/* NetOrch — Landing Page Styles */

:root {
  --sky-top:    #a8d8f0;
  --sky-mid:    #6ab8e0;
  --blue-deep:  #1565a0;
  --blue-dark:  #0d3d6b;
  --navy:       #071e38;
  --orange:     #f47920;
  --orange-dk:  #d4640f;
  --white:      #ffffff;
  --glass:      rgba(255,255,255,0.10);
  --glass-b:    rgba(255,255,255,0.18);
  --text-dim:   rgba(255,255,255,0.62);
  --mono:       'JetBrains Mono', monospace;
  --display:    'Rajdhani', sans-serif;
  --body:       'Exo 2', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  overflow-x: hidden; /* aquí, no en body, para no romper Elementor stretch sections */
}

body.netorch-landing-body,
body.elementor-template-canvas.page-id-19 {
  font-family: var(--body);
  background: var(--navy);
  color: var(--white);
  cursor: default;
}

/* ─── CIRCUIT BACKGROUND ─────────────────────────────────────────────────── */
.circuit-bg {
  position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden;
}
.circuit-bg svg { width: 100%; height: 100%; opacity: 0.07; }

/* ─── NAV ────────────────────────────────────────────────────────────────── */
nav.netorch-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 6vw; height: 68px;
  background: rgba(7,30,56,0.85);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav-logo {
  font-family: var(--display); font-size: 26px; font-weight: 700;
  letter-spacing: 0.14em; color: var(--white);
  text-shadow: 0 0 28px rgba(126,207,237,0.55);
  -webkit-text-stroke: 0.4px rgba(255,255,255,0.25);
}
.nav-logo span { color: var(--sky-mid); }
.nav-links { display: flex; gap: 36px; align-items: center; }
.nav-links a {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--text-dim);
  text-decoration: none; transition: color 0.2s;
}
.nav-links a:hover { color: var(--white); }
.nav-cta {
  background: var(--orange) !important; color: #fff !important;
  padding: 9px 22px !important; border-radius: 4px !important;
  font-weight: 600 !important; letter-spacing: 0.08em !important;
  box-shadow: 0 3px 14px rgba(244,121,32,0.4) !important;
  transition: all 0.2s !important;
}
.nav-cta:hover {
  box-shadow: 0 6px 24px rgba(244,121,32,0.6) !important;
  transform: translateY(-1px);
}

/* ─── NAV HAMBURGER ──────────────────────────────────────────────────────── */
.nav-hamburger {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 6px; z-index: 101;
}
.nav-hamburger span {
  display: block; width: 24px; height: 2px;
  background: var(--white); border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}
nav.netorch-nav.nav-open .nav-hamburger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
nav.netorch-nav.nav-open .nav-hamburger span:nth-child(2) { opacity: 0; }
nav.netorch-nav.nav-open .nav-hamburger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 768px) {
  .nav-hamburger { display: flex; }
  .nav-links {
    display: none; position: absolute; top: 68px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: rgba(7,30,56,0.97); backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 8px 6vw 20px;
  }
  nav.netorch-nav.nav-open .nav-links { display: flex; }
  .nav-links a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.07); font-size: 13px; }
  .nav-links a:last-child { border-bottom: none; }
  .nav-cta { margin-top: 8px; text-align: center !important; }
}

