:root {
  --yellow-soft: #0b9ee1;
  --yellow: #076f9a;
  --gray: #6d7b84;
  --gray-strong: #4c5b65;
  --dark: #154052;
  --ink: #202a30;
  --paper: #f7f9fa;
  --muted: #f7f9fa;
  --line: rgba(21, 64, 82, 0.14);
  --shadow: 0 18px 48px rgba(21, 64, 82, 0.18);
  --whatsapp: #25d366;
  --whatsapp-dark: #128c7e;
  --call: #f7f9fa;
  --call-dark: #eaf1f4;
  --font-body: "Inter", Arial, Helvetica, sans-serif;
  --font-display: "Sora", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  text-rendering: geometricPrecision;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(21, 64, 82, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

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

.brand-logo {
  width: 172px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  min-width: 0;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
  transition: color 0.22s ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 2px;
  border-radius: 999px;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.site-nav a:hover {
  color: var(--yellow);
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.header-service {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  white-space: nowrap;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 6px rgba(11, 158, 225, 0.18);
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  border: 2px solid transparent;
  padding: 13px 22px;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--dark);
  background: var(--yellow);
  box-shadow: 0 14px 28px rgba(7, 111, 154, 0.24);
}

.btn-primary:hover {
  background: var(--yellow-soft);
}

.whatsapp-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.whatsapp-link::before {
  content: "";
  width: 1.18em;
  height: 1.18em;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M16.04 2.67A13.28 13.28 0 0 0 4.66 22.78L3.33 29.33l6.7-1.29a13.3 13.3 0 1 0 6-25.37Zm0 2.44a10.85 10.85 0 0 1 9.19 16.61 10.78 10.78 0 0 1-13.4 3.66l-.47-.25-3.99.77.79-3.89-.28-.5A10.84 10.84 0 0 1 16.04 5.11Zm-5.25 5.69c-.24.53-.5 1.38-.5 2.64 0 1.55 1.13 3.05 1.29 3.26.16.21 2.2 3.52 5.42 4.8 2.68 1.06 3.22.85 3.8.8.58-.05 1.86-.76 2.12-1.5.26-.74.26-1.37.18-1.5-.08-.13-.29-.21-.61-.37-.32-.16-1.86-.92-2.15-1.02-.29-.11-.5-.16-.71.16-.21.32-.82 1.02-1 1.23-.18.21-.37.24-.69.08-.32-.16-1.35-.5-2.57-1.59-.95-.85-1.59-1.9-1.78-2.22-.18-.32-.02-.49.14-.65.14-.14.32-.37.48-.55.16-.18.21-.32.32-.53.11-.21.05-.4-.03-.55-.08-.16-.71-1.71-.98-2.34-.26-.61-.52-.53-.71-.54h-.61c-.21 0-.55.08-.84.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='black' d='M16.04 2.67A13.28 13.28 0 0 0 4.66 22.78L3.33 29.33l6.7-1.29a13.3 13.3 0 1 0 6-25.37Zm0 2.44a10.85 10.85 0 0 1 9.19 16.61 10.78 10.78 0 0 1-13.4 3.66l-.47-.25-3.99.77.79-3.89-.28-.5A10.84 10.84 0 0 1 16.04 5.11Zm-5.25 5.69c-.24.53-.5 1.38-.5 2.64 0 1.55 1.13 3.05 1.29 3.26.16.21 2.2 3.52 5.42 4.8 2.68 1.06 3.22.85 3.8.8.58-.05 1.86-.76 2.12-1.5.26-.74.26-1.37.18-1.5-.08-.13-.29-.21-.61-.37-.32-.16-1.86-.92-2.15-1.02-.29-.11-.5-.16-.71.16-.21.32-.82 1.02-1 1.23-.18.21-.37.24-.69.08-.32-.16-1.35-.5-2.57-1.59-.95-.85-1.59-1.9-1.78-2.22-.18-.32-.02-.49.14-.65.14-.14.32-.37.48-.55.16-.18.21-.32.32-.53.11-.21.05-.4-.03-.55-.08-.16-.71-1.71-.98-2.34-.26-.61-.52-.53-.71-.54h-.61c-.21 0-.55.08-.84.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.btn.whatsapp-link,
.floating-whatsapp {
  color: #ffffff;
  background: var(--whatsapp);
  border-color: var(--whatsapp);
  box-shadow: 0 14px 32px rgba(7, 111, 154, 0.28);
}

.btn.whatsapp-link:hover,
.floating-whatsapp:hover {
  background: var(--whatsapp-dark);
  border-color: var(--whatsapp-dark);
  box-shadow: 0 16px 36px rgba(21, 64, 82, 0.32);
}

.btn-outline {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.42);
}

.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.phone-link::before {
  content: "";
  width: 1.08em;
  height: 1.08em;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24c1.12.37 2.32.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.61 21 3 13.39 3 4a1 1 0 0 1 1-1h3.49a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57a1 1 0 0 1-.24 1.02Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1.02-.24c1.12.37 2.32.57 3.57.57a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.61 21 3 13.39 3 4a1 1 0 0 1 1-1h3.49a1 1 0 0 1 1 1c0 1.25.2 2.45.57 3.57a1 1 0 0 1-.24 1.02Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.btn-call {
  color: var(--dark);
  border-color: rgba(255, 255, 255, 0.8);
  background: var(--call);
  box-shadow: 0 14px 32px rgba(255, 255, 255, 0.18);
}

.btn-call:hover {
  background: var(--call-dark);
  border-color: #ffffff;
  box-shadow: 0 16px 36px rgba(255, 255, 255, 0.22);
}

.btn-small {
  min-height: 42px;
  padding: 10px 16px;
  font-size: 0.88rem;
}

.btn-full {
  width: 100%;
}

.section-dark {
  color: #ffffff;
  background: var(--dark);
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(21, 64, 82, 0.94) 0%, rgba(21, 64, 82, 0.82) 50%, rgba(7, 111, 154, 0.38) 100%),
    url("Imagens/nova imagem hero.jpg") center right / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 9px;
  background: var(--yellow);
}

.hero-grid {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.62fr);
  align-items: center;
  gap: 44px;
  padding: 72px 0 86px;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  padding: 8px 13px;
  color: var(--dark);
  background: var(--yellow);
  font-family: var(--font-display);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: #ffffff;
  background: var(--dark);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: clamp(2.65rem, 6.4vw, 5.15rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  color: var(--dark);
  font-family: var(--font-display);
  font-size: clamp(1.95rem, 3.8vw, 3.25rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.section-dark h2,
.section-dark h3 {
  color: #ffffff;
}

h3 {
  margin-bottom: 8px;
  color: var(--dark);
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.22;
}

.hero-copy p {
  max-width: 650px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.03rem, 1.65vw, 1.18rem);
  font-weight: 500;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}

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

.trust-row span {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.07);
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 700;
}

.hero-card {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 28px;
  background: rgba(32, 42, 48, 0.78);
  box-shadow: var(--shadow);
}

.hero-card-top {
  display: grid;
  gap: 2px;
  margin-bottom: 18px;
}

.hero-card-top strong {
  color: var(--yellow);
  font-family: var(--font-display);
  font-size: 1.28rem;
  line-height: 1.18;
}

.hero-card-top span {
  color: rgba(255, 255, 255, 0.78);
}

.hero-card ul {
  display: grid;
  gap: 12px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.hero-card li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.88);
}

.hero-card li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--yellow);
}

