/* ============================================================
   JIW Design System — LP stylesheet (campaign_x10 reference)
   Colors: #003f76 (blue) / #fff000 (yellow) / #333 (text)
   Font: "Barlow" + "Noto Sans JP"  |  Base: 62.5% (1rem=10px)
   Shadow: rgba(99,99,99,.2) 0px 2px 8px 0px
   Section padding: 80px
   ============================================================ */

/* ===== DESIGN TOKENS (campaign_x10 reference) ===== */
:root {
  --blue: #003f76;
  --yellow: #fff000;
  --gray: #f9f9f9;
  --black: #333333;
  --shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  --pc-padding: 120px;
  --font-ja: "Noto Sans JP", sans-serif;
  --font-en: var(--font-ja);
  --font-num: var(--font-ja);
  --font-base: var(--font-ja);
}

/* ===== RESET ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ===== BASE ===== */
html {
  font-size: 62.5%;
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  color: #333;
  font-size: 1.6rem;
  font-family: var(--font-base);
  line-height: 1.7;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: #333;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
ul {
  list-style: none;
}
strong {
  font-weight: 700;
}

/* ===== COLORS (utility) ===== */
.blue-t {
  color: #004077;
}
.yellow-t {
  color: #fff100;
}
.gray-t {
  color: #888;
}
.white-t {
  color: #fff;
}

.white-b {
  background-color: #fff;
}
.blue-b {
  background-color: #004077;
}
.yellow-b {
  background-color: #fff100;
}
.gray-b {
  background-color: #ddd;
}
.gray-b2 {
  background-color: #4c4d4d;
}
.gray-b3 {
  background-color: #f9f9f9;
}

/* section backgrounds used in LP */
.bg-light {
  background-color: #f9f9f9;
}
.bg-section {
  background-color: #f9f9f9;
}
.bg-white {
  background-color: #fff;
}
.bg-navy {
  background-color: #004077;
  background-image: radial-gradient(rgba(255, 255, 255, 0.06) 30%, transparent 31%), radial-gradient(rgba(255, 255, 255, 0.06) 30%, transparent 31%), linear-gradient(rgba(0, 64, 119, 0.85), rgba(0, 64, 119, 0.85)), url("../img/hero.webp");
  background-size:
    6px 6px,
    6px 6px,
    cover,
    cover;
  background-position:
    0 0,
    3px 3px,
    center,
    center;
  background-attachment: scroll, scroll, scroll, fixed;
  color: #fff;
}
.bg-dark {
  background-color: #4c4d4d;
  color: #fff;
}

/* ===== CONTAINERS ===== */
.container {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
.container--wide {
  max-width: 1500px;
  width: 95%;
  margin: 0 auto;
}
.container--sm {
  max-width: 900px;
  width: 95%;
  margin: 0 auto;
}

.section-pad {
  padding: var(--pc-padding) 0;
}
.section-pad-sm {
  padding: 56px 0;
}

.reveal-init .reveal-item {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  will-change: opacity, transform;
}
.reveal-init .reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-init .reveal-item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ===== SECTION TITLE ===== */
.section-title--left {
  text-align: left;
}
.section-title {
  font-family: var(--font-en);
  font-size: 2.6rem;
  font-weight: 900;
  color: #004077;
  text-align: center;
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
/* English label above Japanese title — campaign_x10 contents-ttl01 (.jp/.en) pattern */
.section-title__label {
  display: none;
  font-family: var(--font-en);
  font-size: 1.1rem;
  font-weight: 700;
  color: #888;
  letter-spacing: 0.24em;
  margin-bottom: 14px;
  line-height: 1;
  text-transform: uppercase;
}
.bg-navy .section-title,
.bg-dark .section-title {
  color: #fff;
}
.bg-navy .section-title__label,
.bg-dark .section-title__label {
  color: rgba(255, 255, 255, 0.45);
}
.section-title__note {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-left: 12px;
  opacity: 0.7;
  vertical-align: middle;
}

.section-lead {
  text-align: center;
  font-size: 1.4rem;
  color: #888;
  margin-top: -46px;
  margin-bottom: 40px;
  line-height: 1.9;
}

.section-subtitle {
  text-align: center;
  font-size: 1.4rem;
  color: #4c4d4d;
  margin-top: -46px;
  margin-bottom: 40px;
  line-height: 1.9;
}
.bg-navy .section-subtitle {
  color: rgba(255, 255, 255, 0.75);
}

.section-note-light {
  text-align: center;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: -48px;
  margin-bottom: 32px;
}

.section-cta {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 56px;
  flex-wrap: wrap;
}

/* ===== BUTTONS — JIW style ===== */
/* Shared base */
.button-w,
.button-y,
.button-b {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 540px;
  max-width: 100%;
  height: 80px;
  padding: 0 64px 0 32px;
  font-family: var(--font-base);
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 0;
  text-decoration: none;
  transition: color 0.3s;
  overflow: hidden;
}
/* Slide-in fill from left on hover */
.button-w::before,
.button-y::before,
.button-b::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 100%;
  transition: width 0.3s;
}
.button-w:hover::before,
.button-y:hover::before,
.button-b:hover::before {
  width: 100%;
}

/* button-w: white outline — for dark/navy backgrounds */
.button-w {
  color: #fff;
  border-color: #fff;
}
.button-w::before {
  background: #fff;
}
.button-w:hover {
  color: #333;
}

/* button-y */
.button-y {
  color: #004077;
  background: #fff100;
  border-color: #004077;
}
.button-y::before {
  background: #004077;
}
.button-y:hover {
  color: #fff;
}

/* button-b */
.button-b {
  color: #fff;
  background: #004077;
  border-color: #004077;
}
.button-b::before {
  background: #fff;
}
.button-b:hover {
  color: #004077;
}

/* Button icon */
.button-w i,
.button-y i,
.button-b i {
  margin-right: 8px;
  font-size: 1.4rem;
}

/* Button arrow img */
.btn-arrow {
  position: absolute;
  right: 22px;
  top: 50%;
  width: 24px;
  height: auto;
  margin-left: 0;
  flex-shrink: 0;
  display: block;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.button-y .btn-arrow {
  filter: brightness(0);
}
.button-y:hover .btn-arrow {
  filter: brightness(0) invert(1);
}
.button-b .btn-arrow--blue,
.button-b .btn-arrow {
  filter: brightness(0) invert(1);
}
.button-b:hover .btn-arrow--blue,
.button-b:hover .btn-arrow {
  filter: brightness(0) saturate(100%) invert(18%) sepia(80%) saturate(1200%) hue-rotate(192deg) brightness(82%);
}
.button-w:hover .btn-arrow {
  filter: brightness(0);
}

/* Buttons on navy background */
.bg-navy .button-b {
  border-color: #fff;
}
.bg-navy .button-b:hover,
.bg-navy .button-y:hover {
  border-color: #fff;
}

/* Header small size — keep original blue style */
.header .button-b,
.header .button-y {
  width: 140px;
  height: 40px;
  padding: 0 14px;
  font-size: 1.4rem;
  white-space: nowrap;
  color: #fff;
  background: #004077;
  border-color: #004077;
}
.header .button-b::before,
.header .button-y::before {
  background: #fff100;
}
.header .button-b:hover,
.header .button-y:hover {
  color: #004077;
}
.header .btn-arrow {
  display: none;
}

/* ===== DUMMY IMAGES ===== */
.dummy-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c3c3c3;
  overflow: hidden;
}
.dummy-img--gray {
  background: #c3c3c3;
}
.dummy-img--bridge {
  background: #9bb0c8;
}
.dummy-img--inspection {
  background: #8aa8c4;
}
.dummy-img--report {
  background: #9aaec8;
}
.dummy-img--crack {
  background: #aaaab8;
}
.dummy-img--tablet {
  background: #98b4cc;
}
.dummy-img--photos {
  background: #9aaac0;
}
.dummy-img--drone {
  background: #b0bccc;
}
.dummy-img--feat {
  background: #a8b8cc;
}
.dummy-img--doc {
  background: #b0bacc;
}
.dummy-img--crack-data {
  background: #a8a8b8;
}
.dummy-img--note-data {
  background: #9ab0c4;
}
.dummy-img--file-data {
  background: #98a8c0;
}
.dummy-label {
  font-size: 1.1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 4px 8px;
}

/* ===== HEADER ===== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  background: #fff;
  transition: box-shadow 0.3s;
}
/* Gradient bottom border: navy → yellow */
.header::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #004077 0%, #004077 35%, #fff100 65%, #fff100 100%);
}
.header.scrolled {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.header__inner {
  max-width: 1500px;
  width: 95%;
  margin: 0 auto;
  padding: 0;
  height: 100px;
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.1vw, 14px);
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  text-decoration: none;
}
.logo-mark {
  display: flex;
  align-items: center;
}
.logo-text-main {
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: 800;
  color: #004077;
  letter-spacing: 0.08em;
  line-height: 1;
}
/* Actual JIW logo SVG image */
.header__logo-img {
  height: 42px;
  width: auto;
  max-width: 235px;
  display: block;
}
.footer__logo-img {
  height: 34px;
  width: auto;
  display: block;
}
.header__nav {
  flex: 1;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
.nav__list {
  display: flex;
  align-items: center;
}
.nav__list a {
  display: block;
  padding: 8px clamp(4px, 0.58vw, 8px);
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  transition: color 0.3s;
}
.nav__list a:hover {
  color: #004077;
  opacity: 0.7;
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  margin-left: 35px;
}

.header__hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 30px;
  height: 35px;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: auto;
  flex-shrink: 0;
}
.header__hamburger span {
  display: block;
  width: 30px;
  height: 6px;
  background: repeating-linear-gradient(to right, #333, #333 6px, rgba(84, 84, 84, 0) 6px, rgba(84, 84, 84, 0) 11px);
  transition: 0.3s ease-in-out;
}
.header__hamburger.open span:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
}
.header__hamburger.open span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.open span:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
}

