/*
Theme Name: Mabe Contabilidade
Author: Mabe Contabilidade
Description: Tema institucional premium para Mabe Contabilidade, com página de INSS de Obras e formulários integrados ao WordPress.
Version: 1.0.0
Text Domain: mabe-contabilidade
*/

:root {
    --mabe-ink: #081d32;
    --mabe-ink-2: #112d47;
    --mabe-gold: #c8a15a;
    --mabe-paper: #f8f4ee;
    --mabe-paper-2: #f1ebe2;
    --mabe-white: #fffdf9;
    --mabe-muted: #68727d;
    --mabe-line: rgba(8, 29, 50, .14);
    --mabe-shadow: 0 24px 60px rgba(8, 29, 50, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--mabe-ink); background: var(--mabe-paper); font-family: Montserrat, Arial, sans-serif; line-height: 1.5; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; height: auto; }
.mabe-container { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.mabe-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; }

.mabe-logo { display: inline-grid; line-height: .75; }
.mabe-logo strong { color: var(--mabe-ink); font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(2.55rem, 4vw, 3.55rem); font-weight: 600; letter-spacing: -.075em; }
.mabe-logo strong span, .mabe-gold { color: var(--mabe-gold); }
.mabe-logo small { margin: 10px 0 0 3px; color: var(--mabe-gold); font-size: .58rem; font-weight: 700; letter-spacing: .32em; }
.custom-logo-link { display: inline-flex; max-width: 230px; }
.custom-logo-link img { width: auto; max-height: 76px; object-fit: contain; }
.mabe-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 17px; color: var(--mabe-gold); font-size: .7rem; font-weight: 700; letter-spacing: .18em; }
.mabe-eyebrow::before { width: 32px; height: 1px; background: var(--mabe-gold); content: ''; }

.mabe-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; background: var(--mabe-ink); color: var(--mabe-white); font-size: .77rem; font-weight: 700; transition: transform .22s ease, background .22s ease, color .22s ease; }
.mabe-button:hover { transform: translateY(-3px); background: #153a59; }
.mabe-button svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.6; }
.mabe-button--gold { background: var(--mabe-gold); color: var(--mabe-ink); }
.mabe-button--gold:hover { background: #d8b777; }
.mabe-button--outline { border-color: rgba(255,255,255,.42); background: transparent; color: var(--mabe-white); }
.mabe-button--outline:hover { background: var(--mabe-white); color: var(--mabe-ink); }
.mabe-button--light { border-color: var(--mabe-line); background: transparent; color: var(--mabe-ink); }
.mabe-button--light:hover { background: var(--mabe-ink); color: var(--mabe-white); }

.mabe-header { position: absolute; z-index: 15; top: 0; left: 0; width: 100%; padding: 27px 0; }
.mabe-header--solid { position: relative; background: var(--mabe-paper); }
.mabe-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.mabe-nav ul { display: flex; align-items: center; gap: clamp(16px, 2.4vw, 35px); padding: 0; margin: 0; list-style: none; }
.mabe-nav a { position: relative; display: block; padding: 9px 0; color: var(--mabe-ink); font-size: .74rem; font-weight: 600; }
.mabe-nav a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--mabe-gold); content: ''; transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.mabe-nav .current-menu-item > a::after, .mabe-nav a:hover::after, .mabe-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.mabe-menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--mabe-line); border-radius: 50%; background: var(--mabe-white); }
.mabe-menu-toggle span, .mabe-menu-toggle::before, .mabe-menu-toggle::after { display: block; width: 19px; height: 1px; margin: 4px auto; background: var(--mabe-ink); content: ''; }

