/* AJ Smart Shift Suite — Master Stylesheet v2.0
   © 2012-2026 Ahmed Jalal · Dark Professional Edition */

/* ━━━ VARIABLES ━━━ */
:root {
  /* Dark base */
  --bg:        #06091a;
  --surface:   #0c1230;
  --surface-2: #101840;
  --card:      rgba(255,255,255,.035);
  --card-hover:rgba(255,255,255,.065);
  --border:    rgba(255,255,255,.09);
  --border-2:  rgba(255,255,255,.14);

  /* Text */
  --ink:   #f4f7ff;
  --sub:   #aab8d8;
  --faint: #7180a8;

  /* Brand */
  --gold:      #fbbf24;
  --gold-soft: #f59e0b;
  --gold-dim:  rgba(251,191,36,.14);
  --gold-glow: rgba(251,191,36,.28);
  --navy:      #1e3a8a;
  --navy-deep: #0a1535;

  /* Edition colors */
  --realestate:      #2E7D32;
  --realestate-soft: #4caf50;
  --realestate-dim:  rgba(46,125,50,.18);
  --services:        #b8890e;
  --services-soft:   #f59e0b;
  --services-dim:    rgba(184,137,14,.18);
  --contracts:       #0e7490;
  --contracts-soft:  #22d3ee;
  --contracts-dim:   rgba(14,116,144,.18);
  --hyper:           #7c3aed;
  --hyper-soft:      #a78bfa;
  --hyper-dim:       rgba(124,58,237,.18);

  /* Legacy (for legal pages) */
  --blue-950: #020714;
  --blue-900: #0a1d3a;
  --blue-800: #1e3a8a;
  --blue-700: #1e40af;
  --blue-600: #3b82f6;
  --blue-100: #dbeafe;
  --gold-700: #b8890e;
  --gold-600: #c9a227;
  --gold-500: #f59e0b;
  --gold-400: #fbbf24;
  --gold-100: #fef3c7;
  --emerald-600: #059669;
  --emerald-500: #10b981;
  --white: #ffffff;
}

/* ━━━ RESET ━━━ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Cairo', 'Inter', sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
::selection { background: var(--gold); color: #0a1535; }
a { text-decoration: none; }

/* ━━━ NAV ━━━ */
.nav {
  position: fixed; top: 0; inset-inline: 0;
  background: rgba(6,9,26,.82);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  padding: 0;
  z-index: 200;
  height: 64px;
}
.nav-inner {
  max-width: 1240px; margin: 0 auto; padding: 0 28px;
  height: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
}
.nav-logo {
  display: flex; align-items: center; gap: 12px; color: var(--ink);
}
.nav-logo-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: linear-gradient(135deg, var(--navy), var(--gold-soft));
  display: flex; align-items: center; justify-content: center;
  color: white; font-weight: 900; font-size: 13px; letter-spacing: 1px;
  flex-shrink: 0;
}
.nav-logo-text { display: flex; flex-direction: column; line-height: 1; }
.nav-logo-text b { font-size: 15px; font-weight: 800; }
.nav-logo-text small { font-size: 10px; color: var(--gold); font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.nav-links { display: flex; gap: 30px; }
.nav-links a {
  color: var(--sub); font-weight: 600; font-size: 14px;
  transition: color .2s;
}
.nav-links a:hover { color: var(--ink); }
.nav-cta {
  background: var(--gold); color: #0a1535;
  padding: 9px 20px; border-radius: 8px;
  font-weight: 800; font-size: 13px;
  transition: opacity .2s, transform .2s;
  white-space: nowrap; flex-shrink: 0;
}
.nav-cta:hover { opacity: .9; transform: translateY(-1px); }

/* ━━━ HERO ━━━ */
.hero {
  min-height: 90vh;
  padding: 128px 28px 84px;
  position: relative;
  overflow: hidden;
  display: flex; align-items: center;
  background: radial-gradient(ellipse 70% 55% at 78% 12%, rgba(30,58,138,.42) 0%, transparent 64%),
              radial-gradient(ellipse 55% 45% at 12% 92%, rgba(124,58,237,.2) 0%, transparent 60%),
              var(--bg);
}
.hero-grid-bg {
  position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 54px 54px;
  -webkit-mask-image: radial-gradient(ellipse 85% 65% at 50% 32%, #000 0%, transparent 74%);
  mask-image: radial-gradient(ellipse 85% 65% at 50% 32%, #000 0%, transparent 74%);
}
.hero-glow {
  position: absolute; border-radius: 50%;
  filter: blur(90px); pointer-events: none;
}
.hero-glow-1 {
  width: 620px; height: 620px;
  background: rgba(30,58,138,.4);
  top: -220px; left: -120px;
}
.hero-glow-2 {
  width: 420px; height: 420px;
  background: rgba(251,191,36,.065);
  bottom: -140px; right: -60px;
}
.hero-inner {
  max-width: 1240px; margin: 0 auto; position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.1fr minmax(0, 470px); gap: 56px; align-items: center;
  width: 100%;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(251,191,36,.09);
  border: 1px solid rgba(251,191,36,.22);
  color: #fcd34d;
  padding: 8px 16px; border-radius: 100px;
  font-size: 13px; font-weight: 600;
  margin-bottom: 26px;
}
.hero-badge b { color: var(--gold); font-weight: 800; }
.badge-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold); flex-shrink: 0;
  animation: pulse-gold 2.4s ease-in-out infinite;
}
@keyframes pulse-gold {
  0%   { box-shadow: 0 0 0 0 rgba(251,191,36,.5); }
  70%  { box-shadow: 0 0 0 8px rgba(251,191,36,0); }
  100% { box-shadow: 0 0 0 0 rgba(251,191,36,0); }
}
.hero-title {
  font-size: 48px; font-weight: 900; line-height: 1.28;
  margin-bottom: 22px; letter-spacing: -.5px;
  color: var(--ink);
}
.hero-title-accent {
  background: linear-gradient(100deg, var(--gold) 8%, #fde68a 92%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-desc {
  font-size: 16.5px; color: var(--sub); line-height: 1.9;
  margin-bottom: 34px; max-width: 500px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; align-items: center; }
.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-soft));
  color: #1a1200;
  padding: 15px 28px; border-radius: 12px;
  font-weight: 800; font-size: 15px;
  display: inline-flex; align-items: center; gap: 9px;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 10px 28px var(--gold-glow);
}
.btn-gold svg { flex-shrink: 0; }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 14px 34px var(--gold-glow); }
.btn-ghost {
  background: var(--card); color: var(--ink);
  border: 1px solid var(--border-2);
  padding: 15px 26px; border-radius: 12px;
  font-weight: 700; font-size: 15px;
  transition: background .2s, border-color .2s;
}
.btn-ghost:hover { background: var(--card-hover); border-color: var(--sub); }
.hero-stats {
  display: flex; align-items: center; gap: 0;
  padding: 22px 0 0; border-top: 1px solid var(--border);
}
.hero-stat { padding: 0 28px; }
.hero-stat:first-child { padding-inline-start: 0; }
.stat-num {
  font-size: 30px; font-weight: 900; color: var(--ink); line-height: 1.1;
  display: flex; align-items: baseline; gap: 3px;
}
.stat-plus { font-size: 14px; font-weight: 700; color: var(--gold); }
.stat-lbl { font-size: 12px; color: var(--sub); margin-top: 4px; }
.stat-sep { width: 1px; height: 40px; background: var(--border); flex-shrink: 0; }

