:root {
  --gold: #9b7628;
  --gold-2: #c5a45e;
  --cream: #f4efe6;
  --cream-2: #ece3d5;
  --ink: #2c2925;
  --muted: #6a6258;
  --white: #fff;
  --dark: #1d1c1a;
  --line: rgba(155, 118, 40, .28);
  --shadow: 0 20px 55px rgba(0,0,0,.12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Montserrat', Arial, sans-serif; color: var(--ink); background: #fff; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 92px 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; background: rgba(145, 105, 27, .95); color: #fff; border-bottom: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(14px); transition: .3s ease; }
.site-header.scrolled { background: rgba(105, 76, 20, .97); box-shadow: 0 10px 30px rgba(0,0,0,.15); }
.header-inner { min-height: 72px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; }
.brand { display: inline-flex; flex-direction: column; line-height: 1; min-width: 128px; }
.brand-main { font-family: 'Roboto', Arial, sans-serif; font-size: 28px; letter-spacing: -.03em; }
.brand-sub { font-size: 10px; text-transform: uppercase; letter-spacing: .18em; margin-top: 3px; opacity: .86; }
.site-nav { display: flex; justify-content: center; gap: 22px; font-size: 12px; font-weight: 600; }
.site-nav a { opacity: .9; transition: .2s; }
.site-nav a:hover { opacity: 1; transform: translateY(-1px); }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 26px; height: 2px; background: #fff; margin: 5px 0; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 24px; border-radius: 999px; border: 1px solid transparent; font-size: 12px; font-weight: 700; letter-spacing: .02em; transition: .25s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-outline { color: #fff; border-color: rgba(255,255,255,.65); }
.btn-outline:hover { background: #fff; color: var(--gold); }
.btn-primary { background: var(--gold); color: #fff; box-shadow: 0 10px 30px rgba(155,118,40,.28); }
.btn-primary:hover { background: #7f5d1d; }
.btn-dark { width: 100%; color: #fff; background: #34312d; border-radius: 8px; }
.btn-light { background: #fff; color: #6d511e; }

.hero { min-height: 720px; position: relative; display: grid; place-items: center; overflow: hidden; color: #fff; text-align: center; padding-top: 72px; }
.hero-bg { position: absolute; inset: 0; background: url('../img/hero-cidade.png') center/cover no-repeat; transform: scale(1.05); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,11,9,.56), rgba(20,16,10,.76)), radial-gradient(circle at 50% 30%, rgba(170,126,43,.18), transparent 42%); }
.hero-content { position: relative; z-index: 2; max-width: 940px; padding: 70px 0; }
.eyebrow { display: inline-flex; padding: 7px 15px; border-radius: 999px; background: #c9474e; color: #fff; text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: .05em; }
.hero h1 { font-family: 'Roboto', Arial, sans-serif; font-size: clamp(46px, 7vw, 84px); line-height: .92; font-weight: 600; margin: 18px 0 28px; text-wrap: balance; }
.product-grid { width: min(760px, 100%); margin: 0 auto 28px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid rgba(205,170,94,.72); border-radius: 14px; overflow: hidden; background: rgba(0,0,0,.24); backdrop-filter: blur(8px); }
.product-grid article { padding: 15px 12px; min-height: 76px; display: flex; flex-direction: column; justify-content: center; }
.product-grid article:nth-child(-n+3) { border-bottom: 1px solid rgba(205,170,94,.48); }
.product-grid article:not(:nth-child(3n)) { border-right: 1px solid rgba(205,170,94,.48); }
.product-grid strong { font-family: 'Roboto', Arial, sans-serif; font-size: 25px; line-height: 1; }
.product-grid span { font-size: 11px; opacity: .86; margin-top: 6px; }
.scroll-indicator { position: absolute; left: 50%; bottom: 18px; width: 30px; height: 44px; border: 1px solid rgba(255,255,255,.45); border-radius: 20px; transform: translateX(-50%); }
.scroll-indicator span { position: absolute; top: 8px; left: 50%; width: 4px; height: 8px; background: #fff; border-radius: 99px; transform: translateX(-50%); animation: scrollDown 1.8s infinite; }
@keyframes scrollDown { 0%{opacity:0; transform:translate(-50%,0)} 30%{opacity:1} 100%{opacity:0; transform:translate(-50%,16px)} }

.split-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 64px; }
.visual-panel { min-height: 560px; display: grid; place-items: end center; overflow: hidden; border-radius: var(--radius); background: linear-gradient(145deg,#fff,#f4f0ea); }
.visual-panel img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.section-kicker { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--gold); margin-bottom: 12px; }
.section-kicker.light { color: #dfc683; }
.copy-panel h2, .lead-copy h2, .technical h2, .section-heading h2, .lifestyle h2, .location-content h2, .cta-band h2 { font-family: 'Roboto', Arial, sans-serif; font-size: clamp(38px, 4.6vw, 62px); line-height: 1.02; font-weight: 600; margin: 0 0 22px; }
.copy-panel p { color: var(--muted); margin: 0 0 15px; }
.highlight-line { color: var(--gold)!important; font-weight: 700; }
.launch-date { text-transform: uppercase; font-size: 12px; letter-spacing: .04em; font-weight: 700; }

.lead-section { background: linear-gradient(135deg,#9d782d,#7f5f21); color: #fff; }
.lead-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.lead-copy p { opacity: .9; max-width: 520px; }
.check-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 9px; }
.check-list li { position: relative; padding-left: 24px; font-weight: 600; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: #f1d48a; }
.lead-form { background: #fff; color: var(--ink); padding: 28px; border-radius: 16px; box-shadow: var(--shadow); }
.form-row { display: grid; gap: 16px; margin-bottom: 16px; }
.two-cols { grid-template-columns: 1fr 1fr; }
.lead-form label { font-size: 12px; font-weight: 700; }
.lead-form input, .lead-form select { width: 100%; margin-top: 7px; height: 48px; border: 1px solid #ddd5c9; border-radius: 8px; padding: 0 13px; background: #fff; color: var(--ink); outline: none; }
.lead-form input:focus, .lead-form select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(155,118,40,.12); }
.consent { display: flex; gap: 10px; align-items: flex-start; margin: 4px 0 16px; color: #666; line-height: 1.45; }
.consent input { width: 17px; height: 17px; margin: 2px 0 0; flex: 0 0 auto; }
.form-status { min-height: 18px; margin: 10px 0 0; font-size: 12px; color: var(--gold); }

.technical { background: #f8f4ed; }
.tech-table { border-top: 1px solid var(--line); }
.tech-table > div { display: grid; grid-template-columns: 220px 1fr; gap: 28px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.tech-table span { color: var(--gold); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.tech-table strong { font-weight: 600; }

.differentiators { background: #efe8dd; }
.section-heading { text-align: center; max-width: 700px; margin: 0 auto 44px; }
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.feature-card { min-height: 145px; background: #fff; border-radius: 28px 28px 28px 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 24px; box-shadow: 0 14px 35px rgba(77,58,24,.07); border: 1px solid rgba(155,118,40,.08); }
.feature-card strong { font-family: 'Roboto', Arial, sans-serif; font-size: 24px; color: var(--gold); line-height: 1.05; }
.feature-card span { margin-top: 7px; font-size: 13px; color: #655d53; }

.lifestyle { background: #24211d; color: #fff; }
.lifestyle-grid { display: grid; grid-template-columns: 1.1fr .6fr; gap: 90px; align-items: center; }
.lifestyle-copy p { color: rgba(255,255,255,.75); max-width: 700px; }
.amenities { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.amenities span { border: 1px solid rgba(255,255,255,.22); border-radius: 999px; padding: 9px 13px; font-size: 12px; }
.lifestyle-stat { border-left: 1px solid rgba(255,255,255,.2); padding-left: 48px; }
.lifestyle-stat span { font-family: 'Roboto', Arial, sans-serif; font-size: 120px; line-height: .8; color: #d1ae60; }
.lifestyle-stat p { margin: 16px 0 0; color: rgba(255,255,255,.78); }

.location-section { min-height: 640px; position: relative; display: grid; align-items: center; overflow: hidden; color: #fff; }
.location-section > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.location-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(28,22,14,.88) 0%, rgba(28,22,14,.5) 45%, rgba(28,22,14,.12) 75%); }
.location-content { position: relative; z-index: 2; }
.location-content h2 { max-width: 640px; font-size: clamp(46px, 6vw, 74px); }
.location-content p { max-width: 560px; margin: 0 0 26px; color: rgba(255,255,255,.85); }

.cta-band { padding: 70px 0; background: linear-gradient(135deg,#9b7628,#76571a); color: #fff; }
.cta-band-inner { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; }
.cta-band h2 { font-size: clamp(34px,4vw,52px); margin: 0; }

.site-footer { background: #151513; color: #fff; }
.footer-main { padding: 62px 0 48px; display: grid; grid-template-columns: 260px 1fr; align-items: center; gap: 70px; }
.sotere-logo { width: 235px; }
.footer-copy { color: rgba(255,255,255,.66); font-size: 11px; letter-spacing: .04em; }
.footer-slogan { color: #d5b368; font-weight: 700; font-size: 15px; text-transform: uppercase; letter-spacing: .04em; margin-top: 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 17px 0; text-align: center; font-size: 11px; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .12em; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 1100; width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; background: #25D366; box-shadow: 0 14px 30px rgba(0,0,0,.25); }
.whatsapp-float svg { width: 34px; height: 34px; fill: #fff; position: relative; z-index: 2; }
.wa-pulse { position: absolute; inset: 0; border-radius: inherit; background: #25D366; animation: waPulse 2s infinite; }
@keyframes waPulse { 0%{transform:scale(1); opacity:.55} 70%{transform:scale(1.5); opacity:0} 100%{opacity:0} }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .header-inner { grid-template-columns: auto auto 1fr; }
  .menu-toggle { display: block; justify-self: end; order: 3; }
  .btn-header { display: none; }
  .site-nav { position: absolute; top: 72px; left: 0; right: 0; display: none; flex-direction: column; align-items: center; gap: 0; padding: 10px 20px 18px; background: rgba(105,76,20,.99); }
  .site-nav.open { display: flex; }
  .site-nav a { width: 100%; max-width: 560px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .split-grid, .lead-grid, .lifestyle-grid { grid-template-columns: 1fr; gap: 42px; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .lifestyle-stat { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); padding: 36px 0 0; }
  .cta-band-inner { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 66px 0; }
  .hero { min-height: 750px; }
  .hero-content { padding-top: 90px; }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .product-grid article { border-bottom: 1px solid rgba(205,170,94,.48)!important; }
  .product-grid article:not(:nth-child(2n)) { border-right: 1px solid rgba(205,170,94,.48)!important; }
  .product-grid article:nth-child(2n) { border-right: 0!important; }
  .product-grid article:nth-last-child(-n+2) { border-bottom: 0!important; }
  .visual-panel { min-height: 390px; }
  .two-cols { grid-template-columns: 1fr; }
  .tech-table > div { grid-template-columns: 1fr; gap: 6px; }
  .feature-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .feature-card { min-height: 125px; border-radius: 22px 22px 22px 8px; padding: 18px 10px; }
  .footer-main { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .sotere-logo { margin: auto; }
  .whatsapp-float { right: 15px; bottom: 15px; width: 56px; height: 56px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none!important; transition: none!important; }
  .reveal { opacity: 1; transform: none; }
}

/* Ajustes v2 — identidade, escala tipográfica e diferenciais */
.brand { min-width: 152px; height: 48px; justify-content: center; }
.brand-logo { width: 152px; height: 46px; object-fit: contain; object-position: left center; }
.hero-bg { background-image: url('../img/hero-familia.png'); background-position: center center; transform: scale(1.01); }
.hero-overlay { background: linear-gradient(180deg, rgba(14,12,9,.38), rgba(20,16,10,.66)), radial-gradient(circle at 50% 38%, rgba(170,126,43,.13), transparent 46%); }
.hero h1 { font-size: clamp(40px, 5.6vw, 68px); line-height: .96; }
.copy-panel h2, .lead-copy h2, .technical h2, .section-heading h2, .lifestyle h2, .location-content h2, .cta-band h2 { font-size: clamp(32px, 3.7vw, 50px); line-height: 1.06; }
.location-content h2 { font-size: clamp(38px, 4.8vw, 58px); }
.cta-band h2 { font-size: clamp(30px, 3.3vw, 44px); }
.feature-card { min-height: 176px; gap: 5px; }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 8px; color: var(--gold); }
.feature-icon svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.feature-card strong { font-size: 22px; }
@media (max-width: 700px) {
  .brand { min-width: 124px; }
  .brand-logo { width: 124px; height: 40px; }
  .hero h1 { font-size: clamp(36px, 10vw, 52px); }
  .copy-panel h2, .lead-copy h2, .technical h2, .section-heading h2, .lifestyle h2, .location-content h2, .cta-band h2 { font-size: clamp(30px, 8vw, 40px); }
  .feature-card { min-height: 150px; }
  .feature-icon { width: 42px; height: 42px; }
  .feature-icon svg { width: 36px; height: 36px; }
}

/* Ajustes v3 - Roboto Medium, boxes separados e ícones preenchidos */
.hero h1,
.copy-panel h2,
.lead-copy h2,
.technical h2,
.section-heading h2,
.lifestyle h2,
.location-content h2,
.cta-band h2,
.product-grid strong,
.feature-card strong,
.lifestyle-stat span {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -.02em;
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  backdrop-filter: none;
}
.product-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(205,170,94,.82);
  border-radius: 13px;
  overflow: hidden;
  background: rgba(0,0,0,.24);
  backdrop-filter: blur(8px);
}
.product-grid article { border: 0 !important; }
.product-row article:not(:last-child) { border-right: 1px solid rgba(205,170,94,.48) !important; }

.feature-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(155,118,40,.10);
}
.feature-icon svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
  stroke: none;
}

.visual-panel img {
  object-fit: contain;
  background: #fff;
}

@media (max-width: 700px) {
  .product-row { grid-template-columns: repeat(3, 1fr); }
  .product-row article { border-bottom: 0 !important; }
  .product-row article:not(:last-child) { border-right: 1px solid rgba(205,170,94,.48) !important; }
  .feature-icon { width: 50px; height: 50px; }
  .feature-icon svg { width: 31px; height: 31px; }
}

/* Ajustes v4 — hero e escala dos títulos */
.hero h1 { font-size: clamp(34px, 4.5vw, 56px); line-height: 1; }
.copy-panel h2, .lead-copy h2, .technical h2, .section-heading h2, .lifestyle h2, .location-content h2, .cta-band h2 { font-size: clamp(27px, 3vw, 40px); line-height: 1.08; }
.location-content h2 { font-size: clamp(30px, 3.6vw, 46px); }
.cta-band h2 { font-size: clamp(27px, 3vw, 38px); }
/* Enquadra a família priorizando rostos na dobra principal */
.hero-bg { background-position: center 28%; transform: scale(1.005); }
@media (max-width: 700px) {
  .hero h1 { font-size: clamp(31px, 8vw, 42px); }
  .copy-panel h2, .lead-copy h2, .technical h2, .section-heading h2, .lifestyle h2, .location-content h2, .cta-band h2 { font-size: clamp(25px, 6.8vw, 33px); }
  .hero-bg { background-position: 56% 24%; }
}

/* Ajustes V5 — navegação e CTA final */
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
#topo { scroll-margin-top: 0; }
.brand { cursor: pointer; }
.cta-band-inner > div { min-width: 0; }
.cta-band h2 {
  font-size: clamp(23px, 2.35vw, 32px) !important;
  line-height: 1.22 !important;
  max-width: 850px;
  margin: 0 !important;
  letter-spacing: -0.015em;
}
.cta-band h2 span { display: block; white-space: nowrap; }
@media (max-width: 980px) {
  .cta-band h2 { max-width: 720px; }
}
@media (max-width: 760px) {
  .cta-band h2 { font-size: clamp(21px, 5.5vw, 28px) !important; max-width: 100%; }
  .cta-band h2 span { white-space: normal; }
}

/* Ajustes V6 — enquadramento do hero, ícones mais atuais e endereço completo */
/* Alinha o topo da fotografia com a dobra para preservar os rostos abaixo do menu fixo. */
.hero-bg {
  background-position: center 4% !important;
  transform: scale(1.002);
}

/* Ícones com linguagem mais sólida: badge preenchido, alto contraste e leitura imediata. */
.feature-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(145deg, #a98332, #7e5e1e);
  color: #fff;
  box-shadow: 0 10px 22px rgba(126, 94, 30, .18);
  transition: transform .25s ease, box-shadow .25s ease;
}
.feature-card:hover .feature-icon {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 14px 28px rgba(126, 94, 30, .24);
}
.feature-icon svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
  stroke: none;
}
.feature-card {
  transition: transform .25s ease, box-shadow .25s ease;
}
.feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(77,58,24,.11);
}

@media (max-width: 700px) {
  .hero-bg { background-position: 56% 8% !important; }
  .feature-icon { width: 52px; height: 52px; border-radius: 16px; }
  .feature-icon svg { width: 29px; height: 29px; }
}

/* Ajustes V7 — ícones monocromáticos, arquitetônicos e leves */
.feature-icon {
  width: 58px;
  height: 58px;
  border-radius: 0;
  background: transparent;
  color: #173f36;
  box-shadow: none;
  transition: transform .22s ease, opacity .22s ease;
}
.feature-card:hover .feature-icon {
  transform: translateY(-2px);
  box-shadow: none;
  opacity: .82;
}
.feature-icon svg {
  width: 40px;
  height: 40px;
  fill: currentColor;
  stroke: none;
}
.feature-card {
  border-color: rgba(23,63,54,.09);
}
.feature-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(23,63,54,.08);
}
@media (max-width: 700px) {
  .feature-icon { width: 50px; height: 50px; border-radius: 0; }
  .feature-icon svg { width: 35px; height: 35px; }
}
