
:root{
  --bg0:#050812;
  --bg1:#070b16;
  --panel:#0a0f1b;
  --panel2:#0b1222;
  --text:#f2f6ff;
  --muted:#a7b2c8;
  --muted2:#7e8aa3;
  --line:#1b2741;
  --orange:#ff7a18;
  --cyan:#39c6ff;
  --good:#2de3a7;
  --warn:#ffd36a;
  --shadow:0 18px 60px rgba(0,0,0,.55);
  --radius:18px;
  --radius-sm:14px;
  --max:1180px;
  --pad:24px;
  --font:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";
}
html[lang="ar"]{
  --font:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Tahoma,Arial,"Noto Sans Arabic","Tajawal","Cairo",sans-serif;
}
*{box-sizing:border-box}
html,body{height:100%}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--font);
  color:var(--text);
  background:
    radial-gradient(900px 600px at 50% 18%, rgba(57,198,255,.08), transparent 60%),
    radial-gradient(800px 520px at 80% 50%, rgba(255,122,24,.07), transparent 60%),
    linear-gradient(180deg,var(--bg1),var(--bg0));
  overflow-x:hidden;
}
a{color:inherit}
img{max-width:100%;display:block;height:auto}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.container{width:min(var(--max), calc(100% - (var(--pad) * 2)));margin:0 auto}
.skip-link{
  position:absolute;left:-999px;top:12px;padding:10px 12px;border-radius:12px;
  background:rgba(0,0,0,.8);border:1px solid rgba(57,198,255,.35);color:var(--text);
  z-index:1000;text-decoration:none
}
.skip-link:focus{left:12px}
#starfield{
  position:fixed;inset:0;width:100%;height:100%;z-index:-2;opacity:.85
}
.nebula{
  position:fixed;inset:-20%;z-index:-1;pointer-events:none;
  background:
    radial-gradient(700px 520px at 30% 22%, rgba(57,198,255,.11), transparent 60%),
    radial-gradient(900px 640px at 70% 38%, rgba(255,122,24,.08), transparent 65%),
    radial-gradient(800px 600px at 50% 75%, rgba(57,198,255,.06), transparent 65%);
  filter:blur(30px);opacity:.7
}
.site-header{
  position:sticky;top:0;z-index:80;background:rgba(5,8,18,.76);
  backdrop-filter:blur(12px);border-bottom:1px solid rgba(27,39,65,.8)
}
.topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--text);font-weight:900;letter-spacing:.04em}
.brand-mark{
  width:40px;height:40px;border-radius:12px;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;
  border:1px solid rgba(27,39,65,.85);background:rgba(0,0,0,.18);box-shadow:0 0 0 1px rgba(57,198,255,.10),0 14px 30px rgba(0,0,0,.35)
}
.brand-lines{display:flex;flex-direction:column;gap:2px}
.brand-lines small{font-size:10px;color:var(--muted2);letter-spacing:.12em;text-transform:uppercase;font-weight:800}
.topbar-actions{display:flex;align-items:center;gap:14px}
.site-nav{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.site-nav a{
  color:var(--muted);text-decoration:none;font-size:13px;padding:8px 10px;border-radius:10px;transition:.18s ease
}
.site-nav a:hover,.site-nav a.active{color:var(--text);background:rgba(57,198,255,.07)}
.nav-cta{
  padding:10px 12px;border-radius:12px;border:1px solid rgba(255,122,24,.55);color:var(--orange);font-weight:900;letter-spacing:.04em;font-size:12px
}
.nav-cta:hover{background:rgba(255,122,24,.10)}
.nav-toggle{
  display:none;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;
  border:1px solid rgba(27,39,65,.85);background:rgba(0,0,0,.18);color:var(--text);cursor:pointer
}
.nav-toggle svg{width:20px;height:20px}
.lang-select-wrap{position:relative;display:inline-flex;align-items:center;flex:0 0 auto;min-width:148px}
.lang-select{
  width:148px;height:44px;
  border:1px solid rgba(57,198,255,.18);background:linear-gradient(180deg, rgba(11,18,34,.96), rgba(7,11,22,.94));color:var(--text);
  border-radius:12px;padding:0 40px 0 14px;font-weight:900;font-size:12px;letter-spacing:.04em;cursor:pointer;
  appearance:none;-webkit-appearance:none;-moz-appearance:none;outline:none;color-scheme:dark;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
  transition:border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease
}
.lang-select:hover{
  color:var(--text);border-color:rgba(57,198,255,.30);
  background:linear-gradient(180deg, rgba(14,22,40,.98), rgba(9,14,26,.95));
}
.lang-select:focus,.lang-select:focus-visible{
  color:var(--text);border-color:rgba(57,198,255,.52);
  box-shadow:0 0 0 3px rgba(57,198,255,.12), inset 0 1px 0 rgba(255,255,255,.05)
}
.lang-select option{color:#0b1222;background:#f2f6ff}
.lang-chevron{position:absolute;right:12px;width:16px;height:16px;pointer-events:none;opacity:.9;color:var(--muted)}
html[dir="rtl"] .lang-select{padding:0 14px 0 40px;letter-spacing:normal}
html[dir="rtl"] .lang-chevron{right:auto;left:12px}
.mobile-nav{position:fixed;inset:0;z-index:96;display:none}
.mobile-nav.is-open{display:block}
.mobile-nav__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55);backdrop-filter:blur(6px)}
.mobile-nav__panel{
  position:absolute;right:18px;top:18px;width:min(360px, calc(100% - 36px));border-radius:18px;
  background:linear-gradient(180deg, rgba(10,14,24,.94), rgba(7,10,18,.94));
  border:1px solid rgba(57,198,255,.18);box-shadow:0 24px 80px rgba(0,0,0,.55);overflow:hidden
}
html[dir="rtl"] .mobile-nav__panel{right:auto;left:18px}
.mobile-nav__head{
  display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border-bottom:1px solid rgba(27,39,65,.75);background:rgba(0,0,0,.18)
}
.mobile-nav__title{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--text);font-weight:900}
.mobile-nav__close{
  border:1px solid rgba(27,39,65,.85);background:rgba(0,0,0,.25);color:var(--text);border-radius:12px;padding:8px 10px;cursor:pointer;font-weight:900
}
.mobile-nav__body{padding:14px;display:grid;gap:10px}
.mobile-nav__body a{
  text-decoration:none;color:var(--text);border:1px solid rgba(27,39,65,.75);background:rgba(10,14,24,.55);padding:11px 12px;border-radius:12px;font-weight:800;font-size:14px
}
.mobile-nav__body small{display:block;color:var(--muted2);font-size:11px;margin-top:4px}
.no-scroll{overflow:hidden}
main{padding-bottom:40px}
section{padding:72px 0}
[id]{scroll-margin-top:92px}
.page-hero{padding:34px 0 0}
.window{
  position:relative;border-radius:22px;overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(27,39,65,.85);
  background:
    radial-gradient(1200px 520px at 50% 8%, rgba(57,198,255,.10), transparent 60%),
    radial-gradient(900px 520px at 50% 62%, rgba(255,122,24,.07), transparent 60%),
    linear-gradient(180deg, rgba(9,13,24,1), rgba(6,8,18,1))
}
.window::before{
  content:"";position:absolute;inset:0;pointer-events:none;border-radius:22px;
  box-shadow:inset 0 0 0 1px rgba(57,198,255,.07), inset 0 0 0 2px rgba(255,122,24,.04)
}
.horizon{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-28%);width:min(1200px, 120%);height:420px;border-radius:999px;
  background:
    radial-gradient(1200px 360px at 50% 55%, rgba(25,35,60,.9), rgba(7,10,18,.98) 70%),
    radial-gradient(1200px 420px at 50% 60%, rgba(255,122,24,.10), transparent 55%),
    radial-gradient(1200px 420px at 50% 55%, rgba(57,198,255,.12), transparent 60%);
  opacity:.95
}
.horizon::after{
  content:"";position:absolute;left:50%;top:38%;transform:translateX(-50%);width:86%;height:2px;
  background:linear-gradient(90deg, transparent, rgba(57,198,255,.55), rgba(255,122,24,.35), transparent);
  box-shadow:0 0 18px rgba(57,198,255,.25);opacity:.85
}
.hero-system-visual{
  position:absolute;right:-160px;top:-140px;width:560px;height:560px;opacity:.12;z-index:1;pointer-events:none;user-select:none;mix-blend-mode:screen
}
html[dir="rtl"] .hero-system-visual{right:auto;left:-160px}
.hero-content{position:relative;padding:42px 42px 48px;z-index:2}
.page-hero .hero-content.centered{text-align:center}
.status-pill{
  display:inline-flex;align-items:center;gap:10px;padding:7px 12px;border-radius:999px;border:1px solid rgba(57,198,255,.55);
  background:rgba(0,0,0,.18);font-size:11px;letter-spacing:.1em;color:var(--cyan);text-transform:uppercase;font-weight:800
}
.status-dot,.dot{
  width:8px;height:8px;border-radius:999px;background:var(--cyan);box-shadow:0 0 18px rgba(57,198,255,.7)
}
.dot--orange{background:rgba(255,122,24,.32);box-shadow:0 0 12px rgba(255,122,24,.25)}
.dot--good{background:rgba(45,227,167,.35);box-shadow:0 0 12px rgba(45,227,167,.22)}
h1,h2,h3,h4{margin:0}
.hero-title{
  margin:18px 0 12px;font-size:clamp(34px, 4.2vw, 56px);line-height:1.05;letter-spacing:.01em;font-weight:950;text-shadow:0 14px 38px rgba(0,0,0,.55)
}
.hero-title .accent{color:var(--cyan);text-shadow:0 0 22px rgba(57,198,255,.25)}
.hero-lead{margin:0 auto 24px;max-width:760px;color:var(--muted);font-size:16px;line-height:1.65}
.page-hero .hero-content.left .hero-lead{margin-left:0;margin-right:0}
.cta-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:18px}
.page-hero .hero-content.centered .cta-row{justify-content:center}
.btn{
  border:0;cursor:pointer;text-decoration:none;color:#0d101a;font-weight:900;letter-spacing:.06em;font-size:12px;padding:14px 18px;border-radius:14px;min-width:220px;display:inline-flex;justify-content:center;align-items:center;transition:.18s ease;box-shadow:0 12px 30px rgba(0,0,0,.35)
}
.btn:hover{transform:translateY(-2px)}
.btn.primary{
  background:linear-gradient(180deg, rgba(255,122,24,1), rgba(255,122,24,.75));
  box-shadow:0 16px 40px rgba(0,0,0,.45), 0 0 0 1px rgba(255,122,24,.28), 0 0 24px rgba(255,122,24,.18)
}
.btn.secondary{
  background:linear-gradient(180deg, rgba(57,198,255,.95), rgba(57,198,255,.55));
  box-shadow:0 16px 40px rgba(0,0,0,.45),0 0 0 1px rgba(57,198,255,.25),0 0 26px rgba(57,198,255,.16)
}
.btn.ghost{
  color:var(--text);border:1px solid rgba(27,39,65,.85);background:rgba(0,0,0,.16);box-shadow:none
}
.hero-tags,.meta-row,.trust-row,.tag-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.pill,.trust-pill,.tag{
  display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid rgba(27,39,65,.85);
  background:rgba(0,0,0,.14);color:var(--muted);font-size:12px;white-space:nowrap
}
.trust-pill strong,.pill strong{color:var(--text)}
.tag.ok{border-color:rgba(57,198,255,.35);background:rgba(57,198,255,.06);color:rgba(220,245,255,.95)}
.tag.warn{border-color:rgba(255,122,24,.35);background:rgba(255,122,24,.08);color:rgba(255,230,210,.98)}
.tag.good{border-color:rgba(45,227,167,.35);background:rgba(45,227,167,.08);color:rgba(222,255,245,.98)}
.hero-logos{margin-top:18px;display:flex;justify-content:center;flex-wrap:wrap;gap:10px}
.hero-logos .label{width:100%;text-align:center;color:var(--muted2);font-size:11px;letter-spacing:.14em;text-transform:uppercase;margin-bottom:8px}
.logo-box{
  height:42px;min-width:120px;padding:0 14px;border-radius:12px;display:flex;align-items:center;justify-content:center;
  border:1px solid rgba(27,39,65,.85);background:linear-gradient(180deg, rgba(14,22,40,.75), rgba(9,14,26,.75));color:rgba(242,246,255,.7);font-size:11px;letter-spacing:.12em;text-transform:uppercase;position:relative;overflow:hidden
}
.logo-box::before{
  content:"";position:absolute;inset:0;background:
    linear-gradient(90deg, rgba(57,198,255,0), rgba(57,198,255,.14), rgba(57,198,255,0)),
    linear-gradient(90deg, rgba(255,122,24,0), rgba(255,122,24,.10), rgba(255,122,24,0));
  transform:translateX(-80%);animation:sweep 7.5s linear infinite;opacity:.55
}
.logo-box span,.logo-box img,.logo-box svg{position:relative;z-index:1}
.logo-box:hover{border-color:rgba(57,198,255,.35);color:rgba(242,246,255,.92)}
.client-logo{display:flex;align-items:center;justify-content:center;gap:10px;line-height:0}
.client-logo svg{display:block;width:auto}
.client-logo__word{height:20px}
.client-logo__mark{height:26px}
.client-logo__img{height:22px;width:auto;display:block}
.client-logo__img--thmanyah{height:24px}
.partner-badge{
  display:flex;align-items:center;gap:14px;padding:12px 14px;border-radius:18px;border:1px solid rgba(27,39,65,.85);
  background:linear-gradient(180deg, rgba(14,22,40,.55), rgba(9,14,26,.55));box-shadow:0 18px 60px rgba(0,0,0,.50);position:relative;overflow:hidden
}
.partner-badge::before{
  content:"";position:absolute;inset:0;background:radial-gradient(260px 140px at 18% 20%, rgba(57,198,255,.12), transparent 60%), radial-gradient(260px 140px at 82% 80%, rgba(255,122,24,.10), transparent 60%);opacity:.75;pointer-events:none
}
.partner-badge__meta{position:relative;z-index:1;text-align:left;line-height:1.1}
html[dir="rtl"] .partner-badge__meta{text-align:right}
.partner-badge__kicker{display:block;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted2)}
.partner-badge__title{display:block;margin-top:4px;font-size:12px;letter-spacing:.06em;font-weight:900;color:var(--text)}
.zendesk-premier-badge{width:200px;max-width:100%;height:auto;border-radius:14px;box-shadow:0 12px 30px rgba(0,0,0,.40);position:relative;z-index:1}
.section-title{margin:0 0 26px;text-align:center;font-size:24px;letter-spacing:.02em}
.section-title span.kicker,.section-title .kicker{
  display:block;color:var(--muted2);font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:850;margin-bottom:8px
}
.section-lead{margin:0 auto 24px;max-width:840px;color:var(--muted);font-size:15px;line-height:1.65;text-align:center}
.grid{display:grid;gap:18px}
.grid.cols-2{grid-template-columns:repeat(2, minmax(0,1fr))}
.grid.cols-3{grid-template-columns:repeat(3, minmax(0,1fr))}
.grid.cols-4{grid-template-columns:repeat(4, minmax(0,1fr))}
.card{
  position:relative;padding:18px 16px 16px;border-radius:var(--radius-sm);
  background:linear-gradient(180deg, rgba(12,18,32,.85), rgba(8,12,22,.85));
  border:1px solid rgba(27,39,65,.85);box-shadow:0 14px 34px rgba(0,0,0,.35);overflow:hidden;min-height:98px;transition:.18s ease
}
.card:hover{transform:translateY(-2px);border-color:rgba(57,198,255,.35)}
.card::before{
  content:"";position:absolute;inset:0;background:
    radial-gradient(240px 160px at 20% 10%, rgba(57,198,255,.14), transparent 60%),
    radial-gradient(240px 160px at 80% 90%, rgba(255,122,24,.10), transparent 60%);
  opacity:.75;pointer-events:none
}
.card > *{position:relative;z-index:1}
.chip{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px}
.chip i{
  width:26px;height:26px;border-radius:9px;display:inline-grid;place-items:center;background:rgba(0,0,0,.22);border:1px solid rgba(27,39,65,.85);color:var(--cyan);font-style:normal;font-weight:900;font-size:12px
}
.chip .label{font-size:11px;letter-spacing:.10em;color:var(--muted2);text-transform:uppercase}
.card h3{font-size:15px;margin:0 0 8px}
.card p,.card li,.note,.page-copy p,.page-copy li,.faq-answer,.timeline .step p,.resource-copy,.split-note{color:var(--muted);line-height:1.6}
.card p{font-size:14px}
.card ul,.checklist{margin:10px 0 0;padding-left:18px}
html[dir="rtl"] .card ul, html[dir="rtl"] .checklist, html[dir="rtl"] .page-copy ul{padding-left:0;padding-right:18px}
.section-panel,.contact-box,.navigator-wrap,.proof-box,.resource-box{
  border-radius:22px;background:linear-gradient(180deg, rgba(10,14,24,.72), rgba(7,10,18,.72));
  border:1px solid rgba(27,39,65,.85);box-shadow:var(--shadow)
}
.section-panel{padding:26px 22px}
.split{display:grid;gap:18px;grid-template-columns:1.05fr .95fr;align-items:start}
.split-note{
  margin-top:12px;padding:12px 12px;border-radius:14px;border:1px solid rgba(27,39,65,.75);background:rgba(0,0,0,.12)
}
.service-grid .card a,.resource-link,.inline-link{
  color:var(--cyan);font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:12px;text-decoration:none;display:inline-flex;gap:8px;margin-top:10px
}
.resource-link:hover,.inline-link:hover{text-decoration:underline}
.timeline{display:grid;gap:14px;grid-template-columns:repeat(4, minmax(0,1fr))}
.timeline .step{
  padding:16px;border-radius:16px;border:1px solid rgba(27,39,65,.85);background:rgba(0,0,0,.12);box-shadow:0 10px 28px rgba(0,0,0,.25)
}
.timeline .step strong{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted2);display:block;margin-bottom:10px}
.timeline .step h3{font-size:16px;margin-bottom:8px}
.stack-grid{display:grid;gap:14px;grid-template-columns:repeat(5, minmax(0,1fr));margin-top:20px}
.stack-node{
  padding:16px;border-radius:16px;border:1px solid rgba(27,39,65,.85);background:rgba(0,0,0,.12);min-height:150px;position:relative;overflow:hidden
}
.stack-node::after{
  content:"";position:absolute;inset:auto -20px -20px auto;width:80px;height:80px;border-radius:999px;background:radial-gradient(circle, rgba(57,198,255,.12), transparent 70%)
}
.stack-node h3{font-size:14px;margin-bottom:8px}
.flow-line{
  display:grid;grid-template-columns:repeat(5, minmax(0,1fr));gap:10px;margin-top:14px
}
.flow-line .flow-pill{
  text-align:center;padding:10px;border-radius:12px;border:1px solid rgba(27,39,65,.8);background:rgba(0,0,0,.12);font-size:12px;color:var(--muted)
}
.work-grid{display:grid;grid-template-columns:repeat(3, minmax(0,1fr));gap:18px}
.work-card .work-meta,.meta-top{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;color:var(--muted2);font-size:11px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px}
.work-open{
  margin-top:14px;border:1px solid rgba(57,198,255,.35);background:rgba(57,198,255,.10);color:var(--text);font-weight:900;
  letter-spacing:.08em;text-transform:uppercase;font-size:12px;padding:12px 14px;border-radius:12px;cursor:pointer
}
.work-open:hover{background:rgba(57,198,255,.14)}
.work-tags,.proof-list,.contact-options,.faq-list,.link-grid,.stat-grid{display:flex;flex-wrap:wrap;gap:10px}
.work-tags .tag{margin-top:0}
.stats{display:grid;grid-template-columns:repeat(3, minmax(0,1fr));gap:14px;margin-top:18px}
.stat-card{
  padding:16px;border-radius:16px;border:1px solid rgba(27,39,65,.85);background:rgba(0,0,0,.12)
}
.stat-card strong{display:block;font-size:28px;color:var(--text);margin-bottom:6px}
.page-copy{max-width:960px;margin:0 auto}
.page-copy p{font-size:15px}
.page-copy ul{padding-left:18px}
.breadcrumbs{padding:18px 0 0;color:var(--muted2);font-size:12px}
.breadcrumbs a{text-decoration:none;color:var(--muted)}
.breadcrumbs a:hover{color:var(--text)}
.panel{
  position:fixed;right:22px;top:96px;width:min(420px, calc(100% - 44px));border-radius:18px;
  background:linear-gradient(180deg, rgba(10,14,24,.92), rgba(7,10,18,.92));
  border:1px solid rgba(57,198,255,.18);box-shadow:0 24px 80px rgba(0,0,0,.55);z-index:91;transform:translateY(10px) scale(.98);opacity:0;transition:.22s ease;overflow:hidden
}
.panel.open{transform:translateY(0) scale(1);opacity:1}
.panel[hidden]{display:none}
.backdrop{position:fixed;inset:0;background:rgba(0,0,0,.55);backdrop-filter:blur(6px);z-index:90;opacity:0;transition:.22s ease}
.backdrop.open{opacity:1}
.panel-head{
  display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 14px;border-bottom:1px solid rgba(27,39,65,.75);background:rgba(0,0,0,.18)
}
.panel-head strong{letter-spacing:.10em;text-transform:uppercase;font-size:12px;color:var(--text)}
.panel-head button,.panel-actions button{
  border:1px solid rgba(27,39,65,.85);background:rgba(0,0,0,.25);color:var(--text);border-radius:12px;padding:8px 10px;cursor:pointer;font-weight:900
}
.panel-body{padding:14px;display:grid;gap:14px}
.panel-block{border:1px solid rgba(27,39,65,.75);background:rgba(0,0,0,.12);border-radius:14px;padding:12px}
.panel-block h4,.panel-block .panel-title{margin:0 0 10px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted2)}
.panel-links{display:grid;gap:10px;grid-template-columns:1fr 1fr}
.panel-links a{
  text-decoration:none;color:var(--text);border:1px solid rgba(27,39,65,.75);background:rgba(10,14,24,.55);padding:10px 10px;border-radius:12px;font-weight:800;font-size:13px;transition:.18s ease
}
.panel-links a:hover{border-color:rgba(57,198,255,.35);transform:translateY(-1px)}
.panel-actions{display:grid;gap:10px}
.panel-actions button.secondary{border-color:rgba(255,122,24,.40);background:rgba(255,122,24,.10)}
.panel-actions button:hover{transform:translateY(-1px);background:rgba(57,198,255,.14)}
.panel-actions button.secondary:hover{background:rgba(255,122,24,.14)}
.nav-orb{
  position:fixed;right:24px;top:148px;width:74px;height:74px;border-radius:999px;
  background:radial-gradient(circle at 35% 35%, rgba(255,255,255,.35), rgba(57,198,255,.25) 35%, rgba(8,14,24,.95) 75%);
  border:1px solid rgba(57,198,255,.55);box-shadow:0 0 34px rgba(57,198,255,.30),0 0 0 6px rgba(57,198,255,.05);
  display:grid;place-items:center;z-index:89;cursor:pointer;animation:float 3.8s ease-in-out infinite
}
.nav-orb::after{content:"";position:absolute;inset:-16px;border-radius:999px;background:radial-gradient(circle at 50% 50%, rgba(57,198,255,.18), transparent 65%);filter:blur(8px);opacity:.85;pointer-events:none}
.nav-orb span{font-size:11px;font-weight:950;letter-spacing:.14em;color:var(--cyan);position:relative;z-index:2}
html[dir="rtl"] .nav-orb{right:auto;left:24px}
html[dir="rtl"] .panel{right:auto;left:22px}
.contact-box{padding:28px 22px;text-align:center}
.contact-box p{max-width:820px;margin:0 auto 16px;color:var(--muted);line-height:1.6}
.review-list{
  margin:14px auto 0;max-width:820px;padding:0;list-style:none;display:grid;gap:10px;text-align:left
}
.review-list li{
  padding:10px 12px;border-radius:14px;border:1px solid rgba(27,39,65,.75);background:rgba(0,0,0,.12);color:var(--muted);font-size:13px;line-height:1.35
}
.review-list li::before{content:"✓";color:var(--cyan);font-weight:900;margin-right:10px}
html[dir="rtl"] .review-list{text-align:right}
html[dir="rtl"] .review-list li::before{margin-right:0;margin-left:10px}
.contact-alt{margin-top:16px;padding-top:16px;border-top:1px solid rgba(27,39,65,.55)}
.contact-alt__label{color:var(--muted2);font-size:11px;letter-spacing:.14em;text-transform:uppercase}
.contact-alt__links{margin-top:10px;display:flex;justify-content:center;flex-wrap:wrap;gap:10px}
.contact-alt__link{
  display:inline-flex;align-items:center;justify-content:center;padding:10px 12px;border-radius:12px;border:1px solid rgba(57,198,255,.26);background:rgba(57,198,255,.07);
  color:var(--text);text-decoration:none;font-weight:900;font-size:12px;letter-spacing:.06em;text-transform:uppercase;transition:.18s ease
}
.contact-alt__link:hover{border-color:rgba(57,198,255,.35);background:rgba(57,198,255,.10);transform:translateY(-1px)}
.contact-alt__note{margin-top:12px;color:var(--muted);font-size:13px;line-height:1.45}
.faq-item{
  border:1px solid rgba(27,39,65,.85);background:rgba(0,0,0,.12);border-radius:14px;overflow:hidden
}
.faq-q{
  list-style:none;cursor:pointer;padding:14px;font-weight:950;letter-spacing:.02em;display:flex;align-items:center;justify-content:space-between;gap:14px;
  background:none;border:0;color:var(--text);width:100%;text-align:left
}
html[dir="rtl"] .faq-q{text-align:right}
.faq-a{padding:0 14px 14px;color:var(--muted);font-size:14px;line-height:1.65}
.team-grid{display:grid;grid-template-columns:repeat(3, minmax(0,1fr));gap:18px}
.member-grid{display:grid;grid-template-columns:repeat(3, minmax(0,1fr));gap:18px;margin-top:18px}
.member-card h3{margin-bottom:8px}
.policy-box,.security-box{padding:18px;border-radius:16px;border:1px solid rgba(27,39,65,.85);background:rgba(0,0,0,.12)}
footer{border-top:1px solid rgba(27,39,65,.75);background:rgba(0,0,0,.35);padding:34px 0 46px}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:22px;align-items:start}
.footer-grid h4,.footer-grid .footer-title{margin:0 0 12px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted2)}
.footer-grid a{display:block;color:var(--muted);text-decoration:none;padding:7px 0;font-size:13px}
.footer-grid a:hover{color:var(--text)}
.social-link{display:flex!important;align-items:center;gap:10px}
.social-link svg{width:16px;height:16px;flex:0 0 16px;opacity:.9}
.social-link:hover svg{opacity:1}
.fineprint{margin-top:18px;color:var(--muted2);font-size:12px;display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}
.toast{
  position:fixed;left:50%;bottom:18px;transform:translateX(-50%) translateY(8px);background:rgba(0,0,0,.78);
  border:1px solid rgba(57,198,255,.26);box-shadow:0 18px 60px rgba(0,0,0,.55);color:var(--text);padding:12px 14px;border-radius:14px;font-size:13px;line-height:1.35;max-width:min(560px, calc(100% - 32px));opacity:0;pointer-events:none;transition:.18s ease;z-index:120
}
.toast.is-visible{opacity:1;transform:translateX(-50%) translateY(0)}
.modal{
  position:fixed;inset:0;z-index:110;display:none;align-items:center;justify-content:center;padding:18px
}
.modal.is-open{display:flex}
.modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.65);backdrop-filter:blur(8px)}
.modal__card{
  position:relative;max-width:900px;width:min(900px, calc(100% - 20px));border-radius:20px;border:1px solid rgba(27,39,65,.85);
  background:linear-gradient(180deg, rgba(10,14,24,.96), rgba(7,10,18,.96));box-shadow:0 24px 80px rgba(0,0,0,.55);overflow:hidden
}
.modal__head{display:flex;justify-content:space-between;gap:14px;padding:18px 18px;border-bottom:1px solid rgba(27,39,65,.75)}
.modal__head h3{font-size:22px}
.modal__head p{margin:8px 0 0;color:var(--muted)}
.modal__close{
  border:1px solid rgba(27,39,65,.85);background:rgba(0,0,0,.25);color:var(--text);border-radius:12px;padding:10px 12px;cursor:pointer;font-weight:900;height:fit-content
}
.modal__body{padding:18px;display:grid;gap:18px;grid-template-columns:1fr 1fr}
.modal__body ul{padding-left:18px;margin:0}
html[dir="rtl"] .modal__body ul{padding-left:0;padding-right:18px}
.modal__foot{padding:18px;border-top:1px solid rgba(27,39,65,.75);display:flex;gap:10px;flex-wrap:wrap}
.reveal{opacity:0;transform:translateY(16px);transition:.55s ease}
.reveal.is-visible{opacity:1;transform:translateY(0)}
.centered-note{text-align:center}
.notice{
  margin-top:12px;padding:12px 12px;border-radius:14px;border:1px solid rgba(27,39,65,.75);background:rgba(0,0,0,.12);color:var(--muted);font-size:13px;line-height:1.55
}
.cards-list{display:grid;gap:14px}
.policy-grid{display:grid;gap:14px;grid-template-columns:repeat(2, minmax(0,1fr))}
.case-layout{display:grid;gap:18px;grid-template-columns:1.05fr .95fr;align-items:start}
.case-box{padding:18px;border-radius:16px;border:1px solid rgba(27,39,65,.85);background:rgba(0,0,0,.12)}
.case-box h3{margin-bottom:10px;font-size:16px}
.kicker-note{display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border-radius:999px;border:1px solid rgba(57,198,255,.55);background:rgba(0,0,0,.18);font-size:11px;letter-spacing:.12em;color:var(--cyan);text-transform:uppercase;font-weight:800}
@keyframes sweep{0%{transform:translateX(-80%)}100%{transform:translateX(80%)}}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
@media (max-width:1100px){
  .site-nav{display:none}
  .nav-toggle{display:inline-flex}
  .split,.case-layout,.policy-grid{grid-template-columns:1fr}
  .grid.cols-4{grid-template-columns:repeat(2, minmax(0,1fr))}
  .timeline{grid-template-columns:repeat(2, minmax(0,1fr))}
  .stack-grid,.flow-line{grid-template-columns:repeat(2, minmax(0,1fr))}
  .work-grid,.member-grid,.team-grid{grid-template-columns:repeat(2, minmax(0,1fr))}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:760px){
  .hero-content{padding:38px 22px 40px}
  .hero-system-visual{right:-200px;top:-180px;width:460px;height:460px;opacity:.10}
  html[dir="rtl"] .hero-system-visual{left:-200px}
  .btn{min-width:220px;width:100%}
  .cta-row{width:min(520px, 100%);margin-left:auto;margin-right:auto}
  .grid.cols-3,.grid.cols-2,.work-grid,.team-grid,.member-grid,.stats,.policy-grid,.timeline,.stack-grid,.flow-line,.modal__body{grid-template-columns:1fr}
  .partner-badge{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:12px 12px}
  .partner-badge__meta{text-align:center}
  .nav-orb{top:auto;bottom:18px;right:18px;width:70px;height:70px}
  html[dir="rtl"] .nav-orb{right:auto;left:18px}
  .panel{right:18px;top:18px}
  html[dir="rtl"] .panel{right:auto;left:18px}
  .footer-grid{grid-template-columns:1fr}
}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  .reveal{transition:none}
  .nav-orb{animation:none}
  .logo-box::before{animation:none}
}


