/* =========================================================
   通通訂 官網首頁 — page.css
   建立於 Design System 視覺語彙之上 (colors_and_type.css)。
   黑底橘 dark theme 為預設。每個 <section> 自成一塊。
   ========================================================= */

*{ box-sizing:border-box; }
body{ margin:0; background:var(--bg-0); color:var(--text-1); font-family:var(--font-sans); }
a{ color:inherit; text-decoration:none; }
img{ display:block; }
.wrap{ max-width:1200px; margin:0 auto; padding:0 40px; }
.t-num{ font-family:var(--font-mono); font-variant-numeric:tabular-nums; letter-spacing:0; }

/* ---------- atoms ---------- */
.btn{ display:inline-flex; align-items:center; justify-content:center; gap:7px;
      padding:10px 18px; border-radius:var(--r-sm); font-size:14px; font-weight:500;
      border:1px solid var(--border-2); background:transparent; color:var(--text-1);
      cursor:pointer; font-family:inherit; transition:background .13s ease, border-color .13s ease, transform .13s ease; }
.btn:hover{ background:var(--bg-2); border-color:var(--border-strong); }
.btn:active{ transform:translateY(1px); }
.btn.primary{ background:var(--accent); color:#1A1A1A; border-color:var(--accent); font-weight:600; }
.btn.primary:hover{ background:var(--accent-hover); border-color:var(--accent-hover); }
.btn.lg{ padding:14px 26px; font-size:15px; }
.btn:focus-visible{ outline:none; box-shadow:0 0 0 3px var(--accent-soft); border-color:var(--accent-border); }

.eyebrow{ display:inline-flex; align-items:center; gap:8px; padding:5px 13px; border-radius:var(--r-pill);
          background:var(--accent-soft); color:var(--accent-text); font-size:12px; font-weight:600;
          border:1px solid var(--accent-border); letter-spacing:.01em; }
.eyebrow .d{ width:6px; height:6px; border-radius:50%; background:var(--accent); }

.section{ padding:88px 0; }
.section + .section{ border-top:1px solid var(--border-1); }
.section-head{ max-width:760px; margin:0 0 48px; }
.section-title{ font-size:38px; font-weight:700; letter-spacing:-.022em; line-height:1.16; margin:16px 0 14px; text-wrap:balance; }
.section-desc{ font-size:16px; color:var(--text-2); line-height:1.65; max-width:660px; margin:0; }
.section-desc .lead{ color:var(--text-1); font-weight:500; }
.sec-cta{ margin-top:30px; }
.sec-cta a{ display:inline-flex; align-items:center; gap:6px; font-size:14px; font-weight:500; color:var(--accent-text); }
.sec-cta a:hover{ text-decoration:underline; text-underline-offset:3px; }
.sec-cta svg{ width:15px; height:15px; }

/* ---------- scarcity bar ---------- */
.topbar{ background:var(--accent); color:#1A1A1A; font-size:13px; font-weight:600; text-align:center;
         padding:9px 16px; letter-spacing:.005em; }
.topbar a{ text-decoration:underline; text-underline-offset:2px; }
.topbar[hidden]{ display:none; }

/* ---------- nav ---------- */
.nav{ height:62px; border-bottom:1px solid var(--border-1); position:sticky; top:0;
      background:oklch(0.16 0.005 60 / 0.82); backdrop-filter:blur(12px); z-index:40; }
.nav .wrap{ height:100%; display:flex; align-items:center; gap:30px; }
.nav .brand{ display:flex; align-items:center; gap:10px; }
.nav .brand img{ width:30px; height:30px; }
.nav .brand b{ font-size:16px; font-weight:700; letter-spacing:-.01em; }
.nav .brand span{ font-size:9.5px; font-weight:700; letter-spacing:.14em; color:var(--text-3); display:block; margin-top:1px; }
.nav ul{ list-style:none; margin:0; padding:0; display:flex; gap:24px; flex:1; }
.nav ul a{ font-size:14px; color:var(--text-2); transition:color .13s ease; }
.nav ul a:hover{ color:var(--text-1); }
.nav .cta{ display:flex; gap:10px; align-items:center; }
.nav .menu-btn{ display:none; }

/* ---------- HERO ---------- */
.hero{ padding:76px 0 64px; }
.hero .wrap{ display:grid; grid-template-columns:1.02fr .98fr; gap:52px; align-items:center; }
h1.hero-title{ font-family:var(--font-display); font-size:54px; font-weight:700; letter-spacing:-.028em;
               line-height:1.1; margin:18px 0 22px; text-wrap:balance; }
h1.hero-title del{ color:var(--text-3); text-decoration:line-through;
                   text-decoration-color:var(--status-danger); text-decoration-thickness:2.5px; font-weight:700; }
h1.hero-title em{ color:var(--accent); font-style:normal; }
.hero-lede{ font-size:17px; color:var(--text-2); line-height:1.62; max-width:560px; margin:0 0 28px; }
.hero-cta{ display:flex; gap:12px; align-items:center; flex-wrap:wrap; }
.hero-trust{ font-size:12.5px; color:var(--text-3); margin:16px 0 0; display:flex; align-items:center; gap:8px; }
.hero-trust svg{ width:14px; height:14px; color:var(--status-success); flex-shrink:0; }
.hero-live{ display:inline-flex; align-items:center; gap:9px; margin-top:26px; padding:9px 15px;
            background:var(--bg-1); border:1px solid var(--border-1); border-radius:var(--r-pill); font-size:13px; color:var(--text-2); }
.hero-live .dot{ width:8px; height:8px; border-radius:50%; background:var(--status-success);
                 box-shadow:0 0 0 0 var(--status-success); animation:pulse 2s infinite; }
.hero-live b{ color:var(--text-1); font-weight:700; }
@keyframes pulse{ 0%{ box-shadow:0 0 0 0 oklch(0.78 0.13 150 / 0.5);} 70%{ box-shadow:0 0 0 7px oklch(0.78 0.13 150 / 0);} 100%{ box-shadow:0 0 0 0 oklch(0.78 0.13 150 / 0);} }

/* hero mock window */
.hero-visual{ position:relative; }
.mock{ background:var(--bg-1); border:1px solid var(--border-1); border-radius:14px;
       box-shadow:0 34px 70px -22px rgba(0,0,0,.6); overflow:hidden; }
.mock .bar{ height:34px; background:var(--bg-2); border-bottom:1px solid var(--border-1);
            display:flex; align-items:center; gap:9px; padding:0 14px; font-size:11.5px; color:var(--text-3); }
.mock .bar .live{ color:var(--accent); }
.mock .bar .label{ font-family:var(--font-mono); }
.mock .body{ padding:15px 16px; }
.db-head{ display:flex; justify-content:space-between; align-items:flex-start; margin-bottom:13px; }
.db-head h3{ font-size:13.5px; margin:0; font-weight:600; }
.db-head .db-sub{ font-size:10.5px; color:var(--text-3); margin-top:2px; }
.pill{ font-size:9.5px; font-weight:700; letter-spacing:.08em; padding:3px 8px; border-radius:var(--r-pill);
       background:var(--accent-soft); color:var(--accent-text); border:1px solid var(--accent-border); }
.kpi-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin-bottom:11px; }
.kpi{ background:var(--bg-2); border:1px solid var(--border-1); border-radius:10px; padding:11px 12px; }
.kpi small{ font-size:9.5px; color:var(--text-3); }
.kpi b{ display:block; font-size:18px; font-weight:600; margin-top:4px; font-variant-numeric:tabular-nums; }
.kpi i{ font-style:normal; font-size:10px; font-weight:600; }
.kpi i.up{ color:var(--status-success); }
.kpi i.warn{ color:var(--status-warning); }
.mock-chart{ background:var(--bg-2); border:1px solid var(--border-1); border-radius:10px; padding:11px; margin-bottom:11px; }
.ch-head{ display:flex; justify-content:space-between; align-items:center; font-size:10px; color:var(--text-3); margin-bottom:7px; }
.leg i{ display:inline-block; width:8px; height:8px; border-radius:2px; margin-right:4px; vertical-align:middle; }
.mock-table{ background:var(--bg-2); border:1px solid var(--border-1); border-radius:10px; padding:5px 0; }
.mt-row{ display:grid; grid-template-columns:1fr auto auto; gap:10px; align-items:center;
         padding:7px 13px; font-size:11px; border-bottom:1px solid var(--border-1); }
