/* 
 * The Social Factor Academy - V3.0 Total Master Design System
 * PIXEL-PERFECT PREMIUM PARENTING DESIGN (V28 FINAL BLEED)
 */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Inter:wght@400;500;600&display=swap');

:root {
    --primary-navy: #0E2342;
    --soft-teal: #DDEEEE;
    --accent-orange: #F28C3A;
    --teal-accent: #2E9C9C;
    --light-mint: #CFE8E5;
    --text-primary: #1B1B1B;
    --text-secondary: #5E6A75;
    --white: #FFFFFF;
    --radius-card: 20px;
    --radius-pill: 100px;
}

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

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-primary);
    line-height: 1.6;
    background: var(--white);
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: 'Poppins', sans-serif; color: var(--primary-navy); }

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
}

/* --- HEADER --- */
.site-header { padding: 24px 0; background: var(--white); position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid rgba(0,0,0,0.05); }
.site-header .container { display: flex; justify-content: space-between; align-items: center; }
.site-title a { color: var(--primary-navy); text-decoration: none; font-size: 34px; font-weight: 700; letter-spacing: -1px; }
.main-navigation ul { display: flex; list-style: none; gap: 36px; }
.main-navigation a { text-decoration: none; color: var(--text-primary); font-weight: 500; font-size: 16px; }

/* --- HERO (ZERO-PADDING EDGE BLEED) --- */
.hero-section {
    background: var(--soft-teal);
    min-height: 750px;
    display: flex;
    overflow: hidden;
}

.hero-split {
    display: flex;
    width: 100%;
}

.hero-content-wrapper {
    flex: 45;
    display: flex;
    align-items: center;
    /* Aligns text with .container grid */
    padding: 80px 48px 80px calc((100vw - 1280px) / 2 + 48px);
    z-index: 2;
}

@media (max-width: 1280px) {
    .hero-content-wrapper { padding-left: 48px; }
}

.hero-content h1 { 
    font-size: 3.8rem; 
    font-weight: 700;
    line-height: 1.05; 
    margin-bottom: 25px; 
    color: var(--primary-navy);
    letter-spacing: -1.5px; 
}

.hero-row { display: block; white-space: nowrap; }

.hero-content p { font-size: 1.15rem; color: var(--text-secondary); margin-bottom: 40px; max-width: 550px; }

.hero-btns { display: flex; gap: 20px; }

.hero-image {
    flex: 55;
    position: relative;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,1) 35%);
    mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,1) 35%);
}

/* --- BUTTONS --- */
.button { 
    display: inline-block; 
    padding: 15px 35px; 
    font-weight: 600; 
    text-decoration: none; 
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.hero-btns .button:first-child { background: var(--accent-orange) !important; color: #fff !important; border-radius: 100px; }
.hero-btns .button:nth-child(2) { background: rgba(46, 156, 156, 0.1) !important; color: var(--primary-navy) !important; border: 1.5px solid var(--teal-accent) !important; border-radius: 100px; }

/* --- SIGNATURE PROGRAMS --- */
.signature-programs { padding: 100px 0; text-align: center; }
.section-title { font-size: 2.5rem; font-weight: 700; margin-bottom: 60px; }
.program-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 32px; }
.program-card { background: var(--white); border: 1px solid rgba(0,0,0,0.05); border-radius: var(--radius-card); padding: 50px 30px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.program-icon { height: 64px; margin-bottom: 25px; }
.program-icon img { height: 100%; width: auto; }
.program-card h3 { margin-bottom: 15px; font-size: 1.5rem; }
.program-card p { font-size: 1rem; color: var(--text-secondary); margin-bottom: 30px; }
.program-card .button.secondary { background: var(--light-mint) !important; color: var(--primary-navy) !important; border-radius: 2px !important; padding: 12px 28px !important; }

/* --- IMPACT (SINGLE COLOR LOGOS) --- */
.as-seen-on { padding: 100px 0; text-align: center; background: #fff; }
.section-subtitle.impact { font-size: 1.1rem; color: #666; margin-bottom: 5px; text-transform: none; font-weight: 400; }
.impact-label { font-weight: 800; font-size: 1.8rem; text-transform: uppercase; margin-bottom: 50px; color: var(--primary-navy); letter-spacing: 0.5px; }
.logo-strip { display: flex; justify-content: center; align-items: center; gap: 80px; flex-wrap: wrap; }
.logo-strip img { max-height: 35px; filter: grayscale(1) brightness(0.2) opacity(0.3); transition: opacity 0.3s; }

/* --- FOOTER --- */
.site-footer { background: var(--primary-navy); color: var(--white); padding: 80px 0 40px; margin-top: 100px; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 60px; margin-bottom: 60px; }
.footer-col h4, .footer-logo { font-weight: 700; color: var(--white); margin-bottom: 25px; }
.footer-logo { font-size: 1.6rem; margin-bottom: 5px; }
.footer-subtitle { font-size: 0.9rem; opacity: 0.6; margin-bottom: 20px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 12px; }
.footer-col a { color: rgba(255,255,255,0.7); text-decoration: none; font-size: 15px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 40px; text-align: center; opacity: 0.5; font-size: 14px; }