/* ======================================================================
   vNext refinement — calmer, more architectural, less flashy
   ====================================================================== */
:root{
  --surface-1:rgba(9,13,22,.72);
  --surface-2:rgba(10,15,24,.88);
  --surface-3:rgba(8,12,20,.94);
  --line-soft:rgba(255,255,255,.08);
  --line-strong:rgba(255,255,255,.14);
  --shadow-soft:0 14px 34px rgba(0,0,0,.32);
  --shadow-panel:0 24px 60px rgba(0,0,0,.42);
}
body{
  background:
    radial-gradient(720px 520px at 18% 0%, rgba(57,198,255,.06), transparent 60%),
    radial-gradient(720px 520px at 88% 12%, rgba(255,122,24,.05), transparent 62%),
    linear-gradient(180deg,#050812 0%, #070b16 40%, #04070f 100%);
}
#starfield{opacity:.38}
.nebula{opacity:.34;filter:blur(42px)}
body:not(.page-home) #starfield{opacity:.22}
body:not(.page-home) .nebula{opacity:.22}
.site-header{
  background:rgba(6,10,18,.86);
  border-bottom:1px solid var(--line-soft);
  box-shadow:0 10px 28px rgba(0,0,0,.16);
}
.topbar{padding:12px 0;gap:24px}
.brand{gap:14px}
.brand-mark{
  border-color:var(--line-soft);
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  box-shadow:0 10px 24px rgba(0,0,0,.28);
}
.brand-lines{gap:3px}
.brand-lines > span:first-child{font-size:14px;letter-spacing:.08em}
.brand-lines small{font-size:11px;letter-spacing:.03em;text-transform:none;color:rgba(255,255,255,.55)}
.site-nav{gap:16px}
.site-nav a{
  position:relative;
  padding:10px 0;
  border-radius:0;
  background:none !important;
  font-size:13px;
  font-weight:700;
}
.site-nav a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(57,198,255,.9), rgba(255,122,24,.7));
  transform:scaleX(0);
  transform-origin:left;
  opacity:0;
  transition:transform .18s ease, opacity .18s ease;
}
.site-nav a:hover,.site-nav a.active{color:var(--text)}
.site-nav a:hover::after,.site-nav a.active::after{transform:scaleX(1);opacity:1}
.nav-cta{
  padding:10px 14px !important;
  border-radius:999px;
  background:rgba(255,122,24,.08);
  border:1px solid rgba(255,122,24,.24);
  color:#ffd1ad !important;
}
.nav-cta::after{display:none}
.nav-toggle{
  border-color:var(--line-soft);
  background:rgba(255,255,255,.03);
}
.lang-menu{position:relative;display:inline-flex;flex:0 0 auto}
.lang-menu summary{list-style:none}
.lang-menu summary::-webkit-details-marker{display:none}
.lang-menu__trigger{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  width:156px;
  height:44px;
  padding:0 14px;
  border-radius:12px;
  border:1px solid var(--line-soft);
  background:linear-gradient(180deg, rgba(11,18,34,.96), rgba(7,11,22,.94));
  color:var(--text);
  font-weight:900;
  font-size:12px;
  letter-spacing:.02em;
  cursor:pointer;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
  transition:border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.lang-menu__trigger:hover{
  border-color:rgba(57,198,255,.28);
  background:linear-gradient(180deg, rgba(14,22,40,.98), rgba(9,14,26,.95));
}
.lang-menu__trigger:focus-visible{
  outline:none;
  border-color:rgba(57,198,255,.52);
  box-shadow:0 0 0 3px rgba(57,198,255,.12), inset 0 1px 0 rgba(255,255,255,.05);
}
.lang-menu__current{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.lang-menu__chevron{width:16px;height:16px;flex:0 0 16px;opacity:.82;color:var(--muted);transition:transform .18s ease}
.lang-menu__panel{
  position:absolute;
  top:calc(100% + 10px);
  right:0;
  min-width:176px;
  padding:8px;
  border-radius:14px;
  border:1px solid var(--line-soft);
  background:linear-gradient(180deg, rgba(11,18,34,.98), rgba(7,11,22,.98));
  box-shadow:0 22px 50px rgba(0,0,0,.45);
  display:none;
  gap:4px;
}
.lang-menu[open] .lang-menu__panel{display:grid}
.lang-menu[open] .lang-menu__chevron{transform:rotate(180deg)}
.lang-menu__option{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  min-height:40px;
  padding:0 12px;
  border-radius:10px;
  color:var(--muted);
  text-decoration:none;
  font-size:13px;
  font-weight:700;
}
.lang-menu__option:hover,.lang-menu__option:focus-visible{background:rgba(255,255,255,.05);color:var(--text);outline:none}
.lang-menu__option.is-active{background:rgba(57,198,255,.10);color:var(--text)}
.lang-menu__option.is-active::after{content:"•";color:var(--cyan)}
html[dir="rtl"] .lang-menu__panel{right:auto;left:0}
html[dir="rtl"] .lang-menu__trigger{letter-spacing:normal}
.window{
  border-radius:26px;
  border:1px solid var(--line-soft);
  box-shadow:var(--shadow-panel);
  background:linear-gradient(180deg, rgba(11,17,29,.96), rgba(7,11,20,.98));
}
.page-home .window{
  background:
    radial-gradient(980px 420px at 50% 10%, rgba(57,198,255,.09), transparent 62%),
    radial-gradient(760px 360px at 50% 72%, rgba(255,122,24,.07), transparent 58%),
    linear-gradient(180deg, rgba(11,17,29,.96), rgba(7,11,20,.98));
}
.window::before{box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.horizon{opacity:.62;transform:translate(-50%,-18%);height:340px}
.horizon::after{opacity:.5}
.hero-system-visual{opacity:.07}
.hero-content{padding:52px 46px 50px}
.status-pill{
  background:rgba(255,255,255,.03);
  border-color:rgba(57,198,255,.22);
  color:#cfeeff;
  font-size:11px;
  letter-spacing:.08em;
  text-transform:none;
}
.hero-title{
  font-size:clamp(34px, 4vw, 60px);
  letter-spacing:-.04em;
  text-shadow:none;
}
.hero-title .accent{text-shadow:none}
.hero-lead{font-size:16px;color:#b2bdd0;max-width:68ch}
.page-hero .hero-content.centered .hero-lead{max-width:780px}
.btn{
  min-height:48px;
  padding:0 18px;
  border-radius:12px;
  box-shadow:none;
  font-size:12px;
  letter-spacing:.04em;
}
.btn:hover{transform:translateY(-1px)}
.btn.primary{
  background:linear-gradient(180deg, #ff8a33, #ff6c12);
  box-shadow:0 10px 24px rgba(255,122,24,.18);
}
.btn.secondary{
  color:var(--text);
  background:rgba(255,255,255,.04);
  border:1px solid var(--line-soft);
  box-shadow:none;
}
.btn.ghost{
  color:var(--text);
  background:transparent;
  border:1px solid var(--line-soft);
  box-shadow:none;
}
.btn.secondary:hover,.btn.ghost:hover{
  background:rgba(255,255,255,.06);
  box-shadow:none;
}
.btn--compact{min-width:auto}
.hero-tags,.meta-row,.trust-row,.tag-row{gap:12px}
.pill,.trust-pill,.tag{
  background:rgba(255,255,255,.03);
  border:1px solid var(--line-soft);
  color:#c7d0df;
}
.logo-box{
  height:46px;
  padding:0 16px;
  border:1px solid var(--line-soft);
  background:rgba(255,255,255,.04);
}
.logo-box::before{opacity:.28}
.partner-badge{
  border:1px solid var(--line-soft);
  background:rgba(255,255,255,.04);
  box-shadow:var(--shadow-soft);
}
.section-title{font-size:28px;letter-spacing:-.02em;margin-bottom:22px}
.section-title span.kicker,.section-title .kicker{font-size:11px;color:#91a0ba}
.section-lead{font-size:15px;color:#aab5c7}
.card{
  background:linear-gradient(180deg, rgba(10,15,24,.88), rgba(8,12,20,.94));
  border:1px solid var(--line-soft);
  box-shadow:var(--shadow-soft);
}
.card:hover{
  transform:translateY(-3px);
  border-color:var(--line-strong);
  box-shadow:0 18px 34px rgba(0,0,0,.36);
}
.card::before{
  background:
    linear-gradient(180deg, rgba(57,198,255,.08), transparent 42%),
    radial-gradient(220px 160px at 88% 100%, rgba(255,122,24,.08), transparent 60%);
  opacity:.45;
}
.card::after{display:none}
.card h3{font-size:18px;line-height:1.3;letter-spacing:-.01em}
.card p{font-size:14px;line-height:1.6}
.chip{margin-bottom:12px}
.chip i{
  border-radius:8px;
  background:rgba(255,255,255,.04);
  border-color:var(--line-soft);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.chip .label{letter-spacing:.08em}
.section-panel,.contact-box,.navigator-wrap,.proof-box,.resource-box,.policy-box,.security-box,.case-box{
  background:linear-gradient(180deg, rgba(10,15,24,.78), rgba(8,12,20,.9));
  border:1px solid var(--line-soft);
  box-shadow:var(--shadow-soft);
}
.navigator-wrap .section-panel{background:transparent;border:0;box-shadow:none}
.timeline .step,.stack-node,.stat-card,.flow-line .flow-pill,.split-note,.faq-item,.review-list li{
  border:1px solid var(--line-soft);
  background:rgba(255,255,255,.03);
  box-shadow:none;
}
.service-grid .card a,.resource-link,.inline-link,.contact-alt__link,.work-open{
  letter-spacing:.02em;
  text-transform:none;
}
.work-open{
  border:1px solid rgba(57,198,255,.24);
  background:rgba(57,198,255,.07);
}
.work-open:hover{background:rgba(57,198,255,.10)}
.panel,.mobile-nav__panel,.modal__card{
  background:linear-gradient(180deg, rgba(9,13,24,.98), rgba(6,10,18,.98));
  border:1px solid var(--line-soft);
  box-shadow:0 24px 60px rgba(0,0,0,.46);
}
.panel-head,.mobile-nav__head,.modal__head{
  background:rgba(255,255,255,.03);
  border-bottom:1px solid rgba(255,255,255,.07);
}
.panel-block,.panel-links a,.mobile-nav__body a{
  background:rgba(255,255,255,.03);
  border:1px solid var(--line-soft);
}
.panel-head button,.panel-actions button,.mobile-nav__close,.modal__close{
  border:1px solid var(--line-soft);
  background:rgba(255,255,255,.04);
}
.panel-actions button.secondary{border-color:rgba(255,122,24,.22);background:rgba(255,122,24,.08)}
.nav-orb{
  top:auto;
  bottom:22px;
  right:22px;
  width:auto;
  height:52px;
  padding:0 16px 0 14px;
  border-radius:999px;
  background:rgba(9,14,24,.94);
  border:1px solid var(--line-soft);
  box-shadow:0 14px 30px rgba(0,0,0,.36);
  display:inline-flex;
  align-items:center;
  gap:10px;
  animation:none;
}
.nav-orb::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--cyan);
  box-shadow:0 0 0 5px rgba(57,198,255,.10);
}
.nav-orb::after{display:none}
.nav-orb span{font-size:11px;letter-spacing:.12em;color:#d6e5ff}
html[dir="rtl"] .nav-orb{right:auto;left:22px}
footer{background:rgba(4,7,14,.7);border-top:1px solid rgba(255,255,255,.06)}
.footer-grid h4{letter-spacing:.08em}
.footer-grid a{padding:6px 0}
.u-mt-18{margin-top:18px}
.u-span-all{grid-column:1 / -1}
@media (max-width:760px){
  .lang-menu__trigger{width:132px;height:42px;font-size:11px}
  .lang-menu__panel{min-width:160px}
  .nav-orb{bottom:18px;right:18px;padding:0 14px;height:48px}
  html[dir="rtl"] .nav-orb{right:auto;left:18px}
}


/* ======================================================================
   vNext.3 — responsive systems uplift
   ====================================================================== */
:root{
  --gutter:clamp(18px, 2.2vw, 32px);
  --section-space:clamp(56px, 7vw, 96px);
  --hero-pad-x:clamp(22px, 4vw, 48px);
  --hero-pad-y:clamp(32px, 5vw, 56px);
  --card-pad:clamp(16px, 2vw, 22px);
}
html{color-scheme:dark}
body{overflow-x:hidden}
::selection{background:rgba(57,198,255,.24);color:var(--text)}
.container{width:min(var(--max), calc(100% - (var(--gutter) * 2)))}
section{padding:var(--section-space) 0}
.page-hero{padding-top:clamp(18px, 3vw, 34px)}
.topbar,.split,.case-layout,.grid,.footer-grid,.work-grid,.member-grid,.team-grid,.stats,.policy-grid,.timeline,.stack-grid,.flow-line{align-items:stretch}
.topbar > *, .split > *, .case-layout > *, .grid > *, .footer-grid > *, .work-grid > *, .member-grid > *, .team-grid > *, .stats > *, .policy-grid > *, .timeline > *, .stack-grid > *, .flow-line > *{min-width:0}
.brand,.brand-lines,.topbar-actions,.site-nav{min-width:0}
.topbar{gap:clamp(12px, 2vw, 24px)}
.topbar-actions{margin-left:auto}
.brand-lines small{
  max-width:min(36vw, 340px);
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.lang-menu__trigger{width:clamp(132px, 14vw, 160px)}
.hero-content{padding:var(--hero-pad-y) var(--hero-pad-x)}
.page-hero .hero-content.left{max-width:min(780px, 100%)}
.page-home .hero-content.centered .hero-title,
.page-home .hero-content.centered .hero-lead{margin-left:auto;margin-right:auto}
.hero-title,
.section-title,
.card h3,
.modal__head h3,
.case-box h3,
.timeline .step h3,
.work-card h3,
.member-card h3{text-wrap:balance;overflow-wrap:anywhere}
.hero-lead,
.notice,
.split-note,
.contact-box p,
.page-copy p,
.case-box p,
.faq-a,
.card p{text-wrap:pretty}
.hero-title{max-width:13ch}
.page-hero .hero-content.left .hero-title{max-width:11ch}
.hero-lead{max-width:66ch}
.page-hero .hero-content.left .hero-lead{max-width:60ch}
.section-title{font-size:clamp(24px, 2.8vw, 34px);margin-bottom:clamp(18px, 2.2vw, 28px)}
.section-title span.kicker,.section-title .kicker{display:block;margin-bottom:10px}
.hero-tags,.meta-row,.trust-row,.tag-row,.work-tags,.proof-list,.contact-options,.faq-list,.link-grid,.stat-grid{row-gap:12px}
.pill,.trust-pill,.tag{max-width:100%}
.card,
.stat-card,
.timeline .step,
.stack-node,
.case-box,
.policy-box,
.security-box,
.contact-box,
.section-panel,
.navigator-wrap,
.proof-box,
.resource-box{padding:var(--card-pad)}
.card,.work-card,.member-card,.resource-card,.case-box,.stat-card,.timeline .step,.stack-node{display:flex;flex-direction:column}
.card > *, .work-card > *, .member-card > *, .resource-card > *, .case-box > *{position:relative;z-index:1}
.service-grid .card .inline-link,
.resource-card .resource-link,
.work-card .cta-row,
.case-box .inline-link,
.member-card .inline-link{margin-top:auto;padding-top:16px}
.work-card .cta-row{align-items:stretch}
.work-card .btn,
.work-card .work-open{min-width:0;flex:1 1 0}
.work-meta{align-items:flex-start}
.notice,.split-note{font-size:14px;line-height:1.6}
.page-copy,
.contact-box p{max-width:72ch}
.breadcrumbs{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:6px;
  padding-top:14px;
  line-height:1.45;
}
.breadcrumbs a,
.breadcrumbs span{overflow-wrap:anywhere}
.faq-list{display:grid;gap:12px}
.faq-item.open{border-color:var(--line-strong);background:rgba(255,255,255,.04)}
.faq-q{padding:16px 18px;gap:16px}
.faq-q span:last-child{flex:0 0 auto;color:var(--muted2);transition:transform .2s ease,color .2s ease}
.faq-item.open .faq-q span:last-child{transform:rotate(45deg);color:var(--text)}
.faq-a{padding:0 18px 18px}
.review-list li,
.mobile-nav__body a,
.panel-links a,
.panel-actions button,
.contact-alt__link{min-height:46px}
.logo-box{flex:0 1 auto}
.hero-logos{max-width:980px;margin-left:auto;margin-right:auto;align-items:stretch}
.hero-logos .label{margin-bottom:10px}
.partner-badge{max-width:min(100%, 520px)}
.mobile-nav__panel{
  top:0;
  right:0;
  width:min(390px, calc(100vw - 12px));
  height:100dvh;
  border-radius:22px 0 0 22px;
  border-right:0;
  display:flex;
  flex-direction:column;
}
html[dir="rtl"] .mobile-nav__panel{right:auto;left:0;border-right:1px solid var(--line-soft);border-left:0;border-radius:0 22px 22px 0}
.mobile-nav__head{position:sticky;top:0;z-index:2;padding:16px 16px 14px}
.mobile-nav__body{flex:1;overflow:auto;padding:16px;grid-auto-rows:minmax(0, auto);align-content:start}
.mobile-nav__body a{display:flex;flex-direction:column;justify-content:center;gap:5px;padding:13px 14px}
.mobile-nav__body a.active{border-color:rgba(57,198,255,.28);background:rgba(57,198,255,.08)}
.panel{
  width:min(420px, calc(100% - 28px));
  max-height:min(760px, calc(100dvh - 36px));
  display:flex;
  flex-direction:column;
}
.panel-body{overflow:auto;scrollbar-gutter:stable both-edges}
.panel-links a.active,
.site-nav a.active,
.mobile-nav__body a.active{color:var(--text)}
.site-nav a[aria-current="page"]::after{transform:scaleX(1);opacity:1}
.modal__card{
  max-height:min(860px, calc(100dvh - 36px));
  display:flex;
  flex-direction:column;
}
.modal__body{overflow:auto}
.modal__foot{position:sticky;bottom:0;background:linear-gradient(180deg, rgba(10,14,24,.94), rgba(7,10,18,.98))}
.footer-grid{gap:clamp(16px, 2vw, 24px)}
.footer-grid > div{min-width:0}
.fineprint{padding-top:10px;border-top:1px solid rgba(255,255,255,.05)}
.nav-orb{bottom:max(18px, env(safe-area-inset-bottom, 0px))}
.page-services .window,
body[class*="page-service-"] .window{
  background:
    radial-gradient(760px 340px at 14% 0%, rgba(57,198,255,.10), transparent 60%),
    radial-gradient(760px 340px at 88% 86%, rgba(255,122,24,.08), transparent 60%),
    linear-gradient(180deg, rgba(11,17,29,.97), rgba(7,11,20,.99));
}
.page-work .window,
body[class*="page-case-"] .window{
  background:
    radial-gradient(760px 340px at 14% 0%, rgba(45,227,167,.09), transparent 60%),
    radial-gradient(760px 340px at 88% 82%, rgba(57,198,255,.08), transparent 60%),
    linear-gradient(180deg, rgba(11,17,29,.97), rgba(7,11,20,.99));
}
.page-security .window{
  background:
    radial-gradient(760px 340px at 18% 0%, rgba(57,198,255,.10), transparent 60%),
    radial-gradient(760px 340px at 86% 82%, rgba(255,211,106,.08), transparent 60%),
    linear-gradient(180deg, rgba(11,17,29,.97), rgba(7,11,20,.99));
}
.page-partner .window,
.page-contact .window{
  background:
    radial-gradient(760px 340px at 18% 0%, rgba(255,122,24,.10), transparent 60%),
    radial-gradient(760px 340px at 84% 84%, rgba(57,198,255,.08), transparent 60%),
    linear-gradient(180deg, rgba(11,17,29,.97), rgba(7,11,20,.99));
}
.page-team .window,
.page-culture .window,
.page-blog .window{
  background:
    radial-gradient(760px 340px at 18% 0%, rgba(57,198,255,.08), transparent 60%),
    radial-gradient(760px 340px at 84% 84%, rgba(255,255,255,.05), transparent 60%),
    linear-gradient(180deg, rgba(11,17,29,.97), rgba(7,11,20,.99));
}
html:not([lang="en"]) .status-pill,
html:not([lang="en"]) .section-title span.kicker,
html:not([lang="en"]) .section-title .kicker,
html:not([lang="en"]) .chip .label,
html:not([lang="en"]) .work-meta,
html:not([lang="en"]) .partner-badge__kicker,
html:not([lang="en"]) .contact-alt__label,
html:not([lang="en"]) .mobile-nav__title,
html:not([lang="en"]) .panel-head strong,
html:not([lang="en"]) .panel-block h4,
html:not([lang="en"]) .panel-block .panel-title,
html:not([lang="en"]) .footer-grid h4,
html:not([lang="en"]) .footer-grid .footer-title,
html:not([lang="en"]) .btn,
html:not([lang="en"]) .inline-link,
html:not([lang="en"]) .resource-link,
html:not([lang="en"]) .contact-alt__link,
html:not([lang="en"]) .work-open{letter-spacing:normal;text-transform:none}
:where(a, button, summary, [role="button"], .lang-menu__option):focus-visible{
  outline:2px solid rgba(57,198,255,.62);
  outline-offset:3px;
}
@media (max-width:1280px){
  .grid.cols-3,
  .work-grid,
  .member-grid,
  .team-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}
  .stack-grid,.flow-line{grid-template-columns:repeat(3, minmax(0, 1fr))}
}
@media (max-width:980px){
  .brand-lines small{display:none}
  .hero-title{max-width:12ch}
  .page-hero .hero-content.left .hero-title{max-width:none}
  .grid.cols-4{grid-template-columns:repeat(2, minmax(0, 1fr))}
  .grid.cols-3,
  .work-grid,
  .member-grid,
  .team-grid,
  .stats,
  .policy-grid,
  .stack-grid,
  .flow-line{grid-template-columns:repeat(2, minmax(0, 1fr))}
  .timeline{grid-template-columns:repeat(2, minmax(0, 1fr))}
  .footer-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}
}
@media (max-width:760px){
  .site-header{backdrop-filter:blur(10px)}
  .topbar{padding:10px 0;align-items:center}
  .brand{gap:10px}
  .brand-mark{width:36px;height:36px;border-radius:11px}
  .brand-lines > span:first-child{font-size:13px;letter-spacing:.06em}
  .topbar-actions{gap:10px}
  .lang-menu__trigger{width:126px;height:42px;font-size:11px}
  .hero-content{padding:34px 20px 36px}
  .hero-title{max-width:none;font-size:clamp(30px, 10vw, 42px)}
  .hero-lead{font-size:15px;max-width:none}
  .horizon{height:250px;transform:translate(-50%, -12%);opacity:.46}
  .hero-system-visual{opacity:.06}
  .cta-row{width:100%}
  .cta-row .btn{width:100%;min-width:0}
  .grid.cols-2,
  .grid.cols-3,
  .grid.cols-4,
  .work-grid,
  .team-grid,
  .member-grid,
  .stats,
  .policy-grid,
  .timeline,
  .stack-grid,
  .flow-line,
  .modal__body{grid-template-columns:1fr}
  .work-card .cta-row,.modal__foot{flex-direction:column}
  .logo-box{flex:1 1 calc(50% - 8px);min-width:140px}
  .partner-badge{width:100%;justify-content:center}
  .section-panel,.contact-box,.navigator-wrap,.proof-box,.resource-box,.policy-box,.security-box,.case-box{padding:18px 16px}
  .panel{left:14px;right:14px;width:auto;max-height:calc(100dvh - 28px)}
  html[dir="rtl"] .panel{left:14px;right:14px}
  .nav-orb{right:16px;left:auto;height:48px;padding:0 14px}
  html[dir="rtl"] .nav-orb{left:16px;right:auto}
}
@media (max-width:520px){
  .container{width:calc(100% - 32px)}
  .breadcrumbs{font-size:11px}
  .lang-menu__trigger{width:118px}
  .mobile-nav__panel{width:min(100vw, calc(100vw - 6px))}
  .logo-box{flex-basis:100%;min-width:0}
  .review-list li,.split-note,.notice{font-size:13px}
}
@media (hover:none){
  .card:hover,.btn:hover,.work-open:hover,.panel-links a:hover,.mobile-nav__body a:hover{transform:none}
}


/* ======================================================================
   Responsive hardening pass — header stability, CTA fit, grid resilience
   ====================================================================== */
:root{
  --content-gutter: clamp(16px, 2.2vw, 28px);
}
body{overflow-x:clip}
.container{width:min(var(--max), calc(100% - (var(--content-gutter) * 2)))}
.topbar{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
}
.brand,.brand-lines,.topbar-actions{min-width:0}
.brand-lines > span:first-child,
.brand-lines small{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.topbar-actions{display:flex;align-items:center;gap:12px;justify-self:end}
.site-nav{
  gap:14px;
  flex-wrap:nowrap;
}
.site-nav a,.nav-cta{white-space:nowrap;flex:0 0 auto}
.lang-menu__trigger{width:140px;max-width:100%}
.hero-content{padding:clamp(30px, 4vw, 52px)}
.hero-title,
.section-title,
.card h3,
.timeline .step h3,
.stack-node h3,
.btn,
.lang-menu__current,
.panel-links a,
.mobile-nav__body a span{
  overflow-wrap:break-word;
}
.hero-title,
.section-title,
.card h3,
.timeline .step h3,
.stack-node h3{text-wrap:balance}
.hero-lead,
.section-lead,
.contact-box p,
.page-copy p,
.faq-a,
.review-list li,
.card p{text-wrap:pretty}
.hero-content.centered{display:flex;flex-direction:column;align-items:center}
.page-hero .hero-content.centered .hero-title,
.page-home .hero-title{
  max-width:13.25ch;
  margin-left:auto;
  margin-right:auto;
}
.page-hero .hero-content.centered .hero-lead,
.page-home .hero-lead{max-width:min(64ch, 100%)}
.page-hero .hero-content.left .hero-title,
.page-hero .hero-content.left .hero-lead{max-width:min(62ch, 100%)}
.page-hero .hero-content.centered .cta-row,
.page-home .cta-row{
  justify-content:center;
  max-width:620px;
  margin-left:auto;
  margin-right:auto;
}
.page-hero .hero-content.left .cta-row{justify-content:flex-start;max-width:640px}
.cta-row{align-items:stretch;gap:12px}
.cta-row .btn{flex:0 1 280px}
.btn{
  min-width:0;
  max-width:100%;
  min-height:52px;
  padding:14px 18px;
  line-height:1.2;
  white-space:normal;
  text-align:center;
  text-wrap:balance;
}
.hero-content.centered .hero-tags,
.hero-content.centered .hero-logos,
.hero-content.centered .meta-row,
.hero-content.centered .trust-row,
.hero-content.centered .tag-row{justify-content:center}
.pill,.trust-pill,.tag,.status-pill,.contact-alt__link{max-width:100%}
.hero-tags .pill,.trust-row .trust-pill{white-space:normal}
.hero-logos{row-gap:12px}
.logo-box{min-width:clamp(120px, 11vw, 160px);height:46px}
.partner-badge{max-width:min(100%, 520px);margin-left:auto;margin-right:auto}
.section-title{font-size:clamp(24px, 2.2vw, 32px)}
.section-lead,.card p,.page-copy p,.faq-a,.contact-box p{max-width:75ch}
.window,.section-panel,.navigator-wrap,.proof-box,.resource-box,.contact-box{overflow:hidden}
.grid .card,.work-grid .card,.team-grid .card,.member-grid .card,.service-grid .card{height:100%}
.panel,.mobile-nav__panel,.modal__card{max-height:calc(100dvh - 32px)}
.panel{display:grid;grid-template-rows:auto minmax(0,1fr)}
.panel-body{overflow:auto}
.mobile-nav__panel{display:grid;grid-template-rows:auto minmax(0,1fr)}
.mobile-nav__body{overflow:auto;padding-bottom:max(14px, env(safe-area-inset-bottom))}
.modal__card{display:grid;grid-template-rows:auto minmax(0,1fr) auto}
.modal__body{overflow:auto}
@media (max-height:860px){
  .nav-orb{top:auto;bottom:18px}
  .panel{top:18px}
}
@media (max-width:1460px){
  .brand-lines small{display:none}
  .site-nav{gap:12px}
  .site-nav a{font-size:12px}
  .nav-cta{font-size:11px;padding:9px 12px !important}
  .lang-menu__trigger{width:132px}
}
@media (max-width:1280px){
  .site-nav{display:none}
  .nav-toggle{display:inline-flex}
  .topbar-actions{gap:10px}
  .split,.case-layout,.policy-grid{grid-template-columns:1fr}
  .grid.cols-4{grid-template-columns:repeat(2, minmax(0,1fr))}
  .grid.cols-3,.work-grid,.member-grid,.team-grid,.stats{grid-template-columns:repeat(2, minmax(0,1fr))}
  .timeline{grid-template-columns:repeat(2, minmax(0,1fr))}
  .stack-grid,.flow-line{grid-template-columns:repeat(3, minmax(0,1fr))}
}
@media (max-width:980px){
  .topbar{gap:12px}
  .brand{gap:12px}
  .brand-mark{width:38px;height:38px}
  .brand-lines > span:first-child{font-size:13px;letter-spacing:.06em}
  .lang-menu__trigger{width:124px;height:42px;font-size:11px;padding-inline:12px}
  .hero-content{padding:32px 20px 34px}
  .hero-title{font-size:clamp(34px, 8vw, 52px)}
  .page-hero .hero-content.centered .hero-title,
  .page-home .hero-title{max-width:12.25ch}
  .page-hero .hero-content.left .hero-title,
  .page-hero .hero-content.left .hero-lead,
  .page-hero .hero-content.centered .hero-lead,
  .page-home .hero-lead{max-width:100%}
  .cta-row{max-width:100% !important}
  .cta-row .btn{flex:1 1 100%}
  .grid.cols-3,.grid.cols-2,.work-grid,.team-grid,.member-grid,.stats,.policy-grid,.timeline,.stack-grid,.flow-line,.modal__body{grid-template-columns:1fr}
  .partner-badge{width:min(100%, 360px)}
  .nav-orb{top:auto;bottom:18px;right:18px;width:68px;height:68px}
  html[dir="rtl"] .nav-orb{right:auto;left:18px}
  .panel{top:18px;right:18px}
  html[dir="rtl"] .panel{right:auto;left:18px}
}
@media (max-width:680px){
  .container{width:min(var(--max), calc(100% - 32px))}
  .topbar-actions{gap:8px}
  .lang-menu__trigger{width:116px}
  .lang-menu__panel{min-width:152px}
  .status-pill{max-width:100%;justify-content:center;text-align:center;white-space:normal;line-height:1.25}
  .hero-tags,.meta-row,.trust-row,.tag-row,.contact-alt__links{gap:8px}
  .hero-tags .pill,.trust-row .trust-pill,.contact-alt__link{width:100%;justify-content:center;text-align:center;white-space:normal}
  .hero-logos{gap:10px}
  .hero-logos .logo-box{flex:1 1 calc(50% - 10px);min-width:0}
  .mobile-nav__panel,.panel{width:calc(100% - 24px);right:12px;top:12px}
  html[dir="rtl"] .mobile-nav__panel,html[dir="rtl"] .panel{right:auto;left:12px}
  .panel-links{grid-template-columns:1fr}
}
@media (max-width:420px){
  .brand-lines > span:first-child{font-size:12px}
  .lang-menu__trigger{width:104px;font-size:10px}
  .nav-toggle{width:42px;height:42px}
  .hero-title{font-size:clamp(31px, 10vw, 42px)}
  .hero-lead,.section-lead,.card p,.page-copy p,.faq-a,.contact-box p{font-size:14px}
  .hero-logos .logo-box{flex-basis:100%}
}

/* ======================================================================
   Home hero evidence layout refresh — CTA balance + proof rail structure
   ====================================================================== */
.page-home .page-hero .hero-content.centered{
  gap:0;
}
.page-home .page-hero .hero-lead{
  max-width:min(70ch, 100%);
}
.page-home .page-hero .cta-row{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:12px;
  width:min(760px, 100%);
  margin-left:auto;
  margin-right:auto;
}
.page-home .page-hero .cta-row .btn{
  width:100%;
  min-width:0;
}
.page-home .hero-proof{
  width:min(100%, 1040px);
  margin:24px auto 0;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.06);
  display:grid;
  gap:16px;
}
.page-home .hero-tags{
  width:100%;
  margin-top:0;
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:10px;
}
.page-home .hero-tags .pill{
  width:100%;
  min-height:46px;
  padding:10px 14px;
  justify-content:center;
  text-align:center;
  white-space:normal;
  text-wrap:balance;
}
.page-home .hero-evidence{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(300px,.95fr);
  gap:18px;
  align-items:stretch;
}
.page-home .hero-brand-wall,
.page-home .hero-partner-rail{
  min-width:0;
  padding:16px;
  border:1px solid rgba(27,39,65,.78);
  border-radius:18px;
  background:linear-gradient(180deg, rgba(10,14,24,.48), rgba(7,10,18,.42));
  box-shadow:0 14px 34px rgba(0,0,0,.28);
}
.page-home .hero-brand-wall{
  display:grid;
  gap:12px;
}
.page-home .hero-brand-wall .label{
  width:auto;
  margin:0;
  text-align:left;
  color:var(--muted2);
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
}
html[dir="rtl"] .page-home .hero-brand-wall .label{
  text-align:right;
}
.page-home .hero-brand-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:12px;
  align-items:stretch;
}
.page-home .hero-brand-grid .logo-box{
  width:100%;
  min-width:0;
  height:54px;
  padding-inline:12px;
}
.page-home .hero-brand-grid .logo-box--more{
  border-color:rgba(255,122,24,.18);
  background:linear-gradient(180deg, rgba(22,26,40,.88), rgba(12,16,28,.86));
  color:rgba(242,246,255,.88);
}
.page-home .hero-brand-grid .logo-box--more span{
  width:100%;
  text-align:center;
  text-wrap:balance;
}
.page-home .hero-partner-rail{
  display:flex;
  align-items:center;
  justify-content:center;
}
.page-home .hero-partner-rail .partner-badge{
  width:100%;
  max-width:none;
  min-height:100%;
  justify-content:space-between;
}
.page-home .hero-partner-rail .zendesk-premier-badge{
  width:min(200px, 48%);
}
@media (max-width:980px){
  .page-home .hero-tags{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
  .page-home .hero-tags .pill:last-child{
    grid-column:1 / -1;
  }
  .page-home .hero-evidence{
    grid-template-columns:1fr;
  }
  .page-home .hero-partner-rail .partner-badge{
    max-width:560px;
    min-height:auto;
  }
}
@media (max-width:820px){
  .page-home .page-hero .cta-row{
    grid-template-columns:1fr;
    width:min(460px, 100%);
  }
}
@media (max-width:760px){
  .page-home .hero-brand-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}
@media (max-width:620px){
  .page-home .hero-tags{
    grid-template-columns:1fr;
  }
  .page-home .hero-tags .pill:last-child{
    grid-column:auto;
  }
}
@media (max-width:520px){
  .page-home .hero-brand-grid{
    grid-template-columns:1fr;
  }
}

/* ======================================================================
   Final responsive typography pass — wider measures, calmer hero scale,
   and multilingual-safe page-title wrapping across the full site.
   ====================================================================== */
:root{
  --hero-title-size-final: clamp(32px, 3.45vw, 54px);
  --hero-title-measure-center-final: min(14.75em, 100%);
  --hero-title-measure-left-final: min(15.5em, 100%);
  --hero-lead-size-final: clamp(15px, 1.05vw, 17px);
  --hero-lead-measure-final: min(58ch, 100%);
}

.hero-content{
  gap: 0;
}

.hero-title{
  font-size: var(--hero-title-size-final);
  line-height: .99;
  letter-spacing: -.045em;
  margin-bottom: 14px;
  max-width: var(--hero-title-measure-left-final);
}

.page-hero .hero-content.centered .hero-title,
.page-home .hero-title{
  max-width: var(--hero-title-measure-center-final);
}

.page-hero .hero-content.left .hero-title{
  max-width: var(--hero-title-measure-left-final);
}

.hero-lead,
.page-home .hero-lead,
.page-hero .hero-content.centered .hero-lead,
.page-hero .hero-content.left .hero-lead{
  max-width: var(--hero-lead-measure-final);
  font-size: var(--hero-lead-size-final);
  line-height: 1.62;
}

.page-home .page-hero .hero-lead{
  max-width: min(56ch, 100%);
}

.page-home .page-hero .cta-row{
  width: min(700px, 100%);
}

.page-home .page-hero .hero-proof{
  width: min(100%, 1008px);
  margin-top: 22px;
  gap: 14px;
}

.page-home .hero-tags{
  gap: 10px;
}

.page-home .hero-tags .pill{
  min-height: 44px;
  padding: 10px 12px;
  font-size: 12px;
}

.page-home .hero-evidence{
  grid-template-columns: minmax(0, 1.72fr) minmax(280px, .92fr);
  gap: 16px;
}

.page-home .hero-brand-grid .logo-box{
  height: 52px;
}

.page-home .hero-partner-rail .partner-badge{
  padding: 16px 18px;
}

html:not([lang="en"]) .hero-title{
  letter-spacing: -.03em;
}

html[lang="ar"] .hero-title{
  letter-spacing: 0;
  line-height: 1.1;
}

html:not([lang="en"]) .page-hero .hero-content.centered .hero-title,
html:not([lang="en"]) .page-home .hero-title{
  max-width: min(15.5em, 100%);
}

html:not([lang="en"]) .page-hero .hero-content.left .hero-title{
  max-width: min(16em, 100%);
}

@media (max-width: 1280px){
  :root{
    --hero-title-size-final: clamp(31px, 4.1vw, 50px);
    --hero-title-measure-center-final: min(14.25em, 100%);
    --hero-title-measure-left-final: min(15em, 100%);
  }

  html:not([lang="en"]) .page-hero .hero-content.centered .hero-title,
  html:not([lang="en"]) .page-home .hero-title{
    max-width: min(15em, 100%);
  }

  html:not([lang="en"]) .page-hero .hero-content.left .hero-title{
    max-width: min(15.4em, 100%);
  }
}

@media (max-width: 980px){
  .hero-title{
    font-size: clamp(32px, 7vw, 46px);
    max-width: 100% !important;
    line-height: 1.03;
  }

  .hero-lead,
  .page-home .hero-lead,
  .page-hero .hero-content.centered .hero-lead,
  .page-hero .hero-content.left .hero-lead{
    max-width: 100%;
    font-size: 15px;
  }

  .page-home .page-hero .cta-row{
    width: min(440px, 100%);
  }

  .page-home .hero-tags{
    grid-template-columns: 1fr;
  }

  .page-home .hero-tags .pill:last-child{
    grid-column: auto;
  }

  .page-home .hero-evidence{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px){
  .hero-title{
    font-size: clamp(30px, 9vw, 40px);
  }

  .page-home .page-hero .hero-proof{
    margin-top: 20px;
  }
}


/* 2026-04-08 lean translation + typography pass */
:root{
  --hero-title-size-final: clamp(30px, 3.15vw, 50px);
  --hero-title-measure-center-final: min(16.2em, 100%);
  --hero-title-measure-left-final: min(16.75em, 100%);
  --hero-lead-size-final: clamp(15px, 1vw, 17px);
  --hero-lead-measure-final: min(60ch, 100%);
}

.page-home .page-hero .hero-content.centered{
  width:min(100%, 980px);
  margin-inline:auto;
}

.hero-title{
  text-wrap:balance;
  font-size:var(--hero-title-size-final);
  line-height:1.01;
  letter-spacing:-.038em;
}

.hero-lead,
.page-home .hero-lead,
.page-hero .hero-content.centered .hero-lead,
.page-hero .hero-content.left .hero-lead{
  text-wrap:pretty;
  max-width:var(--hero-lead-measure-final);
  font-size:var(--hero-lead-size-final);
}

.page-home .page-hero .hero-lead{
  max-width:min(58ch, 100%);
}

.page-home .page-hero .cta-row{
  width:min(720px, 100%);
}

.page-home .page-hero .hero-proof{
  width:min(100%, 1060px);
}

html:not([lang="en"]) .page-hero .hero-content.centered .hero-title,
html:not([lang="en"]) .page-home .hero-title{
  max-width:min(16.1em, 100%);
}

html:not([lang="en"]) .page-hero .hero-content.left .hero-title{
  max-width:min(16.5em, 100%);
}

html[lang="ar"] .hero-title{
  letter-spacing:0;
  line-height:1.13;
}

@media (max-width: 1280px){
  :root{
    --hero-title-size-final: clamp(30px, 3.8vw, 48px);
    --hero-title-measure-center-final: min(15.6em, 100%);
    --hero-title-measure-left-final: min(16.1em, 100%);
  }
}

@media (max-width: 980px){
  .hero-title{
    max-width:100% !important;
    line-height:1.04;
  }
  .page-home .page-hero .cta-row{
    width:min(460px, 100%);
  }
  .page-home .page-hero .hero-proof{
    width:100%;
  }
}


/* ======================================================================
   2026-04-10 showcase + routing upgrade
   ====================================================================== */
.cta-row--center{justify-content:center}
.card .inline-link{margin-top:auto;padding-top:16px}
#showcase .card,
.page-themes .card,
.page-projects .card,
.page-apps .card{min-height:100%}
.page-themes .section-panel h3,
.page-projects .section-panel h3,
.page-apps .section-panel h3{margin-bottom:12px}
.page-themes .checklist,
.page-projects .checklist,
.page-apps .checklist{line-height:1.7}



/* ======================================================================
   2026-04-10 QC + hospitality presentation refinement
   ====================================================================== */
.anchor-nav{
  display:flex;flex-wrap:wrap;gap:10px;justify-content:center;
  margin:0 auto;max-width:980px
}
.anchor-nav a{
  display:inline-flex;align-items:center;justify-content:center;
  padding:10px 14px;border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(11,18,34,.78);
  color:var(--text);text-decoration:none;
  font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04)
}
.anchor-nav a:hover,.anchor-nav a:focus-visible{
  color:var(--text);border-color:rgba(57,198,255,.30);
  background:rgba(17,28,46,.96);outline:none
}
.showcase-shell{
  display:grid;grid-template-columns:minmax(0,1.28fr) minmax(320px,.88fr);
  gap:20px;align-items:start
}
.media-panel{
  margin:0;border-radius:24px;overflow:hidden;
  border:1px solid rgba(27,39,65,.85);
  background:linear-gradient(180deg, rgba(10,14,24,.72), rgba(7,10,18,.72));
  box-shadow:var(--shadow)
}
.media-panel img{display:block;width:100%;height:auto}
.media-panel figcaption{
  padding:14px 16px 16px;color:var(--muted);
  font-size:13px;line-height:1.6
}
.stack{display:grid;gap:16px}
.note-card{padding:22px}
.note-card--accent{
  background:
    radial-gradient(480px 220px at 18% 18%, rgba(57,198,255,.08), transparent 65%),
    linear-gradient(180deg, rgba(10,14,24,.82), rgba(8,12,20,.88))
}
.mini-kicker{
  display:block;color:var(--muted2);
  font-size:11px;letter-spacing:.16em;text-transform:uppercase;
  font-weight:900;margin-bottom:10px
}
.facts-list{
  display:grid;gap:12px;margin:16px 0 0
}
.facts-list div{
  display:grid;gap:4px;padding:12px 14px;border-radius:16px;
  background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06)
}
.facts-list dt{
  margin:0;color:var(--muted2);font-size:11px;
  letter-spacing:.12em;text-transform:uppercase;font-weight:900
}
.facts-list dd{
  margin:0;color:var(--text);font-weight:700;line-height:1.55
}
.stack-list{
  list-style:none;margin:16px 0 0;padding:0;display:grid;gap:10px
}
.stack-list li{
  padding:14px 16px;border-radius:16px;
  background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);
  color:var(--muted);line-height:1.65
}
.stack-list strong{color:var(--text)}
.metric-card strong{
  display:block;font-size:clamp(28px,3vw,38px);line-height:1;margin-bottom:8px
}
.metric-card span{
  display:block;color:var(--muted2);font-size:12px;
  letter-spacing:.12em;text-transform:uppercase;font-weight:900;margin-bottom:10px
}
.metric-card p,
.route-card p,
.offer-card p,
.matrix-card p{
  margin:0;color:var(--muted);line-height:1.65
}
.inventory-card{
  padding:20px 18px;height:100%
}
.inventory-card ul{
  margin:14px 0 0;padding-left:18px;color:var(--muted);line-height:1.75
}
html[dir="rtl"] .inventory-card ul{padding-left:0;padding-right:18px}
.inline-note{
  margin-top:16px;padding:14px 16px;border-radius:16px;
  background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);
  color:var(--muted);line-height:1.7
}
.link-list{
  display:grid;gap:8px;margin-top:16px
}
.link-list a{
  color:var(--text);text-decoration:none;font-weight:700
}
.link-list a:hover,.link-list a:focus-visible{color:var(--cyan);outline:none}
.copy-stack{
  display:grid;gap:14px
}
.copy-stack p{margin:0;color:var(--muted);line-height:1.7}
.card h3 + .tag-row{margin-top:14px}
@media (max-width:1280px){
  .showcase-shell{grid-template-columns:1fr}
}
@media (max-width:760px){
  .anchor-nav{
    justify-content:flex-start;overflow:auto;padding-bottom:4px;
    scrollbar-width:none;-ms-overflow-style:none
  }
  .anchor-nav::-webkit-scrollbar{display:none}
  .note-card{padding:18px}
  .facts-list div,.stack-list li,.inline-note{padding:13px 14px}
}


/* ======================================================================
   CRM Scene v3.13.15 — frontend refinement passes 01–15
   ====================================================================== */
:root{
  --surface-elevated:linear-gradient(180deg, rgba(12,18,30,.90), rgba(8,12,21,.96));
  --section-line:rgba(255,255,255,.045);
  --section-glow-cyan:rgba(57,198,255,.12);
  --section-glow-orange:rgba(255,122,24,.10);
  --sticky-offset:98px;
}

.site-main{padding-bottom:64px}
.site-header{
  transition:background-color .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.site-header.is-scrolled{
  background:rgba(6,10,18,.94);
  border-bottom-color:rgba(255,255,255,.09);
  box-shadow:0 16px 40px rgba(0,0,0,.28);
}
.site-header.is-scrolled .topbar{padding:10px 0}

.site-main > .section-block.section-block--content{position:relative}
.site-main > .section-block.section-block--content::before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  width:min(var(--max), calc(100% - (var(--content-gutter) * 2)));
  transform:translateX(-50%);
  border-top:1px solid var(--section-line);
  pointer-events:none;
  opacity:.9;
}
.site-main > .section-block.section--anchors::before,
.site-main > .section-block.section--contact::before{display:none}
.site-main > .section-block.section-block--content:nth-of-type(even)::after{
  content:"";
  position:absolute;
  inset:16px 0;
  background:linear-gradient(180deg, rgba(255,255,255,.014), rgba(255,255,255,0));
  pointer-events:none;
  opacity:.6;
}
.site-main > .section-block > .container{position:relative;z-index:1}

.section-block.has-section-title .section-title{max-width:min(25ch, 100%);margin-left:auto;margin-right:auto}
.section-block.has-section-title .section-title::after{
  content:"";
  display:block;
  width:82px;
  height:3px;
  border-radius:999px;
  margin:15px auto 0;
  background:linear-gradient(90deg, rgba(57,198,255,.94), rgba(255,122,24,.76));
  box-shadow:0 0 18px rgba(57,198,255,.18);
}
.section-block.has-section-lead .section-lead{max-width:min(72ch, 100%);margin-left:auto;margin-right:auto}

.section--anchors .container{
  padding:16px;
  border:1px solid rgba(255,255,255,.06);
  border-radius:22px;
  background:linear-gradient(180deg, rgba(11,17,29,.76), rgba(7,11,20,.90));
  box-shadow:var(--shadow-soft);
}
.anchor-nav{
  position:relative;
  padding:0;
  max-width:none;
  justify-content:flex-start;
}
.anchor-nav a{
  min-height:44px;
  padding:0 16px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.02em;
  text-transform:none;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
}
.anchor-nav a.is-active,
.anchor-nav a[aria-current="location"]{
  color:var(--text);
  background:rgba(57,198,255,.12);
  border-color:rgba(57,198,255,.30);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.page-has-anchor-nav .anchor-nav{scroll-padding-inline:8px}
.route-projects-by-type .section--anchors .container,
.route-zendesk-themes-hospitality .section--anchors .container{
  position:sticky;
  top:calc(var(--sticky-offset) - 8px);
  z-index:24;
  backdrop-filter:blur(14px);
}

.showcase-shell{gap:24px;align-items:start}
.showcase-shell > .media-panel{
  border-radius:26px;
  background:linear-gradient(180deg, rgba(11,17,29,.88), rgba(7,11,20,.94));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 18px 40px rgba(0,0,0,.30);
}
.showcase-shell > .media-panel img{display:block;width:100%;height:auto}
.route-zendesk-themes .showcase-shell > .media-panel,
.route-zendesk-themes-hospitality .showcase-shell > .media-panel{
  position:sticky;
  top:calc(var(--sticky-offset) + 12px);
}
.media-panel figcaption{padding:16px 18px 18px;font-size:14px;line-height:1.65}

.facts-list{gap:14px}
.facts-list div{
  position:relative;
  grid-template-columns:minmax(112px, 132px) minmax(0,1fr);
  gap:12px;
  align-items:start;
  padding:14px 16px 14px 18px;
  border-radius:18px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.07);
}
.facts-list div::before{
  content:"";
  position:absolute;
  left:0;
  top:16px;
  bottom:16px;
  width:3px;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(57,198,255,.85), rgba(255,122,24,.68));
  opacity:.85;
}
html[dir="rtl"] .facts-list div{padding:14px 18px 14px 16px}
html[dir="rtl"] .facts-list div::before{left:auto;right:0}
.facts-list dt{margin-top:3px;line-height:1.3}
.facts-list dd{line-height:1.6}

.stack-list{gap:12px}
.stack-list li{
  position:relative;
  padding:15px 16px 15px 18px;
  border-radius:18px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.07);
}
.stack-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:16px;
  bottom:16px;
  width:3px;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(255,122,24,.82), rgba(57,198,255,.70));
  opacity:.8;
}
html[dir="rtl"] .stack-list li{padding:15px 18px 15px 16px}
html[dir="rtl"] .stack-list li::before{left:auto;right:0}
.inline-note{border-radius:18px;line-height:1.72}

