/* AlisonPrime TV home styles. Generated from Elementor HTML widgets. */
/* section-01-header */
#ap-site-header,
  #ap-site-header *,
  #ap-site-header *::before,
  #ap-site-header *::after {
    box-sizing: border-box;
  }

  #ap-site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    width: 100%;
    max-width: 100%;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    background: transparent;
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    transition: transform .28s ease, opacity .22s ease;
  }

  #ap-site-header.ap-hide-at-footer {
    transform: translateY(-110%);
    opacity: 0;
    pointer-events: none;
  }

  #ap-site-header::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 112px;
    z-index: -1;
    background: linear-gradient(
      180deg,
      rgba(6, 6, 8, 0.98) 0%,
      rgba(6, 6, 8, 0.96) 52%,
      rgba(6, 6, 8, 0.72) 76%,
      rgba(6, 6, 8, 0) 100%
    );
    pointer-events: none;
  }

  #ap-site-header * {
    margin: 0;
    padding: 0;
  }

  #ap-site-header .ap-header-inner {
    width: 100%;
    max-width: 1180px;
    min-height: 78px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
  }

  #ap-site-header .ap-brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    flex: 0 0 auto;
  }

  #ap-site-header .ap-brand img {
    display: block;
    width: auto;
    height: 44px;
    max-width: 210px;
    object-fit: contain;
    border: 0;
  }

  #ap-site-header .ap-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    flex: 1 1 auto;
    min-width: 0;
  }

  #ap-site-header .ap-nav a {
    color: #ffffff;
    text-decoration: none;
    font-size: .98rem;
    line-height: 1.2;
    font-weight: 600;
    opacity: .92;
    white-space: nowrap;
    transition: opacity .2s ease;
  }

  #ap-site-header .ap-nav a:hover {
    opacity: 1;
  }

  #ap-site-header .ap-hamburger {
    display: none;
    appearance: none;
    border: 0;
    background: transparent;
    color: #ffffff;
    width: 42px;
    height: 42px;
    cursor: pointer;
    flex: 0 0 auto;
  }

  #ap-site-header .ap-hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #ffffff;
    margin: 5px auto;
    border-radius: 999px;
    transition: transform .2s ease, opacity .2s ease;
  }

  #ap-site-header.ap-menu-open .ap-hamburger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  #ap-site-header.ap-menu-open .ap-hamburger span:nth-child(2) {
    opacity: 0;
  }

  #ap-site-header.ap-menu-open .ap-hamburger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  @media (max-width: 980px) {
    #ap-site-header .ap-header-inner {
      padding: 0 24px;
    }

    #ap-site-header .ap-nav {
      gap: 20px;
    }
  }

  @media (max-width: 820px) {
    #ap-site-header::before {
      height: 100px;
    }

    #ap-site-header .ap-header-inner {
      min-height: 68px;
      padding: 0 18px;
    }

    #ap-site-header .ap-brand img {
      height: 36px;
      max-width: 170px;
    }

    #ap-site-header .ap-hamburger {
      display: block;
    }

    #ap-site-header .ap-nav {
      position: fixed;
      top: 68px;
      left: 0;
      right: 0;
      display: none;
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      background: rgba(6, 6, 8, 0.96);
      border-top: 1px solid rgba(255,255,255,0.12);
      padding: 8px 18px 18px;
    }

    #ap-site-header.ap-menu-open .ap-nav {
      display: flex;
    }

    #ap-site-header .ap-nav a {
      padding: 14px 0;
      border-bottom: 1px solid rgba(255,255,255,0.10);
      font-size: 15px;
    }
  }

  @media (max-width: 380px) {
    #ap-site-header .ap-header-inner {
      padding: 0 14px;
    }

    #ap-site-header .ap-brand img {
      height: 32px;
      max-width: 150px;
    }
  }


/* section-02-hero */
#ap-hero,
  #ap-hero *,
  #ap-hero *::before,
  #ap-hero *::after {
    box-sizing: border-box;
  }

  #ap-hero {
    --ap-pin-loaded-scale: 1.85;
    --ap-pin-loaded-y: -64%;
    --ap-bg-hover-scale: 1.008;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #0c0c0e;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
  }

  #ap-hero * {
    margin: 0;
    padding: 0;
  }

  #ap-hero .hero-stage {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #0c0c0e;
    perspective: 1000px;
  }

  #ap-hero .hero-stage::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 42%;
    z-index: 8;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.88) 0%,
      rgba(0, 0, 0, 0.68) 28%,
      rgba(0, 0, 0, 0.34) 62%,
      rgba(0, 0, 0, 0) 100%
    );
    pointer-events: none;
  }

  #ap-hero .flat-wrap {
    position: relative;
    width: 100%;
    line-height: 0;
    transform: translate3d(var(--ap-bg-x, 0px), var(--ap-bg-y, 0px), 0) scale(var(--ap-bg-scale, 1));
    transition: transform .42s cubic-bezier(.22,.61,.36,1);
    will-change: transform;
  }

  #ap-hero .hero-stage.ap-parallax .flat-wrap {
    --ap-bg-scale: var(--ap-bg-hover-scale);
    transition-duration: .16s;
  }

  #ap-hero .flat {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
  }

  #ap-hero .pin {
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: var(--w);
    z-index: 20;
    opacity: 1;
    transform-style: preserve-3d;
    transform-origin: center center;
    transform: translate(-50%, var(--ap-pin-loaded-y)) scale(var(--ap-pin-loaded-scale));
    filter: drop-shadow(0 16px 26px rgba(0,0,0,0.34));
    animation: apHeroPinLift 1.45s cubic-bezier(.16,1,.3,1) .18s both;
    will-change: transform;
    pointer-events: none;
    user-select: none;
  }

  @keyframes apHeroPinLift {
    0% {
      opacity: 0;
      transform: translate(-50%, -42%) scale(.55);
      filter: drop-shadow(0 0 0 rgba(0,0,0,0));
    }

    100% {
      opacity: 1;
      transform: translate(-50%, var(--ap-pin-loaded-y)) scale(var(--ap-pin-loaded-scale));
      filter: drop-shadow(0 16px 26px rgba(0,0,0,0.34));
    }
  }

  #ap-hero.ap-loaded .pin {
    opacity: 1;
  }

  #ap-hero .pin img {
    width: 100%;
    height: auto;
    display: block;
    max-width: none;
    pointer-events: none;
    user-select: none;
  }

  @media (prefers-reduced-motion: reduce) {
    #ap-hero .flat-wrap {
      transform: none;
      transition: none;
    }

    #ap-hero .pin {
      animation: none;
      opacity: 1;
      transform: translate(-50%, var(--ap-pin-loaded-y)) scale(var(--ap-pin-loaded-scale));
    }
  }

  #ap-hero h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #fff;
  }

  #ap-hero .lead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(.95rem, 1.4vw, 1.12rem);
    line-height: 1.6;
    margin-bottom: 30px;
    color: #e6e6ec;
  }

  #ap-hero .cta {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    background: #f2f2f2;
    color: #111;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    padding: 14px 30px;
    border-radius: 6px;
    border: 0;
    line-height: 1.2;
    transition: transform .2s ease, background .2s ease;
    white-space: normal;
    text-align: center;
  }

  #ap-hero .cta:hover {
    background: #fff;
    transform: translateY(-2px);
  }

  #ap-hero .hero-desktop {
    min-height: 640px;
  }

  #ap-hero .overlay {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    padding-top: 120px;
    background: linear-gradient(90deg,
      rgba(10,10,12,0.95) 0%, rgba(10,10,12,0.90) 22%,
      rgba(10,10,12,0.62) 40%, rgba(10,10,12,0.20) 56%,
      rgba(10,10,12,0.00) 70%);
    pointer-events: none;
  }

  #ap-hero .overlay-inner {
    position: relative;
    max-width: 500px;
    padding: 38px 44px;
    margin-left: 24px;
    pointer-events: auto;
  }

  #ap-hero .overlay-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: radial-gradient(ellipse at center,
      rgba(8,8,10,0.78) 0%, rgba(8,8,10,0.55) 55%, rgba(8,8,10,0) 100%);
    border-radius: 18px;
    filter: blur(6px);
  }

  #ap-hero .hero-mobile {
    display: none;
  }

  @media (max-width: 1100px) and (min-width: 769px) {
    #ap-hero {
      --ap-pin-loaded-scale: 1.48;
      --ap-pin-loaded-y: -58%;
      --ap-bg-hover-scale: 1.006;
    }

    #ap-hero .overlay-inner {
      max-width: 455px;
      padding: 34px 34px;
      margin-left: 10px;
    }

    #ap-hero h1 {
      font-size: clamp(2rem, 3.4vw, 2.7rem);
    }
  }

  @media (max-width: 900px) and (min-width: 769px) {
    #ap-hero {
      --ap-pin-loaded-scale: 1.38;
    }

    #ap-hero .overlay {
      padding-top: 108px;
    }

    #ap-hero .overlay-inner {
      max-width: 420px;
    }
  }

  @media (max-width: 768px) {
    #ap-hero .hero-desktop {
      display: none;
    }

    #ap-hero .hero-mobile {
      display: block;
    }
  }

  #ap-hero .m-wrap {
    position: relative;
    background: #0c0c0e;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  #ap-hero .m-stage {
    position: relative;
  }

  #ap-hero .m-stage::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: linear-gradient(180deg, rgba(12,12,14,0) 0%, rgba(12,12,14,0.75) 55%, #0c0c0e 100%);
    z-index: 15;
    pointer-events: none;
  }

  #ap-hero .m-text {
    position: relative;
    z-index: 16;
    background: transparent;
    text-align: center;
    padding: 0 24px 40px;
    margin-top: -60px;
  }

  #ap-hero .m-text h1 {
    font-size: 1.9rem;
    margin-bottom: 16px;
  }

  #ap-hero .m-text .lead {
    font-size: .98rem;
    margin-bottom: 24px;
  }

  #ap-hero .m-text .cta {
    display: block;
    width: 100%;
    padding: 16px;
  }

  #ap-hero .m-text-inner {
    position: relative;
    max-width: 440px;
    margin: 0 auto;
  }

  #ap-hero .m-text-inner::before {
    content: "";
    position: absolute;
    inset: -10px -6px;
    z-index: -1;
    background: radial-gradient(ellipse at center,
      rgba(6,6,8,0.85) 0%, rgba(6,6,8,0.6) 60%, rgba(6,6,8,0) 100%);
    border-radius: 20px;
    filter: blur(8px);
  }

  @media (max-width: 420px) {
    #ap-hero .m-text {
      padding-left: 18px;
      padding-right: 18px;
      margin-top: -52px;
    }

    #ap-hero .m-text h1 {
      font-size: 1.78rem;
    }

    #ap-hero .m-text .lead {
      font-size: .95rem;
    }
  }

  @media (max-width: 360px) {
    #ap-hero .m-text {
      padding-left: 15px;
      padding-right: 15px;
      margin-top: -46px;
    }

    #ap-hero .m-text h1 {
      font-size: 1.65rem;
    }

    #ap-hero .m-text .cta {
      font-size: .95rem;
      padding: 15px 12px;
    }
  }

  @media (max-width: 768px) and (max-height: 700px) {
    #ap-hero .m-text {
      margin-top: -42px;
      padding-bottom: 32px;
    }
  }


