@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Montserrat:wght@700;800;900&display=swap");

:root {
  --navy: #0d2f52;
  --navy-900: #061522;
  --blue: #0b7f8e;
  --green: #327a4c;
  --green-700: #245f3c;
  --lime: #93ad68;
  --yellow: #b8925a;
  --ink: #111b2e;
  --muted: #59677a;
  --line: #d6e2e4;
  --soft: #f2f7f6;
  --mist: #e8f1ee;
  --sand: #f6f0e4;
  --aqua-soft: #dfeff1;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(6, 23, 47, 0.12);
  --radius: 8px;
  --container: 1160px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #f6faf9;
  font-family: "Manrope", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
  overflow-wrap: break-word;
}

h1,
h2,
h3,
.button,
.site-nav a,
.eyebrow,
.proof-strip dt {
  font-family: "Montserrat", "Manrope", "Segoe UI", Arial, sans-serif;
}

p {
  color: var(--muted);
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 20;
  transform: translateY(-160%);
  padding: 10px 14px;
  color: var(--white);
  background: var(--navy);
  border-radius: var(--radius);
}

.skip-link:focus {
  transform: translateY(0);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background:
    linear-gradient(112deg, rgba(11, 127, 142, 0.18), rgba(11, 127, 142, 0) 42%),
    linear-gradient(90deg, rgba(6, 21, 34, 0.98), rgba(13, 47, 82, 0.98) 54%, rgba(20, 75, 79, 0.98));
  border-bottom: 1px solid rgba(214, 193, 123, 0.28);
  box-shadow: 0 16px 36px rgba(6, 21, 34, 0.22);
  backdrop-filter: blur(12px);
}

.topbar {
  color: #dbe8ea;
  background: rgba(2, 10, 17, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.88rem;
}

.topbar__inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.topbar a {
  color: #d6c17b;
  font-weight: 700;
}

.nav-shell {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 7px 10px 7px 7px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
}

.brand img {
  width: 72px;
  height: 48px;
  object-fit: contain;
  padding: 4px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
}

.brand span {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.brand strong {
  color: var(--white);
  font-size: 1.08rem;
  line-height: 1;
}

.brand small {
  max-width: 240px;
  color: #c7ded8;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  padding: 10px 12px;
  color: #edf5f6;
  border-radius: var(--radius);
  font-size: 0.96rem;
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: #f2d989;
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 650px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(112deg, rgba(11, 127, 142, 0.34) 0%, rgba(11, 127, 142, 0) 38%),
    linear-gradient(148deg, rgba(184, 146, 90, 0.18) 0%, rgba(184, 146, 90, 0) 34%),
    linear-gradient(24deg, rgba(50, 122, 76, 0.18) 0%, rgba(50, 122, 76, 0) 42%),
    linear-gradient(135deg, #061522 0%, #0d2f52 48%, #174a52 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 78px),
    linear-gradient(32deg, transparent 0 56%, rgba(184, 146, 90, 0.13) 56% 57%, transparent 57% 100%),
    linear-gradient(32deg, transparent 0 68%, rgba(11, 127, 142, 0.14) 68% 69%, transparent 69% 100%);
  opacity: 0.92;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--navy), var(--blue), var(--green), #83a264, var(--yellow));
}

.hero__inner {
  position: relative;
  z-index: 1;
  min-height: 650px;
  display: flex;
  align-items: center;
}

.hero__inner::after {
  content: "";
  position: absolute;
  right: max(-86px, -6vw);
  top: 54%;
  z-index: 0;
  width: min(510px, 36vw);
  height: min(650px, 88%);
  transform: translateY(-50%);
  background:
    linear-gradient(135deg, rgba(6, 21, 34, 0.56), rgba(13, 47, 82, 0.42) 56%, rgba(23, 74, 82, 0.35)),
    url("../img/hero-collage.jpg") center / cover no-repeat;
  background-blend-mode: multiply;
  border: 0;
  border-radius: var(--radius);
  box-shadow: none;
  filter: saturate(0.96) contrast(1.04);
  opacity: 0.78;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 95%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 95%, transparent 100%);
  pointer-events: none;
}

.hero__copy {
  position: relative;
  z-index: 1;
  width: min(610px, 100%);
  padding: 74px 0 102px 28px;
}

.hero__copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 84px;
  bottom: 118px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--blue), var(--green), var(--yellow));
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--green-700);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1 {
  max-width: 720px;
  margin-bottom: 22px;
  color: var(--navy-900);
  font-size: 3.58rem;
  font-weight: 900;
  line-height: 1;
  text-wrap: balance;
}

