:root {
  --green-950: #062a25;
  --green-900: #0a3a32;
  --green-800: #0d4b40;
  --green-700: #136554;
  --green-500: #22a486;
  --green-300: #79d2bf;
  --gold: #d4a14b;
  --gold-light: #f3d79f;
  --ink: #10211e;
  --muted: #61716d;
  --soft: #f2f7f5;
  --soft-2: #e7f0ed;
  --white: #fff;
  --shadow: 0 24px 70px rgba(6, 42, 37, .14);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --container: 1200px;
  --header-h: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 20px); }
body {
  margin: 0;
  font-family: "Assistant", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
body.large-text { font-size: 118%; }
body.high-contrast { --green-950:#000; --green-900:#001d17; --green-500:#00d6aa; --gold:#ffd24a; --ink:#000; --muted:#242424; --soft:#fff; --soft-2:#eee; }
body.reduced-motion *, body.reduced-motion *::before, body.reduced-motion *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }

a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; inset-inline-start: 20px; top: -100px; z-index: 10000; background: #fff; color: #000; padding: 12px 18px; border: 2px solid #000; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed; inset: 0 0 auto; height: var(--header-h); z-index: 1000;
  background: rgba(255,255,255,.9); backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(10,58,50,.08); transition: .35s ease;
}
.site-header.scrolled { box-shadow: 0 12px 40px rgba(5,31,27,.10); height: 72px; }
.header-inner { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; direction: rtl; }
.brand { justify-self: start; width: 235px; }
.brand img { width: 100%; height: 58px; object-fit: contain; object-position: right center; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 34px; font-weight: 600; }
.desktop-nav a { position: relative; padding: 28px 0 24px; color: #1d2f2b; transition: .25s; white-space: nowrap; }
.desktop-nav a::after { content:""; position:absolute; inset-inline:50% auto; bottom:18px; width:0; height:2px; background:var(--gold); transition:.25s; transform:translateX(50%); }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--green-700); }
.desktop-nav a:hover::after, .desktop-nav a.active::after { width:100%; }
.header-actions { justify-self: end; display:flex; align-items:center; gap:12px; direction:ltr; }
.phone-pill { display:flex; align-items:center; gap:12px; background:var(--green-900); color:#fff; border-radius:999px; padding:12px 20px; font-weight:800; box-shadow:0 8px 24px rgba(6,42,37,.2); transition:.25s; direction:ltr; }
.phone-pill:hover { transform: translateY(-2px); background: var(--green-700); }
.phone-pill .icon { font-size:20px; transform: rotate(-12deg); }
.menu-toggle { display:none; width:48px; height:48px; border:0; border-radius:14px; background:var(--soft); align-items:center; justify-content:center; flex-direction:column; gap:5px; cursor:pointer; }
.menu-toggle span { width:22px; height:2px; background:var(--green-900); border-radius:10px; transition:.25s; }
.menu-toggle.open span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity:0; }
.menu-toggle.open span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
.mobile-menu { position:fixed; top:72px; inset-inline:16px; background:#fff; border:1px solid var(--soft-2); border-radius:22px; box-shadow:var(--shadow); padding:14px; z-index:999; }
.mobile-menu a { display:block; padding:14px 16px; border-radius:12px; font-weight:700; }
.mobile-menu a:hover { background:var(--soft); color:var(--green-700); }

.accessibility-trigger { position:fixed; z-index:1100; top:110px; inset-inline-start:16px; border:1px solid rgba(6,42,37,.15); background:#fff; color:var(--green-900); border-radius:12px; box-shadow:0 8px 28px rgba(0,0,0,.1); padding:9px 12px; display:flex; gap:7px; align-items:center; cursor:pointer; font-weight:700; }
.accessibility-panel { position:fixed; z-index:1099; top:158px; inset-inline-start:16px; width:220px; padding:10px; background:#fff; border:1px solid var(--soft-2); border-radius:16px; box-shadow:var(--shadow); }
.accessibility-panel button { width:100%; text-align:right; border:0; background:transparent; padding:10px 12px; border-radius:10px; cursor:pointer; }
.accessibility-panel button:hover { background:var(--soft); }

.hero { min-height: 920px; position:relative; overflow:hidden; color:#fff; padding: calc(var(--header-h) + 100px) 0 90px; background:
  radial-gradient(circle at 82% 18%, rgba(34,164,134,.28), transparent 30%),
  radial-gradient(circle at 14% 80%, rgba(212,161,75,.18), transparent 28%),
  linear-gradient(135deg, #041e1b 0%, #083c34 52%, #0a5849 100%);
}
#networkCanvas { position:absolute; inset:0; width:100%; height:100%; opacity:.36; }
.hero::before { content:""; position:absolute; inset:0; background:linear-gradient(90deg, transparent 49%, rgba(255,255,255,.025) 50%, transparent 51%); background-size:100px 100px; }
.hero-glow { position:absolute; border-radius:50%; filter:blur(1px); opacity:.4; }
.hero-glow-one { width:420px; height:420px; background:radial-gradient(circle, rgba(121,210,191,.24), transparent 68%); top:120px; left:-100px; }
.hero-glow-two { width:500px; height:500px; background:radial-gradient(circle, rgba(212,161,75,.18), transparent 68%); bottom:-190px; right:35%; }
.hero-grid { position:relative; z-index:2; display:grid; grid-template-columns: 1.02fr .98fr; align-items:center; gap:70px; min-height:690px; }
.hero-copy { max-width:660px; }
.eyebrow, .section-kicker { display:flex; align-items:center; gap:10px; color:var(--gold-light); font-weight:700; letter-spacing:.02em; }
.eyebrow span { width:34px; height:1px; background:var(--gold); }
.hero h1 { font-size:clamp(3.4rem, 6.2vw, 6.3rem); line-height:.96; letter-spacing:-.055em; margin:25px 0 28px; font-weight:800; }
.hero h1 em { color:var(--green-300); font-style:normal; }
.hero-copy > p { font-size:1.22rem; color:rgba(255,255,255,.78); max-width:590px; margin:0 0 34px; }
.hero-cta { display:flex; gap:14px; flex-wrap:wrap; }
.btn { min-height:54px; display:inline-flex; justify-content:center; align-items:center; gap:12px; border:0; border-radius:999px; padding:14px 26px; font-weight:800; cursor:pointer; transition:.3s ease; }
.btn-primary { background:var(--gold); color:#13251f; box-shadow:0 16px 36px rgba(212,161,75,.24); }
.btn-primary:hover { transform:translateY(-3px); background:#e4b35e; }
.btn-ghost { color:#fff; border:1px solid rgba(255,255,255,.24); background:rgba(255,255,255,.05); }
.btn-ghost:hover { background:rgba(255,255,255,.12); transform:translateY(-3px); }
.btn-light { background:#fff; color:var(--green-900); }
.hero-trust { display:flex; gap:28px; margin-top:45px; padding-top:25px; border-top:1px solid rgba(255,255,255,.12); }
.hero-trust div { display:grid; gap:2px; }
.hero-trust strong { color:#fff; font-size:1.5rem; }
.hero-trust span { color:rgba(255,255,255,.58); font-size:.9rem; }

.hero-visual { position:relative; direction:ltr; }
.dashboard-shell { width:100%; max-width:560px; margin:auto; border:1px solid rgba(255,255,255,.18); border-radius:30px; background:linear-gradient(145deg, rgba(255,255,255,.15), rgba(255,255,255,.055)); backdrop-filter:blur(20px); box-shadow:0 35px 100px rgba(0,0,0,.34); overflow:hidden; transform:perspective(1200px) rotateY(-4deg) rotateX(2deg); animation:float 7s ease-in-out infinite; }
.dashboard-topbar { height:54px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; padding:0 18px; border-bottom:1px solid rgba(255,255,255,.1); color:rgba(255,255,255,.62); font-size:.72rem; letter-spacing:.12em; }
.window-dots { display:flex; gap:6px; }
.window-dots span { width:7px; height:7px; border-radius:50%; background:rgba(255,255,255,.3); }
.live-dot { justify-self:end; color:#bff7e9; }
.live-dot::before { content:""; display:inline-block; width:7px; height:7px; border-radius:50%; background:#61e6bd; margin-right:7px; box-shadow:0 0 0 6px rgba(97,230,189,.12); }
.dashboard-content { padding:22px; display:grid; gap:16px; }
.signal-card { position:relative; border:1px solid rgba(255,255,255,.1); background:rgba(3,26,23,.38); border-radius:20px; padding:18px; overflow:hidden; min-height:155px; }
.main-signal { min-height:220px; background:linear-gradient(145deg, rgba(34,164,134,.24), rgba(3,26,23,.32)); }
.card-label { display:block; color:rgba(255,255,255,.6); font-size:.84rem; margin-bottom:10px; direction:rtl; text-align:right; }
.signal-card strong { font-size:3.6rem; line-height:1; color:#fff; }
.signal-card b { font-size:1.5rem; color:var(--green-300); }
.signal-card small { display:block; color:rgba(255,255,255,.54); margin-top:6px; direction:rtl; text-align:right; }
.mini-chart { position:absolute; left:18px; right:18px; bottom:18px; height:68px; display:flex; align-items:end; gap:8px; }
.mini-chart::after { content:""; position:absolute; inset:30% 0 auto; height:1px; background:rgba(255,255,255,.1); box-shadow:0 24px 0 rgba(255,255,255,.08); }
.mini-chart span { position:relative; z-index:2; flex:1; border-radius:5px 5px 2px 2px; background:linear-gradient(180deg, var(--green-300), rgba(121,210,191,.15)); animation:chartGrow 1.7s cubic-bezier(.2,.8,.2,1) both; }
.dashboard-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.dashboard-row .signal-card strong { font-size:2rem; }
.ring { position:absolute; width:64px; height:64px; border-radius:50%; left:16px; bottom:16px; background:conic-gradient(var(--gold) calc(var(--progress) * 1%), rgba(255,255,255,.08) 0); display:grid; place-items:center; }
.ring::after { content:""; position:absolute; width:48px; height:48px; border-radius:50%; background:#123a33; }
.ring span { position:relative; z-index:1; color:#fff; }
.providers { display:flex; position:absolute; left:16px; bottom:18px; }
.providers i { width:32px; height:32px; border-radius:50%; border:2px solid #244f47; background:linear-gradient(135deg,#d9efe9,#559b89); margin-right:-8px; }
.network-map { height:145px; border-radius:20px; background:radial-gradient(circle at center, rgba(34,164,134,.18), rgba(3,26,23,.3)); border:1px solid rgba(255,255,255,.08); position:relative; overflow:hidden; }
.map-center { position:absolute; inset:50% auto auto 50%; transform:translate(-50%,-50%); width:50px; height:50px; border-radius:16px; display:grid; place-items:center; background:var(--gold); color:#12332c; font-weight:900; box-shadow:0 0 0 12px rgba(212,161,75,.08); }
.node { position:absolute; width:12px; height:12px; border-radius:50%; background:var(--green-300); box-shadow:0 0 0 6px rgba(121,210,191,.1); }
.n1{left:14%;top:26%}.n2{left:22%;bottom:18%}.n3{right:18%;top:20%}.n4{right:13%;bottom:20%}.n5{left:48%;top:13%}
.line { position:absolute; height:1px; background:linear-gradient(90deg,transparent,var(--green-300),transparent); transform-origin:left center; opacity:.6; }
.l1{width:38%;left:18%;top:35%;transform:rotate(18deg)}.l2{width:30%;left:24%;bottom:27%;transform:rotate(-22deg)}.l3{width:34%;left:51%;top:29%;transform:rotate(-14deg)}.l4{width:33%;left:52%;bottom:30%;transform:rotate(17deg)}
.floating-badge { position:absolute; z-index:2; background:#fff; color:var(--green-900); border-radius:14px; padding:12px 16px; box-shadow:0 18px 50px rgba(0,0,0,.25); font-weight:800; display:flex; gap:9px; align-items:center; direction:rtl; }
.floating-badge span { width:27px; height:27px; border-radius:9px; display:grid; place-items:center; background:var(--soft-2); color:var(--green-700); }
.badge-one { right:-18px; top:17%; animation:float 6s ease-in-out 1s infinite; }
.badge-two { left:-12px; bottom:10%; animation:float 7s ease-in-out 2s infinite; }
.hero-scroll { position:absolute; z-index:2; bottom:30px; left:50%; transform:translateX(-50%); display:flex; flex-direction:column; align-items:center; gap:9px; font-size:.78rem; color:rgba(255,255,255,.5); }
.hero-scroll span { width:1px; height:34px; background:linear-gradient(var(--gold),transparent); animation:scrollPulse 1.8s infinite; }

.logos-strip { background:#fff; border-bottom:1px solid var(--soft-2); }
.logos-track { min-height:92px; display:flex; justify-content:space-between; align-items:center; gap:20px; color:#72817d; font-weight:700; }
.logos-track i { width:5px; height:5px; border-radius:50%; background:var(--gold); opacity:.8; }

.section { padding:120px 0; position:relative; }
.two-col { display:grid; grid-template-columns:1fr 1fr; gap:95px; align-items:center; }
.section-kicker { color:var(--green-700); font-size:.95rem; }
.section-kicker::before { content:""; width:34px; height:2px; background:var(--gold); }
.section-kicker.light { color:var(--gold-light); }
.section-copy h2, .section-heading h2, .stats-copy h2, .contact-copy h2 { font-size:clamp(2.4rem,4vw,4.3rem); line-height:1.05; letter-spacing:-.04em; margin:18px 0 24px; }
.section-copy h2 span, .section-heading h2 span, .stats-copy h2 span, .contact-copy h2 span { color:var(--green-500); }
.lead { font-size:1.25rem; color:#263b36; }
.section-copy > p:not(.lead) { color:var(--muted); }
.about-points { margin-top:34px; display:grid; gap:18px; }
.about-points div { display:grid; grid-template-columns:54px 1fr; gap:14px; align-items:start; }
.about-points span { width:44px; height:44px; border-radius:14px; display:grid; place-items:center; background:var(--soft-2); color:var(--green-700); font-weight:800; }
.about-points p { margin:4px 0 0; color:var(--muted); }
.about-points strong { color:var(--ink); margin-inline-end:4px; }
.about-visual { position:relative; }
.image-frame { min-height:560px; border-radius:var(--radius-xl); overflow:hidden; box-shadow:var(--shadow); }
.abstract-office { position:relative; background:
  linear-gradient(145deg, rgba(6,42,37,.88), rgba(19,101,84,.74)),
  radial-gradient(circle at 20% 20%, rgba(212,161,75,.6), transparent 30%);
}
.abstract-office::before { content:""; position:absolute; width:440px; height:440px; border:1px solid rgba(255,255,255,.15); border-radius:50%; left:-150px; top:70px; box-shadow:0 0 0 50px rgba(255,255,255,.03),0 0 0 100px rgba(255,255,255,.02); }
.abstract-office::after { content:""; position:absolute; inset:0; background:linear-gradient(115deg,transparent 30%,rgba(255,255,255,.08) 31%,transparent 32%),linear-gradient(28deg,transparent 63%,rgba(255,255,255,.08) 64%,transparent 65%); }
.office-card { position:absolute; z-index:2; width:180px; min-height:110px; border:1px solid rgba(255,255,255,.18); background:rgba(255,255,255,.1); backdrop-filter:blur(12px); border-radius:20px; padding:18px; color:#fff; display:grid; align-content:center; box-shadow:0 20px 50px rgba(0,0,0,.18); }
.office-card span { color:var(--gold-light); font-size:.9rem; }
.office-card b { font-size:1.55rem; }
.oc1 { top:80px; right:55px; transform:rotate(3deg); }
.oc2 { top:225px; left:45px; transform:rotate(-4deg); }
.oc3 { bottom:65px; right:95px; transform:rotate(2deg); }
.office-lines { position:absolute; inset:0; background:radial-gradient(circle at 34% 26%,#fff 0 2px,transparent 3px),radial-gradient(circle at 72% 42%,#fff 0 2px,transparent 3px),radial-gradient(circle at 43% 74%,#fff 0 2px,transparent 3px); opacity:.5; }
.experience-card { position:absolute; left:-35px; bottom:-35px; background:#fff; border-radius:22px; padding:20px 24px; display:flex; align-items:center; gap:16px; box-shadow:var(--shadow); }
.experience-card strong { font-size:3.6rem; color:var(--green-700); line-height:1; }
.experience-card span { color:var(--muted); font-weight:700; line-height:1.25; }

.services-section { background:var(--soft); overflow:hidden; }
.services-section::before { content:""; position:absolute; width:500px; height:500px; border-radius:50%; background:radial-gradient(circle,rgba(34,164,134,.12),transparent 70%); left:-170px; top:-100px; }
.section-heading { display:flex; justify-content:space-between; gap:50px; align-items:end; margin-bottom:55px; }
.section-heading > p { max-width:470px; color:var(--muted); font-size:1.08rem; }
.section-heading h2 { margin-bottom:0; }
.section-heading.centered { display:block; text-align:center; max-width:760px; margin:0 auto 65px; }
.section-heading.centered .section-kicker { justify-content:center; }
.section-heading.centered > p { margin-inline:auto; }
.services-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.service-card { min-height:340px; padding:30px; border:1px solid #dfe9e6; background:#fff; border-radius:22px; position:relative; overflow:hidden; transition:.35s ease; display:flex; flex-direction:column; }
.service-card::after { content:""; position:absolute; width:160px; height:160px; border-radius:50%; background:radial-gradient(circle,rgba(34,164,134,.12),transparent 70%); left:-60px; bottom:-70px; transition:.35s; }
.service-card:hover { transform:translateY(-8px); border-color:rgba(34,164,134,.35); box-shadow:0 24px 60px rgba(10,58,50,.11); }
.service-card:hover::after { transform:scale(1.4); }
.service-card.featured { background:var(--green-900); color:#fff; border-color:transparent; }
.service-card.featured p { color:rgba(255,255,255,.68); }
.service-index { position:absolute; top:24px; left:24px; font-size:.78rem; letter-spacing:.14em; color:#91a49f; }
.service-icon { width:62px; height:62px; border-radius:18px; display:grid; place-items:center; background:var(--soft-2); margin-bottom:38px; }
.service-card.featured .service-icon { background:rgba(255,255,255,.1); }
.service-icon svg { width:34px; height:34px; fill:none; stroke:var(--green-700); stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.service-card.featured svg { stroke:var(--green-300); }
.service-card h3 { font-size:1.45rem; margin:0 0 12px; }
.service-card p { color:var(--muted); margin:0 0 25px; }
.service-card a { margin-top:auto; color:var(--gold); font-weight:800; }

.process-section { background:#fff; }
.process-line { display:grid; grid-template-columns:repeat(4,1fr); position:relative; gap:26px; }
.process-line::before { content:""; position:absolute; top:34px; right:11%; left:11%; height:1px; background:linear-gradient(90deg,transparent,var(--green-300),transparent); }
.process-step { text-align:center; position:relative; z-index:1; }
.process-step > span { width:68px; height:68px; border-radius:22px; background:#fff; border:1px solid var(--green-300); color:var(--green-700); display:grid; place-items:center; margin:0 auto 22px; font-weight:900; box-shadow:0 10px 30px rgba(10,58,50,.08); }
.process-step h3 { margin:0 0 8px; font-size:1.3rem; }
.process-step p { margin:0; color:var(--muted); }

.stats-section { background:linear-gradient(135deg,var(--green-950),var(--green-800)); color:#fff; overflow:hidden; }
.stats-section::before { content:""; position:absolute; width:700px; height:700px; border:1px solid rgba(255,255,255,.05); border-radius:50%; right:-260px; top:-300px; box-shadow:0 0 0 80px rgba(255,255,255,.02),0 0 0 160px rgba(255,255,255,.015); }
.stats-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:90px; align-items:center; position:relative; z-index:1; }
.stats-copy h2 span { color:var(--green-300); }
.stats-copy p { color:rgba(255,255,255,.67); font-size:1.1rem; max-width:520px; margin-bottom:30px; }
.stats-cards { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.stat-card { min-height:190px; border:1px solid rgba(255,255,255,.12); border-radius:24px; background:rgba(255,255,255,.06); padding:28px; display:flex; flex-direction:column; justify-content:end; backdrop-filter:blur(10px); }
.stat-card strong { font-size:4rem; line-height:1; color:var(--gold-light); }
.stat-card span { color:rgba(255,255,255,.72); font-weight:700; margin-top:10px; }

.clients-section { background:#fff; }
.client-types { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.client-tile { min-height:250px; padding:28px; background:var(--soft); border-radius:22px; border:1px solid transparent; transition:.3s; }
.client-tile:hover { background:#fff; border-color:var(--soft-2); box-shadow:0 22px 60px rgba(10,58,50,.09); transform:translateY(-6px); }
.client-tile > span { color:var(--gold); font-weight:900; letter-spacing:.1em; }
.client-tile h3 { font-size:1.35rem; margin:55px 0 10px; }
.client-tile p { color:var(--muted); margin:0; }
.testimonial { margin-top:80px; border-radius:var(--radius-xl); background:linear-gradient(135deg,#eef7f4,#f9fbfa); border:1px solid var(--soft-2); padding:55px 80px; position:relative; text-align:center; overflow:hidden; }
.testimonial::before { content:""; position:absolute; inset:auto -80px -120px auto; width:300px; height:300px; border-radius:50%; background:rgba(34,164,134,.08); }
.quote-mark { font-size:6rem; line-height:.5; color:var(--gold); opacity:.8; }
.testimonial blockquote { font-size:clamp(1.5rem,2.4vw,2.3rem); line-height:1.35; max-width:900px; margin:25px auto; font-weight:600; }
.testimonial-meta { display:flex; justify-content:center; align-items:center; gap:14px; color:var(--muted); }
.testimonial-meta i { width:34px; height:1px; background:var(--gold); }

.contact-section { background:linear-gradient(135deg,#062d27,#0c5648); color:#fff; overflow:hidden; }
.contact-section::after { content:""; position:absolute; width:520px; height:520px; border-radius:50%; background:radial-gradient(circle,rgba(212,161,75,.18),transparent 70%); left:-140px; bottom:-260px; }
.contact-grid { position:relative; z-index:1; display:grid; grid-template-columns:.9fr 1.1fr; gap:80px; align-items:center; }
.contact-copy p { color:rgba(255,255,255,.7); font-size:1.1rem; max-width:520px; }
.contact-copy h2 span { color:var(--green-300); }
.contact-details { display:grid; gap:14px; margin-top:40px; }
.contact-details a { display:flex; flex-direction:column; width:max-content; }
.contact-details span { color:var(--gold-light); font-size:.9rem; }
.contact-details strong { font-size:1.25rem; direction:ltr; }
.contact-form { background:#fff; color:var(--ink); border-radius:28px; padding:34px; box-shadow:0 40px 100px rgba(0,0,0,.25); }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.contact-form label { display:grid; gap:8px; font-weight:700; margin-bottom:16px; }
.contact-form input, .contact-form textarea { width:100%; border:1px solid #d8e3df; border-radius:14px; padding:14px 15px; background:#f9fbfa; outline:none; transition:.2s; }
.contact-form input:focus, .contact-form textarea:focus { border-color:var(--green-500); box-shadow:0 0 0 4px rgba(34,164,134,.10); background:#fff; }
.contact-form .invalid { border-color:#c94d4d; box-shadow:0 0 0 4px rgba(201,77,77,.09); }
.submit-btn { width:100%; justify-content:space-between; border-radius:14px; margin-top:4px; }
.submit-btn i { font-style:normal; font-size:1.3rem; }
.form-note { font-size:.82rem; color:#7b8985; margin:12px 0 0; }
.form-message { min-height:24px; margin-top:10px; font-weight:700; color:var(--green-700); }

.site-footer { background:#f5f8f7; }
.footer-grid { display:grid; grid-template-columns:1.4fr repeat(3,1fr); gap:60px; padding:65px 0 55px; }
.footer-brand img { width:220px; margin-bottom:18px; }
.footer-brand p { color:var(--muted); max-width:320px; }
.footer-grid h3 { margin:0 0 18px; font-size:1.05rem; }
.footer-grid > div:not(.footer-brand) { display:flex; flex-direction:column; align-items:flex-start; }
.footer-grid a { color:var(--muted); margin-bottom:8px; transition:.2s; }
.footer-grid a:hover { color:var(--green-700); }
.footer-bottom { border-top:1px solid #dfe8e5; }
.footer-bottom .container { min-height:64px; display:flex; justify-content:space-between; align-items:center; color:#71807c; font-size:.9rem; }
.floating-contact { position:fixed; z-index:900; bottom:24px; left:24px; display:flex; align-items:center; gap:10px; border-radius:999px; background:var(--gold); color:#17352e; padding:12px 18px; box-shadow:0 18px 45px rgba(10,58,50,.2); font-weight:900; transition:.25s; }
.floating-contact:hover { transform:translateY(-3px); }
.floating-contact span { font-size:1.2rem; }

.reveal { opacity:0; transform:translateY(34px); transition:opacity .8s cubic-bezier(.2,.8,.2,1), transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity:1; transform:none; }
.delay-1 { transition-delay:.12s; }
.delay-2 { transition-delay:.24s; }
.delay-3 { transition-delay:.36s; }

@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }
@keyframes chartGrow { from{height:0} }
@keyframes scrollPulse { 0%,100%{opacity:.2; transform:scaleY(.6)} 50%{opacity:1; transform:scaleY(1)} }

@media (max-width: 1100px) {
  :root { --container: 950px; }
  .desktop-nav { gap:20px; }
  .brand { width:200px; }
  .hero-grid { gap:35px; }
  .hero { min-height:850px; }
  .hero h1 { font-size:4.7rem; }
  .services-grid { grid-template-columns:repeat(2,1fr); }
  .client-types { grid-template-columns:repeat(2,1fr); }
  .two-col, .contact-grid { gap:55px; }
}

@media (max-width: 900px) {
  :root { --header-h:72px; }
  .desktop-nav, .phone-pill span:not(.icon) { display:none; }
  .menu-toggle { display:flex; }
  .header-inner { grid-template-columns:1fr auto; }
  .header-actions { grid-column:1; grid-row:1; }
  .brand { grid-column:2; grid-row:1; width:190px; }
  .phone-pill { width:48px; height:48px; padding:0; justify-content:center; }
  .hero { padding-top:130px; min-height:auto; }
  .hero-grid, .two-col, .stats-grid, .contact-grid { grid-template-columns:1fr; }
  .hero-copy { max-width:none; text-align:center; }
  .hero-copy .eyebrow { justify-content:center; }
  .hero-copy > p { margin-inline:auto; }
  .hero-cta, .hero-trust { justify-content:center; }
  .hero-visual { max-width:650px; margin:30px auto 0; width:100%; }
  .dashboard-shell { transform:none; }
  .logos-track { flex-wrap:wrap; justify-content:center; padding:24px 0; }
  .two-col { gap:65px; }
  .about-visual { max-width:650px; margin-inline:auto; width:100%; }
  .section-heading { display:block; }
  .section-heading > p { margin-top:20px; }
  .process-line { grid-template-columns:repeat(2,1fr); gap:50px 24px; }
  .process-line::before { display:none; }
  .stats-grid { gap:55px; }
  .stats-copy { text-align:center; }
  .stats-copy p { margin-inline:auto; }
  .contact-copy { text-align:center; }
  .contact-copy p { margin-inline:auto; }
  .contact-details { justify-items:center; }
  .footer-grid { grid-template-columns:1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column:2/4; }
}

@media (max-width: 640px) {
  .container { width:min(calc(100% - 28px),var(--container)); }
  .brand { width:165px; }
  .hero { padding:115px 0 75px; }
  .hero h1 { font-size:3.25rem; }
  .hero-copy > p { font-size:1.05rem; }
  .hero-cta { display:grid; }
  .hero-trust { gap:12px; justify-content:space-between; }
  .hero-trust strong { font-size:1.2rem; }
  .hero-trust span { font-size:.74rem; }
  .dashboard-content { padding:14px; }
  .dashboard-row { grid-template-columns:1fr; }
  .floating-badge { display:none; }
  .section { padding:82px 0; }
  .section-copy h2, .section-heading h2, .stats-copy h2, .contact-copy h2 { font-size:2.65rem; }
  .services-grid, .client-types, .stats-cards, .process-line { grid-template-columns:1fr; }
  .service-card { min-height:310px; }
  .image-frame { min-height:440px; }
  .office-card { width:150px; }
  .oc1 { right:24px; }.oc2 { left:22px; }.oc3 { right:48px; }
  .experience-card { left:15px; bottom:-28px; }
  .experience-card strong { font-size:2.8rem; }
  .testimonial { padding:40px 22px; }
  .form-row { grid-template-columns:1fr; gap:0; }
  .contact-form { padding:24px 18px; }
  .footer-grid { grid-template-columns:1fr 1fr; gap:35px 24px; }
  .footer-brand { grid-column:1/-1; }
  .footer-grid > div:last-child { grid-column:auto; }
  .footer-bottom .container { flex-direction:column; justify-content:center; gap:4px; text-align:center; }
  .accessibility-trigger { top:88px; padding:8px; }
  .accessibility-trigger span:last-child { display:none; }
  .floating-contact b { display:none; }
  .floating-contact { width:52px; height:52px; padding:0; justify-content:center; }
}


/* Contact form mail states */
.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.submit-btn:disabled {
  cursor: wait;
  opacity: .72;
  transform: none !important;
}

.submit-btn.is-loading i {
  animation: mailButtonPulse .8s ease-in-out infinite alternate;
}

@keyframes mailButtonPulse {
  from { transform: translateX(0); opacity: .45; }
  to { transform: translateX(-5px); opacity: 1; }
}


/* Privacy / data collection consent */
body.privacy-open {
  overflow: hidden;
}

.privacy-consent[hidden],
.privacy-form-block[hidden],
.privacy-form-status[hidden] {
  display: none !important;
}

.privacy-consent {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: grid;
  place-items: center;
  padding: 24px;
  direction: rtl;
}

.privacy-consent-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 15%, rgba(34,164,134,.18), transparent 34%),
    rgba(2, 21, 18, .76);
  backdrop-filter: blur(12px);
  opacity: 0;
  transition: opacity .26s ease;
}

.privacy-consent-card {
  position: relative;
  width: min(720px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
  background: #fff;
  color: var(--ink);
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 30px;
  box-shadow: 0 40px 110px rgba(0,0,0,.38);
  padding: 34px;
  transform: translateY(28px) scale(.975);
  opacity: 0;
  transition: opacity .26s ease, transform .26s cubic-bezier(.2,.8,.2,1);
}

.privacy-consent.is-open .privacy-consent-backdrop { opacity: 1; }
.privacy-consent.is-open .privacy-consent-card { opacity: 1; transform: none; }

.privacy-consent-accent {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--green-300), var(--gold), var(--green-700));
}

.privacy-consent-header {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 22px;
}

.privacy-consent-icon {
  width: 68px;
  height: 68px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #e8f6f1, #f7fbf9);
  border: 1px solid #d9ebe5;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}

.privacy-consent-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: var(--green-700);
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.privacy-consent-kicker {
  display: block;
  color: var(--gold);
  font-size: .86rem;
  font-weight: 800;
  margin-bottom: 4px;
}

.privacy-consent h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.15;
  letter-spacing: -.025em;
}

.privacy-consent-body > p {
  margin: 0 0 18px;
  color: #50645f;
  line-height: 1.75;
  font-size: 1.02rem;
}

.privacy-consent-body strong { color: var(--green-900); }

.privacy-consent-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 20px 0;
}

.privacy-consent-points > div {
  min-height: 144px;
  padding: 16px;
  border-radius: 18px;
  background: #f5f9f8;
  border: 1px solid #e1ece8;
}

.privacy-consent-points span {
  display: block;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  margin-bottom: 20px;
}

.privacy-consent-points p {
  margin: 0;
  color: #61716d;
  font-size: .9rem;
  line-height: 1.55;
}

.privacy-consent-points strong {
  display: block;
  color: var(--green-900);
  margin-bottom: 3px;
}

.privacy-consent-note {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(212,161,75,.09);
  border: 1px solid rgba(212,161,75,.22);
  color: #6f5b36 !important;
  font-size: .88rem !important;
}

.privacy-consent-actions {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 12px;
  margin-top: 24px;
}

.privacy-consent-actions button,
.privacy-change-button,
.privacy-inline-button {
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: .24s ease;
}

.privacy-accept,
.privacy-decline {
  min-height: 56px;
  border-radius: 16px;
  padding: 13px 20px;
}

.privacy-accept {
  border: 0;
  background: linear-gradient(135deg, var(--green-900), var(--green-700));
  color: #fff;
  box-shadow: 0 14px 34px rgba(10,58,50,.22);
}

.privacy-accept:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(10,58,50,.28); }
.privacy-accept span { color: var(--green-300); margin-inline-end: 7px; }

.privacy-decline {
  border: 1px solid #d7e2df;
  background: #fff;
  color: #667773;
}

.privacy-decline:hover { background: #f5f8f7; color: var(--green-900); }

.contact-form {
  position: relative;
}

.contact-form.privacy-locked > label,
.contact-form.privacy-locked > .form-row,
.contact-form.privacy-locked > .submit-btn,
.contact-form.privacy-locked > .form-note,
.contact-form.privacy-locked > .form-message {
  opacity: .35;
  filter: grayscale(.2);
  pointer-events: none;
  user-select: none;
}

.privacy-form-block {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
  margin: 2px 0 18px;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fffaf0, #fff);
  border: 1px solid rgba(212,161,75,.38);
  box-shadow: 0 12px 28px rgba(45,57,53,.08);
}

.privacy-form-block-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(212,161,75,.12);
  font-size: 1.35rem;
}

.privacy-form-block strong { display: block; color: var(--green-900); margin-bottom: 4px; }
.privacy-form-block p { margin: 0 0 12px; color: #697873; line-height: 1.55; font-size: .91rem; }

.privacy-change-button {
  border: 0;
  border-radius: 999px;
  padding: 9px 14px;
  background: var(--green-900);
  color: #fff;
}

.privacy-change-button:hover { background: var(--green-700); transform: translateY(-1px); }

.privacy-form-status {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin: 2px 0 16px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #eef9f5;
  border: 1px solid #d2ebe2;
  color: #2f6559;
  font-size: .86rem;
  font-weight: 700;
}

.privacy-status-icon {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green-700);
  color: #fff;
  font-size: .75rem;
}

.privacy-inline-button {
  margin-inline-start: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--green-700);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 640px) {
  .privacy-consent {
    place-items: end center;
    padding: 0;
  }

  .privacy-consent-card {
    width: 100%;
    max-height: 88vh;
    border-radius: 28px 28px 0 0;
    padding: 25px 18px 20px;
    transform: translateY(100%);
  }

  .privacy-consent-header {
    grid-template-columns: 54px 1fr;
    gap: 12px;
  }

  .privacy-consent-icon { width: 54px; height: 54px; border-radius: 16px; }
  .privacy-consent-icon svg { width: 31px; height: 31px; }
  .privacy-consent-body > p { font-size: .95rem; }
  .privacy-consent-points { grid-template-columns: 1fr; }
  .privacy-consent-points > div { min-height: auto; display: grid; grid-template-columns: 36px 1fr; gap: 8px; align-items:start; }
  .privacy-consent-points span { margin: 2px 0 0; }
  .privacy-consent-actions { grid-template-columns: 1fr; }
  .privacy-accept, .privacy-decline { width: 100%; }
  .privacy-form-block { grid-template-columns: 1fr; text-align: center; }
  .privacy-form-block-icon { margin-inline: auto; }
  .privacy-inline-button { width: 100%; margin-inline-start: 0; text-align: right; }
}