.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10001;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s,
    visibility 0.3s;
}
.mobile-nav.open {
  opacity: 1;
  visibility: visible;
}
/* コンテンツはオーバーレイ表示後にフェードイン */
.mobile-nav__header,
.mobile-nav ul {
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.3s 0.2s,
    transform 0.3s 0.2s;
}
.mobile-nav.open .mobile-nav__header,
.mobile-nav.open ul {
  opacity: 1;
  transform: translateY(0);
}
/* オーバーレイ内ヘッダ行 */
.mobile-nav__header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 70px;
  padding: 0 5%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
}
.mobile-nav__logo-img {
  height: 32px;
  width: auto;
  display: block;
}
/* ✕ 閉じるボタン（棒2本） */
.mobile-nav__close {
  position: relative;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}
.mobile-nav__close span {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
.mobile-nav__close span:nth-child(1) {
  transform: rotate(45deg);
}
.mobile-nav__close span:nth-child(2) {
  transform: rotate(-45deg);
}
/* ナビリスト */
.mobile-nav ul {
  padding: 0 5% 48px;
}
.mobile-nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-nav a {
  display: block;
  padding: 20px 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}
/* CTA buttons — last 2 items */
.mobile-nav li:nth-last-child(-n + 2) {
  border-bottom: none;
  margin-top: 8px;
}
.mobile-nav li:nth-last-child(-n + 2) a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 18px;
  font-size: 1.6rem;
  margin-bottom: 12px;
  position: relative;
}
.mobile-nav li:nth-last-child(-n + 2) a::after {
  content: "→";
  position: absolute;
  right: 18px;
}

