:root {
  --text-main: #e8edf5;
  --text-muted: #94a3b8;
  --text-soft: #64748b;
  --bg-dark: #020617;
  --bg-panel: #0b1120;
  --border: rgba(148, 163, 184, 0.18);
  --accent: #4f46e5;
  --cyan: #0ea5e9;
  --green: #22c55e;
  --purple: #a855f7;
  --orange: #f97316;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--bg-dark);
  color: var(--text-main);
  line-height: 1.65;
  overflow-x: hidden;
  min-height: 100vh;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(79, 70, 229, 0.16), transparent),
    radial-gradient(ellipse 60% 40% at 100% 50%, rgba(14, 165, 233, 0.07), transparent),
    radial-gradient(ellipse 50% 30% at 0% 80%, rgba(34, 197, 94, 0.05), transparent);
  pointer-events: none;
  z-index: 0;
}

a { color: inherit; text-decoration: none; }

a:focus-visible {
  outline: 2px solid #818cf8;
  outline-offset: 2px;
  border-radius: 4px;
}

.page {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 20px 80px;
}

/* Navigation */
.nav {
  padding: 12px 22px;
  margin-bottom: 32px;
  border-radius: 999px;
  background: rgba(11, 17, 32, 0.9);
  border: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  backdrop-filter: blur(20px);
  gap: 16px;
  position: sticky;
  top: 12px;
  z-index: 100;
}

.nav-brand {
  display: flex;
  gap: 11px;
  align-items: center;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}

.nav-brand:hover { opacity: 0.9; }

.logo-img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 9px;
  background: #fff;
  box-sizing: border-box;
  display: block;
}

.logo-mark {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(148, 163, 184, 0.24);
  box-shadow:
    0 1px 2px rgba(2, 6, 23, 0.18),
    0 6px 16px rgba(2, 6, 23, 0.22);
  overflow: hidden;
}

.logo-mark img {
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  display: block;
}

.nav-brand-name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1;
  white-space: nowrap;
}

