/* =========================================
   HUDDLE TRIAL - AGGRESSIVE MELTDOWNS
   /huddle-trial-aggressive-meltdowns/
   ========================================= */

/* ─────────────────────────────────────
   VARIABLES
   ───────────────────────────────────── */
:root {
    --section-padding: 80px 0;
    --section-padding-mobile: 48px 0;
    --cta-pink: #B80077;
    --cta-pink-hover: #9a0064;
}

/* ─────────────────────────────────────
   LAYOUT
   ───────────────────────────────────── */
.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ─────────────────────────────────────
   HERO SECTION
   ───────────────────────────────────── */
section.hero {
    background: #223759 !important;
    padding: 80px 0 !important;
}

section.hero .hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

section.hero h1 {
    font-family: 'IvyPresto Display', Georgia, serif !important;
    font-size: clamp(2rem, 4vw, 2.8rem) !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: #ffffff !important;
    margin-bottom: 24px !important;
}

section.hero .hero-lead {
    font-size: 1.15rem !important;
    color: #ffffff !important;
    margin-bottom: 16px;
}

section.hero .hero-content p {
    font-family: 'Europa', sans-serif !important;
    font-size: 1.1rem !important;
    line-height: 1.7 !important;
    color: #ffffff !important;
    margin-bottom: 16px;
}

section.hero .hero-image img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

/* ─────────────────────────────────────
   CTA BUTTONS
   ───────────────────────────────────── */
.btn-cta {
    display: inline-block;
    background: #e1228c;
    color: #ffffff;
    font-family: 'Europa', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 20px 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(225, 34, 140, 0.3);
    margin-top: 16px;
}

.btn-cta:hover {
    background: #c91d7a;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(225, 34, 140, 0.4);
}

.cta-subtext {
    font-family: 'Europa', sans-serif;
    font-size: 0.95rem;
    color: #333;
    margin-top: 12px;
}

/* ─────────────────────────────────────
   BEHAVIORS SECTION
   ───────────────────────────────────── */
.behaviors {
    background: #ffffff;
    padding: 80px 0;
    text-align: center;
}

.behaviors .container {
    border: 6px dashed #49AFC1;
    border-radius: 25px;
    padding: 40px;
    margin-top: 40px;
}

.behaviors h2 {
    font-family: 'IvyPresto Display', Georgia, serif;
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
    color: #223759;
    margin-bottom: 30px;
    line-height: 1.3;
}

.behaviors-list {
    font-family: 'Europa', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    max-width: 800px;
    margin: 0 auto 30px;
}

/* ─────────────────────────────────────
   EMPATHY SECTION
   ───────────────────────────────────── */
.empathy {
    background: #ffffff;
    padding: 80px 0;
    margin-top: 41px;
}

.empathy .container {
    border-radius: 25px;
}

.empathy h2 {
    font-family: 'IvyPresto Display', Georgia, serif;
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
    color: #223759;
    margin-bottom: 30px;
    text-align: center;
}

.empathy-content {
    max-width: 700px;
    margin: 0 auto;
}

.empathy-content p {
    font-family: 'Europa', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 16px;
}

/* ─────────────────────────────────────
   HOW IT WORKS
   ───────────────────────────────────── */
.how-it-works {
    background: #223759;
    padding: 80px 0;
    margin-top: 40px;
    text-align: center;
    color: #ffffff;
}

.how-it-works h2 {
    font-family: 'IvyPresto Display', Georgia, serif;
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
    color: #ffffff;
    margin-bottom: 16px;
}

.section-subtitle {
    font-family: 'Europa', sans-serif;
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 8px;
}

