@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700&family=Tajawal:wght@400;500;700;800&display=swap');

:root{
    --line: rgba(69,80,58,.12);
    --hero-text: #f8f4ed;
    --shadow-soft: 0 24px 70px rgba(32,37,26,.10);
    --shadow-card: 0 34px 90px rgba(20,24,18,.16);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:linear-gradient(180deg,var(--c-canvas),#f7f3ec 100%);color:var(--c-text);font-family:Inter,Tajawal,Arial,sans-serif;overflow-x:hidden}
html.is-ar body{font-family:Tajawal,Inter,Arial,sans-serif}
a,button,input{font:inherit}img{display:block;max-width:100%}.section-shell{max-width:1220px;margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}.honeypot{position:absolute;left:-9999px;opacity:0}

.paused-screen{min-height:100vh;display:grid;place-items:center;padding:24px}.paused-card{width:min(520px,100%);padding:38px;border-radius:30px;background:#fffaf4;border:1px solid var(--line);text-align:center;box-shadow:var(--shadow-soft)}.paused-card img{width:180px;margin:0 auto 16px}.paused-card h1{margin:12px 0 0;font-family:'Cormorant Garamond',Georgia,serif;font-size:46px;line-height:1}

.top-ribbon{min-height:32px;display:flex;align-items:center;justify-content:center;gap:10px;padding:7px 14px;background:var(--c-deep);color:#f7f2ea;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.ribbon-mark{width:7px;height:7px;border-radius:50%;background:#d8c8a6}html.is-ar .top-ribbon{letter-spacing:0;font-size:12px}

.site-header{position:sticky;top:0;z-index:50;min-height:82px;padding:0 52px;display:grid;grid-template-columns:170px 1fr auto;align-items:center;gap:18px;background:rgba(247,241,233,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(69,80,58,.08);transition:box-shadow .25s ease}.site-header.scrolled{box-shadow:0 14px 35px rgba(69,80,58,.08)}.brand img{height:62px;width:auto}.main-nav{display:flex;align-items:center;justify-content:center;gap:clamp(14px,2vw,28px)}.main-nav a{text-decoration:none;color:var(--c-text);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap;opacity:.82;transition:opacity .2s ease,color .2s ease}.main-nav a:hover{opacity:1;color:var(--c-primary)}html.is-ar .main-nav a{letter-spacing:0;text-transform:none;font-size:14px}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.language-switch{display:flex;align-items:center;gap:4px;padding:4px;border-radius:999px;background:#fff;border:1px solid var(--line)}.language-switch a{min-width:42px;height:34px;border-radius:999px;display:grid;place-items:center;text-decoration:none;color:var(--c-text);font-size:12px;font-weight:800;letter-spacing:.08em}.language-switch a.active{background:var(--c-deep);color:#fff}.menu-toggle{display:none;width:42px;height:42px;border-radius:14px;border:1px solid var(--line);background:#fff;align-items:center;justify-content:center;gap:4px;flex-direction:column;padding:0}.menu-toggle span{width:20px;height:2px;border-radius:3px;background:var(--c-deep);display:block}

.hero-shell{position:relative;overflow:hidden;background:linear-gradient(108deg,#414c39 0%,#647055 56%,#c8bba9 100%)}.hero-shell::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 18%,rgba(255,255,255,.16),transparent 28%),linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.08));pointer-events:none}.hero-grid{position:relative;display:grid;grid-template-columns:minmax(320px,460px) 1fr;gap:44px;align-items:center;min-height:620px;padding:44px 52px 52px}.hero-copy{color:var(--hero-text);max-width:440px}.eyebrow{margin:0;font-size:12px;font-weight:700;letter-spacing:.22em;text-transform:uppercase}.eyebrow-pill{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14)}.eyebrow-pill span{width:7px;height:7px;border-radius:50%;background:#d8c8a6}html.is-ar .eyebrow{letter-spacing:0;font-size:13px}
.hero-copy h1{margin:22px 0 14px;font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(54px,5vw,78px);line-height:.94;font-weight:600}html.is-ar .hero-copy h1{font-family:Tajawal,Inter,Arial,sans-serif;font-size:clamp(36px,4.2vw,56px);line-height:1.2;font-weight:700}.hero-text{margin:0 0 22px;max-width:380px;color:rgba(248,244,237,.9);font-size:17px;line-height:1.75}

.countdown{width:min(100%,420px);display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:16px}.countdown div{padding:12px 6px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);text-align:center}.countdown strong{display:block;font-family:'Cormorant Garamond',Georgia,serif;font-size:30px;line-height:1}.countdown span{font-size:10px;letter-spacing:.10em;text-transform:uppercase;color:rgba(248,244,237,.72)}html.is-ar .countdown span{letter-spacing:0;font-size:11px}

.notice,.ajax-feedback{width:min(100%,420px);padding:12px 14px;border-radius:16px;border:1px solid var(--line);background:#fff;color:var(--c-text);font-size:14px}.notice{margin:0 0 12px}.ajax-feedback{display:none;margin-top:10px}.ajax-feedback.is-visible{display:block}.ok{background:#eff7eb}.bad{background:#fff3f2}.info{background:#faf7f0}

.notify-form{width:min(100%,420px);display:grid;grid-template-columns:1fr 146px;gap:10px}.notify-input-wrap{min-height:56px;display:flex;align-items:center;gap:10px;padding:0 15px;border-radius:18px;background:#f8f1e8;border:1px solid rgba(255,255,255,.2)}.notify-input-wrap span{color:var(--c-primary)}.notify-input-wrap input{width:100%;border:0;background:transparent;outline:0;color:var(--c-text)}.notify-form button{border:0;border-radius:18px;background:#f8f1e8;color:var(--c-text);font-weight:800;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:all .22s ease}.notify-form button:hover{background:var(--c-primary);color:#fff;transform:translateY(-1px)}html.is-ar .notify-form button{letter-spacing:0;text-transform:none}.privacy-line{margin:12px 0 0;color:rgba(248,244,237,.72);font-size:12px}

.hero-image-frame{padding:12px;border-radius:34px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);box-shadow:var(--shadow-card)}.hero-image{width:100%;aspect-ratio:1.44/1;object-fit:cover;border-radius:26px}

.feature-strip{display:grid;grid-template-columns:repeat(4,1fr);background:rgba(255,250,244,.94);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.feature-strip article{display:flex;align-items:center;gap:14px;padding:22px 20px;border-inline-end:1px solid rgba(69,80,58,.08)}.feature-strip article:last-child{border-inline-end:0}.feature-icon{width:38px;min-width:38px;color:var(--c-primary)}.feature-icon svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:1.35}.feature-strip h3{margin:0 0 4px;font-size:11px;letter-spacing:.14em;text-transform:uppercase}.feature-strip p{margin:0;color:rgba(47,50,42,.7);font-size:13px;line-height:1.55}html.is-ar .feature-strip h3{letter-spacing:0;text-transform:none;font-size:14px}


.contact-section{display:grid;grid-template-columns:minmax(280px,.86fr) minmax(320px,1fr);gap:26px;align-items:stretch;padding:34px 22px 28px}.contact-copy,.contact-card{background:rgba(255,250,244,.86);border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow-soft)}.contact-copy{padding:30px;display:flex;flex-direction:column;justify-content:center}.contact-copy .eyebrow{color:var(--c-primary);margin-bottom:12px}.contact-copy h2{margin:0 0 12px;font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(36px,3vw,52px);line-height:1;color:var(--c-deep)}html.is-ar .contact-copy h2{font-family:Tajawal,Inter,Arial,sans-serif;line-height:1.35;font-size:clamp(28px,3vw,42px)}.contact-copy p{margin:0;color:rgba(47,50,42,.72);line-height:1.85}.social-links{margin-top:20px}.contact-card{padding:22px;background:linear-gradient(180deg,#fffaf4,#f6efe6)}.contact-form{display:grid;gap:14px}.contact-form label{display:grid;gap:7px;color:rgba(47,50,42,.74);font-size:13px;font-weight:700}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:18px;background:#fff;color:var(--c-text);outline:0;padding:14px 15px;transition:border-color .2s ease,box-shadow .2s ease}.contact-form textarea{resize:vertical;min-height:132px}.contact-form input:focus,.contact-form textarea:focus{border-color:rgba(139,163,127,.55);box-shadow:0 0 0 4px rgba(139,163,127,.12)}.contact-form button{min-height:54px;border:0;border-radius:18px;background:var(--c-deep);color:#fff;font-weight:800;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:all .22s ease}.contact-form button:hover{background:var(--c-primary);transform:translateY(-1px)}html.is-ar .contact-form button{letter-spacing:0;text-transform:none}.contact-card .ajax-feedback{width:100%}

.brand-note{display:grid;justify-items:center;gap:16px;text-align:center;padding:42px 22px 50px}.brand-note img{width:28px;opacity:.7}.brand-note p{max-width:760px;margin:0;font-family:'Cormorant Garamond',Georgia,serif;font-size:30px;line-height:1.4;color:rgba(47,50,42,.82)}html.is-ar .brand-note p{font-family:Tajawal,Inter,Arial,sans-serif;font-size:24px;line-height:1.8}

.footer-note{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:24px 22px 32px;border-top:1px solid var(--line)}.footer-note img{height:44px;width:auto}.footer-links{display:flex;gap:12px;flex-wrap:wrap}.footer-links a{text-decoration:none;color:var(--c-text);font-size:13px;border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 14px}

.reveal-up{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal-up.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal-up{opacity:1;transform:none;transition:none}}

@media (max-width:960px){.contact-section{grid-template-columns:1fr}.site-header{grid-template-columns:1fr auto;padding:0 22px}.main-nav{position:fixed;top:96px;right:18px;width:min(300px,calc(100vw - 36px));display:none;flex-direction:column;align-items:stretch;gap:0;background:rgba(247,241,233,.98);border:1px solid var(--line);border-radius:22px;box-shadow:0 24px 60px rgba(34,39,28,.16);padding:14px}.main-nav.is-open{display:flex}.main-nav a{padding:13px 12px;border-bottom:1px solid rgba(69,80,58,.08);font-size:13px}.main-nav a:last-child{border-bottom:0}html.is-ar .main-nav{right:auto;left:18px}.menu-toggle{display:flex}.hero-grid{grid-template-columns:1fr;padding:28px 22px 34px;gap:22px;min-height:auto}.hero-copy{order:2;max-width:100%}.hero-visual{order:1}.feature-strip{grid-template-columns:1fr 1fr}}
@media (max-width:640px){.contact-section{padding:24px 16px}.contact-copy,.contact-card{border-radius:24px;padding:20px}.top-ribbon{font-size:11px}.site-header{min-height:76px}.brand img{height:54px}.language-switch a{min-width:36px;height:32px}.hero-grid{padding:18px 16px 30px}.hero-copy h1{font-size:38px}.hero-text{font-size:16px}.countdown{grid-template-columns:repeat(2,1fr)}.notify-form{grid-template-columns:1fr}.notify-form button{min-height:52px}.feature-strip{grid-template-columns:1fr}.feature-strip article{border-inline-end:0;border-bottom:1px solid rgba(69,80,58,.08)}.footer-note{justify-content:center;text-align:center}.brand-note p{font-size:25px}html.is-ar .brand-note p{font-size:22px}}


.math-guard{grid-column:1 / -1;display:grid;gap:7px;color:rgba(47,50,42,.76);font-size:13px;font-weight:800}.math-guard span{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.math-guard strong{display:inline-flex;align-items:center;justify-content:center;min-width:72px;padding:5px 10px;border-radius:999px;background:rgba(255,250,244,.92);border:1px solid var(--line);color:var(--c-deep);font-size:14px;direction:ltr}.math-guard input{width:100%;min-height:46px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--c-text);outline:0;padding:11px 13px}.notify-form .math-guard input{background:#f8f1e8;border-color:rgba(255,255,255,.2)}.math-guard input:focus{border-color:rgba(139,163,127,.55);box-shadow:0 0 0 4px rgba(139,163,127,.12)}.thank-page{min-height:100vh;display:grid;place-items:center;padding:34px 18px;background:linear-gradient(135deg,var(--c-canvas),#fffaf4 60%,rgba(139,163,127,.16))}.thank-card{width:min(760px,100%);position:relative;overflow:hidden;padding:42px;border-radius:36px;background:rgba(255,250,244,.94);border:1px solid var(--line);box-shadow:var(--shadow-card);text-align:center}.thank-card::before{content:"";position:absolute;inset:auto -15% -48% -15%;height:62%;background:radial-gradient(circle,rgba(139,163,127,.18),transparent 64%);pointer-events:none}.thank-card > *{position:relative}.thank-logo{height:76px;width:auto;margin:0 auto 18px}.thank-mark{width:62px;height:62px;border-radius:22px;margin:0 auto 18px;display:grid;place-items:center;background:var(--c-deep);color:#fff;font-size:30px;box-shadow:0 18px 40px rgba(69,80,58,.18)}.thank-card h1{margin:0 0 14px;font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(42px,6vw,70px);line-height:1;color:var(--c-deep)}html.is-ar .thank-card h1{font-family:Tajawal,Inter,Arial,sans-serif;line-height:1.25;font-size:clamp(32px,5vw,52px)}.thank-card p{max-width:560px;margin:0 auto 24px;color:rgba(47,50,42,.74);line-height:1.85}.thank-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.thank-actions a{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border-radius:999px;text-decoration:none;font-weight:800}.thank-actions a:first-child{background:var(--c-deep);color:#fff}.thank-actions a:last-child{background:#fff;color:var(--c-text);border:1px solid var(--line)}@media(max-width:640px){.thank-card{padding:30px 20px;border-radius:28px}.thank-logo{height:62px}.thank-actions a{width:100%}}
