:root {
  --paper: #f4f1e9;
  --paper-2: #ebe7dd;
  --ink: #101923;
  --ink-2: #1c2a38;
  --muted: #687078;
  --line: rgba(16, 25, 35, .14);
  --orange: #f06433;
  --orange-dark: #d84b1f;
  --cream: #fff9ef;
  --radius: 24px;
  --shadow: 0 26px 70px rgba(16, 25, 35, .13);
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { max-width: 100%; display: block; }
svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; transform: translateY(-150%); padding: 10px 14px; background: var(--ink); color: white; }
.skip-link:focus { transform: none; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 100; padding-top: 18px; }
.header__inner { position: relative; z-index: 101; height: 66px; display: flex; align-items: center; padding: 0 8px 0 20px; border: 1px solid rgba(16,25,35,.1); background: rgba(244,241,233,.78); box-shadow: 0 14px 40px rgba(16,25,35,.06); backdrop-filter: blur(18px); border-radius: 18px; }
.brand { display: flex; width: 174px; margin-right: auto; }
.brand img { width: 150px; height: auto; }
.desktop-nav { display: flex; gap: 28px; align-items: center; }
.desktop-nav a, .header__contact { position: relative; font-size: 13px; font-weight: 700; color: var(--muted); }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -8px; height: 2px; background: var(--orange); transform: scaleX(0); transition: transform .25s ease; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"], .header__contact:hover { color: var(--ink); }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header__actions { display: flex; gap: 18px; align-items: center; margin-left: auto; padding-left: 34px; }
.mini-cta { display: flex; align-items: center; gap: 8px; padding: 13px 18px; border-radius: 12px; background: var(--ink); color: white; font-size: 13px; font-weight: 800; transition: background .2s, transform .2s; }
.mini-cta:hover { background: var(--orange); transform: translateY(-2px); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: var(--ink); align-items: center; justify-content: center; flex-direction: column; gap: 6px; cursor: pointer; }
.menu-button span { width: 18px; height: 2px; background: white; transition: .25s ease; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 90; inset: 0; padding: 110px 24px 32px; background: var(--paper); opacity: 0; visibility: hidden; transform: translateY(-18px); transition: .28s ease; }
.mobile-menu.is-open { opacity: 1; visibility: visible; transform: none; }
.mobile-menu nav { display: grid; border-top: 1px solid var(--line); }
.mobile-menu a { display: flex; gap: 24px; align-items: center; padding: 16px 4px; border-bottom: 1px solid var(--line); font-size: 29px; font-weight: 750; letter-spacing: -.04em; }
.mobile-menu a span { color: var(--orange); font-size: 11px; letter-spacing: .1em; }
.mobile-menu p { margin-top: 30px; max-width: 270px; color: var(--muted); line-height: 1.6; }
.hero { position: relative; min-height: 790px; display: flex; align-items: center; padding: 126px 0 70px; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; border: 1px solid rgba(16,25,35,.08); border-radius: 50%; right: -120px; top: 120px; }
.hero__glow { position: absolute; width: 460px; height: 460px; right: 7vw; top: 180px; border-radius: 50%; background: rgba(240,100,51,.14); filter: blur(80px); }
.hero__grid { display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 40px; }
.hero__copy { position: relative; z-index: 2; animation: hero-in .8s both; }
.hero__tag { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: white; border: 1px solid var(--line); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero__tag i { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(240,100,51,.12); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; }
.hero h1, .page-hero h1 { margin: 24px 0 24px; max-width: 720px; font-size: clamp(62px, 7.7vw, 112px); line-height: .9; font-weight: 790; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero__lead { max-width: 590px; margin-bottom: 28px; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.6; color: #4e5963; }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 22px; background: var(--orange); color: white; border: 1px solid var(--orange); border-radius: 13px; font-size: 14px; font-weight: 800; transition: .22s ease; cursor: pointer; }
.button svg { transition: transform .22s ease; }
.button:hover { background: var(--orange-dark); border-color: var(--orange-dark); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(240,100,51,.18); }
.button:hover svg, .text-link:hover svg { transform: translateX(3px); }
.button--secondary { background: transparent; color: var(--ink); border-color: var(--line); }
.button--secondary:hover { background: white; color: var(--ink); border-color: var(--ink); box-shadow: none; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 26px; color: var(--muted); font-size: 12px; font-weight: 700; }
.hero__proof span { display: inline-flex; align-items: center; gap: 5px; }
.hero__proof svg { color: var(--orange); }
.tv-scene { position: relative; min-height: 520px; display: flex; align-items: center; justify-content: center; animation: hero-visual .9s .12s both; perspective: 1400px; }
.tv { position: relative; z-index: 2; width: min(620px, 94%); transform: rotateY(-5deg) rotateX(2deg); filter: drop-shadow(0 42px 38px rgba(16,25,35,.22)); transition: transform .2s ease-out; }
.hero-video__screen { position: relative; aspect-ratio: 16/9; overflow: hidden; border: 10px solid #111922; border-radius: 22px; background: #07111d; box-shadow: inset 0 0 0 1px rgba(255,255,255,.15); }
.hero-video__screen iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.tv__screen { position: relative; aspect-ratio: 16/9; padding: 24px; overflow: hidden; border: 10px solid #111922; border-radius: 22px; color: white; background: radial-gradient(circle at 80% 20%, rgba(240,100,51,.75), transparent 30%), linear-gradient(145deg, #1f3042, #111923 70%); box-shadow: inset 0 0 0 1px rgba(255,255,255,.15); }
.tv__screen::after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(255,255,255,.12), transparent 30%); pointer-events: none; }
.tv__chin { width: 96%; height: 10px; margin: -6px auto 0; border-radius: 0 0 18px 18px; background: #101820; }
.tv__stand { width: 34%; height: 52px; margin: auto; background: linear-gradient(90deg, #101820, #34414d, #101820); clip-path: polygon(39% 0,61% 0,66% 72%,100% 86%,100% 100%,0 100%,0 86%,34% 72%); }
.app-top { display: flex; justify-content: space-between; align-items: center; }
.app-top img { width: 116px; filter: brightness(0) invert(1); }
.app-top span { font-size: 11px; color: rgba(255,255,255,.7); }
.app-copy { position: relative; z-index: 1; margin-top: 52px; max-width: 360px; }
.app-label { color: #ffb18f; font-size: 10px; letter-spacing: .17em; font-weight: 800; }
.app-copy strong { display: block; margin-top: 8px; font-size: clamp(24px, 3vw, 42px); line-height: 1; letter-spacing: -.04em; }
.app-copy p { margin: 10px 0 0; max-width: 290px; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.45; }
.app-rail { position: absolute; right: 22px; bottom: 42px; display: flex; gap: 8px; }
.app-rail span { width: 88px; height: 116px; border-radius: 8px; background: linear-gradient(160deg, rgba(255,255,255,.2), transparent), var(--tone); box-shadow: 0 8px 20px rgba(0,0,0,.2); }
.app-progress { position: absolute; left: 24px; right: 24px; bottom: 20px; height: 3px; background: rgba(255,255,255,.2); }
.app-progress span { display: block; width: 42%; height: 100%; background: var(--orange); }
.float-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.55); border-radius: 14px; background: rgba(255,255,255,.84); box-shadow: var(--shadow); backdrop-filter: blur(14px); animation: float 4s ease-in-out infinite; }
.float-card svg { color: var(--orange); font-size: 22px; }
.float-card span { display: grid; gap: 2px; font-size: 10px; color: var(--muted); }
.float-card b { font-size: 12px; color: var(--ink); }
.float-card--top { top: 64px; right: 6px; }
.float-card--bottom { bottom: 72px; left: 0; animation-delay: -1.5s; }
.live-dot { display: block !important; width: 10px; height: 10px; border-radius: 50%; background: #28a36a; box-shadow: 0 0 0 6px rgba(40,163,106,.12); }
.tv-orbit { position: absolute; border: 1px solid rgba(16,25,35,.12); border-radius: 50%; }
.tv-orbit--one { width: 480px; height: 480px; }
.tv-orbit--two { width: 350px; height: 350px; border-color: rgba(240,100,51,.3); }
.compatibility { padding: 82px 0; background: var(--paper-2); border-block: 1px solid rgba(16,25,35,.06); overflow: hidden; }
.compatibility .shell { display: grid; grid-template-columns: 290px 1fr; align-items: start; gap: 55px; }
.compatibility__heading h2 { margin: 10px 0 15px; font-size: clamp(36px, 4vw, 54px); line-height: .98; }
.compatibility__heading p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.compatibility__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.compatibility__logo { position: relative; min-width: 0; height: 104px; display: grid; place-items: center; padding: 16px 20px 28px; border: 1px solid rgba(16,25,35,.08); border-radius: 15px; color: var(--ink); background: white; box-shadow: 0 8px 24px rgba(16,25,35,.06); cursor: pointer; overflow: hidden; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.compatibility__logo:hover { transform: translateY(-3px); border-color: rgba(240,100,51,.3); box-shadow: 0 16px 34px rgba(16,25,35,.1); }
.compatibility__logo:focus-visible { outline: 3px solid rgba(240,100,51,.35); outline-offset: 3px; }
.compatibility__logo img { width: 100%; height: 62px; object-fit: contain; }
.compatibility__logo > span { position: absolute; left: 14px; right: 14px; bottom: 8px; display: flex; align-items: center; justify-content: center; gap: 6px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; opacity: 0; transform: translateY(4px); transition: .2s ease; }
.compatibility__logo > span svg { width: 12px; height: 12px; }
.compatibility__logo:hover > span, .compatibility__logo:focus-visible > span { opacity: 1; transform: none; }
.platform-modal { position: fixed; z-index: 250; inset: 0; display: grid; place-items: center; padding: 20px; opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.platform-modal.is-open { opacity: 1; visibility: visible; }
.platform-modal__backdrop { position: absolute; inset: 0; border: 0; background: rgba(10,17,24,.62); backdrop-filter: blur(7px); cursor: pointer; }
.platform-modal__panel { position: relative; width: min(620px, 100%); max-height: min(760px, calc(100svh - 40px)); overflow: auto; padding: 34px; border-radius: 24px; background: var(--paper); box-shadow: 0 30px 90px rgba(0,0,0,.3); transform: translateY(18px) scale(.98); transition: transform .28s cubic-bezier(.2,.8,.2,1); }
.platform-modal__panel--video { width: min(1080px, 100%); }
.platform-modal.is-open .platform-modal__panel { transform: none; }
.platform-modal__close { position: absolute; z-index: 2; top: 18px; right: 18px; width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 12px; background: var(--ink); cursor: pointer; }
.platform-modal__close span { position: absolute; width: 17px; height: 2px; background: white; }
.platform-modal__close span:first-child { transform: rotate(45deg); }
.platform-modal__close span:last-child { transform: rotate(-45deg); }
.platform-modal__brand { width: 190px; height: 72px; object-fit: contain; margin-bottom: 28px; }
.platform-modal__layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 34px; align-items: center; }
.platform-modal h2 { max-width: 480px; margin: 0 0 12px; padding-right: 38px; font-size: clamp(31px, 5vw, 48px); line-height: 1; }
.platform-modal__lead { margin: 0 0 26px; color: var(--muted); line-height: 1.65; }
.platform-modal__links { display: grid; gap: 9px; }
.platform-modal__links a, .platform-modal__code { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 13px; background: white; transition: .2s ease; }
.platform-modal__links a:hover { color: white; background: var(--ink); border-color: var(--ink); transform: translateX(3px); }
.platform-modal__links strong, .platform-modal__code strong { display: block; margin-bottom: 2px; font-size: 13px; }
.platform-modal__links small, .platform-modal__code small { color: var(--muted); font-size: 10px; }
.platform-modal__links a:hover small { color: #aab3ba; }
.platform-modal__code b { color: var(--orange); font-size: 18px; letter-spacing: .08em; }
.platform-modal__video { position: relative; aspect-ratio: 16/9; overflow: hidden; border: 1px solid rgba(240,100,51,.35); border-radius: 18px; background: #07111d; box-shadow: 0 20px 42px rgba(16,25,35,.2); }
.platform-modal__video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.platform-modal__video-note { display: flex; align-items: center; gap: 8px; margin: 12px 0 0; color: var(--muted); font-size: 10px; }
.platform-modal__video-note::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(240,100,51,.12); }
.platform-modal__note { margin: 22px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.55; }
.checkout-modal { position: fixed; z-index: 270; inset: 0; display: grid; place-items: center; padding: 20px; opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.checkout-modal.is-open { opacity: 1; visibility: visible; }
.checkout-modal__backdrop { position: absolute; inset: 0; border: 0; background: rgba(7,13,19,.7); backdrop-filter: blur(9px); cursor: pointer; }
.checkout-modal__panel { position: relative; width: min(700px, 100%); max-height: calc(100svh - 40px); overflow: auto; padding: 40px; border-radius: 28px; background: white; box-shadow: 0 34px 100px rgba(0,0,0,.34); transform: translateY(22px) scale(.985); transition: transform .28s cubic-bezier(.2,.8,.2,1); }
.checkout-modal.is-open .checkout-modal__panel { transform: none; }
.checkout-modal__close { position: absolute; z-index: 2; top: 20px; right: 20px; width: 44px; height: 44px; display: grid; place-items: center; border: 0; border-radius: 50%; background: #f0f2f4; cursor: pointer; }
.checkout-modal__close span { position: absolute; width: 18px; height: 2px; background: #71808d; }
.checkout-modal__close span:first-child { transform: rotate(45deg); }
.checkout-modal__close span:last-child { transform: rotate(-45deg); }
.checkout-modal__eyebrow { display: block; margin-bottom: 10px; color: var(--orange-dark); font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.checkout-modal h2 { margin: 0 52px 10px 0; font-size: clamp(34px, 5vw, 48px); line-height: 1; }
.checkout-modal__intro { max-width: 560px; margin: 0 0 18px; color: var(--muted); line-height: 1.6; }
.checkout-modal__contact-note { display: flex; align-items: center; min-height: 46px; margin-bottom: 22px; padding: 10px 16px; border: 1px solid rgba(40,180,99,.28); border-radius: 99px; color: #16703c; background: #f2fff6; font-size: 13px; font-weight: 750; }
.checkout-modal__selection { position: relative; display: grid; gap: 6px; margin-bottom: 24px; padding: 20px 110px 20px 22px; border: 1px solid rgba(240,100,51,.25); border-radius: 20px; background: #fff7f3; }
.checkout-modal__selection span { color: var(--orange-dark); font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.checkout-modal__selection strong { font-size: 18px; }
.checkout-modal__selection b { position: absolute; right: 22px; top: 50%; transform: translateY(-50%); font-size: 28px; letter-spacing: -.04em; }
.checkout-modal__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.checkout-modal label { display: grid; gap: 8px; }
.checkout-modal label > span, .device-group legend { color: #52606d; font-size: 11px; font-weight: 850; letter-spacing: .03em; text-transform: uppercase; }
.checkout-modal input, .checkout-modal select { width: 100%; min-height: 56px; padding: 0 16px; border: 1px solid #d9e0e6; border-radius: 15px; color: var(--ink); background: white; outline: none; transition: .2s ease; }
.checkout-modal input:focus, .checkout-modal select:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(240,100,51,.1); }
.checkout-modal__select { margin-top: 18px; }
.device-group { margin: 22px 0 0; padding: 0; border: 0; }
.device-group legend { margin-bottom: 11px; }
.device-group > div { display: flex; flex-wrap: wrap; gap: 9px; }
.device-group button { min-height: 42px; padding: 0 16px; border: 1px solid #d9e0e6; border-radius: 99px; color: var(--ink); background: white; cursor: pointer; transition: .18s ease; }
.device-group button:hover { border-color: var(--ink); }
.device-group button[aria-pressed="true"] { color: white; border-color: var(--ink); background: var(--ink); box-shadow: 0 7px 16px rgba(16,25,35,.14); }
.checkout-modal__actions { display: grid; gap: 10px; margin-top: 30px; }
.checkout-modal__actions .button { width: 100%; }
.checkout-modal__whatsapp { color: #126c38; border-color: #b8dfc8; background: white; }
.checkout-modal__whatsapp:hover { color: white; border-color: #168744; background: #168744; }
.checkout-modal__privacy { margin: 15px 0 0; color: #278049; font-size: 11px; text-align: center; }
.section { padding: 112px 0; }
.section--tight { padding: 54px 0; }
.section--ink { background: var(--ink); color: var(--cream); }
.section--plans-top { padding-top: 0; }
.section--trial { background: var(--orange); color: white; padding: 80px 0; }
.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.eyebrow { display: inline-block; color: var(--orange); font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.section--ink .eyebrow { color: #ff8d66; }
.section-heading h2, .trial h2, .two-column h2, .order-aside h2 { margin: 12px 0 16px; font-size: clamp(42px, 5.4vw, 76px); line-height: .97; }
.section-heading p { max-width: 630px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.section-heading--center p { margin-inline: auto; }
.section--ink .section-heading p { color: #9da6ae; }
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.8,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }
.separation-note { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; padding: 24px 28px; border: 1px solid rgba(240,100,51,.28); border-radius: 20px; background: #fff8f0; }
.icon-box { width: 46px; height: 46px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 14px; color: var(--orange); background: rgba(240,100,51,.12); }
.icon-box svg { font-size: 21px; }
.separation-note strong { display: block; margin-bottom: 5px; font-size: 15px; }
.separation-note p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.separation-note > a { display: flex; align-items: center; gap: 8px; white-space: nowrap; font-size: 12px; font-weight: 800; color: var(--orange-dark); }
.benefit-grid { display: grid; grid-template-columns: 1.35fr .82fr .82fr; gap: 18px; }
.benefit { min-height: 330px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.45); overflow: hidden; }
.benefit--large { background: var(--ink); color: white; }
.benefit > span { position: absolute; top: 26px; right: 26px; color: var(--muted); font-size: 11px; font-weight: 800; }
.benefit .icon-box { position: absolute; top: 26px; left: 26px; }
.benefit h3 { margin: 0 0 12px; font-size: clamp(26px, 3vw, 42px); line-height: 1.02; }
.benefit p { margin: 0; max-width: 430px; color: var(--muted); line-height: 1.65; }
.benefit--large p { color: #a9b1b8; }
.pricing-selector { max-width: 970px; margin-inline: auto; }
.server-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 14px; padding: 7px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: #0a1118; }
.server-tabs button { display: grid; gap: 3px; padding: 15px 18px; border: 0; border-radius: 12px; color: #9ba5ad; background: transparent; cursor: pointer; font-size: 16px; font-weight: 850; transition: .22s ease; }
.server-tabs button span { font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; opacity: .65; }
.server-tabs button:hover { color: white; background: rgba(255,255,255,.06); }
.server-tabs button[aria-selected="true"] { color: var(--ink); background: var(--paper); box-shadow: 0 9px 20px rgba(0,0,0,.18); }
.pricing-panel { padding: clamp(28px, 5vw, 52px); border-radius: 25px; color: var(--ink); background: var(--paper); box-shadow: 0 28px 70px rgba(0,0,0,.2); }
.pricing-panel__top { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.pricing-panel h3 { margin: 8px 0 9px; font-size: clamp(42px, 6vw, 72px); line-height: .9; }
.pricing-panel__top p { max-width: 520px; margin: 0; color: var(--muted); line-height: 1.55; }
.pricing-panel__price { justify-content: flex-end; margin: 0; white-space: nowrap; }
.pricing-panel__price strong { font-size: clamp(52px, 7vw, 78px); color: var(--ink); }
.duration-selector { display: grid; grid-template-columns: auto 1fr; gap: 26px; align-items: center; padding: 26px 0; border-bottom: 1px solid var(--line); }
.duration-selector > span, .order-duration > span { color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.duration-tabs { display: grid; grid-template-columns: repeat(4, minmax(82px, 1fr)); gap: 7px; }
.duration-tabs button { min-height: 46px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 11px; color: var(--muted); background: white; cursor: pointer; font-size: 12px; font-weight: 800; transition: .2s ease; }
.duration-tabs button:hover { color: var(--ink); border-color: var(--ink); }
.duration-tabs button[aria-selected="true"] { color: white; background: var(--ink); border-color: var(--ink); box-shadow: 0 7px 16px rgba(16,25,35,.15); }
.pricing-panel__body { display: grid; grid-template-columns: 1fr .8fr; gap: 55px; align-items: end; padding-top: 8px; }
.pricing-panel .feature-list { border-color: var(--line); }
.pricing-panel .feature-list li { color: #49545d; font-size: 13px; }
.pricing-panel__action { display: grid; gap: 11px; }
.pricing-panel__action .button { width: 100%; }
.pricing-panel__whatsapp { background: white; }
.pricing-panel__action small { color: var(--muted); font-size: 9px; line-height: 1.5; text-align: center; }
.pricing-selector.is-changing .pricing-panel__top, .pricing-selector.is-changing .pricing-panel__body { opacity: .35; transform: translateY(4px); }
.pricing-panel__top, .pricing-panel__body { transition: opacity .18s ease, transform .18s ease; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.plan-card { display: flex; flex-direction: column; min-height: 570px; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: var(--ink-2); }
.plan-card--featured { background: var(--paper); color: var(--ink); transform: translateY(-12px); }
.plan-card__head { display: flex; justify-content: space-between; gap: 10px; align-items: flex-start; }
.plan-card h3 { margin: 7px 0 0; font-size: 31px; }
.pill { padding: 6px 8px; border-radius: 99px; color: var(--orange-dark); background: rgba(240,100,51,.12); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.price { display: flex; align-items: end; gap: 7px; margin: 34px 0 20px; }
.price strong { font-size: 58px; line-height: .8; letter-spacing: -.06em; }
.price span { color: #8e99a3; font-size: 12px; }
.plan-card > p { min-height: 62px; color: #a5aeb6; font-size: 14px; line-height: 1.55; }
.plan-card--featured > p { color: var(--muted); }
.feature-list { display: grid; gap: 12px; margin: 18px 0 28px; padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.1); list-style: none; }
.plan-card--featured .feature-list { border-color: var(--line); }
.feature-list li { display: flex; gap: 9px; align-items: center; color: #d3d7da; font-size: 12px; }
.plan-card--featured .feature-list li { color: #49545d; }
.feature-list svg { color: var(--orange); flex: 0 0 auto; }
.plan-card .button { width: 100%; margin-top: auto; }
.section--ink .plan-card:not(.plan-card--featured) .button--secondary { color: white; border-color: rgba(255,255,255,.2); }
.section--ink .plan-card:not(.plan-card--featured) .button--secondary:hover { color: var(--ink); background: white; border-color: white; }
.plan-card small { margin-top: 14px; color: #7f8b95; font-size: 9px; line-height: 1.5; text-align: center; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid var(--line); }
.steps article { display: grid; grid-template-columns: auto 1fr; gap: 22px; padding: 38px 30px; border-right: 1px solid var(--line); }
.steps article:last-child { border: 0; }
.steps b { color: var(--orange); font-size: 11px; letter-spacing: .1em; }
.steps h3 { margin: 0 0 8px; font-size: 21px; }
.steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.trial { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.trial > div { max-width: 700px; }
.trial .eyebrow { color: #4e1b0a; }
.trial h2 { margin-bottom: 8px; }
.trial p { margin: 0; max-width: 620px; color: rgba(255,255,255,.76); line-height: 1.6; }
.trial .button { flex: 0 0 auto; color: white; border-color: rgba(255,255,255,.45); }
.trial .button:hover { color: var(--ink); border-color: white; }
.faq-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.faq-layout .section-heading { margin-bottom: 0; }
.faq { border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__question { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; color: var(--ink); background: none; border: 0; text-align: left; cursor: pointer; font-size: 15px; font-weight: 750; }
.faq__question i { position: relative; flex: 0 0 20px; width: 20px; height: 20px; }
.faq__question i::before, .faq__question i::after { content: ""; position: absolute; top: 9px; left: 3px; width: 14px; height: 2px; background: var(--orange); transition: transform .22s; }
.faq__question i::after { transform: rotate(90deg); }
.faq__item.is-open .faq__question i::after { transform: rotate(0); }
.faq__answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq__answer > div { overflow: hidden; }
.faq__answer p { margin: 0; padding: 0 42px 24px 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.faq__item.is-open .faq__answer { grid-template-rows: 1fr; }
.page-hero { position: relative; padding: 190px 0 92px; overflow: hidden; border-bottom: 1px solid var(--line); }
.page-hero::after { content: ""; position: absolute; width: 380px; height: 380px; border-radius: 50%; right: 6vw; top: 90px; background: rgba(240,100,51,.12); filter: blur(70px); }
.page-hero .shell { position: relative; z-index: 1; }
.page-hero h1 { margin: 18px 0; font-size: clamp(60px, 8vw, 106px); }
.page-hero p { max-width: 660px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.page-hero--ink { padding-bottom: 150px; color: white; background: var(--ink); border: 0; }
.page-hero--ink p { color: #a5aeb6; }
.page-hero--compact { padding-bottom: 70px; }
.page-hero--split .shell { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: end; }
.mac-card { position: relative; z-index: 2; padding: 30px; border-radius: 22px; color: white; background: var(--ink); box-shadow: var(--shadow); transform: rotate(2deg); }
.mac-card span, .mac-card small { display: block; color: #8f9ba5; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.mac-card strong { display: block; margin: 26px 0; font-size: clamp(20px, 3vw, 31px); letter-spacing: .04em; }
.mac-card strong i { color: var(--orange); font-style: normal; }
.comparison { overflow-x: auto; border-top: 1px solid var(--line); }
.comparison__row { min-width: 700px; display: grid; grid-template-columns: minmax(300px,1.5fr) repeat(3, minmax(90px, .5fr)); align-items: center; border-bottom: 1px solid var(--line); }
.comparison__row > * { padding: 17px 12px; }
.comparison__row span { padding-left: 0; color: var(--muted); font-size: 13px; }
.comparison__row b, .comparison__row i { text-align: center; font-size: 12px; }
.comparison__row i { font-style: normal; }
.comparison__row i.yes { color: var(--orange); }
.comparison__row i.no { color: #aeb5ba; }
.comparison__row svg { display: inline; }
.comparison__head { position: sticky; top: 0; background: var(--paper); }
.comparison__head span, .comparison__head b { color: var(--ink); font-weight: 800; }
.fine-note { display: grid; grid-template-columns: 160px 1fr; gap: 30px; margin-top: 42px; padding: 26px; border-radius: 18px; background: var(--paper-2); }
.fine-note strong { font-size: 14px; }
.fine-note p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.order-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; align-items: start; }
.order-select, .order-aside { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.46); }
.order-aside { position: sticky; top: 100px; color: white; background: var(--ink); }
.order-aside h2 { margin-top: 16px; font-size: 42px; }
.order-aside p { color: #a6afb7; line-height: 1.65; }
.order-aside .button { width: 100%; margin: 18px 0 12px; }
.order-aside small { display: block; color: #7f8992; text-align: center; }
.plan-tabs { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin: 20px 0 28px; padding: 6px; border-radius: 14px; background: var(--paper-2); }
.plan-tabs button { padding: 12px 8px; border: 0; border-radius: 10px; background: transparent; color: var(--muted); font-size: 12px; font-weight: 800; cursor: pointer; transition: .2s; }
.plan-tabs button[aria-selected="true"] { color: white; background: var(--ink); box-shadow: 0 7px 16px rgba(16,25,35,.16); }
.order-duration { display: grid; gap: 10px; margin: -10px 0 24px; }
.order-summary { min-height: 370px; }
.order-summary.is-changing { opacity: .3; transform: translateY(6px); }
.order-summary { transition: .18s ease; }
.order-summary__top { display: flex; justify-content: space-between; align-items: end; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.order-summary h2 { margin: 0; font-size: 43px; }
.order-summary .price { margin: 0; }
.order-summary .price strong { font-size: 47px; }
.order-summary ul { margin-bottom: 0; }
.order-summary .feature-list { border-color: var(--line); }
.order-summary .feature-list li { color: var(--muted); font-size: 14px; }
.activation-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 70px; }
.activation-grid article { position: relative; min-height: 310px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); }
.activation-grid article > b { position: absolute; top: 30px; right: 30px; color: var(--orange); font-size: 11px; }
.activation-grid .icon-box { margin-bottom: 80px; }
.activation-grid h3 { margin-bottom: 12px; font-size: 25px; }
.activation-grid p { margin: 0; color: var(--muted); line-height: 1.6; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; margin-top: 100px; padding-top: 80px; border-top: 1px solid var(--line); }
.bullet-copy { display: grid; gap: 0; }
.bullet-copy p { display: flex; gap: 12px; padding: 17px 0; margin: 0; border-bottom: 1px solid var(--line); color: var(--muted); line-height: 1.55; }
.bullet-copy svg { flex: 0 0 auto; color: var(--orange); margin-top: 3px; }
.source-note { margin-top: 60px; padding: 24px; border-left: 3px solid var(--orange); background: var(--paper-2); }
.source-note p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.source-note a { color: var(--orange-dark); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.help-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.help-nav { position: sticky; top: 110px; display: grid; padding: 28px; border-radius: var(--radius); background: var(--ink); color: white; }
.help-nav .eyebrow { margin-bottom: 18px; }
.help-nav a { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 13px; font-weight: 750; }
.help-nav a:hover { color: #ff8d66; }
.contact-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 16px; }
.contact-card { position: relative; min-height: 410px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); }
.contact-card--primary { color: white; background: var(--ink); }
.contact-card > span { position: absolute; top: 30px; right: 30px; color: var(--orange); font-size: 10px; }
.contact-card .icon-box { margin-bottom: auto; }
.contact-card h2 { margin: 36px 0 12px; font-size: 34px; }
.contact-card p { color: var(--muted); line-height: 1.6; }
.contact-card--primary p { color: #a5aeb6; }
.contact-card .button { width: 100%; }
.text-link { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; color: var(--orange-dark); font-size: 13px; font-weight: 800; }
[aria-disabled="true"] { cursor: not-allowed !important; }
.toast { position: fixed; z-index: 300; left: 50%; bottom: 24px; transform: translate(-50%, 20px); padding: 12px 18px; border-radius: 10px; background: var(--ink); color: white; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transition: .25s; font-size: 12px; font-weight: 700; }
.toast.is-visible { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.legal { display: grid; grid-template-columns: 280px 1fr; gap: 80px; align-items: start; }
.legal aside { position: sticky; top: 110px; padding: 24px; border: 1px solid rgba(240,100,51,.3); border-radius: 18px; background: #fff8ef; }
.legal aside p { margin: 8px 0; color: var(--orange-dark); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.legal aside small { color: var(--muted); line-height: 1.55; }
.legal article { max-width: 720px; }
.legal article h2 { margin: 48px 0 12px; font-size: 30px; }
.legal article h2:first-child { margin-top: 0; }
.legal article p { color: var(--muted); line-height: 1.75; }
.footer { padding: 80px 0 24px; color: white; background: #0a1118; }
.footer__top { display: grid; grid-template-columns: 200px 1fr auto; gap: 50px; align-items: center; padding-bottom: 56px; border-bottom: 1px solid rgba(255,255,255,.11); }
.footer__top img { width: 185px; filter: brightness(0) invert(1); }
.footer__top p { max-width: 510px; margin: 0; color: #9ca6ae; line-height: 1.6; }
.footer__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; padding: 48px 0; }
.footer__grid > div { display: grid; gap: 10px; align-content: start; }
.footer__grid span { margin-bottom: 7px; color: #6f7b84; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer__grid a, .footer__grid p { margin: 0; color: #c5cbd0; font-size: 12px; }
.footer__grid a:hover { color: #ff8d66; }
.footer__bottom { display: flex; justify-content: space-between; gap: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.11); }
.footer__bottom p { max-width: 620px; margin: 0; color: #65717a; font-size: 10px; line-height: 1.6; }
@keyframes hero-in { from { opacity: 0; transform: translateY(25px); } }
@keyframes hero-visual { from { opacity: 0; transform: translateX(35px) scale(.96); } }
@keyframes float { 50% { transform: translateY(-8px); } }
@media (max-width: 980px) {
  .desktop-nav, .header__contact, .mini-cta { display: none; }
  .menu-button { display: flex; }
  .header__actions { padding-left: 0; }
  .hero { min-height: auto; padding-top: 150px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__copy { max-width: 720px; }
  .tv-scene { min-height: 500px; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .benefit--large { grid-column: 1 / -1; }
  .plan-grid { grid-template-columns: 1fr; max-width: 680px; margin-inline: auto; }
  .plan-card { min-height: auto; }
  .plan-card--featured { transform: none; }
  .steps { grid-template-columns: 1fr; }
  .steps article { border-right: 0; border-bottom: 1px solid var(--line); }
  .faq-layout, .help-grid, .order-grid, .two-column { grid-template-columns: 1fr; gap: 50px; }
  .help-nav, .order-aside { position: static; }
  .page-hero--split .shell { grid-template-columns: 1fr; }
  .activation-grid { grid-template-columns: 1fr; }
  .activation-grid article { min-height: auto; }
  .activation-grid .icon-box { margin-bottom: 50px; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .contact-card--primary { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .shell { width: min(100% - 28px, 1180px); }
  .site-header { padding-top: 8px; }
  .header__inner { height: 58px; padding-left: 14px; border-radius: 15px; }
  .brand { width: 136px; }
  .brand img { width: 126px; }
  .menu-button { width: 42px; height: 42px; }
  .hero { padding: 110px 0 46px; }
  .hero h1, .page-hero h1 { font-size: clamp(54px, 16vw, 75px); }
  .hero__lead { font-size: 16px; }
  .hero__actions { display: grid; grid-template-columns: 1fr; }
  .hero__proof { gap: 11px; }
  .tv-scene { min-height: 345px; margin-top: 14px; }
  .tv { width: 100%; transform: none; }
  .hero-video__screen { border-width: 7px; border-radius: 15px; }
  .tv__screen { padding: 15px; border-width: 7px; border-radius: 15px; }
  .app-top img { width: 82px; }
  .app-copy { margin-top: 30px; }
  .app-copy strong { font-size: 23px; }
  .app-copy p { display: none; }
  .app-rail { right: 14px; bottom: 28px; }
  .app-rail span { width: 49px; height: 68px; }
  .float-card { padding: 9px 10px; }
  .float-card--top { top: 5px; right: -3px; }
  .float-card--bottom { bottom: 28px; left: -3px; }
  .tv-orbit--one { width: 300px; height: 300px; }
  .tv-orbit--two { width: 220px; height: 220px; }
  .compatibility { padding: 66px 0; }
  .compatibility .shell { grid-template-columns: 1fr; gap: 30px; }
  .compatibility__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .compatibility__logo { height: 86px; padding: 12px 12px 23px; }
  .compatibility__logo img { height: 52px; }
  .compatibility__logo > span { opacity: 1; transform: none; font-size: 6px; }
  .platform-modal__panel { padding: 26px 20px 22px; border-radius: 19px; }
  .platform-modal__brand { width: 150px; margin-bottom: 20px; }
  .platform-modal__layout { grid-template-columns: 1fr; gap: 26px; }
  .checkout-modal { padding: 10px; }
  .checkout-modal__panel { max-height: calc(100svh - 20px); padding: 28px 20px 24px; border-radius: 22px; }
  .checkout-modal__close { top: 14px; right: 14px; }
  .checkout-modal__eyebrow { padding-right: 52px; }
  .checkout-modal__fields { grid-template-columns: 1fr; }
  .checkout-modal__selection { padding: 17px 92px 17px 16px; }
  .checkout-modal__selection b { right: 16px; font-size: 24px; }
  .checkout-modal__selection strong { font-size: 15px; }
  .device-group button { min-height: 40px; padding-inline: 14px; font-size: 13px; }
  .section { padding: 78px 0; }
  .section--tight { padding: 38px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .trial h2, .two-column h2 { font-size: 42px; }
  .section-heading p { font-size: 15px; }
  .separation-note { grid-template-columns: auto 1fr; padding: 20px; }
  .separation-note > a { grid-column: 2; }
  .benefit-grid, .contact-grid { grid-template-columns: 1fr; }
  .benefit--large, .contact-card--primary { grid-column: auto; }
  .benefit { min-height: 300px; }
  .server-tabs { gap: 4px; padding: 5px; }
  .server-tabs button { padding: 12px 5px; font-size: 12px; }
  .pricing-panel { padding: 24px 18px; border-radius: 19px; }
  .pricing-panel__top { grid-template-columns: 1fr; gap: 22px; align-items: start; padding-bottom: 24px; }
  .pricing-panel__price { justify-content: flex-start; }
  .pricing-panel__price strong { font-size: 52px; }
  .duration-selector { grid-template-columns: 1fr; gap: 10px; }
  .duration-tabs { grid-template-columns: repeat(2, 1fr); }
  .pricing-panel__body { grid-template-columns: 1fr; gap: 24px; }
  .plan-card { padding: 24px; }
  .price strong { font-size: 50px; }
  .steps article { padding: 28px 4px; }
  .trial { display: grid; gap: 26px; }
  .trial .button { width: 100%; }
  .page-hero { padding: 130px 0 62px; }
  .page-hero--ink { padding-bottom: 100px; }
  .page-hero p { font-size: 16px; }
  .mac-card { padding: 22px; }
  .fine-note { grid-template-columns: 1fr; gap: 8px; }
  .order-select, .order-aside { padding: 22px; }
  .order-summary__top { align-items: start; flex-direction: column; }
  .plan-tabs { gap: 3px; }
  .plan-tabs button { font-size: 10px; }
  .two-column { margin-top: 70px; padding-top: 60px; }
  .contact-card { min-height: 360px; }
  .legal { grid-template-columns: 1fr; gap: 48px; }
  .legal aside { position: static; }
  .footer__top { grid-template-columns: 1fr; gap: 22px; }
  .footer__top .button { width: 100%; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__bottom { flex-direction: column; gap: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
