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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: #111827;
    line-height: 1.4;
}

/* Header */
.site-header {
    padding: 24px 0;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #2563eb;
    letter-spacing: -0.02em;
    text-decoration: none;
}

.header-email {
    font-size: 16px;
    color: #4a5568;
    text-decoration: none;
    transition: color 0.3s;
}

.header-email:hover {
    color: #2563eb;
}

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

/* Section Content Layout */
.section-content {
    display: flex;
    align-items: center;
    gap: 64px;
}

.section-content.reverse {
    flex-direction: row-reverse;
}

.section-text {
    flex: 1;
}

.section-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.illustration {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
}

/* Hero Section */
.hero {
    background: #2563eb;
    color: white;
    padding: 128px 0 96px;
    text-align: center;
}

.hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 32px;
    line-height: 1.2;
}

.hero .container {
    max-width: 900px;
}

.hero-subtitle {
    font-size: 24px;
    margin-bottom: 24px;
    opacity: 0.95;
    font-weight: 300;
}

.hero-mission {
    font-size: 20px;
    opacity: 0.9;
    font-weight: 300;
}

/* What We Do Section */
.what-we-do {
    padding: 96px 0;
    background: #ffffff;
}

.what-we-do h2 {
    font-size: 40px;
    color: #171717;
    margin-bottom: 24px;
    font-weight: 700;
    text-align: left;
}

.section-intro {
    font-size: 24px;
    color: #111827;
    margin-bottom: 24px;
    font-weight: 500;
}

.section-description {
    font-size: 20px;
    color: #171717;
    margin-bottom: 17.6px;
}

/* FitMama Section */
.fitmama {
    padding: 96px 0;
    background: #f7fafc;
}

.fitmama-logo {
    width: auto;
    height: 45px;
    margin-bottom: 24px;
    display: block;
}

.fitmama h2 {
    font-size: 40px;
    color: #171717;
    margin-bottom: 48px;
    font-weight: 700;
    text-align: center;
}

.cta-button {
    display: inline-block;
    padding: 14px 32px;
    background: #2563eb;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
    margin-top: 24px;
    transition: background-color 0.3s, transform 0.2s;
}

.cta-button:hover {
    background: #1e40af;
    transform: translateY(-2px);
}

/* What's Next Section */
.whats-next {
    padding: 96px 0;
    background: #ffffff;
}

.whats-next h2 {
    font-size: 40px;
    color: #2563eb;
    margin-bottom: 24px;
    font-weight: 700;
    text-align: left;
}

/* Contact Section */
.contact {
    padding: 96px 0;
    background: #2563eb;
    color: white;
    text-align: center;
}

.contact .container {
    max-width: 700px;
}

.contact h2 {
    font-size: 40px;
    margin-bottom: 24px;
    font-weight: 700;
    text-align: center;
}

.contact .section-intro {
    font-size: 24px;
    color: white;
    margin-bottom: 8px;
    font-weight: 500;
    text-align: center;
}

.contact .section-description {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 32px;
    text-align: center;
}

.contact .email {
    font-size: 24px;
    margin-top: 32px;
}

.contact .email a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    transition: border-color 0.3s;
}

.contact .email a:hover {
    border-bottom-color: white;
}

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

    .hero-subtitle {
        font-size: 20px;
    }

    .hero-mission {
        font-size: 18px;
    }

    .what-we-do h2,
    .fitmama h2,
    .whats-next h2,
    .contact h2 {
        font-size: 32px;
    }

    .section-intro {
        font-size: 20px;
    }

    .section-description {
        font-size: 20px;
    }

    .container {
        padding: 0 24px;
    }

    .hero {
        padding: 80px 0 64px;
    }

    .what-we-do,
    .fitmama,
    .whats-next,
    .contact {
        padding: 64px 0;
    }

    .section-content {
        flex-direction: column !important;
        gap: 32px;
    }

    .section-image {
        order: -1;
    }

    .section-text {
        text-align: center;
    }

    .fitmama-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .what-we-do h2,
    .fitmama h2,
    .whats-next h2,
    .contact h2 {
        text-align: center;
    }

    .contact .section-intro,
    .contact .section-description {
        text-align: center;
    }

    .logo {
        font-size: 20px;
    }

    .header-email {
        font-size: 14px;
    }
}