.hero .eyebrow {
  color: #d6c17b;
}

.hero h1 {
  color: var(--white);
  font-size: 3.24rem;
  text-transform: uppercase;
  text-shadow: 0 14px 36px rgba(0, 0, 0, 0.26);
}

.hero .hero__lead {
  color: #dbe8ea;
}

.hero .button--secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.26);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.hero .button--secondary:hover,
.hero .button--secondary:focus-visible {
  background: rgba(255, 255, 255, 0.14);
}

.hero__lead,
.page-hero p {
  max-width: 570px;
  margin-bottom: 30px;
  color: #3f4a5f;
  font-size: 1.12rem;
}

.hero__actions,
.center-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(8, 26, 54, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(8, 26, 54, 0.14);
  outline: none;
}

.button--primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--green), #256c61);
  box-shadow: 0 14px 28px rgba(36, 95, 60, 0.22);
}

.button--primary:hover,
.button--primary:focus-visible {
  background: linear-gradient(135deg, var(--green-700), #1f5a52);
}

.button--secondary {
  color: var(--navy-900);
  background: linear-gradient(135deg, #ffffff, #edf5f1);
  border-color: rgba(50, 122, 76, 0.28);
  box-shadow: 0 12px 26px rgba(6, 23, 47, 0.1);
}

.button--outline {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.9);
  border-color: var(--line);
}

.button[data-whatsapp]::before,
.button--whatsapp::before {
  content: "";
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #239d62 url("../img/whatsapp.svg") center / 15px 15px no-repeat;
  box-shadow: 0 5px 12px rgba(35, 157, 98, 0.22);
}

.button--full {
  width: 100%;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 40px 0 0;
  padding: 0;
}

.proof-strip div {
  padding: 14px 0;
  border-top: 2px solid var(--line);
}

.proof-strip dt {
  color: var(--navy);
  font-size: 1.25rem;
  font-weight: 900;
}

.proof-strip dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.hero .proof-strip div {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.hero .proof-strip dt {
  color: #d6c17b;
}

.hero .proof-strip dd {
  color: #c6d5dc;
}

.section {
  padding: 88px 0;
  scroll-margin-top: 116px;
}

.section--tight {
  padding: 28px 0;
  background:
    linear-gradient(180deg, rgba(13, 47, 82, 0.06), rgba(246, 250, 249, 0)),
    #f6faf9;
  border-bottom: 1px solid rgba(214, 226, 228, 0.78);
}

.section--light {
  background:
    linear-gradient(118deg, rgba(11, 127, 142, 0.08) 0%, rgba(11, 127, 142, 0) 36%),
    linear-gradient(180deg, #edf6f4, #f6faf9 58%, #f6f0e4);
  border-top: 1px solid rgba(214, 226, 228, 0.72);
  border-bottom: 1px solid rgba(214, 226, 228, 0.72);
}

.section--steel {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(6, 21, 34, 0.98) 0%, rgba(13, 47, 82, 0.98) 50%, rgba(25, 76, 73, 0.98) 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 56px);
}

.section--steel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 64%, rgba(197, 154, 74, 0.12) 64% 65%, transparent 65% 100%),
    linear-gradient(120deg, transparent 0 76%, rgba(0, 136, 154, 0.12) 76% 77%, transparent 77% 100%);
}