.brand-fd { color: #f8fafc; }
.brand-media { color: #38bdf8; font-weight: 600; }
.brand-global { color: #cbd5e1; font-weight: 600; }

.logo {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: conic-gradient(from 220deg, #4f46e5, #22c55e, #0ea5e9, #a855f7, #4f46e5);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.7);
  flex-shrink: 0;
}

.logo-inner {
  width: 78%;
  height: 78%;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 20%, #111827 0, #020617 75%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  color: #e5e7eb;
  letter-spacing: 0.06em;
}

.nav-links {
  display: flex;
  gap: 4px;
  font-size: 13px;
  color: var(--text-muted);
}

.nav-links a {
  padding: 7px 13px;
  border-radius: 999px;
  transition: color 0.2s, background 0.2s;
}

.nav-links a:hover { color: #fff; background: rgba(255, 255, 255, 0.06); }

.nav-links a.active {
  color: #fff;
  background: rgba(79, 70, 229, 0.22);
  font-weight: 600;
}

.lang-switch {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.05);
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--border);
  font-size: 12px;
  flex-shrink: 0;
}

.lang-switch .lang { color: #cbd5e1; transition: 0.2s; }
.lang-switch .lang:hover { color: #fff; }
.lang-switch .active { font-weight: 600; color: #fff; }
.lang-switch .divider { color: #475569; }

/* Typography */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--cyan);
  margin-bottom: 12px;
}

.section-label::before {
  content: '';
  width: 20px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--cyan));
  border-radius: 2px;
}

.section-title {
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  line-height: 1.2;
}

.section-subtitle {
  font-size: 15px;
  color: var(--text-muted);
  max-width: 640px;
  line-height: 1.75;
}

.page-hero {
  padding: 40px 36px;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(11, 17, 32, 0.95), rgba(17, 24, 39, 0.55));
  border: 1px solid var(--border);
  margin-bottom: 40px;
}

.page-hero h1 {
  font-size: clamp(28px, 4.5vw, 40px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 14px;
}

.page-hero.compact { padding: 32px 28px; margin-bottom: 32px; }

.page-hero .section-subtitle,
.about-intro {
  max-width: 100% !important;
  width: 100%;
}

/* Hero home */
.hero {
  padding: 52px 44px;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(11, 17, 32, 0.95), rgba(17, 24, 39, 0.6));
  border: 1px solid var(--border);
  margin-bottom: 48px;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: '';
  position: absolute;
  top: -40%;
  right: -15%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(79, 70, 229, 0.3), transparent 70%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  gap: 36px;
  position: relative;
  z-index: 1;
}

@media (min-width: 900px) {
  .hero-grid { grid-template-columns: 1.25fr 1fr; align-items: center; }
}

.hero h1 {
  font-size: clamp(30px, 5vw, 44px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #fff 0%, #c7d2fe 50%, #7dd3fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-slogan {
  font-size: clamp(17px, 2.5vw, 20px);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.4;
  margin-bottom: 14px;
  color: #7dd3fc;
}

.page-hero .hero-slogan {
  margin-bottom: 16px;
}

.hero-lead {
  font-size: 16px;
  color: var(--text-muted);
  max-width: 540px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.stat-card {
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 18px;
}

.stat-value {
  font-size: 22px;
  font-weight: 800;
  background: linear-gradient(135deg, #818cf8, #38bdf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-label { font-size: 12px; color: var(--text-soft); margin-top: 4px; }

/* Buttons */
.btn-primary {
  background: linear-gradient(135deg, #4f46e5, #0ea5e9);
  padding: 12px 24px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  box-shadow: 0 4px 20px rgba(79, 70, 229, 0.35);
  transition: transform 0.2s, box-shadow 0.2s;
}

a.btn-primary { display: inline-block; }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 6px 28px rgba(79, 70, 229, 0.45); }

.btn-ghost {
  padding: 12px 24px;
  border-radius: 999px;
  border: 1px solid rgba(79, 70, 229, 0.5);
  background: rgba(79, 70, 229, 0.08);
  color: #c7d2fe;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  transition: background 0.2s, border-color 0.2s;
}

a.btn-ghost { display: inline-block; }
.btn-ghost:hover { background: rgba(79, 70, 229, 0.18); border-color: #6366f1; }

/* Pipeline */
.pipeline {
  margin-bottom: 48px;
  padding: 32px;
  border-radius: 24px;
  background: var(--bg-panel);
  border: 1px solid var(--border);
}

.pipeline-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.pipeline-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 14px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid var(--border);
  min-width: 110px;
  text-align: center;
  transition: border-color 0.25s, transform 0.25s;
}

.pipeline-step:hover {
  transform: translateY(-2px);
  border-color: rgba(79, 70, 229, 0.4);
}

.pipeline-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}

.pipeline-step strong { font-size: 12px; font-weight: 700; }

.pipeline-step span {
  font-size: 10px;
  color: var(--text-soft);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.pipeline-arrow { color: var(--text-soft); font-size: 18px; opacity: 0.5; }

/* Gateway cards (home) */
.gateway-grid {
  display: grid;
  gap: 20px;
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  .gateway-grid { grid-template-columns: repeat(3, 1fr); }
}

.gateway-card {
  padding: 28px 24px;
  border-radius: 20px;
  background: var(--bg-panel);
  border: 1px solid var(--border);
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}

.gateway-card:hover {
  border-color: rgba(148, 163, 184, 0.35);
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3);
}

.gateway-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 16px;
}

.gateway-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--text-main);
}

.gateway-card p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.65;
  flex: 1;
}

.gateway-card .arrow {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 600;
  color: var(--cyan);
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Grids */
.grid { display: grid; gap: 20px; }

@media (min-width: 700px) {
  .grid-2 { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 900px) {
  .grid-broadcast { grid-template-columns: repeat(2, 1fr); }
  .grid-saas { grid-template-columns: repeat(3, 1fr); }
  .grid-usecases { grid-template-columns: repeat(3, 1fr); }
  .grid-consulting { grid-template-columns: repeat(3, 1fr); }
}

/* Product cards */
.product-card {
  background: var(--bg-panel);
  border-radius: 20px;
  padding: 26px;
  border: 1px solid var(--border);
  font-size: 14px;
  color: var(--text-muted);
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.product-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--card-accent, var(--accent));
  opacity: 0.85;
}

.product-card:hover {
  border-color: rgba(148, 163, 184, 0.3);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.product-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 4px;
}

.product-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--card-accent, var(--accent));
  margin-bottom: 10px;
}

