:root {
  --cream: #F7EEDD;
  --cream-2: #EFE0C6;
  --gold: #D4AF45;
  --gold-dark: #A87C28;
  --gold-deep: #8A6420;
  --ink: #1C1710;
  --ink-2: #2A2218;
  --ink-soft: #56493A;
  --line: #E2D1AF;
  --white: #FFFFFF;
  --shadow-sm: 0 2px 10px rgba(28, 23, 16, 0.08);
  --shadow-md: 0 10px 28px rgba(138, 100, 32, 0.18);
  --shadow-lg: 0 18px 44px rgba(138, 100, 32, 0.30);
  --radius-sm: 10px;
  --radius: 14px;
  --radius-lg: 22px;
  --container: 1100px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

body {
  font-family: 'Tajawal', system-ui, -apple-system, 'Segoe UI', sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 60%, var(--gold-deep) 100%);
  color: #fff;
  box-shadow: var(--shadow-md);
  letter-spacing: 0.2px;
}
.btn-primary:hover { background: var(--ink); color: var(--gold); transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-outline {
  background: transparent;
  color: var(--gold-deep);
  border-color: var(--gold-dark);
}
.btn-outline:hover { background: var(--gold-dark); color: #fff; border-color: var(--gold-dark); }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: transparent;
  padding: 8px 16px;
  font-size: 14px;
}
.btn-ghost:hover { background: var(--cream-2); }
.btn-lg { padding: 16px 32px; font-size: 17px; }

/* ---------- Order page top bar ---------- */
.order-top {
  background: linear-gradient(160deg, #1C1710 0%, #22190D 60%, #1a1408 100%);
  border-bottom: 2px solid var(--gold-dark);
  position: relative;
}
.order-top::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--gold-dark) 25%, var(--gold) 50%, var(--gold-dark) 75%, transparent 100%);
}
.order-top .nav-brand { text-decoration: none; }
.order-top .nav-name { color: var(--gold); }
.order-top .btn-ghost { color: var(--cream); }
.order-top .btn-ghost:hover { background: rgba(247, 238, 221, 0.08); color: var(--gold); }

/* ---------- Hero (Poster) ---------- */
.hero {
  background:
    linear-gradient(to bottom, transparent calc(100% - 90px), var(--cream) 100%),
    radial-gradient(ellipse at 28% 60%, rgba(212, 175, 69, 0.15), transparent 50%),
    linear-gradient(160deg, #1C1710 0%, #22190D 60%, #1a1408 100%);
  display: flex;
  flex-direction: column;
  min-height: 88vh;
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--gold-dark) 25%, var(--gold) 50%, var(--gold-dark) 75%, transparent 100%);
  z-index: 5;
}
.nav {
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(212, 175, 69, 0.1);
  position: relative;
  z-index: 10;
}
.nav-brand { display: flex; align-items: center; gap: 10px; }
.nav-logo { width: 36px; height: 36px; object-fit: contain; }
.nav-name { font-weight: 900; color: var(--gold); letter-spacing: 0.5px; }
.nav .btn-ghost { color: var(--cream); }
.nav .btn-ghost:hover { background: rgba(247, 238, 221, 0.08); color: var(--gold); }

.hero-poster {
  flex: 1;
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 2;
}

