:root {
  --bg: #081121;
  --bg-2: #0f1d37;
  --panel: #101b31;
  --panel-soft: #eef4fb;
  --text: #0f172a;
  --text-soft: #475569;
  --text-light: #e2e8f0;
  --muted: #94a3b8;
  --accent: #2563eb;
  --accent-dark: #1d4ed8;
  --line: #d9e4f2;
  --success: #0f766e;
  --white: #ffffff;
  --max: 1160px;
  --shadow: 0 18px 50px rgba(8, 17, 33, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  color: var(--text);
  line-height: 1.6;
  background: #fff;
}
a { color: inherit; }
.container { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(8, 17, 33, 0.92);
  backdrop-filter: blur(10px);
  color: var(--text-light);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
}
.brand-link,
.footer-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.brand-logo {
  height: auto;
  width: auto;
  max-width: 216px;
  max-height: 80px;
  display: block;
}
.footer-logo {
  height: auto;
  width: auto;
  max-width: 160px;
  max-height: 60px;
  display: block;
  margin-bottom: 1rem;
}
.nav-links {
  display: flex;
  gap: 1.25rem;
  color: #cbd5e1;
  font-size: 0.95rem;
}
.nav-links a { text-decoration: none; }
.desktop-nav-links,
.desktop-cta {
  display: flex;
}
.mobile-menu {
  display: none;
  position: relative;
}
.mobile-menu summary {
  list-style: none;
}
.mobile-menu summary::-webkit-details-marker {
  display: none;
}
.mobile-menu-toggle {
  width: 46px;
  height: 46px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 12px;
  cursor: pointer;
  background: rgba(255,255,255,0.04);
}
.mobile-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
}
.mobile-nav-links {
  position: absolute;
  right: 0;
  top: calc(100% + 0.75rem);
  min-width: 240px;
  display: grid;
  gap: 0.2rem;
  padding: 0.8rem;
  background: #0f1d37;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  box-shadow: var(--shadow);
}
.mobile-nav-link {
  text-decoration: none;
  color: #e2e8f0;
  padding: 0.7rem 0.65rem;
  border-radius: 10px;
}
.mobile-nav-link:hover {
  background: rgba(255,255,255,0.06);
}
.mobile-menu-button {
  margin-top: 0.45rem;
  text-align: center;
}

.hero {
  background:
    radial-gradient(circle at top right, rgba(37, 99, 235, 0.28), transparent 24%),
    linear-gradient(180deg, var(--bg), var(--bg-2));
  color: var(--text-light);
  padding: 5.5rem 0 4rem;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.95fr;
  gap: 2rem;
  align-items: start;
}
.eyebrow {
  color: #93c5fd;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.78rem;
  font-weight: 800;
  margin: 0 0 0.8rem;
}
.eyebrow.dark { color: var(--accent); }
.hero h1 {
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  line-height: 0.98;
  max-width: 12ch;
  margin: 0;
}
.lead {
  font-size: 1.12rem;
  max-width: 46rem;
  color: #dbeafe;
  margin: 1.25rem 0 0;
}
.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.7rem;
}
.hero-actions.center { justify-content: center; }
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  padding: 0;
  margin: 1.5rem 0 0;
  list-style: none;
}
.hero-points li,
.signal {
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  color: #e2e8f0;
  padding: 0.7rem 0.9rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 600;
}
.hero-panel {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  padding: 1.4rem;
  box-shadow: var(--shadow);
}
.panel-label {
  display: inline-block;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(147, 197, 253, 0.14);
  color: #bfdbfe;
  font-size: 0.8rem;
  font-weight: 700;
}
.hero-panel h2 { margin: 1rem 0 0.8rem; }
.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.9rem;
}
.check-list li {
  position: relative;
  padding-left: 1.6rem;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #86efac;
  font-weight: 800;
}
.dark-list li::before { color: var(--success); }

.signal-strip {
  background: #0b1730;
  padding: 1rem 0 1.4rem;
}
.signal-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.8rem;
}
.signal {
  text-align: center;
  background: rgba(255,255,255,0.03);
}

