body.fundadores-pro-page {
  --public-section-solid-soft: color-mix(in srgb, var(--inicio-soft-strong) 86%, var(--inicio-bg));
  --public-section-solid-alt: color-mix(in srgb, var(--inicio-soft-strong) 68%, var(--inicio-bg));
  --public-section-solid-plan: color-mix(in srgb, var(--inicio-bg) 98%, var(--inicio-blue) 2%);
  --public-section-solid-band: color-mix(in srgb, var(--inicio-band) 88%, var(--inicio-red) 12%);
  margin: 0;
  min-height: 100vh;
  background: var(--public-section-solid-soft);
  color: var(--inicio-text);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

body.fundadores-pro-page a {
  color: inherit;
}

body.fundadores-pro-page a.inicio-button--primary {
  color: #ffffff;
}

#carta-viva-pro,
#incluye,
#solicitud {
  scroll-margin-top: 112px;
}

.fundadores-pro-header {
  background: rgba(5, 8, 18, 0.62);
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.fundadores-pro-hero {
  position: relative;
  min-height: 70vh;
  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%);
}

.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);
}

.fundadores-pro-hero__veil {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.74);
}

.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;
}

.fundadores-pro-hero__content {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.fundadores-pro-hero .fundadores-pro-hero__kicker-title {
  margin: 0;
  color: var(--inicio-gold);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.55;
  text-transform: uppercase;
}

.fundadores-pro-hero__title-text {
  margin: 0;
  font-size: clamp(2.75rem, 5vw, 4.3rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
}

.fundadores-pro-hero__lead {
  margin: 0;
  max-width: 64ch;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.14rem;
  line-height: 1.7;
}

.fundadores-pro-hero__actions {
  display: flex;
  justify-content: center;
}

.fundadores-pro-hero__cta {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fundadores-pro-hero__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 4px 0 0;
}

.fundadores-pro-hero__metrics div,
.fundadores-pro-hero__panel {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(8, 12, 25, 0.54);
  backdrop-filter: blur(12px);
}

.fundadores-pro-hero__metrics div {
  min-width: 0;
  padding: 12px;
}

.fundadores-pro-hero__metrics dt {
  margin: 0 0 4px;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 800;
}

.fundadores-pro-hero__metrics dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  line-height: 1.4;
}

.fundadores-pro-hero__panel {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.24);
}

.fundadores-pro-hero__panel-label {
  margin: 0;
  color: var(--inicio-gold);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.fundadores-pro-hero__panel-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fundadores-pro-hero__panel-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.95rem;
}

.fundadores-pro-hero__panel-item strong {
  min-width: 0;
  font-size: 1.02rem;
  line-height: 1.2;
  text-align: right;
}

.fundadores-pro-hero__panel-item--featured {
  border-color: rgba(241, 210, 138, 0.32);
  background: rgba(185, 130, 26, 0.14);
}

.fundadores-pro-hero__panel-item--muted {
  border-style: dashed;
  border-color: color-mix(in srgb, var(--inicio-gold) 34%, rgba(255, 255, 255, 0.08));
  background: rgba(255, 255, 255, 0.02);
}

.fundadores-pro-hero__panel-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.94rem;
  line-height: 1.6;
}

.fundadores-pro-hero__panel-cta {
  width: 100%;
}

.fundadores-pro-section {
  --fundadores-pro-section-solid-alt: color-mix(in srgb, var(--inicio-soft-strong) 62%, var(--inicio-bg));
  --public-section-curve-bg: var(--inicio-bg);
  --public-section-curve-prev-bg: var(--inicio-bg);
  --public-section-curve-height: clamp(36px, 4.6vw, 72px);
  --public-section-curve-width: 100%;
  --public-section-curve-x: 50%;
  --public-section-curve-y: 100%;
  position: relative;
  isolation: isolate;
  background: var(--inicio-bg);
}

.fundadores-pro-section:nth-of-type(even) {
  --public-section-curve-bg: var(--fundadores-pro-section-solid-alt);
  --public-section-curve-prev-bg: var(--inicio-bg);
  background: var(--fundadores-pro-section-solid-alt);
}

.fundadores-pro-section:nth-of-type(odd) {
  --public-section-curve-prev-bg: var(--fundadores-pro-section-solid-alt);
}

.fundadores-pro-section--split {
  --public-section-curve-bg: var(--public-section-solid-soft);
  --public-section-curve-prev-bg: var(--public-section-solid-soft);
  margin-top: -4px;
  background: var(--public-section-solid-soft);
}

