/* ia-pme.html — dedicated landing page for AI/PME lead generation. Reuses
   .servicos-hero, .servicos-scope and .deliverables-grid from
   components.css wherever the shape already matches; only the genuinely
   new patterns (sprint offer card, hero trust line, disclaimer, checklist
   bullets, the lead form's two-column intro layout) get their own rules
   here. */

/* Hero reuses .assessoria-hero (dark card, two-column, real photography) —
   only the trust line and the "already have a project" note are new, and
   both need light-on-dark colors to sit inside that card. */
.ia-pme-hero__trust {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 20px;
}

.ia-pme-hero__note {
  max-width: 560px;
  margin-top: 24px;
  padding: 16px 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.ia-pme-hero__note p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.5;
}

/* --- Problema: simple checked list, dot bullets matching the site's
   existing .assessoria-hero__list technique. --- */
.ia-pme-problema__list {
  list-style: none;
  max-width: 620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ia-pme-problema__list li {
  position: relative;
  padding-left: 24px;
  color: var(--color-gray-text);
  font-size: 16px;
  line-height: 1.5;
}
.ia-pme-problema__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-purple);
}

/* --- 4-step "abordagem" grid: only differs from the default 3-col
   .deliverables-grid at wider viewports, so it never fights the shared
   mobile breakpoint in components.css (which resets .deliverables-grid to
   a single column below 900px regardless of this modifier). --- */
@media (min-width: 901px) {
  .deliverables-grid--4col {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* --- Oferta de entrada: AI Opportunity Sprint --- */
.ia-pme-sprint__card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  background: var(--color-dark);
  color: var(--color-white);
  border-radius: var(--radius-card);
  padding: 48px;
}
/* Same background image as the site's .cta section (contact-form block)
   and go.html's closing CTA — reused here so this offer reads as the same
   "ready to talk" surface, not a one-off card. */
.ia-pme-sprint__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.ia-pme-sprint__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ia-pme-sprint__content {
  position: relative;
  z-index: 1;
  flex: 1.2;
  min-width: 280px;
}
.ia-pme-sprint__content .social-landing__eyebrow {
  color: var(--color-purple);
}
.ia-pme-sprint__title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  font-family: var(--font-header);
  font-weight: 700;
  font-size: clamp(24px, 3vw, 32px);
  letter-spacing: -1px;
  margin-bottom: 16px;
}
.ia-pme-sprint__badge {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-pill);
  padding: 6px 14px;
}
.ia-pme-sprint__desc {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.55;
  max-width: 480px;
  margin-bottom: 28px;
}
.ia-pme-sprint__content .btn--dark {
  background: var(--color-purple);
}
.ia-pme-sprint__content .btn--dark .btn__icon {
  background: var(--color-white);
  color: var(--color-dark);
}
.ia-pme-sprint__content .btn--dark::before {
  background: var(--color-white);
}
.ia-pme-sprint__content .btn--dark:hover {
  color: var(--color-dark);
}

.ia-pme-sprint__includes {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 260px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 24px;
}
@media (min-width: 640px) {
  .ia-pme-sprint__includes {
    border-top: none;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 0;
    padding-left: 40px;
  }
}
.ia-pme-sprint__includes-label {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 16px;
}
.ia-pme-sprint__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ia-pme-sprint__list li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.4;
}
.ia-pme-sprint__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-purple);
}

.ia-pme-disclaimer {
  max-width: 680px;
  margin: 24px auto 0;
  padding: 0 24px;
  text-align: center;
  color: var(--color-gray-muted);
  font-size: 12px;
  line-height: 1.6;
}

/* --- Porque a Sixfold: text + real team photo, so the differentiation
   claims (design and tech under one roof, workshops before implementation)
   land next to a human face instead of another block of prose. --- */
.ia-pme-porque {
  display: flex;
  align-items: center;
  gap: 56px;
}
.ia-pme-porque__text {
  flex: 1.1;
  min-width: 280px;
}
.ia-pme-porque__text .servicos-scope__heading {
  text-align: left;
}
.ia-pme-porque__media {
  flex: 1;
  min-width: 260px;
  border-radius: var(--radius-card);
  overflow: hidden;
}
.ia-pme-porque__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
@media (max-width: 900px) {
  .ia-pme-porque {
    flex-direction: column-reverse;
    gap: 32px;
  }
}

.ia-pme-porque__list {
  list-style: none;
  margin: 24px 0 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}
.ia-pme-porque__list li {
  position: relative;
  padding-left: 24px;
  color: var(--color-gray-text);
  font-size: 15px;
  line-height: 1.5;
}
.ia-pme-porque__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-purple);
}
.ia-pme-porque__quote {
  font-family: var(--font-header);
  font-weight: 600;
  font-size: clamp(18px, 2.2vw, 22px);
  letter-spacing: -0.5px;
  line-height: 1.4;
  color: var(--color-dark);
}

/* --- Formulário --- */
.ia-pme-form-layout {
  display: flex;
  gap: 64px;
  align-items: flex-start;
}
.ia-pme-form-intro {
  flex: 1;
  min-width: 280px;
  position: sticky;
  top: 120px;
}
.ia-pme-form-intro .servicos-scope__heading,
.ia-pme-form-intro .servicos-scope__lede {
  text-align: left;
}
.ia-pme-form {
  flex: 1.3;
  min-width: 0;
}
@media (max-width: 900px) {
  .ia-pme-form-layout {
    flex-direction: column;
    gap: 32px;
  }
  .ia-pme-form-intro {
    position: static;
  }
}
