
:root {
  --brand: #c4000b;
  --brand-dark: #760009;
  --brand-deep: #570007;
  --brand-soft: #fff1f2;
  --ink: #121827;
  --text: #5b616d;
  --line: #e7e7e7;
  --surface: #ffffff;
  --muted: #f8f8f8;
  --shadow: 0 4px 18px rgba(24, 27, 35, .06);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
svg { flex: 0 0 auto; }
.container { max-width: 1280px; }
.site-header { border-bottom: 1px solid var(--line); z-index: 1030; }
.site-header .navbar { min-height: 76px; padding: 7px 0; }
.navbar-brand img { width: 150px; height: 59px; object-fit: contain; object-position: left center; }
.navbar-nav { gap: 28px; }
.nav-link {
  position: relative;
  padding: 27px 0 24px !important;
  font-weight: 500;
  color: #171a21 !important;
}
.nav-link.active { color: var(--brand) !important; }
.nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13px;
  height: 2px;
  background: var(--brand);
}
.btn-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 43px;
  padding: 0 21px;
  border: 1px solid var(--brand);
  border-radius: 5px;
  background: linear-gradient(180deg, #cc0711 0%, #b80009 100%);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 5px 12px rgba(196,0,11,.15);
}
.btn-brand:hover, .btn-brand:focus { background: #a90008; border-color: #a90008; color: #fff; }
.btn-outline-brand {
  border-color: var(--brand);
  color: var(--brand);
  font-weight: 600;
}
.btn-outline-brand:hover { background: var(--brand); border-color: var(--brand); color: #fff; }
.page-heading {
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 93% 64%, transparent 0 64px, rgba(196,0,11,.04) 65px 66px, transparent 67px 82px, rgba(196,0,11,.035) 83px 84px, transparent 85px),
    #fff;
}
.page-heading .container { padding-top: 10px; padding-bottom: 18px; }
.breadcrumb { margin-bottom: 4px; font-size: 12px; color: #888e98; }
.breadcrumb-item + .breadcrumb-item::before { color: #c2c2c2; }
.page-title { margin: 0; font-size: clamp(2rem, 3.2vw, 3rem); font-weight: 700; letter-spacing: -.045em; }
.page-title span { color: var(--brand); }
.page-subtitle { margin: 3px 0 0; color: var(--text); }
.section-pad { padding: 24px 0 34px; }
.card-shell {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

/* Shared footer */
.footer-highlights {
  background: linear-gradient(90deg, #cf0010, #bc000b);
}
.highlight-item {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 16px 22px;
  border-right: 1px solid rgba(255,255,255,.14);
}
.highlight-item:last-child { border-right: 0; }
.highlight-item strong { display: block; font-size: 18px; font-weight: 700; }
.highlight-item span { display: block; margin-top: 1px; font-size: 12px; opacity: .92; }
.footer-main {
  padding: 34px 0 32px;
  background: linear-gradient(120deg, #790008, #5c0006);
}
.footer-main h2 { margin-bottom: 14px; font-size: 14px; font-weight: 700; }
.footer-logo {
  width: 160px;
  height: 62px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
  opacity: .97;
}
.footer-description { max-width: 245px; margin: 10px 0 0; font-size: 12px; color: rgba(255,255,255,.82); }
.footer-links a { display: block; padding: 3px 0; font-size: 13px; color: rgba(255,255,255,.92); }
.footer-links a:hover, .footer-bottom a:hover { color: #fff; text-decoration: underline; }
.footer-contact p { display: flex; align-items: flex-start; gap: 9px; margin: 0 0 7px; font-size: 13px; }
.socials { display: flex; gap: 14px; }
.socials a {
  width: 36px; height: 36px; display: grid; place-items: center;
  border-radius: 50%; background: #fff; color: var(--brand-dark);
}
.footer-bottom {
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,.15);
  background: #620006;
  font-size: 12px;
  color: rgba(255,255,255,.9);
}
.footer-bottom i { display: inline-block; width: 1px; height: 13px; margin: 0 18px -2px; background: rgba(255,255,255,.45); }

/* Vagas */
.jobs-wrap { background: #fff; }
.filters-panel { overflow: hidden; }
.filters-heading {
  display: flex; justify-content: space-between; align-items: center;
  padding: 13px 15px; border-bottom: 1px solid var(--line); font-weight: 700;
}
.filters-heading button { border: 0; background: transparent; color: var(--brand); font-size: 12px; }
.filter-block { padding: 12px 15px; border-bottom: 1px solid var(--line); }
.filter-block:last-child { border-bottom: 0; }
.filter-block h3 {
  display: flex; justify-content: space-between; margin: 0 0 8px; font-size: 13px; font-weight: 700;
}
.form-check { min-height: 1.3rem; margin-bottom: 3px; }
.form-check-input { border-radius: 2px !important; border-color: #bfc2c7; }
.form-check-input:checked { background-color: var(--brand); border-color: var(--brand); }
.form-check-label { color: #424752; font-size: 12px; }
.search-box { position: relative; }
.search-box input { height: 38px; padding-right: 38px; font-size: 12px; border-color: var(--line); }
.search-box svg { position: absolute; right: 12px; top: 10px; color: #4d5360; }
.jobs-toolbar { min-height: 44px; margin-bottom: 4px; }
.jobs-count { color: #626873; font-size: 13px; }
.sort-label { color: #4f5560; font-size: 12px; }
.sort-select { min-width: 170px; height: 38px; border-color: var(--line); font-size: 12px; }
.job-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 150px;
  gap: 18px;
  align-items: center;
  min-height: 103px;
  margin-bottom: 11px;
  padding: 16px 19px;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease;
}
.job-card:hover { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(24,27,35,.09); }
.job-icon {
  width: 54px; height: 54px; display: grid; place-items: center;
  border-radius: 50%; background: var(--brand-soft); color: var(--brand);
}
.job-card h2 { margin: 0 0 6px; font-size: 17px; font-weight: 700; letter-spacing: -.02em; }
.job-meta { display: flex; flex-wrap: wrap; gap: 18px; margin-bottom: 7px; color: #646a75; font-size: 11px; }
.job-meta span { display: inline-flex; align-items: center; gap: 5px; }
.job-summary { margin: 0; color: #606672; font-size: 12px; }
.job-side { align-self: stretch; display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; }
.published { color: #858a92; font-size: 10px; }
.details-link { display: inline-flex; align-items: center; gap: 9px; color: var(--brand); font-size: 12px; font-weight: 700; }
.pagination .page-link {
  min-width: 34px; height: 34px; display: grid; place-items: center;
  margin: 0 3px; border: 0; border-radius: 4px; color: #343943; font-size: 12px;
}
.pagination .page-item.active .page-link { background: var(--brand); }
.filter-mobile-button { display: none; }

/* Contato */
.contact-hero {
  padding: 30px 0 20px;
  background:
    radial-gradient(circle at -2% 3%, rgba(196,0,11,.07) 0 110px, transparent 112px),
    radial-gradient(circle at 98% 55%, transparent 0 86px, rgba(196,0,11,.045) 87px 88px, transparent 89px 110px, rgba(196,0,11,.035) 111px 112px, transparent 113px),
    #fff;
}
.eyebrow { margin-bottom: 7px; color: var(--brand); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-title { max-width: 540px; margin: 0 0 10px; font-size: clamp(2rem, 3vw, 3.15rem); line-height: 1.08; letter-spacing: -.045em; font-weight: 700; }
.contact-title span { color: var(--brand); }
.contact-lead { max-width: 520px; color: var(--text); }
.contact-info-grid { margin-top: 20px; }
.info-card {
  min-height: 132px; display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 13px; text-align: center;
}
.info-card-icon { width: 49px; height: 49px; display: grid; place-items: center; border-radius: 50%; background: var(--brand-soft); color: var(--brand); }
.info-card h3 { margin: 10px 0 4px; font-size: 13px; font-weight: 700; }
.info-card p { margin: 0; color: #656b75; font-size: 11px; }
.office-photo { width: 100%; height: 288px; object-fit: cover; border-radius: 14px; }
.contact-content { padding: 24px 0 28px; border-top: 1px solid var(--line); }
.contact-section-title { display: flex; align-items: center; gap: 12px; margin: 0 0 4px; font-size: 15px; font-weight: 700; }
.contact-section-title svg { color: var(--brand); }
.contact-copy { margin: 0 0 16px 32px; color: #646a74; font-size: 12px; }
.map-image { width: 100%; height: 212px; object-fit: cover; border-radius: 8px; border: 1px solid var(--line); }
.contact-form { padding-left: 48px; border-left: 1px solid var(--line); }
.contact-form .form-control, .contact-form .form-select {
  min-height: 39px; border-color: var(--line); border-radius: 4px; font-size: 12px;
}
.contact-form textarea.form-control { min-height: 92px; resize: vertical; }
.contact-form .required { color: var(--brand); }
.recaptcha-mock {
  width: 214px; height: 54px; display: flex; align-items: center; gap: 10px;
  padding: 8px; border: 1px solid #d7d7d7; background: #fafafa; font-size: 10px;
}
.recaptcha-mock .box { width: 20px; height: 20px; border: 1px solid #bfc2c7; background: #fff; }
.form-note { margin-top: 8px; color: #666c75; font-size: 10px; }

/* Detalhe */
.detail-hero { padding: 12px 0 6px; }
.back-link { display: inline-flex; align-items: center; gap: 8px; margin: 18px 0 12px; color: var(--brand); font-size: 12px; font-weight: 700; }
.detail-title { margin: 0 0 17px; font-size: clamp(2rem, 3vw, 3rem); letter-spacing: -.045em; font-weight: 700; }
.detail-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; color: #616773; font-size: 12px; }
.detail-meta span { display: inline-flex; align-items: center; gap: 7px; }
.status-pill { margin-left: auto; padding: 5px 12px; border-radius: 20px; background: var(--brand-soft); color: var(--brand); font-weight: 700; }
.detail-main { padding: 18px 0 30px; }
.job-detail-card { padding: 0 25px; }
.detail-section { padding: 22px 0; border-bottom: 1px solid var(--line); }
.detail-section:last-child { border-bottom: 0; }
.detail-section h2 { display: flex; align-items: center; gap: 15px; margin: 0 0 14px; font-size: 16px; font-weight: 700; }
.detail-section h2 svg { color: var(--brand); }
.detail-section p, .detail-section li { color: #505762; font-size: 12px; }
.detail-section ul { margin: 0; padding-left: 33px; }
.detail-section li::marker { color: var(--brand); }
.info-table { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 35px; }
.info-row { display: grid; grid-template-columns: 130px 1fr; gap: 10px; font-size: 12px; }
.info-row strong { color: #272c35; }
.application-strip, .resume-strip {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  margin: 18px 0 0; padding: 18px 20px;
  border-radius: 7px; background: linear-gradient(90deg, #fff9f9, #fff);
}
.application-copy { display: flex; align-items: center; gap: 18px; }
.round-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--brand-soft); color: var(--brand); }
.application-copy h3, .resume-strip h3 { margin: 0 0 2px; font-size: 15px; font-weight: 700; }
.application-copy p, .resume-strip p { margin: 0; font-size: 11px; color: #606672; }
.detail-side-image { width: 100%; height: 160px; object-fit: cover; border-radius: 9px; }
.side-card { margin-top: 18px; padding: 17px; }
.side-card h2 { margin: 0 0 13px; font-size: 16px; font-weight: 700; }
.share-buttons { display: flex; gap: 10px; }
.share-buttons a {
  width: 38px; height: 38px; display: grid; place-items: center; border-radius: 4px; color: #fff; font-weight: 700;
}
.share-buttons .linkedin { background: #0a78b5; }
.share-buttons .whatsapp { background: #29b96d; }
.share-buttons .facebook { background: #4c67a8; }
.share-buttons .link { background: #efefef; color: #555b65; }
.related-job {
  position: relative; margin-top: 10px; padding: 12px 32px 12px 11px;
  border: 1px solid var(--line); border-radius: 5px; box-shadow: 0 2px 7px rgba(0,0,0,.03);
}
.related-job h3 { margin: 0 0 6px; font-size: 12px; font-weight: 700; }
.related-job p { margin: 2px 0; color: #676d77; font-size: 9px; }
.related-job .arrow { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); color: var(--brand); font-size: 24px; }
.related-all { display: block; margin-top: 12px; text-align: right; color: var(--brand); font-size: 11px; font-weight: 700; }
.cv-card { background: linear-gradient(140deg, #fff, #fff5f5); }
.cv-card-body { display: flex; gap: 15px; align-items: flex-start; }
.cv-card h2 { margin-bottom: 6px; }
.resume-strip { margin-top: 18px; padding: 19px 26px; }

@media (max-width: 991.98px) {
  .site-header .navbar { min-height: 68px; }
  .navbar-brand img { width: 138px; height: 52px; }
  .navbar-nav { gap: 0; padding: 10px 0; }
  .nav-link { padding: 10px 0 !important; }
  .nav-link.active::after { bottom: 4px; right: auto; width: 30px; }
  .candidate-button { margin-bottom: 14px; }
  .highlight-item { min-height: 82px; justify-content: flex-start; }
  .contact-form { margin-top: 28px; padding-left: 0; border-left: 0; }
  .office-photo { margin-top: 22px; }
  .detail-side { margin-top: 20px; }
  .status-pill { margin-left: 0; }
}
@media (max-width: 767.98px) {
  body { font-size: 14px; }
  .page-heading .container { padding-top: 8px; padding-bottom: 14px; }
  .section-pad { padding-top: 16px; }
  .filter-mobile-button { display: inline-flex; margin-bottom: 12px; }
  .filters-panel { display: none; margin-bottom: 14px; }
  .filters-panel.show-mobile { display: block; }
  .jobs-toolbar { align-items: flex-start !important; gap: 10px; }
  .job-card { grid-template-columns: 48px 1fr; padding: 14px; }
  .job-icon { width: 46px; height: 46px; }
  .job-card h2 { font-size: 15px; }
  .job-side { grid-column: 2; flex-direction: row; align-items: center; }
  .highlight-item { min-height: 94px; gap: 11px; padding: 13px 10px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .highlight-item strong { font-size: 14px; }
  .highlight-item span { font-size: 10px; }
  .footer-main { padding-top: 28px; }
  .contact-hero { padding-top: 22px; }
  .contact-info-grid .col-4 { width: 100%; }
  .office-photo { height: 220px; }
  .map-image { height: 190px; }
  .contact-form .row > [class*="col-"] { width: 100%; }
  .detail-meta { gap: 12px 18px; }
  .info-table { grid-template-columns: 1fr; }
  .application-strip, .resume-strip { align-items: flex-start; flex-direction: column; }
  .application-strip .btn, .resume-strip .btn { width: 100%; }
  .job-detail-card { padding: 0 17px; }
}


/* Home */
.home-hero {
  padding: 26px 0 18px;
  background:
    radial-gradient(circle at -1% 4%, rgba(196,0,11,.07) 0 130px, transparent 132px),
    radial-gradient(circle at 98% 50%, transparent 0 92px, rgba(196,0,11,.045) 93px 94px, transparent 95px 122px, rgba(196,0,11,.035) 123px 124px, transparent 125px),
    #fff;
}
.home-title {
  max-width: 590px;
  margin: 0 0 18px;
  font-size: clamp(2.7rem, 4.4vw, 4.3rem);
  line-height: 1.05;
  letter-spacing: -.055em;
  font-weight: 700;
}
.home-title span { color: var(--brand); display: block; }
.home-lead { max-width: 560px; margin-bottom: 22px; color: var(--text); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; }
.hero-actions .btn { min-width: 205px; min-height: 67px; justify-content: space-between; padding: 0 24px; font-size: 15px; }
.hero-actions .btn span { display: flex; align-items: center; gap: 15px; text-align: left; line-height: 1.2; }
.home-hero-image {
  width: 100%; height: 320px; object-fit: cover; object-position: center top;
  border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow);
}
.hero-dots { display: flex; justify-content: center; gap: 9px; margin-top: 13px; }
.hero-dots span { width: 9px; height: 9px; border-radius: 50%; background: #d8d8d8; }
.hero-dots span:first-child { background: var(--brand); }
.home-search { margin-top: 18px; padding: 22px 24px; }
.home-search-intro { display: flex; align-items: center; gap: 14px; min-width: 280px; }
.home-search-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--brand); color: #fff; }
.home-search-intro h2 { margin: 0; font-size: 16px; font-weight: 700; }
.home-search-intro p { margin: 2px 0 0; color: #666c75; font-size: 12px; }
.home-search .form-control, .home-search .form-select { min-height: 43px; border-color: var(--line); font-size: 12px; }
.home-solutions { padding: 24px 0 30px; text-align: center; }
.section-kicker { color: var(--brand); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section-title-center { margin: 4px 0 20px; font-size: 28px; font-weight: 700; letter-spacing: -.03em; }
.solution-item { min-height: 135px; padding: 0 24px; border-right: 1px solid var(--line); }
.solution-item:last-child { border-right: 0; }
.solution-icon { color: var(--brand); margin-bottom: 10px; }
.solution-item h3 { font-size: 14px; font-weight: 700; }
.solution-item p { margin: 0; color: #686e77; font-size: 11px; }

/* Quem somos */
.inner-hero {
  padding: 30px 0 28px;
  background:
    radial-gradient(circle at -2% 5%, rgba(196,0,11,.07) 0 90px, transparent 92px),
    radial-gradient(circle at 98% 50%, transparent 0 75px, rgba(196,0,11,.04) 76px 77px, transparent 78px 100px, rgba(196,0,11,.03) 101px 102px, transparent 103px),
    #fff;
  border-bottom: 1px solid var(--line);
}
.inner-title { max-width: 500px; margin: 0 0 17px; font-size: clamp(2.2rem, 3.2vw, 3.5rem); line-height: 1.08; letter-spacing: -.045em; font-weight: 700; }
.inner-title span { color: var(--brand); display: block; }
.inner-copy { max-width: 560px; color: #555c67; font-size: 13px; }
.inner-hero-image { width: 100%; height: 285px; object-fit: cover; border-radius: 9px; }
.about-history { padding: 28px 0 48px; }
.about-history .section-title-center { margin-bottom: 4px; }
.section-subtitle-center { max-width: 630px; margin: 0 auto 22px; color: #676d76; font-size: 12px; text-align: center; }
.metric-card { min-height: 138px; padding: 20px 12px; text-align: center; }
.metric-card .metric-icon { color: var(--brand); margin-bottom: 10px; }
.metric-card strong { display: block; margin-bottom: 4px; font-size: 15px; }
.metric-card span { display: block; color: #686e77; font-size: 11px; }
.commitment-panel { margin-top: 24px; overflow: hidden; border-radius: 8px; background: linear-gradient(90deg, #fff9f9, #fff); }
.commitment-copy { padding: 28px; }
.commitment-copy h3 { color: var(--brand); font-size: 17px; font-weight: 700; }
.commitment-copy p { margin: 0; color: #5d646e; font-size: 12px; }
.commitment-image { width: 100%; height: 190px; object-fit: cover; }

/* Serviços */
.services-grid-section { padding: 26px 0 34px; }
.service-card {
  min-height: 178px; padding: 22px 18px; text-align: center;
  border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); background: #fff;
}
.service-card-icon { width: 56px; height: 56px; display: grid; place-items: center; margin: 0 auto 13px; border-radius: 50%; background: var(--brand-soft); color: var(--brand); }
.service-card h3 { margin-bottom: 7px; font-size: 14px; font-weight: 700; }
.service-card p { min-height: 34px; margin-bottom: 10px; color: #696f78; font-size: 11px; }
.service-card a { color: var(--brand); font-size: 11px; font-weight: 700; }
.services-cta {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  margin-top: 18px; padding: 18px 26px;
}
.services-cta-copy { display: flex; align-items: center; gap: 18px; }
.services-cta h3 { margin: 0 0 3px; font-size: 16px; font-weight: 700; }
.services-cta p { margin: 0; color: #686e77; font-size: 11px; }

@media (max-width: 991.98px) {
  .home-hero-image, .inner-hero-image { margin-top: 24px; }
  .home-search-intro { margin-bottom: 16px; }
  .solution-item { border-right: 0; border-bottom: 1px solid var(--line); padding: 18px; }
  .solution-item:last-child { border-bottom: 0; }
}
@media (max-width: 767.98px) {
  .home-title { font-size: 2.55rem; }
  .hero-actions .btn { width: 100%; }
  .home-hero-image { height: 230px; }
  .home-search { padding: 17px; }
  .inner-hero-image { height: 220px; }
  .commitment-image { height: 170px; }
  .services-cta { align-items: flex-start; flex-direction: column; }
  .services-cta .btn { width: 100%; }
}

/* Conteúdo HTML administrável das páginas */
.managed-page-content {
    padding: 3.5rem 0;
    background: #fff;
}

.managed-page-content h1,
.managed-page-content h2,
.managed-page-content h3,
.managed-page-content h4 {
    margin-top: 1.75rem;
    margin-bottom: 1rem;
}

.managed-page-content h1:first-child,
.managed-page-content h2:first-child,
.managed-page-content h3:first-child {
    margin-top: 0;
}

.managed-page-content p,
.managed-page-content li {
    line-height: 1.75;
}

.managed-page-content img {
    max-width: 100%;
    height: auto;
}