.fundadores-pro-section__inner {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: clamp(48px, 7vw, 84px) clamp(18px, 5vw, 64px);
}

.fundadores-pro-section__header,
.fundadores-pro-copy,
.fundadores-pro-request__copy {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 760px;
}

.fundadores-pro-section__header {
  margin-bottom: 24px;
}

.fundadores-pro-section__header h2,
.fundadores-pro-copy h2,
.fundadores-pro-request__copy h2 {
  margin: 0;
  color: var(--inicio-text);
  font-size: clamp(1.9rem, 4vw, 2.65rem);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0;
}

.fundadores-pro-section__header p,
.fundadores-pro-copy p,
.fundadores-pro-request__copy p {
  margin: 0;
  color: var(--inicio-muted);
  font-size: 1.03rem;
  line-height: 1.65;
}

.fundadores-pro-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.fundadores-pro-copy--accent {
  padding: 24px;
  border: 1px solid color-mix(in srgb, var(--inicio-gold) 38%, var(--inicio-border));
  border-radius: 8px;
  background: var(--inicio-soft);
  box-shadow: var(--inicio-shadow);
}

.fundadores-pro-section--showcase {
  --public-section-curve-bg: var(--inicio-bg);
  --public-section-curve-prev-bg: var(--fundadores-pro-section-solid-alt);
  background: var(--inicio-bg);
}

.fundadores-pro-showcase {
  color: #ffffff;
  border: 1px solid color-mix(in srgb, var(--inicio-gold) 44%, rgba(255, 255, 255, 0.12));
  border-radius: 8px;
  background: rgba(11, 16, 35, 0.98);
  box-shadow: 0 28px 68px rgba(7, 12, 28, 0.32);
}

.fundadores-pro-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1fr);
  gap: 24px;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  align-items: center;
}

.fundadores-pro-showcase__content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fundadores-pro-showcase__kicker,
.fundadores-pro-offer__kicker {
  margin: 0;
  color: color-mix(in srgb, var(--inicio-gold) 88%, #ffffff 12%);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.fundadores-pro-section--offer {
  --public-section-curve-bg: var(--public-section-solid-support, rgba(11, 16, 35, 0.98));
  color: var(--public-section-solid-support-text, #ffffff);
  background: var(--public-section-solid-support, rgba(11, 16, 35, 0.98));
}

.fundadores-pro-section--offer .fundadores-pro-section__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(1.4rem, 2.4vw, 2rem);
}

.fundadores-pro-offer__header {
  width: min(760px, 100%);
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.fundadores-pro-offer__header h2 {
  margin: 0;
  color: color-mix(in srgb, var(--inicio-gold) 92%, #ffffff 8%);
  font-size: clamp(2rem, 3.8vw, 3.1rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: 0;
}

.fundadores-pro-offer__header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.65;
}

.fundadores-pro-showcase h2,
.fundadores-pro-offer h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: 0;
}

.fundadores-pro-showcase p,
.fundadores-pro-offer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.fundadores-pro-showcase__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.fundadores-pro-showcase__grid article {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.fundadores-pro-showcase__grid span {
  color: color-mix(in srgb, var(--inicio-gold) 84%, #ffffff 16%);
  font-size: 0.78rem;
  font-weight: 800;
}

.fundadores-pro-showcase__grid h3 {
  margin: 8px 0 6px;
  color: #ffffff;
  font-size: 1.15rem;
}

.fundadores-pro-section--can .fundadores-pro-section__header {
  align-items: center;
  max-width: none;
  text-align: center;
}

.fundadores-pro-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.fundadores-pro-feature {
  --fundadores-pro-feature-tone-base: var(--public-section-solid-support, rgba(11, 16, 35, 0.98));
  --fundadores-pro-feature-tone: color-mix(in srgb, var(--fundadores-pro-feature-tone-base) 84%, var(--inicio-blue) 16%);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 242px;
  padding: 0 20px 22px;
  border: 1px solid color-mix(in srgb, var(--fundadores-pro-feature-tone) 22%, var(--inicio-border));
  border-radius: 8px;
  background: var(--inicio-soft);
  box-shadow: var(--inicio-shadow);
}

.fundadores-pro-feature:nth-child(2) {
  --fundadores-pro-feature-tone: color-mix(in srgb, var(--fundadores-pro-feature-tone-base) 80%, var(--inicio-blue) 20%);
}

.fundadores-pro-feature:nth-child(3) {
  --fundadores-pro-feature-tone: color-mix(in srgb, var(--fundadores-pro-feature-tone-base) 76%, var(--inicio-blue) 24%);
}

.fundadores-pro-feature:nth-child(4) {
  --fundadores-pro-feature-tone: color-mix(in srgb, var(--fundadores-pro-feature-tone-base) 72%, var(--inicio-blue) 28%);
}

.fundadores-pro-feature h3 {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 66px;
  margin: 0 -20px 26px;
  padding: 15px 14px 17px;
  border-radius: 8px 8px 0 0;
  background: var(--fundadores-pro-feature-tone);
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.12;
}

.fundadores-pro-feature h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  width: 64px;
  height: 12px;
  background: var(--fundadores-pro-feature-tone);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
}

.fundadores-pro-feature ul,
.fundadores-pro-condition-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.fundadores-pro-feature li,
.fundadores-pro-condition-list li {
  position: relative;
  padding-left: 18px;
  color: var(--inicio-muted);
}

.fundadores-pro-feature li {
  font-size: 0.96rem;
  line-height: 1.42;
}

.fundadores-pro-feature li::before,
.fundadores-pro-condition-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--inicio-blue);
}

.fundadores-pro-offer {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(1rem, 2vw, 1.35rem);
  align-items: center;
  color: #ffffff;
}

.fundadores-pro-offer__content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 760px;
}