.mt-row:last-child{ border-bottom:0; }
.mt-row .store{ color:var(--text-1); font-weight:500; }
.mt-row .qty{ font-family:var(--font-mono); color:var(--text-2); font-variant-numeric:tabular-nums; }
.mt-row .st{ font-size:9.5px; font-weight:600; padding:2px 8px; border-radius:var(--r-pill); }
.st.info{ background:var(--status-info-bg); color:var(--status-info); border:1px solid var(--status-info-border); }
.st.warn{ background:var(--status-warning-bg); color:var(--status-warning); border:1px solid var(--status-warning-border); }
.st.ok{ background:var(--status-success-bg); color:var(--status-success); border:1px solid var(--status-success-border); }

/* floating role notification card */
.notif{ position:absolute; right:-22px; bottom:-18px; width:268px;
        background:var(--bg-1); border:1px solid var(--accent-border); border-radius:13px;
        padding:13px 15px; box-shadow:var(--shadow-pop); z-index:3; }
.notif .nh{ display:flex; align-items:center; gap:9px; margin-bottom:8px; }
.notif .nh .ic{ width:30px; height:30px; border-radius:8px; background:var(--accent); color:#1A1A1A;
                display:grid; place-items:center; flex-shrink:0; }
.notif .nh .ic svg{ width:16px; height:16px; stroke:currentColor; stroke-width:1.8; fill:none; stroke-linecap:round; stroke-linejoin:round; }
.notif .nh b{ font-size:12.5px; font-weight:600; }
.notif .nh small{ display:block; font-size:10px; color:var(--text-3); margin-top:1px; }
.notif .role{ display:inline-flex; align-items:center; gap:6px; font-size:11px; color:var(--text-2);
              background:var(--bg-2); border:1px solid var(--border-1); border-radius:var(--r-pill); padding:4px 10px; }
