@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&display=swap");

:root {
  --bg: #050810;
  --bg2: #0a1020;
  --card: rgba(16, 26, 48, .72);
  --line: rgba(80, 140, 180, .22);
  --text: #f3f7ff;
  --muted: #9eb0cc;
  --accent: #3ef0c0;
  --accent-2: #5aa8ff;
  --gold: #e8c27a;
  --radius: 22px;
  --mx: 50%;
  --my: 30%;
  --glow: .28;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Manrope, "Segoe UI", system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
}

.fx { position: fixed; inset: 0; z-index: -1; pointer-events: none; overflow: visible; }
.wallpaper {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 110% 90% at var(--mx) var(--my),
      rgba(62, 240, 192, var(--glow)) 0%,
      rgba(62, 240, 192, calc(var(--glow) * .4)) 42%,
      transparent 88%),
    radial-gradient(ellipse 80% 65% at 85% 8%, rgba(90, 168, 255, .16), transparent 70%),
    radial-gradient(ellipse 80% 65% at 8% 92%, rgba(232, 194, 122, .1), transparent 68%),
    #050810;
  transition: background .18s linear;
}
.sweep {
  position: absolute;
  left: 50%;
  top: 42%;
  width: 240vmax;
  height: 240vmax;
  margin: -120vmax 0 0 -120vmax;
  background: conic-gradient(from 0deg,
    transparent 0deg,
    rgba(62, 240, 192, .05) 3deg,
    rgba(62, 240, 192, .26) 9deg,
    rgba(62, 240, 192, .1) 20deg,
    rgba(62, 240, 192, .03) 32deg,
    transparent 48deg);
  animation: spin 16s linear infinite;
  mix-blend-mode: screen;
}
body.flash { --glow: .48; }
.grain {
  position: absolute; inset: 0; z-index: 3; pointer-events: none;
  opacity: .22;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256'%3E%3Cfilter id='n' x='0' y='0' width='100%25' height='100%25'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='4' stitchTiles='stitch' seed='3'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='256' height='256' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 256px 256px;
}
@keyframes spin { to { transform: rotate(360deg); } }

a { color: var(--accent); text-decoration: none; }
img { max-width: 100%; display: block; }

.topbar {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 32px; font-size: 13px; color: var(--muted);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 32px; position: sticky; top: 0; z-index: 30;
  background: rgba(5, 8, 16, .7); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 12px; color: var(--text); font-weight: 800; letter-spacing: 5px; }
.brand img { width: 58px; height: 58px; border-radius: 16px; object-fit: cover; box-shadow: 0 0 28px rgba(62,240,192,.4); }
.burger {
  display: none; width: 44px; height: 44px; padding: 10px 9px;
  border: 1px solid var(--line); border-radius: 12px;
  background: rgba(16, 26, 48, .7); flex-direction: column; justify-content: center; gap: 6px;
}
.burger span { display: block; height: 2px; background: var(--text); border-radius: 2px; }
.nav nav { display: flex; gap: 26px; align-items: center; font-size: 15px; }
.nav nav a { color: var(--muted); transition: color .2s, transform .2s; }
.nav nav a:hover { color: var(--text); transform: translateY(-1px); }
.nav-cta {
  padding: 9px 16px; border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #7cffd6);
  color: #042016 !important; font-weight: 800;
  box-shadow: 0 8px 24px rgba(62,240,192,.25);
}

.hero {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px;
  padding: 72px 32px 48px; max-width: 1220px; margin: 0 auto;
  align-items: center;
}
.eyebrow {
  color: var(--gold); font-size: 12.5px; letter-spacing: .18em;
  text-transform: uppercase; margin-bottom: 14px; font-weight: 700;
}
.hero h1 {
  font-size: clamp(32px, 4.4vw, 52px); line-height: 1.12; font-weight: 800;
  margin-bottom: 20px; letter-spacing: -.03em;
}
.hero h1 em { font-style: normal; color: var(--accent); }
.lead { color: var(--muted); font-size: 18px; margin-bottom: 26px; max-width: 540px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 26px; }
.hero-points { list-style: none; color: var(--muted); font-size: 15px; }
.hero-points li { margin: 10px 0; padding-left: 22px; position: relative; }
.hero-points li::before {
  content: ""; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; border-radius: 50%;
  background: var(--accent); box-shadow: 0 0 10px var(--accent);
}

