:root {
    --flzlp-bg: #060a13;
    --flzlp-surface: rgba(11, 17, 31, 0.72);
    --flzlp-surface-2: rgba(15, 23, 41, 0.78);
    --flzlp-border: rgba(255, 255, 255, 0.14);
    --flzlp-border-soft: rgba(255, 255, 255, 0.08);
    --flzlp-text: #f8faff;
    --flzlp-text-soft: rgba(225, 236, 255, 0.82);
    --flzlp-accent-red: #ff2c67;
    --flzlp-accent-blue: #2f80ff;
    --flzlp-accent-orange: #ffa33a;
    --flzlp-shadow: 0 20px 48px rgba(0, 0, 0, 0.48);
    --flzlp-shadow-strong: 0 28px 62px rgba(0, 0, 0, 0.58);
}

.flzlp-body {
    background:
        radial-gradient(1200px 530px at 8% -10%, rgba(37, 125, 255, 0.34), transparent 58%),
        radial-gradient(980px 460px at 90% -16%, rgba(255, 64, 113, 0.34), transparent 58%),
        radial-gradient(920px 450px at 48% 120%, rgba(255, 160, 41, 0.16), transparent 55%),
        linear-gradient(180deg, #0a1020 0%, #080c18 35%, #050911 100%);
    color: var(--flzlp-text);
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
}

.flzlp-body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image:
        linear-gradient(120deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.022), rgba(255, 255, 255, 0.022));
    background-size: 64px 64px, auto;
    opacity: 0.3;
}

.flzlp-shell {
    position: relative;
    z-index: 1;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 clamp(18px, 3.2vw, 42px) 92px;
}

.flzlp-shell a {
    text-decoration: none;
}

.flzlp-shell a:focus-visible,
.flzlp-shell button:focus-visible,
.flzlp-shell select:focus-visible,
.flzlp-shell summary:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(59, 145, 255, 0.36);
}

.flzlp-header {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 0;
    padding: 12px 14px;
    border: 1px solid var(--flzlp-border-soft);
    border-radius: 18px;
    backdrop-filter: blur(14px);
    background: linear-gradient(135deg, rgba(8, 14, 26, 0.78), rgba(9, 14, 28, 0.62));
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.36);
}

.flzlp-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.06em;
    font-size: clamp(15px, 2vw, 18px);
}

.flzlp-brand img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 14px 30px rgba(44, 122, 255, 0.34);
}

.flzlp-actions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.flzlp-select,
.flzlp-signin,
.flzlp-secondary-btn {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(8, 11, 20, 0.62);
    color: #fff;
    padding: 11px 16px;
    font-size: 13px;
    font-weight: 650;
    line-height: 1;
}

.flzlp-select {
    min-height: 40px;
    min-width: 128px;
}

.flzlp-signin,
.flzlp-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
}

.flzlp-watch-btn {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-radius: 999px;
    background: linear-gradient(120deg, var(--flzlp-accent-red) 0%, var(--flzlp-accent-blue) 58%, var(--flzlp-accent-orange) 100%);
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.01em;
    padding: 11px 20px;
    border: 0;
    box-shadow: 0 16px 34px rgba(48, 128, 255, 0.34), 0 8px 24px rgba(255, 43, 101, 0.36);
}

.flzlp-watch-btn::before {
    content: "";
    position: absolute;
    top: -120%;
    bottom: -120%;
    left: -30%;
    width: 30%;
    background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: rotate(20deg);
    transition: transform 0.6s ease;
    z-index: -1;
}

.flzlp-watch-btn:hover::before {
    transform: translateX(420%) rotate(20deg);
}

.flzlp-watch-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 20px 42px rgba(48, 128, 255, 0.42), 0 10px 28px rgba(255, 43, 101, 0.42);
}

.flzlp-watch-btn.xl {
    padding: 13px 28px;
    min-height: 50px;
    font-size: 16px;
}

.flzlp-signin:hover,
.flzlp-secondary-btn:hover,
.flzlp-select:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-1px);
}

.flzlp-hero {
    position: relative;
    min-height: clamp(620px, 86vh, 860px);
    overflow: hidden;
    margin-inline: calc(50% - 50vw);
    border-top: 1px solid var(--flzlp-border);
    border-bottom: 1px solid var(--flzlp-border);
    background: linear-gradient(118deg, rgba(10, 12, 20, 0.95) 26%, rgba(8, 10, 17, 0.6) 60%, rgba(7, 10, 16, 0.9) 100%);
    box-shadow: var(--flzlp-shadow-strong);
}

