  :root{
      --primary:#002864;
      --primary2:#083a8a;
      --btn:#f88539;
      --btn2:#ffad72;

      --ink:#0b1230;
      --muted:#5f6b85;
      --soft:#f6f8ff;
      --radius:22px;
      --shadow:0 18px 48px rgba(0,0,0,.18);
    }

    html,body{height:100%;}
    body{
      font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
      color:var(--ink);
    }

    a{color:inherit; text-decoration:none;}
    .container{max-width:1180px;}
    .kicker{
      color:var(--primary);
      font-weight:900;
      letter-spacing:.10em;
      text-transform:uppercase;
      font-size:.82rem;
    }

    /* Topbar */
    .topbar{
      background:linear-gradient(90deg, #001a45, var(--primary));
      color:#fff;
      font-size:.92rem;
    }
    .topbar a{color:#fff; opacity:.95;}
    .topbar a:hover{opacity:1;}

    /* Sticky header */
    .nav-wrap{
      position:sticky; top:0; z-index:50;
      background:rgba(255,255,255,.86);
      backdrop-filter: blur(10px);
      border-bottom:1px solid rgba(11,18,48,.08);
    }
    .brand-badge{
      width:40px;height:40px;border-radius:12px;
      background:linear-gradient(135deg, var(--primary), var(--primary2));
      box-shadow:0 10px 26px rgba(0,40,100,.22);
      display:grid; place-items:center; color:#fff;
    }
    .nav-link {
        font-weight: 600;
    }

    .btn-otv{
      border-radius:999px;
      padding:.8rem 1.05rem;
      font-weight:800;
      border:1px solid transparent;
      transition:transform .16s ease, filter .16s ease, box-shadow .16s ease, border-color .16s ease;
      white-space:nowrap;
    }
    .btn-otv-primary{
      background: #F66608;
      color: #fff;
      box-shadow:0 14px 36px rgba(248,133,57,.30);
      border:none;
    }
    .btn-otv-primary:hover{filter:brightness(.98); transform:translateY(-1px);}
    .btn-otv-outline{
      background:#fff;
      border:1px solid rgba(0,40,100,.22);
      color:var(--primary);
    }
    .btn-otv-outline:hover{border-color:rgba(0,40,100,.42); transform:translateY(-1px);}

    /* Hero */
.otv-hero{
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: center;
  overflow: hidden;

  /* Right-side image like the reference */
  background:
    url('../img/tv-hero.png') right center / cover no-repeat;
}

/* Dark-to-transparent overlay from left -> right */
.otv-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      90deg,
      rgba(0,40,100,.92) 0%,
      rgba(0,40,100,.82) 40%,
      rgba(0,40,100,.35) 70%,
      rgba(0,40,100,0) 100%
    );
  pointer-events:none;
}

/* Soft vignette for extra contrast */
.otv-hero::after{
  content:"";
  position:absolute;
  inset:-20%;
  background: radial-gradient(circle at 20% 35%, rgba(248,133,57,.18), transparent 55%);
  pointer-events:none;
  mix-blend-mode: screen;
  opacity: .55;
}

.otv-hero__container{
  position: relative;
  z-index: 2;
  width: min(1200px, 92%);
  margin: 0 auto;
  padding: 64px 0;
}

.otv-hero__content{
  max-width: 620px;
  color: var(--text);
}

.otv-hero__pill{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(10px);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .2px;
  color: #fff;
}

.otv-hero__pill-ico{
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(248,133,57,.18);
}

.otv-hero__title{
  margin: 18px 0 10px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.04;
  font-size: clamp(40px, 5vw, 48px);
}

.otv-hero__title-accent{
  color: #70c4ff; /* like reference highlight text */
}

.otv-hero__desc{
  margin: 0;
  max-width: 540px;
  color: rgba(255,255,255,.82);
  font-size: 18px;
  line-height: 1.65;
  margin-top: 14px;
}

.otv-hero__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.otv-btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .15s ease, filter .15s ease, box-shadow .15s ease, background .15s ease;
  will-change: transform;
}

.otv-btn i{ font-size: 18px; }

.otv-btn--ghost{
  color: #fff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.28);
}

.otv-btn--ghost:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.12);
}

.otv-btn--light{
  color: #0b1a3a;
  background: #fff;
  border: 1px solid rgba(255,255,255,.25);
  box-shadow: 0 14px 36px rgba(0,0,0,.18);
}

.otv-btn--light:hover{
  transform: translateY(-1px);
  filter: brightness(.98);
}

/* If you want your primary CTA to be orange, use this class instead:
   .otv-btn--primary { background: var(--btn); color:#1b1208; border:none; }
*/

.otv-hero__trust{
  display: flex;
  flex-wrap: wrap;
  gap: 18px 22px;
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.16);
}

.otv-hero__trust-item{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.78);
  font-weight: 700;
}

.otv-hero__trust-item i{
  color: rgba(255,255,255,.78);
  font-size: 18px;
}


/* Responsive */
@media (max-width: 768px){
  .otv-hero{
    background-position: center;
  }
  .otv-hero::before{
    background: linear-gradient(
      180deg,
      rgba(0,40,100,.92) 0%,
      rgba(0,40,100,.80) 55%,
      rgba(0,40,100,.55) 100%
    );
  }
  .otv-hero__container{ padding: 52px 0; }
  .otv-hero__content{ max-width: 100%; }
}

    .eyebrow{
      display:inline-flex; align-items:center; gap:.5rem;
      padding:.4rem .7rem;
      border-radius:999px;
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.14);
      font-weight:700;
      font-size:.9rem;
    }

    .hero h1{font-weight:950; letter-spacing:-.03em; line-height:1.05;}
    .hero p{color:rgba(255,255,255,.84); font-size:1.06rem;}

    .hero-card{
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.16);
      border-radius:var(--radius);
      padding:18px;
      box-shadow:0 24px 70px rgba(0,0,0,.22);
    }

    .zip-form{
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.16);
      border-radius:16px;
      padding:10px;
      display:flex;
      gap:10px;
      align-items:center;
    }
    .zip-form input{
      border:none; outline:none; background:transparent;
      color:#fff;
      width:100%;
      padding:.7rem .8rem;
    }
    .zip-form input::placeholder{color:rgba(255,255,255,.70);}

    .trust-row{display:flex; gap:14px; flex-wrap:wrap; margin-top:14px;}
    .trust-pill{
      display:flex; align-items:center; gap:.55rem;
      padding:.5rem .75rem;
      border-radius:999px;
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.14);
      font-weight:700;
      font-size:.92rem;
    }

    .hero-media{
      position:relative;
      min-height:360px;
      border-radius:var(--radius);
      overflow:hidden;
      background:linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.05));
      border:1px solid rgba(255,255,255,.16);
    }
    .hero-media img{
      width:100%; height:100%;
      object-fit:cover;
      filter:saturate(1.05) contrast(1.02);
      transform:scale(1.02);
    }

    .float-deal{
      position:absolute;
      right:16px; bottom:16px;
      width:min(360px, 92%);
      background:rgba(0,26,69,.82);
      border:1px solid rgba(255,255,255,.14);
      border-radius:18px;
      padding:14px;
      backdrop-filter:blur(12px);
    }
    .float-deal .deal-title{
      font-weight:900; letter-spacing:-.02em;
      margin:10px 0 2px;
      font-size:1.2rem;
    }
    .float-deal .price{
      font-weight:950;
      font-size:2rem;
      letter-spacing:-.03em;
      line-height:1;
      background:linear-gradient(135deg, #ffffff, #ffd7bf);
      -webkit-background-clip:text;
      background-clip:text;
      color:transparent;
      margin:6px 0 2px;
    }

    .otv-feature{
  padding: 70px 0;
  background: #fff;
}

.otv-feature__media{
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  position: relative;
  background: #0b0f1f;
}
.otv-feature__tag{
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 10px;
  border: 1px solid var(--stroke);
  background: #fff;
  color: var(--ink);
  font-weight: 800;
  font-size: 14px;
}

.otv-feature__title{
  margin: 14px 0 10px;
  font-weight: 950;
  letter-spacing: -0.03em;
  line-height: 1.15;
  font-size: clamp(28px, 2.8vw, 40px);
  color: var(--ink);
}

.otv-feature__desc{
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.otv-feature__list{
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  gap: 12px;
}

.otv-feature__list li{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--ink);
  font-weight: 650;
}

.otv-feature__list i{
  color: #19a974; /* green check like reference */
  font-size: 18px;
  margin-top: 2px;
}

/* CTA Button */
.otv-feature__btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--primary);
  color: #fff;
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 10px;
  font-weight: 850;
  box-shadow: 0 16px 36px rgba(0,40,100,.18);
  transition: transform .15s ease, filter .15s ease;
}

