@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700;800&family=Nunito:wght@500;600;700;800&display=swap');

:root {
    --blue: #09218f;
    --bright-blue: #0b4cff;
    --orange: #f36b00;
    --purple: #7639df;
    --green: #49a12c;
    --ink: #111a44;
    --white: rgba(255, 255, 255, 0.92);
    --soft-shadow: 0 18px 46px rgba(23, 56, 111, 0.13);
}

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

html {
    min-width: 320px;
    height: 100%;
}

body {
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
    color: var(--ink);
    font-family: "Nunito", Arial, sans-serif;
    background: #1f57d6;
}

body.modal-open {
    overflow: hidden;
}

body.privacy-open {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
}

[hidden] {
    display: none !important;
}

a {
    color: inherit;
    text-decoration: none;
}

.nowrap {
    white-space: nowrap;
}

.page-shell {
    position: relative;
    min-height: 0;
    height: 100vh;
    padding: 0 50px 78px;
    background: url("./assets/background.webp") center bottom / 100% 100% no-repeat;
    isolation: isolate;
    overflow: hidden;
}

.page-shell::before,
.page-shell::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.page-shell::before {
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.08) 44%, rgba(255, 255, 255, 0) 72%);
}

.page-shell::after {
    display: none;
}

.leaf {
    position: absolute;
    display: none;
    z-index: 3;
    width: 58px;
    height: 24px;
    border-radius: 100% 0 100% 0;
    background: linear-gradient(135deg, #6fae14, #c2df31);
    box-shadow: 0 5px 12px rgba(34, 111, 18, 0.18);
    transform-origin: left center;
}

.leaf-one {
    top: -4px;
    left: -12px;
    transform: rotate(42deg);
}

.leaf-two {
    top: 12px;
    left: 34px;
    transform: rotate(116deg);
}

.leaf-three {
    top: -11px;
    left: 82px;
    transform: rotate(104deg);
}

.leaf-four {
    top: -8px;
    left: 271px;
    transform: rotate(116deg);
}

.navbar {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 94px;
    padding: 0 46px 0 60px;
    border-radius: 0 0 31px 31px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 35px rgba(57, 116, 151, 0.12);
    backdrop-filter: blur(10px);
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 330px;
}

.brand-mark {
    width: 82px;
    height: 78px;
    object-fit: contain;
}

.brand-word {
    font-family: "Baloo 2", cursive;
    font-size: 42px;
    font-weight: 800;
    line-height: 0.85;
    letter-spacing: 0;
}

.brand-word span {
    color: var(--blue);
}

.brand-word strong {
    color: var(--orange);
}

.brand p {
    margin-top: 4px;
    color: #0b1640;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.3px;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 42px;
    flex: 1;
    list-style: none;
}

.nav-links a {
    position: relative;
    display: block;
    padding: 33px 0 31px;
    color: #10173f;
    font-size: 16px;
    font-weight: 800;
}

.nav-links a.active {
    color: #003fff;
}

.nav-links a.active::after {
    content: "";
    position: absolute;
    left: -12px;
    right: -12px;
    bottom: 18px;
    height: 3px;
    border-radius: 99px;
    background: #174cff;
}

.download-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 185px;
    height: 45px;
    border-radius: 24px;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    background: linear-gradient(180deg, #2d7cff 0%, #164de6 100%);
    box-shadow: 0 12px 24px rgba(21, 76, 218, 0.25);
}

.download-pill i {
    font-size: 18px;
}

.hero {
    position: relative;
    display: grid;
    grid-template-columns: 474px minmax(0, 1fr);
    column-gap: 0;
    padding: 32px 60px 0;
}

.hero-copy {
    position: relative;
    z-index: 2;
    padding-top: 20px;
    min-height: 315px;
}

.hero-copy h1 {
    font-family: "Baloo 2", cursive;
    font-size: 64px;
    font-weight: 800;
    line-height: 0.92;
    letter-spacing: 0;
}

.hero-copy h1 span,
.hero-copy h1 strong {
    display: block;
}

.hero-copy h1 span {
    color: var(--blue);
}

.hero-copy h1 strong {
    color: var(--orange);
}

.hero-copy p {
    max-width: 430px;
    margin-top: 13px;
    color: #11193d;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.6;
}

.safety-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 234px;
    height: 39px;
    margin-top: 14px;
    padding: 0 18px;
    border: 1px solid rgba(86, 91, 207, 0.15);
    border-radius: 22px;
    color: #073cf0;
    font-size: 15px;
    font-weight: 900;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 5px 16px rgba(61, 88, 168, 0.12);
}

