.features-page {
      --fp-blue: #3d7cff;
      --fp-cyan: #54ddff;
      --fp-violet: #9b67ff;
      --fp-pink: #ff5ea8;
      --fp-card: rgba(13, 19, 42, .76);
      --fp-line: rgba(255, 255, 255, .12);
      padding-top: 78px;
      background: #050712;
    }
    .features-page .fp-container { width: min(1220px, calc(100% - 40px)); margin-inline: auto; }
    .features-page .fp-section { position: relative; overflow: hidden; padding: 116px 0; }
    .features-page .fp-kicker {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      color: #86dfff;
      font-size: 11px;
      font-weight: 850;
      letter-spacing: 1.8px;
      text-transform: uppercase;
    }
    .features-page .fp-kicker::before {
      content: "";
      width: 26px;
      height: 1px;
      background: linear-gradient(90deg, transparent, currentColor);
    }
    .features-page .fp-heading { max-width: 760px; margin-bottom: 52px; }
    .features-page .fp-heading.center { margin-right: auto; margin-left: auto; text-align: center; }
    .features-page .fp-heading.center .fp-kicker { justify-content: center; }
    .features-page .fp-heading h2 {
      margin: 13px 0 17px;
      font-size: clamp(38px, 5vw, 62px);
      line-height: 1.02;
      letter-spacing: -3.3px;
    }
    .features-page .fp-heading p { margin: 0; color: #98a5c3; font-size: 16px; line-height: 1.75; }
    .features-page .fp-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 56px;
      padding: 0 27px;
      border: 1px solid transparent;
      border-radius: 14px;
      font-size: 14px;
      font-weight: 800;
      transition: transform .25s, box-shadow .25s, border-color .25s, background .25s;
    }
    .features-page .fp-button:hover { transform: translateY(-3px); }
    .features-page .fp-button svg { width: 18px; height: 18px; }
    .features-page .fp-button-primary {
      color: #fff;
      background: linear-gradient(120deg, #246cff, #7654f5 72%, #a047ec);
      box-shadow: 0 16px 44px rgba(57, 92, 255, .35), inset 0 1px rgba(255, 255, 255, .24);
    }
    .features-page .fp-button-primary:hover { box-shadow: 0 21px 54px rgba(76, 102, 255, .5); }
    .features-page .fp-button-secondary {
      color: #fff;
      border-color: rgba(255, 255, 255, .2);
      background: rgba(255, 255, 255, .06);
      backdrop-filter: blur(14px);
    }
    .features-page .fp-button-secondary:hover { border-color: rgba(255, 255, 255, .4); background: rgba(255, 255, 255, .1); }

    .fp-hero {
      position: relative;
      min-height: 790px;
      overflow: hidden;
      display: flex;
      align-items: center;
      padding: 110px 0 76px;
      isolation: isolate;
    }
    .fp-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -3;
      background:
        linear-gradient(90deg, rgba(4, 6, 16, .98) 0%, rgba(4, 6, 16, .89) 38%, rgba(4, 6, 16, .28) 72%, rgba(4, 6, 16, .72) 100%),
        linear-gradient(0deg, #050712 0%, transparent 36%),
        url("assets/images/Header Footer pages/Soiree-entre-amis-pour-supporter-equipe-favorite-2048x1152.webp") center 42%/cover;
      filter: saturate(.92) contrast(1.06);
    }
    .fp-hero::after {
      content: "";
      position: absolute;
      z-index: -2;
      width: 700px;
      height: 700px;
      right: -130px;
      top: -130px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(70, 86, 255, .25), transparent 66%);
      filter: blur(4px);
    }
    .fp-hero-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(430px, .97fr); align-items: center; gap: 45px; }
    .fp-hero-copy { position: relative; z-index: 3; }
    .fp-hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin-bottom: 22px;
      padding: 8px 13px;
      border: 1px solid rgba(109, 197, 255, .25);
      border-radius: 999px;
      color: #bfeaff;
      background: rgba(47, 125, 223, .12);
      backdrop-filter: blur(14px);
      font-size: 10px;
      font-weight: 850;
      letter-spacing: 1.3px;
      text-transform: uppercase;
    }
    .fp-hero-badge i { width: 7px; height: 7px; border-radius: 50%; background: #4bf19b; box-shadow: 0 0 16px #4bf19b; }
    .fp-hero h1 {
      max-width: 790px;
      margin: 0;
      font-size: clamp(50px, 6.3vw, 84px);
      line-height: .96;
      letter-spacing: -5.5px;
    }
    .fp-hero h1 span {
      color: transparent;
      background: linear-gradient(95deg, #fff 5%, #8edcff 52%, #aa8aff 95%);
      -webkit-background-clip: text;
      background-clip: text;
    }
    .fp-hero-copy > p { max-width: 670px; margin: 26px 0 0; color: #b4bfd7; font-size: 17px; line-height: 1.75; }
    .fp-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
    .fp-hero-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 29px; color: #929fba; font-size: 11px; }
    .fp-hero-proof span { display: flex; align-items: center; gap: 8px; }
    .fp-hero-proof svg { width: 15px; height: 15px; color: #55e09d; }
    .fp-hero-visual { position: relative; height: 545px; perspective: 1100px; }
    .fp-screen {
      position: absolute;
      inset: 33px 0 40px 18px;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, .18);
      border-radius: 29px;
      background: #0b1022;
      box-shadow: 0 45px 100px rgba(0, 0, 0, .55), 0 0 80px rgba(57, 83, 255, .12), inset 0 1px rgba(255, 255, 255, .12);
      transform: rotateY(-7deg) rotateX(2deg);
    }
    .fp-screen-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .66; }
    .fp-screen-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5, 7, 18, .97) 0%, transparent 65%), linear-gradient(90deg, rgba(5, 7, 18, .5), transparent); }
    .fp-screen-ui { position: absolute; inset: auto 30px 30px; z-index: 2; }
    .fp-screen-ui small { color: #6fd3ff; font-size: 9px; font-weight: 850; letter-spacing: 1.4px; text-transform: uppercase; }
    .fp-screen-ui h2 { margin: 6px 0 7px; font-size: 27px; letter-spacing: -1.2px; }
    .fp-screen-ui p { margin: 0; color: #9ca8c2; font-size: 11px; }
    .fp-progress { height: 3px; margin-top: 17px; overflow: hidden; border-radius: 4px; background: rgba(255, 255, 255, .15); }
    .fp-progress span { display: block; width: 68%; height: 100%; background: linear-gradient(90deg, var(--fp-blue), var(--fp-cyan)); }
    .fp-floating-card {
      position: absolute;
      z-index: 4;
      border: 1px solid rgba(255, 255, 255, .18);
      background: rgba(10, 15, 34, .78);
      box-shadow: 0 22px 55px rgba(0, 0, 0, .38);
      backdrop-filter: blur(18px);
      animation: fp-float 6s ease-in-out infinite;
    }
    .fp-live-card { top: 0; right: -14px; display: flex; align-items: center; gap: 11px; padding: 13px 16px; border-radius: 14px; }
    .fp-live-card i { width: 9px; height: 9px; border-radius: 50%; background: #ff4265; box-shadow: 0 0 16px #ff4265; }
    .fp-live-card strong, .fp-live-card small { display: block; }
    .fp-live-card strong { font-size: 11px; }.fp-live-card small { color: #7f8da9; font-size: 8px; }
    .fp-hero-visual .fp-floating-card.fp-quality-card {
      right: 18px;
      bottom: 5px;
      display: block;
      width: 245px;
      min-height: 0;
      padding: 18px;
      border-radius: 18px;
      background: linear-gradient(145deg, rgba(17, 25, 53, .92), rgba(8, 13, 30, .86));
      animation-delay: -2s;
    }
    .fp-hero-visual .fp-floating-card.fp-quality-card::before {
      content: "";
      position: absolute;
      width: 130px;
      height: 130px;
      right: -52px;
      top: -60px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(77, 147, 255, .38), transparent 68%);
      pointer-events: none;
    }
    .fp-hero-quality-head { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
    .fp-hero-quality-head strong { color: #fff; font-size: 13px; line-height: 1.2; }
    .fp-hero-quality-badge {
      flex: 0 0 auto;
      padding: 5px 7px;
      border: 1px solid rgba(107, 199, 255, .24);
      border-radius: 7px;
      color: #a9e6ff;
      background: rgba(55, 132, 237, .14);
      font-size: 7px;
      font-weight: 900;
      letter-spacing: .7px;
    }
    .fp-hero-quality-copy { position: relative; z-index: 2; margin: 9px 0 12px; color: #8f9cb6; font-size: 8px; line-height: 1.55; }
    .fp-hero-quality-levels { position: relative; z-index: 2; display: flex; gap: 5px; }
    .fp-hero-quality-levels span {
      display: inline-flex;
      align-items: center;
      min-height: 24px;
      padding: 0 7px;
      border: 1px solid rgba(255, 255, 255, .1);
      border-radius: 7px;
      color: #b8c4dc;
      background: rgba(255, 255, 255, .045);
      font-size: 7px;
      font-weight: 850;
      letter-spacing: .25px;
    }
    .fp-hero-quality-levels span:first-child { color: #fff; border-color: rgba(89, 174, 255, .34); background: linear-gradient(135deg, rgba(44, 120, 255, .28), rgba(126, 75, 232, .2)); }
    .fp-channel-card { left: -25px; bottom: 65px; display: flex; align-items: center; gap: 12px; padding: 13px 16px; border-radius: 16px; animation-delay: -4s; }
    .fp-channel-card svg { width: 26px; height: 26px; color: #6bd9ff; }
    .fp-channel-card strong, .fp-channel-card span { display: block; }
    .fp-channel-card strong { font-size: 12px; }.fp-channel-card span { color: #8693ae; font-size: 8px; }
    .fp-hero-stats {
      position: absolute;
      inset: auto 0 0;
      z-index: 5;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      border-top: 1px solid rgba(255, 255, 255, .1);
      border-bottom: 1px solid rgba(255, 255, 255, .08);
      background: rgba(5, 7, 18, .5);
      backdrop-filter: blur(18px);
    }
    .fp-hero-stats div { padding: 22px 20px; border-right: 1px solid rgba(255, 255, 255, .08); text-align: center; }
    .fp-hero-stats div:last-child { border: 0; }
    .fp-hero-stats strong, .fp-hero-stats span { display: block; }
    .fp-hero-stats strong { font-size: 21px; letter-spacing: -.5px; }
    .fp-hero-stats span { margin-top: 2px; color: #77839e; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; }

    .fp-experience { background: radial-gradient(circle at 50% 10%, rgba(57, 95, 224, .13), transparent 34%), linear-gradient(180deg, #050712, #080b1a 54%, #050712); }
    .fp-experience-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
    .fp-experience-card {
      position: relative;
      min-height: 270px;
      overflow: hidden;
      padding: 30px;
      border: 1px solid var(--fp-line);
      border-radius: 24px;
      background: linear-gradient(145deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .018));
      box-shadow: inset 0 1px rgba(255, 255, 255, .06);
      transition: transform .3s, border-color .3s, box-shadow .3s;
    }
    .fp-experience-card:hover { transform: translateY(-7px); border-color: rgba(85, 153, 255, .5); box-shadow: 0 28px 60px rgba(0, 0, 0, .3); }
    .fp-experience-card:nth-child(1), .fp-experience-card:nth-child(2) { grid-column: span 6; }
    .fp-experience-card:nth-child(n+3) { grid-column: span 3; min-height: 240px; }
    .fp-experience-card::after { content: ""; position: absolute; width: 210px; height: 210px; right: -80px; bottom: -100px; border-radius: 50%; background: radial-gradient(circle, rgba(65, 125, 255, .22), transparent 67%); }
    .fp-card-icon {
      position: relative;
      z-index: 2;
      display: grid;
      place-items: center;
      width: 52px;
      height: 52px;
      border: 1px solid rgba(106, 181, 255, .25);
      border-radius: 15px;
      color: #78cfff;
      background: linear-gradient(145deg, rgba(49, 119, 255, .22), rgba(128, 73, 244, .1));
      box-shadow: 0 12px 35px rgba(42, 94, 219, .14);
    }
    .fp-card-icon svg { width: 27px; height: 27px; }
    .fp-experience-card h3 { position: relative; z-index: 2; margin: 27px 0 9px; font-size: 22px; letter-spacing: -.8px; }
    .fp-experience-card p { position: relative; z-index: 2; max-width: 470px; margin: 0; color: #8f9bb5; font-size: 13px; line-height: 1.7; }
    .fp-experience-card .fp-card-number { position: absolute; top: 25px; right: 27px; color: rgba(255, 255, 255, .06); font-size: 70px; font-weight: 900; line-height: 1; letter-spacing: -5px; }

    .fp-sports { min-height: 760px; display: flex; align-items: center; }
    .fp-sports-bg { position: absolute; inset: 0; }
    .fp-sports-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.05); }
    .fp-sports-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 6, 16, .98) 0%, rgba(4, 6, 16, .85) 45%, rgba(4, 6, 16, .25) 80%), linear-gradient(0deg, #050712, transparent 35%, rgba(5, 7, 18, .25)); }
    .fp-sports-copy { position: relative; z-index: 2; max-width: 660px; }
    .fp-sports-copy h2 { margin: 15px 0 20px; font-size: clamp(44px, 5.5vw, 72px); line-height: 1; letter-spacing: -4px; }
    .fp-sports-copy > p { margin: 0; color: #b1bdd5; font-size: 17px; line-height: 1.8; }
    .fp-league-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 27px; }
    .fp-league-row span { padding: 7px 12px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 999px; color: #c4ccdd; background: rgba(255, 255, 255, .055); font-size: 9px; font-weight: 800; }
    .fp-sports-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 36px; }
    .fp-sports-stat { padding: 20px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 17px; background: rgba(10, 15, 34, .66); backdrop-filter: blur(16px); }
    .fp-sports-stat strong, .fp-sports-stat span { display: block; }
    .fp-sports-stat strong { color: #fff; font-size: 29px; line-height: 1; letter-spacing: -1px; }
    .fp-sports-stat span { margin-top: 7px; color: #8491ab; font-size: 9px; line-height: 1.4; text-transform: uppercase; letter-spacing: .7px; }

    .fp-library { background: radial-gradient(circle at 78% 30%, rgba(126, 63, 215, .14), transparent 30%), #050712; }
    .fp-library-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
    .fp-library-head .fp-heading { margin-bottom: 42px; }
    .fp-service-pills { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; margin-bottom: 48px; }
    .fp-service-pills span { padding: 8px 12px; border: 1px solid var(--fp-line); border-radius: 9px; color: #cad2e4; background: rgba(255, 255, 255, .045); font-size: 10px; font-weight: 800; }
    .fp-poster-stage { position: relative; }
    .fp-poster-stage::before, .fp-poster-stage::after { content: ""; position: absolute; z-index: 3; top: 0; bottom: 0; width: 90px; pointer-events: none; }
    .fp-poster-stage::before { left: 0; background: linear-gradient(90deg, #050712, transparent); }
    .fp-poster-stage::after { right: 0; background: linear-gradient(-90deg, #050712, transparent); }
    .fp-poster-row { display: grid; grid-template-columns: repeat(7, minmax(145px, 1fr)); gap: 13px; }
    .fp-poster {
      position: relative;
      overflow: hidden;
      aspect-ratio: 2 / 3;
      border: 1px solid rgba(255, 255, 255, .13);
      border-radius: 16px;
      background: #111629;
      box-shadow: 0 20px 50px rgba(0, 0, 0, .3);
      transition: transform .35s, border-color .35s, box-shadow .35s;
    }
    .fp-poster:nth-child(even) { transform: translateY(18px); }
    .fp-poster:hover { z-index: 4; transform: translateY(-10px) scale(1.035); border-color: rgba(255, 255, 255, .4); box-shadow: 0 32px 70px rgba(0, 0, 0, .55); }
    .fp-poster:nth-child(even):hover { transform: translateY(5px) scale(1.035); }
    .fp-poster img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
    .fp-poster:hover img { transform: scale(1.06); }
    .fp-poster::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(4, 6, 15, .94)); opacity: .75; }
    .fp-poster-info { position: absolute; z-index: 2; inset: auto 13px 13px; }
    .fp-poster-info strong, .fp-poster-info span { display: block; }
    .fp-poster-info strong { font-size: 11px; }.fp-poster-info span { margin-top: 3px; color: #9ca7bd; font-size: 8px; }
    .fp-library-note { max-width: 820px; margin: 55px auto 0; color: #76829c; font-size: 10px; text-align: center; }

    .fp-quality { background: linear-gradient(180deg, #050712, #080c1b 55%, #050712); }
    .fp-quality-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
    .fp-quality-card {
      position: relative;
      grid-column: span 4;
      min-height: 280px;
      overflow: hidden;
      padding: 31px;
      border: 1px solid var(--fp-line);
      border-radius: 24px;
      background: linear-gradient(150deg, rgba(18, 27, 59, .95), rgba(9, 13, 29, .9));
      box-shadow: inset 0 1px rgba(255, 255, 255, .08);
      transition: transform .3s, border-color .3s;
    }
    .fp-quality-card:nth-child(4), .fp-quality-card:nth-child(5) { grid-column: span 6; min-height: 230px; }
    .fp-quality-card:hover { transform: translateY(-7px); border-color: rgba(91, 159, 255, .52); }
    .fp-quality-glow { position: absolute; width: 240px; height: 240px; right: -100px; top: -110px; border-radius: 50%; background: radial-gradient(circle, rgba(66, 142, 255, .36), transparent 65%); filter: blur(3px); }
    .fp-quality-card:nth-child(2) .fp-quality-glow { background: radial-gradient(circle, rgba(148, 85, 255, .34), transparent 65%); }
    .fp-quality-card:nth-child(3) .fp-quality-glow { background: radial-gradient(circle, rgba(54, 220, 255, .28), transparent 65%); }
    .fp-quality-mark { position: relative; z-index: 2; color: transparent; background: linear-gradient(120deg, #fff, #72cbff 60%, #a689ff); -webkit-background-clip: text; background-clip: text; font-size: 54px; font-weight: 900; line-height: 1; letter-spacing: -4px; }
    .fp-quality-card h3 { position: relative; z-index: 2; margin: 30px 0 9px; font-size: 19px; }
    .fp-quality-card p { position: relative; z-index: 2; max-width: 440px; margin: 0; color: #8f9bb4; font-size: 12px; }
    .fp-tech-icon { position: relative; z-index: 2; width: 45px; height: 45px; color: #75d4ff; }
    .fp-quality-card:nth-child(n+4) { display: grid; grid-template-columns: auto 1fr; align-content: center; align-items: center; gap: 24px; }
    .fp-quality-card:nth-child(n+4) h3 { margin: 0 0 7px; }

    .fp-devices { background: radial-gradient(circle at 50% 45%, rgba(54, 91, 215, .16), transparent 35%), #050712; }
    .fp-device-grid {
      position: relative;
      width: 100%;
      overflow: hidden;
      padding: 16px 0 28px;
      mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
      -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
    }
    .fp-device-track {
      display: flex;
      width: max-content;
      min-width: max-content;
      transform: translate3d(0, 0, 0);
      will-change: transform;
      animation: fp-device-scroll 42s linear infinite;
    }
    .fp-device-grid:hover .fp-device-track { animation-play-state: paused; }
    .fp-device-group { display: flex; flex: 0 0 auto; flex-wrap: nowrap; gap: 14px; padding-right: 14px; }
    .fp-device-card {
      position: relative;
      display: grid;
      flex: 0 0 184px;
      place-items: center;
      width: 184px;
      min-height: 190px;
      padding: 24px 16px;
      border: 1px solid var(--fp-line);
      border-radius: 21px;
      background: linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .022));
      box-shadow: inset 0 1px rgba(255, 255, 255, .07), 0 18px 46px rgba(0, 0, 0, .2);
      backdrop-filter: blur(16px);
      text-align: center;
      transition: transform .3s, border-color .3s, background .3s, box-shadow .3s;
    }
    .fp-device-card::before {
      content: "";
      position: absolute;
      width: 100px;
      height: 100px;
      top: -50px;
      left: 50%;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(65, 145, 255, .18), transparent 68%);
      transform: translateX(-50%);
      pointer-events: none;
    }
    .fp-device-card:hover { z-index: 2; transform: translateY(-7px) scale(1.035); border-color: rgba(92, 160, 255, .5); background: linear-gradient(145deg, rgba(55, 113, 232, .16), rgba(124, 70, 207, .08)); box-shadow: 0 24px 55px rgba(29, 68, 171, .25), inset 0 1px rgba(255, 255, 255, .1); }
    .fp-device-card svg { width: 42px; height: 42px; color: #82d0ff; filter: drop-shadow(0 0 18px rgba(71, 158, 255, .28)); }
    .fp-device-card strong { display: block; margin-top: 15px; font-size: 12px; }
    .fp-device-card span { display: inline-block; margin-top: 8px; padding: 3px 7px; border-radius: 99px; color: #63d99c; background: rgba(54, 207, 135, .1); font-size: 7px; font-weight: 850; letter-spacing: .6px; text-transform: uppercase; }

    .fp-why { background: linear-gradient(180deg, #050712, #090d1d, #050712); }
    .fp-why-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 80px; }
    .fp-why-copy h2 { margin: 14px 0 20px; font-size: clamp(40px, 5vw, 64px); line-height: 1.02; letter-spacing: -3.5px; }
    .fp-why-copy > p { margin: 0; color: #98a4bd; font-size: 15px; line-height: 1.75; }
    .fp-benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    .fp-benefit {
      padding: 24px;
      border: 1px solid var(--fp-line);
      border-radius: 18px;
      background: rgba(255, 255, 255, .035);
      transition: transform .25s, border-color .25s;
    }
    .fp-benefit:hover { transform: translateY(-5px); border-color: rgba(82, 151, 255, .42); }
    .fp-benefit span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: #75d2ff; background: rgba(56, 128, 255, .13); }
    .fp-benefit svg { width: 18px; height: 18px; }
    .fp-benefit h3 { margin: 17px 0 7px; font-size: 14px; }
    .fp-benefit p { margin: 0; color: #818da6; font-size: 11px; line-height: 1.65; }

    .fp-trust { background: radial-gradient(circle at 20% 40%, rgba(55, 103, 232, .12), transparent 30%), #050712; }
    .fp-trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 52px; overflow: hidden; border: 1px solid var(--fp-line); border-radius: 22px; background: rgba(255, 255, 255, .035); }
    .fp-trust-item { padding: 26px 20px; border-right: 1px solid var(--fp-line); text-align: center; }
    .fp-trust-item:last-child { border: 0; }
    .fp-trust-item svg { width: 27px; height: 27px; color: #70ceff; }
    .fp-trust-item strong, .fp-trust-item span { display: block; }
    .fp-trust-item strong { margin-top: 11px; font-size: 13px; }.fp-trust-item span { margin-top: 3px; color: #7e8aa3; font-size: 9px; }
    .fp-testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .fp-quote {
      padding: 29px;
      border: 1px solid var(--fp-line);
      border-radius: 22px;
      background: linear-gradient(145deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018));
    }
    .fp-stars { color: #ffb83d; font-size: 13px; letter-spacing: 2px; }
    .fp-quote blockquote { min-height: 120px; margin: 18px 0 24px; color: #bbc4d7; font-size: 13px; line-height: 1.75; }
    .fp-quote footer { display: flex; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid var(--fp-line); }
    .fp-avatar { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 50%; color: #fff; background: linear-gradient(145deg, #3378dc, #7c46c7); font-size: 10px; font-weight: 900; }
    .fp-quote footer strong, .fp-quote footer span { display: block; }
    .fp-quote footer strong { font-size: 11px; }.fp-quote footer span { color: #7f8ba4; font-size: 8px; }

    .fp-final {
      position: relative;
      overflow: hidden;
      padding: 132px 0;
      border-top: 1px solid var(--fp-line);
      text-align: center;
      isolation: isolate;
    }
    .fp-final::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -2;
      background: linear-gradient(rgba(5, 7, 18, .72), rgba(5, 7, 18, .92)), url("assets/images/Header Footer pages/2 women 1 man happy drinking watching tv in bar.webp") center 38%/cover;
      filter: saturate(.8);
    }
    .fp-final::after { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 50% 45%, rgba(64, 101, 255, .34), transparent 37%); }
    .fp-final-content { max-width: 820px; margin: auto; }
    .fp-final h2 { margin: 15px 0 18px; font-size: clamp(45px, 6vw, 72px); line-height: 1; letter-spacing: -4px; }
    .fp-final p { max-width: 650px; margin: 0 auto; color: #aeb9d0; font-size: 16px; }
    .fp-final-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 32px; }
    .fp-final small { display: block; margin-top: 20px; color: #8490aa; font-size: 9px; letter-spacing: .4px; }

    @keyframes fp-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
    @keyframes fp-device-scroll {
      from { transform: translate3d(0, 0, 0); }
      to { transform: translate3d(-50%, 0, 0); }
    }
    @media (max-width: 1080px) {
      .fp-hero-grid { grid-template-columns: 1fr 430px; gap: 20px; }
      .fp-hero h1 { font-size: 65px; }
      .fp-experience-card:nth-child(n+3) { grid-column: span 6; }
      .fp-poster-row { grid-template-columns: repeat(7, 170px); overflow-x: auto; padding: 0 20px 35px; margin-inline: -20px; scrollbar-width: none; }
      .fp-poster-row::-webkit-scrollbar { display: none; }
      .fp-why-layout { gap: 45px; }
    }
    @media (max-width: 820px) {
      .features-page { padding-top: 68px; }
      .features-page .fp-section { padding: 88px 0; }
      .fp-hero { min-height: auto; padding: 95px 0 145px; }
      .fp-hero-grid { grid-template-columns: 1fr; }
      .fp-hero-copy { max-width: 690px; text-align: center; margin: auto; }
      .fp-hero-copy > p { margin-inline: auto; }
      .fp-hero-actions, .fp-hero-proof { justify-content: center; }
      .fp-hero-visual { width: min(590px, 100%); margin: 15px auto 0; }
      .fp-hero-stats { grid-template-columns: repeat(4, 1fr); }
      .fp-library-head { display: block; }
      .fp-service-pills { justify-content: flex-start; margin-top: -25px; }
      .fp-quality-card { grid-column: span 6; }
      .fp-quality-card:nth-child(3) { grid-column: 4 / span 6; }
      .fp-quality-card:nth-child(4), .fp-quality-card:nth-child(5) { grid-column: span 6; }
      .fp-why-layout { grid-template-columns: 1fr; }
      .fp-why-copy { max-width: 700px; }
      .fp-testimonials { grid-template-columns: 1fr; }
      .fp-quote blockquote { min-height: auto; }
    }
    @media (max-width: 600px) {
      .features-page .fp-container { width: min(1220px, calc(100% - 28px)); }
      .features-page .fp-section { padding: 76px 0; }
      .features-page .fp-heading { margin-bottom: 36px; }
      .features-page .fp-heading h2 { font-size: 40px; letter-spacing: -2.4px; }
      .features-page .fp-heading p { font-size: 14px; }
      .fp-hero { padding: 72px 0 238px; }
      .fp-hero h1 { font-size: 48px; letter-spacing: -3.4px; }
      .fp-hero-copy > p { font-size: 14px; }
      .fp-hero-actions { flex-direction: column; }
      .fp-hero-actions .fp-button { width: 100%; }
      .fp-hero-proof { gap: 10px 16px; }
      .fp-hero-visual { height: 390px; margin-top: 28px; }
      .fp-screen { inset: 25px 5px 30px; transform: none; border-radius: 21px; }
      .fp-screen-ui { inset: auto 20px 22px; }
      .fp-screen-ui h2 { font-size: 21px; }
      .fp-live-card { right: -4px; }
      .fp-channel-card { left: -5px; bottom: 25px; }
      .fp-hero-visual .fp-floating-card.fp-quality-card { right: 4px; bottom: -5px; width: 220px; padding: 15px; }
      .fp-hero-quality-copy { display: none; }
      .fp-hero-quality-levels { margin-top: 10px; }
      .fp-hero-stats { grid-template-columns: repeat(2, 1fr); }
      .fp-hero-stats div { padding: 17px 10px; border-bottom: 1px solid rgba(255, 255, 255, .08); }
      .fp-hero-stats div:nth-child(2) { border-right: 0; }
      .fp-experience-grid { grid-template-columns: 1fr; }
      .fp-experience-card, .fp-experience-card:nth-child(1), .fp-experience-card:nth-child(2), .fp-experience-card:nth-child(n+3) { grid-column: 1; min-height: 230px; padding: 25px; }
      .fp-sports { min-height: 770px; align-items: flex-end; padding-bottom: 75px !important; }
      .fp-sports-bg img { object-position: 62% center; }
      .fp-sports-bg::after { background: linear-gradient(0deg, rgba(4, 6, 16, .99) 10%, rgba(4, 6, 16, .83) 62%, rgba(4, 6, 16, .18)); }
      .fp-sports-copy h2 { font-size: 46px; letter-spacing: -2.8px; }
      .fp-sports-copy > p { font-size: 14px; }
      .fp-sports-stats { gap: 7px; }
      .fp-sports-stat { padding: 16px 11px; }
      .fp-sports-stat strong { font-size: 22px; }
      .fp-sports-stat span { font-size: 7px; }
      .fp-service-pills { justify-content: flex-start; margin-bottom: 34px; }
      .fp-poster-row { grid-template-columns: repeat(7, 145px); gap: 10px; }
      .fp-poster-stage::before, .fp-poster-stage::after { width: 25px; }
      .fp-library-note { margin-top: 30px; }
      .fp-quality-grid { grid-template-columns: 1fr; }
      .fp-quality-card, .fp-quality-card:nth-child(3), .fp-quality-card:nth-child(4), .fp-quality-card:nth-child(5) { grid-column: 1; min-height: 220px; }
      .fp-quality-card:nth-child(n+4) { grid-template-columns: 1fr; gap: 18px; }
      .fp-device-grid { margin-inline: -14px; width: calc(100% + 28px); padding: 12px 0 24px; mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
      .fp-device-track { animation-duration: 34s; }
      .fp-device-group { gap: 10px; padding-right: 10px; }
      .fp-device-card { flex-basis: 148px; width: 148px; min-height: 155px; padding: 18px 10px; border-radius: 17px; }
      .fp-benefit-grid { grid-template-columns: 1fr; }
      .fp-why-copy h2 { font-size: 43px; letter-spacing: -2.5px; }
      .fp-trust-strip { grid-template-columns: repeat(2, 1fr); }
      .fp-trust-item { border-bottom: 1px solid var(--fp-line); }
      .fp-trust-item:nth-child(2) { border-right: 0; }
      .fp-final { padding: 95px 0; }
      .fp-final h2 { font-size: 45px; letter-spacing: -2.8px; }
      .fp-final-actions { flex-direction: column; }
      .fp-final-actions .fp-button { width: 100%; }
    }
    @media (prefers-reduced-motion: reduce) {
      .fp-floating-card { animation: none; }
      .fp-device-track { animation: none; }
    }
