/* ============================================================
   Citrina Pro — Premium Citrus Juicer Landing Page
   Apple clarity × Stripe discipline × Linear gradients
   ============================================================ */

:root {
  /* Brand citrus palette — warm, premium, fresh */
  --orange-700: #c2410c;
  --orange-600: #ea580c;
  --orange-500: #f97316;
  --orange-400: #fb923c;
  --orange-300: #fdba74;
  --orange-100: #ffedd5;
  --orange-50:  #fff7ed;

  --lime-500: #84cc16;
  --lime-400: #a3e635;
  --mint-500: #10b981;
  --mint-400: #34d399;
  --mint-100: #d1fae5;
  --mint-50:  #ecfdf5;

  --gold-500: #eab308;
  --gold-400: #facc15;
  --gold-300: #fde047;

  --ink-950: #1a0f08;
  --ink-900: #2a1810;
  --ink-800: #3d2618;
  --ink-700: #574135;
  --ink-500: #78716c;

  --bg: #fffcf7;
  --bg-soft: #fff7ed;
  --bg-cream: #fef3e6;
  --card: #ffffff;
  --text: #1a0f08;
  --text-soft: #574135;
  --muted: #78716c;
  --border: #fde6c8;
  --border-soft: #fef3e6;
  --success: #10b981;
  --danger: #dc2626;

  --shadow-xs: 0 1px 3px rgba(26, 15, 8, 0.06);
  --shadow-sm: 0 4px 14px rgba(26, 15, 8, 0.06);
  --shadow-md: 0 12px 30px rgba(26, 15, 8, 0.08);
  --shadow-lg: 0 28px 60px rgba(26, 15, 8, 0.12);
  --shadow-xl: 0 40px 100px rgba(234, 88, 12, 0.18);
  --shadow-orange: 0 18px 40px rgba(234, 88, 12, 0.32);
  --shadow-orange-lg: 0 24px 60px rgba(234, 88, 12, 0.4);

  --gradient-citrus: linear-gradient(135deg, #f97316 0%, #ea580c 50%, #c2410c 100%);
  --gradient-sunrise: linear-gradient(135deg, #fb923c 0%, #f97316 50%, #ea580c 100%);
  --gradient-gold: linear-gradient(135deg, #fde047 0%, #facc15 50%, #eab308 100%);
  --gradient-mint: linear-gradient(135deg, #34d399 0%, #10b981 100%);
  --gradient-soft: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  --gradient-glow: radial-gradient(circle at 50% 50%, rgba(251, 146, 60, 0.25) 0%, rgba(251, 146, 60, 0) 70%);

  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-xl: 36px;
  --radius-2xl: 48px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
*::selection { background: var(--orange-400); color: #fff; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: 'Tajawal', 'Cairo', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  direction: rtl;
  font-feature-settings: "kern", "liga";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: 'Cairo', 'Tajawal', sans-serif;
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.18;
  color: var(--ink-950);
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

svg { width: 22px; height: 22px; flex-shrink: 0; }

/* ============================================================
   Reveal animations
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal.delay-1 { transition-delay: 0.1s; }
.reveal.delay-2 { transition-delay: 0.2s; }
.reveal.delay-3 { transition-delay: 0.3s; }

/* ============================================================
   Top bar + Header
   ============================================================ */
.topbar {
  background: var(--gradient-citrus);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 0;
  text-align: center;
}
.topbar .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}
.topbar span { display: inline-flex; align-items: center; gap: 6px; }
.topbar svg { width: 14px; height: 14px; }

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 252, 247, 0.85);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.header.scrolled {
  border-bottom-color: var(--border);
  box-shadow: var(--shadow-xs);
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.logo-mark {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: var(--gradient-citrus);
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: var(--shadow-orange);
}
.logo-mark svg { width: 24px; height: 24px; }
.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.logo-text .wordmark {
  font-family: 'Cairo', sans-serif;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--ink-950);
}
.logo-text small {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--orange-600);
  font-weight: 700;
  text-transform: uppercase;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.lang-switch {
  display: inline-flex;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 3px;
  background: #fff;
}
.lang-switch button {
  border: none;
  background: transparent;
  padding: 6px 11px;
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
  border-radius: 7px;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.2s ease;
}
.lang-switch button[aria-pressed="true"] {
  background: var(--gradient-citrus);
  color: #fff;
}

.btn-order-top {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--gradient-citrus);
  color: #fff;
  padding: 10px 18px;
  border-radius: 11px;
  font-weight: 700;
  font-size: 14px;
  box-shadow: var(--shadow-orange);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-order-top:hover { transform: translateY(-1px); box-shadow: var(--shadow-orange-lg); }
.btn-order-top svg { width: 16px; height: 16px; }

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 17px 32px;
  border-radius: 14px;
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
  border: none;
  font-family: inherit;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--gradient-citrus);
  color: #fff;
  box-shadow: var(--shadow-orange);
  position: relative;
  overflow: hidden;
}
.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.4) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.7s ease;
}
.btn-primary:hover { transform: translateY(-3px) scale(1.02); box-shadow: var(--shadow-orange-lg); }
.btn-primary:hover::before { transform: translateX(100%); }
.btn-primary:active { transform: translateY(-1px) scale(0.99); }