.fundadores-pro-offer__content .inicio-button {
  width: 75%;
  align-self: center;
}

.fundadores-pro-offer__content strong {
  display: block;
  color: #ffffff;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.08;
  font-weight: 700;
}

.fundadores-pro-offer__panel {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  padding: 24px;
  border: 1px solid color-mix(in srgb, var(--inicio-gold) 40%, rgba(255, 255, 255, 0.12));
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  text-align: center;
}

.fundadores-pro-offer__panel span {
  color: color-mix(in srgb, var(--inicio-gold) 84%, #ffffff 16%);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.fundadores-pro-offer__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.5rem;
}

.fundadores-pro-offer__price strong {
  color: #ffffff;
  font-size: clamp(3rem, 5vw, 4.1rem);
  line-height: 1;
}

.fundadores-pro-offer__price em {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

.fundadores-pro-offer__panel small {
  color: rgba(255, 255, 255, 0.66);
  font-weight: 700;
  line-height: 1.45;
}

.fundadores-pro-offer__list {
  display: grid;
  gap: 8px;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.fundadores-pro-offer__list li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.78);
}

.fundadores-pro-offer__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--inicio-gold);
}

.fundadores-pro-offer__feedback {
  grid-column: 1 / -1;
  display: grid;
  justify-items: center;
  gap: 6px;
  margin-top: clamp(22px, 4vw, 38px);
  text-align: center;
}

.fundadores-pro-offer__feedback strong {
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 900;
}

.fundadores-pro-offer__feedback p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  line-height: 1.55;
}

.fundadores-pro-conditions {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: start;
}

.fundadores-pro-condition-list {
  padding: 24px;
  border: 1px solid var(--inicio-border);
  border-radius: 8px;
  background: var(--inicio-soft);
  box-shadow: var(--inicio-shadow);
}

.fundadores-pro-section--request {
  --public-section-curve-bg: color-mix(in srgb, var(--inicio-bg) 74%, #ffffff);
  --public-section-curve-prev-bg: var(--fundadores-pro-section-solid-alt);
  background: color-mix(in srgb, var(--inicio-bg) 74%, #ffffff);
}

.fundadores-pro-section--faq {
  --fundadores-pro-faq-bg: color-mix(in srgb, var(--inicio-blue) 8%, var(--inicio-soft-strong));
  --public-section-curve-bg: var(--fundadores-pro-faq-bg);
  --public-section-curve-prev-bg: color-mix(in srgb, var(--inicio-bg) 74%, #ffffff);
  --public-footer-transition-bg: var(--fundadores-pro-faq-bg);
  background: var(--fundadores-pro-faq-bg);
}

.fundadores-pro-request {
  max-width: 860px;
  margin: 0 auto;
  text-align: left;
}

.fundadores-pro-request h2 {
  white-space: nowrap;
  text-align: center;
}

.fundadores-pro-request__open {
  display: flex;
  width: min(50%, 420px);
  min-width: 260px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

body.fundadores-pro-modal-open {
  overflow: hidden;
}

body.fundadores-pro-modal-open .fundadores-pro-section--request {
  z-index: 20;
}

.fundadores-pro-request-modal,
.fundadores-pro-thanks-modal {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.fundadores-pro-request-modal.is-visible,
.fundadores-pro-thanks-modal.is-visible {
  display: flex;
}

.fundadores-pro-request-modal__backdrop,
.fundadores-pro-thanks-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 10, 24, 0.64);
  backdrop-filter: blur(5px);
}

.fundadores-pro-request-modal__dialog,
.fundadores-pro-thanks-modal__dialog {
  position: relative;
  width: min(760px, 96vw);
  max-height: min(86vh, 760px);
  overflow: auto;
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--inicio-border);
  border-radius: 18px;
  background: var(--surface-default, #fff);
  color: var(--inicio-text);
  box-shadow: 0 28px 70px rgba(5, 10, 24, 0.28);
}

.fundadores-pro-thanks-modal__dialog {
  width: min(520px, 92vw);
  justify-items: center;
  gap: 20px;
  padding: clamp(32px, 6vw, 56px);
  text-align: center;
}

.fundadores-pro-request-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 4px;
}

.fundadores-pro-request-modal__header h3 {
  margin: 0;
  color: var(--inicio-text);
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.1;
}

.fundadores-pro-request-modal__header .inicio-section__eyebrow {
  margin-bottom: 6px;
}

.fundadores-pro-request-modal__close {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border: 1px solid var(--inicio-border);
  border-radius: 999px;
  background: var(--inicio-soft);
  color: var(--inicio-text);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
}

.fundadores-pro-request-modal__close:hover,
.fundadores-pro-request-modal__close:focus-visible {
  outline: 3px solid var(--inicio-blue-soft);
  border-color: var(--inicio-blue);
}

.fundadores-pro-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--inicio-border);
  border-radius: 8px;
  background: var(--inicio-soft);
  box-shadow: var(--inicio-shadow);
}

