/* landing.css - ADN Hetzel Reestructurado */
:root {
    --pink-h: #e94d89;
    --dark-h: #1a1a1a;
    --white-h: #ffffff;
}

/* 1. HERO SECTION: Texto limpio y contraste alto */
.hero-lp {
    background: linear-gradient(rgba(233, 77, 137, 0.8), rgba(233, 77, 137, 0.8)), 
                url('imagenes/hetzelville.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 20px;
    text-align: center;
    border-bottom: 8px solid var(--dark-h);
}

.hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    color: var(--white-h);
    text-shadow: 4px 4px 0px var(--dark-h);
    margin-bottom: 20px;
    line-height: 1;
}

.hero-subtitle-clean {
    color: var(--white-h);
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto 30px;
    font-weight: 600;
}

.btn-lp-black {
    display: inline-block;
    background: var(--dark-h);
    color: var(--white-h);
    padding: 18px 45px;
    text-decoration: none;
    font-weight: 900;
    border: 3px solid var(--dark-h);
    box-shadow: 6px 6px 0px var(--white-h);
    transition: 0.2s;
}

.btn-lp-black:hover {
    transform: translate(-3px, -3px);
    box-shadow: 8px 8px 0px var(--pink-h);
}

/* 2. SECCIÓN MUSEO: Minimalismo y Galería */
.museo-minimal {
    background-color: var(--white-h);
    padding: 80px 10%;
}

.museo-container-white {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.museo-text-block {
    flex: 1;
    text-align: left;
}

.tag-h {
    color: var(--pink-h);
    font-weight: 900;
    letter-spacing: 2px;
}

/* Corrección de tamaño: de 600px a 450px para que no domine toda la vista */
.museo-frame-small {
    flex: 0 0 450px; 
}

.img-small-border {
    width: 100%;
    height: auto;
    border: 5px solid var(--dark-h);
    box-shadow: 12px 12px 0px var(--dark-h);
}

/* 3. SECCIÓN DE PAGO (SPLIT): Imagen + Sticker */
.checkout-split-area {
    padding: 100px 5%;
    background-color: var(--white-h);
    display: flex;
    justify-content: center;
}

.checkout-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    max-width: 1100px;
    width: 100%;
}

.checkout-image-side {
    flex: 1;
    max-width: 480px;
}

.img-museum-side {
    width: 100%;
    height: auto;
    border: 5px solid var(--dark-h);
    box-shadow: 15px 15px 0px var(--dark-h);
}

.checkout-card-side {
    flex: 1;
    display: flex;
    justify-content: center;
}

/* Sticker Card: Bloqueamos el ancho para que NO sea larga */
.sticker-card-compact {
    max-width: 350px; 
    width: 100%;
    background: var(--white-h);
    border: 6px solid var(--dark-h);
    padding: 40px;
    text-align: center;
    box-shadow: 15px 15px 0px var(--pink-h);
    transform: rotate(2deg);
}

.logo-fixed {
    width: 250px; /* Tamaño optimizado para la caja compacta */
    height: auto;
    margin-bottom: 20px;
}

.price-bold {
    font-family: 'Montserrat', sans-serif;
    font-size: 4rem;
    color: var(--dark-h);
    margin: 5px 0;
    line-height: 1;
}

.btn-checkout-pink {
    display: block;
    background: var(--pink-h);
    color: var(--white-h);
    padding: 18px;
    text-decoration: none;
    font-weight: 900;
    border: 3px solid var(--dark-h);
    box-shadow: 5px 5px 0px var(--dark-h);
}

/* 4. FOOTER Y REDES SOCIALES */
.lp-footer-creative {
    background-color: #fdf2e9;
    padding: 60px 20px;
    text-align: center;
    border-top: 5px solid var(--dark-h);
}

.footer-social-box {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.social-icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--white-h);
    border: 3px solid var(--dark-h);
    box-shadow: 4px 4px 0px var(--dark-h);
    transition: 0.2s;
    text-decoration: none;
    color: var(--dark-h);
    font-weight: 900;
    font-size: 0.8rem;
}

.social-icon-btn:hover {
    transform: translate(-2px, -2px);
    box-shadow: 5px 5px 0px var(--pink-h);
    color: var(--pink-h);
}

/* 5. WHATSAPP FLOTANTE */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    background-color: #25d366;
    border: 3px solid var(--dark-h);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 5px 5px 0px var(--dark-h);
    z-index: 1000;
}

.whatsapp-float img { width: 30px; }

/* 6. RESPONSIVO (Móvil) */
@media (max-width: 850px) {
    .museo-container-white, .checkout-container {
        flex-direction: column;
        text-align: center;
    }
    .museo-frame-small, .checkout-image-side {
        flex: 0 0 auto;
        width: 100%;
    }
    .sticker-card-compact {
        transform: rotate(0deg);
    }
}
.footer-social-box {
    display: flex;
    justify-content: center;
    gap: 15px; /* Espaciado entre cuadros */
    margin-bottom: 20px;
}

.social-icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #ffffff;
    border: 4px solid #1a1a1a; /* Borde grueso como el sticker de pago */
    box-shadow: 5px 5px 0px #1a1a1a; /* Sombra sólida negra sin difuminado */
    text-decoration: none;
    color: #1a1a1a;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 1.1rem;
    transition: transform 0.1s;
}

.social-icon-btn:hover {
    transform: translate(-3px, -3px); /* Efecto de presionar el sticker */
    box-shadow: 8px 8px 0px #e94d89; /* La sombra cambia al rosa Hetzel */
    color: #e94d89;
}