.elementor-218 .elementor-element.elementor-element-fbff337{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}@media(max-width:767px){.elementor-218 .elementor-element.elementor-element-9b388ff{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:33px 0px 0px 0px;}.elementor-218 .elementor-element.elementor-element-5dc2221{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 33px) 0px;padding:0px 0px 0px 0px;}.elementor-218 .elementor-element.elementor-element-ff52aec{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 33px) 0px;padding:0px 0px 0px 0px;}.elementor-218 .elementor-element.elementor-element-c1ab909{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 33px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-13edbf3 *//* ════════════════════════════════════════════════════
   360° STARK — ESTILOS GLOBALES (marketing-360)
   Incluye: variables, reset, secciones, header, footer
════════════════════════════════════════════════════ */

/* ── Variables ── */
:root {
  --orange: #FF8C00;
  --orange-deep: #E67A00;
  --orange-light: #FFB347;
  --steel: #6B7A90;
  --steel-light: #9AAAC0;
  --carbon: #0f1117;
  --carbon-mid: #161b24;
  --carbon-surface: #1e2433;
  --carbon-border: rgba(255, 255, 255, 0.07);
  --white: #fff;
  --white-muted: rgba(255, 255, 255, 0.6);
  --white-dim: rgba(255, 255, 255, 0.08);
}

/* ── Reset ── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html { scroll-behavior: smooth; }
body {
  font-family: 'Outfit', sans-serif;
  background: var(--carbon);
  color: var(--white);
  overflow-x: hidden;
}

/* ════════════════════════════════
   CURSOR
════════════════════════════════ */
* { cursor: none !important; }
#cursor-dot {
  position: fixed; top: 0; left: 0;
  width: 10px; height: 10px;
  background: #FF8C00;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2147483647;
  transition: width .2s, height .2s, opacity .3s;
  will-change: transform;
}
#cursor-ring {
  position: fixed; top: 0; left: 0;
  width: 34px; height: 34px;
  border: 1.5px solid rgba(255, 140, 0, .6);
  border-radius: 50%;
  pointer-events: none;
  z-index: 2147483646;
  transition: width .3s, height .3s, opacity .3s;
  will-change: transform;
}
#cursor-dot.is-hover  { width: 16px; height: 16px; background: #FFB347; }
#cursor-ring.is-hover { width: 52px; height: 52px; border-color: rgba(255, 140, 0, .9); }
#cursor-dot.is-hidden,
#cursor-ring.is-hidden { opacity: 0; }

/* ════════════════════════════════
   HERO
════════════════════════════════ */
.hero {
  min-height: 100vh;
  display: flex; flex-direction: column; justify-content: center;
  padding: 160px 5% 100px;
  position: relative; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 55% 60% at 75% 50%, rgba(255,140,0,.07) 0%, transparent 65%),
    radial-gradient(ellipse 40% 40% at 15% 60%, rgba(107,122,144,.05) 0%, transparent 65%);
}
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at 30% 50%, black 20%, transparent 75%);
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Space Mono', monospace;
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--orange-light);
  background: rgba(255,140,0,.08);
  border: 1px solid rgba(255,140,0,.2);
  padding: 6px 16px; border-radius: 100px;
  width: fit-content; margin-bottom: 32px;
  animation: fadeUp .7s ease both;
}
.hero-eyebrow::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--orange);
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .4; transform: scale(.6); }
}
.hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(64px, 9vw, 128px);
  line-height: .92; letter-spacing: -.01em;
  margin-bottom: 28px;
  animation: fadeUp .7s .1s ease both;
}
.hero-title .accent { color: var(--orange); }
.hero-title .dim    { color: rgba(255,255,255,.12); }
.hero-sub {
  font-size: 19px; color: var(--white-muted);
  max-width: 560px; line-height: 1.65; font-weight: 300;
  margin-bottom: 48px;
  animation: fadeUp .7s .2s ease both;
}
.hero-actions {
  display: flex; gap: 16px; align-items: center;
  animation: fadeUp .7s .3s ease both;
  flex-wrap: wrap;
}

/* ── Buttons ── */
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--orange); color: var(--carbon);
  font-weight: 700; font-size: 15px;
  padding: 15px 32px; border-radius: 10px;
  text-decoration: none;
  transition: background .2s, transform .15s, box-shadow .2s;
}
.btn-primary:hover {
  background: var(--orange-deep);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(255,140,0,.3);
}
.btn-outline {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--white-muted); font-size: 15px;
  padding: 15px 0; text-decoration: none;
  transition: color .2s;
}
.btn-outline:hover { color: var(--white); }

/* ════════════════════════════════
   STATS BAR
════════════════════════════════ */
.stats-bar {
  background: var(--carbon-mid);
  border-top: 1px solid var(--carbon-border);
  border-bottom: 1px solid var(--carbon-border);
  padding: 40px 5%;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.stat { text-align: center; }
.stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 48px; color: var(--orange); line-height: 1;
}
.stat-label {
  font-size: 12px; color: var(--white-muted);
  letter-spacing: .06em; text-transform: uppercase; margin-top: 6px;
}

/* ════════════════════════════════
   SECTION COMMONS
════════════════════════════════ */
.section-tag {
  font-family: 'Space Mono', monospace;
  font-size: 10px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--orange); margin-bottom: 16px;
  display: flex; align-items: center; gap: 12px;
}
.section-tag::before {
  content: ''; display: block;
  width: 28px; height: 1px; background: var(--orange);
}
.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(38px, 5vw, 64px); line-height: 1; margin-bottom: 16px;
}
.section-title span { color: var(--orange); }
.section-sub {
  font-size: 16px; color: var(--white-muted);
  line-height: 1.65; font-weight: 300; max-width: 560px;
}

/* ════════════════════════════════
   INCLUDES
════════════════════════════════ */
.includes { padding: 120px 5%; background: var(--carbon); }
.includes-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; margin-top: 64px;
  background: var(--carbon-border);
  border: 1px solid var(--carbon-border);
  border-radius: 16px; overflow: hidden;
}
.include-card {
  background: var(--carbon-mid);
  padding: 36px 32px;
  transition: background .3s;
  position: relative; overflow: hidden;
}
.include-card::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,140,0,.05) 0%, transparent 60%);
  opacity: 0; transition: opacity .3s;
}
.include-card:hover { background: var(--carbon-surface); }
.include-card:hover::before { opacity: 1; }
.include-icon {
  width: 48px; height: 48px;
  background: rgba(255,140,0,.1);
  border: 1px solid rgba(255,140,0,.2);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  transition: background .3s, border-color .3s;
}
.include-card:hover .include-icon {
  background: rgba(255,140,0,.18);
  border-color: rgba(255,140,0,.4);
}
.include-icon svg   { width: 22px; height: 22px; }
.include-title      { font-size: 17px; font-weight: 600; margin-bottom: 10px; }
.include-desc       { font-size: 14px; color: var(--white-muted); line-height: 1.65; font-weight: 300; }

