﻿:root {
  --bg: #f6f8fc;
  --bg-soft: #eff3f8;
  --bg-tint: #eef7fb;
  --surface: #ffffff;
  --ink: #0c1a30;
  --ink-soft: #4a5e7b;
  --line: #d7e0ec;
  --line-strong: #c4d2e2;
  --brand: #22d3ee;
  --dark: #040b17;
  --radius-lg: 1.5rem;
  --shadow-sm: 0 10px 24px rgba(11, 26, 48, 0.07);
  --shadow-md: 0 20px 44px rgba(11, 26, 48, 0.12);
  --shadow-dark: 0 26px 60px rgba(2, 6, 23, 0.48);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
}

h1, h2, h3, .brand-word, .footer-brand {
  margin: 0;
  font-family: 'Sora', sans-serif;
  letter-spacing: -0.02em;
}

p { margin: 0; }
a { color: inherit; text-decoration: none; }

.container { width: min(1200px, 92vw); margin: 0 auto; }

.skip-link {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  transform: translateY(-180%);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0.6rem;
  padding: 0.45rem 0.7rem;
  z-index: 999;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(4, 11, 23, 0.72);
  backdrop-filter: blur(14px);
}

.nav-wrap {
  min-height: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.56rem;
}
.brand-icon {
  width: 2.6rem;
  height: 2.6rem;
  object-fit: contain;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.brand-word { font-weight: 700; font-size: 1.08rem; color: #fff; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 0.8rem;
  padding: 0.76rem 1.18rem;
  font-size: 0.92rem;
  font-weight: 700;
  transition: 0.2s ease;
}

.btn-primary {
  background: var(--brand);
  color: #05202a;
  box-shadow: 0 10px 25px rgba(34, 211, 238, 0.32);
}
.btn-primary:hover { background: #6ae8f9; transform: translateY(-1px); }
.btn-primary:disabled {
  opacity: 0.72;
  cursor: not-allowed;
  transform: none;
}

.turnstile-wrap {
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
}

.turnstile-wrap .cf-turnstile {
  min-height: 65px;
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.25);
  color: #edf3fa;
  background: rgba(255, 255, 255, 0.04);
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.12); }

