.site-index {
  --home-section-y: 3rem;
  --home-content-max: 920px;
  background:
    radial-gradient(900px 320px at 50% -5%, rgba(15, 107, 87, 0.08), transparent 60%),
    linear-gradient(180deg, #f8fbf9 0%, #fff 280px);
}

main.main-fullwidth > .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}

.home-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: calc(var(--pod-navbar, 56px) + 1.25rem) max(1.25rem, calc((100% - var(--home-content-max)) / 2 + 1rem)) 2.25rem;
  min-height: min(68vh, 620px);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.home-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: #1a2420;
}

.home-hero__bg {
  position: absolute;
  inset: -2%;
  width: 104%;
  height: 104%;
  object-fit: cover;
  object-position: center 42%;
  opacity: 1;
  filter: contrast(1.06) saturate(1.08);
  animation: home-kenburns 18s ease-out forwards;
  will-change: transform;
}

.home-hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(16, 28, 24, 0.42) 0%, rgba(16, 28, 24, 0.12) 42%, transparent 68%),
    linear-gradient(180deg, rgba(15, 107, 87, 0.12) 0%, transparent 38%, rgba(248, 251, 249, 0.55) 100%),
    radial-gradient(55% 50% at 72% 38%, rgba(15, 107, 87, 0.18), transparent 60%);
}

