:root {
  --paper: #f8f7f1;
  --cream: #edf0e8;
  --white: #fff;
  --ink: #30372f;
  --night: #344035;
  --sage: #919d82;
  --sage-dark: #6f7c64;
  --sage-soft: #dfe5da;
  --gold: #d7a52f;
  --sand: #ded8c7;
  --line: #c8cfc0;
  --muted: #687164;
  --display: "Montserrat", Arial, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  --page: min(1180px, calc(100% - 3rem));
  --shadow: 0 28px 70px rgba(48, 55, 47, .12);
  --radius: 22px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--muted); font: 400 1rem/1.65 var(--body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: var(--ink); font-family: var(--display); text-wrap: balance; }
p, li { text-wrap: pretty; }
h1 { font-size: clamp(2.9rem, 7vw, 6.8rem); font-weight: 300; line-height: .96; letter-spacing: -.055em; }
h2 { font-size: clamp(2rem, 4.4vw, 4.2rem); font-weight: 350; line-height: 1.02; letter-spacing: -.04em; }
h3 { font-size: clamp(1.15rem, 2vw, 1.55rem); font-weight: 500; line-height: 1.15; letter-spacing: -.02em; }
::selection { background: var(--gold); color: var(--ink); }

.container { width: var(--page); margin-inline: auto; }
.narrow { width: min(790px, calc(100% - 3rem)); margin-inline: auto; }
.section { padding: clamp(5rem, 9vw, 9rem) 0; }
.section-soft { background: var(--cream); }
.section-dark { background: var(--night); color: #dce2d8; }
.section-dark h2, .section-dark h3 { color: var(--white); }
.eyebrow { display: inline-flex; align-items: center; gap: .7rem; margin-bottom: 1.25rem; color: var(--sage-dark); font-size: .72rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 1px; background: currentColor; content: ""; }
.section-dark .eyebrow { color: #d8b65a; }
.section-head { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(270px, .75fr); gap: 3rem; align-items: end; margin-bottom: clamp(2.5rem, 5vw, 5rem); }
.section-head h2 { max-width: 820px; margin-bottom: 0; }
.section-head p { max-width: 520px; margin-bottom: .4rem; font-size: 1.08rem; }

.skip-link { position: fixed; z-index: 1000; top: -6rem; left: 1rem; padding: .8rem 1rem; background: var(--white); color: var(--ink); border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 1rem; }
.top-line { position: fixed; z-index: 250; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--sage), var(--gold)); }
.notice-bar { padding: .8rem 1.5rem; background: var(--night); color: #e8ece5; text-align: center; font-size: .78rem; letter-spacing: .04em; }
.notice-bar a { color: #f1ce69; }

.site-header { position: sticky; z-index: 200; top: 0; background: rgba(248, 247, 241, .94); border-bottom: 1px solid rgba(145, 157, 130, .24); backdrop-filter: blur(18px); }
.header-inner { width: var(--page); min-height: 88px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.logo { display: inline-flex; align-items: center; gap: .75rem; min-width: 180px; overflow: hidden; }
.logo img { width: 160px; height: 58px; max-width: none; object-fit: cover; object-position: center; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.3vw, 2rem); color: var(--ink); font-size: .76rem; font-weight: 600; letter-spacing: .055em; text-transform: uppercase; }
.site-nav > a:not(.button) { padding: 1rem 0; border-bottom: 1px solid transparent; }
.site-nav > a:not(.button):hover, .site-nav > a[aria-current="page"] { border-color: var(--gold); color: var(--sage-dark); }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 48px; padding: .82rem 1.35rem; border: 1px solid transparent; border-radius: 999px; font-size: .74rem; font-weight: 700; letter-spacing: .055em; line-height: 1; text-transform: uppercase; transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--sage-dark); color: var(--white); box-shadow: 0 12px 24px rgba(72, 84, 67, .18); }
.button-primary:hover { background: var(--night); }
.button-whatsapp { background: #237d4a; color: var(--white); }
.button-light { background: var(--white); color: var(--ink); }
.button-outline { border-color: var(--line); color: var(--ink); }
.button-gold { background: var(--gold); color: #292d28; }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 82% 20%, rgba(215,165,47,.18), transparent 28%), linear-gradient(135deg, var(--cream), var(--paper) 62%); }
.hero-grid { width: 100%; min-height: clamp(650px, 82vh, 860px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 0; align-items: stretch; }
.hero-heading { width: 100%; }
.hero-heading .eyebrow { margin-bottom: 1rem; font-size: .75rem; letter-spacing: .12em; }
.hero-heading h1 { width: 100%; max-width: 540px; margin-bottom: 1.7rem; font-size: clamp(3.4rem, 4.7vw, 5.2rem); line-height: .94; }
.hero-copy { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: 5rem clamp(1.5rem, 2.5vw, 3rem) 5rem 1.5rem; }
.hero-copy > p { max-width: 580px; margin-bottom: 2rem; font-size: clamp(1.06rem, 1.35vw, 1.24rem); }
.hero-proof { display: flex; flex-wrap: wrap; gap: .65rem 1.4rem; margin-top: 2rem; color: var(--ink); font-size: .84rem; }
.hero-proof span::before { content: "•"; margin-right: .55rem; color: var(--gold); }
.hero-visual { position: relative; min-height: 650px; }
.hero-mark { width: min(100%, 500px); aspect-ratio: 1; display: grid; place-items: center; padding: 3rem; background: var(--sage); border-radius: 48% 52% 42% 58% / 56% 42% 58% 44%; box-shadow: var(--shadow); }
.hero-mark img { width: 86%; }
.hero-mark.hero-photo { width: 100%; height: 100%; min-height: 650px; margin: 0; padding: 0; overflow: hidden; background: var(--sage-soft); border-radius: 0; box-shadow: none; }
.hero-mark.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero-float { position: absolute; max-width: 220px; padding: 1.1rem 1.2rem; background: rgba(255,255,255,.92); border: 1px solid rgba(145,157,130,.28); border-radius: 18px; box-shadow: 0 16px 40px rgba(48,55,47,.12); color: var(--ink); font-size: .82rem; }
.hero-float strong { display: block; margin-bottom: .2rem; font-family: var(--display); }
.hero-float.one { top: 12%; right: 2rem; }
.hero-float.two { bottom: 12%; left: clamp(1.5rem, 4vw, 4rem); }

.trust-grid, .card-grid, .phase-grid, .blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.trust-card, .info-card, .phase-card, .blog-card { min-height: 260px; padding: clamp(1.5rem, 3vw, 2.4rem); background: var(--white); border: 1px solid rgba(145,157,130,.28); border-radius: var(--radius); }
.trust-card { position: relative; }
.card-index { display: block; margin-bottom: 4rem; color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .1em; }
.trust-card .card-index { position: absolute; top: clamp(1.5rem, 3vw, 2.4rem); right: clamp(1.5rem, 3vw, 2.4rem); margin: 0; }
.trust-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 3.2rem; border: 1px solid rgba(111,124,100,.18); border-radius: 17px; background: var(--sage-soft); color: var(--sage-dark); }
.trust-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.trust-card h3, .info-card h3, .phase-card h3, .blog-card h3 { margin-bottom: .85rem; }
.trust-card p, .info-card p, .phase-card p, .blog-card p { margin-bottom: 0; }
.phase-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.phase-card { position: relative; min-height: 430px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding-top: 180px; }
.phase-card::before { position: absolute; inset: 0 0 auto; height: 150px; background: var(--cream) center / cover no-repeat; content: ""; }
.phase-card[data-number="01"]::before, .phase-card[data-number="02"]::before { background-image: url('/imagens/imunivida-familia-clinica.jpg'); background-position: center 43%; }
.phase-card[data-number="03"]::before, .phase-card[data-number="04"]::before { background-image: url('/imagens/imunivida-consultorio-fundo.jpg'); }
.phase-card[data-number="05"]::before { background-image: url('/imagens/imunivida-gestante-orientacao.jpg'); background-position: center 44%; }
.phase-card[data-number="06"]::before { background-image: url('/imagens/imunivida-idosa-orientacao.jpg'); background-position: center 42%; }
.phase-card[data-number="07"]::before { background-image: url('/imagens/imunivida-viajante-orientacao.jpg'); background-position: center 45%; }
.phase-card::after { position: absolute; inset: 1.4rem 1.4rem auto auto; width: 52px; height: 52px; border: 1px solid var(--line); border-radius: 50%; content: attr(data-number); display: grid; place-items: center; color: var(--sage-dark); font-size: .75rem; }
.phase-card a { margin-top: 1rem; color: var(--sage-dark); font-weight: 700; }
.blog-card { display: flex; flex-direction: column; }
.blog-card > div { min-height: 100%; display: flex; flex: 1; flex-direction: column; }
.blog-card a { display: inline-flex; width: max-content; margin-top: auto; padding-top: 1.25rem; color: var(--sage-dark); font-weight: 700; }
.blog-card a:hover { color: var(--night); }

.steps { counter-reset: step; }
.step { display: grid; grid-template-columns: 92px minmax(220px, .7fr) minmax(0, 1.3fr); gap: 2rem; padding: 2rem 0; border-top: 1px solid rgba(223,229,218,.25); }
.step:last-child { border-bottom: 1px solid rgba(223,229,218,.25); }
.step-number { color: #d8b65a; font-family: var(--display); font-size: 1.5rem; }
.step h3 { margin-bottom: 0; }

.split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(3rem, 7vw, 8rem); align-items: center; }
.brand-panel { min-height: 530px; display: grid; place-items: center; padding: 3rem; background: var(--sage); border-radius: var(--radius); overflow: hidden; }
.brand-panel img { width: min(90%, 430px); }
.brand-panel.photo-panel { padding: 0; background: var(--sage-soft); }
.brand-panel.photo-panel img { width: 100%; height: 100%; object-fit: cover; }
.photo-panel-family img { object-position: 58% center; }
.photo-panel-senior img { object-position: center; }
.photo-panel-pregnancy img { object-position: center; }
.check-list { display: grid; gap: 1rem; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.9rem; color: var(--ink); }
.check-list li::before { position: absolute; left: 0; top: .13rem; color: var(--gold); content: "✓"; font-weight: 800; }

.faq-list { display: grid; gap: .9rem; }
details { overflow: hidden; padding: 0; background: rgba(255,255,255,.88); border: 1px solid rgba(145,157,130,.34); border-radius: 20px; box-shadow: 0 10px 28px rgba(48,55,47,.05); transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease; }
details:hover { transform: translateY(-2px); border-color: rgba(111,124,100,.5); box-shadow: 0 15px 34px rgba(48,55,47,.09); }
details[open] { background: var(--paper); border-color: var(--sage); box-shadow: 0 18px 40px rgba(48,55,47,.1); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.35rem 1.5rem; color: var(--ink); cursor: pointer; font-weight: 700; list-style: none; }
summary > span { min-width: 0; display: grid; gap: .28rem; }
summary strong { color: var(--ink); font: inherit; }
summary small { display: block; overflow: hidden; color: var(--muted); font-size: .82rem; font-weight: 400; line-height: 1.4; white-space: nowrap; text-overflow: ellipsis; opacity: .68; transition: opacity .25s ease, max-height .25s ease, transform .25s ease; }
details[open] summary small { display: none; }
summary::-webkit-details-marker { display: none; }
summary::after { width: 36px; height: 36px; flex: 0 0 36px; display: grid; place-items: center; content: "+"; background: var(--cream); border-radius: 50%; color: var(--sage-dark); font-size: 1.25rem; font-weight: 500; transition: transform .3s ease, background .3s ease, color .3s ease; }
details[open] summary::after { transform: rotate(45deg); background: var(--sage-dark); color: var(--white); }
details p { margin: 0; padding: 0 5rem 1.5rem 1.5rem; color: var(--muted); animation: faqReveal .35s ease both; }
@keyframes faqReveal { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }

.cta-band { padding: clamp(4rem, 8vw, 7rem) 0; background: var(--sage); color: var(--white); }
.cta-band-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 3rem; align-items: end; }
.cta-band h2 { max-width: 850px; margin-bottom: 1rem; color: var(--white); }
.cta-band p { max-width: 680px; margin-bottom: 0; color: #eff3ec; }

.page-hero { position: relative; isolation: isolate; overflow: hidden; padding: clamp(5rem, 10vw, 9rem) 0; background-image: linear-gradient(90deg, rgba(248,247,241,.98) 0%, rgba(248,247,241,.92) 48%, rgba(248,247,241,.68) 100%), var(--page-hero-image, url('/imagens/imunivida-consultorio-fundo.jpg')); background-position: center; background-size: cover; }
.page-sobre, .page-service-bebes-e-criancas, .page-campaign-bebes-e-criancas { --page-hero-image: url('/imagens/imunivida-familia-clinica.jpg'); }
.page-service-gestantes, .page-campaign-gestantes { --page-hero-image: url('/imagens/imunivida-gestante-orientacao.jpg'); }
.page-service-idosos, .page-campaign-idosos { --page-hero-image: url('/imagens/imunivida-idosa-orientacao.jpg'); }
.page-service-viajantes, .page-campaign-viajantes { --page-hero-image: url('/imagens/imunivida-viajante-orientacao.jpg'); }
.page-article-como-organizar-caderneta-de-vacinacao { --page-hero-image: url('/imagens/imunivida-familia-clinica.jpg'); }
.page-article-vacinacao-em-cada-fase-da-vida { --page-hero-image: url('/imagens/imunivida-idosa-orientacao.jpg'); }
.page-article-vacinacao-para-viajantes-como-planejar { --page-hero-image: url('/imagens/imunivida-viajante-orientacao.jpg'); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 3rem; color: var(--sage-dark); font-size: .75rem; font-weight: 600; text-transform: uppercase; }
.page-hero h1 { max-width: 980px; margin-bottom: 1.5rem; }
.page-hero p { max-width: 720px; margin-bottom: 0; font-size: 1.18rem; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: clamp(3rem, 7vw, 7rem); }
.content-copy h2 { margin-top: 4rem; }
.content-copy h2:first-child { margin-top: 0; }
.content-copy h3 { margin-top: 2rem; }
.aside-card { position: sticky; top: 120px; padding: 2rem; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); }
.aside-card h3 { margin-bottom: 1rem; }
.aside-card .button { width: 100%; margin-top: 1rem; }
.section-dark .aside-card { background: var(--paper); border-color: rgba(255,255,255,.34); color: var(--muted); }
.section-dark .aside-card h3 { color: var(--ink); }
.section-dark .aside-card p { color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.contact-card { padding: 2rem; background: var(--white); border: 1px solid var(--line); border-radius: 18px; }
.contact-card small { display: block; margin-bottom: .5rem; color: var(--sage-dark); font-weight: 700; text-transform: uppercase; }
.map { min-height: 430px; overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); }
.map iframe { width: 100%; height: 430px; border: 0; }

.blog-card { min-height: 300px; display: flex; flex-direction: column; justify-content: space-between; }
.blog-card .eyebrow { margin-bottom: 3rem; }
.empty-note { margin-top: clamp(1.75rem, 3.2vw, 3rem); padding: 1.5rem; border-left: 3px solid var(--gold); background: var(--cream); color: var(--ink); }

.home-faq-grid { display: grid; grid-template-columns: minmax(300px, .86fr) minmax(0, 1.14fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.home-faq-photo { position: relative; min-height: 640px; margin: 0; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.home-faq-photo::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(48,55,47,.22)); content: ""; pointer-events: none; }
.home-faq-photo img { width: 100%; height: 100%; min-height: 640px; object-fit: cover; object-position: 52% center; }
.home-faq-content h2 { margin-bottom: clamp(2rem, 4vw, 3.2rem); }

.model-banner { padding: .75rem 1.5rem; background: #f4dfaa; color: #3a352a; text-align: center; font-size: .8rem; font-weight: 700; }
.model-token { color: #7d5b00; background: #fff3cc; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.aida-top { padding: 1.2rem 0; background: var(--night); color: var(--white); }
.aida-top .container { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.aida-top img { width: 145px; }
.aida-hero { padding: clamp(5rem, 10vw, 9rem) 0; background: radial-gradient(circle at 80% 20%, rgba(215,165,47,.22), transparent 24%), var(--cream); }
.aida-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: 5rem; align-items: center; }
.aida-hero h1 { font-size: clamp(2.8rem, 6vw, 5.8rem); }
.aida-card { padding: 2.5rem; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.benefit-grid article { padding: 2rem; border: 1px solid rgba(223,229,218,.25); border-radius: 18px; }

.site-footer { padding: 5rem 0 1.5rem; background: #242b25; color: #bdc5ba; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .8fr; gap: 4rem; padding-bottom: 4rem; }
.footer-brand img { width: 190px; height: 72px; margin-bottom: 1.5rem; object-fit: cover; object-position: center; }
.footer-brand p { max-width: 360px; }
.footer-col h2 { margin-bottom: 1rem; color: var(--white); font-size: .8rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.footer-col a, .footer-col span { display: block; margin: .55rem 0; font-size: .9rem; }
.footer-col a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .76rem; }
.floating-whatsapp { position: fixed; z-index: 180; right: 1.2rem; bottom: 1.2rem; min-width: 54px; min-height: 54px; padding-inline: 1rem; box-shadow: 0 15px 35px rgba(0,0,0,.2); }

@media (max-width: 980px) {
  .site-header { isolation: isolate; }
  .site-nav { position: absolute; top: 100%; right: 0; left: 0; z-index: 10; display: none; height: calc(100dvh - 88px); overflow-y: auto; flex-direction: column; align-items: stretch; gap: 0; padding: 1.5rem max(1.5rem, calc((100vw - 1180px) / 2)); background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 24px 50px rgba(48, 55, 47, .14); overscroll-behavior: contain; }
  .site-nav.open { display: flex; }
  .site-nav > a { padding: 1.15rem 0 !important; border-bottom: 1px solid var(--line) !important; }
  .site-nav .button { margin-top: 1.2rem; }
  .nav-toggle { position: relative; z-index: 11; display: inline-grid; flex: 0 0 46px; place-items: center; }
  .hero-grid, .split, .content-grid, .aida-hero-grid { grid-template-columns: 1fr; }
  .hero-grid { padding: 0; }
  .hero-heading h1 { max-width: 760px; font-size: clamp(3.2rem, 10vw, 5rem); }
  .hero-copy { padding: 4rem max(1.5rem, calc((100vw - 760px) / 2)); }
  .hero-visual { min-height: 460px; }
  .hero-mark.hero-photo { min-height: 460px; border-radius: 0; }
  .aside-card { position: static; }
  .section-head { grid-template-columns: 1fr; gap: 1rem; }
  .trust-grid, .card-grid, .phase-grid, .blog-grid, .benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .home-faq-grid { grid-template-columns: 1fr; }
  .home-faq-photo, .home-faq-photo img { min-height: 440px; }
}

@media (max-width: 640px) {
  :root { --page: min(100% - 2rem, 1180px); }
  .notice-bar { font-size: .7rem; }
  .header-inner { min-height: 76px; }
  .logo { min-width: 150px; }
  .logo img { width: 150px; }
  .site-nav { height: calc(100dvh - 76px); padding: 1.25rem 1rem 2rem; }
  .hero-grid { min-height: auto; }
  .hero-heading .eyebrow { margin-bottom: .7rem; font-size: .7rem; }
  .hero-heading h1 { font-size: clamp(2.9rem, 13vw, 4rem); }
  .hero-copy { padding: 4rem 1rem; }
  .hero-visual { min-height: 380px; }
  .hero-mark { padding: 2rem; }
  .hero-mark.hero-photo { min-height: 380px; padding: 0; }
  .hero-float { max-width: 190px; padding: .85rem 1rem; }
  .hero-float.one { right: 0; }
  .hero-float.two { left: 0; }
  .page-hero { background-image: linear-gradient(90deg, rgba(248,247,241,.97), rgba(248,247,241,.84)), var(--page-hero-image, url('/imagens/imunivida-consultorio-fundo.jpg')); background-position: 62% center; }
  .trust-grid, .card-grid, .phase-grid, .blog-grid, .benefit-grid, .contact-grid { grid-template-columns: 1fr; }
  .step { grid-template-columns: 52px 1fr; }
  .step p { grid-column: 2; }
  .cta-band-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp span { display: none; }
  .aida-top .button { min-height: 42px; padding-inline: .9rem; font-size: .65rem; }
  .home-faq-grid { gap: 2.5rem; }
  .home-faq-photo { width: 100%; min-height: 0; aspect-ratio: 4 / 3; }
  .home-faq-photo img { width: 100%; height: 100%; min-height: 0; }
  summary { padding: 1.1rem 1.15rem; gap: .75rem; }
  summary small { max-width: 230px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Todas as páginas */
.pages-directory-page { background: var(--paper); }
.pages-index-hero { position: relative; overflow: hidden; padding: clamp(5rem, 9vw, 8rem) 0; background: var(--night); color: var(--white); }
.pages-index-hero::after { content: ""; position: absolute; width: 34rem; height: 34rem; right: -9rem; top: -15rem; border: 1px solid rgba(215,165,47,.32); border-radius: 50%; box-shadow: 0 0 0 5rem rgba(145,157,130,.07), 0 0 0 10rem rgba(215,165,47,.035); }
.pages-index-hero .container { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 3rem; align-items: end; }
.pages-index-hero h1 { max-width: 850px; margin: .8rem 0 1.25rem; color: var(--white); font-size: clamp(3rem, 7vw, 6.2rem); line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.pages-index-hero p:last-child { max-width: 650px; color: rgba(255,255,255,.72); font-size: clamp(1rem, 1.7vw, 1.2rem); line-height: 1.65; }
.pages-index-count { color: var(--gold); font: 400 clamp(4rem, 10vw, 8rem)/.8 var(--display); letter-spacing: -.08em; }
.pages-index-body { padding: clamp(4rem, 8vw, 7rem) 0; }
.pages-index-intro { display: grid; grid-template-columns: minmax(0, .9fr) minmax(260px, .45fr); gap: 3rem; align-items: end; margin-bottom: 3rem; }
.pages-index-intro h2 { margin-top: .65rem; font-size: clamp(2.3rem, 4.6vw, 4.4rem); line-height: 1.03; letter-spacing: -.045em; text-wrap: balance; }
.pages-index-intro > p { color: var(--slate); line-height: 1.7; }
.pages-index-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.pages-index-group { min-width: 0; padding: clamp(1.5rem, 3vw, 2.5rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.62); }
.pages-index-group-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1.4rem; }
.pages-index-group-head h3 { color: var(--night); font-size: clamp(1.45rem, 2.3vw, 2rem); font-weight: 500; line-height: 1.15; }
.pages-index-group-head span { color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.pages-index-group nav { display: grid; }
.pages-index-group nav a { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; min-width: 0; padding: .95rem 0; border-top: 1px solid var(--line); color: var(--ink); line-height: 1.35; }
.pages-index-group nav a::after { content: "↗"; color: var(--gold); transition: transform .2s ease; }
.pages-index-group nav a:hover { color: var(--sage-dark); }
.pages-index-group nav a:hover::after { transform: translate(3px,-3px); }

@media (max-width: 760px) {
  .pages-index-hero .container, .pages-index-intro, .pages-index-grid { grid-template-columns: 1fr; }
  .pages-index-count { justify-self: start; }
  .pages-index-hero h1 { font-size: clamp(2.8rem, 14vw, 4.5rem); }
}
