:root {
  --bg: #090d19;
  --bg-2: #11182b;
  --text: #f6f7fb;
  --muted: #bac3dd;
  --dark: #121827;
  --line: rgba(255,255,255,.14);
  --acid: #d7ff3f;
  --cyan: #00e0ff;
  --violet: #7c3cff;
  --card: rgba(255,255,255,.08);
  --shadow: 0 24px 80px rgba(0,0,0,.28);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Manrope', system-ui, sans-serif; color: var(--dark); background: #f3f6ff; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: fixed; z-index: 20; top: 14px; left: 50%; transform: translateX(-50%); width: min(1180px, calc(100% - 28px)); display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 16px; color: #fff; border: 1px solid var(--line); background: rgba(8,12,24,.58); backdrop-filter: blur(18px); border-radius: 24px; transition: .25s ease; }
.site-header.scrolled { background: rgba(8,12,24,.86); box-shadow: var(--shadow); }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.logo span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; color: #10162d; background: linear-gradient(135deg, var(--acid), var(--cyan)); font-family: 'Unbounded', sans-serif; }
.logo strong { letter-spacing: -.02em; }
.main-nav { display: flex; gap: 20px; font-size: 14px; color: rgba(255,255,255,.78); }
.main-nav a:hover, .phone:hover { color: var(--acid); }
.phone { font-weight: 800; font-size: 18px; color: #fff; }
.nav-toggle { display: none; background: transparent; border: 0; width: 42px; height: 42px; }
.nav-toggle span { display: block; height: 2px; margin: 8px; background: #fff; }
.hero { position: relative; min-height: 100vh; display: grid; align-items: center; overflow: hidden; color: var(--text); padding: 140px 0 80px; background: var(--bg); }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,10,22,.94), rgba(8,12,24,.72)), url('assets/img/photo-1509062522246-3755977927d7-9b2e612b.jpg') center/cover no-repeat; }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: url('assets/img/pulse-grid.svg') center/cover no-repeat; mix-blend-mode: screen; opacity: .62; }
.hero-noise { position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 15%, rgba(124,60,255,.38), transparent 28%), radial-gradient(circle at 74% 72%, rgba(0,224,255,.25), transparent 28%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .72fr; gap: 58px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--acid); font-weight: 800; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; }
.eyebrow.dark { color: var(--violet); }
h1, h2, h3 { margin: 0; line-height: .98; letter-spacing: -.055em; font-family: 'Unbounded', sans-serif; }
h1 { font-size: clamp(48px, 7vw, 94px); max-width: 880px; }
h2 { font-size: clamp(34px, 4.8vw, 62px); color: #111827; }
h3 { font-size: 23px; line-height: 1.12; }
p { line-height: 1.72; }
.hero-lead { max-width: 680px; font-size: 20px; color: var(--muted); margin: 26px 0 0; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 34px 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border-radius: 999px; border: 1px solid transparent; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-3px); }
.btn-primary { color: #10162d; background: linear-gradient(135deg, var(--acid), var(--cyan)); box-shadow: 0 14px 40px rgba(0,224,255,.22); }
.btn-secondary { color: #fff; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.08); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-trust span { padding: 10px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: rgba(255,255,255,.78); background: rgba(255,255,255,.06); }
.hero-panel { position: relative; min-height: 560px; }
.panel-card { position: absolute; width: 260px; padding: 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; background: rgba(255,255,255,.1); backdrop-filter: blur(20px); box-shadow: var(--shadow); }
.panel-card b { display: block; margin-bottom: 10px; color: var(--acid); }
.panel-card span { color: rgba(255,255,255,.8); }
.panel-card.hot { right: 0; top: 14px; }
.panel-card.cool { left: 0; bottom: 30px; }
.progress-orbit { position: absolute; inset: 120px 40px 115px; display: grid; place-items: center; text-align: center; border-radius: 999px; border: 2px dashed rgba(215,255,63,.42); background: radial-gradient(circle, rgba(124,60,255,.24), rgba(0,224,255,.1)); }
.orbit-core { display: grid; place-items: center; width: 178px; height: 178px; border-radius: 50%; color: #10162d; font: 800 54px 'Unbounded'; background: var(--acid); box-shadow: 0 0 80px rgba(215,255,63,.35); }
.progress-orbit p { max-width: 250px; color: rgba(255,255,255,.75); margin: 10px auto 0; }
.about, .blockers, .cases, .process, .pricing, .faq { padding: 110px 0; }
.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 58px; align-items: center; }
.photo-card { position: relative; border-radius: 38px; overflow: hidden; min-height: 560px; box-shadow: var(--shadow); }
.photo-card img { width: 100%; height: 560px; object-fit: cover; }
.photo-label { position: absolute; left: 24px; bottom: 24px; padding: 14px 18px; border-radius: 18px; color: #fff; background: rgba(9,13,25,.7); backdrop-filter: blur(14px); font-weight: 800; }
.about-copy > p:not(.eyebrow) { color: #4b5563; font-size: 18px; }
.stats-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 28px; }
.stats-grid div { padding: 22px; border-radius: 24px; background: #fff; box-shadow: 0 15px 45px rgba(20,31,56,.08); }
.stats-grid strong { display: block; color: var(--violet); font: 800 34px 'Unbounded'; }
.stats-grid span { color: #667085; font-size: 14px; }
.blockers { background: #ffffff; }
.blocker-map { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 34px; }
.blocker-map article { min-height: 315px; padding: 26px; border-radius: 30px; background: linear-gradient(180deg, #f5f7ff, #fff); border: 1px solid #e6eaf5; transition: .22s ease; }
.blocker-map article:hover { transform: translateY(-8px); box-shadow: 0 28px 70px rgba(55,75,125,.14); }
.blocker-map span { display: inline-grid; place-items: center; width: 48px; height: 48px; margin-bottom: 18px; border-radius: 16px; color: #10162d; background: var(--acid); font-weight: 900; }
.blocker-map p, .case-card p, .timeline p, .price-card p, .faq-panel p { color: #5b6475; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-head h2 { max-width: 850px; }
.case-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.case-card { padding: 14px 14px 24px; border-radius: 34px; background: #fff; box-shadow: 0 18px 60px rgba(20,31,56,.08); overflow: hidden; }
.case-img { overflow: hidden; border-radius: 24px; margin-bottom: 22px; }
.case-img img { width: 100%; transition: transform .45s ease; }
.case-card:hover .case-img img { transform: scale(1.08); }
.case-card h3, .case-card p { padding: 0 10px; }
.process { background: #eef3ff; }
.timeline { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 34px; counter-reset: step; }
.timeline article { position: relative; padding: 28px; border-radius: 30px; background: #111827; color: #fff; overflow: hidden; }
.timeline article::after { content: ''; position: absolute; right: -40px; top: -40px; width: 140px; height: 140px; border-radius: 50%; background: rgba(0,224,255,.18); }
.timeline span { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 28px; border-radius: 18px; color: #111827; background: linear-gradient(135deg, var(--acid), var(--cyan)); font-weight: 900; }
.timeline h3 { color: #fff; }
.pricing { background: #fff; }
.price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.price-card { display: flex; flex-direction: column; gap: 16px; min-height: 400px; padding: 30px; border-radius: 34px; background: #f6f8ff; border: 1px solid #e6eaf5; }
.price-card.featured { color: #fff; background: radial-gradient(circle at 20% 0, rgba(215,255,63,.38), transparent 30%), linear-gradient(135deg, #111827, #331c78); transform: translateY(-14px); }
.price-card.featured p { color: rgba(255,255,255,.72); }
.tag { align-self: flex-start; padding: 8px 12px; border-radius: 999px; color: #111827 !important; background: var(--acid); font-weight: 900; font-size: 13px; }
.price-card strong { margin-top: auto; font: 800 27px 'Unbounded'; }
.btn-card { border-color: #dce3f4; background: #fff; color: #111827; }
.faq { background: #f3f6ff; }
.narrow { max-width: 900px; }
.accordion { margin-top: 28px; display: grid; gap: 12px; }
.faq-item { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 24px; border: 0; border-radius: 24px; color: #111827; background: #fff; font: 800 18px 'Manrope'; text-align: left; cursor: pointer; }
.faq-item b { font-size: 28px; color: var(--violet); transition: .2s ease; }
.faq-item.active b { transform: rotate(45deg); }
.faq-panel { max-height: 0; overflow: hidden; transition: max-height .28s ease; background: transparent; }
.faq-panel p { margin: 0; padding: 0 24px 18px; }
.contact { padding: 120px 0; color: #fff; background: radial-gradient(circle at 20% 20%, rgba(124,60,255,.35), transparent 30%), linear-gradient(135deg, #090d19, #111827); }
.contact h2 { color: #fff; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: center; }
.contact p:not(.eyebrow) { color: rgba(255,255,255,.72); font-size: 18px; }
.lead-form { display: grid; gap: 14px; padding: 26px; border: 1px solid rgba(255,255,255,.16); border-radius: 34px; background: rgba(255,255,255,.09); backdrop-filter: blur(20px); box-shadow: var(--shadow); }
label { display: grid; gap: 8px; color: rgba(255,255,255,.85); font-weight: 800; }
input, textarea { width: 100%; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; padding: 16px 18px; color: #fff; background: rgba(255,255,255,.08); outline: none; font: inherit; }
input::placeholder, textarea::placeholder { color: rgba(255,255,255,.45); }
.form-message { min-height: 24px; margin: 0; font-weight: 800; }
.site-footer { padding: 34px 0; color: #fff; background: #070a13; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto 1.1fr; gap: 20px; align-items: center; }
.footer-grid a { color: var(--cyan); }
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (max-width: 980px) {
  .main-nav { position: absolute; left: 0; right: 0; top: calc(100% + 10px); display: none; flex-direction: column; padding: 20px; border-radius: 22px; background: rgba(8,12,24,.96); }
  .main-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .phone { font-size: 15px; }
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero-panel { min-height: 470px; }
  .blocker-map, .timeline { grid-template-columns: repeat(2,1fr); }
  .case-grid, .price-grid, .footer-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 24px, 1160px); }
  .site-header { top: 8px; width: calc(100% - 16px); }
  .logo strong, .phone { display: none; }
  .hero { padding-top: 110px; }
  h1 { font-size: 42px; }
  h2 { font-size: 32px; }
  .hero-panel { min-height: 360px; }
  .panel-card { position: static; width: auto; margin-bottom: 12px; }
  .progress-orbit { position: static; min-height: 220px; }
  .stats-grid, .blocker-map, .timeline { grid-template-columns: 1fr; }
  .photo-card, .photo-card img { min-height: 380px; height: 380px; }
}