.page-themes .card,
.page-projects .card,
.page-apps .card,
.page-services .card,
.page-work .card,
body[class*="page-service-"] .card,
body[class*="page-case-"] .card{
  border-radius:18px;
  background:var(--surface-elevated);
}
.page-themes .card::after,
.page-projects .card::after,
.page-apps .card::after,
.page-services .card::after,
.page-work .card::after,
body[class*="page-service-"] .card::after,
body[class*="page-case-"] .card::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:3px;
  border-radius:18px 18px 0 0;
  background:linear-gradient(90deg, rgba(57,198,255,.84), rgba(255,122,24,.70));
  opacity:.9;
}
.page-projects .card::after,
.page-work .card::after,
body[class*="page-case-"] .card::after{
  background:linear-gradient(90deg, rgba(57,198,255,.78), rgba(45,227,167,.66));
}
.page-apps .card::after{
  background:linear-gradient(90deg, rgba(255,122,24,.80), rgba(57,198,255,.62));
}
.page-services .card::after,
body[class*="page-service-"] .card::after{
  background:linear-gradient(90deg, rgba(255,211,106,.80), rgba(57,198,255,.68));
}
.card .chip{margin-bottom:14px}
.card .tag-row{margin-top:auto;padding-top:16px}
.card .inline-link{padding-top:14px}