.otv-feature__btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.02);
}

.otv-feature__btn i{
  font-size: 18px;
}

.otv-topics{
  background: #f6f8ff;
}

.otv-topics__title{
  font-weight: 950;
  letter-spacing: -0.03em;
  color: var(--ink);
  font-size: clamp(28px, 2.6vw, 42px);
}

.otv-topics__sub{
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

/* Card */
.otv-topic-card{
  display: block;
  height: 100%;
  background: #fff;
  border: 1px solid var(--stroke);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: var(--shadow);
  transition: transform .16s ease, box-shadow .16s ease;
}

.otv-topic-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 26px 70px rgba(11,18,48,.14);
}

/* Media */
.otv-topic-card__media{
  background: #0b0f1f;
  aspect-ratio: 16 / 9; /* keeps same height like reference */
  overflow: hidden;
}

.otv-topic-card__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  filter: saturate(1.03) contrast(1.03);
}

/* Body */
.otv-topic-card__body{
  padding: 20px 20px 22px;
}

.otv-topic-card__heading{
  margin: 0 0 10px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.25;
}

.otv-topic-card__text{
  margin: 0;
  color: var(--muted);
  font-size: 16.5px;
  line-height: 1.65;
}

/* Slightly larger padding on desktop */
@media (min-width: 992px){
  .otv-topic-card__body{
    padding: 22px 22px 24px;
  }
}

/* Tag */
.otv-bundle__tag{
  display:inline-flex;
  padding: 6px 12px;
  border-radius: 10px;
  border:1px solid var(--stroke);
  background:#fff;
  font-weight: 850;
  font-size: 14px;
  color: var(--ink);
}

.otv-bundle__title{
  font-weight: 950;
  letter-spacing: -0.03em;
  line-height: 1.15;
  font-size: clamp(28px, 2.8vw, 44px);
  color: var(--ink);
}

.otv-bundle__desc{
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
  max-width: 560px;
}

/* Points */
.otv-point{
  display:flex;
  gap: 14px;
  align-items: flex-start;
}

.otv-point__icon{
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display:grid;
  place-items:center;
  color: #12b886; /* green-ish like reference icons */
  background: rgba(18,184,134,.10);
  border: 1px solid rgba(18,184,134,.18);
  flex: 0 0 auto;
}

.otv-point__icon i{ font-size: 20px; }

.otv-point__title{
  margin: 0 0 6px;
  font-weight: 900;
  color: var(--ink);
}

.otv-point__text{
  color: var(--muted);
  line-height: 1.6;
  font-size: 15.5px;
}

/* Buttons */
.otv-btn{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 900;
  text-decoration:none;
  transition: transform .15s ease, filter .15s ease, box-shadow .15s ease;
}

.otv-btn i{ font-size: 18px; }

.otv-btn--primary{
  background: var(--primary);
  color:#fff;
  box-shadow: 0 16px 36px rgba(0,40,100,.18);
}

.otv-btn--primary:hover{
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.otv-btn--outline{
  background:#fff;
  border: 1px solid rgba(11,18,48,.22);
  color: var(--ink);
}

.otv-btn--outline:hover{
  transform: translateY(-1px);
}

/* Media */
.otv-bundle__media{
  border-radius: var(--radius);
  overflow:hidden;
  box-shadow: var(--shadow);
  background: #eee;
  position: relative;
}

.otv-bundle__media img{
  width:100%;
  height:100%;
  max-height: 460px;
  object-fit: cover;
  display:block;
}

/* Soft rounded highlight behind image like reference */
.otv-bundle__media::before{
  content:"";
  position:absolute;
  inset: -18% -12% auto auto;
  width: 240px;
  height: 240px;
  background: rgba(248,133,57,.14);
  filter: blur(2px);
  border-radius: 999px;
  pointer-events:none;
}

/* Responsive */
@media (max-width: 991px){
  .otv-bundle__media img{ max-height: 380px; }
}
 .card-soft{
      border: 1px solid var(--stroke);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      background: #fff;
    }
    /* Sections */
    .section{padding:64px 0;}
    .soft{
      background:
        radial-gradient(900px 460px at 10% 0%, rgba(0,40,100,.06), transparent 60%),
        radial-gradient(900px 460px at 90% 0%, rgba(248,133,57,.05), transparent 60%),
        var(--soft);
      border-top:1px solid rgba(11,18,48,.06);
      border-bottom:1px solid rgba(11,18,48,.06);
    }
    .lead-muted{color:var(--muted);}

    /* Cards */
    .hover-up{transition:transform .18s ease, box-shadow .18s ease;}
    .hover-up:hover{transform:translateY(-3px); box-shadow:0 22px 60px rgba(11,18,48,.12);}

    .otv-card{
      border-radius:var(--radius);
      background:#fff;
      border:1px solid rgba(11,18,48,.08);
      box-shadow:0 14px 40px rgba(11,18,48,.08);
      overflow:hidden;
      height:100%;
    }
    .otv-card .head{
      padding:18px 18px 0;
      display:flex;
      align-items:flex-start;
      gap:12px;
    }
    .otv-ic{
      width:44px;height:44px;border-radius:16px;
      background:rgba(0,40,100,.10);
      color:var(--primary);
      display:grid; place-items:center;
      font-size:1.15rem;
    }
    .otv-card .body{padding:0 18px 18px;}
    .otv-card .body p{color:var(--muted); margin:0;}

    /* Plans */
    .plan{
      border-radius:var(--radius);
      background:linear-gradient(180deg, #fff, #fbfcff);
      border:1px solid rgba(11,18,48,.08);
      box-shadow:0 14px 46px rgba(11,18,48,.10);
      overflow:hidden;
      height:100%;
    }
    .plan .top{
      padding:22px 22px 12px;
      border-bottom:1px solid rgba(11,18,48,.06);
      background:radial-gradient(560px 240px at 20% 0%, rgba(0,40,100,.10), transparent 70%);
    }
    .plan .tag{
      display:inline-flex; gap:.5rem; align-items:center;
      padding:.35rem .6rem;
      border-radius:999px;
      font-weight:800;
      font-size:.82rem;
      background:rgba(0,40,100,.10);
      color:var(--primary);
    }
    .plan .price{font-weight:950; font-size:2.3rem; letter-spacing:-.03em; margin-top:10px;}
    .plan .price small{font-size:1rem; font-weight:800; color:var(--muted);}
    .plan ul{
      list-style:none;
      padding:16px 22px 20px;
      margin:0;
      display:grid;
      gap:10px;
    }
    .plan li{display:flex; gap:10px; align-items:flex-start;}
    .plan li i{color:var(--primary);}
    .plan .actions{padding:0 22px 22px;}

    /* Image+content rows */
    .media-box{
      border-radius:calc(var(--radius) + 6px);
      overflow:hidden;
      background:#fff;
      border:1px solid rgba(11,18,48,.08);
      box-shadow:0 20px 60px rgba(11,18,48,.10);
      min-height:420px;
    }
    .media-box img{width:100%; height:100%; object-fit:cover;}
    .checklist{display:grid; gap:12px; margin-top:18px;}
    .check{
      display:flex; gap:12px; align-items:flex-start;
      padding:12px 14px;
      border-radius:18px;
      border:1px solid rgba(11,18,48,.08);
      background:#fff;
    }
    .check i{color:var(--primary); font-size:1.2rem; margin-top:1px;}

    /* CTA Bands */
    .cta-band{
      border-radius:calc(var(--radius) + 10px);
      padding:26px;
      color:#fff;
      background:
        radial-gradient(720px 380px at 15% 0%, rgba(255,255,255,.16), transparent 60%),
        radial-gradient(720px 420px at 90% 40%, rgba(255,255,255,.14), transparent 60%),
        linear-gradient(135deg, #001a45, var(--primary));
      border:1px solid rgba(255,255,255,.16);
      box-shadow:0 24px 70px rgba(0,40,100,.18);
    }
    .cta-band p{color:rgba(255,255,255,.86); margin:0;}

    /* Testimonials */
    .quote{
      border-radius:var(--radius);
      background:#fff;
      border:1px solid rgba(11,18,48,.08);
      box-shadow:0 16px 44px rgba(11,18,48,.08);
      padding:18px;
      height:100%;
    }
    .quote .stars{color:#ffb100;}
    .quote p{color:var(--muted);}

    /* FAQ */
    .accordion-item{border-radius:16px; overflow:hidden; border:1px solid rgba(11,18,48,.08);}
    .accordion-button{font-weight:900;}

    /* Footer */
    footer{
      background:linear-gradient(180deg, #001a45, #000814);
      color:rgba(255,255,255,.86);
    }
    .otv-footer a{
  color: var(--f-text);
  text-decoration: none;
}

.otv-footer a:hover{
  color: #fff;
  text-decoration: underline;
}

/* Brand */
.otv-footer__logo{
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
}

.otv-footer__logo i{
  font-size: 22px;
  color: var(--btn);
}

.otv-footer__name{
  font-size: 1.08rem;
  letter-spacing: -.01em;
}

.otv-footer__tagline{
  color: var(--f-muted);
  font-size: .95rem;
}

.otv-footer__desc{
  color: var(--f-muted);
  line-height: 1.7;
  max-width: 360px;
}

/* Columns */
.otv-footer__title{
  font-weight: 900;
  color: #fff;
  margin-bottom: 12px;
}

.otv-footer__links,
.otv-footer__contact{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  color: var(--f-muted);
}

.otv-footer__links a{
  color: var(--f-muted);
}

.otv-footer__links a:hover{
  color:#fff;
}

/* Contact list */
.otv-footer__contact li{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--f-muted);
}

.otv-footer__contact i{
  margin-top: 2px;
  color: rgba(255,255,255,.78);
  font-size: 16px;
}

/* Social buttons */
.otv-footer__social{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.otv-social-btn{
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}

.otv-social-btn:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.22);
  text-decoration: none !important;
}

.otv-social-btn i{
  color: #fff;
  font-size: 16px;
}

/* Divider */
.otv-footer__hr{
  border-color: rgba(255,255,255,.14);
  opacity: 1;
}

/* Bottom */
.otv-footer__copy{
  color: rgba(255,255,255,.75);
}

.otv-footer__mini-links a{
  color: rgba(255,255,255,.72);
}

.otv-footer__mini-links a:hover{
  color:#fff;
}

/* Fine print */
.otv-footer__fineprint{
  margin-top: 10px;
  color: rgba(255,255,255,.60);
  font-size: 14px;
  line-height: 1.75;
}

    @media (prefers-reduced-motion: reduce){
      *{transition:none !important;}
      .hover-up:hover{transform:none;}
    }

    .otv-about-hero{
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0,40,100,.92) 0%, rgba(0,40,100,.78) 38%, rgba(0,40,100,.10) 70%, rgba(0,40,100,0) 100%),
    url("../img/about-bg.png");
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgba(11,18,48,.06);
}

/* Soft vignette to improve readability */
.otv-about-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(900px 520px at 20% 30%, rgba(248,133,57,.18), transparent 60%);
  pointer-events:none;
}

