:root {
  --paper: #f8f5ef;
  --surface: #ffffff;
  --sand: #e8dccb;
  --sand-strong: #cbb892;
  --ink: #172331;
  --muted: #66717d;
  --line: rgba(23, 35, 49, 0.12);
  --blue: #0d2f4f;
  --blue-soft: #143d62;
  --gold: #b99a5b;
  --green: #25d366;
  --green-dark: #128c48;
  --shadow: 0 24px 70px rgba(13, 47, 79, 0.12);
  --radius: 8px;
  --container: min(1180px, calc(100% - 40px));
  --header-height: 78px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 98px;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

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

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

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

.container {
  width: var(--container);
  margin: 0 auto;
}

.section-pad {
  padding: 92px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  max-width: 100vw;
  height: var(--header-height);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 0 max(22px, calc((100vw - 1320px) / 2));
  background: rgba(248, 245, 239, 0.93);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  min-width: 188px;
}

.brand img {
  width: 196px;
  height: auto;
  max-height: 56px;
  object-fit: contain;
}

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

.main-nav a {
  color: rgba(23, 35, 49, 0.78);
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
  transition: color 180ms ease;
}

.main-nav a:hover {
  color: var(--blue);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.phone-link {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.btn-small {
  min-height: 38px;
  padding: 10px 14px;
  font-size: 13px;
}

.btn-whatsapp {
  color: #ffffff;
  background: var(--green);
  box-shadow: 0 14px 28px rgba(37, 211, 102, 0.22);
}

.btn-whatsapp:hover {
  background: var(--green-dark);
}

.btn-primary {
  color: #ffffff;
  background: var(--blue);
  box-shadow: 0 18px 38px rgba(13, 47, 79, 0.18);
}

.btn-outline {
  color: var(--blue);
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(13, 47, 79, 0.24);
}

.btn-outline.light {
  color: #ffffff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.46);
}

.wa-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.04 3.01C8.88 3.01 3.06 8.77 3.06 15.86c0 2.27.61 4.49 1.77 6.43L3 29l6.93-1.8a13.1 13.1 0 0 0 6.11 1.54c7.16 0 12.98-5.76 12.98-12.85S23.2 3.01 16.04 3.01Zm0 23.56c-1.94 0-3.84-.52-5.5-1.51l-.4-.24-4.11 1.07 1.1-3.96-.26-.41a10.53 10.53 0 0 1-1.63-5.65c0-5.89 4.84-10.68 10.8-10.68 5.96 0 10.8 4.79 10.8 10.68 0 5.9-4.84 10.7-10.8 10.7Zm5.93-8.01c-.32-.16-1.91-.93-2.2-1.04-.3-.11-.51-.16-.72.16-.21.32-.83 1.04-1.02 1.25-.19.21-.38.24-.7.08-.32-.16-1.37-.5-2.62-1.6-.97-.86-1.62-1.93-1.81-2.25-.19-.32-.02-.49.14-.65.15-.15.32-.38.49-.56.16-.19.22-.32.33-.54.11-.21.05-.4-.03-.56-.08-.16-.72-1.72-.99-2.36-.26-.62-.52-.53-.72-.54h-.62c-.22 0-.56.08-.86.4-.3.32-1.13 1.1-1.13 2.68s1.16 3.11 1.32 3.32c.16.21 2.29 3.46 5.54 4.85.77.33 1.38.53 1.85.68.78.25 1.48.21 2.04.13.62-.09 1.91-.77 2.18-1.52.27-.75.27-1.39.19-1.52-.08-.14-.3-.22-.62-.38Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.04 3.01C8.88 3.01 3.06 8.77 3.06 15.86c0 2.27.61 4.49 1.77 6.43L3 29l6.93-1.8a13.1 13.1 0 0 0 6.11 1.54c7.16 0 12.98-5.76 12.98-12.85S23.2 3.01 16.04 3.01Zm0 23.56c-1.94 0-3.84-.52-5.5-1.51l-.4-.24-4.11 1.07 1.1-3.96-.26-.41a10.53 10.53 0 0 1-1.63-5.65c0-5.89 4.84-10.68 10.8-10.68 5.96 0 10.8 4.79 10.8 10.68 0 5.9-4.84 10.7-10.8 10.7Zm5.93-8.01c-.32-.16-1.91-.93-2.2-1.04-.3-.11-.51-.16-.72.16-.21.32-.83 1.04-1.02 1.25-.19.21-.38.24-.7.08-.32-.16-1.37-.5-2.62-1.6-.97-.86-1.62-1.93-1.81-2.25-.19-.32-.02-.49.14-.65.15-.15.32-.38.49-.56.16-.19.22-.32.33-.54.11-.21.05-.4-.03-.56-.08-.16-.72-1.72-.99-2.36-.26-.62-.52-.53-.72-.54h-.62c-.22 0-.56.08-.86.4-.3.32-1.13 1.1-1.13 2.68s1.16 3.11 1.32 3.32c.16.21 2.29 3.46 5.54 4.85.77.33 1.38.53 1.85.68.78.25 1.48.21 2.04.13.62-.09 1.91-.77 2.18-1.52.27-.75.27-1.39.19-1.52-.08-.14-.3-.22-.62-.38Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--blue);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px auto;
  background: currentColor;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0 42px;
  background:
    linear-gradient(110deg, rgba(248, 245, 239, 0.98) 0%, rgba(248, 245, 239, 0.86) 44%, rgba(13, 47, 79, 0.08) 100%),
    url("assets/images/detalhes/chaves-contrato-premium.webp") center / cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: var(--line);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  align-items: center;
  gap: 56px;
  min-height: clamp(520px, 56vh, 660px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 6vw, 78px);
  line-height: 0.95;
  font-weight: 600;
}

h2 {
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.04;
  font-weight: 600;
}

h3 {
  color: var(--blue);
  font-size: 22px;
  line-height: 1.18;
}

.hero-lead {
  max-width: 700px;
  margin-bottom: 28px;
  color: rgba(23, 35, 49, 0.78);
  font-size: 20px;
  line-height: 1.7;
}

.hero-actions,
.split-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.proofs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.proofs span,
.area-tags span,
.mini-grid span,
.tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 760;
}

