:root{
  --navy:#0B3D78;
  --navy-2:#0D47A1;
  --ink:#16324F;
  --muted:#607D8B;
  --blue:#0D47A1;
  --blue-dark:#083A85;
  --teal:#2E7D32;
  --teal-dark:#1B5E20;
  --green:#66BB6A;
  --green-dark:#2E7D32;
  --surface:#F7FAFC;
  --surface-blue:#E3F2FD;
  --surface-teal:#E8F5E9;
  --surface-warm:#fff8ef;
  --white:#fff;
  --line:#D8E4EC;
  --line-strong:#BED2DF;
  --danger:#b7473e;
  --radius:24px;
  --shadow-sm:0 10px 30px rgba(32,75,99,.08);
  --shadow:0 24px 64px rgba(32,75,99,.13);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:92px}
body{margin:0;background:var(--white);color:var(--ink);font-family:Inter,"Segoe UI",Tahoma,Arial,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body,button,a{font-family:inherit}
a{color:inherit;text-decoration:none}
button{font:inherit}
img,svg{display:block;max-width:100%}
svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.section{padding:104px 0}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;top:12px;left:12px;z-index:1000;padding:10px 14px;border-radius:10px;background:#fff;color:var(--navy);box-shadow:var(--shadow);transform:translateY(-160%)}
.skip-link:focus{transform:none}

.site-header{position:fixed;inset:0 0 auto;z-index:100;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(203,220,229,.82);box-shadow:0 4px 22px rgba(32,75,99,.045);backdrop-filter:blur(14px);transition:box-shadow .2s ease}
.site-header.scrolled{box-shadow:0 10px 34px rgba(32,75,99,.10)}
.header-inner{height:78px;display:flex;align-items:center;gap:30px}
.brand{display:inline-flex;align-items:center;gap:11px;flex:none}
.brand img{width:44px;height:44px;border-radius:12px;object-fit:cover;box-shadow:0 5px 14px rgba(23,54,75,.12)}
.brand span{display:flex;flex-direction:column;line-height:1}
.brand strong{font-size:20px;letter-spacing:-.45px;color:var(--navy)}
.brand small{margin-top:5px;font-size:8px;font-weight:900;letter-spacing:.24em;color:var(--teal)}
.site-nav{display:flex;align-items:center;gap:27px;margin-inline:auto}
.site-nav a{position:relative;padding:10px 0;color:#486371;font-size:14px;font-weight:760}
.site-nav a::after{content:"";position:absolute;left:0;right:0;bottom:3px;height:2px;border-radius:3px;background:var(--blue);transform:scaleX(0);transition:transform .2s ease}
.site-nav a:hover,.site-nav a.active{color:var(--navy)}
.site-nav a:hover::after,.site-nav a.active::after{transform:scaleX(1)}
.header-actions{display:flex;align-items:center;gap:10px}
.language-toggle,.menu-toggle{border:1px solid var(--line);background:var(--surface);color:var(--navy);border-radius:12px;cursor:pointer}
.language-toggle{padding:9px 12px;font-weight:850}
.menu-toggle{display:none;padding:10px}
.menu-toggle svg{width:22px;height:22px}

.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;border-radius:14px;font-weight:850;line-height:1.2;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}
.button:hover{transform:translateY(-2px)}
.button svg{width:19px;height:19px;flex:none}
.button-primary{background:var(--blue);color:#fff;box-shadow:0 12px 27px rgba(42,125,225,.22)}
.button-primary:hover{background:var(--blue-dark);box-shadow:0 16px 32px rgba(42,125,225,.28)}
.button-small{padding:11px 16px;font-size:13px;border-radius:12px}
.button-large{min-height:62px;padding:13px 22px}
.button-large>span{display:flex;flex-direction:column;gap:4px;text-align:start}
.button-large strong{font-size:15px}
.button-large small{font-size:11px;font-weight:650;opacity:.82}
.button-ghost{background:#fff;color:var(--navy);border-color:var(--line-strong);box-shadow:var(--shadow-sm)}
.button-ghost:hover{border-color:#9fc2d8}
.button-light{background:#fff;color:var(--navy);box-shadow:0 16px 38px rgba(18,54,75,.17)}
.button-full{width:100%;padding:15px 18px}
.button-disabled{pointer-events:none;cursor:not-allowed;opacity:.62;filter:saturate(.35)}
.dark-disabled{opacity:.72}
.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-weight:850}
.text-link svg{width:18px;height:18px;transition:transform .2s}
.text-link:hover svg{transform:translateX(3px)}
html[dir="rtl"] .text-link:hover svg{transform:translateX(-3px)}

.referral-invite-card{margin:0 0 22px;padding:18px;border:1px solid var(--line-strong);border-radius:20px;background:rgba(255,255,255,.92);box-shadow:var(--shadow-sm);backdrop-filter:blur(10px)}
.referral-invite-card.is-valid{border-color:#bfe3d8;background:rgba(250,255,253,.94)}
.referral-invite-card.is-invalid{border-color:#efd5d0;background:#fff8f6}
.referral-invite-topline{display:flex;align-items:center;gap:9px;color:var(--navy)}
.referral-invite-topline strong{font-size:15px;font-weight:850}
.referral-invite-dot{width:9px;height:9px;border-radius:50%;background:var(--teal);box-shadow:0 0 0 6px rgba(21,154,128,.10);flex:none}
.referral-invite-copy{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-top:10px;color:#536e78;font-size:13px;line-height:1.55}
.referral-code{display:inline-block;padding:5px 10px;border-radius:9px;background:#fff;border:1px solid #bcdad0;color:var(--teal-dark);font-size:17px;letter-spacing:.13em;line-height:1}
.referral-bonus-text{flex:1 1 260px}
.referral-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.referral-actions .button{padding:12px 15px;font-size:13px}

.hero{position:relative;min-height:790px;padding:150px 0 94px;background:var(--surface-blue);overflow:hidden;color:var(--ink);border-bottom:1px solid var(--line)}
.hero-grid{position:absolute;inset:0;opacity:.55;border-top:1px solid rgba(42,125,225,.07)}
.hero-grid::before,.hero-grid::after{content:"";position:absolute;background:rgba(42,125,225,.055)}
.hero-grid::before{inset:0 auto 0 24%;width:1px;box-shadow:156px 0 rgba(42,125,225,.055),312px 0 rgba(42,125,225,.055),468px 0 rgba(42,125,225,.055),624px 0 rgba(42,125,225,.055),780px 0 rgba(42,125,225,.055)}
.hero-grid::after{inset:18% 0 auto;height:1px;box-shadow:0 156px rgba(42,125,225,.055),0 312px rgba(42,125,225,.055),0 468px rgba(42,125,225,.055)}
.hero-glow{position:absolute;border-radius:50%;opacity:.9}
.glow-one{width:430px;height:430px;left:-235px;top:-210px;background:#d9f2eb}
.glow-two{width:500px;height:500px;right:-300px;bottom:-300px;background:#dcecfb}
.hero-layout{position:relative;display:grid;grid-template-columns:minmax(0,1.06fr) minmax(410px,.94fr);align-items:center;gap:72px}
.hero-copy{position:relative;z-index:2}
.eyebrow{display:inline-flex;align-items:center;gap:9px;padding:8px 13px;border:1px solid #c9e3dc;border-radius:999px;background:#fff;color:var(--teal-dark);font-size:12px;font-weight:850;box-shadow:0 8px 24px rgba(32,75,99,.06)}
.status-dot{width:8px;height:8px;border-radius:50%;background:#31bd8d;box-shadow:0 0 0 5px rgba(49,189,141,.12)}
.hero h1{max-width:760px;margin:28px 0 24px;color:var(--navy);font-size:clamp(50px,6vw,80px);line-height:.98;letter-spacing:-.057em}
.hero h1 em{font-style:normal;color:var(--blue)}
html[dir="rtl"] .hero h1{letter-spacing:-.025em;line-height:1.1}
.hero-lead{max-width:650px;margin:0 0 30px;color:#58717e;font-size:18px;line-height:1.72}
.hero-actions{display:flex;align-items:stretch;gap:12px;flex-wrap:wrap}
.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px;max-width:660px}
.hero-proof>div{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid #d4e5ee;border-radius:13px;background:rgba(255,255,255,.82)}
.hero-proof b{color:var(--blue);font-size:13px}
.hero-proof span{font-size:11px;line-height:1.35;color:#506b78;font-weight:720}
.hero-notes{display:flex;gap:18px;flex-wrap:wrap;margin-top:20px;color:#647c87;font-size:12px;font-weight:700}
.hero-notes span{display:inline-flex;align-items:center;gap:5px}
.hero-notes svg{width:15px;height:15px;color:var(--teal);stroke-width:2.5}
.hero-visual{position:relative;min-height:620px;display:grid;place-items:center}
.orbit{position:absolute;border:1px solid rgba(21,154,128,.16);border-radius:50%}
.orbit-one{width:530px;height:530px}
.orbit-two{width:420px;height:420px;border-color:rgba(42,125,225,.17)}
.phone-shadow{position:absolute;width:300px;height:58px;bottom:10px;border-radius:50%;background:rgba(35,75,99,.16);filter:blur(16px)}
.phone{position:relative;width:310px;height:632px;padding:11px;border-radius:47px;background:#0B3D78;border:1px solid #416A98;box-shadow:0 42px 90px rgba(35,75,99,.25);transform:rotate(1.4deg)}
.phone-top{position:absolute;z-index:3;left:50%;top:17px;width:96px;height:24px;transform:translateX(-50%);border-radius:999px;background:#0B3D78;display:grid;place-items:center}
.phone-top span{width:36px;height:4px;border-radius:5px;background:#587589}
.phone-screen{height:100%;overflow:hidden;border-radius:37px;background:#f6fafb;color:var(--ink);padding:48px 15px 14px}
.app-bar{display:flex;align-items:center;justify-content:space-between}
.app-brand-mini{display:flex;align-items:center;gap:7px;color:var(--navy)}
.app-brand-mini img{width:28px;height:28px;border-radius:8px;object-fit:cover}
.app-brand-mini strong{font-size:14px}
.credit-pill{display:flex;align-items:center;gap:5px;padding:7px 9px;border-radius:999px;background:#dff3ec;color:var(--teal-dark);font-size:11px;font-weight:900}
.credit-pill svg{width:14px;height:14px}
.app-greeting{display:flex;flex-direction:column;margin:22px 2px 13px}
.app-greeting small{color:var(--blue);font-size:8px;font-weight:900;letter-spacing:.16em}
.app-greeting strong{margin-top:5px;font-size:20px;color:var(--navy)}
.app-greeting span{margin-top:3px;font-size:10px;color:#71868e}
.map-card{position:relative;overflow:hidden;border-radius:22px;border:1px solid #d4e3df;background:#eaf4ee;box-shadow:0 12px 30px rgba(32,75,99,.09)}
.parcel-map{width:100%;height:305px}
.map-chip{position:absolute;left:14px;right:14px;bottom:12px;display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:12px;background:rgba(255,255,255,.95);box-shadow:0 7px 22px rgba(32,75,99,.14)}
.map-chip span{width:8px;height:8px;border-radius:50%;background:var(--teal)}
.map-chip strong{font-size:10px;color:var(--navy)}
.search-box{height:49px;margin-top:12px;padding:0 12px;display:flex;align-items:center;gap:8px;border:1px solid #d7e5e4;border-radius:14px;background:#fff;color:#70858c;font-size:10px}
.search-box svg{width:16px;height:16px;color:var(--blue)}
.search-box b{margin-inline-start:auto;color:var(--navy);font-size:12px}
.app-tabs{display:grid;grid-template-columns:repeat(3,1fr);margin-top:11px;padding:7px;border-radius:15px;background:#fff;border:1px solid #dbe7e6}
.app-tabs span{display:flex;flex-direction:column;align-items:center;gap:4px;color:#8b9ba0;font-size:9px}
.app-tabs svg{width:17px;height:17px}
.app-tabs .active{color:var(--blue)}
.floating-card{position:absolute;z-index:4;display:flex;align-items:center;gap:10px;min-width:178px;padding:13px 15px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--navy);box-shadow:0 18px 45px rgba(32,75,99,.16)}
.floating-card>svg,.pulse-icon{width:35px;height:35px;padding:8px;border-radius:11px;background:var(--surface-teal);color:var(--teal)}
.floating-card span{display:flex;flex-direction:column;gap:2px}
.floating-card strong{font-size:11px}
.floating-card small{font-size:9px;color:#74888f}
.secure-card{left:-10px;top:138px}
.offline-card{right:-18px;bottom:102px}
.pulse-icon{display:grid!important;place-items:center;background:var(--surface-blue);color:var(--blue)}
.pulse-icon svg{width:18px;height:18px}

.trust-strip{position:relative;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 12px 35px rgba(32,75,99,.045)}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.trust-grid>div{display:flex;align-items:center;gap:14px;padding:27px 28px;border-inline-end:1px solid var(--line)}
.trust-grid>div:last-child{border-inline-end:0}
.trust-grid>div>svg{width:42px;height:42px;padding:10px;border-radius:13px;background:var(--surface-blue);color:var(--blue)}
.trust-grid>div:nth-child(2)>svg{background:var(--surface-teal);color:var(--teal)}
.trust-grid span{display:flex;flex-direction:column;gap:4px}
.trust-grid strong{font-size:13px;color:var(--navy)}
.trust-grid small{font-size:10px;line-height:1.45;color:#71858d}

.intro-section{background:#fff}
.section-heading{max-width:760px;margin-bottom:52px}
.section-heading.centered{text-align:center;margin-inline:auto}
.section-kicker{display:block;margin-bottom:13px;color:var(--blue);font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.section-kicker.light{color:#bfe4fa}
.section-heading h2,.security-copy h2,.subscription-copy h2,.download-copy h2{margin:0;color:var(--navy);font-size:clamp(36px,4.5vw,56px);line-height:1.06;letter-spacing:-.044em}
html[dir="rtl"] .section-heading h2,html[dir="rtl"] .security-copy h2,html[dir="rtl"] .subscription-copy h2,html[dir="rtl"] .download-copy h2{letter-spacing:-.02em;line-height:1.18}
.section-heading p,.security-copy>p,.subscription-copy>p,.download-copy>p{margin:20px 0 0;color:var(--muted);font-size:16px;line-height:1.75}
.feature-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:20px}
.feature-card{position:relative;grid-column:span 4;min-height:300px;padding:28px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.feature-card:hover{transform:translateY(-5px);border-color:#b9d3e2;box-shadow:0 22px 50px rgba(32,75,99,.10)}
.feature-card-large{grid-column:span 6;min-height:390px;background:var(--surface-blue);border-color:#d2e5f5;color:var(--ink)}
.feature-card-wide{grid-column:span 6;min-height:390px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;background:var(--surface-teal)}
.feature-card-copy{position:relative;z-index:1}
.feature-icon{width:49px;height:49px;margin-bottom:27px;display:grid;place-items:center;border-radius:15px;background:#e4effb;color:var(--blue)}
.feature-card:nth-child(3n) .feature-icon,.feature-card-wide .feature-icon{background:#dff3ec;color:var(--teal)}
.feature-icon svg{width:23px;height:23px}
.feature-card-large .feature-icon{background:#d9eaf9;color:var(--blue)}
.feature-card h3{margin:0 0 13px;color:var(--navy);font-size:22px;line-height:1.2}
.feature-card-large h3{color:var(--navy);font-size:28px}
.feature-card p{margin:0;color:#637983;font-size:14px;line-height:1.72}
.feature-card-large p{max-width:500px;color:#58717e}
.mini-search{position:absolute;left:28px;right:28px;bottom:28px;height:66px;display:flex;align-items:center;padding:8px 9px 8px 20px;border:1px solid #d0e1eb;border-radius:17px;background:#fff;box-shadow:0 15px 35px rgba(32,75,99,.12)}
html[dir="rtl"] .mini-search{padding:8px 20px 8px 9px}
.mini-search span{color:#7a8d94;font-weight:800}
.mini-search button{margin-inline-start:auto;width:48px;height:48px;border:0;border-radius:13px;background:var(--blue);color:#fff;display:grid;place-items:center}
.mini-search svg{width:20px;height:20px}
.credit-visual{position:relative;display:grid;place-items:center}
.credit-ring{width:170px;height:170px;border-radius:50%;display:grid;place-items:center;align-content:center;background:#fff;border:16px solid #c8e8de;box-shadow:0 20px 42px rgba(21,154,128,.13)}
.credit-ring::before{content:"";position:absolute;width:170px;height:170px;border-radius:50%;border-top:16px solid var(--teal);border-right:16px solid var(--teal);transform:rotate(-12deg)}
.credit-ring span{position:relative;font-size:45px;line-height:1;font-weight:950;color:var(--navy)}
.credit-ring small{position:relative;margin-top:7px;color:#6e838b;font-size:8px;font-weight:900;letter-spacing:.16em}
.credit-line{position:absolute;inset:auto 4px 15px;display:flex;gap:6px}
.credit-line span{height:5px;flex:1;border-radius:5px;background:#cbdedd}
.credit-line span:first-child{background:var(--teal)}

.how-section{position:relative;background:#244d65;color:#fff;overflow:hidden}
.how-section::before{content:"";position:absolute;width:360px;height:360px;right:-180px;top:-140px;border-radius:50%;background:#32637d;opacity:.5}
.how-section .section-heading h2{color:#fff}
.how-section .section-kicker{color:#bfe4fa}
.steps{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.step{min-height:310px;padding:26px;border:1px solid rgba(255,255,255,.14);border-radius:21px;background:#2c5870}
.step:nth-child(even){background:#28536a}
.step-number{font-size:11px;font-weight:900;color:#bfe4fa;letter-spacing:.15em}
.step-icon{width:48px;height:48px;margin:32px 0 25px;display:grid;place-items:center;border-radius:15px;background:#3a6a82;border:1px solid rgba(255,255,255,.12);color:#d7f1ff}
.step-icon svg{width:23px;height:23px}
.step h3{margin:0 0 12px;font-size:18px;color:#fff}
.step p{margin:0;color:#d5e2e8;font-size:13px;line-height:1.7}

.security-section{background:#fff}
.security-layout{display:grid;grid-template-columns:1fr 1fr;gap:82px;align-items:center}
.security-visual{position:relative;min-height:470px;display:grid;place-items:center;border-radius:38px;background:var(--surface);border:1px solid var(--line);overflow:hidden}
.security-visual::before,.security-visual::after{content:"";position:absolute;border:1px dashed #bed5df;border-radius:50%}
.security-visual::before{width:320px;height:320px}
.security-visual::after{width:445px;height:445px}
.shield-core{position:relative;z-index:2;width:122px;height:122px;display:grid;place-items:center;border-radius:34px;background:var(--blue);color:#fff;box-shadow:0 26px 60px rgba(42,125,225,.22)}
.shield-core svg{width:58px;height:58px}
.security-node{position:absolute;z-index:3;display:flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid #d6e4ea;border-radius:13px;background:#fff;box-shadow:0 12px 28px rgba(32,75,99,.11);color:var(--navy);font-size:10px;font-weight:800}
.security-node svg{width:18px;height:18px;color:var(--teal)}
.node-one{left:35px;top:80px}.node-two{right:28px;top:180px}.node-three{left:78px;bottom:55px}
.security-copy h2{margin-top:7px}
.check-list{list-style:none;padding:0;margin:28px 0 0;display:grid;gap:13px}
.check-list li{display:flex;align-items:flex-start;gap:10px;color:#49656f;font-size:14px;line-height:1.55}
.check-list svg{width:20px;height:20px;flex:none;padding:4px;border-radius:50%;background:#dff1eb;color:var(--teal);stroke-width:2.6}

.subscription-section{background:var(--surface-blue)}
.subscription-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.82fr);align-items:center;gap:76px}
.subscription-copy h2{margin-top:7px}
.plan-card{position:relative;padding:34px;border:1px solid #c9dde9;border-radius:30px;background:#fff;box-shadow:var(--shadow)}
.plan-card::before{content:"MOST POPULAR";position:absolute;top:0;right:30px;transform:translateY(-50%);padding:7px 11px;border-radius:999px;background:var(--blue);color:#fff;font-size:8px;font-weight:950;letter-spacing:.14em}
html[dir="rtl"] .plan-card::before{content:"الأكثر طلباً";right:auto;left:30px}
.plan-head{display:flex;align-items:center;gap:15px;margin-bottom:25px}
.plan-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:16px;background:#e4effb;color:var(--blue)}
.plan-icon svg{width:25px;height:25px}
.plan-head span{display:flex;flex-direction:column;gap:4px}
.plan-head strong{font-size:19px;color:var(--navy)}
.plan-head small{font-size:11px;color:#70858d}
.plan-credit{padding:23px;border-radius:20px;background:var(--surface);border:1px solid var(--line)}
.plan-credit strong{display:block;color:var(--blue);font-size:48px;line-height:1;font-weight:950}
.plan-credit span{display:block;margin-top:7px;color:#617781;font-size:12px}
.plan-card .check-list{margin:24px 0}

.download-section{background:#fff;padding-top:96px}
.download-card{position:relative;min-height:430px;display:flex;align-items:center;overflow:hidden;padding:70px;border:1px solid #c8dfef;border-radius:36px;background:#e8f3fb;color:var(--ink);box-shadow:0 30px 76px rgba(32,75,99,.13)}
.download-pattern{position:absolute;inset:0;opacity:.7}
.download-pattern::before,.download-pattern::after{content:"";position:absolute;border:1px solid #b6d6eb;border-radius:50%}
.download-pattern::before{width:420px;height:420px;right:-100px;top:-130px}
.download-pattern::after{width:270px;height:270px;right:-25px;top:-55px}
.download-copy{position:relative;z-index:2;max-width:650px}
.download-copy h2{color:var(--navy);margin-top:8px}
.download-copy>p{color:#57717e;max-width:620px;margin-bottom:28px}
.download-actions{display:flex;align-items:stretch;gap:12px;flex-wrap:wrap}
.download-mark{position:absolute;right:35px;bottom:-70px;width:320px;opacity:.08;transform:rotate(-8deg)}
html[dir="rtl"] .download-mark{right:auto;left:35px;transform:rotate(8deg)}

.faq-section{background:#fff}
.faq-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:86px;align-items:start}
.faq-list{display:grid;gap:11px}
.faq-list details{border:1px solid var(--line);border-radius:17px;background:var(--surface);overflow:hidden}
.faq-list details[open]{background:#fff;border-color:#bfd8e8;box-shadow:var(--shadow-sm)}
.faq-list summary{min-height:70px;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;list-style:none;color:var(--navy);font-size:14px;font-weight:850}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list details p{margin:0;padding:0 22px 22px;color:#617780;font-size:13px;line-height:1.72}
.faq-plus{position:relative;width:22px;height:22px;flex:none;border-radius:50%;background:#e6f0f7}
.faq-plus::before,.faq-plus::after{content:"";position:absolute;left:6px;right:6px;top:10px;height:2px;border-radius:2px;background:var(--blue)}
.faq-plus::after{transform:rotate(90deg);transition:transform .18s ease}
details[open] .faq-plus::after{transform:rotate(0)}

.site-footer{background:#f4f8fa;border-top:1px solid var(--line);color:#536d79}
.footer-top{min-height:190px;display:grid;grid-template-columns:.7fr 1.2fr .7fr;gap:45px;align-items:center}
.brand-footer strong{color:var(--navy)}
.brand-footer small{color:var(--teal)}
.footer-contact{display:flex;flex-direction:column;gap:14px}
.footer-contact p{max-width:480px;margin:0;font-size:13px;line-height:1.65}
.footer-phone{display:inline-flex;align-items:center;gap:8px;width:max-content;color:var(--teal-dark);font-size:13px;font-weight:850}
.footer-phone svg{width:19px;height:19px;fill:currentColor;stroke:none}
.footer-links{display:flex;flex-direction:column;gap:11px;align-items:flex-start}
.footer-links a{font-size:12px;font-weight:750;color:#5c7580}
.footer-links a:hover{color:var(--blue)}
.footer-bottom{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--line);font-size:11px;color:#738893}
.footer-bottom strong{color:var(--navy)}

.whatsapp-support{position:fixed;z-index:120;right:22px;bottom:22px;display:flex;align-items:center;gap:12px;padding:8px 16px 8px 8px;border:1px solid #bde8cc;border-radius:999px;background:#fff;color:var(--navy);box-shadow:0 18px 48px rgba(23,54,75,.20);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.whatsapp-support:hover{transform:translateY(-3px);border-color:#85dca6;box-shadow:0 24px 56px rgba(23,54,75,.25)}
.whatsapp-icon{width:52px;height:52px;display:grid;place-items:center;flex:none;border-radius:50%;background:var(--green);color:#fff;box-shadow:0 8px 20px rgba(37,211,102,.30)}
.whatsapp-icon svg{width:30px;height:30px;fill:currentColor;stroke:none}
.whatsapp-copy{display:flex;flex-direction:column;gap:3px;min-width:138px}
.whatsapp-copy strong{font-size:13px;color:var(--navy)}
.whatsapp-copy small{font-size:10px;color:#6c828a}
html[dir="rtl"] .whatsapp-support{right:auto;left:22px;padding:8px 8px 8px 16px}

.reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}
.reveal.visible{opacity:1;transform:none}
.reveal-delay{transition-delay:.12s}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button,.whatsapp-support{transition:none}}

@media (max-width:1050px){
  .site-nav{gap:18px}.desktop-download{display:none}
  .hero-layout{grid-template-columns:1fr 390px;gap:36px}.hero h1{font-size:clamp(46px,6vw,68px)}
  .secure-card{left:-28px}.offline-card{right:-24px}
  .security-layout,.subscription-layout{gap:50px}.faq-layout{gap:54px}
}

@media (max-width:900px){
  .section{padding:86px 0}.header-inner{height:72px}.site-nav{position:absolute;top:72px;left:20px;right:20px;display:none;flex-direction:column;align-items:stretch;gap:2px;padding:12px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow)}
  .site-nav.open{display:flex}.site-nav a{padding:13px 14px;border-radius:10px}.site-nav a:hover,.site-nav a.active{background:var(--surface-blue)}.site-nav a::after{display:none}
  .menu-toggle{display:block}.language-toggle{margin-inline-start:auto}.header-actions{gap:7px}
  .referral-actions{width:100%}
  .hero{min-height:auto;padding:126px 0 82px}.hero-layout{grid-template-columns:1fr}.hero-copy{text-align:center}.eyebrow{margin-inline:auto}.hero-lead{margin-inline:auto}.hero-actions,.hero-notes{justify-content:center}.hero-proof{margin-inline:auto}.hero-visual{min-height:650px}
  .feature-card{grid-column:span 6}.feature-card-large,.feature-card-wide{grid-column:span 12}
  .steps{grid-template-columns:repeat(2,1fr)}
  .security-layout,.subscription-layout,.faq-layout{grid-template-columns:1fr;gap:48px}.security-copy,.subscription-copy{order:-1}.subscription-layout{grid-template-columns:1fr}.plan-card{max-width:600px}
  .footer-top{grid-template-columns:1fr 1fr}.footer-contact{grid-column:span 2}.footer-links{align-items:flex-end}
}

@media (max-width:650px){
  .container{width:min(100% - 28px,1180px)}.section{padding:72px 0}
  .brand img{width:40px;height:40px}.brand strong{font-size:18px}.brand small{font-size:7px}.language-toggle{padding:8px 10px;font-size:12px}
  .hero{padding:112px 0 66px}.referral-invite-card{padding:16px;margin-bottom:18px}.referral-actions{flex-direction:column}.referral-actions .button{width:100%}.hero h1{font-size:42px;line-height:1.02}.hero-lead{font-size:16px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.hero-proof{grid-template-columns:1fr}.hero-proof>div{justify-content:center}.hero-visual{min-height:590px;transform:scale(.92);margin:-15px 0 -30px}.floating-card{min-width:155px}.secure-card{left:-5px}.offline-card{right:-5px}
  .trust-grid{grid-template-columns:1fr}.trust-grid>div{border-inline-end:0;border-bottom:1px solid var(--line)}.trust-grid>div:last-child{border-bottom:0}
  .section-heading{margin-bottom:38px}.section-heading h2,.security-copy h2,.subscription-copy h2,.download-copy h2{font-size:36px}.section-heading p,.security-copy>p,.subscription-copy>p,.download-copy>p{font-size:14px}
  .download-actions{flex-direction:column}.download-actions .button{width:100%}
  .feature-grid{display:block}.feature-card,.feature-card-large,.feature-card-wide{min-height:0;margin-bottom:14px}.feature-card-large{padding-bottom:118px}.feature-card-wide{display:block;padding-bottom:210px}.credit-visual{position:absolute;left:0;right:0;bottom:25px}.credit-ring{width:145px;height:145px}.credit-ring::before{width:145px;height:145px}
  .steps{grid-template-columns:1fr}.step{min-height:0}.step-icon{margin:24px 0 18px}
  .security-visual{min-height:390px}.security-visual::after{width:370px;height:370px}.security-visual::before{width:260px;height:260px}.shield-core{width:100px;height:100px}.shield-core svg{width:46px;height:46px}.node-one{left:14px;top:58px}.node-two{right:10px;top:160px}.node-three{left:36px;bottom:42px}
  .plan-card{padding:26px}.download-card{min-height:0;padding:42px 26px}.download-mark{display:none}.download-pattern::before{right:-260px}.download-pattern::after{right:-150px}.faq-layout{gap:30px}
  .footer-top{display:flex;flex-direction:column;align-items:flex-start;padding:42px 0}.footer-contact{order:2}.footer-links{order:3;align-items:flex-start}.footer-bottom{padding:20px 0;min-height:0;align-items:flex-start;flex-direction:column}
  .whatsapp-support{right:14px;bottom:14px;padding:6px;border-radius:50%}html[dir="rtl"] .whatsapp-support{left:14px;right:auto;padding:6px}.whatsapp-copy{display:none}.whatsapp-icon{width:52px;height:52px}
}

@media (max-width:390px){
  .hero h1{font-size:37px}.hero-visual{transform:scale(.82);margin:-48px 0 -70px}.phone{width:305px}.floating-card{display:none}
  .header-inner{gap:7px}
  .brand{gap:8px;min-width:0}
  .brand img{width:36px;height:36px}
  .brand span{display:flex;min-width:0}
  .brand strong{font-size:16px;letter-spacing:-.35px}
  .brand small{margin-top:4px;font-size:6px;letter-spacing:.18em}
  .language-toggle{padding:7px 8px;font-size:11px}
  .menu-toggle{padding:8px}
  .menu-toggle svg{width:20px;height:20px}
}

/* Public available-map catalog */
.catalog-section{background:#f7fafc;border-top:1px solid #edf2f5;border-bottom:1px solid #edf2f5}
.catalog-heading{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:44px;align-items:end;margin-bottom:32px}
.catalog-heading .section-heading{margin:0}
.catalog-heading .section-heading h2{max-width:780px}
.catalog-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.catalog-summary>div{min-height:100px;padding:19px 21px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(32,75,99,.055);display:flex;flex-direction:column;justify-content:center}
.catalog-summary strong{font-size:29px;line-height:1;color:var(--navy);letter-spacing:-.04em}
.catalog-summary span{margin-top:7px;color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.055em}
.catalog-browser{border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow-sm);overflow:hidden}
.catalog-toolbar{display:flex;align-items:center;gap:16px;padding:18px;border-bottom:1px solid var(--line);background:#fbfdfe}
.catalog-search{min-width:0;flex:1;display:flex;align-items:center;gap:11px;height:50px;padding:0 13px;border:1px solid var(--line-strong);border-radius:14px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease}
.catalog-search:focus-within{border-color:#8ab8ea;box-shadow:0 0 0 4px rgba(42,125,225,.09)}
.catalog-search>svg{width:20px;height:20px;color:#6f8793;flex:none}
.catalog-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font-size:15px;font-weight:650}
.catalog-search input::placeholder{color:#8598a2;font-weight:550}
.catalog-search-clear{width:30px;height:30px;padding:0;border:0;border-radius:50%;background:#edf3f6;color:#526d79;font-size:21px;line-height:1;cursor:pointer}
.catalog-toolbar-actions{display:flex;gap:8px;flex:none}
.catalog-action{height:42px;padding:0 13px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--navy);font-size:12px;font-weight:850;cursor:pointer}
.catalog-action:hover{border-color:#a9c7d7;background:#f8fbfc}
.catalog-results-meta{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 19px;color:#637a86;font-size:13px;border-bottom:1px solid #edf2f5}
.catalog-results-meta strong{color:var(--navy);font-size:15px}
.catalog-live-badge{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.055em;color:var(--teal-dark)}
.catalog-live-badge i{display:block;width:8px;height:8px;border-radius:50%;background:#2abf91;box-shadow:0 0 0 5px rgba(42,191,145,.1)}
.catalog-governorates{padding:12px}
.catalog-governorate{border:1px solid var(--line);border-radius:17px;background:#fff;overflow:hidden;margin-bottom:10px}
.catalog-governorate:last-child{margin-bottom:0}
.catalog-governorate>summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 18px;cursor:pointer;background:#fff;transition:background .18s ease}
.catalog-governorate>summary::-webkit-details-marker{display:none}
.catalog-governorate>summary:hover{background:#f9fbfc}
.catalog-governorate[open]>summary{background:#f4f9fc;border-bottom:1px solid var(--line)}
.catalog-location-title{display:flex;align-items:center;gap:12px;min-width:0}
.catalog-location-icon{width:39px;height:39px;border-radius:12px;display:grid;place-items:center;background:var(--surface-teal);color:var(--teal-dark);flex:none}
.catalog-location-icon svg{width:20px;height:20px}
.catalog-location-title>span:last-child{min-width:0;display:flex;align-items:baseline;gap:9px;flex-wrap:wrap}
.catalog-location-title strong{font-size:17px;color:var(--navy)}
.catalog-location-title small{font-size:13px;color:#728894;font-weight:750}
.catalog-location-stats{display:flex;align-items:center;gap:15px;color:#718894;font-size:11px;font-weight:700;flex:none}
.catalog-location-stats>span{white-space:nowrap}
.catalog-location-stats b{font-size:13px;color:var(--ink)}
.catalog-chevron{width:9px;height:9px;border-right:2px solid #6b8290;border-bottom:2px solid #6b8290;transform:rotate(45deg);transition:transform .2s ease;margin:0 6px 5px 3px}
.catalog-governorate[open] .catalog-chevron{transform:rotate(225deg);margin-bottom:-2px}
.catalog-caza-list{padding:13px;background:#fcfdfe}
.catalog-caza{border:1px solid #e7eef2;border-radius:14px;background:#fff;margin-bottom:12px;overflow:hidden}
.catalog-caza:last-child{margin-bottom:0}
.catalog-caza-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 15px;background:#f8fbfc;border-bottom:1px solid #edf2f5}
.catalog-caza-head>div{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}
.catalog-caza-head strong{font-size:14px;color:var(--navy)}
.catalog-caza-head>div span{font-size:12px;color:#748b96;font-weight:700}
.catalog-caza-head>span{font-size:11px;color:#728894;font-weight:750;white-space:nowrap}
.catalog-caza-head>span b{color:var(--navy);font-size:12px}
.catalog-village-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;padding:11px}
.catalog-village{min-width:0;padding:12px 13px;border:1px solid #e8eef2;border-radius:12px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.catalog-village:hover{border-color:#bed8e7;box-shadow:0 8px 20px rgba(32,75,99,.07);transform:translateY(-1px)}
.catalog-village-name{position:relative;display:flex;align-items:center;gap:7px;min-width:0;flex-wrap:wrap;padding-inline-start:1px}
.catalog-available-dot{width:8px;height:8px;border-radius:50%;background:#2abf91;box-shadow:0 0 0 4px rgba(42,191,145,.09);flex:none}
.catalog-village-name strong{min-width:0;color:var(--ink);font-size:13px;line-height:1.35;font-weight:820;overflow-wrap:anywhere}
.catalog-village-name small{font-size:11px;line-height:1.3;color:#718792;font-weight:700}
.catalog-village-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:10px;padding-top:9px;border-top:1px solid #eef3f5;color:#7a8f99;font-size:10px;font-weight:700}
.catalog-village-meta b{color:#4c6674;font-size:11px}
.catalog-credit{padding:3px 7px;border-radius:8px;background:#eef5fc;color:#4c6f8b}
.catalog-credit b{color:var(--blue-dark)}
.catalog-empty{margin:18px;padding:34px 20px;border:1px dashed #cbdbe3;border-radius:16px;background:#f9fbfc;color:#657c88;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}
.catalog-empty svg{width:27px;height:27px;color:#7892a0}
.catalog-empty strong{color:var(--navy)}
.catalog-empty span{font-size:13px}
.catalog-cta{margin-top:20px;padding:20px 22px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(32,75,99,.05);display:flex;align-items:center;justify-content:space-between;gap:24px}
.catalog-cta>div{display:flex;flex-direction:column;gap:5px}
.catalog-cta strong{color:var(--navy);font-size:16px}
.catalog-cta span{color:#6c828e;font-size:13px;line-height:1.5}
.catalog-cta>.button{padding:13px 18px;flex:none}
.catalog-governorate[hidden],.catalog-caza[hidden],.catalog-village[hidden]{display:none!important}

@media (max-width:980px){
  .catalog-heading{grid-template-columns:1fr;gap:24px}
  .catalog-summary{grid-template-columns:repeat(4,minmax(0,1fr))}
  .catalog-summary>div{min-height:86px;padding:16px}
  .catalog-summary strong{font-size:24px}
  .catalog-village-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:720px){
  .catalog-heading{margin-bottom:22px}
  .catalog-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .catalog-summary>div{min-height:78px;padding:14px 15px;border-radius:14px}
  .catalog-summary strong{font-size:22px}
  .catalog-summary span{font-size:10px}
  .catalog-browser{border-radius:19px}
  .catalog-toolbar{align-items:stretch;flex-direction:column;padding:12px;gap:9px}
  .catalog-search{height:48px}
  .catalog-toolbar-actions{display:grid;grid-template-columns:1fr 1fr}
  .catalog-action{width:100%}
  .catalog-results-meta{padding:11px 14px}
  .catalog-location-stats>span:nth-child(2){display:none}
  .catalog-governorates{padding:8px}
  .catalog-governorate>summary{padding:14px 13px;gap:10px}
  .catalog-location-icon{width:35px;height:35px;border-radius:10px}
  .catalog-location-title strong{font-size:15px}
  .catalog-location-title small{font-size:11px}
  .catalog-location-stats{gap:7px}
  .catalog-caza-list{padding:8px}
  .catalog-caza-head{padding:11px 12px}
  .catalog-village-grid{grid-template-columns:1fr;padding:8px;gap:7px}
  .catalog-village{padding:11px 12px}
  .catalog-cta{align-items:stretch;flex-direction:column;padding:17px}
  .catalog-cta>.button{width:100%}
}
html[dir="rtl"] .catalog-chevron{transform:rotate(135deg)}
html[dir="rtl"] .catalog-governorate[open] .catalog-chevron{transform:rotate(315deg)}

.brand-showcase{padding:42px 0 28px;background:#fff}
.brand-showcase-frame{margin:0;overflow:hidden;border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:0 20px 55px rgba(32,75,99,.11)}
.brand-showcase-frame img{display:block;width:100%;height:auto;aspect-ratio:1024/500;object-fit:cover}
@media(max-width:700px){.brand-showcase{padding:26px 0 18px}.brand-showcase-frame{border-radius:18px}}

/* Final LandMap flat blue/green brand alignment */
.button-primary{background:var(--teal);box-shadow:0 12px 27px rgba(46,125,50,.20)}
.button-primary:hover{background:var(--teal-dark);box-shadow:0 16px 32px rgba(46,125,50,.24)}
.hero h1 em{color:var(--teal)}
.catalog-section{background:#f7fafc}