.hero-phones { position: relative; min-height: 580px; perspective: 1100px; }
.hero-phones .phone { position: absolute; width: 228px; transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.tilt-left { left: 0; top: 72px; z-index: 1; transform: rotateY(14deg) rotate(-8deg); }
.tilt-center { left: 50%; top: 0; width: 258px; z-index: 3; transform: translateX(-50%); }
.tilt-right { right: 0; top: 88px; z-index: 2; transform: rotateY(-14deg) rotate(8deg); }
.hero-phones:hover .tilt-left { transform: rotateY(6deg) rotate(-3deg) translateY(-12px); }
.hero-phones:hover .tilt-center { transform: translateX(-50%) translateY(-8px) scale(1.03); }
.hero-phones:hover .tilt-right { transform: rotateY(-6deg) rotate(3deg) translateY(-6px); }

.btn {
  display: inline-block; padding: 13px 22px; border-radius: 14px;
  border: 1px solid var(--line); color: var(--text); font-weight: 700;
  transition: transform .2s, box-shadow .2s, filter .2s;
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.08); }
.btn.primary {
  background: linear-gradient(135deg, #1db584, var(--accent));
  color: #042016; border: 0;
  box-shadow: 0 10px 30px rgba(62,240,192,.22);
}
.btn.ghost { background: rgba(255,255,255,.03); }
.btn.wide { width: 100%; text-align: center; cursor: pointer; font: inherit; }

.section { padding: 80px 32px; max-width: 1140px; margin: 0 auto; }
.section.dark { max-width: none; background: none; padding-left: 0; padding-right: 0; }
.section.dark > h2, .section.dark > .section-sub { max-width: 1140px; margin-left: auto; margin-right: auto; padding: 0 32px; }
.section h2 { font-size: clamp(28px, 3.2vw, 40px); margin-bottom: 12px; letter-spacing: -.02em; }
.section-sub { color: var(--muted); max-width: 760px; margin-bottom: 36px; font-size: 17px; }

.grid3, .grid2 { display: grid; gap: 18px; }
.grid3 { grid-template-columns: repeat(3, 1fr); }
.grid2 { grid-template-columns: 1fr 1fr; }

.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; backdrop-filter: blur(12px);
  transition: transform .35s, border-color .35s, box-shadow .35s;
  position: relative; overflow: hidden;
}
.card::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0;
  background: radial-gradient(400px 180px at var(--cx, 50%) var(--cy, 0), rgba(62,240,192,.16), transparent 60%);
  transition: opacity .3s;
}
.card:hover { transform: translateY(-8px); border-color: rgba(62,240,192,.4); box-shadow: 0 24px 50px rgba(0,0,0,.35); }
.card:hover::after { opacity: 1; }
.card h3 { margin: 10px 0 10px; font-size: 20px; }
.card p { color: var(--muted); font-size: 15.5px; }
.ico { font-size: 26px; }

.reveal { opacity: 0; transform: translateY(24px); animation: up .8s forwards; }
.reveal:nth-child(2) { animation-delay: .08s; }
.reveal:nth-child(3) { animation-delay: .16s; }
@keyframes up { to { opacity: 1; transform: none; } }

.feature-row {
  display: grid; grid-template-columns: 1fr 300px; gap: 48px;
  align-items: center; max-width: 1040px; margin: 0 auto 64px; padding: 0 32px;
}
.feature-row.rev { grid-template-columns: 300px 1fr; }
.feature-row.rev > div { order: 2; }
.feature-row h3 { font-size: 28px; margin-bottom: 12px; }
.feature-row p { color: var(--muted); font-size: 17px; }

.phone {
  background: #070b12; border: 10px solid #152033; border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,.5), 0 0 0 1px rgba(62,240,192,.12);
  transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s;
}
.phone:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 40px 80px rgba(0,0,0,.55), 0 0 40px rgba(62,240,192,.18);
}
.phone img { width: 100%; }

.showcase {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 22px;
  max-width: 1080px; margin: 0 auto;
}
.showcase .shot { max-width: 320px; margin: 0 auto; }
.showcase .phone img { max-height: 520px; object-fit: cover; object-position: top; }
.showcase figcaption {
  margin-top: 14px; font-size: 14px; color: var(--muted); text-align: center; line-height: 1.4;
}

.ticks { margin: 12px 0 0 18px; }
.ticks li { margin: 10px 0; }
.ticks.soon { color: var(--muted); }
.pults { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 32px; }
.pults span { color: var(--muted); margin-right: 6px; }
.pults b {
  font-weight: 700; padding: 8px 14px; border-radius: 999px;
  border: 1px solid var(--line); background: rgba(16,26,48,.7); font-size: 13.5px;
  transition: border-color .25s, color .25s, transform .25s;
}
.pults b:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-2px); }

.cta-band {
  text-align: center;
  background: none;
  max-width: 1140px;
  border: 0;
}
.cta-band p { color: var(--muted); max-width: 680px; margin: 14px auto 26px; font-size: 18px; }