.safety-badge i {
    color: #7b48d9;
    font-size: 18px;
}

.hero-characters {
    position: absolute;
    z-index: 1;
    left: 104px;
    top: 310px;
    bottom: auto;
    width: 432px;
    max-width: 39vw;
    height: 470px;
    filter: drop-shadow(0 11px 14px rgba(50, 70, 52, 0.12));
}

.hero-tataji {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 244px;
    height: auto;
}

.hero-diwi {
    position: absolute;
    right: 34px;
    bottom: 44px;
    width: 162px;
    height: auto;
}

.feature-area {
    position: relative;
    z-index: 2;
    grid-column: 2;
    width: min(862px, 100%);
    justify-self: end;
}

.feature-area h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    height: 42px;
    margin: 0 0 16px;
    color: var(--blue);
    font-family: "Baloo 2", cursive;
    font-size: 29px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
}

.feature-area h2 strong {
    color: var(--purple);
    font-weight: 800;
}

.feature-area h2 em {
    color: var(--green);
    font-style: normal;
}

.spark {
    position: relative;
    width: 26px;
    height: 20px;
}

.spark::before,
.spark::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: #7779f4;
}

.spark::before {
    width: 17px;
    height: 5px;
    top: 7px;
    left: 5px;
    transform: rotate(22deg);
}

.spark::after {
    width: 8px;
    height: 5px;
    top: 2px;
    left: 0;
    transform: rotate(16deg);
}

.spark.right {
    transform: scaleX(-1);
}

.feature-cards {
    display: grid;
    grid-template-columns: repeat(3, 268px);
    gap: 24px;
    justify-content: end;
}

.feature-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 462px;
    overflow: hidden;
    padding: 18px 24px 23px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 12px 32px rgba(72, 95, 105, 0.06);
}

.feature-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    border: 1.5px solid currentColor;
    opacity: 0.55;
}

.feature-card::after {
    content: "\2726";
    position: absolute;
    right: 27px;
    top: 83px;
    color: #ffc56e;
    font-size: 22px;
}

.ask-card {
    color: #ff9b13;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.93), rgba(255, 246, 230, 0.76));
}

.lessons-card {
    color: #7847dd;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.93), rgba(244, 237, 255, 0.78));
}

.quiz-card {
    color: #58a938;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.93), rgba(241, 250, 234, 0.78));
}

.lessons-card::after,
.quiz-card::after {
    display: none;
}

.soft-cloud {
    position: absolute;
    top: 21px;
    right: -6px;
    width: 56px;
    height: 40px;
    border-radius: 100px;
    background: currentColor;
    opacity: 0.1;
}

.soft-cloud::before,
.soft-cloud::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: currentColor;
}

.soft-cloud::before {
    width: 36px;
    height: 36px;
    left: -17px;
    top: 5px;
}

.soft-cloud::after {
    width: 45px;
    height: 45px;
    right: -16px;
    top: -9px;
}

.round-icon {
    display: grid;
    place-items: center;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    color: white;
    font-size: 28px;
    box-shadow: inset 0 -8px 15px rgba(0, 0, 0, 0.12);
}

