/* ============================================================
   川流 SEO 名單站 — 前台樣式 v2
   設計語言:金箔 × 天空藍｜斜切不規則 × infographic 精品感
   ============================================================ */
/* ---------- 1. 設計 token ---------- */
:root {
  --navy-950: #0c4a6e;
  --navy-900: #075985;
  --navy-850: #0284c7;
  --navy-800: #0ea5e9;
  --navy-700: #0369a1;
  --navy-600: #38bdf8;
  --gold-700: #a9791c;
  --gold-600: #c8922e;
  --gold-500: #d9a441;
  --gold-400: #e8c067;
  --gold-300: #f3d79a;
  --gold-200: #f9e9c6;
  --cta-500: #f5a623;
  --cta-400: #ffc24d;
  --cta-600: #e0890c;
  --paper: #f1f3f7;
  --white: #ffffff;
  --cream: #fbf4e3;
  --text-strong: #12344d;
  --text: #365166;
  --text-soft: #64798a;
  --text-meta: #8aa2b2;
  --on-dark: #ffffff;
  --on-dark-soft: rgba(240, 249, 255, 0.84);
  --on-dark-mute: rgba(240, 249, 255, 0.62);
  --border-light: #d8ecf7;
  --border-strong: #a9d3e8;
  --border-gold: rgba(217, 164, 65, 0.42);
  --border-on-dark: rgba(255, 255, 255, 0.12);
  --line-green: #06c755;
  --danger: #dc2626;
  --font-base:
    "Noto Sans TC", "Microsoft JhengHei", "PingFang TC", Arial, sans-serif;
  --r-input: 10px;
  --r-btn: 12px;
  --r-card: 18px;
  --r-pill: 999px;
  --sh-card:
    0 2px 6px rgba(2, 132, 199, 0.08), 0 18px 40px -22px rgba(2, 132, 199, 0.34);
  --sh-card-hi:
    0 6px 14px rgba(2, 132, 199, 0.12), 0 26px 60px -24px rgba(2, 132, 199, 0.48);
  --sh-cta: 0 10px 26px -8px rgba(245, 166, 35, 0.6);
  --sh-gold:
    0 0 0 1px rgba(217, 164, 65, 0.4), 0 16px 40px -18px rgba(217, 164, 65, 0.5);
  --metal-gold: linear-gradient(
    135deg,
    #7b4a10 0%,
    #e4b44e 18%,
    #fff0b4 35%,
    #c48720 53%,
    #f8d77b 72%,
    #8b5a16 100%
  );
  --metal-blue: linear-gradient(180deg, #38bdf8 0%, #0ea5e9 48%, #0284c7 100%);
  --metal-red: linear-gradient(180deg, #e9352d 0%, #9e0808 48%, #d51a14 100%);
  --container: 1200px;
  --container-narrow: 880px;
  --header-h: 70px;
  --ease: cubic-bezier(0.22, 0.7, 0.2, 1);
  --skew: -2.2deg;
}
/* ---------- 2. Reset & base ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 84px;
}
body {
  margin: 0;
  font-family: var(--font-base);
  font-size: 17px;
  line-height: 1.75;
  color: var(--text);
  background: #e0f2fe;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.is-video-open body,
.is-image-open body,
.is-side-ad-open body {
  overflow: hidden;
}
img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: var(--navy-700);
  text-decoration: none;
  transition: color 0.15s var(--ease);
}
button {
  font-family: inherit;
  cursor: pointer;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-strong);
  text-wrap: balance;
}
h1 {
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0;
}
h2 {
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 900;
  letter-spacing: 0;
}
h3 {
  font-size: clamp(19px, 1.6vw, 23px);
}
p {
  margin: 0 0 1rem;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
:focus-visible {
  outline: 2px solid var(--cta-400);
  outline-offset: 3px;
  border-radius: 4px;
}
::selection {
  background: var(--gold-400);
  color: var(--navy-900);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.mobile-br {
  display: none;
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  background: var(--gold-500);
  color: var(--navy-900);
  padding: 10px 18px;
  font-weight: 700;
}
.skip-link:focus {
  left: 0;
}
/* ---------- 3. 區塊與斜切版面 ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
.container--narrow {
  max-width: var(--container-narrow);
}
.sec {
  position: relative;
  isolation: isolate;
  padding: clamp(66px, 8vw, 112px) 0;
}
.sec > .container {
  position: relative;
  z-index: 2;
}
/* 斜切背景:背景放 ::before 並 skew,內容不歪 → 區塊間呈不規則對角線 */
.sec::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -46px;
  bottom: -46px;
  z-index: 0;
  transform: skewY(var(--skew));
  transform-origin: center;
}
.sec--paper::before {
  background:
    linear-gradient(
      180deg,
      rgba(241, 243, 247, 0.88),
      rgba(241, 243, 247, 0.96)
    ),
    url("../images/marble-bg.webp") center/cover no-repeat,
    var(--paper);
}
.sec--white::before {
  background: linear-gradient(180deg, #ffffff, #f7f9fc);
}
.sec--notes::before {
  background:
    linear-gradient(
      180deg,
      rgba(251, 244, 227, 0.92),
      rgba(251, 244, 227, 0.97)
    ),
    url("../images/marble-bg.webp") center/cover no-repeat,
    var(--cream);
}
#process::before,
#faq::before {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.48),
      rgba(255, 255, 255, 0.56)
    ),
    url("../images/background/back_brown.webp") center/cover no-repeat,
    #f4eee4;
}
.sec--ink::before {
  background:
    radial-gradient(
      680px 380px at 84% 6%,
      rgba(255, 232, 150, 0.24),
      transparent 62%
    ),
    radial-gradient(
      620px 420px at 6% 96%,
      rgba(125, 211, 252, 0.62),
      transparent 64%
    ),
    linear-gradient(180deg, #0ea5e9, #38bdf8);
}
.sec--ink {
  color: var(--on-dark-soft);
}
.sec--ink h1,
.sec--ink h2,
.sec--ink h3,
.sec--ink h4 {
  color: #fff;
}
#apply::before {
  background:
    linear-gradient(
      90deg,
      rgba(2, 132, 199, 0.92) 0%,
      rgba(14, 165, 233, 0.78) 44%,
      rgba(125, 211, 252, 0.62) 100%
    ),
    radial-gradient(
      760px 420px at 82% 18%,
      rgba(217, 164, 65, 0.22),
      transparent 62%
    ),
    url("../images/6994.webp") center 42% / cover no-repeat;
  top: 0;
  bottom: 0;
  transform: none;
}
#apply::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.34;
  background:
    linear-gradient(
      115deg,
      transparent 0 38%,
      rgba(255, 255, 255, 0.18) 43%,
      transparent 48%
    ),
    radial-gradient(
      circle at 18% 24%,
      rgba(217, 164, 65, 0.18),
      transparent 30%
    );
  mix-blend-mode: screen;
}
/* Hero 不用 skew,改 clip-path 斜切底邊 */
.sec--hero {
  isolation: isolate;
  padding: clamp(48px, 7vw, 88px) 0 clamp(108px, 12vw, 168px);
  background:
    linear-gradient(rgba(2, 132, 199, 0.78), rgba(14, 165, 233, 0.82)),
    radial-gradient(
      1100px 520px at 86% -12%,
      rgba(245, 166, 35, 0.26),
      transparent 60%
    ),
    radial-gradient(
      900px 560px at -6% 24%,
      rgba(186, 230, 253, 0.58),
      transparent 62%
    ),
    url("../images/6994.webp") center 42% / cover no-repeat,
    linear-gradient(
      165deg,
      var(--navy-950) 0%,
      var(--navy-850) 58%,
      var(--navy-800) 100%
    );
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 64px), 0 100%);
  color: var(--on-dark-soft);
}
.sec--hero::before {
  display: none;
}
.hero-mesh {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.5;
  pointer-events: none;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.16) 1px,
    transparent 1.4px
  );
  background-size: 34px 34px;
  -webkit-mask-image: radial-gradient(
    ellipse 80% 70% at 70% 20%,
    #000,
    transparent 80%
  );
  mask-image: radial-gradient(
    ellipse 80% 70% at 70% 20%,
    #000,
    transparent 80%
  );
}
.hero-lightline {
  --hero-lightline-opacity: 0.5;
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../images/bg_bluelightline.webp") center center/cover
    no-repeat;
  opacity: var(--hero-lightline-opacity);
  pointer-events: none;
}
.hero-woman {
  position: absolute;
  left: clamp(-34px, 0vw, 12px);
  bottom: -8px;
  z-index: 1;
  width: clamp(210px, 24vw, 430px);
  height: auto;
  max-height: min(64%, 560px);
  object-fit: contain;
  object-position: left bottom;
  opacity: 0.88;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.42));
  pointer-events: none;
}
/* ---------- 4. 按鈕 ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 13px 26px;
  font-size: 16px;
  font-weight: 700;
  border-radius: var(--r-btn);
  border: 1.5px solid transparent;
  white-space: nowrap;
  text-align: center;
  transition:
    transform 0.18s var(--ease),
    box-shadow 0.18s var(--ease),
    background 0.18s var(--ease),
    border-color 0.18s var(--ease);
}
.btn--lg {
  min-height: 58px;
  padding: 17px 34px;
  font-size: 17.5px;
}
.btn--sm {
  min-height: 42px;
  padding: 8px 16px;
  font-size: 14.5px;
}
.btn--block {
  display: flex;
  width: 100%;
}
.btn svg {
  width: 18px;
  height: 18px;
}
.btn--primary {
  background: linear-gradient(
    135deg,
    var(--cta-400),
    var(--cta-500) 55%,
    var(--cta-600)
  );
  color: var(--navy-900);
  box-shadow:
    var(--sh-cta),
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -2px 0 rgba(128, 73, 0, 0.2);
  border-color: rgba(255, 224, 147, 0.55);
}
.btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px -8px rgba(245, 166, 35, 0.7);
  color: var(--navy-900);
}
.btn--gold {
  background: var(--metal-gold);
  color: var(--navy-900);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 12px 26px -12px rgba(217, 164, 65, 0.7);
}
.btn--gold:hover {
  transform: translateY(-3px);
  color: var(--navy-900);
}
.btn--ghost-dark,
.btn--phone {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.32);
}
.btn--ghost-dark:hover,
.btn--phone:hover {
  border-color: var(--gold-400);
  color: var(--gold-300);
  transform: translateY(-3px);
}
.btn--ghost-light {
  background: #fff;
  color: var(--navy-800);
  border-color: var(--border-strong);
}
.btn--ghost-light:hover {
  border-color: var(--gold-500);
  color: var(--navy-800);
  transform: translateY(-3px);
}
.btn--line {
  background: var(--line-green);
  color: #fff;
}
.btn--line:hover {
  background: #05af4c;
  color: #fff;
  transform: translateY(-3px);
}
/* ---------- 5. 頁首 ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(8, 20, 40, 0.9);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--border-on-dark);
}
.site-header__inner {
  display: flex;
  align-items: center;
  gap: 22px;
  height: var(--header-h);
}
.site-header__inner.container {
  padding: 0 10px;
  gap: 7px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  flex: none;
}
.brand__mark {
  width: 42px;
  height: 42px;
  flex: none;
  object-fit: contain;
  filter: drop-shadow(0 3px 8px rgba(217, 164, 65, 0.4));
}
.brand__name {
  display: block;
  flex: none;
  font-size: 19px;
  font-weight: 900;
  color: #fff;
  line-height: 1.05;
  white-space: nowrap;
}
.brand__title {
  display: inline-block;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}
.brand__name small {
  display: block;
  font-size: 10.5px;
  font-weight: 500;
  color: var(--gold-400);
  letter-spacing: 0.08em;
  margin-top: 3px;
}
.site-nav {
  margin-left: auto;
}
.site-nav__list {
  display: flex;
  gap: 2px;
}
.site-nav__list a {
  display: inline-block;
  padding: 9px 13px;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
  border-radius: 8px;
}
.site-nav__list a:hover {
  color: var(--gold-300);
  background: rgba(255, 255, 255, 0.07);
}
.site-header__cta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-hotline {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 14px;
  border-radius: var(--r-btn);
  background: linear-gradient(
    180deg,
    rgba(217, 164, 65, 0.22),
    rgba(82, 51, 12, 0.22)
  );
  border: 1px solid rgba(255, 224, 147, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 0 18px rgba(217, 164, 65, 0.1);
  color: var(--gold-300);
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.header-hotline::after {
  content: "";
  position: absolute;
  inset: -30% auto -30% -45%;
  width: 38%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
  transform: skewX(-18deg);
  animation: metalSweep 5.8s ease-in-out infinite;
  pointer-events: none;
}
.header-hotline:hover {
  background: rgba(217, 164, 65, 0.22);
  color: #fff;
}
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid var(--border-on-dark);
  border-radius: 10px;
  padding: 0;
}
.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 4px auto;
  transition: 0.2s var(--ease);
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
/* ---------- 6. Hero ---------- */
.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: clamp(30px, 4vw, 58px);
  align-items: center;
}
.hero__grid::after {
  content: "";
  position: absolute;
  top: -34px;
  right: -54px;
  z-index: 2;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(
    circle,
    rgba(255, 224, 147, 0.42) 0 26%,
    rgba(245, 166, 35, 0.18) 42%,
    rgba(245, 166, 35, 0) 72%
  );
  filter: blur(10px);
}
.hero__grid > * {
  min-width: 0;
}
.hero__title {
  position: relative;
  z-index: 4;
  width: max-content;
  max-width: min(940px, calc(100vw - 48px));
  font-size: clamp(32px, 4.7vw, 55px);
  margin: 14px 0 18px;
  color: #fff;
}
.hero__title-line {
  display: block;
  white-space: nowrap;
}
.hero__title-accent {
  display: flex;
  align-items: baseline;
  gap: 0.2em;
  width: max-content;
  white-space: nowrap;
}
.hero__title-arrow {
  display: inline-block;
  flex: 0 0 1em;
  width: 1em;
  color: var(--gold-400);
  animation: arrowBlink 1.25s ease-in-out infinite;
}
.hero__title .t-gold {
  display: block;
  width: max-content;
  color: var(--gold-400);
  position: relative;
  white-space: nowrap;
}
.hero__title .t-gold::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 10px;
  background: linear-gradient(
    90deg,
    rgba(245, 166, 35, 0.5),
    rgba(245, 166, 35, 0.05)
  );
  z-index: -1;
}
.hero__lead {
  font-size: 16.5px;
  line-height: 1.85;
  color: var(--on-dark-soft);
  margin: 0 0 24px;
  max-width: 690px;
}
.hero__lead-title {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(20px, 2.1vw, 27px);
  line-height: 1.35;
  font-weight: 900;
}
.hero__lead p {
  margin: 0 0 12px;
}
.hero__lead strong {
  color: #fff;
  font-weight: 900;
}
.hero__formula {
  color: #ffe08b;
  font-size: clamp(21px, 2.4vw, 31px);
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0;
}
.hero__promise {
  color: #fff;
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 900;
  line-height: 1.38;
}
.hero__cta-note {
  margin: 16px 0 0;
  font-size: 14.5px;
  color: var(--on-dark-mute);
}
.hero-contact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 0;
  max-width: 660px;
}
.hero-contact li {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  padding: 12px 14px;
  background: var(--metal-blue);
  border: 1px solid rgba(255, 214, 117, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(0, 0, 0, 0.35),
    0 12px 30px -18px rgba(217, 164, 65, 0.55);
}
.hero-contact li::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.13;
  background: url("../images/background/back_deepblue.webp") center/cover
    no-repeat;
  pointer-events: none;
}
.hero-contact li:nth-child(2)::before {
  background-image: url("../images/background/back_brown.webp");
}
.hero-contact li:nth-child(3)::before {
  background-image: url("../images/background/back_green.webp");
}
.hero-contact li::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -50%;
  width: 42%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.28),
    transparent
  );
  transform: skewX(-18deg);
  animation: metalSweep 6.2s ease-in-out infinite;
  pointer-events: none;
}
.hero-contact li:nth-child(2)::after {
  animation-delay: 0.75s;
}
.hero-contact li:nth-child(3)::after {
  animation-delay: 1.35s;
}
.hero-contact span,
.hero-contact a {
  position: relative;
  z-index: 1;
  display: block;
}
.hero-contact span {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--gold-300);
}
.hero-contact a {
  margin-top: 2px;
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.25;
}
.hero-contact li:nth-child(3) a {
  color: #8ff0b0;
}
.hero__form .form-card {
  background: #fff;
}
.hero__form {
  position: relative;
  z-index: 3;
  margin-top: -88px;
  transform: translateY(-34px);
}
/* 20 週年獎章 */
.medallion {
  position: absolute;
  top: -14px;
  right: -20px;
  z-index: 5;
  width: 182px;
  height: 182px;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.5));
  pointer-events: none;
}
/* 促銷閃示緞帶（強對比、斜切） */
.promo-flash {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  flex-wrap: wrap;
  position: relative;
  overflow: visible;
  background: linear-gradient(180deg, #f24a38 0%, #c91414 48%, #9f0909 100%);
  color: #fff;
  padding: 7px 0px 9px 13px;
  margin: 0 0 18px;
  width: fit-content;
  max-width: 100%;
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow:
    inset 0 0 0 2px rgba(255, 214, 117, 0.58),
    inset 0 8px 14px rgba(255, 255, 255, 0.22),
    0 5px 0 #6f0606,
    0 14px 28px -12px rgba(245, 166, 35, 0.82);
}
.promo-flash > * {
  position: relative;
  z-index: 1;
}
.promo-flash::before,
.promo-flash::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 64px;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, #d99f28 0 38%, transparent 40%) 50%
      4px/9px 14px no-repeat,
    radial-gradient(ellipse at center, #ebc766 0 38%, transparent 40%) 42%
      18px/8px 13px no-repeat,
    radial-gradient(ellipse at center, #d99f28 0 38%, transparent 40%) 56%
      31px/8px 13px no-repeat,
    radial-gradient(ellipse at center, #ebc766 0 38%, transparent 40%) 42%
      44px/8px 13px no-repeat,
    linear-gradient(#d99f28, #d99f28) center/2px 58px no-repeat;
  transform: translateY(-50%) rotate(-24deg);
  filter: drop-shadow(0 1px 0 rgba(92, 58, 0, 0.35));
}
.promo-flash::before {
  left: -32px;
}
.promo-flash::after {
  right: -32px;
  transform: translateY(-50%) scaleX(-1) rotate(-24deg);
}
.promo-flash__shine {
  display: none;
}
.promo-flash > * {
  position: relative;
  z-index: 1;
}
.promo-flash__main::after {
  content: "";
  position: absolute;
  inset: -90% auto -90% -70%;
  width: 32%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.42),
    transparent
  );
  transform: skewX(-18deg);
  animation: metalSweep 4.8s ease-in-out infinite;
  pointer-events: none;
}
.promo-flash__main {
  position: relative;
  font-size: clamp(26px, 2.5vw, 36px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.08em;
  text-shadow:
    0 2px 0 #7b0505,
    0 0 12px rgba(255, 210, 122, 0.38);
}
.promo-flash__sub {
  font-size: 15px;
  margin-right: 20px;
  font-weight: 900;
  line-height: 1.35;
  color: #ffe6a8;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
}
.promo-flash__sub s {
  opacity: 0.72;
}
.promo-flash__sub b {
  font-size: 20px;
  color: #fff;
  font-weight: 900;
}
/* 賣點 pill（含金圈圖示） */
.tag-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 22px;
  max-width: 680px;
  border: 2px solid rgba(255, 214, 117, 0.92);
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(180deg, #0d3869, #071e3b);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.28),
    0 12px 26px -16px rgba(217, 164, 65, 0.85);
}
.tag {
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 58px;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  padding: 10px 16px;
  background: linear-gradient(
    180deg,
    rgba(16, 58, 105, 0.96),
    rgba(6, 29, 58, 0.96)
  );
  border-right: 1px solid rgba(255, 214, 117, 0.42);
  border-bottom: 1px solid rgba(255, 214, 117, 0.36);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.38);
}
.tag:last-child {
  border-right: 0;
}
.tag {
  border-bottom: 0;
}
.tag .ic {
  width: 38px;
  height: 38px;
  flex: none;
  display: grid;
  place-items: center;
  color: var(--gold-300);
}
.tag .ic svg {
  width: 31px;
  height: 31px;
  stroke-width: 1.9;
}
/* ---------- 7. 區塊標頭（緞帶感） ---------- */
.sec-head {
  max-width: 820px;
  margin: 0 auto clamp(38px, 5vw, 58px);
  text-align: center;
}
.sec-head--left {
  margin-left: 0;
  text-align: left;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--gold-700);
  background: linear-gradient(180deg, #fff, var(--gold-200));
  border: 1px solid var(--border-gold);
  padding: 7px 16px;
  border-radius: var(--r-pill);
  margin-bottom: 15px;
  box-shadow: 0 4px 12px -6px rgba(217, 164, 65, 0.5);
}
.eyebrow::before,
.eyebrow::after {
  content: "";
  width: 14px;
  height: 2px;
  background: var(--gold-500);
  border-radius: 2px;
}
.sec--ink .eyebrow,
.sec--hero .eyebrow {
  color: var(--gold-300);
  background: rgba(217, 164, 65, 0.12);
  border-color: rgba(217, 164, 65, 0.4);
  box-shadow: none;
}
.sec-head h2 {
  position: relative;
  display: inline-block;
  padding: 20px clamp(10px, 5vw, 30px) 0;
}
.sec-head h2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 74px;
  height: 4px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--gold-500),
    var(--gold-300),
    var(--gold-500),
    transparent
  );
  box-shadow: 0 0 16px rgba(217, 164, 65, 0.32);
}
.sec-head h2::after {
  content: "";
  display: block;
  width: min(560px, 82vw);
  height: 26px;
  margin: 12px auto 0;
  border-radius: 0;
  background: linear-gradient(
      90deg,
      transparent,
      var(--gold-600),
      var(--gold-300),
      var(--gold-600),
      transparent
    )
    center 12px/100% 2px no-repeat;
}
.sec-head--left h2::after {
  margin-left: 0;
}
.sec-head__intro {
  margin: 16px auto 0;
  max-width: 680px;
  font-size: 16px;
  line-height: 1.85;
  color: var(--text-soft);
}
.sec--ink .sec-head__intro,
.sec--hero .sec-head__intro {
  color: var(--on-dark-soft);
}
.t-gold {
  color: var(--gold-600);
}
.sec-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-top: clamp(34px, 4vw, 52px);
}
.sec-cta--left {
  justify-content: flex-start;
}
.link-arrow {
  font-size: 15px;
  font-weight: 700;
  color: var(--navy-700);
}
.link-arrow::after {
  content: "  →";
}
.link-arrow:hover {
  color: var(--cta-600);
}
.link-arrow--light {
  color: var(--gold-300);
}
.link-arrow--light:hover {
  color: #fff;
}
.promo-video-cta {
  display: flex;
  justify-content: center;
  margin: 18px 0 0;
}
.video-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.video-link::after {
  content: "";
}
.video-link__arrow {
  font-size: 18px;
  line-height: 1;
}
.video-link__thumb {
  position: relative;
  width: 74px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 224, 147, 0.62);
  box-shadow: 0 10px 22px -14px rgba(0, 0, 0, 0.85);
  background: #111827;
}
.video-link__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.86);
}
.video-link__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 22px;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  background: #ff0000;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.36);
}
.video-link__play::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 6px;
  border-left: 9px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.video-link:hover .video-link__thumb {
  transform: translateY(-2px);
  border-color: #fff;
}
.video-modal[hidden] {
  display: none;
}
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: grid;
  place-items: center;
  padding: 24px;
  overflow: auto;
}
.video-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(3, 10, 24, 0.78);
  backdrop-filter: blur(5px);
}
.video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(360px, calc(100vw - 48px), calc((100vh - 120px) * 9 / 16));
  height: auto;
  max-height: calc(100vh - 120px);
  aspect-ratio: 9 / 16;
  border-radius: 12px;
  overflow: hidden;
  background: #050e20;
  border: 1px solid rgba(255, 224, 147, 0.48);
  box-shadow: 0 30px 90px -24px rgba(0, 0, 0, 0.88);
}
.video-modal__dialog iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 9 / 16;
  border: 0;
  display: block;
}
.video-modal__close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  background: rgba(5, 14, 32, 0.8);
  color: #fff;
  font-size: 28px;
  line-height: 1;
}
.video-modal__close:hover {
  border-color: var(--gold-300);
  color: var(--gold-300);
}
@media (max-height: 720px) {
  .video-modal {
    padding: 12px;
  }
  .video-modal__dialog {
    width: min(320px, calc(100vw - 24px), calc((100vh - 48px) * 9 / 16));
    max-height: calc(100vh - 48px);
  }
}
/* ---------- 8. 金色圖示徽章 ---------- */
.icon-badge {
  width: 56px;
  height: 56px;
  flex: none;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: var(--metal-blue);
  border: 1px solid var(--border-gold);
  color: var(--gold-400);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(0, 0, 0, 0.35),
    0 8px 18px -10px rgba(10, 23, 51, 0.6);
  position: relative;
  overflow: hidden;
}
.icon-badge::after {
  content: "";
  position: absolute;
  inset: -45% auto -45% -55%;
  width: 42%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.28),
    transparent
  );
  transform: skewX(-18deg);
  animation: metalSweep 7s ease-in-out infinite;
  pointer-events: none;
}
.icon-badge svg {
  width: 28px;
  height: 28px;
  position: relative;
  z-index: 1;
}
.icon-badge--round {
  border-radius: 50%;
}
.ico-svg {
  width: 1em;
  height: 1em;
}
/* ---------- 9. 卡片 ---------- */
.card-grid {
  display: grid;
  gap: 22px;
}
.card-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
.card-grid--5 {
  grid-template-columns: repeat(5, 1fr);
}
.card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: var(--r-card);
  padding: 28px 24px;
  transition:
    transform 0.2s var(--ease),
    box-shadow 0.2s var(--ease),
    border-color 0.2s var(--ease);
  --card-marble: url("../images/background/back_gray.webp");
  --card-marble-opacity: 0.11;
}
.card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 4px;
  height: 34px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, var(--gold-400), var(--gold-600));
  z-index: 1;
}
.card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.94)
    ),
    var(--card-marble) center/cover no-repeat;
  opacity: var(--card-marble-opacity);
  mix-blend-mode: multiply;
}
.card:hover::after {
  opacity: calc(var(--card-marble-opacity) + 0.04);
}
.card::before {
  transition:
    height 0.2s var(--ease),
    box-shadow 0.2s var(--ease);
}
.card:hover::before {
  height: 48px;
  box-shadow: 0 0 18px rgba(217, 164, 65, 0.32);
}
.card > * {
  position: relative;
  z-index: 2;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: var(--sh-card-hi);
  border-color: var(--border-gold);
}
.card h3 {
  margin: 13px 0 8px;
  font-size: 17.5px;
  line-height: 1.45;
}
.card p {
  margin: 0;
  font-size: 14.5px;
  color: var(--text-soft);
  line-height: 1.72;
}
.card__num,
.why-card__num {
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  color: var(--gold-600);
  letter-spacing: 0.1em;
}
.card--dark {
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.055),
    rgba(255, 255, 255, 0.02)
  );
  border-color: var(--border-on-dark);
  --card-marble: url("../images/background/back_black.webp");
  --card-marble-opacity: 0.2;
}
.card--dark::after {
  background: var(--card-marble) center/cover no-repeat;
  mix-blend-mode: screen;
}
.card--dark::before {
  opacity: 0.9;
}
.card--dark h3 {
  color: #fff;
}
.card--dark p {
  color: var(--on-dark-soft);
}
/* 痛點卡：序號徽章溢出邊角（不規則重疊） */
.pain-card {
  padding-top: 36px;
  overflow: visible;
  min-height: 300px;
}
.pain-card .card__num {
  position: absolute;
  top: -15px;
  left: 20px;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 15px;
  color: var(--gold-300);
  letter-spacing: 0.04em;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0) 42%
    ),
    linear-gradient(180deg, #102a4c, #071d38);
  border: 1px solid rgba(217, 164, 65, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 10px 18px -10px rgba(7, 21, 38, 0.55),
    0 0 0 5px rgba(255, 255, 255, 0.78);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.28);
  transform: rotate(-6deg);
  z-index: 4;
}
.pain-card::before {
  display: none;
}
.pain-card:nth-child(1) {
  --card-marble: url("../images/17803538_5885578.webp");
}
.pain-card:nth-child(2) {
  --card-marble: url("../images/2149.webp");
}
.pain-card:nth-child(3) {
  --card-marble: url("../images/background/back_deepblue.webp");
}
.pain-card:nth-child(4) {
  --card-marble: url("../images/6994.webp");
}
.pain-card:nth-child(5) {
  --card-marble: url("../images/17803524_5886472.webp");
}
.pain-card__person {
  margin: auto -10px -20px;
  min-height: 112px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
  overflow: visible;
}
.pain-card__person img {
  height: 132px;
  width: auto;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 14px 18px rgba(10, 23, 51, 0.22));
}
/* 痛點區 DM 版 */
.pain-dm {
  overflow: visible;
  padding: clamp(58px, 7vw, 96px) 0 clamp(48px, 6vw, 100px);
  color: var(--text-strong);
}
.pain-dm::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 1;
  width: clamp(210px, 24vw, 370px);
  height: clamp(180px, 22vw, 330px);
  background: url("../images/top/top_bg_5.webp") right top/contain no-repeat;
  pointer-events: none;
}
.pain-dm > .container {
  z-index: 2;
}
.pain-dm__lightline {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: url("../images/bg_bluelightline.webp") center top/cover no-repeat;
  opacity: 0;
  pointer-events: none;
}
.pain-dm__head {
  position: relative;
  text-align: center;
  margin: 0 auto 24px;
}
.pain-dm__head::before,
.pain-dm__head::after {
  content: "";
  position: absolute;
  top: 25px;
  width: clamp(120px, 20vw, 280px);
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(245, 166, 35, 0.92),
    rgba(255, 244, 187, 0.9)
  );
  box-shadow:
    0 0 12px rgba(245, 166, 35, 0.7),
    0 0 26px rgba(245, 166, 35, 0.42);
  pointer-events: none;
}
.pain-dm__head::before {
  right: calc(50% + 210px);
}
.pain-dm__head::after {
  left: calc(50% + 210px);
  transform: scaleX(-1);
}
.pain-dm__ribbon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(460px, 82vw);
  height: 50px;
  padding: 10px 34px;
  color: #061b40;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 900;
  letter-spacing: 0.08em;
  background: linear-gradient(180deg, #fff2b9 0%, #f3c45b 52%, #c9881c 100%);
  clip-path: polygon(0 0, 100% 0, 94% 100%, 6% 100%);
  box-shadow:
    0 12px 24px -15px rgba(0, 0, 0, 0.6),
    0 0 24px rgba(245, 166, 35, 0.38);
  position: relative;
  z-index: 1;
}
.pain-dm__head h2 {
  margin: 22px 0 8px;
  color: var(--navy-900);
  font-size: clamp(36px, 5.4vw, 70px);
  font-weight: 900;
  line-height: 1.12;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.8),
    0 12px 28px rgba(10, 23, 51, 0.16);
}
.pain-dm__head h2 span {
  display: inline-block;
}
.pain-dm__head h2 b {
  display: inline-block;
  padding-right: 0.12em;
  font-size: 1.28em;
  color: var(--gold-300);
  font-style: italic;
  background: linear-gradient(180deg, #fff4bb 0%, #f6c649 60%, #da9414 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
}
.pain-dm__head p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0;
  color: var(--navy-800);
  font-size: clamp(20px, 2.5vw, 34px);
  font-weight: 900;
  line-height: 1.35;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.7);
}
.pain-dm__head p::before,
.pain-dm__head p::after {
  content: "";
  width: min(145px, 12vw);
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-400));
}
.pain-dm__head p::after {
  background: linear-gradient(90deg, var(--gold-400), transparent);
}
.pain-dm__proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 820px;
  margin: 0 auto 30px;
  padding: 14px 28px;
  border: 1px solid rgba(101, 194, 255, 0.46);
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(11, 82, 154, 0.82),
    rgba(5, 45, 96, 0.9)
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 18px 42px -28px rgba(0, 169, 255, 0.65);
}
.pain-dm__proof li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: 12px;
  align-items: center;
  min-height: 56px;
  padding: 0 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}
