:root{--ink:#17201d;--muted:#64706b;--green:#0d5c4b;--green-bright:#23836d;--green-pale:#e7f2ed;--paper:#f7f6f2;--soft:#eeeee8;--white:#fff;--line:#d9ddd8;--dark:#071813;--dark-card:#10271f;--kids-pink:#f8e9ef;--kids-blue:#e8f1f8;--kids-yellow:#f8f0da;--kids-purple:#eeeafb;--danger:#9d174d;--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}button,input,select,textarea{font:inherit;letter-spacing:0}a{color:inherit;text-decoration:none}img{display:block}.sr-only,main{overflow:hidden}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:80;height:72px;background:rgba(247,246,242,.96);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header__inner{width:min(var(--max),calc(100% - 48px));height:100%;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand{display:inline-flex;align-items:center;gap:10px;font-size:20px;font-weight:750}.brand__mark{width:34px;height:34px;display:grid;place-items:center;color:white;background:var(--green);border-radius:7px;font-family:Noto Naskh Arabic,serif;font-size:21px}.desktop-nav{display:flex;align-items:stretch;align-self:stretch;gap:30px}.desktop-nav a{position:relative;display:grid;place-items:center;color:#59635f;font-size:14px;font-weight:600}.desktop-nav a:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:transparent}.desktop-nav a.is-active,.desktop-nav a:hover{color:var(--ink)}.desktop-nav a.is-active:after{background:var(--green)}.header-actions{display:flex;align-items:center;gap:20px}.mobile-menu-button,.mobile-nav{display:none}.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 22px;color:white;background:var(--green);border:1px solid var(--green);border-radius:7px;font-weight:700;font-size:15px;transition:background .18s ease,color .18s ease,transform .18s ease;cursor:pointer}.button:hover{background:#08483b;transform:translateY(-1px)}.button--small{min-height:40px;padding:0 17px;font-size:14px}.button--light{color:var(--dark);background:white;border-color:white}.button--light:hover{color:white;background:var(--green-bright);border-color:var(--green-bright)}.button-row{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap;margin-top:34px}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:15px;font-weight:750}.text-link:hover svg{transform:translateX(3px)}.text-link svg{transition:transform .18s ease}.eyebrow{display:block;margin-bottom:20px;color:var(--green);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:0}.home-hero{min-height:940px;padding:104px 24px 0;background:var(--paper);text-align:center;border-bottom:1px solid var(--line)}.home-hero__copy{max-width:900px;margin:0 auto 68px}.home-hero h1{max-width:850px;margin:0 auto;font-size:72px;line-height:1.02;font-weight:730;letter-spacing:0}.home-hero__copy>p{max-width:650px;margin:28px auto 0;color:var(--muted);font-size:20px;line-height:1.6}.home-hero__visual{width:min(1120px,100%);height:560px;margin:auto;position:relative;overflow:hidden}.home-hero__facts{width:min(var(--max),100%);min-height:76px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-bottom:0;background:white}.home-hero__facts span{display:flex;align-items:center;justify-content:center;gap:10px;padding:22px;color:#4d5954;font-size:14px;font-weight:650}.home-hero__facts span+span{border-left:1px solid var(--line)}.home-hero__facts svg{color:var(--green)}.hero-composition{position:relative;width:100%;height:100%}.hero-composition__adult{position:absolute;z-index:3;width:230px;left:4%;top:92px;transform:rotate(-2deg)}.hero-composition__tablet{position:absolute;z-index:1;width:500px;left:50%;top:0;transform:translateX(-50%)}.hero-composition__kids{position:absolute;z-index:3;width:230px;right:4%;top:72px;transform:rotate(2deg)}.app-shot{width:100%;margin:0;overflow:hidden;background:white;border:8px solid #151917;box-shadow:0 28px 70px rgba(14,25,21,.18)}.app-shot img{width:100%;height:auto}.app-shot--phone{max-width:320px;border-radius:42px}.app-shot--tablet{max-width:680px;border-width:10px;border-radius:30px}.parent-preview{width:100%;max-width:760px;min-height:390px;padding:34px;background:white;border:10px solid #171a18;border-radius:24px;box-shadow:0 28px 60px rgba(21,38,31,.13)}.parent-preview__header{display:flex;align-items:center;justify-content:space-between;padding-bottom:25px;border-bottom:1px solid var(--line)}.parent-preview__header>div{display:grid;grid-gap:5px;gap:5px;text-align:left}.parent-preview__header span{color:var(--muted);font-size:11px}.parent-preview__header strong{font-size:20px}.avatar{width:36px;height:36px;display:grid;place-items:center;color:white!important;background:var(--green);border-radius:50%;font-weight:750}.parent-preview__stats{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line)}.parent-preview__stats div{padding:20px 8px;display:grid;grid-gap:5px;gap:5px;text-align:left}.parent-preview__stats div+div{border-left:1px solid var(--line)}.parent-preview__stats small{color:var(--muted);font-size:10px}.parent-preview__stats strong{font-size:20px}.progress-list{padding:10px 0}.progress-list>div{display:flex;align-items:center;gap:12px;min-height:62px;border-bottom:1px solid #e7e9e6;text-align:left}.progress-list__icon{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;background:var(--green-pale);color:var(--green);border-radius:7px}.progress-list p{flex:1 1;margin:0;display:grid;grid-gap:3px;gap:3px}.progress-list strong{font-size:12px}.progress-list small,.progress-list>div>span:last-child{color:var(--muted);font-size:10px}.parent-actions{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;padding-top:14px}.parent-actions div{min-height:56px;display:flex;align-items:center;gap:7px;padding:10px;border:1px solid var(--line);border-radius:7px;font-size:10px;font-weight:700}.phone{width:100%;max-width:300px;height:575px;padding:15px;position:relative;color:#202421;background:#151716;border:1px solid #292d2b;border-radius:42px;box-shadow:0 28px 55px rgba(7,24,19,.2)}.phone__speaker{position:absolute;z-index:2;top:22px;left:50%;width:88px;height:23px;transform:translateX(-50%);background:#111;border-radius:16px}.phone__screen{height:100%;padding:62px 20px 18px;display:flex;flex-direction:column;background:white;border-radius:31px;overflow:hidden}.phone__top{display:flex;justify-content:space-between;text-align:left}.phone__top>div{display:grid;grid-gap:5px;gap:5px}.phone__eyebrow{color:#89938e;font-size:9px}.phone__top strong{font-size:20px}.phone__score{color:#9a7119;display:flex;gap:4px;font-size:11px;font-weight:800}.lesson-panel{margin:22px 0 16px;padding:17px;background:var(--kids-pink);border:1px solid #e5cfd7;border-radius:8px;text-align:left}.lesson-panel__label{color:#8b5366;font-size:9px;font-weight:800;text-transform:uppercase}.arabic-sample{margin-top:15px;color:#171a18;font-family:Noto Naskh Arabic,serif;font-size:37px;line-height:1}.lesson-panel p{margin:8px 0 14px;color:#7b6b71;font-size:10px}.lesson-panel button{width:100%;min-height:38px;display:flex;align-items:center;justify-content:center;gap:6px;color:white;background:var(--green);border:0;border-radius:6px;font-size:10px;font-weight:800}.phone__section-title{display:flex;justify-content:space-between;margin:4px 0 8px;font-size:10px}.phone__section-title span{color:#919995;font-size:8px}.quick-lessons{display:grid;grid-template-columns:1fr 1fr;grid-gap:7px;gap:7px}.quick-lessons div{min-height:68px;display:grid;align-content:space-between;padding:10px;border:1px solid var(--line);border-radius:7px;text-align:left;font-size:9px;font-weight:750}.locked-row{display:flex;gap:9px;align-items:center;padding:10px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);text-align:left}.locked-row__icon{width:26px;height:26px;display:grid;place-items:center;color:#8b9691;background:#edf0ee;border-radius:6px}.locked-row div{display:grid;grid-gap:2px;gap:2px}.locked-row strong{font-size:9px}.locked-row small{color:#929b97;font-size:7px}.phone__tabbar{margin-top:auto;padding-top:12px;display:flex;justify-content:space-around;border-top:1px solid var(--line);font-size:9px;font-weight:750}.phone__tabbar span{display:flex;align-items:center;gap:4px}.quran-device-pair{width:min(100%,650px);height:570px;position:relative}.quran-device-pair__library{position:absolute;width:225px;left:5%;top:54px;transform:rotate(-2deg)}.quran-device-pair__reader{position:absolute;z-index:2;width:275px;right:9%;top:0;transform:rotate(1.5deg)}.listening-device-pair{width:min(100%,650px);height:600px;position:relative}.listening-device-pair__library{position:absolute;width:225px;left:3%;top:64px;transform:rotate(-2deg)}.listening-device-pair__player{position:absolute;z-index:2;width:285px;right:7%;top:0;transform:rotate(1.5deg)}.kids-listening-pair{width:min(100%,700px);height:620px;position:relative}.kids-listening-pair__library{position:absolute;width:470px;left:0;top:0;transform:rotate(-1deg)}.kids-listening-pair__player{position:absolute;z-index:2;width:440px;right:0;top:78px;transform:rotate(1.2deg)}.comparison-section,.language-stage,.path-section,.reciter-stage{width:min(var(--max),calc(100% - 48px));margin:0 auto;padding:140px 0}.section-intro{max-width:720px}.family-stage h2,.feature-stage h2,.kids-stage h2,.listening-stage h2,.progress-stage h2,.quran-stage h2,.section-intro h2{margin:0;font-size:48px;line-height:1.08;letter-spacing:0}.family-stage p,.feature-stage p,.kids-stage p,.listening-stage p,.progress-stage p,.quran-stage p,.section-intro p{color:var(--muted);font-size:18px;line-height:1.65}.journey-list{margin:72px 0 38px;border-top:1px solid var(--line)}.journey-list article{min-height:116px;display:grid;grid-template-columns:80px 180px 1fr;align-items:center;grid-gap:20px;gap:20px;border-bottom:1px solid var(--line)}.journey-list article>span{color:var(--green);font-size:13px;font-weight:800}.journey-list h3{font-size:24px}.journey-list p{color:var(--muted);line-height:1.6}.feature-stage,.listening-stage,.progress-stage,.quran-stage{min-height:760px;display:grid;grid-template-columns:1fr 1fr;align-items:center}.feature-stage{background:var(--soft)}.feature-stage__copy,.progress-stage__copy{max-width:520px;padding:80px;justify-self:center}.feature-stage__visual,.progress-stage__visual{min-width:0;padding:60px}.quran-stage{padding:100px max(24px,calc((100vw - var(--max))/2));color:white;background:var(--dark)}.quran-stage__copy{max-width:500px}.quran-stage p{color:#b8cbc3}.final-cta .eyebrow,.quran-stage .eyebrow{color:#efcf80}.quran-stage__visual{display:grid;place-items:center}.listening-stage{padding:100px max(24px,calc((100vw - var(--max))/2));grid-template-columns:1.15fr .85fr;background:white;border-bottom:1px solid var(--line)}.listening-stage__visual{min-width:0;display:grid;place-items:center}.listening-stage__copy{max-width:500px;justify-self:center}.language-stage>.text-link,.reciter-stage>.text-link{margin-top:36px}.reciter-rail{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:12px;gap:12px;margin-top:70px}.reciter-rail article{min-width:0;position:relative}.reciter-rail img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;object-position:top;border-radius:7px;filter:saturate(.85)}.reciter-rail article>div{padding:14px 4px 0;display:grid;grid-gap:5px;gap:5px}.reciter-rail strong{min-width:0;font-size:14px;line-height:1.35;overflow-wrap:anywhere}.reciter-rail span{color:var(--muted);font-size:12px;line-height:1.35}.family-stage{min-height:760px;position:relative;display:grid;grid-template-columns:1fr 1fr;color:white;background:#18201d}.family-stage>img{position:relative!important;width:100%!important;height:100%!important;object-fit:cover;filter:grayscale(1) contrast(.92)}.family-stage__copy{max-width:590px;padding:90px;align-self:center}.family-stage p{color:#c5ceca}.kids-stage{min-height:760px;padding:100px max(24px,calc((100vw - var(--max))/2));display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;background:#f3edf0}.kids-stage__copy{max-width:490px}.kids-stage__visual{display:grid;place-items:center}.kids-stage .phone{max-width:330px;height:630px}.language-stage{text-align:center}.language-stage .section-intro{margin:auto}.language-stage .text-link,.language-wall{justify-content:center}.language-wall{margin-top:70px;display:flex;flex-wrap:wrap;border-top:1px solid var(--line);border-left:1px solid var(--line)}.language-wall span{min-width:180px;flex:1 1 180px;padding:27px 18px;background:white;border-right:1px solid var(--line);border-bottom:1px solid var(--line);font-weight:700}.progress-stage{background:white;border-top:1px solid var(--line)}.progress-stage__visual{display:grid;place-items:center}.product-hero{min-height:780px;padding:110px 24px 0;text-align:center;background:var(--paper)}.product-hero--copy-only{min-height:650px;padding-bottom:110px;display:grid;place-items:center}.product-hero__copy{max-width:850px;margin:auto}.pricing-hero h1,.product-hero h1,.support-hero h1{margin:0;font-size:64px;line-height:1.04;letter-spacing:0}.pricing-hero>p,.product-hero__copy>p{max-width:670px;margin:25px auto 0;color:var(--muted);font-size:19px;line-height:1.65}.product-hero__visual{width:min(880px,100%);min-height:440px;margin:70px auto 0;display:grid;place-items:center}.product-hero.tone-dark{color:var(--ink);background:var(--soft)}.product-hero.tone-dark .eyebrow{color:var(--green)}.product-hero.tone-dark p{color:var(--muted)}.product-hero.tone-kids{background:#f3edf0}.story-section{min-height:720px;padding:110px max(24px,calc((100vw - var(--max))/2));display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:90px;gap:90px;align-items:center;background:var(--paper);border-top:1px solid var(--line)}.story-section--reverse .story-section__copy{order:2}.story-section--reverse .story-section__index,.story-section--reverse .story-section__visual{order:1}.story-section__copy{max-width:520px}.story-section__copy h2{margin:0;font-size:44px;line-height:1.1;letter-spacing:0}.story-section__copy>p{margin:22px 0 0;color:var(--muted);font-size:18px;line-height:1.68}.story-section__copy ul{margin:30px 0 0;padding:0;list-style:none}.story-section__copy li{display:flex;gap:10px;margin:12px 0;color:var(--muted)}.story-section__copy li svg{flex:0 0 auto;color:var(--green)}.story-section__copy aside{margin-top:28px;display:flex;gap:12px;padding:18px;border-left:3px solid #efcf80;color:inherit;font-size:13px;line-height:1.6}.story-section__visual{min-width:0;display:grid;place-items:center}.story-section__index{color:#d7dcd8;font-size:180px;font-weight:750;text-align:center}.story-section.tone-soft{background:var(--soft)}.story-section.tone-kids{background:#f6edf1}.story-section.tone-dark{color:white;background:var(--dark);border-color:#18342b}.story-section.tone-dark .eyebrow{color:#efcf80}.story-section.tone-dark .story-section__copy>p{color:#afc2ba}.dua-library,.kids-reading,.language-sync,.lesson-shell,.placement-preview,.practice-preview,.tajweed-preview,.voice-note{width:min(100%,560px);padding:34px;background:white;border:1px solid var(--line);border-radius:8px;box-shadow:0 24px 55px rgba(20,45,36,.09)}.dua-library__top,.kids-reading__header,.lesson-shell__bar{display:flex;justify-content:space-between;padding-bottom:18px;color:var(--muted);border-bottom:1px solid var(--line);font-size:12px;font-weight:700}.letter-study,.word-study{min-height:250px;display:flex;align-items:center;justify-content:center;gap:50px}.letter-study__arabic{color:var(--green);font:140px/1 Noto Naskh Arabic,serif}.letter-study>div{display:grid;grid-gap:8px;gap:8px}.letter-study small{color:var(--muted)}.letter-study strong{font-size:32px}.letter-study p{color:var(--muted)}.lesson-action{min-height:52px;display:flex;justify-content:center;align-items:center;gap:9px;color:white;background:var(--green);border-radius:7px;font-weight:750}.harakat-study{min-height:280px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;grid-gap:12px;gap:12px}.harakat-study div{min-height:140px;display:grid;place-content:center;grid-gap:5px;gap:5px;text-align:center;border:1px solid var(--line);border-radius:7px}.harakat-study div.is-active{color:white;background:var(--green);border-color:var(--green)}.harakat-study strong{font:58px Noto Naskh Arabic,serif}.harakat-study span{font-weight:750}.word-study__image{width:150px;aspect-ratio:1;display:grid;place-items:center;color:var(--green);background:var(--green-pale);border-radius:8px}.word-study>div:last-child{display:grid;grid-gap:5px;gap:5px}.word-study strong{font:54px Noto Naskh Arabic,serif}.word-study span{color:var(--green);font-weight:750}.word-study p{margin:0;color:var(--muted)}.writing-practice{margin:25px 0}.writing-canvas{height:280px;position:relative;display:grid;place-items:center;overflow:hidden;border:1px solid #d7dedb;border-radius:7px;background:#f7f9f7}.writing-trace{width:82%;height:82%;overflow:visible}.writing-trace text{font-family:Noto Naskh Arabic,serif;font-size:150px;text-anchor:middle;dominant-baseline:middle}.writing-canvas--word .writing-trace text{font-size:96px}.writing-trace__guide{fill:rgba(13,92,75,.025);stroke:rgba(13,92,75,.2);stroke-width:1.1px}.writing-trace__pass{fill:rgba(13,92,75,.86);stroke:rgba(9,73,60,.34);stroke-width:1.15px;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill}.writing-trace__pass--soft{fill:rgba(13,92,75,.1);stroke:rgba(13,92,75,.2);stroke-width:3.6px}.writing-canvas>svg:last-child{position:absolute;right:14px;bottom:14px;color:var(--green)}.writing-feedback{display:flex;gap:9px;color:var(--green);font-size:13px;font-weight:650}.reading-study{min-height:260px;display:grid;place-content:center;grid-gap:15px;gap:15px;text-align:center}.reading-study strong{font:38px/1.8 Noto Naskh Arabic,serif}.reading-study span{color:var(--green);font-weight:750}.reading-study p{margin:0;color:var(--muted)}.reading-controls{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px}.reading-controls span{min-height:48px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--line);border-radius:7px;font-size:13px;font-weight:700}.product-kicker{color:var(--green);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:0}.placement-preview{color:var(--ink)}.placement-preview h3,.practice-preview h3{margin:15px 0 8px;font-size:28px}.placement-preview p,.practice-preview p{color:var(--muted)}.placement-options{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin:35px 0}.placement-options span{min-height:95px;display:grid;place-items:center;border:1px solid #4c6f63;border-radius:7px;font:28px Noto Naskh Arabic,serif}.placement-progress{height:4px;background:#315248}.placement-progress span{display:block;width:38%;height:100%;background:#efcf80}.tajweed-rule{margin:35px 0;padding:26px;display:grid;grid-gap:8px;gap:8px;background:var(--green-pale);border-radius:7px}.tajweed-rule span{color:var(--green);font-size:18px;font-weight:800}.tajweed-rule strong{line-height:1.4}.tajweed-rule small{color:var(--muted);line-height:1.5}.tajweed-rule p{font:35px/1.8 Noto Naskh Arabic,serif}.tajweed-rule mark{color:#b12a61;background:transparent}.tajweed-preview>p{color:var(--muted);line-height:1.6}.practice-preview__verses{margin:28px 0;display:grid;grid-gap:13px;gap:13px;font:28px Noto Naskh Arabic,serif;text-align:right}.practice-preview__verses span{padding:14px;background:var(--green-pale);border-radius:6px}.practice-preview__verses .needs-review{background:#f8e9dd}.practice-preview__mic{width:62px;height:62px;display:grid;place-items:center;margin:auto;color:white;background:var(--green);border-radius:50%}.family-composition{width:min(100%,700px);height:560px;position:relative}.family-composition__adult{position:absolute;z-index:1;width:270px;right:13%;top:0}.family-composition__kids{position:absolute;z-index:2;width:220px;left:14%;top:92px}.family-composition--compact{transform:scale(.92)}.kids-device-pair{width:min(100%,680px);height:610px;position:relative}.kids-device-pair__tablet{position:absolute;width:475px;right:0;top:0}.kids-device-pair__phone{position:absolute;z-index:2;width:215px;left:0;top:112px}.product-hero__visual>.app-shot--phone,.progress-stage__visual>.app-shot--phone,.story-section__visual>.app-shot--phone{width:min(100%,300px)}.story-section__visual>.app-shot--tablet{width:min(100%,620px)}.learning-path{width:min(100%,900px);display:grid;grid-template-columns:repeat(6,1fr);border:1px solid var(--line);background:white}.learning-path__item{min-height:215px;padding:22px;display:grid;align-content:space-between;text-align:left}.learning-path__item+.learning-path__item{border-left:1px solid var(--line)}.learning-path__item>span{color:var(--green);font-size:12px;font-weight:800}.learning-path__item strong{font:42px Noto Naskh Arabic,serif}.learning-path__item small{color:var(--muted);font-size:14px;font-weight:700}.connect-flow{width:min(100%,680px)}.connect-flow ol{margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;border:1px solid var(--line);border-radius:8px;background:white;list-style:none}.connect-flow li{min-width:0;min-height:220px;padding:24px;display:flex;align-items:flex-start;flex-direction:column;text-align:left}.connect-flow li+li{border-left:1px solid var(--line)}.connect-flow__number{color:var(--green);font-size:11px;font-weight:800}.connect-flow__icon{width:44px;height:44px;display:grid;place-items:center;margin:42px 0 20px;border-radius:50%;color:var(--green);background:var(--green-pale)}.connect-flow strong{font-size:17px;line-height:1.25}.connect-flow small{margin-top:8px;color:var(--muted);font-size:12px;line-height:1.45}.language-sync{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:20px;gap:20px}.language-sync>div{display:grid;grid-gap:6px;gap:6px;text-align:center}.language-sync strong{font-size:28px}.language-sync span{color:var(--muted);font-size:12px}.language-sync svg{color:var(--green)}.voice-note{display:grid;grid-gap:25px;gap:25px}.voice-note__child{display:flex;align-items:center;gap:12px}.voice-note__child span{width:42px;height:42px;display:grid;place-items:center;color:white;background:#6d28d9;border-radius:50%;font-weight:800}.voice-note__child div{display:grid;grid-gap:3px;gap:3px}.voice-note__child small{color:var(--muted)}.voice-note__wave{display:flex;align-items:center;justify-content:center;gap:4px;height:65px}.voice-note__wave i{width:4px;height:20px;background:var(--green);border-radius:3px}.voice-note__wave i:nth-child(2n){height:42px}.voice-note__wave i:nth-child(3n){height:30px}.voice-note__record{display:flex;align-items:center;justify-content:center;gap:8px;color:white;background:var(--green);min-height:50px;border-radius:7px;font-weight:750}.kids-reading{background:var(--kids-blue)}.kids-reading__header{border-color:#ccdce8}.kids-reading>strong{display:block;margin:55px 0 14px;font:36px/1.5 Noto Naskh Arabic,serif;text-align:center}.kids-reading>p{color:#4f6370;text-align:center}.kids-reading__action{min-height:54px;margin-top:42px;display:flex;align-items:center;justify-content:center;gap:8px;color:white;background:#2563a8;border-radius:7px;font-weight:750}.dua-library{background:var(--kids-pink)}.dua-library__grid{margin-top:25px;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px}.dua-library__grid div{min-height:105px;padding:15px;display:grid;align-content:space-between;background:white;border:1px solid #e6d2da;border-radius:7px}.dua-library__grid span{color:var(--danger);font-size:11px;font-weight:800}.dua-library__grid strong{font-size:14px}.lesson-flow{width:min(100%,680px);display:grid;grid-template-columns:repeat(4,1fr);background:white;border:1px solid var(--line)}.lesson-flow>div{min-height:190px;padding:20px;display:grid;align-content:space-between}.lesson-flow>div+div{border-left:1px solid var(--line)}.lesson-flow span{color:var(--muted);font-size:11px}.lesson-flow svg{color:var(--green)}.lesson-flow strong{font-size:16px}.lesson-flow .is-active{color:white;background:var(--green)}.final-cta,.lesson-flow .is-active span,.lesson-flow .is-active svg{color:white}.final-cta{min-height:560px;padding:120px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--dark);text-align:center}.final-cta h2{max-width:760px;margin:0;font-size:54px;line-height:1.08;letter-spacing:0}.final-cta p{max-width:610px;margin:24px auto 34px;color:#b9cbc4;font-size:18px;line-height:1.65}.pricing-hero,.support-hero{padding:130px 24px 90px;text-align:center}.pricing-hero p{max-width:620px}.pricing-groups{width:min(var(--max),calc(100% - 48px));margin:0 auto 130px;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line)}.pricing-group{min-height:570px;padding:42px;display:flex;flex-direction:column;background:white}.pricing-group+.pricing-group{border-left:1px solid var(--line)}.pricing-group.is-featured{color:white;background:var(--green)}.pricing-group__label{color:var(--green);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:0}.pricing-group.is-featured .pricing-group__label{color:#c9e6dc}.pricing-group h2{margin:20px 0 14px;font-size:31px}.pricing-group>p{min-height:75px;color:var(--muted);line-height:1.6}.pricing-group.is-featured>p{color:#c9e0d8}.pricing-options{margin:24px 0 35px;border-top:1px solid var(--line)}.pricing-group.is-featured .pricing-options{border-color:#4a8a77}.pricing-options div{min-height:67px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.pricing-group.is-featured .pricing-options div{border-color:#4a8a77}.pricing-options span{font-size:13px}.pricing-options strong{font-size:21px}.pricing-group .button{margin-top:auto}.comparison-section{padding-top:0}.comparison-table-wrap{margin-top:55px;overflow-x:auto}.comparison-table{width:100%;border-collapse:collapse;background:white}.comparison-table td,.comparison-table th{min-width:170px;padding:20px;border:1px solid var(--line);text-align:left}.comparison-table thead th{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:0}.included{display:inline-flex;align-items:center;gap:7px;color:var(--green);font-size:13px;font-weight:750}.pricing-note{width:min(900px,calc(100% - 48px));margin:0 auto 130px;padding:28px 32px;border-left:3px solid var(--green);background:var(--green-pale)}.pricing-note p{color:var(--muted);line-height:1.6}.pricing-note a{display:inline-flex;align-items:center;gap:7px;color:var(--green);font-weight:750}.support-hero{background:var(--soft)}.support-search{width:min(620px,100%);height:62px;margin:45px auto 0;padding:0 20px;display:flex;align-items:center;gap:12px;background:white;border:1px solid var(--line);border-radius:7px}.support-search svg{color:var(--green)}.support-search input{width:100%;border:0;outline:0;background:transparent;font-size:17px}.faq-page{width:min(980px,calc(100% - 48px));margin:0 auto;padding:110px 0}.faq-group{display:grid;grid-template-columns:260px 1fr;grid-gap:50px;gap:50px;padding:42px 0;border-bottom:1px solid var(--line)}.faq-group h2{margin:0;font-size:20px}.faq-group details{border-top:1px solid var(--line)}.faq-group details:last-child{border-bottom:1px solid var(--line)}.faq-group summary{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;font-weight:700;list-style:none}.faq-group summary::-webkit-details-marker{display:none}.faq-group details[open] summary svg{transform:rotate(180deg)}.faq-group details p{max-width:660px;margin:0;padding:0 35px 25px 0;color:var(--muted);line-height:1.65}.no-results{padding:80px 0;text-align:center;color:var(--muted)}.support-contact{min-height:350px;padding:70px max(24px,calc((100vw - var(--max))/2));display:flex;align-items:center;justify-content:space-between;gap:40px;background:var(--green-pale)}.support-contact h2{margin:0;font-size:38px}.support-contact p{color:var(--muted)}.contact-layout{width:min(1050px,calc(100% - 48px));margin:0 auto;padding:100px 0 130px;display:grid;grid-template-columns:330px 1fr;grid-gap:80px;gap:80px}.contact-aside h2{font-size:30px}.contact-aside p{color:var(--muted);line-height:1.65}.contact-warning{padding-top:20px;border-top:1px solid var(--line);font-size:13px}.contact-form{display:grid;grid-gap:22px;gap:22px;padding:38px;background:white;border:1px solid var(--line);border-radius:8px}.field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.contact-form label{display:grid;grid-gap:8px;gap:8px}.contact-form label>span{font-size:13px;font-weight:750}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:14px;color:var(--ink);background:var(--paper);border:1px solid var(--line);border-radius:6px;outline:0}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(13,92,75,.1)}.contact-success{padding:60px;text-align:center;background:var(--green-pale);border:1px solid #c8ddd4;border-radius:8px}.contact-success svg{color:var(--green)}.contact-success p{color:var(--muted);line-height:1.6}.not-found{min-height:70vh;padding:120px 24px;display:grid;place-content:center;text-align:center}.not-found h1{margin:0;font-size:48px}.not-found p{color:var(--muted)}.site-footer{padding:90px max(24px,calc((100vw - var(--max))/2)) 26px;color:#d9e5e0;background:#06100d}.site-footer .brand{color:white}.site-footer__lead{display:flex;align-items:flex-start;justify-content:space-between;gap:50px;padding-bottom:80px;border-bottom:1px solid #26342f}.site-footer__lead h2{margin:0;flex:1 1;text-align:center;color:white;font-size:35px;line-height:1.2}.footer-download{display:inline-flex;align-items:center;gap:8px;color:#efcf80;font-weight:750}.footer-links{padding:65px 0;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:50px;gap:50px}.footer-links div{display:grid;align-content:start;grid-gap:13px;gap:13px}.footer-links h3{margin:0 0 12px;color:#87958f;font-size:11px;text-transform:uppercase;letter-spacing:0}.footer-links a{font-size:14px}.footer-links a:hover{color:#efcf80}.footer-bottom{padding-top:24px;display:flex;justify-content:space-between;border-top:1px solid #26342f;color:#76857f;font-size:11px}@media (max-width:900px){.desktop-nav,.header-actions{display:none}.mobile-menu-button{width:42px;height:42px;display:grid;place-items:center;background:transparent;border:1px solid var(--line);border-radius:7px}.mobile-nav{position:absolute;top:72px;left:0;right:0;padding:20px 24px 28px;display:grid;grid-gap:0;gap:0;background:var(--paper);border-bottom:1px solid var(--line);box-shadow:0 20px 40px rgba(7,24,19,.1)}.mobile-nav>a:not(.button){min-height:52px;display:flex;align-items:center;border-bottom:1px solid var(--line);font-weight:700}.mobile-nav a.is-active{color:var(--green)}.mobile-nav .button{margin-top:18px}.home-hero{min-height:auto;padding-top:80px}.home-hero h1,.pricing-hero h1,.product-hero h1,.support-hero h1{font-size:52px}.home-hero__visual{height:510px}.hero-composition__adult{width:185px;left:0;top:115px}.hero-composition__tablet{width:430px}.hero-composition__kids{width:185px;right:0;top:95px}.home-hero__facts{grid-template-columns:1fr}.home-hero__facts span+span{border-left:0;border-top:1px solid var(--line)}.family-stage,.feature-stage,.kids-stage,.listening-stage,.progress-stage,.quran-stage,.story-section{grid-template-columns:1fr}.family-stage__copy,.feature-stage__copy,.progress-stage__copy{max-width:none;padding:70px 36px}.feature-stage__visual,.progress-stage__visual{padding:35px 36px 70px}.kids-stage,.listening-stage,.quran-stage,.story-section{padding-top:90px;padding-bottom:90px}.quran-stage__visual{margin-top:45px}.listening-stage__copy{max-width:none;justify-self:stretch;order:-1}.listening-stage__visual{margin-top:55px}.family-stage>img{min-height:500px}.family-stage__copy{order:-1}.kids-stage__visual{margin-top:60px}.story-section{gap:60px}.story-section--reverse .story-section__copy{order:1}.story-section--reverse .story-section__index,.story-section--reverse .story-section__visual{order:2}.pricing-groups{grid-template-columns:1fr}.pricing-group+.pricing-group{border-left:0;border-top:1px solid var(--line)}.pricing-group{min-height:500px}.faq-group{grid-template-columns:1fr;gap:20px}.contact-layout{grid-template-columns:1fr;gap:35px}.site-footer__lead{flex-direction:column}.site-footer__lead h2{text-align:left}.footer-links{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.site-header__inner{width:calc(100% - 32px)}.brand{font-size:18px}.home-hero{padding-left:16px;padding-right:16px}.home-hero h1,.pricing-hero h1,.product-hero h1,.support-hero h1{font-size:42px}.home-hero__copy>p,.product-hero__copy>p{font-size:17px}.home-hero__visual{height:460px;margin-top:20px}.hero-composition__adult{display:none}.hero-composition__tablet{width:320px}.hero-composition__kids{width:150px;right:-3%;top:95px}.home-hero__facts{border-left:0;border-right:0}.writing-canvas{height:220px}.comparison-section,.language-stage,.path-section,.reciter-stage{width:calc(100% - 32px);padding:90px 0}.family-stage h2,.feature-stage h2,.kids-stage h2,.listening-stage h2,.progress-stage h2,.quran-stage h2,.section-intro h2,.story-section__copy h2{font-size:36px}.journey-list article{grid-template-columns:48px 1fr;padding:18px 0}.journey-list article p{grid-column:2;margin:0}.family-stage__copy,.feature-stage__copy,.progress-stage__copy{padding:60px 24px}.feature-stage__visual,.progress-stage__visual{padding:0 16px 60px}.kids-stage,.listening-stage,.quran-stage,.story-section{padding-left:16px;padding-right:16px}.reciter-rail{grid-template-columns:repeat(2,1fr)}.reciter-rail article:last-child{grid-column:span 2;width:50%}.family-stage>img{min-height:420px}.product-hero{min-height:auto;padding:80px 16px 70px}.product-hero__visual{min-height:400px;margin-top:55px}.learning-path{grid-template-columns:repeat(3,1fr)}.learning-path__item:nth-child(4){border-left:0}.learning-path__item:nth-child(n+4){border-top:1px solid var(--line)}.story-section{min-height:auto;gap:45px}.story-section__index{font-size:110px}.dua-library,.kids-reading,.language-sync,.lesson-shell,.placement-preview,.practice-preview,.tajweed-preview,.voice-note{padding:22px}.letter-study,.word-study{min-height:230px;gap:24px}.letter-study__arabic{font-size:100px}.harakat-study{min-height:230px}.harakat-study strong{font-size:43px}.connect-flow ol{grid-template-columns:1fr}.connect-flow li{min-height:0;display:grid;grid-template-columns:28px 44px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;grid-gap:4px 14px;gap:4px 14px;padding:18px}.connect-flow li+li{border-top:1px solid var(--line);border-left:0}.connect-flow__icon,.connect-flow__number{grid-row:1/3}.connect-flow__number{grid-column:1}.connect-flow__icon{grid-column:2;margin:0}.connect-flow small,.connect-flow strong{grid-column:3}.connect-flow small{margin-top:0}.family-composition{height:430px}.family-composition__adult{width:180px;right:12%;transform:none}.family-composition__kids{width:155px;left:10%;top:78px}.kids-device-pair{height:470px}.kids-device-pair__tablet{width:320px}.kids-device-pair__phone{width:150px;top:82px}.listening-device-pair,.quran-device-pair{height:445px}.listening-device-pair__library,.quran-device-pair__library{width:155px;left:2%;top:46px}.listening-device-pair__player,.quran-device-pair__reader{width:190px;right:4%}.kids-listening-pair{height:455px}.kids-listening-pair__library{width:320px}.kids-listening-pair__player{width:300px;top:64px}.lesson-flow{grid-template-columns:repeat(2,1fr)}.lesson-flow>div:nth-child(3){border-left:0}.lesson-flow>div:nth-child(n+3){border-top:1px solid var(--line)}.final-cta{min-height:480px}.final-cta h2{font-size:40px}.pricing-hero,.support-hero{padding:90px 16px 70px}.pricing-groups{width:calc(100% - 32px)}.pricing-group{padding:30px}.comparison-table td,.comparison-table th{min-width:145px}.support-contact{flex-direction:column;align-items:flex-start}.contact-layout,.faq-page{width:calc(100% - 32px)}.field-row{grid-template-columns:1fr}.contact-form{padding:24px}.footer-links{grid-template-columns:1fr 1fr;gap:45px 25px}.footer-bottom{flex-direction:column}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}