@font-face {
  font-family: Outfit;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/outfit-400.woff2") format("woff2");
}
@font-face {
  font-family: Outfit;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/outfit-500.woff2") format("woff2");
}
@font-face {
  font-family: Outfit;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/outfit-600.woff2") format("woff2");
}
@font-face {
  font-family: Outfit;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/outfit-700.woff2") format("woff2");
}

:root {
  --bg: #ffffff;
  --bg-subtle: #f8fafc;
  --bg-dark: #090e17;
  --bg-dark-card: #121a28;
  --bg-dark-subtle: #192436;

  --text-main: #0f172a;
  --text-muted: #475569;
  --text-soft: #94a3b8;
  --text-light: #f8fafc;
  --text-light-muted: #d5deea;

  /* UAE Inspired Accents */
  --uae-green: #00843d;
  --uae-green-hover: #006c32;
  --uae-green-light: #e8f5ed;
  --uae-green-neon: #10b981;
  --uae-red: #dc2626;
  --uae-red-light: #fef2f2;
  --gold-accent: #c9a46b;
  
  --border-light: #e2e8f0;
  --border-strong: #cbd5e1;
  --border-dark: rgba(255, 255, 255, 0.08);
  --border-dark-strong: rgba(255, 255, 255, 0.16);

  /* WhatsApp Light UI */
  --wa-teal: #008069;
  --wa-bg: #efeae2;
  --wa-bubble-out: #d9fdd3;
  --wa-bubble-in: #ffffff;

  --font: Outfit, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --radius-xl: 28px;
  --radius-lg: 18px;
  --radius-md: 14px;
  --radius-sm: 8px;
  --space: clamp(1.4rem, 4vw, 3rem);
  --wide: 1200px;

  --shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.05);
  --shadow-md: 0 6px 18px rgba(15, 23, 42, 0.06), 0 2px 6px rgba(15, 23, 42, 0.04);
  --shadow-lg: 0 20px 45px -4px rgba(15, 23, 42, 0.1), 0 8px 20px -2px rgba(15, 23, 42, 0.05);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text-main);
  font-family: var(--font);
  font-size: 18px; /* High-readability standard font scale */
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #ffffff;
  background-image: 
    radial-gradient(at 100% 0%, rgba(0, 132, 61, 0.04) 0px, transparent 50%),
    radial-gradient(at 0% 15%, rgba(220, 38, 38, 0.025) 0px, transparent 50%);
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--uae-green); text-decoration: none; font-weight: 500; }
a:hover { color: var(--uae-green-hover); text-decoration: underline; }

h1, h2, h3, h4 {
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.035em;
  color: var(--text-main);
  margin: 0 0 0.6em;
}

p { margin: 0 0 1.1em; max-width: 65ch; color: var(--text-muted); font-size: 1.12rem; }
p:last-child { margin-bottom: 0; }

:focus-visible {
  outline: 2px solid var(--uae-green);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: 12px;
  top: -50px;
  background: var(--uae-green);
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  z-index: 80;
  font-weight: 600;
}
.skip:focus { top: 12px; }

.wrap {
  width: min(var(--wide), calc(100% - 2 * var(--space)));
  margin-inline: auto;
}

/* ==============================================================
   HEADER & NAVIGATION
   ============================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border-light);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}
.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 6px 24px -12px rgba(15, 23, 42, 0.35);
}
.site-header.is-scrolled .header-row { min-height: 68px; }
.header-row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  min-height: 84px;
  transition: min-height 0.25s ease;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: inherit;
  flex: 0 1 auto;
  min-width: 0;
}
.brand:hover { text-decoration: none; }
.brand img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 18%;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.18);
}
.brand-name {
  display: block;
  font-size: 1.18rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text-main);
  line-height: 1.1;
}
.brand-sub {
  display: block;
  font-size: 0.62rem;
  color: var(--gold-accent);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 0.22rem;
}

.nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.nav a:not(.btn) {
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: color 0.15s;
}
.nav a:not(.btn):hover { color: var(--uae-green); text-decoration: none; }

.header-tools {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 0 0 auto;
}

.nav-toggle {
  display: none;
  background: var(--bg-subtle);
  border: 1px solid var(--border-light);
  color: var(--text-main);
  padding: 0.6rem 1rem;
  border-radius: 999px;
  font: inherit;
  font-size: 0.9rem;
}

/* ==============================================================
   BUTTONS
   ============================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.85rem;
  border-radius: 999px;
  font: 600 1.02rem/1 var(--font);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid transparent;
}
.btn:hover { transform: translateY(-2px); text-decoration: none; }
.btn-green {
  background: var(--uae-green);
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 132, 61, 0.28);
}
.btn-green:hover {
  background: var(--uae-green-hover);
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 132, 61, 0.4);
}
.btn-ghost {
  background: #ffffff;
  color: var(--text-main);
  border-color: var(--border-strong);
}
.btn-ghost:hover {
  border-color: var(--text-main);
  background: var(--bg-subtle);
}
.nav .btn,
.nav .btn:hover,
.nav a.btn-green,
.nav a.btn-green:hover {
  color: #ffffff;
  text-decoration: none;
}
.nav .btn {
  padding: 0.72rem 1.35rem;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
}

/* ==============================================================
   HERO SECTION (True Slender iPhone 16 Pro)
   ============================================================== */