.section { padding: 4.5rem 0; }
.section-alt { background: var(--panel-soft); }
.section-intro {
  max-width: 48rem;
  margin-bottom: 2rem;
}
.section-intro h2,
.two-col h2,
.cta h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  margin: 0.2rem 0 1rem;
}
.section-intro p,
.two-col p { color: var(--text-soft); }
.two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: start;
}
.feature-split { align-items: center; }
.feature-box,
.proof-box,
.cta-box,
.offer-box {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: var(--shadow);
}
.offer-box {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: center;
}
.offer-actions {
  display: grid;
  gap: 0.8rem;
}
.split-visual {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}
.split-visual-reverse {
  grid-template-columns: 1fr 0.9fr;
}
.visual-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.section-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-image-panel {
  padding: 0;
  overflow: hidden;
}
.hero-photo {
  min-height: 260px;
  max-height: 320px;
}
.hero-panel-content {
  padding: 1.25rem 1.4rem 1.4rem;
}
.offer-visual-card {
  min-height: 100%;
}
.service-visual-stack {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  background: #f8fbff;
}
.service-photo-large {
  min-height: 320px;
  border-radius: 18px;
}
.service-photo-small {
  min-height: 200px;
  border-radius: 18px;
}
.offer-actions {
  display: grid;
  gap: 0.8rem;
}
.text-link {
  display: inline-block;
  margin-top: 1rem;
  color: var(--accent-dark);
  text-decoration: none;
  font-weight: 700;
}


.grid.cards,
.trust-grid,
.sector-grid,
.faq-grid,
.accreditation-grid,
.scenario-grid,
.outcomes-grid,
.proof-placeholder-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}
.card,
.accreditation-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.1rem 1.15rem;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.04);
}
.accreditation-card {
  position: relative;
  overflow: hidden;
}
.accreditation-grid-rich {
  align-items: stretch;
}
.accreditation-card-rich {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 0;
}
.accreditation-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  padding: 1.25rem;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  border-bottom: 1px solid var(--line);
}
.accreditation-media img {
  max-width: 100%;
  max-height: 82px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.accreditation-card-rich h3,
.accreditation-card-rich p {
  padding-left: 1.15rem;
  padding-right: 1.15rem;
}
.accreditation-card-rich h3 {
  margin-bottom: 0;
}
.accreditation-card-rich p {
  padding-bottom: 1.15rem;
}
.accreditation-note {
  margin-top: 1.25rem;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1e3a8a;
}
.trust-card h3,
.faq-item h3,
.process-step h3,
.feature-box h3,
.proof-box h3,
.accreditation-card h3 { margin-top: 0; }
.card p,
.faq-item p,
.process-step p,
.accreditation-card p { color: var(--text-soft); }

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}
.process-step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.2rem;
}
.process-step span {
  display: inline-flex;
  width: 2.3rem;
  height: 2.3rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #dbeafe;
  color: var(--accent-dark);
  font-weight: 800;
  margin-bottom: 0.9rem;
}

.button {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  padding: 0.9rem 1.15rem;
  border-radius: 12px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: 0.2s ease;
}
.button:hover { background: var(--accent-dark); transform: translateY(-1px); }
.button-outline {
  background: transparent;
  border-color: rgba(255,255,255,0.25);
  color: var(--text-light);
}
.button-light {
  background: #fff;
  color: var(--text);
  border-color: var(--line);
}

.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.2rem;
}
.cta {
  text-align: center;
  background: linear-gradient(180deg, #f8fbff, #eef4fb);
}

.site-footer {
  background: #081121;
  color: var(--text-light);
  padding: 3.5rem 0 1.2rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, minmax(0, 1fr));
  gap: 2rem;
}
.footer-tagline,
.footer-meta,
.footer-link,
.footer-bottom p {
  color: #cbd5e1;
}
.footer-column h3 {
  margin-top: 0;
  margin-bottom: 0.85rem;
  font-size: 1rem;
  color: #fff;
}
.footer-links {
  display: grid;
  gap: 0.55rem;
}
.footer-link {
  text-decoration: none;
}
.footer-bottom {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}

@media (max-width: 980px) {
  .hero-grid,
  .two-col,
  .process-grid,
  .signal-grid,
  .footer-grid,
  .offer-box,
  .split-visual,
  .split-visual-reverse {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .desktop-nav-links,
  .desktop-cta {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .hero { padding-top: 4.5rem; }
  .section { padding: 3.5rem 0; }
  .hero h1 { max-width: 100%; }
  .logo-tile { min-height: 92px; }
  .logo-tile img { max-height: 44px; }
  .brand-logo {
    max-width: 180px;
    max-height: 64px;
  }
  .footer-logo {
    max-width: 150px;
    max-height: 54px;
  }
}
