:root {
  --brand: #3e4931;
  --brand-deep: #273120;
  --brand-soft: #edf1e8;
  --cream: #f3e7d5;
  --cream-soft: #fbf7f0;
  --ink: #182019;
  --muted: #596157;
  --line: #dfe5da;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(34, 48, 29, 0.14);
}
* { box-sizing: border-box; }
html { margin: 0; padding: 0; width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; padding: 0; width: 100%; overflow-x: clip; background: var(--white); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(780px, calc(100% - 40px)); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(62, 73, 49, 0.98); border-bottom: 1px solid rgba(243, 231, 213, 0.15); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { width: min(390px, 68vw); height: 66px; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 19px; border: 1px solid rgba(243, 231, 213, 0.55); border-radius: 999px; color: var(--cream); font-size: .82rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; transition: .2s ease; }
.header-cta:hover, .header-cta:focus-visible { background: var(--cream); color: var(--brand-deep); }
.hero { min-height: 650px; display: grid; align-items: center; background-color: var(--brand-deep); background-image: linear-gradient(90deg, rgba(17,28,16,.88) 0%, rgba(17,28,16,.69) 48%, rgba(17,28,16,.24) 100%), url('../images/hero-auxilio-maternidade-desktop-ultrawide.webp'); background-position: center 20%; background-repeat: no-repeat; background-size: cover; color: var(--white); }
.hero-inner { padding: 66px 0 72px; }
.hero-layout { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(340px,.68fr); align-items: center; gap: clamp(42px,5vw,68px); }
.hero-copy { max-width: 650px; }
.eyebrow { margin: 0 0 18px; color: var(--cream); font-size: .8rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.dark { color: var(--brand); }
.hero h1, .section-copy h2 { margin: 0; text-wrap: balance; }
.hero h1 { max-width: 750px; font-size: clamp(2.7rem, 5.7vw, 5.05rem); font-weight: 430; letter-spacing: -.055em; line-height: .98; }
.hero h1 strong { color: var(--cream); font-weight: 780; }
.hero-subtitle { max-width: 630px; margin: 28px 0 0; color: rgba(255,255,255,.88); font-size: clamp(1.02rem, 2.2vw, 1.25rem); line-height: 1.65; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; margin-top: 32px; padding: 0 27px; border: 1px solid transparent; border-radius: 999px; font-size: .9rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-light { background: var(--cream); color: var(--brand-deep); box-shadow: 0 12px 36px rgba(0,0,0,.18); }
.button-primary { background: var(--brand); color: var(--white); box-shadow: 0 12px 30px rgba(62,73,49,.22); }
.hero-form-wrap { min-width: 0; padding: 14px; border: 1px solid rgba(255,255,255,.42); border-radius: 28px; background: rgba(255,255,255,.98); box-shadow: 0 26px 70px rgba(12,20,10,.28); scroll-margin-top: 96px; }
.form-slot { min-height: 365px; border-radius: 18px; background: var(--white); }
.zoho-form-container { width: 100%; min-height: 150px; overflow: hidden; border-radius: inherit; }
.zoho-form-container iframe { display: block; width: 100% !important; margin: 0 auto; }
.notice-section { padding: 22px 0 76px; background: var(--white); text-align: center; }
.notice-section p { margin: 0; color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.notice-section strong { color: var(--brand-deep); }
.split-section { padding: 100px 0; }
.profile-section { background: var(--cream-soft); }
.split-grid { display: grid; grid-template-columns: minmax(0,.87fr) minmax(0,1.13fr); align-items: center; gap: clamp(48px,7vw,94px); }
.portrait-card { position: relative; margin: 0; overflow: hidden; border-radius: 30px; background: var(--brand); box-shadow: var(--shadow); }
.portrait-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; }
.portrait-card figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 17px; background: rgba(29,39,24,.9); color: var(--white); }
.portrait-card figcaption strong { font-size: .96rem; }
.portrait-card figcaption span { color: var(--cream); font-size: .84rem; white-space: nowrap; }
.section-copy h2 { color: var(--brand-deep); font-size: clamp(2.25rem,4.8vw,4.15rem); letter-spacing: -.045em; line-height: 1.05; }
.section-copy > p:not(.eyebrow) { margin: 26px 0 0; color: var(--muted); font-size: 1.06rem; line-height: 1.8; }
.trust-list { display: grid; gap: 14px; margin: 28px 0 0; padding: 0; list-style: none; }
.trust-list li { display: flex; align-items: center; gap: 12px; color: var(--ink); font-weight: 650; }
.trust-list li::before { content: "✓"; width: 26px; height: 26px; flex: 0 0 26px; display: grid; place-items: center; border-radius: 50%; background: var(--brand-soft); color: var(--brand); font-size: .82rem; font-weight: 900; }

.content-section { padding: 104px 0; background: var(--white); }
.soft-section { background: var(--brand-soft); }
.content-grid { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); align-items: center; gap: clamp(50px,7vw,94px); }
.content-image { overflow: hidden; border-radius: 30px; background: var(--cream-soft); box-shadow: var(--shadow); }
.content-image img { width: 100%; aspect-ratio: 1.08 / 1; object-fit: cover; }
.compact-copy h2 { font-size: clamp(2.35rem,4.6vw,3.8rem); }
.compact-copy strong { color: var(--brand-deep); }
.attention-box { display: grid; gap: 8px; margin-top: 28px; padding: 22px 24px; border-left: 4px solid var(--brand); border-radius: 0 16px 16px 0; background: var(--white); box-shadow: 0 14px 34px rgba(39,49,32,.08); }
.attention-box strong { color: var(--brand-deep); font-size: 1.03rem; }
.attention-box span { color: var(--muted); font-size: .94rem; line-height: 1.65; }

.process-section { padding: 110px 0; background: var(--brand-deep); color: var(--white); }
.process-heading { max-width: 800px; margin-bottom: 58px; text-align: center; }
.process-heading h2, .faq-heading h2, .online-copy h2, .legal-hero h1, .success-inner h1 { margin: 0; font-size: clamp(2.4rem,5vw,4.35rem); letter-spacing: -.05em; line-height: 1.04; text-wrap: balance; }
.process-heading h2 { color: var(--cream); }
.process-heading > p:last-child { max-width: 690px; margin: 22px auto 0; color: rgba(255,255,255,.7); font-size: 1.06rem; line-height: 1.75; }
.process-grid { display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); align-items: center; gap: clamp(46px,7vw,88px); }
.process-image { overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; box-shadow: 0 24px 70px rgba(0,0,0,.24); }
.process-image img { width: 100%; aspect-ratio: 1.08 / 1; object-fit: cover; }
.steps-list { display: grid; gap: 16px; }
.steps-list article { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 25px; border: 1px solid rgba(243,231,213,.16); border-radius: 22px; background: rgba(255,255,255,.055); }
.steps-list article > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); color: var(--brand-deep); font-size: .82rem; font-weight: 850; }
.steps-list h3 { margin: 1px 0 8px; color: var(--cream); font-size: 1.12rem; }
.steps-list p { margin: 0; color: rgba(255,255,255,.7); font-size: .96rem; line-height: 1.7; }