.mabe-hero { position: relative; min-height: 780px; padding: 178px 0 82px; overflow: hidden; }
.mabe-hero::before { position: absolute; top: -25%; right: -9%; width: min(59vw, 830px); height: min(59vw, 830px); border: 1px solid rgba(200,161,90,.73); border-radius: 50%; content: ''; pointer-events: none; }
.mabe-hero::after { position: absolute; right: 6%; bottom: 0; width: 180px; height: 180px; background-image: radial-gradient(var(--mabe-gold) 1px, transparent 1px); background-size: 11px 11px; content: ''; opacity: .35; -webkit-mask-image: radial-gradient(circle, #000 10%, transparent 72%); mask-image: radial-gradient(circle, #000 10%, transparent 72%); }
.mabe-hero__grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; gap: 42px; }
.mabe-hero__copy { position: relative; z-index: 1; max-width: 670px; padding-top: 34px; }
.mabe-hero h1, .mabe-section h2, .mabe-inss-hero h1, .mabe-form-card h2, .mabe-service-card h3, .mabe-benefit h3, .mabe-step h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; letter-spacing: -.055em; }
.mabe-hero h1 { max-width: 700px; margin: 0 0 23px; font-size: clamp(3.55rem, 6.1vw, 6.8rem); line-height: .86; }
.mabe-hero__text { max-width: 520px; margin: 0 0 30px; color: #26384b; font-size: 1rem; line-height: 1.75; }
.mabe-portrait { position: relative; z-index: 1; align-self: stretch; min-height: 550px; overflow: hidden; border-radius: 210px 210px 0 0; background: #d6d0c8; box-shadow: var(--mabe-shadow); }
.mabe-portrait::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,29,50,.13), transparent 55%); content: ''; pointer-events: none; }
.mabe-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; display: block; filter: saturate(.94) contrast(1.02); }
.mabe-portrait__mark { position: absolute; right: 28px; bottom: 25px; z-index: 1; display: grid; width: 67px; height: 67px; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: var(--mabe-white); font-family: 'Cormorant Garamond', Georgia, serif; font-size: 2.45rem; font-weight: 600; backdrop-filter: blur(6px); }
.mabe-trust-list { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); padding: 0; margin: 34px 0 0; border-top: 1px solid var(--mabe-line); list-style: none; }
.mabe-trust-list li { display: flex; align-items: center; gap: 12px; min-height: 78px; padding: 18px 20px 18px 0; border-right: 1px solid var(--mabe-line); font-size: .78rem; font-weight: 600; }
.mabe-trust-list li:last-child { border-right: 0; }
.mabe-trust-list svg { width: 27px; height: 27px; flex: 0 0 auto; stroke: var(--mabe-gold); fill: none; stroke-width: 1.5; }