.pain-dm__proof li:last-child {
  border-right: 0;
}
.pain-dm__proof span {
  grid-row: 1/3;
  color: var(--gold-300);
}
.pain-dm__proof svg {
  width: 38px;
  height: 38px;
  stroke-width: 1.8;
}
.pain-dm__proof b {
  font-size: 16px;
  color: #ffe8a7;
  line-height: 1.15;
}
.pain-dm__proof small {
  font-size: 13px;
  color: #fff;
  line-height: 1.3;
}
.pain-dm__cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}
.pain-dm__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 360px;
  overflow: visible;
  padding: 54px 20px 0;
  border-radius: 12px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.97),
    rgba(255, 255, 255, 0.9) 56%,
    rgba(224, 243, 255, 0.86)
  );
  border: 2px solid rgba(255, 226, 150, 0.8);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.78),
    0 18px 34px -24px rgba(0, 0, 0, 0.56),
    0 0 18px rgba(37, 197, 255, 0.25);
}
.pain-dm__card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 56%;
  height: 42%;
  border-radius: 0 0 10px 0;
  background: linear-gradient(
    135deg,
    transparent 0 48%,
    rgba(191, 227, 247, 0.8) 49% 100%
  );
  opacity: 0.6;
  pointer-events: none;
}
.pain-dm__num {
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ffd66d;
  background: linear-gradient(180deg, #082d66, #031b3f);
  border: 2px solid var(--gold-400);
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.95),
    0 10px 20px -10px rgba(0, 0, 0, 0.7);
  font-size: 29px;
  font-weight: 900;
  line-height: 1;
  font-family: Arial, sans-serif;
  z-index: 3;
}
.pain-dm__card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  color: #061b40;
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  text-wrap: balance;
  min-height: 2.7em;
}
.pain-dm__icon {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin: 0 0 14px;
  color: #0057bf;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.84) 0 22%, transparent 23%),
    linear-gradient(180deg, #eaf6ff 0%, #d8ecff 100%);
  border-radius: 50%;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 8px 18px -14px rgba(0, 87, 191, 0.55);
}
.pain-dm__icon svg {
  width: 44px;
  height: 44px;
  stroke-width: 2.2;
}
.pain-dm__card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #061b40;
  font-size: 14.5px;
  line-height: 1.65;
  text-align: center;
}
.pain-dm__person {
  position: relative;
  z-index: 2;
  margin: auto -18px 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 132px;
  width: calc(100% + 36px);
}
.pain-dm__person img {
  max-height: 160px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 16px rgba(0, 0, 0, 0.2));
}
.pain-dm__placeholder {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  margin: auto 0 24px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  color: rgba(30, 95, 159, 0.24);
  background: rgba(30, 95, 159, 0.05);
}
.pain-dm__placeholder svg {
  width: 64px;
  height: 64px;
}
.pain-dm__bar {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(190px, 0.9fr) 1.6fr auto;
  align-items: center;
  gap: 24px;
  margin-top: 18px;
  padding: 18px 34px 5px 34px;
  background: url("../images/bg_blue_contact.webp") center/100% auto no-repeat;
}
.pain-dm__bar > * {
  position: relative;
  z-index: 1;
}
.pain-dm__badge {
  display: block;
  width: 116px;
  height: 116px;
}
.pain-dm__bar-title b {
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.15;
}
.pain-dm__bar-title span {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.pain-dm__bar ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.pain-dm__bar li {
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  column-gap: 8px;
  align-items: center;
  color: #fff;
}
.pain-dm__bar li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  width: 2px;
  height: 52px;
  background: url("../images/bg_blue_contact-3.webp") center/contain no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}
.pain-dm__bar li span {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 2px solid #ffd66d;
  border-radius: 50%;
  color: #ffd66d;
}
.pain-dm__bar li svg {
  width: 15px;
  height: 15px;
  stroke-width: 2.6;
}
.pain-dm__bar li b {
  grid-column: 2;
  grid-row: 1;
  color: #ffd66d;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.15;
}
.pain-dm__bar li small {
  grid-column: 1/3;
  grid-row: 2;
  font-size: 13px;
  line-height: 1.35;
  color: #fff;
}
.pain-dm__cta {
  position: relative;
  min-width: 168px;
  min-height: 58px;
  background: url("../images/bg_blue_contact-2.webp") center/100% 100% no-repeat;
  border-color: transparent;
  box-shadow: none;
  color: var(--navy-900);
}
.pain-dm__cta::before {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -5px;
  z-index: 2;
  width: 36px;
  height: 36px;
  background: url("../images/generated/sec-plan_hand.png") center/contain no-repeat;
  filter: drop-shadow(0 2px 2px rgba(5, 26, 53, 0.45));
  transform-origin: 45% 20%;
  animation: planHandBlink 1.05s ease-in-out infinite;
  pointer-events: none;
}
.pain-dm__cta .sr-only {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
  clip: auto;
  white-space: nowrap;
  color: #061b40;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}
.pain-dm__cta:hover {
  transform: none;
  box-shadow: none;
  color: var(--navy-900);
}
.why-card:nth-child(1) {
  --card-marble: url("../images/1041.webp");
}
.why-card:nth-child(2) {
  --card-marble: url("../images/17803535_5886276.webp");
}
.why-card:nth-child(3) {
  --card-marble: url("../images/background/back_brown.webp");
}
.why-card:nth-child(4) {
  --card-marble: url("../images/5063.webp");
}
.gift-card::after {
  display: none;
}
.gift-card__body {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.gift-card__body::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.1;
  pointer-events: none;
  background: url("../images/background/back_gray.webp") center/cover no-repeat;
  mix-blend-mode: multiply;
}
.gift-card:nth-child(2) .gift-card__body::before {
  background-image: url("../images/background/back_deepblue.webp");
}
.gift-card:nth-child(3) .gift-card__body::before {
  background-image: url("../images/background/back_brown.webp");
}
.gift-card:nth-child(4) .gift-card__body::before {
  background-image: url("../images/background/back_green.webp");
}
.gift-card:nth-child(5) .gift-card__body::before {
  background-image: url("../images/background/back_pink.webp");
}
.gift-card__body > * {
  position: relative;
  z-index: 1;
}
/* 核心賣點 2 欄 */
.why-layout {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: clamp(28px, 4vw, 54px);
  align-items: center;
}
.why-feature {
  margin: 0;
  border-radius: var(--r-card);
  overflow: hidden;
  border: 1px solid var(--border-gold);
  box-shadow: var(--sh-card-hi);
  position: relative;
}
.why-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--r-card);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  pointer-events: none;
}
.why-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.why-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.why-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.why-card .icon-badge {
  margin-bottom: 8px;
}
.why-card__num {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 24px;
  opacity: 0.5;
}
/* 核心賣點：參考稿三段式版面 */
.why-performance {
  padding: 0 0 clamp(52px, 7vw, 86px);
  overflow: visible;
}
.why-performance::before {
  top: -40px;
  bottom: -46px;
  transform: skewY(var(--skew));
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.96),
      rgba(244, 248, 252, 0.98)
    ),
    url("../images/marble-bg.webp") center/cover no-repeat;
}
.why-performance::after {
  display: none;
}
.why-performance__hero {
  position: relative;
  z-index: 2;
  isolation: isolate;
  overflow: visible;
  --why-hero-slant: clamp(28px, 4.2vw, 58px);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  background: transparent;
}
.why-performance__hero::after {
  content: "";
  position: absolute;
  inset: calc(var(--why-hero-slant) * -0.7) 0;
  z-index: 0;
  transform: skewY(var(--skew));
  transform-origin: center;
  background:
    url("../images/generated/sec-white_img1.webp") right center/auto 100%
      no-repeat,
    radial-gradient(
        circle at 46% 59%,
        rgba(245, 166, 35, 0.2),
        transparent 1.5px
      )
      0 0/18px 18px,
    radial-gradient(
        circle at 88% 72%,
        rgba(29, 137, 214, 0.44),
        transparent 1.6px
      )
      0 0/16px 16px,
    linear-gradient(122deg, #031329 0%, #06244b 50%, #071a35 100%);
}
.why-performance__hero-inner {
  position: static;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: stretch;
  gap: clamp(30px, 5vw, 72px);
}
.why-performance__copy {
  position: relative;
  z-index: 2;
  grid-column: 1;
  max-width: 680px;
  padding: clamp(78px, 9vw, 120px) 0 clamp(66px, 8vw, 94px);
}
.why-performance__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-width: min(330px, 100%);
  min-height: 54px;
  margin-bottom: 28px;
  padding: 10px 26px;
  border: 1px solid var(--gold-500);
  border-radius: 999px;
  color: var(--gold-300);
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0.06em;
  white-space: nowrap;
  background: rgba(3, 19, 41, 0.52);
  box-shadow:
    0 0 16px rgba(245, 166, 35, 0.18),
    inset 0 0 0 1px rgba(255, 238, 178, 0.14);
}
.why-performance__eyebrow::before,
.why-performance__eyebrow::after {
  content: "";
  flex: 1 1 26px;
  height: 2px;
  max-width: 28px;
  background: currentColor;
}
.why-performance__copy h2 {
  position: relative;
  margin: 0;
  padding: 18px 18px 22px 0;
  color: #fff;
  font-size: clamp(38px, 6.2vw, 60px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.05em;
  transform: skewX(-5deg);
  text-shadow:
    0 2px 0 #000,
    0 5px 0 rgba(12, 36, 75, 0.75),
    0 0 10px rgba(255, 255, 255, 0.72),
    0 18px 32px rgba(0, 0, 0, 0.55);
}
.why-performance__copy h2::before {
  content: "";
  position: absolute;
  left: min(100%, 275px);
  top: 52%;
  z-index: -1;
  width: min(380px, 34vw);
  height: min(240px, 22vw);
  background: url("../images/top/top_bg_6.webp") center/contain no-repeat;
  opacity: 0.7;
  transform: translateY(-50%) skewX(5deg);
  pointer-events: none;
}
.why-performance__copy h2 span {
  display: block;
}
.why-performance__copy h2 span:first-child {
  white-space: nowrap;
}
.why-performance__copy h2 b {
  display: inline-block;
  color: #c88612;
  font-size: 1.18em;
  font-style: normal;
  background: linear-gradient(
    180deg,
    #ffed91 0%,
    #d89a25 19%,
    #8f5a07 46%,
    #c78517 58%,
    #5a3100 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 1px 0 rgba(255, 232, 146, 0.75),
    0 3px 0 rgba(111, 65, 0, 0.9),
    0 7px 0 rgba(35, 19, 0, 0.62),
    0 0 16px rgba(255, 198, 65, 0.38),
    0 18px 30px rgba(0, 0, 0, 0.62);
}
.why-performance__copy h2::after {
  content: "";
  display: block;
  width: min(500px, 100%);
  height: 1px;
  margin: 28px 0 24px;
  background:
    radial-gradient(circle, rgba(255, 242, 177, 0.95) 0 2px, transparent 3px),
    linear-gradient(90deg, transparent, rgba(245, 166, 35, 0.78), transparent);
  box-shadow: 0 0 16px rgba(245, 166, 35, 0.68);
}
.why-performance__copy p:not(.why-performance__actions) {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.75;
  white-space: nowrap;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.42);
}
.why-performance__copy p:not(.why-performance__actions) b,
.why-performance__copy p:not(.why-performance__actions) strong {
  color: #ffd66d;
}
.why-performance__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  margin: 30px 0 0;
}
#why .why-performance__actions .btn {
  min-width: 300px;
  min-height: 64px;
  justify-content: space-between;
  padding: 16px 18px 16px 34px;
  color: #061b40;
  font-size: 20px;
  font-weight: 900;
  background: linear-gradient(180deg, #ffe184 0%, #ffbc2d 52%, #f59b00 100%);
  border: 1px solid rgba(255, 235, 168, 0.9);
  border-radius: 18px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 12px 24px -12px rgba(245, 166, 35, 0.8);
}
#why .why-performance__actions .btn::before {
  content: "";
  order: 2;
  position: relative;
  width: 42px;
  height: 42px;
  margin-left: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.38);
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.55),
    0 3px 8px rgba(0, 37, 85, 0.24);
}
#why .why-performance__actions .btn::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 18px;
  bottom: auto;
  left: auto;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: none;
  color: #06305f;
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-52%);
  box-shadow: none;
  animation: none;
  pointer-events: none;
}
.why-performance__visual {
  display: none;
}
.why-performance__visual img {
  display: none;
}
.why-performance__flow {
  position: relative;
  z-index: 3;
  padding-top: clamp(42px, 5vw, 78px);
}
.why-flow-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 42px;
  color: var(--navy-900);
  text-align: center;
  margin-top: 42px;
}
.why-flow-title span {
  display: none;
}
#why .why-flow-title h3 {
  margin: 0;
  min-height: 58px;
  padding: 0 clamp(46px, 8vw, 112px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url("../images/generated/sec-white_img3.webp") center/75% 100%
    no-repeat;
  font-size: clamp(25px, 3vw, 36px);
  font-weight: bold;
  color: #0057bf;
  line-height: 1.25;
  letter-spacing: 0.12em;
}
.why-flow-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 2.8vw, 34px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.why-flow-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  min-height: 500px;
  padding: 30px 20px 22px;
  overflow: visible;
  border-radius: 18px;
  background:
    radial-gradient(170px 120px at 86% 88%, rgba(216, 236, 255, 0.72), transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 253, 255, 0.94));
  border: 1px solid rgba(169, 211, 232, 0.52);
  box-shadow:
    0 22px 46px -34px rgba(8, 48, 96, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}
.why-flow-card:not(:last-child)::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: calc(clamp(22px, 2.8vw, 34px) * -0.78);
  z-index: 2;
  color: #0057bf;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.8);
}
.why-flow-card__head {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.why-flow-card__head img {
  grid-row: 1;
  width: 76px;
  height: 76px;
  object-fit: contain;
  filter: drop-shadow(0 12px 12px rgba(0, 67, 151, 0.24));
}
.why-flow-card__head span {
  justify-self: start;
  color: #E0B62C;
  font-family: Arial, sans-serif;
  font-size: clamp(46px, 4.8vw, 50px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85),
    0 8px 18px rgba(214, 154, 37, 0.18);
}
.why-flow-card h4 {
  margin: 0 0 16px;
  color: #0057bf;
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 900;
  line-height: 1.42;
  text-wrap: revert;
  text-align: center;
}
.why-flow-card p {
  margin: 0;
  color: #213650;
  font-size: 17px;
  line-height: 1.85;
}
.why-flow-card i {
  display: block;
  width: 52px;
  height: 3px;
  margin: 4px 0 20px;
  background: #d6a12e;
  order: 3;
}
.why-flow-card::before {
  content: "";
  grid-row: 5;
  align-self: end;
  justify-self: center;
  width: min(210px, 100%);
  height: 160px;
  margin-top: 0px;
  background: var(--why-flow-art) center bottom/contain no-repeat;
}
.why-flow-card:nth-child(1) {
  --why-flow-art: url("../images/top/top_icon_31.webp");
}
.why-flow-card:nth-child(2) {
  --why-flow-art: url("../images/top/top_icon_32.webp");
}
.why-flow-card:nth-child(3) {
  --why-flow-art: url("../images/top/top_icon_33.webp");
}
.why-flow-card:nth-child(4) {
  --why-flow-art: url("../images/top/top_icon_34.webp");
}
.why-promise {
  position: relative;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: center;
  gap: 34px;
  min-height: 300px;
  margin-top: clamp(38px, 5vw, 52px);
  padding: 30px 58px 28px 32px;
  overflow: hidden;
  border-radius: 24px;
  color: #fff;
  background: url("../images/generated/sec-white_img2.webp") center/100% 100%
    no-repeat;
  box-shadow: 0 28px 42px -30px rgba(3, 19, 41, 0.7);
}
.why-promise__badge {
  display: none;
}
.why-promise__body {
  position: relative;
  z-index: 1;
  grid-column: 2;
  text-align: center;
}
.why-promise__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 48px;
  margin-bottom: 12px;
  padding: 8px 26px;
  border: 1px solid var(--gold-500);
  border-radius: 999px;
  color: var(--gold-300);
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.why-promise h3 {
  margin: 0 0 10px;
  min-height: 102px;
  padding: 0 clamp(58px, 9vw, 128px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(180deg, #fff1b8 0%, #f7cd67 42%, #df9824 72%, #fff0a8 100%)
      0 0/100% 100% no-repeat,
    url("../images/generated/sec-white_img3.webp") center/85% 100% no-repeat;
  -webkit-background-clip: text, border-box;
  background-clip: text, border-box;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: clamp(39px, 5vw, 62px);
  font-weight: bold;
  line-height: 1.18;
  white-space: nowrap;
  text-shadow: none;
}
.why-promise p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(20px, 2.5vw, 28px);
  line-height: 1.45;
}
.why-promise .btn {
  min-width: min(100%, 370px);
  margin-bottom: 14px;
}
.why-promise .link-arrow {
  display: table;
  margin: 0 auto;
  color: #fff;
}
/* 圖示卡通用（why/promo/process 用 icon-badge） */
.feat-card {
  padding-top: 26px;
}
/* gift 卡（含縮圖） */
.gift-card {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.gift-card::before {
  display: none;
}
.gift-card__thumb {
  margin: 0;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--paper);
  position: relative;
}
.gift-card__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(10, 23, 51, 0.28));
  pointer-events: none;
}
.gift-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s var(--ease);
}
.gift-card__zoom {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: #eef3ee;
  cursor: zoom-in;
}
.gift-card__thumb img[src*="company-registration-capital"],
.gift-card__thumb img[src*="cloud-service-vendor"] {
  object-fit: contain;
  background: #eef3ee;
}
.gift-card__zoom span {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #fff;
  background: rgba(10, 23, 51, 0.86);
  border: 1px solid rgba(255, 224, 147, 0.72);
  border-radius: 50%;
  padding: 0;
  font-size: 0;
  font-weight: 900;
  box-shadow: 0 10px 22px -14px rgba(0, 0, 0, 0.9);
}
.gift-card__zoom span::before {
  content: "+";
  font-size: 22px;
  line-height: 1;
  transform: translateY(-1px);
}
.gift-card__zoom:focus-visible {
  outline: 3px solid var(--gold-400);
  outline-offset: -5px;
}
.gift-card:hover .gift-card__thumb img {
  transform: scale(1.06);
}
.gift-card:hover .gift-card__zoom img {
  transform: scale(1.03);
}
.gift-card__body {
  padding: 20px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.gift-card__price {
  align-self: flex-start;
  font-size: 13.5px;
  font-weight: 900;
  color: var(--navy-900);
  background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
  border-radius: var(--r-pill);
  padding: 4px 13px;
}
.gift-card__body h3 {
  margin: 4px 0 2px;
}
.gift-card__body p {
  margin: 0;
  font-size: 14px;
  color: var(--text-soft);
  line-height: 1.65;
}
.image-modal[hidden] {
  display: none;
}
.image-modal {
  position: fixed;
  inset: 0;
  z-index: 520;
  display: grid;
  place-items: center;
  padding: 22px;
  overflow: auto;
}
.image-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(3, 10, 24, 0.82);
  backdrop-filter: blur(6px);
}
.image-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1000px, calc(100vw - 44px));
  max-height: calc(100vh - 44px);
  padding: 16px;
  border-radius: 14px;
  background: #f5f7f0;
  border: 1px solid rgba(255, 224, 147, 0.62);
  box-shadow: 0 34px 100px -26px rgba(0, 0, 0, 0.9);
}
.image-modal__dialog img {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 78px);
  object-fit: contain;
}
.image-modal__close {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: rgba(5, 14, 32, 0.86);
  color: #fff;
  font-size: 28px;
  line-height: 1;
}
.image-modal__close:hover {
  border-color: var(--gold-300);
  color: var(--gold-300);
}
@media (max-width: 640px) {
  .image-modal {
    padding: 12px;
  }
  .image-modal__dialog {
    width: calc(100vw - 24px);
    max-height: calc(100vh - 24px);
    padding: 10px;
    border-radius: 10px;
  }
  .image-modal__dialog img {
    max-height: calc(100vh - 44px);
  }
}
/* ---------- 10. 專案表 ---------- */
.plan {
  display: grid;
  grid-template-columns: 0.78fr 0.48fr 1.04fr;
  background: #fff;
  border: 1px solid var(--border-gold);
  border-radius: var(--r-card);
  overflow: hidden;
  box-shadow: var(--sh-card-hi);
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}
.plan::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background: url("../images/background/back_gray.webp") center/cover no-repeat;
  mix-blend-mode: multiply;
}
.plan > * {
  position: relative;
  z-index: 1;
}
.plan__price {
  position: relative;
  background:
    radial-gradient(
      420px 240px at 30% 0%,
      rgba(217, 164, 65, 0.22),
      transparent 65%
    ),
    linear-gradient(165deg, var(--navy-800), var(--navy-950));
  color: #fff;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  justify-content: center;
}
.plan__price-label {
  font-size: 15px;
  color: var(--gold-300);
  font-weight: 700;
}
.plan__price-num {
  font-size: 52px;
  font-weight: 900;
  color: var(--gold-400);
  line-height: 1;
  letter-spacing: -0.02em;
}
.plan__price-cur {
  font-size: 21px;
  margin-right: 5px;
}
.plan__price-unit {
  font-size: 15px;
  color: #fff;
}
.plan__price-hint {
  font-size: 13.5px;
  color: var(--on-dark-soft);
  line-height: 1.65;
}
.plan__price .btn {
  margin-top: 16px;
}
.plan__visual {
  margin: 0;
  min-height: 430px;
  background:
    radial-gradient(
      360px 260px at 50% 44%,
      rgba(217, 164, 65, 0.22),
      transparent 62%
    ),
    linear-gradient(180deg, #f8fafd, #e9edf5);
  border-left: 1px solid rgba(217, 164, 65, 0.24);
  border-right: 1px solid rgba(217, 164, 65, 0.24);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 24px 12px 0;
  overflow: hidden;
}
.plan__visual img {
  width: auto;
  height: 100%;
  max-height: 420px;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 18px 24px rgba(10, 23, 51, 0.28));
}
.plan__items {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.plan__item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
.plan__item .icon-badge {
  width: 46px;
  height: 46px;
  border-radius: 12px;
}
.plan__item .icon-badge svg {
  width: 23px;
  height: 23px;
}
.plan__check {
  flex: none;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(150deg, var(--navy-800), var(--navy-700));
  border: 1px solid var(--border-gold);
  color: var(--gold-400);
}
.plan__item h3 {
  font-size: 16.5px;
  margin: 2px 0 4px;
}
.plan__item p {
  margin: 0;
  font-size: 14px;
  color: var(--text-soft);
  line-height: 1.62;
}
.plan-dm {
  padding: 0 0 clamp(56px, 6vw, 90px);
  overflow: hidden;
  color: var(--navy-900);
  background: #f5f4f0;
}
.plan-dm::before,
.plan-dm::after {
  display: none;
}
.plan-dm__hero {
  position: relative;
  min-height: clamp(420px, 42vw, 560px);
  padding: clamp(28px, 3.4vw, 48px) 0 clamp(70px, 6vw, 76px);
  overflow: hidden;
  background:
    radial-gradient(
        circle at 7% 10%,
        rgba(29, 137, 214, 0.2),
        transparent 1.5px
      )
      0 0 / 16px 16px,
    linear-gradient(120deg, #fff 0%, #faf9f5 58%, #ece8dc 100%);
}
.plan-dm__hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: min(42vw, 40%);
  z-index: 0;
  background:
    radial-gradient(
        circle at 14% 10%,
        rgba(29, 137, 214, 0.36),
        transparent 1.5px
      )
      0 0 / 16px 16px,
    linear-gradient(180deg, #061f42, #04162f);
  clip-path: polygon(0 0, 85% 0, 66% 100%, 0 100%);
  pointer-events: none;
}
.plan-dm__hero::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 min(28vw, 30%);
  z-index: 0;
  width: clamp(24px, 3vw, 60px);
  opacity: 0.95;
  background: linear-gradient(180deg, #ffeaa5, #d69a28 54%, #fff0ad);
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0 100%);
  pointer-events: none;
  transform: rotate(8.5deg);
  top: -15px;
}
.plan-dm__hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 430px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(34px, 5vw, 74px);
}
.plan-dm__price {
  position: relative;
  margin-top: clamp(16px, 2.4vw, 34px);
  min-height: 330px;
  padding: clamp(24px, 2.8vw, 38px) clamp(24px, 2.8vw, 36px);
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(
      circle at 22% 12%,
      rgba(45, 121, 194, 0.44),
      transparent 34%
    ),
    linear-gradient(155deg, #082b5e, #04162f 66%, #031126);
  border: 2px solid rgba(245, 190, 79, 0.88);
  box-shadow:
    0 22px 36px -20px rgba(0, 0, 0, 0.62),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.plan-dm__price-label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-bottom: 22px;
  padding: 8px 18px;
  color: #061b40;
  font-size: 20px;
  font-weight: 900;
  background: linear-gradient(180deg, #fff4bf, #e0a02d);
  clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0 50%);
}
.plan-dm__price-num {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: #ffd66d;
  font-size: clamp(58px, 7vw, 86px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
}
.plan-dm__price-num small {
  color: #fff;
  font-size: 26px;
}
.plan-dm__price-unit {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}
.plan-dm__price-hint {
  display: block;
  margin: 16px 0 24px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.75;
}
.plan-dm__price-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 12px 18px;
  border-radius: 12px;
  color: #061b40;
  font-size: 19px;
  font-weight: 900;
  background: linear-gradient(135deg, #ffd56d, #f0a21f);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 14px 26px -16px rgba(245, 166, 35, 0.9);
}
.plan-dm__title {
  display: grid;
  justify-items: center;
  text-align: center;
}
.plan-dm__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(310px, 100%);
  min-height: 42px;
  padding: 8px 28px;
  border-radius: 999px;
  color: #061b40;
  background: linear-gradient(180deg, #fff4bf, #e0a02d);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: 0 12px 24px -18px rgba(0, 0, 0, 0.55);
}
.plan-dm__eyebrow-risk {
  color: #0057bf;
}
.plan-dm__title h2 {
  margin: 18px 0 10px;
  color: #061b40;
  font-size: clamp(52px, 6vw, 70px);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0.02em;
}
.plan-dm__title-risk {
  color: #d99614;
}
.plan-dm__title-sub {
  font-size: 0.85em;
}
.plan-dm__title p {
  position: relative;
  max-width: 520px;
  margin: 20px auto 0;
  padding-top: 18px;
  color: #4a5870;
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.8;
}
.plan-dm__title p::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(290px, 80%);
  height: 5px;
  transform: translateX(-50%);
  background:
    linear-gradient(90deg, transparent, var(--gold-500)) left center /
      calc(50% - 18px) 2px no-repeat,
    linear-gradient(90deg, var(--gold-500), transparent) right center /
      calc(50% - 18px) 2px no-repeat,
    linear-gradient(90deg, #f7c95c, #d99b29) center / 28px 5px no-repeat;
}
.plan-dm__person {
  margin: 4px 0 0;
}
.plan-dm__person img {
  display: block;
}
.plan-dm__panel {
  position: relative;
  z-index: 2;
  margin-top: clamp(-76px, -5.4vw, -50px);
  padding: 18px 28px 28px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff, #f7f9fb);
  border: 1px solid rgba(5, 26, 53, 0.12);
  box-shadow: 0 24px 46px -28px rgba(5, 26, 53, 0.34);
}
.plan-dm__panel-tag {
  position: relative;
  z-index: 3;
  margin: 0 auto 14px;
  color: #061b40;
  text-align: center;
  font-size: clamp(20px, 2.6vw, 34px);
  font-weight: 900;
  letter-spacing: 0;
}
.plan-dm-marketing .plan-dm__panel-tag {
  display: grid;
  gap: 22px;
  justify-items: center;
  margin-bottom: 16px;
  padding-block: 6px 0;
}
.marketing-tag__head {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(14px, 2vw, 24px);
  align-items: center;
  width: fit-content;
  max-width: 100%;
}
.marketing-tag__rocket {
  width: clamp(58px, 7vw, 96px);
  height: auto;
  filter: drop-shadow(0 10px 18px rgba(0, 74, 160, 0.22));
  transform: rotate(-12deg);
}
.marketing-tag__head h2 {
  display: grid;
  gap: 4px;
  margin: 0;
  text-align: left;
  line-height: 1.02;
}
.marketing-tag__seo,
.marketing-tag__more {
  display: block;
  letter-spacing: 0;
  transform: skewX(-8deg) rotate(-2deg);
  transform-origin: left center;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.95),
    0 5px 10px rgba(0, 74, 160, 0.24);
}
.marketing-tag__seo {
  color: #082f6f;
  font-size: clamp(40px, 7vw, 80px);
  font-weight: 900;
}
.marketing-tag__more {
  position: relative;
  color: #d1931b;
  font-size: clamp(30px, 5vw, 63px);
  font-weight: 900;
  text-shadow:
    0 1px 0 #fff5bf,
    0 3px 0 #8b560b,
    0 12px 18px rgba(139, 86, 11, 0.22);
}
.marketing-tag__more::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -0.25em;
  z-index: -1;
  height: 0.5em;
  background: url("../images/top/top_icon_47.webp") center bottom / 100% 100% no-repeat;
  pointer-events: none;
}
.marketing-tag__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: min(100%, 980px);
  min-height: 62px;
  margin: 0;
  padding: 10px 20px;
  list-style: none;
  color: #083b85;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(188, 218, 240, 0.75);
  border-radius: 999px;
  box-shadow:
    0 16px 32px -24px rgba(0, 74, 160, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}
