@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("./assets/fonts/manrope-latin-variable.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("./assets/fonts/sora-latin-variable.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Sora Wordmark";
  font-style: normal;
  font-weight: 800;
  font-display: optional;
  src: url("./assets/fonts/sora-latin-variable.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope Fallback";
  src: local("Arial");
  font-weight: 400 500;
  size-adjust: 100.78%;
  ascent-override: 106.17%;
  descent-override: 29.77%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Manrope Fallback";
  src: local("Arial Bold"), local("Arial-BoldMT");
  font-weight: 501 650;
  size-adjust: 94.04%;
  ascent-override: 113.78%;
  descent-override: 31.9%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Manrope Fallback";
  src: local("Arial Bold"), local("Arial-BoldMT");
  font-weight: 651 800;
  size-adjust: 99.34%;
  ascent-override: 107.71%;
  descent-override: 30.2%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Sora Fallback";
  src: local("Arial");
  font-weight: 500 650;
  size-adjust: 111.7%;
  ascent-override: 86.84%;
  descent-override: 25.96%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Sora Fallback";
  src: local("Arial Bold"), local("Arial-BoldMT");
  font-weight: 651 800;
  size-adjust: 106.43%;
  ascent-override: 91.14%;
  descent-override: 27.25%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Sora Wordmark Fallback";
  src: local("Arial Bold"), local("Arial-BoldMT");
  font-weight: 800;
  size-adjust: 98.76%;
  ascent-override: 98.22%;
  descent-override: 29.37%;
  line-gap-override: 0%;
}

:root {
  --ink: #171a20;
  --ink-2: #303640;
  --muted: #66707d;
  --line: #d9dde3;
  --paper: #f7f8fa;
  --white: #ffffff;
  --navy: #09182a;
  --navy-2: #10253e;
  --red: #d7151f;
  --red-dark: #9f1118;
  --green: #15803d;
  --shadow: 0 18px 36px rgba(9, 24, 42, 0.12);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Manrope, "Manrope Fallback", "Segoe UI Variable Text", "Segoe UI", system-ui, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

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

a {
  color: inherit;
}

:where(button[data-leadster-cta]) {
  appearance: none;
  margin: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid rgba(215, 21, 31, 0.45);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--white);
  color: var(--ink);
  padding: 10px 14px;
  border-radius: 8px;
}

.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;
}

.hero {
  width: min(var(--max), calc(100% - 32px));
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(42px, 7vw, 86px) 0 clamp(44px, 7vw, 82px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.82fr);
  align-items: center;
  gap: clamp(34px, 6vw, 78px);
}

.hero-banner {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  min-height: clamp(560px, 56.3vw, 760px);
  aspect-ratio: 1672 / 941;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #04101d;
  color: var(--white);
}

.hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 16, 29, 0.78) 0%, rgba(4, 16, 29, 0.34) 34%, rgba(4, 16, 29, 0.04) 64%),
    linear-gradient(0deg, rgba(4, 16, 29, 0.86) 0%, rgba(4, 16, 29, 0.08) 45%, rgba(4, 16, 29, 0.22) 100%);
  pointer-events: none;
}

.hero-banner-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  animation: heroImageReveal 900ms var(--ease-out) both;
}

.hero-banner-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-scan {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0%, transparent 42%, rgba(255, 255, 255, 0.12) 50%, transparent 58%, transparent 100%);
  transform: translateX(-120%);
  mix-blend-mode: screen;
  animation: heroSweep 2400ms var(--ease-out) 600ms both;
}

.hero-copy {
  max-width: 720px;
}

.hero-banner .hero-copy {
  position: absolute;
  top: -4.5vw;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 74%;
  max-width: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4vw 5vw 0;
  animation: heroCopyIn 700ms var(--ease-out) both;
}

.hero-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(6px, 0.7vw, 10px);
  margin: 0 0 clamp(15px, 1.6vw, 24px);
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.46));
}

.hero-logo {
  width: clamp(174px, 16.2vw, 286px);
  height: auto;
  margin: 0;
}

.hero-logo-picture {
  display: contents;
}

.hero-wordmark {
  margin: 0;
  color: #fff;
  font-family: "Sora Wordmark", "Sora Wordmark Fallback", Manrope, "Manrope Fallback", "Segoe UI Variable Display", system-ui, sans-serif;
  font-size: clamp(3.1rem, 6.6vw, 7.1rem);
  font-weight: 800;
  line-height: 0.78;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.55);
}

.hero-wordmark span {
  color: var(--red);
}

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

h1,
h2 {
  font-family: var(--font-display);
  font-weight: 760;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(2.55rem, 6.8vw, 5.35rem);
  line-height: 0.96;
}

.hero-banner h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5vw;
  max-width: none;
  margin: 0;
  font-size: 1.5vw;
  font-weight: 620;
  line-height: 1.25;
  color: var(--white);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.5);
}

.hero-banner .subtitle-main {
  display: inline-flex;
  align-items: center;
  gap: 1.1em;
  text-indent: 0.3em;
}

.hero-banner .subtitle-main::before,
.hero-banner .subtitle-main::after {
  content: "";
  flex: none;
  width: clamp(14px, 1.7vw, 30px);
  height: 2px;
  background: var(--red);
  text-indent: 0;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(1.9rem, 3.4vw, 3.3rem);
  line-height: 1.1;
}

.hero-text {
  max-width: 640px;
  margin-bottom: 28px;
  color: var(--ink-2);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  line-height: 1.55;
  text-wrap: pretty;
}

