:root {
  --bg: #08111f;
  --bg-soft: #0d1830;
  --panel: rgba(17, 29, 52, 0.74);
  --panel-solid: #101c35;
  --panel-light: #152344;
  --text: #edf3ff;
  --muted: #9fb1d1;
  --line: rgba(151, 178, 230, 0.16);
  --primary: #4f8cff;
  --primary-2: #8dcbff;
  --accent: #67f0d1;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  --radius: 22px;
  --radius-sm: 16px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background:
    radial-gradient(circle at top right, rgba(79, 140, 255, 0.18), transparent 25%),
    radial-gradient(circle at left center, rgba(103, 240, 209, 0.08), transparent 28%),
    linear-gradient(180deg, #07101c 0%, #0b1425 100%);
  color: var(--text);
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
p { color: var(--muted); line-height: 1.7; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -0.03em; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.bg-grid {
  position: fixed; inset: 0; pointer-events: none; z-index: -1;
  background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at center, black 35%, transparent 75%);
}
.site-header {
  position: sticky; top: 0; z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(8, 17, 31, 0.68);
  border-bottom: 1px solid rgba(151, 178, 230, 0.1);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 82px; }
.brand-logo { width: 190px; height: auto; }
.nav { display: flex; gap: 28px; align-items: center; }
.nav a { color: var(--muted); font-weight: 500; font-size: 0.96rem; transition: color 0.25s ease; }
.nav a:hover { color: var(--white); }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 22px; border-radius: 999px; font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  border: 1px solid transparent; text-align: center;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #05101f;
  background: linear-gradient(135deg, var(--accent), var(--primary-2));
  box-shadow: 0 14px 34px rgba(103, 240, 209, 0.18);
}
.btn-secondary {
  color: var(--white);
  background: rgba(255,255,255,0.03);
  border-color: rgba(151, 178, 230, 0.18);
}
.btn-nav { white-space: nowrap; }
.menu-toggle {
  display: none; background: none; border: 0; padding: 0; cursor: pointer;
  width: 42px; height: 42px;
}
.menu-toggle span {
  display: block; width: 24px; height: 2px; background: white; margin: 5px auto; transition: 0.25s ease;
}
.hero { padding: 78px 0 44px; }
.hero-grid {
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 42px; align-items: center;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px; border-radius: 999px;
  border: 1px solid rgba(151, 178, 230, 0.18);
  background: rgba(255,255,255,0.03);
  color: var(--primary-2); font-weight: 700; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em;
}
.hero h1 { font-size: clamp(2.7rem, 6vw, 5.2rem); margin-top: 18px; max-width: 12ch; }
.hero-text { font-size: 1.08rem; max-width: 62ch; margin: 20px 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-proof {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px;
}
.hero-proof div, .metric-card, .benefit-card, .sector-card, .step-card, .offer-card, .legal-card, .faq-item, .cta-banner {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.hero-proof div {
  border-radius: 18px; padding: 18px; background: rgba(255,255,255,0.025);
}
.hero-proof strong, .metric-card strong { display: block; font-size: 1.08rem; color: white; }
.hero-proof span, .metric-card small { color: var(--muted); }
.glass {
  background: linear-gradient(180deg, rgba(21, 35, 68, 0.9), rgba(10, 18, 35, 0.8));
  backdrop-filter: blur(18px);
}
.panel-card { border-radius: 28px; padding: 24px; position: relative; overflow: hidden; }
.panel-card::before {
  content: ""; position: absolute; width: 240px; height: 240px; right: -80px; top: -80px;
  background: radial-gradient(circle, rgba(79, 140, 255, 0.25), transparent 70%);
}
.panel-top { display: flex; align-items: center; gap: 10px; color: var(--white); font-weight: 600; margin-bottom: 18px; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 18px var(--accent); }
.metrics-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.metric-card {
  border-radius: 18px; padding: 18px; background: rgba(255,255,255,0.03);
}
.metric-label { display: block; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--primary-2); margin-bottom: 10px; }
.panel-note { margin-top: 18px; color: var(--muted); }
.logo-strip { padding: 14px 0 0; }
.logo-strip p { margin: 0; padding: 18px 24px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,0.02); }
.section { padding: 88px 0; }
.section-dark { background: rgba(6, 11, 22, 0.64); }
.section-alt { background: rgba(255,255,255,0.02); }
.two-col {
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 40px; align-items: start;
}
.section-head { max-width: 800px; margin-bottom: 34px; }
.section-head.narrow { max-width: 680px; }
.section-head h2 { font-size: clamp(2rem, 4vw, 3.3rem); margin: 18px 0 12px; }
.offers-grid, .benefits-grid, .sector-grid, .steps-grid {
  display: grid; gap: 22px;
}
.offers-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.offer-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  border-radius: 24px; padding: 24px; display: flex; flex-direction: column;
}
.offer-card.featured {
  position: relative;
  background: linear-gradient(180deg, rgba(79, 140, 255, 0.14), rgba(103, 240, 209, 0.06));
  transform: translateY(-8px);
}
.offer-tag {
  display: inline-flex; align-self: start; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,0.06); color: var(--primary-2); font-weight: 700; font-size: 0.78rem; margin-bottom: 14px;
}
.offer-tag-premium { background: rgba(103, 240, 209, 0.12); color: var(--accent); }
.offer-header h3 { font-size: 1.45rem; margin-bottom: 8px; }
.price { color: white; font-size: 1.75rem; font-weight: 800; margin-bottom: 18px; }
.offer-card ul { padding-left: 18px; margin: 0 0 18px; color: var(--muted); }
.offer-card li { margin-bottom: 10px; line-height: 1.5; }
.full { width: 100%; margin-top: auto; }
.scope-note {
  margin-top: 24px; padding: 20px 22px; border-radius: 20px; background: rgba(255,255,255,0.03); border: 1px solid var(--line); color: var(--muted);
}
.benefits-grid { grid-template-columns: repeat(3, 1fr); }
.benefit-card, .sector-card, .step-card {
  border-radius: 22px; padding: 22px; background: rgba(255,255,255,0.03);
}
.benefit-card h3, .sector-card h3, .step-card h3 { font-size: 1.2rem; margin-bottom: 10px; }
.sector-grid { grid-template-columns: repeat(2, 1fr); }
.steps-grid { grid-template-columns: repeat(4, 1fr); }
.step-card span {
  display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 12px; background: rgba(79, 140, 255, 0.16); color: var(--primary-2); font-weight: 800; margin-bottom: 16px;
}
.cta-banner {
  display: flex; justify-content: space-between; gap: 28px; align-items: center; padding: 32px; border-radius: 28px; background: linear-gradient(135deg, rgba(79, 140, 255, 0.14), rgba(103, 240, 209, 0.08));
}
.cta-banner h2 { font-size: clamp(1.8rem, 4vw, 3rem); margin: 14px 0 8px; }
.faq-list { display: grid; gap: 16px; }
.faq-item {
  border-radius: 18px; padding: 0 20px; background: rgba(255,255,255,0.03);
}
.faq-item summary {
  cursor: pointer; list-style: none; padding: 20px 0; font-weight: 700; color: white;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item p { padding: 0 0 18px; margin: 0; }
.site-footer { padding: 28px 0 36px; border-top: 1px solid rgba(151, 178, 230, 0.1); }
.footer-wrap { display: grid; grid-template-columns: 1.2fr 0.8fr 1fr; gap: 24px; align-items: start; }
.footer-logo { width: 170px; margin-bottom: 12px; }
.footer-links { display: grid; gap: 10px; }
.legal-page { min-height: 100vh; }
.legal-header { position: relative; }
.legal-wrap { max-width: 920px; }
.legal-card {
  background: rgba(255,255,255,0.03); border-radius: 22px; padding: 24px; margin-bottom: 18px;
}
.legal-card h2 { font-size: 1.25rem; margin-bottom: 10px; }
.legal-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.08s; }
.delay-2 { transition-delay: 0.16s; }
.delay-3 { transition-delay: 0.24s; }

@media (max-width: 1080px) {
  .hero-grid, .offers-grid, .benefits-grid, .steps-grid, .footer-wrap, .two-col { grid-template-columns: 1fr; }
  .hero h1 { max-width: 15ch; }
  .offer-card.featured { transform: none; }
  .cta-banner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 840px) {
  .btn-nav { display: none; }
  .menu-toggle { display: block; }
  .nav {
    position: fixed; inset: 82px 20px auto 20px;
    background: rgba(8, 17, 31, 0.96); border: 1px solid var(--line);
    border-radius: 22px; padding: 18px; display: none; flex-direction: column; align-items: flex-start; box-shadow: var(--shadow);
  }
  body.menu-open .nav { display: flex; }
  .hero-proof, .sector-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero { padding-top: 48px; }
  .section { padding: 68px 0; }
  .hero h1 { max-width: none; }
  .metrics-grid, .benefits-grid, .steps-grid { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .hero-actions { flex-direction: column; }
  .hero-proof { margin-top: 20px; }
  .panel-card, .offer-card, .benefit-card, .sector-card, .step-card, .legal-card, .cta-banner { padding: 20px; }
}
