:root {
  --paper: #f7f5ed;
  --paper-deep: #efede3;
  --ink: #203126;
  --muted: #687268;
  --olive: #355639;
  --olive-dark: #203d2a;
  --sage: #aebca3;
  --sage-soft: #dfe5d8;
  --gold: #b89b5f;
  --line: rgba(53, 86, 57, .16);
  --white: #fffef9;
  --shadow: 0 30px 80px rgba(39, 61, 42, .14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "SF Arabic", "Geeza Pro", "Noto Sans Arabic", Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.grain {
  position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header {
  width: min(1240px, calc(100% - 32px)); height: 76px; padding: 0 24px; margin: 16px auto 0;
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  position: relative; z-index: 15; border: 1px solid rgba(255,255,255,.7); border-radius: 22px;
  background: rgba(247,245,237,.82); backdrop-filter: blur(18px); box-shadow: 0 8px 30px rgba(35,57,39,.05);
}
.brand { display: flex; align-items: center; gap: 10px; font-size: 1.42rem; font-weight: 700; }
.brand-mark { width: 46px; height: 42px; display: grid; place-items: center; }
.brand-mark img { width: 46px; height: 42px; object-fit: contain; }
.desktop-nav { display: flex; gap: 28px; color: #59665c; font-size: .93rem; }
.desktop-nav a { position: relative; transition: color .25s ease; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -9px; width: 0; height: 1px; background: var(--gold); transition: width .25s ease; }
.desktop-nav a:hover { color: var(--olive); }
.desktop-nav a:hover::after { width: 100%; }
.header-cta { border: 1px solid var(--line); border-radius: 99px; padding: 9px 16px; font-size: .82rem; color: var(--olive); white-space: nowrap; }
.menu-button { display: none; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--sage-soft); }
.menu-button span { width: 18px; height: 1.5px; background: var(--olive); display: block; margin: 5px auto; }

.hero { min-height: 760px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 60px; padding-block: 74px 90px; position: relative; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid var(--line); border-radius: 50%; left: -150px; top: 20px; opacity: .55; }
.eyebrow, .section-label { display: inline-flex; align-items: center; gap: 10px; color: var(--gold); font-size: .8rem; font-weight: 700; letter-spacing: .02em; }
.eyebrow span { width: 26px; height: 1px; background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Times New Roman", "Geeza Pro", serif; font-weight: 500; letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 5.7vw, 5.4rem); line-height: 1.16; margin: 22px 0; }
h1 em, h2 em { color: var(--olive); font-style: normal; }
.hero-lead { font-size: clamp(1.15rem, 2vw, 1.42rem); color: var(--olive); margin-bottom: 14px; font-weight: 600; }
.hero-detail { color: var(--muted); max-width: 590px; line-height: 2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; padding: 10px 24px; border-radius: 99px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-weight: 650; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--olive); color: white; box-shadow: 0 14px 30px rgba(53,86,57,.2); }
.button.primary:hover { background: var(--olive-dark); box-shadow: 0 18px 40px rgba(53,86,57,.28); }
.button.ghost { border: 1px solid var(--line); background: rgba(255,255,255,.3); color: var(--olive); }
.apple { font-size: .72rem; }
.hero-visual { min-height: 610px; position: relative; display: grid; place-items: center; direction: ltr; }
.halo { position: absolute; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle at 45% 38%, #fdfcf8 0 10%, #dce4d4 48%, rgba(220,228,212,0) 72%); filter: blur(1px); }
.phone { overflow: hidden; background: #fff; border: 7px solid #17231a; border-radius: 44px; box-shadow: var(--shadow); }
.phone img { width: 100%; height: 100%; object-fit: cover; }
.phone-main { width: 258px; height: 560px; position: relative; z-index: 4; transform: rotate(2deg) translateX(-28px); }
.phone-back { width: 210px; height: 456px; position: absolute; z-index: 2; right: 28px; top: 72px; transform: rotate(-7deg); filter: saturate(.82); }
.floating-note { position: absolute; z-index: 7; display: flex; align-items: center; gap: 10px; min-width: 185px; padding: 13px 16px; background: rgba(255,254,249,.9); border: 1px solid rgba(255,255,255,.9); border-radius: 18px; box-shadow: 0 16px 45px rgba(37,60,41,.15); backdrop-filter: blur(14px); direction: rtl; }
.floating-note strong, .floating-note small { display: block; }
.floating-note strong { font-size: .88rem; }
.floating-note small { color: var(--muted); font-size: .72rem; }
.note-icon, .mini-tree { width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center; background: var(--sage-soft); color: var(--olive); }
.note-plan { left: 12px; top: 112px; animation: float 6s ease-in-out infinite; }
.note-growth { right: 4px; bottom: 90px; animation: float 6s ease-in-out -3s infinite; }
.leaf-orbit { position: absolute; z-index: 1; width: 28px; height: 16px; background: #a8b89c; border-radius: 100% 0 100% 0; opacity: .6; }
.leaf-one { top: 42px; left: 25%; transform: rotate(25deg); }
.leaf-two { bottom: 30px; left: 40%; transform: rotate(-25deg) scale(.75); }
.scroll-cue { position: absolute; bottom: 28px; right: 0; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .72rem; transform: rotate(-90deg) translateX(100%); transform-origin: right bottom; }
.scroll-cue span { display: inline-block; width: 38px; height: 1px; background: var(--gold); }
@keyframes float { 50% { transform: translateY(-10px); } }

.why { padding-block: 110px; border-top: 1px solid var(--line); }
.why-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; margin-top: 26px; align-items: end; }
.why h2, .section-heading h2, .growth h2, .team h2, .faq h2 { font-size: clamp(2.5rem, 4.4vw, 4.2rem); line-height: 1.3; margin-bottom: 0; }
.why-copy { color: var(--muted); font-size: 1.13rem; border-right: 1px solid var(--gold); padding-right: 30px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.progress-scene { margin-top: 72px; min-height: 520px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: #f4f0e6; box-shadow: 0 28px 70px rgba(48,69,49,.08); isolation: isolate; }
.progress-forest { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.progress-forest::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(247,245,237,.2), transparent 35%, rgba(247,245,237,.08) 62%, rgba(247,245,237,.78)); }
.progress-forest img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: translate3d(0,var(--forest-shift,0px),0) scale(1.035); transition: transform .18s linear; animation: forestBreath 10s ease-in-out infinite alternate; }
.progress-flow { margin: 24px auto 0; width: fit-content; max-width: calc(100% - 40px); padding: 10px 18px; display: flex; align-items: center; justify-content: center; gap: 12px; position: relative; z-index: 2; border: 1px solid rgba(53,86,57,.13); border-radius: 99px; background: rgba(255,254,249,.78); box-shadow: 0 10px 35px rgba(43,64,45,.08); backdrop-filter: blur(12px); color: rgba(53,86,57,.38); font-size: .82rem; white-space: nowrap; }
.progress-flow span { animation: progressWord 12.5s ease-in-out infinite; }
.progress-flow span:nth-of-type(2) { animation-delay: 2.5s; }
.progress-flow span:nth-of-type(3) { animation-delay: 5s; }
.progress-flow span:nth-of-type(4) { animation-delay: 7.5s; }
.progress-flow span:nth-of-type(5) { animation-delay: 10s; }
.progress-flow i { color: rgba(184,155,95,.5); font-style: normal; }
.surah-states { position: absolute; right: 30px; left: 30px; bottom: 64px; z-index: 3; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; direction: rtl; }
.surah-state { padding: 14px 16px; border: 1px solid rgba(255,255,255,.78); border-radius: 17px; background: rgba(255,254,249,.82); box-shadow: 0 12px 35px rgba(38,57,40,.1); backdrop-filter: blur(12px); }
.surah-state > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.surah-state span { color: var(--ink); font-size: .84rem; font-weight: 650; }
.surah-state strong { color: var(--olive); font-size: .78rem; font-weight: 700; }
.surah-state strong b { width: 20px; height: 20px; margin-right: 4px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--olive); color: white; font-size: .66rem; }
.surah-bar { height: 4px; margin-top: 10px; overflow: hidden; border-radius: 99px; background: rgba(53,86,57,.12); }
.surah-bar i { width: var(--progress); height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg,var(--gold),var(--olive)); transform-origin: right; animation: growBar 6s cubic-bezier(.2,.7,.2,1) infinite; }
.state-growing { animation: cardGrow 6s ease-in-out infinite; }
.state-young { animation: cardGrow 6s ease-in-out 3s infinite; }
.progress-ending { position: absolute; right: 0; left: 0; bottom: 18px; z-index: 3; display: flex; align-items: center; justify-content: center; gap: 16px; color: var(--olive); font-family: "Times New Roman", "Geeza Pro", serif; font-size: 1rem; }
.progress-ending p { margin: 0; }
.progress-ending span { width: 44px; height: 1px; background: var(--gold); opacity: .55; }
@keyframes progressWord { 0%,15% { color: var(--olive); transform: translateY(-1px); font-weight: 700; } 18%,100% { color: rgba(53,86,57,.38); transform: none; font-weight: 400; } }
@keyframes growBar { 0%,12% { transform: scaleX(.08); opacity: .45; } 42%,78% { transform: scaleX(1); opacity: 1; } 100% { transform: scaleX(1); opacity: 1; } }
@keyframes cardGrow { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
@keyframes forestBreath { from { filter: saturate(.88); } to { filter: saturate(1.02); } }

.journey { padding-block: 110px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 58px; }
.section-heading h2 { margin-top: 10px; }
.section-heading > p { color: var(--muted); max-width: 380px; margin-bottom: 8px; }
.journey-track { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); }
.journey-track article { position: relative; padding: 44px 20px 10px; border-left: 1px solid var(--line); min-height: 250px; }
.journey-track article:last-child { border-left: 0; }
.journey-track b { position: absolute; top: -15px; right: 18px; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--paper); border: 1px solid var(--gold); color: var(--gold); font-size: .75rem; }
.journey-icon { width: 66px; height: 66px; color: var(--olive); display: grid; place-items: center; margin-bottom: 22px; }
.journey-icon svg { width: 48px; height: 48px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.journey-icon-brand svg { width: 54px; height: 54px; stroke-width: 1.5; }
.journey-track h3 { font-size: 1.05rem; margin-bottom: 9px; }
.journey-track p { color: var(--muted); font-size: .88rem; line-height: 1.9; }

.features { padding-block: 100px 125px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { min-height: 275px; padding: 30px; border-radius: var(--radius); border: 1px solid var(--line); background: rgba(255,255,255,.35); position: relative; overflow: hidden; transition: transform .3s ease, background .3s ease, box-shadow .3s ease; }
.feature-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.62); box-shadow: 0 24px 55px rgba(42,67,46,.09); }
.feature-number { position: absolute; top: 24px; left: 26px; color: var(--gold); font-size: .72rem; }
.line-icon { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 16px; color: var(--olive); font-family: Georgia, serif; font-size: 1.4rem; margin-bottom: 46px; }
.feature-card h3 { font-size: 1.16rem; margin-bottom: 10px; }
.feature-card p { color: var(--muted); font-size: .9rem; margin-bottom: 0; }
.feature-large { grid-column: span 2; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; min-height: 430px; background: var(--sage-soft); }
.feature-large h3 { font-family: "Times New Roman", "Geeza Pro", serif; font-size: 2.3rem; }
.screen-stack { align-self: end; height: 360px; position: relative; direction: ltr; }
.screen-stack img { position: absolute; width: 170px; border-radius: 26px; border: 4px solid #27372c; box-shadow: 0 18px 30px rgba(35,58,39,.14); }
.screen-stack img:first-child { right: 20px; top: 60px; transform: rotate(7deg); }
.screen-stack img:last-child { left: 12px; top: 10px; transform: rotate(-3deg); }

.ai-section { background: var(--olive-dark); color: #f5f1e5; padding-block: 125px; overflow: hidden; }
.ai-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.section-label.light { color: #d6bd86; }
.ai-copy h2 { color: white; font-size: clamp(3rem, 5vw, 5.1rem); line-height: 1.18; margin: 16px 0 30px; }
.ai-copy h2 em { color: #b8c8ae; }
.ai-copy > p { color: #c3cdc4; font-size: 1.08rem; max-width: 560px; }
.ai-copy ul { list-style: none; padding: 0; margin: 34px 0; border-top: 1px solid rgba(255,255,255,.13); }
.ai-copy li { display: flex; gap: 18px; align-items: center; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.ai-copy li span { color: #d6bd86; font-size: .72rem; }
.ai-copy aside { border: 1px solid rgba(255,255,255,.13); border-radius: 18px; padding: 18px 20px; color: #acb8ae; font-size: .82rem; line-height: 1.9; }
.ai-copy aside strong { color: white; display: block; font-size: .88rem; margin-bottom: 3px; }
.ai-visual { min-height: 650px; position: relative; display: grid; place-items: center; direction: ltr; }
.phone-ai { width: 280px; height: 608px; position: relative; z-index: 4; border-color: #101912; }
.signal { position: absolute; border: 1px solid rgba(197,214,190,.15); border-radius: 50%; }
.signal-one { width: 500px; height: 500px; }
.signal-two { width: 690px; height: 690px; }
.metric-card { position: absolute; z-index: 6; min-width: 185px; padding: 15px 18px; border-radius: 16px; background: rgba(246,243,232,.95); color: var(--ink); box-shadow: 0 22px 50px rgba(0,0,0,.2); direction: rtl; }
.metric-card strong, .metric-card span { display: block; }
.metric-card strong { font-size: .9rem; }
.metric-card span { color: var(--muted); font-size: .72rem; }
.metric-one { top: 120px; left: -5px; }
.metric-two { bottom: 105px; right: -10px; }

.growth { padding-block: 130px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: center; }
.growth-art { min-height: 680px; display: grid; place-items: center; position: relative; }
.growth-art::before { content: ""; position: absolute; width: 530px; height: 530px; border-radius: 50%; background: var(--sage-soft); }
.forest-card { width: min(460px, 90%); height: 620px; position: relative; border-radius: 38px; background: #2c4a32; overflow: hidden; box-shadow: 0 38px 80px rgba(40,63,43,.19); }
.forest-top { color: white; padding: 28px 32px; display: flex; justify-content: space-between; align-items: center; }
.forest-top span { font-family: "Times New Roman", "Geeza Pro", serif; font-size: 1.7rem; }
.forest-top small { color: #b8c6b3; }
.phone-growth { position: absolute; width: 260px; height: 564px; left: 50%; top: 92px; transform: translateX(-50%); border-color: #17241a; }
.forest-caption { position: absolute; bottom: 22px; right: 20px; left: 20px; z-index: 3; background: rgba(247,245,237,.94); border-radius: 20px; padding: 16px 20px; backdrop-filter: blur(14px); }
.forest-caption b, .forest-caption span { display: block; }
.forest-caption span { color: var(--muted); font-size: .8rem; }
.growth-copy p { color: var(--muted); font-size: 1.08rem; max-width: 480px; margin-top: 26px; }
.growth-quote { margin-top: 34px; padding: 22px 24px; border-right: 2px solid var(--gold); color: var(--olive); font-family: "Times New Roman", "Geeza Pro", serif; font-size: 1.35rem; }

.screens { padding-block: 110px; overflow: visible; }
.gallery-controls { display: flex; direction: ltr; gap: 8px; }
.gallery-controls button { width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--olive); cursor: pointer; transition: background .2s ease, color .2s ease; }
.gallery-controls button:hover { background: var(--olive); color: white; }
.screen-gallery { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 20px 4px 40px; scrollbar-width: none; direction: rtl; }
.screen-gallery::-webkit-scrollbar { display: none; }
.screen-gallery figure { margin: 0; flex: 0 0 226px; scroll-snap-align: start; }
.screen-gallery img { width: 226px; height: 491px; object-fit: cover; border-radius: 32px; border: 5px solid #26352a; box-shadow: 0 22px 50px rgba(39,62,42,.12); }
.screen-gallery figcaption { margin-top: 13px; text-align: center; color: var(--muted); font-size: .82rem; }

.story { min-height: 700px; padding-block: 100px; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px, 8vw, 110px); align-items: center; border-top: 1px solid var(--line); }
.story-media { width: min(420px, 100%); aspect-ratio: 9 / 10; justify-self: center; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 48% 48% 36px 36px; background: rgba(255,255,255,.58); box-shadow: 0 28px 70px rgba(39,62,42,.08); position: relative; }
.story-media::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(178,148,82,.2); border-radius: inherit; pointer-events: none; }
.story-media video { width: 100%; height: 100%; object-fit: cover; display: block; mix-blend-mode: multiply; }
.story-copy h2 { font-size: clamp(2.8rem, 4.6vw, 4.8rem); line-height: 1.28; margin: 16px 0 30px; }
.story-copy p { color: var(--muted); font-size: 1.06rem; line-height: 2.05; max-width: 690px; }
.quran-verse { color: var(--olive); font-family: "Times New Roman", "Geeza Pro", serif; font-size: 1.12em; white-space: nowrap; }

.team { padding-block: 100px 130px; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.team-member { min-height: 190px; padding: 28px; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.32); display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; position: relative; }
.team-member > span { position: absolute; top: 20px; left: 22px; color: var(--gold); font-size: .72rem; }
.avatar { width: 68px; height: 68px; border-radius: 50%; display: grid; place-items: center; background: var(--olive); color: white; font-family: "Times New Roman", serif; font-size: 1.8rem; }
.team-member h3 { margin-bottom: 2px; }
.team-member p { margin: 0; color: var(--muted); font-size: .86rem; }

.faq { padding-block: 120px; border-top: 1px solid var(--line); display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.faq-title { position: sticky; top: 110px; }
.faq-title p { color: var(--muted); margin-top: 20px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; padding: 26px 0; font-weight: 650; display: flex; justify-content: space-between; gap: 24px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--olive); transition: transform .25s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); padding: 0 0 24px; max-width: 680px; }

.download { padding-block: 80px 120px; }
.download-card { min-height: 520px; border-radius: 42px; padding: 70px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative; overflow: hidden; background: var(--olive); color: white; box-shadow: 0 35px 80px rgba(39,62,42,.19); }
.download-card::before, .download-card::after { content: ""; position: absolute; width: 380px; height: 380px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.download-card::before { right: -120px; top: -180px; }
.download-card::after { left: -100px; bottom: -210px; }
.download-leaves { position: absolute; top: 28px; left: 42px; font-family: Georgia, serif; font-size: 7rem; color: rgba(255,255,255,.08); transform: rotate(-28deg); }
.download-card h2 { color: white; font-size: clamp(3rem, 5vw, 5rem); line-height: 1.2; margin: 15px 0 20px; }
.download-card p { color: #cfdbd0; max-width: 560px; }
.store-badge { margin-top: 22px; border: 1px solid rgba(255,255,255,.25); border-radius: 15px; padding: 9px 23px; min-width: 170px; direction: ltr; line-height: 1.15; }
.store-badge small, .store-badge strong { display: block; }
.store-badge small { font-size: .6rem; opacity: .75; }
.store-badge strong { font-family: Arial, sans-serif; font-size: 1.25rem; }

footer { background: #1a2e20; color: #ecede5; padding-top: 75px; }
.footer-main { display: grid; grid-template-columns: .7fr 1fr 1.5fr; gap: 40px; align-items: center; padding-bottom: 60px; }
.footer-brand .brand-mark { width: 48px; height: 46px; padding: 5px; border-radius: 13px; background: #f0ecdb; }
.footer-brand .brand-mark img { width: 39px; height: 36px; }
.footer-main > p { margin: 0; color: #aeb9b0; }
.footer-links { display: flex; justify-content: flex-end; gap: 26px; flex-wrap: wrap; color: #bec6bf; font-size: .82rem; }
.footer-links a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-block: 20px; display: flex; justify-content: space-between; color: #89978c; font-size: .72rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: block; }
  .desktop-nav.mobile-open { position: fixed; display: flex; inset: 96px 16px auto; padding: 28px; background: var(--paper); border: 1px solid var(--line); border-radius: 24px; flex-direction: column; align-items: center; box-shadow: var(--shadow); }
  .hero { grid-template-columns: 1fr; text-align: center; padding-top: 85px; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-visual { width: min(620px, 100%); margin-inline: auto; }
  .why-grid, .ai-grid, .growth, .story, .faq { grid-template-columns: 1fr; gap: 55px; }
  .journey-track { grid-template-columns: repeat(2, 1fr); border-top: 0; gap: 0; }
  .journey-track article { border-top: 1px solid var(--line); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-large { grid-column: span 2; }
  .growth-copy { grid-row: 1; text-align: center; }
  .growth-copy p { margin-inline: auto; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-title { position: static; }
  .story-media { grid-row: 1; width: min(390px, 78vw); }
  .footer-main { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .footer-links { justify-content: center; }
}

@media (max-width: 640px) {
  .section-shell { width: min(calc(100% - 30px), 1180px); }
  .site-header { height: 66px; padding: 0 15px; margin-top: 10px; }
  .brand { font-size: 1.2rem; }
  .brand-mark { width: 40px; height: 38px; }
  .brand-mark img { width: 40px; height: 38px; }
  .hero { min-height: auto; gap: 30px; padding-block: 70px 85px; }
  h1 { font-size: clamp(2.9rem, 14vw, 4.15rem); }
  .hero-detail { font-size: .94rem; }
  .hero-actions { flex-direction: column; width: 100%; }
  .button { width: 100%; }
  .hero-visual { min-height: 510px; transform: scale(.86); margin-block: -20px -45px; }
  .phone-main { width: 220px; height: 478px; transform: rotate(2deg) translateX(-15px); }
  .phone-back { width: 175px; height: 380px; right: -4px; }
  .floating-note { min-width: 155px; padding: 10px 12px; }
  .note-plan { left: -8px; }
  .note-growth { right: -18px; }
  .scroll-cue { display: none; }
  .why, .journey, .features, .screens, .team, .faq { padding-block: 80px; }
  .why-grid { gap: 35px; }
  .why-copy { font-size: 1rem; }
  .progress-scene { margin-top: 52px; min-height: auto; padding: 14px; display: flex; flex-direction: column; gap: 12px; border-radius: 26px; }
  .progress-flow { order: 1; width: 100%; max-width: none; margin: 0; padding: 12px; flex-wrap: wrap; gap: 7px 10px; border-radius: 18px; white-space: normal; }
  .progress-flow i { transform: rotate(-90deg); }
  .progress-forest { order: 2; position: relative; inset: auto; z-index: 1; width: 100%; height: 250px; border-radius: 19px; }
  .progress-forest::after { background: linear-gradient(180deg, rgba(247,245,237,.05), transparent 62%, rgba(247,245,237,.25)); }
  .progress-forest img { object-position: center 58%; transform: scale(1.015); animation-duration: 12s; }
  .surah-states { order: 3; position: relative; right: auto; left: auto; bottom: auto; grid-template-columns: 1fr; gap: 8px; }
  .surah-state { padding: 11px 12px; background: rgba(255,254,249,.94); }
  .progress-ending { order: 4; position: relative; right: auto; left: auto; bottom: auto; min-height: 42px; gap: 9px; font-size: .88rem; }
  .progress-ending span { width: 18px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 20px; margin-bottom: 40px; }
  .journey-track { grid-template-columns: 1fr; }
  .journey-track article { min-height: auto; padding: 36px 20px 24px; border-left: 0; }
  .journey-icon { margin-bottom: 14px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-large { grid-column: span 1; grid-template-columns: 1fr; padding-bottom: 0; }
  .screen-stack { height: 320px; margin-top: 10px; }
  .screen-stack img { width: 148px; }
  .ai-section { padding-block: 90px; }
  .ai-grid { gap: 35px; }
  .ai-visual { min-height: 580px; transform: scale(.86); margin-block: -30px; }
  .phone-ai { width: 250px; height: 543px; }
  .metric-one { left: -20px; }
  .metric-two { right: -24px; }
  .growth { padding-block: 90px; gap: 35px; }
  .growth-art { min-height: 600px; transform: scale(.9); margin-block: -30px; }
  .forest-card { height: 590px; }
  .story { min-height: auto; padding-block: 80px; }
  .story-media { width: min(330px, 88vw); border-radius: 46% 46% 28px 28px; }
  .story-copy { text-align: center; }
  .story-copy p { line-height: 1.95; }
  .team-grid { grid-template-columns: 1fr; }
  .team-member { min-height: 160px; }
  .download { padding-block: 50px 90px; }
  .download-card { min-height: 480px; padding: 45px 24px; border-radius: 30px; }
  .footer-main { padding-bottom: 45px; }
  .footer-links { flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