/* ─── HERO ───────────────────────────────────────────────────────────────── */
.hero {
  position: relative; z-index: 1; min-height: 100vh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 120px 6vw 80px;
  background: linear-gradient(160deg, #1e7ab8 0%, #1054a0 38%, #0a2e5c 70%, var(--navy) 100%);
  overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 30%, rgba(126,207,237,0.14) 0%, transparent 70%),
    radial-gradient(ellipse 40% 30% at 80% 80%, rgba(20,80,140,0.3) 0%, transparent 60%);
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.09); border: 1px solid rgba(255,255,255,0.18);
  border-radius: 20px; padding: 6px 16px;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--sky-mid); margin-bottom: 32px;
  animation: fadeUp 0.8s ease both;
}
.hero-badge::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--sky-mid); box-shadow: 0 0 8px var(--sky-mid);
  animation: pulse 2s infinite;
}
.hero-title {
  font-family: var(--display); font-size: clamp(48px, 9vw, 96px);
  font-weight: 700; line-height: 0.95; letter-spacing: 0.06em; text-transform: uppercase;
  margin-bottom: 8px;
  text-shadow: 0 0 60px rgba(126,207,237,0.3), 0 4px 20px rgba(0,0,0,0.4);
  -webkit-text-stroke: 0.5px rgba(255,255,255,0.2);
  animation: fadeUp 0.8s 0.1s ease both;
}
.hero-title .line2 {
  display: block; -webkit-text-stroke: 1px rgba(126,207,237,0.6);
  color: transparent; text-shadow: 0 0 40px rgba(126,207,237,0.4);
}
.hero-sub {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em;
  color: var(--sky-mid); text-transform: uppercase; margin-bottom: 28px;
  animation: fadeUp 0.8s 0.15s ease both;
}
.hero-desc {
  font-size: 18px; font-weight: 300; color: rgba(255,255,255,0.8);
  max-width: 580px; line-height: 1.7; margin: 0 auto 48px;
  animation: fadeUp 0.8s 0.2s ease both;
}
.hero-desc strong { color: var(--white); font-weight: 700; }
.hero-actions {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
  animation: fadeUp 0.8s 0.3s ease both;
}
.hero-nodes { position: absolute; inset: 0; pointer-events: none; }
.node-dot {
  position: absolute; border-radius: 50%;
  background: radial-gradient(circle, rgba(126,207,237,0.6) 0%, transparent 70%);
  animation: float linear infinite;
}
.hero-scroll {
  position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: var(--text-dim); text-decoration: none;
  animation: fadeUp 1s 0.6s ease both;
  transition: color 0.2s;
}
.hero-scroll:hover { color: rgba(255,255,255,0.7); }
.scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.3), transparent);
  animation: scrollLine 1.8s ease-in-out infinite;
}

/* ─── BUTTONS ────────────────────────────────────────────────────────────── */
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px; padding: 16px 36px;
  background: linear-gradient(135deg, var(--orange), var(--orange-dk));
  color: #fff; font-family: var(--body); font-size: 15px; font-weight: 700;
  letter-spacing: 0.06em; text-decoration: none; border-radius: 6px;
  box-shadow: 0 6px 28px rgba(244,121,32,0.45); transition: all 0.25s;
}
.btn-primary:hover { box-shadow: 0 10px 40px rgba(244,121,32,0.65); transform: translateY(-2px); }
.btn-primary .arrow { transition: transform 0.2s; }
.btn-primary:hover .arrow { transform: translateX(4px); }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 10px; padding: 15px 32px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.2);
  color: var(--white); font-family: var(--body); font-size: 15px; font-weight: 600;
  letter-spacing: 0.04em; text-decoration: none; border-radius: 6px; transition: all 0.2s;
}
.btn-ghost:hover { background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.4); }

/* ─── SECTIONS ───────────────────────────────────────────────────────────── */
.section { position: relative; z-index: 1; padding: 100px 6vw; }
.section-label {
  font-family: var(--mono) !important; font-size: clamp(38px, 5.5vw, 64px) !important; letter-spacing: 0.25em !important;
  text-transform: uppercase !important; color: var(--orange) !important; margin-bottom: 14px !important;
}
.section-title {
  font-family: var(--display); font-size: clamp(32px, 5vw, 54px);
  font-weight: 700; letter-spacing: 0.05em; line-height: 1.1; margin-bottom: 20px;
}
.section-desc { font-size: 17px; font-weight: 300; color: var(--text-dim); max-width: 560px; line-height: 1.75; }

/* ─── PROBLEM CARDS ──────────────────────────────────────────────────────── */
.problems-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr));
  gap: 20px; margin-top: 56px;
}
.problem-card {
  background: var(--glass); border: 1px solid var(--glass-b);
  border-radius: 10px; padding: 28px 24px; position: relative; overflow: hidden;
  backdrop-filter: blur(8px); transition: border-color 0.2s, transform 0.2s;
}
.problem-card:hover { border-color: rgba(255,255,255,0.35); transform: translateY(-3px); }
.problem-card::before {
  content: '✕'; position: absolute; top: 18px; right: 20px;
  font-size: 18px; color: var(--orange); opacity: 0.7;
}
.problem-card h3 {
  font-family: var(--display); font-size: 18px; font-weight: 700;
  letter-spacing: 0.05em; margin-bottom: 10px; color: var(--white);
}
.problem-card p { font-size: 14px; color: var(--text-dim); line-height: 1.6; }

