/* =========================================================================
   Homepage + page sections — components خاصة بالصفحات
   ========================================================================= */

/* ---------------------------------------------------------------
   HERO
   --------------------------------------------------------------- */
.hero { position: relative; padding-top: clamp(40px, 4vw, 72px); padding-bottom: clamp(48px, 4vw, 80px); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(60% 50% at 85% 0%, rgba(37,99,235,.08), transparent 70%),
    linear-gradient(180deg, var(--accent-tint-2), transparent 40%);
}
.hero-grid { display: grid; gap: 48px; align-items: center; }
@media (min-width: 1000px) { .hero-grid { grid-template-columns: 1.05fr .95fr; gap: 56px; } }

.hero h1 { margin-top: 22px; }
.hero .lead { margin-top: 22px; max-width: 540px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }

.hero-trust { margin-top: 44px; display: grid; grid-template-columns: repeat(2,1fr); gap: 22px 16px; max-width: 520px; }
@media (min-width: 560px) { .hero-trust { grid-template-columns: repeat(4,1fr); } }
.hero-trust .num { font-size: 1.7rem; font-weight: 700; color: var(--ink); line-height: 1; letter-spacing: -.02em; }
.hero-trust .lbl { font-size: .82rem; color: var(--muted); margin-top: 6px; }
.hero-trust > div { position: relative; padding-inline-start: 16px; }
.hero-trust > div::before { content:""; position:absolute; inset-inline-start:0; top:2px; bottom:2px; width:2px; background: var(--accent-tint); border-radius:2px; }

/* --- Hero showcase (CSS mockups بدل صور AI) --- */
.showcase { position: relative; }
.browser {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--sh-3); overflow: hidden;
}
.browser__bar { display: flex; align-items: center; gap: 8px; padding: 12px 16px; border-bottom: 1px solid var(--line); background: var(--surface-2); }
.browser__dots { display: flex; gap: 6px; }
.browser__dots i { width: 10px; height: 10px; border-radius: 50%; background: var(--line-2); display: block; }
.browser__url { flex: 1; text-align: center; font-size: .78rem; color: var(--muted); background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-pill); padding: 5px 14px; }
.browser__body { padding: 16px; }