.section--steel > .container {
  position: relative;
  z-index: 1;
}

.section--steel p,
.section--steel .eyebrow {
  color: #c9d6e5;
}

.section--steel h2 {
  color: var(--white);
}

.section--contact {
  background:
    linear-gradient(90deg, rgba(6, 21, 34, 0.94), rgba(13, 47, 82, 0.9), rgba(36, 95, 60, 0.74)),
    url("../img/logo-completo.jpg") center / cover no-repeat;
  color: var(--white);
}

.section--contact p,
.section--contact .eyebrow {
  color: #dbe5ef;
}

.trust-row,
.values-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-row {
  justify-content: center;
}

.trust-row span,
.values-list span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  color: var(--navy);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(239, 247, 244, 0.94));
  border: 1px solid rgba(201, 216, 218, 0.9);
  border-radius: var(--radius);
  box-shadow: 0 10px 24px rgba(6, 23, 47, 0.06);
  font-size: 0.92rem;
  font-weight: 800;
}

.trust-row span:nth-child(2n) {
  background: linear-gradient(135deg, #ffffff, #eef5f8);
}

.trust-row span:nth-child(3n) {
  background: linear-gradient(135deg, #ffffff, #f6f0e4);
}

.values-list span {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.section-heading {
  max-width: 740px;
  margin-bottom: 34px;
}

.section-heading--row {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.section-heading h2,
.split-layout h2,
.feature-panel h2,
.contact-copy h2,
.cta-band h2 {
  margin-bottom: 16px;
  color: var(--navy-900);
  font-size: 2.35rem;
  line-height: 1.14;
}

.section--steel .split-layout h2,
.section--steel h2 {
  color: var(--white);
}

.section-heading .eyebrow,
.about-copy .eyebrow,
.contact-copy .eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.section-heading .eyebrow::after,
.about-copy .eyebrow::after,
.contact-copy .eyebrow::after {
  content: "";
  width: 46px;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--green), var(--yellow));
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card,
.article-card {
  position: relative;
  overflow: hidden;
  min-height: 238px;
  padding: 24px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 248, 0.96));
  border: 1px solid rgba(205, 219, 222, 0.92);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(8, 26, 54, 0.07);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-card:hover,
.article-card:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 125, 50, 0.32);
  box-shadow: 0 18px 44px rgba(8, 26, 54, 0.12);
}

.service-card::before,
.article-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--green), var(--yellow));
}

.service-card__tag,
.article-card span,
.article-row > span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--green-700);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-card__tag,
.article-card span {
  padding: 5px 8px;
  background: rgba(50, 122, 76, 0.09);
  border-radius: 999px;
}

.service-card h3,
.article-card h3 {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 1.2rem;
  line-height: 1.25;
}

.service-card p,
.article-card p {
  margin-bottom: 0;
}

.center-action {
  justify-content: center;
  margin-top: 30px;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 56px;
  align-items: center;
}

.about-layout {
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.82fr);
  gap: 44px;
}

.about-copy {
  max-width: 680px;
}

.about-copy h2 {
  max-width: 620px;
}

.about-copy p {
  color: #dce8f5;
  font-size: 1.05rem;
}

.values-panel {
  padding: 26px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

.values-panel__intro {
  display: grid;
  gap: 4px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.values-panel__intro strong {
  color: var(--white);
  font-size: 1.12rem;
}

.values-panel__intro span {
  color: #c9d7e6;
}

.section--about .values-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.section--about .values-list span {
  min-width: 0;
  justify-content: flex-start;
  gap: 10px;
  padding: 11px 12px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.section--about .values-list span::before {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 4px rgba(184, 146, 90, 0.14);
}

.feature-panel,
.cta-band {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1fr);
  gap: 40px;
  align-items: center;
  padding: 42px;
  border: 1px solid rgba(201, 216, 218, 0.9);
  border-radius: var(--radius);
  background:
    linear-gradient(138deg, rgba(11, 127, 142, 0.11) 0%, rgba(11, 127, 142, 0) 42%),
    linear-gradient(135deg, #ffffff, #f0f7f4);
  box-shadow: var(--shadow);
}

.feature-panel::before,
.cta-band::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--blue), var(--green), var(--yellow));
}