/* ━━━ APP MOCKUP ━━━ */
.hero-right { display: flex; justify-content: center; }
.app-mockup {
  width: 100%; max-width: 470px;
  background: var(--surface);
  border-radius: 20px;
  border: 1px solid var(--border-2);
  box-shadow: 0 40px 80px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.04);
  overflow: hidden;
  animation: float-mock 6s ease-in-out infinite;
}
@keyframes float-mock {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.mockup-bar {
  display: flex; align-items: center; gap: 8px;
  padding: 14px 18px;
  background: rgba(255,255,255,.03);
  border-bottom: 1px solid var(--border);
}
.mb-dot {
  width: 12px; height: 12px; border-radius: 50%;
}
.mb-dot.red    { background: #ef4444; }
.mb-dot.yellow { background: var(--gold); }
.mb-dot.green  { background: #22c55e; }
.mb-title {
  flex: 1; text-align: center;
  font-size: 12px; font-weight: 700; color: var(--sub); letter-spacing: .5px;
}
.mockup-body { padding: 20px 18px 14px; }
.mockup-header {
  font-size: 12px; font-weight: 700; color: var(--sub);
  letter-spacing: 2px; text-transform: uppercase;
  margin-bottom: 14px;
}
.mockup-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
  margin-bottom: 16px;
}
.mockup-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: 12px; padding: 14px 12px;
  position: relative; overflow: hidden;
  cursor: default;
}
.mc-accent {
  position: absolute; top: 0; inset-inline: 0;
  height: 3px;
}
.realestate-card .mc-accent { background: var(--realestate); }
.services-card   .mc-accent { background: var(--services); }
.contracts-card  .mc-accent { background: var(--contracts); }
.hyper-card      .mc-accent { background: var(--hyper); }
.active-card {
  border-color: var(--hyper-soft) !important;
  background: rgba(124,58,237,.12) !important;
  box-shadow: 0 0 20px rgba(124,58,237,.2);
}
.mc-icon { font-size: 22px; margin-bottom: 6px; }
.mc-name { font-size: 13px; font-weight: 800; color: var(--ink); margin-bottom: 2px; }
.mc-ver { font-size: 10px; color: var(--faint); margin-bottom: 10px; font-weight: 600; }
.mc-btn {
  font-size: 11px; font-weight: 700;
  background: var(--card-hover); color: var(--sub);
  padding: 5px 10px; border-radius: 6px; text-align: center;
  border: 1px solid var(--border);
}
.mc-btn-active {
  background: var(--hyper) !important;
  color: white !important;
  border-color: var(--hyper) !important;
}
.mockup-toolbar {
  display: flex; align-items: center; gap: 0;
  background: rgba(255,255,255,.02);
  border: 1px solid var(--border);
  border-radius: 10px; padding: 0;
  overflow: hidden;
}
.mt-item {
  flex: 1; padding: 9px 4px;
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  font-size: 10px; color: var(--sub); font-weight: 600;
  cursor: default;
}
.mt-item span { font-size: 14px; }
.mt-sep { width: 1px; height: 36px; background: var(--border); flex-shrink: 0; }

/* ━━━ STRIP ━━━ */
.strip {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 14px 28px;
  overflow: hidden;
}
.strip-inner {
  max-width: 1240px; margin: 0 auto;
  display: flex; align-items: center; justify-content: center;
  gap: 16px; flex-wrap: wrap;
}
.strip-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; color: var(--sub);
}
.strip-dot {
  width: 8px; height: 8px; border-radius: 50%;
}
.green-dot  { background: var(--realestate-soft); }
.gold-dot   { background: var(--services-soft); }
.teal-dot   { background: var(--contracts-soft); }
.purple-dot { background: var(--hyper-soft); }
.strip-sep { color: var(--faint); font-size: 16px; }