.otv-about-hero__content{
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.otv-about-hero__pill{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.92);
  font-weight: 800;
}

.otv-about-hero__pill .spark{
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display:grid;
  place-items:center;
  background: rgba(248,133,57,.18);
  border: 1px solid rgba(248,133,57,.30);
  color: var(--btn);
}

.otv-about-hero__title{
  font-weight: 950;
  letter-spacing: -.03em;
  line-height: 1.02;
  font-size: clamp(40px, 4.4vw, 40px);
  margin: 18px 0 14px;
  color: #fff;
}

.otv-about-hero__title .accent{
  color: #7fd7ff; /* modern highlight like reference */
}

.otv-about-hero__lead{
  color: rgba(255,255,255,.82);
  font-size: 18px;
  line-height: 1.75;
  max-width: 62ch;
}

.otv-about-hero__actions{
  display:flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.otv-about-hero__trust{
  display:flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.78);
  font-weight: 650;
}

.otv-about-hero__trust i{ color: rgba(255,255,255,.85); }

@media (max-width: 991px){
  .otv-about-hero{ min-height: 520px; background-position: 70% center; }
}
.feature{
      display:flex;
      gap: 14px;
      align-items:flex-start;
    }
    .feature-ico{
      width: 44px;
      height: 44px;
      border-radius: 14px;
      display:grid;
      place-items:center;
      background: rgba(0,40,100,.08);
      border: 1px solid rgba(0,40,100,.12);
      color: var(--primary);
      flex: 0 0 auto;
    }
    .feature h6{ margin: 0 0 6px; font-weight: 900; }
    .feature p{ margin: 0; color: var(--muted); line-height: 1.65; }

    .stat{
      padding: 20px;
      border-radius: 18px;
      background: #fff;
      border: 1px solid var(--stroke);
      box-shadow: 0 14px 40px rgba(11,18,48,.06);
      height: 100%;
    }
    .stat strong{
      font-size: 30px;
      letter-spacing: -.03em;
      color: var(--primary);
    }
    .stat small{ color: var(--muted); display:block; margin-top: 6px; }

    .timeline{
      position: relative;
      padding-left: 18px;
    }
    .timeline:before{
      content:"";
      position:absolute;
      left: 7px;
      top: 4px;
      bottom: 4px;
      width: 2px;
      background: rgba(0,40,100,.14);
      border-radius: 4px;
    }
    .t-item{
      position: relative;
      padding: 0 0 18px 18px;
    }
    .t-item:before{
      content:"";
      position:absolute;
      left: 0;
      top: 6px;
      width: 14px;
      height: 14px;
      border-radius: 999px;
      background: var(--btn);
      box-shadow: 0 10px 22px rgba(248,133,57,.28);
    }
    .t-item h6{ margin: 0 0 6px; font-weight: 900; }
    .t-item p{ margin: 0; color: var(--muted); line-height: 1.65; }
  /* Community section */
.kicker-outline{
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(0,40,100,.16);
  color: var(--primary);
}

.otv-community-media{
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(11,18,48,.08);
  background: #0b0f1f;
}
.otv-community-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 320px;
}
  /* CONTACT HERO (match About hero style: full-bleed image + left overlay) */
.otv-contact-hero{
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0,40,100,.92) 0%, rgba(0,40,100,.78) 38%, rgba(0,40,100,.10) 70%, rgba(0,40,100,0) 100%),
    url("../img/contact-hero.jpg");
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgba(11,18,48,.06);
}

.otv-contact-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(900px 520px at 20% 30%, rgba(248,133,57,.18), transparent 60%);
  pointer-events:none;
}

.otv-contact-hero__content{
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.otv-contact-hero__pill{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.92);
  font-weight: 800;
}

.otv-contact-hero__pill .spark{
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display:grid;
  place-items:center;
  background: rgba(248,133,57,.18);
  border: 1px solid rgba(248,133,57,.30);
  color: var(--btn);
}

.otv-contact-hero__title{
  font-weight: 950;
  letter-spacing: -.03em;
  line-height: 1.02;
  font-size: clamp(40px, 4.2vw, 45px);
  margin: 18px 0 14px;
  color: #fff;
}

.otv-contact-hero__title .accent{
  color: #7fd7ff;
}

.otv-contact-hero__lead{
  color: rgba(255,255,255,.82);
  font-size: 18px;
  line-height: 1.75;
  max-width: 62ch;
}

.otv-contact-hero__actions{
  display:flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.otv-contact-hero__trust{
  display:flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.78);
  font-weight: 650;
}

