:root {
    --sage: #4B5D2A;
    --gold: #C5A059;
    --cream: #F9F9F4;
    --dark: #2F3D2F;
}

body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    background-color: var(--cream);
    color: var(--dark);
    padding-bottom: 80px;    /* Space for sticky footer */
}

h1, h2, h3 {
    font-family: 'Playfair Display', serif;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* Hero Section */
.hero {
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
        url('WhatsApp Image 2026-04-30 at 19.04.16.jpeg');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.nav-logo {
    width: 150px;
    margin-bottom: 20px;
}

.pre-booking {
    letter-spacing: 4px;
    color: var(--sage);
    font-weight: 700;
    display: block;
}

.hero h1 {
    font-size: 3rem;
    margin: 10px 0;
    color: var(--dark);
}

/* Carousel Styling */
.hero-carousel {
    width: 100%;
    max-width: 850px;
    margin: 30px auto;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: white;
}

.hero-carousel img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.swiper-button-next, .swiper-button-prev {
    color: var(--sage) !important;
}

.swiper-pagination-bullet-active {
    background: var(--sage) !important;
}

.price-badge {
    margin: 20px 0;
    padding: 15px 30px;
    border: 1px solid var(--gold);
    display: inline-block;
}

.price {
    font-size: 1.5rem;
    font-weight: bold;
    display: block;
}

.savings {
    color: var(--sage);
    font-weight: bold;
}

.cta-btn {
    background-color: var(--sage);
    color: white;
    padding: 15px 40px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.3s;
    display: inline-block;
}

.cta-btn:hover {
    background-color: var(--dark);
}

/* Comparison Section */
.comparison {
    background-color: white;
    text-align: center;
}

.comp-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.comp-card {
    padding: 30px;
    border-radius: 10px;
    width: 320px;
    border: 1px solid #eee;
}

.premium {
    border: 2px solid var(--gold);
    background-color: var(--cream);
}

.comp-card ul {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-top: 20px;
}

.comp-card li {
    margin: 10px 0;
}

/* Benefits */
.benefits {
    text-align: center;
}

.benefits-grid {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 20px;
}

.benefit-item {
    width: 280px;
}

.benefit-item img {
    margin: 0 auto 15px;
}

/* Toddler Section */
.toddler-section {
    background-color: var(--sage);
    color: white;
    text-align: center;
}

.toddler-box {
    max-width: 700px;
    margin: 0 auto;
}

.minerals {
    margin-top: 20px;
    font-weight: bold;
    color: var(--gold);
    letter-spacing: 1px;
}

/* Sticky Footer */
.order-footer {
    border-radius: 16px 16px 0 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: white;
    padding: 10px 0;
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.08);
    z-index: 1000;
}

.footer-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-whatsapp {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--dark);
    font-weight: bold;
    border: 1.5px solid #25D366;
    padding: 8px 20px;
    border-radius: 50px;
    transition: 0.3s;
}

.footer-whatsapp:hover {
    background-color: #f0fff4;
}

.footer-instagram {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--dark);
    font-weight: bold;
    border: 1.5px solid #C13584;
    padding: 8px 20px;
    border-radius: 50px;
    transition: 0.3s;
}

.footer-instagram:hover {
    background-color: #fff0f8;
}

.footer-toggle {
    display: none;
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.footer-chevron {
    display: block;
    font-size: 0.85rem;
    color: #bbb;
    line-height: 1;
    margin: 0 auto;
    transition: transform 0.3s ease;
    user-select: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.2rem;
    }

    .comp-card {
        width: 100%;
    }

}

/* --- Global safety --- */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img,
video,
canvas,
svg {
    max-width: 100%;
    height: auto;
    display: block;
}

/* --- Better mobile hero behavior --- */
.hero {
    width: 100%;
    padding: 16px 14px 96px;
    min-height: 100svh;
}

.hero-content {
    width: 100%;
    max-width: 100%;
}

.hero h1 {
    font-size: clamp(1.9rem, 8vw, 3rem);
    line-height: 1.08;
    max-width: 12ch;
    margin-left: auto;
    margin-right: auto;
    overflow-wrap: anywhere;
}

.subtitle {
    font-size: clamp(0.98rem, 3.8vw, 1.15rem);
    line-height: 1.45;
    padding: 0 4px;
}

/* Hide arrows on small screens */
@media (max-width: 768px) {

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .nav-logo {
        width: 110px;
    }

    .price-badge {
        width: auto;
        max-width: calc(100% - 12px);
        padding: 12px 18px;
    }

    .cta-btn {
        width: 100%;
        max-width: 320px;
    }

    .comp-grid,
    .benefits-grid {
        flex-direction: column;
        align-items: center;
    }

    .comp-card,
    .benefit-item {
        width: 100%;
        max-width: 100%;
    }

    .footer-toggle {
        display: block;
    }

    .footer-content {
        flex-direction: column;
        gap: 8px;
        text-align: center;
        overflow: hidden;
        max-height: 300px;
        opacity: 1;
        transition: max-height 0.3s ease, opacity 0.25s ease;
        padding: 4px 20px 0;
    }

    .footer-content.collapsed {
        max-height: 0;
        opacity: 0;
    }

    .footer-whatsapp,
    .footer-instagram {
        width: 100%;
        justify-content: center;
        padding: 6px 16px;
        font-size: 0.9rem;
    }

    .footer-whatsapp img,
    .footer-instagram img {
        width: 22px;
        height: 22px;
    }

    .footer-content p {
        margin: 0;
        font-size: 0.8rem;
    }
}

/* Extra-small phones */
@media (max-width: 480px) {
    .hero h1 {
        font-size: clamp(1.65rem, 9vw, 2.2rem);
    }

    .container {
        padding: 40px 14px;
    }

    .price {
        font-size: 1.25rem;
    }
}


/* ── Catalog Sneak Peek ── */
.catalog-sneak-peek {
    background-color: #f2f2eb; /* Slightly darker than your cream body for depth */
    padding: 80px 20px;
    border-top: 1px solid rgba(75, 93, 42, 0.1);
}

.catalog-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 50px;
}

.catalog-header .eyebrow {
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    font-weight: 700;
}

.catalog-header h2 {
    font-size: 2.5rem;
    color: var(--sage);
    margin: 10px 0;
}

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.catalog-category {
    background: white;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid rgba(197, 160, 89, 0.2);
    transition: transform 0.3s ease;
}

.catalog-category:hover {
    transform: translateY(-5px);
}

.catalog-category h3 {
    color: var(--sage);
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--gold);
    display: inline-block;
}

.item-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.item-list li {
    padding: 10px 0;
    font-size: 1rem;
    color: var(--dark);
    border-bottom: 1px dashed #eee;
    display: flex;
    align-items: center;
}

.item-list li::before {
    content: "•";
    color: var(--gold);
    font-weight: bold;
    margin-right: 10px;
}

.item-list li small {
    display: block;
    font-size: 0.75rem;
    color: #888;
    margin-left: 5px;
}

.catalog-footer {
    text-align: center;
    margin-top: 40px;
    font-style: italic;
    color: var(--sage);
}

.catalog-footer a {
    color: var(--gold);
    font-weight: bold;
    text-decoration: underline;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .catalog-header h2 {
        font-size: 1.8rem;
    }
    .catalog-grid {
        grid-template-columns: 1fr;
    }
}