.notif .role .rdot{ width:6px; height:6px; border-radius:50%; background:var(--accent); }
.notif .msg{ font-size:11.5px; color:var(--text-1); line-height:1.5; margin-top:9px; }
.notif .msg b{ color:var(--accent-text); font-weight:600; }
.notif-fade{ animation:notifIn .32s ease; }
@keyframes notifIn{ from{ opacity:0; transform:translateY(6px);} to{ opacity:1; transform:none;} }

/* ---------- TRUST BAND ---------- */
.trust{ padding:30px 0; }
.trust .lead-line{ text-align:center; font-size:14px; color:var(--text-3); margin:0 0 22px; }
.stats-row{ display:grid; grid-template-columns:repeat(4,1fr); gap:0;
            border-top:1px solid var(--border-1); border-bottom:1px solid var(--border-1); }
.sb{ padding:24px 26px; text-align:center; }
.sb + .sb{ border-left:1px solid var(--border-1); }
.sb b{ display:block; font-size:30px; font-weight:700; letter-spacing:-.02em; font-variant-numeric:tabular-nums; line-height:1.1; }
.sb .lbl{ font-size:13px; color:var(--text-1); font-weight:600; margin-top:8px; }
.sb small{ display:block; font-size:11.5px; color:var(--text-3); margin-top:4px; line-height:1.45; }
.sb a{ color:var(--accent-text); text-decoration:underline; text-underline-offset:2px; }

/* ---------- BLUF lead paragraph (shared) ---------- */
.bluf{ font-size:16px; color:var(--text-1); line-height:1.7; max-width:760px; margin:0 0 40px;
       padding:18px 22px; background:var(--accent-soft); border:1px solid var(--accent-border);
       border-radius:var(--r-md); }

/* ---------- PAIN (3 cols) ---------- */
.pain-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.pain-card{ background:var(--bg-1); border:1px solid var(--border-1); border-radius:var(--r-lg); padding:26px 24px; }
.pain-card .ic{ width:48px; height:48px; border-radius:12px; background:var(--status-danger-bg);
                color:var(--status-danger); display:grid; place-items:center; border:1px solid var(--status-danger-border); margin-bottom:18px; }