/* section-03-sports-promo */
#ap-sports-promo,
  #ap-sports-promo *,
  #ap-sports-promo *::before,
  #ap-sports-promo *::after {
    box-sizing: border-box;
  }

  #ap-sports-promo {
    position: relative;
    width: 100%;
    min-height: 320px;
    height: 60vh;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    background-color: #0c0c0e;
    background-image: url("https://tv.alisonprime.co/wp-content/uploads/2026/06/Sportfoo-fast.webp");
    background-size: cover;
    background-position: center;
    font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
    isolation: isolate;
  }

  #ap-sports-promo * {
    margin: 0;
    padding: 0;
  }

  #ap-sports-promo .promo-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    background: #0c0c0e;
  }

  #ap-sports-promo::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.90) 0%,
        rgba(0, 0, 0, 0.72) 14%,
        rgba(0, 0, 0, 0.38) 34%,
        rgba(0, 0, 0, 0.10) 52%,
        rgba(0, 0, 0, 0) 62%
      ),
      linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.92) 0%,
        rgba(0, 0, 0, 0.76) 18%,
        rgba(0, 0, 0, 0.44) 40%,
        rgba(0, 0, 0, 0.14) 60%,
        rgba(0, 0, 0, 0) 72%
      );
    pointer-events: none;
  }

  #ap-sports-promo .promo-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
    width: 100%;
    max-width: 620px;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  #ap-sports-promo .promo-text {
    color: #ffffff;
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: 0;
  }

  #ap-sports-promo .promo-text span {
    display: block;
  }

  #ap-sports-promo .promo-subtext {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
  }

  #ap-sports-promo .promo-cta-link {
    display: inline-block;
    width: fit-content;
    color: #0095ff;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.2s ease, opacity 0.2s ease;
  }

  #ap-sports-promo .promo-cta-link:hover {
    opacity: 0.8;
    text-decoration: underline;
  }

  @media (max-width: 768px) {
    #ap-sports-promo {
      min-height: 300px;
      height: 52vh;
    }

    #ap-sports-promo::before {
      background:
        linear-gradient(
          180deg,
          rgba(0, 0, 0, 0.90) 0%,
          rgba(0, 0, 0, 0.70) 16%,
          rgba(0, 0, 0, 0.36) 38%,
          rgba(0, 0, 0, 0.10) 56%,
          rgba(0, 0, 0, 0) 66%
        ),
        linear-gradient(
          0deg,
          rgba(0, 0, 0, 0.94) 0%,
          rgba(0, 0, 0, 0.78) 22%,
          rgba(0, 0, 0, 0.48) 45%,
          rgba(0, 0, 0, 0.16) 64%,
          rgba(0, 0, 0, 0) 76%
        );
    }
  }

  @media (max-width: 480px) {
    #ap-sports-promo .promo-content {
      padding: 22px 20px;
    }

    #ap-sports-promo .promo-text {
      font-size: 1.45rem;
    }

    #ap-sports-promo .promo-subtext {
      font-size: 0.95rem;
      line-height: 1.45;
    }
  }

  @media (max-width: 360px) {
    #ap-sports-promo .promo-text {
      font-size: 1.32rem;
    }

    #ap-sports-promo .promo-subtext {
      font-size: 0.9rem;
    }

    #ap-sports-promo .promo-cta-link {
      font-size: 0.88rem;
    }
  }


/* section-04-pricing */
#ap-pricing,
  #ap-pricing *,
  #ap-pricing *::before,
  #ap-pricing *::after {
    box-sizing: border-box;
  }

  #ap-pricing {
    width: 100%;
    background: #0c0c0e;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    overflow: hidden;
  }

  #ap-pricing * {
    margin: 0;
    padding: 0;
  }

  #ap-pricing .wrap {
    background: #0c0c0e;
    padding: 60px 20px;
    width: 100%;
  }

  #ap-pricing .pricing-heading {
    max-width: 760px;
    margin: 0 auto 30px;
    text-align: center;
  }

  #ap-pricing .pricing-heading h2 {
    color: #ffffff;
    font-size: 2.45rem;
    font-weight: 800;
    line-height: 1.12;
    margin-bottom: 10px;
    letter-spacing: 0;
  }

  #ap-pricing .pricing-heading p {
    color: #d7d9dd;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 14px;
  }

  #ap-pricing .pricing-tabs {
    max-width: 760px;
    margin: 0 auto 34px;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  #ap-pricing .pricing-tab-panel {
    display: contents;
  }

  #ap-pricing .pricing-tab {
    appearance: none;
    border: 1px solid #2a2c30;
    background: #16171a;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.2;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 6px;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
  }

  #ap-pricing .pricing-tab:hover,
  #ap-pricing .pricing-tab.active {
    background: #1a6dff;
    border-color: #1a6dff;
    color: #ffffff;
  }

  #ap-pricing .mobile-tab-content {
    display: none;
  }

  #ap-pricing .desktop-content {
    display: block;
  }

  #ap-pricing .grid {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 26px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
  }

  #ap-pricing .card {
    position: relative;
    flex: 1 1 250px;
    max-width: 360px;
    background: #16171a;
    border: 1px solid #2a2c30;
    border-radius: 14px;
    padding: 30px 26px 28px;
    display: flex;
    flex-direction: column;
  }

  #ap-pricing .card.featured {
    border-color: #2fae4a;
    padding-top: 0;
    overflow: hidden;
  }

  #ap-pricing .banner {
    background: #2fae4a;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .8px;
    text-align: center;
    padding: 9px;
    text-transform: uppercase;
    margin: 0 -26px 26px;
  }

  #ap-pricing .card.featured .inner {
    padding-top: 4px;
  }

  #ap-pricing .inner {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  #ap-pricing .row-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 14px;
  }

  #ap-pricing .plan-name {
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.15;
  }

  #ap-pricing .plan-name .tag {
    color: #2fae4a;
    font-weight: 700;
    margin-right: 4px;
  }

  #ap-pricing .channels-count {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .82rem;
    color: #9aa0a6;
    white-space: nowrap;
  }

  #ap-pricing .price-line {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 8px;
  }

  #ap-pricing .price {
    font-size: 1.95rem;
    font-weight: 800;
    line-height: 1.1;
  }

  #ap-pricing .price span {
    font-size: 1rem;
    font-weight: 600;
  }

  #ap-pricing .save {
    font-family: Arial, Helvetica, sans-serif;
    color: #2fae4a;
    font-size: .82rem;
    font-weight: 600;
    margin-bottom: 20px;
  }

  #ap-pricing .locals {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #26282c;
    border-radius: 40px;
    padding: 6px 14px 6px 16px;
    margin-bottom: 10px;
    max-width: 100%;
    flex-wrap: nowrap;
  }

  #ap-pricing .locals-label {
    font-family: Arial, Helvetica, sans-serif;
    color: #9aa0a6;
    font-size: .9rem;
    margin-right: 2px;
    white-space: nowrap;
  }

  #ap-pricing .locals img,
  #ap-pricing .logos img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
    display: block;
    max-width: none;
  }

  #ap-pricing .logos {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
  }

  #ap-pricing .more-link {
    font-family: Arial, Helvetica, sans-serif;
    color: #4a9bff;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .3px;
    margin: 16px 0 18px;
    display: inline-block;
    text-decoration: none;
  }

  #ap-pricing .divider {
    height: 1px;
    background: #2a2c30;
    margin: 4px 0 18px;
  }

  #ap-pricing .desc {
    font-family: Arial, Helvetica, sans-serif;
    color: #9aa0a6;
    font-size: .9rem;
    line-height: 1.55;
    margin-bottom: 20px;
  }

  #ap-pricing .features {
    list-style: none;
    margin-bottom: 26px;
    font-family: Arial, Helvetica, sans-serif;
  }

  #ap-pricing .features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: .9rem;
    line-height: 1.35;
    margin-bottom: 14px;
  }

  #ap-pricing .features li::before {
    content: "\2713";
    color: #fff;
    font-weight: 700;
    font-size: .85rem;
    flex-shrink: 0;
    margin-top: 1px;
  }

  #ap-pricing .features b {
    font-weight: 700;
  }

  #ap-pricing .card-cta {
    margin-top: auto;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    background: #1a6dff;
    color: #fff;
    font-size: .95rem;
    font-weight: 700;
    letter-spacing: .4px;
    padding: 14px;
    border-radius: 6px;
    transition: background .2s ease, transform .2s ease;
  }

  #ap-pricing .card-cta:hover {
    background: #3a82ff;
    transform: translateY(-2px);
  }

  @media (max-width: 1100px) {
    #ap-pricing .grid {
      max-width: 760px;
    }

    #ap-pricing .card {
      flex-basis: 330px;
    }
  }

  @media (max-width: 760px) {
    #ap-pricing .wrap {
      padding: 44px 16px;
    }

    #ap-pricing .pricing-heading {
      margin-bottom: 26px;
    }

    #ap-pricing .pricing-heading h2 {
      font-size: 2rem;
    }

    #ap-pricing .pricing-heading p {
      font-size: .98rem;
    }

    #ap-pricing .pricing-tabs {
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin-bottom: 0;
      max-width: 460px;
    }

    #ap-pricing .pricing-tab-panel {
      display: block;
      width: 100%;
    }

    #ap-pricing .pricing-tab {
      width: 100%;
      min-height: 46px;
      padding: 0 12px;
    }

    #ap-pricing .desktop-content {
      display: none;
    }

    #ap-pricing .pricing-tab-panel.active .mobile-tab-content {
      display: block;
      padding-top: 18px;
      padding-bottom: 16px;
    }

    #ap-pricing .grid {
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }

    #ap-pricing .card {
      width: 100%;
      max-width: 460px;
      flex: 1 1 auto;
      padding: 28px 22px 24px;
    }

    #ap-pricing .banner {
      margin-left: -22px;
      margin-right: -22px;
    }
  }

  @media (max-width: 390px) {
    #ap-pricing .wrap {
      padding-left: 12px;
      padding-right: 12px;
    }

    #ap-pricing .pricing-heading h2 {
      font-size: 1.75rem;
    }

    #ap-pricing .card {
      padding-left: 18px;
      padding-right: 18px;
    }

    #ap-pricing .banner {
      margin-left: -18px;
      margin-right: -18px;
    }

    #ap-pricing .row-top {
      flex-direction: column;
      align-items: flex-start;
      gap: 5px;
    }

    #ap-pricing .plan-name {
      font-size: 1.42rem;
    }

    #ap-pricing .price {
      font-size: 1.78rem;
    }

    #ap-pricing .locals {
      gap: 6px;
      padding-left: 12px;
      padding-right: 12px;
    }

    #ap-pricing .locals img,
    #ap-pricing .logos img {
      width: 36px;
      height: 36px;
      min-width: 36px;
    }
  }


