/* LearnTravel — cálido y juguetón: naranja, azul marino y crema, con Piquito */
@import url("/assets/fonts/nunito.css");

:root {
  --accent: #ff7a1a; --accent-ink: #fff; --navy: #1b2a4a;
  --ink: #1f2430; --muted: #5b6472; --bg: #fffdfb; --bg-2: #fff3ea; --line: #f1e4d8;
  --radius: 28px; --radius-sm: 16px;
  --font-head: "Nunito", "Trebuchet MS", sans-serif;
  --font-body: "Nunito", "Trebuchet MS", sans-serif;
  --placeholder: url("/apps/learntravel/img/feliz.png");
}
body { font-size: 18px; }
h1, h2, h3 { font-weight: 900; letter-spacing: -.01em; color: var(--navy); }
.kicker { color: var(--accent); }
.topbar .app-brand { color: var(--navy); }
.topbar .app-brand img { border-radius: 50%; }

/* Hero */
.app-hero { position: relative; overflow: hidden; background:
  radial-gradient(600px 400px at 90% 10%, #ffe1c7 0, transparent 70%),
  radial-gradient(500px 360px at 0% 100%, #fff0e2 0, transparent 70%); }
.app-hero .icon { border-radius: 50%; background: #fff; box-shadow: 0 14px 30px -12px rgba(255, 122, 26, .55); }
.app-hero h1 span { color: var(--accent); }
.platforms li { background: #fff; border: 2px solid var(--line); }
.cta { background: linear-gradient(135deg, #ff9233, #ff7a1a 50%, #f26200); border-radius: 999px; padding-right: 36px; }
.cta.secondary { background: var(--navy); box-shadow: 0 18px 40px -16px rgba(27, 42, 74, .6); }
.hero-visual .blob {
  position: absolute; width: 460px; height: 460px; max-width: 100%;
  background: linear-gradient(135deg, #ffb074, #ff7a1a);
  border-radius: 42% 58% 63% 37% / 43% 38% 62% 57%; z-index: -1;
  animation: morph 12s ease-in-out infinite;
}
@keyframes morph { 50% { border-radius: 58% 42% 38% 62% / 55% 60% 40% 45%; transform: rotate(8deg); } }
.hero-visual .phone { border: 0; background: var(--navy); transform: rotate(-4deg); }
.mascot { position: absolute; width: 150px; right: 2%; bottom: -10px; filter: drop-shadow(0 14px 18px rgba(0, 0, 0, .18)); animation: bob 3.6s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(-10px) rotate(-3deg); } }
.bubble {
  position: absolute; left: 0; top: 12%; background: #fff; color: var(--navy); font-weight: 800; font-size: 16px;
  padding: 14px 18px; border-radius: 20px 20px 20px 4px; box-shadow: 0 14px 30px -14px rgba(27, 42, 74, .35); max-width: 210px;
}
@media (max-width: 880px) { .bubble { left: 4%; } .mascot { width: 110px; } }

/* Galería y tarjetas */
.phone { background: var(--navy); }
.sec-alt { background: var(--bg-2); }
.feat { border: 2px solid var(--line); background: #fff; }
.feat .fi { border-radius: 50%; background: #fff0e2; color: var(--accent); }
.feat:nth-child(3n+2) .fi { background: #e8edf7; color: var(--navy); }

/* Cómo funciona */
.steps { counter-reset: s; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 36px; }
.step { background: #fff; border-radius: var(--radius); padding: 30px; border: 2px dashed var(--line); position: relative; }
.step::before { counter-increment: s; content: counter(s); position: absolute; top: -18px; left: 24px; width: 40px; height: 40px; border-radius: 50%; background: var(--accent); color: #fff; font-weight: 900; display: grid; place-items: center; }
.step h3 { font-size: 20px; margin-top: 8px; }
.step p { color: var(--muted); margin: 0; }
@media (max-width: 800px) { .steps { grid-template-columns: 1fr; gap: 34px; } }

.facts { border: 2px solid var(--line); }
.form-card { border: 2px solid var(--line); border-radius: 32px; }
.field input, .field select, .field textarea { border-width: 2px; border-radius: 16px; }
.submit { border-radius: 999px; background: linear-gradient(135deg, #ff9233, #f26200); }
.support-mascot { width: 120px; margin-top: 24px; }

/* Estado: en desarrollo */
.status-pill {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 0 4px;
  background: var(--navy); color: #fff; font-weight: 800; font-size: 15px;
  padding: 8px 16px; border-radius: 999px;
}
.status-pill .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 0 rgba(255, 122, 26, .7); animation: pulse 1.8s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(255, 122, 26, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 122, 26, 0); } }
.cta.soon { cursor: default; opacity: .92; }
.cta.soon:hover { transform: none; }
.notify-link { display: inline-block; margin-top: 18px; font-weight: 800; color: var(--accent); text-decoration: none; }
.notify-link:hover { text-decoration: underline; }

/* Asistente de 6 pasos */
.quiz { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; margin-top: 36px; }
.qstep { margin: 0; text-align: center; }
.phone.mini { width: 100%; max-width: 160px; margin: 0 auto; border-radius: 24px; padding: 6px; }
.phone.mini img { border-radius: 19px; }
.qstep figcaption { margin-top: 14px; font-weight: 800; color: var(--navy); font-size: 16px; }
.qstep figcaption b { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--accent); color: #fff; font-size: 13px; margin-right: 4px; }
.qstep figcaption small { display: block; font-weight: 600; color: var(--muted); font-size: 14px; margin-top: 2px; }
@media (max-width: 980px) {
  .quiz { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 16px; padding-bottom: 12px; margin-inline: -20px; padding-inline: 20px; }
  .qstep { flex: none; width: 150px; scroll-snap-align: start; }
}