.hero-copy,
.hero-media,
.content-panel,
.areas-copy,
.contact-form,
.contact-card,
.property-card,
.help-card,
.testimonial-card {
  min-width: 0;
}

.hero-media {
  position: relative;
  align-self: stretch;
  min-height: 520px;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  border-radius: var(--radius);
  object-fit: cover;
  object-position: center;
  box-shadow: var(--shadow);
}

.hero-note {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: min(310px, calc(100% - 44px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: var(--radius);
  color: #ffffff;
  background: rgba(13, 47, 79, 0.84);
  backdrop-filter: blur(12px);
}

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

.hero-note span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.positioning {
  padding: 30px 0;
  background: var(--blue);
  color: #ffffff;
}

.positioning-inner {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  gap: 34px;
  align-items: center;
}

.positioning span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.05;
}

.positioning p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 42px;
}

.section-heading.split-heading {
  max-width: none;
  justify-content: space-between;
  align-items: end;
}

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

.section-intro {
  max-width: 640px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 17px;
}

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

.help-card,
.property-card,
.testimonial-card,
.contact-form,
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 18px 48px rgba(13, 47, 79, 0.07);
}

.help-card {
  overflow: hidden;
}

.help-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center top;
}

.help-card div {
  padding: 24px;
}

.help-card p {
  color: var(--muted);
}

.help-card a {
  color: var(--blue);
  font-weight: 850;
}

.process {
  background: #ffffff;
}

.process-list {
  display: grid;
  gap: 26px;
}

.process-step {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(90deg, #f9f5ed 0%, #ffffff 100%);
}

.process-step.reverse {
  grid-template-columns: 1.1fr 0.9fr;
}

.process-step.reverse img {
  order: 2;
}

.process-step img {
  width: 100%;
  height: 360px;
  border-radius: var(--radius);
  object-fit: cover;
}

.process-step div {
  padding: 18px 24px;
}

.process-step span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
}

.process-step p,
.content-panel p,
.areas-copy p,
.property-card p,
.testimonial-card p,
.footer p {
  color: var(--muted);
}

.properties {
  background: #f3efe7;
}