.hero-banner .hero-text {
  max-width: none;
  margin: clamp(28px, 3.3vw, 48px) 0 0;
  color: #fff;
  font-size: 1.75vw;
  font-family: Sora, "Sora Fallback", Manrope, "Manrope Fallback", "Segoe UI Variable Display", system-ui, sans-serif;
  font-weight: 740;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-indent: 0.12em;
  text-transform: uppercase;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.hero-banner .hero-text span {
  color: var(--red);
}

.hero-tagline .hero-cta {
  margin-top: clamp(16px, 2vw, 26px);
  padding: 13px 28px;
  font-size: clamp(0.92rem, 1.2vw, 1.02rem);
  box-shadow: 0 14px 30px rgba(215, 21, 31, 0.4);
}

@keyframes heroImageReveal {
  from {
    opacity: 0.72;
    transform: scale(1.025) translate3d(16px, 0, 0);
  }
  to {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
  }
}

@keyframes heroDrift {
  from {
    transform: scale(1.035) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.065) translate3d(-1.2%, -0.7%, 0);
  }
}

@keyframes heroCopyIn {
  from {
    opacity: 0.38;
    transform: translate3d(-22px, 14px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes heroSweep {
  from {
    transform: translateX(-120%);
  }
  to {
    transform: translateX(120%);
  }
}

@property --service-scan-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@keyframes serviceBorderScan {
  to {
    --service-scan-angle: 360deg;
  }
}

.trust-marquee {
  --marquee-duration: 48s;
  position: relative;
  height: 59px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 58%),
    #04101d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.trust-marquee::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(215, 21, 31, 0.92) 14%, rgba(215, 21, 31, 0.42) 76%, transparent);
  pointer-events: none;
}

.trust-track {
  display: flex;
  width: max-content;
  animation: trustScroll var(--marquee-duration) linear infinite;
}

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

.trust-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-group li {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  white-space: nowrap;
  min-height: 58px;
  padding: 17px clamp(26px, 3vw, 42px);
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.92rem, 1.02vw, 1rem);
  font-weight: 600;
  letter-spacing: 0;
}

.trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: none;
  color: var(--red);
}

.trust-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-group li strong {
  color: #fff;
  font-family: Sora, "Sora Fallback", Manrope, "Manrope Fallback", "Segoe UI Variable Display", system-ui, sans-serif;
  font-weight: 720;
  letter-spacing: -0.025em;
}

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

@media (prefers-reduced-motion: reduce) {
  .trust-track {
    animation: none;
    transform: none;
  }
}

.section {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(70px, 10vw, 124px) 0;
}

.founder-copy p,
.region-note,
.final-cta p {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.62;
  text-wrap: pretty;
}

.trust-proof-section {
  width: 100%;
  max-width: none;
  padding: clamp(92px, 10vw, 144px) max(20px, calc((100% - var(--max)) / 2));
  background:
    radial-gradient(circle at 8% 14%, rgba(215, 21, 31, 0.07), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  color: var(--ink);
}

.trust-proof-layout {
  display: grid;
  grid-template-columns: minmax(320px, 394px) minmax(520px, 566px);
  gap: clamp(72px, 9vw, 142px);
  align-items: start;
  justify-content: center;
}

.trust-proof-heading {
  position: sticky;
  top: 80px;
  min-height: calc(100svh - 160px);
  padding-bottom: 48px;
}

.trust-proof-heading h2 {
  max-width: 16ch;
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(2rem, 3.2vw, 3.3rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.trust-proof-heading h2 span {
  color: var(--red);
}

.trust-proof-heading p[data-typewriter-subtitle] {
  max-width: 34ch;
  margin: 0;
  color: var(--ink-2);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.6;
}

.count-up {
  color: var(--red);
  font-variant-numeric: tabular-nums;
  font-weight: 800;
}

.trust-proof-progress {
  display: grid;
  grid-template-columns: minmax(98px, max-content) minmax(150px, 1fr) minmax(98px, max-content);
  gap: 18px;
  align-items: center;
  width: min(100%, 430px);
  max-width: 430px;
  margin-top: clamp(42px, 8vw, 112px);
  color: var(--muted);
  font-family: Sora, "Sora Fallback", Manrope, "Manrope Fallback", "Segoe UI Variable Display", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 760;
  font-variant-numeric: tabular-nums;
}

.trust-proof-progress span:first-child {
  text-align: right;
}

.trust-proof-progress span:last-child {
  text-align: left;
}

.trust-proof-progress i {
  display: block;
  position: relative;
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(16, 24, 40, 0.12);
}

.trust-proof-progress i::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 46%;
  border-radius: inherit;
  background: var(--red);
}

.trust-proof-route {
  max-width: 25ch;
  margin: clamp(34px, 6vw, 86px) 0 0;
  color: var(--ink);
  font-size: clamp(1.02rem, 1.2vw, 1.15rem);
  font-weight: 760;
  line-height: 1.45;
  text-wrap: balance;
}

.trust-proof-route span {
  color: var(--red);
}

@media (min-width: 681px) {
  .trust-proof-progress {
    display: none;
  }

  .motion-ready .trust-proof-grid .trust-quote.reveal-item {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    filter: none !important;
  }
}

.motion-ready .trust-proof-heading p[data-typewriter-subtitle] {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  filter: blur(5px);
}

.motion-ready .trust-proof-heading p[data-typewriter-subtitle].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
  transition: opacity 620ms var(--ease-out), transform 620ms var(--ease-out), filter 620ms ease;
}

.trust-proof-grid {
  position: relative;
  display: grid;
  gap: 0;
}

/* connector spine running through the numbered nodes */
.trust-proof-grid::before {
  content: "";
  position: absolute;
  left: 25px;
  top: clamp(34px, 3.6vw, 48px);
  bottom: clamp(34px, 3.6vw, 48px);
  width: 2px;
  background: linear-gradient(180deg, var(--red) 0%, rgba(16, 24, 40, 0.14) 100%);
  pointer-events: none;
}

.trust-quote {
  position: relative;
  margin: 0;
  padding: clamp(30px, 3.4vw, 46px) 0;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: clamp(22px, 3vw, 42px);
  align-items: start;
  color: var(--ink);
  text-decoration: none;
}

.trust-quote + .trust-quote::after {
  content: "";
  position: absolute;
  top: 0;
  left: 76px;
  right: 0;
  height: 1px;
  background: rgba(16, 24, 40, 0.1);
}

.reason-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  padding: 2px 0 6px;
  background: #fbfcfe;
  color: var(--red);
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2vw, 1.95rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  transition: color 220ms ease;
}