.faq-section { padding: 110px 0; background: var(--cream-soft); }
.faq-grid { display: grid; grid-template-columns: minmax(0,.75fr) minmax(0,1.25fr); align-items: start; gap: clamp(50px,8vw,110px); }
.faq-heading { position: sticky; top: 126px; }
.faq-heading h2 { color: var(--brand-deep); }
.faq-heading > p:last-child { margin: 24px 0 0; color: var(--muted); line-height: 1.75; }
.faq-list { display: grid; gap: 14px; }
.faq-list details { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 8px 24px rgba(39,49,32,.05); }
.faq-list summary { position: relative; padding: 22px 62px 22px 24px; color: var(--brand-deep); font-weight: 750; line-height: 1.45; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 50%; right: 22px; width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: var(--brand-soft); color: var(--brand); font-size: 1.25rem; transform: translateY(-50%); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 24px 24px; color: var(--muted); font-size: .96rem; line-height: 1.75; }

.online-section { padding: 0; background: var(--brand); color: var(--white); }
.online-grid { width: min(1280px,100%); display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); align-items: stretch; }
.online-photo { max-height: 670px; overflow: hidden; }
.online-photo img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; object-position: center 30%; }
.online-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px,9vw,130px); }
.online-copy h2 { color: var(--cream); }
.online-copy > p:not(.eyebrow) { margin: 25px 0 0; color: rgba(255,255,255,.76); font-size: 1.08rem; line-height: 1.75; }

