/* Parceiros — page styles
   Topbar + footer + forms reusam o pattern da home/sobre. */

/* ── TOPBAR ── */
.topbar--home { position: sticky; top: 0; z-index: 100; background: #080808; border-bottom: 0; filter: drop-shadow(0 4px 2px rgba(0,0,0,.3)); }
.topbar--home .topbar__inner { display: flex; align-items: center; justify-content: space-between; height: 80px; max-width: 1280px; margin: 0 auto; padding: 8px 54px; gap: 16px; }
.topbar--home .topbar__brand img { height: 23px; width: 189px; display: block; }
.topbar__nav { display: flex; align-items: center; gap: 16px; height: 42px; }
.topbar__nav-item { display: inline-flex; align-items: center; gap: 8px; padding: 10px 12px; border-radius: 10px; font-family: var(--font-sans); font-weight: 800; font-size: 16px; line-height: 22px; color: #f7f7f7; background: none; border: 0; cursor: pointer; text-decoration: none; white-space: nowrap; transition: background .15s; }
.topbar__nav-item:hover { background: rgba(255,255,255,.08); color: #f7f7f7; }
.topbar__nav-item.is-active { background: rgba(167,62,249,.25); color: #f7f7f7; }
.topbar__nav-item .material-icons { font-size: 12px; line-height: 1; }
.topbar__nav-item--shadowban { background: linear-gradient(116.77deg, #f741f7 0.88%, #a73ef9 50.44%, #3c6dfa 100%); filter: drop-shadow(0 4px 2px rgba(0,0,0,.25)); }
.topbar__nav-item--shadowban:hover { background: linear-gradient(116.77deg, #f741f7 0.88%, #a73ef9 50.44%, #3c6dfa 100%); filter: drop-shadow(0 6px 12px rgba(247,65,247,.45)); color: #f7f7f7; }
.topbar__flag { width: 22px; height: 14px; object-fit: cover; display: block; border-radius: 2px; }
.topbar--home .topbar__burger { display: none; background: none; border: 0; color: #f7f7f7; padding: 8px; cursor: pointer; }
@media (max-width: 1199px) {
  .topbar--home .topbar__nav { display: none; }
  .topbar--home .topbar__burger { display: inline-flex; }
  .topbar--home .topbar__inner { padding: 8px 24px; }
}
.topbar__mobile[hidden] { display: none; }
.topbar__mobile { display: flex; flex-direction: column; gap: var(--space-2); padding: var(--space-4) var(--container-pad-x) var(--space-6); background: #080808; border-top: 1px solid var(--color-divider); }
.topbar__mobile a { color: var(--color-text); text-decoration: none; padding: var(--space-3); font-size: var(--fs-h5); font-weight: 800; border-radius: var(--radius-md); }
.topbar__mobile a:hover { background: var(--color-divider); }

.text-green { color: #97ff7d; }

/* ── HERO (Figma 4481:2895 — bg radial azul/roxo, h1 48 center, CTA branco) ── */
.parc-hero {
  background:
    radial-gradient(ellipse 60% 60% at 50% 25%, rgba(36, 65, 150, 1) 0%, rgba(36, 65, 150, 1) 41%, rgba(30, 50, 117, 1) 55%, rgba(24, 35, 84, 1) 70%, rgba(18, 19, 50, 1) 85%, rgba(15, 12, 34, 1) 92%, rgba(12, 4, 17, 1) 100%);
  background-color: #0c0411;
  padding: 48px 120px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  justify-content: center;
  min-height: 752px;
}
.parc-hero__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
  max-width: 1040px;
  width: 100%;
}
.parc-hero__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}
.parc-hero__text h1 {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
  width: 704px;
  max-width: 100%;
  margin: 0;
}
.parc-hero__text p {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #f7f7f7;
  max-width: 704px;
  margin: 0;
}
.parc-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 48px;
  padding: 10px 40px;
  background: #f7f7f7;
  color: #1a1a1a;
  border-radius: 8px;
  text-decoration: none;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  transition: filter .15s, transform .15s;
}
.parc-hero__cta:hover { filter: brightness(1.05); transform: translateY(-1px); color: #1a1a1a; }
.parc-hero__cta .material-icons { font-size: 24px; line-height: 1; color: #1a1a1a; }

@media (max-width: 1199px) { .parc-hero { padding: 48px 24px; min-height: 0; } .parc-hero__text h1 { font-size: 36px; line-height: 44px; } }
@media (max-width: 639px) { .parc-hero__text h1 { font-size: 28px; line-height: 36px; } }

/* ── TESTIMONIALS (Figma 4307:18239) ── */
.parc-testimonials {
  background: var(--color-bg);
  padding: 64px 120px;
}
.parc-testimonials__inner {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.parc-testimonials__title {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 30px;
  line-height: 38px;
  color: #f7f7f7;
  margin: 0;
}

.parc-profile {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
}
.parc-profile--reverse { /* HTML já tem [image, text]; sem inverter via CSS */ }

.parc-profile__text {
  flex: 1 0 0;
  min-width: 0;
  background: #210c32;
  padding: 32px 54px;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  border-radius: 12px 0 0 12px;
}
.parc-profile--reverse .parc-profile__text { border-radius: 0 12px 12px 0; }
.parc-profile__quote { width: 16.5px; height: 16.15px; flex-shrink: 0; margin-top: 4px; }
.parc-profile__body { flex: 1 0 0; display: flex; flex-direction: column; gap: 22px; }
.parc-profile__body p {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #f7f7f7;
  margin: 0;
}
.parc-profile__author { margin-top: 0; padding: 0; }
.parc-profile__author strong {
  display: block;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  color: #f7f7f7;
}
.parc-profile__author span {
  display: block;
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #f7f7f7;
}

.parc-profile__image {
  width: 400px;
  height: 400px;
  flex-shrink: 0;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.parc-profile__image--play::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .15);
}
.parc-profile__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  z-index: 1;
  transition: transform .15s, background .15s;
}
.parc-profile__play:hover { transform: translate(-50%, -50%) scale(1.1); background: #ffffff; }
.parc-profile__play .material-icons { font-size: 36px; line-height: 1; margin-left: 4px; }

@media (max-width: 1023px) {
  .parc-testimonials { padding: 48px 24px; }
  .parc-profile, .parc-profile--reverse { flex-direction: column; min-height: 0; }
  .parc-profile__text { border-radius: 12px 12px 0 0 !important; padding: 32px; }
  .parc-profile__image { width: 100%; border-radius: 0 0 12px 12px; height: 320px; }
  .parc-profile--reverse .parc-profile__image { order: -1; border-radius: 12px 12px 0 0; }
  .parc-profile--reverse .parc-profile__text { border-radius: 0 0 12px 12px !important; }
}

/* ── BRANDS (Figma 4468:3420 — pad 20 top, sides 120) ── */
.parc-brands {
  background: var(--color-bg);
  padding: 20px 120px 56px;
}
.parc-brands__inner {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
.parc-brands__dots {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.parc-brands__dots .material-icons {
  font-size: 14px;
  color: rgba(247, 65, 247, .5);
}
.parc-brands__dots .material-icons:first-child { color: #f741f7; }
.parc-brands__title {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 30px;
  line-height: 38px;
  color: #f7f7f7;
  margin: 0;
  text-align: center;
  max-width: 643px;
}
.parc-brands__sub {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #f7f7f7;
  margin: 0;
  text-align: center;
  max-width: 1040px;
}
.parc-brands__logos {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.parc-brands__logos img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 1023px) { .parc-brands { padding: 20px 24px 48px; } }

/* ── FORMS (igual home) ── */
.forms { padding: 60px 120px 54px; background: var(--color-bg); }
.forms__inner { display: flex; align-items: center; justify-content: center; gap: 48px; max-width: 1040px; margin: 0 auto; }
.forms__single { width: 430px; flex-shrink: 0; display: flex; flex-direction: column; gap: 24px; align-self: stretch; }
.forms__lead { flex: 1 0 0; min-width: 0; display: flex; flex-direction: column; gap: 24px; align-self: stretch; }
.forms__heading { display: flex; flex-direction: column; gap: 4px; }
.forms__heading h3 { font-family: var(--font-sans); font-weight: 800; font-size: 30px; line-height: 38px; color: #f7f7f7; margin: 0; }
.forms__heading p { font-family: var(--font-sans); font-weight: 400; font-size: 18px; line-height: 24px; color: #f7f7f7; margin: 0; }
.forms__channels { display: flex; flex-direction: column; gap: 16px; flex: 1 0 0; list-style: none; padding: 0; margin: 0; }
.contact-box { background: rgba(255,255,255,.05); border: 1px solid #f741f7; border-radius: 12px; padding: 16px 20px; display: flex; gap: 24px; align-items: center; flex: 1 0 0; }
.contact-box__icon { font-family: 'Material Icons'; font-size: 24px; color: #f741f7; line-height: 1; flex-shrink: 0; width: 29px; text-align: center; }
.contact-box__text { flex: 1 0 0; display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.contact-box__text strong { font-family: var(--font-sans); font-weight: 800; font-size: 20px; line-height: 28px; color: #f7f7f7; }
.contact-box__text a, .contact-box__text span { font-family: var(--font-sans); font-weight: 400; font-size: 16px; line-height: 22px; color: #f7f7f7; text-decoration: none; }
.contact-box__text a:hover { color: #f741f7; }
.contact-box__text small { font-family: var(--font-sans); font-weight: 400; font-size: 12px; line-height: 16px; color: #f7f7f7; }

.lead-form { background: rgba(255,255,255,.05); border: 1px solid #f741f7; border-radius: 12px; padding: 20px; display: flex; flex-direction: column; gap: 29px; align-items: center; justify-content: center; flex: 1 0 0; }
.lead-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; width: 100%; }
.lead-form__grid > input, .lead-form__input-icon { background: rgba(134, 50, 199, .2); border: 0.4px solid #666666; border-radius: 8px; padding: 11px 12px; font-family: var(--font-sans); font-weight: 400; font-size: 14px; line-height: 20px; color: #f7f7f7; width: 100%; outline: none; transition: border-color .15s; }
.lead-form__grid > input::placeholder { color: #808080; }
.lead-form__grid > input:focus, .lead-form__input-icon:focus-within { border-color: #f741f7; }
.lead-form__input-icon { display: flex; align-items: center; gap: 10px; padding: 0; }
.lead-form__input-icon .material-icons { margin-left: 12px; font-size: 14px; color: #f7f7f7; line-height: 1; }
.lead-form__input-icon input { flex: 1 0 0; background: transparent; border: 0; padding: 11px 12px 11px 0; font-family: var(--font-sans); font-weight: 400; font-size: 14px; line-height: 20px; color: #f7f7f7; outline: none; }
.lead-form__input-icon input::placeholder { color: #808080; }
.lead-form__row { display: flex; gap: 16px; width: 100%; }
.lead-form__radios { border: 0; padding: 0; margin: 0; display: grid; grid-template-rows: auto auto; gap: 8px; flex: 1 0 0; width: 100%; }
.lead-form__radios > legend { grid-row: 1; font-family: var(--font-sans); font-weight: 400; font-size: 14px; line-height: 20px; color: #ebebeb; }
.lead-form__radios > label { grid-row: 2; display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-sans); font-weight: 400; font-size: 14px; line-height: 20px; color: #ebebeb; cursor: pointer; }
.lead-form__radios > label:nth-of-type(1) { grid-column: 1; }
.lead-form__radios > label:nth-of-type(2) { grid-column: 2; }
.lead-form__radios > label:nth-of-type(3) { grid-column: 3; }
.lead-form__radios input[type=radio], .lead-form__radios input[type=checkbox] { appearance: none; width: 18px; height: 18px; background: #333; border: 1px solid #595959; border-radius: 4px; cursor: pointer; }
.lead-form__radios input[type=radio]:checked, .lead-form__radios input[type=checkbox]:checked { background: #f741f7; border-color: #f741f7; }
.lead-form__select { background: rgba(255,255,255,.1); border: 1px solid rgba(247,247,247,.3); border-radius: 10px; padding: 10px 12px; display: flex; align-items: center; justify-content: space-between; gap: 8px; width: 100%; font-family: var(--font-sans); font-weight: 400; font-size: 14px; line-height: 20px; color: #f7f7f7; cursor: pointer; transition: background .15s; }
.lead-form__select:hover { background: rgba(255,255,255,.15); }
.lead-form__select .material-icons { font-size: 16px; line-height: 1; }
.lead-form__submit { background: linear-gradient(142.13deg, #f741f7 0.88%, #a73ef9 50.44%, #3c6dfa 100%); border: 0; border-radius: 8px; padding: 10px 16px; width: 100%; height: 44px; font-family: var(--font-sans); font-weight: 800; font-size: 16px; line-height: 22px; color: #f9f1ff; cursor: pointer; transition: transform .15s, box-shadow .15s; }
.lead-form__submit:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(247,65,247,.35); }

@media (max-width: 1023px) {
  .forms { padding: 48px 24px; }
  .forms__inner { flex-direction: column; gap: 32px; }
  .forms__single, .forms__lead { width: 100%; max-width: 562px; margin: 0 auto; }
  .lead-form__grid { grid-template-columns: 1fr; }
  .lead-form__row { flex-direction: column; }
}

/* ── FOOTER (igual home/sobre) ── */
.footer { position: relative; background: #642595; padding: 44px 0 0; border-top: 0; margin-top: 0; }
.footer__top-btn { position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); width: 40px; height: 40px; border-radius: 28px; background: linear-gradient(90deg, #3c6dfa 0%, #f741f7 60.075%); display: inline-flex; align-items: center; justify-content: center; color: #edf4f9; text-decoration: none; z-index: 2; transition: transform .15s; }
.footer__top-btn:hover { transform: translate(-50%, -55%); color: #edf4f9; }
.footer__top-btn .material-icons { font-size: 26px; line-height: 1; }
.footer__inner { display: flex; flex-direction: column; gap: 44px; padding: 0 54px; }
.footer__brand-row { display: flex; align-items: center; justify-content: space-between; padding: 24px 0; border-bottom: 2px solid #8632c7; gap: 24px; }
.footer__brand-left { display: flex; align-items: center; gap: 24px; }
.footer__logo { width: 150px; height: 64px; object-fit: contain; }
.footer__cta { display: inline-flex; align-items: center; gap: 12px; height: 48px; padding: 16px 24px; border-radius: 12px; background: linear-gradient(90deg, #3c6dfa 0%, #f741f7 60.075%); color: #f7f7f7; text-decoration: none; font-family: var(--font-display); font-weight: 400; font-size: 24px; line-height: 32px; width: 239px; white-space: nowrap; justify-content: center; transition: transform .15s, box-shadow .15s; }
.footer__cta:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(247,65,247,.4); color: #f7f7f7; }
.footer__cta .material-icons { font-size: 24px; line-height: 1; }
.footer__social { display: flex; align-items: center; justify-content: space-between; gap: 0; list-style: none; padding: 0; margin: 0; width: 288px; }
.footer__social a { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; background: none; transition: transform .15s; }
.footer__social a:hover { transform: scale(1.1); background: none; }
.footer__social img { width: 36px; height: 36px; }
.footer__cols { display: flex; gap: 44px; align-items: stretch; }
.footer__col { flex: 1 0 0; background: #431964; padding: 24px; border-radius: 12px; display: flex; flex-direction: column; gap: 8px; }
.footer__col h4 { font-family: var(--font-sans); font-weight: 800; font-size: 18px; line-height: 24px; color: #f741f7; margin: 0; padding: 10px 16px; }
.footer__col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0; }
.footer__col a { display: inline-flex; align-items: center; gap: 4px; font-family: var(--font-sans); font-weight: 400; font-size: 16px; line-height: 22px; color: #f7f7f7; text-decoration: none; padding: 10px 12px; border-radius: 10px; transition: background .15s; }
.footer__col a:hover { background: rgba(255,255,255,.08); color: #f7f7f7; }
.footer__col-link-icon .material-icons { font-size: 18px; line-height: 18px; }
.footer__copyright { background: #431964; padding: 24px 16px 44px; margin-top: 44px; }
.footer__copyright p { font-family: var(--font-sans); font-weight: 400; font-size: 12px; line-height: 16px; color: #f7f7f7; text-align: center; margin: 0; }

@media (max-width: 1023px) {
  .footer__inner { padding: 0 24px; }
  .footer__brand-row { flex-direction: column; align-items: flex-start; gap: 16px; }
  .footer__brand-left { flex-wrap: wrap; }
  .footer__cols { flex-direction: column; }
}
@media (max-width: 539px) {
  .footer__brand-left { flex-direction: column; align-items: flex-start; }
  .footer__cta { width: 100%; max-width: 239px; }
}
