@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Noto+Kufi+Arabic:wght@400;500;600;700;800&family=Playfair+Display:wght@500;600;700&display=swap');
:root{--ink:#101010;--ink2:#171717;--gold:#c7a25a;--gold2:#e3c681;--cream:#f6f2e9;--paper:#fffdf8;--muted:#77746d;--line:rgba(16,16,16,.12);--wa:#1f9d61;--white:#fff;--shadow:0 24px 70px rgba(0,0,0,.12);--radius:24px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Arial,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1160px,calc(100% - 40px));margin:auto}.topbar{background:var(--ink);color:#f5eee0;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.topbar-inner{min-height:38px;display:flex;align-items:center;justify-content:center;gap:30px;position:relative}.topbar-lang{position:absolute;right:0;display:inline-flex;align-items:center;gap:2px;border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:2px;background:rgba(255,255,255,.04);direction:ltr}.topbar-lang a{padding:4px 9px;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:0}.topbar-lang .active{background:#fff;color:#111}.topbar span{display:flex;align-items:center;gap:8px}.topbar i{color:var(--gold2)}
.header{position:sticky;top:0;z-index:1000;background:rgba(255,253,248,.92);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.header-inner{min-height:82px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px}.logo{justify-self:center}.logo img{width:150px;height:auto;filter:drop-shadow(0 6px 14px rgba(0,0,0,.10))}.header-actions{display:flex;gap:10px}.header-actions.right{justify-content:flex-end}.btn{min-height:46px;padding:0 18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:800;font-size:13px;transition:.25s ease;border:1px solid transparent;white-space:nowrap}.btn:hover{transform:translateY(-2px)}.phone-number{direction:ltr;unicode-bidi:isolate;display:inline-block;white-space:nowrap}.btn-dark{background:var(--ink);color:#fff}.btn-gold{background:var(--gold);color:#111}.btn-outline{border-color:rgba(16,16,16,.18);background:transparent}.btn-wa{background:var(--wa);color:#fff}.lang-switch{display:inline-flex;border:1px solid var(--line);border-radius:999px;padding:4px;background:#fff}.lang-switch a{padding:7px 12px;border-radius:999px;font-size:11px;font-weight:800}.lang-switch .active{background:var(--ink);color:#fff}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 85% 15%,rgba(199,162,90,.22),transparent 28%),linear-gradient(135deg,#111 0%,#1a1a1a 55%,#0e0e0e 100%);color:#fff;padding:72px 0 64px}.hero:after{content:"";position:absolute;inset:auto -10% -45% 35%;height:520px;border-radius:50%;border:1px solid rgba(227,198,129,.16);box-shadow:0 0 0 45px rgba(227,198,129,.03),0 0 0 90px rgba(227,198,129,.02);pointer-events:none}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:64px;position:relative;z-index:2}.kicker{display:inline-flex;align-items:center;gap:10px;color:var(--gold2);font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:800;margin-bottom:20px}.kicker:before{content:"";width:34px;height:1px;background:var(--gold2)}.hero h1{font-family:'Playfair Display',Georgia,serif;font-size:clamp(42px,4.8vw,64px);line-height:1.02;font-weight:600;letter-spacing:-.025em;margin:0 0 22px}.hero h1 em{color:var(--gold2);font-style:normal}.hero-lead{max-width:650px;color:#d7d3cb;font-size:17px;margin:0 0 28px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}.hero-actions .btn{min-height:54px;padding:0 23px}.hero-proof{display:flex;flex-wrap:wrap;gap:16px 24px;color:#bdb8ae;font-size:12px}.hero-proof span{display:flex;align-items:center;gap:7px}.hero-proof i{color:var(--gold2)}.hero-media{position:relative}.hero-card{padding:10px;background:linear-gradient(145deg,rgba(255,255,255,.2),rgba(255,255,255,.03));border:1px solid rgba(255,255,255,.14);border-radius:30px;box-shadow:0 35px 90px rgba(0,0,0,.45);transform:rotate(1deg)}.hero-card img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:22px;filter:saturate(.9) contrast(1.03)}.hero-card-badge{position:absolute;left:-18px;bottom:24px;background:var(--gold);color:#111;border-radius:18px;padding:15px 18px;box-shadow:var(--shadow);display:flex;align-items:center;gap:10px;font-weight:900;font-size:12px}.hero-card-badge small{display:block;font-size:9px;letter-spacing:.08em;text-transform:uppercase;font-weight:700;opacity:.72}.hero-card-badge i{font-size:20px}
.trustbar{background:#151515;color:#fff;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{padding:20px 18px;border-right:1px solid rgba(255,255,255,.08);display:grid;grid-template-columns:auto 1fr;column-gap:12px;align-items:center}.trust-item:last-child{border-right:0}.trust-item i{grid-row:span 2;color:var(--gold2);font-size:18px}.trust-item strong{font-size:13px}.trust-item span{font-size:10px;color:#aaa;text-transform:uppercase;letter-spacing:.08em}
.section{padding:92px 0}.section.alt{background:var(--cream)}.section.dark{background:#111;color:#fff}.section-head{max-width:760px;margin-bottom:42px}.section-head.center{text-align:center;margin-left:auto;margin-right:auto}.eyebrow{color:#9b7b3f;font-size:10px;font-weight:900;letter-spacing:.2em;text-transform:uppercase}.section-head h2{font-family:'Playfair Display',Georgia,serif;font-size:clamp(34px,4vw,52px);line-height:1.05;margin:10px 0 14px;font-weight:600}.section-head p{color:var(--muted);font-size:15px;margin:0}.dark .section-head p{color:#aaa}
.choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.choice-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;display:grid;grid-template-columns:auto 1fr;gap:22px;box-shadow:0 10px 35px rgba(0,0,0,.04);overflow:hidden}.choice-card:after{content:"";position:absolute;right:-50px;top:-50px;width:140px;height:140px;border-radius:50%;border:1px solid rgba(199,162,90,.2)}.choice-icon{width:58px;height:58px;border-radius:18px;background:#f1e8d5;color:#8e6b2e;display:grid;place-items:center;font-size:21px}.choice-label{font-size:9px;letter-spacing:.18em;color:#9b7b3f;font-weight:900}.choice-card h3{font-family:'Playfair Display',Georgia,serif;font-size:28px;line-height:1.08;margin:7px 0 10px}.choice-card p{color:var(--muted);font-size:13px;margin:0 0 16px}.text-cta{font-size:12px;font-weight:900;color:#8a692f;display:inline-flex;align-items:center;gap:8px}.text-cta.wa{color:#168650}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.step{padding:28px;border:1px solid rgba(255,255,255,.11);border-radius:22px;background:linear-gradient(145deg,#191919,#111)}.step-num{font-family:'Playfair Display',Georgia,serif;color:var(--gold2);font-size:34px}.step i{font-size:22px;color:#fff;margin:15px 0 12px}.step h3{font-size:17px;margin:0 0 7px}.step p{color:#aaa;font-size:13px;margin:0}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service{background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px;min-height:210px;display:flex;flex-direction:column}.service.featured{background:#151515;color:#fff;border-color:#151515}.service-icon{width:48px;height:48px;border-radius:15px;background:#f2eadb;color:#8e6b2e;display:grid;place-items:center;margin-bottom:22px}.featured .service-icon{background:#2a2a2a;color:var(--gold2)}.service h3{font-family:'Playfair Display',Georgia,serif;font-size:22px;margin:0 0 8px}.service p{font-size:12px;color:var(--muted);margin:0}.featured p{color:#aaa}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.why{padding:25px;border:1px solid var(--line);border-radius:20px;background:#fff}.why i{color:#9b7b3f;font-size:20px}.why h3{font-size:15px;margin:15px 0 6px}.why p{font-size:12px;color:var(--muted);margin:0}
.contact-panel{background:linear-gradient(120deg,#f2eadb,#fffdf8);border:1px solid #e4dac5;border-radius:30px;padding:42px;display:flex;align-items:center;justify-content:space-between;gap:30px}.contact-panel h2{font-family:'Playfair Display',Georgia,serif;font-size:42px;line-height:1.05;margin:8px 0 12px}.contact-panel p{color:var(--muted);margin:0;max-width:650px}.contact-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.footer{background:#0f0f0f;color:#fff;padding:60px 0 35px;text-align:center}.footer-logo{width:210px;height:auto;margin:0 auto 22px;opacity:1;filter:none}.footer h3{font-family:'Playfair Display',Georgia,serif;font-size:24px;margin:0 0 8px}.footer p{color:#999;font-size:12px;margin:6px 0}.footer-links{color:#c7a25a!important}.copyright{margin-top:24px!important;font-size:10px!important}.floating-call,.floating-wa{position:fixed;right:22px;bottom:24px;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;color:#fff;z-index:900;box-shadow:0 14px 30px rgba(0,0,0,.22);font-size:20px}.floating-call{background:#111;bottom:90px}.floating-wa{background:var(--wa)}.mobile-bar{display:none}
.rtl{font-family:'Noto Kufi Arabic',Tahoma,Arial,sans-serif}.rtl .hero h1,.rtl .section-head h2,.rtl .choice-card h3,.rtl .service h3,.rtl .step-num,.rtl .contact-panel h2,.rtl .footer h3{font-family:'Noto Kufi Arabic',Tahoma,Arial,sans-serif}.rtl .topbar-inner{letter-spacing:0}.rtl .topbar-lang{right:auto;left:0}.rtl .kicker{letter-spacing:0}.rtl .kicker:before{display:none}.rtl .kicker:after{content:"";width:34px;height:1px;background:var(--gold2)}.rtl .hero-lead,.rtl .section-head p,.rtl .choice-card p,.rtl .service p,.rtl .why p,.rtl .step p,.rtl .contact-panel p{line-height:2}.rtl .hero-card-badge{left:auto;right:-18px}.rtl .hero-proof{direction:rtl}.rtl .header-actions.left{justify-content:flex-start}.rtl .header-actions.right{justify-content:flex-end}.rtl .choice-card{direction:rtl}.rtl .choice-icon{order:2}.rtl .choice-card .text-cta{flex-direction:row-reverse}.rtl .trust-item{direction:rtl;border-right:0;border-left:1px solid rgba(255,255,255,.08);text-align:right}.rtl .trust-item:last-child{border-left:0}.rtl .contact-panel{direction:rtl}.rtl .contact-actions{justify-content:flex-start}.rtl .mobile-bar{direction:rtl}
@media(max-width:900px){.header-actions.left .btn{width:auto;padding:0 12px;font-size:11px}.header-actions.left .btn span{display:inline}.header-actions.left{min-width:0}.header-actions.left .btn{max-width:155px;overflow:hidden}.header-actions.left .btn span{overflow:hidden;text-overflow:ellipsis}.container{width:min(100% - 28px,700px)}.header-inner{grid-template-columns:1fr auto 1fr}.header-actions .btn span{display:none}.header-actions .btn{width:44px;padding:0}.logo img{width:125px}.hero{padding:55px 0 45px}.hero-grid{grid-template-columns:1fr;gap:34px}.hero h1{font-size:45px}.hero-media{max-width:680px;margin:auto;width:100%}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.08)}.services-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:repeat(2,1fr)}.contact-panel{display:block}.contact-actions{justify-content:flex-start;margin-top:24px}.floating-call,.floating-wa{display:none}.mobile-bar{position:fixed;left:0;right:0;bottom:0;display:grid;grid-template-columns:1fr 1fr;height:66px;z-index:1100;box-shadow:0 -10px 30px rgba(0,0,0,.18)}.mobile-bar a{display:flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:900}.mobile-bar a:first-child{background:#111;color:#fff}.mobile-bar a:last-child{background:var(--wa);color:#fff}.footer{padding-bottom:90px}}
@media(max-width:600px){.header-actions.left .btn{font-size:9px;padding:0 8px;gap:5px;max-width:128px}.header-actions.left .btn span{letter-spacing:-.02em}.topbar-inner{gap:14px;font-size:8px;min-height:34px;padding-left:74px;padding-right:74px}.topbar-lang{font-size:8px}.topbar-lang a{padding:3px 6px;font-size:8px}.topbar span:nth-child(3){display:none}.header-inner{min-height:70px;gap:6px}.logo img{width:108px}.lang-switch a{padding:6px 9px;font-size:9px}.section{padding:68px 0}.hero{padding:42px 0 38px}.hero h1{font-size:36px}.hero-lead{font-size:14px}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.hero-actions .btn{padding:0 12px;min-height:50px}.hero-proof{font-size:10px;gap:9px 14px}.hero-card{border-radius:22px}.hero-card img{border-radius:16px}.hero-card-badge{left:10px;bottom:10px;padding:10px 12px}.rtl .hero-card-badge{left:auto;right:10px}.trust-item{padding:15px 11px}.trust-item strong{font-size:11px}.trust-item span{font-size:8px}.choice-grid,.services-grid,.steps{grid-template-columns:1fr}.choice-card{padding:22px;grid-template-columns:auto 1fr;gap:14px}.choice-card h3{font-size:23px}.why-grid{grid-template-columns:1fr 1fr}.why{padding:19px 14px}.contact-panel{padding:28px 22px}.contact-panel h2{font-size:32px}.contact-actions{display:grid;grid-template-columns:1fr;width:100%}.contact-actions .btn{width:100%}.rtl .choice-card{grid-template-columns:1fr auto}.rtl .choice-icon{grid-column:2}.rtl .choice-card>div:nth-child(2){grid-column:1}.rtl .contact-actions{display:grid}}
@media(max-width:380px){.hero h1{font-size:34px}.hero-actions{grid-template-columns:1fr}.why-grid{grid-template-columns:1fr}}