.disclaimer-section { padding: 54px 0; background: var(--white); }
.disclaimer-card { display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: start; padding: 24px 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--cream-soft); }
.disclaimer-card strong { color: var(--brand-deep); }
.disclaimer-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.7; }

.success-hero { min-height: 670px; display: grid; align-items: center; background-position: center; background-size: cover; color: var(--white); }
.success-inner { max-width: 760px; padding: 100px 0; text-align: left; }
.success-check { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 50%; background: var(--cream); color: var(--brand-deep); font-size: 1.45rem; font-weight: 900; }
.success-inner h1 { color: var(--cream); }
.success-inner > p:not(.eyebrow):not(.setup-note) { max-width: 680px; margin: 25px 0 0; color: rgba(255,255,255,.82); font-size: 1.08rem; line-height: 1.75; }
.disabled-link { cursor: not-allowed; opacity: .78; }
.setup-note { margin: 16px 0 0; color: rgba(255,255,255,.58); font-size: .8rem; }

.legal-hero { padding: 86px 0; background: var(--brand); color: var(--white); }
.legal-hero h1 { color: var(--cream); }
.legal-hero a { display: inline-flex; margin-top: 24px; color: rgba(255,255,255,.72); font-size: .9rem; text-decoration: underline; text-underline-offset: 4px; }
.legal-content { width: min(900px,calc(100% - 40px)); padding-top: 74px; padding-bottom: 100px; }
.legal-updated { margin: 0 0 48px; color: var(--muted); font-size: .9rem; }
.legal-content h2 { margin: 45px 0 14px; color: var(--brand-deep); font-size: clamp(1.35rem,2.5vw,1.75rem); letter-spacing: -.02em; }
.legal-content p, .legal-content li { color: var(--muted); font-size: 1rem; line-height: 1.82; }
.legal-content p { margin: 0 0 16px; }
.legal-content ul { display: grid; gap: 8px; margin: 0; padding-left: 22px; }

