:root {
  --red: #c8101e;
  --red-dark: #7f0710;
  --red-deep: #450307;
  --ink: #171717;
  --muted: #686868;
  --line: #e7e7e7;
  --soft: #f7f7f7;
  --white: #fff;
  --shadow: 0 18px 45px rgba(24, 24, 24, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--ink); background: #fff; line-height: 1.6; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.shell { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }
.section { padding: 92px 0; }
.alt { background: var(--soft); }
.eyebrow { margin: 0 0 12px; color: var(--red); text-transform: uppercase; letter-spacing: .11em; font-weight: 800; font-size: .78rem; }
.eyebrow.light { color: #ffd4d4; }
h1, h2, h3 { margin-top: 0; line-height: 1.12; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.035em; margin-bottom: 22px; }
p { color: var(--muted); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 10px; border: 1px solid var(--red); background: var(--red); color: #fff; text-decoration: none; font-weight: 800; cursor: pointer; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); filter: brightness(1.05); }
.btn.ghost { background: transparent; border-color: rgba(255,255,255,.55); color: #fff; }
.btn.small { min-height: 42px; padding-inline: 18px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(0,0,0,.07); backdrop-filter: blur(12px); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand img { width: 230px; max-height: 62px; object-fit: contain; object-position: left center; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links > a:not(.btn) { text-decoration: none; font-size: .9rem; font-weight: 700; }
.nav-links > a:not(.btn):hover { color: var(--red); }
.nav-toggle { display: none; border: 0; background: transparent; font-size: 1.6rem; cursor: pointer; }

.hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 80% 40%, #9b111b 0%, #66070d 34%, #2d0204 75%); }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(120deg, transparent 48%, rgba(255,255,255,.2) 49%, transparent 50%), radial-gradient(circle at 20% 20%, rgba(255,255,255,.18) 1px, transparent 2px); background-size: 140px 140px, 36px 36px; }
.hero-grid { position: relative; z-index: 2; min-height: 590px; padding: 82px 0; display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; }
.hero h1 { font-size: clamp(2.6rem, 5vw, 5.1rem); max-width: 800px; letter-spacing: -.055em; margin-bottom: 22px; }
.hero .lead { max-width: 680px; color: #f4dddd; font-size: 1.06rem; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.years-card { position: relative; text-align: center; padding: 40px 26px; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.03)); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.laurel { font-size: 1.7rem; color: #ffd55d; }
.years-number { font-size: clamp(6rem, 14vw, 10rem); font-weight: 900; letter-spacing: -.08em; line-height: .85; color: #ffcf55; text-shadow: 0 8px 20px rgba(0,0,0,.35); }
.years-label { margin: 6px 0 14px; font-weight: 900; text-transform: uppercase; letter-spacing: .22em; }
.years-ribbon { background: var(--red); color: #fff; font-weight: 900; text-transform: uppercase; padding: 10px 16px; transform: skew(-8deg); box-shadow: 0 10px 24px rgba(0,0,0,.25); }
.years-since { margin: 18px 0 6px; color: #fff; font-size: 1.25rem; font-weight: 900; text-transform: uppercase; }
.years-copy { margin: 0; color: #ffd85c; font-weight: 800; }

.service-strip { position: relative; z-index: 4; margin-top: -38px; margin-bottom: 24px; background: #fff; border-radius: 18px; box-shadow: var(--shadow); display: grid; grid-template-columns: repeat(5, 1fr); overflow: hidden; }
.service-chip { min-height: 150px; padding: 24px 18px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid var(--line); }
.service-chip:last-child { border-right: 0; }
.service-chip span { color: var(--red); font-size: 1.6rem; font-weight: 900; margin-bottom: 9px; }
.service-chip strong { font-size: .88rem; text-transform: uppercase; }
.service-chip small { color: var(--muted); margin-top: 7px; line-height: 1.4; }

.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.prose p { font-size: 1.04rem; }
.cards { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 34px; }
.card { padding: 28px 24px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 10px 28px rgba(0,0,0,.05); }
.card .icon { color: var(--red); font-weight: 900; font-size: 1.5rem; margin-bottom: 24px; }
.card h3 { margin-bottom: 12px; font-size: 1.05rem; }
.card p { margin: 0; font-size: .92rem; }

.plans-section { position: relative; overflow: hidden; background: linear-gradient(180deg, #fff, #fff8f8); }
.plans-section::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: radial-gradient(circle at 20% 30%, var(--red) 1px, transparent 1px), linear-gradient(30deg, transparent 49%, var(--red) 50%, transparent 51%); background-size: 30px 30px, 120px 120px; pointer-events: none; }
.plans-section .shell { position: relative; z-index: 2; }
.section-heading.center { text-align: center; max-width: 760px; margin: 0 auto 42px; }
.section-heading.center p:last-child { margin-top: -8px; }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.plan-card { --accent: #8d623c; position: relative; overflow: hidden; background: #fff; border: 1px solid #ececec; border-radius: 24px; padding: 30px 28px 26px; box-shadow: var(--shadow); }
.plan-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 10px; background: var(--accent); }
.plan-top { display: flex; flex-direction: column; gap: 8px; padding-bottom: 16px; border-bottom: 2px solid #e6e6e6; }
.plan-price { font-size: 1.45rem; font-weight: 900; color: var(--accent); }
.plan-name { color: var(--accent); font-weight: 800; }
.speed { margin: 20px 0 10px; font-size: 1rem; }
.plan-card ul { list-style: none; padding: 0; margin: 0 0 18px; }
.plan-card li { margin: 8px 0; color: #333; font-size: .92rem; }
.plan-card li::before { content: "✓"; display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 8px; border-radius: 50%; background: var(--red); color: #fff; font-size: .72rem; font-weight: 900; }
.plan-link { color: var(--red); font-size: .9rem; font-weight: 800; text-decoration: none; }
.silver { --accent: #aaa; }
.gold { --accent: #d5a227; }
.platinum { --accent: #05a883; }
.diamond { --accent: #29badd; }
.emerald { --accent: #2bad5d; }
.iptv-banner { margin: 28px 0; border-radius: 14px; background: var(--red); color: #fff; padding: 18px 24px; display: flex; justify-content: center; gap: 12px; text-align: center; }
.cable-price-card { max-width: 850px; margin: 42px auto 0; padding: 30px 34px; background: #fff; border-radius: 20px; box-shadow: var(--shadow); display: grid; grid-template-columns: 1.2fr auto auto; gap: 26px; align-items: center; }
.cable-price-card h3 { margin: 0; }
.cable-price { white-space: nowrap; display: flex; align-items: baseline; gap: 3px; color: var(--red); }
.cable-price span { font-size: 1.4rem; font-weight: 900; }
.cable-price strong { font-size: 3.4rem; line-height: 1; }
.cable-price small { color: var(--muted); font-weight: 700; }

.coverage-section { color: #fff; background: linear-gradient(180deg, #111, #0d2f3f); }
.coverage-section h2 { color: #fff; }
.coverage-section p { color: #d7e2e6; }
.coverage-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 34px; }
.coverage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.coverage-card { overflow: hidden; background: #fff; color: var(--ink); border-radius: 20px; box-shadow: 0 18px 40px rgba(0,0,0,.25); }
.coverage-card iframe { width: 100%; height: 250px; border: 0; display: block; }
.coverage-card-content { padding: 20px; }
.coverage-card-content h3 { margin-bottom: 6px; }
.coverage-card-content p { margin: 0 0 10px; color: var(--muted); }
.coverage-card-content a { color: var(--red); font-weight: 800; font-size: .9rem; }

.process h2 { max-width: 700px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 34px; }
.steps > div { padding: 28px; border-top: 4px solid var(--red); background: var(--soft); border-radius: 0 0 16px 16px; }
.steps span { color: var(--red); font-size: 1.65rem; font-weight: 900; }
.steps h3 { margin: 18px 0 8px; }
.steps p { margin: 0; }

.contact-section { background: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 70px; }
.contact-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 28px; }
.contact-item { display: flex; align-items: center; gap: 14px; padding: 18px; background: var(--soft); border-radius: 16px; }
.contact-icon { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: #fff; font-weight: 900; }
.contact-item strong { display: block; font-size: .82rem; color: var(--red); }
.contact-item a { display: block; text-decoration: none; font-weight: 700; font-size: .9rem; word-break: break-word; }
.contact-form { padding: 30px; background: var(--soft); border-radius: 20px; display: grid; gap: 13px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #ddd; border-radius: 10px; padding: 13px 14px; background: #fff; }
.contact-form textarea { resize: vertical; }
.form-note { margin: 0; font-size: .8rem; }

footer { background: var(--red); color: #fff; }
.footer-grid { min-height: 130px; display: grid; grid-template-columns: 220px 1fr 1fr; gap: 42px; align-items: center; }
.footer-grid img { width: 210px; filter: brightness(0) invert(1); }
.footer-grid p { color: #fff; margin: 0; font-size: .86rem; }

@media (max-width: 1050px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
  .service-strip { grid-template-columns: repeat(3, 1fr); }
  .service-chip { border-bottom: 1px solid var(--line); }
}
@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .nav-links { position: absolute; left: 18px; right: 18px; top: 74px; display: none; flex-direction: column; align-items: stretch; background: #fff; padding: 18px; border-radius: 14px; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .hero-grid, .split, .contact-grid, .coverage-intro { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; gap: 38px; padding: 68px 0 86px; }
  .years-card { max-width: 460px; width: 100%; margin-inline: auto; }
  .plans-grid, .coverage-grid { grid-template-columns: repeat(2, 1fr); }
  .cable-price-card { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 14px; padding: 34px 0; }
}
@media (max-width: 640px) {
  .section { padding: 70px 0; }
  .brand img { width: 190px; }
  .hero h1 { font-size: 2.7rem; }
  .service-strip { grid-template-columns: 1fr 1fr; margin-top: -24px; }
  .service-chip { min-height: 130px; }
  .cards, .plans-grid, .coverage-grid, .contact-details { grid-template-columns: 1fr; }
  .iptv-banner { flex-direction: column; gap: 2px; }
  .coverage-card iframe { height: 220px; }
}