/* section-05-channel-carousel */
#sora-channel-carousel-01X,
  #sora-channel-carousel-01X *,
  #sora-channel-carousel-01X *::before,
  #sora-channel-carousel-01X *::after {
    box-sizing: border-box;
  }

  #sora-channel-carousel-01X {
    --sora-bg: #0c0c0e;
    --sora-text: #ffffff;
    --sora-muted: #9aa0a6;
    --sora-accent: #ffffff;

    position: relative;
    overflow: hidden;
    width: 100%;
    background: var(--sora-bg);
    padding: 70px 0 52px;
    font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
    color: var(--sora-text);
  }

  #sora-channel-carousel-01X * {
    margin: 0;
    padding: 0;
    font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  }

  #sora-channel-carousel-01X .sora-channel-bg-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    pointer-events: none;
    z-index: 0;
  }

  #sora-channel-carousel-01X .sora-glow-left {
    width: 520px;
    height: 520px;
    left: -120px;
    top: 20px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.04) 0%, transparent 68%);
  }

  #sora-channel-carousel-01X .sora-glow-right {
    width: 520px;
    height: 520px;
    right: -140px;
    bottom: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
  }

  #sora-channel-carousel-01X .sora-channel-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
  }

  #sora-channel-carousel-01X .sora-channel-header {
    max-width: 820px;
    margin: 0 auto 34px;
    text-align: center;
  }

  #sora-channel-carousel-01X .sora-channel-title {
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: 0;
  }

  #sora-channel-carousel-01X .sora-channel-title span {
    color: var(--sora-muted);
  }

  #sora-channel-carousel-01X .sora-channel-subtitle {
    max-width: 720px;
    margin: 16px auto 0;
    color: var(--sora-muted);
    font-size: 1.05rem;
    line-height: 1.75;
    font-weight: 500;
  }

  #sora-channel-carousel-01X .sora-channel-carousel {
    position: relative;
    overflow-x: auto;
    scroll-behavior: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
  }

  #sora-channel-carousel-01X .sora-channel-carousel:active {
    cursor: grabbing;
  }

  #sora-channel-carousel-01X .sora-channel-carousel::-webkit-scrollbar {
    display: none;
  }

  #sora-channel-carousel-01X .sora-channel-track {
    display: flex;
    will-change: transform;
  }

  #sora-channel-carousel-01X .sora-channel-slide {
    width: 100%;
    flex: 0 0 100%;
  }

  #sora-channel-carousel-01X .sora-channel-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    justify-items: center;
    padding: 0 8px;
  }

  #sora-channel-carousel-01X .sora-channel-item {
    display: block;
    width: 100%;
    max-width: 120px;
  }

  #sora-channel-carousel-01X .channel-logo {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.06);
    user-select: none;
    -webkit-user-drag: none;
  }

  @media (min-width: 640px) {
    #sora-channel-carousel-01X .sora-channel-grid {
      grid-template-columns: repeat(6, minmax(0, 1fr));
      padding: 0;
    }
  }

  @media (min-width: 1024px) {
    #sora-channel-carousel-01X .sora-channel-grid {
      grid-template-columns: repeat(8, minmax(0, 1fr));
      gap: 20px;
    }
  }

  @media (max-width: 768px) {
    #sora-channel-carousel-01X {
      padding: 56px 0 40px;
    }

    #sora-channel-carousel-01X .sora-channel-container {
      padding: 0 18px;
    }

    #sora-channel-carousel-01X .sora-channel-header {
      margin-bottom: 26px;
    }

    #sora-channel-carousel-01X .sora-channel-title {
      font-size: clamp(1.85rem, 8vw, 2.55rem);
    }

    #sora-channel-carousel-01X .sora-channel-subtitle {
      font-size: 1rem;
    }

    #sora-channel-carousel-01X .sora-glow-left,
    #sora-channel-carousel-01X .sora-glow-right {
      width: 320px;
      height: 320px;
      filter: blur(90px);
    }
  }