.ask-card .round-icon,
.ask-card .card-action {
    background: linear-gradient(180deg, #ff9e07, #ff6d00);
}

.lessons-card .round-icon,
.lessons-card .card-action {
    background: linear-gradient(180deg, #9c6eee, #6733d2);
}

.quiz-card .round-icon,
.quiz-card .card-action {
    background: linear-gradient(180deg, #7cc847, #3ea51c);
}

.feature-card h3 {
    margin-top: 13px;
    color: currentColor;
    font-family: "Baloo 2", cursive;
    font-size: 31px;
    font-weight: 800;
    line-height: 0.98;
}

.feature-card p {
    min-height: 76px;
    margin-top: 12px;
    color: #18204a;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
}

.card-art {
    align-self: center;
    width: 248px;
    height: 177px;
    margin: 5px 0 8px;
    object-fit: contain;
}

.quiz-card .card-art {
    width: 260px;
    height: 189px;
    margin-top: -2px;
    margin-bottom: 0;
}

.ask-art {
    position: relative;
    height: 185px;
    margin-top: -3px;
}

.ask-art img {
    position: absolute;
    left: 4px;
    bottom: -11px;
    width: 218px;
    height: auto;
    object-fit: contain;
}

.card-action {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 52px;
    margin-top: auto;
    padding: 0 20px 0 23px;
    border-radius: 26px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    box-shadow: 0 12px 20px rgba(52, 68, 147, 0.15);
}

.card-action i {
    font-size: 23px;
}

.stats {
    display: grid;
    grid-template-columns: 1fr 1px 1fr 1px 1.15fr 1px 1.15fr;
    align-items: center;
    min-height: 88px;
    margin-top: 17px;
    padding: 12px 27px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.91);
    box-shadow: var(--soft-shadow);
}

.stat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.stat-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-size: 27px;
}

.stat-icon.green {
    color: #57b157;
    background: #dff4d8;
}

.stat-icon.purple {
    color: #744ae0;
    background: #efe4ff;
}

.stat-icon.amber {
    color: #ffab12;
    background: #fff0cb;
}

.stat-icon.rose {
    color: #f33d6f;
    background: #ffe1e8;
}

.stat p {
    display: flex;
    flex-direction: column;
}

.stat strong {
    color: #073cf0;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.15;
}

.stat span:not(.stat-icon) {
    color: #18204a;
    font-size: 13px;
    font-weight: 800;
}

.divider,
.footer-divider {
    width: 1px;
    height: 46px;
    background: #d6d8e7;
}

.download-panel {
    display: grid;
    grid-template-columns: 86px minmax(250px, 1fr) minmax(0, 370px);
    column-gap: 24px;
    align-items: center;
    width: min(890px, 100%);
    min-height: 116px;
    margin: 18px 0 0 auto;
    padding: 16px 28px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.91);
    box-shadow: var(--soft-shadow);
}

.app-card {
    position: relative;
    width: 86px;
    height: 80px;
    border: 2px solid #ff9e2d;
    border-radius: 18px;
    background: linear-gradient(180deg, #fff7e8, #ffe0b7);
    overflow: visible;
}

.app-card::before {
    display: none;
}

.app-card img {
    width: 100%;
    height: 100%;
    padding: 8px;
    object-fit: contain;
    object-position: center bottom;
    border-radius: 16px;
}

.download-copy h3 {
    max-width: 390px;
    color: var(--blue);
    font-family: "Baloo 2", cursive;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
}

.download-copy p {
    max-width: 330px;
    margin-top: 8px;
    color: #18204a;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.download-copy strong {
    color: #073cf0;
}

.swirl {
    color: #0d47ff;
    font-size: 29px;
    transform: rotate(-8deg);
}

.download-actions {
    min-width: 0;
}

.store-row {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    min-width: 0;
    flex-wrap: wrap;
}

.store-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 172px;
    height: 54px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 8px;
    color: white;
    background: #030303;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    font-family: Arial, Helvetica, sans-serif;
}

