/* ============================================================
   川流 SEO 名單站 — 前台樣式 v2
   設計語言:金箔 × 深海軍藍｜斜切不規則 × infographic 精品感
   ============================================================ */
/* ---------- 1. 設計 token ---------- */
:root {
  --navy-950: #050e20;
  --navy-900: #0a1733;
  --navy-850: #0c1e3e;
  --navy-800: #0e2247;
  --navy-700: #163363;
  --navy-600: #1f4480;
  --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: #15233b;
  --text: #3c4859;
  --text-soft: #697587;
  --text-meta: #9aa4b2;
  --on-dark: #ffffff;
  --on-dark-soft: rgba(233, 239, 247, 0.74);
  --on-dark-mute: rgba(233, 239, 247, 0.5);
  --border-light: #e4e8f0;
  --border-strong: #c6cedc;
  --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(10, 23, 51, 0.07), 0 18px 40px -22px rgba(10, 23, 51, 0.32);
  --sh-card-hi:
    0 6px 14px rgba(10, 23, 51, 0.1), 0 26px 60px -24px rgba(10, 23, 51, 0.45);
  --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, #092a5b 0%, #041b3c 48%, #0c3470 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: var(--navy-900);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.is-video-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(217, 164, 65, 0.2),
      transparent 62%
    ),
    radial-gradient(
      620px 420px at 6% 96%,
      rgba(31, 68, 128, 0.6),
      transparent 64%
    ),
    linear-gradient(180deg, var(--navy-900), var(--navy-850));
}
.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(7, 21, 38, 0.96) 0%,
      rgba(7, 21, 38, 0.84) 44%,
      rgba(7, 21, 38, 0.72) 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(5, 14, 32, 0.84), rgba(10, 23, 51, 0.9)),
    radial-gradient(
      1100px 520px at 86% -12%,
      rgba(245, 166, 35, 0.26),
      transparent 60%
    ),
    radial-gradient(
      900px 560px at -6% 24%,
      rgba(31, 68, 128, 0.55),
      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 {
  display: 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: 70px;
  height: 58px;
  margin: 0 0 14px;
  color: #1e5f9f;
}
.pain-dm__icon svg {
  width: 54px;
  height: 54px;
  stroke-width: 1.8;
}
.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 28px 18px 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 {
  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: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: 560px;
  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;
}
.why-performance__eyebrow::before,
.why-performance__eyebrow::after {
  content: "";
  flex: 1 1 26px;
  height: 2px;
  max-width: 28px;
  background: currentColor;
}
.why-performance__copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 5.1vw, 62px);
  font-weight: 900;
  line-height: 1.18;
  text-shadow: 0 18px 32px rgba(0, 0, 0, 0.22);
}
.why-performance__copy h2 span {
  display: block;
}
.why-performance__copy h2 span:first-child {
  white-space: nowrap;
}
.why-performance__copy h2 b {
  color: var(--gold-300);
  font-size: 1.16em;
  font-style: normal;
}
.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;
}
.why-performance__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  margin: 30px 0 0;
}
.why-performance__visual {
  display: none;
}
.why-performance__visual img {
  display: none;
}
.why-performance__flow {
  position: relative;
  z-index: 3;
  padding-top: clamp(32px, 5vw, 100px);
}
.why-flow-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 30px;
  color: var(--navy-900);
}
.why-flow-title span {
  display: none;
}
.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;
  line-height: 1.25;
  letter-spacing: 0.12em;
}
.why-flow-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.why-flow-card {
  position: relative;
  min-height: 320px;
  padding: 30px 30px 28px;
  border-radius: 16px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.98),
      rgba(255, 255, 255, 0.9)
    ),
    url("../images/background/back_gray.webp") center/cover no-repeat;
  border: 1px solid rgba(15, 35, 70, 0.07);
  box-shadow: 0 22px 46px -30px rgba(8, 25, 56, 0.38);
}
.why-flow-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  width: 16px;
  height: 16px;
  border-top: 3px solid #28466c;
  border-right: 3px solid #28466c;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}
