body:is(.inicio-page, .pricing-page, .fundadores-page, .fundadores-pro-page) {
  --public-section-solid-support: rgba(11, 16, 35, 0.98);
  --public-section-solid-support-text: #ffffff;
  --public-section-solid-support-muted: rgba(255, 255, 255, 0.74);
}

body:is(.inicio-page, .pricing-page, .fundadores-page, .fundadores-pro-page) :is(
  .inicio-hero,
  .pricing-hero,
  .fundadores-hero,
  .fundadores-pro-hero
) {
  position: relative;
  z-index: 1;
  min-height: 68vh;
  display: flex;
  align-items: center;
  padding: 92px clamp(20px, 6vw, 76px) 58px;
  overflow: hidden;
  color: var(--inicio-hero-text, #ffffff);
  background: #050812;
  clip-path: ellipse(98% 100% at 50% 0%);
}

body:is(.inicio-page, .pricing-page, .fundadores-page, .fundadores-pro-page) :is(
  .inicio-hero__background,
  .pricing-hero__background,
  .fundadores-hero__background,
  .fundadores-pro-hero__background
) {
  position: absolute;
  inset: -70px 0;
  width: 100%;
  height: calc(100% + 140px);
  object-fit: cover;
  object-position: center 68%;
  filter: saturate(1.04) contrast(1.08);
  transform: translateY(70px);
}

body:is(.inicio-page, .pricing-page, .fundadores-page, .fundadores-pro-page) :is(
  .inicio-hero__veil,
  .pricing-hero__veil,
  .fundadores-hero__veil,
  .fundadores-pro-hero__veil
) {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.74);
}

body:is(.inicio-page, .pricing-page, .fundadores-page, .fundadores-pro-page) :is(
  .inicio-hero__inner,
  .pricing-hero__inner,
  .fundadores-hero__inner,
  .fundadores-pro-hero__inner
) {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 360px);
  gap: 24px;
  align-items: center;
  transform: translateY(clamp(-42px, calc(-6vh + 30px), -6px));
}

body:is(.inicio-page, .pricing-page, .fundadores-page, .fundadores-pro-page) :is(
  .inicio-hero__content,
  .pricing-hero__content,
  .fundadores-hero__content,
  .fundadores-pro-hero__content
) {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

body.inicio-page:not(.lite-page) .inicio-hero__inner {
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.12fr);
  gap: clamp(24px, 4vw, 56px);
}

body.inicio-page:not(.lite-page) .inicio-hero__content {
  max-width: 720px;
}

body.inicio-page:not(.lite-page) .inicio-hero__visual {
  position: relative;
  z-index: 2;
  margin: 0;
  width: 100%;
  max-width: 780px;
  justify-self: end;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

body.inicio-page:not(.lite-page) .inicio-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
}

body:is(.pricing-page, .fundadores-page, .fundadores-pro-page) :is(
  .pricing-hero__inner,
  .fundadores-hero__inner,
  .fundadores-pro-hero__inner
),
body.lite-page .inicio-hero__inner {
  width: min(880px, 100%);
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  text-align: center;
}

body:is(.pricing-page, .fundadores-page, .fundadores-pro-page) :is(
  .pricing-hero__content,
  .fundadores-hero__content,
  .fundadores-pro-hero__content
),
body.lite-page .inicio-hero__content {
  max-width: 820px;
  align-items: center;
}

