:root {
  --bg: #020202;
  --surface: #080808;
  --surface-2: #090909;
  --surface-3: #0a0a0a;
  --surface-4: #0d0d0d;
  --surface-5: #060606;
  --line: #0f0f0f;
  --line-2: #111;
  --line-3: #141414;
  --line-4: #1a1a1a;
  --text: #e5e5e5;
  --muted: #555;
  --muted-2: #444;
  --muted-3: #333;
  --muted-4: #2a2a2a;
  --muted-5: #222;
  --muted-6: #1e1e1e;
  --muted-7: #161616;
  --lime: #a3e635;
  --lime-strong: #b5f53f;
  --purple: #a78bfa;
  --blue: #38bdf8;
  --teal: #34d399;
  --amber: #fbbf24;
  --orange: #fb923c;
  --red: #f87171;
  --whatsapp: #25d366;
  --container: 1200px;
  --section: 1100px;
  --radius: 18px;
  --shadow-lg: 0 40px 100px rgba(0, 0, 0, 0.55);
  --noise-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23noise)'/%3E%3C/svg%3E");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100dvh;
  color: var(--text);
  background-color: var(--bg);
  background-image:
    linear-gradient(rgba(163, 230, 53, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(163, 230, 53, 0.018) 1px, transparent 1px),
    linear-gradient(rgba(163, 230, 53, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(163, 230, 53, 0.035) 1px, transparent 1px);
  background-size: 52px 52px, 52px 52px, 208px 208px, 208px 208px;
  font-family: "Cairo", sans-serif;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  background:
    radial-gradient(ellipse 800px 320px at 50% -60px, rgba(163, 230, 53, 0.05), transparent 70%),
    radial-gradient(circle 420px at 10% 10%, rgba(139, 92, 246, 0.035), transparent 70%),
    radial-gradient(circle 420px at 90% 14%, rgba(56, 189, 248, 0.03), transparent 70%);
  filter: blur(100px);
}

body::after {
  background: radial-gradient(ellipse at center, transparent 50%, rgba(0, 0, 0, 0.42) 100%);
}

.page {
  position: relative;
  isolation: isolate;
}

.page::before {
  content: "";
  position: fixed;
  inset: 0;
  background: var(--noise-url);
  background-size: 180px 180px;
  opacity: 0.03;
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  cursor: pointer;
}

.skip-link {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 200;
  padding: 10px 14px;
  border: 1px solid rgba(163,230,53,.25);
  border-radius: 10px;
  background: #0a0a0a;
  color: var(--text);
  transform: translateY(-140%);
  transition: transform .2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid rgba(163,230,53,.55);
  outline-offset: 3px;
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

.section {
  position: relative;
  width: min(var(--section), calc(100% - 96px));
  margin: 0 auto;
  padding: 120px 0;
}

.section--narrow {
  width: min(900px, calc(100% - 96px));
}

.section--faq {
  width: min(860px, calc(100% - 96px));
  padding-bottom: 80px;
}

.section-header {
  text-align: center;
}

.section-title {
  margin: 0;
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 900;
  line-height: 1.1;
  text-wrap: balance;
}

.section-title--faq {
  font-size: clamp(32px, 5vw, 54px);
}

.section-title-line {
  display: block;
}

.section-subtitle {
  margin: 16px auto 64px;
  max-width: 520px;
  color: #dddddd;
  font-family: "Almarai", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
  text-wrap: pretty;
}

.section-subtitle::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin: 0 auto 16px;
  background: linear-gradient(90deg, transparent, rgba(163, 230, 53, 0.3), transparent);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  padding: 7px 20px;
  border: 1px solid rgba(163, 230, 53, 0.18);
  border-radius: 999px;
  background: rgba(163, 230, 53, 0.06);
  box-shadow: inset 0 1px 0 rgba(163, 230, 53, 0.12), 0 0 24px rgba(163, 230, 53, 0.07);
}

.eyebrow__dot,
.dot-lime,
.dot-red {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.eyebrow__dot,
.dot-lime {
  background: var(--lime);
  box-shadow: 0 0 8px rgba(163, 230, 53, 0.6);
  animation: ripple-lime 2s infinite;
}

.dot-red {
  background: var(--red);
  box-shadow: 0 0 8px rgba(248, 113, 113, 0.6);
  animation: ripple-red 2s infinite;
}

.eyebrow__text {
  color: rgba(163, 230, 53, 0.75);
  font-size: 11px;
  letter-spacing: 2px;
}

.eyebrow__rule {
  width: 1px;
  height: 14px;
  background: rgba(163, 230, 53, 0.18);
}

.eyebrow__meta {
  color: rgba(163, 230, 53, 0.65);
  font-size: 11px;
}

.eyebrow__dot--red {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 8px rgba(248, 113, 113, 0.6);
  animation: ripple-red 2s infinite;
}

.section .eyebrow__dot,
.section .eyebrow__dot--red,
.section .dot-lime,
.section .dot-red {
  animation-play-state: paused;
}

.section.is-visible .eyebrow__dot,
.section.is-visible .eyebrow__dot--red,
.section.is-visible .dot-lime,
.section.is-visible .dot-red {
  animation-play-state: running;
}

.accent-word {
  position: relative;
  display: inline-block;
  color: var(--lime);
  text-shadow: 0 0 40px rgba(163, 230, 53, 0.45);
}

.accent-word::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #a3e635 0%, rgba(163, 230, 53, 0.2) 100%);
  transform: scaleX(0);
  transform-origin: right;
}

.section.is-visible .accent-word::after {
  transition: transform 0.5s ease-out 0.3s;
  transform: scaleX(1);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.72s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
}

.section.is-visible .reveal,
.is-visible.reveal {
  opacity: 1;
  transform: translateY(0);
}

.global-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border: 1px solid var(--line-4);
  border-radius: 999px;
  background: var(--surface-4);
  color: var(--muted-4);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
}

.navbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 58px;
  padding: 14px 40px;
  background: rgba(2, 2, 2, 0.85);
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(163, 230, 53, 0.06);
  backdrop-filter: blur(28px) saturate(160%);
}

.navbar__brand,
.navbar__links,
.navbar__actions {
  display: flex;
  align-items: center;
}

.navbar__brand {
  gap: 10px;
  direction: ltr;
}

.brand-box,
.brand-mark {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  border: 1px solid rgba(163, 230, 53, 0.2);
  background: linear-gradient(135deg, rgba(163, 230, 53, 0.15), rgba(163, 230, 53, 0.05));
  color: var(--lime);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  box-shadow: 0 0 20px rgba(163, 230, 53, 0.1), inset 0 1px 0 rgba(163, 230, 53, 0.2);
  animation: logo-glow 3s ease-in-out infinite;
}