.flzlp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--hero-image);
    background-size: cover;
    background-position: center;
    opacity: 0.44;
    transform: scale(1.06);
    z-index: 0;
}

.flzlp-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(680px 340px at 84% 12%, rgba(46, 133, 255, 0.22), transparent 62%),
        radial-gradient(620px 320px at 8% 82%, rgba(255, 56, 102, 0.18), transparent 64%);
    z-index: 3;
    pointer-events: none;
}

.flzlp-hero-media {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.flzlp-hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.03);
    transition: opacity 0.6s ease;
    filter: saturate(0.92) contrast(1.04) brightness(0.78);
}

.flzlp-hero.is-video-ready .flzlp-hero-video {
    opacity: 0.72;
}

.flzlp-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 7, 13, 0.96) 0%, rgba(7, 9, 16, 0.76) 46%, rgba(8, 10, 17, 0.3) 100%);
    z-index: 2;
}

.flzlp-hero-inner {
    position: relative;
    z-index: 4;
    height: 100%;
    max-width: 1500px;
    min-height: clamp(620px, 86vh, 860px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    gap: 30px;
    align-items: center;
    padding: clamp(34px, 5vw, 72px) clamp(18px, 3.2vw, 42px);
}

.flzlp-copy h1 {
    color: #ffffff;
    font-family: "Sora", sans-serif;
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -0.03em;
    max-width: 10.3ch;
    font-size: clamp(44px, 7vw, 96px);
    margin-bottom: 14px;
    text-wrap: balance;
}

.flzlp-kicker {
    color: #ffdbe7;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 14px;
}

.flzlp-subtitle {
    color: rgba(242, 247, 255, 0.86);
    font-size: clamp(15px, 1.28vw, 19px);
    line-height: 1.6;
    max-width: 56ch;
}

.flzlp-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 20px 0 24px;
}

.flzlp-pill-row span {
    border-radius: 999px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(16, 22, 40, 0.62);
    color: #e4ecff;
    font-size: 13px;
    font-weight: 600;
}

.flzlp-hero-cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.flzlp-poster-wrap {
    position: relative;
    max-width: 370px;
    margin-inline: auto;
    animation: flzlpFloat 4.8s ease-in-out infinite;
}

@keyframes flzlpFloat {
    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-8px);
    }
}

.flzlp-poster-wrap img {
    width: 100%;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 40px 88px rgba(0, 0, 0, 0.56);
}

.flzlp-poster-glow {
    position: absolute;
    inset: auto -14% -25% -14%;
    height: 45%;
    filter: blur(44px);
    z-index: -1;
    background: linear-gradient(110deg, rgba(255, 41, 102, 0.62), rgba(55, 142, 255, 0.52));
}

.flzlp-feature-bar {
    margin: 24px 0 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.flzlp-feature-bar article {
    border: 1px solid var(--flzlp-border-soft);
    border-radius: 18px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03));
    padding: 16px 18px;
    min-height: 102px;
}

.flzlp-feature-bar h3 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 6px;
}

.flzlp-feature-bar p {
    color: rgba(226, 234, 250, 0.8);
    margin-bottom: 0;
}

.flzlp-metric-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.flzlp-metric-strip article {
    border-radius: 14px;
    border: 1px solid var(--flzlp-border-soft);
    background: rgba(255, 255, 255, 0.04);
    padding: 12px 14px;
    display: grid;
    gap: 3px;
}

.flzlp-metric-strip strong {
    font-family: "Sora", sans-serif;
    font-size: 22px;
    line-height: 1;
    color: #fff;
}

.flzlp-metric-strip span {
    color: var(--flzlp-text-soft);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.flzlp-row-section {
    margin-top: 22px;
}

.flzlp-row-premium {
    padding: 16px;
    border-radius: 22px;
    border: 1px solid var(--flzlp-border-soft);
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

.flzlp-row-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.flzlp-row-head h2 {
    color: #fff;
    font-family: "Sora", sans-serif;
    font-size: clamp(23px, 3vw, 34px);
    letter-spacing: -0.02em;
    margin: 0;
}

.flzlp-row-head a {
    color: #ffd6e2;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.flzlp-row-head a:hover {
    color: #fff;
}

.flzlp-card-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.flzlp-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: #0b1120;
    min-height: 255px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34);
}

.flzlp-card.is-wide {
    min-height: 182px;
}

