/* ==========================================================================
   Norzo.space — Cosmic Horizon
   Pure CSS3 · Premium cinematic landing
   ========================================================================== */

/* ---------- Custom properties ---------- */
:root {
  --bg-deep: #050816;
  --bg-mid: #0d1028;
  --bg-indigo: #161b3d;
  --grad-main: linear-gradient(135deg, #6d28d9, #2563eb, #06b6d4);
  --grad-accent: linear-gradient(135deg, #ff6b6b, #ffb703);
  --grad-aurora: linear-gradient(135deg, #00f5a0, #00c2ff);
  --grad-glow: linear-gradient(135deg, #ff4d8d, #8b5cf6);
  --text: #ffffff;
  --text-secondary: #c8d2f0;
  --card: rgba(18, 24, 48, 0.72);
  --border: rgba(255, 255, 255, 0.1);
  --font-display: "Clash Display", "Space Grotesk", sans-serif;
  --font-head: "Space Grotesk", sans-serif;
  --font-body: "Plus Jakarta Sans", sans-serif;
  --radius-card: 28px;
  --nav-h: 4.5rem;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --container: min(1120px, calc(100% - 2.5rem));
}

/* ---------- Reset & base ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text-secondary);
  background: var(--bg-deep);
  overflow-x: hidden;
  min-height: 100vh;
}

img {
  max-width: 100%;
  display: block;
}

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

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  color: var(--text);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(2.75rem, 8vw, 5.5rem);
}

h2 {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
}

h3 {
  font-family: var(--font-head);
  font-size: 1.35rem;
  font-weight: 600;
}

h4 {
  font-family: var(--font-head);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 1rem;
}

p {
  max-width: 42rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

/* ---------- Ambient cosmic background ---------- */
.cosmic-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 50% at 20% 10%, rgba(109, 40, 217, 0.22), transparent 55%),
    radial-gradient(ellipse 60% 40% at 85% 20%, rgba(37, 99, 235, 0.18), transparent 50%),
    radial-gradient(ellipse 50% 60% at 50% 80%, rgba(6, 182, 212, 0.12), transparent 55%),
    linear-gradient(180deg, var(--bg-deep), var(--bg-mid) 40%, var(--bg-indigo) 70%, var(--bg-deep));
}

.nebula {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
  animation: nebulaDrift 28s ease-in-out infinite alternate;
}

.nebula-1 {
  width: min(70vw, 640px);
  height: min(70vw, 640px);
  top: -10%;
  left: -15%;
  background: radial-gradient(circle, rgba(109, 40, 217, 0.55), transparent 70%);
}

.nebula-2 {
  width: min(55vw, 520px);
  height: min(55vw, 520px);
  top: 35%;
  right: -10%;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.4), transparent 70%);
  animation-duration: 34s;
  animation-delay: -8s;
}

.nebula-3 {
  width: min(60vw, 480px);
  height: min(60vw, 480px);
  bottom: 5%;
  left: 30%;
  background: radial-gradient(circle, rgba(255, 77, 141, 0.28), transparent 70%);
  animation-duration: 40s;
  animation-delay: -14s;
}

.stars,
.particles {
  position: absolute;
  inset: 0;
}

.stars {
  background-image:
    radial-gradient(1.5px 1.5px at 8% 12%, rgba(255, 255, 255, 0.9), transparent),
    radial-gradient(1px 1px at 22% 28%, rgba(255, 255, 255, 0.7), transparent),
    radial-gradient(1.5px 1.5px at 40% 8%, rgba(200, 210, 240, 0.85), transparent),
    radial-gradient(1px 1px at 58% 35%, rgba(255, 255, 255, 0.6), transparent),
    radial-gradient(2px 2px at 72% 18%, rgba(255, 255, 255, 0.95), transparent),
    radial-gradient(1px 1px at 88% 42%, rgba(255, 255, 255, 0.55), transparent),
    radial-gradient(1.5px 1.5px at 15% 62%, rgba(255, 255, 255, 0.75), transparent),
    radial-gradient(1px 1px at 35% 78%, rgba(255, 255, 255, 0.5), transparent),
    radial-gradient(1.5px 1.5px at 65% 68%, rgba(200, 210, 240, 0.8), transparent),
    radial-gradient(1px 1px at 82% 88%, rgba(255, 255, 255, 0.65), transparent),
    radial-gradient(1px 1px at 48% 52%, rgba(255, 255, 255, 0.45), transparent),
    radial-gradient(2px 2px at 95% 70%, rgba(255, 255, 255, 0.85), transparent);
  animation: twinkle 4.5s ease-in-out infinite alternate;
}