/* ════════════════════════════════
   PROCESO
════════════════════════════════ */
.proceso { padding: 120px 5%; background: var(--carbon-mid); }
.proceso-steps {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; margin-top: 64px; position: relative;
}
.proceso-steps::before {
  content: ''; position: absolute;
  top: 28px;
  left: calc(12.5% + 24px); right: calc(12.5% + 24px);
  height: 1px;
  background: linear-gradient(90deg, var(--orange), rgba(255,140,0,.2), var(--orange));
  z-index: 0;
}
.step { text-align: center; padding: 0 24px; position: relative; z-index: 1; }
.step-num {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--carbon-surface);
  border: 2px solid var(--orange);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Bebas Neue', sans-serif; font-size: 22px; color: var(--orange);
  margin: 0 auto 24px; position: relative; z-index: 1;
  transition: background .3s;
}
.step:hover .step-num { background: rgba(255,140,0,.15); }
.step-title { font-size: 16px; font-weight: 600; margin-bottom: 10px; }
.step-desc  { font-size: 13px; color: var(--white-muted); line-height: 1.6; }

/* ════════════════════════════════
   PRICING
════════════════════════════════ */
.pricing { padding: 120px 5%; background: var(--carbon); }
.pricing-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; margin-top: 64px;
}
.plan-card {
  background: var(--carbon-mid);
  border: 1px solid var(--carbon-border);
  border-radius: 20px; padding: 40px 36px;
  position: relative; overflow: hidden;
  transition: transform .3s, border-color .3s, box-shadow .3s;
  display: flex; flex-direction: column;
}
.plan-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,140,0,.3);
  box-shadow: 0 20px 60px rgba(0,0,0,.4);
}
.plan-card.featured {
  border-color: rgba(255,140,0,.4);
  background: var(--carbon-surface);
}
.plan-card.featured::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--orange), var(--orange-light));
}
.plan-badge {
  position: absolute; top: 20px; right: 20px;
  background: var(--orange); color: var(--carbon);
  font-size: 10px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 4px 12px; border-radius: 20px;
}
.plan-icon {
  width: 52px; height: 52px;
  background: rgba(255,140,0,.1);
  border: 1px solid rgba(255,140,0,.2);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 24px;
}
.plan-icon svg  { width: 24px; height: 24px; }
.plan-name      { font-family: 'Bebas Neue', sans-serif; font-size: 32px; letter-spacing: .04em; margin-bottom: 8px; }
.plan-desc      { font-size: 14px; color: var(--white-muted); line-height: 1.55; font-weight: 300; margin-bottom: 28px; }
.plan-price {
  margin-bottom: 28px; padding-bottom: 28px;
  border-bottom: 1px solid var(--carbon-border);
}
.plan-price .from   { font-size: 12px; color: var(--steel-light); font-family: 'Space Mono', monospace; text-transform: uppercase; letter-spacing: .08em; display: block; margin-bottom: 4px; }
.plan-price .amount { font-family: 'Bebas Neue', sans-serif; font-size: 52px; color: var(--orange); line-height: 1; }
.plan-price .period { font-size: 13px; color: var(--steel-light); }
.plan-price .note   { font-size: 12px; color: var(--steel); margin-top: 4px; display: block; }
.plan-features {
  list-style: none;
  display: flex; flex-direction: column; gap: 12px;
  flex: 1; margin-bottom: 32px;
}
.plan-features li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px; color: var(--white-muted); line-height: 1.5;
}
.plan-features li::before {
  content: '';
  width: 16px; height: 16px;
  border-radius: 50%;
  background: rgba(255,140,0,.15);
  border: 1px solid rgba(255,140,0,.3);
  flex-shrink: 0; margin-top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5l3 3 5-5' stroke='%23FF8C00' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center;
}
.plan-features li.disabled { opacity: .35; }
.plan-features li.disabled::before { background-image: none; border-color: rgba(255,255,255,.15); }
.plan-cta {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 24px; border-radius: 10px;
  font-weight: 700; font-size: 14px; letter-spacing: .02em;
  text-decoration: none;
  transition: background .2s, transform .15s, box-shadow .2s;
  text-align: center;
}
.plan-cta.primary { background: var(--orange); color: var(--carbon); }
.plan-cta.primary:hover { background: var(--orange-deep); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(255,140,0,.3); }
.plan-cta.outline { background: transparent; color: var(--orange); border: 1.5px solid rgba(255,140,0,.4); }
.plan-cta.outline:hover { background: rgba(255,140,0,.08); border-color: var(--orange); }
.pricing-note { margin-top: 32px; text-align: center; font-size: 13px; color: var(--steel); font-family: 'Space Mono', monospace; }
.pricing-note a { color: var(--orange); text-decoration: none; }

/* ════════════════════════════════
   FAQ
════════════════════════════════ */
.faq { padding: 120px 5%; background: var(--carbon-mid); }
.faq-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 16px; margin-top: 64px;
}
.faq-item {
  background: var(--carbon-surface);
  border: 1px solid var(--carbon-border);
  border-radius: 14px; padding: 28px 32px;
  transition: border-color .3s;
}
.faq-item:hover { border-color: rgba(255,140,0,.25); }
.faq-q { font-size: 16px; font-weight: 600; margin-bottom: 12px; line-height: 1.4; }
.faq-a { font-size: 14px; color: var(--white-muted); line-height: 1.65; font-weight: 300; }

/* ════════════════════════════════
   CTA SECTION
════════════════════════════════ */
.cta-section {
  padding: 120px 5%; background: var(--carbon);
  position: relative; overflow: hidden; text-align: center;
}
.cta-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 80% at 50% 100%, rgba(255,140,0,.07) 0%, transparent 70%);
}
.cta-inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
.cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(48px, 7vw, 88px); line-height: .95; margin-bottom: 20px; }
.cta-title span { color: var(--orange); }
.cta-sub  { font-size: 17px; color: var(--white-muted); line-height: 1.65; margin-bottom: 48px; font-weight: 300; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cta-alt {
  display: flex; align-items: center; gap: 8px;
  color: var(--white-muted); font-size: 14px;
  text-decoration: none; padding: 14px 0; transition: color .2s;
}
.cta-alt:hover { color: var(--white); }

/* ════════════════════════════════
   REVEAL ANIMATION
════════════════════════════════ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ════════════════════════════════
   HEADER (sp-header)
════════════════════════════════ */
#sp-header {
  position: fixed; top: 20px; left: 50px; right: 50px;
  z-index: 9999;
  background: rgba(20, 20, 20, .97);
  box-shadow: 0 4px 20px rgba(255, 140, 0, .35);
  border-radius: 33px;
  font-family: 'Outfit', sans-serif;
  overflow: visible;
  transition: top .3s, box-shadow .3s;
}
#sp-header.scrolled { top: 10px; box-shadow: 0 4px 30px rgba(255,140,0,.55); }
.sp-header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 11px 24px;
  transition: padding .3s;
}
#sp-header.scrolled .sp-header-inner { padding: 8px 24px; }

