:root {
  --navy-950: #06233f;
  --navy-900: #0a3158;
  --navy-800: #123f6b;
  --green-700: #087a48;
  --green-600: #18aa65;
  --green-500: #22c978;
  --gold-300: #f3d774;
  --clay-100: #f7f0e5;
  --paper: #fffdf8;
  --white: #ffffff;
  --ink: #142033;
  --muted: #647084;
  --line: rgba(10, 49, 88, 0.16);
  --line-strong: rgba(10, 49, 88, 0.28);
  --radius: 8px;
  --shadow: 0 22px 58px rgba(6, 35, 63, 0.14);
  --shadow-soft: 0 12px 34px rgba(6, 35, 63, 0.09);
}

* {
  box-sizing: border-box;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Aptos", "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

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

a {
  color: inherit;
}

h1,
h2,
h3,
p,
dl,
dd,
figure {
  margin: 0;
}

h1,
h2,
h3 {
  color: var(--navy-950);
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(2.45rem, 7vw, 5.8rem);
  line-height: 0.94;
  overflow-wrap: break-word;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(1.85rem, 4.8vw, 3.45rem);
  line-height: 1;
  overflow-wrap: break-word;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(14px, 3vw, 36px);
  min-height: 76px;
  padding: 10px clamp(16px, 5vw, 72px);
  background: rgba(255, 253, 248, 0.94);
  border-top: 4px solid var(--green-600);
  border-bottom: 1px solid rgba(10, 49, 88, 0.12);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--navy-950);
  text-decoration: none;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: var(--radius);
  box-shadow: 0 9px 22px rgba(6, 35, 63, 0.18);
}

.brand span {
  display: grid;
  gap: 1px;
  font-weight: 900;
  line-height: 1;
}

.brand small {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.site-header nav {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.site-header nav a {
  text-decoration: none;
}

.header-cta,
.primary-cta,
.lead-form button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius);
  color: #fff;
  background: linear-gradient(135deg, var(--green-500), var(--green-700));
  box-shadow: 0 15px 30px rgba(24, 170, 101, 0.24);
  font: inherit;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.header-cta::after,
.primary-cta::after,
.lead-form button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 38%, rgba(255, 255, 255, 0.2) 48%, transparent 58% 100%);
  transform: translateX(-120%);
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.header-cta:hover,
.primary-cta:hover,
.lead-form button:hover,
.floating-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(24, 170, 101, 0.32);
  filter: saturate(1.04);
}

.header-cta:hover::after,
.primary-cta:hover::after,
.lead-form button:hover::after {
  transform: translateX(120%);
}

.header-cta:active,
.primary-cta:active,
.lead-form button:active,
.floating-whatsapp:active {
  transform: translateY(0) scale(0.99);
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  color: var(--navy-900);
  font-weight: 900;
  text-decoration: none;
  border-bottom: 2px solid var(--gold-300);
}

.hero .text-link {
  color: #fff;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--gold-300);
  outline-offset: 4px;
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--green-700);
  font-size: 0.76rem;
  font-weight: 1000;
  letter-spacing: 0;
  text-transform: uppercase;
}

section {
  padding: clamp(56px, 8vw, 104px) clamp(18px, 5vw, 76px);
}