.btn-ghost {
  background: rgba(255, 255, 255, 0.6);
  color: var(--ink-900);
  border: 1.5px solid var(--border);
  backdrop-filter: blur(10px);
}
.btn-ghost:hover { background: #fff; border-color: var(--orange-400); }

.btn svg { width: 20px; height: 20px; }

/* ============================================================
   Hero — Cinematic moment
   ============================================================ */
.hero {
  position: relative;
  padding: 60px 0 80px;
  background: var(--gradient-soft);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(251, 146, 60, 0.35) 0%, rgba(251, 146, 60, 0) 60%);
  top: -200px;
  left: -200px;
  z-index: 0;
}
.hero::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(250, 204, 21, 0.25) 0%, rgba(250, 204, 21, 0) 65%);
  bottom: -100px;
  right: -150px;
  z-index: 0;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
}

.hero-text { max-width: 580px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  background: rgba(234, 88, 12, 0.1);
  color: var(--orange-700);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
  border: 1px solid rgba(234, 88, 12, 0.15);
}
.eyebrow .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange-500);
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.18);
  animation: pulse 2s infinite ease-in-out;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.18); }
  50% { box-shadow: 0 0 0 8px rgba(249, 115, 22, 0.06); }
}

.hero h1 {
  font-size: clamp(34px, 5.2vw, 60px);
  font-weight: 900;
  letter-spacing: -0.025em;
  margin-bottom: 18px;
}
.hero h1 .grad {
  background: var(--gradient-citrus);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.subtitle {
  font-size: clamp(15px, 1.6vw, 18px);
  color: var(--text-soft);
  margin-bottom: 26px;
  line-height: 1.75;
}

.hero-features {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 11px;
}
.hero-features li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink-800);
}
.hero-features .check {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--gradient-mint);
  color: #fff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(16, 185, 129, 0.3);
  margin-top: 2px;
}
.hero-features .check svg { width: 14px; height: 14px; stroke-width: 3; }

.price-card {
  display: inline-flex;
  align-items: baseline;
  gap: 16px;
  padding: 18px 24px;
  background: #fff;
  border-radius: 18px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
  margin-bottom: 26px;
}
.price-now {
  font-family: 'Cairo', sans-serif;
  font-size: 46px;
  font-weight: 900;
  color: var(--orange-600);
  letter-spacing: -0.02em;
  line-height: 1;
}
.price-now span { font-size: 22px; color: var(--ink-700); margin-right: 4px; }
.price-meta { display: flex; flex-direction: column; gap: 4px; }
.price-old {
  font-size: 16px;
  color: var(--muted);
  text-decoration: line-through;
  font-weight: 600;
}
.price-save {
  display: inline-block;
  background: var(--mint-100);
  color: var(--success);
  font-size: 12px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
  width: fit-content;
}

