/* ═══════════════════════════════════════════
   JOY.CSS — Cosas Agénticas 2026
   Colores alegres · Tipografía editorial · Párrafos cortos
   Referencias: A24 + Counter-Print + Present & Correct
   ═══════════════════════════════════════════ */

/* ── Reset & Base ─────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}
body{
  font-family:'DM Sans',-apple-system,sans-serif;
  font-size:1.05rem;
  line-height:1.55;
  color:#1a1a2e;
  background:#fffbf5;
  overflow-x:hidden;
}

/* Typography — Mendelsund-Boom-Lupton */
h1,h2,h3{font-family:'Instrument Serif',Georgia,serif;font-weight:400;line-height:1.06;letter-spacing:-0.025em}
h1{font-size:clamp(3rem,6vw,5rem)}
h2{font-size:clamp(2rem,4vw,3rem)}
/* Subrayado editorial en headings */
section h2::after,.gift h2::after,.bundle h2::after,.faq h2::after,.support h2::after{
  content:'';display:block;
  width:2.5rem;height:2px;
  background:var(--card-accent,#ff6b35);
  margin-top:.5rem;opacity:.6;
}
h3{font-size:clamp(1.4rem,2.2vw,1.8rem)}
h2 i,h3 i,em{font-family:'Instrument Serif',Georgia,serif;font-style:italic}
p{margin-bottom:.5em}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}

/* Grabado sutil de fondo */
body::before{
  content:'';position:fixed;inset:0;z-index:-1;pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='60' height='60' filter='url(%23n)' opacity='.03'/%3E%3C/svg%3E");
  opacity:.5;
}