.section-head {
  width: min(780px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}

.section-head.left {
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(260px, 0.32fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: center;
  min-height: min(680px, 78dvh);
  padding-top: clamp(38px, 4.8vw, 64px);
  padding-bottom: clamp(42px, 5vw, 68px);
  overflow: hidden;
  background: var(--navy-950);
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 35, 63, 0.9) 0%, rgba(6, 35, 63, 0.7) 40%, rgba(6, 35, 63, 0.32) 70%, rgba(6, 35, 63, 0.78) 100%),
    linear-gradient(180deg, rgba(6, 35, 63, 0.08), rgba(6, 35, 63, 0.52));
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 8px;
  background: var(--gold-300);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.hero-form {
  position: relative;
  z-index: 2;
  justify-self: end;
  width: min(390px, 100%);
  padding: clamp(18px, 2.4vw, 26px);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 58px rgba(6, 35, 63, 0.28);
}

.hero-form .form-kicker {
  margin-bottom: -6px;
  color: var(--green-700);
  font-size: 0.76rem;
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-form h2 {
  margin: 0;
  color: var(--navy-950);
  font-size: clamp(1.28rem, 1.8vw, 1.72rem);
  line-height: 1.08;
}

.hero-form small {
  color: #4b6173;
  line-height: 1.4;
}

.hero-copy::before {
  content: "";
  display: block;
  width: 74px;
  height: 5px;
  margin-bottom: 28px;
  background: linear-gradient(90deg, var(--green-500), var(--gold-300));
  border-radius: 99px;
}

.hero h1,
.hero .eyebrow {
  color: #fff;
}

.hero .eyebrow {
  color: var(--gold-300);
}

.hero-lead {
  max-width: 640px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 1.45vw, 1.24rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 34px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-facts div {
  padding: 16px 16px 16px 0;
}

.hero-facts div + div {
  padding-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.hero-facts dt {
  margin-bottom: 4px;
  color: #fff;
  font-weight: 1000;
}

.hero-facts dd {
  margin-left: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  isolation: auto;
}

.hero-media::after {
  content: none;
}

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

.hero-media figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.hero-media strong,
.hero-media span {
  display: block;
}

.hero-media strong {
  font-size: 1.25rem;
}

.hero-media span {
  max-width: 260px;
  color: rgba(255, 255, 255, 0.78);
  text-align: right;
}

.proof-section {
  padding-top: clamp(38px, 4.5vw, 58px);
  padding-bottom: clamp(38px, 4.5vw, 58px);
  color: var(--navy-950);
  background:
    linear-gradient(180deg, #ffffff, #f8fbff);
  border-top: 8px solid #e4ad08;
  border-bottom: 4px solid var(--navy-950);
}

.proof-section h2,
.proof-section .section-head p {
  color: var(--navy-950);
}

.proof-section .eyebrow {
  color: var(--green-700);
}

.proof-section .section-head {
  margin-right: auto;
  margin-bottom: 26px;
  margin-left: auto;
  text-align: center;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.proof-grid article {
  min-height: 148px;
  padding: 18px 16px;
  text-align: center;
  background: var(--navy-950);
  border: 1px solid rgba(0, 182, 226, 0.14);
  border-radius: var(--radius);
  box-shadow: 0 18px 38px rgba(6, 35, 63, 0.14);
}

.proof-grid article:last-child {
  border-right: 0;
}

.proof-card {
  display: grid;
  align-content: center;
  justify-items: center;
}

.proof-card svg {
  width: 44px;
  height: 44px;
  margin-bottom: 10px;
  fill: none;
  stroke: #00b7e8;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.proof-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-300);
  font-size: clamp(1.95rem, 3.2vw, 2.85rem);
  line-height: 0.9;
}

.proof-grid span {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}

.proof-card.proof-gold strong {
  color: #f6d33a;
}

.proof-card.proof-cyan strong {
  color: #00b7e8;
}

.proof-card.proof-green strong {
  color: #3ec15b;
}

.proof-card.proof-orange strong {
  color: #ef7d22;
}

.pain-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: start;
  background: var(--paper);
}

.pain-copy {
  position: sticky;
  top: 112px;
}

.pain-copy p {
  max-width: 560px;
  font-size: 1.06rem;
}

.pain-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.pain-list p {
  margin: 0;
  padding: 22px 0;
  color: var(--navy-900);
  border-bottom: 1px solid var(--line);
  font-size: clamp(1.05rem, 2vw, 1.42rem);
  font-weight: 900;
}

.solution-section {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
  gap: clamp(24px, 5vw, 68px);
  align-items: center;
  background: #eff8f6;
}

.solution-image {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.solution-image img {
  width: 100%;
  height: clamp(360px, 54vw, 620px);
  object-fit: cover;
}

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

.solution-copy ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.solution-copy li {
  padding: 13px 0 13px 22px;
  color: var(--navy-900);
  border-top: 1px solid var(--line);
  font-weight: 800;
}

.solution-copy li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 12px 1px -22px;
  background: var(--green-600);
  border-radius: 50%;
}

.benefits-section {
  background: #fff;
}

.benefit-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(20px, 4vw, 46px);
  width: min(1180px, 100%);
  margin: 0 auto;
}

.benefit-feature,
.benefit-list article {
  border-top: 1px solid var(--line-strong);
}

.benefit-feature {
  min-height: 430px;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(6, 35, 63, 0.04), rgba(6, 35, 63, 0.72)),
    url("assets/qualidade-de-vida-selecao.jpeg") center / cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.benefit-feature h3 {
  margin-top: 110px;
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  color: #fff;
}

.benefit-feature p {
  color: rgba(255, 255, 255, 0.92);
}

.benefit-feature p strong {
  display: inline;
  color: var(--gold-300);
}

.benefit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 26px;
}

.benefit-list article {
  padding: 24px 0 28px;
}

.benefit-feature span,
.benefit-list span {
  color: var(--green-700);
  font-size: 0.78rem;
  font-weight: 1000;
}

.benefit-feature span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--navy-950);
  background: var(--gold-300);
  border-radius: 50%;
}

.developments-section {
  position: relative;
  padding-top: clamp(22px, 3vw, 38px);
  padding-bottom: clamp(22px, 3vw, 38px);
  background:
    radial-gradient(circle at 8% 18%, rgba(246, 211, 58, 0.24), transparent 24%),
    linear-gradient(135deg, #1670b7 0%, #0b579a 58%, #073f75 100%);
  border-top: 8px solid #f3d43b;
  border-bottom: 8px solid #158047;
}

.development-head {
  display: grid;
  grid-template-columns: minmax(0, 760px) auto;
  gap: 24px;
  align-items: end;
  width: min(1180px, 100%);
  margin: 0 auto 34px;
}

.development-head img {
  justify-self: end;
  width: min(180px, 30vw);
  padding: 12px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(22, 112, 183, 0.16);
  border-radius: var(--radius);
  box-shadow: 0 12px 30px rgba(22, 112, 183, 0.1);
}

.development-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.development-card {
  position: relative;
  min-height: 340px;
  margin: 0;
  overflow: hidden;
  background: var(--navy-900);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.development-card.wide {
  grid-row: span 2;
  min-height: 660px;
}

.development-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.development-card:hover img {
  transform: scale(1.035);
}

.development-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(6, 35, 63, 0.76));
  pointer-events: none;
}

.development-card div {
  position: absolute;
  right: 20px;
  bottom: 18px;
  left: 20px;
  z-index: 1;
  color: #fff;
}

.development-card h3 {
  color: #fff;
}

.development-card p {
  max-width: 420px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}

.development-carousel {
  display: grid;
  grid-auto-columns: minmax(230px, 310px);
  grid-auto-flow: column;
  gap: 14px;
  width: min(1180px, 100%);
  margin: 18px auto 0;
  padding: 2px 2px 16px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-color: #1670b7 rgba(22, 112, 183, 0.16);
}

.development-carousel figure {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  background: #1670b7;
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(6, 35, 63, 0.12);
  scroll-snap-align: start;
}

.development-carousel img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
}

