/* roulang page: index */
:root {
      --ink: #143734;
      --moss: #2F4A3C;
      --clay: #8C5A3A;
      --seal: #B85A3E;
      --paper: #F6F1E8;
      --mist: #E7EEE9;
      --card: #FFFcf7;
      --text: #1C1917;
      --mute: #5C5854;
      --ivory: #F8F4EC;
      --ok: #1F4D3A;
      --line: rgba(20, 55, 52, .12);
      --grad: linear-gradient(135deg, #143734 0%, #2F4A3C 48%, #8C5A3A 100%);
      --shadow: 0 12px 40px rgba(20, 55, 52, .08);
      --shadow-hover: 0 16px 44px rgba(20, 55, 52, .14);
      --radius-card: 24px;
      --radius-btn: 12px;
      --radius-input: 10px;
      --radius-pill: 999px;
      --space-section: 104px;
      --space-section-m: 64px;
      --container: 1220px;
      --nav-top: 40px;
      --nav-main: 72px;
    }
    *, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    html, body { margin: 0; padding: 0; }
    body {
      font-family: "Noto Sans SC", sans-serif;
      font-size: 16px;
      line-height: 1.75;
      color: var(--text);
      background: var(--paper);
      overflow-x: hidden;
    }
    img { max-width: 100%; height: auto; display: block; }
    a { color: inherit; text-decoration: none; }
    button, input, select, textarea { font-family: inherit; }
    button { cursor: pointer; border: 0; background: none; }
    h1, h2, h3, h4 { font-family: "Noto Serif SC", serif; color: var(--text); letter-spacing: .02em; line-height: 1.35; }
    h1 { font-size: 42px; }
    h2 { font-size: 30px; }
    h3 { font-size: 21px; }
    p { margin: 0 0 1em; }
    :focus-visible { outline: 2px solid var(--seal); outline-offset: 3px; }
    .container { width: min(100% - 40px, var(--container)); margin: 0 auto; }
    .skip-link {
      position: absolute; left: -999px; top: 8px; z-index: 100;
      background: var(--ink); color: var(--ivory); padding: 8px 14px; border-radius: 8px;
    }
    .skip-link:focus { left: 12px; }
    .site-header { position: relative; z-index: 80; }
    .nav-top {
      height: var(--nav-top);
      background: #102e2c;
      color: #d7e4dc;
      font-size: 12.5px;
      display: flex;
      align-items: center;
    }
    .nav-top-inner {
      display: flex; align-items: center; justify-content: space-between; gap: 16px; width: min(100% - 40px, var(--container)); margin: 0 auto;
    }
    .nav-top-left, .nav-top-right { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
    .nav-top a { color: #e8efe9; min-height: 32px; display: inline-flex; align-items: center; }
    .nav-top a:hover { color: #fff; }
    .trust-chip {
      display: inline-flex; align-items: center; gap: 6px;
      border: 1px solid rgba(184, 90, 62, .55);
      color: #f3d6c8; padding: 2px 10px; border-radius: var(--radius-pill); font-size: 12px; min-height: 26px;
    }
    .nav-main {
      height: var(--nav-main);
      background: rgba(246, 241, 232, .94);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid transparent;
      transition: box-shadow .25s ease, border-color .25s ease;
    }
    .nav-main.is-sticky {
      position: sticky; top: 0;
      border-bottom-color: rgba(20, 55, 52, .12);
      box-shadow: 0 8px 24px rgba(20, 55, 52, .08);
    }
    .nav-main-inner {
      height: 100%;
      display: flex; align-items: center; justify-content: space-between; gap: 18px;
      width: min(100% - 40px, var(--container)); margin: 0 auto;
    }
    .brand { display: flex; align-items: center; gap: 10px; min-height: 44px; color: var(--ink); }
    .brand-mark {
      width: 40px; height: 40px; border-radius: 12px;
      background: var(--grad); color: var(--ivory);
      display: grid; place-items: center; flex-shrink: 0;
      box-shadow: var(--shadow);
    }
    .brand-name { font-family: "Noto Serif SC", serif; font-size: 18px; font-weight: 700; line-height: 1.2; }
    .brand-sub { font-size: 11px; color: var(--mute); letter-spacing: .18em; }
    .nav-links { display: flex; align-items: center; gap: 4px; }
    .nav-links a {
      position: relative; padding: 10px 12px; min-height: 44px;
      display: inline-flex; align-items: center;
      color: var(--mute); font-size: 14px; font-weight: 500;
    }
    .nav-links a:hover { color: var(--ink); }
    .nav-links a.is-active { color: var(--ink); }
    .nav-links a.is-active::after,
    .nav-links a:hover::after {
      content: ""; position: absolute; left: 12px; right: 12px; bottom: 6px; height: 2px; background: var(--seal);
    }
    .btn {
      display: inline-flex; align-items: center; justify-content: center;
      min-height: 44px; padding: 0 20px; border-radius: var(--radius-btn);
      font-weight: 600; font-size: 14px; transition: transform .2s ease, filter .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
    }
    .btn-primary { background: var(--grad); color: var(--ivory); box-shadow: var(--shadow); }
    .btn-primary:hover { transform: translateY(-3px); filter: saturate(1.15); box-shadow: var(--shadow-hover); }
    .btn-primary:active { transform: translateY(-1px); }
    .btn-ghost {
      background: transparent; color: var(--ivory); border: 1px solid rgba(248, 244, 236, .55);
    }
    .btn-ghost:hover { background: rgba(248, 244, 236, .1); transform: translateY(-2px); }
    .btn-line {
      background: transparent; color: var(--ink); border: 1px solid var(--ink);
    }
    .btn-line:hover { background: var(--ink); color: var(--ivory); transform: translateY(-2px); }
    .text-link { color: var(--seal); font-weight: 600; border-bottom: 1px solid rgba(184, 90, 62, .35); }
    .text-link:hover { border-bottom-color: var(--seal); }
    .nav-cta { flex-shrink: 0; }
    .nav-tools { display: none; align-items: center; gap: 6px; }
    .icon-btn {
      width: 44px; height: 44px; display: grid; place-items: center;
      border-radius: 12px; color: var(--ink);
    }
    .icon-btn:hover { background: var(--mist); }
    .hamburger span {
      display: block; width: 18px; height: 2px; background: var(--ink); margin: 4px 0; border-radius: 2px; transition: .2s;
    }
    .drawer {
      position: fixed; inset: 0 0 0 auto; width: min(86vw, 360px);
      background: var(--card); z-index: 90; transform: translateX(100%);
      transition: transform .28s ease; box-shadow: -16px 0 40px rgba(20, 55, 52, .12);
      display: flex; flex-direction: column; padding: 24px 20px 28px;
    }
    .drawer.is-open { transform: translateX(0); }
    .drawer-mask {
      position: fixed; inset: 0; background: rgba(20, 55, 52, .42); z-index: 85;
      opacity: 0; pointer-events: none; transition: opacity .28s ease;
    }
    .drawer-mask.is-open { opacity: 1; pointer-events: auto; }
    .drawer nav a {
      display: flex; align-items: center; min-height: 48px; padding: 0 8px;
      border-bottom: 1px dashed var(--line); font-size: 16px; color: var(--ink);
    }
    body.nav-lock { overflow: hidden; }
    .hero { position: relative; min-height: 640px; overflow: hidden; background: var(--ink); }
    .hero-track { display: flex; height: 640px; transition: transform .55s ease; }
    .hero-slide { position: relative; min-width: 100%; height: 640px; }
    .hero-slide img {
      position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
    }
    .hero-mask {
      position: absolute; inset: 0;
      background: linear-gradient(90deg, rgba(20, 55, 52, .92) 0%, rgba(47, 74, 60, .78) 42%, rgba(140, 90, 58, .18) 100%);
    }
    .hero-copy {
      position: relative; z-index: 2; height: 100%;
      display: flex; flex-direction: column; justify-content: center;
      padding: 48px 0 88px; color: var(--ivory); max-width: 720px;
    }
    .hero-copy h1, .hero-copy .slide-title {
      font-family: "Noto Serif SC", serif; font-size: 42px; line-height: 1.28; margin: 0 0 16px; color: var(--ivory);
    }
    .hero-lead { font-size: 16px; line-height: 1.8; color: #f1ebe1; max-width: 38em; margin-bottom: 22px; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
    .hero-badges { display: flex; flex-wrap: wrap; gap: 10px; }
    .promo-tag, .burst-tag {
      display: inline-flex; align-items: center; min-height: 32px; padding: 0 12px;
      border-radius: var(--radius-pill); font-size: 12px; font-weight: 600; letter-spacing: .04em;
    }
    .promo-tag { background: var(--seal); color: #fff; }
    .burst-tag { background: #f4e6c7; color: var(--ink); transform: rotate(-2deg); }
    .limit-line { color: #f0d2c4; font-size: 13px; margin: 10px 0 18px; }
    .badge {
      background: rgba(248, 244, 236, .12);
      border: 1px solid rgba(248, 244, 236, .28);
      color: var(--ivory);
      border-radius: 12px;
      padding: 10px 14px; min-width: 118px;
    }
    .badge b {
      display: block; font-family: "Noto Serif SC", serif; font-size: 28px; line-height: 1.1; color: #f6e7c8;
    }
    .badge span { font-size: 12px; color: #ddd4c6; }
    .badge-paper {
      background: var(--card); border: 1px solid transparent;
      background-image: linear-gradient(var(--card), var(--card)), var(--grad);
      background-origin: border-box; background-clip: padding-box, border-box;
      color: var(--text); border-radius: 12px; padding: 14px 16px;
      box-shadow: var(--shadow);
    }
    .badge-paper b { font-family: "Noto Serif SC", serif; font-size: 32px; color: var(--seal); display: block; line-height: 1.1; }
    .badge-paper span { font-size: 12px; color: var(--mute); }
    .hero-nav-btn {
      position: absolute; top: 50%; transform: translateY(-50%);
      width: 44px; height: 44px; border-radius: 50%;
      background: rgba(20, 55, 52, .42); color: #fff; z-index: 3;
      display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25);
    }
    .hero-nav-btn.prev { left: 16px; }
    .hero-nav-btn.next { right: 16px; }
    .hero-nav-btn:hover { background: var(--seal); }
    .hero-dots {
      position: absolute; left: 0; right: 0; bottom: 22px; z-index: 3;
      display: flex; justify-content: center; gap: 8px;
    }
    .hero-dots button {
      width: 10px; height: 10px; border-radius: 50%; background: rgba(248,244,236,.4); min-height: 10px;
    }
    .hero-dots button.is-on { width: 28px; border-radius: 8px; background: #f4d2c2; }
    main { display: block; }
    .section { padding: var(--space-section) 0; position: relative; }
    .section-mist { background: var(--mist); }
    .section-paper { background: var(--paper); }
    .section-card { background: #f3eee4; }
    .kicker { color: var(--seal); font-size: 13px; font-weight: 600; letter-spacing: .16em; margin-bottom: 8px; }
    .section-head { max-width: 720px; margin-bottom: 40px; }
    .section-head p { color: var(--mute); margin: 12px 0 0; }
    .card {
      background: var(--card); border-radius: var(--radius-card); box-shadow: var(--shadow);
      padding: 28px; transition: transform .22s ease, box-shadow .22s ease;
    }
    .card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
    .sell-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
    .sell-card { min-height: 100%; display: flex; flex-direction: column; gap: 14px; }
    .sell-card ul { margin: 0; padding: 0; list-style: none; color: var(--mute); }
    .sell-card li { position: relative; padding-left: 16px; margin-bottom: 8px; }
    .sell-card li::before { content: ""; position: absolute; left: 0; top: 10px; width: 7px; height: 7px; border-radius: 50%; background: var(--seal); }
    .ribbon { width: 48px; height: 6px; border-radius: 6px; background: var(--grad); }
    .intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
    .frame-img { border-radius: var(--radius-card); overflow: hidden; box-shadow: var(--shadow); position: relative; }
    .frame-img img { width: 100%; height: 420px; object-fit: cover; }
    .stamp-box {
      position: absolute; right: 18px; bottom: 18px;
      width: 88px; height: 88px; border: 2px solid rgba(184, 90, 62, .7);
      color: var(--seal); border-radius: 8px; display: grid; place-items: center;
      font-family: "Noto Serif SC", serif; font-size: 13px; background: rgba(255,252,247,.86); transform: rotate(-8deg);
    }
    .adv-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .adv-card { padding: 26px 28px; }
    .hot-grid { display: grid; grid-template-columns: 1.35fr .9fr; gap: 20px; }
    .hot-stack { display: grid; gap: 20px; }
    .hot-feature { padding: 0; overflow: hidden; }
    .hot-feature img { width: 100%; height: 280px; object-fit: cover; }
    .hot-feature .pad { padding: 28px 32px 32px; }
    .scene-wrap {
      background-image: linear-gradient(180deg, rgba(246,241,232,.92), rgba(246,241,232,.94)), url("/assets/images/0e1b3b40b8b67c3c.webp");
      background-size: cover; background-position: center;
    }
    .scene-item {
      display: grid; grid-template-columns: 220px 1fr; gap: 24px; align-items: stretch;
      padding: 22px 0; border-bottom: 1px dashed rgba(20,55,52,.16);
    }
    .scene-item:nth-child(even) { grid-template-columns: 1fr 220px; }
    .scene-item:nth-child(even) .scene-name { order: 2; }
    .scene-name {
      background: var(--ink); color: var(--ivory); border-radius: 20px; padding: 24px;
      display: flex; flex-direction: column; justify-content: center;
    }
    .scene-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
    .step-mini { background: var(--card); border-radius: 16px; padding: 16px 18px; box-shadow: var(--shadow); }
    .step-mini em { color: var(--seal); font-style: normal; font-size: 12px; letter-spacing: .12em; }
    .flow-grid { display: grid; grid-template-columns: 1.4fr .8fr; gap: 28px; }
    .timeline { position: relative; padding-left: 8px; }
    .t-item { display: grid; grid-template-columns: 92px 1fr; gap: 16px; padding: 0 0 28px 28px; position: relative; }
    .t-item::before {
      content: ""; position: absolute; left: 8px; top: 8px; bottom: -8px; width: 1px;
      background: repeating-linear-gradient(to bottom, var(--seal) 0 6px, transparent 6px 12px);
    }
    .t-item:last-child::before { display: none; }
    .t-item::after {
      content: ""; position: absolute; left: 2px; top: 10px; width: 13px; height: 13px;
      border-radius: 50%; background: var(--seal); box-shadow: 0 0 0 4px #efe6d6;
    }
    .material { border: 1px solid rgba(20,55,52,.1); }
    .material ul { margin: 0; padding-left: 18px; color: var(--mute); }
    .dark-band {
      background: var(--grad); color: var(--ivory); padding: 96px 0;
    }
    .dark-band h2, .dark-band h3 { color: var(--ivory); }
    .case-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
    .case-card { background: rgba(248,244,236,.08); border: 1px solid rgba(248,244,236,.16); border-radius: var(--radius-card); padding: 28px; }
    .clause-old { color: #efc8b8; }
    .clause-new { color: #e7f0e6; }
    .compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: var(--radius-card); overflow: hidden; box-shadow: var(--shadow); }
    .compare-col { padding: 32px 28px; }
    .compare-col.weak { background: #ece4d6; }
    .compare-col.strong { background: var(--ink); color: var(--ivory); }
    .compare-col.strong h3 { color: var(--ivory); }
    .compare-row { display: grid; grid-template-columns: 88px 1fr; gap: 10px; padding: 10px 0; border-bottom: 1px dashed rgba(20,55,52,.16); font-size: 14px; }
    .strong .compare-row { border-bottom-color: rgba(248,244,236,.16); }
    .stats-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .story-card { padding: 0; overflow: hidden; }
    .story-card img { width: 100%; height: 190px; object-fit: cover; }
    .story-card .pad { padding: 22px 22px 26px; }
    .arrow-flow { color: var(--mute); font-size: 14px; }
    .arrow-flow strong { color: var(--ink); font-weight: 600; }
    .review-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .stars { color: var(--seal); letter-spacing: 2px; font-size: 14px; }
    .done-chip { display: inline-flex; align-items: center; min-height: 28px; padding: 0 10px; border-radius: var(--radius-pill); background: var(--mist); color: var(--ok); font-size: 12px; font-weight: 600; }
    .news-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .news-card time { color: var(--mute); font-size: 13px; }
    .faq-list { display: grid; gap: 10px; }
    .faq-item { background: var(--card); border-radius: 16px; border: 1px solid rgba(20,55,52,.08); overflow: hidden; }
    .faq-q {
      width: 100%; text-align: left; padding: 16px 20px; min-height: 56px;
      display: flex; align-items: center; justify-content: space-between; gap: 16px;
      font-size: 16px; font-weight: 600; color: var(--ink);
    }
    .faq-q i {
      width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--line);
      display: grid; place-items: center; flex-shrink: 0; font-style: normal;
    }
    .faq-a { display: none; padding: 0 20px 18px; color: var(--mute); background: #fbf6ee; }
    .faq-item.is-open .faq-a { display: block; }
    .faq-item.is-open .faq-q i { background: var(--seal); color: #fff; border-color: var(--seal); }
    .guard-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
    .guard-item {
      background: #fbf7ef; border-radius: 16px; padding: 18px 16px;
      border: 1px dashed rgba(184, 90, 62, .35);
      display: flex; gap: 12px; align-items: flex-start;
    }
    .consult {
      background: var(--grad); color: var(--ivory); padding: 96px 0 88px;
    }
    .consult-grid { display: grid; grid-template-columns: 1fr .92fr; gap: 36px; align-items: start; }
    .consult h2 { color: var(--ivory); }
    .consult p, .consult li { color: #efe7db; }
    .form-card { background: var(--card); color: var(--text); border-radius: var(--radius-card); padding: 28px; box-shadow: var(--shadow); }
    .form-card label { display: block; font-size: 13px; font-weight: 600; margin: 0 0 6px; color: var(--ink); }
    .form-card .field { margin-bottom: 14px; }
    .form-card input, .form-card select, .form-card textarea {
      width: 100%; border: 1px solid rgba(20,55,52,.16); border-radius: var(--radius-input);
      min-height: 44px; padding: 8px 12px; background: #fff; color: var(--text);
    }
    .form-card textarea { min-height: 110px; resize: vertical; }
    .form-card input:focus, .form-card select:focus, .form-card textarea:focus {
      border-color: var(--seal); box-shadow: 0 0 0 3px rgba(184, 90, 62, .15); outline: none;
    }
    .err { color: var(--seal); font-size: 12px; margin-top: 4px; }
    .ok-msg { background: var(--mist); color: var(--ok); padding: 12px 14px; border-radius: 10px; margin-bottom: 14px; }
    .form-card .btn-primary { width: 100%; }
    .site-footer { background: #102e2c; color: #c9d6cf; padding: 56px 0 28px; font-size: 13px; }
    .foot-grid { display: grid; grid-template-columns: 1.3fr .9fr 1fr .9fr; gap: 28px; margin-bottom: 28px; }
    .site-footer h3 { color: var(--ivory); font-size: 16px; margin: 0 0 12px; }
    .site-footer a { color: #d7e3dc; display: inline-flex; min-height: 32px; align-items: center; }
    .site-footer a:hover { color: #fff; }
    .copy-line { border-top: 1px solid rgba(248,244,236,.1); padding-top: 16px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
    .dock {
      position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
      background: var(--grad); color: var(--ivory);
      transform: translateY(110%); transition: transform .28s ease;
      padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
      box-shadow: 0 -10px 30px rgba(20,55,52,.2);
    }
    .dock.is-show { transform: translateY(0); }
    .dock-inner { width: min(100% - 24px, var(--container)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
    .dock-copy { font-size: 14px; }
    .dock-actions { display: flex; gap: 10px; align-items: center; }
    .dock .btn-primary { background: #f4e4c8; color: var(--ink); }
    body.has-dock { padding-bottom: 76px; }
    @media (max-width: 1280px) {
      h1, .hero-copy h1, .hero-copy .slide-title { font-size: 36px; }
    }
    @media (max-width: 1024px) {
      .nav-links, .nav-cta { display: none; }
      .nav-tools { display: flex; }
      .sell-grid, .story-grid, .stats-bar, .guard-grid { grid-template-columns: 1fr 1fr; }
      .intro-grid, .hot-grid, .flow-grid, .consult-grid, .case-grid, .compare-grid { grid-template-columns: 1fr; }
      .scene-item, .scene-item:nth-child(even) { grid-template-columns: 1fr; }
      .scene-item:nth-child(even) .scene-name { order: 0; }
      .review-grid, .news-grid, .foot-grid { grid-template-columns: 1fr 1fr; }
      .hero, .hero-track, .hero-slide { min-height: 560px; height: auto; }
      .hero-slide { min-height: 560px; }
      .adv-grid { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 768px) {
      :root { --space-section: 64px; }
      .nav-top-left span:nth-child(2), .nav-top-left a.mail, .nav-top-right { display: none; }
      h1, .hero-copy h1, .hero-copy .slide-title { font-size: 30px; }
      h2 { font-size: 26px; }
      .sell-grid, .adv-grid, .stats-bar, .story-grid, .review-grid, .news-grid, .guard-grid, .foot-grid { grid-template-columns: 1fr; }
      .scene-steps { grid-template-columns: 1fr; }
      .t-item { grid-template-columns: 1fr; padding-left: 28px; }
      .hero-nav-btn { display: none; }
      .hero, .hero-slide { min-height: 92vh; }
      .dock-copy { display: none; }
      .frame-img img, .hot-feature img { height: 240px; }
      .compare-row { grid-template-columns: 1fr; }
    }
    @media (max-width: 520px) {
      .container, .nav-top-inner, .nav-main-inner { width: min(100% - 28px, var(--container)); }
      .hero-copy { padding-top: 36px; }
      .btn { width: auto; }
      .hero-actions .btn { min-width: 44px; }
    }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { transition: none !important; animation: none !important; }
    }

/* roulang page: index */
:root {
      --ink: #1e3a36;
      --ink-deep: #121c1a;
      --ink-soft: #3d5c56;
      --ink-faint: #6b7c77;
      --seal: #8b3d2f;
      --seal-dark: #6e2e24;
      --gold: #c4a36a;
      --gold-soft: #e2d0a8;
      --paper: #f4efe6;
      --paper-2: #ebe4d6;
      --card: #fffcf7;
      --line: #d7cfc2;
      --text: #24302e;
      --muted: #5c6b67;
      --white: #ffffff;
      --radius: 24px;
      --radius-sm: 12px;
      --shadow: 0 10px 28px rgba(18, 28, 26, 0.07);
      --shadow-hover: 0 16px 36px rgba(18, 28, 26, 0.14);
      --grad: linear-gradient(128deg, #1e3a36 0%, #6e3a30 55%, #c4a36a 100%);
      --grad-cta: linear-gradient(128deg, #1e3a36 0%, #8b3d2f 70%, #a dig 100%);
      --header-h: 116px;
      --ease: 220ms ease;
    }
    *, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    html, body { margin: 0; padding: 0; }
    body {
      font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
      font-size: 17px;
      line-height: 1.75;
      color: var(--text);
      background: var(--paper);
      overflow-x: hidden;
    }
    img { max-width: 100%; height: auto; display: block; }
    a { color: inherit; text-decoration: none; }
    button, input, select, textarea { font-family: inherit; }
    button { cursor: pointer; }
    h1, h2, h3, .font-serif { font-family: "Noto Serif SC", serif; letter-spacing: -0.02em; }
    h1 { font-size: clamp(1.8rem, 3.4vw, 2.75rem); line-height: 1.25; color: #fff; margin: 0 0 0.75rem; }
    h2 { font-size: clamp(1.4rem, 2.4vw, 2rem); line-height: 1.35; color: var(--ink); margin: 0 0 0.75rem; }
    h3 { font-size: 1.125rem; line-height: 1.45; color: var(--ink); margin: 0 0 0.5rem; }
    p { margin: 0 0 0.85rem; }
    :focus-visible {
      outline: 3px solid var(--gold);
      outline-offset: 3px;
    }
    .skip-link {
      position: absolute; left: -999px; top: 8px; z-index: 100;
      background: var(--ink); color: #fff; padding: 8px 16px; border-radius: 8px;
    }
    .skip-link:focus { left: 8px; }
    .container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
    .section { padding: 88px 0; position: relative; }
    .section-alt { background: #efe8db; }
    .section-head { max-width: 720px; margin-bottom: 2rem; }
    .section-kicker {
      display: inline-flex; align-items: center; gap: 8px;
      color: var(--seal); font-size: 13px; font-weight: 600; letter-spacing: 0.12em;
      margin-bottom: 10px;
    }
    .section-kicker::before {
      content: ""; width: 22px; height: 2px; background: var(--seal);
    }
    .lede { color: var(--muted); font-size: 16px; line-height: 1.8; }
    .site-header {
      position: sticky; top: 0; z-index: 50;
      background: rgba(244, 239, 230, 0.94);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--line);
      transition: box-shadow var(--ease), transform var(--ease);
    }
    .site-header.is-scrolled { box-shadow: 0 8px 24px rgba(18, 28, 26, 0.08); }
    .site-header.is-scrolled .nav-bottom { display: none; }
    .nav-top { padding: 10px 0; }
    .nav-top-inner, .nav-bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
    .logo { display: flex; align-items: center; gap: 10px; min-height: 44px; color: var(--ink); }
    .logo-mark {
      width: 42px; height: 42px; flex-shrink: 0;
    }
    .logo-name { font-family: "Noto Serif SC", serif; font-size: 20px; font-weight: 700; line-height: 1.1; }
    .logo-sub { font-size: 12px; color: var(--seal); letter-spacing: 0.18em; font-weight: 600; }
    .nav-top-right { display: flex; align-items: center; gap: 18px; }
    .tel-block { display: flex; flex-direction: column; line-height: 1.2; }
    .tel-block a { font-weight: 700; color: var(--ink); font-size: 16px; }
    .tel-block span { font-size: 12px; color: var(--muted); }
    .nav-bottom { border-top: 1px solid rgba(215, 207, 194, 0.7); padding: 4px 0 8px; }
    .nav-list { display: flex; gap: 6px; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
    .nav-list a {
      display: inline-flex; align-items: center; min-height: 44px; padding: 0 12px;
      font-size: 14px; color: var(--ink-soft); border-radius: 999px; transition: var(--ease);
    }
    .nav-list a:hover { color: var(--ink); background: rgba(30, 58, 54, 0.06); }
    .nav-list a.is-active {
      color: #fff; background: var(--seal);
    }
    .btn {
      display: inline-flex; align-items: center; justify-content: center; gap: 8px;
      min-height: 44px; padding: 0 22px; border-radius: 999px; font-weight: 600; font-size: 15px;
      border: 1px solid transparent; transition: transform var(--ease), box-shadow var(--ease), background var(--ease), color var(--ease);
    }
    .btn:active { transform: scale(0.98); }
    .btn-primary {
      background: var(--grad); color: #fff; box-shadow: 0 8px 18px rgba(139, 61, 47, 0.28);
    }
    .btn-primary:hover { transform: translateY(-1px) scale(1.02); box-shadow: 0 12px 24px rgba(139, 61, 47, 0.36); }
    .btn-ghost {
      background: transparent; color: #fff; border-color: rgba(255,255,255,0.7);
    }
    .btn-ghost:hover { background: rgba(255,255,255,0.12); }
    .btn-line {
      background: transparent; color: var(--ink); border-color: var(--ink);
    }
    .btn-line:hover { background: var(--ink); color: #fff; }
    .menu-toggle {
      display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px;
      background: #fff; align-items: center; justify-content: center;
    }
    .menu-toggle span, .menu-toggle span::before, .menu-toggle span::after {
      display: block; width: 18px; height: 2px; background: var(--ink); position: relative; transition: var(--ease);
    }
    .menu-toggle span::before, .menu-toggle span::after { content: ""; position: absolute; left: 0; }
    .menu-toggle span::before { top: -6px; }
    .menu-toggle span::after { top: 6px; }
    .hero { position: relative; min-height: 88vh; overflow: hidden; background: var(--ink-deep); }
    .hero-track { position: relative; min-height: 88vh; }
    .hero-slide {
      position: absolute; inset: 0; opacity: 0; pointer-events: none;
      transition: opacity 640ms ease;
    }
    .hero-slide.is-on { opacity: 1; pointer-events: auto; z-index: 1; }
    .hero-slide img {
      width: 100%; height: 100%; object-fit: cover; filter: saturate(0.85) contrast(1.05);
    }
    .hero-mask {
      position: absolute; inset: 0;
      background:
        linear-gradient(90deg, rgba(18, 28, 26, 0.82) 0%, rgba(18, 28, 26, 0.55) 48%, rgba(18, 28, 26, 0.28) 100%),
        linear-gradient(180deg, rgba(18,28,26,0.2) 0%, rgba(18,28,26,0.45) 100%);
    }
    .hero-content {
      position: relative; z-index: 2; min-height: 88vh;
      display: flex; align-items: center; padding: 48px 0 88px;
    }
    .hero-copy { max-width: 680px; color: #f7f1e6; }
    .hero-brand {
      display: inline-block; font-size: 13px; letter-spacing: 0.22em; color: var(--gold-soft);
      margin-bottom: 12px; font-weight: 600;
    }
    .hero-lead { font-size: 16px; line-height: 1.85; color: rgba(247,241,230,0.9); max-width: 36em; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0 20px; }
    .hero-badges { display: flex; flex-wrap: wrap; gap: 10px; }
    .data-badge {
      display: inline-flex; align-items: center; gap: 10px;
      padding: 8px 14px 8px 8px; border-radius: 999px;
      background: var(--grad); color: #fff; box-shadow: 0 8px 18px rgba(0,0,0,0.18);
    }
    .data-badge b { font-size: 20px; font-family: "Noto Serif SC", serif; line-height: 1; }
    .data-badge span { font-size: 12px; opacity: 0.92; }
    .data-badge i {
      width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.16);
      display: inline-flex; align-items: center; justify-content: center; font-style: normal; font-weight: 700;
    }
    .stamp {
      position: absolute; right: 8%; top: 18%;
      width: 108px; height: 108px; border-radius: 50%;
      border: 3px solid rgba(196, 163, 106, 0.9); color: var(--gold-soft);
      display: flex; flex-direction: column; align-items: center; justify-content: center;
      transform: rotate(-14deg); text-align: center; z-index: 3;
      background: rgba(18, 28, 26, 0.35);
      box-shadow: inset 0 0 0 6px rgba(139, 61, 47, 0.35);
    }
    .stamp strong { font-family: "Noto Serif SC", serif; font-size: 22px; line-height: 1; }
    .stamp small { font-size: 11px; letter-spacing: 0.08em; margin-top: 4px; }
    .burst {
      position: absolute; right: 9%; bottom: 22%; z-index: 3;
      background: var(--seal); color: #fff; padding: 10px 16px; border-radius: 4px 16px 4px 16px;
      transform: rotate(6deg); font-size: 13px; font-weight: 700;
      box-shadow: 0 10px 20px rgba(110, 46, 36, 0.35);
    }
    .countdown {
      margin-top: 18px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
      color: var(--gold-soft); font-size: 14px;
    }
    .count-box {
      display: inline-flex; gap: 6px;
    }
    .count-box em {
      font-style: normal; min-width: 36px; height: 36px; border-radius: 8px;
      background: rgba(255,255,255,0.1); border: 1px solid rgba(196,163,106,0.4);
      display: inline-flex; align-items: center; justify-content: center;
      font-family: "Noto Serif SC", serif; color: #fff; font-size: 16px;
    }
    .hero-controls {
      position: absolute; left: 0; right: 0; bottom: 24px; z-index: 4;
    }
    .hero-controls-inner { display: flex; align-items: center; gap: 12px; }
    .dots { display: flex; gap: 8px; }
    .dots button {
      width: 28px; height: 6px; border: 0; border-radius: 99px; background: rgba(255,255,255,0.35); padding: 0;
    }
    .dots button.is-on { background: var(--gold); width: 36px; }
    .pause-btn {
      min-width: 44px; min-height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.4);
      background: rgba(18,28,26,0.4); color: #fff; font-size: 12px;
    }
    .pause-btn:hover { background: rgba(18,28,26,0.7); }
    .triple { display: grid; grid-template-columns: 1.35fr 1fr; gap: 18px; }
    .triple-main, .triple-side article {
      background: var(--card); border-radius: var(--radius); padding: 28px 28px 24px;
      border: 1px solid var(--line); box-shadow: var(--shadow);
      transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);
    }
    .triple-main { min-height: 100%; }
    .triple-side { display: grid; gap: 18px; }
    .triple-main:hover, .triple-side article:hover, .card:hover {
      transform: translateY(-6px); box-shadow: var(--shadow-hover); border-color: var(--seal);
    }
    .text-link { color: var(--seal); font-weight: 600; font-size: 14px; display: inline-flex; align-items: center; gap: 6px; }
    .text-link:hover { color: var(--seal-dark); }
    .clause-list { list-style: none; margin: 0 0 1rem; padding: 0; }
    .clause-list li {
      border-left: 3px solid var(--seal); padding: 6px 0 6px 14px; margin-bottom: 8px;
      color: var(--muted); font-size: 15px;
    }
    .split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center; }
    .split-visual { position: relative; }
    .split-visual img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
    .binding-deco {
      position: absolute; left: -10px; top: 18px; bottom: 18px; width: 22px;
      background: radial-gradient(circle at 8px 12px, transparent 4px, #d9cfc0 5px, #d9cfc0 8px, transparent 9px);
      background-size: 22px 28px; pointer-events: none;
    }
    .note-verify {
      background: #fff; border-left: 4px solid var(--gold); padding: 14px 16px; border-radius: 0 12px 12px 0;
      font-size: 15px; color: var(--ink-soft);
    }
    .cards-6 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .card {
      background: var(--card); border-radius: var(--radius); padding: 24px; border: 1px solid var(--line);
      box-shadow: var(--shadow); position: relative; transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);
    }
    .card-badge {
      position: absolute; top: 16px; right: 16px;
      min-width: 52px; height: 52px; border-radius: 50%;
      background: var(--grad); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center;
      font-size: 10px; line-height: 1.15; box-shadow: 0 6px 14px rgba(30,58,54,0.2);
    }
    .card-badge b { font-size: 14px; font-family: "Noto Serif SC", serif; }
    .icon-seal {
      width: 42px; height: 42px; border-radius: 12px; background: rgba(139,61,47,0.1); color: var(--seal);
      display: flex; align-items: center; justify-content: center; margin-bottom: 12px;
    }
    .scene-wrap { display: grid; grid-template-columns: 220px 1fr; gap: 22px; }
    .scene-tabs { display: flex; flex-direction: column; gap: 8px; }
    .scene-tabs button {
      text-align: left; min-height: 48px; padding: 10px 14px; border-radius: 14px;
      border: 1px solid var(--line); background: #fff; color: var(--ink-soft); font-weight: 600;
      transition: var(--ease);
    }
    .scene-tabs button.is-on, .scene-tabs button:hover {
      background: var(--ink); color: #fff; border-color: var(--ink);
    }
    .scene-panel {
      background: var(--card); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line);
      display: grid; grid-template-columns: 0.9fr 1.1fr; min-height: 360px;
    }
    .scene-panel img { width: 100%; height: 100%; object-fit: cover; }
    .scene-body { padding: 28px; }
    .hot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .hot-card { overflow: hidden; padding: 0; }
    .hot-card img { width: 100%; height: 180px; object-fit: cover; }
    .hot-body { padding: 20px 22px 22px; }
    .price { color: var(--seal); font-family: "Noto Serif SC", serif; font-size: 20px; margin: 8px 0 12px; }
    .price small { font-size: 13px; color: var(--muted); font-family: "Noto Sans SC", sans-serif; }
    .dark-block {
      padding: 88px 0; color: #f3ece0; position: relative;
      background: var(--ink-deep) center/cover no-repeat;
    }
    .dark-block::before {
      content: ""; position: absolute; left: 0; right: 0; top: 0; height: 6px; background: var(--grad);
    }
    .dark-block::after {
      content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,28,26,0.92), rgba(18,28,26,0.72));
    }
    .dark-block .container { position: relative; z-index: 1; }
    .dark-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 28px; }
    .dark-quote { font-family: "Noto Serif SC", serif; font-size: clamp(1.4rem, 2.4vw, 2rem); line-height: 1.45; }
    .case-list { display: grid; gap: 16px; }
    .case-item { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 20px; }
    .case-item h3 { color: var(--gold-soft); }
    .case-item p { color: rgba(243,236,224,0.86); margin: 0; font-size: 15px; }
    .timeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; position: relative; }
    .timeline::before {
      content: ""; position: absolute; left: 6%; right: 6%; top: 27px; height: 2px;
      background: repeating-linear-gradient(90deg, var(--seal) 0 10px, transparent 10px 16px);
    }
    .step {
      background: var(--card); border-radius: var(--radius); padding: 22px 18px 18px; border: 1px solid var(--line);
      position: relative; text-align: left;
    }
    .step-num {
      width: 36px; height: 36px; border-radius: 50%; background: var(--grad); color: #fff;
      display: flex; align-items: center; justify-content: center; font-weight: 700; margin-bottom: 12px; position: relative; z-index: 1;
    }
    .stories { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 18px; }
    .story { min-height: 220px; }
    .stats-bar {
      display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
      background: #fff; border-radius: var(--radius); padding: 22px; border: 1px solid var(--line);
    }
    .stat {
      display: flex; align-items: center; gap: 12px; padding: 8px;
    }
    .stat-orb {
      width: 72px; height: 72px; border-radius: 50%; background: var(--grad); color: #fff;
      display: flex; flex-direction: column; align-items: center; justify-content: center; flex-shrink: 0;
    }
    .stat-orb b { font-size: 18px; font-family: "Noto Serif SC", serif; line-height: 1; }
    .stat-orb span { font-size: 10px; opacity: 0.9; }
    .compare { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
    .compare-col { padding: 28px; }
    .compare-col.bad { background: #f3ece4; }
    .compare-col.good { background: #fff; }
    .compare-col h3 { margin-bottom: 14px; }
    .compare-col.good h3 { color: var(--seal); }
    .reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .quote-bar { border-left: 3px solid var(--gold); padding-left: 14px; font-size: 15px; color: var(--ink-soft); }
    .meta-row { display: flex; justify-content: space-between; align-items: center; margin-top: 14px; font-size: 13px; color: var(--muted); }
    .tag {
      display: inline-flex; align-items: center; padding: 2px 10px; border-radius: 999px;
      border: 1px solid var(--seal); color: var(--seal); font-size: 12px;
    }
    .stars { color: var(--gold); letter-spacing: 2px; }
    .news-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .news-card { padding: 0; overflow: hidden; }
    .news-card img { width: 100%; height: 140px; object-fit: cover; }
    .news-card .hot-body h3 { font-size: 16px; }
    .faq-list { display: grid; gap: 10px; max-width: 880px; }
    .faq-item { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
    .faq-item button {
      width: 100%; text-align: left; background: none; border: 0; min-height: 56px;
      padding: 14px 48px 14px 18px; font-weight: 600; color: var(--ink); position: relative;
    }
    .faq-item button::after {
      content: ""; position: absolute; right: 18px; top: 50%; width: 10px; height: 10px;
      border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink);
      transform: translateY(-70%) rotate(45deg); transition: transform var(--ease);
    }
    .faq-item.is-open button::after { transform: translateY(-30%) rotate(225deg); }
    .faq-item .faq-a { display: none; padding: 0 18px 16px; color: var(--muted); font-size: 15px; }
    .faq-item.is-open .faq-a { display: block; }
    .shield { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
    .shield-item {
      background: #fff; border-radius: 20px; padding: 18px; border: 1px dashed var(--line);
    }
    .cta-block {
      padding: 72px 0 96px; background: var(--ink-deep) center/cover no-repeat; position: relative; color: #f4efe6;
    }
    .cta-block::before { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(18,28,26,0.92), rgba(18,28,26,0.7)); }
    .cta-block .container { position: relative; z-index: 1; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 32px; align-items: start; }
    .form-card { background: #fff; color: var(--text); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-hover); }
    .field { margin-bottom: 14px; }
    .field label { display: block; font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
    .field input, .field select, .field textarea {
      width: 100%; border: 1px solid var(--line); background: var(--paper); border-radius: 12px;
      min-height: 46px; padding: 10px 12px; font-size: 15px; color: var(--text);
    }
    .field textarea { min-height: 96px; resize: vertical; }
    .field input:focus, .field select:focus, .field textarea:focus {
      border-color: var(--ink); background: #fff;
    }
    .field.is-err input, .field.is-err select, .field.is-err textarea { border-color: var(--seal); }
    .err { display: none; color: var(--seal); font-size: 12px; margin-top: 4px; }
    .field.is-err .err { display: block; }
    .form-ok { display: none; padding: 28px 8px; text-align: center; }
    .form-ok.is-show { display: block; }
    .form-ok h3 { font-size: 22px; }
    .site-footer { background: #101816; color: #cfc6b6; padding: 56px 0 28px; }
    .footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.1fr; gap: 28px; }
    .site-footer a:hover { color: #fff; }
    .footer-brand { font-family: "Noto Serif SC", serif; color: #fff; font-size: 20px; margin-bottom: 10px; }
    .footer-col h3 { color: #fff; font-size: 15px; margin-bottom: 10px; }
    .footer-col ul { list-style: none; margin: 0; padding: 0; }
    .footer-col li { margin-bottom: 8px; }
    .copy { border-top: 1px solid rgba(255,255,255,0.08); margin-top: 28px; padding-top: 16px; font-size: 13px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
    .sticky-cta {
      position: fixed; left: 50%; bottom: 16px; transform: translateX(-50%) translateY(120%);
      z-index: 40; background: var(--ink-deep); color: #fff; border-radius: 999px;
      padding: 8px 8px 8px 20px; display: flex; align-items: center; gap: 16px;
      box-shadow: 0 12px 30px rgba(0,0,0,0.28); transition: transform 280ms ease;
      min-height: 52px;
    }
    .sticky-cta.is-show { transform: translateX(-50%) translateY(0); }
    .sticky-cta .btn { background: var(--seal); }
    .sticky-cta .btn:hover { background: var(--seal-dark); }
    body.nav-open { overflow: hidden; }
    @media (max-width: 1024px) {
      .section { padding: 64px 0; }
      .cards-6, .hot-grid, .reviews, .news-grid { grid-template-columns: repeat(2, 1fr); }
      .timeline { grid-template-columns: 1fr 1fr; }
      .timeline::before { display: none; }
      .stories { grid-template-columns: 1fr; }
      .stats-bar { grid-template-columns: 1fr 1fr; }
      .shield { grid-template-columns: 1fr 1fr; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
      .scene-panel { grid-template-columns: 1fr; }
      .scene-panel img { height: 200px; }
      .stamp { right: 4%; top: 12%; width: 88px; height: 88px; }
    }
    @media (max-width: 768px) {
      .menu-toggle { display: inline-flex; }
      .nav-top-right .hours-hide, .nav-top-right .tel-block { display: none; }
      .nav-bottom {
        display: none; position: absolute; left: 0; right: 0; top: 100%;
        background: #f7f1e6; border-bottom: 1px solid var(--line); padding: 12px 0 20px;
      }
      body.nav-open .nav-bottom { display: block; }
      .nav-list { flex-direction: column; padding: 0 16px; }
      .nav-list a { width: 100%; border-radius: 12px; }
      .triple, .split, .scene-wrap, .dark-grid, .compare, .cta-block .container { grid-template-columns: 1fr; }
      .hero, .hero-track, .hero-content { min-height: 100vh; }
      .burst { right: 16px; bottom: 90px; }
      .news-grid { grid-template-columns: 1fr; }
      .hot-grid, .cards-6, .reviews { grid-template-columns: 1fr; }
      .sticky-cta { width: calc(100% - 24px); left: 12px; transform: translateY(120%); border-radius: 16px; justify-content: space-between; }
      .sticky-cta.is-show { transform: translateY(0); left: 12px; }
      h1 { font-size: 1.7rem; }
      .nav-top-right .btn { padding: 0 12px; font-size: 13px; }
    }
    @media (max-width: 520px) {
      .container { width: min(1180px, calc(100% - 28px)); }
      .section { padding: 40px 0; }
      .stats-bar, .shield, .timeline { grid-template-columns: 1fr; }
      .footer-grid, .copy { grid-template-columns: 1fr; }
      .hero-badges .data-badge { width: 100%; }
      .stamp { display: none; }
      .form-card, .card, .hot-body { padding: 18px; }
      .sticky-cta span.hide-xs { display: none; }
    }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { animation: none !important; transition: none !important; }
    }