.brand-name,
.brand-text {
  font-family: "Tajawal", sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.brand-chip {
  padding: 2px 7px;
  border: 1px solid #1c1c1c;
  border-radius: 5px;
  background: var(--surface-4);
  color: #2e2e2e;
  font-family: "JetBrains Mono", monospace;
  font-size: 9px;
}

.navbar__links {
  gap: 28px;
}

.nav-link {
  position: relative;
  color: var(--muted-4);
  font-size: 13px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active {
  color: #666;
  transform: translateY(-1px);
}

.nav-link.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
  transform: translateX(-50%);
  box-shadow: 0 0 10px rgba(163, 230, 53, 0.35);
}

.navbar__actions {
  gap: 8px;
}

.nav-sep {
  width: 1px;
  height: 20px;
  background: #181818;
}

.btn,
.btn-ghost,
.btn-primary,
.btn-wa,
.btn-subtle {
  border: 1px solid transparent;
  border-radius: 12px;
  transition:
    transform 0.15s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.15s cubic-bezier(0.34, 1.56, 0.64, 1),
    background-color 0.15s ease,
    border-color 0.15s ease,
    color 0.15s ease;
}

.btn-ghost {
  padding: 8px 16px;
  border-color: var(--line-4);
  background: transparent;
  color: var(--muted-3);
}

.btn-ghost:hover {
  border-color: #2a2a2a;
  background: rgba(255, 255, 255, 0.02);
  color: var(--muted);
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 22px;
  background: var(--lime);
  color: #030303;
  font-weight: 800;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.3), 0 0 30px rgba(163, 230, 53, 0.2);
}

.btn-primary:hover {
  background: var(--lime-strong);
  transform: translateY(-2px);
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.3), 0 0 40px rgba(163, 230, 53, 0.28);
}

.btn-primary:active {
  transform: translateY(1px);
}

.btn-sm {
  padding: 8px 20px;
  border-radius: 9px;
  font-size: 13px;
}

.btn-lg {
  padding: 16px 48px;
  border-radius: 13px;
  font-size: 15px;
}

.hero-cta {
  white-space: nowrap;
}

.btn-subtle {
  padding: 14px 18px;
  border-color: var(--line-4);
  background: rgba(255,255,255,0.02);
  color: #efefef;
}

.btn-subtle:hover {
  border-color: #2a2a2a;
  color: #ffffff;
  transform: translateY(-1px);
}

.btn:disabled,
.btn[aria-disabled="true"],
.btn-disabled {
  cursor: not-allowed;
  opacity: 0.7;
  box-shadow: none !important;
  transform: none !important;
  pointer-events: none;
  background: rgba(255,255,255,0.02);
}

.hero {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
  padding: 130px 0 80px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 44px;
  align-items: center;
}

.hero-copy {
  text-align: right;
}

.hero-copy > .reveal,
.hero-copy > .hero-actions,
.hero-copy > .trust-row,
.hero-copy > .stats-compact,
.hero-grid > .mockup-wrap {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.8s cubic-bezier(.16,1,.3,1), transform 0.8s cubic-bezier(.16,1,.3,1);
}

.section.is-visible .hero-copy > .reveal,
.section.is-visible .hero-copy > .hero-actions,
.section.is-visible .hero-copy > .trust-row,
.section.is-visible .hero-copy > .stats-compact,
.section.is-visible .hero-grid > .mockup-wrap {
  opacity: 1;
  transform: translateY(0);
}

.section.is-visible .hero-copy > .eyebrow { transition-delay: .08s; }
.section.is-visible .hero-copy > .hero-title { transition-delay: .18s; }
.section.is-visible .hero-copy > .hero-subtitle { transition-delay: .3s; }
.section.is-visible .hero-copy > .hero-actions { transition-delay: .42s; }
.section.is-visible .hero-copy > .trust-row { transition-delay: .52s; }
.section.is-visible .hero-copy > .stats-compact { transition-delay: .64s; }
.section.is-visible .hero-grid > .mockup-wrap { transition-delay: .34s; }

.hero-title {
  margin: 0 0 22px;
  font-family: "Tajawal", sans-serif;
  font-size: clamp(40px, 6.5vw, 76px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -1px;
  text-wrap: balance;
}

.hero-subtitle {
  max-width: 560px;
  color: #f1f1f1;
  font-size: 16px;
  line-height: 1.9;
  text-wrap: pretty;
}

.hero-subtitle::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  margin: 0 0 14px auto;
  background: rgba(163, 230, 53, 0.3);
}

.typed {
  color: var(--lime);
  text-shadow: 0 0 60px rgba(163, 230, 53, 0.5), 0 0 20px rgba(163, 230, 53, 0.3);
}

.typed-cursor {
  display: inline-block;
  min-width: 0.5ch;
  color: var(--lime);
  animation: blink 0.6s step-end infinite;
  transition: opacity 0.5s ease;
}

.tech-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  direction: ltr;
}

.tech-pill {
  padding: 5px 13px;
  border: 1px solid var(--line-4);
  border-radius: 8px;
  background: var(--surface-2);
  color: #e6e6e6;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  transition: all 0.2s ease;
}

.tech-pill:hover {
  background: #0f0f0f;
  border-color: #2a2a2a;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0,0,0,.22);
}

.tech-pill.prd { box-shadow: inset 3px 0 0 rgba(167, 139, 250, 0.6); }
.tech-pill.prd:hover { color: var(--purple); }
.tech-pill.spec { box-shadow: inset 3px 0 0 rgba(56, 189, 248, 0.6); }
.tech-pill.spec:hover { color: var(--blue); }
.tech-pill.cursor { box-shadow: inset 3px 0 0 rgba(163, 230, 53, 0.6); }
.tech-pill.cursor:hover { color: var(--lime); }
.tech-pill.docker { box-shadow: inset 3px 0 0 rgba(251, 146, 60, 0.6); }
.tech-pill.docker:hover { color: var(--orange); }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 48px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 14px;
  color: #e7e7e7;
  font-size: 12px;
}

.trust-row span:not(.sep) {
  transition: color .2s ease, transform .2s ease;
}

.trust-row span:not(.sep):hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.trust-row .sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--line-4);
}

.stats-compact {
  width: min(100%, 560px);
  margin-top: 56px;
}

.stats-topline {
  width: 100%;
  height: 1px;
  margin-bottom: 28px;
  background: linear-gradient(90deg, transparent, rgba(163, 230, 53, 0.15) 30%, rgba(163, 230, 53, 0.15) 70%, transparent);
}

.stats-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.stats-grid-3 .stat {
  position: relative;
  padding: 0 20px;
}

.stats-grid-3 .stat:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 44px;
  background: var(--line-2);
  transform: translateY(-50%);
}

.stat-value {
  color: var(--lime);
  font-family: "JetBrains Mono", monospace;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
  font-variant-numeric: tabular-nums;
}

.stat-label {
  margin-top: 6px;
  color: #d8d8d8;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.stat-copy {
  margin-top: 3px;
  color: #cccccc;
  font-size: 10px;
  line-height: 1.5;
}

.mockup-wrap {
  width: 100%;
  padding: 1px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(163, 230, 53, 0.15), rgba(163, 230, 53, 0.03) 40%, transparent 70%);
  transition: transform 0.25s ease;
}

.mockup-wrap:hover {
  transform: translateY(-4px) scale(1.005);
}

.mockup {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background: #070707;
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(255,255,255,0.03), 0 0 80px rgba(163,230,53,0.04);
}

.mockup::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,.035) 50%, transparent 80%);
  opacity: 0;
  transform: translateX(-30%);
  transition: opacity .35s ease, transform .7s ease;
}

.mockup-wrap:hover .mockup::after {
  opacity: 1;
  transform: translateX(30%);
}

.window-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 16px;
  background: var(--surface-3);
  border-bottom: 1px solid var(--line-2);
}

.window-dots {
  display: flex;
  gap: 7px;
  direction: ltr;
}