/* Logo */
.sp-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.sp-logo-text { font-family: 'Space Mono', monospace; font-size: 12px; letter-spacing: .06em; color: #fff; white-space: nowrap; }
.sp-logo-text span { color: #FF8C00; }

/* Volver */
.sp-back {
  display: flex; align-items: center; gap: 7px;
  color: rgba(255,255,255,.55); font-size: 13px;
  text-decoration: none; font-family: 'Space Mono', monospace;
  letter-spacing: .04em; white-space: nowrap;
  transition: color .2s;
}
.sp-back:hover { color: #FF8C00; }

/* Grupo derecho */
.sp-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

/* Selector de idioma */
.sp-lang { position: relative; }
.sp-lang-btn {
  display: flex; align-items: center; gap: 6px;
  background: #1a1a1a; color: #fff;
  height: 36px; padding: 0 14px;
  border-radius: 33px; border: 1px solid #FF8C00;
  font-family: 'Outfit', sans-serif; font-size: 13px;
  white-space: nowrap; cursor: pointer;
  transition: background .2s;
}
.sp-lang-btn:hover { background: #252525; }
.sp-lang-caret { transition: transform .25s; flex-shrink: 0; }
.sp-lang-btn[aria-expanded="true"] .sp-lang-caret { transform: rotate(180deg); }
.sp-lang-list {
  display: none; flex-direction: column;
  position: absolute; top: calc(100% + 8px); right: 0;
  background: rgba(20,20,20,.99);
  border: 1px solid rgba(255,140,0,.22);
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(255,140,0,.2);
  padding: 6px 0; min-width: 160px;
  list-style: none; margin: 0; z-index: 10002;
  animation: spDrop .2s ease forwards;
}
.sp-lang-list.open { display: flex; }
.sp-lang-list li {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 16px; cursor: pointer;
  color: #ccc; font-size: 13px; font-family: 'Outfit', sans-serif;
  transition: background .15s, color .15s;
}
.sp-lang-list li:hover { background: rgba(255,140,0,.1); color: #FF8C00; }
.sp-lang-list li.active { color: #FF8C00; }
.sp-lang-list li:first-child { border-radius: 16px 16px 0 0; }
.sp-lang-list li:last-child  { border-radius: 0 0 16px 16px; }

/* CTA header */
.sp-cta {
  background: #FF8C00; color: #0f1117;
  font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 13px;
  padding: 9px 22px; border-radius: 33px;
  text-decoration: none; white-space: nowrap;
  transition: background .2s, transform .15s;
}
.sp-cta:hover { background: #E67A00; transform: scale(1.05); }

/* Idioma flotante mobile */
#sp-lang-mobile-wrap {
  display: none;
  position: fixed; z-index: 9998;
  top: 80px; left: 16px;
  transition: top .3s;
}
#sp-lang-mobile-wrap .sp-lang-btn { height: 32px; padding: 0 12px; font-size: 12px; box-shadow: 0 4px 12px rgba(255,140,0,.2); }
#sp-lang-mobile-wrap .sp-lang-list { left: 0; right: auto; min-width: 130px; }

/* Animación dropdown */
@keyframes spDrop {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ════════════════════════════════
   FOOTER (sp-footer)
════════════════════════════════ */
#sp-footer {
  width: calc(100% - 100px);
  margin: 0 auto 24px;
  padding: 20px 32px;
  background: rgba(20, 20, 20, .97);
  box-shadow: 0 4px 24px rgba(255, 140, 0, .28);
  border-radius: 33px;
  font-family: 'Outfit', sans-serif;
}
.sp-footer-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: wrap;
}
.sp-footer-brand   { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.sp-footer-logo    { display: flex; align-items: center; gap: 8px; text-decoration: none; }
.sp-footer-logo-text { font-family: 'Space Mono', monospace; font-size: 12px; letter-spacing: .06em; color: #fff; }
.sp-footer-logo-text span { color: #FF8C00; }
.sp-footer-tagline { font-size: 12px; color: rgba(255,255,255,.35); font-family: 'Space Mono', monospace; letter-spacing: .04em; white-space: nowrap; }
.sp-footer-links   { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: center; }
.sp-footer-links a { color: rgba(255,255,255,.55); text-decoration: none; font-size: 13px; transition: color .2s; }
.sp-footer-links a:hover { color: #FF8C00; }
.sp-footer-links span { color: rgba(255,255,255,.2); font-size: 11px; }
.sp-footer-copy    { font-size: 12px; color: rgba(255,255,255,.3); white-space: nowrap; text-align: right; }
.sp-footer-copy a  { color: #FF8C00; text-decoration: none; font-weight: 600; }
.sp-footer-copy a:hover { text-decoration: underline; }

/* ════════════════════════════════
   RESPONSIVE
════════════════════════════════ */
@media (max-width: 1100px) {
  .stats-bar       { grid-template-columns: repeat(2, 1fr); }
  .includes-grid   { grid-template-columns: 1fr 1fr; }
  .proceso-steps   { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .proceso-steps::before { display: none; }
  .pricing-grid    { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
  .faq-grid        { grid-template-columns: 1fr; }
}
@media (max-width: 992px) {
  #sp-header                { left: 16px; right: 16px; top: 16px; }
  #sp-lang-mobile-wrap      { display: flex; align-items: flex-start; }
  .sp-lang                  { display: none; }
  #sp-footer                { width: calc(100% - 32px); }
  .sp-footer-inner          { flex-direction: column; text-align: center; gap: 14px; }
  .sp-footer-copy           { text-align: center; white-space: normal; }
  .sp-footer-brand          { flex-direction: column; align-items: center; gap: 6px; }
}
@media (max-width: 600px) {
  .includes-grid  { grid-template-columns: 1fr; }
  .proceso-steps  { grid-template-columns: 1fr; }
  .sp-back span   { display: none; }
  .sp-cta         { padding: 8px 14px; font-size: 12px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5f17fe1 *//* ════════════════════════════════════════════════════
   360° STARK — ESTILOS GLOBALES (marketing-360)
   Incluye: variables, reset, secciones, header, footer
════════════════════════════════════════════════════ */

/* ── Variables ── */
:root {
  --orange: #FF8C00;
  --orange-deep: #E67A00;
  --orange-light: #FFB347;
  --steel: #6B7A90;
  --steel-light: #9AAAC0;
  --carbon: #0f1117;
  --carbon-mid: #161b24;
  --carbon-surface: #1e2433;
  --carbon-border: rgba(255, 255, 255, 0.07);
  --white: #fff;
  --white-muted: rgba(255, 255, 255, 0.6);
  --white-dim: rgba(255, 255, 255, 0.08);
}

/* ── Reset ── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html { scroll-behavior: smooth; }
body {
  font-family: 'Outfit', sans-serif;
  background: var(--carbon);
  color: var(--white);
  overflow-x: hidden;
}

/* ════════════════════════════════
   CURSOR
════════════════════════════════ */
* { cursor: none !important; }
#cursor-dot {
  position: fixed; top: 0; left: 0;
  width: 10px; height: 10px;
  background: #FF8C00;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2147483647;
  transition: width .2s, height .2s, opacity .3s;
  will-change: transform;
}
#cursor-ring {
  position: fixed; top: 0; left: 0;
  width: 34px; height: 34px;
  border: 1.5px solid rgba(255, 140, 0, .6);
  border-radius: 50%;
  pointer-events: none;
  z-index: 2147483646;
  transition: width .3s, height .3s, opacity .3s;
  will-change: transform;
}
#cursor-dot.is-hover  { width: 16px; height: 16px; background: #FFB347; }
#cursor-ring.is-hover { width: 52px; height: 52px; border-color: rgba(255, 140, 0, .9); }
#cursor-dot.is-hidden,
#cursor-ring.is-hidden { opacity: 0; }

/* ════════════════════════════════
   HERO
════════════════════════════════ */
.hero {
  min-height: 100vh;
  display: flex; flex-direction: column; justify-content: center;
  padding: 160px 5% 100px;
  position: relative; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 55% 60% at 75% 50%, rgba(255,140,0,.07) 0%, transparent 65%),
    radial-gradient(ellipse 40% 40% at 15% 60%, rgba(107,122,144,.05) 0%, transparent 65%);
}
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at 30% 50%, black 20%, transparent 75%);
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Space Mono', monospace;
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--orange-light);
  background: rgba(255,140,0,.08);
  border: 1px solid rgba(255,140,0,.2);
  padding: 6px 16px; border-radius: 100px;
  width: fit-content; margin-bottom: 32px;
  animation: fadeUp .7s ease both;
}
.hero-eyebrow::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--orange);
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .4; transform: scale(.6); }
}
.hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(64px, 9vw, 128px);
  line-height: .92; letter-spacing: -.01em;
  margin-bottom: 28px;
  animation: fadeUp .7s .1s ease both;
}
.hero-title .accent { color: var(--orange); }
.hero-title .dim    { color: rgba(255,255,255,.12); }
.hero-sub {
  font-size: 19px; color: var(--white-muted);
  max-width: 560px; line-height: 1.65; font-weight: 300;
  margin-bottom: 48px;
  animation: fadeUp .7s .2s ease both;
}
.hero-actions {
  display: flex; gap: 16px; align-items: center;
  animation: fadeUp .7s .3s ease both;
  flex-wrap: wrap;
}

/* ── Buttons ── */
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--orange); color: var(--carbon);
  font-weight: 700; font-size: 15px;
  padding: 15px 32px; border-radius: 10px;
  text-decoration: none;
  transition: background .2s, transform .15s, box-shadow .2s;
}
.btn-primary:hover {
  background: var(--orange-deep);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(255,140,0,.3);
}
.btn-outline {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--white-muted); font-size: 15px;
  padding: 15px 0; text-decoration: none;
  transition: color .2s;
}
.btn-outline:hover { color: var(--white); }

/* ════════════════════════════════
   STATS BAR
════════════════════════════════ */
.stats-bar {
  background: var(--carbon-mid);
  border-top: 1px solid var(--carbon-border);
  border-bottom: 1px solid var(--carbon-border);
  padding: 40px 5%;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.stat { text-align: center; }
.stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 48px; color: var(--orange); line-height: 1;
}
.stat-label {
  font-size: 12px; color: var(--white-muted);
  letter-spacing: .06em; text-transform: uppercase; margin-top: 6px;
}

/* ════════════════════════════════
   SECTION COMMONS
════════════════════════════════ */
.section-tag {
  font-family: 'Space Mono', monospace;
  font-size: 10px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--orange); margin-bottom: 16px;
  display: flex; align-items: center; gap: 12px;
}
.section-tag::before {
  content: ''; display: block;
  width: 28px; height: 1px; background: var(--orange);
}
.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(38px, 5vw, 64px); line-height: 1; margin-bottom: 16px;
}
.section-title span { color: var(--orange); }
.section-sub {
  font-size: 16px; color: var(--white-muted);
  line-height: 1.65; font-weight: 300; max-width: 560px;
}

