:root{--bg:#fafaf9;--bg-strong:#f5f5f4;--surface:#ffffff;--surface-strong:#fafaf9;--surface-muted:#f5f5f4;--text:#1c1917;--muted:#78716c;--muted-strong:#44403c;--line:#e7e5e4;--line-strong:#d6d3d1;--accent:#059669;--accent-deep:#047857;--accent-bright:#34d399;--accent-soft:rgba(5,150,105,0.1);--shadow:0 1px 3px rgba(0,0,0,0.06),0 4px 12px rgba(0,0,0,0.04);--shadow-soft:0 1px 2px rgba(0,0,0,0.05);--radius-xl:1.75rem;--radius-lg:1.25rem;--radius-md:1rem;--container:1180px}@media (prefers-color-scheme:dark){:root{--bg:#0A1F17;--bg-strong:#1c1917;--surface:#1c1917;--surface-strong:#292524;--surface-muted:#1c1917;--text:#f5f5f4;--muted:#a8a29e;--muted-strong:#d6d3d1;--line:#292524;--line-strong:#44403c;--accent:#34d399;--accent-deep:#6ee7b7;--accent-bright:#6ee7b7;--accent-soft:rgba(52,211,153,0.1);--shadow:0 1px 3px rgba(0,0,0,0.3),0 4px 12px rgba(0,0,0,0.2);--shadow-soft:0 1px 2px rgba(0,0,0,0.2)}}html.dark{--bg:#0A1F17;--bg-strong:#1c1917;--surface:#1c1917;--surface-strong:#292524;--surface-muted:#1c1917;--text:#f5f5f4;--muted:#a8a29e;--muted-strong:#d6d3d1;--line:#292524;--line-strong:#44403c;--accent:#34d399;--accent-deep:#6ee7b7;--accent-bright:#6ee7b7;--accent-soft:rgba(52,211,153,0.1);--shadow:0 1px 3px rgba(0,0,0,0.3),0 4px 12px rgba(0,0,0,0.2);--shadow-soft:0 1px 2px rgba(0,0,0,0.2)}html.light{--bg:#fafaf9;--bg-strong:#f5f5f4;--surface:#ffffff;--surface-strong:#fafaf9;--surface-muted:#f5f5f4;--text:#1c1917;--muted:#78716c;--muted-strong:#44403c;--line:#e7e5e4;--line-strong:#d6d3d1;--accent:#059669;--accent-deep:#047857;--accent-bright:#34d399;--accent-soft:rgba(5,150,105,0.1);--shadow:0 1px 3px rgba(0,0,0,0.06),0 4px 12px rgba(0,0,0,0.04);--shadow-soft:0 1px 2px rgba(0,0,0,0.05)}*{box-sizing:border-box}html{scroll-behavior:smooth;color-scheme:light dark}body,html{background:var(--bg)}body{margin:0;min-height:100vh;overflow-x:hidden;color:var(--text);font-family:var(--font-inter),system-ui,-apple-system,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a:hover{color:var(--accent-deep)}::selection{background:rgba(5,150,105,.2)}img,svg{display:block}a,button{-webkit-tap-highlight-color:transparent}.site-shell{position:relative;isolation:isolate}.site-shell--editorial{min-height:100vh;background:radial-gradient(ellipse 120% 48% at 50% -10%,rgba(5,56,39,.5),transparent 62%),radial-gradient(circle at 85% 20%,rgba(52,211,153,.08),transparent 34%),var(--bg)}.container{width:min(var(--container),calc(100% - 2rem));margin:0 auto}.topbar{position:relative;z-index:20;display:flex;justify-content:space-between;gap:1rem;width:min(var(--container),calc(100% - 1.25rem));margin:.9rem auto 0;padding:.55rem .6rem .55rem 1rem;border:1px solid var(--line-strong);border-radius:999px;background:color-mix(in srgb,var(--bg) 94%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--shadow-soft)}.brand,.topbar{align-items:center}.brand{display:inline-flex;gap:.75rem;min-width:0;flex:0 1 auto}.brand span{display:grid;min-width:0}.brand strong,.footer__brand strong{font-family:var(--font-inter),system-ui,sans-serif;font-size:1rem;font-weight:700;letter-spacing:-.01em}.brand small,.footer__brand p{color:var(--muted);font-size:.78rem;line-height:1.2}.brand-mark{width:72px;height:72px;flex:0 0 72px;object-fit:contain;image-rendering:auto}.topbar .brand-mark{width:42px;height:42px;flex-basis:42px}.topnav{display:flex;align-items:center;gap:1.15rem;color:var(--muted-strong);font-size:.92rem;font-weight:500}.topnav a{position:relative;padding-bottom:.15rem}.topnav a:after{content:"";position:absolute;left:0;right:0;bottom:-.08rem;height:1px;border-radius:999px;background:currentColor;opacity:0;transform:scaleX(.84);transition:opacity .16s ease,transform .16s ease}.topnav a:hover:after{opacity:.5;transform:scaleX(1)}.topbar-actions{display:inline-flex;align-items:center;gap:.65rem;flex:0 0 auto}.topbar-play__short{display:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:.48rem;min-height:2.6rem;padding:.65rem 1rem;border-radius:999px;border:1px solid transparent;font-size:.92rem;font-weight:600;transition:transform .16s ease,background-color .16s ease,border-color .16s ease,box-shadow .16s ease}.button:hover{transform:translateY(-1px)}.button--primary{color:#fff;background:var(--accent-deep)}@media (prefers-color-scheme:dark){.button--primary{background:#059669;color:#fff}}html.dark .button--primary{background:#059669;color:#fff}html.light .button--primary{background:var(--accent-deep);color:#fff}.button--primary:hover{background:#065f46}.button--ghost{color:var(--muted-strong);border-color:var(--line-strong);background:var(--surface)}.hero,.section{width:min(var(--container),calc(100% - 2rem));margin:0 auto}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(350px,.95fr);grid-gap:2.6rem;gap:2.6rem;align-items:start;padding:4.75rem 0 2.9rem;position:relative}.eyebrow{display:inline-flex;align-items:center;gap:.45rem;padding:.35rem .7rem;border:1px solid rgba(5,150,105,.25);border-radius:999px;background:rgba(5,150,105,.07);color:var(--accent-deep);font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}@media (prefers-color-scheme:dark){.eyebrow{color:var(--accent-bright);border-color:rgba(52,211,153,.2);background:rgba(52,211,153,.07)}}.hero h1,.premium h2,.privacy h2,.section h2{font-family:var(--font-inter),system-ui,sans-serif;line-height:1.06;letter-spacing:-.025em}.hero h1{max-width:10ch;margin:1rem 0 1.1rem;font-size:clamp(3.4rem,8vw,6.5rem);font-weight:800}.card p,.faq-item p,.hero p,.premium p,.privacy p,.section p{color:var(--muted);line-height:1.7}.hero-lede{max-width:40rem;font-size:1.08rem;color:var(--muted-strong)}.hero-actions{gap:.85rem;margin-top:1.5rem}.hero-actions,.hero-meta{display:flex;flex-wrap:wrap}.hero-meta{gap:.6rem;margin-top:1.25rem}.chip,.faq-badge,.state-chip,.trust-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.38rem .7rem;border-radius:999px;border:1px solid var(--line);background:var(--surface);color:var(--muted-strong);font-size:.84rem;font-weight:500}.hero-panel{display:grid;grid-gap:1.2rem;gap:1.2rem}.hero-panel__note{justify-self:stretch;max-width:none;padding:.85rem 1rem;border:1px solid rgba(5,150,105,.25);border-radius:var(--radius-md);background:rgba(5,150,105,.06);color:var(--accent-deep);font-size:.92rem;line-height:1.55}@media (prefers-color-scheme:dark){.hero-panel__note{color:var(--accent-bright);border-color:rgba(52,211,153,.2);background:rgba(52,211,153,.06)}}.hero-panel__grid{grid-template-columns:1fr 1fr}.hero-panel__grid,.hero-panel__stack{display:grid;grid-gap:1rem;gap:1rem}.device-shell{position:relative;min-height:100%;padding:1.25rem 1rem 1rem;border:1px solid var(--line-strong);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow);overflow:hidden}.device-shell:after{content:"";position:absolute;top:.5rem;left:50%;width:4.5rem;height:.28rem;transform:translateX(-50%);border-radius:999px;background:var(--line-strong);pointer-events:none}.device-shell__top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.device-shell__label{color:var(--accent-deep);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}@media (prefers-color-scheme:dark){.device-shell__label{color:var(--accent-bright)}}.device-shell__signal{width:2rem;height:.3rem;border-radius:999px;background:linear-gradient(90deg,rgba(5,150,105,.15),rgba(5,150,105,.5))}.device-shell h3{margin:0 0 .4rem;font-family:var(--font-inter),system-ui,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--text)}.device-shell p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.6}.device-shell__content,.device-shell__footer{margin-top:1rem}.screen-card{padding:.85rem;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-strong)}.screen-card+.screen-card{margin-top:.75rem}.screen-card__title{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem;color:var(--text);font-size:.875rem;font-weight:600}.screen-card__line{height:.38rem;border-radius:999px;background:var(--line-strong)}.screen-card__line+.screen-card__line{margin-top:.4rem}.card-grid,.faq-grid,.metrics,.preview-grid,.trust-row{display:grid;grid-gap:1rem;gap:1rem}.trust-row{grid-template-columns:repeat(4,minmax(0,1fr));margin:1.25rem 0 0}.trust-pill{justify-content:center;min-height:3.2rem;text-align:center;background:rgba(5,150,105,.07);color:var(--accent-deep);border-color:rgba(5,150,105,.2)}@media (prefers-color-scheme:dark){.trust-pill{color:var(--accent-bright);border-color:rgba(52,211,153,.2);background:rgba(52,211,153,.07)}}.section{padding:5.4rem 0 0}.site-shell main>.section{position:relative}.site-shell main>.section:before{content:"";position:absolute;top:2.2rem;left:50%;transform:translateX(-50%);width:min(var(--container),calc(100% - 2rem));height:1px;background:var(--line)}.section__heading{max-width:42rem;margin-bottom:1.4rem}.premium h2,.privacy h2,.section h2{margin:0 0 .75rem;font-size:clamp(2.1rem,4.2vw,3.6rem);font-weight:800}.section-lede{max-width:42rem;font-size:1.05rem;color:var(--muted-strong)}.card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.card,.cta-banner,.faq-item,.feature-rail,.premium__panel,.preview-panel,.privacy__panel,.trust-banner{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-soft);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.card:hover,.faq-item:hover,.premium__panel:hover,.preview-panel:hover,.privacy__panel:hover{transform:translateY(-2px);border-color:rgba(5,150,105,.3);box-shadow:var(--shadow)}.card,.faq-item,.feature-rail,.preview-panel{padding:1.2rem}.card h3,.faq-item h3,.feature-rail h3,.premium__panel h3,.preview-panel h3,.privacy__panel h3{margin:0 0 .5rem;font-size:1.05rem;font-weight:700;line-height:1.25;letter-spacing:-.01em}.card p,.faq-item p,.feature-rail p,.premium__panel p,.preview-panel p,.privacy__panel p{margin:0}.trust-banner{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:1rem;gap:1rem;align-items:center;padding:1.2rem 1.35rem;margin-top:1rem}.trust-banner strong{display:block;margin-bottom:.25rem;font-size:1rem}.state-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.85rem;gap:.85rem}.state-card{display:grid;grid-gap:.55rem;gap:.55rem;padding:1rem;border-radius:var(--radius-md);border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-soft);transition:transform .18s ease,border-color .18s ease}.state-card:hover{transform:translateY(-2px);border-color:rgba(5,150,105,.3)}.state-card strong{font-family:var(--font-inter),system-ui,sans-serif;font-size:1rem;font-weight:700}.state-card span{color:var(--accent-deep);font-size:1.6rem;line-height:1}@media (prefers-color-scheme:dark){.state-card span{color:var(--accent-bright)}}.feature-rail{min-height:100%}.feature-rail+.feature-rail{margin-top:1rem}.preview-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.preview-panel__meta{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.85rem}.preview-panel__mock{margin-top:1rem}.preview-card{padding:.85rem;border-radius:var(--radius-md);border:1px solid var(--line);background:var(--surface-strong)}.preview-card+.preview-card{margin-top:.75rem}.preview-card__title{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.45rem;font-size:.92rem;font-weight:700}.preview-card__body{color:var(--muted);font-size:.92rem;line-height:1.5}.premium,.privacy{width:min(var(--container),calc(100% - 2rem));margin:0 auto;padding:4.5rem 0 0}.premium__panel,.privacy__panel{padding:1.35rem}.premium-grid,.privacy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.faq-item h3{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.faq-item h3 span{color:var(--accent-deep);font-size:.95rem;font-weight:700}@media (prefers-color-scheme:dark){.faq-item h3 span{color:var(--accent-bright)}}.cta-banner{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:1rem;gap:1rem;align-items:center;padding:1.4rem;margin-top:1rem}.cta-banner__actions{display:flex;gap:.75rem;flex-wrap:wrap}.footer{width:min(var(--container),calc(100% - 2rem));margin:5.2rem auto 0;padding:1.4rem 0 2rem;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,.8fr) auto;grid-gap:1.25rem;gap:1.25rem;border-top:1px solid var(--line)}.footer__brand{display:flex;align-items:center;gap:.8rem;margin-bottom:.8rem}.footer__note{max-width:32rem;margin:0;color:var(--muted);line-height:1.6}.footer__links{display:grid;align-content:start;grid-gap:.55rem;gap:.55rem;color:var(--muted-strong);font-weight:600}.footer__links a,.footer__trust{display:inline-flex;align-items:center;gap:.45rem}.footer__trust{align-self:start;padding:.5rem .8rem;border-radius:999px;border:1px solid rgba(5,150,105,.2);background:rgba(5,150,105,.06);color:var(--accent-deep);font-size:.88rem;font-weight:600}@media (prefers-color-scheme:dark){.footer__trust{color:var(--accent-bright);border-color:rgba(52,211,153,.2);background:rgba(52,211,153,.06)}}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border-radius:999px;border:1px solid var(--line-strong);background:var(--surface);color:var(--muted-strong);cursor:pointer;transition:background-color .16s ease,border-color .16s ease,transform .16s ease}.theme-toggle:hover{background:var(--surface-strong);transform:translateY(-1px)}.theme-toggle--placeholder{pointer-events:none;opacity:0}.page-gap{display:grid;grid-gap:1rem;gap:1rem}.legal-list{display:grid;grid-gap:.8rem;gap:.8rem;padding-left:1.2rem;color:var(--muted)}.legal-list li{line-height:1.6}.legal-list strong,.policy-doc{color:var(--text)}.policy-doc{max-width:760px;padding:4.5rem 0 3rem}.policy-header{margin-bottom:2rem}.policy-header h1{margin:0 0 .35rem;font-family:var(--font-inter),system-ui,sans-serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.05;letter-spacing:-.03em;color:var(--text)}.policy-header p{margin:0;color:var(--muted);font-size:.92rem}.policy-badge{display:inline-flex;flex-wrap:wrap;gap:.35rem;padding:.4rem .7rem;margin-bottom:1.6rem;border:1px solid rgba(5,150,105,.2);border-radius:999px;background:rgba(5,150,105,.07);color:var(--accent-deep);font-size:.82rem;font-weight:700}@media (prefers-color-scheme:dark){.policy-badge{color:var(--accent-bright);border-color:rgba(52,211,153,.2);background:rgba(52,211,153,.06)}}.policy-doc h2{margin:1.8rem 0 .55rem;color:var(--text);font-family:var(--font-inter),system-ui,sans-serif;font-size:1.1rem;font-weight:700;line-height:1.2}.policy-doc li,.policy-doc p{font-size:.97rem;line-height:1.78;color:var(--muted-strong)}.policy-doc p,.policy-doc ul{margin:0 0 .82rem}.policy-doc ul{padding-left:1.25rem}.policy-doc li+li{margin-top:.4rem}.policy-doc a{color:var(--accent-deep)}@media (prefers-color-scheme:dark){.policy-doc a{color:var(--accent-bright)}}.policy-footer{margin-top:2.75rem;padding-top:1rem;border-top:1px solid var(--line);color:var(--muted);font-size:.86rem}.policy-footer p{margin:0}@media (max-width:1100px){.hero{grid-template-columns:1fr;padding-top:4.5rem;gap:1.8rem}.hero h1{max-width:none}.hero-panel__note{justify-self:start}.card-grid,.preview-grid,.state-grid,.trust-row{grid-template-columns:repeat(2,minmax(0,1fr))}.footer{grid-template-columns:1fr}}@media (max-width:760px){.container,.footer,.hero,.premium,.privacy,.section{width:min(var(--container),calc(100% - 1.4rem))}.hero-copy,.premium>div,.privacy>div,.section__heading{max-width:34rem}.card p,.faq-item p,.feature-rail p,.footer__note,.hero-lede,.premium__panel p,.preview-panel p,.privacy__panel p,.section-lede{max-width:62ch}.topbar{width:min(var(--container),calc(100% - 1.4rem));margin:.7rem auto 0;padding:.65rem .75rem;gap:.55rem;border-radius:1.1rem;align-items:center}.brand{gap:.55rem;min-width:0;flex:1 1 auto}.brand strong{font-size:.95rem}.brand small{font-size:.68rem;line-height:1.15}.brand-mark{width:56px;height:56px;flex-basis:56px}.topnav{display:none}.topbar-actions{gap:.45rem;flex:0 0 auto}.topbar-play{min-height:2.15rem;padding:.5rem .78rem;font-size:.78rem;gap:.32rem;white-space:nowrap}.topbar-play__full{display:none}.topbar-play__short{display:inline}.theme-toggle{width:2.15rem;height:2.15rem}.hero{padding-top:2rem;padding-bottom:1.25rem;gap:.9rem}.hero>*{min-width:0}.eyebrow{font-size:.68rem;padding:.3rem .55rem}.hero h1{font-size:clamp(2.35rem,12vw,3.6rem);line-height:.98;letter-spacing:-.04em;margin:.55rem 0 .75rem;max-width:7.5ch}.hero-lede{max-width:34ch}.hero-lede,.section-lede{font-size:.94rem;line-height:1.65}.hero-actions{margin-top:1rem;gap:.55rem}.hero-actions .button{min-height:2.35rem;padding:.58rem .82rem;font-size:.82rem}.hero-meta{margin-top:.8rem;gap:.45rem}.chip,.faq-badge,.state-chip,.trust-pill{font-size:.76rem;padding:.34rem .58rem}.hero-panel{gap:.85rem}.hero-panel__note{padding:.8rem .9rem;border-radius:.9rem;font-size:.85rem;line-height:1.5;justify-self:stretch}.cta-banner,.hero-panel__grid,.premium-grid,.preview-grid,.privacy-grid,.trust-banner,.trust-row{grid-template-columns:1fr}.card-grid,.faq-grid,.state-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-panel__grid,.hero-panel__stack{gap:.7rem}.card-grid,.faq-grid,.premium-grid,.preview-grid,.privacy-grid,.state-grid,.trust-row{gap:.8rem}.device-shell{padding:1rem .85rem .85rem;border-radius:1.15rem}.device-shell h3{font-size:1.05rem}.device-shell p{font-size:.86rem;line-height:1.55}.device-shell__top{margin-bottom:.8rem}.preview-card,.screen-card{padding:.75rem;border-radius:.9rem}.preview-card__body,.preview-card__title,.screen-card__title{font-size:.84rem}.premium,.privacy,.section{padding-top:2.35rem}.site-shell main>.section:before{top:1rem;width:min(var(--container),calc(100% - 1rem))}.section__heading{margin-bottom:.75rem}.premium h2,.privacy h2,.section h2{font-size:clamp(1.65rem,8vw,2.3rem);line-height:1.03;margin:0 0 .55rem;letter-spacing:-.03em}.card,.cta-banner,.faq-item,.feature-rail,.premium__panel,.preview-panel,.privacy__panel,.trust-banner{padding:.9rem .88rem;border-radius:1rem}.card h3,.faq-item h3,.feature-rail h3,.premium__panel h3,.preview-panel h3,.privacy__panel h3{font-size:.98rem;line-height:1.25}.card p,.faq-item p,.feature-rail p,.premium__panel p,.preview-panel p,.privacy__panel p{font-size:.86rem;line-height:1.6}.trust-row{margin-top:.9rem}.trust-pill{min-height:2.7rem;justify-content:flex-start;text-align:left}.state-grid{gap:.7rem}.state-card{padding:.85rem;gap:.45rem;border-radius:.95rem}.state-card strong{font-size:.95rem}.state-card span{font-size:1.35rem}.preview-panel__meta{margin-top:.7rem;gap:.35rem}.premium__panel,.privacy__panel{padding:1rem}.faq-item h3{gap:.55rem}.faq-item h3 span{font-size:.82rem}.cta-banner__actions{gap:.55rem}.cta-banner__actions .button{width:100%}.footer{margin-top:2.6rem;padding:1.1rem 0 1.5rem;gap:1rem}.footer__brand{gap:.65rem;margin-bottom:.65rem}.footer__note{font-size:.86rem;line-height:1.6}.footer__links{gap:.45rem;font-size:.92rem}.footer__trust{font-size:.8rem;padding:.45rem .7rem}.policy-doc{padding:2.4rem 0 2rem}.policy-header{margin-bottom:1.4rem}.policy-header h1{font-size:clamp(1.7rem,9vw,2.4rem)}.policy-doc h2{font-size:1rem;margin:1.35rem 0 .5rem}.policy-doc li,.policy-doc p{font-size:.92rem;line-height:1.72}}@media (max-width:420px){.topbar{padding:.6rem .65rem;width:calc(100% - 1rem)}.brand strong{font-size:.92rem}.brand small{display:none}.brand-mark{width:46px;height:46px;flex-basis:46px}.topbar-play{padding:.48rem .72rem;font-size:.75rem}.hero{padding-top:1.6rem}.hero h1{font-size:clamp(2.1rem,12vw,3rem);max-width:7.5ch}.hero-lede,.section-lede{font-size:.9rem}.button{font-size:.8rem}.card,.cta-banner,.faq-item,.feature-rail,.premium__panel,.preview-panel,.privacy__panel,.trust-banner{padding:.82rem .8rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{transition:none!important;animation:none!important}}.editorial{--ed-bg:#0a1f17;--ed-bg2:#071510;--ed-surf:rgba(10,22,15,0.75);--ed-text:#ede9e4;--ed-dim:#5c574f;--ed-dim2:#9a948e;--ed-line:rgba(60,56,50,0.45);--ed-line-soft:rgba(52,211,153,0.08);--ed-accent:#34d399;--ed-acc2:#6ee7b7;--ed-forest:#053827;--ed-serif:var(--font-editorial),"Cormorant Garamond",Georgia,serif;--ed-sans:var(--font-inter),system-ui,sans-serif;--ed-arabic:var(--font-arabic),"Noto Naskh Arabic",serif;--ed-max:1080px;position:relative;min-height:100svh;background:var(--ed-bg);color:var(--ed-text);font-family:var(--ed-sans);letter-spacing:-.005em;overflow-x:hidden;background-image:radial-gradient(ellipse 180% 55% at 50% -8%,rgba(5,56,39,.6) 0,transparent 65%)}.editorial.is-light{--ed-bg:#f7f4ef;--ed-bg2:#ede8e1;--ed-surf:rgba(255,255,255,0.8);--ed-text:#1c1917;--ed-dim:#78716c;--ed-dim2:#44403c;--ed-line:rgba(200,195,185,0.5);--ed-line-soft:rgba(5,150,105,0.12);--ed-accent:#047857;--ed-acc2:#059669;background-image:none}.editorial a{color:inherit;text-decoration:none}.editorial ::selection{background:rgba(52,211,153,.18)}.editorial-progress{position:fixed;top:0;left:0;z-index:200;height:1.5px;width:0;background:var(--ed-accent);transition:width 50ms linear;pointer-events:none}.editorial-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.4rem 2.5rem;display:flex;align-items:center;justify-content:space-between;transition:background .3s ease,border-color .3s ease,-webkit-backdrop-filter .3s ease;transition:background .3s ease,backdrop-filter .3s ease,border-color .3s ease;transition:background .3s ease,backdrop-filter .3s ease,border-color .3s ease,-webkit-backdrop-filter .3s ease;border-bottom:1px solid transparent}.editorial-nav.is-scrolled{background:color-mix(in srgb,var(--ed-bg) 85%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom-color:var(--ed-line)}.editorial-nav__brand{display:flex;align-items:center;gap:.7rem;opacity:.9;transition:opacity .2s ease}.editorial-nav__brand:hover{opacity:1}.editorial-nav__mark{width:34px;height:34px;border-radius:9px;overflow:hidden;background:var(--ed-forest);display:flex;align-items:center;justify-content:center;flex-shrink:0}.editorial-nav__mark img{width:100%;height:100%;object-fit:contain}.editorial-nav__word{font-size:.92rem;font-weight:600;letter-spacing:-.01em;color:var(--ed-text)}.editorial-nav__tag{display:block;margin-top:1px;font-size:.65rem;color:var(--ed-dim2);letter-spacing:.04em;text-transform:uppercase}.editorial-nav__right{display:flex;align-items:center;gap:.8rem}.editorial-nav__cta,.editorial-nav__theme{font-family:var(--ed-sans);background:transparent;color:var(--ed-dim2);border:1px solid var(--ed-line);cursor:pointer;transition:border-color .2s ease,color .2s ease,transform .2s ease}.editorial-nav__theme{width:34px;height:34px;border-radius:999px;font-size:14px;display:flex;align-items:center;justify-content:center}.editorial-nav__cta:hover,.editorial-nav__theme:hover{border-color:var(--ed-accent);color:var(--ed-accent)}.editorial-nav__cta{color:var(--ed-text);padding:.45rem 1rem;border-radius:999px;font-size:.78rem;font-weight:600;letter-spacing:.02em;display:inline-flex;align-items:center;gap:.3rem}.ed-open{min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8rem 2rem 6rem;position:relative}.ed-open__label{font-size:.65rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--ed-dim);margin-bottom:3rem;opacity:0;animation:ed-fade 1.2s ease .3s forwards}.ed-open__arabic{font-family:var(--ed-arabic);font-size:clamp(7rem,20vw,16rem);font-weight:400;color:var(--ed-text);line-height:.9;letter-spacing:-.02em;opacity:0;animation:ed-fade 1.6s ease .5s forwards;direction:rtl}.ed-open__sub{font-family:var(--ed-serif);font-size:clamp(.95rem,2.2vw,1.35rem);font-weight:300;font-style:italic;color:var(--ed-dim2);margin-top:2.5rem;opacity:0;animation:ed-fade 1.2s ease .9s forwards}.ed-open__play{font-size:.72rem;font-weight:500;letter-spacing:.08em;color:var(--ed-dim);margin-top:1rem;opacity:0;animation:ed-fade 1.2s ease 1.1s forwards}.ed-open__play a{color:var(--ed-accent);border-bottom:1px solid rgba(52,211,153,.3);padding-bottom:1px}.ed-open__hint{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--ed-dim);font-size:.62rem;letter-spacing:.15em;text-transform:uppercase;opacity:0;animation:ed-fade 1.2s ease 1.5s forwards}.ed-open__hint-line{width:1px;height:40px;background:linear-gradient(to bottom,var(--ed-dim),transparent)}@keyframes ed-fade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ed-reveal{opacity:0;transform:translateY(28px);transition:opacity .9s ease,transform .9s ease}.ed-reveal.is-visible{opacity:1;transform:none}.ed-reveal[data-delay="1"]{transition-delay:.1s}.ed-reveal[data-delay="2"]{transition-delay:.22s}.ed-reveal[data-delay="3"]{transition-delay:.34s}.ed-reveal[data-delay="4"]{transition-delay:.46s}.ed-rule{width:min(var(--ed-max),calc(100% - 5rem));margin:0 auto;height:1px;background:var(--ed-line)}.ed-s{max-width:calc(var(--ed-max) + 4rem);margin:0 auto;padding:8rem 2.5rem}.ed-num{font-size:.62rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--ed-dim);display:flex;align-items:center;gap:.6rem;margin-bottom:3.5rem}.ed-num:before{content:"";display:block;width:2rem;height:1px;background:var(--ed-dim)}.ed-h{font-family:var(--ed-serif);font-size:clamp(2.4rem,5vw,4.2rem);font-weight:400;letter-spacing:-.025em;line-height:1.06;color:var(--ed-text);margin:0 0 1.2rem}.ed-h em{font-style:italic}.ed-p{font-size:.975rem;line-height:1.85;color:var(--ed-dim2);max-width:38rem}.ed-hero{padding:10rem 2.5rem;max-width:calc(var(--ed-max) + 4rem);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.65fr) minmax(0,1fr);grid-gap:4rem;gap:4rem;align-items:end}.ed-hero__h1{font-family:var(--ed-serif);font-size:clamp(3.5rem,8.5vw,7.5rem);font-weight:400;font-style:italic;line-height:.96;letter-spacing:-.025em;color:var(--ed-text);margin:0}.ed-hero__h1 .plain{font-style:normal;font-weight:300;color:var(--ed-dim2)}.ed-hero__ar{font-family:var(--ed-arabic);font-size:clamp(1.4rem,3vw,2.2rem);color:var(--ed-accent);direction:rtl;display:block;margin-top:1.5rem;font-weight:400}.ed-hero__right{padding-bottom:.5rem;display:flex;flex-direction:column;gap:1.75rem}.ed-hero__prose{font-size:.975rem;line-height:1.85;color:var(--ed-dim2);max-width:30rem}.ed-hero__prose strong{color:var(--ed-text);font-weight:500}.ed-hero__cta{display:inline-flex;align-items:center;gap:.5rem;font-size:.82rem;font-weight:600;letter-spacing:.03em;padding:.75rem 1.4rem;border-radius:999px;background:var(--ed-forest);color:var(--ed-acc2);border:1px solid rgba(52,211,153,.2);width:-moz-fit-content;width:fit-content;transition:transform .2s ease,filter .2s ease}.editorial.is-light .ed-hero__cta{background:var(--ed-accent);color:#fff;border-color:transparent}.ed-hero__cta:hover{transform:translateY(-2px);filter:brightness(1.1)}.ed-hero__trust{display:flex;flex-direction:column;gap:.4rem}.ed-hero__trust-item{font-size:.72rem;color:var(--ed-dim);letter-spacing:.04em;display:flex;align-items:center;gap:.5rem}.ed-hero__trust-item:before{content:"—";font-size:.6rem}.ed-verse{padding:10rem 2.5rem;text-align:center;border-top:1px solid var(--ed-line);border-bottom:1px solid var(--ed-line);position:relative}.ed-verse__label{position:absolute;top:2.5rem;left:2.5rem;font-size:.62rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--ed-dim);writing-mode:vertical-lr;transform:rotate(180deg)}.ed-verse__ar{font-family:var(--ed-arabic);font-size:clamp(2rem,5vw,4rem);font-weight:400;direction:rtl;color:var(--ed-text);line-height:1.9;max-width:840px;margin:0 auto 1.75rem}.ed-verse__tr{font-family:var(--ed-serif);font-size:clamp(1.2rem,2.5vw,1.75rem);font-weight:300;font-style:italic;color:var(--ed-dim2);line-height:1.6;max-width:600px;margin:0 auto 1.25rem}.ed-verse__ref{font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--ed-dim);display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap}.ed-verse__dot{width:3px;height:3px;border-radius:999px;background:var(--ed-dim)}.ed-lex__intro{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:end;margin-bottom:5rem}.ed-lex__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0;border:1px solid var(--ed-line);border-radius:1.25rem;overflow:hidden}.ed-lex__item{padding:1.75rem 1.5rem;border-right:1px solid var(--ed-line);border-bottom:1px solid var(--ed-line);transition:background .2s ease}.ed-lex__item:hover{background:var(--ed-line-soft)}.ed-lex__item:nth-child(4n){border-right:none}.ed-lex__item:nth-last-child(-n+4){border-bottom:none}.ed-lex__ar{font-family:var(--ed-arabic);font-size:2rem;font-weight:500;color:var(--ed-acc2);display:block;margin-bottom:.4rem;line-height:1.2;direction:rtl}.editorial.is-light .ed-lex__ar{color:var(--ed-accent)}.ed-lex__en{font-size:.78rem;font-weight:600;color:var(--ed-text);letter-spacing:.02em;display:block;margin-bottom:.3rem}.ed-lex__desc{font-size:.72rem;color:var(--ed-dim2);line-height:1.55}.ed-hadith{padding:8rem 2.5rem;border-top:1px solid var(--ed-line);max-width:calc(var(--ed-max) + 4rem);margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr;grid-gap:5rem;gap:5rem;align-items:center}.ed-hadith__demo{background:var(--ed-surf);border:1px solid var(--ed-line);border-radius:1.5rem;padding:2rem 2rem 1.75rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ed-hadith__type{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.ed-hadith__badge{font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.28rem .7rem;border-radius:999px;background:rgba(147,197,253,.1);border:1px solid rgba(147,197,253,.18);color:#93c5fd}.editorial.is-light .ed-hadith__badge{background:#eff6ff;border-color:#bfdbfe;color:#2563eb}.ed-hadith__grade{font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.28rem .7rem;border-radius:999px;background:rgba(34,197,94,.08);border:1px solid rgba(34,197,94,.18);color:#4ade80}.editorial.is-light .ed-hadith__grade{background:#f0fdf4;border-color:#bbf7d0;color:#16a34a}.ed-hadith__isnad{font-size:1.05rem;color:var(--ed-dim2);margin:0 0 .25rem}.ed-hadith__isnad,.ed-hadith__matn{font-family:var(--ed-arabic);direction:rtl;text-align:right;line-height:2}.ed-hadith__matn{font-size:1.35rem;color:var(--ed-text);font-weight:600;margin:0}.ed-hadith__legend{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--ed-line);font-size:.7rem;color:var(--ed-dim2);display:flex;gap:1.5rem;flex-wrap:wrap}.ed-hadith__legend-item{display:flex;align-items:baseline;gap:.4rem}.ed-hadith__swatch{width:20px;height:2px;border-radius:999px;flex-shrink:0;position:relative;top:-2px}.ed-hadith__detail{font-size:.88rem;color:var(--ed-dim2);line-height:1.85;margin:0 0 1.5rem}.ed-hadith__collections{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1.5rem}.ed-hadith__chip{font-size:.72rem;font-weight:500;color:var(--ed-dim2);padding:.3rem .7rem;border-radius:999px;border:1px solid var(--ed-line)}.ed-hadith__translation{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--ed-line)}.ed-hadith__translation p{font-size:.92rem;line-height:1.75;color:var(--ed-dim2);margin:0}.ed-hadith__trans-lead{color:var(--ed-text);font-style:italic}.ed-hadith__source{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--ed-line);display:flex;flex-direction:column;gap:.4rem}.ed-hadith__chain{font-size:.78rem;color:var(--ed-dim2);letter-spacing:.01em}.ed-hadith__ref{font-size:.78rem;color:var(--ed-dim);text-decoration:none;border-bottom:1px solid var(--ed-line);padding-bottom:.15rem;align-self:flex-start;transition:color .2s ease,border-color .2s ease}.ed-hadith__ref:hover{color:var(--ed-text);border-bottom-color:var(--ed-text)}.ed-quran{padding:8rem 2.5rem;border-top:1px solid var(--ed-line);max-width:calc(var(--ed-max) + 4rem);margin:0 auto;display:grid;grid-template-columns:1fr 1.1fr;grid-gap:5rem;gap:5rem;align-items:center}.ed-quran__detail{font-size:.88rem;color:var(--ed-dim2);line-height:1.85;margin:0}.ed-quran__rows{display:flex;flex-direction:column;gap:.65rem;margin-top:1.75rem}.ed-quran__row{display:flex;align-items:baseline;gap:.75rem;font-size:.82rem;color:var(--ed-dim2);line-height:1.6}.ed-quran__row:before{content:"—";color:var(--ed-dim);font-size:.6rem;flex-shrink:0}.ed-quran__row strong{color:var(--ed-text);font-weight:500}.ed-word{background:var(--ed-surf);border:1px solid var(--ed-line);border-radius:1.5rem;padding:2rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ed-word__ar{font-family:var(--ed-arabic);font-size:3.5rem;direction:rtl;text-align:center;color:var(--ed-text);line-height:1.4;margin-bottom:1rem;font-weight:400}.ed-word__rows{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.ed-word__cell{padding:.75rem;border-radius:.85rem;background:var(--ed-line-soft)}.ed-word__label{font-size:.6rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ed-dim);margin-bottom:.3rem}.ed-word__val{font-size:.85rem;color:var(--ed-text);font-weight:500;line-height:1.5}.ed-word__val--italic{font-family:var(--ed-serif);font-style:italic;font-size:.95rem}.ed-word__tajweed{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--ed-line)}.ed-tj{display:inline-flex;align-items:baseline;gap:.45rem;font-size:.7rem;font-weight:600;padding:.3rem .65rem;border-radius:999px;border:1px solid}.ed-tj__label{letter-spacing:.02em}.ed-tj__trigger{font-family:var(--ed-arabic);font-size:.88rem;font-weight:500;opacity:.85}.ed-tj--qalqalah{background:rgba(56,189,248,.1);color:#38bdf8;border-color:rgba(56,189,248,.22)}.ed-tj--ghunnah{background:rgba(232,121,249,.1);color:#e879f9;border-color:rgba(232,121,249,.22)}.ed-tj--madd{background:rgba(52,211,153,.1);color:#34d399;border-color:rgba(52,211,153,.22)}.ed-tj--idgham{background:rgba(167,139,250,.12);color:#a78bfa;border-color:rgba(167,139,250,.22)}.ed-tj--ikhfa{background:rgba(251,113,133,.1);color:#fb7185;border-color:rgba(251,113,133,.22)}.ed-tj--iqlab{background:rgba(251,191,36,.1);color:#fbbf24;border-color:rgba(251,191,36,.22)}.ed-tj--shamsi{background:rgba(251,146,60,.1);color:#fb923c;border-color:rgba(251,146,60,.22)}.editorial.is-light .ed-tj--qalqalah{color:#0284c7;background:rgba(2,132,199,.08);border-color:rgba(2,132,199,.2)}.editorial.is-light .ed-tj--ghunnah{color:#c026d3;background:rgba(192,38,211,.08);border-color:rgba(192,38,211,.2)}.editorial.is-light .ed-tj--madd{color:#059669;background:rgba(5,150,105,.08);border-color:rgba(5,150,105,.2)}.editorial.is-light .ed-tj--idgham{color:#7c3aed;background:rgba(124,58,237,.08);border-color:rgba(124,58,237,.2)}.editorial.is-light .ed-tj--ikhfa{color:#e11d48;background:rgba(225,29,72,.08);border-color:rgba(225,29,72,.2)}.editorial.is-light .ed-tj--iqlab{color:#d97706;background:rgba(217,119,6,.08);border-color:rgba(217,119,6,.2)}.editorial.is-light .ed-tj--shamsi{color:#ea580c;background:rgba(234,88,12,.08);border-color:rgba(234,88,12,.2)}.ed-word__note{margin:1rem 0 0;font-size:.7rem;color:var(--ed-dim);line-height:1.6;font-style:italic}.ed-trust{padding:10rem 2.5rem;text-align:center;border-top:1px solid var(--ed-line);border-bottom:1px solid var(--ed-line)}.ed-trust__quote{font-family:var(--ed-serif);font-size:clamp(1.6rem,4vw,3rem);font-weight:400;font-style:italic;color:var(--ed-text);line-height:1.25;max-width:700px;margin:0 auto 2.5rem;letter-spacing:-.015em}.ed-trust__detail{font-size:.875rem;color:var(--ed-dim2);line-height:1.85;max-width:500px;margin:0 auto 3rem}.ed-trust__pillars{display:flex;gap:2.5rem;justify-content:center;flex-wrap:wrap;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ed-dim)}.ed-plus{padding:8rem 2.5rem;max-width:calc(var(--ed-max) + 4rem);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:start}.ed-plus__p{font-size:.9rem;color:var(--ed-dim2);line-height:1.85;margin:0 0 2rem}.ed-plus__panel{padding:2.25rem;border:1px solid var(--ed-line);border-radius:1.5rem;background:var(--ed-surf);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ed-plus__section{margin-bottom:1.75rem}.ed-plus__section:last-child{margin-bottom:0}.ed-plus__label{font-size:.62rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--ed-dim);margin-bottom:.9rem;display:flex;align-items:center;gap:.5rem}.ed-plus__label:after{content:"";flex:1 1;height:1px;background:var(--ed-line)}.ed-plus__list{list-style:none;padding:0;margin:0;display:grid;grid-gap:.5rem;gap:.5rem}.ed-plus__list li{font-size:.84rem;color:var(--ed-dim2);line-height:1.65;display:flex;gap:.55rem;align-items:baseline}.ed-plus__list li:before{content:"—";font-size:.6rem;color:var(--ed-dim);flex-shrink:0}.ed-plus__list li strong{color:var(--ed-text);font-weight:500}.ed-plus__trial{margin-top:1.75rem;padding-top:1.25rem;border-top:1px solid var(--ed-line);font-size:.78rem;color:var(--ed-dim2);line-height:1.7}.ed-plus__trial a{color:var(--ed-accent);font-weight:600}.ed-close{padding:12rem 2.5rem 10rem;text-align:center;border-top:1px solid var(--ed-line)}.ed-close__ar{font-family:var(--ed-arabic);font-size:clamp(4rem,10vw,8rem);line-height:1;margin-bottom:3rem;direction:rtl}.ed-close__ar,.ed-close__h{color:var(--ed-text);font-weight:400}.ed-close__h{font-family:var(--ed-serif);font-size:clamp(2rem,4.5vw,3.6rem);font-style:italic;line-height:1.1;margin:0 0 1.25rem;letter-spacing:-.02em}.ed-close__sub{font-size:.9rem;color:var(--ed-dim2);line-height:1.8;max-width:36rem;margin:0 auto 2.5rem}.ed-close__cta{display:inline-flex;align-items:center;gap:.55rem;font-size:.85rem;font-weight:600;letter-spacing:.02em;padding:.85rem 1.75rem;border-radius:999px;background:rgba(52,211,153,.12);border:1px solid rgba(52,211,153,.25);color:var(--ed-acc2);transition:transform .2s ease,filter .2s ease}.editorial.is-light .ed-close__cta{background:var(--ed-accent);color:#fff;border-color:transparent}.ed-close__cta:hover{transform:translateY(-2px);filter:brightness(1.08)}.ed-close__note{font-size:.72rem;color:var(--ed-dim);margin-top:1.25rem;letter-spacing:.04em}.ed-foot{border-top:1px solid var(--ed-line);padding:3rem 2.5rem}.ed-foot__row{max-width:calc(var(--ed-max) + 4rem);margin:0 auto;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}.ed-foot__brand,.ed-foot__row{display:flex;align-items:center}.ed-foot__brand{gap:.65rem}.ed-foot__mark{width:28px;height:28px;border-radius:7px;overflow:hidden;background:var(--ed-forest);display:flex;align-items:center;justify-content:center}.ed-foot__mark img{width:100%;height:100%;object-fit:contain}.ed-foot__links{display:flex;gap:1.75rem;flex-wrap:wrap}.ed-foot__links a{font-size:.78rem;color:var(--ed-dim2);font-weight:500;letter-spacing:.01em;transition:color .15s ease}.ed-foot__links a:hover{color:var(--ed-accent)}.ed-foot__right{font-size:.68rem;color:var(--ed-dim);letter-spacing:.05em;text-align:right;line-height:1.7}@media (max-width:900px){.editorial-nav{padding:1.2rem 1.75rem}.ed-hero{gap:3rem;padding:7rem 1.75rem}.ed-hero,.ed-lex__intro{grid-template-columns:1fr}.ed-lex__intro{gap:2rem;margin-bottom:3rem}.ed-lex__grid{grid-template-columns:repeat(2,1fr)}.ed-lex__item:nth-child(2n){border-right:none}.ed-lex__item:nth-child(4n){border-right:1px solid var(--ed-line)}.ed-lex__item:nth-last-child(-n+4){border-bottom:1px solid var(--ed-line)}.ed-lex__item:nth-last-child(-n+2){border-bottom:none}.ed-hadith,.ed-quran{gap:3rem}.ed-hadith,.ed-plus,.ed-quran{grid-template-columns:1fr;padding:6rem 1.75rem}.ed-plus{gap:2.5rem}.ed-close,.ed-s,.ed-trust{padding-left:1.75rem;padding-right:1.75rem}.ed-verse{padding:7rem 1.75rem}.ed-verse__label{top:1.25rem;left:1rem}}@media (max-width:600px){.editorial-nav{padding:1.1rem 1.25rem}.editorial-nav__tag{display:none}.editorial-nav__cta{padding:.4rem .85rem;font-size:.72rem}.ed-lex__grid{grid-template-columns:repeat(2,1fr)}.ed-hero__h1{font-size:clamp(3rem,12vw,5rem)}.ed-foot__row{flex-direction:column;align-items:flex-start}.ed-foot__right{text-align:left}}@media (prefers-reduced-motion:reduce){.ed-reveal{opacity:1;transform:none;transition:none}.ed-open__arabic,.ed-open__hint,.ed-open__label,.ed-open__play,.ed-open__sub{animation:none;opacity:1;transform:none}}.site-shell--editorial .topbar{position:-webkit-sticky;position:sticky;top:.9rem;background:color-mix(in srgb,var(--bg) 88%,transparent)}.site-shell--editorial main>.section:before{display:none}.site-shell--editorial .policy-doc,.site-shell--editorial .premium,.site-shell--editorial .section{padding-top:clamp(6.5rem,11vw,9rem)}.site-shell--editorial .section__heading{position:relative;max-width:56rem;margin-bottom:clamp(2.5rem,5vw,4.5rem)}.site-shell--editorial .policy-header:after,.site-shell--editorial .premium>.section__heading:after,.site-shell--editorial .section__heading:after{content:"";display:block;width:min(18rem,52vw);height:1px;margin-top:2rem;background:linear-gradient(90deg,var(--accent-bright),transparent);opacity:.45}.site-shell--editorial .eyebrow,.site-shell--editorial .policy-badge{margin-bottom:1.25rem;border-color:rgba(52,211,153,.22);background:rgba(52,211,153,.08);color:var(--accent-bright);letter-spacing:.12em}.site-shell--editorial .policy-header h1,.site-shell--editorial .premium h2,.site-shell--editorial .section h1,.site-shell--editorial .section h2{font-family:var(--font-editorial),"Cormorant Garamond",Georgia,serif;font-weight:500;font-style:italic;letter-spacing:-.035em}.site-shell--editorial .premium h2,.site-shell--editorial .section h1,.site-shell--editorial .section h2{margin:0 0 .85rem;max-width:13ch;font-size:clamp(3.4rem,8vw,6.6rem);line-height:.95}.site-shell--editorial .policy-header h1{max-width:12ch;font-size:clamp(3rem,7.4vw,6rem);line-height:.95}.site-shell--editorial .policy-doc>p,.site-shell--editorial .section-lede{max-width:44rem;color:var(--muted-strong)}.site-shell--editorial .card,.site-shell--editorial .premium__panel,.site-shell--editorial .privacy__panel{border-color:rgba(52,211,153,.12);background:color-mix(in srgb,var(--surface) 92%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 24px 70px rgba(0,0,0,.16)}.site-shell--editorial .card-grid,.site-shell--editorial .premium-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.15rem}.site-shell--editorial .card,.site-shell--editorial .premium__panel{padding:clamp(1.35rem,2.5vw,1.8rem);border-radius:1.6rem}.site-shell--editorial .card h3,.site-shell--editorial .premium__panel h3{font-size:1.14rem}.site-shell--editorial .card p,.site-shell--editorial .legal-list,.site-shell--editorial .premium__panel p{color:var(--muted-strong)}.site-shell--editorial .hero-actions{padding-top:.75rem;border-top:1px solid color-mix(in srgb,var(--line-strong) 70%,transparent)}.site-shell--editorial .premium--plus-editorial{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,1fr);grid-gap:clamp(2.5rem,6vw,5rem);gap:clamp(2.5rem,6vw,5rem);align-items:start}.site-shell--editorial .premium__intro{display:grid;align-content:start}.plus-editorial-panel{padding:clamp(1.8rem,4vw,2.35rem);border:1px solid rgba(52,211,153,.14);border-radius:1.5rem;background:color-mix(in srgb,var(--surface) 88%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.plus-editorial-section+.plus-editorial-section{margin-top:2rem}.plus-editorial-label{display:flex;align-items:center;gap:.65rem;margin-bottom:1rem;color:var(--muted);font-size:.64rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.plus-editorial-label:after{content:"";flex:1 1;height:1px;background:var(--line)}.plus-editorial-list{display:grid;grid-gap:.65rem;gap:.65rem;padding:0;margin:0;list-style:none}.plus-editorial-list li{display:flex;gap:.65rem;align-items:baseline;color:var(--muted-strong);font-size:.9rem;line-height:1.65}.plus-editorial-list li:before{content:"-";color:var(--muted);flex:0 0 auto}.plus-editorial-list strong{color:var(--text);font-weight:600}.plus-editorial-note{margin:2rem 0 0;padding-top:1.35rem;border-top:1px solid var(--line);color:var(--muted);font-size:.82rem;line-height:1.7}.site-shell--editorial .policy-doc{max-width:820px}.site-shell--editorial .policy-doc h2{margin-top:2.25rem;font-size:1.18rem;letter-spacing:.01em}.site-shell--editorial .policy-footer{border-top-color:var(--line-strong)}@media (max-width:760px){.site-shell--editorial .card-grid,.site-shell--editorial .premium--plus-editorial,.site-shell--editorial .premium-grid{grid-template-columns:1fr}.site-shell--editorial .policy-header h1,.site-shell--editorial .premium h2,.site-shell--editorial .section h1,.site-shell--editorial .section h2{max-width:11ch}}.editorial--subpage{background-image:radial-gradient(ellipse 180% 55% at 50% -8%,rgba(5,56,39,.6) 0,transparent 65%)}.editorial--subpage main{min-height:70svh}.editorial--subpage .premium,.editorial--subpage .section{width:auto;max-width:calc(var(--ed-max) + 4rem);margin:0 auto;padding:10rem 2.5rem 6rem}.editorial--subpage .policy-doc{width:min(900px,100%);max-width:900px;margin:0 auto;padding:10rem 2.5rem 6rem;color:var(--ed-text)}.editorial--subpage .policy-header,.editorial--subpage .premium__intro,.editorial--subpage .section__heading{max-width:720px;margin-bottom:3.5rem;animation:ed-fade .9s ease .08s both}.editorial--subpage .policy-header h1,.editorial--subpage .premium__intro h2,.editorial--subpage .section>.section__heading h1{max-width:12ch;margin:1.1rem 0 1.25rem;color:var(--ed-text);font-family:var(--ed-serif);font-size:clamp(3.4rem,8vw,7rem);font-style:italic;font-weight:400;line-height:.96;letter-spacing:-.028em}.editorial--subpage .section .container .section__heading h2{margin:0 0 .8rem;color:var(--ed-text);font-family:var(--ed-serif);font-size:clamp(2rem,4vw,3.2rem);font-style:italic;font-weight:400;line-height:1.05}.editorial--subpage .eyebrow,.editorial--subpage .policy-badge{display:inline-flex;align-items:center;gap:.45rem;width:-moz-fit-content;width:fit-content;margin-bottom:.25rem;padding:.35rem .7rem;border:1px solid rgba(52,211,153,.18);border-radius:999px;background:rgba(52,211,153,.08);color:var(--ed-acc2);font-family:var(--ed-sans);font-size:.66rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.editorial--subpage .policy-doc li,.editorial--subpage .policy-doc p,.editorial--subpage .policy-header p,.editorial--subpage .section-lede{color:var(--ed-dim2);font-size:.96rem;line-height:1.85}.editorial--subpage .policy-doc>p{max-width:680px}.editorial--subpage .card-grid,.editorial--subpage .premium-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.editorial--subpage .card,.editorial--subpage .plus-editorial-panel,.editorial--subpage .premium__panel{border:1px solid var(--ed-line);border-radius:1.5rem;background:var(--ed-surf);box-shadow:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:ed-fade .9s ease .16s both;transition:border-color .2s ease,background .2s ease,transform .2s ease}.editorial--subpage .card,.editorial--subpage .premium__panel{padding:1.5rem}.editorial--subpage .card:hover,.editorial--subpage .premium__panel:hover{transform:translateY(-2px);border-color:rgba(52,211,153,.26);background:color-mix(in srgb,var(--ed-surf) 84%,var(--ed-line-soft))}.editorial--subpage .card h3,.editorial--subpage .premium__panel h3{color:var(--ed-text);font-size:1rem;line-height:1.35}.editorial--subpage .card p,.editorial--subpage .legal-list,.editorial--subpage .premium__panel p{color:var(--ed-dim2);line-height:1.75}.editorial--subpage .premium--plus-editorial{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,1fr);grid-gap:clamp(2.5rem,6vw,5rem);gap:clamp(2.5rem,6vw,5rem);align-items:start}.editorial--subpage .plus-editorial-panel{padding:2.25rem}.editorial--subpage .plus-editorial-section+.plus-editorial-section{margin-top:2rem}.editorial--subpage .plus-editorial-label{display:flex;align-items:center;gap:.65rem;margin-bottom:1rem;color:var(--ed-dim);font-size:.62rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.editorial--subpage .plus-editorial-label:after{content:"";flex:1 1;height:1px;background:var(--ed-line)}.editorial--subpage .plus-editorial-list{display:grid;grid-gap:.65rem;gap:.65rem;padding:0;margin:0;list-style:none}.editorial--subpage .plus-editorial-list li{display:flex;gap:.65rem;align-items:baseline;color:var(--ed-dim2);font-size:.88rem;line-height:1.7}.editorial--subpage .plus-editorial-list li:before{content:"-";color:var(--ed-dim);flex:0 0 auto}.editorial--subpage .plus-editorial-list strong{color:var(--ed-text);font-weight:500}.editorial--subpage .plus-editorial-note{margin:1.75rem 0 0;padding-top:1.25rem;border-top:1px solid var(--ed-line);color:var(--ed-dim2);font-size:.78rem;line-height:1.7}.editorial--subpage .button{min-height:0;padding:.72rem 1.25rem;border-radius:999px;font-size:.82rem;letter-spacing:.02em}.editorial--subpage .button--primary{border:1px solid rgba(52,211,153,.2);background:var(--ed-forest);color:var(--ed-acc2)}.editorial--subpage .button--ghost{border-color:var(--ed-line);background:transparent;color:var(--ed-dim2)}.editorial--subpage .button:hover{border-color:var(--ed-accent);color:var(--ed-accent);transform:translateY(-1px)}.editorial--subpage .policy-doc h2{margin:2.8rem 0 .8rem;color:var(--ed-text);font-family:var(--ed-serif);font-size:clamp(1.65rem,3vw,2.35rem);font-style:italic;font-weight:400;letter-spacing:-.02em}.editorial--subpage .blog-link,.editorial--subpage .policy-doc a{color:var(--ed-acc2);border-bottom:1px solid rgba(52,211,153,.22)}.editorial--subpage .policy-doc ul{padding-left:1.25rem}.editorial--subpage .policy-footer{margin-top:3rem;padding-top:1.25rem;border-top:1px solid var(--ed-line)}.editorial--subpage .hero-actions{gap:.75rem;margin-top:2rem}.editorial--subpage .ed-foot{margin-top:2rem}.editorial.is-light.editorial--subpage{background-image:none}.editorial.is-light.editorial--subpage .card,.editorial.is-light.editorial--subpage .plus-editorial-panel,.editorial.is-light.editorial--subpage .premium__panel{background:rgba(255,255,255,.72)}.editorial.is-light.editorial--subpage .button--primary{background:var(--ed-accent);color:#fff}.editorial .ed-close__ar{color:var(--ed-text)!important;opacity:1!important}@media (max-width:800px){.editorial--subpage .policy-doc,.editorial--subpage .premium,.editorial--subpage .section{padding:8rem 1.75rem 4.5rem}.editorial--subpage .card-grid,.editorial--subpage .premium--plus-editorial,.editorial--subpage .premium-grid{grid-template-columns:1fr}}