.hero-poster-text {
  flex: 1;
  padding: 56px max(48px, 6vw) 80px max(32px, 4vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}

.hero-poster-visual {
  width: 42%;
  max-width: 520px;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: rgba(212, 175, 69, 0.03);
  border-right: 1px solid rgba(212, 175, 69, 0.15);
}

.hero-logo-wrap {
  position: relative;
  width: 240px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  animation: floatY 4s ease-in-out infinite;
}

/* بطاقة NFC المرسومة تطلّ خلف الشعار = إحساس "شعارك على بطاقة" */
.hero-nfc-card {
  position: absolute;
  width: 188px;
  height: 188px;
  transform: rotate(-9deg) translate(26px, 20px);
  filter: drop-shadow(0 14px 30px rgba(0, 0, 0, 0.45));
  z-index: 1;
}

.hero-logo {
  position: absolute;
  width: 188px;
  height: 188px;
  object-fit: contain;
  border-radius: var(--radius-lg);
  background: var(--cream);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(212, 175, 69, 0.4), 0 0 48px rgba(212, 175, 69, 0.1);
  z-index: 2;
}
.nav-logo {
  border-radius: var(--radius-sm);
  background: var(--cream);
}
@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.nfc-wave {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 2px solid rgba(212, 175, 69, 0.55);
  opacity: 0;
  animation: nfcPulse 2.6s cubic-bezier(.2,.6,.4,1) infinite;
}
.nfc-wave:nth-child(1) { animation-delay: 0s; }
.nfc-wave:nth-child(2) { animation-delay: .9s; }
.nfc-wave:nth-child(3) { animation-delay: 1.8s; }
@keyframes nfcPulse {
  0%   { transform: scale(.85); opacity: .65; }
  80%  { opacity: 0; }
  100% { transform: scale(1.7); opacity: 0; }
}

.hero-eyebrow {
  display: inline-block;
  background: rgba(212, 175, 69, 0.12);
  color: var(--gold);
  border: 1px solid rgba(212, 175, 69, 0.3);
  font-weight: 700;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 6px;
  letter-spacing: 0.3px;
}
.hero-title .accent {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-title {
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 900;
  color: var(--cream);
  margin: 0 0 16px;
  line-height: 1.2;
}
.hero-sub {
  font-size: clamp(15px, 1.8vw, 17px);
  color: rgba(247, 238, 221, 0.85);
  max-width: 480px;
  margin: 0 0 32px;
}

/* ---------- Sections ---------- */
.section {
  max-width: var(--container);
  margin: 0 auto;
  padding: 80px 24px;
}
.section-title {
  font-size: clamp(24px, 3.5vw, 32px);
  font-weight: 900;
  color: var(--ink);
  text-align: center;
  margin: 0 0 12px;
}
.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-deep), var(--gold-dark));
  margin: 14px auto 0;
  border-radius: 2px;
}
.section-sub {
  text-align: center;
  color: var(--ink-soft);
  margin: 0 auto 48px;
  max-width: 520px;
}
.pay-note {
  text-align: center;
  max-width: 560px;
  margin: -32px auto 44px;
  padding: 12px 18px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 14px;
}
.pay-note strong { color: var(--gold-deep); font-weight: 700; }
.packages .pay-note {
  background: rgba(212, 175, 69, 0.08);
  border-color: rgba(212, 175, 69, 0.3);
  color: rgba(247, 238, 221, 0.85);
}
.packages .pay-note strong { color: var(--gold); }

/* ---------- NFC Intro ---------- */
.nfc-intro { text-align: center; }
.intro-tag {
  display: inline-block;
  background: rgba(212, 175, 69, 0.1);
  color: var(--gold-dark);
  border: 1px solid rgba(212, 175, 69, 0.3);
  font-weight: 700;
  font-size: 13px;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 16px;
  letter-spacing: 0.3px;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 40px;
}
.intro-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px 22px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.intro-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--gold); }
.intro-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--cream);
  color: var(--gold-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.intro-icon svg { width: 26px; height: 26px; }
.intro-card h3 { font-size: 17px; font-weight: 900; color: var(--ink); margin: 0 0 8px; }
.intro-card p { font-size: 14px; color: var(--ink-soft); margin: 0; line-height: 1.7; }

/* ---------- Our Work (social proof) ---------- */
.work { text-align: center; }
.work-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 8px;
}
.work-item {
  margin: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.work-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.work-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  background: var(--cream-2);
  display: block;
}
/* صورة RESIDCO عمودية والبطاقة في أسفلها — ننحاز للأسفل لإبرازها */
.work-item:first-child img { object-position: center 70%; }
.work-item figcaption {
  padding: 16px 18px;
  text-align: center;
  border-top: 3px solid var(--gold-dark);
}
.work-item figcaption strong {
  display: block;
  font-size: 17px;
  color: var(--gold-dark);
  letter-spacing: 0.5px;
}
.work-item figcaption span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: var(--ink-soft);
}

/* ---------- Steps (How it works) ---------- */
.how {
  box-shadow: inset 0 14px 26px -16px rgba(28, 23, 16, 0.3);
}
.steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 40px;
}
.step {
  background: var(--white);
  padding: 32px 24px;
  border-radius: var(--radius);
  text-align: center;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--gold); }
.step-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: var(--cream);
  color: var(--gold-dark);
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-icon svg { width: 32px; height: 32px; }
.step h3 { margin: 0 0 8px; font-size: 18px; color: var(--ink); }
.step p { margin: 0; color: var(--ink-soft); font-size: 15px; }