.pain-card .ic svg{ width:24px; height:24px; stroke:currentColor; stroke-width:1.6; fill:none; stroke-linecap:round; stroke-linejoin:round; }
.pain-card h3{ font-size:17px; font-weight:600; line-height:1.4; margin:0 0 4px; letter-spacing:-.008em; }
.pain-card .prob{ font-size:13px; color:var(--text-3); line-height:1.6; margin:0 0 16px; }
.pain-card .arrow{ display:flex; align-items:center; gap:7px; font-size:11px; font-weight:600; color:var(--accent-text);
                   letter-spacing:.04em; text-transform:uppercase; margin-bottom:8px; }
.pain-card .arrow svg{ width:14px; height:14px; }
.pain-card .sol{ font-size:13.5px; color:var(--text-1); line-height:1.62; margin:0; }

/* ---------- CORE FEATURES (6 numbered) ---------- */
.feat-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.feat{ background:var(--bg-1); border:1px solid var(--border-1); border-radius:var(--r-lg); padding:26px 24px;
       display:flex; flex-direction:column; transition:border-color .13s ease, background .13s ease; }
.feat:hover{ border-color:var(--border-strong); background:var(--bg-2); }
.feat .top{ display:flex; align-items:center; gap:12px; margin-bottom:14px; }
.feat .num{ font-family:var(--font-mono); font-size:12px; font-weight:600; color:var(--accent-text);
            background:var(--accent-soft); border:1px solid var(--accent-border); border-radius:var(--r-sm);
            width:30px; height:30px; display:grid; place-items:center; flex-shrink:0; }
.feat .ic{ width:34px; height:34px; border-radius:9px; background:var(--bg-3); color:var(--accent);
           display:grid; place-items:center; }
.feat .ic svg{ width:19px; height:19px; stroke:currentColor; stroke-width:1.6; fill:none; stroke-linecap:round; stroke-linejoin:round; }
.feat h3{ font-size:16px; font-weight:600; line-height:1.4; margin:0 0 8px; letter-spacing:-.008em; }
.feat p{ font-size:13.5px; color:var(--text-2); line-height:1.62; margin:0; }
.feat p b{ color:var(--text-1); font-weight:600; }

/* role notification table (shared table style) */
.tbl-wrap{ margin-top:40px; border:1px solid var(--border-1); border-radius:var(--r-lg); overflow:hidden; background:var(--bg-1); }
.tbl-cap{ padding:15px 22px; font-size:13px; color:var(--text-2); border-bottom:1px solid var(--border-1); background:var(--bg-2); }
.tbl-cap b{ color:var(--text-1); font-weight:600; }
table.ds{ width:100%; border-collapse:collapse; font-size:14px; }
table.ds th, table.ds td{ text-align:left; padding:15px 22px; border-bottom:1px solid var(--border-1); vertical-align:top; }
table.ds thead th{ font-size:12px; font-weight:600; color:var(--text-3); text-transform:uppercase; letter-spacing:.06em; background:var(--bg-2); }
table.ds tbody tr:last-child td{ border-bottom:0; }
table.ds tbody tr:hover{ background:var(--bg-2); }
table.ds td .role-name{ font-weight:600; color:var(--text-1); }
table.ds td.tc{ color:var(--text-2); }
.cell-yes{ color:var(--status-success); font-weight:600; }
.cell-no{ color:var(--text-3); }
.cmp-good{ color:var(--accent-text); font-weight:500; }
.cmp-bad{ color:var(--text-3); }
table.cmp th:first-child{ width:22%; }
table.cmp th:nth-child(2){ color:var(--status-danger); }
table.cmp th:last-child{ color:var(--accent-text); }
table.cmp td:last-child{ background:var(--accent-soft); }

/* ---------- EDUCATION (definition) ---------- */
.edu-def{ background:var(--bg-1); border:1px solid var(--border-1); border-left:3px solid var(--accent);
          border-radius:var(--r-md); padding:26px 28px; max-width:840px; margin:0 0 24px; }