/* ════════════════════════════════
   INCLUDES
════════════════════════════════ */
.includes { padding: 120px 5%; background: var(--carbon); }
.includes-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; margin-top: 64px;
  background: var(--carbon-border);
  border: 1px solid var(--carbon-border);
  border-radius: 16px; overflow: hidden;
}
.include-card {
  background: var(--carbon-mid);
  padding: 36px 32px;
  transition: background .3s;
  position: relative; overflow: hidden;
}
.include-card::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,140,0,.05) 0%, transparent 60%);
  opacity: 0; transition: opacity .3s;
}
.include-card:hover { background: var(--carbon-surface); }
.include-card:hover::before { opacity: 1; }
.include-icon {
  width: 48px; height: 48px;
  background: rgba(255,140,0,.1);
  border: 1px solid rgba(255,140,0,.2);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  transition: background .3s, border-color .3s;
}
.include-card:hover .include-icon {
  background: rgba(255,140,0,.18);
  border-color: rgba(255,140,0,.4);
}
.include-icon svg   { width: 22px; height: 22px; }
.include-title      { font-size: 17px; font-weight: 600; margin-bottom: 10px; }
.include-desc       { font-size: 14px; color: var(--white-muted); line-height: 1.65; font-weight: 300; }

/* ════════════════════════════════
   PROCESO
════════════════════════════════ */
.proceso { padding: 120px 5%; background: var(--carbon-mid); }
.proceso-steps {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; margin-top: 64px; position: relative;
}
.proceso-steps::before {
  content: ''; position: absolute;
  top: 28px;
  left: calc(12.5% + 24px); right: calc(12.5% + 24px);
  height: 1px;
  background: linear-gradient(90deg, var(--orange), rgba(255,140,0,.2), var(--orange));
  z-index: 0;
}
.step { text-align: center; padding: 0 24px; position: relative; z-index: 1; }
.step-num {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--carbon-surface);
  border: 2px solid var(--orange);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Bebas Neue', sans-serif; font-size: 22px; color: var(--orange);
  margin: 0 auto 24px; position: relative; z-index: 1;
  transition: background .3s;
}
.step:hover .step-num { background: rgba(255,140,0,.15); }
.step-title { font-size: 16px; font-weight: 600; margin-bottom: 10px; }
.step-desc  { font-size: 13px; color: var(--white-muted); line-height: 1.6; }

/* ════════════════════════════════
   PRICING
════════════════════════════════ */
.pricing { padding: 120px 5%; background: var(--carbon); }
.pricing-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; margin-top: 64px;
}
.plan-card {
  background: var(--carbon-mid);
  border: 1px solid var(--carbon-border);
  border-radius: 20px; padding: 40px 36px;
  position: relative; overflow: hidden;
  transition: transform .3s, border-color .3s, box-shadow .3s;
  display: flex; flex-direction: column;
}
.plan-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,140,0,.3);
  box-shadow: 0 20px 60px rgba(0,0,0,.4);
}
.plan-card.featured {
  border-color: rgba(255,140,0,.4);
  background: var(--carbon-surface);
}
.plan-card.featured::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--orange), var(--orange-light));
}
.plan-badge {
  position: absolute; top: 20px; right: 20px;
  background: var(--orange); color: var(--carbon);
  font-size: 10px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 4px 12px; border-radius: 20px;
}
.plan-icon {
  width: 52px; height: 52px;
  background: rgba(255,140,0,.1);
  border: 1px solid rgba(255,140,0,.2);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 24px;
}
.plan-icon svg  { width: 24px; height: 24px; }
.plan-name      { font-family: 'Bebas Neue', sans-serif; font-size: 32px; letter-spacing: .04em; margin-bottom: 8px; }
.plan-desc      { font-size: 14px; color: var(--white-muted); line-height: 1.55; font-weight: 300; margin-bottom: 28px; }
.plan-price {
  margin-bottom: 28px; padding-bottom: 28px;
  border-bottom: 1px solid var(--carbon-border);
}
.plan-price .from   { font-size: 12px; color: var(--steel-light); font-family: 'Space Mono', monospace; text-transform: uppercase; letter-spacing: .08em; display: block; margin-bottom: 4px; }
.plan-price .amount { font-family: 'Bebas Neue', sans-serif; font-size: 52px; color: var(--orange); line-height: 1; }
.plan-price .period { font-size: 13px; color: var(--steel-light); }
.plan-price .note   { font-size: 12px; color: var(--steel); margin-top: 4px; display: block; }
.plan-features {
  list-style: none;
  display: flex; flex-direction: column; gap: 12px;
  flex: 1; margin-bottom: 32px;
}
.plan-features li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px; color: var(--white-muted); line-height: 1.5;
}
.plan-features li::before {
  content: '';
  width: 16px; height: 16px;
  border-radius: 50%;
  background: rgba(255,140,0,.15);
  border: 1px solid rgba(255,140,0,.3);
  flex-shrink: 0; margin-top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5l3 3 5-5' stroke='%23FF8C00' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center;
}
.plan-features li.disabled { opacity: .35; }
.plan-features li.disabled::before { background-image: none; border-color: rgba(255,255,255,.15); }
.plan-cta {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 24px; border-radius: 10px;
  font-weight: 700; font-size: 14px; letter-spacing: .02em;
  text-decoration: none;
  transition: background .2s, transform .15s, box-shadow .2s;
  text-align: center;
}
.plan-cta.primary { background: var(--orange); color: var(--carbon); }
.plan-cta.primary:hover { background: var(--orange-deep); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(255,140,0,.3); }
.plan-cta.outline { background: transparent; color: var(--orange); border: 1.5px solid rgba(255,140,0,.4); }
.plan-cta.outline:hover { background: rgba(255,140,0,.08); border-color: var(--orange); }
.pricing-note { margin-top: 32px; text-align: center; font-size: 13px; color: var(--steel); font-family: 'Space Mono', monospace; }
.pricing-note a { color: var(--orange); text-decoration: none; }

