:root {
  --verde-profundo: #103d3a;
  --verde-musgo: #2e6a5c;
  --cta-esmeralda: #237a61;
  --areia-dourada: #c9a86a;
  --marfim: #f8f6f1;
  --areia-clara: #e9e4da;
  --branco: #ffffff;
  --grafite: #1c2826;
  --texto-suave: #61706d;
  --container: 1200px;
  --ease: 180ms ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--branco); color: var(--grafite); font-family: "Manrope", Arial, sans-serif; font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }

.skip-link { background: var(--marfim); color: var(--verde-profundo); left: 1rem; padding: .7rem 1rem; position: fixed; top: -5rem; z-index: 1000; }
.skip-link:focus { top: 1rem; }
.container { margin-inline: auto; max-width: var(--container); padding-inline: 32px; }
.section-anchor { scroll-margin-top: 76px; }

.site-header { color: var(--branco); left: 0; position: fixed; right: 0; top: 0; transition: background var(--ease), box-shadow var(--ease); z-index: 50; }
.site-header.is-scrolled { background: rgba(16, 61, 58, .96); box-shadow: 0 2px 16px rgba(12, 39, 35, .18); }
.header__inner { align-items: center; display: flex; height: 88px; justify-content: space-between; }
.brand { align-items: center; display: inline-flex; gap: 11px; line-height: 1; }
.brand__mark { align-items: center; border: 1px solid currentColor; display: inline-flex; font-family: "Sora", sans-serif; font-size: 10px; font-weight: 600; height: 31px; justify-content: center; letter-spacing: -.12em; padding-right: .14em; width: 31px; }
.brand__name { font-family: "Sora", sans-serif; font-size: 14px; font-weight: 500; letter-spacing: -.04em; }
.brand__name small { display: block; font-family: "Manrope", sans-serif; font-size: 8px; font-weight: 700; letter-spacing: .13em; margin-top: 5px; text-transform: uppercase; }
.brand__name small b { color: currentColor; display: inline-block; font-size: .92em; letter-spacing: .08em; margin-left: 6px; white-space: nowrap; }
.main-nav { align-items: center; display: flex; gap: 26px; }
.main-nav a { font-size: 11px; font-weight: 700; letter-spacing: .075em; padding-block: 8px; position: relative; }
.main-nav a::after { background: var(--areia-dourada); bottom: 0; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: right; transition: transform var(--ease); width: 100%; }
.main-nav a:hover::after, .main-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { background: transparent; border: 0; display: none; height: 40px; padding: 8px; width: 40px; }
.menu-toggle span { background: currentColor; display: block; height: 1px; margin: 6px 0; transition: transform var(--ease); width: 24px; }

