/* ============================================
   BOTIA LANDING — CSS específico de impacto
   ============================================ */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: #f7eee8;
  background:
    radial-gradient(circle at top, rgba(112, 18, 27, 0.42), transparent 36%),
    linear-gradient(135deg, #100707 0%, #241010 48%, #080505 100%);
  overflow-x: hidden;
}

.landing {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== HERO ===== */
.hero {
  text-align: center;
  padding: 60px 0 50px;
}

.hero-logo {
  width: 100px;
  height: 100px;
  margin-bottom: 24px;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.4));
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

.hero h1 {
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 800;
  color: #fff3ea;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}

.hero .subtitle {
  font-size: 1.2rem;
  color: #e6a06b;
  font-weight: 600;
  margin-bottom: 10px;
}

.hero .description {
  font-size: 1rem;
  color: #d9a77d;
  margin-bottom: 32px;
}

.cta-button {
  display: inline-block;
  background: linear-gradient(135deg, #e6a06b, #c47a3f);
  color: #1a0d0d;
  font-weight: 800;
  padding: 16px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.05rem;
  box-shadow: 0 10px 30px rgba(230, 160, 107, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(230, 160, 107, 0.5);
}

.cta-note {
  display: block;
  margin-top: 10px;
  font-size: 0.8rem;
  color: #b99a88;
  opacity: 0.8;
}

/* ===== STAT 72% — EL MOMENTO IMPACTO ===== */
.stat-impact {
  margin: 70px 0;
  text-align: center;
  padding: 60px 24px;
  background: radial-gradient(circle at center, rgba(160, 48, 42, 0.25), transparent 70%);
  border-top: 1px solid rgba(230, 160, 107, 0.25);
  border-bottom: 1px solid rgba(230, 160, 107, 0.25);
}

.stat-impact .number {
  font-size: 7rem;
  font-weight: 900;
  background: linear-gradient(135deg, #ffb38a, #e6a06b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  letter-spacing: -0.03em;
}

.stat-impact .headline {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #e6a06b;
  font-weight: 700;
  margin: 8px 0 24px;
}

.stat-impact .body {
  font-size: 1.05rem;
  color: #f2e4dc;
  max-width: 560px;
  margin: 0 auto 18px;
  line-height: 1.7;
}

.stat-impact .conclusion {
  font-size: 0.95rem;
  color: #ffd8bd;
  font-weight: 600;
  max-width: 520px;
  margin: 0 auto;
  font-style: italic;
}

/* ===== SECTION GENERAL ===== */
.section {
  margin: 60px 0;
}

.section-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffe0c7;
  margin-bottom: 8px;
}

.section-subtitle {
  font-size: 0.95rem;
  color: #d9a77d;
  margin-bottom: 28px;
  max-width: 600px;
}

/* ===== MODULE GRID — con iconos ===== */
.module-group {
  margin-bottom: 36px;
}

.module-group-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #e6a06b;
  font-weight: 700;
  margin-bottom: 6px;
}

.module-group-desc {
  font-size: 0.9rem;
  color: #c9b3a6;
  margin-bottom: 18px;
  max-width: 560px;
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 14px;
}

.module-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(190, 122, 72, 0.25);
  border-radius: 16px;
  padding: 20px 14px;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.module-card:hover {
  transform: translateY(-4px);
  border-color: #e6a06b;
  background: rgba(230, 160, 107, 0.08);
}

.module-card img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 10px;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
}

.module-card span {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: #f2e4dc;
}

/* ===== WOMAN CALLOUT ===== */
.callout {
  background: linear-gradient(135deg, rgba(104, 13, 28, 0.5), rgba(74, 12, 18, 0.5));
  border: 1px solid rgba(230, 160, 107, 0.35);
  border-radius: 20px;
  padding: 30px 26px;
  margin: 60px 0;
}

.callout-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: #ffd8bd;
  margin-bottom: 12px;
}

.callout-body {
  font-size: 0.98rem;
  color: #f2e4dc;
  line-height: 1.7;
}