.marketing-tag__items li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 20px;
  color: #083b85;
  font-size: clamp(17px, 1.8vw, 23px);
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}
.marketing-tag__items li + li {
  border-left: 1px solid rgba(0, 87, 191, 0.24);
}
.marketing-tag__items img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  flex: 0 0 34px;
}
.plan-dm__slogan {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  margin: 0 6px 18px;
  padding: 8px 28px;
  border-radius: 999px;
  color: #ffd66d;
  background: linear-gradient(180deg, #102647, #112545);
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 900;
  letter-spacing: 0.08em;
}
.plan-dm__slogan::before,
.plan-dm__slogan::after {
  content: "";
  position: absolute;
  top: 50%;
  width: clamp(38px, 5vw, 44px);
  height: 58px;
  background: url("../images/generated/sec-plan_img2.webp") center/contain
    no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}
.plan-dm__slogan::before {
  left: -13px;
}
.plan-dm__slogan::after {
  right: -13px;
  transform: translateY(-50%) scaleX(-1);
}
.plan-dm__panel-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 250px);
  gap: clamp(20px, 3vw, 38px);
  align-items: stretch;
}
.plan-dm__items {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.plan-dm__item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px dashed rgba(217, 164, 65, 0.64);
}
.plan-dm__item:last-child {
  border-bottom: 0;
}
.plan-dm__icon {
  display: grid;
  place-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #ffd66d;
  background: linear-gradient(180deg, #082d66, #031b3f);
  box-shadow: 0 10px 18px -12px rgba(5, 26, 53, 0.62);
}
.plan-dm__icon svg {
  width: 35px;
  height: 35px;
  stroke-width: 2;
}
.plan-dm__item h3 {
  margin: 0 0 4px;
  color: #061b40;
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 900;
  line-height: 1.25;
}
.plan-dm__item p {
  margin: 0;
  color: #5a6575;
  font-size: 14.5px;
  line-height: 1.55;
}
.plan-dm__offer {
  display: grid;
  align-content: center;
  gap: 16px;
  justify-items: center;
  margin: -18px -28px -28px 0;
  padding: 18px 28px 28px 22px;
  border-left: 1px solid rgba(217, 164, 65, 0.44);
  background: #f5f4f0;
  border-radius: 0 22px 22px 0;
}
.plan-dm__award {
  width: min(150px, 100%);
  height: auto;
}
.plan-dm__discount {
  width: 100%;
  padding: 16px 12px;
  text-align: center;
  color: #061b40;
  border-radius: 12px;
  background: linear-gradient(180deg, #fffaf0, #fff4d7);
  border: 1px solid rgba(217, 164, 65, 0.48);
}
.plan-dm__discount span,
.plan-dm__discount small {
  display: block;
  font-size: 13px;
  font-weight: 900;
}
.plan-dm__discount b {
  display: block;
  margin: 8px 0;
  font-size: 17px;
  line-height: 1.35;
}
.plan-dm__discount strong {
  color: #e58d00;
  font-size: 28px;
}
.plan-dm__discount .plan-dm__bonus {
  color: #e51f1f;
}
.plan-dm__promise {
  width: 100%;
  min-height: 112px;
  display: grid;
  place-items: center;
  padding: 14px 12px;
  border-radius: 12px;
  text-align: center;
  color: #ffd66d;
  background: linear-gradient(180deg, #082d66, #031b3f);
}
.plan-dm__promise svg {
  width: 34px;
  height: 34px;
}
.plan-dm__promise b,
.plan-dm__promise small {
  display: block;
}
.plan-dm__promise b {
  font-size: 18px;
  font-weight: 900;
}
.plan-dm__promise small {
  color: #fff;
  font-size: 13px;
}
.plan-dm__services {
  margin-top: 22px;
  overflow: hidden;
  border-radius: 18px;
  background: #031944;
  border: 2px solid rgba(245, 190, 79, 0.72);
  box-shadow: 0 22px 36px -24px rgba(5, 26, 53, 0.58);
}
.plan-dm__services img {
  display: block;
  width: 100%;
  height: auto;
}
.plan-dm__contact {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.1fr;
  gap: 12px;
  margin-top: 20px;
  padding: 6px 8px;
  border-radius: 10px;
  background: linear-gradient(180deg, #082d66, #031b3f);
}
.plan-dm__contact a {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 900;
}
.plan-dm__phone,
.plan-dm__freecall {
  color: #fff;
  background: transparent;
}
.plan-dm__phone span {
  margin-right: 10px;
}
.plan-dm__freecall {
  color: #ffd66d;
  font-size: 15px !important;
  border: 1px solid rgba(255, 214, 117, 0.82);
  border-radius: 999px;
}
.plan-dm__apply {
  position: relative;
  overflow: visible;
  color: #061b40;
  background: linear-gradient(135deg, #ffe59c, #f0a21f);
}
.plan-dm__apply::after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: -12px;
  z-index: 2;
  width: 36px;
  height: 36px;
  background: url("../images/generated/sec-plan_hand.png") center/contain
    no-repeat;
  filter: drop-shadow(0 2px 2px rgba(5, 26, 53, 0.45));
  transform-origin: 45% 20%;
  animation: planHandBlink 1.05s ease-in-out infinite;
  pointer-events: none;
}
/* ---------- 11. 表格 ---------- */
.data-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--border-gold);
  border-radius: var(--r-card);
  overflow: hidden;
  box-shadow: var(--sh-card);
}
.data-table th,
.data-table td {
  padding: 16px 18px;
  text-align: left;
  font-size: 15.5px;
  border-bottom: 1px solid var(--border-light);
}
.data-table thead th {
  background: linear-gradient(180deg, var(--navy-800), var(--navy-900));
  color: #fff;
  font-size: 14.5px;
  font-weight: 700;
}
.data-table tbody tr:last-child td,
.data-table tbody tr:last-child th {
  border-bottom: none;
}
.data-table .num {
  text-align: right;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}
.pricing-table-wrap {
  max-width: 940px;
  margin: 0 auto;
  border: 1.5px solid var(--gold-500);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 48px -30px rgba(7, 21, 38, 0.38);
}
.pricing-table-wrap::before {
  display: none;
}
.rate-table {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
.rate-table thead th {
  background: #061d3a;
  font-size: 15.5px;
  padding: 14px 22px;
}
.rate-table th:first-child,
.rate-table th:last-child {
  border-radius: 0;
}
.rate-table tbody td {
  font-size: 17px;
  padding: 15px 22px;
  color: #37465a;
  background: #fff;
}
.rate-table tbody tr:nth-child(odd) td {
  background: #f5f7fa;
}
.rate-table tbody td:first-child {
  font-weight: 700;
}
.rate-table tbody tr.is-highlight td {
  background: #062750;
  color: #fff;
  border-top: 2px solid var(--gold-500);
  border-bottom: 0;
  font-weight: 900;
  font-size: 21px;
  padding-top: 19px;
  padding-bottom: 19px;
  box-shadow: none;
}
.rate-table tbody tr.is-highlight td:first-child {
  font-size: 22px;
}
.rate-table tbody tr.is-highlight .num {
  color: #ffe08b;
  font-size: 25px;
  text-shadow: none;
}
.rate-table__caption {
  margin: 0;
  padding: 10px 18px;
  text-align: center;
  font-weight: 900;
  color: #fff;
  background:
    radial-gradient(460px 80px at 50% 0%, rgba(67, 173, 255, 0.45), transparent 72%),
    linear-gradient(180deg, #0f75da 0%, #0054b8 58%, #003b86 100%);
  border-top: 1px solid rgba(255, 209, 72, 0.7);
  box-shadow: none;
  text-shadow: 0 2px 0 rgba(0, 45, 105, 0.45);
}
.rate-table__caption span {
  display: none;
}
.pricing-top {
  position: relative;
}
.pricing-visual {
  display: block;
  margin: 0;
}
.pricing-title__gold {
  color: #b87113;
}
#pricing {
  padding-top: clamp(54px, 6vw, 78px);
  padding-bottom: clamp(60px, 7vw, 86px);
}
#pricing .container {
  max-width: 1200px;
}
#pricing .pricing-top {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  align-items: end;
  gap: clamp(24px, 3vw, 44px);
  margin: 0 auto clamp(22px, 3vw, 34px);
}
#pricing .pricing-visual {
  align-self: end;
}
#pricing .pricing-visual img {
  width: min(100%, 360px);
  margin-inline: auto;
  filter: drop-shadow(0 18px 22px rgba(5, 20, 42, 0.22));
}
#pricing .sec-head {
  max-width: 760px;
  margin: 0;
  text-align: center;
}
#pricing .eyebrow {
  min-width: min(420px, 100%);
  justify-content: center;
  border-radius: 999px;
  padding: 10px 30px;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 900;
  letter-spacing: 0.08em;
}
#pricing .sec-head h2 {
  margin-top: 22px;
  padding-top: 0;
  color: #061b40;
  font-size: clamp(36px, 5vw, 55px);
  line-height: 1.22;
  text-wrap: auto;
}
#pricing .sec-head h2::before {
  display: none;
}
#pricing .sec-head h2::after {
  width: min(100%, 680px);
  height: 22px;
  margin-top: 14px;
}
#pricing .pricing-title__gold {
  display: inline;
  color: transparent;
  background: linear-gradient(180deg, #f3c965 0%, #c57b16 72%, #8b540c 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.pricing-title__break {
  display: block;
}
#pricing .sec-head__intro {
  max-width: 680px;
  margin-top: 16px;
  color: #0c1830;
  font-size: clamp(18px, 2.15vw, 25px);
  line-height: 1.78;
  text-align: left;
}
#pricing .pricing-intro__mark {
  color: #d91f1f;
  font-size: 1.14em;
  font-weight: 900;
}
#pricing .pricing-table-wrap {
  max-width: 1120px;
  border: 2px solid var(--gold-500);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 22px 46px -30px rgba(5, 18, 39, 0.5);
}
#pricing .rate-table thead th {
  padding: 20px 24px;
  color: #fff;
  background: linear-gradient(180deg, #062b5d, #031a39);
  font-size: clamp(17px, 2vw, 24px);
  font-weight: 900;
  text-align: center;
}
#pricing .rate-table tbody td {
  padding: 15px 24px;
  border-right: 1px dashed rgba(7, 29, 58, 0.18);
  color: #061b40;
  background: #fff;
  font-size: clamp(18px, 2.15vw, 27px);
  font-weight: 500;
  text-align: center;
}
#pricing .rate-table tbody tr:not(.is-highlight) td {
  padding: 5px 24px;
  font-size: clamp(16px, 1.8vw, 20px);
}
#pricing .rate-table tbody td:last-child {
  border-right: 0;
}
#pricing .rate-table tbody td:first-child {
  font-weight: 900;
}
#pricing .rate-table tbody .num {
  color: #c66d08;
  font-size: clamp(25px, 3vw, 36px);
  font-weight: 900;
  text-align: right;
}
#pricing .rate-table tbody tr:not(.is-highlight) .num {
  color: #061b40;
  font-size: clamp(20px, 2.2vw, 24px);
}
#pricing .rate-table tbody tr:nth-child(odd) td {
  background: #fff;
}
#pricing .rate-table tbody tr.is-highlight td {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  background: linear-gradient(180deg, #06316b, #031b3c);
  border-top: 2px solid var(--gold-500);
  font-size: clamp(22px, 2.7vw, 34px);
  font-weight: 900;
}
#pricing .rate-table tbody tr.is-highlight td:nth-child(2) {
  background:
    url("../images/top/top_icon_light.webp") center calc(50% + 26px) / 250px auto no-repeat,
    linear-gradient(180deg, #06316b, #031b3c);
  font-size: clamp(30px, 3.8vw, 46px);
  padding: 10px 24px;
}
#pricing .rate-table tbody tr.is-highlight .num {
  color: #ffc12f;
  font-size: clamp(30px, 3.6vw, 50px);
  padding: 10px 24px;
  line-height: 1;
  font-style: italic;
}
#pricing .rate-table__zero {
  color: #ffc12f;
  font-size: 1.62em;
  font-style: italic;
  line-height: 0.8;
  text-shadow: 0 2px 0 rgba(0, 45, 105, 0.35);
}
#pricing .rate-table__unit {
  color: #fff;
  font-size: 0.72em;
}
#pricing .rate-table__caption {
  margin: 0;
  padding: 16px 18px;
  border-radius: 0;
  color: #fff;
  background:
    radial-gradient(520px 90px at 50% 0%, rgba(78, 181, 255, 0.48), transparent 72%),
    linear-gradient(180deg, #1179de 0%, #0057bf 56%, #003f93 100%);
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 900;
  text-shadow: 0 2px 0 rgba(0, 45, 105, 0.45);
}
#pricing .note-line {
  margin-top: 22px;
  color: #0c1830;
  font-size: clamp(14px, 1.5vw, 17px);
}
#pricing .sec-cta {
  margin-top: 22px;
}
#pricing .btn--lg {
  min-width: min(100%, 620px);
  min-height: 72px;
  font-size: clamp(20px, 2.6vw, 30px);
}
.compare-table thead th.is-highlight {
  background: linear-gradient(180deg, var(--gold-400), var(--gold-600));
  color: var(--navy-900);
}
.compare-table tbody th[scope="row"] {
  background: var(--paper);
  font-weight: 700;
  font-size: 15px;
}
.compare-table td.is-highlight {
  position: relative;
  background: rgba(217, 164, 65, 0.12);
  font-weight: 700;
  color: var(--text-strong);
  padding-right: 82px;
  overflow: hidden;
}
.compare-table__text {
  position: relative;
  z-index: 1;
}
.win-stamp {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(-11deg);
  width: 54px;
  height: 54px;
  color: #d91f1f;
  filter: drop-shadow(0 4px 8px rgba(217, 31, 31, 0.16));
  opacity: 0.96;
  pointer-events: none;
}
.win-stamp svg {
  display: block;
  width: 100%;
  height: 100%;
}
.win-stamp circle {
  fill: rgba(255, 255, 255, 0.74);
  stroke: currentColor;
  stroke-width: 5;
}
.win-stamp text {
  font-size: 31px;
  font-weight: 900;
  fill: currentColor;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.note-line {
  margin: 16px 0 0;
  font-size: 14.5px;
  color: var(--text-soft);
  text-align: center;
}
.compare__highlight {
  margin: 24px auto 0;
  max-width: 780px;
  position: relative;
  background: linear-gradient(150deg, var(--navy-800), var(--navy-950));
  color: #fff;
  border-radius: var(--r-card);
  padding: 22px 26px 22px 30px;
  font-size: 16px;
  line-height: 1.82;
  font-weight: 500;
  box-shadow: var(--sh-card-hi);
}
.compare__highlight::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 5px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, var(--gold-300), var(--gold-600));
}
.compare__num {
  display: inline-block;
  margin: 0 0.04em;
  color: #ffe08b;
  font-size: 1.34em;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 0 16px rgba(245, 166, 35, 0.46);
}
/* ---------- 12. 表單 ---------- */
.form-card {
  position: relative;
  z-index: 3;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border-radius: var(--r-card);
  padding: 30px;
  box-shadow:
    0 34px 90px -24px rgba(0, 0, 0, 0.72),
    0 0 0 1px rgba(255, 226, 154, 0.35);
  border: 1px solid rgba(217, 164, 65, 0.62);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.form-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  border-radius: var(--r-card) var(--r-card) 0 0;
  background: linear-gradient(
    90deg,
    var(--gold-300),
    var(--gold-500),
    var(--gold-300)
  );
  z-index: 2;
}
.form-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.08;
  background: url("../images/background/back_gray.webp") center/cover no-repeat;
  mix-blend-mode: multiply;
}
.form-card > * {
  position: relative;
  z-index: 1;
}
#apply .form-card {
  box-shadow:
    0 38px 100px -22px rgba(0, 0, 0, 0.82),
    0 0 38px rgba(217, 164, 65, 0.16);
}
#apply .form-card::after {
  opacity: 0.11;
  background:
    linear-gradient(
      120deg,
      transparent 0 38%,
      rgba(217, 164, 65, 0.3) 44%,
      transparent 50%
    ),
    url("../images/background/back_gray.webp") center/cover no-repeat;
}
#apply {
  overflow: hidden;
  padding: clamp(76px, 8vw, 118px) 0 clamp(80px, 7vw, 112px);
  color: #061b40;
}

#apply .apply-person {
  position: absolute;
  top: clamp(138px, 13vw, 178px);
  right: max(13vw, calc((100vw - 1200px) / 2 + 104px));
  z-index: 1;
  width: clamp(220px, 23vw, 330px);
  height: auto;
  pointer-events: none;
  filter: drop-shadow(0 22px 34px rgba(0, 74, 160, 0.28));
}

#apply > .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
}

#apply .sec-head {
  max-width: 820px;
  margin: 0 0 clamp(34px, 5vw, 58px);
  text-align: left;
}

#apply .eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 460px);
  min-height: 60px;
  margin: 0 0 clamp(34px, 4vw, 52px);
  padding: 12px 36px;
  color: #061b40;
  background: linear-gradient(180deg, #ffd86a 0%, #f7b734 100%);
  border: 0;
  border-radius: 999px;
  box-shadow:
    0 18px 40px -26px rgba(168, 101, 0, 0.64),
    inset 0 2px 0 rgba(255, 255, 255, 0.35);
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 900;
  letter-spacing: 0.04em;
}

#apply .eyebrow::before,
#apply .eyebrow::after {
  display: none;
}

#apply .eyebrow::after {
  content: "›";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 24px;
  color: #061b40;
  background: none;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-1px);
}

#apply .sec-head h2 {
  display: block;
  padding: 0;
  color: #061b40;
  font-size: clamp(45px, 7.6vw, 45px);
  font-weight: 900;
  line-height: 1.34;
  letter-spacing: 0.02em;
  text-shadow: 0 3px 0 rgba(255, 255, 255, 0.82);
}

#apply .sec-head h2::before,
#apply .sec-head h2::after {
  display: none;
}

#apply .sec-head h2 .apply-title__risk {
  display: inline-block;
  margin-bottom: 0.1em;
  color: #e51f1f;
  font-size: 1.5em;
  line-height: 1;
}

#apply .sec-head h2 .apply-title__zero {
  color: #ffd23d;
  font-size: 1.28em;
  text-shadow:
    0 2px 0 #8b1212,
    0 8px 16px rgba(139, 18, 18, 0.28);
}

#apply .sec-head__intro {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  max-width: min(100%, 760px);
  margin: clamp(30px, 4vw, 44px) 0 0;
  padding: 16px 20px;
  color: rgba(255, 255, 255, 0.92);
  background:
    linear-gradient(180deg, rgba(0, 91, 196, 0.88), rgba(0, 65, 156, 0.9));
  border: 2px solid rgba(179, 221, 255, 0.78);
  border-radius: 22px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.44),
    0 18px 38px -26px rgba(0, 48, 120, 0.62);
  backdrop-filter: blur(3px);
  font-size: clamp(15px, 1.35vw, 18px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
  list-style: none;
}

#apply .sec-head__intro::before {
  display: none;
}

#apply .apply-benefits li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 54px;
  padding: 0 14px;
}

#apply .apply-benefits li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.58);
}

#apply .apply-benefits__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  font-size: 22px;
  font-weight: 900;
}

#apply .apply-benefits b,
#apply .apply-benefits small {
  display: block;
}

#apply .apply-benefits b {
  color: #fff;
  font-size: 1.08em;
  font-weight: 900;
}

#apply .apply-benefits small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.92em;
  font-weight: 700;
}

#apply .apply-benefits strong {
  color: #ffd23d;
  font-size: 1.38em;
  line-height: 1;
}

#apply .form-card {
  max-width: 1040px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(173, 220, 255, 0.72);
  border-radius: 16px;
  box-shadow: 0 26px 70px -42px rgba(0, 74, 160, 0.48);
}

#apply .form-card::before {
  background: linear-gradient(90deg, #0068d2, #65c2ff, #ffc849);
}

#apply .field label,
#apply .form-trust {
  color: #061b40;
}

#apply .btn--primary {
  color: #061b40;
  background: linear-gradient(180deg, #ffd86a 0%, #f7b734 100%);
  border-color: rgba(255, 216, 106, 0.9);
}

@media (max-width: 760px) {
  #apply {
    padding-top: 58px;
  }

  #apply .sec-head {
    text-align: center;
  }

  #apply .apply-person {
    top: 112px;
    right: -70px;
    width: min(42vw, 220px);
    opacity: 0.28;
  }

  #apply .eyebrow {
    min-width: 0;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px;
  }

  #apply .eyebrow::after {
    margin-left: 5px;
  }

  #apply .sec-head h2 {
    font-size: clamp(30px, 9.5vw, 40px);
    line-height: 1.18;
  }

  #apply .sec-head h2 .apply-title__risk {
    font-size: 1.18em;
  }

  #apply .sec-head__intro {
    grid-template-columns: 1fr;
    margin-inline: auto;
    padding: 14px;
    font-size: 16px;
  }

  #apply .apply-benefits li {
    padding: 10px 8px;
    text-align: left;
  }

  #apply .apply-benefits li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.42);
    border-left: 0;
  }
}

