:root {
  --forest: #082016;
  --forest-2: #0d311f;
  --forest-3: #123f28;
  --leaf: #2f8b32;
  --moss: #a8b09a;
  --cream: #f4f1ea;
  --stone: #d5c8b4;
  --wood: #9b5b31;
  --orange: #e36d2d;
  --ink: #102019;
  --muted: #68736a;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI Variable", "Aptos", "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #000;
  font-size: 15px;
  line-height: 1.45;
}

body.drawer-open,
body.team-open,
body.dashboard-open {
  overflow: hidden;
}

.netlify-hidden {
  display: none;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.site-header {
  display: none !important;
  position: fixed;
  z-index: 30;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 10px 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.86);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
  transform: translateY(-110%);
  transition: transform 180ms ease;
}

body.show-fixed-nav .site-header {
  transform: translateY(-110%);
}

.pdf-visual-hero {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #000;
}

.hero-background {
  width: 100%;
  height: auto;
  max-width: none;
}

.hero-logo-mask {
  display: none;
}

.hero-logo-original {
  display: none;
}

.hero-pdf-nav {
  position: absolute;
  left: 40.6%;
  right: 5.3%;
  top: 3.75%;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 0;
  background: transparent;
}

.hero-pdf-nav a {
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(10px, 1.04vw, 21px);
  font-weight: 650;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.34);
}

.hero-pdf-nav a:hover {
  color: var(--orange);
}

