:root {
  --ceon-green: #16883f;
  --ceon-green-hover: #117536;
}

/* Direção tipográfica editorial: o contraste vem da forma, não de mais efeitos. */
.hero h1,
.contact h2 { max-width: 1180px; }
.hero h1 span,
.contact h2 span,
.aboutLead span,
.processIntro h2 span {
  color: #f7f8fb !important;
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.055em;
  text-shadow: none !important;
}
.heroFooter > p { max-width: 620px; }

/* Dois caminhos de conversão, com WhatsApp reconhecível sem copiar o botão oficial. */
.headerQuoteLink {
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
}
.siteHeader .headerButton,
.contactChoiceWhatsapp {
  color: #fff !important;
  background: var(--ceon-green) !important;
  border-color: var(--ceon-green) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}
.siteHeader .headerButton:hover,
.contactChoiceWhatsapp:hover { background: var(--ceon-green-hover) !important; }
.contactChoiceWhatsapp small {
  margin-left: auto;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .05em;
  opacity: .8;
}
.contactChoicePrimary { box-shadow: none !important; }

/* O projeto ativo revela intenção e valor, não somente uma captura de tela. */
.projectCarouselTrack .project.isActive h2 {
  color: #f7f8fb;
  text-shadow: none;
}
.projects[data-carousel-ready] {
  background: #090b10 !important;
}
.projects[data-carousel-ready]::after { display: none !important; }
.projectCarouselTrack .projectInfo { background: rgba(5, 7, 11, .82); }
.projectCarouselTrack .project h2 {
  font-family: var(--font-space-grotesk), Arial, sans-serif !important;
  font-style: normal;
}

/* A prova fica factual e aberta, sem aparência de cards genéricos. */
.proofGrid strong { color: #f7f8fb; }
.proofGrid div:nth-child(2) { transform: translateY(18px); }
.proofGrid div:nth-child(3) { transform: translateY(36px); }

.pricing {
  padding: clamp(96px, 12vw, 168px) 0;
  color: #f7f8fb;
  background: #3157f6;
}
.pricingGrid {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(540px, 1.18fr);
  gap: clamp(64px, 9vw, 150px);
}
.pricingIntro { position: sticky; top: 50px; align-self: start; }
.pricingIntro > p:first-child {
  margin: 0 0 42px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
}
.pricingIntro h2 {
  margin: 0;
  font-family: var(--font-space-grotesk), Arial, sans-serif;
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 600;
  line-height: .96;
  letter-spacing: -.06em;
}
.pricingIntro h2 span {
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: 400;
}
.pricingNote { max-width: 430px; margin: 38px 0 30px; color: rgba(255,255,255,.76); font-size: 14px; line-height: 1.65; }
.pricingIntro > a {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  padding: 15px 20px;
  color: #101115;
  background: #f7f8fb;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}
.pricingList { border-top: 1px solid rgba(255,255,255,.55); }
.pricingList article {
  display: grid;
  grid-template-columns: 48px minmax(210px, 1fr) minmax(210px, .8fr);
  gap: 18px;
  min-height: 132px;
  padding: 26px 0;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.55);
}
.pricingList article:nth-child(even) { padding-left: clamp(0px, 3vw, 42px); }
.pricingList article > span { align-self: start; padding-top: 8px; color: rgba(255,255,255,.62); font-size: 10px; }
.pricingList h3 { margin: 0; font-size: clamp(22px, 2.3vw, 32px); font-weight: 550; line-height: 1.05; letter-spacing: -.035em; }
.pricingList h3 small { color: rgba(255,255,255,.72); font: inherit; font-size: 13px; letter-spacing: 0; }
.pricingList p { margin: 0; text-align: right; }
.pricingList p small { display: block; margin-bottom: 8px; color: rgba(255,255,255,.68); font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.pricingList strong { display: block; font-size: clamp(18px, 2vw, 27px); font-weight: 650; letter-spacing: -.025em; }

.process {
  padding: clamp(90px, 11vw, 150px) 0;
  color: #101115;
  background: #eef0f3;
  border-top: 1px solid #cdd0d6;
}
.processGrid {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(460px, 1.18fr);
  gap: clamp(60px, 9vw, 150px);
}
.processIntro { position: sticky; top: 50px; align-self: start; }
.processIntro > p {
  margin: 0 0 42px;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .16em;
}
.processIntro h2 {
  margin: 0;
  font-family: var(--font-space-grotesk), Arial, sans-serif;
  font-size: clamp(48px, 5.4vw, 76px);
  font-weight: 600;
  line-height: .96;
  letter-spacing: -.06em;
}
.processIntro h2 span { color: #101115 !important; }
.processSteps { margin: 0; padding: 0; list-style: none; border-top: 1px solid #aeb2ba; }
.processSteps li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  min-height: 170px;
  padding: 30px 0;
  border-bottom: 1px solid #aeb2ba;
}
.processSteps li > span { padding-top: 6px; color: #686b73; font-size: 11px; }
.processSteps h3 {
  margin: 0 0 20px;
  font-family: var(--font-space-grotesk), Arial, sans-serif;
  font-size: clamp(25px, 2.5vw, 36px);
  font-weight: 550;
  letter-spacing: -.04em;
}
.processSteps p { max-width: 520px; margin: 0; color: #686b73; font-size: 15px; line-height: 1.65; }

@media (max-width: 920px) {
  .headerQuoteLink { display: none; }
  .processGrid { grid-template-columns: 1fr; gap: 54px; }
  .processIntro { position: static; }
  .pricingGrid { grid-template-columns: 1fr; gap: 58px; }
  .pricingIntro { position: static; }
}

@media (max-width: 700px) {
  .hero h1 { font-size: clamp(48px, 15vw, 66px); }
  .proofGrid div:nth-child(n) { transform: none; }
  .process { padding: 82px 0; }
  .processSteps li { grid-template-columns: 40px 1fr; min-height: 0; }
  .processIntro h2 { font-size: clamp(44px, 13vw, 58px); }
  .contactChoices { margin-left: 0; }
  .contactChoiceWhatsapp small { display: none; }
  .pricing { padding: 82px 0; }
  .pricingIntro h2 { font-size: clamp(44px, 13vw, 58px); }
  .pricingList article,
  .pricingList article:nth-child(even) {
    grid-template-columns: 34px 1fr;
    min-height: 0;
    padding: 24px 0;
  }
  .pricingList article p { grid-column: 2; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  .proofGrid div:nth-child(n) { transform: none; }
}