.sold-properties {
  background: #ffffff;
}

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

.property-card {
  overflow: hidden;
}

.property-card-body {
  display: grid;
  align-content: start;
  gap: 12px;
}

.property-card img {
  width: 100%;
  aspect-ratio: 1.42 / 1;
  object-fit: cover;
}

.property-card > div:not(.image-badge-wrap) {
  padding: 22px;
}

.property-card h3 {
  margin: 2px 0 0;
}

.property-card p {
  margin-bottom: 0;
}

.property-location {
  color: var(--blue);
  font-weight: 820;
}

.property-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.property-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(13, 47, 79, 0.14);
  border-radius: 999px;
  color: var(--blue);
  background: rgba(248, 245, 239, 0.82);
  font-size: 12px;
  font-weight: 820;
}

.property-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.property-link {
  width: fit-content;
  color: var(--blue);
  font-weight: 850;
}

.property-link:hover {
  color: var(--gold);
}

.image-badge-wrap {
  position: relative;
}

.status-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  background: var(--blue);
}

.status-badge.reserved {
  background: #8b6b31;
}

.status-badge.sold {
  background: #123a2b;
  text-transform: none;
}

.areas {
  background: #ffffff;
}

.areas-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 48px;
  align-items: center;
}

.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.areas-image,
.image-panel img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  object-fit: cover;
}

.areas-image {
  height: 560px;
}

.two-col {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 54px;
  align-items: center;
}

.reverse-layout .image-panel {
  order: 2;
}

.image-panel img {
  height: 560px;
}

.content-panel {
  max-width: 650px;
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 28px 0 30px;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 12px 14px 12px 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
  font-weight: 720;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 17px;
  width: 12px;
  height: 8px;
  border-left: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(-45deg);
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 28px;
}

.testimonials {
  background: #ffffff;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}

.testimonial-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 26px;
}

.testimonial-card::before {
  content: "“";
  height: 34px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 62px;
  line-height: 0.86;
}

.testimonial-card img {
  width: 74px;
  height: 74px;
  margin-bottom: 22px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-card p {
  min-height: 150px;
  margin: 0;
  color: rgba(23, 35, 49, 0.82);
  font-size: 17px;
}

.testimonial-footer {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.testimonial-card strong,
.testimonial-card span {
  display: block;
}

.testimonial-card span {
  color: var(--muted);
  font-size: 14px;
}

.about {
  background: var(--paper);
}

.prediclub {
  padding: 62px 0;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-soft) 100%);
}

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

.prediclub h2 {
  margin-bottom: 10px;
  color: #ffffff;
}

.prediclub p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.contact {
  background: #f3efe7;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 26px;
  align-items: stretch;
}

.contact-form {
  padding: 34px;
}

.contact-form h2 {
  margin-bottom: 28px;
}

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

label {
  display: grid;
  gap: 7px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

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

.contact-method {
  display: grid;
  gap: 10px;
  min-width: 0;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(23, 35, 49, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.56);
}

.contact-method legend {
  padding: 0;
  color: var(--blue);
  font-size: 13px;
  font-weight: 850;
}

.contact-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 10px;
}

.radio-option {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid rgba(23, 35, 49, 0.14);
  border-radius: var(--radius);
  background: #ffffff;
  cursor: pointer;
}

.radio-option span {
  min-width: 0;
  line-height: 1.35;
  overflow-wrap: break-word;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(23, 35, 49, 0.18);
  border-radius: var(--radius);
  color: var(--ink);
  background: #ffffff;
  outline: none;
}

input,
select {
  height: 48px;
  padding: 0 14px;
}

.radio-option input {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  padding: 0;
  accent-color: var(--blue);
}

textarea {
  resize: vertical;
  min-height: 130px;
  padding: 14px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(185, 154, 91, 0.16);
}

.has-error input,
.has-error select,
.has-error textarea,
.contact-method.has-error {
  border-color: rgba(180, 35, 24, 0.55);
}

.field-error {
  min-height: 16px;
  color: #b42318;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.contact-form .btn {
  margin-top: 20px;
}

.submit-whatsapp-icon {
  display: none;
}

.btn-whatsapp .submit-whatsapp-icon {
  display: inline-block;
}

