/* ═══════════════════════════════════════════════════════════════════ */
/* LANDING PAGE — OSCAR HERNÁNDEZ AL SENADO 2026                     */
/* Estética: Poster campaña americana 80s × Infografía editorial     */
/* ═══════════════════════════════════════════════════════════════════ */

/* ──────────────── GOOGLE FONTS ──────────────── */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400;1,600&family=Oswald:wght@400;600;700&family=Inter:wght@400;500&display=swap');

/* ──────────────── CUSTOM PROPERTIES ──────────────── */
:root {
    /* Colores principales */
    --rojo:       #C0392B;
    --azul:       #0D1B2A;
    --azul-mid:   #1B3A5C;
    /* Colores secundarios */
    --dorado:     #D4A843;
    --marfil:     #F5F0E8;
    --negro:      #0A0A12;
    /* Tipografía */
    --ff-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
    --ff-serif:   'Cormorant Garamond', Georgia, serif;
    --ff-cond:    'Oswald', 'Arial Narrow', Arial, sans-serif;
    --ff-body:    'Inter', 'Segoe UI', Arial, sans-serif;
    /* Noise texture SVG */
    --grain: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ──────────────── RESET ──────────────── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }

body {
    font-family: var(--ff-body);
    color: var(--negro);
    background: var(--marfil);
    line-height: 1.7;
    overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--rojo); text-decoration: none; transition: color .2s; }
a:hover { text-decoration: underline; }

/* ──────────────── BASE TYPOGRAPHY ──────────────── */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--ff-display);
    font-weight: 900;
    line-height: 1.05;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

/* ──────────────── UTILITY: SECTION INNER ──────────────── */
.section-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 2;
}

.section-inner--narrow {
    max-width: 800px;
}

/* ──────────────── UTILITY: GRAIN OVERLAY ──────────────── */
.grain {
    position: relative;
    overflow: hidden;
}
.grain::before {
    content: '';
    position: absolute;
    inset: -50%;
    width: 200%;
    height: 200%;
    background-image: var(--grain);
    opacity: 0.06;
    pointer-events: none;
    z-index: 1;
}
.grain-heavy::before { opacity: 0.1; }

/* ──────────────── UTILITY: DIAGONAL STRIPES (COLOMBIAN FLAG) ──────────────── */
.stripes-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 60px,
        rgba(212,168,67,0.04) 60px,
        rgba(212,168,67,0.04) 61px,
        transparent 61px,
        transparent 120px,
        rgba(27,58,92,0.04) 120px,
        rgba(27,58,92,0.04) 121px,
        transparent 121px,
        transparent 180px,
        rgba(192,57,43,0.04) 180px,
        rgba(192,57,43,0.04) 181px
    );
    pointer-events: none;
    z-index: 0;
}

/* ──────────────── UTILITY: VIGNETTE ──────────────── */
.vignette { box-shadow: inset 0 0 200px rgba(0,0,0,0.45); }

/* ──────────────── FACE BACKGROUND (Pop art Oscar) ──────────────── */
.face-bg {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    opacity: 0.04;
    background-image: url('oscar-hernandez-fondo.png');
    background-repeat: no-repeat;
    background-size: contain;
}
/* Variants for different sections */
.face-bg--hero {
    width: clamp(300px, 50vw, 700px);
    height: clamp(350px, 60vw, 800px);
    bottom: 5%;
    right: -5%;
    background-position: bottom right;
    opacity: 0.05;
}
.face-bg--enemy {
    width: clamp(250px, 40vw, 550px);
    height: clamp(300px, 50vw, 650px);
    top: 10%;
    left: -8%;
    background-position: center left;
    opacity: 0.06;
}
.face-bg--vision {
    width: clamp(280px, 45vw, 600px);
    height: clamp(320px, 55vw, 700px);
    bottom: 5%;
    right: -5%;
    background-position: bottom right;
    opacity: 0.04;
}
.face-bg--urgency {
    width: clamp(300px, 50vw, 700px);
    height: clamp(350px, 60vw, 800px);
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    background-position: top center;
    opacity: 0.05;
}
.face-bg--cta {
    width: clamp(250px, 40vw, 500px);
    height: clamp(300px, 50vw, 600px);
    bottom: 0;
    left: -5%;
    background-position: bottom left;
    opacity: 0.035;
}
.face-bg--closing {
    width: clamp(300px, 55vw, 750px);
    height: clamp(350px, 65vw, 850px);
    top: 10%;
    right: -10%;
    background-position: center right;
    opacity: 0.05;
}
.face-bg--objections {
    width: clamp(220px, 35vw, 450px);
    height: clamp(260px, 45vw, 550px);
    bottom: 5%;
    left: -5%;
    background-position: bottom left;
    opacity: 0.04;
}

/* ──────────────── DECORATIVE: #24 WATERMARK ──────────────── */
.deco-24 {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    font-family: var(--ff-display);
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -0.03em;
}
.deco-24--enemy {
    font-size: clamp(12rem, 30vw, 28rem);
    color: #fff;
    opacity: 0.04;
    bottom: -5%;
    right: -3%;
}
.deco-24--cta {
    font-size: clamp(10rem, 25vw, 22rem);
    color: var(--dorado);
    opacity: 0.04;
    top: 5%;
    right: -2%;
}
.deco-24--urgency {
    font-size: clamp(14rem, 35vw, 32rem);
    color: #fff;
    opacity: 0.03;
    bottom: -8%;
    left: -5%;
}

/* ──────────────── DECORATIVE: CROSS (Fe) ──────────────── */
.deco-cross {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    opacity: 0.04;
}
.deco-cross::before,
.deco-cross::after {
    content: '';
    position: absolute;
    background: var(--dorado);
}
.deco-cross::before {
    width: 4px;
    height: clamp(100px, 15vw, 200px);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.deco-cross::after {
    height: 4px;
    width: clamp(70px, 10vw, 140px);
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
}
.deco-cross--oscar {
    top: 15%;
    right: 8%;
    width: 140px;
    height: 200px;
}
.deco-cross--vision {
    top: 8%;
    left: 5%;
    width: 140px;
    height: 200px;
    opacity: 0.05;
}
.deco-cross--closing {
    bottom: 15%;
    left: 8%;
    width: 120px;
    height: 180px;
    opacity: 0.05;
}

/* ──────────────── DECORATIVE: FE FAMILIA FIRMEZA watermark ──────────────── */
.deco-fff {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    font-family: var(--ff-cond);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 8px;
    white-space: nowrap;
    opacity: 0.03;
}
.deco-fff--vision {
    font-size: clamp(2rem, 4vw, 3.5rem);
    color: #fff;
    bottom: 12%;
    left: -10%;
    transform: rotate(-90deg);
    transform-origin: left bottom;
}
.deco-fff--cta {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    color: var(--dorado);
    top: 50%;
    left: -5%;
    transform: rotate(-90deg);
    transform-origin: left center;
    opacity: 0.04;
}

/* ──────────────── DECORATIVE: Vertical flag stripes on edges ──────────────── */
.deco-flag-left,
.deco-flag-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 6px;
    pointer-events: none;
    z-index: 0;
    opacity: 0.15;
}
.deco-flag-left {
    left: 0;
    background: linear-gradient(to bottom,
        var(--dorado) 33.33%,
        var(--azul-mid) 33.33% 66.66%,
        var(--rojo) 66.66%
    );
}
.deco-flag-right {
    right: 0;
    background: linear-gradient(to bottom,
        var(--rojo) 33.33%,
        var(--azul-mid) 33.33% 66.66%,
        var(--dorado) 66.66%
    );
}

/* ──────────────── DECORATIVE: Corner ornaments ──────────────── */
.deco-corner {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    width: clamp(40px, 6vw, 80px);
    height: clamp(40px, 6vw, 80px);
    border-color: var(--dorado);
    border-style: solid;
    border-width: 0;
    opacity: 0.12;
}
.deco-corner--tl { top: 24px; left: 24px; border-top-width: 2px; border-left-width: 2px; }
.deco-corner--tr { top: 24px; right: 24px; border-top-width: 2px; border-right-width: 2px; }
.deco-corner--bl { bottom: 24px; left: 24px; border-bottom-width: 2px; border-left-width: 2px; }
.deco-corner--br { bottom: 24px; right: 24px; border-bottom-width: 2px; border-right-width: 2px; }