.route-projects-by-type .hero-tags{max-width:900px}
.route-projects-by-type section[id$="projects"]{scroll-margin-top:calc(var(--sticky-offset) + 36px)}
.route-projects-by-type section[id$="projects"] .section-title,
.route-projects-by-type section[id$="projects"] .section-lead{text-align:left;margin-left:0;margin-right:0;max-width:min(70ch, 100%)}
.route-projects-by-type section[id$="projects"] .section-title::after{margin-left:0;margin-right:0}
html[dir="rtl"].route-projects-by-type section[id$="projects"] .section-title,
html[dir="rtl"].route-projects-by-type section[id$="projects"] .section-lead{text-align:right}
html[dir="rtl"].route-projects-by-type section[id$="projects"] .section-title::after{margin-left:auto;margin-right:0}
.route-projects-by-type section[id$="projects"] .split{
  grid-template-columns:minmax(0, 1.06fr) minmax(0, .94fr);
  gap:24px;
}
.route-projects-by-type section[id$="projects"] .note-card{position:sticky;top:calc(var(--sticky-offset) + 18px)}
.route-projects-by-type section[id$="projects"] .grid.cols-2{grid-template-columns:repeat(3, minmax(0,1fr))}
.route-projects-by-type section[id$="projects"] .card{min-height:100%}

.route-zendesk-themes #library .card,
.route-zendesk-themes-hospitality .route-card,
.route-zendesk-themes-hospitality .metric-card,
.route-zendesk-themes-hospitality #qc .card{min-height:100%}
.route-zendesk-themes-hospitality #signals .metric-card strong{
  font-size:clamp(30px, 3.4vw, 42px);
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(198,234,255,.85));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.route-zendesk-themes-hospitality #journeys .card,
.route-zendesk-themes-hospitality #qc .card{padding-top:20px}
.route-zendesk-themes-hospitality #delivery .timeline .step{padding:18px}

.site-footer{
  position:relative;
  background:linear-gradient(180deg, rgba(4,7,14,.72), rgba(3,6,12,.96));
}
.site-footer::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(57,198,255,.20), rgba(255,122,24,.18), transparent);
}
.site-footer .footer-grid > div:first-child{
  padding:18px 18px 16px;
  border:1px solid rgba(255,255,255,.06);
  border-radius:20px;
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.02));
  box-shadow:0 14px 32px rgba(0,0,0,.22);
}
.site-footer .footer-grid > div:first-child .split-note{margin-top:14px}
.site-footer .footer-grid a{line-height:1.45}

img[loading="lazy"]{content-visibility:auto}
:where(.btn, .anchor-nav a, .lang-menu__trigger, .panel-actions button, .work-open, .contact-alt__link){
  transition:transform .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}
:where(.btn, .anchor-nav a, .panel-links a, .mobile-nav__body a, .work-open):hover{transform:translateY(-1px)}

@media (max-width:1280px){
  .route-zendesk-themes .showcase-shell > .media-panel,
  .route-zendesk-themes-hospitality .showcase-shell > .media-panel,
  .route-projects-by-type section[id$="projects"] .note-card,
  .route-projects-by-type .section--anchors .container,
  .route-zendesk-themes-hospitality .section--anchors .container{position:static}
  .route-projects-by-type section[id$="projects"] .grid.cols-2{grid-template-columns:repeat(2, minmax(0,1fr))}
}
@media (max-width:980px){
  :root{--sticky-offset:82px}
  .section-block.has-section-title .section-title{max-width:none}
  .facts-list div{grid-template-columns:1fr;gap:6px}
  .stack-list li{padding-inline:16px}
  .route-projects-by-type section[id$="projects"] .section-title,
  .route-projects-by-type section[id$="projects"] .section-lead{max-width:100%}
  .site-footer .footer-grid > div:first-child{padding:16px}
}
@media (max-width:760px){
  .site-main{padding-bottom:56px}
  .site-main > .section-block.section-block--content::after{display:none}
  .section--anchors .container{padding:14px}
  .anchor-nav{flex-wrap:nowrap;overflow:auto;padding-bottom:2px;scrollbar-width:none}
  .anchor-nav::-webkit-scrollbar{display:none}
  .anchor-nav a{white-space:nowrap}
  .route-projects-by-type section[id$="projects"] .grid.cols-2{grid-template-columns:1fr}
  .showcase-shell{gap:18px}
  .showcase-shell > .media-panel{border-radius:22px}
  .facts-list div{padding:13px 14px 13px 16px}
  html[dir="rtl"] .facts-list div{padding:13px 16px 13px 14px}
  .stack-list li{padding:14px 14px 14px 16px}
  html[dir="rtl"] .stack-list li{padding:14px 16px 14px 14px}
  .site-footer .footer-grid > div:first-child{padding:15px 14px}
}
@media (max-width:560px){
  .anchor-nav a{min-height:42px;padding:0 14px;font-size:12px}
  .section-title::after{width:70px}
}


/* ======================================================================
   CRM Scene v3.13.29 — frontend refinement passes 16–29
   Safer progressive presentation, better mobile routing, and calmer chrome.
   ====================================================================== */
:root{
  --progress-height:3px;
  --floating-gap:12px;
}

.reveal{
  opacity:1 !important;
  transform:none !important;
  transition:none !important;
}

.scroll-progress{
  position:fixed;
  top:0;
  left:0;
  right:0;
  height:var(--progress-height);
  z-index:140;
  pointer-events:none;
  background:rgba(255,255,255,.04);
}
.scroll-progress__bar{
  display:block;
  width:100%;
  height:100%;
  transform-origin:left center;
  transform:scaleX(0);
  background:linear-gradient(90deg, rgba(57,198,255,.96), rgba(255,122,24,.84));
  box-shadow:0 0 18px rgba(57,198,255,.28);
}

.back-to-top{
  position:fixed;
  right:22px;
  bottom:calc(22px + 56px + var(--floating-gap));
  z-index:88;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:46px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(9,14,24,.94);
  color:var(--text);
  box-shadow:0 14px 30px rgba(0,0,0,.34);
  cursor:pointer;
  opacity:0;
  transform:translateY(10px);
  pointer-events:none;
  transition:opacity .18s ease, transform .18s ease, border-color .18s ease, background-color .18s ease;
  backdrop-filter:blur(12px);
}
.back-to-top svg{width:16px;height:16px;flex:0 0 16px}
.back-to-top span{font-size:11px;font-weight:900;letter-spacing:.08em}
.back-to-top:hover,.back-to-top:focus-visible{
  border-color:rgba(57,198,255,.30);
  background:rgba(13,20,34,.98);
  outline:none;
}
body.has-scrolled-far .back-to-top{
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}

.nav-orb{
  opacity:0;
  transform:translateY(10px);
  pointer-events:none;
}
body.has-scrolled-deep .nav-orb{
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}

.page-home #navigator .navigator-wrap{
  overflow:visible;
}
.page-home #navigator .navigator-wrap > .section-panel{
  padding:clamp(18px, 2vw, 24px);
}
.page-home #navigator .split{
  grid-template-columns:minmax(0, 1.08fr) minmax(300px, .92fr);
  gap:18px;
  align-items:stretch;
}
.page-home #navigator .link-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:14px;
}
.page-home #navigator .link-grid .card,
.page-home #navigator .split > .card{
  min-height:0;
  height:100%;
}
.page-home #navigator .link-grid .card{
  justify-content:space-between;
  padding:18px 16px;
}
.page-home #navigator .link-grid .card h3{
  margin-bottom:10px;
}
.page-home #navigator .split > .card{
  padding:20px 18px;
}
.page-home #navigator .split > .card .cta-row{
  margin-top:auto;
}

.anchor-nav{
  scroll-snap-type:x proximity;
}
.anchor-nav a{
  scroll-snap-align:center;
}

.breadcrumbs{
  color:rgba(255,255,255,.48);
}
.breadcrumbs a{color:rgba(255,255,255,.72)}
.breadcrumbs a:hover{color:var(--text)}

.page-copy > * + *{margin-top:14px}
.copy-stack > * + *{margin-top:0}
.copy-stack p + p{margin-top:2px}
.page-copy ul li + li{margin-top:6px}
.card ul li + li,
.inventory-card ul li + li{margin-top:6px}

.site-footer .footer-grid{
  row-gap:20px;
}
.site-footer .footer-grid > div:not(:first-child){
  padding-top:2px;
}