.feature-list {
  display: grid;
  gap: 14px;
}

.feature-list div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(215, 225, 234, 0.85);
  border-left: 4px solid var(--yellow);
  border-radius: var(--radius);
}

.feature-list strong,
.feature-list span {
  display: block;
}

.feature-list strong {
  color: var(--navy);
  font-size: 1rem;
}

.feature-list span {
  color: var(--muted);
}

.client-marquee {
  position: relative;
  overflow: hidden;
  margin-top: 34px;
  padding: 10px 0 14px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}

.client-marquee::before,
.client-marquee::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(16, 47, 94, 0.14), transparent);
}

.client-marquee::before {
  top: 0;
}

.client-marquee::after {
  bottom: 0;
}

.client-track {
  display: flex;
  width: max-content;
  animation: clients-marquee 34s linear infinite;
}

.client-marquee:hover .client-track {
  animation-play-state: paused;
}

.client-sequence {
  display: flex;
  gap: 16px;
  padding-right: 16px;
}

.client-logo {
  position: relative;
  flex: 0 0 auto;
  width: 214px;
  height: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 22px;
  color: var(--navy-900);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(237, 246, 244, 0.96));
  border: 1px solid rgba(200, 216, 218, 0.94);
  border-radius: var(--radius);
  box-shadow: 0 18px 38px rgba(6, 23, 47, 0.08);
  font-size: 1.05rem;
  font-weight: 900;
  text-align: center;
}

.client-logo::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 16px;
  width: 26px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--green), var(--yellow));
  opacity: 0.82;
}

.client-logo::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c7aa61;
  box-shadow: 0 0 0 5px rgba(199, 170, 97, 0.14);
}

@keyframes clients-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.article-card a,
.article-row a:not(.text-link) {
  color: var(--navy);
}

.text-link {
  display: inline-flex;
  align-items: center;
  color: var(--green-700);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.82fr);
  gap: 54px;
  align-items: start;
}

.contact-copy h2 {
  color: var(--white);
}

.contact-details {
  display: grid;
  gap: 10px;
  margin-top: 26px;
  color: #eef5fa;
}

.contact-details a {
  color: var(--lime);
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(240, 247, 244, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  box-shadow: 0 22px 55px rgba(8, 26, 54, 0.2);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #cfd8e3;
  border-radius: var(--radius);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--green);
  outline: 3px solid rgba(47, 125, 50, 0.16);
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.section--contact .contact-form p,
.section--contact .contact-form .form-note {
  color: var(--muted);
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 112px 0 86px;
  color: var(--white);
  background:
    linear-gradient(112deg, rgba(11, 127, 142, 0.28) 0%, rgba(11, 127, 142, 0) 36%),
    linear-gradient(90deg, rgba(6, 21, 34, 0.98), rgba(13, 47, 82, 0.94) 55%, rgba(23, 74, 82, 0.82)),
    url("../img/logo-completo.webp") right center / min(740px, 62vw) auto no-repeat;
  background-blend-mode: normal, multiply, multiply;
  border-bottom: 1px solid rgba(214, 193, 123, 0.2);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 78px),
    linear-gradient(32deg, transparent 0 66%, rgba(184, 146, 90, 0.12) 66% 67%, transparent 67% 100%);
}

.page-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.page-hero h1 {
  color: var(--white);
  text-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
}

.page-hero p {
  color: #dbe8ea;
}

.page-hero .eyebrow {
  color: #d6c17b;
}

.service-detail-list,
.article-list {
  display: grid;
  gap: 18px;
}