.window-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.window-dot.red { background: var(--red); box-shadow: 0 0 6px rgba(248,113,113,0.4); }
.window-dot.yellow { background: var(--amber); box-shadow: 0 0 6px rgba(251,191,36,0.3); }
.window-dot.lime { background: var(--lime); box-shadow: 0 0 6px rgba(163,230,53,0.4); animation: glow-dot 1.8s ease-in-out infinite; }

.filename,
.live-text,
.line-number,
.code-line,
.metric,
.phase-index,
.tool-pill,
.output-label,
.output-pill,
.card-kicker,
.brand-chip {
  font-family: "JetBrains Mono", monospace;
}

.filename {
  color: var(--muted-5);
  font-size: 11px;
}

.live-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  border: 1px solid rgba(163, 230, 53, 0.15);
  border-radius: 999px;
  background: rgba(163, 230, 53, 0.06);
}

.live-text {
  color: rgba(163, 230, 53, 0.92);
  font-size: 10px;
}

.code-grid {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  direction: ltr;
}

.line-numbers {
  padding: 22px 0 22px 8px;
  border-right: 1px solid var(--line-2);
  user-select: none;
}

.line-number {
  color: var(--muted-6);
  font-size: 12px;
  line-height: 1.9;
  text-align: right;
  padding-right: 16px;
  font-variant-numeric: tabular-nums;
}

.code-body {
  padding: 22px 26px;
  text-align: left;
  overflow-x: auto;
}

.code-line {
  display: block;
  opacity: 0;
  white-space: pre;
  color: #f5f5f5;
  font-size: 13px;
  line-height: 1.9;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  will-change: clip-path, opacity;
}

.code-line:hover {
  background: rgba(255,255,255,.015);
}

.code-lines.is-writing .code-line {
  animation:
    code-fade-in .18s ease forwards,
    type-line var(--line-duration, 1.2s) steps(var(--line-chars, 24)) forwards;
  animation-delay: var(--line-delay, 0s), var(--line-delay, 0s);
}