.hero {
  padding: clamp(3.8rem, 7vw, 6.2rem) 0 clamp(3rem, 5vw, 4.5rem);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: center;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  background: var(--uae-red-light);
  color: var(--uae-red);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 1.4rem;
  border: 1px solid rgba(220, 38, 38, 0.15);
}
.hero-badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--uae-red);
  display: inline-block;
}
.hero h1 {
  font-size: clamp(2.6rem, 5vw, 3.8rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  color: var(--text-main);
  max-width: 14ch;
  line-height: 1.08;
}
.hero h1 span.loss-accent {
  color: var(--uae-red);
  text-decoration: underline;
  text-decoration-color: rgba(220, 38, 38, 0.3);
  text-underline-offset: 8px;
}
.hero-lead {
  font-size: 1.2rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-top: 1.2rem;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 1rem; margin: 2.2rem 0 1.8rem; }
.micro-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0.9rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.micro-proof li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.85rem;
  border-radius: 8px;
  background: var(--bg-subtle);
  border: 1px solid var(--border-light);
  color: var(--text-muted);
  font-size: 0.88rem;
  font-weight: 500;
}
.micro-proof li::before {
  content: "✓";
  color: var(--uae-green);
  font-weight: 800;
}

/* REALISTIC SLENDER IPHONE MOCKUP */
.device {
  position: relative;
  width: 100%;
  max-width: 375px;
  margin-inline: auto;
}
.device-glow {
  position: absolute;
  inset: -15px -15px auto;
  height: 75%;
  background: radial-gradient(circle, rgba(0, 132, 61, 0.16), transparent 70%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
}
.phone {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 750px; /* Authentic ~19.5:9 slender smartphone ratio */
  border-radius: 48px;
  background: #ffffff;
  border: 10px solid #1e293b;
  box-shadow: 0 30px 70px -10px rgba(15, 23, 42, 0.28), 0 0 0 1px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.phone-island {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 100px;
  height: 25px;
  transform: translateX(-50%);
  background: #000000;
  border-radius: 999px;
  z-index: 10;
}
.phone-top {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 2.5rem 1rem 0.95rem;
  background: var(--wa-teal);
  color: #ffffff;
}
.phone-ava {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--wa-teal);
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  overflow: hidden;
}
.phone-ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}
.phone-top strong { display: block; font-size: 1rem; font-weight: 650; }
.phone-top small { color: #d1fae5; font-size: 0.76rem; }

.chat {
  flex: 1;
  padding: 1.2rem 1rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  background-color: var(--wa-bg);
  background-image: radial-gradient(#d4cec4 0.85px, transparent 0.85px);
  background-size: 14px 14px;
  overflow-y: auto;
}
.bubble {
  max-width: 88%;
  padding: 0.8rem 0.95rem 0.55rem;
  font-size: 0.92rem;
  line-height: 1.45;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  color: #111b21;
}
.bubble p { margin: 0; color: #111b21; font-size: 0.92rem; }
.bubble-in {
  align-self: flex-start;
  background: var(--wa-bubble-in);
  border-top-left-radius: 2px;
}
.bubble-out {
  align-self: flex-end;
  background: var(--wa-bubble-out);
  border-top-right-radius: 2px;
}
.bubble.is-typing {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0.85rem 1rem;
}
.bubble.is-typing i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #667781;
  animation: wa-typing 1.15s infinite ease-in-out;
}
.bubble.is-typing i:nth-child(2) { animation-delay: 0.16s; }
.bubble.is-typing i:nth-child(3) { animation-delay: 0.32s; }
@keyframes wa-typing {
  0%, 60%, 100% { opacity: 0.28; transform: translateY(0); }
  30% { opacity: 1; transform: translateY(-3px); }
}

.listing-chip {
  margin-top: 0.6rem;
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.04);
  border-left: 3px solid var(--wa-teal);
  font-size: 0.84rem;
}
.listing-chip b { color: #075e54; font-weight: 700; }
.time {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.72rem;
  color: #667781;
  text-align: right;
}

.phone-bottom-bar {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 0.9rem 0.5rem;
  background: #f0f2f5;
  border-top: 1px solid #e1e4e8;
}
.fake-input {
  flex: 1;
  background: #ffffff;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-size: 0.85rem;
  color: #8696a0;
  border: 1px solid #e1e4e8;
}
.phone-home-indicator {
  width: 130px;
  height: 4px;
  background: #0f172a;
  border-radius: 999px;
  margin: 6px auto 6px;
  opacity: 0.35;
}

/* ==============================================================
   PROOF STRIP
   ============================================================== */
.proof {
  padding: 2.8rem 0;
  border-block: 1px solid var(--border-light);
  background: var(--bg-subtle);
}
.proof-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.proof figure {
  margin: 0;
  padding: 1.4rem 1.6rem;
  border-radius: var(--radius-lg);
  background: #ffffff;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
}
.proof b {
  display: block;
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--uae-green);
}
.proof figcaption {
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 500;
  margin-top: 0.3rem;
}

/* ==============================================================
   SECTION CADENCE & CONTRAST
   ============================================================== */
.block { padding: clamp(4.5rem, 8vw, 7rem) 0; }
.block-subtle {
  background: var(--bg-subtle);
  border-block: 1px solid var(--border-light);
}

/* APPLE PRO / SPACEX DEEP SPACE CONTRAST BLOCK */
.block-dark {
  background: var(--bg-dark);
  color: var(--text-light);
  border-block: 1px solid var(--border-dark);
  background-image: 
    radial-gradient(at 100% 0%, rgba(0, 132, 61, 0.08) 0px, transparent 60%),
    radial-gradient(at 0% 100%, rgba(74, 139, 154, 0.06) 0px, transparent 60%);
}
.block-dark h2,
.block-dark h3,
.block-dark h4,
.block-dark .split-line {
  color: #ffffff;
}
.block-dark p {
  color: var(--text-light-muted);
}
.block-dark .kicker {
  color: var(--uae-green-neon);
}

.kicker {
  display: inline-block;
  margin: 0 0 0.6rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--uae-green);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.block h2 {
  font-size: clamp(2.05rem, 3.6vw, 2.9rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  color: var(--text-main);
  max-width: 22ch;
  line-height: 1.2;
}
.block.block-dark h2,
.block.block-dark h3,
.block.block-dark h4,
.block.block-dark .split-line {
  color: #ffffff;
}

/* ==============================================================
   SECTION 03 - PROBLEM / PAIN CARDS
   ============================================================== */
.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  margin-top: 3rem;
}
.pain {
  padding: 2.2rem 1.8rem;
  border-radius: var(--radius-lg);
  background: #ffffff;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s, box-shadow 0.2s;
}
.pain:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.pain-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 10px;
  background: var(--uae-red-light);
  color: var(--uae-red);
  font-weight: 800;
  font-size: 0.9rem;
  margin-bottom: 1.2rem;
}
.pain h3 { font-size: 1.35rem; margin-bottom: 0.6rem; }
.pain p { font-size: 1.05rem; line-height: 1.6; }

