:root {
  --navy: #071d3b;
  --navy-2: #0b2d58;
  --blue: #124d91;
  --orange: #f58216;
  --orange-2: #ff6508;
  --yellow: #ffc72c;
  --green: #20b968;
  --cream: #fff8ee;
  --paper: #ffffff;
  --ink: #0c1d31;
  --muted: #647083;
  --line: #dce3ec;
  --page: min(1160px, calc(100% - 40px));
  --radius: 22px;
  --shadow: 0 18px 55px rgba(7, 29, 59, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: Manrope, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.no-scroll { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a, button { touch-action: manipulation; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 14px; color: #fff; background: var(--navy); border-radius: 10px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.announcement { display: flex; align-items: center; justify-content: space-between; min-height: 34px; padding: 0 max(20px, calc((100vw - 1160px) / 2)); color: #fff; background: linear-gradient(90deg, var(--orange-2), var(--orange)); font-size: 11px; font-weight: 800; }
.announcement p { display: flex; align-items: center; gap: 8px; margin: 0; }
.announcement p span { width: 7px; height: 7px; background: #fff; border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,255,255,.18); }
.announcement a { display: flex; align-items: center; gap: 9px; letter-spacing: .03em; }
.announcement a small { color: rgba(255,255,255,.75); font-size: 7px; letter-spacing: .12em; }
.announcement a strong { padding: 4px 9px; color: var(--navy); background: var(--yellow); border-radius: 8px; font: 900 13px/1 Montserrat,sans-serif; }

.site-header { position: sticky; z-index: 80; top: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; min-height: 76px; padding: 10px max(20px, calc((100vw - 1160px) / 2)); background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(7,29,59,.08); box-shadow: 0 10px 30px rgba(7,29,59,.05); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-mark { display: grid; place-items: center; width: 45px; height: 45px; color: #fff; background: linear-gradient(145deg,var(--orange),var(--orange-2)); border-radius: 15px 15px 15px 5px; box-shadow: 0 9px 22px rgba(245,130,22,.27); font: 900 12px/1 Montserrat,sans-serif; letter-spacing: -.04em; }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand strong { color: var(--navy); font: 900 13px/1.2 Montserrat,sans-serif; letter-spacing: -.02em; }
.brand small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.main-nav { display: flex; justify-content: center; gap: 28px; }
.main-nav a { position: relative; padding: 10px 0; color: #344257; font-size: 11px; font-weight: 800; }
.main-nav a::after { content: ""; position: absolute; right: 50%; bottom: 4px; left: 50%; height: 2px; background: var(--orange); transition: .2s ease; }
.main-nav a:hover::after { right: 0; left: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; background: var(--cream); border: 1px solid #f2ddc4; border-radius: 13px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--navy); border-radius: 9px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 0 19px; border: 0; border-radius: 13px; cursor: pointer; font-size: 11px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-yellow { color: var(--navy); background: linear-gradient(135deg,#ffdc59,var(--yellow)); box-shadow: 0 13px 30px rgba(255,199,44,.24); }
.button-orange { color: #fff; background: linear-gradient(135deg,var(--orange),var(--orange-2)); box-shadow: 0 13px 30px rgba(245,130,22,.25); }
.button-dark { color: #fff; background: var(--navy); }
.button-whatsapp { color: #fff; background: linear-gradient(135deg,#24c976,#13964f); box-shadow: 0 13px 30px rgba(20,157,83,.22); }
.button-outline { color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.32); }
.header-cta { min-height: 43px; }
.header-phone { display: grid; min-width: 158px; padding: 8px 13px; color: #fff; background: linear-gradient(135deg,var(--orange),var(--orange-2)); border-radius: 13px; box-shadow: 0 10px 24px rgba(245,130,22,.22); }
.header-phone small { font-size: 7px; font-weight: 800; opacity: .78; }
.header-phone strong { margin-top: 2px; font: 900 15px/1 Montserrat,sans-serif; letter-spacing: -.025em; }

.hero { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; min-height: 580px; overflow: hidden; color: #fff; background: var(--navy); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg,#000,transparent 70%); }
.hero::after { content: ""; position: absolute; width: 470px; height: 470px; right: -190px; top: -170px; background: var(--yellow); border-radius: 50%; filter: blur(2px); opacity: .95; }
.hero-copy { position: relative; z-index: 2; align-self: center; width: min(100% - 30px, 560px); margin-left: max(20px, calc((100vw - 1160px) / 2)); padding: 68px 0 74px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 15px; color: var(--orange-2); text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 900; }
.eyebrow > span { width: 26px; height: 3px; background: currentColor; border-radius: 99px; }
.eyebrow-light { color: var(--yellow); }
.hero h1, .section-heading h2, .video-copy h2, .conversion-copy h2, .social-copy h2, .official-source h2 { margin: 0; font-family: Montserrat,sans-serif; font-weight: 900; letter-spacing: -.055em; line-height: .98; }
.hero h1 { font-size: clamp(47px,4.7vw,69px); }
.hero h1 em, .section-heading h2 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 530px; margin: 23px 0 0; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-call strong { font: inherit; }
.hero-facts { display: grid; grid-template-columns: repeat(3,1fr); max-width: 560px; margin-top: 37px; border-top: 1px solid rgba(255,255,255,.13); }
.hero-facts div { display: flex; flex-direction: column; gap: 3px; padding: 17px 12px 0 0; }
.hero-facts div + div { padding-left: 16px; border-left: 1px solid rgba(255,255,255,.13); }
.hero-facts strong { color: var(--yellow); font: 900 16px/1 Montserrat,sans-serif; }
.hero-facts span { color: rgba(255,255,255,.52); font-size: 9px; }

.hero-showcase { position: relative; z-index: 3; min-height: 580px; overflow: hidden; background: linear-gradient(145deg,var(--orange),var(--orange-2)); }
.hero-showcase::before { content: ""; position: absolute; width: 420px; height: 420px; left: 30px; bottom: -130px; background: rgba(255,199,44,.55); border-radius: 50%; }
.hero-bubble { position: absolute; z-index: 5; top: 32px; left: 34px; padding: 10px 15px; color: var(--navy); background: var(--yellow); border-radius: 14px 14px 14px 3px; font-size: 10px; font-weight: 900; transform: rotate(-2deg); }
.hero-person { position: absolute; z-index: 2; bottom: -6px; left: -24px; width: min(510px,88%); height: 510px; overflow: hidden; border-radius: 230px 230px 0 0; }
.hero-person picture { display: block; width: 100%; height: 100%; }
.hero-person img { width: 100%; height: 100%; object-fit: cover; object-position: 31% center; transform: scale(1.03); }
.hero-art-card { position: absolute; z-index: 4; top: 52px; right: 28px; width: 174px; padding: 0; overflow: hidden; background: #fff; border: 5px solid #fff; border-radius: 19px; box-shadow: 0 24px 60px rgba(7,29,59,.3); cursor: pointer; transform: rotate(4deg); }
.hero-art-card img { width: 100%; aspect-ratio: 9/16; object-fit: contain; object-position: top; background: var(--orange); }
.hero-art-card span { display: block; padding: 10px 8px; color: var(--navy); background: #fff; font-size: 9px; font-weight: 900; }
.hero-contact { position: absolute; z-index: 6; right: 25px; bottom: 28px; display: grid; min-width: 210px; padding: 15px 17px; color: var(--navy); background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.6); border-radius: 17px; box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.hero-contact small { color: var(--orange-2); text-transform: uppercase; font-size: 8px; font-weight: 900; }
.hero-contact strong { margin: 2px 0 4px; font: 900 13px Montserrat,sans-serif; }
.hero-contact a { color: var(--blue); font-size: 11px; font-weight: 900; }

.quick-strip { position: relative; z-index: 8; display: grid; grid-template-columns: repeat(3,1fr); width: var(--page); margin: -27px auto 0; overflow: hidden; background: #fff; border: 1px solid rgba(7,29,59,.08); border-radius: 18px; box-shadow: var(--shadow); }
.quick-strip > div { display: flex; align-items: center; gap: 13px; min-height: 82px; padding: 16px 22px; }
.quick-strip > div + div { border-left: 1px solid var(--line); }
.quick-strip b { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; color: #fff; background: var(--orange); border-radius: 12px; }
.quick-strip div:nth-child(2) b { color: var(--navy); background: var(--yellow); }
.quick-strip div:nth-child(3) b { background: var(--blue); }
.quick-strip span { display: flex; flex-direction: column; }
.quick-strip strong { font-size: 11px; }
.quick-strip small { margin-top: 3px; color: var(--muted); font-size: 8px; }

.featured-promo { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; width: var(--page); margin: 38px auto 0; overflow: hidden; color: #fff; background: var(--navy); border-radius: 27px; box-shadow: 0 24px 70px rgba(7,29,59,.2); }
.featured-promo[hidden] { display: none; }
.featured-promo::before { content: ""; position: absolute; z-index: 0; width: 260px; height: 260px; left: -90px; bottom: -155px; background: var(--orange); border-radius: 50%; opacity: .38; }
.featured-promo-copy { position: relative; z-index: 2; align-self: center; padding: 34px; }
.featured-promo-copy .eyebrow { color: var(--yellow); }
.featured-promo-copy .eyebrow b { font: inherit; }
.featured-promo-copy h2, .local-intent-heading h2 { margin: 0; font: 900 clamp(34px,3.5vw,49px)/.98 Montserrat,sans-serif; letter-spacing: -.055em; }
.featured-promo-copy > p:not(.eyebrow) { margin: 16px 0 0; color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.7; }
.promo-speeds { display: flex; flex-wrap: wrap; gap: 7px; margin: 19px 0; }
.promo-speeds span { display: flex; align-items: baseline; gap: 4px; padding: 8px 10px; color: var(--navy); background: var(--yellow); border-radius: 9px; font: 900 14px/1 Montserrat,sans-serif; }
.promo-speeds span:nth-child(even) { color: #fff; background: var(--orange); }
.promo-speeds small { font-size: 7px; }
.campaign-benefits { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; margin: -5px 0 19px; }
.campaign-benefits span { display: grid; place-items: center; min-height: 45px; padding: 7px; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 10px; text-align: center; font-size: 7px; font-weight: 900; line-height: 1.35; }
.featured-promo-copy .button { width: 100%; }
.promo-phone { display: block; margin-top: 13px; color: rgba(255,255,255,.66); text-align: center; font-size: 9px; }
.promo-phone strong { color: var(--yellow); font-size: 12px; }
.featured-promo-art { position: relative; z-index: 1; display: grid; align-content: center; min-width: 0; padding: 13px; background: linear-gradient(145deg,var(--orange),var(--orange-2)); }
.featured-promo-art img { width: 100%; height: auto; object-fit: contain; border: 3px solid rgba(255,255,255,.92); border-radius: 18px; box-shadow: 0 18px 50px rgba(7,29,59,.28); }
.featured-promo-art > span { position: absolute; right: 26px; bottom: 25px; padding: 9px 12px; color: var(--navy); background: rgba(255,255,255,.94); border-radius: 10px; box-shadow: 0 8px 24px rgba(7,29,59,.2); font-size: 8px; font-weight: 900; }

.campaign-video-spotlight { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; width: var(--page); margin: 22px auto 0; overflow: hidden; background: linear-gradient(145deg,#fff7e8,#fff); border: 1px solid #f0d7b8; border-radius: 25px; box-shadow: 0 18px 55px rgba(7,29,59,.1); }
.campaign-video-copy { align-self: center; padding: 38px; }
.campaign-video-copy h2 { margin: 0; color: var(--navy); font: 900 clamp(35px,3.6vw,51px)/.98 Montserrat,sans-serif; letter-spacing: -.055em; }
.campaign-video-copy > p:not(.eyebrow) { margin: 17px 0 0; color: var(--muted); font-size: 11px; line-height: 1.72; }
.campaign-video-facts { display: flex; flex-wrap: wrap; gap: 7px; margin: 20px 0; }
.campaign-video-facts span { padding: 8px 10px; color: var(--navy); background: var(--yellow); border-radius: 9px; font-size: 8px; font-weight: 900; }
.campaign-video-facts span:nth-child(2) { color: #fff; background: var(--orange); }
.campaign-video-copy .button { width: 100%; }
.campaign-video-media { position: relative; display: grid; place-items: center; min-height: 490px; padding: 25px; overflow: hidden; background: radial-gradient(circle at 30% 20%,rgba(255,199,44,.55),transparent 33%),linear-gradient(145deg,var(--orange),#d94b05 62%,var(--navy)); }
.campaign-video-media::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.25) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.25) 1px,transparent 1px); background-size: 42px 42px; }
.campaign-video-media video { position: relative; z-index: 2; width: min(100%,290px); height: 440px; object-fit: contain; background: #07162b; border: 5px solid #fff; border-radius: 21px; box-shadow: 0 25px 70px rgba(7,29,59,.4); }
.campaign-video-badge { position: absolute; z-index: 4; top: 20px; right: 20px; display: flex; align-items: center; gap: 7px; padding: 9px 12px; color: var(--navy); background: rgba(255,255,255,.94); border-radius: 99px; font-size: 7px; font-weight: 900; }
.campaign-video-badge span { width: 7px; height: 7px; background: #e52323; border-radius: 50%; animation: pulse 1.7s infinite; }

.section { width: var(--page); margin: auto; padding: 76px 0; }
.section-heading { display: grid; grid-template-columns: 1.4fr .75fr; align-items: end; gap: 50px; margin-bottom: 34px; }
.section-heading h2, .official-source h2 { font-size: clamp(34px,3.6vw,50px); }
.section-heading > p { margin: 0 0 3px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.plans-section { padding-bottom: 68px; }
.plans-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.plan-card { position: relative; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 35px rgba(7,29,59,.07); transition: transform .25s ease, box-shadow .25s ease; }
.plan-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.plan-card.featured { border-color: rgba(245,130,22,.45); box-shadow: 0 16px 45px rgba(245,130,22,.15); }
.featured-label { position: absolute; z-index: 4; top: 13px; left: 13px; padding: 8px 11px; color: var(--navy); background: var(--yellow); border-radius: 99px; box-shadow: 0 6px 18px rgba(7,29,59,.18); text-transform: uppercase; letter-spacing: .08em; font-size: 8px; font-weight: 900; }
.plan-art { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; background: var(--orange); border: 0; cursor: zoom-in; }
.plan-art::after { content: ""; position: absolute; inset: auto 0 0; height: 27%; pointer-events: none; background: linear-gradient(transparent,rgba(7,29,59,.6)); }
.plan-art img { width: 100%; aspect-ratio: 9/16; object-fit: contain; object-position: top; background: linear-gradient(160deg,var(--orange),#a83805); transition: transform .4s ease; }
.plan-card:hover .plan-art img { transform: scale(1.025); }
.plan-art > span { position: absolute; z-index: 2; right: 13px; bottom: 11px; left: 13px; display: flex; align-items: center; justify-content: space-between; color: #fff; font-size: 9px; font-weight: 900; }
.plan-art b { display: grid; place-items: center; width: 30px; height: 30px; color: var(--navy); background: var(--yellow); border-radius: 50%; }
.plan-info { padding: 18px; }
.plan-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; }
.plan-title > div small { color: var(--orange-2); text-transform: uppercase; font-size: 8px; font-weight: 900; }
.plan-title h3 { margin: 2px 0 0; font: 900 24px/1 Montserrat,sans-serif; letter-spacing: -.04em; }
.plan-title > strong { display: flex; align-items: baseline; gap: 4px; color: var(--blue); font: 900 31px/1 Montserrat,sans-serif; }
.plan-title > strong small { font-size: 8px; }
.plan-info > p { margin: 11px 0 12px; color: var(--muted); font-size: 10px; }
.plan-benefits { display: flex; flex-wrap: wrap; gap: 5px; }
.plan-benefits span { padding: 6px 8px; color: #536176; background: #f1f5f9; border-radius: 8px; font-size: 7px; font-weight: 800; }
.plan-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; margin-top: 15px; padding-top: 14px; border-top: 1px solid var(--line); }
.plan-bottom > p { display: flex; align-items: baseline; gap: 3px; margin: 0; }
.plan-bottom p small { color: var(--muted); font-size: 7px; }
.plan-bottom p strong { color: var(--orange-2); font: 900 24px/1 Montserrat,sans-serif; }
.plan-bottom p span { color: var(--muted); font-size: 7px; }
.plan-bottom .button { min-height: 39px; padding: 0 13px; font-size: 9px; }
.legal-note { max-width: 830px; margin: 17px 0 0; color: #7b8492; font-size: 8px; line-height: 1.6; }

.local-intent { padding: 58px max(20px,calc((100vw - 1160px) / 2)); background: linear-gradient(145deg,#fff9ef,#fff3df); border-top: 1px solid #f5dfc3; border-bottom: 1px solid #f5dfc3; }
.local-intent-heading { display: grid; grid-template-columns: 1.05fr 1.1fr; align-items: end; gap: 48px; }
.local-intent-heading .eyebrow { grid-column: 1/-1; margin-bottom: -28px; }
.local-intent-heading > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.local-intent-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 30px; }
.local-intent-grid article { position: relative; min-height: 170px; padding: 23px; background: #fff; border: 1px solid #f0ddc5; border-radius: 18px; box-shadow: 0 10px 30px rgba(89,52,13,.06); }
.local-intent-grid article > span { position: absolute; top: 15px; right: 17px; color: var(--orange); font-size: 8px; font-weight: 900; }
.local-intent-grid h3 { max-width: 280px; margin: 24px 0 9px; color: var(--navy); font: 900 18px/1.15 Montserrat,sans-serif; letter-spacing: -.035em; }
.local-intent-grid p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.65; }
.local-intent-cta { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 13px; padding: 15px 18px; color: #fff; background: var(--navy); border-radius: 15px; }
.local-intent-cta p { margin: 0; color: rgba(255,255,255,.65); font-size: 9px; }
.local-intent-cta .button { flex: 0 0 auto; min-height: 42px; }

.video-banner { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 530px; overflow: hidden; color: #fff; background: var(--navy); }
.video-copy { position: relative; align-self: center; max-width: 510px; margin-left: max(20px,calc((100vw - 1160px) / 2)); padding: 60px 45px 60px 0; }
.video-number { position: absolute; right: 34px; top: -5px; margin: 0; color: rgba(255,255,255,.05); font: 900 150px/1 Montserrat,sans-serif; }
.video-copy h2 { position: relative; max-width: 440px; font-size: clamp(38px,4vw,57px); }
.video-copy > p:not(.eyebrow):not(.video-number) { position: relative; max-width: 450px; margin: 17px 0 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.7; }
.video-tabs { position: relative; display: flex; gap: 7px; margin: 26px 0 22px; }
.video-tabs button { display: flex; align-items: center; gap: 8px; min-height: 42px; padding: 0 14px; color: rgba(255,255,255,.62); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: 12px; cursor: pointer; font-size: 9px; font-weight: 900; }
.video-tabs button span { color: var(--yellow); font-size: 7px; }
.video-tabs button.active { color: var(--navy); background: var(--yellow); border-color: var(--yellow); }
.video-tabs button.active span { color: var(--navy); }
.video-frame { position: relative; display: grid; place-items: center; min-width: 0; padding: 36px 32px; background: radial-gradient(circle at 65% 50%,rgba(255,199,44,.62),transparent 42%),linear-gradient(135deg,var(--orange),var(--orange-2)); }
.video-frame::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: repeating-linear-gradient(45deg,transparent 0 28px,rgba(255,255,255,.15) 28px 29px); }
.video-frame video { position: relative; z-index: 2; width: min(100%,560px); height: 455px; object-fit: contain; background: #07162b; border: 6px solid rgba(255,255,255,.95); border-radius: 23px; box-shadow: 0 30px 80px rgba(7,29,59,.42); }
.video-label { position: absolute; z-index: 5; top: 22px; left: 24px; display: flex; align-items: center; gap: 8px; padding: 9px 12px; color: var(--navy); background: var(--yellow); border-radius: 99px; box-shadow: 0 10px 25px rgba(7,29,59,.18); text-transform: uppercase; letter-spacing: .08em; font-size: 7px; }
.video-label span { width: 7px; height: 7px; background: #e52323; border-radius: 50%; animation: pulse 1.7s infinite; }

.sales-ribbon { display: flex; align-items: center; justify-content: center; gap: 22px; min-height: 96px; padding: 18px 30px; color: var(--navy); background: var(--yellow); }
.sales-ribbon > div { display: flex; align-items: baseline; gap: 5px; }
.sales-ribbon span { font: 900 38px/1 Montserrat,sans-serif; letter-spacing: -.05em; }
.sales-ribbon small { font-size: 9px; font-weight: 900; }
.sales-ribbon i { width: 7px; height: 7px; background: var(--orange-2); border-radius: 50%; }
.sales-ribbon p { max-width: 210px; margin: 0 0 0 14px; padding-left: 24px; border-left: 1px solid rgba(7,29,59,.22); font-size: 11px; font-weight: 800; line-height: 1.45; }

.compact-benefits { padding-top: 70px; padding-bottom: 70px; }
.text-link { color: var(--blue); font-size: 11px; font-weight: 900; }
.text-link span { color: var(--orange-2); }
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.benefit-card { position: relative; min-height: 215px; padding: 25px; overflow: hidden; color: #fff; background: var(--navy); border-radius: 20px; }
.benefit-card.accent { background: linear-gradient(145deg,var(--orange),var(--orange-2)); }
.benefit-card > b { position: absolute; right: 17px; top: 15px; color: rgba(255,255,255,.25); font-size: 9px; }
.benefit-card > span { display: grid; place-items: center; width: 43px; height: 43px; color: var(--navy); background: var(--yellow); border-radius: 14px; font-weight: 900; }
.benefit-card h3 { max-width: 270px; margin: 28px 0 8px; font: 900 19px/1.15 Montserrat,sans-serif; letter-spacing: -.035em; }
.benefit-card p { margin: 0; color: rgba(255,255,255,.6); font-size: 9px; line-height: 1.65; }
.benefit-card.accent p { color: rgba(255,255,255,.8); }
.advisor-banner { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 24px; margin-top: 14px; padding: 18px 20px; color: #fff; background: linear-gradient(110deg,var(--navy),var(--navy-2)); border-radius: 19px; box-shadow: var(--shadow); }
.advisor-banner-name { display: flex; align-items: center; gap: 12px; }
.advisor-banner-name > span { display: grid; place-items: center; width: 43px; height: 43px; color: var(--navy); background: var(--yellow); border-radius: 13px; font: 900 11px Montserrat,sans-serif; }
.advisor-banner-name > div { display: grid; }
.advisor-banner small { color: rgba(255,255,255,.55); font-size: 7px; text-transform: uppercase; letter-spacing: .08em; }
.advisor-banner strong { margin-top: 2px; font: 900 14px Montserrat,sans-serif; }
.advisor-banner > a:not(.button) { display: grid; padding-left: 24px; border-left: 1px solid rgba(255,255,255,.15); }
.advisor-banner > a:not(.button) strong { color: var(--yellow); font-size: 19px; }

.official-wrap { padding: 0 20px 70px; background: linear-gradient(#fff 0 25%,var(--cream) 25%); }
.official-source { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px; width: min(1060px,100%); margin: auto; padding: 29px; background: #fff; border: 1px solid #f3dfca; border-radius: 24px; box-shadow: var(--shadow); }
.official-icon { display: grid; place-items: center; width: 68px; height: 68px; color: #fff; background: var(--orange); border-radius: 21px 21px 21px 7px; font: 900 45px/1 Montserrat,sans-serif; }
.official-source h2 { max-width: 620px; font-size: 27px; }
.official-source > div:nth-child(2) > p:not(.eyebrow) { max-width: 620px; margin: 9px 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.official-source small { color: #8b6d4d; font-size: 7px; }
.official-actions { display: flex; align-items: center; flex-direction: column; gap: 10px; min-width: 200px; }
.official-actions .button { width: 100%; }
.official-actions > a:last-child { color: var(--blue); text-align: center; font-size: 8px; font-weight: 800; }

.conversion-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: 48px; padding: 70px max(20px,calc((100vw - 1080px) / 2)); color: #fff; background: linear-gradient(135deg,var(--navy),var(--navy-2)); }
.conversion-copy { align-self: center; }
.conversion-copy h2 { font-size: clamp(41px,4vw,56px); }
.conversion-copy > p:not(.eyebrow) { max-width: 470px; margin: 15px 0 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.7; }
.advisor-box { display: flex; align-items: center; gap: 12px; margin-top: 25px; padding: 13px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 17px; }
.advisor-box > span { display: grid; place-items: center; width: 46px; height: 46px; color: var(--navy); background: var(--yellow); border-radius: 14px; font: 900 13px Montserrat,sans-serif; }
.advisor-box > div { display: grid; }
.advisor-box small { color: rgba(255,255,255,.48); font-size: 8px; }
.advisor-box strong { margin: 2px 0; font-size: 12px; }
.advisor-box a { color: var(--yellow); font-size: 10px; font-weight: 900; }
.conversion-copy ol { display: flex; flex-wrap: wrap; gap: 13px; padding: 0; margin: 20px 0 0; list-style: none; }
.conversion-copy li { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,.64); font-size: 8px; font-weight: 800; }
.conversion-copy li b { display: grid; place-items: center; width: 23px; height: 23px; color: var(--navy); background: #fff; border-radius: 50%; font-size: 8px; }
.lead-form { color: var(--ink); background: #fff; padding: 28px; border-radius: 23px; box-shadow: 0 25px 70px rgba(0,0,0,.2); }
.form-heading > span { color: var(--orange-2); text-transform: uppercase; letter-spacing: .11em; font-size: 8px; font-weight: 900; }
.form-heading h3 { margin: 4px 0 0; font: 900 27px/1.1 Montserrat,sans-serif; letter-spacing: -.04em; }
.form-heading p { margin: 6px 0 18px; color: var(--muted); font-size: 9px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-grid label { display: grid; gap: 6px; color: #485568; font-size: 8px; font-weight: 900; }
.form-grid label.full { grid-column: 1/-1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; color: var(--ink); background: #f7f9fc; border: 1px solid #dce3ec; border-radius: 11px; outline: 0; }
.form-grid input, .form-grid select { min-height: 44px; padding: 0 11px; }
.form-grid textarea { padding: 11px; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(245,130,22,.11); }
.submit-button { width: 100%; margin-top: 16px; }
.form-note { margin: 8px 0 0; color: var(--muted); text-align: center; font-size: 7px; }

.social-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; padding: 62px max(20px,calc((100vw - 1060px) / 2)); background: var(--cream); }
.social-copy h2 { max-width: 500px; font-size: clamp(34px,3.4vw,48px); }
.social-links { display: grid; gap: 9px; }
.social-links a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; min-height: 69px; padding: 11px 14px; background: #fff; border: 1px solid #f0dfcc; border-radius: 16px; transition: transform .2s ease,box-shadow .2s ease; }
.social-links a:hover { transform: translateX(4px); box-shadow: 0 12px 35px rgba(7,29,59,.1); }
.social-links a > span { display: grid; place-items: center; width: 43px; height: 43px; color: #fff; background: linear-gradient(135deg,#f04187,#7f3ecf); border-radius: 13px; font-weight: 900; }
.social-links a:nth-child(2) > span { background: #1877f2; }
.social-links a > div { display: grid; }
.social-links small { color: var(--muted); font-size: 7px; }
.social-links strong { margin-top: 2px; font-size: 11px; }
.social-links b { color: var(--orange-2); }
.faq-section { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; width: var(--page); margin: auto; padding: 42px 0 64px; }
.faq-section details { padding: 17px; background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.faq-section summary { cursor: pointer; list-style: none; color: var(--navy); font-size: 10px; font-weight: 900; }
.faq-section summary::-webkit-details-marker { display: none; }
.faq-section summary::after { content: "+"; float: right; color: var(--orange-2); }
.faq-section details[open] summary::after { content: "−"; }
.faq-section p { margin: 11px 0 0; color: var(--muted); font-size: 9px; line-height: 1.6; }

.footer { padding: 48px max(20px,calc((100vw - 1160px) / 2)) 24px; color: #fff; background: #031327; }
.footer-main { display: grid; grid-template-columns: .8fr 1.2fr auto; align-items: center; gap: 34px; padding-bottom: 34px; }
.footer-brand strong { color: #fff; }
.footer-brand small { color: rgba(255,255,255,.4); }
.footer-main > p { margin: 0; color: rgba(255,255,255,.5); font-size: 11px; line-height: 1.6; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { max-width: 680px; margin: 0; color: rgba(255,255,255,.35); font-size: 7px; line-height: 1.6; }
.footer-bottom div { display: flex; gap: 17px; color: rgba(255,255,255,.56); font-size: 8px; }

.floating-wa { position: fixed; z-index: 90; right: 18px; bottom: 17px; display: flex; align-items: center; gap: 8px; padding: 11px 14px; color: #fff; background: var(--green); border: 3px solid #fff; border-radius: 99px; box-shadow: 0 15px 38px rgba(18,130,68,.28); font-size: 9px; font-weight: 900; }
.floating-wa span { font-size: 12px; }
.mobile-cta { display: none; }

.lightbox { position: fixed; z-index: 160; inset: 0; display: grid; place-items: center; padding: 28px; background: rgba(2,12,27,.92); backdrop-filter: blur(10px); }
.lightbox[hidden] { display: none; }
.lightbox-close { position: fixed; z-index: 2; top: 18px; right: 22px; display: grid; place-items: center; width: 43px; height: 43px; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); border-radius: 50%; cursor: pointer; font-size: 26px; }
.lightbox-dialog { display: grid; grid-template-columns: minmax(260px,520px) minmax(220px,300px); align-items: center; max-width: 820px; max-height: calc(100vh - 55px); overflow: auto; color: #fff; background: var(--navy); border: 1px solid rgba(255,255,255,.15); border-radius: 23px; box-shadow: 0 35px 100px rgba(0,0,0,.5); }
.lightbox-dialog > img { width: 100%; max-height: calc(100vh - 55px); object-fit: contain; background: var(--orange); }
.lightbox-dialog > div { display: grid; gap: 18px; padding: 28px; }
.lightbox-dialog strong { font: 900 21px/1.12 Montserrat,sans-serif; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease,transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes pulse { 50% { transform: scale(.65); opacity: .6; } }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .header-cta, .header-phone { display: none; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 76px; right: 0; left: 0; display: none; flex-direction: column; gap: 0; padding: 9px 20px 18px; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 2px; border-bottom: 1px solid var(--line); }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { margin-left: 25px; }
  .hero-art-card { width: 150px; right: 15px; }
  .hero-contact { right: 14px; }
  .quick-strip { width: calc(100% - 30px); }
  .featured-promo { grid-template-columns: .82fr 1.18fr; width: calc(100% - 30px); }
  .featured-promo-copy { padding: 25px; }
  .campaign-video-spotlight { width: calc(100% - 30px); }
  .campaign-video-copy { padding: 29px; }
  .local-intent-heading { gap: 28px; }
  .plans-grid { gap: 11px; }
  .plan-title { align-items: flex-start; flex-direction: column; }
  .video-copy { margin-left: 25px; }
  .official-source { grid-template-columns: auto 1fr; }
  .official-actions { grid-column: 1/-1; width: 100%; }
  .conversion-section { gap: 28px; }
  .advisor-banner { grid-template-columns: 1fr auto; }
  .advisor-banner .button { grid-column: 1/-1; width: 100%; }
}

@media (max-width: 760px) {
  :root { --page: calc(100% - 28px); }
  html { scroll-padding-top: 76px; }
  .announcement { justify-content: center; padding-top: 6px; padding-bottom: 6px; text-align: center; line-height: 1.35; }
  .announcement a { display: none; }
  .site-header { gap: 12px; min-height: 70px; padding-right: max(14px,env(safe-area-inset-right)); padding-left: max(14px,env(safe-area-inset-left)); }
  .main-nav { top: 70px; }
  .main-nav a { display: flex; align-items: center; min-height: 44px; }
  .brand-mark { width: 40px; height: 40px; font-size: 26px; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { width: auto; margin: 0; padding: 49px 18px 44px; }
  .hero h1 { font-size: clamp(43px,12vw,61px); }
  .hero-lead { font-size: 13px; }
  .hero-showcase { min-height: 475px; }
  .hero-person { left: -46px; width: min(510px,105%); height: 450px; }
  .hero-art-card { top: 35px; right: 14px; width: 138px; }
  .hero-bubble { top: 19px; left: 16px; }
  .hero-contact { right: 12px; bottom: 15px; min-width: 185px; padding: 12px 14px; }
  .quick-strip { grid-template-columns: 1fr; margin-top: -18px; }
  .quick-strip > div { min-height: 68px; padding: 12px 17px; }
  .quick-strip > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .quick-strip strong { font-size: 12px; }
  .quick-strip small { font-size: 9px; line-height: 1.45; }
  .featured-promo { grid-template-columns: 1fr; width: calc(100% - 28px); margin-top: 28px; border-radius: 21px; }
  .featured-promo-copy { padding: 29px 20px 23px; }
  .featured-promo-copy h2 { font-size: 37px; }
  .featured-promo-art { padding: 8px; }
  .featured-promo-art img { border-width: 2px; border-radius: 14px; }
  .featured-promo-art > span { right: 18px; bottom: 17px; }
  .campaign-video-spotlight { grid-template-columns: 1fr; width: calc(100% - 28px); border-radius: 21px; }
  .campaign-video-copy { padding: 30px 20px 24px; }
  .campaign-video-copy h2 { font-size: 37px; }
  .campaign-video-copy > p:not(.eyebrow) { font-size: 12px; }
  .campaign-video-media { min-height: 565px; padding: 36px 14px 25px; }
  .campaign-video-media video { width: min(100%,320px); height: min(72vh,520px); min-height: 410px; border-width: 4px; border-radius: 18px; }
  .campaign-video-badge { top: 15px; right: 15px; }
  .section { padding-top: 58px; padding-bottom: 58px; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; margin-bottom: 27px; }
  .section-heading h2, .official-source h2 { font-size: 37px; }
  .plans-grid { grid-template-columns: 1fr; gap: 17px; }
  .plan-art img { aspect-ratio: 9/16; }
  .plan-title { align-items: flex-end; flex-direction: row; }
  .plan-benefits span { padding: 7px 9px; font-size: 9px; }
  .legal-note { font-size: 10px; line-height: 1.65; }
  .local-intent { padding: 49px 14px; }
  .local-intent-heading { grid-template-columns: 1fr; gap: 15px; }
  .local-intent-heading .eyebrow { grid-column: auto; margin-bottom: 0; }
  .local-intent-heading h2 { font-size: 37px; }
  .local-intent-grid { grid-template-columns: 1fr; gap: 10px; margin-top: 24px; }
  .local-intent-grid article { min-height: 150px; }
  .local-intent-cta { align-items: stretch; flex-direction: column; gap: 12px; }
  .local-intent-cta .button { width: 100%; }
  .video-banner { grid-template-columns: 1fr; }
  .video-copy { order: 1; max-width: none; margin: 0; padding: 47px 18px 36px; }
  .video-frame { order: 2; padding: 30px 14px 34px; }
  .video-frame video { width: 100%; height: min(72vh,520px); border-width: 4px; border-radius: 18px; }
  .video-label { top: 18px; left: 18px; }
  .video-number { right: 12px; font-size: 110px; }
  .sales-ribbon { flex-wrap: wrap; gap: 10px 13px; padding: 18px 12px; }
  .sales-ribbon span { font-size: 29px; }
  .sales-ribbon p { flex: 0 0 100%; max-width: none; margin: 5px 0 0; padding: 8px 0 0; border-top: 1px solid rgba(7,29,59,.2); border-left: 0; text-align: center; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 190px; }
  .advisor-banner { grid-template-columns: 1fr; gap: 15px; padding: 17px; }
  .advisor-banner > a:not(.button) { padding: 13px 0 0; border-top: 1px solid rgba(255,255,255,.15); border-left: 0; }
  .advisor-banner .button { grid-column: auto; }
  .official-wrap { padding-right: 14px; padding-bottom: 55px; padding-left: 14px; }
  .official-source { grid-template-columns: 1fr; gap: 17px; padding: 21px; }
  .official-icon { width: 55px; height: 55px; font-size: 36px; }
  .official-actions { grid-column: auto; min-width: 0; }
  .official-source > div:nth-child(2) > p:not(.eyebrow) { font-size: 11px; }
  .official-source small { font-size: 9px; line-height: 1.5; }
  .conversion-section { grid-template-columns: 1fr; gap: 35px; padding: 55px 14px; }
  .conversion-copy h2 { font-size: 43px; }
  .lead-form { padding: 23px 16px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.full { grid-column: auto; }
  .form-grid input, .form-grid select, .form-grid textarea { font-size: 16px; }
  .form-note { font-size: 9px; line-height: 1.45; }
  .social-section { grid-template-columns: 1fr; gap: 26px; padding: 55px 14px; }
  .faq-section { grid-template-columns: 1fr; padding-top: 30px; }
  .faq-section summary { font-size: 12px; line-height: 1.45; }
  .faq-section p { font-size: 10px; }
  .footer { padding: 45px 16px calc(98px + env(safe-area-inset-bottom)); }
  .footer-main { grid-template-columns: 1fr; gap: 22px; }
  .footer-main .button { width: 100%; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom div { flex-direction: column; gap: 6px; }
  .footer-bottom p { font-size: 9px; }
  .floating-wa { display: none; }
  .mobile-cta { position: fixed; z-index: 100; right: max(8px,env(safe-area-inset-right)); bottom: max(8px,env(safe-area-inset-bottom)); left: max(8px,env(safe-area-inset-left)); display: grid; grid-template-columns: .75fr 1.25fr; gap: 7px; padding: 6px; background: rgba(255,255,255,.95); border: 1px solid rgba(7,29,59,.12); border-radius: 16px; box-shadow: 0 16px 45px rgba(7,29,59,.22); backdrop-filter: blur(12px); }
  .mobile-cta a { display: grid; place-items: center; min-height: 46px; color: var(--navy); background: #eef2f7; border-radius: 11px; font-size: 10px; font-weight: 900; }
  .mobile-cta a:first-child { line-height: 1.05; }
  .mobile-cta a:first-child small { font-size: 6px; }
  .mobile-cta a:first-child strong { font: 900 11px Montserrat,sans-serif; }
  .mobile-cta a:last-child { color: #fff; background: var(--green); }
  .lightbox { padding: 50px 10px 10px; }
  .lightbox-close { top: 7px; right: 10px; width: 38px; height: 38px; }
  .lightbox-dialog { grid-template-columns: 1fr; max-height: calc(100vh - 62px); }
  .lightbox-dialog > img { max-height: calc(100vh - 170px); }
  .lightbox-dialog > div { grid-template-columns: 1fr auto; align-items: center; gap: 10px; padding: 14px; }
  .lightbox-dialog strong { font-size: 15px; }
  .lightbox-dialog .button { min-height: 41px; padding: 0 12px; font-size: 8px; }
}

@media (max-width: 390px) {
  .brand small { display: none; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-facts { grid-template-columns: 1fr 1fr; }
  .hero-facts div:last-child { grid-column: 1/-1; padding-left: 0; border-left: 0; }
  .hero-art-card { width: 120px; }
  .hero-contact { min-width: 170px; }
  .promo-speeds { display: grid; grid-template-columns: 1fr 1fr; }
  .promo-speeds span { justify-content: center; }
  .campaign-benefits { grid-template-columns: 1fr; }
  .section-heading h2, .official-source h2 { font-size: 33px; }
  .plan-title > strong { font-size: 28px; }
  .video-tabs { display: grid; grid-template-columns: 1fr 1fr; }
  .video-tabs button { justify-content: center; }
}

@media (max-height: 520px) and (orientation: landscape) {
  .video-frame video { height: 390px; }
  .campaign-video-media { min-height: auto; padding: 48px 14px 20px; }
  .campaign-video-media video { width: auto; height: min(76vh,390px); min-height: 0; }
  .mobile-cta { max-width: 420px; margin: 0 auto; }
}

@media (hover: none) {
  .button:hover, .plan-card:hover { transform: none; }
  .plan-card:hover .plan-art img { transform: none; }
}

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