/* ---------- Packages ---------- */
.packages {
  max-width: none;
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 175, 69, 0.14), transparent 60%),
    linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 100%);
  padding-left: 24px;
  padding-right: 24px;
}
.packages > * { max-width: var(--container); margin-left: auto; margin-right: auto; }
.packages .section-title { color: var(--cream); }
.packages .section-title::after { background: linear-gradient(90deg, var(--gold-dark), var(--gold)); }
.packages .section-sub { color: rgba(247, 238, 221, 0.7); }
.packages .cards { max-width: var(--container); }
.cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card-img {
  width: calc(100% + 56px);
  height: 158px;
  object-fit: cover;
  margin: -36px -28px 22px;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  background: var(--cream-2);
  border-bottom: 3px solid var(--gold-dark);
}
.card-featured {
  border-color: var(--gold);
  box-shadow: var(--shadow-md);
  background: linear-gradient(180deg, var(--white) 0%, var(--cream) 100%);
}
.card-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  background: var(--ink);
  color: var(--gold);
  border: 1px solid var(--gold);
  font-size: 12px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 999px;
  box-shadow: var(--shadow-md);
}
.card-name {
  font-size: 22px;
  font-weight: 900;
  color: var(--gold-dark);
  margin: 0 0 16px;
}
.card-need {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--cream);
  color: var(--gold-dark);
  font-weight: 700;
  font-size: 13px;
  padding: 7px 14px;
  border-radius: 999px;
  margin: 0 auto 18px;
  border: 1px solid var(--line);
}
.card-need-ico { font-size: 15px; }

.card-price {
  font-size: 18px;
  color: var(--ink-soft);
  margin-bottom: 24px;
}
.card-price .num {
  font-size: 48px;
  font-weight: 900;
  color: var(--ink);
}
.card-price .cur { font-weight: 700; }
.card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  text-align: right;
  flex-grow: 1;
}
.card-list li {
  padding: 8px 0;
  border-bottom: 1px dashed var(--line);
  color: var(--ink-soft);
  font-size: 15px;
}
.card-list li:last-child { border-bottom: none; }

/* أزرار البطاقات: الذهبي الممتلئ حصري للباقة المميزة.
   أزرار البقية (outline) تتحوّل عند المرور للداكن — لا للذهبي — حتى لا تشبه الزر المميز. */