.trust-quote:hover .reason-number {
  color: var(--red-dark);
}

.trust-quote > div {
  position: relative;
  z-index: 1;
}

.reason-label {
  margin: 0 0 12px;
  color: var(--muted);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.trust-quote h3 {
  max-width: 22ch;
  margin: 0 0 14px;
  color: var(--ink);
  font-size: clamp(1.42rem, 1.95vw, 1.9rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  transition: color 220ms ease;
}

.trust-quote:hover h3 {
  color: var(--red-dark);
}

.trust-quote p:not(.reason-label) {
  max-width: 46ch;
  margin: 0;
  color: var(--ink-2);
  font-size: clamp(0.98rem, 1.15vw, 1.06rem);
  line-height: 1.62;
}

.trust-quote strong {
  display: block;
  margin-top: clamp(16px, 2.2vw, 26px);
  color: var(--ink-2);
  font-weight: 600;
  font-style: italic;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.4;
}

.trust-quote-link strong {
  width: fit-content;
  color: var(--red);
  font-style: normal;
  border-bottom: 2px solid currentColor;
  transition: gap 220ms ease;
}

.trust-quote-link:hover strong {
  border-bottom-color: var(--red-dark);
}

.services {
  --card-w: clamp(280px, 30vw, 360px);
  --services-bg: url("./assets/background-servicos.webp");
  --services-shade-top: 0.9;
  --services-shade-mid: 0.76;
  --services-shade-low: 0.85;
  --services-shade-bottom: 0.97;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  padding-inline: max(16px, calc((100% - var(--max)) / 2));
  background:
    radial-gradient(110% 70% at 50% 0%, rgba(215, 21, 31, 0.08), transparent 55%),
    linear-gradient(180deg, rgba(5, 11, 22, var(--services-shade-top)) 0%, rgba(5, 11, 22, var(--services-shade-mid)) 32%, rgba(5, 11, 22, var(--services-shade-low)) 68%, rgba(5, 11, 22, var(--services-shade-bottom)) 100%),
    var(--services-bg) center / cover no-repeat,
    var(--navy);
  color: #fff;
  overflow: hidden;
}

@media (max-width: 640px) {
  .services {
    --services-bg: url("./assets/background-servicos-mobile.webp");
    --services-shade-top: 0.88;
    --services-shade-mid: 0.72;
    --services-shade-low: 0.82;
    --services-shade-bottom: 0.96;
  }
}

.services-head {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin: 0 auto clamp(36px, 4.5vw, 58px);
  text-align: center;
}

.services-head h2 {
  position: relative;
  color: #fff;
}

.motion-ready .services-head h2 {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  filter: blur(5px);
}

.motion-ready .services-head.is-title-complete h2 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
  transition: opacity 680ms var(--ease-out), transform 680ms var(--ease-out), filter 680ms ease;
}

.services-sub {
  position: relative;
  max-width: 46ch;
  margin: 14px auto 0;
  padding-bottom: 22px;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
  line-height: 1.55;
  text-wrap: pretty;
}

.services-sub::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(260px, 62%);
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(215, 21, 31, 0.95) 16%, rgba(215, 21, 31, 0.72) 78%, transparent);
  transform: translateX(-50%) scaleX(1);
  transform-origin: center;
}

.motion-ready .services-sub {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  filter: blur(5px);
}

.motion-ready .services-sub::after {
  transform: translateX(-50%) scaleX(0);
}

.motion-ready .services-head.is-subtitle-visible .services-sub {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
  transition: opacity 680ms var(--ease-out), transform 680ms var(--ease-out), filter 680ms ease;
}

.motion-ready .services-head.is-line-visible .services-sub::after {
  transform: translateX(-50%) scaleX(1);
  transition: transform 760ms var(--ease-out);
}

.services-carousel {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.services-track {
  position: relative;
  display: flex;
  gap: clamp(16px, 1.8vw, 26px);
  width: 100%;
  margin: 0;
  padding-block: 30px 14px;
  padding-inline: calc((100% - var(--card-w)) / 2);
  list-style: none;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.services-track::-webkit-scrollbar {
  display: none;
}

.service-card {
  position: relative;
  z-index: 1;
  flex: 0 0 var(--card-w);
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: clamp(320px, 27vw, 366px);
  padding: clamp(32px, 3vw, 42px) clamp(24px, 2.4vw, 30px) clamp(26px, 2.4vw, 32px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 22px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015));
  color: #fff;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transform: scale(0.92);
  opacity: 0.42;
  transition: transform 380ms var(--ease-out), opacity 380ms ease, border-color 280ms ease, box-shadow 380ms ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 1px;
  border-radius: inherit;
  background:
    conic-gradient(
      from var(--service-scan-angle, 0deg),
      transparent 0deg,
      transparent 238deg,
      rgba(215, 21, 31, 0.04) 266deg,
      rgba(255, 255, 255, 0.78) 284deg,
      rgba(215, 21, 31, 0.95) 298deg,
      rgba(215, 21, 31, 0.08) 320deg,
      transparent 344deg,
      transparent 360deg
    );
  opacity: 0;
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  transition: opacity 280ms ease;
}

.service-card.is-active {
  z-index: 2;
  transform: scale(1);
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.4), 0 0 34px -14px rgba(215, 21, 31, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.service-card.is-active::before {
  opacity: 1;
  animation: serviceBorderScan 4.8s linear infinite;
}

.service-card-photo {
  overflow: hidden;
  justify-content: flex-start;
  background-size: cover;
  background-position: center;
}

.service-card-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(4, 9, 18, 0.88) 0%, rgba(4, 9, 18, 0.78) 30%, rgba(4, 9, 18, 0.32) 52%, rgba(4, 9, 18, 0.3) 68%, rgba(4, 9, 18, 0.92) 100%);
  pointer-events: none;
}