body.inicio-page .inicio-hero + .inicio-section,
body.pricing-page .pricing-hero + .inicio-section,
body.fundadores-page .fundadores-hero + .inicio-section,
body.fundadores-pro-page .fundadores-pro-hero + .fundadores-pro-section {
  --public-landing-first-section-bg: var(--public-section-solid-soft, var(--inicio-soft-strong, #ffffff));
  --public-section-curve-bg: var(--public-landing-first-section-bg);
  --public-section-curve-prev-bg: var(--public-landing-first-section-bg);
  position: relative;
  z-index: 0;
  margin-top: -6px;
  background: var(--public-landing-first-section-bg);
}

body.lite-page .inicio-hero + .lite-section {
  --public-landing-first-section-bg: var(--inicio-bg, #f5f6fb);
  --public-section-curve-bg: var(--public-landing-first-section-bg);
  --public-section-curve-prev-bg: var(--public-landing-first-section-bg);
  background: var(--public-landing-first-section-bg);
}

.public-faq-wrap {
  width: min(780px, 100%);
}

.public-faq-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-bottom: clamp(46px, 7vw, 84px);
  text-align: center;
}

.public-faq-header h2 {
  margin: 0;
  color: var(--inicio-text, var(--color-text-primary));
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2rem, 3.6vw, 2.9rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.public-faq-header p {
  margin: 0;
  color: var(--inicio-muted, var(--text-muted));
  font-size: 1.18rem;
  line-height: 1.35;
}

.public-faq-list {
  display: grid;
  gap: 16px;
}

.public-faq {
  overflow: hidden;
  border: 1px solid var(--pricing-panel-border, var(--inicio-border, rgba(24, 34, 67, 0.14)));
  border-radius: 14px;
  background: var(--pricing-panel-bg, var(--inicio-soft, #ffffff));
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  transform-origin: top center;
  transition:
    border-color 260ms ease,
    box-shadow 260ms ease,
    transform 260ms ease,
    background-color 260ms ease;
  will-change: height;
}

.public-faq[open],
.public-faq.is-opening {
  border-color: color-mix(in srgb, var(--inicio-blue, #305fbd) 28%, var(--pricing-panel-border, var(--inicio-border, rgba(24, 34, 67, 0.14))));
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.09);
  transform: translateY(-1px);
}

.public-faq summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 22px 58px 22px 24px;
  color: var(--inicio-text, var(--color-text-primary));
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.3;
  cursor: pointer;
  list-style: none;
}

.public-faq summary::-webkit-details-marker {
  display: none;
}

.public-faq summary::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 26px;
  color: var(--inicio-text, var(--color-text-primary));
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-50%);
  transition:
    color 220ms ease,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.public-faq[open] summary {
  color: color-mix(in srgb, var(--inicio-blue, #305fbd) 72%, var(--inicio-text, var(--color-text-primary)) 28%);
}

.public-faq[open] summary::after {
  color: var(--inicio-blue, #305fbd);
  transform: translateY(-50%) rotate(90deg);
}

.public-faq p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--inicio-muted, var(--text-muted));
  font-size: 1rem;
  line-height: 1.55;
  opacity: 0;
  transform: translateY(-8px);
  transition:
    opacity 280ms ease,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.public-faq[open] p,
.public-faq.is-opening p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 80ms;
}

.public-faq.is-closing p {
  opacity: 0;
  transform: translateY(-8px);
  transition-delay: 0ms;
}

@media (prefers-reduced-motion: reduce) {
  .public-faq,
  .public-faq summary::after,
  .public-faq p {
    transition: none;
  }
}

@media (max-width: 980px) {
  body.inicio-page:not(.lite-page) .inicio-hero__inner {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    text-align: center;
  }

  body.inicio-page:not(.lite-page) .inicio-hero__content {
    align-items: center;
  }

  body.inicio-page:not(.lite-page) .inicio-hero__visual {
    justify-self: center;
    max-width: min(720px, 100%);
  }
}

@media (max-width: 640px) {
  body.inicio-page:not(.lite-page) .inicio-hero__visual {
    max-width: min(520px, 100%);
  }

  .public-faq-header {
    margin-bottom: 34px;
  }

  .public-faq-header h2 {
    font-size: clamp(1.75rem, 7.5vw, 2.25rem);
    white-space: normal;
  }

  .public-faq summary {
    min-height: 62px;
    padding: 18px 48px 18px 20px;
  }

  .public-faq p {
    padding: 0 20px 20px;
  }
}
