/* ==========================================================================
   consultoria-google-ads/style.css
   Overrides e estilos específicos da LP /consultoria-google-ads
   (base de estilos: /apps/style.css)
   Padrão visual herdado de /apps-para-empresas — apenas pequenos ajustes
   para o grid de processo em 4 colunas, textarea e CTA final com micro-copy.
   ========================================================================== */

/* ─── Header sticky (override de cor fora da identidade) ──────────────────── */
.sticky-header {
  background: rgba(41, 24, 88, .92) !important; /* #291858 brand */
  border-bottom: 1px solid rgba(220, 252, 23, .12);
}

/* Sticky logo — sempre horizontal completo em todas as larguras
   (override do collapse-to-icon em mobile herdado de /apps/style.css). */
.sticky-header .sticky-logo__icon,
.sticky-header.visible .sticky-logo__icon { display: none !important; }
.sticky-header .sticky-logo__full,
.sticky-header.visible .sticky-logo__full { display: block !important; }

/* ─── Eyebrow canônico (vem do design-system/styleguide.html) ─────────────── */
.eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}
.eyebrow--purple { color: #6941C6; }
.eyebrow--lime { color: #DCFC17; }

/* ─── Botões CTA inline (override de .btn--yellow width:100% do base) ────── */
.why-us-inner .btn--yellow,
.process-cta .btn--yellow,
.faq-cta .btn--yellow,
.final-cta-card .btn--yellow {
  width: auto !important;
  padding: 14px 32px !important;
  border-radius: 10px;
  font-size: 15px;
  display: inline-block;
}

.process-cta,
.faq-cta {
  text-align: center;
  margin-top: 40px;
}

/* ─── Hero ───────────────────────────────────────────────────────────────── */
.hero {
  background: #291858;
  padding: 24px 0 0;
  position: relative;
  overflow: hidden;
}
.hero::before {
  display: none !important;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: url('/img/fundo%20servidor.webp') center/cover no-repeat;
  z-index: 0;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(41, 24, 88, .94);
  z-index: 1;
  pointer-events: none;
}
.hero-nav,
.hero-body {
  position: relative;
  z-index: 2;
}
.hero-nav { padding: 0 0 8px; }
.hero-body { padding: 32px 0 0; }

.hero-eyebrow {
  color: #DCFC17;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 1.2;
  margin-bottom: 12px;
}
.hero-title {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 20px;
}
.hero-desc {
  color: rgba(255, 255, 255, .88);
  font-size: 1rem;
  line-height: 1.65;
  max-width: 560px;
  margin-bottom: 28px;
}
.hero-left { max-width: 600px; }
.hero-right { flex-shrink: 0; }

/* ─── Hero: pills de valor ─────────────────────────────────────────────────── */
.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(220, 252, 23, .35);
  border-radius: 999px;
  background: rgba(220, 252, 23, .06);
  color: #fff;
  font-size: .85rem;
  font-weight: 500;
}
.hero-pill i {
  color: #DCFC17;
  font-size: .85rem;
}

/* ─── Proof Strip ────────────────────────────────────────────────────────── */
.proof-strip {
  background: #291858;
  padding: 40px 0 64px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.proof-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: center;
  max-width: 760px;
  margin: 0 auto;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 20px;
  padding: 22px 32px;
  box-shadow: none;
}
.proof-strip-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
  position: relative;
}
.proof-strip-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -12px;
  top: 18%;
  height: 64%;
  width: 1px;
  background: rgba(220, 252, 23, .18);
}
.proof-strip-num {
  font-size: 1.9rem;
  font-weight: 800;
  color: #DCFC17;
  line-height: 1.05;
  letter-spacing: -.02em;
}
.proof-strip-label {
  font-size: .82rem;
  color: rgba(255, 255, 255, .72);
  font-weight: 500;
  line-height: 1.35;
}

/* ─── Dor / Problema ───────────────────────────────────────────────────────── */
.pain {
  background: #faf8fd;
  padding: 80px 0;
}
.pain-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.pain-heading {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}
.pain-heading h2 {
  font-size: 2rem;
  color: #101828;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 24px;
}
.pain-heading p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #344054;
  margin-bottom: 16px;
}
.pain-heading p:last-child { margin-bottom: 0; }
.pain-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pain-card {
  position: relative;
  overflow: hidden;
  min-height: 218px;
  padding: 24px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #eaecf0;
  box-shadow: 0 4px 14px rgba(16, 24, 40, .04);
  text-align: left;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.pain-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #DCFC17;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.pain-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(43, 29, 86, .08);
  border-color: rgba(105, 65, 198, .22);
}
.pain-card:hover::before { transform: scaleX(1); }
.pain-card-marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: #f4ebff;
  color: #6941c6;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}
.pain-card h3 {
  color: #101828;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 10px;
}
.pain-card p {
  color: #344054;
  font-size: .9rem;
  line-height: 1.7;
  margin: 0;
}

/* ─── Solução / Cenários ──────────────────────────────────────────────────── */
.scenarios {
  background: #fff;
  padding: 80px 0;
}
.section-title {
  text-align: center;
  font-size: 2rem;
  color: #101828;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 16px;
}
.scenarios-intro {
  text-align: center;
  color: #667085;
  font-size: 1rem;
  max-width: 640px;
  margin: 0 auto 48px;
  line-height: 1.6;
}
.scenario-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.scenario-card {
  background: #ffffff;
  border: 1px solid rgba(105, 65, 198, .14);
  border-radius: 12px;
  padding: 32px 24px;
  position: relative;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  box-shadow: 0 4px 14px rgba(16, 24, 40, .04);
}
.scenario-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: #DCFC17;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
  border-radius: 12px 12px 0 0;
}
.scenario-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(43, 29, 86, .08);
  border-color: rgba(105, 65, 198, .22);
}
.scenario-card:hover::before { transform: scaleX(1); }
.scenario-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #f4ebff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.scenario-card h3 {
  color: #101828;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 10px;
}
.scenario-card p {
  color: #475467;
  font-size: .9rem;
  line-height: 1.6;
  margin: 0;
}

