@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700;800;900&display=swap');

:root {
    --color-primary: #E11D48;
    --color-rose-glow: rgba(225, 29, 72, 0.4);
    --color-background: #030712;
    --color-surface: #111827;
    --color-text: #F8FAFC;
    --color-muted: #94A3B8;
    --radius-premium: 20px;
}

/* --- GLASS NAVBAR --- */
.navbar-glass {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    padding: 1.2rem 5%;
    background: rgba(3, 7, 18, 0.4);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo { display: flex; align-items: center; gap: 0.8rem; text-decoration: none; }
.faro-icon-svg { width: 32px; filter: drop-shadow(0 0 8px rgba(232, 119, 34, 0.8)); }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-text strong { font-size: 1.3rem; color: white; letter-spacing: 1px; }
.logo-text span { font-size: 0.6rem; color: var(--color-primary); font-weight: 800; letter-spacing: 3px; }

.nav-links { display: flex; list-style: none; gap: 3rem; }
.nav-links a { color: rgba(255,255,255,0.7); text-decoration: none; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; transition: 0.3s; }
.nav-links a:hover { color: var(--color-primary); }

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    background-color: var(--color-background);
    color: var(--color-text);
    font-family: 'Open Sans', sans-serif;
    line-height: clamp(1.4, 2vw, 1.8);
    overflow-x: hidden;
    scroll-behavior: smooth;
}

h1, h2, h3, .title-display, .title-xl {
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
}

.container-promax {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
}

.text-center { text-align: center; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }

/* ===== HERO BANNER ===== */
.hero-banner {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--color-background);
}


.hb-bg-glow {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 55% 80% at 72% 50%, rgba(232, 119, 34, 0.09) 0%, transparent 65%),
        radial-gradient(ellipse 40% 60% at 28% 50%, rgba(225, 29, 72, 0.05) 0%, transparent 60%);
    z-index: 0;
}

.hb-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 80px 80px;
    z-index: 0;
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
}

.hb-inner {
    position: relative;
    z-index: 2;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 5% 0;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 4rem;
}

/* --- LEFT: TEXT --- */
.hb-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hb-eyebrow {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: var(--color-primary);
    margin-bottom: 1.8rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.hb-eyebrow::before {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background: var(--color-primary);
    flex-shrink: 0;
}

.hb-title {
    display: flex;
    flex-direction: column;
    line-height: 0.88;
    margin-bottom: 1.8rem;
}

.hb-title-line1 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(3.8rem, 8.5vw, 8rem);
    font-weight: 900;
    color: white;
    letter-spacing: -3px;
}

.hb-title-line2 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(3.8rem, 8.5vw, 8rem);
    font-weight: 900;
    color: var(--color-primary);
    letter-spacing: -3px;
}

.hb-movement {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.25);
    margin-bottom: 2rem;
}

.hb-sep {
    width: 48px;
    height: 2px;
    background: linear-gradient(90deg, var(--color-primary), transparent);
    margin-bottom: 1.8rem;
}

.hb-desc {
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--color-muted);
    max-width: 460px;
    margin-bottom: 2.8rem;
}

.hb-cta { font-size: 0.78rem; }

/* --- RIGHT: LOGO --- */
.hb-logo-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
}

.hb-logo-rings {
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    border: 1px solid rgba(232, 119, 34, 0.18);
    animation: hbRingPulse 4s ease-in-out infinite;
}

.hb-logo-rings::before {
    content: '';
    position: absolute;
    inset: 35px;
    border-radius: 50%;
    border: 1px solid rgba(232, 119, 34, 0.1);
}

.hb-logo-rings::after {
    content: '';
    position: absolute;
    inset: -35px;
    border-radius: 50%;
    border: 1px dashed rgba(232, 119, 34, 0.07);
    animation: hbRingRotate 22s linear infinite;
}

.hb-logo-img {
    width: clamp(190px, 26vw, 320px);
    position: relative;
    z-index: 1;
    filter:
        drop-shadow(0 0 25px rgba(232, 119, 34, 0.55))
        drop-shadow(0 0 70px rgba(232, 119, 34, 0.25))
        drop-shadow(0 0 130px rgba(232, 119, 34, 0.12));
    animation: hbLogoFloat 5s ease-in-out infinite;
}

