/*
 * Ultime IPTV — V2 white editorial template.
 * Loaded after the shared component layer so the project keeps the same
 * Elementor/WooCommerce structure while presenting the white/red V2 system.
 */

@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("fonts/space-grotesk-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
}

.fiptv-site {
  --ink: #0b0708;
  --ink-soft: #130b0d;
  --card: #171012;
  --card-2: #211316;
  --line: rgba(255, 255, 255, .11);
  --text: #fff9f7;
  --muted: #b7a9aa;
  --blue: #e50914;
  --blue-2: #ff5a62;
  --violet: #8f0710;
  --cyan: #ff3340;
  --green: #9fd9b2;
  --amber: #f4d77a;
  color: var(--text);
  background: var(--ink);
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
  line-height: 1.7;
}

.fiptv-site .fi-html-fragment > *,
.fiptv-site .fi-html-fragment > .elementor-widget-container > *,
.fiptv-site .fi-html-fragment main > * {
  width: 100%;
  min-width: 0;
  max-width: 100vw;
}

.fiptv-site h1,
.fiptv-site h2,
.fiptv-site h3,
.fiptv-site h4,
.fiptv-site strong {
  font-family: "Space Grotesk", "Manrope", sans-serif;
}

.fi-wrap {
  width: min(1240px, calc(100% - 64px));
}