/* HUMAN-DESIGNED EDITORIAL PULLQUOTE (NO UGLY LEFT-BORDER ON ROUNDED BOX) */
.quote-editorial {
  margin-top: 3.5rem;
  padding: 2rem 2.5rem;
  border-radius: var(--radius-lg);
  background: #ffffff;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: baseline;
  gap: 1.2rem;
}
.quote-mark {
  font-family: Georgia, serif;
  font-size: 3.5rem;
  line-height: 0.7;
  color: var(--uae-red);
  flex-shrink: 0;
}
.quote-editorial p {
  font-size: 1.28rem;
  font-weight: 600;
  color: var(--text-main);
  line-height: 1.5;
  margin: 0;
  max-width: none;
}

/* ==============================================================
   SECTION 04 - MEET ALISA (DARK CONTRAST)
   ============================================================== */
.meet-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.5rem;
  align-items: center;
}
.trait-card-dark {
  padding: 2.4rem;
  border-radius: var(--radius-xl);
  background: var(--bg-dark-card);
  border: 1px solid var(--border-dark-strong);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
}
.trait-card-dark h3 {
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 1.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border-dark);
}
.trait-list-dark {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1.1rem;
}
.trait-list-dark li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 500;
}
.trait-list-dark li::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.2);
  color: var(--uae-green-neon);
  font-size: 0.85rem;
  font-weight: 800;
  flex: 0 0 auto;
}