@media (max-width: 560px) {
  #apply .apply-person {
    display: none;
  }
}

.form-card__title {
  font-size: 20px;
  font-weight: 900;
  color: var(--navy-900);
  margin: 4px 0 18px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.field {
  margin-bottom: 16px;
}
.form-grid .field {
  margin-bottom: 0;
}
.field--full {
  grid-column: 1/-1;
}
.field label {
  display: block;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--navy-900);
  margin-bottom: 6px;
}
.req {
  color: var(--danger);
}
.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 14px;
  font-family: inherit;
  font-size: 16px;
  color: var(--text-strong);
  background: #fff;
  border: 1px solid var(--border-strong);
  border-radius: var(--r-input);
  transition:
    border-color 0.15s var(--ease),
    box-shadow 0.15s var(--ease);
}
.field textarea {
  min-height: 84px;
  resize: vertical;
  line-height: 1.6;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--gold-500);
  box-shadow: 0 0 0 3px rgba(217, 164, 65, 0.2);
}
.captcha-box {
  display: grid;
  grid-template-columns: minmax(92px, auto) 1fr;
  align-items: center;
  gap: 10px;
}
.captcha-box__question {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--border-gold);
  border-radius: var(--r-input);
  background: rgba(217, 164, 65, 0.14);
  color: var(--gold-700);
  font-weight: 800;
  white-space: nowrap;
}
.field.is-error input,
.field.is-error select,
.field.is-error textarea {
  border-color: var(--danger);
}
.form-card .btn--block {
  margin-top: 20px;
}
.form-trust {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--text-meta);
}
.form-note {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: var(--r-input);
  font-size: 14px;
  background: rgba(217, 164, 65, 0.14);
  color: var(--gold-700);
  border: 1px solid var(--border-gold);
}
.form-note__text {
  margin: 0;
  line-height: 1.8;
}
.form-note__phone {
  font-size: 1.25em;
  font-weight: 900;
  color: #b91c1c;
  text-decoration: none;
  white-space: nowrap;
}
.form-note__phone:hover {
  text-decoration: underline;
}
.form-note__line {
  font-weight: 900;
  color: #0b6e4f;
  white-space: nowrap;
}
.form-note__qr {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.form-note__qr img {
  width: 132px;
  height: 132px;
  padding: 6px;
  background: #fff;
  border: 1px solid rgba(154, 103, 0, 0.22);
  border-radius: 8px;
}
.form-note__qr p {
  margin: 0;
  font-weight: 800;
  color: #704a00;
  line-height: 1.6;
}
.form-note--error {
  background: rgba(185, 28, 28, 0.1);
  color: var(--danger);
  border-color: rgba(185, 28, 28, 0.3);
}
.form-card button[disabled] {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/* ---------- 13. 促銷 / 醒目價格 ---------- */
.promo-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin: 0 auto clamp(30px, 4vw, 44px);
}
.promo-price__old {
  font-size: 18px;
  color: var(--on-dark-soft);
}
.promo-price__old s {
  color: var(--on-dark-mute);
}
.promo-price__arrow {
  color: var(--gold-400);
  font-size: 28px;
}
.promo-price__new {
  font-size: 20px;
  color: #fff;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}
.promo-price__new strong {
  font-size: 46px;
  font-weight: 900;
  color: #ffe08b;
  text-shadow: 0 0 22px rgba(245, 166, 35, 0.42);
}
.promo-card__media {
  height: 128px;
  margin: -6px -4px 16px;
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.12),
      rgba(255, 255, 255, 0.02)
    ),
    url("../images/background/back_gray.webp") center/cover no-repeat;
  border: 1px solid rgba(217, 164, 65, 0.24);
}
.promo-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo-card__media img[src*="people-consultant"],
.promo-card__media img[src*="prize-no-bg"],
.promo-card__media img[src*="20cup"] {
  object-fit: contain;
  padding: 8px;
  background: transparent;
}
.promo-card__media img[src*="prize-no-bg"] {
  width: auto;
  height: auto;
  max-width: 78%;
  max-height: 108px;
  padding: 0;
  object-fit: contain;
  filter: brightness(1.16) contrast(1.05)
    drop-shadow(0 12px 18px rgba(0, 0, 0, 0.44));
}
/* ---------- 14. 品牌信任 ---------- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 0 0 36px;
}
.stat-row li {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.02)
  );
  border: 1px solid var(--border-gold);
  border-radius: var(--r-card);
  padding: 26px 18px;
  text-align: center;
}
.stat-row li::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background: url("../images/background/back_black.webp") center/cover no-repeat;
  mix-blend-mode: screen;
}
.stat-row li > * {
  position: relative;
  z-index: 1;
}
.stat-row strong {
  display: block;
  font-size: 42px;
  font-weight: 900;
  background: linear-gradient(180deg, var(--gold-300), var(--gold-500));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
}
.stat-row strong small {
  font-size: 18px;
}
.stat-row span {
  display: block;
  margin-top: 9px;
  font-size: 14px;
  color: var(--on-dark-soft);
}
.brand-info {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 0.86fr);
  gap: 20px;
}
.brand-info__photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: var(--r-card);
  border: 1px solid var(--border-gold);
  min-height: 245px;
  box-shadow: var(--sh-card);
}
.brand-info__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(7, 21, 38, 0.46));
  pointer-events: none;
}
.brand-info__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand-info__block {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-on-dark);
  border-radius: var(--r-card);
  padding: 24px;
}
.brand-info__block::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.13;
  background: url("../images/background/back_deepblue.webp") center/cover
    no-repeat;
  mix-blend-mode: screen;
}
.brand-info__block:nth-child(2)::before {
  background-image: url("../images/background/back_green.webp");
}
.brand-info__block > * {
  position: relative;
  z-index: 1;
}
.brand-info__block--media {
  padding: 24px 26px 26px;
}
.brand-info__block h3 {
  font-size: 16px;
  color: var(--gold-300);
  margin: 0 0 13px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.brand-info__block h3::before {
  content: "";
  width: 18px;
  height: 3px;
  background: var(--gold-500);
  border-radius: 2px;
}
.brand-info__block p {
  margin: 0;
  font-size: 14.5px;
  color: var(--on-dark-soft);
  line-height: 1.7;
}
.media-card__intro {
  max-width: 720px;
  margin-bottom: 16px !important;
}
.media-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px 18px;
  align-items: center;
}
.media-logo-grid li {
  display: grid;
  place-items: center;
  min-height: 66px;
  padding: 0;
}
.media-logo-grid img {
  max-width: 100%;
  max-height: 58px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.28));
}
.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pill {
  font-size: 13.5px;
  color: #fff;
  background: rgba(217, 164, 65, 0.14);
  border: 1px solid var(--border-gold);
  border-radius: var(--r-pill);
  padding: 5px 13px;
}
.contact-list li {
  display: flex;
  gap: 10px;
  font-size: 14.5px;
  color: var(--on-dark-soft);
  padding: 5px 0;
}
.contact-list__k {
  flex: none;
  width: 48px;
  color: var(--gold-300);
  font-weight: 700;
}
.contact-list a {
  color: #fff;
}
.contact-list a:hover {
  color: var(--gold-300);
}
.contact-list li:nth-child(-n + 3) {
  align-items: center;
  margin-bottom: 7px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(217, 164, 65, 0.1);
  border: 1px solid rgba(217, 164, 65, 0.22);
}
.contact-list li:nth-child(-n + 2) a {
  font-size: 20px;
  font-weight: 900;
  color: var(--gold-300);
  line-height: 1.15;
}
.contact-list li:nth-child(3) a {
  font-size: 17px;
  font-weight: 900;
  color: #8ff0b0;
}
.brand-info__legal {
  margin: 24px 0 0;
  text-align: center;
  font-size: 13.5px;
  color: var(--on-dark-mute);
}
.brand-info__cta {
  margin: 16px 0 0;
  text-align: center;
}
.btn--brand-cta {
  min-width: min(100%, 320px);
  min-height: 74px;
  padding: 18px 34px;
  border-radius: 13px;
  font-size: 20px;
  font-weight: 900;
  box-shadow:
    0 18px 34px -14px rgba(245, 166, 35, 0.86),
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    inset 0 -2px 0 rgba(128, 73, 0, 0.22);
}
.btn--brand-cta span {
  color: #050e20;
}
/* ---------- 15. 服務流程 ---------- */
#process {
  overflow: visible;
  padding: clamp(68px, 7vw, 108px) 0 clamp(76px, 8vw, 122px);
}
#process .container {
  max-width: 1480px;
}
#process .sec-head {
  max-width: 980px;
  margin-bottom: clamp(32px, 4vw, 46px);
}
#process .eyebrow {
  position: relative;
  min-width: min(310px, 92vw);
  justify-content: center;
  border-radius: 999px;
  padding: 10px 30px;
  color: #b06d0f;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.72),
    rgba(255, 244, 212, 0.72)
  );
  border: 1px solid rgba(194, 126, 23, 0.7);
  font-size: clamp(16px, 1.4vw, 22px);
  font-weight: 900;
  letter-spacing: 0.14em;
  box-shadow: 0 4px 12px -8px rgba(194, 126, 23, 0.45);
}
#process .sec-head h2 {
  max-width: 1100px;
  padding-top: 18px;
  color: #061b40;
  font-size: clamp(40px, 4.8vw, 65px);
  line-height: 1.05;
  text-wrap: auto;
}
.process-title__break {
  display: block;
}
.process-title__seven {
  display: inline-block;
  margin-right: 0;
  color: transparent;
  background: linear-gradient(180deg, #fff0b4 0%, #dba03b 42%, #a66a12 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1.45em;
  line-height: 1;
  position: relative;
  bottom: -10px;
}
#process .sec-head h2::before {
  top: auto;
  bottom: -29px;
  width: min(840px, 78vw);
  height: 2px;
  background:
    linear-gradient(90deg, transparent, var(--gold-600)) left center /
      calc(50% - 28px) 2px no-repeat,
    linear-gradient(90deg, var(--gold-600), transparent) right center /
      calc(50% - 28px) 2px no-repeat;
  border-radius: 0;
  box-shadow: none;
  transform: translateX(-50%);
}
#process .sec-head h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -39px;
  display: block;
  width: 18px;
  height: 18px;
  margin: 0;
  background: linear-gradient(135deg, #f8d36f, #c5821c);
  transform: translateX(-50%) rotate(45deg);
}
#process .sec-head__intro {
  max-width: 820px;
  margin-top: 42px;
  color: #21324f;
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.7;
}
.step-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: stretch;
  gap: 10px;
  position: relative;
  z-index: 1;
  margin-inline: auto;
}
.step {
  position: relative;
  isolation: isolate;
  overflow: visible;
  min-height: clamp(318px, 27vw, 420px);
  padding: 18px 14px 45px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(198, 137, 32, 0.72);
  border-radius: 16px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 18px 30px -24px rgba(5, 22, 49, 0.42);
  --step-bg: url("../images/background/back_gray.webp");
  transition:
    transform 0.22s var(--ease),
    box-shadow 0.22s var(--ease),
    border-color 0.22s var(--ease);
}
.step::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.08;
  background: var(--step-bg) center/cover no-repeat;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.step::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  z-index: 1;
  height: clamp(54px, 5.4vw, 72px);
  background: url("../images/generated/sec-process_img1.webp") center bottom /
    100% 100% no-repeat;
  pointer-events: none;
}
.step:nth-child(2) {
  --step-bg: url("../images/13062.webp");
}
.step:nth-child(3) {
  --step-bg: url("../images/background/back_deepblue.webp");
}
.step:nth-child(4) {
  --step-bg: url("../images/5063.webp");
}
.step:nth-child(5) {
  --step-bg: url("../images/6994.webp");
}
.step:nth-child(6) {
  --step-bg: url("../images/background/back_brown.webp");
}
.step:nth-child(7) {
  --step-bg: url("../images/17803535_5886276.webp");
}
.step > * {
  position: relative;
  z-index: 2;
}
.step__body {
  position: static;
}
.step__body::before {
  display: none;
}
.step:not(:last-child) .step__body::after {
  content: "";
  position: absolute;
  top: 51%;
  right: -11px;
  z-index: 17;
  width: 10px;
  height: 20px;
  background: linear-gradient(135deg, #efc35d, #bc7d18);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  filter: drop-shadow(0 4px 4px rgba(95, 55, 7, 0.2));
  transform: translateY(-50%);
}
.step:hover {
  border-color: rgba(217, 164, 65, 0.95);
  transform: translateY(-6px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 26px 44px -30px rgba(5, 22, 49, 0.7);
}
.step__no {
  display: grid;
  place-items: center;
  width: clamp(50px, 4.7vw, 55px);
  height: clamp(50px, 4.7vw, 55px);
  margin: 0 auto 16px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 22%, #fff6c9 0 16%, transparent 17%),
    linear-gradient(145deg, #ffe9a8 0%, #e6ad41 46%, #c6801b 100%);
  color: var(--navy-900);
  font-weight: 900;
  font-size: clamp(24px, 2.25vw, 30px);
  line-height: 1;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 10px 18px -12px rgba(119, 71, 12, 0.72);
}
.step .icon-badge {
  margin: 0 auto clamp(22px, 3vw, 34px);
  width: clamp(68px, 5.9vw, 84px);
  height: clamp(68px, 5.9vw, 84px);
  border-radius: 50%;
  border-color: rgba(239, 195, 93, 0.92);
  background:
    radial-gradient(circle at 34% 28%, rgba(21, 71, 133, 0.9), transparent 34%),
    linear-gradient(180deg, #072d63 0%, #031735 78%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 10px 0 -7px rgba(221, 151, 41, 0.9),
    0 15px 22px -14px rgba(5, 22, 49, 0.8);
}
.step .icon-badge svg {
  width: clamp(34px, 3vw, 42px);
  height: clamp(34px, 3vw, 42px);
  stroke-width: 1.9;
}
.step__body h3 {
  position: relative;
  z-index: 3;
  margin: 0 auto 12px;
  min-height: 2.9em;
  display: grid;
  place-items: center;
  color: #061b40;
  font-size: clamp(17px, 1.38vw, 21px);
  font-weight: 900;
  line-height: 1.35;
}
.step__body p {
  position: relative;
  z-index: 3;
  margin: 0;
  color: #152846;
  font-size: clamp(13.5px, 1.02vw, 16px);
  line-height: 1.75;
}
/* ---------- 16. 適合對象 ---------- */
.audience-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 24px;
  max-width: 900px;
  margin: 0 auto;
}
.audience-item {
  display: flex;
  gap: 13px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: var(--r-input);
  padding: 14px 18px;
  font-size: 15.5px;
  font-weight: 500;
  transition: 0.16s var(--ease);
  position: relative;
  overflow: hidden;
  --audience-bg: url("../images/background/back_gray.webp");
}
.audience-item::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.07;
  background: var(--audience-bg) center/cover no-repeat;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.audience-item:nth-child(2n) {
  --audience-bg: url("../images/background/back_brown.webp");
}
.audience-item:nth-child(3n) {
  --audience-bg: url("../images/1041.webp");
}
.audience-item:nth-child(4n) {
  --audience-bg: url("../images/17803538_5885578.webp");
}
.audience-item > * {
  position: relative;
  z-index: 1;
}
.audience-item:hover {
  border-color: var(--border-gold);
  transform: translateX(4px);
}
.audience-item__check {
  flex: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(150deg, var(--gold-300), var(--gold-500));
  color: var(--navy-900);
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 900;
}
/* ---------- 17. FAQ ---------- */
#faq .container--narrow {
  max-width: 1040px;
}
.faq-head {
  max-width: 880px;
  margin-inline: auto;
}
.faq-head .sec-head__intro,
.faq-head__text {
  max-width: 800px;
  margin: 14px auto 0;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.9;
  text-align: left;
}
.faq-head .sec-head__intro {
  color: var(--navy-900);
  font-weight: 700;
}
.faq-list {
  display: grid;
  gap: 16px;
}
.faq-item {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(137, 195, 236, 0.52);
  border-radius: 8px;
  overflow: clip;
  transition:
    border-color 0.18s var(--ease),
    box-shadow 0.18s var(--ease),
    transform 0.18s var(--ease);
  position: relative;
  box-shadow: 0 16px 44px -34px rgba(10, 23, 51, 0.5);
  --faq-bg: url("../images/background/back_gray.webp");
}
.faq-item::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.055;
  background: var(--faq-bg) center/cover no-repeat;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.faq-item::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--gold-300), var(--gold-600));
  opacity: 0;
  transition: opacity 0.18s var(--ease);
}
.faq-item:nth-child(2n) {
  --faq-bg: url("../images/background/back_brown.webp");
}
.faq-item:nth-child(3n) {
  --faq-bg: url("../images/background/back_deepblue.webp");
}
.faq-item:nth-child(4n) {
  --faq-bg: url("../images/5063.webp");
}
.faq-item > * {
  position: relative;
  z-index: 1;
}
.faq-item[open] {
  border-color: var(--border-gold);
  box-shadow: 0 24px 60px -36px rgba(10, 23, 51, 0.62);
  transform: translateY(-1px);
}
.faq-item[open]::after {
  opacity: 1;
}
.faq-item__q {
  list-style: none;
  cursor: pointer;
  padding: 22px 64px 22px 24px;
  font-size: 18px;
  font-weight: 900;
  color: var(--navy-900);
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}
.faq-item__q::-webkit-details-marker {
  display: none;
}
.faq-item__num {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--navy-900);
  background: linear-gradient(150deg, var(--gold-300), var(--gold-500));
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px -20px rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-weight: 900;
}
.faq-item__q::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background:
    linear-gradient(var(--gold-600), var(--gold-600)) center/14px 2.4px
      no-repeat,
    linear-gradient(var(--gold-600), var(--gold-600)) center/2.4px 14px
      no-repeat;
  transition: transform 0.2s var(--ease);
}
.faq-item[open] .faq-item__q::after {
  transform: rotate(135deg);
}
.faq-item__a {
  padding: 0 34px 28px 86px;
}
.faq-item__a p {
  margin: 0;
  font-size: 16px;
  color: var(--text-soft);
  line-height: 1.95;
}
.faq-item__a p + p {
  margin-top: 12px;
}
.faq-cta {
  margin: 28px auto 0;
  padding: 28px 30px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(10, 23, 51, 0.94), rgba(24, 55, 93, 0.94)),
    url("../images/background/back_deepblue.webp") center/cover no-repeat;
  color: #fff;
  box-shadow: 0 24px 70px -36px rgba(10, 23, 51, 0.75);
  text-align: center;
}
.faq-cta__title {
  margin: 0 auto 12px;
  color: var(--gold-300);
  font-size: clamp(21px, 2.4vw, 30px);
  font-weight: 900;
  line-height: 1.45;
}
.faq-cta p:not(.faq-cta__title) {
  max-width: 760px;
  margin: 0 auto 22px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.85;
}
.faq-cta .btn {
  max-width: 100%;
  white-space: normal;
  text-align: center;
}
/* ---------- 18. 表單下方簡易備註 ---------- */
.terms-note {
  margin: 22px 0 0;
  background: #d7dce4;
  border-radius: 8px;
  padding: 18px 20px;
  color: #111827;
}
.terms-note__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.terms-note__list li {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  font-size: 14px;
  line-height: 1.65;
  color: #111827;
  scroll-margin-top: 92px;
}
.terms-note__label {
  font-weight: 700;
  color: #111827;
}
.terms-note__text {
  min-width: 0;
}
.terms-note__list li:target {
  outline: 2px solid rgba(17, 24, 39, 0.18);
  outline-offset: 3px;
  border-radius: 4px;
}
.note-modal[hidden] {
  display: none;
}
.note-modal {
  position: fixed;
  inset: 0;
  z-index: 540;
  display: grid;
  place-items: center;
  padding: 22px;
}
.note-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(3, 15, 34, 0.62);
  cursor: pointer;
}
.note-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  padding: 28px 30px 30px;
  color: #173655;
  background:
    radial-gradient(360px 150px at 18% 0%, rgba(255, 224, 113, 0.2), transparent 72%),
    #fff;
  border: 1px solid rgba(255, 210, 91, 0.65);
  border-radius: 14px;
  box-shadow: 0 28px 72px -30px rgba(0, 0, 0, 0.62);
}
.note-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  color: #0b2d58;
  background: rgba(0, 87, 191, 0.08);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.note-modal__close:hover,
