/* Alma Apps 3.0 / local, mobile-first components; no framework or remote fonts. */
:root{--ink:#102c45;--muted:#536775;--navy:#112f4d;--paper:#fbfaf6;--mint:#e5f0e9;--line:#dfe5e6;--yellow:#f4dd8d;--radius:26px;--header:82px;--font:"Avenir Next","Segoe UI","Trebuchet MS",Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header) + 24px)}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 var(--font);-webkit-font-smoothing:antialiased}body.has-dialog{overflow:hidden}[hidden]{display:none!important}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}a,button{-webkit-tap-highlight-color:transparent}button:disabled{cursor:default}img,video,svg{display:block;max-width:100%}img{height:auto}h1,h2,h3,h4,p,figure{margin:0}h1,h2,h3,h4{line-height:1.12;letter-spacing:-.04em;font-weight:700}h2{font-size:clamp(2rem,3.65vw,3.55rem)}p{text-wrap:pretty}.container{width:min(1280px,calc(100% - 96px));margin-inline:auto}.section{padding:104px 0}.icon{width:24px;height:24px;flex-shrink:0}.eyebrow{text-transform:uppercase;font-size:.69rem;letter-spacing:.13em;font-weight:700;line-height:1.6;margin-bottom:20px}.text-soft{color:#5b7d76}::selection{background:var(--yellow);color:var(--ink)}:focus-visible{outline:3px solid #317b70;outline-offset:5px;border-radius:4px}.hero :focus-visible,.last-call :focus-visible{outline-color:var(--yellow)}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.skip-link{position:fixed;top:-100px;left:18px;z-index:100;background:var(--yellow);padding:12px 22px;border-radius:10px;font-weight:700}.skip-link:focus{top:12px}.text-link{display:inline-flex;align-items:center;gap:14px;min-height:44px;font-size:.9rem;font-weight:700;line-height:1.5;padding:8px 0}.text-link .icon{width:20px;height:20px;transition:transform .25s}.text-link:hover .icon{transform:translateX(5px)}.text-link:hover{text-decoration:underline;text-underline-offset:5px}
/* Header: language choices remain visible even on the smallest phone. */
.site-header{position:sticky;top:0;z-index:30;background:#fbfaf6f7;border-bottom:1px solid #e5e8e5;backdrop-filter:blur(14px)}.header-inner{display:flex;align-items:center;min-height:var(--header);gap:28px}.brand{display:inline-flex;align-items:center;gap:10px;flex-shrink:0}.brand img{width:44px;height:43px;object-fit:contain}.brand>span{font-size:27px;font-weight:750;letter-spacing:-.055em;line-height:1}.brand-light{font-weight:400;color:#647581}.main-nav{display:flex;align-items:center;gap:28px;margin-left:auto;font-size:.84rem;font-weight:600}.main-nav>a{display:inline-flex;align-items:center;min-height:44px}.main-nav>a:hover{text-decoration:underline;text-underline-offset:5px}.main-nav .nav-cta{background:var(--navy);color:#fff;padding:10px 18px;border-radius:50px;gap:16px}.nav-cta .icon{width:17px;height:17px}.language-switch{display:flex;align-items:center;gap:2px;padding:3px;border:1px solid #d9e2df;border-radius:50px;flex-shrink:0}.language-switch a{display:grid;place-items:center;min-width:43px;height:42px;font-size:.74rem;font-weight:750;border-radius:50px;transition:background .2s,color .2s}.language-switch a:hover{background:#e2eee8}.language-switch a[aria-current]{background:#dcebe3;color:#234f45}.language-switch a:focus-visible{outline-offset:0}
/* Let the video be the hero. No opacity reduction and no full-frame color wash. */
.hero{position:relative;isolation:isolate;height:min(76svh,780px);min-height:530px;color:#fff;background:#183749;overflow:hidden;display:flex;align-items:flex-end}.hero-media,.hero-shade{position:absolute;inset:0;z-index:-2}.hero-media video{width:100%;height:100%;object-fit:cover;object-position:center center;opacity:1}.hero-shade{z-index:-1;pointer-events:none;background:linear-gradient(0deg,rgba(5,21,36,.91) 0%,rgba(5,21,36,.68) 16%,rgba(5,21,36,.12) 43%,transparent 64%)}.hero-controls{position:absolute;top:24px;left:0;right:0;display:flex;justify-content:flex-end}.video-toggle{display:inline-flex;align-items:center;gap:9px;min-height:44px;padding:10px 16px;background:#091d32b8;border:1px solid #ffffff5e;backdrop-filter:blur(8px);color:#fff;border-radius:40px;font-size:.73rem}.video-toggle .icon{width:15px;height:15px}.video-toggle:hover{background:#091d32ed}.hero-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;padding:0 0 43px}.hero-copy{max-width:900px;animation:hero-enter .95s cubic-bezier(.2,.8,.2,1) both}.hero-eyebrow{color:#f0f4ed;font-size:.68rem;letter-spacing:.17em;margin-bottom:17px}.hero h1{font-size:clamp(2.6rem,5vw,4.8rem);letter-spacing:-.045em;line-height:1.045;font-weight:650;text-shadow:0 2px 25px #0003}.hero h1>span{color:#f4e6b3}.watch-link{display:flex;align-items:center;gap:13px;min-height:48px;font-size:.82rem;font-weight:600;flex-shrink:0;margin-bottom:5px}.watch-icon{width:48px;height:48px;display:grid;place-items:center;border:1px solid #ffffff73;border-radius:50%;background:#ffffff12;transition:transform .3s,background .3s}.watch-icon .icon{width:19px;height:19px;margin-left:-2px}.watch-link:hover .watch-icon{transform:scale(1.1);background:#ffffff29}
/* Direct store choices immediately below the picture, not on top of the video. */
.download-rail{background:#fff;border-bottom:1px solid var(--line)}.download-inner{display:flex;align-items:center;justify-content:space-between;gap:36px;padding:24px 0}.download-copy{max-width:440px;min-width:0}.download-copy h2{font-size:1.27rem;line-height:1.3;letter-spacing:-.025em}.download-copy p{font-size:.83rem;color:var(--muted);margin-top:7px}.download-actions{min-width:440px}.hero-links{display:grid;grid-template-columns:1fr 1fr;gap:13px}.platform-note{font-size:.67rem;color:var(--muted);margin-top:9px;text-align:center}.play-link{display:flex;align-items:center;gap:12px;border-radius:15px;background:var(--navy);color:#fff;min-height:68px;padding:13px 17px;min-width:0;transition:transform .22s,box-shadow .22s,background .22s;position:relative}.play-link:hover{transform:translateY(-3px);background:#234e69;box-shadow:0 10px 23px #132f4d20}.play-link:active{transform:translateY(0)}.play-link>.icon{width:18px;height:18px;margin-left:auto;transition:transform .22s}.play-link:hover>.icon{transform:translate(2px,-2px)}.play-link-text{display:flex;flex-direction:column;gap:2px;min-width:0}.play-link strong{font-size:1rem;font-weight:650;line-height:1.3}.play-link small{font-size:.68rem;font-weight:400;line-height:1.5;color:#e9f0f3}.language-mark{display:grid;place-items:center;min-width:33px;height:33px;font-size:.65rem;font-weight:750;letter-spacing:.035em;border:1px solid #d6e1ea66;border-radius:50%}.play-link-light{background:var(--paper);color:var(--ink)}.play-link-light small{color:#526c77}.play-link-light .language-mark{border-color:#becdd0}.play-link-light:hover{background:#e7f0e8}
.topics{border-bottom:1px solid var(--line);background:#f3f5ef}.topic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;padding:26px 0}.topic-grid>p{display:flex;align-items:center;justify-content:center;gap:14px;font-size:.8rem;font-weight:550}.topic-grid>p+p{border-left:1px solid #d5ded7}.topic-type{font-size:1.28rem;font-weight:700;letter-spacing:-.04em;color:#557c69;line-height:1}.topic-type .icon{width:22px;height:22px}.topic-grid>p:nth-child(2) .topic-type{color:#8d7233}.topic-grid>p:nth-child(3) .topic-type{color:#ae765a}.topic-grid>p:nth-child(4) .topic-type{color:#617ca3}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:60px;margin-bottom:42px}.section-heading>div{max-width:760px}.section-heading>p{max-width:330px;font-size:.98rem;line-height:1.8;color:var(--muted);padding-bottom:5px}.app-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.app-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:32px;min-width:0;transition:box-shadow .3s,border-color .3s}.app-card:hover{border-color:#bfd5ca;box-shadow:0 16px 40px #263f4a09}.app-heading{display:flex;align-items:center;gap:16px}.app-icon{width:64px;height:64px;border-radius:17px;object-fit:contain;flex-shrink:0}.app-heading>div{min-width:0;flex:1}.app-heading h3{font-size:clamp(1.3rem,2vw,2rem);line-height:1.18}.app-series{font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;font-weight:650;color:var(--muted);margin-bottom:7px}.locale-pill{border:1px solid #dce5df;padding:6px 10px;border-radius:50px;font-size:.65rem;color:#4c6c60;flex-shrink:0}.app-description{font-size:.94rem;line-height:1.8;color:var(--muted);margin-top:24px;min-height:82px}.app-action{margin-top:24px}.app-action .play-link{max-width:100%}.app-disclosure{font-size:.68rem;color:var(--muted);margin-top:9px}.app-screen{display:block;position:relative;margin-top:27px;border-radius:16px;overflow:hidden;background:#e2efdf;aspect-ratio:16/10}.app-screen img{width:100%;height:100%;object-fit:contain;transition:transform .5s}.app-screen:hover img{transform:scale(1.025)}.zoom-cue{position:absolute;right:12px;bottom:12px;width:35px;height:35px;display:grid;place-items:center;border:1px solid #dbe4dd;border-radius:50%;background:#fffffff2;color:var(--ink);box-shadow:0 3px 14px #162f4120}.zoom-cue .icon{width:17px;height:17px}.qr-details{margin-top:21px}.qr-details summary{list-style:none;display:flex;align-items:center;gap:10px;font-size:.77rem;min-height:44px;cursor:pointer;color:#4d6775}.qr-details summary>.icon{width:19px;height:19px}.qr-details summary>span{margin-left:auto;font-size:1.2rem}.qr-details[open] summary>span{transform:rotate(45deg)}summary::-webkit-details-marker{display:none}summary::marker{content:""}.qr-panel{display:flex;align-items:center;gap:20px;padding-top:13px}.qr-panel img{width:126px;height:126px;flex-shrink:0;background:#fff}.qr-panel p{font-size:.8rem;line-height:1.75;color:var(--muted)}.store-note{font-size:.78rem;line-height:1.85;color:var(--muted);text-align:center;margin-top:27px}.store-note a,.faq p a{text-decoration:underline;text-underline-offset:3px}
/* sample-5 is a campaign visual, separated from all interactive screenshots. */
.promo-section{background:#fff;overflow:hidden;padding:82px 0}.promo-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:72px;align-items:center}.promo-art{position:relative;isolation:isolate;padding:34px 0;min-width:0}.promo-tablet{width:100%;position:relative;z-index:1;animation:tablet-float 7s ease-in-out infinite;animation-play-state:paused;mix-blend-mode:multiply}.promo-art.art-active .promo-tablet{animation-play-state:running}.promo-orbit{position:absolute;width:90%;aspect-ratio:1;top:50%;left:5%;transform:translateY(-50%);border:1px solid #c6ddd1;border-radius:50%;z-index:-1;background:radial-gradient(circle,#ecf6eccc 30%,#fff0 70%)}.promo-orbit::after{content:"";position:absolute;inset:-18px;border:1px dashed #dee9de;border-radius:50%}.promo-spark{position:absolute;top:4%;right:7%;color:#bd9343;z-index:2;animation:spark-turn 12s ease-in-out infinite;animation-play-state:paused}.promo-spark .icon{width:42px;height:42px;stroke-width:1.1}.art-active .promo-spark{animation-play-state:running}.promo-chips{position:absolute;bottom:5px;right:28px;z-index:2;display:flex;gap:9px}.promo-chips span{display:grid;place-items:center;width:57px;height:57px;font-size:1.3rem;font-weight:750;letter-spacing:-.02em;background:#e3eddb;border-radius:16px;box-shadow:0 5px 0 #c9dbc2;transform:rotate(-7deg)}.promo-chips span:nth-child(2){background:#f3e2b3;box-shadow:0 5px 0 #e2ca8e;transform:rotate(7deg) translateY(-7px)}.promo-chips span:nth-child(3){background:#e4ecf4;box-shadow:0 5px 0 #c3d5e6;transform:rotate(-3deg)}.promo-copy>p:not(.eyebrow){color:var(--muted);font-size:.97rem;line-height:1.9;margin-top:24px;max-width:470px}.promo-copy h2{font-size:clamp(2rem,3.1vw,3.2rem)}.promo-tags{display:flex;gap:16px;margin:24px 0 10px;font-weight:700;font-size:.84rem;color:#5b7d69}.promo-tags span+span::before{content:"·";margin-right:16px;color:#a1b4aa}
.explore-section{background:#eaf1eb}.feature{display:grid;grid-template-columns:1fr 1.12fr;gap:44px;align-items:center;background:#fbfaf6;border:1px solid #dbe5db;border-radius:var(--radius);padding:48px;overflow:hidden}.feature-copy{max-width:460px}.feature-number{font-size:.64rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#5b776d}.feature-copy h3{font-size:clamp(1.8rem,2.65vw,2.65rem);margin-top:25px;line-height:1.2}.feature-copy>p{font-size:.95rem;line-height:1.85;color:var(--muted);margin-top:22px}.feature-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.feature-tags span{font-size:.71rem;border:1px solid #d9e2d6;border-radius:40px;padding:6px 11px;color:#537264}.feature-copy .text-link{margin-top:18px}.feature-screen{position:relative;display:block;min-width:0;transform:rotate(-3deg);transition:transform .4s}.feature-screen:hover{transform:rotate(-1deg) translateY(-4px)}.feature-screen img{width:100%}.gallery-heading{display:flex;align-items:center;justify-content:space-between;gap:26px;margin:43px 0 23px}.gallery-heading h3{font-size:1.5rem}.gallery-heading p{font-size:.78rem;color:#4c675d}.swipe-hint{display:none}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.gallery-card{min-width:0;background:#fff;border:1px solid #dce6dc;border-radius:20px;overflow:hidden;transition:transform .3s,box-shadow .3s}.gallery-card:hover{transform:translateY(-4px);box-shadow:0 13px 27px #203e3210}.gallery-card>a{position:relative;display:block;aspect-ratio:16/11;background:#fff;overflow:hidden}.gallery-card img{width:100%;height:100%;object-fit:contain;transition:transform .4s}.gallery-card a:hover img{transform:scale(1.035)}.gallery-card figcaption{padding:23px 20px}.gallery-card h4{font-size:1.07rem;line-height:1.3}.gallery-card p{font-size:.79rem;color:var(--muted);line-height:1.75;margin-top:8px}.screenshot-note{font-size:.73rem;line-height:1.8;color:#4e6a5d;margin-top:22px}
.parents-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px}.parents-intro{font-size:.96rem;color:var(--muted);max-width:320px;margin-top:26px}.parents-grid .text-link{margin-top:18px}.faq details{border-bottom:1px solid var(--line)}.faq details:first-child{border-top:1px solid var(--line)}.faq summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:28px;cursor:pointer;font-size:.98rem;font-weight:600;min-height:83px;line-height:1.5;padding:20px 0}.faq summary .icon{width:18px;height:18px;transition:transform .3s}.faq details[open] summary .icon{transform:rotate(45deg)}.faq details>p{font-size:.91rem;line-height:1.85;color:var(--muted);padding:0 34px 26px 0}.faq details[open]>p{animation:answer-enter .35s ease-out}.last-call{position:relative;overflow:hidden;isolation:isolate;background:var(--navy);color:#fff;text-align:center;padding:77px 0}.last-call .eyebrow{color:#d8e7dc}.last-call h2{font-size:clamp(2rem,3.3vw,3.3rem);max-width:960px;margin:auto}.last-call h2+p{font-size:.97rem;color:#d7e2e7;margin-top:24px}.last-links{display:flex;justify-content:center;gap:16px;margin:30px auto 0;max-width:580px}.last-links .play-link{flex:1;text-align:left}.last-spark{position:absolute;right:6%;top:40px;opacity:.23;z-index:-1}.last-spark .icon{width:160px;height:160px;stroke-width:.5}
.site-footer{padding:42px 0 20px;background:#f3f3ed}.footer-main{display:flex;align-items:center;justify-content:space-between;gap:34px;padding-bottom:28px}.footer-main>div>p{font-size:.82rem;color:var(--muted);margin-top:14px}.footer-links{display:flex;align-items:center;gap:28px;font-size:.82rem;font-weight:550}.footer-links a{display:inline-flex;align-items:center;gap:6px;min-height:44px}.footer-links .icon{width:15px;height:15px}.footer-links a:hover,.footer-bottom a:hover{text-decoration:underline;text-underline-offset:4px}.footer-preferences{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:19px 0;border-top:1px solid #dee4dc;color:var(--muted)}.footer-preferences>p{font-size:.68rem;max-width:700px;line-height:1.9}.footer-preferences a{text-decoration:underline;text-underline-offset:3px;display:inline-block;min-height:30px;line-height:30px}.motion-toggle{display:inline-flex;align-items:center;gap:7px;min-height:44px;padding:8px 13px;border:1px solid #d6dfd5;border-radius:40px;background:#fff9;font-size:.7rem;white-space:nowrap}.motion-toggle .icon{width:13px;height:13px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:28px;border-top:1px solid #dee4dc;padding-top:13px;font-size:.67rem;color:var(--muted);line-height:1.8}.footer-bottom>a{display:inline-flex;align-items:center;min-height:44px;flex-shrink:0}.mobile-dock{display:none}
/* Native, keyboard-accessible full-screen viewers; downloads remain ordinary links. */
.lightbox,.video-dialog{width:min(1050px,calc(100% - 50px));max-height:calc(100svh - 50px);margin:auto;padding:23px;border:1px solid #dce4e2;border-radius:24px;background:var(--paper);color:var(--ink);box-shadow:0 30px 100px #0515235c;overscroll-behavior:contain}.lightbox::backdrop,.video-dialog::backdrop{background:#051626cc;backdrop-filter:blur(6px)}.dialog-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.dialog-head h2{font-size:1.15rem;letter-spacing:-.02em}.icon-button{display:grid;place-items:center;width:44px;height:44px;border:1px solid #d4dfda;border-radius:50%;background:#fff;flex-shrink:0;font-size:1.4rem}.icon-button .icon{width:20px;height:20px}.icon-button:hover{background:#e8f0e8}.lightbox-image-wrap{background:#e8eee7;border-radius:12px;display:grid;place-items:center;min-height:80px}.lightbox-image-wrap img{width:auto;max-width:100%;max-height:calc(100svh - 235px);object-fit:contain}.lightbox-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px}.lightbox-footer p{font-size:.84rem;line-height:1.7;text-align:center;color:var(--muted)}.video-dialog video{width:100%;max-height:calc(100svh - 245px);object-fit:contain;background:#071627;border-radius:10px}.dialog-apps{display:flex;justify-content:center;gap:16px;margin:20px auto 0;max-width:620px}.dialog-apps .play-link{flex:1}.lightbox>p,.video-dialog>p{font-size:.85rem;padding-block:16px}.lightbox>p a{text-decoration:underline}.utility-card{width:min(650px,calc(100% - 42px));margin:100px auto;padding:48px 0;min-height:40vh}.utility-card h1{font-size:2.7rem}.utility-card>p:not(.eyebrow){margin-top:24px;color:var(--muted)}.utility-card .text-link{margin-top:23px}
/* Deliberate motion, with one global off-switch and system preference support. */
@keyframes hero-enter{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:none}}@keyframes reveal-enter{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@keyframes answer-enter{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}@keyframes tablet-float{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-12px) rotate(.7deg)}}@keyframes spark-turn{0%,100%{transform:rotate(0) scale(1)}50%{transform:rotate(70deg) scale(.85)}}@keyframes dock-enter{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.reveal-enter{animation:reveal-enter .7s cubic-bezier(.2,.7,.2,1) both}.app-card:nth-child(2).reveal-enter{animation-delay:.09s}.promo-copy.reveal-enter{animation-delay:.12s}.motion-off *,.motion-off *::before,.motion-off *::after{animation:none!important;transition:none!important}html:has(.motion-off){scroll-behavior:auto}
@media(max-width:1150px){.container{width:calc(100% - 64px)}.main-nav{gap:18px;font-size:.78rem}.header-inner{gap:20px}.section{padding:85px 0}.section-heading{gap:34px}.app-card{padding:26px}.locale-pill{display:none}.promo-grid{gap:42px}.feature{padding:36px;gap:34px}.gallery{grid-template-columns:1fr 1fr}.parents-grid{gap:60px}.download-actions{min-width:400px}.hero h1{font-size:clamp(2.6rem,5.4vw,4.1rem)}}
@media(max-width:900px){.main-nav{display:none}.language-switch{margin-left:auto}.download-inner{gap:22px}.download-actions{min-width:360px}.download-copy h2{font-size:1.15rem}.download-copy p{font-size:.75rem}.play-link{padding:12px 13px;gap:9px}.language-mark{display:none}.section-heading{align-items:flex-start}.section-heading>p{max-width:260px;font-size:.9rem}.app-heading h3{font-size:1.5rem}.app-icon{width:53px;height:53px;border-radius:13px}.app-description{min-height:136px}.promo-copy h2{font-size:2rem}.promo-grid{gap:28px}.feature{gap:28px}.feature-copy h3{font-size:1.8rem}.footer-links{gap:19px}.hero h1{font-size:clamp(2.6rem,5.15vw,3.7rem)}}
@media(max-width:700px){
 :root{--header:68px;--radius:23px}.container{width:calc(100% - 40px)}.section{padding:61px 0}.header-inner{gap:16px}.brand{gap:8px}.brand img{width:36px;height:35px}.brand>span{font-size:24px}.language-switch{gap:0;padding:2px}.language-switch a{min-width:40px;height:40px;font-size:.71rem}.eyebrow{font-size:.62rem;letter-spacing:.11em;margin-bottom:18px}h2{font-size:clamp(2rem,6vw,2.7rem)}
 .hero{height:56svh;min-height:340px;max-height:540px}.hero-shade{background:linear-gradient(0deg,#051524ed 0%,#05152494 21%,#05152408 54%,transparent 70%)}.hero-bottom{display:block;padding-bottom:27px}.hero-copy{max-width:100%}.hero h1{font-size:clamp(2.02rem,6vw,2.9rem);line-height:1.075;letter-spacing:-.04em}.hero-eyebrow{font-size:.56rem;margin-bottom:11px;letter-spacing:.13em}.hero-controls{top:17px}.video-toggle{padding:8px 11px;font-size:.65rem;min-height:44px;gap:6px}.video-toggle .icon{width:13px;height:13px}.watch-link{position:absolute;top:17px;left:20px;gap:8px;padding:5px 11px 5px 6px;margin:0;background:#091d32b8;border:1px solid #ffffff5e;backdrop-filter:blur(8px);border-radius:40px;min-height:44px;font-size:.65rem}.watch-icon{width:29px;height:29px;border:0;background:#ffffff19}.watch-icon .icon{width:14px;height:14px}.watch-link:hover .watch-icon{transform:none}
 .download-inner{display:block;padding:19px 0 15px}.download-copy{max-width:none}.download-copy h2{font-size:1.05rem;line-height:1.3}.download-copy>p{display:none}.download-actions{min-width:0;margin-top:13px}.hero-links{gap:10px}.play-link{padding:12px 13px;min-height:65px;gap:9px}.play-link strong{font-size:1rem}.play-link small{font-size:.65rem}.hero-links .play-link>.icon{width:16px;height:16px}.platform-note{font-size:.61rem;line-height:1.6;margin-top:9px}.topic-grid{grid-template-columns:1fr 1fr;gap:20px 12px;padding:25px 0}.topic-grid>p{justify-content:flex-start;font-size:.72rem;gap:10px}.topic-grid>p+p{border:0}.topic-grid>p:nth-child(even){border-left:1px solid #d8dfd6;padding-left:17px}.topic-type{font-size:1.15rem}.topic-type .icon{width:21px;height:21px}
 .section-heading{display:block;margin-bottom:27px}.section-heading>p{font-size:.92rem;max-width:520px;margin-top:22px;padding:0;line-height:1.85}.app-grid{grid-template-columns:1fr;gap:22px}.app-card{padding:24px}.app-heading{gap:13px}.app-heading h3{font-size:1.75rem;line-height:1.17}.app-icon{width:58px;height:58px}.app-series{font-size:.6rem}.app-description{min-height:0;font-size:.9rem;margin-top:20px;line-height:1.85}.app-action{margin-top:21px}.app-disclosure{font-size:.64rem}.app-screen{margin-top:21px;border-radius:13px}.qr-details{display:none}.store-note{text-align:left;font-size:.72rem;margin-top:22px}
 .promo-section{padding:47px 0 55px}.promo-grid{display:flex;flex-direction:column;gap:27px}.promo-art{width:100%;max-width:510px;padding:28px 0}.promo-copy{width:100%;padding-top:12px}.promo-copy h2{font-size:clamp(2rem,6vw,2.7rem)}.promo-copy>p:not(.eyebrow){font-size:.94rem;margin-top:23px;max-width:100%}.promo-tags{font-size:.8rem;margin-top:20px}.promo-chips span{width:46px;height:46px;border-radius:12px;font-size:1.1rem}.promo-chips{bottom:8px;right:18px}.promo-spark .icon{width:33px;height:33px}.promo-orbit{width:84%;left:8%}
 .feature{grid-template-columns:1fr;padding:28px;gap:37px}.feature-copy{max-width:none}.feature-number{font-size:.6rem}.feature-copy h3{font-size:2.05rem;max-width:400px;margin-top:20px}.feature-copy>p{font-size:.91rem;margin-top:20px}.feature-tags{gap:7px}.feature-tags span{font-size:.66rem;padding:5px 10px}.feature-copy .text-link{margin-top:12px}.feature-screen{margin:0 2px 9px}.gallery-heading{display:block;margin:34px 0 19px}.gallery-heading h3{font-size:1.3rem}.gallery-heading p{font-size:.7rem;margin-top:9px;line-height:1.9}.swipe-hint{display:inline}.gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:15px;padding:5px 2px 18px;scrollbar-width:thin;scrollbar-color:#8daba1 #dce7df}.gallery-card{flex:0 0 85%;scroll-snap-align:start}.gallery-card figcaption{padding:22px}.gallery-card h4{font-size:1.14rem}.gallery-card p{font-size:.83rem}.screenshot-note{font-size:.68rem;line-height:1.8;margin-top:13px}
 .parents-grid{grid-template-columns:1fr;gap:27px}.parents-grid h2 br{display:none}.parents-intro{max-width:none;margin-top:19px;font-size:.92rem}.parents-grid .text-link{margin-top:10px}.faq summary{font-size:.91rem;min-height:77px;gap:20px}.faq details>p{font-size:.87rem;padding-right:15px}.last-call{padding:52px 0}.last-call h2{font-size:2.2rem;line-height:1.2}.last-call h2+p{font-size:.89rem;margin-top:20px}.last-links{gap:10px;margin-top:25px}.last-links .play-link{text-align:left}.last-spark{right:-62px;top:12px}
 .site-footer{padding-top:35px}.footer-main{display:block;padding-bottom:22px}.footer-main>div>p{font-size:.77rem}.footer-links{gap:13px 20px;flex-wrap:wrap;margin-top:17px;font-size:.75rem}.footer-preferences{display:block;padding:16px 0}.footer-preferences>p{font-size:.67rem}.motion-toggle{margin-top:11px}.footer-bottom{display:block;font-size:.65rem;padding-top:14px}.footer-bottom>a{margin-top:5px}
 .mobile-dock{display:block;position:fixed;bottom:0;left:0;right:0;z-index:35;background:#fbfaf6fa;border-top:1px solid #dce1e6;backdrop-filter:blur(16px);box-shadow:0 -6px 25px #1128400d;padding:8px max(14px,env(safe-area-inset-right,0px)) calc(10px + env(safe-area-inset-bottom,0px)) max(14px,env(safe-area-inset-left,0px));animation:dock-enter .26s ease-out both}.dock-inner{max-width:660px;margin:auto}.dock-inner>p{font-size:.6rem;font-weight:650;letter-spacing:.015em;margin-bottom:6px;color:#4d6173}.dock-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dock-links .play-link{min-height:56px;padding:9px 12px;gap:7px}.dock-links .play-link small{font-size:.6rem}.dock-links .play-link strong{font-size:.9rem}.dock-links .play-link>.icon{width:15px;height:15px}.has-dialog .mobile-dock{display:none}body.dock-active{padding-bottom:105px;padding-bottom:calc(105px + env(safe-area-inset-bottom,0px))}
 .lightbox,.video-dialog{padding:15px;width:calc(100% - 20px);border-radius:17px;max-height:calc(100svh - 20px)}.dialog-head{margin-bottom:12px}.dialog-head h2{font-size:.96rem;line-height:1.35}.lightbox-footer{gap:10px}.lightbox-footer p{font-size:.72rem}.dialog-apps{gap:8px}.dialog-apps .play-link{padding:10px;min-width:0;flex:1}.dialog-apps .play-link strong{font-size:.85rem}.dialog-apps .play-link small{font-size:.61rem}.dialog-apps .play-link>.icon{display:none}.video-dialog video{max-height:calc(100svh - 255px)}.utility-card{margin-top:50px}
}
@media(max-width:380px){.container{width:calc(100% - 32px)}.brand{gap:6px}.brand img{width:31px;height:31px}.brand>span{font-size:21px}.language-switch a{min-width:39px;height:40px;font-size:.68rem}.header-inner{gap:9px}.hero{min-height:325px}.hero h1{font-size:1.8rem}.hero-controls{top:14px}.watch-link{left:16px;top:14px}.hero-links .play-link,.last-links .play-link{padding:11px 12px}.hero-links .play-link>.icon,.last-links .play-link>.icon,.dock-links .play-link>.icon{display:none}.play-link small{font-size:.62rem}.download-copy h2{font-size:.97rem}.platform-note{font-size:.56rem}.topic-grid>p{font-size:.65rem;gap:7px}.topic-grid>p:nth-child(even){padding-left:12px}.app-card{padding:21px}.app-heading h3{font-size:1.56rem}.app-icon{width:49px;height:49px}.feature{padding:24px}.feature-copy h3{font-size:1.9rem}.last-call h2{font-size:2rem}.promo-tags{gap:12px}.promo-tags span+span::before{margin-right:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.play-link:hover,.feature-screen:hover,.gallery-card:hover{transform:none}}
@media(forced-colors:active){.hero-shade{background:Canvas}.hero,.last-call{color:CanvasText}.hero h1>span,.hero-eyebrow{color:CanvasText}.play-link,.nav-cta,.icon-button,.video-toggle,.watch-link,.language-switch a,.motion-toggle{border:1px solid ButtonText}.play-link-text,.play-link small{color:LinkText}.promo-orbit,.promo-spark{display:none}}
@media print{body{padding:0!important}.site-header,.hero-media,.hero-shade,.hero-controls,.watch-link,.mobile-dock,.lightbox,.video-dialog,.zoom-cue,.qr-details,.motion-toggle{display:none!important}.container{width:100%}.hero,.last-call{background:#fff;color:#000;min-height:0;height:auto}.hero-bottom{padding:20px 0}.hero h1>span,.hero-eyebrow{color:#000}.section{padding:25px 0}.play-link{color:#000;background:#fff;border:1px solid #888}.play-link small{color:#000}.app-card,.feature,.gallery-card{break-inside:avoid}.gallery{display:grid;grid-template-columns:1fr 1fr;overflow:visible}.promo-tablet,.reveal-enter{animation:none!important;transform:none!important;opacity:1!important}}

@media(max-width:700px){.hero-links .play-link>.icon,.last-links .play-link>.icon,.dock-links .play-link>.icon{display:none}}