/* ──────────────── REPEATING NAME WATERMARK (Trump-style) ──────────────── */
.name-watermark {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
    opacity: 0.07;
}
.name-watermark-text {
    font-family: var(--ff-display);
    font-weight: 900;
    font-size: clamp(3.5rem, 6vw, 5.5rem);
    text-transform: uppercase;
    color: var(--rojo);
    letter-spacing: -0.02em;
    line-height: 1.05;
    white-space: nowrap;
    display: block;
    animation: watermark-scroll 60s linear infinite;
}
.name-watermark-text:nth-child(even) {
    animation-direction: reverse;
    animation-duration: 75s;
}
@keyframes watermark-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ──────────────── HERO NAME (Reagan-style massive name) ──────────────── */
.hero-name {
    font-family: var(--ff-display);
    font-weight: 900;
    font-size: clamp(4rem, 14vw, 14rem);
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 0.85;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
    text-shadow:
        0 0 80px rgba(27,58,92,0.6),
        0 4px 0 rgba(0,0,0,0.15);
    position: relative;
    z-index: 2;
}
.hero-name-sub {
    font-family: var(--ff-cond);
    font-weight: 700;
    font-size: clamp(1rem, 2.5vw, 2rem);
    letter-spacing: clamp(6px, 1.5vw, 16px);
    text-transform: uppercase;
    color: var(--dorado);
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

/* ──────────────── DRAMATIC TEXT SHADOWS ──────────────── */
.text-glow {
    text-shadow:
        0 0 60px rgba(212,168,67,0.3),
        0 0 120px rgba(212,168,67,0.15);
}
.text-shadow-deep {
    text-shadow:
        0 4px 0 rgba(0,0,0,0.2),
        0 0 80px rgba(13,27,42,0.5);
}

/* ──────────────── STAR FIELD (More prominent stars) ──────────────── */
.stars-field {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}
.stars-field::before,
.stars-field::after {
    content: '★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★';
    position: absolute;
    font-size: 1.5rem;
    letter-spacing: 40px;
    white-space: nowrap;
    color: var(--dorado);
    opacity: 0.06;
}
.stars-field::before {
    top: 15%;
    left: -100px;
    transform: rotate(-5deg);
}
.stars-field::after {
    bottom: 20%;
    right: -100px;
    transform: rotate(3deg);
    font-size: 1rem;
    opacity: 0.04;
}

/* ──────────────── "HE IS BACK" STYLE BLOCK ──────────────── */
.comeback-block {
    background: var(--azul);
    padding: clamp(60px, 8vw, 100px) 24px;
    text-align: center;
    margin: 60px calc(-50vw + 50%);
    width: 100vw;
    position: relative;
    overflow: hidden;
}
.comeback-block::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(27,58,92,0.4) 0%, transparent 70%);
    pointer-events: none;
}
.comeback-phrase {
    font-family: var(--ff-display);
    font-weight: 900;
    font-size: clamp(2rem, 5vw, 4.5rem);
    text-transform: uppercase;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -0.02em;
    position: relative;
    z-index: 2;
}
.comeback-phrase .accent-bold {
    color: var(--dorado);
    display: inline;
    text-shadow: 0 0 40px rgba(212,168,67,0.4);
}
.comeback-sub {
    font-family: var(--ff-cond);
    font-size: 0.75rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    margin-top: 24px;
    position: relative;
    z-index: 2;
}

/* ──────────────── UTILITY: GOLD LINE DIVIDERS ──────────────── */
.gold-line {
    display: block;
    width: 120px;
    height: 2px;
    background: var(--dorado);
    margin: 2rem auto;
    border: none;
}
.gold-line--wide { width: 200px; }

/* ──────────────── POSTER CARD (vertical campaign poster) ──────────────── */
.poster-card {
    max-width: 550px;
    margin: 60px auto;
    line-height: 0;
    position: relative;
    box-shadow:
        0 8px 40px rgba(0,0,0,0.15),
        0 2px 8px rgba(0,0,0,0.1);
    border: 3px solid var(--dorado);
}
.poster-card-img {
    width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 600px) {
    .poster-card {
        max-width: 100%;
        margin: 40px 0;
        border-width: 2px;
    }
}

/* ──────────────── INFOGRAFIA POSTER BREAK ──────────────── */
.infografia-break {
    width: 100%;
    line-height: 0;
    position: relative;
    border-top: 3px solid var(--dorado);
    border-bottom: 3px solid var(--dorado);
    box-shadow: inset 0 0 120px rgba(0,0,0,0.25);
    overflow: hidden;
}
.infografia-img {
    width: 100%;
    height: auto;
    display: block;
}

/* ──────────────── UTILITY: RED DIVIDER ──────────────── */
.red-divider {
    display: block;
    width: 100%;
    max-width: 600px;
    height: 4px;
    background: var(--rojo);
    margin: 48px auto 16px;
    border: none;
}
.gold-line--dotted {
    background: none;
    border-top: 2px dotted var(--dorado);
}

/* ──────────────── UTILITY: STARS DECORATION ──────────────── */
.stars-decor {
    font-size: 1.2rem;
    color: var(--dorado);
    opacity: 0.25;
    letter-spacing: 12px;
    text-align: center;
    display: block;
    margin: 1.5rem 0;
}

/* ──────────────── UTILITY: COLOMBIAN FLAG SEPARATOR ──────────────── */
.flag-sep {
    height: 6px;
    border: none;
    background: linear-gradient(to right,
        var(--dorado) 33.33%,
        var(--azul-mid) 33.33% 66.66%,
        var(--rojo) 66.66%
    );
}

/* ──────────────── UTILITY: SEAL / BADGE ──────────────── */
.seal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--dorado);
    border-radius: 50%;
    width: 56px;
    height: 56px;
    font-family: var(--ff-cond);
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 2px;
    color: var(--dorado);
    text-transform: uppercase;
}

/* ──────────────── BUTTONS ──────────────── */
.btn-poster {
    display: inline-block;
    background: var(--rojo);
    color: #fff;
    padding: 18px 44px;
    font-family: var(--ff-cond);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid var(--dorado);
    border-radius: 0;
    cursor: pointer;
    transition: background .25s, transform .15s;
    position: relative;
    max-width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: center;
}
.btn-poster:hover {
    background: #d94434;
    text-decoration: none;
    transform: translateY(-2px);
}
.btn-poster--dark {
    background: var(--azul);
    border-color: var(--dorado);
}
.btn-poster--dark:hover {
    background: var(--azul-mid);
}
.btn-poster--gold-border {
    border-color: var(--dorado);
}
.btn-poster--large {
    padding: 22px 56px;
    font-size: 1.15rem;
    letter-spacing: 4px;
}
.btn-poster--mega {
    padding: 28px 64px;
    font-size: 1.25rem;
    letter-spacing: 4px;
}

/* ═══════════════════════════════════════════════════════════════════ */
/*                           N A V                                    */
/* ═══════════════════════════════════════════════════════════════════ */
.main-nav {
    background: var(--azul);
    color: #fff;
    padding: 10px 24px;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 2px solid var(--rojo);
    overflow: hidden;
}
.nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.nav-logo-link {
    display: block;
    line-height: 0;
    flex-shrink: 0;
}
.nav-logo-img {
    height: 44px;
    width: auto;
    display: block;
}
.nav-blog-link {
    font-family: var(--ff-cond);
    font-size: 0.85rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--marfil);
    text-decoration: none;
    padding: 8px 16px;
    transition: color 0.2s;
    flex-shrink: 0;
}
.nav-blog-link:hover {
    color: var(--dorado);
    text-decoration: none;
}
.nav-cta-btn {
    padding: 10px 28px;
    font-size: 0.85rem;
    letter-spacing: 3px;
    white-space: nowrap;
    flex-shrink: 0;
}
@media (max-width: 600px) {
    .nav-logo-img { height: 34px; }
    .nav-blog-link { font-size: 0.6rem; letter-spacing: 1px; padding: 6px 8px; }
    .nav-cta-btn { padding: 8px 12px; font-size: 0.6rem; letter-spacing: 1px; white-space: normal; text-align: center; line-height: 1.3; flex-shrink: 1; max-width: 45%; }
}