.section-intro {
    font-family: 'Europa', sans-serif;
    font-size: 1.1rem;
    margin-bottom: 40px;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.step {
    background: #49afc1;
    padding: 40px;
    border-radius: 15px;
    text-align: center;
}

.step-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.step h3 {
    font-family: 'Europa', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}

.step p {
    font-family: 'Europa', sans-serif;
    font-size: 1rem;
    color: #ffffff;
}

.steps-outro {
    font-family: 'Europa', sans-serif;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

/* ─────────────────────────────────────
   WHAT YOU GET
   ───────────────────────────────────── */
.what-you-get {
    background: #ffffff;
    padding: 80px 0;
    text-align: center;
}

.what-you-get h2 {
    font-family: 'IvyPresto Display', Georgia, serif;
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
    color: #223759;
    margin-bottom: 16px;
}

.what-you-get .section-subtitle {
    color: #333;
    margin-bottom: 40px;
}

.full-width-image {
    width: 100%;
    max-width: 1000px;
    border-radius: 15px;
    margin-bottom: 50px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    text-align: left;
    margin-bottom: 50px;
}

.benefits-list h3 {
    font-family: 'Europa', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #223759;
    margin-bottom: 20px;
}

.benefits-list p {
    font-family: 'Europa', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 16px;
}

.benefits-image img,
.benefits-images img {
    width: 100%;
    border-radius: 15px;
}

.benefits-images img:first-child {
    margin-bottom: 20px;
}

/* ─────────────────────────────────────
   TRANSFORMATION
   ───────────────────────────────────── */
.transformation {
    background: #FDFBF7;
    padding: 80px 0;
    text-align: center;
}

.transformation h2 {
    font-family: 'IvyPresto Display', Georgia, serif;
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
    color: #223759;
    margin-bottom: 24px;
}

.transformation p {
    font-family: 'Europa', sans-serif;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
    max-width: 700px;
    margin: 0 auto 16px;
}

.transformation-image {
    width: 100%;
    max-width: 900px;
    border-radius: 15px;
    margin-top: 30px;
}

/* ─────────────────────────────────────
   MONTHLY TOOLKIT
   ───────────────────────────────────── */
.monthly-toolkit {
    background: #ffffff;
    padding: 80px 0;
    text-align: center;
}

.monthly-toolkit h2 {
    font-family: 'IvyPresto Display', Georgia, serif;
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
    color: #223759;
    margin-bottom: 50px;
}

.toolkit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.toolkit-item {
    text-align: center;
}

.toolkit-icon {
    width: 360px;
    height: auto;
    margin-bottom: 20px;
}

.toolkit-item h3 {
    font-family: 'Europa', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #223759;
    margin-bottom: 12px;
}

.toolkit-item p {
    font-family: 'Europa', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}

.toolkit-outro {
    font-family: 'Europa', sans-serif;
    font-size: 1.1rem;
    color: #333;
    max-width: 700px;
    margin: 0 auto;
}

/* ─────────────────────────────────────
   WINS
   ───────────────────────────────────── */
.wins {
    background: #FDFBF7;
    padding: 80px 0;
    text-align: center;
}

.wins h2 {
    font-family: 'IvyPresto Display', Georgia, serif;
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
    color: #223759;
    margin-bottom: 16px;
}

.wins p {
    font-family: 'Europa', sans-serif;
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 30px;
}

.wins-image {
    width: 100%;
    max-width: 800px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.wins-outro {
    font-size: 1.15rem;
}

/* ─────────────────────────────────────
   TESTIMONIALS
   ───────────────────────────────────── */
.testimonials {
    background: #ffffff;
    padding: 80px 0;
    text-align: center;
}

.testimonials h2 {
    font-family: 'IvyPresto Display', Georgia, serif;
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
    color: #223759;
    margin-bottom: 40px;
}

.testimonial-stack {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.testimonial-img {
    max-width: 800px;
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* ─────────────────────────────────────
   PLANS PREVIEW
   ───────────────────────────────────── */
.plans-preview {
    background: #FDFBF7;
    padding: 80px 0;
    text-align: center;
}

.plans-preview h2 {
    font-family: 'IvyPresto Display', Georgia, serif;
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
    color: #223759;
    margin-bottom: 40px;
}

.plans-mockup {
    width: 100%;
    max-width: 1000px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.plans-list {
    font-family: 'Europa', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
}

/* ─────────────────────────────────────
   FOOTER
   ───────────────────────────────────── */
.footer {
    background: #223759;
    padding: 40px 0;
    text-align: center;
}

.footer p {
    font-family: 'Europa', sans-serif;
    font-size: 0.9rem;
    color: #ffffff;
    opacity: 0.8;
}

/* ─────────────────────────────────────
   RESPONSIVE
   ───────────────────────────────────── */
@media (max-width: 768px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .hero-image {
        order: -1;
    }

    .hero-image img {
        max-width: 400px;
        margin: 0 auto;
        display: block;
    }

    .hero-content {
        text-align: center;
    }

    .steps-grid,
    .toolkit-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .benefits-grid,
    .benefits-grid-reversed {
        grid-template-columns: 1fr;
        direction: ltr;
    }

    .benefits-image,
    .benefits-images {
        order: -1;
    }

    .benefits-list {
        text-align: center;
    }

    .benefits-image img,
    .benefits-images img {
        max-width: 350px;
        margin: 0 auto;
    }

    .btn-cta {
        font-size: 0.95rem;
        padding: 16px 28px;
        width: 100%;
        max-width: 400px;
    }

    section {
        padding: 48px 0;
    }

    .empathy h2,
    .empathy-content {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }

    .step-icon,
    .toolkit-icon {
        width: 60px;
        height: 60px;
    }

    .testimonial-img,
    .wins-image,
    .transformation-image,
    .plans-mockup,
    .full-width-image {
        border-radius: 10px;
    }
}
