/* ==========================================================================
   CanadaInternetCableTV — northern / aurora skin
   Palette: midnight navy · arctic blue · aurora teal · warm amber CTA
   Display: Bricolage Grotesque · Body: Inter
   ========================================================================== */

:root {
  --navy:    #0A1B2A;
  --navy-2:  #0F2740;
  --blue:    #1E6FA8;
  --sky:     #3DA5D9;
  --aurora:  #37D0C4;
  --amber:   #F5A623;
  --amber-d: #E08E0B;
  --ink:     #122435;
  --muted:   #5A7184;
  --cloud:   #F4F8FB;
  --card:    #FFFFFF;
  --line:    #DBE6EF;
  --ok:      #1E9E6A;

  --wrap: 1140px;
  --radius: 16px;
  --radius-s: 10px;
  --shadow: 0 10px 30px -12px rgba(10, 27, 42, .22);
  --shadow-lg: 0 24px 60px -20px rgba(10, 27, 42, .35);

  --font-display: "Bricolage Grotesque", "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cloud);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  line-height: 1.08;
  margin: 0 0 .4em;
  letter-spacing: -0.02em;
  color: var(--navy);
}

p { margin: 0 0 1rem; }
a { color: var(--blue); }

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

.accent { color: var(--sky); }
.amber { color: var(--amber-d); }

/* Skip link ------------------------------------------------------------- */
.skip {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--navy); color: #fff; padding: 12px 18px; border-radius: 0 0 8px 0;
}
.skip:focus { left: 0; }

/* Buttons --------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--font-display);
  font-weight: 700; font-size: 1.02rem;
  padding: 15px 26px; border-radius: 999px;
  text-decoration: none; border: 2px solid transparent;
  cursor: pointer; transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  letter-spacing: -0.01em;
}
.btn-call {
  background: var(--amber); color: var(--navy);
  box-shadow: 0 8px 20px -6px rgba(245, 166, 35, .55);
}
.btn-call:hover { background: var(--amber-d); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.btn-ghost.dark { color: var(--navy); border-color: var(--line); }
.btn-ghost.dark:hover { background: #fff; border-color: var(--blue); }

.btn svg { width: 18px; height: 18px; }

/* Header ---------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(10, 27, 42, .92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.site-header .wrap { display: flex; align-items: center; gap: 20px; height: 70px; }
.brand {
  font-family: var(--font-display); font-weight: 800; font-size: 1.22rem;
  color: #fff; text-decoration: none; letter-spacing: -0.02em; white-space: nowrap;
}
.brand .dot { color: var(--aurora); }
.nav { display: flex; gap: 22px; margin-left: 12px; flex: 1; }
.nav a { color: #cfe0ee; text-decoration: none; font-size: .95rem; font-weight: 500; }
.nav a:hover { color: #fff; }
.header-phone {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--amber); color: var(--navy);
  font-family: var(--font-display); font-weight: 700;
  padding: 10px 18px; border-radius: 999px; text-decoration: none; font-size: .98rem;
  white-space: nowrap; transition: background .2s;
}
.header-phone:hover { background: var(--amber-d); }

/* Hero ------------------------------------------------------------------ */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1200px 400px at 78% -10%, rgba(55, 208, 196, .22), transparent 60%),
    radial-gradient(900px 500px at 10% 0%, rgba(61, 165, 217, .18), transparent 55%),
    linear-gradient(180deg, var(--navy) 0%, var(--navy-2) 100%);
  color: #eaf3fa;
  padding: 74px 0 86px;
}
.aurora-line {
  position: absolute; inset: 0 0 auto 0; height: 3px;
  background: linear-gradient(90deg, var(--aurora), var(--sky), var(--amber), var(--aurora));
  background-size: 300% 100%;
  animation: drift 9s linear infinite;
}
@keyframes drift { to { background-position: 300% 0; } }