/* ==============================================================
   SECTION 05 - WORKFLOW
   ============================================================== */
.flow-track {
  position: relative;
  margin-top: 3.2rem;
}
.flow-steps {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 1.35rem 0.9rem;
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: flow;
}
.flow-steps li {
  font-size: 0.98rem;
  line-height: 1.5;
  color: var(--text-muted);
  padding: 1.35rem 1.2rem 1.45rem;
  border-radius: var(--radius-md);
  background: #ffffff;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  counter-increment: flow;
}
.flow-steps li:nth-child(1) { grid-column: 1 / 3; grid-row: 1; }
.flow-steps li:nth-child(2) { grid-column: 2 / 4; grid-row: 2; }
.flow-steps li:nth-child(3) { grid-column: 3 / 5; grid-row: 1; }
.flow-steps li:nth-child(4) { grid-column: 4 / 6; grid-row: 2; }
.flow-steps li:nth-child(5) { grid-column: 5 / 7; grid-row: 1; }
.flow-steps li:nth-child(6) { grid-column: 6 / 8; grid-row: 2; }
.flow-steps li:nth-child(7) { grid-column: 7 / 9; grid-row: 1; }
.flow-steps strong {
  display: block;
  color: var(--text-main);
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.flow-steps strong::before {
  content: counter(flow);
  display: inline-grid;
  place-items: center;
  width: 1.55rem;
  height: 1.55rem;
  margin-right: 0.45rem;
  border-radius: 50%;
  background: var(--uae-green-light);
  color: var(--uae-green);
  font-size: 0.8rem;
  font-weight: 700;
}

/* CLEAN PIPELINE BANNER (NO UGLY SLOPPY CARD) */
.pipeline-summary {
  margin-top: 2.8rem;
  padding: 1.2rem 1.6rem;
  background: var(--bg-subtle);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-light);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.6rem 0.8rem;
}
.pipeline-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-right: 0.4rem;
}
.pipeline-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.7rem;
}
.pipeline-tag {
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid var(--border-light);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-main);
}
.pipeline-tag.tag-alisa {
  background: var(--uae-green);
  color: #ffffff;
  border-color: var(--uae-green);
}
.pipeline-tag.tag-deal {
  background: #0f172a;
  color: #ffffff;
  border-color: #0f172a;
}
.pipeline-sep {
  color: var(--text-soft);
  font-weight: 600;
}

/* ==============================================================
   SECTION 06 & 07 - LISTINGS & ROUTING
   ============================================================== */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
#demo .two-col { align-items: stretch; }
#demo .two-col > :first-child {
  display: flex;
  flex-direction: column;
}

