/*
Theme Name: Mais Clean Brasil
Theme URI: https://maiscleanbrasil.com.br/
Author: CSP Innovation & Technology
Author URI: https://cspit.tech/
Description: Tema institucional sob medida para a Mais Clean Brasil, fiel ao conceito premium aprovado.
Version: 1.0.2.5
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: mais-clean-brasil
*/
:root{
  --ink:#0b1b16;
  --ink-2:#173227;
  --ink-3:#27473a;
  --paper:#f6f8f4;
  --white:#fff;
  --lime:#a8e936;
  --lime-2:#7fbf24;
  --sage:#e9f1e5;
  --sand:#e8dfcf;
  --teal:#0f6f73;
  --line:#d8e0da;
  --muted:#65756c;
  --vh:1vh;
  --header-h:88px;
  --radius:22px;
  --shadow:0 22px 60px rgba(10,29,22,.08);
  --mono:"IBM Plex Mono",monospace;
  --sans:"Inter Tight",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--paper)}
body{margin:0;font-family:var(--sans);background:var(--paper);color:var(--ink);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}
body.menu-open{overflow:hidden;touch-action:none}
img,video,svg{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{color:inherit}
.skip-link{position:fixed;z-index:9999;left:12px;top:12px;transform:translateY(-180%);background:var(--white);color:var(--ink);padding:12px 16px;border-radius:4px;font-weight:700}
.skip-link:focus{transform:none}
.shell{width:min(1280px,calc(100% - 96px));margin-inline:auto}
.shell--wide{width:min(1480px,calc(100% - 64px))}
.section{position:relative;padding:128px 0}
.section--paper{background:var(--paper)}
.section-label,.eyebrow{display:inline-flex;align-items:center;gap:10px;font-family:var(--mono);font-size:12px;line-height:1.2;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--lime-2)}
.section-label::before,.eyebrow::before{content:"";width:30px;height:1px;background:currentColor}
.section-label--light,.eyebrow--light{color:var(--lime)}
.section-title{margin:22px 0 0;max-width:820px;font-size:clamp(48px,5.2vw,78px);line-height:.98;letter-spacing:-.055em;font-weight:800}
.section-title--light{color:var(--white)}
.section-lead{margin:0;max-width:520px;font-size:20px;line-height:1.55;color:var(--muted)}
.section-lead--light{color:#b8c7bf}
.section-heading{margin-bottom:64px}
.section-heading--split{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);gap:80px;align-items:end}
.section-heading--light .section-title{color:#fff}
.line-mask{display:block;overflow:hidden;padding-bottom:.07em;margin-bottom:-.07em}
.cta{min-height:54px;display:inline-flex;align-items:center;justify-content:space-between;gap:30px;padding:0 22px;border:1px solid transparent;font-family:var(--mono);font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;transition:transform .25s ease,background .25s ease,color .25s ease,border-color .25s ease}
.cta:active{transform:scale(.985)}
.cta--solid{background:var(--lime);color:#07100c;border-color:var(--lime)}
.cta--solid:hover,.cta--solid:focus-visible{background:#bbf152}
.cta--ghost{border-color:rgba(255,255,255,.45);color:#fff;background:rgba(255,255,255,.04);backdrop-filter:blur(10px)}
.cta--ghost:hover,.cta--ghost:focus-visible{background:#fff;color:var(--ink)}
.cta--dark{background:var(--ink);color:#fff;border-color:var(--ink)}
.cta--dark:hover,.cta--dark:focus-visible{background:var(--ink-2)}

/* Header */
.site-header{position:fixed;inset:0 0 auto;z-index:200;color:#fff;transition:background .3s ease,color .3s ease,box-shadow .3s ease,backdrop-filter .3s ease}
.site-header__inner{height:var(--header-h);display:grid;grid-template-columns:220px minmax(0,1fr) 206px;align-items:center;gap:22px}
.brand{display:inline-flex;align-items:center;width:172px;height:70px;position:relative;z-index:3}
.brand__logo{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:left center;transition:opacity .25s ease;filter:none}
.brand__logo--dark{opacity:0}
.nav-desktop{justify-self:center;min-width:0}
.nav-desktop ul{display:flex;align-items:center;justify-content:center;gap:30px;list-style:none;margin:0;padding:0}
.nav-desktop a,.nav-desktop button{border:0;background:none;padding:10px 0;font-family:var(--mono);font-size:12px;font-weight:600;letter-spacing:.045em;text-transform:uppercase;white-space:nowrap;color:inherit;cursor:pointer}
.nav-desktop a::after,.nav-desktop button::after{content:"";display:block;height:1px;width:0;margin-top:6px;background:var(--lime);transition:width .25s ease}
.nav-desktop a:hover::after,.nav-desktop a:focus-visible::after,.nav-desktop button:hover::after,.nav-desktop button:focus-visible::after{width:100%}
.header-cta{justify-self:end;min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;background:var(--lime);border:1px solid var(--lime);color:#07100c;font-family:var(--mono);font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;transition:background .25s ease,transform .25s ease}
.header-cta:hover,.header-cta:focus-visible{background:#bbf152}
.header-cta:active{transform:scale(.985)}
.site-header--scrolled{background:rgba(255,255,255,.95);color:var(--ink);box-shadow:0 10px 40px rgba(4,18,12,.07);backdrop-filter:blur(14px)}
.site-header--scrolled .brand__logo--light{opacity:0}
.site-header--scrolled .brand__logo--dark{opacity:1}
.site-header--scrolled .nav-desktop a,.site-header--scrolled .nav-desktop button{color:var(--ink)}
.nav-toggle{display:none;width:42px;height:42px;border:0;background:none;padding:0;position:relative;cursor:pointer}
.nav-toggle__line{position:absolute;right:0;height:3px;background:currentColor;border-radius:2px;transition:transform .25s ease,top .25s ease,width .25s ease}
.nav-toggle__line--one{top:14px;width:30px}
.nav-toggle__line--two{top:25px;width:15px}
.nav-toggle[aria-expanded="true"] .nav-toggle__line--one{top:20px;transform:rotate(45deg);width:28px}
.nav-toggle[aria-expanded="true"] .nav-toggle__line--two{top:20px;transform:rotate(-45deg);width:28px}
.mega-menu{position:absolute;top:78px;left:50%;transform:translateX(-50%);padding:28px;background:#fff;color:var(--ink);border:1px solid var(--line);box-shadow:0 30px 80px rgba(6,24,17,.16);border-radius:18px}
.mega-menu__grid{display:grid;grid-template-columns:1fr .7fr 1fr;gap:46px}
.mega-menu__grid>div:not(.mega-menu__editorial){display:flex;flex-direction:column;align-items:flex-start}
.mega-menu__label{font-family:var(--mono);font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--lime-2);margin-bottom:14px}
.mega-menu__grid a{width:100%;display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid var(--line);font-size:16px;font-weight:600}
.mega-menu__grid a:hover{color:var(--lime-2)}
.mega-menu__editorial{display:grid;grid-template-columns:128px 1fr;column-gap:18px;align-content:start}
.mega-menu__image{grid-row:1/5;width:128px;height:150px;border-radius:12px;background:url("assets/images/segment-corporate.jpg") center/cover no-repeat}
.mega-menu__editorial>span{font-family:var(--mono);font-size:10px;color:var(--lime-2);text-transform:uppercase;letter-spacing:.08em;margin-top:4px}
.mega-menu__editorial strong{font-size:19px;line-height:1.2;margin:8px 0 10px}
.mega-menu__editorial a{font-size:13px;border:0;padding:0;font-family:var(--mono)}
.nav-mobile{display:none}

/* Hero */
.hero{position:relative;min-height:calc(var(--vh)*100);height:100svh;overflow:hidden;background:#07110d;color:#fff}
.hero__media,.hero__poster,.hero__video,.hero__overlay,.hero__texture{position:absolute;inset:0;width:100%;height:100%}
.hero__poster{background:url("assets/images/hero-poster.jpg") center center/cover no-repeat;transform:scale(1.015)}
.hero__video{object-fit:cover;opacity:0;transition:opacity .45s ease;filter:saturate(.92) contrast(1.02)}
.hero.is-video-ready .hero__video{opacity:1}
.hero__overlay{background:linear-gradient(90deg,rgba(3,15,10,.94) 0%,rgba(3,15,10,.83) 38%,rgba(3,15,10,.40) 67%,rgba(3,15,10,.14) 100%)}
.hero__texture{opacity:.14;background-image:radial-gradient(circle at 30% 20%,rgba(255,255,255,.09) 0 1px,transparent 1.5px);background-size:7px 7px;mix-blend-mode:soft-light;pointer-events:none}
.hero__content{position:relative;z-index:2;height:100%;display:grid;grid-template-columns:minmax(0,1fr) 180px;gap:40px;align-items:end;padding-top:calc(var(--header-h) + 28px);padding-bottom:84px}
.hero__copy{max-width:970px;align-self:end}
.hero__headline{margin:20px 0 24px;font-size:clamp(58px,6.7vw,108px);line-height:.88;letter-spacing:-.065em;font-weight:800;max-width:940px}
.hero__accent{color:var(--lime)}
.hero__lead{margin:0 0 14px;max-width:720px;font-size:clamp(19px,1.65vw,26px);line-height:1.25;font-weight:600;color:#f4f7f5}
.hero__detail{margin:0;max-width:760px;font-size:16px;line-height:1.55;color:#c4d1ca}
.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.hero__rail{align-self:end;justify-self:end;display:flex;flex-direction:column;gap:10px;padding-bottom:6px;font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#b8c8c0}
.hero__rail span{display:flex;align-items:center;gap:8px}
.hero__rail span::before{content:"";width:4px;height:4px;border-radius:50%;background:var(--lime)}
.hero__cue{position:absolute;z-index:3;left:50%;bottom:20px;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:6px;border:0;background:none;color:#fff;font-family:var(--mono);font-size:9px;text-transform:uppercase;letter-spacing:.08em;cursor:pointer}
.hero__cue span{width:1px;height:34px;background:linear-gradient(var(--lime),transparent)}

/* Solutions */
.solutions{padding-top:140px}
.solutions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.solution-card{min-height:380px;position:relative;padding:26px;border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.solution-card:hover{transform:translateY(-7px);border-color:#b9c8bd;box-shadow:var(--shadow)}
.solution-card__number{font-family:var(--mono);font-size:11px;color:var(--lime-2);letter-spacing:.08em}
.solution-card__icon{margin:32px 0 28px;width:46px;height:46px;border:1px solid #bfd1c3;border-radius:50%;display:grid;place-items:center;color:var(--ink-2);font-size:22px}
.solution-card h3{margin:0 0 14px;font-size:27px;line-height:1.03;letter-spacing:-.035em}
.solution-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.55}
.solution-card a{margin-top:auto;padding-top:30px;font-family:var(--mono);font-size:11px;font-weight:600;text-transform:uppercase;color:var(--ink-2)}

/* Fields */
.fields{background:#fff}
.field-stage{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(310px,.55fr);min-height:620px;background:var(--ink);color:#fff;overflow:hidden}
.field-stage__visual{position:relative;min-height:620px;overflow:hidden}
.field-stage__visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.field-stage__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,18,13,.06),rgba(5,18,13,.72))}
.field-stage__copy{position:absolute;z-index:2;left:42px;right:42px;bottom:40px;max-width:690px}
.field-stage__copy span{font-family:var(--mono);font-size:11px;color:var(--lime);letter-spacing:.08em}
.field-stage__copy h3{font-size:44px;line-height:1;letter-spacing:-.045em;margin:13px 0 12px;max-width:640px}
.field-stage__copy p{max-width:620px;margin:0;color:#d0dbd5;font-size:16px;line-height:1.5}
.field-stage__tabs{display:flex;flex-direction:column;background:#0a1d16}
.field-stage__tabs button{min-height:103px;padding:0 28px;border:0;border-bottom:1px solid rgba(255,255,255,.11);background:none;color:#c3d1ca;text-align:left;font-size:19px;font-weight:600;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:background .2s ease,color .2s ease,padding .2s ease}
.field-stage__tabs button span{font-family:var(--mono);font-size:10px;color:#6f8579}
.field-stage__tabs button:hover,.field-stage__tabs button:focus-visible,.field-stage__tabs button.is-active{background:#15372a;color:#fff;padding-left:36px}
.field-stage__tabs button.is-active span{color:var(--lime)}
.field-mobile{display:none}

/* Integrated */
.integrated{background:var(--sand)}
.integrated__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(480px,.95fr);gap:90px;align-items:center}
.integrated__copy .section-title{font-size:clamp(50px,5vw,74px)}
.integrated__copy .section-lead{margin:30px 0 34px;max-width:650px;color:var(--ink-3)}
.integrated__cards{display:flex;flex-direction:column;gap:12px}
.integrated__cards article{background:#fff;border:1px solid rgba(17,42,31,.1);padding:22px 24px;display:grid;grid-template-columns:52px 180px 1fr;gap:12px;align-items:center}
.integrated__cards article>span{font-family:var(--mono);font-size:11px;color:var(--lime-2)}
.integrated__cards h3{margin:0;font-size:23px;letter-spacing:-.025em}
.integrated__cards p{margin:0;color:var(--muted);font-size:14px;line-height:1.45}

/* Company */
.company{background:var(--paper)}
.company__grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:90px;align-items:start}
.company__image{position:sticky;top:118px;min-height:680px;overflow:hidden;background:#dbe5df}
.company__image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.company__image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 56%,rgba(5,18,13,.72))}
.company__image>span{position:absolute;z-index:2;left:28px;bottom:25px;font-family:var(--mono);font-size:11px;color:#fff;letter-spacing:.08em}
.company__content .section-title{font-size:clamp(50px,5.1vw,76px)}
.company__content>p{max-width:690px;font-size:18px;line-height:1.65;color:var(--muted)}
.company__facts{margin:42px 0;display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.company__facts div{min-height:120px;padding:22px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between}
.company__facts strong{font-size:22px;letter-spacing:-.025em}
.company__facts span{font-family:var(--mono);font-size:10px;color:var(--muted);text-transform:uppercase}
.timeline{--timeline-progress:0%;padding:28px;background:#fff;border:1px solid var(--line)}
.timeline__top{display:flex;justify-content:space-between;gap:20px;align-items:end}
.timeline__year{font-size:54px;line-height:1;font-weight:800;letter-spacing:-.05em;color:var(--ink)}
.timeline__age{font-family:var(--mono);font-size:10px;color:var(--muted);text-transform:uppercase;max-width:210px;text-align:right}
.timeline__age strong{color:var(--lime-2)}
.timeline__range{width:100%;margin:28px 0 8px;appearance:none;background:linear-gradient(90deg,var(--lime) 0 var(--timeline-progress),#dce4de var(--timeline-progress) 100%);height:3px;border-radius:2px;outline:none}
.timeline__range::-webkit-slider-thumb{appearance:none;width:19px;height:19px;border-radius:50%;background:var(--ink);border:5px solid var(--lime);cursor:pointer}
.timeline__range::-moz-range-thumb{width:11px;height:11px;border-radius:50%;background:var(--ink);border:5px solid var(--lime);cursor:pointer}
.timeline__scale{display:flex;justify-content:space-between;font-family:var(--mono);font-size:9px;color:#86968d;letter-spacing:.06em}
.timeline__statement{margin-top:24px;min-height:48px;font-size:16px;font-weight:600;color:var(--ink-2)}

/* Risks */
.risks{background:#07130f;color:#fff}
.risk-list{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.risk-item{min-height:300px;padding:26px;background:#0e261d;border:1px solid #1d3a2f;display:flex;flex-direction:column;justify-content:space-between}
.risk-item__number{font-family:var(--mono);font-size:12px;color:var(--lime)}
.risk-item h3{margin:42px 0 14px;font-size:27px;line-height:1.02;letter-spacing:-.035em}
.risk-item p{margin:0;color:#b5c5bc;font-size:15px;line-height:1.55}

/* Pillars */
.pillars{background:#fff}
.pillars-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.pilar-card{min-height:320px;padding:26px;border:1px solid var(--line);background:var(--paper);display:flex;flex-direction:column}
.pilar-card__number{font-family:var(--mono);font-size:11px;color:var(--lime-2)}
.pilar-card__title{margin:48px 0 16px;font-size:25px;line-height:1.05;letter-spacing:-.035em}
.pilar-card__text{margin:0;color:var(--muted);font-size:15px;line-height:1.55}

/* DNA */
.dna{min-height:100vh;background:#06130f;color:#fff;overflow:hidden;padding:0}
.dna__stage{min-height:100vh;display:grid;grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr);align-items:center;gap:80px;padding-top:90px;padding-bottom:90px}
.dna__eyebrow{display:block;margin-top:24px;font-family:var(--mono);font-size:11px;color:#9bb3a7;text-transform:uppercase;letter-spacing:.08em}
.dna__title{margin:15px 0 24px;font-size:clamp(52px,5.5vw,82px);line-height:.96;letter-spacing:-.055em}
.dna__body{max-width:630px;margin:0;color:#b9c8c0;font-size:18px;line-height:1.58}
.dna__visual{position:relative;aspect-ratio:1/1;max-width:620px;width:100%;margin-inline:auto}
.dna__svg{position:absolute;inset:0;width:100%;height:100%;color:#2d6250;transform:rotate(-18deg)}
.dna__concept{position:absolute;z-index:2;width:210px;height:150px;padding:22px;border:1px solid rgba(255,255,255,.14);background:rgba(10,32,24,.72);backdrop-filter:blur(10px)}
.dna__concept small{display:block;font-family:var(--mono);font-size:10px;color:var(--lime);letter-spacing:.08em;margin-bottom:12px}
.dna__concept strong{font-size:26px;line-height:1.02}
.dna__concept--pl{left:2%;top:8%}
.dna__concept--fm{right:2%;bottom:8%;text-align:right}
.dna__concept--fm small{color:#65c4ca}
.dna__core{position:absolute;z-index:3;left:50%;top:50%;transform:translate(-50%,-50%);width:174px;height:174px;border-radius:50%;background:var(--lime);color:#07110d;display:grid;place-content:center;justify-items:center;font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}
.dna__core strong{font-size:28px;line-height:1;margin:8px 0}

/* Careers */
.careers{background:var(--sage)}
.careers__grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:80px;align-items:center}
.careers__copy .section-title{font-size:clamp(50px,5vw,74px)}
.careers__copy .section-lead{margin:28px 0 34px;max-width:620px}
.careers__image{position:relative;min-height:560px;overflow:hidden;background:#dae7dc}
.careers__image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.careers__badge{position:absolute;left:22px;bottom:22px;padding:16px 18px;background:#fff;display:flex;flex-direction:column;gap:4px}
.careers__badge span{font-family:var(--mono);font-size:9px;color:var(--lime-2);letter-spacing:.08em}
.careers__badge strong{font-size:17px}

/* Closing */
.fechamento{position:relative;min-height:660px;display:flex;align-items:center;color:#fff;overflow:hidden;background:#09251f}
.fechamento__media,.fechamento__overlay{position:absolute;inset:0}
.fechamento__media{background:url("assets/images/closing.jpg") center/cover no-repeat;transform:scale(1.02)}
.fechamento__overlay{background:linear-gradient(90deg,rgba(4,25,18,.93),rgba(4,25,18,.67) 58%,rgba(4,25,18,.32))}
.fechamento__content{position:relative;z-index:2;padding-top:90px;padding-bottom:90px}
.fechamento__title{max-width:850px;margin:22px 0 24px;font-size:clamp(58px,6vw,92px);line-height:.92;letter-spacing:-.06em}
.fechamento__text{max-width:680px;margin:0;color:#d3ddd8;font-size:19px;line-height:1.55}
.fechamento__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}

/* Footer */
.site-footer{background:#fff;padding:76px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.2fr .75fr 1fr .75fr;gap:70px;padding-bottom:70px}
.footer-brand img{width:190px;height:auto;margin-bottom:22px}
.footer-brand p{font-family:var(--mono);font-size:10px;line-height:1.7;color:var(--muted);letter-spacing:.04em}
.footer-grid strong{display:block;font-family:var(--mono);font-size:10px;letter-spacing:.07em;text-transform:uppercase;margin-bottom:18px;color:var(--ink)}
.footer-nav,.footer-contact,.footer-legal{display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.footer-nav a,.footer-contact a,.footer-contact address,.footer-legal a{font-size:14px;color:var(--muted);font-style:normal;line-height:1.55}
.footer-nav a:hover,.footer-contact a:hover,.footer-legal a:hover{color:var(--ink)}
.footer-legal small{font-family:var(--mono);font-size:8px;color:#9aa89f}
.footer-bottom{border-top:1px solid var(--line);padding:22px 0;display:flex;justify-content:space-between;gap:28px;font-family:var(--mono);font-size:9px;color:#819087;letter-spacing:.03em}
.back-to-top{position:fixed;right:24px;bottom:24px;z-index:150;width:50px;height:50px;border:0;border-radius:50%;background:var(--lime);color:#07110d;font-size:22px;font-weight:700;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(14px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease}
.back-to-top.is-visible{opacity:1;visibility:visible;transform:none}

/* Carousel base/fallback */
.carousel__controls{display:none;align-items:center;justify-content:space-between;margin-top:22px}
.carousel__dots{display:flex;gap:7px;align-items:center}
.carousel__dot{width:7px;height:7px;border-radius:50%;border:0;background:#c7d0ca;padding:0;cursor:pointer}
.carousel__dot.is-selected{background:var(--lime-2);transform:scale(1.25)}
.carousel__arrows{display:flex;gap:8px}
.carousel__arrows button{width:42px;height:42px;border:1px solid var(--line);background:#fff;cursor:pointer}
.carousel__arrows button:disabled{opacity:.35;cursor:default}
.carousel__controls--dark .carousel__arrows button{border-color:#2c483d;background:#10281f;color:#fff}
.carousel__controls--dark .carousel__dot{background:#365447}
.carousel__controls--dark .carousel__dot.is-selected{background:var(--lime)}

/* Focus */
:focus-visible{outline:3px solid rgba(168,233,54,.75);outline-offset:4px}

@media (max-width:1180px){
  .site-header__inner{grid-template-columns:180px minmax(0,1fr) 180px}
  .brand{width:150px}
  .nav-desktop ul{gap:18px}
  .nav-desktop a,.nav-desktop button,.header-cta{font-size:10px}
  .hero__headline{font-size:clamp(56px,7vw,88px)}
  .solutions-grid,.risk-list,.pillars-grid{grid-template-columns:repeat(2,1fr)}
  .solution-card,.risk-item,.pilar-card{min-height:300px}
  .integrated__grid,.company__grid,.careers__grid{gap:54px}
}

@media (max-width:920px){
  :root{--header-h:76px}
  .shell,.shell--wide{width:min(100% - 40px,860px)}
  .nav-desktop,.header-cta{display:none}
  .site-header__inner{grid-template-columns:1fr auto}
  .brand{width:148px;height:58px}
  .nav-toggle{display:block;justify-self:end}
  .site-header:not(.site-header--scrolled){background:linear-gradient(180deg,rgba(4,16,11,.70),rgba(4,16,11,0))}
  .nav-mobile{position:fixed;z-index:190;inset:0;background:#07130f;color:#fff;padding:calc(var(--header-h) + 28px) 24px 28px;overflow:auto}
  .nav-mobile[hidden]{display:none}
  .nav-mobile:not([hidden]){display:flex;flex-direction:column}
  .nav-mobile__meta{display:flex;justify-content:space-between;gap:10px;font-family:var(--mono);font-size:8px;color:#7f988b;letter-spacing:.06em;margin-bottom:36px}
  .nav-mobile__list{list-style:none;margin:0;padding:0}
  .nav-mobile__list li{border-bottom:1px solid rgba(255,255,255,.12)}
  .nav-mobile__list a{display:flex;align-items:center;min-height:66px;font-size:28px;font-weight:700;letter-spacing:-.035em}
  .nav-mobile__list li:last-child a{color:var(--lime)}
  .nav-mobile__contact{margin-top:auto;padding-top:30px;display:flex;flex-direction:column;gap:10px;font-family:var(--mono);font-size:10px;color:#a9bbb1}
  .section{padding:96px 0}
  .section-heading--split,.integrated__grid,.company__grid,.careers__grid,.dna__stage{grid-template-columns:1fr;gap:42px}
  .section-heading--split{align-items:start}
  .company__image{position:relative;top:auto;min-height:480px}
  .integrated__cards article{grid-template-columns:46px 150px 1fr}
  .dna__stage{padding-top:90px;padding-bottom:90px}
  .dna__visual{max-width:560px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:48px}
}

@media (max-width:767px){
  :root{--header-h:70px}
  .shell,.shell--wide{width:calc(100% - 32px)}
  .brand{width:132px;height:52px}
  .site-header__inner{height:var(--header-h)}
  .hero{min-height:calc(var(--vh)*100);height:auto;max-height:none}
  .hero__overlay{background:linear-gradient(180deg,rgba(3,15,10,.76) 0%,rgba(3,15,10,.82) 40%,rgba(3,15,10,.94) 88%,rgba(3,15,10,.98) 100%)}
  .hero__poster{background-position:61% center}
  .hero__content{min-height:calc(var(--vh)*100);height:auto;grid-template-columns:1fr;padding-top:calc(var(--header-h) + 52px);padding-bottom:76px;align-items:end}
  .hero__copy{align-self:end}
  .hero__headline{font-size:clamp(47px,14.5vw,60px);line-height:.91;letter-spacing:-.058em;margin:15px 0 20px}
  .hero__lead{font-size:18px;line-height:1.28;max-width:330px}
  .hero__detail{font-size:14px;line-height:1.45;max-width:345px}
  .hero__actions{display:grid;grid-template-columns:1fr;margin-top:22px}
  .hero__actions .cta{width:100%}
  .hero__rail{display:none}
  .hero__cue{display:none}
  .eyebrow{font-size:9px}
  .eyebrow::before{width:18px}
  .section{padding:78px 0}
  .section-label{font-size:9px}
  .section-title,.company__content .section-title,.careers__copy .section-title,.integrated__copy .section-title{font-size:clamp(38px,11vw,48px);line-height:1.01}
  .section-lead{font-size:16px;line-height:1.52}
  .section-heading{margin-bottom:38px}
  .section-heading--split{gap:22px}

  /* Every repeated card collection becomes a finger-friendly carousel */
  .card-carousel .carousel__viewport,.risk-collection .carousel__viewport,.pillars-carousel .carousel__viewport,.integrated-cards-carousel .carousel__viewport,.company-facts-carousel .carousel__viewport{overflow:hidden}
  .card-carousel .carousel__container,.risk-collection .carousel__container,.pillars-carousel .carousel__container,.integrated-cards-carousel .carousel__container,.company-facts-carousel .carousel__container{display:flex;gap:14px}
  .card-carousel .carousel__slide,.risk-collection .carousel__slide,.pillars-carousel .carousel__slide,.integrated-cards-carousel .carousel__slide,.company-facts-carousel .carousel__slide{flex:0 0 86%;min-width:0}
  .carousel__controls{display:flex}
  .solutions-grid,.risk-list,.pillars-grid{display:flex}
  .solution-card{min-height:355px}
  .solution-card h3{font-size:26px}
  .solution-card p{font-size:14px}

  .field-stage{display:none}
  .field-mobile{display:block}
  .field-mobile .carousel__container{display:flex;gap:14px}
  .field-mobile-card{flex:0 0 87%;background:#fff;border:1px solid var(--line);overflow:hidden}
  .field-mobile-card img{width:100%;height:235px;object-fit:cover}
  .field-mobile-card>div{padding:20px}
  .field-mobile-card span{font-family:var(--mono);font-size:9px;color:var(--lime-2)}
  .field-mobile-card h3{font-size:29px;line-height:1;margin:8px 0 10px}
  .field-mobile-card p{font-size:14px;color:var(--muted);margin:0;line-height:1.45}

  .integrated__grid{gap:36px}
  .integrated__copy .section-lead{margin:22px 0 26px}
  .integrated__cards{flex-direction:row;gap:14px}
  .integrated__cards article{display:flex;flex-direction:column;align-items:flex-start;min-height:230px;padding:22px;gap:0}
  .integrated__cards article>span{margin-bottom:34px}
  .integrated__cards h3{font-size:24px;margin-bottom:12px}
  .integrated__cards p{font-size:14px;margin:0}

  .company__image{min-height:380px}
  .company__content>p{font-size:16px}
  .company-facts-carousel{margin:30px 0}
  .company__facts{display:flex;grid-template-columns:none;margin:0;border:0;gap:14px}
  .company__facts div{min-height:145px;padding:18px;border:1px solid var(--line);background:#fff}
  .company__facts strong{font-size:20px}
  .timeline{padding:20px}
  .timeline__year{font-size:44px}
  .timeline__age{font-size:8px}
  .timeline__statement{font-size:14px}

  .risks{padding:82px 0}
  .risk-item{min-height:295px}
  .risk-item h3{margin-top:40px;font-size:26px}
  .risk-item p{font-size:14px}
  .pilar-card{min-height:300px}
  .pilar-card__title{font-size:24px}

  .dna{min-height:auto}
  .dna__stage{min-height:auto;padding-top:82px;padding-bottom:82px;gap:50px}
  .dna__title{font-size:clamp(42px,12vw,52px);line-height:.98}
  .dna__body{font-size:16px}
  .dna__visual{max-width:350px}
  .dna__concept{width:146px;height:112px;padding:14px}
  .dna__concept strong{font-size:18px}
  .dna__core{width:122px;height:122px;font-size:8px}

  .careers__image{min-height:380px;order:-1}
  .careers__badge{left:14px;bottom:14px}
  .fechamento{min-height:620px}
  .fechamento__overlay{background:linear-gradient(180deg,rgba(4,25,18,.58),rgba(4,25,18,.93) 60%,rgba(4,25,18,.97))}
  .fechamento__title{font-size:clamp(45px,13.5vw,58px);line-height:.94}
  .fechamento__text{font-size:16px}
  .fechamento__actions{display:grid;grid-template-columns:1fr;width:100%}
  .fechamento__actions .cta{width:100%}

  .footer-grid{grid-template-columns:1fr;gap:36px;padding-bottom:50px}
  .footer-brand img{width:170px}
  .footer-bottom{flex-direction:column;font-size:8px}
  .back-to-top{width:46px;height:46px;right:16px;bottom:16px}
}

@media (max-width:430px) and (max-height:740px){
  .hero__content{padding-top:calc(var(--header-h) + 34px);padding-bottom:34px}
  .hero__headline{font-size:clamp(42px,12.6vw,52px);margin:10px 0 15px}
  .hero__lead{font-size:16px;margin-bottom:8px}
  .hero__detail{font-size:12.5px;line-height:1.38}
  .hero__actions{margin-top:14px;gap:8px}
  .hero__actions .cta{min-height:48px;font-size:10px}
  .eyebrow{font-size:8px}
}

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


/* ============================================================
   HOTFIX 1.0.2.2 — fidelidade visual do conceito aprovado
   Mantém a estrutura WordPress, SEO, blog e recrutamento da 1.0.2.
============================================================ */
:root{--lime-deep:var(--lime-2);--mc-success:var(--lime);--mc-error:#ffb3a9}
body.admin-bar .site-header{top:32px}
@media(max-width:782px){body.admin-bar .site-header{top:46px}}
.site-header--light-start{background:rgba(255,255,255,.97);color:var(--ink);box-shadow:0 10px 40px rgba(4,18,12,.05)}
.site-header--light-start .brand__logo--light{opacity:0}
.site-header--light-start .brand__logo--dark{opacity:1}
.site-header--light-start .nav-desktop a,.site-header--light-start .nav-desktop button{color:var(--ink)}
.mega-menu__editorial .mega-menu__blog{margin-top:10px;color:var(--lime-2);font-size:11px}
.footer-contact .map-link{display:inline-flex;margin-top:4px;color:var(--ink-2)}
.careers__pcd{margin:0 0 28px;padding:18px 20px;border-left:3px solid var(--lime-2);background:rgba(255,255,255,.62);max-width:620px}
.careers__pcd span{display:block;font-family:var(--mono);font-size:9px;letter-spacing:.09em;color:var(--lime-2);margin-bottom:6px}
.careers__pcd strong{display:block;font-size:20px;letter-spacing:-.02em}
.careers__pcd p{margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.5}
/* Internal pages keep the original header clear of content. */
.mc-page,.mc-blog,.mc-article,.mc-jobs-page{position:relative}
/* WordPress admin bar must not alter the full-height hero calculation. */
@media(min-width:783px){body.admin-bar .hero{min-height:calc(100svh - 32px);height:calc(100svh - 32px)}}
@media(max-width:782px){body.admin-bar .hero{min-height:calc(100svh - 46px)}}

.jobs{background:#f2f2ec;color:#0d1914;padding-top:clamp(100px,11vw,170px);padding-bottom:clamp(100px,11vw,170px)}.jobs__grid{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(560px,1.28fr);gap:clamp(50px,7vw,110px);align-items:start}.jobs__intro{position:sticky;top:calc(var(--header-h) + 40px)}.jobs__intro .section-title{font-size:clamp(3rem,5.4vw,6.2rem)}.jobs__intro p{margin:26px 0 0;color:#627069;line-height:1.7;font-size:1.02rem}.jobs__pcd{margin-top:34px;padding:24px;border-left:3px solid var(--lime-deep);background:#e8eadf}.jobs__pcd strong{display:block;font-size:1.2rem}.jobs__pcd p{margin:10px 0 0;font-size:.92rem}.jobs-form{background:#fff;border:1px solid #dcded6;padding:clamp(24px,4vw,46px);box-shadow:0 20px 70px rgba(10,25,20,.06)}.jobs-form__row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.jobs-form__field{display:grid;gap:8px;margin-bottom:18px}.jobs-form label{font-family:"IBM Plex Mono",monospace;font-size:.62rem;letter-spacing:.07em;text-transform:uppercase;color:#4f5f57}.jobs-form input[type=text],.jobs-form input[type=email],.jobs-form input[type=tel],.jobs-form select,.jobs-form textarea,.jobs-form input[type=file]{width:100%;border:1px solid #cdd1c9;background:#fbfbf8;color:#0b1712;border-radius:0;padding:14px 15px;font:inherit;min-height:50px}.jobs-form textarea{min-height:110px;resize:vertical}.jobs-form input:focus,.jobs-form select:focus,.jobs-form textarea:focus{outline:2px solid rgba(102,156,32,.35);outline-offset:1px;border-color:#78a92e}.jobs-form__check{display:grid;grid-template-columns:20px 1fr;gap:10px;align-items:start;margin:16px 0;color:#526159;font-size:.88rem;line-height:1.55}.jobs-form__check input{margin-top:3px;width:17px;height:17px}.jobs-form__check label{font-family:inherit;font-size:inherit;text-transform:none;letter-spacing:0;color:inherit}.jobs-form__check a{color:#315f22;text-decoration:underline}.jobs-form__pcd-consent{display:none;margin-left:30px;padding:14px;background:#f0f4e8}.jobs-form__pcd-consent.is-visible{display:grid}.jobs-form__help{margin-top:-9px;margin-bottom:18px;color:#7b877f;font-size:.78rem;line-height:1.45}.jobs-form .cta{border:0;cursor:pointer}.mc-form-alert{padding:15px 18px;margin:0 0 24px;border-left:4px solid var(--lime-deep);background:#edf4df;color:#1f3818;font-size:.92rem}.mc-form-alert--error{border-color:#b13c2c;background:#fff0ed;color:#74261c}.mc-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}

/* Footer/location */
.footer-contact address{font-style:normal}.footer-contact .map-link{display:inline-flex;margin-top:8px;color:#c9d5ce}.footer-bottom{align-items:center}.footer-legal a{display:block}

/* Páginas institucionais */
.mc-page{min-height:100vh;background:#f2f2ec;color:#0d1914;padding:calc(var(--header-h) + 90px) 0 100px}.mc-page__card{max-width:900px;margin:0 auto;background:#fff;border:1px solid #dedfd8;padding:clamp(28px,5vw,70px);box-shadow:0 18px 60px rgba(5,20,14,.06)}.mc-page h1{margin:0 0 38px;font-size:clamp(2.6rem,5vw,5rem);line-height:.95;letter-spacing:-.055em}.mc-page h2{margin:42px 0 14px;font-size:1.6rem;letter-spacing:-.035em}.mc-page h3{margin:30px 0 10px}.mc-page p,.mc-page li{color:#536159;line-height:1.78}.mc-page a{color:#315f22;text-decoration:underline}.mc-page ul{padding-left:22px}

/* 404 */
.mc-404{min-height:100svh;display:grid;place-items:center;background:#06100c;color:#eef2ed;text-align:center;padding:40px}.mc-404 h1{font-size:clamp(4rem,12vw,11rem);margin:0;letter-spacing:-.08em}.mc-404 p{color:#aebcb4;max-width:560px}.mc-404 .cta{margin-top:20px}

/* Serviços agora com 4 itens; aproveita o palco visual aprovado */

@media(max-width:1023px){.pcd-callout__inner{grid-template-columns:1fr;gap:18px}.pcd-callout .cta{justify-self:start}.jobs__grid{grid-template-columns:1fr}.jobs__intro{position:relative;top:auto}.company-facts{grid-template-columns:1fr 1fr}}
@media(max-width:767px){.pcd-callout__inner{padding:38px 0}.pcd-callout__copy h2{font-size:clamp(2.2rem,10vw,3.6rem)}.company-facts{grid-template-columns:1fr}.jobs-form__row{grid-template-columns:1fr}.jobs-form{padding:22px 18px}.jobs__intro .section-title{font-size:clamp(2.8rem,12vw,4.8rem)}}

/* ============================================================
   MAIS CLEAN BRASIL 1.0.1 — RECRUTAMENTO SEGURO + BLOG
============================================================ */
.jobs--home .jobs__grid{grid-template-columns:minmax(300px,.85fr) minmax(380px,1.15fr)}
.jobs-home__action{background:#08130f;color:#f3f6f1;padding:clamp(30px,5vw,64px);min-height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.jobs-home__eyebrow{font-family:"IBM Plex Mono",monospace;font-size:.62rem;letter-spacing:.11em;color:var(--lime);margin-bottom:18px}
.jobs-home__action h3{margin:0;font-size:clamp(2rem,4vw,4.4rem);line-height:.95;letter-spacing:-.055em}
.jobs-home__action p{margin:22px 0 28px;color:#afbbb4;line-height:1.65;max-width:720px}
.jobs-home__email{margin-top:18px;color:#cbd5cf;font-family:"IBM Plex Mono",monospace;font-size:.72rem;text-decoration:none}

.mc-jobs-page{background:#f2f2ec}.mc-jobs-hero{padding:calc(var(--header-h) + 82px) 0 80px;background:#07130f;color:#f3f6f1;overflow:hidden}.mc-jobs-hero__grid{display:grid;grid-template-columns:1.25fr .75fr;gap:clamp(48px,8vw,120px);align-items:end}.mc-jobs-hero h1{margin:22px 0 0;font-size:clamp(3.4rem,7vw,7.7rem);line-height:.87;letter-spacing:-.065em;max-width:980px}.mc-jobs-hero p{max-width:800px;color:#a9b8b0;line-height:1.65;font-size:1.02rem}.mc-jobs-hero__pcd{border-left:2px solid var(--lime);padding:8px 0 8px 28px}.mc-jobs-hero__pcd span{font-family:"IBM Plex Mono",monospace;font-size:.6rem;letter-spacing:.1em;color:var(--lime)}.mc-jobs-hero__pcd strong{display:block;margin:15px 0 12px;font-size:1.35rem;line-height:1.25}.mc-jobs-hero__pcd p{font-size:.9rem;margin:0}.mc-jobs-contact{margin-top:28px!important;font-size:.9rem!important}.mc-jobs-contact a{color:#315f22;text-decoration:underline}

.mc-blog{background:#f2f2ec;min-height:100vh}.mc-blog__hero{padding:calc(var(--header-h) + 86px) 0 86px;background:#07130f;color:#f3f6f1}.mc-blog__hero h1{max-width:1020px;margin:24px 0 0;font-size:clamp(3.6rem,7.2vw,8rem);line-height:.86;letter-spacing:-.067em}.mc-blog__hero p,.mc-archive-description{max-width:760px;margin:28px 0 0;color:#a8b6ae;font-size:1.02rem;line-height:1.65}.mc-blog__listing{padding:clamp(70px,8vw,120px) 0}.mc-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.mc-post-card{background:#fff;border:1px solid #dde0d8;display:flex;flex-direction:column;min-width:0}.mc-post-card__media{aspect-ratio:16/10;background:#0b1a14;display:block;overflow:hidden;text-decoration:none}.mc-post-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.mc-post-card:hover .mc-post-card__media img{transform:scale(1.025)}.mc-post-card__placeholder{height:100%;display:grid;place-items:center;color:#9ac832;font-family:"IBM Plex Mono",monospace;font-size:.72rem;letter-spacing:.18em}.mc-post-card__body{padding:26px 25px 28px}.mc-post-card__date{font-family:"IBM Plex Mono",monospace;font-size:.58rem;letter-spacing:.09em;color:#718077}.mc-post-card h2{margin:14px 0 13px;font-size:clamp(1.45rem,2.1vw,2rem);line-height:1.05;letter-spacing:-.04em}.mc-post-card h2 a{color:#0b1712;text-decoration:none}.mc-post-card p{color:#68756e;line-height:1.62}.mc-post-card__link{display:inline-flex;margin-top:14px;color:#315f22;font-family:"IBM Plex Mono",monospace;font-size:.64rem;text-decoration:none}.mc-pagination{margin-top:48px}.mc-pagination .nav-links{display:flex;gap:8px;flex-wrap:wrap}.mc-pagination a,.mc-pagination span{padding:10px 14px;border:1px solid #cfd4cb;background:#fff;color:#16231d;text-decoration:none}.mc-blog-empty{max-width:760px;padding:44px;background:#fff;border:1px solid #d9ddd5}.mc-blog-empty h2{font-size:2rem;margin:0}.mc-blog-empty p{color:#68756e;line-height:1.65}

.mc-article{min-height:100vh;background:#f2f2ec;padding:calc(var(--header-h) + 88px) 0 100px}.mc-article__card{max-width:980px;margin:0 auto}.mc-article__back{font-family:"IBM Plex Mono",monospace;font-size:.62rem;letter-spacing:.06em;color:#315f22;text-decoration:none}.mc-article__header{padding:42px 0 48px}.mc-article__header>span{font-family:"IBM Plex Mono",monospace;font-size:.6rem;letter-spacing:.1em;color:#69766f}.mc-article__header h1{margin:18px 0 0;font-size:clamp(3rem,6vw,6.6rem);line-height:.91;letter-spacing:-.06em}.mc-article__header p{font-size:1.15rem;line-height:1.7;color:#65736c;max-width:800px}.mc-article__featured{margin:0 0 40px}.mc-article__featured img{width:100%;height:auto;display:block}.mc-article__content{background:#fff;border:1px solid #dcdfd7;padding:clamp(28px,6vw,78px);font-size:1.02rem;line-height:1.82;color:#45534c}.mc-article__content h2{margin:2.2em 0 .65em;color:#0d1914;font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.1}.mc-article__content h3{margin:1.8em 0 .55em;color:#0d1914}.mc-article__content a{color:#315f22}.mc-article__content img{max-width:100%;height:auto}.mc-article__content blockquote{margin:2em 0;padding:18px 24px;border-left:3px solid var(--lime-deep);background:#f4f7ee}

@media(max-width:1023px){.jobs--home .jobs__grid,.mc-jobs-hero__grid{grid-template-columns:1fr}.mc-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.mc-jobs-hero{padding:calc(var(--header-h) + 44px) 0 54px}.mc-jobs-hero h1{font-size:clamp(3rem,13vw,5.3rem)}.mc-post-grid{grid-template-columns:1fr}.mc-blog__hero h1{font-size:clamp(3rem,13vw,5.6rem)}.mc-article__header h1{font-size:clamp(2.8rem,12vw,4.7rem)}.mc-article{padding-top:calc(var(--header-h) + 50px)}}

/* =========================================================
   HOTFIX 1.0.2.3 — Trabalhe Conosco unificado
   Remove o hero duplicado e concentra mensagem + PcD + formulário
   em uma única composição visual.
   ========================================================= */
.mc-jobs-page--unified{
  background:var(--ink);
}
.jobs--unified{
  min-height:100vh;
  padding-top:calc(var(--header-h) + clamp(68px,8vw,118px));
  padding-bottom:clamp(88px,9vw,150px);
  background:
    radial-gradient(circle at 82% 18%,rgba(166,222,57,.08),transparent 28%),
    linear-gradient(180deg,#07130f 0%,#08150f 100%);
  color:var(--white);
  overflow:hidden;
}
.jobs__grid--unified{
  grid-template-columns:minmax(0,.88fr) minmax(560px,1.12fr);
  gap:clamp(54px,7vw,110px);
  align-items:start;
}
.jobs__intro--unified{
  position:sticky;
  top:calc(var(--header-h) + 34px);
}
.jobs__title--unified{
  margin:22px 0 0;
  max-width:760px;
  font-size:clamp(4rem,6.4vw,7.4rem);
  line-height:.88;
  letter-spacing:-.065em;
  font-weight:650;
  text-wrap:balance;
  color:var(--white);
}
.jobs__lead--unified{
  margin:28px 0 0;
  max-width:690px;
  color:#a9b8b0;
  font-size:clamp(1rem,1.15vw,1.16rem);
  line-height:1.68;
}
.jobs__pcd--unified{
  margin-top:38px;
  padding:22px 24px;
  max-width:690px;
  border-left:3px solid var(--lime);
  background:rgba(255,255,255,.045);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
.jobs__pcd--unified > span{
  display:block;
  margin-bottom:10px;
  color:var(--lime);
  font-family:"IBM Plex Mono",monospace;
  font-size:.6rem;
  font-weight:600;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.jobs__pcd--unified strong{
  display:block;
  color:#f4f7f2;
  font-size:1.22rem;
  line-height:1.25;
}
.jobs__pcd--unified p{
  margin:10px 0 0;
  color:#a5b4ac;
  font-size:.92rem;
  line-height:1.6;
}
.mc-jobs-contact--unified{
  margin-top:26px!important;
  color:#a9b8b0!important;
}
.mc-jobs-contact--unified a{
  color:var(--lime);
  text-decoration:none;
  border-bottom:1px solid rgba(166,222,57,.45);
}
.jobs__form-wrap--unified{
  align-self:start;
}
.jobs--unified .jobs-form{
  background:#f7f8f3;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 30px 90px rgba(0,0,0,.28);
}
.jobs--unified .jobs-form .cta--solid{
  background:var(--lime);
  color:var(--ink);
}
.jobs--unified .mc-form-alert{
  margin-bottom:18px;
}

@media(max-width:1180px){
  .jobs__grid--unified{
    grid-template-columns:minmax(0,.8fr) minmax(500px,1.2fr);
    gap:48px;
  }
  .jobs__title--unified{font-size:clamp(3.6rem,6.8vw,6rem)}
}
@media(max-width:1023px){
  .jobs__grid--unified{grid-template-columns:1fr;gap:48px}
  .jobs__intro--unified{position:relative;top:auto;max-width:820px}
  .jobs__title--unified{max-width:820px}
  .jobs__form-wrap--unified{width:100%;max-width:860px}
}
@media(max-width:767px){
  .jobs--unified{
    padding-top:calc(var(--header-h) + 44px);
    padding-bottom:76px;
  }
  .jobs__grid--unified{gap:34px}
  .jobs__title--unified{
    font-size:clamp(3rem,13vw,5rem);
    line-height:.92;
  }
  .jobs__lead--unified{margin-top:22px}
  .jobs__pcd--unified{margin-top:28px;padding:18px 18px}
  .jobs--unified .jobs-form{padding:22px 18px}
}

/* ============================================================
   HOTFIX 1.0.2.5 — RESPONSIVIDADE REAL / MOBILE + TABLET
   Corrige regressão de largura no Android/iOS e mantém a Hero
   dentro da primeira dobra sem criar overflow horizontal.
============================================================ */
html,
body{
  width:100%;
  max-width:100%;
  margin:0;
  overflow-x:hidden;
}
#conteudo{
  display:block;
  width:100%;
  max-width:100%;
  min-width:0;
  margin:0;
  padding:0;
  overflow-x:hidden;
}
#conteudo > section,
.site-header,
.site-footer{
  width:100%;
  max-width:100%;
  min-width:0;
  margin-left:0;
  margin-right:0;
}
@supports (overflow:clip){
  html,body,#conteudo{overflow-x:clip}
}

/* O overscan fica no contêiner absoluto, não no próprio vídeo.
   Assim eliminamos a microfresta sem aumentar a largura do documento. */
.hero__media{
  inset:-3px;
  width:auto;
  height:auto;
  max-width:none;
}
.hero__poster,
.hero__video,
.hero__overlay,
.hero__texture{
  max-width:none;
}
.hero__video{
  inset:0;
  width:100%;
  height:100%;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
}

/* Tablet, inclusive iPad e Android em portrait/landscape. */
@media (max-width:1100px){
  .shell,
  .shell--wide{
    width:auto;
    max-width:none;
    margin-left:clamp(24px,4vw,40px);
    margin-right:clamp(24px,4vw,40px);
  }
  .carousel__viewport{
    width:100%;
    max-width:100%;
    min-width:0;
    overflow:hidden;
  }
  .carousel__container{
    min-width:0;
  }
  .carousel__slide{
    min-width:0;
  }
}

@media (min-width:768px) and (max-width:1024px){
  .hero{
    width:100%;
    min-height:100svh;
    height:100svh;
  }
  .hero__content{
    grid-template-columns:1fr;
    min-width:0;
    min-height:100%;
    height:100%;
    align-items:center;
    padding-top:calc(var(--header-h) + 34px);
    padding-bottom:34px;
  }
  .hero__copy{
    width:100%;
    max-width:760px;
    min-width:0;
    align-self:center;
  }
  .hero__rail{display:none}
  .hero__headline{
    font-size:clamp(58px,8.8vw,82px);
    line-height:.9;
    margin:16px 0 20px;
  }
  .hero__lead{
    max-width:690px;
    font-size:clamp(18px,2.3vw,22px);
  }
  .hero__detail{
    max-width:690px;
    font-size:14px;
  }
  .hero__actions{
    max-width:690px;
  }
}

/* Smartphones iPhone/Android. */
@media (max-width:767px){
  .shell,
  .shell--wide{
    width:auto;
    max-width:none;
    margin-left:20px;
    margin-right:20px;
  }
  .site-header__inner.shell.shell--wide{
    width:auto;
    margin-left:20px;
    margin-right:20px;
  }
  .hero{
    width:100%;
    max-width:100%;
    min-height:100svh;
    height:100svh;
    overflow:hidden;
  }
  .hero__content{
    width:auto;
    max-width:none;
    min-width:0;
    min-height:100%;
    height:100%;
    grid-template-columns:minmax(0,1fr);
    align-items:center;
    padding-top:calc(var(--header-h) + max(20px,env(safe-area-inset-top)));
    padding-bottom:max(18px,env(safe-area-inset-bottom));
  }
  .hero__copy{
    width:100%;
    max-width:none;
    min-width:0;
    align-self:center;
    transform:none;
  }
  .hero__headline{
    max-width:100%;
    font-size:clamp(43px,13.2vw,56px);
    line-height:.91;
    letter-spacing:-.058em;
    margin:12px 0 16px;
  }
  .hero__lead{
    max-width:100%;
    margin-bottom:0;
    font-size:16px;
    line-height:1.32;
  }
  .hero__detail{display:none}
  .hero__actions{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:8px;
    width:100%;
    min-width:0;
    margin-top:18px;
  }
  .hero__actions .cta{
    width:100%;
    min-width:0;
    min-height:46px;
    padding:8px 10px;
    font-size:9px;
    line-height:1.15;
    white-space:normal;
    overflow-wrap:anywhere;
  }
  .hero__actions .cta span:first-child{
    min-width:0;
  }
  .hero__rail,
  .hero__cue{display:none}

  .card-carousel,
  .risk-collection,
  .pillars-carousel,
  .integrated-cards-carousel,
  .company-facts-carousel,
  .field-mobile{
    width:100%;
    max-width:100%;
    min-width:0;
  }
  .card-carousel .carousel__viewport,
  .risk-collection .carousel__viewport,
  .pillars-carousel .carousel__viewport,
  .integrated-cards-carousel .carousel__viewport,
  .company-facts-carousel .carousel__viewport,
  .field-mobile .carousel__viewport{
    width:100%;
    max-width:100%;
    min-width:0;
    overflow:hidden;
  }
  .card-carousel .carousel__container,
  .risk-collection .carousel__container,
  .pillars-carousel .carousel__container,
  .integrated-cards-carousel .carousel__container,
  .company-facts-carousel .carousel__container,
  .field-mobile .carousel__container{
    width:auto;
    max-width:none;
    min-width:0;
  }
  .card-carousel .carousel__slide,
  .risk-collection .carousel__slide,
  .pillars-carousel .carousel__slide,
  .integrated-cards-carousel .carousel__slide,
  .company-facts-carousel .carousel__slide,
  .field-mobile .carousel__slide{
    max-width:calc(100vw - 54px);
    min-width:0;
  }
}

@media (max-width:480px){
  .shell,
  .shell--wide,
  .site-header__inner.shell.shell--wide{
    margin-left:18px;
    margin-right:18px;
  }
  .hero__headline{font-size:clamp(41px,12.9vw,53px)}
  .hero__lead{font-size:15.5px}
  .hero__actions .cta{font-size:8.6px;padding-inline:8px}
}

@media (max-width:390px){
  .shell,
  .shell--wide,
  .site-header__inner.shell.shell--wide{
    margin-left:16px;
    margin-right:16px;
  }
  .hero__headline{font-size:clamp(39px,12.3vw,49px)}
  .hero__lead{font-size:15px}
  .hero__actions{gap:6px;margin-top:14px}
  .hero__actions .cta{min-height:43px;font-size:8px;padding-inline:7px}
}

/* Telefones baixos e tablets em landscape. */
@media (max-height:700px) and (max-width:1024px){
  .hero__content{
    align-items:center;
    padding-top:calc(var(--header-h) + 12px);
    padding-bottom:10px;
  }
  .hero__headline{
    font-size:clamp(38px,9.2vh,58px);
    margin:8px 0 11px;
  }
  .hero__lead{
    font-size:14px;
    line-height:1.25;
  }
  .hero__detail{display:none}
  .hero__actions{margin-top:10px}
  .hero__actions .cta{min-height:42px}
}



/* ============================================================
   HOTFIX 1.0.2.6 — Menu mobile realmente full viewport
   Corrige Android/iOS quando o header está no estado scrolled.
   O backdrop-filter do header pode virar containing block para
   descendentes position:fixed; durante o menu ele é removido.
============================================================ */
@media (max-width:920px){
  body.menu-open{
    overflow:hidden !important;
    touch-action:none;
    overscroll-behavior:none;
  }

  .site-header--menu-open,
  body.menu-open .site-header{
    background:transparent !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
  }

  .site-header--menu-open .site-header__inner,
  body.menu-open .site-header__inner{
    position:relative;
    z-index:1002;
  }

  .site-header--menu-open .brand__logo--light,
  body.menu-open .site-header .brand__logo--light{
    opacity:1 !important;
  }
  .site-header--menu-open .brand__logo--dark,
  body.menu-open .site-header .brand__logo--dark{
    opacity:0 !important;
  }

  .site-header--menu-open .nav-toggle,
  body.menu-open .site-header .nav-toggle{
    position:relative;
    z-index:1003;
    color:#fff !important;
  }

  .nav-mobile{
    position:fixed !important;
    top:0 !important;
    right:0 !important;
    bottom:auto !important;
    left:0 !important;
    width:100vw !important;
    max-width:100vw !important;
    height:100dvh !important;
    min-height:100svh !important;
    max-height:100dvh !important;
    margin:0 !important;
    padding:
      calc(var(--header-h) + max(22px, env(safe-area-inset-top)))
      max(24px, env(safe-area-inset-right))
      calc(28px + env(safe-area-inset-bottom))
      max(24px, env(safe-area-inset-left)) !important;
    z-index:1001 !important;
    overflow-x:hidden !important;
    overflow-y:auto !important;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    background:#07130f !important;
  }

  .nav-mobile[hidden]{
    display:none !important;
  }
  .nav-mobile:not([hidden]){
    display:flex !important;
    flex-direction:column;
  }

  .nav-mobile__meta{
    flex:0 0 auto;
  }
  .nav-mobile__list{
    flex:0 0 auto;
    width:100%;
  }
  .nav-mobile__list a{
    width:100%;
    min-height:64px;
  }
  .nav-mobile__contact{
    flex:0 0 auto;
    margin-top:auto;
    padding-top:28px;
    padding-bottom:max(4px, env(safe-area-inset-bottom));
  }
}

@media (max-width:480px){
  .nav-mobile{
    padding-left:max(20px, env(safe-area-inset-left)) !important;
    padding-right:max(20px, env(safe-area-inset-right)) !important;
  }
  .nav-mobile__list a{
    min-height:58px;
    font-size:clamp(24px,8vw,31px);
  }
}

@media (orientation:landscape) and (max-height:560px) and (max-width:1024px){
  .nav-mobile{
    padding-top:calc(var(--header-h) + 10px) !important;
    padding-bottom:14px !important;
  }
  .nav-mobile__meta{
    margin-bottom:12px;
  }
  .nav-mobile__list a{
    min-height:44px;
    font-size:22px;
  }
  .nav-mobile__contact{
    margin-top:18px;
    padding-top:14px;
  }
}

/* ============================================================
   HOTFIX 1.0.2.7 — Seção 04 · A Mais Clean no mobile
   Impede que o min-content do carrossel/timeline expanda o
   item de grid e faça título e textos escaparem pela direita.
============================================================ */
@media (max-width:920px){
  .company{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }

  .company .shell.company__grid{
    display:block !important;
    width:auto !important;
    max-width:none !important;
    min-width:0 !important;
  }

  .company__image,
  .company__content{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
  }

  .company__image{
    margin:0 0 42px;
  }

  .company__content{
    overflow:hidden;
  }

  .company__content > *,
  .company__content .section-title,
  .company__content > p,
  .company-facts-carousel,
  .company-facts-carousel .carousel__viewport,
  .company-facts-carousel .carousel__container,
  .timeline{
    box-sizing:border-box;
    max-width:100% !important;
    min-width:0 !important;
  }

  .company__content .section-title,
  .company__content > p{
    width:100% !important;
    margin-right:0;
    white-space:normal !important;
  }

  .company-facts-carousel{
    width:100% !important;
    overflow:hidden;
  }

  .company-facts-carousel .carousel__viewport{
    width:100% !important;
    overflow:hidden !important;
  }

  .company-facts-carousel .carousel__container.company__facts{
    width:auto !important;
    max-width:none !important;
    padding:0 !important;
  }

  .company-facts-carousel .carousel__slide{
    flex:0 0 calc(100% - 34px) !important;
    width:calc(100% - 34px) !important;
    max-width:calc(100% - 34px) !important;
    min-width:0 !important;
  }

  .timeline{
    width:100% !important;
    overflow:hidden;
  }

  .timeline__top,
  .timeline__scale,
  .timeline__statement,
  .timeline__range{
    max-width:100%;
    min-width:0;
  }
}

@media (max-width:480px){
  .company__image{margin-bottom:34px}
  .company-facts-carousel .carousel__slide{
    flex-basis:calc(100% - 26px) !important;
    width:calc(100% - 26px) !important;
    max-width:calc(100% - 26px) !important;
  }
}