.store-button i {
    flex: 0 0 auto;
    width: 31px;
    font-size: 30px;
    text-align: center;
}

.store-button span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 0.95;
    letter-spacing: 0;
    white-space: nowrap;
}

.store-button small {
    margin-bottom: 3px;
    font-size: 0.5em;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.2px;
}

.app-store i {
    transform: translateY(-1px);
}

.google-play i {
    position: relative;
    width: 31px;
    height: 31px;
}

.google-play i::before {
    content: "";
    position: absolute;
    inset: 2px 3px;
    background: linear-gradient(135deg, #27d16f 0 31%, #2ca8ff 31% 58%, #ffd541 58% 76%, #ff4b44 76%);
    clip-path: polygon(0 0, 100% 50%, 0 100%, 16% 50%);
}

.rating {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 11px;
    color: #18204a;
    font-size: 14px;
    font-weight: 700;
}

.stars {
    color: #ffae13;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 0.8;
}

.footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    min-height: 75px;
    margin-top: 0;
    padding: 0 112px;
    color: white;
    background: linear-gradient(180deg, #2d61d9, #204ec0);
}

.footer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -44px;
    height: 44px;
    background: linear-gradient(180deg, transparent 0 30%, #2d61d9 31%);
    clip-path: polygon(0 75%, 2% 43%, 5% 28%, 8% 49%, 10% 74%, 90% 74%, 92% 47%, 95% 26%, 98% 44%, 100% 73%, 100% 100%, 0 100%);
}

.footer-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: 75px;
    gap: 34px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 356px;
    font-family: "Baloo 2", cursive;
    font-size: 29px;
    font-weight: 800;
}

.footer-mark {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.footer-brand strong {
    color: #ffb21b;
}

.footer p,
.privacy {
    font-size: 15px;
    font-weight: 700;
}

.privacy {
    display: flex;
    align-items: center;
    gap: 13px;
}

.privacy i {
    font-size: 22px;
}

.socials {
    display: flex;
    gap: 20px;
    margin-left: auto;
}

.socials a {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #2d61d9;
    background: #fff;
    font-size: 19px;
}

.coming-soon-modal {
    position: fixed;
    inset: 0;
    z-index: 40;
    display: grid;
    place-items: center;
    padding: 24px;
}

.modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(9, 23, 80, 0.48);
    backdrop-filter: blur(5px);
}

.modal-card {
    position: relative;
    z-index: 1;
    width: min(420px, 100%);
    padding: 34px 30px 32px;
    border: 3px solid rgba(255, 174, 19, 0.85);
    border-radius: 28px;
    color: #14204f;
    text-align: center;
    background:
        radial-gradient(circle at 16% 14%, rgba(255, 184, 38, 0.28) 0 11%, transparent 12%),
        radial-gradient(circle at 86% 22%, rgba(124, 200, 71, 0.24) 0 10%, transparent 11%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 231, 0.96));
    box-shadow: 0 24px 70px rgba(8, 25, 94, 0.25);
}

.modal-card::before,
.modal-card::after {
    content: "\2726";
    position: absolute;
    color: #7b48d9;
    font-size: 24px;
}

.modal-card::before {
    left: 28px;
    top: 24px;
}

.modal-card::after {
    right: 34px;
    bottom: 30px;
    color: #58a938;
}

.modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(180deg, #2d7cff 0%, #164de6 100%);
    box-shadow: 0 9px 18px rgba(21, 76, 218, 0.23);
    cursor: pointer;
}