.feature-box {
  padding: 2.2rem;
  border-radius: var(--radius-xl);
  background: #ffffff;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-md);
}
.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.95rem;
}
.feature-list li {
  padding: 0.85rem 1.15rem;
  border-radius: var(--radius-sm);
  background: var(--bg-subtle);
  border: 1px solid var(--border-light);
  color: var(--text-main);
  font-size: 1.02rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.feature-list li::before {
  content: "•";
  color: var(--uae-green);
  font-size: 1.7rem;
  line-height: 0;
}

/* OPPORTUNITY DOSSIER */
.opp-card {
  border-radius: var(--radius-xl);
  background: #ffffff;
  border: 1px solid var(--border-strong);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.opp-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.4rem 1.8rem;
  background: #0f172a;
  color: #ffffff;
}
.opp-header h3 { margin: 0; font-size: 1.05rem; font-weight: 500; color: #ffffff; }
.opp-header .intent-pill {
  background: var(--uae-red);
  color: #ffffff;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.opp-body {
  padding: 1.8rem;
}
.opp-dl {
  display: grid;
  grid-template-columns: 7.4rem minmax(0, 1fr);
  gap: 0.55rem 1rem;
  margin: 0;
  font-size: 0.92rem;
}
.opp-dl dt { color: #64748b; font-weight: 500; white-space: nowrap; }
.opp-dl dd {
  margin: 0;
  color: var(--text-main);
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ==============================================================
   SECTION 08 - ACTIONS
   ============================================================== */
.action-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.8rem;
}
.action {
  padding: 2rem 1.8rem;
  border-radius: var(--radius-lg);
  background: #ffffff;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s, box-shadow 0.2s;
}
.action:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.action-icon {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 12px;
  background: var(--uae-green-light);
  color: var(--uae-green);
  display: grid;
  place-items: center;
  font-size: 1.15rem;
  font-weight: 750;
  margin-bottom: 1.2rem;
}
.action h3 { font-size: 1.28rem; margin-bottom: 0.5rem; }
.action p { font-size: 1.02rem; }

/* ==============================================================
   SECTION 09 - OWNER DASHBOARD (DARK COMMAND DECK)
   ============================================================== */
.dashboard-frame-dark {
  border-radius: var(--radius-xl);
  background: var(--bg-dark-card);
  border: 1px solid var(--border-dark-strong);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}
.dashboard-topbar-dark {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 1.6rem;
  background: var(--bg-dark-subtle);
  border-bottom: 1px solid var(--border-dark);
}
.dashboard-status-dark {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #ffffff;
}
.live-dot-pulse {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--uae-green-neon);
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.25);
}
.dashboard-filter-dark {
  font-size: 0.8rem;
  color: #cbd5e1;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.35rem 0.8rem;
  border-radius: 6px;
  border: 1px solid var(--border-dark);
}

.dashboard-stats-row-dark {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
  padding: 1.5rem 1.6rem 0.8rem;
  align-items: stretch;
}
.dash-stat-dark {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 6.4rem;
  padding: 0.9rem 0.95rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-dark);
}
.dash-stat-label-dark {
  display: block;
  font-size: 0.72rem;
  font-weight: 500;
  color: #cbd5e1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.dash-stat-val-dark {
  display: block;
  font-size: 1.28rem;
  font-weight: 600;
  color: #ffffff;
  margin-top: 0.35rem;
  white-space: nowrap;
  letter-spacing: -0.02em;
}
.dash-stat-sub-dark {
  font-size: 0.78rem;
  color: var(--uae-green-neon);
  font-weight: 500;
  white-space: nowrap;
  margin-top: auto;
}

.dashboard-content-dark {
  padding: 1.2rem 1.6rem 1.8rem;
}
.funnel-title-dark {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-soft);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 1.1rem;
}
.funnel-row-dark {
  display: grid;
  grid-template-columns: 9rem 1fr 3.5rem;
  gap: 1rem;
  align-items: center;
  margin-bottom: 0.75rem;
}
.funnel-row-dark span {
  font-size: 0.92rem;
  font-weight: 600;
  color: #cbd5e1;
}
.funnel-row-dark b {
  font-size: 0.95rem;
  font-weight: 750;
  color: #ffffff;
  text-align: right;
}
.bar-dark {
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.bar-dark i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--uae-green-neon);
  transform: scaleX(0);
  transform-origin: left;
}

.loop-callout {
  margin-top: 2rem;
  padding: 1rem 1.4rem;
  border-radius: var(--radius-md);
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.25);
  color: #6ee7b7;
  font-weight: 600;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

/* ==============================================================
   SECTION 10 & 11 - ECONOMICS & PRICING
   ============================================================== */
.compare-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 3rem;
}
.compare-card {
  padding: 2.6rem 2.2rem;
  border-radius: var(--radius-xl);
  background: #ffffff;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
}
.compare-card.card-alisa {
  border: 2px solid var(--uae-green);
  box-shadow: 0 16px 40px rgba(0, 132, 61, 0.14);
  position: relative;
}
.compare-badge {
  position: absolute;
  top: -14px;
  right: 28px;
  background: var(--uae-green);
  color: #ffffff;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 750;
  letter-spacing: 0.04em;
}
.compare-card h3 { font-size: 1.45rem; margin-bottom: 0.75rem; }
.compare-card p { font-size: 1.08rem; }
.price-tag {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  flex-wrap: wrap;
  font-size: clamp(1.85rem, 3vw, 2.3rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--uae-green);
  margin: 0.9rem 0;
}
.price-tag span {
  font-size: 1.15rem;
  color: var(--text-muted);
  font-weight: 600;
}

