:root {
  --green: #2f4f3e;
  --green-dark: #243b30;
  --leaf: #7a4e2d;
  --soft: #f5f1e8;
  --sage: #e9eee6;
  --sand: #d6c5ad;
  --white: #fff;
  --text: #2f4f3e;
  --shadow: 0 8px 22px rgba(47, 79, 62, 0.13);
  --container: 994px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}

body::before,
body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(42px 24px at 7% 38%, rgba(47, 79, 62, .11) 0 62%, transparent 64%),
    radial-gradient(52px 30px at 11% 72%, rgba(47, 79, 62, .11) 0 62%, transparent 64%),
    radial-gradient(54px 28px at 92% 50%, rgba(47, 79, 62, .1) 0 62%, transparent 64%);
}

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

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

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

h1,
h2,
h3 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

.container {
  width: min(var(--container), calc(100% - 44px));
  margin-inline: auto;
}

.section {
  padding: 70px clamp(20px, 7vw, 90px);
  scroll-margin-top: 100px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  min-height: 102px;
  align-items: center;
  justify-content: center;
  gap: clamp(56px, 9vw, 120px);
  padding: 0 24px;
  background: var(--white);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}

.logo img {
  width: 78px;
  max-height: 78px;
  height: auto;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 30px);
  font-size: 14px;
}

.pill {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 8px 19px;
  color: var(--white);
  background: var(--green);
  font-weight: 700;
}

.pill.small {
  min-height: 31px;
  margin-top: 20px;
  padding-inline: 16px;
  font-size: 13px;
}

.social {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: var(--green);
}

.social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
}

.menu-button span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  border-radius: 999px;
  background: var(--green);
}

.hero {
  position: relative;
  min-height: clamp(310px, 37vw, 455px);
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(36, 59, 48, .74), rgba(47, 79, 62, .28)),
    url("assets/gallery/hacienda-lago-hero.png") center 54%/cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  opacity: .3;
  background:
    repeating-radial-gradient(ellipse at 11% 63%, transparent 0 35px, rgba(255,255,255,.45) 36px 38px, transparent 39px 72px),
    repeating-radial-gradient(ellipse at 84% 55%, transparent 0 50px, rgba(255,255,255,.35) 51px 53px, transparent 54px 100px);
}

.hero-copy {
  position: relative;
  padding-top: clamp(58px, 7vw, 100px);
}

.hero-copy p {
  margin-bottom: 12px;
  font-size: 24px;
  letter-spacing: 4px;
}

.hero-copy h1 {
  width: min(510px, 100%);
  margin: 0;
  color: var(--white);
  font-size: clamp(40px, 4.6vw, 56px);
  line-height: .98;
  letter-spacing: 2px;
}

.hero-copy h1 span {
  display: inline-block;
  margin-left: 8px;
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 400;
}

.feature-cards {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: -82px;
  margin-bottom: 64px;
}

.feature-cards article {
  min-height: 138px;
  display: grid;
  place-items: center;
  align-content: center;
  border-radius: 21px;
  background: var(--white);
  box-shadow: var(--shadow);
  text-align: center;
}

.feature-cards article.active {
  color: var(--white);
  background: var(--green);
}

.feature-cards strong {
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 1.2;
}

.feature-cards span {
  color: #4b5e52;
  font-size: 12px;
}

.feature-cards .active span {
  color: var(--white);
}

.about,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(310px, .85fr);
  gap: clamp(45px, 8vw, 110px);
  align-items: center;
}

.media-stack {
  position: relative;
  min-height: 470px;
}

.video-only-stack {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 0;
}

.stack-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  max-width: 390px;
  height: 345px;
  border-radius: 12px;
  object-fit: cover;
}

.video-box {
  position: absolute;
  left: 80px;
  top: 58px;
  width: min(400px, calc(100% - 40px));
  padding: 15px;
  border-radius: 15px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.video-box img {
  width: 100%;
  height: 372px;
  border-radius: 4px;
  object-fit: cover;
}

.video-box video {
  display: block;
  width: 100%;
  height: 372px;
  border-radius: 4px;
  object-fit: cover;
}

.phone-video-box {
  position: relative;
  left: auto;
  top: auto;
  width: min(285px, calc(100% - 70px));
  transform: none;
}

.phone-video-box video {
  aspect-ratio: 9 / 16;
  height: auto;
  max-height: 455px;
  background: #000;
  object-fit: contain;
}

.play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(36, 94, 58, .92);
  transform: translate(-50%, -50%);
}

.play::after {
  position: absolute;
  left: 25px;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid var(--white);
  content: "";
}

.copy-list h2 {
  margin-bottom: 22px;
  font-size: 21px;
}

.copy-list ul {
  margin: 0;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.85;
}

.copy-list p {
  max-width: 450px;
  margin-bottom: 13px;
  font-size: 14px;
  line-height: 1.55;
}