/* ─── SOLUTION ───────────────────────────────────────────────────────────── */
.solution-bg {
  background: linear-gradient(160deg, var(--blue-deep) 0%, var(--blue-dark) 60%, var(--navy) 100%);
}
.solution-layout {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
  max-width: 1100px; margin: 0 auto;
}
@media (max-width: 768px) { .solution-layout { grid-template-columns: 1fr; gap: 40px; } }
.solution-checks { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.solution-checks li { display: flex; align-items: flex-start; gap: 14px; font-size: 16px; line-height: 1.5; }
.check-icon {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
  background: rgba(76,219,138,0.15); border: 1px solid rgba(76,219,138,0.4);
  display: flex; align-items: center; justify-content: center;
  color: #4cdb8a; font-size: 12px; margin-top: 2px;
}
.solution-visual {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px; padding: 32px; position: relative; overflow: hidden;
}
.solution-visual::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--orange), var(--sky-mid));
}
.terminal { font-family: var(--mono); font-size: 12px; line-height: 1.9; color: #7ecfed; }
.terminal .ok  { color: #4cdb8a; }
.terminal .dim { color: rgba(255,255,255,0.35); }
.terminal .cmd { color: var(--white); }

/* ─── PLANS ──────────────────────────────────────────────────────────────── */
.plans-billing-toggle {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  margin: 32px auto 0;
}
.billing-label {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--text-dim);
}
.billing-badge {
  background: var(--orange); color: #fff; font-size: 9px; font-weight: 700;
  padding: 2px 7px; border-radius: 8px; letter-spacing: 0.08em; margin-left: 4px;
  vertical-align: middle;
}
.billing-switch {
  position: relative; width: 44px; height: 24px; display: inline-block; flex-shrink: 0;
}
.billing-switch input { opacity: 0; width: 0; height: 0; position: absolute; }
.billing-slider {
  position: absolute; cursor: pointer; inset: 0;
  background: rgba(255,255,255,0.12); border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.2); transition: 0.2s;
}
.billing-slider::before {
  content: ''; position: absolute; height: 18px; width: 18px;
  left: 2px; bottom: 2px; background: #fff; border-radius: 50%; transition: 0.2s;
}
.billing-switch input:checked + .billing-slider { background: var(--orange); border-color: var(--orange); }
.billing-switch input:checked + .billing-slider::before { transform: translateX(20px); }

.plan-annual-total {
  font-family: var(--mono); font-size: 15px; font-weight: 700;
  color: var(--sky); margin-top: 4px; letter-spacing: 0.04em;
}

.plan-annual-note {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em;
  color: var(--sky-mid); margin-top: 2px; line-height: 1.4;
}

.plans-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 20px; max-width: 1200px; margin: 48px auto 0;
}
@media (max-width: 1024px) { .plans-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .plans-grid { grid-template-columns: 1fr; } }
.plan-card {
  background: var(--glass); border: 1px solid var(--glass-b);
  border-radius: 12px; overflow: hidden; transition: transform 0.25s, box-shadow 0.25s; position: relative;
}
.plan-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.3); }
.plan-card.featured {
  border-color: var(--orange);
  box-shadow: 0 0 0 1px var(--orange), 0 12px 40px rgba(244,121,32,0.2);
}
.plan-badge {
  position: absolute; top: 14px; right: 14px;
  font-family: var(--mono); font-size: 9px; letter-spacing: 0.15em; text-transform: uppercase;
  padding: 3px 10px; border-radius: 10px; background: var(--orange); color: #fff; font-weight: 700;
}
.plan-head { padding: 28px 24px 20px; border-bottom: 1px solid var(--glass-b); }
.plan-tier { font-family: var(--mono); font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-dim); margin-bottom: 8px; }
.plan-name { font-family: var(--display); font-size: 22px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 12px; }
.plan-price { font-family: var(--display); font-size: 40px; font-weight: 700; line-height: 1; }
.plan-price sup { font-size: 18px; vertical-align: super; }
.plan-price sub { font-size: 13px; color: var(--text-dim); font-family: var(--body); font-weight: 400; }
.plan-desc { font-size: 13px; color: var(--text-dim); margin-top: 8px; line-height: 1.5; }
.plan-body { padding: 20px 24px 28px; }
.plan-features { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.plan-features li { font-size: 13px; color: rgba(255,255,255,0.75); display: flex; align-items: center; gap: 8px; }
.plan-features li::before { content: '→'; color: var(--sky-mid); font-family: var(--mono); }
.plan-btn {
  display: block; text-align: center; padding: 13px; border-radius: 6px;
  font-family: var(--body); font-size: 13px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; transition: all 0.2s;
}
.plan-btn-primary {
  background: linear-gradient(135deg, var(--orange), var(--orange-dk));
  color: #fff; box-shadow: 0 4px 18px rgba(244,121,32,0.4);
}
.plan-btn-primary:hover { box-shadow: 0 7px 28px rgba(244,121,32,0.6); transform: translateY(-1px); }
.plan-btn-ghost { background: rgba(255,255,255,0.07); border: 1px solid var(--glass-b); color: var(--white); }
.plan-btn-ghost:hover { background: rgba(255,255,255,0.13); }
.plan-btn-soon {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.35); cursor: default; font-style: italic;
  letter-spacing: 0.1em;
}