/* ═══════════════════════════════════════════════════════════════════ */
/*                     U R G E N C Y   B A R                          */
/* ═══════════════════════════════════════════════════════════════════ */
.urgency-bar {
    background: var(--rojo);
    color: #fff;
    text-align: center;
    padding: 12px 24px;
    font-family: var(--ff-cond);
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
}
.urgency-bar p { position: relative; z-index: 2; }
.urgency-8 {
    font-family: var(--ff-display);
    font-weight: 900;
    font-size: 1.8em;
    line-height: 1;
    vertical-align: middle;
    margin-right: 2px;
}
.urgency-link {
    color: var(--dorado) !important;
    font-weight: 700;
    text-decoration: underline;
    margin-left: 8px;
}

/* ═══════════════════════════════════════════════════════════════════ */
/*                         H E R O                                    */
/* ═══════════════════════════════════════════════════════════════════ */
.section-hero {
    background: var(--azul);
    background: radial-gradient(ellipse at 50% 30%, #152d45 0%, var(--azul) 60%, #060e18 100%);
    color: #fff;
    padding-bottom: 0;
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Hero inner content */
.hero-content {
    text-align: center;
    padding: 50px 0 40px;
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pre-headline {
    font-family: var(--ff-cond);
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: var(--dorado);
    opacity: 0.6;
    margin-bottom: 32px;
}

/* HERO HEADLINE — YES WE CAN STYLE */
.hero-headline {
    margin-bottom: 32px;
    line-height: 1;
}
.hl-line {
    display: block;
    font-family: var(--ff-display);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    color: var(--marfil);
}
.hl-1 { font-size: clamp(4.5rem, 18vw, 8rem); }
.hl-2 { font-size: clamp(6rem, 24vw, 12rem); }
.hl-3 { font-size: clamp(7.5rem, 28vw, 16rem); margin-top: 0.05em; }
.hl-4 {
    font-size: clamp(10rem, 38vw, 22rem);
    color: var(--dorado);
    line-height: 0.85;
    letter-spacing: -0.03em;
    text-shadow:
        0 0 80px rgba(212,168,67,0.45),
        0 0 160px rgba(212,168,67,0.2),
        0 6px 0 rgba(0,0,0,0.3);
}

.hero-sub {
    font-family: var(--ff-serif);
    font-style: italic;
    font-size: clamp(1.1rem, 2.2vw, 1.8rem);
    color: rgba(255,255,255,0.8);
    max-width: 700px;
    margin: 0 auto 36px;
    font-weight: 400;
}

.hero-cta-wrap {
    margin-bottom: 16px;
}
.hero-whisper {
    font-family: var(--ff-cond);
    font-size: 0.82rem;
    letter-spacing: 2px;
    opacity: 0.4;
    text-transform: uppercase;
}

/* Hero video principal */
.hero-video-main {
    max-width: 400px;
    margin: 0 auto 40px;
    line-height: 0;
    background: #000;
    border: 3px solid var(--dorado);
    box-shadow:
        0 8px 40px rgba(0,0,0,0.5),
        0 0 80px rgba(212,168,67,0.15);
    position: relative;
    z-index: 2;
}
.hero-video-main video {
    width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 600px) {
    .hero-video-main {
        max-width: 85%;
        border-width: 2px;
    }
}

/* Countdown */
.countdown-wrap {
    text-align: center;
    padding: 50px 24px 70px;
    border-top: 1px solid rgba(255,255,255,0.06);
    position: relative;
    z-index: 2;
}
.countdown-timer {
    display: flex;
    justify-content: center;
    gap: clamp(20px, 5vw, 60px);
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.cd-item { text-align: center; }
.cd-num {
    display: block;
    font-family: var(--ff-display);
    font-weight: 900;
    font-size: clamp(3.5rem, 8vw, 8rem);
    color: var(--dorado);
    line-height: 1;
    letter-spacing: -0.02em;
}
.cd-label {
    display: block;
    font-family: var(--ff-cond);
    font-size: 0.6rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    opacity: 0.4;
    margin-top: 8px;
}
.cd-footer {
    font-family: var(--ff-cond);
    font-size: 0.75rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    opacity: 0.35;
}

/* ═══════════════════════════════════════════════════════════════════ */
/*                 S E C T I O N   2 :   E N E M Y                   */
/* ═══════════════════════════════════════════════════════════════════ */
.section-enemy {
    background: var(--rojo);
    color: #fff;
    padding: 100px 0;
    position: relative;
}

.enemy-title {
    font-size: clamp(2.5rem, 6.5vw, 7rem);
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.05;
    text-shadow: 0 4px 0 rgba(0,0,0,0.2);
}

.enemy-agitation {
    text-align: center;
    margin-bottom: 60px;
}
.enemy-agitation p {
    font-family: var(--ff-serif);
    font-size: clamp(1.05rem, 1.5vw, 1.25rem);
    margin-bottom: 20px;
    line-height: 2;
    color: rgba(255,255,255,0.9);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.enemy-agitation strong {
    font-family: var(--ff-cond);
    font-weight: 700;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* "NO VAN A PODER" block */
.enemy-block {
    background: var(--azul);
    padding: clamp(48px, 6vw, 80px) clamp(24px, 4vw, 60px);
    margin: 60px calc(-50vw + 50%) ;
    width: 100vw;
    text-align: center;
    position: relative;
}
.enemy-block-title {
    font-family: var(--ff-display);
    font-weight: 900;
    font-size: clamp(2.5rem, 6vw, 6rem);
    color: var(--dorado);
    text-transform: uppercase;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    line-height: 1;
    text-shadow:
        0 0 60px rgba(212,168,67,0.4),
        0 4px 0 rgba(0,0,0,0.25);
}
.enemy-block p {
    font-family: var(--ff-serif);
    font-style: italic;
    font-size: clamp(1rem, 1.3vw, 1.2rem);
    color: rgba(255,255,255,0.85);
    margin-bottom: 12px;
    line-height: 1.9;
}

/* YWC (Yes We Can) stacked text */
.ywc-block {
    text-align: center;
    margin: 60px 0 48px;
    line-height: 0.95;
}
.ywc-block .ywc-line {
    display: block;
    font-family: var(--ff-display);
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: -0.02em;
}
.ywc-sm  { font-size: clamp(2.5rem, 6vw, 6rem); }
.ywc-md  { font-size: clamp(3rem, 7vw, 7rem); }
.ywc-lg  { font-size: clamp(3.5rem, 8vw, 8rem); }
.ywc-xl  { font-size: clamp(4rem, 10vw, 10rem); }

.enemy-transition {
    text-align: center;
    margin-top: 48px;
    position: relative;
    z-index: 2;
}

/* ═══════════════════════════════════════════════════════════════════ */
/*          S E C T I O N   3 :   O S C A R  &  A N G E L A          */
/* ═══════════════════════════════════════════════════════════════════ */
.section-heroe {
    background: var(--marfil);
    color: var(--negro);
    padding: 0 0 100px 0;
    position: relative;
}
/* paper texture */
.section-heroe::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: var(--grain);
    opacity: 0.03;
    pointer-events: none;
    z-index: 0;
}

.heroe-title {
    font-size: clamp(3rem, 8vw, 9rem);
    color: var(--azul);
    text-align: center;
    margin-bottom: 8px;
    line-height: 1;
    text-shadow: 0 4px 0 rgba(13,27,42,0.1);
}
.heroe-subtitle {
    font-family: var(--ff-serif);
    font-style: italic;
    font-size: clamp(1rem, 1.5vw, 1.4rem);
    color: #777;
    text-align: center;
    margin-bottom: 48px;
    font-weight: 400;
}

/* Oscar split layout — text left, image right on desktop */
.oscar-split {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 0;
}
.oscar-split-text {
    flex: 1 1 0%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: clamp(48px, 6vw, 100px) clamp(16px, 2vw, 32px) clamp(48px, 6vw, 100px) clamp(24px, 4vw, 80px);
    position: relative;
    z-index: 2;
}
.oscar-split-text-inner {
    max-width: 500px;
    width: 100%;
}
.oscar-split-text .heroe-title {
    text-align: left;
    font-size: clamp(2.2rem, 5.5vw, 6rem);
}
.oscar-split-text .heroe-subtitle {
    text-align: left;
}
.oscar-split-text .origin-text {
    text-align: left;
    margin-bottom: 0;
}
.oscar-split-text .origin-text p {
    text-align: left;
    margin-left: 0;
}
.oscar-split-img {
    flex: 0 0 50%;
    overflow: hidden;
    line-height: 0;
    position: relative;
}
.oscar-split-img .portrait-oscar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

/* Legacy (unused now but kept) */
.portrait-oscar-full {
    width: 50%;
    margin: 0 auto 48px;
    overflow: hidden;
    line-height: 0;
}

/* Photo placeholder with duotone */
.portrait-frame {
    max-width: 480px;
    margin: 0 auto 48px;
    position: relative;
}
.portrait-placeholder {
    background: #d0ccc4;
    padding: 120px 24px;
    text-align: center;
    color: #888;
    font-family: var(--ff-cond);
    font-size: 0.85rem;
    letter-spacing: 2px;
    filter: grayscale(100%) contrast(1.2);
    position: relative;
}
.portrait-placeholder--duo {
    filter: grayscale(100%) contrast(1.3) sepia(30%);
}

/* Origin story text */
.origin-text {
    text-align: center;
    margin-bottom: 60px;
}
.origin-text p {
    font-family: var(--ff-serif);
    font-size: clamp(1.05rem, 1.3vw, 1.2rem);
    margin-bottom: 16px;
    line-height: 1.9;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    color: #333;
}
.origin-text strong {
    font-family: var(--ff-cond);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.05em;
    letter-spacing: 1px;
    color: var(--rojo);
}
.origin-highlight {
    font-family: var(--ff-cond) !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: clamp(1.4rem, 2.5vw, 2rem) !important;
    color: var(--rojo) !important;
    letter-spacing: 1px;
    display: block;
    margin: 32px auto !important;
}

/* Angela split — video left, text right */
.angela-split {
    display: flex;
    align-items: center;
    gap: clamp(24px, 4vw, 48px);
    margin-bottom: 48px;
}
.angela-split-video {
    flex: 0 0 auto;
    width: clamp(260px, 28vw, 380px);
}
.angela-split-text {
    flex: 1 1 0%;
}
.angela-split-text .origin-text {
    text-align: left;
    margin-bottom: 0;
}
.angela-split-text .origin-text p {
    text-align: left;
    margin-left: 0;
}

/* Angela video — formato vertical (TikTok) */
.angela-video-wrap {
    margin: 0;
    line-height: 0;
    background: #000;
    border: 2px solid rgba(212,168,67,0.3);
}
.angela-video-wrap video,
.autoplay-video {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
}

/* Angela block */
.angela-title {
    font-family: var(--ff-display);
    font-weight: 900;
    font-size: clamp(2.2rem, 5vw, 4.5rem);
    color: var(--rojo);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 32px;
    line-height: 1.05;
}

/* Angela quote with giant decorative quotes */
.angela-quote {
    background: var(--rojo);
    color: #fff;
    padding: clamp(36px, 5vw, 60px) clamp(24px, 4vw, 48px);
    margin: 48px calc(-50vw + 50%);
    width: 100vw;
    text-align: center;
    position: relative;
}
.angela-quote::before {
    content: '\201C';
    font-family: var(--ff-display);
    font-size: clamp(4rem, 8vw, 8rem);
    color: var(--dorado);
    position: absolute;
    top: -10px;
    left: 20px;
    line-height: 1;
    opacity: 0.5;
}
.angela-quote p {
    font-family: var(--ff-serif);
    font-style: italic;
    font-size: clamp(1.1rem, 1.8vw, 1.6rem);
    line-height: 1.7;
    position: relative;
    z-index: 2;
}
.angela-quote cite {
    display: block;
    margin-top: 16px;
    font-family: var(--ff-cond);
    font-style: normal;
    font-size: 0.8rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    opacity: 0.7;
}

/* Angela death — monumental block */
.angela-death-block {
    margin: 48px calc(-50vw + 50%);
    width: 100vw;
    background: var(--negro);
    color: #fff;
    text-align: center;
    padding: clamp(60px, 10vw, 120px) 24px;
    position: relative;
    overflow: hidden;
}
.angela-death-block::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(192,57,43,0.15) 0%, transparent 70%);
    pointer-events: none;
}
.angela-death-inner {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}
.angela-death-date {
    font-family: var(--ff-cond);
    font-size: 0.8rem;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: var(--rojo);
    margin-bottom: 16px;
    font-weight: 700;
}
.angela-death-headline {
    font-family: var(--ff-display);
    font-weight: 900;
    font-size: clamp(3rem, 10vw, 8rem);
    text-transform: uppercase;
    color: #fff;
    line-height: 0.9;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
    text-shadow:
        0 0 80px rgba(192,57,43,0.4),
        0 4px 0 rgba(0,0,0,0.3);
}
.angela-death-age {
    font-family: var(--ff-serif);
    font-style: italic;
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    color: rgba(255,255,255,0.6);
    margin-bottom: 40px;
}
.angela-death-flag {
    max-width: 220px;
    margin: 0 auto 40px;
    opacity: 0.85;
}
.angela-death-flag img {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 4px 20px rgba(192,57,43,0.3));
}
.angela-death-fall {
    font-family: var(--ff-display);
    font-weight: 900;
    font-size: clamp(1.5rem, 4vw, 3rem);
    text-transform: uppercase;
    color: var(--rojo);
    margin-bottom: 16px;
    letter-spacing: -0.01em;
}
.angela-death-seed {
    font-family: var(--ff-serif);
    font-style: italic;
    font-size: clamp(1.2rem, 2.2vw, 1.7rem);
    color: var(--dorado);
    margin-top: 12px;
}

/* Return block */
.return-title {
    font-family: var(--ff-display);
    font-weight: 900;
    font-size: clamp(2.2rem, 5vw, 4.5rem);
    color: var(--azul);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.return-quote {
    background: var(--azul);
    color: var(--dorado);
    padding: clamp(36px, 5vw, 56px) clamp(24px, 4vw, 48px);
    margin: 48px auto;
    max-width: 750px;
    text-align: center;
    font-family: var(--ff-serif);
    font-weight: 600;
    font-size: clamp(1.1rem, 1.8vw, 1.6rem);
    line-height: 1.7;
}

.cta-center {
    text-align: center;
    padding: 40px 0 0;
}

/* ═══════════════════════════════════════════════════════════════════ */
/*              S E C T I O N   4 :   V I S I O N                     */
/* ═══════════════════════════════════════════════════════════════════ */
.section-vision {
    background: var(--azul);
    color: #fff;
    padding: 100px 0;
    position: relative;
}

.vision-title {
    font-size: clamp(2.5rem, 6.5vw, 7rem);
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.vision-intro {
    text-align: center;
    margin-bottom: 80px;
}
.vision-intro p {
    font-family: var(--ff-serif);
    font-size: clamp(1.05rem, 1.4vw, 1.2rem);
    color: rgba(255,255,255,0.85);
    margin-bottom: 20px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.9;
}
.vision-intro .vision-strong {
    font-family: var(--ff-display);
    font-weight: 900;
    font-size: clamp(1.3rem, 2.5vw, 2rem);
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin: 32px auto;
    line-height: 1.2;
}

/* Mandamientos subtitle */
.mandamientos-title {
    font-family: var(--ff-cond);
    font-weight: 700;
    font-size: clamp(0.9rem, 1.2vw, 1.1rem);
    letter-spacing: 6px;
    text-transform: uppercase;
    text-align: center;
    color: var(--dorado);
    opacity: 0.7;
    margin-bottom: 60px;
}

/* PILLAR TIMELINE — Infographic editorial layout */
.pillar-timeline {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 40px;
}
/* Central gold line */
.pillar-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--dorado);
    transform: translateX(-50%);
    opacity: 0.4;
}

.pillar-item {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: start;
    margin-bottom: clamp(48px, 6vw, 80px);
    position: relative;
}

.pillar-numeral {
    font-family: var(--ff-display);
    font-weight: 900;
    font-size: clamp(5rem, 12vw, 12rem);
    color: var(--dorado);
    line-height: 0.85;
    text-align: center;
    padding: 0 clamp(12px, 2vw, 24px);
    grid-column: 2;
    grid-row: 1;
    position: relative;
    z-index: 3;
}

.pillar-body {
    padding: 16px 0;
}
.pillar-body h4 {
    font-family: var(--ff-cond);
    font-weight: 700;
    font-size: clamp(0.9rem, 1.2vw, 1.1rem);
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px;
}
.pillar-body p {
    font-family: var(--ff-serif);
    font-size: clamp(0.95rem, 1.1vw, 1.05rem);
    color: rgba(255,255,255,0.7);
    line-height: 1.7;
    margin-bottom: 12px;
}
.pillar-pledge {
    display: block;
    font-family: var(--ff-cond);
    font-size: 0.7rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--dorado);
    margin-top: 8px;
    opacity: 0.7;
}

/* Alternating layout */
.pillar-item:nth-child(odd) .pillar-body {
    grid-column: 1;
    grid-row: 1;
    text-align: right;
    padding-right: clamp(16px, 3vw, 32px);
}
.pillar-item:nth-child(odd) .pillar-space {
    grid-column: 3;
    grid-row: 1;
}
.pillar-item:nth-child(even) .pillar-body {
    grid-column: 3;
    grid-row: 1;
    text-align: left;
    padding-left: clamp(16px, 3vw, 32px);
}
.pillar-item:nth-child(even) .pillar-space {
    grid-column: 1;
    grid-row: 1;
}

/* ═══════════════════════════════════════════════════════════════════ */
/*          S E C T I O N   5 :   O B J E C T I O N S                */
/* ═══════════════════════════════════════════════════════════════════ */
.section-objections {
    background: var(--azul-mid);
    background: linear-gradient(180deg, var(--azul) 0%, var(--azul-mid) 50%, var(--azul) 100%);
    color: #fff;
    padding: 100px 0;
    position: relative;
}

.objections-title {
    font-size: clamp(2rem, 5vw, 5rem);
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
    text-shadow: 0 4px 0 rgba(0,0,0,0.15);
}

.objections-list {
    max-width: 800px;
    margin: 0 auto;
}

.objection-item {
    margin-bottom: 48px;
    text-align: center;
}

.objection-q {
    font-family: var(--ff-serif);
    font-style: italic;
    font-size: clamp(1.3rem, 2.2vw, 2rem);
    color: var(--dorado);
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}
.objection-q::before {
    content: '\201C';
    font-family: var(--ff-display);
    font-size: 3em;
    color: var(--dorado);
    position: absolute;
    top: -0.5em;
    left: -0.6em;
    opacity: 0.25;
    line-height: 1;
}

.objection-a {
    text-align: center;
}
.objection-a p {
    font-family: var(--ff-serif);
    font-size: clamp(1rem, 1.2vw, 1.1rem);
    color: rgba(255,255,255,0.8);
    margin-bottom: 12px;
    line-height: 1.8;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.objection-a strong {
    font-family: var(--ff-cond);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--dorado);
    font-size: 1.05em;
}

.objection-divider {
    width: 60px;
    margin: 0 auto 48px;
    border: none;
    border-top: 2px solid var(--rojo);
    opacity: 0.3;
}
.objection-divider--stars {
    border: none;
    text-align: center;
    font-size: 1rem;
    color: var(--dorado);
    opacity: 0.15;
    letter-spacing: 8px;
    margin: 0 auto 48px;
}

/* ═══════════════════════════════════════════════════════════════════ */
/*    S E C T I O N   6 :   U R G E N C Y  +  T E S T I M O N I A L S */
/* ═══════════════════════════════════════════════════════════════════ */
.section-urgency {
    background: var(--rojo);
    color: #fff;
    padding: 100px 0;
    position: relative;
    text-align: center;
}

/* Giant "8" */
.date-block {
    margin-bottom: 40px;
}
.date-giant {
    display: block;
    font-family: var(--ff-display);
    font-weight: 900;
    font-size: clamp(10rem, 26vw, 25rem);
    color: #fff;
    line-height: 0.8;
    letter-spacing: -0.03em;
}
.date-sub {
    display: block;
    font-family: var(--ff-cond);
    font-size: clamp(0.85rem, 1.2vw, 1.1rem);
    letter-spacing: 6px;
    text-transform: uppercase;
    opacity: 0.7;
    margin-top: 8px;
}
.date-phrase {
    font-family: var(--ff-serif);
    font-style: italic;
    font-size: clamp(1.1rem, 1.6vw, 1.4rem);
    opacity: 0.9;
    margin-top: 16px;
}

/* Countdown #2 */
.countdown-wrap-2 {
    margin: 48px 0;
}
.countdown-wrap-2 .cd-num { color: #fff; }
.countdown-wrap-2 .cd-label { color: rgba(255,255,255,0.5); }

/* Impact numbers */
.impact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 60px auto;
    max-width: 900px;
}
.impact-item {
    background: var(--azul);
    padding: clamp(24px, 3vw, 36px) 16px;
    text-align: center;
}
.impact-num {
    display: block;
    font-family: var(--ff-display);
    font-weight: 900;
    font-size: clamp(2rem, 5vw, 5rem);
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}
.impact-label {
    display: block;
    font-family: var(--ff-cond);
    font-size: 0.65rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
}

/* Video Showcase */
.showcase-title {
    font-family: var(--ff-display);
    font-weight: 900;
    font-size: clamp(1.8rem, 4vw, 3.5rem);
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 48px;
    letter-spacing: -0.01em;
    text-shadow: 0 4px 0 rgba(0,0,0,0.2);
}
.video-showcase {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    margin: 0 auto 60px;
    max-width: 400px;
}
.showcase-item:nth-child(1) { align-self: flex-start; margin-left: 5%; }
.showcase-item:nth-child(2) { align-self: center; }
.showcase-item:nth-child(3) { align-self: flex-end; margin-right: 5%; }

@media (min-width: 769px) {
    .video-showcase {
        max-width: 900px;
        gap: 60px;
    }
    .showcase-item { width: clamp(300px, 35vw, 400px); }
    .showcase-item:nth-child(1) { margin-left: 0; }
    .showcase-item:nth-child(3) { margin-right: 0; }
}
.showcase-item {
    text-align: center;
}
.showcase-label {
    font-family: var(--ff-cond);
    font-weight: 700;
    font-size: 0.7rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--dorado);
    margin-bottom: 12px;
}
.showcase-video-wrap {
    line-height: 0;
    background: #000;
    border: 2px solid rgba(212,168,67,0.3);
    overflow: hidden;
    position: relative;
}
.showcase-video-wrap video {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
}