/* ── Section Kicker ──────────────────── */
.section-kicker{
  font-family:'DM Sans',sans-serif;
  font-size:.75rem;
  font-weight:600;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin-bottom:.75rem;
  position:relative;
}
.section-kicker::before{
  content:'';display:inline-block;
  width:2rem;height:1px;
  background:var(--card-accent,#ff6b35);
  margin-right:.75rem;vertical-align:middle;
  opacity:.5;
}

/* ── Topbar ──────────────────────────── */
.topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:1rem 2rem;
  position:sticky;top:0;z-index:100;
  background:rgba(255,251,245,.92);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(0,0,0,.06);
}
.topbar-logo{
  font-family:'Instrument Serif',serif;
  font-size:1.15rem;
  letter-spacing:.08em;
  font-weight:400;
}
.topbar-nav{display:flex;align-items:center;gap:1.5rem;font-size:.9rem}
.topbar-nav a{opacity:.7;transition:opacity .2s}
.topbar-nav a:hover{opacity:1}
.topbar-cta{
  background:#ff6b35;color:#fff!important;
  padding:.45rem 1rem;border-radius:2rem;
  font-weight:600;font-size:.85rem;opacity:1!important;
  transition:background .2s;
}
.topbar-cta:hover{background:#e85d2c}

/* ── Hero ────────────────────────────── */
.hero{
  padding:6rem 2rem 5rem;
  max-width:1200px;margin:0 auto;
  position:relative;
}
.hero::after{
  content:'';position:absolute;bottom:0;left:2rem;right:2rem;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(0,0,0,.08) 20%,rgba(0,0,0,.08) 80%,transparent);
}
.hero-grid{
  display:grid;grid-template-columns:1.2fr 1fr;
  gap:3rem;align-items:center;
}
.hero-eyebrow{
  font-family:'DM Sans',sans-serif;
  font-size:.95rem;font-weight:600;
  color:#ff6b35;margin-bottom:.75rem;
}
.hero h1{
  font-size:clamp(2.6rem,5.5vw,4.4rem);
  margin-bottom:1.25rem;
}
.hero h1 .highlight{
  background:linear-gradient(120deg,#ff6b35 0%,#e8458b 100%);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;
  background-clip:text;
}
.hero-dek{
  font-size:1.2rem;color:#555;max-width:480px;margin-bottom:2rem;
}
.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.25rem}
.btn-primary{
  display:inline-block;
  background:#ff6b35;color:#fff;
  padding:.85rem 2rem;border-radius:3rem;
  font-weight:600;font-size:1.05rem;
  transition:all .2s;
}
.btn-primary:hover{background:#e85d2c;transform:translateY(-1px)}
.btn-ghost{
  display:inline-block;
  border:2px solid #ff6b35;color:#ff6b35;
  padding:.85rem 2rem;border-radius:3rem;
  font-weight:600;font-size:1.05rem;
  transition:all .2s;
}
.btn-ghost:hover{background:#fff1eb}
.hero-note{font-size:.85rem;color:#999;margin-top:.5rem}
.hero-visual{position:relative;text-align:center}
.hero-photo{
  border-radius:.25rem;max-width:320px;margin:0 auto;
  box-shadow:0 20px 60px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.04);
  padding:6px;background:#fff;
  position:relative;
}
/* Marco de galería */
.hero-photo::before{
  content:'';position:absolute;inset:3px;
  border:1px solid rgba(0,0,0,.06);
  pointer-events:none;z-index:1;
}
/* Pie de foto con humor */
.hero-visual figcaption{}
.hero-caption{
  display:inline-block;
  font-family:'DM Sans',sans-serif;font-weight:600;
  font-size:1rem;line-height:1.5;
  margin-top:.8rem;text-align:center;
  background:linear-gradient(135deg,#ff6b35 0%,#f5a623 50%,#e8458b 100%);
  background-size:200% auto;
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;
  background-clip:text;
  animation:shimmer 3s linear infinite;
  padding:.3rem .6rem;
  position:relative;
}
.hero-caption::after{
  content:'';display:block;
  width:40px;height:2px;
  margin:.5rem auto 0;
  background:linear-gradient(90deg,#ff6b35,#e8458b);
  border-radius:1px;
}
/* Brillo dorado en "ventaja indecente" */
.hero h1 .highlight{
  background:linear-gradient(135deg,#ff6b35 0%,#e8458b 50%,#ff6b35 100%);
  background-size:200% auto;
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;
  background-clip:text;
  animation:shimmer 4s linear infinite;
}
@keyframes shimmer{
  to{background-position:200% center}
}
.hero-badge{
  display:inline-block;margin-top:1rem;
  background:linear-gradient(135deg,#ff6b35,#e8458b);
  color:#fff;
  padding:.5rem 1.4rem;border-radius:2rem;
  font-size:.85rem;font-weight:700;
  box-shadow:0 4px 15px rgba(255,107,53,.3);
  animation:pulse-badge 2s ease-in-out infinite;
}
@keyframes pulse-badge{
  0%,100%{box-shadow:0 4px 15px rgba(255,107,53,.3)}
  50%{box-shadow:0 6px 25px rgba(255,107,53,.5)}
}

/* ── Gift Section ────────────────────── */
.gift{
  background:linear-gradient(135deg,#fef9e7 0%,#fdebd0 50%,#fadbd8 100%);
  padding:5rem 2rem;text-align:center;
}
.gift-wrap{max-width:700px;margin:0 auto}
.gift h2{color:#e65100;margin-bottom:.75rem}
.gift-dek{font-size:1.1rem;color:#555;margin-bottom:2.5rem}
.gift-card{
  background:#fff;border-radius:.25rem;padding:2.5rem;
  box-shadow:0 8px 30px rgba(0,0,0,.06);
  position:relative;
}
/* Sello de lacre */
.gift-card::before{
  content:'GRATIS';position:absolute;top:-14px;right:2rem;
  background:#e65100;color:#fff;
  font-family:'DM Sans',sans-serif;font-size:.65rem;font-weight:700;
  letter-spacing:.15em;padding:.4rem 1rem;
  border-radius:2rem;
  box-shadow:0 3px 8px rgba(230,81,0,.3),inset 0 1px 0 rgba(255,255,255,.2);
  transform:rotate(3deg);
}
.gift-facts{
  display:flex;justify-content:center;gap:3rem;
  margin-bottom:2rem;flex-wrap:wrap;
}
.gift-fact{display:flex;flex-direction:column;align-items:center}
.gift-fact-num{
  font-family:'Instrument Serif',serif;
  font-size:2.6rem;font-weight:400;
  color:#e65100;line-height:1;
}
.gift-fact span:last-child{font-size:.8rem;color:#888;text-transform:uppercase;letter-spacing:.05em}
.btn-gift{
  display:inline-block;
  background:#e65100;color:#fff;
  padding:1rem 3rem;border-radius:3rem;
  font-weight:700;font-size:1.15rem;
  transition:all .2s;
}
.btn-gift:hover{background:#bf360c;transform:translateY(-2px)}
.gift-ps{margin-top:1.25rem;font-size:.9rem;color:#999}

/* ── Why Section ─────────────────────── */
.why{padding:5rem 2rem;max-width:1100px;margin:0 auto}
.why{
  background:linear-gradient(180deg,#fffbf5 0%,#fef9e7 50%,#fffbf5 100%);
  position:relative;
}
/* Patrón geométrico Present & Correct */
.why::before{
  content:'';position:absolute;inset:0;pointer-events:none;opacity:.04;
  background-image:
    radial-gradient(circle at 20% 30%,var(--card-accent,#ff6b35) 1px,transparent 1px),
    radial-gradient(circle at 80% 70%,#e8458b 1px,transparent 1px),
    radial-gradient(circle at 50% 50%,#2d6a4f 1px,transparent 1px);
  background-size:80px 80px,120px 120px,60px 60px;
}
.why-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:start}
.why-text h2{margin-bottom:1.25rem}
.why-text p{color:#444;font-size:1.05rem;margin-bottom:.85rem;max-width:500px}
.why-signature{font-style:italic;color:#ff6b35;margin-top:1.5rem;font-weight:500}
.why-stats{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.why-stat{
  background:#fff;border:1px solid rgba(0,0,0,.04);
  border-radius:0;padding:1.5rem;text-align:center;
  position:relative;
}
/* Esquina A24 */
.why-stat::before{
  content:'';position:absolute;top:0;left:0;
  width:12px;height:12px;
  border-top:1.5px solid var(--card-accent,#ff6b35);
  border-left:1.5px solid var(--card-accent,#ff6b35);
}
.why-stat-num{
  display:block;
  font-family:'Instrument Serif',serif;
  font-size:3.2rem;color:#ff6b35;line-height:1;
}
.why-stat-label{display:block;font-size:.8rem;color:#888;text-transform:uppercase;letter-spacing:.05em;margin-top:.3rem}

/* ── Catalog ─────────────────────────── */
.catalog{padding:5rem 2rem;max-width:1200px;margin:0 auto}
.catalog h2{margin-bottom:.5rem}
.catalog-sub{color:#777;margin-bottom:2.5rem}
.catalog-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(340px,1fr));
  gap:1.5rem;
}

/* Agent Card */
.agent-card{
  background:#fff;border-radius:1.25rem;
  border:1px solid rgba(0,0,0,.06);
  overflow:hidden;
  transition:all .25s;
  display:flex;flex-direction:column;
}
.agent-card:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 40px rgba(0,0,0,.08);
  border-color:var(--card-accent,#ff6b35);
}
.agent-card-visual{position:relative;background:#fafafa;padding:1.25rem;text-align:center}
.agent-card-visual img{
  max-height:280px;width:auto;margin:0 auto;
  border-radius:.25rem;
  box-shadow:2px 4px 12px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.06);
  transition:all .3s;
}
.agent-card:hover .agent-card-visual img{
  box-shadow:3px 6px 20px rgba(0,0,0,.14),0 2px 6px rgba(0,0,0,.08);
  transform:translateY(-2px);
}
/* Marco Counter-Print */
.agent-card-visual::after{
  content:'';position:absolute;inset:.75rem;
  border:1px solid rgba(0,0,0,.04);
  border-radius:.15rem;pointer-events:none;
}
.agent-badge{
  position:absolute;top:.75rem;right:.75rem;
  background:#1a1a2e;color:#fff;
  padding:.35rem .85rem;border-radius:2rem;
  font-size:.7rem;font-weight:700;letter-spacing:.08em;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 3px rgba(0,0,0,.12);
}
.agent-badge-free{background:#2e7d32}
.agent-badge-hot{background:#e65100}
/* Numeración Counter-Print */
.agent-card-id{
  font-family:'Instrument Serif',serif;
  font-size:3.5rem;font-weight:400;color:rgba(0,0,0,.06);
  line-height:1;margin-bottom:-.75rem;margin-top:-.5rem;
  letter-spacing:-.04em;pointer-events:none;
  position:relative;z-index:0;
}
.agent-card-body{padding:1.5rem;display:flex;flex-direction:column;flex:1}
.agent-card-body h3{
  font-family:'Instrument Serif',serif;
  font-size:1.5rem;margin-bottom:.5rem;line-height:1.15;
}
.agent-card-body p{font-size:.9rem;color:#555;margin-bottom:1rem;flex:1}
.agent-card-meta{
  display:flex;gap:1rem;font-size:.8rem;color:#888;margin-bottom:.75rem;
}
.agent-card-price{
  font-family:'Instrument Serif',serif;
  font-size:1.6rem;color:var(--card-accent,#ff6b35);
  margin-bottom:1rem;font-weight:400;
}
.agent-card-btn{
  display:block;text-align:center;
  background:var(--card-accent,#ff6b35);color:#fff;
  padding:.7rem 1.25rem;border-radius:2.5rem;
  font-weight:600;font-size:.9rem;
  transition:all .2s;
}
.agent-card-btn:hover{opacity:.9;transform:translateY(-1px)}
.agent-card-btn-free{background:#fff;color:#2e7d32;border:2px solid #2e7d32}
.agent-card-btn-free:hover{background:#e8f5e9}
.agent-card-note{font-size:.75rem;color:#bbb;margin-top:.6rem}
/* Ficha técnica expandible */
.agent-card details{margin-top:.75rem;border-top:1px solid rgba(0,0,0,.05);padding-top:.5rem}
.agent-card summary{
  cursor:pointer;font-size:.8rem;font-weight:600;
  color:var(--card-accent,#ff6b35);list-style:none;
  display:flex;align-items:center;gap:.3rem;
}
.agent-card summary::-webkit-details-marker{display:none}
.agent-card summary::after{content:'+';font-size:1.1rem;margin-left:auto}
.agent-card details[open] summary::after{content:'−'}
.agent-card .ficha-grid{
  display:grid;grid-template-columns:auto 1fr;gap:.3rem 1rem;
  margin-top:.6rem;font-size:.82rem;
}
.agent-card .ficha-grid dt{color:#999;font-weight:500}
.agent-card .ficha-grid dd{color:#444}

.agent-free{--card-accent:#2e7d32}

/* ── Bundle ──────────────────────────── */
.bundle{
  background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);
  color:#fff;padding:5rem 2rem;
}
.bundle .section-kicker{color:#ff6b35}
.bundle h2{margin-bottom:.75rem}
.bundle-dek{color:rgba(255,255,255,.65);max-width:600px;margin:0 auto 3rem;font-size:1.05rem}
.bundle-wrap{max-width:800px;margin:0 auto;text-align:center}
.bundle-grid{text-align:left}
.bundle-stack{
  display:flex;justify-content:center;gap:.5rem;margin-bottom:2.5rem;
  flex-wrap:wrap;
}
.bundle-stack img{
  width:100px;height:auto;border-radius:.4rem;
  transition:transform .2s;
}
.bundle-stack img:hover{transform:translateY(-4px)}
.bundle-math{
  background:rgba(255,255,255,.08);border-radius:1rem;padding:1.5rem;
  margin-bottom:1.5rem;
}
.bundle-math-row{
  display:flex;justify-content:space-between;
  padding:.35rem 0;font-size:1rem;color:rgba(255,255,255,.65);
}
.bundle-math-big{
  font-size:1.5rem;font-weight:700;color:#fff;
  border-top:1px solid rgba(255,255,255,.1);
  border-bottom:1px solid rgba(255,255,255,.1);
  padding:.75rem 0;margin:.35rem 0;
}
.bundle-math-save{color:#4caf50;font-weight:600}
.bundle-perks{margin-bottom:1.5rem}
.bundle-perks p{color:rgba(255,255,255,.75);font-size:.95rem;margin-bottom:.35rem}
.btn-bundle{
  display:inline-block;
  background:linear-gradient(135deg,#ff6b35,#e8458b);
  color:#fff;padding:1rem 3rem;border-radius:3rem;
  font-weight:700;font-size:1.15rem;
  transition:all .2s;
}
.btn-bundle:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(255,107,53,.35)}
.bundle-note{color:rgba(255,255,255,.45);font-size:.85rem;margin:1rem 0 0}
.bundle-trust{
  margin-top:2rem;background:rgba(255,255,255,.06);
  border-radius:1rem;padding:1.25rem;
}
.bundle-trust p{color:rgba(255,255,255,.6);font-size:.9rem}

/* ── Support ─────────────────────────── */
.support{padding:5rem 2rem;text-align:center;max-width:900px;margin:0 auto}
.support .section-kicker{color:#ff6b35}
.support h2{margin-bottom:.5rem}
.support-dek{color:#777;margin-bottom:2.5rem}
.support-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}
.support-card{
  background:#fff;border:1px solid rgba(0,0,0,.04);
  border-radius:.25rem;padding:2rem;text-align:center;
  transition:all .2s;position:relative;
}
/* Círculo decorativo Present & Correct */
.support-card::after{
  content:'';position:absolute;bottom:-8px;right:-8px;
  width:24px;height:24px;border-radius:50%;
  background:var(--card-accent,#ff6b35);opacity:.12;
  transition:all .3s;
}
.support-card:hover::after{
  width:32px;height:32px;bottom:-12px;right:-12px;opacity:.2;
}
.support-card:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,0,0,.06)}
.support-icon{font-size:2.4rem;display:block;margin-bottom:.75rem}
.support-card h3{font-family:'Instrument Serif',serif;font-size:1.3rem;margin-bottom:.5rem}
.support-card p{font-size:.9rem;color:#666}

/* ── FAQ ─────────────────────────────── */
.faq{padding:5rem 2rem;max-width:750px;margin:0 auto}
.faq .section-kicker{text-align:center;color:#ff6b35}
.faq h2{text-align:center;margin-bottom:2.5rem}
.faq-grid{display:flex;flex-direction:column;gap:.75rem}
.faq details{
  background:#fff;border:1px solid rgba(0,0,0,.06);
  border-radius:1rem;overflow:hidden;
  transition:all .2s;
}
.faq details[open]{border-color:#ff6b35;background:#fffbf7}
.faq summary{
  padding:1.25rem 1.5rem;cursor:pointer;
  font-weight:600;font-size:1rem;
  list-style:none;display:flex;justify-content:space-between;align-items:center;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:'+';font-size:1.4rem;color:#ff6b35;font-weight:300}
.faq details[open] summary::after{content:'−'}
.faq details p{padding:0 1.5rem 1.25rem;font-size:.95rem;color:#555}

/* ── Footer ──────────────────────────── */
.footer{
  background:#1a1a2e;color:rgba(255,255,255,.7);
  padding:4rem 2rem 2rem;
}
.footer-top{
  max-width:1100px;margin:0 auto 3rem;
  display:grid;grid-template-columns:1.5fr 1fr 1fr;
  gap:2rem;
}
.footer-brand strong{display:block;font-size:1rem;color:#fff;margin-bottom:.5rem}
.footer-brand p{font-size:.85rem;line-height:1.5}
.footer-links{display:flex;flex-direction:column;gap:.4rem}
.footer-links a{font-size:.9rem;opacity:.7;transition:opacity .2s}
.footer-links a:hover{opacity:1}
.footer-contact-label{font-size:.8rem;opacity:.5;margin-bottom:.25rem}
.footer-contact-info{font-size:.9rem;color:#fff}
.footer-bottom{
  max-width:1100px;margin:0 auto;
  border-top:1px solid rgba(255,255,255,.08);
  padding-top:1.5rem;text-align:center;
  font-size:.8rem;opacity:.4;
}

/* ── Globe Section (final) ───────────── */
.globe-final{
  padding:5rem 2rem;
  max-width:1200px;margin:0 auto;
}
.globe-final-header{text-align:center;margin-bottom:2rem}
.globe-final-header .section-kicker{color:#ff6b35}
.globe-final-header h2{margin-bottom:.5rem}
.globe-final-dek{color:#777;max-width:600px;margin:0 auto;font-size:1rem}
.globe-final-map{
  width:100%;height:620px;
  border-radius:1.25rem;overflow:hidden;
  box-shadow:0 10px 40px rgba(0,0,0,.08);
  background:#f0ebe3;
}
/* Sobrescribir Mapbox fixed → contenido.
   OJO: #globe-container ES el mismo elemento que .globe-final-map.
   Nada de height:100% aquí: el padre no tiene altura y el globo colapsa a 0. */
#globe-container{
  position:relative!important;
  inset:auto!important;
  z-index:1!important;
  width:100%!important;height:620px!important;
  background:#f0ebe3!important;
}
#globe-container::after{display:none!important}
/* ── Pines del globo y botón de play ── */
.globe-pin{
  width:14px;height:14px;background:var(--pin,#ff6b35);
  border-radius:50%;border:2px solid #fff;
  box-shadow:0 2px 6px rgba(0,0,0,.3);cursor:pointer;
}
/* Parpadeo: solo mientras corre el recorrido, nunca en reposo. */
.globe-parpadeo .globe-pin{animation:pin-parpadeo 1.4s ease-in-out infinite}
.globe-pin--activo{
  animation:none!important;
  transform:scale(1.6);
  box-shadow:0 0 0 6px rgba(255,255,255,.45),0 2px 10px rgba(0,0,0,.4);
}
@keyframes pin-parpadeo{
  0%,100%{opacity:1;box-shadow:0 0 0 0 rgba(255,255,255,.6),0 2px 6px rgba(0,0,0,.3)}
  50%{opacity:.55;box-shadow:0 0 0 8px rgba(255,255,255,0),0 2px 6px rgba(0,0,0,.3)}
}
.globe-play{
  position:absolute;z-index:15;
  left:50%;bottom:1.25rem;transform:translateX(-50%);
  display:inline-flex;align-items:center;gap:.6rem;
  background:#ff6b35;color:#fff;
  border:none;border-radius:2rem;
  padding:.7rem 1.5rem;
  font-family:inherit;font-weight:600;font-size:.85rem;
  letter-spacing:.06em;text-transform:uppercase;
  cursor:pointer;
  box-shadow:0 6px 20px rgba(0,0,0,.35);
  transition:background .2s,opacity .4s,visibility .4s;
}
.globe-play:hover{background:#e85d2c}
.globe-play-tri{
  width:0;height:0;
  border-left:9px solid #fff;
  border-top:6px solid transparent;
  border-bottom:6px solid transparent;
}
.globe-play--oculto{opacity:0;visibility:hidden}
/* Location list adaptada */
.globe-final .location-list{
  position:relative;z-index:10;
  max-width:500px;margin:1.5rem auto 0;
  background:#fff;border-radius:1rem;
  border:1px solid rgba(0,0,0,.06);
  overflow:hidden;
}
.globe-final .location-list-header{
  padding:.75rem 1rem;font-weight:600;
  font-size:.8rem;letter-spacing:.05em;
  text-transform:uppercase;color:#888;
  border-bottom:1px solid rgba(0,0,0,.05);
}
.globe-final .location-items{padding:.5rem}
.globe-final .location-items button{
  display:block;width:100%;text-align:left;
  padding:.6rem 1rem;border:none;background:none;
  font-family:inherit;font-size:.9rem;cursor:pointer;
  border-radius:.5rem;transition:background .15s;color:#333;
}
.globe-final .location-items button:hover{background:#f5f0ea}
/* Project panel adaptado */
.globe-final .project-panel{
  position:relative;z-index:20;
  max-width:500px;margin:1rem auto;
  background:#fff;border-radius:1rem;
  border:1px solid rgba(0,0,0,.06);
  padding:1.5rem;
}
.globe-final .project-panel.hidden{display:none}
.globe-final .project-panel img{
  width:100%;border-radius:.5rem;
}
.globe-final .panel-close{
  position:absolute;top:.75rem;right:.75rem;
  background:none;border:none;font-size:1.5rem;
  cursor:pointer;color:#999;
}
.globe-final .panel-title{font-weight:700;margin-top:.75rem}
.globe-final .panel-city{color:#888;font-size:.85rem;margin:.2rem 0}
.globe-final .panel-stat{font-weight:600;color:#ff6b35;margin:.3rem 0}
.globe-final .panel-desc{font-size:.9rem;color:#555;margin:.5rem 0}
/* Fuente y CTA en la misma fila, sin pisarse y sin romper en móvil. */
.globe-final .panel-source{
  display:inline-block;margin-right:1rem;
  font-size:.8rem;letter-spacing:.04em;
  color:#666;border-bottom:1px solid rgba(0,0,0,.15);
}
.globe-final .panel-source:hover{color:#ff6b35;border-bottom-color:#ff6b35}
.globe-final .panel-source[hidden]{display:none}
.globe-final .panel-cta{
  display:inline-block;margin-top:.5rem;
  background:#ff6b35;color:#fff;
  padding:.5rem 1.25rem;border-radius:2rem;
  font-weight:600;font-size:.85rem;border:none;cursor:pointer;
}

/* ── Responsive ──────────────────────── */
@media(max-width:768px){
  .hero-grid,.why-grid{grid-template-columns:1fr}
  .hero-visual{order:-1}
  .hero-photo{max-width:220px}
  .why-stats{grid-template-columns:1fr 1fr}
  .footer-top{grid-template-columns:1fr;gap:1.5rem}
  .catalog-grid{grid-template-columns:1fr}
  .topbar{padding:.75rem 1rem}
  .topbar-nav{gap:.75rem;font-size:.8rem}
  .topbar-cta{padding:.35rem .75rem;font-size:.75rem}
  .gift-facts{gap:1.5rem}
  .bundle-stack img{width:70px}
  .gift-card{padding:1.5rem}
  .globe-final-map,#globe-container{height:350px!important}
}
@media(max-width:480px){
  .hero-buttons{flex-direction:column}
  .hero{padding:3rem 1.25rem 2rem}
  section{padding:3rem 1.25rem!important}
}

/* ═══════════════════════════════════════════
   ENTRADA EN MÓVIL · 23-jul-2026
   Ni una palabra cambiada: solo aire, orden y peso.
   Criterio: una sola cosa grita (el titular). Lo demas acompaña.
   ═══════════════════════════════════════════ */
@media(max-width:768px){

  /* — La barra deja de partirse en tres lineas — */
  .topbar{padding:.65rem 1.1rem}
  .topbar-logo{
    font-size:.92rem;letter-spacing:.1em;
    white-space:nowrap;
  }
  /* Los enlaces sobran: la pagina es un scroll unico y estan en el pie.
     Quitarlos deja respirar la marca y el unico boton que importa. */
  .topbar-nav a:not(.topbar-cta){display:none}
  .topbar-cta{
    white-space:nowrap;
    padding:.45rem .95rem;font-size:.78rem;
    letter-spacing:.01em;
  }

  /* — Ritmo vertical de la entrada — */
  .hero{padding:2.75rem 1.4rem 3.5rem!important}
  .hero-grid{gap:2.75rem}

  /* La foto es el ancla: un pelin mas grande y con aire debajo */
  .hero-photo{max-width:250px}
  .hero-visual figure{margin-bottom:1.4rem}

  /* El pie de foto acompaña, no compite: mas pequeño, mas suelto,
     y con medida corta para que no haga tres lineas llenas */
  .hero-caption{
    font-size:.84rem;font-weight:500;
    line-height:1.65;letter-spacing:.005em;
    padding:0;   /* sin max-width: los <br> del texto ya marcan las 3 lineas */
  }
  .hero-caption::after{margin-top:.85rem;width:28px;opacity:.55}

  /* El badge deja de ser una barra de lado a lado.
     Mismo texto, mismo color, un tercio del ruido. */
  .hero-badge{
    margin-top:1.5rem;
    padding:.4rem .95rem;
    font-size:.72rem;font-weight:600;
    letter-spacing:.01em;
    box-shadow:0 2px 10px rgba(255,107,53,.22);
    animation:none;               /* ya pulsa el titular: no dos a la vez */
  }

  /* — El bloque de texto, que es lo que vende — */
  .hero-eyebrow{
    font-size:.9rem;letter-spacing:.02em;
    margin-bottom:.9rem;
  }
  .hero h1{
    font-size:clamp(2.3rem,9vw,2.9rem);
    line-height:1.04;
    margin-bottom:1.15rem;
  }
  .hero-dek{
    font-size:1.05rem;line-height:1.6;
    max-width:33ch;
    margin-bottom:2.1rem;
  }

  /* Botones con cuerpo y separacion, no pegados */
  .hero-buttons{gap:.85rem;margin-bottom:0}
  .btn-primary,.btn-ghost{
    padding:.95rem 1.75rem;font-size:1rem;
    text-align:center;
  }
  .hero-note{margin-top:1.15rem;font-size:.82rem}
}

@media(max-width:480px){
  .hero{padding:2.5rem 1.35rem 3.25rem!important}
  .hero-buttons .btn-primary,.hero-buttons .btn-ghost{width:100%}
}

/* Entrada en movil · orden de lectura.
   La promesa antes que el retrato: aterrizas en "No soy humano / Soy tu
   ventaja indecente", despues conoces la cara, y al final la oferta y los
   botones. El texto es el mismo, solo cambia el turno. */
@media(max-width:768px){
  .hero-grid{display:flex;flex-direction:column;align-items:stretch;gap:0}
  .hero-text{display:contents}
  .hero-eyebrow{order:1;text-align:center}
  .hero h1{order:2;text-align:center;margin-bottom:0}
  .hero-visual{order:3;margin:2.25rem 0 0}
  .hero-dek{order:4;text-align:center;margin:2.25rem auto 2.1rem}
  .hero-buttons{order:5;justify-content:center}
  .hero-note{order:6;text-align:center}
}

/* Entrada en movil · afinado 23-jul, tarde.
   La foto baja de tamaño, el titular gana aire por los cuatro costados y las
   dos acciones dejan de competir: una manda, la otra acompaña. */
@media(max-width:768px){
  /* El retrato ya no es el protagonista: es la prueba de que existe */
  .hero-photo{max-width:205px}
  .hero-visual{margin-top:2.75rem}
  .hero-visual figure{margin-bottom:1.15rem}

  /* Aire alrededor del titular. Es lo unico que tiene que respirar de verdad */
  .hero{padding-top:3.5rem!important}
  .hero-eyebrow{margin-bottom:1.35rem}
  .hero h1{
    font-size:clamp(2.25rem,8.6vw,2.75rem);
    line-height:1.08;
    letter-spacing:-.02em;
    margin-bottom:0;
    padding-inline:.25rem;
  }

  /* El pie de foto, mas discreto todavia */
  .hero-caption{font-size:.8rem;line-height:1.7}
  .hero-badge{margin-top:1.25rem}

  .hero-dek{margin:2.5rem auto 2.35rem}

  /* Una accion manda y otra acompaña.
     Dos pastillas del mismo tamaño se anulan: la gente no elige, se va.
     "Quiero mi agente gratis" es el boton. "¿Quien es German?" es un enlace. */
  .hero-buttons{flex-direction:column;align-items:center;gap:1.1rem}
  .hero-buttons .btn-primary{width:100%;padding:1.05rem 1.75rem}
  .hero-buttons .btn-ghost{
    width:auto;border:none;background:none;
    padding:.15rem 0;font-size:.95rem;font-weight:600;
    border-bottom:1.5px solid rgba(255,107,53,.4);
    border-radius:0;
  }
  .hero-buttons .btn-ghost:hover{background:none;border-bottom-color:#ff6b35}
  .hero-note{margin-top:1.6rem}
}

/* ── Exclusividad del email · 23-jul ──
   El email directo es de pago: se entrega con la primera guia. Se dice en rojo
   porque es una condicion, no un adorno, y porque una lista de clientes vale
   mas que una lista de curiosos. Rojo propio, no el naranja de marca: tiene que
   leerse como aviso, no como otro boton. */
.support-exclusivo{
  --rojo:#c62828;
  display:inline-block;
  margin:1.1rem auto 0;
  padding:.7rem 1.4rem;
  max-width:46ch;
  color:var(--rojo);
  font-weight:600;font-size:1rem;line-height:1.5;
  background:rgba(198,40,40,.06);
  border:1px solid rgba(198,40,40,.22);
  border-radius:.75rem;
}
.bundle-note-exclusivo{
  /* Va sobre el fondo oscuro del pack: el rojo profundo no se lee ahi.
     Rojo claro, contraste comodo sobre azul noche. */
  margin-top:.45rem;
  color:#ff8a80;
  font-weight:600;font-size:.85rem;
  letter-spacing:.01em;
}
@media(max-width:768px){
  .support-exclusivo{
    font-size:.95rem;
    padding:.75rem 1.1rem;
    margin-inline:auto;
  }
  .bundle-note-exclusivo{font-size:.82rem}
}

/* La linea roja crece a dos frases: la primera es la condicion (el corte),
   la segunda el mecanismo. Se separan con peso, no con adornos. */
.support-exclusivo{max-width:52ch;font-weight:500}
/* La condicion pesa, el mecanismo se lee. Si todo va en negrita, no hay jerarquia. */
.support-exclusivo strong{display:block;margin-bottom:.35rem;font-weight:700;font-size:1.05em}
@media(max-width:768px){
  .support-exclusivo{max-width:36ch;line-height:1.55}
}

/* ── /trabajo · Se busca humano ──
   Pagina de una sola idea: sin catalogo, sin precios, sin distracciones.
   La unica accion posible es escribirle. */
.oferta{
  max-width:680px;margin:0 auto;
  padding:4.5rem 1.5rem 5rem;
}
.oferta h1{
  font-size:clamp(3rem,10vw,5.5rem);
  line-height:1;margin-bottom:2.5rem;
}
.oferta-lead{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}
.oferta-cuerpo p{font-size:1.1rem;line-height:1.7;margin-bottom:1.4rem;color:#2a2a3a}
.oferta-limites{
  list-style:none;margin:0 0 1.8rem;padding:0;
  border-left:3px solid #ff6b35;
}
.oferta-limites li{
  padding:.45rem 0 .45rem 1.25rem;
  font-size:1.08rem;line-height:1.55;color:#3a3a4a;
}
.oferta-golpe{
  font-family:'Instrument Serif',Georgia,serif;
  font-size:clamp(2rem,7vw,3rem)!important;
  line-height:1.1;margin:2.2rem 0 2.8rem!important;
  color:#ff6b35;
}
.oferta h2{
  font-size:clamp(1.6rem,4vw,2.1rem);
  margin:2.8rem 0 1rem;
}
.oferta-cta-wrap{margin:2.8rem 0 1.2rem!important;text-align:center}
.oferta-ps{
  text-align:center;font-size:1rem!important;
  color:#666;margin-bottom:2.5rem!important;
}
.oferta-ps span{font-style:italic;color:#999;font-size:.92rem}
.oferta-linea{border:none;border-top:1px solid rgba(0,0,0,.08);margin:2.5rem 0}
.oferta-honesto{
  font-size:.92rem!important;color:#777;line-height:1.65;
  background:rgba(0,0,0,.02);
  padding:1.1rem 1.25rem;border-radius:.75rem;
}
.oferta-volver{margin-top:2rem!important;font-size:.95rem!important}
.oferta-volver a{color:#ff6b35;font-weight:600}
@media(max-width:768px){
  .oferta{padding:2.75rem 1.35rem 3.5rem}
  .oferta h1{margin-bottom:1.8rem}
  .oferta-cuerpo p{font-size:1.05rem}
  .oferta-cta-wrap .btn-primary{display:block;width:100%}
}

/* ── /pecados · Confesionario agéntico ── */
.conf{max-width:680px;margin:0 auto;padding:4rem 1.5rem 5rem}
.conf h1{font-size:clamp(2.4rem,8vw,4rem);line-height:1.03;margin-bottom:1.1rem}
.conf-dek{font-size:1.15rem;color:#555;line-height:1.6;margin-bottom:3rem;max-width:46ch}
.conf-bloque{margin-bottom:3.5rem}
.conf h2{font-size:clamp(1.7rem,4.5vw,2.3rem);margin-bottom:.4rem}
.conf-firma{font-size:.92rem;color:#888;margin-bottom:1.6rem}
.conf-lista,.conf-opiniones{list-style:none;margin:0;padding:0}
.conf-item{
  background:#fff;border:1px solid rgba(0,0,0,.07);
  border-left:3px solid #c62828;
  border-radius:.75rem;padding:1.1rem 1.25rem;margin-bottom:.9rem;
}
.conf-item p{margin:0;font-size:1.02rem;line-height:1.6;color:#2a2a3a}
.conf-item-cab{
  display:flex;justify-content:space-between;align-items:baseline;
  gap:1rem;margin-bottom:.5rem;flex-wrap:wrap;
}
.conf-num{
  font-size:.72rem;font-weight:700;letter-spacing:.12em;
  text-transform:uppercase;color:#c62828;
}
.conf-fecha{font-size:.78rem;color:#999}
/* El puente a la venta: se apoya en el dolor de arriba, no vende */
.conf-puente{
  background:linear-gradient(135deg,#fef9e7,#fdebd0);
  border-radius:1rem;padding:1.5rem 1.4rem;margin-bottom:3.5rem;
}
.conf-puente p{margin:0 0 .6rem;font-size:1.02rem;line-height:1.6;color:#4a3a20}
.conf-puente-cta{font-weight:600;margin-bottom:0!important}
.conf-puente-cta a{color:#e65100;border-bottom:2px solid rgba(230,81,0,.35)}
.conf-aviso{
  font-size:.95rem;line-height:1.6;color:#666;
  background:rgba(0,0,0,.02);border-radius:.7rem;
  padding:.9rem 1.1rem;margin-bottom:1.4rem;
}
.conf-form{display:flex;flex-direction:column}
.conf-label{font-weight:600;font-size:.95rem;margin-bottom:.45rem}
.conf-label span{font-weight:400;color:#999;font-size:.85rem}
.conf-form textarea,.conf-form input[type=text]{
  font-family:inherit;font-size:1rem;line-height:1.55;
  padding:.85rem 1rem;border:1px solid rgba(0,0,0,.15);
  border-radius:.7rem;background:#fff;color:#1a1a2e;
  width:100%;resize:vertical;
}
.conf-form textarea:focus,.conf-form input[type=text]:focus{
  outline:2px solid #ff6b35;outline-offset:1px;border-color:transparent;
}
.conf-cuenta{text-align:right;font-size:.78rem;color:#aaa;margin:.3rem 0 1.2rem}
.conf-form input[type=text]{margin-bottom:1.4rem}
.conf-form .btn-primary{border:none;cursor:pointer;font-family:inherit;align-self:flex-start}
.conf-trampa{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.conf-estado{margin-top:.9rem;font-size:.95rem;min-height:1.3em}
.conf-ok{color:#2e7d32;font-weight:600}
.conf-mal{color:#c62828;font-weight:600}
.conf-volver{margin-top:1rem;font-size:.95rem}
.conf-volver a{color:#ff6b35;font-weight:600}
@media(max-width:768px){
  .conf{padding:2.5rem 1.35rem 3.5rem}
  .conf-dek{font-size:1.05rem;margin-bottom:2.25rem}
  .conf-form .btn-primary{align-self:stretch;text-align:center}
}

/* El confesionario dentro de la home: mismo lenguaje, ancho de seccion */
.conf-home{max-width:680px;padding-top:1rem}
.conf-home h2{font-size:clamp(2rem,5.5vw,2.9rem);line-height:1.06;margin-bottom:.9rem}
.conf-home h3{font-size:clamp(1.4rem,3.5vw,1.75rem);margin-bottom:.35rem}
.conf-home .conf-dek{margin-bottom:2.5rem}

/* ── A-01 · el agente que no es un libro ─────────────────────────────
   El resto del catálogo son PDFs y su visual es la portada. Este es
   software: no tiene portada, así que el visual es lo que el agente
   escupe de verdad por consola. Salida literal de `cli.py riesgo
   BTCUSDT`, no una maqueta. */
.agent-card-visual-term{
  background:#0f1418;
  padding:1.1rem 1.15rem;
  text-align:left;
  display:flex;align-items:center;
  min-height:0;
}
/* El marco Counter-Print del resto de tarjetas se ve sucio sobre negro */
.agent-card-visual-term::after{border-color:rgba(255,255,255,.07)}
.term{
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  font-size:.66rem;line-height:1.5;
  color:#c8d6dd;
  margin:0;width:100%;
  white-space:pre;overflow-x:auto;
  /* Sin scrollbar visible: el bloque ya dice lo que tiene que decir */
  scrollbar-width:none;
}
.term::-webkit-scrollbar{display:none}
/* Reserva el hueco del badge: sin esto el comando le queda pegado */
.term-cmd{color:#7ec699;font-weight:700;padding-right:7rem}
.term-sello{color:#6b7f8a}
.term-no{color:#e5896a}
/* La sombra de portada no aplica: aquí no hay papel que levantar */
.agent-card-soft:hover .agent-card-visual-term{background:#111820}

@media (max-width:680px){
  .term{font-size:.6rem;line-height:1.45}
  .agent-card-visual-term{padding:.9rem}
}