.cards .btn-outline:hover {
  background: var(--ink);
  color: var(--gold);
  border-color: var(--ink);
}
.card-featured .btn-primary:hover {
  background: linear-gradient(135deg, #E8C75C 0%, var(--gold-dark) 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}
.card-list li::before {
  content: '✓';
  color: var(--gold-dark);
  font-weight: 900;
  margin-left: 8px;
}

/* ---------- Form ---------- */
.form {
  max-width: 760px;
  margin: 0 auto;
  background: var(--white);
  padding: 36px 28px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.order-summary {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 0 0 20px;
  padding: 14px 18px;
  background: var(--cream);
  border: 1px solid var(--gold-dark);
  border-radius: var(--radius);
}
.order-summary-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-soft);
}
.order-summary-name {
  font-size: 16px;
  font-weight: 900;
  color: var(--gold-deep);
}
.order-summary-price {
  margin-right: auto;
  font-size: 18px;
  font-weight: 900;
  color: var(--ink);
}

.conditional { display: none; }
.conditional.show {
  display: block;
  margin-bottom: 20px;
  animation: fadeIn .2s ease;
}
.brief-title {
  font-weight: 700;
  font-size: 15px;
  color: var(--gold-deep);
  background: var(--cream);
  border-right: 3px solid var(--gold);
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  margin: 0 0 20px;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.field span {
  font-weight: 700;
  font-size: 14px;
  color: var(--ink);
}
.field em {
  color: var(--gold-dark);
  font-style: normal;
  margin-right: 2px;
}
.field input,
.field select,
.field textarea {
  font-family: inherit;
  font-size: 15px;
  padding: 12px 14px;
  border-radius: var(--radius);
  border: 1.5px solid var(--line);
  background: var(--cream);
  color: var(--ink);
  transition: border-color .15s ease, background .15s ease;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--gold-dark);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(212, 175, 69, 0.25);
}
.field input[type="file"] {
  padding: 10px;
  background: var(--white);
}
.field textarea { resize: vertical; min-height: 100px; }
.hint {
  font-size: 12px;
  color: var(--ink-soft);
  margin-top: 4px;
}
.form-actions {
  text-align: center;
  margin-top: 28px;
}
.delivery-note {
  margin: 14px auto 0;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 700;
}
.form-note {
  margin: 16px auto 0;
  padding: 12px 16px;
  background: var(--cream);
  border-right: 3px solid var(--gold-dark);
  border-radius: var(--radius-sm);
  color: var(--ink-soft);
  font-size: 14px;
  max-width: 460px;
}
.form-sent {
  margin: 20px auto 0;
  padding: 18px 20px;
  background: var(--cream);
  border: 1px solid var(--gold-dark);
  border-radius: var(--radius);
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  max-width: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

/* ---------- Footer ---------- */
.footer {
  background: var(--ink);
  color: var(--cream);
  padding: 56px 24px 0;
  margin-top: 40px;
  border-top: 2px solid var(--gold-dark);
}
.footer-inner {
  max-width: 980px;
  margin: 0 auto;
}
.footer-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  text-align: right;
}
.footer-col-title {
  font-size: 13px;
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0 0 14px;
}
.footer-brand-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.footer-logo {
  width: 38px;
  height: 38px;
  object-fit: contain;
  border-radius: var(--radius-sm);
  background: var(--cream);
}
.footer-brand strong {
  font-size: 20px;
  color: var(--gold);
}
.footer-brand span {
  display: block;
  color: var(--cream-2);
  opacity: 0.75;
  font-size: 14px;
  line-height: 1.7;
  max-width: 280px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: var(--cream-2);
  font-weight: 700;
  font-size: 14px;
  transition: color .15s ease;
}
.footer-links a svg { width: 18px; height: 18px; flex-shrink: 0; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom {
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid rgba(212, 175, 69, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.footer-copy { color: var(--cream-2); opacity: 0.6; font-size: 13px; }
.footer-tagline { color: var(--cream-2); opacity: 0.5; font-size: 13px; }

/* ---------- Why section ---------- */
.why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.why-item {
  position: relative;
  background: var(--white);
  padding: 32px 24px 24px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.why-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--gold);
}
.why-num {
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  color: var(--gold-dark);
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-family: ui-monospace, "Cascadia Code", Menlo, monospace;
}
.why-item h3 { margin: 0 0 8px; font-size: 18px; color: var(--ink); }
.why-item p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }

/* ---------- Card image hover zoom ---------- */
.card { overflow: hidden; }
.card-img { transition: transform .5s ease; }
.card:hover .card-img { transform: scale(1.05); }

/* ---------- Scroll reveal ---------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}
[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .hero-logo, .nfc-wave { animation: none; }
}

/* ---------- Floating WhatsApp button ---------- */
.wa-fab {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.45);
  transition: transform .2s ease, box-shadow .2s ease;
}
.wa-fab::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, 0.55);
  animation: waPing 2s ease-out infinite;
}
.wa-fab:hover { transform: scale(1.08); box-shadow: 0 14px 36px rgba(37, 211, 102, 0.6); }
@keyframes waPing {
  0%   { transform: scale(.85); opacity: .8; }
  80%, 100% { transform: scale(1.5); opacity: 0; }
}

/* ---------- Responsive ---------- */
@media (max-width: 719px) {
  .hero { min-height: auto; }
  .hero-poster { flex-direction: column; }
  .hero-poster-visual {
    width: 100%;
    height: 240px;
    border-right: none;
    border-top: 1px solid rgba(212, 175, 69, 0.15);
  }
  .hero-poster-text {
    padding: 40px 24px 48px;
    gap: 12px;
  }
  .nav { padding: 16px 24px; }
  .hero-logo-wrap { width: 180px; height: 180px; }
  .hero-nfc-card { width: 160px; height: 160px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 10px; }
  /* إبراز الباقة المميزة على الجوال (تظهر البطاقات في عمود واحد) */
  .card-featured {
    border-width: 2px;
    box-shadow: var(--shadow-lg);
  }
}

@media (min-width: 720px) {
  .steps { grid-template-columns: repeat(3, 1fr); }
  .intro-grid { grid-template-columns: repeat(3, 1fr); }
  .work-grid { grid-template-columns: repeat(2, 1fr); max-width: 760px; margin-left: auto; margin-right: auto; }
  .cards { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
  .why-grid { grid-template-columns: repeat(4, 1fr); }
  .form-row { grid-template-columns: 1fr 1fr; }
  .footer-main {
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 40px;
    align-items: start;
  }
}