.home-hero__content {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  margin: 0;
  margin-right: auto;
  padding: 1.15rem 1.2rem 1.25rem;
  text-align: left;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(15, 107, 87, 0.28);
  box-shadow:
    0 18px 48px rgba(24, 32, 29, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  animation: home-fade-up 0.7s ease-out both;
}

.home-hero__title {
  font-size: clamp(1.55rem, 3.4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #101816;
  margin-bottom: 0.65rem;
  animation: home-fade-up 0.7s ease-out 0.08s both;
}

.home-hero__lead {
  font-size: clamp(0.98rem, 1.8vw, 1.12rem);
  color: #24302b;
  max-width: 34rem;
  margin: 0 0 0.85rem;
  line-height: 1.5;
  font-weight: 400;
  animation: home-fade-up 0.7s ease-out 0.16s both;
}

.home-hero__phone {
  display: inline-block;
  font-size: clamp(1.35rem, 2.8vw, 1.7rem);
  font-weight: 800;
  color: var(--pod-accent);
  text-decoration: none;
  letter-spacing: -0.01em;
  animation: home-fade-up 0.7s ease-out 0.24s both;
}

.home-hero__phone:hover {
  color: var(--pod-accent-hover);
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  margin-top: 0.95rem;
  animation: home-fade-up 0.7s ease-out 0.32s both;
}

.home-hero__actions .pod-btn {
  padding: 10px 16px;
}

.home-hero__actions .pod-btn--primary {
  min-width: 148px;
  box-shadow: 0 10px 28px rgba(15, 107, 87, 0.28);
}

.home-hero__actions .pod-btn--ghost {
  color: var(--pod-ink);
  border-color: rgba(15, 107, 87, 0.35);
  font-weight: 600;
  background: rgba(255, 255, 255, 0.72);
}

.body-content.container {
  max-width: var(--home-content-max);
  padding-left: 15px;
  padding-right: 15px;
}

.home-benefits,
.home-map-section,
.home-pdf-section,
.home-faq,
.home-contact {
  padding-top: var(--home-section-y);
  padding-bottom: var(--home-section-y);
}

.home-benefits {
  padding-bottom: calc(var(--home-section-y) * 0.55);
}

.home-benefit__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background: var(--pod-panel);
  border: 1px solid rgba(15, 107, 87, 0.22);
  color: var(--pod-accent);
  box-shadow: 0 0 0 3px rgba(15, 107, 87, 0.06);
}

.home-benefit h2 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.home-benefit p {
  color: var(--pod-muted);
  margin: 0;
}

.home-map-section {
  text-align: center;
}

.home-map-section__title {
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.home-map-section__hint {
  color: var(--pod-muted);
  max-width: 640px;
  margin: 0 auto 1.25rem;
}

.home-map {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 460px;
  margin: 0 auto;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(15, 107, 87, 0.18);
  background: var(--pod-panel);
  box-shadow: 0 10px 32px rgba(24, 32, 29, 0.06);
}

.home-map__status {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  color: var(--pod-muted);
  background: rgba(242, 246, 243, 0.92);
  z-index: 2;
  transition: opacity 0.25s ease;
}

.home-map--ready .home-map__status {
  opacity: 0;
  pointer-events: none;
}

.home-map-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 1.25rem auto 0;
  max-width: 720px;
}

.home-pdf-section {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.home-pdf-section.pod-card {
  border-color: rgba(15, 107, 87, 0.2);
  box-shadow: 0 8px 28px rgba(15, 107, 87, 0.05);
}

.home-pdf-section__title {
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.75rem;
}

.home-faq {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.home-faq__title {
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.25rem;
}

.home-faq__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home-faq__item {
  border: 1px solid rgba(15, 107, 87, 0.18);
  border-radius: 12px;
  background: var(--pod-card);
  box-shadow: 0 4px 16px rgba(15, 107, 87, 0.04);
  overflow: hidden;
}

.home-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 1rem 1.15rem;
  font-weight: 600;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.home-faq__question::-webkit-details-marker {
  display: none;
}

.home-faq__question::after {
  content: "+";
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(15, 107, 87, 0.1);
  color: var(--pod-accent);
  font-size: 1.1rem;
  font-weight: 700;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.home-faq__item[open] .home-faq__question::after {
  content: "−";
  transform: rotate(180deg);
}

.home-faq__question:hover {
  color: var(--pod-accent);
}

.home-faq__answer {
  padding: 0 1.15rem 1rem;
  color: var(--pod-muted);
}

.home-faq__answer p {
  margin: 0;
  line-height: 1.55;
}

.home-contact {
  text-align: center;
}

.home-contact__title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.home-contact__lead {
  color: var(--pod-muted);
}

.home-contact__email {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--pod-accent);
  text-decoration: none;
}

.home-contact__email:hover {
  color: var(--pod-accent-hover);
}

@keyframes home-kenburns {
  from {
    transform: scale(1.08) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1) translate3d(-1.2%, 0.6%, 0);
  }
}

@keyframes home-fade-up {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero__bg,
  .home-hero__content,
  .home-hero__title,
  .home-hero__lead,
  .home-hero__phone,
  .home-hero__actions {
    animation: none;
  }
}

@media (max-width: 767.98px) {
  .home-hero {
    min-height: 0;
    padding-top: calc(var(--pod-navbar, 56px) + 0.65rem);
    padding-bottom: 1rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    align-items: flex-end;
  }

  .home-hero__bg {
    object-position: 62% 40%;
  }

  .home-hero__veil {
    background:
      linear-gradient(180deg, rgba(16, 28, 24, 0.15) 0%, rgba(16, 28, 24, 0.08) 35%, rgba(248, 251, 249, 0.5) 100%),
      radial-gradient(70% 50% at 70% 30%, rgba(15, 107, 87, 0.16), transparent 65%);
  }

  .home-hero__content {
    width: 100%;
    margin: 0;
    padding: 0.85rem 0.9rem 0.95rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.62);
  }

  .home-hero__title {
    font-size: 1.35rem;
    margin-bottom: 0.4rem;
    line-height: 1.25;
  }

  .home-hero__lead {
    font-size: 0.92rem;
    margin-bottom: 0.55rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .home-hero__phone {
    font-size: 1.25rem;
  }

  .home-hero__actions {
    margin-top: 0.7rem;
    gap: 6px;
  }

  .home-hero__actions .pod-btn {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
    padding: 9px 10px;
    font-size: 0.92rem;
  }

  .home-hero__actions .pod-btn--primary {
    min-width: 0;
  }

  .home-map {
    height: 340px;
    border-radius: 10px;
  }

  .home-map-cta .pod-btn {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .home-hero {
    padding-top: calc(var(--pod-navbar, 56px) + 1.75rem);
    padding-bottom: 2.75rem;
  }
}