/* Testimonials (legacy kept for reference) */
.testimonial-card {
    background: var(--azul);
    padding: 28px;
    text-align: left;
}
.testimonial-author {
    font-family: var(--ff-cond);
    font-size: 0.75rem;
    letter-spacing: 2px;
    color: var(--dorado);
    text-transform: uppercase;
}

/* Endorsements */
.endorsements {
    margin-top: 60px;
}
.endorsements-label {
    font-family: var(--ff-cond);
    font-size: 0.75rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    opacity: 0.5;
    margin-bottom: 20px;
}
.endorsements-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}
.endorsement-name {
    font-family: var(--ff-cond);
    font-size: 0.85rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    opacity: 0.6;
    font-weight: 700;
}

.urgency-cta {
    margin-top: 60px;
}
.urgency-cta-text {
    font-family: var(--ff-cond);
    font-weight: 700;
    font-size: clamp(1.1rem, 1.5vw, 1.3rem);
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--dorado);
    margin-bottom: 20px;
}

/* ═══════════════════════════════════════════════════════════════════ */
/*             S E C T I O N   7 :   C T A / F O R M                 */
/* ═══════════════════════════════════════════════════════════════════ */
.section-cta {
    background: var(--azul);
    color: #fff;
    padding: 100px 0;
    position: relative;
}

