/* =========================================================
   SPICe Lab - Programa Huerto Rentable 35
   Solo estilos específicos de esta landing
   Requiere /assets/css/index.css cargado antes
========================================================= */

/* =========================
   RESET LOCAL DE ESTA PÁGINA
========================= */

main {
  max-width: none;
  margin: 0;
  padding: 0;
}

.hr35-section,
.hr35-hero,
.hr35-pricing,
.hr35-guarantee-section,
.hr35-faq-section,
.hr35-form-section {
  width: 100%;
}

.hr35-section {
  padding: 5rem 1.5rem;
}

.hr35-container,
.hero-content,
.clients-content,
.cards-content,
.focus-areas-content,
.process-content,
.cta-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.hr35-light {
  background: rgba(255, 255, 255, 0.55);
}

/* =========================
   BADGES / BUTTONS / TEXTOS
========================= */

.badge {
  display: inline-block;
  background: #e1f0ff;
  color: var(--primary);
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.content-text {
  font-size: 1.04rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin: 0;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.75rem;
}

.button.primary,
.button.secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition, all 0.25s ease);
}

.button.primary {
  background: var(--primary);
  color: #fff;
  border: 1px solid var(--primary);
}

.button.primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.9);
  color: var(--text-main);
  border: 1px solid rgba(0,0,0,0.08);
}

.button.secondary:hover {
  transform: translateY(-2px);
  background: #ffffff;
  box-shadow: var(--shadow);
}

/* =========================
   HERO
========================= */

.hr35-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, #f5f5f7 0%, #ffffff 72%);
  padding: 5rem 1.5rem 4.5rem;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.hr35-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 15%, rgba(0, 113, 227, 0.06), transparent 26%),
    radial-gradient(circle at 15% 80%, rgba(0, 113, 227, 0.04), transparent 22%);
  pointer-events: none;
}

.hr35-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 2.5rem;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.hr35-hero-text {
  min-width: 0;
  text-align: left;
}

.hr35-hero-text h1 {
  font-size: clamp(2.4rem, 5vw, 4.3rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0 0 1.1rem 0;
  color: var(--text-main);
}

.hr35-hero .hero-subtitle {
  font-family: var(--font-heading);
  font-size: 1.16rem;
  line-height: 1.55;
  color: var(--primary);
  margin: 0 0 1.1rem 0;
  font-weight: 600;
}

.hr35-hero-copy {
  display: grid;
  gap: 0.95rem;
  margin-top: 1.2rem;
}

.hr35-microtrust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.75rem;
  align-items: center;
  margin-top: 1.35rem;
  font-size: 0.92rem;
  color: var(--text-secondary);
}

.hr35-hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hr35-hero-image {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(0,0,0,0.06);
  background: #ffffff;
}

/* =========================
   SECTION TITLES
========================= */

.hr35-section .section-title,
.hr35-pricing .section-title,
.hr35-guarantee-section .section-title,
.hr35-faq-section .section-title,
.hr35-form-section .section-title {
  margin: 0 0 1rem 0;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--text-main);
  letter-spacing: -0.02em;
  text-align: center;
}

.hr35-section .section-intro,
.hr35-pricing .section-intro,
.hr35-guarantee-section .section-intro,
.hr35-faq-section .section-intro,
.hr35-form-section .section-intro {
  max-width: 820px;
  margin: 0 auto 3rem;
  font-size: 1.08rem;
  color: var(--text-secondary);
  text-align: center;
  line-height: 1.7;
}

/* =========================
   PARA QUIÉN ES
========================= */

.clients-section {
  padding: 5rem 1.5rem;
  background: #ffffff;
}

.clients-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.client-category {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
  transition: var(--transition);
}

.client-category:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.category-header h3 {
  margin: 0 0 0.8rem 0;
  font-size: 1.2rem;
  color: var(--text-main);
  font-weight: 700;
}

.client-category p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.98rem;
  line-height: 1.7;
}

/* =========================
   QUÉ INCLUYE / CARDS
========================= */

