:root {
  --bg: #07111f;
  --bg-2: #0d1b2e;
  --card: #ffffff;
  --ink: #0b1220;
  --muted: #647084;
  --line: #e7ecf4;
  --blue: #2f6bff;
  --blue-dark: #174cd6;
  --cyan: #35d3ff;
  --green: #3cf2aa;
  --soft: #f4f7fb;
  --soft-blue: #eaf1ff;
  --radius: 24px;
  --shadow: 0 24px 80px rgba(9, 25, 51, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  background: var(--soft);
  color: var(--ink);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
.wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 17, 31, .78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: -.03em;
  color: #fff;
}
.brand-logo {
  width: 82px;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(47,107,255,.18));
}
.footer-logo {
  width: 92px;
  filter: none;
}
.brand-text { font-size: 1rem; }
.nav-menu {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(255,255,255,.82);
  font-weight: 700;
  font-size: .93rem;
}
.nav-menu a:hover { color: #fff; }
.nav-cta {
  padding: 12px 16px;
  border-radius: 999px;
  background: #fff;
  color: var(--ink) !important;
}
.nav-toggle { display: none; background: none; border: 0; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 2px; margin: 6px 0; background: #fff; }

.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 20% 20%, rgba(53,211,255,.20), transparent 30%), radial-gradient(circle at 80% 10%, rgba(47,107,255,.24), transparent 35%), var(--bg);
  color: #fff;
  padding: 92px 0 76px;
}
.hero-bg::before,
.hero-bg::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(4px);
  opacity: .75;
}
.hero-bg::before { width: 360px; height: 360px; right: -100px; top: 150px; background: rgba(53,211,255,.14); }
.hero-bg::after { width: 220px; height: 220px; left: -60px; bottom: -80px; background: rgba(60,242,170,.12); }
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr .72fr;
  gap: 44px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .78rem;
  font-weight: 900;
  color: var(--green);
}
.eyebrow.dark { color: var(--blue); }
.hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(3rem, 6.5vw, 5.8rem);
  line-height: .94;
  letter-spacing: -.075em;
}
.hero-subtitle {
  margin: 26px 0 0;
  max-width: 700px;
  font-size: 1.18rem;
  color: rgba(255,255,255,.78);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 900;
  border: 0;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--blue), var(--cyan)); color: #fff; box-shadow: 0 18px 40px rgba(47,107,255,.32); }