@media (max-width:1100px){
  .page-home #navigator .split{grid-template-columns:1fr}
}
@media (max-width:760px){
  .back-to-top{
    right:16px;
    bottom:calc(16px + 48px + var(--floating-gap));
    width:48px;
    min-width:48px;
    height:48px;
    min-height:48px;
    padding:0;
    gap:0;
  }
  .back-to-top span{display:none}
  html[dir="rtl"] .back-to-top{right:auto;left:16px}
  .nav-orb{
    height:44px;
    padding:0 12px;
  }
  .nav-orb span{font-size:10px}
  .page-home #navigator .link-grid{grid-template-columns:1fr}
  .page-home #navigator .link-grid .card{padding:16px 14px;min-height:0}
  .page-home #navigator .split > .card{padding:18px 14px}
}
html[dir="rtl"] .back-to-top{right:auto;left:22px}


/* v3.13.42 projects showcase refinements */

.page-projects .project-spotlights{gap:20px}
.page-projects .project-card{position:relative;overflow:hidden;min-height:100%;background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.032));box-shadow:0 18px 40px rgba(0,0,0,.20)}
.page-projects .project-card::after{background:linear-gradient(90deg, rgba(255,211,106,.76), rgba(57,198,255,.72), rgba(45,227,167,.64))}
.page-projects .project-card:hover{transform:translateY(-2px);box-shadow:0 24px 48px rgba(0,0,0,.24)}
.page-projects .project-card__eyebrow{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}
.page-projects .project-card__domain{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:var(--muted2);font-size:11px;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}
.page-projects .project-card h3{margin-bottom:10px}
.page-projects .project-card p{margin-bottom:0}
.page-projects .project-card .cta-row{margin-top:auto;padding-top:18px;align-items:stretch}
.page-projects .project-card .btn{min-width:0;width:100%}
.page-projects .project-card .btn.ghost{justify-content:flex-start}
.page-projects #selected-projects,
.route-projects-by-type #website-examples{scroll-margin-top:calc(var(--sticky-offset) + 40px)}
.page-projects #selected-projects .section-title,
.page-projects #selected-projects .section-lead,
.route-projects-by-type #website-examples .section-title,
.route-projects-by-type #website-examples .section-lead{text-align:left;margin-left:0;margin-right:0;max-width:min(74ch,100%)}
.page-projects #selected-projects .section-title::after,
.route-projects-by-type #website-examples .section-title::after{margin-left:0;margin-right:0}
html[dir="rtl"].page-projects #selected-projects .section-title,
html[dir="rtl"].page-projects #selected-projects .section-lead,
html[dir="rtl"].route-projects-by-type #website-examples .section-title,
html[dir="rtl"].route-projects-by-type #website-examples .section-lead{text-align:right}
html[dir="rtl"].page-projects #selected-projects .section-title::after,
html[dir="rtl"].route-projects-by-type #website-examples .section-title::after{margin-left:auto;margin-right:0}
.page-projects #selected-projects .grid,
.route-projects-by-type #website-examples .grid{gap:20px}
.page-projects .card.project-card .chip{margin-bottom:0}
@media (max-width:1280px){
  .page-projects .project-spotlights{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:980px){
  .page-projects .project-card__eyebrow{align-items:flex-start;flex-direction:column}
  .page-projects .project-card__domain{white-space:normal}
}
@media (max-width:760px){
  .page-projects .project-spotlights{grid-template-columns:1fr}
}


/* v3.13.43 project experience refinements */

.section--project-glance .section-title,
.page-projects #project-type-browser .section-title,
.page-projects #project-type-browser .section-lead,
.page-projects #selected-projects .section-title,
.page-projects #selected-projects .section-lead,
.route-projects-by-type #website-examples .section-title,
.route-projects-by-type #website-examples .section-lead{
  text-align:left;
  margin-left:0;
  margin-right:0;
}
.section--project-glance .section-title::after,
.page-projects #project-type-browser .section-title::after,
.page-projects #selected-projects .section-title::after,
.route-projects-by-type #website-examples .section-title::after{
  margin-left:0;
  margin-right:0;
}
html[dir="rtl"] .section--project-glance .section-title,
html[dir="rtl"].page-projects #project-type-browser .section-title,
html[dir="rtl"].page-projects #project-type-browser .section-lead,
html[dir="rtl"].page-projects #selected-projects .section-title,
html[dir="rtl"].page-projects #selected-projects .section-lead,
html[dir="rtl"].route-projects-by-type #website-examples .section-title,
html[dir="rtl"].route-projects-by-type #website-examples .section-lead{
  text-align:right;
}
html[dir="rtl"] .section--project-glance .section-title::after,
html[dir="rtl"].page-projects #project-type-browser .section-title::after,
html[dir="rtl"].page-projects #selected-projects .section-title::after,
html[dir="rtl"].route-projects-by-type #website-examples .section-title::after{
  margin-left:auto;
  margin-right:0;
}
.section--project-glance .container{
  display:grid;
  gap:20px;
}
.project-glance-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:18px;
}
.section--project-glance .stat-card{
  min-height:100%;
  padding:18px 18px 16px;
  border-radius:20px;
  background:linear-gradient(180deg, rgba(12,18,30,.92), rgba(8,12,21,.98));
  box-shadow:0 18px 40px rgba(0,0,0,.22);
}
.section--project-glance .stat-card strong{
  margin-top:6px;
  margin-bottom:10px;
  font-size:clamp(30px, 3.2vw, 42px);
  line-height:1;
}
.section--project-glance .stat-card p{
  margin:0;
  color:var(--muted);
}
.page-projects #project-type-browser .grid{
  gap:20px;
}
.page-projects #project-type-browser .card{
  min-height:100%;
  padding:22px 20px 20px;
  box-shadow:0 18px 36px rgba(0,0,0,.18);
}
.page-projects #project-type-browser .card h3{
  margin-bottom:10px;
}
.page-projects #project-type-browser .card p{
  margin-bottom:0;
}
.page-projects #project-type-browser .card .inline-link{
  margin-top:auto;
  padding-top:18px;
}
.project-showcase-actions{
  margin-top:18px;
  margin-bottom:4px;
}
.page-projects .project-spotlights,
.route-projects-by-type .project-spotlights{
  display:grid;
  grid-template-columns:repeat(12, minmax(0,1fr));
  gap:20px;
}
.page-projects .project-card,
.route-projects-by-type .project-card{
  grid-column:span 3;
  padding:20px 18px 18px;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(13,20,34,.92), rgba(8,12,21,.98));
  box-shadow:0 20px 44px rgba(0,0,0,.22);
}
.page-projects .project-card--featured,
.route-projects-by-type .project-card--featured{
  grid-column:span 6;
  padding:24px 22px 22px;
  background:
    radial-gradient(circle at top right, rgba(57,198,255,.14), transparent 34%),
    radial-gradient(circle at left center, rgba(255,122,24,.12), transparent 38%),
    linear-gradient(180deg, rgba(14,22,37,.96), rgba(8,12,21,1));
}
.page-projects .project-card__eyebrow,
.route-projects-by-type .project-card__eyebrow{
  align-items:flex-start;
  gap:12px;
  margin-bottom:16px;
}
.page-projects .project-card__meta,
.route-projects-by-type .project-card__meta{
  margin-top:12px;
  padding-top:0;
}
.page-projects .project-card__meta .tag,
.route-projects-by-type .project-card__meta .tag{
  background:rgba(255,255,255,.04);
  border-color:rgba(255,255,255,.08);
}
.page-projects .project-card__desc,
.route-projects-by-type .project-card__desc{
  margin-top:12px;
  line-height:1.72;
  color:var(--muted);
}
.page-projects .project-card--featured .project-card__domain,
.route-projects-by-type .project-card--featured .project-card__domain{
  background:rgba(255,255,255,.05);
  border-color:rgba(255,255,255,.12);
}
.page-projects .project-card--featured h3,
.route-projects-by-type .project-card--featured h3{
  font-size:clamp(20px, 2.1vw, 28px);
}
.page-projects .project-card .btn.ghost,
.route-projects-by-type .project-card .btn.ghost{
  justify-content:flex-start;
}
.page-home #work .project-marquee{
  margin-top:22px;
  padding:20px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.07);
  background:linear-gradient(180deg, rgba(12,18,30,.84), rgba(8,12,21,.94));
  box-shadow:0 18px 40px rgba(0,0,0,.20);
}
.page-home #work .project-marquee__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:16px;
}
.page-home #work .project-marquee__head h3{
  margin:8px 0 0;
  max-width:22ch;
}
.page-home #work .project-marquee__list{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:14px;
}
.page-home #work .project-marquee__item{
  display:grid;
  gap:8px;
  min-height:100%;
  padding:14px 15px;
  border-radius:16px;
  text-decoration:none;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
  transition:transform .18s ease, border-color .18s ease, background-color .18s ease;
}
.page-home #work .project-marquee__item strong{
  color:var(--text);
  font-size:14px;
}
.page-home #work .project-marquee__item span{
  color:var(--muted2);
  font-size:12px;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.page-home #work .project-marquee__item:hover,
.page-home #work .project-marquee__item:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(57,198,255,.28);
  background:rgba(57,198,255,.06);
  outline:none;
}
@media (max-width:1280px){
  .project-glance-grid{grid-template-columns:repeat(2, minmax(0,1fr))}
  .page-projects .project-spotlights,
  .route-projects-by-type .project-spotlights{grid-template-columns:repeat(6, minmax(0,1fr))}
  .page-projects .project-card,
  .route-projects-by-type .project-card{grid-column:span 2}
  .page-projects .project-card--featured,
  .route-projects-by-type .project-card--featured{grid-column:span 4}
  .page-home #work .project-marquee__list{grid-template-columns:repeat(2, minmax(0,1fr))}
}
@media (max-width:980px){
  .page-projects .project-card__eyebrow,
  .route-projects-by-type .project-card__eyebrow{flex-direction:column}
  .page-projects .project-card__domain,
  .route-projects-by-type .project-card__domain{white-space:normal}
}
@media (max-width:760px){
  .project-glance-grid{grid-template-columns:1fr}
  .project-showcase-actions{flex-direction:column;align-items:stretch}
  .page-projects .project-spotlights,
  .route-projects-by-type .project-spotlights{grid-template-columns:1fr}
  .page-projects .project-card,
  .page-projects .project-card--featured,
  .route-projects-by-type .project-card,
  .route-projects-by-type .project-card--featured{grid-column:auto;padding:18px 16px 16px}
  .page-home #work .project-marquee{padding:18px 16px}
  .page-home #work .project-marquee__head{flex-direction:column;align-items:flex-start}
  .page-home #work .project-marquee__list{grid-template-columns:1fr}
}


/* ======================================================================
   CRM Scene v3.13.44 — UI/UX refinement pass
   ====================================================================== */
:root{
  --shell-bg:linear-gradient(180deg, rgba(10,15,24,.78), rgba(7,10,18,.90));
  --shell-border:rgba(255,255,255,.07);
  --shell-shadow:0 24px 58px rgba(0,0,0,.22);
}

.site-main > .section-block.section-block--content::before,
.site-main > .section-block.section-block--content::after{display:none !important}

.site-main > .section-block.section-block--content:not(.section--anchors):not(.section--contact) > .container{
  padding:clamp(24px, 3vw, 34px);
  border-radius:30px;
  border:1px solid var(--shell-border);
  background:
    radial-gradient(720px 220px at 12% 0%, rgba(57,198,255,.05), transparent 65%),
    radial-gradient(660px 220px at 88% 100%, rgba(255,122,24,.05), transparent 65%),
    var(--shell-bg);
  box-shadow:var(--shell-shadow);
  backdrop-filter:blur(12px);
}
.page-home .site-main > .section-block.section-block--content:not(.section--anchors):not(.section--contact) > .container{
  background:
    radial-gradient(840px 240px at 14% 0%, rgba(57,198,255,.045), transparent 65%),
    radial-gradient(720px 240px at 86% 100%, rgba(255,122,24,.05), transparent 65%),
    linear-gradient(180deg, rgba(8,12,20,.40), rgba(6,9,16,.56));
  border-color:rgba(255,255,255,.05);
  box-shadow:0 18px 40px rgba(0,0,0,.16);
}
.site-main > .section-block.section-block--content.section--anchors > .container,
.site-main > .section-block.section-block--content.section--contact > .container{
  padding-left:0;
  padding-right:0;
  background:transparent;
  border:0;
  box-shadow:none;
  backdrop-filter:none;
}

.section-title{font-size:clamp(28px, 3vw, 38px)}
.section-lead,
.page-copy p,
.notice,
.split-note,
.contact-box p,
.card p,
.faq-a,
.review-list li{font-size:15px;line-height:1.72}
.hero-lead{font-size:17px;line-height:1.72}
.card h3,
.timeline .step h3,
.case-box h3,
.work-card h3{font-size:clamp(19px, 1.6vw, 22px)}
.breadcrumbs{padding-top:16px;padding-bottom:4px;font-size:13px;color:#98a8c3}
.breadcrumbs a{color:#b2bdd0}
.breadcrumbs a:hover{color:var(--text)}

.section-panel,
.contact-box,
.navigator-wrap,
.proof-box,
.resource-box,
.policy-box,
.security-box,
.case-box,
.card,
.stat-card,
.timeline .step,
.stack-node{
  backdrop-filter:blur(10px);
}

footer{padding-top:22px;padding-bottom:36px}
footer .container{
  padding:clamp(20px, 3vw, 28px);
  border-radius:28px;
  border:1px solid rgba(255,255,255,.06);
  background:linear-gradient(180deg, rgba(8,12,20,.84), rgba(5,8,15,.92));
  box-shadow:0 20px 46px rgba(0,0,0,.24);
}

.route-projects .section--project-anchors .container{
  position:sticky;
  top:calc(var(--sticky-offset) - 8px);
  z-index:24;
  backdrop-filter:blur(14px);
}
.section--project-anchors .container{
  padding:14px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:22px;
  background:linear-gradient(180deg, rgba(11,17,29,.88), rgba(7,11,20,.94));
  box-shadow:0 18px 40px rgba(0,0,0,.22);
}
.section--project-glance .container{gap:24px}
.project-glance-grid{grid-template-columns:repeat(2, minmax(0,1fr));gap:20px}
.section--project-glance .stat-card{
  min-height:168px;
  padding:20px 20px 18px;
  border-radius:22px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.section--project-glance .stat-card strong{font-size:clamp(36px, 4vw, 54px)}
.page-projects #project-type-browser .grid{gap:22px}

.page-projects .project-spotlights,
.route-projects-by-type .project-spotlights{gap:22px}
.page-projects .project-card,
.route-projects-by-type .project-card{
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  gap:0;
  padding:20px 18px 18px;
}
.page-projects .project-card__eyebrow,
.route-projects-by-type .project-card__eyebrow{display:none}
.project-card__visual{
  --project-a:rgba(57,198,255,.22);
  --project-b:rgba(255,122,24,.18);
  position:relative;
  display:grid;
  gap:18px;
  min-height:170px;
  margin-bottom:18px;
  padding:18px;
  border-radius:20px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(140deg, rgba(18,28,44,.96), rgba(9,14,25,.98));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.project-card__visual::before{
  content:"";
  position:absolute;
  inset:auto -8% -18% auto;
  width:220px;
  height:220px;
  border-radius:999px;
  background:
    radial-gradient(circle at 35% 35%, var(--project-a), transparent 62%),
    radial-gradient(circle at 75% 75%, var(--project-b), transparent 68%);
  filter:blur(6px);
  opacity:.95;
}
.project-card__visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg, rgba(255,255,255,.06), transparent 34%, transparent 68%, rgba(255,255,255,.03));
  pointer-events:none;
}
.project-card__visual > *{position:relative;z-index:1}
.project-card__visual-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.project-card__visual-label{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  color:rgba(244,248,255,.88);
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.project-card__visual-mark{
  display:inline-grid;
  place-items:center;
  min-width:54px;
  height:54px;
  padding:0 14px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.18);
  color:var(--text);
  font-size:14px;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
.project-card__visual-body{display:grid;gap:12px;align-self:end}
.project-card__visual-domain{
  font-size:clamp(18px, 1.9vw, 24px);
  font-weight:950;
  letter-spacing:-.03em;
  color:var(--text);
  line-height:1.15;
  text-wrap:balance;
  overflow-wrap:anywhere;
}
.project-card__visual-tags{display:flex;flex-wrap:wrap;gap:8px}
.project-card__visual-tags span{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.05);
  color:#d9e4f5;
  font-size:12px;
  line-height:1.2;
}
.page-projects .project-card--featured .project-card__visual,
.route-projects-by-type .project-card--featured .project-card__visual{min-height:220px;padding:22px}
.page-projects .project-card h3,
.route-projects-by-type .project-card h3{margin-bottom:10px}
.page-projects .project-card__desc,
.route-projects-by-type .project-card__desc{margin-top:14px}
.page-projects .project-card .cta-row,
.route-projects-by-type .project-card .cta-row{padding-top:20px}

.project-card--tunistone{--project-a:rgba(255,210,138,.34);--project-b:rgba(255,122,24,.24)}
.project-card--ghadannaltaki{--project-a:rgba(125,183,255,.28);--project-b:rgba(102,122,255,.22)}
.project-card--sunrise-dental{--project-a:rgba(98,237,205,.28);--project-b:rgba(57,198,255,.20)}
.project-card--reda-social{--project-a:rgba(255,158,96,.28);--project-b:rgba(57,198,255,.18)}
.project-card--loudervote{--project-a:rgba(178,118,255,.28);--project-b:rgba(57,198,255,.18)}
.project-card--themusicexperts{--project-a:rgba(201,120,255,.24);--project-b:rgba(255,170,92,.20)}
.project-card--the-artwork{--project-a:rgba(255,126,177,.24);--project-b:rgba(137,148,255,.20)}
.project-card--culturesfan{--project-a:rgba(45,227,167,.24);--project-b:rgba(57,198,255,.18)}

.page-home #work .project-marquee{
  border-radius:24px;
  border-color:rgba(255,255,255,.08);
  background:
    radial-gradient(720px 220px at 12% 0%, rgba(57,198,255,.06), transparent 66%),
    linear-gradient(180deg, rgba(12,18,30,.88), rgba(8,12,21,.96));
}
.page-home #work .project-marquee__item{
  position:relative;
  overflow:hidden;
  min-height:124px;
  padding:16px 16px 18px;
}
.page-home #work .project-marquee__item::before{
  content:"";
  position:absolute;
  inset:auto -20px -24px auto;
  width:110px;
  height:110px;
  border-radius:999px;
  background:radial-gradient(circle, rgba(57,198,255,.14), transparent 70%);
  opacity:.9;
}
.page-home #work .project-marquee__item strong,
.page-home #work .project-marquee__item span{position:relative;z-index:1}
.page-home #work .project-marquee__item strong{font-size:15px;line-height:1.35}
.page-home #work .project-marquee__item span{font-size:11px}

@media (max-width:1280px){
  .project-glance-grid{grid-template-columns:repeat(2, minmax(0,1fr))}
}
@media (max-width:980px){
  .site-main > .section-block.section-block--content:not(.section--anchors):not(.section--contact) > .container{padding:22px 20px}
}
@media (max-width:760px){
  .site-main > .section-block.section-block--content:not(.section--anchors):not(.section--contact) > .container{padding:18px 16px;border-radius:24px}
  .section--project-anchors .container{padding:10px}
  .project-glance-grid{grid-template-columns:1fr}
  .section--project-glance .stat-card{min-height:0}
  .project-card__visual{min-height:148px;padding:16px}
  .project-card__visual-mark{min-width:48px;height:48px;border-radius:14px;font-size:13px}
  .project-card__visual-domain{font-size:18px}
  footer .container{padding:18px 16px;border-radius:24px}
}


/* ======================================================================
   v3.13.64 — 20-pass refinement sweep
   ====================================================================== */
