/* ===== CSS Custom Properties (Design Tokens from Figma) ===== */
:root {
    --color-cyan: #24D2E5;
    --color-light-cyan: #97F0FF;
    --color-purple: #692CE0;
    --color-dark-bg: #170821;
    --color-pink-cta: #FB4D94;
    --color-white: #FFFFFF;
    --color-yellow-green: #CAF61B;
    --color-light-purple: #D2AFFF;
    --color-navy: #191862;
    --font-montserrat: 'Montserrat', sans-serif;
    --font-bebas: 'Bebas Neue', cursive;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-montserrat); margin: 0; padding: 0; overflow-x: hidden; background-color: var(--color-dark-bg); }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; height: auto; }

.hero-section { width: 100%; }
.container-main { display: flex; flex-direction: row; width: 100%; align-items: stretch; }

.zone-texte {
    width: 50%;
    background-color: var(--color-cyan);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 48px;
    overflow: hidden;
    min-height: 700px;
}

.header-logos { display: flex; flex-direction: row; justify-content: space-between; align-items: center; width: 100%; }
.logo-link { display: inline-flex; flex-shrink: 0; }
.jerkmate-logo { width: 308px; height: auto; object-fit: contain; }
.cobrand-logos { display: flex; flex-direction: row; align-items: center; gap: 8px; }
.goons-logo { width: auto; height: 57px; object-fit: contain; }

.headline-container { display: flex; flex-direction: column; gap: 0; }
.headline-become {
    font-family: var(--font-montserrat);
    font-weight: 900;
    font-size: clamp(50px, 7.2vw, 125px);
    text-transform: uppercase;
    color: var(--color-light-cyan);
    line-height: 0.83;
    letter-spacing: 0;
    margin: 0;
}
.headline-bottom { display: flex; flex-direction: row; align-items: center; gap: 4px; margin-top: 0; }
.headline-g, .headline-ner {
    font-family: var(--font-montserrat);
    font-weight: 900;
    font-size: clamp(50px, 7.2vw, 125px);
    text-transform: uppercase;
    color: var(--color-light-cyan);
    line-height: 1.1;
}
.headline-star {
    font-family: var(--font-montserrat);
    font-weight: 900;
    font-size: clamp(50px, 7.2vw, 125px);
    color: var(--color-light-cyan);
    line-height: 1.1;
}

.promocode-badge { display: inline-flex; align-items: center; width: fit-content; margin-top: 20px; }
.promocode-img { height: 68px; width: auto; object-fit: contain; }

.cta-container { padding-top: 24px; }
.cta-create-account {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    background-color: var(--color-pink-cta);
    border-radius: 9999px;
    font-family: var(--font-montserrat);
    font-weight: 900;
    font-size: 25px;
    text-transform: uppercase;
    color: var(--color-white);
    cursor: pointer;
    transition: opacity 0.3s ease;
    text-decoration: none;
}
.cta-create-account:hover { opacity: 0.9; }

.zone-visuel {
    width: 50%;
    flex-grow: 1;
    background-color: var(--color-dark-bg);
    overflow: hidden;
    position: relative;
}
.visuel-desktop {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
}

/* ===== Video Section ===== */
.video-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: var(--color-purple);
    padding: 100px 80px 120px;
    gap: 80px;
    overflow: hidden;
}
.video-bloc { display: flex; flex-direction: column; align-items: center; gap: 32px; max-width: 760px; flex: 1; min-width: 0; }
.video-header { display: flex; flex-direction: column; align-items: center; gap: 16px; width: 100%; }
.video-model-info { display: flex; flex-direction: row; align-items: center; gap: 10px; }
.model-avatar { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; }
.model-name { font-family: var(--font-bebas); font-weight: 700; font-size: 28px; text-transform: uppercase; color: var(--color-white); line-height: 1; }
.model-name-img { height: 28px; width: auto; object-fit: contain; }
.video-title-row { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 4px; padding: 10px; }
.video-title-badge { width: auto; height: 48px; object-fit: contain; flex-shrink: 0; }

.video-overlay-link { display: block; width: 100%; max-width: 760px; border-radius: 20px; overflow: hidden; cursor: pointer; }
.over-video-img { width: 100%; height: auto; display: block; }

