﻿  .header.header--8 {
    display: none;
  }

  body {
    background: #edf1f7;
  }

  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .cope-funnel-page {
    padding: 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #132047;
  }

  .cope-funnel-shell {
    width: 100%;
    max-width: none;
    margin: 0;
    background: #ffffff;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    border: 0;
  }

  .cope-funnel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    /* background: linear-gradient(135deg, #0b1226 0%, #0f1731 58%, #16244c 100%); */
  }

  .cope-funnel-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .cope-funnel-header-logo {
    display: block;
    max-width: 210px;
  }

  .cope-funnel-header-logo img {
    display: block;
    width: 100%;
    height: auto;
  }

  .cope-funnel-header-link {
    border: 0;
    background: transparent;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 0;
    line-height: 1;
  }

  .cope-funnel-theme-toggle {
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.02em;
  }

  .cope-funnel-hero {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
    padding: 30px 18px 24px;
    overflow: hidden;
    text-align: center;
  }

  .cope-funnel-hero:after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.60) 0%, rgba(247, 249, 253, 0.70) 100%),
      var(--cope-hero-bg) center center / cover no-repeat;
    opacity: 0.42;
    pointer-events: none;
  }

  .cope-funnel-shell.hero-theme-dark .cope-funnel-hero:after {
    background:
      linear-gradient(180deg, rgba(6, 12, 30, 0.64) 0%, rgba(10, 19, 43, 0.78) 100%),
      var(--cope-hero-bg) center center / cover no-repeat;
    opacity: 1;
  }

  .cope-funnel-hero > * {
    position: relative;
    z-index: 1;
  }

  .cope-funnel-badge {
    display: block;
    margin: 20px auto 0;
    padding: 12px 16px 13px;
    max-width: 520px;
    border-radius: 18px;
    background: rgba(245, 248, 255, 0.8);
    border: 1px solid rgba(194, 206, 232, 0.7);
    box-shadow: none;
  }

  .cope-funnel-badge-topline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #2a458f;
    font-size: 0.68rem;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .cope-funnel-badge-topline span {
    display: block;
  }

  .cope-funnel-badge-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 12px;
    margin-top: 7px;
  }

  .cope-funnel-badge img {
    display: block;
    width: auto;
    flex: 0 0 auto;
  }

  .cope-funnel-badge-ani {
    height: 22px;
  }

  .cope-funnel-badge-ani-inline {
    height: 16px;
    width: auto;
  }

  .cope-funnel-badge-cnbc {
    height: 25px;
  }

  .cope-funnel-badge-carrier {
    height: 18px;
  }

  .cope-funnel-badge-directv {
    height: 36px;
  }

  .cope-funnel-badge-subcopy {
    margin-top: 6px;
    color: #304b91;
    font-size: 0.78rem;
    line-height: 1.25;
    font-weight: 700;
  }

  .cope-funnel-headline {
    margin: 0 auto;
    color: #132047;
    font-size: 1.94rem;
    line-height: 1.01;
    font-weight: 800;
    letter-spacing: -0.02em;
    max-width: 320px;
  }

  .cope-funnel-accent {
    margin-top: 7px;
    color: #f03c44;
    font-size: 1.12rem;
    line-height: 1.1;
    font-weight: 800;
  }

  .cope-funnel-subcopy {
    margin: 12px auto 0;
    color: #253557;
    font-size: 0.99rem;
    line-height: 1.42;
    max-width: 318px;
  }

  .cope-funnel-risk {
    margin: 10px auto 0;
    color: #56647f;
    font-size: 0.78rem;
    line-height: 1.45;
    max-width: 316px;
  }

  .cope-funnel-trust-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
  }

  .cope-funnel-trust-item {
    padding: 10px 6px 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    text-align: center;
    color: #1f2e52;
    box-shadow: none;
  }

  .cope-funnel-trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    margin-bottom: 12px;
    background: #183486;
    color: #ffffff;
    font-size: 1.4rem;
  }

  .cope-funnel-trust-label {
    display: block;
    color: #1f2e52;
    font-size: 0.82rem;
    line-height: 1.26;
    font-weight: 800;
  }

  .cope-funnel-why {
    margin-top: 18px;
    padding: 16px 15px 14px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #dfe6f2;
    text-align: left;
  }

  .cope-funnel-why-title {
    margin: 0 0 12px;
    color: #183486;
    font-size: 0.98rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .cope-funnel-why-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 9px;
  }

  .cope-funnel-why-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #243357;
    font-size: 0.89rem;
    line-height: 1.4;
    font-weight: 600;
  }

  .cope-funnel-why-list i {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    background: #1f46c8;
    color: #ffffff;
    font-size: 0.72rem;
    margin-top: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }

  .cope-funnel-cta {
    width: 100%;
    margin-top: 18px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, #bf1827 0%, #dc2431 100%);
    color: #ffffff;
    font-size: 1.08rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    padding: 11px 18px 10px;
    box-shadow: 0 6px 14px rgba(191, 24, 39, 0.18);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    cursor: pointer;
  }

  .cope-funnel-cta-primary {
    display: block;
    font-weight: 800;
    line-height: 1.08;
  }

  .cope-funnel-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.12;
    opacity: 0.96;
  }

  .cope-funnel-cta-secondary i {
    font-size: 1.08rem;
  }

  .cope-funnel-cta-copy {
    margin-top: 10px;
    text-align: center;
    color: #1f3f8f;
    font-size: 0.84rem;
    line-height: 1.35;
    font-weight: 600;
  }

  .cope-funnel-mini-support {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 14px;
    color: #1f3f8f;
    font-size: 0.85rem;
    font-weight: 700;
  }

  .cope-funnel-mini-support a,
  .cope-funnel-mini-support a[href^="tel"] {
    color: #1f3f8f !important;
    text-decoration: none;
  }

  .cope-funnel-mini-support a:visited,
  .cope-funnel-mini-support a:hover,
  .cope-funnel-mini-support a:focus,
  .cope-funnel-mini-support a:active,
  .cope-funnel-mini-support a[href^="tel"]:visited,
  .cope-funnel-mini-support a[href^="tel"]:hover,
  .cope-funnel-mini-support a[href^="tel"]:focus,
  .cope-funnel-mini-support a[href^="tel"]:active {
    color: #1f3f8f !important;
    text-decoration: none;
  }

  .cope-funnel-shell.hero-theme-dark .cope-funnel-headline,
  .cope-funnel-shell.hero-theme-dark .cope-funnel-subcopy,
  .cope-funnel-shell.hero-theme-dark .cope-funnel-risk,
  .cope-funnel-shell.hero-theme-dark .cope-funnel-trust-item,
  .cope-funnel-shell.hero-theme-dark .cope-funnel-trust-label,
  .cope-funnel-shell.hero-theme-dark .cope-funnel-cta-copy,
  .cope-funnel-shell.hero-theme-dark .cope-funnel-mini-support {
    color: #ffffff !important;
  }

  .cope-funnel-shell.hero-theme-dark .cope-funnel-headline {
    color: #ffffff !important;
  }

  .cope-funnel-shell.hero-theme-dark .cope-funnel-mini-support a,
  .cope-funnel-shell.hero-theme-dark .cope-funnel-mini-support a[href^="tel"],
  .cope-funnel-shell.hero-theme-dark .cope-funnel-mini-support a:visited,
  .cope-funnel-shell.hero-theme-dark .cope-funnel-mini-support a:hover,
  .cope-funnel-shell.hero-theme-dark .cope-funnel-mini-support a:focus,
  .cope-funnel-shell.hero-theme-dark .cope-funnel-mini-support a:active,
  .cope-funnel-shell.hero-theme-dark .cope-funnel-mini-support a[href^="tel"]:visited,
  .cope-funnel-shell.hero-theme-dark .cope-funnel-mini-support a[href^="tel"]:hover,
  .cope-funnel-shell.hero-theme-dark .cope-funnel-mini-support a[href^="tel"]:focus,
  .cope-funnel-shell.hero-theme-dark .cope-funnel-mini-support a[href^="tel"]:active {
    color: #ffffff !important;
  }

  .cope-funnel-shell.hero-theme-dark .cope-funnel-trust-icon {
    background: rgba(255, 255, 255, 0.96);
    color: #173fbb;
  }

  .cope-fit-card-wrap {
    width: 100%;
    padding: 16px 14px 0;
  }

  .cope-fit-card {
    display: none;
    background: #ffffff;
    border: 1px solid rgba(19, 32, 71, 0.08);
    border-radius: 22px;
    box-shadow: 0 6px 16px rgba(10, 25, 68, 0.06);
    overflow: hidden;
  }

  .cope-fit-card.is-visible {
    display: block;
  }

  .cope-fit-card-inner {
    padding: 20px 18px 18px;
  }

  .cope-fit-step-label {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 999px;
    background: #eff4ff;
    color: #1e46c6;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .cope-fit-title {
    margin: 0 0 6px;
    color: #263a7e;
    font-size: 1.46rem;
    line-height: 1.08;
    font-weight: 800;
  }

  .cope-fit-intro {
    margin: 0;
    color: #41506f;
    font-size: 0.9rem;
    line-height: 1.42;
  }

  .cope-fit-progress {
    height: 7px;
    margin-top: 16px;
    border-radius: 999px;
    background: #e5eaf4;
    overflow: hidden;
  }

  .cope-fit-progress span {
    display: block;
    width: 33%;
    height: 100%;
    background: linear-gradient(90deg, #1c43c2 0%, #2258f5 100%);
    border-radius: 999px;
  }

  .cope-fit-group {
    margin-top: 18px;
  }

  .cope-fit-group + .cope-fit-group {
    padding-top: 16px;
    border-top: 1px solid #ebeff6;
  }

  .cope-fit-group-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px;
  }

  .cope-fit-group-number {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #263a7e;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
  }

  .cope-fit-group-question {
    flex: 1 1 auto;
    color: #1b2648;
    font-size: 0.96rem;
    line-height: 1.3;
    font-weight: 700;
  }

  .cope-fit-options {
    display: grid;
    gap: 8px;
  }

  .cope-fit-option {
    position: relative;
    display: block;
    cursor: pointer;
  }

  .cope-fit-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .cope-fit-option-copy {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 12px 14px;
    border: 1px solid #d7ddea;
    border-radius: 14px;
    background: #ffffff;
    color: #243357;
    font-size: 0.91rem;
    line-height: 1.32;
    font-weight: 600;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  }

  .cope-fit-option-copy:before {
    content: "";
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #aab7d5;
    background: #ffffff;
  }

  .cope-fit-option input:checked + .cope-fit-option-copy {
    border-color: #1f46c8;
    box-shadow: 0 0 0 3px rgba(31, 70, 200, 0.12);
    transform: translateY(-1px);
  }

  .cope-fit-option input:checked + .cope-fit-option-copy:before {
    border-color: #1f46c8;
    background: radial-gradient(circle at center, #1f46c8 0 46%, #ffffff 47% 100%);
  }

  .cope-fit-helper {
    margin-top: 9px;
    font-size: 0.82rem;
    position: relative;
  }

  .cope-fit-helper-toggle {
    border: 0;
    background: transparent;
    color: #1f46c8;
    font-weight: 700;
    text-decoration: underline;
    padding: 0;
    cursor: pointer;
  }

  .cope-fit-helper-popup {
    display: none;
    margin-top: 10px;
  }

  .cope-fit-helper-popup.is-visible {
    display: block;
  }

  .cope-fit-helper-popup .cope-fit-note {
    margin-top: 0;
  }

  .cope-fit-criteria {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 7px;
  }

  .cope-fit-criteria li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #243357;
    font-size: 0.84rem;
    line-height: 1.42;
    font-weight: 600;
  }

  .cope-fit-criteria li:before {
    content: "";
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1f46c8;
    margin-top: 6px;
  }

  .cope-fit-note {
    margin-top: 18px;
    padding: 15px 14px;
    border-radius: 18px;
    background: #f6f8fc;
    border: 1px solid #dce5f2;
    color: #243357;
  }

  .cope-fit-note-title {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 7px;
    color: #1b43c5;
    font-size: 0.88rem;
    font-weight: 800;
  }

  .cope-fit-note p {
    margin: 0;
    color: #41506f;
    font-size: 0.84rem;
    line-height: 1.45;
  }

  .cope-fit-actions {
    margin-top: 16px;
  }

  .cope-fit-continue {
    width: 100%;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, #1b43c5 0%, #2358f2 100%);
    color: #ffffff;
    font-size: 1.02rem;
    font-weight: 800;
    padding: 15px 18px;
    box-shadow: 0 6px 14px rgba(30, 70, 198, 0.16);
    cursor: pointer;
  }

  .cope-fit-continue[disabled] {
    opacity: 0.45;
    box-shadow: none;
  }

  .cope-fit-security {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    color: #60708f;
    font-size: 0.84rem;
    font-weight: 600;
  }

  .cope-fit-security i {
    color: #1b43c5;
  }

  .cope-details-card {
    display: none;
    background: #ffffff;
    border: 1px solid rgba(19, 32, 71, 0.08);
    border-radius: 22px;
    box-shadow: 0 6px 16px rgba(10, 25, 68, 0.06);
    overflow: hidden;
    margin-top: 16px;
  }

  .cope-details-card.is-visible {
    display: block;
  }

  .cope-details-card-inner {
    padding: 20px 18px 18px;
  }

  .cope-details-review {
    margin: 0 0 14px;
  }

  .cope-details-review img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
  }

  .cope-details-kicker {
    margin: 10px 0 0;
    color: #263a7e;
    font-size: 1.46rem;
    line-height: 1.08;
    font-weight: 800;
  }

  .cope-details-notice {
    margin: 10px 0 0;
    color: #41506f;
    font-size: 0.95rem;
    line-height: 1.42;
    font-weight: 400;
  }

  .cope-details-notice p {
    margin: 0 0 10px;
  }

  .cope-details-notice p:last-child {
    margin-bottom: 20px;
  }

  .cope-details-intro-icon {
    color: #c51d2a;
    margin-right: 6px;
  }

  .cope-details-fields {
    margin-top: 16px;
  }

  .cope-details-fields .form-group {
    margin-bottom: 14px;
  }

  .cope-details-label {
    display: block;
    margin-bottom: 6px;
    color: #1e2b4c;
    font-size: 0.9rem;
    font-weight: 700;
  }

  .cope-details-input.form-control {
    min-height: 52px;
    border-radius: 14px;
    border: 1px solid #d6deeb;
    box-shadow: none;
    font-size: 0.95rem;
  }

  .cope-details-email-consent {
    margin: 2px 0 12px;
    color: #4b5874;
    font-size: 0.74rem;
    line-height: 1.35;
  }

  .cope-details-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 16px;
  }

  #contactForm #user_qual {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-top: 2px;
    border: 3px solid #0f6b3f;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
  }

  #contactForm #user_qual:checked {
    background-color: #0f6b3f;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M6.2 11.6 2.9 8.3l1.4-1.4 1.9 1.9 5.4-5.4L13 4.8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
  }

  .cope-details-consent-label {
    margin: 0;
    color: #4b5874;
    font-size: 0.72rem;
    line-height: 1.25;
    cursor: pointer;
  }

  .cope-details-consent-label a {
    color: #1f46c8;
    text-decoration: underline;
  }

  .cope-details-submit {
    width: 100%;
    min-height: 54px;
    border: 0;
    border-radius: 15px;
    background: linear-gradient(135deg, #1b43c5 0%, #2358f2 100%);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
    box-shadow: 0 6px 14px rgba(30, 70, 198, 0.16);
    cursor: pointer;
  }

  .cope-details-submit[disabled] {
    opacity: 0.7;
    box-shadow: none;
  }

  .cope-schedule-card {
    display: none;
    background: #ffffff;
    border: 1px solid rgba(19, 32, 71, 0.08);
    border-radius: 22px;
    box-shadow: 0 6px 16px rgba(10, 25, 68, 0.06);
    overflow: hidden;
    margin-top: 16px;
  }

  .cope-schedule-card.is-visible {
    display: block;
  }

  .cope-schedule-summary {
    margin: 10px 0 0;
    color: #41506f;
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .cope-schedule-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    margin: 16px auto 0;
    background: #eef3ff;
    color: #1b43c5;
    font-size: 2rem;
  }

  .cope-schedule-agenda {
    margin-top: 16px;
    padding: 18px 16px 16px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #dce5f2;
  }

  .cope-schedule-agenda-title {
    margin: 0 0 12px;
    color: #1f2e52;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 800;
  }

  .cope-schedule-agenda-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 12px;
    row-gap: 10px;
  }

  .cope-schedule-agenda-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #243357;
    font-size: 0.84rem;
    line-height: 1.4;
    font-weight: 600;
  }

  .cope-schedule-agenda-list i {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    min-width: 18px;
    border-radius: 50%;
    background: #1f46c8;
    color: #ffffff;
    font-size: 0.64rem;
    margin-top: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }

  .cope-booked-card {
    display: none;
    background: #ffffff;
    border: 1px solid rgba(19, 32, 71, 0.08);
    border-radius: 22px;
    box-shadow: 0 6px 16px rgba(10, 25, 68, 0.06);
    overflow: hidden;
    margin-top: 16px;
  }

  .cope-booked-card.is-visible {
    display: block;
  }

  .cope-booked-card.is-unqualified {
    margin-bottom: 28px;
  }

  .cope-booked-success {
    text-align: center;
    margin-bottom: 14px;
  }

  .cope-booked-success-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #ecf8ee;
    color: #149143;
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .cope-booked-success h2 {
    margin: 0;
    color: #263a7e;
    font-size: 1.58rem;
    line-height: 1.08;
    font-weight: 800;
  }

  .cope-booked-success p {
    margin: 8px 0 0;
    color: #41506f;
    font-size: 0.92rem;
    line-height: 1.45;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .cope-booked-summary-card {
    margin-top: 14px;
    padding: 16px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #dce5f2;
  }

  .cope-booked-summary-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #243357;
    font-size: 0.9rem;
    line-height: 1.4;
    font-weight: 600;
  }

  .cope-booked-summary-item + .cope-booked-summary-item {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e8edf6;
  }

  .cope-booked-summary-item i {
    flex: 0 0 24px;
    color: #1b43c5;
    font-size: 1.3rem;
    margin-top: 1px;
  }

  .cope-booked-summary-label {
    display: block;
    color: #1f2e52;
    font-weight: 800;
    margin-bottom: 2px;
  }

  .cope-booked-summary-primary {
    display: block;
    color: #1f2e52;
    font-weight: 800;
  }

  .cope-booked-summary-secondary {
    display: block;
    color: #243357;
    font-weight: 700;
    margin-top: 2px;
  }

  .cope-booked-video {
    margin-top: 26px;
  }

  .cope-booked-section-title {
    margin: 0 0 12px;
    color: #1f2e52;
    font-size: 1.02rem;
    line-height: 1.2;
    font-weight: 800;
    text-align: center;
  }

  .cope-booked-video-frame {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    display: block;
    border-radius: 16px;
  }

  .cope-booked-video-player {
    width: 100%;
  }

  .cope-booked-video-poster {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
  }

  .cope-booked-video-poster img {
    display: block;
    width: 100%;
    height: auto;
  }

  .cope-booked-video-poster::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 13, 30, 0.08) 0%, rgba(7, 13, 30, 0.24) 100%);
  }

  .cope-booked-video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 84px;
    height: 84px;
    border-radius: 999px;
    background: rgba(220, 32, 46, 0.94);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 16px 38px rgba(9, 16, 36, 0.28);
  }

  .cope-booked-video-play i {
    font-size: 2.5rem;
    margin-left: 4px;
    line-height: 1;
  }

  .cope-faq-list {
    margin-top: 24px;
    display: grid;
    gap: 10px;
  }

  .cope-booked-card.is-unqualified .cope-faq-list {
    margin-top: 34px;
  }

  .cope-faq-item {
    border: 1px solid #dce5f2;
    border-radius: 14px;
    background: #ffffff;
    overflow: hidden;
  }

  .cope-faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 14px 16px;
    color: #243357;
    font-size: 0.9rem;
    line-height: 1.35;
    font-weight: 700;
    position: relative;
  }

  .cope-faq-item summary::-webkit-details-marker {
    display: none;
  }

  .cope-faq-item summary:after {
    content: "+";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #1b43c5;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .cope-faq-item[open] summary:after {
    content: "-";
  }

  .cope-faq-answer {
    padding: 0 16px 14px;
    color: #4b5874;
    font-size: 0.86rem;
    line-height: 1.5;
  }

  .cope-booked-featured {
    margin-top: 18px;
    padding: 18px 16px 16px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #dfe6f2;
  }

  .cope-schedule-calendly-wrap {
    margin-top: 16px;
    border: 1px solid #dce5f2;
    border-radius: 18px;
    overflow: hidden;
    background: #f8faff;
    display: flex;
    justify-content: center;
  }

  .cope-schedule-calendly {
    min-width: 320px;
    height: 980px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .cope-schedule-calendly iframe {
    display: block;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
  }

  .cope-schedule-fallback {
    margin-top: 16px;
    padding: 18px 16px;
    border-radius: 18px;
    background: #f8faff;
    border: 1px solid #dce5f2;
    text-align: center;
  }

  .cope-schedule-fallback p {
    margin: 0 0 12px;
    color: #41506f;
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .cope-schedule-fallback a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 14px;
    background: linear-gradient(135deg, #1b43c5 0%, #2358f2 100%);
    color: #ffffff;
    font-size: 0.96rem;
    font-weight: 800;
    text-decoration: none;
  }

  .cope-lower-sections {
    width: 100%;
    padding: 24px 0 0;
  }

  .cope-section-shell {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #ffffff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 20px 18px 18px;
  }

  .cope-section-shell + .cope-section-shell {
    margin-top: 18px;
  }

  .cope-section-shell--reviews + .cope-section-shell--founders {
    margin-top: 0;
  }

  .cope-section-title {
    margin: 0;
    color: #1f2e52;
    font-size: 1.38rem;
    line-height: 1.08;
    font-weight: 800;
    text-align: center;
  }

  .cope-section-kicker {
    margin: 10px auto 0;
    max-width: 760px;
    color: #52617d;
    text-align: center;
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .cope-section-underline {
    width: 86px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #b71d2d 0%, #e13543 100%);
    margin: 14px auto 0;
  }

  .cope-carousel-shell {
    margin-top: 18px;
    position: relative;
    padding: 0 58px;
  }

  .cope-carousel-stage {
    overflow: hidden;
  }

  .cope-carousel-track {
    display: flex;
    gap: 16px;
    transition: transform 0.35s ease;
    will-change: transform;
  }

  .cope-carousel-slide {
    min-width: 0;
  }

  .cope-carousel-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    margin-top: 0;
    pointer-events: none;
    z-index: 3;
  }

  .cope-carousel-button {
    width: 44px;
    height: 44px;
    border: 1px solid #d8e0ef;
    border-radius: 50%;
    background: #f7faff;
    color: #1d47c6;
    font-size: 1.18rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
    box-shadow: 0 6px 18px rgba(15, 29, 68, 0.16);
  }

  .cope-carousel-button:hover {
    background: #edf3ff;
    border-color: #c6d4f0;
    transform: translateY(-1px);
  }

  .cope-carousel-button[disabled] {
    opacity: 0.4;
    cursor: default;
    transform: none;
  }

  .cope-project-card {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    min-height: 0;
    background: #dfe6f4;
  }

  .cope-project-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .cope-project-overlay {
    position: absolute;
    inset: auto 0 0;
    padding: 18px 18px 16px;
    background: linear-gradient(180deg, rgba(7, 14, 34, 0) 0%, rgba(9, 17, 39, 0.85) 100%);
    color: #ffffff;
  }

  .cope-project-title {
    display: block;
    font-size: 1.02rem;
    line-height: 1.2;
    font-weight: 800;
  }

  .cope-project-subtitle {
    display: block;
    margin-top: 5px;
    font-size: 0.82rem;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.86);
    font-weight: 600;
  }

  .cope-review-card {
    height: 100%;
    padding: 18px 16px 16px;
    border-radius: 0;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    border: 0;
  }

  .cope-review-stars {
    color: #f3b21b;
    font-size: 0.98rem;
    letter-spacing: 0.06em;
  }

  .cope-review-quote {
    margin: 14px 0 0;
    color: #243357;
    font-size: 0.94rem;
    line-height: 1.58;
    font-weight: 600;
  }

  .cope-review-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
  }

  .cope-review-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #e8eefb;
    color: #1d47c6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.96rem;
    font-weight: 800;
    flex: 0 0 44px;
  }

  .cope-review-avatar-image {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 44px;
  }

  .cope-review-name {
    display: block;
    color: #1f2e52;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.2;
  }

  .cope-review-role {
    display: block;
    margin-top: 3px;
    color: #5b6984;
    font-size: 0.8rem;
    line-height: 1.3;
    font-weight: 600;
  }

  .cope-section-shell--reviews {
    background: #263a7e;
    padding-top: 46px;
  }

  .cope-section-shell--reviews .cope-section-title,
  .cope-section-shell--reviews .cope-section-kicker {
    color: #ffffff;
  }

  .cope-section-shell--reviews .cope-section-title {
    display: block;
    margin: 0 auto 12px;
    color: #ffffff !important;
  }

  .cope-section-shell--reviews .cope-section-underline {
    background: linear-gradient(90deg, #ffffff 0%, #dce6ff 100%);
  }

  .cope-section-shell--founders {
    background: #f3f5f8;
    padding-top: 46px;
  }

  .cope-founders-grid {
    display: grid;
    gap: 18px;
    margin-top: 18px;
    align-items: center;
  }

  .cope-founders-image-wrap {
    text-align: center;
  }

  .cope-founders-image-wrap img {
    display: block;
    width: auto;
    max-width: 75%;
    height: auto;
    border-radius: 0;
    margin: 0 auto;
  }

  .cope-founders-copy {
    color: #31425f;
    font-size: 1.04rem;
    line-height: 1.7;
  }

  .cope-founders-copy p {
    margin: 0 0 18px;
  }

  .cope-founders-copy p:last-child {
    margin-bottom: 0;
  }

  .cope-founders-copy a {
    color: #1d47c6;
    text-decoration: underline;
  }

  .cope-founders-action {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
  }

  .cope-founders-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 14px;
    background: linear-gradient(135deg, #bf1827 0%, #dc2431 100%);
    color: #ffffff !important;
    font-size: 0.98rem;
    font-weight: 800;
    text-decoration: none;
  }

  .cope-founders-button i {
    margin-right: 8px;
    font-size: 1.8rem;
    line-height: 1;
  }

  .cope-founders-button--video {
    border: 1px solid #d6deeb;
    background: #ffffff;
    color: #243f8d !important;
  }

  .cope-video-modal .modal-dialog {
    max-width: 820px;
  }

  .cope-video-modal .modal-body {
    padding: 0;
    background: #08152f;
  }

  .cope-video-modal-player {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #08152f;
  }

  .cope-video-modal-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  .cope-media-strip {
    width: 100%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 18px;
  }

  .cope-media-strip-card {
    padding: 42px 16px 20px;
    border-radius: 0;
    background: #ffffff;
    border: 0;
    box-shadow: none;
    color: #132047;
  }

  .cope-media-strip-title {
    margin: 0;
    color: #1f2e52;
    font-size: 1.38rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.08;
  }

  .cope-media-strip-card .cope-section-underline {
    margin-bottom: 16px;
  }

  .cope-media-strip-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
  }

  .cope-media-logo-slot {
    min-height: 54px;
    padding: 7px;
    border-radius: 14px;
    background: #f5f8ff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dce5f7;
  }

  .cope-media-logo-slot img {
    display: block;
    max-width: 100%;
    max-height: 24px;
    width: auto;
    height: auto;
  }

  .cope-media-logo-slot.placeholder {
    color: #61708f;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
  }

  .cope-media-strip-copy {
    margin: 14px 0 0;
    color: #31425f;
    text-align: center;
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .cope-media-strip-disclaimer {
    margin: 10px 0 0;
    color: #6a7894;
    text-align: center;
    font-size: 0.74rem;
    line-height: 1.45;
  }

  .cope-page-disclaimer {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 28px 18px 24px;
    text-align: center;
    color: #5a6784;
    font-size: 0.86rem;
    line-height: 1.5;
  }

  .cope-page-disclaimer-inner {
    max-width: 1180px;
    margin: 0 auto;
  }

  .cope-modal .modal-dialog {
    max-width: 420px;
    margin: 20px auto;
  }

  .cope-modal .modal-content {
    border: 0;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(10, 22, 51, 0.16);
  }

  .cope-modal .modal-header {
    padding: 18px 18px 14px;
    border-bottom: 1px solid #e8edf5;
  }

  .cope-modal .modal-title {
    color: #132047;
    font-size: 1.28rem;
    font-weight: 800;
  }

  .cope-modal .close {
    color: #132047;
    opacity: 0.8;
  }

  .cope-modal .modal-body {
    padding: 16px 18px 20px;
  }

  .cope-modal-review {
    margin: 0 0 14px;
  }

  .cope-modal-review img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
  }

  .cope-modal-copy {
    margin: 0 0 14px;
    color: #445270;
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .cope-modal-label {
    display: block;
    margin-bottom: 6px;
    color: #1e2b4c;
    font-size: 0.9rem;
    font-weight: 700;
  }

  .cope-modal .form-control {
    min-height: 50px;
    border-radius: 14px;
    border: 1px solid #d6deeb;
    box-shadow: none;
    font-size: 0.95rem;
  }

  .cope-modal textarea.form-control {
    min-height: 126px;
    resize: vertical;
  }

  .cope-modal .btn-primary {
    min-height: 54px;
    border: 0;
    border-radius: 15px;
    background: linear-gradient(135deg, #1b43c5 0%, #2358f2 100%);
    font-size: 1rem;
    font-weight: 800;
    box-shadow: 0 6px 14px rgba(30, 70, 198, 0.16);
  }

  .cope-modal-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    color: #60708f;
    font-size: 0.82rem;
    text-align: center;
  }

  #send-progress {
    display: none;
    text-align: center;
    margin-top: 12px;
  }

  #mail-status {
    margin-top: 12px;
    text-align: center;
  }

  @media (min-width: 768px) {
    .cope-funnel-page {
      padding: 0;
    }

    .cope-details-review {
      display: none;
    }

    .cope-funnel-shell {
      max-width: none;
      border-radius: 0;
    }

    .cope-funnel-header {
      padding: 16px 22px;
    }

    .cope-funnel-header-logo {
      max-width: 240px;
    }

    .cope-funnel-hero {
      padding: 36px 24px 30px;
    }

    .cope-funnel-headline {
      max-width: 520px;
      font-size: 2.5rem;
    }

    .cope-funnel-subcopy {
      max-width: 560px;
      font-size: 1.04rem;
    }

    .cope-funnel-trust-row {
      gap: 14px;
      margin-top: 22px;
    }

    .cope-funnel-trust-item {
      padding-top: 12px;
    }

    .cope-funnel-cta {
      max-width: 420px;
      margin-left: auto;
      margin-right: auto;
    }

    .cope-fit-card-wrap {
      padding: 20px 18px 0;
    }

    .cope-fit-card-inner,
    .cope-details-card-inner {
      padding: 24px 24px 22px;
    }

    .cope-fit-options {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
    }

    .cope-fit-option-copy {
      min-height: 58px;
    }

    .cope-details-fields {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      column-gap: 18px;
      align-items: start;
    }

    .cope-details-fields .cope-details-review,
    .cope-details-fields .form-group:nth-of-type(3),
    .cope-details-fields .cope-details-email-consent,
    .cope-details-fields .cope-details-consent,
    .cope-details-fields .cope-details-submit,
    .cope-details-fields #send-progress,
    .cope-details-fields #mail-status {
      grid-column: 1 / -1;
    }

    .cope-media-strip {
      margin: 20px 0 0;
      padding: 0 0 24px;
    }

    .cope-lower-sections {
      padding: 28px 0 0;
    }

    .cope-section-shell {
      padding: 24px 22px 22px;
    }

    .cope-carousel-track {
      gap: 18px;
    }

    .cope-carousel-shell {
      padding: 0 64px;
    }

    .cope-media-strip-row {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 12px;
    }

    .cope-media-logo-slot {
      min-height: 64px;
    }

    .cope-media-logo-slot img {
      max-height: 28px;
    }

    .cope-page-disclaimer {
      padding: 24px 24px 28px;
    }

    .cope-modal .modal-dialog {
      max-width: 540px;
    }
  }

  @media (min-width: 1024px) {
    .cope-funnel-page {
      padding: 0;
    }

    .cope-funnel-shell {
      max-width: none;
      border-radius: 0;
    }

    .cope-funnel-header {
      padding: 18px 30px;
    }

    .cope-funnel-header-logo {
      max-width: 285px;
    }

    .cope-funnel-header-link {
      font-size: 1rem;
    }

    .cope-funnel-theme-toggle {
      font-size: 0.78rem;
      padding: 7px 12px;
    }

    .cope-funnel-hero {
      display: block;
      padding: 80px 34px 38px;
      text-align: center;
    }

    .cope-funnel-headline {
      margin: 0 auto;
      max-width: 700px;
      font-size: 3.4rem;
      line-height: 0.94;
      letter-spacing: -0.035em;
    }

    .cope-funnel-headline br {
      /* display: none; */
    }

    .cope-funnel-subcopy {
      margin: 18px auto 0;
      max-width: 760px;
      font-size: 1.16rem;
      line-height: 1.5;
    }

    .cope-funnel-trust-row {
      margin: 28px auto 0;
      max-width: 760px;
      gap: 16px;
    }

    .cope-funnel-trust-item {
      padding-top: 0;
    }

    .cope-funnel-trust-icon {
      width: 68px;
      height: 68px;
      margin-bottom: 14px;
      font-size: 1.65rem;
    }

    .cope-funnel-trust-label {
      font-size: 0.96rem;
      line-height: 1.3;
    }

    .cope-funnel-badge {
      margin: 26px auto 0;
      max-width: 440px;
      width: 100%;
      padding: 14px 18px 15px;
    }

    .cope-funnel-badge-topline {
      font-size: 0.74rem;
    }

    .cope-funnel-badge-ani {
      height: 27px;
    }

    .cope-funnel-badge-ani-inline {
      height: 18px;
    }

    .cope-funnel-badge-cnbc {
      height: 29px;
    }

    .cope-funnel-badge-carrier {
      height: 20px;
    }

    .cope-funnel-badge-directv {
      height: 40px;
    }

    .cope-funnel-badge-subcopy {
      font-size: 0.84rem;
    }

    .cope-funnel-cta {
      max-width: 390px;
      margin: 22px auto 0;
      min-height: 72px;
    }

    .cope-funnel-cta-primary {
      font-size: 1.26rem;
    }

    .cope-funnel-cta-secondary {
      font-size: 0.96rem;
    }

    .cope-funnel-cta-secondary i {
      font-size: 1.18rem;
    }

    .cope-funnel-cta-copy {
      margin-top: 12px;
      text-align: center;
      font-size: 0.9rem;
    }

    .cope-funnel-mini-support {
      justify-content: center;
      margin-top: 10px;
      font-size: 0.92rem;
    }

    .cope-fit-card-wrap {
      padding: 24px 30px 0;
    }

    .cope-lower-sections {
      padding: 34px 0 0;
    }

    .cope-fit-card,
    .cope-details-card,
    .cope-schedule-card,
    .cope-booked-card {
      border-radius: 26px;
    }

    .cope-fit-card-inner,
    .cope-details-card-inner {
      padding: 28px 30px 28px;
    }

    .cope-fit-title {
      font-size: 2rem;
    }

    .cope-fit-card .cope-fit-step-label,
    .cope-details-card .cope-fit-step-label,
    .cope-schedule-card .cope-fit-step-label {
      display: block;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .cope-fit-intro,
    .cope-schedule-summary {
      font-size: 1rem;
    }

    .cope-fit-card .cope-fit-title,
    .cope-fit-card .cope-fit-intro,
    .cope-fit-card .cope-fit-progress,
    .cope-details-card .cope-details-kicker,
    .cope-details-card .cope-details-notice,
    .cope-details-card .cope-fit-title,
    .cope-details-card .cope-fit-intro,
    .cope-details-card .cope-fit-progress,
    .cope-schedule-card .cope-fit-step-label,
    .cope-schedule-card .cope-fit-title,
    .cope-schedule-card .cope-schedule-summary,
    .cope-schedule-card .cope-schedule-icon,
    .cope-schedule-card .cope-fit-progress {
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .cope-fit-group {
      margin-top: 22px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .cope-fit-group-question {
      font-size: 1.04rem;
    }

    .cope-fit-options {
      grid-template-columns: minmax(0, 1fr);
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .cope-fit-option-copy {
      min-height: 62px;
      font-size: 0.96rem;
      padding: 14px 16px;
    }

    .cope-fit-actions {
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .cope-details-card .cope-fit-title,
    .cope-schedule-card .cope-fit-title {
      max-width: 700px;
    }

    .cope-details-fields {
      display: block;
      max-width: 700px;
      margin: 16px auto 0;
    }

    .cope-details-fields .cope-details-review {
      display: none;
    }

    .cope-details-label {
      font-size: 0.94rem;
    }

    .cope-details-input.form-control {
      min-height: 56px;
      font-size: 1rem;
    }

    .cope-details-intro-icon {
      font-size: 1.2rem;
    }

    .cope-schedule-card .cope-details-card-inner {
      display: block;
    }

    .cope-schedule-summary,
    .cope-schedule-calendly-wrap,
    .cope-schedule-fallback,
    .cope-schedule-agenda {
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .cope-schedule-icon {
      margin-top: 12px;
    }

    .cope-schedule-calendly-wrap,
    .cope-schedule-fallback {
      margin-top: 18px;
    }

    .cope-schedule-calendly {
      height: 1040px;
    }

    .cope-schedule-agenda {
      margin-top: 18px;
      padding: 20px 20px 18px;
    }

    .cope-schedule-agenda-title {
      font-size: 1.08rem;
    }

    .cope-schedule-agenda-list {
      column-gap: 16px;
      row-gap: 12px;
    }

    .cope-booked-card .cope-details-card-inner {
      display: block;
    }

    .cope-booked-success,
    .cope-booked-summary-card,
    .cope-booked-video,
    .cope-faq-list,
    .cope-booked-featured {
      display: block;
      width: 100%;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .cope-booked-summary-card {
      padding: 18px 20px;
    }

    .cope-booked-video {
      margin-top: 22px;
    }

    .cope-faq-list {
      margin-top: 22px;
    }

    .cope-booked-card.is-unqualified .cope-faq-list {
      margin-top: 40px;
    }

    .cope-booked-section-title {
      font-size: 1.1rem;
    }

    .cope-media-strip {
      margin: 22px 0 0;
      padding: 0 0 28px;
    }

    .cope-section-shell {
      padding: 28px 28px 26px;
      border-radius: 0;
    }

    .cope-section-shell--reviews,
    .cope-section-shell--founders {
      padding-top: 80px;
      padding-bottom: 80px;
    }

    .cope-carousel-track {
      gap: 22px;
    }

    .cope-carousel-shell {
      padding: 0 72px;
    }

    .cope-project-card {
      aspect-ratio: 16 / 9;
    }

    .cope-review-card {
      padding: 22px 20px 18px;
    }

    .cope-founders-grid {
      grid-template-columns: minmax(320px, max-content) minmax(0, 1fr);
      gap: 30px;
    }

    .cope-media-strip-card {
      padding: 46px 22px 24px;
      border-radius: 24px;
    }

    .cope-media-strip-title {
      font-size: 1.08rem;
    }

    .cope-media-strip-row {
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 10px;
      margin-top: 16px;
    }

    .cope-media-logo-slot {
      min-height: 66px;
      padding: 8px;
    }

    .cope-media-logo-slot img {
      max-height: 28px;
    }

    .cope-page-disclaimer {
      padding: 28px 32px 34px;
    }

    .cope-modal .modal-dialog {
      max-width: 620px;
    }

    .cope-video-modal .modal-dialog {
      max-width: 985px;
    }
  }

  @media (min-width: 1280px) {
    .cope-funnel-shell {
      max-width: none;
    }

    .cope-funnel-page,
    .cope-fit-card-wrap,
    .cope-media-strip,
    .cope-page-disclaimer {
      max-width: none;
      width: 100%;
    }
  }

  @media (max-width: 767px) {
    .cope-funnel-badge {
      padding: 10px 12px 11px;
    }

    .cope-funnel-badge-topline {
      gap: 6px;
      font-size: 0.64rem;
    }

    .cope-funnel-badge-logos {
      justify-content: center;
      gap: 10px;
    }

    .cope-funnel-badge-cnbc {
      height: 20px;
    }

    .cope-funnel-badge-carrier {
      height: 14px;
    }

    .cope-funnel-badge-directv {
      height: 28px;
    }

    .cope-funnel-badge-ani-inline {
      height: 14px;
    }

    .cope-founders-action {
      flex-direction: column;
      align-items: stretch;
    }

    .cope-founders-button,
    .cope-founders-button--video {
      width: 100%;
    }

  }

  @media (max-width: 380px) {
    .cope-funnel-headline,
    .cope-funnel-subcopy,
    .cope-funnel-risk {
      max-width: none;
    }
  }