:root{
  --max:1248px;
  --pad:clamp(16px, 2.2vw, 28px);
  --section-space:clamp(42px, 4.5vw, 64px);
  --hero-space:clamp(22px, 3.2vw, 34px);
  --shell-border:rgba(255,255,255,.06);
  --shell-highlight:rgba(57,198,255,.26);
  --shell-highlight-2:rgba(255,122,24,.22);
  --card-border:rgba(255,255,255,.08);
  --card-shadow:0 18px 42px rgba(0,0,0,.24);
  --floating-ui-bg:linear-gradient(180deg, rgba(11,17,29,.94), rgba(7,11,20,.96));
}
.container{width:min(var(--max), calc(100% - (var(--pad) * 2)))}
main{padding-bottom:56px}
section{padding:var(--section-space) 0}
.page-hero{padding:var(--hero-space) 0 0}
.page-hero .hero-content.left{max-width:min(62rem,100%)}
.page-hero .hero-title{max-width:15ch}
.page-hero .hero-lead{max-width:min(60ch,100%)}
.page-hero .cta-row{align-items:center}
.page-hero .hero-tags{row-gap:12px}
.window{border-radius:28px}
.page-hero .window::after{
  content:"";
  position:absolute;
  inset:auto 28px 0;
  height:1px;
  background:linear-gradient(90deg, rgba(57,198,255,0), rgba(57,198,255,.28), rgba(255,122,24,.18), rgba(57,198,255,0));
  opacity:.9;
  pointer-events:none;
}
.status-pill,.kicker-note{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04), 0 10px 24px rgba(0,0,0,.18);
}
.route-projects .page-hero .window,
.route-projects-by-type .page-hero .window{
  background:
    radial-gradient(920px 360px at 14% 8%, rgba(57,198,255,.12), transparent 62%),
    radial-gradient(760px 320px at 88% 88%, rgba(255,122,24,.11), transparent 62%),
    linear-gradient(180deg, rgba(11,17,29,.98), rgba(7,11,20,1));
}
.route-services .page-hero .window,
body[class*="route-services-"] .page-hero .window{
  background:
    radial-gradient(860px 320px at 12% 8%, rgba(45,227,167,.10), transparent 62%),
    radial-gradient(760px 320px at 88% 88%, rgba(57,198,255,.12), transparent 62%),
    linear-gradient(180deg, rgba(11,17,29,.98), rgba(7,11,20,1));
}
.route-zendesk-themes .page-hero .window,
body[class*="route-zendesk-themes-"] .page-hero .window,
.route-themes .page-hero .window{
  background:
    radial-gradient(920px 360px at 14% 8%, rgba(57,198,255,.14), transparent 62%),
    radial-gradient(760px 320px at 88% 88%, rgba(255,211,106,.10), transparent 62%),
    linear-gradient(180deg, rgba(11,17,29,.98), rgba(7,11,20,1));
}
.route-work .page-hero .window,
body[class*="route-work-"] .page-hero .window{
  background:
    radial-gradient(920px 360px at 12% 10%, rgba(255,122,24,.12), transparent 62%),
    radial-gradient(760px 320px at 86% 88%, rgba(57,198,255,.10), transparent 62%),
    linear-gradient(180deg, rgba(11,17,29,.98), rgba(7,11,20,1));
}
.route-apps .page-hero .window,
.route-systems .page-hero .window,
.route-playbooks .page-hero .window,
.route-blog .page-hero .window,
.route-security .page-hero .window,
.route-partner .page-hero .window,
.route-team .page-hero .window,
.route-culture .page-hero .window,
.route-contact .page-hero .window,
.route-faq .page-hero .window{
  background:
    radial-gradient(860px 320px at 12% 8%, rgba(57,198,255,.10), transparent 62%),
    radial-gradient(720px 300px at 88% 88%, rgba(171,126,255,.08), transparent 62%),
    linear-gradient(180deg, rgba(11,17,29,.98), rgba(7,11,20,1));
}
.site-main > .section-block.section-block--content:not(.section--anchors):not(.section--contact) > .container{
  position:relative;
  overflow:clip;
  padding:clamp(24px, 3vw, 36px);
  border-radius:32px;
}
.site-main > .section-block.section-block--content:not(.section--anchors):not(.section--contact) > .container::before{
  content:"";
  position:absolute;
  left:24px;
  right:24px;
  top:0;
  height:1px;
  background:linear-gradient(90deg, rgba(57,198,255,0), rgba(57,198,255,.32), rgba(255,122,24,.24), rgba(57,198,255,0));
  opacity:.9;
  pointer-events:none;
}
.site-main > .section-block.section-block--content:not(.section--anchors):not(.section--contact) > .container::after{
  content:"";
  position:absolute;
  width:320px;
  height:320px;
  right:-110px;
  top:-140px;
  border-radius:999px;
  background:radial-gradient(circle, rgba(57,198,255,.11), transparent 72%);
  opacity:.9;
  pointer-events:none;
}
.section-title{font-size:clamp(30px, 3vw, 42px);line-height:1.08}
.section-title .kicker{margin-bottom:10px}
.section-lead,
.page-copy p,
.notice,
.split-note,
.contact-box p,
.card p,
.faq-a,
.review-list li,
.stack-list li,
.facts-list dd,
.case-box p,
.media-panel figcaption{font-size:15px;line-height:1.72}
.hero-lead{font-size:17px;line-height:1.72}
.card,.work-card,.member-card,.resource-card,.case-box,.stat-card,.timeline .step,.stack-node,
.section-panel,.contact-box,.note-card,.matrix-card,.metric-card,.route-card,.inventory-card,.media-panel{
  border:1px solid var(--card-border);
  box-shadow:var(--card-shadow);
}
.card,.work-card,.member-card,.resource-card,.case-box,.stat-card,.timeline .step,.stack-node,
.matrix-card,.metric-card,.route-card,.inventory-card{
  padding:22px 20px 20px;
  border-radius:20px;
  background:linear-gradient(180deg, rgba(12,18,30,.88), rgba(8,12,21,.94));
}
.section-panel,.contact-box,.note-card,.media-panel{
  border-radius:24px;
  background:linear-gradient(180deg, rgba(10,15,24,.84), rgba(7,11,20,.92));
}
.card h3,.timeline .step h3,.case-box h3,.work-card h3,
.route-zendesk-themes-hospitality .route-card h3,
.route-zendesk-themes-hospitality .metric-card h3,
.section-panel h3,
.matrix-card h3{font-size:clamp(19px, 1.55vw, 24px);line-height:1.28}
.card .inline-link,
.card .resource-link,
.work-card .cta-row,
.case-box .inline-link{margin-top:auto;padding-top:16px}
.btn{
  min-height:50px;
  padding:15px 20px;
  font-size:13px;
  letter-spacing:.04em;
  border-radius:16px;
}
.btn.secondary{
  background:linear-gradient(180deg, rgba(63,206,255,.95), rgba(58,156,255,.62));
}
.btn.ghost{
  background:rgba(255,255,255,.04);
  border-color:rgba(255,255,255,.08);
}
.btn--compact{
  min-width:0;
  width:auto;
  min-height:42px;
  padding:11px 14px;
  border-radius:14px;
  font-size:12px;
  letter-spacing:.04em;
}
.anchor-nav{gap:12px;align-items:center}
.anchor-nav a{
  min-height:44px;
  padding:0 16px;
  border-radius:14px;
  font-size:12px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.anchor-nav a.is-active,
.anchor-nav a[aria-current="location"]{
  box-shadow:0 0 0 1px rgba(57,198,255,.18), 0 12px 24px rgba(0,0,0,.18);
}
.section--project-anchors .container{padding:12px 14px}
.breadcrumbs{padding-top:14px;padding-bottom:2px;font-size:13px;color:rgba(255,255,255,.48)}
.breadcrumbs a{color:rgba(255,255,255,.72)}
.facts-list div{background:rgba(255,255,255,.04)}
.note-card--accent{
  background:
    radial-gradient(520px 220px at 14% 12%, rgba(57,198,255,.10), transparent 66%),
    linear-gradient(180deg, rgba(10,14,24,.88), rgba(8,12,20,.94));
}
.review-list{gap:12px}
.review-list li{background:rgba(255,255,255,.03);border-color:rgba(255,255,255,.06)}
.site-footer .container{padding:clamp(22px, 3vw, 30px)}
.site-footer .footer-grid{gap:28px}
.site-footer .split-note{margin-top:16px;line-height:1.68}
.fineprint{margin-top:24px;padding-top:16px;border-top:1px solid rgba(255,255,255,.06)}
.nav-orb,.back-to-top{
  box-shadow:0 16px 36px rgba(0,0,0,.32);
  background:var(--floating-ui-bg);
  border:1px solid rgba(255,255,255,.10);
}
.nav-orb{
  top:auto;
  bottom:20px;
  right:20px;
  width:auto;
  height:48px;
  padding:0 16px;
  border-radius:16px;
  animation:none;
  opacity:0;
  transform:translateY(10px);
  pointer-events:none;
  transition:opacity .18s ease, transform .18s ease, border-color .18s ease, background-color .18s ease;
}
.nav-orb::after{display:none}
.nav-orb span{font-size:11px;letter-spacing:.08em;color:rgba(226,245,255,.95)}
body.has-scrolled-deep .nav-orb{opacity:1;transform:none;pointer-events:auto}
.back-to-top{
  bottom:76px;
  right:20px;
  min-height:44px;
  padding:0 14px;
  border-radius:14px;
}
.back-to-top:hover,.back-to-top:focus-visible,.nav-orb:hover,.nav-orb:focus-visible{border-color:rgba(57,198,255,.24)}
html[dir="rtl"] .nav-orb,
html[dir="rtl"] .back-to-top{right:auto;left:20px}
.panel{top:82px}
.panel,.mobile-nav__panel{
  border-color:rgba(255,255,255,.10);
  background:linear-gradient(180deg, rgba(11,17,29,.96), rgba(7,11,20,.98));
}
.mobile-nav__body a,
.panel-links a{border-color:rgba(255,255,255,.08)}
.reveal{opacity:1;transform:none}
html.js-enhanced .reveal{opacity:0;transform:translateY(14px);transition:opacity .42s ease, transform .42s ease}
html.js-enhanced .reveal.is-visible{opacity:1;transform:none}
.route-zendesk-themes .showcase-shell,
.route-zendesk-themes-hospitality .showcase-shell{grid-template-columns:minmax(0, 1.02fr) minmax(340px, .98fr);gap:26px}
.route-zendesk-themes .showcase-shell > .media-panel,
.route-zendesk-themes-hospitality .showcase-shell > .media-panel{border-radius:28px;overflow:hidden}
.route-zendesk-themes .showcase-shell .note-card,
.route-zendesk-themes-hospitality .showcase-shell .note-card{padding:24px 22px}
.route-zendesk-themes #library .matrix-card,
.route-zendesk-themes-hospitality .route-card,
.route-zendesk-themes-hospitality .metric-card{padding:22px 20px 20px}
.route-zendesk-themes #library .matrix-card .tag-row,
.route-zendesk-themes-hospitality .route-card .tag-row,
.route-zendesk-themes-hospitality .metric-card .tag-row{margin-top:auto;padding-top:16px}
.route-projects .section--project-glance .project-glance-grid{grid-template-columns:repeat(4, minmax(0,1fr));gap:18px}
.page-projects .project-spotlights,
.route-projects-by-type .project-spotlights{
  display:grid;
  grid-template-columns:repeat(12, minmax(0,1fr));
  gap:24px;
}
.page-projects .project-card,
.route-projects-by-type .project-card{grid-column:span 4;padding:18px;border-radius:24px;min-height:100%}
.page-projects .project-card--featured,
.route-projects-by-type .project-card--featured{grid-column:span 8}
.project-card__visual{
  min-height:188px;
  margin-bottom:16px;
  border-radius:22px;
  background-image:
    linear-gradient(180deg, rgba(8,12,20,.12), rgba(8,12,20,.58)),
    var(--project-poster),
    linear-gradient(140deg, rgba(18,28,44,.96), rgba(9,14,25,.98));
  background-size:cover, cover, cover;
  background-position:center, center, center;
}
.project-card__visual::after{
  background:linear-gradient(180deg, rgba(8,12,20,.08), rgba(8,12,20,.30) 40%, rgba(8,12,20,.74) 100%);
}
.project-card__visual-top{align-items:flex-start}
.project-card__visual-body{gap:10px;max-width:78%}
.project-card__visual-domain{text-shadow:0 10px 18px rgba(0,0,0,.38)}
.page-projects .project-card h3,
.route-projects-by-type .project-card h3{font-size:clamp(20px, 1.65vw, 26px);margin-bottom:8px}
.page-projects .project-card__meta,
.route-projects-by-type .project-card__meta{margin-top:0}
.page-projects .project-card__meta .tag,
.route-projects-by-type .project-card__meta .tag{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.10)}
.page-projects .project-card__desc,
.route-projects-by-type .project-card__desc{margin-top:12px}
.page-projects .project-card .cta-row,
.route-projects-by-type .project-card .cta-row{margin-top:auto;padding-top:18px}
.page-projects .project-card--featured .project-card__visual,
.route-projects-by-type .project-card--featured .project-card__visual{min-height:240px}
.project-card--tunistone{--project-a:rgba(255,210,138,.34);--project-b:rgba(255,122,24,.24);--project-poster:url('/assets/images/projects/tunistone-poster.svg')}
.project-card--ghadannaltaki{--project-a:rgba(125,183,255,.28);--project-b:rgba(102,122,255,.22);--project-poster:url('/assets/images/projects/ghadannaltaki-poster.svg')}
.project-card--sunrise-dental{--project-a:rgba(98,237,205,.28);--project-b:rgba(57,198,255,.20);--project-poster:url('/assets/images/projects/sunrise-dental-poster.svg')}
.project-card--reda{--project-a:rgba(255,158,96,.28);--project-b:rgba(57,198,255,.18);--project-poster:url('/assets/images/projects/reda-poster.svg')}
.project-card--loudervote{--project-a:rgba(178,118,255,.28);--project-b:rgba(57,198,255,.18);--project-poster:url('/assets/images/projects/loudervote-poster.svg')}
.project-card--themusicexperts{--project-a:rgba(201,120,255,.24);--project-b:rgba(255,170,92,.20);--project-poster:url('/assets/images/projects/themusicexperts-poster.svg')}
.project-card--the-artwork{--project-a:rgba(255,126,177,.24);--project-b:rgba(137,148,255,.20);--project-poster:url('/assets/images/projects/the-artwork-poster.svg')}
.project-card--culturesfan{--project-a:rgba(45,227,167,.24);--project-b:rgba(57,198,255,.18);--project-poster:url('/assets/images/projects/culturesfan-poster.svg')}
.section--project-showcase .section-lead{max-width:min(70ch,100%)}
.route-projects-by-type section[id$="projects"] .split{grid-template-columns:minmax(300px, .98fr) minmax(0, 1.02fr);gap:24px}
.route-projects-by-type section[id$="projects"] .note-card{top:calc(var(--sticky-offset) + 12px);border-radius:24px}
.route-projects-by-type section[id$="projects"] .grid.cols-2{grid-template-columns:repeat(3, minmax(0,1fr));gap:16px}
.route-projects-by-type section[id$="projects"] .card{padding:20px 18px}
.page-home #work .project-marquee__list{grid-template-columns:repeat(4, minmax(0,1fr));gap:14px}
.page-home #work .project-marquee__item{min-height:136px;border-radius:18px;border:1px solid rgba(255,255,255,.08)}
.route-services .service-grid .card,
.route-work .work-card,
body[class*='route-work-'] .case-box{padding:22px 20px 20px}
.route-work .work-card .cta-row{margin-top:auto;padding-top:16px}
.section--contact .contact-box{padding:32px 26px;border-radius:26px}
.section--contact .contact-box .cta-row{margin-top:20px}
@media (max-width:1200px){
  .route-projects .section--project-glance .project-glance-grid{grid-template-columns:repeat(2, minmax(0,1fr))}
  .page-projects .project-spotlights,
  .route-projects-by-type .project-spotlights{grid-template-columns:repeat(6, minmax(0,1fr))}
  .page-projects .project-card,
  .route-projects-by-type .project-card{grid-column:span 3}
  .page-projects .project-card--featured,
  .route-projects-by-type .project-card--featured{grid-column:span 6}
  .page-home #work .project-marquee__list{grid-template-columns:repeat(2, minmax(0,1fr))}
}
@media (max-width:980px){
  .site-main > .section-block.section-block--content:not(.section--anchors):not(.section--contact) > .container{padding:22px 20px;border-radius:28px}
  .route-zendesk-themes .showcase-shell,
  .route-zendesk-themes-hospitality .showcase-shell,
  .route-projects-by-type section[id$="projects"] .split{grid-template-columns:1fr}
  .route-projects-by-type section[id$="projects"] .note-card,
  .route-zendesk-themes .showcase-shell > .media-panel,
  .route-zendesk-themes-hospitality .showcase-shell > .media-panel{position:static}
}
@media (max-width:760px){
  :root{--section-space:34px;--hero-space:20px}
  .page-hero .hero-title{max-width:none}
  .site-main > .section-block.section-block--content:not(.section--anchors):not(.section--contact) > .container{padding:18px 16px;border-radius:24px}
  .route-projects .section--project-glance .project-glance-grid{grid-template-columns:1fr}
  .page-projects .project-spotlights,
  .route-projects-by-type .project-spotlights{grid-template-columns:1fr;gap:18px}
  .page-projects .project-card,
  .page-projects .project-card--featured,
  .route-projects-by-type .project-card,
  .route-projects-by-type .project-card--featured{grid-column:auto}
  .project-card__visual{min-height:160px;padding:16px}
  .project-card__visual-body{max-width:100%}
  .project-card__visual-domain{font-size:18px}
  .route-projects-by-type section[id$="projects"] .grid.cols-2{grid-template-columns:1fr}
  .page-home #work .project-marquee__list{grid-template-columns:1fr}
  .nav-orb{bottom:16px;right:16px;height:46px;padding:0 14px}
  .back-to-top{bottom:72px;right:16px;min-height:40px;padding:0 12px}
  .back-to-top span{display:none}
  html[dir="rtl"] .nav-orb,
  html[dir="rtl"] .back-to-top{right:auto;left:16px}
  .site-footer .container{padding:18px 16px;border-radius:24px}
}
@media (prefers-reduced-motion: reduce){
  html.js-enhanced .reveal{transform:none}
  .nav-orb{transition:none}
}


/* ======================================================================
   CRM Scene v3.13.84 — final page-experience refinement sweep
   ====================================================================== */
:root{
  --page-shell-border: rgba(255,255,255,.055);
  --page-shell-bg: linear-gradient(180deg, rgba(11,17,29,.54), rgba(7,11,20,.72));
  --page-shell-bg-alt: linear-gradient(180deg, rgba(10,16,27,.62), rgba(7,10,18,.78));
  --page-shell-shadow: 0 22px 48px rgba(0,0,0,.22);
  --page-shell-radius: 28px;
  --hero-border-final: rgba(255,255,255,.085);
  --hero-shadow-final: 0 26px 70px rgba(0,0,0,.34);
}

body:not(.page-home) .page-hero .window{
  border-color: var(--hero-border-final);
  box-shadow: var(--hero-shadow-final);
}
body:not(.page-home) .page-hero .hero-content{
  padding: clamp(34px, 4vw, 56px) clamp(22px, 4vw, 44px);
}
body:not(.page-home) .page-hero .hero-title{
  max-width: min(15.5em, 100%);
}
body:not(.page-home) .page-hero .hero-lead{
  max-width: min(64ch, 100%);
}
body:not(.page-home) .breadcrumbs{
  padding-top: 12px;
  margin-bottom: 4px;
  color: rgba(205,220,245,.64);
}
body:not(.page-home) .breadcrumbs a{color: rgba(220,232,252,.82)}
body:not(.page-home) .breadcrumbs a:hover{color: var(--text)}

body:not(.page-home) .site-main > .section-block.section-block--content{
  padding-block: clamp(30px, 4.4vw, 60px);
}
body:not(.page-home) .site-main > .section-block.section-block--content::before{
  opacity: .65;
}
body:not(.page-home) .site-main > .section-block.section-block--content:not(.section--anchors):not(.section--contact) > .container{
  padding: clamp(22px, 2.8vw, 30px);
  border-radius: var(--page-shell-radius);
  border: 1px solid var(--page-shell-border);
  background: var(--page-shell-bg);
  box-shadow: var(--page-shell-shadow);
}
body:not(.page-home) .site-main > .section-block.section-block--content:nth-of-type(even):not(.section--anchors):not(.section--contact) > .container{
  background: var(--page-shell-bg-alt);
}
body:not(.page-home) .site-main > .section-block.section--split > .container,
body:not(.page-home) .site-main > .section-block.section--cards > .container,
body:not(.page-home) .site-main > .section-block.section--showcase > .container,
body:not(.page-home) .site-main > .section-block.section--stats > .container,
body:not(.page-home) .site-main > .section-block.section--library > .container,
body:not(.page-home) .site-main > .section-block.section--contact > .container{
  position: relative;
  overflow: hidden;
}
body:not(.page-home) .site-main > .section-block.section-block--content:not(.section--anchors):not(.section--contact) > .container::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(520px 180px at 0% 0%, rgba(57,198,255,.06), transparent 60%),
    radial-gradient(520px 180px at 100% 100%, rgba(255,122,24,.06), transparent 60%);
  opacity:.9;
}
body:not(.page-home) .site-main > .section-block.section-block--content:not(.section--anchors):not(.section--contact) > .container > *{
  position: relative;
  z-index: 1;
}

body:not(.page-home) .section-block.has-section-title .section-title{
  max-width: min(22ch, 100%);
  margin-bottom: 16px;
}
body:not(.page-home) .section-block.has-section-title .section-title::after{
  width: 88px;
  margin-top: 14px;
}
body:not(.page-home) .section-block.has-section-lead .section-lead{
  max-width: min(70ch, 100%);
  margin-bottom: 0;
}

.section--anchors .container{
  border-color: rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(11,17,29,.82), rgba(7,11,20,.92));
  box-shadow: 0 18px 38px rgba(0,0,0,.24);
}
.anchor-nav{
  gap: 10px;
}
.anchor-nav a{
  min-height: 46px;
  padding: 0 16px;
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.09);
  color: rgba(226,236,250,.9);
  font-weight: 800;
}
.anchor-nav a:hover,
.anchor-nav a:focus-visible{
  background: rgba(255,255,255,.06);
  border-color: rgba(57,198,255,.22);
}
.anchor-nav a.is-active,
.anchor-nav a[aria-current="location"]{
  background: linear-gradient(180deg, rgba(57,198,255,.16), rgba(57,198,255,.10));
  border-color: rgba(57,198,255,.26);
  color: var(--text);
}
@media (min-width:1101px){
  .page-has-anchor-nav .section--anchors .container{
    position: sticky;
    top: calc(var(--sticky-offset) + 8px);
    z-index: 24;
    backdrop-filter: blur(18px);
  }
}

.route-projects .window,
.route-projects-by-type .window{
  background:
    radial-gradient(820px 360px at 12% 0%, rgba(57,198,255,.10), transparent 60%),
    radial-gradient(820px 360px at 88% 84%, rgba(255,122,24,.10), transparent 60%),
    linear-gradient(180deg, rgba(11,17,29,.97), rgba(7,11,20,.99));
}
.page-apps .window,
.route-apps .window{
  background:
    radial-gradient(820px 360px at 12% 0%, rgba(45,227,167,.09), transparent 60%),
    radial-gradient(820px 360px at 88% 84%, rgba(57,198,255,.09), transparent 60%),
    linear-gradient(180deg, rgba(11,17,29,.97), rgba(7,11,20,.99));
}
.page-systems .window,
.route-systems .window,
.page-playbooks .window,
.route-playbooks .window{
  background:
    radial-gradient(820px 360px at 12% 0%, rgba(57,198,255,.08), transparent 60%),
    radial-gradient(820px 360px at 88% 84%, rgba(255,211,106,.08), transparent 60%),
    linear-gradient(180deg, rgba(11,17,29,.97), rgba(7,11,20,.99));
}

.route-projects .section--project-glance .project-glance-grid{
  gap: 20px;
}
.section--project-glance .stat-card{
  min-height: 172px;
  display: grid;
  align-content: start;
  gap: 10px;
  border-radius: 24px;
  background:
    radial-gradient(320px 140px at 0% 0%, rgba(57,198,255,.09), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
}
.section--project-glance .stat-card strong{
  line-height: .92;
}
.section--project-glance .stat-card p{
  color: rgba(220,230,245,.78);
}

.page-projects .project-spotlights,
.route-projects-by-type .project-spotlights{
  gap: 22px;
}
.page-projects .project-card,
.route-projects-by-type .project-card{
  padding: 20px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.035));
  border-color: rgba(255,255,255,.09);
  box-shadow: 0 22px 46px rgba(0,0,0,.24);
}
.page-projects .project-card:hover,
.route-projects-by-type .project-card:hover{
  border-color: rgba(255,255,255,.14);
  box-shadow: 0 26px 54px rgba(0,0,0,.28);
}
.project-card__visual{
  min-height: 198px;
  padding: 18px;
  border-radius: 24px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 16px 34px rgba(0,0,0,.22);
}
.project-card__visual-domain{
  font-size: clamp(20px, 1.6vw, 26px);
  line-height: 1.02;
}
.project-card__visual-tags span{
  background: rgba(255,255,255,.09);
  border-color: rgba(255,255,255,.10);
  color: rgba(245,248,255,.92);
}
.page-projects .project-card__desc,
.route-projects-by-type .project-card__desc{
  color: rgba(214,224,240,.84);
}
.page-projects .project-card .btn.ghost,
.route-projects-by-type .project-card .btn.ghost{
  background: rgba(255,255,255,.045);
  border-color: rgba(255,255,255,.10);
}
.page-projects .project-card--featured .project-card__visual,
.route-projects-by-type .project-card--featured .project-card__visual{
  min-height: 252px;
}