.note-modal__close:focus-visible {
  background: rgba(0, 87, 191, 0.16);
}
.note-modal__label {
  margin: 0 42px 8px 0;
  color: #0057bf;
  font-size: 14px;
  font-weight: 900;
}
.note-modal__dialog h3 {
  margin: 0 42px 12px 0;
  color: #082f57;
  font-size: 24px;
  line-height: 1.35;
}
.note-modal__dialog p:last-child {
  margin: 0;
  color: #465f78;
  font-size: 16px;
  line-height: 1.8;
}
/* ---------- 19. 法律頁 ---------- */
.legal-doc {
  max-width: 780px;
}
.legal-doc h2 {
  font-size: 21px;
  margin: 28px 0 8px;
}
.legal-doc h2::after {
  display: none;
}
.legal-doc p {
  font-size: 16px;
  color: var(--text-soft);
  line-height: 1.85;
}
.legal-doc__note {
  margin-top: 28px;
  padding: 14px 16px;
  background: rgba(217, 164, 65, 0.14);
  border-radius: var(--r-input);
  font-size: 14.5px;
  color: var(--gold-700);
}
/* ---------- 20. Footer ---------- */
.site-footer {
  position: relative;
  background: var(--navy-950);
  color: var(--on-dark-soft);
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
  gap: 36px;
  padding: clamp(48px, 6vw, 50px) 24px;
}
.brand--footer {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 14px;
}
.site-footer__desc {
  font-size: 14px;
  line-height: 1.8;
  color: var(--on-dark-mute);
  margin: 0;
}
.site-footer__col h4 {
  font-size: 15px;
  color: #fff;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-footer__col h4::before {
  content: "";
  width: 16px;
  height: 3px;
  background: var(--gold-500);
  border-radius: 2px;
}
.site-footer__col ul li {
  margin-bottom: 9px;
}
.site-footer__col a {
  color: var(--on-dark-soft);
  font-size: 14.5px;
}
.site-footer__links li {
  margin-bottom: 17px;
}
.site-footer__links a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.site-footer__links a::before {
  content: "";
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background: #66a9f4;
  opacity: 0.95;
  -webkit-mask: var(--footer-icon) center / contain no-repeat;
  mask: var(--footer-icon) center / contain no-repeat;
}
.site-footer__links--seo li:nth-child(1) a {
  --footer-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M17 7l3-3M20 4v4h-4'/%3E%3C/svg%3E");
}
.site-footer__links--seo li:nth-child(2) a {
  --footer-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='1.8'/%3E%3Cpath d='M3 9h18M7 7h.01M10 7h.01'/%3E%3C/svg%3E");
}
.site-footer__links--seo li:nth-child(3) a {
  --footer-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='3.5'/%3E%3Cpath d='M5 20c1.2-4 12.8-4 14 0'/%3E%3C/svg%3E");
}
.site-footer__links--seo li:nth-child(4) a {
  --footer-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v5c0 5-3.1 8.4-7 10-3.9-1.6-7-5-7-10V6l7-3z'/%3E%3Cpath d='M9 12l2 2 4-5'/%3E%3C/svg%3E");
}
.site-footer__links--quick li:nth-child(1) a {
  --footer-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7.1 0l2-2a5 5 0 0 0-7.1-7.1l-1.1 1.1'/%3E%3Cpath d='M14 11a5 5 0 0 0-7.1 0l-2 2A5 5 0 0 0 12 20.1l1.1-1.1'/%3E%3C/svg%3E");
}
.site-footer__links--quick li:nth-child(2) a {
  --footer-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v18M5 7h14M7 7l-4 7h8L7 7zM17 7l-4 7h8l-4-7z'/%3E%3C/svg%3E");
}
.site-footer__links--quick li:nth-child(3) a {
  --footer-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v5c0 5-3.1 8.4-7 10-3.9-1.6-7-5-7-10V6l7-3z'/%3E%3Cpath d='M9 12l2 2 4-5'/%3E%3C/svg%3E");
}
.site-footer__links--quick li:nth-child(4) a {
  --footer-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20h9'/%3E%3Cpath d='M16.5 3.5a2.1 2.1 0 0 1 3 3L8 18l-4 1 1-4z'/%3E%3C/svg%3E");
}
.site-footer__col a:hover {
  color: var(--gold-300);
}
.site-footer__contact li {
  font-size: 14.5px;
  margin-bottom: 9px;
}
.site-footer__contact li:nth-child(-n + 3) {
  padding: 9px 10px;
  border-radius: 12px;
  background: rgb(11 78 181 / 50%);
  border: 1px solid rgba(217, 164, 65, 0.2);
}
.site-footer__contact li:nth-child(-n + 2) a {
  font-size: 18px;
  font-weight: 900;
  color: var(--gold-300);
}
.site-footer__contact li:nth-child(3) a {
  font-weight: 900;
  color: #8ff0b0;
}
.site-footer__bar {
  border-top: 1px solid var(--border-on-dark);
}
.site-footer__bar-inner {
  display: grid;
  grid-template-columns: auto auto auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  padding: 24px 24px;
  font-size: 15px;
  color: var(--on-dark-mute);
}
.site-footer__bar-inner p {
  margin: 0;
}
.site-footer__copyright {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}
.site-footer__copyright-icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: rgba(42, 126, 229, 0.72);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
}
.site-footer__meta,
.site-footer__legal {
  position: relative;
  padding-left: clamp(18px, 2.4vw, 30px);
  font-size: 15px;
  white-space: nowrap;
}
.site-footer__meta::before,
.site-footer__legal::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.34);
  transform: translateY(-50%);
}
.site-footer__legal {
  justify-self: end;
}
.site-footer__legal a {
  color: var(--on-dark-mute);
}
.site-footer__legal a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 9px;
  vertical-align: -3px;
  background: currentColor;
  clip-path: polygon(50% 0, 88% 14%, 88% 46%, 50% 100%, 12% 46%, 12% 14%);
  opacity: 0.95;
}
.site-footer__legal a:hover {
  color: var(--gold-300);
}
@media (max-width: 900px) {
  .site-footer__bar-inner {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 12px;
  }
  .site-footer__copyright {
    white-space: normal;
  }
  .site-footer__meta,
  .site-footer__legal {
    padding-left: 0;
    white-space: normal;
  }
  .site-footer__meta::before,
  .site-footer__legal::before {
    display: none;
  }
  .site-footer__legal {
    justify-self: start;
  }
}
/* ---------- 21. 手機固定 CTA / 右側快捷 ---------- */
.mobile-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: rgba(7, 21, 38, 0.97);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--border-gold);
  padding: 8px;
  gap: 8px;
}
.mobile-cta__btn {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-height: 56px;
  border-radius: var(--r-btn);
  font-size: 13px;
  font-weight: 700;
}
.mobile-cta__btn .ico {
  font-size: 14px;
}
.mobile-cta__btn--phone {
  background: var(--metal-blue);
  color: #fff;
  border: 1px solid rgba(255, 214, 117, 0.35);
}
.mobile-cta__btn--line {
  background: var(--line-green);
  color: #fff;
}
.mobile-cta__btn--apply {
  background: var(--metal-gold);
  color: var(--navy-900);
}
.floating-rail {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 80;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.rail-line,
.rail-nav a,
.fab-top {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid var(--border-gold);
  box-shadow: 0 16px 34px -18px rgba(7, 21, 38, 0.65);
  backdrop-filter: blur(8px);
}
.rail-line::after,
.rail-nav a::after,
.fab-top::after {
  content: attr(aria-label);
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  min-width: max-content;
  max-width: 220px;
  padding: 7px 11px;
  border-radius: 999px;
  background: linear-gradient(
    150deg,
    rgba(8, 20, 40, 0.96),
    rgba(13, 44, 82, 0.96)
  );
  color: #fff;
  border: 1px solid rgba(217, 164, 65, 0.46);
  box-shadow: 0 14px 30px -18px rgba(0, 0, 0, 0.65);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(12px, -50%);
  transition:
    opacity 0.18s var(--ease),
    transform 0.18s var(--ease);
}
.rail-line:hover::after,
.rail-line:focus-visible::after,
.rail-nav a:hover::after,
.rail-nav a:focus-visible::after,
.fab-top:hover::after,
.fab-top:focus-visible::after {
  opacity: 1;
  transform: translate(0, -50%);
}
.rail-line {
  background: linear-gradient(150deg, #18ba55, #07983e);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
}
.rail-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
  border-radius: 28px;
  background: rgba(7, 21, 38, 0.72);
  border: 1px solid rgba(217, 164, 65, 0.28);
  box-shadow: 0 18px 42px -24px rgba(0, 0, 0, 0.55);
}
.rail-nav a {
  width: 42px;
  height: 42px;
  background: linear-gradient(
    150deg,
    rgba(255, 255, 255, 0.98),
    rgba(248, 238, 213, 0.96)
  );
  color: var(--navy-800);
}
.rail-nav a:hover {
  color: var(--gold-700);
  transform: translateX(-2px);
}
.rail-nav svg {
  width: 20px;
  height: 20px;
}
.fab-top {
  background: linear-gradient(150deg, var(--navy-700), var(--navy-900));
  color: var(--gold-400);
  font-size: 20px;
}
.fab-top[hidden] {
  display: none;
}
.fab-top:hover {
  color: var(--gold-300);
}
.line-qr-float {
  display: none;
}
.line-qr-float a {
  display: block;
  width: 128px;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(6, 199, 85, 0.35);
  box-shadow: 0 18px 42px -24px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(8px);
}
.line-qr-float img {
  display: block;
  width: 100%;
  height: auto;
}
.line-qr-float__label {
  display: block;
  margin-bottom: 5px;
  color: var(--line-green);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
.side-ad-float {
  display: none;
}
.side-ad-float a {
  display: block;
  transition:
    transform 0.18s var(--ease),
    filter 0.18s var(--ease);
}
.side-ad-float a:hover {
  transform: translateY(-3px) scale(1.02);
  filter: brightness(1.04);
}
.side-ad-float img {
  display: block;
  width: 128px;
  height: auto;
  border-radius: 10px;
  filter: drop-shadow(0 18px 28px rgba(0, 74, 160, 0.28));
}
.side-ad-modal {
  position: fixed;
  inset: 0;
  z-index: 160;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(8, 20, 40, 0.72);
  backdrop-filter: blur(8px);
}
.side-ad-modal[hidden] {
  display: none;
}
.side-ad-modal__dialog {
  position: relative;
  display: grid;
  grid-template-columns: minmax(390px, 0.98fr) minmax(430px, 1fr);
  width: min(100%, 980px);
  max-height: min(92vh, 760px);
  overflow: auto;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 30px 80px -36px rgba(0, 0, 0, 0.72);
}
.side-ad-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: rgba(8, 20, 40, 0.42);
  border: 0;
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
}
.side-ad-modal__promo {
  position: relative;
  overflow: hidden;
  min-height: 690px;
  padding: 36px 32px 34px;
  color: #fff;
  background:
    radial-gradient(460px 260px at 24% 42%, rgba(0, 104, 210, 0.18), transparent 66%),
    radial-gradient(360px 280px at 88% 6%, rgba(255, 210, 91, 0.2), transparent 62%),
    linear-gradient(180deg, #10213d 0%, #06142f 100%);
}
.side-ad-modal__promo::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(115deg, transparent 0 48%, rgba(255, 255, 255, 0.18) 49%, transparent 50%),
    radial-gradient(rgba(255, 255, 255, 0.22) 1px, transparent 1.5px);
  background-size: 90px 90px, 22px 22px;
  pointer-events: none;
}
.side-ad-modal__promo > * {
  position: relative;
  z-index: 1;
}
.side-ad-modal__promo-head {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}
.side-ad-modal__badge {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 6px 14px;
  color: #061b40;
  background: linear-gradient(180deg, #ffd86a, #f7b734);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}
.side-ad-modal__medal {
  width: 92px;
  height: auto;
}
.side-ad-modal__promo h2 {
  margin: 14px 0 8px;
  color: #fff;
  font-size: clamp(27px, 3vw, 36px);
  font-weight: 900;
  line-height: 1.18;
}
.side-ad-modal__lead {
  color: #ffd86a;
  font-weight: 900;
  margin: 0;
}
.side-ad-modal__lead strong {
  color: #fff;
  font-size: 1.22em;
}
.side-ad-modal__divider {
  width: 82%;
  height: 1px;
  margin: 20px auto;
  background: linear-gradient(90deg, transparent, rgba(255, 216, 106, 0.92), transparent);
}
.side-ad-modal__divider::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: -16px auto 0;
  background: #0e1f3d;
  border-right: 1px solid rgba(255, 216, 106, 0.9);
  border-bottom: 1px solid rgba(255, 216, 106, 0.9);
  transform: rotate(45deg);
  position: relative;
  top: -5px;
}
.side-ad-modal__offer-card {
  padding: 24px 24px 22px;
  border: 2px solid rgba(255, 202, 57, 0.86);
  border-radius: 13px;
  background:
    linear-gradient(180deg, rgba(0, 67, 150, 0.28), rgba(0, 30, 76, 0.16)),
    rgba(4, 20, 48, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 18px 34px -26px rgba(0, 0, 0, 0.72);
}
.side-ad-modal__offer-card h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 22px;
  color: #ffd86a;
  font-size: clamp(22px, 2.1vw, 28px);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
.side-ad-modal__offer-card h3::before,
.side-ad-modal__offer-card h3::after {
  content: "";
  width: 46px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ffd86a);
}
.side-ad-modal__offer-card h3::after {
  transform: scaleX(-1);
}
.side-ad-modal__offer-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.side-ad-modal__offer-card li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon text";
  column-gap: 14px;
  align-items: center;
  min-height: 58px;
}
.side-ad-modal__offer-card li > span:first-child {
  grid-area: icon;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #ffd86a;
  border: 2px solid rgba(255, 216, 106, 0.9);
  border-radius: 50%;
}
.side-ad-modal__offer-card svg {
  width: 26px;
  height: 26px;
}
.side-ad-modal__offer-card b {
  grid-area: title;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
}
.side-ad-modal__offer-card small {
  grid-area: text;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 800;
}
.side-ad-modal__coupon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 135px;
  margin: 0 -25px 20px;
  padding: 10px 20px;
  color: #061b40;
  background: url("../images/top/top_icon_49.webp") center right/auto 100% no-repeat;
}
.side-ad-modal__coupon p {
  margin: 10px 0 0 28%;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  transform: rotate(-3.5deg);
}
.side-ad-modal__coupon strong {
  color: #e51f1f;
  font-size: 2em;
  text-shadow: 0 2px 0 #fff1a8;
}
.side-ad-modal__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 58px;
  color: #061b40;
  background: linear-gradient(180deg, #ffd86a, #f7b734);
  border-radius: 999px;
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.34),
    0 14px 30px -18px rgba(255, 202, 57, 0.74);
  font-size: 24px;
  font-weight: 900;
}
.side-ad-modal__cta::after {
  content: "";
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  background: #061b40;
  background-image:
    linear-gradient(45deg, transparent 43%, #ffd86a 44% 66%, transparent 67%),
    linear-gradient(-45deg, transparent 43%, #ffd86a 44% 66%, transparent 67%);
  background-position:
    10px 7px,
    10px 15px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.side-ad-modal__body {
  padding: 34px 32px 26px;
}
.side-ad-modal__body > h2 {
  color: #061b40;
  font-size: clamp(24px, 2.4vw, 31px);
  line-height: 1.28;
}
.side-ad-modal__body > p {
  margin: 6px 0 16px;
  color: #64748b;
  font-size: 15px;
}
.side-ad-modal__form {
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.side-ad-modal__form::before {
  display: none;
}
.side-ad-modal__form .form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 12px;
}
.side-ad-modal__form .field label {
  margin-bottom: 5px;
  color: #061b40;
  font-size: 14px;
  font-weight: 900;
}
.side-ad-modal__form input,
.side-ad-modal__form select,
.side-ad-modal__form textarea {
  min-height: 48px;
  padding: 8px 14px;
  border-color: rgba(92, 174, 236, 0.58);
  border-radius: 8px;
}
.side-ad-modal__form textarea {
  min-height: 68px;
  height: 68px;
  line-height: 1.45;
}
.side-ad-modal__form .captcha-box {
  gap: 10px;
}
.side-ad-modal__form .captcha-box__question {
  min-height: 40px;
  padding: 8px 14px;
}
.side-ad-modal__form .btn {
  min-height: 50px;
  margin-top: 23px;
}
.side-ad-modal__form .form-trust {
  margin-top: 10px;
  font-size: 13px;
}
@media (min-width: 1200px) {
  .side-ad-float {
    position: fixed;
    left: 8px;
    top: 48%;
    z-index: 77;
    display: block;
    animation: sideAdFloat 3.8s ease-in-out infinite;
  }

  .line-qr-float {
    position: fixed;
    left: 8px;
    bottom: 18px;
    z-index: 78;
    display: block;
  }
}
@media (max-width: 900px) {
  .side-ad-modal__dialog {
    grid-template-columns: 1fr;
  }
  .side-ad-modal__promo {
    min-height: 0;
  }
}
@media (max-width: 760px) {
  .side-ad-modal__form .form-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 680px) {
  .side-ad-modal {
    padding: 10px;
  }
  .side-ad-modal__promo {
    display: none;
  }
  .side-ad-modal__body {
    padding: 28px 18px;
  }
}
/* ---------- 22. 動效 ---------- */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.65s var(--ease),
    transform 0.65s var(--ease);
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
@keyframes heroIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes heroFormIn {
  from {
    opacity: 0;
    transform: translateY(-16px);
  }
  to {
    opacity: 1;
    transform: translateY(-34px);
  }
}
@keyframes sideAdFloat {
  0%,
  100% {
    transform: translateY(-50%) translateY(-8px);
  }
  50% {
    transform: translateY(-50%) translateY(10px);
  }
}
@keyframes arrowBlink {
  0%,
  28% {
    opacity: 0;
    transform: translateX(-0.12em);
  }
  44%,
  72% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    transform: translateX(0.1em);
  }
}
@keyframes medallionSway {
  0%,
  100% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2.4deg);
  }
}
@keyframes shine {
  0% {
    transform: translateX(-130%) skewX(-20deg);
  }
  60%,
  100% {
    transform: translateX(320%) skewX(-20deg);
  }
}
@keyframes metalSweep {
  0%,
  58% {
    left: -55%;
    opacity: 0;
  }
  68% {
    opacity: 0.95;
  }
  86%,
  100% {
    left: 125%;
    opacity: 0;
  }
}
@keyframes coinSweep {
  0%,
  62% {
    transform: rotate(25deg) translateX(-54%);
    opacity: 0;
  }
  72% {
    opacity: 0.9;
  }
  90%,
  100% {
    transform: rotate(25deg) translateX(58%);
    opacity: 0;
  }
}
@keyframes planHandBlink {
  0%,
  100% {
    opacity: 0.72;
    transform: translate(0, 0) scale(0.96) rotate(-10deg);
  }
  45% {
    opacity: 1;
    transform: translate(-2px, -2px) scale(1.08) rotate(-10deg);
  }
  62% {
    opacity: 0.45;
  }
}
.hero__copy > * {
  animation: heroIn 0.75s var(--ease) both;
}
.hero__copy > *:nth-child(1) {
  animation-delay: 0.05s;
}
.hero__copy > *:nth-child(2) {
  animation-delay: 0.12s;
}
.hero__copy > *:nth-child(3) {
  animation-delay: 0.19s;
}
.hero__copy > *:nth-child(4) {
  animation-delay: 0.26s;
}
.hero__copy > *:nth-child(5) {
  animation-delay: 0.33s;
}
.hero__copy > *:nth-child(6) {
  animation-delay: 0.4s;
}
.hero__copy > *:nth-child(7) {
  animation-delay: 0.47s;
}
.hero__form {
  animation: heroFormIn 0.8s var(--ease) 0.26s both;
}
.medallion {
  animation:
    heroIn 0.7s var(--ease) 0.5s both,
    medallionSway 5.6s ease-in-out 1.2s infinite;
}
.btn--primary {
  position: relative;
  overflow: hidden;
}
.btn--primary::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.55),
    transparent
  );
  animation: shine 4.5s ease-in-out infinite;
}
/* ============================================================
   響應式
   ============================================================ */
@media (max-width: 1150px) {
  #process .sec-head {
    width: 100%;
    max-width: 100%;
    display: grid;
    justify-items: center;
    text-align: center;
  }
  #process .eyebrow {
    margin-inline: auto;
  }
  #process .sec-head h2 {
    max-width: min(100%, 980px);
  }
  .pain-dm__bar {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px 20px;
    padding: 18px 26px 12px;
    background-size: cover;
  }
  .pain-dm__bar-title {
    min-width: 0;
  }
  .pain-dm__bar-title b {
    font-size: 26px;
  }
  .pain-dm__bar ul {
    grid-column: 1 / 3;
    grid-row: 2;
    min-width: 0;
  }
  .pain-dm__bar li b {
    font-size: 17px;
  }
  .pain-dm__bar li small {
    font-size: 12.5px;
  }
  .pain-dm__cta {
    grid-column: 3;
    grid-row: 2;
    min-width: 150px;
    justify-self: end;
  }
}
@media (max-width: 1200px) {
  #pricing {
    padding-top: clamp(54px, 6vw, 78px);
    padding-bottom: clamp(60px, 7vw, 86px);
  }
  #pricing .container {
    max-width: 1200px;
  }
  #pricing .pricing-top {
    display: grid;
    grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
    align-items: end;
    gap: clamp(24px, 3vw, 44px);
    margin: 0 auto clamp(22px, 3vw, 34px);
  }
  #pricing .pricing-visual {
    display: block;
    margin: 0;
    align-self: end;
  }
  #pricing .pricing-visual img {
    width: min(100%, 360px);
    margin-inline: auto;
    filter: drop-shadow(0 18px 22px rgba(5, 20, 42, 0.22));
  }
  #pricing .sec-head {
    max-width: 760px;
    margin: 0;
    text-align: center;
  }
  #pricing .eyebrow {
    min-width: min(420px, 100%);
    justify-content: center;
    border-radius: 999px;
    padding: 10px 30px;
    font-size: clamp(18px, 2vw, 26px);
    font-weight: 900;
    letter-spacing: 0.08em;
  }
  #pricing .sec-head h2 {
    margin-top: 22px;
    padding-top: 0;
    color: #061b40;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.22;
  }
  #pricing .sec-head h2::before {
    display: none;
  }
  #pricing .sec-head h2::after {
    width: min(100%, 680px);
    height: 22px;
    margin-top: 14px;
  }
  #pricing .pricing-title__gold {
    display: inline;
    color: transparent;
    background: linear-gradient(180deg, #f3c965 0%, #c57b16 72%, #8b540c 100%);
    -webkit-background-clip: text;
    background-clip: text;
  }
  #pricing .sec-head__intro {
    max-width: 680px;
    margin-top: 16px;
    color: #0c1830;
    font-size: clamp(18px, 2.15vw, 25px);
    line-height: 1.78;
    text-align: left;
  }
  #pricing .pricing-table-wrap {
    max-width: 1120px;
    border: 2px solid var(--gold-500);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 22px 46px -30px rgba(5, 18, 39, 0.5);
  }
  #pricing .data-table,
  #pricing .data-table thead,
  #pricing .data-table tbody,
  #pricing .data-table tr {
    display: revert;
  }
  #pricing .data-table th,
  #pricing .data-table td {
    display: table-cell;
  }
  #pricing .rate-table thead {
    display: table-header-group;
  }
  #pricing .rate-table thead th {
    padding: 20px 24px;
    color: #fff;
    background: linear-gradient(180deg, #062b5d, #031a39);
    font-size: clamp(17px, 2vw, 24px);
    font-weight: 900;
    text-align: center;
  }
  #pricing .rate-table tbody td {
    padding: 22px 24px;
    border-right: 1px dashed rgba(7, 29, 58, 0.18);
    color: #061b40;
    background: #fff;
    font-size: clamp(18px, 2.15vw, 27px);
    font-weight: 500;
    text-align: center;
  }
  #pricing .rate-table tbody td:last-child {
    border-right: 0;
  }
  #pricing .rate-table tbody td:first-child {
    font-weight: 900;
  }
  #pricing .rate-table tbody .num {
    color: #c66d08;
    font-size: clamp(25px, 3vw, 36px);
    font-weight: 900;
    text-align: right;
  }
  #pricing .rate-table tbody tr:nth-child(odd) td {
    background: #fff;
  }
  #pricing .rate-table tbody tr.is-highlight td {
    padding-top: 24px;
    padding-bottom: 24px;
    color: #fff;
    background: linear-gradient(180deg, #06316b, #031b3c);
    border-top: 2px solid var(--gold-500);
    font-size: clamp(22px, 2.7vw, 34px);
    font-weight: 900;
  }
  #pricing .rate-table tbody tr.is-highlight .num {
    color: #ffc12f;
    font-size: clamp(30px, 3.6vw, 44px);
  }
  #pricing .data-table td::before,
  #pricing .data-table th[scope="row"]::before {
    content: none;
  }
  #pricing .rate-table__caption {
    margin: 0;
    padding: 16px 18px;
    border-radius: 0;
    color: #fff;
    background:
      radial-gradient(520px 90px at 50% 0%, rgba(78, 181, 255, 0.48), transparent 72%),
      linear-gradient(180deg, #1179de 0%, #0057bf 56%, #003f93 100%);
    font-size: clamp(17px, 2.1vw, 25px);
    text-shadow: 0 2px 0 rgba(0, 45, 105, 0.45);
  }
  #pricing .note-line {
    margin-top: 22px;
    color: #0c1830;
    font-size: clamp(14px, 1.5vw, 17px);
  }
  #pricing .sec-cta {
    margin-top: 22px;
  }
  #pricing .btn--lg {
    min-width: min(100%, 620px);
    min-height: 72px;
    font-size: clamp(20px, 2.6vw, 30px);
  }
}
@media (max-width: 1080px) {
  .card-grid--4,
  .card-grid--5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .pain-card {
    min-height: 280px;
  }
  .pain-dm__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 14px;
  }
  .pain-dm__proof {
    max-width: 760px;
    padding: 12px 18px;
  }
  .pain-dm__proof li {
    padding: 0 14px;
  }
  .pain-dm__bar {
    grid-template-columns: auto 1fr;
    gap: 14px 20px;
  }
  .pain-dm__bar ul {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .pain-dm__cta {
    grid-column: 1/-1;
    grid-row: 3;
    justify-self: end;
  }
  .step-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .step {
    min-height: 330px;
    margin-bottom: 28px;
  }
  .step::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -28px;
    z-index: 1;
    height: clamp(54px, 5.4vw, 72px);
    background: url("../images/generated/sec-process_img1.webp") center bottom /
      100% 100% no-repeat;
    pointer-events: none;
  }
  .step:not(:last-child) .step__body::after {
    display: none;
  }
  .header-hotline {
    display: none;
  }
}
@media (max-width: 900px) {
  :root {
    --skew: -1.6deg;
  }
  .site-nav {
    position: absolute;
    top: var(--header-h);
    left: 0;
    right: 0;
    background: var(--navy-950);
    border-bottom: 1px solid var(--border-gold);
    padding: 8px;
    display: none;
  }
  .site-nav.is-open {
    display: block;
  }
  .site-nav__list {
    flex-direction: column;
    gap: 2px;
  }
  .site-nav__list a {
    display: block;
    padding: 13px;
    font-size: 16px;
  }
  .nav-toggle {
    display: block;
    margin-left: auto;
    order: 3;
  }
  .site-header__cta .btn--phone {
    display: none;
  }
  .hero-woman {
    left: -46px;
    bottom: 14px;
    width: clamp(170px, 38vw, 300px);
    opacity: 0.28;
  }
  .hero-contact {
    grid-template-columns: 1fr 1fr;
  }
  .hero-contact li:nth-child(3) {
    grid-column: 1/-1;
  }
  .hero__grid {
    grid-template-columns: 1fr;
  }
  .hero__form {
    margin-top: 0;
    transform: none;
    animation: heroIn 0.8s var(--ease) 0.26s both;
  }
  .hero__grid::after {
    top: -32px;
    right: -48px;
    width: 190px;
    height: 190px;
    filter: blur(8px);
  }
  .medallion {
    top: -18px;
    right: -18px;
    width: 136px;
    height: 136px;
  }
  .plan {
    grid-template-columns: 1fr;
  }
  .plan-dm__hero-inner {
    grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
    gap: 28px;
  }
  .plan-dm__panel-grid {
    grid-template-columns: 1fr;
  }
  .plan-dm__offer {
    grid-template-columns: auto 1fr 1fr;
    align-items: center;
    padding-left: 0;
    padding-top: 18px;
    border-left: 0;
    border-top: 1px solid rgba(217, 164, 65, 0.44);
  }
  .plan-dm__award {
    width: 120px;
  }
  .plan__visual {
    order: 3;
    min-height: 360px;
  }
  .plan__visual img {
    max-height: 340px;
  }
  .brand-info {
    grid-template-columns: 1fr;
  }
  .brand-info__photo {
    min-height: 260px;
  }
  .media-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pain-dm__head h2 span {
    display: block;
  }
  .pain-dm__proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 26px;
  }
  .pain-dm__proof li:nth-child(2) {
    border-right: 0;
  }
  .pain-dm__proof li:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .pain-dm__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .stat-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .step-list {
    grid-template-columns: repeat(2, 1fr);
  }
  #process .container {
    max-width: 760px;
  }
  .audience-list {
    grid-template-columns: 1fr;
  }
  .why-layout {
    grid-template-columns: 1fr;
  }
  .why-performance__hero-inner {
    grid-template-columns: 1fr;
  }
  .why-performance__copy {
    max-width: 680px;
  }
  .why-performance__visual {
    display: none;
  }
  .why-flow-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .why-flow-card:not(:last-child)::after {
    display: none;
  }
  .why-promise {
    grid-template-columns: 1fr;
    padding: 32px 24px 34px;
    background-position: center;
    background-size: 100% 100%;
  }
  .why-promise__body {
    grid-column: 1;
  }
  .compare__highlight {
    font-size: 15px;
  }
}
@media (max-width: 680px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  body {
    font-size: 16px;
    padding-bottom: 74px;
  }
  .card-grid--4,
  .card-grid--5 {
    grid-template-columns: 1fr;
  }
  .pain-card {
    min-height: auto;
  }
  .pain-card__person {
    min-height: 150px;
    margin-top: 8px;
  }
  .pain-card__person img {
    height: 164px;
  }
  .pain-dm {
    padding-top: 50px;
  }
  .pain-dm::after {
    top: -50px;
  }
  .pain-dm__ribbon {
    min-width: 0;
    width: 85%;
    font-size: 15px;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    padding: 10px 10px;
    height: 40px;
  }
  .pain-dm__head::before,
  .pain-dm__head::after {
    display: none;
  }
  .pain-dm__head h2 {
    font-size: 24px;
  }
  .pain-dm__head p {
    display: block;
    font-size: 19px;
  }
  .pain-dm__head p::before,
  .pain-dm__head p::after {
    display: none;
  }
  .pain-dm__proof {
    grid-template-columns: 1fr;
    border-radius: 18px;
    padding: 14px;
  }
  .pain-dm__proof li {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    padding: 12px 4px;
    margin: 0;
  }
  .pain-dm__proof li:nth-child(-n + 2) {
    padding-bottom: 12px;
    margin-bottom: 0;
  }
  .pain-dm__proof li:last-child {
    border-bottom: 0;
  }
  .pain-dm__cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .pain-dm__card {
    min-height: 330px;
    padding-top: 50px;
  }
  .pain-dm__bar {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 18px 16px;
    background: linear-gradient(180deg, #092e67, #031a3b);
    border: 2px solid rgba(245, 166, 35, 0.8);
    border-radius: 18px;
  }
  .pain-dm__badge {
    justify-self: center;
    width: 104px;
    height: 104px;
    background: url("../images/prize-no-bg.png") center/contain no-repeat;
  }
  .pain-dm__bar ul {
    grid-column: auto;
    grid-template-columns: 1fr;
    text-align: left;
    margin: auto;
  }
  .pain-dm__bar li:not(:last-child)::after {
    right: 50%;
    top: 50%;
    transform: rotate(90deg) translate(0%);
  }
  .pain-dm__cta {
    grid-column: auto;
    grid-row: auto;
    justify-self: stretch;
    background: url("../images/bg_blue_contact-2.webp") center / auto 100%
      no-repeat;
  }
  .plan-dm {
    padding: 0 0 48px;
  }
  .plan-dm__hero {
    min-height: 0;
    padding: 28px 0 62px;
  }
  .plan-dm__hero::before {
    width: 30px;
    clip-path: polygon(0 0, 100% 0, 0% 100%, 0 100%);
  }
  .plan-dm__hero::after {
    inset: -12px auto 0 0%;
    width: 23px;
    transform: rotate(1deg);
  }
  .plan-dm__hero-inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .plan-dm__price {
    order: 2;
    margin-top: 0;
    min-height: 0;
    padding: 24px 20px;
    border-radius: 18px;
  }
  .plan-dm__price-label {
    min-height: 44px;
    font-size: 17px;
    margin-bottom: 18px;
  }
  .plan-dm__price-num {
    font-size: clamp(52px, 16vw, 70px);
  }
  .plan-dm__price-unit {
    font-size: 18px;
  }
  .plan-dm__price-cta {
    min-height: 56px;
    font-size: 17px;
  }
  .plan-dm__title {
    order: 1;
    position: relative;
    z-index: 1;
  }
  .plan-dm__title h2 {
    font-size: clamp(30px, 10vw, 68px);
    color: #061b40;
  }
  .plan-dm__title p {
    font-size: 16px;
    color: #4a5870;
  }
  .plan-dm__person img {
    width: min(62vw, 250px);
  }
  .plan-dm__panel {
    margin-top: -38px;
    padding: 12px 14px 18px;
    border-radius: 18px;
  }
  .plan-dm__panel-tag {
    margin-bottom: 10px;
    padding-inline: 16px;
    font-size: clamp(20px, 6.2vw, 28px);
    line-height: 1.25;
  }
  .plan-dm-marketing .plan-dm__panel-tag {
    gap: 16px;
    padding-inline: 18px;
  }
  .marketing-tag__head {
    grid-template-columns: 1fr;
    gap: 8px;
    justify-items: center;
  }
  .marketing-tag__rocket {
    width: 58px;
  }
  .marketing-tag__head h2 {
    text-align: center;
  }
  .marketing-tag__seo {
    font-size: clamp(32px, 8vw, 48px);
  }
  .marketing-tag__more {
    font-size: clamp(22px, 4.2vw, 40px);
    line-height: 1.12;
  }
  .marketing-tag__items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: min(100%, 360px);
    min-height: 0;
    padding: 12px;
    border-radius: 18px;
  }
  .marketing-tag__items li {
    justify-content: center;
    min-height: 44px;
    padding: 0 12px;
    background: #fff;
    border: 1px solid rgba(0, 87, 191, 0.16);
    border-radius: 12px;
    font-size: 17px;
  }
  .marketing-tag__items li + li {
    border-left: 1px solid rgba(0, 87, 191, 0.16);
  }
  .marketing-tag__items img {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }
  .plan-dm__slogan {
    height: 46px;
    padding: 8px 12px;
    border-radius: 14px;
    font-size: 15px;
    line-height: 1.45;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .plan-dm__slogan::before,
  .plan-dm__slogan::after {
    display: none;
  }
  .plan-dm__item {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 0;
  }
  .plan-dm__icon {
    width: 40px;
    height: 40px;
  }
  .plan-dm__icon svg {
    width: 24px;
    height: 24px;
  }
  .plan-dm__item h3 {
    font-size: 17px;
  }
  .plan-dm__item p {
    font-size: 13.5px;
  }
  .plan-dm__offer {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .plan-dm__award {
    width: 112px;
  }
  .plan-dm__services {
    margin-top: 16px;
    border-radius: 16px;
  }
  .plan-dm__contact {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .plan-dm__contact a {
    min-height: 46px;
    font-size: 16px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .captcha-box {
    grid-template-columns: 1fr;
  }
  .why-cards {
    grid-template-columns: 1fr;
  }
  .sec-head h2 {
    display: block;
    width: 100%;
    max-width: 100%;
    padding-inline: 12px;
    padding: 20px 0 0;
    font-size: clamp(20px, 3.5vw, 40px);
  }
  .btn--lg {
    max-width: 100%;
    padding-inline: 20px;
  }
  .hero__copy {
    width: 100%;
    max-width: 100vw;
    overflow: visible;
  }
  .why-performance {
    overflow: hidden;
  }
  .why-performance__hero {
    overflow: hidden;
  }
  .why-performance__hero::after {
    left: -18px;
    right: -18px;
    background:
      url("../images/generated/sec-white_img1.webp") right top 136px / auto 35%
        no-repeat,
      radial-gradient(
          circle at 46% 59%,
          rgba(245, 166, 35, 0.2),
          transparent 1.5px
        )
        0 0 / 18px 18px,
      radial-gradient(
          circle at 88% 72%,
          rgba(29, 137, 214, 0.44),
          transparent 1.6px
        )
        0 0 / 16px 16px,
      linear-gradient(122deg, #031329 0%, #06244b 50%, #071a35 100%);
  }
  .why-performance__copy {
    padding: 60px 0 54px;
  }
  .why-performance__eyebrow {
    min-width: 0;
    width: 100%;
    justify-content: center;
    font-size: 16px;
    padding-inline: 18px;
  }
  .why-performance__copy h2 {
    font-size: 32px;
    transform: none;
    letter-spacing: 0;
  }
  .why-performance__copy h2::before {
    left: auto;
    right: 0;
    top: 58%;
    width: 42vw;
    height: 28vw;
    opacity: 0.45;
    transform: translateY(-50%);
  }
  .why-performance__copy h2 span:first-child {
    white-space: normal;
  }
  .why-performance__copy p:not(.why-performance__actions) {
    font-size: 18px;
    white-space: normal;
  }
  #why .why-performance__actions .btn {
    min-width: 0;
    width: 100%;
    padding-inline: 22px 14px;
    font-size: 18px;
  }
  #why .why-performance__actions .btn::before {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
  }
  #why .why-performance__actions .btn::after {
    right: 14px;
    width: 38px;
    height: 38px;
    font-size: 27px;
  }
  .why-performance__actions .btn,
  .why-promise .btn {
    width: 100%;
  }
  .why-flow-title {
    gap: 18px;
  }
  .why-flow-title h3 {
    font-size: 24px;
    min-height: 48px;
    padding: 0 34px;
    background-size: 100% 100%;
    letter-spacing: 0.06em;
  }
  .why-flow-cards {
    grid-template-columns: 1fr;
  }
  .why-flow-card {
    min-height: 0;
    padding: 24px 22px 58px;
  }
  .why-flow-card__head {
    gap: 22px;
    margin-bottom: 20px;
  }
  .why-flow-card__head img {
    width: 68px;
    height: 68px;
  }
  .why-flow-card__head span {
    font-size: 46px;
  }
  .why-flow-card h4 {
    font-size: 19px;
  }
  .why-promise {
    border-radius: 18px;
    padding-inline: 18px;
    background:
      url("../images/generated/sec-white_img2.webp") left bottom / 60% auto
        no-repeat,
      #051a35;
  }
  .why-promise h3 {
    max-width: 100%;
    box-sizing: border-box;
    min-height: 76px;
    padding: 0 12px;
    background-size: 100% 100%;
    font-size: clamp(27px, 7.4vw, 34px);
  }
  .why-promise p {
    font-size: 19px;
  }
  .hero-contact {
    grid-template-columns: 1fr;
  }
  .hero-contact li:nth-child(3) {
    grid-column: auto;
  }
  .hero-contact a {
    font-size: 18px;
  }
  .hero__title {
    width: 100%;
    max-width: 100%;
    font-size: clamp(34px, 9vw, 40px);
    text-wrap: auto;
  }
  .hero__title-line,
  .hero__title-accent,
  .hero__title .t-gold {
    width: auto;
    max-width: 100%;
    white-space: normal;
  }
  .hero__title-accent {
    display: block;
  }
  .hero__title .t-gold {
    font-size: 0.95em;
  }
  .hero__title-arrow {
    display: none;
  }
  .hero__lead,
  .hero__lead p,
  .hero__lead-title {
    width: 100%;
    max-width: 100vw;
    overflow-wrap: anywhere;
    word-break: break-all;
    white-space: normal;
  }
  .hero__lead-title {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 1.45;
    white-space: normal;
  }
  .hero__formula,
  .hero__promise {
    width: 100%;
    max-width: calc(100vw - 128px);
    font-size: 20px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-all;
  }
  .hero__lead {
    font-size: 15.5px;
  }
  .hero-woman {
    width: 190px;
    left: -62px;
    bottom: 8px;
    opacity: 0.18;
  }
  .hero__grid::after {
    display: none;
  }
  .medallion {
    display: none;
  }
  .sec-cta {
    flex-direction: column;
    align-items: stretch;
  }
  .mobile-cta {
    display: flex;
  }
  .mobile-br {
    display: block;
  }
  .mobile-cta__btn {
    font-size: 12px;
    line-height: 1.2;
    white-space: normal;
    text-align: center;
  }
  .floating-rail {
    display: none;
  }
  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .form-card {
    padding: 22px;
  }
  .promo-flash {
    display: flex;
    width: 100%;
    max-width: 100vw;
    padding: 10px 14px;
    overflow: hidden;
  }
  .promo-flash::before,
  .promo-flash::after {
    display: none;
  }
  .promo-flash__main {
    font-size: 27px;
  }
  .promo-flash__sub {
    font-size: 12.5px;
    text-align: center;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-all;
    white-space: normal;
  }
  .tag-list {
    grid-template-columns: 1fr;
  }
  .tag,
  .tag:nth-child(2n),
  .tag:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 214, 117, 0.36);
  }
  .tag:last-child {
    border-bottom: 0;
  }
  #process {
    padding: 58px 0 72px;
  }
  #process .container {
    padding-inline: 16px;
  }
  #process .eyebrow {
    min-width: 0;
    width: min(100%, 300px);
    padding-inline: 20px;
    font-size: 15px;
    letter-spacing: 0.08em;
  }
  #process .sec-head {
    margin-bottom: 28px;
  }
  #process .sec-head h2 {
    padding-inline: 0;
    font-size: clamp(32px, 8.5vw, 42px);
    line-height: 1.12;
  }
  #process .sec-head h2::before {
    bottom: -24px;
    width: min(320px, 78vw);
  }
  #process .sec-head h2::after {
    bottom: -33px;
    width: 16px;
    height: 16px;
  }
  #process .sec-head__intro {
    margin-top: 34px;
    font-size: 16px;
  }
  .step-list {
    gap: 14px;
  }
  .step {
    min-height: 300px;
    padding: 16px 13px 48px;
    border-radius: 14px;
  }
  .step::after {
    height: 54px;
  }
  .step__no {
    width: 54px;
    height: 54px;
    margin-bottom: 12px;
    font-size: 25px;
  }
  .step .icon-badge {
    width: 62px;
    height: 62px;
    margin-bottom: 18px;
  }
  .step .icon-badge svg {
    width: 31px;
    height: 31px;
  }
  .step__body h3 {
    min-height: 0;
    font-size: 16px;
  }
  .step__body p {
    font-size: 13px;
    line-height: 1.65;
  }
  .data-table,
  .data-table thead,
  .data-table tbody,
  .data-table tr,
  .data-table th,
  .data-table td {
    display: block;
  }
  .data-table {
    border: none;
    box-shadow: none;
    background: transparent;
  }
  .pricing-table-wrap {
    box-shadow: none;
    overflow: visible;
  }
  .pricing-table-wrap::before {
    display: none;
  }
  .data-table thead {
    display: none;
  }
  .data-table tr {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: var(--r-card);
    margin-bottom: 14px;
    padding: 6px 5px;
    box-shadow: var(--sh-card);
  }
  .rate-table tr.is-highlight {
    border-color: var(--gold-500);
  }
  .data-table td,
  .data-table th[scope="row"] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 11px 0;
    border-bottom: 1px solid var(--border-light);
    text-align: right;
  }
  .data-table tr td:last-child {
    border-bottom: none;
  }
  .data-table th[scope="row"] {
    background: transparent;
    border-bottom: 2px solid var(--border-light);
  }
  .data-table td::before,
  .data-table th[scope="row"]::before {
    content: attr(data-label);
    flex: none;
    font-weight: 700;
    color: var(--text-soft);
    text-align: left;
    font-size: 14px;
  }
  .rate-table tbody td {
    font-size: 16px;
    padding: 11px 0;
    background: transparent;
  }
  .rate-table tbody tr.is-highlight td {
    background: transparent;
    color: var(--text-strong);
    font-size: 16px;
  }
  .rate-table tbody tr.is-highlight td:first-child {
    font-size: 16px;
  }
  .rate-table tbody tr.is-highlight .num {
    color: var(--gold-700);
    font-size: 18px;
  }
  .rate-table__caption {
    border-radius: var(--r-card);
    margin-top: 10px;
    font-size: 14px;
  }
  .compare-table td.is-highlight {
    background: transparent;
    padding-right: 0;
  }
  .win-stamp {
    position: static;
    flex: none;
    transform: rotate(-10deg);
    width: 42px;
    height: 42px;
    margin-left: 8px;
  }
  .win-stamp text {
    font-size: 30px;
  }
}
@media (max-width: 520px) {
  .step-list {
    grid-template-columns: 1fr;
    max-width: 340px;
  }
  .step {
    min-height: 0;
  }
  .form-note__qr {
    align-items: flex-start;
    flex-direction: column;
  }
  .media-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 680px) {
  #pricing .pricing-top {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  #pricing .pricing-visual {
    order: 2;
  }
  #pricing .pricing-visual img {
    width: min(78vw, 300px);
  }
  #pricing .sec-head {
    order: 1;
  }
  #pricing .sec-head h2 {
    font-size: clamp(31px, 8.2vw, 42px);
  }
  #pricing .sec-head__intro {
    font-size: 16px;
  }
  #pricing .pricing-table-wrap {
    overflow-x: hidden;
  }
  #pricing .data-table {
    display: table;
    width: 100%;
    min-width: 0;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
  }
  #pricing .data-table thead {
    display: table-header-group;
  }
  #pricing .data-table tbody {
    display: table-row-group;
  }
  #pricing .data-table tr {
    display: table-row;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  #pricing .data-table th,
  #pricing .data-table td {
    display: table-cell;
  }
  .data-table td,
  .data-table th[scope="row"] {
    gap: 5px;
  }
  #pricing .rate-table thead th {
    font-size: 13px;
    line-height: 1.35;
    padding: 12px 8px;
    word-break: keep-all;
  }
  #pricing .rate-table tbody td {
    font-size: 14px;
    line-height: 1.35;
    padding: 12px 8px;
    word-break: keep-all;
  }
  #pricing .rate-table tbody tr:not(.is-highlight) td {
    padding: 8px 6px;
    font-size: 13px;
  }
  #pricing .rate-table tbody .num {
    font-size: 17px;
    text-align: center;
  }
  #pricing .rate-table tbody tr:not(.is-highlight) .num {
    color: #061b40;
    font-size: 14px;
  }
  #pricing .rate-table tbody tr.is-highlight td {
    font-size: 18px;
    padding: 13px 6px;
  }
  #pricing .rate-table tbody tr.is-highlight td:nth-child(2) {
    background-size: 125px auto;
    background-position: center calc(50% + 22px);
    font-size: 22px;
    padding-inline: 6px;
  }
  #pricing .rate-table tbody tr.is-highlight .num {
    font-size: 24px;
    padding-inline: 6px;
  }
  #pricing .rate-table__caption {
    font-size: 17px;
    line-height: 1.55;
    font-weight: 900;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
  .sec::before {
    transform: none;
  }
  .sec--hero {
    clip-path: none;
  }
}