.cta-title {
    font-size: clamp(2.5rem, 6.5vw, 7rem);
    color: #fff;
    text-align: center;
    margin-bottom: 16px;
}
.cta-subtitle {
    font-family: var(--ff-serif);
    font-style: italic;
    font-size: clamp(1.05rem, 1.5vw, 1.3rem);
    color: rgba(255,255,255,0.7);
    text-align: center;
    margin-bottom: 60px;
    font-weight: 400;
}

/* High commitment block */
.commit-high {
    border: 2px solid var(--dorado);
    padding: clamp(32px, 4vw, 48px);
    margin-bottom: 48px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.commit-badge {
    font-family: var(--ff-cond);
    font-size: 0.65rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--dorado);
    margin-bottom: 12px;
    display: block;
}
.commit-high h3 {
    font-family: var(--ff-display);
    font-weight: 900;
    font-size: clamp(1.3rem, 2vw, 1.7rem);
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.commit-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.commit-option {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 28px;
}
.commit-option h4 {
    font-family: var(--ff-cond);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--dorado);
    margin-bottom: 12px;
}
.commit-option p {
    font-family: var(--ff-serif);
    font-size: 0.95rem;
    color: rgba(255,255,255,0.65);
    margin-bottom: 16px;
}

/* Form */
.form-block {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
}
.form-block h3 {
    font-family: var(--ff-display);
    font-weight: 900;
    font-size: clamp(1.3rem, 2vw, 1.7rem);
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px;
}
.form-block > p {
    font-family: var(--ff-serif);
    font-size: 1rem;
    color: rgba(255,255,255,0.6);
    margin-bottom: 28px;
}