.edu-def dt{ font-size:12px; font-weight:600; color:var(--accent-text); letter-spacing:.04em;
             text-transform:uppercase; margin-bottom:10px; }
.edu-def dd{ margin:0; font-size:18px; color:var(--text-1); line-height:1.72; font-weight:500; }
.edu-note{ font-size:15px; color:var(--text-2); line-height:1.7; max-width:760px; margin:0; }

/* ---------- FLOW (4 steps) ---------- */
.flow{ display:grid; grid-template-columns:repeat(4,1fr); gap:0; position:relative;
       background:var(--bg-1); border:1px solid var(--border-1); border-radius:var(--r-lg); overflow:hidden; }
.step{ padding:30px 24px; }
.step + .step{ border-left:1px solid var(--border-1); }
.step .day{ display:inline-grid; place-items:center; width:60px; height:60px; border-radius:50%;
            background:var(--accent); color:#1A1A1A; font-weight:800; font-size:24px; margin-bottom:20px;
            font-variant-numeric:tabular-nums; letter-spacing:-.02em; }
.step h3{ font-size:16px; margin:0 0 6px; font-weight:600; letter-spacing:-.01em; }
.step .stt{ font-size:11px; font-weight:600; color:var(--accent-text); margin:0 0 8px; }
.step p{ font-size:13px; color:var(--text-2); line-height:1.6; margin:0; }

/* ---------- SECURITY ---------- */
.sec-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.sec-card{ background:var(--bg-1); border:1px solid var(--border-1); border-radius:var(--r-lg); padding:26px 24px; }
.sec-card .ic{ width:46px; height:46px; border-radius:11px; background:var(--accent-soft); color:var(--accent);
               display:grid; place-items:center; border:1px solid var(--accent-border); margin-bottom:18px; }
.sec-card .ic svg{ width:23px; height:23px; stroke:currentColor; stroke-width:1.6; fill:none; stroke-linecap:round; stroke-linejoin:round; }
.sec-card h3{ font-size:16px; font-weight:600; margin:0 0 8px; }
.sec-card p{ font-size:13.5px; color:var(--text-2); line-height:1.62; margin:0; }

/* ---------- PRICING ---------- */
.price-wrap{ display:grid; grid-template-columns:1.15fr 1fr; gap:20px; align-items:start; }
.price-cards{ display:flex; flex-direction:column; gap:16px; }
.pcard{ background:var(--bg-1); border:1px solid var(--border-1); border-radius:var(--r-lg); padding:24px 26px; }
.pcard .ph{ display:flex; align-items:baseline; justify-content:space-between; gap:12px; margin-bottom:6px; }
.pcard .pname{ font-size:15px; font-weight:600; }
.pcard .pprice{ font-size:26px; font-weight:700; letter-spacing:-.02em; font-variant-numeric:tabular-nums; white-space:nowrap; }
.pcard .pprice small{ font-size:13px; color:var(--text-3); font-weight:400; }
.pcard p.pdesc{ font-size:13px; color:var(--text-2); line-height:1.6; margin:8px 0 0; }
.tiers{ background:var(--bg-1); border:1px solid var(--border-1); border-radius:var(--r-lg); padding:24px 26px; }
.tiers .lbl{ font-size:12px; color:var(--text-3); text-transform:uppercase; letter-spacing:.1em; font-weight:600; margin-bottom:8px; }
.tier-row{ display:grid; grid-template-columns:1fr auto auto; gap:16px; align-items:center;
           padding:13px 0; border-bottom:1px solid var(--border-1); }
.tier-row:last-of-type{ border-bottom:0; }
.tier-row .range{ font-size:14px; font-weight:500; }
.tier-row .per{ font-family:var(--font-mono); font-size:13.5px; color:var(--text-1); font-variant-numeric:tabular-nums; }
.tier-row .save{ font-size:11px; padding:3px 9px; border-radius:var(--r-pill); background:var(--accent-soft);
                 color:var(--accent-text); font-weight:600; min-width:46px; text-align:center; border:1px solid var(--accent-border); }
