﻿*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: "Inter", sans-serif; color: #414042; background: #fff; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
button, input, select { font-family: inherit; }

:root {
  --primary: #ff710d;
  --teal: #2293b2;
  --blue: #7cd1e4;
  --text: #414042;
  --muted: #6b6b6d;
  --border: #bbbdbf;
  --soft: #f8f8f8;
  --ease: cubic-bezier(0.4,0,0.2,1);
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
h1 { font-family: "Inter Tight", sans-serif; font-size: 52px; font-weight: 700; line-height: 1.1; color: var(--text); letter-spacing: -0.025em; }
h2 { font-family: "Inter Tight", sans-serif; font-size: 36px; font-weight: 700; line-height: 1.15; color: var(--text); letter-spacing: -0.02em; }
h3 { font-family: "Inter Tight", sans-serif; font-size: 18px; font-weight: 600; color: var(--text); }
.label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--primary); margin-bottom: 12px; }

.btn { display: inline-flex; align-items: center; gap: 7px; padding: 13px 24px; border-radius: 8px; font-size: 15px; font-weight: 600; cursor: pointer; border: none; transition: background 150ms var(--ease), transform 150ms; white-space: nowrap; font-family: "Inter", sans-serif; }
.btn:active { transform: scale(0.97); }
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { background: #e55e00; }
.btn-outline { background: transparent; color: var(--primary); border: 1.5px solid var(--primary); }
.btn-outline:hover { background: #fff5ee; }
.btn-full { width: 100%; justify-content: center; }
.btn-ghost { background: rgba(255,255,255,0.12); color: #fff; border: 1.5px solid rgba(255,255,255,0.4); }
.btn-ghost:hover { background: rgba(255,255,255,0.22); }
.btn-soft { background: #fff5ee; color: var(--primary); border: 1px solid rgba(255,113,13,0.2); }
.btn-soft:hover { background: #ffe8d6; }

@keyframes pulse-dot { 0%,100% { box-shadow: 0 0 0 0 rgba(255,113,13,0.5); } 60% { box-shadow: 0 0 0 7px rgba(255,113,13,0); } }
@keyframes pulse-cta { 0% { box-shadow: 0 0 0 0 rgba(255,113,13,0.45); } 70% { box-shadow: 0 0 0 16px rgba(255,113,13,0); } 100% { box-shadow: 0 0 0 0 rgba(255,113,13,0); } }

/* -- NAV -------------------------------------------- */
#nav { position: sticky; top: 0; z-index: 100; background: #fff; border-bottom: 1px solid #f0f0f0; transition: box-shadow 200ms var(--ease); }
#nav.scrolled { box-shadow: 0 2px 10px rgba(0,0,0,0.06); border-color: transparent; }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--text); transition: color 150ms; }
.nav-links a:hover, .nav-links a.active { color: var(--primary); }
.nav-right { display: flex; align-items: center; gap: 14px; }
.nav-call { font-size: 13px; font-weight: 600; color: var(--text); display: flex; align-items: center; gap: 7px; transition: color 150ms; white-space: nowrap; }
.nav-call i { color: #ff710d; transition: color 150ms; }
.nav-call:hover { color: var(--primary); }
.nav-call:hover i { color: var(--primary); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; }
.nav-mobile { display: none; padding: 12px 24px 20px; border-top: 1px solid #f0f0f0; flex-direction: column; gap: 2px; }
.nav-mobile.open { display: flex; }
.nav-mobile a { padding: 10px 8px; font-size: 15px; font-weight: 500; color: var(--text); border-radius: 6px; transition: background 150ms; }
.nav-mobile a:hover, .nav-mobile a.active { background: var(--soft); color: var(--primary); }
.nav-mobile .btn { margin-top: 8px; width: 100%; justify-content: center; }
.nav-mobile .nav-call { margin-top: 8px; padding: 12px 8px; color: var(--text); }

/* -- URGENCY BANNER --------------------------------- */
#urgency { background: #1e1e1f; padding: 10px 24px; text-align: center; }
#urgency span { font-size: 13px; color: rgba(255,255,255,0.85); }
#urgency .live { display: inline-flex; align-items: center; gap: 5px; background: rgba(255,113,13,0.2); border: 1px solid rgba(255,113,13,0.4); border-radius: 12px; padding: 2px 10px; margin-right: 10px; font-size: 11px; font-weight: 700; color: #ff9f5a; letter-spacing: 0.06em; text-transform: uppercase; }
#urgency .live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--primary); animation: pulse-dot 1.8s infinite; }
#urgency a { color: #ff9f5a; font-weight: 600; margin-left: 10px; }
#urgency a:hover { text-decoration: underline; }

/* -- HERO ------------------------------------------- */
#hero { padding: 82px 0 90px; background:
  radial-gradient(circle at 28% 58%, rgba(255,113,13,0.07), transparent 26%),
  linear-gradient(90deg, rgba(255,255,255,0.99) 0%, rgba(255,255,255,0.96) 38%, rgba(255,255,255,0.72) 60%, rgba(255,255,255,0.24) 80%, rgba(255,255,255,0.06) 100%),
  url('../assets/hero-12500-uae.png') 72% center / cover no-repeat;
  border-bottom: 1px solid #f0f0f0; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, 410px); gap: 62px; align-items: center; }

.hero-copy { max-width: 620px; display: flex; flex-direction: column; align-items: flex-start; position: relative; z-index: 1; }
.hero-copy::before {
  content: "";
  position: absolute;
  left: 252px;
  top: 274px;
  width: 240px;
  height: 150px;
  background: radial-gradient(circle, rgba(255,113,13,0.10), transparent 68%);
  border-radius: 50%;
  opacity: 0.72;
  pointer-events: none;
  z-index: -1;
}
.hero-copy > * { width: 100%; }
.hero-eyebrow { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 3px; background: rgba(255,255,255,0.78); border-left: 3px solid var(--primary); border-top: 1px solid rgba(255,113,13,0.22); padding: 8px 14px 8px 12px; margin-bottom: 22px; color: var(--text); width: auto; box-shadow: 0 4px 14px rgba(65,64,66,0.06); }
.hero-eyebrow-label { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.14em; color: var(--primary); line-height: 1.2; }
.hero-eyebrow-line { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 700; color: var(--text); line-height: 1.2; }
.dirham-symbol-inline { width: 13px; height: 12px; display: inline-block; object-fit: contain; filter: brightness(0) saturate(100%) invert(50%) sepia(97%) saturate(2390%) hue-rotate(359deg) brightness(101%) contrast(106%); }
.dirham-symbol-text { width: 0.82em; height: 0.82em; display: inline-block; object-fit: contain; vertical-align: -0.12em; margin-right: 0.02em; filter: brightness(0) saturate(100%) invert(25%) sepia(5%) saturate(280%) hue-rotate(202deg) brightness(94%) contrast(88%); }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--primary); animation: pulse-dot 2s infinite; flex-shrink: 0; }

.hero-objections { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; margin-bottom: 28px; }
.objection-pill { display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px; background: var(--soft); border: 1px solid #e5e5e6; border-radius: 20px; font-size: 12px; font-weight: 500; color: var(--text); }
.objection-pill svg { color: #1a7a4a; flex-shrink: 0; }

.hero-copy h1 { margin-bottom: 28px; line-height: 1.1; }
.hero-h1-line { display: block; font-family: "Inter Tight", sans-serif; font-weight: 600; color: var(--text); letter-spacing: -0.03em; }
.hero-h1-line-main { font-size: 62px; line-height: 1.01; }
.hero-h1-line-main .hero-h1-accent { color: #2293b2; }
.hero-h1-accent { display: inline-block; width: auto; font-size: 44px; line-height: 1.08; margin-top: 10px; color: var(--text); padding-bottom: 7px; background: linear-gradient(180deg, transparent 58%, rgba(255,113,13,0.16) 58%); border-bottom: 2px solid rgba(255,113,13,0.48); }
.hero-h1-line-sub { font-size: 48px; line-height: 1.04; margin-top: 2px; color: #2293b2; }
.hero-description { max-width: 560px; margin: -10px 0 24px; color: #525255; font-family: "Inter", sans-serif; font-size: 16px; font-weight: 500; line-height: 1.7; }
.hero-inline-benefits { display: flex; flex-wrap: wrap; gap: 12px 28px; max-width: 560px; margin: 24px 0 0; }
.hero-inline-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  color: #414042;
}
.hero-check {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2293b2;
  color: #ffffff;
  flex-shrink: 0;
}
.hero-check svg { width: 12px; height: 12px; stroke: currentColor; }
.hero-package-summary { position: relative; max-width: 540px; margin-top: 32px; padding-left: 24px; }
.hero-package-summary::before { content: ""; position: absolute; left: 0; top: 3px; bottom: 3px; width: 4px; border-radius: 999px; background: #ff710d; }
.hero-price-note { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; font-family: "Inter", sans-serif; font-size: 16px; font-weight: 750; color: #414042; }
.hero-price-note::before { content: ""; width: 22px; height: 2px; border-radius: 999px; background: #ff710d; }
.hero-price-main { font-family: "Inter Tight", sans-serif; font-size: 57px; font-weight: 700; line-height: 1; letter-spacing: -0.035em; color: #ff710d; margin-bottom: 16px; }
.dirham-symbol { width: 42px; height: 37px; display: inline-block; object-fit: contain; filter: brightness(0) invert(1); flex-shrink: 0; }
.hero-price-summary { margin: 0; max-width: 430px; font-family: "Inter", sans-serif; font-size: 16px; font-weight: 550; line-height: 1.6; color: #414042; }
.tamara-badge { display: flex; align-items: center; gap: 13px; padding: 14px 0 0; border-radius: 0; background: transparent; border: 0; border-top: 1px solid rgba(187,189,191,0.5); box-shadow: none; }
.tamara-badge img { width: auto; height: 24px; margin-top: 0; flex-shrink: 0; object-fit: contain; }
.tamara-badge-main { display: block; font-family: "Inter", sans-serif; font-size: 14px; font-weight: 750; line-height: 1.3; color: #414042; }
.tamara-badge-sub { display: block; margin-top: 2px; font-family: "Inter", sans-serif; font-size: 12px; font-weight: 550; line-height: 1.35; color: #6b6b6d; }
.hero-tamara-badge { margin-top: 18px; max-width: 380px; }

.hero-social { margin-top: 10px; padding: 9px 0 0; background: transparent; border-radius: 0; border: 0; border-top: 1px solid rgba(187,189,191,0.28); }
.hero-social-top { display: flex; align-items: center; justify-content: center; gap: 6px; flex-wrap: wrap; color: #414042; }
.hero-social-google {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero-social-google img { width: 18px; height: 18px; display: block; }
.hero-social-label { font-size: 12px; font-weight: 650; color: #414042; }
.hero-social-stars { display: inline-flex; gap: 2px; align-items: center; }
.hero-social-stars svg { width: 12px; height: 12px; }
.hero-social-star-partial {
  position: relative;
  width: 12px;
  height: 12px;
  display: inline-flex;
  flex-shrink: 0;
}
.hero-social-star-partial .star-base { opacity: 0.35; }
.hero-social-star-partial .star-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 60%;
  overflow: hidden;
}
.hero-social-rating { font-size: 12px; font-weight: 650; color: #414042; }
.hero-social-divider { display: none; }
.hero-social-text { margin-top: 0; font-family: "Inter", sans-serif; font-size: 12px; color: #414042; line-height: 1.3; }
.hero-social-text strong { color: #414042; font-weight: 600; }
.hero-social-separator { color: rgba(65,64,66,0.34); margin-right: 2px; }

/* -- HERO FORM CARD --------------------------------- */
.hero-form-stack { width: 100%; max-width: 410px; margin-left: auto; margin-right: 22px; }
.form-card { position: relative; width: 100%; max-width: 410px; margin-left: auto; background: #fff; border: 1px solid rgba(187,189,191,0.35); border-radius: 12px; box-shadow: 0 6px 20px rgba(0,0,0,0.06); overflow: hidden; }
.form-card *,
.form-card *::before,
.form-card *::after,
.hero-trust-line { box-sizing: border-box; }
.form-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: #ff710d; }
.form-card-header { background: var(--text); padding: 20px 24px 18px; }
.form-card-price { font-family: "Inter Tight", sans-serif; font-size: 28px; font-weight: 700; color: #fff; line-height: 1; letter-spacing: -0.02em; }
.form-card-price-sub { font-size: 13px; color: rgba(255,255,255,0.6); margin-top: 3px; }
.form-card-inclusions { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 12px; }
.form-card-pill { font-size: 11px; font-weight: 500; background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.85); padding: 3px 9px; border-radius: 10px; }
.form-card-body { padding: 22px 22px 20px; }
.form-heading { margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid rgba(187,189,191,0.18); }
.form-heading-label { display: block; margin-bottom: 6px; font-size: 9px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--primary); }
.form-heading h3 { font-family: "Inter Tight", sans-serif; font-size: 20px; font-weight: 700; line-height: 1.1; letter-spacing: -0.02em; color: #414042; margin-bottom: 6px; }
.form-heading p { font-size: 11px; line-height: 1.3; color: #6b6b6d; }
.form-reassurance { display: flex; align-items: flex-start; justify-content: flex-start; gap: 8px; margin: 0 0 12px; color: rgba(65,64,66,0.76); font-size: 12px; line-height: 1.4; text-align: left; white-space: normal; }
.form-reassurance i { width: 13px; height: 13px; color: var(--teal); flex-shrink: 0; }
.lead-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }

.hero-form-grid { display: grid; grid-template-columns: 1fr; gap: 10px; }
.form-field { min-width: 0; }
.hero-form-grid > .hero-social { display: none; }
.field-label { display: block; font-size: 11px; font-weight: 600; color: var(--text); letter-spacing: 0.01em; line-height: 1.15; margin-bottom: 4px; }
.field-input { width: 100%; min-height: 37px; padding: 8px 11px; border: 1px solid rgba(187,189,191,0.55); border-radius: 8px; font-size: 13px; color: var(--text); outline: none; background: #fff; transition: border-color 150ms, box-shadow 150ms, min-height 180ms ease; }
.field-input:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(255,113,13,0.10); }
.field-input.error { border-color: #e53e3e; }
.field-textarea { min-height: 40px; max-height: 72px; line-height: 1.3; resize: none; }
.field-textarea:focus { min-height: 72px; }
.field-error { font-size: 11px; color: #e53e3e; margin-top: 3px; display: none; }
.field-error.show { display: block; }
.form-message { display: none; align-items: flex-start; gap: 10px; margin-bottom: 14px; padding: 12px 13px; border-radius: 12px; border: 1px solid rgba(187,189,191,0.45); font-size: 13px; line-height: 1.45; }
.form-message.show { display: flex; }
.form-message-icon { width: 22px; height: 22px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.form-message-title { font-family: "Inter Tight", sans-serif; font-size: 14px; font-weight: 700; color: #414042; margin-bottom: 2px; }
.form-message-text { color: #6b6b6d; }
.form-message--success { background: #eef9fc; border-color: rgba(34,147,178,0.22); }
.form-message--success .form-message-icon { background: #2293b2; color: #ffffff; }
.form-message--error { background: #fff5ee; border-color: rgba(255,113,13,0.24); }
.form-message--error .form-message-icon { background: #ff710d; color: #ffffff; }
.phone-row { display: grid; grid-template-columns: 104px 1fr; gap: 8px; }
.phone-code-select { position: relative; }
.phone-code-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-right: 12px;
  background: #fff;
  text-align: left;
}
.phone-code-trigger.open,
.phone-code-trigger:focus { border-color: #ff710d; outline: none; }
.phone-code-trigger-text {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #414042;
  line-height: 1;
}
.phone-code-selected-flag,
.phone-code-option-flag {
  width: 22px;
  height: 15px;
  border-radius: 2px;
  object-fit: cover;
  flex-shrink: 0;
  background: #ffffff;
  box-shadow: 0 0 0 1px rgba(187,189,191,0.32);
}
.phone-code-selected-code { color: #414042; font-weight: 600; line-height: 1; }
.phone-code-chevron {
  width: 14px;
  height: 14px;
  color: #6b6b6d;
  flex-shrink: 0;
}
.phone-code-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: min(320px, calc(100vw - 48px));
  max-height: 280px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #bbbdbf;
  border-radius: 10px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
  z-index: 30;
}
.phone-code-option {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: none;
  background: #fff;
  color: #414042;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: background 150ms ease;
}
.phone-code-option:hover,
.phone-code-option:focus { background: #f8f8f8; outline: none; }
.phone-code-option-flag { flex-shrink: 0; }
.phone-code-option-name {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.phone-code-option-code { flex-shrink: 0; color: #414042; font-weight: 600; }

.form-submit { width: 100%; min-height: 42px; padding: 10px 14px; background: #ff710d; color: #fff; border: none; border-radius: 8px; font-size: 15px; font-weight: 700; cursor: pointer; font-family: "Inter Tight", sans-serif; display: flex; align-items: center; justify-content: center; gap: 8px; transition: background 150ms, transform 150ms; margin: 4px 0 2px; box-shadow: none; animation: none; }
.form-submit:hover { background: #e55e00; transform: scale(1.01); }
.form-submit:active { transform: scale(0.98); }

.form-not-ready { text-align: center; margin-top: 14px; padding-top: 14px; border-top: 1px solid #f0f0f0; }
.form-not-ready span { font-size: 12px; color: var(--muted); }
.form-not-ready a { color: var(--teal); font-weight: 600; font-size: 12px; }
.form-not-ready a:hover { text-decoration: underline; }

.hero-trust-line { display: flex; align-items: center; justify-content: center; gap: 6px; flex-wrap: wrap; margin: 10px auto 0; padding: 8px 10px; width: calc(100% - 28px); color: rgba(65,64,66,0.84); font-family: "Inter", sans-serif; font-size: 12px; line-height: 1.3; text-align: center; background: rgba(255,255,255,0.88); border: 1px solid rgba(187,189,191,0.28); border-radius: 10px; backdrop-filter: blur(6px); }
.hero-trust-line strong { color: #414042; font-weight: 700; }
.hero-trust-stars { color: #eca23b; font-size: 12px; letter-spacing: 0.02em; }
.hero-trust-separator { color: rgba(65,64,66,0.32); }

.form-success { text-align: center; padding: 28px 24px; }
.form-success-icon { width: 56px; height: 56px; background: #eaf7ef; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }

/* -- QUICK CTA STRIP -------------------------------- */
#quick-cta { background: #fff5ee; border-top: 1px solid rgba(255,113,13,0.15); border-bottom: 1px solid rgba(255,113,13,0.15); padding: 20px 0; }
.quick-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.quick-cta-text { font-family: "Inter Tight", sans-serif; font-size: 18px; font-weight: 700; color: var(--text); }
.quick-cta-text span { color: var(--primary); }
.quick-cta-btns { display: flex; gap: 10px; align-items: center; }

/* -- TRUST STRIP ------------------------------------ */
#trust { background: linear-gradient(90deg, #2293b2 0%, #258faa 52%, #7cd1e4 100%); border-top: 2px solid #ff710d; border-bottom: 1px solid rgba(255,255,255,0.18); padding: 0; }
.trust-inner { min-height: 78px; display: grid; grid-template-columns: 1.2fr 0.82fr 1.05fr 1.25fr 0.92fr; align-items: center; }
.trust-item { position: relative; display: flex; align-items: center; justify-content: center; min-height: 78px; padding: 0 22px; font-size: 15px; font-weight: 650; color: #ffffff; text-align: center; line-height: 1.25; letter-spacing: -0.01em; white-space: nowrap; }
.trust-item::before { content: none; }
.trust-item + .trust-item { border-left: 0; }
.trust-item + .trust-item::after { content: ""; position: absolute; left: 0; top: 18px; bottom: 18px; width: 1px; background: rgba(255,255,255,0.28); }
.trust-item strong { font-weight: 850; color: #ffffff; }

/* -- TESTIMONIALS ----------------------------------- */
#testimonials { background: #fff; padding: 72px 0; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
.testi-card { background: var(--soft); border: 1px solid #e5e5e6; border-radius: 14px; padding: 24px 22px; }
.testi-stars { display: flex; gap: 2px; margin-bottom: 12px; }
.testi-quote { font-size: 14px; color: var(--text); line-height: 1.7; margin-bottom: 16px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 10px; }
.testi-avatar { width: 36px; height: 36px; border-radius: 50%; background: #e0f0f5; display: flex; align-items: center; justify-content: center; font-family: "Inter Tight", sans-serif; font-size: 14px; font-weight: 700; color: var(--teal); flex-shrink: 0; }
.testi-name { font-size: 13px; font-weight: 600; color: var(--text); }
.testi-role { font-size: 12px; color: var(--muted); }

/* -- WHAT'S INCLUDED -------------------------------- */
#included { padding: 92px 0; background: linear-gradient(180deg, #eefbfe 0%, #f3fbfd 58%, #ffffff 100%); }
.section-header { margin-bottom: 52px; }
.section-header p { max-width: 560px; margin-top: 14px; font-size: 16px; color: var(--muted); line-height: 1.65; }
.package-section-header { text-align: left; margin-bottom: 34px; }
.package-section-header .label { position: relative; display: inline-flex; align-items: center; gap: 10px; }
.package-section-header .label::after { content: ""; width: 44px; height: 2px; background: #ff710d; border-radius: 999px; }
.package-breakdown { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid rgba(187,189,191,0.45); border-top: 3px solid #ff710d; border-radius: 12px; background: #ffffff; box-shadow: 0 2px 8px rgba(0,0,0,0.05); overflow: hidden; }
.package-breakdown::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(65,64,66,0.025) 1px, transparent 1px) 0 0 / 100% 36px,
    linear-gradient(90deg, rgba(65,64,66,0.018) 1px, transparent 1px) 0 0 / 58px 100%;
  opacity: 0.58;
  pointer-events: none;
}
.package-group { position: relative; padding: 40px 34px 36px; z-index: 1; }
.package-group + .package-group { border-left: 1px solid rgba(187,189,191,0.38); }
.package-group-head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid rgba(187,189,191,0.30); }
.package-group-head span { width: 38px; height: 38px; border-radius: 9px; background: rgba(34,147,178,0.10); border: 1px solid rgba(34,147,178,0.18); color: #2293b2; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.package-group:nth-child(2) .package-group-head span { background: rgba(255,113,13,0.08); border-color: rgba(255,113,13,0.18); color: #ff710d; }
.package-group-head svg { width: 17px; height: 17px; stroke: currentColor; }
.package-group h3 { font-family: "Inter Tight", sans-serif; font-size: 21px; font-weight: 750; color: #414042; margin-bottom: 0; }
.package-group ul { list-style: none; display: grid; gap: 12px; }
.package-group li { position: relative; padding-left: 22px; font-family: "Inter", sans-serif; font-size: 15px; font-weight: 550; color: rgba(65,64,66,0.88); line-height: 1.55; }
.package-group li::before { content: ""; position: absolute; left: 0; top: 0.74em; width: 6px; height: 6px; border-radius: 50%; background: #ff710d; transform: translateY(-50%); }
.package-note { position: relative; z-index: 1; grid-column: 1 / -1; display: flex; align-items: center; gap: 8px; padding: 14px 30px; background: #f8f8f8; border-top: 1px solid rgba(187,189,191,0.35); color: rgba(65,64,66,0.78); font-family: "Inter", sans-serif; font-size: 13px; line-height: 1.5; }
.package-note i, .package-note svg { width: 15px; height: 15px; color: #2293b2; stroke: currentColor; flex-shrink: 0; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { position: relative; overflow: hidden; background: rgba(255,255,255,0.94); border: 1px solid rgba(187,189,191,0.45); border-radius: 16px; padding: 28px 24px; box-shadow: 0 8px 22px rgba(34,147,178,0.08); transition: transform 200ms var(--ease), box-shadow 200ms var(--ease), border-color 200ms var(--ease); }
.feature-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #ff710d 0%, #eca23b 100%); opacity: 0.9; }
.feature-card:hover { transform: translateY(-3px); border-color: rgba(255,113,13,0.35); box-shadow: 0 14px 30px rgba(34,147,178,0.12); }
.feature-icon { width: 46px; height: 46px; background: #ffffff; border: 1px solid rgba(34,147,178,0.22); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; box-shadow: 0 6px 16px rgba(34,147,178,0.10); }

/* -- PRICING OPTIONS --------------------------------- */
#packages { background: linear-gradient(180deg, #fff7f1 0%, #fff4ec 48%, #ffffff 100%); padding: 92px 0; }
.pricing-header { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.pricing-header .label { margin-bottom: 14px; }
.pricing-header h2 { max-width: 760px; margin: 0 auto 10px; }
.pricing-header p { max-width: 620px; margin: 0 auto; color: #6b6b6d; line-height: 1.6; }
.pricing-selector { overflow: hidden; background: #ffffff; border: 1px solid rgba(187,189,191,0.45); border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.pricing-row { display: grid; grid-template-columns: 1.05fr 1fr 1fr 0.95fr auto; gap: 24px; align-items: center; min-height: 108px; padding: 26px 28px; border-top: 1px solid rgba(187,189,191,0.34); background: #ffffff; }
.pricing-row:first-child { border-top: 0; }
.pricing-row--featured { position: relative; background: rgba(255,113,13,0.12); border-left: 5px solid #ff710d; padding-left: 23px; box-shadow: inset 0 1px 0 rgba(255,113,13,0.10), inset 0 -1px 0 rgba(255,113,13,0.10); }
.pricing-type { font-family: "Inter", sans-serif; font-size: 13px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(65,64,66,0.68); }
.pricing-name { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-family: "Inter Tight", sans-serif; font-size: 25px; font-weight: 750; color: #414042; line-height: 1.1; }
.pricing-price { font-family: "Inter Tight", sans-serif; font-size: 38px; font-weight: 750; color: #414042; line-height: 1; letter-spacing: -0.035em; white-space: nowrap; }
.pricing-price .dirham-symbol-text { width: 0.82em; height: 0.82em; margin-right: 0.015em; vertical-align: -0.065em; }
.pricing-visa { font-family: "Inter", sans-serif; font-size: 14px; font-weight: 700; color: #ff710d; white-space: nowrap; }
.pricing-badge { display: inline-flex; align-items: center; width: fit-content; padding: 5px 9px; border-radius: 999px; background: rgba(236,162,59,0.18); border: 1px solid rgba(236,162,59,0.28); color: #414042; font-family: "Inter", sans-serif; font-size: 10px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.pricing-note { max-width: 680px; margin: 22px auto 0; text-align: center; color: #6b6b6d; font-family: "Inter", sans-serif; font-size: 13px; font-weight: 500; line-height: 1.6; }
.pricing-action { display: flex; justify-content: flex-end; }
.pricing-row .btn { justify-content: center; min-width: 160px; font-size: 14px; font-weight: 750; padding: 13px 18px; }
.feature-icon [data-lucide] { color: var(--teal); }
.feature-card h3 { font-size: 17px; margin-bottom: 7px; }
.feature-tag { display: inline-flex; width: fit-content; margin-bottom: 10px; padding: 5px 9px; border-radius: 8px; background: rgba(255,113,13,0.08); border: 1px solid rgba(255,113,13,0.18); color: #ff710d; font-family: "Inter", sans-serif; font-size: 12px; font-weight: 700; line-height: 1.35; }
.feature-card p { font-size: 13px; line-height: 1.7; color: var(--muted); }

/* -- BEST-FIT ACTIVITIES ----------------------------- */
#activities,
#why {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 20%, rgba(124, 209, 228, 0.18), transparent 34%),
    radial-gradient(circle at 8% 70%, rgba(255, 113, 13, 0.07), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
}
#activities { padding: 78px 0 84px; }
.activities-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(280px, 0.84fr) minmax(0, 1.16fr); gap: 52px; align-items: start; }
.activities-copy { max-width: 520px; margin-bottom: 0; }
.activities-copy .label { margin-bottom: 11px; }
.activities-copy h2 { margin-bottom: 19px; }
.activities-copy p { max-width: 500px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.68; }
.activities-note { margin: 18px 0 22px; color: var(--muted); font-family: "Inter", sans-serif; font-size: 13px; font-weight: 500; line-height: 1.6; }
.activities-cta { margin-top: 21px; padding: 12px 20px; border-radius: 10px; }
.activity-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid rgba(187,189,191,0.45); border-top: 3px solid #ff710d; border-radius: 12px; background: #ffffff; box-shadow: 0 4px 14px rgba(0,0,0,0.05); overflow: hidden; }
.activity-list h3 { grid-column: 1 / -1; margin: 0; padding: 18px 22px 14px; border-bottom: 1px solid rgba(187,189,191,0.35); color: #414042; font-family: "Inter Tight", sans-serif; font-size: 19px; line-height: 1.25; font-weight: 700; }
.activity-row { min-height: 68px; display: flex; align-items: center; gap: 12px; padding: 18px 20px; color: #414042; font-family: "Inter", sans-serif; font-size: 15px; font-weight: 650; line-height: 1.35; border-top: 1px solid rgba(187,189,191,0.35); }
.activity-list h3 + .activity-row,
.activity-list h3 + .activity-row + .activity-row { border-top: 0; }
.activity-row:nth-of-type(even) { border-left: 1px solid rgba(187,189,191,0.35); }
.activity-row span { width: 24px; height: 24px; border-radius: 50%; background: rgba(255,113,13,0.10); color: #ff710d; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.activity-row svg { width: 14px; height: 14px; stroke: currentColor; }
.activities-note { grid-column: 1 / -1; display: flex; align-items: center; gap: 8px; margin: 0; padding: 14px 20px; background: #f8f8f8; border-top: 1px solid rgba(187,189,191,0.35); color: rgba(65,64,66,0.78); font-family: "Inter", sans-serif; font-size: 13px; font-weight: 550; line-height: 1.5; }
.activities-note svg { width: 15px; height: 15px; color: #2293b2; flex-shrink: 0; }
.activity-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.activity-card { display: flex; gap: 12px; align-items: center; min-height: 88px; padding: 20px 20px; background: #ffffff; border: 1px solid rgba(187,189,191,0.45); border-radius: 16px; box-shadow: 0 8px 20px rgba(34,147,178,0.08); }
.activity-icon { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,113,13,0.10); color: var(--primary); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.activity-icon svg { width: 17px; height: 17px; stroke: currentColor; }
.activity-title { font-family: "Inter Tight", sans-serif; font-size: 17px; font-weight: 700; color: var(--text); line-height: 1.2; margin-bottom: 0; }
.activity-desc { font-family: "Inter", sans-serif; font-size: 14px; font-weight: 500; color: var(--muted); line-height: 1.6; }

/* -- WHY UAQFTZ ------------------------------------- */
#why { padding: 88px 0; }
.official-benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.official-benefit { display: flex; align-items: center; gap: 12px; padding: 18px 20px; border: 1px solid rgba(187,189,191,0.42); border-radius: 12px; background: #ffffff; box-shadow: 0 2px 8px rgba(0,0,0,0.04); color: #414042; font-family: "Inter", sans-serif; font-size: 14px; font-weight: 600; line-height: 1.45; }
.official-benefit span { width: 30px; height: 30px; border-radius: 50%; background: rgba(255,113,13,0.10); color: #ff710d; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.official-benefit svg { width: 16px; height: 16px; stroke: currentColor; }
.why-grid { display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 64px; align-items: start; }
.why-intro { max-width: 760px; margin-top: 18px; color: #6b6b6d; font-family: "Inter", sans-serif; font-size: 16px; line-height: 1.7; }
.reason-list { list-style: none; display: flex; flex-direction: column; gap: 0; margin-top: 32px; border-top: 1px solid rgba(187,189,191,0.38); }
.reason-item { display: flex; gap: 18px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid rgba(187,189,191,0.38); }
.reason-num { width: 28px; padding-top: 2px; color: var(--primary); font-family: "Inter Tight", sans-serif; font-size: 14px; font-weight: 800; line-height: 1; flex-shrink: 0; }
.reason-item h4 { font-family: "Inter Tight", sans-serif; font-size: 17px; font-weight: 650; color: var(--text); margin-bottom: 4px; }
.reason-item p { font-size: 13px; color: var(--muted); line-height: 1.65; }
.authority-card { position: relative; overflow: hidden; background: #ffffff; border: 1px solid rgba(187,189,191,0.45); border-top: 3px solid #ff710d; border-radius: 12px; padding: 40px 36px 34px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.authority-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(65,64,66,0.028) 1px, transparent 1px) 0 0 / 100% 36px,
    linear-gradient(90deg, rgba(65,64,66,0.02) 1px, transparent 1px) 0 0 / 58px 100%;
  opacity: 0.55;
  pointer-events: none;
}
.authority-card > * { position: relative; z-index: 1; }
.authority-card-label { margin-bottom: 18px; color: #ff710d; font-family: "Inter", sans-serif; font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.authority-year { font-family: "Inter Tight", sans-serif; font-size: 86px; font-weight: 750; color: #ff710d; line-height: 0.92; letter-spacing: -0.055em; }
.authority-title { margin-top: 12px; font-family: "Inter Tight", sans-serif; font-size: 22px; font-weight: 700; color: #414042; letter-spacing: -0.02em; }
.authority-card p { margin-top: 10px; color: #6b6b6d; font-family: "Inter", sans-serif; font-size: 14px; line-height: 1.65; }
.authority-proof-list { display: grid; gap: 0; margin-top: 28px; border-top: 1px solid rgba(187,189,191,0.35); }
.authority-proof { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 15px 0; border-bottom: 1px solid rgba(187,189,191,0.28); color: #414042; font-family: "Inter", sans-serif; font-size: 15px; font-weight: 650; line-height: 1.35; }
.authority-proof span { color: #2293b2; font-weight: 800; }

/* -- PROCESS ---------------------------------------- */
#process { padding: 92px 0; background: #eefbfe; }
.process-header { text-align: center; margin-bottom: 64px; }
.process-header p { margin: 12px auto 0; max-width: 480px; color: var(--muted); }
.process-track { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; background: #ffffff; border: 1px solid rgba(187,189,191,0.45); border-top: 3px solid #ff710d; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); overflow: hidden; padding: 40px 32px 36px; }
.process-line { position: absolute; top: 70px; left: 12%; right: 12%; height: 2px; background: rgba(255,113,13,0.34); z-index: 0; }
.process-step { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; text-align: left; padding: 0 24px; background: transparent; border: 0; box-shadow: none; }
.process-step + .process-step { border-left: 1px solid rgba(187,189,191,0.28); }
.process-node { width: 58px; height: 58px; border-radius: 50%; background: var(--primary); color: #fff; font-family: "Inter Tight", sans-serif; font-size: 17px; font-weight: 850; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; box-shadow: 0 0 0 9px #fff5ee; }
.process-icon { width: 34px; height: 34px; border-radius: 9px; background: rgba(34,147,178,0.10); border: 1px solid rgba(34,147,178,0.18); color: #2293b2; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.process-icon svg { width: 17px; height: 17px; stroke: currentColor; }
.process-step-label { margin-bottom: 8px; color: #ff710d; font-family: "Inter", sans-serif; font-size: 10px; font-weight: 800; letter-spacing: 0.10em; text-transform: uppercase; }
.process-step h4 { font-family: "Inter Tight", sans-serif; font-size: 18px; font-weight: 750; color: var(--text); margin-bottom: 8px; }
.process-step p { font-size: 14px; color: #6b6b6d; line-height: 1.65; }

/* -- MID CTA BAND ----------------------------------- */
#cta-band { background: var(--primary); padding: 76px 0; }
.cta-band-inner { text-align: center; max-width: 740px; margin: 0 auto; }
.cta-band-inner h2 { color: #fff; font-size: 38px; margin-bottom: 14px; }
.cta-band-inner .sub { color: rgba(255,255,255,0.8); font-size: 17px; line-height: 1.65; max-width: 560px; margin: 0 auto 14px; }
.cta-band-inner .urgency { display: inline-block; background: rgba(0,0,0,0.15); border-radius: 6px; padding: 6px 14px; font-size: 13px; color: rgba(255,255,255,0.9); font-weight: 500; margin-bottom: 28px; }
.cta-band-btns { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* -- FAQ -------------------------------------------- */
#faq { padding: 88px 0; background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%); }
.faq-wrap { display: grid; grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr); gap: 54px; align-items: start; }
.faq-header { margin-bottom: 0; }
.faq-header .label { position: relative; display: inline-flex; align-items: center; gap: 10px; }
.faq-header .label::after { content: ""; width: 42px; height: 2px; background: #ff710d; border-radius: 999px; }
.faq-header h2 { margin-top: 4px; }
.faq-header p { margin-top: 12px; color: var(--muted); line-height: 1.65; max-width: 390px; }
.faq-help-note { margin-top: 22px; padding: 14px 16px; background: #f8f8f8; border-left: 3px solid #ff710d; color: rgba(65,64,66,0.82); font-family: "Inter", sans-serif; font-size: 13px; line-height: 1.6; }
.faq-cta { margin-top: 18px; padding: 12px 20px; border-radius: 9px; }
.faq-list { overflow: hidden; background: #ffffff; border: 1px solid rgba(187,189,191,0.45); border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.faq-item { border-bottom: 1px solid rgba(187,189,191,0.32); transition: background 180ms var(--ease), border-color 180ms var(--ease); }
.faq-item:last-child { border-bottom: 0; }
.faq-item:hover { background: rgba(255,113,13,0.025); }
.faq-item.open { background: rgba(255,113,13,0.04); box-shadow: inset 3px 0 0 #ff710d; }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 22px; background: none; border: none; cursor: pointer; text-align: left; }
.faq-q-text { font-size: 15px; font-weight: 600; color: var(--text); }
.faq-chevron { color: var(--primary); flex-shrink: 0; transition: transform 250ms var(--ease); }
.faq-item.open .faq-chevron { transform: rotate(180deg); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height 280ms var(--ease); }
.faq-a-inner { padding: 0 22px 22px; font-size: 14px; color: rgba(65,64,66,0.78); line-height: 1.7; }

/* -- NOT READY SECTION ------------------------------ */
#not-ready { background: var(--soft); border-top: 1px solid #eaeaea; padding: 56px 0; }
.not-ready-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.not-ready-card { background: #fff; border: 1px solid #e5e5e6; border-radius: 16px; padding: 28px 24px; text-align: center; }
.not-ready-card h3 { font-size: 20px; margin-bottom: 8px; }
.not-ready-card p { font-size: 14px; color: var(--muted); line-height: 1.65; margin-bottom: 20px; }
.not-ready-divider { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 13px; justify-content: center; margin-top: 8px; }
.not-ready-divider::before, .not-ready-divider::after { content: ""; flex: 1; height: 1px; background: #eaeaea; }

/* -- FINAL CTA + FOOTER ----------------------------- */
#final-cta { background: linear-gradient(180deg, #ffffff 0%, #fff7f1 100%); padding: 74px 0; text-align: left; border-top: 1px solid rgba(255,113,13,0.16); }
#final-cta .container.final-cta-inner { max-width: 1160px; display: grid; grid-template-columns: minmax(0, 1fr) 380px; align-items: center; gap: 60px; background: transparent; border: 0; border-radius: 0; padding: 0 24px; box-shadow: none; }
.final-cta-copy { position: relative; padding-left: 26px; }
.final-cta-copy::before { content: ""; position: absolute; left: 0; top: 4px; bottom: 4px; width: 4px; border-radius: 999px; background: #ff710d; }
#final-cta .tagline { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; color: #ff710d; margin-bottom: 14px; }
#final-cta h2 { color: #414042; font-size: 44px; margin-bottom: 14px; max-width: 640px; }
#final-cta p { color: #5f6063; max-width: 620px; margin: 0; font-size: 17px; line-height: 1.65; font-weight: 550; }
.final-eligibility { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; padding: 9px 12px; background: #ffffff; border: 1px solid rgba(187,189,191,0.45); border-radius: 10px; color: #414042; font-family: "Inter", sans-serif; font-size: 13px; font-weight: 600; }
.final-eligibility svg { width: 16px; height: 16px; color: #2293b2; stroke-width: 2; }
.final-action-panel { background: #ffffff; border: 1px solid rgba(187,189,191,0.45); border-radius: 12px; padding: 24px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.final-action-panel .btn { width: 100%; justify-content: center; font-size: 16px; font-weight: 700; }
#final-cta .btn-primary { background: #ff710d; color: #ffffff; border: 1px solid #ff710d; box-shadow: 0 8px 18px rgba(255,113,13,0.18); }
#final-cta .btn-primary:hover { background: #e55e00; color: #ffffff; transform: translateY(-1px); }
.final-phone { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 46px; margin-top: 12px; padding: 0 18px; color: #414042; border: 1px solid rgba(65,64,66,0.24); border-radius: 9px; font-family: "Inter", sans-serif; font-size: 15px; font-weight: 700; text-decoration: none; background: #ffffff; }
.final-phone:hover { color: #ff710d; border-color: rgba(255,113,13,0.42); }
.final-trust { margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(187,189,191,0.35); color: #5f6063; font-family: "Inter", sans-serif; font-size: 13px; line-height: 1.5; font-weight: 500; }
.final-trust strong { color: #eca23b; letter-spacing: 0.06em; margin: 0 6px; }
.final-trust-separator { color: rgba(65,64,66,0.28); margin-right: 6px; }

footer { background: #2293b2; padding: 28px 0; border-top: 3px solid #ff710d; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-logo-name { font-family: "Inter Tight", sans-serif; font-size: 15px; font-weight: 700; color: #ffffff; }
.footer-logo-sub { font-size: 11px; color: rgba(255,255,255,0.78); margin-top: 2px; }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-links a { font-size: 13px; color: #ffffff; display: flex; align-items: center; gap: 5px; transition: color 150ms; }
.footer-links a:hover { color: rgba(255,255,255,0.78); }
.footer-links [data-lucide] { width: 13px; height: 13px; }

/* -- STICKY BAR ------------------------------------- */
#sticky-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 90; background: #fff; border-top: 1.5px solid #e5e5e6; padding: 12px 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; transform: translateY(110%); transition: transform 300ms var(--ease); box-shadow: 0 -8px 28px rgba(0,0,0,0.1); }
#sticky-bar.show { transform: translateY(0); }
.sticky-info { min-width: 0; }
.sticky-info-price { font-family: "Inter Tight", sans-serif; font-size: 17px; font-weight: 700; color: var(--text); white-space: nowrap; }
.sticky-info-price span { color: var(--primary); }
.sticky-info-sub { font-size: 11px; color: var(--muted); margin-top: 1px; }
.sticky-btns { display: flex; gap: 8px; flex-shrink: 0; }
.sticky-btn { padding: 10px 16px; border-radius: 8px; font-size: 13px; font-weight: 700; cursor: pointer; border: none; white-space: nowrap; transition: background 150ms; font-family: "Inter", sans-serif; display: flex; align-items: center; gap: 6px; }
.sticky-btn-cta { background: var(--primary); color: #fff; animation: pulse-cta 2.8s var(--ease) infinite; }
.sticky-btn-cta:hover { background: #e55e00; }

/* -- RESPONSIVE ------------------------------------- */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-form-stack,
  .form-card { max-width: 430px; }
  .why-grid { grid-template-columns: 1fr; gap: 40px; }
  .not-ready-inner { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  #hero { background:
    radial-gradient(circle at 30% 48%, rgba(255,113,13,0.06), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,0.97) 0%, rgba(255,255,255,0.92) 44%, rgba(255,255,255,0.84) 100%),
    url('../assets/hero-12500-uae.png') 76% center / cover no-repeat; }
  .hero-copy::before { display: none; }
  h1 { font-size: 36px; }
  .hero-copy h1 { margin-bottom: 28px; line-height: 1.08; }
  .hero-h1-line-main { font-size: 38px; }
  .hero-h1-accent { font-size: 30px; margin-top: 8px; padding-bottom: 5px; }
  .hero-h1-line-sub { font-size: 32px; }
  .hero-eyebrow { margin-bottom: 16px; }
  .hero-inline-benefits { gap: 12px 16px; margin-top: 22px; max-width: 100%; }
  .hero-inline-item { font-size: 14px; }
  .hero-price-main { font-size: 36px; }
  .dirham-symbol { width: 30px; height: 26px; }
  .hero-package-summary { max-width: 100%; margin-top: 22px; }
  .hero-price-note { font-size: 14px; }
  .hero-price-summary { font-size: 14px; line-height: 1.45; }
  h2 { font-size: 28px; }
  #hero { padding: 52px 0 60px; }
  section { padding: 64px 0; }
  #included, #activities, #why, #process, #faq, #testimonials { padding: 64px 0; }
  #packages { padding: 64px 0; }
  .faq-wrap { grid-template-columns: 1fr; gap: 28px; }
  .faq-header p { max-width: 100%; }
  .pricing-header { margin-bottom: 34px; }
  .activities-layout { grid-template-columns: 1fr; gap: 28px; }
  .activities-copy { position: static; }
  .activity-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
  .nav-call { font-size: 12px; }
  .hamburger { display: flex; }
  .trust-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-item { justify-content: flex-start; text-align: left; border-left: none !important; border-top: 1px solid rgba(255,255,255,0.22); min-height: 58px; padding: 0 18px; white-space: normal; }
  .trust-item + .trust-item::after { content: none; }
  .trust-item:nth-child(-n+2) { border-top: none; }
  .package-breakdown { grid-template-columns: 1fr; }
  .package-group + .package-group { border-left: none; border-top: 1px solid rgba(187,189,191,0.35); }
  .package-note { padding: 14px 22px; align-items: flex-start; }
  .official-benefits { grid-template-columns: 1fr; }
  .authority-card { padding: 28px 24px 26px; }
  .authority-year { font-size: 58px; }
  .authority-proof { align-items: flex-start; flex-direction: column; gap: 4px; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .pricing-row { grid-template-columns: 1fr 1fr; gap: 12px 18px; padding: 22px; }
  .pricing-action { justify-content: flex-start; grid-column: 1 / -1; }
  .testi-grid { grid-template-columns: 1fr; }
  .process-track { grid-template-columns: 1fr; gap: 0; padding: 28px 24px; }
  .process-line { display: block; top: 48px; bottom: 48px; left: 51px; right: auto; width: 2px; height: auto; }
  .process-step { margin: 0; padding: 0 0 26px 68px; min-height: 0; }
  .process-step + .process-step { border-left: 0; border-top: 1px solid rgba(187,189,191,0.28); padding-top: 26px; }
  .process-node { position: absolute; left: 0; top: 0; width: 50px; height: 50px; margin-bottom: 0; }
  .process-step + .process-step .process-node { top: 26px; }
  .quick-cta-inner { flex-direction: column; align-items: flex-start; gap: 14px; }
  .quick-cta-btns { width: 100%; flex-direction: column; }
  .quick-cta-btns .btn { width: 100%; justify-content: center; }
  .cta-band-inner h2 { font-size: 26px; }
  .cta-band-btns { flex-direction: column; align-items: stretch; }
  .cta-band-btns .btn { justify-content: center; }
  #final-cta .container.final-cta-inner { grid-template-columns: 1fr; gap: 24px; }
  #final-cta h2 { font-size: 34px; }
  .final-action-panel { padding: 18px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .phone-row { grid-template-columns: 104px 1fr; }
  .phone-code-menu { width: min(300px, calc(100vw - 48px)); }
  .hero-form-stack,
  .form-card { max-width: 100%; margin-left: 0; margin-right: 0; }
  .form-card-body { padding: 18px; }
}
@media (max-width: 520px) {
  .grid-3 { grid-template-columns: 1fr; }
  .pricing-row { grid-template-columns: 1fr; gap: 10px; align-items: flex-start; }
  .pricing-price { font-size: 32px; }
  .pricing-row .btn { width: 100%; }
  .activity-list { grid-template-columns: 1fr; }
  .activity-list h3 { padding: 17px 18px 13px; font-size: 18px; }
  .activity-row { min-height: auto; padding: 16px 18px; }
  .activity-list h3 + .activity-row { border-top: 0; }
  .activity-list h3 + .activity-row + .activity-row { border-top: 1px solid rgba(187,189,191,0.35); }
  .activity-row:nth-of-type(even) { border-left: none; }
  .activities-note { align-items: flex-start; padding: 14px 18px; }
  .activity-grid { grid-template-columns: 1fr; }
  .activity-card { min-height: auto; padding: 20px 18px; }
  .process-step { align-items: flex-start; text-align: left; }
  .trust-inner { grid-template-columns: 1fr; }
  .trust-item { min-height: 54px; }
  .trust-item:nth-child(2) { border-top: 1px solid rgba(255,255,255,0.22); }
}