.fi-topbar {
  padding: 9px 20px;
  color: #d8cccc;
  background: #070405;
  border-bottom: 1px solid rgba(229, 9, 20, .28);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.pr-live-dot,
.pr-now i,
.pr-card-meta i {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: #ff2633;
  box-shadow: 0 0 0 5px rgba(229, 9, 20, .13);
  animation: pr-pulse 1.8s ease-in-out infinite;
}

.fi-header {
  border-bottom-color: rgba(255, 255, 255, .08);
  background: rgba(11, 7, 8, .96);
}

.fi-nav {
  min-height: 84px;
}

.pr-logo {
  gap: 11px;
}

.pr-logo-mark {
  width: 40px;
  height: 40px;
  padding: 9px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 3px;
  border-radius: 50%;
  color: #fff;
  background: #e50914;
  box-shadow: 0 0 0 5px rgba(229, 9, 20, .1);
}

.pr-logo-mark i {
  width: 4px;
  display: block;
  border-radius: 4px;
  background: currentColor;
}

.pr-logo-mark i:nth-child(1) { height: 10px; }
.pr-logo-mark i:nth-child(2) { height: 20px; }
.pr-logo-mark i:nth-child(3) { height: 14px; }

.pr-logo-copy {
  display: flex;
  align-items: baseline;
  gap: 5px;
  letter-spacing: -.04em;
}

.pr-logo-copy strong {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.pr-logo-copy small {
  color: #ff3c47;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
}

.fi-menu {
  gap: 34px;
  color: #c6b9ba;
  font-size: 13px;
  font-weight: 600;
}

.fi-menu a::after {
  bottom: -14px;
  height: 3px;
  background: #e50914;
}

.fi-btn {
  min-height: 52px;
  padding-inline: 27px;
  border-radius: 5px;
  background: #e50914;
  box-shadow: 0 16px 34px rgba(229, 9, 20, .2);
  font-size: 13px;
  letter-spacing: .01em;
}

.fi-btn:hover {
  background: #ff1b26;
  box-shadow: 0 19px 40px rgba(229, 9, 20, .32);
}

.fi-btn-sm {
  min-height: 44px;
  padding-inline: 20px;
  border-radius: 4px;
}

.fi-btn-ghost {
  border-color: rgba(255, 255, 255, .22);
  background: rgba(10, 5, 6, .34);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.fi-btn-ghost:hover {
  border-color: rgba(255, 255, 255, .45);
  background: rgba(255, 255, 255, .08);
  box-shadow: none;
}

.pr-play {
  font-size: 10px;
}

.fi-hero.pr-hero {
  min-height: 742px;
  padding: 112px 0 130px;
  background-color: #090506;
  background-position: center center;
}

.fi-hero > .fi-wrap {
  width: min(1240px, calc(100vw - 64px));
  min-width: 0;
  flex: 0 0 auto;
}

.fi-hero.pr-hero::before {
  background:
    linear-gradient(90deg, rgba(8, 4, 5, 1) 0%, rgba(8, 4, 5, .97) 27%, rgba(8, 4, 5, .75) 48%, rgba(8, 4, 5, .15) 75%),
    linear-gradient(0deg, #0b0708 0%, transparent 24%);
}

.fi-hero.pr-hero::after {
  top: 18%;
  bottom: auto;
  left: 18%;
  width: 380px;
  height: 380px;
  background: rgba(229, 9, 20, .12);
  filter: blur(110px);
}

.pr-hero .fi-hero-content {
  width: min(660px, 55%);
  transform: none;
}

.fi-eyebrow {
  margin-bottom: 21px;
  color: #ff777e;
  font-size: 10px;
  letter-spacing: .22em;
}

.fi-eyebrow::before {
  width: 38px;
  height: 1px;
  background: #e50914;
}

.fi-hero h1,
.fi-page-hero h1 {
  margin-bottom: 24px;
  font-size: clamp(52px, 6vw, 86px);
  font-weight: 600;
  line-height: .96;
  letter-spacing: -.065em;
}

.fi-gradient-text {
  color: #ff202c;
  background: none;
  -webkit-text-fill-color: currentColor;
}

.fi-hero-lead {
  max-width: 600px;
  margin-bottom: 34px;
  color: #d3c6c6;
  font-size: 17px;
  line-height: 1.75;
}

.fi-hero-actions {
  gap: 10px;
}

.pr-hero-note {
  margin-top: 42px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.pr-avatar-stack {
  display: flex;
  padding-left: 8px;
}

.pr-avatar-stack i {
  width: 34px;
  height: 34px;
  margin-left: -8px;
  display: grid;
  place-items: center;
  border: 2px solid #0c0809;
  border-radius: 50%;
  color: #fff;
  background: #251719;
  font-style: normal;
  font-size: 8px;
  font-weight: 800;
}

.pr-avatar-stack i:nth-child(2) { background: #6b0b11; }
.pr-avatar-stack i:nth-child(3) { background: #e50914; }

.pr-hero-note > span:last-child {
  display: grid;
  line-height: 1.25;
}

.pr-hero-note strong {
  font-size: 12px;
}

.pr-hero-note small {
  color: #a8999a;
  font-size: 10px;
}

.pr-signal-strip {
  position: relative;
  z-index: 3;
  border-block: 1px solid rgba(255, 255, 255, .09);
  background: #110a0c;
}

.pr-signal-grid {
  min-height: 112px;
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  align-items: stretch;
}

.pr-signal-grid > div,
.pr-signal-grid > a {
  padding: 25px 27px;
  display: flex;
  align-items: center;
  gap: 17px;
  border-right: 1px solid rgba(255, 255, 255, .09);
}

.pr-signal-grid > div:first-child {
  padding-left: 0;
}

.pr-signal-grid > a {
  padding-right: 0;
  border: 0;
  color: #ff555e;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.pr-signal-grid > a span {
  font-size: 18px;
}

.pr-signal-index {
  color: #70585a;
  font-family: "Space Grotesk", sans-serif;
  font-size: 10px;
}

.pr-signal-grid p {
  margin: 0;
  display: grid;
  color: #9d8f90;
  font-size: 10px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.pr-signal-grid p strong {
  color: #fff;
  font-size: 16px;
  letter-spacing: -.02em;
  text-transform: none;
}

.fi-section {
  padding: 116px 0;
}

.fi-section-soft,
.fi-native-pricing-section {
  background: #120b0d;
}

.fi-section-radial {
  background: radial-gradient(circle at 80% 20%, rgba(229, 9, 20, .08), transparent 34%), #0b0708;
}

.fi-kicker {
  color: #ff4a54;
  font-size: 10px;
  letter-spacing: .2em;
}

.fi-section h2,
.fi-page-content h2 {
  font-size: clamp(36px, 4.5vw, 58px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -.055em;
}

.fi-section-head {
  max-width: 750px;
  margin-bottom: 54px;
}

.fi-section-head > p,
.fi-page-content > p {
  color: var(--muted);
  font-size: 15px;
}

.pr-program-section {
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, .028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .028) 1px, transparent 1px),
    #0b0708;
  background-size: 64px 64px;
}

.pr-program-layout {
  display: grid;
  grid-template-columns: .72fr 1.4fr;
  gap: 72px;
  align-items: center;
}

.pr-editorial-head h2 {
  margin-bottom: 24px;
}

.pr-editorial-head > p:not(.fi-kicker) {
  max-width: 420px;
  margin: 0 0 29px;
  color: var(--muted);
  font-size: 15px;
}

.pr-text-link {
  padding-bottom: 7px;
  display: inline-flex;
  gap: 10px;
  border-bottom: 1px solid #e50914;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.pr-text-link span {
  color: #ff3540;
}

.pr-program-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  grid-template-rows: 268px 226px;
  gap: 15px;
  transform: perspective(1200px) rotateY(-3deg);
}

.pr-program {
  position: relative;
  padding: 25px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 7px;
  isolation: isolate;
}

.pr-program::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
}

.pr-program-live {
  grid-row: 1 / 3;
  background: #241014;
}

.pr-program-live::before {
  background:
    radial-gradient(circle at 70% 35%, rgba(255, 49, 60, .42), transparent 30%),
    repeating-linear-gradient(114deg, transparent 0 13px, rgba(255, 255, 255, .035) 14px 15px),
    linear-gradient(145deg, #5e0c13, #160b0d 67%);
}

.pr-program-cinema {
  background: #161012;
}

.pr-program-cinema::before {
  background:
    radial-gradient(circle at 70% 30%, rgba(229, 9, 20, .32), transparent 34%),
    linear-gradient(145deg, #231416, #0d090a);
}

.pr-program-world {
  background: #0f0b0c;
}

.pr-program-world::before {
  background: radial-gradient(circle at 50% 22%, rgba(229, 9, 20, .22), transparent 37%);
}

.pr-card-meta {
  width: fit-content;
  padding: 7px 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 99px;
  color: #eee4e4;
  background: rgba(0, 0, 0, .15);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pr-program > div:last-child > strong {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.15;
}

.pr-program-live > div:last-child > strong {
  font-size: 25px;
}

.pr-program p {
  max-width: 390px;
  margin: 7px 0 0;
  color: #bcaeb0;
  font-size: 11px;
  line-height: 1.55;
}

.pr-scoreboard {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #d0c1c3;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.pr-scoreboard strong {
  color: #fff;
  font-size: clamp(42px, 5vw, 68px);
  letter-spacing: -.09em;
}

.pr-film-frame {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 6px;
}

.pr-film-frame i {
  width: 25%;
  height: 56px;
  display: block;
  border-radius: 2px;
  background: linear-gradient(145deg, #e50914, #4b0b10);
  transform: skewY(-8deg);
}

.pr-film-frame i:nth-child(2) {
  height: 76px;
  background: linear-gradient(145deg, #fff, #765d60);
}

.pr-orbit {
  position: relative;
  width: 100px;
  height: 100px;
  margin: auto;
  border: 1px solid rgba(255, 54, 65, .45);
  border-radius: 50%;
}

.pr-orbit::before,
.pr-orbit::after {
  content: "";
  position: absolute;
  inset: 15px -13px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  transform: rotate(38deg);
}

.pr-orbit::after {
  inset: -12px 20px;
  transform: rotate(-28deg);
}

.pr-orbit i {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff2e39;
  box-shadow: 0 0 18px #e50914;
}

.pr-orbit i:nth-child(1) { top: 13px; left: 11px; }
.pr-orbit i:nth-child(2) { right: 2px; bottom: 29px; }
.pr-orbit i:nth-child(3) { left: 44px; bottom: -4px; }

.pr-device-stage {
  border-block: 1px solid rgba(255, 255, 255, .09);
  background: #f0e9e5;
}

.pr-device-stage .fi-wrap {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 70px;
  align-items: center;
}

.pr-device-stage .fi-kicker {
  color: #b70912;
}

.pr-device-copy h2 {
  margin-bottom: 18px;
  color: #130c0d;
}

.pr-device-copy p:not(.fi-kicker) {
  margin: 0;
  color: #706366;
  font-size: 14px;
}

.pr-device-marquee {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(24, 11, 13, .13);
  border-radius: 7px;
  background: rgba(255, 255, 255, .42);
}

.pr-device-marquee > div {
  min-height: 132px;
  padding: 21px 14px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  border-right: 1px solid rgba(24, 11, 13, .11);
  border-bottom: 1px solid rgba(24, 11, 13, .11);
}

.pr-device-marquee > div:nth-child(3n) { border-right: 0; }
.pr-device-marquee > div:nth-child(n+4) { border-bottom: 0; }

.pr-device-marquee span {
  min-width: 48px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #e50914;
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.pr-device-marquee strong {
  color: #281c1e;
  font-size: 11px;
}

/* Reusable pricing data is preserved; only its visual language changes. */
.fiptv-site .fi-native-pricing-section.e-con {
  padding-block: 122px;
  background:
    radial-gradient(circle at 50% 0%, rgba(229, 9, 20, .12), transparent 32%),
    #100a0b;
}

.fiptv-site .fi-pricing.e-con {
  gap: 14px;
}

.fiptv-site .fi-price-card.e-con,
.fi-price-card {
  padding: 32px 25px 25px;
  border-color: rgba(255, 255, 255, .11);
  border-radius: 6px;
  background: #191113;
  box-shadow: none;
}

.fiptv-site .fi-price-card.fi-popular.e-con,
.fi-price-card.fi-popular {
  border-color: #e50914;
  background: linear-gradient(180deg, #670a10 0%, #250d11 43%, #171012 100%);
  box-shadow: 0 28px 80px rgba(229, 9, 20, .16);
  transform: translateY(-9px);
}

.fiptv-site .fi-popular-label {
  border-radius: 0 0 4px 4px;
  color: #fff;
  background: #e50914;
}

.fiptv-site .fi-plan-duration {
  color: #ff6970;
}

.fiptv-site .fi-price {
  font-family: "Space Grotesk", sans-serif;
  font-size: 54px;
}

.fiptv-site .fi-native-price-button .elementor-button {
  border-radius: 4px;
  color: #fff;
  background: #e50914;
}

.fiptv-site .fi-native-price-button .elementor-button:hover {
  color: #fff;
  background: #ff1c27;
  box-shadow: 0 16px 34px rgba(229, 9, 20, .25);
}

.fiptv-site .fi-native-price-button-light .elementor-button {
  color: #1b0d0f;
  background: #fff;
}

.fiptv-site .fi-native-price-button-light .elementor-button:hover {
  color: #1b0d0f;
  background: #fff;
}

.fiptv-site .fi-feature-list .elementor-icon-list-icon {
  color: #fff;
  background: #e50914;
}

.pr-experience {
  background: #0b0708;
}

.pr-experience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}

.pr-experience-art {
  position: relative;
  min-width: 0;
}

.pr-experience-visual {
  position: relative;
  min-height: 560px;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .07), transparent 33%),
    #e50914;
  overflow: hidden;
}

.pr-experience-visual::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  box-shadow: 0 0 0 58px rgba(255, 255, 255, .05), 0 0 0 116px rgba(255, 255, 255, .035);
}

.pr-experience-label {
  position: absolute;
  top: 27px;
  left: 30px;
  color: rgba(255, 255, 255, .78);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
}

.pr-screen-card {
  position: relative;
  z-index: 1;
  width: 82%;
  min-height: 310px;
  padding: 33px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 5px;
  background: linear-gradient(145deg, rgba(23, 10, 12, .96), rgba(67, 9, 14, .91));
  box-shadow: 0 35px 80px rgba(48, 0, 3, .35);
  transform: rotate(-4deg);
}

.pulse-v2-page .pr-experience-image {
  position: absolute;
  top: 52%;
  left: 50%;
  z-index: 1;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  display: block;
  border: 0;
  filter: drop-shadow(0 26px 34px rgba(77, 0, 6, .24));
  transform: translate(-50%, -50%) scale(1.18);
  transform-origin: center;
}

.pr-now {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #d9cacc;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pr-screen-card > strong {
  color: #fff;
  font-size: clamp(32px, 4vw, 48px);
  line-height: .98;
  letter-spacing: -.06em;
}

.pr-progress {
  width: 100%;
  height: 3px;
  display: block;
  background: rgba(255, 255, 255, .18);
}

.pr-progress i {
  width: 68%;
  height: 100%;
  display: block;
  background: #fff;
}

.pr-experience-copy > p:not(.fi-kicker) {
  max-width: 540px;
  margin: 0 0 31px;
  color: var(--muted);
  font-size: 15px;
}

.pr-check-list {
  margin: 0;
  padding: 0;
  display: grid;
  list-style: none;
}

.pr-check-list li {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 43px 1fr;
  align-items: center;
  gap: 14px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.pr-check-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.pr-check-list li > span {
  color: #ff404b;
  font-family: "Space Grotesk", sans-serif;
  font-size: 10px;
}

.pr-check-list div {
  display: grid;
}

.pr-check-list strong {
  color: #fff;
  font-size: 14px;
}

.pr-check-list small {
  color: #9c8d8f;
  font-size: 11px;
}

/* V2 uses a light editorial treatment for the reused experience section. */
.pulse-v2-page .pr-experience {
  color: #3b0710;
  background: #fff8f6;
}

.pulse-v2-page .pr-experience .pr-experience-copy .fi-kicker {
  color: #e50914;
}

.pulse-v2-page .pr-experience .pr-experience-copy h2 {
  color: #3b0710;
}

.pulse-v2-page .pr-experience .pr-experience-copy > p:not(.fi-kicker) {
  color: #76575c;
  margin-bottom: 18px;
  line-height: 1.7;
}

.pulse-v2-page .pr-experience .pr-experience-copy > p:not(.fi-kicker):last-of-type {
  margin-bottom: 28px;
}

.pulse-v2-page .pr-experience .pr-experience-copy > p strong {
  color: #3b0710;
}

.pulse-v2-page .pr-experience .pr-experience-cta {
  width: fit-content;
}

.pulse-v2-page .pr-experience .pr-check-list li {
  border-top-color: rgba(111, 4, 12, .14);
}

.pulse-v2-page .pr-experience .pr-check-list li:last-child {
  border-bottom-color: rgba(111, 4, 12, .14);
}

.pulse-v2-page .pr-experience .pr-check-list li > span {
  color: #e50914;
}

.pulse-v2-page .pr-experience .pr-check-list strong {
  color: #3b0710;
}

.pulse-v2-page .pr-experience .pr-check-list small {
  color: #80656a;
}

.pr-steps-section {
  background: #130b0d;
}

.pr-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.pr-timeline::before {
  content: "";
  position: absolute;
  top: 29px;
  right: 16.66%;
  left: 16.66%;
  height: 1px;
  background: linear-gradient(90deg, #e50914, rgba(229, 9, 20, .2));
}

.pr-timeline article {
  position: relative;
  padding: 0 38px;
  text-align: center;
}

.pr-timeline article > span {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  margin: 0 auto 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(229, 9, 20, .6);
  border-radius: 50%;
  color: #ff5d65;
  background: #130b0d;
  font-family: "Space Grotesk", sans-serif;
  font-size: 11px;
}

.pr-timeline small {
  color: #ff515a;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.pr-timeline h3 {
  margin: 6px 0 10px;
  color: #fff;
  font-size: 22px;
}

.pr-timeline p {
  margin: 0;
  color: #9f9192;
  font-size: 12px;
}

.pr-faq-section {
  background: #0b0708;
}

.fi-faq {
  max-width: 920px;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.fi-faq-item {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  border-radius: 0;
  background: transparent;
}

.fi-faq summary {
  padding: 25px 3px;
}

.fi-faq summary::after {
  color: #ff3c47;
}

.fi-faq-answer {
  color: #ad9fa1;
}

.pr-final-section {
  padding-top: 20px;
  background: #0b0708;
}

.fi-cta {
  min-height: 340px;
  padding: 62px 70px;
  border: 0;
  border-radius: 6px;
  background:
    linear-gradient(105deg, rgba(45, 4, 8, .98), rgba(117, 5, 12, .87) 58%, rgba(229, 9, 20, .72)),
    #7b0710;
  box-shadow: none;
}

.fi-cta::after {
  content: "PLAY";
  position: absolute;
  right: 55px;
  bottom: -42px;
  color: rgba(255, 255, 255, .055);
  font-family: "Space Grotesk", sans-serif;
  font-size: 170px;
  font-weight: 700;
  letter-spacing: -.1em;
}

.fi-cta > * {
  position: relative;
  z-index: 1;
}

.fiptv-site .fi-btn-light {
  color: #1e0d0f;
  border-radius: 4px;
}

.fi-footer {
  border-top: 1px solid rgba(255, 255, 255, .1);
  background: #070405;
}

.fi-footer h4 {
  color: #ff5059;
}

.fi-footer-bottom {
  color: #7d6f71;
}

/* Shared inner-page structure; project-wide white overrides follow below. */
.fi-page-hero {
  background:
    radial-gradient(circle at 70% 25%, rgba(229, 9, 20, .2), transparent 30%),
    linear-gradient(120deg, #1b0b0e, #0b0708);
}

.fi-page-hero::before,
.fi-channels-hero::before {
  background: linear-gradient(135deg, rgba(229, 9, 20, .12), transparent);
}

.fi-page-hero h1 {
  font-size: clamp(48px, 6vw, 78px);
}

.fi-channels-hero {
  background:
    radial-gradient(circle at 75% 40%, rgba(229, 9, 20, .22), transparent 30%),
    #0b0708;
}

.fi-channel-tab.is-active,
.fi-region-filter.is-active {
  border-color: #e50914;
  background: #e50914;
}

.fi-channel-card,
.fi-country-card,
.fi-contact-card,
.fi-legal {
  border-radius: 6px;
  background: #171012;
}

.fi-contact-form input,
.fi-contact-form select,
.fi-contact-form textarea {
  border-radius: 4px;
  background: #100a0b;
}

@keyframes pr-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .45; }
}

@media (max-width: 1024px) {
  .fi-wrap {
    width: min(100% - 40px, 940px);
  }

  .pr-program-layout,
  .pr-experience-grid {
    gap: 45px;
  }

  .pr-device-stage .fi-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .pr-device-copy {
    max-width: 600px;
  }

  .pr-signal-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .pr-signal-grid > a {
    display: none;
  }
}

@media (max-width: 820px) {
  .fi-nav {
    min-height: 72px;
  }

  .fi-menu {
    background: #100a0b;
  }

  .fi-header .fi-btn-sm {
    display: none;
  }

  .fi-menu-toggle {
    display: grid;
    border-radius: 4px;
  }

  .fi-hero.pr-hero {
    min-height: 700px;
    padding: 100px 0 110px;
    background-position: 66% center;
  }

  .fi-hero.pr-hero::before {
    background:
      linear-gradient(90deg, rgba(8, 4, 5, .97) 0%, rgba(8, 4, 5, .87) 57%, rgba(8, 4, 5, .45) 100%),
      linear-gradient(0deg, #0b0708 0%, transparent 34%);
  }

  .pr-hero .fi-hero-content {
    width: min(620px, 86%);
  }

  .pr-program-layout,
  .pr-experience-grid {
    grid-template-columns: 1fr;
  }

  .pr-editorial-head {
    max-width: 620px;
  }

  .pr-program-grid {
    transform: none;
  }

  .pr-experience-copy {
    order: -1;
  }

  .pr-experience-visual {
    min-height: 480px;
  }
}

@media (max-width: 600px) {
  .fi-wrap {
    width: calc(100% - 32px);
  }

  .fi-topbar {
    padding-inline: 14px;
    font-size: 8px;
    letter-spacing: .09em;
    line-height: 1.45;
    white-space: normal;
  }

  .pr-logo-mark {
    width: 34px;
    height: 34px;
    padding: 8px;
  }

  .pr-logo-copy strong {
    font-size: 17px;
  }

  .fi-hero.pr-hero {
    min-height: 700px;
    padding: 87px 0 105px;
    background-position: 70% center;
  }

  .fi-hero > .fi-wrap {
    width: calc(100vw - 32px);
  }

  .fi-hero.pr-hero::before {
    background:
      linear-gradient(90deg, rgba(8, 4, 5, .98) 0%, rgba(8, 4, 5, .89) 70%, rgba(8, 4, 5, .64) 100%),
      linear-gradient(0deg, #0b0708 0%, transparent 36%);
  }

  .pr-hero .fi-hero-content {
    width: 100%;
  }

  .fi-hero h1 {
    font-size: 48px;
  }

  .fi-hero-lead {
    font-size: 14px;
  }

  .fi-hero-actions {
    align-items: stretch;
  }

  .fi-hero-actions .fi-btn {
    width: 100%;
  }

  .pr-signal-grid {
    grid-template-columns: 1fr;
  }

  .pr-signal-grid > div {
    min-height: 78px;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
  }

  .pr-signal-grid > div:last-of-type {
    border-bottom: 0;
  }

  .fi-section {
    padding: 84px 0;
  }

  .fi-section h2,
  .fi-page-content h2 {
    font-size: 36px;
  }

  .pr-program-layout {
    gap: 42px;
  }

  .pr-program-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 350px 230px 250px;
  }

  .pr-program-live {
    grid-row: auto;
  }

  .pr-device-marquee {
    grid-template-columns: repeat(2, 1fr);
  }

  .pr-device-marquee > div {
    min-height: 112px;
  }

  .pr-device-marquee > div:nth-child(3n) {
    border-right: 1px solid rgba(24, 11, 13, .11);
  }

  .pr-device-marquee > div:nth-child(2n) {
    border-right: 0;
  }

  .pr-device-marquee > div:nth-child(n+4) {
    border-bottom: 1px solid rgba(24, 11, 13, .11);
  }

  .pr-device-marquee > div:nth-child(n+5) {
    border-bottom: 0;
  }

  .fiptv-site .fi-native-pricing-section.e-con {
    padding-block: 88px;
  }

  .pr-experience-visual {
    min-height: 390px;
    padding: 25px;
    border-radius: 20px;
  }

  .pr-experience-visual::before {
    top: 50%;
    left: 50%;
    width: 324px;
    height: 324px;
    box-shadow:
      0 0 0 36px rgba(255, 255, 255, .05),
      0 0 0 72px rgba(255, 255, 255, .035);
    transform: translate(-50%, -50%);
  }

  .pulse-v2-page .pr-experience-image {
    transform: translate(-50%, -50%) scale(1.09);
  }

  .pr-screen-card {
    width: 94%;
    min-height: 250px;
    padding: 25px;
  }

  .pr-timeline {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .pr-timeline::before {
    display: none;
  }

  .pr-timeline article {
    padding: 0;
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 20px;
    text-align: left;
  }

  .pr-timeline article > span {
    margin: 0;
  }

  .fi-cta {
    min-height: 410px;
    padding: 42px 30px;
  }

  .fi-cta::after {
    right: 15px;
    font-size: 92px;
  }
}

/* V2 FAQ — accessible single-open accordion with an editorial split layout. */
.pulse-v2-page .v2-faq {
  padding-block: 120px;
  background: #fff8f6;
}

.pulse-v2-page .v2-faq > .fi-wrap {
  width: min(1160px, calc(100% - 40px));
  max-width: 1160px;
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 7vw, 92px);
  align-items: start;
}

.pulse-v2-page .v2-faq .fi-section-head {
  max-width: 430px;
  margin: 0;
  position: sticky;
  top: 110px;
  text-align: left;
}

.pulse-v2-page .v2-faq .fi-section-head .fi-kicker {
  width: fit-content;
  margin: 0 0 18px;
  padding: 0;
  color: #e50914;
  border: 0;
  background: transparent;
}

.pulse-v2-page .v2-faq .fi-section-head h2 {
  color: #3b0710;
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.02;
}

.pulse-v2-page .v2-faq .fi-faq {
  max-width: none;
  margin: 0;
  display: grid;
  gap: 12px;
  border: 0;
  counter-reset: v2-faq;
}

.pulse-v2-page .v2-faq .fi-faq details {
  counter-increment: v2-faq;
  overflow: hidden;
  border: 1px solid rgba(111, 4, 12, .13);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(93, 3, 10, .045);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.pulse-v2-page .v2-faq .fi-faq details[open] {
  border-color: rgba(229, 9, 20, .38);
  background: #fff;
  box-shadow: 0 16px 42px rgba(181, 6, 17, .09);
}

.pulse-v2-page .v2-faq .fi-faq summary {
  min-height: 76px;
  padding: 22px 72px 22px 62px;
  display: flex;
  align-items: center;
  color: #3b0710;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
}

.pulse-v2-page .v2-faq .fi-faq summary::before {
  content: "0" counter(v2-faq);
  position: absolute;
  top: 50%;
  left: 22px;
  color: #e50914;
  font-family: "Space Grotesk", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  transform: translateY(-50%);
}

.pulse-v2-page .v2-faq .fi-faq summary::after {
  content: "+";
  right: 20px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #e50914;
  border: 1px solid rgba(229, 9, 20, .12);
  border-radius: 50%;
  background: #fff0f1;
  font-size: 21px;
  line-height: 1;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.pulse-v2-page .v2-faq .fi-faq details[open] summary::after {
  content: "−";
  color: #fff;
  background: #e50914;
  transform: translateY(-50%) rotate(180deg);
}

.pulse-v2-page .v2-faq .fi-faq summary:focus-visible {
  outline: 3px solid rgba(229, 9, 20, .25);
  outline-offset: -3px;
}

.pulse-v2-page .v2-faq .fi-faq-answer {
  max-width: 680px;
  padding: 0 72px 24px 62px;
  color: #76575c;
  font-size: 13px;
  line-height: 1.75;
}

@media (max-width: 900px) {
  .pulse-v2-page .v2-faq > .fi-wrap {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .pulse-v2-page .v2-faq .fi-section-head {
    max-width: 680px;
    margin-inline: auto;
    position: static;
    text-align: center;
  }

  .pulse-v2-page .v2-faq .fi-section-head .fi-kicker {
    margin-inline: auto;
  }
}

@media (max-width: 600px) {
  .pulse-v2-page .v2-faq {
    padding-block: 88px;
  }

  .pulse-v2-page .v2-faq > .fi-wrap {
    width: calc(100% - 28px);
    gap: 34px;
  }

  .pulse-v2-page .v2-faq .fi-section-head h2 {
    font-size: 38px;
  }

  .pulse-v2-page .v2-faq .fi-faq summary {
    min-height: 72px;
    padding: 18px 58px 18px 48px;
    font-size: 14px;
  }

  .pulse-v2-page .v2-faq .fi-faq summary::before {
    left: 17px;
  }

  .pulse-v2-page .v2-faq .fi-faq summary::after {
    right: 14px;
    width: 32px;
    height: 32px;
  }

  .pulse-v2-page .v2-faq .fi-faq-answer {
    padding: 0 58px 22px 48px;
    font-size: 12.5px;
  }
}

/*
 * V2 light edition — the primary visual system for Elementor White.
 */
.pulse-v2-page {
  background: #fff8f6;
}

.pulse-v2-page .fiptv-site {
  --ink: #fff8f6;
  --ink-soft: #fff0ed;
  --card: #fff;
  --card-2: #ffe4df;
  --line: rgba(118, 4, 12, .14);
  --text: #3b0710;
  --muted: #76575c;
  background: #fff8f6;
  color: #3b0710;
}

.pulse-v2-page .fi-topbar {
  color: #fff;
  border: 0;
  background: #d90814;
  font-size: 11px;
}

.pulse-v2-page .pr-live-dot {
  background: #fff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, .18);
}

.pulse-v2-page .fi-topbar .pr-live-dot {
  display: none;
}

.pulse-v2-page .fi-header {
  border-bottom-color: rgba(107, 4, 12, .12);
  background: rgba(255, 255, 255, .97);
}

.pulse-v2-page .pr-logo-copy strong,
.pulse-v2-page .fi-menu,
.pulse-v2-page .fi-menu a:hover,
.pulse-v2-page .fi-menu a.is-active {
  color: #3b0710;
}

.pulse-v2-page .fi-btn {
  color: #fff;
}

.pulse-v2-page .v2-home,
.pulse-v2-page .v2-hero,
.pulse-v2-page .v2-benefits,
.pulse-v2-page .v2-universes,
.pulse-v2-page .v2-faq,
.pulse-v2-page .v2-final {
  background: #fff8f6;
}

.pulse-v2-page .v2-hero {
  background:
    radial-gradient(circle at 12% 18%, rgba(229, 9, 20, .12), transparent 27%),
    radial-gradient(circle at 88% 76%, rgba(229, 9, 20, .08), transparent 24%),
    linear-gradient(rgba(188, 8, 18, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(188, 8, 18, .045) 1px, transparent 1px),
    linear-gradient(120deg, #fff 0%, #fff8f6 66%, #ffe9e4 100%);
  background-size: auto, auto, 54px 54px, 54px 54px, auto;
}

.pulse-v2-page .v2-pill {
  color: #8a1018;
  border-color: rgba(183, 7, 18, .2);
  background: #fff;
}

.pulse-v2-page .v2-hero h1 {
  color: #3b0710;
}

.pulse-v2-page .v2-lead {
  color: #77585d;
}

.pulse-v2-page .v2-hero .fi-btn-ghost {
  color: #8e0a14;
  border-color: rgba(181, 7, 18, .25);
  background: #fff;
}

.pulse-v2-page .v2-hero .fi-btn-ghost:hover {
  color: #fff;
  border-color: #d90814;
  background: #d90814;
}

.pulse-v2-page .v2-hero-assurance {
  color: #7d4d54;
}

/* V2 keeps the original full-bleed hero composition with a light treatment. */
.pulse-v2-page .fi-hero.pr-hero.v2-light-hero {
  background-color: #fff8f6;
}

.pulse-v2-page .v2-hero-background {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.pulse-v2-page .fi-hero.pr-hero.v2-light-hero::before {
  background:
    linear-gradient(90deg, rgba(255, 248, 246, 1) 0%, rgba(255, 248, 246, .98) 27%, rgba(255, 248, 246, .88) 45%, rgba(255, 248, 246, .28) 72%, rgba(255, 248, 246, .06) 100%),
    linear-gradient(0deg, #fff8f6 0%, rgba(255, 248, 246, .86) 7%, transparent 25%);
}

.pulse-v2-page .fi-hero.pr-hero.v2-light-hero::after {
  background: rgba(229, 9, 20, .1);
}

.pulse-v2-page .v2-light-hero h1 {
  color: #3b0710;
}

.pulse-v2-page .v2-light-hero .fi-hero-lead {
  color: #77585d;
}

.pulse-v2-page .v2-light-hero .fi-btn-ghost {
  color: #8e0a14;
  border-color: rgba(181, 7, 18, .25);
  background: rgba(255, 255, 255, .9);
}

.pulse-v2-page .v2-light-hero .fi-btn-ghost:hover {
  color: #fff;
  border-color: #d90814;
  background: #d90814;
}

.pulse-v2-page .v2-hero-visual {
  border: 9px solid #fff;
  background-color: #f5e7e3;
  background-blend-mode: normal;
  box-shadow: 0 35px 90px rgba(130, 5, 14, .2);
  filter: saturate(1.06) contrast(1.01);
}

.pulse-v2-page .v2-hero-visual::before {
  border-color: rgba(229, 9, 20, .2);
  background: linear-gradient(180deg, transparent 58%, rgba(105, 8, 15, .16));
}

.pulse-v2-page .v2-live-card,
.pulse-v2-page .v2-quality-card {
  border-color: rgba(151, 4, 14, .15);
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 20px 45px rgba(96, 3, 10, .15);
}

.pulse-v2-page .v2-live-card strong,
.pulse-v2-page .v2-quality-card strong {
  color: #b80712;
}

.pulse-v2-page .v2-live-card > span,
.pulse-v2-page .v2-live-card small,
.pulse-v2-page .v2-quality-card > span,
.pulse-v2-page .v2-quality-card small {
  color: #76575c;
}

.pulse-v2-page .v2-platforms {
  border-block-color: rgba(115, 4, 12, .12);
  background: #fff;
}

.pulse-v2-page .v2-platforms p {
  color: #9b4c53;
}

.pulse-v2-page .v2-platform-list > span {
  color: #4d1a21;
  border-left-color: rgba(115, 4, 12, .13);
}

.pulse-v2-page .v2-numbers {
  background: #d90814;
}

.pulse-v2-page .v2-number-grid article {
  border-right-color: rgba(255, 255, 255, .28);
}

.pulse-v2-page .v2-number-grid small,
.pulse-v2-page .v2-number-grid strong,
.pulse-v2-page .v2-number-grid p {
  color: #fff;
}

.pulse-v2-page .v2-number-grid p {
  opacity: .72;
}

.pulse-v2-page .v2-section-title h2,
.pulse-v2-page .v2-benefits h2,
.pulse-v2-page .v2-universes h2,
.pulse-v2-page .v2-faq h2 {
  color: #3b0710;
}

.pulse-v2-page .v2-section-title > p {
  color: #76575c;
}

.pulse-v2-page .v2-benefit-grid article {
  border-color: rgba(126, 4, 13, .14);
  background: #fff;
  box-shadow: 0 18px 45px rgba(102, 4, 12, .06);
}

.pulse-v2-page .v2-benefit-grid article:not(.v2-benefit-featured) h3 {
  color: #3b0710;
}

.pulse-v2-page .v2-benefit-grid p {
  color: #775c60;
}

.pulse-v2-page .v2-benefit-grid .v2-benefit-featured {
  color: #fff;
  border-color: #e50914;
  background:
    radial-gradient(circle at 68% 33%, rgba(255, 255, 255, .18), transparent 30%),
    linear-gradient(145deg, #e50914, #a80610 72%);
  box-shadow: 0 24px 60px rgba(179, 6, 17, .18);
}

.pulse-v2-page .v2-benefit-featured h3,
.pulse-v2-page .v2-benefit-featured p,
.pulse-v2-page .v2-benefit-featured .fi-kicker {
  color: #fff;
}

.pulse-v2-page .v2-card-no {
  color: #bd858a;
}

.pulse-v2-page .v2-benefit-featured .v2-card-no {
  color: rgba(255, 255, 255, .65);
}

.pulse-v2-page .v2-world {
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, .13), transparent 28%),
    #d90814;
}

.pulse-v2-page .v2-world h2,
.pulse-v2-page .v2-world .fi-kicker,
.pulse-v2-page .v2-world-grid > div:first-child > p:not(.fi-kicker) {
  color: #fff;
}

.pulse-v2-page .v2-world-grid > div:first-child > p:not(.fi-kicker) {
  opacity: .75;
  font-size: 17px;
  line-height: 1.7;
}

.pulse-v2-page .v2-world .fi-btn {
  margin-top: 24px;
  color: #b30712;
  background: #fff;
  box-shadow: none;
}

.pulse-v2-page .v2-country-set > .v2-country-chip,
.pulse-v2-page .v2-country-set > .v2-country-chip:nth-child(3n + 1) {
  color: #fff;
  border-color: rgba(255, 255, 255, .4);
  background: rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 14px 32px rgba(112, 0, 8, .13);
}

.pulse-v2-page .v2-country-set > .v2-country-chip:nth-child(2n) {
  color: #9d0812;
  border-color: #fff;
  background: #fff;
  box-shadow: 0 15px 34px rgba(112, 0, 8, .16);
}

.pulse-v2-page .v2-country-chip small {
  color: rgba(255, 255, 255, .7);
}

.pulse-v2-page .v2-country-set > .v2-country-chip:nth-child(2n) small {
  color: rgba(157, 8, 18, .62);
}

.pulse-v2-page .v2-guidance {
  background: #fff0ed;
}

.pulse-v2-page .v2-guidance .fi-kicker {
  color: #d90814;
}

.pulse-v2-page .v2-guidance-copy h2 {
  color: #3b0710;
}

.pulse-v2-page .v2-guidance-copy > p:not(.fi-kicker) {
  color: #76575c;
  opacity: 1;
}

.pulse-v2-page .v2-guidance-points {
  border-top-color: rgba(122, 4, 13, .14);
}

.pulse-v2-page .v2-guidance-points article {
  border-bottom-color: rgba(122, 4, 13, .14);
}

.pulse-v2-page .v2-guidance-points article > span {
  color: #d90814;
}

.pulse-v2-page .v2-guidance-points strong {
  color: #3b0710;
}

.pulse-v2-page .v2-guidance-points p {
  color: #76575c;
}

.pulse-v2-page .fi-native-pricing-section.e-con {
  padding-block: 100px;
  background:
    radial-gradient(circle at 8% 8%, rgba(229, 9, 20, .1), transparent 25%),
    linear-gradient(rgba(188, 8, 18, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(188, 8, 18, .035) 1px, transparent 1px),
    #fffaf8;
  background-size: auto, 56px 56px, 56px 56px, auto;
}

.pulse-v2-page .fi-native-pricing-section > .fi-wrap {
  width: min(1240px, calc(100% - 64px));
  max-width: 1240px;
}

.pulse-v2-page .fi-native-pricing-section .fi-section-head {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.pulse-v2-page .fi-native-pricing-section .fi-section-head h2,
.pulse-v2-page .fi-native-pricing-section .fi-section-head > p {
  color: #3b0710;
}

.pulse-v2-page .fi-native-pricing-section .fi-section-head h2 {
  font-size: clamp(42px, 5vw, 64px);
  line-height: .98;
}

.pulse-v2-page .fi-native-pricing-section .fi-section-head .fi-kicker {
  width: fit-content;
  margin-inline: auto;
  padding: 7px 12px;
  border: 1px solid rgba(208, 8, 20, .18);
  border-radius: 99px;
  background: #fff;
}

.pulse-v2-page .fi-pricing.e-con {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.pulse-v2-page .fi-price-card.e-con {
  position: relative;
  min-height: 430px;
  padding: 38px 34px 26px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 172px;
  grid-template-areas:
    "name price"
    "duration price"
    "note price"
    "features action"
    "guarantee guarantee";
  grid-template-rows: auto auto auto 1fr auto;
  column-gap: 34px;
  overflow: hidden;
  color: #3b0710;
  border: 0;
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 6%, rgba(229, 9, 20, .08), transparent 23%),
    #fff;
  box-shadow: 0 24px 65px rgba(93, 3, 10, .09);
  transform: none;
}

.pulse-v2-page .fi-price-card.e-con:nth-child(2) {
  background:
    radial-gradient(circle at 92% 6%, rgba(229, 9, 20, .11), transparent 24%),
    #fff0ed;
}

.pulse-v2-page .fi-price-card.e-con:nth-child(4) {
  background:
    radial-gradient(circle at 92% 6%, rgba(229, 9, 20, .11), transparent 24%),
    #f9e5e1;
}

.pulse-v2-page .fi-price-card.e-con::before {
  position: absolute;
  right: 24px;
  bottom: -48px;
  color: rgba(94, 4, 12, .035);
  font-family: "Space Grotesk", sans-serif;
  font-size: 180px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.pulse-v2-page .fi-price-card.e-con:nth-child(1)::before { content: "01"; }
.pulse-v2-page .fi-price-card.e-con:nth-child(2)::before { content: "02"; }
.pulse-v2-page .fi-price-card.e-con:nth-child(3)::before { content: "03"; }
.pulse-v2-page .fi-price-card.e-con:nth-child(4)::before { content: "04"; }

.pulse-v2-page .fi-price-card.e-con::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, #a90610, #ff2732 48%, #ff8d84);
}

.pulse-v2-page .fi-price-card .fi-plan-name {
  grid-area: name;
  margin: 0 0 7px !important;
  font-size: 28px;
}

.pulse-v2-page .fi-price-card .fi-plan-duration {
  grid-area: duration;
  width: fit-content;
  margin: 0 0 13px;
  padding: 5px 9px;
  border-radius: 99px;
  color: #bd0a15;
  background: rgba(229, 9, 20, .08);
  font-size: 9px;
}

.pulse-v2-page .fi-price-card .fi-price {
  grid-area: price;
  width: 160px;
  height: 160px;
  margin: 0 !important;
  display: grid;
  place-items: center;
  align-self: start;
  border: 1px solid rgba(196, 7, 18, .12);
  border-radius: 50%;
  background: rgba(229, 9, 20, .055);
  font-size: 64px;
}

.pulse-v2-page .fi-price-card .fi-price-note {
  grid-area: note;
  margin: 0 0 20px !important;
  font-size: 11px;
}

.pulse-v2-page .fi-price-card .fi-feature-list {
  grid-area: features;
  margin: 0 !important;
  align-self: end;
}

.pulse-v2-page .fi-price-card .fi-feature-list .elementor-icon-list-items {
  gap: 7px;
}

.pulse-v2-page .fi-price-card .fi-feature-list .elementor-icon-list-icon {
  color: #fff;
  background: #e50914;
  border-radius: 5px;
}

.pulse-v2-page .fi-price-card .fi-native-price-button {
  grid-area: action;
  align-self: end;
}

.pulse-v2-page .fi-price-card .fi-native-price-button .elementor-button {
  min-height: 58px;
  border-radius: 99px;
  color: #fff;
  background: #d90814;
  box-shadow: none;
}

.pulse-v2-page .fi-price-card .fi-native-price-button .elementor-button:hover {
  color: #fff;
  background: #a90610;
  box-shadow: 0 14px 30px rgba(181, 6, 17, .2);
}

.pulse-v2-page .fi-price-card .fi-guarantee {
  grid-area: guarantee;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px dashed rgba(126, 4, 13, .18);
  text-align: center;
}

.pulse-v2-page .fi-price-card .fi-plan-name,
.pulse-v2-page .fi-price-card .fi-price {
  color: #3b0710;
}

.pulse-v2-page .fi-price-card .fi-price-note,
.pulse-v2-page .fi-price-card .fi-guarantee {
  color: #80656a;
}

.pulse-v2-page .fi-price-card .fi-feature-list .elementor-icon-list-text {
  color: #5f4045;
}

.pulse-v2-page .fi-price-card.fi-popular.e-con {
  color: #fff;
  border: 0;
  background:
    radial-gradient(circle at 88% 4%, rgba(255, 255, 255, .2), transparent 24%),
    linear-gradient(145deg, #ed101c, #a50510);
  box-shadow: 0 30px 72px rgba(181, 6, 17, .25);
  transform: none;
}

.pulse-v2-page .fi-price-card.fi-popular.e-con::before {
  color: rgba(255, 255, 255, .055);
}

.pulse-v2-page .fi-price-card.fi-popular.e-con::after {
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, .28));
}

.pulse-v2-page .fi-price-card.fi-popular .fi-popular-label {
  top: 0;
  right: auto;
  left: 34px;
  z-index: 2;
  padding: 7px 13px;
  border-radius: 0 0 9px 9px;
  color: #a50510;
  background: #fff;
  transform: none;
}

.pulse-v2-page .fi-price-card.fi-popular .fi-plan-name {
  padding-top: 9px;
}

.pulse-v2-page .fi-price-card.fi-popular .fi-plan-duration,
.pulse-v2-page .fi-price-card.fi-popular .fi-price {
  border-color: rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .1);
}

.pulse-v2-page .fi-price-card.fi-popular .fi-feature-list .elementor-icon-list-icon {
  color: #b30712;
  background: #fff;
}

.pulse-v2-page .fi-price-card.fi-popular .fi-native-price-button .elementor-button {
  color: #a50510;
  background: #fff;
}

.pulse-v2-page .fi-price-card.fi-popular .fi-native-price-button .elementor-button:hover {
  color: #a50510;
  background: #fff1ee;
}

.pulse-v2-page .fi-price-card.fi-popular .fi-plan-name,
.pulse-v2-page .fi-price-card.fi-popular .fi-plan-duration,
.pulse-v2-page .fi-price-card.fi-popular .fi-price,
.pulse-v2-page .fi-price-card.fi-popular .fi-price-note,
.pulse-v2-page .fi-price-card.fi-popular .fi-guarantee,
.pulse-v2-page .fi-price-card.fi-popular .fi-feature-list .elementor-icon-list-text {
  color: #fff;
}

.pulse-v2-page .fi-price-card.fi-popular .fi-guarantee {
  border-top-color: rgba(255, 255, 255, .2);
}

.pulse-v2-page .v2-steps {
  background: #fff0ed;
}

.pulse-v2-page .v2-step-grid article {
  border-color: rgba(126, 4, 13, .14);
  background: #fff;
  box-shadow: 0 16px 40px rgba(93, 3, 10, .05);
}

.pulse-v2-page .v2-universe-grid article {
  border-color: rgba(126, 4, 13, .14);
  background-image:
    linear-gradient(180deg, rgba(45, 4, 9, .02) 14%, rgba(45, 4, 9, .22) 48%, rgba(45, 4, 9, .94) 100%),
    var(--v2-universe-image);
  box-shadow: 0 18px 42px rgba(93, 3, 10, .12);
}

.pulse-v2-page .v2-universe-grid article h3 {
  color: #fff;
}

.pulse-v2-page .v2-universe-grid article p {
  color: rgba(255, 255, 255, .82);
}

.pulse-v2-page .v2-universe-grid article:nth-child(2),
.pulse-v2-page .v2-universe-grid article:nth-child(6) {
  border-color: rgba(126, 4, 13, .14);
  box-shadow: 0 20px 45px rgba(179, 6, 17, .16);
}

.pulse-v2-page .v2-universe-grid article:nth-child(2) h3,
.pulse-v2-page .v2-universe-grid article:nth-child(6) h3,
.pulse-v2-page .v2-universe-grid article:nth-child(2) p,
.pulse-v2-page .v2-universe-grid article:nth-child(6) p {
  color: #fff;
}

.pulse-v2-page .v2-reassurance {
  border: 0;
  background: #d90814;
}

.pulse-v2-page .v2-reassurance .fi-wrap > div {
  border-right-color: rgba(255, 255, 255, .28);
}

.pulse-v2-page .v2-reassurance strong,
.pulse-v2-page .v2-reassurance span {
  color: #fff;
}

.pulse-v2-page .v2-reassurance span {
  opacity: .72;
}

.pulse-v2-page .fi-faq {
  border-top-color: rgba(111, 4, 12, .18);
}

.pulse-v2-page .fi-faq-item {
  border-bottom-color: rgba(111, 4, 12, .18);
}

.pulse-v2-page .fi-faq summary {
  color: #3b0710;
}

.pulse-v2-page .fi-faq-answer {
  color: #76575c;
}

.pulse-v2-page .v2-final-card {
  color: #fff;
  background: #e50914;
}

.pulse-v2-page .v2-final-card .fi-kicker {
  color: rgba(255, 255, 255, .76);
}

.pulse-v2-page .v2-final-card h2 {
  color: #fff;
}

.pulse-v2-page .v2-final-card p:not(.fi-kicker) {
  color: rgba(255, 255, 255, .84);
}

.pulse-v2-page .v2-final-card .fi-btn.fi-btn-light {
  color: #e50914;
  border-color: #fff;
  background: #fff;
  box-shadow: 0 12px 30px rgba(92, 0, 7, .18);
}

.pulse-v2-page .v2-final-card .fi-btn.fi-btn-light:hover {
  color: #bd0712;
  border-color: #fff4f4;
  background: #fff4f4;
}

.pulse-v2-page .v2-final-card .v2-final-link {
  color: #fff;
}

.pulse-v2-page .fi-footer {
  color: #fff;
  border-top: 0;
  background: #b40712;
}

.pulse-v2-page .fi-footer .pr-logo-copy strong,
.pulse-v2-page .fi-footer .pr-logo-copy small,
.pulse-v2-page .fi-footer h4,
.pulse-v2-page .fi-footer-links,
.pulse-v2-page .fi-footer-links a,
.pulse-v2-page .fi-footer-about,
.pulse-v2-page .fi-footer-bottom {
  color: #fff;
}

.pulse-v2-page .fi-footer-about,
.pulse-v2-page .fi-footer-links,
.pulse-v2-page .fi-footer-bottom {
  opacity: .75;
}

.pulse-v2-page .fi-footer-bottom {
  border-top-color: rgba(255, 255, 255, .25);
}

/* Contact page — V2 light visual language. */
.pulse-v2-contact-page main,
.pulse-v2-contact-page .fi-contact-section,
.pulse-v2-contact-page .fi-contact-final {
  background-color: #fff8f6;
}

.pulse-v2-contact-page .fi-page-hero {
  padding: 104px 0 92px;
  border-bottom: 1px solid rgba(111, 4, 12, .1);
  background:
    radial-gradient(circle at 18% 24%, rgba(229, 9, 20, .1), transparent 28%),
    radial-gradient(circle at 84% 72%, rgba(229, 9, 20, .07), transparent 24%),
    linear-gradient(rgba(188, 8, 18, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(188, 8, 18, .035) 1px, transparent 1px),
    linear-gradient(120deg, #fff 0%, #fff8f6 68%, #ffe9e4 100%);
  background-size: auto, auto, 54px 54px, 54px 54px, auto;
}

.pulse-v2-contact-page .fi-page-hero::before {
  background: none;
}

.pulse-v2-contact-page .fi-page-hero .fi-kicker {
  color: #d90814;
}

.pulse-v2-contact-page .fi-page-hero h1 {
  color: #3b0710;
}

.pulse-v2-contact-page .fi-page-hero > .fi-wrap > p:not(.fi-kicker) {
  color: #76575c;
}

.pulse-v2-contact-page .fi-contact-section {
  padding: 92px 0 112px;
  background: #fff8f6;
}

.pulse-v2-contact-page .fi-contact-mail-card {
  position: relative;
  padding: 64px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 70px;
  align-items: center;
  border: 1px solid rgba(111, 4, 12, .12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(89, 5, 13, .09);
}

.pulse-v2-contact-page .fi-contact-mail-card::before {
  content: "";
  position: absolute;
  top: -150px;
  left: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(229, 9, 20, .1), transparent 68%);
  pointer-events: none;
}

.pulse-v2-contact-page .fi-contact-mail-copy,
.pulse-v2-contact-page .fi-contact-mail-action {
  position: relative;
  z-index: 1;
}

.pulse-v2-contact-page .fi-contact-mail-copy .fi-kicker {
  color: #d90814;
}

.pulse-v2-contact-page .fi-contact-mail-copy h2 {
  max-width: 650px;
  margin: 10px 0 20px;
  color: #3b0710;
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.pulse-v2-contact-page .fi-contact-mail-copy > p:not(.fi-kicker) {
  max-width: 620px;
  margin: 0;
  color: #76575c;
  font-size: 15px;
}

.pulse-v2-contact-page .fi-contact-mail-action {
  padding: 34px;
  display: grid;
  border: 1px solid rgba(229, 9, 20, .15);
  border-radius: 18px;
  background: #fff3f1;
}

.pulse-v2-contact-page .fi-contact-mail-action > span {
  color: #a30a14;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.pulse-v2-contact-page .fi-contact-mail-action strong {
  margin: 7px 0 24px;
  color: #3b0710;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.pulse-v2-contact-page .fi-contact-mail-action .fi-btn {
  width: 100%;
  justify-content: center;
}

.pulse-v2-contact-page .fi-contact-mail-action small {
  margin-top: 13px;
  color: #8a6a6f;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 900px) {
  .pulse-v2-contact-page .fi-contact-mail-card {
    grid-template-columns: 1fr;
    gap: 38px;
  }
}

@media (max-width: 600px) {
  .pulse-v2-contact-page .fi-page-hero {
    padding: 76px 0 70px;
  }

  .pulse-v2-contact-page .fi-contact-section {
    padding: 58px 0 76px;
  }

  .pulse-v2-contact-page .fi-contact-mail-card {
    padding: 32px 24px;
    border-radius: 15px;
  }

  .pulse-v2-contact-page .fi-contact-mail-copy h2 {
    font-size: 36px;
  }

  .pulse-v2-contact-page .fi-contact-mail-action {
    padding: 24px 20px;
    border-radius: 14px;
  }
}

@media (max-width: 820px) {
  .pulse-v2-page .fi-menu {
    z-index: 50;
    top: calc(100% + 8px);
    right: 14px;
    left: 14px;
    gap: 0;
    padding: 8px;
    color: #3b0710;
    overflow: hidden;
    border: 1px solid rgba(126, 4, 13, .13);
    border-radius: 16px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 22px 55px rgba(93, 3, 10, .18);
    backdrop-filter: blur(18px);
    transform-origin: top center;
  }

  .pulse-v2-page .fi-menu.is-open {
    animation: v2-mobile-menu-in 180ms cubic-bezier(.2, .75, .25, 1) both;
  }

  .pulse-v2-page .fi-menu a {
    min-height: 50px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    transition: color 160ms ease, background-color 160ms ease;
  }

  .pulse-v2-page .fi-menu a:hover,
  .pulse-v2-page .fi-menu a:focus-visible,
  .pulse-v2-page .fi-menu a.is-active {
    color: #a80813;
    background: #fff1ef;
    outline: 0;
  }

  .pulse-v2-page .fi-menu a::after {
    content: "\2192";
    position: static;
    width: auto;
    height: auto;
    display: block;
    color: #d90814;
    background: none;
    font-size: 17px;
    line-height: 1;
    opacity: .45;
    transform: none;
  }

  .pulse-v2-page .fi-menu-toggle {
    color: #8e0a14;
    border-color: rgba(126, 4, 13, .2);
    border-radius: 11px;
    background: #fff7f5;
    box-shadow: 0 8px 22px rgba(93, 3, 10, .08);
    transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
  }

  .pulse-v2-page .fi-menu-toggle[aria-expanded="true"] {
    color: #fff;
    background: #d90814;
    transform: rotate(90deg);
  }
}

@keyframes v2-mobile-menu-in {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 600px) {
  .pulse-v2-page .v2-number-grid article,
  .pulse-v2-page .v2-number-grid article:first-child,
  .pulse-v2-page .v2-number-grid article:nth-child(3) {
    border-bottom-color: rgba(255, 255, 255, .28);
  }

  .pulse-v2-page .v2-platform-list > span {
    border-bottom-color: rgba(115, 4, 12, .11);
  }

  .pulse-v2-page .v2-reassurance .fi-wrap > div {
    border-bottom-color: rgba(255, 255, 255, .28);
  }
}

/* V2 — a separate conversion-focused homepage composition. */
.v2-home {
  background: #0b0708;
}

.v2-hero {
  padding: 76px 0 90px;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 15%, rgba(229, 9, 20, .14), transparent 28%),
    #0b0708;
}

.v2-hero-grid {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 54px;
  align-items: center;
}

.v2-pill {
  width: fit-content;
  margin: 0 0 27px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 99px;
  color: #e4d9da;
  background: rgba(255, 255, 255, .035);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.v2-pill span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e50914;
  box-shadow: 0 0 0 5px rgba(229, 9, 20, .12);
}

.v2-hero h1 {
  margin: 0 0 26px;
  color: #fff;
  font-size: clamp(55px, 6vw, 88px);
  font-weight: 600;
  line-height: .95;
  letter-spacing: -.07em;
}

.v2-hero h1 em {
  color: #ff2530;
  font-style: normal;
}

.v2-lead {
  max-width: 590px;
  margin: 0 0 33px;
  color: #b9abad;
  font-size: 16px;
}

.v2-hero-assurance {
  margin-top: 29px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: #8f8183;
  font-size: 10px;
  font-weight: 700;
}

.v2-hero-assurance span::first-letter {
  color: #ff3540;
}

.v2-hero-visual {
  position: relative;
  min-height: 610px;
  border-radius: 18px;
  background-color: #1c0b0e;
  background-position: 61% center;
  background-size: cover;
  box-shadow: 0 40px 100px rgba(0, 0, 0, .38);
  isolation: isolate;
}

.v2-hero-visual::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: inherit;
  background: linear-gradient(180deg, transparent 45%, rgba(10, 4, 5, .82));
}

.v2-hero-visual::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: -28px;
  right: -28px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(229, 9, 20, .6);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(229, 9, 20, .06), 0 0 0 56px rgba(229, 9, 20, .035);
}

.v2-live-card,
.v2-quality-card {
  position: absolute;
  display: grid;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(15, 7, 8, .88);
  box-shadow: 0 22px 55px rgba(0, 0, 0, .28);
  backdrop-filter: blur(14px);
}

.v2-live-card {
  right: 24px;
  bottom: 25px;
  width: min(300px, calc(100% - 48px));
  padding: 24px;
  border-radius: 10px;
}

.v2-live-card > span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #b9abad;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.v2-live-card i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e50914;
}

.v2-live-card strong {
  margin-top: 13px;
  color: #fff;
  font-size: 45px;
  line-height: 1;
  letter-spacing: -.06em;
}

.v2-live-card small,
.v2-quality-card small {
  color: #988a8c;
  font-size: 9px;
}

.v2-quality-card {
  top: 28px;
  left: -32px;
  min-width: 166px;
  padding: 19px;
  border-radius: 9px;
}

.v2-quality-card > span {
  color: #988a8c;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.v2-quality-card strong {
  color: #fff;
  font-size: 34px;
}

.v2-platforms {
  padding: 31px 0;
  border-block: 1px solid rgba(255, 255, 255, .09);
  background: #110a0c;
}

.v2-platforms .fi-wrap {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 34px;
  align-items: center;
}

.v2-platforms p {
  margin: 0;
  color: #817375;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.v2-platform-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.v2-platform-list > span {
  min-height: 50px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 11px;
  border-left: 1px solid rgba(255, 255, 255, .1);
  color: #d2c6c7;
  font-size: 12px;
  font-weight: 700;
}

.v2-platform-list .fi-device-icon {
  width: 31px;
  height: 31px;
  margin: 0;
  display: grid;
  flex: 0 0 31px;
  place-items: center;
  border-radius: 0;
  color: #ff3641;
  background: transparent;
}

.v2-platform-list .fi-device-icon svg,
.v2-platform-list .fi-device-icon img {
  width: 28px;
  height: 28px;
  display: block;
}

.v2-numbers {
  padding: 86px 0;
  background: #f1eae7;
}

.v2-number-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.v2-number-grid article {
  padding: 0 36px;
  border-right: 1px solid rgba(27, 11, 14, .15);
}

.v2-number-grid article:first-child {
  padding-left: 0;
}

.v2-number-grid article:last-child {
  padding-right: 0;
  border: 0;
}

.v2-number-grid small {
  color: #b40a13;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.v2-number-grid strong {
  margin: 8px 0 12px;
  display: block;
  color: #180d0f;
  font-size: 47px;
  line-height: 1;
  letter-spacing: -.06em;
}

.v2-number-grid p {
  margin: 0;
  color: #75686a;
  font-size: 11px;
}

.v2-benefits {
  background: #0b0708;
}

.v2-section-title {
  margin-bottom: 51px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 70px;
  align-items: end;
}

.v2-section-title h2 {
  margin: 0;
}

.v2-section-title > p {
  margin: 0 0 6px;
  color: #a89a9c;
  font-size: 13px;
}

.v2-benefit-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: repeat(2, 260px);
  gap: 14px;
}

.v2-benefit-grid article {
  position: relative;
  padding: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 10px;
  background: #171012;
}

.v2-benefit-grid .v2-benefit-featured {
  grid-row: 1 / 3;
  padding: 41px;
  background:
    radial-gradient(circle at 68% 33%, rgba(229, 9, 20, .38), transparent 30%),
    linear-gradient(145deg, #650a10, #1b0e10 68%);
}

.v2-card-no {
  position: absolute;
  top: 25px;
  right: 26px;
  color: #816e71;
  font-size: 9px;
  font-weight: 800;
}

.v2-benefit-grid h3 {
  max-width: 510px;
  margin: 0 0 11px;
  color: #fff;
  font-size: 24px;
  line-height: 1.1;
}

.v2-benefit-featured h3 {
  font-size: 39px;
}

.v2-benefit-grid p {
  max-width: 530px;
  margin: 0;
  color: #a99a9c;
  font-size: 12px;
}

.v2-benefit-grid a {
  margin-top: 19px;
  color: #ff4a54;
  font-size: 10px;
  font-weight: 800;
}

.v2-event-mark {
  position: absolute;
  top: 42px;
  left: 42px;
  width: 170px;
  height: 120px;
  display: flex;
  align-items: end;
  gap: 9px;
}

.v2-event-mark::before {
  content: "";
  position: absolute;
  right: -95px;
  bottom: -25px;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, .025);
}

.v2-event-mark i {
  position: relative;
  z-index: 1;
  width: 26px;
  display: block;
  border-radius: 3px 3px 0 0;
  background: rgba(255, 255, 255, .92);
}

.v2-event-mark i:nth-child(1) { height: 46px; }
.v2-event-mark i:nth-child(2) { height: 92px; }
.v2-event-mark i:nth-child(3) { height: 67px; background: #ff2833; }

.v2-world {
  padding: 64px 0;
  background: #151012;
}

.v2-world-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
  text-align: center;
}

.v2-world-grid > div:first-child {
  width: min(820px, 100%);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.v2-world-grid > div:first-child > p:not(.fi-kicker) {
  max-width: 700px;
  margin: 0;
  color: #a99b9d;
  font-size: 14px;
}

.v2-country-cloud {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.v2-country-track {
  width: max-content;
  display: flex;
  animation: v2-country-scroll 105s linear infinite;
  will-change: transform;
}

.v2-country-set {
  padding-right: 14px;
  display: flex;
  flex: 0 0 auto;
  gap: 14px;
}

.v2-country-set > .v2-country-chip {
  min-height: 92px;
  padding: 12px 27px 12px 12px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 25px;
  color: #e6dcdd;
  background: rgba(255, 255, 255, .035);
  white-space: nowrap;
}

.v2-country-set > .v2-country-chip:nth-child(3n + 1) {
  border-color: rgba(229, 9, 20, .45);
  background: rgba(229, 9, 20, .09);
}

.v2-country-flag {
  width: 54px;
  height: 54px;
  display: grid;
  flex: 0 0 54px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 17px;
  background: rgba(255, 255, 255, .13);
  font-size: 34px;
  line-height: 1;
  filter: drop-shadow(0 3px 7px rgba(52, 4, 10, .14));
}

.pulse-v2-page .v2-country-set > .v2-country-chip:nth-child(2n) .v2-country-flag {
  border-color: rgba(157, 8, 18, .1);
  background: rgba(216, 8, 20, .07);
}

.v2-country-copy {
  display: grid;
  gap: 2px;
  text-align: left;
}

.v2-country-copy strong {
  font-size: 15px;
  line-height: 1.15;
}

.v2-country-copy small {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .035em;
  line-height: 1.2;
}

.v2-country-count {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -.02em;
}

.v2-country-live-label {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.v2-live-icon {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-grid;
  flex: 0 0 16px;
  place-items: center;
  color: currentColor;
}

.v2-live-icon::before,
.v2-live-icon::after {
  content: "";
  position: absolute;
  border: 1.4px solid currentColor;
  border-block-color: transparent;
  border-radius: 50%;
}

.v2-live-icon::before { inset: 3px; }
.v2-live-icon::after { inset: 0; opacity: .5; }

.v2-live-icon i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .12);
}

@keyframes v2-country-scroll {
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .v2-country-track {
    animation-play-state: paused;
  }
}

.v2-guidance {
  padding: 104px 0;
  background: #e50914;
}

.v2-guidance-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 90px;
  align-items: center;
}

.v2-guidance .fi-kicker,
.v2-guidance-copy p,
.v2-guidance-copy h2 {
  color: #fff;
}

.v2-guidance-copy h2 {
  margin-bottom: 21px;
}

.v2-guidance-copy > p:not(.fi-kicker) {
  margin: 0;
  opacity: .76;
  font-size: 14px;
}

.v2-guidance-points {
  border-top: 1px solid rgba(255, 255, 255, .32);
}

.v2-guidance-points article {
  padding: 23px 0;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, .32);
}

.v2-guidance-points article > span {
  color: rgba(255, 255, 255, .62);
  font-size: 10px;
  font-weight: 800;
}

.v2-guidance-points strong {
  display: block;
  color: #fff;
  font-size: 15px;
}

.v2-guidance-points p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
}

.v2-steps {
  background: #f1eae7;
}

.v2-steps .fi-section-head h2 {
  color: #180d0f;
}

.v2-steps .fi-section-head > p {
  color: #75686a;
}

.v2-step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.v2-step-grid article {
  min-height: 330px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(27, 11, 14, .13);
  border-radius: 10px;
  background: rgba(255, 255, 255, .38);
}

.v2-step-grid article > span {
  width: 48px;
  height: 48px;
  margin-bottom: auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #e50914;
  font-family: "Space Grotesk", sans-serif;
  font-size: 13px;
}

.v2-step-grid small {
  color: #b20a13;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.v2-step-grid h3 {
  margin: 7px 0 11px;
  color: #1d1113;
  font-size: 22px;
  line-height: 1.12;
}

.v2-step-grid p {
  margin: 0;
  color: #716467;
  font-size: 11px;
}

.v2-universes {
  background: #0b0708;
}

.v2-universes .v2-section-title {
  align-items: end;
}

.v2-universe-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.v2-universe-grid article {
  min-height: 310px;
  padding: 27px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 9px;
  background-color: #171012;
  background-position: center;
  background-size: cover;
  transition: transform .25s ease, box-shadow .25s ease;
}

.v2-universe-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 55px rgba(93, 3, 10, .2);
}

.v2-universe-grid span {
  margin-bottom: auto;
  width: fit-content;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 99px;
  color: #fff;
  background: rgba(52, 4, 10, .46);
  backdrop-filter: blur(8px);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
}

.v2-universe-grid article:nth-child(2) span,
.v2-universe-grid article:nth-child(6) span {
  color: rgba(255, 255, 255, .7);
}

.v2-universe-grid h3 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 21px;
}

.v2-universe-grid p {
  margin: 0;
  color: #9f9193;
  font-size: 11px;
}

.v2-universe-grid article:nth-child(2) p,
.v2-universe-grid article:nth-child(6) p {
  color: rgba(255, 255, 255, .72);
}

.v2-reassurance {
  border-block: 1px solid rgba(255, 255, 255, .09);
  background: #151012;
}

.v2-reassurance .fi-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.v2-reassurance .fi-wrap > div {
  padding: 35px;
  display: grid;
  border-right: 1px solid rgba(255, 255, 255, .1);
  text-align: center;
}

.v2-reassurance .fi-wrap > div:last-child {
  border: 0;
}

.v2-reassurance strong {
  color: #fff;
  font-size: 14px;
}

.v2-reassurance span {
  color: #8f8183;
  font-size: 9px;
}

.v2-faq {
  background: #0b0708;
}

.v2-final {
  padding-top: 0;
  background: #0b0708;
}

.v2-final-card {
  min-height: 400px;
  padding: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  overflow: hidden;
  border-radius: 13px;
  background:
    radial-gradient(circle at 85% 50%, rgba(255, 255, 255, .12), transparent 24%),
    linear-gradient(120deg, #5e0810, #e50914);
}

.v2-final-card h2 {
  margin-bottom: 17px;
  font-size: clamp(40px, 5vw, 64px);
}

.v2-final-card p:not(.fi-kicker) {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
}

.v2-final-card > div:last-child {
  min-width: 220px;
  display: grid;
  gap: 14px;
  justify-items: stretch;
}

.v2-final-link {
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  text-decoration: underline !important;
  text-underline-offset: 5px;
}

@media (max-width: 1024px) {
  .v2-hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }

  .v2-hero-visual {
    min-height: 550px;
  }

  .v2-platforms .fi-wrap {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .v2-number-grid strong {
    font-size: 39px;
  }

  .v2-guidance-grid {
    gap: 55px;
  }

  .v2-world-grid {
    gap: 30px;
  }
}

@media (max-width: 820px) {
  .pulse-v2-page .fi-hero.pr-hero.v2-light-hero {
    background-position: initial;
  }

  .pulse-v2-page .v2-hero-background {
    object-position: 62% center;
  }

  .pulse-v2-page .fi-hero.pr-hero.v2-light-hero::before {
    background:
      linear-gradient(90deg, rgba(255, 248, 246, .99) 0%, rgba(255, 248, 246, .95) 58%, rgba(255, 248, 246, .62) 100%),
      linear-gradient(0deg, #fff8f6 0%, rgba(255, 248, 246, .84) 16%, transparent 42%);
  }

  .v2-hero {
    padding-top: 62px;
  }

  .v2-hero-grid,
  .v2-world-grid,
  .v2-guidance-grid {
    grid-template-columns: 1fr;
  }

  .v2-hero-copy {
    max-width: 660px;
  }

  .v2-hero-visual {
    min-height: 520px;
  }

  .v2-quality-card {
    left: 22px;
  }

  .v2-platform-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 0;
  }

  .v2-number-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 0;
  }

  .v2-number-grid article:nth-child(2) {
    border: 0;
  }

  .v2-number-grid article:nth-child(3) {
    padding-left: 0;
  }

  .v2-section-title {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .v2-benefit-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 430px 280px;
  }

  .v2-benefit-grid .v2-benefit-featured {
    grid-column: 1 / 3;
    grid-row: auto;
  }
}

@media (max-width: 600px) {
  .v2-world {
    padding: 50px 0;
  }

  .pulse-v2-page .v2-numbers {
    padding: 32px 0;
  }

  .pulse-v2-page .fi-hero.pr-hero.v2-light-hero {
    min-height: 620px;
    padding: 58px 0 64px;
    align-items: flex-start;
    background-position: initial;
  }

  .pulse-v2-page .v2-hero-background {
    object-position: 64% center;
  }

  .pulse-v2-page .fi-hero.pr-hero.v2-light-hero::before {
    background:
      linear-gradient(90deg, rgba(255, 248, 246, .99) 0%, rgba(255, 248, 246, .96) 72%, rgba(255, 248, 246, .72) 100%),
      linear-gradient(0deg, #fff8f6 0%, rgba(255, 248, 246, .88) 26%, transparent 58%);
  }

  .v2-hero {
    padding: 55px 0 72px;
  }

  .v2-hero h1 {
    font-size: 50px;
  }

  .v2-lead {
    font-size: 14px;
  }

  .v2-hero-assurance {
    display: grid;
    gap: 7px;
  }

  .v2-hero-visual {
    min-height: 440px;
    border-radius: 10px;
    background-position: 65% center;
  }

  .v2-quality-card {
    top: 16px;
    left: 16px;
  }

  .v2-live-card {
    right: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
  }

  .v2-platform-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .v2-platform-list > span {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .pulse-v2-page .v2-platforms {
    border-block: 0;
  }

  .pulse-v2-page .v2-platform-list > span {
    border: 0;
  }

  .v2-number-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .v2-number-grid article,
  .v2-number-grid article:first-child,
  .v2-number-grid article:nth-child(3) {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(27, 11, 14, .14);
  }

  .v2-number-grid article:last-child {
    border: 0;
  }

  .v2-benefit-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 440px 280px 280px;
  }

  .v2-benefit-grid .v2-benefit-featured {
    grid-column: auto;
  }

  .v2-benefit-grid .v2-benefit-featured {
    padding: 30px;
  }

  .v2-benefit-featured h3 {
    font-size: 30px;
  }

  .v2-country-set > .v2-country-chip {
    min-height: 82px;
    padding: 10px 22px 10px 10px;
  }

  .v2-country-flag {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    border-radius: 15px;
    font-size: 30px;
  }

  .v2-country-copy strong {
    font-size: 13px;
  }

  .v2-guidance {
    padding: 82px 0;
  }

  .v2-step-grid,
  .v2-universe-grid,
  .v2-reassurance .fi-wrap {
    grid-template-columns: 1fr;
  }

  .v2-universe-grid article {
    min-height: 220px;
    padding: 22px;
  }

  .v2-step-grid article {
    min-height: 280px;
  }

  .v2-reassurance .fi-wrap > div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .v2-final-card {
    min-height: 480px;
    padding: 40px 28px;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }

  .v2-final-card > div:last-child {
    min-width: 0;
  }
}

@media (max-width: 767px) {
  /* Above-the-fold content must be immediately paintable for mobile LCP. */
  .fiptv-site .fi-hero-content > * {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .pulse-v2-page .v2-home > section:not(:first-child),
  .pulse-v2-page .v2-footer {
    content-visibility: auto;
    contain-intrinsic-size: auto 720px;
  }
}

/* Dedicated V2 footer — intentionally unrelated to the shared site footer. */
.v2-footer {
  padding: 96px 0 0;
  color: #fff;
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 255, 255, .12), transparent 25%),
    linear-gradient(135deg, #b40712, #e50914 62%, #c10713);
}

.v2-footer-intro {
  padding-bottom: 65px;
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 80px;
  align-items: end;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.v2-footer-overline {
  margin: 0 0 15px;
  color: rgba(255, 255, 255, .72);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.v2-footer-intro h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(52px, 6vw, 82px);
  font-weight: 600;
  line-height: .92;
  letter-spacing: -.07em;
}

.v2-footer-support {
  padding: 25px;
  display: grid;
  border-radius: 9px;
  color: #750711;
  background: #fff;
  box-shadow: 0 24px 60px rgba(94, 3, 11, .18);
}

.v2-footer-support > span {
  margin-bottom: 14px;
  color: #9a686d;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.v2-footer-support a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #9c0712 !important;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.03em;
}

.v2-footer-support a b {
  width: 34px;
  height: 34px;
  display: grid;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #e50914;
}

.v2-footer-support small {
  margin-top: 14px;
  color: #a98488;
  font-size: 9px;
}

.v2-footer-main {
  padding: 68px 0 63px;
  display: grid;
  grid-template-columns: 1.25fr .65fr .9fr 1.1fr;
  gap: 48px;
}

.v2-footer-brand .pr-logo-mark {
  color: #d40814;
  background: #fff;
  box-shadow: none;
}

.v2-footer-brand .pr-logo-copy strong,
.v2-footer-brand .pr-logo-copy small {
  color: #fff;
}

.v2-footer-brand > p {
  max-width: 315px;
  margin: 24px 0 20px;
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
}

.v2-footer-signal {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, .8);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.v2-footer-signal i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, .13);
}

.v2-footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.v2-footer-column > small {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, .58);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.v2-footer-column > a:not(.v2-footer-button) {
  color: #fff;
  font-size: 11px;
  font-weight: 650;
  transition: opacity .2s ease, translate .2s ease;
}

.v2-footer-column > a:not(.v2-footer-button):hover {
  opacity: .7;
  translate: 3px 0;
}

.v2-footer-start {
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 9px;
  background: rgba(116, 3, 11, .17);
}

.v2-footer-start strong {
  color: #fff;
  font-size: 19px;
}

.v2-footer-start p {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, .68);
  font-size: 10px;
}

.v2-footer-button {
  width: 100%;
  min-height: 45px;
  margin-top: auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  color: #9f0712 !important;
  background: #fff;
  font-size: 10px;
  font-weight: 800;
}

.v2-footer-bottom {
  min-height: 75px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .3);
  color: rgba(255, 255, 255, .68);
  font-size: 9px;
}

.v2-footer-bottom span:nth-child(2) {
  text-align: center;
}

.v2-footer-bottom a {
  color: #fff;
  font-weight: 800;
  text-align: right;
}

@media (max-width: 1024px) {
  .v2-footer-main {
    grid-template-columns: 1.1fr .7fr .9fr;
  }

  .v2-footer-start {
    grid-column: 1 / 4;
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    align-items: center;
    gap: 20px;
  }

  .v2-footer-start > small {
    display: none;
  }

  .v2-footer-button {
    width: 180px;
    margin: 0;
  }
}

@media (max-width: 700px) {
  .v2-footer {
    padding-top: 72px;
  }

  .v2-footer-intro {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .v2-footer-main {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
  }

  .v2-footer-brand {
    grid-column: 1 / 3;
  }

  .v2-footer-start {
    grid-column: 1 / 3;
    grid-template-columns: 1fr;
  }

  .v2-footer-button {
    width: 100%;
  }

  .v2-footer-bottom {
    padding: 24px 0;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .v2-footer-bottom span:nth-child(2),
  .v2-footer-bottom a {
    text-align: left;
  }
}

/* V2 footer revision: original content only, new structure and presentation. */
.v2-footer {
  padding: 0;
  color: #3b0710;
  background: #fff8f6;
}

.v2-footer-layout {
  padding: 88px 0 44px;
  display: grid;
  grid-template-columns: .78fr 1.42fr;
  gap: 18px;
  align-items: stretch;
}

.v2-footer-brand-block {
  min-height: 330px;
  padding: 43px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 12px;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 255, 255, .16), transparent 28%),
    #d90814;
}

.v2-footer-brand-block .pr-logo-mark {
  color: #d90814;
  background: #fff;
  box-shadow: none;
}

.v2-footer-brand-block .pr-logo-copy strong,
.v2-footer-brand-block .pr-logo-copy small {
  color: #fff;
}

.v2-footer-brand-block .fi-footer-about {
  max-width: 390px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
}

.v2-footer-links-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid rgba(123, 4, 13, .15);
  border-radius: 12px;
  background: #fff;
}

.v2-footer-group {
  padding: 42px 30px;
  border-right: 1px solid rgba(123, 4, 13, .12);
}

.v2-footer-group:last-child {
  border: 0;
}

.v2-footer-group h4 {
  margin: 0 0 25px;
  color: #d90814;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.v2-footer-group .fi-footer-links {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 13px;
  color: #76575c;
  font-size: 11px;
  list-style: none;
}

.v2-footer-group .fi-footer-links a {
  color: #3b0710;
  font-weight: 700;
}

.v2-footer-group .fi-footer-links a:hover {
  color: #d90814;
}

.v2-footer .v2-footer-bottom {
  min-height: 70px;
  padding: 0;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(123, 4, 13, .15);
  color: #9b7479;
  font-size: 9px;
}

@media (max-width: 900px) {
  .v2-footer-layout {
    grid-template-columns: 1fr;
  }

  .v2-footer-brand-block {
    min-height: 260px;
  }
}

@media (max-width: 600px) {
  .v2-footer-layout {
    padding-top: 62px;
  }

  .v2-footer-brand-block {
    min-height: 280px;
    padding: 31px;
  }

  .v2-footer-links-area {
    grid-template-columns: 1fr;
  }

  .v2-footer-group {
    padding: 30px;
    border-right: 0;
    border-bottom: 1px solid rgba(123, 4, 13, .12);
  }

  .v2-footer-group:last-child {
    border-bottom: 0;
  }
}

/* V2 footer: normal footer proportions, original content, rearranged only. */
.v2-footer {
  padding: 0;
  color: #3b0710;
  background: #fff;
  border-top: 5px solid #e50914;
}

.v2-footer-layout {
  padding: 68px 0 0;
  display: block;
}

.v2-footer-brand-block {
  min-height: 0;
  padding: 0 0 48px;
  display: grid;
  grid-template-columns: 260px minmax(0, 620px);
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  border-radius: 0;
  background: transparent;
}

.v2-footer-brand-block .pr-logo-mark {
  color: #fff;
  background: #e50914;
  box-shadow: 0 0 0 5px rgba(229, 9, 20, .1);
}

.v2-footer-brand-block .pr-logo-copy strong {
  color: #3b0710;
}

.v2-footer-brand-block .pr-logo-copy small {
  color: #e50914;
}

.v2-footer-brand-block .fi-footer-about {
  max-width: 620px;
  margin: 0;
  color: #76575c;
  font-size: 15px;
  line-height: 1.75;
}

.v2-footer-links-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: visible;
  border: 0;
  border-top: 1px solid rgba(123, 4, 13, .15);
  border-bottom: 1px solid rgba(123, 4, 13, .15);
  border-radius: 0;
  background: transparent;
}

.v2-footer-group {
  padding: 42px 45px;
  border-right: 1px solid rgba(123, 4, 13, .12);
}

.v2-footer-group:first-child {
  padding-left: 0;
}

.v2-footer-group:last-child {
  padding-right: 0;
  border-right: 0;
}

.v2-footer-group h4 {
  margin: 0 0 20px;
  color: #e50914;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.v2-footer-group .fi-footer-links {
  gap: 11px;
  color: #76575c;
  font-size: 14px;
  line-height: 1.6;
}

.v2-footer-group .fi-footer-links a {
  color: #5a3036;
  font-weight: 500;
}

.v2-footer .v2-footer-bottom {
  min-height: 76px;
  padding: 0;
  display: flex;
  align-items: center;
  border: 0;
  color: #8e6e73;
  font-size: 13px;
}

@media (max-width: 820px) {
  .v2-footer-brand-block {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .v2-footer-links-area {
    grid-template-columns: repeat(3, 1fr);
  }

  .v2-footer-group,
  .v2-footer-group:first-child,
  .v2-footer-group:last-child {
    padding: 34px 24px;
  }

  .v2-footer-group:first-child {
    padding-left: 0;
  }

  .v2-footer-group:last-child {
    padding-right: 0;
  }
}

@media (max-width: 600px) {
  .v2-footer-layout {
    padding-top: 54px;
  }

  .v2-footer-brand-block {
    min-height: 0;
    padding: 0 0 38px;
  }

  .v2-footer-brand-block .fi-footer-about {
    font-size: 15px;
  }

  .v2-footer-links-area {
    grid-template-columns: 1fr;
  }

  .v2-footer-group,
  .v2-footer-group:first-child,
  .v2-footer-group:last-child {
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(123, 4, 13, .12);
  }

  .v2-footer-group:last-child {
    border-bottom: 0;
  }

  .v2-footer-group h4 {
    font-size: 16px;
  }

  .v2-footer-group .fi-footer-links {
    font-size: 14px;
  }

  .v2-footer .v2-footer-bottom {
    font-size: 13px;
  }
}

/* V2 subscription-pass pricing layout. */
@media (max-width: 1100px) {
  .pulse-v2-page .fi-price-card.e-con {
    grid-template-columns: minmax(0, 1fr) 145px;
    column-gap: 24px;
  }

  .pulse-v2-page .fi-price-card .fi-price {
    width: 140px;
    height: 140px;
    font-size: 56px;
  }
}

@media (max-width: 900px) {
  .pulse-v2-page .fi-pricing.e-con {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .pulse-v2-page .fi-native-pricing-section.e-con {
    padding-block: 72px;
  }

  .pulse-v2-page .fi-native-pricing-section > .fi-wrap {
    width: calc(100% - 32px);
  }

  .pulse-v2-page .fi-native-pricing-section .fi-section-head {
    margin-bottom: 38px;
  }

  .pulse-v2-page .fi-native-pricing-section .fi-section-head h2 {
    font-size: 39px;
  }

  .pulse-v2-page .fi-price-card.e-con {
    min-height: 0;
    padding: 34px 24px 24px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "name"
      "duration"
      "price"
      "note"
      "features"
      "action"
      "guarantee";
  }

  .pulse-v2-page .fi-price-card .fi-price {
    width: 132px;
    height: 132px;
    margin: 10px 0 18px !important;
    justify-self: start;
    font-size: 53px;
  }

  .pulse-v2-page .fi-price-card .fi-feature-list {
    margin-bottom: 24px !important;
  }

  .pulse-v2-page .fi-price-card .fi-guarantee {
    margin-top: 20px;
  }
}

/* V2 pricing tickets — four plans stay in one desktop row. */
.pulse-v2-page .fi-pricing.e-con {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pulse-v2-page .fi-price-card.e-con,
.pulse-v2-page .fi-price-card.e-con:nth-child(2),
.pulse-v2-page .fi-price-card.e-con:nth-child(4) {
  min-height: 670px;
  padding: 32px 22px 22px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas:
    "name"
    "duration"
    "price"
    "note"
    "features"
    "action"
    "guarantee";
  grid-template-rows: auto auto auto auto 1fr auto auto;
  column-gap: 0;
  color: #3b0710;
  border: 1px solid rgba(126, 4, 13, .13);
  border-radius: 24px;
  background: linear-gradient(180deg, #fff0ed 0, #fff0ed 220px, #fff 220px, #fff 100%);
  box-shadow: 0 18px 48px rgba(93, 3, 10, .08);
}

.pulse-v2-page .fi-price-card.e-con:nth-child(2) {
  background: linear-gradient(180deg, #f9ded9 0, #f9ded9 220px, #fff 220px, #fff 100%);
}

.pulse-v2-page .fi-price-card.e-con:nth-child(4) {
  background: linear-gradient(180deg, #fff7f5 0, #fff7f5 220px, #fff 220px, #fff 100%);
}

.pulse-v2-page .fi-price-card.e-con::before {
  top: 20px;
  right: 18px;
  bottom: auto;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(161, 5, 15, .14);
  border-radius: 50%;
  color: #ad111a;
  background: rgba(255, 255, 255, .6);
  font-size: 10px;
  line-height: 1;
}

.pulse-v2-page .fi-price-card.e-con::after {
  top: 219px;
  right: 22px;
  left: 22px;
  width: auto;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(126, 4, 13, .24) 0 6px, transparent 6px 12px);
}

.pulse-v2-page .fi-price-card .fi-plan-name {
  margin: 0 0 7px !important;
  padding: 0;
  font-size: 25px;
}

.pulse-v2-page .fi-price-card .fi-plan-duration {
  margin: 0 0 15px;
  padding: 5px 9px;
  color: #ad111a;
  background: rgba(255, 255, 255, .64);
}

.pulse-v2-page .fi-price-card .fi-price {
  width: auto;
  height: auto;
  margin: 0 !important;
  display: block;
  justify-self: stretch;
  border: 0;
  border-radius: 0;
  color: #b30712;
  background: transparent;
  font-size: 62px;
  line-height: .95;
}

.pulse-v2-page .fi-price-card .fi-price-note {
  min-height: 33px;
  margin: 8px 0 28px !important;
  color: #80656a;
  font-size: 10px;
}

.pulse-v2-page .fi-price-card .fi-feature-list {
  margin: 0 0 24px !important;
  align-self: stretch;
}

.pulse-v2-page .fi-price-card .fi-feature-list .elementor-icon-list-items {
  gap: 0;
}

.pulse-v2-page .fi-price-card .fi-feature-list .elementor-icon-list-item {
  min-height: 39px;
  padding-block: 8px;
  align-items: center;
  border-bottom: 1px solid rgba(126, 4, 13, .08);
}

.pulse-v2-page .fi-price-card .fi-feature-list .elementor-icon-list-text {
  color: #5f4045;
  font-size: 10.5px;
  line-height: 1.35;
}

.pulse-v2-page .fi-price-card .fi-feature-list .elementor-icon-list-icon {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
  border-radius: 50%;
}

.pulse-v2-page .fi-price-card .fi-native-price-button {
  align-self: end;
}

.pulse-v2-page .fi-price-card .fi-native-price-button .elementor-button,
.pulse-v2-page .fi-price-card.fi-popular .fi-native-price-button .elementor-button {
  min-height: 54px;
  border-radius: 8px;
  color: #fff;
  background: #d90814;
}

.pulse-v2-page .fi-price-card .fi-guarantee {
  margin-top: 17px;
  padding-top: 15px;
  color: #80656a;
  border-top: 1px dashed rgba(126, 4, 13, .16);
  font-size: 9px;
}

.pulse-v2-page .fi-price-card.fi-popular.e-con {
  color: #3b0710;
  border: 1px solid #d90814;
  background: linear-gradient(180deg, #d90814 0, #b70713 220px, #fff 220px, #fff 100%);
  box-shadow: 0 24px 58px rgba(181, 6, 17, .2);
}

.pulse-v2-page .fi-price-card.fi-popular.e-con::before {
  border-color: rgba(255, 255, 255, .28);
  color: #fff;
  background: rgba(255, 255, 255, .13);
}

.pulse-v2-page .fi-price-card.fi-popular.e-con::after {
  background: repeating-linear-gradient(90deg, rgba(181, 6, 17, .3) 0 6px, transparent 6px 12px);
}

.pulse-v2-page .fi-price-card.fi-popular .fi-popular-label {
  top: 0;
  right: 56px;
  left: auto;
  padding: 6px 10px;
  border-radius: 0 0 8px 8px;
  color: #a50510;
  background: #fff;
  transform: none;
}

.pulse-v2-page .fi-price-card.fi-popular .fi-plan-name,
.pulse-v2-page .fi-price-card.fi-popular .fi-plan-duration,
.pulse-v2-page .fi-price-card.fi-popular .fi-price,
.pulse-v2-page .fi-price-card.fi-popular .fi-price-note {
  color: #fff;
}

.pulse-v2-page .fi-price-card.fi-popular .fi-price {
  border: 0;
  background: transparent;
}

.pulse-v2-page .fi-price-card.fi-popular .fi-plan-duration {
  background: rgba(255, 255, 255, .13);
}

.pulse-v2-page .fi-price-card.fi-popular .fi-feature-list .elementor-icon-list-text,
.pulse-v2-page .fi-price-card.fi-popular .fi-guarantee {
  color: #5f4045;
}

.pulse-v2-page .fi-price-card.fi-popular .fi-feature-list .elementor-icon-list-icon {
  color: #fff;
  background: #d90814;
}

@media (max-width: 1050px) {
  .pulse-v2-page .fi-pricing.e-con {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .pulse-v2-page .fi-pricing.e-con {
    grid-template-columns: 1fr;
  }

  .pulse-v2-page .fi-price-card.e-con,
  .pulse-v2-page .fi-price-card.e-con:nth-child(2),
  .pulse-v2-page .fi-price-card.e-con:nth-child(4) {
    min-height: 0;
  }
}

/* V2 pricing restored to its original light card design. */
.pulse-v2-page .fi-native-pricing-section.e-con {
  padding-block: 122px;
  background:
    radial-gradient(circle at 50% 0%, rgba(229, 9, 20, .12), transparent 30%),
    #fff8f6;
  background-size: auto;
}

.pulse-v2-page .fi-native-pricing-section > .fi-wrap {
  width: min(1160px, calc(100% - 40px));
  max-width: 1160px;
}

.pulse-v2-page .fi-native-pricing-section .fi-section-head {
  max-width: 750px;
  margin: 0 auto 54px;
  text-align: center;
}

.pulse-v2-page .fi-native-pricing-section .fi-section-head h2 {
  font-size: clamp(36px, 4.5vw, 58px);
  line-height: 1.04;
}

.pulse-v2-page .fi-native-pricing-section .fi-section-head .fi-kicker {
  width: fit-content;
  margin-inline: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.pulse-v2-page .fi-pricing.e-con {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pulse-v2-page .fi-price-card.e-con,
.pulse-v2-page .fi-price-card.e-con:nth-child(2),
.pulse-v2-page .fi-price-card.e-con:nth-child(4) {
  min-height: 0;
  padding: 0 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  color: #07132f;
  border: 1px solid #dce3f0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(21, 42, 97, .09);
  transform: none;
}

.pulse-v2-page .fi-price-card.e-con::before,
.pulse-v2-page .fi-price-card.e-con::after {
  display: none;
  content: none;
}

.pulse-v2-page .fi-price-card .fi-plan-name {
  display: none;
}

.pulse-v2-page .fi-price-card .fi-plan-duration {
  width: calc(100% + 48px) !important;
  max-width: none !important;
  min-height: 88px;
  margin: 0 -24px;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #e50914;
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.15;
  text-align: center;
  text-transform: none;
}

.pulse-v2-page .fi-price-card .fi-price {
  width: 100%;
  height: auto;
  margin: 24px 0 20px !important;
  display: block;
  border: 0;
  border-radius: 0;
  color: #07132f;
  background: transparent;
  font-size: 60px;
  line-height: 1;
  text-align: center;
}

.pulse-v2-page .fi-price-card .fi-monthly-chip {
  z-index: 2;
  width: 100% !important;
  max-width: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0;
  overflow: visible;
  align-self: stretch;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .01em;
  line-height: 1;
  white-space: nowrap;
}

.pulse-v2-page .fi-price-card .fi-monthly-chip > p,
.pulse-v2-page .fi-price-card .fi-monthly-chip .elementor-widget-container {
  display: block;
  width: max-content;
  margin: 2px auto 0;
  padding: 5px 10px;
  border: 1px solid rgba(229, 9, 20, .16);
  border-radius: 999px;
  color: #c90813;
  background: #fff0f1;
  box-shadow: 0 7px 18px rgba(84, 4, 10, .08);
}

.pulse-v2-page .fi-price-card .fi-monthly-chip .elementor-widget-container p {
  margin: 0;
}

.pulse-v2-page .fi-price-card .fi-price .elementor-heading-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pulse-v2-page .fi-price-card .fi-price sup {
  margin: 0 6px 0 0;
  font-size: .34em;
  line-height: 1;
  vertical-align: middle;
}

.pulse-v2-page .fi-price-card .fi-price-note {
  display: none;
}

.pulse-v2-page .fi-price-card:first-child .fi-price-note {
  visibility: hidden;
}

.pulse-v2-page .fi-price-card .fi-feature-list {
  margin: 0 0 24px !important;
  align-self: stretch;
  border-top: 1px solid #edf0f6;
}

.pulse-v2-page .fi-price-card .fi-feature-list .elementor-icon-list-items {
  gap: 0;
}

.pulse-v2-page .fi-price-card .fi-feature-list .elementor-icon-list-item {
  min-height: 39px;
  padding: 7px 0;
  align-items: center;
  border-bottom: 1px solid #edf0f6;
}

.pulse-v2-page .fi-price-card .fi-feature-list .elementor-icon-list-text {
  color: #52617a;
  font-size: 11px;
  line-height: 1.4;
}

.pulse-v2-page .fi-price-card .fi-feature-list .elementor-icon-list-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(229, 9, 20, .16);
  border-radius: 6px;
  color: #e50914;
  background: #fff0f1;
}

.pulse-v2-page .fi-price-card .fi-feature-list .elementor-icon-list-icon svg {
  width: 10px;
  height: 10px;
  fill: #e50914;
}

.pulse-v2-page .fi-price-card .fi-native-price-button {
  margin-top: auto;
  align-self: auto;
}

.pulse-v2-page .fi-price-card .fi-native-price-button .elementor-button {
  min-height: 54px;
  border-radius: 9px;
  color: #fff;
  background: #e50914;
  box-shadow: 0 10px 24px rgba(229, 9, 20, .2);
}

.pulse-v2-page .fi-price-card .fi-guarantee {
  margin-top: 0;
  padding-top: 16px;
  color: #71809a;
  border-top: 0;
  font-size: 10px;
  text-align: center;
}

.pulse-v2-page .fi-price-card.fi-popular.e-con {
  color: #fff;
  border: 2px solid #e50914;
  border-radius: 20px;
  background: #e50914;
  box-shadow:
    0 28px 64px rgba(229, 9, 20, .18),
    0 0 0 6px rgba(229, 9, 20, .06);
  transform: translateY(-12px);
}

.pulse-v2-page .fi-price-card.fi-popular .fi-popular-label {
  top: 22px;
  right: -50px;
  left: auto;
  z-index: 5;
  width: 180px !important;
  max-width: none !important;
  padding: 9px 0;
  display: block;
  border-radius: 0;
  color: #fff;
  background: #ff7a1a;
  box-shadow: 0 7px 18px rgba(145, 44, 0, .2);
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1;
  text-align: center;
  transform: rotate(45deg);
}

.pulse-v2-page .fi-price-card.fi-popular .fi-plan-name {
  padding: 0;
}

.pulse-v2-page .fi-price-card.fi-popular .fi-plan-duration {
  color: #fff;
  background: #e50914;
}

.pulse-v2-page .fi-price-card.fi-popular .fi-price {
  color: #fff;
  font-size: 66px;
}

.pulse-v2-page .fi-price-card.fi-popular .fi-monthly-chip {
  color: #fff;
}

.pulse-v2-page .fi-price-card.fi-popular .fi-monthly-chip > p,
.pulse-v2-page .fi-price-card.fi-popular .fi-monthly-chip .elementor-widget-container {
  color: #fff;
  border-color: #ff7a1a;
  background: #ff7a1a;
  box-shadow: 0 7px 18px rgba(145, 44, 0, .2);
}

.pulse-v2-page .fi-price-card.fi-popular .fi-price-note {
  display: none;
}

.pulse-v2-page .fi-price-card.fi-popular .fi-guarantee {
  color: rgba(255, 255, 255, .82);
}

.pulse-v2-page .fi-price-card.fi-popular .fi-feature-list .elementor-icon-list-text {
  color: #fff;
}

.pulse-v2-page .fi-price-card.fi-popular .fi-feature-list {
  border-top-color: rgba(255, 255, 255, .2);
}

.pulse-v2-page .fi-price-card.fi-popular .fi-feature-list .elementor-icon-list-item {
  border-bottom-color: rgba(255, 255, 255, .2);
}

.pulse-v2-page .fi-price-card.fi-popular .fi-price {
  border: 0;
  background: transparent;
}

.pulse-v2-page .fi-price-card.fi-popular .fi-feature-list .elementor-icon-list-icon {
  border-color: rgba(255, 255, 255, .4);
  color: #fff;
  background: rgba(255, 255, 255, .16);
}

.pulse-v2-page .fi-price-card.fi-popular .fi-feature-list .elementor-icon-list-icon svg {
  fill: #fff;
}

.pulse-v2-page .fi-price-card.fi-popular .fi-native-price-button .elementor-button {
  min-height: 54px;
  border-radius: 9px;
  color: #e50914;
  background: #fff;
  box-shadow: 0 10px 24px rgba(95, 0, 7, .18);
}

.pulse-v2-page .fi-price-card.fi-popular .fi-native-price-button .elementor-button:hover {
  color: #c70711;
  background: #fff4f4;
}

.pulse-v2-page .fi-price-card.fi-popular .fi-guarantee {
  border-top-color: transparent;
}

@media (max-width: 1024px) {
  .pulse-v2-page .fi-pricing.e-con {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pulse-v2-page .fi-price-card.fi-popular.e-con {
    transform: none;
  }
}

@media (max-width: 820px) {
  .pulse-v2-page .fi-pricing.e-con {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-inline: auto;
  }
}

@media (max-width: 600px) {
  .pulse-v2-page .fi-native-pricing-section.e-con {
    padding-block: 88px;
  }

  .pulse-v2-page .fi-native-pricing-section > .fi-wrap {
    width: min(100% - 28px, 1160px);
  }

  .pulse-v2-page .fi-price-card.e-con,
  .pulse-v2-page .fi-price-card.e-con:nth-child(2),
  .pulse-v2-page .fi-price-card.e-con:nth-child(4) {
    min-height: 0;
  }

  .pulse-v2-page .fi-price-card .fi-plan-duration {
    min-height: 82px;
    font-size: 22px;
  }
}

/*
 * Elementor White inner pages.
 * The homepage's V2 palette is the project-wide design system here, rather
 * than an optional page treatment.
 */
.pulse-v2-page main:not(.v2-home) {
  color: #3b0710;
  background: #fff8f6;
}

body.pulse-v2-page.elementor-page {
  background: #fff8f6 !important;
}

.pulse-v2-page main:not(.v2-home) .fi-section {
  background: #fff8f6;
}

.pulse-v2-page main:not(.v2-home) .fi-section-soft {
  background: #fff0ed;
}

.pulse-v2-page main:not(.v2-home) h1,
.pulse-v2-page main:not(.v2-home) h2,
.pulse-v2-page main:not(.v2-home) h3,
.pulse-v2-page main:not(.v2-home) strong {
  color: #3b0710;
}

.pulse-v2-page .fi-page-hero {
  padding: 104px 0 92px;
  border-bottom: 1px solid rgba(111, 4, 12, .1);
  background:
    radial-gradient(circle at 18% 24%, rgba(229, 9, 20, .1), transparent 28%),
    radial-gradient(circle at 84% 72%, rgba(229, 9, 20, .07), transparent 24%),
    linear-gradient(rgba(188, 8, 18, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(188, 8, 18, .035) 1px, transparent 1px),
    linear-gradient(120deg, #fff 0%, #fff8f6 68%, #ffe9e4 100%);
  background-size: auto, auto, 54px 54px, 54px 54px, auto;
}

.pulse-v2-page .fi-page-hero::before {
  background: none;
}

.pulse-v2-page .fi-page-hero .fi-kicker,
.pulse-v2-page main:not(.v2-home) .fi-kicker {
  color: #d90814;
}

.pulse-v2-page .fi-page-hero h1 {
  color: #3b0710;
}

.pulse-v2-page .fi-page-hero > .fi-wrap > p:not(.fi-kicker),
.pulse-v2-page main:not(.v2-home) .fi-section-head > p {
  color: #76575c;
}

.pulse-v2-page .fi-channels-hero {
  min-height: 700px;
  padding: 108px 0 94px;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 47%, rgba(255, 255, 255, .96) 0 17%, rgba(255, 255, 255, .66) 35%, transparent 62%),
    radial-gradient(circle at 50% 18%, rgba(229, 9, 20, .1), transparent 30%),
    radial-gradient(circle at 10% 86%, rgba(229, 9, 20, .07), transparent 24%),
    linear-gradient(145deg, #fff 0%, #fff8f6 54%, #ffe9e5 100%);
}

.pulse-v2-page .fi-channels-hero::before {
  z-index: 0;
  opacity: .48;
  background-image:
    linear-gradient(rgba(188, 8, 18, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(188, 8, 18, .045) 1px, transparent 1px);
  background-size: 72px 72px, 72px 72px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 10%, transparent 72%);
  mask-image: radial-gradient(ellipse at center, #000 10%, transparent 72%);
}

.pulse-v2-page .fi-channels-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: min(820px, 68vw);
  aspect-ratio: 1;
  border: 1px solid rgba(217, 8, 20, .08);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(217, 8, 20, .027),
    0 0 0 140px rgba(217, 8, 20, .018);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.pulse-v2-page .fi-channels-hero-grid {
  z-index: 3;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 0;
  text-align: center;
}

.pulse-v2-page .fi-channels-hero-copy {
  width: min(900px, 100%);
  display: flex;
  align-items: center;
  flex-direction: column;
}

.pulse-v2-page .fi-world-kicker {
  position: relative;
  height: 38px;
  min-height: 0;
  margin: 0 auto 24px;
  padding: 0 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  border: 1px solid rgba(217, 8, 20, .15);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 10px 35px rgba(105, 3, 12, .07);
  backdrop-filter: blur(10px);
}

.pulse-v2-page .fi-world-kicker::before {
  display: none;
}

.pulse-v2-page .fi-world-kicker .v2-live-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  color: #e50914;
  transform: translateY(-50%);
}

.pulse-v2-page .fi-channels-hero h1 {
  max-width: 900px;
  margin: 0 auto 26px;
  color: #3b0710;
  font-size: clamp(62px, 7.2vw, 104px);
  line-height: .92;
  letter-spacing: -.072em;
  text-wrap: balance;
  text-shadow: 0 4px 30px rgba(255, 255, 255, .96);
}

.pulse-v2-page .fi-channels-hero p:not(.fi-kicker) {
  max-width: 680px;
  margin-inline: auto;
  color: #76575c;
  font-size: 16px;
  line-height: 1.75;
  text-wrap: balance;
}

.pulse-v2-page .fi-channels-metrics span {
  color: rgba(255, 255, 255, .72);
}

.pulse-v2-page .fi-channels-metrics {
  margin: 38px auto 0;
  padding: 14px 20px;
  display: inline-flex;
  justify-content: center;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background:
    radial-gradient(circle at 15% 0%, rgba(255, 255, 255, .2), transparent 28%),
    linear-gradient(135deg, #f11925, #b50511);
  box-shadow: 0 24px 60px rgba(162, 5, 17, .26);
  backdrop-filter: blur(14px);
}

.pulse-v2-page .fi-channels-metrics div {
  min-width: 178px;
  padding: 0 29px;
}

.pulse-v2-page .fi-channels-metrics div:not(:last-child)::after {
  top: 3px;
  height: 40px;
  background: rgba(255, 255, 255, .22);
}

.pulse-v2-page main:not(.v2-home) .fi-channels-metrics strong {
  color: #fff;
  font-size: 23px;
  animation: fi-metric-number-descend .75s cubic-bezier(.16, 1, .3, 1) both;
}

.pulse-v2-page .fi-channels-metrics div:nth-child(2) strong {
  animation-delay: .12s;
}

.pulse-v2-page .fi-channels-metrics div:nth-child(3) strong {
  animation-delay: .24s;
}

.pulse-v2-page .fi-world-map-art {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: min(1420px, 96vw);
  aspect-ratio: 2000 / 857;
  display: block;
  transform: translate(-50%, -49%);
  animation: fi-world-map-float 11s ease-in-out infinite;
  pointer-events: none;
}

.pulse-v2-page .fi-world-map-art::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .52;
  background: linear-gradient(90deg, rgba(229, 9, 20, .1), rgba(229, 9, 20, .43) 46%, rgba(143, 7, 16, .18));
  -webkit-mask: var(--fi-world-map-image) center / contain no-repeat;
  mask: var(--fi-world-map-image) center / contain no-repeat;
  filter: drop-shadow(0 24px 42px rgba(150, 4, 15, .12));
}

.pulse-v2-page .fi-world-scroll {
  margin-top: 31px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #5b242b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.pulse-v2-page .fi-world-scroll i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(217, 8, 20, .18);
  border-radius: 50%;
  color: #d90814;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 10px 25px rgba(93, 3, 10, .08);
  font-style: normal;
  font-size: 15px;
  animation: fi-world-arrow 2.2s ease-in-out infinite;
}

@keyframes fi-world-map-float {
  0%, 100% { transform: translate(-50%, -49%) scale(1); }
  50% { transform: translate(-50%, -51%) scale(1.012); }
}

@keyframes fi-world-arrow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(4px); }
}

@keyframes fi-metric-number-descend {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .pulse-v2-page .fi-channels-hero::before,
  .pulse-v2-page .fi-world-map-art,
  .pulse-v2-page .fi-world-map-art::before,
  .pulse-v2-page .fi-world-scroll i,
  .pulse-v2-page .fi-channels-metrics strong {
    animation: none;
  }
}

.pulse-v2-page .fi-modern-globe {
  filter: hue-rotate(132deg) saturate(1.18);
}

.pulse-v2-page .fi-white-globe {
  position: relative;
  width: min(500px, 40vw);
  aspect-ratio: 1;
  margin-inline: auto;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.pulse-v2-page .fi-white-globe::before,
.pulse-v2-page .fi-white-globe::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 94%;
  height: 38%;
  border: 1px solid rgba(217, 8, 20, .28);
  border-radius: 50%;
  transform: rotate(-17deg);
}

.pulse-v2-page .fi-white-globe::after {
  width: 79%;
  height: 79%;
  border-color: rgba(217, 8, 20, .09);
  box-shadow: 0 0 0 28px rgba(217, 8, 20, .035), 0 0 0 56px rgba(217, 8, 20, .02);
  transform: none;
}

.pulse-v2-page .fi-white-globe-core {
  position: relative;
  width: 66%;
  aspect-ratio: 1;
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 26%, #ff7c84 0%, #f21c28 34%, #c70712 72%, #76040b 100%);
  box-shadow: 0 30px 75px rgba(144, 4, 14, .25), inset -28px -22px 50px rgba(78, 0, 7, .28);
}

.pulse-v2-page .fi-white-globe-core::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 32% 25%, rgba(255, 255, 255, .42), transparent 34%);
}

.pulse-v2-page .fi-white-globe-core > i {
  position: absolute;
  z-index: 2;
  inset: 0;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 50%;
}

.pulse-v2-page .fi-white-globe-core > i:nth-child(1) { width: 34%; }
.pulse-v2-page .fi-white-globe-core > i:nth-child(2) { width: 68%; }
.pulse-v2-page .fi-white-globe-core > i:nth-child(3) { height: 34%; }
.pulse-v2-page .fi-white-globe-core > i:nth-child(4) { height: 68%; }

.pulse-v2-page .fi-white-land {
  position: absolute;
  z-index: 3;
  display: block;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 6px 15px rgba(90, 0, 8, .1);
  transform: rotate(-12deg);
}

.pulse-v2-page .fi-white-land-one {
  top: 17%;
  left: 12%;
  width: 30%;
  height: 39%;
  clip-path: polygon(14% 0, 74% 7%, 100% 28%, 72% 46%, 82% 70%, 53% 100%, 31% 67%, 0 54%, 12% 25%);
}

.pulse-v2-page .fi-white-land-two {
  top: 36%;
  left: 43%;
  width: 23%;
  height: 38%;
  clip-path: polygon(10% 13%, 50% 0, 94% 18%, 78% 46%, 61% 100%, 27% 83%, 0 45%);
  transform: rotate(20deg);
}

.pulse-v2-page .fi-white-land-three {
  top: 25%;
  right: 4%;
  width: 33%;
  height: 25%;
  clip-path: polygon(0 24%, 31% 0, 73% 8%, 100% 38%, 79% 74%, 42% 100%, 11% 76%);
  transform: rotate(11deg);
}

.pulse-v2-page .fi-white-orbit-dot {
  position: absolute;
  z-index: 4;
  left: 1.5%;
  width: 14px;
  height: 14px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #d90814;
  box-shadow: 0 0 0 9px rgba(217, 8, 20, .12), 0 10px 24px rgba(111, 4, 12, .22);
}

.pulse-v2-page .fi-white-globe-badge {
  position: absolute;
  z-index: 5;
  right: 1%;
  bottom: 15%;
  min-width: 154px;
  padding: 18px 22px;
  display: grid;
  border: 1px solid rgba(126, 4, 13, .13);
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 20px 45px rgba(93, 3, 10, .14);
  backdrop-filter: blur(12px);
}

.pulse-v2-page .fi-white-globe-badge strong {
  color: #d90814;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -.04em;
}

.pulse-v2-page .fi-white-globe-badge small {
  margin-top: 5px;
  color: #76575c;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pulse-v2-page .fi-channel-explorer {
  background:
    radial-gradient(circle at 12% 8%, rgba(229, 9, 20, .07), transparent 24%),
    #fff8f6;
}

.pulse-v2-page .fi-country-grid {
  gap: 20px;
}

.pulse-v2-page .fi-country-card {
  min-height: 390px;
  padding: 0;
  display: flex;
  overflow: hidden;
  align-items: stretch;
  flex-direction: column;
  gap: 0;
  color: #3b0710;
  border-color: rgba(126, 4, 13, .13);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(41, 24, 28, .09);
  font-family: inherit;
}

.pulse-v2-page .fi-country-card:hover,
.pulse-v2-page .fi-country-card:focus-visible {
  border-color: rgba(217, 8, 20, .5);
  background: #fff;
  box-shadow: 0 18px 42px rgba(181, 6, 17, .14);
}

.pulse-v2-page .fi-country-card.is-selected:not(:hover):not(:focus-visible) {
  border-color: rgba(126, 4, 13, .13);
  background: #fff;
  box-shadow: 0 10px 30px rgba(41, 24, 28, .09);
}

.pulse-v2-page .fi-country-flag {
  width: 100%;
  height: 154px;
  display: block;
  flex: 0 0 154px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #f5f5f5;
  font-size: 0;
}

.pulse-v2-page .fi-country-flag img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.pulse-v2-page .fi-country-flag-fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 35% 32%, rgba(255, 255, 255, .26), transparent 28%),
    linear-gradient(135deg, #098f54, #0ecf79);
  font-size: 70px;
}

.pulse-v2-page .fi-country-copy {
  padding: 17px 17px 19px;
  display: flex;
  flex: 1;
  align-items: stretch;
  flex-direction: column;
  white-space: normal;
}

.pulse-v2-page .fi-country-name {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}

.pulse-v2-page .fi-country-name .v2-live-icon {
  color: #e50914;
}

.pulse-v2-page .fi-country-copy strong,
.pulse-v2-page .fi-country-empty strong {
  color: #3b0710;
}

.pulse-v2-page .fi-country-copy strong {
  font-size: 18px;
  font-weight: 750;
  letter-spacing: -.025em;
}

.pulse-v2-page .fi-country-count {
  margin-top: 11px;
  color: #eb433d;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 27px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: -.035em;
}

.pulse-v2-page .fi-country-copy small,
.pulse-v2-page .fi-country-empty,
.pulse-v2-page .fi-country-empty p {
  color: #80656a;
}

.pulse-v2-page .fi-country-copy small {
  margin-top: 12px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .065em;
  text-transform: uppercase;
}

.pulse-v2-page .fi-country-description {
  margin-top: 12px;
  display: block;
  color: #392d30;
  font-size: 12px;
  line-height: 1.55;
  white-space: normal;
}

.pulse-v2-page .fi-country-empty > span {
  color: #d90814;
}

.pulse-v2-page .fi-more-countries {
  color: #3b0710;
  border-color: rgba(217, 8, 20, .16);
  background: #fff0ed;
}

.pulse-v2-page .fi-more-countries > span {
  color: #d90814;
  background: rgba(229, 9, 20, .09);
}

.pulse-v2-page .fi-more-countries p {
  color: #76575c;
}

.pulse-v2-page .fi-inner-final {
  padding: 42px 0 116px;
  background: #fff8f6;
}

.pulse-v2-page .fi-inner-final .v2-final-card {
  min-height: 320px;
  padding: 52px 60px;
  border-radius: 13px;
  background:
    radial-gradient(circle at 84% 50%, rgba(255, 255, 255, .14), transparent 24%),
    #e50914;
  box-shadow: 0 24px 60px rgba(157, 4, 16, .17);
}

.pulse-v2-page main:not(.v2-home) .fi-inner-final .v2-final-card h2 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(38px, 4.4vw, 58px);
  line-height: .98;
  letter-spacing: -.055em;
}

.pulse-v2-page main:not(.v2-home) .fi-inner-final .v2-final-card .fi-kicker {
  color: rgba(255, 255, 255, .76);
}

.pulse-v2-page main:not(.v2-home) .fi-inner-final .v2-final-card p:not(.fi-kicker) {
  color: rgba(255, 255, 255, .84);
}

.pulse-v2-page .fi-inner-final .v2-final-card > div:last-child {
  min-width: 230px;
}

.pulse-v2-page .fi-faq-page-main .fi-section-head h1 {
  margin: 0;
  color: #3b0710;
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.055em;
}

.pulse-v2-page .fi-faq-page-main .fi-faq-page-lead {
  max-width: 400px;
  margin: 24px 0 0;
  color: #76575c;
  font-size: 14px;
  line-height: 1.75;
}

.pulse-v2-page main:not(.v2-home) .fi-cta {
  color: #fff;
  border: 0;
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 255, 255, .17), transparent 27%),
    linear-gradient(145deg, #ed101c, #a50510);
  box-shadow: 0 26px 65px rgba(181, 6, 17, .2);
}

.pulse-v2-page main:not(.v2-home) .fi-cta h2,
.pulse-v2-page main:not(.v2-home) .fi-cta p,
.pulse-v2-page main:not(.v2-home) .fi-cta .fi-kicker {
  color: #fff;
}

.pulse-v2-page main:not(.v2-home) .fi-cta .fi-btn-light {
  color: #c10712;
  border-color: #fff;
  background: #fff;
}

.pulse-v2-page main:not(.v2-home) .fi-faq details {
  border-color: rgba(111, 4, 12, .14);
  background: #fff;
  box-shadow: 0 12px 30px rgba(93, 3, 10, .04);
}

.pulse-v2-page main:not(.v2-home) .fi-faq details[open] {
  border-color: rgba(217, 8, 20, .28);
  background: #fff5f3;
}

.pulse-v2-page main:not(.v2-home) .fi-faq-page-main .fi-faq details[open] {
  border-color: rgba(229, 9, 20, .38);
  background: #fff;
  box-shadow: 0 16px 42px rgba(181, 6, 17, .09);
}

.pulse-v2-page main:not(.v2-home) .fi-faq summary {
  color: #3b0710;
}

.pulse-v2-page main:not(.v2-home) .fi-faq summary::after {
  color: #d90814;
  border-color: rgba(217, 8, 20, .16);
  background: #fff0ed;
}

.pulse-v2-page main:not(.v2-home) .fi-faq-answer {
  color: #76575c;
}

.pulse-v2-page .fi-comparison {
  border-color: rgba(111, 4, 12, .13);
  background: #fff;
  box-shadow: 0 18px 45px rgba(93, 3, 10, .06);
}

.pulse-v2-page .fi-comparison th,
.pulse-v2-page .fi-comparison td {
  border-color: rgba(111, 4, 12, .11);
}

.pulse-v2-page .fi-comparison th {
  color: #fff;
  background: #d90814;
}

.pulse-v2-page .fi-comparison td {
  color: #5f4045;
}

.pulse-v2-page .fi-comparison tbody tr:nth-child(even) td {
  background: #fff7f5;
}

.pulse-v2-page .fi-legal {
  color: #5f4045;
  border: 1px solid rgba(111, 4, 12, .12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(93, 3, 10, .07);
}

.pulse-v2-page .fi-legal h2 {
  color: #3b0710;
}

.pulse-v2-page .fi-legal p,
.pulse-v2-page .fi-legal li {
  color: #76575c;
}

@media (max-width: 600px) {
  .pulse-v2-page .fi-page-hero {
    padding: 76px 0 70px;
  }

  .pulse-v2-page .fi-channels-hero {
    min-height: 680px;
    padding: 82px 0 72px;
  }

  .pulse-v2-page .fi-channels-hero::after {
    width: 125vw;
  }

  .pulse-v2-page .fi-channels-hero-grid {
    gap: 0;
  }

  .pulse-v2-page .fi-world-map-art {
    top: 47%;
    width: 185vw;
  }

  .pulse-v2-page .fi-world-kicker {
    height: 34px;
    min-height: 0;
    margin-bottom: 21px;
    padding-inline: 34px;
    font-size: 8px;
  }

  .pulse-v2-page .fi-world-kicker .v2-live-icon {
    left: 12px;
  }

  .pulse-v2-page .fi-channels-hero h1 {
    margin-bottom: 22px;
    font-size: clamp(46px, 13.5vw, 62px);
    line-height: .94;
  }

  .pulse-v2-page .fi-channels-hero p:not(.fi-kicker) {
    max-width: 340px;
    font-size: 14px;
    line-height: 1.65;
  }

  .pulse-v2-page .fi-channels-metrics {
    width: 100%;
    margin-top: 30px;
    padding: 13px 5px;
    border-radius: 22px;
  }

  .pulse-v2-page .fi-channels-metrics div {
    min-width: 0;
    flex: 1;
    padding: 0 7px;
  }

  .pulse-v2-page .fi-channels-metrics div:not(:last-child)::after {
    top: 4px;
    height: 35px;
  }

  .pulse-v2-page .fi-channels-metrics strong {
    font-size: 18px;
  }

  .pulse-v2-page .fi-channels-metrics span {
    font-size: 7px;
  }

  .pulse-v2-page .fi-world-scroll {
    margin-top: 27px;
  }

  .pulse-v2-page .fi-modern-globe {
    filter: hue-rotate(132deg) saturate(1.18);
  }

  .pulse-v2-page .fi-white-globe {
    width: min(350px, 90vw);
  }

  .pulse-v2-page .fi-white-globe-badge {
    right: 4%;
    min-width: 132px;
    padding: 14px 17px;
  }

  .pulse-v2-page .fi-country-grid {
    gap: 18px;
  }

  .pulse-v2-page .fi-country-flag {
    height: 185px;
    flex-basis: 185px;
  }

  .pulse-v2-page .fi-country-copy {
    padding: 20px;
  }

  .pulse-v2-page .fi-inner-final {
    padding: 28px 0 84px;
  }

  .pulse-v2-page .fi-inner-final .v2-final-card {
    min-height: 0;
    padding: 36px 26px;
    gap: 30px;
  }

  .pulse-v2-page main:not(.v2-home) .fi-inner-final .v2-final-card h2 {
    font-size: 35px;
    line-height: 1;
  }

  .pulse-v2-page .fi-inner-final .v2-final-card > div:last-child {
    min-width: 0;
  }

  .pulse-v2-page .fi-faq-page-main .fi-section-head h1 {
    font-size: 38px;
  }

  .pulse-v2-page .fi-faq-page-main .fi-faq-page-lead {
    margin-top: 18px;
    font-size: 13px;
  }

  .pulse-v2-page .fi-legal {
    border-radius: 16px;
  }
}

/* Readable compact type scale, aligned with the Elementor Native baseline. */
.pulse-v2-page {
  --fi-type-caption: 12px;
  --fi-type-meta: 13px;
  --fi-type-support: 14px;
  --fi-type-body-small: 14px;
}

.pulse-v2-page .v2-home .fi-eyebrow,
.pulse-v2-page .v2-home .fi-kicker,
.pulse-v2-page .fi-world-kicker,
.pulse-v2-page .fi-country-directory-head .fi-kicker,
.pulse-v2-page .v2-final-card .fi-kicker,
.pulse-v2-page .pr-experience-copy .fi-kicker,
.pulse-v2-page .fi-contact-mail-copy .fi-kicker {
  font-size: var(--fi-type-support);
  line-height: 1.45;
}

.pulse-v2-page .v2-number-grid article small {
  font-size: var(--fi-type-meta);
  line-height: 1.4;
}

.pulse-v2-page .v2-number-grid article p,
.pulse-v2-page .v2-universe-grid article p {
  font-size: var(--fi-type-body-small);
  line-height: 1.55;
}

.pulse-v2-page .v2-country-live-label,
.pulse-v2-page .v2-universe-grid article > span,
.pulse-v2-page .pr-experience-label,
.pulse-v2-page .pr-now {
  font-size: var(--fi-type-caption);
  line-height: 1.4;
}

.pulse-v2-page .v2-platforms > .fi-wrap > p,
.pulse-v2-page .v2-platform-list > span,
.pulse-v2-page .pr-check-list li small {
  font-size: var(--fi-type-support);
  line-height: 1.55;
}

.pulse-v2-page .pr-check-list li > span {
  font-size: var(--fi-type-meta);
}

.pulse-v2-page .fi-price-card .fi-monthly-chip {
  font-size: var(--fi-type-caption);
}

.pulse-v2-page .fi-price-card .fi-monthly-chip > p,
.pulse-v2-page .fi-price-card .fi-monthly-chip .elementor-widget-container {
  margin-top: 1px;
  padding-block: 4px;
}

.pulse-v2-page .fi-price-card .fi-feature-list .elementor-icon-list-text {
  font-size: 13px;
  line-height: 1.65;
}

.pulse-v2-page .fi-price-card .fi-guarantee {
  font-size: var(--fi-type-meta);
  line-height: 1.5;
}

.pulse-v2-page .fi-country-copy small {
  font-size: var(--fi-type-meta);
  line-height: 1.5;
}

.pulse-v2-page .fi-contact-mail-action > span,
.pulse-v2-page .fi-contact-mail-action > small,
.pulse-v2-page .fi-world-scroll span {
  font-size: var(--fi-type-support);
  line-height: 1.5;
}

.pulse-v2-page .pr-logo-copy small,
.pulse-v2-page .fi-price-card .fi-popular-label {
  font-size: var(--fi-type-meta);
}

.pulse-v2-page .fi-channels-metrics span {
  font-size: var(--fi-type-meta);
  line-height: 1.4;
}

.pulse-v2-page .fi-country-description {
  font-size: var(--fi-type-support);
  line-height: 1.6;
}

.pulse-v2-page .fi-faq-answer {
  font-size: 15px;
  line-height: 1.75;
}

.pulse-v2-page .fi-faq-page-main .fi-faq-page-lead {
  font-size: 16px;
  line-height: 1.7;
}

.pulse-v2-page .v2-footer .v2-footer-bottom {
  font-size: var(--fi-type-support);
}

@media (max-width: 600px) {
  .pulse-v2-page .fi-topbar {
    font-size: 9px;
    line-height: 1.4;
  }

  .pulse-v2-page .fi-channels-metrics span {
    font-size: var(--fi-type-caption);
    line-height: 1.25;
    letter-spacing: .04em;
  }
}

/* Channels directory keeps its original compact typography. */
.pulse-v2-channels-page .pr-logo-copy small {
  font-size: 11px;
}

.pulse-v2-channels-page .fi-world-kicker,
.pulse-v2-channels-page .fi-country-directory-head .fi-kicker,
.pulse-v2-channels-page .v2-final-card .fi-kicker,
.pulse-v2-channels-page .fi-world-scroll span {
  font-size: 10px;
}

.pulse-v2-channels-page .fi-world-kicker {
  line-height: 1;
}

.pulse-v2-channels-page .fi-channels-metrics span {
  font-size: 11px;
  line-height: 1.7;
  letter-spacing: normal;
}

.pulse-v2-channels-page .fi-country-copy small {
  font-size: 9px;
  line-height: 1.7;
}

.pulse-v2-channels-page .fi-country-description {
  font-size: 13px;
  line-height: 1.55;
}

.pulse-v2-channels-page .v2-footer .v2-footer-bottom {
  font-size: 13px;
}

@media (max-width: 600px) {
  .pulse-v2-channels-page .fi-topbar {
    font-size: 9px;
    line-height: 1.45;
  }

  .pulse-v2-channels-page .fi-world-kicker {
    font-size: 8px;
  }

  .pulse-v2-channels-page .fi-channels-metrics span {
    font-size: 7px;
    line-height: 1.7;
    letter-spacing: normal;
  }
}

/* Homepage hero eyebrow keeps its original compact size. */
.pulse-v2-page .fi-hero-content .fi-eyebrow {
  font-size: 10px;
  line-height: 1.7;
}

/* Homepage process section — regular HTML/CSS; pricing remains the only native block. */
.pulse-v2-page .v2-how {
  position: relative;
  padding: 68px 0 74px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, .13), transparent 28%),
    #d90814;
}

.pulse-v2-page .v2-how::before {
  content: none;
}

.pulse-v2-page .v2-how > .fi-wrap {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 64px));
}

.pulse-v2-page .v2-how-heading {
  max-width: 1120px;
  margin: 0 auto 32px;
  text-align: center;
}

.pulse-v2-page .v2-how-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 3.7vw, 50px);
  line-height: 1.02;
  letter-spacing: -.05em;
  text-wrap: balance;
  white-space: nowrap;
}

.pulse-v2-page .v2-how-lead {
  max-width: 680px;
  margin: 14px auto 0;
  color: rgba(255, 255, 255, .76);
  font-size: 15px;
  line-height: 1.6;
  text-wrap: balance;
}

.pulse-v2-page .v2-how-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pulse-v2-page .v2-how-card {
  position: relative;
  min-height: 0;
  padding: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: #3b0710;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 20px;
  background:
    radial-gradient(circle at 92% 5%, rgba(229, 9, 20, .055), transparent 25%),
    #fff;
  box-shadow: 0 20px 48px rgba(91, 0, 7, .16);
  translate: 0 0;
  scale: 1;
  transition:
    scale 440ms cubic-bezier(.16, 1, .3, 1),
    box-shadow 440ms cubic-bezier(.16, 1, .3, 1),
    border-color 440ms ease;
}

.pulse-v2-page .v2-how-card:nth-child(2) {
  background:
    radial-gradient(circle at 92% 5%, rgba(229, 9, 20, .07), transparent 25%),
    #fff;
}

.pulse-v2-page .v2-how-card:nth-child(3) {
  background:
    radial-gradient(circle at 92% 5%, rgba(229, 9, 20, .055), transparent 25%),
    #fff;
}

@media (hover: hover) and (pointer: fine) {
  .pulse-v2-page .fiptv-site:not(.fi-motion-ready) .v2-how-card:hover,
  .pulse-v2-page .v2-how-card.fi-reveal-complete:hover {
    scale: 1.014;
    border-color: #fff;
    box-shadow: 0 28px 60px rgba(74, 0, 6, .24);
  }
}

.pulse-v2-page .v2-how-number {
  position: absolute;
  top: 20px;
  right: 22px;
  color: rgba(160, 5, 15, .08);
  font-family: "Space Grotesk", sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.08em;
}

.pulse-v2-page .v2-how-icon {
  width: 112px;
  height: 104px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
}

.pulse-v2-page .v2-how-icon img {
  width: 108px;
  height: 108px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 11px 12px rgba(45, 20, 74, .16));
}

.pulse-v2-page .v2-how-copy {
  margin-top: 22px;
}

.pulse-v2-page .v2-how-copy h3 {
  max-width: none;
  min-height: 0;
  margin: 0 0 7px;
  color: #3b0710;
  font-size: clamp(20px, 1.5vw, 22px);
  line-height: 1.05;
  letter-spacing: -.04em;
  white-space: nowrap;
}

.pulse-v2-page .v2-how-copy p {
  margin: 0;
  color: #76575c;
  font-size: 14px;
  line-height: 1.62;
}

@media (min-width: 981px) and (max-width: 1100px) {
  .pulse-v2-page .v2-how-copy h3 {
    font-size: 18px;
  }
}

@media (max-width: 980px) {
  .pulse-v2-page .v2-how-grid {
    grid-template-columns: 1fr;
  }

  .pulse-v2-page .v2-how-card {
    min-height: 0;
  }

  .pulse-v2-page .v2-how-copy {
    max-width: 620px;
  }
}

@media (max-width: 600px) {
  .pulse-v2-page .v2-how {
    padding: 50px 0 56px;
  }

  .pulse-v2-page .v2-how > .fi-wrap {
    width: min(100% - 32px, 1240px);
  }

  .pulse-v2-page .v2-how-heading {
    margin-bottom: 24px;
  }

  .pulse-v2-page .v2-how-heading h2 {
    font-size: 32px;
    white-space: normal;
  }

  .pulse-v2-page .v2-how-lead {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.55;
  }

  .pulse-v2-page .v2-how-card {
    min-height: 0;
    padding: 22px;
    border-radius: 17px;
  }

  .pulse-v2-page .v2-how-grid {
    gap: 16px;
  }

  .pulse-v2-page .v2-how-number {
    top: 18px;
    right: 19px;
    font-size: 52px;
  }

  .pulse-v2-page .v2-how-icon {
    width: 102px;
    height: 94px;
  }

  .pulse-v2-page .v2-how-icon img {
    width: 98px;
    height: 98px;
  }

  .pulse-v2-page .v2-how-copy h3 {
    min-height: 0;
    font-size: 20px;
  }

  .pulse-v2-page .v2-how-copy {
    margin-top: 18px;
  }
}

.pulse-v2-page .fi-price-card .fi-guarantee {
  font-size: 11px;
  line-height: 1.45;
}

/* Keep homepage pricing on the same content rail as adjacent sections. */
.pulse-v2-page .fi-native-pricing-section > .fi-wrap {
  width: min(1240px, calc(100% - 64px));
  max-width: 1240px;
  margin-inline: auto;
}

@media (max-width: 820px) {
  .pulse-v2-page .fi-pricing.e-con {
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }
}

@media (max-width: 600px) {
  .pulse-v2-page .fi-native-pricing-section > .fi-wrap {
    width: min(100% - 32px, 1240px);
  }
}

/* Saved Template editor: preview the reusable section, not the theme shell. */
body.single-elementor_library.pulse-v2-page #site-header,
body.single-elementor_library.pulse-v2-page #site-footer,
body.single-elementor_library.pulse-v2-page #content > .page-header {
  display: none !important;
}

body.single-elementor_library.pulse-v2-page #content.site-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.single-elementor_library.pulse-v2-page #content > .page-content {
  min-height: 100vh;
  margin: 0;
  padding: 56px 32px;
  background: #fff8f6;
}

@media (max-width: 600px) {
  body.single-elementor_library.pulse-v2-page #content > .page-content {
    padding: 32px 16px;
  }
}

/* Legal pages: compact, navigable and readable across all three documents. */
.pulse-v2-page .fi-legal-page {
  background: #fff8f6;
}

.pulse-v2-page .fi-legal-page .fi-page-hero {
  padding: 78px 0 82px;
  text-align: left;
  border: 0;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, .14), transparent 27%),
    radial-gradient(circle at 8% 92%, rgba(104, 0, 8, .17), transparent 30%),
    #d90814;
}