.hero-slogan {
  position: absolute;
  left: 40.7%;
  right: 5.2%;
  top: 8.45%;
  z-index: 2;
  margin: 0;
  padding: 0;
  color: #fff;
  background: transparent;
  font-size: clamp(12px, 1.28vw, 27px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transform: scaleX(0.88);
  transform-origin: center top;
}

.hero-side-panel {
  position: absolute;
  left: 6.45%;
  top: 12.2%;
  width: 27.3%;
  height: 55.7%;
  z-index: 2;
  display: block;
  padding: 0;
  color: #fff;
  background: transparent;
  text-align: center;
}

.hero-source-link {
  position: absolute;
  left: 37%;
  right: 0;
  top: 71.08%;
  height: 3.05%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(16px, 1.85vw, 36px);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero-footer-contact {
  position: absolute;
  left: 6.2%;
  top: 76.6%;
  width: 27.3%;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 1.25vw;
  color: #fff;
}

.hero-footer-contact img {
  width: 70%;
  height: auto;
  max-width: 245px;
  mix-blend-mode: normal;
}

.hero-contact-link {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  justify-items: center;
  gap: 0.5em;
  width: auto;
  max-width: 100%;
  color: #fff;
  font-size: clamp(14px, 1.46vw, 29px);
  font-weight: 650;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.hero-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero-contact-icon svg {
  width: 1.35em;
  height: 1.35em;
  color: #fff;
  fill: currentColor;
}

.hero-footer-links,
.hero-footer-homes {
  position: absolute;
  top: 77.9%;
  z-index: 2;
  display: grid;
  gap: 0.54vw;
  color: #fff;
  text-transform: uppercase;
}

.hero-footer-links {
  left: 43.9%;
  width: 18.5%;
}

.hero-footer-homes {
  left: 68.9%;
  width: 29.4%;
}

.hero-footer-links h3,
.hero-footer-homes h3 {
  margin: 0 0 1.1vw;
  color: var(--orange);
  font-size: clamp(12px, 1.1vw, 22px);
  font-weight: 700;
}

.hero-footer-links a,
.hero-footer-links button,
.hero-footer-homes a {
  min-height: 0;
  border: 0;
  padding: 0;
  color: #fff;
  background: transparent;
  font-size: clamp(11px, 0.98vw, 20px);
  font-weight: 650;
  line-height: 1.1;
  text-align: left;
  text-transform: uppercase;
}

.hero-footer-links a,
.hero-footer-links button {
  font-size: clamp(12px, 1.08vw, 22px);
}

.hero-footer-homes a {
  font-size: clamp(12px, 1.08vw, 22px);
}

.hero-footer-links button {
  cursor: pointer;
}

.hero-side-panel p {
  position: absolute;
  top: 21.8%;
  right: 7%;
  left: 7%;
  max-width: none;
  margin: 0;
  font-size: clamp(12px, 1.32vw, 27px);
  font-weight: 550;
  line-height: 1.58;
  text-transform: uppercase;
}

.hero-side-panel > span {
  position: absolute;
  right: 10%;
  bottom: 20.4%;
  left: 10%;
  margin: 0;
  font-size: clamp(13px, 1.28vw, 27px);
  font-weight: 650;
  line-height: 1.1;
  text-transform: uppercase;
}

.hero-models-button {
  position: absolute;
  right: 11%;
  bottom: 3.1%;
  left: 11%;
  display: grid;
  gap: 2px;
  justify-items: center;
  color: var(--orange);
  overflow: hidden;
  text-transform: uppercase;
  text-align: center;
}

.hero-models-button small {
  max-width: 100%;
  font-size: clamp(11px, 1.08vw, 22px);
  font-weight: 750;
  white-space: nowrap;
}

.hero-models-button strong {
  max-width: 100%;
  font-size: clamp(31px, 3.75vw, 76px);
  font-weight: 700;
  line-height: 0.9;
  white-space: nowrap;
}

.site-action-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 12px 20px;
  color: #fff;
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-action-strip a,
.site-action-strip button {
  min-height: 34px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.24);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 11px;
  color: #fff;
  background: rgba(0, 128, 0, 0.24);
  font-size: 12px;
  font-weight: 650;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.site-action-strip button {
  cursor: pointer;
}

.site-action-strip span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.site-header[data-elevated="true"] {
  background: rgba(0, 0, 0, 0.9);
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px 8px;
  border: 2px solid currentColor;
  border-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
}

.brand-roof {
  position: absolute;
  top: -14px;
  left: -2px;
  width: calc(100% + 4px);
  height: 18px;
  border-top: 2px solid currentColor;
  transform: skewY(-7deg);
  transform-origin: left bottom;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 650;
  text-transform: uppercase;
}

.link-button,
.internal-button,
.icon-action,
.close-button {
  border: 0;
  background: transparent;
}

.main-nav a,
.main-nav button {
  min-height: 34px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: transparent;
  font-size: 12px;
  font-weight: 650;
  line-height: 1;
  text-transform: uppercase;
}

.main-nav a:hover,
.main-nav button:hover {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.internal-button {
  min-height: 34px;
  border-color: transparent;
  font-weight: 650;
}

.section-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.section-kicker {
  margin: 0 0 10px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 92px;
  line-height: 0.9;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 18px;
  font-size: 38px;
  line-height: 1.08;
  font-weight: 650;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.16;
  font-weight: 650;
}

.hero-section {
  position: relative;
  min-height: 84vh;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: 140px 0 70px;
  color: #fff;
  background-image: url("assets/hero-casitas-clean.webp");
  background-size: cover;
  background-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 32, 22, 0.96) 0%, rgba(8, 32, 22, 0.7) 38%, rgba(8, 32, 22, 0.3) 100%),
    linear-gradient(0deg, rgba(8, 32, 22, 0.76), rgba(8, 32, 22, 0.06));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 40px));
  margin-left: max(20px, calc((100vw - 1180px) / 2));
}

.hero-copy {
  max-width: 580px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 22px;
  line-height: 1.45;
}