.product-card p { line-height: 1.7; }

.product-features {
  margin-top: 14px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.product-features li {
  font-size: 12px;
  color: var(--text-soft);
  padding-left: 16px;
  position: relative;
}

.product-features li::before {
  content: '›';
  position: absolute;
  left: 0;
  color: var(--card-accent, var(--accent));
  font-weight: 700;
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.pill-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(79, 70, 229, 0.35);
  color: #e2e8f0;
  font-size: 12px;
  font-weight: 500;
  background: rgba(79, 70, 229, 0.1);
  transition: 0.25s;
}

.pill-link:hover { background: rgba(79, 70, 229, 0.22); border-color: #6366f1; }

.pill-link.secondary {
  border-color: rgba(148, 163, 184, 0.25);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-muted);
}

.pill-link.secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #e2e8f0;
}

/* Consulting */
.consulting-block {
  padding: 36px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.12), rgba(14, 165, 233, 0.08));
  border: 1px solid rgba(79, 70, 229, 0.25);
  margin-bottom: 40px;
}

.consulting-item {
  padding: 22px;
  border-radius: 16px;
  background: rgba(11, 17, 32, 0.7);
  border: 1px solid var(--border);
}

.consulting-item h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 8px;
}

.consulting-item p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.65;
}

.use-case-card {
  background: var(--bg-panel);
  border-radius: 18px;
  padding: 24px;
  border: 1px solid var(--border);
}

.use-case-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 8px;
}

.use-case-card p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.65;
}

.about-block {
  padding: 32px;
  border-radius: 20px;
  background: var(--bg-panel);
  border: 1px solid var(--border);
  margin-top: 32px;
}

.about-block p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.75;
  max-width: 720px;
}

.about-hero-logo {
  width: 120px;
  height: auto;
  margin-bottom: 24px;
  border-radius: 12px;
}

/* About / Nosotros page */
.about-hero {
  padding: 48px 44px;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(11, 17, 32, 0.98), rgba(17, 24, 39, 0.65));
  border: 1px solid var(--border);
  margin-bottom: 48px;
  position: relative;
  overflow: hidden;
}

.about-hero::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.18), transparent 70%);
  pointer-events: none;
}

.about-hero::after {
  content: '';
  position: absolute;
  bottom: -40%;
  left: -5%;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(79, 70, 229, 0.14), transparent 70%);
  pointer-events: none;
}

.about-hero-grid {
  display: grid;
  gap: 36px;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (min-width: 860px) {
  .about-hero-grid { grid-template-columns: auto 1fr; gap: 48px; }
}

.about-hero-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about-hero-brand .about-hero-logo {
  width: 160px;
  max-width: 100%;
  margin-bottom: 16px;
  border-radius: 16px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.about-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.12);
  border: 1px solid rgba(14, 165, 233, 0.28);
  font-size: 12px;
  font-weight: 600;
  color: #7dd3fc;
  letter-spacing: 0.04em;
}