.plans,
.master,
.location,
.contact {
  background: var(--soft);
}

.plans {
  margin-top: 44px;
  padding: 60px clamp(20px, 7vw, 90px);
  background: var(--sage);
}

.plans-grid {
  display: grid;
  width: min(934px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-inline: auto;
}

.plans-grid article {
  min-height: 92px;
  display: grid;
  place-items: center;
  border-radius: 0;
  background: var(--white);
  text-align: center;
}

.plans-grid .plans-title {
  color: var(--white);
  background: var(--green);
  text-align: left;
  border-radius: 21px 0 0 21px;
  place-items: center start;
  padding-left: 30px;
}

.plans-grid article:last-child {
  border-radius: 0 21px 21px 0;
}

.plans-title h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.08;
}

.plans-grid span {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}

.plans-grid strong {
  font-size: 20px;
}

.master-grid {
  display: grid;
  grid-template-columns: minmax(520px, 1.45fr) minmax(260px, .6fr);
  gap: 48px;
  align-items: center;
}

.master-viewer {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  border-radius: 4px;
  background: rgba(255, 255, 255, .38);
  box-shadow: var(--shadow);
}

.plan-toolbar {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 4;
  display: flex;
  gap: 7px;
}

.plan-toolbar button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  color: var(--white);
  background: var(--green);
  box-shadow: var(--shadow);
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.plan-stage {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 390px;
  overflow: hidden;
  cursor: grab;
  touch-action: none;
}

.plan-stage.is-dragging {
  cursor: grabbing;
}

.master-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  transform-origin: 0 0;
  user-select: none;
  pointer-events: none;
}

.plan-points {
  position: absolute;
  inset: 0;
  transform-origin: 0 0;
  pointer-events: none;
}

.plan-marker {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 3px solid var(--white);
  border-radius: 50%;
  background: var(--leaf);
  box-shadow: 0 4px 12px rgba(0,0,0,.22);
  transform: translate(-50%, -50%);
  pointer-events: auto;
  cursor: pointer;
}

.plan-marker::after {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 2px;
  height: 13px;
  background: var(--leaf);
  content: "";
  transform: translateX(-50%);
}

.master h2 {
  margin-bottom: 14px;
  font-size: 31px;
}

.master h3 {
  margin: 0;
  font-size: 18px;
}

.master p {
  max-width: 380px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.5;
}

.master ul {
  margin: 14px 0 0;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.8;
}

.gallery {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--green);
}

.gallery::before {
  position: absolute;
  inset: 0;
  opacity: .17;
  content: "";
  background:
    radial-gradient(160px 76px at 54% 17%, rgba(214,197,173,.55) 0 50%, transparent 52%),
    radial-gradient(168px 80px at 83% 30%, rgba(214,197,173,.5) 0 50%, transparent 52%),
    radial-gradient(180px 82px at 36% 78%, rgba(214,197,173,.42) 0 50%, transparent 52%);
}

.gallery-heading {
  position: relative;
  margin-bottom: 32px;
}

.gallery h2 {
  margin-bottom: 8px;
  color: var(--white);
  font-size: 31px;
}

.gallery p {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
}

.gallery-carousel {
  position: relative;
  width: min(1324px, 100%);
  margin: 0 auto;
  padding-bottom: 42px;
}

.gallery-window {
  overflow: hidden;
  padding-inline: clamp(0px, 2vw, 18px);
}

.gallery-track {
  display: flex;
  gap: clamp(18px, 2vw, 28px);
  align-items: stretch;
  transition: transform .35s ease;
  will-change: transform;
}

.gallery-track article {
  flex: 0 0 calc((100% - 56px) / 3);
  overflow: hidden;
  border: 10px solid var(--white);
  border-radius: 24px 24px 0 0;
  background: var(--leaf);
  box-shadow: 0 18px 28px rgba(0,0,0,.12);
}

.gallery-track img {
  width: 100%;
  height: auto;
}

.carousel-btn {
  position: absolute;
  top: 42%;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--green);
  background: var(--white);
  box-shadow: var(--shadow);
  cursor: pointer;
}

.carousel-btn::before {
  width: 10px;
  height: 10px;
  border-top: 3px solid currentColor;
  border-left: 3px solid currentColor;
  content: "";
}

.carousel-btn.prev {
  left: clamp(10px, 2vw, 24px);
}

.carousel-btn.prev::before {
  transform: rotate(-45deg);
}

.carousel-btn.next {
  right: clamp(10px, 2vw, 24px);
}

.carousel-btn.next::before {
  transform: rotate(135deg);
}

.carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.carousel-dots button {
  width: 24px;
  height: 3px;
  border: 0;
  background: rgba(255, 255, 255, .35);
  cursor: pointer;
}

.carousel-dots button.is-active {
  background: var(--white);
}