/* ════════════════════════════════
   FAQ
════════════════════════════════ */
.faq { padding: 120px 5%; background: var(--carbon-mid); }
.faq-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 16px; margin-top: 64px;
}
.faq-item {
  background: var(--carbon-surface);
  border: 1px solid var(--carbon-border);
  border-radius: 14px; padding: 28px 32px;
  transition: border-color .3s;
}
.faq-item:hover { border-color: rgba(255,140,0,.25); }
.faq-q { font-size: 16px; font-weight: 600; margin-bottom: 12px; line-height: 1.4; }
.faq-a { font-size: 14px; color: var(--white-muted); line-height: 1.65; font-weight: 300; }

/* ════════════════════════════════
   CTA SECTION
════════════════════════════════ */
.cta-section {
  padding: 120px 5%; background: var(--carbon);
  position: relative; overflow: hidden; text-align: center;
}
.cta-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 80% at 50% 100%, rgba(255,140,0,.07) 0%, transparent 70%);
}
.cta-inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
.cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(48px, 7vw, 88px); line-height: .95; margin-bottom: 20px; }
.cta-title span { color: var(--orange); }
.cta-sub  { font-size: 17px; color: var(--white-muted); line-height: 1.65; margin-bottom: 48px; font-weight: 300; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cta-alt {
  display: flex; align-items: center; gap: 8px;
  color: var(--white-muted); font-size: 14px;
  text-decoration: none; padding: 14px 0; transition: color .2s;
}
.cta-alt:hover { color: var(--white); }

/* ════════════════════════════════
   REVEAL ANIMATION
════════════════════════════════ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ════════════════════════════════
   HEADER (sp-header)
════════════════════════════════ */
#sp-header {
  position: fixed; top: 20px; left: 50px; right: 50px;
  z-index: 9999;
  background: rgba(20, 20, 20, .97);
  box-shadow: 0 4px 20px rgba(255, 140, 0, .35);
  border-radius: 33px;
  font-family: 'Outfit', sans-serif;
  overflow: visible;
  transition: top .3s, box-shadow .3s;
}
#sp-header.scrolled { top: 10px; box-shadow: 0 4px 30px rgba(255,140,0,.55); }
.sp-header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 11px 24px;
  transition: padding .3s;
}
#sp-header.scrolled .sp-header-inner { padding: 8px 24px; }