/* ━━━ SECTIONS ━━━ */
.section { padding: 96px 28px; }
.section-inner { max-width: 1240px; margin: 0 auto; }
.section-eyebrow {
  text-align: center; font-size: 12px; font-weight: 800;
  color: var(--gold); letter-spacing: 3px; text-transform: uppercase; margin-bottom: 12px;
}
.section-heading {
  text-align: center; font-size: 42px; font-weight: 900;
  color: var(--ink); margin-bottom: 16px; letter-spacing: -1px;
}
.section-sub {
  text-align: center; font-size: 16px; color: var(--sub);
  margin-bottom: 56px; max-width: 680px; margin-inline: auto; line-height: 1.8;
}
.section-sub b { color: var(--ink); }

/* ━━━ PRODUCTS ━━━ */
.products-section { background: var(--surface); }
.products-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.product-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .3s, border-color .3s, box-shadow .3s;
  position: relative;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(0,0,0,.4);
}
.realestate:hover { border-color: var(--realestate); }
.services:hover   { border-color: var(--services); }
.contracts:hover  { border-color: var(--contracts); }
.hyper:hover      { border-color: var(--hyper); }
.featured-card {
  border-color: rgba(124,58,237,.4) !important;
  background: rgba(124,58,237,.06) !important;
}
.featured-label {
  position: absolute; top: 18px; left: 18px;
  background: var(--hyper); color: white;
  font-size: 11px; font-weight: 800;
  padding: 4px 12px; border-radius: 100px;
  letter-spacing: .5px;
}
.pc-top { padding: 28px 28px 0; flex: 1; }
.pc-accent-bar { height: 4px; border-radius: 100px; margin-bottom: 22px; }
.realestate .pc-accent-bar { background: linear-gradient(90deg, var(--realestate), var(--realestate-soft)); }
.services .pc-accent-bar   { background: linear-gradient(90deg, var(--services), var(--services-soft)); }
.contracts .pc-accent-bar  { background: linear-gradient(90deg, var(--contracts), var(--contracts-soft)); }
.hyper .pc-accent-bar      { background: linear-gradient(90deg, var(--hyper), var(--hyper-soft)); }
.pc-header {
  display: flex; align-items: flex-start; gap: 14px;
  margin-bottom: 16px;
}
.pc-icon-wrap {
  width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; flex-shrink: 0;
}
.realestate .pc-icon-wrap { background: var(--realestate-dim); }
.services .pc-icon-wrap   { background: var(--services-dim); }
.contracts .pc-icon-wrap  { background: var(--contracts-dim); }
.hyper .pc-icon-wrap      { background: var(--hyper-dim); }
.pc-badge {
  font-size: 10px; font-weight: 800; letter-spacing: 1.5px;
  padding: 3px 10px; border-radius: 100px;
  display: inline-block; margin-bottom: 4px;
}
.realestate .pc-badge { background: var(--realestate-dim); color: var(--realestate-soft); }
.services .pc-badge   { background: var(--services-dim); color: var(--services-soft); }
.contracts .pc-badge  { background: var(--contracts-dim); color: var(--contracts-soft); }
.hyper .pc-badge      { background: var(--hyper-dim); color: var(--hyper-soft); }
.pc-name { font-size: 20px; font-weight: 900; color: var(--ink); }
.pc-ver-badge {
  margin-right: auto; flex-shrink: 0;
  font-size: 11px; font-weight: 700; color: var(--faint);
  background: var(--card-hover); border: 1px solid var(--border);
  padding: 4px 10px; border-radius: 8px; margin-top: 2px;
}
.pc-desc { font-size: 14px; color: var(--sub); line-height: 1.75; margin-bottom: 18px; }
.pc-features { list-style: none; margin-bottom: 6px; }
.pc-features li {
  padding: 7px 0; font-size: 13.5px; color: var(--sub);
  display: flex; align-items: center; gap: 10px;
  border-bottom: 1px solid rgba(255,255,255,.04);
}
.pc-features li:last-child { border-bottom: none; }
.pc-features li::before {
  content: '✓'; font-weight: 900; font-size: 14px; flex-shrink: 0;
}
.realestate .pc-features li::before { color: var(--realestate-soft); }
.services .pc-features li::before   { color: var(--services-soft); }
.contracts .pc-features li::before  { color: var(--contracts-soft); }
.hyper .pc-features li::before      { color: var(--hyper-soft); }
.pc-cta {
  display: flex; gap: 10px; padding: 20px 28px;
  border-top: 1px solid var(--border);
}
.pc-btn {
  flex: 1; padding: 11px 16px; border-radius: 10px;
  font-weight: 700; font-size: 13.5px; text-align: center;
  color: white; transition: opacity .2s;
}
.pc-btn:hover { opacity: .85; }
.realestate .pc-btn { background: var(--realestate); }
.services .pc-btn   { background: var(--services); }
.contracts .pc-btn  { background: var(--contracts); }
.hyper .pc-btn      { background: var(--hyper); }
.pc-btn-outline {
  padding: 11px 16px; border-radius: 10px;
  font-weight: 700; font-size: 13.5px; text-align: center;
  color: var(--sub); border: 1px solid var(--border);
  transition: border-color .2s, color .2s;
}
.pc-btn-outline:hover { border-color: var(--sub); color: var(--ink); }
.pc-coming {
  padding: 11px 16px; border-radius: 10px;
  font-size: 13px; color: var(--faint);
  border: 1px solid var(--border); text-align: center;
  cursor: default; opacity: .5;
}

