/* ============================================================
   RL ARQUITECTOS — LANDING PAGE EXTRA STYLES (MOBILE FIRST)
   - Sabemos dónde estás section
   - Agenda section & Cal.com container
   - Navigation & Footer v2 enhancements
   ============================================================ */

/* ── 02. SABEMOS DÓNDE ESTÁS ── */
.sabemos-section {
  padding: 5rem 0 4rem;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.sabemos-header {
  margin-bottom: 2.5rem;
}

.sabemos-headline {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.8rem, 5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--rl-white, #ffffff);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-top: 0.5rem;
}

.sabemos-subheadline {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.2rem, 3.5vw, 1.75rem);
  font-weight: 700;
  color: var(--rl-green, #7FDB18);
  margin-top: 0.5rem;
  letter-spacing: -0.01em;
}

/* Columns Grid: Mobile First = Single Column, Desktop = 2 Columns */
.sabemos-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .sabemos-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

.sabemos-col {
  background: rgba(18, 18, 18, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 1.75rem 1.5rem;
  position: relative;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.sabemos-col:hover {
  border-color: rgba(127, 219, 24, 0.3);
}

.sabemos-col-tag {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--rl-green, #7FDB18) !important;
  opacity: 1 !important;
}

.sabemos-col-divider {
  width: 40px;
  height: 2px;
  background: var(--rl-green, #7FDB18);
  margin: 0.85rem 0 1.25rem;
}

.sabemos-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.sabemos-list li {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  position: relative;
  padding-left: 1.25rem;
}

.sabemos-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.4);
}

.sabemos-list--preguntas li::before {
  content: '✦';
  font-size: 0.65rem;
  top: 0.2rem;
  color: var(--rl-green, #7FDB18);
}

.sabemos-list--preguntas li {
  color: #ffffff;
  font-weight: 500;
}

/* Bloque inferior: DESPUÉS */
.sabemos-despues {
  background: linear-gradient(135deg, rgba(127, 219, 24, 0.08) 0%, rgba(18, 18, 18, 0.9) 100%);
  border: 1px solid rgba(127, 219, 24, 0.3);
  border-radius: 16px;
  padding: 2rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  box-sizing: border-radius;
}

@media (min-width: 768px) {
  .sabemos-despues {
    padding: 3rem 2.5rem;
  }
}

.sabemos-despues-tag {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rl-green, #7FDB18);
  margin-bottom: 0.5rem;
}

.sabemos-despues-headline {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.4rem, 4vw, 2.2rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.sabemos-despues-headline .brand-rl {
  color: var(--rl-green, #7FDB18) !important;
  font-weight: 800 !important;
}

.sabemos-despues-headline .brand-arq {
  font-weight: 300 !important;
  color: rgba(255, 255, 255, 0.95);
}

.sabemos-brand-group {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .sabemos-brand-group {
    display: block;
    margin-top: 0.25rem;
  }
}

.sabemos-despues-body {
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.95rem, 2.5vw, 1.1rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  max-width: 680px;
  margin: 0 auto 1.75rem;
}

/* ── ANIMACIONES Y EFECTOS GLOW DE BOTONES CTA ── */

@keyframes ctaBreathing {
  0%, 100% { 
    transform: scale(1); 
    box-shadow: 0 6px 25px rgba(127, 219, 24, 0.4), 0 0 0 0 rgba(127, 219, 24, 0.4); 
  }
  50% { 
    transform: scale(1.03); 
    box-shadow: 0 12px 35px rgba(127, 219, 24, 0.6), 0 0 25px 6px rgba(127, 219, 24, 0.25); 
  }
}

@keyframes btnPulseGlowRing {
  0% {
    box-shadow: 0 0 0 0 rgba(127, 219, 24, 0.75), 0 6px 25px rgba(127, 219, 24, 0.4);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(127, 219, 24, 0), 0 6px 25px rgba(127, 219, 24, 0.4);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(127, 219, 24, 0), 0 6px 25px rgba(127, 219, 24, 0.4);
  }
}

/* 1. HERO CTA Y SABEMOS CTA (.btn-primary, .sabemos-despues-cta) */
.btn-primary,
.sabemos-despues-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  background: var(--rl-green, #7FDB18) !important;
  color: #050709 !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  padding: 0.95rem 1.85rem !important;
  border-radius: 12px !important;
  text-decoration: none !important;
  border: none !important;
  cursor: pointer !important;
  animation: ctaBreathing 2.8s ease-in-out infinite !important;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s, box-shadow 0.3s !important;
  letter-spacing: -0.01em !important;
  white-space: nowrap !important;
}

.btn-primary:hover,
.sabemos-despues-cta:hover {
  animation-play-state: paused !important;
  transform: translateY(-3px) scale(1.04) !important;
  background: #8eeb24 !important;
  box-shadow: 0 14px 40px rgba(127, 219, 24, 0.65), 0 0 25px rgba(127, 219, 24, 0.4) !important;
}

.btn-primary svg,
.sabemos-despues-cta svg {
  transition: transform 0.3s ease !important;
}

.btn-primary:hover svg,
.sabemos-despues-cta:hover svg {
  transform: translateX(5px) !important;
}

@media (max-width: 768px) {
  .btn-primary,
  .sabemos-despues-cta {
    max-width: 100% !important;
    font-size: clamp(0.85rem, 3.8vw, 0.95rem) !important;
    padding: 0.85rem 1.2rem !important;
    box-sizing: border-box !important;
    margin-left: auto !important;
    margin-right: auto !important;
    align-self: center !important;
  }
}

/* ── 03. SECCIÓN AGENDA & CAL.COM ── */
.agenda-section {
  padding: 4.5rem 0 5rem;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.agenda-header {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 2.5rem;
}

.agenda-headline {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.8rem, 5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0.4rem 0 0.75rem;
  letter-spacing: -0.02em;
}

.agenda-subtext {
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 1.25rem;
}

.agenda-meta-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
}

.agenda-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.4rem 0.85rem;
  border-radius: 30px;
}

.agenda-pill--green {
  color: var(--rl-green, #7FDB18);
  border-color: rgba(127, 219, 24, 0.3);
  background: rgba(127, 219, 24, 0.08);
}

/* Cal.com Embed Wrapper & Container */
.cal-embed-wrapper {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.cal-embed-container {
  width: 100% !important;
  min-height: 700px;
  height: auto !important;
  overflow: auto !important;
  background: #111111;
}

@media (max-width: 768px) {
  .cal-embed-container {
    min-height: 620px;
  }
}

/* ── 04. FOOTER ENHANCEMENTS ── */
.footer-inner-v2 {
  padding: 4rem 0 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .footer-inner-v2 {
    grid-template-columns: 1.5fr 2fr;
    gap: 3rem;
  }
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 1.75rem;
}

.footer-nav-col {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-nav-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--rl-green, #7FDB18);
  margin-bottom: 0.25rem;
}

.footer-nav-link {
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-nav-link:hover {
  color: #ffffff;
}

.footer-nav-link--accent {
  color: var(--rl-green, #7FDB18);
  font-weight: 600;
}

.footer-bottom {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.footer-office {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.4;
}