.form-editorial { max-width: 500px; margin: 0 auto; }

.form-field {
    margin-bottom: 20px;
    position: relative;
}
.form-field label {
    display: block;
    font-family: var(--ff-cond);
    font-size: 0.65rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--dorado);
    margin-bottom: 6px;
}
.form-field input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    padding: 12px 0;
    font-family: var(--ff-serif);
    font-size: 1.05rem;
    color: #fff;
    outline: none;
    transition: border-color .2s;
}
.form-field input::placeholder {
    color: rgba(255,255,255,0.3);
    font-style: italic;
}
.form-field input:focus {
    border-bottom-color: var(--dorado);
}

.form-submit {
    width: 100%;
    margin-top: 12px;
}

.form-note {
    font-family: var(--ff-cond);
    font-size: 0.75rem;
    letter-spacing: 2px;
    color: var(--dorado);
    opacity: 0.6;
    margin-top: 16px;
    text-transform: uppercase;
}

/* Share buttons */
.share-block {
    text-align: center;
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.share-block h4 {
    font-family: var(--ff-cond);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    margin-bottom: 16px;
}
.share-btns {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}
.btn-share {
    display: inline-block;
    padding: 10px 20px;
    font-family: var(--ff-cond);
    font-size: 0.8rem;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.2);
    transition: background .2s;
}
.btn-share:hover { text-decoration: none; }
.btn-share--wa { background: #25d366; border-color: #25d366; }
.btn-share--fb { background: #1877f2; border-color: #1877f2; }
.btn-share--x  { background: #333; border-color: #555; }

/* ═══════════════════════════════════════════════════════════════════ */
/*        S E C T I O N   8 :   F O O T E R   M O T I V A T I O N A L */
/* ═══════════════════════════════════════════════════════════════════ */
.section-closing {
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    background: linear-gradient(180deg, var(--rojo) 0%, var(--rojo) 45%, var(--azul) 100%);
}

.closing-discourse {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Normal phrase */
.closing-phrase {
    font-family: var(--ff-serif);
    font-size: clamp(1.1rem, 1.6vw, 1.35rem);
    color: rgba(255,255,255,0.9);
    margin-bottom: 16px;
    line-height: 1.8;
}

/* Strong phrase */
.closing-strong {
    font-family: var(--ff-display);
    font-weight: 900;
    font-size: clamp(1.5rem, 3.5vw, 3rem);
    text-transform: uppercase;
    color: #fff;
    margin: 32px 0;
    line-height: 1.15;
    letter-spacing: -0.01em;
}

/* Mega — the BIGGEST text on the page */
.closing-mega {
    line-height: 0.95;
    margin: 48px 0 24px;
}
.closing-mega .ywc-line {
    color: #fff;
    text-shadow:
        0 0 80px rgba(255,255,255,0.2),
        0 6px 0 rgba(0,0,0,0.2);
}
.closing-mega .ywc-sm  { font-size: clamp(1.8rem, 5vw, 5rem); }
.closing-mega .ywc-md  { font-size: clamp(2.2rem, 6.5vw, 7rem); }
.closing-mega .ywc-lg  { font-size: clamp(2.8rem, 8vw, 9rem); }
.closing-mega .ywc-xl  { font-size: clamp(3.5rem, 11vw, 12.5rem); color: var(--dorado); }

/* Gold final */
.closing-gold {
    font-family: var(--ff-display);
    font-weight: 900;
    font-size: clamp(1.8rem, 5vw, 5rem);
    text-transform: uppercase;
    color: var(--dorado);
    margin: 24px 0 48px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    text-shadow:
        0 0 80px rgba(212,168,67,0.4),
        0 0 160px rgba(212,168,67,0.15);
}

/* War cry — escalating lines */
.warcry {
    margin: 48px 0;
    text-align: center;
}
.warcry-line {
    font-family: var(--ff-display);
    font-weight: 900;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    line-height: 1.2;
    margin-bottom: 8px;
    letter-spacing: -0.01em;
    font-size: clamp(1rem, 1.8vw, 1.4rem);
}
.warcry-grow {
    font-size: clamp(1.15rem, 2.2vw, 1.7rem);
    color: rgba(255,255,255,0.8);
}
.warcry-grow-2 {
    font-size: clamp(1.3rem, 2.8vw, 2.1rem);
    color: rgba(255,255,255,0.9);
}
.warcry-peak {
    font-size: clamp(1.6rem, 3.5vw, 2.8rem);
    color: var(--dorado);
    margin-top: 12px;
    text-shadow: 0 0 40px rgba(212,168,67,0.3);
}

.closing-cta {
    margin-top: 32px;
}
.closing-cta-sub {
    font-family: var(--ff-cond);
    font-size: 0.75rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    opacity: 0.4;
    margin-top: 16px;
}

/* ═══════════════════════════════════════════════════════════════════ */
/*                   F O O T E R   I N F O                            */
/* ═══════════════════════════════════════════════════════════════════ */
.footer-info {
    background: var(--negro);
    color: rgba(255,255,255,0.5);
    padding: 48px 24px;
    font-family: var(--ff-cond);
    font-size: 0.85rem;
    letter-spacing: 1px;
}
.footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.footer-info h4 {
    color: #fff;
    font-family: var(--ff-cond);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.footer-info p,
.footer-info li {
    margin-bottom: 6px;
    line-height: 1.6;
}
.footer-info a {
    color: rgba(255,255,255,0.5);
    transition: color .2s;
}
.footer-info a:hover { color: #fff; text-decoration: none; }
.footer-col ol {
    padding-left: 20px;
    list-style: decimal;
}
.footer-legal {
    grid-column: 1 / -1;
    text-align: center;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.08);
    font-size: 0.75rem;
    opacity: 0.6;
}
.footer-legal p { margin-bottom: 4px; }

/* ═══════════════════════════════════════════════════════════════════ */
/*                    E X I T   P O P U P                              */
/* ═══════════════════════════════════════════════════════════════════ */
.exit-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.exit-popup.active {
    display: flex;
}
.exit-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.75);
    backdrop-filter: blur(4px);
}
.exit-popup-card {
    position: relative;
    background: var(--azul);
    max-width: 560px;
    width: 92%;
    max-height: 90vh;
    overflow-y: auto;
    border: 3px solid var(--dorado);
    box-shadow: 0 20px 80px rgba(0,0,0,0.6);
    animation: popupIn 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes popupIn {
    from { transform: scale(0.85) translateY(30px); opacity: 0; }
    to   { transform: scale(1) translateY(0); opacity: 1; }
}
.exit-popup-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    color: rgba(255,255,255,0.5);
    font-size: 2rem;
    cursor: pointer;
    z-index: 2;
    line-height: 1;
    transition: color .2s;
}
.exit-popup-close:hover { color: #fff; }

.exit-popup-img {
    width: 100%;
    line-height: 0;
    max-height: 280px;
    overflow: hidden;
}
.exit-popup-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.exit-popup-body {
    padding: clamp(24px, 4vw, 40px);
    text-align: center;
}
.exit-popup-eyebrow {
    font-family: var(--ff-cond);
    font-size: 0.7rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--rojo);
    margin-bottom: 12px;
    font-weight: 700;
}
.exit-popup-title {
    font-family: var(--ff-display);
    font-weight: 900;
    font-size: clamp(1.2rem, 3.5vw, 1.7rem);
    text-transform: uppercase;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
}
.exit-popup-text {
    font-family: var(--ff-serif);
    font-size: clamp(0.95rem, 1.3vw, 1.05rem);
    color: rgba(255,255,255,0.75);
    line-height: 1.7;
    margin-bottom: 24px;
}
.exit-popup-text strong {
    color: var(--dorado);
}
.exit-popup-cta {
    display: block;
    width: 100%;
    text-align: center;
}
.exit-popup-sub {
    font-family: var(--ff-cond);
    font-size: 0.7rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--dorado);
    opacity: 0.6;
    margin-top: 12px;
}

/* ──────────────── FLOATING WHATSAPP BUTTON ──────────────── */
.wa-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #25d366;
    color: #fff;
    padding: 14px 22px;
    font-family: var(--ff-cond);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,0.3);
    box-shadow: 0 6px 24px rgba(0,0,0,0.3);
    transition: transform .2s, box-shadow .2s;
    animation: waPulse 2.5s ease-in-out infinite;
}
.wa-float:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 10px 36px rgba(0,0,0,0.4);
    text-decoration: none;
}
.wa-float-icon {
    font-size: 1.4rem;
    line-height: 1;
}
@keyframes waPulse {
    0%, 100% { box-shadow: 0 6px 24px rgba(37,211,102,0.3); }
    50%      { box-shadow: 0 6px 36px rgba(37,211,102,0.6); }
}
@media (max-width: 600px) {
    .wa-float {
        bottom: 16px;
        right: 16px;
        padding: 12px 16px;
        font-size: 0.75rem;
    }
    .wa-float-text { display: inline; }
}