/* ━━━ FEATURES ━━━ */
.features-section {
  background: linear-gradient(180deg, var(--bg) 0%, var(--surface) 100%);
}
.features-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.feature-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px; padding: 30px;
  transition: transform .3s, border-color .3s, background .3s;
}
.feature-card:hover {
  transform: translateY(-4px);
  background: var(--card-hover);
  border-color: var(--border-2);
}
.feature-icon-wrap {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--gold-dim);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.feature-icon-wrap svg {
  width: 24px; height: 24px;
  stroke: var(--gold);
}
.feature-card h3 { font-size: 17px; font-weight: 800; color: var(--ink); margin-bottom: 10px; }
.feature-card p  { font-size: 14px; color: var(--sub); line-height: 1.8; }

/* ━━━ PRICING ━━━ */
.pricing-section { background: var(--surface-2); }

/* Trial band (primary, always visible) */
.trial-band {
  max-width: 860px; margin: 0 auto;
  background: linear-gradient(135deg, rgba(30,58,138,.28), rgba(251,191,36,.06));
  border: 1px solid rgba(251,191,36,.22);
  border-radius: 22px; padding: 30px 32px;
  box-shadow: 0 20px 50px rgba(0,0,0,.28);
}
.trial-band-main {
  display: flex; align-items: center; gap: 22px;
}
.tb-icon {
  font-size: 42px; flex-shrink: 0;
  width: 72px; height: 72px; border-radius: 18px;
  background: rgba(251,191,36,.1); border: 1px solid rgba(251,191,36,.2);
  display: flex; align-items: center; justify-content: center;
}
.tb-text { flex: 1; }
.tb-text b { display: block; font-size: 20px; font-weight: 900; color: var(--ink); margin-bottom: 5px; }
.tb-text span { font-size: 14.5px; color: var(--sub); line-height: 1.7; }
.tb-btn { flex-shrink: 0; }
.trial-band-hints {
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
  gap: 10px; margin-top: 24px; padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 13.5px; color: var(--sub);
}
.trial-band-hints b { color: var(--gold); font-weight: 800; }
.tb-sep { color: var(--faint); }

