  /* Honeypot field — invisible to people, catches simple form-spam bots */
  .hp-field{ position:absolute !important; left:-9999px !important; width:1px; height:1px; opacity:0; pointer-events:none; }

  /* ===== Tokens — dark is the default world, light overrides it ===== */
  :root{
    --bg:#131110;
    --bg-2:#1b1815;
    --bg-3:#252019;
    --bg-4:#2c261e;
    --line: rgba(242,237,230,.10);
    --line-strong: rgba(242,237,230,.20);
    --text:#F3EEE6;
    --text-dim:#BAB0A2;
    --text-faint:#8C8377;
    --rust:#D9642B;
    --rust-hot:#F3803F;
    --rust-deep:#8A3B17;
    --rust-ink:#2A150B;
    --steel:#A3BDC4;
    --steel-hot:#C7DBDF;
    --steel-dim:#5E7C84;
    --steel-deep:#20353A;
    --ok:#8FB58E;
    --shadow: 0 24px 64px -28px rgba(0,0,0,.65);
    --shadow-soft: 0 10px 30px -14px rgba(0,0,0,.5);
    --radius-s: 6px;
    --radius-m: 14px;
    --radius-l: 28px;
    --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  }
  @media (prefers-color-scheme: light){
    :root:not([data-theme="dark"]){
      --bg:#EAE6DC;
      --bg-2:#F4F1EA;
      --bg-3:#FFFFFF;
      --bg-4:#FBF9F5;
      --line: rgba(26,22,17,.12);
      --line-strong: rgba(26,22,17,.22);
      --text:#1B1815;
      --text-dim:#57514A;
      --text-faint:#79726A;
      --rust:#B84E1C;
      --rust-hot:#D9642B;
      --rust-deep:#7A3512;
      --rust-ink:#F4E2D6;
      --steel:#2F5E69;
      --steel-hot:#20444D;
      --steel-dim:#527882;
      --steel-deep:#DDE9EA;
      --ok:#3F7A45;
      --shadow: 0 24px 60px -28px rgba(30,20,10,.22);
      --shadow-soft: 0 10px 26px -14px rgba(30,20,10,.16);
    }
  }
  :root[data-theme="light"]{
    --bg:#EAE6DC;
    --bg-2:#F4F1EA;
    --bg-3:#FFFFFF;
    --bg-4:#FBF9F5;
    --line: rgba(26,22,17,.12);
    --line-strong: rgba(26,22,17,.22);
    --text:#1B1815;
    --text-dim:#57514A;
    --text-faint:#79726A;
    --rust:#B84E1C;
    --rust-hot:#D9642B;
    --rust-deep:#7A3512;
    --rust-ink:#F4E2D6;
    --steel:#2F5E69;
    --steel-hot:#20444D;
    --steel-dim:#527882;
    --steel-deep:#DDE9EA;
    --ok:#3F7A45;
    --shadow: 0 24px 60px -28px rgba(30,20,10,.22);
    --shadow-soft: 0 10px 26px -14px rgba(30,20,10,.16);
  }
  :root[data-theme="dark"]{
    --bg:#131110; --bg-2:#1b1815; --bg-3:#252019; --bg-4:#2c261e;
    --line: rgba(242,237,230,.10); --line-strong: rgba(242,237,230,.20);
    --text:#F3EEE6; --text-dim:#BAB0A2; --text-faint:#8C8377;
    --rust:#D9642B; --rust-hot:#F3803F; --rust-deep:#8A3B17; --rust-ink:#2A150B;
    --steel:#A3BDC4; --steel-hot:#C7DBDF; --steel-dim:#5E7C84; --steel-deep:#20353A;
    --ok:#8FB58E;
  }

  *,*::before,*::after{ box-sizing:border-box; }
  html{ scroll-behavior:smooth; }
  body{
    margin:0;
    background:var(--bg);
    color:var(--text);
    font-family:'Manrope',system-ui,-apple-system,'Segoe UI',sans-serif;
    font-size:16px;
    line-height:1.55;
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
    position:relative;
  }
  body::before{
    content:"";
    position:fixed; inset:0;
    background-image:var(--grain);
    opacity:.035;
    mix-blend-mode:overlay;
    pointer-events:none;
    z-index:999;
  }
  @media (prefers-reduced-motion: reduce){
    html{ scroll-behavior:auto; }
    *{ animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; }
  }
  img{ max-width:100%; display:block; }
  h1,h2,h3{ font-family:'Unbounded',system-ui,sans-serif; font-weight:800; line-height:1.06; letter-spacing:-.01em; text-wrap:balance; margin:0; }
  p{ margin:0; }
  a{ color:inherit; }
  button{ font-family:inherit; cursor:pointer; }
  ul{ margin:0; padding:0; list-style:none; }
  .tabular{ font-variant-numeric:tabular-nums; }

  .skip-link{
    position:fixed; left:8px; top:-60px; z-index:1000;
    background:var(--rust); color:#fff; padding:10px 16px; border-radius:var(--radius-s);
    font-weight:700; text-decoration:none; transition:top .2s ease;
  }
  .skip-link:focus{ top:8px; }

  :focus-visible{ outline:2px solid var(--rust-hot); outline-offset:3px; border-radius:2px; }

  .wrap{ max-width:1240px; margin:0 auto; padding:0 24px; position:relative; z-index:1; }
  @media (max-width:720px){ .wrap{ padding:0 18px; } }

  .kicker{
    display:inline-flex; align-items:center; gap:10px;
    font-family:'Unbounded',sans-serif; font-weight:600; font-size:12px;
    text-transform:uppercase; letter-spacing:.14em; color:var(--rust);
  }
  .kicker::before{ content:""; width:18px; height:2px; background:var(--rust); display:inline-block; }

  .btn{
    display:inline-flex; align-items:center; justify-content:center; gap:10px;
    padding:17px 26px; border-radius:999px; border:none;
    font-family:'Unbounded',sans-serif; font-weight:700; font-size:15px;
    letter-spacing:.01em; text-decoration:none;
    transition:transform .18s cubic-bezier(.2,.8,.2,1), box-shadow .18s ease, background .18s ease;
    white-space:nowrap;
  }
  .btn-primary{
    background:linear-gradient(135deg,var(--rust-hot),var(--rust));
    color:#fff;
    box-shadow:0 14px 34px -12px rgba(217,100,43,.55);
  }
  .btn-primary:hover{ transform:translateY(-2px); box-shadow:0 18px 40px -12px rgba(217,100,43,.7); }
  .btn-primary:active{ transform:translateY(0) scale(.98); }
  .btn-ghost{
    background:transparent; color:var(--text); border:1.5px solid var(--line-strong);
  }
  .btn-ghost:hover{ border-color:var(--steel); color:var(--steel-hot); }
  .btn-block{ width:100%; }

  /* ===== Utility bar ===== */
  .utility{
    background:var(--rust-ink); color:var(--rust-hot);
    border-bottom:1px solid var(--line);
    font-size:12.5px; font-weight:600; letter-spacing:.03em;
  }
  :root[data-theme="light"] .utility, :root:not([data-theme="dark"]) .utility{ color:var(--rust-deep); }
  @media (prefers-color-scheme: light){ :root:not([data-theme="dark"]) .utility{ color:var(--rust-deep); } }
  .utility-row{
    display:flex; gap:28px; overflow-x:auto; padding:9px 24px; scrollbar-width:none;
  }
  .utility-row::-webkit-scrollbar{ display:none; }
  .utility-row span{ white-space:nowrap; display:flex; align-items:center; gap:8px; }
  .utility-row span::before{ content:"✓"; font-weight:800; }

  /* ===== Nav ===== */
  header.nav{
    position:sticky; top:0; z-index:60;
    background:color-mix(in srgb, var(--bg) 88%, transparent);
    backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px);
    border-bottom:1px solid var(--line);
  }
  .nav-row{ display:flex; align-items:center; justify-content:space-between; padding:16px 24px; gap:16px; }
  .brand{ display:flex; align-items:baseline; gap:10px; text-decoration:none; color:var(--text); }
  .brand-mark{ font-family:'Unbounded',sans-serif; font-weight:900; font-size:20px; letter-spacing:-.01em; }
  .brand-mark em{ font-style:normal; color:var(--rust); }
  .brand-tag{ font-size:11px; color:var(--text-faint); text-transform:uppercase; letter-spacing:.12em; display:none; }
  @media (min-width:640px){ .brand-tag{ display:inline; } }
  .nav-cta{ display:flex; align-items:center; gap:14px; }
  .nav-price{ text-align:right; display:none; }
  @media (min-width:860px){ .nav-price{ display:block; } }
  .nav-price .was{ font-size:12px; color:var(--text-faint); text-decoration:line-through; }
  .nav-price .now{ font-family:'Unbounded',sans-serif; font-weight:800; font-size:17px; color:var(--rust); }

  /* ===== Hero ===== */
  .hero{ position:relative; padding:56px 0 40px; overflow:hidden; }
  .hero-grid{
    display:grid; grid-template-columns:1.08fr .92fr; gap:56px; align-items:center;
  }
  @media (max-width:960px){ .hero-grid{ grid-template-columns:1fr; gap:36px; } }

  .hero-copy .eyebrow{ display:flex; align-items:center; gap:10px; margin-bottom:20px; }
  .badge-pill{
    display:inline-flex; align-items:center; gap:8px;
    background:var(--bg-3); border:1px solid var(--line-strong);
    padding:7px 14px 7px 8px; border-radius:999px; font-size:12.5px; font-weight:700;
  }
  .badge-pill .dot{ width:8px; height:8px; border-radius:50%; background:var(--rust); box-shadow:0 0 0 4px color-mix(in srgb, var(--rust) 20%, transparent); }

  .hero h1{ font-size:clamp(2.3rem, 5.2vw, 3.6rem); margin:6px 0 20px; max-width:14ch; }
  .hero h1 .accent{ color:var(--rust); }
  .hero-sub{ font-size:17px; color:var(--text-dim); max-width:52ch; margin-bottom:26px; }

  .chip-row{ display:flex; flex-wrap:wrap; gap:10px; margin-bottom:32px; }
  .chip{
    display:flex; align-items:center; gap:8px;
    background:var(--bg-3); border:1px solid var(--line); border-radius:999px;
    padding:9px 15px; font-size:13px; font-weight:600; color:var(--text-dim);
  }
  .chip svg{ width:14px; height:14px; color:var(--steel); flex:none; }

  .hero-actions{ display:flex; flex-wrap:wrap; align-items:center; gap:22px; margin-bottom:22px; }

  .price-block{ display:flex; align-items:flex-end; gap:14px; }
  .price-was{ font-size:15px; color:var(--text-faint); text-decoration:line-through; }
  .price-now{ font-family:'Unbounded',sans-serif; font-weight:900; font-size:2.1rem; color:var(--rust); line-height:1; }
  .price-unit{ font-size:13px; color:var(--text-faint); margin-bottom:3px; }

  .trust-line{ display:flex; align-items:center; gap:8px; font-size:13px; color:var(--text-faint); }
  .trust-line svg{ width:15px; height:15px; color:var(--ok); flex:none; }

  .countdown{
    display:inline-flex; align-items:center; gap:10px; margin-top:2px;
    font-size:12.5px; color:var(--text-faint); font-weight:600;
  }
  .countdown b{ font-family:'Unbounded',sans-serif; color:var(--rust-hot); font-size:14px; letter-spacing:.02em; }

  .hero-media{ position:relative; }
  .hero-media-panel{
    position:relative; border-radius:var(--radius-l); overflow:hidden;
    background:linear-gradient(155deg, var(--steel-deep), var(--bg-2) 55%);
    box-shadow:var(--shadow);
    aspect-ratio:4/5;
  }
  .hero-media-panel::before{
    content:""; position:absolute; inset:0;
    background:linear-gradient(200deg, color-mix(in srgb, var(--rust) 30%, transparent), transparent 55%);
    z-index:1;
  }
  .hero-media-panel img{ width:100%; height:100%; object-fit:cover; position:relative; z-index:0; }
  .hero-tag{
    position:absolute; left:18px; bottom:18px; z-index:2;
    background:color-mix(in srgb, var(--bg) 78%, transparent);
    backdrop-filter:blur(8px);
    border:1px solid var(--line-strong); border-radius:var(--radius-m);
    padding:12px 16px; font-size:12.5px; font-weight:700; color:var(--steel-hot);
    display:flex; align-items:center; gap:8px;
  }
  .hero-tag .arrow{ color:var(--rust-hot); }
  .hero-badge-float{
    position:absolute; top:18px; right:18px; z-index:2;
    background:linear-gradient(135deg,var(--rust-hot),var(--rust));
    color:#fff; border-radius:var(--radius-m); padding:12px 16px;
    font-family:'Unbounded',sans-serif; font-weight:800; font-size:13px; text-align:center;
    box-shadow:0 14px 30px -10px rgba(0,0,0,.4);
    line-height:1.2;
  }
  .hero-badge-float small{ display:block; font-size:9.5px; font-weight:600; opacity:.85; text-transform:uppercase; letter-spacing:.08em; margin-top:2px; }

  /* ===== Order panel ===== */
  .order-section{ padding:0 0 32px; position:relative; }
  .order-card{
    display:grid; grid-template-columns:1fr 1fr; gap:0;
    background:var(--bg-3); border:1px solid var(--line);
    border-radius:var(--radius-l); overflow:hidden; box-shadow:var(--shadow-soft);
  }
  .order-card::before{ content:""; }
  @media (max-width:860px){ .order-card{ grid-template-columns:1fr; } }
  .order-info{
    padding:20px 28px; position:relative;
    background:linear-gradient(165deg, var(--rust-deep), var(--bg-3) 60%);
    color:#fff;
    display:flex; flex-direction:column; justify-content:flex-start; gap:7px;
  }
  :root:not([data-theme="dark"]) .order-info{ color:#fff; }
  @media (prefers-color-scheme: light){ :root:not([data-theme="dark"]) .order-info{ background:linear-gradient(165deg, var(--rust), var(--rust-deep) 85%); } }
  :root[data-theme="light"] .order-info{ background:linear-gradient(165deg, var(--rust), var(--rust-deep) 85%); }
  .order-info h2{ font-size:clamp(1.1rem,2.1vw,1.35rem); line-height:1.15; color:#fff; max-width:20ch; }
  .order-info p{ color:rgba(255,255,255,.82); font-size:12.5px; line-height:1.45; max-width:40ch; }
  .order-price-row{ display:flex; align-items:baseline; gap:9px; margin-top:0; }
  .order-price-row .was{ font-size:13px; text-decoration:line-through; color:rgba(255,255,255,.55); }
  .order-price-row .now{ font-family:'Unbounded',sans-serif; font-weight:900; font-size:1.55rem; color:#fff; }
  .save-tag{
    display:inline-flex; align-self:flex-start; align-items:center; gap:7px;
    background:rgba(255,255,255,.14); border:1px solid rgba(255,255,255,.28);
    padding:5px 11px; border-radius:999px; font-size:11.5px; font-weight:700;
  }

  .order-form{ padding:20px 28px; display:flex; flex-direction:column; gap:7px; justify-content:flex-start; }
  .field{ display:flex; flex-direction:column; gap:3px; }
  .field label{ font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:.06em; color:var(--text-faint); }
  .field input{
    width:100%; padding:8px 13px; border-radius:var(--radius-s);
    border:1.5px solid var(--line-strong); background:var(--bg-2); color:var(--text);
    font-size:14.5px; font-family:inherit; transition:border-color .16s ease, background .16s ease;
  }
  .field input::placeholder{ color:var(--text-faint); }
  .field input:focus{ border-color:var(--rust); outline:none; background:var(--bg-4); }
  .field.error input{ border-color:#c25b4a; }
  .field-error{ font-size:12px; color:#e0705c; min-height:14px; display:none; }
  .field.error .field-error{ display:block; }
  .form-note{ font-size:12px; color:var(--text-faint); text-align:center; margin-top:2px; }
  .btn[disabled]{ opacity:.7; cursor:default; pointer-events:none; }

  /* ===== Sections generic ===== */
  section{ padding:84px 0; position:relative; }
  .section-head{ max-width:640px; margin-bottom:48px; }
  .section-head h2{ font-size:clamp(1.7rem,3.4vw,2.5rem); margin-top:10px; }
  .section-head p{ margin-top:14px; font-size:15.5px; color:var(--text-dim); max-width:56ch; }
  .divider{ height:1px; background:var(--line); border:none; margin:0; }

  /* ===== Features (editorial rows, not cards) ===== */
  .features{ background:var(--bg-2); border-top:1px solid var(--line); border-bottom:1px solid var(--line); position:relative; overflow:hidden; }
  .features-grid{ display:grid; grid-template-columns:.85fr 1.15fr; gap:60px; align-items:start; }
  @media (max-width:860px){ .features-grid{ grid-template-columns:1fr; gap:32px; } }
  .feature-row{
    display:grid; grid-template-columns:64px 1fr; gap:22px;
    padding:28px 0; border-top:1px solid var(--line);
  }
  .feature-row:last-child{ padding-bottom:0; }
  .feature-list > .feature-row:first-child{ border-top:1px solid var(--line); }
  .feature-icon{
    width:56px; height:56px; border-radius:var(--radius-m);
    background:var(--bg-3); border:1px solid var(--line-strong);
    display:flex; align-items:center; justify-content:center; color:var(--rust);
  }
  .feature-icon svg{ width:26px; height:26px; }
  .feature-row h3{ font-family:'Unbounded',sans-serif; font-size:17px; font-weight:700; margin-bottom:8px; }
  .feature-row p{ color:var(--text-dim); font-size:14.5px; max-width:52ch; }

  /* ===== Principle / image section ===== */
  .principle-grid{ display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
  @media (max-width:900px){ .principle-grid{ grid-template-columns:1fr; gap:36px; } }
  .principle-media{ position:relative; }
  .principle-media-frame{
    border-radius:var(--radius-l); overflow:hidden; box-shadow:var(--shadow-soft);
    position:relative; aspect-ratio:5/4;
  }
  .principle-media-frame img{ width:100%; height:100%; object-fit:cover; }
  .transform-tag{
    position:absolute; left:16px; top:16px; display:flex; align-items:center; gap:10px;
    background:color-mix(in srgb, var(--bg) 80%, transparent); backdrop-filter:blur(8px);
    border:1px solid var(--line-strong); border-radius:999px; padding:9px 16px 9px 12px;
    font-size:12.5px; font-weight:700;
  }
  .transform-tag .rust-word{ color:var(--rust-hot); }
  .transform-tag .steel-word{ color:var(--steel-hot); }

  .stat-strip{ display:flex; gap:0; margin:32px 0 24px; flex-wrap:wrap; }
  .stat{ flex:1 1 140px; padding:0 24px 0 0; border-right:1px solid var(--line); }
  .stat:last-child{ border-right:none; }
  .stat .num{ font-family:'Unbounded',sans-serif; font-weight:800; font-size:1.5rem; color:var(--steel); }
  .stat .lbl{ font-size:12.5px; color:var(--text-faint); margin-top:4px; }

  .caution{
    display:grid; grid-template-columns:auto 1fr; gap:14px; align-items:flex-start;
    background:color-mix(in srgb, var(--rust) 10%, var(--bg-3));
    border:1px solid color-mix(in srgb, var(--rust) 35%, var(--line));
    border-radius:var(--radius-m); padding:18px 20px; font-size:13.5px; color:var(--text-dim);
  }
  .caution svg{ width:20px; height:20px; color:var(--rust-hot); margin-top:1px; }
  .caution b{ color:var(--text); }

  /* ===== Usage steps (real sequence — horizontal rail) ===== */
  .usage{ background:var(--bg-2); border-top:1px solid var(--line); border-bottom:1px solid var(--line); position:relative; }
  .usage-layout{ display:grid; grid-template-columns:.85fr 1.15fr; gap:56px; align-items:center; margin-bottom:48px; }
  @media (max-width:900px){ .usage-layout{ grid-template-columns:1fr; gap:28px; } }
  .usage-media{ border-radius:var(--radius-l); overflow:hidden; box-shadow:var(--shadow-soft); aspect-ratio:16/11; }
  .usage-media img{ width:100%; height:100%; object-fit:cover; }

  .rail{ position:relative; display:grid; grid-template-columns:repeat(4,1fr); gap:0; }
  @media (max-width:860px){ .rail{ grid-template-columns:1fr; gap:0; } }
  .rail::before{
    content:""; position:absolute; top:26px; left:6%; right:6%; height:1px; background:var(--line-strong);
  }
  @media (max-width:860px){ .rail::before{ top:0; bottom:0; left:26px; width:1px; height:auto; right:auto; } }
  .rail-step{ position:relative; padding:0 20px 0 0; }
  @media (max-width:860px){ .rail-step{ padding:0 0 36px 60px; } }
  .rail-step:last-child{ padding-bottom:0; }
  .rail-num{
    width:52px; height:52px; border-radius:50%; background:var(--bg-3); border:1.5px solid var(--line-strong);
    display:flex; align-items:center; justify-content:center;
    font-family:'Unbounded',sans-serif; font-weight:800; font-size:15px; color:var(--rust);
    margin-bottom:18px; position:relative; z-index:1;
  }
  @media (max-width:860px){ .rail-num{ position:absolute; left:0; top:0; margin-bottom:0; } }
  .rail-step h3{ font-family:'Unbounded',sans-serif; font-size:15.5px; font-weight:700; margin-bottom:8px; }
  .rail-step p{ font-size:13.5px; color:var(--text-dim); }

  /* ===== Urgency banner ===== */
  .urgency{
    background:linear-gradient(120deg, var(--rust-deep), #1b1815 65%);
    color:#fff; text-align:center; padding:72px 0;
    position:relative; overflow:hidden;
  }
  :root:not([data-theme="dark"]) .urgency{ color:#fff; }
  @media (prefers-color-scheme: light){ :root:not([data-theme="dark"]) .urgency{ background:linear-gradient(120deg, var(--rust), var(--rust-deep) 70%); } }
  :root[data-theme="light"] .urgency{ background:linear-gradient(120deg, var(--rust), var(--rust-deep) 70%); }
  .urgency::after{
    content:""; position:absolute; inset:0; background-image:var(--grain); opacity:.06; mix-blend-mode:overlay;
  }
  .urgency-inner{ position:relative; z-index:1; max-width:640px; margin:0 auto; }
  .urgency .kicker{ color:#ffd9c2; justify-content:center; }
  .urgency .kicker::before{ background:#ffd9c2; }
  .urgency h2{ color:#fff; font-size:clamp(1.7rem,3.6vw,2.4rem); margin:14px 0 16px; }
  .urgency p{ color:rgba(255,255,255,.82); font-size:15.5px; margin-bottom:30px; }
  .urgency-price{ display:flex; align-items:baseline; justify-content:center; gap:14px; margin-bottom:28px; }
  .urgency-price .was{ text-decoration:line-through; color:rgba(255,255,255,.5); font-size:16px; }
  .urgency-price .now{ font-family:'Unbounded',sans-serif; font-weight:900; font-size:2.6rem; }
  .urgency .countdown{ display:flex; justify-content:center; color:rgba(255,255,255,.75); margin-top:22px; margin-bottom:0; }
  .urgency .countdown b{ color:#fff; }
  .urgency .btn-primary{ background:#fff; color:var(--rust-deep); box-shadow:0 14px 34px -12px rgba(0,0,0,.4); }
  .urgency .btn-primary:hover{ box-shadow:0 18px 40px -12px rgba(0,0,0,.5); }

  /* ===== Reviews ===== */
  .reviews-head{ display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:36px; flex-wrap:wrap; }
  .reviews-score{ display:flex; align-items:center; gap:12px; }
  .reviews-score .num{ font-family:'Unbounded',sans-serif; font-weight:900; font-size:2rem; }
  .reviews-score .stars{ color:var(--rust); font-size:15px; letter-spacing:2px; }
  .reviews-score small{ display:block; font-size:12px; color:var(--text-faint); }

  .review-wall{ display:flex; gap:18px; overflow-x:auto; padding-bottom:14px; scroll-snap-type:x proximity; }
  .review-wall::-webkit-scrollbar{ height:6px; }
  .review-wall::-webkit-scrollbar-thumb{ background:var(--line-strong); border-radius:6px; }
  .review-card{
    flex:0 0 300px; scroll-snap-align:start;
    background:var(--bg-3); border:1px solid var(--line); border-radius:var(--radius-m);
    padding:26px 24px; display:flex; flex-direction:column; gap:14px;
  }
  .review-card.tall{ flex-basis:320px; padding-top:34px; padding-bottom:34px; }
  .review-top{ display:flex; align-items:center; gap:12px; }
  .avatar{
    width:44px; height:44px; border-radius:12px; flex:none;
    display:flex; align-items:center; justify-content:center;
    font-family:'Unbounded',sans-serif; font-weight:700; font-size:15px; color:#fff;
  }
  .review-name{ font-weight:700; font-size:14px; }
  .review-role{ font-size:12px; color:var(--text-faint); }
  .review-stars{ color:var(--rust); font-size:13px; letter-spacing:2px; }
  .review-text{ font-size:14px; color:var(--text-dim); }

  /* ===== Process (real sequence, 3 steps) ===== */
  .process-list{ display:grid; grid-template-columns:repeat(3,1fr); gap:0; }
  @media (max-width:780px){ .process-list{ grid-template-columns:1fr; } }
  .process-item{ padding:28px 28px 28px 0; border-top:2px solid var(--line-strong); position:relative; }
  @media (max-width:780px){ .process-item{ padding:24px 0; } .process-item + .process-item{ border-top:1px solid var(--line); } }
  .process-num{ font-family:'Unbounded',sans-serif; font-weight:900; font-size:2rem; color:var(--steel); opacity:.5; margin-bottom:10px; }
  .process-item h3{ font-family:'Unbounded',sans-serif; font-size:16px; font-weight:700; margin-bottom:8px; }
  .process-item p{ font-size:14px; color:var(--text-dim); }

  /* ===== Final CTA ===== */
  .final{ background:var(--bg-2); border-top:1px solid var(--line); position:relative; overflow:hidden; }
  .final-grid{ display:grid; grid-template-columns:.9fr 1.1fr; gap:56px; align-items:center; }
  @media (max-width:900px){ .final-grid{ grid-template-columns:1fr; gap:32px; } }
  .final-media{ position:relative; border-radius:var(--radius-l); overflow:hidden; box-shadow:var(--shadow); aspect-ratio:4/5; background:var(--bg-3); }
  .final-media img{ width:100%; height:100%; object-fit:cover; }
  .final-media .badge-corner{
    position:absolute; top:16px; left:16px; background:var(--rust); color:#fff;
    font-family:'Unbounded',sans-serif; font-weight:800; font-size:13px; padding:9px 14px; border-radius:var(--radius-s);
  }
  .includes{ display:flex; flex-direction:column; gap:10px; margin:24px 0 30px; }
  .includes li{ display:flex; align-items:center; gap:10px; font-size:14.5px; color:var(--text-dim); }
  .includes svg{ width:16px; height:16px; color:var(--ok); flex:none; }

  /* ===== Footer ===== */
  footer.site-footer{ padding:56px 0 110px; background:var(--bg); }
  @media (min-width:640px){ footer.site-footer{ padding-bottom:56px; } }
  .footer-top{ display:flex; justify-content:space-between; gap:32px; flex-wrap:wrap; padding-bottom:32px; border-bottom:1px solid var(--line); margin-bottom:24px; }
  .footer-brand .brand-mark{ font-size:18px; }
  .footer-addr{ font-size:13px; color:var(--text-faint); margin-top:12px; max-width:34ch; line-height:1.6; }
  .footer-contact{ font-size:13px; color:var(--text-dim); max-width:32ch; }
  .footer-contact b{ color:var(--text); }
  .footer-links{ display:flex; flex-wrap:wrap; gap:8px 22px; }
  .footer-links button{
    background:none; border:none; color:var(--text-faint); font-size:12.5px; padding:0; text-decoration:underline; text-underline-offset:3px; text-decoration-color:var(--line-strong);
  }
  .footer-links button:hover{ color:var(--text); }
  .footer-bottom{ display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap; font-size:12px; color:var(--text-faint); }

  /* ===== Mobile sticky bar ===== */
  .mobile-bar{
    position:fixed; left:0; right:0; bottom:0; z-index:70;
    display:none; align-items:center; justify-content:space-between; gap:14px;
    padding:12px 16px calc(12px + env(safe-area-inset-bottom));
    background:color-mix(in srgb, var(--bg) 92%, transparent);
    backdrop-filter:blur(14px);
    border-top:1px solid var(--line-strong);
    transform:translateY(100%); transition:transform .28s cubic-bezier(.2,.8,.2,1);
  }
  .mobile-bar.show{ transform:translateY(0); }
  @media (max-width:720px){ .mobile-bar{ display:flex; } }
  .mobile-bar-price{ display:flex; flex-direction:column; line-height:1.15; }
  .mobile-bar-price .was{ font-size:11px; color:var(--text-faint); text-decoration:line-through; }
  .mobile-bar-price .now{ font-family:'Unbounded',sans-serif; font-weight:800; font-size:16px; color:var(--rust); }
  .mobile-bar .btn{ padding:13px 22px; font-size:13.5px; }

  /* ===== Legal modal ===== */
  .modal-backdrop{
    position:fixed; inset:0; background:rgba(10,8,6,.66); backdrop-filter:blur(3px);
    display:none; align-items:flex-end; justify-content:center; z-index:90; padding:0;
  }
  @media (min-width:720px){ .modal-backdrop{ align-items:center; padding:24px; } }
  .modal-backdrop.show{ display:flex; }
  .modal{
    background:var(--bg-3); width:100%; max-width:640px; max-height:86vh; overflow-y:auto;
    border-radius:var(--radius-l) var(--radius-l) 0 0; border:1px solid var(--line-strong); border-bottom:none;
    padding:32px 28px 40px; position:relative;
  }
  @media (min-width:720px){ .modal{ border-radius:var(--radius-l); border-bottom:1px solid var(--line-strong); } }
  .modal h2{ font-size:1.3rem; margin-bottom:18px; padding-right:36px; }
  .modal h3{ font-family:'Unbounded',sans-serif; font-size:14px; margin:20px 0 8px; color:var(--rust); }
  .modal p, .modal li{ font-size:13.5px; color:var(--text-dim); margin-bottom:8px; }
  .modal ul{ padding-left:18px; list-style:disc; }
  .modal-close{
    position:absolute; top:24px; right:24px; width:34px; height:34px; border-radius:50%;
    background:var(--bg-2); border:1px solid var(--line-strong); color:var(--text);
    display:flex; align-items:center; justify-content:center; font-size:16px;
  }
  .modal-close:hover{ background:var(--bg-4); }

  /* ===== Order trust image (under the hero request form) ===== */
  .order-trust{
    display:flex; align-items:center; gap:10px;
    margin-top:0; padding:6px 9px; border-radius:var(--radius-m);
    background:var(--bg-2); border:1px solid var(--line);
  }
  .order-trust-img{ width:32px; height:32px; border-radius:var(--radius-s); object-fit:cover; flex:none; background:var(--bg-4); }
  .order-trust-text{ display:flex; flex-direction:column; gap:1px; }
  .order-trust-text b{ font-size:11.5px; line-height:1.25; }
  .order-trust-text span{ font-size:10.5px; color:var(--text-faint); line-height:1.25; }
  .order-form .btn{ padding:11px 20px; font-size:13.5px; }
  .order-form .form-note{ margin-top:-3px; font-size:11px; }

  /* ===== Sticky discount timer (desktop) ===== */
  .sticky-timer{
    position:fixed; left:24px; bottom:24px; z-index:65;
    display:flex; align-items:center; gap:10px;
    background:var(--bg-3); border:1px solid var(--line-strong);
    padding:12px 18px; border-radius:999px; box-shadow:var(--shadow-soft);
    font-size:12.5px; font-weight:600; color:var(--text-dim);
    transform:translateY(140%); opacity:0;
    transition:transform .32s cubic-bezier(.2,.8,.2,1), opacity .32s ease;
  }
  .sticky-timer.show{ transform:translateY(0); opacity:1; }
  .sticky-timer svg{ color:var(--rust); flex:none; }
  .sticky-timer b{ color:var(--rust-hot); font-family:'Unbounded',sans-serif; font-size:13px; }
  @media (max-width:720px){ .sticky-timer{ display:none; } }

  /* ===== Mobile bar discount strip ===== */
  .mobile-bar-timer{
    position:absolute; left:0; right:0; bottom:100%;
    background:var(--bg-4); border-top:1px solid var(--line-strong); border-bottom:1px solid var(--line);
    text-align:center; font-size:11px; font-weight:600; color:var(--text-dim);
    padding:7px 12px;
  }
  .mobile-bar-timer b{ color:var(--rust-hot); font-family:'Unbounded',sans-serif; }

  /* ===== Decorative shapes ===== */
  .glow{
    position:absolute; border-radius:50%; filter:blur(60px);
    pointer-events:none; z-index:0;
  }
  .ring-accent{
    position:absolute; border-radius:50%; pointer-events:none; z-index:0;
    border:1.5px solid color-mix(in srgb, var(--rust) 45%, transparent);
  }
  .ring-accent::before{
    content:""; position:absolute; inset:16px; border-radius:50%;
    border:1px solid color-mix(in srgb, var(--rust) 22%, transparent);
  }
  .cross-mark{
    position:relative; display:inline-block; width:13px; height:13px; flex:none;
  }
  .cross-mark::before, .cross-mark::after{ content:""; position:absolute; background:var(--steel); }
  .cross-mark::before{ left:50%; top:0; bottom:0; width:1.5px; transform:translateX(-50%); }
  .cross-mark::after{ top:50%; left:0; right:0; height:1.5px; transform:translateY(-50%); }

  .dot-grid-bg{
    position:absolute; inset:0; pointer-events:none; z-index:0;
    background-image:radial-gradient(circle, var(--line-strong) 1.2px, transparent 1.2px);
    background-size:26px 26px;
    -webkit-mask-image:linear-gradient(180deg, transparent, #000 20%, #000 80%, transparent);
    mask-image:linear-gradient(180deg, transparent, #000 20%, #000 80%, transparent);
    opacity:.6;
  }

  .tag-notch{ clip-path:polygon(14px 0, 100% 0, 100% 100%, 14px 100%, 0 50%); padding-left:22px !important; }

  /* ===== Scroll reveal ===== */
  .reveal{
    opacity:0; transform:translateY(24px);
    transition: opacity .7s cubic-bezier(.16,.8,.24,1), transform .7s cubic-bezier(.16,.8,.24,1);
  }
  .reveal.in-view{ opacity:1; transform:translateY(0); }
  .reveal-stagger > *{
    opacity:0; transform:translateY(20px);
    transition: opacity .6s cubic-bezier(.16,.8,.24,1), transform .6s cubic-bezier(.16,.8,.24,1);
  }
  .reveal-stagger.in-view > *{ opacity:1; transform:translateY(0); }
  .reveal-stagger.in-view > *:nth-child(1){ transition-delay:.04s; }
  .reveal-stagger.in-view > *:nth-child(2){ transition-delay:.11s; }
  .reveal-stagger.in-view > *:nth-child(3){ transition-delay:.18s; }
  .reveal-stagger.in-view > *:nth-child(4){ transition-delay:.25s; }