.roi-banner {
  margin-top: 3rem;
  padding: 2.2rem 2.5rem;
  border-radius: var(--radius-xl);
  background: var(--bg-subtle);
  border: 1px solid var(--border-light);
  text-align: center;
  max-width: 900px;
  margin-inline: auto;
}
.roi-badge {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: var(--uae-green-light);
  color: var(--uae-green);
  font-weight: 750;
  font-size: 0.85rem;
  margin-bottom: 1rem;
}
.roi-banner p {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-main);
  line-height: 1.5;
  margin: 0;
}

.plan-container {
  max-width: 720px;
  margin: 3rem auto 0;
  border-radius: var(--radius-xl);
  background: #ffffff;
  border: 1px solid var(--border-strong);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.plan-header {
  padding: 2.4rem 2.5rem 1.8rem;
  background: linear-gradient(180deg, var(--bg-subtle), #ffffff);
  border-bottom: 1px solid var(--border-light);
}
.plan-header h3 { font-size: 1.65rem; margin-bottom: 0.4rem; }
.plan-dl { margin: 0; }
.plan-dl div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  padding: 1.15rem 2.5rem;
  border-top: 1px solid var(--border-light);
  font-size: 1.05rem;
}
.plan-dl div:first-child { border-top: 0; }
.plan-dl dt { color: var(--text-muted); font-weight: 500; }
.plan-dl dd { margin: 0; font-weight: 700; color: var(--text-main); }
.plan-cta-box {
  padding: 1.8rem 2.5rem 2.2rem;
  text-align: center;
  background: var(--bg-subtle);
  border-top: 1px solid var(--border-light);
}
.plan-cta-box .btn { width: 100%; max-width: 420px; }

/* ==============================================================
   SECTION 12 - ONBOARDING
   ============================================================== */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  list-style: none;
  margin: 3rem 0 0;
  padding: 0;
  counter-reset: step;
}
.steps-grid li {
  counter-increment: step;
  padding: 1.8rem 1.6rem;
  border-radius: var(--radius-lg);
  background: #ffffff;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  font-weight: 600;
  font-size: 1.08rem;
}
.steps-grid li::before {
  content: counter(step);
  display: grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: var(--uae-green-light);
  color: var(--uae-green);
  font-weight: 800;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

/* ==============================================================
   SECTION 14 - FAQ
   ============================================================== */
.faq-box {
  max-width: 860px;
  margin: 2.5rem auto 0;
}
.faq-list details {
  margin-bottom: 0.9rem;
  border-radius: var(--radius-md);
  background: #ffffff;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.faq-list summary {
  padding: 1.3rem 1.6rem;
  cursor: pointer;
  font-weight: 650;
  font-size: 1.12rem;
  list-style: none;
  color: var(--text-main);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  color: var(--uae-green);
  font-weight: 700;
  font-size: 1.4rem;
}
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p {
  padding: 0 1.6rem 1.4rem;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
}

/* ==============================================================
   SECTION 15 - FINAL FORM
   ============================================================== */
.contact-list {
  list-style: none;
  margin: 2.2rem 0 0;
  padding: 0.4rem 0 0.2rem;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.6rem;
}
.contact-list li {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
.contact-ico {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 10px;
  background: var(--uae-green-light);
  color: var(--uae-green);
  display: grid;
  place-items: center;
  font-size: 1.05rem;
  flex: 0 0 auto;
}
.contact-list small {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-soft);
  margin-bottom: 0.15rem;
}
.contact-list a {
  color: var(--text-main);
  font-weight: 600;
  font-size: 1.05rem;
}
.contact-list a:hover { color: var(--uae-green); text-decoration: none; }

.form-card {
  padding: 2.5rem;
  border-radius: var(--radius-xl);
  background: #ffffff;
  border: 1px solid var(--border-strong);
  box-shadow: var(--shadow-lg);
}
.form-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1.45rem;
  font-weight: 600;
}
.form-lead {
  color: var(--text-muted);
  font-size: 0.98rem;
  margin-bottom: 1.4rem;
}
.form-card form {
  display: grid;
  gap: 0;
}
.form-fields {
  display: grid;
  gap: 0.85rem;
}
label {
  display: grid;
  gap: 0.45rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text-main);
}
.field {
  position: relative;
  display: block;
  padding-top: 1.2rem;
}
.field-label {
  position: absolute;
  left: 1rem;
  top: calc(1.2rem + 26px);
  transform: translateY(-50%);
  color: #8b95a5;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
  pointer-events: none;
  background: transparent;
  transition: top 0.2s ease, left 0.2s ease, font-size 0.2s ease, color 0.2s ease;
}
.field-area .field-label { top: calc(1.2rem + 1.15rem); }
.field.is-active .field-label,
.field.is-filled .field-label {
  top: 0.15rem;
  left: 0;
  transform: none;
  font-size: 0.7rem;
  color: #94a3b8;
}
.field input,
.field textarea {
  width: 100%;
  border: 0;
  border-radius: 6px;
  background: #eef1f4;
  color: var(--text-main);
  font: inherit;
  font-size: 1rem;
  box-shadow: none;
}
.field input {
  height: 52px;
  padding: 0 1rem;
}
.field textarea {
  min-height: 120px;
  padding: 1rem;
  resize: vertical;
}
.field input:focus,
.field textarea:focus {
  outline: none;
  background: #e8ecef;
  box-shadow: none;
}
input, select, textarea {
  width: 100%;
  padding: 1.05rem 1.05rem;
  border: 1px solid var(--border-strong);
  border-radius: 12px;
  background: #ffffff;
  color: var(--text-main);
  font: inherit;
  font-size: 1rem;
  transition: border-color 0.15s, box-shadow 0.15s;
}
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--uae-green);
  box-shadow: 0 0 0 3px rgba(0, 132, 61, 0.14);
}
textarea { min-height: 128px; resize: vertical; }