/* Collapsible full pricing */
.pricing-details { max-width: 1080px; margin: 26px auto 0; }
.pricing-summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--card); border: 1px solid var(--border);
  border-radius: 12px; padding: 14px 22px;
  font-size: 14.5px; font-weight: 700; color: var(--ink);
  transition: background .2s, border-color .2s;
  user-select: none;
}
.pricing-summary::-webkit-details-marker { display: none; }
.pricing-summary:hover { background: var(--card-hover); border-color: var(--border-2); }
.ps-chev { color: var(--gold); transition: transform .3s; flex-shrink: 0; }
.pricing-details[open] .ps-chev { transform: rotate(180deg); }
.pricing-details[open] .pricing-summary {
  border-color: rgba(251,191,36,.3); background: rgba(251,191,36,.05);
  margin-bottom: 26px;
}
.pricing-details .tiers-grid { animation: fade-in .35s ease; }
@keyframes fade-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.tiers-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.tier-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 20px; padding: 28px 22px;
  display: flex; flex-direction: column;
  transition: transform .3s, border-color .3s, box-shadow .3s;
  position: relative; overflow: hidden;
}
.tier-card:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(0,0,0,.3); }
.tier-popular {
  border-color: rgba(251,191,36,.4);
  background: rgba(251,191,36,.05);
  box-shadow: 0 0 40px rgba(251,191,36,.1);
}
.tier-popular-badge {
  position: absolute; top: -1px; inset-inline: -1px;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: #0a1535; font-size: 11px; font-weight: 800;
  text-align: center; padding: 6px;
  border-radius: 19px 19px 0 0;
  letter-spacing: .5px;
}
.tier-popular .tier-icon-wrap { margin-top: 30px; }
.tier-icon-wrap { font-size: 32px; margin-bottom: 14px; display: block; }
.tier-name { font-size: 20px; font-weight: 900; color: var(--ink); margin-bottom: 4px; }
.tier-tagline { font-size: 13px; color: var(--sub); margin-bottom: 20px; }
.tier-price-row { display: flex; align-items: baseline; gap: 4px; margin-bottom: 2px; }
.tier-price { font-size: 34px; font-weight: 900; color: var(--ink); }
.tier-unit { font-size: 14px; color: var(--sub); }
.tier-period { font-size: 12px; color: var(--faint); margin-bottom: 22px; letter-spacing: .5px; }
.tier-features { list-style: none; margin-bottom: 26px; flex: 1; }
.tier-features li {
  padding: 7px 0; font-size: 13.5px; color: var(--sub);
  display: flex; align-items: center; gap: 8px;
  border-bottom: 1px solid rgba(255,255,255,.04);
}
.tier-features li:last-child { border-bottom: none; }
.tier-features li::before { content: '✓'; color: var(--gold); font-weight: 900; flex-shrink: 0; }
.tier-btn {
  display: block; padding: 12px; border-radius: 10px;
  text-align: center; font-weight: 700; font-size: 14px;
  transition: opacity .2s, transform .2s;
}
.tier-btn:hover { opacity: .88; transform: translateY(-1px); }
.tier-ghost {
  border: 1px solid var(--border-2); color: var(--sub);
}
.tier-ghost:hover { border-color: var(--sub); color: var(--ink); }
.tier-navy { background: var(--navy); color: white; }
.tier-gold-btn {
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: #0a1535;
}
.pricing-note {
  margin-top: 36px; text-align: center;
  font-size: 14px; color: var(--sub);
  background: var(--card); border: 1px solid var(--border);
  padding: 14px 24px; border-radius: 12px;
  max-width: 700px; margin-inline: auto;
}

/* ━━━ CTA BAND ━━━ */
.cta-band {
  background: linear-gradient(135deg, rgba(30,58,138,.8), rgba(124,58,237,.3));
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 48px 28px;
}
.cta-band-inner {
  max-width: 1000px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  flex-wrap: wrap;
}
.cta-band h3 { font-size: 28px; font-weight: 900; margin-bottom: 6px; color: var(--ink); }
.cta-band p  { font-size: 15px; color: var(--sub); }
.cta-band-actions { display: flex; gap: 14px; flex-wrap: wrap; flex-shrink: 0; }
.btn-ghost-light {
  background: rgba(255,255,255,.08);
  border: 1px solid var(--border-2);
  color: var(--ink); padding: 14px 24px; border-radius: 12px;
  font-weight: 700; font-size: 14px;
  transition: background .2s;
}
.btn-ghost-light:hover { background: rgba(255,255,255,.14); }
.cta-band .btn-gold { padding: 14px 28px; }

/* ━━━ TRUST ━━━ */
.trust-layout {
  max-width: 860px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 20px;
}
.trust-warning-box {
  display: flex; gap: 18px; align-items: flex-start;
  background: rgba(251,191,36,.08);
  border: 1px solid rgba(251,191,36,.25);
  border-radius: 16px; padding: 22px 24px;
}
.twb-icon { font-size: 36px; flex-shrink: 0; }
.trust-warning-box h4 { font-size: 16px; font-weight: 800; color: var(--gold); margin-bottom: 6px; }
.trust-warning-box p  { font-size: 14px; color: var(--sub); line-height: 1.7; }
.trust-steps {
  background: var(--card); border: 1px solid var(--border);
  border-radius: 16px; padding: 24px 28px;
  display: flex; flex-direction: column; gap: 0;
}
.trust-step {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 16px 0; border-bottom: 1px solid var(--border);
}
.trust-step:last-child { border-bottom: none; padding-bottom: 0; }
.ts-num {
  width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--navy), var(--blue-700, #1e40af));
  color: white; display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 14px;
}
.ts-body b { display: block; font-size: 15px; font-weight: 800; color: var(--ink); margin-bottom: 4px; }
.ts-body p { font-size: 14px; color: var(--sub); }
.ts-body b b { color: var(--gold); font-style: normal; }
.trust-badges {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
}
.trust-badge {
  background: var(--card); border: 1px solid var(--border);
  border-radius: 14px; padding: 18px 14px; text-align: center;
}
.trust-badge span { font-size: 28px; display: block; margin-bottom: 8px; }
.trust-badge b    { display: block; font-size: 13.5px; color: var(--ink); margin-bottom: 3px; }
.trust-badge small{ font-size: 11px; color: var(--faint); }

