/* ========================================
   FEIJOEIRO MÁGICO - Tema WordPress
   Sistema de Cores, Tipografia e Componentes
   ======================================== */

:root {
  --bg: #fbfaf6;
  --surface: #ffffff;
  --soft: #f4efe6;
  --soft-green: #dfeadf;
  --soft-blue: #e9f4f7;
  --ink: #26302a;
  --muted: #667169;
  --border: #e4ded2;
  --leaf: #76bf18;
  --leaf-strong: #4f8f21;
  --pink: #e9188f;
  --clay: #d98f63;
  --font-display: "SF Pro Display", "Inter Tight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-body: "SF Pro Text", "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --container: 1160px;
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 34px;
  --shadow-soft: 0 18px 46px rgba(73, 66, 49, 0.10);
}

/* ========================================
   RESET E BASE
   ======================================== */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 94px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 9% 6%, rgba(118, 191, 24, 0.12), transparent 28%),
    radial-gradient(circle at 95% 12%, rgba(233, 24, 143, 0.055), transparent 24%),
    var(--bg);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ========================================
   TIPOGRAFIA
   ======================================== */

h1, h2, h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  text-wrap: pretty;
}

h1 {
  max-width: 760px;
  font-size: 72px;
  line-height: 0.98;
  letter-spacing: -0.025em;
  font-weight: 660;
}

h2 {
  max-width: 760px;
  font-size: 50px;
  line-height: 1.05;
  letter-spacing: -0.018em;
  font-weight: 650;
}

h3 {
  font-size: 24px;
  line-height: 1.18;
  letter-spacing: -0.01em;
  font-weight: 680;
}

p {
  margin: 0;
  color: var(--muted);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--leaf-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lead {
  max-width: 630px;
  margin-top: 24px;
  font-size: 21px;
  line-height: 1.45;
}

/* ========================================
   HEADER E NAVEGAÇÃO
   ======================================== */

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(251, 250, 246, 0.98);
  border-bottom: 1px solid var(--border);
}

.nav {
  max-width: var(--container);
  min-height: 78px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 220px;
}

.brand-logo {
  width: 214px;
  max-height: 56px;
  object-fit: contain;
  object-position: left center;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 560;
}

/* ========================================
   BOTÕES
   ======================================== */

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
  cursor: pointer;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  color: #ffffff;
  background: var(--leaf-strong);
  box-shadow: 0 10px 24px rgba(79, 143, 33, 0.18);
}

.button.secondary {
  color: var(--ink);
  background: var(--surface);
  border-color: var(--border);
}

.button.text {
  min-height: auto;
  padding: 0;
  color: var(--leaf-strong);
  background: transparent;
  border: 0;
  box-shadow: none;
}

/* ========================================
   LAYOUT GERAL
   ======================================== */

main {
  overflow: hidden;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
}

.section {
  padding: 88px 24px;
  position: relative;
  scroll-margin-top: 94px;
}

.section.tight {
  padding-top: 54px;
  padding-bottom: 54px;
}

.section-head {
  margin-bottom: 34px;
}

.section-head p {
  max-width: 650px;
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.48;
}

/* ========================================
   HERO SECTION
   ======================================== */

.hero {
  min-height: calc(100vh - 78px);
  padding-top: 64px;
  display: grid;
  align-items: center;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.76fr);
  gap: 58px;
  align-items: center;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.trust-pill {
  min-height: 34px;
  padding: 7px 13px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--muted);
  background: color-mix(in srgb, var(--surface) 76%, var(--soft-green));
  font-size: 13px;
  font-weight: 620;
}

.hero-visual {
  display: grid;
  place-items: center;
  gap: 18px;
}

.art-stage {
  width: min(100%, 468px);
  min-height: 560px;
  display: grid;
  place-items: center;
  padding: 34px;
  border: 1px solid rgba(255,255,255,0.88);
  border-radius: 42px;
  background:
    radial-gradient(circle at 48% 18%, rgba(255,255,255,0.88), transparent 32%),
    linear-gradient(145deg, var(--soft-blue), var(--soft) 58%, var(--soft-green));
  box-shadow: var(--shadow-soft);
}

.hero-art {
  width: min(100%, 420px);
  max-height: 500px;
  object-fit: contain;
  object-position: center;
}

/* ========================================
   PROOF CARDS (Resumo)
   ======================================== */

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.proof-card {
  min-height: 122px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: 0 12px 30px rgba(73, 66, 49, 0.06);
}

.proof-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.proof-card span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.42;
}

/* ========================================
   SERVIÇOS / RESPOSTAS EDUCATIVAS
   ======================================== */