.development-carousel figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 8px 10px;
  color: #fff;
  background: linear-gradient(90deg, rgba(22, 112, 183, 0.92), rgba(21, 128, 71, 0.88));
  border-left: 5px solid #f6d33a;
  border-radius: 6px;
  font-weight: 900;
}

.development-showcase {
  display: grid;
  grid-template-columns: minmax(310px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(16px, 2.8vw, 30px);
  align-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.development-story {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: clamp(250px, 22vw, 300px);
  padding: clamp(18px, 2.6vw, 28px);
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06)),
    linear-gradient(135deg, rgba(246, 211, 58, 0.25), rgba(21, 128, 71, 0.2));
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  box-shadow: 0 22px 48px rgba(3, 29, 55, 0.18);
}

.development-story::after {
  content: none;
}

.mcmv-mark {
  width: min(132px, 54%);
  margin-bottom: 16px;
  padding: 12px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: var(--radius);
  box-shadow: 0 18px 38px rgba(3, 29, 55, 0.2);
}

.development-story h2 {
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.65rem);
  line-height: 1;
}

.development-story .eyebrow {
  color: #f6d33a;
}

.development-story p:not(.eyebrow) {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.96rem;
}

.desire-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 18px;
}

.desire-strip span {
  padding: 9px 12px;
  color: #052f5c;
  background: #f6d33a;
  border-radius: 999px;
  font-weight: 900;
}

.gallery-shell {
  display: grid;
  grid-template-rows: auto auto auto;
  min-height: clamp(250px, 22vw, 300px);
  padding: clamp(12px, 1.5vw, 16px);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--radius);
  box-shadow: 0 22px 48px rgba(3, 29, 55, 0.2);
}

.gallery-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
  color: var(--navy-950);
  font-weight: 1000;
}

.gallery-controls {
  display: inline-flex;
  gap: 8px;
}

.gallery-controls button {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: var(--navy-950);
  border: 0;
  border-radius: 50%;
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease;
}