/* ━━━ UPDATES ━━━ */
.updates-section {
  background: linear-gradient(135deg, var(--navy-deep), var(--surface-2));
}
.updates-grid {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center;
}
.updates-left h2 {
  font-size: 40px; font-weight: 900; color: var(--ink);
  margin-bottom: 18px; line-height: 1.15; letter-spacing: -.5px;
}
.gold-text { color: var(--gold); }
.updates-left p { font-size: 15.5px; color: var(--sub); line-height: 1.85; margin-bottom: 22px; }
.update-highlights { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.uh-item {
  font-size: 14px; color: var(--sub);
  display: flex; align-items: center; gap: 8px;
}
.whats-new-box {
  background: var(--card); border: 1px solid var(--border);
  border-radius: 16px; padding: 20px 22px;
}
.wn-header {
  display: flex; align-items: center; gap: 10px; margin-bottom: 14px;
}
.wn-badge {
  background: var(--gold); color: #0a1535;
  font-size: 11px; font-weight: 800;
  padding: 3px 10px; border-radius: 6px; letter-spacing: .5px;
}
.wn-header b { font-size: 14.5px; color: var(--ink); }
.wn-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.wn-list li { font-size: 13.5px; color: var(--sub); }
.update-steps-box {
  background: rgba(255,255,255,.03);
  border: 1px solid var(--border);
  border-radius: 18px; padding: 28px;
}
.usb-title {
  font-size: 13px; font-weight: 800; color: var(--gold);
  letter-spacing: 2px; text-transform: uppercase;
  margin-bottom: 20px;
}
.update-step-item {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.04);
}
.update-step-item:last-child { border-bottom: none; padding-bottom: 0; }
.usi-num {
  width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: #0a1535; display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 13px;
}
.usi-text { font-size: 14px; color: var(--sub); line-height: 1.6; }
.usi-text b { color: var(--ink); }

/* ━━━ LEGAL STRIP ━━━ */
.legal-strip-section { background: var(--bg); }
.legal-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.legal-card-new {
  background: var(--card); border: 1px solid var(--border);
  border-radius: 16px; padding: 26px;
  transition: transform .2s, border-color .2s;
}
.legal-card-new:hover { transform: translateY(-3px); border-color: var(--border-2); }
.lcn-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: rgba(255,255,255,.05);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin-bottom: 14px;
}
.legal-card-new h3 { font-size: 16px; font-weight: 800; color: var(--ink); margin-bottom: 8px; }
.legal-card-new p  { font-size: 13.5px; color: var(--sub); line-height: 1.7; margin-bottom: 14px; }
.legal-card-new a  { font-size: 13.5px; color: var(--gold); font-weight: 700; }
.legal-card-new a:hover { opacity: .8; }

