/* BPO only. Visual reference: institutional home v2, PR 312.
   Shared site.css and page copy remain unchanged. */
:root {
  --light-bg: #F2F2F2;
  --light-card: #F2F2F2;
  --light-chrome: #EAEFEF;
}
body { background:var(--light-bg); color:var(--light-tx); }
body, body :is(input,textarea,select,button,.btn,h1,h2,h3,h4,.h2) { font-family:'Manrope',sans-serif; }
body :is(h1,h2,h3,h4,.h2) {font-weight:600; letter-spacing:-.04em; color:var(--light-tx);}
body .bg-lights {display:none;}
body .reveal {opacity:1;transform:none;filter:none;}
body .wrap {max-width:1240px;padding-inline:40px;}
body .pad {padding-block:104px;}
body .center {text-align:left;}
body .h2 {font-size:clamp(30px,3.3vw,46px);line-height:1.14;max-width:850px;margin:0;text-align:left;}
body .lede {color:var(--light-tx2);font-size:16px;line-height:1.8;max-width:700px;margin:24px 0 0;text-align:left;letter-spacing:0;}
body main > nav {background:var(--bg);color:var(--white);border-bottom:1px solid rgba(255,255,255,.12);}
body .nav-in {max-width:1240px;min-height:80px;padding-inline:40px;}
body main > nav .wordmark {font-family:'Maven Pro',sans-serif;}
body .btn {min-height:50px;padding:15px 26px;font-size:14px;font-weight:600;box-shadow:none;}
body .btn-grad {background:var(--teal);border:1px solid var(--teal);color:var(--bg);}
body .btn-grad::before,body .btn-grad::after {display:none;}
body .btn:hover {transform:none;box-shadow:none;filter:brightness(.96);}
body .btn-slate {background:transparent;border:1px solid rgba(255,255,255,.3);color:var(--white);}
body :is(a,button,input,textarea,select):focus-visible {outline:3px solid var(--teal);outline-offset:4px;}

