:root {
  --bg: #09111d;
  --bg-2: #0f1b2d;
  --card: rgba(255,255,255,0.08);
  --line: rgba(255,255,255,0.12);
  --text: #f4f7fb;
  --muted: #aeb9ca;
  --yellow: #ffcb21;
  --red: #ff4d4f;
  --blue: #123a6f;
  --shadow: 0 24px 80px rgba(0,0,0,.35);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top, #18304e, #08101c 52%);
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.site-bg {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(255,203,33,.14), transparent 22%),
    radial-gradient(circle at 85% 15%, rgba(255,77,79,.14), transparent 20%),
    radial-gradient(circle at 60% 75%, rgba(18,58,111,.22), transparent 25%);
  pointer-events: none;
  z-index: -1;
}

.container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

.glass {
  background: var(--card);
  border: 1px solid var(--line);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(7, 12, 21, .55);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}

.brand span {
  display: block;
  font-weight: 800;
  letter-spacing: -.03em;
}

.brand small {
  display: block;
  color: var(--muted);
}

.nav {
  display: flex;
  gap: 24px;
  align-items: center;
}
.nav a {
  color: var(--muted);
  transition: .25s ease;
}
.nav a:hover { color: var(--text); }

.menu-btn {
  display: none;
  background: transparent;
  border: 0;
  padding: 0;
}
.menu-btn span {
  display: block;
  width: 26px;
  height: 2px;
  background: white;
  margin: 5px 0;
}

.hero {
  padding: 72px 0 34px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 40px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.1);
  color: #d7e2f2;
  font-size: 13px;
  margin-bottom: 18px;
}

.hero h1, .section h2 {
  margin: 0 0 18px;
  line-height: 1;
  letter-spacing: -.05em;
}

.hero h1 {
  font-size: clamp(42px, 6vw, 76px);
  max-width: 12ch;
}
.hero h1 span {
  color: var(--yellow);
  text-shadow: 0 0 28px rgba(255,203,33,.16);
}
.hero p, .section-head p, .content-col p, .footer p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 28px 0 32px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px 22px;
  border-radius: 14px;
  font-weight: 700;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, var(--yellow), #ffb100);
  color: #131313;
  box-shadow: 0 16px 34px rgba(255,203,33,.24);
}
.btn-secondary {
  background: rgba(255,255,255,.08);
  color: var(--text);
  border: 1px solid rgba(255,255,255,.1);
}
.btn.full { width: 100%; }

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.stat {
  border-radius: 20px;
  padding: 18px;
}
.stat strong {
  display: block;
  font-size: 15px;
  margin-bottom: 6px;
}
.stat span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.hero-visual { position: relative; }
.hero-card {
  padding: 18px;
  border-radius: 30px;
}
.hero-card img {
  border-radius: 22px;
  width: 100%;
}
.floating { animation: float 6s ease-in-out infinite; }
.floating-badge {
  position: absolute;
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 700;
  color: white;
}
.badge-1 { left: -20px; top: 12%; }
.badge-2 { right: -16px; bottom: 12%; }

.trustbar { padding-bottom: 32px; }
.trustbar-inner {
  border-radius: 24px;
  padding: 18px 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  color: #dbe6f6;
  text-align: center;
}

.section { padding: 88px 0; }
.section-head {
  max-width: 760px;
  margin-bottom: 36px;
}
.section h2 { font-size: clamp(34px, 4.2vw, 56px); }

.cards-grid.three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.card, .quote-card, .price-card, .timeline-item, .faq-list details {
  border-radius: 24px;
  padding: 24px;
}
.card .icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 24px;
  background: linear-gradient(135deg, rgba(255,203,33,.18), rgba(255,77,79,.14));
  margin-bottom: 16px;
}
.card h3, .price-card h3, .timeline-item h3 {
  margin: 0 0 10px;
  font-size: 22px;
}
.card p, .quote-card p, .timeline-item p, .faq-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.accent-section {
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.00));
}
.split-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 36px;
  align-items: center;
}
.img-wrap {
  border-radius: 28px;
  padding: 16px;
}
.img-wrap img { border-radius: 22px; }
.check-list {
  display: grid;
  gap: 14px;
}
.check-list div {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: #dde7f5;
  line-height: 1.6;
}
.check-list span {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(255,203,33,.14);
  color: var(--yellow);
  font-weight: 800;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.price-card.featured {
  border: 1px solid rgba(255,203,33,.4);
  transform: translateY(-10px);
}
.plan-tag {
  display: inline-block;
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(255,255,255,.08);
  color: #dbe5f6;
  font-size: 13px;
  margin-bottom: 16px;
}
.price {
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 12px;
}
.price-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  color: var(--muted);
}
.price-card li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.timeline-item span {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--yellow), #ff9f0a);
  color: #151515;
  font-weight: 800;
  margin-bottom: 14px;
}

.quote-card strong {
  display: block;
  margin-top: 16px;
  color: white;
}

.faq-list {
  display: grid;
  gap: 14px;
}
.faq-list details summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}
.faq-list details summary::-webkit-details-marker { display: none; }
.faq-list details p { padding-top: 14px; }

.contact-grid {
  border-radius: 30px;
  padding: 28px;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 28px;
}
.contact-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}
.contact-list a {
  color: #dbe6f6;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  background: rgba(255,255,255,.04);
}
.lead-form {
  display: grid;
  gap: 14px;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.05);
  color: white;
  border-radius: 16px;
  padding: 15px 16px;
  outline: none;
}
.lead-form input::placeholder,
.lead-form textarea::placeholder { color: #afbdd1; }
.lead-form select { color: #afbdd1; }

.footer {
  padding: 28px 0 46px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.footer-links {
  display: flex;
  gap: 18px;
  color: var(--muted);
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%) translateY(120px);
  background: #111c2b;
  color: white;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 14px 18px;
  box-shadow: var(--shadow);
  transition: .35s ease;
  z-index: 50;
  width: min(92%, 680px);
  text-align: center;
}
.toast.show { transform: translateX(-50%) translateY(0); }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@media (max-width: 980px) {
  .hero-grid,
  .split-grid,
  .contact-grid,
  .pricing-grid,
  .cards-grid.three-col,
  .timeline,
  .hero-stats,
  .trustbar-inner {
    grid-template-columns: 1fr 1fr;
  }
  .hero h1 { max-width: none; }
  .nav {
    position: absolute;
    right: 16px;
    top: 78px;
    width: min(280px, calc(100% - 32px));
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    background: rgba(10,16,27,.95);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    transform: scale(.97);
    opacity: 0;
    pointer-events: none;
    transition: .25s ease;
  }
  .nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
  }
  .menu-btn { display: block; }
}

@media (max-width: 700px) {
  .hero,
  .section { padding: 64px 0; }
  .hero-grid,
  .split-grid,
  .contact-grid,
  .pricing-grid,
  .cards-grid.three-col,
  .timeline,
  .hero-stats,
  .field-row,
  .trustbar-inner {
    grid-template-columns: 1fr;
  }
  .topbar-inner { padding: 10px 0; }
  .brand img { width: 52px; height: 52px; }
  .hero-actions { flex-direction: column; }
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .badge-1, .badge-2 { display: none; }
}