.particles {
  background-image:
    radial-gradient(2px 2px at 12% 40%, rgba(0, 245, 160, 0.55), transparent),
    radial-gradient(2px 2px at 55% 22%, rgba(0, 194, 255, 0.45), transparent),
    radial-gradient(2px 2px at 78% 55%, rgba(255, 77, 141, 0.4), transparent),
    radial-gradient(1.5px 1.5px at 30% 90%, rgba(139, 92, 246, 0.5), transparent);
  animation: particleDrift 22s linear infinite;
}

@keyframes nebulaDrift {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(4%, 6%) scale(1.08); }
}

@keyframes twinkle {
  from { opacity: 0.55; }
  to { opacity: 1; }
}

@keyframes particleDrift {
  from { transform: translateY(0); }
  to { transform: translateY(-40px); }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  padding: 0.9rem 1.75rem;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.35) 50%, transparent 60%);
  transform: translateX(-120%);
  transition: transform 0.7s var(--ease);
}

.btn:hover::after {
  transform: translateX(120%);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:focus-visible {
  outline: 2px solid #00c2ff;
  outline-offset: 3px;
}

.btn-primary {
  color: var(--text);
  background: var(--grad-main);
  background-size: 200% 200%;
  box-shadow: 0 0 28px rgba(109, 40, 217, 0.45), 0 8px 24px rgba(0, 0, 0, 0.35);
  animation: gradientShift 8s ease infinite;
}

.btn-primary:hover {
  box-shadow: 0 0 40px rgba(6, 182, 212, 0.5), 0 10px 28px rgba(0, 0, 0, 0.4);
}

.btn-ghost {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--border);
  backdrop-filter: blur(12px);
}

.btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 0 24px rgba(37, 99, 235, 0.3);
}

.btn-nav {
  padding: 0.65rem 1.35rem;
  font-size: 0.875rem;
  color: var(--text);
  background: var(--grad-main);
  background-size: 200% 200%;
  animation: gradientShift 8s ease infinite;
  box-shadow: 0 0 20px rgba(109, 40, 217, 0.35);
}

.btn-lg {
  padding: 1.1rem 2.4rem;
  font-size: 1.05rem;
}

.btn-sm {
  padding: 0.65rem 1.1rem;
  font-size: 0.85rem;
}

.btn-block {
  width: 100%;
}

@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* ---------- Navigation ---------- */
.site-header {
  position: fixed;
  top: 1.25rem;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  padding-inline: 1.25rem;
  pointer-events: none;
}

.nav {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: min(1080px, 100%);
  padding: 0.7rem 0.85rem 0.7rem 1.4rem;
  background: rgba(13, 16, 40, 0.55);
  backdrop-filter: blur(22px) saturate(1.4);
  -webkit-backdrop-filter: blur(22px) saturate(1.4);
  border-radius: 999px;
  border: 1px solid transparent;
  background-clip: padding-box;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(109, 40, 217, 0.25) inset,
    0 12px 40px rgba(0, 0, 0, 0.4),
    0 0 40px rgba(37, 99, 235, 0.12);
  position: relative;
}

.nav::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(120deg, rgba(109, 40, 217, 0.7), rgba(37, 99, 235, 0.5), rgba(6, 182, 212, 0.7), rgba(255, 77, 141, 0.4));
  background-size: 300% 300%;
  animation: borderFlow 10s linear infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.85;
}

@keyframes borderFlow {
  0% { background-position: 0% 50%; }
  100% { background-position: 300% 50%; }
}

.logo {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  background: var(--grad-main);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  flex-shrink: 0;
  transition: filter 0.3s;
}

.logo-tld {
  opacity: 0.72;
  font-weight: 600;
}

.logo:hover {
  filter: drop-shadow(0 0 12px rgba(109, 40, 217, 0.7));
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  margin-left: auto;
}

.nav-links a {
  font-family: var(--font-head);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  transition: color 0.25s, background 0.25s, box-shadow 0.25s;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 18px rgba(6, 182, 212, 0.2);
}

.nav-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.nav-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: auto;
  cursor: pointer;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  padding: 0.55rem;
}

.nav-burger span {
  display: block;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform 0.3s var(--ease), opacity 0.3s;
}

.nav-toggle:checked ~ .nav-burger span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle:checked ~ .nav-burger span:nth-child(2) {
  opacity: 0;
}

.nav-toggle:checked ~ .nav-burger span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(var(--nav-h) + 3rem) 1.25rem 5rem;
  overflow: hidden;
  isolation: isolate;
}

