:root {
  --ink: #071018;
  --navy: #0a1722;
  --muted: #65707b;
  --orange: #ff6b18;
  --orange-dark: #e95808;
  --cream: #fff8f3;
  --line: #e8e9eb;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header {
  height: 82px; padding: 0 clamp(24px, 6vw, 96px); display: flex; align-items: center;
  justify-content: space-between; position: absolute; top: 0; width: 100%; z-index: 10;
  color: white; border-bottom: 1px solid rgba(255,255,255,.1);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 20px; font-weight: 700; letter-spacing: -.4px; }
.brand b { color: var(--orange); }
.brand-mark { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; font-size: 20px; color: white; background: linear-gradient(135deg, #ff7b2f, #f05500); box-shadow: 0 8px 20px rgba(255,107,24,.24); }
nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 700; }
nav > a:not(.nav-cta) { color: rgba(255,255,255,.76); transition: color .2s; }
nav > a:hover { color: white; }
.nav-cta { border: 1px solid rgba(255,255,255,.45); border-radius: 999px; padding: 11px 19px; }

.hero { min-height: 720px; padding: 150px clamp(24px, 7vw, 110px) 90px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 50px; color: white; position: relative; overflow: hidden; background: radial-gradient(circle at 85% 20%, #183649 0, transparent 31%), linear-gradient(125deg, #071019, #0b1c29 72%, #0b2433); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 44px 44px; }
.hero-copy, .hero-art { position: relative; z-index: 2; }
.eyebrow { color: var(--orange); font-size: 12px; letter-spacing: 2.5px; font-weight: 800; display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.hero h1 { margin: 18px 0 20px; max-width: 700px; font-size: clamp(52px, 6.1vw, 84px); line-height: .98; letter-spacing: -4px; }
.hero-text { max-width: 600px; margin: 0; color: #b5c0c8; font-size: 18px; line-height: 1.7; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 50px; padding: 0 23px; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 14px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button svg, .floating-whatsapp svg { width: 20px; height: 20px; fill: currentColor; }
.button-primary { background: var(--orange); color: white; box-shadow: 0 10px 30px rgba(255,107,24,.25); }
.button-primary:hover { background: var(--orange-dark); box-shadow: 0 13px 35px rgba(255,107,24,.35); }
.button-ghost { border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.04); color: white; }
.trust-row { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 24px; color: #8798a4; font-size: 12px; }
.trust-row span::first-letter { color: var(--orange); }

.hero-art { min-height: 440px; }
.screen { width: 90%; max-width: 550px; aspect-ratio: 1.43; position: absolute; top: 34px; right: 0; border: 8px solid #182d3a; border-radius: 22px; background: linear-gradient(135deg, #172d3b, #071119 70%); box-shadow: 0 40px 80px rgba(0,0,0,.52), inset 0 0 0 1px rgba(255,255,255,.08); transform: perspective(900px) rotateY(-5deg) rotateX(2deg); overflow: hidden; }
.screen::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 20%, rgba(255,107,24,.23), transparent 33%), linear-gradient(120deg, transparent 55%, rgba(255,255,255,.04)); }
.screen-top { height: 38px; padding: 15px; display: flex; gap: 6px; border-bottom: 1px solid rgba(255,255,255,.06); }
.screen-top span { width: 6px; height: 6px; border-radius: 50%; background: #38505e; }
.screen-top span:first-child { background: var(--orange); }
.screen-content { position: absolute; inset: 38px 0 0; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 22px; z-index: 2; }
.play-button { width: 74px; height: 74px; display: grid; place-items: center; padding-left: 5px; border-radius: 50%; color: white; background: var(--orange); font-size: 24px; box-shadow: 0 0 0 13px rgba(255,107,24,.1), 0 10px 25px rgba(0,0,0,.3); }
.screen-title { text-align: center; color: #dbe4e9; font-size: 24px; line-height: 1.2; }
.screen-title b { color: var(--orange); font-size: 29px; }
.device-card { position: absolute; z-index: 3; padding: 13px 16px; display: flex; align-items: center; gap: 10px; color: white; background: rgba(20,42,55,.88); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; box-shadow: 0 15px 40px rgba(0,0,0,.3); backdrop-filter: blur(10px); }
.device-card span { color: var(--orange); font-size: 19px; }.device-card small { font-weight: 700; }
.device-phone { left: 0; bottom: 70px; }.device-tv { right: 18px; top: 0; }
.live-pill { position: absolute; right: 0; bottom: 70px; z-index: 3; font-size: 10px; letter-spacing: 1.4px; font-weight: 800; border-radius: 999px; background: #101f29; border: 1px solid rgba(255,255,255,.1); padding: 10px 14px; }
.live-pill i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #35d27a; box-shadow: 0 0 0 4px rgba(53,210,122,.1); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .18; }.hero-glow-one { width: 300px; height: 300px; background: var(--orange); right: 20%; top: 30%; }.hero-glow-two { width: 280px; height: 280px; background: #1fb7ff; right: -100px; bottom: -100px; }

.benefits { max-width: 1180px; margin: -35px auto 0; position: relative; z-index: 4; padding: 26px 32px; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; background: white; border-radius: 17px; box-shadow: 0 18px 60px rgba(7,16,24,.12); }
.benefits article { display: flex; align-items: center; gap: 17px; padding: 8px 22px; border-right: 1px solid var(--line); }.benefits article:last-child { border: 0; }
.benefit-icon { flex: 0 0 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; color: var(--orange); background: #fff1e8; font-size: 22px; }
.benefits h3 { margin: 0 0 5px; font-size: 15px; }.benefits p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

.pricing { padding: 130px clamp(24px, 6vw, 80px) 105px; background: linear-gradient(#fff, #fffaf7); }
.section-heading { max-width: 720px; margin: 0 auto 54px; text-align: center; }.section-heading .eyebrow { justify-content: center; }.section-heading h2 { margin: 16px 0 13px; font-size: clamp(36px, 4.2vw, 54px); letter-spacing: -2.3px; }.section-heading > p:last-child { color: var(--muted); line-height: 1.7; }
.plan-grid { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); align-items: center; gap: 20px; }
.plan-card { position: relative; min-height: 505px; padding: 38px 34px 32px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 12px 35px rgba(7,16,24,.05); transition: transform .25s, box-shadow .25s; }
.plan-card:hover { transform: translateY(-6px); box-shadow: 0 20px 45px rgba(7,16,24,.1); }
.plan-card.featured { min-height: 550px; padding-top: 55px; border: 2px solid var(--orange); box-shadow: 0 22px 60px rgba(255,107,24,.14); }
.best-value { position: absolute; top: -1px; left: 50%; transform: translateX(-50%); white-space: nowrap; padding: 8px 19px; border-radius: 0 0 11px 11px; background: var(--orange); color: white; font-size: 10px; letter-spacing: 1px; font-weight: 800; }
.plan-name { margin: 0 0 8px; color: var(--orange); text-transform: uppercase; letter-spacing: 1.6px; font-size: 11px; font-weight: 800; }.plan-card h3 { margin: 0; font-size: 27px; letter-spacing: -.8px; }
.price { margin: 25px 0 7px; display: flex; align-items: flex-start; gap: 8px; }.price sup { padding-top: 10px; color: var(--muted); font-size: 13px; font-weight: 800; }.price strong { font-size: 48px; letter-spacing: -2px; line-height: 1; }
.plan-note { display: inline-flex; margin: 0; border-radius: 999px; padding: 7px 11px; color: #a9480e; background: #fff0e7; font-size: 11px; font-weight: 700; }
.plan-card ul { margin: 27px 0 30px; padding: 25px 0 0; border-top: 1px solid var(--line); list-style: none; display: grid; gap: 15px; color: #4c5760; font-size: 13px; }.plan-card li span { margin-right: 9px; color: var(--orange); font-weight: 900; }.plan-card .button { width: 100%; }
.button-outline { border: 1px solid #d5d9dc; color: var(--ink); }.button-outline:hover { border-color: var(--orange); color: var(--orange); }
.pricing-help { margin: 38px 0 0; text-align: center; color: var(--muted); font-size: 13px; }.pricing-help a { color: var(--orange-dark); font-weight: 800; }

.final-cta { max-width: 1180px; margin: 0 auto 80px; padding: 60px 70px; color: white; background: radial-gradient(circle at 90% 30%, #24404f, transparent 35%), var(--navy); border-radius: 24px; display: flex; align-items: center; justify-content: space-between; gap: 30px; box-shadow: 0 25px 70px rgba(7,16,24,.18); }.final-cta h2 { margin: 15px 0 0; font-size: clamp(34px, 4vw, 50px); line-height: 1.05; letter-spacing: -2px; }.button-whatsapp { color: white; background: #22b964; min-width: 210px; }.button-whatsapp:hover { background: #169b50; }
footer { padding: 46px clamp(24px, 6vw, 90px); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; color: #8b959c; background: #061019; font-size: 12px; }.footer-brand { color: white; }.footer-brand .brand-mark { width: 34px; height: 34px; font-size: 17px; }footer p { text-align: center; }
.floating-whatsapp { position: fixed; right: 24px; bottom: 24px; z-index: 20; width: 56px; height: 56px; display: grid; place-items: center; color: white; border-radius: 50%; background: #22b964; box-shadow: 0 12px 30px rgba(34,185,100,.35); }.floating-whatsapp svg { width: 28px; height: 28px; }

@media (max-width: 900px) {
  nav > a:not(.nav-cta) { display: none; }.hero { grid-template-columns: 1fr; padding-top: 130px; text-align: center; }.hero-copy .eyebrow { justify-content: center; }.hero-text { margin-inline: auto; }.hero-actions, .trust-row { justify-content: center; }.hero-art { min-height: 390px; max-width: 620px; width: 100%; margin: 0 auto; }.benefits { margin: -20px 18px 0; grid-template-columns: 1fr; }.benefits article { border-right: 0; border-bottom: 1px solid var(--line); }.plan-grid { grid-template-columns: 1fr; max-width: 520px; }.plan-card, .plan-card.featured { min-height: auto; }.plan-card.featured { order: -1; }.final-cta { margin-inline: 20px; padding: 50px 35px; text-align: center; flex-direction: column; }footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }footer p { margin: 0; }
}

@media (max-width: 560px) {
  .site-header { height: 72px; }.brand { font-size: 17px; }.brand-mark { width: 34px; height: 34px; }.nav-cta { padding: 9px 13px; font-size: 12px; }.hero { min-height: 680px; padding-inline: 20px; }.hero h1 { font-size: 48px; letter-spacing: -2.8px; }.hero-text { font-size: 16px; }.hero-actions { flex-direction: column; }.button { width: 100%; }.trust-row { gap: 11px; font-size: 10px; }.hero-art { min-height: 300px; }.screen { width: 96%; }.screen-title { font-size: 19px; }.screen-title b { font-size: 23px; }.play-button { width: 58px; height: 58px; font-size: 19px; }.device-phone { left: -5px; bottom: 15px; }.device-tv { right: -5px; top: 8px; }.live-pill { bottom: 10px; }.pricing { padding-top: 95px; }.plan-card { padding-inline: 26px; }.price strong { font-size: 44px; }.final-cta { margin-bottom: 30px; }.floating-whatsapp { width: 50px; height: 50px; right: 16px; bottom: 16px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
