.longform-page {
  background: #070b0d;
}

.longform-page main,
.longform-page .section,
.longform-page .final-cta,
.longform-page .site-footer {
  background-color: #070b0d;
}

.longform-page .section-heading {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.longform-page .section-heading .eyebrow {
  justify-content: center;
}

.longform-page #problema .section-heading,
.longform-page #estrutura .section-heading,
.longform-page #servicos .section-heading,
.longform-page #incluido .section-heading,
.longform-page #beneficios .section-heading,
.longform-page #processo .section-heading,
.longform-page #instagram .section-heading,
.longform-page #resultados .section-heading {
  width: min(100%, 900px);
  margin: 0 auto 56px;
  text-align: center;
}

.longform-page #problema .section-heading h2,
.longform-page #estrutura .section-heading h2,
.longform-page #servicos .section-heading h2,
.longform-page #incluido .section-heading h2,
.longform-page #beneficios .section-heading h2,
.longform-page #processo .section-heading h2,
.longform-page #instagram .section-heading h2,
.longform-page #resultados .section-heading h2 {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  text-wrap: balance;
}

.longform-page #problema .section-heading > p:not(.eyebrow),
.longform-page #estrutura .section-heading > p:not(.eyebrow),
.longform-page #servicos .section-heading > p:not(.eyebrow),
.longform-page #incluido .section-heading > p:not(.eyebrow),
.longform-page #beneficios .section-heading > p:not(.eyebrow),
.longform-page #processo .section-heading > p:not(.eyebrow),
.longform-page #instagram .section-heading > p:not(.eyebrow),
.longform-page #resultados .section-heading > p:not(.eyebrow) {
  max-width: 760px;
  margin: 18px auto 0;
  line-height: 1.7;
  text-align: center;
}

.longform-hero {
  min-height: 820px;
}

.longform-hero .hero-lead {
  margin-bottom: 14px;
}

.longform-hero .hero-copy > p:not(.eyebrow, .hero-lead, .hero-support) {
  max-width: 680px;
  margin: 0;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.55;
}

.longform-hero .hero-copy > .button-row {
  margin-top: 30px;
}

.longform-hero .button {
  max-width: 470px;
}

.search-intent-grid,
.service-content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
}

.intent-card,
.service-content-card {
  min-height: 150px;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(18, 26, 29, 0.94), rgba(10, 15, 17, 0.98));
}

.intent-card span,
.service-content-card span {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--green-primary);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.16em;
}

.intent-card p {
  color: var(--text-primary);
  font-size: 18px;
  font-weight: 750;
  line-height: 1.45;
}

.service-content-card {
  min-height: 240px;
}

.service-content-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.service-content-card p {
  color: var(--text-secondary);
  line-height: 1.7;
}

.section-summary {
  max-width: 900px;
  margin: 44px auto 0;
  padding: 22px 26px;
  border: 1px solid rgba(183, 255, 0, 0.2);
  border-radius: 16px;
  background: rgba(183, 255, 0, 0.035);
  color: var(--text-secondary);
  font-size: 17px;
  line-height: 1.75;
  text-align: center;
}

.definition-section,
.services-section,
.seo-section,
.social-comparison {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.definition-section .split-grid {
  align-items: stretch;
}

.definition-visual {
  position: relative;
  min-height: 540px;
}

.definition-visual::before {
  position: absolute;
  inset: 8% 4%;
  border-radius: 50%;
  background: rgba(183, 255, 0, 0.13);
  filter: blur(45px);
  content: "";
}

.definition-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 26px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
  object-fit: cover;
  object-position: center;
}

.context-icon {
  display: grid !important;
  width: 60px;
  height: 60px;
  margin-bottom: 38px;
  place-items: center;
  border: 1px solid rgba(183, 255, 0, 0.3);
  border-radius: 16px;
  background: rgba(183, 255, 0, 0.055);
  color: var(--green-primary);
  letter-spacing: 0 !important;
}

.context-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.included-panel {
  max-width: 1050px;
  margin: 46px auto 0;
  padding: 42px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(18, 26, 29, 0.95), rgba(8, 12, 14, 0.98)),
    var(--background-secondary);
}

.included-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 30px;
  list-style: none;
}

.included-list li {
  position: relative;
  padding-left: 25px;
  color: var(--text-secondary);
  line-height: 1.5;
}

.included-list li::before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 0 0 10px var(--green-glow);
  background: var(--green-primary);
  content: "";
}

.included-panel > p {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  color: var(--text-secondary);
  text-align: center;
}

.seo-copy h2 {
  margin-bottom: 22px;
}

.seo-copy p {
  max-width: 650px;
  margin-top: 16px;
  color: var(--text-secondary);
  font-size: 17px;
  line-height: 1.8;
}

.seo-checklist {
  padding: 36px;
  border: 1px solid rgba(183, 255, 0, 0.25);
  border-radius: 24px;
  background: rgba(183, 255, 0, 0.04);
}

.seo-checklist ul,
.audience-list {
  display: grid;
  gap: 18px;
  list-style: none;
}