/* ===== HERO ===== */
.hero {
  margin-top: 100px;
  position: relative;
  overflow: hidden;
  background: #fff;
  min-height: auto;
  display: flex;
  flex-direction: column;
}
.hero__bg {
  position: absolute;
  inset: 0;
}
.hero__bg-picture {
  position: absolute;
  inset: 0;
  display: block;
}
.hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero__bg::before {
  content: none;
}
.hero__dummy-img {
  position: absolute;
  inset: 0;
}
.hero__dummy-bridge {
  display: none;
}
.hero__dummy-worker {
  display: none;
}
.hero__content {
  position: relative;
  z-index: 1;
  padding: 82px 0 10px;
  max-width: 780px;
  width: min(780px, 80%);
  margin-left: 10.5%;
}
.hero__eyecatch {
  display: inline-block;
  background: #fff100;
  color: #004077;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 4px 12px;
  margin-bottom: 20px;
}
.hero__title {
  font-family: var(--font-en);
  font-size: clamp(4.6rem, 5vw, 6.2rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.18;
  margin-bottom: 18px;
  letter-spacing: 0.01em;
}
.hero__lead {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.hero__desc {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 32px;
  line-height: 1.45;
}
.hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* Stats strip — cards inside FV on navy bg */
.hero__stats {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: flex;
  gap: 18px;
  width: min(980px, 78%);
  margin: 0 auto;
  padding: 32px 0 40px;
}
.stats__item {
  flex: 1;
  padding: 20px 18px 24px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    rgba(255, 255, 255, 0.5) border-box;
  border: 10px solid transparent;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  min-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}
.stats__icon {
  width: auto;
  height: 72px;
  object-fit: contain;
  margin-bottom: 12px;
  display: block;
}
.stats__label {
  font-size: 1.15rem;
  font-weight: 900;
  color: #000;
  line-height: 1.35;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}
.stats__num {
  font-family: var(--font-num);
  font-size: 3.7rem;
  font-weight: 800;
  color: #000;
  line-height: 1;
  letter-spacing: 0.02em;
}
.stats__num span {
  font-size: 1.6rem;
  font-weight: 900;
  font-family: var(--font-ja);
  color: #000;
}
.stats__num--code {
  font-size: 2.05rem;
  letter-spacing: 0.01em;
  color: #000;
}

.fv-cta {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 36px 24px 12px;
  background: #fff;
}
.fv-cta .button-y {
  width: 540px;
  height: 80px;
  font-size: 1.6rem;
}

/* ===== PROBLEMS ===== */
.problems.section-pad {
  padding-top: 26px;
}

.problems__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.problem-card {
  background: #fff;
  display: flex;
  flex-direction: column;
  border: none;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}
.problem-card__img {
  width: 100%;
  aspect-ratio: 16/8.5;
  overflow: hidden;
}
.problem-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.problem-card__body {
  padding: 24px 28px 26px;
  flex: 1;
}
.problem-card h3 {
  font-size: 1.6rem;
  font-weight: 900;
  color: #004077;
  margin-bottom: 24px;
  text-align: center;
  line-height: 1.35;
}
.problem-card p {
  font-size: 1.25rem;
  color: #111;
  text-align: center;
  line-height: 1.55;
}

/* ===== FEATURES — 3-col card grid ===== */
.features.section-pad {
  padding-top: 0;
}

.features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feature-card {
  background: #fff;
  display: flex;
  flex-direction: column;
  border: none;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}
.feature-card__img {
  width: 100%;
  aspect-ratio: 16/8.5;
  overflow: hidden;
}
.feature-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.feature-card__body {
  padding: 24px 28px 36px;
  flex: 1;
}
.feature-card h3 {
  font-size: 1.6rem;
  font-weight: 900;
  color: #004077;
  margin-bottom: 24px;
  text-align: center;
  line-height: 1.4;
}
.feature-card p {
  display: block;
  font-size: 1.25rem;
  color: #111;
  text-align: center;
  line-height: 1.55;
}

/* ===== FEATURES — 2-col alternating rows (kept for reference) ===== */
.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #ddd;
  border: 1px solid #ddd;
  margin-top: -1px;
}
.feature-row:first-of-type {
  margin-top: 0;
}
.feature-row__img {
  width: 100%;
  aspect-ratio: 4/3;
}
.feature-row__body {
  background: #fff;
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature-row--rev .feature-row__img {
  order: 2;
}
.feature-row--rev .feature-row__body {
  order: 1;
}
.feature-row__num {
  font-family: var(--font-num);
  font-size: 6.4rem;
  font-weight: 800;
  color: rgba(0, 64, 119, 0.08);
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
.feature-row__title {
  font-size: 2rem;
  font-weight: 700;
  color: #004077;
  line-height: 1.5;
  margin-bottom: 16px;
}
.feature-row__desc {
  font-size: 1.4rem;
  color: #4c4d4d;
  line-height: 1.9;
}

/* ===== RESULTS ===== */
.results__layout {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 48px;
  align-items: stretch;
  margin-bottom: 64px;
  max-width: 960px;
  margin-left: 0;
  margin-right: auto;
}
.results__chart-area {
  display: flex;
  align-items: center;
  overflow: hidden;
  min-width: 0;
}
.results__chart-img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
  display: block;
}
.results__chart-title {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 16px;
  border-left: 3px solid #fff100;
  padding-left: 10px;
  letter-spacing: 0.04em;
}
.bar-chart {
  width: 100%;
}
.bar-chart__bars {
  display: flex;
  gap: 10px;
  height: 180px;
}
.bar-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.bar-wrap {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 2px;
}
.bar-val {
  font-family: var(--font-en);
  font-size: 1rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  min-height: 14px;
}
.bar {
  width: 100%;
  height: 0;
  background: rgba(255, 255, 255, 0.35);
  transition: height 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 3px;
}
.bar-item--highlight .bar {
  background: #fff100;
}
.bar-year {
  font-family: var(--font-en);
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
}
.results__numbers {
  --results-divider-extend: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}
.results__num-block {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 24px;
  padding: 28px 0;
  position: relative;
}
.results__num-block:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: calc(var(--results-divider-extend) * -1);
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.results__area-label {
  flex-shrink: 0;
  width: 130px;
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  margin-bottom: 0;
}
.results__big-num {
  font-family: var(--font-num);
  font-size: 9rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  flex: 1;
  text-align: center;
}
.results__big-num span {
  font-size: 5.5rem;
  font-weight: 600;
  font-family: var(--font-ja);
}
.results__big-num--sub {
  color: #fff;
}

/* Kinki */
.kinki-section {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 56px;
}
.kinki-section__title {
  font-size: clamp(2.2rem, 3vw, 3.4rem);
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.4;
}
.kinki-section__text {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.85;
  text-align: center;
}
.kinki-section__text p + p {
  margin-top: 12px;
}
.kinki-section__text strong {
  color: #fff;
}
.kinki-link {
  display: inline-block;
  margin-top: 24px;
  font-size: 1.3rem;
  color: #fff100;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-align: left;
  transition: opacity 0.2s;
}
.kinki-link:hover {
  opacity: 0.6;
}
.kinki-section__doc {
  margin-top: 20px;
}
.kinki-section__doc-img {
  width: 100%;
  display: block;
}
.kinki-doc__note {
  text-align: right;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 8px;
}
.kinki-section__stat {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-top: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.kinki-stat__label {
  font-size: 1.4rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
  text-align: center;
  flex: 1;
}
.kinki-stat__num {
  font-family: var(--font-num);
  font-size: 9rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  flex: 2;
  text-align: center;
}
.kinki-stat__num span {
  font-size: 5.5rem;
}
.kinki-cases__sub {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-bottom: 20px;
}

/* KINKI cases grid */
.kinki-cases-section {
  margin-top: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 64px;
}
.kinki-cases-section__title {
  font-size: clamp(2.2rem, 3vw, 3.4rem);
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
}
.kinki-cases-section__sub {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  margin-bottom: 40px;
}
.kinki-cases-card {
  background: #f0f5f9;
  padding: 16px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.kinki-cases-sub {
  padding: 24px;
}
.kinki-cases-row-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.kinki-cases-row-header::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(0, 64, 119, 0.25);
}
.kinki-cases-row-label {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  padding: 6px 20px;
  background: #004077;
  flex-shrink: 0;
  letter-spacing: 0.06em;
}
.kinki-cases-sub--1,
.kinki-cases-sub--2 {
  background: #c8d4e0;
}
.kinki-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.kinki-case-wrap {
  position: relative;
  cursor: zoom-in;
  overflow: hidden;
}
.kinki-case-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0);
  transition: background 0.25s;
  pointer-events: none;
}
.kinki-case-wrap:hover::after {
  background: rgba(255, 255, 255, 0.22);
}
.kinki-case-img {
  width: 100%;
  display: block;
}
.kinki-cases-section__note {
  font-size: 1.4rem;
  color: #004077;
  text-align: right;
  word-break: break-all;
  margin-top: 16px;
}
.kinki-cases-section__note a {
  color: #004077;
  text-decoration: none;
}
.kinki-cases-section__note a:hover {
  text-decoration: underline;
}
.case-docs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}
.case-doc {
  aspect-ratio: 16/10;
}
.case-docs__note {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.35);
  text-align: right;
  margin-top: 6px;
  word-break: break-all;
}