.pulse-v2-page .fi-legal-page .fi-page-hero > .fi-wrap,
.pulse-v2-page .fi-legal-page .fi-legal-content > .fi-wrap {
  width: min(1240px, calc(100% - 64px));
  max-width: 1240px;
  margin-inline: auto;
}

.pulse-v2-page .fi-legal-page .fi-page-hero .fi-kicker {
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 11px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 99px;
  background: rgba(255, 255, 255, .1);
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: .14em;
}

.pulse-v2-page .fi-legal-page .fi-page-hero h1 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 5vw, 66px);
  line-height: .98;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.pulse-v2-page .fi-legal-page .fi-page-hero > .fi-wrap > p:not(.fi-kicker) {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  line-height: 1.7;
}

.pulse-v2-page .fi-legal-content {
  padding: 72px 0 92px;
  background:
    radial-gradient(circle at 92% 4%, rgba(229, 9, 20, .06), transparent 24%),
    #fff8f6;
}

.pulse-v2-page .fi-legal-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.pulse-v2-page .fi-legal-aside {
  position: sticky;
  top: 112px;
  padding: 24px;
  border: 1px solid rgba(111, 4, 12, .12);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(93, 3, 10, .065);
}

.pulse-v2-page .fi-legal-aside-label {
  margin: 0 0 14px;
  color: #9c0711;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.pulse-v2-page .fi-legal-aside nav {
  display: grid;
}

