@font-face{font-family:'Montserrat';font-style:normal;font-weight:400 700;font-display:swap;src:url(../fonts/montserrat-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:400 700;font-display:swap;src:url(../fonts/montserrat-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Caveat';font-style:normal;font-weight:500 700;font-display:swap;src:url(../fonts/caveat-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Caveat';font-style:normal;font-weight:500 700;font-display:swap;src:url(../fonts/caveat-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
/*! Rochaconta - template.css (mobile primeiro; layout desktop a partir de 64em) */

/* ==========================================================================
   Tokens
   ========================================================================== */
:root {
  --accent: #1499e5;
  --accent-dark: #0a7cc4;
  --navy: #13233f;
  --ink: #1d2c47;
  --text: #425063;
  --muted: #67737f;
  --line: #d8e0e9;
  --bg: #f7fafd;
  --band: #edf2f7;
  --tint: #daeafa;
  --panel: #ecf2f9;
  --dark: #1e252d;
  --gutter: 1.15rem;
  --ff: 'Montserrat', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --ff-script: 'Caveat', 'Segoe Script', 'Bradley Hand', cursive;
}

/* ==========================================================================
   Base
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 1rem;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--ff);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
a { color: var(--accent); text-decoration: none; }
h1, h2, h3, h4, p, figure, address { margin: 0; padding: 0; }
address { font-style: normal; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
summary { cursor: pointer; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

:where(.site-header, .site-footer, .rc-home) :where(ul, ol) { margin: 0; padding: 0; list-style: none; }

/* Quebras de linha da maqueta desktop (so a partir de 80em; abaixo o texto flui) */
.br-d { display: none; }
@media (min-width: 80em) { .br-d { display: initial; } }

.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute; inset-inline-start: 1rem; top: -4rem; z-index: 100;
  padding: .7rem 1rem; background: var(--navy); color: #fff; font-size: .85rem; font-weight: 600;
}
.skip-link:focus { top: 1rem; }

.wrap { width: 100%; max-width: 112rem; margin-inline: auto; padding-inline: var(--gutter); }

/* Conteudo so numa das versoes (mobile / desktop) */
@media (min-width: 64em) { .u-mobile { display: none !important; } }
@media (max-width: 63.999em) { .u-desktop { display: none !important; } }

/* ==========================================================================
   Componentes
   ========================================================================== */
.eyebrow {
  font-size: .68rem; line-height: 1.5; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase; color: var(--muted);
}

.h2 {
  margin-top: .75rem;
  font-size: 1.6rem; line-height: 1.2; font-weight: 600; letter-spacing: -.01em; color: var(--navy);
}

.btn {
  display: inline-flex; align-items: center; gap: .8rem;
  min-height: 3rem; padding: .7rem 1.5rem;
  background: var(--accent); color: #fff;
  font-size: .9rem; font-weight: 600; line-height: 1.2; border-radius: 2px;
  transition: background-color .2s;
}
.btn:hover { background: var(--accent-dark); color: #fff; }
.btn .ico { width: 1.15em; height: 1.15em; flex: none; transition: transform .2s; }
.btn:hover .ico { transform: translateX(.2rem); }

.link-more {
  display: inline-flex; align-items: center; gap: .55rem;
  font-size: .92rem; font-weight: 600; line-height: 1.3; color: var(--accent);
}
.link-more .ico { width: 1.1em; height: 1.1em; flex: none; transition: transform .2s; }
.link-more:hover .ico { transform: translateX(.25rem); }
.link-more--line { padding-bottom: .3rem; border-bottom: 1px solid var(--accent); }

.is-placeholder {
  background: linear-gradient(135deg, #d0e2f3 0%, #e9f1f8 55%, #d9e7f4 100%);
}
.is-placeholder::after {
  content: attr(data-ph); position: absolute; inset-inline-end: 1rem; bottom: .8rem;
  font-size: .62rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: #7d91a6;
}

/* Logotipo provisorio (SVG inline) */
.logo-svg { width: 100%; height: auto; overflow: visible; }
.logo-r { font: italic 700 100px Georgia, 'Times New Roman', serif; }
.logo-word { font: 600 50px var(--ff); }
.logo-sub { font: 500 11.5px var(--ff); fill: var(--logo-sub, #5f7f9b); }
.logo-img { width: 100%; height: auto; }

/* ==========================================================================
   Cabecalho
   ========================================================================== */
.site-header { position: relative; z-index: 20; background: var(--bg); }

.site-header__bar { display: flex; align-items: center; gap: 1rem; height: 5.4rem; }

.brand { display: block; flex: none; width: 7.9rem; line-height: 0; }

.site-lang { margin-inline-start: auto; }
.nav-toggle {
  order: 3; display: grid; place-content: center; gap: .3rem;
  width: 2.75rem; height: 2.75rem; margin-inline-end: -.55rem;
}
.nav-toggle__bar { display: block; width: 1.5rem; height: 2px; background: var(--navy); transition: transform .25s, opacity .2s; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(1) { transform: translateY(.5rem) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(3) { transform: translateY(-.5rem) rotate(-45deg); }

.site-nav {
  display: none; position: absolute; inset-inline: 0; top: 100%;
  padding: .4rem var(--gutter) 1rem;
  background: #fff; border-block: 1px solid var(--line);
  box-shadow: 0 20px 30px -20px rgba(19, 35, 63, .3);
}
.site-nav.is-open { display: block; }
.site-nav .mod-menu { margin: 0; padding: 0; list-style: none; }
.site-nav a {
  display: block; padding: .85rem 0; border-bottom: 1px solid var(--line);
  font-size: .98rem; font-weight: 500; color: var(--ink);
}
.site-nav li:last-child a { border-bottom: 0; }
.site-nav .active > a { color: var(--accent); }

.lang-dd { position: relative; }
.lang-dd summary {
  display: flex; align-items: center; gap: .3rem; padding: .5rem .25rem;
  list-style: none; font-size: .8rem; font-weight: 600; letter-spacing: .06em; color: var(--ink);
}
.lang-dd summary::-webkit-details-marker { display: none; }
.lang-dd .ico { width: .8rem; height: .8rem; transition: transform .2s; }
.lang-dd[open] .ico { transform: rotate(180deg); }
.lang-dd ul {
  position: absolute; inset-inline-end: 0; top: 100%; min-width: 4.5rem; padding: .3rem 0; z-index: 30;
  background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 24px -14px rgba(19, 35, 63, .35);
}
.lang-dd li span, .lang-dd li a { display: block; padding: .45rem .95rem; font-size: .8rem; font-weight: 500; letter-spacing: .06em; color: var(--ink); }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero { position: relative; background: linear-gradient(180deg, #fbfdff 0%, var(--bg) 100%); }
.hero__inner { position: relative; z-index: 2; }
.hero__text { padding: 1.3rem 0 1.7rem; }
.hero__title {
  max-width: 16rem; margin-top: .95rem;
  font-size: 1.65rem; line-height: 1.15; font-weight: 600; letter-spacing: -.015em; color: var(--navy);
}
.hero__lead { max-width: 13.5rem; margin-top: 1rem; font-size: .95rem; line-height: 1.65; color: var(--ink); }
.hero .btn { margin-top: 1.45rem; }
.hero__media {
  position: relative; height: 12.2rem; overflow: hidden;
  clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 100%);
}
.hero__media img { width: 100%; height: 100%; object-fit: cover; }

/* ==========================================================================
   Desde 1986
   ========================================================================== */
.since { padding: 1.5rem 0 1.6rem; background: var(--band); }
.since__label {
  display: block; font-size: .68rem; font-weight: 500; line-height: 1.5;
  letter-spacing: .22em; text-transform: uppercase; color: var(--muted);
}
.since__num { display: block; margin-top: .1rem; font-size: 3.1rem; line-height: 1.1; font-weight: 700; letter-spacing: -.02em; color: var(--accent); }
.since__statement { margin-top: .75rem; max-width: 22rem; font-size: 1.05rem; line-height: 1.5; color: var(--ink); }

/* ==========================================================================
   Servicos
   ========================================================================== */
.services { padding: 2.5rem 0 2.6rem; }
.services__grid { margin-top: 1.5rem; border-top: 1px solid var(--line); }
.svc { border-bottom: 1px solid var(--line); }
.svc__link {
  display: grid; grid-template-columns: 2.9rem minmax(0, 1fr) auto; align-items: start; gap: 0 .4rem;
  padding: 1.85rem 0; color: inherit;
}
.svc__num { padding-top: .2rem; font-size: .8rem; font-weight: 600; color: var(--accent); }
.svc__title { font-size: 1.08rem; line-height: 1.3; font-weight: 600; color: var(--navy); }
.svc__desc { margin-top: .3rem; font-size: .9rem; line-height: 1.6; color: var(--muted); }
.svc__arrow { padding-top: .12rem; color: var(--accent); }
.svc__arrow .ico { width: 1.1rem; height: 1.1rem; }
.services__all { margin-top: 1.5rem; }

/* ==========================================================================
   Internacionalizacao
   ========================================================================== */
.intl { position: relative; padding-bottom: 3rem; }
.intl__media {
  position: relative; height: 10.6rem; overflow: hidden;
  clip-path: polygon(0 0, 100% 13%, 100% 100%, 0 100%);
}
.intl__media img { width: 100%; height: 100%; object-fit: cover; }
.intl__text { padding-top: 1.7rem; }
.intl__lead { margin-top: .95rem; font-size: .95rem; line-height: 1.6; color: var(--text); }
.intl .link-more { margin-top: 1.15rem; }

/* ==========================================================================
   Numeros
   ========================================================================== */
.numbers { padding: 3rem 0 3.2rem; }
.numbers__title { margin-top: .75rem; }
.numbers__row { display: grid; grid-template-columns: 1fr 1fr; margin-top: 1.6rem; border-top: 1px solid var(--line); }
.stat { display: flex; flex-direction: column; padding: 1.5rem 0 1.4rem; border-bottom: 1px solid var(--line); }
.stat:nth-child(odd) { padding-inline-end: 1rem; }
.stat:nth-child(even) { padding-inline-start: 1.3rem; border-inline-start: 1px solid var(--line); }
.stat__num { font-size: 2.3rem; line-height: 1.1; font-weight: 600; color: var(--accent); }
.stat__label { margin-top: .35rem; font-size: .85rem; line-height: 1.4; color: var(--muted); }

/* ==========================================================================
   Perguntas frequentes
   ========================================================================== */
.faq { padding: 3rem 0 3.2rem; }
.faq__list { margin-top: 1.5rem; border-top: 1px solid var(--line); }
.qa { border-bottom: 1px solid var(--line); }
.qa summary {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.5rem 0; list-style: none;
  font-size: .95rem; font-weight: 500; line-height: 1.4; color: var(--ink);
}
.qa summary::-webkit-details-marker { display: none; }
.qa__icon { position: relative; flex: none; width: .95rem; height: .95rem; color: var(--accent); }
.qa__icon::before, .qa__icon::after {
  content: ''; position: absolute; inset-inline-start: 0; top: 50%; width: 100%; height: 1.5px;
  background: currentColor; transform: translateY(-50%); transition: transform .25s;
}
.qa__icon::after { transform: translateY(-50%) rotate(90deg); }
.qa[open] .qa__icon::after { transform: translateY(-50%) rotate(0); }
.qa__a { padding: 0 2rem 1.25rem 0; font-size: .9rem; line-height: 1.65; color: var(--muted); }
.qa__a p + p, .qa__a p + .qa__list, .qa__a .qa__list + p { margin-top: .8em; }
.qa__list { margin: .8em 0 0; counter-reset: qa-li; }
.qa__list li { position: relative; margin-top: .6em; padding-inline-start: 1.9em; counter-increment: qa-li; }
.qa__list li:first-child { margin-top: 0; }
.qa__list li::before {
  content: counter(qa-li, lower-alpha) ')'; position: absolute; inset-inline-start: 0; font-weight: 600; color: var(--accent);
}
.qa__list--decimal li::before { content: counter(qa-li) ')'; }
.faq__more { margin-top: 1.6rem; }
.faq__more p { font-size: .9rem; line-height: 1.6; color: var(--text); max-width: 20rem; }
.faq__more .link-more { margin-top: .9rem; }

/* ==========================================================================
   Parceiros
   ========================================================================== */
.partners { padding: 3rem 0 3.2rem; }
.partners__title {
  margin-top: .75rem;
  font-size: 1.6rem; line-height: 1.2; font-weight: 600; letter-spacing: -.01em; color: var(--navy);
}
.partners__list { margin-top: 1.4rem; border-top: 1px solid var(--line); }
.partner { padding: 1.15rem 0; border-bottom: 1px solid var(--line); }
.partner__name { display: block; font-size: 1.15rem; font-weight: 700; letter-spacing: .04em; color: var(--navy); }
.partner__desc { display: block; margin-top: .2rem; font-size: .85rem; line-height: 1.45; color: var(--muted); }

/* Marcadores tipograficos dos logotipos (substituidos por images/partners/<key>.*) */
.plogo { display: inline-flex; align-items: center; gap: .55rem; line-height: 1; }
.plogo b { display: block; font-weight: 800; letter-spacing: -.02em; }
.plogo small {
  display: block; margin-top: .3rem; max-width: 10rem;
  font-size: .42rem; font-weight: 600; line-height: 1.3; letter-spacing: .05em; text-transform: uppercase; color: #333;
}
.plogo--occ, .plogo--apeca { flex-direction: column; align-items: flex-start; gap: 0; }
.plogo--occ b { font-size: 3.3rem; letter-spacing: .01em; color: #14161a; }
.plogo--apeca b { font-size: 1.6rem; color: #1d2b45; }
.plogo--apeca i { font-style: normal; color: #f08a1c; }
.plogo--iapmei b { font-size: 1.4rem; color: #123a75; }
.plogo__ring {
  flex: none; width: 2.6rem; height: 2.6rem; border-radius: 50%;
  border: .3rem solid #2b8fd9; border-inline-end-color: #93c8ef; transform: rotate(-30deg);
}
.plogo__flag { flex: none; width: 1.7rem; height: 2.1rem; border-radius: 2px; background: linear-gradient(90deg, #1b7a3a 0 40%, #d3202b 40% 100%); }
.plogo--pt2030 small { margin: 0; font-size: .5rem; letter-spacing: .12em; }
.plogo--pt2030 b { font-size: 2.2rem; color: #d3202b; }
.plogo--pt2030 i { font-style: normal; color: #1b7a3a; }
.plogo-img { width: auto; max-height: 4rem; }

/* ==========================================================================
   Recrutamento (mobile)
   ========================================================================== */
.recruit { padding: 3rem 0 3.4rem; border-top: 1px solid var(--line); }
.recruit .h2 { max-width: 18rem; }
.recruit .link-more { margin-top: 1.15rem; }

/* ==========================================================================
   Rodape
   ========================================================================== */
.site-footer { --logo-sub: #9db2c7; background: var(--dark); color: #cfd6de; }
.cta-band { padding: 3.2rem 0 2.6rem; }
.cta-band .eyebrow { color: #7cbdec; }
.cta-band .h2 { max-width: 19rem; color: #fff; font-size: 1.65rem; }
.cta-band .btn { margin-top: 1.6rem; }

.site-footer__brand { display: block; width: 11rem; padding: .9rem 1.1rem; background: #fff; border-radius: 4px; line-height: 0; --logo-sub: #5f7f9b; }
.site-footer__main { padding-block: 0; }
.site-footer__nav ul { margin-top: 1.7rem; }
.site-footer__nav a { display: block; padding: .5rem 0; font-size: .95rem; font-weight: 500; color: #eef2f6; }
.site-footer__bar {
  display: flex; flex-direction: column-reverse; gap: .9rem;
  margin-top: 1.5rem; padding-block: 1.25rem 1.7rem;
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: .78rem; line-height: 1.5; color: #9aa6b3;
}
.site-footer__links { display: grid; gap: .9rem; }
.site-footer__legal { display: flex; gap: 1.5rem; }
.site-footer__legal a { color: #cfd6de; }
.site-footer__consumer { flex-direction: column; gap: .45rem; }

/* ==========================================================================
   Paginas interiores / erro
   ========================================================================== */
.rc-page { padding-block: 2.4rem 4rem; }
.rc-page h1 { margin: 0 0 1.2rem; font-size: 2rem; line-height: 1.2; font-weight: 600; color: var(--navy); }
.rc-page h2 { margin: 1.6em 0 .5em; font-size: 1.5rem; line-height: 1.25; font-weight: 600; color: var(--navy); }
.rc-page h3 { margin: 1.4em 0 .4em; font-size: 1.2rem; font-weight: 600; color: var(--navy); }
.rc-page p, .rc-page ul, .rc-page ol { margin: 0 0 1em; }
.rc-page ul { list-style: disc; padding-inline-start: 1.4em; }
.rc-page ol { list-style: decimal; padding-inline-start: 1.4em; }
.rc-page img { height: auto; }
.rc-page table { width: 100%; border-collapse: collapse; }
.rc-page th, .rc-page td { padding: .6rem .8rem; border: 1px solid var(--line); text-align: start; }
.rc-page input[type="text"], .rc-page input[type="email"], .rc-page input[type="password"], .rc-page input[type="tel"],
.rc-page select, .rc-page textarea, .rc-page .form-control {
  width: 100%; padding: .7rem .9rem; border: 1px solid var(--line); border-radius: 2px; background: #fff; font: inherit; color: var(--ink);
}
.rc-page .btn-primary, .rc-page button[type="submit"] {
  padding: .75rem 1.5rem; border: 0; border-radius: 2px; background: var(--accent); color: #fff; font-weight: 600; cursor: pointer;
}
.rc-error__box { min-height: 50vh; }
.rc-error__box h1 { margin-top: .75rem; }
.rc-error__box .btn { margin-top: .5rem; }
.rc-error__debug { margin-top: 2rem; font-size: .8rem; overflow: auto; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* ==========================================================================
   DESKTOP (>= 64em). 1rem = 16px aos 1440px; escala com a largura (14px-20px)
   para manter as proporcoes da maqueta.
   ========================================================================== */
@media (min-width: 64em) {
  html { font-size: clamp(14px, 1.1111vw, 20px); scroll-padding-top: 1rem; }
  :root { --gutter: 5.25rem; }

  .eyebrow { font-size: .82rem; letter-spacing: .24em; }
  .h2 { margin-top: 1.05rem; font-size: 2.8rem; line-height: 1.42; }
  .btn { min-height: 3.3rem; padding-inline: 1.8rem; font-size: .82rem; }
  .link-more { font-size: .92rem; }
  .logo-sub { fill: var(--logo-sub, #5f7f9b); }

  /* --- Cabecalho --- */
  .site-header { background: transparent; }
  .site-header__bar { gap: 0; height: 7.5rem; }
  .brand { width: 20.4rem; }
  .nav-toggle { display: none; }
  .site-nav {
    display: block; position: static; margin-inline-start: 5.9rem; padding: 0;
    background: none; border: 0; box-shadow: none;
  }
  .site-nav .mod-menu { display: flex; gap: 2.1rem; }
  .site-nav a { position: relative; padding: .5rem 0; border: 0; font-size: .885rem; line-height: 1.2; color: var(--ink); }
  .site-nav .active > a::after {
    content: ''; position: absolute; inset-inline: 0; bottom: -.45rem; height: 2px; background: var(--accent);
  }
  .site-nav a:hover { color: var(--accent); }
  .lang-list { display: flex; gap: .42rem; font-size: .75rem; font-weight: 500; letter-spacing: .05em; color: var(--muted); }
  .lang-list li + li::before { content: '/'; margin-inline-end: .42rem; color: #a3adb8; }
  .lang-list .is-current { color: var(--ink); }

  /* --- Hero --- */
  .hero { min-height: 44.5rem; }
  .hero__text { max-width: 44rem; padding: 6.2rem 0 0; }
  .hero__title { max-width: 43rem; margin-top: 1.4rem; font-size: 3.25rem; line-height: 1.4; }
  .hero__lead { max-width: 40rem; margin-top: 1rem; font-size: 1.4rem; line-height: 1.46; }
  .hero .btn { min-height: 3.85rem; margin-top: 2.3rem; padding-inline: 2.2rem; font-size: .92rem; }
  .hero__tag {
    display: flex; align-items: flex-start; gap: 1.4rem; margin-top: 3.4rem;
    font-size: .75rem; font-weight: 500; line-height: 1.7; letter-spacing: .2em; text-transform: uppercase; color: var(--muted);
  }
  .hero__tag-line { flex: none; width: 2.6rem; height: 2px; margin-top: .6rem; background: var(--accent); }
  .hero__media {
    position: absolute; top: -.9rem; right: 0; bottom: 0; width: 54.8%; height: auto;
    clip-path: polygon(12.4% 0, 100% 0, 100% 100%, 0 100%);
  }

  /* --- Desde 1986 --- */
  .since { display: flex; align-items: center; min-height: 13.85rem; padding: 0; }
  .since__grid { display: grid; grid-template-columns: 171fr 294fr 240fr; align-items: center; }
  .since__label { font-size: 1.7rem; font-weight: 400; line-height: 1.2; letter-spacing: 0; text-transform: none; color: var(--ink); }
  .since__num { margin-top: .25rem; font-size: 5.3rem; font-weight: 500; line-height: 1; letter-spacing: -.045em; }
  .since__statement {
    position: relative; max-width: 30rem; margin: 0; padding-inline-start: 6.8rem;
    font-size: 1.7rem; font-weight: 450; line-height: 1.5;
  }
  .since__statement::before, .since__text::before {
    content: ''; position: absolute; inset-inline-start: 0; top: 50%; width: 1px; height: 7.4rem; background: #cfd8e2; transform: translateY(-50%);
  }
  .since__text { position: relative; max-width: 27.3rem; padding-inline-start: 4.7rem; font-size: .98rem; line-height: 1.75; color: var(--muted); }

  /* --- Servicos --- */
  .services { padding: 2.9rem 0 1.4rem; }
  .services__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; }
  .services__head .link-more { margin-bottom: 1.15rem; white-space: nowrap; }
  .services__grid {
    display: grid; grid-template-columns: 231fr 242fr 232fr; row-gap: 1.3rem;
    margin-top: 1.9rem; border-top: 0; isolation: isolate;
  }
  .svc { position: relative; border: 0; }
  .svc:nth-child(3n + 1) { padding-inline-end: 2.4rem; }
  .svc:not(:nth-child(3n + 1))::before {
    content: ''; position: absolute; inset-inline-start: 0; top: 1.7rem; width: 1px; height: 9.7rem; background: #d3dce6;
  }
  .svc__link { display: block; min-height: 12.7rem; padding: 1.4rem 1.6rem 1.1rem 3.75rem; }
  .svc:nth-child(3n + 1) .svc__link { padding-inline: 1.4rem 1rem; }
  .svc__title { font-size: 1.5rem; line-height: 1.22; }
  .svc__desc { margin-top: .35rem; font-size: 1.18rem; line-height: 1.55; color: #616d7c; }
  .svc__more {
    display: inline-flex; align-items: center; gap: .55rem; margin-top: 1.1rem;
    font-size: .95rem; font-weight: 600; color: var(--accent);
  }
  .svc__more .ico { width: 1.1em; height: 1.1em; transition: transform .2s; }
  .svc__link:hover .svc__more .ico { transform: translateX(.25rem); }
  .svc.is-active .svc__link, .svc__link:hover, .svc__link:focus-visible { background: var(--tint); }
  .svc.is-active .svc__title, .svc__link:hover .svc__title { color: var(--accent); }
  .services__grid:has(.svc__link:hover) .svc.is-active:not(:hover) .svc__link { background: transparent; }
  .services__grid:has(.svc__link:hover) .svc.is-active:not(:hover) .svc__title { color: var(--navy); }

  /* --- Internacionalizacao --- */
  .intl { display: flex; align-items: center; min-height: 27.5rem; padding: 3.2rem 0; }
  .intl__swoosh {
    position: absolute; top: 0; right: 0; width: 26.8%; height: 100%; overflow: visible; pointer-events: none;
    fill: none; stroke: var(--accent); stroke-width: 1.4px;
  }
  .intl__media {
    position: absolute; top: 0; bottom: 0; left: 0; width: 49.9%; height: auto;
    clip-path: polygon(0 0, 84.3% 0, 100% 100%, 0 100%);
  }
  .intl__motto {
    position: absolute; top: 2.8rem; right: 2.95rem;
    font-size: .7rem; font-weight: 500; line-height: 2.3; letter-spacing: .2em; text-align: end; text-transform: uppercase; color: var(--muted);
  }
  .intl__text { max-width: calc(49.2vw - var(--gutter)); margin-inline-start: calc(50.8vw - var(--gutter)); padding: 0; }
  .intl .h2 { margin-top: 1.6rem; }
  .intl__lead { margin-top: 1.2rem; font-size: 1.22rem; line-height: 1.68; }
  .intl .link-more { margin-top: 1.2rem; font-size: .92rem; }

  /* --- Numeros --- */
  .numbers { padding: 2.9rem 0 2rem; }
  .numbers__row { display: flex; align-items: flex-end; margin-top: 1.6rem; border: 0; }
  .stat {
    position: relative; flex: 1 1 auto; align-items: center; padding: 0 2.2rem; border: 0; text-align: center;
  }
  .stat:nth-child(odd), .stat:nth-child(even) { padding-inline: 2.2rem; border: 0; }
  .stat:first-child { padding-inline-start: .8rem; }
  .stat:not(:first-child)::before {
    content: ''; position: absolute; inset-inline-start: 0; bottom: .2rem; width: 1px; height: 6.6rem; background: #d3dce6;
  }
  .stat__pre { font-size: .85rem; line-height: 1.2; color: var(--muted); }
  .stat__num { font-size: 2.75rem; line-height: 1.15; font-weight: 500; }
  .stat__label { margin-top: .75rem; font-size: 1.15rem; font-weight: 500; line-height: 1.6; color: var(--ink); }

  /* --- Perguntas frequentes --- */
  .faq { padding: .55rem 0 .35rem; }
  .faq__grid {
    display: grid; grid-template-columns: 26rem minmax(0, 1fr); column-gap: 3.3rem; align-items: center;
    padding-inline-start: calc(var(--gutter) - 2.2rem);
  }
  .faq__intro { padding: 2.1rem 2.3rem 1.7rem; background: var(--panel); }
  .faq__intro .h2 { margin-top: .9rem; font-size: 2.6rem; line-height: 1.23; }
  .faq__lead { margin-top: .85rem; font-size: 1.1rem; line-height: 1.6; color: var(--text); }
  .faq__intro .btn { min-height: 3.3rem; margin-top: 1.3rem; padding-inline: 1.8rem; font-size: .82rem; }
  .faq__list { margin-top: 0; counter-reset: faq; }
  .qa { counter-increment: faq; }
  .qa summary { padding: 1.3rem 0; font-size: 1.04rem; }
  .qa__n::before { content: counter(faq) '. '; }
  .qa__icon { width: 1.3rem; height: 1.3rem; }
  .qa__a { max-width: 46rem; padding-bottom: 1.5rem; font-size: 1rem; }

  /* --- Parceiros --- */
  .partners { padding: 3.7rem 0 2.3rem; }
  .partners__grid { display: grid; grid-template-columns: 28.3rem minmax(0, 1fr); align-items: center; }
  .partners__eyebrow { grid-column: 1 / -1; }
  .partners__title {
    margin-top: .7rem; padding-inline-end: 2rem; border-inline-end: 1px solid #cfd8e2;
    font-size: 1.9rem; line-height: 1.44; font-weight: 500; letter-spacing: 0; color: var(--navy);
  }
  .partners__list { display: flex; align-items: center; justify-content: space-between; margin-top: .7rem; padding-inline-start: 3.4rem; border: 0; }
  .partner { padding: 0; border: 0; }

  /* --- Rodape --- */
  .site-footer__main {
    display: grid; grid-template-columns: 23.2rem 21.7rem 16.1rem minmax(0, 1fr); align-items: start; padding-block: 3.2rem 0;
  }
  .site-footer__brand { width: 16.1rem; padding: 0; background: none; border-radius: 0; --logo-sub: #9db2c7; }
  .site-footer__contact { display: grid; gap: .8rem; font-size: .92rem; line-height: 1.8; color: #d5dbe3; }
  .ct { display: grid; grid-template-columns: 1.8rem 1fr; align-items: start; }
  .ct .ico { width: 1.15rem; height: 1.15rem; margin-top: .35rem; color: #e6ebf0; }
  .ct a { color: inherit; }
  .ct__note { display: block; margin-top: -.15rem; font-size: .74rem; line-height: 1.5; color: #9aa6b3; }
  .site-footer__nav ul { margin-top: 0; }
  .site-footer__nav a { padding: .42rem 0; font-size: .92rem; line-height: 1.4; }
  .site-footer__nav a:hover { color: var(--accent); }
  .site-footer__sign { position: relative; min-height: 8.5rem; padding-inline-start: 5.2rem; border-inline-start: 1px solid rgba(255, 255, 255, .2); }
  .sign {
    display: block; font-family: var(--ff-script); font-size: 2.4rem; font-weight: 600; line-height: 1.02; color: #fff;
    transform: rotate(-7deg); transform-origin: left bottom; margin-top: .6rem;
  }
  .sign span { display: block; }
  .sign span + span { padding-inline-start: .6rem; }
  .sign__line { display: block; width: 3.5rem; height: 2px; margin: 1.2rem 0 0 1.9rem; background: var(--accent); transform: rotate(-6deg); }

  .site-footer__bar {
    flex-direction: row; align-items: center; justify-content: space-between; margin-top: 2.2rem; padding-block: 1.6rem 1.5rem; font-size: .78rem;
  }
  .site-footer__legal { gap: 0; }
  .site-footer__legal li + li { margin-inline-start: 1.1rem; padding-inline-start: 1.1rem; border-inline-start: 1px solid rgba(255, 255, 255, .25); }
  .site-footer__legal a { color: #b9c2cc; }
  .site-footer__legal a:hover { color: #fff; }
  .site-footer__links { justify-items: end; gap: .55rem; }
  .site-footer__consumer { flex-direction: row; }

  /* --- Paginas interiores --- */
  .rc-page { padding-block: 3rem 5rem; }
  .rc-page h1 { font-size: 2.6rem; }
}

/* ==========================================================================
   Desktop estreito (1024px-1279px): mesmo layout, componentes mais compactos
   ========================================================================== */
@media (min-width: 64em) and (max-width: 79.999em) {
  .brand { width: 15rem; }
  .site-nav { margin-inline-start: 2.5rem; }
  .site-nav .mod-menu { gap: 1.5rem; }
  .site-nav a { white-space: nowrap; }
  .hero__text { max-width: calc(48vw - var(--gutter)); }
  .hero__title { font-size: 2.8rem; }
  .hero__lead { font-size: 1.2rem; }
  .since__label { font-size: 1.4rem; }
  .since__num { font-size: 4.4rem; }
  .since__statement { padding-inline-start: 3rem; font-size: 1.45rem; }
  .since__text { padding-inline-start: 2.2rem; font-size: .9rem; }
  .partners__grid { grid-template-columns: 22rem minmax(0, 1fr); }
  .partners__title { font-size: 1.6rem; }
  .partners__list { gap: 1rem; padding-inline-start: 1.6rem; }
  .plogo--occ b { font-size: 2.4rem; }
  .site-footer__main { grid-template-columns: 17rem 16rem 12rem minmax(0, 1fr); }
  .site-footer__brand { width: 14rem; }
  .site-footer__sign { padding-inline-start: 2.2rem; }
  .sign { font-size: 2rem; }
}

/* ==========================================================================
   Tablet (640px-1023px): layout mobile com margens maiores
   ========================================================================== */
@media (min-width: 40em) and (max-width: 63.999em) {
  :root { --gutter: 2.5rem; }
  .brand { width: 9.5rem; }
  .hero__title { max-width: 26rem; font-size: 2.2rem; }
  .hero__lead { max-width: 24rem; font-size: 1.05rem; }
  .hero__media { height: 18rem; }
  .intl__media { height: 15rem; }
  .since__statement { max-width: 32rem; }
  .cta-band .h2 { max-width: 26rem; }
}