/* Logo */
.sp-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.sp-logo-text { font-family: 'Space Mono', monospace; font-size: 12px; letter-spacing: .06em; color: #fff; white-space: nowrap; }
.sp-logo-text span { color: #FF8C00; }

/* Volver */
.sp-back {
  display: flex; align-items: center; gap: 7px;
  color: rgba(255,255,255,.55); font-size: 13px;
  text-decoration: none; font-family: 'Space Mono', monospace;
  letter-spacing: .04em; white-space: nowrap;
  transition: color .2s;
}
.sp-back:hover { color: #FF8C00; }

/* Grupo derecho */
.sp-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

/* Selector de idioma */
.sp-lang { position: relative; }
.sp-lang-btn {
  display: flex; align-items: center; gap: 6px;
  background: #1a1a1a; color: #fff;
  height: 36px; padding: 0 14px;
  border-radius: 33px; border: 1px solid #FF8C00;
  font-family: 'Outfit', sans-serif; font-size: 13px;
  white-space: nowrap; cursor: pointer;
  transition: background .2s;
}
.sp-lang-btn:hover { background: #252525; }
.sp-lang-caret { transition: transform .25s; flex-shrink: 0; }
.sp-lang-btn[aria-expanded="true"] .sp-lang-caret { transform: rotate(180deg); }
.sp-lang-list {
  display: none; flex-direction: column;
  position: absolute; top: calc(100% + 8px); right: 0;
  background: rgba(20,20,20,.99);
  border: 1px solid rgba(255,140,0,.22);
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(255,140,0,.2);
  padding: 6px 0; min-width: 160px;
  list-style: none; margin: 0; z-index: 10002;
  animation: spDrop .2s ease forwards;
}
.sp-lang-list.open { display: flex; }
.sp-lang-list li {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 16px; cursor: pointer;
  color: #ccc; font-size: 13px; font-family: 'Outfit', sans-serif;
  transition: background .15s, color .15s;
}
.sp-lang-list li:hover { background: rgba(255,140,0,.1); color: #FF8C00; }
.sp-lang-list li.active { color: #FF8C00; }
.sp-lang-list li:first-child { border-radius: 16px 16px 0 0; }
.sp-lang-list li:last-child  { border-radius: 0 0 16px 16px; }

/* CTA header */
.sp-cta {
  background: #FF8C00; color: #0f1117;
  font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 13px;
  padding: 9px 22px; border-radius: 33px;
  text-decoration: none; white-space: nowrap;
  transition: background .2s, transform .15s;
}
.sp-cta:hover { background: #E67A00; transform: scale(1.05); }

/* Idioma flotante mobile */
#sp-lang-mobile-wrap {
  display: none;
  position: fixed; z-index: 9998;
  top: 80px; left: 16px;
  transition: top .3s;
}
#sp-lang-mobile-wrap .sp-lang-btn { height: 32px; padding: 0 12px; font-size: 12px; box-shadow: 0 4px 12px rgba(255,140,0,.2); }
#sp-lang-mobile-wrap .sp-lang-list { left: 0; right: auto; min-width: 130px; }

/* Animación dropdown */
@keyframes spDrop {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ════════════════════════════════
   FOOTER (sp-footer)
════════════════════════════════ */
#sp-footer {
  width: calc(100% - 100px);
  margin: 0 auto 24px;
  padding: 20px 32px;
  background: rgba(20, 20, 20, .97);
  box-shadow: 0 4px 24px rgba(255, 140, 0, .28);
  border-radius: 33px;
  font-family: 'Outfit', sans-serif;
}
.sp-footer-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: wrap;
}
.sp-footer-brand   { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.sp-footer-logo    { display: flex; align-items: center; gap: 8px; text-decoration: none; }
.sp-footer-logo-text { font-family: 'Space Mono', monospace; font-size: 12px; letter-spacing: .06em; color: #fff; }
.sp-footer-logo-text span { color: #FF8C00; }
.sp-footer-tagline { font-size: 12px; color: rgba(255,255,255,.35); font-family: 'Space Mono', monospace; letter-spacing: .04em; white-space: nowrap; }
.sp-footer-links   { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: center; }
.sp-footer-links a { color: rgba(255,255,255,.55); text-decoration: none; font-size: 13px; transition: color .2s; }
.sp-footer-links a:hover { color: #FF8C00; }
.sp-footer-links span { color: rgba(255,255,255,.2); font-size: 11px; }
.sp-footer-copy    { font-size: 12px; color: rgba(255,255,255,.3); white-space: nowrap; text-align: right; }
.sp-footer-copy a  { color: #FF8C00; text-decoration: none; font-weight: 600; }
.sp-footer-copy a:hover { text-decoration: underline; }

/* ════════════════════════════════
   RESPONSIVE
════════════════════════════════ */
@media (max-width: 1100px) {
  .stats-bar       { grid-template-columns: repeat(2, 1fr); }
  .includes-grid   { grid-template-columns: 1fr 1fr; }
  .proceso-steps   { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .proceso-steps::before { display: none; }
  .pricing-grid    { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
  .faq-grid        { grid-template-columns: 1fr; }
}
@media (max-width: 992px) {
  #sp-header                { left: 16px; right: 16px; top: 16px; }
  #sp-lang-mobile-wrap      { display: flex; align-items: flex-start; }
  .sp-lang                  { display: none; }
  #sp-footer                { width: calc(100% - 32px); }
  .sp-footer-inner          { flex-direction: column; text-align: center; gap: 14px; }
  .sp-footer-copy           { text-align: center; white-space: normal; }
  .sp-footer-brand          { flex-direction: column; align-items: center; gap: 6px; }
}
@media (max-width: 600px) {
  .includes-grid  { grid-template-columns: 1fr; }
  .proceso-steps  { grid-template-columns: 1fr; }
  .sp-back span   { display: none; }
  .sp-cta         { padding: 8px 14px; font-size: 12px; }
}/* End custom CSS */
/* Start custom CSS *//* ════════════════════════════════════════════════════
   360° STARK — ESTILOS GLOBALES (marketing-360)
   Incluye: variables, reset, secciones, header, footer
════════════════════════════════════════════════════ */

/* ── Variables ── */
:root {
  --orange: #FF8C00;
  --orange-deep: #E67A00;
  --orange-light: #FFB347;
  --steel: #6B7A90;
  --steel-light: #9AAAC0;
  --carbon: #0f1117;
  --carbon-mid: #161b24;
  --carbon-surface: #1e2433;
  --carbon-border: rgba(255, 255, 255, 0.07);
  --white: #fff;
  --white-muted: rgba(255, 255, 255, 0.6);
  --white-dim: rgba(255, 255, 255, 0.08);
}

/* ── Reset ── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html { scroll-behavior: smooth; }
body {
  font-family: 'Outfit', sans-serif;
  background: var(--carbon);
  color: var(--white);
  overflow-x: hidden;
}

/* ════════════════════════════════
   CURSOR
════════════════════════════════ */
* { cursor: none !important; }
#cursor-dot {
  position: fixed; top: 0; left: 0;
  width: 10px; height: 10px;
  background: #FF8C00;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2147483647;
  transition: width .2s, height .2s, opacity .3s;
  will-change: transform;
}
#cursor-ring {
  position: fixed; top: 0; left: 0;
  width: 34px; height: 34px;
  border: 1.5px solid rgba(255, 140, 0, .6);
  border-radius: 50%;
  pointer-events: none;
  z-index: 2147483646;
  transition: width .3s, height .3s, opacity .3s;
  will-change: transform;
}
#cursor-dot.is-hover  { width: 16px; height: 16px; background: #FFB347; }
#cursor-ring.is-hover { width: 52px; height: 52px; border-color: rgba(255, 140, 0, .9); }
#cursor-dot.is-hidden,
#cursor-ring.is-hidden { opacity: 0; }

/* ════════════════════════════════
   HERO
════════════════════════════════ */
.hero {
  min-height: 100vh;
  display: flex; flex-direction: column; justify-content: center;
  padding: 160px 5% 100px;
  position: relative; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 55% 60% at 75% 50%, rgba(255,140,0,.07) 0%, transparent 65%),
    radial-gradient(ellipse 40% 40% at 15% 60%, rgba(107,122,144,.05) 0%, transparent 65%);
}
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at 30% 50%, black 20%, transparent 75%);
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Space Mono', monospace;
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--orange-light);
  background: rgba(255,140,0,.08);
  border: 1px solid rgba(255,140,0,.2);
  padding: 6px 16px; border-radius: 100px;
  width: fit-content; margin-bottom: 32px;
  animation: fadeUp .7s ease both;
}
.hero-eyebrow::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--orange);
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .4; transform: scale(.6); }
}
.hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(64px, 9vw, 128px);
  line-height: .92; letter-spacing: -.01em;
  margin-bottom: 28px;
  animation: fadeUp .7s .1s ease both;
}
.hero-title .accent { color: var(--orange); }
.hero-title .dim    { color: rgba(255,255,255,.12); }
.hero-sub {
  font-size: 19px; color: var(--white-muted);
  max-width: 560px; line-height: 1.65; font-weight: 300;
  margin-bottom: 48px;
  animation: fadeUp .7s .2s ease both;
}
.hero-actions {
  display: flex; gap: 16px; align-items: center;
  animation: fadeUp .7s .3s ease both;
  flex-wrap: wrap;
}

/* ── Buttons ── */
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--orange); color: var(--carbon);
  font-weight: 700; font-size: 15px;
  padding: 15px 32px; border-radius: 10px;
  text-decoration: none;
  transition: background .2s, transform .15s, box-shadow .2s;
}
.btn-primary:hover {
  background: var(--orange-deep);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(255,140,0,.3);
}
.btn-outline {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--white-muted); font-size: 15px;
  padding: 15px 0; text-decoration: none;
  transition: color .2s;
}
.btn-outline:hover { color: var(--white); }

/* ════════════════════════════════
   STATS BAR
════════════════════════════════ */
.stats-bar {
  background: var(--carbon-mid);
  border-top: 1px solid var(--carbon-border);
  border-bottom: 1px solid var(--carbon-border);
  padding: 40px 5%;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.stat { text-align: center; }
.stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 48px; color: var(--orange); line-height: 1;
}
.stat-label {
  font-size: 12px; color: var(--white-muted);
  letter-spacing: .06em; text-transform: uppercase; margin-top: 6px;
}