/* ===== STEPS 1-2-3 ===== */
.steps {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  position: relative;
}

.steps::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(230, 160, 107, 0.4), transparent);
  z-index: 0;
}

.step {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 1;
}

.step-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e6a06b, #a0302a);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 900;
  color: #1a0d0d;
  margin: 0 auto 14px;
  box-shadow: 0 8px 20px rgba(230, 160, 107, 0.3);
}

.step-title {
  font-size: 1rem;
  font-weight: 800;
  color: #ffd8bd;
  margin-bottom: 6px;
}

.step-desc {
  font-size: 0.85rem;
  color: #c9b3a6;
  line-height: 1.5;
}

/* ===== TRANSPARENCY ===== */
.transparency-box {
  background: rgba(255, 255, 255, 0.03);
  border-left: 3px solid #e6a06b;
  border-radius: 4px 16px 16px 4px;
  padding: 24px 26px;
  margin-top: 20px;
}

.transparency-box p {
  font-size: 0.95rem;
  color: #f2e4dc;
  line-height: 1.7;
  margin-bottom: 14px;
}

.highlight-quote {
  background: rgba(230, 160, 107, 0.1);
  border: 1px solid rgba(230, 160, 107, 0.3);
  border-radius: 14px;
  padding: 18px 22px;
  font-style: italic;
  color: #ffd8bd;
  font-weight: 600;
  font-size: 0.95rem;
}

/* ===== CLOSING ===== */
.closing {
  text-align: center;
  padding: 60px 0;
  border-top: 1px solid rgba(190, 122, 72, 0.2);
}

.closing-claim {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff3ea;
  line-height: 1.4;
  margin-bottom: 12px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.closing-tagline {
  font-size: 1rem;
  color: #e6a06b;
  font-weight: 600;
  margin-bottom: 30px;
}

/* ===== PRIVACY ===== */
.privacy {
  text-align: center;
  padding: 40px 0 60px;
  border-top: 1px solid rgba(190, 122, 72, 0.15);
  margin-top: 40px;
}

.privacy-title {
  font-size: 1rem;
  font-weight: 700;
  color: #e6a06b;
  margin-bottom: 10px;
}

.privacy-body {
  font-size: 0.85rem;
  color: #b99a88;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 600px) {
  .hero h1 { font-size: 1.8rem; }
  .stat-impact .number { font-size: 5rem; }
  .steps { flex-direction: column; gap: 24px; }
  .steps::before { display: none; }
  .module-grid { grid-template-columns: repeat(2, 1fr); }
}


/* BOTIA compact header (hamburger menu intentionally removed) */
.botia-header-bar {
  display: flex; align-items: center; justify-content: space-between;
  position: fixed; top: 0; left: 0; right: 0; z-index: 999;
  background: rgba(8,4,4,0.95); padding: 4px 12px;
  border-bottom: 1px solid rgba(190,122,72,0.15); backdrop-filter: blur(10px);
}
.botia-nav-left { display: flex; align-items: center; gap: 12px; }
.botia-header-bar .lang-switcher { position: static; }
.botia-header-bar .lang-switcher select {
  background: rgba(24,13,13,0.96); color: #f2e4dc;
  border: 1px solid rgba(190,122,72,0.42); border-radius: 6px;
  padding: 4px 8px; font-size: 0.75rem; cursor: pointer;
}
body.has-botia-header { padding-top: 36px; }
body.botia-index-page.has-botia-header { padding-top: 46px; }
body.botia-index-page .botia-header-bar { padding: 8px 16px; }

/* Accessible skip link without creating horizontal overflow in RTL layouts. */
.skip-link {
  position: fixed !important;
  inset-inline-start: 12px !important;
  left: auto !important;
  top: 8px !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  transform: translateY(-180%);
  z-index: 10000;
  padding: 8px 12px;
  border-radius: 8px;
  background: #180d0d;
  color: #ffd8bd;
}
.skip-link:focus {
  transform: translateY(0);
}