.cta-row {
  display: flex;
  gap: 12px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-800);
}
.hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.hero-trust svg {
  width: 17px;
  height: 17px;
  color: var(--orange-600);
}

/* Hero visual */
.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-image {
  position: relative;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-2xl);
  background: linear-gradient(140deg, #fff 0%, #fef3e6 100%);
  box-shadow: var(--shadow-xl);
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 24px;
}
.hero-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(251, 146, 60, 0.25) 0%, transparent 65%);
  pointer-events: none;
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
  animation: hero-float 6s ease-in-out infinite;
  filter: drop-shadow(0 30px 50px rgba(234, 88, 12, 0.2));
}
@keyframes hero-float {
  0%, 100% { transform: translateY(0) rotate(-0.5deg); }
  50% { transform: translateY(-14px) rotate(0.5deg); }
}

.badge-promo {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--gradient-citrus);
  color: #fff;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  box-shadow: var(--shadow-orange);
}
.badge-promo svg { width: 14px; height: 14px; }

.float-chip {
  position: absolute;
  z-index: 4;
  background: #fff;
  border-radius: 14px;
  padding: 11px 15px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-900);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-soft);
  animation: chip-float 5s ease-in-out infinite;
}
.float-chip svg { width: 18px; height: 18px; color: var(--orange-600); }
.float-chip.top    { top: 8%; left: -8%; animation-delay: 0s; }
.float-chip.mid    { top: 50%; right: -10%; animation-delay: 1.5s; }
.float-chip.bottom { bottom: 8%; left: 4%; animation-delay: 3s; }
@keyframes chip-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* ============================================================
   Trust strip
   ============================================================ */
.trust-strip {
  background: #fff;
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
  padding: 26px 0;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.trust-item .ti-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--bg-cream);
  display: grid;
  place-items: center;
  color: var(--orange-600);
}
.trust-item .ti-icon svg { width: 24px; height: 24px; }
.trust-item h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink-900);
}
.trust-item p {
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.5;
}

/* ============================================================
   Section base
   ============================================================ */
section { padding: 80px 0; position: relative; }
.section-title {
  text-align: center;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 14px auto 14px;
  max-width: 800px;
}
.section-title .accent {
  background: var(--gradient-citrus);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.section-sub {
  text-align: center;
  font-size: 16px;
  color: var(--text-soft);
  max-width: 640px;
  margin: 0 auto 50px;
}

/* ============================================================
   Problem cards
   ============================================================ */
.problem {
  background: var(--bg-soft);
}
.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.problem-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 30px 26px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-soft);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.problem-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.problem-card .pc-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: var(--bg-cream);
  color: var(--orange-600);
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}
.problem-card .pc-icon svg { width: 28px; height: 28px; }
.problem-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
.problem-card p {
  color: var(--text-soft);
  font-size: 14.5px;
  line-height: 1.7;
}

/* ============================================================
   Benefits
   ============================================================ */
.benefits { background: #fff; }
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.benefit-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  border: 1px solid var(--border-soft);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
}
.benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-soft);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.benefit-card > * { position: relative; z-index: 1; }
.benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--orange-300);
}
.benefit-card:hover::before { opacity: 1; }
.benefit-icon {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #fff;
  margin-bottom: 18px;
  box-shadow: var(--shadow-sm);
}
.benefit-icon.citrus { background: var(--gradient-citrus); }
.benefit-icon.gold   { background: var(--gradient-gold); color: var(--ink-900); }
.benefit-icon.mint   { background: var(--gradient-mint); }
.benefit-icon svg { width: 28px; height: 28px; }
.benefit-card h3 {
  font-size: 19px;
  margin-bottom: 10px;
}
.benefit-card p {
  color: var(--text-soft);
  font-size: 14.5px;
  line-height: 1.7;
}

/* ============================================================
   Showcase (product feature highlights)
   ============================================================ */