.services {
  background:
    radial-gradient(circle at 7% 18%, rgba(118, 191, 24, 0.13), transparent 28%),
    radial-gradient(circle at 94% 14%, rgba(233, 24, 143, 0.055), transparent 24%),
    var(--soft);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-card {
  min-height: 438px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--border);
  border-radius: 26px;
  background: var(--surface);
  box-shadow: 0 16px 36px rgba(73, 66, 49, 0.08);
}

.service-signature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 54px;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}

.service-logo {
  width: 138px;
  max-height: 46px;
  object-fit: contain;
  object-position: left center;
  flex: 0 0 auto;
}

.service-tag {
  color: var(--pink);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: right;
}

.service-meta {
  margin-bottom: 9px;
  color: var(--leaf-strong);
  font-size: 13px;
  font-weight: 760;
}

.service-card p,
.method-card p,
.contact-card p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.52;
}

.card-action {
  margin-top: 30px;
}

/* ========================================
   MÉTODO EDUCATIVO
   ======================================== */

.method-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: start;
}

.method-copy {
  position: sticky;
  top: 106px;
}

.method-copy .lead {
  max-width: 540px;
  font-size: 18px;
}

.method-stack {
  display: grid;
  gap: 14px;
}

.method-card {
  padding: 24px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: start;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--surface);
}

.method-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50% 50% 50% 10px;
  color: var(--leaf-strong);
  background: var(--soft-green);
  font-weight: 800;
  transform: rotate(-18deg);
}

.method-icon span {
  transform: rotate(18deg);
}

/* ========================================
   HISTÓRIA - PÉ DE FEIJÃO
   ======================================== */

.story {
  background: var(--soft-green);
}

.story-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  padding: 42px;
  border: 1px solid rgba(255,255,255,0.78);
  border-radius: 38px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.80), rgba(255,255,255,0.44)),
    radial-gradient(circle at 92% 16%, rgba(233, 24, 143, 0.075), transparent 28%);
  box-shadow: var(--shadow-soft);
}

.story-art {
  display: grid;
  place-items: center;
  min-height: 390px;
}

.story-art img {
  width: min(100%, 300px);
  max-height: 390px;
  object-fit: contain;
}

.story-list {
  margin-top: 26px;
  display: grid;
  gap: 12px;
}

.story-point {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.46;
}

.story-point b {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--leaf-strong);
  font-size: 12px;
}

/* ========================================
   MATRÍCULAS E ADMISSÕES
   ======================================== */

.admissions {
  color: #ffffff;
  background: #26302a;
}

.admissions h2,
.admissions h3,
.admissions .eyebrow {
  color: #ffffff;
}

.admissions p,
.admissions li {
  color: rgba(255,255,255,0.76);
}

.admissions-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.6fr);
  gap: 38px;
  align-items: stretch;
}

.steps {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.steps li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  font-size: 15px;
  line-height: 1.45;
}

.steps b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #26302a;
  background: #ffffff;
  font-size: 13px;
}

.contact-panel {
  padding: 28px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,0.08);
}

.contact-panel .button {
  width: 100%;
  margin-top: 22px;
}

.contact-list {
  margin-top: 20px;
  display: grid;
  gap: 10px;
}

.contact-row {
  min-height: 46px;
  padding: 13px 14px;
  border-radius: 12px;
  color: rgba(38,48,42,0.72);
  background: rgba(255,255,255,0.94);
  font-size: 13px;
  font-weight: 560;
}

/* ========================================
   CONTACTOS
   ======================================== */

.contacts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.contact-card {
  padding: 26px;
  border: 1px solid var(--border);
  border-radius: 26px;
  background: var(--surface);
  box-shadow: 0 14px 32px rgba(73, 66, 49, 0.07);
}

.contact-card .service-meta {
  color: var(--pink);
}

/* ========================================
   PRÉ-INSCRIÇÃO
   ======================================== */

.preinscription-band {
  position: relative;
  overflow: hidden;
  padding: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  border: 1px solid color-mix(in srgb, var(--leaf-strong) 24%, var(--border));
  border-radius: 34px;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--leaf) 92%, #ffffff), color-mix(in srgb, var(--leaf) 32%, #ffffff) 52%, rgba(255,255,255,0)) top / 100% 7px no-repeat,
    linear-gradient(135deg, #ffffff 0%, color-mix(in srgb, var(--leaf) 8%, #ffffff) 54%, var(--soft-green) 100%);
  box-shadow: 0 18px 42px rgba(73, 66, 49, 0.10);
}

.preinscription-band h2 {
  max-width: 680px;
  color: var(--ink);
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -0.018em;
}

.nowrap {
  white-space: nowrap;
}