.hero { align-items: flex-end; color: var(--branco); display: flex; min-height: 720px; overflow: hidden; padding-block: 164px 96px; position: relative; }
.hero__image, .hero__veil { height: 100%; inset: 0; position: absolute; width: 100%; }
.hero__image { object-fit: cover; object-position: center; transition: opacity 460ms ease-in-out, transform 580ms cubic-bezier(.22,.61,.36,1); }
.hero__image.is-exiting-left, .hero__image.is-entering-right { opacity: 0; transform: translateX(-4%); }
.hero__image.is-exiting-right, .hero__image.is-entering-left { opacity: 0; transform: translateX(4%); }
.hero__image.is-entering-right { transform: translateX(4%); }
.hero__image.is-entering-left { transform: translateX(-4%); }
.hero__veil { background: linear-gradient(90deg, rgba(10, 35, 32, .78) 0%, rgba(10, 35, 32, .47) 47%, rgba(10, 35, 32, .12) 100%), linear-gradient(180deg, rgba(0, 0, 0, .10), rgba(0, 0, 0, .42)); }
.hero__content { display: grid; gap: 48px 9%; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); position: relative; z-index: 1; }
.eyebrow { color: var(--verde-musgo); font-size: 11px; font-weight: 700; letter-spacing: .17em; margin: 0 0 16px; text-transform: uppercase; }
.eyebrow--light { color: #d9d4c7; }
h1, h2, h3 { font-family: "Sora", Arial, sans-serif; font-weight: 400; letter-spacing: -.052em; line-height: 1.08; margin: 0; }
h1 { font-size: clamp(46px, 5.35vw, 76px); max-width: 760px; }
h2 { font-size: clamp(34px, 3.5vw, 52px); }
h3 { font-size: 24px; }
.hero__product { align-self: end; }
.hero__location { color: #d9d4c7; font-size: 10px; font-weight: 700; letter-spacing: .16em; margin: 0 0 12px; text-transform: uppercase; }
.hero__product h1 { font-size: clamp(58px, 6vw, 84px); }
.hero__product-meta { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.hero__product-meta span { background: rgba(16, 61, 58, .78); color: var(--branco); font-size: 9px; font-weight: 700; letter-spacing: .12em; padding: 7px 10px; text-transform: uppercase; }
.hero__product-meta span:first-child { background: rgba(201, 168, 106, .86); color: var(--grafite); }
.hero__story { align-self: end; max-width: 420px; padding-bottom: 3px; }
.hero__story h2 { font-size: clamp(32px, 3vw, 46px); max-width: 410px; }
.hero__story > p:not(.eyebrow) { font-size: 15px; line-height: 1.6; margin: 18px 0 26px; max-width: 410px; }
.button-row { align-items: center; display: flex; flex-wrap: wrap; gap: 14px; }
.button { align-items: center; border: 1px solid transparent; border-radius: 999px; display: inline-flex; font-size: 13px; font-weight: 700; gap: 12px; justify-content: center; letter-spacing: .015em; min-height: 52px; padding: 14px 22px; transition: background var(--ease), border-color var(--ease), color var(--ease), transform var(--ease); }
.button:hover { transform: translateY(-1px); }
.button--primary { background: var(--cta-esmeralda); color: var(--branco); }
.button--primary:hover { background: #185a49; }
.button--ghost { border-color: rgba(255,255,255,.72); color: var(--branco); }
.button--ghost:hover { background: var(--branco); color: var(--verde-profundo); }
.button--light { background: var(--branco); color: var(--verde-profundo); }
.button--light:hover { background: var(--areia-clara); color: var(--verde-profundo); }
.button--outline { border-color: var(--verde-profundo); color: var(--verde-profundo); }
.button--outline:hover { background: var(--verde-profundo); color: var(--branco); }
.button--whatsapp { background: #c9ee78; color: #075b48; }
.button--whatsapp:hover { background: #b8e26a; color: #064b3c; }
.button--full { width: 100%; }
.whatsapp-icon { background: url("./assets/whatsapp-icon-transparent.png") center / contain no-repeat; flex: 0 0 auto; height: 20px; width: 20px; }
.whatsapp-icon path { display: none; }
.whatsapp-float { align-items: center; background: #c9ee78; border-radius: 999px; bottom: 24px; box-shadow: 0 10px 25px rgba(4, 52, 42, .18); color: #075b48; display: inline-flex; font-size: 15px; font-weight: 600; gap: 11px; padding: 12px 19px; position: fixed; right: 24px; transition: background var(--ease), transform var(--ease), box-shadow var(--ease); z-index: 20; }
.whatsapp-float:hover { background: #b8e26a; box-shadow: 0 14px 28px rgba(4, 52, 42, .24); transform: translateY(-2px); }
.hero__controls { align-items: center; display: flex; gap: 12px; }
.carousel-arrow { align-items: center; background: var(--branco); border: 0; border-radius: 50%; color: var(--verde-profundo); display: inline-flex; font-family: Arial, sans-serif; font-size: 30px; font-weight: 300; height: 52px; justify-content: center; line-height: 1; padding: 0 0 4px; transition: background var(--ease), color var(--ease), transform var(--ease); width: 52px; }
.carousel-arrow:hover { background: var(--cta-esmeralda); color: var(--branco); transform: translateY(-1px); }
.hero__product-switcher { display: flex; flex-wrap: wrap; gap: 8px; grid-column: 1 / -1; margin-top: 18px; }
.hero__product-switcher button { background: rgba(16, 61, 58, .38); border: 1px solid rgba(255,255,255,.48); color: var(--branco); font-size: 10px; font-weight: 700; letter-spacing: .1em; padding: 10px 14px; transition: background var(--ease), border-color var(--ease), color var(--ease); }
.hero__product-switcher button:hover, .hero__product-switcher button.is-selected { background: var(--branco); border-color: var(--branco); color: var(--verde-profundo); }
.hero__scroll { align-items: center; bottom: 28px; display: flex; font-size: 9px; font-weight: 700; gap: 9px; left: max(32px, calc((100vw - var(--container)) / 2 + 32px)); letter-spacing: .12em; position: absolute; text-transform: uppercase; z-index: 1; }
.hero__scroll span { border: 1px solid rgba(255,255,255,.75); border-radius: 50%; height: 24px; position: relative; width: 24px; }
.hero__scroll span::after { background: var(--branco); content: ""; height: 7px; left: 11px; position: absolute; top: 7px; width: 1px; }

.selection, .insights { padding-block: 112px; }
.section-heading { margin-bottom: 48px; }
.section-heading--split { align-items: end; display: grid; gap: 40px; grid-template-columns: minmax(0, 7fr) minmax(240px, 4fr); }
.section-heading h2 { max-width: 720px; }
.section-heading > p { color: var(--texto-suave); font-size: 15px; line-height: 1.65; margin: 0 0 5px; max-width: 350px; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
.filter { background: transparent; border: 1px solid #d9d4c9; border-radius: 999px; color: var(--texto-suave); font-size: 12px; font-weight: 700; padding: 9px 17px; transition: all var(--ease); }
.filter:hover, .filter.is-selected { background: var(--verde-profundo); border-color: var(--verde-profundo); color: var(--branco); }
.property-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
.property-card { aspect-ratio: 4 / 5; background: #ddd; min-height: 360px; overflow: hidden; position: relative; }
.property-card--link { color: inherit; cursor: pointer; }
.property-card--wide { grid-column: span 2; aspect-ratio: 16 / 8; }
.property-card img { height: 100%; object-fit: cover; transition: transform 550ms cubic-bezier(.2,.7,.2,1); width: 100%; }
.property-card:hover img { transform: scale(1.035); }
.property-card__shade { background: linear-gradient(180deg, rgba(15, 35, 33, .04), rgba(15, 35, 33, .82)); inset: 0; position: absolute; }
.property-card__content { bottom: 0; color: var(--branco); left: 0; padding: 27px 28px; position: absolute; right: 0; }
.property-card__labels { align-items: center; display: flex; flex-wrap: wrap; gap: 9px; }
.property-card__tag { background: rgba(16,61,58,.82); display: inline-block; font-size: 9px; font-weight: 700; letter-spacing: .13em; padding: 6px 9px; text-transform: uppercase; }
.property-card__tag--highlight { background: rgba(201, 168, 106, .94); color: var(--grafite); }
.property-card__location { color: #f5f2e9; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.property-card h3 { margin: 17px 0 9px; }
.property-card__delivery { color: #f1eee6; font-size: 12px; margin: 0; }
.property-card__delivery strong { color: var(--branco); font-size: 14px; margin-left: 4px; }
.property-card__incorporation { color: rgba(241, 238, 230, .86); font-size: 10px; margin: 7px 0 0; }
.property-card__incorporation strong { color: var(--branco); font-weight: 700; margin-left: 3px; }
.text-link { background: none; border: 0; color: var(--verde-profundo); display: inline-flex; font-size: 12px; font-weight: 700; gap: 9px; letter-spacing: .02em; padding: 0 0 4px; position: relative; }
.text-link::after { background: currentColor; bottom: 0; content: ""; height: 1px; left: 0; position: absolute; transition: width var(--ease); width: 26px; }
.text-link:hover::after { width: 100%; }
.text-link--light { color: var(--branco); }
.no-results { border: 1px solid var(--areia-clara); color: var(--texto-suave); margin: 24px 0 0; padding: 16px; }
.property-card.is-hidden { display: none; }

.about { background: var(--marfim); padding-block: 96px; }
.about__layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(310px, 1fr) minmax(230px, .66fr); min-height: 680px; padding-inline: 0; }
.about__copy { display: flex; flex-direction: column; justify-content: center; padding: 42px 54px 42px 0; }
.about__copy h2 { color: var(--verde-profundo); font-size: clamp(38px, 4.05vw, 58px); margin-bottom: 25px; max-width: 520px; }
.about__copy > p:not(.eyebrow) { color: #52615f; font-size: 15px; line-height: 1.78; margin: 0 0 15px; max-width: 500px; }
.about__signature { border-left: 1px solid var(--verde-profundo); display: flex; flex-direction: column; margin: 11px 0 27px; padding-left: 15px; }
.about__signature strong { color: var(--verde-profundo); font-size: 13px; }
.about__signature span { color: var(--texto-suave); font-size: 10px; margin-top: 1px; }
.about__copy .button { align-self: flex-start; }
.about__portrait-panel { min-height: 680px; overflow: hidden; }
.about__portrait { height: 100%; object-fit: cover; object-position: center 38%; width: 100%; }
.about__statement { align-items: flex-start; background: var(--verde-profundo); color: var(--branco); display: flex; flex-direction: column; justify-content: center; padding: 40px 32px; }
.about__statement .eyebrow { color: #d2e65c; font-size: 10px; margin-bottom: 20px; }
.about__statement h3 { font-size: clamp(26px, 2.35vw, 34px); letter-spacing: -.06em; line-height: 1.12; }

.builder-about { border-top: 1px solid rgba(213, 208, 197, .52); }
.builder-about .about__layout { grid-template-columns: minmax(310px, 1fr) minmax(210px, .58fr) minmax(0, 1.2fr); }
.builder-about .about__copy { margin-left: 28px; padding-left: 20px; }
.builder-about__portrait { object-position: center top; }
.builder-about__statement span { color: #d4ddda; font-size: 13px; line-height: 1.55; margin-top: 17px; }
.company-numbers { background: #dfddd7; border-block: 1px solid #d3d0c9; padding-block: 82px; }
.company-numbers__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.company-numbers article { align-items: center; border-left: 1px solid #c7c5be; display: flex; flex-direction: column; justify-content: center; min-height: 94px; padding: 0 20px; text-align: center; }
.company-numbers article:first-child { border-left: 0; }
.company-numbers strong { color: var(--verde-profundo); font-family: "Sora", sans-serif; font-size: clamp(26px, 2.65vw, 38px); font-weight: 400; letter-spacing: -.07em; line-height: 1; }
.company-numbers sup { font-size: .55em; letter-spacing: 0; vertical-align: super; }
.company-numbers span { color: var(--verde-profundo); font-size: 12px; line-height: 1.25; margin-top: 13px; }

.insights { padding-bottom: 122px; }
.news-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
.news-card { border-bottom: 1px solid var(--areia-clara); display: flex; flex-direction: column; justify-content: space-between; min-height: 380px; padding: 25px 0 28px; }
.news-card__content { display: flex; flex: 1; flex-direction: column; }
.news-card__meta { color: var(--verde-musgo); font-size: 10px; font-weight: 700; letter-spacing: .12em; margin: 0 0 20px; text-transform: uppercase; }
.news-card__meta span { color: var(--areia-dourada); margin: 0 5px; }
.news-card h3 { font-size: 25px; line-height: 1.23; margin-bottom: 14px; }
.news-card p:not(.news-card__meta) { color: var(--texto-suave); font-size: 14px; line-height: 1.7; margin: 0 0 22px; }
.news-card .text-link { margin-top: auto; width: max-content; }

.simulator { background: var(--verde-profundo); color: var(--branco); padding-block: 112px; }
.simulator__grid { align-items: start; display: grid; gap: 24px; grid-template-columns: 4fr 4fr 4fr; }
.simulator__intro { padding-right: 8%; }
.simulator h2 { margin-bottom: 22px; }
.simulator__intro > p:not(.eyebrow):not(.simulator__property) { color: #d4ddda; font-size: 15px; line-height: 1.75; margin: 0; }
.simulator__property { border-left: 2px solid var(--areia-dourada); color: #f1ecdf; font-size: 13px; margin: 22px 0 0; padding-left: 12px; }
.simulator__form, .result-card { background: var(--marfim); color: var(--grafite); padding: 28px; }
.simulator__form { align-self: stretch; }
.form-field { margin-bottom: 18px; }
.form-field label { display: block; font-size: 11px; font-weight: 700; letter-spacing: .03em; margin-bottom: 7px; }
.currency-input, .percent-input { align-items: center; background: var(--branco); border: 1px solid #d6d0c6; border-radius: 8px; display: flex; height: 52px; padding-inline: 15px; }
.currency-input--readonly { background: #f3f0e9; }
.currency-input--readonly input { cursor: default; }
.currency-input span, .percent-input span { color: var(--texto-suave); font-size: 14px; font-weight: 700; }
.currency-input input, .percent-input input, .form-field > div > input { background: transparent; border: 0; color: var(--verde-profundo); font-size: 16px; font-weight: 700; outline: 0; width: 100%; }
.form-field > div > input { border: 1px solid #d6d0c6; border-radius: 8px; height: 52px; padding-inline: 15px; }
.form-field--inline { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
.form-field--inline > div { display: flex; flex-direction: column; }
.form-field--inline > div > input, .form-field--inline > div > .percent-input { margin-top: auto; }
.field-error { color: #ab433a; display: block; font-size: 11px; min-height: 16px; padding-top: 3px; }
.result-card { border-top: 4px solid var(--areia-dourada); }
.result-card__label { color: var(--verde-musgo); font-size: 10px; font-weight: 700; letter-spacing: .14em; margin: 0 0 10px; }
.result-card strong { color: var(--verde-profundo); display: block; font-family: "Sora", sans-serif; font-size: clamp(28px, 3vw, 38px); font-weight: 400; letter-spacing: -.06em; line-height: 1; }
.result-card dl { border-block: 1px solid #d9d4c9; display: grid; gap: 0; margin: 27px 0 21px; }
.result-card dl div { display: flex; justify-content: space-between; padding: 12px 0; }
.result-card dl div + div { border-top: 1px solid #e4ded3; }
.result-card dt, .result-card dd { font-size: 12px; margin: 0; }
.result-card dt { color: var(--texto-suave); }
.result-card dd { color: var(--verde-profundo); font-weight: 700; }
.result-card > p { color: var(--texto-suave); font-size: 11px; line-height: 1.65; margin: 0; }

.site-footer { background: var(--marfim); padding-top: 65px; }
.footer__grid { display: grid; gap: 48px; grid-template-columns: 4fr 3fr 3fr; padding-bottom: 56px; }
.brand--footer { color: var(--verde-profundo); }
.footer__brand > p { color: var(--texto-suave); font-size: 13px; line-height: 1.7; margin: 18px 0 0; max-width: 280px; }
.footer__nav { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }
.footer__nav a { color: var(--verde-profundo); font-size: 13px; font-weight: 600; }
.footer__nav a:hover { color: var(--verde-musgo); }
.footer__contact > p:not(.eyebrow) { color: var(--texto-suave); font-size: 13px; line-height: 1.65; margin: 0 0 17px; max-width: 235px; }
.footer__contact .eyebrow { margin-bottom: 8px; }
.footer__bottom { border-top: 1px solid var(--areia-clara); color: var(--texto-suave); display: flex; font-size: 10px; justify-content: space-between; padding-block: 22px; }
.footer__bottom p { margin: 0; }
.footer__bottom a { color: var(--verde-profundo); font-weight: 700; }

:focus-visible { outline: 3px solid var(--areia-dourada); outline-offset: 3px; }

@media (max-width: 1023px) {
  .main-nav { gap: 15px; }
  .main-nav a { font-size: 10px; }
  .hero { min-height: 660px; }
  .property-grid { grid-template-columns: repeat(2, 1fr); }
  .property-card--wide { grid-column: span 2; }
  .about__layout { grid-template-columns: 1fr 1fr; min-height: 0; }
  .about__copy { padding: 40px 40px 40px 0; }
  .about__portrait-panel { min-height: 600px; }
  .about__statement { grid-column: 1 / -1; min-height: 230px; }
  .builder-about .about__layout { grid-template-columns: 1fr 1fr; }
  .builder-about .about__statement { grid-column: auto; }
  .builder-about .about__copy { grid-column: 1 / -1; margin-left: 0; padding: 46px 0 0; }
  .company-numbers { padding-block: 65px; }
  .company-numbers__grid { grid-template-columns: repeat(2, 1fr); row-gap: 40px; }
  .company-numbers article:nth-child(3) { border-left: 0; }
  .simulator__grid { grid-template-columns: 1fr 1fr; }
  .simulator__intro { grid-column: span 2; max-width: 660px; padding-right: 0; }
  .news-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 767px) {
  .container { padding-inline: 20px; }
  .header__inner { height: 72px; }
  .site-header { background: rgba(16, 61, 58, .95); }
  .menu-toggle { color: var(--branco); display: block; z-index: 2; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { background: var(--verde-profundo); flex-direction: column; gap: 0; inset: 72px 0 auto; max-height: 0; overflow: hidden; position: absolute; transition: max-height 260ms ease; }
  .main-nav.is-open { max-height: 320px; padding: 14px 20px 28px; }
  .main-nav a { font-size: 12px; padding: 13px 0; width: 100%; }
  .hero { min-height: 720px; padding-block: 148px 76px; }
  .hero__image { object-position: 58% center; }
  .hero__veil { background: linear-gradient(90deg, rgba(10, 35, 32, .79), rgba(10, 35, 32, .30)), linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .38)); }
  .hero__content { display: flex; flex-direction: column; gap: 31px; }
  .hero__product h1 { font-size: clamp(50px, 17vw, 66px); }
  .hero__story { max-width: 100%; padding-bottom: 0; }
  .hero__story h2 { font-size: clamp(28px, 8vw, 36px); max-width: 340px; }
  .hero__story > p:not(.eyebrow) { display: none; }
  .hero__product-switcher { flex-wrap: nowrap; margin-top: 0; max-width: calc(100vw - 40px); overflow-x: auto; padding-bottom: 2px; width: 100%; }
  .hero__product-switcher button { flex: 0 0 auto; }
  .hero__scroll { left: 20px; }
  .selection, .insights, .about, .simulator { padding-block: 72px; }
  .section-heading--split { align-items: start; display: flex; flex-direction: column; gap: 20px; margin-bottom: 35px; }
  .section-heading > p { font-size: 14px; }
  .property-grid { gap: 16px; grid-template-columns: 1fr; }
  .property-card, .property-card--wide { aspect-ratio: 4 / 5; grid-column: span 1; min-height: 0; }
  .about__layout { display: flex; flex-direction: column; margin-inline: 0; padding-inline: 0; }
  .about__copy { padding: 0 20px 52px; }
  .about__copy h2 { font-size: clamp(37px, 10vw, 46px); }
  .about__portrait-panel { min-height: 530px; }
  .about__statement { min-height: 220px; padding: 36px 20px; }
  .company-numbers { padding-block: 56px; }
  .company-numbers__grid { display: grid; gap: 28px; grid-template-columns: 1fr 1fr; }
  .company-numbers article { border-left: 0; min-height: 0; padding: 0 8px; }
  .company-numbers strong { font-size: clamp(25px, 8vw, 33px); }
  .company-numbers span { font-size: 11px; }
  .news-grid { display: block; }
  .news-card { min-height: 0; padding-block: 26px; }
  .simulator__grid { display: flex; flex-direction: column; }
  .simulator__intro, .simulator__form, .result-card { width: 100%; }
  .simulator__form, .result-card { padding: 23px; }
  .footer__grid { display: flex; flex-direction: column; gap: 32px; padding-bottom: 40px; }
  .footer__bottom { align-items: flex-start; flex-direction: column; gap: 9px; }
  .whatsapp-float { bottom: 17px; font-size: 14px; padding: 11px 16px; right: 17px; }
}

@media (max-width: 380px) {
  .button { width: 100%; }
  .button-row { align-items: stretch; flex-direction: column; }
  .form-field--inline { grid-template-columns: 1fr; }
}
