:root{--navy-deep:#061a20;--navy:#0b2e37;--navy-soft:#123c47;--sand:#f4eee0;--sand-dark:#e6d9bd;--turquoise:#2fa6a0;--turquoise-light:#8fd9d3;--brass:#b9924f;--brass-light:#d9b876;--ink:#12262b;--white:#fff;--shadow:0 20px 50px rgba(6,26,32,.25);--font-display:"El Messiri",serif;--font-body:"IBM Plex Sans Arabic",sans-serif}html.lang-en{--font-display:"Cormorant Garamond",serif;--font-body:"Jost",sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--sand);color:var(--ink);line-height:1.7;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;color:var(--navy-deep)}html.lang-en h1,html.lang-en h2,html.lang-en h3,html.lang-en h4{font-weight:600;letter-spacing:.01em}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{max-width:1180px;margin:0 auto;padding:0 24px}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.8rem;letter-spacing:.08em;color:var(--brass);font-weight:600;margin-bottom:14px}html.lang-en .eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.72rem}.eyebrow:before{content:"";width:22px;height:2px;background:var(--brass)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px 32px;border-radius:999px;font-weight:700;font-size:.98rem;cursor:pointer;border:none;transition:transform .25s ease,box-shadow .25s ease;font-family:var(--font-body)}.btn-brass{background:linear-gradient(135deg,var(--brass-light),var(--brass));color:var(--navy-deep);box-shadow:0 10px 24px rgba(185,146,79,.35)}.btn-brass:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(185,146,79,.45)}.btn-brass:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-ghost{background:hsla(0,0%,100%,.08);color:var(--white);border:1px solid hsla(0,0%,100%,.35);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.btn-ghost:hover{background:hsla(0,0%,100%,.16)}.btn-full{width:100%}.tide-divider{width:100%;height:56px;display:block}.tide-divider path{fill:none;stroke:var(--brass);stroke-width:2;opacity:.55}.tide-divider circle{fill:var(--brass)}header{position:fixed;top:0;right:0;left:0;z-index:100;background:rgba(6,26,32,.72);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid hsla(0,0%,100%,.08)}.nav{align-items:center;justify-content:space-between;padding:16px 24px;max-width:1180px;margin:0 auto}.brand,.nav{display:flex}.brand{flex-direction:column;line-height:1.15}.brand .b1{font-size:.68rem;letter-spacing:.25em;color:var(--turquoise-light);font-weight:600}.brand .b2{font-family:var(--font-display);font-size:1.35rem;color:var(--white);font-weight:700;letter-spacing:.02em}.nav-right{gap:14px}.nav-phone,.nav-right{display:flex;align-items:center}.nav-phone{color:var(--white);font-weight:600;font-size:.95rem;gap:8px}.nav-phone svg{width:16px;height:16px;stroke:var(--brass-light)}.lang-toggle{display:flex;align-items:center;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.25);border-radius:999px;padding:4px;cursor:pointer;font-size:.78rem;font-weight:700;color:var(--white);gap:2px}.lang-toggle span{padding:6px 12px;border-radius:999px;transition:background .2s}.lang-toggle span.active{background:var(--brass-light);color:var(--navy-deep)}@media (max-width:640px){.nav-phone span.txt{display:none}}.hero{position:relative;min-height:100vh;display:flex;align-items:flex-end;color:var(--white);padding-top:100px}.hero-bg{position:absolute;inset:0;z-index:-2}.hero-bg img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(6,26,32,.55),rgba(6,26,32,.25) 35%,rgba(6,26,32,.85))}.hero-inner{width:100%;max-width:1180px;margin:0 auto;padding:0 24px 64px;display:grid;grid-template-columns:1.15fr .85fr;grid-gap:40px;gap:40px;align-items:end}.hero h1{font-size:clamp(2.2rem,4.6vw,3.6rem);color:var(--white);margin-bottom:16px;max-width:640px}.hero p.lead-copy{font-size:1.05rem;color:hsla(0,0%,100%,.88);max-width:520px;margin-bottom:24px}.hero-badges{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}.badge{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.25);padding:9px 16px;border-radius:999px;font-size:.85rem;color:var(--white);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hero-ctas{display:flex;gap:14px;flex-wrap:wrap}.form-card{background:rgba(15,42,50,.72);border:1px solid hsla(0,0%,100%,.18);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:20px;padding:30px;box-shadow:var(--shadow)}.form-card h3{color:var(--white);font-size:1.3rem;margin-bottom:6px}.form-card p{color:hsla(0,0%,100%,.75);font-size:.88rem;margin-bottom:20px}.field{margin-bottom:14px}.field label{display:block;font-size:.8rem;color:var(--turquoise-light);margin-bottom:6px;font-weight:600}.field input{width:100%;padding:13px 16px;border-radius:10px;border:1px solid hsla(0,0%,100%,.25);background:hsla(0,0%,100%,.08);color:var(--white);font-family:inherit;font-size:.95rem}.field input::placeholder{color:hsla(0,0%,100%,.45)}.field input:focus{outline:2px solid var(--brass-light);outline-offset:2px;background:hsla(0,0%,100%,.12)}.form-note{font-size:.75rem;color:hsla(0,0%,100%,.55);margin-top:12px;text-align:center}.form-msg{font-size:.85rem;margin-top:10px;text-align:center}.form-msg.ok{color:#8fe0b0}.form-msg.err{color:#ef9a9a}.honeypot{position:absolute;left:-9999px;opacity:0}section{padding:88px 0}.section-head{max-width:640px;margin-bottom:48px}.section-head.center{margin-left:auto;margin-right:auto;text-align:center}.section-head h2{font-size:clamp(1.7rem,3vw,2.4rem)}.section-head p{color:#4c6169;font-size:1.02rem;margin-top:14px}.about{background:var(--sand)}.about-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:56px;gap:56px;align-items:center}.about-list{list-style:none;margin-top:22px;display:flex;flex-direction:column;gap:14px}.about-list li{display:flex;align-items:flex-start;gap:12px;font-size:1rem;color:var(--ink)}.about-list li .dot{flex:none;width:9px;height:9px;border-radius:50%;margin-top:8px;background:var(--turquoise)}.about-img{border-radius:20px;overflow:hidden;box-shadow:var(--shadow)}.features{background:var(--navy-deep)}.features,.features .section-head h2{color:var(--white)}.features .section-head p{color:hsla(0,0%,100%,.65)}.feat-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:22px;gap:22px}.feat-card{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:28px 22px;transition:transform .25s ease,background .25s ease}.feat-card:hover{transform:translateY(-6px);background:hsla(0,0%,100%,.09)}.feat-card .ic{width:42px;height:42px;margin-bottom:16px;stroke:var(--brass-light);fill:none;stroke-width:1.6}.feat-card h4{color:var(--white);font-size:1.08rem;margin-bottom:8px}.feat-card p{color:hsla(0,0%,100%,.62);font-size:.9rem}@media (max-width:900px){.feat-grid{grid-template-columns:1fr 1fr}}.lifestyle{position:relative;color:var(--white);padding:0}.lifestyle-img{position:relative;min-height:560px}.lifestyle-img img{width:100%;height:560px;object-fit:cover}.lifestyle-img:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,26,32,.88),rgba(6,26,32,.35) 55%,rgba(6,26,32,0))}html.lang-en .lifestyle-img:after{background:linear-gradient(270deg,rgba(6,26,32,.88),rgba(6,26,32,.35) 55%,rgba(6,26,32,0))}.lifestyle-copy{position:absolute;top:50%;right:0;transform:translateY(-50%);max-width:520px;padding:0 60px 0 24px}html.lang-en .lifestyle-copy{right:auto;left:0;padding:0 24px 0 60px}.lifestyle-copy h2{color:var(--white);margin-bottom:16px}.lifestyle-copy p{color:hsla(0,0%,100%,.82);font-size:1.02rem}@media (max-width:800px){.lifestyle-copy{position:static;transform:none;padding:32px 24px;background:var(--navy-deep);left:auto;right:auto}.lifestyle-img{min-height:320px}.lifestyle-img img{height:320px}}.components{background:var(--sand-dark)}.comp-grid{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:0;gap:0;border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}.comp-grid img{height:100%;width:100%;object-fit:cover;min-height:420px}.comp-copy{background:var(--navy);padding:48px 42px;display:flex;flex-direction:column;justify-content:center}.comp-copy,.comp-copy h2{color:var(--white)}.comp-copy p{color:hsla(0,0%,100%,.75);margin-top:14px;margin-bottom:24px}.comp-tags{display:flex;flex-wrap:wrap;gap:10px}.comp-tags span{border:1px solid hsla(0,0%,100%,.25);border-radius:999px;padding:8px 14px;font-size:.82rem;color:var(--turquoise-light)}.stats{background:var(--navy-deep);color:var(--white)}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;text-align:center}.stat-grid .num{font-family:var(--font-display);font-size:2.4rem;color:var(--brass-light);font-weight:700}.stat-grid .lbl{font-size:.88rem;color:hsla(0,0%,100%,.65);margin-top:6px}@media (max-width:800px){.stat-grid{grid-template-columns:1fr 1fr;gap:32px}}.cta-banner{position:relative;color:var(--white);text-align:center;padding:0}.cta-banner-img{position:relative;min-height:420px}.cta-banner-img img{width:100%;height:420px;object-fit:cover}.cta-banner-img:after{content:"";position:absolute;inset:0;background:rgba(6,26,32,.6)}.cta-banner-copy{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px}.cta-banner-copy h2{color:var(--white);font-size:clamp(1.6rem,3.4vw,2.3rem);margin-bottom:14px;max-width:640px}.cta-banner-copy p{color:hsla(0,0%,100%,.85);max-width:520px;margin-bottom:26px}.form-section{background:var(--sand)}.form-wide{max-width:640px;margin:0 auto;background:var(--white);border-radius:22px;box-shadow:var(--shadow);padding:44px;border:1px solid var(--sand-dark)}.form-wide h3{font-size:1.5rem;margin-bottom:8px}.form-wide p.sub{color:#607179;margin-bottom:26px}.form-wide .field label{color:var(--navy)}.form-wide .field input{background:var(--sand);border:1px solid var(--sand-dark);color:var(--ink)}.form-wide .field input::placeholder{color:#8a97a0}.form-wide .field input:focus{outline:2px solid var(--turquoise);background:var(--white)}.form-wide .form-note{color:#8a97a0}.faq{background:var(--sand-dark)}.faq-item{border-bottom:1px solid rgba(11,46,55,.15);padding:20px 0}.faq-item summary{cursor:pointer;font-weight:600;font-size:1.02rem;color:var(--navy-deep);list-style:none;display:flex;justify-content:space-between;align-items:center}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.4rem;color:var(--brass);font-weight:400}.faq-item[open] summary:after{content:"–"}.faq-item p{margin-top:12px;color:#4c6169;font-size:.96rem}.disclosure{background:var(--navy);color:hsla(0,0%,100%,.75);font-size:.85rem;text-align:center;padding:22px 24px}.disclosure a{color:var(--turquoise-light);text-decoration:underline}footer{background:var(--navy-deep);color:hsla(0,0%,100%,.7);padding:52px 0 24px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;grid-gap:40px;gap:40px;margin-bottom:36px}.footer-brand .brand{margin-bottom:14px}.footer-brand p{font-size:.9rem;line-height:1.8;max-width:340px}footer h5{color:var(--white);font-size:.95rem;margin-bottom:14px}footer ul{list-style:none;display:flex;flex-direction:column;gap:10px;font-size:.9rem}footer ul a:hover{color:var(--turquoise-light)}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:.8rem}@media (max-width:900px){.about-grid,.comp-grid,.hero-inner{grid-template-columns:1fr}.comp-grid img{min-height:280px}.footer-grid{grid-template-columns:1fr}}.modal-overlay{position:fixed;inset:0;background:rgba(6,26,32,.75);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:none;align-items:center;justify-content:center;z-index:200;padding:24px}.modal-overlay.open{display:flex}.modal{background:var(--white);border-radius:18px;max-width:680px;width:100%;max-height:82vh;overflow-y:auto;padding:38px;position:relative}.modal h2{margin-bottom:18px}.modal h4{margin-top:20px;margin-bottom:8px;color:var(--navy)}.modal li,.modal p{color:#3d4d53;font-size:.92rem;margin-bottom:10px}.modal-close{position:absolute;top:18px;left:18px;width:34px;height:34px;border-radius:50%;background:var(--sand);border:none;cursor:pointer;font-size:1.1rem;color:var(--navy)}html.lang-en .modal-close{left:auto;right:18px}