/* Storefront mock */
.storefront { display: grid; gap: 12px; }
.sf-top { display: flex; align-items: center; justify-content: space-between; }
.sf-logo { width: 92px; height: 14px; border-radius: 5px; background: var(--ink); opacity: .85; }
.sf-nav { display: flex; gap: 8px; }
.sf-nav i { width: 34px; height: 8px; border-radius: 4px; background: var(--line-2); display: block; }
.sf-hero { border-radius: var(--r); background: linear-gradient(120deg, var(--accent), var(--accent-strong)); height: 118px; padding: 18px; color: #fff; display: flex; flex-direction: column; justify-content: center; gap: 8px; }
.sf-hero b { width: 62%; height: 12px; background: rgba(255,255,255,.9); border-radius: 5px; display: block; }
.sf-hero span { width: 40%; height: 8px; background: rgba(255,255,255,.55); border-radius: 4px; display: block; }
.sf-hero em { width: 78px; height: 26px; background: #fff; border-radius: var(--r-pill); margin-top: 6px; }
.sf-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.sf-card { border: 1px solid var(--line); border-radius: 10px; padding: 8px; }
.sf-card .img { height: 52px; border-radius: 7px; background: var(--surface-2); margin-bottom: 8px; }
.sf-card .t { height: 7px; width: 80%; background: var(--line-2); border-radius: 4px; margin-bottom: 6px; }
.sf-card .p { height: 7px; width: 45%; background: var(--accent); border-radius: 4px; }

/* Floating phone */
.phone {
  position: absolute; inset-block-end: -26px; inset-inline-start: -26px; width: 168px;
  background: var(--ink); border-radius: 26px; padding: 8px; box-shadow: var(--sh-3);
  border: 1px solid var(--line-dark-2);
}
@media (max-width: 520px){ .phone{ width: 128px; inset-inline-start: -10px; inset-block-end:-16px; } }
.phone__screen { background: var(--surface); border-radius: 20px; overflow: hidden; }
.phone__notch { height: 20px; display: grid; place-items: center; }
.phone__notch::after { content:""; width: 46px; height: 5px; border-radius: 3px; background: rgba(255,255,255,.25); }
.phone__body { padding: 12px; display: grid; gap: 9px; }
.pb-hero { height: 74px; border-radius: 12px; background: linear-gradient(140deg, var(--ink), var(--ink-panel-2)); }
.pb-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.pb-row .c { height: 46px; border-radius: 9px; background: var(--surface-2); border: 1px solid var(--line); }
.pb-line { height: 8px; border-radius: 4px; background: var(--line-2); }
.pb-line.s { width: 55%; }
.floating-badge {
  position: absolute; inset-block-start: -18px; inset-inline-end: -14px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  box-shadow: var(--sh-2); padding: 12px 16px; display: flex; align-items: center; gap: 12px;
}
.floating-badge .dot { width: 34px; height: 34px; border-radius: 9px; background: var(--accent-tint); display: grid; place-items: center; color: var(--accent-strong); }
.floating-badge b { font-size: 1.05rem; color: var(--ink); display: block; line-height: 1; }
.floating-badge span { font-size: .72rem; color: var(--muted); }

/* ---------------------------------------------------------------
   FOCUSED — مُوجّه الحاجات (needs-first, تجربة مركّزة)
   --------------------------------------------------------------- */
.hero--focused { padding-bottom: clamp(56px, 5vw, 96px); }
.focus-head { max-width: 760px; }
.focus-head h1 { margin-top: 20px; }
.focus-head .lead { margin-top: 18px; max-width: 620px; }
.focus-trust { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 26px; }
.focus-trust span { display: inline-flex; align-items: baseline; gap: 7px; font-size: .92rem; color: var(--muted); }
.focus-trust b { font-size: 1.15rem; font-weight: 700; color: var(--ink); letter-spacing: -.01em; }

.needs { display: grid; gap: 16px; margin-top: clamp(32px, 4vw, 48px); }
@media (min-width: 920px){ .needs{ grid-template-columns: 360px 1fr; gap: 28px; align-items: start; } }

.needs__list { display: grid; gap: 10px; }
.need {
  display: flex; align-items: center; gap: 14px; width: 100%; text-align: start;
  padding: 17px 18px; border: 1px solid var(--line); border-radius: var(--r);
  background: var(--surface); color: var(--ink); font-family: inherit; font-weight: 600; font-size: 1.02rem;
  cursor: pointer; transition: border-color .18s var(--ease), background .18s var(--ease), transform .12s;
}
.need:hover { border-color: var(--line-2); }
.need .n-ic { width: 24px; height: 24px; color: var(--muted); flex: none; }
.need .n-arrow { width: 18px; height: 18px; margin-inline-start: auto; color: var(--muted-2); transition: transform .2s var(--ease), color .2s; }
.need[aria-selected="true"] { border-color: var(--accent); background: var(--accent-tint); color: var(--accent-strong); }
.need[aria-selected="true"] .n-ic { color: var(--accent-strong); }
.need[aria-selected="true"] .n-arrow { color: var(--accent-strong); transform: translateX(-5px); }
@media (pointer: coarse){ .need{ min-height: 56px; } }

.need-panel {
  display: none;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl);
  padding: clamp(26px, 3vw, 44px); box-shadow: var(--sh-2);
}
.need-panel.is-active { display: block; animation: quizIn .4s var(--ease); }
.need-panel .np-eyebrow { color: var(--accent-strong); }
.need-panel h2 { font-size: clamp(1.5rem, 1.15rem + 1.3vw, 2.15rem); margin: 12px 0 14px; }
.need-panel > p { color: var(--muted); font-size: 1.1rem; line-height: 1.7; max-width: 560px; }
.np-list { display: grid; gap: 13px; margin: 24px 0 30px; }
.np-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.np-meta { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); font-size: .9rem; color: var(--muted); display: flex; gap: 22px; flex-wrap: wrap; }
.np-meta b { color: var(--ink); font-weight: 600; }

/* ---------------------------------------------------------------
   LANDING — هيرو محفّز بصورة شخص + عروض + ثقة
   --------------------------------------------------------------- */
.hero--landing { padding-top: clamp(32px, 3vw, 56px); padding-bottom: clamp(48px, 5vw, 88px); }
.hero-landing-grid { display: grid; gap: 44px; align-items: center; }
@media (min-width: 940px){ .hero-landing-grid{ grid-template-columns: 1.05fr .95fr; gap: 56px; } }