/* section-06-features */
#ap-features,
  #ap-features *,
  #ap-features *::before,
  #ap-features *::after {
    box-sizing: border-box;
  }

  #ap-features {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background: #0c0c0e;
    color: #fff;
    font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  }

  #ap-features * {
    margin: 0;
    padding: 0;
  }

  #ap-features .wrap {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background: #0c0c0e;
    padding: 50px 20px 58px;
  }

  #ap-features .inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
  }

  #ap-features .section-heading {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
  }

  #ap-features .section-heading h2 {
    color: #ffffff;
    font-size: 2.45rem;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: 0;
  }

  #ap-features .grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 26px;
    align-items: stretch;
  }

  #ap-features .card {
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 330px;
    background: #16171a;
    border-radius: 16px;
    padding: 46px 38px 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  #ap-features .icon {
    width: 52px;
    height: 52px;
    margin-bottom: 26px;
    color: #fff;
    flex: 0 0 auto;
  }

  #ap-features .icon svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  #ap-features .card h3 {
    color: #fff;
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
    overflow-wrap: anywhere;
  }

  #ap-features .card p {
    color: #9aa0a6;
    font-size: 1rem;
    line-height: 1.65;
    max-width: 320px;
    overflow-wrap: anywhere;
  }

  #ap-features .carousel {
    display: none;
  }

  #ap-features .section-cta-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 34px;
  }

  #ap-features .section-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    min-height: 48px;
    padding: 0 28px;
    border-radius: 6px;
    background: #1a6dff;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .95rem;
    font-weight: 700;
    letter-spacing: .4px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    white-space: normal;
    transition: background .2s ease, transform .2s ease;
  }

  #ap-features .section-cta:hover {
    background: #3a82ff;
    transform: translateY(-2px);
  }

  @media (max-width: 1040px) and (min-width: 881px) {
    #ap-features .card {
      padding-left: 26px;
      padding-right: 26px;
    }

    #ap-features .card h3 {
      font-size: 1.38rem;
    }
  }

  @media (max-width: 880px) {
    #ap-features .section-heading h2 {
      font-size: 2rem;
    }

    #ap-features .grid {
      display: none;
    }

    #ap-features .carousel {
      display: block;
      position: relative;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
    }

    #ap-features .viewport {
      overflow: hidden;
      width: 100%;
      max-width: 100%;
    }

    #ap-features .track {
      display: flex;
      align-items: stretch;
      width: 100%;
      max-width: 100%;
      transition: transform .45s cubic-bezier(.4, 0, .2, 1);
      will-change: transform;
    }

    #ap-features .slide {
      flex: 0 0 100%;
      min-width: 100%;
      max-width: 100%;
      padding: 0 4px;
      display: flex;
    }

    #ap-features .slide .card {
      width: 100%;
      min-height: 330px;
      justify-content: center;
    }

    #ap-features .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: #ffffff;
      border: 1px solid #ffffff;
      color: #000000;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 5;
      transition: opacity .25s ease, visibility .25s ease, transform .2s ease;
      -webkit-tap-highlight-color: transparent;
    }

    #ap-features .arrow:hover {
      background: #ffffff;
      transform: translateY(-50%) scale(1.04);
    }

    #ap-features .arrow svg {
      width: 18px;
      height: 18px;
      stroke: currentColor;
    }

    #ap-features .arrow.prev {
      left: 2px;
    }

    #ap-features .arrow.next {
      right: 2px;
    }

    #ap-features .arrow.hidden {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
    }

    #ap-features .progress {
      position: relative;
      width: min(190px, 58vw);
      height: 2px;
      margin: 22px auto 0;
      background: rgba(255,255,255,0.22);
      overflow: hidden;
    }

    #ap-features .progress-fill {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: calc(100% / 7);
      background: #ffffff;
      transform: translateX(0);
      transition: transform .35s cubic-bezier(.4, 0, .2, 1);
    }

    #ap-features .section-cta-wrap {
      margin-top: 28px;
    }
  }

  @media (max-width: 520px) {
    #ap-features .wrap {
      padding: 38px 16px 46px;
    }

    #ap-features .section-heading {
      margin-bottom: 28px;
    }

    #ap-features .section-heading h2 {
      font-size: 1.8rem;
    }

    #ap-features .card {
      min-height: 340px;
      padding: 40px 28px 34px;
    }

    #ap-features .card h3 {
      font-size: 1.45rem;
    }

    #ap-features .card p {
      font-size: .98rem;
    }

    #ap-features .section-cta {
      padding: 0 24px;
    }
  }

  @media (max-width: 360px) {
    #ap-features .wrap {
      padding-left: 12px;
      padding-right: 12px;
    }

    #ap-features .section-heading h2 {
      font-size: 1.62rem;
    }

    #ap-features .card {
      padding-left: 22px;
      padding-right: 22px;
    }

    #ap-features .card h3 {
      font-size: 1.32rem;
    }

    #ap-features .card p {
      font-size: .94rem;
    }

    #ap-features .arrow {
      width: 38px;
      height: 38px;
    }
  }


/* section-07-sports-features */
#ap-sports-features,
  #ap-sports-features *,
  #ap-sports-features *::before,
  #ap-sports-features *::after {
    box-sizing: border-box;
  }

  #ap-sports-features {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background: #0d0d0d;
    color: #ffffff;
    font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif;
    padding: 28px 20px 34px;
  }

  #ap-sports-features * {
    margin: 0;
    padding: 0;
  }

  #ap-sports-features .sports-inner {
    width: 100%;
    max-width: 1104px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 58px;
  }

  #ap-sports-features .sports-media {
    width: 100%;
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #ap-sports-features .sports-video {
    width: 100%;
    max-width: 520px;
    height: auto;
    display: block;
    background: #0d0d0d;
  }

  #ap-sports-features .sports-content {
    width: 100%;
    max-width: 560px;
    min-width: 0;
  }

  #ap-sports-features .sports-content h2 {
    color: #ffffff;
    font-size: 37px;
    line-height: 1.22;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 38px;
    overflow-wrap: anywhere;
  }

  #ap-sports-features .feature-item {
    margin-bottom: 18px;
  }

  #ap-sports-features .feature-item:last-child {
    margin-bottom: 0;
  }

  #ap-sports-features .feature-item h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 13px;
  }

  #ap-sports-features .feature-item p {
    color: #d7d7d7;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
    max-width: 520px;
    overflow-wrap: anywhere;
  }

  #ap-sports-features .feature-item sup {
    font-size: 9px;
    line-height: 0;
    vertical-align: super;
  }

  @media (max-width: 900px) {
    #ap-sports-features .sports-inner {
      gap: 34px;
    }

    #ap-sports-features .sports-content h2 {
      font-size: 32px;
    }
  }

  @media (max-width: 760px) {
    #ap-sports-features {
      padding: 34px 18px 40px;
    }

    #ap-sports-features .sports-inner {
      max-width: 520px;
      grid-template-columns: 1fr;
      gap: 24px;
      text-align: center;
    }

    #ap-sports-features .sports-video {
      max-width: 260px;
    }

    #ap-sports-features .sports-content {
      max-width: 100%;
      margin: 0 auto;
    }

    #ap-sports-features .sports-content h2 {
      font-size: 28px;
      line-height: 1.22;
      margin: 0 auto 24px;
      max-width: 420px;
    }

    #ap-sports-features .feature-item {
      margin-bottom: 20px;
    }

    #ap-sports-features .feature-item h3 {
      font-size: 19px;
      line-height: 1.25;
      margin-bottom: 9px;
    }

    #ap-sports-features .feature-item p {
      font-size: 16px;
      line-height: 1.55;
      max-width: 420px;
      margin: 0 auto;
      color: #d8d8d8;
    }

    #ap-sports-features .feature-item sup {
      font-size: 10px;
    }
  }

  @media (max-width: 390px) {
    #ap-sports-features {
      padding-left: 15px;
      padding-right: 15px;
    }

    #ap-sports-features .sports-video {
      max-width: 230px;
    }

    #ap-sports-features .sports-content h2 {
      font-size: 25px;
    }

    #ap-sports-features .feature-item h3 {
      font-size: 18px;
    }

    #ap-sports-features .feature-item p {
      font-size: 15px;
    }
  }


/* section-08-library */
#ap-library-section,
    #ap-library-section *,
    #ap-library-section *::before,
    #ap-library-section *::after {
      box-sizing: border-box;
    }

    #ap-library-section {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      background: #0d0d0d;
      color: #ffffff;
      font-family: "Google Sans", "Product Sans", Arial, Helvetica, sans-serif;
      padding: 28px 0 30px;
      isolation: isolate;
    }

    #ap-library-section * {
      margin: 0;
      padding: 0;
    }

    #ap-library-section .ap-library-header {
      text-align: center;
      padding: 0 20px;
      margin-bottom: 42px;
    }

    #ap-library-section .ap-library-header h2 {
      font-size: 31px;
      line-height: 1.2;
      font-weight: 800;
      letter-spacing: 0;
      color: #ffffff;
      margin: 0 0 18px;
    }

    #ap-library-section .ap-library-header p {
      max-width: 720px;
      margin: 0 auto;
      font-size: 14px;
      line-height: 1.55;
      color: #d7d7d7;
      font-weight: 400;
    }

    #ap-library-section .ap-library-header sup {
      font-size: 8px;
      line-height: 0;
      vertical-align: super;
    }

    #ap-library-section .ap-carousel-stack {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    #ap-library-section .ap-carousel-row {
      --gap: 18px;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      display: flex;
      contain: paint;
    }

    #ap-library-section .ap-carousel-track {
      display: flex;
      width: max-content;
      max-width: none;
      flex-shrink: 0;
      animation: apLibrarySlideLeft 72s linear infinite;
      will-change: transform;
      transform: translate3d(0, 0, 0);
    }

    #ap-library-section .ap-carousel-row:nth-child(2) .ap-carousel-track {
      animation-duration: 78s;
      animation-delay: -26s;
    }

    #ap-library-section .ap-carousel-row:nth-child(3) {
      display: none;
    }

    #ap-library-section .ap-carousel-group {
      display: flex;
      align-items: center;
      gap: var(--gap);
      padding-right: var(--gap);
      flex-shrink: 0;
    }

    #ap-library-section .ap-tile {
      width: 244px;
      aspect-ratio: 244 / 137;
      height: auto;
      flex: 0 0 auto;
      border-radius: 8px;
      overflow: hidden;
      position: relative;
      background: #202020;
    }

    #ap-library-section .ap-tile img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      border: 0;
      max-width: none;
    }

    @keyframes apLibrarySlideLeft {
      from {
        transform: translate3d(0, 0, 0);
      }

      to {
        transform: translate3d(-50%, 0, 0);
      }
    }

    @media (prefers-reduced-motion: reduce) {
      #ap-library-section .ap-carousel-track {
        animation-duration: 140s;
      }
    }

    @media (max-width: 760px) {
      #ap-library-section {
        padding: 42px 0 44px;
      }

      #ap-library-section .ap-library-header {
        margin-bottom: 28px;
        padding: 0 20px;
      }

      #ap-library-section .ap-library-header h2 {
        font-size: 28px;
        line-height: 1.18;
        margin-bottom: 12px;
      }

      #ap-library-section .ap-library-header p {
        max-width: 420px;
        font-size: 16px;
        line-height: 1.55;
      }

      #ap-library-section .ap-library-header sup {
        font-size: 9px;
      }

      #ap-library-section .ap-carousel-stack {
        gap: 14px;
      }

      #ap-library-section .ap-carousel-row {
        --gap: 14px;
      }

      #ap-library-section .ap-carousel-row:nth-child(3) {
        display: flex;
      }

      #ap-library-section .ap-carousel-track {
        animation-duration: 56s;
      }

      #ap-library-section .ap-carousel-row:nth-child(2) .ap-carousel-track {
        animation-duration: 62s;
        animation-delay: -18s;
      }

      #ap-library-section .ap-carousel-row:nth-child(3) .ap-carousel-track {
        animation-duration: 68s;
        animation-delay: -30s;
      }

      #ap-library-section .ap-tile {
        width: clamp(176px, 58vw, 230px);
        border-radius: 8px;
      }
    }

    @media (max-width: 390px) {
      #ap-library-section .ap-library-header {
        padding: 0 16px;
      }

      #ap-library-section .ap-library-header h2 {
        font-size: 25px;
      }

      #ap-library-section .ap-library-header p {
        font-size: 15px;
      }

      #ap-library-section .ap-carousel-row {
        --gap: 12px;
      }

      #ap-library-section .ap-tile {
        width: clamp(168px, 62vw, 210px);
      }
    }