.mabe-services-strip { position: relative; z-index: 3; background: var(--mabe-ink); color: var(--mabe-white); }
.mabe-services-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); }
.mabe-service-card { position: relative; min-height: 255px; padding: 44px 22px 37px; border-right: 1px solid rgba(255,255,255,.18); transition: background .28s ease; }
.mabe-service-card:last-child { border-right: 0; }
.mabe-service-card:hover { background: #123755; }
.mabe-service-card--featured { margin: -20px 0; min-height: 295px; border: 1px solid rgba(200,161,90,.85); background: linear-gradient(155deg,#153852,#0a1f34 65%); box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.mabe-service-card--featured::before { position: absolute; top: 17px; right: 16px; padding: 5px 7px; background: var(--mabe-gold); color: var(--mabe-ink); content: 'DESTAQUE'; font-size: .52rem; font-weight: 700; letter-spacing: .12em; }
.mabe-service-number { color: var(--mabe-gold); font-size: .67rem; font-weight: 700; letter-spacing: .14em; }
.mabe-service-icon { width: 42px; height: 42px; margin: 21px 0 22px; }
.mabe-service-icon svg { width: 100%; height: 100%; stroke: var(--mabe-gold); fill: none; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.mabe-service-card h3 { margin: 0 0 12px; font-size: 1.88rem; line-height: .95; }
.mabe-service-card p { margin: 0; color: rgba(255,255,255,.73); font-size: .70rem; line-height: 1.65; }
.mabe-service-more { display: inline-flex; gap: 8px; margin-top: 17px; color: var(--mabe-gold); font-size: .68rem; font-weight: 700; }

.mabe-inss-promo { padding: 83px 0; background: var(--mabe-white); }
.mabe-inss-promo__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 45px; align-items: center; padding: 45px; border: 1px solid var(--mabe-line); background: linear-gradient(120deg,#f8f4ee 0%,#fffdf9 64%,#f0e5d3 100%); }
.mabe-inss-promo h2 { max-width: 620px; margin: 0 0 18px; font-size: clamp(2.8rem,4.6vw,4.8rem); line-height: .9; }
.mabe-inss-promo p:not(.mabe-eyebrow) { max-width: 570px; margin: 0 0 27px; color: #455361; font-size: .91rem; line-height: 1.8; }
.mabe-inss-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.mabe-whatsapp-link { display: inline-flex; align-items: center; gap: 10px; min-height: 52px; padding: 0 20px; border: 1px solid rgba(8,29,50,.25); border-radius: 999px; color: var(--mabe-ink); font-size: .76rem; font-weight: 700; transition: background .25s ease, color .25s ease; }
.mabe-whatsapp-link:hover { background: var(--mabe-ink); color: var(--mabe-white); }
.mabe-whatsapp-link svg { width: 19px; height: 19px; stroke: currentColor; fill: none; stroke-width: 1.8; }
.mabe-inss-benefits { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; }
.mabe-inss-benefit { min-height: 132px; padding: 23px; border: 1px solid rgba(8,29,50,.12); background: rgba(255,255,255,.63); }
.mabe-inss-benefit svg { width: 28px; height: 28px; margin-bottom: 13px; stroke: var(--mabe-gold); fill: none; stroke-width: 1.5; }
.mabe-inss-benefit b { display: block; margin-bottom: 6px; font-size: .76rem; }
.mabe-inss-benefit span { display: block; color: var(--mabe-muted); font-size: .69rem; line-height: 1.5; }

.mabe-section { padding: 135px 0; }
.mabe-section--paper { background: var(--mabe-paper-2); }
.mabe-section--white { background: var(--mabe-white); }
.mabe-section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: end; margin-bottom: 56px; }
.mabe-section h2 { margin: 0; font-size: clamp(3rem,5vw,5.45rem); line-height: .9; }
.mabe-section-heading > p:not(.mabe-eyebrow) { max-width: 420px; margin: 0 0 5px auto; color: var(--mabe-muted); font-size: .93rem; line-height: 1.8; }
.mabe-about-grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: 70px; align-items: center; }
.mabe-about-photo { position: relative; min-height: 560px; overflow: hidden; background: var(--mabe-ink); }
.mabe-about-photo::after { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(8,29,50,.64),transparent 52%); content: ''; }
.mabe-about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 47% center; display: block; filter: grayscale(.15) saturate(.75); }
.mabe-about-quote { position: absolute; right: 34px; bottom: 35px; left: 34px; z-index: 1; margin: 0; color: var(--mabe-white); font-family: 'Cormorant Garamond',Georgia,serif; font-size: clamp(2.1rem,3vw,3.4rem); font-weight: 600; letter-spacing: -.045em; line-height: .92; }
.mabe-about-copy { padding: 30px 0; }
.mabe-about-copy h2 { margin-bottom: 26px; }
.mabe-about-copy > p { max-width: 520px; color: #34475a; font-size: 1rem; line-height: 1.85; }
.mabe-principles { display: grid; grid-template-columns: repeat(2,1fr); gap: 2px; margin: 39px 0; background: var(--mabe-line); }
.mabe-principle { min-height: 136px; padding: 25px; background: var(--mabe-paper-2); }
.mabe-principle svg { width: 30px; height: 30px; margin-bottom: 14px; stroke: var(--mabe-gold); fill: none; stroke-width: 1.5; }
.mabe-principle span { display: block; font-size: .78rem; font-weight: 700; }
.mabe-segment-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.mabe-segment { display: flex; align-items: center; justify-content: space-between; min-height: 88px; padding: 18px 22px; border: 1px solid var(--mabe-line); background: var(--mabe-white); font-family: 'Cormorant Garamond',Georgia,serif; font-size: 1.7rem; font-weight: 600; letter-spacing: -.025em; transition: transform .25s ease,background .25s ease,color .25s ease; }
.mabe-segment::after { color: var(--mabe-gold); content: '↗'; font-family: Montserrat,Arial,sans-serif; font-size: 1rem; }
.mabe-segment:hover { transform: translateY(-4px); background: var(--mabe-ink); color: var(--mabe-white); }

.mabe-contact { position: relative; overflow: hidden; padding: 125px 0; background: var(--mabe-ink); color: var(--mabe-white); }
.mabe-contact::before { position: absolute; top: -170px; right: 3%; color: rgba(255,255,255,.035); content: 'M'; font-family: 'Cormorant Garamond',Georgia,serif; font-size: 38rem; font-weight: 600; line-height: 1; }
.mabe-contact__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.mabe-contact h2 { max-width: 550px; color: var(--mabe-white); }
.mabe-contact__copy { max-width: 410px; margin-top: 25px; color: rgba(255,255,255,.68); font-size: .93rem; line-height: 1.8; }
.mabe-form { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; padding: 34px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.03); }
.mabe-field { display: grid; gap: 8px; }
.mabe-field--full { grid-column: 1 / -1; }
.mabe-field label { color: rgba(255,255,255,.73); font-size: .69rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.mabe-field input,.mabe-field textarea { width: 100%; padding: 10px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.42); border-radius: 0; outline: none; background: transparent; color: var(--mabe-white); }
.mabe-field textarea { min-height: 96px; resize: vertical; }
.mabe-field input:focus,.mabe-field textarea:focus { border-color: var(--mabe-gold); }
.mabe-form-note { grid-column: 1 / -1; margin: -3px 0 0; color: rgba(255,255,255,.5); font-size: .69rem; line-height: 1.55; }
.mabe-form-status { grid-column: 1 / -1; margin: 0; color: #e2c888; font-size: .72rem; }

.mabe-inss-hero { position: relative; min-height: 708px; padding: 76px 0 82px; overflow: hidden; background: linear-gradient(100deg,#f8f4ee 0%,#f8f4ee 55%,#ece5d9 55%,#e4d9ca 100%); }
.mabe-inss-hero::before { position: absolute; top: -360px; left: calc(50% - 60px); width: 720px; height: 720px; border: 1px solid rgba(200,161,90,.7); border-radius: 50%; content: ''; }
.mabe-inss-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.mabe-crumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; color: #6d7780; font-size: .69rem; }
.mabe-crumbs span { color: var(--mabe-gold); }
.mabe-inss-hero h1 { max-width: 660px; margin: 0 0 24px; font-size: clamp(3.65rem,6.3vw,6.8rem); line-height: .86; }
.mabe-inss-copy > p:not(.mabe-eyebrow) { max-width: 560px; margin-bottom: 30px; color: #34485a; font-size: .97rem; line-height: 1.82; }
.mabe-quick-benefits { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 44px; }
.mabe-quick-benefit { min-height: 112px; padding: 17px 13px; border-top: 1px solid var(--mabe-line); }
.mabe-quick-benefit svg { width: 26px; height: 26px; margin-bottom: 10px; stroke: var(--mabe-gold); fill: none; stroke-width: 1.5; }
.mabe-quick-benefit b { display: block; font-size: .72rem; line-height: 1.28; }
.mabe-work-stage { position: absolute; inset: 0; overflow: hidden; background: linear-gradient(160deg,rgba(8,29,50,.14),rgba(8,29,50,.62)),linear-gradient(130deg,#9b805e,#d1b08a); }
.mabe-work-stage::before { position: absolute; right: 7%; bottom: 0; width: 70%; height: 87%; background: repeating-linear-gradient(90deg,rgba(24,21,17,.55) 0 13px,transparent 13px 58px),repeating-linear-gradient(0deg,rgba(24,21,17,.5) 0 7px,transparent 7px 62px); content: ''; opacity: .72; transform: perspective(500px) rotateY(-8deg); transform-origin: right; }
.mabe-work-stage::after { position: absolute; right: 0; bottom: 40px; left: 0; height: 58px; background: repeating-linear-gradient(90deg,#4d3b2b 0 65px,#81684e 65px 130px); content: ''; opacity: .76; }
.mabe-form-card { position: relative; z-index: 2; width: min(100%,430px); margin: 39px 0 39px auto; padding: 34px; border: 1px solid rgba(200,161,90,.72); border-radius: 15px; background: rgba(8,29,50,.96); color: var(--mabe-white); box-shadow: var(--mabe-shadow); }
.mabe-form-card h2 { margin: 0 0 13px; color: var(--mabe-white); font-size: 2.65rem; line-height: .92; }
.mabe-form-card > p { margin-bottom: 22px; color: rgba(255,255,255,.7); font-size: .76rem; line-height: 1.65; }
.mabe-form-card .mabe-field { margin-bottom: 14px; }
.mabe-form-card .mabe-field label { color: rgba(255,255,255,.68); font-size: .62rem; }
.mabe-form-card .mabe-field input,.mabe-form-card .mabe-field textarea { padding: 11px 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 5px; background: var(--mabe-white); color: var(--mabe-ink); font-size: .77rem; }
.mabe-form-card .mabe-field textarea { min-height: 88px; }
.mabe-form-card .mabe-field input:focus,.mabe-form-card .mabe-field textarea:focus { border-color: var(--mabe-gold); box-shadow: 0 0 0 3px rgba(200,161,90,.19); }
.mabe-form-card .mabe-button { width: 100%; }
.mabe-whatsapp-line { display: flex; align-items: center; gap: 10px; margin-top: 17px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.76); font-size: .7rem; font-weight: 600; }
.mabe-whatsapp-line svg { width: 21px; height: 21px; stroke: var(--mabe-gold); fill: none; stroke-width: 1.8; }
.mabe-benefits-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--mabe-line); }
.mabe-benefit { min-height: 245px; padding: 34px 28px; border-right: 1px solid var(--mabe-line); }
.mabe-benefit:last-child { border: 0; }
.mabe-benefit svg { width: 39px; height: 39px; margin-bottom: 25px; stroke: var(--mabe-gold); fill: none; stroke-width: 1.45; }
.mabe-benefit h3 { margin: 0 0 10px; font-size: 2.05rem; line-height: .94; }
.mabe-benefit p { margin: 0; color: var(--mabe-muted); font-size: .73rem; line-height: 1.7; }
.mabe-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; counter-reset: step; }
.mabe-step { position: relative; min-height: 245px; padding: 36px 24px; background: var(--mabe-white); box-shadow: 0 14px 30px rgba(8,29,50,.05); }
.mabe-step::before { display: grid; width: 32px; height: 32px; margin-bottom: 28px; place-items: center; border-radius: 50%; background: var(--mabe-gold); color: var(--mabe-ink); content: counter(step,decimal-leading-zero); counter-increment: step; font-size: .63rem; font-weight: 700; }
.mabe-step h3 { margin: 0 0 11px; font-size: 2rem; line-height: .95; }
.mabe-step p { margin: 0; color: var(--mabe-muted); font-size: .73rem; line-height: 1.7; }
.mabe-cta { padding: 86px 0; background: var(--mabe-ink); color: var(--mabe-white); }
.mabe-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 40px 44px; border: 1px solid rgba(200,161,90,.54); background: linear-gradient(110deg,rgba(255,255,255,.05),transparent); }
.mabe-cta h2 { max-width: 590px; margin: 0; color: var(--mabe-white); font-size: clamp(2.7rem,4vw,4.35rem); line-height: .9; }
.mabe-cta__actions { display: flex; flex-wrap: wrap; gap: 10px; }

.mabe-footer { padding: 33px 0; background: #061626; color: rgba(255,255,255,.64); }
.mabe-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.mabe-footer .mabe-logo strong { color: var(--mabe-white); font-size: 2.35rem; }
.mabe-footer .mabe-logo small { font-size: .48rem; }
.mabe-footer p { margin: 0; font-size: .67rem; }
.mabe-socials { display: flex; gap: 9px; }
.mabe-socials a { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; font-size: .68rem; font-weight: 700; transition: background .2s ease,color .2s ease; }
.mabe-socials a:hover { border-color: var(--mabe-gold); background: var(--mabe-gold); color: var(--mabe-ink); }
.mabe-reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease,transform .7s ease; }
.mabe-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width:1080px) { .mabe-header__inner { gap:16px; }.mabe-nav ul { gap:17px; }.mabe-nav a { font-size:.69rem; }.mabe-hero { min-height:720px;padding-top:150px; }.mabe-portrait { min-height:500px; }.mabe-service-card { padding:37px 17px 30px; }.mabe-service-card h3 { font-size:1.65rem; }.mabe-about-grid,.mabe-contact__grid { gap:45px; } }
@media (max-width:820px) { .mabe-container { width:min(100% - 34px,650px); }.mabe-header { position:relative;padding:18px 0 0; }.mabe-nav { display:none;position:absolute;top:86px;right:17px;left:17px;padding:20px;border:1px solid var(--mabe-line);background:var(--mabe-white);box-shadow:var(--mabe-shadow); }.mabe-nav.is-open { display:block; }.mabe-nav ul { display:grid; }.mabe-nav a { padding:12px 0;font-size:.82rem; }.mabe-header__cta { display:none; }.mabe-menu-toggle { display:block; }.mabe-hero { min-height:0;padding:48px 0 0; }.mabe-hero::before { top:36%;right:-50%;width:620px;height:620px; }.mabe-hero__grid,.mabe-section-heading,.mabe-about-grid,.mabe-contact__grid,.mabe-inss-grid,.mabe-inss-promo__grid { grid-template-columns:1fr;gap:25px; }.mabe-portrait { min-height:440px;border-radius:145px 145px 0 0; }.mabe-trust-list { grid-template-columns:repeat(2,1fr);margin-top:5px; }.mabe-trust-list li:nth-child(2) { border-right:0; }.mabe-trust-list li:nth-child(-n+2) { border-bottom:1px solid var(--mabe-line); }.mabe-services-grid { grid-template-columns:repeat(2,1fr); }.mabe-service-card { min-height:225px;border-bottom:1px solid rgba(255,255,255,.18); }.mabe-service-card:nth-child(2n) { border-right:0; }.mabe-service-card--featured { min-height:225px;margin:0; }.mabe-inss-benefits { grid-template-columns:repeat(2,1fr); }.mabe-section { padding:90px 0; }.mabe-section-heading > p:not(.mabe-eyebrow) { margin:0; }.mabe-about-photo { min-height:455px; }.mabe-segment-grid { grid-template-columns:repeat(2,1fr); }.mabe-form { margin-top:10px; }.mabe-inss-hero { min-height:0;padding:48px 0 65px; }.mabe-work-stage { inset:43% 0 0; }.mabe-form-card { margin:10px auto 0; }.mabe-benefits-grid,.mabe-steps { grid-template-columns:repeat(2,1fr); }.mabe-benefit:nth-child(2) { border-right:0; }.mabe-benefit:nth-child(-n+2) { border-bottom:1px solid var(--mabe-line); }.mabe-cta__inner { align-items:flex-start;flex-direction:column; } }
@media (max-width:520px) { .mabe-container { width:min(100% - 28px,440px); }.mabe-hero { padding-top:34px; }.mabe-hero h1,.mabe-inss-hero h1 { font-size:3.75rem; }.mabe-hero__text { font-size:.91rem; }.mabe-portrait { min-height:360px;border-radius:105px 105px 0 0; }.mabe-trust-list li { min-height:66px;padding:14px 9px 14px 0;gap:8px;font-size:.64rem; }.mabe-trust-list svg { width:22px;height:22px; }.mabe-services-grid,.mabe-inss-benefits,.mabe-benefits-grid,.mabe-steps,.mabe-segment-grid,.mabe-principles { grid-template-columns:1fr; }.mabe-service-card { min-height:180px;border-right:0; }.mabe-service-card--featured { min-height:180px; }.mabe-service-card h3 { font-size:2rem; }.mabe-inss-promo { padding:60px 0; }.mabe-inss-promo__grid { padding:28px 20px; }.mabe-section { padding:72px 0; }.mabe-section h2 { font-size:3.35rem; }.mabe-about-photo { min-height:390px; }.mabe-about-quote { right:22px;bottom:22px;left:22px;font-size:2.35rem; }.mabe-principle { min-height:110px; }.mabe-segment { min-height:72px;font-size:1.55rem; }.mabe-contact { padding:75px 0; }.mabe-form { grid-template-columns:1fr;padding:25px 20px; }.mabe-field--full { grid-column:auto; }.mabe-inss-hero { padding-top:36px; }.mabe-inss-hero::before { left:55%;width:470px;height:470px; }.mabe-quick-benefits { grid-template-columns:1fr; }.mabe-quick-benefit { display:flex;align-items:center;gap:13px;min-height:70px;padding:13px 0; }.mabe-quick-benefit svg { margin:0; }.mabe-work-stage { inset:47% 0 0; }.mabe-form-card { padding:25px 20px; }.mabe-benefit,.mabe-benefit:nth-child(2) { border-right:0;border-bottom:1px solid var(--mabe-line); }.mabe-benefit:last-child { border-bottom:0; }.mabe-step { min-height:190px; }.mabe-cta { padding:60px 0; }.mabe-cta__inner { padding:29px 21px; }.mabe-footer__inner { align-items:flex-start;flex-direction:column; } }