/* ════════════════════════════════
   SECTION COMMONS
════════════════════════════════ */
.section-tag {
  font-family: 'Space Mono', monospace;
  font-size: 10px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--orange); margin-bottom: 16px;
  display: flex; align-items: center; gap: 12px;
}
.section-tag::before {
  content: ''; display: block;
  width: 28px; height: 1px; background: var(--orange);
}
.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(38px, 5vw, 64px); line-height: 1; margin-bottom: 16px;
}
.section-title span { color: var(--orange); }
.section-sub {
  font-size: 16px; color: var(--white-muted);
  line-height: 1.65; font-weight: 300; max-width: 560px;
}

/* ════════════════════════════════
   INCLUDES
════════════════════════════════ */
.includes { padding: 120px 5%; background: var(--carbon); }
.includes-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; margin-top: 64px;
  background: var(--carbon-border);
  border: 1px solid var(--carbon-border);
  border-radius: 16px; overflow: hidden;
}
.include-card {
  background: var(--carbon-mid);
  padding: 36px 32px;
  transition: background .3s;
  position: relative; overflow: hidden;
}
.include-card::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,140,0,.05) 0%, transparent 60%);
  opacity: 0; transition: opacity .3s;
}
.include-card:hover { background: var(--carbon-surface); }
.include-card:hover::before { opacity: 1; }
.include-icon {
  width: 48px; height: 48px;
  background: rgba(255,140,0,.1);
  border: 1px solid rgba(255,140,0,.2);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  transition: background .3s, border-color .3s;
}
.include-card:hover .include-icon {
  background: rgba(255,140,0,.18);
  border-color: rgba(255,140,0,.4);
}
.include-icon svg   { width: 22px; height: 22px; }
.include-title      { font-size: 17px; font-weight: 600; margin-bottom: 10px; }
.include-desc       { font-size: 14px; color: var(--white-muted); line-height: 1.65; font-weight: 300; }

/* ════════════════════════════════
   PROCESO
════════════════════════════════ */
.proceso { padding: 120px 5%; background: var(--carbon-mid); }
.proceso-steps {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; margin-top: 64px; position: relative;
}
.proceso-steps::before {
  content: ''; position: absolute;
  top: 28px;
  left: calc(12.5% + 24px); right: calc(12.5% + 24px);
  height: 1px;
  background: linear-gradient(90deg, var(--orange), rgba(255,140,0,.2), var(--orange));
  z-index: 0;
}
.step { text-align: center; padding: 0 24px; position: relative; z-index: 1; }
.step-num {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--carbon-surface);
  border: 2px solid var(--orange);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Bebas Neue', sans-serif; font-size: 22px; color: var(--orange);
  margin: 0 auto 24px; position: relative; z-index: 1;
  transition: background .3s;
}
.step:hover .step-num { background: rgba(255,140,0,.15); }
.step-title { font-size: 16px; font-weight: 600; margin-bottom: 10px; }
.step-desc  { font-size: 13px; color: var(--white-muted); line-height: 1.6; }

/* ════════════════════════════════
   PRICING
════════════════════════════════ */
.pricing { padding: 120px 5%; background: var(--carbon); }
.pricing-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; margin-top: 64px;
}
.plan-card {
  background: var(--carbon-mid);
  border: 1px solid var(--carbon-border);
  border-radius: 20px; padding: 40px 36px;
  position: relative; overflow: hidden;
  transition: transform .3s, border-color .3s, box-shadow .3s;
  display: flex; flex-direction: column;
}
.plan-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,140,0,.3);
  box-shadow: 0 20px 60px rgba(0,0,0,.4);
}
.plan-card.featured {
  border-color: rgba(255,140,0,.4);
  background: var(--carbon-surface);
}
.plan-card.featured::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--orange), var(--orange-light));
}
.plan-badge {
  position: absolute; top: 20px; right: 20px;
  background: var(--orange); color: var(--carbon);
  font-size: 10px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 4px 12px; border-radius: 20px;
}
.plan-icon {
  width: 52px; height: 52px;
  background: rgba(255,140,0,.1);
  border: 1px solid rgba(255,140,0,.2);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 24px;
}
.plan-icon svg  { width: 24px; height: 24px; }
.plan-name      { font-family: 'Bebas Neue', sans-serif; font-size: 32px; letter-spacing: .04em; margin-bottom: 8px; }
.plan-desc      { font-size: 14px; color: var(--white-muted); line-height: 1.55; font-weight: 300; margin-bottom: 28px; }
.plan-price {
  margin-bottom: 28px; padding-bottom: 28px;
  border-bottom: 1px solid var(--carbon-border);
}
.plan-price .from   { font-size: 12px; color: var(--steel-light); font-family: 'Space Mono', monospace; text-transform: uppercase; letter-spacing: .08em; display: block; margin-bottom: 4px; }
.plan-price .amount { font-family: 'Bebas Neue', sans-serif; font-size: 52px; color: var(--orange); line-height: 1; }
.plan-price .period { font-size: 13px; color: var(--steel-light); }
.plan-price .note   { font-size: 12px; color: var(--steel); margin-top: 4px; display: block; }
.plan-features {
  list-style: none;
  display: flex; flex-direction: column; gap: 12px;
  flex: 1; margin-bottom: 32px;
}
.plan-features li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px; color: var(--white-muted); line-height: 1.5;
}
.plan-features li::before {
  content: '';
  width: 16px; height: 16px;
  border-radius: 50%;
  background: rgba(255,140,0,.15);
  border: 1px solid rgba(255,140,0,.3);
  flex-shrink: 0; margin-top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5l3 3 5-5' stroke='%23FF8C00' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center;
}
.plan-features li.disabled { opacity: .35; }
.plan-features li.disabled::before { background-image: none; border-color: rgba(255,255,255,.15); }
.plan-cta {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 24px; border-radius: 10px;
  font-weight: 700; font-size: 14px; letter-spacing: .02em;
  text-decoration: none;
  transition: background .2s, transform .15s, box-shadow .2s;
  text-align: center;
}
.plan-cta.primary { background: var(--orange); color: var(--carbon); }
.plan-cta.primary:hover { background: var(--orange-deep); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(255,140,0,.3); }
.plan-cta.outline { background: transparent; color: var(--orange); border: 1.5px solid rgba(255,140,0,.4); }
.plan-cta.outline:hover { background: rgba(255,140,0,.08); border-color: var(--orange); }
.pricing-note { margin-top: 32px; text-align: center; font-size: 13px; color: var(--steel); font-family: 'Space Mono', monospace; }
.pricing-note a { color: var(--orange); text-decoration: none; }

/* ════════════════════════════════
   FAQ
════════════════════════════════ */
.faq { padding: 120px 5%; background: var(--carbon-mid); }
.faq-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 16px; margin-top: 64px;
}
.faq-item {
  background: var(--carbon-surface);
  border: 1px solid var(--carbon-border);
  border-radius: 14px; padding: 28px 32px;
  transition: border-color .3s;
}
.faq-item:hover { border-color: rgba(255,140,0,.25); }
.faq-q { font-size: 16px; font-weight: 600; margin-bottom: 12px; line-height: 1.4; }
.faq-a { font-size: 14px; color: var(--white-muted); line-height: 1.65; font-weight: 300; }