/* section-09-tv-made */
#ap-tv-made-isolated,
    #ap-tv-made-isolated *,
    #ap-tv-made-isolated *::before,
    #ap-tv-made-isolated *::after {
      box-sizing: border-box !important;
    }

    #ap-tv-made-isolated {
      all: initial;
      display: block !important;
      width: 100% !important;
      max-width: 100% !important;
      overflow: hidden !important;
      background: #0c0c0e !important;
      color: #ffffff !important;
      font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif !important;
      padding: 24px 20px 44px !important;
      isolation: isolate !important;
    }

    #ap-tv-made-isolated h2,
    #ap-tv-made-isolated h3,
    #ap-tv-made-isolated p,
    #ap-tv-made-isolated button {
      font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif !important;
      margin: 0 !important;
      padding: 0 !important;
      color: inherit !important;
      text-transform: none !important;
      letter-spacing: 0 !important;
    }

    #ap-tv-made-isolated img {
      border: 0 !important;
      box-shadow: none !important;
      max-width: 100% !important;
      height: auto !important;
    }

    #ap-tv-made-isolated .ap-tv-made-inner {
      width: 100% !important;
      max-width: 1225px !important;
      margin: 0 auto !important;
      overflow: hidden !important;
    }

    #ap-tv-made-isolated .ap-tv-made-title {
      text-align: center !important;
      font-size: 32px !important;
      line-height: 1.2 !important;
      font-weight: 800 !important;
      color: #ffffff !important;
      margin: 0 0 48px !important;
    }

    #ap-tv-made-isolated .ap-tv-grid {
      display: grid !important;
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
      gap: 16px !important;
      align-items: stretch !important;
      width: 100% !important;
      max-width: 100% !important;
    }

    #ap-tv-made-isolated .ap-tv-card {
      width: 100% !important;
      max-width: 100% !important;
      min-width: 0 !important;
      min-height: 330px !important;
      height: 100% !important;
      background: #171719 !important;
      border-radius: 8px !important;
      padding: 28px 24px 32px !important;
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
      text-align: center !important;
      overflow: hidden !important;
      border: 0 !important;
      box-shadow: none !important;
    }

    #ap-tv-made-isolated .ap-card-visual {
      width: 100% !important;
      max-width: 100% !important;
      height: 205px !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      margin-bottom: 20px !important;
      position: relative !important;
      overflow: hidden !important;
    }

    #ap-tv-made-isolated .ap-support-faces {
      position: relative !important;
      width: min(265px, 100%) !important;
      aspect-ratio: 265 / 195 !important;
      height: auto !important;
      margin: 0 auto !important;
    }

    #ap-tv-made-isolated .ap-face {
      position: absolute !important;
      width: 28.7% !important;
      aspect-ratio: 1 / 1 !important;
      height: auto !important;
      border-radius: 50% !important;
      overflow: hidden !important;
      background: #222222 !important;
      display: block !important;
    }

    #ap-tv-made-isolated .ap-face img {
      width: 100% !important;
      height: 100% !important;
      display: block !important;
      object-fit: cover !important;
      border-radius: 50% !important;
      max-width: none !important;
    }

    #ap-tv-made-isolated .ap-face-1 {
      left: 2.3% !important;
      top: 2% !important;
    }

    #ap-tv-made-isolated .ap-face-2 {
      right: 3% !important;
      top: 11.3% !important;
    }

    #ap-tv-made-isolated .ap-face-3 {
      left: 23.4% !important;
      top: 48.2% !important;
    }

    #ap-tv-made-isolated .ap-face-4 {
      right: 18.9% !important;
      top: 51.3% !important;
    }

    #ap-tv-made-isolated .ap-feature-image {
      display: block !important;
      width: auto !important;
      max-width: 100% !important;
      max-height: 178px !important;
      object-fit: contain !important;
    }

    #ap-tv-made-isolated .ap-tv-card h3 {
      font-size: 16px !important;
      line-height: 1.25 !important;
      font-weight: 800 !important;
      color: #ffffff !important;
      margin: 0 0 10px !important;
      overflow-wrap: anywhere !important;
    }

    #ap-tv-made-isolated .ap-tv-card p {
      max-width: 290px !important;
      font-size: 13px !important;
      line-height: 1.55 !important;
      font-weight: 500 !important;
      color: #ffffff !important;
      margin: 0 auto !important;
      overflow-wrap: anywhere !important;
    }

    #ap-tv-made-isolated .ap-tv-carousel {
      display: none !important;
      position: relative !important;
      width: 100% !important;
      max-width: 100% !important;
      overflow: hidden !important;
    }

    @media (max-width: 980px) and (min-width: 881px) {
      #ap-tv-made-isolated .ap-tv-card {
        padding-left: 18px !important;
        padding-right: 18px !important;
      }

      #ap-tv-made-isolated .ap-tv-card h3 {
        font-size: 15px !important;
      }
    }

    @media (max-width: 880px) {
      #ap-tv-made-isolated {
        padding: 24px 16px 36px !important;
      }

      #ap-tv-made-isolated .ap-tv-made-title {
        font-size: 30px !important;
        margin-bottom: 28px !important;
      }

      #ap-tv-made-isolated .ap-tv-grid {
        display: none !important;
      }

      #ap-tv-made-isolated .ap-tv-carousel {
        display: block !important;
      }

      #ap-tv-made-isolated .ap-tv-viewport {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
      }

      #ap-tv-made-isolated .ap-tv-track {
        display: flex !important;
        align-items: stretch !important;
        width: 100% !important;
        max-width: 100% !important;
        transition: transform .45s cubic-bezier(.4, 0, .2, 1) !important;
        will-change: transform !important;
      }

      #ap-tv-made-isolated .ap-tv-slide {
        flex: 0 0 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        padding: 0 4px !important;
        display: flex !important;
      }

      #ap-tv-made-isolated .ap-tv-slide .ap-tv-card {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 350px !important;
      }

      #ap-tv-made-isolated .ap-tv-arrow {
        all: unset;
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 42px !important;
        height: 42px !important;
        border-radius: 50% !important;
        background: #ffffff !important;
        color: #000000 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        z-index: 5 !important;
        box-shadow: none !important;
        -webkit-tap-highlight-color: transparent !important;
      }

      #ap-tv-made-isolated .ap-tv-arrow svg {
        width: 18px !important;
        height: 18px !important;
        stroke: currentColor !important;
      }

      #ap-tv-made-isolated .ap-tv-arrow.prev {
        left: 2px !important;
      }

      #ap-tv-made-isolated .ap-tv-arrow.next {
        right: 2px !important;
      }

      #ap-tv-made-isolated .ap-tv-arrow.hidden {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
      }

      #ap-tv-made-isolated .ap-tv-progress {
        position: relative !important;
        width: min(190px, 58vw) !important;
        height: 2px !important;
        margin: 22px auto 0 !important;
        background: rgba(255,255,255,0.22) !important;
        overflow: hidden !important;
      }

      #ap-tv-made-isolated .ap-tv-progress-fill {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        height: 100% !important;
        width: calc(100% / 3) !important;
        background: #ffffff !important;
        transform: translateX(0);
        transition: transform .35s cubic-bezier(.4, 0, .2, 1) !important;
      }
    }

    @media (max-width: 520px) {
      #ap-tv-made-isolated {
        padding: 28px 14px 34px !important;
      }

      #ap-tv-made-isolated .ap-tv-made-title {
        font-size: 28px !important;
        margin-bottom: 24px !important;
      }

      #ap-tv-made-isolated .ap-tv-card {
        min-height: 365px !important;
        padding: 26px 18px 30px !important;
      }

      #ap-tv-made-isolated .ap-card-visual {
        height: 205px !important;
        margin-bottom: 18px !important;
      }

      #ap-tv-made-isolated .ap-support-faces {
        width: min(270px, 100%) !important;
      }

      #ap-tv-made-isolated .ap-feature-image {
        max-height: 176px !important;
      }

      #ap-tv-made-isolated .ap-tv-card h3 {
        font-size: 18px !important;
        margin-bottom: 11px !important;
      }

      #ap-tv-made-isolated .ap-tv-card p {
        max-width: 300px !important;
        font-size: 15px !important;
        line-height: 1.55 !important;
      }
    }

    @media (max-width: 360px) {
      #ap-tv-made-isolated {
        padding-left: 12px !important;
        padding-right: 12px !important;
      }

      #ap-tv-made-isolated .ap-tv-card {
        padding-left: 16px !important;
        padding-right: 16px !important;
      }

      #ap-tv-made-isolated .ap-tv-made-title {
        font-size: 25px !important;
      }

      #ap-tv-made-isolated .ap-tv-card h3 {
        font-size: 17px !important;
      }

      #ap-tv-made-isolated .ap-tv-card p {
        font-size: 14px !important;
      }

      #ap-tv-made-isolated .ap-tv-arrow {
        width: 38px !important;
        height: 38px !important;
      }
    }