/* ─── USE CASES ──────────────────────────────────────────────────────────── */
.cases-grid {
  display: grid; grid-template-columns: repeat(2,1fr);
  gap: 20px; margin-top: 56px; max-width: 800px;
}
@media (max-width: 600px) { .cases-grid { grid-template-columns: 1fr; } }
.case-card {
  display: flex; align-items: flex-start; gap: 16px;
  background: var(--glass); border: 1px solid var(--glass-b);
  border-radius: 10px; padding: 22px 20px; transition: border-color 0.2s;
}
.case-card:hover { border-color: rgba(255,255,255,0.3); }
.case-icon {
  width: 44px; height: 44px; border-radius: 10px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 22px;
}
.case-icon.orange { background: rgba(244,121,32,0.15); }
.case-icon.blue   { background: rgba(126,207,237,0.12); }
.case-icon.purple { background: rgba(160,120,240,0.12); }
.case-icon.green  { background: rgba(76,219,138,0.12); }
.case-text h4 { font-family: var(--display); font-size: 16px; font-weight: 700; letter-spacing: 0.04em; margin-bottom: 5px; }
.case-text p  { font-size: 13px; color: var(--text-dim); line-height: 1.55; }

/* ─── REGISTER CTA ───────────────────────────────────────────────────────── */
.register-section {
  position: relative; z-index: 1; padding: 120px 6vw;
  background: linear-gradient(135deg, var(--blue-deep) 0%, #0f3c70 50%, var(--navy) 100%);
  text-align: center; overflow: hidden;
}
.register-layout {
  position: relative; max-width: 1000px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
@media (max-width: 768px) {
  .register-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .register-layout > div:first-child { text-align: center; }
  .register-layout .woo-badge { margin: 20px auto 0; }
}
.register-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(126,207,237,0.1) 0%, transparent 70%);
}
.register-glow {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(244,121,32,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.register-title {
  font-family: var(--display); font-size: clamp(36px, 6vw, 64px);
  font-weight: 700; letter-spacing: 0.06em; line-height: 1.05;
  margin-bottom: 20px; position: relative;
}
.register-title .highlight { color: var(--orange); text-shadow: 0 0 30px rgba(244,121,32,0.5); }
.register-desc { font-size: 17px; color: var(--text-dim); max-width: 520px; margin: 0 auto 48px; line-height: 1.7; position: relative; }
.register-form-area {
  max-width: 440px; margin: 0 auto; position: relative;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14);
  border-radius: 14px; padding: 36px 32px; backdrop-filter: blur(12px);
}
.register-form-area::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--orange), var(--sky-mid));
  border-radius: 14px 14px 0 0;
}
.form-head { text-align: center; margin-bottom: 24px; }
.form-head .form-title { font-family: var(--display); font-size: 22px; font-weight: 700; letter-spacing: 0.06em; margin-bottom: 6px; }
.form-head .form-sub   { font-family: var(--mono); font-size: 10px; letter-spacing: 0.15em; color: var(--text-dim); text-transform: uppercase; }
.form-field { margin-bottom: 14px; }
.form-field label { display: block; font-family: var(--mono); font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-dim); margin-bottom: 6px; }
.form-field input {
  width: 100%; padding: 12px 14px; background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.15); border-radius: 6px; color: var(--white);
  font-family: var(--body); font-size: 14px; outline: none; transition: border-color 0.2s, background 0.2s;
}
.form-field input::placeholder { color: rgba(255,255,255,0.3); }
.form-field input:focus { border-color: var(--sky-mid); background: rgba(255,255,255,0.10); }
.form-submit {
  width: 100%; padding: 15px;
  background: linear-gradient(135deg, var(--orange), var(--orange-dk));
  color: #fff; border: none; border-radius: 6px;
  font-family: var(--body); font-size: 15px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  cursor: pointer; margin-top: 8px; box-shadow: 0 6px 24px rgba(244,121,32,0.4); transition: all 0.2s;
}
.form-submit:hover { box-shadow: 0 10px 36px rgba(244,121,32,0.6); transform: translateY(-2px); }
.form-note { text-align: center; margin-top: 16px; font-size: 12px; color: var(--text-dim); line-height: 1.5; }
.form-note a { color: var(--sky-mid); text-decoration: none; }
.form-note a:hover { text-decoration: underline; }
.woo-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(150,88,211,0.15); border: 1px solid rgba(150,88,211,0.3);
  border-radius: 20px; padding: 5px 14px; margin-top: 20px;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em;
  color: rgba(200,160,255,0.9); text-transform: uppercase;
}
.woo-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(180,120,255,0.8); }