.hero-actions,
.form-actions,
.dashboard-tools {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.primary-action,
.secondary-action,
.icon-action {
  min-height: 46px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.primary-action {
  background: var(--orange);
  color: #16120e;
}

.secondary-action,
.icon-action {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.hero-note {
  position: absolute;
  right: max(20px, calc((100vw - 1180px) / 2));
  bottom: 46px;
  z-index: 2;
  display: grid;
  gap: 5px;
  max-width: 320px;
  padding: 18px;
  border-left: 4px solid var(--orange);
  background: rgba(8, 32, 22, 0.78);
  color: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.hero-note strong {
  color: #fff;
  font-size: 18px;
}

.intro-band {
  padding: 88px 0;
  background: var(--cream);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.86fr) 1.14fr;
  gap: 60px;
  align-items: start;
}

.intro-copy {
  color: #38483c;
  font-size: 19px;
  line-height: 1.68;
}

.advantages-section {
  padding: 38px 0 92px;
  background: var(--cream);
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.advantage-grid article {
  min-height: 230px;
  padding: 24px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid rgba(16, 32, 25, 0.08);
  box-shadow: 0 10px 28px rgba(9, 32, 22, 0.06);
}

.advantage-grid span {
  display: block;
  margin-bottom: 40px;
  color: var(--orange);
  font-weight: 700;
}

.advantage-grid p {
  color: var(--muted);
  line-height: 1.45;
}

.customization-section {
  padding: 92px 0;
  color: #fff;
  background: #101711;
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.option-card {
  min-height: 190px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  background: rgba(255, 255, 255, 0.06);
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.option-card:hover,
.option-card.is-active {
  border-color: rgba(255, 107, 26, 0.78);
  background: rgba(255, 255, 255, 0.105);
  transform: translateY(-1px);
}

.option-card h3 {
  margin-bottom: 12px;
  color: var(--orange);
  font-weight: 650;
  text-transform: uppercase;
}

.option-card p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

.option-detail-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
}

.option-detail-panel.has-images {
  grid-template-columns: minmax(0, 0.76fr) minmax(340px, 1.24fr);
}

.option-detail-copy {
  display: grid;
  gap: 14px;
  align-content: start;
}

.option-detail-copy h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 650;
  text-transform: uppercase;
}

.option-detail-copy p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.option-detail-copy ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.45;
}

.option-detail-copy strong {
  color: #fff;
}

.option-detail-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-content: start;
}

.option-detail-figure {
  display: grid;
  gap: 8px;
  margin: 0;
}

.option-detail-figure img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  object-fit: cover;
  background: #0c120e;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.option-detail-figure figcaption {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.25;
}

.catalog-section {
  position: relative;
  padding: 92px 0;
  color: #fff;
  background:
    linear-gradient(rgba(8, 32, 22, 0.94), rgba(8, 32, 22, 0.96)),
    url("assets/quem-somos-pdf-visual-light.webp") center top / cover fixed;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 460px);
  gap: 40px;
  align-items: end;
  margin-bottom: 28px;
}

.section-heading p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.5;
}

.filter-panel {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 1fr) auto;
  gap: 10px;
  align-items: end;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

label {
  display: grid;
  gap: 7px;
}

label span {
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(16, 32, 25, 0.16);
  border-radius: var(--radius);
  padding: 0 12px;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
}

textarea {
  min-height: 110px;
  padding: 12px;
  resize: vertical;
}

.catalog-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 18px 0 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.model-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  max-width: 980px;
  margin: 0 auto;
}

.model-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.model-image-wrap {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
  background: #000;
}

.model-image-wrap[data-media-type="plan"] {
  aspect-ratio: auto;
  min-height: 560px;
  background: #fff;
}

.model-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
  background: #000;
}

.model-image-wrap[data-media-type="plan"] img {
  object-fit: contain;
  background: #fff;
}

.model-category {
  margin: 0 0 8px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.model-media-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(8, 32, 22, 0.16);
  border-radius: 50%;
  color: var(--forest);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}

.model-media-nav.prev {
  left: 12px;
}

.model-media-nav.next {
  right: 12px;
}

.model-media-nav:hover {
  color: #fff;
  background: var(--orange);
}

.model-card.no-carousel .model-media-nav {
  display: none;
}

.model-body {
  display: grid;
  gap: 16px;
  padding: 18px;
}

.model-body h3 {
  margin-bottom: 6px;
  color: #fff;
  font-size: 19px;
  font-weight: 650;
  text-transform: uppercase;
}

.model-description {
  min-height: 44px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.5;
}

.model-base-note {
  margin: -4px 0 0;
  padding: 10px;
  border: 1px solid rgba(255, 107, 26, 0.34);
  border-radius: var(--radius);
  color: #fff;
  background: rgba(255, 107, 26, 0.12);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
}

.model-options {
  display: grid;
  gap: 8px;
  padding: 12px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
}

.model-options > span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.model-options ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.model-options li {
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  line-height: 1.35;
}