.otv-contact-hero__trust i{ color: rgba(255,255,255,.85); }

/* Make hero form card readable on top of background */
.otv-contact-hero .card-soft{
  background: rgba(255,255,255,.96);
  border-color: rgba(255,255,255,.22);
  box-shadow: 0 22px 70px rgba(11,18,48,.18);
}

@media (max-width: 991px){
  .otv-contact-hero{ min-height: 560px; background-position: 70% center; }
}
.contact-card{
      border: 1px solid var(--stroke);
      border-radius: 18px;
      background: #fff;
      box-shadow: 0 16px 44px rgba(11,18,48,.08);
      padding: 18px;
      height: 100%;
    }

    .contact-card .ico{
      width: 44px;
      height: 44px;
      border-radius: 14px;
      display:grid;
      place-items:center;
      background: rgba(0,40,100,.08);
      border: 1px solid rgba(0,40,100,.12);
      color: var(--primary);
      flex: 0 0 auto;
    }

    .contact-card h6{ margin: 0 0 6px; font-weight: 900; }
    .contact-card p{ margin: 0; color: var(--muted); line-height: 1.65; }
    .contact-card a{ color: var(--primary); font-weight: 850; text-decoration: none; }
    .contact-card a:hover{ text-decoration: underline; }

    /* Form */
    .form-control, .form-select{
      border-radius: 14px;
      padding: 12px 14px;
      border-color: rgba(11,18,48,.18);
    }
    .form-control:focus, .form-select:focus{
      box-shadow: 0 0 0 .25rem rgba(0,40,100,.15);
      border-color: rgba(0,40,100,.35);
    }

    /* Map */
    .map-wrap{
      border-radius: 22px;
      overflow: hidden;
      border: 1px solid rgba(11,18,48,.10);
      box-shadow: var(--shadow);
      background: #e9eefc;
      min-height: 420px;
    }
    .map-wrap iframe{
      width: 100%;
      height: 100%;
      border: 0;
      min-height: 420px;
    }
     /* INTERNET HERO (About-style background image + overlay) */
    .otv-internet-hero{
      position: relative;
      overflow: hidden;
      min-height: 540px;
      display: flex;
      align-items: center;
      background:
        linear-gradient(90deg, rgba(0,40,100,.92) 0%, rgba(0,40,100,.78) 38%, rgba(0,40,100,.10) 70%, rgba(0,40,100,0) 100%),
        url("../img/internet-hero.jpg");
      background-size: cover;
      background-position: center;
      border-bottom: 1px solid rgba(11,18,48,.06);
    }

    .otv-internet-hero::after{
      content:"";
      position:absolute;
      inset:0;
      background: radial-gradient(900px 520px at 20% 30%, rgba(248,133,57,.18), transparent 60%);
      pointer-events:none;
    }

    .otv-internet-hero__content{ position: relative; z-index: 1; max-width: 760px; }

    .otv-pill{
      display:inline-flex;
      align-items:center;
      gap: 10px;
      padding: 8px 14px;
      border-radius: 999px;
      background: rgba(255,255,255,.10);
      border: 1px solid rgba(255,255,255,.18);
      color: rgba(255,255,255,.92);
      font-weight: 800;
    }
    .otv-pill .spark{
      width: 30px;
      height: 30px;
      border-radius: 999px;
      display:grid;
      place-items:center;
      background: rgba(248,133,57,.18);
      border: 1px solid rgba(248,133,57,.30);
      color: var(--btn);
    }

    .otv-internet-hero__title{
      font-weight: 950;
      letter-spacing: -.03em;
      line-height: 1.02;
      font-size: clamp(40px, 4.2vw, 40px);
      margin: 18px 0 14px;
      color: #fff;
    }
    .otv-internet-hero__title .accent{ color: #7fd7ff; }

    .otv-internet-hero__lead{
      color: rgba(255,255,255,.82);
      font-size: 18px;
      line-height: 1.75;
      max-width: 64ch;
    }

    .otv-internet-hero__actions{ display:flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }

    .otv-internet-hero__trust{
      display:flex;
      flex-wrap: wrap;
      gap: 14px 18px;
      margin-top: 18px;
      padding-top: 14px;
      border-top: 1px solid rgba(255,255,255,.16);
      color: rgba(255,255,255,.78);
      font-weight: 650;
    }
    .otv-internet-hero__trust i{ color: rgba(255,255,255,.85); }

    /* Hero zip card */
    .otv-internet-hero .card-soft{
      background: rgba(255,255,255,.96);
      border-color: rgba(255,255,255,.22);
      box-shadow: 0 22px 70px rgba(11,18,48,.18);
    }
     /* Speed cards */
    .plan{
      height: 100%;
      border-radius: 22px;
      border: 1px solid var(--stroke);
      background: #fff;
      box-shadow: 0 16px 44px rgba(11,18,48,.08);
      padding: 22px;
      position: relative;
      overflow: hidden;
    }
    .plan::after{
      content:"";
      position:absolute;
      inset: -40% -30% auto auto;
      width: 380px;
      height: 380px;
      border-radius: 999px;
      background: radial-gradient(circle at 30% 30%, rgba(0,40,100,.16), transparent 62%);
      pointer-events:none;
    }
    .plan .tag{
      display:inline-flex;
      gap: 8px;
      align-items:center;
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(0,40,100,.08);
      border: 1px solid rgba(0,40,100,.12);
      color: var(--primary);
      font-weight: 900;
      font-size: 12px;
      letter-spacing: .08em;
      text-transform: uppercase;
    }
    .plan h3{ font-weight: 950; letter-spacing:-.02em; margin: 12px 0 10px; }
    .plan p{ color: var(--muted); line-height: 1.7; margin: 0 0 14px; }
    .plan ul{ margin:0; padding-left: 18px; color: var(--muted); }
    .plan ul li{ margin: 8px 0; }

    /* Image + content section media */
    .media-card{
      border-radius: 28px;
      overflow: hidden;
      border: 1px solid rgba(11,18,48,.10);
      box-shadow: var(--shadow);
      background: #0b0f1f;
    }
    .media-card img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      min-height: 340px;
      display:block;
    }
    /* TV HERO (About-style background image + overlay) */
    .otv-tv-hero{
      position: relative;
      overflow: hidden;
      min-height: 540px;
      display: flex;
      align-items: center;
      background:
        linear-gradient(90deg, rgba(0,40,100,.92) 0%, rgba(0,40,100,.78) 38%, rgba(0,40,100,.10) 70%, rgba(0,40,100,0) 100%),
        url("../img/tv-hero.png");
      background-size: cover;
      background-position: center;
      border-bottom: 1px solid rgba(11,18,48,.06);
    }

    .otv-tv-hero::after{
      content:"";
      position:absolute;
      inset:0;
      background: radial-gradient(900px 520px at 20% 30%, rgba(248,133,57,.18), transparent 60%);
      pointer-events:none;
    }

    .otv-tv-hero__content{ position: relative; z-index: 1; max-width: 760px; }

    .otv-pill{
      display:inline-flex;
      align-items:center;
      gap: 10px;
      padding: 8px 14px;
      border-radius: 999px;
      background: rgba(255,255,255,.10);
      border: 1px solid rgba(255,255,255,.18);
      color: rgba(255,255,255,.92);
      font-weight: 800;
    }
    .otv-pill .spark{
      width: 30px;
      height: 30px;
      border-radius: 999px;
      display:grid;
      place-items:center;
      background: rgba(248,133,57,.18);
      border: 1px solid rgba(248,133,57,.30);
      color: var(--btn);
    }

    .otv-tv-hero__title{
      font-weight: 950;
      letter-spacing: -.03em;
      line-height: 1.02;
      font-size: clamp(40px, 4.2vw, 40px);
      margin: 18px 0 14px;
      color: #fff;
    }
    .otv-tv-hero__title .accent{ color: #7fd7ff; }

    .otv-tv-hero__lead{
      color: rgba(255,255,255,.82);
      font-size: 18px;
      line-height: 1.75;
      max-width: 64ch;
    }

    .otv-tv-hero__actions{ display:flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }

    .otv-tv-hero__trust{
      display:flex;
      flex-wrap: wrap;
      gap: 14px 18px;
      margin-top: 18px;
      padding-top: 14px;
      border-top: 1px solid rgba(255,255,255,.16);
      color: rgba(255,255,255,.78);
      font-weight: 650;
    }
    .otv-tv-hero__trust i{ color: rgba(255,255,255,.85); }

    /* Hero zip card */
    .otv-tv-hero .card-soft{
      background: rgba(255,255,255,.96);
      border-color: rgba(255,255,255,.22);
      box-shadow: 0 22px 70px rgba(11,18,48,.18);
    }
    /* Package cards */
    .pkg{
      height: 100%;
      border-radius: 22px;
      border: 1px solid var(--stroke);
      background: #fff;
      box-shadow: 0 16px 44px rgba(11,18,48,.08);
      padding: 22px;
      position: relative;
      overflow: hidden;
    }
    .pkg::after{
      content:"";
      position:absolute;
      inset: -40% -30% auto auto;
      width: 380px;
      height: 380px;
      border-radius: 999px;
      background: radial-gradient(circle at 30% 30%, rgba(0,40,100,.16), transparent 62%);
      pointer-events:none;
    }
    .pkg .tag{
      display:inline-flex;
      gap: 8px;
      align-items:center;
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(0,40,100,.08);
      border: 1px solid rgba(0,40,100,.12);
      color: var(--primary);
      font-weight: 900;
      font-size: 12px;
      letter-spacing: .08em;
      text-transform: uppercase;
    }
    .pkg h3{ font-weight: 950; letter-spacing:-.02em; margin: 12px 0 10px; }
    .pkg p{ color: var(--muted); line-height: 1.7; margin: 0 0 14px; }
    .pkg ul{ margin:0; padding-left: 18px; color: var(--muted); }
    .pkg ul li{ margin: 8px 0; }
    /* Add-on cards */
    .addon{
      border-radius: 22px;
      border: 1px solid var(--stroke);
      background: #fff;
      box-shadow: 0 16px 44px rgba(11,18,48,.08);
      padding: 22px;
      height: 100%;
    }

    /* Media card */
    .media-card{
      border-radius: 28px;
      overflow: hidden;
      border: 1px solid rgba(11,18,48,.10);
      box-shadow: var(--shadow);
      background: #0b0f1f;
    }
    .media-card img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      min-height: 340px;
      display:block;
    }

     /* PHONE HERO (About-style background image + overlay) */
    .otv-phone-hero{
      position: relative;
      overflow: hidden;
      min-height: 540px;
      display: flex;
      align-items: center;
      background:
        linear-gradient(90deg, rgba(0,40,100,.92) 0%, rgba(0,40,100,.78) 38%, rgba(0,40,100,.10) 70%, rgba(0,40,100,0) 100%),
        url("../img/home-phone-bg.png");
      background-size: cover;
      background-position: center;
      border-bottom: 1px solid rgba(11,18,48,.06);
    }

    .otv-phone-hero::after{
      content:"";
      position:absolute;
      inset:0;
      background: radial-gradient(900px 520px at 20% 30%, rgba(248,133,57,.18), transparent 60%);
      pointer-events:none;
    }

    .otv-phone-hero__content{ position: relative; z-index: 1; max-width: 760px; }

    .otv-pill{
      display:inline-flex;
      align-items:center;
      gap: 10px;
      padding: 8px 14px;
      border-radius: 999px;
      background: rgba(255,255,255,.10);
      border: 1px solid rgba(255,255,255,.18);
      color: rgba(255,255,255,.92);
      font-weight: 800;
    }
    .otv-pill .spark{
      width: 30px;
      height: 30px;
      border-radius: 999px;
      display:grid;
      place-items:center;
      background: rgba(248,133,57,.18);
      border: 1px solid rgba(248,133,57,.30);
      color: var(--btn);
    }

    .otv-phone-hero__title{
      font-weight: 950;
      letter-spacing: -.03em;
      line-height: 1.02;
      font-size: clamp(40px, 4.2vw, 41px);
      margin: 18px 0 14px;
      color: #fff;
    }
    .otv-phone-hero__title .accent{ color: #7fd7ff; }

    .otv-phone-hero__lead{
      color: rgba(255,255,255,.82);
      font-size: 18px;
      line-height: 1.75;
      max-width: 64ch;
    }

    .otv-phone-hero__actions{ display:flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }

    .otv-phone-hero__trust{
      display:flex;
      flex-wrap: wrap;
      gap: 14px 18px;
      margin-top: 18px;
      padding-top: 14px;
      border-top: 1px solid rgba(255,255,255,.16);
      color: rgba(255,255,255,.78);
      font-weight: 650;
    }
    .otv-phone-hero__trust i{ color: rgba(255,255,255,.85); }

    /* Hero zip card */
    .otv-phone-hero .card-soft{
      background: rgba(255,255,255,.96);
      border-color: rgba(255,255,255,.22);
      box-shadow: 0 22px 70px rgba(11,18,48,.18);
    }

     .otv-bundles-hero{
      position: relative;
      overflow: hidden;
      min-height: 560px;
      display: flex;
      align-items: center;
      background:
        linear-gradient(90deg, rgba(0,40,100,.92) 0%, rgba(0,40,100,.78) 38%, rgba(0,40,100,.10) 70%, rgba(0,40,100,0) 100%),
        url("../img/bundles-hero.png");
      background-size: cover;
      background-position: center;
      border-bottom: 1px solid rgba(11,18,48,.06);
    }
    .otv-bundles-hero::after{
      content:"";
      position:absolute; inset:0;
      background: radial-gradient(900px 520px at 20% 30%, rgba(248,133,57,.18), transparent 60%);
      pointer-events:none;
    }
    .otv-pill{
      display:inline-flex; align-items:center; gap:10px;
      padding: 8px 14px; border-radius: 999px;
      background: rgba(255,255,255,.10);
      border: 1px solid rgba(255,255,255,.18);
      color: rgba(255,255,255,.92);
      font-weight: 800;
    }
    .otv-pill .spark{
      width: 30px; height: 30px; border-radius: 999px;
      display:grid; place-items:center;
      background: rgba(248,133,57,.18);
      border: 1px solid rgba(248,133,57,.30);
      color: var(--btn);
    }
    .otv-bundles-hero__title{
      font-weight: 950;
      letter-spacing: -.03em;
      line-height: 1.02;
      font-size: clamp(40px, 4.2vw, 40px);
      margin: 18px 0 14px;
      color: #fff;
    }
    .otv-bundles-hero__title .accent{ color:#7fd7ff; }
    .otv-bundles-hero__lead{
      color: rgba(255,255,255,.82);
      font-size: 18px;
      line-height: 1.75;
      max-width: 64ch;
    }
    .otv-bundles-hero__trust{
      display:flex; flex-wrap: wrap;
      gap: 14px 18px;
      margin-top: 18px;
      padding-top: 14px;
      border-top: 1px solid rgba(255,255,255,.16);
      color: rgba(255,255,255,.78);
      font-weight: 650;
    }

    /* Hero ZIP card */
    .otv-bundles-hero .card-soft{
      background: rgba(255,255,255,.96);
      border-color: rgba(255,255,255,.22);
      box-shadow: 0 22px 70px rgba(11,18,48,.18);
    }
    /* Bundle cards */
    .bundle-card{
      height: 100%;
      border-radius: 22px;
      border: 1px solid var(--stroke);
      background: #fff;
      box-shadow: 0 16px 44px rgba(11,18,48,.08);
      padding: 22px;
      position: relative;
      overflow: hidden;
    }
    .bundle-card::after{
      content:"";
      position:absolute;
      inset: -40% -30% auto auto;
      width: 380px; height: 380px;
      border-radius: 999px;
      background: radial-gradient(circle at 30% 30%, rgba(0,40,100,.16), transparent 62%);
      pointer-events:none;
    }
    .bundle-card .tag{
      display:inline-flex; gap:8px; align-items:center;
      padding: 6px 10px; border-radius: 999px;
      background: rgba(0,40,100,.08);
      border: 1px solid rgba(0,40,100,.12);
      color: var(--primary);
      font-weight: 900;
      font-size: 12px;
      letter-spacing: .08em;
      text-transform: uppercase;
    }
    .bundle-card h3{ font-weight: 950; letter-spacing:-.02em; margin: 12px 0 10px; }
    .bundle-card p{ color: var(--muted); line-height: 1.7; margin: 0 0 14px; }
    .bundle-card ul{ margin:0; padding-left: 18px; color: var(--muted); }
    .bundle-card ul li{ margin: 8px 0; }

     /* Compare table */
    .compare-wrap{
      border: 1px solid rgba(11,18,48,.10);
      border-radius: 22px;
      overflow: hidden;
      box-shadow: 0 18px 55px rgba(11,18,48,.08);
      background: #fff;
    }
    .compare-wrap .table{ margin: 0; }
    .compare-wrap thead th{
      background: rgba(0,40,100,.06);
      color: var(--ink);
      font-weight: 950;
      border-bottom-color: rgba(11,18,48,.10) !important;
    }
    .compare-wrap td, .compare-wrap th{
      vertical-align: middle;
      border-color: rgba(11,18,48,.08);
    }
    .otv-packages-hero{
      position: relative;
      overflow: hidden;
      min-height: 560px;
      display: flex;
      align-items: center;
      background:
        linear-gradient(90deg, rgba(0,40,100,.92) 0%, rgba(0,40,100,.78) 38%, rgba(0,40,100,.10) 70%, rgba(0,40,100,0) 100%),
        url("../img/packages-bg.png");
      background-size: cover;
      background-position: center;
      border-bottom: 1px solid rgba(11,18,48,.06);
    }
    .otv-packages-hero::after{
      content:"";
      position:absolute;
      inset:0;
      background: radial-gradient(900px 520px at 20% 30%, rgba(248,133,57,.18), transparent 60%);
      pointer-events:none;
    }
    .otv-pill{
      display:inline-flex;
      align-items:center;
      gap: 10px;
      padding: 8px 14px;
      border-radius: 999px;
      background: rgba(255,255,255,.10);
      border: 1px solid rgba(255,255,255,.18);
      color: rgba(255,255,255,.92);
      font-weight: 800;
    }
    .otv-pill .spark{
      width: 30px;
      height: 30px;
      border-radius: 999px;
      display:grid;
      place-items:center;
      background: rgba(248,133,57,.18);
      border: 1px solid rgba(248,133,57,.30);
      color: var(--btn);
    }
    .otv-packages-hero__title{
      font-weight: 950;
      letter-spacing: -.03em;
      line-height: 1.02;
      font-size: clamp(40px, 4.2vw, 40px);
      margin: 18px 0 14px;
      color: #fff;
    }
    .otv-packages-hero__title .accent{ color: #7fd7ff; }
    .otv-packages-hero__lead{
      color: rgba(255,255,255,.82);
      font-size: 18px;
      line-height: 1.75;
      max-width: 64ch;
    }
    .otv-packages-hero__trust{
      display:flex;
      flex-wrap: wrap;
      gap: 14px 18px;
      margin-top: 18px;
      padding-top: 14px;
      border-top: 1px solid rgba(255,255,255,.16);
      color: rgba(255,255,255,.78);
      font-weight: 650;
    }

    /* Hero zip card */
    .otv-packages-hero .card-soft{
      background: rgba(255,255,255,.96);
      border-color: rgba(255,255,255,.22);
      box-shadow: 0 22px 70px rgba(11,18,48,.18);
    }
    /* Filter bar */
    .filterbar{
      border: 1px solid rgba(11,18,48,.10);
      border-radius: 18px;
      background: #fff;
      box-shadow: 0 14px 44px rgba(11,18,48,.08);
      padding: 14px;
    }
    .chip{
      border: 1px solid rgba(11,18,48,.16);
      background: #fff;
      border-radius: 999px;
      padding: 10px 14px;
      font-weight: 900;
      color: var(--ink);
      display: inline-flex;
      gap: 10px;
      align-items: center;
      cursor: pointer;
      user-select: none;
    }
    .chip input{ display:none; }
    .chip.active{
      background: rgba(0,40,100,.08);
      border-color: rgba(0,40,100,.22);
      color: var(--primary);
    }
    .otv-faq-hero{
      position: relative;
      overflow: hidden;
      min-height: 520px;
      display:flex;
      align-items:center;
      background:
        linear-gradient(90deg, rgba(0,40,100,.92) 0%, rgba(0,40,100,.78) 38%, rgba(0,40,100,.10) 70%, rgba(0,40,100,0) 100%),
        url("../img/page-hero.png");
      background-size: cover;
      background-position: center;
      border-bottom: 1px solid rgba(11,18,48,.06);
    }
    .otv-faq-hero::after{
      content:"";
      position:absolute; inset:0;
      background: radial-gradient(900px 520px at 20% 30%, rgba(248,133,57,.18), transparent 60%);
      pointer-events:none;
    }
    .otv-pill{
      display:inline-flex; align-items:center; gap:10px;
      padding: 8px 14px; border-radius: 999px;
      background: rgba(255,255,255,.10);
      border: 1px solid rgba(255,255,255,.18);
      color: rgba(255,255,255,.92);
      font-weight: 800;
    }
    .otv-pill .spark{
      width: 30px; height: 30px; border-radius: 999px;
      display:grid; place-items:center;
      background: rgba(248,133,57,.18);
      border: 1px solid rgba(248,133,57,.30);
      color: var(--btn);
    }
    .otv-faq-hero__title{
      font-weight: 950;
      letter-spacing: -.03em;
      line-height: 1.02;
      font-size: clamp(38px, 4vw, 40px);
      margin: 18px 0 12px;
      color: #fff;
    }
    .otv-faq-hero__lead{
      color: rgba(255,255,255,.82);
      font-size: 18px;
      line-height: 1.75;
      max-width: 64ch;
      margin: 0;
    }
    .otv-faq-hero__trust{
      display:flex; flex-wrap: wrap;
      gap: 14px 18px;
      margin-top: 18px;
      padding-top: 14px;
      border-top: 1px solid rgba(255,255,255,.16);
      color: rgba(255,255,255,.78);
      font-weight: 650;
    }

    /* Search card */
    .otv-faq-hero .card-soft{
      background: rgba(255,255,255,.96);
      border-color: rgba(255,255,255,.22);
      box-shadow: 0 22px 70px rgba(11,18,48,.18);
    }
    /* Category cards */
    .cat{
      border: 1px solid rgba(11,18,48,.10);
      border-radius: 22px;
      background: #fff;
      box-shadow: 0 16px 44px rgba(11,18,48,.08);
      padding: 18px;
      height: 100%;
      text-decoration:none;
      color: var(--ink);
      display:block;
    }
    .cat:hover{ box-shadow: 0 20px 60px rgba(11,18,48,.12); }
    .cat .ico{
      width: 44px; height: 44px; border-radius: 16px;
      display:grid; place-items:center;
      background: rgba(0,40,100,.08);
      border: 1px solid rgba(0,40,100,.12);
      color: var(--primary);
    }
    .cat h3{ font-weight: 950; letter-spacing:-.02em; margin: 12px 0 6px; font-size: 18px; }
    .cat p{ margin: 0; color: var(--muted); line-height: 1.7; }

    /* Accordion */
    .accordion .accordion-item{ border:0; background: transparent; }
    .accordion .accordion-button{
      border-radius: 16px !important;
      border: 1px solid rgba(11,18,48,.14);
      box-shadow: 0 10px 24px rgba(11,18,48,.06);
      font-weight: 900;
    }
    .accordion .accordion-body{
      border: 1px solid rgba(11,18,48,.10);
      border-top: 0;
      border-radius: 0 0 16px 16px;
      background: #fff;
      color: var(--muted);
      line-height: 1.85;
    }
     .otv-help-hero{
      position: relative;
      overflow: hidden;
      min-height: 540px;
      display:flex;
      align-items:center;
      background:
        linear-gradient(90deg, rgba(0,40,100,.92) 0%, rgba(0,40,100,.78) 38%, rgba(0,40,100,.10) 70%, rgba(0,40,100,0) 100%),
        url("../img/page-hero.png");
      background-size: cover;
      background-position: center;
      border-bottom: 1px solid rgba(11,18,48,.06);
    }
    .otv-help-hero::after{
      content:"";
      position:absolute; inset:0;
      background: radial-gradient(900px 520px at 20% 30%, rgba(248,133,57,.18), transparent 60%);
      pointer-events:none;
    }
    .otv-pill{
      display:inline-flex; align-items:center; gap:10px;
      padding: 8px 14px; border-radius: 999px;
      background: rgba(255,255,255,.10);
      border: 1px solid rgba(255,255,255,.18);
      color: rgba(255,255,255,.92);
      font-weight: 800;
    }
    .otv-pill .spark{
      width: 30px; height: 30px; border-radius: 999px;
      display:grid; place-items:center;
      background: rgba(248,133,57,.18);
      border: 1px solid rgba(248,133,57,.30);
      color: var(--btn);
    }
    .otv-help-hero__title{
      font-weight: 950;
      letter-spacing: -.03em;
      line-height: 1.02;
      font-size: clamp(38px, 4vw, 40px);
      margin: 18px 0 12px;
      color: #fff;
    }
    .otv-help-hero__lead{
      color: rgba(255,255,255,.82);
      font-size: 18px;
      line-height: 1.75;
      max-width: 66ch;
      margin: 0;
    }
    .otv-help-hero__trust{
      display:flex; flex-wrap: wrap;
      gap: 14px 18px;
      margin-top: 18px;
      padding-top: 14px;
      border-top: 1px solid rgba(255,255,255,.16);
      color: rgba(255,255,255,.78);
      font-weight: 650;
    }

    /* Search + quick actions card */
    .otv-help-hero .card-soft{
      background: rgba(255,255,255,.96);
      border-color: rgba(255,255,255,.22);
      box-shadow: 0 22px 70px rgba(11,18,48,.18);
    }
      /* Feature cards */
    .help-card{
      border: 1px solid rgba(11,18,48,.10);
      border-radius: 22px;
      background: #fff;
      box-shadow: 0 16px 44px rgba(11,18,48,.08);
      padding: 18px;
      height: 100%;
      text-decoration:none;
      color: var(--ink);
      display:block;
    }
    .help-card:hover{ box-shadow: 0 20px 60px rgba(11,18,48,.12); }
    .help-card .ico{
      width: 46px; height: 46px; border-radius: 16px;
      display:grid; place-items:center;
      background: rgba(0,40,100,.08);
      border: 1px solid rgba(0,40,100,.12);
      color: var(--primary);
    }
    .help-card h3{ font-weight: 950; letter-spacing:-.02em; margin: 12px 0 6px; font-size: 18px; }
    .help-card p{ margin: 0; color: var(--muted); line-height: 1.7; }

    .otv-careers-hero{
      position: relative;
      overflow: hidden;
      min-height: 560px;
      display:flex;
      align-items:center;
      background:
        linear-gradient(90deg, rgba(0,40,100,.92) 0%, rgba(0,40,100,.78) 38%, rgba(0,40,100,.10) 70%, rgba(0,40,100,0) 100%),
        url("../img/page-hero.png");
      background-size: cover;
      background-position: center;
      border-bottom: 1px solid rgba(11,18,48,.06);
    }
    .otv-careers-hero::after{
      content:"";
      position:absolute; inset:0;
      background: radial-gradient(900px 520px at 20% 30%, rgba(248,133,57,.18), transparent 60%);
      pointer-events:none;
    }
    .otv-pill{
      display:inline-flex; align-items:center; gap:10px;
      padding: 8px 14px; border-radius: 999px;
      background: rgba(255,255,255,.10);
      border: 1px solid rgba(255,255,255,.18);
      color: rgba(255,255,255,.92);
      font-weight: 800;
    }
    .otv-pill .spark{
      width: 30px; height: 30px; border-radius: 999px;
      display:grid; place-items:center;
      background: rgba(248,133,57,.18);
      border: 1px solid rgba(248,133,57,.30);
      color: var(--btn);
    }
    .otv-careers-hero__title{
      font-weight: 950;
      letter-spacing: -.03em;
      line-height: 1.02;
      font-size: clamp(38px, 3vw, 62px);
      margin: 18px 0 12px;
      color: #fff;
    }
    .otv-careers-hero__lead{
      color: rgba(255,255,255,.82);
      font-size: 18px;
      line-height: 1.75;
      max-width: 68ch;
      margin: 0;
    }
    .otv-careers-hero__trust{
      display:flex; flex-wrap: wrap;
      gap: 14px 18px;
      margin-top: 18px;
      padding-top: 14px;
      border-top: 1px solid rgba(255,255,255,.16);
      color: rgba(255,255,255,.78);
      font-weight: 650;
    }

    .otv-careers-hero .card-soft{
      background: rgba(255,255,255,.96);
      border-color: rgba(255,255,255,.22);
      box-shadow: 0 22px 70px rgba(11,18,48,.18);
    }
     /* Value cards */
    .value{
      border: 1px solid rgba(11,18,48,.10);
      border-radius: 22px;
      background: #fff;
      box-shadow: 0 16px 44px rgba(11,18,48,.08);
      padding: 18px;
      height: 100%;
    }
    .value .ico{
      width: 46px; height: 46px; border-radius: 16px;
      display:grid; place-items:center;
      background: rgba(0,40,100,.08);
      border: 1px solid rgba(0,40,100,.12);
      color: var(--primary);
    }

    /* Role cards */
    .role{
      border: 1px solid rgba(11,18,48,.10);
      border-radius: 22px;
      background: #fff;
      box-shadow: 0 16px 44px rgba(11,18,48,.08);
      padding: 18px;
      height: 100%;
    }
    .role h3{ font-weight: 950; letter-spacing:-.02em; font-size: 18px; margin-bottom: 6px; }
    .role .meta{ color: var(--muted); display:flex; flex-wrap:wrap; gap:10px; }
    .tag{
      display:inline-flex; align-items:center; gap:8px;
      padding: 7px 10px;
      border-radius: 999px;
      background: rgba(0,40,100,.07);
      border: 1px solid rgba(0,40,100,.12);
      color: var(--primary);
      font-weight: 850;
      font-size: 13px;
      letter-spacing: .02em;
    }
    .otv-privacy-hero{
      position: relative;
      overflow: hidden;
      min-height: 520px;
      display:flex;
      align-items:center;
      background:
        linear-gradient(90deg, rgba(0,40,100,.92) 0%, rgba(0,40,100,.78) 38%, rgba(0,40,100,.10) 70%, rgba(0,40,100,0) 100%),
        url("../img/page-hero.png");
      background-size: cover;
      background-position: center;
      border-bottom: 1px solid rgba(11,18,48,.06);
    }
    .otv-privacy-hero::after{
      content:"";
      position:absolute; inset:0;
      background: radial-gradient(900px 520px at 20% 30%, rgba(248,133,57,.18), transparent 60%);
      pointer-events:none;
    }
    .otv-privacy-hero__title{
      font-weight: 950; letter-spacing: -.03em;
      line-height: 1.02;
      font-size: clamp(38px, 4vw, 60px);
      margin: 18px 0 12px;
      color: #fff;
    }
    .otv-privacy-hero__lead{
      color: rgba(255,255,255,.82);
      font-size: 18px;
      line-height: 1.75;
      max-width: 70ch;
      margin: 0;
    }
    .otv-privacy-hero__trust{
      display:flex; flex-wrap: wrap;
      gap: 14px 18px;
      margin-top: 18px;
      padding-top: 14px;
      border-top: 1px solid rgba(255,255,255,.16);
      color: rgba(255,255,255,.78);
      font-weight: 650;
    }
    /* Content typography */
    .policy h2{
      font-weight: 950;
      letter-spacing:-.02em;
      margin-top: 28px;
    }
    .policy h3{
      font-weight: 950;
      letter-spacing:-.02em;
      margin-top: 22px;
      font-size: 1.1rem;
    }
    .policy p, .policy li{
      color: var(--muted);
      line-height: 1.9;
      font-size: 16px;
    }
    .policy a{ color: var(--primary); font-weight: 800; }
    .policy .callout{
      border: 1px solid rgba(11,18,48,.10);
      border-radius: 18px;
      background: rgba(0,40,100,.04);
      padding: 16px;
    }

    /* Sticky sidebar */
    .sidecard{
      position: sticky;
      top: 90px;
    }
    .toc a{
      text-decoration:none;
      color: var(--muted);
      font-weight: 800;
      display:flex; align-items:center; gap:10px;
      padding: 10px 12px;
      border-radius: 14px;
      border: 1px solid rgba(11,18,48,.08);
      background: #fff;
    }
    .toc a:hover{
      color: var(--ink);
      border-color: rgba(0,40,100,.22);
      box-shadow: 0 10px 24px rgba(11,18,48,.06);
    }
     .otv-terms-hero{
      position: relative;
      overflow: hidden;
      min-height: 520px;
      display:flex;
      align-items:center;
      background:
        linear-gradient(90deg, rgba(0,40,100,.92) 0%, rgba(0,40,100,.78) 38%, rgba(0,40,100,.10) 70%, rgba(0,40,100,0) 100%),
        url("../img/page-hero.png");
      background-size: cover;
      background-position: center;
      border-bottom: 1px solid rgba(11,18,48,.06);
    }
    .otv-terms-hero::after{
      content:"";
      position:absolute; inset:0;
      background: radial-gradient(900px 520px at 20% 30%, rgba(248,133,57,.18), transparent 60%);
      pointer-events:none;
    }
    .otv-terms-hero__title{
      font-weight: 950;
      letter-spacing: -.03em;
      line-height: 1.02;
      font-size: clamp(38px, 4vw, 39px);
      margin: 18px 0 12px;
      color: #fff;
    }
    .otv-terms-hero__lead{
      color: rgba(255,255,255,.82);
      font-size: 18px;
      line-height: 1.75;
      max-width: 72ch;
      margin: 0;
    }
    .otv-terms-hero__trust{
      display:flex; flex-wrap: wrap;
      gap: 14px 18px;
      margin-top: 18px;
      padding-top: 14px;
      border-top: 1px solid rgba(255,255,255,.16);
      color: rgba(255,255,255,.78);
      font-weight: 650;
    }
     /* Terms typography */
    .terms h2{
      font-weight: 950;
      letter-spacing:-.02em;
      margin-top: 28px;
    }
    .terms h3{
      font-weight: 950;
      letter-spacing:-.02em;
      margin-top: 22px;
      font-size: 1.1rem;
    }
    .terms p, .terms li{
      color: var(--muted);
      line-height: 1.9;
      font-size: 16px;
    }
    .terms a{ color: var(--primary); font-weight: 800; }

     .otv-refund-hero{
      position: relative;
      overflow: hidden;
      min-height: 520px;
      display:flex;
      align-items:center;
      background:
        linear-gradient(90deg, rgba(0,40,100,.92) 0%, rgba(0,40,100,.78) 38%, rgba(0,40,100,.10) 70%, rgba(0,40,100,0) 100%),
        url("../img/page-hero.png");
      background-size: cover;
      background-position: center;
      border-bottom: 1px solid rgba(11,18,48,.06);
    }
    .otv-refund-hero::after{
      content:"";
      position:absolute; inset:0;
      background: radial-gradient(900px 520px at 20% 30%, rgba(248,133,57,.18), transparent 60%);
      pointer-events:none;
    }
     .otv-refund-hero__title{
      font-weight: 950; letter-spacing: -.03em;
      line-height: 1.02;
      font-size: clamp(38px, 4vw, 60px);
      margin: 18px 0 12px;
      color: #fff;
    }
    .otv-refund-hero__lead{
      color: rgba(255,255,255,.82);
      font-size: 18px;
      line-height: 1.75;
      max-width: 72ch;
      margin: 0;
    }
    .otv-refund-hero__trust{
      display:flex; flex-wrap: wrap;
      gap: 14px 18px;
      margin-top: 18px;
      padding-top: 14px;
      border-top: 1px solid rgba(255,255,255,.16);
      color: rgba(255,255,255,.78);
      font-weight: 650;
    }
     /* Policy typography */
    .policy h2{ font-weight: 950; letter-spacing:-.02em; margin-top: 28px; }
    .policy h3{ font-weight: 950; letter-spacing:-.02em; margin-top: 22px; font-size: 1.1rem; }
    .policy p, .policy li{ color: var(--muted); line-height: 1.9; font-size: 16px; }
    .policy a{ color: var(--primary); font-weight: 800; }
    .callout{ border: 1px solid rgba(11,18,48,.10); border-radius: 18px; background: rgba(0,40,100,.04); padding: 16px; }

     .otv-cancel-hero{
      position: relative;
      overflow: hidden;
      min-height: 520px;
      display:flex;
      align-items:center;
      background:
        linear-gradient(90deg, rgba(0,40,100,.92) 0%, rgba(0,40,100,.78) 38%, rgba(0,40,100,.10) 70%, rgba(0,40,100,0) 100%),
        url("../img/page-hero.png");
      background-size: cover;
      background-position: center;
      border-bottom: 1px solid rgba(11,18,48,.06);
    }
    .otv-cancel-hero::after{
      content:"";
      position:absolute; inset:0;
      background: radial-gradient(900px 520px at 20% 30%, rgba(248,133,57,.18), transparent 60%);
      pointer-events:none;
    }
     .otv-cancel-hero__title{
      font-weight: 950;
      letter-spacing: -.03em;
      line-height: 1.02;
      font-size: clamp(38px, 4vw, 41px);
      margin: 18px 0 12px;
      color: #fff;
    }
    .otv-cancel-hero__lead{
      color: rgba(255,255,255,.82);
      font-size: 18px;
      line-height: 1.75;
      max-width: 72ch;
      margin: 0;
    }
    .otv-cancel-hero__trust{
      display:flex; flex-wrap: wrap;
      gap: 14px 18px;
      margin-top: 18px;
      padding-top: 14px;
      border-top: 1px solid rgba(255,255,255,.16);
      color: rgba(255,255,255,.78);
      font-weight: 650;
    }
     .otv-disclaimer-hero{
      position: relative;
      overflow: hidden;
      min-height: 520px;
      display:flex;
      align-items:center;
      background:
        linear-gradient(90deg, rgba(0,40,100,.92) 0%, rgba(0,40,100,.78) 38%, rgba(0,40,100,.10) 70%, rgba(0,40,100,0) 100%),
        url("../img/page-hero.png");
      background-size: cover;
      background-position: center;
      border-bottom: 1px solid rgba(11,18,48,.06);
    }
    .otv-disclaimer-hero::after{
      content:"";
      position:absolute; inset:0;
      background: radial-gradient(900px 520px at 20% 30%, rgba(248,133,57,.18), transparent 60%);
      pointer-events:none;
    }
    .otv-disclaimer-hero__title{
      font-weight: 950; letter-spacing: -.03em;
      line-height: 1.02;
      font-size: clamp(38px, 4vw, 60px);
      margin: 18px 0 12px;
      color: #fff;
    }
    .otv-disclaimer-hero__lead{
      color: rgba(255,255,255,.82);
      font-size: 18px;
      line-height: 1.75;
      max-width: 74ch;
      margin: 0;
    }
    .otv-disclaimer-hero__trust{
      display:flex; flex-wrap: wrap;
      gap: 14px 18px;
      margin-top: 18px;
      padding-top: 14px;
      border-top: 1px solid rgba(255,255,255,.16);
      color: rgba(255,255,255,.78);
      font-weight: 650;
    }
    #callnowbutton {
    display: none;
}
    @media screen and (max-width: 650px) {
    #callnowbutton {
        display: block;
        position: fixed;
        text-decoration: none;
        z-index: 2147483647;
        width: 100%;
        left: 0;
        bottom: 0;
        height: 60px;
        text-align: center;
        color: #fff;
        font-weight: 600;
        font-size: 120%;
        overflow: hidden;
        background: #004a85;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
