:root {
  --navy: #081923;
  --petrol: #123d4a;
  --gold: #b99a55;
  --cream: #f5f7f8;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--navy);
  line-height: 1.65;
}
h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.12;
}
h1 {
  font-size: clamp(2.8rem, 5vw, 5rem);
}
h2 {
  font-size: clamp(2.1rem, 3.6vw, 3.35rem);
}
h3 {
  font-size: 1.25rem;
}
.navbar {
  background: rgba(8, 25, 35, 0.96);
  padding: 0.6rem 0;
  box-shadow: 0 3px 18px #0002;
}
.navbar-brand {
  width: 138px;
  height: 46px;
  overflow: hidden;
  display: block;
}
.navbar-brand img {
  width: 100%;
  height: auto;
  transform: scale(2.1);
  transform-origin: center;
}
.nav-link {
  font-size: 0.9rem;
  margin: 0 0.35rem;
}
.btn {
  border-radius: 2px;
  padding: 0.72rem 1.15rem;
  font-weight: 700;
}
.btn-gold {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy);
}
.btn-gold:hover {
  background: #d4b773;
  border-color: #d4b773;
  color: var(--navy);
}
.btn-outline-navy {
  border-color: var(--navy);
  color: var(--navy);
}
.hero-classico {
  background: linear-gradient(105deg, #081923 0%, #0c2531 65%, #123d4a 100%);
  color: white;
  position: relative;
  overflow: hidden;
}
.hero-classico:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  pointer-events: none;
}
.hero-classico .container {
  position: relative;
  z-index: 1;
}
.kicker {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: var(--gold);
}
.hero-text {
  max-width: 660px;
  color: #d6e1e4;
  font-size: 1.08rem;
  margin: 1.5rem 0;
}
.hero-note {
  border-left: 2px solid var(--gold);
  padding-left: 1rem;
  max-width: 630px;
  color: #bdcdd1;
  margin-top: 2rem;
  font-size: 0.92rem;
}
.system-panel {
  height: 430px;
  border: 1px solid rgba(185, 154, 85, 0.6);
  position: relative;
  transform: rotate(-3deg);
  padding: 2rem;
  background: #06151d99;
}
.system-panel img {
  position: absolute;
  width: 265px;
  right: 0;
  bottom: 10px;
  opacity: 0.25;
}
.module {
  position: absolute;
  background: #102d38;
  border: 1px solid #b99a5599;
  padding: 1rem 1.2rem;
  width: 64%;
  box-shadow: 0 10px 25px #0007;
  font-weight: bold;
}
.module span {
  float: right;
  color: var(--gold);
  font-size: 0.75rem;
}
.module.top {
  top: 23%;
  left: -9%;
}
.module.middle {
  top: 45%;
  right: -8%;
}
.module.bottom {
  bottom: 12%;
  left: 3%;
}
.text-gold {
  color: var(--gold) !important;
}
.tagline {
  padding: 1.7rem 0;
  background: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.tagline strong {
  font-family: Georgia, serif;
  font-size: 1.45rem;
}
.tagline span {
  display: inline-block;
  width: 38px;
  border-top: 3px solid var(--gold);
  vertical-align: middle;
  margin-right: 1rem;
}
.tagline p {
  font-size: 0.7rem;
  color: #657780;
  margin: 0.3rem 0 0;
  letter-spacing: 0.08em;
}
.py-6 {
  padding: 6rem 0;
}
.problem-card {
  border: 1px solid #d8e0e2;
  height: 100%;
  padding: 1.6rem;
  background: #fff;
  transition: 0.25s;
}
.problem-card:hover {
  border-color: var(--gold);
  box-shadow: 0 12px 24px #08192314;
  transform: translateY(-4px);
}
.problem-card b,
.solution-card span {
  font-size: 0.75rem;
  color: var(--gold);
  letter-spacing: 0.12em;
}
.problem-card p,
.solution-card p {
  font-size: 0.9rem;
  color: #5e727b;
}
.bg-navy {
  background: var(--navy) !important;
}
.solution-card {
  border: 1px solid #ffffff28;
  height: 100%;
  padding: 1.5rem;
  background: #ffffff08;
  transition: 0.25s;
}
.solution-card:hover {
  background: #123d4a;
  border-color: var(--gold);
}
.solution-card h3 {
  margin-top: 0.9rem;
}
.solution-card p {
  color: #bfced2;
}
.section-intro {
  max-width: 790px;
}
.process-line {
  border-top: 2px solid var(--gold);
}
.process-line article {
  padding: 1.7rem 1.2rem;
  border-right: 1px solid #d7e0e2;
  height: 100%;
}
.process-line b {
  background: var(--gold);
  color: var(--navy);
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.process-line p {
  font-size: 0.9rem;
  color: #60727a;
}
.check-item {
  border-left: 3px solid var(--gold);
  background: white;
  padding: 1rem;
  font-weight: 600;
  height: 100%;
  font-size: 0.9rem;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.tags span {
  border: 1px solid #b9c6ca;
  padding: 0.65rem 0.8rem;
  font-size: 0.85rem;
  background: #fff;
}
.tags span:nth-child(3n) {
  border-color: var(--gold);
}
.about {
  background: var(--navy);
  color: white;
}
.about p:not(.kicker) {
  color: #c4d2d5;
  font-size: 1.02rem;
}
.about-quote {
  border-left: 2px solid var(--gold);
  padding-left: 1rem;
  font: italic 1.25rem Georgia !important;
  color: #fff !important;
}
.symbol {
  max-width: 260px;
  opacity: 0.8;
}
.contact-link {
  font: 700 1.25rem Georgia;
  color: var(--petrol);
}
.contact-form {
  background: #f4f7f8;
  padding: 2rem;
  border: 1px solid #dce4e6;
}
.contact-form label {
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 0.35rem;
}
.form-control {
  border-radius: 2px;
  border-color: #bcc9cd;
  padding: 0.7rem;
}
footer {
  background: #06151d;
  color: #bccbd0;
  padding: 3.5rem 0 1.5rem;
}
footer img {
  width: 160px;
  height: auto;
  transform: scale(2);
  transform-origin: left center;
}

.form-status { padding: .8rem 1rem; font-size: .9rem; }
.form-status.success { display:flex; align-items:center; gap:1rem; margin:0 0 1.5rem; padding:1.1rem 1.25rem; border-left:4px solid #2d8a50; background:#eaf6ed; color:#174d2d; }
.form-status.success strong { display:block; font-family:Georgia,serif; font-size:1.08rem; margin-bottom:.15rem; }
.form-status.success small { display:block; color:#376447; font-size:.84rem; line-height:1.5; }
.form-status-icon { display:inline-flex; align-items:center; justify-content:center; flex:0 0 34px; width:34px; height:34px; border-radius:50%; background:#2d8a50; color:#fff; font-weight:700; font-size:1.1rem; }
.form-status.error { margin:0 0 1.25rem; background: #f8e6e5; color: #8b2020; }
.contact-form button[disabled] { cursor: wait; opacity: .72; }
.honeypot { position:absolute!important; left:-10000px!important; width:1px!important; height:1px!important; opacity:0!important; pointer-events:none!important; }
footer .col-lg-5 {
  height: 90px;
  overflow: hidden;
}
footer h3 {
  font-size: 1.05rem;
  color: white;
}
footer a {
  display: block;
  color: #bdcbd0;
  text-decoration: none;
  font-size: 0.9rem;
  margin: 0.25rem 0;
}
footer a:hover {
  color: var(--gold);
}
footer hr {
  border-color: #ffffff22;
}
@media (max-width: 991px) {
  .navbar-collapse {
    padding: 1rem 0;
  }
  .nav-link {
    padding: 0.6rem 0;
  }
  .py-6 {
    padding: 4.5rem 0;
  }
  .process-line article {
    border-bottom: 1px solid #d7e0e2;
  }
}
@media (max-width: 576px) {
  .py-6 {
    padding: 3.8rem 0;
  }
  .tagline strong {
    display: block;
    margin-top: 0.65rem;
    font-size: 1.2rem;
  }
  .contact-form {
    padding: 1.25rem;
  }
  .hero-classico .btn {
    width: 100%;
  }
}
.js .reveal {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.js .reveal.show {
  opacity: 1;
  transform: translateY(0);
}
.delay {
  transition-delay: 0.15s;
}
@media (prefers-reduced-motion: reduce) {
  .js .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .problem-card,
  .solution-card {
    transition: none;
  }
}

/* Mantém toda a marca visível no cabeçalho, sem cortar o monograma ou o nome. */
.navbar-brand {
  width: 190px;
  height: 62px;
}
.navbar-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none;
}
@media (max-width: 576px) {
  .navbar-brand {
    width: 155px;
    height: 52px;
  }
  .navbar-brand img {
    transform: none;
  }
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 8px 24px #08192355;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.whatsapp-float span {
  font-size: 1.25rem;
  line-height: 1;
}
.whatsapp-float:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px #08192366;
}
@media (max-width: 576px) {
  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    padding: 0.78rem;
  }
  .whatsapp-float span {
    font-size: 1.4rem;
  }
  .whatsapp-float {
    font-size: 0;
  }
  .whatsapp-float span {
    font-size: 1.4rem;
  }
}

#contato {
  background: #eaf0f1;
}
.contact-layout {
  box-shadow: 0 18px 45px #08192318;
}
.contact-intro {
  background: linear-gradient(145deg, #081923, #123d4a);
  color: #fff;
  padding: 3.5rem;
  position: relative;
  overflow: hidden;
}
.contact-intro:after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  border: 1px solid #b99a5577;
  right: -90px;
  bottom: -90px;
  transform: rotate(45deg);
}
.contact-intro .kicker {
  position: relative;
  color: #ddc07c;
}
.contact-intro h2,
.contact-intro p,
.contact-intro a {
  position: relative;
  z-index: 1;
}
.contact-intro h2 {
  font-size: clamp(2.2rem, 3.4vw, 3.5rem);
}
.contact-intro > p:not(.kicker):not(.contact-domain) {
  color: #cfdbde;
}
.contact-details {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
  border-top: 1px solid #ffffff2b;
  padding-top: 1.25rem;
}
.contact-details p {
  display: grid;
  gap: 0.12rem;
  margin: 1rem 0;
  color: #d7e2e4;
  font-size: 0.9rem;
}
.contact-details strong {
  color: #b99a55;
  text-transform: uppercase;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}
.contact-details a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.contact-link {
  font-family: Georgia, serif;
  color: #fff !important;
  font-size: 1.25rem;
  text-decoration: none;
}
.contact-domain {
  position: relative;
  z-index: 1;
  color: #d8b967 !important;
  margin: 2rem 0 0;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.contact-form {
  height: 100%;
  margin: 0;
  background: #fff;
  padding: 3.5rem;
  border: 0;
  border-top: 4px solid #b99a55;
  box-shadow: none;
}
.form-kicker {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #b99a55;
  margin-bottom: 1.5rem;
}
.contact-form label {
  color: #123d4a;
}
.contact-form .form-control {
  background: #f8fafb;
  border-color: #d4dfe2;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.contact-form .form-control:focus {
  border-color: #b99a55;
  box-shadow: 0 0 0 0.2rem #b99a5530;
}
@media (max-width: 991px) {
  .contact-layout {
    box-shadow: none;
  }
  .contact-intro,
  .contact-form {
    padding: 2.25rem;
  }
  .contact-form {
    border-top: 0;
    border-left: 4px solid #b99a55;
  }
}
@media (max-width: 576px) {
  .contact-intro,
  .contact-form {
    padding: 1.6rem;
  }
  .contact-intro h2 {
    font-size: 2.15rem;
  }
}

footer img {
  width: 220px;
  height: auto;
  display: block;
  transform: none;
}
footer .col-lg-5 {
  height: auto;
  overflow: visible;
}
footer .col-lg-5 p {
  margin-top: 0.65rem;
}
.footer-nav-links { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); column-gap:1.2rem; }

.navbar .nav-link {
  font-size: 1rem;
  padding: 0.65rem 0.6rem;
  margin: 0 0.3rem;
}
.navbar .btn-gold {
  font-size: 0.96rem;
  padding: 0.8rem 1.2rem;
}