/* ════════════════════════════════
   CTA SECTION
════════════════════════════════ */
.cta-section {
  padding: 120px 5%; background: var(--carbon);
  position: relative; overflow: hidden; text-align: center;
}
.cta-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 80% at 50% 100%, rgba(255,140,0,.07) 0%, transparent 70%);
}
.cta-inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
.cta-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(48px, 7vw, 88px); line-height: .95; margin-bottom: 20px; }
.cta-title span { color: var(--orange); }
.cta-sub  { font-size: 17px; color: var(--white-muted); line-height: 1.65; margin-bottom: 48px; font-weight: 300; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cta-alt {
  display: flex; align-items: center; gap: 8px;
  color: var(--white-muted); font-size: 14px;
  text-decoration: none; padding: 14px 0; transition: color .2s;
}
.cta-alt:hover { color: var(--white); }

/* ════════════════════════════════
   REVEAL ANIMATION
════════════════════════════════ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ════════════════════════════════
   HEADER (sp-header)
════════════════════════════════ */
#sp-header {
  position: fixed; top: 20px; left: 50px; right: 50px;
  z-index: 9999;
  background: rgba(20, 20, 20, .97);
  box-shadow: 0 4px 20px rgba(255, 140, 0, .35);
  border-radius: 33px;
  font-family: 'Outfit', sans-serif;
  overflow: visible;
  transition: top .3s, box-shadow .3s;
}
#sp-header.scrolled { top: 10px; box-shadow: 0 4px 30px rgba(255,140,0,.55); }
.sp-header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 11px 24px;
  transition: padding .3s;
}
#sp-header.scrolled .sp-header-inner { padding: 8px 24px; }

/* Logo */
.sp-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.sp-logo-text { font-family: 'Space Mono', monospace; font-size: 12px; letter-spacing: .06em; color: #fff; white-space: nowrap; }
.sp-logo-text span { color: #FF8C00; }

/* Volver */
.sp-back {
  display: flex; align-items: center; gap: 7px;
  color: rgba(255,255,255,.55); font-size: 13px;
  text-decoration: none; font-family: 'Space Mono', monospace;
  letter-spacing: .04em; white-space: nowrap;
  transition: color .2s;
}
.sp-back:hover { color: #FF8C00; }

/* Grupo derecho */
.sp-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

/* Selector de idioma */
.sp-lang { position: relative; }
.sp-lang-btn {
  display: flex; align-items: center; gap: 6px;
  background: #1a1a1a; color: #fff;
  height: 36px; padding: 0 14px;
  border-radius: 33px; border: 1px solid #FF8C00;
  font-family: 'Outfit', sans-serif; font-size: 13px;
  white-space: nowrap; cursor: pointer;
  transition: background .2s;
}
.sp-lang-btn:hover { background: #252525; }
.sp-lang-caret { transition: transform .25s; flex-shrink: 0; }
.sp-lang-btn[aria-expanded="true"] .sp-lang-caret { transform: rotate(180deg); }
.sp-lang-list {
  display: none; flex-direction: column;
  position: absolute; top: calc(100% + 8px); right: 0;
  background: rgba(20,20,20,.99);
  border: 1px solid rgba(255,140,0,.22);
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(255,140,0,.2);
  padding: 6px 0; min-width: 160px;
  list-style: none; margin: 0; z-index: 10002;
  animation: spDrop .2s ease forwards;
}
.sp-lang-list.open { display: flex; }
.sp-lang-list li {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 16px; cursor: pointer;
  color: #ccc; font-size: 13px; font-family: 'Outfit', sans-serif;
  transition: background .15s, color .15s;
}
.sp-lang-list li:hover { background: rgba(255,140,0,.1); color: #FF8C00; }
.sp-lang-list li.active { color: #FF8C00; }
.sp-lang-list li:first-child { border-radius: 16px 16px 0 0; }
.sp-lang-list li:last-child  { border-radius: 0 0 16px 16px; }

/* CTA header */
.sp-cta {
  background: #FF8C00; color: #0f1117;
  font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 13px;
  padding: 9px 22px; border-radius: 33px;
  text-decoration: none; white-space: nowrap;
  transition: background .2s, transform .15s;
}
.sp-cta:hover { background: #E67A00; transform: scale(1.05); }

/* Idioma flotante mobile */
#sp-lang-mobile-wrap {
  display: none;
  position: fixed; z-index: 9998;
  top: 80px; left: 16px;
  transition: top .3s;
}
#sp-lang-mobile-wrap .sp-lang-btn { height: 32px; padding: 0 12px; font-size: 12px; box-shadow: 0 4px 12px rgba(255,140,0,.2); }
#sp-lang-mobile-wrap .sp-lang-list { left: 0; right: auto; min-width: 130px; }

/* Animación dropdown */
@keyframes spDrop {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ════════════════════════════════
   FOOTER (sp-footer)
════════════════════════════════ */
#sp-footer {
  width: calc(100% - 100px);
  margin: 0 auto 24px;
  padding: 20px 32px;
  background: rgba(20, 20, 20, .97);
  box-shadow: 0 4px 24px rgba(255, 140, 0, .28);
  border-radius: 33px;
  font-family: 'Outfit', sans-serif;
}
.sp-footer-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: wrap;
}
.sp-footer-brand   { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.sp-footer-logo    { display: flex; align-items: center; gap: 8px; text-decoration: none; }
.sp-footer-logo-text { font-family: 'Space Mono', monospace; font-size: 12px; letter-spacing: .06em; color: #fff; }
.sp-footer-logo-text span { color: #FF8C00; }
.sp-footer-tagline { font-size: 12px; color: rgba(255,255,255,.35); font-family: 'Space Mono', monospace; letter-spacing: .04em; white-space: nowrap; }
.sp-footer-links   { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: center; }
.sp-footer-links a { color: rgba(255,255,255,.55); text-decoration: none; font-size: 13px; transition: color .2s; }
.sp-footer-links a:hover { color: #FF8C00; }
.sp-footer-links span { color: rgba(255,255,255,.2); font-size: 11px; }
.sp-footer-copy    { font-size: 12px; color: rgba(255,255,255,.3); white-space: nowrap; text-align: right; }
.sp-footer-copy a  { color: #FF8C00; text-decoration: none; font-weight: 600; }
.sp-footer-copy a:hover { text-decoration: underline; }

/* ════════════════════════════════
   RESPONSIVE
════════════════════════════════ */
@media (max-width: 1100px) {
  .stats-bar       { grid-template-columns: repeat(2, 1fr); }
  .includes-grid   { grid-template-columns: 1fr 1fr; }
  .proceso-steps   { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .proceso-steps::before { display: none; }
  .pricing-grid    { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
  .faq-grid        { grid-template-columns: 1fr; }
}
@media (max-width: 992px) {
  #sp-header                { left: 16px; right: 16px; top: 16px; }
  #sp-lang-mobile-wrap      { display: flex; align-items: flex-start; }
  .sp-lang                  { display: none; }
  #sp-footer                { width: calc(100% - 32px); }
  .sp-footer-inner          { flex-direction: column; text-align: center; gap: 14px; }
  .sp-footer-copy           { text-align: center; white-space: normal; }
  .sp-footer-brand          { flex-direction: column; align-items: center; gap: 6px; }
}
@media (max-width: 600px) {
  .includes-grid  { grid-template-columns: 1fr; }
  .proceso-steps  { grid-template-columns: 1fr; }
  .sp-back span   { display: none; }
  .sp-cta         { padding: 8px 14px; font-size: 12px; }
}/* End custom CSS */