:root {
  --navy: #071c38;
  --navy-2: #0c2b53;
  --blue: #164d86;
  --yellow: #ffc400;
  --yellow-2: #f6b800;
  --white: #fff;
  --ink: #142033;
  --muted: #657184;
  --line: #dce3eb;
  --soft: #f4f7fa;
  --radius: 20px;
  --shadow: 0 20px 60px rgba(7, 28, 56, 0.14);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Manrope, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a {
  font: inherit;
}
.container {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  background: var(--yellow);
  padding: 10px 16px;
  z-index: 1000;
  font-weight: 800;
}
.skip-link:focus {
  top: 16px;
}
.site-header {
  height: 86px;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  z-index: 100;
  border-bottom: 1px solid rgba(7, 28, 56, 0.08);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}
.brand-mark {
  width: 45px;
  height: 45px;
  border-radius: 13px;
  background: var(--yellow);
  display: grid;
  place-items: center;
}
.brand-mark svg {
  width: 26px;
  fill: var(--navy);
}
.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}
.brand strong {
  font-size: 1.2rem;
  letter-spacing: -0.04em;
  color: var(--navy);
}
.brand small {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #536174;
  margin-top: 5px;
}
.nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 0.86rem;
  font-weight: 700;
}
.nav a {
  transition: 0.2s;
}
.nav a:hover {
  color: var(--blue);
}
.header-contact {
  display: flex;
  align-items: center;
  gap: 17px;
}
.phone {
  display: flex;
  flex-direction: column;
  text-align: right;
  line-height: 1.25;
}
.phone span {
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
}
.phone strong {
  font-size: 0.82rem;
  color: var(--navy);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 9px;
  padding: 13px 19px;
  font-size: 0.82rem;
  font-weight: 800;
  transition: 0.2s;
  cursor: pointer;
}
.button:hover {
  transform: translateY(-2px);
}
.button-yellow {
  background: var(--yellow);
  color: var(--navy);
  box-shadow: 0 8px 25px rgba(255, 196, 0, 0.22);
}
.button-yellow:hover {
  background: #ffd02c;
}
.button-large {
  padding: 17px 24px;
  font-size: 0.9rem;
}
.button-outline {
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
}
.button-outline:hover {
  background: #fff;
  color: var(--navy);
}
.menu-button,
.mobile-menu {
  display: none;
}
.hero {
  min-height: 760px;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}