.showcase {
  background: linear-gradient(180deg, #fff 0%, var(--bg-soft) 100%);
}
.showcase-card {
  background: #fff;
  border-radius: var(--radius-xl);
  padding: 50px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-soft);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.showcase-card::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(251, 146, 60, 0.18) 0%, transparent 70%);
  top: -120px;
  left: -120px;
  pointer-events: none;
}
.showcase-img {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: var(--gradient-soft);
  display: grid;
  place-items: center;
  padding: 20px;
}
.showcase-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 20px 36px rgba(234, 88, 12, 0.18));
}
.showcase-features {
  display: grid;
  gap: 18px;
}
.showcase-feature {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.showcase-feature .sf-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--bg-cream);
  color: var(--orange-600);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.showcase-feature .sf-icon svg { width: 22px; height: 22px; }
.showcase-feature h4 {
  font-size: 17px;
  margin-bottom: 4px;
}
.showcase-feature p {
  color: var(--text-soft);
  font-size: 14.5px;
  line-height: 1.65;
}

/* ============================================================
   Why choose
   ============================================================ */
.why { background: #fff; }
.why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.why-card {
  background: var(--bg-soft);
  border-radius: var(--radius-md);
  padding: 24px 18px;
  text-align: center;
  border: 1px solid var(--border-soft);
  transition: transform 0.3s ease, background 0.3s ease;
}
.why-card:hover { transform: translateY(-4px); background: var(--bg-cream); }
.why-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  border-radius: 14px;
  background: #fff;
  display: grid;
  place-items: center;
  color: var(--orange-600);
  box-shadow: var(--shadow-xs);
}
.why-card h4 {
  font-size: 15px;
  margin-bottom: 6px;
}
.why-card p {
  font-size: 12.5px;
  color: var(--text-soft);
  line-height: 1.55;
}

/* ============================================================
   How it works
   ============================================================ */
.how {
  background: var(--gradient-soft);
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
}
.step-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 34px 28px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-soft);
  text-align: center;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.step-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.step-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--gradient-citrus);
  color: #fff;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  font-family: 'Cairo', sans-serif;
  font-size: 22px;
  font-weight: 900;
  box-shadow: var(--shadow-orange);
}
.step-card h3 {
  font-size: 19px;
  margin-bottom: 10px;
}
.step-card p {
  color: var(--text-soft);
  font-size: 14.5px;
  line-height: 1.7;
}

/* ============================================================
   Urgency
   ============================================================ */
.urgency {
  background: var(--bg);
  padding: 60px 0;
}
.urgency-card {
  background: var(--gradient-citrus);
  border-radius: var(--radius-xl);
  padding: 44px 40px;
  color: #fff;
  text-align: center;
  box-shadow: var(--shadow-xl);
  position: relative;
  overflow: hidden;
  max-width: 920px;
  margin: 0 auto;
}
.urgency-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.2) 0%, transparent 50%),
              radial-gradient(circle at 80% 80%, rgba(255, 220, 100, 0.2) 0%, transparent 50%);
  pointer-events: none;
}
.urgency-card > * { position: relative; z-index: 1; }
.urgency-eyebrow {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(255,255,255,0.18);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 16px;
  backdrop-filter: blur(8px);
}
.urgency-card h2 {
  font-size: clamp(26px, 3.4vw, 36px);
  color: #fff;
  margin-bottom: 14px;
}
.urgency-card .u-price {
  font-family: 'Cairo', sans-serif;
  font-size: 56px;
  font-weight: 900;
  margin: 8px 0 8px;
  letter-spacing: -0.02em;
}
.urgency-card .u-price small { font-size: 20px; font-weight: 700; opacity: 0.85; }
.urgency-card p { font-size: 16px; opacity: 0.95; margin-bottom: 22px; max-width: 540px; margin-left: auto; margin-right: auto; }
.urgency-card .btn {
  background: #fff;
  color: var(--orange-700);
  box-shadow: 0 14px 30px rgba(0,0,0,0.18);
}
.urgency-card .btn:hover { background: #fff; }

/* ============================================================
   Testimonials
   ============================================================ */
.testimonials { background: #fff; }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial {
  background: var(--bg-soft);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  border: 1px solid var(--border-soft);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.quote-icon {
  position: absolute;
  top: 22px;
  left: 22px;
  color: var(--orange-300);
  opacity: 0.7;
}
.quote-icon svg { width: 28px; height: 28px; }
.testimonial .stars {
  display: inline-flex;
  gap: 2px;
  margin-bottom: 12px;
}
.testimonial .stars svg {
  width: 16px;
  height: 16px;
  color: var(--gold-400);
}
.testimonial p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--ink-800);
  margin-bottom: 18px;
}
.testimonial .author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.author .avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gradient-citrus);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 16px;
}
.author-info .name {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--ink-900);
}
.author-info .city {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12.5px;
  color: var(--muted);
}
.author-info .city svg { width: 12px; height: 12px; }