/* section-10-devices */
#ap-devices-section,
    #ap-devices-section *,
    #ap-devices-section *::before,
    #ap-devices-section *::after {
      box-sizing: border-box;
    }

    #ap-devices-section {
      display: block;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      background: #ffffff;
      color: #111111;
      font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
      padding: 58px 20px 64px;
      isolation: isolate;
    }

    #ap-devices-section * {
      margin: 0;
      padding: 0;
    }

    #ap-devices-section .ap-devices-inner {
      width: 100%;
      max-width: 1180px;
      margin: 0 auto;
      overflow: hidden;
    }

    #ap-devices-section .ap-devices-header {
      width: 100%;
      max-width: 760px;
      margin: 0 auto 36px;
      text-align: center;
    }

    #ap-devices-section .ap-devices-header h2 {
      color: #111111;
      font-size: 36px;
      line-height: 1.15;
      font-weight: 800;
      letter-spacing: 0;
      margin: 0 0 14px;
    }

    #ap-devices-section .ap-devices-header p {
      color: #555b66;
      font-size: 16px;
      line-height: 1.6;
      font-weight: 500;
      margin: 0;
    }

    #ap-devices-section .ap-devices-grid {
      width: 100%;
      max-width: 100%;
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 14px;
      overflow: hidden;
    }

    #ap-devices-section .ap-device-card {
      width: 100%;
      max-width: 100%;
      min-width: 0;
      min-height: 86px;
      border-radius: 10px;
      background: #ffffff;
      border: 1px solid #e7e7e7;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 12px;
      overflow: hidden;
    }

    #ap-devices-section .ap-device-card img {
      display: block;
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 54px;
      object-fit: contain;
      border: 0;
    }

    #ap-devices-section .ap-devices-toggle-wrap {
      display: none;
      justify-content: center;
      margin-top: 22px;
    }

    #ap-devices-section .ap-devices-toggle {
      appearance: none;
      border: 0;
      background: transparent;
      color: #1a6dff;
      font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 1.2;
      font-weight: 800;
      text-decoration: underline;
      cursor: pointer;
      padding: 8px 10px;
    }

    #ap-devices-section .ap-devices-note {
      max-width: 720px;
      margin: 28px auto 0;
      color: #555b66;
      font-size: 15px;
      line-height: 1.6;
      font-weight: 600;
      text-align: center;
    }

    @media (max-width: 1024px) {
      #ap-devices-section .ap-devices-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }
    }

    @media (max-width: 760px) {
      #ap-devices-section {
        padding: 42px 14px 48px;
      }

      #ap-devices-section .ap-devices-header {
        margin-bottom: 26px;
      }

      #ap-devices-section .ap-devices-header h2 {
        font-size: 30px;
        line-height: 1.18;
      }

      #ap-devices-section .ap-devices-header p {
        font-size: 16px;
        line-height: 1.55;
      }

      #ap-devices-section .ap-devices-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
      }

      #ap-devices-section .ap-device-card {
        min-height: 96px;
        padding: 12px 10px;
        border-radius: 9px;
      }

      #ap-devices-section .ap-device-card img {
        max-height: 66px;
      }

      #ap-devices-section.is-collapsed .ap-device-extra {
        display: none;
      }

      #ap-devices-section .ap-devices-toggle-wrap {
        display: flex;
      }

      #ap-devices-section .ap-devices-note {
        margin-top: 22px;
        font-size: 15px;
      }
    }

    @media (max-width: 380px) {
      #ap-devices-section {
        padding-left: 10px;
        padding-right: 10px;
      }

      #ap-devices-section .ap-devices-header h2 {
        font-size: 27px;
      }

      #ap-devices-section .ap-devices-header p {
        font-size: 15px;
      }

      #ap-devices-section .ap-devices-grid {
        gap: 8px;
      }

      #ap-devices-section .ap-device-card {
        min-height: 88px;
        padding: 10px 8px;
      }

      #ap-devices-section .ap-device-card img {
        max-height: 58px;
      }
    }


/* section-11-social-proof */
#ap-social-proof-section,
    #ap-social-proof-section *,
    #ap-social-proof-section *::before,
    #ap-social-proof-section *::after {
      box-sizing: border-box;
    }

    #ap-social-proof-section {
      display: block;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      background: #0c0c0e;
      color: #ffffff;
      font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
      padding: 58px 20px 62px;
      isolation: isolate;
    }

    #ap-social-proof-section * {
      margin: 0;
      padding: 0;
    }

    #ap-social-proof-section .ap-social-inner {
      width: 100%;
      max-width: 1180px;
      margin: 0 auto;
      overflow: hidden;
    }

    #ap-social-proof-section .ap-social-title {
      color: #ffffff;
      text-align: center;
      font-size: 32px;
      line-height: 1.18;
      font-weight: 800;
      letter-spacing: 0;
      margin: 0 0 56px;
    }

    #ap-social-proof-section .ap-social-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 18px;
      width: 100%;
      max-width: 100%;
    }

    #ap-social-proof-section .ap-social-card {
      position: relative;
      width: 100%;
      min-width: 0;
      min-height: 178px;
      background: #171719;
      border-radius: 9px;
      padding: 34px 18px 24px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      text-align: center;
      overflow: visible;
    }

    #ap-social-proof-section .ap-social-logo-wrap {
      position: absolute;
      top: -28px;
      left: 50%;
      transform: translateX(-50%);
      width: 58px;
      height: 58px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: visible;
    }

    #ap-social-proof-section .ap-social-logo {
      display: block;
      width: auto;
      max-width: 58px;
      max-height: 58px;
      height: auto;
      object-fit: contain;
      border: 0;
    }

    #ap-social-proof-section .ap-social-name {
      color: #ffffff;
      font-size: 17px;
      line-height: 1.2;
      font-weight: 700;
      margin: 0 0 18px;
      overflow-wrap: anywhere;
    }

    #ap-social-proof-section .ap-social-quote {
      color: #ffffff;
      font-size: 13px;
      line-height: 1.55;
      font-weight: 700;
      max-width: 180px;
      margin: 0 auto;
      overflow-wrap: anywhere;
    }

    #ap-social-proof-section .ap-social-quote a {
      color: #1d9bf0;
      text-decoration: underline;
    }

    #ap-social-proof-section .ap-social-mobile {
      display: none;
    }

    @media (max-width: 1120px) {
      #ap-social-proof-section .ap-social-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 38px 18px;
      }

      #ap-social-proof-section .ap-social-card {
        min-height: 170px;
      }

      #ap-social-proof-section .ap-social-quote {
        max-width: 260px;
      }
    }

    @media (max-width: 760px) {
      #ap-social-proof-section {
        padding: 42px 14px 48px;
      }

      #ap-social-proof-section .ap-social-title {
        font-size: 25px;
        line-height: 1.22;
        max-width: 330px;
        margin: 0 auto 34px;
      }

      #ap-social-proof-section .ap-social-grid {
        display: none;
      }

      #ap-social-proof-section .ap-social-mobile {
        display: block;
        position: relative;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
      }

      #ap-social-proof-section .ap-social-viewport {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
      }

      #ap-social-proof-section .ap-social-track {
        display: flex;
        align-items: stretch;
        width: 100%;
        max-width: 100%;
        transition: transform .42s cubic-bezier(.4, 0, .2, 1);
        will-change: transform;
      }

      #ap-social-proof-section .ap-social-slide {
        flex: 0 0 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 28px 44px 0;
        display: flex;
        justify-content: center;
      }

      #ap-social-proof-section .ap-social-slide .ap-social-card {
        width: 100%;
        max-width: 360px;
        min-height: 190px;
        padding: 38px 22px 28px;
      }

      #ap-social-proof-section .ap-social-slide .ap-social-logo-wrap {
        width: 64px;
        height: 64px;
        top: -30px;
      }

      #ap-social-proof-section .ap-social-slide .ap-social-logo {
        max-width: 64px;
        max-height: 64px;
      }

      #ap-social-proof-section .ap-social-name {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 16px;
      }

      #ap-social-proof-section .ap-social-quote {
        max-width: 270px;
        font-size: 14px;
        line-height: 1.55;
      }

      #ap-social-proof-section .ap-social-arrow {
        appearance: none;
        border: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-36%);
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: #ffffff;
        color: #111111;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 5;
        -webkit-tap-highlight-color: transparent;
      }

      #ap-social-proof-section .ap-social-arrow svg {
        width: 18px;
        height: 18px;
        stroke: currentColor;
      }

      #ap-social-proof-section .ap-social-arrow.prev {
        left: 0;
      }

      #ap-social-proof-section .ap-social-arrow.next {
        right: 0;
      }

      #ap-social-proof-section .ap-social-arrow.hidden {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
      }

      #ap-social-proof-section .ap-social-progress {
        position: relative;
        width: min(170px, 54vw);
        height: 3px;
        margin: 24px auto 0;
        background: rgba(255,255,255,0.22);
        overflow: hidden;
      }

      #ap-social-proof-section .ap-social-progress-fill {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: calc(100% / 5);
        background: #ffffff;
        transform: translateX(0);
        transition: transform .35s cubic-bezier(.4, 0, .2, 1);
      }
    }

    @media (max-width: 380px) {
      #ap-social-proof-section {
        padding-left: 10px;
        padding-right: 10px;
      }

      #ap-social-proof-section .ap-social-title {
        font-size: 23px;
      }

      #ap-social-proof-section .ap-social-slide {
        padding-left: 34px;
        padding-right: 34px;
      }

      #ap-social-proof-section .ap-social-slide .ap-social-card {
        min-height: 184px;
        padding-left: 18px;
        padding-right: 18px;
      }

      #ap-social-proof-section .ap-social-name {
        font-size: 17px;
      }

      #ap-social-proof-section .ap-social-quote {
        font-size: 13px;
      }

      #ap-social-proof-section .ap-social-arrow {
        width: 34px;
        height: 34px;
      }
    }