.service-card-photo h3,
.service-card-photo p,
.service-card-photo .service-card-cta {
  position: relative;
  z-index: 1;
}

.service-card-photo h3 {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9), 0 6px 18px rgba(0, 0, 0, 0.65);
}

.service-card-photo p {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.92), 0 5px 16px rgba(0, 0, 0, 0.7);
}

.service-card h3 {
  position: relative;
  margin: 0 0 10px;
  max-width: 22ch;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.14rem, 1.5vw, 1.32rem);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.service-card p {
  position: relative;
  margin: 0;
  max-width: 30ch;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.98rem;
  line-height: 1.55;
}

.service-card-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 48px;
  margin-top: auto;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1.5px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 220ms ease, background 220ms ease, transform 220ms var(--ease-out);
}

.service-card-cta span {
  color: rgba(255, 255, 255, 0.9);
  transition: transform 220ms var(--ease-out);
}

.service-card-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(215, 21, 31, 0.55);
  background: rgba(215, 21, 31, 0.12);
}

.service-card-cta:hover span {
  transform: translateX(4px);
}

.carousel-nav {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(8, 16, 28, 0.72);
  color: #fff;
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition: background 200ms ease, border-color 200ms ease, opacity 200ms ease;
}

.carousel-nav svg {
  width: 24px;
  height: 24px;
}

.carousel-prev {
  left: 4px;
}

.carousel-next {
  right: 4px;
}

.carousel-nav:hover {
  background: var(--red);
  border-color: var(--red);
}

.carousel-nav:disabled {
  opacity: 0.28;
  pointer-events: none;
}

.carousel-dots {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 26px;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
  cursor: pointer;
  transform-origin: center;
  transition: transform 260ms var(--ease-out), background 220ms ease, box-shadow 260ms ease;
}

.carousel-dot.is-active {
  transform: scale(1.45);
  background: var(--red);
  box-shadow: 0 0 0 4px rgba(215, 21, 31, 0.14), 0 0 16px rgba(215, 21, 31, 0.46);
}

.services-cta {
  position: relative;
  z-index: 2;
  margin-top: clamp(30px, 3.6vw, 46px);
  text-align: center;
}

.services-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 24px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(6, 13, 22, 0.32);
  color: #fff;
  font-size: clamp(0.98rem, 1.2vw, 1.06rem);
  font-weight: 600;
  text-decoration: none;
  transition: background 200ms ease, border-color 200ms ease, transform 220ms var(--ease-out), gap 220ms var(--ease-out);
}

.services-cta-link strong {
  color: #fff;
  font-weight: 760;
}

.services-cta-arrow {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 900;
  transition: transform 220ms var(--ease-out);
}

.services-cta-link:hover {
  transform: translateY(-2px);
  gap: 14px;
  border-color: rgba(215, 21, 31, 0.62);
  background: rgba(215, 21, 31, 0.14);
}

.services-cta-link:hover .services-cta-arrow {
  transform: translateX(4px);
}

@media (prefers-reduced-motion: reduce) {
  .service-card {
    transition: opacity 200ms ease, border-color 200ms ease;
  }

  .service-card.is-active::before {
    animation: none;
  }
}

@supports (content-visibility: auto) {
  .process-section,
  .founder-section,
  .region-section {
    content-visibility: auto;
  }

  .process-section {
    contain-intrinsic-size: auto 680px;
  }

  .founder-section {
    contain-intrinsic-size: auto 820px;
  }

  .region-section {
    contain-intrinsic-size: auto 700px;
  }
}

.process-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline: max(16px, calc((100% - var(--max)) / 2));
  background: var(--paper);
}

.process-head {
  max-width: 680px;
  margin: 0 auto clamp(46px, 5.5vw, 72px);
  text-align: center;
}

.process-steps {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 30px);
}

/* horizontal connector through the node centers */
.process-steps::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, var(--red), rgba(16, 24, 40, 0.16));
  z-index: 0;
}

.process-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.process-node {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--white);
  border: 1.5px solid var(--line);
  color: var(--red);
  box-shadow: 0 8px 20px rgba(9, 24, 42, 0.06);
  transition: border-color 240ms ease, background 240ms ease, color 240ms ease, transform 320ms var(--ease-out);
}

.process-icon svg {
  width: 30px;
  height: 30px;
  display: block;
}

.process-num {
  position: absolute;
  top: -6px;
  right: -6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 700;
  border: 2px solid var(--paper);
}

.process-step:hover .process-node {
  transform: translateY(-4px);
  border-color: rgba(215, 21, 31, 0.4);
  background: var(--red);
  color: #fff;
}

.process-step h3 {
  margin: 0 0 8px;
  max-width: 16ch;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.3vw, 1.22rem);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.02em;
}

.process-step p {
  margin: 0;
  max-width: 24ch;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.5;
}

.process-cta {
  margin-top: clamp(46px, 5.5vw, 72px);
  text-align: center;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 28px;
  border: 1.5px solid rgba(215, 21, 31, 0.45);
  border-radius: 999px;
  color: var(--red-dark);
  font-family: var(--font-display);
  font-size: clamp(0.98rem, 1.2vw, 1.06rem);
  font-weight: 700;
  text-decoration: none;
  transition: border-color 200ms ease, background 200ms ease, color 200ms ease, transform 220ms var(--ease-out);
}