.pulse-v2-page .fi-legal-aside nav a {
  min-height: 45px;
  padding: 10px 0;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 9px;
  align-items: center;
  color: #5f4045;
  border-top: 1px solid rgba(111, 4, 12, .09);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
  transition: color 180ms ease, padding-left 180ms ease;
}

.pulse-v2-page .fi-legal-aside nav a:first-child {
  border-top: 0;
}

.pulse-v2-page .fi-legal-aside nav a span {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  color: #d90814;
  border-radius: 8px;
  background: #fff0ed;
  font-size: 10px;
  font-weight: 800;
}

.pulse-v2-page .fi-legal-aside nav a:hover,
.pulse-v2-page .fi-legal-aside nav a:focus-visible {
  padding-left: 4px;
  color: #d90814;
  outline: 0;
}

.pulse-v2-page .fi-legal-contact-note {
  margin-top: 18px;
  padding: 17px;
  border-radius: 14px;
  background: #fff0ed;
}

.pulse-v2-page .fi-legal-contact-note strong {
  color: #3b0710;
  font-size: 15px;
}

.pulse-v2-page .fi-legal-contact-note p {
  margin: 6px 0 12px;
  color: #76575c;
  font-size: 12px;
  line-height: 1.55;
}

.pulse-v2-page .fi-legal-contact-note a {
  color: #c30712;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.pulse-v2-page .fi-legal-page .fi-legal {
  max-width: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  color: #5f4045;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.pulse-v2-page .fi-legal-section {
  scroll-margin-top: 112px;
  padding: 29px 30px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  border: 1px solid rgba(111, 4, 12, .11);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(93, 3, 10, .05);
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.pulse-v2-page .fi-legal-section:hover {
  border-color: rgba(217, 8, 20, .24);
  box-shadow: 0 18px 44px rgba(93, 3, 10, .075);
}

.pulse-v2-page .fi-legal-number {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #d90814;
  border: 1px solid rgba(217, 8, 20, .13);
  border-radius: 13px;
  background: #fff0ed;
  font-size: 11px;
  font-weight: 850;
}

.pulse-v2-page .fi-legal-page .fi-legal-section h2 {
  margin: 2px 0 10px;
  color: #3b0710;
  font-size: clamp(23px, 2.2vw, 29px);
  line-height: 1.1;
  letter-spacing: -.035em;
}

.pulse-v2-page .fi-legal-page .fi-legal-section p {
  margin: 0;
  color: #76575c;
  font-size: 15px;
  line-height: 1.75;
}

.pulse-v2-page .fi-legal-page .fi-legal-section p a {
  color: #bd0712;
  font-weight: 700;
  text-decoration-color: rgba(189, 7, 18, .3);
  text-underline-offset: 3px;
}

.pulse-v2-page .fi-legal-help {
  margin-top: 4px;
  padding: 25px 27px;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 255, 255, .17), transparent 28%),
    #d90814;
}