.gallery-controls button:hover {
  background: #1670b7;
  transform: translateY(-1px);
}

.gallery-viewport {
  height: clamp(210px, 21vw, 270px);
  overflow: hidden;
  border-radius: var(--radius);
}

.gallery-track {
  display: flex;
  height: 100%;
  transform: translateX(calc(var(--gallery-index, 0) * -100%));
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-slide {
  position: relative;
  flex: 0 0 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: var(--navy-900);
}

.gallery-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(6, 35, 63, 0.78));
  pointer-events: none;
}

.gallery-slide img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.gallery-slide figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 1;
  color: #fff;
}

.gallery-slide strong,
.gallery-slide span {
  display: block;
}

.gallery-slide strong {
  margin-bottom: 4px;
  font-size: 1.1rem;
}

.gallery-slide span {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.82);
}

.gallery-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}

.gallery-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  background: rgba(22, 112, 183, 0.24);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

.gallery-dots button.is-active {
  width: 30px;
  background: #1670b7;
}

.process-section {
  background: #fff;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(1060px, 100%);
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-grid article {
  padding: 28px 24px;
  border-right: 1px solid var(--line);
}

.process-grid article:last-child {
  border-right: 0;
}

.process-grid b {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  color: var(--navy-950);
  background: var(--gold-300);
  border-radius: 50%;
}

.lead-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(26px, 5vw, 76px);
  align-items: start;
  background:
    linear-gradient(110deg, rgba(6, 35, 63, 0.94), rgba(10, 49, 88, 0.88)),
    url("assets/piscina.jpg") center / cover;
}

.lead-copy,
.lead-copy h2,
.lead-copy p {
  color: #fff;
}

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