.checks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.4rem;
  margin-top: 0.4rem;
}
.checks label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-muted);
}
.form-note { font-size: 0.82rem; color: var(--text-soft); margin-top: 0.4rem; }
.form-ok {
  display: none;
  padding: 1.4rem;
  border-radius: var(--radius-md);
  background: var(--uae-green-light);
  color: var(--uae-green-hover);
  font-weight: 650;
  font-size: 1.05rem;
  border: 1px solid rgba(0, 132, 61, 0.25);
}
form.is-ok .form-ok { display: block; }
form.is-ok .form-fields { display: none; }
.field-error { color: var(--uae-red); font-size: 0.9rem; font-weight: 600; }

.cta-punchline {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--uae-green);
  font-weight: 700;
  font-size: 1.15rem;
}
.cta-punchline .punchline-bullet {
  font-size: 1rem;
}

/* ==============================================================
   FOOTER
   ============================================================== */
.site-footer {
  background: #06090e;
  color: #94a3b8;
  padding: 3rem 0 3.5rem;
  font-size: 0.95rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.site-footer a { color: #cbd5e1; }
.site-footer a:hover { color: #ffffff; }
.footer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
  justify-content: space-between;
}

/* ==============================================================
   RESPONSIVE BREAKPOINTS
   ============================================================== */
@media (max-width: 960px) {
  .hero-grid,
  .meet-grid,
  .two-col,
  .compare-container { grid-template-columns: 1fr; }
  .pain-grid,
  .action-grid { grid-template-columns: 1fr; }
  .proof-row { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .flow-steps {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .flow-steps li:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }
  #demo .two-col > :first-child { display: block; }
  .contact-list {
    flex: none;
    justify-content: flex-start;
    gap: 1.35rem;
    min-height: 0;
  }
}

@media (max-width: 720px) {
  .nav-toggle { display: inline-flex; }
  .header-tools { margin-left: auto; }
  .nav {
    display: none;
    position: absolute;
    inset: 84px 0 auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.4rem var(--space);
    background: #ffffff;
    border-bottom: 1px solid var(--border-light);
    box-shadow: var(--shadow-lg);
    margin: 0;
  }
  .nav.is-open { display: flex; }
  .header-row { position: relative; }
  .proof-row { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .flow-steps { grid-template-columns: 1fr; }
  .dashboard-stats-row-dark { grid-template-columns: 1fr; }
  .dash-stat-dark { min-height: 0; }
  .funnel-row-dark { grid-template-columns: 1fr; }
  .funnel-row-dark b { text-align: left; }
  .phone { height: 680px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .bar-dark i { transform: none; }
  .flow-bead { display: none; }
  .btn:hover { transform: none; }
  .bubble.is-typing i { animation: none; opacity: 0.5; }
  .site-header, .header-row { transition: none; }
  .field-label { transition: none; }
}
