  :root{
    --bg:#fffdf7;
    --ink:#142339;
    --ink-soft:#5a6678;
    --firouzeh:#0fb2c0;
    --firouzeh-deep:#0a8b97;
    --cobalt:#2b43c9;
    --coral:#ff5a54;
    --rose:#ff8aa0;
    --saffron:#ffbe2b;
    --mint:#e7f7f6;
    --line:#e7e3d6;
    --maxw:1180px;
    --disp:"Bricolage Grotesque", system-ui, sans-serif;
    --sans:"Hanken Grotesk", system-ui, sans-serif;
    --tile:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='84' height='84' viewBox='0 0 84 84'><g fill='none' stroke='white' stroke-width='1.4' stroke-opacity='0.55'><path d='M42 6 50 26 70 26 56 40 62 60 42 48 22 60 28 40 14 26 34 26Z'/><circle cx='42' cy='42' r='6'/></g></svg>");
  }
  *{box-sizing:border-box;margin:0;padding:0}
  html{scroll-behavior:smooth}
  body{background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:18px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
  [dir="rtl"] body,[dir="rtl"]{font-family:"Vazirmatn",sans-serif}
  [dir="rtl"] h1,[dir="rtl"] h2,[dir="rtl"] h3,[dir="rtl"] .disp{font-family:"Vazirmatn",sans-serif;font-weight:800}
  .disp{font-family:var(--disp)}
  .wrap{max-width:var(--maxw);margin:0 auto;padding:0 32px}
  a{color:inherit;text-decoration:none}

  /* photo placeholder system */
  .ph{position:relative;overflow:hidden;border-radius:16px;display:grid;place-items:center;color:#fff;isolation:isolate}
  .ph img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
  .ph .pcap,.ph .tag{position:relative;z-index:1}
  .mom-grid .ph .soon{position:absolute;top:10px;left:10px;z-index:2;background:var(--ink);color:#fff;font-size:11px;font-weight:700;padding:3px 9px;border-radius:999px;opacity:.92}
  .ph::after{content:"";position:absolute;inset:0;background-image:var(--tile);background-size:84px 84px;opacity:.16;mix-blend-mode:overlay;z-index:1}
  .ph .pic{position:relative;z-index:2;width:52px;height:52px;border-radius:50%;border:2px solid rgba(255,255,255,.85);display:grid;place-items:center;background:rgba(255,255,255,.16)}
  .ph .pcap{position:absolute;z-index:3;bottom:13px;left:13px;background:rgba(8,20,34,.34);backdrop-filter:blur(5px);padding:6px 12px;border-radius:999px;font-size:12.5px;font-weight:600;letter-spacing:.01em}
  [dir="rtl"] .ph .pcap{left:auto;right:13px}
  .ph-turq{background:linear-gradient(150deg,#16c3d1,#0a8b97)}
  .ph-coral{background:linear-gradient(150deg,#ff7d6b,#ff5a54)}
  .ph-cobalt{background:linear-gradient(150deg,#4a63e6,#2b43c9)}
  .ph-saffron{background:linear-gradient(150deg,#ffce4f,#ff9e22)}
  .ph-rose{background:linear-gradient(150deg,#ff9fb2,#ff6f93)}

  .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:inherit;font-weight:700;font-size:15.5px;cursor:pointer;border:none;padding:13px 26px;border-radius:10px;transition:.2s;white-space:nowrap}
  .btn-primary{background:var(--coral);color:#fff}
  .btn-primary:hover{background:#e8463f;transform:translateY(-2px)}
  .btn-ghost{background:#fff;color:var(--ink);border:1.5px solid var(--ink)}
  .btn-ghost:hover{background:var(--ink);color:#fff}

  /* top bar */
  .topbar{height:4px;background:linear-gradient(90deg,var(--firouzeh),var(--cobalt) 40%,var(--coral) 70%,var(--saffron))}
  header{position:sticky;top:0;z-index:50;background:rgba(255,253,247,.86);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
  .nav{display:flex;align-items:center;justify-content:space-between;height:64px}
  .brand{display:flex;align-items:center;gap:10px;font-family:var(--disp);font-weight:800;font-size:23px;color:var(--ink);letter-spacing:-.02em}
  .brand .mark{width:30px;height:30px;flex:none}
  .nav-links{display:flex;align-items:center;gap:30px;font-size:15.5px;font-weight:600;color:var(--ink-soft)}
  .nav-links a{white-space:nowrap}
  .nav-links a:hover{color:var(--firouzeh-deep)}
  .nav-right{display:flex;align-items:center;gap:14px}
  /* Compact language pill — shows the language it switches TO (فا / en). */
  .lang{display:inline-flex;align-items:center;justify-content:center;border:1.5px solid var(--firouzeh);background:var(--mint);color:var(--firouzeh-deep);border-radius:999px;padding:7px 0;min-width:46px;font-family:inherit;font-size:13px;font-weight:700;cursor:pointer;transition:.2s}
  .lang:hover{background:var(--firouzeh);color:#fff}
  .nav-right .btn{padding:10px 20px;font-size:14.5px}
  .nav-cta{display:none}                       /* menu-only CTA; shown below the breakpoint */

  /* Hamburger — three bars that cross into an X while the panel is open. */
  .burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:0;border:none;background:transparent;cursor:pointer;border-radius:10px;transition:background .16s ease}
  .burger span{display:block;width:20px;height:2px;margin:0 auto;background:var(--ink);border-radius:2px;transition:transform .2s ease,opacity .2s ease}
  .burger:hover{background:var(--mint)}
  #siteHeader.open .burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  #siteHeader.open .burger span:nth-child(2){opacity:0}
  #siteHeader.open .burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

  /* Below 880px the nav element STOPS being a row and becomes a slide-down
     panel under the bar. It used to simply display:none here, which is why the
     site had no mobile navigation at all. Positioned against <header>, which is
     sticky (and whose backdrop-filter makes it a containing block regardless).
     Animated via visibility+opacity rather than display, which cannot transition. */
  @media(max-width:880px){
    .burger{display:flex}
    .nav-cta-desk{display:none}
    .nav-links{display:flex;flex-direction:column;align-items:stretch;gap:0;position:absolute;top:100%;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--line);padding:10px 0 16px;box-shadow:0 18px 30px -22px rgba(20,35,57,.4);opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .18s ease,transform .18s ease,visibility .18s}
    #siteHeader.open .nav-links{opacity:1;visibility:visible;transform:none}
    .nav-links a{padding:15px 32px;font-size:16px;text-align:start}
    .nav-links a:hover{background:var(--mint);color:var(--firouzeh-deep)}
    .nav-cta{display:inline-flex;margin:10px 32px 0;justify-content:center}
  }

  /* hero */
  .hero{padding:64px 0 72px;position:relative}
  .hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:56px;align-items:center}
  .chip{display:inline-flex;align-items:center;gap:8px;background:var(--mint);color:var(--firouzeh-deep);border-radius:999px;padding:8px 15px;font-size:13.5px;font-weight:700;margin-bottom:24px}
  .chip .d{width:7px;height:7px;border-radius:50%;background:var(--firouzeh)}
  /* Floor lowered 40px -> 30px: at 40px this headline wrapped to ~5 lines on a
     360px phone and swallowed the fold. The vw term still drives desktop. */
  h1.display{font-family:var(--disp);font-weight:800;font-size:clamp(30px,4.7vw,58px);line-height:1.05;letter-spacing:-.025em;color:var(--ink)}
  .hl{background:linear-gradient(180deg,transparent 56%,var(--saffron) 56%,var(--saffron) 92%,transparent 92%);padding:0 .04em;border-radius:2px}
  .hl-c{color:var(--coral)}
  .hero p.lede{margin-top:34px;font-size:20px;color:var(--ink-soft);max-width:36ch}
  .hero-cta{display:flex;gap:13px;margin-top:32px;flex-wrap:wrap}

  .hero-media{position:relative}
  .hero-media .back{position:absolute;width:78%;height:78%;background:var(--saffron);border-radius:18px;right:-14px;bottom:-14px;z-index:0}
  [dir="rtl"] .hero-media .back{right:auto;left:-14px}
  .hero-media .ph{height:480px;position:relative;z-index:1;box-shadow:0 30px 60px -34px rgba(20,35,57,.5)}
  .hero-media .float{position:absolute;z-index:3;display:flex;align-items:center;gap:8px;background:#fff;border-radius:12px;padding:10px 14px;font-size:13.5px;font-weight:700;white-space:nowrap;box-shadow:0 14px 30px -16px rgba(20,35,57,.5)}
  .hero-media .f1{top:20px;left:-18px;color:var(--firouzeh-deep)}
  .hero-media .f2{bottom:40px;right:-16px;color:var(--coral)}
  [dir="rtl"] .hero-media .f1{left:auto;right:-18px}
  [dir="rtl"] .hero-media .f2{right:auto;left:-16px}
  .hero-media .float .fi{width:24px;height:24px;border-radius:6px;display:grid;place-items:center;color:#fff}
  .hero-link{display:inline-flex;align-items:center;font-weight:700;font-size:15.5px;color:var(--firouzeh-deep);border-bottom:1.5px solid transparent;transition:.2s}
  .hero-link:hover{border-bottom-color:var(--firouzeh-deep)}

  /* Below 880px the hero becomes an IMAGE-FIRST STACK. .hero-media is second in
     the DOM and is pulled to the top visually with order:-1 rather than being
     moved in the markup, so desktop and mobile share one DOM.
     Safe here specifically because that column holds NO focusable elements —
     the image, caption and badges are all inert, and everything tabbable lives
     in .hero-copy, which never moves. If a link is ever added inside
     .hero-media, this reordering desyncs tab order and must be revisited. */
  @media(max-width:880px){
    .hero{padding:28px 0 56px}
    .hero-grid{grid-template-columns:1fr;gap:34px}
    .hero-media{order:-1}
    .hero-media .ph{height:min(58vh,430px)}
  }
  /* Mobile simplification. Every CTA rule is scoped with .hero on purpose:
     .hero-cta is reused by the closing band (.closing .hero-cta), and an
     unscoped flex-direction would stack that too. */
  @media(max-width:700px){
    .hero-copy .chip{display:none}
    /* The badges sit outside the image (left:-18px / right:-16px) and are
       silently clipped by body{overflow-x:hidden} on narrow screens. */
    .hero-media .float{display:none}
    .hero .lede{margin-top:18px;font-size:17px}
    .hero .hero-cta{flex-direction:column;align-items:stretch;gap:16px;margin-top:26px}
    .hero .hero-cta .btn{width:100%}
    .hero .hero-link{align-self:center}
  }

  /* stat strip */
  .stats{background:var(--ink);color:#fff}
  .stats .wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:34px 32px}
  .stat{display:flex;flex-direction:column;gap:3px}
  .stat .sv{font-family:var(--disp);font-weight:800;font-size:30px;line-height:1.1}
  .stat:nth-child(1) .sv{color:var(--firouzeh)}
  .stat:nth-child(2) .sv{color:var(--saffron)}
  .stat:nth-child(3) .sv{color:var(--rose)}
  .stat .sl{font-size:14.5px;color:#aeb8c7;font-weight:500}
  @media(max-width:680px){.stats .wrap{grid-template-columns:1fr;gap:18px}}

  /* sections */
  .section{padding:90px 0}
  .sec-head{max-width:640px;margin-bottom:46px}
  .sec-head.center{margin-left:auto;margin-right:auto;text-align:center}
  .kick{display:inline-block;color:var(--firouzeh-deep);font-weight:700;font-size:13px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:13px}
  .sec-head h2{font-family:var(--disp);font-weight:800;font-size:clamp(32px,4.2vw,48px);line-height:1.04;letter-spacing:-.02em;color:var(--ink)}
  .sec-head p{margin-top:14px;color:var(--ink-soft);font-size:18.5px}

  .cards{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
  .card{background:#fff;border:1.5px solid var(--line);border-radius:18px;overflow:hidden;transition:.2s;display:flex;flex-direction:column}
  .card:hover{transform:translateY(-5px);box-shadow:0 26px 50px -30px rgba(20,35,57,.45)}
  .card .strip{aspect-ratio:16/10;height:auto;display:flex;align-items:flex-end;padding:14px}
  .card .strip .tag{background:rgba(255,255,255,.22);backdrop-filter:blur(4px);color:#fff;font-size:12px;font-weight:700;padding:5px 11px;border-radius:999px}
  .card .cbody{padding:26px 28px 30px}
  .card .ic{width:46px;height:46px;border-radius:12px;display:grid;place-items:center;color:#fff;margin:-46px 0 16px;position:relative;z-index:2;border:3px solid #fff}
  .card h3{font-family:var(--disp);font-weight:700;font-size:23px;color:var(--ink);margin-bottom:8px;letter-spacing:-.01em}
  .card p{color:var(--ink-soft);font-size:16px}
  .card .lnk{margin-top:16px;display:inline-flex;align-items:center;gap:7px;font-weight:700;font-size:15px}
  .card:hover .lnk svg{transform:translateX(4px)}
  [dir="rtl"] .lnk svg{transform:scaleX(-1)}
  [dir="rtl"] .card:hover .lnk svg{transform:translateX(-4px) scaleX(-1)}
  .a-turq .ic,.a-turq .lnk{background:var(--firouzeh)}.a-turq .lnk{background:none;color:var(--firouzeh-deep)}
  .a-coral .ic,.a-coral .lnk{color:var(--coral)}.a-coral .ic{background:var(--coral);color:#fff}
  .a-cobalt .ic{background:var(--cobalt)}.a-cobalt .lnk{color:var(--cobalt)}
  .a-saffron .ic{background:var(--saffron)}.a-saffron .lnk{color:#d68a00}
  @media(max-width:760px){.cards{grid-template-columns:1fr}}

  /* moments */
  .moments{background:var(--mint)}
  .moments .wrap{padding:88px 32px}
  .mom-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:172px;gap:16px;margin-top:42px}
  .mom-grid .ph:nth-child(1){grid-column:span 2;grid-row:span 2}
  .mom-grid .ph:nth-child(4){grid-row:span 2}
  @media(max-width:760px){.mom-grid{grid-template-columns:repeat(2,1fr)}.mom-grid .ph:nth-child(1){grid-column:span 2}.mom-grid .ph:nth-child(4){grid-row:span 1}}

  /* steps */
  .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
  .step{background:#fff;border:1.5px solid var(--line);border-radius:18px;padding:30px 28px}
  .step .num{width:46px;height:46px;border-radius:13px;font-family:var(--disp);font-weight:800;font-size:21px;color:#fff;display:grid;place-items:center;margin-bottom:18px}
  .step:nth-child(1) .num{background:var(--firouzeh)}
  .step:nth-child(2) .num{background:var(--coral)}
  .step:nth-child(3) .num{background:var(--cobalt)}
  .step h3{font-family:var(--disp);font-weight:700;font-size:20px;margin-bottom:8px;letter-spacing:-.01em}
  .step p{color:var(--ink-soft);font-size:15.5px}
  @media(max-width:760px){.steps{grid-template-columns:1fr}}

  /* request a service */
  .request{background:var(--bg)}
  .req-box{background:#fff;border:1.5px solid var(--line);border-radius:24px;padding:48px;max-width:760px;margin:0 auto;box-shadow:0 26px 60px -40px rgba(20,35,57,.4)}
  .req-box .sec-head{margin:0 auto 28px;text-align:center}
  .req-form{display:flex;flex-direction:column;gap:16px}
  .req-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
  @media(max-width:620px){.req-row{grid-template-columns:1fr}}
  .field label{display:block;font-size:13.5px;font-weight:700;color:var(--ink);margin-bottom:7px}
  .field input,.field textarea{width:100%;font-family:inherit;font-size:16px;color:var(--ink);background:var(--bg);border:1.5px solid var(--line);border-radius:12px;padding:13px 15px;transition:.18s;resize:vertical}
  .field input::placeholder,.field textarea::placeholder{color:#9aa4b2}
  .field input:focus,.field textarea:focus{outline:none;border-color:var(--firouzeh);box-shadow:0 0 0 4px rgba(15,178,192,.13)}
  .req-form .btn-primary{align-self:flex-start;margin-top:4px}
  [dir="rtl"] .req-form .btn-primary{align-self:flex-end}
  .req-note{font-size:13.5px;color:var(--ink-soft)}
  .req-ok{display:none;background:var(--mint);border:1.5px solid var(--firouzeh);color:var(--firouzeh-deep);border-radius:14px;padding:18px 20px;font-weight:600;font-size:15.5px;text-align:center;margin-top:4px}

  /* trust */
  .trust{background:var(--cobalt);color:#fff;position:relative;overflow:hidden}
  .trust::before{content:"";position:absolute;inset:0;background-image:var(--tile);background-size:84px 84px;opacity:.1}
  .trust .wrap{padding:84px 32px;position:relative;z-index:1}
  .trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}
  .trust h2{font-family:var(--disp);font-weight:800;font-size:clamp(30px,3.8vw,44px);line-height:1.06;letter-spacing:-.02em}
  .trust h2 em{font-style:normal;color:var(--saffron)}
  .trust p{margin-top:16px;color:#d2d8f5;font-size:18px;max-width:42ch}
  .pillars{display:grid;grid-template-columns:1fr 1fr;gap:14px}
  .pillar{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:14px;padding:22px}
  .pillar .pn{font-family:var(--disp);font-weight:800;font-size:30px;color:#fff;line-height:1.1}
  .pillar .pl{margin-top:7px;font-size:14px;color:#d2d8f5;font-weight:500}
  @media(max-width:820px){.trust-grid{grid-template-columns:1fr;gap:34px}}

  /* closing */
  .closing{padding:96px 0}
  .closing .box{background:var(--saffron);border-radius:24px;padding:64px 56px;text-align:center;position:relative;overflow:hidden}
  .closing .box::before{content:"";position:absolute;inset:0;background-image:var(--tile);background-size:84px 84px;opacity:.14}
  .closing h2{font-family:var(--disp);font-weight:800;font-size:clamp(34px,4.6vw,58px);line-height:1.02;letter-spacing:-.025em;color:#3a2a00;max-width:18ch;margin:0 auto;position:relative;z-index:1}
  .closing p{margin:16px auto 0;color:#6b5410;font-size:19px;max-width:44ch;position:relative;z-index:1;font-weight:500}
  .closing .hero-cta{justify-content:center;margin-top:30px;position:relative;z-index:1}
  .closing .btn-ghost{background:transparent;border-color:#3a2a00;color:#3a2a00}
  .closing .btn-ghost:hover{background:#3a2a00;color:var(--saffron)}

  footer{background:var(--ink);color:#aeb8c7;padding:60px 0 38px}
  .foot-grid{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.12)}
  .foot-brand{max-width:300px}
  .foot-brand .brand{color:#fff;margin-bottom:14px}
  .foot-brand p{font-size:15px;color:#8c97a8}
  .foot-cols{display:flex;gap:58px;flex-wrap:wrap}
  .foot-col h4{font-size:12.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--firouzeh);margin-bottom:15px}
  .foot-col a{display:block;color:#aeb8c7;font-size:15px;padding:5px 0}
  .foot-col a:hover{color:#fff}
  .foot-bot{padding-top:24px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;color:#6f7c8d;font-size:14px}
  /* Copyright + legal links travel together as one group, so space-between
     still puts them opposite the tagline instead of spreading three items
     across the bar. Separated by gap rather than a middot — a punctuation
     separator would sit on the wrong side once dir flips to rtl. */
  .foot-legal{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
  .foot-legal a{color:#8c97a8}
  .foot-legal a:hover{color:#fff}
  .foot-fa{font-family:"Vazirmatn",sans-serif}

  /* ── LEGAL PAGES (/terms, /privacy) ───────────────────────────────────
     The document body is ENGLISH-ONLY and carries no data-en/data-fa — legal
     text is not machine-translated. Two consequences had to be handled, both
     of which only appear once a visitor switches to Farsi:
       * The markup sets dir="ltr" on .legal-body, because a Farsi visitor puts
         dir="rtl" on <html> and the English prose would inherit it and render
         right-aligned.
       * font-family is pinned to var(--sans) HERE, because [dir="rtl"] body
         switches to Vazirmatn and the English text would otherwise inherit a
         Persian face. */
  .legal{padding:56px 0 88px}
  .legal-body{font-family:var(--sans);max-width:74ch;color:var(--ink)}
  .legal-body h1{font-family:var(--disp);font-weight:800;font-size:clamp(30px,3.6vw,42px);line-height:1.1;letter-spacing:-.02em;margin-bottom:24px}
  .legal-body h2{font-family:var(--disp);font-weight:700;font-size:22px;line-height:1.25;margin:38px 0 12px;color:var(--ink)}
  .legal-body h3{font-family:var(--disp);font-weight:700;font-size:17.5px;margin:24px 0 8px;color:var(--ink)}
  .legal-body p{font-size:16.5px;line-height:1.7;color:var(--ink-soft);margin-bottom:14px}
  .legal-body ul{margin:0 0 16px 22px}
  .legal-body li{font-size:16.5px;line-height:1.7;color:var(--ink-soft);margin-bottom:8px}
  .legal-version{margin-top:40px;padding-top:18px;border-top:1px solid var(--line);font-size:14px;color:var(--ink-soft)}

  /* Draft notice — deliberately louder than the rest of the page and visually
     foreign to the design, so it reads as temporary scaffolding rather than a
     feature. When legal delivers final text: delete the markup from both pages
     and delete this block. The RTL rule matters — a left border lands on the
     wrong side once dir flips, which looks broken rather than mirrored. */
  .draft-banner{border:1.5px solid var(--coral);border-left-width:5px;background:rgba(255,90,84,.07);border-radius:12px;padding:16px 20px;margin-bottom:22px;font-weight:700;color:var(--ink);font-size:15.5px}
  [dir="rtl"] .draft-banner{border-left-width:1.5px;border-right-width:5px}
  .legal-note{font-size:14.5px;color:var(--ink-soft);margin-bottom:34px}

  /* Gentle end-of-page nudge on the sub-pages. Deliberately restrained: a
     hairline, whitespace and one button — a next step, not a banner. The
     preceding .section already supplies 90px below its content, so the rule
     sits well clear of it.
     Centred, so RTL needs no special handling: there is no horizontal
     alignment to flip, and the label itself flips via data-en/data-fa.
     Only padding-top is overridden on .wrap, so its horizontal padding still
     applies and the hairline aligns with page content at every breakpoint. */
  .page-cta{padding:0 0 88px}
  .page-cta .wrap{border-top:1px solid var(--line);padding-top:46px;display:flex;justify-content:center}

  /* ── MOBILE FOUNDATIONS ───────────────────────────────────────────────
     Everything above is sized for desktop and never shrank. On a 360px
     phone .wrap alone spent 64px — 18% of the screen — on gutters, and the
     fixed box paddings (.req-box 48px, .closing .box 64/56) left as little
     as 184px of usable width. Two steps: 640px, then 480px.

     NOTE the explicit .stats/.moments/.trust .wrap overrides. Those
     selectors set their own padding at higher specificity, so shrinking
     .wrap alone would never reach them — a silent no-op on three of the
     biggest sections.

     .field input/textarea deliberately stays at 16px while body drops to
     16.5px. iOS Safari auto-zooms the viewport on focus for any input under
     16px, so shrinking it would make every tap on the request form jump.
     The inconsistency is intentional — do not "tidy" it.

     The hero is deliberately absent: that markup is being rebuilt, and its
     H1 clamp floor and float badges are handled there, not retrofitted here. */
  @media(max-width:640px){
    .wrap{padding:0 24px}
    .stats .wrap{padding:28px 24px}
    .moments .wrap{padding:64px 24px}
    .trust .wrap{padding:64px 24px}
    .section{padding:64px 0}
    .closing{padding:64px 0}
    .closing .box{padding:46px 28px}
    .req-box{padding:32px 26px}
    .sec-head{margin-bottom:32px}
    .legal{padding:36px 0 64px}
    .legal-body h2{font-size:20px;margin-top:32px}
    .page-cta{padding-bottom:64px}
    .page-cta .wrap{padding-top:36px}
    .pillars{grid-template-columns:1fr}
    body{font-size:17px}
    .trust p{font-size:17px}
    .closing p{font-size:17px}
  }
  @media(max-width:480px){
    .wrap{padding:0 20px}
    .stats .wrap{padding:24px 20px}
    .moments .wrap{padding:56px 20px}
    .trust .wrap{padding:56px 20px}
    .section{padding:56px 0}
    .closing{padding:56px 0}
    .closing .box{padding:36px 22px}
    .req-box{padding:26px 20px}
    .card .cbody{padding:22px 22px 26px}
    .step{padding:24px 22px}
    body{font-size:16.5px}
  }

  /* accessibility */
  @media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}
  :focus-visible{outline:3px solid var(--firouzeh);outline-offset:2px;border-radius:4px}
