@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;700;800&family=Nunito+Sans:wght@400;600;700;800;900&display=swap');

:root {
  --bg: #040d1b;
  --bg-soft: #09182b;
  --bg-deep: #020813;
  --text: #f5f7fa;
  --muted: #bdc7d3;
  --orange: #ff7f00;
  --orange-soft: #ff9c3a;
  --line: #1f3248;
}

* { box-sizing: border-box; }

html {
  scrollbar-width: thin;
  scrollbar-color: #b8c1cc var(--bg-deep);
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: var(--bg-deep);
  border-left: 1px solid var(--line);
}

::-webkit-scrollbar-thumb {
  min-height: 48px;
  background: linear-gradient(180deg, #d9dfe6, #aeb8c4);
  border: 3px solid var(--bg-deep);
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: #e7ebf0;
}

::-webkit-scrollbar-thumb:active {
  background: #9da8b5;
}

::-webkit-scrollbar-corner {
  background: var(--bg-deep);
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--text);
  font-family: 'Nunito Sans', 'Maven Pro', Arial, sans-serif;
}

a { color: inherit; }

.container {
  width: min(1160px, 92vw);
  margin: 0 auto;
}

.site-wrap { background: #fff; color: #0f1f34; }
.topbar { height: 6px; background: var(--orange); }

.topbar-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 127, 0, .14);
  border: 1px solid rgba(255, 127, 0, .35);
}

.topbar-icon svg {
  width: 16px;
  height: 16px;
  fill: #ff9c3a;
}

.social-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.menu .social-nav-link {
  margin-left: 10px;
}

.menu .social-nav-link + .social-nav-link {
  margin-left: 6px;
}

.nav {
  background: #020812;
  border-bottom: 1px solid #11233a;
  position: sticky;
  top: 0;
  z-index: 50;
}

.nav-row {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 18px;
}

#conteudo {
  scroll-margin-top: 78px;
}

.brand img { height: 50px; display: block; }
.menu-toggle { display: none; }

.menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid #2a3d55;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.menu {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

.menu a {
  color: #dce5ee;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.menu-item {
  position: relative;
  display: flex;
  align-items: center;
}

.has-submenu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 18px;
}

.menu-link::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  display: inline-block;
  transform: translateY(-2px) rotate(45deg);
}

.submenu {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  min-width: 176px;
  padding: 8px;
  background: #030d1a;
  border: 1px solid #19314c;
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .32);
  display: grid;
  gap: 2px;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index: 60;
}

.submenu a {
  padding: 10px 12px;
  border-radius: 6px;
  white-space: nowrap;
}

.submenu a:hover {
  color: #fff;
  background: rgba(255, 127, 0, .16);
}

.has-submenu:hover .submenu,
.has-submenu:focus-within .submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.menu a:hover { color: #fff; }
.menu .cta { margin-left: 18px; }

.cta {
  background: var(--orange);
  color: #fff;
  padding: 10px 16px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


.hero {
  min-height: 450px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.home-hero {
  background-image: url('./assets/images/HOME_DESKTOP_PORTALIFC.png');
  background-position: center top;
}


.hero .overlay {
  width: 100%;
  background: linear-gradient(90deg, rgba(2, 12, 24, 0.86) 0%, rgba(2, 12, 24, 0.72) 45%, rgba(2, 12, 24, 0.56) 100%);
  padding: 58px 0 62px;
}

.home-hero .overlay {
  background: transparent;
}

.hero h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(30px, 4.6vw, 48px);
  line-height: 1.01;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .2px;
  color: #fff;
}

.hero h1 span { color: var(--orange); }

.hero p {
  margin: 16px 0 20px;
  max-width: 560px;
  color: #d2dbe5;
  font-size: clamp(18px, 1.65vw, 24px);
  line-height: 1.32;
  font-weight: 500;
}

.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.btn-outline {
  border: 2px solid rgba(255, 255, 255, .78);
  color: #fff;
  padding: 10px 16px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 800;
}

.section-dark {
  background: #061325;
  color: #fff;
  padding: 34px 0;
}

.units-container {
  max-width: none;
}

.section-light {
  background: #f7f8fa;
  padding: 34px 0;
}

.title {
  margin: 0 0 14px;
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-weight: 800;
  text-align: center;
}

.title .accent { color: var(--orange); }

.grid4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
  justify-items: stretch;
}

.card {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .18);
  padding: 16px;
  min-height: 214px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.card img {
  width: 70px;
  height: 50px;
  object-fit: contain;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, .32));
}