.btn-secondary { background: rgba(255,255,255,.10); color: #fff; border: 1px solid rgba(255,255,255,.18); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-secondary.full { color: var(--ink); border-color: var(--line); background: #fff; }
.btn.full { width: 100%; }
.btn.light { background: rgba(255,255,255,.12); color: #fff; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.trust-row span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.06); border-radius: 999px; color: rgba(255,255,255,.82); font-size: .9rem; font-weight: 700; }
.hero-card {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 32px;
  padding: 28px;
  backdrop-filter: blur(18px);
  box-shadow: 0 30px 100px rgba(0,0,0,.28);
}
.card-topline { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.82); font-weight: 900; }
.pulse { width: 10px; height: 10px; background: var(--green); border-radius: 999px; box-shadow: 0 0 0 8px rgba(60,242,170,.12); }
.hero-card h2 { font-size: 1.55rem; line-height: 1.15; margin: 20px 0; letter-spacing: -.04em; }
.audit-list { display: grid; gap: 12px; }
.audit-list div { padding: 16px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; }
.audit-list strong { display: block; }
.audit-list span { color: rgba(255,255,255,.70); font-size: .94rem; }
.mini-link { display: inline-block; margin-top: 20px; color: #fff; font-weight: 900; }

.logos-strip { background: #fff; border-bottom: 1px solid var(--line); }
.strip-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; color: var(--muted); font-weight: 900; }

.section { padding: 92px 0; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading.centered { text-align: center; margin-left: auto; margin-right: auto; }
h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.02; letter-spacing: -.06em; }
h3 { margin: 0; font-size: 1.25rem; line-height: 1.18; letter-spacing: -.035em; }
p { color: var(--muted); }
.two-col { display: grid; grid-template-columns: .95fr 1.05fr; gap: 64px; align-items: start; }
.rich-text p, .section-copy { font-size: 1.1rem; margin-top: 0; }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: 0 10px 35px rgba(9,25,51,.06);
}
.service-card.featured-card { background: linear-gradient(135deg, #0e1c33, #122d66); color: #fff; }
.service-card.featured-card p { color: rgba(255,255,255,.74); }
.icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; background: var(--soft-blue); margin-bottom: 20px; font-size: 1.35rem; }
.featured-card .icon { background: rgba(255,255,255,.13); }
.service-card p { margin-bottom: 0; }

.results-band { background: var(--bg); color: #fff; }
.results-band h2 { color: #fff; font-size: clamp(2rem, 3.2vw, 3rem); }
.results-grid { display: grid; grid-template-columns: 1.35fr repeat(3, .7fr); gap: 18px; align-items: stretch; }
.metric-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 24px; padding: 24px; }
.metric-number { display: block; font-size: 2.1rem; font-weight: 950; letter-spacing: -.06em; color: var(--green); }
.metric-label { display: block; color: rgba(255,255,255,.75); font-weight: 700; margin-top: 8px; }

.industries-layout { align-items: center; }
.industry-list { display: grid; gap: 12px; }
.industry-list div { display: grid; gap: 4px; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 18px; }
.industry-list strong { letter-spacing: -.03em; }
.industry-list span { color: var(--muted); }

.process { background: #fff; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.steps article { background: var(--soft); border: 1px solid var(--line); border-radius: 24px; padding: 26px; }
.steps span { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; background: var(--ink); color: #fff; font-weight: 950; margin-bottom: 18px; }
.steps p { margin-bottom: 0; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.price-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: 30px; box-shadow: 0 14px 45px rgba(9,25,51,.08); }
.price-card.popular { border: 2px solid var(--blue); transform: translateY(-12px); }
.popular-tag { position: absolute; top: 18px; right: 18px; background: var(--blue); color: #fff; border-radius: 999px; padding: 7px 11px; font-size: .75rem; font-weight: 950; }
.price { font-size: 2.7rem; font-weight: 950; color: var(--ink); margin: 18px 0 0; letter-spacing: -.07em; }
.price-note { margin: 0 0 20px; }
ul { padding: 0; list-style: none; margin: 24px 0; display: grid; gap: 12px; }
li { color: var(--muted); position: relative; padding-left: 26px; }
li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 950; }
.pricing-disclaimer { text-align: center; margin-top: 26px; }

.proof-section { padding-top: 0; }
.proof-card { background: #fff; border: 1px solid var(--line); border-radius: 32px; padding: 38px; box-shadow: var(--shadow); display: grid; grid-template-columns: .9fr 1.1fr; gap: 30px; }
.workflow { display: grid; gap: 12px; counter-reset: item; }
.workflow div { counter-increment: item; display: flex; align-items: center; gap: 12px; padding: 16px; border-radius: 18px; background: var(--soft); border: 1px solid var(--line); font-weight: 850; }
.workflow div::before { content: counter(item); width: 32px; height: 32px; flex: 0 0 32px; border-radius: 12px; display: grid; place-items: center; background: var(--blue); color: #fff; font-weight: 950; }

.faq { background: #fff; }
.faq-list { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 18px; padding: 18px 20px; background: #fff; }
summary { cursor: pointer; font-weight: 900; letter-spacing: -.02em; }
details p { margin-bottom: 0; }

.cta-section { background: var(--bg); padding: 94px 0; color: #fff; }
.cta-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: start; background: radial-gradient(circle at 20% 0%, rgba(53,211,255,.22), transparent 30%), rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 34px; padding: 42px; box-shadow: 0 30px 100px rgba(0,0,0,.24); }
.cta-card h2 { color: #fff; }
.cta-card p { color: rgba(255,255,255,.76); font-size: 1.05rem; }
.contact-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.contact-form { display: grid; gap: 14px; background: #fff; color: var(--ink); border-radius: 26px; padding: 24px; }
label { display: grid; gap: 8px; font-weight: 850; }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 14px 14px; font: inherit; color: var(--ink); background: var(--soft); outline: none; }
input:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(47,107,255,.12); }
.form-note { font-size: .88rem !important; color: var(--muted) !important; margin: 0; text-align: center; }
.form-note.success {
  color: #b8ffd8;
  border-color: rgba(87, 255, 166, 0.35);
  background: rgba(87, 255, 166, 0.08);
}


.footer { background: #050b14; color: #fff; padding: 54px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .8fr; gap: 34px; }
.footer p { color: rgba(255,255,255,.66); max-width: 520px; }
.footer h4 { margin: 0 0 14px; }
.footer a:not(.brand) { display: block; color: rgba(255,255,255,.68); margin: 9px 0; }
.footer a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.10); margin-top: 38px; padding-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: rgba(255,255,255,.58); }

@media (max-width: 940px) {
  .nav-toggle { display: block; }
  .nav-menu { position: absolute; top: 78px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; padding: 18px; border-radius: 20px; background: #0b1729; box-shadow: var(--shadow); }
  .nav-menu.active { display: flex; }
  .hero-grid, .two-col, .results-grid, .proof-card, .cta-card, .footer-grid { grid-template-columns: 1fr; }
  .cards-grid, .pricing-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .price-card.popular { transform: none; }
}
@media (max-width: 640px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .hero { padding: 64px 0 54px; }
  .hero h1 { font-size: 3rem; }
  .cards-grid, .pricing-grid, .steps { grid-template-columns: 1fr; }
  .section { padding: 68px 0; }
  .cta-card, .proof-card { padding: 24px; border-radius: 24px; }
  .strip-inner { justify-content: center; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

.form-note.error {
  color: #ffd1d1;
}

.hidden-field {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  pointer-events: none !important;
}

.footer-brand { color: #fff; }
