﻿
  :root{
    --bg:#0b0d10;
    --bg-soft:#14171b;
    --surface:#181b1f;
    --input-bg:#101317;
    --text:#f5f5f7;
    --text-2:#a1a1a6;
    --text-3:#6e6e73;
    --border:rgba(255,255,255,.09);
    --border-strong:rgba(255,255,255,.16);
    --grid-dot:rgba(255,255,255,.07);
    --accent:#7c7ff9;
    --accent-hover:#9497fb;
    --accent-soft:rgba(124,127,249,.16);
    --accent-text:#b4b6fc;
    --accent-2:#3f3ffb;
    --green:#32d74b;
    --green-soft:rgba(50,215,75,.14);
    --green-text:#6fe08a;
    --yellow-dot:#ffbd2e;
    --red-dot:#ff5f56;
    --error:#ff6961;
    --shadow-sm:0 1px 2px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.03);
    --shadow-md:0 20px 45px -20px rgba(0,0,0,.7);
    --shadow-lg:0 30px 70px -22px rgba(0,0,0,.8);
    --radius:16px;
    --radius-sm:10px;
    --radius-card:12px;
    --card-shadow:0 4px 20px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.03);
    --card-shadow-hover:0 20px 45px -12px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.05);
    --sans:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    --mono:'SF Mono','Fira Code',ui-monospace,Consolas,'Courier New',monospace;
    --maxw:1200px;
  }

  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  @media (prefers-reduced-motion:reduce){ html{scroll-behavior:auto;} }

  body{
    margin:0;
    background-color:var(--bg);
    background-image:
      radial-gradient(ellipse 1100px 600px at 12% 0%, rgba(78,201,176,.13), transparent 60%),
      radial-gradient(ellipse 1100px 600px at 88% 6%, rgba(55,169,255,.10), transparent 60%),
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 900'%3E %3Cdefs%3E %3Cfilter id='glow' x='-60%25' y='-60%25' width='220%25' height='220%25'%3E %3CfeGaussianBlur stdDeviation='7' result='blur'/%3E %3C/filter%3E %3C/defs%3E %3Cg opacity='0.24'%3E %3Cg stroke='%234ec9b0' stroke-opacity='0.26' stroke-width='1' fill='none'%3E %3Cline x1='80' y1='120' x2='220' y2='60'/%3E %3Cline x1='80' y1='120' x2='150' y2='260'/%3E %3Cline x1='220' y1='60' x2='340' y2='180'/%3E %3Cline x1='220' y1='60' x2='420' y2='90'/%3E %3Cline x1='340' y1='180' x2='150' y2='260'/%3E %3Cline x1='340' y1='180' x2='500' y2='220'/%3E %3Cline x1='340' y1='180' x2='420' y2='90'/%3E %3Cline x1='150' y1='260' x2='60' y2='420'/%3E %3Cline x1='150' y1='260' x2='240' y2='380'/%3E %3Cline x1='420' y1='90' x2='500' y2='220'/%3E %3Cline x1='420' y1='90' x2='620' y2='140'/%3E %3Cline x1='500' y1='220' x2='620' y2='140'/%3E %3Cline x1='500' y1='220' x2='240' y2='380'/%3E %3Cline x1='500' y1='220' x2='380' y2='460'/%3E %3Cline x1='500' y1='220' x2='540' y2='400'/%3E %3Cline x1='620' y1='140' x2='700' y2='260'/%3E %3Cline x1='620' y1='140' x2='540' y2='400'/%3E %3Cline x1='700' y1='260' x2='680' y2='460'/%3E %3Cline x1='700' y1='260' x2='820' y2='380'/%3E %3Cline x1='60' y1='420' x2='240' y2='380'/%3E %3Cline x1='60' y1='420' x2='150' y2='560'/%3E %3Cline x1='240' y1='380' x2='380' y2='460'/%3E %3Cline x1='240' y1='380' x2='150' y2='560'/%3E %3Cline x1='240' y1='380' x2='320' y2='620'/%3E %3Cline x1='380' y1='460' x2='540' y2='400'/%3E %3Cline x1='380' y1='460' x2='320' y2='620'/%3E %3Cline x1='380' y1='460' x2='480' y2='580'/%3E %3Cline x1='540' y1='400' x2='680' y2='460'/%3E %3Cline x1='540' y1='400' x2='480' y2='580'/%3E %3Cline x1='680' y1='460' x2='820' y2='380'/%3E %3Cline x1='680' y1='460' x2='620' y2='640'/%3E %3Cline x1='680' y1='460' x2='780' y2='600'/%3E %3Cline x1='820' y1='380' x2='780' y2='600'/%3E %3Cline x1='150' y1='560' x2='320' y2='620'/%3E %3Cline x1='150' y1='560' x2='100' y2='740'/%3E %3Cline x1='320' y1='620' x2='480' y2='580'/%3E %3Cline x1='320' y1='620' x2='260' y2='820'/%3E %3Cline x1='480' y1='580' x2='620' y2='640'/%3E %3Cline x1='480' y1='580' x2='440' y2='780'/%3E %3Cline x1='620' y1='640' x2='780' y2='600'/%3E %3Cline x1='620' y1='640' x2='440' y2='780'/%3E %3Cline x1='620' y1='640' x2='600' y2='820'/%3E %3Cline x1='780' y1='600' x2='860' y2='740'/%3E %3Cline x1='780' y1='600' x2='760' y2='820'/%3E %3Cline x1='860' y1='740' x2='760' y2='820'/%3E %3Cline x1='100' y1='740' x2='260' y2='820'/%3E %3Cline x1='260' y1='820' x2='440' y2='780'/%3E %3Cline x1='440' y1='780' x2='600' y2='820'/%3E %3Cline x1='600' y1='820' x2='760' y2='820'/%3E %3C/g%3E %3Cg%3E %3Ccircle cx='500' cy='220' r='20' fill='%233794ff' opacity='0.18' filter='url(%23glow)'/%3E %3Ccircle cx='240' cy='380' r='18' fill='%234ec9b0' opacity='0.17' filter='url(%23glow)'/%3E %3Ccircle cx='620' cy='640' r='18' fill='%234ec9b0' opacity='0.16' filter='url(%23glow)'/%3E %3Ccircle cx='600' cy='820' r='18' fill='%233794ff' opacity='0.16' filter='url(%23glow)'/%3E %3C/g%3E %3Cg%3E %3Ccircle cx='80' cy='120' r='2.2' fill='%234ec9b0' fill-opacity='0.6'/%3E %3Ccircle cx='220' cy='60' r='2' fill='%23c7d3e0' fill-opacity='0.5'/%3E %3Ccircle cx='340' cy='180' r='2.4' fill='%235aa9ff' fill-opacity='0.55'/%3E %3Ccircle cx='150' cy='260' r='2' fill='%234ec9b0' fill-opacity='0.55'/%3E %3Ccircle cx='420' cy='90' r='1.8' fill='%23c7d3e0' fill-opacity='0.45'/%3E %3Ccircle cx='500' cy='220' r='4' fill='%235aa9ff' fill-opacity='0.85'/%3E %3Ccircle cx='620' cy='140' r='2.2' fill='%234ec9b0' fill-opacity='0.6'/%3E %3Ccircle cx='700' cy='260' r='2' fill='%23c7d3e0' fill-opacity='0.5'/%3E %3Ccircle cx='60' cy='420' r='2' fill='%235aa9ff' fill-opacity='0.5'/%3E %3Ccircle cx='240' cy='380' r='4' fill='%234ec9b0' fill-opacity='0.85'/%3E %3Ccircle cx='380' cy='460' r='2.2' fill='%23c7d3e0' fill-opacity='0.5'/%3E %3Ccircle cx='540' cy='400' r='2' fill='%234ec9b0' fill-opacity='0.55'/%3E %3Ccircle cx='680' cy='460' r='2.4' fill='%235aa9ff' fill-opacity='0.55'/%3E %3Ccircle cx='820' cy='380' r='2' fill='%23c7d3e0' fill-opacity='0.45'/%3E %3Ccircle cx='150' cy='560' r='2' fill='%234ec9b0' fill-opacity='0.55'/%3E %3Ccircle cx='320' cy='620' r='2.2' fill='%235aa9ff' fill-opacity='0.5'/%3E %3Ccircle cx='480' cy='580' r='2' fill='%23c7d3e0' fill-opacity='0.45'/%3E %3Ccircle cx='620' cy='640' r='4' fill='%234ec9b0' fill-opacity='0.85'/%3E %3Ccircle cx='780' cy='600' r='2' fill='%235aa9ff' fill-opacity='0.5'/%3E %3Ccircle cx='860' cy='740' r='1.8' fill='%23c7d3e0' fill-opacity='0.45'/%3E %3Ccircle cx='100' cy='740' r='2' fill='%234ec9b0' fill-opacity='0.5'/%3E %3Ccircle cx='260' cy='820' r='2' fill='%235aa9ff' fill-opacity='0.5'/%3E %3Ccircle cx='440' cy='780' r='2.2' fill='%23c7d3e0' fill-opacity='0.5'/%3E %3Ccircle cx='600' cy='820' r='4' fill='%233794ff' fill-opacity='0.85'/%3E %3Ccircle cx='760' cy='820' r='2' fill='%234ec9b0' fill-opacity='0.5'/%3E %3C/g%3E %3Cg font-family='Consolas,monospace' font-size='13'%3E %3Ctext x='40' y='204' fill='%234ec9b0' fill-opacity='0.4'%3E1%3C/text%3E %3Ctext x='180' y='344' fill='%235aa9ff' fill-opacity='0.35'%3E0%3C/text%3E %3Ctext x='300' y='84' fill='%234ec9b0' fill-opacity='0.35'%3E0%3C/text%3E %3Ctext x='460' y='324' fill='%235aa9ff' fill-opacity='0.4'%3E1%3C/text%3E %3Ctext x='560' y='64' fill='%234ec9b0' fill-opacity='0.4'%3E1%3C/text%3E %3Ctext x='660' y='224' fill='%235aa9ff' fill-opacity='0.35'%3E0%3C/text%3E %3Ctext x='760' y='144' fill='%234ec9b0' fill-opacity='0.35'%3E1%3C/text%3E %3Ctext x='840' y='304' fill='%235aa9ff' fill-opacity='0.4'%3E0%3C/text%3E %3Ctext x='120' y='484' fill='%234ec9b0' fill-opacity='0.35'%3E0%3C/text%3E %3Ctext x='280' y='544' fill='%235aa9ff' fill-opacity='0.4'%3E1%3C/text%3E %3Ctext x='420' y='624' fill='%234ec9b0' fill-opacity='0.4'%3E0%3C/text%3E %3Ctext x='560' y='504' fill='%235aa9ff' fill-opacity='0.35'%3E1%3C/text%3E %3Ctext x='700' y='544' fill='%234ec9b0' fill-opacity='0.35'%3E0%3C/text%3E %3Ctext x='820' y='624' fill='%235aa9ff' fill-opacity='0.4'%3E1%3C/text%3E %3Ctext x='60' y='684' fill='%234ec9b0' fill-opacity='0.4'%3E1%3C/text%3E %3Ctext x='200' y='764' fill='%235aa9ff' fill-opacity='0.35'%3E0%3C/text%3E %3Ctext x='360' y='704' fill='%234ec9b0' fill-opacity='0.35'%3E1%3C/text%3E %3Ctext x='520' y='764' fill='%235aa9ff' fill-opacity='0.4'%3E0%3C/text%3E %3Ctext x='680' y='784' fill='%234ec9b0' fill-opacity='0.4'%3E1%3C/text%3E %3Ctext x='80' y='864' fill='%235aa9ff' fill-opacity='0.35'%3E0%3C/text%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    background-repeat:no-repeat, no-repeat, repeat;
    background-size:auto, auto, 760px 760px;
    background-position:0 0, 0 0, 0 0;
    color:var(--text);
    font-family:var(--sans);
    font-size:16px;
    line-height:1.6;
    -webkit-font-smoothing:antialiased;
  }

  a{color:inherit;text-decoration:none;}
  ::selection{background:var(--accent-soft);color:var(--accent-text);}
  :focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px;}
  h1,h2,h3,p,ul{margin:0;}
  ul{padding:0;list-style:none;}
  img,svg{display:block;max-width:100%;}

  .wrap{max-width:var(--maxw);margin:0 auto;padding-inline:clamp(24px,4vw,40px);}
  section{padding-block:clamp(80px,9vw,120px);}
  .clients-strip{padding-block:clamp(40px,5vw,56px);}

  /* ---------- mono decorative bits ---------- */
  .tag{
    display:inline-flex;align-items:center;gap:7px;
    font-family:var(--mono);
    font-size:12px;letter-spacing:.03em;
    padding:6px 12px;
    border-radius:100px;
    background:var(--accent-soft);
    color:var(--accent-text);
  }
  .tag.status{background:var(--green-soft);color:var(--green-text);}
  .tag .dot{width:6px;height:6px;border-radius:50%;background:currentColor;}
  .tag .dot.pulse{animation:pulse 2s ease-in-out infinite;}
  @keyframes pulse{0%,100%{opacity:1;}50%{opacity:.35;}}
  @media (prefers-reduced-motion:reduce){ .tag .dot.pulse{animation:none;} }

  .eyebrow{
    display:inline-block;
    font-family:var(--mono);
    font-size:12px;
    letter-spacing:.06em;
    text-transform:uppercase;
    color:var(--text-3);
    margin-bottom:14px;
  }

  /* ---------- buttons ---------- */
  .btn{
    font-family:var(--sans);
    font-size:15px;
    font-weight:600;
    padding:13px 26px;
    border-radius:100px;
    border:1px solid transparent;
    cursor:pointer;
    display:inline-flex;align-items:center;gap:8px;
    transition:background .15s ease, box-shadow .15s ease, border-color .15s ease, color .15s ease, transform .12s ease;
  }
  .btn:hover{transform:translateY(-1px);}
  .btn-primary{background:var(--accent);color:#fff;box-shadow:var(--shadow-sm);}
  .btn-primary:hover{background:var(--accent-hover);box-shadow:0 14px 30px -12px rgba(91,95,239,.5);}
  .btn-ghost{background:transparent;color:var(--text);border-color:var(--border-strong);}
  .btn-ghost:hover{border-color:var(--accent);color:var(--accent);}
  .btn-sm{padding:9px 18px;font-size:13.5px;}
  .btn-block{width:100%;justify-content:center;}

  /* ---------- nav ---------- */
  .nav{
    position:sticky;top:0;z-index:100;
    background:rgba(11,13,16,.75);
    backdrop-filter:blur(20px) saturate(180%);
    -webkit-backdrop-filter:blur(20px) saturate(180%);
    border-bottom:1px solid transparent;
    transition:border-color .2s ease, box-shadow .2s ease;
  }
  .nav.scrolled{border-color:var(--border);box-shadow:0 1px 0 rgba(0,0,0,.02);}
  .nav-inner{
    max-width:var(--maxw);margin:0 auto;padding:14px clamp(20px,4vw,40px);
    display:flex;align-items:center;justify-content:space-between;gap:20px;
  }
  .brand{display:flex;flex-direction:column;gap:3px;line-height:1;}
  .brand-name{font-weight:800;font-size:21px;letter-spacing:-.01em;color:var(--text);white-space:nowrap;}
  .brand-sub{font-family:var(--mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3);white-space:nowrap;}
  .brand{flex:none;}
  .brand-mark{
    width:26px;height:26px;border-radius:7px;
    background:linear-gradient(155deg,var(--accent),var(--accent-2));
    display:flex;align-items:center;justify-content:center;
    color:#fff;font-size:13px;font-weight:800;
  }
  .nav-links{display:none;align-items:center;gap:26px;font-size:14.5px;color:var(--text-2);white-space:nowrap;}
  .nav-links a{transition:color .15s ease;}
  .nav-links a:hover{color:var(--text);}
  @media (min-width:1040px){ .nav-links{display:flex;} }
  .nav-cta{display:flex;align-items:center;gap:14px;}
  .nav-burger{
    display:flex;align-items:center;justify-content:center;
    width:38px;height:38px;border-radius:9px;border:1px solid var(--border-strong);
    background:none;cursor:pointer;color:var(--text);
  }
  @media (min-width:1040px){ .nav-burger{display:none;} }
  .mobile-menu{
    display:none;
    border-top:1px solid var(--border);
    background:var(--bg);
    padding:14px clamp(20px,4vw,40px) 20px;
  }
  .mobile-menu.open{display:block;}
  .mobile-menu a{display:block;padding:11px 0;font-size:15px;color:var(--text);border-bottom:1px solid var(--border);}
  @media (min-width:1040px){ .mobile-menu{display:none !important;} }
  @media (max-width:380px){
    .nav-inner{gap:8px;padding-inline:14px;}
    .nav-cta{gap:6px;}
    .brand-name{font-size:15px;}
    .brand-sub{font-size:8.5px;letter-spacing:.05em;}
    .btn-sm{padding:8px 10px;font-size:12px;}
  }

  /* ---------- reveal ---------- */
  .reveal{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease;}
  .reveal.in{opacity:1;transform:none;}
  @media (prefers-reduced-motion:reduce){ .reveal{opacity:1;transform:none;transition:none;} }

  /* ---------- hero ---------- */
  .hero{
    padding-top:clamp(56px,8vw,90px);
  }
  .hero-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(40px,6vw,60px);align-items:center;}
  @media (min-width:1024px){
    .hero-grid{grid-template-columns:minmax(0,.98fr) minmax(0,1.02fr);align-items:start;}
    .hero-grid .mac-window{margin-top:0;}
  }

  .hero h1{
    font-size:clamp(32px,4vw,50px);
    font-weight:700;
    letter-spacing:-.02em;
    line-height:1.06;
    text-wrap:balance;
    overflow-wrap:break-word;
    color:var(--text);
  }
  .hero h1 em{color:var(--accent);font-style:normal;}
  .hero-sub{
    margin-top:22px;
    font-size:clamp(16px,1.6vw,19px);
    color:var(--text-2);
    max-width:52ch;
    line-height:1.6;
  }
  .hero-cta{margin-top:34px;display:flex;flex-wrap:wrap;gap:14px;}
  .hero-tags{margin-top:30px;display:flex;flex-wrap:wrap;gap:10px;}

  /* ---------- mac window ---------- */
  .mac-window{
    background:var(--surface);
    border:1px solid var(--border);
    border-radius:14px;
    box-shadow:var(--shadow-lg);
    overflow:hidden;
  }
  .mac-titlebar{
    background:var(--bg-soft);
    border-bottom:1px solid var(--border);
    padding:14px 18px;
    display:flex;align-items:center;gap:8px;
  }
  .mac-dot{width:8px;height:8px;border-radius:50%;flex:none;transition:transform .15s ease, box-shadow .15s ease;}
  .mac-dot:hover{transform:scale(1.3);box-shadow:0 0 0 4px rgba(255,255,255,.10);}
  .mac-dot.red{background:var(--red-dot);}
  .mac-dot.yellow{background:var(--yellow-dot);}
  .mac-dot.green{background:var(--green);}
  .mac-titlebar-label{margin-left:4px;font-size:13px;color:var(--text-3);font-weight:500;}
  .mac-body{padding:clamp(26px,3vw,36px);}

  .status-line{display:flex;align-items:center;gap:12px;}
  .status-big-dot{width:12px;height:12px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px var(--green-soft);flex:none;}
  .status-title{font-weight:700;font-size:19px;color:var(--text);}
  .status-sub{margin-top:4px;font-size:13.5px;color:var(--text-3);}

  .status-rows{margin-top:26px;display:flex;flex-direction:column;gap:18px;}
  .status-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:18px;border-top:1px solid var(--border);}
  .status-row:first-child{padding-top:0;border-top:none;}
  .status-row-label{font-size:15px;color:var(--text-2);}
  .status-row-value{font-size:15px;font-weight:600;color:var(--text);font-variant-numeric:tabular-nums;}
  .pill-ok{
    font-family:var(--mono);font-size:12.5px;font-weight:600;
    padding:5px 12px;border-radius:100px;background:var(--green-soft);color:var(--green-text);
  }

  /* ---------- services ---------- */
  .section-head{max-width:640px;margin-inline:auto;margin-bottom:clamp(36px,5vw,56px);text-align:center;}
  .section-head h2{font-size:clamp(34px,4.6vw,44px);font-weight:800;letter-spacing:-.015em;color:var(--text);text-wrap:balance;}
  .section-head p{margin-top:16px;font-size:18px;color:var(--text-2);}

  .cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));gap:22px;}
  .service-card{
    background:var(--surface);
    border:1px solid var(--border);
    border-radius:var(--radius-card);
    box-shadow:var(--card-shadow);
    overflow:hidden;
    display:flex;flex-direction:column;
    transition:box-shadow .25s ease, transform .25s ease, border-color .2s ease;
  }
  .service-card:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-5px);border-color:var(--border-strong);}
  .service-body{padding:26px;display:flex;flex-direction:column;flex:1;gap:16px;}
  .service-icon{
    width:46px;height:46px;border-radius:12px;
    background:var(--accent-soft);color:var(--accent);
    display:flex;align-items:center;justify-content:center;
  }
  .service-icon svg{width:24px;height:24px;}
  .service-body h3{font-size:19px;font-weight:700;color:var(--text);}
  .service-desc{font-size:14.5px;color:var(--text-2);line-height:1.6;}
  .service-feats{display:flex;flex-direction:column;gap:9px;}
  .service-feats li{display:flex;gap:10px;font-size:13.5px;color:var(--text-2);}
  .service-feats svg{width:16px;height:16px;flex:none;color:var(--accent);margin-top:2px;}
  .service-detail{
    overflow:hidden;max-height:0;transition:max-height .3s ease;
    font-size:13.5px;color:var(--text-2);line-height:1.6;
  }
  .service-card[data-open="true"] .service-detail{max-height:160px;}
  .service-actions{margin-top:auto;display:flex;flex-wrap:wrap;gap:10px 16px;align-items:center;padding-top:4px;}
  .service-toggle{
    background:none;border:none;padding:0;cursor:pointer;
    font-size:13.5px;font-weight:600;color:var(--text);
    display:flex;align-items:center;gap:6px;
  }
  .service-toggle .chev{transition:transform .2s ease;color:var(--text-3);}
  .service-card[data-open="true"] .service-toggle .chev{transform:rotate(90deg);}
  .service-link{font-size:13.5px;font-weight:600;color:var(--accent);}
  .service-link:hover{text-decoration:underline;}

  /* ---------- clients ---------- */
  .clients-strip{text-align:center;}
  .clients-heading{font-family:var(--mono);font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-3);margin-bottom:22px;}
  .clients-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:820px;margin:0 auto;}
  @media (min-width:760px){ .clients-grid{grid-template-columns:repeat(6,1fr);max-width:none;} }
  .client-logo{
    display:flex;align-items:center;justify-content:center;height:56px;padding:10px 16px;
    background:#fff;border-radius:10px;opacity:.65;transition:opacity .2s ease;
  }
  .client-logo:hover{opacity:1;}
  .client-logo img{max-width:100%;max-height:100%;object-fit:contain;display:block;}
  .client-logo.is-dark{background:var(--surface);border:1px solid var(--border);}
  .client-logo-composite{gap:8px;}
  .client-logo-composite img{width:22px;height:22px;max-width:22px;max-height:22px;flex-shrink:0;}
  .client-logo-composite span{font-family:var(--sans);font-weight:800;font-size:13.5px;color:var(--text);letter-spacing:.005em;white-space:nowrap;}

  /* ---------- pain points ---------- */
  .pain-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;}
  .pain-card{
    background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);
    padding:22px;display:flex;gap:14px;align-items:flex-start;box-shadow:var(--card-shadow);
  }
  .pain-icon{width:38px;height:38px;border-radius:10px;background:var(--accent-soft);color:var(--accent);display:flex;align-items:center;justify-content:center;flex:none;}
  .pain-icon svg{width:20px;height:20px;}
  .pain-card p{font-size:14px;color:var(--text-2);line-height:1.55;}

  /* ---------- compare table ---------- */
  .compare-table{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--card-shadow);}
  .compare-row{display:grid;grid-template-columns:1fr 1.3fr 1.3fr;}
  .compare-row + .compare-row{border-top:1px solid var(--border);}
  .compare-row > div{padding:16px 18px;font-size:13.5px;color:var(--text-2);}
  .compare-head > div{font-weight:700;color:var(--text);font-size:12.5px;background:var(--bg-soft);text-transform:uppercase;letter-spacing:.03em;}
  .compare-row > div:first-child{font-weight:600;color:var(--text);}
  .compare-row > div:nth-child(3){color:var(--green-text);}
  @media (max-width:680px){
    .compare-row{grid-template-columns:1fr;}
    .compare-row > div{padding:6px 18px;}
    .compare-row > div:first-child{padding-top:16px;font-weight:700;}
    .compare-row > div:last-child{padding-bottom:16px;}
    .compare-row > div[data-label]::before{content:attr(data-label) ": ";font-weight:700;color:var(--text);}
    .compare-head{display:none;}
  }

  /* ---------- process ---------- */
  .process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:26px;}
  .process-num{
    width:38px;height:38px;border-radius:50%;background:var(--accent);color:#fff;
    display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;margin-bottom:16px;
  }
  .process-step h3{font-size:16px;font-weight:700;color:var(--text);margin-bottom:8px;}
  .process-step p{font-size:13.5px;color:var(--text-2);line-height:1.6;}

  /* ---------- audit offer ---------- */
  .offer-panel{display:grid;grid-template-columns:1fr;gap:32px;}
  @media (min-width:900px){ .offer-panel{grid-template-columns:1.1fr .9fr;align-items:start;} }
  .offer-checklist{display:flex;flex-direction:column;gap:10px;margin-top:20px;}
  .offer-checklist li{display:flex;gap:10px;font-size:13.5px;color:var(--text-2);}
  .offer-checklist svg{width:16px;height:16px;flex:none;color:var(--accent);margin-top:2px;}
  .offer-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);padding:26px;box-shadow:var(--card-shadow);}
  .offer-card h3{font-size:15px;font-weight:700;color:var(--text);margin-bottom:14px;}
  .offer-card ol{padding-left:20px;display:flex;flex-direction:column;gap:10px;}
  .offer-card li{font-size:13.5px;color:var(--text-2);line-height:1.5;}

  /* ---------- testimonials ---------- */
  .testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:20px;}
  .testimonial-card{
    background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);
    padding:24px;box-shadow:var(--card-shadow);display:flex;flex-direction:column;gap:16px;
  }
  .testimonial-text{font-size:14.5px;color:var(--text-2);line-height:1.65;}
  .testimonial-author{font-size:13px;font-weight:600;color:var(--text);}
  .testimonial-author span{display:block;font-weight:400;color:var(--text-3);font-size:12.5px;margin-top:2px;}

  /* ---------- faq ---------- */
  .faq-list{display:flex;flex-direction:column;gap:12px;max-width:760px;margin-inline:auto;}
  .faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);overflow:hidden;}
  .faq-q{
    width:100%;text-align:left;background:none;border:none;padding:18px 22px;
    display:flex;justify-content:space-between;align-items:center;gap:12px;cursor:pointer;
    font-size:15px;font-weight:600;color:var(--text);font-family:var(--sans);
  }
  .faq-q .chev{color:var(--text-3);transition:transform .2s ease;flex:none;}
  .faq-item[data-open="true"] .faq-q .chev{transform:rotate(90deg);}
  .faq-a{overflow:hidden;max-height:0;transition:max-height .3s ease;}
  .faq-item[data-open="true"] .faq-a{max-height:220px;}
  .faq-a p{padding:0 22px 20px;font-size:14px;color:var(--text-2);line-height:1.6;}

  /* ---------- stats ---------- */
  .stats-strip{
    background:var(--bg-soft);
    border-radius:var(--radius);
    padding:clamp(24px,4vw,44px);
    display:grid;
    grid-template-columns:repeat(4,auto);
    justify-content:center;
    gap:clamp(16px,4vw,56px);
  }
  @media (max-width:640px){ .stats-strip{grid-template-columns:repeat(2,auto);} }
  .stat{padding-inline:8px;border-left:1px solid var(--border);}
  .stat:first-child{border-left:none;}
  .stat-value{font-size:clamp(20px,2.6vw,36px);font-weight:700;letter-spacing:-.01em;color:var(--text);font-variant-numeric:tabular-nums;white-space:nowrap;}
  .stat-label{margin-top:6px;font-size:14px;color:var(--text-2);}
  .stat-note{margin-top:4px;font-size:12.5px;color:var(--text-3);}

  /* ---------- pricing ---------- */
  .pricing-window .mac-body{background:var(--bg-soft);padding:clamp(22px,3vw,32px);}
  .pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(270px,100%),1fr));gap:22px;}
  .plan{
    background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);
    padding:28px 26px;display:flex;flex-direction:column;gap:18px;
    box-shadow:var(--card-shadow);
    transition:box-shadow .25s ease, transform .25s ease, border-color .2s ease;
  }
  .plan:hover{transform:translateY(-5px);box-shadow:var(--card-shadow-hover);}
  .plan.featured{border-color:var(--accent);box-shadow:0 20px 44px -18px rgba(91,95,239,.4);}
  .plan-badge{align-self:flex-start;}
  .plan-name{font-size:19px;font-weight:700;color:var(--text);}
  .plan-price{font-size:clamp(26px,3vw,32px);font-weight:800;letter-spacing:-.01em;color:var(--text);font-variant-numeric:tabular-nums;}
  .plan-price small{font-size:13px;color:var(--text-3);font-weight:500;}
  .plan-feats{display:flex;flex-direction:column;gap:11px;flex:1;}
  .plan-feats li{display:flex;gap:10px;font-size:13.5px;color:var(--text-2);align-items:flex-start;}
  .plan-feats li svg{width:16px;height:16px;flex:none;margin-top:2px;color:var(--accent);}
  .plan-feats li.off{color:var(--text-3);}
  .plan-feats li.off svg{color:var(--text-3);}

  /* ---------- contact ---------- */
  .contact-panel{
    background:var(--bg-soft);
    border-radius:24px;
    padding:clamp(28px,5vw,56px);
    display:grid;grid-template-columns:1fr;gap:40px;
  }
  @media (min-width:900px){ .contact-panel{grid-template-columns:.9fr 1.1fr;} }
  .contact-info h2{font-size:clamp(32px,3.4vw,36px);font-weight:800;letter-spacing:-.015em;color:var(--text);text-wrap:balance;}
  .contact-info p{margin-top:14px;font-size:15.5px;color:var(--text-2);max-width:44ch;}
  .contact-points{margin-top:26px;display:flex;flex-direction:column;gap:14px;}
  .contact-point{display:flex;gap:12px;align-items:flex-start;font-size:14px;color:var(--text-2);}
  .contact-point svg{width:18px;height:18px;flex:none;margin-top:2px;color:var(--accent);}

  .contact-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:clamp(22px,3vw,30px);box-shadow:var(--shadow-sm);}
  .form-row{display:grid;grid-template-columns:1fr;gap:16px;}
  @media (min-width:520px){ .form-row.two{grid-template-columns:1fr 1fr;} }
  .field{margin-bottom:16px;}
  .field label{display:block;font-size:13px;font-weight:600;color:var(--text);margin-bottom:7px;}
  .field label .opt{font-weight:400;color:var(--text-3);}
  .field input,.field select,.field textarea{
    width:100%;background:var(--input-bg);border:1px solid var(--border-strong);border-radius:10px;
    color:var(--text);font-family:var(--sans);font-size:15px;padding:12px 14px;
    transition:border-color .15s ease, box-shadow .15s ease;
  }
  .field input:focus,.field select:focus,.field textarea:focus{
    border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft);outline:none;
  }
  .field textarea{resize:vertical;min-height:96px;}
  .field-error{display:none;color:var(--error);font-size:12px;margin-top:6px;}
  .field.invalid input,.field.invalid select{border-color:var(--error);}
  .field.invalid .field-error{display:block;}
  .form-foot{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:6px;}
  .form-response{
    display:none;margin-top:16px;padding:14px 16px;border-radius:12px;
    background:var(--green-soft);color:var(--green-text);font-size:14px;font-weight:600;
    align-items:center;gap:10px;
  }
  .form-response.show{display:flex;}
  .form-response.fail{background:rgba(255,105,97,.14);color:var(--error);}
  .form-response a{color:inherit;text-decoration:underline;}
  .form-response svg{width:18px;height:18px;flex:none;}

  /* ---------- legal pages / article body (shared typography) ---------- */
  .legal-content{max-width:760px;margin:0 auto;}
  .legal-content h1{font-size:clamp(28px,4vw,38px);font-weight:800;letter-spacing:-.015em;color:var(--text);margin-bottom:8px;text-wrap:balance;}
  .legal-content .updated{font-size:13.5px;color:var(--text-3);margin-bottom:36px;}
  .legal-content h2{font-size:22px;font-weight:700;color:var(--text);margin-top:38px;margin-bottom:14px;letter-spacing:-.01em;}
  .legal-content p{font-size:15.5px;color:var(--text-2);line-height:1.75;margin-bottom:16px;}
  .legal-content a{color:var(--accent);text-decoration:underline;}
  .legal-content ul{margin:0 0 20px;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:10px;}
  .legal-content li{display:flex;gap:10px;font-size:15px;color:var(--text-2);line-height:1.6;}
  .legal-content li svg{width:17px;height:17px;flex:none;margin-top:3px;color:var(--accent);}
  .field-consent{display:flex;gap:10px;align-items:flex-start;margin-bottom:16px;font-size:12.5px;color:var(--text-2);line-height:1.5;}
  .field-consent input{margin-top:3px;flex:none;width:16px;height:16px;accent-color:var(--accent);}
  .field-consent a{color:var(--accent-text);text-decoration:underline;}
  .field-consent.invalid{color:var(--error);}

  /* ---------- article page ---------- */
  .article-hero{padding-top:clamp(56px,8vw,90px);padding-bottom:0;}
  .article-hero .wrap{max-width:680px;text-align:center;}
  .article-hero h1{
    font-size:clamp(28px,4vw,40px);font-weight:800;letter-spacing:-.015em;
    line-height:1.2;text-wrap:balance;color:var(--text);margin-top:18px;
  }
  .article-hero .hero-sub{max-width:56ch;margin-inline:auto;}
  .article-meta-line{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:18px;font-family:var(--mono);font-size:12px;color:var(--text-3);letter-spacing:.02em;}
  .article-callout{
    background:var(--accent-soft);border:1px solid var(--border-strong);border-radius:var(--radius-card);
    padding:20px 22px;margin:30px 0;display:flex;gap:14px;align-items:flex-start;
  }
  .article-callout svg{width:20px;height:20px;flex:none;color:var(--accent);margin-top:2px;}
  .article-callout p{margin:0;font-size:14.5px;color:var(--text-2);line-height:1.6;}
  .article-callout a{color:var(--accent-text);font-weight:600;text-decoration:underline;}
  .diagram-figure{margin:32px 0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);padding:clamp(16px,4vw,32px);overflow-x:auto;}
  .diagram-figure svg{display:block;margin:0 auto;max-width:100%;height:auto;min-width:520px;}
  .diagram-caption{margin-top:14px;text-align:center;font-size:12.5px;color:var(--text-3);}
  .article-cta-banner{background:var(--bg-soft);border-radius:24px;padding:clamp(32px,5vw,56px);text-align:center;}
  .article-cta-banner h2{font-size:clamp(24px,3vw,32px);font-weight:800;color:var(--text);margin-bottom:14px;text-wrap:balance;}
  .article-cta-banner p{font-size:15.5px;color:var(--text-2);max-width:50ch;margin:0 auto 24px;}

  /* ---------- footer ---------- */
  footer{border-top:1px solid var(--border);padding:36px clamp(20px,4vw,40px) 44px;}
  .footer-inner{max-width:var(--maxw);margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;gap:18px;align-items:center;}
  .footer-brand{display:flex;align-items:center;gap:9px;color:var(--text-2);font-size:13.5px;}
  .footer-links{display:flex;gap:14px 22px;font-size:13.5px;color:var(--text-2);flex-wrap:wrap;}
  .footer-links a:hover{color:var(--text);}

  /* ---------- price table (remont.html) ---------- */
  .price-table{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);overflow:hidden;box-shadow:var(--card-shadow);}
  .price-table table{width:100%;border-collapse:collapse;}
  .price-table th,.price-table td{padding:13px 20px;text-align:left;font-size:13.5px;border-bottom:1px solid var(--border);}
  .price-table th{color:var(--text-3);font-weight:600;text-transform:uppercase;font-size:11px;letter-spacing:.04em;background:var(--bg-soft);}
  .price-table td{color:var(--text-2);}
  .price-table tr:last-child td{border-bottom:none;}
  .price-table td:last-child,.price-table th:last-child{text-align:right;}
  .price-table td:last-child{color:var(--text);font-weight:600;font-variant-numeric:tabular-nums;}
  .price-hero{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);padding:clamp(24px,4vw,36px);text-align:center;max-width:400px;margin:0 auto;box-shadow:var(--card-shadow);}
  .price-hero-value{font-size:clamp(30px,4vw,40px);font-weight:800;color:var(--text);margin-top:6px;}
  /* ---------- blog (blog.html) ---------- */
  .category-row{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;}
  .article-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:22px;}
  .article-card{
    background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);
    padding:24px;display:flex;flex-direction:column;gap:12px;box-shadow:var(--card-shadow);
    transition:box-shadow .25s ease, transform .25s ease, border-color .2s ease;
  }
  .article-card:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-4px);border-color:var(--border-strong);}
  .article-meta{display:flex;gap:10px;align-items:center;font-family:var(--mono);font-size:11px;letter-spacing:.03em;color:var(--text-3);}
  .article-card h3{font-size:16.5px;font-weight:700;color:var(--text);line-height:1.4;}
  .article-card p{font-size:13.5px;color:var(--text-2);line-height:1.6;}
  .article-soon{font-size:12px;color:var(--accent-text);font-weight:600;margin-top:auto;}

  .pagination{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:48px;flex-wrap:wrap;}
  .pagination a{
    display:inline-flex;align-items:center;justify-content:center;gap:6px;
    min-width:40px;height:40px;padding:0 16px;border-radius:100px;
    border:1px solid var(--border-strong);color:var(--text-2);
    font-family:var(--sans);font-size:14px;font-weight:600;
    transition:border-color .15s ease,color .15s ease,background .15s ease;
  }
  .pagination a:hover{border-color:var(--accent);color:var(--text);}
  .pagination a.active{background:var(--accent);border-color:var(--accent);color:#fff;}
  .pagination a.active:hover{color:#fff;}