.preinscription-band p {
  max-width: 680px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.preinscription-band .button {
  color: #ffffff;
  background: linear-gradient(135deg, color-mix(in srgb, var(--leaf) 84%, #ffffff), var(--leaf-strong) 58%, color-mix(in srgb, var(--leaf-strong) 78%, #203a13));
  box-shadow: 0 14px 28px rgba(79, 143, 33, 0.22);
}

/* ========================================
   REDES SOCIAIS
   ======================================== */

.social {
  background: var(--soft-blue);
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.social-card {
  min-height: 210px;
  padding: 28px;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 22px;
  align-items: start;
  border: 1px solid rgba(255,255,255,0.72);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(255,255,255,0.70)),
    radial-gradient(circle at 94% 86%, rgba(118, 191, 24, 0.14), transparent 30%);
  box-shadow: 0 16px 38px rgba(73, 66, 49, 0.08);
}

.social-mark {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 780;
  letter-spacing: -0.03em;
}

.social-mark.facebook {
  background: #1877f2;
}

.social-mark.instagram {
  background:
    radial-gradient(circle at 30% 107%, #fdf497 0 10%, #fd5949 38%, #d6249f 62%, #285aeb 100%);
}

.social-card p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.5;
}

.social-card .button {
  margin-top: 24px;
}

/* ========================================
   AÇÕES FIXAS MOBILE
   ======================================== */

.mobile-sticky {
  display: none;
  position: fixed;
  z-index: 50;
  inset-inline: 12px;
  bottom: 12px;
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255,255,255,0.96);
  box-shadow: 0 16px 36px rgba(38,48,42,0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.mobile-sticky.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mobile-sticky .button {
  flex: 1;
  min-height: 48px;
}

/* ========================================
   PÁGINAS INTERNAS
   Estilos para páginas genéricas (page.php)
   ======================================== */

/* Banner de página (imagem destacada no topo) */
.page-banner {
  position: relative;
  height: 280px;
  margin-top: -78px;
  padding-top: 78px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--soft);
}

.page-banner-image {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.page-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  pointer-events: none;
}

/* Seção do header da página */
.page-header-section {
  padding: 54px 24px;
  background: var(--soft);
  border-bottom: 1px solid var(--border);
}

.page-header-content {
  max-width: var(--container);
  margin: 0 auto;
}

.page-title {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 16px;
}

/* Breadcrumbs */
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
  flex-wrap: wrap;
}

.breadcrumbs a {
  color: var(--leaf-strong);
  font-weight: 600;
  transition: color 180ms ease;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: var(--pink);
}

.breadcrumbs .separator {
  color: var(--border);
  margin: 0 4px;
}

/* Seção de conteúdo da página */
.page-content-section {
  padding: 88px 24px;
  background: var(--bg);
}

.page-content-wrapper {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px;
  align-items: start;
}

/* Coluna principal */
.page-content-main {
  min-width: 0;
}

/* Artigo de página */
.page-article {
  background: transparent;
}

.page-article-thumbnail {
  margin: 0 0 34px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.page-article-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.page-article-thumbnail figcaption {
  padding: 12px 16px;
  background: var(--soft);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

/* Conteúdo da página */
.page-article-content {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.68;
}

.page-article-content p {
  margin: 0 0 24px;
  color: inherit;
}

.page-article-content p:last-child {
  margin-bottom: 0;
}

.page-article-content h2 {
  margin: 34px 0 16px;
  font-size: 32px;
  color: var(--ink);
}

.page-article-content h3 {
  margin: 26px 0 12px;
  font-size: 22px;
  color: var(--ink);
}

.page-article-content h4 {
  margin: 20px 0 10px;
  font-size: 18px;
  color: var(--ink);
  font-weight: 600;
}

.page-article-content ul,
.page-article-content ol {
  margin: 24px 0;
  padding-left: 24px;
  color: inherit;
}

.page-article-content li {
  margin-bottom: 10px;
  line-height: 1.68;
}

.page-article-content blockquote {
  margin: 24px 0;
  padding: 20px 24px;
  border-left: 4px solid var(--leaf-strong);
  background: var(--soft);
  border-radius: var(--radius-sm);
  font-style: italic;
  color: var(--ink);
  font-size: 17px;
}

.page-article-content a {
  color: var(--leaf-strong);
  font-weight: 600;
  text-decoration: none;
  transition: color 180ms ease;
}

.page-article-content a:hover {
  color: var(--pink);
  text-decoration: underline;
}

.page-article-content img {
  max-width: 100%;
  height: auto;
  margin: 24px 0;
  border-radius: var(--radius-md);
  display: block;
}

.page-article-content figure {
  margin: 24px 0;
}

.page-article-content figcaption {
  margin-top: 8px;
  font-size: 14px;
  color: var(--muted);
  text-align: center;
  font-style: italic;
}

/* Navegação de páginas */
.page-links {
  margin: 34px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 13px;
  border-top: 1px solid var(--border);
  padding-top: 24px;
}

.page-links-title {
  font-weight: 600;
  color: var(--ink);
  margin-right: 8px;
}

.page-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  border: 1px solid var(--border);
  border-radius: 4px;
  color: var(--ink);
  font-weight: 600;
}

.page-links a .page-number {
  background: var(--surface);
  cursor: pointer;
  transition: all 180ms ease;
}

.page-links a .page-number:hover {
  background: var(--leaf-strong);
  color: #ffffff;
  border-color: var(--leaf-strong);
}

/* Sidebar */
.page-sidebar {
  display: none;
  position: sticky;
  top: 106px;
  min-width: 280px;
}

.page-sidebar .widget {
  margin-bottom: 30px;
  padding: 26px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 30px rgba(73, 66, 49, 0.06);
}

.page-sidebar .widget-title {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 680;
  color: var(--ink);
}

.page-sidebar .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-sidebar .widget li {
  margin-bottom: 8px;
}

.page-sidebar .widget a {
  color: var(--leaf-strong);
  font-weight: 600;
  transition: color 180ms ease;
  text-decoration: none;
}

.page-sidebar .widget a:hover {
  color: var(--pink);
}

/* Sem conteúdo */
.no-content {
  text-align: center;
  padding: 54px 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}

.no-content p {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 16px;
}

.no-content .button {
  display: inline-flex;
}

/* ========================================
   RESPONSIVE - TABLET
   ======================================== */

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 46px;
  }

  .hero-grid,
  .method-layout,
  .story-panel,
  .admissions-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 42px;
  }

  .proof-grid,
  .service-grid,
  .contacts-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .method-copy {
    position: static;
  }

  .art-stage {
    width: min(100%, 420px);
    min-height: 470px;
  }

  .hero-art {
    width: min(100%, 340px);
    max-height: 430px;
  }

  /* Páginas internas - Tablet */
  .page-banner {
    height: 240px;
  }

  .page-title {
    font-size: 42px;
  }

  .page-article-content h2 {
    font-size: 28px;
  }
}