.flzlp-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 11, 20, 0) 45%, rgba(7, 11, 20, 0.92) 100%);
    pointer-events: none;
}

.flzlp-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.flzlp-chip {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    border-radius: 999px;
    padding: 5px 9px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(8, 11, 18, 0.68);
    color: #f2f6ff;
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
}

.flzlp-card span {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    border-radius: 10px;
    background: rgba(8, 11, 18, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flzlp-card:hover {
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.48);
}

.flzlp-card:hover img {
    transform: scale(1.08);
}

.flzlp-live-tv-section {
    margin-top: 36px;
    padding: clamp(20px, 2.6vw, 32px);
    border-radius: 26px;
    border: 1px solid var(--flzlp-border);
    background: linear-gradient(155deg, rgba(16, 21, 37, 0.9), rgba(13, 18, 31, 0.8));
    box-shadow: var(--flzlp-shadow);
}

.flzlp-live-tv-head {
    text-align: center;
    margin-bottom: 18px;
}

.flzlp-live-tv-head h2 {
    color: #ffffff;
    font-size: clamp(28px, 3.8vw, 56px);
    font-family: "Sora", sans-serif;
    letter-spacing: -0.03em;
    margin: 0 0 8px;
}

.flzlp-live-tv-head p {
    color: rgba(228, 236, 251, 0.84);
    font-size: clamp(14px, 1.2vw, 18px);
    max-width: 70ch;
    margin: 0 auto;
}

.flzlp-live-tv-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.flzlp-live-card {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(9, 13, 24, 0.85);
    transition: transform 0.35s ease, border-color 0.35s ease;
}

.flzlp-live-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.flzlp-live-card span {
    display: block;
    color: #f6f8ff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 11px 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flzlp-live-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 93, 135, 0.62);
}

.flzlp-live-cta {
    margin-top: 22px;
    text-align: center;
}

.flzlp-compat-section {
    margin-top: 36px;
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: clamp(16px, 2.4vw, 28px);
    align-items: center;
    padding: clamp(18px, 2.8vw, 30px);
    border-radius: 26px;
    border: 1px solid var(--flzlp-border);
    background: linear-gradient(140deg, rgba(13, 18, 32, 0.9), rgba(20, 15, 36, 0.84));
    box-shadow: var(--flzlp-shadow);
}

.flzlp-compat-copy h2 {
    color: #fff;
    font-family: "Sora", sans-serif;
    font-size: clamp(30px, 3.8vw, 54px);
    line-height: 1.02;
    margin: 0 0 10px;
    letter-spacing: -0.03em;
}

.flzlp-compat-copy p {
    color: rgba(228, 236, 251, 0.84);
    font-size: clamp(14px, 1.14vw, 18px);
    line-height: 1.6;
    margin-bottom: 14px;
}

.flzlp-device-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 16px;
}

.flzlp-device-grid span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    color: #eef2ff;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 600;
}

.flzlp-device-grid i {
    font-size: 17px;
}

.flzlp-secondary-btn.flzlp-compat-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
}

.flzlp-compat-visual {
    position: relative;
    border-radius: 20px;
    min-height: 280px;
    max-height: 400px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: radial-gradient(90% 70% at 10% 10%, rgba(255, 47, 88, 0.28), transparent 60%),
        radial-gradient(90% 70% at 88% 90%, rgba(44, 132, 255, 0.27), transparent 60%),
        #0c1020;
}

.flzlp-compat-main {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    object-position: center;
    opacity: 0.88;
}

.flzlp-compat-floaters {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: min(84%, 360px);
}

.flzlp-compat-floaters img {
    width: 100%;
    height: 84px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 12px 24px rgba(6, 10, 20, 0.52);
}

.flzlp-faq {
    margin-top: 48px;
}

.flzlp-faq h2 {
    color: #fff;
    font-family: "Sora", sans-serif;
    font-size: clamp(24px, 3.4vw, 44px);
    margin-bottom: 14px;
}

.flzlp-faq details {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(11, 15, 26, 0.72);
    margin-bottom: 10px;
    padding: 14px 16px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.24);
}

.flzlp-faq summary {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    list-style: none;
}

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

.flzlp-faq p {
    margin: 8px 0 0;
    color: rgba(226, 234, 250, 0.84);
}

.flzlp-final-cta {
    margin-top: 36px;
    text-align: center;
    padding: 36px 18px 0;
}