.hero-media {
  position: absolute;
  inset: 0;
  background: #1a3658 url("assets/hero-mudanca.webp") center/cover no-repeat;
  transform: scale(1.01);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(3, 18, 38, 0.97) 0%,
      rgba(3, 18, 38, 0.88) 40%,
      rgba(3, 18, 38, 0.27) 74%,
      rgba(3, 18, 38, 0.08) 100%
    ),
    linear-gradient(0deg, rgba(3, 18, 38, 0.5), transparent 40%);
}
.hero-content {
  position: relative;
  padding-top: 50px;
}
.eyebrow {
  display: inline-block;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 18px;
}
.eyebrow.light {
  color: var(--yellow);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-size: clamp(3rem, 6vw, 4.15rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
  max-width: 780px;
  margin-bottom: 26px;
}
h1 em {
  color: var(--yellow);
  font-style: normal;
}
h2 {
  font-size: clamp(2.1rem, 4vw, 3.45rem);
  line-height: 1.08;
  letter-spacing: -0.055em;
  margin-bottom: 24px;
}
.hero-content > p {
  max-width: 600px;
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 34px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
}
.text-link {
  color: #fff;
  font-weight: 800;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.text-link span {
  color: var(--yellow);
}
.text-link.dark {
  color: var(--navy);
}
.hero-proof {
  display: flex;
  gap: 0;
  margin-top: 70px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 850px;
}
.hero-proof div {
  min-width: 220px;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}
.hero-proof div:last-child {
  border-right: 0;
}
.hero-proof strong,
.hero-proof span {
  display: block;
}
.hero-proof strong {
  font-size: 0.86rem;
}
.hero-proof span {
  font-size: 0.73rem;
  color: rgba(255, 255, 255, 0.57);
  margin-top: 4px;
}
.section {
  padding: 110px 0;
}
.section-heading {
  margin-bottom: 48px;
}
.split-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.75fr;
  gap: 90px;
  align-items: end;
}
.split-heading h2 {
  margin-bottom: 0;
  max-width: 660px;
}
.split-heading > p {
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 6px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.service-card {
  min-height: 350px;
  border: 1px solid var(--line);
  padding: 28px;
  border-radius: var(--radius);
  position: relative;
  display: flex;
  flex-direction: column;
  transition: 0.25s;
  background: #fff;
}
.service-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
  border-color: transparent;
}
.service-card.featured {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
.card-number {
  position: absolute;
  right: 24px;
  top: 22px;
  font-size: 0.7rem;
  color: #96a1af;
  font-weight: 800;
}
.service-icon {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  background: #eef3f8;
  color: var(--blue);
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 42px;
}
.featured .service-icon {
  background: var(--yellow);
  color: var(--navy);
}
.service-card h3 {
  font-size: 1.24rem;
  letter-spacing: -0.03em;
  margin-bottom: 13px;
}
.service-card p {
  font-size: 0.88rem;
  color: var(--muted);
  margin-bottom: 30px;
}
.featured p {
  color: rgba(255, 255, 255, 0.66);
}
.service-card a {
  margin-top: auto;
  font-weight: 800;
  font-size: 0.78rem;
  color: var(--blue);
}
.featured a {
  color: var(--yellow);
}
.service-card a span {
  margin-left: 7px;
}
.benefits {
  background: var(--navy);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.benefits:after {
  content: "D";
  position: absolute;
  right: -40px;
  bottom: -260px;
  font-size: 38rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.025);
  line-height: 1;
}
.benefits-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 120px;
  position: relative;
  z-index: 1;
}
.benefits-copy {
  position: sticky;
  top: 140px;
  align-self: start;
}
.benefits-copy p {
  color: rgba(255, 255, 255, 0.65);
  max-width: 420px;
  margin-bottom: 30px;
}
.benefit-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 28px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.benefit-list article:first-child {
  padding-top: 0;
}
.benefit-list article > span {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 196, 0, 0.4);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--yellow);
  font-size: 0.74rem;
  font-weight: 800;
}
.benefit-list h3 {
  font-size: 1.15rem;
  margin-bottom: 7px;
}
.benefit-list p {
  font-size: 0.87rem;
  color: rgba(255, 255, 255, 0.58);
  margin: 0;
  max-width: 520px;
}
.gallery {
  background: var(--soft);
}
.gallery-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.gallery-heading h2 {
  max-width: 660px;
  margin-bottom: 0;
}
.gallery-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  grid-template-rows: 280px 280px;
  gap: 18px;
}
.gallery-item {
  margin: 0;
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--navy);
  color: #fff;
}
.gallery-item-large {
  grid-row: 1/3;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.gallery-item:hover img {
  transform: scale(1.035);
}
.gallery-item:after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgba(3, 18, 38, 0.9));
}
.gallery-item figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  z-index: 1;
}
.gallery-item figcaption strong,
.gallery-item figcaption span {
  display: block;
}
.gallery-item figcaption strong {
  font-size: 0.94rem;
}
.gallery-item figcaption span {
  font-size: 0.73rem;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 3px;
}
.gallery-placeholder {
  background: linear-gradient(135deg, var(--blue), var(--navy));
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-placeholder > div {
  text-transform: uppercase;
  line-height: 0.9;
  transform: rotate(-5deg);
}
.gallery-placeholder > div span {
  display: block;
  color: var(--yellow);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 9px;
}
.gallery-placeholder > div strong {
  font-size: 2.45rem;
  letter-spacing: -0.07em;
}
.about-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
  align-items: center;
}
.about-visual {
  min-height: 540px;
  border-radius: var(--radius);
  background: linear-gradient(145deg, var(--yellow) 0 55%, #f1b400 55%);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.about-visual:before {
  content: "";
  width: 320px;
  height: 320px;
  border: 1px solid rgba(7, 28, 56, 0.2);
  border-radius: 50%;
  position: absolute;
}
.about-monogram {
  font-size: 20rem;
  font-weight: 800;
  line-height: 1;
  color: var(--navy);
  letter-spacing: -0.12em;
}
.about-badge {
  position: absolute;
  right: 28px;
  top: 28px;
  background: var(--navy);
  color: #fff;
  border-radius: 50%;
  width: 105px;
  height: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transform: rotate(8deg);
}
.about-badge strong {
  color: var(--yellow);
  font-size: 1.05rem;
}
.about-badge span {
  font-size: 0.68rem;
}
.about-copy > p {
  color: var(--muted);
  font-size: 0.94rem;
  max-width: 580px;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.check-list li {
  font-size: 0.78rem;
  font-weight: 800;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.check-list span {
  color: var(--blue);
  margin-right: 4px;
}
.projects { background: var(--soft); scroll-margin-top: 90px; }
.projects-track {
  position: relative;
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--blue) var(--line);
  padding-bottom: 18px;
}
.project-slide {
  flex: 0 0 calc((100% - 44px) / 3);
  min-width: 0;
  margin: 0;
  scroll-snap-align: start;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--navy);
  color: white;
}
.project-slide img, .project-slide video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: contain;
  background: var(--navy);
}
.project-slide figcaption { padding: 20px 22px 24px; }
.project-slide figcaption span { display: block; color: var(--yellow); font-size: .65rem; text-transform: uppercase; letter-spacing: .13em; margin-bottom: 8px; }
.project-slide figcaption strong { display: block; font-size: .93rem; }
.projects-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 22px; }
.projects-footer p { margin: 0; color: var(--muted); font-size: .82rem; }
.projects-controls { display: flex; align-items: center; gap: 18px; }
.projects-controls[hidden] { display: none; }
.projects-count { font-size: .8rem; font-weight: 800; white-space: nowrap; font-variant-numeric: tabular-nums; }
.project-arrow { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line); background: white; color: var(--navy); font-size: 1.3rem; cursor: pointer; }
.project-arrow:hover:not(:disabled) { background: var(--yellow); border-color: var(--yellow); }
.project-arrow:disabled { opacity: .35; cursor: default; }
.projects :focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
@media (max-width: 1000px) { .project-slide { flex-basis: calc((100% - 22px) / 2); } }
@media (max-width: 760px) {
  .project-slide { flex-basis: 86%; }
  .projects-track { gap: 14px; }
  .projects-footer { flex-wrap: wrap; }
}
.quote-section {
  padding: 30px 0 0;
  background: linear-gradient(#fff 50%, var(--navy) 50%);
}
.quote-card {
  background: var(--blue);
  color: #fff;
  border-radius: var(--radius);
  padding: 58px 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  box-shadow: 0 25px 70px rgba(7, 28, 56, 0.25);
}
.quote-card h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 12px;
  max-width: 600px;
}
.quote-card p {
  color: rgba(255, 255, 255, 0.66);
  margin: 0;
  max-width: 630px;
}
.site-footer {
  background: var(--navy);
  color: #fff;
  padding: 100px 0 30px;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr auto;
  gap: 38px;
  align-items: center;
  padding-bottom: 55px;
}
.brand-footer .brand strong {
  color: #fff;
}
.brand-footer strong {
  color: #fff;
}
.brand-footer small {
  color: rgba(255, 255, 255, 0.5);
}
.footer-contact span,
.footer-contact strong {
  display: block;
}
.footer-contact span {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 5px;
}
.footer-contact strong {
  font-size: 0.8rem;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.7rem;
}
.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  display: grid;
  place-items: center;
  z-index: 90;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  transition: 0.2s;
}
.floating-whatsapp:hover {
  transform: translateY(-4px) scale(1.04);
}
.floating-whatsapp svg {
  width: 30px;
  fill: #fff;
}
@media (max-width: 1000px) {
  .nav,
  .phone {
    display: none;
  }
  .hero {
    min-height: 700px;
  }
  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(3, 18, 38, 0.96), rgba(3, 18, 38, 0.57)),
      linear-gradient(0deg, rgba(3, 18, 38, 0.6), transparent);
  }
  .split-heading {
    gap: 40px;
  }
  .benefits-layout {
    gap: 60px;
  }
  .about-layout {
    gap: 50px;
  }
  .footer-main {
    grid-template-columns: 1.2fr 1fr 1fr;
  }
  .footer-main > .button {
    grid-column: 2/4;
  }
  .quote-card {
    padding: 48px;
    flex-direction: column;
    align-items: flex-start;
  }
  .check-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .container {
    width: min(100% - 30px, 1160px);
  }
  .site-header {
    height: 74px;
  }
  .brand-mark {
    width: 40px;
    height: 40px;
  }
  .header-contact {
    margin-left: auto;
  }
  .header-contact .button {
    display: none;
  }
  .menu-button {
    width: 42px;
    height: 42px;
    display: flex;
    border: 0;
    background: var(--soft);
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 0 11px;
  }
  .menu-button span {
    height: 2px;
    width: 100%;
    background: var(--navy);
    transition: 0.2s;
  }
  .menu-button[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .menu-button[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }
  .menu-button[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .mobile-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 74px;
    background: #fff;
    padding: 18px 20px 24px;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 30px rgba(7, 28, 56, 0.1);
  }
  .mobile-menu.open {
    display: grid;
    gap: 5px;
  }
  .mobile-menu > a:not(.button) {
    padding: 11px 4px;
    font-size: 0.87rem;
    font-weight: 800;
  }
  .mobile-menu .button {
    margin-top: 8px;
  }
  .hero {
    min-height: 730px;
    align-items: flex-end;
  }
  .hero-content {
    padding: 100px 0 45px;
  }
  .hero-media {
    background-position: 62% center;
  }
  .hero-overlay {
    background: linear-gradient(
      0deg,
      rgba(3, 18, 38, 0.98) 3%,
      rgba(3, 18, 38, 0.84) 65%,
      rgba(3, 18, 38, 0.3)
    );
  }
  .hero-content > p {
    font-size: 0.94rem;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
  .hero-proof {
    margin-top: 44px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  .hero-proof div {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .hero-proof div:last-child {
    grid-column: 1/3;
  }
  .section {
    padding: 78px 0;
  }
  .split-heading,
  .benefits-layout,
  .about-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: 300px;
  }
  .benefits-copy {
    position: static;
  }
  .gallery-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 410px 260px 260px;
  }
  .gallery-item-large {
    grid-row: auto;
  }
  .about-visual {
    min-height: 390px;
  }
  .about-monogram {
    font-size: 15rem;
  }
  .quote-section {
    padding-top: 0;
  }
  .quote-card {
    border-radius: 0;
    width: 100%;
    padding: 50px 24px;
  }
  .site-footer {
    padding-top: 80px;
  }
  .footer-main {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .footer-main > .button {
    grid-column: auto;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 7px;
  }
  .floating-whatsapp {
    width: 54px;
    height: 54px;
    right: 17px;
    bottom: 17px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
  }
}