.hero-cosmos {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.planet {
  position: absolute;
  border-radius: 50%;
  filter: blur(0.5px);
}

.planet-a {
  width: clamp(180px, 28vw, 360px);
  height: clamp(180px, 28vw, 360px);
  right: 8%;
  top: 18%;
  background:
    radial-gradient(circle at 32% 30%, rgba(255, 255, 255, 0.35), transparent 28%),
    radial-gradient(circle at 50% 50%, #8b5cf6, #2563eb 45%, #0d1028 75%);
  box-shadow:
    0 0 60px rgba(139, 92, 246, 0.55),
    0 0 120px rgba(37, 99, 235, 0.35),
    inset -20px -20px 40px rgba(5, 8, 22, 0.5);
  animation: planetFloat 14s ease-in-out infinite alternate;
}

.planet-b {
  width: clamp(90px, 12vw, 160px);
  height: clamp(90px, 12vw, 160px);
  left: 10%;
  bottom: 22%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.4), transparent 30%),
    radial-gradient(circle at 50% 50%, #06b6d4, #00f5a0 50%, #0d1028 80%);
  box-shadow:
    0 0 40px rgba(6, 182, 212, 0.5),
    0 0 80px rgba(0, 245, 160, 0.25);
  animation: planetFloat 11s ease-in-out infinite alternate-reverse;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%) rotateX(68deg);
  box-shadow: 0 0 20px rgba(109, 40, 217, 0.15);
}

.orbit-1 {
  width: clamp(280px, 42vw, 520px);
  height: clamp(280px, 42vw, 520px);
  animation: orbitSpin 40s linear infinite;
}

.orbit-2 {
  width: clamp(360px, 52vw, 660px);
  height: clamp(360px, 52vw, 660px);
  border-color: rgba(6, 182, 212, 0.18);
  animation: orbitSpin 55s linear infinite reverse;
}

.orbit-3 {
  width: clamp(440px, 62vw, 800px);
  height: clamp(440px, 62vw, 800px);
  border-color: rgba(255, 77, 141, 0.12);
  animation: orbitSpin 70s linear infinite;
}

.orbit::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00c2ff;
  box-shadow: 0 0 12px #00c2ff;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.aurora {
  position: absolute;
  width: 120%;
  height: 40%;
  left: -10%;
  filter: blur(40px);
  opacity: 0.35;
  mix-blend-mode: screen;
}

.aurora-1 {
  top: 25%;
  background: linear-gradient(90deg, transparent, rgba(0, 245, 160, 0.5), rgba(0, 194, 255, 0.45), transparent);
  transform: rotate(-8deg);
  animation: auroraWave 16s ease-in-out infinite alternate;
}

.aurora-2 {
  bottom: 15%;
  background: linear-gradient(90deg, transparent, rgba(255, 77, 141, 0.35), rgba(139, 92, 246, 0.4), transparent);
  transform: rotate(6deg);
  animation: auroraWave 20s ease-in-out infinite alternate-reverse;
}

.dust {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1px 1px at 20% 30%, rgba(255, 255, 255, 0.4), transparent),
    radial-gradient(1px 1px at 70% 60%, rgba(200, 210, 240, 0.35), transparent),
    radial-gradient(1.5px 1.5px at 45% 80%, rgba(255, 255, 255, 0.3), transparent);
  animation: particleDrift 30s linear infinite;
  opacity: 0.7;
}

@keyframes planetFloat {
  from { transform: translateY(0) scale(1); }
  to { transform: translateY(-18px) scale(1.03); }
}

@keyframes orbitSpin {
  from { transform: translate(-50%, -50%) rotateX(68deg) rotateZ(0deg); }
  to { transform: translate(-50%, -50%) rotateX(68deg) rotateZ(360deg); }
}

@keyframes auroraWave {
  from { transform: rotate(-8deg) translateX(-3%); opacity: 0.25; }
  to { transform: rotate(-4deg) translateX(3%); opacity: 0.45; }
}

.hero-content {
  position: relative;
  text-align: center;
  max-width: 820px;
  animation: fadeUp 1.1s var(--ease) both;
}

.brand-lockup {
  display: block;
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
  background: var(--grad-main);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 28px rgba(109, 40, 217, 0.45));
}

.brand-sep {
  background: var(--grad-aurora);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 600;
  margin-inline: 0.15em;
  letter-spacing: 0;
}

.headline {
  display: block;
}

.hero h1 {
  margin-bottom: 1.35rem;
  text-shadow: 0 0 60px rgba(37, 99, 235, 0.25);
}

.hero-sub {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: var(--text-secondary);
  margin-inline: auto;
  margin-bottom: 2.25rem;
  max-width: 34rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.hero-curve {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 80px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath fill='%23050816' d='M0,40 C360,80 1080,0 1440,40 L1440,80 L0,80 Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  z-index: 1;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---------- Sections shared ---------- */
.section {
  position: relative;
  padding: clamp(4.5rem, 10vw, 7.5rem) 0;
}

.section-head {
  text-align: center;
  margin-bottom: clamp(2.5rem, 5vw, 3.75rem);
}

.eyebrow {
  font-family: var(--font-head);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: var(--grad-aurora);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 0.85rem;
}

.section-lead {
  margin: 1rem auto 0;
  color: var(--text-secondary);
  font-size: 1.05rem;
}

/* ---------- Features ---------- */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.35rem;
}

.feature-card {
  position: relative;
  background: var(--card);
  backdrop-filter: blur(18px);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 1.85rem 1.6rem;
  overflow: hidden;
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease), border-color 0.45s;
  animation: floatCard 7s ease-in-out infinite alternate;
}