.btn-outline-arrow {
  transition: transform 220ms var(--ease-out);
}

.btn-outline:hover {
  transform: translateY(-2px);
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.btn-outline:hover .btn-outline-arrow {
  transform: translateX(4px);
}

.review-section {
  --review-bleed: max(16px, calc((100vw - var(--max)) / 2));
  width: 100%;
  max-width: none;
  padding-inline: var(--review-bleed);
  background: var(--navy);
}

.reviews-head {
  max-width: 760px;
  margin: 0 auto clamp(38px, 4.5vw, 56px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  text-align: center;
}

.reviews-head h2 {
  color: #fff;
  max-width: 18ch;
}

.google-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
  transition: transform 220ms var(--ease-out), box-shadow 220ms ease;
}

.google-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
}

.google-word {
  font-family: var(--font-display);
  font-size: 1.32rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.google-rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-left: 14px;
  border-left: 1px solid rgba(16, 24, 40, 0.14);
}

.google-rating strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 800;
}

.google-stars {
  color: #fbbc05;
  font-size: 1rem;
  letter-spacing: 1px;
}

.reviews-marquee {
  position: relative;
  overflow: hidden;
  margin-inline: calc(var(--review-bleed) * -1);
  padding: 6px 0 10px;
  -webkit-mask-image: none;
  mask-image: none;
}

.reviews-track {
  display: flex;
  width: max-content;
  transform: translateX(0);
  will-change: transform;
}

.reviews-track.is-looping {
  animation: reviewsScroll var(--reviews-duration, 52s) linear infinite;
}

.reviews-track.is-paused {
  animation-play-state: paused;
}

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

.reviews-group {
  --reviews-gap: clamp(16px, 1.6vw, 22px);
  display: flex;
  align-items: stretch;
  flex-shrink: 0;
  gap: var(--reviews-gap);
  margin: 0;
  padding-block: 0;
  padding-inline: calc(var(--reviews-gap) / 2);
  list-style: none;
}

@keyframes reviewsScroll {
  to {
    transform: translateX(calc(var(--reviews-loop-width, 50%) * -1));
  }
}

@media (prefers-reduced-motion: reduce) {
  .reviews-marquee {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .reviews-marquee::-webkit-scrollbar {
    display: none;
  }

  .reviews-track,
  .reviews-track.is-looping {
    animation: none;
    transform: none;
  }
}

.review-card {
  position: relative;
  flex: 0 0 clamp(280px, 78vw, 344px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: clamp(292px, 24vw, 330px);
  padding: clamp(22px, 2.2vw, 28px);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.26);
  transition: transform 280ms var(--ease-out), box-shadow 280ms ease;
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.34);
}

.rc-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.rc-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--rc-c, #5f6368);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.18rem;
}

.rc-meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.rc-name {
  color: #202124;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.25;
}

.rc-time {
  color: #70757a;
  font-size: 0.82rem;
}

.rc-g {
  width: 20px;
  height: 20px;
  align-self: start;
  flex: none;
}

.rc-stars {
  display: inline-flex;
  gap: 1px;
  color: #fbbc05;
  font-size: 1.04rem;
  line-height: 1;
}

.rc-text {
  flex: 1;
  margin: 0;
  color: #3c4043;
  font-size: 0.98rem;
  line-height: 1.62;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.reviews-cta {
  margin-top: clamp(28px, 3vw, 40px);
  text-align: center;
}

.review-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 24px;
  color: #fff;
  font-weight: 780;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(6, 13, 22, 0.32);
  transition: background 200ms ease, border-color 200ms ease, transform 220ms var(--ease-out), gap 220ms var(--ease-out);
}

.review-link span {
  color: #fff;
  font-weight: 900;
  transition: transform 220ms var(--ease-out);
}

.review-link:hover {
  transform: translateY(-2px);
  gap: 14px;
  border-color: rgba(215, 21, 31, 0.62);
  background: rgba(215, 21, 31, 0.14);
}

.review-link:hover span {
  transform: translateX(4px);
}

.founder-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(30px, 6vw, 76px);
  align-items: center;
}

.founder-section figure {
  margin: 0;
}

.founder-figure {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.founder-figure img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 30%;
  display: block;
}

.founder-figure::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  background:
    linear-gradient(180deg, rgba(6, 13, 22, 0) 0%, rgba(6, 13, 22, 0.42) 48%, rgba(6, 13, 22, 0.82) 100%);
  pointer-events: none;
}

.founder-figure figcaption {
  position: absolute;
  left: clamp(18px, 2.6vw, 30px);
  bottom: clamp(18px, 2.6vw, 30px);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  max-width: min(78%, 340px);
  padding: 0;
  color: #fff;
}

.founder-figure figcaption strong {
  font-family: Sora, "Sora Fallback", Manrope, "Manrope Fallback", "Segoe UI Variable Display", system-ui, sans-serif;
  font-weight: 760;
  font-size: clamp(1.35rem, 2.1vw, 1.9rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-shadow: 0 12px 26px rgba(0, 0, 0, 0.6);
}

.founder-figure figcaption span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(0.8rem, 1vw, 0.92rem);
  font-weight: 720;
  letter-spacing: 0.01em;
  text-shadow: 0 10px 22px rgba(0, 0, 0, 0.58);
}

.founder-figure figcaption span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 0 0 4px rgba(230, 15, 31, 0.2);
}

.founder-copy {
  text-align: left;
}

.founder-copy h2 {
  margin-bottom: clamp(18px, 2.2vw, 28px);
}

.founder-copy p {
  margin: 0 0 clamp(14px, 1.6vw, 20px);
  max-width: 56ch;
  color: var(--ink-2);
  font-size: clamp(1.08rem, 1.35vw, 1.2rem);
  line-height: 1.72;
}