.offer-chip {
  display: inline-flex; align-items: center; gap: 9px; padding: 8px 15px; border-radius: var(--r-pill);
  background: var(--sale-bg); color: var(--sale-strong); font-weight: 600; font-size: .9rem; border: 1px solid rgba(194,65,12,.15);
}
.offer-chip .spark { width: 8px; height: 8px; border-radius: 50%; background: var(--sale); box-shadow: 0 0 0 4px rgba(194,65,12,.14); }
.hero--landing h1 { margin-top: 20px; }
.hero--landing .lead { margin-top: 20px; max-width: 540px; }
.hero-actions2 { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

/* trust badges (شراء آمن / ضمان / دعم) */
.trust-badges { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 28px; }
.trust-badges span { display: inline-flex; align-items: center; gap: 8px; font-size: .9rem; color: var(--muted); font-weight: 500; }
.trust-badges .ic { width: 18px; height: 18px; color: var(--accent-strong); flex: none; }

/* social proof (avatars + rating) */
.social-proof { display: flex; align-items: center; gap: 14px; margin-top: 26px; }
.avatars { display: flex; }
.avatars i { width: 38px; height: 38px; border-radius: 50%; border: 2px solid var(--bg); background: var(--accent-tint); margin-inline-start: -10px; display: grid; place-items: center; color: var(--accent-strong); font-weight: 700; font-size: .85rem; }
.avatars i:first-child { margin-inline-start: 0; }
.social-proof .stars { color: var(--gold); font-size: .95rem; letter-spacing: 2px; }
.social-proof b { color: var(--ink); }
.social-proof small { display: block; color: var(--muted); font-size: .84rem; }

/* Person figure + floating proof cards */
.hero-figure { position: relative; }
.portrait {
  position: relative; aspect-ratio: 4/5; border-radius: var(--r-xl); overflow: hidden;
  background:
    radial-gradient(120% 90% at 50% 0%, var(--accent-tint) 0%, transparent 60%),
    linear-gradient(180deg, var(--accent-tint-2), var(--surface-2));
  border: 1px solid var(--line);
  display: grid; place-items: center; text-align: center;
}
.portrait__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.portrait__hint { display: grid; gap: 10px; justify-items: center; padding: 24px; color: var(--muted); }
.portrait__hint .pic { width: 62px; height: 62px; border-radius: 50%; background: var(--surface); border: 1px solid var(--line); display: grid; place-items: center; box-shadow: var(--sh-1); }
.portrait__hint .pic svg { width: 30px; height: 30px; color: var(--accent-strong); }
.portrait__hint b { color: var(--ink-soft); font-size: .98rem; }
.portrait__hint span { font-size: .82rem; max-width: 220px; }
.float-card {
  position: absolute; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r);
  box-shadow: var(--sh-3); padding: 12px 15px; display: flex; align-items: center; gap: 11px;
}
.float-card .fc-ic { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; flex: none; }
.float-card .fc-ic svg { width: 20px; height: 20px; }
.float-card b { display: block; font-size: 1.05rem; color: var(--ink); line-height: 1; }
.float-card span { font-size: .74rem; color: var(--muted); }
.float-card--tl { inset-block-start: 22px; inset-inline-start: -18px; }
.float-card--br { inset-block-end: 26px; inset-inline-end: -16px; }
.float-card--sale { inset-block-start: 50%; inset-inline-end: -22px; }
.fc-ic--green { background: var(--accent-tint); color: var(--accent-strong); }
.fc-ic--gold { background: #FBF1DC; color: var(--gold); }
.fc-ic--sale { background: var(--sale-bg); color: var(--sale-strong); }
@media (max-width: 520px){
  .float-card--tl{ inset-inline-start: -6px; } .float-card--br{ inset-inline-end: -4px; } .float-card--sale{ display:none; }
}

/* ---------------------------------------------------------------
   OFFER BAND — عرض/خصم بارز
   --------------------------------------------------------------- */
.offer-band {
  background: linear-gradient(120deg, var(--ink-panel), var(--accent-deep));
  border-radius: var(--r-xl); padding: clamp(28px,4vw,52px); color: #fff; position: relative; overflow: hidden;
  display: grid; gap: 24px; align-items: center;
}
@media (min-width: 820px){ .offer-band{ grid-template-columns: 1fr auto; } }
.offer-band::after { content:""; position:absolute; inset-block-start:-30%; inset-inline-start:-6%; width:360px; height:360px; border-radius:50%; background: radial-gradient(circle, rgba(59,130,246,.32), transparent 65%); }
.offer-band__in { position: relative; }
.offer-band h2 { color: #fff; }
.offer-band p { color: rgba(255,255,255,.72); margin-top: 10px; }
.offer-band .big-off { display: inline-flex; align-items: baseline; gap: 8px; margin-bottom: 8px; }
.offer-band .big-off .pct { font-size: clamp(2.4rem,1.6rem+3vw,4rem); font-weight: 800; color: #fff; line-height: 1; letter-spacing: -.02em; }
.offer-band .big-off .txt { color: #9CC0FF; font-weight: 700; }
.offer-band__cta { position: relative; display: flex; flex-direction: column; gap: 10px; }
.offer-band__meta { display: inline-flex; align-items: center; gap: 8px; font-size: .85rem; color: rgba(255,255,255,.6); }
.offer-band__meta .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--sale); box-shadow: 0 0 0 4px rgba(194,65,12,.25); }

/* ---------------------------------------------------------------
   TRUST STRIP — ضمانات
   --------------------------------------------------------------- */
.trust-strip { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 560px){ .trust-strip{ grid-template-columns: repeat(2,1fr);} }
@media (min-width: 940px){ .trust-strip{ grid-template-columns: repeat(4,1fr);} }
.trust-item { display: flex; gap: 13px; align-items: flex-start; }
.trust-item .ic { width: 26px; height: 26px; color: var(--accent-strong); flex: none; }
.trust-item b { display: block; color: var(--ink); font-size: 1rem; }
.trust-item span { font-size: .88rem; color: var(--muted); }

/* ---------------------------------------------------------------
   SALE pricing (packages)
   --------------------------------------------------------------- */
.pkg__badge-sale {
  position: absolute; inset-block-start: -13px; inset-inline-start: 26px;
  background: var(--sale); color: #fff; font-size: .78rem; font-weight: 700; padding: 6px 13px; border-radius: var(--r-pill);
}
.price-old { font-size: 1.05rem; color: var(--muted-2); text-decoration: line-through; text-decoration-color: var(--sale); }
.price-save { display: inline-flex; align-items: center; gap: 6px; margin-top: 8px; font-size: .85rem; font-weight: 600; color: var(--sale-strong); background: var(--sale-bg); padding: 5px 11px; border-radius: var(--r-pill); }

/* Logos strip */
.logos { display: flex; flex-wrap: wrap; gap: 14px 40px; align-items: center; justify-content: center; opacity: .9; }
.logos .ph { width: 108px; height: 30px; border-radius: 8px; }

/* ---------------------------------------------------------------
   PROBLEM section
   --------------------------------------------------------------- */
.prob-grid { display: grid; gap: 14px; }
@media (min-width: 640px){ .prob-grid{ grid-template-columns: repeat(2,1fr);} }
@media (min-width: 1000px){ .prob-grid{ grid-template-columns: repeat(4,1fr);} }
.prob {
  display: flex; align-items: center; gap: 12px; padding: 16px 18px;
  border: 1px solid var(--line-dark); border-radius: var(--r); background: rgba(255,255,255,.03);
  font-size: .98rem; color: rgba(255,255,255,.82);
}
.prob .x { width: 26px; height: 26px; border-radius: 8px; flex: none; display: grid; place-items: center; background: rgba(232,90,90,.14); color: #F09595; }
.prob .x svg { width: 15px; height: 15px; }

/* ---------------------------------------------------------------
   SERVICES HUB
   --------------------------------------------------------------- */
.svc-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.svc {
  display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: start;
  padding: clamp(28px, 3vw, 44px) 8px; border-bottom: 1px solid var(--line);
  transition: background .25s var(--ease);
}
.svc:hover { background: var(--surface); }
@media (max-width: 780px){ .svc{ grid-template-columns: 1fr; gap: 14px; } }
.svc__num { font-size: 1rem; font-weight: 700; color: var(--accent-strong); padding-top: 6px; }
.svc__main { max-width: 640px; }
.svc__main h3 { margin-bottom: 10px; }
.svc__main h3 a:hover { color: var(--accent-strong); }
.svc__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.svc__cta { align-self: center; }
@media (max-width: 780px){ .svc__cta{ align-self: start; } }

/* ---------------------------------------------------------------
   SOLUTIONS for merchants
   --------------------------------------------------------------- */
.sol-grid { display: grid; gap: 14px; grid-template-columns: 1fr; }
@media (min-width: 640px){ .sol-grid{ grid-template-columns: repeat(2,1fr);} }
@media (min-width: 1000px){ .sol-grid{ grid-template-columns: repeat(4,1fr);} }
.sol {
  display: flex; flex-direction: column; gap: 14px; padding: 22px; min-height: 150px;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  transition: transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s;
}
.sol:hover { transform: translateY(-4px); box-shadow: var(--sh-3); border-color: var(--line-2); }
.sol .ic { width: 26px; height: 26px; color: var(--accent-strong); }
.sol b { font-size: 1.05rem; color: var(--ink); font-weight: 600; line-height: 1.4; }
.sol .go { margin-top: auto; display: inline-flex; align-items: center; gap: 6px; font-size: .85rem; font-weight: 600; color: var(--muted); }
.sol:hover .go { color: var(--accent-strong); }
.sol .go svg { width: 15px; height: 15px; }

/* ---------------------------------------------------------------
   SMART QUIZ
   --------------------------------------------------------------- */
.quiz {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl);
  box-shadow: var(--sh-2); overflow: hidden; max-width: 760px; margin-inline: auto;
}
.quiz__bar { height: 4px; background: var(--surface-2); }
.quiz__bar i { display: block; height: 100%; width: 20%; background: var(--accent); transition: width .4s var(--ease); }
.quiz__body { padding: clamp(28px, 4vw, 48px); }
.quiz__step { display: none; }
.quiz__step.is-active { display: block; animation: quizIn .4s var(--ease); }
@keyframes quizIn { from { opacity: 0; transform: translateY(10px);} to { opacity:1; transform:none; } }
.quiz__meta { font-size: .82rem; color: var(--muted); font-weight: 600; margin-bottom: 8px; }
.quiz__q { font-size: clamp(1.3rem, 1rem + 1vw, 1.7rem); margin-bottom: 24px; }
.quiz__opts { display: grid; gap: 12px; }
@media (min-width: 560px){ .quiz__opts.cols-2{ grid-template-columns: repeat(2,1fr);} }
.quiz-opt {
  text-align: start; padding: 16px 18px; border: 1px solid var(--line); border-radius: var(--r);
  background: var(--surface); font-size: 1rem; font-weight: 500; color: var(--ink-soft);
  display: flex; align-items: center; gap: 12px; transition: border-color .18s, background .18s, transform .12s;
}
.quiz-opt:hover { border-color: var(--accent); background: var(--accent-tint-2); }
.quiz-opt.is-selected { border-color: var(--accent); background: var(--accent-tint); color: var(--accent-strong); }
.quiz-opt .tick { width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--line-2); flex: none; display: grid; place-items: center; }
.quiz-opt.is-selected .tick { border-color: var(--accent); background: var(--accent); }
.quiz-opt.is-selected .tick::after { content:""; width: 8px; height: 8px; border-radius: 50%; background: #fff; }
.quiz__nav { display: flex; justify-content: space-between; align-items: center; margin-top: 28px; }
.quiz__back { background: transparent; border: 0; color: var(--muted); font-weight: 600; font-size: .95rem; padding: 8px; }
.quiz__back:hover { color: var(--ink); }
.quiz__back[disabled] { opacity: .35; cursor: not-allowed; }

/* Quiz result */
.quiz-result { display: none; padding: clamp(28px,4vw,48px); }
.quiz-result.is-active { display: block; animation: quizIn .5s var(--ease); }
.quiz-result__badge { display: inline-flex; align-items:center; gap:8px; background: var(--accent-tint); color: var(--accent-strong); font-weight:600; font-size:.85rem; padding:7px 14px; border-radius: var(--r-pill); margin-bottom: 18px; }
.rec-card { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px; margin-top: 18px; display:flex; gap:16px; align-items:flex-start; }
.rec-card .ic { width: 26px; height: 26px; color: var(--accent-strong); flex:none; margin-top:3px; }
.rec-card b { font-size: 1.1rem; color: var(--ink); }

/* ---------------------------------------------------------------
   CASE STUDIES (editorial)
   --------------------------------------------------------------- */
.cases { display: grid; gap: 28px; }
.case {
  display: grid; gap: 28px; align-items: center;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl);
  padding: clamp(20px, 3vw, 36px); overflow: hidden;
}
@media (min-width: 900px){ .case{ grid-template-columns: 1fr 1.1fr; } .case--rev .case__media{ order: 2; } }
.case__media { border-radius: var(--r-lg); overflow: hidden; }
.case__media .ph { aspect-ratio: 16/11; border-radius: var(--r-lg); }
.case__cat { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.case h3 { margin-bottom: 12px; }
.case__stats { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.case__stats .num { font-size: 1.7rem; font-weight: 700; color: var(--accent-strong); line-height: 1; letter-spacing: -.02em; }
.case__stats .lbl { font-size: .82rem; color: var(--muted); margin-top: 6px; }

/* ---------------------------------------------------------------
   PACKAGES
   --------------------------------------------------------------- */
.pkgs { display: grid; gap: 20px; align-items: stretch; }
@media (min-width: 900px){ .pkgs{ grid-template-columns: repeat(3,1fr);} }
.pkg {
  display: flex; flex-direction: column; background: var(--surface);
  border: 1px solid var(--line); border-radius: var(--r-xl); padding: 30px;
}
.pkg--featured { border-color: var(--ink); box-shadow: var(--sh-3); position: relative; }
.pkg--featured::before {
  content: "الأكثر طلباً"; position: absolute; inset-block-start: -13px; inset-inline-end: 26px;
  background: var(--ink); color: #fff; font-size: .78rem; font-weight: 600; padding: 6px 14px; border-radius: var(--r-pill);
}
.pkg__name { font-size: 1.35rem; font-weight: 700; color: var(--ink); }
.pkg__for { font-size: .92rem; color: var(--muted); margin-top: 6px; min-height: 44px; }
.pkg__price { margin: 20px 0; display: flex; align-items: baseline; gap: 8px; }
.pkg__price .n { font-size: 2.4rem; font-weight: 700; color: var(--ink); letter-spacing: -.02em; }
.pkg__price .c { font-size: .95rem; color: var(--muted); }
.pkg__meta { display: flex; gap: 18px; flex-wrap: wrap; font-size: .85rem; color: var(--muted); margin-bottom: 20px; }
.pkg__meta b { color: var(--ink); font-weight: 600; }
.pkg ul { display: grid; gap: 12px; margin: 4px 0 26px; }
.pkg .btn { margin-top: auto; }
.pkg-note { text-align: center; margin-top: 28px; font-size: 1rem; color: var(--muted); }
.pkg-note a { color: var(--accent-strong); font-weight: 600; }

/* ---------------------------------------------------------------
   STORE AUDIT
   --------------------------------------------------------------- */
.audit {
  background: var(--ink-panel); border-radius: var(--r-xl); padding: clamp(32px, 5vw, 64px);
  color: #fff; position: relative; overflow: hidden;
}
.audit::after { content:""; position:absolute; inset-block-start:-40%; inset-inline-start:-10%; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(59,130,246,.20), transparent 65%); }
.audit__inner { position: relative; max-width: 620px; }
.audit h2 { color: #fff; }
.audit p { color: rgba(255,255,255,.66); margin-top: 14px; }
.audit-form { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.audit-form input {
  flex: 1; min-width: 220px; padding: 15px 18px; border-radius: var(--r-pill);
  border: 1px solid var(--line-dark-2); background: rgba(255,255,255,.06); color: #fff; font-family: inherit; font-size: 1rem;
}
.audit-form input::placeholder { color: rgba(255,255,255,.45); }
.audit-form input:focus-visible { outline-color: #9CC0FF; }
.audit-points { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 26px; }
.audit-points span { display: inline-flex; align-items: center; gap: 8px; font-size: .9rem; color: rgba(255,255,255,.7); }
.audit-points .ic { width: 17px; height: 17px; color: #9CC0FF; }

/* ---------------------------------------------------------------
   PROCESS timeline
   --------------------------------------------------------------- */
.process { display: grid; gap: 4px; grid-template-columns: 1fr; counter-reset: step; }
@media (min-width: 860px){ .process{ grid-template-columns: repeat(4,1fr); gap: 24px; } }
.step { position: relative; padding-top: 34px; }
.step::before {
  content: ""; position: absolute; inset-block-start: 6px; inset-inline: 0; height: 2px; background: var(--line);
}
@media (max-width: 859px){ .step::before{ width: 2px; height: 100%; inset-inline-start: 5px; inset-block: 0; } .step{ padding-top:0; padding-inline-start: 30px; padding-bottom: 24px; } }
.step__dot { position: absolute; inset-block-start: 0; inset-inline-start: 0; width: 12px; height: 12px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px var(--accent-tint); }
.step__n { font-size: .8rem; font-weight: 700; color: var(--accent-strong); }
.step h3 { font-size: 1.2rem; margin: 6px 0 8px; }
.step p { font-size: .95rem; color: var(--muted); }

/* ---------------------------------------------------------------
   WHY US
   --------------------------------------------------------------- */
.why-grid { display: grid; gap: 1px; background: var(--line-dark); border: 1px solid var(--line-dark); border-radius: var(--r-lg); overflow: hidden; }
@media (min-width: 720px){ .why-grid{ grid-template-columns: repeat(2,1fr);} }
@media (min-width: 1000px){ .why-grid{ grid-template-columns: repeat(3,1fr);} }
.why { padding: 30px; background: var(--ink-panel); }
.why .ic { width: 26px; height: 26px; color: #9CC0FF; margin-bottom: 16px; }
.why h3 { font-size: 1.15rem; color: #fff; margin-bottom: 8px; }
.why p { font-size: .95rem; color: rgba(255,255,255,.6); }

/* ---------------------------------------------------------------
   TESTIMONIALS
   --------------------------------------------------------------- */
.tst-grid { display: grid; gap: 20px; }
@media (min-width: 720px){ .tst-grid{ grid-template-columns: repeat(2,1fr);} }
@media (min-width: 1000px){ .tst-grid{ grid-template-columns: repeat(3,1fr);} }
.tst { display: flex; flex-direction: column; gap: 18px; padding: 28px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); }
.tst__quote { font-size: 1.05rem; color: var(--ink-soft); line-height: 1.75; flex: 1; }
.tst__by { display: flex; align-items: center; gap: 12px; }
.tst__ava { width: 44px; height: 44px; border-radius: 50%; background: var(--accent-tint); color: var(--accent-strong); display: grid; place-items: center; font-weight: 700; flex: none; }
.tst__by b { display: block; color: var(--ink); font-size: .98rem; }
.tst__by span { font-size: .84rem; color: var(--muted); }

/* ---------------------------------------------------------------
   BLOG
   --------------------------------------------------------------- */
.blog-grid { display: grid; gap: 24px; }
@media (min-width: 720px){ .blog-grid{ grid-template-columns: repeat(2,1fr);} }
@media (min-width: 1000px){ .blog-grid{ grid-template-columns: repeat(3,1fr);} }
.post { display: flex; flex-direction: column; }
.post__media .ph { aspect-ratio: 16/10; border-radius: var(--r); margin-bottom: 16px; }
.post__cat { font-size: .82rem; font-weight: 600; color: var(--accent-strong); }
.post h3 { font-size: 1.2rem; margin: 8px 0 10px; line-height: 1.4; }
.post h3 a:hover { color: var(--accent-strong); }
.post p { font-size: .95rem; color: var(--muted); }
.post__meta { margin-top: 14px; font-size: .82rem; color: var(--muted); display: flex; gap: 12px; }

/* ---------------------------------------------------------------
   CTA band
   --------------------------------------------------------------- */
.cta-band { text-align: center; }
.cta-band h2 { max-width: 720px; margin-inline: auto; }
.cta-band .lead { margin: 18px auto 0; max-width: 560px; }
.cta-band .actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 32px; }

/* ---------------------------------------------------------------
   CONTACT / LEAD FORM
   --------------------------------------------------------------- */
.form-wrap { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl); padding: clamp(24px, 3vw, 40px); box-shadow: var(--sh-2); }
.form-grid { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 620px){ .form-grid{ grid-template-columns: repeat(2,1fr);} }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.col-2 { grid-column: 1/-1; }
.field label { font-size: .9rem; font-weight: 600; color: var(--ink); }
.field input, .field select, .field textarea {
  padding: 13px 15px; border: 1px solid var(--line-2); border-radius: var(--r);
  background: var(--surface); font-family: inherit; font-size: 1rem; color: var(--ink); width: 100%;
  transition: border-color .18s, box-shadow .18s;
}
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-tint);
}
.form-note { font-size: .85rem; color: var(--muted); margin-top: 4px; }

/* Contact split layout */
.contact-split { display: grid; gap: 40px; align-items: start; }
@media (min-width: 940px){ .contact-split{ grid-template-columns: .8fr 1.2fr; gap: 56px; } }
.contact-info .item { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.contact-info .item .ic { width: 22px; height: 22px; color: var(--accent-strong); flex: none; margin-top: 3px; }
.contact-info .item b { display: block; color: var(--ink); }
.contact-info .item span { font-size: .95rem; color: var(--muted); }

/* =========================================================================
   MODERN — تحديث عصري للهيرو والأيقونات (2026)
   ========================================================================= */

/* نص متدرّج */
.grad-text {
  background: linear-gradient(92deg, var(--accent) 10%, #5B8DEF 90%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* خلفية الهيرو: توهّج متدرّج ناعم + شبكة نقطية خفيفة */
.hero--landing { position: relative; overflow: clip; }
.hero--landing::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(46% 42% at 82% 6%, rgba(59,130,246,.18), transparent 70%),
    radial-gradient(42% 46% at 10% 34%, rgba(37,99,235,.10), transparent 72%),
    linear-gradient(180deg, #F5F1FE, var(--bg) 46%);
}
.hero--landing::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image: radial-gradient(rgba(37,99,235,.07) 1.1px, transparent 1.1px);
  background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(72% 62% at 72% 16%, #000, transparent 76%);
          mask-image: radial-gradient(72% 62% at 72% 16%, #000, transparent 76%);
}

/* شارات الثقة كـ chips عصرية */
.trust-badges { gap: 10px 12px; }
.trust-badges span {
  padding: 9px 15px; border-radius: var(--r-pill);
  background: rgba(255,255,255,.7); border: 1px solid var(--line);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  box-shadow: var(--sh-1); color: var(--ink-soft); font-weight: 600;
}
.trust-badges .ic { color: var(--accent); }

/* البطاقات العائمة زجاجية (glass) */
.float-card {
  background: rgba(255,255,255,.72);
  -webkit-backdrop-filter: saturate(160%) blur(12px); backdrop-filter: saturate(160%) blur(12px);
  border: 1px solid rgba(255,255,255,.85);
  box-shadow: 0 20px 44px -20px rgba(17,30,80,.42);
}

/* هالة متدرّجة خلف صورة الهيرو + إطار أنعم */
.hero-figure { position: relative; }
.hero-figure::before {
  content: ""; position: absolute; inset: -10% -8%; z-index: -1;
  background: radial-gradient(58% 58% at 50% 42%, rgba(59,130,246,.26), transparent 72%);
  filter: blur(6px);
}
.portrait {
  border: 0;
  background: linear-gradient(162deg, #EFEAFE, #E3D9FF);
  box-shadow: 0 34px 64px -30px rgba(17,30,80,.5), inset 0 0 0 1px rgba(59,130,246,.14);
}

/* الأزرار الرئيسية بلمسة تدرّج عصرية */
.btn--accent { background-image: linear-gradient(135deg, #3B82F6, #2563EB 55%, #1D4ED8); }
.btn--accent:hover { background-image: linear-gradient(135deg, #2563EB, #1D4ED8); }

/* أيقونات عصرية داخل حاويات متدرّجة */
.need .n-ic {
  width: 40px; height: 40px; padding: 9px; border-radius: 11px; box-sizing: border-box;
  background: var(--accent-tint); color: var(--accent-strong);
}
.need[aria-selected="true"] .n-ic { background: #fff; color: var(--accent-strong); }
.feature .ic {
  width: 42px; height: 42px; padding: 9px; border-radius: 12px; box-sizing: border-box;
  background: var(--accent-tint); color: var(--accent-strong);
}
.trust-item .ic {
  width: 46px; height: 46px; padding: 11px; border-radius: 13px; box-sizing: border-box;
  background: var(--accent-tint); color: var(--accent-strong);
}
.why .ic {
  width: 46px; height: 46px; padding: 11px; border-radius: 13px; box-sizing: border-box;
  background: rgba(59,130,246,.16); color: #9CC0FF;
}
.sol .ic {
  width: 42px; height: 42px; padding: 9px; border-radius: 12px; box-sizing: border-box;
  background: var(--accent-tint); color: var(--accent-strong);
}

/* WhatsApp badge (contact) */
.wa-badge { display:inline-grid; place-items:center; width:64px; height:64px; border-radius:50%; background:#E7F6EE; color:#1FA755; margin-inline:auto; }
.wa-badge svg { width:32px; height:32px; }