.location-grid {
  display: grid;
  grid-template-columns: minmax(290px, .58fr) minmax(480px, 1.42fr);
  gap: 50px;
  align-items: center;
}

.location-copy h2 {
  max-width: 330px;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.1;
}

.location-copy p {
  max-width: 330px;
  font-size: 13px;
}

.near-box {
  width: 250px;
  margin-top: 20px;
  padding: 28px 32px;
  border: 7px solid var(--white);
  border-radius: 13px;
  color: var(--white);
  background: var(--green);
}

.near-box h3 {
  margin-bottom: 18px;
  color: var(--white);
  font-size: 18px;
  line-height: 1.25;
}

.near-box p,
.near-box li {
  color: var(--white);
  font-size: 14px;
}

.near-box ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  text-align: left;
}

.near-box li {
  line-height: 1.35;
  padding-left: 4px;
  text-align: left;
}

.near-box span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--leaf);
}

.near-box strong {
  float: right;
}

.map-frame {
  position: relative;
  width: 100%;
  min-height: 480px;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, .68);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.nearby-strip {
  padding: 38px clamp(20px, 7vw, 90px);
  background: var(--sage);
}

.nearby-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.nearby-grid article {
  min-height: 190px;
  display: grid;
  place-items: center;
  align-content: center;
  border-radius: 20px;
  background: var(--white);
  box-shadow: var(--shadow);
  text-align: center;
}

.nearby-grid img {
  width: 78px;
  height: 78px;
  margin-bottom: 22px;
  border: 6px solid var(--leaf);
  border-radius: 50%;
  object-fit: cover;
}

.nearby-grid h3 {
  margin: 0 0 7px;
  color: var(--green);
  font-size: 18px;
}

.nearby-grid p {
  margin: 0;
  font-size: 13px;
}

.investment {
  min-height: 330px;
  text-align: center;
  background: var(--white);
}

.investment h2 {
  margin-bottom: 4px;
  font-size: 20px;
}

.investment p {
  margin-bottom: 18px;
  font-size: 14px;
}

.timeline {
  position: relative;
  display: grid;
  width: min(640px, 90%);
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  padding-top: 8px;
}

.timeline::before {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 84px;
  height: 2px;
  background: #555;
  content: "";
}

.timeline article {
  position: relative;
  min-height: 125px;
}

.timeline article::after {
  position: absolute;
  left: 50%;
  top: 71px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--green);
  content: "";
  transform: translateX(-50%);
}

.timeline article:nth-child(2)::after {
  width: 27px;
  height: 27px;
  top: 64px;
}

.timeline article:nth-child(3)::after {
  width: 40px;
  height: 40px;
  top: 57px;
}

.timeline strong,
.timeline span {
  display: block;
}

.timeline strong {
  margin-bottom: 6px;
  font-size: 19px;
}

.timeline span {
  font-size: 13px;
}

.contact-form {
  display: grid;
  gap: 14px;
  align-content: start;
}

.contact-image {
  width: min(440px, 100%);
  margin-inline: auto;
}

.contact-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 15px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.contact-form h2 {
  margin-bottom: 8px;
  font-size: 21px;
}

.contact-form p {
  max-width: 323px;
  margin: -4px 0 2px;
  font-size: 14px;
  line-height: 1.45;
}

label {
  display: grid;
  gap: 7px;
  font-size: 14px;
}

input,
select,
textarea {
  width: min(323px, 100%);
  min-height: 33px;
  border: 1px solid var(--leaf);
  border-radius: 0;
  padding: 8px 10px;
  color: var(--green);
  background: var(--white);
  font: inherit;
}

textarea {
  resize: vertical;
}

.contact-form button {
  width: min(323px, 100%);
  min-height: 38px;
  margin-top: 16px;
  border: 0;
  border-radius: 16px;
  color: var(--white);
  background: var(--green);
  font-weight: 800;
}

.site-footer {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(135deg, var(--green) 0%, #21392d 100%);
}

.site-footer::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(255,255,255,.09), transparent 26%),
    radial-gradient(circle at 86% 86%, rgba(255,255,255,.08), transparent 28%);
  content: "";
  pointer-events: none;
}

