:root {
  --red: #ff2436;
  --red-2: #c80718;
  --red-3: #7b0712;
  --ink: #111318;
  --ink-2: #191c22;
  --black: #07080a;
  --black-2: #0d0f12;
  --muted: #676c78;
  --muted-dark: #9da2ad;
  --white: #ffffff;
  --soft: #f5f6f8;
  --line: #e6e8ec;
  --line-dark: rgba(255,255,255,.10);
  --green: #20b75a;
  --yellow: #ffd23f;
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --shadow-sm: 0 10px 30px rgba(17,19,24,.08);
  --shadow-lg: 0 28px 90px rgba(0,0,0,.28);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img, svg { display: block; max-width: 100%; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: #fff; color: #111; padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow-sm); }
.skip-link:focus { top: 16px; }

.topbar { background: #050607; color: #bfc3cc; border-bottom: 1px solid rgba(255,255,255,.07); font-size: .78rem; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topbar-inner span { display: inline-flex; align-items: center; gap: 8px; }
.topbar-inner a { color: #fff; font-weight: 800; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(32,183,90,.10); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(8,9,11,.86); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.08); transition: box-shadow .25s ease, background .25s ease; }
.site-header.scrolled { background: rgba(8,9,11,.96); box-shadow: 0 12px 40px rgba(0,0,0,.18); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; font-weight: 950; letter-spacing: -.045em; white-space: nowrap; }
.brand-pill { background: #fff; color: #101116; padding: 8px 12px; border-radius: 12px 0 0 12px; font-size: .96rem; }
.brand-box { background: linear-gradient(135deg, #ff2739, #b10614); color: #fff; padding: 8px 12px; border-radius: 0 12px 12px 0; font-size: 1.22rem; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; color: #d5d8de; font-size: .93rem; font-weight: 700; }
.desktop-nav a { position: relative; padding: 10px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: 2px; width: 0; height: 2px; background: var(--red); transition: width .2s ease; }
.desktop-nav a:hover { color: #fff; }
.desktop-nav a:hover::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.menu-toggle { width: 44px; height: 44px; display: none; place-items: center; gap: 4px; padding: 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; color: #fff; background: rgba(255,255,255,.05); cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; background: currentColor; border-radius: 20px; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu { display: none; border-top: 1px solid rgba(255,255,255,.08); background: rgba(8,9,11,.98); }
.mobile-menu.open { display: block; }
.mobile-menu-inner { display: grid; gap: 0; padding: 14px 0 20px; }
.mobile-menu-inner > a:not(.btn) { padding: 14px 2px; color: #e3e6eb; border-bottom: 1px solid rgba(255,255,255,.07); font-weight: 750; }
.mobile-menu-inner .btn { margin-top: 16px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 0 22px; border-radius: 14px; border: 1px solid transparent; font-weight: 850; letter-spacing: -.01em; transition: transform .2s ease, box-shadow .2s ease, filter .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid rgba(255,36,54,.42); outline-offset: 3px; }
.btn-primary { color: #fff; background: linear-gradient(135deg, #ff2d40, #c50919); box-shadow: 0 12px 30px rgba(223,12,30,.28); }
.btn-primary:hover { box-shadow: 0 16px 34px rgba(223,12,30,.34); filter: brightness(1.04); }
.btn-whatsapp { color: #fff; background: linear-gradient(135deg, #27c56a, #169547); box-shadow: 0 12px 28px rgba(22,149,71,.22); }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,.20); background: rgba(255,255,255,.045); }
.btn-dark { color: #fff; background: #111318; }
.btn-plan { color: #15161a; border-color: #dfe1e5; background: #fff; }
.btn-plan:hover { background: #f6f7f8; }
.btn-small { min-height: 44px; padding: 0 16px; border-radius: 12px; font-size: .88rem; }
.full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; color: var(--red-2); font-weight: 850; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 78% 0%, rgba(230,13,34,.25), transparent 30%), linear-gradient(145deg, #050607 0%, #0b0d10 52%, #230307 100%); padding: 96px 0 26px; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.023) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.023) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, #000, transparent 86%); pointer-events: none; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-orb-one { width: 520px; height: 520px; right: -160px; top: 60px; border: 1px solid rgba(255,50,68,.19); box-shadow: inset 0 0 100px rgba(255,36,54,.08); }
.hero-orb-two { width: 760px; height: 760px; left: -560px; bottom: -540px; border: 1px solid rgba(255,255,255,.08); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 72px; min-height: 590px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 16px; font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { color: #ffb8c0; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 6px rgba(255,36,54,.12); }
.hero h1 { max-width: 760px; margin: 0 0 24px; font-size: clamp(3.35rem, 6.4vw, 6.65rem); line-height: .92; letter-spacing: -.067em; }
.hero h1 span { color: #ff3143; }
.hero-lead { max-width: 640px; margin: 0 0 30px; color: #bfc4cc; font-size: clamp(1.06rem, 1.55vw, 1.28rem); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 620px; margin-top: 38px; border-top: 1px solid rgba(255,255,255,.12); }
.proof-item { padding: 16px 18px 0 0; }
.proof-item strong, .proof-item span { display: block; }
.proof-item strong { font-size: 1rem; }
.proof-item span { margin-top: 2px; color: #7f858f; font-size: .8rem; }

.hero-visual { position: relative; min-height: 460px; display: grid; place-items: center; }
.visual-glow { position: absolute; width: 350px; height: 350px; border-radius: 50%; background: rgba(235,11,34,.18); filter: blur(70px); }
.screen-shell { position: relative; z-index: 2; width: min(100%, 600px); border: 1px solid rgba(255,255,255,.16); border-radius: 28px; padding: 10px; background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.025)); box-shadow: 0 34px 100px rgba(0,0,0,.42); transform: perspective(1200px) rotateY(-5deg) rotateX(2deg); }
.screen-toolbar { height: 34px; display: flex; align-items: center; justify-content: space-between; padding: 0 8px 0 10px; color: #7c828d; font-size: .64rem; font-weight: 850; letter-spacing: .14em; }
.screen-dots { display: flex; gap: 5px; }
.screen-dots i { width: 6px; height: 6px; border-radius: 50%; background: #ff3c4d; opacity: .65; }
.screen-stage { min-height: 390px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 18px; padding: 28px; border-radius: 20px; overflow: hidden; background: radial-gradient(circle at 82% 18%, rgba(255,41,60,.28), transparent 28%), linear-gradient(145deg, #17191e, #07080a); }
.stage-copy { align-self: end; padding-bottom: 10px; }
.stage-tag { display: inline-flex; padding: 6px 9px; border-radius: 999px; color: #ff96a2; background: rgba(255,42,61,.10); border: 1px solid rgba(255,74,91,.14); font-size: .61rem; font-weight: 900; letter-spacing: .12em; }
.stage-copy h2 { margin: 12px 0 9px; font-size: clamp(2rem, 3vw, 3.1rem); line-height: .92; letter-spacing: -.055em; }
.stage-copy p { margin: 0; color: #9ca2ac; font-size: .82rem; }
.stage-button { display: inline-flex; margin-top: 18px; padding: 9px 12px; border-radius: 9px; background: #fff; color: #111318; font-size: .7rem; font-weight: 900; }
.poster-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; align-self: center; }
.poster { position: relative; min-height: 150px; border-radius: 14px; overflow: hidden; border: 1px solid rgba(255,255,255,.10); box-shadow: inset 0 -80px 70px rgba(0,0,0,.42); }
.poster::before, .poster::after { content: ""; position: absolute; border-radius: 50%; }
.poster::before { width: 90px; height: 90px; top: 28px; left: calc(50% - 45px); background: rgba(255,255,255,.12); box-shadow: 0 0 0 22px rgba(255,255,255,.035); }
.poster::after { width: 54px; height: 110px; bottom: -30px; left: calc(50% - 27px); background: rgba(0,0,0,.52); border-radius: 24px 24px 4px 4px; }
.poster span { position: absolute; z-index: 2; left: 11px; bottom: 10px; font-size: .58rem; font-weight: 900; letter-spacing: .12em; }
.poster-1 { background: linear-gradient(145deg, #61111a, #1e090d); }
.poster-2 { background: linear-gradient(145deg, #174456, #0b2028); }
.poster-3 { background: linear-gradient(145deg, #4a255b, #17101d); }
.poster-4 { background: linear-gradient(145deg, #6a4a13, #211807); }
.floating-device { position: absolute; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; box-shadow: var(--shadow-lg); }
.phone-card { right: -14px; bottom: 0; width: 118px; height: 210px; border: 5px solid #25282d; border-radius: 25px; background: radial-gradient(circle at 50% 35%, #62101a, #0b0c0f 70%); transform: rotate(4deg); }
.phone-card::after { content: ""; position: absolute; inset: 6px; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; }
.phone-notch { position: absolute; top: 9px; width: 48px; height: 7px; border-radius: 999px; background: #090a0c; }
.phone-card strong { margin-top: 24px; font-size: 1.55rem; letter-spacing: -.06em; color: #ff3245; }
.phone-card small { color: #a8adb6; }
.mini-tv { left: -18px; top: 50px; width: 150px; height: 106px; border: 5px solid #2a2c31; border-radius: 14px; background: linear-gradient(145deg, #1c1f24, #090a0d); transform: rotate(-5deg); }
.mini-tv span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--red); font-size: .8rem; }
.mini-tv small { margin-top: 8px; color: #acb0b8; }
.hero-bottom { position: relative; z-index: 2; display: flex; align-items: center; gap: 18px; padding: 22px 0 16px; color: #7f858e; border-top: 1px solid rgba(255,255,255,.08); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.device-chips { display: flex; flex-wrap: wrap; gap: 9px; }
.device-chips span { padding: 7px 10px; border-radius: 999px; color: #c7cbd2; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); font-size: .65rem; letter-spacing: .08em; }

.section { padding: 104px 0; }
.section-white { background: #fff; }
.section-kicker { color: var(--red-2); }
.section-head { margin-bottom: 44px; }
.split-head { display: grid; grid-template-columns: 1.05fr .65fr; gap: 70px; align-items: end; }
.section-head h2, .devices-copy h2, .faq-intro h2, .referral-card h2, .cta-copy h2 { margin: 0; font-size: clamp(2.55rem, 4.6vw, 4.7rem); line-height: .96; letter-spacing: -.055em; }
.section-head p, .devices-copy > p, .faq-intro > p, .referral-card p, .cta-copy p { margin: 0; color: var(--muted); font-size: 1.04rem; }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-card { min-height: 244px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.feature-card:hover { transform: translateY(-5px); border-color: #d9dce1; box-shadow: var(--shadow-sm); }
.icon-wrap { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 14px; color: var(--red-2); background: #fff2f4; }
.icon-wrap svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { margin: 0 0 8px; font-size: 1.06rem; letter-spacing: -.02em; }
.feature-card p { margin: 0; color: var(--muted); font-size: .92rem; }

.devices-section { background: var(--soft); overflow: hidden; }
.devices-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 86px; align-items: center; }
.devices-copy h2 { margin-bottom: 20px; }
.device-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 28px; }
.device-list div { display: flex; align-items: center; gap: 10px; min-height: 54px; padding: 12px 14px; border: 1px solid #e1e3e7; border-radius: 14px; background: rgba(255,255,255,.72); }
.device-list span { color: var(--red-2); font-size: 1.2rem; font-weight: 900; }
.device-list strong { font-size: .84rem; }
.device-showcase { position: relative; min-height: 470px; }
.showcase-monitor { position: absolute; left: 2%; top: 20px; width: 76%; }
.showcase-screen { min-height: 310px; padding: 34px; border: 10px solid #202329; border-radius: 24px; color: #fff; background: radial-gradient(circle at 75% 20%, rgba(255,36,54,.28), transparent 28%), linear-gradient(145deg, #17191e, #07080a); box-shadow: 0 30px 70px rgba(17,19,24,.20); }
.showcase-brand { display: inline-flex; align-items: center; gap: 7px; font-size: .78rem; }
.showcase-brand span { padding: 4px 7px; border-radius: 6px; color: #17191d; background: #fff; font-weight: 900; }
.showcase-brand strong { color: #ff3143; font-size: 1.1rem; }
.showcase-screen p { margin: 76px 0 16px; font-size: clamp(2rem, 4vw, 3.6rem); line-height: .93; letter-spacing: -.055em; font-weight: 900; }
.showcase-progress { height: 4px; max-width: 230px; border-radius: 999px; background: rgba(255,255,255,.14); overflow: hidden; }
.showcase-progress i { display: block; width: 68%; height: 100%; background: var(--red); }
.monitor-stand { width: 120px; height: 38px; margin: -2px auto 0; border-radius: 0 0 16px 16px; background: linear-gradient(#22252b,#a3a7ae 76%,#dadce0); clip-path: polygon(35% 0,65% 0,75% 72%,96% 85%,96% 100%,4% 100%,4% 85%,25% 72%); }
.showcase-phone { position: absolute; right: 4%; bottom: 8px; width: 116px; height: 226px; padding: 8px; border-radius: 26px; background: #1c1f24; box-shadow: 0 28px 58px rgba(17,19,24,.26); transform: rotate(4deg); }
.showcase-phone > div { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 19px; color: #fff; background: radial-gradient(circle at 50% 30%, #54101a, #08090b 68%); }
.showcase-phone span { font-size: .62rem; }
.showcase-phone strong { color: #ff3345; font-size: 1.4rem; letter-spacing: -.05em; }
.showcase-phone small { margin-top: 36px; color: #8f949e; font-size: .55rem; }
.showcase-tablet { position: absolute; left: 21%; bottom: 0; width: 235px; height: 145px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding: 12px; border: 8px solid #23262b; border-radius: 18px; background: #090a0c; box-shadow: 0 24px 55px rgba(17,19,24,.24); transform: rotate(-3deg); }
.showcase-tablet span { display: grid; place-items: end start; padding: 8px; border-radius: 8px; color: #fff; font-size: .5rem; font-weight: 900; letter-spacing: .08em; background: linear-gradient(145deg, #441018, #17181c); }
.showcase-tablet span:nth-child(2) { background: linear-gradient(145deg, #153849, #17181c); }
.showcase-tablet span:nth-child(3) { background: linear-gradient(145deg, #4a2358, #17181c); }

.referral-section { padding-top: 0; background: var(--soft); }
.referral-card { display: grid; grid-template-columns: auto 1fr auto; gap: 26px; align-items: center; padding: 38px 42px; border-radius: var(--radius-lg); background: linear-gradient(135deg, #ffe16f, #ffc626); box-shadow: 0 18px 55px rgba(161,111,0,.14); }
.referral-card .section-kicker { color: #6f4a00; margin-bottom: 8px; }
.referral-card h2 { max-width: 760px; font-size: clamp(2rem, 3.5vw, 3.6rem); }
.referral-card p { margin-top: 8px; color: #6b4b06; }
.referral-icon { width: 74px; height: 74px; display: grid; place-items: center; border-radius: 20px; background: rgba(255,255,255,.45); font-size: 2.4rem; }

.pricing-section { position: relative; overflow: hidden; color: #fff; background: linear-gradient(145deg, #07080a, #170307 66%, #260309); }
.pricing-section::before { content: ""; position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(255,255,255,.021) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.021) 1px, transparent 1px); background-size: 58px 58px; pointer-events: none; }
.pricing-glow { position: absolute; right: 7%; top: -120px; width: 500px; height: 500px; border-radius: 50%; background: rgba(228,9,30,.13); filter: blur(90px); }
.pricing-head { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .6fr; gap: 70px; align-items: end; }
.pricing-head .section-kicker { color: #ff7c8a; }
.pricing-head p { color: #999fa9; }
.pricing-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 455px; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; color: #fff; background: linear-gradient(160deg, rgba(255,255,255,.075), rgba(255,255,255,.035)); backdrop-filter: blur(6px); transition: transform .22s ease, border-color .22s ease, background .22s ease; }
.price-card:hover { transform: translateY(-5px); border-color: rgba(255,255,255,.24); background: linear-gradient(160deg, rgba(255,255,255,.10), rgba(255,255,255,.045)); }
.price-card.popular { border-color: rgba(255,48,67,.62); box-shadow: 0 24px 70px rgba(0,0,0,.28), inset 0 0 60px rgba(255,36,54,.035); }
.popular-badge { position: absolute; top: -13px; left: 28px; padding: 7px 10px; border-radius: 999px; background: var(--red); font-size: .62rem; font-weight: 950; letter-spacing: .1em; }
.plan-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.plan-name { font-size: 1.04rem; font-weight: 900; }
.plan-period { padding: 5px 8px; border-radius: 999px; color: #b6bbc4; border: 1px solid rgba(255,255,255,.11); font-size: .68rem; }
.price { display: flex; align-items: flex-start; margin: 26px 0 4px; letter-spacing: -.06em; }
.price small { margin: 11px 5px 0 0; color: #c7cbd2; font-size: .8rem; letter-spacing: 0; }
.price strong { font-size: 3.55rem; line-height: .9; }
.price span { margin: 8px 0 0 2px; font-size: 1rem; letter-spacing: 0; }
.price-note { margin: 8px 0 18px; color: #a7acb6; font-size: .82rem; }
.plan-list { display: grid; gap: 10px; margin: 8px 0 26px; padding: 0; list-style: none; color: #c9cdd4; font-size: .82rem; }
.plan-list li { position: relative; padding-left: 20px; }
.plan-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #ff6a79; font-weight: 900; }
.price-card .btn { margin-top: auto; }
.price-card .btn-plan { color: #fff; border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.06); }
.price-card .btn-plan:hover { background: rgba(255,255,255,.10); }
.pricing-footnote { position: relative; z-index: 2; margin: 18px 0 0; color: #777d87; font-size: .72rem; }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 84px; align-items: start; }
.faq-intro { position: sticky; top: 125px; }
.faq-intro h2 { margin-bottom: 18px; }
.faq-list { display: grid; gap: 10px; }
details { border: 1px solid var(--line); border-radius: 18px; background: #fff; overflow: hidden; transition: box-shadow .2s ease, border-color .2s ease; }
details[open] { border-color: #d8dbe0; box-shadow: var(--shadow-sm); }
summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 22px; cursor: pointer; font-weight: 850; }
summary::-webkit-details-marker { display: none; }
summary span { flex: 0 0 auto; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--red-2); background: #fff1f3; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: 0; padding: 0 22px 22px; color: var(--muted); font-size: .92rem; }

.cta-section { padding: 0 0 96px; background: #fff; }
.cta-card { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 46px 50px; border-radius: var(--radius-lg); color: #fff; background: radial-gradient(circle at 85% 20%, rgba(255,36,54,.24), transparent 24%), linear-gradient(145deg, #111318, #060708); }
.cta-card::after { content: ""; position: absolute; right: -140px; bottom: -250px; width: 470px; height: 470px; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); }
.cta-copy { position: relative; z-index: 2; max-width: 720px; }
.cta-copy .section-kicker { color: #ff8390; }
.cta-copy h2 { margin-bottom: 12px; font-size: clamp(2.25rem, 4vw, 4rem); }
.cta-copy p { color: #9ca2ac; }
.cta-copy p strong { color: #fff; }
.cta-actions { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 10px; min-width: 190px; }

.site-footer { padding: 58px 0 30px; color: #fff; background: #060708; border-top: 1px solid rgba(255,255,255,.06); }
.footer-grid { display: grid; grid-template-columns: 1.45fr .7fr .7fr .8fr; gap: 34px; }
.footer-brand { margin-bottom: 14px; }
.footer-brand-block p { margin: 0; color: #7f858f; }
.footer-links { display: flex; flex-direction: column; gap: 9px; }
.footer-links strong { margin-bottom: 4px; font-size: .8rem; color: #fff; }
.footer-links a { color: #8d929c; font-size: .84rem; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 28px; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); color: #696f79; font-size: .7rem; }
.footer-bottom span:last-child { max-width: 680px; text-align: right; }

.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg, #28c76f, #159749); box-shadow: 0 14px 34px rgba(10,75,35,.30); transition: transform .2s ease, box-shadow .2s ease; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 18px 40px rgba(10,75,35,.36); }
.floating-whatsapp svg { width: 28px; height: 28px; fill: #fff; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .hero-grid { gap: 42px; }
  .hero-visual { min-height: 420px; }
  .mini-tv { left: -5px; }
  .phone-card { right: 0; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .pricing-grid { grid-template-columns: repeat(2,1fr); }
  .devices-grid { gap: 46px; }
  .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; }
  .footer-grid > div:last-child { grid-column: 2 / 3; }
}

@media (max-width: 900px) {
  .desktop-nav, .desktop-cta { display: none; }
  .nav-actions { margin-left: auto; }
  .menu-toggle { display: grid; }
  .hero { padding-top: 70px; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; gap: 56px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { max-width: 690px; width: 100%; margin-inline: auto; }
  .screen-shell { transform: none; }
  .hero-bottom { margin-top: 28px; }
  .split-head, .pricing-head, .devices-grid, .faq-grid { grid-template-columns: 1fr; gap: 34px; }
  .split-head p, .pricing-head p { max-width: 720px; }
  .device-showcase { min-height: 500px; max-width: 640px; }
  .faq-intro { position: static; }
  .referral-card { grid-template-columns: auto 1fr; }
  .referral-card .btn { grid-column: 1 / -1; width: 100%; }
  .cta-card { align-items: flex-start; flex-direction: column; }
  .cta-actions { width: 100%; flex-direction: row; }
  .cta-actions .btn { flex: 1; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 82px; }
  .container { width: min(100% - 24px, var(--container)); }
  .topbar-inner { justify-content: center; }
  .topbar-inner > span { display: none; }
  .nav-wrap { min-height: 68px; }
  .brand-pill { padding: 7px 10px; font-size: .84rem; }
  .brand-box { padding: 7px 10px; font-size: 1.05rem; }
  .hero { padding: 58px 0 16px; }
  .hero h1 { font-size: clamp(3.05rem, 16vw, 4.7rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; }
  .proof-item { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .hero-visual { min-height: 380px; }
  .screen-shell { width: 94%; padding: 7px; border-radius: 20px; }
  .screen-stage { min-height: 300px; grid-template-columns: 1fr; padding: 18px; }
  .stage-copy { align-self: start; padding-bottom: 0; }
  .stage-copy h2 { font-size: 2.1rem; max-width: 280px; }
  .stage-copy p { max-width: 300px; }
  .poster-grid { grid-template-columns: repeat(4, 1fr); gap: 5px; align-self: end; }
  .poster { min-height: 80px; border-radius: 9px; }
  .poster::before { width: 40px; height: 40px; left: calc(50% - 20px); top: 18px; box-shadow: 0 0 0 10px rgba(255,255,255,.035); }
  .poster::after { width: 26px; height: 50px; left: calc(50% - 13px); bottom: -12px; }
  .poster span { left: 6px; bottom: 5px; font-size: .35rem; }
  .phone-card { width: 80px; height: 150px; border-width: 4px; border-radius: 18px; right: -1px; bottom: -8px; }
  .phone-card strong { font-size: 1.05rem; }
  .phone-card small { font-size: .55rem; }
  .mini-tv { display: none; }
  .hero-bottom { display: block; padding-top: 18px; }
  .hero-bottom > span { display: block; margin-bottom: 10px; }
  .device-chips { gap: 6px; }
  .section { padding: 76px 0; }
  .section-head { margin-bottom: 30px; }
  .section-head h2, .devices-copy h2, .faq-intro h2 { font-size: clamp(2.4rem, 12vw, 3.7rem); }
  .feature-grid, .pricing-grid, .device-list { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .device-showcase { min-height: 380px; }
  .showcase-monitor { width: 86%; left: 0; }
  .showcase-screen { min-height: 240px; padding: 24px; border-width: 7px; }
  .showcase-screen p { margin-top: 48px; font-size: 2.25rem; }
  .showcase-tablet { left: 13%; width: 190px; height: 118px; }
  .showcase-phone { right: 0; width: 92px; height: 182px; }
  .referral-section { padding-top: 0; }
  .referral-card { grid-template-columns: 1fr; padding: 28px; }
  .referral-icon { width: 58px; height: 58px; font-size: 1.9rem; }
  .referral-card h2 { font-size: 2.35rem; }
  .price-card { min-height: 420px; }
  .cta-card { padding: 34px 28px; }
  .cta-actions { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-brand-block { grid-column: 1 / -1; margin-bottom: 10px; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom span:last-child { text-align: left; }
  .floating-whatsapp { right: 14px; bottom: 14px; width: 54px; height: 54px; }
}

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