.modal-icon {
    display: grid;
    place-items: center;
    width: 74px;
    height: 74px;
    margin: 0 auto 14px;
    border-radius: 50%;
    color: #fff;
    font-size: 34px;
    background: linear-gradient(180deg, #ffb21b, #f36b00);
    box-shadow: inset 0 -9px 16px rgba(0, 0, 0, 0.13);
}

.modal-card h2 {
    color: var(--blue);
    font-family: "Baloo 2", cursive;
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
}

.modal-card p {
    max-width: 320px;
    margin: 12px auto 0;
    color: #18204a;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.5;
}

.privacy-screen {
    min-height: calc(100vh - 75px);
    padding: 30px 50px 112px;
    background: url("./assets/background.webp") center bottom / cover no-repeat fixed;
}

.privacy-shell {
    max-width: 1060px;
    margin: 0 auto;
}

.privacy-back {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 44px;
    margin-bottom: 18px;
    padding: 0 18px;
    border-radius: 22px;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(180deg, #2d7cff 0%, #164de6 100%);
    box-shadow: 0 12px 24px rgba(21, 76, 218, 0.25);
}

.privacy-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 210px;
    align-items: center;
    gap: 28px;
    padding: 34px 42px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.91);
    box-shadow: var(--soft-shadow);
}

.privacy-kicker {
    color: #f36b00;
    font-size: 16px;
    font-weight: 900;
}

.privacy-hero h1 {
    max-width: 720px;
    margin-top: 4px;
    color: var(--blue);
    font-family: "Baloo 2", cursive;
    font-size: 46px;
    font-weight: 800;
    line-height: 1;
}

.privacy-hero p:not(.privacy-kicker) {
    max-width: 690px;
    margin-top: 12px;
    color: #18204a;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.55;
}

.privacy-mascot {
    width: 100%;
    max-height: 210px;
    object-fit: contain;
    filter: drop-shadow(0 12px 16px rgba(50, 70, 52, 0.13));
}

.privacy-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 20px;
}

.privacy-card,
.privacy-note {
    position: relative;
    overflow: hidden;
    padding: 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 32px rgba(72, 95, 105, 0.08);
}

.privacy-card::before,
.privacy-note::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1.5px solid rgba(11, 76, 255, 0.16);
    border-radius: inherit;
    pointer-events: none;
}

.privacy-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    box-shadow: inset 0 -8px 15px rgba(0, 0, 0, 0.12);
}