section {
  padding: 88px 0;
}

.quick-help {
  background: var(--muted);
}

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

.section-heading.compact {
  margin-bottom: 24px;
}

.section-heading p,
.section-copy p,
.service-area p,
.final-cta p,
.footer p {
  color: var(--gray-strong);
}

.quick-grid,
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.quick-grid article,
.benefits-grid article,
.testimonial-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7f9fa;
}

.quick-grid article {
  padding: 24px;
}

.quick-grid span {
  display: inline-flex;
  min-width: 44px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 6px;
  color: var(--dark);
  background: var(--yellow);
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 900;
}

.quick-grid p,
.benefits-grid p,
.testimonial-card p {
  margin-bottom: 0;
  color: var(--gray-strong);
  font-size: 0.96rem;
}

.split-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 52px;
}

.image-panel {
  overflow: hidden;
  border-radius: 8px;
  background: var(--dark);
  box-shadow: var(--shadow);
}

.image-panel img {
  width: 100%;
  min-height: 460px;
  object-fit: cover;
}

.section-copy {
  max-width: 620px;
}

.tag-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 28px;
}

.tag-grid span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 13px;
  color: var(--dark);
  background: #f7f9fa;
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 800;
}

.service-area {
  padding: 58px 0;
}

.service-area-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.service-area-content div {
  max-width: 760px;
}

.service-area p,
.final-cta p {
  color: rgba(255, 255, 255, 0.82);
}

.benefits {
  background: #f7f9fa;
}

.benefits-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefits-grid article {
  position: relative;
  padding: 26px;
}

.benefits-grid article::before {
  content: "";
  display: block;
  width: 42px;
  height: 5px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--yellow);
}

.testimonials {
  background: var(--muted);
}

.testimonial-carousel {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 14px;
}

.testimonial-viewport {
  overflow: hidden;
  border-radius: 8px;
}

.testimonial-track {
  display: flex;
  transition: transform 0.38s ease;
  will-change: transform;
}

.testimonial-card {
  display: grid;
  flex: 0 0 100%;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1fr);
  min-height: 360px;
  overflow: hidden;
}

