:root { --black:#070706; --ink:#0c0c0b; --gold:#e9b321; --cream:#f2efe7; --muted:#96938a; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--black); color:#fff; font-family:Tahoma,"Segoe UI",Arial,sans-serif; font-feature-settings:"kern" 1; text-rendering:optimizeLegibility; }
a { color:inherit; text-decoration:none; }

.nav { position:absolute; z-index:20; top:0; left:50%; transform:translateX(-50%); width:min(1380px,calc(100% - 64px)); height:112px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; border-bottom:1px solid rgba(255,255,255,.13); }
.brand { display:flex; align-items:center; gap:13px; direction:ltr; width:max-content; }
.brand-mark { position:relative; width:66px; height:66px; display:grid; place-items:center; flex:0 0 auto; }
.brand-mark img { width:100%; height:100%; display:block; object-fit:contain; }
.brand div { display:flex; flex-direction:column; gap:5px; }
.brand strong { font-size:13px; letter-spacing:.13em; }
.brand span { color:var(--gold); font-size:8px; letter-spacing:.35em; }
.nav-links { display:flex; align-items:center; gap:38px; direction:rtl; color:#bdbdb8; font-size:14px; }
.nav-links a:hover { color:var(--gold); }
.nav-action { justify-self:end; display:flex; align-items:center; gap:12px; direction:rtl; color:var(--gold); font-size:14px; font-weight:800; }

.hero { position:relative; min-height:900px; overflow:hidden; padding:190px max(32px,calc((100% - 1380px)/2)) 135px; background:radial-gradient(circle at 73% 36%,rgba(233,179,33,.11),transparent 29%),linear-gradient(120deg,#050505 0%,#0a0a09 72%,#070706 100%); }
.blueprint { position:absolute; inset:0; opacity:.12; background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px); background-size:72px 72px; mask-image:linear-gradient(to right,transparent 0%,#000 45%,#000 100%); }
.hero-orbit { position:absolute; border:1px solid rgba(233,179,33,.21); border-radius:50%; }
.orbit-a { width:610px; height:610px; right:2%; top:17%; }
.orbit-b { width:410px; height:410px; right:9%; top:28%; border-color:rgba(255,255,255,.08); }
.tower { position:absolute; bottom:70px; border:1px solid rgba(233,179,33,.15); background:repeating-linear-gradient(to bottom,transparent 0 42px,rgba(233,179,33,.12) 43px 44px); transform:skewY(-5deg); }
.tower-one { right:3%; width:150px; height:430px; }
.tower-two { right:14%; width:105px; height:320px; opacity:.6; }
.hero-copy { position:relative; z-index:2; max-width:930px; margin-left:auto; padding-right:8px; text-align:right; direction:rtl; }
.eyebrow { display:flex; align-items:center; gap:12px; justify-content:flex-start; color:var(--gold); font-size:12px; font-weight:700; letter-spacing:normal; margin-bottom:30px; }
.eyebrow i { width:42px; height:1px; background:var(--gold); }
.hero h1 { margin:0; color:#f6f4ee; font-size:clamp(64px,7.5vw,108px); line-height:1.08; letter-spacing:normal; font-weight:800; }
.hero h1 em { color:var(--gold); font-style:normal; }
.hero h2 { margin:20px 0 0; font-size:clamp(34px,3.8vw,58px); line-height:1.2; letter-spacing:normal; font-weight:700; }
.hero-copy p { margin:36px 0 0 auto; max-width:660px; color:#aaa8a2; font-size:18px; line-height:1.95; }
.hero-actions { margin-top:42px; display:flex; align-items:center; gap:32px; }
.primary-btn { min-width:205px; min-height:60px; display:inline-flex; align-items:center; justify-content:space-between; gap:25px; padding:0 25px; background:var(--gold); color:#080807; font-weight:900; direction:rtl; transition:transform .25s ease,background .25s ease; }
.primary-btn:hover { transform:translateY(-3px); background:#ffd15b; }
.simple-link { display:flex; gap:12px; align-items:center; padding-bottom:7px; border-bottom:1px solid #5c5b58; color:#e2e0d9; font-size:14px; }
.simple-link span { color:var(--gold); }
.hero-stat { position:absolute; z-index:2; left:max(32px,calc((100% - 1380px)/2)); top:225px; width:165px; direction:ltr; }
.hero-stat > span { color:var(--gold); font-size:9px; font-weight:800; letter-spacing:.2em; }
.hero-stat svg { width:145px; height:145px; margin-top:58px; color:rgba(255,255,255,.33); }
.hero-stat strong { display:block; margin-top:25px; direction:rtl; text-align:right; font-size:20px; line-height:1.45; }
.hero-stat small { display:block; margin-top:34px; padding-top:25px; border-top:1px solid #343432; color:#65645f; font-size:8px; line-height:1.8; letter-spacing:.11em; }
.hero-strip { position:absolute; z-index:3; left:0; bottom:0; width:100%; min-width:max-content; padding:25px 35px; display:flex; justify-content:center; gap:30px; align-items:center; border-top:1px solid rgba(255,255,255,.09); background:rgba(5,5,5,.8); color:#aaa9a4; font:700 10px/1 Arial; letter-spacing:.17em; }
.hero-strip b { color:var(--gold); }

.showcase { background:var(--cream); color:#0a0a09; padding:118px max(32px,calc((100% - 1240px)/2)) 100px; }
.section-heading { display:grid; grid-template-columns:1.15fr .65fr; gap:90px; align-items:end; direction:rtl; }
.section-heading span { display:block; margin-bottom:20px; color:#866710; font:800 10px/1 Arial; letter-spacing:.15em; }
.section-heading h2 { margin:0; font-size:clamp(54px,6.5vw,88px); line-height:1.12; letter-spacing:normal; font-weight:800; }
.section-heading p { margin:0 0 7px; color:#6c6962; font-size:17px; line-height:1.9; }
.video-grid { margin-top:70px; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:34px; direction:rtl; }
.video-card { min-width:0; }
.video-frame { position:relative; max-width:420px; margin:0 auto; aspect-ratio:9/16; overflow:hidden; background:#0b0b0a; box-shadow:0 25px 70px rgba(0,0,0,.18); }
.video-frame iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }
.video-meta { min-height:92px; display:grid; grid-template-columns:35px 1fr 26px; gap:18px; align-items:center; border-bottom:1px solid #c8c4b9; direction:ltr; }
.video-meta > span { color:#8a6b17; font:800 10px/1 Arial; }
.video-meta div { direction:rtl; text-align:right; }
.video-meta small { color:#8a6b17; font:800 8px/1 Arial; letter-spacing:.12em; }
.video-meta h3 { margin:8px 0 0; font-size:24px; }
.video-meta svg { transform:rotate(90deg); }
.channel-link { width:max-content; margin:45px auto 0; display:flex; align-items:center; gap:12px; direction:rtl; color:#735a16; font-size:14px; font-weight:800; border-bottom:1px solid #a38a47; padding-bottom:7px; }

.services { background:#080807; padding:125px max(32px,calc((100% - 1240px)/2)); }
.services-title { text-align:right; direction:rtl; }
.services-title > span,.process-head > span,.promise-copy > span { color:var(--gold); font:800 10px/1 Arial; letter-spacing:.14em; }
.services-title h2 { margin:24px 0 0; font-size:clamp(52px,6vw,84px); line-height:1.14; letter-spacing:normal; font-weight:800; }
.services-title h2 em { color:var(--gold); font-style:normal; }
.service-list { margin-top:80px; border-top:1px solid #2d2d2a; }
.service-row { min-height:148px; display:grid; grid-template-columns:40px 1.25fr .6fr 28px; gap:28px; align-items:center; direction:ltr; border-bottom:1px solid #2d2d2a; transition:padding .25s ease,background .25s ease; }
.service-row:hover { padding:0 18px; background:#10100f; }
.service-row > span { color:var(--gold); font:800 10px/1 Arial; }
.service-row > div { direction:rtl; text-align:right; }
.service-row h3 { margin:0; font-size:clamp(28px,2.8vw,40px); line-height:1.3; letter-spacing:normal; font-weight:700; }
.service-row p { margin:12px 0 0; max-width:540px; color:#84827c; font-size:14px; line-height:1.75; }
.service-row small { color:#66645f; font:800 8px/1.7 Arial; letter-spacing:.14em; }
.service-row > svg { color:#66645f; transform:rotate(90deg); }
.service-row:hover h3,.service-row:hover > svg { color:var(--gold); }

.promise { background:var(--gold); color:#080807; padding:125px max(32px,calc((100% - 1240px)/2)); }
.promise-copy { text-align:right; direction:rtl; max-width:1100px; }
.promise-copy > span { color:#5e4807; }
.promise-copy > p { margin:22px 0 10px; font-size:18px; font-weight:800; }
.promise-copy h2 { margin:0; font-size:clamp(56px,7vw,98px); line-height:1.12; letter-spacing:normal; font-weight:800; }
.promise-copy h2 em { font-style:normal; color:#f7f2e6; }
.promise-grid { display:grid; grid-template-columns:repeat(3,1fr); margin-top:95px; border-top:1px solid rgba(0,0,0,.28); direction:rtl; }
.promise-grid div { min-height:210px; padding:38px 0 0 35px; border-left:1px solid rgba(0,0,0,.28); }
.promise-grid div:last-child { border-left:0; }
.promise-grid strong { font-size:33px; }
.promise-grid p { max-width:270px; margin:45px 0 0; color:#4c3a05; font-size:15px; line-height:1.8; }

.process { background:var(--cream); color:#090908; padding:125px max(32px,calc((100% - 1240px)/2)); }
.process-head { text-align:right; direction:rtl; }
.process-head > span { color:#82640f; }
.process-head h2 { margin:24px 0 0; font-size:clamp(54px,6.5vw,90px); line-height:1.13; letter-spacing:normal; font-weight:800; }
.steps { margin-top:86px; display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid #c7c3b8; direction:rtl; }
.steps article { min-height:250px; padding:34px 0 0 26px; border-left:1px solid #c7c3b8; }
.steps article:last-child { border-left:0; }
.steps span { color:#8c6b12; font:800 10px/1 Arial; }
.steps h3 { margin:52px 0 12px; font-size:31px; }
.steps p { margin:0; max-width:240px; color:#66635d; font-size:14px; line-height:1.8; }

.contact { position:relative; overflow:hidden; min-height:700px; display:flex; flex-direction:column; justify-content:center; align-items:center; padding:95px 22px; background:#070706; text-align:center; }
.contact > span { color:var(--gold); font:800 10px/1 Arial; letter-spacing:.15em; }
.contact > p { margin:27px 0 12px; color:#8d8a82; font-size:18px; }
.contact h2 { position:relative; z-index:2; margin:0; font-size:clamp(58px,7.5vw,104px); line-height:1.12; letter-spacing:normal; font-weight:800; }
.contact h2 em { color:var(--gold); font-style:normal; }
.contact > a { position:relative; z-index:2; margin-top:46px; min-width:250px; min-height:63px; padding:0 25px; display:flex; justify-content:space-between; align-items:center; gap:28px; background:var(--gold); color:#080807; font-weight:900; direction:rtl; }
.contact-ring { position:absolute; border:1px solid rgba(233,179,33,.15); border-radius:50%; }
.ring-one { width:760px; height:760px; }
.ring-two { width:470px; height:470px; border-color:rgba(255,255,255,.08); }

footer { display:grid; grid-template-columns:1fr 1fr .7fr; gap:55px; padding:70px max(32px,calc((100% - 1240px)/2)) 38px; background:#040404; border-top:1px solid #242422; direction:ltr; }
.footer-brand { display:flex; align-items:center; gap:14px; }
.footer-brand div { display:flex; flex-direction:column; gap:6px; }
.footer-brand strong { font-size:12px; letter-spacing:.13em; }
.footer-brand small { color:var(--gold); font-size:8px; letter-spacing:.3em; }
footer > p { align-self:center; color:#77746d; text-align:right; direction:rtl; font-size:14px; }
.footer-links { align-self:center; display:flex; justify-content:flex-end; gap:20px; font-size:13px; }
.footer-links a:hover { color:var(--gold); }
.copyright { grid-column:1/-1; margin-top:45px; padding-top:25px; border-top:1px solid #20201e; display:flex; justify-content:space-between; color:#55534f; font:800 8px/1 Arial; letter-spacing:.13em; }
.whatsapp-float { position:fixed; z-index:50; right:24px; bottom:24px; min-height:54px; display:flex; align-items:center; gap:10px; padding:0 18px; border:1px solid rgba(255,255,255,.24); border-radius:999px; background:#20b85a; color:#fff; box-shadow:0 14px 36px rgba(0,0,0,.34); direction:rtl; transition:transform .2s ease,background .2s ease; }
.whatsapp-float:hover { transform:translateY(-3px); background:#16a34a; }
.whatsapp-float span { width:30px; height:30px; display:grid; place-items:center; border-radius:50%; background:rgba(255,255,255,.16); font:800 18px/1 Arial; transform:rotate(-18deg); }
.whatsapp-float strong { font-size:14px; letter-spacing:normal; }

@media(max-width:900px){
  .nav { width:calc(100% - 34px); height:84px; grid-template-columns:1fr auto; }
  .brand-mark { width:51px; height:51px; font-size:21px; }
  .brand strong { font-size:10px; }
  .brand span { font-size:7px; }
  .nav-links { display:none; }
  .nav-action { font-size:12px; }
  .hero { min-height:830px; padding:150px 20px 115px; }
  .hero-copy { padding-right:0; }
  .hero h1 { font-size:clamp(52px,13vw,76px); line-height:1.12; }
  .hero h2 { font-size:34px; line-height:1.3; }
  .hero-copy p { font-size:16px; }
  .hero-actions { flex-wrap:wrap; }
  .primary-btn { width:100%; }
  .hero-stat,.tower { display:none; }
  .orbit-a { width:420px; height:420px; right:-44%; top:28%; }
  .orbit-b { width:270px; height:270px; right:-10%; top:38%; }
  .hero-strip { justify-content:flex-start; overflow:hidden; }
  .showcase { padding:82px 20px 70px; }
  .section-heading { grid-template-columns:1fr; gap:25px; }
  .section-heading h2 { font-size:58px; }
  .video-grid { grid-template-columns:1fr; gap:48px; margin-top:48px; }
  .video-frame { max-width:100%; }
  .services { padding:85px 20px; }
  .services-title h2 { font-size:54px; }
  .service-list { margin-top:55px; }
  .service-row { grid-template-columns:28px 1fr 22px; gap:14px; min-height:170px; }
  .service-row small { display:none; }
  .service-row h3 { font-size:29px; }
  .service-row p { font-size:13px; }
  .promise { padding:85px 20px; }
  .promise-copy h2 { font-size:60px; }
  .promise-grid { grid-template-columns:1fr; margin-top:60px; }
  .promise-grid div { min-height:170px; padding:30px 0; border-left:0; border-bottom:1px solid rgba(0,0,0,.25); }
  .promise-grid p { margin:18px 0 0; }
  .process { padding:85px 20px; }
  .process-head h2 { font-size:57px; }
  .steps { grid-template-columns:1fr 1fr; }
  .steps article { padding:28px 0 25px 18px; min-height:220px; border-bottom:1px solid #c7c3b8; }
  .steps h3 { margin-top:35px; }
  .contact { min-height:600px; }
  .contact h2 { font-size:62px; }
  footer { grid-template-columns:1fr; gap:35px; padding:55px 20px 30px; }
  footer > p { text-align:left; }
  .footer-links { justify-content:flex-start; }
  .whatsapp-float { right:16px; bottom:16px; min-width:54px; padding:0 12px; justify-content:center; }
  .whatsapp-float strong { display:none; }
}

@media(prefers-reduced-motion:reduce){ html{scroll-behavior:auto} *{transition-duration:.01ms!important} }