.page-home #work .project-marquee__item,
.route-projects .work-card,
.route-work .work-card,
body[class*='route-work-'] .case-box,
.route-services .service-grid .card,
.page-apps .card,
.route-zendesk-themes .matrix-card,
.route-zendesk-themes-hospitality .route-card,
.route-zendesk-themes-hospitality .metric-card{
  border-color: rgba(255,255,255,.09);
}

.section--contact .contact-box{
  border-color: rgba(255,255,255,.10);
  box-shadow: 0 24px 56px rgba(0,0,0,.28);
}
.section--contact .contact-box h2{
  max-width: min(24ch, 100%);
  margin-inline: auto;
  text-wrap: balance;
}
.section--contact .contact-box p{
  max-width: min(70ch, 100%);
}

.site-footer .container,
footer .container{
  padding-top: 8px;
}
footer{
  background: linear-gradient(180deg, rgba(4,7,14,.74), rgba(4,7,14,.94));
}
.footer-grid{
  gap: 26px;
}
.footer-grid > div:first-child{
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
}

.nav-orb,
.back-to-top{
  backdrop-filter: blur(12px);
}
.back-to-top{
  border-color: rgba(255,255,255,.10);
  background: rgba(9,14,24,.94);
  box-shadow: 0 14px 30px rgba(0,0,0,.34);
}

@media (max-width:1100px){
  body:not(.page-home) .site-main > .section-block.section-block--content:not(.section--anchors):not(.section--contact) > .container{
    padding: 22px 20px;
  }
}
@media (max-width:980px){
  body:not(.page-home) .site-main > .section-block.section-block--content{
    padding-block: 26px;
  }
  body:not(.page-home) .site-main > .section-block.section-block--content:not(.section--anchors):not(.section--contact) > .container{
    padding: 20px 18px;
    border-radius: 26px;
  }
  .page-has-anchor-nav .section--anchors .container{
    position: static;
  }
  .section--project-glance .stat-card{min-height: 0}
}
@media (max-width:760px){
  body:not(.page-home) .site-main > .section-block.section-block--content{
    padding-block: 22px;
  }
  body:not(.page-home) .site-main > .section-block.section-block--content:not(.section--anchors):not(.section--contact) > .container{
    padding: 18px 16px;
    border-radius: 24px;
  }
  .anchor-nav{flex-wrap: nowrap; overflow: auto; padding-bottom: 2px; scrollbar-width: none}
  .anchor-nav::-webkit-scrollbar{display:none}
  .anchor-nav a{white-space: nowrap}
  .project-card__visual{min-height: 172px; padding: 16px}
  .page-projects .project-card,
  .route-projects-by-type .project-card{padding: 18px}
  .footer-grid > div:first-child{padding: 14px; border-radius: 18px}
}

@media (min-width:1101px){
  .page-has-anchor-nav [id]{scroll-margin-top: 168px;}
}

/* ======================================================================
   CRM Scene v3.13.85 — broader UI/UX refinement pass
   ====================================================================== */
:root{
  --section-space: clamp(44px, 4.8vw, 82px);
  --shell-border-final: rgba(255,255,255,.07);
  --shell-bg-final: linear-gradient(180deg, rgba(10,15,26,.72), rgba(7,11,20,.84));
  --shell-bg-alt-final: linear-gradient(180deg, rgba(10,16,27,.60), rgba(7,10,18,.80));
  --shell-shadow-final: 0 26px 58px rgba(0,0,0,.24);
  --card-shadow-final: 0 18px 42px rgba(0,0,0,.24);
  --card-shadow-hover-final: 0 24px 54px rgba(0,0,0,.28);
}
html{scroll-padding-top:110px}
body{
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a,button,summary{-webkit-tap-highlight-color:transparent}
:where(a,button,summary,input,select,textarea):focus-visible{
  outline:none;
  box-shadow:0 0 0 3px rgba(57,198,255,.14);
}
.section-title{letter-spacing:-.02em}
.section-lead{color:rgba(218,228,242,.82)}
body:not(.page-home) .site-main > .section-block.section-block--content:not(.section--anchors):not(.section--contact) > .container{
  border-color:var(--shell-border-final);
  background:var(--shell-bg-final);
  box-shadow:var(--shell-shadow-final);
}
body:not(.page-home) .site-main > .section-block.section-block--content:nth-of-type(even):not(.section--anchors):not(.section--contact) > .container{
  background:var(--shell-bg-alt-final);
}
.card,
.stat-card,
.timeline .step,
.stack-node,
.case-box,
.policy-box,
.security-box{
  border-color:rgba(255,255,255,.09);
  background:linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.026));
  box-shadow:var(--card-shadow-final);
}
.card:hover,
.timeline .step:hover,
.stack-node:hover,
.case-box:hover,
.policy-box:hover,
.security-box:hover{
  box-shadow:var(--card-shadow-hover-final);
}
.btn,
.work-open,
.contact-alt__link,
.anchor-nav a{
  min-height:46px;
}
.btn.ghost,
.project-showcase-actions .btn.ghost,
.page-projects .project-card .btn.ghost,
.route-projects-by-type .project-card .btn.ghost{
  background:rgba(255,255,255,.05);
  border-color:rgba(255,255,255,.11);
}
.btn.ghost:hover,
.project-showcase-actions .btn.ghost:hover,
.page-projects .project-card .btn.ghost:hover,
.route-projects-by-type .project-card .btn.ghost:hover{
  background:rgba(255,255,255,.07);
  border-color:rgba(57,198,255,.18);
}
.section--selected-work .container{
  position:relative;
  overflow:hidden;
}
.section--selected-work .container::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(520px 220px at 12% 0%, rgba(57,198,255,.07), transparent 62%),
    radial-gradient(520px 220px at 88% 100%, rgba(255,122,24,.06), transparent 62%);
  opacity:.9;
}
.section--selected-work .container > *{position:relative;z-index:1}
.page-home #work .section-title,
.route-work .page-hero + .section--selected-work .section-title{
  max-width:min(18ch, 100%);
}
.section--selected-work .section-lead,
.route-work .page-hero + .section--selected-work .section-lead,
.page-home #work .section-lead{
  max-width:min(66ch, 100%);
}
.section--selected-work .work-grid{
  gap:22px;
  margin-top:24px;
}
.work-card{
  border-radius:26px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg, rgba(8,13,24,.96), rgba(7,11,20,.98));
  box-shadow:0 20px 48px rgba(0,0,0,.28);
}
.work-card:hover{
  transform:translateY(-3px);
  border-color:rgba(255,255,255,.14);
}
.work-card.has-visual .work-meta{display:none}
.work-card__visual{
  --work-a: rgba(57,198,255,.26);
  --work-b: rgba(255,122,24,.18);
  --work-c: rgba(45,227,167,.16);
  min-height:176px;
  margin-bottom:18px;
  padding:18px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.09);
  background:
    linear-gradient(180deg, rgba(6,10,18,.08), rgba(6,10,18,.48)),
    radial-gradient(circle at 18% 18%, var(--work-a), transparent 36%),
    radial-gradient(circle at 84% 78%, var(--work-b), transparent 44%),
    radial-gradient(circle at 62% 26%, var(--work-c), transparent 34%),
    linear-gradient(145deg, rgba(15,23,38,.98), rgba(8,12,20,.98));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07), 0 14px 30px rgba(0,0,0,.22);
  overflow:hidden;
}
.work-card__visual::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:
    linear-gradient(120deg, rgba(255,255,255,.03), rgba(255,255,255,0) 28%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.04) 0 1px, transparent 1px 40px),
    repeating-linear-gradient(180deg, rgba(255,255,255,.03) 0 1px, transparent 1px 34px);
  opacity:.36;
  pointer-events:none;
}
.work-card__visual::after{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(57,198,255,.84), rgba(255,122,24,.74));
  opacity:.9;
}
.work-card__visual > *{position:relative;z-index:1}
.work-card__visual-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}
.work-card__visual-kicker{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
  color:rgba(237,244,255,.9);
  font-size:10px;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:900;
}
html:not([lang="en"]) .work-card__visual-kicker{letter-spacing:normal;text-transform:none}
.work-card__visual-mark{
  display:grid;
  place-items:center;
  min-width:52px;
  height:52px;
  padding:0 12px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(0,0,0,.18);
  color:var(--text);
  font-size:13px;
  font-weight:950;
  letter-spacing:.08em;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
.work-card__visual-body{
  display:grid;
  gap:12px;
  align-self:end;
  margin-top:34px;
}
.work-card__visual-body strong{
  display:block;
  max-width:min(20ch, 100%);
  font-size:clamp(18px, 1.55vw, 23px);
  line-height:1.1;
  text-shadow:0 10px 18px rgba(0,0,0,.34);
  text-wrap:balance;
}
.work-card__visual-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.work-card__visual-tags span{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.07);
  color:rgba(245,248,255,.94);
  font-size:11px;
  font-weight:800;
}
.work-card--fintech .work-card__visual{
  --work-a: rgba(57,198,255,.30);
  --work-b: rgba(255,122,24,.16);
  --work-c: rgba(98,237,205,.18);
}
.work-card--knowledge .work-card__visual{
  --work-a: rgba(255,211,106,.22);
  --work-b: rgba(57,198,255,.18);
  --work-c: rgba(45,227,167,.18);
}
.work-card--integrations .work-card__visual{
  --work-a: rgba(168,129,255,.24);
  --work-b: rgba(57,198,255,.20);
  --work-c: rgba(255,122,24,.14);
}
.work-card h3{
  max-width:min(18ch, 100%);
  margin-bottom:12px;
  font-size:clamp(22px, 1.9vw, 30px);
  line-height:1.12;
}
.work-card p{
  color:rgba(220,230,244,.80);
  font-size:15px;
  line-height:1.68;
}
.work-card .work-tags{
  margin-top:14px;
  row-gap:10px;
}
.work-card .work-tags .tag{
  background:rgba(255,255,255,.05);
  border-color:rgba(255,255,255,.10);
  color:rgba(242,246,255,.94);
}
.work-card .cta-row{
  margin-top:auto;
  padding-top:20px;
  display:grid;
  grid-template-columns:minmax(118px, auto) 1fr;
  gap:12px;
}
.work-card .work-open{
  min-width:118px;
  padding-inline:14px;
  border-radius:14px;
  border:1px solid rgba(57,198,255,.20);
  background:rgba(57,198,255,.08);
  color:rgba(231,248,255,.96);
  font-size:12px;
  font-weight:900;
  box-shadow:none;
}
.work-card .work-open:hover{
  background:rgba(57,198,255,.11);
  border-color:rgba(57,198,255,.28);
}
.work-card .btn.ghost.btn--compact{
  justify-content:center;
  min-width:0;
  padding-inline:16px;
  box-shadow:none;
}
html[dir="rtl"] .work-card .cta-row{grid-template-columns:1fr minmax(118px, auto)}
.section--selected-work .notice{
  margin-top:20px;
  padding:16px 18px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.028));
  color:rgba(220,230,244,.78);
}
.page-home #work .project-marquee{
  margin-top:24px;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.028));
  box-shadow:0 18px 40px rgba(0,0,0,.20);
}
.page-home #work .project-marquee__head h3{max-width:min(22ch, 100%)}
.page-home #work .project-marquee__item{
  min-height:132px;
  background:linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.03));
  border-color:rgba(255,255,255,.09);
}
.page-projects .project-card,
.route-projects-by-type .project-card{
  border-color:rgba(255,255,255,.10);
  box-shadow:0 18px 42px rgba(0,0,0,.24);
}
.page-projects .project-card:hover,
.route-projects-by-type .project-card:hover{
  border-color:rgba(255,255,255,.14);
  box-shadow:0 24px 56px rgba(0,0,0,.28);
}
.page-projects .project-card__visual,
.route-projects-by-type .project-card__visual{
  border:1px solid rgba(255,255,255,.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06), 0 16px 34px rgba(0,0,0,.24);
}
.page-projects .project-card__desc,
.route-projects-by-type .project-card__desc{
  color:rgba(219,229,244,.80);
  line-height:1.7;
}
.page-projects #project-type-browser .card,
.route-projects-by-type section[id$="projects"] .card{
  border-color:rgba(255,255,255,.09);
}
.footer-grid > div:first-child{
  background:linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.03));
  border-color:rgba(255,255,255,.09);
}
@media (max-width:1100px){
  .section--selected-work .work-grid{gap:18px}
  .work-card__visual{min-height:160px}
  .work-card h3{max-width:none}
}
@media (max-width:760px){
  .section--selected-work .work-grid{gap:16px;margin-top:20px}
  .work-card{padding:18px 16px 16px;border-radius:22px}
  .work-card__visual{min-height:154px;padding:16px;border-radius:20px;margin-bottom:16px}
  .work-card__visual-mark{min-width:46px;height:46px;border-radius:14px;font-size:12px}
  .work-card__visual-body{margin-top:28px}
  .work-card__visual-body strong{max-width:100%;font-size:18px}
  .work-card .cta-row{grid-template-columns:1fr;gap:10px}
  html[dir="rtl"] .work-card .cta-row{grid-template-columns:1fr}
  .page-home #work .project-marquee{border-radius:22px}
}


/* v3.13.86 QC polish */
.section--selected-work .section-title,
.route-work .page-hero + .section--selected-work .section-title{
  max-width:min(14ch, 100%);
}
.section--selected-work .section-lead,
.route-work .page-hero + .section--selected-work .section-lead{
  max-width:min(72ch, 100%);
}
.work-card{
  padding:22px;
}
.work-card .cta-row{
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:10px;
}
.work-card .work-open,
.work-card .btn.ghost.btn--compact{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding-inline:16px;
  border-radius:16px;
  white-space:normal;
  text-align:center;
}
.work-card .work-open{
  background:linear-gradient(180deg, rgba(57,198,255,.14), rgba(57,198,255,.08));
  border-color:rgba(57,198,255,.24);
}
.work-card .btn.ghost.btn--compact{
  border-color:rgba(255,255,255,.12);
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
}
.work-card .btn.ghost.btn--compact:hover{
  border-color:rgba(255,255,255,.16);
  background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.04));
}
.work-card__visual-body strong,
.work-card h3{
  text-wrap:balance;
}
.work-card__visual-body strong{
  max-width:min(24ch, 100%);
}
.section--selected-work .notice{
  max-width:min(84ch, 100%);
  line-height:1.7;
}
@media (max-width: 640px){
  .work-card{padding:18px}
  .work-card .cta-row{grid-template-columns:1fr}
}


/* Team profile preview upgrade */
.team-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}
.profile-card{
  position:relative;display:flex;flex-direction:column;min-height:100%;padding:22px;border-radius:24px;
  border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg, rgba(12,18,32,.88), rgba(8,12,20,.96));
  box-shadow:0 18px 60px rgba(0,0,0,.28);overflow:hidden
}
.profile-card::before{
  content:"";position:absolute;inset:0;
  background:
    radial-gradient(520px 220px at 12% 0%, rgba(57,198,255,.10), transparent 60%),
    radial-gradient(420px 220px at 92% 100%, rgba(255,122,24,.08), transparent 60%);
  pointer-events:none
}
.profile-card > *{position:relative;z-index:1}
.profile-card--featured{grid-column:span 2;background:linear-gradient(180deg, rgba(13,20,34,.92), rgba(8,12,21,.98))}
.profile-card--featured::before{
  background:
    radial-gradient(620px 260px at 10% 0%, rgba(57,198,255,.14), transparent 62%),
    radial-gradient(520px 260px at 96% 100%, rgba(255,122,24,.10), transparent 62%)
}
.profile-card__head{display:flex;align-items:flex-start;gap:16px;margin-bottom:16px}
html[dir="rtl"] .profile-card__head{flex-direction:row-reverse}
.profile-avatar{
  flex:0 0 auto;width:58px;height:58px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;
  font-weight:900;font-size:20px;letter-spacing:.04em;color:var(--text);border:1px solid rgba(57,198,255,.26);
  background:linear-gradient(180deg, rgba(57,198,255,.16), rgba(171,126,255,.10));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 16px 34px rgba(0,0,0,.25)
}
.profile-card--featured .profile-avatar{
  width:72px;height:72px;border-radius:22px;font-size:30px;
  background:linear-gradient(180deg, rgba(57,198,255,.28), rgba(255,122,24,.18));border-color:rgba(57,198,255,.34)
}
.profile-card h3{margin:0;font-size:18px;line-height:1.25}
.profile-card--featured h3{font-size:24px}
.profile-role{margin:6px 0 0;color:rgba(242,246,255,.86);font-weight:800;font-size:14px;line-height:1.45}
.profile-summary{margin:0 0 14px;color:var(--text);font-size:15px;line-height:1.65}
.profile-card__copy p{margin:0 0 14px;color:var(--muted);line-height:1.65}
.profile-card__copy p:last-child{margin-bottom:0}
.profile-card .facts-list{margin-top:18px}
.profile-card .tag-row{margin-top:18px}
.profile-card__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto;padding-top:18px}
.profile-link{
  display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:12px;text-decoration:none;
  font-weight:900;font-size:12px;letter-spacing:.03em;text-transform:none;transition:.18s ease;
  border:1px solid rgba(57,198,255,.28);background:rgba(57,198,255,.08);color:var(--text)
}
.profile-link:hover{transform:translateY(-1px);border-color:rgba(57,198,255,.42);background:rgba(57,198,255,.12)}
.profile-link--secondary{border-color:rgba(255,255,255,.08);background:rgba(0,0,0,.18)}
.profile-link--secondary:hover{border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.05)}
.profile-preview-note{margin:18px auto 0;max-width:min(78ch,100%);color:var(--muted);font-size:13px;line-height:1.6;text-align:center}
@media (max-width:1000px){
  .team-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .profile-card--featured{grid-column:span 2}
}
@media (max-width:760px){
  .team-preview-grid{grid-template-columns:1fr}
  .profile-card--featured{grid-column:auto}
  .profile-card{padding:20px}
  .profile-card__head{gap:14px}
  .profile-card--featured .profile-avatar{width:64px;height:64px;font-size:26px}
}


/* Team card refinement — compact founder-led preview */
.team-profile-preview .section-title,
.team-profile-preview .section-lead{
  max-width:min(72ch,100%);
}
.team-preview-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  align-items:stretch;
}
.profile-card{
  padding:18px 18px 16px;
  border-radius:22px;
  min-height:0;
  box-shadow:0 12px 36px rgba(0,0,0,.22);
}
.profile-card::before{
  background:
    radial-gradient(440px 180px at 10% 0%, rgba(57,198,255,.08), transparent 60%),
    radial-gradient(320px 180px at 92% 100%, rgba(255,122,24,.06), transparent 60%);
}
.profile-card--featured{
  grid-column:auto;
}
.profile-card--founder{
  border-color:rgba(57,198,255,.18);
  background:linear-gradient(180deg, rgba(14,20,34,.92), rgba(8,12,20,.98));
}
.profile-card--founder::before{
  background:
    radial-gradient(520px 210px at 8% 0%, rgba(57,198,255,.12), transparent 62%),
    radial-gradient(380px 200px at 96% 100%, rgba(255,122,24,.08), transparent 62%);
}
.profile-card__head{
  gap:14px;
  margin-bottom:12px;
}
.profile-avatar{
  width:50px;
  height:50px;
  border-radius:16px;
  font-size:18px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 22px rgba(0,0,0,.18);
}
.profile-card--founder .profile-avatar{
  width:56px;
  height:56px;
  border-radius:18px;
  font-size:22px;
}
.profile-heading{
  min-width:0;
}
.profile-card h3{
  margin:0;
  font-size:18px;
  line-height:1.25;
}
.profile-card--founder h3{
  font-size:20px;
}
.profile-role{
  margin:5px 0 0;
  color:rgba(242,246,255,.82);
  font-weight:800;
  font-size:13px;
  line-height:1.45;
}
.profile-summary{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}
.profile-meta-line{
  margin:10px 0 0;
  color:var(--muted2);
  font-size:12px;
  line-height:1.5;
  font-weight:700;
  letter-spacing:.02em;
}
.profile-card .facts-list,
.profile-card__copy{
  display:none;
}
.profile-card .tag-row{
  margin-top:12px;
  gap:8px;
}
.profile-card .tag,
.profile-card .tag.good{
  padding:8px 10px;
  border-radius:999px;
  font-size:11px;
  letter-spacing:.01em;
}
.profile-card__actions{
  padding-top:14px;
}
.profile-link{
  min-height:40px;
  padding:10px 14px;
  border-radius:999px;
}
.profile-preview-note{
  margin-top:14px;
  max-width:min(70ch,100%);
  font-size:12px;
}
@media (max-width:1000px){
  .team-preview-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width:760px){
  .profile-card{
    padding:16px;
  }
  .profile-card--founder .profile-avatar{
    width:52px;
    height:52px;
    font-size:20px;
  }
}


/* ======================================================================
   v3.18 demand-generation refinement
   Sharper buyer path, proof hierarchy, calmer visual system, and lead form.
   ====================================================================== */

:root{
  --lead-form-border:rgba(255,255,255,.10);
  --lead-form-bg:linear-gradient(180deg, rgba(13,20,34,.82), rgba(7,11,20,.72));
}

.site-nav{gap:8px}
.site-nav a{padding-inline:9px}
.nav-cta{border-color:rgba(255,122,24,.72);color:#ffd2ad;background:rgba(255,122,24,.08)}

.hero-system-visual{
  width:min(620px, 48vw) !important;
  height:auto !important;
  right:-80px !important;
  top:44px !important;
  opacity:.34 !important;
  mix-blend-mode:normal !important;
  filter:drop-shadow(0 34px 70px rgba(0,0,0,.34));
}
body:not(.page-home) .hero-system-visual{
  width:min(560px, 42vw) !important;
  right:-120px !important;
  top:18px !important;
  opacity:.22 !important;
}
html[dir="rtl"] .hero-system-visual{
  right:auto !important;
  left:-80px !important;
}
html[dir="rtl"] body:not(.page-home) .hero-system-visual{
  right:auto !important;
  left:-120px !important;
}

.page-home .window{
  background:
    radial-gradient(1000px 440px at 38% 10%, rgba(57,198,255,.13), transparent 62%),
    radial-gradient(760px 420px at 84% 72%, rgba(255,122,24,.10), transparent 62%),
    linear-gradient(180deg, rgba(9,13,24,1), rgba(6,8,18,1));
}

.review-summary{
  width:min(820px,100%);
  margin:16px auto 0;
  display:grid;
  grid-template-columns:1.15fr repeat(3, minmax(0,1fr));
  gap:10px;
  align-items:stretch;
}
.review-summary strong,
.review-summary span{
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(0,0,0,.18);
  color:var(--muted);
  font-size:12px;
  line-height:1.35;
}
.review-summary strong{
  color:var(--text);
  border-color:rgba(57,198,255,.24);
  background:rgba(57,198,255,.08);
}

.trust-metrics{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:10px;
}
.metric-card{
  min-height:78px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:5px;
  padding:13px 14px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(14,22,40,.68), rgba(8,12,22,.62));
  box-shadow:0 12px 28px rgba(0,0,0,.22);
}
.metric-card strong{
  color:var(--text);
  font-size:clamp(18px, 2.1vw, 26px);
  line-height:1;
}
.metric-card span{
  color:var(--muted);
  font-size:12px;
  line-height:1.35;
}