.service-detail,
.article-row {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 249, 0.96));
  border: 1px solid rgba(205, 219, 222, 0.92);
  border-left: 4px solid var(--green);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(8, 26, 54, 0.07);
}

.service-detail h2,
.article-row h2 {
  margin-bottom: 0;
  color: var(--navy);
  font-size: 1.35rem;
  line-height: 1.25;
}

.service-detail p,
.article-row p {
  margin-bottom: 0;
}

.number {
  display: block;
  margin-bottom: 8px;
  color: var(--green-700);
  font-weight: 900;
}

.process-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 22px;
  color: var(--white);
  font-weight: 800;
}

.cta-band {
  grid-template-columns: minmax(0, 1fr) auto;
  background:
    linear-gradient(112deg, rgba(11, 127, 142, 0.12), rgba(11, 127, 142, 0) 42%),
    linear-gradient(135deg, #ffffff, #eef6f3);
  box-shadow: 0 14px 34px rgba(8, 26, 54, 0.07);
}

.cta-band p {
  margin-bottom: 0;
}

.article-row {
  grid-template-columns: 140px minmax(0, 1fr) 70px;
  align-items: center;
}

.article-page {
  padding: 96px 0;
}

.article-page__inner {
  width: min(100% - 40px, 820px);
}

.article-page h1 {
  margin: 12px 0 18px;
  color: var(--navy-900);
  font-size: 2.65rem;
  line-height: 1.1;
}

.article-page h2 {
  margin: 34px 0 10px;
  color: var(--navy);
  font-size: 1.35rem;
}

.article-lead {
  color: #3f4a5f;
  font-size: 1.12rem;
}

.article-cta {
  margin-top: 42px;
  padding: 28px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.site-footer {
  color: #d8e4ef;
  background:
    linear-gradient(112deg, rgba(11, 127, 142, 0.12), rgba(11, 127, 142, 0) 38%),
    linear-gradient(135deg, rgba(6, 21, 34, 0.99), rgba(13, 47, 82, 0.98) 58%, rgba(20, 75, 79, 0.96)),
    var(--navy-900);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(160px, 0.5fr));
  gap: 38px;
  padding: 48px 0 30px;
}

.footer-grid p {
  max-width: 420px;
  color: #b8c6d6;
}

.footer-grid strong,
.footer-grid a {
  display: block;
}

.footer-grid strong {
  margin-bottom: 12px;
  color: var(--white);
}

.footer-grid a {
  margin-bottom: 8px;
  color: #d8e4ef;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: var(--white);
  font-weight: 900;
}

.footer-brand img {
  width: 74px;
  height: 48px;
  object-fit: contain;
  background: var(--white);
  border-radius: var(--radius);
}

.footer-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  color: #aebdd0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
}

.footer-credit a {
  color: var(--lime);
  font-weight: 900;
}