.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16);
  color: #dbeaf5; padding: 7px 15px; border-radius: 999px;
  font-size: .85rem; font-weight: 600; letter-spacing: .01em; margin-bottom: 22px;
}
.hero h1 {
  color: #fff; font-size: clamp(2.35rem, 5.6vw, 4rem); max-width: 15ch; margin-bottom: .35em;
}
.hero h1 em { font-style: normal; color: var(--aurora); }
.hero-sub { font-size: clamp(1.05rem, 2vw, 1.25rem); color: #c3d6e5; max-width: 54ch; margin-bottom: 30px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

.trust-strip {
  display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 34px;
  padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12);
}
.trust-strip span { display: inline-flex; align-items: center; gap: .5rem; font-size: .92rem; color: #cfe0ee; }
.trust-strip svg { width: 18px; height: 18px; color: var(--aurora); flex: none; }

/* Savings band ---------------------------------------------------------- */
.savings {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 30px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  margin-top: -46px; position: relative; z-index: 5;
}
.savings .stat { text-align: center; padding: 6px; }
.savings .num { font-family: var(--font-display); font-weight: 800; font-size: 2rem; color: var(--blue); line-height: 1; }
.savings .lbl { font-size: .86rem; color: var(--muted); margin-top: 8px; display: block; }
.savings-note { text-align: center; color: var(--muted); font-size: .8rem; margin: 14px 0 0; }

/* Sections -------------------------------------------------------------- */
section { padding: 68px 0; }
.section-head { max-width: 640px; margin-bottom: 42px; }
.kicker {
  display: inline-block; font-family: var(--font-display); font-weight: 700;
  font-size: .8rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--sky); margin-bottom: 12px;
}
.section-head h2 { font-size: clamp(1.9rem, 4vw, 2.7rem); }
.section-head h2 em { font-style: normal; color: var(--blue); }
.section-head p { color: var(--muted); font-size: 1.08rem; }