.footer-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding-block: 26px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.footer-brand img {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: contain;
  background: var(--white);
  box-shadow: 0 8px 18px rgba(0,0,0,.16);
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.site-footer h2 {
  margin-bottom: 4px;
  color: var(--white);
  font-size: clamp(17px, 1.7vw, 21px);
}

.site-footer p {
  margin: 0;
  max-width: 610px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.45;
}

.site-footer a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 9px 15px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.footer-phone {
  color: var(--green);
  background: var(--white);
  box-shadow: 0 12px 26px rgba(0,0,0,.16);
}

.footer-login {
  border: 1px solid rgba(255,255,255,.32);
  color: var(--white);
  background: rgba(255,255,255,.08);
}

.whatsapp {
  position: fixed;
  right: 22px;
  bottom: 18px;
  z-index: 35;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 4px solid var(--white);
  border-radius: 50%;
  color: var(--white);
  background: #31bd4f;
  box-shadow: 0 4px 12px rgba(0,0,0,.18);
}

.whatsapp svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

@media (max-width: 1080px) {
  .site-header {
    justify-content: space-between;
    gap: 20px;
  }

  .main-nav {
    gap: 14px;
    font-size: 13px;
  }

  .about,
  .contact-grid,
  .master-grid,
  .location-grid {
    grid-template-columns: 1fr;
  }

  .master-viewer,
  .plan-stage {
    min-height: 340px;
  }

  .media-stack {
    width: min(560px, 100%);
    margin: 0 auto;
  }

  .master-grid,
  .location-grid {
    text-align: center;
  }

  .location-copy,
  .location-copy h2,
  .location-copy p,
  .near-box {
    margin-inline: auto;
  }
}

@media (max-width: 840px) {
  .menu-button {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 102px;
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border-radius: 14px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

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

  .main-nav a {
    padding: 8px;
  }

  .main-nav .social {
    width: 36px;
    height: 36px;
    padding: 0;
    background: var(--soft);
  }

  .main-nav .pill {
    width: max-content;
  }

  .feature-cards,
  .plans-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .plans-grid .plans-title {
    border-radius: 21px;
    padding-left: 0;
    text-align: center;
    place-items: center;
  }

  .plans-grid article:last-child {
    border-radius: 21px;
  }

  .gallery-track article {
    flex-basis: calc((100% - 18px) / 2);
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .footer-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 76px;
    padding-inline: 18px;
  }

  .logo img {
    width: 62px;
    max-height: 62px;
  }

  .main-nav {
    top: 76px;
    left: 12px;
    right: 12px;
    gap: 7px;
  }

  .hero-copy {
    padding-top: 38px;
  }

  .hero-copy p {
    font-size: 13px;
    letter-spacing: 2px;
  }

  .hero-copy h1 {
    font-size: clamp(33px, 12vw, 42px);
  }

  .hero-copy h1 span {
    display: block;
    margin-left: 0;
    margin-top: 8px;
    font-size: 17px;
  }

  .feature-cards,
  .plans-grid {
    grid-template-columns: 1fr;
  }

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

  .nearby-strip {
    padding-block: 34px;
  }

  .plans {
    margin-top: 20px;
    padding-block: 42px;
  }

  .plans-grid article {
    border-radius: 17px;
  }

  .gallery-track article {
    flex-basis: 100%;
  }

  .feature-cards {
    margin-top: -70px;
    margin-bottom: 36px;
    gap: 14px;
  }

  .feature-cards article {
    min-height: 98px;
  }

  .section {
    padding: 46px 16px;
  }

  .media-stack {
    min-height: 405px;
  }

  .video-only-stack {
    min-height: 0;
  }

  .stack-bg {
    width: calc(100% - 50px);
    height: 260px;
  }

  .video-box {
    left: 35px;
    top: 70px;
    width: calc(100% - 35px);
  }

  .phone-video-box {
    left: auto;
    top: auto;
    width: min(265px, calc(100% - 50px));
    transform: none;
  }

  .video-box img,
  .video-box video {
    height: 285px;
  }

  .phone-video-box video {
    height: auto;
    max-height: 430px;
  }

  .near-box,
  input,
  select,
  textarea,
  .contact-form button {
    width: 100%;
  }

  .near-box ul,
  .near-box li {
    text-align: left;
  }

  .master-viewer,
  .plan-stage {
    min-height: 280px;
  }

  .plan-toolbar button {
    width: 32px;
    height: 32px;
  }

  .map-img {
    min-height: 320px;
  }

  .map-frame {
    min-height: 330px;
    border-width: 6px;
  }

  .location-grid,
  .master-grid,
  .contact-grid,
  .about {
    gap: 30px;
  }

  .location-copy p,
  .master p,
  .copy-list p,
  .investment p {
    font-size: 13px;
    line-height: 1.5;
  }

  .site-footer p,
  .site-footer a {
    font-size: 12px;
  }

  .footer-grid {
    text-align: center;
  }

  .footer-brand {
    flex-direction: column;
    gap: 12px;
  }

  .footer-brand img {
    width: 50px;
    height: 50px;
  }

  .footer-actions {
    justify-content: center;
  }

  .site-footer a {
    width: 100%;
    max-width: 290px;
  }

  .whatsapp {
    right: 14px;
    bottom: 14px;
    width: 40px;
    height: 40px;
    border-width: 3px;
  }

  .timeline {
    width: 100%;
  }

  .timeline strong {
    font-size: 15px;
  }
}