.footer-credit a:hover,
.footer-credit a:focus-visible {
  color: var(--white);
  outline: none;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  min-width: 58px;
  min-height: 58px;
  padding: 0;
  color: var(--white);
  background: linear-gradient(135deg, #2bb36f, #178758);
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  box-shadow: 0 18px 38px rgba(8, 26, 54, 0.25), 0 0 0 7px rgba(43, 179, 111, 0.13);
  font-size: 0;
  font-weight: 900;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.floating-whatsapp::before {
  content: "";
  width: 31px;
  height: 31px;
  background: url("../img/whatsapp.svg") center / contain no-repeat;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 24px 44px rgba(8, 26, 54, 0.3), 0 0 0 9px rgba(43, 179, 111, 0.16);
  outline: none;
}

@media (max-width: 1120px) {
  .hero__inner::after {
    right: -190px;
    width: min(460px, 46vw);
    height: min(600px, 84%);
    opacity: 0.52;
  }
}

@media (max-width: 980px) {
  .hero {
    min-height: 620px;
  }

  .hero::before {
    background:
      linear-gradient(120deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 70px),
      linear-gradient(32deg, transparent 0 62%, rgba(184, 146, 90, 0.12) 62% 63%, transparent 63% 100%);
  }

  .hero__inner {
    min-height: 620px;
  }

  .hero__inner::after {
    right: -145px;
    width: min(390px, 54vw);
    height: min(540px, 78%);
    opacity: 0.32;
  }

  .hero h1 {
    font-size: 2.36rem;
  }

  .page-hero h1 {
    font-size: 2.65rem;
  }

  .section-heading h2,
  .split-layout h2,
  .feature-panel h2,
  .contact-copy h2,
  .cta-band h2 {
    font-size: 2rem;
  }

  .service-grid,
  .article-grid,
  .split-layout,
  .feature-panel,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .about-layout {
    gap: 28px;
  }

  .client-logo {
    width: 196px;
    height: 82px;
  }
}

@media (max-width: 780px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .topbar {
    display: none;
  }

  .topbar__inner {
    justify-content: center;
    text-align: center;
  }

  .topbar__inner span {
    display: none;
  }

  .nav-shell {
    min-height: 70px;
  }

  .brand img {
    width: 58px;
    height: 40px;
  }

  .brand span {
    display: none;
  }

  .brand small {
    max-width: 190px;
    font-size: 0.68rem;
  }

  .nav-toggle {
    display: block;
    flex: 0 0 auto;
  }

  .site-nav {
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    background: linear-gradient(135deg, #061522, #0d2f52);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--radius);
    box-shadow: 0 18px 42px rgba(6, 21, 34, 0.28);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px;
  }

  .hero {
    min-height: auto;
  }

  .hero__inner {
    min-height: auto;
  }

  .hero__inner::after {
    display: block;
    right: -86px;
    top: 58%;
    width: 330px;
    height: 540px;
    opacity: 0.24;
  }

  .hero__copy {
    padding: 72px 0 86px 18px;
  }

  .hero__copy::before {
    top: 78px;
    bottom: 88px;
    width: 3px;
  }

  .hero h1 {
    font-size: 1.72rem;
  }

  .page-hero h1,
  .article-page h1 {
    font-size: 2rem;
  }

  .hero__lead,
  .page-hero p,
  .article-lead {
    font-size: 1rem;
  }

  .proof-strip {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .section {
    padding: 62px 0;
  }

  .section--tight {
    padding: 22px 0;
  }

  .section-heading--row {
    align-items: start;
    flex-direction: column;
  }

  .service-grid,
  .article-grid {
    grid-template-columns: 1fr;
  }

  .client-marquee {
    margin-top: 28px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  }

  .client-sequence {
    gap: 12px;
    padding-right: 12px;
  }

  .client-logo {
    width: 166px;
    height: 72px;
    padding: 14px 16px;
    font-size: 0.92rem;
  }

  .service-card,
  .article-card {
    min-height: 0;
  }

  .feature-panel,
  .cta-band,
  .contact-form {
    padding: 22px;
  }

  .values-panel {
    padding: 20px;
  }

  .section--about .values-list {
    grid-template-columns: 1fr;
  }

  .service-detail,
  .article-row,
  .cta-band {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .page-hero {
    padding: 84px 0 60px;
    background:
      linear-gradient(180deg, rgba(6, 21, 34, 0.96), rgba(13, 47, 82, 0.9)),
      url("../img/logo-completo.webp") center bottom / 620px auto no-repeat;
    background-blend-mode: multiply;
  }

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

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 460px) {
  .brand small {
    display: none;
  }

  .hero__actions,
  .center-action {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .floating-whatsapp {
    right: 12px;
    bottom: 12px;
    width: 54px;
    height: 54px;
    min-width: 54px;
    min-height: 54px;
  }

  .floating-whatsapp::before {
    width: 29px;
    height: 29px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .client-track {
    animation: none;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