/* ===== CATALOG ===== */
.catalog {
  background: #fff;
}
.catalog__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-bottom: 40px;
}
.catalog__link-item {
  font-size: 1.5rem;
  font-weight: 700;
  color: #004077;
  text-decoration: none;
  transition: opacity 0.2s;
}
.catalog__link-item:hover {
  opacity: 0.7;
}
.catalog__intro-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 56px;
}
.catalog__intro-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.catalog__drone-photo {
  width: 100%;
  display: block;
}
.catalog__intro-body {
  font-size: 1.5rem;
  color: #4c4d4d;
  line-height: 1.85;
  margin-bottom: 32px;
}
.catalog__intro-right .specs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
}
.catalog__intro-right .specs-table td {
  padding: 10px 14px;
  border: 1px solid #d6dde6;
  vertical-align: top;
  line-height: 1.6;
}
.catalog__intro-right .specs-table tr td:first-child {
  background: #eef3f8;
  color: #004077;
  font-weight: 700;
  white-space: nowrap;
  width: 9em;
}
.catalog__feats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 56px;
}
.catalog__feat-card {
  border: 1px solid #e0e6ed;
  display: flex;
  flex-direction: column;
}
.catalog__feat-card__img {
  width: 100%;
  height: 240px;
  display: block;
  object-fit: cover;
  object-position: center;
}
.catalog__feats-grid .catalog__feat-card:nth-child(1) .catalog__feat-card__img,
.catalog__feats-grid .catalog__feat-card:nth-child(2) .catalog__feat-card__img {
  object-fit: contain;
  background: #fff;
}
.catalog__feats-grid .catalog__feat-card:nth-child(3) .catalog__feat-card__img {
  height: 340px;
}
.catalog__feats-grid .catalog__feat-card:nth-child(4) .catalog__feat-card__img {
  height: 340px;
  object-fit: contain;
  background: #fff;
}
.catalog__feat-card__body {
  padding: 20px 24px 28px;
  flex: 1;
}
.catalog__feat-card__body h3 {
  font-size: 1.7rem;
  font-weight: 700;
  color: #004077;
  margin-bottom: 10px;
  line-height: 1.4;
}
.catalog__feat-card__body p {
  font-size: 1.4rem;
  color: #4c4d4d;
  line-height: 1.8;
}
.catalog__feat-card__body .catalog__feature-note {
  font-size: 1.2rem;
  color: #888;
  margin-top: 8px;
}
.catalog__intro {
  text-align: center;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.9;
  margin-bottom: 48px;
}
.catalog__spec-img {
  border: 1px solid #ddd;
  margin-bottom: 56px;
}
.catalog__full-img {
  width: 100%;
  display: block;
}
.catalog__feature {
  margin-bottom: 56px;
}
.catalog__feature-caption {
  font-size: 1.5rem;
  color: #333;
  line-height: 1.85;
  margin-bottom: 24px;
  text-align: center;
}
.catalog__feature-note {
  font-size: 1.3rem;
  color: #666;
  text-align: center;
  margin-top: 16px;
}
.catalog__img-pair {
  display: flex;
  gap: 16px;
  align-items: stretch;
}
.catalog__pair-wrap {
  flex: 1;
  min-width: 0;
  display: flex;
}
.catalog__pair-img--cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.catalog__title-wrap {
  text-align: center;
  margin-bottom: 40px;
}
.catalog__title-wrap .section-title {
  margin-bottom: 0;
}
.catalog__title-wrap .section-title::after {
  content: none;
}
.catalog__title-wrap .section-title span {
  display: block;
  font-size: clamp(1.4rem, 1.8vw, 1.7rem);
  font-weight: 700;
  color: #4c4d4d;
  margin-top: 4px;
}
.catalog__title-wrap::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #fff100;
  margin: 12px auto 0;
}

.catalog__badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #ddd;
  border: 1px solid #ddd;
  margin-bottom: 40px;
}
.catalog__badge-card {
  background: #f9f9f9;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px 28px;
  border-left: 4px solid #004077;
}
.catalog__badge-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: #fff;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog__badge-label {
  font-size: 1.2rem;
  color: #888;
  margin-bottom: 4px;
}
.catalog__badge-code {
  font-family: var(--font-en);
  font-size: 2rem;
  font-weight: 800;
  color: #004077;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}
.catalog__badge-link {
  font-size: 1.2rem;
  color: #004077;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.catalog__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid #ddd;
}
.catalog__col-left {
  padding: 40px;
  border-right: 1px solid #ddd;
}
.catalog__col-right {
  padding: 40px;
}
.catalog__drone-header {
  margin-bottom: 20px;
}
.catalog__drone-header h3 {
  font-family: var(--font-en);
  font-size: 2rem;
  font-weight: 800;
  color: #004077;
  margin-bottom: 8px;
  line-height: 1.3;
}
.catalog__drone-header h3 span {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: var(--font-ja);
}
.catalog__drone-header p {
  font-size: 1.3rem;
  color: #4c4d4d;
  line-height: 1.75;
}
.catalog__drone-img-wrap {
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  aspect-ratio: 4/3;
}
.catalog__drone-img {
  background: none;
}
.specs-table {
  width: 100%;
  border-collapse: collapse;
}
.specs-table tr {
  border-bottom: 1px solid #ddd;
}
.specs-table tr:first-child {
  border-top: 1px solid #ddd;
}
.specs-table td {
  padding: 11px 12px;
  font-size: 1.3rem;
  vertical-align: top;
}
.specs-table td:first-child {
  color: #888;
  width: 42%;
  white-space: nowrap;
  background: #f9f9f9;
  font-weight: 500;
  font-size: 1.2rem;
}
.specs-table td:last-child {
  font-weight: 700;
  color: #333;
}

.catalog__feat {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  align-items: start;
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #ddd;
}
.catalog__feat:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.catalog__feat-img {
  width: 120px;
  aspect-ratio: 1/1;
}
.catalog__feat-text h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #004077;
  margin-bottom: 8px;
  line-height: 1.45;
}
.catalog__feat-text p {
  font-size: 1.3rem;
  color: #4c4d4d;
  line-height: 1.8;
}
.catalog__feat-text strong {
  color: #333;
  font-weight: 700;
}
.catalog__feat-note {
  font-size: 1.1rem;
  color: #888;
  margin-top: 8px;
  line-height: 1.6;
}

/* ===== FLOW ===== */
.flow__steps {
  display: flex;
  align-items: stretch;
  gap: 0;
}
.flow__step {
  flex: 1;
  background: #fff;
  padding: 28px 24px 28px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}
.flow__step-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.flow__step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: #004077;
  color: #fff;
  font-family: var(--font-en);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.flow__step-img {
  width: 100%;
  aspect-ratio: 16/8.5;
  margin-bottom: 14px;
  overflow: hidden;
}
.flow__step-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.flow__step h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #004077;
  margin: 0;
  line-height: 1.4;
}
.flow__step-caption {
  font-size: 1.3rem;
  color: #4c4d4d;
  text-align: center;
  margin-top: auto;
  padding-top: 4px;
}
.flow__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  flex-shrink: 0;
}