.card h3 {
  margin: 12px 0 6px;
  width: 100%;
  line-height: .95;
  text-transform: uppercase;
  display: grid;
  gap: 2px;
  justify-items: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .35);
}


.card h3 .unit {
  font-size: clamp(22px, 1.45vw, 30px);
  padding: 0 6px;
  font-weight: 800;
  line-height: .95;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  max-width: 100%;
}

.card p {
  margin: 0;
  color: #e7edf4;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.34;
  flex: 0 1 auto;
  text-align: center;
  width: 100%;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .32);
  min-height: 38px;
}

.card img {
  display: block;
  margin-inline: auto;
}

.card .saiba {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .82);
  background: #fff;
  color: var(--card-color);
  padding: 8px 12px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  min-width: 112px;
  text-shadow: none;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .18);
}

.bg-train { --card-color: #f65300; background: var(--card-color); }
.bg-eng { --card-color: #f48b00; background: var(--card-color); }
.bg-ergo { --card-color: #f7a900; background: var(--card-color); }
.bg-ead { --card-color: #f36a00; background: var(--card-color); }

.stats {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  border-top: 0;
  border-bottom: 0;
}

.stat {
  background: #020a16;
  border: 1px solid #17324f;
  border-radius: 8px;
  min-height: 78px;
  padding: 10px 12px;
  color: #eaf0f6;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
}

.stat div {
  display: grid;
  gap: 2px;
  align-content: center;
}

.kpi-number {
  margin: 0;
  font-style: normal;
  font-size: 20px;
  line-height: .95;
  font-weight: 900;
  letter-spacing: .2px;
}

.kpi-title {
  font-size: 15px;
  line-height: 1.03;
  font-weight: 800;
}

.kpi-subtitle {
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  color: #c9d4e2;
  text-transform: uppercase;
}

.stat img { width: 48px; height: 48px; flex: 0 0 48px; object-fit: contain; }

.client-title {
  margin: 0 0 24px;
  text-align: center;
  text-transform: uppercase;
  color: #18293f;
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 800;
}

.logos {
  --logo-gap: 56px;
  --logo-height: 36px;
  --logo-frame-height: 64px;
  --logo-fade: 72px;
  position: relative;
  display: block;
  width: 100%;
  height: var(--logo-frame-height);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 var(--logo-fade), #000 calc(100% - var(--logo-fade)), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 var(--logo-fade), #000 calc(100% - var(--logo-fade)), transparent 100%);
}

.logos-marquee {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  min-width: max-content;
  will-change: transform;
  animation: logos-marquee 54s linear infinite;
}

.logos-track {
  display: flex;
  align-items: center;
  gap: var(--logo-gap);
  padding-right: var(--logo-gap);
  box-sizing: border-box;
  min-width: max-content;
  flex: 0 0 auto;
}

.logo-box {
  height: var(--logo-frame-height);
  background: transparent;
  border: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.logo-box img {
  height: var(--logo-height);
  width: auto;
  max-width: none;
  max-height: none;
  object-fit: contain;
  display: block;
}

@keyframes logos-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.big-cta {
  background: #071427;
  color: #fff;
  padding: 16px 0;
  border-top: 1px solid #163252;
  border-bottom: 1px solid #163252;
}

.big-cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.big-cta h3 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(16px, 1.45vw, 24px);
  text-transform: uppercase;
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: .1px;
}

.desktop-break {
  display: block;
}

.big-cta p {
  margin: 4px 0 0;
  color: #b8c4d3;
  font-size: 12px;
  line-height: 1.2;
}
.internal-cta {
  background: #071427;
  color: #fff;
  padding: 28px 0;
  border-top: 1px solid #163252;
  border-bottom: 1px solid #163252;
}

.internal-cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-align: center;
}

.internal-cta h2 {
  margin: 0;
  max-width: 980px;
  font-size: clamp(20px, 1.7vw, 24px);
  line-height: 1.28;
  font-weight: 800;
  color: #f4f7fb;
}

.internal-cta-button {
  min-width: 220px;
  min-height: 48px;
  text-transform: uppercase;
  justify-content: center;
}


.footer {
  background: #020b18;
  color: #d5deea;
  padding: 26px 0 10px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.35fr;
  gap: 22px;
}

.footer .brand img { height: 36px; }

.footer h4 {
  margin: 6px 0 8px;
  font-size: 34px;
  text-transform: uppercase;
  line-height: 1;
}

.footer p,
.footer a {
  color: #cfd9e6;
  text-decoration: none;
  margin: 4px 0;
  font-size: 18px;
  display: block;
}

.footer .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.25;
}

.footer .contact-item img {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  object-fit: contain;
  margin-top: 2px;
}

.footer .contact-item + .contact-item {
  margin-top: 6px;
}

.footer .contact-item > div > div + div {
  margin-top: 6px;
}

.copy {
  border-top: 1px solid #22364f;
  margin-top: 16px;
  padding-top: 10px;
  color: #8ea0b6;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 1100px) {
  .menu { gap: 14px; }
  .menu a { font-size: 14px; }
  .hero h1 { max-width: 620px; }
  .card h3 .unit { font-size: 22px; }
}

@media (max-width: 900px) {
  .desktop-break { display: none; }
  .grid4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .card {
    width: 100%;
    margin: 0;
  }
  .stat { min-height: 74px; padding: 10px 14px; }
  .stat img { width: 40px; height: 40px; flex-basis: 40px; }
  .kpi-number { font-size: 16px; }
  .kpi-title { font-size: 12px; line-height: 1.05; }
  .kpi-subtitle { font-size: 10px; line-height: 1.05; }

  .card { padding: 14px 16px 16px; }
  .card h3 .unit { font-size: 15px; white-space: normal; line-height: 1.02; padding: 0 8px; }
  .card p { font-size: 12px; line-height: 1.22; }
  .menu-btn { display: inline-flex; margin-left: auto; }

  .hero { min-height: 390px; }
  .hero .overlay { padding: 44px 0 48px; }

  .menu {
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    background: #030d1a;
    border-bottom: 1px solid #19314c;
  }

  .menu a { padding: 14px 22px; border-bottom: 1px solid #14273d; }

  .menu-item {
    display: block;
  }

  .has-submenu::before {
    display: none;
  }

  .menu-link::after {
    margin-left: 8px;
  }

  .submenu {
    position: static;
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #061223;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
  }

  .submenu a {
    padding: 12px 22px 12px 38px;
    border-radius: 0;
    border-bottom: 1px solid #14273d;
    font-size: 13px;
  }

  .submenu a:hover {
    background: rgba(255, 127, 0, .12);
  }

  .menu .cta { margin: 10px 22px 16px; }
  .menu-toggle:checked + .menu-btn + .menu { display: flex; }

  .grid4,
  .stats,
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .logos {
    --logo-gap: 40px;
    --logo-height: 32px;
    --logo-frame-height: 58px;
    --logo-fade: 56px;
  }

  .big-cta .container {
    flex-direction: column;
    align-items: flex-start;
  }


  .cta-banner {
    width: 100%;
    max-width: 340px;
    justify-content: center;
  }
}

.cta-banner {
  min-width: 280px;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1px;
}
@media (max-width: 620px) {
  .topbar-row {
    min-height: 42px;
    justify-content: center;
  }

  .topbar-social {
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .topbar-social-link {
    font-size: 11px;
  }

  .topbar-icon {
    width: 26px;
    height: 26px;
  }

  .menu .social-nav-link {
    margin: 10px 22px 0;
  }

  .menu .social-nav-link + .social-nav-link {
    margin-left: 22px;
  }

  .nav-row {
    min-height: 58px;
  }


  .menu-btn {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }

  .hero {
    min-height: 520px;
    align-items: flex-start;
  }

  .home-hero {
    background-image: url('./assets/images/HOME_MOBILE_PORTALIFC.png');
    background-position: center top;
    background-size: cover;
  }

  .hero .overlay {
    padding: 14px 0 20px;
    background: transparent;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(24px, 8.2vw, 38px);
    line-height: .98;
    text-shadow: 0 2px 12px rgba(0,0,0,.45);
  }

  .hero p {
    margin: 12px 0 14px;
    font-size: 18px;
    line-height: 1.25;
    max-width: 100%;
    text-shadow: 0 2px 10px rgba(0,0,0,.4);
  }

  .hero-actions {
    gap: 10px;
    margin-top: 2px;
  }

  .hero-actions .cta,
  .hero-actions .btn-outline {
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 50px;
    border-radius: 6px;
    padding: 12px 14px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .15px;
  }

  .section-dark,
  .section-light {
    padding: 24px 0;
  }
  .internal-cta {
    padding: 24px 0;
  }

  .internal-cta h2 {
    font-size: 22px;
    line-height: 1.3;
  }


  .title,
  .client-title {
    font-size: 23px;
    line-height: 1.03;
    margin-bottom: 14px;
  }

  .grid4 {
    gap: 10px;
  }

  .card {
    min-height: 196px;
    padding: 14px 18px 16px;
  }

  .card img {
    width: 58px;
    height: 42px;
  }


  .card h3 .unit {
    font-size: 18px;
    white-space: normal;
    padding: 0;
    line-height: 1.03;
  }

  .card p {
    font-size: 12px;
    padding: 0 4px;
    line-height: 1.25;
  }

  .card .saiba {
    width: 100%;
    text-align: center;
  }

  .stats {
    gap: 8px;
    border: 0;
  }

  .stat {
    border-radius: 8px;
    border: 1px solid #17324f;
    border-bottom: 1px solid #17324f;
    min-height: 76px;
    padding: 11px 14px;
  }

  .stat img {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .kpi-number {
    font-size: 16px;
  }

  .kpi-title {
    font-size: 11px;
    line-height: 1.08;
  }

  .kpi-subtitle {
    font-size: 8px;
    line-height: 1.08;
  }

  .logos {
    --logo-gap: 28px;
    --logo-height: 28px;
    --logo-frame-height: 52px;
    --logo-fade: 42px;
  }

  .logo-box {
    height: var(--logo-frame-height);
  }

  .big-cta {
    padding: 14px 0;
  }

  .big-cta .container {
    gap: 10px;
  }

  .big-cta h3 {
    font-size: 23px;
    line-height: 1.03;
  }

  .big-cta p {
    font-size: 12px;
  }

  .cta-banner {
    min-width: 0;
    width: 100%;
    min-height: 46px;
  }

  .footer {
    padding: 18px 0 10px;
  }

  .footer-grid {
    gap: 14px;
  }

  .footer p,
  .footer a {
    font-size: 13px;
    margin: 3px 0;
  }

  .copy {
    font-size: 11px;
    gap: 6px;
  }
}

/* Hard-fix alinhamento cards mobile */
@media (max-width: 620px) {
  .section-dark .grid4 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .section-dark .grid4 .card {
    width: calc((100% - 10px) / 2);
    min-width: 0;
    margin: 0;
  }
}

/* Final fix: alinhamento interno dos cards no mobile */
@media (max-width: 620px) {
  .section-dark .grid4 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    align-items: stretch;
  }

  .section-dark .grid4 .card {
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 12px 12px 14px !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
  }

  .section-dark .grid4 .card h3 {
    width: 100%;
    margin: 8px 0 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
  }


  .section-dark .grid4 .card h3 .unit {
    font-size: 19px;
    line-height: 0.98;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .section-dark .grid4 .card p {
    width: 100%;
    max-width: 96%;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    line-height: 1.22;
    min-height: 44px;
  }

  .section-dark .grid4 .card .saiba {
    margin-top: 8px;
    min-width: 120px;
  }
}

@media (max-width: 620px) {
  .footer-grid > div:nth-child(2),
  .footer-grid > div:nth-child(3) {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

/* SOBRE */
.sobre-hero .overlay {
  min-height: 100%;
  background: linear-gradient(90deg, rgba(2,12,24,.78) 0%, rgba(2,12,24,.54) 46%, rgba(2,12,24,.24) 100%);
}

.sobre-hero-content {
  padding: 40px 0 44px;
}


.sobre-title { margin:0 0 8px; font-size: clamp(34px, 4vw, 58px); text-transform: uppercase; font-weight: 900; line-height: .95; }
.sobre-title span { color: var(--orange); }
.sobre-stats-wrap { padding-top: 14px; }
.sobre-history-grid { display:grid; grid-template-columns: 1fr 1fr; gap:18px; align-items: center; }
.sobre-img { width:100%; height:100%; object-fit: cover; border-radius: 8px; border:1px solid #d7dee8; }
.sobre-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #d7dee8;
  background: #000;
}
.sobre-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.sobre-sec-title { text-align: left; }
.sobre-mvv { padding-top: 20px; }
.sobre-mvv-hero { min-height: 230px; border-radius: 10px 10px 0 0; background-size:cover; background-position:center; overflow:hidden; display:flex; align-items:center; }
.sobre-mvv-overlay { width:100%; min-height: 230px; display:flex; flex-direction:column; justify-content:center; background: linear-gradient(90deg, rgba(2,12,24,.84) 0%, rgba(2,12,24,.58) 46%, rgba(2,12,24,.34) 100%); padding: 22px; }
.sobre-mvv-overlay p { max-width: 560px; color:#d9e2ef; margin-top: 8px; }
.sobre-mvv-cards { display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap:10px; margin-top: 10px; }
.sobre-white-card { background:#fff; color:#111c2a; border-radius:8px; padding:16px; border:1px solid #dce3eb; text-align:center; display:flex; flex-direction:column; align-items:center; }
.sobre-card-head {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin: 0 0 8px;
}

.sobre-card-head img {
  width:26px;
  height:26px;
  object-fit:contain;
}

.sobre-white-card h3 { margin:0; font-size: 28px; text-transform: uppercase; text-align:center; }
.sobre-white-card p { margin:0; font-size: 14px; line-height:1.3; color:#374a60; text-align:center; }
.sobre-white-card ul { margin:0; padding-left: 18px; color:#374a60; font-size:14px; line-height:1.35; text-align:left; width:100%; max-width:320px; }
.sobre-pillars { display:grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap:8px; margin-top:10px; }
.sobre-pillar { background:#020a16; border:1px solid #17324f; border-radius:8px; padding:12px; text-align:center; }
.sobre-pillar img { width:30px; height:30px; object-fit:contain; margin: 0 auto 6px; display:block; }
.sobre-pillar h4 { margin:0 0 6px; font-size:12px; text-transform:uppercase; color:#d8e2ef; }
.sobre-pillar p { margin:0; font-size:11px; line-height:1.25; color:#c4d0df; }
.sobre-contact-grid { display:grid; grid-template-columns: 1.15fr 1.2fr .9fr; gap:10px; }
.sobre-contact-left, .sobre-map-box { min-height: 320px; border-radius: 8px; background-size: cover; background-position: center; overflow:hidden; }
.sobre-contact-overlay, .sobre-map-overlay { height:100%; background: linear-gradient(180deg, rgba(2,12,24,.8), rgba(2,12,24,.6)); padding:16px; }
.sobre-contact-overlay p, .sobre-map-overlay p { color:#d8e3ef; margin:7px 0; }
.sobre-form-box { background:#fff; border:1px solid #dce3eb; border-radius:8px; padding:14px; color:#14263b; }
.sobre-form-box h3 { margin:0 0 10px; font-size: 22px; text-transform: uppercase; }
.sobre-form-grid { display:grid; grid-template-columns: 1fr 1fr; gap:8px; }
.sobre-form-grid input, .sobre-form-grid textarea { width:100%; border:1px solid #d8e0ea; border-radius:4px; padding:10px; font: inherit; }
.sobre-form-grid textarea { grid-column: 1/-1; min-height: 110px; resize: vertical; }
.sobre-form-box .cta { margin-top:10px; width:100%; }

@media (max-width: 900px) {
  .sobre-history-grid,
  .sobre-contact-grid,
  .sobre-mvv-cards,
  .sobre-pillars { grid-template-columns: 1fr; }

  .sobre-sec-title { text-align: center; }
  .sobre-mvv-overlay p { max-width: none; }
  .sobre-pillar h4 { font-size: 11px; }
}

@media (max-width: 620px) {
  .sobre-title { font-size: clamp(28px, 10vw, 42px); }
  .sobre-hero .overlay {
    min-height: 100%;
    background: linear-gradient(180deg, rgba(2,12,24,.70) 0%, rgba(2,12,24,.44) 50%, rgba(2,12,24,.62) 100%);
  }

  .sobre-hero-content {
    padding: 22px 0 26px;
  }
  .sobre-mvv-hero { min-height: 180px; }
  .sobre-white-card h3 { font-size: 24px; }
  .sobre-form-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .sobre-hero {
    background-image: url('./assets/icons/hero-sobre-mobile.svg') !important;
    background-position: center top;
    background-size: cover;
  }
}

.trein-hero {
  background-image: url('./assets/images/TREINAMENTOS_DESKTOP_PORTALIFC.png');
  background-position: center top;
}

.trein-hero .overlay {
  min-height: 100%;
  background: linear-gradient(90deg, rgba(2,12,24,.82) 0%, rgba(2,12,24,.58) 44%, rgba(2,12,24,.28) 100%);
}

.trein-hero-content {
  padding: 38px 0 44px;
}

.trein-hero h1 {
  max-width: 640px;
}

.trein-hero h1 span {
  color: var(--orange);
}

.trein-light {
  background: #f4f5f7;
}

.trein-container {
  max-width: 1060px;
}

.trein-title {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(24px, 2.2vw, 38px);
  color: #1d2a3e;
  font-weight: 900;
}

.trein-gap {
  margin-top: 42px;
}

.trein-services {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.trein-service {
  background: #fff;
  border: 1px solid #e2e7ee;
  border-radius: 8px;
  padding: 18px 12px;
  text-align: center;
}

.trein-service img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.trein-service h3 {
  margin: 8px 0 4px;
  font-size: 20px;
  color: #1a2638;
}

.trein-service p {
  margin: 0;
  font-size: 13px;
  color: #4f6074;
}

.trein-steps {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.trein-step {
  background: #fff;
  border: 1px solid #e2e7ee;
  border-radius: 8px;
  padding: 12px;
}

.trein-step span {
  color: var(--orange);
  font-size: 34px;
  font-weight: 900;
  line-height: .9;
}

.trein-step h4 {
  margin: 4px 0;
  font-size: 16px;
  color: #1a2638;
}

.trein-step p {
  margin: 0;
  color: #55677c;
  font-size: 12px;
}

.trein-logos {
  margin-top: 18px;
}

.trein-strip {
  border-radius: 0;
  font-size: 32px;
  padding: 10px;
}

@media (max-width: 900px) {
  .trein-services,
  .trein-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .trein-hero {
    min-height: 500px;
    background-image:
      linear-gradient(180deg, rgba(2,12,24,.76) 0%, rgba(2,12,24,.52) 48%, rgba(2,12,24,.72) 100%),
      url('./assets/images/TREINAMENTOS_MOBILE_PORTALIFC.png');
    background-position: center top, center top;
    background-size: cover, cover;
  }

  .trein-hero .overlay {
    min-height: 100%;
    background: transparent;
  }

  .trein-hero-content {
    padding: 18px 0 24px;
  }

  .trein-hero h1 {
    font-size: clamp(26px, 8.6vw, 40px);
    line-height: .98;
  }

  .trein-hero p {
    font-size: 18px;
    line-height: 1.25;
  }

  .trein-services,
  .trein-steps { grid-template-columns: 1fr; gap: 8px; }

  .trein-title {
    font-size: 28px;
  }

  .trein-strip {
    font-size: 24px;
  }
}

.eng-hero {
  background-image: url('./assets/images/ENGENHARIA_DESKTOP_PORTALIFC.png');
  background-position: center top;
}

.eng-hero .overlay {
  min-height: 100%;
  background: linear-gradient(90deg, rgba(2,12,24,.84) 0%, rgba(2,12,24,.62) 45%, rgba(2,12,24,.30) 100%);
}
.eng-hero-content { padding: 38px 0 44px; }
.eng-hero h1 { max-width: 700px; }
.eng-light { background:#f5f6f8; }
.eng-container { max-width: 1060px; }
.eng-services .trein-service,
.eng-benefits .trein-service { min-height: 168px; }
.eng-services .trein-service h3,
.eng-benefits .trein-service h3 { font-size: 19px; }
.eng-services .trein-service p,
.eng-benefits .trein-service p { font-size: 13px; }
.eng-strip { background: #0c4ea3; border-radius: 0; font-size: 30px; padding: 10px; }

@media (max-width: 620px) {
  .eng-hero {
    min-height: 500px;
    background-image:
      linear-gradient(180deg, rgba(2,12,24,.78) 0%, rgba(2,12,24,.54) 50%, rgba(2,12,24,.74) 100%),
      url('./assets/images/ENGENHARIA_MOBILE_PORTALIFC.png');
    background-position: center top, center top;
    background-size: cover, cover;
  }
  .eng-hero .overlay { background: transparent; }
  .eng-hero-content { padding: 18px 0 24px; }
  .eng-strip { font-size: 22px; }
}

.ergo-hero {
  background-image: url('./assets/images/ERGONOMIA_DESKTOP_PORTALIFC.png');
  background-position: center top;
}

.ergo-hero .overlay {
  min-height: 100%;
  background: linear-gradient(90deg, rgba(2,12,24,.84) 0%, rgba(2,12,24,.62) 45%, rgba(2,12,24,.30) 100%);
}
.ergo-hero-content { padding: 38px 0 44px; }
.ergo-hero h1 { max-width: 700px; }
.ergo-light { background:#f5f6f8; }
.ergo-container { max-width: 1060px; }
.ergo-services .trein-service,
.ergo-benefits .trein-service { min-height: 168px; }
.ergo-services .trein-service h3,
.ergo-benefits .trein-service h3 { font-size: 19px; }
.ergo-services .trein-service p,
.ergo-benefits .trein-service p { font-size: 13px; }

@media (max-width: 620px) {
  .ergo-hero {
    min-height: 500px;
    background-image:
      linear-gradient(180deg, rgba(2,12,24,.78) 0%, rgba(2,12,24,.54) 50%, rgba(2,12,24,.74) 100%),
      url('./assets/images/ERGONOMIA_MOBILE_PORTALIFC.png');
    background-position: center top, center top;
    background-size: cover, cover;
  }
  .ergo-hero .overlay { background: transparent; }
  .ergo-hero-content { padding: 18px 0 24px; }
}

.ead-hero {
  background-image: url('./assets/images/EAD_DESKTOP_PORTALIFC.png');
  background-position: center top;
}

.ead-hero .overlay {
  min-height: 100%;
  background: linear-gradient(90deg, rgba(2,12,24,.84) 0%, rgba(2,12,24,.62) 45%, rgba(2,12,24,.30) 100%);
}
.ead-hero-content { padding: 38px 0 44px; }
.ead-hero h1 { max-width: 700px; }
.ead-light { background:#f5f6f8; }
.ead-container { max-width: 1060px; }
.ead-steps .trein-step { min-height: 146px; }
.ead-areas { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.ead-areas .trein-service { min-height: 158px; }
.ead-areas .trein-service h3 { font-size: 16px; }
.ead-areas .trein-service p { font-size: 12px; }

@media (max-width: 900px) {
  .ead-areas { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .ead-hero {
    min-height: 500px;
    background-image:
      linear-gradient(180deg, rgba(2,12,24,.78) 0%, rgba(2,12,24,.54) 50%, rgba(2,12,24,.74) 100%),
      url('./assets/images/EAD_MOBILE_PORTALIFC.png');
    background-position: center top, center top;
    background-size: cover, cover;
  }
  .ead-hero .overlay { background: transparent; }
  .ead-hero-content { padding: 18px 0 24px; }
  .ead-areas { grid-template-columns: 1fr 1fr; }
}