.pulse-v2-page main.fi-legal-page .fi-legal-help strong {
  color: #fff;
  font-size: 21px;
}

.pulse-v2-page .fi-legal-help p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
}

.pulse-v2-page .fi-legal-help > a {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 18px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  color: #b80712;
  border-radius: 99px;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.pulse-v2-page .fi-legal-help > a:hover,
.pulse-v2-page .fi-legal-help > a:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(93, 3, 10, .2);
  outline: 0;
}

@media (max-width: 980px) {
  .pulse-v2-page .fi-legal-layout {
    grid-template-columns: 230px minmax(0, 1fr);
  }

  .pulse-v2-page .fi-legal-aside {
    padding: 19px;
  }
}

@media (max-width: 820px) {
  .pulse-v2-page .fi-legal-layout {
    grid-template-columns: 1fr;
  }

  .pulse-v2-page .fi-legal-aside {
    position: static;
  }

  .pulse-v2-page .fi-legal-aside nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 22px;
  }

  .pulse-v2-page .fi-legal-contact-note {
    display: none;
  }
}

@media (max-width: 600px) {
  .pulse-v2-page .fi-legal-page .fi-page-hero {
    padding: 54px 0 58px;
  }

  .pulse-v2-page .fi-legal-page .fi-page-hero > .fi-wrap,
  .pulse-v2-page .fi-legal-page .fi-legal-content > .fi-wrap {
    width: min(100% - 32px, 1240px);
  }

  .pulse-v2-page .fi-legal-page .fi-page-hero .fi-kicker {
    margin-bottom: 14px;
    font-size: 9px;
  }

  .pulse-v2-page .fi-legal-page .fi-page-hero h1 {
    font-size: clamp(34px, 10.4vw, 41px);
    line-height: 1;
  }

  .pulse-v2-page .fi-legal-page .fi-page-hero > .fi-wrap > p:not(.fi-kicker) {
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.6;
  }

  .pulse-v2-page .fi-legal-content {
    padding: 40px 0 58px;
  }

  .pulse-v2-page .fi-legal-aside {
    padding: 18px;
    border-radius: 16px;
  }

  .pulse-v2-page .fi-legal-aside nav {
    grid-template-columns: 1fr;
  }

  .pulse-v2-page .fi-legal-page .fi-legal {
    gap: 11px;
  }

  .pulse-v2-page .fi-legal-section {
    padding: 22px 20px;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 13px;
    border-radius: 15px;
  }

  .pulse-v2-page .fi-legal-number {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: 9px;
  }

  .pulse-v2-page .fi-legal-page .fi-legal-section h2 {
    margin-top: 1px;
    font-size: 22px;
  }

  .pulse-v2-page .fi-legal-page .fi-legal-section p {
    font-size: 14px;
    line-height: 1.68;
  }

  .pulse-v2-page .fi-legal-help {
    padding: 22px;
    display: grid;
    gap: 17px;
    border-radius: 15px;
  }

  .pulse-v2-page .fi-legal-help > a {
    width: 100%;
  }
}