.cta-unlock {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    border: 2px solid var(--color-yellow-green);
    border-radius: 9999px;
    background: transparent;
    font-family: var(--font-montserrat);
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
    color: var(--color-white);
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
}
.cta-unlock:hover { background-color: rgba(202, 246, 27, 0.1); }

.taste-section { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 26px; flex: 1; min-width: 380px; }
.taste-text-container { display: flex; align-items: center; justify-content: center; padding: 10px; }
.taste-text {
    font-family: var(--font-montserrat);
    font-weight: 900;
    font-size: clamp(48px, 7vw, 110px);
    text-transform: uppercase;
    color: var(--color-light-purple);
    text-align: center;
    line-height: 0.875;
}
.jerkmate-dark-logo { width: 500px; max-width: 100%; height: auto; object-fit: contain; }

/* ===== Footer ===== */
.footer { display: flex; flex-direction: column; width: 100%; background-color: var(--color-white); padding: 24px 20px; gap: 20px; }
.footer-top { display: flex; flex-direction: row; align-items: center; padding-left: 30px; gap: 11px; }
.rta-link { display: inline-flex; flex-shrink: 0; }
.rta-icon { width: 50px; height: 29px; object-fit: contain; }
.footer-copyright { font-family: var(--font-montserrat); font-weight: 700; font-size: 14px; text-transform: uppercase; color: var(--color-navy); }
.footer-divider { width: 100%; height: 1px; background-color: var(--color-navy); }
.footer-bottom { display: flex; flex-direction: row; align-items: center; padding-left: 30px; gap: 20px; flex-wrap: wrap; }
.footer-link { font-family: var(--font-montserrat); font-weight: 400; font-size: 16px; color: var(--color-navy); text-decoration: none; transition: opacity 0.3s ease; }
.footer-link:hover { opacity: 0.7; text-decoration: underline; }

/* ===== Responsive: Tablet ===== */
@media (max-width: 1200px) {
    .video-section { padding: 80px 40px; gap: 40px; }
    .jerkmate-logo { width: 240px; }
    .zone-texte { padding: 40px 32px; }
    .taste-section { min-width: 280px; }
}

/* ===== Responsive: Mobile ===== */
@media (max-width: 768px) {
    .container-main { flex-direction: column; align-items: stretch; }
    .zone-visuel { width: 100%; order: -1; height: 260px; min-height: 260px; }
    .visuel-desktop { object-fit: contain; object-position: center center; position: relative; }
    .zone-texte { width: 100%; min-height: auto; padding: 20px 20px; justify-content: flex-start; gap: 16px; }
    .header-logos { flex-direction: row; align-items: center; justify-content: space-between; }
    .jerkmate-logo { width: 160px; }
    .goons-logo { height: 33px; }
    .headline-container { gap: 0; }
    .headline-become { font-size: 50px; line-height: 0.83; }
    .headline-g, .headline-ner, .headline-star { font-size: 50px; line-height: 1; }
    .headline-bottom { gap: 3px; margin-top: 4px; }
    .promocode-badge { margin-top: 8px; }
    .promocode-img { height: 38px; }
    .cta-create-account { font-size: 16px; padding: 14px 24px; }
    .cta-container { padding-top: 10px; }

    .video-section { flex-direction: column; padding: 40px 15px; gap: 40px; align-items: center; }
    .video-bloc { width: 100%; gap: 12px; }
    .video-header { gap: 10px; }
    .video-title-badge { height: 36px; }
    .model-name { font-size: 22px; }
    .model-name-img { height: 22px; }

    .taste-section { width: 100%; min-width: unset; padding-top: 0; gap: 16px; }
    .taste-text { font-size: 52px; line-height: 0.85; }
    .jerkmate-dark-logo { width: 300px; }

    .footer { padding: 10px 12px 20px; gap: 10px; align-items: center; }
    .footer-top { flex-direction: column; align-items: center; padding-left: 0; gap: 8px; }
    .footer-copyright { text-align: center; font-size: 12px; }
    .footer-bottom { flex-direction: column; align-items: center; padding-left: 0; gap: 6px; text-align: center; }
    .footer-link { font-size: 12px; text-align: center; }
    .cta-unlock { font-size: 16px; padding: 14px 24px; }
    .rta-icon { width: 55px; height: auto; }
}