.tier-row .save.zero{ visibility:hidden; }
.calc{ margin-top:16px; padding-top:16px; border-top:1px solid var(--border-1); font-size:13px; color:var(--text-2); line-height:1.7; }
.calc b{ color:var(--text-1); }
.perks{ list-style:none; margin:18px 0 0; padding:18px 0 0; border-top:1px solid var(--border-1);
        display:grid; grid-template-columns:1fr 1fr; gap:11px; font-size:13px; color:var(--text-2); }
.perks li{ display:flex; gap:8px; align-items:center; }
.perks svg{ width:15px; height:15px; color:var(--accent); flex-shrink:0; stroke-width:2.4; fill:none; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; }

/* ---------- TESTIMONIALS (placeholder) ---------- */
.case-head{ display:flex; align-items:center; gap:12px; flex-wrap:wrap; margin-bottom:14px; }
.recruit{ display:inline-flex; align-items:center; gap:7px; font-size:12px; font-weight:600; color:var(--accent-text);
          background:var(--accent-soft); border:1px solid var(--accent-border); border-radius:var(--r-pill); padding:5px 13px; }
.recruit .d{ width:6px; height:6px; border-radius:50%; background:var(--accent); }
.ph-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.ph-card{ background:var(--bg-1); border:1px dashed var(--border-2); border-radius:var(--r-lg); padding:26px 24px;
          display:flex; flex-direction:column; gap:14px; min-height:200px; }
.ph-stars{ display:flex; gap:4px; }
.ph-stars span{ width:18px; height:18px; border-radius:3px; background:var(--bg-3); }
.ph-lines{ display:flex; flex-direction:column; gap:9px; flex:1; }
.ph-lines i{ display:block; height:9px; border-radius:4px; background:var(--bg-3); }
.ph-who{ display:flex; align-items:center; gap:11px; padding-top:14px; border-top:1px solid var(--border-1); }
.ph-who .av{ width:38px; height:38px; border-radius:50%; background:var(--bg-3); flex-shrink:0; }
.ph-who .wl{ display:flex; flex-direction:column; gap:6px; flex:1; }
.ph-who .wl i{ height:8px; border-radius:4px; background:var(--bg-3); }
.ph-note{ text-align:center; font-size:13px; color:var(--text-3); margin:26px 0 0; }

/* ---------- FAQ ---------- */
.faq-list{ max-width:860px; border:1px solid var(--border-1); border-radius:var(--r-lg); overflow:hidden; background:var(--bg-1); }
.faq-item{ border-bottom:1px solid var(--border-1); }
.faq-item:last-child{ border-bottom:0; }
.faq-q{ width:100%; text-align:left; background:transparent; border:0; cursor:pointer; font-family:inherit;
        display:flex; align-items:center; justify-content:space-between; gap:16px;
        padding:20px 24px; font-size:16px; font-weight:600; color:var(--text-1); transition:background .13s ease; }
.faq-q:hover{ background:var(--bg-2); }
.faq-q .chev{ width:18px; height:18px; flex-shrink:0; color:var(--text-3); transition:transform .18s ease; stroke:currentColor; stroke-width:2; fill:none; stroke-linecap:round; stroke-linejoin:round; }
.faq-item[open] .faq-q .chev{ transform:rotate(180deg); }
.faq-a{ padding:0 24px; max-height:0; overflow:hidden; transition:max-height .22s ease, padding .22s ease; }
.faq-item[open] .faq-a{ padding:0 24px 22px; max-height:400px; }
.faq-a p{ font-size:14.5px; color:var(--text-2); line-height:1.72; margin:0; }

/* ---------- FINAL CTA（深色＋橘色光暈，精緻版） ---------- */
.cta-band{ position:relative; overflow:hidden; margin:0 auto; padding:58px 56px; max-width:1120px;
           background:
             radial-gradient(135% 135% at 100% 0%, oklch(0.70 0.18 35 / 0.20), transparent 52%),
             radial-gradient(120% 130% at 0% 100%, oklch(0.70 0.18 35 / 0.10), transparent 46%),
             var(--bg-1);
           border:1px solid var(--accent-border); border-radius:var(--r-xl);
           display:flex; align-items:center; gap:44px;
           box-shadow:0 30px 70px -34px oklch(0.55 0.18 32 / 0.5); }