.why-flow-card__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(22px, 2.8vw, 40px);
  margin-bottom: 24px;
}
.why-flow-card__head img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  filter: drop-shadow(0 14px 12px rgba(4, 22, 47, 0.28));
}
.why-flow-card__head span {
  color: var(--gold-500);
  font-family: "Times New Roman", Georgia, serif;
  font-size: clamp(43px, 4.2vw, 54px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.03em;
}
.why-flow-card h4 {
  margin: 0 0 14px;
  color: var(--navy-900);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.45;
}
.why-flow-card p {
  margin: 0;
  color: #263c5a;
  font-size: 16px;
  line-height: 1.9;
}
.why-flow-card i {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 44px;
  height: 3px;
  background: var(--gold-500);
}
.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));
}
.gift-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s var(--ease);
}
.gift-card:hover .gift-card__thumb img {
  transform: scale(1.06);
}
.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;
}
/* ---------- 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__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 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__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__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__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;
}
.note-ref {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--gold-600);
  white-space: nowrap;
}
.note-ref:hover {
  color: var(--cta-600);
  text-decoration: underline;
}
.sec--ink .note-ref {
  color: var(--gold-300);
}
/* ---------- 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: #3e2600;
  background: linear-gradient(180deg, #f4ce74, #d59a2b);
  border-top: 1px solid rgba(125, 81, 12, 0.22);
  box-shadow: none;
}
.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-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 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: 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 .num {
  color: #ffc12f;
  font-size: clamp(30px, 3.6vw, 44px);
}
#pricing .rate-table__caption {
  margin: 0;
  padding: 16px 18px;
  border-radius: 0;
  color: #161000;
  background: linear-gradient(180deg, #f9cf68, #df951e);
  font-size: clamp(17px, 2.1vw, 25px);
}
#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;
}
.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-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: var(--r-card);
  overflow: hidden;
  transition: border-color 0.16s var(--ease);
  position: relative;
  --faq-bg: url("../images/background/back_gray.webp");
}
.faq-item::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background: var(--faq-bg) center/cover no-repeat;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.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: var(--sh-card);
}
.faq-item__q {
  list-style: none;
  cursor: pointer;
  padding: 19px 56px 19px 24px;
  font-size: 16.5px;
  font-weight: 700;
  color: var(--navy-900);
  position: relative;
}
.faq-item__q::-webkit-details-marker {
  display: none;
}
.faq-item__q::before {
  content: "Q";
  position: absolute;
  left: 24px;
  display: none;
}
.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 24px 21px;
}
.faq-item__a p {
  margin: 0;
  font-size: 15.5px;
  color: var(--text-soft);
  line-height: 1.85;
}
/* ---------- 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;
}
/* ---------- 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, 76px) 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__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: rgba(217, 164, 65, 0.1);
  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: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  padding: 20px 24px;
  font-size: 13px;
  color: var(--on-dark-mute);
}
.site-footer__bar-inner p {
  margin: 0;
}
.site-footer__legal {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.site-footer__legal a {
  color: var(--on-dark-mute);
}
.site-footer__legal a:hover {
  color: var(--gold-300);
}
/* ---------- 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;
}
@media (min-width: 1200px) {
  .line-qr-float {
    position: fixed;
    left: 8px;
    bottom: 18px;
    z-index: 78;
    display: block;
  }
}
/* ---------- 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 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);
  }
}
@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: #161000;
    background: linear-gradient(180deg, #f9cf68, #df951e);
    font-size: clamp(17px, 2.1vw, 25px);
  }
  #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;
  }
  .pain-dm__cta {
    grid-column: 2;
    grid-row: 2;
    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__ribbon {
    min-width: 0;
    width: 100%;
    font-size: 18px;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    padding: 10px 10px;
  }
  .pain-dm__head::before,
  .pain-dm__head::after {
    display: none;
  }
  .pain-dm__head h2 {
    font-size: 38px;
  }
  .pain-dm__head p {
    display: block;
    font-size: 22px;
  }
  .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;
  }
  .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(52px, 15vw, 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__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 {
    content: "";
    position: absolute;
    top: 50%;
    width: clamp(33px, 5vw, 44px);
    height: 46px;
    background: url("../images/generated/sec-plan_img2.webp") center/contain
      no-repeat;
    transform: translateY(-50%);
    pointer-events: 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__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;
  }
  .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;
  }
  .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-performance__actions .btn,
  .why-promise .btn {
    width: 100%;
  }
  .why-flow-title {
    gap: 10px;
  }
  .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 16px;
    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: auto;
    -webkit-overflow-scrolling: touch;
  }
  #pricing .data-table {
    display: table;
    min-width: 680px;
    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;
  }
  #pricing .rate-table thead th {
    font-size: 16px;
    padding: 14px 16px;
  }
  #pricing .rate-table tbody td {
    font-size: 17px;
    padding: 16px;
  }
  #pricing .rate-table tbody .num {
    font-size: 24px;
  }
  #pricing .rate-table tbody tr.is-highlight td {
    font-size: 22px;
  }
  #pricing .rate-table tbody tr.is-highlight .num {
    font-size: 30px;
  }
}
@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;
  }
}