/* ─── Diagnóstico — diferenciação + contato ─────────────────────────────────── */
.why-us {
  background: #291858;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.why-us::before { display: none; }
.why-us .container { position: relative; z-index: 1; }
.why-us-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  gap: 56px;
  align-items: center;
}
.why-us-copy {
  text-align: left;
}
.why-us-inner h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 18px;
}
.why-us-subtitle {
  max-width: 620px;
  color: rgba(255, 255, 255, .72);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 32px;
}
.why-us-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
  max-width: 660px;
}
.why-us-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, .9);
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 500;
}
.why-us-list li::before {
  content: '✓';
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(220, 252, 23, .18);
  color: #DCFC17;
  font-size: 11px;
  font-weight: 800;
  line-height: 24px;
  text-align: center;
  margin-top: 1px;
}
.why-us-form .form-card {
  margin-top: 0;
}

/* ─── CTA final ───────────────────────────────────────────────────────────── */
.final-cta {
  background: linear-gradient(145deg, #291858 0%, #1e1347 100%);
  padding: 80px 0;
}
.final-cta-card {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  padding: 48px 40px;
  background: linear-gradient(145deg, rgba(80, 57, 140, .2), rgba(41, 24, 88, .35));
  border: 1px solid rgba(220, 252, 23, .2);
  border-radius: 20px;
}
.final-cta-card h2 {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 18px;
}
.final-cta-card > p {
  color: rgba(255, 255, 255, .82);
  font-size: 1.02rem;
  line-height: 1.6;
  margin-bottom: 28px;
}
.final-cta-card .btn { display: inline-block; }
.final-cta-card .final-cta-micro {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: .82rem;
  letter-spacing: .04em;
  color: rgba(220, 252, 23, .78);
  font-weight: 600;
}

/* ─── Overrides de tokens herdados de /apps/style.css ─────────────────────── */
.process, .faq, .footer { background: #faf8fd; }
.process { padding: 80px 0; }
.faq { padding: 80px 0; }
.process-title,
.faq-title {
  font-size: 2rem !important;
  font-weight: 700;
  color: #101828;
  line-height: 1.25;
  text-align: center;
}
.faq-title { margin-bottom: 40px; }
.process-subtitle {
  font-size: 1rem;
  color: #667085;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 48px;
  padding: 0;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.form-card { border-radius: 20px; }

/* ─── FAQ canônico — <details>/<summary> ──────────────────────────────────── */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq-item {
  border: 1px solid #eaecf0;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
  transition: border-color .18s ease;
}
.faq-item[open] {
  border-color: rgba(105, 65, 198, .22);
}
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #101828;
  cursor: pointer;
  list-style: none;
  gap: 12px;
}
.faq-question::-webkit-details-marker { display: none; }
.faq-question::after {
  content: '+';
  font-size: 20px;
  font-weight: 400;
  color: #6941C6;
  flex-shrink: 0;
  transition: transform .2s ease;
}
details[open] > .faq-question::after {
  transform: rotate(45deg);
}
.faq-answer {
  padding: 0 20px 18px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  color: #344054;
  line-height: 1.7;
}
.faq-answer p { margin: 0; }

/* ─── Form: textarea + label opcional ─────────────────────────────────────── */
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  font-size: 14px;
  font-family: 'Manrope', sans-serif;
  color: #344054;
  background: #fff;
  outline: none;
  min-height: 88px;
  resize: vertical;
  transition: border-color .2s, box-shadow .2s;
}
.form-group textarea:focus {
  border-color: #DCFC17;
  box-shadow: 0 0 0 3px rgba(220, 252, 23, .2), 0 0 14px rgba(220, 252, 23, .12);
}
.form-group .label-optional {
  color: #98A2B3;
  font-weight: 500;
  font-size: .82em;
  margin-left: 4px;
}

/* ─── Responsivo ──────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .process-grid--4 { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (max-width: 900px) {
  .proof-strip-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .proof-strip-item::after { display: none; }
  .proof-strip-num { font-size: 1.6rem; }
  .pain-cards, .scenario-cards { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 768px) {
  .pain, .scenarios, .why-us, .faq, .final-cta { padding: 56px 0; }
  .why-us-inner { grid-template-columns: 1fr; gap: 32px; }
  .why-us-copy { text-align: center; }
  .why-us-subtitle, .why-us-list { margin-left: auto; margin-right: auto; }
  .pain-heading h2, .section-title, .why-us-inner h2 { font-size: 1.6rem; }
  .pain-heading { margin-bottom: 32px; }
  .pain-card { min-height: 0; padding: 20px; }
  .final-cta-card { padding: 36px 24px; }
  .final-cta-card h2 { font-size: 1.5rem; }
  .why-us-inner h2 { font-size: 1.5rem; }
  .process-grid--4 { grid-template-columns: 1fr !important; }
  .proof-strip { padding: 32px 0 40px; }
  .proof-strip-num { font-size: 1.3rem; }
}

@media (max-width: 480px) {
  .proof-strip-grid { grid-template-columns: 1fr; gap: 16px; }
  .proof-strip-item::after { display: none !important; }
}