/* ===== CASES ===== */
.cases__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.case-card-item {
  background: #fff;
  padding: 32px 28px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: var(--shadow);
}
.case-card-item__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
  width: 100%;
}
.case-card-item__tag {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #004077;
  border: 2px solid #004077;
  border-radius: 20px;
  padding: 2px 14px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.case-card-item h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #004077;
  margin: 0;
  line-height: 1.4;
}
.case-card-item__img {
  width: 100%;
  margin-bottom: 16px;
  aspect-ratio: 16/8.5;
  overflow: hidden;
}
.case-card-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.case-card-item__dummy {
  width: 100%;
  height: 160px;
}
.case-bridge {
  background: none !important;
}
.case-bridge__label {
  font-size: 1.1rem;
  color: #666;
  flex: 1;
  line-height: 1.5;
}
.case-card-item__desc {
  font-size: 1.3rem;
  color: #4c4d4d;
  margin-bottom: 20px;
  line-height: 1.7;
  flex: 1;
  text-align: center;
}
.case-card-item__result {
  font-size: 2.4rem;
  font-weight: 700;
  color: #004077;
  text-align: center;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}
.case-card-item__result span {
  font-family: var(--font-num);
  font-size: 7.5rem;
  font-weight: 800;
  line-height: 1;
  color: #004077;
}

/* ===== MERITS ===== */
.merits__card {
  background: #fff;
  padding: 36px 44px 40px;
  margin-bottom: 40px;
}
.merits__comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.merits__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(0, 64, 119, 0.15);
  margin-top: 32px;
  padding-top: 32px;
}
.merits__stat-item {
  text-align: center;
  padding: 20px 16px;
  position: relative;
}
.merits__stat-item + .merits__stat-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: rgba(0, 64, 119, 0.15);
}
.merits__stat-label {
  font-size: 1.8rem;
  font-weight: 700;
  color: #004077;
  margin-bottom: 8px;
  line-height: 1.7;
}
.merits__stat-num {
  font-size: 9rem;
  font-weight: 900;
  color: #004077;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.merits__stat-unit {
  font-size: 4rem;
  font-weight: 700;
}
.merits__stat-suffix {
  font-size: 2.4rem;
  font-weight: 600;
  font-family: var(--font-ja);
  margin-left: 4px;
}
.merits__col-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #004077;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 64, 119, 0.25);
  text-align: center;
}
.comparison-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.comparison-label {
  font-size: 1.1rem;
  color: #555;
  width: 140px;
  flex-shrink: 0;
  line-height: 1.5;
}
.comparison-label__sub {
  font-size: 0.82em;
  opacity: 0.75;
}
.comparison-label--new {
  color: #004077;
  font-weight: 700;
}
.comparison-track {
  flex: 1;
  display: flex;
  align-items: stretch;
}
.comparison-connector {
  display: flex;
  gap: 12px;
  height: 50px;
  margin: -18px 0 0;
  align-items: stretch;
}
.comparison-connector__spacer {
  width: 140px;
  flex-shrink: 0;
}
.comparison-connector__svg {
  flex: 1;
  display: block;
  overflow: visible;
}
.comparison-bar {
  padding: 10px 14px;
  min-height: 44px;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.comparison-bar--old {
  flex: 1;
  background: #b8c4d0;
  color: #fff;
}
.comparison-bar-wrap {
  display: flex;
  align-items: stretch;
}
.comparison-bar-wrap--days {
  flex: 0 0 56%;
}
.comparison-bar-wrap--cost {
  flex: 0 0 72%;
}
.comparison-bar--prefix {
  background: #2d6ca8;
  color: #fff;
  font-size: 1.1rem;
  white-space: nowrap;
  flex-shrink: 0;
  padding: 10px 10px;
  justify-content: center;
}
.comparison-bar--new {
  background: #2d6ca8;
  color: #fff;
  flex: 1;
}
.comparison-results {
  display: flex;
  gap: 20px;
  margin-top: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.comparison-result {
  font-size: 1.5rem;
  color: #004077;
  font-weight: 700;
  display: inline-flex;
  align-items: flex-end;
  gap: 2px;
}
.comparison-result strong {
  font-family: var(--font-num);
  font-size: 3.8rem;
  font-weight: 800;
  color: #004077;
  line-height: 1;
}
.comparison-result__unit {
  font-size: 0.55em;
  font-weight: 800;
}

/* ===== DELIVERABLES ===== */
.deliverables__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.deliverable-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.deliverable-card__media {
  aspect-ratio: 16/8.5;
  width: calc(100% - 78px);
  margin: 24px auto 0;
  overflow: hidden;
  border: 1px solid #ddd;
}
.deliverable-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.deliverable-card__body {
  background: #fff;
  flex: 1;
  padding: 20px 24px 28px;
  display: flex;
  flex-direction: column;
}
.deliverable-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #004077;
  margin-bottom: 12px;
  line-height: 1.55;
}
.deliverable-card p {
  font-size: 1.3rem;
  color: #4c4d4d;
  line-height: 1.8;
  flex: 1;
}
.deliverable-card strong {
  color: #004077;
}

.public-record {
  background: #fff;
  margin-top: 0;
}
.public-record__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background: #004077;
  padding: 12px 24px;
}
.public-record__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.public-record__item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 22px 24px;
  border-right: 1px solid #e0e6ed;
  border-bottom: 1px solid #e0e6ed;
}
.public-record__item:nth-child(3) {
  border-right: none;
}
.public-record__item--full {
  grid-column: 1 / -1;
  border-right: none;
  border-bottom: none;
}
.public-record__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  color: #004077;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-record__label {
  font-size: 1.3rem;
  font-weight: 700;
  color: #004077;
  margin-bottom: 4px;
}
.public-record__code {
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: 800;
  color: #004077;
}
.public-record__note {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.65;
}

/* ===== BOAT SERVICES (溝橋 / 洗掘) ===== */
.boat-service__label {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #004077;
  margin-bottom: 14px;
}
.boat-service__title {
  font-size: clamp(2.8rem, 3vw, 3.4rem);
  font-weight: 900;
  color: #004077;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 36px;
}
.boat-service__imgs {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-bottom: 0;
}
.boat-service__img-main {
  flex: 3;
  min-width: 0;
  display: block;
  width: 100%;
  cursor: pointer;
}
.boat-service__img-sub {
  flex: 2;
  min-width: 0;
  display: block;
  width: 100%;
  object-fit: contain;
}

/* YouTube modal */
/* Image zoom modal */
.img-modal {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
  pointer-events: none;
  transition:
    background 0.35s,
    visibility 0.35s;
}
.img-modal.open {
  background: rgba(0, 0, 0, 0.88);
  visibility: visible;
  pointer-events: auto;
}
.img-modal__inner {
  position: relative;
  max-width: min(960px, 92vw);
  max-height: 92vh;
  opacity: 0;
  transform: scale(0.92);
  transition:
    opacity 0.3s 0.06s,
    transform 0.3s 0.06s;
}
.img-modal.open .img-modal__inner {
  opacity: 1;
  transform: scale(1);
}
.img-modal__img {
  display: block;
  max-width: 100%;
  max-height: 88vh;
  object-fit: contain;
}
.img-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 4px;
}

