@font-face { font-family: "Barlow Condensed"; src: url("fonts/barlow-condensed-700.woff2") format("woff2"); font-weight: 600 800; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("fonts/manrope-latin.woff2") format("woff2"); font-weight: 400 800; font-display: swap; }

:root {
  --ink: #0b151a;
  --ink-soft: #46565c;
  --paper: #f5f7f4;
  --white: #ffffff;
  --line: #d5dee1;
  --pink: #e93058;
  --pink-dark: #b9143a;
  --teal: #087b7c;
  --cyan: #3bc9d4;
  --yellow: #f4ba24;
  --shell: min(1180px, calc(100% - 48px));
  --radius: 6px;
  --shadow: 0 22px 55px rgba(11, 21, 26, 0.13);
  --shadow-soft: 0 12px 32px rgba(11, 21, 26, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", sans-serif; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-family: "Barlow Condensed", sans-serif; letter-spacing: 0; line-height: .94; text-transform: uppercase; }
h2 { margin-bottom: 24px; font-family: "Manrope", sans-serif; font-size: clamp(2.25rem, 4vw, 3.8rem); font-weight: 800; letter-spacing: 0; line-height: 1.08; }
h3 { margin-bottom: 10px; font-size: 1.35rem; line-height: 1.25; }
.shell { width: var(--shell); margin-inline: auto; }
.section { position: relative; padding: 112px 0; overflow: clip; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; background: var(--white); color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(213,222,225,.7); backdrop-filter: blur(14px); transition: box-shadow .2s, border-color .2s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(16,25,24,.07); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 235px; height: auto; aspect-ratio: 520 / 174; }
.primary-nav { display: flex; align-items: center; gap: 23px; font-size: .8rem; font-weight: 800; }
.primary-nav a { position: relative; padding: 32px 0 29px; }
.primary-nav a::after { content: ""; position: absolute; right: 0; bottom: 24px; left: 0; height: 2px; background: var(--pink); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after, .primary-nav a.active::after { transform: scaleX(1); }
.primary-nav .nav-portal { padding: 11px 17px; color: var(--white); background: var(--ink); border-radius: var(--radius); }
.primary-nav .nav-portal::after { display: none; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 0; background: var(--ink); }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); }

.hero { position: relative; min-height: min(650px, calc(100svh - 88px)); display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--ink) url("images/hero.webp") center/cover no-repeat; isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(4,13,17,.94) 0%, rgba(4,13,17,.76) 38%, rgba(4,13,17,.34) 68%, rgba(4,13,17,.08) 92%); }
.hero::after { content: "SLN // FIBER NETWORK"; position: absolute; right: 22px; bottom: 15px; color: rgba(255,255,255,.52); font-size: .62rem; font-weight: 800; letter-spacing: .16em; writing-mode: vertical-rl; }
.hero-content { padding-block: 52px 38px; }
.hero h1 { max-width: 800px; margin-bottom: 19px; font-size: clamp(4rem, 7.2vw, 7rem); font-weight: 700; }
.hero h1 span { display: block; }
.hero h1 em { color: var(--pink); font-style: normal; }
.hero-copy { max-width: 560px; margin-bottom: 27px; color: #e2e9e7; font-size: 1rem; }
.status-dot { width: 8px; height: 8px; display: inline-block; margin-right: 8px; background: #45dc91; border-radius: 50%; box-shadow: 0 0 0 5px rgba(69,220,145,.15); }
.hero-metrics { max-width: 720px; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 38px; border-top: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); background: rgba(9,18,17,.34); backdrop-filter: blur(7px); }
.hero-metrics div { min-height: 82px; display: flex; flex-direction: column; justify-content: center; padding: 10px 22px; border-right: 1px solid rgba(255,255,255,.24); }
.hero-metrics div:last-child { border-right: 0; }
.hero-metrics strong { font: 700 1.75rem "Barlow Condensed", sans-serif; line-height: 1; text-transform: uppercase; }
.hero-metrics span { color: #bdc9c6; font-size: .67rem; font-weight: 700; text-transform: uppercase; }
.eyebrow { margin-bottom: 15px; color: var(--pink-dark); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.eyebrow.light { color: #ff759f; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 23px; border: 2px solid transparent; border-radius: var(--radius); font-size: .8rem; font-weight: 800; box-shadow: 0 8px 22px rgba(11,21,26,.1); transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--pink); color: var(--white); }
.button.primary:hover { background: var(--pink-dark); }
.button.ghost { border-color: rgba(255,255,255,.45); color: var(--white); }
.button.ghost:hover { background: var(--white); color: var(--ink); }
.button.outline { border-color: var(--ink); }
.button.white { background: var(--white); color: var(--ink); }
.text-link { display: inline-block; color: var(--pink-dark); font-weight: 800; border-bottom: 2px solid currentColor; }

.trust-bar { color: var(--ink); background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { min-height: 104px; display: flex; flex-direction: column; justify-content: center; padding: 18px 30px; border-right: 1px solid var(--line); }
.trust-item:first-child { border-left: 1px solid var(--line); }
.trust-item strong { font-size: 1rem; }
.trust-item span { color: var(--ink-soft); font-size: .78rem; }
.trust-item.rating-item { flex-direction: row; align-items: center; justify-content: flex-start; gap: 16px; }
.rating-item .rating-score { color: var(--pink-dark); font: 700 2.8rem "Barlow Condensed", sans-serif; line-height: 1; }
.rating-item span { display: flex; flex-direction: column; }
.rating-item b { color: var(--ink); font-size: .8rem; }
.rating-item small { font-size: .7rem; }

.split { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.intro-section { background-color: var(--white); background-image: linear-gradient(rgba(11,21,26,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(11,21,26,.035) 1px, transparent 1px); background-size: 44px 44px; }
.image-frame { position: relative; z-index: 1; padding: 10px 10px 0 0; }
.image-frame::before { content: ""; position: absolute; z-index: -1; inset: 24px -14px -14px 24px; background: transparent; border: 2px solid var(--cyan); border-bottom: 8px solid var(--pink); border-radius: var(--radius); }
.image-frame img { width: 100%; aspect-ratio: 1.12; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-note { position: absolute; right: -14px; bottom: 30px; padding: 16px 21px; background: var(--white); border-left: 4px solid var(--pink); border-radius: var(--radius) 0 0 var(--radius); box-shadow: var(--shadow); font-size: .82rem; }
.image-note strong { display: block; color: var(--pink); font-size: 1.15rem; }
.section-copy p:not(.eyebrow) { margin-bottom: 28px; color: var(--ink-soft); font-size: 1.05rem; }
.dark-section { color: var(--white); background: var(--ink); }
.section-heading { max-width: 780px; margin-bottom: 55px; padding-left: 22px; border-left: 4px solid var(--pink); }
.section-heading.centered { margin-inline: auto; padding-left: 0; border-left: 0; text-align: center; }
.section-heading.centered p:last-child { color: var(--ink-soft); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.feature { position: relative; min-height: 330px; padding: 42px 38px; border-right: 1px solid rgba(255,255,255,.18); transition: background .2s, transform .2s; }
.feature:last-child { border-right: 0; }
.feature:hover { background: rgba(255,255,255,.04); }
.feature img { width: 64px; filter: brightness(0) invert(1); opacity: .9; }
.feature-number { position: absolute; top: 38px; right: 30px; color: #ff759f; font: 700 1rem Georgia, serif; }
.feature h3 { margin-top: 44px; font: 800 1.28rem "Manrope", sans-serif; }
.feature p:last-child { margin: 0; color: #b8c3c0; }

.plans-preview { background: var(--paper); }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 18px; }
.plan-card { position: relative; padding: 36px; overflow: hidden; border: 1px solid var(--line); border-top: 5px solid var(--ink); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-soft); transition: transform .25s, box-shadow .25s; }
.plan-card.plan-50 { border-top-color: #d47700; }
.plan-card.plan-100 { border-top-color: #6fe0d8; }
.plan-card.plan-200 { border-top-color: #d90843; }
.plan-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.plan-card.featured { color: var(--white); background: var(--teal); border-color: var(--teal); border-top-color: #6fe0d8; box-shadow: var(--shadow); transform: translateY(-12px); }
.plan-label { color: var(--pink-dark); font-size: .78rem; font-weight: 800; letter-spacing: 0; }
.featured .plan-label { color: #8ce3dc; }
.plan-card h3 { padding-bottom: 25px; border-bottom: 1px solid var(--line); font-size: 1rem; font-weight: 700; text-transform: uppercase; }
.featured h3 { border-color: rgba(255,255,255,.25); }
.plan-card h3 strong { display: block; font: 700 4.8rem "Barlow Condensed", sans-serif; line-height: .9; }
.price { margin: 26px 0; font: 700 2.25rem "Barlow Condensed", sans-serif; }
.price span { display: block; color: var(--ink-soft); font: 700 .78rem "Manrope", sans-serif; }
.featured .price span { color: #b6cfcc; }
.price small { font: 600 .8rem "Manrope", sans-serif; }
.price b { display: block; width: fit-content; margin-top: 9px; padding-top: 8px; color: var(--ink); border-top: 1px solid var(--line); font: 800 .76rem "Manrope", sans-serif; }
.featured .price b { color: var(--white); border-color: rgba(255,255,255,.25); }
.plan-card ul { margin: 0 0 30px; padding: 0; list-style: none; }
.plan-card li { padding: 8px 0; }
.plan-card li::before { content: "✓"; margin-right: 9px; color: var(--pink); font-weight: 800; }
.plan-card .button { width: 100%; }
.fine-print { margin: 24px auto 8px; color: var(--ink-soft); font-size: .82rem; text-align: center; }
.centered { text-align: center; }
.plans-preview .centered .text-link { margin-top: 18px; }

.service-band { padding-block: 76px; background: #e8eef0; border-block: 1px solid var(--line); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { display: block; padding: 0; overflow: hidden; background: var(--white); border-top: 4px solid var(--cyan); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.service-card:nth-child(2) { border-top-color: var(--pink); }
.service-card:nth-child(3) { border-top-color: var(--yellow); }
.service-card img { width: 100%; height: auto; aspect-ratio: 1.55; object-fit: cover; }
.service-card > div { padding: 26px; }
.service-card h3 { font: 800 1.25rem "Manrope", sans-serif; }
.service-card p:last-child { margin: 0; color: var(--ink-soft); font-size: .9rem; }
.cta-section { color: var(--white); background: var(--ink); border-top: 6px solid var(--pink); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-inner h2 { margin: 0; }
.cta-inner .eyebrow { color: #ffd0df; }

.site-footer { padding-top: 76px; color: #d3dcda; background: #081115; border-top: 1px solid #26343a; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 60px; padding-bottom: 56px; }
.footer-logo { width: 260px; height: auto; aspect-ratio: 520 / 174; margin-bottom: 22px; padding: 0; background: transparent; }
.footer-grid > div:first-child p { max-width: 340px; }
.footer-grid h2 { margin-bottom: 17px; color: var(--white); font: 700 .76rem "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid a { display: block; width: fit-content; margin: 7px 0; }
.footer-grid a:hover { color: #ff759f; }
address { margin-bottom: 16px; font-style: normal; }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #25302e; font-size: .8rem; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 22px; }
.whatsapp { position: fixed; z-index: 40; right: 22px; bottom: 22px; width: 56px; height: 56px; display: grid; place-items: center; color: var(--white); background: #08763f; border: 3px solid var(--white); border-radius: 50%; box-shadow: var(--shadow); font-size: .67rem; font-weight: 900; }
.reveal { opacity: 1; transform: none; }
.reveal.will-reveal { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; }
.reveal.will-reveal.visible { opacity: 1; transform: none; }

.page-hero { position: relative; min-height: 390px; display: grid; align-items: center; overflow: hidden; padding: 72px 0 68px; color: var(--white); background: #102126; border-bottom: 6px solid var(--pink); isolation: isolate; }
.page-hero::before { display: none; }
.page-hero::after { content: ""; position: absolute; right: 0; bottom: -6px; width: 28%; height: 6px; background: var(--cyan); }
.page-hero .shell { position: relative; z-index: 1; }
.page-hero h1 { max-width: 940px; margin: 0; font-size: clamp(4rem, 8vw, 7.2rem); font-weight: 700; }
.page-hero p:last-child { max-width: 720px; margin: 24px 0 0; color: #c6d0ce; font-size: 1.08rem; }
.story-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(45px, 8vw, 110px); align-items: start; }
.story-grid .image-frame { position: sticky; top: 132px; }
.story-block { padding: 0 0 42px 20px; margin-bottom: 42px; border-bottom: 1px solid var(--line); border-left: 3px solid transparent; }
.story-block:hover { border-left-color: var(--cyan); }
.story-block:last-child { border-bottom: 0; }
.story-block h2 { font-size: clamp(2.3rem, 3vw, 3.3rem); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; background: transparent; border: 0; }
.value-card { padding: 35px; background: var(--white); border-top: 4px solid var(--cyan); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.value-card:nth-child(2) { border-top-color: var(--pink); }
.value-card:nth-child(3) { border-top-color: var(--yellow); }
.value-card img { width: 64px; margin-bottom: 25px; }
.value-card p { margin: 0; color: var(--ink-soft); }
.tariff-section { background: #edf2f2; }
.plan-jump { position: sticky; z-index: 20; top: 88px; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.plan-jump .shell { min-height: 66px; display: flex; align-items: center; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.plan-jump .shell::-webkit-scrollbar { display: none; }
.plan-jump a { flex: 0 0 auto; padding: 9px 14px; color: var(--ink-soft); border-radius: var(--radius); font-size: .8rem; font-weight: 800; }
.plan-jump a:hover, .plan-jump a:focus-visible { color: var(--pink-dark); background: #f6e8ec; }
.tariff-table-wrap { overflow-x: auto; border: 1px solid var(--line); }
.tariff-table { width: 100%; min-width: 760px; border-collapse: collapse; }
.tariff-table th, .tariff-table td { padding: 20px 22px; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; }
.tariff-table thead th { color: var(--white); background: var(--teal); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.tariff-table tbody th { font: 700 1.55rem "Barlow Condensed", sans-serif; }
.tariff-table tbody tr:last-child th, .tariff-table tbody tr:last-child td { border-bottom: 0; }
.tariff-table tbody tr:hover { background: #f2f5f2; }
.ott-section { color: var(--white); background-color: #090e17; background-image: linear-gradient(135deg, rgba(255,255,255,.025) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.025) 50%, rgba(255,255,255,.025) 75%, transparent 75%); background-size: 26px 26px; }
.ott-intro { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; margin-bottom: 55px; }
.ott-intro h2 { margin-bottom: 18px; font-size: clamp(3.8rem, 7vw, 6.8rem); }
.ott-intro > div:first-child > p:last-child { max-width: 630px; color: #bfc8d2; }
.ott-service-summary { display: grid; grid-template-columns: auto 1fr; gap: 10px 18px; padding: 24px; border: 1px solid #303847; background: rgba(16,25,36,.82); }
.ott-service-summary strong { color: #4edfed; font: 700 1.5rem "Barlow Condensed", sans-serif; }
.ott-service-summary span { color: #c9d1db; font-size: .78rem; }
.ott-catalogue { display: grid; gap: 22px; }
.broadband-catalogue { gap: 18px; }
.ott-tier { --tier: var(--pink); display: grid; grid-template-columns: 190px 1fr; overflow: hidden; color: var(--ink); background: var(--white); border-radius: 6px; box-shadow: 0 22px 55px rgba(0,0,0,.24); }
.ott-tier > header { display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; padding: 30px 24px; color: var(--white); background: var(--tier); }
.ott-tier > header span { font-size: .66rem; font-weight: 800; text-transform: uppercase; }
.ott-tier > header h3 { margin: 2px 0 24px; font: 700 4.4rem "Barlow Condensed", sans-serif; line-height: .8; }
.ott-tier > header h3 small { display: block; margin-top: 8px; font: 700 .95rem "Manrope", sans-serif; }
.ott-tier > header .button { width: 100%; min-height: 42px; padding-inline: 10px; border-color: rgba(255,255,255,.65); background: transparent; }
.speed-40, .speed-150, .speed-350 { --tier: #b9143a; }
.speed-75, .speed-250 { --tier: #087b7c; }
.home-50, .home-200, .home-300, .home-400, .home-500 { --tier: #087b7c; }
.home-100 { --tier: #b9143a; }
.broadband-tier { box-shadow: 0 14px 35px rgba(16,25,24,.1); }
.ott-bundles { min-width: 0; }
.ott-bundle { display: grid; grid-template-columns: minmax(190px, .7fr) 2fr; align-items: stretch; border-bottom: 1px solid var(--line); }
.ott-bundle:last-child { border-bottom: 0; }
.ott-bundle-name { display: flex; flex-direction: column; justify-content: center; padding: 22px; background: #f3f5f7; border-right: 1px solid var(--line); }
.ott-bundle-name h4 { margin: 0 0 5px; font-size: 1rem; line-height: 1.35; }
.ott-bundle-name h4 span { display: block; color: var(--pink-dark); font-size: .75rem; }
.ott-bundle-name p { margin: 0; color: var(--ink-soft); font-size: .78rem; }
.ott-rate-grid { display: grid; grid-template-columns: repeat(4, minmax(105px, 1fr)); }
.ott-rate-grid > div { display: flex; flex-direction: column; justify-content: center; min-height: 116px; padding: 16px; border-right: 1px solid var(--line); }
.ott-rate-grid > div:last-child { border-right: 0; }
.ott-rate-grid span { color: var(--ink-soft); font-size: .75rem; font-weight: 800; }
.ott-rate-grid strong { margin: 3px 0; color: var(--pink-dark); font: 700 1.8rem "Barlow Condensed", sans-serif; }
.ott-rate-grid small { color: #697370; font-size: .75rem; }
.ott-rate-grid b { margin-top: 8px; padding-top: 7px; color: var(--ink); border-top: 1px solid var(--line); font-size: .75rem; }
.ott-section .ott-rate-grid > div:nth-child(3)::after, .ott-section .ott-rate-grid > div:nth-child(4)::after { content: "Free months included"; width: fit-content; margin-top: 6px; color: #087456; font-size: .68rem; font-weight: 800; }
.ott-details { display: grid; grid-template-columns: 1.6fr .4fr; gap: 1px; margin-top: 22px; background: #354050; border: 1px solid #354050; }
.ott-details > div { padding: 25px; background: #111a28; }
.ott-details p:last-child { margin: 0; color: #c5ced8; font-size: .76rem; }
.app-logo-grid { display: grid; grid-template-columns: repeat(6, minmax(82px, 1fr)); gap: 9px; }
.app-logo { min-width: 0; min-height: 105px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 12px 7px 9px; color: var(--ink); background: var(--white); border-radius: 5px; text-align: center; }
.app-logo img { width: 52px; height: 52px; object-fit: contain; }
.app-logo span { max-width: 100%; overflow-wrap: anywhere; font-size: .7rem; font-weight: 800; line-height: 1.2; }
.app-logo.wordmark > strong { width: 62px; height: 52px; display: grid; place-items: center; padding: 5px; color: var(--white); background: var(--ink); border-radius: 5px; font: 800 .72rem "Manrope", sans-serif; line-height: 1; }
.app-logo.wordmark > strong i { font-style: normal; }
.app-logo.brand-sunnxt > strong { color: #fff; background: #d71920; }
.app-logo.brand-sunnxt > strong i { color: #ffd232; }
.app-logo.brand-aha > strong { color: #fff; background: #f05a22; font-size: 1.25rem; }
.app-logo.brand-stage > strong { color: #fff; background: #cb1734; letter-spacing: .05em; }
.app-logo.brand-fancode > strong { color: #fff; background: #ec1c24; font-size: .59rem; }
.app-logo.brand-vzy > strong { color: #fff; background: #080808; font-size: 1.25rem; }
.app-logo.brand-hungama > strong { color: #fff; background: #3b1a72; font-size: .58rem; }
.app-logo.brand-shemaroo > strong { color: #fff; background: #e73374; font-size: .52rem; }
.app-logo.text-logo strong { width: 52px; height: 52px; display: grid; place-items: center; color: var(--white); background: #d90843; border-radius: 50%; font: 700 1.4rem "Barlow Condensed", sans-serif; }
.ott-apps .app-note { margin: 14px 0 0; color: #98a5b4; font-size: .65rem; }
.ott-benefits { display: flex; flex-direction: column; justify-content: center; }
.ott-note { color: #aeb8c4; }
.commercial-section { background-color: var(--white); background-image: linear-gradient(135deg, rgba(11,21,26,.018) 25%, transparent 25%, transparent 50%, rgba(11,21,26,.018) 50%, rgba(11,21,26,.018) 75%, transparent 75%); background-size: 26px 26px; }
.commercial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 38px; }
.commercial-card { --commercial: var(--teal); display: grid; grid-template-columns: .75fr 1.25fr; min-height: 210px; padding: 0; overflow: hidden; color: var(--ink); background: #f3f5f7; border-radius: 6px; box-shadow: 0 12px 30px rgba(16,25,24,.1); }
.commercial-card:nth-child(2), .commercial-card:nth-child(5) { --commercial: #b9143a; }
.commercial-card:nth-child(3), .commercial-card:nth-child(6) { --commercial: #102126; }
.commercial-card > div { display: flex; flex-direction: column; justify-content: center; padding: 24px; color: var(--white); background: var(--commercial); }
.commercial-card > div > span, .commercial-price > span { font-size: .75rem; font-weight: 800; }
.commercial-card h3 { margin: 0; font: 700 3.5rem "Barlow Condensed", sans-serif; line-height: .85; }
.commercial-card h3 small { display: block; margin-top: 7px; font: 700 .75rem "Manrope", sans-serif; }
.commercial-price { display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 22px; }
.commercial-price strong { color: var(--pink-dark); font: 700 2rem "Barlow Condensed", sans-serif; }
.commercial-price small { color: var(--ink-soft); font-size: .75rem; }
.commercial-price b { margin-top: 10px; padding-top: 9px; border-top: 1px solid var(--line); font-size: .75rem; }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; }
.contact-card { min-height: 300px; padding: 42px; background: var(--white); border: 1px solid var(--line); border-top: 5px solid var(--pink); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.contact-card.primary-contact { color: var(--white); background-color: var(--teal); background-image: linear-gradient(135deg, rgba(255,255,255,.04) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.04) 50%, rgba(255,255,255,.04) 75%, transparent 75%); background-size: 22px 22px; border-color: var(--teal); border-top-color: var(--cyan); }
.contact-card h2 { font-size: 2.6rem; }
.contact-card a:not(.button) { display: block; width: fit-content; margin: 8px 0; font-weight: 800; border-bottom: 1px solid currentColor; }
.contact-card address { color: var(--ink-soft); }
.contact-card.primary-contact p { color: #cce1df; }
.availability { margin-top: 22px; padding: 24px 28px; color: var(--ink); background: #d9f0e5; border: 1px solid #a7d8c1; border-left: 5px solid #168d57; border-radius: var(--radius); }
.availability p { margin: 0; color: var(--ink) !important; }
.map-link { display: inline-flex !important; }
.legal { max-width: 860px; padding-block: 10px; }
.legal > p, .legal > ul { color: var(--ink-soft); }
.legal h2 { margin-top: 56px; padding-top: 28px; border-top: 1px solid var(--line); font-size: 2.4rem; }
.legal h3 { margin-top: 34px; }
.legal li { margin-bottom: 8px; }
.legal-note { padding: 22px 26px; color: var(--ink) !important; background: #fff4d2; border: 1px solid #ead996; border-left: 5px solid var(--yellow); border-radius: var(--radius); }

@media (max-width: 1200px) {
  .header-inner { min-height: 82px; }
  .brand img { width: 190px; }
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; top: 82px; right: 0; left: 0; display: none; padding: 16px 24px 26px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .primary-nav.open { display: grid; grid-template-columns: repeat(2, 1fr); }
  .primary-nav a, .primary-nav .nav-portal { padding: 12px; color: var(--ink); background: transparent; }
  .primary-nav a::after { bottom: 6px; }
  .primary-nav .nav-portal::after { display: block; }
}

@media (max-width: 960px) {
  .hero { min-height: 620px; }
  .split { gap: 55px; }
  .feature { padding-inline: 25px; }
  .service-grid { grid-template-columns: 1fr; }
  .ott-tier { grid-template-columns: 150px 1fr; }
  .ott-bundle { grid-template-columns: 165px 1fr; }
  .ott-rate-grid { grid-template-columns: repeat(2, 1fr); }
  .ott-rate-grid > div:nth-child(2) { border-right: 0; }
  .ott-rate-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .app-logo-grid { grid-template-columns: repeat(4, minmax(78px, 1fr)); }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .section { padding: 78px 0; }
  .hero { min-height: 650px; background-image: url("images/hero-mobile.webp"); background-position: 64% center; }
  .hero::before { background: rgba(4,13,17,.68); }
  .hero-content { padding-block: 42px 28px; }
  .hero h1 { font-size: clamp(3.55rem, 16.5vw, 5rem); }
  .hero-copy { max-width: 330px; font-size: .9rem; }
  .hero-metrics { margin-top: 28px; }
  .hero-metrics div { min-height: 70px; padding-inline: 10px; }
  .hero-metrics strong { font-size: 1.65rem; }
  .hero-metrics span { font-size: .56rem; }
  .hero::after { display: none; }
  .split, .plan-grid, .feature-grid, .footer-grid { grid-template-columns: 1fr; }
  .image-frame { margin-right: 12px; }
  .image-note { right: -12px; }
  .feature-grid { border: 0; }
  .feature { min-height: auto; border-top: 1px solid rgba(255,255,255,.18); border-right: 0; }
  .plan-card.featured { transform: none; }
  .cta-inner, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-grid { gap: 35px; }
  .footer-bottom { padding-block: 22px; }
  .story-grid, .contact-grid, .value-grid, .commercial-grid { grid-template-columns: 1fr; }
  .story-grid .image-frame { position: relative; top: auto; }
  .ott-intro, .ott-details { grid-template-columns: 1fr; gap: 20px; }
  .ott-tier { grid-template-columns: 1fr; }
  .ott-tier > header { flex-direction: row; align-items: center; padding: 24px; }
  .ott-tier > header h3 { margin: 2px 0 0; }
  .ott-tier > header .button { width: auto; }
  .ott-bundle { grid-template-columns: 1fr; }
  .ott-bundle-name { border-right: 0; border-bottom: 1px solid var(--line); }
  .ott-rate-grid > div { min-height: 105px; }
  .app-logo-grid { grid-template-columns: repeat(3, minmax(72px, 1fr)); }
  .app-logo { min-height: 98px; }
  .page-hero { min-height: 360px; padding-block: 62px 58px; }
  .page-hero h1 { font-size: clamp(3.5rem, 16vw, 5rem); }
  .page-hero p:last-child { font-size: .92rem; }
  .contact-card { min-height: auto; padding: 30px 24px; }
  .section-heading { padding-left: 16px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item, .trust-item:first-child { min-height: 82px; padding-inline: 20px; border-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .plan-jump { top: 82px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal, .reveal.will-reveal { opacity: 1; transform: none; }
}