/* The opening statement leads; supporting copy occupies a quieter column. */
body .hero {margin:0 20px;background:var(--bg);border-radius:0 0 36px 36px;padding:84px 0 38px;text-align:left;}
body .hero::before,body .hero::after {display:none;}
body .hero-in {max-width:1200px;padding-inline:40px;display:grid;grid-template-columns:1.4fr 1fr;gap:32px 76px;align-items:start;}
body .hero h1 {font-size:clamp(40px,4.7vw,66px);line-height:1.08;letter-spacing:-.047em;color:var(--white);margin:0;max-width:720px;grid-row:1 / 3;}
body .hero .sub {font-size:17px;line-height:1.8;letter-spacing:0;color:#BCC4D6;margin:6px 0 0;max-width:460px;}
body .hero .sub b {color:var(--white);font-weight:500;}
body .hero-cta {justify-content:flex-start;flex-wrap:wrap;margin:0;gap:12px;}
body .trust {grid-column:1 / -1;justify-content:flex-start;flex-wrap:nowrap;margin:30px 0 0;padding-top:28px;border-top:1px solid rgba(255,255,255,.15);color:#BCC4D6;font-size:13px;letter-spacing:0;}
body .trust-t {max-width:none;}
body .trust .av {flex-shrink:0;}

/* Editorial section introductions and a comparison table. */
body #problema .wrap,body #servicos .wrap,body #pra-quem .wrap,body #prova .wrap {display:grid;grid-template-columns:1fr 1fr;column-gap:76px;}
body :is(#problema,#servicos,#pra-quem,#prova) .lede {margin:0;align-self:center;}
body .repos {grid-column:1 / -1;max-width:none;width:100%;margin-top:52px;gap:0;border-top:1px solid var(--light-line2);}
body .repos-row {background:none;backdrop-filter:none;border:0;border-bottom:1px solid var(--light-line2);border-radius:0;box-shadow:none;padding:25px 0;gap:36px;grid-template-columns:1fr auto 1fr;}
body .repos-row .de {color:var(--light-tx2);font-size:16px;}
body .repos-row .para {color:var(--light-tx);font-size:16px;}
body .repos-row .arrow {width:36px;height:36px;background:var(--light-chrome);color:#287775;border:0;}

/* Six existing service descriptions in a single, quiet panel. */
body .svc-grid {grid-column:1 / -1;gap:0;border-radius:24px;overflow:hidden;background:var(--light-chrome);margin-top:48px;}
body .svc-card {background:none;border:0;border-radius:0;border-right:1px solid var(--light-line2);border-bottom:1px solid var(--light-line2);padding:34px;box-shadow:none;backdrop-filter:none;transition:none;}
body .svc-card:nth-child(3n) {border-right:0;}
body .svc-card:nth-child(n+4) {border-bottom:0;}
body .svc-card:hover {transform:none;}
body .svc-card .sic {color:#287775;background:transparent;border:0;border-radius:0;justify-content:start;margin-bottom:22px;}
body .svc-card .sic svg {width:30px;height:30px;}
body .svc-card h3 {font-size:20px;line-height:1.3;}
body .svc-card p {color:var(--light-tx2);line-height:1.8;}
body .svc-note {grid-column:1 / -1;max-width:none;margin:24px 0 0;color:var(--light-tx2);letter-spacing:0;}
body .svc-note b {color:var(--light-tx);}

body #como-funciona {background:var(--bg);color:var(--white);}
body #como-funciona .h2,body #como-funciona h4 {color:var(--white);}
body #como-funciona .lede,body #como-funciona small,body .journey-note {color:#BCC4D6;}
body .journey {display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;overflow:visible;padding:0;margin-top:56px;counter-reset:step;}
body .journey .j-link {display:none;}
body .j-step {counter-increment:step;width:auto;align-items:flex-start;padding-top:24px;border-top:1px solid rgba(255,255,255,.25);gap:16px;}
body .j-step::before {content:'0' counter(step);font-size:14px;color:var(--teal);}
body .j-step .box {display:none;}
body .j-step h4 {font-size:20px;opacity:1;line-height:1.35;}
body .j-step small {text-align:left;opacity:1;line-height:1.7;font-size:14px;}
body .journey-note {max-width:850px;margin:44px 0 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.15);font-size:15px;}
body .why-head {gap:76px;align-items:start;}
body .why-head .lede {margin:0;}
body #whyScroll {overflow:visible;}
body #whyScroll .htrack {width:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;padding:0;margin-top:48px;}
body #whyScroll .why-card {width:auto;background:none;border:0;border-top:1px solid var(--light-line2);border-radius:0;padding:28px 0;box-shadow:none;}
body #whyScroll .why-card .ic {background:var(--light-chrome);color:#287775;border:0;box-shadow:none;}
body #whyScroll .why-card h3 {font-size:20px;line-height:1.4;}
body #whyScroll .why-card p {color:var(--light-tx2);line-height:1.8;}
body #pra-quem {padding-top:24px;}
body .verticais {grid-column:1 / -1;justify-content:flex-start;gap:12px;margin-top:36px;}
body .verticais .vchip {background:var(--light-chrome);border:1px solid var(--light-line2);padding:16px 24px;color:var(--light-tx);font-family:'Manrope',sans-serif;font-size:15px;border-radius:50px;}
body #prova {background:var(--light-chrome);}
body .stats {grid-column:1 / -1;max-width:none;width:100%;margin:56px 0 0;gap:40px;text-align:left;}
body .stat {padding:0;border:0;border-radius:0;background:none;}
body .stat .n {font-family:'Manrope',sans-serif;color:var(--light-tx);font-size:clamp(52px,6vw,80px);font-weight:500;letter-spacing:-.065em;}
body .stat .l {color:var(--light-tx2);max-width:240px;font-size:14px;}
body #faq .wrap {display:flex;flex-direction:column;gap:36px;max-width:1040px;}
body #faq .h2 {margin:0 auto;text-align:center;}
body .faq {max-width:none;width:100%;margin:0;}
body .faq-item {background:none;border:0;border-bottom:1px solid var(--light-line2);border-radius:0;}
body .faq-q {padding:23px 0;font-size:16px;line-height:1.5;color:var(--light-tx);gap:24px;}
body .faq-q .pm {color:var(--light-tx);background:var(--light-chrome);flex-shrink:0;border:0;}
body .faq-a,body .faq-a p {color:var(--light-tx2);line-height:1.8;}

body #contato {background:var(--bg);border-radius:32px;margin-inline:20px;}
body #contato .wrap {display:grid;grid-template-columns:1fr 1.1fr;gap:16px 56px;align-items:start;}
body .contato-head {grid-column:1;grid-row:1 / 3;align-self:start;max-width:520px;margin:0;text-align:left;}
body #contato .h2 {color:var(--white);font-size:clamp(34px,3.8vw,52px);line-height:1.15;text-wrap:balance;}
body #contato .lede {color:#BCC4D6;margin:22px 0 0;font-size:18px;line-height:1.65;text-wrap:pretty;}
body .hl-anim {color:inherit;}
body .hl-anim::before,body .hl-anim::after {display:none;}
body .cform {grid-column:2;grid-row:1;max-width:none;width:100%;margin:0;background:transparent;border:0;border-radius:0;box-shadow:none;backdrop-filter:none;padding:0;}
body .cform label {color:#DDE1EB;font-size:13px;}
body .cform :is(input,select,textarea) {font-family:'Manrope',sans-serif;background:#131A31;border-color:#394056;border-radius:8px;font-size:14px;min-height:48px;}
body .cform select {appearance:auto;}
body .cform :is(input,textarea)::placeholder {color:#AAB3C8;}
body .cform-done {grid-column:2;grid-row:1;}
body .cform-done h3 {color:var(--white);}
body .contato-alt {grid-column:2;grid-row:2;margin:0;color:#BCC4D6;font-size:13px;text-align:left;}
body footer {padding:36px 0;background:var(--light-bg);color:var(--light-tx2);border:0;}
body .foot-in {gap:28px;flex-wrap:wrap;font-size:12px;}
body .foot-in > div {max-width:100%;white-space:normal;overflow-wrap:anywhere;}
body footer .logo,body footer .logo .wordmark {color:var(--light-tx);}

@media(max-width:1000px) {
  body #como-funciona .journey {grid-template-columns:repeat(2,minmax(0,1fr));}
  body #como-funciona .j-step:nth-child(3)::after {display:none;}
  body .hero-in {gap:28px 36px;grid-template-columns:1.2fr 1fr;}
  body .hero h1 {font-size:48px;}
  body .wrap,body .nav-in {padding-inline:28px;}
  body :is(#problema,#servicos,#pra-quem,#prova,#contato,#faq) .wrap {column-gap:36px;}
  body .svc-card {padding:28px;}
}
@media(max-width:760px) {
  body .pad {padding-block:64px;}
  body .wrap,body .nav-in {padding-inline:24px;}
  body .hero {margin-inline:10px;padding:48px 0 28px;border-radius:0 0 24px 24px;}
  body .hero-in {padding-inline:24px;display:flex;flex-direction:column;gap:26px;}
  body .hero h1 {font-size:clamp(36px,7.7vw,50px);max-width:620px;}
  body .hero .sub {font-size:15px;max-width:none;margin:0;}
  body .hero-cta {gap:10px;}
  body .hero .btn {padding:14px 20px;font-size:13px;}
  body .trust {margin-top:4px;padding-top:24px;font-size:12px;}
  body :is(#problema,#servicos,#pra-quem,#prova,#contato,#faq) .wrap {display:flex;flex-direction:column;gap:24px;}
  body .h2 {font-size:32px;}
  body .lede {font-size:15px;}
  body .repos {margin-top:12px;}
  body .repos-row {grid-template-columns:1fr;gap:12px;padding-block:22px;}
  body .repos-row .arrow {width:28px;height:28px;transform:rotate(90deg);}
  body .svc-grid {grid-template-columns:1fr 1fr;margin-top:12px;}
  body .svc-card:nth-child(n) {border-right:1px solid var(--light-line2);border-bottom:1px solid var(--light-line2);padding:24px;}
  body .svc-card:nth-child(2n) {border-right:0;}
  body .svc-card:nth-last-child(-n+2) {border-bottom:0;}
  body .svc-card h3 {font-size:18px;}
  body .svc-note {margin:0;}
  body .journey {grid-template-columns:1fr 1fr;gap:32px;margin-top:36px;}
  body .why-head {display:block;}
  body .why-head .lede {margin-top:24px;}
  body #whyScroll .htrack {grid-template-columns:1fr;gap:0;margin-top:32px;}
  body #whyScroll .why-card {padding:24px 0;}
  body .verticais {margin-top:8px;}
  body .verticais .vchip {font-size:13px;padding:12px 18px;}
  body .stats {margin-top:12px;grid-template-columns:1fr;gap:28px;}
  body .stat {border-top:1px solid var(--light-line2);padding-top:18px;}
  body .stat .n {font-size:64px;}
  body .stat .l {max-width:none;}
  body #contato {margin-inline:10px;border-radius:24px;}
  body #contato .h2 {font-size:34px;}
  body #contato .contato-head {max-width:none;width:100%;align-self:stretch;}
  body #contato .lede {font-size:16px;margin-top:18px;}
  body .cform {margin-top:12px;}
  body .cform .two {gap:0;}
  body .cform .field {width:100%;}
  body .contato-alt {margin-top:4px;}
  body .foot-in {align-items:flex-start;flex-direction:column;}
}
@media(max-width:460px) {
  body .svc-grid {grid-template-columns:1fr;}
  body .svc-card:nth-child(n) {border-right:0;border-bottom:1px solid var(--light-line2);}
  body .svc-card:last-child {border-bottom:0;}
  body .hero-cta {width:100%;}
  body .hero-cta .btn {flex:1;}
}
/* Problem section: balanced introduction and one paired comparison panel. */
body #problema {padding-block:64px;}
body #problema .wrap {grid-template-columns:minmax(0,.8fr) minmax(0,1.35fr);grid-template-rows:auto 1fr;column-gap:56px;row-gap:18px;align-items:start;}
body #problema .h2 {grid-column:1;grid-row:1;font-size:clamp(24px,2.2vw,30px);line-height:1.25;letter-spacing:-.03em;text-wrap:pretty;}
body #problema .lede {grid-column:1;grid-row:2;align-self:start;font-size:14px;line-height:1.75;margin:0;}
body #problema .repos {
  grid-column:2;grid-row:1 / 3;margin:0;border:0;border-radius:20px;overflow:hidden;
  background:linear-gradient(90deg,var(--light-chrome) 50%,var(--bg) 50%);
}
body #problema .repos-row {
  grid-template-columns:minmax(0,1fr) 32px minmax(0,1fr);
  gap:0;padding:0 24px;min-height:112px;border:0;align-items:stretch;
}
body #problema .repos-row :is(.de,.para) {
  display:flex;align-items:center;padding-block:22px;font-size:14px;line-height:1.6;
}
body #problema .repos-row .de {padding-right:18px;color:var(--light-tx2);}
body #problema .repos-row .para {padding-left:18px;color:var(--white);font-weight:500;}
body #problema .repos-row + .repos-row .de {border-top:1px solid var(--light-line2);}
body #problema .repos-row + .repos-row .para {border-top:1px solid rgba(255,255,255,.16);}
body #problema .repos-row .arrow {
  width:32px;height:32px;align-self:center;background:var(--teal);color:var(--bg);
  box-shadow:0 0 0 5px var(--light-chrome);
}
@media(max-width:1000px) {
  body #problema .wrap {column-gap:28px;}
  body #problema .repos-row {padding-inline:20px;}
  body #problema .repos-row .de {padding-right:14px;}
  body #problema .repos-row .para {padding-left:14px;}
}
@media(max-width:760px) {
  body #problema {padding-block:44px;}
  body #problema .wrap {gap:18px;}
  body #problema .h2 {font-size:25px;text-wrap:pretty;}
  body #problema .lede {margin:0;}
  body #problema .repos {background:none;overflow:visible;margin-top:8px;gap:20px;border-radius:0;}
  body #problema .repos-row {
    position:relative;display:grid;grid-template-columns:1fr;gap:0;padding:0;border-radius:20px;overflow:hidden;
  }
  body #problema .repos-row :is(.de,.para) {font-size:15px;border:0;padding:24px;min-height:104px;}
  body #problema .repos-row .de {background:var(--light-chrome);padding-bottom:32px;}
  body #problema .repos-row .para {background:var(--bg);padding-top:32px;}
  body #problema .repos-row .arrow {position:relative;z-index:1;margin:-16px 0 -16px 24px;transform:rotate(90deg);width:32px;height:32px;box-shadow:none;}
}
body section {scroll-margin-top:120px;}
/* Visual rhythm: service mosaic, timeline and proof strip. */
body #servicos {padding-block:72px;}
body #servicos .wrap {display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:18px;}
body #servicos .h2 {grid-column:1;grid-row:1;font-size:30px;line-height:1.25;padding:12px 26px 0 0;}
body #servicos .lede {grid-column:1;grid-row:2;align-self:start;font-size:14px;padding-right:28px;}
body #servicos .svc-grid {display:contents;}
body #servicos .svc-card {padding:26px;border:1px solid var(--light-line2);border-radius:20px;background:var(--light-chrome);}
body #servicos .svc-card:first-child {grid-column:2;grid-row:1 / 3;background:var(--bg);display:flex;justify-content:center;}
body #servicos .svc-card:first-child h3 {color:var(--white);}
body #servicos .svc-card:first-child p {color:#BCC4D6;}
body #servicos .svc-card:first-child .sic {color:var(--teal);width:64px;height:64px;margin-bottom:28px;}
body #servicos .svc-card:first-child .sic svg {width:48px;height:48px;}
body #servicos .svc-card:nth-child(2) {grid-column:3;grid-row:1 / 3;justify-content:center;}
body #servicos .svc-card h3 {font-size:18px;}
body #servicos .svc-card p {font-size:13px;line-height:1.75;}
body #servicos .svc-card .sic {margin-bottom:12px;}
body #servicos .svc-card:last-child {grid-column:1 / 3;display:grid;grid-template-columns:44px 1fr 1.6fr;gap:20px;align-items:center;}
body #servicos .svc-card:last-child :is(h3,p,.sic) {margin:0;}
body #servicos .svc-note {grid-column:3;grid-row:auto;font-size:13px;padding:18px 0 18px 22px;margin:0;border-left:2px solid var(--teal);align-self:center;}
body #como-funciona {padding-block:64px;}
body #como-funciona .wrap {display:grid;grid-template-columns:1fr;gap:18px;}
body #como-funciona .h2 {font-size:40px;line-height:1.18;max-width:820px;margin:0 auto;text-align:center;text-wrap:balance;}
body #como-funciona .lede {margin:0 auto;font-size:17px;line-height:1.7;max-width:620px;text-align:center;text-wrap:balance;}
body #como-funciona .migration-duration {white-space:nowrap;color:var(--teal);font-weight:600;}
body #como-funciona .journey {grid-column:1 / -1;margin:34px 0 24px;gap:32px;align-items:stretch;}
body #como-funciona .j-step {display:flex;flex-direction:column;gap:12px;align-items:flex-start;text-align:left;border:0;padding:0;width:auto;}
body #como-funciona .j-step::before {display:grid;place-items:center;width:64px;height:64px;flex-shrink:0;background:#142632;border:1px solid #376167;border-radius:50%;font-size:26px;line-height:1;font-weight:500;margin-bottom:12px;position:relative;z-index:1;}
body #como-funciona .j-step:not(:last-of-type)::after {content:'';position:absolute;top:32px;left:80px;width:calc(100% - 64px);height:1px;background:#376167;}
body #como-funciona .j-step h4 {font-size:19px;margin:0;}
body #como-funciona .j-step small {font-size:14px;margin:0;max-width:250px;}
body #como-funciona .journey-note {display:grid;grid-template-columns:1fr 1fr;gap:32px;grid-column:1 / -1;font-size:14px;line-height:1.8;text-align:left;margin:0;padding:28px 32px;max-width:none;background:#10172C;border:1px solid #293348;border-radius:16px;}
body #como-funciona .journey-note > span {text-wrap:pretty;}
body #como-funciona .journey-note > span + span {border-left:1px solid #293348;padding-left:32px;}
body #como-funciona .journey-note strong {display:block;margin-bottom:8px;color:var(--white);font-size:16px;font-weight:600;}
body #diferenciais {padding-block:72px;}
body #diferenciais .wrap {display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:20px;align-items:stretch;}
body #diferenciais .why-head {grid-column:1 / -1;display:block;text-align:center;margin:0 0 16px;padding:0;}
body #diferenciais .h2 {font-size:34px;line-height:1.25;max-width:760px;margin:0 auto;text-align:center;text-wrap:balance;}
body #diferenciais .lede {font-size:16px;line-height:1.7;max-width:740px;margin:18px auto 0;text-align:center;}
body #diferenciais #whyScroll,body #whyScroll .htrack {display:contents;}
body #whyScroll .why-card {grid-column:span 2;display:flex;flex-direction:column;gap:12px;padding:26px;background:var(--light-chrome);border:1px solid var(--light-line2);border-radius:20px;align-items:flex-start;}
body #whyScroll .why-card:nth-last-child(-n+2) {grid-column:span 3;}
body #whyScroll .why-card .ic {margin:0 0 6px;background:transparent;width:32px;height:32px;}
body #whyScroll .why-card h3 {font-size:18px;line-height:1.4;margin:0;max-width:290px;}
body #whyScroll .why-card p {font-size:14px;line-height:1.7;margin:0;}
body #pra-quem {padding-block:24px 64px;}
body #pra-quem .wrap {grid-template-columns:1fr 1.25fr;gap:16px 56px;}
body #pra-quem .h2 {font-size:27px;grid-column:1;grid-row:1;}
body #pra-quem .lede {font-size:14px;grid-column:1;grid-row:2;}
body #pra-quem .verticais {grid-column:2;grid-row:1 / 3;display:grid;grid-template-columns:1fr 1fr;width:100%;margin:0;gap:12px;align-self:center;}
body #pra-quem .vchip {font-size:14px;border-radius:12px;min-height:62px;padding:14px 20px;}
body #prova {padding-block:56px;}
body #prova .wrap {grid-template-columns:.85fr 1.4fr;gap:20px 60px;}
body #prova .h2 {font-size:28px;grid-column:1;grid-row:1;}
body #prova .lede {font-size:13px;grid-column:1;grid-row:2;}
body #prova .stats {grid-column:2;grid-row:1 / 3;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-self:center;margin:0;gap:20px;}
body #prova .stat .n {font-size:clamp(38px,4.5vw,60px);}
body #prova .stat .l {font-size:12px;}
@media(max-width:1000px) {
  body #servicos .wrap {grid-template-columns:1fr 1fr;}
  body #servicos .h2 {grid-column:1;grid-row:1;}
  body #servicos .lede {grid-column:2;grid-row:1;padding:0;}
  body #servicos .svc-card:nth-child(n) {grid-column:auto;grid-row:auto;display:flex;gap:0;}
  body #servicos .svc-note {grid-column:1 / -1;}
  body #diferenciais .wrap {grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;}
  body #whyScroll .why-card:nth-child(n) {grid-column:auto;}
  body #whyScroll .why-card:last-child {grid-column:1 / -1;}
}
@media(max-width:760px) {
  body :is(#servicos,#como-funciona,#diferenciais,#prova) {padding-block:48px;}
  body #servicos .wrap {display:grid;grid-template-columns:minmax(0,1fr);gap:14px;}
  body #servicos .h2,body #servicos .lede,body #servicos .svc-card:nth-child(n),body #servicos .svc-note {grid-column:1;grid-row:auto;padding-right:24px;}
  body #servicos .h2 {font-size:27px;padding:0;}
  body #servicos .lede {padding:0;margin-bottom:10px;}
  body #servicos .svc-card:nth-child(n) {display:grid;grid-template-columns:40px 1fr;gap:10px 18px;padding:22px;}
  body #servicos .svc-card:nth-child(n) .sic {grid-row:1 / 3;width:36px;height:36px;margin:0;}
  body #servicos .svc-card:first-child .sic svg {width:30px;height:30px;}
  body #servicos .svc-card:nth-child(n) h3,body #servicos .svc-card:nth-child(n) p {grid-column:2;margin:0;}
  body #como-funciona .wrap {grid-template-columns:1fr;}
  body #como-funciona .h2 {font-size:27px;}
  body #como-funciona .journey {grid-template-columns:1fr;gap:28px;margin:20px 0;}
  body #como-funciona .j-step {display:grid;grid-template-columns:52px 1fr;gap:8px 20px;}
  body #como-funciona .j-step::before {grid-row:1 / 3;width:52px;height:52px;font-size:22px;margin:0;}
  body #como-funciona .j-step:not(:last-of-type)::after {top:64px;left:26px;width:1px;height:calc(100% - 48px);}
  body #como-funciona .j-step:nth-child(3)::after {display:block;}
  body #como-funciona .j-step small {grid-column:2;max-width:none;}
  body #como-funciona .journey-note {grid-template-columns:1fr;gap:16px;padding:22px;}
  body #como-funciona .journey-note > span + span {border-left:0;border-top:1px solid #293348;padding:16px 0 0;}
  body #diferenciais .h2 {font-size:27px;}
  body #diferenciais .wrap {grid-template-columns:minmax(0,1fr);gap:14px;}
  body #diferenciais .why-head {padding:0 0 12px;}
  body #whyScroll .why-card {padding:24px;}
  body #pra-quem .verticais {grid-template-columns:1fr 1fr;gap:10px;}
  body #pra-quem .vchip {font-size:12px;padding:12px;}
  body #prova .stats {gap:16px;}
  body #prova .stat .n {font-size:36px;}
  body #prova .stat {padding-top:12px;}
}
/* Proof: centered context introduces the numbers. */
body #prova .wrap {display:grid;grid-template-columns:1fr;gap:20px;align-items:start;}
body #prova .stats {
  grid-column:1 / -1;grid-row:3;display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;
  margin:28px 0 0;padding-top:40px;border-top:1px solid var(--light-line2);border-bottom:0;
}
body #prova .stat {text-align:left;padding:0;border:0;}
body #prova .stat + .stat::before {display:none;}
body #prova .stat .n {font-size:clamp(64px,7.5vw,104px);line-height:1.1;font-weight:500;letter-spacing:-.065em;}
body #prova .stat .l {max-width:260px;margin:18px 0 0;font-size:14px;font-weight:400;line-height:1.6;text-align:left;}
body #prova .h2 {grid-column:1;grid-row:1;font-size:clamp(34px,3.2vw,44px);line-height:1.2;max-width:900px;margin:0 auto;text-align:center;text-wrap:balance;}
body #prova .lede {grid-column:1;grid-row:2;margin:0 auto;font-size:18px;line-height:1.7;max-width:840px;text-align:center;text-wrap:pretty;}
@media(max-width:760px) {
  body #prova .wrap {display:flex;flex-direction:column;gap:20px;}
  body #prova .stats {order:3;grid-template-columns:1fr;gap:0;padding:0;margin:8px 0 0;border:0;width:100%;}
  body #prova .stat {display:grid;grid-template-columns:140px 1fr;gap:20px;align-items:center;padding:24px 0;border-bottom:1px solid var(--light-line2);}
  body #prova .stat .n {font-size:56px;}
  body #prova .stat .l {margin:0;font-size:13px;}
  body #prova .h2 {order:1;font-size:30px;}
  body #prova .lede {order:2;font-size:16px;}
}
@media(max-width:380px) {
  body #prova .stat {grid-template-columns:120px 1fr;gap:14px;}
  body #prova .stat .n {font-size:48px;}
}
/* Centered opening, scoped to the BPO hero. */
body #main .hero-in {
  display:flex;flex-direction:column;align-items:center;
  text-align:center;gap:28px;
}
body #main h1 {max-width:900px;margin:0 auto;text-align:center;text-wrap:balance;}
body #main .sub {max-width:640px;margin:0 auto;text-align:center;}
body #main .hero-cta {justify-content:center;margin:4px 0 0;}
body #main .trust {width:100%;justify-content:center;text-align:center;margin-top:24px;}
@media(max-width:760px) {
  body #main .hero-in {gap:24px;}
  body #main .trust {margin-top:8px;}
}
@media(prefers-reduced-motion:reduce) {
  html {scroll-behavior:auto;}
  body *,body *::before,body *::after {animation:none !important;transition:none !important;}
}

/* Differentiators as an open list, without card containers. */
body #diferenciais .wrap {display:flex;flex-direction:column;gap:32px;}
body #diferenciais .why-head {width:100%;padding:0;margin:0;background:none;border:0;border-radius:0;}
body #diferenciais .h2 {color:var(--light-tx);}
body #diferenciais .lede {color:var(--light-tx2);}
body #diferenciais #whyScroll {display:block;width:100%;margin:0;padding:0;overflow:visible;}
body #diferenciais #whyScroll .htrack {display:block;width:100%;margin:0;padding:0;background:none;border-radius:0;}
body #diferenciais #whyScroll .why-card:nth-child(n) {display:grid;grid-template-columns:40px minmax(0,.8fr) minmax(0,1.2fr);gap:24px;align-items:start;width:100%;padding:24px 0;background:none;border:0;border-top:1px solid var(--light-line2);border-radius:0;box-shadow:none;transform:none;}
body #diferenciais #whyScroll .why-card::before,body #diferenciais #whyScroll .why-card::after {display:none;}
body #diferenciais #whyScroll .why-card .ic {grid-column:1;grid-row:1;width:32px;height:32px;margin:0;background:none;border:0;box-shadow:none;color:#267B79;}
body #diferenciais #whyScroll .why-card h3 {grid-column:2;grid-row:1;max-width:none;margin:0;font-size:20px;line-height:1.4;}
body #diferenciais #whyScroll .why-card p {grid-column:3;grid-row:1;margin:0;font-size:16px;line-height:1.7;color:var(--light-tx2);}
@media(max-width:760px) {
  body #diferenciais #whyScroll .why-card:nth-child(n) {grid-template-columns:32px minmax(0,1fr);gap:10px 18px;padding:22px 0;}
  body #diferenciais #whyScroll .why-card .ic {grid-row:1 / 3;}
  body #diferenciais #whyScroll .why-card h3 {font-size:19px;}
  body #diferenciais #whyScroll .why-card p {grid-column:2;grid-row:2;font-size:15px;}
}

@media(min-width:1100px){
  body .hero .trust{flex-wrap:nowrap;}
  body .hero .trust .av{flex-shrink:0;}
  body .hero .trust .t-long{white-space:nowrap;font-size:clamp(12px,1vw,14px);}
}

/* Current PR 312: brand-derived teal, lighter display type and glass contact. */
:root {
  --mv-brand-teal:#5BC0BE;
  --mv-teal-dark:color-mix(in srgb,var(--mv-brand-teal) 30%,#000);
  --mv-teal-mid:color-mix(in srgb,var(--mv-brand-teal) 55%,#000);
  --mv-teal-light:color-mix(in srgb,var(--mv-brand-teal) 65%,#fff);
  --mv-teal-paper:color-mix(in srgb,var(--mv-brand-teal) 10%,#fff);
  --mv-teal-gradient:linear-gradient(175deg,var(--mv-teal-dark),var(--mv-teal-mid) 42%,var(--mv-teal-light));
}
body .wrap {max-width:1280px;}
body .section-label {display:block;margin:0 0 22px;color:#287D7B;font-size:14px;font-weight:600;letter-spacing:.02em;}
body main:has(> .bpo-header) {padding-top:12px;}

body #main.hero {margin:0 12px;padding:176px 0 64px;min-height:720px;border-radius:30px;background:radial-gradient(ellipse at 90% 100%,#27646c80,transparent 60%),linear-gradient(145deg,#04081F,#102D3A);}
body .hero-in {max-width:1160px;gap:28px;}
body .hero .section-label {margin:0;color:#B9DFDD;}
body .hero h1 {font-size:clamp(40px,5.2vw,76px);font-weight:400;line-height:1.1;letter-spacing:-.042em;max-width:20ch;}
body .hero .sub {max-width:640px;font-size:18px;color:#D0DFE3;}
body .hero .sub strong {font-weight:600;}
body .hero-cta {margin-top:4px;}
body .trust {margin-top:32px;border-color:#ffffff24;padding-top:28px;color:#D0DFE3;font-size:14px;}
body #contato {background:var(--mv-teal-gradient);margin:0;border-radius:0;padding:96px 0;}
body #contato .wrap {gap:20px 72px;align-items:center;}
body #contato .section-label {color:var(--mv-teal-paper);}
body #contato .h2 {font-size:clamp(38px,4.3vw,60px);font-weight:400;line-height:1.1;max-width:15ch;}
body #contato .lede {color:var(--mv-teal-paper);max-width:36ch;}
body .cform {padding:32px;border:1px solid #e9fff15c;border-radius:24px;background:linear-gradient(140deg,color-mix(in srgb,var(--mv-teal-paper) 91%,transparent),color-mix(in srgb,var(--mv-teal-paper) 81%,transparent));backdrop-filter:blur(24px);box-shadow:inset 0 1px 0 #fff9,0 24px 60px -35px #08282099;}
body .cform label {color:#142039;font-size:14px;}
body .cform :is(input,select,textarea) {color:#142039;background:#ffffffae;border:1px solid #90aea466;border-radius:12px;font-size:16px;color-scheme:light;}
body .cform :is(input,textarea)::placeholder {color:#647184;}
body .cform select option {background:#fff;color:#142039;}
body .cform .cform-submit {width:100%;background:#11294B;color:#fff;border-color:#11294B;border-radius:12px;}
body .cform-msg.err {color:#942E2E;}
body .contato-alt,body .contato-alt a {color:#173E43;font-size:14px;}
body .cform-done {background:var(--mv-teal-paper);}
body .cform-done h3,body .cform-done p {color:#142039;}
body #faq .h2 {font-weight:400;}
/* BPO sections follow the same visual system as Contabilidade. */
:root{--light-bg:#F7F9F9;--light-card:#fff;--light-chrome:#EDF3F3;}
body :is(h1,h2,h3,h4,.h2){font-weight:400;letter-spacing:-.035em;}
body .pad{padding-block:96px;}
body #main .hero-in{display:flex;flex-direction:column;align-items:center;max-width:1160px;gap:28px;text-align:center;}
body #main .hero h1,body #main h1{max-width:20ch;}
body #main .hero-cta{justify-content:center;}
body #main .trust{width:100%;justify-content:center;margin-top:32px;}
body #problema .h2{font-size:34px;line-height:1.2;}
body #problema .lede{font-size:16px;}
body #problema .repos{background:var(--light-chrome);}
body #problema .repos-row .para{color:var(--light-tx);font-weight:600;}
body #problema .repos-row + .repos-row .para{border-color:var(--light-line2);}
body #problema .repos-row .arrow{background:#D6E6E6;color:#267B79;box-shadow:none;}
body #servicos .wrap{display:flex;flex-direction:column;align-items:center;gap:0;}
body #servicos .h2{font-size:clamp(30px,3.4vw,48px);line-height:1.18;max-width:760px;text-align:center;padding:0;}
body #servicos .lede{padding:0;margin:24px auto 0;max-width:700px;font-size:16px;text-align:center;}
body #servicos .svc-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;background:none;width:100%;margin-top:40px;overflow:visible;}
body #servicos .svc-card:nth-child(n){display:grid;grid-template-columns:44px minmax(0,1fr);grid-template-rows:auto 1fr;grid-column:auto;grid-row:auto;gap:10px 20px;background:var(--light-card);border:1px solid #0B132B14;border-radius:24px;padding:30px;text-align:left;align-items:start;}
body #servicos .svc-card .sic{grid-column:1;grid-row:1 / 3;width:44px;height:44px;margin:0;background:#5BC0BE1F;color:#287D7B;border-radius:14px;display:grid;place-items:center;}
body #servicos .svc-card .sic svg{width:26px;height:26px;}
body #servicos .svc-card h3{grid-column:2;color:var(--light-tx);font-size:20px;line-height:1.35;margin:0;}
body #servicos .svc-card p{grid-column:2;color:var(--light-tx2);font-size:16px;line-height:1.7;margin:0;}
body #servicos .svc-note{padding:32px 40px;background:var(--light-chrome);border:0;border-radius:24px;font-size:16px;line-height:1.8;margin-top:24px;}
body #como-funciona{margin-inline:20px;border-radius:32px;background:linear-gradient(145deg,#04081F,#102D3A);}
body #como-funciona .section-label{color:#A4DBD8;text-align:center;margin:0;}
body #como-funciona .j-step{border-top:1px solid #376167;padding-top:24px;}
body #como-funciona .j-step::before{display:block;width:auto;height:auto;padding:0;border:0;background:none;border-radius:0;font-size:14px;font-weight:600;}
body #como-funciona .j-step::after{display:none;}
body #como-funciona .j-step h4{font-size:22px;}
body #como-funciona .j-step small{font-size:16px;}
body #diferenciais .why-head{display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center;}
body #diferenciais .h2{font-size:clamp(30px,3.4vw,48px);text-align:center;max-width:800px;}
body #diferenciais .lede{max-width:740px;text-align:center;margin:0;}
body #prova{margin:0 20px 96px;border-radius:32px;}
body #prova .wrap{display:flex;flex-direction:column;align-items:center;}
body #prova .h2{font-size:clamp(30px,3.4vw,48px);text-align:center;}
body #prova .lede{max-width:740px;text-align:center;margin-top:24px;}
body #prova .stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));}
body #contato .contato-head{align-self:center;}
@media(max-width:760px){
  body .pad{padding-block:48px;}
  body main:has(> .bpo-header){padding-top:8px;}
  body #main.hero{margin-inline:8px;border-radius:24px;padding:124px 0 40px;min-height:0;}
  body #main h1{font-size:clamp(36px,9vw,52px);}
  body #main .hero-in{gap:24px;}
  body #main .sub{font-size:16px;}
  body #main .trust{margin-top:12px;flex-wrap:wrap;}
  body #problema .h2{font-size:30px;}
  body #problema .repos{background:none;}
  body #problema .repos-row .para{background:var(--light-chrome);}
  body #servicos .svc-grid{grid-template-columns:1fr;}
  body #servicos .svc-card:nth-child(n){padding:24px;gap:10px 18px;}
  body #servicos .svc-note{padding:24px;}
  body #como-funciona{margin-inline:10px;border-radius:24px;}
  body #como-funciona .journey{grid-template-columns:1fr;gap:28px;}
  body #como-funciona .h2{font-size:30px;}
  body #prova{margin:0 10px 48px;border-radius:24px;}
  body #prova .stats{grid-template-columns:1fr;}
  body #contato{margin:0;border-radius:0;padding:56px 0;}
  body #contato .h2{font-size:38px;max-width:18ch;}
  body .cform{padding:24px 20px;}
  body .cform .two{grid-template-columns:1fr;gap:0;}
}
body #servicos .svc-card:nth-child(n) h3{color:var(--light-tx);}
body #servicos .svc-card:nth-child(n) p{color:var(--light-tx2);}
body #servicos .svc-card:nth-child(n) .sic{width:44px;height:44px;margin:0;color:#287D7B;}
body #servicos .svc-card:nth-child(n) .sic svg{width:26px;height:26px;}