.cards-scroll-container {
  padding: 5rem 1.5rem;
  background: var(--bg-light);
}

.hr35-static-view {
  position: static;
  min-height: auto;
}

.hr35-cards-content {
  opacity: 1 !important;
  transform: none !important;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.hr35-cards-content .card,
.cards-grid .card {
  background: #ffffff;
  border-radius: 24px;
  padding: 1.8rem;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
  opacity: 1 !important;
  transform: none !important;
}

.card-title {
  margin: 0 0 0.8rem 0;
  font-size: 1.15rem;
  color: var(--text-main);
  font-weight: 700;
}

.card-text {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.96rem;
  line-height: 1.65;
}

/* =========================
   BONOS
========================= */

.focus-areas {
  padding: 5rem 1.5rem;
  background: #ffffff;
}

.focus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.focus-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
  transition: var(--transition);
}

.focus-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.focus-title {
  margin: 0 0 0.8rem 0;
  font-size: 1.15rem;
  color: var(--text-main);
  font-weight: 700;
}

.focus-text {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.97rem;
  line-height: 1.7;
}

/* =========================
   PROCESO
========================= */

.process-section {
  padding: 5rem 1.5rem;
  background: var(--bg-light);
}

.timeline-steps {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 1.2rem;
}

.step-card {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 1.15rem;
  align-items: start;
  background: #ffffff;
  border-radius: 22px;
  padding: 1.4rem 1.5rem;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

.step-card.highlight {
  border-color: rgba(0, 113, 227, 0.18);
  box-shadow: 0 10px 26px rgba(0, 113, 227, 0.08);
}

.step-number {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: var(--primary);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 0 0 8px rgba(0, 113, 227, 0.08);
}

.step-content {
  padding-top: 0.25rem;
}

.step-content h3 {
  margin: 0 0 0.45rem 0;
  font-size: 1.12rem;
  color: var(--text-main);
}

.step-content p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.97rem;
  line-height: 1.65;
}

/* =========================
   CTA / PRECIO
========================= */

.cta-section.hr35-pricing {
  background: #000000;
  color: #ffffff;
  padding: 5rem 1.5rem;
}

.hr35-pricing .cta-content {
  max-width: 900px;
  text-align: center;
}

.hr35-pricing .badge {
  background: rgba(255,255,255,0.12);
  color: #ffffff;
}

.hr35-pricing .section-title {
  color: #ffffff;
}

.hr35-pricing .cta-text {
  max-width: 760px;
  margin: 1.25rem auto 0;
  color: rgba(255,255,255,0.82);
  font-size: 1.04rem;
  line-height: 1.75;
}

.hr35-price-box {
  margin: 2rem auto 1.5rem;
  padding: 1.5rem;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.08);
  max-width: 720px;
}

.hr35-anchor {
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  color: rgba(255,255,255,0.82);
}

.hr35-anchor strong {
  text-decoration: line-through;
  opacity: 0.9;
}

.hr35-price {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
  color: #ffffff;
}

.hr35-price strong {
  color: #ffffff;
}

.hr35-price-note {
  margin-top: 0.75rem;
  font-size: 0.98rem;
  color: rgba(255,255,255,0.82);
}

.hr35-stack {
  display: grid;
  gap: 0.75rem;
  margin: 1.75rem auto 1.5rem;
  max-width: 720px;
  text-align: left;
}

.hr35-stack-item {
  padding: 0.9rem 1rem;
  border-radius: 14px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.92);
}

/* =========================
   GARANTÍA
========================= */

.hr35-guarantee-section {
  padding: 4.5rem 1.5rem;
  background: #ffffff;
}

.hr35-guarantee-card {
  max-width: 820px;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(8px);
  box-shadow: var(--shadow);
}

.hr35-guarantee-card h3 {
  margin-top: 0;
  margin-bottom: 0.85rem;
  font-size: 1.25rem;
  color: var(--text-main);
}

.hr35-guarantee-card p {
  margin: 0;
  line-height: 1.75;
  color: var(--text-secondary);
}

/* =========================
   FAQ
========================= */