.pricing-band-grid .pricing-band{
  border-color:rgba(57,198,255,.16);
}

.outcome-card{
  border-color:rgba(45,227,167,.16);
}

.section--lead-form .container{
  max-width:980px;
}
.lead-form{
  margin-top:22px;
  padding:clamp(18px, 2.4vw, 28px);
  border:1px solid var(--lead-form-border);
  border-radius:24px;
  background:var(--lead-form-bg);
  box-shadow:0 22px 60px rgba(0,0,0,.34);
}
.lead-form__grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:14px;
}
.lead-form label{
  display:grid;
  gap:8px;
  color:var(--text);
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
}
.lead-form input,
.lead-form select,
.lead-form textarea{
  width:100%;
  min-height:48px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  background:rgba(0,0,0,.22);
  color:var(--text);
  padding:12px 13px;
  font:600 14px/1.45 var(--font);
  outline:none;
}
.lead-form textarea{
  min-height:150px;
  resize:vertical;
}
.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus{
  border-color:rgba(57,198,255,.55);
  box-shadow:0 0 0 3px rgba(57,198,255,.12);
}
.lead-form select option{
  color:#0b1222;
  background:#f2f6ff;
}
.lead-form > label{
  margin-top:14px;
}
.lead-form__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:16px;
}
.lead-form__actions .btn{
  min-width:min(260px,100%);
}

section:not(.page-hero){
  content-visibility:auto;
  contain-intrinsic-size:1px 740px;
}

#starfield{opacity:.42}
@media (max-width: 1280px){
  .site-nav{gap:6px}
  .site-nav a{font-size:12px;padding-inline:7px}
}
@media (max-width: 1100px){
  .hero-system-visual,
  body:not(.page-home) .hero-system-visual{
    opacity:.12 !important;
    right:-220px !important;
  }
  html[dir="rtl"] .hero-system-visual,
  html[dir="rtl"] body:not(.page-home) .hero-system-visual{
    left:-220px !important;
    right:auto !important;
  }
  .trust-metrics{grid-template-columns:repeat(2, minmax(0,1fr))}
  .review-summary{grid-template-columns:1fr 1fr}
}
@media (max-width: 760px){
  #starfield{display:none}
  .hero-system-visual{display:none !important}
  .review-summary,
  .trust-metrics,
  .lead-form__grid{
    grid-template-columns:1fr;
  }
  .review-summary strong,
  .review-summary span{
    min-height:0;
    justify-content:flex-start;
    text-align:left;
  }
  html[dir="rtl"] .review-summary strong,
  html[dir="rtl"] .review-summary span{
    text-align:right;
    justify-content:flex-start;
  }
  .lead-form{border-radius:18px}
  .lead-form__actions .btn{width:100%}
}

@media (prefers-reduced-motion: reduce){
  #starfield{display:none}
}


/* ======================================================================
   v3.19 conversion polish: flat brand mark, concise home, budget anchors,
   measurable proof language, backend-ready forms, and branded error routes.
   ====================================================================== */
.brand-mark{background:linear-gradient(180deg, rgba(8,14,28,.95), rgba(10,18,32,.95));border-color:rgba(57,198,255,.22)}
.brand-mark img{display:block;width:100%;height:100%;object-fit:cover}
.mini-delta{margin:12px 0;padding:10px 12px;border-radius:14px;border:1px solid rgba(45,227,167,.20);background:rgba(45,227,167,.07);color:var(--muted);font-size:12px;line-height:1.5}
.mini-delta strong{color:var(--text)}
.proof-quick-links{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;margin-top:16px}
.budget-range{margin-top:14px;padding:12px;border-radius:15px;border:1px solid rgba(255,122,24,.22);background:rgba(255,122,24,.07);display:grid;gap:5px}
.budget-range span{color:var(--muted2);font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:900}
.budget-range strong{font-size:20px;color:var(--text);line-height:1.1}
.budget-range em{font-style:normal;color:var(--muted);font-size:12px;line-height:1.45}
.theme-budget-note{margin-top:18px;text-align:left}
.form-note{margin:10px 0 0;color:var(--muted2);font-size:12px;line-height:1.55}
.error-code{display:inline-flex;margin:12px 0 4px;padding:8px 12px;border-radius:16px;border:1px solid rgba(255,122,24,.32);background:rgba(255,122,24,.09);font-size:clamp(34px,7vw,82px);line-height:1;font-weight:950;letter-spacing:.02em;color:#ffd2ad;text-shadow:0 0 28px rgba(255,122,24,.16)}
.page-not-found .window,.page-thank-you .window{min-height:560px}
.not-found-hero .hero-title,.thank-you-hero .hero-title{max-width:940px}
@media (max-width:760px){.proof-quick-links{justify-content:flex-start}.error-code{font-size:44px}.page-not-found .window,.page-thank-you .window{min-height:auto}}


/* v3.19.2 QC polish */
.not-found-hero .not-found-route-map{opacity:.28 !important;filter:drop-shadow(0 34px 70px rgba(0,0,0,.42)) drop-shadow(0 0 34px rgba(57,198,255,.18));}
@media (max-width:760px){.not-found-hero .not-found-route-map{display:none !important}}

/* ======================================================================
   v3.20 homepage visual maturity pass — premium consulting hierarchy
   ====================================================================== */
.page-home.home-v320{
  background:
    radial-gradient(900px 520px at 18% 8%, rgba(57,198,255,.055), transparent 62%),
    radial-gradient(760px 460px at 82% 14%, rgba(255,122,24,.045), transparent 64%),
    linear-gradient(180deg, #050812 0%, #060914 48%, #050812 100%);
}
.page-home.home-v320 #starfield{opacity:.22}
.page-home.home-v320 .nebula{opacity:.32;filter:blur(46px)}
.page-home.home-v320 section{padding:clamp(52px, 7vw, 92px) 0}
.page-home.home-v320 .page-hero{padding-top:clamp(28px, 4vw, 52px)}
.page-home.home-v320 .container{width:min(1240px, calc(100% - 48px))}
.home-hero-panel,
.home-section-shell,
.home-proof-panel,
.home-final-panel{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(130,150,185,.16);
  border-radius:30px;
  background:
    linear-gradient(180deg, rgba(12,18,30,.88), rgba(7,11,20,.94));
  box-shadow:0 28px 90px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.045);
}
.home-hero-panel{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(410px,.78fr);
  gap:clamp(28px, 4vw, 58px);
  align-items:center;
  padding:clamp(34px, 5vw, 66px);
}
.home-hero-bg{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(800px 420px at 18% 14%, rgba(57,198,255,.12), transparent 62%),
    radial-gradient(680px 420px at 86% 22%, rgba(255,122,24,.09), transparent 60%),
    linear-gradient(90deg, rgba(255,255,255,.035), transparent 38%, rgba(255,255,255,.025));
  opacity:.9;
}
.home-hero-copy,
.home-hero-visual,
.home-proof-strip,
.home-trust-strip{position:relative;z-index:1}
.home-hero-copy{text-align:left;max-width:720px}
html[dir="rtl"] .home-hero-copy{text-align:right}
.page-home.home-v320 .hero-title{
  max-width:11.5em;
  margin:20px 0 18px;
  font-size:clamp(42px, 5.1vw, 74px);
  line-height:.97;
  letter-spacing:-.062em;
  text-wrap:balance;
}
.page-home.home-v320 .hero-title .accent{color:inherit}
.page-home.home-v320 .hero-lead{
  margin:0 0 26px;
  max-width:63ch;
  color:#c4ccda;
  font-size:clamp(16px, 1.15vw, 18px);
  line-height:1.72;
}
.page-home.home-v320 .status-pill{
  text-transform:uppercase;
  letter-spacing:.11em;
  color:#cfeeff;
  border-color:rgba(57,198,255,.28);
  background:rgba(57,198,255,.055);
}
.page-home.home-v320 .home-hero-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  gap:12px;
  width:auto;
  margin:0;
}
html[dir="rtl"] .page-home.home-v320 .home-hero-actions{justify-content:flex-start}
.page-home.home-v320 .home-hero-actions .btn{min-width:230px}
.home-review-card{
  display:grid;
  grid-template-columns:1fr;
  gap:9px;
  max-width:600px;
  margin-top:22px;
  padding:16px 18px;
  border:1px solid rgba(130,150,185,.15);
  border-radius:18px;
  background:rgba(4,8,16,.42);
}
.home-review-card strong{font-size:14px;color:#f6f8ff}
.home-review-card span{
  position:relative;
  padding-left:22px;
  color:#aeb8ca;
  font-size:13px;
  line-height:1.4;
}
html[dir="rtl"] .home-review-card span{padding-left:0;padding-right:22px}
.home-review-card span::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:8px;
  height:8px;
  border-radius:999px;
  background:#39c6ff;
  box-shadow:0 0 14px rgba(57,198,255,.42);
}
html[dir="rtl"] .home-review-card span::before{left:auto;right:0}
.home-visual-card{
  position:relative;
  min-height:500px;
  border:1px solid rgba(130,150,185,.15);
  border-radius:28px;
  background:
    radial-gradient(520px 300px at 50% 20%, rgba(57,198,255,.14), transparent 62%),
    radial-gradient(420px 260px at 70% 72%, rgba(255,122,24,.10), transparent 64%),
    linear-gradient(180deg, rgba(8,13,24,.84), rgba(4,8,16,.9));
  box-shadow:0 24px 70px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.05);
  overflow:hidden;
}
.home-system-map{
  position:absolute;
  inset:50% auto auto 50%;
  width:min(94%, 520px);
  height:auto;
  transform:translate(-50%,-52%);
  opacity:.92;
  filter:drop-shadow(0 24px 50px rgba(0,0,0,.42));
}
.home-visual-note{
  position:absolute;
  width:min(280px, 72%);
  padding:14px 16px;
  border:1px solid rgba(130,150,185,.18);
  border-radius:16px;
  background:rgba(6,10,18,.78);
  backdrop-filter:blur(10px);
  box-shadow:0 16px 44px rgba(0,0,0,.35);
}
.home-visual-note strong{display:block;font-size:13px;color:#f2f6ff;margin-bottom:4px}
.home-visual-note span{display:block;font-size:12px;line-height:1.45;color:#aeb8ca}
.home-visual-note--top{left:22px;top:22px}
.home-visual-note--bottom{right:22px;bottom:22px}
.home-proof-strip{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:1px;
  margin-top:6px;
  border:1px solid rgba(130,150,185,.14);
  border-radius:20px;
  overflow:hidden;
  background:rgba(130,150,185,.10);
}
.home-proof-strip div,
.home-proof-list div{
  padding:18px 18px;
  background:rgba(5,9,17,.58);
}
.home-proof-strip strong,
.home-proof-list strong{
  display:block;
  margin-bottom:6px;
  color:#fff;
  font-size:clamp(18px, 1.7vw, 26px);
  letter-spacing:-.035em;
}
.home-proof-strip span,
.home-proof-list span{display:block;color:#9faabd;font-size:12px;line-height:1.35;text-wrap:balance}
.home-trust-strip{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:minmax(240px,.85fr) minmax(0,1.35fr) minmax(280px,.75fr);
  gap:18px;
  align-items:center;
  padding-top:4px;
}
.home-trust-copy{
  padding:18px 0;
  color:#aeb8ca;
  font-size:14px;
  line-height:1.6;
}
.home-trust-copy p{margin:8px 0 0}
.home-logo-strip{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
}
.home-logo-strip img,
.home-logo-chip{
  height:44px;
  width:auto;
  max-width:148px;
  object-fit:contain;
  padding:10px 14px;
  border:1px solid rgba(130,150,185,.14);
  border-radius:14px;
  background:rgba(255,255,255,.035);
  color:#dbe4f3;
  font-size:12px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.home-partner-mini{
  display:grid;
  grid-template-columns:minmax(0,1fr) 104px;
  gap:12px;
  align-items:center;
  padding:14px;
  border:1px solid rgba(130,150,185,.14);
  border-radius:18px;
  background:rgba(255,255,255,.035);
}
.home-partner-mini span{display:block;color:#8f9bb2;font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:850;margin-bottom:5px}
.home-partner-mini strong{display:block;color:#f2f6ff;font-size:13px;line-height:1.2}
.home-partner-mini img{width:104px;height:auto;border-radius:10px}
.home-section-shell{padding:clamp(28px, 4vw, 48px)}
.home-section-shell--split{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  gap:clamp(24px, 4vw, 56px);
  align-items:start;
}
.home-section-intro .kicker,
.home-section-head .kicker,
.home-proof-panel .kicker,
.home-final-panel .kicker,
.home-trust-copy .kicker{
  display:block;
  color:#83dfff;
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:900;
  margin-bottom:12px;
}
.home-section-intro h2,
.home-section-head h2,
.home-proof-panel h2,
.home-final-panel h2{
  margin:0;
  color:#f6f8ff;
  font-size:clamp(30px, 3.15vw, 48px);
  line-height:1.02;
  letter-spacing:-.045em;
  text-wrap:balance;
}
.home-section-intro p,
.home-section-head p,
.home-proof-panel p,
.home-final-panel p{
  color:#aeb8ca;
  font-size:15px;
  line-height:1.72;
}
.home-problem-list{display:grid;gap:12px}
.home-problem-row{
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  gap:16px;
  padding:18px;
  border:1px solid rgba(130,150,185,.14);
  border-radius:18px;
  background:rgba(255,255,255,.035);
}
.home-problem-row > span{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border:1px solid rgba(57,198,255,.28);
  border-radius:12px;
  color:#83dfff;
  background:rgba(57,198,255,.06);
  font-size:12px;
  font-weight:900;
}
.home-problem-row h3,
.home-service-card h3,
.home-case-featured h3,
.home-case-mini h3,
.home-process-line h3{margin:0 0 8px;color:#f4f7ff;letter-spacing:-.018em}
.home-problem-row p,
.home-service-card p,
.home-case-featured p,
.home-case-mini p,
.home-process-line p{margin:0;color:#aeb8ca;line-height:1.62;font-size:14px}
.home-section-head{
  max-width:780px;
  margin:0 auto 26px;
  text-align:center;
}
.home-service-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.home-service-card{
  display:flex;
  flex-direction:column;
  min-height:265px;
  padding:24px;
  border:1px solid rgba(130,150,185,.14);
  border-radius:22px;
  background:linear-gradient(180deg, rgba(12,18,30,.76), rgba(6,10,18,.84));
  box-shadow:0 18px 46px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.035);
}
.home-service-card--primary{
  border-color:rgba(57,198,255,.28);
  background:
    radial-gradient(420px 260px at 18% 0%, rgba(57,198,255,.13), transparent 62%),
    linear-gradient(180deg, rgba(13,22,36,.86), rgba(7,12,22,.9));
}
.home-service-card > span,
.case-eyebrow,
.home-case-mini > span,
.home-process-line article > span{
  display:block;
  margin-bottom:14px;
  color:#83dfff;
  font-size:11px;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:900;
}
.home-service-card h3{font-size:22px;line-height:1.18}
.home-service-card p{font-size:14px}
.home-service-card a,
.home-case-featured strong,
.home-proof-links a{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  color:#f2f6ff;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
}
.home-service-card a::after,
.home-case-featured strong::after,
.home-proof-links a::after{content:"→";margin-left:8px;color:#ff8a33}
html[dir="rtl"] .home-service-card a::after,
html[dir="rtl"] .home-case-featured strong::after,
html[dir="rtl"] .home-proof-links a::after{content:"←";margin-left:0;margin-right:8px}
.home-case-layout{
  display:grid;
  grid-template-columns:minmax(0,1.22fr) minmax(320px,.78fr);
  gap:18px;
}
.home-case-featured,
.home-case-mini{
  text-decoration:none;
  border:1px solid rgba(130,150,185,.14);
  border-radius:24px;
  background:linear-gradient(180deg, rgba(12,18,30,.82), rgba(6,10,18,.88));
  box-shadow:0 18px 48px rgba(0,0,0,.25);
}
.home-case-featured{
  min-height:420px;
  padding:clamp(28px, 4vw, 44px);
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  background:
    radial-gradient(540px 320px at 24% 20%, rgba(57,198,255,.16), transparent 62%),
    radial-gradient(560px 320px at 88% 72%, rgba(255,122,24,.12), transparent 60%),
    linear-gradient(180deg, rgba(12,18,30,.86), rgba(6,10,18,.9));
}
.home-case-featured h3{max-width:680px;font-size:clamp(32px, 3.4vw, 54px);line-height:1;letter-spacing:-.052em;text-wrap:balance}
.home-case-featured p{max-width:780px;font-size:15px;margin-bottom:22px}
.home-case-points{display:flex;flex-wrap:wrap;gap:10px;margin:8px 0 22px}
.home-case-points span{
  padding:8px 11px;
  border:1px solid rgba(130,150,185,.16);
  border-radius:999px;
  color:#c8d1e2;
  background:rgba(255,255,255,.035);
  font-size:12px;
  font-weight:800;
}
.home-case-stack{display:grid;gap:18px}
.home-case-mini{padding:24px;min-height:calc((420px - 18px) / 2)}
.home-case-mini h3{font-size:23px;line-height:1.15}
.home-process-line{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:1px;
  border:1px solid rgba(130,150,185,.14);
  border-radius:24px;
  overflow:hidden;
  background:rgba(130,150,185,.10);
}
.home-process-line article{padding:24px;background:rgba(7,11,20,.74)}
.home-process-line h3{font-size:18px}
.home-proof-panel{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:28px;
  align-items:center;
  padding:clamp(30px, 4vw, 52px);
}
.home-proof-panel p{margin-bottom:0}
.home-proof-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;border:1px solid rgba(130,150,185,.14);border-radius:20px;overflow:hidden;background:rgba(130,150,185,.10)}
.home-proof-links{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:18px;padding-top:4px}
.home-final-panel{
  max-width:1000px;
  margin-inline:auto;
  padding:clamp(30px, 4vw, 54px);
  text-align:center;
}
.home-final-panel p{max-width:720px;margin:14px auto 22px}
.home-final-panel .cta-row{justify-content:center}
.home-cta-checks{
  display:grid;
  gap:10px;
  max-width:780px;
  margin:0 auto 24px;
  text-align:left;
}
.home-cta-checks span{
  padding:12px 14px 12px 40px;
  border:1px solid rgba(130,150,185,.14);
  border-radius:14px;
  background:rgba(255,255,255,.035);
  color:#b7c1d2;
  font-size:13px;
  position:relative;
}
.home-cta-checks span::before{content:"✓";position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#39c6ff;font-weight:900}
html[dir="rtl"] .home-cta-checks{text-align:right}
html[dir="rtl"] .home-cta-checks span{padding-left:14px;padding-right:40px}
html[dir="rtl"] .home-cta-checks span::before{left:auto;right:15px}
@media (min-width:981px){
  .page-home.home-v320 .site-nav a{font-size:12px}
  .page-home.home-v320 .brand-lines small{max-width:360px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
}
@media (max-width:1100px){
  .home-hero-panel{grid-template-columns:1fr;gap:28px}
  .home-hero-copy{max-width:820px}
  .home-visual-card{min-height:420px}
  .home-trust-strip{grid-template-columns:1fr}
  .home-logo-strip{justify-content:flex-start}
  .home-partner-mini{max-width:420px}
  .home-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-case-layout{grid-template-columns:1fr}
  .home-case-stack{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:900px){
  .home-section-shell--split,
  .home-proof-panel{grid-template-columns:1fr}
  .home-proof-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-proof-strip div:last-child{grid-column:1 / -1}
  .home-process-line{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:680px){
  .page-home.home-v320 .container{width:min(100%, calc(100% - 32px))}
  .home-hero-panel,
  .home-section-shell,
  .home-proof-panel,
  .home-final-panel{border-radius:22px}
  .home-hero-panel{padding:24px}
  .page-home.home-v320 .hero-title{font-size:clamp(36px, 11vw, 48px);max-width:100%;letter-spacing:-.05em}
  .page-home.home-v320 .hero-lead{font-size:15px}
  .page-home.home-v320 .home-hero-actions .btn{width:100%;min-width:0}
  .home-review-card{padding:14px}
  .home-visual-card{min-height:360px;border-radius:22px}
  .home-system-map{width:105%;opacity:.78}
  .home-visual-note{width:calc(100% - 32px);left:16px;right:16px}
  .home-visual-note--top{top:16px}
  .home-visual-note--bottom{bottom:16px}
  .home-proof-strip,
  .home-service-grid,
  .home-case-stack,
  .home-process-line,
  .home-proof-list{grid-template-columns:1fr}
  .home-proof-strip div:last-child{grid-column:auto}
  .home-trust-strip{gap:12px}
  .home-logo-strip img,.home-logo-chip{height:42px;max-width:calc(50% - 8px);flex:1 1 calc(50% - 8px)}
  .home-partner-mini{grid-template-columns:1fr;text-align:center}
  .home-partner-mini img{margin-inline:auto}
  .home-section-intro h2,.home-section-head h2,.home-proof-panel h2,.home-final-panel h2{font-size:clamp(28px, 8vw, 38px)}
  .home-problem-row{grid-template-columns:1fr;gap:12px;padding:16px}
  .home-service-card{min-height:auto;padding:20px}
  .home-case-featured{min-height:auto;padding:24px}
  .home-case-featured h3{font-size:clamp(30px, 9vw, 42px)}
  .home-process-line article{padding:20px}
}

/* v3.20.2 — Restore official Salla client logo from the supplied wide SVG asset. */
.logo-box--salla{
  min-width:136px;
}
.client-logo__img--salla{
  width:112px;
  height:auto;
  max-height:44px;
  object-fit:contain;
}
.home-logo-strip img.home-client-logo--salla{
  height:52px;
  max-width:168px;
  padding:8px 12px;
  object-fit:contain;
}
@media (max-width:680px){
  .home-logo-strip img.home-client-logo--salla{
    height:46px;
    max-width:calc(50% - 8px);
    flex:1 1 calc(50% - 8px);
  }
  .client-logo__img--salla{
    width:98px;
    max-height:38px;
  }
}


/* v3.20.3 Bootstrap Studio Smart Forms integration */
.lead-form.smartform{
  position:relative;
}
.lead-form.smartform .sr-only input{
  pointer-events:none;
}
.lead-form__actions .btn[disabled],
.lead-form__actions .btn[aria-disabled="true"]{
  opacity:.72;
  cursor:progress;
  transform:none;
}
.form-status{
  display:grid;
  gap:10px;
  margin-top:14px;
}
.status{
  display:none;
  margin:0;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  color:var(--muted);
  font-size:13px;
  line-height:1.55;
  font-weight:750;
}
.status.is-visible{
  display:block;
}
.status--success{
  border-color:rgba(45,227,167,.26);
  background:rgba(45,227,167,.08);
  color:#d9fff3;
}
.status--error{
  border-color:rgba(255,122,24,.32);
  background:rgba(255,122,24,.09);
  color:#ffd2ad;
}