.seo-checklist li,
.audience-list li {
  position: relative;
  padding-left: 30px;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.55;
}

.seo-checklist li::before,
.audience-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--green-primary);
  content: "✓";
  font-weight: 900;
}

.ranking-note {
  margin-top: 48px;
  padding: 26px 30px;
  border-left: 3px solid var(--green-primary);
  background: rgba(255, 255, 255, 0.025);
}

.ranking-note strong {
  display: block;
  margin-bottom: 10px;
  color: var(--green-primary);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ranking-note p {
  color: var(--text-secondary);
  line-height: 1.75;
}

.audience-section .section-heading {
  margin: 0;
  text-align: left;
}

.audience-section .section-heading .eyebrow {
  justify-content: flex-start;
}

.audience-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 34px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--surface);
}

.longform-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.longform-steps::before {
  display: none;
}

.longform-steps li {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(18, 26, 29, 0.96), rgba(9, 14, 16, 0.98));
  text-align: left;
}

.longform-steps li > span {
  width: 58px;
  height: 58px;
  margin: 0 0 34px;
  border-radius: 16px;
  background: rgba(183, 255, 0, 0.055);
  font-size: 15px;
}

.longform-steps h3 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.25;
}

.longform-steps p {
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.7;
}

.longform-page .faq .section-heading {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.longform-page .faq .section-heading .eyebrow {
  justify-content: flex-start;
}

.longform-page .faq .section-heading > p:not(.eyebrow) {
  margin-right: 0;
  margin-left: 0;
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 46px;
}

.comparison-card {
  min-height: 260px;
  padding: 38px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--surface);
}

.comparison-card > span {
  color: var(--text-secondary);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.comparison-card h3 {
  max-width: 460px;
  margin: 34px 0 16px;
  font-size: clamp(24px, 3vw, 36px);
}

.comparison-card p {
  color: var(--text-secondary);
  line-height: 1.75;
}

.comparison-card-accent {
  border-color: rgba(183, 255, 0, 0.34);
  background:
    radial-gradient(circle at 85% 10%, rgba(183, 255, 0, 0.14), transparent 36%),
    var(--surface);
}

.comparison-card-accent > span {
  color: var(--green-primary);
}

.proposal-section {
  text-align: center;
}

.proposal-inner {
  max-width: 940px;
  padding: 58px;
  border: 1px solid rgba(183, 255, 0, 0.28);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 100%, rgba(183, 255, 0, 0.12), transparent 45%),
    var(--surface);
}

.proposal-inner .eyebrow {
  justify-content: center;
}

.proposal-inner h2 {
  margin: 22px auto;
}

.proposal-inner > p:not(.eyebrow) {
  max-width: 760px;
  margin: 12px auto 0;
  color: var(--text-secondary);
  font-size: 17px;
  line-height: 1.75;
}

.proposal-inner .button-row {
  justify-content: center;
  margin-top: 30px;
}

.longform-page .final-cta-inner {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.longform-page .final-cta-inner h2,
.longform-page .final-cta-inner > p:not(.eyebrow) {
  margin-right: auto;
  margin-left: auto;
  text-wrap: balance;
}

@media (max-width: 991px) {
  .search-intent-grid,
  .service-content-grid,
  .included-list,
  .longform-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .definition-section .split-grid,
  .seo-section .split-grid,
  .audience-section .split-grid {
    grid-template-columns: 1fr;
  }

  .definition-visual {
    max-width: 760px;
    min-height: 420px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .longform-hero {
    min-height: auto;
  }

  .longform-hero .hero-copy > p:not(.eyebrow, .hero-lead, .hero-support) {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .longform-page #problema .section-heading,
  .longform-page #estrutura .section-heading,
  .longform-page #servicos .section-heading,
  .longform-page #incluido .section-heading,
  .longform-page #beneficios .section-heading,
  .longform-page #processo .section-heading,
  .longform-page #instagram .section-heading,
  .longform-page #resultados .section-heading {
    margin-bottom: 42px;
  }

  .longform-hero .button-row,
  .longform-hero .trust-list {
    justify-content: center;
  }

  .search-intent-grid,
  .service-content-grid,
  .included-list,
  .audience-list,
  .longform-steps,
  .comparison-grid {
    grid-template-columns: 1fr;
  }

  .intent-card,
  .service-content-card {
    min-height: 0;
  }

  .definition-visual {
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .included-panel,
  .seo-checklist,
  .comparison-card,
  .proposal-inner {
    padding: 28px 22px;
  }

  .audience-section .section-heading,
  .audience-section .section-heading .eyebrow {
    justify-content: center;
    text-align: center;
  }

  .proposal-inner .button {
    width: 100%;
  }

  .longform-page .faq .section-heading,
  .longform-page .faq .section-heading .eyebrow {
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 479px) {
  .longform-hero .button {
    font-size: 13px;
  }

  .section-summary {
    padding: 20px;
    font-size: 15px;
  }

  .comparison-card h3 {
    margin-top: 24px;
  }
}