.section { padding: 5rem 0; }
.section-white { background: #fff; }
.section-soft { background: var(--bg-soft); }
.section-tint { background: var(--bg-tint); }

.eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-weight: 700;
  color: #1b4f7c;
}
.eyebrow.dark { color: #9de9f7; }

h1 { font-size: clamp(2rem, 5vw, 3.9rem); line-height: 1.05; }
h2 { font-size: clamp(1.7rem, 3.8vw, 3rem); line-height: 1.12; }
h3 { font-size: 1.2rem; line-height: 1.3; }

.hero {
  position: relative;
  overflow: hidden;
  background: var(--dark);
  padding: 4.8rem 0 5.2rem;
}
.hero-grid-overlay, .hero-radial {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero-grid-overlay {
  opacity: 0.28;
  background-image: linear-gradient(rgba(148, 163, 184, 0.15) 1px, transparent 1px), linear-gradient(90deg, rgba(148, 163, 184, 0.15) 1px, transparent 1px);
  background-size: 42px 42px;
}
.hero-radial {
  background: radial-gradient(circle at 12% 12%, rgba(34, 211, 238, 0.24), transparent 28%), radial-gradient(circle at 84% 16%, rgba(56, 189, 248, 0.16), transparent 30%), radial-gradient(circle at 50% 120%, rgba(4, 11, 23, 0.95), transparent 65%);
}

.hero-inner {
  position: relative;
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
.hero-left h1 { color: #fff; max-width: 15ch; }
.hero-copy {
  margin-top: 1.25rem;
  color: #c8d4e6;
  font-size: 1.06rem;
  line-height: 1.8;
  max-width: 64ch;
}

.hero-actions {
  margin-top: 1.9rem;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.trust-strip {
  margin-top: 1.7rem;
  display: grid;
  gap: 0.55rem;
  padding: 0.65rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}
.trust-strip span {
  text-align: center;
  font-size: 0.86rem;
  font-weight: 600;
  color: #dae3ef;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.7rem;
  padding: 0.5rem 0.55rem;
  background: rgba(255, 255, 255, 0.02);
}

.hero-right {
  display: grid;
  gap: 0.8rem;
  padding: 0.9rem;
  border-radius: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow-dark);
}

.signal-card, .flow-card, .lens-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(5, 12, 26, 0.68);
  border-radius: 1rem;
  padding: 0.9rem;
}

.signal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.7rem;
}
.signal-head p, .card-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9de9f7;
}
.signal-pct { color: #fff; font-weight: 700; font-size: 0.94rem; }

.code-panel {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.03);
  padding: 0.68rem;
}
.code-panel pre {
  margin: 0;
  color: #cfdaf0;
  font-size: 0.72rem;
  line-height: 1.5;
  overflow-x: auto;
}

.lower-grid { display: grid; gap: 0.8rem; }

.flow-card ul {
  list-style: none;
  margin: 0.55rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.38rem;
}
.flow-card li {
  color: #d7e3f4;
  font-size: 0.88rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.flow-card li::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: var(--brand);
  flex: 0 0 auto;
}

.lens-score {
  margin-top: 0.35rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.lens-sub { color: #b2c0d6; font-size: 0.78rem; margin-top: 0.15rem; }
.meter {
  margin-top: 0.6rem;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}
.meter i {
  display: block;
  height: 6px;
  width: 82%;
  border-radius: 999px;
  background: linear-gradient(90deg, #22d3ee, rgba(34, 211, 238, 0.2));
}

.section-head {
  max-width: 760px;
  margin-bottom: 2rem;
}
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p, .section-copy {
  margin-top: 0.9rem;
  color: var(--ink-soft);
  font-size: 1.04rem;
  line-height: 1.8;
}

.problem-layout { display: grid; gap: 0.95rem; }

.panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  padding: 1.2rem;
  box-shadow: var(--shadow-sm);
}
.panel p { margin-top: 0.48rem; color: var(--ink-soft); font-size: 0.95rem; }
.panel-featured { background: linear-gradient(170deg, #fff, #f8fbff); border-color: var(--line-strong); }

.problem-list { display: grid; gap: 0.8rem; }
.panel-inline { display: flex; gap: 0.85rem; }

.icon-chip {
  width: 2rem;
  height: 2rem;
  border-radius: 0.55rem;
  background: #e8f5fb;
  color: #1b608d;
  font-weight: 800;
  font-size: 0.78rem;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.transition-line {
  margin-top: 1.2rem;
  text-align: center;
  color: #334d6f;
  font-weight: 600;
}

.delivery-layout { display: grid; gap: 2rem; }
.delivery-surface {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1.6rem;
  background: linear-gradient(160deg, #f9fcff, #eef6fc);
  padding: 0.8rem;
  display: grid;
  gap: 0.8rem;
}
.delivery-surface::after {
  content: '';
  position: absolute;
  right: -80px;
  top: -90px;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.2);
  filter: blur(36px);
}
.delivery-tile {
  position: relative;
  border: 1px solid #d8e3ef;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.92);
  padding: 1rem;
  box-shadow: 0 7px 18px rgba(11, 26, 48, 0.05);
}
.delivery-tile h3 { font-size: 1.06rem; }
.delivery-tile p { margin-top: 0.35rem; font-size: 0.9rem; color: var(--ink-soft); }

.why-layout { display: grid; gap: 1rem; }
.why-intro { display: grid; gap: 0.7rem; align-content: start; }
.statement-box {
  margin-top: 0.7rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  padding: 0.95rem 1rem;
  font-weight: 700;
  color: #173b60;
  box-shadow: var(--shadow-sm);
}
.why-list { display: grid; gap: 0.8rem; }

.proof-layout { display: grid; gap: 0.9rem; }
.proof-featured {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #ffffff, #f4f9ff);
}
.proof-featured::after {
  content: '';
  position: absolute;
  right: -70px;
  top: -70px;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.17);
  filter: blur(30px);
}
.proof-side { display: grid; place-content: center; min-height: 160px; }

.metrics-row { margin-top: 0.95rem; display: grid; gap: 0.72rem; }
.metric {
  border: 1px solid var(--line);
  border-radius: 0.95rem;
  background: #f8fbff;
  text-align: center;
  padding: 0.86rem;
}
.metric strong {
  display: block;
  font-family: 'Sora', sans-serif;
  color: var(--ink);
  font-size: 1.46rem;
}
.metric span { color: var(--ink-soft); font-size: 0.88rem; }

.timeline { position: relative; display: grid; gap: 0.8rem; }
.step {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  box-shadow: var(--shadow-sm);
  padding: 1rem;
}
.step-num {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  border: 1px solid #c4d3e3;
  display: grid;
  place-items: center;
  font-weight: 700;
  margin-bottom: 0.6rem;
  background: #f8fbff;
}

.cta-section {
  position: relative;
  overflow: hidden;
  background: var(--dark);
}
.cta-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 20%, rgba(34, 211, 238, 0.18), transparent 40%);
}
.cta-shell {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.8rem;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  text-align: center;
  padding: 3rem 1rem;
  box-shadow: var(--shadow-dark);
}
.cta-shell h2 { color: #fff; font-size: clamp(1.8rem, 3.8vw, 3rem); }
.cta-shell p {
  margin: 0.95rem auto 0;
  max-width: 60ch;
  color: #c9d6e8;
  font-size: 1.02rem;
}
.cta-shell .btn { margin-top: 1.4rem; }

.form-layout { display: grid; gap: 1.1rem; }

.benefits-list {
  margin: 0.95rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.42rem;
}
.benefits-list li {
  color: #355274;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.benefits-list li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #0ea5c8;
}
.contact-offices {
  margin-top: 1.1rem;
  display: grid;
  gap: 0.7rem;
}
.contact-office {
  border: 1px solid #d4dfec;
  background: #f8fbff;
  border-radius: 0.9rem;
  padding: 0.72rem 0.82rem;
  box-shadow: 0 6px 16px rgba(15, 38, 70, 0.05);
}
.contact-office p {
  margin: 0;
  color: #456183;
  line-height: 1.45;
  font-size: 0.88rem;
}
.contact-office .office-title {
  color: #102442;
  margin-bottom: 0.2rem;
}

.lead-form {
  border: 1px solid var(--line);
  border-radius: 1.6rem;
  background: #fff;
  padding: 1.15rem;
  box-shadow: var(--shadow-md);
  display: grid;
  gap: 0.78rem;
}
.lead-form label {
  display: grid;
  gap: 0.34rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #294668;
}
.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 1px solid #c7d4e5;
  border-radius: 0.8rem;
  background: #f8fbff;
  padding: 0.74rem 0.82rem;
  color: var(--ink);
  font: inherit;
}
.lead-form input:focus,
.lead-form textarea:focus {
  outline: 2px solid rgba(34, 211, 238, 0.26);
  border-color: #35bdda;
  background: #fff;
}
.field-grid { display: grid; gap: 0.72rem; }
.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-status {
  display: none;
  margin-bottom: 0.85rem;
  border-radius: 0.8rem;
  padding: 0.72rem 0.85rem;
  border: 1px solid transparent;
  font-size: 0.92rem;
  line-height: 1.45;
}
.form-status.success {
  display: block;
  background: #effbf3;
  border-color: #b8e8c8;
  color: #0f6a36;
}
.form-status.error {
  display: block;
  background: #fff2f2;
  border-color: #f0c1c1;
  color: #a02323;
}
.form-status.info {
  display: block;
  background: #eef6ff;
  border-color: #c7defc;
  color: #184d9a;
}

.footer {
  background: var(--dark);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem 0;
}
.footer-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #bfd0e7;
  font-size: 0.9rem;
}
.footer-brand {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.15rem;
}
.footer-links { display: flex; gap: 1rem; flex-wrap: wrap; }
.footer-links a:hover { color: #fff; }
.footer-contact { display: grid; gap: 0.65rem; }
.footer-logo {
  width: min(189px, 55vw);
  height: auto;
  display: block;
}
.footer-copyright {
  margin: 0;
  color: #8fa6c8;
  font-size: 0.82rem;
  line-height: 1.5;
}
.footer-subheadline {
  margin: 0;
  max-width: 44ch;
  color: #c8d7ec;
  font-size: 0.92rem;
  line-height: 1.55;
}
.footer-offices { display: grid; gap: 0.8rem; }
.office-block p { margin: 0; }
.office-title {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0.18rem;
}

@media (min-width: 720px) {
  .field-grid,
  .trust-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .metrics-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .contact-offices { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 980px) {
  .hero-inner { grid-template-columns: 1.2fr 0.9fr; gap: 3rem; }
  .trust-strip { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .problem-layout { grid-template-columns: 0.95fr 1.2fr; }
  .delivery-layout,
  .why-layout,
  .form-layout { grid-template-columns: 0.9fr 1.2fr; gap: 2.2rem; }
  .delivery-surface { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lower-grid { grid-template-columns: 1.2fr 1fr; }

  .proof-layout {
    grid-template-columns: 1.25fr 1fr;
    grid-template-areas: 'main side1' 'main side2';
  }
  .proof-featured { grid-area: main; }
  .proof-side:nth-of-type(2) { grid-area: side1; }
  .proof-side:nth-of-type(3) { grid-area: side2; }

  .timeline {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
  .timeline::before {
    content: '';
    position: absolute;
    left: 12%;
    right: 12%;
    top: 17px;
    border-top: 1px solid #c9d5e5;
    z-index: 0;
  }
  .step { position: relative; z-index: 1; }

  .footer-wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer-links {
    justify-content: flex-end;
  }
  .footer-offices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
  }
}
/* Problem Section Mockup Match */
.problem-ref-section {
  padding-top: 4.5rem;
}

.problem-ref-head {
  max-width: 800px;
  margin-bottom: 1.7rem;
}

.problem-ref-head h2 {
  max-width: 18ch;
  margin: 0 auto;
}

.problem-ref-head p {
  max-width: 42ch;
  margin-left: auto;
  margin-right: auto;
  color: #5c6f8b;
}

.problem-ref-layout {
  display: grid;
  gap: 0.9rem;
  align-items: start;
}

.problem-stack {
  border: 1px solid #d5deea;
  border-radius: 1.2rem;
  background: #fff;
  box-shadow: 0 18px 35px rgba(11, 26, 48, 0.09);
  overflow: hidden;
}

.problem-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.82rem;
  padding: 1.1rem;
  border-bottom: 1px solid #e4ebf4;
}

.problem-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 0.58rem;
  background: #e8eef8;
  color: #1f4f81;
  font-weight: 800;
  font-size: 0.82rem;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.problem-item h3 {
  font-size: clamp(1.1rem, 2vw, 1.95rem);
  letter-spacing: -0.01em;
}

.problem-item p {
  margin-top: 0.28rem;
  color: #5c6f8b;
  font-size: 0.92rem;
  line-height: 1.6;
}

.problem-footnote {
  padding: 0.95rem 1.1rem;
  font-size: 0.88rem;
  color: #6a7f9e;
}

.problem-footnote::after {
  content: '  We fix this by changing how software is built.';
  color: #2f7dc6;
  font-weight: 600;
}

.problem-visual-wrap {
  border-radius: 1.15rem;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(4, 11, 23, 0.3);
  border: 1px solid #153052;
  background: #040b16;
}

.problem-visual {
  width: 100%;
  display: block;
  height: auto;
}

@media (min-width: 960px) {
  .problem-ref-layout {
    grid-template-columns: minmax(280px, 1fr) minmax(520px, 1.7fr);
    gap: 0.8rem;
  }

  .problem-ref-head {
    margin-bottom: 1.2rem;
  }
}
/* Smarter Delivery Section Mockup Match */
.smarter-ref {
  padding-top: 4.4rem;
}

.smarter-ref-head {
  margin-bottom: 1.35rem;
}

.smarter-ref-head p {
  max-width: 48ch;
  margin-left: auto;
  margin-right: auto;
  color: #5a6f8f;
}

.smarter-ref-shell {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  display: grid;
  gap: 0.9rem;
  align-items: stretch;
}

.smarter-ref-left {
  border-radius: 0;
  overflow: hidden;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.smarter-visual {
  width: 100%;
  display: block;
  height: auto;
}

.smarter-ref-right {
  display: grid;
  gap: 0.62rem;
}

.smarter-item {
  border: 1px solid #dde5f0;
  border-radius: 0.92rem;
  background: #fff;
  box-shadow: 0 8px 18px rgba(11, 26, 48, 0.06);
  padding: 1rem 1rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: flex-start;
}

.smarter-icon {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 0.5rem;
  background: #e9f2ff;
  color: #2b6db2;
  display: grid;
  place-items: center;
  font-size: 0.84rem;
  font-weight: 800;
  margin-top: 0.05rem;
}

.smarter-item h3 {
  font-size: clamp(1.22rem, 2vw, 1.66rem);
  letter-spacing: -0.01em;
}

.smarter-item p {
  margin-top: 0.26rem;
  color: #566a88;
  font-size: 1.06rem;
  line-height: 1.45;
}

.smarter-item p strong {
  color: #132441;
  font-size: 1.26em;
  font-weight: 800;
  margin-right: 0.36rem;
}

@media (min-width: 980px) {
  .smarter-ref-shell {
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
    padding: 0.8rem;
  }

  .smarter-ref-right {
    gap: 0.74rem;
  }
}
/* Why Section Mockup Match */
.why-ref {
  padding-top: 4.45rem;
}

.why-ref-head {
  max-width: 860px;
  margin-bottom: 1.4rem;
}

.why-ref-head p {
  max-width: 50ch;
  margin-left: auto;
  margin-right: auto;
  color: #5b6e8e;
}

.why-ref-shell {
  border: 1px solid #d5deea;
  border-radius: 1.35rem;
  background: #f4f7fc;
  box-shadow: 0 18px 34px rgba(11, 26, 48, 0.1);
  padding: 0.7rem;
  display: grid;
  gap: 0.72rem;
  align-items: stretch;
}

.why-ref-left {
  border-radius: 0.88rem;
  overflow: hidden;
  border: 0;
  background: transparent;
}


.why-visual {
  width: 100%;
  display: block;
  height: auto;
}

.why-ref-right {
  display: grid;
  gap: 0.62rem;
}

.why-item {
  border: 1px solid #dde5f0;
  border-radius: 0.92rem;
  background: #fff;
  box-shadow: 0 8px 18px rgba(11, 26, 48, 0.06);
  padding: 1rem 1rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: flex-start;
}

.why-icon {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 0.5rem;
  background: #e9f2ff;
  color: #2b6db2;
  display: grid;
  place-items: center;
  font-size: 0.84rem;
  font-weight: 800;
  margin-top: 0.05rem;
}

.why-item h3 {
  font-size: clamp(1.2rem, 2vw, 1.66rem);
  letter-spacing: -0.01em;
}

.why-item p {
  margin-top: 0.26rem;
  color: #566a88;
  font-size: 1.03rem;
  line-height: 1.45;
}

@media (min-width: 980px) {
  .why-ref-shell {
    grid-template-columns: minmax(380px, 1fr) minmax(400px, 1fr);
    gap: 0.8rem;
    padding: 0.8rem;
  }

  .why-ref-right {
    gap: 0.74rem;
  }
}
/* Proof Section Mockup Match */
.proof-ref {
  padding-top: 4.35rem;
}

.proof-ref-head {
  margin-bottom: 1.15rem;
}

.proof-ref-shell {
  border: 1px solid #d5deea;
  border-radius: 1.3rem;
  background: #f4f7fc;
  box-shadow: 0 16px 30px rgba(11, 26, 48, 0.09);
  padding: 0.65rem;
  display: grid;
  gap: 0.65rem;
  align-items: stretch;
}

.proof-ref-left {
  border-radius: 0.95rem;
  overflow: hidden;
  border: 1px solid #21436f;
  background: #0a1426;
  box-shadow: 0 14px 30px rgba(6, 16, 33, 0.22);
}

.proof-visual {
  width: 100%;
  display: block;
  height: auto;
}

.proof-ref-right {
  display: grid;
  gap: 0.6rem;
}

.proof-item {
  border: 1px solid #dde5f0;
  border-radius: 0.9rem;
  background: #fff;
  box-shadow: 0 7px 16px rgba(11, 26, 48, 0.05);
  padding: 0.9rem 0.95rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
}

.proof-icon {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.5rem;
  background: #e9f2ff;
  color: #2b6db2;
  display: grid;
  place-items: center;
  font-size: 0.82rem;
  font-weight: 800;
  margin-top: 0.1rem;
}

.proof-item h3 {
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.26;
  letter-spacing: -0.01em;
}

.proof-item p {
  margin-top: 0.22rem;
  color: #566a88;
  font-size: 0.9rem;
  line-height: 1.45;
}

.proof-stats {
  margin-top: 0.75rem;
  display: grid;
  gap: 0.5rem;
}

.proof-stat {
  border: 1px solid #dbe4ef;
  border-radius: 0.8rem;
  background: #fff;
  text-align: center;
  padding: 0.72rem;
  box-shadow: 0 6px 14px rgba(11, 26, 48, 0.04);
}

.proof-stat strong {
  display: block;
  color: #102442;
  font-family: 'Sora', sans-serif;
  font-size: 1.35rem;
}

.proof-stat span {
  color: #627695;
  font-size: 0.82rem;
}

@media (min-width: 980px) {
  .why-ref-shell {
    grid-template-columns: minmax(380px, 1fr) minmax(440px, 1fr);
  }

  .proof-ref-shell {
    grid-template-columns: minmax(420px, 1.2fr) minmax(350px, 1fr);
    gap: 0.72rem;
    padding: 0.72rem;
  }

  .proof-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem;
  }
}
/* Mockup parity refinements for Why + Proof */
.why-ref,
.proof-ref {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.why-ref-head,
.proof-ref-head {
  margin-bottom: 1.05rem;
}

.why-ref-head h2,
.proof-ref-head h2 {
  font-size: clamp(2rem, 3.2vw, 2.95rem);
  letter-spacing: -0.018em;
}

.why-ref-head .heavy,
.proof-ref-head .heavy {
  font-weight: 800;
}

.why-ref-head p {
  max-width: 46ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.02rem;
}

.why-ref-shell,
.proof-ref-shell {
  border: 1px solid #d5deea;
  border-radius: 1.2rem;
  background: #f3f6fb;
  box-shadow: 0 14px 28px rgba(11, 26, 48, 0.09);
  padding: 0.62rem;
}

.why-ref-shell {
  display: grid;
  gap: 0.58rem;
}

.why-ref-right,
.proof-ref-right {
  display: grid;
  gap: 0.55rem;
}

.why-ref-left,
.proof-ref-left {
  border-radius: 0.88rem;
  overflow: hidden;
}

.why-ref-left {
  border: 0;
}

.proof-ref-left {
  border: 0;
}

.why-item,
.proof-item {
  border: 1px solid #dde5f0;
  border-radius: 0.8rem;
  background: #fff;
  box-shadow: 0 6px 14px rgba(11, 26, 48, 0.05);
  padding: 0.85rem 0.9rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.66rem;
}

.why-icon,
.proof-icon {
  width: 1.48rem;
  height: 1.48rem;
  border-radius: 0.42rem;
  background: #e9f2ff;
  color: #2b6db2;
  display: grid;
  place-items: center;
  font-size: 0.77rem;
  font-weight: 800;
  margin-top: 0.12rem;
}

.why-item h3 {
  font-size: clamp(1.1rem, 1.65vw, 1.5rem);
  line-height: 1.2;
}

.why-item h3 .heavy {
  font-weight: 800;
}

.why-item p,
.proof-item p {
  margin-top: 0.2rem;
  font-size: 0.82rem;
  line-height: 1.35;
  color: #607391;
}

.proof-item h3 {
  font-size: clamp(1rem, 1.45vw, 1.28rem);
  line-height: 1.22;
}

.proof-stats {
  margin-top: 0.55rem;
  display: grid;
  gap: 0.42rem;
}

.proof-stat {
  border: 1px solid #dbe4ef;
  border-radius: 0.62rem;
  background: #fff;
  text-align: center;
  padding: 0.58rem;
  box-shadow: 0 4px 10px rgba(11, 26, 48, 0.04);
}

.proof-stat strong {
  font-size: 1.4rem;
  line-height: 1;
}

.proof-stat span {
  font-size: 0.74rem;
}

@media (min-width: 980px) {
  .why-ref-shell {
    grid-template-columns: minmax(350px, 1.05fr) minmax(420px, 1fr);
  }

  .proof-ref-shell {
    display: grid;
    grid-template-columns: minmax(380px, 1.08fr) minmax(360px, 1fr);
    gap: 0.58rem;
  }

  .proof-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Why section layout correction: no box around image + full-width left visual */
.why-ref-shell {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  gap: 0.85rem;
}

.why-ref-left {
  border: 0;
  box-shadow: none;
  border-radius: 1rem;
  overflow: hidden;
}

.why-visual {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

@media (max-width: 979px) {
  .why-visual {
    min-height: 280px;
  }
}


/* Policy pages - landing-page aligned */
.policy-page {
  background: #f6f8fc;
  color: #0c1a30;
}

.policy-page .site-header {
  position: sticky;
  top: 0;
  z-index: 120;
}

.policy-hero {
  position: relative;
  overflow: hidden;
  background: #040b17;
  padding: 5.8rem 0 3.8rem;
}

.policy-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.12) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: 0.24;
  pointer-events: none;
}

.policy-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 12%, rgba(34, 211, 238, 0.24), transparent 28%),
    radial-gradient(circle at 88% 14%, rgba(56, 189, 248, 0.15), transparent 32%);
  pointer-events: none;
}

.policy-hero-inner {
  position: relative;
  z-index: 1;
}

.policy-eyebrow {
  display: inline-block;
  margin-bottom: 0.95rem;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #9de9f7;
}

.policy-hero h1 {
  color: #ffffff;
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  line-height: 1.08;
  margin: 0;
}

.policy-hero p {
  margin-top: 1rem;
  max-width: 64ch;
  color: #c8d4e6;
  font-size: 1.04rem;
  line-height: 1.75;
}

.policy-jump {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.policy-jump a {
  font-size: 0.84rem;
  font-weight: 600;
  color: #d9e5f5;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 0.4rem 0.72rem;
  background: rgba(255, 255, 255, 0.05);
}

.policy-jump a:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.12);
}

.policy-content {
  padding: 3.4rem 0 4.5rem;
}

.policy-shell {
  width: min(900px, 92vw);
  margin: 0 auto;
}

.policy-intro {
  margin-bottom: 1.2rem;
  color: #516784;
  font-size: 1rem;
  line-height: 1.8;
}

.policy-sections {
  display: grid;
  gap: 0.9rem;
}

.policy-card {
  border: 1px solid #d9e3ef;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(11, 26, 48, 0.06);
  padding: 1.25rem 1.25rem;
}

.policy-card h2 {
  margin: 0;
  color: #102442;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.22;
}

.policy-card p {
  margin-top: 0.52rem;
  color: #445b79;
  font-size: 0.98rem;
  line-height: 1.75;
}

.policy-card ul {
  margin: 0.6rem 0 0;
  padding-left: 1.1rem;
  color: #445b79;
}

.policy-card li {
  margin: 0.28rem 0;
  line-height: 1.65;
}

.policy-contact {
  margin-top: 0.3rem;
  display: grid;
  gap: 0.6rem;
}

.policy-office {
  border: 1px solid #d9e3ef;
  border-radius: 0.9rem;
  background: #f8fbff;
  padding: 0.8rem 0.9rem;
}

.policy-office-title {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 700;
  color: #102442;
}

.policy-office p {
  margin: 0.12rem 0 0;
  color: #4b6180;
  font-size: 0.9rem;
  line-height: 1.55;
}

.policy-card a {
  color: #1f66b2;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.policy-card a:hover {
  color: #184d9a;
}

@media (min-width: 760px) {
  .policy-contact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .policy-hero {
    padding-top: 5.2rem;
    padding-bottom: 3.2rem;
  }

  .policy-card {
    padding: 1rem 1rem;
  }
}

/* Premium Footer Mockup Match */
.footer-premium {
  position: relative;
  padding: 2.1rem 0 1rem;
  background:
    radial-gradient(circle at 10% 8%, rgba(34, 211, 238, 0.16), transparent 34%),
    radial-gradient(circle at 86% 26%, rgba(56, 189, 248, 0.12), transparent 36%),
    linear-gradient(180deg, #031022 0%, #030d1b 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-premium::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(140, 198, 255, 0.18) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 3px 3px, 46px 46px, 46px 46px;
  background-position: 0 0, 0 0, 0 0;
  opacity: 0.3;
  pointer-events: none;
}

.footer-premium .container {
  position: relative;
  z-index: 1;
}

.footer-premium-top {
  display: grid;
  gap: 1.25rem;
}

.footer-premium .footer-col {
  min-width: 0;
}

.footer-premium .footer-col h4 {
  margin: 0 0 1rem;
  color: #ffffff;
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.02rem, 1.25vw, 1.18rem);
  line-height: 1.1;
}

.footer-logo-premium {
  width: min(260px, 76vw);
  display: block;
  height: auto;
}

.footer-tagline {
  margin-top: 0.95rem;
  max-width: 24ch;
  color: #d3deee;
  font-size: 0.95rem;
  line-height: 1.55;
}

.footer-region-pill {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #d9e8fa;
  border: 1px solid rgba(124, 174, 239, 0.35);
  border-radius: 999px;
  padding: 0.42rem 0.95rem;
  background: rgba(13, 37, 74, 0.58);
  font-size: 0.92rem;
}

.pill-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  color: #27c9ef;
  font-size: 0.88rem;
}

.footer-service-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.72rem;
}

.footer-service-list li {
  display: flex;
  align-items: center;
  gap: 0.76rem;
  color: #e3ebf8;
  font-size: 0.94rem;
}

.service-icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(53, 146, 235, 0.42);
  background: rgba(9, 34, 69, 0.72);
  color: #2fd3ff;
  font-size: 0.9rem;
  box-shadow: inset 0 0 16px rgba(34, 211, 238, 0.14);
  flex: 0 0 auto;
}