.hr35-faq-section {
  padding: 4.5rem 1.5rem;
  background: var(--bg-light);
}

.hr35-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 1100px;
  margin: 2rem auto 0;
}

.hr35-faq-item {
  padding: 1.4rem;
  border-radius: 18px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}

.hr35-faq-item h3 {
  margin-top: 0;
  margin-bottom: 0.65rem;
  font-size: 1.05rem;
  color: var(--text-main);
}

.hr35-faq-item p {
  margin: 0;
  line-height: 1.65;
  color: var(--text-secondary);
}

/* =========================
   FORMULARIO
========================= */

.hr35-form-section {
  padding: 4.5rem 1.5rem 5rem;
  background: #ffffff;
}

.hr35-form-card {
  max-width: 900px;
  margin: 2rem auto 0;
  padding: 1.25rem;
  border-radius: 22px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: var(--shadow);
}

.hr35-form-placeholder {
  min-height: 280px;
  border: 2px dashed rgba(0,0,0,0.12);
  border-radius: 18px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 2rem;
  background: linear-gradient(
    180deg,
    rgba(245,245,247,0.9) 0%,
    rgba(255,255,255,0.9) 100%
  );
}

.hr35-form-placeholder p {
  margin: 0.4rem 0;
  color: var(--text-secondary);
}

/* =========================
   CTA FINAL
========================= */

.cta-section.hr35-section:not(.hr35-pricing) {
  background: #000000;
  color: #ffffff;
  padding: 5rem 1.5rem;
}

.cta-section.hr35-section:not(.hr35-pricing) .cta-content {
  max-width: 860px;
  text-align: center;
}

.cta-section.hr35-section:not(.hr35-pricing) .section-title {
  color: #ffffff;
}

.cta-section.hr35-section:not(.hr35-pricing) .cta-text {
  color: rgba(255,255,255,0.82);
  max-width: 760px;
  margin: 0.8rem auto 0;
  line-height: 1.75;
  font-size: 1.04rem;
}

.cta-section.hr35-section:not(.hr35-pricing) .button.secondary {
  background: rgba(255,255,255,0.1);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.18);
}

.cta-section.hr35-section:not(.hr35-pricing) .button.secondary:hover {
  background: rgba(255,255,255,0.16);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 960px) {
  .clients-grid,
  .focus-grid,
  .hr35-faq-grid,
  .cards-grid {
    grid-template-columns: 1fr;
  }

  .hr35-hero-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hr35-hero-visual {
    order: -1;
    margin-bottom: 0.5rem;
  }

  .hr35-hero-image {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .hr35-section,
  .clients-section,
  .cards-scroll-container,
  .focus-areas,
  .process-section,
  .cta-section.hr35-pricing,
  .hr35-guarantee-section,
  .hr35-faq-section,
  .hr35-form-section,
  .cta-section.hr35-section:not(.hr35-pricing),
  .hr35-hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hr35-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hr35-hero {
    padding-top: 4rem;
    padding-bottom: 3.5rem;
  }

  .hr35-hero-text {
    text-align: left;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-buttons .button {
    width: 100%;
  }

  .step-card {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .step-number {
    width: 50px;
    height: 50px;
    border-radius: 14px;
  }

  .hr35-price-box {
    padding: 1.2rem;
  }

  .hr35-guarantee-card,
  .hr35-form-card {
    padding: 1.25rem;
  }

  .hr35-stack-item {
    font-size: 0.95rem;
  }

  .hr35-microtrust {
    font-size: 0.88rem;
  }
}

@media (max-width: 480px) {
  .hr35-hero-text h1 {
    font-size: 2.1rem;
  }

  .hr35-hero .hero-subtitle,
  .content-text,
  .cta-section.hr35-section:not(.hr35-pricing) .cta-text,
  .hr35-pricing .cta-text,
  .hr35-section .section-intro {
    font-size: 0.98rem;
  }

  .client-category,
  .focus-card,
  .cards-grid .card,
  .hr35-faq-item {
    padding: 1.35rem;
  }
}
