@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend+Deca:wght@100..900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Passion+One:wght@400;700;900&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Lexend Deca', sans-serif;
    background-color: #18062B;
    color: #F0F0F0;
    line-height: 1.6;
    overflow-x: hidden;
}

.page {
    width: 100%;
    max-width: 100vw;
}

/* Section backgrounds for visual separation */
.reframe {
    background: #1E0A35;
}
.demo {
    background: #18062B;
}
.breadth {
    background: #1E0A35;
}
.how {
    background: #18062B;
}
.different {
    background: #1E0A35;
}
.experience {
    background: #18062B;
}
.cta {
    background: linear-gradient(180deg, #18062B 0%, #1E0A35 100%);
}

/* === NAV === */
.nav {
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav__logo img { width: 80px; }
.nav__right { display: flex; align-items: center; gap: 24px; }
.nav__link {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #B8A5CC;
    text-decoration: none;
    transition: color 0.2s;
}
.nav__link:hover { color: #fff; }
.nav__cta {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #6915B7;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    transition: background 0.2s;
}
.nav__cta:hover { background: #7B22D4; }

/* === HERO === */
.hero {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 24px 60px;
    display: flex;
    align-items: center;
    gap: 40px;
}
.hero__content { flex: 1; }
.hero__title {
    font-family: 'Passion One', sans-serif;
    font-size: 72px;
    font-weight: 500;
    line-height: 1.0;
    color: #fff;
    margin-bottom: 24px;
}
.hero__subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    color: #D1C4E0;
    margin-bottom: 36px;
    max-width: 540px;
}
.hero__cta {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #6915B7;
    padding: 16px 32px;
    border-radius: 28px;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}
.hero__cta:hover { background: #7B22D4; transform: translateY(-1px); }
.hero__mascot { flex-shrink: 0; }
.hero__mascot img { width: 380px; max-width: 100%; }

/* === VIDEO === */
.video {
    padding: 60px 24px 80px;
    background: #140522;
}
.video__inner {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}
.video__title {
    font-family: 'Merriweather', serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 10px;
}
.video__subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #B8A5CC;
    margin-bottom: 36px;
}
.video__embed {
    width: 100%;
}
.video__placeholder-frame {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #0F0418;
    border: 1px solid #2D1A45;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.2s;
}
.video__placeholder-frame:hover {
    border-color: #6915B7;
}
.video__play-btn {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(105, 21, 183, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    padding-left: 5px;
    transition: transform 0.2s, background 0.2s;
}
.video__placeholder-frame:hover .video__play-btn {
    transform: scale(1.08);
    background: #7B22D4;
}

/* === REFRAME === */
.reframe {
    padding: 100px 24px 80px;
    text-align: center;
}
.reframe__inner {
    max-width: 800px;
    margin: 0 auto;
}
.reframe__label {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #A78BFA;
    margin-bottom: 20px;
}
.reframe__title {
    font-family: 'Merriweather', serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 32px;
}
.reframe__text {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7;
    color: #D1C4E0;
    margin-bottom: 16px;
}
.reframe__text strong { color: #fff; font-weight: 500; }

/* === DEMO === */
.demo {
    padding: 80px 24px;
}
.demo__inner {
    max-width: 780px;
    margin: 0 auto;
}
.demo__label {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #A78BFA;
    margin-bottom: 16px;
}
.demo__title {
    font-family: 'Merriweather', serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 48px;
    font-style: italic;
}
.demo__flow { display: flex; flex-direction: column; gap: 70px; }
.demo__step-label {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #A78BFA;
    margin-bottom: 12px;
}

/* Demo cards */
.demo__card {
    border-radius: 16px;
    padding: 28px;
}
.demo__card--insight {
    background: linear-gradient(135deg, #1E0A35 0%, #2A1245 100%);
    border: 1px solid #3D2560;
}
.demo__insight-text {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    color: #F0F0F0;
}
.demo__insight-text em {
    color: #C4B5FD;
    font-style: normal;
    text-decoration: underline;
    text-decoration-color: #7C3AED;
    text-underline-offset: 3px;
}
.demo__insight-sub {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #9B8AB5;
    margin-top: 12px;
    font-style: italic;
}

/* Capabilities */
.demo__mechanics { display: flex; flex-direction: column; gap: 14px; margin-bottom: 16px; }
.demo__mechanic {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.demo__mechanic-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #7C6A94;
    margin-top: 8px;
    flex-shrink: 0;
}
.demo__mechanic-dot--accent { background: #A78BFA; }
.demo__mechanic p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    color: #D1C4E0;
}
.demo__mechanic p strong { color: #fff; font-weight: 600; }
.demo__mechanic-summary {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #7C6A94;
    margin-top: 8px;
}

.demo__capabilities { display: flex; flex-direction: column; gap: 12px; }
.demo__cap {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #1A0C2E;
    border: 1px solid #2D1A45;
    border-left: 3px solid #3D2560;
    border-radius: 12px;
    padding: 18px 20px;
}
.demo__cap strong {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #F0F0F0;
    display: block;
    margin-bottom: 4px;
}
.demo__cap p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #9B8AB5;
    line-height: 1.5;
}
.demo__cap-note {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #A78BFA;
    font-style: italic;
    margin-top: 16px;
    padding-left: 12px;
    border-left: 2px solid #6915B7;
}

/* Trap card */
.demo__card--trap {
    background: #1C0E28;
    border: 1px solid #3D2255;
    border-radius: 16px;
}
.demo__trap-title {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #F0F0F0;
    margin-bottom: 8px;
}
.demo__trap-why {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #B8A5CC;
    margin-bottom: 16px;
}
.demo__trap-trajectory {
    background: #150820;
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 14px;
}
.demo__trap-trajectory-label {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #F59E0B;
    margin-bottom: 8px;
}
.demo__trap-trajectory p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    color: #B8A5CC;
}
.demo__trap-future {
    color: #F87171;
    font-weight: 500;
}
.demo__trap-tag {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #F87171;
    background: rgba(248, 113, 113, 0.12);
    padding: 4px 12px;
    border-radius: 20px;
}

/* Solution card */
.demo__card--solution {
    background: linear-gradient(135deg, #1E0A35 0%, #251240 100%);
    border: 1px solid #3D2560;
}
.demo__solution-tag {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #D4A853;
    background: rgba(212, 168, 83, 0.12);
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
}
.demo__solution-title {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #F0F0F0;
    margin-bottom: 12px;
}
.demo__solution-desc {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    color: #B8A5CC;
}
.demo__solution-desc em { font-style: italic; color: #D4A853; }

/* Emotional journey */
.demo__card--journey {
    background: #1A0C2E;
    border: 1px solid #2D1A45;
}
.demo__journey-intro {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    color: #9B8AB5;
    margin-bottom: 24px;
}
.demo__journey-beats {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.demo__beat {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 0;
}
.demo__beat-bar {
    width: 4px;
    border-radius: 2px;
    flex-shrink: 0;
}
.demo__beat-bar--1 { height: 24px; background: #A78BFA; }
.demo__beat-bar--2 { height: 32px; background: #C4B5FD; }
.demo__beat-bar--3 { height: 40px; background: #FCD34D; }
.demo__beat-bar--5 { height: 56px; background: #F87171; }
.demo__beat-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.demo__beat-emotion {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #F0F0F0;
}
.demo__beat-moment {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #7C6A94;
}
.demo__beat-intensity {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #7C6A94;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}
.demo__beat-intensity--peak { color: #F87171; }
.demo__journey-arc {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #7C6A94;
    text-align: center;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #2D1A45;
    letter-spacing: 0.02em;
}

/* Future scenes */
.demo__future-scenes { display: flex; flex-direction: column; gap: 16px; }
.demo__scene {
    background: #1E0A35;
    border: 1px solid #3D2560;
    border-radius: 12px;
    padding: 20px 22px;
}
.demo__scene-when {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #D4A853;
    margin-bottom: 8px;
}
.demo__scene p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    color: #D1C4E0;
}
.demo__scene strong { color: #fff; font-weight: 500; }
.demo__future-closer {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    color: #D4A853;
    margin-top: 12px;
}

/* Signal */
.demo__signal {
    margin-top: 56px;
    text-align: center;
    padding: 40px 24px;
    border-top: 1px solid #2D1A45;
}
.demo__signal-icon {
    font-size: 32px;
    margin-bottom: 20px;
}
.demo__signal-text {
    font-family: 'Merriweather', serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #F0F0F0;
    margin-bottom: 16px;
}
.demo__signal-hope {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
    color: #D1C4E0;
    margin-bottom: 16px;
}
.demo__signal-closer {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.6;
    color: #A78BFA;
}

/* Speed note */
.demo__speed {
    margin-bottom: 32px;
}
.demo__speed p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #D1C4E0;
    background: rgba(107, 70, 193, 0.1);
    border: 1px solid #3D2560;
    border-radius: 10px;
    padding: 14px 20px;
    display: inline-block;
}

/* === BREADTH === */
.breadth {
    padding: 80px 24px;
}
.breadth__inner {
    max-width: 1000px;
    margin: 0 auto;
}
.breadth__label {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #A78BFA;
    margin-bottom: 16px;
    text-align: center;
}
.breadth__title {
    font-family: 'Merriweather', serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    margin-bottom: 48px;
}
.breadth__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.breadth__item {
    background: #1A0C2E;
    border: 1px solid #2D1A45;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
}
.breadth__situation {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #F0F0F0;
    font-style: italic;
}
.breadth__arrow {
    font-size: 18px;
    color: #7C6A94;
    margin: 10px 0;
}
.breadth__mechanism { flex: 1; }
.breadth__tag {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #D4A853;
    background: rgba(212, 168, 83, 0.1);
    padding: 4px 12px;
    border-radius: 16px;
    margin-bottom: 10px;
}
.breadth__mechanism p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #9B8AB5;
}
.breadth__note {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #7C6A94;
    text-align: center;
    margin-top: 36px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.breadth__ages {
    margin-top: 64px;
    padding-top: 48px;
    border-top: 1px solid #2D1A45;
}
.breadth__ages-title {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 8px;
}
.breadth__ages-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #9B8AB5;
    text-align: center;
    margin-bottom: 32px;
}
.breadth__ages-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.breadth__age {
    background: #150820;
    border: 1px solid #2D1A45;
    border-radius: 12px;
    padding: 20px;
}
.breadth__age-num {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #A78BFA;
    background: rgba(167, 139, 250, 0.1);
    padding: 3px 10px;
    border-radius: 12px;
    margin-bottom: 8px;
}
.breadth__age p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #F0F0F0;
    margin-bottom: 6px;
}
.breadth__age-detail {
    font-family: 'Inter', sans-serif;
    font-size: 13px !important;
    font-weight: 300 !important;
    color: #9B8AB5 !important;
    line-height: 1.5;
}

/* === HOW SHE THINKS === */
.how {
    padding: 100px 24px;
}
.how__inner {
    max-width: 900px;
    margin: 0 auto;
}
.how__label {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #A78BFA;
    margin-bottom: 16px;
    text-align: center;
}
.how__title {
    font-family: 'Merriweather', serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    margin-bottom: 56px;
}
.how__steps { display: flex; flex-direction: column; gap: 32px; }
.how__step {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}
.how__step-number {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6915B7;
    border-radius: 50%;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.how__step-content h3 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}
.how__step-content p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    color: #B8A5CC;
}
.how__depth {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #7C6A94;
    text-align: center;
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid #2D1A45;
}
.how__trust {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #B8A5CC;
    text-align: center;
    margin-top: 12px;
}

/* === DIFFERENT === */
.different {
    padding: 80px 24px;
}
.different__inner {
    max-width: 1000px;
    margin: 0 auto;
}
.different__label {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #A78BFA;
    margin-bottom: 16px;
    text-align: center;
}
.different__title {
    font-family: 'Merriweather', serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    margin-bottom: 56px;
}
.different__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.different__item {
    background: #1A0C2E;
    border: 1px solid #2D1A45;
    border-radius: 16px;
    padding: 28px;
}
.different__tried {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #F0F0F0;
    margin-bottom: 10px;
}
.different__why {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #9B8AB5;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #2D1A45;
}
.different__telluna {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #C4B5FD;
}
.different__telluna strong { color: #fff; }

/* === EXPERIENCE === */
.experience {
    padding: 80px 24px;
}
.experience__inner {
    max-width: 800px;
    margin: 0 auto;
}
.experience__label {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #A78BFA;
    margin-bottom: 16px;
    text-align: center;
}
.experience__title {
    font-family: 'Merriweather', serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    margin-bottom: 56px;
}
.experience__moments { display: flex; flex-direction: column; gap: 24px; }
.experience__moment {
    background: #1A0C2E;
    border: 1px solid #2D1A45;
    border-radius: 14px;
    padding: 24px 28px;
}
.experience__moment-label {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #A78BFA;
    margin-bottom: 8px;
}
.experience__moment p {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6;
    color: #F0F0F0;
    margin-bottom: 8px;
}
.experience__moment-note {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #7C6A94;
    font-style: italic;
}

/* === CTA === */
.cta {
    padding: 100px 24px 80px;
    text-align: center;
}
.cta__inner {
    max-width: 700px;
    margin: 0 auto;
}
.cta__mascot { margin-bottom: 24px; }
.cta__mascot img { width: 160px; }
.cta__title {
    font-family: 'Merriweather', serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 16px;
}
.cta__subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #D1C4E0;
    margin-bottom: 36px;
}
.cta__button {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #6915B7;
    padding: 18px 40px;
    border-radius: 30px;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}
.cta__button:hover { background: #7B22D4; transform: translateY(-2px); }
.cta__note {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #7C6A94;
    margin-top: 16px;
}

/* === FOOTER === */
.footer {
    max-width: 1100px;
    margin: 0 auto;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #2D1A45;
}
.footer__left { display: flex; align-items: center; gap: 12px; }
.footer__logo { width: 50px; }
.footer__copy {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #7C6A94;
}
.footer__right { display: flex; gap: 24px; }
.footer__link {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #7C6A94;
    text-decoration: none;
    transition: color 0.2s;
}
.footer__link:hover { color: #B8A5CC; }

/* === RESPONSIVE === */
@media (max-width: 900px) {
    .hero {
        flex-direction: column;
        text-align: center;
        padding: 50px 20px 40px;
    }
    .hero__title { font-size: 48px; }
    .hero__subtitle { margin: 0 auto 30px; }
    .hero__mascot img { width: 260px; }
    .hero__mascot { order: -1; }

    .reframe__title { font-size: 30px; }
    .demo__title { font-size: 24px; }
    .how__title { font-size: 28px; }
    .different__title { font-size: 28px; }
    .different__grid { grid-template-columns: 1fr; }
    .breadth__title { font-size: 28px; }
    .breadth__grid { grid-template-columns: 1fr; }
    .breadth__ages-grid { grid-template-columns: 1fr; }
    .experience__title { font-size: 26px; }
    .cta__title { font-size: 28px; }

    .nav__link { display: none; }
}

@media (max-width: 600px) {
    .hero__title { font-size: 38px; }
    .hero__subtitle { font-size: 17px; }
    .reframe__title { font-size: 26px; }
    .reframe__text { font-size: 16px; }
    .how__step { flex-direction: column; gap: 12px; }
    .footer { flex-direction: column; gap: 16px; text-align: center; }
    .footer__right { flex-wrap: wrap; justify-content: center; }
}
