:root {
  --cfs-ink: #111816;
  --cfs-paper: #f6f8f3;
  --cfs-white: #ffffff;
  --cfs-teal: #0f7f80;
  --cfs-coral: #f2553d;
  --cfs-gold: #f4b942;
  --cfs-blue: #2563eb;
  --cfs-muted: #5c6763;
  --cfs-line: #dce2dc;
  --cfs-dark: #101716;
}
.cfs-site, .cfs-site * { box-sizing: border-box; }
.cfs-site { margin: 0; color: var(--cfs-ink); background: var(--cfs-paper); font-family: Inter, Arial, sans-serif; line-height: 1.55; }
.cfs-site p:empty { display: none !important; }
.cfs-site h1, .cfs-site h2, .cfs-site h3 { font-family: Inter, Arial, sans-serif; font-weight: 900; }
.cfs-site a { color: inherit; text-decoration: none; }
.cfs-site img { display: block; width: 100%; }
.cfs-wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.cfs-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--cfs-line); }
.cfs-header__inner { min-height: 74px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.cfs-brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: 0; line-height: 1; }
.cfs-brand__mark { width: 34px; height: 34px; display: grid; place-items: center; color: var(--cfs-white); background: var(--cfs-coral); border-radius: 4px; font-size: 17px; }
.cfs-brand__text { display: grid; font-size: 15px; }
.cfs-brand__text span:last-child { color: var(--cfs-teal); }
.cfs-nav { display: flex; justify-content: center; align-items: center; gap: 26px; font-size: 14px; font-weight: 750; }
.cfs-nav a { padding: 26px 0 24px; border-bottom: 2px solid transparent; }
.cfs-nav a:hover { color: var(--cfs-coral); border-color: var(--cfs-coral); }
.cfs-header__actions { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 800; }
.cfs-link { color: var(--cfs-teal) !important; }
.cfs-btn { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 19px; border: 1px solid transparent; border-radius: 4px; font-weight: 850; transition: transform .2s ease, background .2s ease; }
.cfs-btn:hover { transform: translateY(-2px); }
.cfs-btn--coral { color: var(--cfs-white) !important; background: var(--cfs-coral); }
.cfs-btn--ink { color: var(--cfs-white) !important; background: var(--cfs-ink); }
.cfs-btn--light { color: var(--cfs-ink) !important; background: var(--cfs-white); }
.cfs-btn--outline { color: var(--cfs-white) !important; border-color: rgba(255,255,255,.8); background: transparent; }
.cfs-mobile-menu { display: none; position: relative; }
.cfs-mobile-menu summary { width: 42px; height: 42px; display: grid; place-items: center; cursor: pointer; font-size: 22px; list-style: none; }
.cfs-mobile-menu summary::-webkit-details-marker { display: none; }
.cfs-mobile-menu__panel { position: absolute; right: 0; top: 48px; width: min(280px, calc(100vw - 32px)); padding: 12px; display: grid; background: var(--cfs-white); border: 1px solid var(--cfs-line); box-shadow: 0 18px 45px rgba(17,24,22,.14); }
.cfs-mobile-menu__panel a { padding: 11px 10px; font-weight: 750; }
.cfs-hero { position: relative; min-height: min(76svh, 760px); display: flex; align-items: center; isolation: isolate; color: var(--cfs-white); background: var(--cfs-dark) url('https://carefreestreams.com/wp-content/uploads/2026/08/carefree-streams-hero.png') center center / cover no-repeat; overflow: hidden; }
.cfs-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(8,18,16,.58); }
.cfs-hero__content { width: min(700px, 64%); padding: 88px 0 92px; }
.cfs-kicker { margin: 0 0 16px; color: var(--cfs-gold); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: 0; }
.cfs-hero h1 { margin: 0; max-width: 680px; font-size: clamp(54px, 8vw, 104px); line-height: .9; letter-spacing: 0; text-wrap: balance; }
.cfs-hero__lead { max-width: 630px; margin: 26px 0 30px; font-size: clamp(18px, 2vw, 23px); line-height: 1.45; color: rgba(255,255,255,.9); }
.cfs-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.cfs-hero__note { margin-top: 22px; font-size: 13px; color: rgba(255,255,255,.7); }
.cfs-stats { position: relative; z-index: 2; margin-top: -34px; }
.cfs-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--cfs-line); background: var(--cfs-white); box-shadow: 0 16px 45px rgba(17,24,22,.09); }
.cfs-stat { padding: 24px 26px; border-right: 1px solid var(--cfs-line); }
.cfs-stat:last-child { border-right: 0; }
.cfs-stat strong { display: block; color: var(--cfs-teal); font-size: 30px; line-height: 1; }
.cfs-stat span { display: block; margin-top: 7px; color: var(--cfs-muted); font-size: 13px; }
.cfs-section { padding: 104px 0; }
.cfs-section--white { background: var(--cfs-white); }
.cfs-section--dark { color: var(--cfs-white); background: var(--cfs-dark); }
.cfs-section__head { max-width: 790px; margin-bottom: 48px; }
.cfs-section__head--center { margin-right: auto; margin-left: auto; text-align: center; }
.cfs-eyebrow { margin: 0 0 12px; color: var(--cfs-coral); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 0; }
.cfs-section h2 { margin: 0; font-size: clamp(36px, 5vw, 64px); line-height: 1.02; letter-spacing: 0; text-wrap: balance; }
.cfs-section__intro { margin: 18px 0 0; color: var(--cfs-muted); font-size: 18px; }
.cfs-section--dark .cfs-section__intro { color: #b7c0bd; }
.cfs-channel-grid { display: grid; grid-template-columns: repeat(8, 1fr); border-top: 1px solid var(--cfs-line); border-left: 1px solid var(--cfs-line); }
.cfs-channel { min-height: 92px; display: grid; place-items: center; padding: 14px 8px; background: var(--cfs-white); border-right: 1px solid var(--cfs-line); border-bottom: 1px solid var(--cfs-line); font-size: 18px; font-weight: 900; }
.cfs-channel:nth-child(3n+1) { color: var(--cfs-teal); }
.cfs-channel:nth-child(3n+2) { color: var(--cfs-coral); }
.cfs-channel:nth-child(3n) { color: var(--cfs-blue); }
.cfs-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cfs-feature { min-height: 280px; padding: 34px; background: var(--cfs-white); border: 1px solid var(--cfs-line); border-top: 5px solid var(--cfs-teal); border-radius: 6px; }
.cfs-feature:nth-child(2) { border-top-color: var(--cfs-coral); }
.cfs-feature:nth-child(3) { border-top-color: var(--cfs-gold); }
.cfs-feature__number { color: var(--cfs-muted); font-size: 13px; font-weight: 900; }
.cfs-feature h3 { margin: 44px 0 12px; font-size: 27px; line-height: 1.15; }
.cfs-feature p { margin: 0; color: var(--cfs-muted); }
.cfs-entertainment { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 610px; background: var(--cfs-white); }
.cfs-entertainment__image { min-height: 520px; background: url('https://carefreestreams.com/wp-content/uploads/2026/08/carefree-streams-hero.png') 76% center / cover no-repeat; }
.cfs-entertainment__copy { display: flex; align-items: center; padding: 70px max(32px, calc((100vw - 1180px)/2)); padding-right: 6vw; }
.cfs-entertainment__copy > div { max-width: 520px; }
.cfs-entertainment h2 { margin: 0; font-size: clamp(38px, 5vw, 65px); line-height: 1.02; }
.cfs-checks { margin: 28px 0 0; padding: 0; display: grid; gap: 13px; list-style: none; }
.cfs-checks li { display: grid; grid-template-columns: 24px 1fr; gap: 10px; align-items: start; }
.cfs-checks li::before { content: "+"; width: 22px; height: 22px; display: grid; place-items: center; color: var(--cfs-white); background: var(--cfs-teal); border-radius: 50%; font-weight: 900; line-height: 1; }
.cfs-sports { position: relative; min-height: 700px; display: flex; align-items: end; isolation: isolate; color: var(--cfs-white); background: var(--cfs-dark) url('https://carefreestreams.com/wp-content/uploads/2026/08/carefree-streams-live-sports.png') center / cover no-repeat; }
.cfs-sports::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(8,15,15,.55); }
.cfs-sports__copy { max-width: 760px; padding: 80px 0; }
.cfs-sports h2 { margin: 0; font-size: clamp(42px, 6vw, 78px); line-height: .98; }
.cfs-sports p { max-width: 620px; margin: 20px 0 28px; font-size: 19px; color: rgba(255,255,255,.88); }
.cfs-device-grid { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid #2f3a37; }
.cfs-device { min-height: 112px; display: grid; place-items: center; padding: 18px; border-right: 1px solid #2f3a37; font-weight: 850; text-align: center; }
.cfs-device:last-child { border-right: 0; }
.cfs-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.cfs-step { position: relative; padding-top: 26px; border-top: 4px solid var(--cfs-coral); }
.cfs-step:nth-child(2) { border-top-color: var(--cfs-teal); }
.cfs-step:nth-child(3) { border-top-color: var(--cfs-gold); }
.cfs-step__num { color: var(--cfs-muted); font-weight: 900; }
.cfs-step h3 { margin: 34px 0 12px; font-size: 27px; }
.cfs-step p { color: var(--cfs-muted); }
.cfs-step a { color: var(--cfs-teal); font-weight: 850; }
.cfs-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.cfs-plan { position: relative; display: flex; flex-direction: column; padding: 34px; background: var(--cfs-white); border: 1px solid var(--cfs-line); border-radius: 6px; }
.cfs-plan--featured { border: 3px solid var(--cfs-coral); }
.cfs-plan__label { min-height: 22px; color: var(--cfs-coral); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.cfs-plan h3 { margin: 14px 0 8px; font-size: 30px; }
.cfs-plan__price { margin: 4px 0 22px; font-size: 49px; font-weight: 900; line-height: 1; }
.cfs-plan__price small { color: var(--cfs-muted); font-size: 14px; font-weight: 700; }
.cfs-plan p { color: var(--cfs-muted); }
.cfs-plan ul { margin: 22px 0 30px; padding-left: 19px; display: grid; gap: 9px; }
.cfs-plan .cfs-btn { width: 100%; margin-top: auto; }
.cfs-faq { max-width: 900px; margin: 0 auto; border-top: 1px solid var(--cfs-line); }
.cfs-faq details { border-bottom: 1px solid var(--cfs-line); }
.cfs-faq summary { padding: 24px 42px 24px 0; cursor: pointer; font-size: 19px; font-weight: 850; list-style: none; }
.cfs-faq summary::-webkit-details-marker { display: none; }
.cfs-faq summary::after { content: "+"; float: right; color: var(--cfs-coral); font-size: 24px; }
.cfs-faq details[open] summary::after { content: "-"; }
.cfs-faq p { margin: -8px 0 24px; color: var(--cfs-muted); }
.cfs-cta { padding: 82px 0; color: var(--cfs-white); background: var(--cfs-coral); }
.cfs-cta__inner { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; }
.cfs-cta h2 { margin: 0; max-width: 760px; font-size: clamp(38px, 5vw, 65px); line-height: 1; }
.cfs-footer { padding: 64px 0 28px; color: #dfe6e3; background: var(--cfs-dark); }
.cfs-footer__grid { display: grid; grid-template-columns: 1.4fr repeat(2, .7fr); gap: 56px; }
.cfs-footer p { max-width: 420px; color: #aeb9b5; }
.cfs-footer h3 { margin: 0 0 16px; color: var(--cfs-white); font-size: 15px; }
.cfs-footer nav { display: grid; gap: 10px; }
.cfs-footer__bottom { margin-top: 54px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: #84918d; border-top: 1px solid #2f3a37; font-size: 13px; }
@media (max-width: 980px) {
  .cfs-nav, .cfs-header__actions { display: none; }
  .cfs-header__inner { grid-template-columns: 1fr auto; }
  .cfs-mobile-menu { display: block; }
  .cfs-hero__content { width: min(720px, 90%); }
  .cfs-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .cfs-stat:nth-child(2) { border-right: 0; }
  .cfs-stat:nth-child(-n+2) { border-bottom: 1px solid var(--cfs-line); }
  .cfs-channel-grid { grid-template-columns: repeat(4, 1fr); }
  .cfs-feature-grid, .cfs-plans { grid-template-columns: 1fr; }
  .cfs-entertainment { grid-template-columns: 1fr; }
  .cfs-entertainment__image { min-height: 430px; }
  .cfs-device-grid { grid-template-columns: repeat(3, 1fr); }
  .cfs-device:nth-child(3) { border-right: 0; }
  .cfs-device:nth-child(-n+3) { border-bottom: 1px solid #2f3a37; }
  .cfs-steps { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .cfs-wrap { width: min(100% - 28px, 1180px); }
  .cfs-header__inner { min-height: 64px; }
  .cfs-hero { min-height: 76svh; background-position: 66% center; }
  .cfs-hero__content { width: 100%; padding: 72px 0 76px; }
  .cfs-hero h1 { font-size: clamp(48px, 16vw, 72px); }
  .cfs-hero__lead { font-size: 17px; }
  .cfs-actions { align-items: stretch; flex-direction: column; }
  .cfs-actions .cfs-btn { width: 100%; }
  .cfs-stats { margin-top: 0; }
  .cfs-stat { padding: 20px 16px; }
  .cfs-stat strong { font-size: 25px; }
  .cfs-section { padding: 78px 0; }
  .cfs-section__head { margin-bottom: 34px; }
  .cfs-channel-grid { grid-template-columns: repeat(2, 1fr); }
  .cfs-channel { min-height: 74px; font-size: 16px; }
  .cfs-feature { min-height: auto; padding: 28px; }
  .cfs-feature h3 { margin-top: 28px; }
  .cfs-entertainment__image { min-height: 330px; }
  .cfs-entertainment__copy { padding: 56px 22px; }
  .cfs-sports { min-height: 640px; background-position: 46% center; }
  .cfs-sports__copy { padding: 64px 0; }
  .cfs-device-grid { grid-template-columns: repeat(2, 1fr); }
  .cfs-device { min-height: 96px; border-bottom: 1px solid #2f3a37; }
  .cfs-device:nth-child(2n) { border-right: 0; }
  .cfs-device:nth-last-child(-n+2) { border-bottom: 0; }
  .cfs-plan { padding: 28px; }
  .cfs-cta__inner { grid-template-columns: 1fr; }
  .cfs-footer__grid { grid-template-columns: 1fr; gap: 34px; }
  .cfs-footer__bottom { align-items: flex-start; flex-direction: column; }
}