/* ─── WHY NETKIDO ────────────────────────────────────────────────────────── */
.why-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
  gap: 20px; margin-top: 60px;
}
.why-card {
  background: var(--glass); border: 1px solid var(--glass-b);
  border-radius: 10px; padding: 28px 22px; transition: all 0.2s;
}
.why-card:hover { border-color: var(--glass-b); transform: translateY(-3px); }
.why-card::before {
  content: attr(data-n); display: block; font-family: var(--display);
  font-size: 52px; font-weight: 700; letter-spacing: 0.02em;
  color: rgba(126,207,237,0.12); line-height: 1; margin-bottom: 12px;
}
.why-card h4 { font-family: var(--display); font-size: 17px; font-weight: 700; letter-spacing: 0.05em; margin-bottom: 8px; }
.why-card p  { font-size: 13px; color: var(--text-dim); line-height: 1.6; }

/* ─── FOOTER ─────────────────────────────────────────────────────────────── */
footer.netorch-footer {
  position: relative; z-index: 1; padding: 48px 6vw 32px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px;
}
.footer-brand { font-family: var(--display); font-size: 20px; font-weight: 700; letter-spacing: 0.14em; color: var(--white); }
.footer-brand span { color: var(--sky-mid); }
.footer-meta { font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; color: var(--text-dim); text-transform: uppercase; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-dim); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--white); }

/* ─── ANIMATIONS ─────────────────────────────────────────────────────────── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes pulse {
  0%,100% { opacity: 1; box-shadow: 0 0 8px var(--sky-mid); }
  50%     { opacity: 0.4; box-shadow: 0 0 3px var(--sky-mid); }
}
@keyframes float {
  0%   { transform: translate(0,0) scale(1); opacity: 0; }
  10%  { opacity: 0.6; }
  90%  { opacity: 0.2; }
  100% { transform: translate(var(--tx), var(--ty)) scale(0.3); opacity: 0; }
}
@keyframes scrollLine {
  0%   { transform: scaleY(0); transform-origin: top; opacity: 1; }
  50%  { transform: scaleY(1); transform-origin: top; opacity: 1; }
  51%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; opacity: 0; }
}
@keyframes revealSection {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}
.reveal   { opacity: 0; }
.revealed { animation: revealSection 0.7s ease forwards; }
/* En el editor de Elementor el IntersectionObserver no dispara: mostrar todo */
body.elementor-editor-active .reveal { opacity: 1; }

/* ─── SECCIÓN CONTACTO ───────────────────────────────────────────────────── */
.contact-section {
  position: relative; z-index: 1;
  padding: 100px 6vw 90px;
  background: linear-gradient(180deg, #071e38 0%, #0a2545 100%);
  border-top: 1px solid rgba(255,255,255,0.07);
}
.contact-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.25fr;
  gap: 72px; align-items: start;
}
.contact-title {
  font-family: var(--display); font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 700; letter-spacing: 0.04em; line-height: 1.1;
  margin: 12px 0 20px;
}
.contact-desc {
  font-size: 16px; line-height: 1.75; color: var(--text-dim);
  margin-bottom: 36px; max-width: 420px;
}
.contact-trust { display: flex; flex-direction: column; gap: 14px; margin-bottom: 36px; }
.trust-item {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--mono); font-size: 12px;
  color: rgba(255,255,255,.6); letter-spacing: 0.04em;
}
.trust-icon { font-size: 17px; flex-shrink: 0; }
.contact-direct {
  font-family: var(--mono); font-size: 11px;
  color: rgba(255,255,255,.35); letter-spacing: 0.06em;
}
.contact-direct a {
  color: var(--sky-mid); text-decoration: none; margin-left: 6px;
}
.contact-direct a:hover { text-decoration: underline; }

/* Tarjeta del formulario */
.nk-contact-form-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px; padding: 36px 32px;
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

@media (max-width: 900px) {
  .contact-inner { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 600px) {
  .contact-section { padding: 72px 6vw 64px; }
  .nk-contact-form-card { padding: 28px 20px; }
}
