:root {
  --bg: #08111e;
  --bg-deep: #050b14;
  --panel: #0c1726;
  --panel-2: #101d2e;
  --panel-3: #132238;
  --line: rgba(255,255,255,.09);
  --line-strong: rgba(255,255,255,.15);
  --text: #f7f9fc;
  --muted: #9aa9bc;
  --muted-2: #718096;
  --blue: #0877f9;
  --blue-light: #3d9aff;
  --blue-dark: #0759c7;
  --green: #3ed19b;
  --shadow: 0 24px 80px rgba(0,0,0,.34);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg-deep);
  color: var(--text);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.sr-only {
  position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  background: rgba(5,11,20,.72);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: .25s ease;
}
.site-header.scrolled {
  border-color: var(--line);
  background: rgba(5,11,20,.92);
}
.nav-wrap {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { width: 215px; display: block; }
.primary-nav { display: flex; align-items: center; gap: 31px; }
.primary-nav > a {
  color: #c1cada;
  font-size: 14px;
  font-weight: 600;
  transition: .2s ease;
}
.primary-nav > a:hover { color: #fff; }
.primary-nav .nav-cta {
  color: #fff;
  background: var(--blue);
  padding: 10px 17px;
  border-radius: 9px;
  box-shadow: 0 8px 24px rgba(8,119,249,.22);
}
.menu-toggle { display:none; background:none; border:0; padding:8px; }
.menu-toggle span:not(.sr-only) { display:block; width:25px; height:2px; background:#fff; margin:5px; }

.hero {
  min-height: 800px;
  padding: 165px 0 100px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(8,17,30,.05), #08111e 92%),
    radial-gradient(circle at 75% 18%, rgba(15,116,250,.12), transparent 28%);
}
.hero-grid {
  position:absolute; inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 85%);
}
.hero-glow { position:absolute; border-radius:50%; filter:blur(100px); pointer-events:none; }
.hero-glow-one { width:500px; height:500px; background:rgba(0,105,255,.12); right:3%; top:12%; }
.hero-glow-two { width:300px; height:300px; background:rgba(52,123,255,.07); left:-8%; top:20%; }
.hero-layout {
  position: relative;
  display:grid;
  grid-template-columns: 1.02fr .98fr;
  gap:70px;
  align-items:center;
}
.eyebrow, .kicker {
  color: var(--blue-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.eyebrow { display:flex; align-items:center; gap:11px; margin-bottom:22px; }
.eyebrow span { width:26px; height:1px; background:var(--blue-light); }
.hero h1, h2, h3, .statement p {
  font-family: "Manrope", sans-serif;
  letter-spacing: -.035em;
  margin-top:0;
}
.hero h1 {
  font-size: clamp(48px, 5.35vw, 74px);
  line-height: 1.03;
  margin-bottom: 25px;
  max-width: 690px;
}
.hero h1 strong {
  color: var(--blue-light);
  font-weight: 800;
  display:block;
}
.hero-lede {
  color: #aab7c9;
  font-size: 19px;
  line-height:1.7;
  max-width: 620px;
  margin:0 0 32px;
}
.hero-actions { display:flex; gap:12px; flex-wrap:wrap; }
.button {
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  min-height:50px; padding:0 21px; border-radius:9px;
  font-size:14px; font-weight:700; border:1px solid transparent;
  cursor:pointer; transition:.2s ease;
}
.button svg { width:18px; fill:none; stroke:currentColor; stroke-width:1.8; }
.button-primary { background:var(--blue); color:#fff; box-shadow:0 12px 30px rgba(8,119,249,.23); }
.button-primary:hover { background:#1887ff; transform:translateY(-2px); }
.button-secondary { background:rgba(255,255,255,.035); border-color:var(--line-strong); color:#e8edf5; }
.button-secondary:hover { background:rgba(255,255,255,.07); }
.hero-trust { display:flex; flex-wrap:wrap; gap:20px; margin-top:28px; color:#8f9db0; font-size:13px; }
.trust-item { display:flex; gap:7px; align-items:center; }
.check { width:18px; height:18px; display:grid; place-items:center; border-radius:50%; background:rgba(62,209,155,.12); color:var(--green); font-size:11px; }

.hero-visual { position:relative; min-height:560px; display:grid; place-items:center; }
.dashboard-shell {
  width:100%;
  max-width:560px;
  background:linear-gradient(145deg, rgba(18,33,52,.96), rgba(8,17,30,.98));
  border:1px solid rgba(255,255,255,.11);
  border-radius:22px;
  padding:20px;
  box-shadow:0 35px 100px rgba(0,0,0,.52), inset 0 1px 0 rgba(255,255,255,.05);
  transform:perspective(1100px) rotateY(-5deg) rotateX(2deg);
}
.dash-top, .chart-head, .lead-row { display:flex; align-items:center; justify-content:space-between; }
.dash-brand { display:flex; align-items:center; gap:10px; }
.dash-brand img { width:35px; height:35px; object-fit:contain; }
.dash-brand div { display:flex; flex-direction:column; }
.dash-brand strong { font-size:13px; }
.dash-brand span, .lead-copy span { color:var(--muted-2); font-size:11px; }
.live-pill { color:#9be7ca; border:1px solid rgba(62,209,155,.18); background:rgba(62,209,155,.08); padding:5px 9px; border-radius:999px; font-size:10px; font-weight:700; display:flex; gap:6px; align-items:center; }
.live-pill i { width:6px; height:6px; background:var(--green); border-radius:50%; box-shadow:0 0 10px var(--green); }
.metric-row { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:18px; }
.metric-card { background:rgba(255,255,255,.035); border:1px solid var(--line); border-radius:12px; padding:14px; display:grid; grid-template-columns:1fr auto; align-items:end; }
.metric-card span { grid-column:1/-1; color:var(--muted); font-size:11px; margin-bottom:5px; }
.metric-card strong { font:700 27px/1 "Manrope"; }
.metric-card em { color:var(--green); font-size:10px; font-style:normal; }
.chart-card { margin-top:12px; background:rgba(255,255,255,.025); border:1px solid var(--line); border-radius:14px; padding:16px 16px 8px; }
.chart-head div:first-child { display:flex; flex-direction:column; }
.chart-head span { color:var(--muted); font-size:10px; }
.chart-head strong { font-size:12px; }
.chart-legend { color:var(--muted); font-size:10px; display:flex; align-items:center; gap:6px; }
.chart-legend i { width:7px; height:7px; background:var(--blue-light); border-radius:50%; }
.chart { width:100%; height:210px; overflow:visible; }
.grid-lines line { stroke:rgba(255,255,255,.05); }
.chart .area { fill:url(#area); }
.chart .line { fill:none; stroke:var(--blue-light); stroke-width:3; filter:drop-shadow(0 5px 7px rgba(13,124,255,.25)); }
.chart circle { fill:#fff; stroke:var(--blue); stroke-width:4; }
.lead-row { margin-top:12px; padding:12px; border-radius:12px; background:rgba(8,119,249,.065); border:1px solid rgba(61,154,255,.11); }
.lead-avatar { width:34px; height:34px; border-radius:9px; display:grid; place-items:center; background:rgba(61,154,255,.15); color:#8fc1ff; font-size:10px; font-weight:800; }
.lead-copy { flex:1; margin-left:10px; display:flex; flex-direction:column; }
.lead-copy strong { font-size:11px; }
.lead-time { color:var(--muted-2); font-size:9px; }
.floating-card {
  position:absolute; background:rgba(16,29,46,.92); border:1px solid var(--line-strong);
  box-shadow:var(--shadow); backdrop-filter:blur(15px); border-radius:12px;
}
.float-one { left:-30px; top:75px; display:flex; align-items:center; gap:10px; padding:12px 15px; }
.float-icon { width:34px; height:34px; border-radius:9px; display:grid; place-items:center; background:rgba(62,209,155,.1); }
.float-icon svg { width:19px; fill:none; stroke:var(--green); stroke-width:1.7; }
.float-one div:last-child { display:flex; flex-direction:column; }
.float-one strong { font-size:11px; }
.float-one span { color:var(--muted-2); font-size:9px; }
.float-two { right:-22px; bottom:70px; padding:13px 16px; display:grid; grid-template-columns:1fr auto; column-gap:18px; }
.float-two .mini-label { grid-column:1/-1; color:var(--muted); font-size:9px; }
.float-two strong { font:700 21px "Manrope"; }
.float-two em { color:var(--green); font-size:10px; font-style:normal; align-self:end; margin-bottom:2px; }

.proof-strip { background:#07101c; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.proof-grid { min-height:110px; display:grid; grid-template-columns:repeat(4, 1fr); align-items:center; }
.proof-grid > div { padding:0 26px; border-right:1px solid var(--line); }
.proof-grid > div:first-child { padding-left:0; }
.proof-grid > div:last-child { border-right:0; }
.proof-grid strong { display:block; font:700 15px "Manrope"; margin-bottom:3px; }
.proof-grid span { display:block; color:var(--muted-2); font-size:11px; }

.section { padding:120px 0; }
.services { background:#0a1421; }
.section-heading { margin-bottom:55px; }
.split-heading { display:grid; grid-template-columns:1.2fr .8fr; gap:70px; align-items:end; }
.section-heading h2, .system-copy h2, .fit-copy h2, .faq-heading h2, .cta-copy h2 {
  font-size:clamp(34px, 4vw, 52px); line-height:1.13; margin:12px 0 0;
}
.section-heading p, .section-intro, .fit-copy > p, .faq-heading > p, .cta-copy > p { color:var(--muted); font-size:16px; margin:0; }
.service-grid { display:grid; grid-template-columns:1.25fr 1fr 1fr; gap:16px; }
.service-card {
  min-height:320px; position:relative; padding:28px; background:var(--panel);
  border:1px solid var(--line); border-radius:var(--radius); overflow:hidden;
  transition:.25s ease;
}
.service-card:hover { transform:translateY(-4px); border-color:rgba(61,154,255,.28); background:#0e1b2b; }
.service-featured { grid-row:span 2; min-height:656px; padding:34px; background:linear-gradient(155deg, #10233a, #0a1523); }
.service-featured::after { content:""; position:absolute; width:330px; height:330px; border-radius:50%; background:rgba(8,119,249,.08); right:-130px; bottom:-130px; filter:blur(10px); }
.service-number { position:absolute; top:24px; right:26px; color:rgba(255,255,255,.18); font:700 12px "Manrope"; }
.service-icon, .why-icon {
  width:48px; height:48px; border-radius:11px; display:grid; place-items:center;
  background:rgba(8,119,249,.1); border:1px solid rgba(61,154,255,.12); margin-bottom:26px;
}
.service-icon svg, .why-icon svg { width:23px; fill:none; stroke:#68adff; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round; }
.service-card h3 { font-size:21px; margin:0 0 12px; }
.service-featured h3 { font-size:30px; margin-top:120px; }
.service-card p { color:var(--muted); font-size:14px; }
.service-card ul { list-style:none; padding:0; margin:30px 0 0; position:relative; z-index:1; }
.service-card li { padding:11px 0; color:#c5cfdd; font-size:13px; border-bottom:1px solid var(--line); }
.service-card li::before { content:"✓"; color:var(--green); margin-right:9px; }
.service-card a { position:absolute; left:28px; bottom:26px; color:#9dc8ff; font-size:13px; font-weight:700; }
.service-card a span { margin-left:4px; transition:.2s; }
.service-card:hover a span { margin-left:8px; }

.system { background:#07101c; }
.system-layout { display:grid; grid-template-columns:1fr 1fr; gap:90px; align-items:center; }
.system-visual { position:relative; }
.system-visual::before { content:""; position:absolute; inset:15% 10%; background:rgba(8,119,249,.12); filter:blur(90px); }
.system-panel { position:relative; max-width:520px; margin:auto; background:linear-gradient(155deg, #111f31, #0a1421); border:1px solid var(--line-strong); border-radius:20px; padding:23px; box-shadow:var(--shadow); }
.system-panel-top { display:flex; justify-content:space-between; align-items:center; padding-bottom:18px; border-bottom:1px solid var(--line); color:#cbd5e3; font-size:12px; font-weight:700; }
.dots { display:flex; gap:5px; }.dots i{width:5px;height:5px;border-radius:50%;background:#526073;}
.flow-step { display:grid; grid-template-columns:40px 1fr auto; gap:12px; align-items:center; padding:16px 0; }
.flow-icon { width:38px; height:38px; display:grid; place-items:center; border-radius:10px; background:rgba(8,119,249,.12); border:1px solid rgba(61,154,255,.15); color:#6fb2ff; font-size:11px; font-weight:800; }
.flow-step > div:nth-child(2) { display:flex; flex-direction:column; }
.flow-step strong { font-size:12px; }
.flow-step span { color:var(--muted-2); font-size:10px; }
.flow-step em { color:var(--green); font-size:9px; font-style:normal; background:rgba(62,209,155,.07); padding:4px 7px; border-radius:99px; }
.flow-line { width:1px; height:12px; background:linear-gradient(var(--blue), rgba(8,119,249,.15)); margin:-8px 0 -8px 19px; }
.flow-result { margin-top:14px; border:1px solid rgba(61,154,255,.14); background:rgba(8,119,249,.055); border-radius:12px; padding:16px; }
.flow-result span { color:var(--muted); font-size:9px; display:block; }
.flow-result strong { font:700 20px "Manrope"; }
.mini-bars { height:50px; margin-top:12px; display:flex; align-items:end; gap:8px; }
.mini-bars i { flex:1; background:linear-gradient(to top, #0877f9, #4ca1ff); border-radius:3px 3px 0 0; opacity:.65; }
.system-copy .section-intro { margin:22px 0 38px; }
.steps-list { display:flex; flex-direction:column; }
.step-item { display:grid; grid-template-columns:50px 1fr; gap:16px; padding:22px 0; border-top:1px solid var(--line); }
.step-item > span { color:var(--blue-light); font:700 12px "Manrope"; }
.step-item h3 { font-size:17px; margin:0 0 5px; }
.step-item p { color:var(--muted); font-size:13px; margin:0; }
.text-link { display:inline-flex; gap:7px; align-items:center; margin-top:25px; color:#9cc8ff; font-size:13px; font-weight:700; }
.text-link span { transition:.2s; }.text-link:hover span{transform:translateX(4px);}

.why { background:#0a1421; }
.centered { text-align:center; max-width:740px; margin-left:auto; margin-right:auto; }
.centered p { margin:18px auto 0; }
.why-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.why-grid article { padding:30px; border-top:1px solid var(--line-strong); }
.why-grid h3 { font-size:18px; margin:0 0 10px; }
.why-grid p { color:var(--muted); font-size:13px; margin:0; }
.statement {
  margin-top:70px; padding:50px 60px; border:1px solid rgba(61,154,255,.17);
  background:linear-gradient(120deg, rgba(8,119,249,.08), rgba(255,255,255,.015));
  border-radius:18px; display:flex; gap:30px; align-items:flex-start;
}
.statement-mark { font:800 75px/1 "Manrope"; color:var(--blue); }
.statement p { font-size:clamp(23px,3vw,34px); line-height:1.25; margin:0 0 10px; max-width:850px; }
.statement span { color:var(--muted); font-size:12px; }

.fit { background:#07101c; }
.fit-layout { display:grid; grid-template-columns:.85fr 1.15fr; gap:90px; align-items:center; }
.fit-copy > p { margin:22px 0 28px; }
.industry-grid { display:grid; grid-template-columns:1fr 1fr; border-top:1px solid var(--line); border-left:1px solid var(--line); }
.industry-grid > div { min-height:170px; padding:25px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); display:flex; flex-direction:column; justify-content:flex-end; transition:.2s; }
.industry-grid > div:hover { background:rgba(8,119,249,.045); }
.industry-grid span { color:var(--blue-light); font:700 10px "Manrope"; margin-bottom:auto; }
.industry-grid strong { font:700 17px "Manrope"; }
.industry-grid small { color:var(--muted-2); margin-top:4px; }

.faq { background:#0a1421; }
.faq-layout { display:grid; grid-template-columns:.75fr 1.25fr; gap:100px; }
.faq-heading { position:sticky; top:125px; align-self:start; }
.faq-heading > p { margin:20px 0 0; }
.accordion details { border-top:1px solid var(--line-strong); }
.accordion details:last-child { border-bottom:1px solid var(--line-strong); }
.accordion summary { list-style:none; cursor:pointer; padding:23px 0; font:700 16px "Manrope"; display:flex; justify-content:space-between; align-items:center; }
.accordion summary::-webkit-details-marker { display:none; }
.accordion summary span { width:18px; height:18px; position:relative; }
.accordion summary span::before, .accordion summary span::after { content:""; position:absolute; background:#7e8da1; left:2px; right:2px; top:8px; height:1px; }
.accordion summary span::after { transform:rotate(90deg); transition:.2s; }
.accordion details[open] summary span::after { transform:rotate(0); }
.accordion details p { color:var(--muted); font-size:13px; margin:-4px 45px 24px 0; }

.cta-section { position:relative; overflow:hidden; padding:110px 0; background:linear-gradient(125deg, #0a58bc, #0877f9 48%, #096ad9); }
.cta-section::before { content:""; position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size:55px 55px; mask-image:linear-gradient(90deg,#000,transparent); }
.cta-glow { position:absolute; width:600px; height:600px; border-radius:50%; background:rgba(255,255,255,.11); filter:blur(100px); left:-180px; top:-300px; }
.cta-layout { position:relative; display:grid; grid-template-columns:.9fr 1.1fr; gap:100px; align-items:center; }
.kicker.light { color:#dcecff; }
.cta-copy h2 { font-size:clamp(38px,4.7vw,58px); }
.cta-copy > p { color:rgba(255,255,255,.76); margin:20px 0 28px; }
.contact-points { display:flex; flex-wrap:wrap; gap:12px 18px; font-size:12px; }
.contact-points span { display:flex; align-items:center; gap:7px; }
.contact-points i { font-style:normal; width:18px; height:18px; display:grid; place-items:center; border-radius:50%; background:rgba(255,255,255,.15); font-size:10px; }
.contact-form { background:#fff; color:#0b1522; padding:30px; border-radius:18px; box-shadow:0 30px 70px rgba(0,27,72,.3); }
.form-head { display:flex; flex-direction:column; margin-bottom:20px; }
.form-head strong { font:800 22px "Manrope"; }
.form-head span { color:#667487; font-size:12px; }
.contact-form label { display:flex; flex-direction:column; gap:6px; font-size:11px; font-weight:700; color:#39475a; margin-bottom:13px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.contact-form input, .contact-form select { width:100%; min-height:44px; border:1px solid #dce2ea; border-radius:8px; background:#f9fbfd; padding:0 12px; outline:none; color:#0b1522; font-size:13px; }
.contact-form input:focus, .contact-form select:focus { border-color:#4a9eff; box-shadow:0 0 0 3px rgba(8,119,249,.09); }
.form-submit { width:100%; border:0; margin-top:4px; }
.form-note { text-align:center; color:#8490a0; font-size:10px; margin:10px 0 0; }
.form-success { display:none; margin-top:14px; color:#126b4e; background:#e9fbf4; border:1px solid #c6f2e3; border-radius:8px; padding:11px; font-size:11px; }
.form-success.visible { display:block; }

footer { background:#050b14; }
.footer-main { padding:72px 0 55px; display:grid; grid-template-columns:1.8fr .75fr .75fr 1fr; gap:55px; }
.footer-brand img { width:220px; }
.footer-brand p, .footer-column p { color:var(--muted-2); font-size:12px; max-width:320px; margin-top:17px; }
.footer-column { display:flex; flex-direction:column; gap:9px; }
.footer-column strong { font:700 12px "Manrope"; margin-bottom:7px; }
.footer-column a { color:#8d9bae; font-size:12px; transition:.2s; }
.footer-column a:hover { color:#fff; }
.footer-column .footer-cta { color:#91c2ff; font-weight:700; }
.footer-bottom { min-height:70px; border-top:1px solid var(--line); display:flex; justify-content:space-between; align-items:center; color:#617085; font-size:10px; }
.footer-bottom div { display:flex; gap:20px; }

@media (max-width: 1050px) {
  .hero-layout { grid-template-columns:1fr; }
  .hero-copy { text-align:center; }
  .eyebrow, .hero-actions, .hero-trust { justify-content:center; }
  .hero-lede { margin-left:auto; margin-right:auto; }
  .hero-visual { min-height:500px; max-width:650px; width:100%; margin:auto; }
  .service-grid { grid-template-columns:1fr 1fr; }
  .service-featured { grid-row:auto; min-height:360px; grid-column:1/-1; }
  .service-featured h3 { margin-top:50px; }
  .system-layout, .fit-layout, .cta-layout { gap:55px; }
  .faq-layout { gap:60px; }
}
@media (max-width: 820px) {
  .primary-nav {
    position:fixed; inset:78px 0 auto; min-height:calc(100vh - 78px);
    background:rgba(5,11,20,.98); padding:34px 24px;
    flex-direction:column; align-items:stretch; gap:0;
    transform:translateX(100%); transition:.25s ease;
  }
  .primary-nav.open { transform:translateX(0); }
  .primary-nav > a { font-size:17px; padding:16px 0; border-bottom:1px solid var(--line); }
  .primary-nav .nav-cta { margin-top:18px; text-align:center; border:0; }
  .menu-toggle { display:block; }
  .split-heading, .system-layout, .fit-layout, .faq-layout, .cta-layout { grid-template-columns:1fr; }
  .proof-grid { grid-template-columns:1fr 1fr; padding:18px 0; }
  .proof-grid > div { padding:18px; border-bottom:1px solid var(--line); }
  .proof-grid > div:nth-child(2) { border-right:0; }
  .proof-grid > div:nth-child(3), .proof-grid > div:nth-child(4) { border-bottom:0; }
  .service-grid { grid-template-columns:1fr; }
  .service-featured { grid-column:auto; }
  .why-grid { grid-template-columns:1fr; }
  .why-grid article { padding:25px 0; }
  .faq-heading { position:static; }
  .footer-main { grid-template-columns:1fr 1fr; }
}
@media (max-width: 560px) {
  .container { width:min(calc(100% - 28px), var(--container)); }
  .nav-wrap { height:68px; }
  .brand { width:180px; }
  .primary-nav { inset:68px 0 auto; min-height:calc(100vh - 68px); }
  .hero { padding:125px 0 70px; min-height:auto; }
  .hero h1 { font-size:42px; }
  .hero-lede { font-size:16px; }
  .hero-actions .button { width:100%; }
  .hero-trust { flex-direction:column; gap:9px; align-items:center; }
  .hero-visual { min-height:410px; }
  .dashboard-shell { transform:none; padding:13px; }
  .chart { height:150px; }
  .float-one { left:-5px; top:20px; }
  .float-two { right:-4px; bottom:12px; }
  .proof-grid { grid-template-columns:1fr; }
  .proof-grid > div { border-right:0; border-bottom:1px solid var(--line) !important; padding:15px 4px; }
  .proof-grid > div:last-child { border-bottom:0 !important; }
  .section { padding:80px 0; }
  .split-heading { gap:22px; }
  .service-featured { min-height:390px; }
  .statement { padding:30px 24px; gap:15px; }
  .statement-mark { font-size:48px; }
  .industry-grid { grid-template-columns:1fr; }
  .cta-section { padding:80px 0; }
  .contact-form { padding:22px 18px; }
  .form-row { grid-template-columns:1fr; gap:0; }
  .footer-main { grid-template-columns:1fr; gap:35px; }
  .footer-bottom { padding:20px 0; flex-direction:column; gap:10px; align-items:flex-start; }
}