.feature-card:nth-child(2) { animation-delay: -1.2s; }
.feature-card:nth-child(3) { animation-delay: -2.4s; }
.feature-card:nth-child(4) { animation-delay: -0.6s; }
.feature-card:nth-child(5) { animation-delay: -3s; }
.feature-card:nth-child(6) { animation-delay: -1.8s; }

.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  opacity: 0.9;
}

.feature-card--violet::before { background: var(--grad-main); }
.feature-card--cyan::before { background: linear-gradient(90deg, #2563eb, #06b6d4); }
.feature-card--aurora::before { background: var(--grad-aurora); }
.feature-card--coral::before { background: var(--grad-accent); }
.feature-card--glow::before { background: var(--grad-glow); }
.feature-card--mint::before { background: linear-gradient(90deg, #00f5a0, #8b5cf6); }

.feature-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35), 0 0 40px rgba(109, 40, 217, 0.25);
  animation-play-state: paused;
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  margin-bottom: 1.15rem;
  position: relative;
}

.feature-card--violet .feature-icon { background: var(--grad-main); box-shadow: 0 0 24px rgba(109, 40, 217, 0.45); }
.feature-card--cyan .feature-icon { background: linear-gradient(135deg, #2563eb, #06b6d4); box-shadow: 0 0 24px rgba(6, 182, 212, 0.4); }
.feature-card--aurora .feature-icon { background: var(--grad-aurora); box-shadow: 0 0 24px rgba(0, 245, 160, 0.35); }
.feature-card--coral .feature-icon { background: var(--grad-accent); box-shadow: 0 0 24px rgba(255, 107, 107, 0.4); }
.feature-card--glow .feature-icon { background: var(--grad-glow); box-shadow: 0 0 24px rgba(255, 77, 141, 0.4); }
.feature-card--mint .feature-icon { background: linear-gradient(135deg, #00f5a0, #8b5cf6); box-shadow: 0 0 24px rgba(139, 92, 246, 0.4); }

.feature-icon::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  border-bottom-color: transparent;
  transform: rotate(-20deg);
}

.feature-card h3 {
  margin-bottom: 0.55rem;
}

.feature-card p {
  font-size: 0.95rem;
}

@keyframes floatCard {
  from { transform: translateY(0); }
  to { transform: translateY(-8px); }
}

/* ---------- Solutions zigzag ---------- */
.solutions-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.solution-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 1.75rem;
  align-items: center;
  padding: 1.75rem 2rem;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  position: relative;
  overflow: hidden;
  transition: transform 0.4s var(--ease), box-shadow 0.4s;
}

.solution-row::after {
  content: "";
  position: absolute;
  inset: auto -20% -40% auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(109, 40, 217, 0.25), transparent 70%);
  pointer-events: none;
}

.solution-row--reverse {
  grid-template-columns: 1fr 140px;
  direction: rtl;
}

.solution-row--reverse > * {
  direction: ltr;
}

.solution-row--reverse::after {
  left: -20%;
  right: auto;
  background: radial-gradient(circle, rgba(6, 182, 212, 0.22), transparent 70%);
}

.solution-row:hover {
  transform: translateX(6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3), 0 0 30px rgba(37, 99, 235, 0.15);
}

.solution-row--reverse:hover {
  transform: translateX(-6px);
}

.solution-visual {
  display: flex;
  justify-content: center;
}

.solution-icon {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  position: relative;
  box-shadow: 0 0 30px rgba(109, 40, 217, 0.35);
}

.solution-icon::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.solution-icon--main { background: var(--grad-main); }
.solution-icon--accent { background: var(--grad-accent); box-shadow: 0 0 30px rgba(255, 183, 3, 0.35); }
.solution-icon--aurora { background: var(--grad-aurora); box-shadow: 0 0 30px rgba(0, 194, 255, 0.35); }
.solution-icon--glow { background: var(--grad-glow); box-shadow: 0 0 30px rgba(255, 77, 141, 0.35); }
.solution-icon--coral { background: linear-gradient(135deg, #ff6b6b, #8b5cf6); }
.solution-icon--mint { background: linear-gradient(135deg, #00f5a0, #2563eb); }

.solution-copy h3 {
  display: inline-block;
  margin-bottom: 0.5rem;
  position: relative;
}

.solution-copy h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: var(--grad-main);
  transition: width 0.45s var(--ease);
  border-radius: 2px;
}

.solution-row:hover .solution-copy h3::after {
  width: 100%;
}

/* ---------- Showcase ---------- */
.showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.35rem;
}

.showcase-card {
  perspective: 1000px;
}

.showcase-media {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-card);
  overflow: hidden;
  border: 1px solid var(--border);
  margin-bottom: 1rem;
  transform-style: preserve-3d;
  transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease);
  background-size: 120% 120%;
  background-position: center;
}

.showcase-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, transparent 30%, rgba(5, 8, 22, 0.55));
  z-index: 1;
  transition: opacity 0.4s;
}

.showcase-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--grad-main);
  opacity: 0;
  mix-blend-mode: overlay;
  transition: opacity 0.45s;
  z-index: 1;
}

