:root {
    --landing-ink: #16211f;
    --landing-muted: #5d6c68;
    --landing-brand: #0f766e;
    --landing-brand-dark: #102e2a;
    --landing-brand-soft: #dff3ef;
    --landing-warm: #d97745;
    --landing-warm-soft: #fff0e7;
    --landing-line: #dfe8e5;
    --landing-surface: #f7faf9;
    --landing-shadow: 0 24px 60px rgba(15, 57, 52, .12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.landing { margin: 0; color: var(--landing-ink); background: var(--landing-surface); font-family: "DM Sans", system-ui, sans-serif; line-height: 1.6; }
body.landing img { display: block; max-width: 100%; }
body.landing a { color: inherit; }
.landing-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.hero { position: relative; min-height: 820px; display: flex; align-items: center; overflow: hidden; color: #fff; background: #102e2a; padding: calc(var(--nav-height, 76px) + 70px) 0 86px; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 76% 38%, rgba(57, 181, 169, .28), transparent 28rem), radial-gradient(circle at 15% 85%, rgba(217, 119, 69, .16), transparent 25rem), linear-gradient(120deg, rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(30deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: auto, auto, 80px 80px, 80px 80px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: clamp(44px, 8vw, 100px); align-items: center; }
.hero-copy { max-width: 660px; }
.hero-kicker, .section-kicker { margin: 0 0 16px; color: var(--landing-brand); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-kicker { display: flex; align-items: center; gap: 10px; color: #9de1d8; }
.hero-kicker span { width: 28px; height: 1px; background: currentColor; }
.hero h1 { max-width: 680px; margin: 0; font: 800 clamp(3rem, 6.8vw, 5.9rem)/.98 "Manrope", system-ui, sans-serif; letter-spacing: -.065em; }
.hero-lead { max-width: 610px; margin: 28px 0 0; color: rgba(255,255,255,.73); font-size: clamp(1.05rem, 1.8vw, 1.25rem); line-height: 1.65; }
.hero-actions, .cta-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.landing-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.landing-button:hover { transform: translateY(-2px); }
body.landing .landing-button--primary { color: #113d38; background: #a5e6dd; box-shadow: 0 14px 32px rgba(0,0,0,.18); }
.landing-button--primary:hover { background: #c3f1eb; }
body.landing .landing-button--secondary { color: #fff; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.06); }
.landing-button--secondary:hover { background: rgba(255,255,255,.12); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 12px 20px; margin: 28px 0 0; padding: 0; color: rgba(255,255,255,.66); list-style: none; font-size: .82rem; }
.hero-trust i { margin-right: 7px; color: #8edbcf; }

.hero-showcase { position: relative; min-height: 490px; }
.showcase-orbit { position: absolute; inset: 12% 5%; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; transform: rotate(-12deg); }
.showcase-orbit::before, .showcase-orbit::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.showcase-orbit::before { inset: 12%; }.showcase-orbit::after { inset: 26%; }
.showcase-card, .showcase-note { position: absolute; display: flex; align-items: center; gap: 14px; color: var(--landing-ink); background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.5); box-shadow: 0 24px 50px rgba(0,0,0,.2); backdrop-filter: blur(14px); }
.showcase-card { padding: 18px; border-radius: 22px; }
.showcase-card img { width: 54px; height: 54px; object-fit: contain; }
.showcase-card strong, .showcase-card small { display: block; }.showcase-card small { margin-top: 3px; color: var(--landing-muted); font-size: .78rem; }
.showcase-card--main { inset: 22% 8% auto 10%; min-height: 150px; padding: 28px; transform: rotate(-2deg); }
.showcase-card--main img { width: 88px; height: 88px; }.showcase-card--main strong { font: 800 1.5rem "Manrope", sans-serif; }
.showcase-label { position: absolute; top: 15px; right: 16px; padding: 5px 9px; border-radius: 999px; color: var(--landing-brand); background: var(--landing-brand-soft); font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.showcase-card--games { inset: auto 0 10% auto; transform: rotate(3deg); }
.showcase-card--capsules { inset: 4% auto auto 1%; transform: rotate(-5deg); }
.showcase-icon { width: 52px; height: 52px; display: inline-flex; align-items: center; justify-content: center; border-radius: 16px; color: #fff; background: var(--landing-warm); font-size: 1.4rem; }
.showcase-note { inset: auto auto 0 10%; padding: 12px 15px; border-radius: 14px; color: rgba(255,255,255,.85); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.14); box-shadow: none; font-size: .76rem; }

.principles-strip { background: #fff; border-bottom: 1px solid var(--landing-line); }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.principles-grid div { display: grid; gap: 3px; padding: 25px 28px; border-right: 1px solid var(--landing-line); }.principles-grid div:last-child { border-right: 0; }
.principles-grid strong { font-size: .85rem; }.principles-grid span { color: var(--landing-muted); font-size: .8rem; }

.landing-section { padding: clamp(74px, 9vw, 120px) 0; scroll-margin-top: 78px; }
.section-heading { max-width: 720px; margin-bottom: 38px; }.section-heading h2, .experience-copy h2, .trust-grid h2 { margin: 0; font: 800 clamp(2.2rem, 4.7vw, 4rem)/1.08 "Manrope", system-ui, sans-serif; letter-spacing: -.055em; }.section-heading > p:last-child, .experience-copy > p, .trust-copy > p { margin: 18px 0 0; color: var(--landing-muted); font-size: 1.05rem; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-card { min-height: 430px; display: flex; flex-direction: column; padding: 28px; overflow: hidden; color: inherit; background: #fff; border: 1px solid var(--landing-line); border-radius: 28px; box-shadow: 0 16px 38px rgba(19,55,50,.07); text-decoration: none; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.product-card:hover { transform: translateY(-6px); border-color: #b9d7d2; box-shadow: var(--landing-shadow); }
.product-card--featured { background: linear-gradient(155deg, #e6f5f2, #fff 72%); }.product-card--warm { background: linear-gradient(155deg, #fff0e7, #fff 72%); }
.product-card__top { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.product-pill { padding: 6px 10px; color: var(--landing-brand); background: var(--landing-brand-soft); border-radius: 999px; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }.product-pill--blue { color: #3f5c91; background: #e8eef9; }.product-pill--warm { color: #9c4f29; background: #fde5d7; }
.product-arrow { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; color: var(--landing-muted); border: 1px solid var(--landing-line); border-radius: 50%; }
.product-logo { height: 104px; display: flex; align-items: center; margin-top: 26px; }.product-logo img { width: 92px; height: 92px; object-fit: contain; }.product-logo--maalob img { width: 104px; height: 104px; }.product-logo--icon { width: 88px; height: 88px; justify-content: center; color: #fff; background: var(--landing-warm); border-radius: 26px; font-size: 2rem; }
.product-card h3 { margin: 18px 0 8px; font: 800 1.55rem "Manrope", sans-serif; letter-spacing: -.03em; }.product-card p { margin: 0; color: var(--landing-muted); }.product-link { margin-top: auto; padding-top: 24px; color: var(--landing-brand); font-size: .86rem; font-weight: 800; }

.experience-section { background: #edf4f2; }
.experience-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr); gap: clamp(45px, 8vw, 110px); align-items: center; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 25px; color: var(--landing-brand); font-weight: 800; text-decoration: none; }.text-link span { transition: transform .2s ease; }.text-link:hover span { transform: translateX(4px); }
.experience-list { display: grid; gap: 12px; }.experience-list article { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 22px; background: rgba(255,255,255,.76); border: 1px solid #d7e5e2; border-radius: 20px; }.experience-list article > span { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 13px; color: var(--landing-brand); background: var(--landing-brand-soft); font-size: .76rem; font-weight: 800; }.experience-list h3 { margin: 0 0 4px; font-size: 1rem; }.experience-list p { margin: 0; color: var(--landing-muted); font-size: .9rem; }

.games-section { color: #fff; background: #112421; }.section-heading--light .section-kicker { color: #8fd9ce; }.section-heading--light > p:last-child { color: rgba(255,255,255,.64); }
.game-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.game-card { min-height: 280px; display: grid; grid-template-columns: 150px 1fr; gap: 26px; align-items: center; padding: 28px; overflow: hidden; color: #fff; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; text-decoration: none; transition: transform .2s ease, border-color .2s ease; }.game-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.28); }.game-card img { width: 140px; height: 140px; object-fit: contain; filter: drop-shadow(0 16px 20px rgba(0,0,0,.22)); }.game-card span { color: rgba(255,255,255,.62); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }.game-card h3 { margin: 6px 0; font: 800 1.5rem "Manrope", sans-serif; }.game-card p { margin: 0; color: rgba(255,255,255,.66); font-size: .88rem; }.game-card strong { display: block; margin-top: 18px; color: #a7e5dc; font-size: .8rem; }.game-card--ollin { background: linear-gradient(135deg, #1b3c36, #284a43); }.game-card--mexa { background: linear-gradient(135deg, #3e2824, #58352d); }.game-card--maze { background: linear-gradient(135deg, #24354c, #304b65); }.game-card--learn { background: linear-gradient(135deg, #3d3156, #51416c); }

.trust-section { background: #fff; }.trust-grid { display: grid; grid-template-columns: minmax(0,.75fr) minmax(0,1.25fr); gap: clamp(45px, 9vw, 120px); }.trust-points { display: grid; gap: 10px; margin-top: 26px; }.trust-points span { display: flex; align-items: center; gap: 12px; padding: 14px 16px; background: var(--landing-surface); border: 1px solid var(--landing-line); border-radius: 15px; font-size: .88rem; }.trust-points i { width: 22px; color: var(--landing-brand); text-align: center; }
.landing-cta { padding: 0 0 clamp(70px, 8vw, 110px); background: #fff; }.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: clamp(32px, 5vw, 58px); color: #fff; background: linear-gradient(135deg, #0d4943, #102e2a); border-radius: 32px; }.cta-panel p { margin: 0 0 8px; color: #91dacf; font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }.cta-panel h2 { max-width: 600px; margin: 0; font: 800 clamp(1.9rem,4vw,3.1rem)/1.1 "Manrope", sans-serif; letter-spacing: -.05em; }.cta-actions { margin: 0; flex: 0 0 auto; }body.landing .landing-button--light { color: #123d38; background: #fff; }body.landing .landing-button--outline-light { color: #fff; border-color: rgba(255,255,255,.3); }

.site-footer { padding: 42px 0; color: rgba(255,255,255,.7); background: #0b1b19; }.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; }.footer-brand { display: flex; align-items: center; gap: 12px; }.footer-brand img { width: 46px; height: 46px; object-fit: contain; filter: brightness(0) invert(1); }.footer-brand strong, .footer-brand span { display: block; }.footer-brand strong { color: #fff; font: 800 1.1rem "Manrope", sans-serif; }.footer-brand span { font-size: .78rem; }.site-footer nav { display: flex; gap: 18px; }.site-footer nav a { color: rgba(255,255,255,.72); font-size: .82rem; font-weight: 700; text-decoration: none; }.site-footer nav a:hover { color: #fff; }.footer-meta { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 16px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .74rem; }

@media (max-width: 980px) {
    .hero { min-height: auto; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 760px; }.hero-showcase { width: min(600px, 100%); margin: 0 auto; }.product-grid { grid-template-columns: 1fr 1fr; }.product-card:last-child { grid-column: 1 / -1; min-height: 340px; }.experience-grid, .trust-grid { grid-template-columns: 1fr; }.game-card { grid-template-columns: 110px 1fr; }.game-card img { width: 104px; height: 104px; }.cta-panel { align-items: flex-start; flex-direction: column; }.footer-grid { grid-template-columns: 1fr; }.site-footer nav { flex-wrap: wrap; }
}
@media (max-width: 700px) {
    .landing-container { width: min(100% - 28px, 1180px); }.hero { padding-top: calc(var(--nav-height,68px) + 55px); }.hero h1 { font-size: clamp(2.7rem, 14vw, 4.2rem); }.hero-actions { align-items: stretch; flex-direction: column; }.landing-button { width: 100%; }.hero-trust { display: grid; gap: 8px; }.hero-showcase { min-height: 390px; }.showcase-card--main { inset: 22% 3% auto; }.showcase-card--capsules { inset: 2% auto auto 1%; }.showcase-card--games { inset: auto 0 8% auto; }.showcase-note { display: none; }.principles-grid { grid-template-columns: 1fr; padding-block: 8px; }.principles-grid div { padding: 14px 4px; border-right: 0; border-bottom: 1px solid var(--landing-line); }.principles-grid div:last-child { border-bottom: 0; }.product-grid { grid-template-columns: 1fr; }.product-card, .product-card:last-child { grid-column: auto; min-height: 390px; }.game-grid { grid-template-columns: 1fr; }.game-card { min-height: 240px; }.cta-actions { width: 100%; }.footer-meta { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 430px) {
    .showcase-card { padding: 14px; }.showcase-card--main { min-height: 130px; padding: 20px; }.showcase-card--main img { width: 72px; height: 72px; }.showcase-card--games { max-width: 220px; }.game-card { grid-template-columns: 82px 1fr; gap: 16px; padding: 20px; }.game-card img { width: 78px; height: 78px; }.product-card { padding: 22px; border-radius: 23px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.landing-button, .product-card, .game-card, .text-link span { transition: none; } }