.fundadores-pro-request-modal .fundadores-pro-form {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.fundadores-pro-thanks-modal__dialog h3 {
  margin: 0;
  color: var(--inicio-text);
  font-size: clamp(2.2rem, 6vw, 3.8rem);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.fundadores-pro-thanks-modal__dialog p {
  max-width: 44ch;
  margin: 0;
  color: var(--inicio-muted);
  font-size: 1.08rem;
  line-height: 1.6;
}

.fundadores-pro-thanks-modal__dialog .inicio-button {
  min-width: 180px;
}

.fundadores-pro-form__trap {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.fundadores-pro-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.fundadores-pro-form select,
.fundadores-pro-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--inicio-border-strong);
  border-radius: 6px;
  background: var(--surface-default, var(--inicio-soft-strong));
  color: var(--inicio-text);
  font: inherit;
}

.fundadores-pro-form textarea {
  resize: vertical;
}

.fundadores-pro-form select:focus,
.fundadores-pro-form textarea:focus {
  border-color: var(--inicio-blue);
  outline: 3px solid var(--inicio-blue-soft);
}

.fundadores-pro-form .inicio-button {
  width: 100%;
}

.fundadores-pro-form__status {
  min-height: 22px;
  margin: 0;
  color: var(--inicio-muted);
  font-weight: 700;
}

.fundadores-pro-form__status.is-error {
  color: var(--status-error, #dc2626);
}

.fundadores-pro-form__status.is-success {
  color: var(--status-success, #0f9d58);
}

body.fundadores-pro-page .site-footer {
  padding-top: 56px;
  padding-bottom: 58px;
}

@media (max-width: 980px) {
  .fundadores-pro-hero {
    min-height: auto;
    padding-top: 164px;
  }

  .fundadores-pro-hero__inner,
  .fundadores-pro-split,
  .fundadores-pro-showcase,
  .fundadores-pro-offer,
  .fundadores-pro-conditions,
  .fundadores-pro-request {
    grid-template-columns: 1fr;
  }

  .fundadores-pro-hero__metrics {
    grid-template-columns: 1fr;
  }

  .fundadores-pro-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fundadores-pro-hero__panel {
    max-width: 460px;
  }
}

@media (max-width: 640px) {
  .fundadores-pro-header {
    background: rgba(5, 8, 18, 0.78);
  }

  .fundadores-pro-hero {
    padding: 146px 18px 44px;
  }

  .fundadores-pro-hero__title-text {
    font-size: 2.65rem;
  }

  .fundadores-pro-section__inner {
    padding: 42px 18px;
  }

  .fundadores-pro-showcase,
  .fundadores-pro-offer,
  .fundadores-pro-feature,
  .fundadores-pro-condition-list,
  .fundadores-pro-form {
    padding: 18px;
  }

  .fundadores-pro-form__row {
    grid-template-columns: 1fr;
  }

  .fundadores-pro-feature-grid {
    grid-template-columns: 1fr;
  }

  .fundadores-pro-feature {
    padding: 0 18px 18px;
  }
}