.about-hero h1 {
  font-size: clamp(32px, 5vw, 44px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #fff 0%, #c7d2fe 55%, #7dd3fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-hero .section-subtitle {
  font-size: 16px;
  max-width: 560px;
}

.about-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.about-pillar {
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  border: 1px solid var(--border);
  background: rgba(15, 23, 42, 0.6);
  color: var(--text-muted);
}

.about-pillar.cyan { border-color: rgba(14, 165, 233, 0.35); color: #7dd3fc; background: rgba(14, 165, 233, 0.1); }
.about-pillar.purple { border-color: rgba(79, 70, 229, 0.35); color: #a5b4fc; background: rgba(79, 70, 229, 0.1); }
.about-pillar.green { border-color: rgba(34, 197, 94, 0.35); color: #86efac; background: rgba(34, 197, 94, 0.1); }

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 48px;
}

.about-stat {
  padding: 22px 20px;
  border-radius: 18px;
  background: var(--bg-panel);
  border: 1px solid var(--border);
  text-align: center;
}

.about-stat strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
  background: linear-gradient(135deg, #818cf8, #38bdf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 4px;
}

.about-stat span {
  font-size: 11px;
  color: var(--text-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mv-grid {
  display: grid;
  gap: 24px;
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  .mv-grid { grid-template-columns: repeat(2, 1fr); }
}

.mv-card {
  padding: 28px 26px;
  border-radius: 20px;
  background: var(--bg-panel);
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}

.mv-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--card-accent, var(--accent));
  opacity: 0.9;
}

.mv-card.mission { --card-accent: #0ea5e9; }
.mv-card.vision { --card-accent: #4f46e5; }

.mv-card h2 {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 12px;
}

.mv-card p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.8;
}

.values-grid {
  display: grid;
  gap: 16px;
}

@media (min-width: 600px) {
  .values-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 900px) {
  .values-grid { grid-template-columns: repeat(3, 1fr); }
}

.value-card {
  padding: 22px 24px;
  border-radius: 18px;
  background: var(--bg-panel);
  border: 1px solid var(--border);
  transition: border-color 0.25s;
}

.value-card:hover {
  border-color: rgba(148, 163, 184, 0.3);
}

.value-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 8px;
}

.value-card p {
  font-size: 13px;
  color: var(--text-soft);
  line-height: 1.65;
}

.value-card.v-cyan h3 { color: #7dd3fc; }
.value-card.v-purple h3 { color: #a5b4fc; }
.value-card.v-green h3 { color: #86efac; }
.value-card.v-orange h3 { color: #fdba74; }
.value-card.v-pink h3 { color: #f9a8d4; }
.value-card.v-teal h3 { color: #5eead4; }

/* Contact */
.contact-card {
  background: var(--bg-panel);
  padding: 32px;
  border-radius: 20px;
  border: 1px solid var(--border);
  max-width: 720px;
}

.contact-layout {
  display: grid;
  gap: 40px;
}

@media (min-width: 800px) {
  .contact-layout { grid-template-columns: 1fr 1.2fr; align-items: start; }
}

.contact-info h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.contact-info p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 20px;
}

.contact-detail {
  font-size: 14px;
  color: var(--text-muted);
  padding: 14px 0;
  border-top: 1px solid var(--border);
}

.contact-detail strong {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-soft);
  margin-bottom: 4px;
}

.contact-detail a { color: #818cf8; }

input, textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(51, 65, 85, 0.8);
  background: rgba(15, 23, 42, 0.8);
  color: #fff;
  margin-top: 6px;
  font-size: 14px;
  font-family: inherit;
  transition: border-color 0.2s;
}

input:focus, textarea:focus {
  outline: none;
  border-color: var(--accent);
}

label { font-size: 13px; color: var(--text-muted); }

.form-grid { display: grid; gap: 18px; }

/* CTA band */
.cta-band {
  padding: 40px 36px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.15), rgba(14, 165, 233, 0.1));
  border: 1px solid rgba(79, 70, 229, 0.3);
  text-align: center;
  margin-top: 48px;
}

.cta-band h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.cta-band p {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 24px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

section { margin-bottom: 40px; }
.section-header { margin-bottom: 28px; }

/* Footer */
footer {
  margin-top: 60px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
  display: grid;
  gap: 20px;
}

@media (min-width: 700px) {
  footer { grid-template-columns: 1fr auto; align-items: start; }
}

.footer-brand {
  font-size: 12px;
  color: var(--text-soft);
  line-height: 1.6;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  font-size: 12px;
  color: var(--text-muted);
}

.footer-nav a:hover { color: #fff; }

@media (max-width: 720px) {
  .nav { flex-wrap: wrap; border-radius: 20px; position: relative; top: 0; }
  .nav-links {
    order: 3;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 10px;
    border-top: 1px solid var(--border);
  }
  .hero { padding: 32px 22px; }
  .pipeline { padding: 22px; }
  .pipeline-arrow { display: none; }
}