/* ── Entry popup variant — 2-step micro-commitment ── */
.entry-popup-card {
    max-width: 480px;
}
.entry-popup-img {
    width: 100%;
    line-height: 0;
    max-height: 280px;
    overflow: hidden;
}
.entry-popup-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    display: block;
}
.entry-popup-body {
    padding: clamp(24px, 4vw, 36px) !important;
}
.entry-popup-eyebrow {
    font-family: var(--ff-cond);
    font-size: 0.65rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--rojo);
    margin-bottom: 8px;
    font-weight: 700;
    text-align: center;
}
.entry-popup-question {
    font-family: var(--ff-display);
    font-weight: 900;
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    color: #fff;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: -0.01em;
}
.entry-popup-choices {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.entry-choice-btn {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem !important;
    cursor: pointer;
}

/* Step management */
.entry-step {
    display: none;
}
.entry-step--active {
    display: block;
    animation: popupIn 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Step 2 styles */
.entry-step2-social-proof {
    font-family: var(--ff-cond);
    font-weight: 700;
    font-size: clamp(1rem, 2vw, 1.2rem);
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--dorado);
    text-align: center;
    margin-bottom: 4px;
}
.entry-step2-headline {
    font-family: var(--ff-display);
    font-weight: 900;
    font-size: clamp(2rem, 5vw, 3rem);
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1;
    letter-spacing: -0.02em;
}
.entry-step2-countdown {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 4px;
}
.entry-step2-countdown .cd-num {
    font-size: clamp(2rem, 5vw, 3rem);
    color: var(--dorado);
}
.entry-step2-countdown .cd-label {
    font-size: 0.55rem;
    letter-spacing: 3px;
}
.entry-step2-sub {
    font-family: var(--ff-cond);
    font-size: 0.65rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    text-align: center;
    margin-bottom: 24px;
}
.entry-popup-wa-btn {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
    animation: waPulse 2.5s ease-in-out infinite;
}
.entry-popup-skip {
    display: block;
    width: 100%;
    background: none;
    border: none;
    color: rgba(255,255,255,0.35);
    font-family: var(--ff-cond);
    font-size: 0.7rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 16px;
    padding: 8px;
    transition: color 0.2s;
}
.entry-popup-skip:hover {
    color: rgba(255,255,255,0.6);
}

/* Exit popup countdown */
.exit-popup-countdown {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 16px 0 4px;
}
.exit-popup-countdown .cd-num {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: var(--dorado);
}
.exit-popup-countdown .cd-label {
    font-size: 0.5rem;
    letter-spacing: 3px;
}
.exit-popup-countdown-label {
    font-family: var(--ff-cond);
    font-size: 0.6rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    text-align: center;
    margin-bottom: 20px;
}

/* ── Floating WhatsApp button badge & tooltip ── */
.wa-float-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background: var(--azul);
    color: var(--dorado);
    font-size: 0.55rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 3px 8px;
    border: 1px solid var(--dorado);
    white-space: nowrap;
    line-height: 1.3;
    z-index: 2;
}
.wa-float {
    position: relative;
}
.wa-float-tooltip {
    position: fixed;
    bottom: 76px;
    right: 24px;
    z-index: 998;
    background: var(--azul);
    color: #fff;
    font-family: var(--ff-cond);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 18px;
    border: 2px solid var(--dorado);
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 0.4s, transform 0.4s;
    white-space: nowrap;
}
.wa-float-tooltip.visible {
    opacity: 1;
    transform: translateY(0);
}
.wa-float-tooltip::after {
    content: '';
    position: absolute;
    bottom: -7px;
    right: 30px;
    width: 12px;
    height: 12px;
    background: var(--azul);
    border-right: 2px solid var(--dorado);
    border-bottom: 2px solid var(--dorado);
    transform: rotate(45deg);
}

/* ── Social Proof Toasts ── */
.social-proof-toasts {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 997;
    pointer-events: none;
}
.social-proof-toast {
    background: var(--azul);
    color: #fff;
    font-family: var(--ff-body);
    font-size: 0.85rem;
    padding: 14px 20px;
    border-left: 4px solid #25d366;
    box-shadow: 0 4px 24px rgba(0,0,0,0.3);
    margin-bottom: 8px;
    opacity: 0;
    transform: translateX(-40px);
    animation: toastIn 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards,
               toastOut 0.5s cubic-bezier(0.16, 1, 0.3, 1) 4s forwards;
    max-width: 320px;
}
.social-proof-toast-name {
    font-weight: 700;
    color: #25d366;
}
.social-proof-toast-time {
    font-size: 0.7rem;
    color: rgba(255,255,255,0.4);
    margin-top: 2px;
}
@keyframes toastIn {
    from { opacity: 0; transform: translateX(-40px); }
    to   { opacity: 1; transform: translateX(0); }
}
@keyframes toastOut {
    from { opacity: 1; transform: translateX(0); }
    to   { opacity: 0; transform: translateX(-40px); }
}

@media (max-width: 600px) {
    .wa-float-badge {
        top: -8px;
        right: -6px;
        font-size: 0.5rem;
        padding: 2px 6px;
    }
    .wa-float-tooltip {
        bottom: 66px;
        right: 16px;
        font-size: 0.65rem;
        padding: 8px 14px;
    }
    .social-proof-toasts {
        bottom: 80px;
        left: 12px;
        right: 80px;
    }
    .social-proof-toast {
        font-size: 0.78rem;
        padding: 10px 14px;
        max-width: none;
    }
    .entry-popup-card {
        width: 95%;
    }
    .entry-popup-img {
        max-height: 180px;
    }
    .entry-step2-countdown .cd-num {
        font-size: 1.8rem;
    }
}

/* ═══════════════════════════════════════════════════════════════════ */
/*              S C R O L L   A N I M A T I O N S                     */
/* ═══════════════════════════════════════════════════════════════════ */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.15s; }
.reveal-delay-2 { transition-delay: 0.3s; }
.reveal-delay-3 { transition-delay: 0.45s; }

