:root {
  --pc-navy: #013973;
  --pc-navy-deep: #041729;
  --pc-navy-mid: #07549a;
  --pc-orange: #fa851b;
  --pc-orange-deep: #d55f00;
  --pc-amber: #ffb15b;
  --pc-sky: #eaf4fb;
  --pc-cream: #f4f8fc;
  --pc-white: #fff;
  --pc-muted: #4e6174;
  --pc-line: rgba(1, 57, 115, .14);
  --pc-radius: 24px;
  --pc-shadow: 0 24px 70px rgba(1, 57, 115, .14);
  --pc-container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--pc-navy); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.05; letter-spacing: -.04em; }
h1 { font-size: clamp(3rem, 7vw, 6.5rem); }
h2 { margin-bottom: 22px; font-size: clamp(2.2rem, 4.5vw, 4.25rem); }
h3 { font-size: 1.4rem; }
h2 em { color: var(--pc-orange-deep); font-style: normal; }
p { color: var(--pc-muted); }
::selection { color: #fff; background: var(--pc-navy); }
:focus-visible { outline: 3px solid var(--pc-amber); outline-offset: 4px; }
.pc-container { width: min(calc(100% - 40px), var(--pc-container)); margin-inline: auto; }
.pc-section { padding: clamp(72px, 8vw, 116px) 0; }
.screen-reader-text, .pc-skip-link { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.pc-skip-link:focus { z-index: 9999; top: 10px; left: 10px; width: auto; height: auto; padding: 12px 16px; clip: auto; color: #fff; background: var(--pc-navy-deep); }
.pc-kicker, .pc-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 20px; color: #c95400; font-size: .74rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.pc-kicker::before, .pc-eyebrow::before { width: 22px; height: 2px; content: ""; background: currentColor; }
.pc-text-link, .pc-section-link { display: inline-flex; align-items: center; color: #b64a00; font-size: .8rem; font-weight: 850; text-decoration: none; }
.pc-text-link:hover, .pc-section-link:hover { text-decoration: underline; text-underline-offset: 4px; }

.pc-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 22px; border: 1px solid var(--pc-orange-deep); border-radius: 999px; color: var(--pc-navy-deep); background: linear-gradient(135deg, #ffa13f, var(--pc-orange)); box-shadow: 0 13px 30px rgba(213, 95, 0, .27); font-size: .84rem; font-weight: 900; line-height: 1.15; text-align: center; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.pc-button:hover, .pc-button:focus-visible { color: var(--pc-navy-deep); background: linear-gradient(135deg, var(--pc-amber), var(--pc-orange)); box-shadow: 0 17px 36px rgba(213, 95, 0, .34); transform: translateY(-2px); }
.pc-button-large { min-height: 60px; padding-inline: 30px; }
.pc-button-small { min-height: 46px; padding: 10px 18px; }
.pc-button-outline { color: var(--pc-navy); border-color: var(--pc-orange); background: #fff; box-shadow: none; }
.pc-button-outline:hover, .pc-button-outline:focus-visible { color: #fff; border-color: var(--pc-navy); background: var(--pc-navy); }
.pc-button-light, .pc-button-light:hover, .pc-button-light:focus-visible { color: var(--pc-navy); border-color: #fff; background: #fff; }

.pc-topbar { position: relative; z-index: 100; color: #dcecf7; background: linear-gradient(90deg, var(--pc-navy-deep) 0 70%, var(--pc-navy) 100%); font-size: .71rem; font-weight: 750; }
.pc-topbar-inner { display: flex; align-items: center; justify-content: space-between; min-height: 36px; }
.pc-topbar-links { display: flex; align-items: center; gap: 20px; }
.pc-topbar a { color: #fff; text-decoration: none; }
.pc-client-portal { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; margin: 4px 0; border-radius: 999px; color: var(--pc-navy) !important; background: #fff; box-shadow: 0 6px 18px rgba(0, 0, 0, .16); font-weight: 900; }
.pc-header { position: sticky; z-index: 90; top: 0; background: rgba(255, 255, 255, .97); border-bottom: 1px solid var(--pc-line); box-shadow: 0 10px 34px rgba(1, 57, 115, .08); backdrop-filter: blur(18px); }
.pc-header-inner { position: relative; display: flex; align-items: center; gap: 24px; min-height: 82px; }
.pc-brand, .custom-logo-link { display: block; flex: 0 0 auto; width: 204px; text-decoration: none; }
.custom-logo, .pc-brand img { width: 100%; max-height: 72px; object-fit: contain; }
.pc-primary-nav { margin-left: auto; }
.pc-nav-list { display: flex; align-items: center; gap: clamp(16px, 2vw, 28px); padding: 0; margin: 0; list-style: none; }
.pc-nav-list a { position: relative; color: var(--pc-navy-deep); font-size: .76rem; font-weight: 850; text-decoration: none; }
.pc-nav-list a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; content: ""; background: var(--pc-orange); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.pc-nav-list a:hover::after, .pc-nav-list a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.pc-menu-toggle { display: none; width: 46px; height: 46px; padding: 9px; border: 1px solid var(--pc-line); border-radius: 50%; background: #fff; }
.pc-menu-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--pc-navy-deep); }

.pc-network-background { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.pc-router-node { position: absolute; width: 76px; height: 38px; border: 1px solid rgba(250, 133, 27, .46); border-radius: 11px; background: rgba(250, 133, 27, .09); box-shadow: 0 0 34px rgba(250, 133, 27, .14); animation: pc-tech-float 6s ease-in-out infinite; }
.pc-router-node i { position: absolute; bottom: 100%; width: 2px; height: 26px; background: linear-gradient(transparent, rgba(250, 133, 27, .75)); }
.pc-router-node i:first-child { left: 16px; transform: rotate(-15deg); transform-origin: bottom; }
.pc-router-node i:nth-child(2) { right: 16px; transform: rotate(15deg); transform-origin: bottom; }
.pc-router-node b { position: absolute; right: 13px; bottom: 10px; width: 6px; height: 6px; border-radius: 50%; background: #52d675; box-shadow: -12px 0 var(--pc-amber), -24px 0 #52d675; }
.pc-router-node-one { top: 17%; right: 4%; opacity: .72; }
.pc-router-node-two { bottom: 12%; left: 3%; opacity: .46; transform: scale(.8); animation-delay: -3s; }
.pc-wifi-wave { position: absolute; width: 130px; height: 130px; border: 2px solid rgba(250, 133, 27, .24); border-radius: 50%; animation: pc-signal-pulse 3.2s ease-out infinite; }
.pc-wifi-wave::before, .pc-wifi-wave::after { position: absolute; border: inherit; border-radius: inherit; content: ""; }
.pc-wifi-wave::before { inset: 18%; }
.pc-wifi-wave::after { inset: 38%; }
.pc-wifi-wave-one { top: 8%; left: 54%; }
.pc-wifi-wave-two { right: 6%; bottom: 5%; animation-delay: -1.6s; }
.pc-data-packet { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--pc-amber); box-shadow: 0 0 18px var(--pc-orange); animation: pc-data-flow 7s linear infinite; }
.pc-packet-one { top: 28%; left: 3%; }
.pc-packet-two { top: 65%; left: 48%; animation-delay: -2s; }
.pc-packet-three { top: 16%; left: 73%; animation-delay: -4s; }
.pc-fiber-path { position: absolute; top: 50%; left: -20%; width: 140%; height: 1px; background: linear-gradient(90deg, transparent, rgba(250,133,27,.08), rgba(255,177,91,.5), rgba(250,133,27,.08), transparent); transform: rotate(-8deg); animation: pc-fiber-glow 3s ease-in-out infinite; }

.pc-hero { position: relative; overflow: hidden; min-height: 0; color: var(--pc-navy); background: radial-gradient(circle at 82% 18%, rgba(250,133,27,.23), transparent 25%), linear-gradient(116deg, #fff 0 58%, #fff3e8 58% 100%); }
.pc-hero::before { position: absolute; inset: 0; content: ""; opacity: .76; background-image: linear-gradient(rgba(1,57,115,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(1,57,115,.04) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.pc-hero::after { position: absolute; right: -15vw; bottom: -55%; width: 55vw; height: 55vw; border: 120px solid rgba(1,57,115,.1); border-radius: 50%; content: ""; }
.pc-hero-glow { position: absolute; top: 3%; left: 46%; width: 520px; height: 520px; border-radius: 50%; background: rgba(250,133,27,.13); filter: blur(90px); }
.pc-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: clamp(34px, 5vw, 72px); min-height: 690px; padding-block: 48px 70px; }
.pc-hero-copy h1 { max-width: 720px; margin-bottom: 24px; color: var(--pc-navy); font-size: clamp(3.35rem, 5.2vw, 5.4rem); font-weight: 950; }
.pc-hero-title-line { display: block; }
.pc-hero-copy h1 em { color: var(--pc-orange-deep); font-style: normal; }
.pc-hero-copy > p { max-width: 620px; color: #40566b; font-size: clamp(1rem, 1.35vw, 1.16rem); }
.pc-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 30px; }
.pc-proof-row { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 30px 0 0; list-style: none; }
.pc-proof-row li { padding: 8px 13px; border: 1px solid rgba(1,57,115,.16); border-radius: 999px; color: #425b73; background: rgba(255,255,255,.86); font-size: .72rem; }
.pc-proof-row strong { color: var(--pc-navy); }
.pc-hero-visual { position: relative; align-self: stretch; min-height: 520px; }
.pc-hero-visual > img { position: absolute; z-index: 2; right: 0; bottom: 0; width: min(100%, 540px); height: 82%; border: 7px solid #fff; border-radius: 34px; box-shadow: 0 30px 72px rgba(1,57,115,.25); object-fit: cover; }
.pc-hero-visual::after { position: absolute; z-index: 3; right: 0; bottom: 0; width: min(100%, 540px); height: 30%; border-radius: 0 0 27px 27px; content: ""; background: linear-gradient(transparent, rgba(4,23,41,.64)); pointer-events: none; }
.pc-speed-orbit { position: absolute; z-index: 1; top: 6%; right: -8%; width: 90%; aspect-ratio: 1; border: 2px solid rgba(1,57,115,.24); border-radius: 50%; }
.pc-speed-orbit::before, .pc-speed-orbit::after { position: absolute; border: 1px solid rgba(250,133,27,.3); border-radius: 50%; content: ""; }
.pc-speed-orbit::before { inset: 13%; }
.pc-speed-orbit::after { inset: 26%; }
.pc-speed-orbit i { position: absolute; width: 13px; height: 13px; border-radius: 50%; background: var(--pc-orange); box-shadow: 0 0 22px rgba(250,133,27,.8); }
.pc-speed-orbit i:nth-child(1) { top: 17%; left: 10%; }
.pc-speed-orbit i:nth-child(2) { top: 45%; right: -1%; }
.pc-speed-orbit i:nth-child(3) { bottom: 6%; left: 28%; }
.pc-promo-chip { position: absolute; z-index: 5; top: 8%; left: -5%; display: grid; min-width: 200px; padding: 20px; border: 1px solid rgba(255,255,255,.22); border-radius: 20px; color: #fff; background: linear-gradient(145deg, rgba(1,57,115,.98), rgba(4,23,41,.98)); box-shadow: 0 24px 60px rgba(1,57,115,.32); transform: rotate(-3deg); }
.pc-promo-chip small { color: #d7e9f7; font-size: .64rem; text-transform: uppercase; }
.pc-promo-chip strong { font-size: 2rem; line-height: 1; }
.pc-promo-chip span { margin: 8px 0 4px; color: var(--pc-amber); font-size: 1.32rem; font-weight: 950; }
.pc-tech-chip { position: absolute; z-index: 5; padding: 9px 14px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: #fff; background: rgba(4,23,41,.86); font-size: .64rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(12px); animation: pc-tech-float 4s ease-in-out infinite; }
.pc-chip-wifi { right: -3%; bottom: 24%; }
.pc-chip-fiber { right: 48%; bottom: 7%; animation-delay: -2s; }
.pc-client-hero-button { display: grid; grid-template-columns: 38px auto; align-items: center; column-gap: 10px; min-height: 60px; padding: 9px 18px; border: 1px solid var(--pc-line); border-radius: 16px; color: var(--pc-navy); background: #fff; box-shadow: 0 12px 30px rgba(1,57,115,.12); text-decoration: none; transition: transform .2s ease, background .2s ease; }
.pc-client-hero-button:hover { color: var(--pc-navy); background: var(--pc-sky); transform: translateY(-2px); }
.pc-client-hero-button > span { grid-row: 1 / 3; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; color: #fff; background: var(--pc-navy); }
.pc-client-hero-button b { font-size: .79rem; }
.pc-client-hero-button small { color: #526b82; font-size: .62rem; }
.pc-hero-visual-network::after { display: none; }
.pc-speed-console { position: absolute; z-index: 3; top: 50%; right: 3%; width: min(92%, 440px); padding: 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 32px; color: #fff; background: radial-gradient(circle at 90% 5%, rgba(250,133,27,.24), transparent 30%), linear-gradient(145deg, var(--pc-navy), var(--pc-navy-deep)); box-shadow: 0 36px 90px rgba(1,57,115,.34); transform: translateY(-50%); }
.pc-speed-console::before { position: absolute; inset: 0; content: ""; opacity: .4; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 42px 42px; }
.pc-speed-console > * { position: relative; z-index: 1; }
.pc-console-top { display: flex; align-items: center; gap: 7px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.13); }
.pc-console-top span { margin-right: auto; color: #d5e8f7; font-size: .64rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.pc-console-top i { width: 7px; height: 7px; border-radius: 50%; background: #55d878; box-shadow: 0 0 12px rgba(85,216,120,.6); }
.pc-console-top i:nth-child(3) { background: var(--pc-amber); }
.pc-console-speed { display: grid; grid-template-columns: auto 1fr; align-items: end; padding: 30px 0 18px; }
.pc-console-speed small { grid-column: 1 / -1; color: var(--pc-amber); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.pc-console-speed strong { margin-top: 9px; font-size: clamp(5.4rem, 8vw, 7.8rem); letter-spacing: -.1em; line-height: .78; }
.pc-console-speed b { padding: 0 0 7px 10px; color: var(--pc-amber); font-size: 1.4rem; }
.pc-console-speed span { grid-column: 1 / -1; margin-top: 14px; font-size: 1.35rem; font-weight: 950; }
.pc-console-signal { display: flex; gap: 7px; align-items: end; height: 52px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.05); }
.pc-console-signal i { flex: 1; border-radius: 5px 5px 2px 2px; background: linear-gradient(to top, var(--pc-orange), var(--pc-amber)); animation: pc-console-bars 2.8s ease-in-out infinite; }
.pc-console-signal i:nth-child(1) { height: 34%; }
.pc-console-signal i:nth-child(2) { height: 56%; animation-delay: -.35s; }
.pc-console-signal i:nth-child(3) { height: 84%; animation-delay: -.7s; }
.pc-console-signal i:nth-child(4) { height: 68%; animation-delay: -1.05s; }
.pc-console-signal i:nth-child(5) { height: 96%; animation-delay: -1.4s; }
.pc-speed-console ul { display: flex; flex-wrap: wrap; gap: 8px; padding: 18px 0; margin: 0; list-style: none; }
.pc-speed-console li { padding: 7px 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #dcecf7; font-size: .66rem; }
.pc-speed-console > a { display: block; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.13); color: var(--pc-amber); font-size: .76rem; font-weight: 900; text-decoration: none; }

.pc-product-gateway { position: relative; z-index: 3; margin-top: -34px; }
.pc-product-gateway-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--pc-line); border-radius: var(--pc-radius); background: #fff; box-shadow: 0 24px 64px rgba(1,57,115,.16); }
.pc-product-gateway a { display: grid; min-height: 150px; padding: 26px; border-right: 1px solid rgba(1,57,115,.1); color: var(--pc-navy); text-decoration: none; transition: color .2s ease, background .2s ease, transform .2s ease; }
.pc-product-gateway a:last-child { border-right: 0; }
.pc-product-gateway a:hover { color: #fff; background: linear-gradient(145deg, var(--pc-navy), var(--pc-navy-mid)); transform: translateY(-4px); }
.pc-product-gateway span { color: #c95400; font-size: .68rem; font-weight: 900; }
.pc-product-gateway strong { align-self: end; font-size: 1rem; }
.pc-product-gateway small { color: #526b82; font-size: .68rem; }
.pc-product-gateway a:hover span { color: var(--pc-amber); }
.pc-product-gateway a:hover small { color: var(--pc-sky); }

.pc-section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .6fr); gap: 60px; align-items: end; margin-bottom: 56px; }
.pc-section-heading h2 { max-width: 820px; margin-bottom: 0; color: var(--pc-navy); }
.pc-section-heading h2 em { display: block; }
.pc-section-heading > p, .pc-section-heading > div > p { margin-bottom: 6px; }
.pc-plans-section { background: linear-gradient(180deg, #fff 0%, var(--pc-cream) 100%); }
.pc-plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; width: min(100%, 1180px); margin-inline: auto; }
.pc-plan-card { position: relative; display: flex; flex-direction: column; min-height: 500px; padding: 38px; overflow: hidden; border: 1px solid var(--pc-line); border-top: 5px solid var(--pc-orange); border-radius: var(--pc-radius); color: var(--pc-navy); background: #fff; box-shadow: 0 18px 48px rgba(1,57,115,.1); }
.pc-plan-card::before { position: absolute; top: -90px; right: -85px; width: 180px; height: 180px; border: 30px solid rgba(1,57,115,.06); border-radius: 50%; content: ""; }
.pc-plan-speed { display: flex; align-items: flex-end; margin-bottom: 14px; }
.pc-plan-speed strong { font-size: clamp(3.6rem, 6vw, 5.6rem); letter-spacing: -.08em; line-height: .82; }
.pc-plan-speed span { margin-left: 8px; color: var(--pc-orange-deep); font-size: 1.32rem; font-weight: 900; }
.pc-plan-fit { min-height: 50px; margin-bottom: 28px; font-size: .87rem; }
.pc-price { display: flex; align-items: flex-start; margin-bottom: 18px; color: var(--pc-navy); }
.pc-price > span { margin: 10px 4px 0 0; font-weight: 900; }
.pc-price > strong { font-size: 2.4rem; line-height: 1; letter-spacing: -.05em; }
.pc-price > small { align-self: flex-end; margin: 0 0 2px 4px; color: var(--pc-muted); }
.pc-promo-period { margin: -10px 0 4px; color: var(--pc-orange-deep); font-size: .72rem; font-weight: 900; text-transform: lowercase; }
.pc-regular-price { min-height: 38px; margin-bottom: 18px; color: var(--pc-muted); font-size: .7rem; font-weight: 750; }
.pc-plan-card ul { display: grid; gap: 11px; padding: 24px 0 28px; margin: 0; border-top: 1px solid var(--pc-line); list-style: none; }
.pc-plan-card li { position: relative; padding-left: 25px; font-size: .84rem; font-weight: 750; }
.pc-plan-card li::before { position: absolute; top: .52em; left: 1px; width: 9px; height: 5px; border-bottom: 2px solid var(--pc-orange-deep); border-left: 2px solid var(--pc-orange-deep); content: ""; transform: rotate(-45deg); }
.pc-plan-card .pc-button { width: 100%; margin-top: auto; }
.pc-plan-featured { padding-top: 92px; color: var(--pc-navy-deep); border-color: var(--pc-orange-deep); background: linear-gradient(145deg, #ffab50, var(--pc-orange) 62%, #ef7100); box-shadow: 0 28px 68px rgba(213,95,0,.28); transform: translateY(-10px); }
.pc-plan-featured .pc-plan-fit, .pc-plan-featured li, .pc-plan-featured .pc-price, .pc-plan-featured .pc-price small, .pc-plan-featured .pc-plan-speed span, .pc-plan-featured .pc-promo-period, .pc-plan-featured .pc-regular-price { color: var(--pc-navy-deep); }
.pc-plan-featured ul { border-color: rgba(4,23,41,.18); }
.pc-plan-featured .pc-button { color: #fff; border-color: var(--pc-navy); background: var(--pc-navy); box-shadow: 0 12px 30px rgba(1,57,115,.24); }
.pc-plan-featured .pc-button:hover { color: var(--pc-navy); border-color: #fff; background: #fff; }
.pc-plan-highlight { position: absolute; top: 22px; left: 38px; display: inline-grid; gap: 1px; padding: 10px 16px; border: 1px solid rgba(255,255,255,.68); border-radius: 999px; color: #fff; background: var(--pc-navy); box-shadow: 0 10px 24px rgba(1,57,115,.24); line-height: 1.1; }
.pc-plan-highlight strong { font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.pc-plan-highlight small { color: #bfd9ef; font-size: .61rem; text-transform: uppercase; }
.pc-plan-legal { max-width: 800px; margin: 26px auto 0; font-size: .69rem; text-align: center; }

.pc-dark-section { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 84% 16%, rgba(250,133,27,.22), transparent 30%), linear-gradient(135deg, var(--pc-navy-deep), var(--pc-navy) 72%, #062a52); }
.pc-dark-section::before { position: absolute; inset: 0; content: ""; opacity: .3; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 72px 72px; }
.pc-dark-section > .pc-container { position: relative; }
.pc-dark-section h2, .pc-dark-section h3, .pc-dark-section .pc-section-heading h2 { color: #fff; }
.pc-dark-section p { color: #d4e5f3; }
.pc-dark-section .pc-kicker { color: var(--pc-amber); }
.pc-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pc-feature-grid article { min-height: 270px; padding: 34px; border-top: 5px solid var(--pc-orange); border-radius: 18px; color: var(--pc-navy); background: #fff; box-shadow: 0 18px 45px rgba(1,57,115,.1); }
.pc-feature-grid article > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #fff; background: var(--pc-navy); font-size: .72rem; font-weight: 900; }
.pc-feature-grid h3 { margin: 72px 0 14px; color: var(--pc-navy-deep); }
.pc-feature-grid p { margin-bottom: 0; color: var(--pc-muted); font-size: .82rem; }

.pc-connected-home { position: relative; overflow: hidden; color: var(--pc-navy); background: linear-gradient(135deg, var(--pc-cream), var(--pc-sky)); }
.pc-connected-home > .pc-network-background { opacity: .32; }
.pc-connected-home-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.pc-connected-home figure { position: relative; padding: 20px; margin: 0; border-radius: 32px; background: #fff; box-shadow: var(--pc-shadow); }
.pc-connected-home figure > img { width: 100%; border-radius: 20px; }
.pc-connected-home h2 { color: var(--pc-navy); }
.pc-connected-home h2 em { display: block; }
.pc-connected-home h3 { margin: 12px 0 22px; color: #c95400; letter-spacing: -.02em; }
.pc-list-title { display: block; margin-top: 24px; }
.pc-benefit-list, .pc-check-list { display: grid; gap: 12px; padding: 0; margin: 17px 0 30px; list-style: none; }
.pc-benefit-list li, .pc-check-list li { position: relative; padding-left: 30px; color: #284d70; font-size: .85rem; font-weight: 750; }
.pc-benefit-list li::before, .pc-check-list li::before { position: absolute; top: .35em; left: 0; display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; color: #fff; background: var(--pc-navy); content: "✓"; font-size: .62rem; }
.pc-image-signal { position: absolute; width: 84px; height: 84px; border: 4px solid rgba(250,133,27,.62); border-right-color: transparent; border-bottom-color: transparent; border-radius: 50%; animation: pc-signal-pulse 2.6s ease-out infinite; }
.pc-signal-a { top: 34%; left: 18%; }
.pc-signal-b { right: 14%; bottom: 21%; animation-delay: -1.3s; }

.pc-coverage-v3, .pc-coverage-page { background: #fff; }
.pc-coverage-city-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pc-coverage-city-grid-single { grid-template-columns: 1fr; width: min(100%, 760px); margin-inline: auto; }
.pc-coverage-city-grid article { display: flex; flex-direction: column; min-height: 250px; padding: 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-top: 5px solid var(--pc-orange); border-radius: 22px; color: #fff; background: linear-gradient(145deg, var(--pc-navy), #062a52); box-shadow: var(--pc-shadow); transition: transform .2s ease, box-shadow .2s ease; }
.pc-coverage-city-grid article:hover { box-shadow: 0 28px 70px rgba(1,57,115,.23); transform: translateY(-6px); }
.pc-coverage-city-grid span { color: var(--pc-amber); font-size: .68rem; font-weight: 900; }
.pc-coverage-city-grid strong { margin-top: auto; font-size: clamp(1.45rem, 3vw, 2.4rem); line-height: 1.08; }
.pc-coverage-city-grid small { margin-top: 10px; color: #d6e8f5; font-size: .7rem; }
.pc-coverage-city-grid a { margin-top: 24px; color: var(--pc-amber); font-size: .74rem; font-weight: 900; text-decoration: none; }
.pc-coverage-showcase { display: grid; grid-template-columns: 1.08fr .92fr; gap: 22px; align-items: stretch; }
.pc-coverage-place { position: relative; display: flex; flex-direction: column; min-height: 520px; padding: clamp(34px, 5vw, 62px); overflow: hidden; border-radius: 34px; color: #fff; background: radial-gradient(circle at 76% 22%, rgba(250,133,27,.32), transparent 28%), linear-gradient(145deg, var(--pc-navy), var(--pc-navy-deep)); box-shadow: 0 30px 80px rgba(1,57,115,.22); }
.pc-coverage-place::before { position: absolute; inset: 0; content: ""; opacity: .34; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 52px 52px; }
.pc-coverage-place > * { position: relative; z-index: 1; }
.pc-coverage-place > span { color: var(--pc-amber); font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.pc-coverage-place > strong { max-width: 560px; margin-top: auto; font-size: clamp(3rem, 6vw, 5.9rem); letter-spacing: -.07em; line-height: .86; }
.pc-coverage-place > strong small { margin-left: 9px; color: var(--pc-amber); font-size: .28em; letter-spacing: 0; }
.pc-coverage-areas { display: grid; gap: 8px; margin-top: 26px; }
.pc-coverage-areas span { display: flex; align-items: center; gap: 10px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; color: #fff; background: rgba(255,255,255,.06); font-size: .72rem; font-weight: 850; }
.pc-coverage-areas b { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 9px; color: var(--pc-navy-deep); background: var(--pc-orange); font-size: .62rem; }
.pc-coverage-place > p { margin: 20px 0 22px; color: #dcecf7; }
.pc-coverage-place > p > small { display: block; margin-bottom: 4px; color: var(--pc-amber); font-size: .62rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.pc-coverage-place > ul { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }
.pc-coverage-place > ul li { padding: 7px 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #dcecf7; font-size: .65rem; }
.pc-coverage-radar { position: absolute; z-index: 0; top: 44px; right: 44px; width: 190px; height: 190px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.pc-coverage-radar i { position: absolute; border: inherit; border-radius: inherit; animation: pc-radar-pulse 3.4s ease-out infinite; }
.pc-coverage-radar i:nth-child(1) { inset: 16%; }
.pc-coverage-radar i:nth-child(2) { inset: 32%; animation-delay: -.8s; }
.pc-coverage-radar i:nth-child(3) { inset: 44%; animation-delay: -1.6s; }
.pc-coverage-radar b { position: absolute; top: 50%; left: 50%; display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: var(--pc-navy-deep); background: var(--pc-orange); transform: translate(-50%, -50%); }
.pc-coverage-check { padding: clamp(32px, 4vw, 52px); border: 1px solid var(--pc-line); border-radius: 34px; background: #fff; box-shadow: var(--pc-shadow); }
.pc-coverage-check h3 { max-width: 520px; color: var(--pc-navy); font-size: clamp(2rem, 3.4vw, 3.3rem); }
.pc-coverage-check > p { font-size: .88rem; }
.pc-coverage-check ol { display: grid; gap: 10px; padding: 20px 0 28px; margin: 0; list-style: none; }
.pc-coverage-check li { display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: center; padding: 14px; border: 1px solid var(--pc-line); border-radius: 16px; background: var(--pc-cream); }
.pc-coverage-check li > b { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 13px; color: #fff; background: var(--pc-navy); font-size: .68rem; }
.pc-coverage-check li > div { display: grid; }
.pc-coverage-check li strong { font-size: .83rem; }
.pc-coverage-check li small { color: var(--pc-muted); font-size: .68rem; }

.pc-tv-teaser, .pc-channels-section { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 15% 20%, rgba(250,133,27,.2), transparent 30%), linear-gradient(135deg, var(--pc-navy-deep), var(--pc-navy) 64%, var(--pc-navy-mid)); }
.pc-tv-teaser > .pc-network-background { opacity: .5; }
.pc-app-grid, .pc-tv-page-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 90px); align-items: center; }
.pc-tv-teaser h2, .pc-channels-section h2 { color: #fff; }
.pc-tv-teaser h2 em, .pc-channels-section h2 em { display: block; color: var(--pc-amber); }
.pc-tv-teaser p, .pc-channels-section p { color: #dcecf7; }
.pc-tv-teaser .pc-kicker, .pc-channels-section .pc-kicker { color: var(--pc-amber); }
.pc-tv-logo-white { position: relative; justify-self: center; width: min(100%, 540px); padding: 20px; border: 1px solid rgba(1,57,115,.12); border-radius: 30px; background: #fff; box-shadow: 0 30px 85px rgba(0,0,0,.25); }
.pc-tv-logo-white img { width: 100%; border-radius: 18px; object-fit: cover; }
.pc-large-tv-logo { width: min(100%, 580px); }
.pc-tv-white-section { position: relative; overflow: hidden; background: #fff; }
.pc-tv-white-section > .pc-network-background { opacity: .14; }
.pc-tv-white-section .pc-tv-page-grid h2 { color: var(--pc-navy); }
.pc-tv-white-section .pc-tv-page-grid p { color: var(--pc-muted); }
.pc-channel-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px, 8vw, 110px); align-items: center; }
.pc-channel-copy { display: flex; flex-direction: column; align-items: flex-start; }
.pc-channel-mark { width: min(100%, 440px); margin-bottom: 42px; }
.pc-channel-copy > small { max-width: 500px; margin-top: 18px; color: #bdd8eb; font-size: .69rem; }
.pc-channel-grid figure { padding: 18px; margin: 0; border-radius: 28px; background: #fff; box-shadow: 0 32px 80px rgba(0,0,0,.3); }
.pc-channel-grid figure > img { width: 100%; max-height: 680px; border-radius: 18px; object-fit: cover; }
.pc-channel-grid figcaption { padding: 12px 8px 2px; color: var(--pc-muted); font-size: .68rem; text-align: center; }
.pc-watch-showcase { position: relative; justify-self: center; width: min(100%, 520px); padding: 24px; border: 1px solid rgba(255,255,255,.18); border-radius: 34px; background: rgba(255,255,255,.07); box-shadow: 0 32px 80px rgba(0,0,0,.26); }
.pc-watch-showcase > img { width: 100%; border-radius: 25%; }
.pc-watch-showcase > div { position: absolute; right: 42px; bottom: 42px; left: 42px; display: grid; padding: 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; color: #fff; background: rgba(4,23,41,.9); backdrop-filter: blur(12px); }
.pc-watch-showcase span { color: #cfe3f3; font-size: .72rem; }
.pc-store-buttons { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin: 28px 0 18px; }
.pc-store-buttons a { display: block; width: 184px; overflow: hidden; border-radius: 10px; box-shadow: 0 12px 30px rgba(0,0,0,.24); transition: transform .2s ease; }
.pc-store-buttons a:hover { transform: translateY(-3px); }
.pc-store-buttons img { width: 100%; height: 56px; object-fit: cover; }
.pc-light-link { color: var(--pc-amber); }
.pc-watch-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; }
.pc-watch-app-icon { justify-self: end; width: min(100%, 390px); padding: 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 32%; background: rgba(255,255,255,.08); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.pc-watch-app-icon img { width: 100%; border-radius: 25%; }
.pc-watch-intro { background: #fff; }
.pc-watch-intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 8vw, 100px); align-items: center; }
.pc-watch-proof { padding: clamp(36px, 5vw, 60px); border-radius: 30px; color: #fff; background: linear-gradient(145deg, var(--pc-navy), var(--pc-navy-deep)); box-shadow: var(--pc-shadow); }
.pc-watch-proof > span { color: var(--pc-amber); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.pc-watch-proof > strong { display: block; margin-top: 40px; font-size: clamp(2.3rem, 4vw, 4rem); line-height: .95; }
.pc-watch-proof > p { color: #dcecf7; }
.pc-watch-proof ul { display: flex; flex-wrap: wrap; gap: 8px; padding: 20px 0 0; margin: 0; border-top: 1px solid rgba(255,255,255,.14); list-style: none; }
.pc-watch-proof li { padding: 7px 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #dcecf7; font-size: .66rem; }
.pc-watch-packages { background: var(--pc-cream); }
.pc-watch-package-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: start; }
.pc-watch-package { overflow: hidden; border: 1px solid var(--pc-line); border-radius: 26px; background: #fff; box-shadow: 0 18px 50px rgba(1,57,115,.09); }
.pc-watch-package-featured { border-color: var(--pc-orange); box-shadow: 0 26px 64px rgba(213,95,0,.2); transform: translateY(-10px); }
.pc-watch-package-head { display: flex; justify-content: space-between; gap: 12px; align-items: center; min-height: 86px; padding: 18px 22px; color: #fff; background: var(--pc-navy); }
.pc-watch-package-featured .pc-watch-package-head { color: var(--pc-navy-deep); background: linear-gradient(135deg, #ffa13f, var(--pc-orange)); }
.pc-watch-package-head span { font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.pc-watch-package-head strong { max-width: 66%; padding: 9px 13px; border-radius: 999px; color: var(--pc-navy-deep); background: #fff; box-shadow: 0 8px 22px rgba(0,0,0,.18); font-size: clamp(.94rem, 1.2vw, 1.08rem); font-weight: 950; line-height: 1.05; text-align: right; }
.pc-watch-package-featured .pc-watch-package-head strong { color: #fff; background: var(--pc-navy-deep); }
.pc-watch-package figure { position: relative; display: block; width: 100%; height: clamp(440px, 46vw, 560px); padding: 16px; margin: 0; overflow: hidden; background: #fff; }
.pc-watch-package figure img { position: absolute; inset: 16px; display: block; width: calc(100% - 32px); max-width: none; height: calc(100% - 32px); object-fit: contain; }
.pc-watch-package-copy { padding: 26px; border-top: 1px solid var(--pc-line); }
.pc-watch-package-copy h3 { min-height: 58px; color: var(--pc-navy); }
.pc-watch-package-copy p { min-height: 72px; font-size: .8rem; }
.pc-watch-package-copy .pc-button { width: 100%; }
.pc-watch-benefits > div:first-child { margin-bottom: 46px; }

.pc-support-page { background: var(--pc-cream); }
.pc-support-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pc-support-card-grid > a { display: flex; flex-direction: column; min-height: 290px; padding: 30px; border: 1px solid var(--pc-line); border-radius: 22px; color: var(--pc-navy); background: #fff; box-shadow: 0 16px 40px rgba(1,57,115,.08); text-decoration: none; transition: transform .2s ease, color .2s ease, background .2s ease; }
.pc-support-card-grid > a:hover { color: #fff; background: var(--pc-navy); transform: translateY(-6px); }
.pc-support-card-grid .pc-featured-support-card { color: var(--pc-navy-deep); background: linear-gradient(145deg, #ffa13f, var(--pc-orange)); }
.pc-support-big-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: auto; border-radius: 18px; color: #fff; background: var(--pc-navy); font-size: 1.6rem; font-weight: 900; }
.pc-support-big-icon img { width: 30px; filter: invert(1); }
.pc-support-card-grid strong { margin-top: 54px; font-size: 1.15rem; }
.pc-support-card-grid p { margin: 8px 0 0; color: var(--pc-muted); font-size: .78rem; }
.pc-support-card-grid > a:hover p { color: #dcecf7; }
.pc-support-card-grid .pc-featured-support-card p { color: #284d70; }
.pc-support-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.pc-support-steps { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
.pc-support-steps li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; align-items: center; padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.07); }
.pc-support-steps span { color: var(--pc-amber); font-size: .72rem; font-weight: 900; }
.pc-support-steps p { margin: 0; }

.pc-faq-section { background: linear-gradient(145deg, var(--pc-cream), #fff); }
.pc-faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(40px, 8vw, 110px); align-items: start; }
.pc-faq-grid > div:first-child { position: sticky; top: 130px; }
.pc-faq-list { display: grid; gap: 10px; }
.pc-faq-list details { border: 1px solid var(--pc-line); border-radius: 15px; background: #fff; box-shadow: 0 10px 24px rgba(1,57,115,.04); }
.pc-faq-list summary { position: relative; padding: 22px 56px 22px 24px; color: var(--pc-navy); cursor: pointer; font-size: .9rem; font-weight: 850; list-style: none; }
.pc-faq-list summary::-webkit-details-marker { display: none; }
.pc-faq-list summary::after { position: absolute; top: 50%; right: 23px; color: var(--pc-orange-deep); content: "+"; font-size: 1.45rem; transform: translateY(-50%); }
.pc-faq-list details[open] summary::after { content: "−"; }
.pc-faq-list details > div { padding: 0 24px 22px; }
.pc-faq-list p { margin: 0; font-size: .82rem; }

.pc-page-hero-v3 { position: relative; overflow: hidden; padding: 116px 0; color: #fff; background: radial-gradient(circle at 80% 18%, rgba(250,133,27,.3), transparent 28%), linear-gradient(135deg, var(--pc-navy-deep), var(--pc-navy) 68%, var(--pc-navy-mid)); }
.pc-page-hero-v3 > .pc-container { position: relative; z-index: 1; }
.pc-page-hero-v3 h1 { max-width: 1050px; margin-bottom: 24px; color: #fff; font-size: clamp(3rem, 7vw, 6.2rem); }
.pc-page-hero-v3 h1 em { display: block; color: var(--pc-amber); }
.pc-page-hero-v3 p { max-width: 760px; color: #d9eaf6; font-size: 1.05rem; }
.pc-page-hero-v3 .pc-kicker { color: var(--pc-amber); }
.pc-page-hero-v3 .pc-button { margin-top: 16px; }
.pc-page-hero-v3 .pc-text-link { color: #fff; }
.pc-local-hero-grid { display: grid; grid-template-columns: 1fr 340px; gap: 80px; align-items: center; }
.pc-local-stat { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; aspect-ratio: 1; padding: 46px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(255,255,255,.08); box-shadow: inset 0 0 90px rgba(250,133,27,.1); }
.pc-local-stat small, .pc-local-stat i { color: #d6e8f5; font-style: normal; }
.pc-local-stat strong { color: var(--pc-amber); font-size: 5rem; letter-spacing: -.09em; line-height: 1; }
.pc-local-stat span { font-size: 1.3rem; font-weight: 900; }
.pc-local-copy { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.pc-local-copy p { color: #dcecf7; font-size: .95rem; }
.pc-local-links a { color: var(--pc-amber); font-weight: 850; }
.pc-choice-section { background: #fff; }
.pc-story-grid { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.pc-story-grid p { font-size: 1rem; }
.pc-story-image { margin: 0; }
.pc-story-image img { width: 100%; aspect-ratio: 4 / 5; border-radius: 220px 220px 24px 24px; box-shadow: var(--pc-shadow); object-fit: cover; }
.pc-story-image figcaption { margin-top: 12px; color: var(--pc-muted); font-size: .7rem; text-align: center; }
.pc-content, .pc-editor-section { background: #fff; }
.pc-content { padding: 70px 0; }
.pc-content article { padding: 26px 0; border-bottom: 1px solid var(--pc-line); }
.pc-content article h2 { font-size: 2rem; }
.pc-editor-content { max-width: 860px; }
.pc-editor-content a { color: var(--pc-orange-deep); }

.pc-final-cta { position: relative; overflow: hidden; padding: clamp(90px, 11vw, 150px) 0; color: var(--pc-navy-deep); background: radial-gradient(circle at 50% -30%, rgba(255,255,255,.3), transparent 45%), linear-gradient(135deg, #ffa13f, var(--pc-orange) 58%, #e66c00); text-align: center; }
.pc-final-cta::before { position: absolute; top: -260px; left: 50%; width: 720px; height: 720px; border: 110px solid rgba(255,255,255,.13); border-radius: 50%; content: ""; transform: translateX(-50%); }
.pc-final-cta > .pc-container { position: relative; z-index: 1; }
.pc-final-cta > .pc-container > span { display: block; margin-bottom: 15px; color: var(--pc-navy-deep); font-size: .74rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.pc-final-cta h2 { max-width: 850px; margin-inline: auto; color: var(--pc-navy-deep); }
.pc-final-cta p { max-width: 680px; margin: 0 auto 34px; color: #163652; }

.pc-footer-actions { padding: 40px 0; background: #fff; }
.pc-footer-action-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pc-footer-action-grid > a { display: flex; align-items: center; gap: 18px; min-height: 125px; padding: 22px; border: 1px solid var(--pc-line); border-radius: 20px; color: var(--pc-navy); background: var(--pc-cream); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.pc-footer-action-grid > a:nth-child(2) { color: var(--pc-navy-deep); background: linear-gradient(145deg, #ffa13f, var(--pc-orange)); }
.pc-footer-action-grid > a:hover { box-shadow: 0 18px 42px rgba(1,57,115,.13); transform: translateY(-5px); }
.pc-footer-action-icon { display: grid; place-items: center; flex: 0 0 54px; width: 54px; height: 54px; border-radius: 17px; color: #fff; background: var(--pc-navy); font-size: 1.5rem; font-weight: 950; }
.pc-footer-action-grid > a:nth-child(2) .pc-footer-action-icon { color: var(--pc-navy); background: #fff; }
.pc-support-icon { background: #087333; }
.pc-support-icon img { width: 29px; filter: invert(1); }
.pc-footer-action-grid a > div { display: grid; }
.pc-footer-action-grid strong { font-size: .95rem; }
.pc-footer-action-grid small { color: var(--pc-muted); font-size: .68rem; }
.pc-footer-action-grid > a:nth-child(2) small { color: #284d70; }
.pc-footer { padding: 76px 0 0; color: #d4e5f3; background: var(--pc-navy-deep); }
.pc-footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 46px; }
.pc-footer-logo-card { display: inline-flex; width: 230px; padding: 12px 16px; border-radius: 16px; background: #fff; }
.pc-footer-logo-card-dark { min-height: 118px; align-items: center; border: 1px solid rgba(255,255,255,.13); background: #082544; }
.pc-footer-logo-card .pc-brand, .pc-footer-logo-card .custom-logo-link { width: 100%; }
.pc-footer-logo-card-dark .pc-brand-on-dark img { width: 100%; height: auto; object-fit: contain; }
.pc-footer .pc-brand { width: 100%; filter: none; opacity: 1; }
.pc-footer-brand p { max-width: 350px; margin-top: 22px; color: #b8d0e3; font-size: .77rem; }
.pc-footer h2 { margin-bottom: 18px; color: #fff; font-size: .86rem; letter-spacing: 0; }
.pc-footer ul { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.pc-footer a { color: #d4e5f3; font-size: .74rem; text-decoration: none; }
.pc-footer a:hover { color: var(--pc-amber); }
.pc-footer li { color: #d4e5f3; font-size: .74rem; }
.pc-social-buttons { display: flex; gap: 10px; margin-top: 22px; }
.pc-social-buttons a { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; }
.pc-social-buttons img { width: 21px; height: 21px; object-fit: contain; filter: invert(1); }
.pc-instagram-social { background: linear-gradient(135deg, #feda75, #d62976 50%, #4f5bd5); }
.pc-facebook-social { background: #1877f2; }
.pc-footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 28px; margin-top: 56px; border-top: 1px solid rgba(255,255,255,.13); color: #98b6cf; font-size: .68rem; }
.pc-floating-whatsapp-v3 { position: fixed; z-index: 110; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 10px; padding: 9px 18px 9px 9px; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; color: #fff; background: #087333; box-shadow: 0 18px 48px rgba(0,0,0,.28); font-size: .76rem; font-weight: 900; text-decoration: none; animation: pc-whatsapp-pulse 3s ease-in-out infinite; }
.pc-floating-whatsapp-v3 img { width: 40px; height: 40px; object-fit: contain; }
.pc-not-found-links { background: var(--pc-cream); }

.pc-consent { position: fixed; z-index: 120; right: 20px; bottom: 96px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 22px; align-items: center; width: min(calc(100% - 40px), 760px); padding: 20px 22px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; color: #fff; background: rgba(4,23,41,.98); box-shadow: 0 24px 70px rgba(0,0,0,.34); backdrop-filter: blur(16px); }
.pc-consent[hidden] { display: none; }
.pc-consent strong { color: #fff; }
.pc-consent p { margin: 5px 0 0; color: #d4e5f3; font-size: .72rem; }
.pc-consent-actions { display: flex; gap: 9px; }
.pc-consent button { min-height: 42px; padding: 9px 15px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: #fff; background: transparent; font-size: .68rem; font-weight: 850; cursor: pointer; }
.pc-consent .pc-consent-accept { border-color: var(--pc-orange); color: var(--pc-navy-deep); background: var(--pc-orange); }
[data-pc-reveal].pc-reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
[data-pc-reveal].pc-reveal.is-visible { opacity: 1; transform: none; }

@keyframes pc-tech-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes pc-signal-pulse { 0% { opacity: .18; transform: scale(.72); } 70% { opacity: .7; } 100% { opacity: 0; transform: scale(1.28); } }
@keyframes pc-data-flow { 0% { transform: translate(-8vw,5vh); } 50% { transform: translate(52vw,-10vh); } 100% { transform: translate(108vw,8vh); } }
@keyframes pc-fiber-glow { 0%,100% { opacity: .25; } 50% { opacity: 1; } }
@keyframes pc-whatsapp-pulse { 0%,100% { box-shadow: 0 18px 48px rgba(0,0,0,.28), 0 0 0 0 rgba(37,211,102,.35); } 50% { box-shadow: 0 18px 48px rgba(0,0,0,.28), 0 0 0 12px rgba(37,211,102,0); } }
@keyframes pc-console-bars { 0%,100% { filter: brightness(.82); transform: scaleY(.74); transform-origin: bottom; } 50% { filter: brightness(1.15); transform: scaleY(1); transform-origin: bottom; } }
@keyframes pc-radar-pulse { 0% { opacity: .25; transform: scale(.76); } 70% { opacity: .7; } 100% { opacity: 0; transform: scale(1.14); } }

@media (max-width: 1100px) {
  .pc-nav-list { gap: 16px; }
  .pc-nav-list a { font-size: .7rem; }
  .pc-header-inner { gap: 16px; }
  .pc-support-card-grid { grid-template-columns: repeat(2, 1fr); }
	.pc-plan-grid { grid-template-columns: 1fr 1fr; max-width: 860px; }
	.pc-watch-package-grid { grid-template-columns: 1fr 1fr; }
  .pc-footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .pc-footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 920px) {
  .pc-header-cta { display: none; }
  .pc-menu-toggle { display: block; margin-left: auto; }
  .pc-primary-nav { position: absolute; top: 100%; right: 0; left: 0; display: block; padding: 12px 20px 20px; margin: 0; border: 1px solid var(--pc-line); border-radius: 0 0 20px 20px; background: #fff; box-shadow: 0 24px 50px rgba(1,57,115,.14); }
  .pc-js .pc-primary-nav { display: none; }
  .pc-js .pc-primary-nav.is-open { display: block; }
  .pc-nav-list { display: grid; gap: 0; }
  .pc-nav-list a { display: block; padding: 11px 5px; border-bottom: 1px solid var(--pc-line); font-size: .78rem; }
  .pc-nav-list a::after { display: none; }
  .pc-hero-grid { grid-template-columns: 1fr; min-height: 0; padding-block: 58px 48px; }
  .pc-hero-copy { text-align: center; }
  .pc-hero-copy h1, .pc-hero-copy > p { margin-inline: auto; }
  .pc-hero-actions, .pc-proof-row { justify-content: center; }
  .pc-hero-visual { min-height: 480px; }
  .pc-hero-visual > img, .pc-hero-visual::after { right: 50%; width: min(92%, 560px); transform: translateX(50%); }
  .pc-promo-chip { left: 4%; }
  .pc-product-gateway { margin-top: 0; }
  .pc-product-gateway-grid { grid-template-columns: 1fr 1fr; border-radius: 0; }
  .pc-product-gateway a:nth-child(2) { border-right: 0; }
  .pc-product-gateway a:nth-child(-n+2) { border-bottom: 1px solid var(--pc-line); }
  .pc-connected-home-grid, .pc-tv-page-grid, .pc-app-grid, .pc-story-grid, .pc-support-grid, .pc-coverage-showcase, .pc-watch-hero-grid, .pc-watch-intro-grid { grid-template-columns: 1fr; }
	.pc-watch-app-icon { justify-self: center; }
  .pc-coverage-city-grid { grid-template-columns: 1fr 1fr; }
  .pc-footer-action-grid { grid-template-columns: 1fr; }
  .pc-channel-grid { grid-template-columns: 1fr; }
  .pc-channel-copy { align-items: center; text-align: center; }
  .pc-faq-grid { grid-template-columns: 1fr; }
  .pc-faq-grid > div:first-child { position: static; }
  .pc-local-hero-grid { grid-template-columns: 1fr; }
  .pc-local-stat { width: min(100%, 340px); justify-self: center; }
}

@media (max-width: 700px) {
  .pc-section-heading { grid-template-columns: 1fr; gap: 24px; }
  .pc-feature-grid { grid-template-columns: 1fr; }
  .pc-plan-grid { grid-template-columns: 1fr; width: min(100%, 620px); }
  .pc-plan-featured { transform: none; }
	.pc-watch-package-grid { grid-template-columns: 1fr; width: min(100%, 620px); margin-inline: auto; }
	.pc-watch-package-featured { transform: none; }
  .pc-local-copy { grid-template-columns: 1fr; gap: 30px; }
  .pc-consent { right: 14px; bottom: 80px; grid-template-columns: 1fr; width: calc(100% - 28px); padding: 18px; }
  .pc-consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .pc-consent button { width: 100%; }
}

@media (max-width: 560px) {
  .pc-container { width: min(calc(100% - 28px), var(--pc-container)); }
  .pc-topbar-inner > span { display: none; }
  .pc-topbar-links { width: 100%; justify-content: space-between; }
  .pc-header-inner { min-height: 72px; }
  .pc-brand, .custom-logo-link { width: 174px; }
  .pc-hero-copy h1 { font-size: 2.75rem; }
  .pc-hero-title-line { white-space: normal; }
  .pc-hero-actions { align-items: stretch; }
  .pc-client-hero-button { width: 100%; text-align: left; }
  .pc-hero-visual { min-height: 390px; }
	.pc-speed-console { right: 50%; width: min(96%, 440px); transform: translate(50%, -50%); }
	.pc-console-speed strong { font-size: 5.2rem; }
  .pc-hero-visual > img { height: 78%; border-width: 5px; border-radius: 26px; }
  .pc-promo-chip { top: 2%; left: 0; min-width: 166px; padding: 16px; }
  .pc-tech-chip { display: none; }
  .pc-product-gateway-grid { grid-template-columns: 1fr; }
  .pc-product-gateway a { min-height: 125px; border-right: 0; border-bottom: 1px solid var(--pc-line); }
  .pc-coverage-city-grid, .pc-support-card-grid { grid-template-columns: 1fr; }
  .pc-connected-home figure { padding: 10px; border-radius: 22px; }
  .pc-connected-home h2 em, .pc-section-heading h2 em, .pc-tv-teaser h2 em, .pc-channels-section h2 em { display: inline; }
  .pc-page-hero-v3 { padding: 84px 0; }
  .pc-page-hero-v3 h1 { font-size: 3.2rem; }
  .pc-plan-featured { padding-top: 86px; }
  .pc-plan-highlight { left: 24px; }
	.pc-coverage-place { min-height: 460px; padding: 28px; }
	.pc-coverage-radar { top: 26px; right: 26px; width: 140px; height: 140px; }
	.pc-watch-package figure { min-height: 0; }
	.pc-store-buttons { display: grid; grid-template-columns: 1fr 1fr; }
	.pc-store-buttons a { width: 100%; }
  .pc-footer-grid { grid-template-columns: 1fr; }
  .pc-footer-grid > div:last-child { grid-column: auto; }
  .pc-footer-bottom { flex-direction: column; }
  .pc-floating-whatsapp-v3 { right: 12px; bottom: 12px; padding: 7px; }
  .pc-floating-whatsapp-v3 span { display: none; }
  .pc-floating-whatsapp-v3 img { width: 44px; height: 44px; }
}

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

@media print {
  .pc-topbar, .pc-header, .pc-floating-whatsapp, .pc-footer, .pc-footer-actions, .pc-button { display: none !important; }
  body { color: #000; background: #fff; }
}

@media (min-width: 921px) {
  .pc-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(390px, 440px); gap: clamp(28px, 4vw, 58px); }
  .pc-hero-copy, .pc-hero-visual { min-width: 0; }
  .pc-hero-copy h1 { font-size: clamp(3.35rem, 5vw, 5.15rem); }
  .pc-speed-console { right: 0; width: 100%; max-width: 440px; }
}