.model-options strong {
  color: #fff;
}

.model-gallery {
  display: block;
}

.model-media-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid rgba(16, 32, 25, 0.12);
  border-radius: var(--radius);
  padding: 10px;
  background: #fff;
}

.model-media-panel h4 {
  margin: 0;
  color: var(--forest);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.model-current-media {
  color: var(--orange);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.model-media-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.model-media-thumb {
  min-height: 31px;
  border: 1px solid rgba(16, 32, 25, 0.18);
  border-radius: var(--radius);
  padding: 0 10px;
  color: var(--forest);
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.model-media-thumb.is-active {
  color: #fff;
  border-color: var(--orange);
  background: var(--orange);
}

.model-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 0;
}

.model-specs div {
  padding: 10px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
}

.model-specs dt {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.model-specs dd {
  margin: 0;
  color: #fff;
  font-weight: 650;
}

.model-price-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.model-price-row span,
.model-price-row small {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.model-price {
  display: block;
  margin-top: 4px;
  color: var(--orange);
  font-size: 28px;
  line-height: 1;
}

.choose-model {
  width: 100%;
}

.process-section {
  padding: 92px 0;
  background: #fff;
}

.process-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 60px;
}

.process-grid p {
  color: var(--muted);
  line-height: 1.6;
}

.process-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: phase;
}

.process-list li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(16, 32, 25, 0.08);
  border-radius: var(--radius);
  background: var(--cream);
  counter-increment: phase;
}

.process-list li::before {
  content: counter(phase, decimal-leading-zero);
  grid-row: 1 / 3;
  color: var(--orange);
  font-weight: 700;
}

.process-list strong,
.process-list span {
  grid-column: 2;
  display: block;
}

.process-list span {
  margin-top: 4px;
  color: var(--muted);
}

.site-footer {
  padding: 26px 0;
  color: #fff;
  background: var(--forest);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 22px;
  align-items: center;
}

.footer-grid div {
  display: grid;
  gap: 4px;
}

.footer-grid span {
  color: rgba(255, 255, 255, 0.66);
}

.owner-access {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 29;
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  padding: 0 13px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(8, 32, 22, 0.78);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(12px);
  font-size: 11px;
  font-weight: 650;
  line-height: 1;
  text-transform: uppercase;
}

.owner-access:hover {
  color: #fff;
  border-color: rgba(227, 109, 45, 0.56);
  background: rgba(13, 49, 31, 0.92);
}

.lead-launcher {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 28;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 320px;
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  padding: 8px;
  color: #fff;
  background: rgba(13, 49, 31, 0.9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
  text-align: left;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 180ms ease, transform 180ms ease;
}

body.show-lead-launcher .lead-launcher {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.contact-launcher button {
  min-height: 42px;
  border: 0;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.contact-launcher button {
  padding: 0 12px;
  background: var(--orange);
  color: #17120e;
}

.contact-launcher img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.contact-launcher span {
  white-space: nowrap;
}

.bot-widget {
  position: fixed;
  right: 22px;
  bottom: 92px;
  z-index: 55;
}

.bot-launcher {
  display: grid;
  gap: 2px;
  min-width: 168px;
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  padding: 10px 14px;
  color: #fff;
  background: rgba(8, 32, 22, 0.94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
  text-align: left;
}

.bot-launcher span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bot-launcher strong {
  font-size: 14px;
  font-weight: 750;
}

.bot-panel {
  position: absolute;
  right: 0;
  bottom: 66px;
  display: none;
  width: min(390px, calc(100vw - 28px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  color: var(--ink);
  background: #f7f4ee;
  box-shadow: var(--shadow);
}

.bot-panel[aria-hidden="false"] {
  display: block;
}

.bot-header {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  color: #fff;
  background: var(--forest-2);
}

.bot-header span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bot-header strong {
  display: block;
  margin-top: 2px;
  font-size: 16px;
}

.bot-close {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  font-size: 22px;
  line-height: 1;
}

.bot-messages {
  display: grid;
  gap: 8px;
  max-height: 340px;
  overflow: auto;
  padding: 14px;
}

.bot-message {
  max-width: 88%;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.35;
}

.bot-message.bot {
  justify-self: start;
  background: #fff;
  border: 1px solid rgba(16, 32, 25, 0.08);
}

.bot-message.user {
  justify-self: end;
  color: #fff;
  background: var(--forest-2);
}

.bot-quick-replies {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 14px 12px;
}

.bot-quick-replies button {
  min-height: 34px;
  border: 1px solid rgba(13, 49, 31, 0.18);
  border-radius: 999px;
  padding: 0 12px;
  color: var(--forest-2);
  background: #fff;
  font-size: 12px;
  font-weight: 750;
}

.bot-quick-replies button.primary {
  color: #17120e;
  background: var(--orange);
  border-color: transparent;
}

.bot-input-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 12px 14px 14px;
  border-top: 1px solid rgba(16, 32, 25, 0.08);
  background: #fff;
}

.bot-input-form input {
  min-height: 38px;
  border: 1px solid rgba(16, 32, 25, 0.14);
  border-radius: 6px;
  padding: 0 10px;
}

.bot-input-form button {
  min-height: 38px;
  border: 0;
  border-radius: 6px;
  padding: 0 12px;
  color: #fff;
  background: var(--forest-2);
  font-size: 12px;
  font-weight: 750;
}

.team-drawer,
.lead-drawer,
.dashboard-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  pointer-events: none;
}

.team-drawer[aria-hidden="false"],
.lead-drawer[aria-hidden="false"],
.dashboard-modal[aria-hidden="false"] {
  pointer-events: auto;
}

.drawer-backdrop,
.dashboard-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 12, 8, 0.68);
  opacity: 0;
  transition: opacity 180ms ease;
}

.team-drawer[aria-hidden="false"] .drawer-backdrop,
.lead-drawer[aria-hidden="false"] .drawer-backdrop,
.dashboard-modal[aria-hidden="false"] .dashboard-backdrop {
  opacity: 1;
}

.team-form,
.lead-form,
.dashboard-panel {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(760px, 100%);
  overflow: auto;
  padding: 28px;
  color: var(--ink);
  background: #f7f4ee;
  box-shadow: var(--shadow);
  opacity: 1;
  visibility: visible;
  transform: none;
}

.team-form {
  width: min(640px, 100%);
}

.dashboard-panel {
  width: min(1120px, 100%);
}

.team-drawer[aria-hidden="false"] .team-form,
body.team-open .team-form,
.lead-drawer[aria-hidden="false"] .lead-form,
body.drawer-open .lead-form,
.dashboard-modal[aria-hidden="false"] .dashboard-panel,
body.dashboard-open .dashboard-panel {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.team-selector {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  border: 0;
  padding: 0;
}

.team-selector legend {
  margin-bottom: 8px;
  color: var(--forest-2);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.team-selector label {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 58px;
  border: 1px solid rgba(16, 32, 25, 0.12);
  border-radius: var(--radius);
  padding: 10px 12px;
  background: #fff;
}

.team-selector input {
  width: 18px;
  height: 18px;
  accent-color: var(--orange);
}

.team-selector strong,
.team-selector small {
  display: block;
}

.team-selector strong {
  color: var(--forest-2);
  font-size: 14px;
  font-weight: 800;
}

.team-selector small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}

.compact-form {
  margin-top: 4px;
}

.drawer-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.drawer-heading h2 {
  margin-bottom: 0;
}

.drawer-subtitle {
  max-width: 560px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.team-ai-panel {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
  border: 1px solid rgba(16, 32, 25, 0.12);
  border-radius: var(--radius);
  padding: 14px;
  background: #fff;
}

.team-ai-heading {
  display: grid;
  gap: 3px;
}

.team-ai-heading strong {
  color: var(--forest-2);
  font-size: 15px;
  font-weight: 800;
}

.team-ai-heading span {
  color: var(--muted);
  font-size: 13px;
}

.team-ai-messages {
  display: grid;
  gap: 8px;
  max-height: 220px;
  overflow: auto;
}

.team-ai-message {
  max-width: 92%;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.38;
}

.team-ai-message.ai {
  justify-self: start;
  background: #f5f2ea;
  border: 1px solid rgba(16, 32, 25, 0.08);
}

.team-ai-message.user {
  justify-self: end;
  color: #fff;
  background: var(--forest-2);
}

.team-ai-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.team-ai-form input {
  min-height: 40px;
  border: 1px solid rgba(16, 32, 25, 0.14);
  border-radius: 6px;
  padding: 0 10px;
}

.team-ai-form button {
  min-height: 40px;
  border: 0;
  border-radius: 6px;
  padding: 0 12px;
  color: #fff;
  background: var(--forest-2);
  font-size: 12px;
  font-weight: 800;
}

.close-button {
  width: 44px;
  height: 44px;
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(16, 32, 25, 0.08);
  font-size: 26px;
  line-height: 1;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.full-span {
  grid-column: 1 / -1;
}

.option-check-group {
  display: grid;
  gap: 16px;
  margin: 0;
  border: 1px solid rgba(16, 32, 25, 0.14);
  border-radius: var(--radius);
  padding: 16px;
  background: #fff;
}

.option-check-group legend {
  padding: 0 8px;
  color: var(--forest-2);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.option-check-group p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.check-category {
  display: grid;
  gap: 9px;
}

.check-category strong {
  color: var(--forest-2);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.checkbox-grid label {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  border: 1px solid rgba(16, 32, 25, 0.12);
  border-radius: var(--radius);
  padding: 8px 10px;
  background: rgba(243, 240, 232, 0.54);
}

.checkbox-grid input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  accent-color: var(--orange);
}

.checkbox-grid span {
  color: var(--ink);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.15;
  text-transform: none;
}

.form-actions {
  justify-content: space-between;
  margin-top: 18px;
}

#leadFeedback,
#accessFeedback {
  margin: 0;
  color: var(--forest-3);
  font-weight: 650;
}

.access-form {
  display: grid;
  grid-template-columns: minmax(220px, 360px) auto 1fr;
  gap: 12px;
  align-items: end;
  margin-bottom: 24px;
  padding: 16px;
  border-radius: var(--radius);
  background: #fff;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.metric-card,
.analysis-card {
  padding: 18px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid rgba(16, 32, 25, 0.08);
}

.metric-card span,
.analysis-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.metric-card strong {
  display: block;
  margin-top: 8px;
  color: var(--forest-2);
  font-size: 32px;
  font-weight: 650;
}

.dashboard-tools {
  justify-content: space-between;
  margin-bottom: 16px;
}

.dashboard-tools label {
  min-width: 220px;
}

.dashboard-tools .secondary-action {
  color: var(--forest-2);
  border-color: rgba(16, 32, 25, 0.18);
}

.analysis-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 16px;
}

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

.analysis-card li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(16, 32, 25, 0.08);
}

.lead-table-wrap {
  overflow: auto;
  border-radius: var(--radius);
  background: #fff;
}

.dashboard-subheading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 20px 0 10px;
}

.dashboard-subheading h3 {
  margin: 0;
  color: var(--forest-2);
  font-size: 18px;
  font-weight: 650;
}

.dashboard-subheading span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.lead-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 980px;
}

.search-table {
  min-width: 680px;
}

.lead-table th,
.lead-table td {
  padding: 13px 14px;
  border-bottom: 1px solid rgba(16, 32, 25, 0.08);
  text-align: left;
  vertical-align: top;
}

.lead-table th {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.dashboard-link,
.contact-detail a {
  color: var(--forest-2);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.whatsapp-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: #fff;
  background: #1f7a39;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}

.lead-message {
  max-width: 360px;
  margin: 7px 0;
  color: var(--ink);
}

.muted-note {
  color: var(--muted);
  font-size: 12px;
}

.interest-pill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  color: #fff;
  background: var(--forest-2);
  font-size: 12px;
  font-weight: 700;
}

.interest-pill.hot {
  background: #c94f17;
}

.interest-pill.warm {
  background: #8a6c28;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 40px;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

@media (max-width: 1080px) {
  .main-nav {
    gap: 5px;
    font-size: 12px;
  }

  h1 {
    font-size: 72px;
  }

  h2 {
    font-size: 34px;
  }

  .advantage-grid,
  .option-grid,
  .metric-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .filter-panel {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 8px 8px;
  }

  .main-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    font-size: 11px;
  }

  .main-nav a,
  .main-nav button {
    min-height: 30px;
    padding: 0 8px;
    font-size: 11px;
  }

  .model-media-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .model-media-items {
    justify-content: flex-start;
  }

  .hero-section {
    min-height: 760px;
    padding-top: 130px;
  }

  .site-action-strip {
    align-items: stretch;
    flex-direction: column;
  }

  .mobile-management-button {
    display: inline-flex !important;
  }

  .hero-pdf-nav {
    gap: 3px;
  }

  .hero-side-panel {
    padding-top: 0;
  }

  .hero-slogan {
    left: 40.7%;
    right: 5.2%;
    font-size: clamp(4px, 1.35vw, 6px);
    transform: scaleX(0.84);
  }

  .hero-source-link {
    font-size: clamp(7px, 2vw, 8.5px);
  }

  .hero-footer-homes {
    left: 68.4%;
    width: 29.8%;
  }

  .hero-models-button {
    right: 10%;
    bottom: 3.4%;
    left: 10%;
    gap: 1px;
  }

  .hero-models-button small {
    font-size: 5.5px;
    line-height: 1;
  }

  .hero-models-button strong {
    font-size: clamp(11px, 3.5vw, 14px);
    line-height: 0.95;
  }

  .hero-pdf-nav a {
    min-height: 12px;
    font-size: clamp(4.8px, 1.48vw, 6.4px);
    line-height: 1;
  }

  .hero-side-panel p {
    font-size: clamp(5.7px, 1.75vw, 7.2px);
    line-height: 1.44;
  }

  .hero-side-panel > span {
    font-size: clamp(5.8px, 1.7vw, 7px);
    line-height: 1.05;
  }

  .hero-footer-contact {
    gap: 0.55vw;
  }

  .hero-footer-contact img {
    width: 57%;
  }

  .hero-contact-link {
    gap: 0.32em;
    font-size: clamp(6px, 1.75vw, 7.5px);
  }

  .hero-footer-links,
  .hero-footer-homes {
    gap: 0.28vw;
  }

  .hero-footer-links h3,
  .hero-footer-homes h3 {
    margin-bottom: 0.45vw;
    font-size: clamp(6px, 1.8vw, 8px);
  }

  .hero-footer-links a,
  .hero-footer-links button,
  .hero-footer-homes a {
    font-size: clamp(5.7px, 1.65vw, 7px);
    line-height: 1.05;
  }

  .hero-content {
    margin-inline: 20px;
  }

  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 28px;
  }

  .hero-copy {
    font-size: 18px;
  }

  .hero-note {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 40px);
    margin: 28px 20px 0;
  }

  .intro-grid,
  .section-heading,
  .process-grid,
  .option-detail-panel,
  .option-detail-panel.has-images,
  .footer-grid,
  .analysis-grid {
    grid-template-columns: 1fr;
  }

  .advantage-grid,
  .option-grid,
  .option-detail-images,
  .model-grid,
  .model-gallery,
  .metric-grid,
  .filter-panel,
  .form-grid,
  .checkbox-grid,
  .access-form {
    grid-template-columns: 1fr;
  }

  .catalog-meta,
  .model-price-row,
  .dashboard-tools,
  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .lead-launcher {
    right: 14px;
    bottom: 14px;
    max-width: calc(100% - 28px);
  }

  .bot-widget {
    right: 14px;
    bottom: 82px;
  }

  .bot-launcher {
    min-width: 150px;
    min-height: 48px;
    padding: 8px 12px;
  }

  .bot-panel {
    right: 0;
    bottom: 58px;
    width: calc(100vw - 28px);
  }

  .bot-messages {
    max-height: 300px;
  }

  .owner-access {
    left: 12px;
    bottom: 54px;
    display: inline-flex;
    min-height: 32px;
    padding: 0 10px;
    font-size: 9px;
    background: rgba(8, 32, 22, 0.9);
  }

  .lead-form,
  .dashboard-panel {
    padding: 22px;
  }
}