/* Services grid --------------------------------------------------------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; transition: transform .18s ease, box-shadow .2s ease, border-color .2s;
}
.svc:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #bcd6e8; }
.svc .ico {
  width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(55,208,196,.16), rgba(61,165,217,.16));
  color: var(--blue); margin-bottom: 16px;
}
.svc .ico svg { width: 24px; height: 24px; }
.svc h3 { font-size: 1.28rem; }
.svc p { color: var(--muted); font-size: .97rem; margin-bottom: 14px; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; }
.tag { font-size: .78rem; font-weight: 600; color: var(--blue); background: #eaf4fb; border: 1px solid #d4e9f6; padding: 4px 10px; border-radius: 999px; }

/* Deals ----------------------------------------------------------------- */
.deals-wrap { background: var(--navy); color: #eaf3fa; }
.deals-wrap .kicker { color: var(--aurora); }
.deals-wrap .section-head h2 { color: #fff; }
.deals-wrap .section-head h2 em { color: var(--aurora); }
.deals-wrap .section-head p { color: #b7ccdc; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.deal {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column;
}
.deal .badge { align-self: flex-start; font-size: .74rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--navy); background: var(--aurora); padding: 4px 10px; border-radius: 6px; margin-bottom: 14px; }
.deal h3 { color: #fff; font-size: 1.2rem; margin-bottom: 4px; }
.deal .speed { color: var(--aurora); font-weight: 700; font-family: var(--font-display); font-size: .95rem; margin-bottom: 14px; }
.deal .price { font-family: var(--font-display); font-size: 1.9rem; font-weight: 800; color: #fff; line-height: 1; }
.deal .price small { font-size: .8rem; font-weight: 500; color: #9fb6c7; }
.deal ul { list-style: none; padding: 0; margin: 16px 0 20px; }
.deal li { font-size: .9rem; color: #cfe0ee; padding: 6px 0 6px 24px; position: relative; }
.deal li::before { content: "✓"; position: absolute; left: 0; color: var(--aurora); font-weight: 700; }
.deal .btn { margin-top: auto; justify-content: center; width: 100%; }
.deals-disclaimer {
  margin-top: 30px; text-align: center; font-size: .88rem; color: #9fb6c7;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-s); padding: 14px 18px;
}

/* Steps ----------------------------------------------------------------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step { position: relative; padding-top: 8px; }
.step .n {
  font-family: var(--font-display); font-weight: 800; font-size: 1rem;
  width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center;
  background: var(--navy); color: var(--aurora); margin-bottom: 16px;
}
.step h3 { font-size: 1.15rem; }
.step p { color: var(--muted); font-size: .95rem; margin: 0; }

/* Help / expectations --------------------------------------------------- */
.split { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: start; }
.help-list { display: grid; gap: 4px; }
.help-item { padding: 18px 0; border-bottom: 1px solid var(--line); }
.help-item:last-child { border-bottom: none; }
.help-item h3 { font-size: 1.1rem; margin-bottom: 4px; display: flex; align-items: center; gap: .6rem; }
.help-item h3 svg { width: 20px; height: 20px; color: var(--blue); flex: none; }
.help-item p { color: var(--muted); font-size: .95rem; margin: 0; padding-left: 30px; }

.expect {
  background: linear-gradient(160deg, var(--navy), var(--navy-2));
  color: #eaf3fa; border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow-lg);
}
.expect h3 { color: #fff; font-size: 1.4rem; }
.expect ol { margin: 18px 0 0; padding-left: 0; list-style: none; counter-reset: e; }
.expect li { counter-increment: e; position: relative; padding: 12px 0 12px 44px; border-top: 1px solid rgba(255,255,255,.1); color: #cfe0ee; font-size: .96rem; }
.expect li:first-child { border-top: none; }
.expect li::before {
  content: counter(e); position: absolute; left: 0; top: 12px;
  width: 28px; height: 28px; border-radius: 8px; display: grid; place-items: center;
  background: rgba(55,208,196,.15); color: var(--aurora); font-family: var(--font-display); font-weight: 700; font-size: .85rem;
}

/* Final CTA ------------------------------------------------------------- */
.final {
  text-align: center;
  background:
    radial-gradient(800px 300px at 50% 0%, rgba(55,208,196,.2), transparent 60%),
    linear-gradient(180deg, var(--blue), var(--navy));
  color: #fff;
}
.final h2 { color: #fff; font-size: clamp(2rem, 4.5vw, 3rem); }
.final h2 em { font-style: normal; color: var(--aurora); }
.final p { color: #d5e6f2; max-width: 46ch; margin: 0 auto 28px; font-size: 1.1rem; }
.final .phone-big {
  font-family: var(--font-display); font-weight: 800; font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: #fff; text-decoration: none; display: inline-block; margin-top: 8px;
}
.final .phone-big:hover { color: var(--aurora); }
.final .fineprint { color: #9fb6c7; font-size: .9rem; margin-top: 14px; }

/* Footer ---------------------------------------------------------------- */
.site-footer { background: #06131f; color: #a9bfd0; padding: 56px 0 30px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; }
.footer-brand .brand { font-size: 1.3rem; }
.footer-brand p { font-size: .9rem; color: #86a0b3; margin-top: 14px; max-width: 34ch; }
.footer-brand .fphone { display: inline-block; margin-top: 12px; color: var(--aurora); font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; text-decoration: none; }
.footer-col h4 { color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px; font-family: var(--font-body); font-weight: 700; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 9px; }
.footer-col a { color: #a9bfd0; text-decoration: none; font-size: .92rem; }
.footer-col a:hover { color: #fff; }
.footer-bottom {
  margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1);
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center;
}
.footer-bottom p { font-size: .82rem; color: #7690a4; margin: 0; max-width: 70ch; }
.footer-bottom nav { display: flex; gap: 18px; }
.footer-bottom nav a { color: #a9bfd0; font-size: .85rem; text-decoration: none; }
.footer-bottom nav a:hover { color: #fff; }

/* Legal pages ----------------------------------------------------------- */
.legal { background: #fff; padding: 56px 0 72px; }
.legal .wrap { max-width: 820px; }
.legal h1 { font-size: clamp(2rem, 4vw, 2.8rem); margin-bottom: .3em; }
.legal .updated { color: var(--muted); font-size: .9rem; margin-bottom: 32px; }
.legal h2 { font-size: 1.35rem; margin: 34px 0 10px; }
.legal p, .legal li { color: #33475a; font-size: 1rem; }
.legal ul { padding-left: 20px; }
.legal li { margin-bottom: 8px; }
.legal a { color: var(--blue); }
.back-home { display: inline-flex; align-items: center; gap: .4rem; margin-bottom: 26px; color: var(--blue); text-decoration: none; font-weight: 600; font-size: .95rem; }
.back-home:hover { text-decoration: underline; }

/* Responsive ------------------------------------------------------------ */
@media (max-width: 960px) {
  .nav { display: none; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .savings { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .savings { grid-template-columns: 1fr 1fr; padding: 22px; }
  .footer-top { grid-template-columns: 1fr; }
  .header-phone span.txt { display: none; }
  section { padding: 52px 0; }
  .hero { padding: 54px 0 70px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto !important; transition: none !important; }
}

:focus-visible { outline: 3px solid var(--amber); outline-offset: 2px; border-radius: 4px; }