.founder-copy .btn-outline {
  margin-top: clamp(20px, 2.6vw, 32px);
}

.region-section {
  width: 100%;
  max-width: none;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(560px, 56.3vw, 760px);
  display: grid;
  place-items: center;
  padding: clamp(84px, 10vw, 138px) max(18px, calc((100% - var(--max)) / 2));
  background:
    linear-gradient(180deg, rgba(3, 12, 25, 0.04), rgba(3, 12, 25, 0.08)),
    url("./assets/fundo-secao-onde-a-help-atua.webp") center / cover no-repeat,
    #061426;
  color: #fff;
  text-align: center;
}

.region-section::before {
  display: none;
}

.region-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(42% 34% at 50% 43%, rgba(2, 10, 23, 0.08), transparent 70%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.04));
  pointer-events: none;
}

.region-content {
  position: relative;
  z-index: 1;
  width: min(100%, 1260px);
  margin: 0 auto;
  transform: translateY(clamp(-8px, -1.2vw, -18px));
}

.region-content h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.6vw, 3.45rem);
  line-height: 1.06;
  font-weight: 780;
  letter-spacing: -0.03em;
  text-wrap: balance;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.42);
}

.region-content h2 span {
  color: var(--red);
}

.region-places {
  list-style: none;
  margin: clamp(34px, 4.4vw, 52px) auto 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(12px, 2vw, 26px);
}

.region-places li {
  display: inline-flex;
  align-items: center;
  gap: clamp(11px, 1.45vw, 18px);
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.45vw, 1.48rem);
  line-height: 1.12;
  font-weight: 760;
  letter-spacing: -0.018em;
  text-shadow: 0 9px 22px rgba(0, 0, 0, 0.46);
}

.region-places li:not(:first-child)::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 18px rgba(215, 21, 31, 0.72);
}

.region-note {
  max-width: 760px;
  margin: clamp(30px, 4vw, 46px) auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.98rem, 1.22vw, 1.16rem);
  line-height: 1.48;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.52);
}

.region-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: clamp(16px, 2vw, 24px);
  min-height: 48px;
  padding: 13px 22px;
  color: #fff;
  font-weight: 780;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(6, 13, 22, 0.32);
  transition: background 200ms ease, border-color 200ms ease, transform 220ms var(--ease-out), gap 220ms var(--ease-out);
}

.region-cta-link span {
  color: #ff4d57;
  font-weight: 900;
}

.region-cta-link:hover {
  transform: translateY(-2px);
  gap: 14px;
  border-color: rgba(215, 21, 31, 0.62);
  background: rgba(215, 21, 31, 0.14);
}

.final-cta {
  background:
    radial-gradient(110% 90% at 50% 0%, rgba(215, 21, 31, 0.08), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, var(--paper) 100%);
  color: var(--ink);
  padding: clamp(80px, 12vw, 140px) max(16px, calc((100% - var(--max)) / 2));
  text-align: center;
}