/* Legal pages use a conventional document layout: no cards or side panels. */
.pulse-v2-page .fi-legal-page .fi-page-hero {
  padding: 64px 0 66px;
  text-align: center;
  color: #3b0710;
  border-bottom: 1px solid rgba(111, 4, 12, .1);
  background:
    radial-gradient(circle at 86% 20%, rgba(229, 9, 20, .07), transparent 26%),
    #fff8f6;
}

.pulse-v2-page .fi-legal-page .fi-page-hero .fi-kicker {
  margin: 0 auto 14px;
  padding: 0;
  color: #d90814;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.pulse-v2-page .fi-legal-page .fi-page-hero h1 {
  margin-inline: auto;
  color: #3b0710;
  font-size: clamp(42px, 4.6vw, 60px);
  line-height: 1;
}

.pulse-v2-page .fi-legal-page .fi-page-hero > .fi-wrap > p:not(.fi-kicker) {
  max-width: 760px;
  margin: 19px auto 0;
  color: #76575c;
  font-size: 16px;
  line-height: 1.65;
}

.pulse-v2-page .fi-legal-content {
  padding: 60px 0 82px;
  background: #fff;
}

.pulse-v2-page .fi-legal-page .fi-legal-content > .fi-wrap {
  width: min(100% - 64px, 1240px);
}