.yt-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 20000;
  background: rgba(0, 0, 0, 0.85);
  align-items: center;
  justify-content: center;
}
.yt-modal.open {
  display: flex;
}
.yt-modal__inner {
  position: relative;
  width: min(860px, 92vw);
}
.yt-modal__ratio {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.yt-modal__ratio iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.yt-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 4px;
}

/* play button overlay on thumbnail */
.boat-service__thumb {
  position: relative;
  flex: 3;
  min-width: 0;
  cursor: pointer;
}
.boat-service__thumb img {
  display: block;
  width: 100%;
}
.boat-service__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.18);
  transition: background 0.2s;
}
.boat-service__thumb:hover .boat-service__play {
  background: rgba(0, 0, 0, 0.35);
}
.boat-service__play svg {
  width: 72px;
  height: 72px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}

@media (max-width: 768px) {
  .boat-service__imgs {
    flex-direction: column;
    gap: 20px;
  }
  .boat-service__thumb {
    flex: none;
    width: 100%;
  }
  .boat-service__img-sub {
    flex: none;
    width: 100%;
  }
}

/* ===== FAQ ===== */
.faq__list {
  max-width: 980px;
  margin: 0 auto;
}
.faq-item {
  border-bottom: 1px dotted #004077;
}
.faq-item__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 26px 10px 26px 16px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-base);
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  text-align: left;
  line-height: 1.55;
  letter-spacing: 0.04em;
  transition: color 0.3s;
}
.faq-item__q > span:first-child {
  display: flex;
  align-items: center;
  gap: 14px;
}
.faq-item__q:hover {
  color: #004077;
}
.faq-item__q-icon,
.faq-item__a-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 900;
  flex-shrink: 0;
  letter-spacing: 0;
  line-height: 1;
  padding-bottom: 2px;
}
.faq-item__q-icon {
  background: #004077;
  color: #fff;
}
.faq-item__a-icon {
  background: #fff;
  border: 1.5px solid #004077;
  color: #004077;
}
.faq-item__icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  font-weight: 500;
  color: #004077;
  line-height: 1;
}
.faq-item__q[aria-expanded="true"] .faq-item__icon {
  font-size: 0;
}
.faq-item__q[aria-expanded="true"] .faq-item__icon::before {
  content: "−";
  font-size: 3.2rem;
}
.faq-item__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faq-item__a.open {
  max-height: 300px;
}
.faq-item__answer {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 0 16px 28px;
}
.faq-item__a p {
  padding: 2px 0 0;
  font-size: 1.6rem;
  color: #4c4d4d;
  line-height: 1.85;
}