.flzlp-final-cta h2 {
    color: #fff;
    font-family: "Sora", sans-serif;
    font-size: clamp(30px, 4vw, 56px);
    letter-spacing: -0.03em;
    margin-bottom: 16px;
}

@media (max-width: 1280px) {
    .flzlp-card-row {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .flzlp-live-tv-row {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1180px) {
    .flzlp-hero-inner {
        grid-template-columns: 1fr;
        min-height: 650px;
    }

    .flzlp-poster-wrap {
        max-width: 300px;
    }

    .flzlp-live-tv-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .flzlp-compat-section {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 860px) {
    .flzlp-header {
        flex-wrap: wrap;
    }

    .flzlp-feature-bar,
    .flzlp-metric-strip {
        grid-template-columns: 1fr;
    }

    .flzlp-card-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .flzlp-card,
    .flzlp-card.is-wide {
        min-height: 205px;
    }

    .flzlp-live-tv-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .flzlp-compat-main,
    .flzlp-compat-visual {
        min-height: 240px;
        max-height: 340px;
    }

    .flzlp-hero::before {
        opacity: 0.18;
    }

    .flzlp-hero.is-video-ready .flzlp-hero-video {
        opacity: 0.46;
    }

    .flzlp-hero-overlay {
        background: linear-gradient(180deg, rgba(6, 8, 14, 0.78) 0%, rgba(7, 9, 16, 0.76) 52%, rgba(8, 10, 17, 0.58) 100%);
    }
}

@media (max-width: 620px) {
    .flzlp-shell {
        padding: 0 14px 62px;
    }

    .flzlp-hero {
        min-height: 500px;
    }

    .flzlp-hero-inner {
        min-height: 500px;
        padding: 24px 14px 28px;
        align-content: end;
        gap: 18px;
    }

    .flzlp-header {
        gap: 12px;
        border-radius: 16px;
        padding: 12px;
    }

    .flzlp-actions {
        width: 100%;
        justify-content: flex-start;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .flzlp-brand {
        min-width: 0;
        gap: 12px;
        font-size: 15px;
        letter-spacing: 0.04em;
    }

    .flzlp-brand span {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .flzlp-brand img {
        width: 38px;
        height: 38px;
        border-radius: 11px;
    }

    .flzlp-header .flzlp-select {
        flex: 1 1 100%;
        min-width: 0;
    }

    .flzlp-header .flzlp-signin,
    .flzlp-header .flzlp-watch-btn {
        flex: 1 1 calc(50% - 5px);
        min-width: 0;
        min-height: 48px;
        padding: 0 16px;
        text-align: center;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .flzlp-copy h1 {
        max-width: none;
        font-size: clamp(38px, 12vw, 56px);
    }

    .flzlp-subtitle {
        font-size: 14px;
        line-height: 1.55;
    }

    .flzlp-pill-row {
        margin: 16px 0 18px;
    }

    .flzlp-pill-row span {
        padding: 7px 11px;
        font-size: 12px;
    }

    .flzlp-hero-cta {
        display: grid;
        grid-template-columns: 1fr;
    }

    .flzlp-poster-wrap {
        display: none;
    }

    .flzlp-row-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .flzlp-row-premium {
        padding: 12px;
    }

    .flzlp-card-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .flzlp-live-tv-row {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(72vw, 1fr);
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .flzlp-device-grid {
        grid-template-columns: 1fr;
    }

    .flzlp-compat-floaters img {
        height: 58px;
    }
}

@media (max-width: 420px) {
    .flzlp-shell {
        padding: 0 12px 52px;
    }

    .flzlp-header {
        padding: 10px;
    }

    .flzlp-brand {
        font-size: 14px;
        letter-spacing: 0.03em;
    }

    .flzlp-brand img {
        width: 34px;
        height: 34px;
        border-radius: 10px;
    }

    .flzlp-header .flzlp-signin,
    .flzlp-header .flzlp-watch-btn {
        flex-basis: 100%;
    }

    .flzlp-hero {
        min-height: 460px;
    }

    .flzlp-hero-inner {
        min-height: 460px;
        padding: 20px 12px 24px;
    }

    .flzlp-copy h1 {
        font-size: clamp(34px, 11vw, 44px);
    }

    .flzlp-kicker {
        font-size: 11px;
        letter-spacing: 0.13em;
    }
}

@media (prefers-reduced-motion: reduce) {
    .flzlp-hero-media {
        display: none;
    }

    .flzlp-poster-wrap {
        animation: none;
    }
}