.cta-band::after{ content:''; position:absolute; right:-70px; top:-70px; width:260px; height:260px; border-radius:50%;
                  background:radial-gradient(circle, oklch(0.72 0.18 35 / 0.16), transparent 70%); pointer-events:none; }
.cta-band > *{ position:relative; z-index:1; }
.cta-band .left{ flex:1; }
.cta-band h2{ margin:0; font-size:40px; font-weight:700; letter-spacing:-.022em; line-height:1.16; color:var(--text-1); text-wrap:balance; }
.cta-band h2 em{ font-style:normal; color:var(--accent); }
.cta-band .csub{ margin:14px 0 0; font-size:15px; color:var(--text-2); font-weight:400; line-height:1.6; }
.cta-band .right{ display:flex; flex-direction:column; gap:12px; align-items:flex-start; flex-shrink:0; }
.cta-band .btn.primary{ background:var(--accent); color:#1A1A1A; border-color:var(--accent); font-size:16px; font-weight:700;
                        padding:16px 32px; border-radius:var(--r-md); box-shadow:0 14px 32px -12px oklch(0.60 0.18 35 / 0.6); }
.cta-band .btn.primary:hover{ background:var(--accent-hover); border-color:var(--accent-hover); transform:translateY(-1px); }
.cta-band .btn.ghost{ background:transparent; color:var(--text-1); border:1px solid var(--border-strong); font-weight:600; }
.cta-band .btn.ghost:hover{ background:var(--bg-3); border-color:var(--text-3); }
.cta-band .ctrust{ font-size:13px; color:var(--text-3); font-weight:400; }

/* ---------- FOOTER ---------- */
footer.foot{ padding:60px 0 34px; border-top:1px solid var(--border-1); }
footer.foot .grid{ display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:40px; }
footer.foot h4{ font-size:11px; text-transform:uppercase; letter-spacing:.12em; color:var(--text-3); margin:0 0 14px; font-weight:600; }
footer.foot ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:9px; font-size:14px; color:var(--text-2); }
footer.foot ul a:hover{ color:var(--text-1); }
footer.foot .fbrand{ display:flex; align-items:center; gap:12px; margin-bottom:16px; }
footer.foot .fbrand img{ height:34px; }
footer.foot .brand-desc{ font-size:13.5px; color:var(--text-3); line-height:1.65; max-width:340px; margin:0 0 16px; }
footer.foot .nap{ font-size:12.5px; color:var(--text-3); line-height:1.8; }
footer.foot .social{ display:flex; gap:10px; margin-top:6px; }
footer.foot .social a{ width:34px; height:34px; border-radius:8px; border:1px solid var(--border-1); background:var(--bg-1);
                       display:grid; place-items:center; color:var(--text-2); transition:color .13s ease, border-color .13s ease; }
footer.foot .social a:hover{ color:var(--text-1); border-color:var(--border-strong); }
footer.foot .social svg{ width:17px; height:17px; }
footer.foot .copy{ margin-top:36px; padding-top:22px; border-top:1px solid var(--border-1);
                   display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; font-size:12.5px; color:var(--text-3); }

/* ---------- TWEAKS PANEL ---------- */
#tweaks{ position:fixed; right:18px; bottom:18px; width:280px; z-index:9000;
         background:var(--bg-1); border:1px solid var(--border-strong); border-radius:var(--r-lg);
         box-shadow:var(--shadow-pop); font-family:var(--font-sans); display:none; overflow:hidden; }
#tweaks.show{ display:block; }
#tweaks .tw-head{ display:flex; align-items:center; justify-content:space-between; padding:12px 15px;
                  border-bottom:1px solid var(--border-1); background:var(--bg-2); }