.comment { color: #7a7a7a; }
.keyword { color: var(--purple); }
.fn { color: var(--blue); }
.string, .attr-value, .block-cursor { color: var(--lime); }
.tag { color: var(--red); }
.attr { color: var(--amber); }
.type { color: var(--orange); }
.punct { color: #d8d8d8; }
.block-cursor { animation: blink 1s step-end infinite; }
.token.comment { color: #7a7a7a; }
.token.keyword { color: var(--purple); }
.token.function { color: var(--blue); }
.token.string { color: var(--lime); }
.token.tag { color: var(--red); }
.token.attr { color: var(--amber); }
.token.type { color: var(--orange); }
.token.punctuation,
.token.cursor { color: #f5f5f5; }
.token.punctuation { color: #d8d8d8; }
.token:not(.comment):not(.keyword):not(.function):not(.string):not(.tag):not(.attr):not(.type):not(.punctuation):not(.cursor) { color: #f5f5f5; }
.token.cursor { animation: blink 1s step-end infinite; }

.cards-grid-3,
.stats-grid,
.pricing-grid {
  display: grid;
  gap: 16px;
}

.cards-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.audience-card {
  position: relative;
  padding: 26px 24px;
  border: 1px solid var(--line-3);
  border-radius: 16px;
  background: var(--surface);
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1), border-color .25s ease, box-shadow .25s ease;
}

.section.is-visible .audience-card {
  opacity: 1;
  transform: translateY(0);
}

.section.is-visible .audience-card:nth-child(1) { transition-delay: .1s; }
.section.is-visible .audience-card:nth-child(2) { transition-delay: .2s; }
.section.is-visible .audience-card:nth-child(3) { transition-delay: .3s; }

.audience-card:hover {
  transform: translateY(-4px);
  border-color: rgba(163,230,53,.18);
  box-shadow: 0 0 36px rgba(163,230,53,.05), 0 20px 48px rgba(0,0,0,.32);
}

.audience-kicker {
  margin-bottom: 14px;
  color: var(--muted-6);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 2px;
}

.audience-title {
  margin: 0 0 10px;
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
}

.audience-copy {
  margin: 0;
  color: #dcdcdc;
  font-family: "Almarai", sans-serif;
  font-size: 14px;
  line-height: 1.9;
  text-wrap: pretty;
}

.problem-card,
.stat-card,
.pricing-card,
.faq-item {
  background: var(--surface);
  border: 1px solid var(--line-3);
}

.problem-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s cubic-bezier(.16,1,.3,1), transform .75s cubic-bezier(.16,1,.3,1), border-color .25s ease, box-shadow .25s ease;
}

.section.is-visible .problem-card { opacity:1; transform:translateY(0); }
.section.is-visible .problem-card:nth-child(1){transition-delay:.2s}
.section.is-visible .problem-card:nth-child(2){transition-delay:.35s}
.section.is-visible .problem-card:nth-child(3){transition-delay:.5s}
.problem-card:hover { border-color: rgba(163,230,53,.18); box-shadow: 0 0 40px rgba(163,230,53,.06), 0 20px 60px rgba(0,0,0,.4); transform: translateY(-4px); }
.problem-card__bar,
.problem-accent { height: 2px; background: linear-gradient(90deg, rgba(248,113,113,.6) 0%, rgba(248,113,113,.6) 50%, rgba(163,230,53,.6) 50%, rgba(163,230,53,.6) 100%); }
.problem-card__num,
.problem-index { position:absolute; top:16px; right:16px; color:var(--label); font-size:10px; letter-spacing:2px; font-family:"JetBrains Mono",monospace; }
.icon-box {
  display:grid; place-items:center; width:40px; height:40px; border:1px solid var(--line-4); border-radius:10px; background:var(--surface-4); box-shadow: 0 0 20px rgba(248,113,113,.08);
}
.icon-box svg { width:24px; height:24px; stroke:var(--red); stroke-width:1.5; fill:none; stroke-linecap:round; stroke-linejoin:round; }
.problem-card__pad,
.problem-icon { padding:24px 24px 0; }
.before-area,.after-area,
.problem-block,.solution-block { padding:20px 24px; }
.state-badge { display:inline-flex; gap:6px; align-items:center; margin-bottom:12px; padding:3px 10px; border-radius:6px; font-size:10px; font-weight:700; letter-spacing:1.5px; }
.state-badge.before,
.state-badge--problem { color:#ffd7d7; background:rgba(248,113,113,.08); border:1px solid rgba(248,113,113,.28); }
.state-badge.after,
.state-badge--solution { color:#f2ffd1; background:rgba(163,230,53,.07); border:1px solid rgba(163,230,53,.26); }
.problem-copy,.solution-copy,
.problem-text,.solution-text { margin:0; font-family:"Almarai",sans-serif; font-size:13px; line-height:1.85; }
.problem-copy,
.problem-text { color:#d2d2d2; }
.solution-copy,
.solution-text { color:#e5e5e5; }
.transform-line { position:relative; height:1px; margin:0 24px; background:linear-gradient(90deg, transparent, rgba(163,230,53,.08), transparent); }
.transform-circle { position:absolute; top:50%; left:50%; display:grid; place-items:center; width:28px; height:28px; border:1px solid rgba(163,230,53,.2); border-radius:50%; background:var(--surface-3); box-shadow:0 0 20px rgba(163,230,53,.1); color:var(--lime); transform:translate(-50%,-50%); transition:all .25s ease; }
.problem-card:hover .transform-circle { border-color: rgba(163,230,53,.5); box-shadow:0 0 30px rgba(163,230,53,.2); }
.problem-card:hover .transform-circle span { transform:translateX(2px); }
.tool-row { display:flex; flex-wrap:wrap; gap:8px; margin-top:14px; direction:ltr; }
.tool-chip { padding:3px 9px; border:1px solid #1c1c1c; border-radius:5px; background:var(--surface-4); color:#e2e2e2; font-family:"JetBrains Mono",monospace; font-size:10px; transition:all .2s ease; }
.tool-chip:hover { transform:translateY(-1px); }
.tool-chip.lime:hover{ border-color:rgba(163,230,53,.4); color:var(--lime);}
.tool-chip.purple:hover{ border-color:rgba(167,139,250,.45); color:var(--purple);}
.tool-chip.blue:hover{ border-color:rgba(56,189,248,.45); color:var(--blue);}
.tool-chip.orange:hover{ border-color:rgba(251,146,60,.45); color:var(--orange);}
.card-bottom { display:flex; justify-content:space-between; align-items:center; gap:16px; margin-top:auto; padding:14px 24px; border-top:1px solid var(--line); }
.status-ring { width:16px; height:16px; }
.status-ring .track,.status-ring .progress { fill:none; stroke-width:1.5; }
.status-ring .track { stroke: var(--line-4); }
.status-ring .progress { stroke: var(--lime); stroke-dasharray:40; stroke-dashoffset:40; transition: stroke-dashoffset .6s ease-out; }
.problem-card:hover .status-ring .progress { stroke-dashoffset:0; }

.timeline {
  position: relative;
}

.timeline-line,
.timeline-line-fill {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
}

.timeline-line { bottom: 0; background: var(--line); }
.timeline-line-fill { height: 0; background: linear-gradient(180deg, rgba(163,230,53,.4) 0%, rgba(163,230,53,.08) 60%, transparent 100%); }

.phase {
  --phase-rgb: 167,139,250;
  display:grid;
  grid-template-columns: 1fr 60px 1fr;
  align-items:center;
}

.phase-content { position:relative; min-height:1px; }
.phase-card {
  position:relative; padding:22px; border:1px solid var(--line-2); border-radius:14px; background:var(--surface); overflow:hidden;
  opacity:0; transition:opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1), border-color .25s ease, box-shadow .25s ease;
}
.phase--odd .phase-card { transform:translateX(24px); }
.phase--even .phase-card { transform:translateX(-24px); }
.phase.is-visible .phase-card { opacity:1; transform:translateX(0); transition-delay:.1s; }
.phase-card:hover { border-color:rgba(var(--phase-rgb),.25); box-shadow:0 0 40px rgba(var(--phase-rgb),.07), 0 20px 50px rgba(0,0,0,.4); transform: translateY(-4px); }
.phase-card::before { content:""; position:absolute; inset:0 0 auto; height:1px; background:linear-gradient(90deg, transparent, rgba(var(--phase-rgb),.5) 50%, transparent); }
.phase-meta,.output { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.phase-meta { margin-bottom:16px; }
.phase-index { color:var(--label); font-size:10px; letter-spacing:2px; }
.tool-pill { padding:4px 12px; border:1px solid rgba(var(--phase-rgb),.2); border-radius:6px; background:rgba(var(--phase-rgb),.07); color:rgba(var(--phase-rgb),.8); font-size:11px; }
.phase-title { margin:0 0 8px; font-family:"Noto Kufi Arabic",sans-serif; font-size:18px; font-weight:800; }
.phase-description { margin:0 0 16px; font-family:"Almarai",sans-serif; font-size:13px; line-height:1.85; color:#dddddd; text-wrap:pretty; }
.output { justify-content:flex-start; gap:8px; padding-top:14px; margin-top:4px; border-top:1px solid var(--line); }
.output-label { color:#d6d6d6; font-size:10px; letter-spacing:1.5px; }
.output-pill { display:inline-flex; gap:6px; align-items:center; padding:4px 12px; border:1px solid rgba(var(--phase-rgb),.18); border-radius:6px; background:rgba(var(--phase-rgb),.07); color:#f3f3f3; font-size:11px; }
.output-pill svg { width:10px; height:10px; stroke: rgb(var(--phase-rgb)); fill:none; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
.phase-node-col { position:relative; display:flex; justify-content:center; min-height:190px; }
.phase-segment, .phase-segment-fill { position:absolute; top:0; left:50%; width:2px; transform:translateX(-50%); }
.phase-segment { bottom:0; background:var(--line); }
.phase-segment-fill { height:0; background:rgba(var(--phase-rgb),.5); transition:height .55s ease; }
.phase.is-visible .phase-segment-fill { height:100%; }
.phase-node { position:relative; z-index:2; display:grid; place-items:center; width:44px; height:44px; margin-top:30px; border:1px solid var(--line-4); border-radius:50%; background:var(--surface); color:var(--muted-6); font-size:11px; font-weight:700; transition:all .4s ease; }
.phase-node::after { content:""; position:absolute; inset:0; border-radius:50%; border:1px solid transparent; opacity:0; transform:scale(1); }
.phase.is-visible .phase-node { border-color:rgb(var(--phase-rgb)); background:rgba(var(--phase-rgb),.1); color:rgb(var(--phase-rgb)); box-shadow:0 0 0 4px rgba(var(--phase-rgb),.08), 0 0 20px rgba(var(--phase-rgb),.15); }
.phase.is-visible .phase-node::after { border-color:rgba(var(--phase-rgb),.2); animation: node-ripple .8s ease-out 1; }
.connector { position:absolute; top:52px; width:calc(100% - 12px); height:1px; background:rgba(var(--phase-rgb),.2); opacity:0; transition:opacity .4s ease .08s; }
.phase--odd .connector { right:0; }
.phase--even .connector { left:0; }
.phase.is-visible .connector { opacity:1; }
.phase--odd .phase-content--left .phase-card, .phase--even .phase-content--right .phase-card { display:none; }
.completion { opacity:0; transform:scale(.6); text-align:center; transition:opacity .6s cubic-bezier(.34,1.56,.64,1), transform .6s cubic-bezier(.34,1.56,.64,1); }
.completion.is-visible { opacity:1; transform:scale(1); }
.completion-circle { display:grid; place-items:center; width:48px; height:48px; margin:0 auto; border:1px solid rgba(163,230,53,.25); border-radius:50%; background:rgba(163,230,53,.08); box-shadow:0 0 30px rgba(163,230,53,.15); font-size:20px; }
.completion-text { margin-top:12px; color:var(--muted-4); }
.completion-line { width:200px; height:1px; margin:16px auto 0; background:linear-gradient(90deg, transparent, rgba(163,230,53,.15), transparent); }

.stats-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 780px;
  margin: 0 auto;
}

.stat-card {
  --card-rgb: 163,230,53;
  padding: 28px;
  border-radius: 16px;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1), border-color .25s ease, box-shadow .25s ease;
}

.section.is-visible .stat-card { opacity:1; transform:translateY(0); }
.section.is-visible .stat-card:nth-child(1){transition-delay:.1s}
.section.is-visible .stat-card:nth-child(2){transition-delay:.2s}
.section.is-visible .stat-card:nth-child(3){transition-delay:.3s}
.section.is-visible .stat-card:nth-child(4){transition-delay:.4s}
.stat-card:hover { border-color:rgba(var(--card-rgb),.2); box-shadow:0 0 40px rgba(var(--card-rgb),.07), 0 20px 50px rgba(0,0,0,.4); transform: translateY(-4px); }
.accent-top { height:2px; margin:-28px -28px 24px; }
.accent-top.lime { background:linear-gradient(90deg, transparent, rgba(163,230,53,.6), transparent); }
.accent-top.blue { background:linear-gradient(90deg, transparent, rgba(56,189,248,.6), transparent); }
.accent-top.transform { background:linear-gradient(90deg, rgba(248,113,113,.6), rgba(163,230,53,.6)); }
.accent-top.amber { background:linear-gradient(90deg, transparent, rgba(251,191,36,.6), transparent); }
.card-kicker { color:#d0d0d0; font-size:10px; letter-spacing:2.5px; }
.stat-number { margin-top:14px; font-family:"Noto Kufi Arabic",sans-serif; font-weight:900; line-height:1; }
.stat-number.big { font-size:clamp(52px,8vw,80px); letter-spacing:-2px; font-variant-numeric:tabular-nums; }
.stat-number.lime { color:var(--lime); text-shadow:0 0 60px rgba(163,230,53,.4); }
.stat-number.blue { color:var(--blue); text-shadow:0 0 60px rgba(56,189,248,.4); }
.stat-desc { margin:14px 0 0; color:#d8d8d8; font-family:"Almarai",sans-serif; font-size:14px; line-height:1.7; }
.card-strip { display:flex; align-items:center; gap:6px; margin-top:16px; padding-top:14px; border-top:1px solid var(--line); }
.avatars { display:flex; align-items:center; flex-direction:row-reverse; }
.avatar { display:grid; place-items:center; width:28px; height:28px; margin-right:-8px; border:2px solid var(--surface); border-radius:50%; font-size:10px; }
.avatar:nth-child(1){ background:#1a1a2e; color:var(--purple);}
.avatar:nth-child(2){ background:#0a1628; color:var(--blue);}
.avatar:nth-child(3){ background:#0a1a0a; color:var(--lime);}
.footer-copy-micro { color:#d2d2d2; font-size:11px; }
.project-pills { display:flex; gap:8px; flex-wrap:wrap; direction:ltr; }
.project-pill { padding:4px 10px; border-radius:999px; font-family:"JetBrains Mono",monospace; font-size:10px; }
.project-pill.purple{ background:rgba(167,139,250,.07); border:1px solid rgba(167,139,250,.15); color:#e9dcff;}
.project-pill.blue{ background:rgba(56,189,248,.07); border:1px solid rgba(56,189,248,.15); color:#d9f3ff;}
.project-pill.teal{ background:rgba(52,211,153,.07); border:1px solid rgba(52,211,153,.15); color:#dcfff4;}
.bug-bar { display:flex; overflow:hidden; height:6px; border-radius:3px; background:var(--surface-4); }
.bug-after,.bug-before,.timeline-fill-bar{ transition: transform 1s ease-out; }
.bug-after { width:70%; background:rgba(163,230,53,.4); transform:scaleX(0); transform-origin:right; }
.bug-before { width:30%; background:rgba(248,113,113,.3); transform:scaleX(0); transform-origin:left; }
.stat-card.is-animated .bug-after { transform:scaleX(1); }
.stat-card.is-animated .bug-before { transform:scaleX(1); }
.bug-labels { display:flex; justify-content:space-between; margin-top:8px; font-family:"JetBrains Mono",monospace; font-size:9px; letter-spacing:1px; }
.bug-labels .after { color:var(--lime); }
.bug-labels .before { color:var(--red); }
.delivery-row { display:flex; align-items:center; justify-content:center; gap:16px; margin-top:18px; }
.delivery-old,.delivery-new { font-family:"Noto Kufi Arabic",sans-serif; font-size:clamp(32px,5vw,52px); font-weight:900; line-height:1; }
.delivery-old { color:var(--red); text-decoration:line-through; text-decoration-color:rgba(248,113,113,.4); }
.delivery-arrow { color:var(--label); font-size:24px; }
.delivery-new { color:var(--lime); text-shadow:0 0 40px rgba(163,230,53,.4); }
.timeline-labels { position:relative; height:16px; margin-bottom:6px; font-family:"JetBrains Mono",monospace; font-size:9px; color:#ebebeb; }
.timeline-labels .now { position:absolute; right:0; color:var(--lime); }
.timeline-labels .before { position:absolute; left:0; color:var(--red); }
.timeline-track { height:6px; border-radius:3px; background:var(--surface-4); overflow:hidden; }
.timeline-fill-bar { width:100%; height:100%; background:linear-gradient(90deg, rgba(251,191,36,.4), rgba(163,230,53,.45)); transform:scaleX(.08); transform-origin:right; }
.stat-card.is-animated .timeline-fill-bar { transform:scaleX(1); }
.credibility { display:flex; align-items:center; justify-content:space-between; gap:16px; max-width:780px; margin:48px auto 0; padding:18px 28px; border:1px solid var(--line); border-radius:12px; background:var(--surface-5); }
.credibility-item { display:flex; align-items:center; gap:10px; flex:1; }
.credibility-divider { width:1px; align-self:stretch; background:var(--line-2); }
.credibility-icon svg { width:16px; height:16px; stroke:var(--muted-5); stroke-width:1.6; fill:none; stroke-linecap:round; stroke-linejoin:round; }
.credibility-title { color:#ededed; font-size:13px; }
.credibility-subtitle { color:#d2d2d2; font-size:11px; }
.credibility-subtitle.highlight { color:var(--lime); font-weight:700; }

.pricing-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
.pricing-card { position:relative; display:flex; flex-direction:column; border-radius:18px; padding:28px; opacity:0; transform:translateY(28px); transition:opacity .75s cubic-bezier(.16,1,.3,1), transform .75s cubic-bezier(.16,1,.3,1), border-color .25s ease, box-shadow .25s ease; }
.section.is-visible .pricing-card { opacity:1; transform:translateY(0); }
.section.is-visible .pricing-card.starter{transition-delay:.15s}
.section.is-visible .pricing-card.featured{transition-delay:0s}
.section.is-visible .pricing-card.vip{transition-delay:.3s}
.pricing-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition: opacity .25s ease;
}
.pricing-card.starter::after {
  box-shadow: 0 0 0 1px rgba(229,229,229,.16), 0 0 30px rgba(229,229,229,.05);
}
.pricing-card.featured::after {
  box-shadow: 0 0 0 1px rgba(163,230,53,.22), 0 0 42px rgba(163,230,53,.11);
}
.pricing-card.vip::after {
  box-shadow: 0 0 0 1px rgba(251,191,36,.22), 0 0 36px rgba(251,191,36,.1);
}
.pricing-card:hover { transform: translateY(-4px); box-shadow: 0 24px 56px rgba(0,0,0,.4); }
.pricing-card:hover::after { opacity: 1; }
.pricing-card.sold-out {
  overflow: hidden;
}
.pricing-card.sold-out::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 38%, rgba(248,113,113,.16) 49%, rgba(248,113,113,.3) 50%, rgba(248,113,113,.16) 51%, transparent 62%);
  pointer-events: none;
  opacity: .9;
}
.sold-out-overlay {
  position: absolute;
  inset: 18px 18px auto auto;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(248,113,113,.24);
  border-radius: 999px;
  background: rgba(15,15,15,.92);
  color: #ffdede;
  box-shadow: 0 12px 28px rgba(0,0,0,.34);
  backdrop-filter: blur(10px);
}
.sold-out-x {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(248,113,113,.3);
  border-radius: 50%;
  color: var(--red);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 0 18px rgba(248,113,113,.16);
}
.sold-out-text {
  color: #fff0f0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .4px;
}
.pricing-card.sold-out .cta-badge {
  border-color: rgba(248,113,113,.28);
  background: rgba(248,113,113,.1);
  color: #ffe0e0;
}
.pricing-card.sold-out .btn-disabled {
  border-color: rgba(248,113,113,.22) !important;
  background: rgba(248,113,113,.06) !important;
  color: #ffd7d7 !important;
}
.pricing-card.sold-out .btn-disabled::before {
  content: "✕";
  display: inline-block;
  margin-inline-start: 8px;
  color: var(--red);
  font-weight: 800;
}
.pricing-card .top-accent { height:2px; margin:-28px -28px 22px; }
.pricing-card.starter .top-accent { background:linear-gradient(90deg, transparent, rgba(229,229,229,.22), transparent); }
.pricing-card.featured { background:var(--surface-2); border-color:rgba(163,230,53,.25); padding:32px 28px; box-shadow:0 0 0 1px rgba(163,230,53,.08), 0 32px 80px rgba(0,0,0,.5), 0 0 60px rgba(163,230,53,.08); transform:translateY(28px) scale(1.03); }
.section.is-visible .pricing-card.featured { transform:translateY(0) scale(1.03); }
.pricing-card.featured:hover { transform: translateY(-6px) scale(1.03); }
.featured-badge { position:absolute; top:-14px; left:50%; transform:translateX(-50%); padding:5px 18px; border-radius:999px; background:var(--lime); color:#000; font-size:11px; font-weight:800; box-shadow:0 4px 20px rgba(163,230,53,.4); white-space:nowrap; }
.card-title { margin:0 0 8px; font-family:"Noto Kufi Arabic",sans-serif; font-size:20px; font-weight:800; }
.pricing-card:hover .card-title { color: #ffffff; }
.card-description { margin:0; color:#d6d6d6; font-family:"Almarai",sans-serif; font-size:13px; line-height:1.8; }
.featured .card-description { color:#ececec; }
.price-block { display:flex; flex-direction:column; align-items:flex-end; margin:24px 0; }
.old-price { color:#bebebe; font-size:14px; text-decoration:line-through; text-decoration-color:rgba(248,113,113,.4); }
.price-row { display:flex; gap:8px; align-items:flex-end; }
.price-value { font-family:"Noto Kufi Arabic",sans-serif; font-size:52px; font-weight:900; line-height:1; letter-spacing:-2px; font-variant-numeric:tabular-nums; }
.featured .price-value { color:var(--lime); text-shadow:0 0 40px rgba(163,230,53,.3); }
.vip .price-value { color:var(--amber); text-shadow:0 0 40px rgba(251,191,36,.3); }
.price-currency { margin-bottom:8px; color:#e0e0e0; font-size:16px; }
.save-pill { display:inline-flex; gap:6px; align-items:center; margin-top:8px; padding:3px 12px; border:1px solid rgba(163,230,53,.15); border-radius:6px; background:rgba(163,230,53,.07); color:#eeffd0; font-size:11px; }
.featured .save-pill { border-color:rgba(163,230,53,.2); background:rgba(163,230,53,.08); color:#f4ffd8; }
.vip .save-pill { border-color:rgba(251,191,36,.2); background:rgba(251,191,36,.08); color:#fff0c7; }
.pricing-card:hover .save-pill { transform: translateY(-1px); }
.divider { height:1px; margin:20px 0; background:var(--line); }
.feature-list { display:flex; flex-direction:column; gap:10px; }
.feature-item { display:flex; gap:10px; align-items:flex-start; }
.pricing-card .feature-item { transition: transform .18s ease, color .18s ease; }
.pricing-card:hover .feature-item { transform: translateX(-2px); }
.feature-icon { flex:0 0 auto; width:16px; height:16px; margin-top:2px; }
.feature-icon circle,.feature-icon path { fill:none; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round; }
.starter .feature-icon circle,.starter .feature-icon path { stroke:var(--muted-6); }
.featured .feature-icon circle,.featured .feature-icon path { stroke:var(--lime); filter:drop-shadow(0 0 8px rgba(163,230,53,.3)); }
.vip .feature-icon circle,.vip .feature-icon path { stroke:var(--amber); }
.feature-text { color:#dddddd; font-family:"Almarai",sans-serif; font-size:13px; line-height:1.6; }
.featured .feature-text { color:#f0f0f0; }
.faq-list { display:flex; flex-direction:column; gap:10px; max-width:780px; margin:0 auto; }
.faq-item { border-radius:14px; overflow:hidden; cursor:pointer; transition:border-color .25s ease, opacity .6s ease, transform .6s ease; }
.faq-heading { margin: 0; }
.faq-item:hover:not(.is-open) { border-color:var(--line-4); }
.faq-item:hover { box-shadow: 0 18px 36px rgba(0,0,0,.22); }
.faq-item.is-open { border-color:rgba(163,230,53,.2); }
.faq-question { display:flex; justify-content:space-between; align-items:center; gap:18px; padding:20px 24px; }
.faq-question { width:100%; border:0; background:transparent; color:inherit; text-align:inherit; }
.faq-title { color:var(--question, #ccc); font-family:"Noto Kufi Arabic",sans-serif; font-size:15px; font-weight:700; line-height:1.5; transition:color .25s ease; }
.faq-item.is-open .faq-title { color:var(--text); }
.faq-toggle { display:grid; place-items:center; width:28px; height:28px; border:1px solid var(--line-4); border-radius:50%; background:var(--surface-4); color:var(--muted-3); font-size:16px; transition:all .25s ease; flex:0 0 auto; }
.faq-item.is-open .faq-toggle { border-color:rgba(163,230,53,.25); background:rgba(163,230,53,.07); color:var(--lime); transform:rotate(90deg); }
.faq-question:active { transform: scale(.995); }
.faq-answer-wrap { max-height:0; overflow:hidden; transition:max-height .4s cubic-bezier(.16,1,.3,1); }
.faq-item.is-open .faq-answer-wrap { max-height:320px; }
.faq-answer-inner { padding:16px 24px 20px; border-top:1px solid var(--line); }
.faq-answer { margin:0; color:#e1e1e1; font-family:"Almarai",sans-serif; font-size:14px; line-height:1.9; text-wrap:pretty; }
.faq-pills { display:flex; flex-wrap:wrap; gap:8px; margin-top:14px; }
.faq-pill { display:inline-flex; gap:6px; align-items:center; padding:4px 12px; border-radius:999px; font-size:11px; }
.faq-pill.lime{ border:1px solid rgba(163,230,53,.15); background:rgba(163,230,53,.07); color:#f3ffd6;}
.faq-pill.red{ border:1px solid rgba(248,113,113,.18); background:rgba(248,113,113,.08); color:#ffd9d9;}
.faq-pill.blue{ border:1px solid rgba(56,189,248,.18); background:rgba(56,189,248,.08); color:#dff5ff;}
.faq-pill.purple{ border:1px solid rgba(139,92,246,.18); background:rgba(139,92,246,.08); color:#eedfff;}
.faq-pill.teal{ border:1px solid rgba(52,211,153,.18); background:rgba(52,211,153,.08); color:#ddfff4;}
.faq-pill.amber{ border:1px solid rgba(251,191,36,.18); background:rgba(251,191,36,.08); color:#fff0c5;}
.final-cta { position:relative; overflow:hidden; margin-top:80px; padding:56px 48px; border:1px solid rgba(163,230,53,.2); border-radius:20px; background:linear-gradient(135deg, #090909 0%, #0a0a0a 100%); box-shadow:0 0 0 1px rgba(163,230,53,.05), 0 40px 100px rgba(0,0,0,.5), 0 0 80px rgba(163,230,53,.07); opacity:0; transform:translateY(20px) scale(.98); transition:opacity .8s cubic-bezier(.34,1.56,.64,1), transform .8s cubic-bezier(.34,1.56,.64,1); }
.section.is-visible .final-cta { opacity:1; transform:translateY(0) scale(1); }
.final-cta::before,.final-cta::after { content:""; position:absolute; border-radius:50%; pointer-events:none; }
.final-cta::before { top:-100px; right:-100px; width:300px; height:300px; background:radial-gradient(circle, rgba(163,230,53,.06) 0%, transparent 70%); }
.final-cta::after { bottom:-60px; left:-60px; width:200px; height:200px; background:radial-gradient(circle, rgba(163,230,53,.04) 0%, transparent 70%); }
.cta-accent { position:absolute; top:0; left:10%; right:10%; height:1px; background:linear-gradient(90deg, transparent, rgba(163,230,53,.5) 50%, transparent); }
.cta-content { position:relative; text-align:center; }
.cta-badge { display:inline-flex; align-items:center; gap:10px; margin-bottom:28px; padding:6px 18px; border:1px solid rgba(248,113,113,.18); border-radius:999px; background:rgba(248,113,113,.08); color:#ffd7d7; font-size:11px; font-weight:700; }
.pricing-card .cta-badge { transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.pricing-card:hover .cta-badge {
  transform: translateY(-1px);
  box-shadow: 0 0 20px rgba(248,113,113,.08);
}
.cta-title { margin:0 0 16px; font-family:"Noto Kufi Arabic",sans-serif; font-size:clamp(28px,4.5vw,48px); font-weight:900; line-height:1.15; }
.cta-subtitle { max-width:440px; margin:0 auto 36px; color:#e0e0e0; font-family:"Almarai",sans-serif; font-size:15px; line-height:1.8; }
.cta-actions { display:flex; justify-content:center; gap:12px; flex-wrap:wrap; }
.btn-wa { display:inline-flex; gap:8px; align-items:center; justify-content:center; padding:14px 20px; border:1px solid var(--line-4); border-radius:11px; background:transparent; color:#efefef; }
.btn-wa:hover { border-color:rgba(37,211,102,.3); background:rgba(37,211,102,.05); color:var(--whatsapp); }
.btn-wa svg { width:16px; height:16px; fill:var(--whatsapp); }

.floating-wa {
  position: fixed;
  left: max(18px, env(safe-area-inset-left));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 120;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid rgba(37, 211, 102, 0.24);
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.9);
  color: #dfffe9;
  box-shadow: 0 18px 45px rgba(0,0,0,.38), 0 0 0 1px rgba(37,211,102,.08);
  backdrop-filter: blur(18px) saturate(150%);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background-color .22s ease;
}

.floating-wa svg {
  width: 18px;
  height: 18px;
  fill: var(--whatsapp);
}

.floating-wa:hover {
  transform: translateY(-4px) scale(1.02);
  border-color: rgba(37, 211, 102, 0.45);
  background: rgba(37, 211, 102, 0.08);
  box-shadow: 0 24px 50px rgba(0,0,0,.42), 0 0 22px rgba(37,211,102,.14);
}

.floating-wa::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: inherit;
  border: 1px solid rgba(37,211,102,.15);
  opacity: 0;
  transform: scale(.94);
  transition: opacity .25s ease, transform .25s ease;
}

.floating-wa:hover::before {
  opacity: 1;
  transform: scale(1);
}
.footer-main { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-top:64px; padding-top:32px; border-top:1px solid var(--line); opacity:0; transition:opacity .6s ease .3s; }
.section.is-visible .footer-main { opacity:1; }
.footer-main--simple { justify-content:center; }
.footer-brand { gap:10px; direction:ltr; }
.footer-logo { display:grid; place-items:center; width:24px; height:24px; border:1px solid rgba(163,230,53,.2); border-radius:7px; background:linear-gradient(135deg, rgba(163,230,53,.15), rgba(163,230,53,.05)); color:var(--lime); font-family:"JetBrains Mono",monospace; font-size:10px; font-weight:800; }
.footer-logo-text { font-size:13px; font-weight:800; }
.footer-copy-center { color:var(--muted-7); font-size:12px; text-align:center; }
.footer-copy-center .dot { display:inline-block; width:6px; height:6px; margin:0 6px; border-radius:50%; background:var(--lime); box-shadow:0 0 8px rgba(163,230,53,.5); }
.footer-socials { gap:12px; }
.social-link { display:grid; place-items:center; width:32px; height:32px; border:1px solid var(--line-3); border-radius:50%; background:var(--surface-3); transition:border-color .2s ease, transform .2s ease; }
.social-link:hover { border-color:#2a2a2a; transform:translateY(-1px); }
.social-link svg { width:16px; height:16px; stroke:var(--muted-5); fill:none; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; transition:stroke .2s ease; }
.social-link:hover svg { stroke:var(--muted); }

@keyframes logo-glow {
  0%,50%,100% { box-shadow:0 0 20px rgba(163,230,53,.1), inset 0 1px 0 rgba(163,230,53,.2); }
  25% { box-shadow:0 0 30px rgba(163,230,53,.25), inset 0 1px 0 rgba(163,230,53,.22); }
}
@keyframes ripple-lime {
  0% { box-shadow:0 0 0 0 rgba(163,230,53,.45); }
  70% { box-shadow:0 0 0 8px rgba(163,230,53,0); }
  100% { box-shadow:0 0 0 0 rgba(163,230,53,0); }
}
@keyframes ripple-red {
  0% { box-shadow:0 0 0 0 rgba(248,113,113,.45); }
  70% { box-shadow:0 0 0 8px rgba(248,113,113,0); }
  100% { box-shadow:0 0 0 0 rgba(248,113,113,0); }
}
@keyframes glow-dot {
  0%,100% { box-shadow:0 0 6px rgba(163,230,53,.4); }
  50% { box-shadow:0 0 12px rgba(163,230,53,.7); }
}
@keyframes blink {
  0%,49% { opacity:1; }
  50%,100% { opacity:0; }
}
@keyframes code-reveal { from { opacity:0; } to { opacity:1; } }
@keyframes code-fade-in { from { opacity:0; } to { opacity:1; } }
@keyframes type-line { from { clip-path: inset(0 100% 0 0); } to { clip-path: inset(0 0 0 0); } }
@keyframes node-ripple { from { opacity:.35; transform:scale(1); } to { opacity:0; transform:scale(1.6); } }

.section-footer {
  margin-top: 40px;
  text-align: center;
}

.footer-line {
  width: 200px;
  height: 1px;
  margin: 0 auto;
  background: linear-gradient(90deg, transparent, rgba(163,230,53,.15), transparent);
}

.footer-arrow {
  display: inline-block;
  margin-top: 14px;
  color: var(--lime);
  font-size: 18px;
  animation: bounce-down 1.5s ease-in-out infinite;
}

@keyframes bounce-down {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

@media (max-width: 980px) {
  .navbar {
    height: auto;
    padding: 14px 18px 10px;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: space-between;
  }
  .navbar__brand,
  .navbar__actions {
    width: auto;
  }
  .navbar__links {
    display: flex;
    order: 3;
    width: 100%;
    justify-content: center;
    gap: 18px;
    padding-top: 6px;
    border-top: 1px solid rgba(255,255,255,0.04);
  }
  .navbar__links .nav-link {
    color: #e6e6e6;
    font-size: 12px;
  }
  .navbar__links .nav-link:hover,
  .navbar__links .nav-link.is-active {
    color: #ffffff;
  }
  .hero-cta {
    width: 100%;
    justify-content: center;
  }
  .hero { width:min(100% - 24px, var(--container)); padding-top:104px; }
  .hero-grid { grid-template-columns:1fr; }
  .hero-copy, .section-header, .section-subtitle, .hero-subtitle { text-align:center; }
  .hero-subtitle::before { margin:0 auto 14px; }
  .tech-pills, .hero-actions, .trust-row { justify-content:center; }
  .section, .section--narrow, .section--faq { width:min(100% - 40px, 1100px); padding:100px 0; }
  .cards-grid-3, .stats-grid, .audience-grid { grid-template-columns:1fr; }
  .pricing-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .pricing-card.featured { order:-1; grid-column:1 / -1; transform:translateY(28px); }
  .section.is-visible .pricing-card.featured { transform:translateY(0); }
  .credibility { flex-direction:column; align-items:stretch; }
  .credibility-divider { width:100%; height:1px; }
  .floating-wa { left: 14px; bottom: 14px; padding: 11px 14px; }
}

@media (max-width: 720px) {
  .navbar { gap: 10px; align-items:flex-start; }
  .navbar__brand, .navbar__actions { width:auto; justify-content:flex-start; }
  .navbar__brand {
    order: 1;
    margin-inline-start: auto;
  }
  .navbar__actions {
    order: 2;
    margin-inline-end: auto;
  }
  .navbar__links {
    order: 3;
    gap: 14px;
    justify-content: space-between;
  }
  .navbar__links .nav-link {
    font-size: 12px;
    color: #f2f2f2;
  }
  .eyebrow {
    gap: 8px;
    padding: 7px 14px;
  }
  .eyebrow__text,
  .eyebrow__meta {
    font-size: 10px;
  }
  .hero {
    padding-top: 118px;
    padding-bottom: 64px;
  }
  .hero-copy {
    padding-top: 6px;
  }
  .hero-title {
    margin-bottom: 16px;
    font-size: clamp(34px, 11vw, 48px);
    line-height: 1.12;
    letter-spacing: -.7px;
  }
  .hero-subtitle {
    font-size: 15px;
    line-height: 1.78;
  }
  .hero-actions {
    margin-top: 32px;
    gap: 10px;
  }
  .hero-actions .btn {
    width: 100%;
  }
  .hero-actions .btn-lg {
    padding: 14px 18px;
    font-size: 13px;
    line-height: 1.45;
    white-space: normal;
  }
  .tech-pills {
    justify-content: center;
  }
  .trust-row {
    justify-content: center;
    gap: 12px;
    line-height: 1.7;
  }
  .stats-grid-3 { grid-template-columns:1fr; gap:20px; }
  .stats-grid-3 .stat:not(:last-child)::after { left:50%; top:auto; bottom:-10px; width:44px; height:1px; transform:translateX(-50%); }
  .code-grid { grid-template-columns:34px minmax(0,1fr); }
  .code-body { padding:18px; }
  .timeline-line, .timeline-line-fill, .phase-segment, .phase-segment-fill { left:22px; transform:none; }
  .phase { grid-template-columns:44px minmax(0,1fr); column-gap:18px; }
  .phase-node-col { grid-column:1; min-height:1px; }
  .phase-content { grid-column:2; }
  .phase-content--left .phase-card, .phase-content--right .phase-card { display:block !important; }
  .phase-card {
    transform:translateX(14px) !important;
    padding: 18px;
  }
  .phase.is-visible .phase-card { transform:translateX(0) !important; }
  .phase-node { margin-top:22px; }
  .connector { left:22px !important; width:22px; right:auto !important; }
  .phase-meta {
    margin-bottom: 12px;
  }
  .phase-index {
    display: none;
  }
  .phase-title {
    font-size: 16px;
    line-height: 1.45;
  }
  .phase-description {
    font-size: 14px;
    line-height: 1.85;
  }
  .output {
    flex-wrap: wrap;
    gap: 10px;
  }
  .pricing-grid { grid-template-columns:1fr; }
  .pricing-card.starter { order:2; }
  .pricing-card.featured { order:1; grid-column:auto; transform:none; }
  .section.is-visible .pricing-card.featured { transform:none; }
  .pricing-card.vip { order:3; }
  .pricing-card {
    padding: 22px;
  }
  .pricing-card .btn {
    width: 100%;
  }
  .sold-out-overlay {
    inset: 12px 12px auto auto;
    gap: 6px;
    padding: 7px 10px;
  }
  .sold-out-x {
    width: 22px;
    height: 22px;
    font-size: 14px;
  }
  .sold-out-text {
    font-size: 10px;
  }
  .stat-card {
    padding: 22px;
  }
  .card-kicker,
  .footer-copy-micro {
    font-size: 11px;
  }
  .stat-desc {
    font-size: 15px;
    line-height: 1.8;
  }
  .delivery-row {
    gap: 10px;
    margin-top: 14px;
  }
  .delivery-old,
  .delivery-new {
    font-size: clamp(28px, 9vw, 38px);
  }
  .delivery-arrow {
    font-size: 20px;
  }
  .timeline-labels {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-bottom: 8px;
    font-size: 10px;
  }
  .timeline-labels .before,
  .timeline-labels .now {
    position: static;
  }
  .credibility-item {
    justify-content: center;
    text-align: center;
  }
  .final-cta { padding:44px 22px; }
  .footer-main { flex-direction:column; justify-content:center; }
  .floating-wa span { display:none; }
  .floating-wa { width:56px; height:56px; padding:0; justify-content:center; border-radius:50%; }
  .floating-wa svg {
    width: 24px;
    height: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal, .problem-card, .phase-card, .stat-card, .pricing-card, .faq-item, .final-cta, .footer-main, .completion {
    opacity:1 !important;
    transform:none !important;
  }
  .accent-word::after, .timeline-fill-bar, .bug-after, .bug-before, .timeline-line-fill, .phase-segment-fill {
    transform:none !important;
    width:auto;
    height:100% !important;
    stroke-dashoffset:0 !important;
  }
}