.form-status {
  min-height: 22px;
  margin: 14px 0 0;
  color: var(--blue);
  font-weight: 760;
}

.form-status.is-error {
  color: #b42318;
}

.contact-card {
  overflow: hidden;
}

.contact-card img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: center top;
}

.contact-card-body {
  display: grid;
  gap: 14px;
  padding: 28px;
}

.contact-card h3 {
  margin-bottom: 0;
}

.contact-line {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  color: var(--blue);
  font-weight: 800;
}

.ami {
  color: var(--muted);
  font-size: 14px;
}

.footer {
  padding: 64px 0 24px;
  color: rgba(255, 255, 255, 0.82);
  background: #111d2b;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 34px;
}

.footer-logo {
  width: 190px;
  max-height: 56px;
  margin-bottom: 18px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.footer h3 {
  color: #ffffff;
  font-size: 16px;
}

.footer a,
.footer p {
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.72);
}

.footer-bottom {
  width: var(--container);
  margin: 42px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .main-nav {
    position: fixed;
    left: 18px;
    right: 18px;
    top: calc(var(--header-height) + 10px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #ffffff;
    box-shadow: var(--shadow);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 13px 12px;
    border-bottom: 1px solid var(--line);
    font-size: 15px;
  }

  .main-nav a:last-child {
    border-bottom: 0;
  }

  .menu-toggle {
    display: grid;
  }

  .phone-link {
    display: none;
  }

  .hero-grid,
  .areas-grid,
  .two-col,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: 0;
  }

  .hero-media,
  .hero-media img {
    min-height: 520px;
  }

  .reverse-layout .image-panel,
  .process-step.reverse img {
    order: initial;
  }

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

  .help-grid,
  .properties-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .prediclub-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  :root {
    --container: min(calc(100% - 28px), 1180px);
    --header-height: 70px;
  }

  .site-header {
    padding: 0 14px;
    gap: 10px;
    grid-template-columns: auto auto;
    justify-content: start;
  }

  .container {
    width: calc(100% - 28px);
    max-width: 100%;
  }

  .hero-copy,
  .hero-lead,
  .proofs {
    width: 100%;
    max-width: 100%;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 150px;
    max-height: 46px;
  }

  .header-actions {
    flex: 0 0 auto;
    gap: 6px;
    margin-left: 6px;
  }

  .header-actions .btn-small {
    display: none;
    width: 40px;
    min-width: 40px;
    padding: 0;
    font-size: 0;
  }

  .header-actions .btn-small .wa-icon {
    width: 22px;
    height: 22px;
  }

  .menu-toggle {
    position: static;
    width: 40px;
    height: 40px;
    border-color: var(--blue);
    background: var(--blue);
    color: #ffffff;
  }

  .hero-lead,
  .content-panel p,
  .areas-copy p,
  .property-card p,
  .testimonial-card p {
    overflow-wrap: normal;
  }

  .section-pad {
    padding: 66px 0;
  }

  h1 {
    max-width: 340px;
    font-size: 40px;
  }

  h2 {
    font-size: 34px;
  }

  .hero {
    padding-top: 12px;
  }

  .hero-grid {
    gap: 34px;
  }

  .hero-lead {
    font-size: 17px;
    max-width: 336px;
  }

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

  .hero-actions .btn {
    max-width: 336px;
  }

  .hero-media,
  .hero-media img {
    min-height: 430px;
  }

  .hero-note {
    position: static;
    width: 100%;
    margin-top: 12px;
    background: var(--blue);
  }

  .positioning-inner,
  .help-grid,
  .properties-grid,
  .testimonial-grid,
  .footer-grid,
  .form-grid,
  .contact-options,
  .check-list,
  .mini-grid {
    grid-template-columns: 1fr;
  }

  .section-heading.split-heading {
    align-items: flex-start;
  }

  .process-step {
    padding: 12px;
  }

  .process-step img,
  .areas-image,
  .image-panel img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .process-step div {
    padding: 10px 8px 14px;
  }

  .testimonial-card p {
    min-height: auto;
  }

  .contact-form {
    padding: 24px;
  }

  .contact-card img {
    height: 260px;
  }

  .footer-logo {
    width: 170px;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