/* ============================================================
   Order form
   ============================================================ */
.order-section {
  background: linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 100%);
  padding: 70px 0 100px;
}
.order-eyebrow {
  background: rgba(234, 88, 12, 0.15) !important;
  color: var(--orange-700) !important;
}

.order-card {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--border);
}
.product-strip {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 28px;
  background: var(--gradient-soft);
  border-bottom: 1px solid var(--border);
}
.product-strip img {
  width: 80px;
  height: 80px;
  border-radius: 14px;
  object-fit: cover;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.product-strip .product-info {
  flex: 1;
  min-width: 0;
}
.product-strip h4 {
  font-size: 16px;
  margin-bottom: 4px;
}
.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  font-size: 12px;
  color: var(--text-soft);
  font-weight: 600;
}
.product-tags span {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.product-tags svg { width: 12px; height: 12px; color: var(--orange-600); }

.qty-control {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 4px;
  gap: 2px;
  box-shadow: var(--shadow-xs);
}
.qty-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: var(--bg-soft);
  color: var(--orange-600);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.2s ease;
}
.qty-btn:hover { background: var(--orange-100); }
.qty-btn svg { width: 14px; height: 14px; }
.qty-display {
  min-width: 36px;
  text-align: center;
  font-weight: 800;
  font-size: 16px;
  color: var(--ink-900);
}

form { padding: 28px 28px 22px; }

/* ----- Modern, clean form fields (works in both RTL & LTR) ----- */
.field {
  position: relative;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: start;
}
.field label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink-900);
  letter-spacing: 0.1px;
}
.field label svg {
  width: 15px;
  height: 15px;
  color: var(--orange-600);
  flex-shrink: 0;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid var(--border);
  border-radius: 12px;
  font-size: 15px;
  font-family: inherit;
  background: #fff;
  color: var(--ink-900);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  text-align: start;
  line-height: 1.4;
  /* direction follows document direction (rtl for AR, ltr for FR) */
}
/* In LTR mode (French), keep numeric/email inputs LTR for proper alignment */
html[dir="ltr"] .field input,
html[dir="ltr"] .field select,
html[dir="ltr"] .field textarea {
  direction: ltr;
  text-align: left;
}
html[dir="rtl"] .field input,
html[dir="rtl"] .field select,
html[dir="rtl"] .field textarea {
  direction: rtl;
  text-align: right;
}
/* Phone field stays LTR even in Arabic for readability */
html[dir="rtl"] .field input[type="tel"] {
  direction: ltr;
  text-align: right;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #b8b3ad;
  opacity: 1;
}
.field textarea {
  resize: vertical;
  min-height: 80px;
}
.field input:hover,
.field select:hover,
.field textarea:hover {
  border-color: var(--orange-300, #fdba74);
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--orange-500);
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.12);
  background: #fffdfb;
}