.site-footer { padding: 64px 0 24px; background: var(--brand-deep); color: rgba(255,255,255,.74); }
.footer-grid { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 70px; align-items: start; }
.footer-brand img { width: min(390px,75vw); height: 74px; object-fit: cover; object-position: center; }
.footer-brand p { margin: 18px 0 0; color: rgba(255,255,255,.62); font-size: .92rem; }
.footer-links { display: grid; gap: 13px; text-align: right; }
.footer-links a { color: rgba(255,255,255,.76); font-size: .9rem; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--cream); }
.footer-bottom { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 18px 24px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.46); font-size: .78rem; }
.footer-developer { grid-column: 1 / -1; display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: center; justify-self: center; gap: 9px; min-height: 44px; margin-top: 7px; padding: 10px 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(255,255,255,.04); color: rgba(255,255,255,.7); font-size: .69rem; line-height: 1.2; text-align: center; transition: border-color .2s ease, background-color .2s ease, color .2s ease; }
.footer-developer img { width: 116px; height: auto; }
.footer-developer:hover, .footer-developer:focus-visible { border-color: rgba(243,231,213,.34); background: rgba(255,255,255,.08); color: var(--white); }
@media (max-width: 820px) {
  .header-inner { min-height: 72px; }
  .brand { width: 270px; height: 58px; }
  .header-cta { display: none; }
  .hero { min-height: calc(100svh - 72px); background-image: linear-gradient(90deg, rgba(17,28,16,.9) 0%, rgba(17,28,16,.68) 58%, rgba(17,28,16,.3) 100%), url('../images/hero-auxilio-maternidade-mobile-vertical.webp'); background-position: center top; background-size: cover; }
  .hero-inner { min-height: calc(100svh - 72px); display: grid; align-items: center; padding: 34px 0; }
  .hero-layout { grid-template-columns: 1fr; gap: 22px; }
  .hero-copy { max-width: 680px; }
  .hero-form-wrap { padding: 10px; border-radius: 22px; }
  .form-slot { min-height: 230px; }
  .split-section { padding: 76px 0; }
  .split-grid { grid-template-columns: 1fr; gap: 44px; }
  .portrait-card { width: min(520px,100%); margin: 0 auto; }
  .content-section, .process-section, .faq-section { padding: 82px 0; }
  .content-grid, .process-grid, .faq-grid { grid-template-columns: 1fr; gap: 48px; }
  .reverse-grid .section-copy { order: 2; }
  .reverse-grid .content-image { order: 1; }
  .faq-heading { position: static; }
  .online-grid { grid-template-columns: 1fr; }
  .online-photo img { min-height: 460px; max-height: 560px; }
  .online-copy { padding: 74px 40px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-links { text-align: left; }
}
@media (max-width: 560px) {
  .shell, .narrow, .form-shell { width: min(100% - 28px,1120px); }
  .brand { width: 238px; height: 52px; }
  .hero { min-height: calc(100svh - 72px); background-position: center top; }
  .hero-inner { min-height: calc(100svh - 72px); padding: 18px 0 22px; }
  .hero-layout { gap: 14px; }
  .hero-copy .eyebrow { margin-bottom: 8px; font-size: .65rem; }
  .hero h1 { font-size: clamp(1.95rem,9.7vw,2.55rem); line-height: 1; }
  .hero-subtitle { margin-top: 11px; font-size: .88rem; line-height: 1.4; }
  .hero-cta { display: none; }
  .hero-form-wrap { padding: 8px; border-radius: 18px; }
  .form-slot { min-height: clamp(180px,34svh,245px); border-radius: 12px; }
  .button { width: 100%; }
  .notice-section { padding-bottom: 56px; }
  .split-section, .content-section, .process-section, .faq-section { padding-top: 56px; padding-bottom: 56px; }
  .portrait-card { width: min(300px,100%); }
  .content-image img, .process-image img { aspect-ratio: 4 / 3; }
  .portrait-card figcaption { align-items: flex-start; flex-direction: column; gap: 4px; }
  .section-copy h2 { font-size: 2.45rem; }
  .process-heading { margin-bottom: 40px; }
  .steps-list article { grid-template-columns: 44px 1fr; padding: 20px; }
  .steps-list article > span { width: 40px; height: 40px; }
  .online-photo { height: clamp(250px,72vw,300px); max-height: none; }
  .online-photo img { height: 100%; min-height: 0; max-height: none; object-position: center 24%; }
  .online-copy { padding: 64px 20px; }
  .disclaimer-card { grid-template-columns: 1fr; gap: 10px; padding: 22px; }
  .success-hero { min-height: 0; background-position: center 35%; }
  .success-inner { padding: 60px 0 64px; }
  .legal-hero { padding: 66px 0; }
  .legal-content { width: min(100% - 28px,900px); padding-top: 54px; padding-bottom: 76px; }
  .footer-brand img { width: 280px; max-width: 100%; height: 60px; }
  .footer-bottom { grid-template-columns: 1fr; gap: 7px; }
  .footer-developer { margin-top: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