/* ===== MID CTA (between deliverables and boat service) ===== */
.mid-cta {
  padding: 80px 0 120px;
}
.mid-cta__actions {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

/* ===== CTA BOTTOM ===== */
.cta-bottom {
  background: #004077;
  padding: 72px 0;
}
.cta-bottom__inner {
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: none;
  padding: 54px 56px 58px;
  text-align: center;
}
.cta-bottom__label {
  font-size: 2.2rem;
  font-weight: 900;
  color: #004077;
  margin-bottom: 18px;
  line-height: 1.4;
}
.cta-bottom__sub {
  font-size: 1.25rem;
  color: #333;
  line-height: 1.8;
}
.cta-bottom__actions {
  display: flex;
  gap: 24px;
  flex-shrink: 0;
  justify-content: center;
  width: 100%;
}
.cta-bottom__actions .button-b,
.cta-bottom__actions .button-y {
  width: 360px;
  height: 56px;
  font-size: 1.25rem;
}

/* ===== FOOTER ===== */
.footer {
  position: relative;
  background: #fff;
  padding: 40px 0 28px;
}
.footer__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: 18px;
  padding-bottom: 0;
  border-bottom: none;
}
.footer__logo {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__logo-text {
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.08em;
}
.footer__nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__nav a {
  font-size: 1.1rem;
  color: #333;
  padding: 2px 8px;
  transition: color 0.3s;
}
.footer__nav a:hover {
  color: #004077;
}
.footer__sep {
  font-size: 1.1rem;
  color: #999;
}
.footer__copy {
  font-size: 1.1rem;
  text-align: center;
  color: #666;
}

/* ===== PAGE SCALE ADJUSTMENTS ===== */
.section-title {
  font-size: clamp(3rem, 3vw, 3.6rem);
  font-weight: 700;
  margin-bottom: 48px;
}
.section-lead,
.section-subtitle {
  font-size: 1.6rem;
  margin-bottom: 48px;
}
.section-note-light {
  font-size: 1.4rem;
}

.button-w,
.button-y,
.button-b {
  width: 540px;
  height: 80px;
  font-size: 1.6rem;
  font-weight: 600;
}
.section-cta {
  gap: 24px;
  margin-top: 64px;
}

.hero__lead {
  font-size: 2rem;
}
.hero__desc {
  font-size: 1.6rem;
}
.stats__label {
  font-size: 1.5rem;
}
.fv-cta {
  gap: 24px;
  padding: 42px 24px 18px;
}
.fv-cta .button-y {
  width: 540px;
  height: 80px;
  font-size: 1.6rem;
}

.problem-card h3,
.feature-card h3,
.flow__step h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
.problem-card h3,
.feature-card h3 {
  min-height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.problem-card p,
.feature-card p,
.case-card-item__desc,
.deliverable-card p,
.catalog__drone-header p,
.catalog__feat-text p,
.kinki-section__text,
.kinki-link {
  font-size: 1.6rem;
}
.case-card-item h3,
.deliverable-card h3,
.catalog__feat-text h4,
.public-record__title {
  font-size: 1.8rem;
  font-weight: 700;
}
.catalog__badge-label,
.catalog__badge-link,
.specs-table td:first-child,
.results__area-label,
.kinki-stat__label,
.comparison-label,
.public-record__note,
.deliverables__image-cap {
  font-size: 1.4rem;
}
.specs-table td,
.public-record__label,
.comparison-result,
.merits__col-title,
.kinki-cases__sub {
  font-size: 1.55rem;
}
.catalog__badge-code,
.catalog__drone-header h3 {
  font-size: 2.2rem;
  font-weight: 700;
}
.deliverables__sub-title,
.kinki-section__cases h4 {
  font-size: 2.2rem;
  font-weight: 700;
}
.merits__card {
  padding: 48px 56px 52px;
}

.faq__list {
  max-width: 1100px;
}

.cta-bottom {
  padding: 88px 0;
}
.cta-bottom__inner {
  max-width: 1120px;
  gap: 30px;
  padding: 72px 72px 76px;
}
.cta-bottom__label {
  font-size: clamp(2.8rem, 2.6vw, 3.4rem);
  font-weight: 700;
  margin-bottom: 20px;
}
.cta-bottom__sub {
  font-size: 1.6rem;
}
.cta-bottom__actions {
  gap: 28px;
}
.cta-bottom__actions .button-b,
.cta-bottom__actions .button-y {
  width: 420px;
  height: 66px;
  font-size: 1.6rem;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #004077 0%, #004077 30%, #fff100 70%, #fff100 100%);
}
.footer__logo-img {
  height: 44px;
}
.footer__top {
  gap: 28px;
  margin-bottom: 24px;
}
.footer__nav a,
.footer__sep {
  font-size: 1.4rem;
}
.footer__copy {
  font-size: 1.3rem;
}

/* ===== PAGE RHYTHM ADJUSTMENTS ===== */
.section-title {
  margin-bottom: 64px;
}
.section-lead,
.section-subtitle {
  margin-top: -52px;
  margin-bottom: 64px;
}
.section-note-light {
  margin-top: -56px;
  margin-bottom: 48px;
}
.section-cta {
  margin-top: 80px;
}

.fv-cta {
  padding: 54px 24px 34px;
}
.problems.section-pad,
.features.section-pad {
  padding-top: 78px;
}
.problems__grid,
.features__grid,
.cases__grid,
.deliverables__grid {
  gap: 34px;
}
.feature-card__img {
  margin: 0;
}
.problem-card__body,
.feature-card__body {
  padding-bottom: 44px;
}

.results__layout {
  gap: 72px;
  margin-bottom: 88px;
}
.kinki-section {
  padding-top: 80px;
}
.kinki-section__title {
  margin-bottom: 48px;
}
.kinki-section__doc {
  margin-top: 24px;
}
.kinki-section__stat {
  margin-top: 36px;
}

.catalog__title-wrap,
.catalog__badges {
  margin-bottom: 64px;
}
.catalog__badge-card {
  padding: 34px 36px;
}
.catalog__col-left,
.catalog__col-right {
  padding: 56px;
}
.catalog__drone-header {
  margin-bottom: 32px;
}
.catalog__drone-img-wrap {
  margin-bottom: 36px;
}
.catalog__feat {
  gap: 28px;
  padding-bottom: 38px;
  margin-bottom: 38px;
}

.flow__step {
  padding: 36px 32px 36px;
}
.flow__step-header {
  margin-bottom: 24px;
}
.flow__step-img {
  margin-bottom: 18px;
}

.case-card-item {
  padding: 40px 34px 44px;
}
.case-card-item__header {
  margin-bottom: 24px;
}
.case-card-item__img {
  margin-bottom: 20px;
}
.case-card-item__desc {
  margin-bottom: 24px;
}

.merits__comparison {
  gap: 56px;
}
.comparison-row {
  margin-bottom: 18px;
}
.comparison-results {
  margin-top: 8px;
}

.deliverables__grid {
  margin-bottom: 48px;
  gap: 32px;
}
.deliverable-card__body {
  padding: 24px 32px 36px;
}
.deliverable-card h3 {
  margin-bottom: 16px;
}
.deliverable-card p {
  font-size: 1.5rem;
}
.public-record__title {
  padding: 20px 28px;
}
.public-record__item {
  gap: 18px;
  padding: 34px 28px;
}

.faq .section-title {
  margin-bottom: 72px;
}
.faq-item__q {
  padding-top: 32px;
  padding-bottom: 32px;
}
.faq-item__answer {
  padding-bottom: 36px;
}

.cta-bottom {
  padding: 112px 0;
}
.cta-bottom__inner {
  padding: 84px 78px 88px;
}
.footer {
  padding-bottom: 56px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1050px) {
  .hero__bg-img {
    object-position: center 30%;
  }
  .catalog__intro-block {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .hero__content {
    padding-top: 240px;
    margin-left: 5%;
    width: 90%;
  }
  .hero__desc {
    margin-bottom: 16px;
  }
  .hero__stats {
    flex-wrap: wrap;
    gap: 6px;
    width: 92%;
    padding: 16px 0 20px;
  }
  .stats__icon {
    height: 48px;
    margin-bottom: 8px;
  }
  .problem-card h3,
  .feature-card h3 {
    font-size: 1.8rem;
    min-height: 0;
  }
  .stats__item {
    flex: 1 1 calc(50% - 3px);
    min-width: 0;
    padding: 12px 10px 10px;
    min-height: 0;
  }
  .stats__label {
    font-size: 1rem;
    margin-bottom: 4px;
  }
  .stats__num {
    font-size: 2.6rem;
  }
  .stats__num span {
    font-size: 1.3rem;
  }
  .stats__num--code {
    font-size: 1.4rem;
  }

  .results__big-num {
    font-size: 7.5rem;
  }
  .results__big-num span {
    font-size: 3.5rem;
  }
  .kinki-stat__num {
    font-size: 7.5rem;
  }
  .kinki-stat__num span {
    font-size: 3.5rem;
  }

  .header__inner {
    height: 70px;
    width: 90%;
  }
  .header__logo-img {
    height: 32px;
  }
  .header__nav {
    display: none;
  }
  .header__actions {
    display: none;
  }
  .header__hamburger {
    display: flex;
  }
  .mobile-nav {
    display: block;
    top: 0;
    height: 100vh;
  }
  .hero {
    margin-top: 70px;
  }

  .hero__stats {
    flex-wrap: wrap;
  }
  .stats__item {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
  }

  .results__layout {
    grid-template-columns: 1fr;
  }
  .results__numbers {
    --results-divider-extend: 0px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .kinki-section__inner {
    grid-template-columns: 1fr;
  }

  .catalog__badges {
    grid-template-columns: 1fr;
  }
  .catalog__cols {
    grid-template-columns: 1fr;
  }
  .catalog__col-left {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }

  .merits__comparison {
    grid-template-columns: 1fr;
  }

  .merits__stat-num {
    font-size: 5.5rem;
  }
  .merits__stat-unit {
    font-size: 3rem;
  }
  .merits__stat-suffix {
    font-size: 2rem;
  }

  .public-record__grid {
    grid-template-columns: 1fr 1fr;
  }
  .public-record__item:nth-child(2) {
    border-right: none;
  }
  .public-record__item:nth-child(3) {
    border-right: 1px solid #ddd;
  }
}

@media (max-width: 768px) {
  .kinki-cases-grid {
    grid-template-columns: 1fr;
  }

  .merits__card {
    padding: 28px 16px 32px;
  }
  .comparison-results {
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: center;
  }
  .comparison-result {
    font-size: 1.2rem;
  }
  .comparison-result strong {
    font-size: 2.6rem;
  }

  .fv-cta,
  .section-cta {
    flex-direction: column;
    align-items: stretch;
  }
  .fv-cta .button-b,
  .fv-cta .button-w,
  .fv-cta .button-y,
  .section-cta .button-b,
  .section-cta .button-w,
  .section-cta .button-y {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  .results__big-num {
    font-size: 5.5rem;
  }
  .results__big-num span {
    font-size: 2.5rem;
  }
  .kinki-stat__num {
    font-size: 5.5rem;
  }
  .kinki-stat__num span {
    font-size: 2.5rem;
  }
  .catalog__img-pair {
    grid-template-columns: 1fr;
  }

  .container {
    width: 100%;
    padding: 0 20px;
  }
  .section-pad {
    padding: 64px 0;
  }
  .section-title {
    font-size: 2.2rem;
  }
  .feature-row__body {
    padding: 28px 20px;
  }
  .feature-row__num {
    font-size: 4.8rem;
  }

  .problems__grid,
  .features__grid,
  .cases__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .deliverables__grid {
    gap: 16px;
  }

  .feature-row {
    grid-template-columns: 1fr;
    margin-top: -1px;
  }
  .feature-row--rev .feature-row__img,
  .feature-row--rev .feature-row__body {
    order: unset;
  }
  .feature-row__body {
    padding: 36px 32px;
  }

  .flow__steps {
    flex-direction: column;
    gap: 16px;
  }
  .flow__step {
    width: 100%;
  }
  .flow__arrow {
    transform: rotate(90deg);
    align-self: center;
  }

  .deliverables__grid {
    grid-template-columns: 1fr;
  }

  .public-record__grid {
    grid-template-columns: 1fr;
  }
  .public-record__item {
    border-right: none !important;
  }

  .cta-bottom__inner {
    flex-direction: column;
    text-align: center;
    padding: 36px 24px;
  }
  .cta-bottom__actions {
    flex-direction: column;
    width: 100%;
  }
  .cta-bottom__actions .button-b,
  .cta-bottom__actions .button-w,
  .cta-bottom__actions .button-y {
    width: 100%;
  }

  .footer__top {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  .footer__nav {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  main .button-b,
  main .button-w,
  main .button-y {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
  .kinki-section__text {
    text-align: left;
  }
  .hero {
    margin-top: 20px;
  }
  .hero__title {
    font-size: 3.2rem;
  }
  .hero__actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero__actions .button-w,
  .hero__actions .button-y {
    width: 100%;
  }

  .hero__bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
  }
  .hero__content {
    padding-top: 290px;
    margin-left: 5%;
    width: 90%;
  }
  .hero__stats {
    flex-wrap: wrap;
    gap: 6px;
    width: 92%;
    padding-bottom: 24px;
  }
  .stats__item {
    flex: 1 1 calc(50% - 3px);
    min-width: 0;
    padding: 12px 10px 10px;
    min-height: 0;
  }
  .stats__label {
    font-size: 1rem;
    margin-bottom: 4px;
  }
  .stats__num {
    font-size: 2.6rem;
  }
  .stats__num span {
    font-size: 1.3rem;
  }
  .stats__num--code {
    font-size: 1.4rem;
  }

  .case-docs {
    grid-template-columns: 1fr 1fr;
  }
  .catalog__feat {
    grid-template-columns: 1fr;
  }
  .catalog__intro-block {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .catalog__feats-grid {
    grid-template-columns: 1fr;
  }
  .catalog__feats-grid .catalog__feat-card:nth-child(3) .catalog__feat-card__img,
  .catalog__feats-grid .catalog__feat-card:nth-child(4) .catalog__feat-card__img {
    height: auto;
  }
  .catalog__feats-grid .catalog__feat-card:nth-child(4) .catalog__feat-card__img {
    max-height: 300px;
  }
  .comparison-label {
    width: 90px;
    font-size: 1rem;
  }
  .comparison-connector__spacer {
    width: 90px;
  }
  .results__big-num {
    font-size: 5rem;
  }
  .results__big-num span {
    font-size: 2.3rem;
  }
  .kinki-stat__num {
    font-size: 5rem;
  }
  .kinki-stat__num span {
    font-size: 2.3rem;
  }
  .merits__comparison {
    gap: 40px;
  }
}

/* ===== CONTACT MODAL ===== */
.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 25000;
  visibility: hidden;
  pointer-events: none;
}
.contact-modal.open {
  visibility: visible;
  pointer-events: auto;
}
.contact-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.35s;
}
.contact-modal.open .contact-modal__overlay {
  opacity: 1;
}
.contact-modal__panel {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f9f9f9;
  max-height: 90vh;
  border-radius: 16px 16px 0 0;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  flex-direction: column;
}
.contact-modal.open .contact-modal__panel {
  transform: translateY(0);
}
.contact-modal__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 64px;
  border-bottom: 1px solid #e0e6ed;
  background: #fff;
  border-radius: 16px 16px 0 0;
  flex-shrink: 0;
}
.contact-modal__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #004077;
  text-align: center;
}
.contact-modal__close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 3rem;
  color: #888;
  cursor: pointer;
  line-height: 1;
  padding: 0 4px;
  transition: color 0.2s;
}
.contact-modal__close:hover {
  color: #333;
}
.contact-modal__body {
  overflow-y: auto;
  padding: 32px;
  flex: 1;
}

/* Contact Form */
#contactForm {
  max-width: 720px;
  margin: 0 auto;
}
.cf-group {
  margin-bottom: 24px;
}
.cf-label {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}
.cf-req {
  display: inline-block;
  background: #cc0000;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 2px 6px;
  margin-left: 8px;
  vertical-align: middle;
}
.cf-opt {
  display: inline-block;
  background: #aaa;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 2px 6px;
  margin-left: 8px;
  vertical-align: middle;
}
#contactForm input[type="text"],
#contactForm input[type="email"],
#contactForm input[type="tel"],
#contactForm textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 1.4rem;
  font-family: var(--font-base);
  border: 1px solid #ccc;
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
}
#contactForm input[type="text"]:focus,
#contactForm input[type="email"]:focus,
#contactForm input[type="tel"]:focus,
#contactForm textarea:focus {
  border-color: #004077;
}
#contactForm textarea {
  resize: vertical;
  min-height: 120px;
}
.cf-row {
  display: flex;
  gap: 12px;
}
.cf-col {
  flex: 1;
}
.cf-checks {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cf-checks label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
  cursor: pointer;
}
.cf-checks input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #004077;
  flex-shrink: 0;
  cursor: pointer;
}
.error-message {
  display: block;
  color: #d00;
  font-size: 1.2rem;
  margin-top: 6px;
  min-height: 1.6em;
}
.cf-group--privacy {
  border-top: 1px solid #e0e6ed;
  padding-top: 24px;
}
.cf-privacy {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
  cursor: pointer;
}
.cf-privacy input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #004077;
  flex-shrink: 0;
  cursor: pointer;
}
.cf-privacy a {
  color: #004077;
  text-decoration: underline;
}
.cf-group--recaptcha {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #e0e6ed;
  padding-top: 24px;
}

.cf-submit {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  padding-bottom: 16px;
}
.cf-submit-btn {
  width: 320px;
}

@media (max-width: 600px) {
  .contact-modal__header {
    padding: 16px 20px;
  }
  .contact-modal__body {
    padding: 20px;
  }
  .cf-row {
    flex-direction: column;
    gap: 8px;
  }
  .cf-submit-btn {
    width: 100%;
  }
}