/* ━━━ FOOTER ━━━ */
.footer {
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: 72px 28px 32px;
}
.footer-inner {
  max-width: 1240px; margin: 0 auto;
  display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 48px; margin-bottom: 48px;
}
.footer-logo {
  display: flex; align-items: center; gap: 12px; margin-bottom: 16px;
}
.footer-logo-icon {
  width: 44px; height: 44px; border-radius: 11px;
  background: linear-gradient(135deg, var(--navy), var(--gold-soft));
  display: flex; align-items: center; justify-content: center;
  color: white; font-weight: 900; font-size: 13px; letter-spacing: 1px;
}
.footer-logo b { font-size: 17px; font-weight: 800; display: block; }
.footer-logo small { font-size: 10px; color: var(--gold); font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.footer-tagline { font-size: 13.5px; color: var(--sub); line-height: 1.75; margin-bottom: 18px; max-width: 320px; }
.footer-signature { margin-bottom: 16px; }
.sig-name { display: block; font-weight: 800; font-size: 14.5px; color: var(--gold); font-style: italic; }
.sig-role { font-size: 12px; color: var(--faint); }
.footer-contact { display: flex; flex-direction: column; gap: 6px; }
.footer-contact a { font-size: 13px; color: var(--sub); transition: color .2s; }
.footer-contact a:hover { color: var(--ink); }
.footer-links-col h4 {
  font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 18px;
}
.footer-links-col a, .footer-links-col p {
  display: block; font-size: 13.5px; color: var(--sub);
  margin-bottom: 10px; transition: color .2s;
}
.footer-links-col a:hover { color: var(--ink); }
.footer-support { color: var(--faint) !important; font-size: 12px !important; margin-top: 6px; }
.footer-bottom {
  max-width: 1240px; margin: 0 auto;
  padding-top: 24px; border-top: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 16px;
}
.footer-pillars { display: flex; gap: 24px; flex-wrap: wrap; }
.footer-pillars span { font-size: 13px; color: var(--faint); display: flex; align-items: center; gap: 6px; }
.footer-copy { font-size: 12px; color: var(--faint); }

/* ━━━ RESPONSIVE ━━━ */
@media (max-width: 1024px) {
  .products-grid { grid-template-columns: 1fr 1fr; }
  .tiers-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .trial-band { padding: 24px 20px; }
  .trial-band-main { flex-direction: column; text-align: center; gap: 16px; }
  .tb-btn { width: 100%; justify-content: center; }
  .trial-band-hints { flex-direction: column; gap: 8px; }
  .trial-band-hints .tb-sep { display: none; }
}
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; gap: 48px; }
  .hero-right { order: -1; }
  .app-mockup { width: 100%; max-width: 420px; }
  .hero-left h1 { font-size: 40px; }
  .hero-brand { font-size: 48px; }
  .hero-desc { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-stats { justify-content: center; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .updates-grid { grid-template-columns: 1fr; }
  .trust-badges { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .cta-band-inner { text-align: center; justify-content: center; flex-direction: column; align-items: center; }
  .section-heading { font-size: 32px; }
  .nav-links { display: none; }
}
@media (max-width: 640px) {
  .section { padding: 64px 20px; }
  .hero { padding: 100px 20px 72px; }
  .products-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .tiers-grid { grid-template-columns: 1fr; }
  .legal-cards { grid-template-columns: 1fr; }
  .trust-badges { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: center; text-align: center; }
  .hero-left h1 { font-size: 32px; }
  .hero-brand { font-size: 38px; }
  .strip-inner { gap: 10px; }
}

/* ━━━ LEGAL PAGES (للصفحات الفرعية — محفوظة) ━━━ */
.legal-page {
  max-width: 880px; margin: 130px auto 80px; padding: 0 24px;
}
.legal-page-header {
  background: linear-gradient(135deg, var(--blue-900), var(--blue-800));
  color: white; padding: 50px 40px; border-radius: 20px; margin-bottom: 40px;
}
.legal-page-header h1 { font-size: 36px; font-weight: 900; margin-bottom: 8px; }
.legal-page-header p { color: rgba(255,255,255,.7); font-size: 15px; }
.legal-page-content {
  background: var(--surface); border: 1px solid var(--border);
  padding: 50px 50px; border-radius: 16px; line-height: 2;
}
.legal-page-content h2 {
  font-size: 22px; font-weight: 800; color: var(--gold);
  margin-top: 36px; margin-bottom: 14px;
  padding-bottom: 8px; border-bottom: 2px solid rgba(251,191,36,.25);
}
.legal-page-content h2:first-child { margin-top: 0; }
.legal-page-content p { color: var(--sub); margin-bottom: 14px; font-size: 15.5px; }
.legal-page-content ul { margin: 14px 24px; }
.legal-page-content li { color: var(--sub); margin-bottom: 10px; font-size: 15px; }
.legal-page-content strong { color: var(--ink); }
.legal-page-footer {
  margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--border);
  color: var(--faint); font-size: 13px; text-align: center;
}

/* ━━━ PRODUCT DETAIL PAGES (محفوظة) ━━━ */
.product-hero {
  padding: 130px 24px 80px;
  background: linear-gradient(135deg, var(--bg), var(--surface));
  color: white;
}
.product-hero.green-theme { background: linear-gradient(135deg, #1b5e20, #2E7D32); }
.product-hero-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1.5fr 1fr; gap: 50px; align-items: center;
}
.product-hero h1 { font-size: 48px; font-weight: 900; margin: 18px 0; line-height: 1.2; }
.product-hero .version-tag {
  display: inline-block; background: rgba(255,255,255,.1); padding: 6px 14px;
  border-radius: 20px; font-size: 13px; color: var(--gold); font-weight: 700;
}
.product-hero-desc { font-size: 18px; color: rgba(255,255,255,.8); margin-bottom: 30px; line-height: 1.9; }
.product-detail-section { padding: 80px 24px; background: var(--bg); }
.detail-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  max-width: 1200px; margin: 0 auto;
}
.detail-card {
  background: var(--card); padding: 30px; border-radius: 16px;
  border: 1px solid var(--border);
}
.detail-card-icon { font-size: 32px; margin-bottom: 14px; }
.detail-card h3 { font-size: 17px; font-weight: 800; color: var(--ink); margin-bottom: 8px; }
.detail-card p  { color: var(--sub); font-size: 14px; line-height: 1.8; }

/* ━━━ PRODUCT DETAIL v2 (hyper.html / accounts.html — الثيم الداكن) ━━━ */
.pd-hero {
  position: relative; overflow: hidden;
  padding: 140px 28px 84px;
  --ed: var(--gold); --ed-soft: var(--gold-soft);
  background: radial-gradient(ellipse 60% 50% at 78% 15%, color-mix(in srgb, var(--ed) 30%, transparent) 0%, transparent 62%), var(--bg);
}
.pd-realestate { --ed: var(--realestate); --ed-soft: var(--realestate-soft); }
.pd-services   { --ed: var(--services);   --ed-soft: var(--services-soft); }
.pd-contracts  { --ed: var(--contracts);  --ed-soft: var(--contracts-soft); }
.pd-hyper      { --ed: var(--hyper);       --ed-soft: var(--hyper-soft); }
.pd-hero-glow {
  position: absolute; width: 520px; height: 520px; border-radius: 50%;
  background: color-mix(in srgb, var(--ed) 30%, transparent);
  filter: blur(100px); top: -200px; left: -80px; pointer-events: none;
}
.pd-hero-inner {
  position: relative; z-index: 1; max-width: 1160px; margin: 0 auto;
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center;
}
.pd-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: color-mix(in srgb, var(--ed) 16%, transparent);
  border: 1px solid color-mix(in srgb, var(--ed) 40%, transparent);
  color: var(--ed-soft);
  padding: 7px 16px; border-radius: 100px; font-size: 12.5px; font-weight: 800;
  letter-spacing: .5px; margin-bottom: 22px;
}
.pd-hero-text h1 {
  font-size: 46px; font-weight: 900; line-height: 1.25; letter-spacing: -.5px;
  color: var(--ink); margin-bottom: 20px;
}
.pd-accent { color: var(--ed-soft); }
.pd-hero-text > p {
  font-size: 16.5px; color: var(--sub); line-height: 1.9; margin-bottom: 30px; max-width: 520px;
}
.pd-actions { display: flex; gap: 13px; flex-wrap: wrap; margin-bottom: 22px; }
.pd-actions .btn-gold { background: linear-gradient(135deg, var(--ed), var(--ed-soft)); color: #fff; box-shadow: 0 10px 28px color-mix(in srgb, var(--ed) 40%, transparent); }
.pd-meta { font-size: 13px; color: var(--faint); display: flex; gap: 14px; flex-wrap: wrap; }
.pd-hero-visual { display: flex; justify-content: center; }
.pd-icon-card {
  width: 260px; height: 260px; border-radius: 34px;
  background: linear-gradient(145deg, color-mix(in srgb, var(--ed) 22%, var(--surface)), var(--surface));
  border: 1px solid color-mix(in srgb, var(--ed) 35%, transparent);
  box-shadow: 0 40px 80px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.06);
  display: flex; align-items: center; justify-content: center; font-size: 130px;
  animation: float-mock 6s ease-in-out infinite;
}