.pulse-v2-page .fi-legal-page .fi-legal {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 0;
  display: block;
  color: #5f4045;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.pulse-v2-page .fi-legal-page .fi-legal-section {
  padding: 31px 0 34px;
  display: block;
  border: 0;
  border-bottom: 1px solid rgba(111, 4, 12, .12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.pulse-v2-page .fi-legal-page .fi-legal-section:first-child {
  padding-top: 0;
}

.pulse-v2-page .fi-legal-page .fi-legal-section:hover {
  border-color: rgba(111, 4, 12, .12);
  box-shadow: none;
}

.pulse-v2-page .fi-legal-page .fi-legal-section h2 {
  margin: 0 0 11px;
  color: #3b0710;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -.03em;
}

.pulse-v2-page .fi-legal-page .fi-legal-section p {
  max-width: 820px;
  margin: 0;
  color: #76575c;
  font-size: 16px;
  line-height: 1.75;
}

.pulse-v2-page .fi-legal-contact {
  margin: 34px 0 0;
  color: #76575c;
  font-size: 14px;
  line-height: 1.7;
}

.pulse-v2-page .fi-legal-contact a,
.pulse-v2-page .fi-legal-page .fi-legal-section p a {
  color: #bd0712;
  font-weight: 700;
  text-decoration-color: rgba(189, 7, 18, .3);
  text-underline-offset: 3px;
}

@media (max-width: 600px) {
  .pulse-v2-page .fi-legal-page .fi-page-hero {
    padding: 46px 0 49px;
  }

  .pulse-v2-page .fi-legal-page .fi-page-hero h1 {
    font-size: 36px;
    line-height: 1.02;
  }

  .pulse-v2-page .fi-legal-page .fi-page-hero > .fi-wrap > p:not(.fi-kicker) {
    margin-top: 15px;
    font-size: 14px;
  }

  .pulse-v2-page .fi-legal-content {
    padding: 38px 0 55px;
  }

  .pulse-v2-page .fi-legal-page .fi-legal-content > .fi-wrap {
    width: min(100% - 32px, 1240px);
  }

  .pulse-v2-page .fi-legal-page .fi-legal-section {
    padding: 24px 0 27px;
  }

  .pulse-v2-page .fi-legal-page .fi-legal-section h2 {
    margin-bottom: 9px;
    font-size: 23px;
  }

  .pulse-v2-page .fi-legal-page .fi-legal-section p {
    font-size: 14px;
    line-height: 1.7;
  }

  .pulse-v2-page .fi-legal-contact {
    margin-top: 28px;
    font-size: 13px;
  }
}

@media (max-width: 600px) {
  .pulse-v2-page .fi-hero.pr-hero.v2-light-hero {
    min-height: 0;
    padding: 46px 0 48px;
  }
}

/* Elementor editor globals must not recolor the reusable Pricing template. */
body.single-elementor_library.pulse-v2-page .fi-price-card .fi-plan-duration,
body.single-elementor_library.pulse-v2-page .fi-price-card .fi-plan-duration p,
body.single-elementor_library.pulse-v2-page .fi-price-card .fi-plan-duration .elementor-widget-container {
  color: #fff !important;
}

body.single-elementor_library.pulse-v2-page .fi-price-card .fi-price,
body.single-elementor_library.pulse-v2-page .fi-price-card .fi-price .elementor-heading-title,
body.single-elementor_library.pulse-v2-page .fi-price-card .fi-price sup {
  color: #07132f !important;
}

body.single-elementor_library.pulse-v2-page .fi-price-card .fi-feature-list .elementor-icon-list-text {
  color: #52617a !important;
}

body.single-elementor_library.pulse-v2-page .fi-price-card .fi-native-price-button .elementor-button {
  color: #fff !important;
  background: #e50914 !important;
}

body.single-elementor_library.pulse-v2-page .fi-price-card.fi-popular .fi-popular-label,
body.single-elementor_library.pulse-v2-page .fi-price-card.fi-popular .fi-popular-label .elementor-heading-title,
body.single-elementor_library.pulse-v2-page .fi-price-card.fi-popular .fi-price,
body.single-elementor_library.pulse-v2-page .fi-price-card.fi-popular .fi-price .elementor-heading-title,
body.single-elementor_library.pulse-v2-page .fi-price-card.fi-popular .fi-price sup,
body.single-elementor_library.pulse-v2-page .fi-price-card.fi-popular .fi-feature-list .elementor-icon-list-text {
  color: #fff !important;
}

body.single-elementor_library.pulse-v2-page .fi-price-card.fi-popular .fi-native-price-button .elementor-button {
  color: #e50914 !important;
  background: #fff !important;
}

/* Add depth while preserving the original full-width rectangular headers. */
.pulse-v2-page .fi-price-card .fi-plan-duration,
.pulse-v2-page .fi-price-card.fi-popular .fi-plan-duration {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background:
    radial-gradient(120% 110% at 18% 0%, rgba(255, 255, 255, .22) 0%, transparent 46%),
    linear-gradient(145deg, #f40d1a 0%, #e50914 52%, #c80711 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .5),
    inset 0 -12px 22px rgba(91, 0, 7, .13),
    0 8px 18px rgba(151, 2, 13, .16);
}

.pulse-v2-page .fi-price-card .fi-plan-duration p,
.pulse-v2-page .fi-price-card .fi-plan-duration .elementor-widget-container {
  color: #fff;
  font-weight: 800;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, .28),
    0 2px 0 rgba(139, 0, 10, .42),
    0 5px 10px rgba(86, 0, 6, .2);
}

/* The featured card is one continuous red surface, without a header seam. */
.pulse-v2-page .fi-price-card.fi-popular .fi-plan-duration {
  background: transparent;
  box-shadow: none;
}

/* Homepage hero: reveal every copy line in a deliberate reading order. */
.pulse-v2-page .v2-light-hero .fi-hero-content > h1 {
  opacity: 1;
  transform: none;
  animation: none;
}

.pulse-v2-page .v2-light-hero .fi-hero-line {
  display: block;
}

.pulse-v2-page .v2-light-hero .fi-hero-content > .fi-eyebrow,
.pulse-v2-page .v2-light-hero .fi-hero-line,
.pulse-v2-page .v2-light-hero .fi-hero-content > .fi-hero-lead,
.pulse-v2-page .v2-light-hero .fi-hero-content > .fi-hero-actions {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  animation: fi-white-hero-line-in 760ms cubic-bezier(.16, 1, .3, 1) both;
}

.pulse-v2-page .v2-light-hero .fi-hero-content > .fi-eyebrow {
  animation-delay: 80ms;
}

.pulse-v2-page .v2-light-hero .fi-hero-line:nth-child(1) {
  animation-delay: 220ms;
}

.pulse-v2-page .v2-light-hero .fi-hero-line:nth-child(2) {
  animation-delay: 380ms;
}

.pulse-v2-page .v2-light-hero .fi-hero-content > .fi-hero-lead {
  animation-delay: 540ms;
}

.pulse-v2-page .v2-light-hero .fi-hero-content > .fi-hero-actions {
  animation-delay: 700ms;
}

@keyframes fi-white-hero-line-in {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pulse-v2-page .v2-light-hero .fi-hero-content > .fi-eyebrow,
  .pulse-v2-page .v2-light-hero .fi-hero-line,
  .pulse-v2-page .v2-light-hero .fi-hero-content > .fi-hero-lead,
  .pulse-v2-page .v2-light-hero .fi-hero-content > .fi-hero-actions {
    opacity: 1 !important;
    transform: none !important;
  }
}