/* ---------- 23. 天空藍主題覆蓋 ---------- */
.site-header {
  background: rgba(2, 132, 199, 0.88);
  border-bottom-color: rgba(224, 242, 254, 0.36);
}

.site-nav__list a:hover,
.header-hotline:hover {
  background: rgba(224, 242, 254, 0.18);
}

.sec--hero {
  background:
    linear-gradient(rgba(2, 132, 199, 0.76), rgba(14, 165, 233, 0.82)),
    radial-gradient(1100px 520px at 86% -12%, rgba(255, 232, 150, 0.26), transparent 60%),
    radial-gradient(900px 560px at -6% 24%, rgba(186, 230, 253, 0.58), transparent 62%),
    url("../images/6994.webp") center 42% / cover no-repeat,
    linear-gradient(165deg, #0c4a6e 0%, #0284c7 58%, #38bdf8 100%);
}

.sec--ink::before {
  background:
    radial-gradient(680px 380px at 84% 6%, rgba(255, 232, 150, 0.24), transparent 62%),
    radial-gradient(620px 420px at 6% 96%, rgba(186, 230, 253, 0.7), transparent 64%),
    linear-gradient(180deg, #0ea5e9, #38bdf8);
}

.card--dark,
.compare-table th,
.pricing-table th,
.pricing-table tfoot td,
.plan-dm__panel,
.promo-price,
.brand-info__block,
.video-modal__panel {
  background:
    linear-gradient(150deg, rgba(2, 132, 199, 0.92), rgba(14, 165, 233, 0.86)),
    url("../images/bg_bluelightline.webp") center/cover no-repeat;
}

.plan-dm .plan-dm__panel {
  background: linear-gradient(180deg, #fff, #f7f9fb);
}

.icon-badge,
.hero-contact li,
.mobile-cta__btn--phone,
.fab-top,
.note-marker,
.pricing-mini__badge,
.pricing-table .is-highlight,
.process-step__no {
  background: linear-gradient(180deg, #0068d2 0%, #0055b5 52%, #0048a8 100%);
}

.site-footer,
.mobile-cta,
.rail-nav {
  background: linear-gradient(180deg, rgba(0, 104, 210, 0.98), rgba(0, 91, 190, 0.96));
}

.rail-line::after,
.rail-nav a::after,
.fab-top::after {
  background: linear-gradient(150deg, rgba(0, 104, 210, 0.98), rgba(0, 91, 190, 0.96));
}

.rail-nav a {
  color: #075985;
}

/* ---------- 24. About 20-year milestones ---------- */
.about-milestones {
  position: relative;
  overflow: hidden;
  margin-top: clamp(48px, 7vw, 84px);
  padding: clamp(52px, 7vw, 86px) clamp(18px, 4vw, 42px);
  border-radius: var(--r-card);
  background:
    radial-gradient(900px 500px at 10% 0%, rgba(0, 104, 210, 0.1), transparent 60%),
    radial-gradient(700px 400px at 90% 100%, rgba(255, 200, 73, 0.14), transparent 60%),
    url("../images/marble-bg.webp") center / cover no-repeat,
    #f8fbfd;
  border: 1px solid rgba(173, 220, 255, 0.72);
  box-shadow: 0 28px 70px -42px rgba(0, 74, 160, 0.45);
  color: var(--text);
}

.about-milestones__inner {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
}

.about-milestones .section-deco {
  position: absolute;
  width: clamp(150px, 22vw, 240px);
  height: auto;
  pointer-events: none;
  opacity: 0.72;
}

.about-milestones .section-deco--top-left {
  top: -2px;
  left: -2px;
}

.about-milestones .section-deco--bottom-right {
  right: -18px;
  bottom: -18px;
}

.about-milestones .section-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.about-milestones .eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding: 6px 14px;
  color: #0057bf;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 210, 91, 0.52);
  border-radius: var(--r-pill);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.about-milestones h2,
.sec--ink .about-milestones h2 {
  color: #0057bf;
}

.about-milestones .section-head p {
  color: #64748b;
  margin: 14px 0 0;
}

.about-milestones .timeline {
  list-style: none;
  margin: clamp(42px, 6vw, 58px) 0 0;
  padding: 0;
  position: relative;
}

.about-milestones .timeline::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 28px;
  width: 3px;
  background: linear-gradient(180deg, #0068d2 0%, #0055b5 58%, #ffc849 100%);
  border-radius: 2px;
  opacity: 0.42;
}

.about-milestones .timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  grid-template-areas:
    "year card"
    ". media";
  column-gap: 24px;
  row-gap: 14px;
  padding: 0 0 40px;
  align-items: start;
}

.about-milestones .timeline__year {
  grid-area: year;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0068d2, #0055b5);
  color: #fff;
  font-size: 13.5px;
  font-weight: 900;
  letter-spacing: 0.01em;
  box-shadow:
    0 0 0 4px #fff,
    0 0 0 5px rgba(0, 104, 210, 0.18),
    0 10px 24px -8px rgba(0, 74, 160, 0.42);
  position: relative;
  z-index: 1;
}

.about-milestones .timeline__node {
  display: none;
}

.about-milestones .timeline__card {
  grid-area: card;
  position: relative;
  padding: 24px 24px 22px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow:
    0 4px 6px -1px rgba(15, 23, 42, 0.04),
    0 14px 28px -16px rgba(15, 23, 42, 0.12);
  transition:
    transform 0.25s var(--ease),
    box-shadow 0.25s var(--ease);
}

.about-milestones .timeline__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 4px;
  height: 32px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, #ffc849, #ff9900);
}

.about-milestones .timeline__card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 8px 16px -4px rgba(15, 23, 42, 0.08),
    0 24px 48px -16px rgba(14, 165, 233, 0.25);
}

.about-milestones .timeline__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  margin-bottom: 12px;
  color: #0057bf;
  background: rgba(255, 248, 221, 0.9);
  border: 1px solid rgba(255, 210, 91, 0.62);
  border-radius: var(--r-pill);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.about-milestones .timeline__card h3,
.sec--ink .about-milestones .timeline__card h3 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.45;
}

.about-milestones .timeline__card p {
  margin: 0;
  color: #334155;
  font-size: 14.5px;
  line-height: 1.7;
}

.about-milestones .timeline__media {
  grid-area: media;
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 12px;
  border: 1px solid rgba(173, 220, 255, 0.72);
  background: #eef7ff;
  box-shadow:
    0 4px 8px -4px rgba(15, 23, 42, 0.1),
    0 18px 34px -24px rgba(0, 74, 160, 0.36);
}

.about-milestones .timeline__media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
}

.about-milestones .timeline__item--current .timeline__year {
  background: linear-gradient(135deg, #0068d2, #0048a8);
  animation: timeline-pulse 2.6s var(--ease) infinite;
}

.about-milestones .timeline__item--current .timeline__card {
  background: linear-gradient(180deg, #fff 0%, #f5fbff 100%);
  border-color: rgba(173, 220, 255, 0.72);
  box-shadow:
    0 8px 16px -4px rgba(0, 104, 210, 0.12),
    0 24px 48px -16px rgba(0, 74, 160, 0.24);
}

.about-milestones .timeline__item--current .timeline__tag {
  background: #0055b5;
  color: #fff;
  border-color: #0055b5;
}

.about-milestones .timeline__item:last-child {
  padding-bottom: 0;
}

.about-milestones .milestones__cta {
  margin-top: 40px;
  text-align: center;
}

.about-milestones .milestones__cta .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

@keyframes timeline-pulse {
  0%,
  100% {
    box-shadow:
      0 0 0 6px #fff,
      0 0 0 7px rgba(14, 165, 233, 0.25),
      0 14px 32px -8px rgba(14, 165, 233, 0.55);
  }
  50% {
    box-shadow:
      0 0 0 6px #fff,
      0 0 0 9px rgba(14, 165, 233, 0.45),
      0 16px 38px -6px rgba(14, 165, 233, 0.75);
  }
}

@media (min-width: 920px) {
  .about-milestones .timeline::before {
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.55;
  }

  .about-milestones .timeline__item {
    grid-template-columns: 1fr 120px 1fr;
    grid-template-areas: "left year right";
    column-gap: 32px;
    padding-bottom: 48px;
    align-items: center;
  }

  .about-milestones .timeline__year {
    width: 88px;
    height: 88px;
    margin: 0 auto;
    font-size: 18px;
    box-shadow:
      0 0 0 6px #fff,
      0 0 0 7px rgba(14, 165, 233, 0.2),
      0 14px 32px -8px rgba(14, 165, 233, 0.55);
  }

  .about-milestones .timeline__item:nth-child(even) .timeline__card {
    grid-area: left;
    justify-self: end;
    text-align: right;
  }

  .about-milestones .timeline__item:nth-child(even) .timeline__media {
    grid-area: right;
  }

  .about-milestones .timeline__item:nth-child(odd) .timeline__card {
    grid-area: right;
  }

  .about-milestones .timeline__item:nth-child(odd) .timeline__media {
    grid-area: left;
  }

  .about-milestones .timeline__card {
    max-width: 420px;
  }

  .about-milestones .timeline__media {
    width: min(100%, 420px);
    justify-self: stretch;
  }

  .about-milestones .timeline__item:nth-child(odd) .timeline__media {
    justify-self: end;
  }

  .about-milestones .timeline__item:nth-child(even) .timeline__media {
    justify-self: start;
  }

  .about-milestones .timeline__item:nth-child(even) .timeline__card::before {
    left: auto;
    right: 0;
    border-radius: 4px 0 0 4px;
  }
}

@media (max-width: 640px) {
  .about-milestones {
    padding: 42px 16px;
  }

  .about-milestones .timeline__item {
    column-gap: 18px;
  }
}

/* ---------- 25. Reference hero/header theme ---------- */
.site-header {
  background: linear-gradient(180deg, rgba(0, 104, 210, 0.98), rgba(0, 91, 190, 0.96));
  border-bottom: 1px solid rgba(126, 202, 255, 0.28);
  box-shadow: 0 10px 30px -22px rgba(0, 36, 90, 0.75);
}

.site-header__inner.container {
  max-width: 1220px;
  padding: 0 18px;
  gap: 18px;
}

.brand__mark {
  width: 38px;
  height: 38px;
}

.brand__name {
  font-size: 18px;
}

.brand__name small {
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0;
}

.site-nav__list {
  gap: 8px;
}

.site-nav__list a {
  color: rgba(255, 255, 255, 0.94);
  font-size: 15px;
  font-weight: 800;
  padding: 9px 10px;
}

.site-nav__list a:hover {
  color: #ffe08b;
  background: rgba(255, 255, 255, 0.12);
}

.header-hotline,
.site-header__cta .btn--phone {
  background: rgba(0, 91, 190, 0.72);
  border-color: rgba(173, 220, 255, 0.45);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.site-header__cta .btn--primary {
  color: #064084;
  border-color: rgba(255, 225, 128, 0.8);
}

.sec--hero {
  min-height: calc(100vh - var(--header-h));
  padding: clamp(24px, 3.2vw, 34px) 0 clamp(58px, 6vw, 76px);
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 255, 255, 0.58) 0 1px, transparent 44px),
    linear-gradient(90deg, rgba(0, 109, 218, 0.94), rgba(0, 158, 222, 0.78)),
    radial-gradient(760px 420px at 50% 8%, rgba(255, 255, 255, 0.28), transparent 62%),
    url("../images/6994.webp") center 42% / cover no-repeat,
    linear-gradient(135deg, #0067d1 0%, #009ee6 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 54px), 0 100%);
  color: #fff;
}

.sec--hero::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px;
  height: 90px;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(174deg, transparent 0 45%, #fff 46% 100%);
}

.hero-mesh {
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: none;
  -webkit-mask-image: none;
}

.hero-lightline {
  opacity: 0.3;
  mix-blend-mode: screen;
}

.hero__grid {
  max-width: 1240px;
  grid-template-columns: minmax(0, 1.08fr) minmax(480px, 0.92fr);
  gap: clamp(24px, 3.2vw, 42px);
  align-items: start;
}

.hero__grid::after {
  display: none;
}

.hero__copy {
  position: relative;
  z-index: 3;
  padding-top: clamp(4px, 1vw, 10px);
  padding-left: clamp(0px, 2vw, 18px);
}

.sec--hero .eyebrow {
  color: #ffe08b;
  background: rgba(0, 76, 170, 0.68);
  border-color: rgba(255, 224, 139, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.hero__title {
  max-width: 760px;
  margin: 8px 0 8px;
  color: #fff;
  font-size: clamp(36px, 3.75vw, 50px);
  line-height: 1.14;
  letter-spacing: 0;
  text-shadow: 0 3px 18px rgba(0, 45, 120, 0.22);
}

.hero__title-line,
.hero__title-accent {
  display: block;
  width: auto;
  white-space: normal;
}

.hero__title .t-gold {
  display: inline;
  color: #ffda4d;
  text-shadow: 0 2px 0 rgba(0, 74, 160, 0.45);
}

.hero__title .t-gold::after {
  display: none;
}

.hero__lead {
  max-width: 650px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 15px;
  line-height: 1.6;
  text-shadow: 0 1px 12px rgba(0, 62, 140, 0.22);
}

.hero__lead-title {
  display: inline-flex;
  margin: 0 0 10px;
  padding: 5px 17px;
  color: #fff;
  background: linear-gradient(180deg, #075cd4, #0048b4);
  border-radius: 999px;
  border: 1px solid rgba(205, 232, 255, 0.42);
  box-shadow: 0 10px 22px -16px rgba(0, 38, 110, 0.8);
  font-size: clamp(18px, 1.8vw, 23px);
  letter-spacing: 0.05em;
}

.hero__lead p {
  margin-bottom: 0;
}

.hero__lead strong {
  color: #fff;
}

.hero-flow-site {
  display: grid;
  justify-items: center;
  gap: 7px;
  width: min(650px, 100%);
  margin: 14px 0 2px;
  color: #fff;
  text-align: center;
}

.hero-flow-site__icon {
  display: grid;
  grid-template-rows: auto auto;
  place-items: center;
  width: 86px;
  height: 86px;
  padding: 12px 10px 10px;
  border-radius: 50%;
  color: #0a2a5b;
  background:
    linear-gradient(150deg, #ffec9a 0%, #f7bd2f 58%, #d58a12 100%);
  border: 4px solid rgba(255, 255, 255, 0.86);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.72),
    0 16px 30px -16px rgba(0, 36, 100, 0.85);
}

.hero-flow-site__symbol {
  width: 35px;
  height: 32px;
  color: #0064ce;
  stroke-width: 2.1;
}

.hero-flow-site__icon b {
  color: #0064ce;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  transform: translateY(3px);
}

.hero-flow-site strong {
  color: #ffef8a;
  font-size: 15px;
  line-height: 1.25;
  text-shadow: 0 2px 10px rgba(0, 54, 130, 0.45);
}

#top .hero-flow-site {
  position: relative;
  z-index: 2;
  width: min(650px, 100%);
  margin: 15px 0 -17px;
  gap: 0;
}

#top .hero-flow-site__icon {
  display: none;
}

#top .hero-flow-site__symbol {
  display: none;
}

#top .hero-flow-site strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 32px;
  padding: 4px 28px 6px;
  color: #061b40;
  background: linear-gradient(180deg, #ffd257 0%, #ffb11a 100%);
  border: 1px solid rgba(255, 231, 138, 0.95);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 5px 12px -8px rgba(0, 34, 100, 0.55);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-shadow: none;
  transform: none;
}

#top .hero-flow {
  position: relative;
  width: min(650px, 100%);
  max-width: 650px;
  margin: 0 0 10px;
  padding: 22px 28px 15px;
  gap: clamp(18px, 2.3vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 12px;
}

#top .hero-flow li {
  gap: 10px;
}

#top .hero-flow li:not(:last-child)::after {
  top: 30px;
  right: calc(clamp(18px, 2.3vw, 30px) * -0.72);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(0, 45, 118, 0.4);
}

