/* Secção PME (maisadvantage.pt/pme/) — mesma linguagem do Wellbeing & Performance.
   Gerado a par das páginas por _ferramentas/gerar_pme.py (fora do webroot). */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--espresso); font-family: var(--font); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: inherit; }
img { max-width: 100%; }
.wrap { max-width: 1560px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 56px); }
.narrow { max-width: 860px; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 16px; top: 12px; z-index: 50; background: #fff; padding: 8px 12px; border-radius: 8px; }

/* ---------- nav ---------- */
.lp-nav { position: sticky; top: 0; z-index: 20; background: rgba(248,241,231,0.9); backdrop-filter: saturate(150%) blur(14px); border-bottom: 1px solid var(--line); }
.lp-nav .row { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 70px; max-width: 1560px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 56px); }
.brand-logo { display: inline-flex; align-items: center; gap: 11px; line-height: 1; text-decoration: none; }
.brand-logo .bl-sq { width: 22px; height: 22px; margin-right: -3px; border: 2.6px solid var(--espresso); flex: 0 0 auto; }
.brand-logo .bl-word { display: flex; align-items: center; height: 22px; font-weight: 800; font-size: 25px; letter-spacing: -0.005em; color: var(--espresso); white-space: nowrap; }
.brand-tag { margin-left: 12px; padding: 5px 9px; border-radius: 6px; background: var(--espresso); color: var(--cream); font-size: 10.5px; font-weight: 800; letter-spacing: 0.22em; }
.navlinks { display: flex; align-items: center; gap: clamp(12px, 1.8vw, 28px); }
.navlinks a { font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-soft); text-decoration: none; }
.navlinks a:hover, .navlinks a[aria-current="page"] { color: var(--terra); }
.navcta { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; background: var(--espresso); color: #fff !important; border-radius: 9px; padding: 11px 19px; transition: background .2s; white-space: nowrap; text-decoration: none; }
.navcta::before { content: "✦"; color: var(--ochre); font-size: 10px; line-height: 1; }
.navcta:hover { background: var(--terra-deep); }

/* ---------- migalhas ---------- */
.crumbs { font-size: 11.5px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(248,241,231,0.55); }
.crumbs a { text-decoration: none; color: rgba(248,241,231,0.72); }
.crumbs a:hover { color: var(--ochre); }

/* ---------- hero ---------- */
.lp-hero { position: relative; overflow: hidden; background: var(--espresso); color: var(--cream); }
.hero-art { position: absolute; inset: 0; pointer-events: none; }
.hero-art .lines { position: absolute; inset: 0; background: repeating-linear-gradient(90deg, rgba(248,241,231,0.055) 0px, rgba(248,241,231,0.055) 1px, transparent 1px, transparent 96px); mask-image: linear-gradient(rgba(0,0,0,0.9), transparent 78%); }
.hero-art .glow { position: absolute; inset: 0; background: radial-gradient(120% 80% at 84% 12%, rgba(224,162,62,0.16) 0%, rgba(224,162,62,0) 56%); }
.hero-art svg { position: absolute; right: -6%; top: 0; height: 100%; width: auto; opacity: .9; }
.lp-hero .inner { position: relative; padding-top: clamp(48px, 7vw, 100px); padding-bottom: clamp(36px, 5vw, 64px); }
.lp-hero h1 { margin: clamp(18px, 2.4vw, 30px) 0 0; max-width: 17ch; font-size: clamp(40px, 6.4vw, 96px); font-weight: 200; line-height: 0.98; letter-spacing: -0.045em; color: #fff; text-wrap: pretty; }
.lp-hero h1 b { font-weight: 600; color: var(--ochre); }
.lp-hero .lead { margin: clamp(24px, 3vw, 38px) 0 0; max-width: 720px; font-size: clamp(15px, 1.3vw, 18.5px); line-height: 1.68; color: rgba(248,241,231,0.78); }
.lp-hero .actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.stat-strip { position: relative; border-top: 1px solid rgba(248,241,231,0.14); max-width: 1560px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 56px); display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }
.stat-strip > div { padding: clamp(20px, 2.4vw, 30px) 22px; border-right: 1px solid rgba(248,241,231,0.14); }
.stat-strip > div:last-child { border-right: none; }
.stat-strip > div:first-child { padding-left: 0; }
.stat-strip .v { font-size: clamp(20px, 2vw, 28px); font-weight: 200; letter-spacing: -0.03em; line-height: 1; color: #fff; }
.stat-strip .k { margin-top: 10px; font-size: 9.5px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(248,241,231,0.55); }

/* ---------- botões ---------- */
.btn { display: inline-flex; align-items: center; gap: 12px; font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; padding: 16px 24px; border-radius: 9px; text-decoration: none; white-space: nowrap; transition: .2s; border: 0; cursor: pointer; font-family: var(--font); }
.btn-terra { background: var(--terra); color: #fff; }
.btn-terra:hover { background: var(--terra-deep); }
.btn-ghost-l { border: 1px solid rgba(248,241,231,0.4); color: #fff; background: transparent; }
.btn-ghost-l:hover { background: rgba(248,241,231,0.1); }
.btn-dark { background: var(--espresso); color: #fff; }
.btn-dark:hover { background: #2c1a0f; }
.btn-line { border: 1px solid var(--line); color: var(--espresso); background: #fff; }
.btn-line:hover { border-color: var(--espresso); }

/* ---------- secções ---------- */
.sec { padding: clamp(56px, 8vw, 116px) 0; }
.sec.alt { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.kicker { display: flex; align-items: center; gap: 16px; }
.kicker .n { font-size: 10.5px; font-weight: 800; letter-spacing: 0.1em; color: var(--terra); }
.kicker .rule { width: 26px; height: 1px; background: var(--line); }
.kicker .lab { font-size: 10.5px; font-weight: 800; letter-spacing: 0.34em; text-transform: uppercase; color: var(--terra); }
.lp-hero .kicker .n { color: var(--ochre); }
.lp-hero .kicker .rule { background: rgba(248,241,231,0.2); }
.lp-hero .kicker .lab { color: rgba(248,241,231,0.72); }
.sec-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 24px clamp(32px, 5vw, 80px); }
.sec-head .l { flex: 1 1 440px; }
.sec-head h2 { margin: 22px 0 0; max-width: 21ch; font-size: clamp(28px, 3.6vw, 52px); font-weight: 200; line-height: 1.04; letter-spacing: -0.038em; text-wrap: pretty; }
.sec-head h2 b { font-weight: 600; }
.sec-head p { flex: 0 1 400px; margin: 0; font-size: 14.5px; line-height: 1.75; color: var(--ink-soft); }

/* ---------- duas portas ---------- */
.doors { margin-top: clamp(36px, 4.6vw, 60px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 2vw, 28px); }
.door { position: relative; display: flex; flex-direction: column; gap: 14px; padding: clamp(26px, 3vw, 44px); border-radius: var(--r-lg); border: 1px solid var(--line); background: #fff; text-decoration: none; transition: border-color .2s, transform .2s; }
.door:hover { border-color: var(--terra); transform: translateY(-2px); }
.door.dark { background: var(--espresso); color: var(--cream); border-color: var(--espresso); }
.door .tag { font-size: 10px; font-weight: 800; letter-spacing: 0.28em; text-transform: uppercase; color: var(--terra); }
.door.dark .tag { color: var(--ochre); }
.door h3 { margin: 0; font-size: clamp(24px, 2.6vw, 36px); font-weight: 300; line-height: 1.08; letter-spacing: -0.03em; }
.door h3 b { font-weight: 600; }
.door p { margin: 0; font-size: 14.5px; line-height: 1.7; color: var(--ink-soft); }
.door.dark p { color: rgba(248,241,231,0.75); }
.door ul { margin: 4px 0 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.door li { font-size: 13.5px; line-height: 1.5; padding-left: 20px; position: relative; color: var(--ink-soft); }
.door.dark li { color: rgba(248,241,231,0.8); }
.door li::before { content: "+"; position: absolute; left: 0; font-weight: 800; color: var(--terra); }
.door.dark li::before { color: var(--ochre); }
.door .go { margin-top: auto; padding-top: 10px; font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--terra); }
.door.dark .go { color: var(--ochre); }
@media (max-width: 820px) { .doors { grid-template-columns: 1fr; } }

/* ---------- lista numerada ---------- */
.prog-list { margin-top: clamp(36px, 4.6vw, 60px); border-top: 1px solid var(--line); }
.prog-row { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px clamp(20px, 3vw, 44px); padding: clamp(20px, 2.4vw, 32px) 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.prog-row .pn { flex: 0 0 34px; font-size: 11px; font-weight: 600; letter-spacing: 0.1em; color: var(--terra); }
.prog-row h3 { flex: 1 1 260px; min-width: 0; margin: 0; font-size: clamp(18px, 2vw, 25px); font-weight: 300; line-height: 1.12; letter-spacing: -0.03em; }
.prog-row p { flex: 1 1 320px; min-width: 0; max-width: 52ch; margin: 0; font-size: 14px; line-height: 1.68; color: var(--ink-soft); }
a.prog-row:hover h3 { color: var(--terra-deep); }

/* ---------- tabela de vias ---------- */
.tbl-wrap { margin-top: clamp(32px, 4vw, 52px); overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r-md); background: #fff; }
table.vias { width: 100%; border-collapse: collapse; min-width: 760px; font-size: 13.5px; line-height: 1.55; }
table.vias th { text-align: left; padding: 14px 18px; font-size: 10px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-faint); border-bottom: 1px solid var(--line); background: var(--cream); }
table.vias td { padding: 16px 18px; border-bottom: 1px solid var(--line); vertical-align: top; color: var(--ink-soft); }
table.vias tr:last-child td { border-bottom: 0; }
table.vias td:first-child { color: var(--espresso); font-weight: 600; }
table.vias td a { color: var(--terra); }
.pill { display: inline-block; padding: 3px 9px; border-radius: 999px; font-size: 10.5px; font-weight: 700; letter-spacing: 0.06em; white-space: nowrap; }
.pill.ok { background: #E4EFDF; color: #3F6B34; }
.pill.warn { background: var(--ochre-tint); color: var(--ochre-deep); }
.pill.no { background: var(--terra-tint); color: var(--terra-deep); }
.note { margin-top: 16px; font-size: 12.5px; line-height: 1.6; color: var(--ink-faint); }
.note a { color: var(--ink-soft); }

/* ---------- texto corrido ---------- */
.prose { font-size: 16px; line-height: 1.75; color: var(--ink-soft); }
.prose h2 { margin: 48px 0 12px; font-size: clamp(22px, 2.4vw, 30px); font-weight: 400; letter-spacing: -0.025em; line-height: 1.2; color: var(--espresso); }
.prose h2 b { font-weight: 700; }
.prose h3 { margin: 28px 0 8px; font-size: 17px; font-weight: 700; color: var(--espresso); }
.prose p { margin: 0 0 16px; }
.prose ul, .prose ol { margin: 0 0 18px; padding-left: 22px; }
.prose li { margin-bottom: 8px; }
.prose strong { color: var(--espresso); }
.prose a { color: var(--terra); }
.callout { margin: 28px 0; padding: 22px 24px; border-left: 3px solid var(--ochre); background: var(--ochre-tint); border-radius: 0 var(--r-md) var(--r-md) 0; font-size: 15px; line-height: 1.7; color: var(--espresso); }
.callout.terra { border-color: var(--terra); background: var(--terra-tint); }

/* ---------- passos ---------- */
.steps { margin-top: clamp(32px, 4vw, 52px); display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 18px; counter-reset: s; }
.step { padding: 24px; border-radius: var(--r-md); background: #fff; border: 1px solid var(--line); }
.step::before { counter-increment: s; content: counter(s, decimal-leading-zero); display: block; font-size: 11px; font-weight: 800; letter-spacing: 0.1em; color: var(--terra); margin-bottom: 14px; }
.step h3 { margin: 0 0 8px; font-size: 17px; font-weight: 700; letter-spacing: -0.01em; }
.step p { margin: 0; font-size: 13.5px; line-height: 1.65; color: var(--ink-soft); }

/* ---------- perguntas ---------- */
.faq { margin-top: clamp(28px, 3.6vw, 48px); border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 22px 40px 22px 0; position: relative; font-size: clamp(16px, 1.5vw, 19px); font-weight: 500; letter-spacing: -0.01em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 18px; font-size: 24px; font-weight: 300; color: var(--terra); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .a { padding: 0 0 22px; max-width: 72ch; font-size: 14.5px; line-height: 1.75; color: var(--ink-soft); }
.faq .a p { margin: 0 0 10px; }
.faq .a a { color: var(--terra); }

/* ---------- logótipos ---------- */
.logos { margin-top: 36px; display: flex; flex-wrap: wrap; align-items: center; gap: 28px 44px; }
.logos img { height: 34px; width: auto; opacity: .62; filter: grayscale(1); }

/* ---------- revisão ---------- */
.revisto { margin-top: 28px; font-size: 12px; color: var(--ink-faint); }

/* ---------- CTA ---------- */
.cta { background: var(--terra); color: #fff; }
.cta .inner { padding-top: clamp(52px, 7vw, 96px); padding-bottom: clamp(52px, 7vw, 96px); display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 28px clamp(32px, 5vw, 80px); }
.cta .eyebrow { margin: 0; font-size: 10.5px; font-weight: 800; letter-spacing: 0.34em; text-transform: uppercase; color: rgba(255,255,255,0.75); }
.cta h2 { margin: 20px 0 0; max-width: 21ch; font-size: clamp(28px, 3.8vw, 54px); font-weight: 200; line-height: 1.03; letter-spacing: -0.04em; text-wrap: pretty; }
.cta h2 b { font-weight: 600; }
.cta .actions { display: flex; flex-wrap: wrap; gap: 12px; }
.cta .btn-ghost { border: 1px solid rgba(255,255,255,0.5); color: #fff; }
.cta .btn-ghost:hover { background: rgba(255,255,255,0.12); }

/* ---------- diagnóstico ---------- */
.diag { margin-top: clamp(28px, 3.6vw, 44px); display: grid; gap: 14px; }
.q { padding: 22px 24px; border-radius: var(--r-md); background: #fff; border: 1px solid var(--line); }
.q[hidden] { display: none; }
.q legend { padding: 0; font-size: 16.5px; font-weight: 600; letter-spacing: -0.01em; color: var(--espresso); }
.q legend .i { display: inline-block; min-width: 28px; font-size: 11px; font-weight: 800; color: var(--terra); }
.q .help { margin: 6px 0 0 28px; font-size: 12.5px; line-height: 1.55; color: var(--ink-faint); }
.opts { margin: 14px 0 0 28px; display: flex; flex-wrap: wrap; gap: 8px; }
.opts label { position: relative; }
.opts input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.opts span { display: inline-block; padding: 10px 15px; border-radius: 9px; border: 1px solid var(--line); background: var(--cream); font-size: 13.5px; font-weight: 500; color: var(--espresso); transition: .15s; }
.opts input:checked + span { background: var(--espresso); color: #fff; border-color: var(--espresso); }
.opts input:focus-visible + span { outline: 2px solid var(--terra); outline-offset: 2px; }
fieldset { border: 0; margin: 0; min-width: 0; }
.progress { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-faint); }
.result { margin-top: 28px; padding: clamp(24px, 3vw, 40px); border-radius: var(--r-lg); background: var(--espresso); color: var(--cream); }
.result[hidden] { display: none; }
.result .tag { font-size: 10px; font-weight: 800; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ochre); }
.result h2 { margin: 12px 0 0; font-size: clamp(24px, 2.8vw, 38px); font-weight: 300; line-height: 1.1; letter-spacing: -0.03em; color: #fff; }
.result h2 b { font-weight: 600; color: var(--ochre); }
.result .body { margin-top: 18px; font-size: 15px; line-height: 1.72; color: rgba(248,241,231,0.82); }
.result .body ul { padding-left: 20px; margin: 10px 0 16px; }
.result .body li { margin-bottom: 8px; }
.result .body a { color: var(--ochre); }
.result .small { margin-top: 18px; font-size: 12px; line-height: 1.6; color: rgba(248,241,231,0.55); }
.lead-form { margin-top: 28px; padding: clamp(22px, 3vw, 36px); border-radius: var(--r-lg); background: #fff; border: 1px solid var(--line); }
.lead-form[hidden] { display: none; }
.lead-form h3 { margin: 0 0 6px; font-size: 20px; font-weight: 600; letter-spacing: -0.02em; }
.lead-form p.sub { margin: 0 0 18px; font-size: 14px; color: var(--ink-soft); }
.fgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fgrid .full { grid-column: 1 / -1; }
.fgrid label { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 6px; }
.fgrid input, .fgrid textarea { width: 100%; padding: 13px 14px; border-radius: 9px; border: 1px solid var(--line); background: var(--cream); font: 400 15px/1.4 var(--font); color: var(--espresso); }
.fgrid input:focus, .fgrid textarea:focus { outline: 2px solid var(--terra); outline-offset: 1px; }
.hp { position: absolute; left: -5000px; width: 1px; height: 1px; overflow: hidden; }
.consent { margin-top: 14px; font-size: 12.5px; line-height: 1.6; color: var(--ink-faint); }
.consent a { color: var(--ink-soft); }
@media (max-width: 640px) { .fgrid { grid-template-columns: 1fr; } }

/* ---------- rodapé ---------- */
.foot { background: #2E1810; color: #fff; padding: 64px 0 36px; }
.foot .brand-logo .bl-sq { border-color: #fff; }
.foot .brand-logo .bl-word { color: #fff; }
.foot-grid { display: grid; grid-template-columns: 2.1fr 1fr 1fr 1.1fr 1fr; gap: 40px; align-items: start; }
.foot-brand .brand-logo { margin-bottom: 12px; }
.foot-addr { font-style: normal; font-size: 13.5px; line-height: 1.7; color: rgba(255,255,255,0.72); margin-bottom: 8px; }
.foot-k { font-size: 10px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ochre); margin: 0 0 18px; }
.foot-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.foot-list li { font-size: 13.5px; line-height: 1.4; color: rgba(255,255,255,0.72); }
.foot-list a { color: rgba(255,255,255,0.72); text-decoration: none; }
.foot-list a:hover { color: var(--ochre); }
.foot-meta { font-size: 11.5px; line-height: 1.6; color: rgba(255,255,255,0.42); margin: 0; }
.foot-logos { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.foot-logos .logo-dgert { height: 78px; width: auto; }
.foot-logos-seals img { height: 72px; width: auto; }
.foot-fnote { position: relative; margin-top: 40px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.14); display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 11.5px; color: rgba(255,255,255,0.42); }
.foot-fnote::before { content: ""; position: absolute; top: -1px; left: 0; width: 34px; height: 2px; background: var(--terra); }
.foot-fnote .site { font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: #fff; }
@media (max-width: 900px) { .foot-grid { grid-template-columns: 1fr 1fr; gap: 36px 28px; } .navlinks a:not(.navcta) { display: none; } }
@media (max-width: 560px) {
  .lp-nav .row { padding: 10px 16px; }
  .brand-logo .bl-word { font-size: 20px; }
  .brand-tag { margin-left: 8px; }
  .navcta { padding: 9px 12px; font-size: 11px; letter-spacing: 0.03em; }
  .foot-grid { grid-template-columns: 1fr; }
  .foot-fnote { flex-direction: column; align-items: flex-start; gap: 14px; }
  .stat-strip > div { padding-left: 0; border-right: 0; border-bottom: 1px solid rgba(248,241,231,0.14); }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
.hero-art { overflow: hidden; }
@media (max-width: 560px) { .m-hide { display: none; } .lp-nav .row { gap: 10px; } }
@media (max-width: 360px) { .brand-tag { display: none; } }
@media (max-width: 560px) { .navcta::before { display: none; } .brand-tag { margin-left: 6px; padding: 4px 6px; font-size: 9.5px; letter-spacing: .14em; } .brand-logo .bl-word { font-size: 18px; } }
.result, .lead-form { scroll-margin-top: 96px; }
.q legend { float: left; width: 100%; }
.q .help, .q .opts { clear: both; }
.q .help { padding-top: 6px; }

/* ---------- 27-09-2026: letra maior (igual a /autarquias/; o Paulo achou pequeno num ecrã 3072 px) ---------- */
.wrap, .lp-nav .row, .stat-strip { max-width: 1680px; }
.narrow { max-width: 980px; }
.navlinks a, .navcta { font-size: 13.5px; }
.crumbs { font-size: 13px; }
.lp-hero h1 { font-size: clamp(42px, 6.6vw, 112px); }
.lp-hero .lead { max-width: 820px; font-size: clamp(16.5px, 1.45vw, 21px); }
.stat-strip .v { font-size: clamp(22px, 2.2vw, 32px); }
.stat-strip .k { font-size: 11px; }
.btn { font-size: 13px; padding: 18px 26px; }
.kicker .n, .kicker .lab { font-size: 12px; }
.sec-head h2 { font-size: clamp(30px, 3.9vw, 60px); }
.sec-head p { flex-basis: 460px; font-size: 16.5px; }
.door .tag { font-size: 11.5px; }
.door h3 { font-size: clamp(26px, 2.8vw, 40px); }
.door p { font-size: 16.5px; }
.door li { font-size: 15.5px; }
.door .area, .door .go { font-size: 13px; }
table.vias { font-size: 15.5px; }
table.vias th { font-size: 11.5px; }
.prose { font-size: 17.5px; }
.prose h2 { font-size: clamp(26px, 2.8vw, 38px); }
.callout { font-size: 16.5px; }
.step::before { font-size: 12.5px; }
.step h3 { font-size: 19px; }
.step p { font-size: 15.5px; }
.faq summary { font-size: 19px; }
.faq .a p { font-size: 16.5px; }
.lead-form h3 { font-size: 24px; }
.lead-form p.sub, .consent, .checks label { font-size: 15.5px; }
.fgrid label { font-size: 12px; }
.fgrid input, .fgrid textarea { font-size: 16px; }
.cta h2 { font-size: clamp(32px, 4vw, 60px); }
.foot-list a, .foot-addr { font-size: 15.5px; }
/* ecrãs largos: amplia a página toda, nas mesmas proporções */
@media (min-width: 1800px) { body { zoom: 1.15; } }
@media (min-width: 2300px) { body { zoom: 1.3; } }
.prog-row .pn { font-size: 12.5px; }
.prog-row h3 { font-size: clamp(20px, 2.1vw, 28px); }
.prog-row p { font-size: 16.5px; max-width: 60ch; }

.prog-row .pn { font-size: 12.5px; }
.prog-row h3 { font-size: clamp(20px, 2.1vw, 28px); }
.prog-row p { font-size: 16.5px; max-width: 60ch; }
.door ul li { font-size: 15.5px; }
.q legend { font-size: clamp(20px, 2vw, 26px); }
.q .help { font-size: 15.5px; }
.opts span { font-size: 15.5px; }
.result .body, .result .body li { font-size: 16.5px; }
.result .small, .note, .revisto { font-size: 14px; }
.pill { font-size: 12px; }

/* ---------- pedido: igual ao bloco «Vamos crescer juntos» da página inicial ---------- */
.climax { background: #3C2415; color: #fff; position: relative; overflow: hidden; padding: clamp(64px, 8vw, 110px) 0; }
.climax .grid { display: grid; grid-template-columns: 1fr 440px; gap: 72px; align-items: center; position: relative; z-index: 2; }
.climax .eyebrow { font-size: 12px; font-weight: 600; letter-spacing: 0.38em; text-transform: uppercase; color: #E0A23E; margin: 0 0 26px; }
.climax .slogan { margin: 0; font-weight: 300; line-height: 0.98; letter-spacing: -0.035em; font-size: clamp(42px, 4.6vw, 74px); color: #fff; }
.climax .slogan b { font-weight: 700; color: #E0A23E; }
.climax .sub { font-size: 18px; line-height: 1.65; color: rgba(255,255,255,0.7); margin: 30px 0 40px; max-width: 480px; }
.climax .direct { display: flex; flex-direction: column; gap: 16px; }
.climax .direct a { display: inline-flex; align-items: baseline; gap: 14px; font-size: 17px; color: #fff; text-decoration: none; transition: color .2s; }
.climax .direct a:hover { color: #E0A23E; }
.climax .direct a .k { font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.4); width: 86px; flex: none; }
.climax .direct-note { font-size: 12.5px; line-height: 1.5; color: rgba(255,255,255,0.4); margin: 8px 0 0; padding-left: 100px; }
.climax .next-steps { margin-top: 40px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.16); }
.climax .ns-k { font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin: 0 0 20px; }
.climax .ns-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 15px; }
.climax .ns-list li { display: flex; align-items: baseline; gap: 16px; }
.climax .ns-n { flex: none; font-size: 14px; font-weight: 600; letter-spacing: 0.1em; color: #E0A23E; width: 28px; }
.climax .ns-t { font-size: 16.5px; line-height: 1.5; color: rgba(255,247,238,0.82); }
.pedido-card { position: relative; background: #FAF1E4; border: 1px solid #E7DBCB; border-radius: 3px; padding: 30px 32px; display: grid; gap: 12px; min-width: 0; box-shadow: 0 34px 72px -30px rgba(0,0,0,0.55); color: #3C2415; }
.pedido-card::before { content: ""; position: absolute; z-index: 0; left: -20px; top: 22px; right: 20px; bottom: -22px; border: 1px solid rgba(255,255,255,0.24); border-radius: 3px; pointer-events: none; }
.pedido-card > * { position: relative; z-index: 1; }
.pedido-card .panel-art { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; mix-blend-mode: multiply; pointer-events: none; }
.pedido-card .hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.field { display: flex; flex-direction: column; min-width: 0; }
.field label, .field .flabel { font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: #6E5847; margin-bottom: 3px; }
.field .req { color: #C75F3F; margin-left: 1px; }
.field .opt { color: #9A8775; font-weight: 500; letter-spacing: 0.08em; text-transform: none; }
.field input, .field textarea { background: transparent; border: none; border-bottom: 1px solid rgba(60,36,21,0.4); border-radius: 0; color: #3C2415; font-family: inherit; font-size: 16.5px; padding: 8px 2px; outline: none; resize: none; width: 100%; min-width: 0; transition: border-color .25s; }
.field input::placeholder, .field textarea::placeholder { color: rgba(60,36,21,0.42); }
.field input:focus, .field textarea:focus { border-bottom-color: #C75F3F; }
.pedido-card .checks { margin: 6px 0 2px; gap: 8px; }
.pedido-card .checks label { padding: 7px 12px; font-size: 13.5px; text-transform: none; letter-spacing: 0; font-weight: 500; color: #3C2415; background: rgba(255,253,249,.7); margin: 0; }
.pedido-card .submit { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-top: 8px; }
.pedido-card .submit .note { margin: 0; font-size: 12.5px; color: #9A8775; max-width: 230px; line-height: 1.5; }
.pedido-card .submit .note a { color: #C75F3F; text-decoration: underline; text-underline-offset: 2px; }
@media (max-width: 980px) { .climax .grid { grid-template-columns: 1fr; gap: 56px; } .pedido-card::before { left: -10px; right: 10px; } }
@media (max-width: 560px) { .pedido-card { padding: 26px 20px; } .climax .direct-note { padding-left: 0; } }

.climax[hidden] { display: none; }