.testimonial-media {
  min-height: 360px;
  background: var(--dark);
}

.testimonial-media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.testimonial-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
}

.testimonial-card p {
  font-size: 1.08rem;
  line-height: 1.62;
}

.testimonial-card strong {
  display: block;
  margin-top: 18px;
  color: var(--dark);
  font-family: var(--font-display);
  font-size: 1.03rem;
}

.testimonial-control {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--dark);
  background: #f7f9fa;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.testimonial-control:hover {
  transform: translateY(-2px);
  border-color: rgba(21, 64, 82, 0.28);
  background: var(--yellow);
}

.testimonial-control::before {
  content: "";
  width: 13px;
  height: 13px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
}

.testimonial-control-prev::before {
  transform: translateX(3px) rotate(225deg);
}

.testimonial-control-next::before {
  transform: translateX(-3px) rotate(45deg);
}

.testimonial-dots {
  grid-column: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.testimonial-dots button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: rgba(21, 64, 82, 0.28);
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}

.testimonial-dots button[aria-current="true"] {
  width: 28px;
  background: var(--yellow);
}

.final-cta {
  text-align: center;
}

.final-cta-content {
  max-width: 780px;
}

.final-cta h2 {
  font-size: clamp(2.3rem, 6vw, 5rem);
}

.final-cta p {
  max-width: 640px;
  margin: 0 auto 26px;
  font-size: 1.12rem;
}

.footer {
  padding: 44px 0 82px;
  color: rgba(255, 255, 255, 0.8);
  background: #154052;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 0.9fr;
  align-items: center;
  gap: 28px;
}

.footer-logo {
  width: 146px;
  margin-bottom: 12px;
}

.footer-info {
  display: grid;
  gap: 6px;
}

.footer-info strong {
  color: #ffffff;
  font-family: var(--font-display);
}

.footer-link {
  width: fit-content;
  margin-top: 8px;
  color: var(--whatsapp);
  font-family: var(--font-display);
  font-weight: 800;
}

.footer-credit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
}

.footer-credit img {
  width: 108px;
  max-height: 34px;
  object-fit: contain;
  opacity: 0.78;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 14px 18px;
  font-family: var(--font-display);
  font-weight: 900;
}

@media (max-width: 920px) {
  html {
    scroll-padding-top: 144px;
  }

  .header-content {
    flex-wrap: wrap;
    gap: 10px 14px;
    padding: 10px 0;
  }

  .site-nav {
    order: 4;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    gap: 22px;
    padding: 2px 0 4px;
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .hero-grid,
  .split-layout {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
    padding: 58px 0 74px;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(21, 64, 82, 0.94) 0%, rgba(21, 64, 82, 0.86) 58%, rgba(7, 111, 154, 0.72) 100%),
      url("Imagens/nova imagem hero.jpg") center / cover no-repeat;
  }

  .hero-card {
    max-width: 560px;
  }

  .quick-grid,
  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testimonial-carousel {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    gap: 10px;
  }

  .testimonial-card {
    grid-template-columns: 1fr;
  }

  .testimonial-media,
  .testimonial-media img {
    min-height: 280px;
  }

  .service-area-content,
  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
    display: flex;
  }

  .footer-credit {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 144px;
  }

  .container {
    width: min(100% - 24px, 1120px);
  }

  .header-content {
    min-height: 76px;
    gap: 10px;
  }

  .brand-logo {
    width: 108px;
  }

  .header-service {
    gap: 6px;
    font-size: 0;
  }

  .header-service::after {
    content: "24h";
    font-size: 0.86rem;
  }

  .btn-small {
    min-height: 40px;
    padding: 9px 12px;
    font-size: 0.86rem;
  }

  .site-nav a {
    min-height: 32px;
    font-size: 0.78rem;
  }

  section {
    padding: 64px 0;
  }

  .hero-grid {
    padding-top: 48px;
  }

  h1 {
    font-size: clamp(2.35rem, 10.8vw, 3.45rem);
  }

  h2 {
    font-size: clamp(1.8rem, 8vw, 2.7rem);
  }

  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }

  .quick-grid,
  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-carousel {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-viewport {
    grid-column: 1 / -1;
    order: 1;
  }

  .testimonial-control {
    order: 2;
    width: 100%;
    height: 44px;
  }

  .testimonial-dots {
    grid-column: 1 / -1;
    order: 3;
    margin-top: 2px;
  }

  .testimonial-copy {
    padding: 22px;
  }

  .testimonial-card p {
    font-size: 1rem;
  }

  .testimonial-media,
  .testimonial-media img {
    min-height: 220px;
  }

  .image-panel img {
    min-height: 280px;
  }

  .service-area-content .btn {
    width: 100%;
  }

  .footer {
    padding-bottom: 92px;
  }

  .floating-whatsapp {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}