.pd-section { padding: 84px 28px; }
.pd-section.alt { background: var(--surface); }
.pd-section-inner { max-width: 1160px; margin: 0 auto; }
.pd-section .detail-grid { max-width: 100%; }
.pd-detail-card-accent { border-top: 3px solid var(--ed); }

/* Accounts editions cards */
.pd-editions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pd-ed {
  background: var(--card); border: 1px solid var(--border); border-radius: 20px;
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .3s, border-color .3s, box-shadow .3s;
}
.pd-ed:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(0,0,0,.4); }
.pd-ed-top { height: 4px; }
.pd-ed.re .pd-ed-top { background: var(--realestate); } .pd-ed.re:hover { border-color: var(--realestate); }
.pd-ed.se .pd-ed-top { background: var(--services); }   .pd-ed.se:hover { border-color: var(--services); }
.pd-ed.co .pd-ed-top { background: var(--contracts); }  .pd-ed.co:hover { border-color: var(--contracts); }
.pd-ed-body { padding: 26px 24px; flex: 1; }
.pd-ed-icon { width: 56px; height: 56px; border-radius: 15px; display: flex; align-items: center; justify-content: center; font-size: 28px; margin-bottom: 16px; }
.pd-ed.re .pd-ed-icon { background: var(--realestate-dim); }
.pd-ed.se .pd-ed-icon { background: var(--services-dim); }
.pd-ed.co .pd-ed-icon { background: var(--contracts-dim); }
.pd-ed h3 { font-size: 20px; font-weight: 900; color: var(--ink); margin-bottom: 4px; }
.pd-ed-ver { font-size: 12px; color: var(--faint); font-weight: 700; margin-bottom: 12px; }
.pd-ed p { font-size: 14px; color: var(--sub); line-height: 1.8; }
.pd-ed-foot { padding: 18px 24px; border-top: 1px solid var(--border); display: flex; gap: 10px; }
.pd-ed-btn { flex: 1; text-align: center; padding: 11px; border-radius: 10px; font-weight: 700; font-size: 13.5px; color: #fff; transition: opacity .2s; }
.pd-ed-btn:hover { opacity: .88; }
.pd-ed.re .pd-ed-btn { background: var(--realestate); }
.pd-ed.se .pd-ed-btn { background: var(--services); }
.pd-ed.co .pd-ed-btn { background: var(--contracts); }

/* Whats-new box (dark) */
.pd-new { max-width: 760px; margin: 40px auto 0; background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 22px 26px; }
.pd-new-head { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.pd-new-badge { background: var(--ed); color: #fff; font-size: 11px; font-weight: 800; padding: 3px 10px; border-radius: 6px; }
.pd-new-head b { font-size: 15px; color: var(--ink); }
.pd-new ul { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; }
.pd-new li { font-size: 13.5px; color: var(--sub); }

@media (max-width: 900px) {
  .pd-hero-inner { grid-template-columns: 1fr; text-align: center; gap: 40px; }
  .pd-hero-visual { order: -1; }
  .pd-hero-text > p { margin-inline: auto; }
  .pd-actions, .pd-meta { justify-content: center; }
  .pd-badge { margin-inline: auto; }
  .pd-editions { grid-template-columns: 1fr; }
  .detail-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .pd-hero { padding: 116px 20px 64px; }
  .pd-hero-text h1 { font-size: 32px; }
  .pd-icon-card { width: 200px; height: 200px; font-size: 100px; }
  .pd-section { padding: 60px 20px; }
  .pd-new ul { grid-template-columns: 1fr; }
  .detail-grid { grid-template-columns: 1fr; }
}
