/* ── LOCAL FONTS ── */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('assets/fonts/outfit-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('assets/fonts/outfit-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('assets/fonts/playfair-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('assets/fonts/playfair-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --purple:       #7C3DE3;
  --purple-light: #9B6EF0;
  --purple-dark:  #5B21B6;
  --purple-soft:  #EDE9FE;
  --purple-mid:   #DDD6FE;
  --cream:        #FAF8F5;
  --ink:          #1A1612;
  --ink-mid:      #3D3530;
  --ink-light:    #7A736D;
  --white:        #FFFFFF;
  --green:        #059669;
}

* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { font-family:'Outfit',sans-serif; color:var(--ink); overflow-x:hidden; }

/* ── UTILS ── */
.section-label {
  font-size:.75rem; font-weight:700; letter-spacing:.14em;
  text-transform:uppercase; margin-bottom:12px;
}
.section-headline {
  font-family:'Playfair Display',serif;
  font-size:clamp(1.9rem,3.2vw,2.8rem); font-weight:700;
  line-height:1.2; margin-bottom:14px;
}
.section-sub {
  font-size:.98rem; line-height:1.75; max-width:560px; margin-bottom:52px;
}

/* ── TABLET MOCKUP ── */
.tablet-mockup {
  background:#18182A; border-radius:24px; padding:10px 8px;
  display:flex; flex-direction:column;
  box-shadow:
    0 0 0 1.5px rgba(124,61,227,.35),
    0 40px 80px rgba(0,0,0,.28),
    0 16px 40px rgba(124,61,227,.18);
}
.tablet-top { display:flex; justify-content:center; align-items:center; height:20px; padding-bottom:4px; }
.tablet-camera { width:7px; height:7px; border-radius:50%; background:#2A2A3E; border:1px solid #333355; }
.tablet-screen { border-radius:10px; overflow:hidden; background:#fff; }
.tablet-screen img { width:100%; height:100%; object-fit:cover; object-position:top; display:block; transition:opacity .35s; }
.tablet-bottom { display:flex; justify-content:center; align-items:center; height:24px; padding-top:6px; }
.tablet-home { width:28px; height:4px; border-radius:2px; background:#2A2A3E; }

/* ── HEADER ── */
header {
  position:fixed; top:0; left:0; right:0; z-index:100;
  background:rgba(255,255,255,.95); backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(124,61,227,.12);
  padding:0 6%; height:68px;
  display:flex; align-items:center; justify-content:space-between;
}
.logo svg, .logo img { height:32px; width:auto; }
nav { display:flex; gap:32px; }
nav a { text-decoration:none; color:var(--ink-mid); font-size:.9rem; font-weight:500; transition:color .2s; }
nav a:hover { color:var(--purple); }
.hctas { display:flex; gap:12px; }
.btn-ghost {
  padding:9px 20px; border:1.5px solid var(--purple); color:var(--purple);
  border-radius:8px; font-size:.88rem; font-weight:500; font-family:'Outfit',sans-serif;
  text-decoration:none; transition:all .2s;
}
.btn-ghost:hover { background:var(--purple-soft); }
.btn-solid {
  padding:9px 22px; background:var(--purple); color:#fff;
  border-radius:8px; font-size:.88rem; font-weight:600; font-family:'Outfit',sans-serif;
  text-decoration:none; transition:all .2s;
  box-shadow:0 4px 14px rgba(124,61,227,.3);
}
.btn-solid:hover { background:var(--purple-dark); transform:translateY(-1px); }

/* ── HERO — fondo gradiente morado ── */
.hero {
  min-height:100vh; padding:100px 6% 80px;
  background: linear-gradient(135deg, #4A1599 0%, #6D28D9 35%, #7C3DE3 60%, #9333EA 100%);
  display:grid; grid-template-columns:1fr 1.1fr; gap:60px; align-items:center;
  position:relative; overflow:hidden;
}
.hero::before {
  content:'';
  position:absolute; top:-200px; right:-200px;
  width:700px; height:700px; border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.1) 0%, transparent 65%);
  pointer-events:none;
}
.hero::after {
  content:'';
  position:absolute; bottom:-150px; left:-100px;
  width:500px; height:500px; border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.06) 0%, transparent 65%);
  pointer-events:none;
}
.hero-badge {
  display:inline-flex; align-items:center; gap:8px;
  background:rgba(255,255,255,.15); color:#fff;
  padding:6px 14px; border-radius:100px; font-size:.8rem;
  font-weight:600; letter-spacing:.05em; margin-bottom:24px;
  border:1px solid rgba(255,255,255,.25); backdrop-filter:blur(4px);
}
.hero-badge span { width:7px; height:7px; border-radius:50%; background:#C4B5FD; display:inline-block; }
.hero h1 {
  font-family:'Playfair Display',serif;
  font-size:clamp(2.4rem,3.8vw,3.6rem); line-height:1.13;
  color:#fff; margin-bottom:20px; font-weight:700;
}
.hero h1 em { color:#C4B5FD; font-style:normal; }
.hero p { font-size:1.05rem; color:rgba(255,255,255,.8); line-height:1.75; margin-bottom:36px; max-width:460px; }
.hero-ctas { display:flex; gap:14px; flex-wrap:wrap; margin-bottom:48px; }
.btn-hero-white {
  padding:14px 28px; background:#fff; color:var(--purple);
  border-radius:10px; font-size:.95rem; font-weight:700;
  text-decoration:none; transition:all .2s;
  box-shadow:0 6px 20px rgba(0,0,0,.2);
}
.btn-hero-white:hover { transform:translateY(-2px); box-shadow:0 10px 28px rgba(0,0,0,.25); }
.btn-hero-outline {
  padding:14px 28px; border:2px solid rgba(255,255,255,.45);
  color:#fff; border-radius:10px; font-size:.95rem; font-weight:500;
  text-decoration:none; transition:all .2s;
}
.btn-hero-outline:hover { border-color:#fff; background:rgba(255,255,255,.1); }
.hero-stats {
  display:flex; gap:32px; padding-top:28px;
  border-top:1px solid rgba(255,255,255,.2);
}
.hero-stat { display:flex; flex-direction:column; gap:3px; }
.hero-stat-num { font-family:'Playfair Display',serif; font-size:2rem; font-weight:700; color:#C4B5FD; line-height:1; }
.hero-stat-label { font-size:.78rem; color:rgba(255,255,255,.65); font-weight:500; }

/* Hero tablet */
.hero-visual { display:flex; justify-content:center; align-items:center; position:relative; }
.hero-tablet { width:300px; position:relative; z-index:2; }
.hero-tablet .tablet-screen { aspect-ratio:9/14; }
.hero-glow {
  position:absolute; inset:-80px; border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.12) 0%, transparent 65%);
  z-index:1; pointer-events:none;
}
.float-card {
  position:absolute; z-index:3;
  background:rgba(255,255,255,.15); backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.25);
  border-radius:14px; padding:14px 18px; min-width:148px; color:#fff;
}
.float-card.left { left:-90px; top:22%; }
.float-card.right { right:-85px; bottom:22%; background:rgba(255,255,255,.2); }
.float-card .fc-label { font-size:.7rem; opacity:.75; font-weight:500; margin-bottom:3px; }
.float-card .fc-val { font-family:'Playfair Display',serif; font-size:1.6rem; font-weight:700; line-height:1; }
.float-card .fc-sub { font-size:.7rem; color:#A5F3C4; font-weight:600; margin-top:2px; }
.float-card.right .fc-sub { color:#C4B5FD; }

/* ── MARQUEE ── */
.marquee-section { background:rgba(91,33,182,.95); padding:14px 0; overflow:hidden; }
.marquee-track { display:flex; animation:marquee 35s linear infinite; width:max-content; }
@keyframes marquee { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
.marquee-item {
  padding:0 22px; font-size:.82rem; font-weight:600;
  letter-spacing:.1em; color:rgba(255,255,255,.8);
  display:flex; align-items:center; gap:10px; white-space:nowrap;
}
.marquee-item::after { content:'·'; color:rgba(221,214,254,.5); }

/* ── PROBLEMA — fondo blanco ── */
.section-problema { padding:96px 6%; background:#fff; }
.section-problema .section-label { color:var(--purple); }
.section-problema .section-headline { color:var(--ink); }
.section-problema .section-sub { color:var(--ink-light); }
.problema-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; max-width:1100px; margin:0 auto; }
.problema-card {
  background:var(--cream); border-radius:20px; padding:36px 28px;
  border:1px solid rgba(124,61,227,.08); position:relative; overflow:hidden;
  transition:transform .3s, box-shadow .3s;
}
.problema-card:hover { transform:translateY(-4px); box-shadow:0 20px 50px rgba(124,61,227,.1); }
.problema-card::before {
  content:attr(data-num); position:absolute; top:-20px; right:16px;
  font-family:'Playfair Display',serif; font-size:7rem; font-weight:700;
  color:rgba(124,61,227,.05); line-height:1; pointer-events:none;
}
.problema-icon { width:48px; height:48px; background:var(--purple-soft); border-radius:12px; display:flex; align-items:center; justify-content:center; margin-bottom:20px; font-size:1.4rem; }
.problema-card h3 { font-family:'Playfair Display',serif; font-size:1.15rem; font-weight:600; color:var(--ink); margin-bottom:12px; }
.problema-card p { font-size:.88rem; color:var(--ink-mid); line-height:1.72; }

/* ── FUNCIONES — gradiente suave ── */
.section-funciones {
  padding:96px 6%;
  background:linear-gradient(160deg, #F5F0FF 0%, #EDE9FE 50%, #F5F0FF 100%);
}
.section-funciones .section-label { color:var(--purple); }
.funciones-header { text-align:center; margin-bottom:60px; }
.funciones-header .section-headline { margin:0 auto 14px; text-align:center; color:var(--ink); }
.funciones-header .section-sub { margin:0 auto; text-align:center; color:var(--ink-light); }
.features-showcase { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; max-width:1100px; margin:0 auto; }
.features-list { display:flex; flex-direction:column; gap:4px; }
.feature-item { padding:18px 22px; border-radius:14px; cursor:pointer; transition:all .25s; border-left:3px solid transparent; }
.feature-item.active, .feature-item:hover { background:#fff; border-left-color:var(--purple); box-shadow:0 4px 20px rgba(124,61,227,.1); }
.feature-item h3 { font-weight:600; font-size:.93rem; color:var(--ink); margin-bottom:6px; display:flex; align-items:center; gap:10px; }
.fi { width:30px; height:30px; border-radius:8px; background:var(--purple-soft); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.fi svg { width:18px; height:18px; }
.feature-item p { font-size:.84rem; color:var(--ink-light); line-height:1.65; padding-left:40px; }
.features-visual { display:flex; justify-content:center; }
.features-tablet { width:280px; }
.features-tablet .tablet-screen { aspect-ratio:9/15; }

/* ── SCREENSHOTS — blanco ── */
.section-screenshots { padding:96px 6%; background:#fff; }
.screenshots-header { text-align:center; margin-bottom:60px; }
.screenshots-header .section-label { color:var(--purple); }
.screenshots-header .section-headline { margin:0 auto 14px; text-align:center; color:var(--ink); }
.screenshots-header .section-sub { margin:0 auto; text-align:center; color:var(--ink-light); }
.screenshots-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; max-width:1100px; margin:0 auto; }
.screenshot-card { border-radius:20px; overflow:visible; position:relative; transition:transform .3s; }
.screenshot-card:hover { transform:translateY(-6px); }
.screenshot-card .tablet-screen { aspect-ratio:9/16; }
.screenshot-label {
  position:absolute; bottom:34px; left:50%; transform:translateX(-50%);
  background:rgba(255,255,255,.95); backdrop-filter:blur(8px);
  padding:6px 12px; border-radius:8px; font-size:.73rem; font-weight:600;
  color:var(--ink); white-space:nowrap; box-shadow:0 4px 12px rgba(0,0,0,.1);
}

/* ── COMO FUNCIONA — morado oscuro ── */
.section-como {
  padding:96px 6%;
  background:linear-gradient(135deg, #3B0F8C 0%, #5B21B6 50%, #4A1599 100%);
  color:#fff;
}
.section-como .section-label { color:#C4B5FD; }
.como-header { text-align:center; margin-bottom:64px; }
.como-header .section-headline { color:#fff; margin:0 auto 14px; text-align:center; }
.como-header .section-sub { color:rgba(255,255,255,.6); margin:0 auto; text-align:center; }
.pasos-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; max-width:1100px; margin:0 auto; }
.paso { background:rgba(255,255,255,.07); border-radius:20px; padding:32px 24px; border:1px solid rgba(255,255,255,.1); transition:all .3s; }
.paso:hover { background:rgba(255,255,255,.12); border-color:rgba(255,255,255,.2); transform:translateY(-4px); }
.paso-num { font-family:'Playfair Display',serif; font-size:3rem; font-weight:700; color:#C4B5FD; opacity:.5; line-height:1; margin-bottom:16px; }
.paso h3 { font-size:1rem; font-weight:600; color:#fff; margin-bottom:10px; }
.paso p { font-size:.85rem; color:rgba(255,255,255,.55); line-height:1.72; }

/* ── TESTIMONIOS — fondo blanco ── */
.section-testimonios { padding:96px 6%; background:#fff; }
.testimonios-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; max-width:1100px; margin:0 auto; }
.testimonio-card {
  background:var(--cream); border-radius:20px; padding:36px 28px;
  border:1px solid rgba(124,61,227,.08); text-align:center;
  transition:transform .3s, box-shadow .3s;
}
.testimonio-card:hover { transform:translateY(-4px); box-shadow:0 20px 50px rgba(124,61,227,.1); }
.testimonio-avatar {
  width:56px; height:56px; border-radius:50%; margin:0 auto 16px;
  background:linear-gradient(135deg, var(--purple), var(--purple-light));
  color:#fff; font-weight:700; font-size:1.1rem;
  display:flex; align-items:center; justify-content:center;
  font-family:'Playfair Display',serif;
}
.testimonio-stars { color:#F59E0B; font-size:1rem; letter-spacing:2px; margin-bottom:16px; }
.testimonio-text { font-size:.92rem; color:var(--ink-mid); line-height:1.72; margin-bottom:20px; font-style:italic; }
.testimonio-author { font-weight:600; font-size:.9rem; color:var(--ink); }
.testimonio-location { font-size:.8rem; color:var(--ink-light); margin-top:2px; }
@media (max-width:960px) { .testimonios-grid { grid-template-columns:1fr; max-width:440px; } }

/* ── PRECIOS — gradiente suave ── */
.section-precios {
  padding:96px 6%;
  background:linear-gradient(160deg, #F5F0FF 0%, var(--cream) 100%);
}
.section-precios .section-label { color:var(--purple); }
.precios-header { text-align:center; margin-bottom:60px; }
.precios-header .section-headline { margin:0 auto 14px; text-align:center; color:var(--ink); }
.precios-header .section-sub { margin:0 auto; text-align:center; color:var(--ink-light); }
.precios-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; max-width:1100px; margin:0 auto; align-items:stretch; }
.precio-card { background:#fff; border-radius:24px; padding:40px 32px; border:1px solid rgba(124,61,227,.1); transition:all .3s; position:relative; display:flex; flex-direction:column; }
.precio-card:hover { transform:translateY(-4px); box-shadow:0 16px 48px rgba(0,0,0,.1); }

/* Featured / Pro card */
.precio-card.featured {
  background:linear-gradient(145deg, #7C3DE3 0%, #5B21B6 100%);
  color:#fff; border:none;
  box-shadow:0 24px 64px rgba(124,61,227,.45);
  z-index:2;
}
.precio-card.featured:hover { transform:translateY(-6px); box-shadow:0 32px 72px rgba(124,61,227,.5); }

/* Max / dark card */
.precio-card.dark {
  background:linear-gradient(145deg, #1A1A2E 0%, #16213E 100%);
  color:#fff; border:1px solid rgba(212,175,55,.2);
}
.precio-card.dark:hover { box-shadow:0 16px 48px rgba(26,26,46,.4); }
.precio-card.dark .precio-badge { background:linear-gradient(135deg, #D4AF37, #F4D03F); color:#1A1A2E; }
.precio-card.dark .precio-name { color:#F4D03F; }
.precio-card.dark .precio-amount { color:#fff; }
.precio-card.dark .precio-period { color:rgba(255,255,255,.5); }
.precio-card.dark .precio-features li { color:rgba(255,255,255,.75); }
.precio-card.dark .precio-features li::before { content:'✓'; color:#D4AF37; }
.precio-card.dark .btn-precio-gold { display:block; text-align:center; padding:14px; border-radius:10px; font-weight:600; font-size:.9rem; text-decoration:none; transition:all .2s; background:linear-gradient(135deg, #D4AF37, #F4D03F); color:#1A1A2E; box-shadow:0 4px 14px rgba(212,175,55,.35); margin-top:auto; }
.precio-card.dark .btn-precio-gold:hover { transform:translateY(-1px); box-shadow:0 8px 24px rgba(212,175,55,.45); }
.precio-card.dark .precio-divider { border:none; border-top:1px solid rgba(212,175,55,.2); margin:0 0 16px; }

/* Popular ribbon */
.precio-popular-ribbon {
  position:absolute; top:-14px; left:50%; transform:translateX(-50%);
  background:linear-gradient(135deg, #F59E0B, #EAB308); color:#1A1612;
  padding:6px 20px; border-radius:100px; font-size:.72rem; font-weight:800;
  letter-spacing:.1em; text-transform:uppercase; white-space:nowrap;
  box-shadow:0 4px 12px rgba(245,158,11,.4);
}

.precio-badge { display:inline-block; background:var(--purple-soft); color:var(--purple-dark); padding:4px 12px; border-radius:100px; font-size:.73rem; font-weight:700; letter-spacing:.06em; margin-bottom:20px; text-transform:uppercase; }
.precio-card.featured .precio-badge { background:rgba(255,255,255,.2); color:#fff; }
.precio-name { font-family:'Playfair Display',serif; font-size:1.4rem; font-weight:700; margin-bottom:8px; color:var(--ink); }
.precio-card.featured .precio-name { color:#fff; }
.precio-amount { font-family:'Playfair Display',serif; font-size:2.8rem; font-weight:700; line-height:1; margin-bottom:4px; color:var(--ink); }
.precio-card.featured .precio-amount { color:#fff; }
.precio-amount span { font-size:1rem; font-family:'Outfit',sans-serif; font-weight:400; opacity:.65; }
.precio-period { font-size:.83rem; margin-bottom:28px; color:var(--ink-mid); }
.precio-card.featured .precio-period { color:rgba(255,255,255,.7); }
.precio-features { list-style:none; display:flex; flex-direction:column; gap:11px; margin-bottom:36px; flex-grow:1; }
.precio-features li { font-size:.88rem; display:flex; align-items:flex-start; gap:10px; line-height:1.5; color:var(--ink-mid); }
.precio-features li::before { content:'✓'; font-weight:700; color:var(--purple); flex-shrink:0; }
.precio-card.featured .precio-features li { color:rgba(255,255,255,.85); }
.precio-card.featured .precio-features li::before { color:#C4B5FD; }
.btn-precio { display:block; text-align:center; padding:14px; border-radius:10px; font-weight:600; font-size:.9rem; text-decoration:none; transition:all .2s; background:var(--purple); color:#fff; box-shadow:0 4px 14px rgba(124,61,227,.28); margin-top:auto; }
.btn-precio:hover { transform:translateY(-1px); box-shadow:0 8px 24px rgba(124,61,227,.38); }
.precio-card.featured .btn-precio { background:#fff; color:var(--purple); font-weight:700; font-size:.95rem; padding:14px; }
.precio-card.featured .btn-precio:hover { box-shadow:0 8px 24px rgba(255,255,255,.3); }
.btn-precio-outline { background:transparent; color:var(--ink-light); border:1.5px solid rgba(124,61,227,.2); display:block; text-align:center; padding:14px; border-radius:10px; font-weight:500; font-size:.9rem; text-decoration:none; transition:all .2s; margin-top:auto; }
.btn-precio-outline:hover { border-color:var(--purple); color:var(--purple); }

/* ── CTA FINAL — gradiente morado ── */
.section-cta {
  padding:100px 6%;
  background:linear-gradient(135deg, #4A1599 0%, #7C3DE3 55%, #9333EA 100%);
  text-align:center; color:#fff; position:relative; overflow:hidden;
}
.section-cta::before {
  content:''; position:absolute; top:-100px; left:50%; transform:translateX(-50%);
  width:800px; height:800px; border-radius:50%;
  background:rgba(255,255,255,.04); pointer-events:none;
}
.section-cta h2 { font-family:'Playfair Display',serif; font-size:clamp(2rem,3.5vw,3rem); font-weight:700; margin-bottom:16px; position:relative; color:#fff; }
.section-cta p { font-size:1.03rem; color:rgba(255,255,255,.78); margin-bottom:40px; max-width:500px; margin-left:auto; margin-right:auto; }
.cta-btns { display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }
.btn-cta-white { padding:15px 32px; background:#fff; color:var(--purple); border-radius:10px; font-weight:700; font-size:.95rem; text-decoration:none; transition:all .2s; box-shadow:0 8px 24px rgba(0,0,0,.15); }
.btn-cta-white:hover { transform:translateY(-2px); }
.btn-cta-outline { padding:15px 32px; border:2px solid rgba(255,255,255,.38); color:#fff; border-radius:10px; font-weight:600; font-size:.95rem; text-decoration:none; transition:all .2s; }
.btn-cta-outline:hover { border-color:#fff; background:rgba(255,255,255,.1); }

/* ── FOOTER ── */
footer { background:#0F0A1E; color:rgba(255,255,255,.75); padding:64px 6% 32px; }
.footer-top { display:grid; grid-template-columns:1.6fr 1fr 1fr 1fr; gap:40px; margin-bottom:48px; }
.footer-brand svg, .footer-brand img { height:28px; width:auto; margin-bottom:16px; display:block; }
.footer-brand p { font-size:.84rem; line-height:1.75; max-width:260px; }
.footer-brand a { color:#fff; text-decoration:none; transition:color .2s; }
.footer-brand a:hover { color:var(--purple-light); }
.footer-col-title { color:#fff; font-weight:600; font-size:.85rem; margin-bottom:16px; letter-spacing:.05em; text-transform:uppercase; }
.footer-col a { display:block; color:rgba(255,255,255,.75); font-size:.84rem; text-decoration:none; margin-bottom:10px; transition:color .2s; }
.footer-col a:hover { color:#fff; }
.footer-social { display:flex; gap:14px; margin-top:20px; }
.footer-social a {
  width:36px; height:36px; border-radius:8px;
  background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.1);
  display:flex; align-items:center; justify-content:center;
  transition:all .2s; margin-bottom:0;
}
.footer-social a:hover { background:var(--purple); border-color:var(--purple); }
.footer-social svg { width:16px; height:16px; fill:rgba(255,255,255,.7); }
.footer-social a:hover svg { fill:#fff; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.07); padding-top:24px; display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:16px; font-size:.8rem; }
.footer-bottom a { color:rgba(255,255,255,.75); text-decoration:none; margin-left:20px; }
.footer-bottom a:hover { color:#fff; }

/* ── WHATSAPP FLOTANTE ── */
.whatsapp-float {
  position:fixed; bottom:28px; right:28px; z-index:999;
  width:58px; height:58px; border-radius:50%;
  background:linear-gradient(135deg, #25D366, #128C7E);
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 8px 24px rgba(37,211,102,.4);
  transition:all .3s; cursor:pointer; text-decoration:none;
}
.whatsapp-float:hover { transform:scale(1.1); box-shadow:0 12px 32px rgba(37,211,102,.5); }
.whatsapp-float svg { width:30px; height:30px; fill:#fff; }
.whatsapp-tooltip {
  position:absolute; right:70px; top:50%; transform:translateY(-50%);
  background:rgba(0,0,0,.8); color:#fff; font-size:.78rem; font-weight:600;
  padding:6px 12px; border-radius:8px; white-space:nowrap;
  opacity:0; pointer-events:none; transition:opacity .2s;
  font-family:'Outfit',sans-serif;
}
.whatsapp-float:hover .whatsapp-tooltip { opacity:1; }
@media (max-width:768px) { .whatsapp-float { bottom:80px; } }

/* ── ANIMATIONS ── */
@keyframes fadeUp { from{opacity:0;transform:translateY(28px)} to{opacity:1;transform:translateY(0)} }
.hero-text > * { animation:fadeUp .7s ease both; }
.hero-text > *:nth-child(1){animation-delay:.08s}
.hero-text > *:nth-child(2){animation-delay:.18s}
.hero-text > *:nth-child(3){animation-delay:.28s}
.hero-text > *:nth-child(4){animation-delay:.38s}
.hero-text > *:nth-child(5){animation-delay:.48s}
.hero-visual { }

@media (max-width:960px) {
  .hero { grid-template-columns:1fr; text-align:center; padding-top:90px; }
  .hero p, .hero-ctas, .hero-stats { margin-left:auto; margin-right:auto; justify-content:center; }
  .hero-visual { order:1; }
  .float-card { display:none; }
  .hero-tablet { width:220px; }
  .problema-grid, .pasos-grid { grid-template-columns:1fr 1fr; }
  .screenshots-grid { grid-template-columns:1fr 1fr; }
  .features-showcase { grid-template-columns:1fr; }
  .features-visual { order:-1; }
  .precios-grid { grid-template-columns:1fr; max-width:440px; }
  .footer-top { grid-template-columns:1fr 1fr; }
}
@media (max-width:600px) {
  .problema-grid, .pasos-grid, .screenshots-grid { grid-template-columns:1fr; }
}
/* ── DEMO CTA BUTTON (prominent) ── */
.btn-demo {
  padding:15px 32px; background:linear-gradient(135deg, #7C3DE3 0%, #9333EA 100%); color:#fff;
  border-radius:10px; font-size:.95rem; font-weight:700; font-family:'Outfit',sans-serif;
  text-decoration:none; transition:all .25s;
  box-shadow:0 6px 24px rgba(124,61,227,.45);
  position:relative; overflow:hidden;
}
.btn-demo::after {
  content:''; position:absolute; top:0; left:-100%; width:100%; height:100%;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent);
  transition:left .5s;
}
.btn-demo:hover::after { left:100%; }
.btn-demo:hover { transform:translateY(-2px); box-shadow:0 10px 32px rgba(124,61,227,.55); }

.btn-hero-demo {
  padding:16px 34px; background:#fff; color:var(--purple);
  border-radius:12px; font-size:1rem; font-weight:700;
  text-decoration:none; transition:all .25s;
  box-shadow:0 8px 28px rgba(0,0,0,.22);
  position:relative; overflow:hidden;
}
.btn-hero-demo::after {
  content:''; position:absolute; top:0; left:-100%; width:100%; height:100%;
  background:linear-gradient(90deg, transparent, rgba(124,61,227,.1), transparent);
  transition:left .5s;
}
.btn-hero-demo:hover::after { left:100%; }
.btn-hero-demo:hover { transform:translateY(-3px); box-shadow:0 12px 36px rgba(0,0,0,.28); }

/* ── CALENDLY SECTION ── */
.section-calendly {
  padding:96px 6%;
  background:linear-gradient(160deg, #F5F0FF 0%, #EDE9FE 50%, #F5F0FF 100%);
}
.calendly-inner { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:1fr 1.2fr; gap:60px; align-items:center; }
.calendly-text .section-label { color:var(--purple); }
.calendly-text h2 {
  font-family:'Playfair Display',serif; font-size:clamp(1.8rem,3vw,2.6rem);
  font-weight:700; color:var(--ink); margin-bottom:16px; line-height:1.2;
}
.calendly-text p { font-size:.95rem; color:var(--ink-light); line-height:1.75; margin-bottom:24px; }
.calendly-benefits { list-style:none; display:flex; flex-direction:column; gap:14px; margin-bottom:32px; }
.calendly-benefits li {
  font-size:.9rem; color:var(--ink-mid); display:flex; align-items:center; gap:12px; line-height:1.5;
}
.calendly-benefits li::before {
  content:'✓'; font-weight:700; color:var(--purple); flex-shrink:0;
  width:28px; height:28px; border-radius:8px; background:var(--purple-soft);
  display:flex; align-items:center; justify-content:center; font-size:.8rem;
}
.calendly-embed-wrap {
  background:#fff; border-radius:20px; padding:8px;
  box-shadow:0 20px 60px rgba(124,61,227,.15);
  border:1px solid rgba(124,61,227,.1);
  min-height:580px; overflow:hidden;
}
.calendly-embed-wrap iframe { border:none; width:100%; height:580px; border-radius:14px; }

/* ── BADGE PULSE (for new features) ── */
.badge-new {
  display:inline-block; background:linear-gradient(135deg, #059669, #10B981);
  color:#fff; font-size:.65rem; font-weight:700; padding:2px 8px;
  border-radius:100px; letter-spacing:.06em; text-transform:uppercase;
  margin-left:8px; animation:pulse-badge 2s ease-in-out infinite;
}
@keyframes pulse-badge { 0%,100%{opacity:1} 50%{opacity:.7} }

@media (max-width:960px) {
  .calendly-inner { grid-template-columns:1fr; }
  .calendly-embed-wrap { min-height:500px; }
  .calendly-embed-wrap iframe { height:500px; }
}

.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;}
.hamburger span{display:block;width:24px;height:2px;background:#7c3de3;border-radius:2px;transition:all 0.3s;}
@media(max-width:768px){
  nav,.hctas{display:none;flex-direction:column;position:absolute;top:60px;left:0;right:0;background:white;padding:16px 24px;box-shadow:0 8px 24px rgba(0,0,0,0.08);z-index:999;gap:12px;}
  nav.open,.hctas.open{display:flex;}
  .hamburger{display:flex;}
  header{position:relative;}
}
.logo-white{fill:#f6f6f6;}