.footer-company-col {
  display: grid;
  align-content: start;
  gap: 0.65rem;
}

.footer-company-col a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.7rem;
  color: #ebf2ff;
  font-size: 0.95rem;
}

.footer-company-col a span {
  color: #b8cae4;
}

.footer-company-col a:hover {
  color: #ffffff;
}

.footer-products-col {
  display: grid;
  align-content: start;
  gap: 0.66rem;
}

.product-item {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  gap: 0.8rem;
  align-items: center;
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.product-item:last-child {
  border-bottom: 0;
}

.product-item img,
.pathory-badge {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 0.4rem;
  object-fit: contain;
  background: transparent;
}

.pathory-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #43f0cb, #2dbb7f);
  color: #06342f;
  font-weight: 800;
  font-family: 'Sora', sans-serif;
}

.product-item strong {
  display: block;
  color: #ffffff;
  font-family: 'Sora', sans-serif;
  font-size: 0.95rem;
  line-height: 1.2;
}

.product-item small {
  display: block;
  margin-top: 0.14rem;
  color: #b8c7dd;
  font-size: 0.88rem;
  line-height: 1.35;
}

.footer-premium-bottom {
  margin-top: 1.45rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 0.55rem;
}

.footer-premium-bottom p {
  margin: 0;
  color: #d1dcee;
  font-size: 0.9rem;
  line-height: 1.5;
}

@media (min-width: 980px) {
  .footer-premium-top {
    grid-template-columns: 1.15fr 1fr 0.8fr 1fr;
    gap: 0;
  }

  .footer-premium .footer-col {
    padding: 0 2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer-premium .footer-col:first-child {
    padding-left: 0;
    border-left: 0;
    padding-right: 2rem;
  }

  .footer-premium .footer-col:last-child {
    padding-right: 0;
  }

  .footer-premium-bottom {
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 1rem;
  }

  .footer-premium-bottom p:last-child {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
    padding-left: 2rem;
  }
}

@media (max-width: 979px) {
  .footer-premium .footer-col {
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .footer-premium .footer-col:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
