/* ============================================================
   川流 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;
}
.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);
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
}
.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 {
  font-size: 19px;
  font-weight: 900;
  color: #fff;
  line-height: 1.05;
}
.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: 12px;
  flex-wrap: wrap;
  position: relative;
  overflow: visible;
  background: linear-gradient(180deg, #f24a38 0%, #c91414 48%, #9f0909 100%);
  color: #fff;
  padding: 7px 24px 9px;
  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, 3.1vw, 42px);
  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;
  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(34px, 5vw, 74px) 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, 78px);
  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/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;
}
.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;
}
.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);
}
.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. 服務流程 ---------- */
.step-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 14px;
}
.step {
  position: relative;
  overflow: visible;
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: var(--r-card);
  padding: 72px 14px 20px;
  text-align: center;
  --step-bg: url("../images/background/back_gray.webp");
}
.step::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0.08;
  background: var(--step-bg) center/cover no-repeat;
  mix-blend-mode: multiply;
  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: 1;
}
.step:hover {
  border-color: var(--border-gold);
  transform: translateY(-4px);
  box-shadow: var(--sh-card);
  transition: 0.2s var(--ease);
}
.step__no {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(150deg, var(--gold-300), var(--gold-500));
  color: var(--navy-900);
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
  box-shadow:
    0 8px 16px -6px rgba(217, 164, 65, 0.6),
    0 0 0 5px rgba(255, 255, 255, 0.72);
}
.step .icon-badge {
  margin: 0 auto 10px;
  width: 46px;
  height: 46px;
  border-radius: 12px;
}
.step .icon-badge svg {
  width: 23px;
  height: 23px;
}
.step__body h3 {
  font-size: 15px;
  margin: 0 0 5px;
}
.step__body p {
  margin: 0;
  font-size: 12.5px;
  color: var(--text-soft);
  line-height: 1.6;
}
/* ---------- 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;
  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;
  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);
}
/* ---------- 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;
  }
}
.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: 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);
  }
  .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__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);
  }
  .audience-list {
    grid-template-columns: 1fr;
  }
  .why-layout {
    grid-template-columns: 1fr;
  }
  .compare__highlight {
    font-size: 15px;
  }
}
@media (max-width: 680px) {
  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%);
  }
  .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;
  }
  .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;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .why-cards {
    grid-template-columns: 1fr;
  }
  .hero-contact {
    grid-template-columns: 1fr;
  }
  .hero-contact li:nth-child(3) {
    grid-column: auto;
  }
  .hero-contact a {
    font-size: 18px;
  }
  .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-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%;
    padding: 10px 14px;
  }
  .promo-flash::before,
  .promo-flash::after {
    display: none;
  }
  .promo-flash__main {
    font-size: 27px;
  }
  .promo-flash__sub {
    font-size: 13.5px;
    text-align: center;
  }
  .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;
  }
  .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) {
  .form-note__qr {
    align-items: flex-start;
    flex-direction: column;
  }
  .media-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@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;
  }
}