/* Select: native arrow on appropriate side */
.field select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f97316' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 18px;
  cursor: pointer;
}
html[dir="ltr"] .field select {
  background-position: right 14px center;
  padding-right: 42px;
}
html[dir="rtl"] .field select {
  background-position: left 14px center;
  padding-left: 42px;
}
.field select:invalid { color: #b8b3ad; }
.field select option { color: var(--ink-900); }

.field-hint {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-top: 2px;
  font-weight: 500;
}

.address-toggle {
  width: 100%;
  background: var(--bg-soft);
  border: 1.5px dashed var(--border);
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--orange-700);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: inherit;
  margin-bottom: 14px;
  transition: background 0.2s ease;
}
.address-toggle:hover { background: var(--orange-100); }
.address-toggle svg { width: 14px; height: 14px; }
.address-toggle .chevron { transition: transform 0.3s ease; }
.address-toggle.open .chevron { transform: rotate(45deg); }
.address-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.address-collapse.open { max-height: 220px; }

.checkout-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 20px 22px;
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  border: 1.5px solid #fed7aa;
  border-radius: 16px;
  margin-top: 20px;
  flex-wrap: wrap;
  text-align: start;
}
.checkout-total {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.checkout-total small {
  display: block;
  font-size: 12.5px;
  color: var(--muted);
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.checkout-total strong {
  font-family: 'Cairo', sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: var(--orange-600);
  line-height: 1;
}

.btn-submit {
  background: var(--gradient-citrus);
  color: #fff;
  border: none;
  padding: 16px 28px;
  border-radius: 14px;
  font-size: 15.5px;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: inherit;
  box-shadow: var(--shadow-orange);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  flex-shrink: 0;
}
.btn-submit:hover { transform: translateY(-2px); box-shadow: var(--shadow-orange-lg); }
.btn-submit:disabled { opacity: 0.7; cursor: not-allowed; transform: none; }
.btn-submit svg { width: 18px; height: 18px; }

/* Mobile: full-width stacked layout for total + button */
@media (max-width: 560px) {
  .checkout-strip {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 18px 18px 20px;
  }
  .checkout-total { align-items: center; }
  .btn-submit { width: 100%; padding: 16px; font-size: 16px; }
  form { padding: 22px 18px 20px; }
}

.form-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 20px;
  margin-top: 18px;
  padding: 18px 0 6px;
  border-top: 1px solid var(--border-soft);
  font-size: 12.5px;
  color: var(--ink-800);
  font-weight: 600;
}
.form-trust span { display: inline-flex; align-items: center; gap: 6px; }
.form-trust svg { width: 15px; height: 15px; color: var(--mint-500); }

.error-msg {
  display: none;
  margin: 0 28px 14px;
  padding: 12px 16px;
  background: #fef2f2;
  color: #991b1b;
  border-radius: 10px;
  font-size: 13.5px;
  font-weight: 600;
  border: 1px solid #fecaca;
  align-items: center;
  gap: 8px;
}
.error-msg.show { display: flex; }
.error-msg svg { width: 18px; height: 18px; flex-shrink: 0; }

.success-msg {
  display: none;
  padding: 50px 28px;
  text-align: center;
}
.success-msg .check {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: var(--gradient-mint);
  color: #fff;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  box-shadow: 0 14px 30px rgba(16, 185, 129, 0.32);
  animation: success-pop 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.success-msg .check svg { width: 38px; height: 38px; stroke-width: 3; }
.success-msg h3 { font-size: 22px; margin-bottom: 10px; color: var(--success); }
.success-msg p { color: var(--text-soft); font-size: 15px; }
@keyframes success-pop {
  0% { transform: scale(0.4); opacity: 0; }
  60% { transform: scale(1.08); opacity: 1; }
  100% { transform: scale(1); }
}

/* ============================================================
   FAQ
   ============================================================ */
.faq { background: var(--bg-soft); }
.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}
.faq-item {
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.faq-item.open { box-shadow: var(--shadow-md); }
.faq-q {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 24px;
  font-size: 15.5px;
  font-weight: 700;
  color: var(--ink-900);
  text-align: right;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-family: inherit;
}
.faq-q .icon-wrap {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--bg-soft);
  display: grid;
  place-items: center;
  color: var(--orange-600);
  transition: transform 0.3s ease, background 0.3s ease;
  flex-shrink: 0;
}
.faq-q .icon-wrap svg { width: 14px; height: 14px; }
.faq-item.open .faq-q .icon-wrap {
  background: var(--gradient-citrus);
  color: #fff;
  transform: rotate(45deg);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-item.open .faq-a { max-height: 260px; }
.faq-a p {
  padding: 0 24px 22px;
  font-size: 14.5px;
  color: var(--text-soft);
  line-height: 1.75;
}

/* ============================================================
   Footer
   ============================================================ */
.footer {
  background: var(--ink-950);
  color: #fde6c8;
  padding: 50px 0 30px;
  text-align: center;
}
.footer .logo { justify-content: center; margin-bottom: 14px; }
.footer .logo-text .wordmark { color: #fff; }
.footer .logo-text small { color: var(--orange-300); }
.footer p { font-size: 14px; opacity: 0.78; margin-bottom: 8px; }
.footer .copyright { font-size: 12.5px; opacity: 0.6; margin-top: 20px; }

/* ============================================================
   Sticky mobile CTA
   ============================================================ */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 80;
  background: rgba(255, 252, 247, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid var(--border);
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transform: translateY(110%);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.08);
}
.sticky-cta.visible { transform: translateY(0); }
.sticky-cta .sc-info {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  min-width: 0;
}
.sticky-cta .sc-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-900);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sticky-cta .sc-price {
  font-family: 'Cairo', sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: var(--orange-600);
  margin-top: 1px;
}
.sticky-cta a {
  background: var(--gradient-citrus);
  color: #fff;
  padding: 13px 22px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: var(--shadow-orange);
  white-space: nowrap;
}
.sticky-cta a svg { width: 16px; height: 16px; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 980px) {
  .hero { padding: 40px 0 60px; }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .hero-text { max-width: 100%; }
  .hero-visual { order: -1; }
  .hero-image { max-width: 380px; }
  .float-chip { display: none; }

  .trust-grid { grid-template-columns: repeat(2, 1fr); }

  .problem-grid,
  .benefits-grid,
  .testimonials-grid,
  .steps-grid {
    grid-template-columns: 1fr 1fr;
  }
  .showcase-card { grid-template-columns: 1fr; padding: 32px; gap: 32px; }
  .why-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 640px) {
  section { padding: 56px 0; }
  .topbar .container { gap: 12px; font-size: 11.5px; }
  .topbar svg { width: 12px; height: 12px; }

  .hero h1 { font-size: 32px; }
  .price-card { padding: 14px 18px; }
  .price-now { font-size: 38px; }

  .cta-row { flex-direction: column; }
  .cta-row .btn { width: 100%; }

  .hero-trust { gap: 10px 16px; font-size: 12.5px; }

  .problem-grid,
  .benefits-grid,
  .testimonials-grid,
  .steps-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .showcase-card { padding: 24px; }
  .urgency-card { padding: 32px 22px; }
  .urgency-card .u-price { font-size: 44px; }

  .order-card { border-radius: 22px; }
  form { padding: 22px 18px 18px; }
  .product-strip { padding: 16px 18px; flex-wrap: wrap; }
  .checkout-strip { flex-direction: column; align-items: stretch; text-align: center; }
  .btn-submit { width: 100%; justify-content: center; }

  .nav-links { display: none; }
  .btn-order-top { padding: 9px 14px; font-size: 13px; }
  .btn-order-top span { display: none; }

  body { padding-bottom: 78px; }
}

@media (min-width: 641px) {
  .sticky-cta { max-width: 520px; left: 50%; transform: translate(-50%, 110%); border-radius: 18px 18px 0 0; right: auto; bottom: 16px; border: 1px solid var(--border); }
  .sticky-cta.visible { transform: translate(-50%, 0); }
}