#top .hero-flow__icon {
  order: 1;
  width: 72px;
  height: 72px;
  padding: 14px;
  color: #0057bf;
  background: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 12px 18px -12px rgba(0, 30, 90, 0.72);
}

#top .hero-flow__icon img {
  width: 43px;
  height: 43px;
  object-fit: contain;
}

#top .hero-flow strong {
  order: 2;
  min-width: 72px;
  margin-top: 2px;
  padding: 2px 16px 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  background: linear-gradient(180deg, #126fe0 0%, #0048b7 100%);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

#top .hero-flow small {
  order: 3;
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.35;
  text-shadow: 0 1px 6px rgba(0, 45, 118, 0.36);
}

.hero-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: clamp(12px, 1.5vw, 18px);
  max-width: 650px;
  margin: 12px 0 8px;
  list-style: none;
  counter-reset: hero-flow;
}

.hero-flow li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 6px;
  color: #fff;
  text-align: center;
}

.hero-flow li:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 31px;
  right: -15px;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  text-shadow: 0 2px 10px rgba(0, 54, 130, 0.42);
}

.hero-flow__icon {
  display: grid;
  grid-template-rows: auto auto;
  place-items: center;
  width: 74px;
  height: 74px;
  padding: 10px;
  border-radius: 50%;
  color: #0064ce;
  background: #fff;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.9),
    0 12px 24px -14px rgba(0, 36, 100, 0.76);
}

.hero-flow__icon img {
  width: 34px;
  height: 32px;
  object-fit: contain;
}

.hero-flow strong {
  color: #0064ce;
  font-size: 13px;
  line-height: 1.2;
}

.hero-flow small {
  color: rgba(255, 255, 255, 0.86);
  font-size: 11.5px;
  font-weight: 800;
  line-height: 1.35;
}

.hero__formula {
  max-width: 650px;
  margin: 6px 0;
  color: #ffdc3e;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 900;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 61, 145, 0.35);
}

.promo-flash {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(650px, 100%);
  margin: 0 0 12px;
  padding: 7px 100px 8px 10px;
  border-radius: 14px;
  background: linear-gradient(180deg, #ff4a2f 0%, #d71916 54%, #9d0808 100%);
  border: 2px solid rgba(255, 232, 151, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    0 12px 26px -16px rgba(83, 0, 0, 0.75);
}

.promo-flash::before,
.promo-flash::after {
  display: none;
}

.promo-flash__main {
  font-size: clamp(20px, 1.85vw, 26px);
  letter-spacing: 0;
  text-shadow: 0 2px 0 rgba(84, 0, 0, 0.55);
}

.promo-gold-text {
  color: #ffeb55;
  font-size: 1.28em;
  font-weight: 900;
}

.promo-flash__sub {
  margin: 2px 0 0;
  color: #fff8c5;
  font-size: 13.5px;
  line-height: 1.35;
}

.promo-flash__badge {
  position: absolute;
  right: 16px;
  top: 50%;
  width: 86px;
  height: auto;
  translate: 0 -50%;
  transform-origin: center;
  animation:
    heroIn 0.7s var(--ease) 0.5s both,
    medallionSway 5.6s ease-in-out 1.2s infinite;
  object-fit: contain;
}

.hero__cta-note {
  max-width: 650px;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13.5px;
  text-align: center;
}

.hero__cta-note strong {
  color: #fff;
}

.hero-contact {
  max-width: 650px;
  margin-top: 10px;
  gap: 12px;
}

.hero-contact li {
  border-radius: 11px;
  padding: 7px 14px;
  background: rgba(0, 98, 205, 0.52);
  border: 1px solid rgba(197, 231, 255, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.hero-contact li::before,
.hero-contact li::after {
  display: none;
}

.hero-contact span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.hero-contact a {
  color: #fff;
  font-size: 17px;
}

.hero-contact li:nth-child(3) a {
  color: #7dff8f;
}

.hero-woman {
  position: absolute;
  left: clamp(-34px, 0vw, 12px);
  bottom: 300px;
  z-index: 2;
  width: clamp(210px, 24vw, 430px);
  height: auto;
  max-height: min(64%, 560px);
  object-fit: contain;
  object-position: left bottom;
  opacity: 0.88;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.42));
  pointer-events: none;
}

.hero__form {
  margin-top: 110px;
  transform: none;
}

.hero__form .form-card {
  position: relative;
  padding: 30px 32px 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 18px;
  box-shadow:
    0 24px 54px -24px rgba(0, 42, 110, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.hero__form .form-card::before,
.hero__form .form-card::after {
  display: none;
}

.hero__form .form-card__title {
  max-width: none;
  padding-right: 150px;
  color: #063f91;
  font-size: clamp(21px, 1.8vw, 26px);
  font-weight: 900;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.hero__form .field {
  gap: 7px;
}

.hero__form .field label {
  color: #064084;
  font-weight: 900;
}

.hero__form input,
.hero__form textarea,
.hero__form select {
  min-height: 44px;
  border-color: #b7d9f5;
  border-radius: 9px;
  background: #fff;
}

.hero__form input::placeholder {
  color: #9db0c0;
}

.hero__form .captcha-box {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
}

.hero__form .captcha-box__question {
  min-height: 44px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #fff5db;
  border: 1px solid #f2c36b;
  color: #b46a00;
  font-weight: 900;
}

.hero__form .btn--block {
  min-height: 54px;
  color: #08458e;
  font-size: 19px;
  font-weight: 900;
  background: linear-gradient(180deg, #ffc849, #ff9900);
  border-color: rgba(255, 210, 91, 0.9);
  box-shadow:
    0 16px 32px -18px rgba(151, 79, 0, 0.8),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.hero__form .form-trust {
  color: #7b8da0;
  text-align: center;
}

.hero-proof {
  position: relative;
  z-index: 3;
  margin: clamp(34px, 4.5vw, 56px) 0 calc(clamp(58px, 6vw, 76px) * -1);
  padding: clamp(42px, 5vw, 58px) 0 clamp(34px, 4vw, 48px);
  color: #064084;
  background:
    radial-gradient(720px 260px at 50% 12%, rgba(14, 165, 233, 0.1), transparent 62%),
    #fff;
  clip-path: none;
}

.hero-proof::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: clamp(-52px, -4vw, -32px);
  height: 7vw;
  z-index: -1;
  pointer-events: none;
  background: url("../images/top/top_bg_2.webp") center bottom/100% auto no-repeat;
}

.hero-proof__inner {
  max-width: 1120px;
  padding: 0 12px 50px;
}

.hero-proof__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 0 24px;
  color: #0057bf;
  font-size: clamp(22px, 2.3vw, 30px);
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.08em;
}

.hero-proof__title::before,
.hero-proof__title::after {
  content: "";
  width: 18px;
  height: 22px;
  flex: none;
  background:
    linear-gradient(40deg, transparent 0 42%, #ffb21c 43% 54%, transparent 55% 100%) left 4px top 2px / 14px 8px no-repeat,
    linear-gradient(24deg, transparent 0 42%, #ffb21c 43% 54%, transparent 55% 100%) left 0 top 10px / 17px 8px no-repeat,
    linear-gradient(12deg, transparent 0 42%, #ffb21c 43% 54%, transparent 55% 100%) left 5px top 17px / 13px 6px no-repeat;
}

.hero-proof__title::after {
  transform: scaleX(-1);
}

.hero-proof__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-proof__list li {
  min-height: 150px;
  padding: 18px 10px 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(211, 230, 246, 0.75);
  box-shadow:
    0 6px 18px -14px rgba(0, 74, 160, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  text-align: center;
}

.hero-proof__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin: 0 auto 10px;
  color: #005aa8;
}

.hero-proof__icon img {
  width: 61px;
  height: 45px;
  object-fit: contain;
}

.hero-proof__list strong {
  display: block;
  color: #0057bf;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  white-space: nowrap;
}

.hero-proof__list p {
  margin: 8px 0 0;
  color: #334155;
  font-size: 13.5px;
  line-height: 1.55;
}

.medallion {
  top: -15px;
  right: -14px;
  width: clamp(142px, 13.2vw, 182px);
  height: auto;
  filter: drop-shadow(0 14px 22px rgba(83, 45, 0, 0.32));
}

@media (max-width: 1180px) {
  .site-header__inner.container {
    max-width: var(--container);
  }

  .site-nav__list a {
    padding-inline: 8px;
    font-size: 14px;
  }

  .hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.86fr);
  }
}

@media (max-width: 900px) {
  .site-nav {
    background: linear-gradient(180deg, #0068d2, #0055b5);
    border-bottom-color: rgba(126, 202, 255, 0.28);
  }

  .sec--hero {
    min-height: 0;
    padding-top: 34px;
    clip-path: none;
  }

  .sec--hero::after {
    display: none;
  }

  .hero__grid {
    grid-template-columns: 1fr;
  }

  .hero__copy {
    padding-left: 0;
  }

  .hero__title {
    max-width: 100%;
    font-size: clamp(24px, 7.4vw, 52px);
  }

  .hero__lead-title {
    display: inline-flex;
    font-size: clamp(18px, 4.8vw, 24px);
  }

  .hero-woman {
    left: auto;
    right: 0;
    bottom: auto;
    top: 280px;
    width: clamp(132px, 34vw, 220px);
    opacity: 0.18;
  }

  .hero__form {
    margin-top: 22px;
  }

  .medallion {
    top: auto;
    right: 12px;
    bottom: calc(50% - 26px);
    width: 118px;
  }

  .hero-proof {
    margin-top: 32px;
    clip-path: none;
  }

  .hero-proof__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-proof__list strong {
    white-space: normal;
  }

  .hero-proof__list li:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .sec--hero {
    padding-bottom: 50px;
  }

  .hero__title {
    text-align: left;
  }

  .promo-flash {
    padding: 40px 10px 8px 10px;
  }

  .promo-flash__badge {
    right: 0;
    top: 0;
    translate: none;
  }

  .hero__form .btn--block {
    white-space: normal;
  }

  .hero-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 24px;
  }

  .hero-flow li:not(:last-child)::after {
    display: none;
  }

  .hero-flow__icon {
    width: 74px;
    height: 74px;
  }

  .hero-flow__icon img {
    width: 32px;
    height: 30px;
  }

  #top .hero-flow-site {
    margin-bottom: -18px;
  }

  #top .hero-flow-site__icon {
    display: none;
  }

  #top .hero-flow-site strong {
    min-width: 148px;
    min-height: 30px;
    padding-inline: 22px;
  }

  #top .hero-flow {
    padding: 24px 18px 16px;
    gap: 15px 20px;
  }

  #top .hero-flow li:not(:last-child)::after {
    display: none;
  }

  #top .hero-flow__icon {
    width: 70px;
    height: 70px;
  }

  #top .hero-flow__icon img {
    width: 38px;
    height: 38px;
  }

  .hero-contact {
    grid-template-columns: 1fr;
  }

  .hero-contact li:nth-child(3) {
    grid-column: auto;
  }

  .hero__form .form-card {
    padding: 24px 18px 20px;
  }

  .hero__form .captcha-box {
    grid-template-columns: 1fr;
  }

  .medallion {
    width: 96px;
    bottom: auto;
    top: calc(100% + 10px);
  }

  .hero-proof {
    margin-left: -24px;
    margin-right: -24px;
    padding-inline: 24px;
  }

  .hero-proof::before {
    display: none;
  }

  .hero-proof__title {
    gap: 10px;
    letter-spacing: 0.04em;
  }

  .hero-proof__list {
    grid-template-columns: 1fr;
  }

  .hero-proof__list li:last-child {
    grid-column: auto;
  }
}

/* ---------- 26. Non-hero theme alignment ---------- */
.sec:not(.sec--hero) {
  color: #334155;
}

.sec:not(.sec--hero) h2,
.sec:not(.sec--hero) h3,
.sec:not(.sec--hero) h4 {
  color: #0057bf;
}

.sec:not(.sec--hero) .eyebrow,
.sec:not(.sec--hero) .section-kicker,
.sec:not(.sec--hero) .timeline__tag {
  color: #0057bf;
  background: rgba(0, 118, 214, 0.08);
  border-color: rgba(0, 118, 214, 0.22);
}

.sec:not(.sec--hero) .btn--primary,
.sec:not(.sec--hero) .btn--gold {
  color: #064084;
  background: linear-gradient(180deg, #ffc849, #ff9900);
  border-color: rgba(255, 210, 91, 0.9);
}

.sec:not(.sec--hero) .plan-dm__cta.btn--primary {
  background: none;
}

.sec:not(.sec--hero) .card,
.sec:not(.sec--hero) .service-card,
.sec:not(.sec--hero) .case-card,
.sec:not(.sec--hero) .pricing-card,
.sec:not(.sec--hero) .faq-item,
.sec:not(.sec--hero) .timeline__card {
  border-color: rgba(173, 220, 255, 0.55);
  box-shadow:
    0 8px 18px -14px rgba(0, 74, 160, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.sec:not(.sec--hero) .icon,
.sec:not(.sec--hero) .card__icon,
.sec:not(.sec--hero) .service-card__icon,
.sec:not(.sec--hero) .feature-card__icon {
  color: #0057bf;
}

#gift {
  color: rgba(255, 255, 255, 0.86);
}

#gift::before {
  background:
    radial-gradient(780px 360px at 78% 10%, rgba(42, 139, 255, 0.32), transparent 66%),
    radial-gradient(620px 300px at 14% 84%, rgba(255, 203, 71, 0.2), transparent 62%),
    linear-gradient(135deg, #031534 0%, #06275a 48%, #021024 100%);
}

#gift::after {
  content: "";
  position: absolute;
  inset: -46px 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(110deg, transparent 0 20%, rgba(255, 255, 255, 0.08) 20.5%, transparent 21.5% 100%),
    repeating-linear-gradient(160deg, rgba(87, 170, 255, 0.12) 0 1px, transparent 1px 34px);
  opacity: 0.52;
  transform: skewY(var(--skew));
  transform-origin: center;
}

#gift .sec-head {
  max-width: 900px;
}

#gift .eyebrow {
  color: #ffe071;
  background: rgba(255, 224, 113, 0.12);
  border-color: rgba(255, 224, 113, 0.42);
  box-shadow: none;
}

#gift .eyebrow::before,
#gift .eyebrow::after {
  background: #ffe071;
}

#gift h2,
#gift .gift-card__body h3 {
  color: #fff;
}

#gift .sec-head h2 {
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.32);
}

#gift .sec-head h2::before {
  content: none;
}

#gift .sec-head__intro {
  color: rgba(255, 255, 255, 0.8);
}

#gift .card-grid {
  position: relative;
  z-index: 2;
}

#gift .gift-card {
  background: rgba(4, 20, 48, 0.78);
  border-color: rgba(129, 202, 255, 0.28);
  box-shadow:
    0 22px 48px -30px rgba(0, 0, 0, 0.86),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

#gift .gift-card__thumb {
  background: #071f45;
}

#gift .gift-card__body {
  background:
    radial-gradient(280px 120px at 18% 0%, rgba(255, 203, 71, 0.13), transparent 68%),
    linear-gradient(180deg, rgba(7, 35, 79, 0.96), rgba(3, 17, 40, 0.98));
}

#gift .gift-card__body::before {
  opacity: 0.18;
  mix-blend-mode: screen;
}

#gift .gift-card__price {
  color: #061b40;
  background: linear-gradient(135deg, #ffe071, #ffae19);
  box-shadow: 0 8px 18px -12px rgba(255, 202, 57, 0.72);
}

#gift .gift-card__body p {
  color: rgba(255, 255, 255, 0.74);
}

.plan-dm-marketing {
  padding: clamp(52px, 6vw, 86px) 0;
}

.plan-dm-marketing .plan-dm__panel {
  margin-top: 0;
}

@media (max-width: 680px) {
  .plan-dm-marketing {
    padding: 0 0 clamp(34px, 8vw, 60px);
  }

  .plan-dm-marketing .plan-dm__panel {
    margin-top: 0;
  }

  #gift {
    color: rgba(255, 255, 255, 0.86);
    padding: clamp(0px, 8vw, 112px) 0;
  }
}

#compare {
  overflow: visible;
  padding: clamp(70px, 8vw, 106px) 0;
  background:
    radial-gradient(760px 340px at 78% 15%, rgba(0, 104, 210, 0.08), transparent 68%),
    linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
}

#compare::before {
  background:
    radial-gradient(760px 340px at 78% 0%, rgba(0, 104, 210, 0.08), transparent 68%),
    linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
}

#compare > .container {
  max-width: 1060px;
}

#compare .sec-head {
  position: relative;
  margin: 0 auto 25px;
  text-align: center;
  max-width: none;
}

#compare .sec-head::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 18px;
  width: clamp(220px, 30vw, 360px);
  height: clamp(170px, 22vw, 260px);
  background: url("../images/top/top_bg_6.webp") right center/contain no-repeat;
  opacity: 0.72;
  pointer-events: none;
}

#compare .eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  margin: 0 auto 26px;
  padding: 12px 34px;
  color: #0057bf;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(122, 183, 232, 0.58);
  border-radius: 999px;
  box-shadow:
    0 12px 30px -24px rgba(0, 74, 160, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

#compare .compare-eyebrow .compare-eyebrow__risk {
  margin-inline: -8px;
  color: #e51f1f !important;
}

#compare .eyebrow::before,
#compare .eyebrow::after {
  content: "★";
  width: auto;
  height: auto;
  color: #d6a12e;
  background: none;
  font-size: 14px;
  line-height: 1;
}

#compare h2 {
  position: relative;
  z-index: 1;
  max-width: none;
  margin: 0 0 15px;
  color: #0057bf;
  font-size: clamp(38px, 5.2vw, 60px);
  font-weight: 900;
  line-height: 1.32;
  letter-spacing: 0.02em;
  text-align: center;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.92);
  text-wrap: revert;
}

#compare h2 span {
  display: block;
}

#compare h2 strong {
  color: #d99a24;
  font-size: 1.08em;
  font-style: italic;
  letter-spacing: 0;
}

#compare .sec-head__intro {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  color: #536b86;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}

#compare .compare-table {
  position: relative;
  z-index: 2;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(169, 211, 232, 0.7);
  border-radius: 18px;
  box-shadow: 0 24px 54px -34px rgba(0, 74, 160, 0.42);
}

#compare .compare-table th,
#compare .compare-table td {
  padding: 22px 34px;
  border: 0;
  border-bottom: 1px solid rgba(188, 218, 240, 0.65);
  color: #173655;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
  vertical-align: middle;
}

#compare .compare-table tbody tr:last-child th,
#compare .compare-table tbody tr:last-child td {
  border-bottom: 0;
}

#compare .compare-table thead th {
  color: #fff;
  background: linear-gradient(180deg, #075fd1 0%, #0047ad 100%);
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}

#compare .compare-table thead th.is-highlight {
  color: #fff;
  background: linear-gradient(180deg, #e3ac31 0%, #d5931d 100%);
}

#compare .compare-table__risk {
  color: #fff7b0;
  font-size: 1.18em;
  text-shadow: 0 2px 7px rgba(99, 61, 0, 0.28);
}

#compare .compare-cta__risk {
  margin-inline: -8px;
  margin-bottom: 4px;
  color: #fff;
  font-size: 1.18em;
  text-shadow: 0 2px 6px rgba(121, 69, 0, 0.32);
}

#compare .compare-table tbody th[scope="row"] {
  background: rgba(255, 255, 255, 0.96);
  border-right: 1px solid rgba(188, 218, 240, 0.65);
  color: #082f57;
  font-size: 20px;
  font-weight: 900;
}

#compare .compare-table td {
  border-right: 1px solid rgba(188, 218, 240, 0.65);
  background: rgba(255, 255, 255, 0.92);
  font-weight: 700;
}

#compare .compare-table td.is-highlight {
  position: relative;
  display: table-cell;
  padding-right: 94px;
  color: #082f57;
  background:
    linear-gradient(90deg, rgba(255, 248, 226, 0.96), rgba(255, 242, 202, 0.88));
  font-weight: 900;
}

.compare-table__icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-right: 18px;
  vertical-align: middle;
  color: #fff;
  background: radial-gradient(circle at 34% 22%, #2e8df6 0%, #0057bf 68%);
  border-radius: 50%;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    0 8px 16px -10px rgba(0, 74, 160, 0.82);
}

.compare-table__icon svg {
  width: 26px;
  height: 26px;
  stroke-width: 2;
}

.compare-table__label {
  display: inline-block;
  max-width: calc(100% - 70px);
  vertical-align: middle;
}

#compare .win-stamp {
  right: 26px;
  width: 58px;
  height: 58px;
  color: #e51f1f;
  filter: drop-shadow(0 4px 6px rgba(217, 31, 31, 0.2));
}

#compare .win-stamp circle {
  fill: rgba(255, 255, 255, 0.8);
  stroke-width: 4.5;
}

#compare .compare__highlight {
  position: relative;
  max-width: 1000px;
  min-height: 150px;
  margin: 34px auto 0;
  padding: 28px 42px 28px 250px;
  color: #fff;
  background:
    radial-gradient(520px 160px at 88% 22%, rgba(101, 194, 255, 0.28), transparent 66%),
    linear-gradient(180deg, #0d78e7 0%, #0057bf 52%, #0046a4 100%);
  border: 1px solid rgba(125, 211, 252, 0.45);
  border-radius: 24px;
  box-shadow:
    0 24px 46px -28px rgba(0, 74, 160, 0.7),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: bold;
  line-height: 1.55;
}

#compare .compare__highlight::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 50%;
  width: 170px;
  height: 126px;
  background: url("../images/top/top_bg_7.webp") center/contain no-repeat;
  transform: translateY(-50%);
}

#compare .compare__num {
  color: #ffe071;
  font-size: 1.16em;
  text-shadow: 0 2px 10px rgba(0, 47, 120, 0.28);
}

#compare .sec-cta {
  display: block;
  margin-top: 26px;
  text-align: center;
}

@media (max-width: 680px) {
  #compare {
    padding: clamp(0px, 8vw, 106px) 0;
  }

  #compare .eyebrow {
    padding: 9px 7px;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.3;
  }

  #compare h2 {
    font-size: clamp(26px, 5.2vw, 60px);
  }

  #compare h2::before {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  #compare h2::after {
    margin-left: auto;
    margin-right: auto;
    background-position: center 12px;
  }

  #compare .compare-table th,
  #compare .compare-table td {
    padding: 15px 5px;
    font-size: 18px;
  }

  #compare .compare-table td.is-highlight {
    padding-right: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    overflow: hidden;
  }

  #compare .compare-table td.is-highlight::before {
    flex: 0 0 auto;
  }

  #compare .compare-table__text {
    flex: 1 1 auto;
    text-align: right;
  }

  #compare .compare-table th[scope="row"] {
    justify-content: flex-start;
  }

  #compare .compare-table th[scope="row"]::before {
    margin-right: 10px;
  }

  .compare-table__icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
    aspect-ratio: 1 / 1;
    flex: 0 0 35px;
    border-radius: 50%;
    margin-right: 0px;
  }

  .compare-table__label {
    margin-left: auto;
    max-width: calc(100% - 120px);
    text-align: right;
    font-size: 18px;
  }

  #compare .win-stamp {
    position: static;
    display: inline-grid;
    place-items: center;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    flex: 0 0 50px;
    margin-left: 6px;
    transform: rotate(-10deg);
  }

  #compare .win-stamp svg {
    display: block;
    width: 50px !important;
    height: 50px !important;
  }

  #compare .compare__highlight {
    position: relative;
    max-width: 1000px;
    min-height: 150px;
    margin: 34px auto;
    padding: 105px 17px 28px 17px;
    color: #fff;
    background:
      radial-gradient(520px 160px at 88% 22%, rgba(101, 194, 255, 0.28), transparent 66%),
      linear-gradient(180deg, #0d78e7 0%, #0057bf 52%, #0046a4 100%);
    border: 1px solid rgba(125, 211, 252, 0.45);
    border-radius: 24px;
    box-shadow:
      0 24px 46px -28px rgba(0, 74, 160, 0.7),
      inset 0 1px 0 rgba(255, 255, 255, 0.26);
    font-size: clamp(16px, 2.6vw, 28px);
    font-weight: bold;
    line-height: 1.55;
  }

  #compare .compare__highlight::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 10px;
    width: 100px;
    height: 100px;
    background: url("../images/top/top_bg_7.webp") center/contain no-repeat;
    transform: translateX(-50%);
  }
}

#faq {
  padding: clamp(0px, 8vw, 20px) 0 clamp(76px, 7vw, 100px);
}

#faq .container--narrow {
  position: relative;
  max-width: 1200px;
}

#faq .container--narrow > * {
  position: relative;
  z-index: 1;
}

#faq .faq-hero {
  min-height: clamp(360px, 38vw, 500px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 800px;
  padding: 0 0 24px;
}

#faq .faq-head {
  margin: 0;
  text-align: left;
}

#faq .faq-head h2 {
  display: block;
  padding: 0;
  color: #061b40;
  font-size: clamp(42px, 5vw, 50px);
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: 0.02em;
  text-wrap: revert;
}

#faq .faq-head h2::before,
#faq .faq-head h2::after {
  display: none;
}

#faq .faq-title-mark {
  position: relative;
  display: inline-block;
}

#faq .faq-title-mark::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0px;
  bottom: 0.00em;
  z-index: -1;
  height: 0.22em;
  background: #ffc849;
  border-radius: 999px;
}

#faq .faq-head .sec-head__intro,
#faq .faq-head__text {
  margin: 24px 0 0;
  color: #061b40;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.82;
  text-align: left;
}

#faq .faq-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 620px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

#faq .faq-proof li {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon text";
  column-gap: 14px;
  align-items: center;
  min-height: 72px;
  padding: 0 22px;
  border-right: 1px solid rgba(0, 74, 160, 0.18);
}

#faq .faq-proof li:first-child {
  padding-left: 0;
}

#faq .faq-proof li:last-child {
  border-right: 0;
}

