.main-nav [aria-current="page"] { color: #31b9ff; }

.inner-hero {
  min-height: 490px;
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
  color: #fff;
  background-color: #005177;
  background-image: var(--hero-image);
  background-position: center;
  background-size: cover;
}
.inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(0, 52, 77, .82), rgba(0, 123, 181, .61));
}
.inner-hero__content { padding-top: 130px; text-align: center; }
.inner-hero h1 {
  margin: 0;
  color: #fff;
  text-transform: none;
  font: 600 clamp(2.35rem, 4.4vw, 4rem)/1.05 "Poppins", sans-serif;
  letter-spacing: -.035em;
}
.inner-hero p {
  margin: .7rem auto 0;
  color: #29adf5;
  font: 500 clamp(.95rem, 1.55vw, 1.25rem)/1.4 "Saira", sans-serif;
}

.inner-content {
  position: relative;
  padding: 92px 0 108px;
  background: #fff url("assets/bg-line-2.png") center top/cover no-repeat;
}
.content-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 6.5rem);
}
.content-split--media-first { grid-template-columns: minmax(360px, .92fr) minmax(0, 1fr); }
.content-copy .eyebrow { margin-bottom: 1.25rem; color: #53717a; }
.content-copy h2 { max-width: 680px; }
.content-copy p { margin: 1.25rem 0 0; color: #555b63; font-size: .94rem; line-height: 1.75; }
.content-copy strong { color: var(--blue); }
.media-card { position: relative; }
.media-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 70%;
  height: 76%;
  right: -18px;
  bottom: -18px;
  border-radius: 12px;
  background: linear-gradient(145deg, #0882c1, #21a9ef);
}
.media-card img { width: 100%; max-height: 650px; object-fit: cover; border-radius: 12px; box-shadow: var(--shadow); }
.media-card--portrait img { object-position: center; }

@media (min-width: 901px) {
  .page--diferenciais .inner-content .media-card img,
  .page--certificacoes .inner-content .media-card img {
    height: 550px;
    object-fit: cover;
  }

  .page--tecnologia .media-card {
    overflow: hidden;
    border-radius: 14px;
    background: linear-gradient(145deg, #087fbe, #1ba9ef);
  }
  .page--tecnologia .media-card::before { display: none; }
  .page--tecnologia .media-card img {
    height: 600px;
    object-fit: contain;
    object-position: center bottom;
    filter: saturate(0);
    box-shadow: none;
  }
}

.company-gallery {
  min-height: 520px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}
.company-gallery img { width: 100%; height: 100%; object-fit: cover; border-radius: 10px; box-shadow: 0 15px 34px rgba(0, 48, 72, .14); }
.company-gallery img:first-child { grid-row: 1 / 3; }
.company-gallery img:nth-child(2) { object-position: center 58%; }
.company-gallery img:nth-child(3) { object-position: center; }

.feature-list { margin: 1.8rem 0 0; padding: 0; display: grid; gap: .85rem; list-style: none; }
.feature-list li { position: relative; padding-left: 2rem; color: #505760; font-size: .94rem; }
.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -.08rem;
  width: 1.35rem;
  height: 1.35rem;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--blue-bright);
  border-radius: 50%;
  font-size: .72rem;
  font-weight: 700;
}

.detail-band { padding: 96px 0; background: #ececf2; }
.detail-band--light { background: #fff; }
.detail-band .shell { width: min(1200px, calc(100% - 64px)); }
.detail-split { display: grid; grid-template-columns: minmax(420px, 1.08fr) minmax(0, .92fr); align-items: center; gap: clamp(3.5rem, 5vw, 5.25rem); }
.detail-split--reverse { grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); }
.detail-media img { width: 100%; height: 550px; object-fit: cover; border-radius: 15px; box-shadow: var(--shadow); }
.content-copy h2, .detail-copy h2, .licenses h2, .form-intro h2, .form-panel h2, .inner-cta h2 { text-transform: none; }
.detail-copy h2 { font: 500 clamp(2rem, 3.15vw, 2.8rem)/1.12 "Poppins", sans-serif; }
.detail-copy .eyebrow { margin-bottom: 1.2rem; color: #2386c2; }
.detail-copy > p:not(.eyebrow) { margin: 1.2rem 0 0; color: #555b63; font-size: .94rem; line-height: 1.72; }
.check-list { margin: 1.7rem 0 0; padding: 0; display: grid; gap: 1.15rem; list-style: none; }
.check-list li { position: relative; padding-left: 2.55rem; color: #1977aa; font: 500 1rem/1.45 "Poppins", sans-serif; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -.05rem; width: 1.75rem; height: 1.75rem; display: grid; place-items: center; color: #fff; background: #2386c2; border-radius: 50%; font: 700 .88rem/1 Arial, sans-serif; }
.detail-copy .button { margin-top: 1.6rem; }

.inner-cta { min-height: 500px; position: relative; display: grid; place-items: center; isolation: isolate; color: #fff; background: var(--cta-image, url("assets/bg-cta.jpg")) center/cover no-repeat; }
.inner-cta::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(0, 39, 62, .68); }
.inner-cta--radial::before { background: radial-gradient(circle at center, rgba(24, 112, 171, .58), rgba(8, 24, 35, .92)); }
.inner-cta__content { max-width: 760px; text-align: center; }
.inner-cta h2 { color: #fff; }
.inner-cta p { margin: 1rem auto 1.7rem; color: rgba(255,255,255,.86); }

.licenses { padding: 88px 0 104px; background: #ececf2; }
.licenses__intro { max-width: 760px; margin: 0 auto 3rem; text-align: center; }
.licenses__intro .eyebrow { margin-bottom: 1rem; }
.licenses__intro p:last-child { margin: 1.2rem auto 0; color: #5d646c; }
.license-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.1rem; }
.license-card { min-height: 190px; display: grid; grid-template-columns: 125px 1fr; align-items: center; gap: 1.2rem; padding: 1.5rem; background: #fff; border-radius: 10px; box-shadow: 0 10px 28px rgba(0, 50, 76, .08); }
.license-card img { width: 112px; height: 112px; object-fit: contain; }
.license-card h3 { margin: 0 0 .45rem; color: var(--blue); font: 600 1.08rem/1.25 "Saira", sans-serif; }
.license-card p { margin: 0; color: #616870; font-size: .8rem; line-height: 1.55; }

.cert-layout { align-items: start; }
.cert-grid { margin-top: 2.5rem; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.cert-grid figure { min-height: 150px; margin: 0; padding: 1rem; display: grid; place-items: center; background: #fff; border: 1px solid #e1ecf2; border-radius: 9px; box-shadow: 0 10px 28px rgba(0, 50, 76, .08); }
.cert-grid img { width: 112px; height: 112px; object-fit: contain; }

.form-section { padding: 88px 0 105px; background: #f1f2f5 url("assets/bg-line-2.png") center/cover no-repeat; }
.form-layout { display: grid; grid-template-columns: .78fr 1.22fr; overflow: hidden; border-radius: 12px; box-shadow: 0 22px 58px rgba(0, 55, 80, .16); }
.form-intro { padding: clamp(2.5rem, 5vw, 4.4rem); background: #fff; }
.form-intro h2 { font-size: clamp(2rem, 3vw, 2.75rem); }
.form-intro > p { margin: 1.35rem 0 0; color: #5a6068; font-size: .93rem; line-height: 1.75; }
.form-panel { padding: clamp(2.4rem, 5vw, 4.4rem); color: #fff; background: linear-gradient(145deg, #0277b2, #12a0e4); }
.form-panel h2 { color: #fff; font-size: clamp(1.65rem, 2.6vw, 2.25rem); }
.form-panel > p { margin: .8rem 0 1.8rem; color: rgba(255, 255, 255, .85); font-size: .9rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.field { display: grid; gap: .4rem; }
.field--full { grid-column: 1 / -1; }
.field label { color: #fff; font-size: .78rem; font-weight: 500; }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 47px;
  padding: .72rem .85rem;
  color: #343942;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 5px;
  background: #fff;
  font: 400 .88rem/1.4 "Poppins", sans-serif;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input[type="file"] { padding: .58rem; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(255,255,255,.35); outline-offset: 1px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-submit { margin-top: 1.25rem; min-width: 150px; border: 0; cursor: pointer; color: var(--blue-deep); background: #fff; }
.form-submit:disabled { opacity: .65; cursor: wait; }
.form-status { min-height: 1.35rem; margin: 1rem 0 0; font-size: .83rem; }
.form-status.is-success { color: #d9ffea; }
.form-status.is-error { color: #ffe3e3; }

.page--trabalhe .form-section,
.page--contato .form-section {
  padding: 110px 0;
  background: #fff;
}
.page--trabalhe .form-layout,
.page--contato .form-layout {
  width: min(1280px, calc(100% - 64px));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  overflow: visible;
  border-radius: 0;
  box-shadow: none;
}
.page--trabalhe .form-intro,
.page--contato .form-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 4.5vw, 4.5rem);
  background: #efeff4;
  border-radius: 14px;
}
.page--trabalhe .form-panel,
.page--contato .form-panel {
  padding: clamp(3rem, 4.5vw, 4.5rem);
  border-radius: 14px;
}
.page--trabalhe .form-panel { background: #0b526f; }
.page--contato .form-panel { background: #087fb8; }
.page--trabalhe .form-grid {
  grid-template-columns: 1fr;
  gap: 1rem;
}
.page--trabalhe .field--full { grid-column: auto; }
.page--trabalhe .form-submit,
.page--contato .form-submit {
  width: 100%;
  color: #fff;
  background: linear-gradient(90deg, #087fbe, #19a7ed);
}
.page--trabalhe .field input,
.page--trabalhe .field select,
.page--contato .field input,
.page--contato .field textarea {
  border-radius: 6px;
}

.contact-list { margin-top: 2rem; display: grid; gap: 1.15rem; }
.contact-item { display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 1rem; }
.contact-item__icon { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--blue), var(--blue-bright)); border-radius: 50%; }
.contact-item svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-item strong { display: block; margin-bottom: .15rem; color: var(--blue); text-transform: uppercase; font: 600 .75rem/1.2 "Saira", sans-serif; }
.contact-item a, .contact-item span { display: block; color: #545b63; font-size: .88rem; }
.contact-item a:hover { color: var(--blue); }
.map { height: 430px; background: #dbe5ea; }
.map iframe { width: 100%; height: 100%; display: block; border: 0; }

@media (max-width: 900px) {
  .inner-hero { min-height: 440px; }
  .inner-hero__content { padding-top: 112px; }
  .inner-content, .form-section { padding: 70px 0 82px; }
  .content-split, .content-split--media-first { grid-template-columns: 1fr; gap: 3rem; }
  .content-split--media-first .media-card { order: 2; }
  .company-gallery { min-height: 470px; }
  .cert-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .form-layout { grid-template-columns: 1fr; }
  .page--trabalhe .form-layout,
  .page--contato .form-layout {
    width: min(100% - 40px, 1280px);
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .detail-split, .detail-split--reverse { grid-template-columns: 1fr; gap: 2.7rem; }
  .detail-split--reverse .detail-media { order: 2; }
  .detail-media img { height: auto; max-height: 590px; }
  .license-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .inner-hero { min-height: 385px; }
  .inner-hero__content { padding-top: 104px; }
  .inner-hero h1 { font-size: clamp(2rem, 12vw, 3rem); }
  .inner-hero p { max-width: 330px; font-size: .9rem; }
  .inner-content, .form-section { padding: 58px 0 68px; }
  .content-copy h2, .form-intro h2 { font-size: 1.9rem; }
  .company-gallery { min-height: 0; grid-template-columns: 1fr 1fr; grid-template-rows: 300px 180px; }
  .company-gallery img:first-child { grid-column: 1 / -1; grid-row: auto; }
  .media-card::before { right: -9px; bottom: -9px; }
  .cert-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; }
  .cert-grid figure { min-height: 120px; padding: .7rem; }
  .cert-grid img { width: 88px; height: 88px; }
  .form-intro, .form-panel { padding: 2rem 1.25rem; }
  .page--trabalhe .form-section,
  .page--contato .form-section { padding: 58px 0 68px; }
  .page--trabalhe .form-intro,
  .page--trabalhe .form-panel,
  .page--contato .form-intro,
  .page--contato .form-panel { padding: 2rem 1.25rem; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .form-submit { width: 100%; }
  .map { height: 340px; }
  .detail-band, .licenses { padding: 58px 0 68px; }
  .detail-copy h2, .licenses__intro h2 { font-size: 1.9rem; }
  .inner-cta { min-height: 390px; padding: 3rem 0; }
  .inner-cta h2 { font-size: 2rem; }
  .license-card { grid-template-columns: 88px 1fr; padding: 1.1rem; }
  .license-card img { width: 78px; height: 78px; }
}