/* section-12-faq */
#ap-faq-section,
    #ap-faq-section *,
    #ap-faq-section *::before,
    #ap-faq-section *::after {
      box-sizing: border-box;
    }

    #ap-faq-section {
      display: block;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      background: #ffffff;
      color: #111111;
      font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
      padding: 42px 16px 64px;
      isolation: isolate;
    }

    #ap-faq-section * {
      margin: 0;
      padding: 0;
    }

    #ap-faq-section .ap-faq-inner {
      width: 100%;
      max-width: 1120px;
      margin: 0 auto;
    }

    #ap-faq-section .ap-faq-header {
      text-align: center;
      margin-bottom: 26px;
    }

    #ap-faq-section .ap-faq-header h2 {
      color: #111111;
      font-size: 22px;
      line-height: 1.2;
      font-weight: 800;
      margin-bottom: 6px;
    }

    #ap-faq-section .ap-faq-header h3 {
      color: #111111;
      font-size: 26px;
      line-height: 1.18;
      font-weight: 900;
      margin-bottom: 28px;
    }

    #ap-faq-section .ap-faq-contact {
      color: #222222;
      font-size: 13px;
      line-height: 1.5;
      font-weight: 500;
    }

    #ap-faq-section .ap-faq-contact a {
      color: #1a6dff;
      text-decoration: underline;
      font-weight: 700;
    }

    #ap-faq-section .ap-faq-contact-links {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
      flex-wrap: wrap;
      margin-top: 5px;
    }

    #ap-faq-section .ap-faq-contact-links span {
      color: #777777;
    }

    #ap-faq-section .ap-live-chat {
      position: relative;
      width: min(620px, 100%);
      min-height: 188px;
      margin: 22px auto 34px;
      overflow: hidden;
      border-radius: 4px;
      background-color: #050505;
      background-image:
        linear-gradient(90deg, #050505 0%, rgba(5,5,5,0.96) 20%, rgba(5,5,5,0.45) 55%, #050505 100%),
        url("https://tv.alisonprime.co/wp-content/uploads/2026/06/overl.webp");
      background-size: cover;
      background-position: center;
      display: flex;
      align-items: center;
      padding: 28px 34px;
    }

    #ap-faq-section .ap-live-chat-content {
      position: relative;
      z-index: 2;
      width: 48%;
      min-width: 230px;
    }

    #ap-faq-section .ap-live-chat h4 {
      color: #ffffff;
      font-size: 22px;
      line-height: 1.15;
      font-weight: 900;
      margin-bottom: 18px;
    }

    #ap-faq-section .ap-live-chat-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 38px;
      padding: 0 18px;
      border: 1px solid rgba(0, 189, 255, 0.9);
      background: rgba(0, 136, 204, 0.22);
      color: #33c7ff;
      font-size: 11px;
      line-height: 1.2;
      font-weight: 900;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: .2px;
    }

    #ap-faq-section .ap-support-faces {
      position: absolute;
      right: 30px;
      top: 50%;
      transform: translateY(-50%);
      width: 285px;
      height: 150px;
      z-index: 2;
    }

    #ap-faq-section .ap-face {
      position: absolute;
      display: block;
      overflow: hidden;
      border-radius: 50%;
      background: #222222;
      border: 2px solid rgba(255,255,255,0.28);
      box-shadow: 0 10px 24px rgba(0,0,0,0.35);
    }

    #ap-faq-section .ap-face img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border: 0;
    }

    #ap-faq-section .ap-face-main {
      width: 96px;
      height: 96px;
      left: 92px;
      top: 28px;
      border-width: 3px;
    }

    #ap-faq-section .ap-face-1 {
      width: 58px;
      height: 58px;
      left: 18px;
      top: 10px;
    }

    #ap-faq-section .ap-face-2 {
      width: 56px;
      height: 56px;
      right: 16px;
      top: 2px;
    }

    #ap-faq-section .ap-face-3 {
      width: 44px;
      height: 44px;
      left: 54px;
      bottom: 2px;
    }

    #ap-faq-section .ap-faq-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
      gap: 44px;
      align-items: start;
    }

    #ap-faq-section .ap-featured-faqs {
      width: 100%;
      min-width: 0;
      border-radius: 6px;
      overflow: hidden;
      background: #e9e9e9;
    }

    #ap-faq-section .ap-featured-card {
      padding: 28px 30px;
      background: #e9e9e9;
      border-bottom: 1px solid #ffffff;
    }

    #ap-faq-section .ap-featured-card:last-child {
      border-bottom: 0;
    }

    #ap-faq-section .ap-featured-card h4 {
      color: #111111;
      font-size: 17px;
      line-height: 1.28;
      font-weight: 900;
      margin-bottom: 14px;
    }

    #ap-faq-section .ap-featured-card p {
      color: #111111;
      font-size: 13px;
      line-height: 1.6;
      font-weight: 500;
      margin-bottom: 12px;
    }

    #ap-faq-section .ap-featured-card p:last-child {
      margin-bottom: 0;
    }

    #ap-faq-section .ap-show-more {
      display: inline-flex;
      margin-top: 8px;
      color: #1a6dff;
      background: transparent;
      border: 0;
      font-family: inherit;
      font-size: 12px;
      line-height: 1.2;
      font-weight: 900;
      text-transform: uppercase;
      cursor: pointer;
    }

    #ap-faq-section .ap-extra-answer {
      display: none;
    }

    #ap-faq-section .ap-featured-card.is-open .ap-extra-answer {
      display: block;
    }

    #ap-faq-section .ap-accordion-list {
      width: 100%;
      min-width: 0;
    }

    #ap-faq-section .ap-faq-group {
      border-top: 2px solid #111111;
    }

    #ap-faq-section .ap-faq-group:last-child {
      border-bottom: 2px solid #111111;
    }

    #ap-faq-section .ap-faq-group summary {
      list-style: none;
      cursor: pointer;
      min-height: 58px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      color: #111111;
      font-size: 14px;
      line-height: 1.25;
      font-weight: 900;
      padding: 0 0;
    }

    #ap-faq-section .ap-faq-group summary::-webkit-details-marker {
      display: none;
    }

    #ap-faq-section .ap-faq-group summary::after {
      content: "+";
      flex: 0 0 auto;
      color: #111111;
      font-size: 24px;
      line-height: 1;
      font-weight: 400;
    }

    #ap-faq-section .ap-faq-group[open] summary::after {
      content: "-";
    }

    #ap-faq-section .ap-faq-group-content {
      padding: 0 0 22px;
    }

    #ap-faq-section .ap-faq-item {
      margin-bottom: 18px;
    }

    #ap-faq-section .ap-faq-item:last-child {
      margin-bottom: 0;
    }

    #ap-faq-section .ap-faq-item h5 {
      color: #111111;
      font-size: 14px;
      line-height: 1.35;
      font-weight: 900;
      margin-bottom: 7px;
    }

    #ap-faq-section .ap-faq-item p,
    #ap-faq-section .ap-faq-item li {
      color: #222222;
      font-size: 13px;
      line-height: 1.6;
      font-weight: 500;
    }

    #ap-faq-section .ap-faq-item ul {
      margin: 8px 0 0 18px;
      padding: 0;
    }

    @media (max-width: 900px) {
      #ap-faq-section .ap-faq-layout {
        gap: 28px;
      }

      #ap-faq-section .ap-live-chat {
        min-height: 176px;
      }
    }

    @media (max-width: 760px) {
      #ap-faq-section {
        padding: 34px 10px 46px;
      }

      #ap-faq-section .ap-faq-header h2 {
        font-size: 18px;
      }

      #ap-faq-section .ap-faq-header h3 {
        font-size: 23px;
        margin-bottom: 24px;
      }

      #ap-faq-section .ap-faq-contact {
        font-size: 12px;
      }

      #ap-faq-section .ap-live-chat {
        width: 100%;
        min-height: 136px;
        margin: 18px auto 28px;
        padding: 18px 16px;
        border-radius: 4px;
      }

      #ap-faq-section .ap-live-chat-content {
        width: 56%;
        min-width: 0;
      }

      #ap-faq-section .ap-live-chat h4 {
        font-size: 17px;
        line-height: 1.15;
        margin-bottom: 12px;
      }

      #ap-faq-section .ap-live-chat-button {
        min-height: 32px;
        padding: 0 12px;
        font-size: 9px;
      }

      #ap-faq-section .ap-support-faces {
        right: 0;
        width: 178px;
        height: 108px;
      }

      #ap-faq-section .ap-face-main {
        width: 68px;
        height: 68px;
        left: 60px;
        top: 22px;
      }

      #ap-faq-section .ap-face-1 {
        width: 42px;
        height: 42px;
        left: 6px;
        top: 6px;
      }

      #ap-faq-section .ap-face-2 {
        width: 40px;
        height: 40px;
        right: 8px;
        top: 0;
      }

      #ap-faq-section .ap-face-3 {
        width: 34px;
        height: 34px;
        left: 36px;
        bottom: 2px;
      }

      #ap-faq-section .ap-faq-layout {
        grid-template-columns: 1fr;
        gap: 22px;
      }

      #ap-faq-section .ap-featured-card {
        padding: 24px 20px;
      }

      #ap-faq-section .ap-featured-card h4 {
        font-size: 16px;
      }

      #ap-faq-section .ap-featured-card p {
        font-size: 13px;
      }

      #ap-faq-section .ap-faq-group summary {
        min-height: 54px;
        font-size: 13px;
      }
    }

    @media (max-width: 380px) {
      #ap-faq-section .ap-live-chat h4 {
        font-size: 15px;
      }

      #ap-faq-section .ap-support-faces {
        right: -12px;
        transform: translateY(-50%) scale(.92);
      }
    }


