:root {
  --bg: #05080d;
  --panel: #0b1118;
  --panel-2: #0e151e;
  --line: rgba(255,255,255,.08);
  --text: #f7fbf8;
  --muted: #8b9891;
  --green: #35f05d;
  --green-2: #00c99a;
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .055;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
em { color: var(--green); font-style: normal; }
.section-shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.ambient { position: fixed; width: 500px; height: 500px; border-radius: 50%; filter: blur(120px); pointer-events: none; opacity: .08; }
.ambient-one { background: var(--green); top: -260px; right: -200px; }
.ambient-two { background: #0099ff; top: 45%; left: -400px; }

.site-header {
  width: min(1180px, calc(100% - 40px));
  height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--line);
}
.mini-brand { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.mini-mark { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(53,240,93,.4); border-radius: 9px; color: var(--green); background: rgba(53,240,93,.08); font-size: 15px; }
.header-link { font-size: 13px; font-weight: 800; color: var(--green); }

.hero { min-height: 750px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 60px; padding: 70px 0 100px; }
.eyebrow, .kicker { color: var(--green); text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 900; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid rgba(53,240,93,.2); border-radius: 999px; background: rgba(53,240,93,.06); }
.eyebrow span { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }
h1 { font-size: clamp(50px, 6vw, 82px); line-height: .96; letter-spacing: -.065em; margin: 25px 0 24px; max-width: 700px; }
.hero-text { max-width: 540px; color: var(--muted); font-size: 17px; line-height: 1.7; margin: 0; }
.hero-actions { margin-top: 34px; }
.cta { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 26px; border-radius: 14px; color: #001707; background: linear-gradient(135deg, var(--green), #20dba9); box-shadow: 0 12px 38px rgba(44,230,95,.2), inset 0 1px rgba(255,255,255,.5); font-size: 14px; font-weight: 950; text-transform: uppercase; letter-spacing: .035em; transition: transform .2s, box-shadow .2s; }
.cta:hover { transform: translateY(-3px); box-shadow: 0 18px 50px rgba(44,230,95,.3), inset 0 1px rgba(255,255,255,.5); }
.cta svg { width: 21px; fill: currentColor; }
.trust-line { display: flex; gap: 17px; margin-top: 16px; color: #738078; font-size: 11px; }
.hero-visual { position: relative; display: grid; place-items: center; min-height: 570px; }
.hero-visual::before { content: ""; position: absolute; inset: 10%; border: 1px solid rgba(53,240,93,.14); border-radius: 50%; animation: spin 20s linear infinite; }
.hero-visual::after { content: ""; position: absolute; inset: 2%; border: 1px dashed rgba(255,255,255,.08); border-radius: 50%; animation: spin 30s linear infinite reverse; }
.logo-halo { position: absolute; width: 68%; aspect-ratio: 1; border-radius: 50%; background: var(--green); opacity: .12; filter: blur(75px); }
.hero-visual > img { width: min(510px, 90%); height: auto; position: relative; z-index: 2; border-radius: 50%; filter: drop-shadow(0 28px 45px rgba(0,0,0,.55)); }
.floating-tag { position: absolute; z-index: 3; min-width: 185px; padding: 13px 16px 13px 52px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(11,17,24,.85); backdrop-filter: blur(14px); box-shadow: 0 16px 40px rgba(0,0,0,.4); }
.floating-tag > span { position: absolute; left: 13px; top: 14px; width: 29px; height: 29px; display: grid; place-items: center; border-radius: 9px; background: rgba(53,240,93,.12); color: var(--green); }
.floating-tag strong, .floating-tag small { display: block; }
.floating-tag strong { font-size: 12px; }
.floating-tag small { margin-top: 4px; font-size: 10px; color: var(--muted); }
.tag-top { top: 15%; right: -2%; animation: float 4.2s ease-in-out infinite; }
.tag-bottom { left: -3%; bottom: 17%; animation: float 4.8s ease-in-out infinite reverse; }

.proof { padding: 125px 0; }
.section-heading { text-align: center; max-width: 710px; margin: 0 auto 60px; }
.section-heading h2 { font-size: clamp(37px, 5vw, 60px); line-height: 1.04; letter-spacing: -.055em; margin: 15px 0 18px; }
.section-heading p { color: var(--muted); line-height: 1.7; }
.section-heading.compact { margin-bottom: 45px; }
.proof-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; max-width: 900px; margin: auto; align-items: stretch; }
.phone-card { width: min(100%, 340px); min-height: 560px; margin: auto; border: 6px solid #182029; border-radius: 38px; background: #07130d; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.phone-top { padding: 13px 20px 8px; display: flex; justify-content: space-between; background: #101820; font-size: 10px; }
.chat-head { display: flex; gap: 10px; align-items: center; padding: 12px 15px; background: #101820; border-top: 1px solid rgba(255,255,255,.04); }
.chat-avatar { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--green); color: #041007; font-weight: 950; }
.chat-head strong, .chat-head small { display: block; font-size: 12px; }
.chat-head small { color: #718078; font-size: 9px; margin-top: 2px; }
.chat-area { min-height: 470px; padding: 40px 18px; background: radial-gradient(circle at 50% 20%, rgba(36,211,102,.08), transparent 35%), #07100c; }
.chat-bubble { max-width: 90%; padding: 12px; border-radius: 5px 14px 14px 14px; background: #17231c; box-shadow: 0 5px 20px rgba(0,0,0,.18); font-size: 12px; line-height: 1.6; }
.chat-bubble b { color: var(--green); }
.chat-bubble small { display: block; text-align: right; color: #6a8d78; font-size: 8px; }
.offer-bubble { margin-top: 12px; margin-left: auto; background: #10291c; }
.offer-bubble strong, .offer-bubble p { display: block; margin: 7px 0; }
.offer-bubble p { color: #a7b7ad; }
.discount { display: inline-block; padding: 3px 7px; background: var(--green); color: #041007; border-radius: 5px; font-weight: 900; }
.offer-bubble button { width: 100%; padding: 10px; border: 0; border-radius: 8px; color: #05200b; background: var(--green); font-size: 10px; font-weight: 950; cursor: pointer; }
.testimonials { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 55px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(16,25,35,.9), rgba(7,11,16,.9)); overflow: hidden; }
.testimonials::after { content: "“"; position: absolute; right: 30px; top: -30px; color: rgba(53,240,93,.08); font: 240px Georgia, serif; }
.score { display: flex; align-items: baseline; gap: 10px; margin-bottom: 45px; position: relative; z-index: 2; }
.score strong { font-size: 45px; }
.score span { color: var(--green); letter-spacing: .08em; }
.score small { color: var(--muted); }
.quote { display: none; position: relative; z-index: 2; animation: fade .4s ease; }
.quote.active { display: block; }
.quote p { min-height: 115px; margin: 0 0 30px; font-size: clamp(20px, 2.5vw, 29px); line-height: 1.45; letter-spacing: -.025em; }
.quote > div { display: flex; align-items: center; gap: 12px; }
.quote > div > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: rgba(53,240,93,.1); font-size: 11px; font-weight: 900; }
.quote strong, .quote small { display: block; font-size: 12px; }
.quote small { color: var(--muted); font-weight: 500; margin-top: 4px; }
.quote-dots { display: flex; gap: 8px; margin-top: 38px; }
.quote-dots button { width: 7px; height: 7px; border: 0; padding: 0; border-radius: 10px; background: #344039; cursor: pointer; transition: .2s; }
.quote-dots button.active { width: 27px; background: var(--green); }

.stores { padding: 110px 0; border-block: 1px solid var(--line); background: rgba(255,255,255,.012); }
.store-marquee { width: 100%; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.store-track { width: max-content; display: flex; gap: 12px; animation: marquee 24s linear infinite; }
.store-track span { min-width: 170px; padding: 18px 24px; text-align: center; border: 1px solid var(--line); border-radius: 13px; color: #a7b1ab; background: #0a0f15; font-size: 13px; font-weight: 850; }

.benefits { padding: 130px 0 160px; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.benefit-card { position: relative; min-height: 280px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, #0d141c, #080c11); transition: transform .25s, border-color .25s; }
.benefit-card:hover { transform: translateY(-7px); border-color: rgba(53,240,93,.3); }
.benefit-card > span { width: 47px; height: 47px; display: grid; place-items: center; margin-bottom: 48px; border-radius: 13px; background: rgba(53,240,93,.1); color: var(--green); font-size: 21px; }
.benefit-card b { display: block; margin-bottom: 12px; font-size: 16px; }
.benefit-card p { color: var(--muted); font-size: 13px; line-height: 1.65; }
.benefit-card i { position: absolute; right: 20px; bottom: -16px; color: rgba(255,255,255,.035); font-size: 75px; font-style: normal; font-weight: 950; }

.final-cta { position: relative; min-height: 650px; display: grid; place-items: center; overflow: hidden; border-top: 1px solid var(--line); background: radial-gradient(circle at 50% 90%, rgba(53,240,93,.12), transparent 45%); }
.final-glow { position: absolute; width: 550px; height: 550px; border: 1px solid rgba(53,240,93,.14); border-radius: 50%; box-shadow: 0 0 0 70px rgba(53,240,93,.015), 0 0 0 140px rgba(53,240,93,.01); }
.final-content { position: relative; z-index: 2; max-width: 700px; padding: 80px 20px; text-align: center; }
.final-content img { width: 105px; height: 105px; object-fit: cover; border-radius: 50%; border: 2px solid rgba(53,240,93,.3); }
.urgency { display: flex; width: fit-content; margin: 18px auto; align-items: center; gap: 8px; color: #99a59e; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 900; }
.urgency i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); animation: pulse 1.3s infinite; }
.final-content h2 { font-size: clamp(43px, 6vw, 72px); line-height: 1; letter-spacing: -.06em; margin: 18px 0; }
.final-content p { max-width: 520px; margin: 0 auto 30px; color: var(--muted); line-height: 1.7; }
.final-content .cta { min-width: 300px; }
.final-content > small { display: block; margin-top: 16px; color: #647069; }
footer { min-height: 85px; width: min(1120px, calc(100% - 40px)); margin: auto; display: flex; align-items: center; justify-content: space-between; color: #536058; font-size: 11px; }
.link-notice { position: fixed; left: 50%; bottom: 20px; z-index: 30; transform: translate(-50%, 120px); width: max-content; max-width: calc(100% - 30px); padding: 13px 18px; border: 1px solid rgba(53,240,93,.3); border-radius: 12px; background: #101820; box-shadow: 0 20px 60px rgba(0,0,0,.5); color: #c9d3cd; font-size: 12px; opacity: 0; transition: .3s; }
.link-notice.show { transform: translate(-50%, 0); opacity: 1; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 50% { transform: translateY(-12px); } }
@keyframes pulse { 50% { opacity: .35; } }
@keyframes fade { from { opacity: 0; transform: translateX(10px); } }
@keyframes marquee { to { transform: translateX(calc(-50% - 6px)); } }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; text-align: center; gap: 15px; padding-top: 80px; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-visual { min-height: 520px; }
  .proof-grid { grid-template-columns: 1fr; gap: 25px; }
  .testimonials { min-height: 430px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .section-shell { width: min(100% - 26px, 1120px); }
  .site-header { width: calc(100% - 28px); height: 68px; }
  .header-link { display: none; }
  .hero { min-height: auto; padding: 70px 0 75px; }
  h1 { max-width: 100%; font-size: clamp(40px, 11.2vw, 45px); overflow-wrap: anywhere; }
  .hero-text { font-size: 15px; }
  .cta { width: 100%; padding-inline: 14px; font-size: 12px; }
  .trust-line { flex-wrap: wrap; justify-content: center; gap: 8px 14px; }
  .hero-visual { min-height: 400px; margin-top: 25px; }
  .hero-visual > img { width: 90%; }
  .floating-tag { min-width: 165px; transform: scale(.87); }
  .tag-top { right: -8%; top: 10%; }
  .tag-bottom { left: -8%; bottom: 8%; }
  .proof, .benefits { padding: 90px 0; }
  .section-heading { margin-bottom: 40px; }
  .section-heading h2 { font-size: clamp(32px, 9vw, 36px); overflow-wrap: anywhere; }
  .phone-card { min-height: 540px; }
  .testimonials { padding: 32px 25px; }
  .score { flex-wrap: wrap; margin-bottom: 30px; }
  .score small { width: 100%; }
  .quote p { min-height: 150px; font-size: 21px; }
  .stores { padding: 85px 0; }
  .store-track span { min-width: 150px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 230px; }
  .benefit-card > span { margin-bottom: 30px; }
  .final-cta { min-height: 600px; }
  .final-content h2 { font-size: clamp(37px, 10.5vw, 43px); overflow-wrap: anywhere; }
  .final-content .cta { min-width: 0; }
  footer { padding: 25px 0; flex-direction: column; gap: 9px; justify-content: center; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