.price-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.price-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px 22px 22px; backdrop-filter: blur(12px);
  display: flex; flex-direction: column; gap: 8px;
}
.price-card h3 { font-size: 20px; margin: 0; }
.price-cap { color: var(--muted); font-size: 13.5px; margin: 0; }
.price-year {
  margin: 10px 0 6px; font-size: 15px; color: var(--muted);
  display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap;
}
.price-year b {
  font-size: 32px; line-height: 1; font-weight: 800; color: var(--text);
  letter-spacing: -.03em;
}
.price-year span { color: var(--accent); font-weight: 700; font-size: 13px; }
.price-card ul { list-style: none; margin-top: 10px; padding-top: 12px; border-top: 1px solid var(--line); }
.price-card li {
  display: flex; justify-content: space-between; gap: 12px;
  color: var(--muted); font-size: 14px; margin: 8px 0;
}
.price-card li span { color: #7e90aa; }
.price-card.featured {
  border-color: rgba(62, 240, 192, .45);
  box-shadow: 0 0 0 1px rgba(62, 240, 192, .12), 0 18px 40px rgba(0, 0, 0, .25);
}
.price-card.featured .price-year b { color: var(--accent); }
.price-notes {
  list-style: none; margin-top: 28px; color: var(--muted); font-size: 15px;
  display: grid; gap: 8px; max-width: 760px;
}
.price-notes li { padding-left: 18px; position: relative; }
.price-notes li::before {
  content: ""; position: absolute; left: 0; top: 9px; width: 7px; height: 7px;
  border-radius: 50%; background: var(--accent); box-shadow: 0 0 8px var(--accent);
}

.modules-block { margin-top: 56px; }
.modules-block > h3 {
  font-size: clamp(24px, 2.6vw, 32px); letter-spacing: -.02em; margin-bottom: 8px;
}
.modules-block > p { color: var(--muted); font-size: 17px; margin-bottom: 28px; }
.module-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.module-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px 22px; backdrop-filter: blur(12px);
}
.module-card h4 { font-size: 18px; margin: 12px 0 8px; }
.module-card p { color: var(--muted); font-size: 15px; }
.mod-chip {
  display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .04em;
  padding: 4px 10px; border-radius: 999px; border: 1px solid var(--line);
  color: var(--muted);
}
.mod-chip.on {
  color: #042016; background: var(--accent); border-color: transparent;
}
.mod-chip.soon {
  color: var(--accent); border-color: rgba(62, 240, 192, .4);
}
.mod-chip.wait { color: var(--gold); border-color: rgba(232, 194, 122, .35); }

.lead-form {
  position: relative;
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
  background: var(--card); border: 1px solid var(--line);
  border-radius: 22px; padding: 26px; backdrop-filter: blur(16px);
}
.lead-form label { display: flex; flex-direction: column; gap: 6px; font-size: 13px; color: var(--muted); }
.lead-form .full { grid-column: 1 / -1; }
.lead-form input, .lead-form select, .lead-form textarea {
  padding: 12px 14px; border-radius: 12px; border: 1px solid var(--line);
  background: rgba(5,8,16,.7); color: var(--text); font: inherit;
  transition: border-color .2s, box-shadow .2s;
}
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(62,240,192,.15);
}
.fine { grid-column: 1 / -1; font-size: 12px; color: var(--muted); }
.form-ok { margin-top: 16px; color: var(--accent); }
.form-err { margin-top: 16px; color: #ff8b8b; }
.hp-wrap {
  position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden;
}
.btn:disabled { opacity: .6; cursor: wait; }

footer {
  display: flex; justify-content: space-between; gap: 24px;
  padding: 40px 32px 56px; border: 0;
  color: var(--muted); font-size: 14px; max-width: 1140px; margin: 0 auto;
}

@media (max-width: 1100px) {
  .price-grid, .module-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .topbar, .nav, .hero, .section { padding-left: 16px; padding-right: 16px; }
  .topbar { flex-wrap: wrap; gap: 8px; }
  .nav {
    flex-wrap: nowrap; gap: 10px; padding-top: 12px; padding-bottom: 12px;
    position: sticky;
  }
  .brand { letter-spacing: 3px; }
  .brand img { width: 52px; height: 52px; }
  .burger { display: flex; }
  .nav nav {
    display: none; position: absolute; top: calc(100% + 8px); left: 16px; right: 16px;
    flex-direction: column; align-items: stretch; gap: 0;
    padding: 8px; font-size: 16px;
    background: rgba(10, 16, 32, .96); border: 1px solid var(--line); border-radius: 16px;
    box-shadow: 0 18px 40px rgba(0,0,0,.45);
  }
  .nav.is-open nav { display: flex; }
  .nav nav a { padding: 12px 14px; border-radius: 12px; }
  .nav-cta { text-align: center; margin-top: 6px; }
  .hero, .grid3, .grid2, .price-grid, .module-grid, .feature-row, .feature-row.rev, .lead-form, footer, .showcase {
    grid-template-columns: 1fr;
  }
  .feature-row, .feature-row.rev {
    gap: 16px; margin-bottom: 40px; padding: 0;
  }
  .feature-row.rev > div { order: 0; }
  .feature-row .phone { max-width: 280px; margin: 0 auto; }
  .hero { padding-top: 36px; padding-bottom: 28px; gap: 20px; }
  .lead { font-size: 16px; }
  .section { padding-top: 48px; padding-bottom: 48px; }
  .hero-phones {
    min-height: 0;
    display: flex;
    justify-content: center;
    perspective: none;
  }
  .hero-phones .phone {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    width: min(280px, 78vw);
  }
  .hero-phones .tilt-left,
  .hero-phones .tilt-right { display: none; }
  .hero-phones:hover .tilt-center { transform: none; }
  .phone:hover { transform: none; }
  .card:hover { transform: none; }
  footer { flex-direction: column; gap: 12px; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 28px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { text-align: center; }
  .showcase .phone img { max-height: none; }
}