.privacy-icon.orange {
    background: linear-gradient(180deg, #ff9e07, #ff6d00);
}

.privacy-icon.purple {
    background: linear-gradient(180deg, #9c6eee, #6733d2);
}

.privacy-icon.green {
    background: linear-gradient(180deg, #7cc847, #3ea51c);
}

.privacy-icon.blue {
    background: linear-gradient(180deg, #2d7cff, #164de6);
}

.privacy-card h2,
.privacy-note h2 {
    margin-top: 14px;
    color: var(--blue);
    font-family: "Baloo 2", cursive;
    font-size: 29px;
    font-weight: 800;
    line-height: 1;
}

.privacy-card p,
.privacy-note p {
    margin-top: 10px;
    color: #18204a;
    font-size: 16px;
    font-weight: 750;
    line-height: 1.55;
}

.privacy-note {
    margin-top: 20px;
    border: 2px solid rgba(255, 174, 19, 0.52);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 246, 230, 0.85));
}

.legal-document {
    margin-top: 20px;
    padding: 34px 42px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: var(--soft-shadow);
    color: #18204a;
}

.legal-document h2 {
    color: var(--blue);
    font-family: "Baloo 2", cursive;
    font-size: 32px;
    font-weight: 800;
    margin-top: 32px;
    margin-bottom: 16px;
}

.legal-document h2:first-child {
    margin-top: 0;
}

.legal-document h3 {
    color: var(--purple);
    font-size: 22px;
    font-weight: 800;
    margin-top: 24px;
    margin-bottom: 12px;
}

.legal-document p,
.legal-document ul {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 16px;
}

.legal-document ul {
    padding-left: 24px;
}

.legal-document li {
    margin-bottom: 8px;
}

.legal-document hr {
    border: 0;
    border-top: 2px solid rgba(11, 76, 255, 0.16);
    margin: 40px 0;
}

@media (max-width: 1360px) {
    body {
        overflow: hidden;
    }

    .page-shell {
        min-height: auto;
        height: 100vh;
        padding: 0 28px 112px;
        background-size: cover;
        overflow: hidden;
    }

    .navbar {
        height: 86px;
        padding: 0 30px;
    }

    .brand {
        min-width: 292px;
    }

    .brand-mark {
        width: 68px;
        height: 66px;
    }

    .brand-word {
        font-size: 37px;
    }

    .brand p {
        font-size: 12px;
    }

    .nav-links {
        gap: 28px;
    }

    .hero {
        grid-template-columns: 34% minmax(0, 1fr);
        padding: 28px 22px 0;
    }

    .hero-copy h1 {
        font-size: clamp(48px, 5vw, 64px);
    }

    .hero-copy p {
        max-width: 390px;
        font-size: 16px;
    }

    .hero-characters {
        left: 52px;
        top: 330px;
        width: 360px;
        height: 420px;
    }

    .hero-tataji {
        width: 218px;
    }

    .hero-diwi {
        width: 145px;
        right: 38px;
        bottom: 56px;
    }

    .feature-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }

    .feature-card {
        min-height: 448px;
        padding: 17px 18px 21px;
    }

    .download-panel {
        grid-template-columns: 86px minmax(220px, 1fr) minmax(0, 360px);
        margin-right: 0;
    }

    .download-panel .swirl {
        display: none;
    }
}

@media (max-width: 1100px) {

    html,
    body {
        height: auto;
        min-height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .page-shell {
        height: auto;
        min-height: 100vh;
        padding: 16px 16px 34px;
        overflow: visible;
    }

    .navbar {
        height: auto;
        flex-wrap: wrap;
        gap: 12px;
        padding: 14px 18px;
        border-radius: 24px;
    }

    .brand {
        min-width: 0;
        flex: 1 1 auto;
    }

    .download-pill {
        width: auto;
        min-width: 156px;
        padding: 0 18px;
    }

    .nav-links {
        order: 3;
        flex: 1 0 100%;
        justify-content: center;
        gap: 30px;
        padding-top: 2px;
    }

    .nav-links a {
        padding: 8px 0 11px;
    }

    .nav-links a.active::after {
        bottom: 2px;
    }

    .hero {
        display: block;
        padding: 26px 12px 0;
    }

    .hero-copy {
        max-width: 680px;
        margin: 0 auto;
        padding-top: 8px;
        text-align: center;
    }

    .hero-copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .safety-badge {
        justify-content: center;
    }

    .hero-characters {
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        display: block;
        width: 390px;
        max-width: 88vw;
        height: 390px;
        margin: 18px auto -8px;
    }

    .hero-tataji {
        width: 222px;
    }

    .hero-diwi {
        right: 0;
        bottom: 28px;
        width: 150px;
    }

    .feature-area {
        width: 100%;
        margin-top: 20px;
    }

    .feature-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        justify-content: stretch;
    }

    .feature-card {
        border-radius: 22px;
    }

    .feature-card h3 {
        font-size: 27px;
    }

    .feature-card p {
        font-size: 15px;
    }

    .stats {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
        padding: 16px;
        border-radius: 24px;
    }

    .divider {
        display: none;
    }

    .stat {
        justify-content: center;
    }

    .download-panel {
        grid-template-columns: 90px minmax(0, 1fr);
        width: 100%;
        row-gap: 18px;
        border-radius: 24px;
    }

    .download-actions {
        grid-column: 1 / -1;
    }

    .swirl {
        display: none;
    }

    .store-row,
    .rating {
        justify-content: center;
    }

    .footer {
        position: relative;
        margin-top: 0;
        padding: 0 24px;
    }

    .footer::before {
        display: none;
    }

    .footer-inner {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px 24px;
        padding: 16px 0;
    }

    .footer-brand,
    .socials {
        min-width: auto;
        margin-left: 0;
    }

    .privacy-screen {
        min-height: 100vh;
        padding: 24px 24px 44px;
    }
}

@media (max-width: 820px) {
    .navbar {
        justify-content: center;
    }

    .brand {
        justify-content: center;
        flex: 1 0 100%;
    }

    .nav-links {
        display: none;
    }

    .download-pill {
        min-width: 184px;
    }

    .feature-area h2 {
        height: auto;
        flex-wrap: wrap;
        gap: 8px;
        font-size: 27px;
        line-height: 1.15;
    }

    .spark {
        display: none;
    }

    .feature-cards {
        grid-template-columns: 1fr;
        max-width: 430px;
        margin: 0 auto;
    }

    .feature-card {
        min-height: 0;
        padding: 20px 22px 22px;
    }

    .feature-card p {
        min-height: 0;
    }

    .ask-art,
    .card-art {
        height: 190px;
    }

    .ask-art img {
        left: 50%;
        width: 226px;
        transform: translateX(-50%);
    }

    .card-art,
    .quiz-card .card-art {
        width: min(280px, 100%);
        height: 190px;
        margin: 8px auto 14px;
    }

    .stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }

    .stat {
        justify-content: flex-start;
        padding: 8px;
    }

    .download-panel {
        grid-template-columns: 1fr;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .app-card {
        margin: 0 auto;
    }

    .download-copy h3,
    .download-copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .store-row {
        flex-wrap: wrap;
        gap: 12px;
    }

    .rating {
        flex-direction: column;
        align-items: center;
    }

    .privacy-hero {
        grid-template-columns: 1fr;
        padding: 28px 24px;
        text-align: center;
    }

    .privacy-hero h1,
    .privacy-hero p:not(.privacy-kicker) {
        margin-left: auto;
        margin-right: auto;
    }

    .privacy-mascot {
        max-width: 180px;
        margin: 0 auto;
    }

    .privacy-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .page-shell {
        padding: 12px 12px 28px;
    }

    .navbar {
        padding: 12px;
        border-radius: 20px;
    }

    .brand-mark {
        width: 56px;
        height: 54px;
    }

    .brand-word {
        font-size: 31px;
    }

    .brand p {
        font-size: 11px;
    }

    .download-pill {
        width: 100%;
        min-width: 0;
    }

    .hero {
        padding: 22px 2px 0;
    }

    .hero-copy h1 {
        font-size: 44px;
    }

    .hero-copy p {
        font-size: 15px;
        line-height: 1.55;
    }

    .safety-badge {
        width: 100%;
        min-width: 0;
    }

    .hero-characters {
        width: 300px;
        height: 310px;
        margin-top: 14px;
    }

    .hero-tataji {
        width: 174px;
    }

    .hero-diwi {
        width: 118px;
        bottom: 24px;
    }

    .feature-area h2 {
        font-size: 24px;
    }

    .stats {
        grid-template-columns: 1fr;
    }

    .stat {
        justify-content: flex-start;
    }

    .store-row {
        flex-direction: column;
        align-items: center;
    }

    .store-button {
        width: min(220px, 100%);
        justify-content: center;
    }

    .footer {
        padding: 0 14px;
    }

    .footer-inner {
        flex-direction: column;
        text-align: center;
    }

    .footer-divider {
        display: none;
    }

    .modal-card {
        padding: 32px 22px 28px;
        border-radius: 24px;
    }

    .modal-card h2 {
        font-size: 36px;
    }

    .modal-card p {
        font-size: 16px;
    }

    .privacy-screen {
        padding: 18px 12px 34px;
    }

    .privacy-back {
        width: 100%;
        justify-content: center;
    }

    .privacy-hero h1 {
        font-size: 34px;
    }

    .privacy-card,
    .privacy-note {
        padding: 22px;
        border-radius: 22px;
    }
}