/* section-13-footer */
#ap-footer,
    #ap-footer *,
    #ap-footer *::before,
    #ap-footer *::after {
      box-sizing: border-box;
    }

    #ap-footer {
      display: block;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      background: #000000;
      color: #ffffff;
      font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
      padding: 58px 20px 34px;
      isolation: isolate;
    }

    #ap-footer * {
      margin: 0;
      padding: 0;
    }

    #ap-footer .ap-footer-inner {
      width: 100%;
      max-width: 1180px;
      margin: 0 auto;
      overflow: hidden;
    }

    #ap-footer .ap-footer-top {
      display: grid;
      grid-template-columns: minmax(0, 1.25fr) minmax(0, .9fr) minmax(0, .9fr);
      gap: 44px;
      align-items: start;
      padding-bottom: 48px;
      border-bottom: 1px solid rgba(255,255,255,0.16);
    }

    #ap-footer .ap-footer-brand {
      min-width: 0;
    }

    #ap-footer .ap-footer-logo-link {
      display: inline-flex;
      align-items: center;
      max-width: 220px;
      margin-bottom: 18px;
      text-decoration: none;
    }

    #ap-footer .ap-footer-logo-img {
      display: block;
      width: auto;
      max-width: 210px;
      height: auto;
      max-height: 52px;
      object-fit: contain;
    }

    #ap-footer .ap-footer-copy {
      max-width: 430px;
      color: #c6c8cc;
      font-size: 14px;
      line-height: 1.65;
      font-weight: 500;
      margin-bottom: 18px;
    }

    #ap-footer .ap-footer-contact {
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin-bottom: 24px;
    }

    #ap-footer .ap-footer-contact a {
      width: fit-content;
      max-width: 100%;
      color: #d6d8dc;
      font-size: 13px;
      line-height: 1.35;
      font-weight: 500;
      text-decoration: none;
      overflow-wrap: anywhere;
    }

    #ap-footer .ap-footer-contact a:hover {
      color: #ffffff;
      text-decoration: underline;
    }

    #ap-footer .ap-footer-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 0 24px;
      border-radius: 6px;
      background: #1a6dff;
      color: #ffffff;
      font-size: 14px;
      line-height: 1.2;
      font-weight: 800;
      text-decoration: none;
      transition: background .2s ease, transform .2s ease;
    }

    #ap-footer .ap-footer-cta:hover {
      background: #3a82ff;
      transform: translateY(-2px);
    }

    #ap-footer .ap-footer-col {
      min-width: 0;
    }

    #ap-footer .ap-footer-col h3 {
      color: #ffffff;
      font-size: 14px;
      line-height: 1.2;
      font-weight: 600;
      margin-bottom: 14px;
    }

    #ap-footer .ap-footer-links {
      list-style: none;
      display: flex;
      flex-direction: column;
    }

    #ap-footer .ap-footer-links li {
      border-bottom: 1px solid rgba(255,255,255,0.16);
    }

    #ap-footer .ap-footer-links li:first-child {
      border-top: 1px solid rgba(255,255,255,0.16);
    }

    #ap-footer .ap-footer-links a {
      display: block;
      color: #d6d8dc;
      font-size: 13px;
      line-height: 1.35;
      font-weight: 500;
      text-decoration: none;
      overflow-wrap: anywhere;
      padding: 12px 0;
    }

    #ap-footer .ap-footer-links a:hover {
      color: #ffffff;
      text-decoration: underline;
    }

    #ap-footer .ap-footer-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding-top: 24px;
    }

    #ap-footer .ap-footer-copyright {
      color: #c6c8cc;
      font-size: 13px;
      line-height: 1.5;
      font-weight: 500;
    }

    #ap-footer .ap-footer-bottom-links {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 0;
      flex-wrap: wrap;
    }

    #ap-footer .ap-footer-bottom-links a {
      color: #c6c8cc;
      font-size: 13px;
      line-height: 1.4;
      font-weight: 500;
      text-decoration: none;
      padding: 0 12px;
      border-right: 1px solid rgba(255,255,255,0.22);
    }

    #ap-footer .ap-footer-bottom-links a:first-child {
      padding-left: 0;
    }

    #ap-footer .ap-footer-bottom-links a:last-child {
      padding-right: 0;
      border-right: 0;
    }

    #ap-footer .ap-footer-bottom-links a:hover {
      color: #ffffff;
      text-decoration: underline;
    }

    @media (max-width: 980px) {
      #ap-footer .ap-footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 34px 28px;
      }

      #ap-footer .ap-footer-brand {
        grid-column: 1 / -1;
      }
    }

    @media (max-width: 640px) {
      #ap-footer {
        padding: 44px 16px 30px;
      }

      #ap-footer .ap-footer-top {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-bottom: 34px;
      }

      #ap-footer .ap-footer-logo-link {
        max-width: 190px;
        margin-bottom: 16px;
      }

      #ap-footer .ap-footer-logo-img {
        max-width: 185px;
        max-height: 48px;
      }

      #ap-footer .ap-footer-copy {
        font-size: 14px;
      }

      #ap-footer .ap-footer-contact {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px 16px;
      }

      #ap-footer .ap-footer-col h3 {
        margin-bottom: 12px;
      }

      #ap-footer .ap-footer-links {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0 18px;
        border-top: 1px solid rgba(255,255,255,0.16);
        border-bottom: 1px solid rgba(255,255,255,0.16);
        padding: 8px 0;
      }

      #ap-footer .ap-footer-links li,
      #ap-footer .ap-footer-links li:first-child {
        border: 0;
      }

      #ap-footer .ap-footer-links a {
        font-size: 14px;
        padding: 7px 0;
        white-space: nowrap;
      }

      #ap-footer .ap-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
      }

      #ap-footer .ap-footer-bottom-links {
        justify-content: flex-start;
        row-gap: 8px;
      }
    }

    @media (max-width: 380px) {
      #ap-footer {
        padding-left: 14px;
        padding-right: 14px;
      }

      #ap-footer .ap-footer-cta {
        width: 100%;
      }

      #ap-footer .ap-footer-links {
        gap: 0 14px;
      }
    }

/* mobile sports peek without changing hero */
@media (max-width: 768px) {
  #ap-sports-promo {
    margin-top: -118px;
    position: relative;
    z-index: 20;
  }
}

@media (max-width: 430px) {
  #ap-sports-promo {
    margin-top: -132px;
  }
}

/* unified homepage heading font */
#ap-pricing .pricing-heading h2,
#ap-sports-promo .promo-text,
#ap-features h1,
#ap-features h2,
#ap-features h3,
#ap-sports-features h1,
#ap-sports-features h2,
#ap-sports-features h3,
#ap-library h1,
#ap-library h2,
#ap-library h3,
#ap-tv-made h1,
#ap-tv-made h2,
#ap-tv-made h3,
#ap-devices-section h1,
#ap-devices-section h2,
#ap-devices-section h3,
#ap-social-proof h1,
#ap-social-proof h2,
#ap-social-proof h3,
#ap-faq-section h1,
#ap-faq-section h2,
#ap-faq-section h3,
#ap-footer h1,
#ap-footer h2,
#ap-footer h3 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

/* exact missed homepage heading font override */
#sora-channel-carousel-01X .sora-channel-title,
#ap-library-section .ap-library-header h2,
#ap-tv-made-isolated .ap-tv-made-title,
#ap-social-proof-section .ap-social-title {
  font-family: Georgia, "Times New Roman", serif !important;
  letter-spacing: 0 !important;
}