.showcase-card:hover .showcase-media {
  transform: translateY(-12px) rotateX(4deg) scale(1.02);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.4), 0 0 40px rgba(109, 40, 217, 0.35);
  background-size: 140% 140%;
}

.showcase-card:hover .showcase-media::after {
  opacity: 0.45;
}

.showcase-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  font-family: var(--font-head);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text);
  padding: 0.4rem 0.75rem;
  background: rgba(5, 8, 22, 0.55);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border);
  border-radius: 999px;
  animation: labelFloat 4s ease-in-out infinite alternate;
}

@keyframes labelFloat {
  from { transform: translateY(0); }
  to { transform: translateY(-4px); }
}

.showcase-media--1 {
  background-image:
    radial-gradient(circle at 30% 40%, rgba(109, 40, 217, 0.7), transparent 50%),
    radial-gradient(circle at 70% 60%, rgba(6, 182, 212, 0.5), transparent 45%),
    linear-gradient(145deg, #161b3d, #0d1028);
}

.showcase-media--2 {
  background-image:
    radial-gradient(circle at 60% 30%, rgba(255, 183, 3, 0.45), transparent 45%),
    radial-gradient(circle at 20% 70%, rgba(255, 107, 107, 0.5), transparent 50%),
    linear-gradient(145deg, #1a1430, #0d1028);
}

.showcase-media--3 {
  background-image:
    radial-gradient(circle at 40% 50%, rgba(0, 245, 160, 0.45), transparent 45%),
    radial-gradient(circle at 80% 20%, rgba(0, 194, 255, 0.5), transparent 40%),
    linear-gradient(145deg, #0f1f2e, #0d1028);
}

.showcase-media--4 {
  background-image:
    radial-gradient(circle at 50% 40%, rgba(255, 77, 141, 0.5), transparent 45%),
    radial-gradient(circle at 15% 80%, rgba(139, 92, 246, 0.55), transparent 45%),
    linear-gradient(145deg, #1e1230, #0d1028);
}

.showcase-media--5 {
  background-image:
    radial-gradient(circle at 35% 35%, rgba(37, 99, 235, 0.55), transparent 45%),
    radial-gradient(circle at 75% 75%, rgba(0, 245, 160, 0.35), transparent 40%),
    linear-gradient(145deg, #121a38, #0d1028);
}

.showcase-media--6 {
  background-image:
    radial-gradient(circle at 55% 45%, rgba(6, 182, 212, 0.5), transparent 45%),
    radial-gradient(circle at 20% 25%, rgba(109, 40, 217, 0.55), transparent 45%),
    linear-gradient(145deg, #14122e, #0d1028);
}

.showcase-card h3 {
  margin-bottom: 0.25rem;
}

.showcase-card > p {
  font-size: 0.9rem;
}

/* ---------- Journey timeline ---------- */
.timeline {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  position: relative;
  padding-top: 1.5rem;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 2.35rem;
  left: 4%;
  right: 4%;
  height: 2px;
  background: linear-gradient(90deg, #6d28d9, #2563eb, #06b6d4, #00f5a0, #ff4d8d, #8b5cf6);
  background-size: 200% 100%;
  animation: orbitLine 8s linear infinite;
  border-radius: 2px;
  opacity: 0.7;
  filter: drop-shadow(0 0 8px rgba(109, 40, 217, 0.6));
}

/* Curved orbital feel via SVG-like path approximation with box-shadow arcs */
.timeline::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 2%;
  right: 2%;
  height: 4rem;
  border: 1px solid rgba(6, 182, 212, 0.2);
  border-bottom: none;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  pointer-events: none;
  animation: orbitPulse 5s ease-in-out infinite alternate;
}

@keyframes orbitLine {
  from { background-position: 0% 0; }
  to { background-position: 200% 0; }
}

@keyframes orbitPulse {
  from { opacity: 0.35; transform: scaleY(1); }
  to { opacity: 0.7; transform: scaleY(1.15); }
}

.timeline-step {
  text-align: center;
  position: relative;
  padding-top: 2.5rem;
}

.timeline-node {
  position: absolute;
  top: 1.85rem;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--grad-main);
  box-shadow: 0 0 0 4px rgba(13, 16, 40, 0.9), 0 0 20px rgba(109, 40, 217, 0.7);
  z-index: 2;
  animation: nodePulse 3s ease-in-out infinite;
}

.timeline-step:nth-child(2) .timeline-node { background: linear-gradient(135deg, #2563eb, #06b6d4); animation-delay: 0.3s; }
.timeline-step:nth-child(3) .timeline-node { background: var(--grad-aurora); animation-delay: 0.6s; }
.timeline-step:nth-child(4) .timeline-node { background: var(--grad-accent); animation-delay: 0.9s; }
.timeline-step:nth-child(5) .timeline-node { background: var(--grad-glow); animation-delay: 1.2s; }
.timeline-step:nth-child(6) .timeline-node { background: linear-gradient(135deg, #00f5a0, #8b5cf6); animation-delay: 1.5s; }

@keyframes nodePulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(13, 16, 40, 0.9), 0 0 16px rgba(109, 40, 217, 0.6); }
  50% { box-shadow: 0 0 0 6px rgba(13, 16, 40, 0.9), 0 0 28px rgba(6, 182, 212, 0.7); }
}

.timeline-num {
  display: block;
  font-family: var(--font-head);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: rgba(200, 210, 240, 0.55);
  margin-bottom: 0.4rem;
}

.timeline-step h3 {
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
}

.timeline-step p {
  font-size: 0.85rem;
  margin-inline: auto;
}

/* ---------- Stats ---------- */
.stats {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.stat-card {
  text-align: center;
  padding: 2rem 1.25rem;
  border-radius: var(--radius-card);
  border: 1px solid var(--border);
  background: var(--card);
  backdrop-filter: blur(14px);
  position: relative;
  overflow: hidden;
  transition: transform 0.4s var(--ease), box-shadow 0.4s;
}

.stat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  pointer-events: none;
}

.stat-card--main::before { background: var(--grad-main); }
.stat-card--accent::before { background: var(--grad-accent); }
.stat-card--aurora::before { background: var(--grad-aurora); }
.stat-card--glow::before { background: var(--grad-glow); }

.stat-card--main { box-shadow: 0 0 40px rgba(109, 40, 217, 0.2); }
.stat-card--accent { box-shadow: 0 0 40px rgba(255, 107, 107, 0.18); }
.stat-card--aurora { box-shadow: 0 0 40px rgba(0, 194, 255, 0.18); }
.stat-card--glow { box-shadow: 0 0 40px rgba(255, 77, 141, 0.18); }

.stat-card:hover {
  transform: translateY(-8px);
}

.stat-value {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--text);
  line-height: 1.1;
  margin-bottom: 0.35rem;
  position: relative;
}

.stat-card--main .stat-value { background: var(--grad-main); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-card--accent .stat-value { background: var(--grad-accent); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-card--aurora .stat-value { background: var(--grad-aurora); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-card--glow .stat-value { background: var(--grad-glow); -webkit-background-clip: text; background-clip: text; color: transparent; }

.stat-label {
  font-family: var(--font-head);
  font-size: 0.9rem;
  font-weight: 500;
  position: relative;
}

/* ---------- Testimonials ---------- */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.35rem;
}

.testimonial-card {
  background: var(--card);
  backdrop-filter: blur(18px);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 1.85rem;
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease), border-color 0.45s;
}

.testimonial-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35), 0 0 40px rgba(0, 194, 255, 0.25);
}

.testimonial-card:nth-child(2):hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35), 0 0 40px rgba(109, 40, 217, 0.3);
}

.testimonial-card:nth-child(3):hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35), 0 0 40px rgba(255, 77, 141, 0.28);
}

.stars-row {
  color: #ffb703;
  letter-spacing: 0.15em;
  font-size: 1rem;
  margin-bottom: 1rem;
  text-shadow: 0 0 12px rgba(255, 183, 3, 0.55);
}

.testimonial-card > p {
  font-size: 1rem;
  color: var(--text);
  font-style: italic;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.testimonial-card footer {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--grad-main);
  box-shadow: 0 0 16px rgba(109, 40, 217, 0.45);
  border: 2px solid rgba(255, 255, 255, 0.15);
}

.avatar--2 { background: var(--grad-aurora); box-shadow: 0 0 16px rgba(0, 194, 255, 0.4); }
.avatar--3 { background: var(--grad-glow); box-shadow: 0 0 16px rgba(255, 77, 141, 0.4); }

cite {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

cite .name {
  font-family: var(--font-head);
  font-weight: 600;
  color: var(--text);
  font-size: 0.95rem;
}

cite .company {
  font-size: 0.8rem;
  color: var(--text-secondary);
}

/* ---------- Pricing ---------- */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: center;
}

.price-card {
  background: var(--card);
  backdrop-filter: blur(18px);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  padding: 2.25rem 1.85rem;
  position: relative;
  transition: transform 0.4s var(--ease), box-shadow 0.4s;
}

.price-card:hover {
  transform: translateY(-6px);
}

.price-card h3 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

.price {
  font-family: var(--font-display);
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1;
  margin-bottom: 0.75rem;
}

.price .currency {
  font-size: 1.35rem;
  vertical-align: super;
  margin-right: 0.1rem;
}

.price .period {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.price-desc {
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.price-card ul {
  margin-bottom: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.price-card li {
  font-size: 0.92rem;
  padding-left: 1.4rem;
  position: relative;
}

.price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--grad-aurora);
  box-shadow: 0 0 8px rgba(0, 245, 160, 0.5);
}

.price-card--featured {
  transform: scale(1.06);
  z-index: 2;
  background: rgba(18, 24, 48, 0.85);
  box-shadow:
    0 0 60px rgba(109, 40, 217, 0.35),
    0 20px 50px rgba(0, 0, 0, 0.4);
}

.price-card--featured::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: calc(var(--radius-card) + 2px);
  background: linear-gradient(120deg, #6d28d9, #2563eb, #06b6d4, #ff4d8d, #6d28d9);
  background-size: 300% 300%;
  animation: borderFlow 6s linear infinite;
  z-index: -1;
}

.price-card--featured::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius-card);
  background: rgba(13, 16, 40, 0.92);
  z-index: -1;
}