/* ========================================
   RESPONSIVE - MOBILE
   ======================================== */

@media (max-width: 680px) {
  body {
    font-size: 16px;
    padding-bottom: 78px;
  }

  .nav {
    min-height: 68px;
    padding-inline: 18px;
  }

  .brand {
    min-width: 0;
    max-width: 190px;
  }

  .brand-logo {
    width: 178px;
    max-height: 48px;
  }

  .nav .button {
    display: none;
  }

  .section {
    padding: 66px 18px;
  }

  .section.tight {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  h1 {
    font-size: 42px;
    line-height: 1.03;
  }

  h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  h3 {
    font-size: 22px;
  }

  .lead {
    font-size: 18px;
    line-height: 1.48;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .art-stage {
    min-height: 350px;
    padding: 24px;
    border-radius: 30px;
  }

  .hero-art {
    width: min(100%, 248px);
    max-height: 320px;
  }

  .proof-grid,
  .service-grid,
  .contacts-grid,
  .social-grid {
    grid-template-columns: 1fr;
  }

  .preinscription-band {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .preinscription-band h2 {
    font-size: 29px;
  }

  .preinscription-band .button {
    width: 100%;
  }

  .social-card {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .service-signature {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .service-logo {
    width: 126px;
    max-height: 42px;
  }

  .service-tag {
    text-align: left;
  }

  .method-card {
    grid-template-columns: 1fr;
  }

  .story-panel {
    padding: 24px;
    border-radius: 30px;
  }

  .story-art {
    min-height: 280px;
  }

  .story-art img {
    width: min(100%, 220px);
    max-height: 290px;
  }

  .mobile-sticky {
    display: flex;
  }

  /* Páginas internas - Mobile */
  .page-banner {
    height: 200px;
    margin-top: -68px;
    padding-top: 68px;
  }

  .page-header-section {
    padding: 36px 18px;
  }

  .page-title {
    font-size: 32px;
    line-height: 1.15;
  }

  .breadcrumbs {
    font-size: 12px;
    margin-top: 12px;
  }

  .page-content-section {
    padding: 54px 18px;
  }

  .page-article-content {
    font-size: 15px;
    line-height: 1.65;
  }

  .page-article-content p {
    margin-bottom: 18px;
  }

  .page-article-content h2 {
    margin: 24px 0 12px;
    font-size: 24px;
  }

  .page-article-content h3 {
    margin: 18px 0 10px;
    font-size: 20px;
  }

  .page-article-content ul,
  .page-article-content ol {
    margin: 18px 0;
    padding-left: 20px;
  }

  .page-article-content blockquote {
    margin: 18px 0;
    padding: 16px 18px;
    font-size: 15px;
  }

  .page-article-content img {
    margin: 18px 0;
  }

  .page-article-thumbnail {
    margin-bottom: 24px;
  }

  .page-links {
    margin-top: 24px;
    padding-top: 18px;
    font-size: 12px;
    gap: 6px;
  }
}
