/* Serviços — page styles (Figma 4309:16944) */

/* ── 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); }

/* ── HERO (Figma 4309:16973 — bg radial roxo escuro, h1 48 center) ── */
.svc-hero {
  background:
    radial-gradient(ellipse 60% 60% at 50% 25%, rgba(67, 25, 100, 1) 0%, rgba(67, 25, 100, 1) 41%, rgba(60, 23, 90, 1) 55%, rgba(40, 17, 65, 1) 70%, rgba(25, 12, 42, 1) 85%, rgba(15, 8, 28, 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;
}
.svc-hero__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
  max-width: 1040px;
  width: 100%;
}
.svc-hero__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}
.svc-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;
}
.svc-hero__text p {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #f7f7f7;
  max-width: 704px;
  margin: 0;
}
.svc-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;
}
.svc-hero__cta:hover { filter: brightness(1.05); transform: translateY(-1px); color: #1a1a1a; }
.svc-hero__cta .material-icons { font-size: 24px; line-height: 1; color: #1a1a1a; }

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

/* ── BOXTEXT GRID — 12 CARDS (Figma 4320:2289) ── */
.svc-grid {
  background: var(--color-bg);
  padding: 32px 120px 56px;
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: center;
}
.svc-grid__list {
  display: grid;
  grid-template-columns: repeat(4, 250px);
  gap: 36px 13px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  width: 100%;
}
.svc-card {
  position: relative;
  width: 250px;
  background: rgba(12, 4, 17, .4);
  border: 1px solid #f741f7;
  border-radius: 12px;
  padding: 40px 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  text-align: center;
}
.svc-card__icon {
  position: absolute;
  left: 50%;
  top: -28px;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  border-radius: 90px;
  background: #3c6dfa;
  color: #f7f7f7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Material Icons';
  font-size: 32px;
  line-height: 1;
}
.svc-card h3 {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  color: #f7f7f7;
  margin: 0;
}
.svc-card p {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #f7f7f7;
  margin: 0;
}
.svc-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
  width: 100%;
}
.svc-card ul li {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #f7f7f7;
}
.svc-card ul li::before { content: "• "; color: #f741f7; margin-right: 2px; }

.svc-grid__dots {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.svc-grid__dots .material-icons {
  font-size: 14px;
  color: rgba(247, 65, 247, .5);
}
.svc-grid__dots .material-icons:first-child { color: #f741f7; }

@media (max-width: 1199px) { .svc-grid { padding: 32px 24px 56px; } .svc-grid__list { grid-template-columns: repeat(2, 250px); } }
@media (max-width: 599px) { .svc-grid__list { grid-template-columns: 250px; } }

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