#faq .faq-proof__icon {
  grid-area: icon;
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.82) center / 30px 30px no-repeat;
  border: 1px solid rgba(137, 195, 236, 0.7);
  border-radius: 50%;
  box-shadow: 0 12px 28px -22px rgba(0, 74, 160, 0.48);
}

#faq .faq-proof__icon--trust {
  background-image: url("../images/top/top_icon_21.png");
}

#faq .faq-proof__icon--seo {
  background-image: url("../images/top/top_icon_22.png");
}

#faq .faq-proof__icon--care {
  background-image: url("../images/top/top_icon_5.png");
}

#faq .faq-proof strong {
  grid-area: title;
  color: #003f93;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

#faq .faq-proof span:last-child {
  grid-area: text;
  color: #061b40;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

#faq .faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 38px;
  margin: 18px auto 0;
  padding: 22px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(210, 225, 240, 0.9);
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  box-shadow: 0 28px 68px -46px rgba(0, 74, 160, 0.42);
}

#faq .faq-item {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(188, 218, 240, 0.8);
  border-radius: 8px;
  box-shadow: none;
  transform: none;
}

#faq .faq-item::before,
#faq .faq-item::after {
  display: none;
}

#faq .faq-item[open] {
  border-color: rgba(0, 87, 191, 0.28);
  box-shadow: 0 16px 38px -30px rgba(0, 74, 160, 0.44);
}

#faq .faq-item__q {
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  min-height: 66px;
  padding: 10px 62px 10px 20px;
  color: #003f93;
  font-size: 20px;
  line-height: 1.35;
}

#faq .faq-item__num {
  width: 44px;
  height: 44px;
  color: #fff;
  background: linear-gradient(180deg, #0068d2 0%, #0055b5 100%);
  border: 0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 10px 24px -18px rgba(0, 74, 160, 0.7);
  font-size: 18px;
}

#faq .faq-item__q::after {
  right: 24px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background:
    linear-gradient(#003f93, #003f93) center/18px 2px no-repeat,
    linear-gradient(#003f93, #003f93) center/2px 18px no-repeat;
}

#faq .faq-item__a {
  padding: 0 28px 20px 28px;
}

#faq .faq-item__a p {
  color: #495571;
  font-size: 15.5px;
  line-height: 1.85;
}

#faq .faq-cta {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 46px);
  align-items: center;
  margin: 0 auto;
  padding: 30px 44px;
  background:
    radial-gradient(480px 180px at 10% 70%, rgba(49, 142, 255, 0.32), transparent 68%),
    linear-gradient(135deg, #061b40 0%, #003f93 62%, #0057bf 100%);
  border-radius: 0 0 14px 14px;
  box-shadow: 0 28px 68px -46px rgba(0, 74, 160, 0.42);
  text-align: left;
}

#faq .faq-cta__badge {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  min-height: 96px;
  color: #ffd86a;
  background: url("../images/top/top_bg_9.webp") center/contain no-repeat;
  border-right: 1px solid rgba(255, 255, 255, 0.34);
}

#faq .faq-cta__badge strong {
  font-size: clamp(58px, 5.5vw, 86px);
  font-weight: 900;
  line-height: 0.9;
}

#faq .faq-cta__badge span {
  color: #ffe071;
  font-size: 24px;
  font-weight: 900;
}

#faq .faq-cta__copy {
  color: #fff;
}

#faq .faq-cta__title {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(24px, 2.7vw, 34px);
  font-weight: 900;
  line-height: 1.38;
}

#faq .faq-cta p:not(.faq-cta__title) {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.75;
}

#faq .faq-cta .btn {
  min-width: 250px;
  min-height: 64px;
  color: #061b40;
  background: linear-gradient(180deg, #ffe39a 0%, #e8ad3f 100%);
  border-color: rgba(255, 236, 183, 0.9);
  border-radius: 999px;
  box-shadow: 0 18px 34px -22px rgba(0, 0, 0, 0.55);
  font-size: 18px;
  font-weight: 900;
}

@media (max-width: 640px) {
  #faq {
    padding-top: 20px;
  }

  #faq::before {
    background:
      url("../images/top/top_bg_8.webp") right top / 100% auto no-repeat,
      linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  }

  #faq .faq-hero {
    min-height: auto;
    padding-top: 0;
  }

  #faq .faq-head h2 {
    font-size: clamp(23px, 6.8vw, 34px);
    line-height: 1.34;
  }

  #faq .faq-proof {
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 32px auto;
  }

  #faq .faq-proof li {
    padding: 0;
    border-right: 0;
  }

  #faq .faq-list {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 22px;
    padding: 16px;
  }

  #faq .faq-cta {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px 18px;
    text-align: center;
  }

  #faq .faq-cta__badge {
    min-height: auto;
    border-right: 0;
  }

  #faq .faq-cta .btn {
    min-width: 0;
    width: 100%;
  }

  .faq-head .sec-head__intro,
  .faq-head__text {
    font-size: 15px;
    line-height: 1.85;
  }
  .faq-item__q {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 10px;
    min-height: 66px;
    padding: 10px 46px 10px 10px;
    color: #003f93;
    font-size: 20px;
    line-height: 1.35;
  }
  .faq-item__num {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }
  .faq-item__q::after {
    right: 15px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background:
      linear-gradient(#003f93, #003f93) center/18px 2px no-repeat,
      linear-gradient(#003f93, #003f93) center/2px 18px no-repeat;
  }
  .faq-item__a {
    padding: 0 18px 22px 62px;
  }
  .faq-item__a p,
  .faq-cta p:not(.faq-cta__title) {
    font-size: 15px;
    line-height: 1.85;
  }
  .faq-cta {
    padding: 24px 18px;
  }
}

.sec--paper::before,
.sec--white::before {
  background:
    radial-gradient(720px 260px at 50% 0%, rgba(0, 158, 230, 0.08), transparent 62%),
    linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
}

.sec--notes::before,
#process::before,
#faq::before {
  background:
    radial-gradient(720px 260px at 50% 0%, rgba(255, 200, 73, 0.14), transparent 62%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

#faq::before {
  background:
    url("../images/top/top_bg_8.webp") right top / 68% auto no-repeat,
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

#why h2,
#why h3,
#why .section-title,
#why .why-title {
  color: #fff;
}

#why .t-gold,
#why .text-gold,
#why h2 strong,
#why h3 strong {
  color: #ffe08b;
}

.rail-nav {
  background: linear-gradient(180deg, #0068d2 0%, #0055b5 100%);
  box-shadow: 0 12px 28px -14px rgba(0, 74, 160, 0.72);
}

.rail-nav a {
  color: #0057bf;
  background: #fff8dd;
  border: 1px solid rgba(255, 210, 91, 0.8);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 8px 18px -12px rgba(0, 74, 160, 0.45);
}

.rail-nav a:hover {
  color: #064084;
  background: #fff1b8;
}

.rail-nav a svg {
  stroke: currentColor;
}

.fab-top {
  color: #ffe08b;
  background: linear-gradient(180deg, #0068d2 0%, #0055b5 48%, #0048a8 100%);
  box-shadow: 0 12px 26px -14px rgba(0, 74, 160, 0.72);
}

#about.sec--ink {
  color: #334155;
}

#about.sec--ink::before {
  background:
    radial-gradient(900px 420px at 16% 4%, rgba(0, 104, 210, 0.14), transparent 62%),
    radial-gradient(760px 360px at 92% 10%, rgba(255, 200, 73, 0.16), transparent 58%),
    linear-gradient(180deg, #ffffff 0%, #f5fbff 48%, #ffffff 100%);
}

#about.sec--ink h1,
#about.sec--ink h2,
#about.sec--ink h3,
#about.sec--ink h4 {
  color: #061b40;
}

#about > .container > .sec-head .eyebrow,
#about .section-kicker {
  color: #0057bf;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  padding: 0;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 0;
}

#about > .container > .sec-head .eyebrow::before {
  width: auto;
  height: auto;
  color: #0057bf;
  background: none;
  border-radius: 0;
  line-height: 1;
}

#about > .container > .sec-head .eyebrow::before {
  content: "➜";
  font-size: 17px;
}

#about > .container > .sec-head .eyebrow::after {
  content: none;
}

#about .stat-row li,
#about .brand-info__block,
#about .about-milestones,
#about .about-milestones .timeline__card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 255, 0.94));
  border-color: rgba(173, 220, 255, 0.72);
  box-shadow: 0 18px 42px -30px rgba(0, 74, 160, 0.34);
}

#about .stat-row strong,
#about .brand-info__block h3,
#about .about-milestones h2,
#about .about-milestones .timeline__card h3 {
  color: #0057bf;
}

#about .stat-row span,
#about .brand-info__block p,
#about .contact-list li,
#about .about-milestones .section-head p,
#about .about-milestones .timeline__card p {
  color: #334155;
}

#about .icon-badge,
#about .about-milestones .timeline__year {
  color: #ffe08b;
  background: linear-gradient(180deg, #0068d2 0%, #0055b5 52%, #0048a8 100%);
  border-color: rgba(255, 210, 91, 0.72);
}

#about .about-milestones .timeline::before {
  background: linear-gradient(180deg, #0068d2 0%, #0055b5 58%, #ffc849 100%);
}

#about .about-milestones .timeline__card::before {
  background: linear-gradient(180deg, #ffc849, #ff9900);
}

#about .about-milestones .timeline__tag {
  color: #0057bf;
  background: #fff8dd;
  border-color: rgba(255, 210, 91, 0.62);
}

#about .about-milestones .timeline__item--current .timeline__tag {
  color: #fff;
  background: #0055b5;
  border-color: #0055b5;
}

#about .btn--primary,
#about .btn--gold {
  color: #064084;
  background: linear-gradient(180deg, #ffc849, #ff9900);
  border-color: rgba(255, 210, 91, 0.9);
}

#about {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 112px) 0;
  background:
    radial-gradient(720px 360px at 10% 8%, rgba(0, 104, 210, 0.12), transparent 62%),
    radial-gradient(680px 360px at 92% 12%, rgba(0, 158, 230, 0.12), transparent 64%),
    linear-gradient(180deg, #ffffff 0%, #f5fbff 54%, #ffffff 100%);
}

#about::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: clamp(360px, 42vw, 620px);
  height: clamp(300px, 36vw, 540px);
  pointer-events: none;
  background: url("../images/top/top_bg_4.webp") right top/contain no-repeat;
  filter: drop-shadow(0 24px 34px rgba(0, 74, 160, 0.18));
}

#about > .container {
  position: relative;
  z-index: 2;
  max-width: 1180px;
}

#about .sec-head {
  max-width: 900px;
  margin: 0 0 34px;
  padding-right: clamp(0px, 4vw, 28px);
  text-align: left;
}

#about .sec-head h2 {
  display: block;
  max-width: 870px;
  padding: 0;
  color: #061b40;
  font-size: clamp(30px, 4.2vw, 55px);
  font-weight: 900;
  line-height: 1.26;
  letter-spacing: 0;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.85);
}

#about .sec-head h2::before {
  content: none;
}

#about .sec-head h2::after {
  display: none;
}

#about .sec-head h2 strong,
#about .sec-head h2 b,
#about .about-title__num {
  color: #0057bf;
  font-size: 1.12em;
  letter-spacing: 0.01em;
}

#about .sec-head p {
  color: #334155;
  font-size: clamp(15px, 1.35vw, 18px);
  font-weight: 700;
  line-height: 1.9;
  margin: 16px 0 0;
}

#about .stat-row {
  max-width: 690px;
  gap: 12px;
  margin-bottom: 34px;
}

#about .stat-row li {
  min-height: 134px;
  border-radius: 14px;
  padding: 20px 14px 18px;
  text-align: center;
}

#about .stat-row li::before {
  display: block;
  position: static;
  width: 34px;
  height: 34px;
  margin: 0 auto 10px;
  opacity: 1;
  background: center/contain no-repeat;
  mix-blend-mode: normal;
}

#about .stat-row li:nth-child(1)::before {
  background-image: url("../images/top/top_icon_21.png");
}

#about .stat-row li:nth-child(2)::before {
  background-image: url("../images/top/top_icon_22.png");
}

#about .stat-row li:nth-child(3)::before {
  background-image: url("../images/top/top_icon_23.png");
}

#about .stat-row li:nth-child(4)::before {
  background-image: url("../images/top/top_icon_24.png");
}

#about .stat-row strong {
  color: #0057bf;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.05;
}

#about .stat-row span {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.55;
}

#about .brand-info {
  align-items: stretch;
  gap: 18px;
  margin: 0 0 42px;
}

#about .brand-info__photo,
#about .brand-info__block {
  border-radius: 16px;
  border-color: rgba(173, 220, 255, 0.72);
}

#about .brand-info__block {
  background: linear-gradient(180deg, #0068d2 0%, #0055b5 100%);
  box-shadow: 0 20px 46px -24px rgba(0, 74, 160, 0.52);
}

#about .brand-info__block::before {
  display: none;
}

#about .brand-info__block h3 {
  color: #fff;
}

#about .brand-info__block h3::before {
  background: #ffc849;
}

#about .brand-info__block--media {
  background:
    radial-gradient(520px 220px at 12% 0%, rgba(255, 255, 255, 0.82), transparent 72%),
    linear-gradient(135deg, #dceeff 0%, #f4fbff 48%, #dbeeff 100%);
  border-color: rgba(195, 224, 247, 0.9);
  border-radius: 16px;
  box-shadow:
    0 18px 42px -30px rgba(0, 74, 160, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

#about .brand-info__block--media h3 {
  color: #0057bf;
}

#about .brand-info__block--media h3::before {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  background: url("../images/top/top_icon_8.png") center/contain no-repeat;
  border-radius: 0;
}

#about .brand-info__block--media .media-logo-grid {
  gap: 14px;
}

#about .brand-info__block--media .media-logo-grid li {
  min-height: 70px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(211, 229, 243, 0.9);
  border-radius: 8px;
  box-shadow: 0 10px 22px -18px rgba(0, 74, 160, 0.42);
}

#about .brand-info__block--media .media-logo-grid img {
  max-height: 50px;
  filter: none;
}

#about .brand-info__block p,
#about .brand-info__legal,
#about .contact-list li {
  color: rgba(255, 255, 255, 0.86);
}

#about .brand-info__legal {
  display: none;
}

#about .brand-info__block--media p {
  color: #334155;
}

#about .brand-info__block--contact {
  padding: 28px 30px 30px;
  background:
    radial-gradient(360px 220px at 10% 0%, rgba(80, 155, 255, 0.38), transparent 72%),
    linear-gradient(145deg, #2e74e8 0%, #0757c8 52%, #0044b6 100%);
  border-color: rgba(118, 181, 255, 0.5);
  border-radius: 16px;
  box-shadow:
    0 22px 46px -24px rgba(0, 74, 160, 0.66),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

#about .brand-info__block--contact h3 {
  margin-bottom: 24px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

#about .brand-info__block--contact h3::before {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  background: url("../images/top/top_icon_phone.png") center/contain no-repeat;
  border-radius: 0;
}

#about .brand-info__block--contact .contact-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

#about .brand-info__block--contact .contact-list li {
  position: relative;
  display: grid;
  grid-template-columns: 34px 64px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 58px;
  margin: 0;
  padding: 12px 0;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
}

#about .brand-info__block--contact .contact-list li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

#about .brand-info__block--contact .contact-list li::before {
  content: "";
  width: 28px;
  height: 28px;
  background: center/contain no-repeat;
}

#about .brand-info__block--contact .contact-list li:nth-child(1)::before {
  background-image: url("../images/top/top_icon_phone2.png");
}

#about .brand-info__block--contact .contact-list li:nth-child(2)::before {
  background-image: url("../images/top/top_icon_phone2.png");
}

#about .brand-info__block--contact .contact-list li:nth-child(3)::before {
  background-image: url("../images/top/top_icon_phone3.png");
}

#about .brand-info__block--contact .contact-list li:nth-child(4)::before {
  background-image: url("../images/top/top_icon_phone4.png");
}

#about .brand-info__block--contact .contact-list__k {
  width: auto;
  color: #ffe071;
  font-weight: 900;
}

#about .brand-info__block--contact .contact-list a,
#about .brand-info__block--contact .contact-list li > span:last-child {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
}

#about .brand-info__block--contact .contact-list a:hover {
  color: #ffe071;
}

#about .brand-info__block--contact .contact-list li:nth-child(-n + 3) a {
  font-size: 20px;
}

#about .brand-info__block:not(.brand-info__block--contact) .contact-list__k,
#about .brand-info__block:not(.brand-info__block--contact) .contact-list li:nth-child(-n + 2) a {
  color: #ffe08b;
}

#about .brand-info__block:not(.brand-info__block--contact) .contact-list li:nth-child(-n + 3) {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

#about .about-milestones {
  margin-top: 38px;
  border-radius: 16px;
  background:
    radial-gradient(720px 360px at 8% 0%, rgba(0, 104, 210, 0.08), transparent 62%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

#about .about-milestones .section-head {
  margin-bottom: 10px;
}

#about .about-milestones .timeline__card {
  border-radius: 14px;
}

#about .about-milestones .timeline__year {
  box-shadow:
    0 0 0 6px #fff,
    0 0 0 7px rgba(0, 104, 210, 0.2),
    0 14px 32px -8px rgba(0, 74, 160, 0.45);
}

@media (max-width: 900px) {
  #about::after {
    opacity: 0.22;
    right: -120px;
    width: 430px;
    height: 380px;
  }

  #about .sec-head,
  #about .stat-row {
    max-width: none;
  }
}

#about .about-milestones {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 4.8vw, 58px) clamp(10px, 1vw, 20px) 0;
  background:
    radial-gradient(720px 300px at 50% -8%, rgba(0, 104, 210, 0.14), transparent 64%),
    radial-gradient(360px 580px at -4% 48%, rgba(0, 104, 210, 0.12), transparent 70%),
    radial-gradient(360px 580px at 104% 48%, rgba(0, 104, 210, 0.12), transparent 70%),
    linear-gradient(180deg, #f7fbff 0%, #eaf5ff 72%, #d9ecff 100%);
}

#about .about-milestones .section-head {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

#about .about-milestones .section-head h2 {
  color: #2d3b97;
  font-size: clamp(27px, 3.2vw, 36px);
  font-weight: 900;
  letter-spacing: 0.05em;
  text-wrap: revert;
}

#about .about-milestones .section-head h2::before,
#about .about-milestones .section-head h2::after {
  display: inline-block;
  position: static;
  width: 34px;
  height: 34px;
  margin: 0 12px;
  background: url("../images/top/top_icon_9.png") center/contain no-repeat;
  box-shadow: none;
  transform: none;
  content: "";
  vertical-align: -0.16em;
}

#about .about-milestones .section-head h2::after {
  transform: scaleX(-1);
}

#about .about-milestones .section-head p {
  color: #575c76;
  font-weight: 500;
}

#about .about-milestones .timeline {
  max-width: 1095px;
  margin: clamp(28px, 3.8vw, 42px) auto 0;
}

#about .about-milestones .timeline::before {
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  opacity: 1;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #6bb8ff 0%, #0068d2 45%, #0055b5 100%);
  box-shadow: 0 0 0 4px rgba(0, 104, 210, 0.08);
}

#about .about-milestones .timeline__item {
  grid-template-columns: minmax(0, 1fr) 96px minmax(0, 1fr);
  grid-template-areas: "left year right";
  column-gap: 26px;
  row-gap: 0;
  align-items: center;
  padding-bottom: 22px;
}

#about .about-milestones .timeline__year {
  grid-area: year;
  width: 72px;
  height: 72px;
  margin: 0 auto;
  color: #fff;
  border: 3px solid #fff;
  background: linear-gradient(180deg, #0c7df2 0%, #0055c7 100%);
  box-shadow:
    0 0 0 5px rgba(0, 104, 210, 0.18),
    0 14px 28px -12px rgba(0, 74, 160, 0.55);
}

#about .about-milestones .timeline__card,
#about .about-milestones .timeline__media {
  width: 100%;
  max-width: 430px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(173, 220, 255, 0.76);
  box-shadow:
    0 16px 30px -22px rgba(0, 74, 160, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

#about .about-milestones .timeline__card {
  padding: 24px 28px;
}

#about .about-milestones .timeline__card::before {
  display: none;
}

#about .about-milestones .timeline__card h3 {
  color: #0057bf;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 900;
}

#about .about-milestones .timeline__media {
  overflow: hidden;
  margin: 0;
}

#about .about-milestones .timeline__media img {
  aspect-ratio: 16 / 8.2;
  object-fit: cover;
}

#about .milestones-feature-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  max-width: 1050px;
  margin: clamp(24px, 4vw, 40px) auto 0;
  padding: 18px 20px;
  list-style: none;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(145, 199, 239, 0.82);
  border-radius: 16px;
  box-shadow: 0 20px 44px -30px rgba(0, 74, 160, 0.38);
}

#about .milestones-feature-strip li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon text";
  column-gap: 14px;
  align-items: center;
  min-height: 64px;
  padding: 0 18px;
  color: #0057bf;
  border-right: 1px solid rgba(0, 104, 210, 0.16);
}

#about .milestones-feature-strip li:last-child {
  border-right: 0;
}

#about .milestones-feature-strip__icon {
  grid-area: icon;
  width: 42px;
  height: 42px;
  background: center/contain no-repeat;
}

#about .milestones-feature-strip__icon--team {
  background-image: url("../images/top/top_icon_21.png");
}

#about .milestones-feature-strip__icon--data {
  background-image: url("../images/top/top_icon_22.png");
}

#about .milestones-feature-strip__icon--strategy {
  background-image: url("../images/top/top_icon_23.png");
}

#about .milestones-feature-strip__icon--track {
  background-image: url("../images/top/top_icon_24.png");
}

#about .milestones-feature-strip__icon--partner {
  background-image: url("../images/top/top_icon_8.png");
}

#about .milestones-feature-strip strong {
  grid-area: title;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.25;
}

#about .milestones-feature-strip span:last-child {
  grid-area: text;
  color: #173655;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

#about .about-milestones .milestones__cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(15px, 3vw, 20px);
  align-items: center;
  overflow: visible;
  margin: 55px calc(clamp(18px, 0vw, 18px) * -1) 0;
  padding: clamp(5px, 6vw, 10px) clamp(30px, 5vw, 50px) clamp(25px, 4vw, 40px);
  text-align: left;
  background: linear-gradient(180deg, #005dd0 0%, #0a6be8 100%);
  border-radius: 0 0 16px 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

#about .about-milestones .milestones__cta::before {
  content: "";
  position: absolute;
  inset: -65px 0 0;
  z-index: 0;
  background: url("../images/timeline/timeline_bg.webp") center top / 100% auto no-repeat;
}

#about .about-milestones .milestones__cta > * {
  position: relative;
  z-index: 1;
}

#about .milestones__cta-badge {
  display: grid;
  place-items: center;
  min-width: 160px;
  min-height: 116px;
  color: #ffe071;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  padding-right: clamp(20px, 3vw, 34px);
}

#about .milestones__cta-badge strong {
  display: none;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 900;
  line-height: 0.95;
}

#about .milestones__cta-badge span {
  display: none;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

#about .milestones__cta-copy p {
  position: relative;
  margin: 0 0 5px;
  color: #fff;
  font-size: clamp(24px, 3.4vw, 36px);
  font-weight: 900;
  line-height: 1.38;
}

#about .milestones__cta-copy p::before {
  content: "";
  position: absolute;
  left: -4%;
  top: 50%;
  width: 1px;
  height: 92px;
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-50%);
}

#about .milestones__cta-copy span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  font-weight: 500;
}

#about .milestones__cta-copy {
  padding-left: 32%;
}

#about .about-milestones .milestones__cta .btn {
  min-width: min(100%, 300px);
  min-height: 70px;
  color: #fff;
  background: linear-gradient(180deg, #ffbd39 0%, #ff8700 100%);
  border: 2px solid rgba(255, 236, 183, 0.9);
  border-radius: 999px;
  box-shadow:
    0 18px 34px -18px rgba(116, 45, 0, 0.72),
    inset 0 2px 0 rgba(255, 255, 255, 0.38);
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 900;
  padding: 15px 25px;
}

@media (min-width: 920px) {
  #about .about-milestones .timeline__item {
    grid-template-columns: minmax(130px, 190px) minmax(0, 1.25fr) 96px minmax(0, 1.25fr) minmax(130px, 190px);
    grid-template-areas: "lmedia lcard year rcard rmedia";
    column-gap: 8px;
    min-height: 104px;
    padding-bottom: 0;
  }

  #about .about-milestones .timeline__item + .timeline__item {
    margin-top: -54px;
  }

  #about .about-milestones .timeline__card,
  #about .about-milestones .timeline__media {
    max-width: none;
    min-height: 122px;
  }

  #about .about-milestones .timeline__media {
    height: 122px;
  }

  #about .about-milestones .timeline__card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 22px 18px;
  }

  #about .about-milestones .timeline__tag {
    position: absolute;
    top: -17px;
    left: 22px;
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 0;
  }

  #about .about-milestones .timeline__card h3 {
    margin-bottom: 6px;
    font-size: clamp(17px, 1.45vw, 21px);
  }

  #about .about-milestones .timeline__card p {
    font-size: 13.5px;
    line-height: 1.6;
  }

  #about .about-milestones .timeline__media img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
  }

  #about .about-milestones .timeline__item:nth-child(odd) .timeline__card {
    grid-area: lcard;
    justify-self: stretch;
    text-align: left;
  }

  #about .about-milestones .timeline__item:nth-child(odd) .timeline__media {
    grid-area: lmedia;
    justify-self: stretch;
  }

  #about .about-milestones .timeline__item:nth-child(odd) .timeline__card,
  #about .about-milestones .timeline__item:nth-child(odd) .timeline__media {
    transform: translateY(8px);
  }

  #about .about-milestones .timeline__item:nth-child(even) .timeline__card {
    grid-area: rcard;
    justify-self: stretch;
    text-align: left;
  }

  #about .about-milestones .timeline__item:nth-child(even) .timeline__media {
    grid-area: rmedia;
    justify-self: stretch;
  }

  #about .about-milestones .timeline__item:nth-child(even) .timeline__card,
  #about .about-milestones .timeline__item:nth-child(even) .timeline__media {
    transform: translateY(8px);
  }
}

@media (max-width: 919px) {
  #about .about-milestones .timeline::before {
    left: 36px;
  }

  #about .about-milestones .timeline__item {
    grid-template-columns: 72px minmax(0, 1fr);
    grid-template-areas:
      "year card"
      "year media";
    column-gap: 18px;
    row-gap: 12px;
  }

  #about .about-milestones .timeline__year {
    width: 60px;
    height: 60px;
  }

  #about .milestones-feature-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 16px;
  }

  #about .milestones-feature-strip li {
    border-right: 0;
    padding: 0;
  }

  #about .about-milestones .milestones__cta {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
  }

  #about .milestones__cta-copy {
    padding-left: 0%;
  }

  #about .milestones__cta-badge {
    min-width: 0;
    min-height: auto;
    border-right: 0;
    padding-right: 0;
  }
}

@media (max-width: 560px) {
  #about .about-milestones {
    padding-inline: 14px;
  }

  #about .about-milestones .section-head h2 {
    letter-spacing: 0.02em;
  }

  #about .about-milestones .section-head h2::before,
  #about .about-milestones .section-head h2::after {
    display: none;
  }

  #about .milestones-feature-strip {
    grid-template-columns: 1fr;
  }

  #about .about-milestones .milestones__cta {
    margin-inline: -14px;
    padding: 28px 18px;
  }
}