.price-card--featured:hover {
  transform: scale(1.06) translateY(-6px);
}

.price-badge {
  position: absolute;
  top: -0.85rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-head);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text);
  padding: 0.4rem 1rem;
  border-radius: 999px;
  background: var(--grad-accent);
  box-shadow: 0 8px 24px rgba(255, 107, 107, 0.4);
  white-space: nowrap;
  animation: badgeFloat 3.5s ease-in-out infinite alternate;
}

@keyframes badgeFloat {
  from { transform: translateX(-50%) translateY(0); }
  to { transform: translateX(-50%) translateY(-5px); }
}

/* ---------- FAQ ---------- */
.faq-list {
  max-width: 720px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.faq-item {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.faq-item[open] {
  border-color: rgba(109, 40, 217, 0.4);
  box-shadow: 0 0 30px rgba(109, 40, 217, 0.15);
}

.faq-item summary {
  font-family: var(--font-head);
  font-weight: 600;
  color: var(--text);
  padding: 1.2rem 1.4rem 1.2rem 3rem;
  cursor: pointer;
  list-style: none;
  position: relative;
  transition: color 0.25s;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--grad-main);
  box-shadow: 0 0 12px rgba(109, 40, 217, 0.6);
  animation: nodePulse 3s ease-in-out infinite;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: var(--text-secondary);
  transition: transform 0.3s;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  padding: 0 1.4rem 1.3rem 3rem;
  font-size: 0.95rem;
  animation: fadeUp 0.4s var(--ease);
}

/* ---------- Final CTA ---------- */
.final-cta {
  position: relative;
  padding: clamp(5rem, 12vw, 8rem) 1.25rem;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}

.final-cta-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 70% 60% at 50% 50%, rgba(109, 40, 217, 0.3), transparent 65%),
    radial-gradient(ellipse 50% 40% at 20% 80%, rgba(0, 194, 255, 0.2), transparent 50%),
    radial-gradient(ellipse 40% 50% at 80% 20%, rgba(255, 77, 141, 0.18), transparent 50%);
}