.hb-logo-label {
    position: absolute;
    bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 12px;
    color: rgba(255,255,255,0.18);
    text-transform: uppercase;
}

@keyframes hbRingPulse {
    0%, 100% { opacity: 0.5; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.04); }
}

@keyframes hbRingRotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes hbLogoFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-18px); }
}

.btn-promax {
    display: inline-flex;
    padding: 1.2rem 3rem;
    border-radius: 5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: none;
    cursor: pointer;
}

.btn-primary { background: var(--color-primary); color: white; }
.btn-glow-rose { box-shadow: 0 0 30px var(--color-rose-glow); }
.btn-glow-rose:hover { transform: translateY(-5px); box-shadow: 0 0 50px var(--color-primary); }

.btn-outline-white { background: transparent; border: 1px solid rgba(255,255,255,0.2); color: white; }
.btn-outline-white:hover { background: white; color: black; }

/* --- SECTION MISSION --- */
.section-mission { padding: 12vw 0; background: var(--color-background); }

.mission-visual {
    position: relative;
    background: #080c14;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(232, 119, 34, 0.15), 0 50px 100px rgba(0,0,0,0.7);
    transition: box-shadow 0.4s;
}

.mission-visual:hover {
    box-shadow: 0 0 0 1px rgba(232, 119, 34, 0.45), 0 50px 120px rgba(0,0,0,0.8);
}

.mission-accent-bar {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #e87722, var(--color-primary), #e87722);
    background-size: 200% 100%;
    animation: accentFlow 3s linear infinite;
}

@keyframes accentFlow {
    0%   { background-position: 0% 0%; }
    100% { background-position: 200% 0%; }
}

.mission-silueta-img {
    width: 52%;
    max-width: 240px;
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow:
        0 0 0 1px rgba(232, 119, 34, 0.25),
        0 20px 60px rgba(232, 119, 34, 0.18),
        0 0 80px rgba(232, 119, 34, 0.08);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s;
}

.mission-visual:hover .mission-silueta-img {
    transform: scale(1.04) translateY(-8px);
    box-shadow:
        0 0 0 1px rgba(232, 119, 34, 0.5),
        0 30px 70px rgba(232, 119, 34, 0.28),
        0 0 120px rgba(232, 119, 34, 0.12);
}

.mission-visual-label {
    position: absolute;
    bottom: 18px;
    left: 0; right: 0;
    text-align: center;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.2);
}

.audio-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}

.mission-visual:hover .audio-overlay { opacity: 1; }