#tweaks .tw-head b{ font-size:13px; font-weight:600; }
#tweaks .tw-close{ background:transparent; border:0; color:var(--text-3); cursor:pointer; font-size:17px; line-height:1; padding:2px 4px; }
#tweaks .tw-close:hover{ color:var(--text-1); }
#tweaks .tw-body{ padding:14px 15px; max-height:72vh; overflow-y:auto; display:flex; flex-direction:column; gap:15px; }
#tweaks .tw-sec > .tw-lbl{ font-size:10px; font-weight:600; text-transform:uppercase; letter-spacing:.1em; color:var(--text-4); margin-bottom:9px; }
#tweaks .tw-row{ display:flex; flex-direction:column; gap:7px; margin-bottom:13px; }
#tweaks .tw-row:last-child{ margin-bottom:0; }
#tweaks .tw-row > label{ font-size:12px; color:var(--text-2); }
#tweaks .seg{ display:flex; gap:4px; background:var(--bg-3); border-radius:var(--r-sm); padding:3px; }
#tweaks .seg button{ flex:1; padding:6px 4px; font-size:11.5px; border:0; border-radius:4px; background:transparent;
                     color:var(--text-2); cursor:pointer; font-family:inherit; transition:background .12s ease, color .12s ease; }
#tweaks .seg button.on{ background:var(--accent); color:#1A1A1A; font-weight:600; }
#tweaks .swatches{ display:flex; gap:8px; }
#tweaks .swatches button{ width:30px; height:30px; border-radius:50%; border:2px solid transparent; cursor:pointer; padding:0; }
#tweaks .swatches button.on{ border-color:var(--text-1); }
#tweaks input[type=text]{ width:100%; padding:8px 10px; font-size:12.5px; font-family:inherit; color:var(--text-1);
                          background:var(--bg-3); border:1px solid var(--border-1); border-radius:var(--r-sm); }
#tweaks input[type=text]:focus{ outline:none; border-color:var(--accent-border); box-shadow:0 0 0 3px var(--accent-soft); }
#tweaks .tw-toggle{ display:flex; align-items:center; justify-content:space-between; }
#tweaks .tw-switch{ width:38px; height:22px; border-radius:var(--r-pill); background:var(--bg-4); border:1px solid var(--border-2);
                    cursor:pointer; position:relative; transition:background .14s ease; flex-shrink:0; }
#tweaks .tw-switch::after{ content:''; position:absolute; top:2px; left:2px; width:16px; height:16px; border-radius:50%;
                           background:var(--text-2); transition:transform .14s ease, background .14s ease; }
#tweaks .tw-switch.on{ background:var(--accent); }
#tweaks .tw-switch.on::after{ transform:translateX(16px); background:#1A1A1A; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 980px){
  .hero .wrap{ grid-template-columns:1fr; gap:40px; }
  .hero-visual{ max-width:520px; }
  h1.hero-title{ font-size:44px; }
  .feat-grid, .pain-grid, .sec-grid, .ph-grid{ grid-template-columns:1fr 1fr; }
  .price-wrap{ grid-template-columns:1fr; }
  .flow{ grid-template-columns:1fr 1fr; }
  .step:nth-child(3){ border-left:0; }
  .step:nth-child(n+3){ border-top:1px solid var(--border-1); }
  .stats-row{ grid-template-columns:1fr 1fr; }
  .sb:nth-child(3), .sb:nth-child(4){ border-top:1px solid var(--border-1); }
  .sb:nth-child(3){ border-left:0; }
  .nav ul{ display:none; }
}
@media (max-width: 640px){
  .wrap{ padding:0 22px; }
  .section{ padding:60px 0; }
  h1.hero-title{ font-size:36px; }
  .section-title{ font-size:30px; }
  .feat-grid, .pain-grid, .sec-grid, .ph-grid, .flow, .stats-row{ grid-template-columns:1fr; }
  .step + .step{ border-left:0; border-top:1px solid var(--border-1); }
  .sb + .sb{ border-left:0; border-top:1px solid var(--border-1); }
  .perks{ grid-template-columns:1fr; }
  .cta-band{ flex-direction:column; align-items:flex-start; padding:44px 30px; }
  .cta-band h2{ font-size:32px; }
  footer.foot .grid{ grid-template-columns:1fr 1fr; }
  .notif{ right:0; }
}

@media (prefers-reduced-motion: reduce){
  *{ animation-duration:.001ms !important; transition-duration:.001ms !important; }
}