.cta-aurora {
  position: absolute;
  width: 140%;
  height: 50%;
  left: -20%;
  filter: blur(50px);
  opacity: 0.4;
  mix-blend-mode: screen;
}

.cta-aurora-1 {
  top: 10%;
  background: linear-gradient(90deg, transparent, rgba(0, 245, 160, 0.55), rgba(0, 194, 255, 0.5), transparent);
  animation: auroraWave 14s ease-in-out infinite alternate;
}

.cta-aurora-2 {
  bottom: 5%;
  background: linear-gradient(90deg, transparent, rgba(109, 40, 217, 0.5), rgba(255, 77, 141, 0.4), transparent);
  animation: auroraWave 18s ease-in-out infinite alternate-reverse;
}

.cta-particles {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(2px 2px at 15% 30%, rgba(255, 255, 255, 0.7), transparent),
    radial-gradient(2px 2px at 45% 70%, rgba(0, 245, 160, 0.6), transparent),
    radial-gradient(1.5px 1.5px at 70% 25%, rgba(255, 255, 255, 0.5), transparent),
    radial-gradient(2px 2px at 85% 60%, rgba(0, 194, 255, 0.55), transparent),
    radial-gradient(1.5px 1.5px at 30% 85%, rgba(255, 77, 141, 0.5), transparent);
  animation: particleDrift 18s linear infinite;
}