.lead-note {
  display: grid;
  gap: 6px;
  max-width: 480px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.lead-note strong {
  color: var(--gold-300);
}

.lead-note span {
  color: rgba(255, 255, 255, 0.82);
}

.lead-form {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 4vw, 30px);
  background: rgba(255, 253, 248, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.field {
  display: grid;
  gap: 7px;
}

.lead-form label {
  color: var(--navy-950);
  font-weight: 900;
}

.lead-form input,
.lead-form select {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(10, 49, 88, 0.18);
  border-radius: var(--radius);
  font: inherit;
}

.lead-form input:focus,
.lead-form select:focus {
  border-color: var(--green-700);
}

.lead-form button {
  width: 100%;
  margin-top: 4px;
}

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

.faq-section {
  background: #f7fbfb;
}

.faq-list {
  display: grid;
  gap: 0;
  width: min(860px, 100%);
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

details {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

summary {
  color: var(--navy-950);
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 900;
}

details p {
  max-width: 680px;
  margin: 12px 0 0;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  min-height: 430px;
  padding-top: clamp(38px, 6vw, 70px);
  padding-bottom: clamp(38px, 6vw, 70px);
  color: var(--navy-950);
  background: #e4ad08;
  border-bottom: 8px solid var(--navy-950);
}

.final-visual {
  position: relative;
  align-self: stretch;
  min-height: 300px;
  overflow: hidden;
  border-radius: var(--radius);
}

.final-visual img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: 34% center;
}

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

.final-cta h2,
.final-cta p {
  color: var(--navy-950);
}

.final-cta .eyebrow {
  color: #fff;
}

.final-cta .primary-cta {
  margin-top: 24px;
  background: var(--navy-950);
  box-shadow: 0 14px 28px rgba(6, 35, 63, 0.22);
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--green-500), var(--green-700));
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(6, 35, 63, 0.24);
  font-weight: 1000;
  text-decoration: none;
  transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease;
  padding-bottom: max(14px, env(safe-area-inset-bottom));
}

.floating-whatsapp.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms cubic-bezier(0.16, 1, 0.3, 1), transform 560ms cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(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;
  }

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .site-header nav {
    display: none;
  }

  .hero,
  .pain-section,
  .solution-section,
  .benefit-layout,
  .lead-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-form {
    justify-self: start;
    width: min(460px, 100%);
  }

  .pain-copy {
    position: static;
  }

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

  .proof-grid article:nth-child(2) {
    border-right: 1px solid rgba(0, 182, 226, 0.14);
  }

  .proof-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(0, 182, 226, 0.14);
  }

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

  .development-card.wide {
    min-height: 460px;
  }

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

  .process-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-grid article:last-child {
    border-bottom: 0;
  }

  .final-cta {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body,
  main,
  section {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .site-header {
    min-height: 68px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .brand small,
  .header-cta {
    display: none;
  }

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

  section {
    padding: 52px 18px;
  }

  .proof-section {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .proof-section .section-head {
    margin-bottom: 18px;
  }

  h1 {
    font-size: clamp(1.82rem, 7.8vw, 2.18rem);
    line-height: 1.02;
  }

  h2 {
    font-size: clamp(1.42rem, 6.3vw, 1.78rem);
    line-height: 1.08;
  }

  .hero {
    gap: 28px;
    min-height: auto;
    padding-top: 28px;
    padding-bottom: 34px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero-copy {
    width: min(100%, 322px);
    max-width: calc(100vw - 36px);
  }

  .hero-form {
    width: min(100%, 322px);
    max-width: calc(100vw - 36px);
  }

  .section-head,
  .section-head.left,
    .development-head,
    .pain-copy,
    .pain-list,
    .proof-grid,
    .solution-copy,
    .solution-image,
    .benefit-layout,
    .benefit-list,
    .benefit-feature,
    .process-grid,
    .lead-copy,
    .lead-form,
    .faq-list {
    width: min(100%, 322px);
    max-width: calc(100vw - 36px);
  }

  .hero *,
  .proof-section *,
  .pain-section *,
  .developments-section *,
  .process-section *,
  .lead-section *,
  .faq-section *,
  .final-cta * {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .proof-section h2,
  .pain-section h2,
  .development-head h2 {
    max-width: 100%;
  }

  .proof-grid strong {
    font-size: clamp(1.95rem, 11vw, 2.55rem);
  }

  .pain-list p {
    font-size: 1rem;
    line-height: 1.35;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .primary-cta,
  .hero-actions .text-link {
    width: min(100%, 100%);
  }

  .text-link {
    justify-content: center;
  }

  .hero-facts {
    grid-template-columns: 1fr;
  }

  .hero-facts div,
  .hero-facts div + div {
    padding: 14px 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
  }

  .hero-facts div:first-child {
    border-top: 0;
  }

  .proof-grid,
  .benefit-list {
    grid-template-columns: 1fr;
  }

  .proof-grid article,
  .proof-grid article:nth-child(2) {
    min-height: 126px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-right: 1px solid rgba(0, 182, 226, 0.14);
    border-bottom: 1px solid rgba(0, 182, 226, 0.14);
  }

  .proof-grid article:last-child {
    border-bottom: 1px solid rgba(0, 182, 226, 0.14);
  }

  .proof-card svg {
    width: 38px;
    height: 38px;
  }

  .final-cta {
    padding-bottom: 92px;
  }

  .final-visual,
  .final-visual img {
    min-height: 260px;
  }

  .final-copy {
    width: min(100%, 322px);
    max-width: calc(100vw - 36px);
  }

  .benefit-feature {
    min-height: 340px;
    padding: 22px;
  }

  .benefit-feature h3 {
    margin-top: 86px;
  }

  .solution-image img {
    height: 330px;
  }

  .development-card,
  .development-card.wide {
    min-height: 320px;
  }

  .development-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .development-head img {
    justify-self: start;
    width: 132px;
  }

  .development-carousel {
    grid-auto-columns: minmax(230px, 78vw);
    width: min(322px, calc(100vw - 36px));
  }

  .developments-section {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .development-showcase {
    grid-template-columns: 1fr;
    gap: 14px;
    width: min(100%, 322px);
    max-width: calc(100vw - 36px);
  }

  .development-story,
  .gallery-shell {
    min-height: auto;
  }

  .development-story {
    padding: 18px;
  }

  .mcmv-mark {
    width: 96px;
    margin-bottom: 12px;
    padding: 8px;
  }

  .development-story h2 {
    font-size: clamp(1.42rem, 6.4vw, 1.74rem);
    line-height: 1.02;
  }

  .development-story p:not(.eyebrow) {
    font-size: 0.86rem;
  }

  .desire-strip {
    margin: 12px 0 14px;
  }

  .gallery-shell {
    padding: 12px;
  }

  .gallery-viewport {
    height: 210px;
  }

  .gallery-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .gallery-slide,
  .gallery-slide img {
    min-height: 0;
  }

  .gallery-controls button {
    width: 34px;
    height: 34px;
  }

  .lead-form {
    padding: 20px;
  }

  .floating-whatsapp {
    right: 16px;
    left: 16px;
    width: auto;
    bottom: max(18px, env(safe-area-inset-bottom));
  }

}
