:root {
  --ink: #15172a;
  --muted: #65697a;
  --paper: #f7f8fc;
  --white: #ffffff;
  --line: #e6e7ef;
  --cyan: #32bce5;
  --blue: #3a8fd9;
  --violet: #735bc2;
  --violet-dark: #54409e;
  --navy: #11142d;
  --green: #20c46b;
  --shadow: 0 22px 60px rgba(32, 38, 79, 0.12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; color: var(--navy); background: white; border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; color: white; background: rgba(17, 20, 45, 0.83); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 32px; }
.brand { width: 180px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; font-size: 14px; font-weight: 650; }
.main-nav a { color: rgba(255,255,255,.78); transition: color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: white; }
.mobile-client-cta { display: none; }
.client-cta { color: white; background: transparent; border: 1px solid rgba(255,255,255,.28); box-shadow: none; white-space: nowrap; }
.client-cta:hover, .client-cta:focus-visible { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.52); box-shadow: none; }
.header-cta { margin-left: 4px; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; margin-left: auto; color: white; background: transparent; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; }
.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; background: currentColor; border-radius: 2px; }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; color: white; background: linear-gradient(115deg, var(--cyan), var(--violet)); border: 0; border-radius: 14px; box-shadow: 0 12px 32px rgba(88, 94, 192, .27); font-size: 14px; font-weight: 800; line-height: 1; transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(88, 94, 192, .36); filter: saturate(1.08); }
.button-small { min-height: 42px; padding: 0 18px; border-radius: 11px; font-size: 13px; }
.button-outline { color: var(--violet-dark); background: transparent; border: 1.5px solid #cbc7e9; box-shadow: none; }
.button-outline:hover, .button-outline:focus-visible { color: white; background: var(--violet); border-color: var(--violet); }
.button-light { color: var(--violet-dark); background: white; box-shadow: 0 12px 34px rgba(21, 12, 53, .2); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: white; font-size: 14px; font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link-dark { color: var(--violet-dark); }

.hero { position: relative; min-height: 760px; padding: 148px 0 88px; overflow: hidden; color: white; background: radial-gradient(circle at 16% 18%, #283069 0, transparent 34%), linear-gradient(125deg, #0e1129 0%, #17193a 52%, #241b4c 100%); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .23; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, black, transparent 80%); }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(10px); opacity: .32; }
.hero-glow-one { width: 420px; height: 420px; right: 7%; top: 9%; background: var(--violet); }
.hero-glow-two { width: 300px; height: 300px; right: 26%; bottom: -18%; background: var(--cyan); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 76px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 20px; color: #b8c5ff; font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 3px; background: linear-gradient(90deg, var(--cyan), var(--violet)); border-radius: 99px; }
.eyebrow-dark { color: var(--violet-dark); }
.hero h1, .section h2, .coverage-section h2 { margin: 0; letter-spacing: -.045em; line-height: 1.02; }
.hero h1 { max-width: 680px; font-size: clamp(52px, 6.2vw, 84px); font-weight: 850; }
.hero h1 em { color: transparent; background: linear-gradient(95deg, var(--cyan), #8c75e8); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.hero-lead { max-width: 600px; margin: 26px 0 34px; color: rgba(255,255,255,.71); font-size: 19px; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.hero-points { display: flex; gap: 0; padding: 0; margin: 54px 0 0; list-style: none; }
.hero-points li { padding: 0 26px; color: rgba(255,255,255,.58); border-right: 1px solid rgba(255,255,255,.14); font-size: 12px; }
.hero-points li:first-child { padding-left: 0; }
.hero-points li:last-child { border-right: 0; }
.hero-points strong { display: block; color: white; font-size: 17px; }
.hero-visual { position: relative; min-height: 540px; }
.hero-photo-wrap { position: absolute; inset: 0 34px 0 42px; overflow: hidden; background: #20244b; border: 1px solid rgba(255,255,255,.14); border-radius: 220px 220px 28px 28px; box-shadow: 0 35px 80px rgba(4, 5, 18, .42); }
.hero-photo-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(17,20,45,.72), transparent 55%), linear-gradient(115deg, rgba(50,188,229,.13), rgba(115,91,194,.22)); }
.hero-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 34%; filter: contrast(1.02) saturate(.88); }
.signal-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; min-width: 198px; padding: 16px 18px; color: var(--ink); background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.7); border-radius: 16px; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.signal-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.4; }
.signal-card strong { color: var(--ink); font-size: 13px; }
.signal-card-top { top: 94px; right: 0; }
.signal-card-bottom { left: 0; bottom: 72px; }
.signal-icon { display: grid; place-items: center; width: 37px; height: 37px; color: white; background: linear-gradient(135deg, var(--cyan), var(--violet)); border-radius: 11px; font-size: 24px; }
.status-dot { width: 13px; height: 13px; margin: 0 10px; background: var(--green); border: 3px solid #c8f8dc; border-radius: 50%; box-shadow: 0 0 0 7px #e7fbef; }

.trust-strip { position: relative; z-index: 5; color: white; background: linear-gradient(110deg, #6548b9, #7959c7 55%, #4c87d5); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 118px; }
.trust-grid > div { display: flex; align-items: center; gap: 18px; padding: 24px 34px; border-right: 1px solid rgba(255,255,255,.18); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid p { margin: 0; color: rgba(255,255,255,.72); font-size: 13px; }
.trust-grid strong { color: white; font-size: 15px; }
.trust-number { color: rgba(255,255,255,.34); font-size: 29px; font-weight: 900; }

.section { padding: 108px 0; }
.plans-section { background: var(--paper); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; margin-bottom: 48px; }
.section-heading h2, .section h2 { max-width: 700px; font-size: clamp(38px, 4.5vw, 58px); }
.section-heading > p { max-width: 390px; margin: 0 0 5px; color: var(--muted); }
.section-heading.centered { display: block; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered h2, .section-heading.centered > p { margin-inline: auto; }
.section-heading.centered > p { margin-top: 22px; }
.tv-brand-strip { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 26px; margin: -16px 0 28px; padding: 22px 27px; color: white; background: linear-gradient(115deg, #5f47b0, #7656c2 55%, #398fd3); border-radius: 20px; box-shadow: 0 18px 38px rgba(77, 66, 155, .16); }
.tv-brand-strip p { margin: 0; color: rgba(255,255,255,.76); font-size: 14px; }
.tv-brand { display: flex; align-items: center; gap: 14px; padding-right: 26px; border-right: 1px solid rgba(255,255,255,.2); }
.tv-brand strong { font-size: 25px; letter-spacing: -.03em; white-space: nowrap; }
.tv-brand-mark { position: relative; display: block; width: 45px; height: 45px; border: 5px solid white; border-radius: 12px; }
.tv-brand-mark::after { content: ""; position: absolute; top: 50%; left: 52%; width: 0; height: 0; border-top: 9px solid transparent; border-bottom: 9px solid transparent; border-left: 14px solid white; transform: translate(-42%, -50%); }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.plan-card { --plan-accent: var(--violet); --plan-accent-soft: rgba(111, 85, 199, .15); position: relative; display: flex; flex-direction: column; min-height: 490px; padding: 33px 30px 30px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 35px rgba(33, 38, 81, .05); transition: transform .25s ease, box-shadow .25s ease; }
.plan-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.plan-card.featured { color: white; background: linear-gradient(150deg, #252853, #433b89 58%, #6954b6); border-color: transparent; box-shadow: 0 24px 55px rgba(56, 48, 121, .23); }
.plan-card.plan-essential { --plan-accent: #39c987; --plan-accent-soft: rgba(57, 201, 135, .15); }
.plan-card.plan-plus { --plan-accent: #347ed7; --plan-accent-soft: rgba(52, 126, 215, .15); }
.plan-card.plan-ultra { --plan-accent: #7c5ccf; --plan-accent-soft: rgba(124, 92, 207, .15); }
.plan-card.plan-premium { --plan-accent: #f9dc5c; --plan-accent-soft: rgba(249, 220, 92, .17); }
.plan-card.plan-pro { --plan-accent: #4a465d; --plan-accent-soft: rgba(74, 70, 93, .14); }
.plan-card.plan-giga { --plan-accent: #ee7a44; --plan-accent-soft: rgba(238, 122, 68, .16); border-color: #c9c2e8; background: linear-gradient(160deg, white 62%, #f2eeff); }
.plan-card.plan-giga h3 strong { color: #4b3a96; }
.featured-badge { position: absolute; top: 22px; right: 22px; padding: 7px 11px; color: #342a72; background: #f9dc5c; border-radius: 999px; font-size: 10px; font-weight: 900; letter-spacing: .03em; text-transform: uppercase; }
.plan-label { display: flex; align-items: center; gap: 10px; margin: 0 0 14px; color: var(--violet-dark); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.plan-label::before { content: ""; flex: 0 0 auto; width: 10px; height: 10px; background: var(--plan-accent); border-radius: 50%; box-shadow: 0 0 0 5px var(--plan-accent-soft); }
.featured .plan-label { color: #bfeeff; }
.plan-card h3 { margin: 0; font-size: 25px; font-weight: 600; }
.plan-card h3 strong { font-size: 55px; letter-spacing: -.05em; }
.plan-price { position: relative; display: flex; align-items: flex-start; margin: 20px 0 24px; padding-top: 13px; font-size: 44px; font-weight: 850; letter-spacing: -.05em; line-height: 1; }
.plan-price::before { content: "A partir de"; position: absolute; top: 0; left: 0; color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .02em; }
.featured .plan-price::before { color: rgba(255,255,255,.58); }
.plan-price span { margin: 6px 5px 0 0; font-size: 13px; letter-spacing: 0; }
.plan-price sup { top: 0; margin-top: 3px; font-size: 20px; }
.plan-price small { align-self: flex-end; margin: 0 0 6px 5px; color: var(--muted); font-size: 12px; font-weight: 600; letter-spacing: 0; }
.featured .plan-price small { color: rgba(255,255,255,.58); }
.plan-card ul { display: grid; gap: 11px; padding: 21px 0 24px; margin: 0 0 22px; border-top: 1px solid var(--line); list-style: none; }
.featured ul { border-color: rgba(255,255,255,.14); }
.plan-card li { position: relative; padding-left: 22px; color: var(--muted); font-size: 14px; line-height: 1.35; }
.plan-card li::before { content: "✓"; position: absolute; left: 0; color: var(--plan-accent); font-weight: 900; }
.featured li { color: rgba(255,255,255,.75); }
.featured li::before { color: #f9dc5c; }
.plan-card li.tv-benefit { color: var(--violet-dark); font-weight: 850; }
.plan-card li.tv-benefit::before { content: "▶"; top: 3px; font-size: 9px; }
.featured li.tv-benefit { color: white; }
.plan-card .button { width: 100%; margin-top: auto; }
.wifi-extra { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; margin-top: 24px; padding: 26px 30px; background: white; border: 1px solid var(--line); border-radius: 20px; }
.wifi-extra h3, .wifi-extra p { margin: 0; }
.wifi-extra h3 { font-size: 19px; }
.mini-label { color: var(--violet); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.wifi-symbol { position: relative; width: 50px; height: 42px; }
.wifi-symbol span { position: absolute; left: 50%; border: 3px solid var(--violet); border-color: var(--violet) transparent transparent transparent; border-radius: 50%; transform: translateX(-50%); }
.wifi-symbol span:first-child { top: 3px; width: 48px; height: 48px; }
.wifi-symbol span:nth-child(2) { top: 15px; width: 26px; height: 26px; }
.wifi-symbol i { position: absolute; left: 50%; bottom: 3px; width: 7px; height: 7px; background: var(--violet); border-radius: 50%; transform: translateX(-50%); }
.plans-note { max-width: 1080px; margin: 20px auto 0; color: #858897; font-size: 11px; line-height: 1.55; text-align: center; }
.plans-note a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }

.tv-showcase-section { position: relative; overflow: hidden; background: #eef0f8; }
.tv-showcase-section::before { content: ""; position: absolute; width: 560px; height: 560px; left: -330px; bottom: -330px; background: radial-gradient(circle, rgba(50,188,229,.17), transparent 67%); }
.tv-showcase { position: relative; overflow: hidden; padding: 54px 56px 34px; color: white; background: linear-gradient(135deg, #11142d 0%, #252956 52%, #443783 100%); border-radius: 30px; box-shadow: 0 30px 70px rgba(28, 30, 75, .2); }
.tv-showcase::before { content: ""; position: absolute; width: 430px; height: 430px; right: -130px; top: -210px; background: radial-gradient(circle, rgba(50,188,229,.27), transparent 68%); }
.tv-showcase-main { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 58px; }
.tv-showcase-copy { position: relative; z-index: 2; }
.tv-showcase-logo { width: 154px; max-height: 102px; margin: 0 0 22px; object-fit: contain; object-position: left center; }
.tv-showcase-copy h2 { max-width: 470px; margin: 11px 0 20px; color: white; font-size: clamp(46px, 5vw, 66px); line-height: .98; }
.tv-showcase-lead { max-width: 500px; margin: 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.65; }
.tv-showcase-lead strong { color: white; }
.tv-showcase-actions { display: flex; align-items: center; gap: 25px; margin-top: 31px; }
.tv-showcase-visual { position: relative; min-height: 415px; }
.tv-showcase-visual > img { width: 100%; height: 415px; object-fit: cover; object-position: 18% center; border: 1px solid rgba(255,255,255,.14); border-radius: 26px; box-shadow: 0 24px 55px rgba(3, 6, 24, .35); }
.tv-floating-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 15px 18px; color: var(--ink); background: rgba(255,255,255,.95); border: 1px solid rgba(255,255,255,.75); border-radius: 16px; box-shadow: 0 16px 34px rgba(10, 12, 38, .2); backdrop-filter: blur(10px); }
.tv-floating-card-top { top: 25px; left: -28px; flex-direction: column; align-items: flex-start; gap: 0; }
.tv-floating-card-top strong { color: var(--violet-dark); font-size: 27px; line-height: 1; }
.tv-floating-card-top span { color: var(--muted); font-size: 12px; font-weight: 800; }
.tv-floating-card-bottom { right: -18px; bottom: 24px; font-size: 13px; font-weight: 850; }
.tv-floating-card-bottom i { width: 11px; height: 11px; background: var(--green); border: 3px solid #c8f8dc; border-radius: 50%; box-shadow: 0 0 0 5px #e7fbef; }
.tv-stats { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 38px; border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.tv-stats > div { display: flex; flex-direction: column; gap: 5px; padding: 24px 26px; border-right: 1px solid rgba(255,255,255,.13); }
.tv-stats > div:first-child { padding-left: 0; }
.tv-stats > div:last-child { padding-right: 0; border-right: 0; }
.tv-stats strong { font-size: 17px; }
.tv-stats span { color: rgba(255,255,255,.54); font-size: 12px; }
.tv-devices { position: relative; display: flex; align-items: center; gap: 18px; padding-top: 27px; }
.tv-devices p { flex: 0 0 auto; margin: 0; color: rgba(255,255,255,.55); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.tv-devices ul { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }
.tv-devices li { padding: 8px 12px; color: rgba(255,255,255,.83); background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.11); border-radius: 999px; font-size: 11px; font-weight: 750; }
.tv-benefits-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 22px; }
.tv-benefits-grid article { min-height: 205px; padding: 31px; background: white; border: 1px solid var(--line); border-radius: 21px; }
.tv-benefits-grid span { color: var(--violet); font-size: 11px; font-weight: 900; }
.tv-benefits-grid h3 { margin: 28px 0 10px; font-size: 19px; }
.tv-benefits-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.vision-section { position: relative; overflow: hidden; color: white; background: linear-gradient(130deg, #10132b 0%, #1b1e42 60%, #31235d 100%); }
.vision-section::before { content: ""; position: absolute; width: 560px; height: 560px; right: -220px; top: -250px; background: radial-gradient(circle, rgba(67,194,232,.24), transparent 66%); }
.vision-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.vision-logo-wrap { width: 310px; margin: 0 0 24px; }
.vision-logo { display: block; width: 100%; max-width: 100%; height: auto; }
.vision-intro > p:not(.eyebrow) { max-width: 550px; margin: 25px 0; color: rgba(255,255,255,.66); font-size: 17px; }
.check-list { display: grid; gap: 13px; padding: 0; margin: 28px 0 35px; list-style: none; }
.check-list li { position: relative; padding-left: 29px; color: rgba(255,255,255,.78); font-size: 14px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; display: grid; place-items: center; width: 19px; height: 19px; color: #0f1230; background: var(--cyan); border-radius: 6px; font-size: 12px; font-weight: 900; }
.vision-pricing { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.vision-pricing article { display: flex; align-items: center; gap: 17px; min-height: 148px; padding: 24px; background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.11); border-radius: 19px; }
.vision-pricing article.vision-featured { background: linear-gradient(135deg, rgba(50,188,229,.17), rgba(115,91,194,.24)); border-color: rgba(103,213,241,.42); }
.camera-count { display: grid; place-items: center; flex: 0 0 auto; width: 54px; height: 54px; color: white; background: linear-gradient(135deg, var(--cyan), var(--violet)); border-radius: 17px; font-size: 24px; font-weight: 900; }
.vision-pricing h3, .vision-pricing p, .vision-pricing small { margin: 0; }
.vision-pricing h3 { font-size: 15px; }
.vision-pricing p { margin: 4px 0; color: white; font-size: 15px; font-weight: 750; }
.vision-pricing small { color: rgba(255,255,255,.55); font-size: 11px; }

.difference-section { background: white; }
.difference-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 58px; }
.difference-grid article { min-height: 238px; display: flex; flex-direction: column; padding: 34px; background: var(--paper); border: 1px solid var(--line); border-radius: 22px; }
.difference-grid span { color: var(--violet); font-size: 12px; font-weight: 900; }
.difference-grid h3 { margin: 42px 0 12px; font-size: 21px; }
.difference-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.difference-grid .business-card { color: white; background: linear-gradient(145deg, #20244d, #443986 62%, #6250ae); border-color: transparent; box-shadow: 0 18px 42px rgba(57, 49, 126, .16); }
.difference-grid .business-card span { color: #6edcf6; }
.difference-grid .business-card p { color: rgba(255,255,255,.68); }
.difference-cta { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 22px; padding: 26px 30px; background: white; border: 1px solid var(--line); border-radius: 20px; }
.difference-cta p, .difference-cta h3 { margin: 0; }
.difference-cta h3 { margin-top: 3px; font-size: 20px; }

.social-section { padding: 0 0 86px; background: white; }
.social-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 34px 38px; overflow: hidden; color: white; background: linear-gradient(115deg, #4629a0 0%, #7d48c6 50%, #cf418e 100%); border-radius: 26px; box-shadow: 0 22px 55px rgba(87, 53, 156, .2); }
.instagram-mark { display: grid; place-items: center; width: 76px; height: 76px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: 23px; font-size: 38px; font-weight: 900; }
.social-copy .mini-label { color: #f5c9ff; }
.social-copy h2 { max-width: 650px; margin: 5px 0 0; font-size: clamp(24px, 3vw, 36px); letter-spacing: -.035em; line-height: 1.12; }
.instagram-button { color: #6a35a6; background: white; box-shadow: 0 12px 30px rgba(37, 16, 77, .2); white-space: nowrap; }
.instagram-button:hover, .instagram-button:focus-visible { box-shadow: 0 16px 34px rgba(37, 16, 77, .3); }

.coverage-section { min-height: 330px; display: flex; align-items: center; padding: 82px 0; color: white; background: linear-gradient(110deg, rgba(32, 20, 73, .94) 0%, rgba(87, 57, 159, .84) 52%, rgba(33, 100, 147, .78) 100%), url("assets/santo-antonio-do-grama-1600.jpg") center 48% / cover no-repeat; }
.coverage-grid { display: grid; grid-template-columns: 1.15fr .9fr auto; align-items: center; gap: 48px; }
.coverage-section h2 { max-width: 540px; font-size: clamp(38px, 4.3vw, 56px); }
.coverage-grid > p { margin: 0; color: rgba(255,255,255,.72); }

.contact-section { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.contact-copy p:not(.eyebrow) { max-width: 390px; margin: 24px 0 0; color: var(--muted); }
.contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-cards a { display: flex; flex-direction: column; min-height: 170px; padding: 25px; background: white; border: 1px solid var(--line); border-radius: 19px; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.contact-cards a:hover { transform: translateY(-3px); border-color: #c8bee9; box-shadow: var(--shadow); }
.contact-cards span { color: var(--violet); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-cards strong { margin: 14px 0; overflow-wrap: anywhere; font-size: 16px; }
.contact-cards small { margin-top: auto; color: var(--muted); }

.site-footer { padding: 72px 0 20px; color: white; background: #0c0f25; }
.footer-top { display: grid; grid-template-columns: 1.6fr .7fr 1fr; gap: 80px; padding-bottom: 58px; }
.footer-brand img { width: 220px; height: auto; }
.footer-brand p { max-width: 340px; margin: 25px 0 0; color: rgba(255,255,255,.5); }
.footer-brand .footer-legal { margin-top: 12px; font-size: 12px; line-height: 1.7; }
.footer-top h2 { margin: 0 0 18px; color: rgba(255,255,255,.38); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.footer-top > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 11px; }
.footer-top a, .footer-top > div > p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; }
.footer-top a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 20px; color: rgba(255,255,255,.36); border-top: 1px solid rgba(255,255,255,.09); font-size: 11px; }
.footer-bottom p { margin: 0; }
.floating-whatsapp { position: fixed; z-index: 80; right: 20px; bottom: 20px; display: flex; align-items: center; min-height: 48px; padding: 0 18px; color: white; background: #20b968; border: 3px solid white; border-radius: 999px; box-shadow: 0 12px 35px rgba(12, 68, 37, .3); font-size: 13px; font-weight: 850; }

@media (max-width: 980px) {
  .header-cta, .client-cta { display: none; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 78px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 15px 20px 25px; color: var(--ink); background: white; box-shadow: 0 24px 45px rgba(8,12,35,.2); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 15px 8px; color: var(--ink); border-bottom: 1px solid var(--line); }
  .main-nav .mobile-client-cta { display: block; margin-top: 12px; padding: 14px 18px; color: white; background: linear-gradient(115deg, var(--cyan), var(--violet)); border: 0; border-radius: 11px; text-align: center; }
  .hero { min-height: auto; padding-top: 130px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .hero h1 { font-size: clamp(47px, 7vw, 64px); }
  .hero-visual { min-height: 490px; }
  .hero-photo-wrap { inset: 15px 10px 0 25px; }
  .signal-card-top { right: -10px; }
  .tv-brand-strip { margin-top: 0; }
  .plans-grid { grid-template-columns: repeat(2, 1fr); }
  .tv-showcase { padding: 45px 42px 31px; }
  .tv-showcase-main { grid-template-columns: 1fr; gap: 42px; }
  .tv-showcase-copy h2 { max-width: 600px; }
  .tv-showcase-lead { max-width: 620px; }
  .tv-showcase-visual, .tv-showcase-visual > img { min-height: 410px; height: 410px; }
  .tv-floating-card-top { left: 22px; }
  .tv-floating-card-bottom { right: 22px; }
  .vision-grid { gap: 40px; }
  .vision-pricing { grid-template-columns: 1fr; }
  .coverage-grid { grid-template-columns: 1fr 1fr; }
  .coverage-grid .button { grid-column: 1 / -1; width: fit-content; }
  .contact-grid { gap: 40px; }
}

@media (max-width: 740px) {
  .container { width: min(100% - 30px, 560px); }
  .header-inner { min-height: 70px; }
  .brand { width: 154px; }
  .main-nav { top: 70px; }
  .hero { padding: 118px 0 68px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(46px, 14vw, 62px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-points { width: 100%; margin-top: 42px; }
  .hero-points li { flex: 1; padding: 0 12px; }
  .hero-points strong { font-size: 14px; }
  .hero-visual { min-height: 470px; margin-top: 20px; }
  .hero-photo-wrap { inset: 0 18px; }
  .signal-card { min-width: 175px; padding: 13px; }
  .signal-card-top { top: 55px; right: 0; }
  .signal-card-bottom { left: 0; bottom: 38px; }
  .trust-grid { grid-template-columns: 1fr; padding: 12px 0; }
  .trust-grid > div, .trust-grid > div:first-child { padding: 17px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section { padding: 76px 0; }
  .section-heading { display: block; margin-bottom: 36px; }
  .section-heading > p { margin-top: 20px; }
  .tv-brand-strip { grid-template-columns: 1fr; gap: 16px; }
  .tv-brand { padding-right: 0; padding-bottom: 16px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .plans-grid { grid-template-columns: 1fr; }
  .plan-card { min-height: 470px; }
  .wifi-extra { grid-template-columns: auto 1fr; }
  .wifi-extra .text-link { grid-column: 1 / -1; }
  .tv-showcase { padding: 31px 22px 25px; border-radius: 23px; }
  .tv-showcase-logo { width: 130px; margin-bottom: 18px; }
  .tv-showcase-copy h2 { font-size: clamp(42px, 13vw, 54px); }
  .tv-showcase-lead { font-size: 16px; }
  .tv-showcase-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .tv-showcase-actions .button { width: 100%; }
  .tv-showcase-visual, .tv-showcase-visual > img { min-height: 300px; height: 300px; }
  .tv-showcase-visual > img { border-radius: 19px; }
  .tv-floating-card { padding: 12px 14px; }
  .tv-floating-card-top { top: 18px; left: 14px; }
  .tv-floating-card-bottom { right: 14px; bottom: 18px; }
  .tv-stats { grid-template-columns: 1fr; }
  .tv-stats > div, .tv-stats > div:first-child, .tv-stats > div:last-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .tv-stats > div:last-child { border-bottom: 0; }
  .tv-devices { align-items: flex-start; flex-direction: column; gap: 13px; }
  .tv-benefits-grid { grid-template-columns: 1fr; }
  .tv-benefits-grid article { min-height: 185px; }
  .vision-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .vision-pricing { grid-template-columns: 1fr; }
  .difference-grid { grid-template-columns: 1fr; }
  .difference-grid h3 { margin-top: 28px; }
  .difference-cta { align-items: stretch; flex-direction: column; }
  .difference-cta .button { width: 100%; }
  .social-section { padding-bottom: 64px; }
  .social-card { grid-template-columns: 1fr; padding: 30px 24px; }
  .instagram-mark { width: 62px; height: 62px; border-radius: 19px; }
  .instagram-button { width: 100%; }
  .coverage-grid { grid-template-columns: 1fr; gap: 25px; }
  .coverage-section { min-height: 470px; background-position: 56% center; }
  .coverage-grid .button { grid-column: auto; width: 100%; }
  .contact-cards { grid-template-columns: 1fr; }
  .contact-cards a { min-height: 148px; }
  .footer-top { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp { right: 12px; bottom: 12px; min-height: 44px; padding: 0 14px; }
}

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