/* ===========================================================
   TVInternetPro — shared stylesheet
   Per-page accent set via:  <body style="--accent:#xxxxxx">
   =========================================================== */

:root {
  --accent: #1a73e8;
  --accent-dark: #0f5bd0;
  --ink: #10182b;
  --ink-soft: #44506a;
  --line: #e4e8f0;
  --bg-soft: #f5f7fb;
  --white: #ffffff;
  --good: #1aa260;
  --bad: #d93636;
  --star: #f5a623;
  --radius: 14px;
  --shadow: 0 6px 24px rgba(16, 24, 43, .08);
  --shadow-lg: 0 16px 48px rgba(16, 24, 43, .14);
  --maxw: 1140px;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 64px; /* room for mobile sticky call bar */
}

img { max-width: 100%; display: block; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }

h1, h2, h3 { line-height: 1.2; color: var(--ink); }
h2 { font-size: 2rem; font-weight: 800; letter-spacing: -.02em; }
h3 { font-size: 1.25rem; font-weight: 700; }
.section { padding: 64px 0; }
.section--soft { background: var(--bg-soft); }
.section__head { max-width: 720px; margin: 0 auto 40px; text-align: center; }
.section__head p { color: var(--ink-soft); margin-top: 12px; font-size: 1.05rem; }
.eyebrow { color: var(--accent); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 700; font-size: 1rem; padding: 14px 26px; border-radius: 999px;
  border: 2px solid transparent; cursor: pointer; transition: transform .12s ease, box-shadow .2s ease, background .2s;
  text-decoration: none; white-space: nowrap;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn--call { background: var(--accent); color: #fff; box-shadow: 0 8px 20px rgba(26,115,232,.35); }
.btn--call:hover { background: var(--accent-dark); color: #fff; }
.btn--ghost { background: #fff; color: var(--accent); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--accent); }
.btn--lg { padding: 17px 34px; font-size: 1.1rem; }
.btn--block { width: 100%; }

/* ---------- Top header ---------- */
.topbar { background: var(--ink); color: #fff; font-size: .85rem; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; height: 38px; }
.topbar a { color: #fff; }
.topbar__phone { font-weight: 700; }

.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(8px); border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.brand { display: flex; align-items: center; gap: 9px; font-weight: 800; font-size: 1.25rem; color: var(--ink); }
.brand:hover { text-decoration: none; }
.brand__mark { width: 32px; height: 32px; border-radius: 8px; background: linear-gradient(135deg, var(--accent), var(--accent-dark)); display: inline-flex; align-items: center; justify-content: center; color: #fff; font-weight: 900; font-size: 1rem; }
.brand b { color: var(--accent); }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a { color: var(--ink-soft); font-weight: 600; font-size: .95rem; }
.nav a:hover { color: var(--accent); text-decoration: none; }
.header-call { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; color: var(--accent); font-size: 1.05rem; }
.header-call:hover { text-decoration: none; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: linear-gradient(160deg, var(--bg-soft), #fff 60%); }
.hero::after { content: ""; position: absolute; top: -120px; right: -120px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, var(--accent) 0%, transparent 70%); opacity: .14; }
.hero .wrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; padding-top: 64px; padding-bottom: 64px; position: relative; z-index: 1; }
.hero__logo { height: 38px; width: auto; margin-bottom: 22px; }
.hero h1 { font-size: 3rem; font-weight: 900; letter-spacing: -.03em; }
.hero h1 span { color: var(--accent); }
.hero__sub { font-size: 1.2rem; color: var(--ink-soft); margin: 18px 0 28px; }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero__trust { display: flex; gap: 22px; margin-top: 26px; flex-wrap: wrap; }
.hero__trust div { font-size: .9rem; color: var(--ink-soft); }
.hero__trust b { display: block; font-size: 1.4rem; color: var(--ink); }
.hero__card { background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-lg); padding: 28px; }
.hero__card h3 { margin-bottom: 6px; }
.hero__card .price { font-size: 3rem; font-weight: 900; color: var(--accent); line-height: 1; }
.hero__card .price small { font-size: 1rem; color: var(--ink-soft); font-weight: 600; }
.hero__card ul { list-style: none; margin: 18px 0; }
.hero__card li { padding: 8px 0; padding-left: 28px; position: relative; color: var(--ink); }
.hero__card li::before { content: "✓"; position: absolute; left: 0; color: var(--good); font-weight: 900; }

/* ---------- Plan cards ---------- */
.plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }
.plan {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px;
  display: flex; flex-direction: column; position: relative; transition: transform .15s ease, box-shadow .2s ease, border-color .2s;
}
.plan:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--accent); }
.plan--featured { border-color: var(--accent); border-width: 2px; box-shadow: var(--shadow); }
.plan__badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--accent); color: #fff; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; padding: 5px 14px; border-radius: 999px; white-space: nowrap; }
.plan__name { font-size: 1.15rem; font-weight: 700; }
.plan__speed { font-size: 2.6rem; font-weight: 900; color: var(--ink); line-height: 1; margin: 12px 0 2px; }
.plan__speed small { font-size: .9rem; color: var(--ink-soft); font-weight: 600; }
.plan__price { font-size: 1.1rem; color: var(--ink-soft); margin-bottom: 16px; }
.plan__price b { font-size: 1.9rem; color: var(--accent); font-weight: 900; }
.plan__feats { list-style: none; margin: 0 0 22px; flex: 1; }
.plan__feats li { padding: 7px 0 7px 26px; position: relative; font-size: .92rem; color: var(--ink-soft); border-top: 1px solid var(--line); }
.plan__feats li:first-child { border-top: none; }
.plan__feats li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 900; }

/* ---------- Features grid ---------- */
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.feature { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.feature__icon { width: 50px; height: 50px; border-radius: 12px; background: color-mix(in srgb, var(--accent) 12%, #fff); color: var(--accent); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 16px; }
.feature h3 { margin-bottom: 8px; font-size: 1.1rem; }
.feature p { color: var(--ink-soft); font-size: .95rem; }

/* ---------- Comparison table ---------- */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }
table.cmp { width: 100%; border-collapse: collapse; min-width: 620px; background: #fff; }
table.cmp th, table.cmp td { padding: 16px 18px; text-align: left; border-bottom: 1px solid var(--line); font-size: .95rem; }
table.cmp thead th { background: var(--ink); color: #fff; font-weight: 700; }
table.cmp tbody tr:hover { background: var(--bg-soft); }
table.cmp .hl { color: var(--accent); font-weight: 800; }

/* ---------- Pros / cons ---------- */
.proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.pc { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.pc h3 { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.pc ul { list-style: none; }
.pc li { padding: 9px 0 9px 30px; position: relative; color: var(--ink-soft); }
.pc--good li::before { content: "✓"; position: absolute; left: 0; color: var(--good); font-weight: 900; }
.pc--bad li::before { content: "✕"; position: absolute; left: 0; color: var(--bad); font-weight: 900; }

/* ---------- FAQ ---------- */
.faq { max-width: 800px; margin: 0 auto; }
.faq__item { border: 1px solid var(--line); border-radius: 12px; margin-bottom: 12px; background: #fff; overflow: hidden; }
.faq__q { width: 100%; text-align: left; background: none; border: none; padding: 20px 22px; font-size: 1.05rem; font-weight: 700; color: var(--ink); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-family: inherit; }
.faq__q::after { content: "+"; font-size: 1.6rem; color: var(--accent); font-weight: 400; line-height: 1; transition: transform .2s; }
.faq__item.open .faq__q::after { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.faq__a p { padding: 0 22px 20px; color: var(--ink-soft); }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(135deg, var(--accent), var(--accent-dark)); color: #fff; text-align: center; }
.cta-band h2 { color: #fff; font-size: 2.2rem; }
.cta-band p { color: rgba(255,255,255,.9); font-size: 1.15rem; margin: 14px 0 26px; }
.cta-band .btn--call { background: #fff; color: var(--accent); box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.cta-band .phone-xl { font-size: 2.4rem; font-weight: 900; color: #fff; display: inline-block; margin-top: 8px; }
.cta-band .phone-xl:hover { text-decoration: none; opacity: .92; }

/* ---------- Provider grid (home) ---------- */
.provgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.provcard { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; transition: transform .15s, box-shadow .2s, border-color .2s; display: flex; flex-direction: column; }
.provcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--prov, var(--accent)); text-decoration: none; }
.provcard__logo { height: 30px; margin-bottom: 16px; font-weight: 900; font-size: 1.4rem; color: var(--prov, var(--accent)); }
.provcard__from { color: var(--ink-soft); font-size: .9rem; }
.provcard__from b { font-size: 1.8rem; color: var(--ink); display: block; }
.provcard p { color: var(--ink-soft); font-size: .95rem; margin: 12px 0 18px; flex: 1; }
.provcard .go { font-weight: 800; color: var(--prov, var(--accent)); }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #b9c2d6; padding: 50px 0 24px; }
.site-footer .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; margin-bottom: 36px; }
.site-footer h4 { color: #fff; font-size: 1rem; margin-bottom: 14px; }
.site-footer a { color: #b9c2d6; display: block; padding: 5px 0; font-size: .92rem; }
.site-footer a:hover { color: #fff; }
.site-footer .brand { color: #fff; margin-bottom: 12px; }
.site-footer .legal { border-top: 1px solid #2a3550; padding-top: 22px; font-size: .82rem; color: #8794ad; }
.disclaimer { font-size: .82rem; color: var(--ink-soft); max-width: 900px; margin: 18px auto 0; text-align: center; }

/* ---------- Mobile sticky call bar ---------- */
.callbar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; display: none; background: var(--accent); color: #fff; text-align: center; padding: 14px; font-weight: 800; font-size: 1.1rem; box-shadow: 0 -4px 16px rgba(0,0,0,.18); }
.callbar:hover { text-decoration: none; color: #fff; }

/* ---------- Mobile nav toggle ---------- */
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: .2s; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero .wrap { grid-template-columns: 1fr; }
  .proscons { grid-template-columns: 1fr; }
  .site-footer .cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  h2 { font-size: 1.6rem; }
  .hero h1 { font-size: 2.2rem; }
  .nav { position: fixed; inset: 70px 0 auto 0; background: #fff; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 0; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); display: none; }
  .nav.open { display: flex; }
  .nav a { padding: 14px 20px; border-top: 1px solid var(--line); }
  .nav-toggle { display: block; }
  .header-call span.label { display: none; }
  .callbar { display: block; }
  .topbar { display: none; }
  .section { padding: 44px 0; }
  body { padding-bottom: 56px; }
}

/* ===== Conversion / trust additions ===== */
.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust-strip .wrap { display: flex; flex-wrap: wrap; gap: 12px 34px; justify-content: center; padding: 16px 20px; }
.trust-strip__item { font-weight: 700; color: var(--ink); font-size: .95rem; display: flex; align-items: center; gap: 8px; }
.trust-strip__item span { font-size: 1.15rem; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.step { text-align: center; padding: 8px; }
.step__num { width: 56px; height: 56px; border-radius: 50%; background: var(--accent); color: #fff; font-weight: 900; font-size: 1.5rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; box-shadow: 0 8px 20px rgba(0,0,0,.12); }
.step h3 { margin-bottom: 8px; }
.step p { color: var(--ink-soft); }

.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tcard { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); }
.stars { color: var(--star); font-size: 1.1rem; letter-spacing: 2px; margin-bottom: 12px; }
.tcard p { color: var(--ink); font-style: italic; margin-bottom: 14px; }
.tcard__name { color: var(--ink-soft); font-weight: 700; font-size: .9rem; }

.legal a { display: inline; color: #8794ad; }
.legal a:hover { color: #fff; }

.doc { max-width: 820px; margin: 0 auto; }
.doc h1 { font-size: 2.2rem; margin-bottom: 8px; }
.doc h2 { font-size: 1.3rem; margin: 28px 0 10px; }
.doc p, .doc li { color: var(--ink-soft); margin-bottom: 12px; }
.doc ul { padding-left: 22px; }
.doc .updated { color: var(--ink-soft); font-size: .9rem; margin-bottom: 24px; }

@media (max-width: 900px) { .testimonials { grid-template-columns: 1fr; } }
@media (max-width: 720px) { .steps { grid-template-columns: 1fr; } }
