/* Light */
@font-face {
  font-family: 'DIN Next Arabic';
  src: url('../fonts/DINNEXTLTARABIC-LIGHT-1.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
/* Regular */
@font-face {
  font-family: 'DIN Next Arabic';
  src: url('../fonts/DINNextLTArabic-Regular-2.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Medium */
@font-face {
  font-family: 'DIN Next Arabic';
  src: url('../fonts/DINNextLTArabic-Medium-2.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: 'DIN Next Arabic';
  src: url('../fonts/DINNextLTArabic-Bold-2.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

:root{
  --primary:#0B1F3B; 
  --accent:#C8A45C;
  --gradient-1:#0B1F3B; --gradient-2:#1F3A66; --gradient-3:#2E5B9A;
  --navy-950:#08172d;--navy-900:#0B1F3B;--navy-800:#1F3A66;--navy-700:#2E5B9A;
  --gold-500:#C8A45C;--gold-400:#D8B36D;--gold-300:#F1D28A;
  --white:#fff;--surface:#f8fafc;--surface-2:#eef4fb;
  --text-900:#0f172a;--text-700:#334155;--text-500:#64748b;
  --line-dark:rgba(15,23,42,.08);--line-light:rgba(255,255,255,.09);
  --max:1200px;--r-panel:30px;
  --text: var(--text-900);
  --quiet: var(--text-700);
  --muted: var(--text-500);
  --line: var(--line-dark);
  --gold-light: var(--gold-300);
  --gold: var(--gold-500);

  /* Subtle surfaces */
  --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.04);

  /* Default cards / panels */
  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.06);

  /* Primary UI elevation (used most) */
  --shadow: 0 8px 24px rgba(0, 0, 0, 0.08);

  /* Hover / emphasis */
  --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.12);

  /* Strong emphasis (hero cards, checkout highlight) */
  --shadow-xl: 0 20px 48px rgba(0, 0, 0, 0.16);

  /* Soft glow (used in hero overlays / premium feel) */
  --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.06);

  /* Inner shadow (inputs / subtle depth) */
  --shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  
  --radius-signature: 40px 14px 28px 12px;
  --radius-card: 24px;
  --radius-small: 14px;
  --radius-tiny: 10px;
  --radius-panel: 24px;
  --radius-overlay-lg: 34px;
  --radius-overlay-sm: 26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Montserrat',system-ui,sans-serif !important;color:var(--text-900);background:linear-gradient(180deg,#fff,#f8fbff);line-height:1.7}
[dir="rtl"] body, [dir="rtl"] form, body.ar {font-family:'DIN Next Arabic','Tajawal','Segoe UI',sans-serif !important; font-weight: 400;}
img,svg{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
.gpr-container{width:min(var(--max),calc(100% - 40px));margin:0 auto}
.section{padding:92px 0}
.section-soft{background:linear-gradient(180deg,#fff,var(--surface))}
.section-navy,.gradient-surface{position:relative;overflow:hidden;isolation:isolate;color:#fff;background:linear-gradient(135deg,var(--navy-900) 0%,var(--navy-800) 50%,var(--navy-700) 100%)}
[dir="rtl"] .section-navy,[dir="rtl"] .gradient-surface{background:linear-gradient(-135deg,var(--navy-900) 0%,var(--navy-800) 50%,var(--navy-700) 100%)}
.section-navy::before,.section-navy::after,.gradient-surface::before,.gradient-surface::after{
  content:"";position:absolute;z-index:-2;border-radius:999px;filter:blur(70px);pointer-events:none
}
.section-navy::before,.gradient-surface::before{
  width:700px;height:700px;top:-220px;right:-180px;background:radial-gradient(circle,rgba(76,201,240,.24) 0%,rgba(123,97,255,.16) 42%,transparent 72%)
}
[dir="rtl"] .section-navy::before,[dir="rtl"] .gradient-surface::before{left:180px;right:auto;}
.section-navy::after,.gradient-surface::after{
  width:560px;height:560px;left:-120px;bottom:-220px;background:radial-gradient(circle,rgba(241,210,138,.18) 0%,rgba(200,164,92,.12) 40%,transparent 74%)
}
[dir="rtl"] .section-navy::after,[dir="rtl"] .gradient-surface::after{right:120px;left:auto;}
.topbar{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.84);backdrop-filter:blur(14px);border-bottom:1px solid rgba(15,23,42,.06)}
.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:14px;font-weight:800;letter-spacing:.08em}
.brand-mark{width:40px;height:40px;border-radius:12px;position:relative;overflow:hidden;background:linear-gradient(145deg,var(--navy-900),var(--navy-700));box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.brand-mark span{position:absolute;bottom:8px;width:6px;border-radius:2px 2px 0 0;background:linear-gradient(180deg,var(--gold-300),var(--gold-500))}
.brand-mark span:nth-child(1){left:8px;height:14px}.brand-mark span:nth-child(2){left:17px;height:21px}.brand-mark span:nth-child(3){left:26px;height:17px}
.nav-links{display:flex;align-items:center;gap:24px;font-weight:600;color:var(--text-700)}
.nav-links a{position:relative}
.nav-links a::after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:linear-gradient(90deg,var(--gold-500),var(--gold-300));transition:.2s ease}
.nav-links a:hover::after,.nav-links a.active::after{width:100%}
.menu-toggle{display:none}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 22px;border-radius:999px;font-weight:700 !important;border:1px solid transparent;transition:.18s ease}
.btn:hover{transform:translateY(-1px)}
.btn-primary{color:var(--navy-900);background:linear-gradient(90deg,var(--gold-500),var(--gold-300));box-shadow:0 10px 24px rgba(200,164,92,.24)}
[dir="rtl"] .btn-primary{background:linear-gradient(-90deg,var(--gold-500),var(--gold-300))}
.btn-secondary{color:#fff;background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.16)}
.btn-outline{color:var(--text-900);background:#fff;border-color:rgba(15,23,42,.08)}
.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-300)}
.eyebrow::before{content:"";width:32px;height:1px;background:currentColor;opacity:.65}
.eyebrow.dark{color:var(--gold-500)}
h1,h2,h3,p{margin:0}
h1{font-size:clamp(2.24rem, 4vw, 4.16rem);line-height:1.02;letter-spacing:-.045em}
h2{font-size:clamp(2rem,3vw,3.2rem);line-height:1.08;letter-spacing:-.035em}
h3{font-size:1.2rem;line-height:1.2}
.lead{margin-top:20px;max-width:760px;font-size:1.05rem;line-height:1.8;color:rgba(255,255,255,.82)}
.copy{margin-top:18px;max-width:780px;color:var(--text-700)}
.muted{color:var(--text-500)}
.hero{padding:92px 0 78px;min-height:calc(100vh - 78px);display:grid;align-items:center}
.hero-grid,.split{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}
.stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:30px}
.stat{padding:16px 18px;border-radius:18px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(10px)}
.stat strong{display:block;color:#fff;font-size:1.15rem;margin-bottom:6px}
.stat span{color:rgba(255,255,255,.72);font-size:.9rem}
.visual-wrap{position:relative;min-height:560px;display:grid;place-items:center}
.parallelogram,.rounded-panel{position:absolute;border:1px solid var(--line-light);background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.03));box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.parallelogram{border-radius:30px}
.pg-1{width:420px;height:420px;top:42px;left:42px;transform:rotate(18deg)}
.pg-2{width:340px;height:340px;top:108px;left:154px;transform:rotate(22deg);background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.02))}
.pg-3{width:280px;height:280px;top:232px;left:24px;transform:rotate(-22deg);background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.015))}
.rounded-panel{border-radius:32px}
.rp-1{width:220px;height:160px;top:44px;left:56px}
.rp-2{width:180px;height:120px;top:126px;left:182px;opacity:.88}
.rp-3{width:160px;height:110px;top:210px;left:92px;opacity:.78}
.hero-card{position:relative;z-index:2;width:min(100%,470px);padding:34px 30px 28px;border-radius:30px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.04));box-shadow:var(--shadow-lg);backdrop-filter:blur(14px)}
.hero-badge{display:inline-flex;padding:8px 12px;border-radius:999px;font-size:.82rem;font-weight:700;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.8)}
.logo-stage{min-height:250px;display:grid;place-items:center}
.logo{position:relative;width:260px;height:220px}
.pillar{position:absolute;bottom:48px;width:46px;border-radius:2px 2px 0 0;background:linear-gradient(180deg,var(--gold-300),#e4bf6d 52%,#c08d2c 100%);box-shadow:10px 0 20px rgba(0,0,0,.12)}
.pillar.one{left:46px;height:122px}.pillar.two{left:107px;height:168px}.pillar.three{left:168px;height:138px}
.curve-arrow{position:absolute;left:22px;bottom:8px;width:232px;height:82px;background:linear-gradient(90deg,#b57f1a,var(--gold-300) 48%,#c38c1f 100%);clip-path:polygon(0 67%,8% 78%,18% 87%,30% 93%,42% 97%,55% 98%,66% 95%,75% 89%,82% 81%,89% 68%,95% 51%,100% 36%,95% 0,84% 22%,76% 39%,69% 52%,60% 62%,50% 70%,39% 74%,27% 73%,16% 67%,8% 58%);filter:drop-shadow(0 12px 18px rgba(0,0,0,.2))}
.curve-line{position:absolute;inset:auto 10px 12px 10px;width:calc(100% - 20px);height:120px;opacity:.62}
.hero-title{text-align:center;color:#fff;font-size:2.7rem;font-weight:600;letter-spacing:.04em;font-family: 'Montserrat', system-ui, sans-serif;}
.hero-sub{text-align:center;color:var(--gold-300);font-size:.8rem;letter-spacing:.3em;margin-top:6px}
.trust-band{padding:28px 0;border-bottom:1px solid var(--line-dark);background:#fff}
.trust-grid{display:grid;grid-template-columns:220px 1fr;gap:24px;align-items:center}
.trust-logos{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.trust-logo{min-height:64px;border:1px solid var(--line-dark);border-radius:16px;display:grid;place-items:center;color:var(--text-500);font-weight:700;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:var(--shadow-sm);}
.grid-2,.grid-3,.metric-grid,.contact-tiles,.form-grid{display:grid;gap:24px}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.contact-tiles{grid-template-columns:repeat(3,minmax(0,1fr))}
.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.card,.panel,.tile,.form-card{background:#fff;border:1px solid var(--line-dark);border-radius:var(----radius-card);box-shadow:var(--shadow)}
.card{padding:28px}.panel{padding:32px}.tile{padding:24px}
.icon-box{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;font-weight:800;background:linear-gradient(145deg,rgba(11,31,59,.05),rgba(46,91,154,.12));color:var(--navy-800);margin-bottom:18px}
.list{display:grid;gap:16px;margin-top:24px}
.list-item{padding:18px 20px;border:1px solid var(--line-dark);border-radius:18px;background:#fff}
.metric{padding:22px;border-radius:22px;background:linear-gradient(145deg,var(--navy-900),var(--navy-800));color:#fff}
.metric strong{display:block;font-size:2rem;line-height:1;margin-bottom:8px}
.stage{position:relative;min-height:280px;overflow:hidden;isolation:isolate;background:linear-gradient(135deg,var(--navy-900),var(--navy-800) 50%,var(--navy-700));border-radius:26px}
body.ar .stage, [dir="rtl"] .stage{background:linear-gradient(-135deg,var(--navy-900),var(--navy-800) 50%,var(--navy-700));}
.stage::before{content:"";position:absolute;width:280px;height:280px;right:-90px;top:-90px;border-radius:999px;background:radial-gradient(circle,rgba(76,201,240,.20),rgba(123,97,255,.12),transparent 72%);filter:blur(36px);z-index:-1}
[dir="rtl"] .stage::before{left:-90px;right:auto}
.overlay{position:absolute;border:1px solid rgba(255,255,255,.08);background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.03));box-shadow:inset 0 1px 0 rgba(255,255,255,.07)}
.ov-a{width:190px;height:190px;top:34px;right:36px;transform:rotate(-18deg);border-radius:28px}
[dir="rtl"] .ov-a{right:auto;left:36px;transform:rotate(18deg);}
.ov-b{width:150px;height:150px;top:98px;right:142px;transform:rotate(22deg);border-radius:24px}
[dir="rtl"] .ov-b{right:auto;left:142px;transform:rotate(-22deg);}
.ov-r1{width:190px;height:145px;top:42px;right:46px;border-radius:28px}
[dir="rtl"] .ov-r1{left:46px;right:auto;}
.ov-r2{width:150px;height:112px;top:110px;right:122px;border-radius:24px;opacity:.88}
[dir="rtl"] .ov-r2{left:122px;right:auto;}
.stage-copy{position:absolute;left:24px;right:24px;bottom:28px;color:#fff}
.stage-copy strong{display:block;font-size:1rem;margin-bottom:6px}
.stage-copy span{display:block;color:rgba(255,255,255,.76);font-size:.9rem}
body.ar .stage-copy span{font-size:1rem}
.chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:linear-gradient(90deg,rgba(200,164,92,.14),rgba(241,210,138,.22));border:1px solid rgba(200,164,92,.18);font-weight:700;color:var(--gold);font-size:.8rem;text-transform:uppercase;letter-spacing:.12em}
.chip.chip-gold-light{color:var(--gold-light);}
.chip.chip-square-rounded{border-radius: var(--radius-tiny);}
.badge-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.badge{display:inline-flex;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid var(--line-dark);font-weight:700;color:var(--text-700)}
.input,.textarea,.select{width:100%;padding:15px 16px;border-radius:16px;border:1px solid rgba(15,23,42,.1);background:#fff;color:var(--text-900);font:inherit;outline:none}
button,
.btn { font: inherit; }
.textarea{min-height:140px;resize:vertical}
.input:focus,.textarea:focus,.select:focus{border-color:rgba(46,91,154,.38);box-shadow:0 0 0 4px rgba(46,91,154,.08)}
.gold-line{height:1px;background:linear-gradient(90deg,rgba(200,164,92,0),rgba(241,210,138,.75),rgba(200,164,92,0))}
.footer{background:var(--navy-950);color:rgba(255,255,255,.78);padding:28px 0 38px}
.footer-grid{display:flex;justify-content:space-between;gap:24px;align-items:center;flex-wrap:wrap}
.reveal{opacity:0;transform:translateY(26px);transition:opacity .6s ease,transform .6s ease}
.reveal.in{opacity:1;transform:none}
.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}
body.ar{direction:rtl;text-align:right}
body.ar .brand{letter-spacing:0}
body.ar .eyebrow{letter-spacing:.08em}
body.ar .eyebrow::before{order:2}
body.ar .nav-links a::after{left:auto;right:0}
body.ar .hero-title,body.ar .hero-sub{text-align:center}
@media (max-width:1100px){
  .hero-grid,.split,.grid-2,.grid-3,.metric-grid,.contact-tiles,.trust-grid,.stats,.form-grid{grid-template-columns:1fr}
  .trust-logos{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:760px){
  .nav{min-height:72px}
  .menu-toggle{display:inline-flex}
  .nav-links{position:absolute;top:72px;left:0;right:0;background:#fff;border-bottom:1px solid rgba(15,23,42,.06);padding:18px 20px;display:none;flex-direction:column;align-items:flex-start}
  body.ar .nav-links{align-items:flex-end}
  .nav-links.open{display:flex}
  .hero{min-height:auto;padding:68px 0 56px}
  .trust-logos{grid-template-columns:repeat(2,minmax(0,1fr))}
  .visual-wrap{min-height:500px}
  .pg-1{width:320px;height:320px;left:20px;top:60px}.pg-2{width:250px;height:250px;left:110px;top:124px}.pg-3{width:220px;height:220px;left:8px;top:228px}
  .rp-1{width:180px;height:130px;left:40px}.rp-2{width:150px;height:100px;left:150px}.rp-3{width:130px;height:92px;left:74px}
}
.geo-layer { position: absolute; inset: 50% auto auto 50%; transform-origin: center; border-radius: 34px; border: 1px solid rgba(255, 255, 255, 0.08); background: linear-gradient(140deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08); backdrop-filter: blur(8px); }
.geo-1 { width: 420px; height: 420px; transform: translate(-44%, -54%) rotate(18deg); }
.geo-2 { width: 360px; height: 360px; transform: translate(-22%, -40%) rotate(-22deg); background: linear-gradient(140deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)); }
.geo-3 { width: 300px; height: 300px; transform: translate(-62%, -26%) rotate(38deg); background: linear-gradient(140deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)); }
[dir="rtl"] .geo-1 { transform: translate(-56%, -54%) rotate(-18deg); }
[dir="rtl"] .geo-2 { transform: translate(-78%, -40%) rotate(22deg); }
[dir="rtl"] .geo-3 { transform: translate(-38%, -26%) rotate(-38deg); }
.img-fluid { max-width: 100%; height: auto; }
.hero-logo-title { text-align: center; color: #fff; font-size: 2.7rem; font-weight: 600; letter-spacing: .04em; }
.menu-toggle { display:none; width:48px; height:48px; padding:0; border:1px solid rgba(15,23,42,.08); border-radius:12px; background:#fff; align-items:center; justify-content:center; flex-direction:column; gap:5px; cursor:pointer; }
.menu-toggle span { display:block; width:18px; height:2px; background:#0B1F3B; border-radius:999px; transition:.2s ease; }
/* mobile only */
@media (max-width: 760px) {
  .menu-toggle { display:flex; }
  .nav-links { position:absolute; top:72px; left:0; right:0; background:#fff; border-bottom:1px solid rgba(15,23,42,.06); padding:18px 20px; display:none; flex-direction:column; align-items:flex-start; gap:16px; }
  .nav-links.open { display:flex; }
  .section { padding: 74px 0; }
  .specs { grid-template-columns: 1fr; }
  .hero-grid { grid-template-columns: 1fr; }
  .brand-card { width: 100%; padding: 24px; }
  .visual { min-height: 500px; }
  .soft-panel.one { width: 320px; height: 320px; left: 18px; top: 58px; }
  .soft-panel.two { width: 250px; height: 250px; left: 110px; top: 124px; }
  .soft-panel.three { width: 220px; height: 220px; left: 4px; top: 232px; }
}
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 34px; }
.card { background: white; border: 1px solid var(--line-dark); border-radius: var(--radius-card); box-shadow: var(--shadow); overflow: hidden; }
.card-stage { position: relative; min-height: 270px; overflow: hidden; isolation: isolate; background: linear-gradient(135deg, var(--navy-900), var(--navy-800) 50%, var(--navy-700)); border-radius: var(--radius-card); }
.card-stage::before { content: ""; position: absolute; width: 280px; height: 280px; right: -90px; top: -90px; border-radius: 999px; background: radial-gradient(circle, rgba(76, 201, 240, 0.20), rgba(123, 97, 255, 0.12), transparent 72%); filter: blur(36px); z-index: -1; }
.overlay.hero-a { width: 190px; height: 190px; top: 36px; left: 36px; transform: rotate(18deg); border-radius: var(--radius-overlay-lg); }
.overlay.hero-b { width: 150px; height: 150px; top: 98px; left: 142px; transform: rotate(-22deg); border-radius: var(--radius-overlay-sm); }
.overlay.cta-a { width: 200px; height: 160px; top: 42px; left: 42px; transform: rotate(16deg); border-radius: var(--radius-overlay-lg); }
.overlay.cta-b { width: 150px; height: 120px; top: 110px; left: 130px; transform: rotate(-18deg); border-radius: var(--radius-overlay-sm); opacity: 0.88; }
[dir="rtl"] .overlay.hero-a { left:auto; right: 36px; transform: rotate(-18deg); }
[dir="rtl"] .overlay.hero-b { left:auto; right: 142px; transform: rotate(22deg); }
[dir="rtl"] .overlay.cta-a {  left:auto; right: 42px; transform: rotate(-16deg); }
[dir="rtl"] .overlay.cta-b {  left:auto; right: 130px; transform: rotate(18deg); }
.curve-svg { position: absolute; inset: auto 12px 18px 12px; width: calc(100% - 24px); height: 110px; opacity: 0.6; }
.gold-chip { position: absolute; left: 24px; top: 24px; padding: 10px 12px; border-radius: var(--radius-small); background: linear-gradient(90deg, rgba(200, 164, 92, 0.18), rgba(241, 210, 138, 0.24)); border: 1px solid rgba(241, 210, 138, 0.28); color: var(--gold-300); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
[dir="rtl"] .gold-chip { right: 24px; left: auto; }
.gold-line { position: absolute; left: 24px; right: 24px; bottom: 22px; height: 1px; background: linear-gradient(90deg, rgba(200, 164, 92, 0), rgba(241, 210, 138, 0.65), rgba(200, 164, 92, 0)); }
.stage-content { position: absolute; left: 24px; right: 24px; bottom: 30px; color: white; }
.stage-content strong { display: block; font-size: 1rem; margin-bottom: 6px; }
.stage-content span { color: rgba(255, 255, 255, 0.74); font-size: 0.9rem; line-height: 1.5; }
.card-copy { padding: 22px 22px 24px; }
.card-copy p { margin-top: 10px; color: var(--text-500); line-height: 1.72; font-size: 0.95rem; }
.tag { display: inline-block; margin-top: 14px; padding: 8px 10px; border-radius: 999px; background: #f8fafc; color: #334155; font-size: 0.82rem; font-weight: 600; }
.actual-use { margin-top: 40px; padding: 28px; border: 1px solid var(--line-dark); border-radius: var(--radius-signature); background: linear-gradient(180deg, #ffffff, #fbfdff); box-shadow: var(--shadow); }
.use-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 28px; margin-top: 18px; }
.use-item { padding-left: 18px; position: relative; color: var(--text-700); }
[dir="rtl"] .use-item { padding-right: 18px; padding-left: 0; }
.use-item::before { content: ""; position: absolute; left: 0; top: 10px; width: 8px; height: 8px; border-radius: 999px; background: linear-gradient(180deg, var(--gold-400), var(--gold-500)); }
[dir="rtl"] .use-item::before { right: 0; left: auto; }
@media (max-width: 1100px) {
  .hero-grid,
  .grid-3,
  .use-list { grid-template-columns: 1fr; }
  .visual { min-height: 540px; }
 }
.page-hero { padding: 76px 0 54px; }
.service-hero-grid,
        .detail-grid,
        .pricing-grid,
        .checkout-grid,
        .summary-box,
        .trust-grid,
        .cta-strip,
        .feature-grid,
        .process-grid { display: grid; gap: 24px }
.service-hero-grid,
        .checkout-grid { grid-template-columns: 1.2fr .8fr }
.detail-grid,
        .pricing-grid,
        .feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) }
.process-grid { grid-template-columns: repeat(4, minmax(0, 1fr)) }
.summary-box { grid-template-columns: 1fr }
.muted-sm { opacity: .78; font-size: .96rem; line-height: 1.8 }
.price { font-size: 2rem; font-weight: 800; line-height: 1 }
.price-note { font-size: .95rem; opacity: .78 }
.stack { display: grid; gap: 14px }
.mini-list { display: grid; gap: 10px; margin-top: 18px }
.mini-list div { padding: 12px 14px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 16px; background: rgba(255, 255, 255, .03) }
.card-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px }
.icon-title { display: flex; align-items: center; gap: 12px }
.check { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: rgba(212, 175, 55, .14); font-weight: 800 }
.package-table { display: grid; gap: 18px }
.package-card { padding: 28px; border-radius: 26px; border: 1px solid rgba(255, 255, 255, .08); background: #111827; color: #fff; box-shadow: 0 10px 30px rgba(0, 0, 0, .18) }
.package-card.featured { background: linear-gradient(180deg, #111827, #172033) }
.package-card ul { margin: 18px 0 0; padding-right: 18px; display: grid; gap: 10px; line-height: 1.8 }
.package-card .chip { margin-bottom: 14px }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px }
.field,
        .order-row { display: grid; gap: 8px }
.field input,
        .field select,
        .field textarea { width: 100%; padding: 14px 16px; border-radius: 14px; border: 1px solid rgba(18, 24, 38, .12); background: #fff; font: inherit }
.field textarea { min-height: 110px; resize: vertical }
.field.full { grid-column: 1/-1 }
.order-box { padding: 28px; border-radius: 26px; background: #111827; color: #fff; display: grid; gap: 16px }
.order-row { grid-template-columns: 1fr auto; align-items: center; padding-bottom: 12px; border-bottom: 1px solid rgba(255, 255, 255, .08) }
.order-row.total { font-size: 1.08rem; font-weight: 700; border-bottom: 0; padding-bottom: 0 }
.secure-badges { display: flex; gap: 12px; flex-wrap: wrap }
.secure-badge { padding: 12px 14px; border-radius: 999px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .08); font-size: .92rem }
.note { padding: 18px 20px; border-radius: 18px; background: rgba(212, 175, 55, .08); border: 1px solid rgba(212, 175, 55, .18) }
@media (max-width: 920px) {
 .service-hero-grid,
            .detail-grid,
            .pricing-grid,
            .checkout-grid,
            .feature-grid,
            .process-grid,
            .form-grid { grid-template-columns: 1fr }
 }
.pricing-grid,.trust-grid,.compare-grid{display:grid;gap:24px}
.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.trust-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.compare-grid{grid-template-columns:1.1fr .9fr}
.package-card{padding:30px;border-radius:28px;border:1px solid rgba(255,255,255,.08);background:#111827;color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.18)}
.package-card.featured{background:linear-gradient(180deg,#101827,#1a2640)}
.package-card ul{margin:18px 0 0;padding-left:18px;display:grid;gap:10px;line-height:1.7}
[dir="rtl"] .package-card ul, body.ar .package-card ul{padding-left: 0; padding-right:18px;}
.package-card .price{font-size:2.2rem;font-weight:800;margin-top:14px}
.subprice{opacity:.78;font-size:.94rem}
.package-card .chip{margin-bottom:14px}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.compare-table{display:grid;gap:14px}
.compare-row{display:grid;grid-template-columns:1.15fr repeat(3,minmax(0,1fr));gap:14px;align-items:center}
.compare-row > div{padding:16px 18px;border-radius:16px;background:#fff;border:1px solid rgba(18,24,38,.08)}
.compare-row.head > div{background:#111827;color:#fff}
@media (max-width: 980px){.pricing-grid,.trust-grid,.compare-grid,.compare-row{grid-template-columns:1fr}}
.panel,.card,.summary,.form-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:var(--shadow)}
.card-dark{background:linear-gradient(180deg,#101826,#131f34);color:#fff;border:1px solid rgba(255,255,255,.08);border-radius:28px;padding:30px;box-shadow:var(--shadow)}
.package{position:relative}.package.featured{border:1px solid rgba(199,164,106,.5);transform:translateY(-6px)}.badge{position:absolute;top:18px;inset-inline-end:18px;background:#101826;color:#fff;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:700}
.table-line{display:flex;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid var(--line)}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.field{display:grid;gap:8px}.field.full{grid-column:1/-1} label{font-size:14px;font-weight:700;color:var(--text
  )} input,select,textarea{width:100%;padding:14px 15px;border-radius:16px;border:1px solid #d9e2ef;background:#fff;font:inherit;color:var(--text)} textarea{min-height:110px;resize:vertical}
.summary .table-line:last-child{border-bottom:0}.total{font-size:24px;font-weight:800}.secure{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}.seal{padding:12px 14px;border-radius:16px;background:#f7f9fc;border:1px solid var(--line);text-align:center;font-size:13px;color:var(--muted);font-weight:700}
/* FULLY UNIQUE RULES */
.brand-mark { display:inline-grid; grid-template-columns:repeat(3,8px); gap:4px; }
.brand-mark span { width:8px; height:8px; border-radius:50%; background:linear-gradient(135deg,var(--gold-light),#e6cf9b); }
.checklist { display:grid; gap:12px; margin:20px 0 0; padding:0; list-style:none; }
.checklist li { position:relative; padding-inline-start:28px; color:var(--muted); }
.checklist li::before { content:"✓"; position:absolute; inset-inline-start:0; top:0; color:var(--gold); font-weight:800; }
.split { display:grid; grid-template-columns:1.1fr .9fr; gap:26px; align-items:start; }
.price small { font-size:15px; color:var(--muted); font-weight:600; }
.price-row { display:flex; align-items:baseline; gap:8px; flex-wrap:wrap; }
.cta-row { display:flex; gap:12px; flex-wrap:wrap; margin-top:22px; }
@media (max-width: 900px) {
 .grid-2,.grid-3,.split,.kpi-band,.form-grid { grid-template-columns:1fr; }
 }
@media (max-width: 900px) {
 .package.featured { transform:none; }
 }
@media (max-width: 900px) {
 .nav { padding:12px 0; }
 }
@media (max-width: 900px) {
 .nav-links { display:none; }
 }
.text-color-danger { color: #ff5b5b !important; }
.text-color-success { color: #0cc485 !important; }
.svg-rial-style-1 { fill: var(--quiet) !important; width: 16px !important; }
.lang-switch { font-size: 14px; font-weight: 600; text-decoration: none; color: var(--text); padding: 6px 10px; border-radius: 8px; transition: 0.2s ease; }
.lang-switch:hover { background: rgba(0,0,0,0.05); }
.text-gold-light {color: var(--gold-light);}
.text-gold {color: var(--gold);}

/* SVG Colors */
.svg-fill-color-primary { fill: var(--primary) !important; }
.svg-fill-color-primary svg path, .svg-fill-color-primary svg rect, .svg-fill-color-primary svg line, .svg-fill-color-primary svg polyline, .svg-fill-color-primary svg polygon { fill: var(--primary) !important; }
.svg-fill-color-hover-primary:hover { fill: var(--primary) !important; }
.svg-fill-color-hover-primary svg:hover path, .svg-fill-color-hover-primary svg:hover rect, .svg-fill-color-hover-primary svg:hover line, .svg-fill-color-hover-primary svg:hover polyline, .svg-fill-color-hover-primary svg:hover polygon { fill: var(--primary) !important; }
.svg-stroke-color-primary { stroke: var(--primary) !important; }
.svg-stroke-color-primary svg path, .svg-stroke-color-primary svg rect, .svg-stroke-color-primary svg line, .svg-stroke-color-primary svg polyline, .svg-stroke-color-primary svg polygon { stroke: var(--primary) !important; }
.svg-stroke-color-hover-primary:hover { stroke: var(--primary) !important; }
.svg-stroke-color-hover-primary svg:hover path, .svg-stroke-color-hover-primary svg:hover rect, .svg-stroke-color-hover-primary svg:hover line, .svg-stroke-color-hover-primary svg:hover polyline, .svg-stroke-color-hover-primary svg:hover polygon { stroke: var(--primary) !important; }
.svg-fill-color-accent { fill: var(--accent) !important; }
.svg-fill-color-accent svg path, .svg-fill-color-accent svg rect, .svg-fill-color-accent svg line, .svg-fill-color-accent svg polyline, .svg-fill-color-accent svg polygon { fill: var(--accent) !important; }
.svg-fill-color-hover-accent:hover { fill: var(--accent) !important; }
.svg-fill-color-hover-accent svg:hover path, .svg-fill-color-hover-accent svg:hover rect, .svg-fill-color-hover-accent svg:hover line, .svg-fill-color-hover-accent svg:hover polyline, .svg-fill-color-hover-accent svg:hover polygon { fill: var(--accent) !important; }
.svg-stroke-color-accent { stroke: var(--accent) !important; }
.svg-stroke-color-accent svg path, .svg-stroke-color-accent svg rect, .svg-stroke-color-accent svg line, .svg-stroke-color-accent svg polyline, .svg-stroke-color-accent svg polygon { stroke: var(--accent) !important; }
.svg-stroke-color-hover-accent:hover { stroke: var(--accent) !important; }
.svg-stroke-color-hover-accent svg:hover path, .svg-stroke-color-hover-accent svg:hover rect, .svg-stroke-color-hover-accent svg:hover line, .svg-stroke-color-hover-accent svg:hover polyline, .svg-stroke-color-hover-accent svg:hover polygon { stroke: var(--accent) !important; }
.svg-fill-color-gold-light { fill: var(--gold-light) !important; }
.svg-fill-color-gold-light svg path, .svg-fill-color-gold-light svg rect, .svg-fill-color-gold-light svg line, .svg-fill-color-gold-light svg polyline, .svg-fill-color-gold-light svg polygon { fill: var(--gold-light) !important; }
.svg-fill-color-hover-gold-light:hover { fill: var(--gold-light) !important; }
.svg-fill-color-hover-gold-light svg:hover path, .svg-fill-color-hover-gold-light svg:hover rect, .svg-fill-color-hover-gold-light svg:hover line, .svg-fill-color-hover-gold-light svg:hover polyline, .svg-fill-color-hover-gold-light svg:hover polygon { fill: var(--gold-light) !important; }
.svg-stroke-color-gold-light { stroke: var(--gold-light) !important; }
.svg-stroke-color-gold-light svg path, .svg-stroke-color-gold-light svg rect, .svg-stroke-color-gold-light svg line, .svg-stroke-color-gold-light svg polyline, .svg-stroke-color-gold-light svg polygon { stroke: var(--gold-light) !important; }
.svg-stroke-color-hover-gold-light:hover { stroke: var(--gold-light) !important; }
.svg-stroke-color-hover-gold-light svg:hover path, .svg-stroke-color-hover-gold-light svg:hover rect, .svg-stroke-color-hover-gold-light svg:hover line, .svg-stroke-color-hover-gold-light svg:hover polyline, .svg-stroke-color-hover-gold-light svg:hover polygon { stroke: var(--gold-light) !important; }
.svg-fill-color-dark { fill: var(--text-900) !important; }
.svg-fill-color-dark svg path, .svg-fill-color-dark svg rect, .svg-fill-color-dark svg line, .svg-fill-color-dark svg polyline, .svg-fill-color-dark svg polygon { fill: var(--text-900) !important; }
.svg-fill-color-hover-dark:hover { fill: var(--text-900) !important; }
.svg-fill-color-hover-dark svg:hover path, .svg-fill-color-hover-dark svg:hover rect, .svg-fill-color-hover-dark svg:hover line, .svg-fill-color-hover-dark svg:hover polyline, .svg-fill-color-hover-dark svg:hover polygon { fill: var(--text-900) !important; }
.svg-stroke-color-dark { stroke: var(--text-900) !important; }
.svg-stroke-color-dark svg path, .svg-stroke-color-dark svg rect, .svg-stroke-color-dark svg line, .svg-stroke-color-dark svg polyline, .svg-stroke-color-dark svg polygon { stroke: var(--text-900) !important; }
.svg-stroke-color-hover-dark:hover { stroke: var(--text-900) !important; }
.svg-stroke-color-hover-dark svg:hover path, .svg-stroke-color-hover-dark svg:hover rect, .svg-stroke-color-hover-dark svg:hover line, .svg-stroke-color-hover-dark svg:hover polyline, .svg-stroke-color-hover-dark svg:hover polygon { stroke: var(--text-900) !important; }
.svg-fill-color-light { fill: var(--surface-2) !important; }
.svg-fill-color-light svg path, .svg-fill-color-light svg rect, .svg-fill-color-light svg line, .svg-fill-color-light svg polyline, .svg-fill-color-light svg polygon { fill: var(--surface-2) !important; }
.svg-fill-color-hover-light:hover { fill: var(--surface-2) !important; }
.svg-fill-color-hover-light svg:hover path, .svg-fill-color-hover-light svg:hover rect, .svg-fill-color-hover-light svg:hover line, .svg-fill-color-hover-light svg:hover polyline, .svg-fill-color-hover-light svg:hover polygon { fill: var(--surface-2) !important; }
.svg-stroke-color-light { stroke: var(--surface-2) !important; }
.svg-stroke-color-light svg path, .svg-stroke-color-light svg rect, .svg-stroke-color-light svg line, .svg-stroke-color-light svg polyline, .svg-stroke-color-light svg polygon { stroke: var(--surface-2) !important; }
.svg-stroke-color-hover-light:hover { stroke: var(--surface-2) !important; }
.svg-stroke-color-hover-light svg:hover path, .svg-stroke-color-hover-light svg:hover rect, .svg-stroke-color-hover-light svg:hover line, .svg-stroke-color-hover-light svg:hover polyline, .svg-stroke-color-hover-light svg:hover polygon { stroke: var(--surface-2) !important; }
.svg-fill-color-grey { fill: var(--muted) !important; }
.svg-fill-color-grey svg path, .svg-fill-color-grey svg rect, .svg-fill-color-grey svg line, .svg-fill-color-grey svg polyline, .svg-fill-color-grey svg polygon { fill: var(--muted) !important; }
.svg-fill-color-hover-grey:hover { fill: var(--muted) !important; }
.svg-fill-color-hover-grey svg:hover path, .svg-fill-color-hover-grey svg:hover rect, .svg-fill-color-hover-grey svg:hover line, .svg-fill-color-hover-grey svg:hover polyline, .svg-fill-color-hover-grey svg:hover polygon { fill: var(--muted) !important; }
.svg-stroke-color-grey { stroke: var(--muted) !important; }
.svg-stroke-color-grey svg path, .svg-stroke-color-grey svg rect, .svg-stroke-color-grey svg line, .svg-stroke-color-grey svg polyline, .svg-stroke-color-grey svg polygon { stroke: var(--muted) !important; }
.svg-stroke-color-hover-grey:hover { stroke: var(--muted) !important; }
.svg-stroke-color-hover-grey svg:hover path, .svg-stroke-color-hover-grey svg:hover rect, .svg-stroke-color-hover-grey svg:hover line, .svg-stroke-color-hover-grey svg:hover polyline, .svg-stroke-color-hover-grey svg:hover polygon { stroke: var(--muted) !important; }