.final-cta-inner {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.final-cta h2 {
  max-width: 18ch;
  color: var(--ink);
  font-size: clamp(1.95rem, 3.6vw, 3.35rem);
  line-height: 1.08;
}

.final-cta p {
  max-width: 600px;
  margin: clamp(18px, 2vw, 26px) 0 clamp(30px, 3.4vw, 42px);
  color: var(--muted);
  font-size: clamp(1.05rem, 1.35vw, 1.2rem);
  line-height: 1.6;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 36px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(215, 21, 31, 0.4);
  transition: transform 220ms var(--ease-out), background 200ms ease, box-shadow 220ms ease;
}

.btn-primary-arrow {
  font-weight: 900;
  transition: transform 220ms var(--ease-out);
}

.btn-primary:hover {
  transform: translateY(-3px);
  background: #ec1a24;
  box-shadow: 0 24px 50px rgba(215, 21, 31, 0.5);
}

.btn-primary:hover .btn-primary-arrow {
  transform: translateX(4px);
}

.site-footer {
  padding: clamp(22px, 2.3vw, 32px) max(16px, calc((100% - var(--max)) / 2));
  background: #060d16;
  color: rgba(255, 255, 255, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-base {
  margin-top: 0;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 24px;
}

.footer-base small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.8rem;
}

.footer-base strong {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.footer-base a {
  text-decoration: none;
  text-underline-offset: 3px;
}

.footer-base a:hover,
.footer-base a:focus-visible {
  text-decoration: underline;
}

body.leadster-footer-offset .nld-chatbot > .nld-avatar,
body.leadster-footer-offset .nld-chatbot > .nld-avatar-medium,
body.leadster-footer-offset .nld-chatbot > .nld-avatar-small {
  right: max(18px, env(safe-area-inset-right)) !important;
  bottom: calc(92px + env(safe-area-inset-bottom)) !important;
  left: auto !important;
}

body.leadster-footer-offset .nld-chatbot.nld-moving > .nld-avatar,
body.leadster-footer-offset .nld-chatbot.nld-moving > .nld-avatar-medium,
body.leadster-footer-offset .nld-chatbot.nld-moving > .nld-avatar-small {
  right: max(18px, env(safe-area-inset-right)) !important;
  bottom: calc(92px + env(safe-area-inset-bottom)) !important;
  left: auto !important;
}

body:not(.leadster-mobile-visible) .nld-chatbot {
  display: none !important;
}

.motion-ready .reveal-item {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition: opacity 620ms var(--ease-out), transform 620ms var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
}

.motion-ready .reveal-item.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .motion-ready .reveal-item {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 940px) {
  .hero,
  .founder-section {
    grid-template-columns: 1fr;
  }

  .founder-figure {
    max-width: 520px;
  }

  .hero:not(.hero-banner) {
    min-height: 0;
  }

  .trust-proof-layout {
    display: block;
  }

  .trust-proof-heading {
    position: relative;
    top: auto;
    min-height: 0;
    margin-bottom: 44px;
    padding-bottom: 0;
  }

  .trust-proof-heading h2 {
    max-width: 18ch;
    font-size: clamp(1.9rem, 7vw, 2.9rem);
  }

  .trust-proof-progress {
    margin-top: 34px;
  }

  .process-steps {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 560px;
    margin-inline: auto;
  }

  .process-steps::before {
    top: 36px;
    bottom: 56px;
    left: 36px;
    right: auto;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, var(--red), rgba(16, 24, 40, 0.16));
  }

  .process-step {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    column-gap: 20px;
    align-items: start;
    text-align: left;
    padding-bottom: clamp(30px, 6vw, 44px);
  }

  .process-step:last-child {
    padding-bottom: 0;
  }

  .process-node {
    grid-row: 1 / 3;
    margin-bottom: 0;
  }

  .process-step h3 {
    align-self: center;
    max-width: none;
  }

  .process-step p {
    max-width: none;
  }

}

@media (max-width: 680px) {
  @supports (content-visibility: auto) {
    .process-section {
      contain-intrinsic-size: auto 1040px;
    }

    .founder-section {
      contain-intrinsic-size: auto 1120px;
    }

    .region-section {
      contain-intrinsic-size: auto 760px;
    }
  }

  body {
    text-align: center;
  }

  .section {
    width: min(100% - 24px, var(--max));
    text-align: center;
  }

  h1 {
    font-size: clamp(2.35rem, 12vw, 3.5rem);
  }

  h2 {
    font-size: clamp(1.7rem, 7.5vw, 2.55rem);
  }

  .trust-proof-heading {
    text-align: center;
  }

  .trust-proof-route {
    display: none;
  }

  .trust-proof-heading h2,
  .trust-proof-heading p[data-typewriter-subtitle],
  .trust-proof-progress,
  .founder-copy p,
  .region-note,
  .final-cta p {
    margin-inline: auto;
  }

  .trust-proof-progress {
    grid-template-columns: minmax(92px, auto) minmax(54px, 1fr) minmax(92px, auto);
    gap: 10px;
    width: min(100%, 340px);
    max-width: min(100%, 340px);
  }

  .trust-proof-grid::before {
    display: none;
  }

  .trust-quote {
    position: sticky;
    top: 16px;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 16px;
    height: clamp(272px, 70vw, 306px);
    min-height: clamp(272px, 70vw, 306px);
    margin-bottom: 7vh;
    padding: 24px 20px;
    overflow: hidden;
    align-content: start;
    justify-items: stretch;
    text-align: left;
    background:
      radial-gradient(circle at 92% 12%, rgba(215, 21, 31, 0.11), transparent 30%),
      #ffffff;
    border: 1px solid rgba(16, 24, 40, 0.1);
    border-radius: 14px;
    opacity: var(--trust-stack-opacity, 1);
    visibility: var(--trust-stack-visibility, visible);
    box-shadow: 0 8px 18px rgba(16, 24, 40, 0.08);
    transform: none;
    transition: border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
    will-change: opacity;
  }

  .motion-ready .trust-quote.reveal-item {
    opacity: var(--trust-stack-opacity, 1);
    transform: none;
  }

  .trust-quote:nth-child(1) { z-index: 1; }
  .trust-quote:nth-child(2) { z-index: 2; }
  .trust-quote:nth-child(3) { z-index: 3; }
  .trust-quote:nth-child(4) { z-index: 4; }
  .trust-quote:nth-child(5) { z-index: 5; }
  .trust-quote:nth-child(6) { z-index: 6; }

  .trust-quote.is-active {
    border-color: rgba(215, 21, 31, 0.26);
    box-shadow: 0 14px 26px rgba(16, 24, 40, 0.12);
  }

  .trust-quote + .trust-quote::after {
    display: none;
  }

  .reason-number {
    font-size: 1.58rem;
  }

  .trust-quote h3 {
    max-width: 20ch;
    margin-inline: 0;
    font-size: clamp(1.26rem, 5.55vw, 1.72rem);
    line-height: 1.08;
  }

  .trust-quote p:not(.reason-label) {
    font-size: 0.94rem;
    line-height: 1.56;
  }

  .trust-quote strong {
    margin-top: 14px;
    font-size: 0.96rem;
  }

  .trust-marquee {
    --marquee-duration: 24s;
  }

  .services {
    --card-w: min(320px, 82vw);
  }

  .services-cta-link {
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    max-width: calc(100vw - 48px);
    padding-inline: 22px;
    gap: 12px;
  }

  .founder-section,
  .founder-copy,
  .final-cta,
  .site-footer {
    text-align: center;
  }

  .founder-copy h2 {
    margin-inline: auto;
  }

  .founder-copy p {
    max-width: 34ch;
    text-align: center;
  }

  .founder-copy .btn-outline {
    justify-content: center;
    text-align: center;
    white-space: nowrap;
  }

  .review-link,
  .services-cta-link {
    margin-inline: auto;
  }

  .reviews-marquee {
    overflow: hidden;
    padding-inline: 16px;
    -webkit-mask-image: none;
    mask-image: none;
    scrollbar-width: none;
  }

  .reviews-marquee::-webkit-scrollbar {
    display: none;
  }

  .reviews-track {
    width: max-content;
  }

  .reviews-track.is-looping {
    animation: reviewsScroll var(--reviews-duration, 140s) linear infinite;
  }

  .reviews-track.is-paused {
    animation-play-state: paused;
  }

  .reviews-group {
    --reviews-gap: 16px;
  }

  .review-card {
    flex-basis: min(312px, calc(100vw - 56px));
    height: auto;
    min-height: 292px;
  }

  .founder-figure {
    margin-inline: auto;
  }

  .founder-figure figcaption {
    left: 20px;
    right: 20px;
    bottom: 20px;
    align-items: center;
    max-width: none;
    text-align: center;
  }

  .founder-figure figcaption span {
    justify-content: center;
  }

  .footer-base {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
  }

  .carousel-nav {
    display: none;
  }

}

@media (max-width: 520px) {
  .region-section {
    min-height: clamp(760px, 178vw, 980px);
    padding: clamp(92px, 18vw, 132px) 22px;
    background:
      linear-gradient(180deg, rgba(3, 12, 25, 0.08), rgba(3, 12, 25, 0.18)),
      url("./assets/onde-a-help-atua-mobile.webp") center / cover no-repeat,
      #061426;
  }

  .region-content {
    transform: translateY(-4vh);
  }

  .region-content h2 {
    max-width: 11ch;
    margin-inline: auto;
    font-size: clamp(1.85rem, 8.2vw, 2.65rem);
    line-height: 1.08;
  }

  .region-places {
    max-width: 330px;
    margin-top: clamp(24px, 6vw, 34px);
    gap: 10px 13px;
  }

  .region-places li {
    gap: 10px;
    font-size: clamp(0.86rem, 3.75vw, 1.02rem);
    letter-spacing: -0.015em;
  }

  .region-places li:not(:first-child)::before {
    width: 5px;
    height: 5px;
  }

  .region-note {
    max-width: 29ch;
    margin-top: clamp(24px, 7vw, 36px);
    font-size: clamp(0.9rem, 3.65vw, 1rem);
    line-height: 1.52;
  }

  .region-cta-link {
    max-width: calc(100vw - 56px);
    min-height: 46px;
    padding-inline: 18px;
    white-space: nowrap;
  }
}

@media (max-width: 600px) {
  .hero-banner {
    width: 100%;
    aspect-ratio: auto;
    min-height: 100svh;
  }

  .hero-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(180deg, rgba(4, 16, 29, 0.04) 0%, rgba(4, 16, 29, 0.18) 26%, transparent 46%, rgba(4, 16, 29, 0.08) 100%),
      radial-gradient(ellipse at 50% 31%, rgba(215, 21, 31, 0.1), transparent 34%);
    pointer-events: none;
  }

  .hero-banner::before {
    background:
      radial-gradient(ellipse at 50% 22%, rgba(255, 255, 255, 0.11), transparent 24%),
      linear-gradient(180deg, rgba(4, 16, 29, 0.18) 0%, rgba(4, 16, 29, 0) 42%, rgba(4, 16, 29, 0.08) 100%);
  }

  .hero-banner-media,
  .hero-banner .hero-copy {
    animation: none;
  }

  .hero-banner-media img {
    object-position: center center;
  }

  .hero-scan {
    display: none;
  }

  .hero-banner .hero-copy {
    position: absolute;
    inset: 0;
    width: 100%;
    min-height: 0;
    padding: clamp(16px, 5vw, 26px) clamp(22px, 7vw, 34px) clamp(38px, 12vw, 58px);
    align-items: center;
    justify-content: flex-start;
    gap: 0;
  }

  .hero-logo {
    display: block;
    width: clamp(96px, 25vw, 130px);
  }

  .hero-brand {
    position: absolute;
    left: 50%;
    top: clamp(16px, 4.6vw, 26px);
    bottom: auto;
    z-index: 4;
    gap: clamp(4px, 1.4vw, 7px);
    width: min(100%, 340px);
    margin-bottom: 0;
    filter: none;
    transform: translateX(-50%);
  }

  .hero-brand::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    width: min(108vw, 410px);
    height: 230px;
    border-radius: 999px;
    background:
      radial-gradient(ellipse at 50% 54%, rgba(215, 21, 31, 0.22) 0%, rgba(215, 21, 31, 0.12) 34%, rgba(255, 255, 255, 0.08) 48%, rgba(8, 21, 36, 0.08) 62%, transparent 78%);
    transform: translate(-50%, -50%);
    pointer-events: none;
  }

  .hero-wordmark {
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: clamp(2.72rem, 13.7vw, 3.82rem);
    line-height: 0.82;
  }

  .hero-tagline {
    position: absolute;
    left: 50%;
    top: clamp(158px, 44vw, 184px);
    bottom: auto;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(100% - 54px, 330px);
    max-width: 330px;
    transform: translateX(-50%);
  }

  .hero-banner h1 {
    margin-top: 0;
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: clamp(0.68rem, 2.68vw, 0.86rem);
    line-height: 1.45;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    text-shadow: 0 8px 22px rgba(0, 0, 0, 0.72);
  }

  .hero-banner .hero-text {
    display: block;
    margin: clamp(10px, 2.9vw, 14px) 0 0;
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: clamp(0.74rem, 3.15vw, 0.94rem);
    line-height: 1.28;
    letter-spacing: 0.06em;
    text-indent: 0.06em;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.75);
  }

  .hero-tagline .hero-cta {
    display: none;
  }

  .hero-tagline .hero-cta:hover {
    transform: translateY(-3px);
  }
}

@media (max-width: 600px) and (max-height: 740px) {
  .hero-logo {
    width: clamp(84px, 22.5vw, 110px);
  }

  .hero-wordmark {
    font-size: clamp(2.42rem, 12.4vw, 3.28rem);
  }

  .hero-tagline {
    top: clamp(144px, 41vw, 166px);
  }

  .hero-banner h1 {
    font-size: clamp(0.62rem, 2.48vw, 0.78rem);
    line-height: 1.38;
  }

  .hero-banner .hero-text {
    margin-top: 8px;
    font-size: clamp(0.68rem, 2.92vw, 0.86rem);
    line-height: 1.24;
  }
}