.final-cta-content h2 {
  margin-bottom: 1rem;
  max-width: 16ch;
  margin-inline: auto;
}

.final-cta-content p {
  margin-inline: auto;
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

/* ---------- Footer ---------- */
.site-footer {
  position: relative;
  padding-top: 4rem;
  border-top: 1px solid var(--border);
  background: linear-gradient(180deg, transparent, rgba(13, 16, 40, 0.8));
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 2.5rem;
  padding-bottom: 3rem;
}

.footer-brand .logo {
  display: inline-block;
  font-size: 1.6rem;
  margin-bottom: 0.85rem;
}

.footer-brand > p {
  font-size: 0.95rem;
  margin-bottom: 1.35rem;
}

.newsletter {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.35rem;
}

.newsletter input {
  flex: 1;
  min-width: 0;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 0.9rem;
}

.newsletter input::placeholder {
  color: rgba(200, 210, 240, 0.5);
}

.newsletter input:focus {
  outline: none;
  border-color: rgba(6, 182, 212, 0.5);
  box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.15);
}

.socials {
  display: flex;
  gap: 0.65rem;
}

.social {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: block;
  position: relative;
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
}

.social::after {
  content: "";
  position: absolute;
  inset: 12px;
  background: rgba(255, 255, 255, 0.9);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  opacity: 0.85;
}

.social--violet { background: var(--grad-main); box-shadow: 0 0 16px rgba(109, 40, 217, 0.35); }
.social--cyan { background: linear-gradient(135deg, #2563eb, #06b6d4); box-shadow: 0 0 16px rgba(6, 182, 212, 0.35); }
.social--aurora { background: var(--grad-aurora); box-shadow: 0 0 16px rgba(0, 245, 160, 0.3); }
.social--glow { background: var(--grad-glow); box-shadow: 0 0 16px rgba(255, 77, 141, 0.35); }

.social:hover {
  transform: translateY(-3px) scale(1.05);
}

.site-footer ul {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.site-footer ul a {
  font-size: 0.9rem;
  color: var(--text-secondary);
  transition: color 0.25s;
}

.site-footer ul a:hover {
  color: var(--text);
}

.site-footer ul span {
  font-size: 0.9rem;
}

.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 1.35rem 0;
}

.footer-bottom p {
  font-size: 0.85rem;
  color: rgba(200, 210, 240, 0.55);
  text-align: center;
  max-width: none;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .feature-grid,
  .showcase-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .timeline {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 1rem;
  }

  .timeline::before,
  .timeline::after {
    display: none;
  }

  .timeline-step {
    padding-top: 1rem;
  }

  .timeline-node {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: inline-block;
    margin-bottom: 0.75rem;
  }

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

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-inline: auto;
  }

  .price-card--featured {
    transform: scale(1);
    order: -1;
  }

  .price-card--featured:hover {
    transform: translateY(-6px);
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }

  .planet-a {
    opacity: 0.7;
    right: -5%;
  }

  .orbit {
    left: 60%;
  }
}

@media (max-width: 768px) {
  .nav {
    flex-wrap: wrap;
    border-radius: 24px;
    padding: 0.75rem 1rem;
    gap: 0.5rem;
  }

  .nav-burger {
    display: flex;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    margin: 0.5rem 0 0;
    gap: 0.25rem;
  }

  .nav-toggle:checked ~ .nav-links {
    display: flex;
  }

  .btn-nav {
    display: none;
  }

  .nav-toggle:checked ~ .btn-nav {
    display: inline-flex;
    width: 100%;
    margin-top: 0.35rem;
  }

  .feature-grid,
  .showcase-grid,
  .testimonial-grid,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .solution-row,
  .solution-row--reverse {
    grid-template-columns: 1fr;
    direction: ltr;
    text-align: center;
    gap: 1rem;
    padding: 1.5rem;
  }

  .solution-row:hover,
  .solution-row--reverse:hover {
    transform: translateY(-4px);
  }

  .timeline {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero {
    padding-top: calc(var(--nav-h) + 4rem);
  }

  .orbit-2,
  .orbit-3 {
    display: none;
  }
}

@media (max-width: 480px) {
  .timeline {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .newsletter {
    flex-direction: column;
  }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ---------- Print ---------- */
@media print {
  .cosmic-bg,
  .hero-cosmos,
  .site-header,
  .final-cta-bg {
    display: none !important;
  }

  body {
    background: #fff;
    color: #000;
  }
}