/* ═══════════════════════════════════════════════════════════════════ */
/*                  R E S P O N S I V E                               */
/* ═══════════════════════════════════════════════════════════════════ */

/* ── Tablet ── */
@media (max-width: 1024px) {
    .pillar-timeline::before { display: none; }
    .pillar-item {
        grid-template-columns: auto 1fr;
        gap: 16px;
    }
    .pillar-numeral {
        grid-column: 1 !important;
        grid-row: 1 !important;
        font-size: clamp(4rem, 10vw, 7rem);
        text-align: left;
    }
    .pillar-item:nth-child(odd) .pillar-body,
    .pillar-item:nth-child(even) .pillar-body {
        grid-column: 2 !important;
        grid-row: 1 !important;
        text-align: left !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .pillar-item .pillar-space { display: none; }
}

@media (max-width: 768px) {
    /* Angela split → stacked on mobile */
    .angela-split {
        flex-direction: column;
    }
    .angela-split-video {
        width: 70%;
        max-width: 320px;
        margin: 0 auto;
    }
    .angela-split-text .origin-text,
    .angela-split-text .origin-text p {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    /* Oscar split → stacked on mobile: image top, text bottom */
    .oscar-split {
        flex-direction: column;
    }
    .oscar-split-img {
        flex: 0 0 auto;
        width: 100%;
    }
    .oscar-split-img .portrait-oscar-img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .oscar-split-text {
        padding: 40px 20px;
        justify-content: center;
    }
    .oscar-split-text .heroe-title {
        text-align: center;
        font-size: clamp(2rem, 10vw, 3.5rem);
    }
    .oscar-split-text .heroe-subtitle,
    .oscar-split-text .origin-text,
    .oscar-split-text .origin-text p {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }



    /* Impacts grid */
    .impact-grid { grid-template-columns: 1fr 1fr; }

    /* Video showcase */
    .video-showcase { max-width: 320px; gap: 36px; }
    .showcase-item:nth-child(1) { margin-left: 0; align-self: center; }
    .showcase-item:nth-child(3) { margin-right: 0; align-self: center; }

    /* Commit options */
    .commit-options { grid-template-columns: 1fr; }

    /* Footer */
    .footer-inner { grid-template-columns: 1fr; }

    /* Endorsements */
    .endorsements-list { gap: 12px; }
}

@media (max-width: 600px) {
    /* Nav collapse */
    .nav-inner { flex-wrap: nowrap; gap: 8px; }

    /* General padding */
    .section-inner { padding: 0 16px; }

    /* Hero */
    .section-hero { min-height: auto; }
    .hero-content { padding: 36px 0 28px; }
    .hero-name { font-size: clamp(3.2rem, 16vw, 5rem); }
    .hero-name-sub { font-size: 0.8rem; letter-spacing: 4px; margin-bottom: 24px; }
    .name-watermark { opacity: 0.04; }
    .name-watermark-text { font-size: 2.5rem; }

    /* Enemy */
    .enemy-block { margin: 40px calc(-50vw + 50%); width: 100vw; padding: 32px 20px; }

    /* Pillar timeline — card layout on mobile */
    .pillar-timeline::before { display: none; }
    .pillar-item {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 32px;
        background: rgba(255,255,255,0.04);
        border-left: 4px solid var(--dorado);
        padding: 24px 20px;
    }
    .pillar-item .pillar-space { display: none; }
    .pillar-numeral {
        grid-column: unset !important;
        grid-row: unset !important;
        font-size: 2.8rem;
        text-align: left;
        padding: 0;
        margin-bottom: 4px;
        line-height: 1;
        order: -1;
    }
    .pillar-item:nth-child(odd) .pillar-body,
    .pillar-item:nth-child(even) .pillar-body {
        grid-column: unset !important;
        grid-row: unset !important;
        text-align: left !important;
        padding: 0 !important;
    }
    .pillar-body h4 {
        font-size: 0.95rem;
        margin-bottom: 8px;
    }
    .pillar-body p {
        font-size: 0.95rem;
    }

    /* Impact */
    .impact-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
    .impact-item { padding: 20px 8px; }

    /* Portrait Oscar full */
    .portrait-oscar-full {
        width: 100%;
    }

    /* Portrait */
    .portrait-placeholder { padding: 80px 16px; }

    /* Angela quote */
    .angela-quote { margin: 32px calc(-50vw + 50%); width: 100vw; }

    /* Objections */
    .objection-q::before { display: none; }

    /* Date giant */
    .date-giant { font-size: clamp(7rem, 40vw, 12rem); }

    /* Buttons */
    .btn-poster { padding: 14px 16px; font-size: 0.78rem; letter-spacing: 1px; max-width: calc(100vw - 32px); white-space: normal; line-height: 1.4; }
    .btn-poster--large { padding: 16px 20px; font-size: 0.82rem; letter-spacing: 1px; }
    .btn-poster--mega { padding: 18px 24px; font-size: 0.9rem; letter-spacing: 1px; }

    /* CTA title */
    .cta-title { margin-bottom: 12px; }

    /* Commit high */
    .commit-high { padding: 24px 16px; margin-bottom: 32px; }
}

@media (max-width: 380px) {
    .impact-grid { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════════════════════════════ */
/*                  N O T I C I A S   S E C T I O N                    */
/* ═══════════════════════════════════════════════════════════════════ */
.section-noticias {
    background: var(--marfil);
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}
.deco-24--noticias {
    position: absolute;
    top: -40px;
    right: -30px;
    font-family: var(--ff-display);
    font-size: clamp(150px, 25vw, 300px);
    font-weight: 900;
    color: var(--rojo);
    opacity: 0.04;
    line-height: 1;
    pointer-events: none;
    z-index: 0;
}
.noticias-header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
.noticias-logo-cr {
    height: 70px;
    width: auto;
    margin: 0 auto 16px;
    display: block;
}
.noticias-title {
    font-family: var(--ff-display);
    font-size: clamp(1.8rem, 4vw, 3rem);
    color: var(--azul);
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}
.noticias-sub {
    font-family: var(--ff-serif);
    font-size: 1.1rem;
    color: #666;
    font-style: italic;
}
.noticias-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    position: relative;
    z-index: 2;
    margin-bottom: 32px;
}
.noticia-card {
    background: #fff;
    border-radius: 6px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border-left: 4px solid var(--rojo);
    transition: transform 0.2s, box-shadow 0.2s;
}
.noticia-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.noticia-dept {
    font-family: var(--ff-cond);
    font-size: 0.7rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--rojo);
    margin-bottom: 6px;
}
.noticia-title {
    font-family: var(--ff-display);
    font-size: 1.1rem;
    line-height: 1.3;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.noticia-title a {
    color: var(--azul);
    text-decoration: none;
}
.noticia-title a:hover {
    color: var(--rojo);
    text-decoration: none;
}
.noticia-excerpt {
    font-family: var(--ff-serif);
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
    margin-bottom: 8px;
}
.noticia-meta {
    font-family: var(--ff-cond);
    font-size: 0.7rem;
    letter-spacing: 1px;
    color: #999;
    text-transform: uppercase;
}
.noticias-loading, .noticias-empty {
    text-align: center;
    font-family: var(--ff-serif);
    font-style: italic;
    color: #999;
    grid-column: 1 / -1;
    padding: 40px 0;
}
.noticias-cta {
    text-align: center;
    position: relative;
    z-index: 2;
}
@media (max-width: 600px) {
    .noticias-grid { grid-template-columns: 1fr; }
    .noticias-logo-cr { height: 50px; }
}

/* ═══════════════════════════════════════════════════════════════════ */
/*               B L O G   B R E A D C R U M B S                      */
/* ═══════════════════════════════════════════════════════════════════ */
.blog-breadcrumbs {
    max-width: 1100px;
    margin: 0 auto;
    padding: 12px 24px;
}
.breadcrumb-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
    font-family: var(--ff-cond);
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.breadcrumb-item a {
    color: var(--rojo);
    text-decoration: none;
}
.breadcrumb-item a:hover {
    color: var(--dorado);
    text-decoration: none;
}
.breadcrumb-item--active {
    color: #888;
}
.breadcrumb-separator {
    color: #ccc;
    font-size: 0.65rem;
}