.speaker-icon {
    width: 80px;
    height: 80px;
    background: var(--color-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    animation: speakerPulse 2s infinite;
}

.badge {
    background: rgba(225, 29, 72, 0.1);
    color: var(--color-primary);
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 2rem;
    display: inline-block;
}

.title-xl { font-size: clamp(3rem, 5vw, 5rem); font-weight: 900; margin-bottom: 2.5rem; }

.text-story-promax p {
    font-size: 1.3rem;
    line-height: 1.8;
    color: var(--color-muted);
    margin-bottom: 2rem;
}

.text-story-promax strong { color: white; border-bottom: 3px solid var(--color-primary); }

/* --- CARNET V2 --- */
.section-carnet { padding: 10vw 0; background: #000; }
.carnet-card-v2 {
    max-width: 550px;
    margin: 0 auto;
    background: var(--color-surface);
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.05);
}

.carnet-header {
    background: linear-gradient(90deg, #111827, #1e293b);
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.carnet-logo-small { height: 35px; }
.badge-status { background: #059669; font-size: 0.7rem; font-weight: 800; padding: 4px 12px; border-radius: 4px; }

.carnet-body { padding: 3rem; display: flex; gap: 2.5rem; align-items: center; }
.photo-placeholder {
    width: 140px;
    height: 180px;
    background: #1f2937;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: #4b5563;
}

.info-group .label { font-size: 2rem; font-weight: 900; color: white; }
.info-group .id { color: var(--color-muted); font-size: 0.9rem; margin-top: 5px; }

.carnet-footer {
    background: var(--color-primary);
    padding: 0.8rem 1.5rem;
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    font-weight: 800;
}

/* --- SECTION FINAL --- */
.section-final { padding: 15vw 0; min-height: 100vh; display: flex; align-items: center; justify-content: center; }

.logo-final-glow {
    width: 100px;
    filter: drop-shadow(0 0 30px var(--color-primary));
    animation: float 4s ease-in-out infinite;
    margin-bottom: 3rem;
}

.title-display {
    font-size: clamp(3rem, 12vw, 10rem);
    font-weight: 950;
    line-height: 0.9;
}

.text-rose { color: var(--color-primary); }
.glow-rose { text-shadow: 0 0 50px var(--color-rose-glow); }

.subtitle-bold {
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: 8px;
    margin: 2rem 0 4rem;
    color: var(--color-muted);
}

@keyframes speakerPulse {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(225, 29, 72, 0.4); }
    70% { transform: scale(1.1); box-shadow: 0 0 0 30px rgba(225, 29, 72, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(225, 29, 72, 0); }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

/* ==============================
   HAMBURGER MENU
============================== */
.nav-hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 6px;
    z-index: 2100;
}
.nav-hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: white;
    border-radius: 2px;
    transition: all 0.3s ease;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ==============================
   TABLET  ≤ 968px
============================== */
@media (max-width: 968px) {
    /* Navbar */
    .nav-hamburger { display: flex; }
    .nav-links {
        position: fixed;
        inset: 0;
        background: rgba(3, 7, 18, 0.97);
        backdrop-filter: blur(24px);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2.5rem;
        z-index: 2000;
        transform: translateX(100%);
        transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .nav-links.open { transform: translateX(0); }
    .nav-links a { font-size: 1.4rem; letter-spacing: 3px; }

    /* Grid */
    .grid-2 { grid-template-columns: 1fr; text-align: center; gap: 2.5rem; }
    .interactive-text { order: 2; }
    .mission-visual { order: 1; }

    /* Hero */
    .hb-inner {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 110px 5% 3rem;
        gap: 2.5rem;
    }
    .hb-text { align-items: center; }
    .hb-eyebrow { justify-content: center; }
    .hb-desc { margin-left: auto; margin-right: auto; }
    .hb-logo-wrap { order: -1; }
    .hb-logo-img { width: clamp(140px, 40vw, 200px); }
    .hb-logo-rings { width: 260px; height: 260px; }
    .hb-logo-rings::after { inset: -20px; }
    .hb-title-line1, .hb-title-line2 {
        font-size: clamp(1.8rem, 10vw, 3.5rem);
        letter-spacing: -1px;
    }

    /* Mission */
    .mission-visual { min-height: 320px; border-radius: 16px; }
    .mission-silueta-img { width: 40%; }

    /* Text */
    .title-xl { font-size: 2.8rem; }
    .subtitle-bold { font-size: 1.2rem; letter-spacing: 4px; }

    /* Carnet */
    .carnet-body { flex-direction: column; align-items: center; padding: 2rem; gap: 1.5rem; }
    .info-group { text-align: center; }
}

/* ==============================
   MOBILE  ≤ 480px
============================== */
@media (max-width: 480px) {
    /* Hero title */
    .hb-title-line1, .hb-title-line2 {
        font-size: clamp(1.5rem, 9.5vw, 2.4rem);
        letter-spacing: 0;
    }
    .hb-desc { font-size: 0.95rem; }
    .btn-promax { padding: 1rem 1.8rem; font-size: 0.72rem; }

    /* Rings */
    .hb-logo-rings { width: 200px; height: 200px; }
    .hb-logo-rings::after { inset: -15px; }
    .hb-logo-img { width: 120px; }

    /* Mission */
    .section-mission { padding: 4rem 0; }
    .mission-visual { min-height: 260px; }
    .mission-silueta-img { width: 35%; }

    /* Final */
    .title-display { font-size: clamp(2.5rem, 14vw, 4rem); }
    .subtitle-bold { font-size: 0.9rem; letter-spacing: 2px; }
    .section-final { padding: 5rem 0; min-height: auto; }

    /* Carnet */
    .section-carnet { padding: 3rem 0; }
    .carnet-card-v2 { border-radius: 10px; }
    .carnet-body { padding: 1.5rem; }
    .info-group .label { font-size: 1.4rem; }
    .photo-placeholder { width: 100px; height: 130px; }
}
