:root {
  --color-forest: #3d5448;
  --color-forest-deep: #283b33;
  --color-forest-soft: #4c6458;
  --color-terracotta: #cb8965;
  --color-terracotta-deep: #ba7652;
  --color-cream: #f4efe7;
  --color-paper: #fcfbf8;
  --color-white: #ffffff;
  --color-text: #617169;
  --color-heading: #455f52;
  --color-border: rgba(69, 95, 82, 0.12);
  --shadow-soft: 0 18px 48px rgba(30, 47, 39, 0.06);
  --radius-lg: 22px;
  --radius-md: 18px;
  --radius-sm: 999px;
  --container: min(1480px, calc(100% - 64px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--color-text);
  background: var(--color-paper);
}

body.menu-open {
  overflow: hidden;
}

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

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

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

button {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

.site-shell {
  min-height: 100vh;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(42, 58, 49, 0.98);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 64px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.brand-mark {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 40px;
  height: 24px;
  overflow: hidden;
  flex-shrink: 0;
}

.brand-mark img {
  width: 72px;
  max-width: none;
  transform: translate(-15px, -1px);
}

.brand-wordmark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.42rem;
  font-weight: 600;
  line-height: 0.95;
  color: var(--color-white);
  letter-spacing: 0;
  transform: translateY(-1px);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}

.site-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

.site-nav__link {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.site-nav__link:hover,
.site-nav__link.is-active {
  color: var(--color-white);
}

.site-nav__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.language-switcher,
.login-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition:
    background 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.language-switcher {
  border: 0;
  background: rgba(255, 255, 255, 0.02);
}

.language-switcher:hover,
.login-link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--color-white);
  transform: translateY(-1px);
}

.language-switcher:focus-visible,
.login-link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(201, 133, 97, 0.14);
}

.language-switcher__label,
.login-link__label {
  line-height: 1;
}

.login-link__icon,
.language-switcher__icon {
  color: var(--color-terracotta);
  flex-shrink: 0;
}

.language-switcher__icon,
.login-link__icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  opacity: 0.96;
}

.language-switcher__icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23CB8965' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='7.25'/%3E%3Cpath d='M4.75 12h14.5M12 4.75a11 11 0 0 1 0 14.5M12 4.75a11 11 0 0 0 0 14.5'/%3E%3C/svg%3E");
}

.login-link__icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23CB8965' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 7.5 14.5 12 10 16.5'/%3E%3Cpath d='M4.75 12h9'/%3E%3Cpath d='M14.75 5.75h2.5a1.75 1.75 0 0 1 1.75 1.75v9a1.75 1.75 0 0 1-1.75 1.75h-2.5'/%3E%3C/svg%3E");
}

.language-switcher__caret {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.7);
  transform: translateY(1px);
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: transparent;
}

.menu-toggle__line {
  display: block;
  width: 22px;
  height: 2px;
  margin: 0 auto;
  background: var(--color-white);
}

.site-main {
  display: block;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 750px;
  color: var(--color-white);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url('/assets/img/hero-main.jpg');
  background-size: cover;
  background-position: center center;
  transform: scale(1.02);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(61, 84, 72, 0.72) 0%, rgba(61, 84, 72, 0.45) 38%, rgba(61, 84, 72, 0.18) 100%),
    linear-gradient(180deg, rgba(61, 84, 72, 0.18), rgba(61, 84, 72, 0.52));
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(540px, 0.88fr);
  align-items: center;
  gap: 42px;
  min-height: 680px;
  padding: 36px 0 46px;
}

.hero-copy {
  max-width: 840px;
}

.hero-badge,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(201, 133, 97, 0.45);
  color: var(--color-terracotta);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.8rem;
  font-weight: 800;
}

.hero h1,
.section h2,
.page-hero h1,
.cta-band h2,
.content-card h2,
.login-card h2 {
  font-family: 'Playfair Display', serif;
  color: var(--color-heading);
  line-height: 0.95;
}

.hero h1 {
  margin: 18px 0 18px;
  font-size: clamp(2.65rem, 3.45vw, 3.9rem);
  color: var(--color-white);
  max-width: 820px;
  letter-spacing: -0.04em;
  line-height: 0.92;
}

.hero p {
  max-width: 560px;
  font-size: 0.96rem;
  line-height: 1.42;
  color: rgba(255, 255, 255, 0.9);
}

.hero-actions,
.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 30px;
  border-radius: 15px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

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

.btn-primary {
  background: var(--color-terracotta);
  color: var(--color-white);
}

.btn-primary:hover {
  background: var(--color-terracotta-deep);
}

.btn-secondary {
  background: transparent;
  color: var(--color-heading);
  border-color: var(--color-border);
}

.btn-secondary--light {
  color: var(--color-white);
  border-color: rgba(255, 255, 255, 0.3);
}

.btn-block {
  width: 100%;
}

.hero-slider-indicators {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.hero-slider-indicators--floating {
  position: absolute;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  z-index: 1;
}

.hero-slider-indicators span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
}

.hero-slider-indicators .is-active {
  width: 38px;
  border-radius: 999px;
  background: var(--color-terracotta);
}

.search-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(242, 236, 227, 0.34) 0%, rgba(214, 205, 192, 0.2) 100%),
    rgba(196, 184, 166, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow:
    0 24px 48px rgba(22, 33, 28, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(24px) saturate(135%);
  border-radius: 22px;
  padding: 16px;
  margin-top: -8px;
}

.search-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto 0;
  height: 84px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.search-tabs {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 5px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
  border-radius: 17px;
  margin-bottom: 16px;
}

.search-tab {
  border: 0;
  background: transparent;
  color: rgba(63, 88, 75, 0.92);
  padding: 10px 18px;
  border-radius: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.search-tab.is-active {
  background: linear-gradient(180deg, #cf906d 0%, #c98561 100%);
  color: var(--color-white);
  box-shadow:
    0 10px 20px rgba(165, 104, 69, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.search-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 12px;
}

.search-grid label,
.contact-form label,
.login-card label {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.search-grid span,
.contact-form span,
.login-card span {
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(63, 88, 75, 0.76);
}

.search-grid input,
.search-grid select,
.contact-form input,
.contact-form textarea,
.login-card input {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 8px 16px rgba(44, 59, 51, 0.06);
  color: var(--color-heading);
  font-size: 0.96rem;
}

.search-grid input::placeholder,
.contact-form input::placeholder,
.contact-form textarea::placeholder,
.login-card input::placeholder {
  color: rgba(63, 88, 75, 0.58);
}

.search-grid input:focus,
.search-grid select:focus,
.contact-form input:focus,
.contact-form textarea:focus,
.login-card input:focus {
  outline: none;
  border-color: rgba(201, 133, 97, 0.55);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 0 0 4px rgba(201, 133, 97, 0.12);
}

.contact-form textarea {
  min-height: 150px;
  padding-top: 14px;
  resize: vertical;
}

.form-feedback {
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 0.92rem;
}

.form-feedback--success {
  background: rgba(61, 84, 72, 0.08);
  color: var(--color-heading);
}

.form-feedback--error {
  background: rgba(201, 133, 97, 0.12);
  color: var(--color-terracotta-deep);
}

.search-card__cta {
  display: flex;
  align-items: flex-end;
}

.search-card .btn {
  min-height: 46px;
  padding: 0 24px;
  border-radius: 11px;
}

.section {
  padding: 84px 0;
}

.section--light {
  background: var(--color-paper);
}

.section--cream {
  background: var(--color-cream);
}

.section-header {
  margin-bottom: 26px;
}

.section-header--split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.section-header--centered {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 24px;
}

.section h2,
.page-hero h1,
.cta-band h2 {
  margin: 0 0 10px;
  font-size: clamp(2.15rem, 3vw, 3.2rem);
  letter-spacing: -0.03em;
}

.section-header p,
.page-hero p,
.cta-band p,
.content-card p,
.testimonial-card p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.55;
}

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding-bottom: 14px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--color-border);
}

.filter-tabs__item {
  padding: 0 0 12px;
  background: transparent;
  border: 0;
  color: var(--color-heading);
  font-size: 0.9rem;
  font-weight: 700;
  border-bottom: 3px solid transparent;
}

.filter-tabs__item.is-active {
  border-bottom-color: var(--color-terracotta);
}

.property-grid,
.category-grid,
.stats-grid,
.testimonial-grid,
.page-grid,
.card-grid {
  display: grid;
  gap: 24px;
}

.property-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 20px;
}

.property-card,
.category-card,
.stat-card,
.testimonial-card,
.content-card,
.login-card {
  border-radius: var(--radius-lg);
  background: var(--color-white);
  border: 1px solid rgba(63, 88, 75, 0.08);
  box-shadow: var(--shadow-soft);
}

.content-card--rich {
  padding: 30px;
}

.content-card--rich h2,
.content-card--rich h3 {
  color: var(--color-heading);
}

.content-card--rich ul {
  padding-left: 20px;
}

.property-card {
  overflow: hidden;
}

.property-card__image {
  position: relative;
  min-height: 280px;
  background-image:
    linear-gradient(180deg, rgba(34, 53, 45, 0.02), rgba(34, 53, 45, 0.1)),
    var(--card-image);
  background-size: cover;
  background-position: center;
}

.property-card__tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--color-terracotta-deep);
  padding: 7px 11px;
  border-radius: var(--radius-sm);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.property-card__content {
  padding: 18px 20px 20px;
}

.property-card h3 {
  margin: 0 0 14px;
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  color: var(--color-heading);
  line-height: 1.16;
}

.property-card h3 span {
  display: inline;
}

.property-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--color-text);
  font-size: 0.92rem;
}

.property-card__meta strong {
  color: var(--color-terracotta);
  font-size: 0.96rem;
}

.section-header--split .btn {
  min-height: 46px;
  padding: 0 22px;
  border-radius: 14px;
}

.featured-section__header h2 {
  margin-bottom: 10px;
  font-size: clamp(1.65rem, 2vw, 2.15rem);
  line-height: 1.02;
}

.featured-section__header p {
  font-size: 0.92rem;
  line-height: 1.45;
  color: rgba(69, 95, 82, 0.82);
}

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

.category-section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.category-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(201, 133, 97, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.category-section__header {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  max-width: 640px;
}

.category-section__header .eyebrow {
  margin-bottom: 12px;
  padding: 7px 14px;
  font-size: 0.68rem;
}

.category-section__header p {
  max-width: 560px;
  font-size: 0.92rem;
  line-height: 1.45;
  color: rgba(69, 95, 82, 0.82);
}

.category-section__header h2 {
  margin-bottom: 10px;
  font-size: clamp(1.65rem, 2vw, 2.15rem);
  line-height: 1.02;
}

.category-card {
  position: relative;
  min-height: 150px;
  padding: 18px 18px 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 8px;
  text-align: left;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.88)),
    var(--color-white);
  border: 1px solid rgba(63, 88, 75, 0.07);
  box-shadow:
    0 18px 32px rgba(39, 57, 49, 0.06),
    0 1px 0 rgba(255, 255, 255, 0.72) inset;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.category-card::after {
  content: '';
  position: absolute;
  inset: auto 18px 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--color-terracotta), rgba(201, 133, 97, 0.1));
  transform: scaleX(0.28);
  transform-origin: left center;
  transition: transform 0.22s ease;
}

.category-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 133, 97, 0.22);
  box-shadow:
    0 24px 38px rgba(39, 57, 49, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.78) inset;
}

.category-card:hover::after {
  transform: scaleX(1);
}

.category-card:focus-visible {
  outline: none;
  border-color: rgba(201, 133, 97, 0.42);
  box-shadow:
    0 0 0 4px rgba(201, 133, 97, 0.12),
    0 22px 34px rgba(39, 57, 49, 0.1);
}

.category-card__top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}

.category-card__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background:
    linear-gradient(180deg, rgba(245, 238, 232, 0.98), rgba(242, 232, 223, 0.72));
  border: 1px solid rgba(201, 133, 97, 0.12);
  color: var(--color-terracotta);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.category-card__icon::before {
  content: '';
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  opacity: 0.98;
}

.category-card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: rgba(69, 95, 82, 0.5);
  background: rgba(61, 84, 72, 0.04);
  font-size: 0.84rem;
  transition:
    transform 0.22s ease,
    color 0.22s ease,
    background 0.22s ease;
}

.category-card:hover .category-card__arrow {
  transform: translate(2px, -2px);
  color: var(--color-terracotta);
  background: rgba(201, 133, 97, 0.1);
}

.category-card--apartamento .category-card__icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23C98561' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 4.75h8a1.25 1.25 0 0 1 1.25 1.25v13.25H5.75V6A1.25 1.25 0 0 1 7 4.75Z'/%3E%3Cpath d='M9 8.5h1.5M13.5 8.5H15M9 12h1.5M13.5 12H15M9 15.5h1.5M13.5 15.5H15'/%3E%3C/svg%3E");
}

.category-card--moradia .category-card__icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23C98561' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m4.75 10.75 7.25-5.5 7.25 5.5'/%3E%3Cpath d='M6.75 9.75v8.5h10.5v-8.5'/%3E%3Cpath d='M10.25 18.25v-4.5h3.5v4.5'/%3E%3C/svg%3E");
}

.category-card--terreno .category-card__icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23C98561' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.75 16.75h14.5'/%3E%3Cpath d='M6.75 16.75 10 10.75l2.75 3 2.5-5 2 3'/%3E%3Cpath d='M8.5 18.75h7'/%3E%3C/svg%3E");
}

.category-card--comercial .category-card__icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23C98561' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5.75 18.25V8.5h12.5v9.75'/%3E%3Cpath d='M4.75 18.25h14.5'/%3E%3Cpath d='M8.75 8.5V6.75h6.5V8.5'/%3E%3Cpath d='M9 12h1.5M13.5 12H15M9 15h1.5M13.5 15H15'/%3E%3C/svg%3E");
}

.category-card__label {
  color: var(--color-heading);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.2;
}

.category-card__description {
  max-width: 25ch;
  font-size: 0.84rem;
  line-height: 1.38;
  color: rgba(97, 113, 105, 0.88);
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.location-section__header {
  margin-bottom: 22px;
  max-width: 680px;
}

.location-section__header .eyebrow {
  margin-bottom: 12px;
  font-size: 0.68rem;
  padding: 7px 14px;
}

.location-section__header h2 {
  margin-bottom: 10px;
  font-size: clamp(1.65rem, 2vw, 2.15rem);
  line-height: 1.02;
}

.location-section__header p {
  max-width: 560px;
  font-size: 0.92rem;
  line-height: 1.45;
  color: rgba(69, 95, 82, 0.82);
}

.location-grid--compact {
  gap: 18px;
}

.location-card {
  position: relative;
  min-height: 278px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background-image:
    linear-gradient(180deg, rgba(49, 73, 63, 0.1), rgba(34, 53, 45, 0.58)),
    var(--card-image);
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow-soft);
  isolation: isolate;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.location-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 42px rgba(31, 46, 40, 0.14);
}

.location-card:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 4px rgba(201, 133, 97, 0.16),
    0 24px 42px rgba(31, 46, 40, 0.14);
}

.location-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 26, 22, 0.02) 0%, rgba(15, 26, 22, 0.18) 42%, rgba(15, 26, 22, 0.72) 100%),
    linear-gradient(135deg, rgba(255, 214, 166, 0.12), rgba(49, 73, 63, 0.16));
}

.location-card__kicker {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(135, 116, 103, 0.78), rgba(118, 99, 88, 0.68));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 10px 22px rgba(19, 29, 25, 0.12);
  backdrop-filter: blur(10px);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.94);
}

.location-card__content {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 1;
  display: grid;
  gap: 4px;
}

.location-card__content strong {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.65rem, 2vw, 2.15rem);
  line-height: 0.98;
  color: var(--color-white);
}

.location-card__content small {
  font-size: 0.82rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.84);
}

.location-card--1 {
  background-position: 18% center;
}

.location-card--2 {
  background-position: 32% center;
}

.location-card--3 {
  background-position: 70% center;
}

.location-card--4 {
  background-position: 24% center;
}

.location-card--5 {
  background-position: 60% center;
}

.location-card--6 {
  background-position: 78% center;
}

.stats-grid,
.testimonial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.confidence-section {
  position: relative;
  overflow: hidden;
  padding-top: 64px;
  padding-bottom: 64px;
}

.confidence-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top center, rgba(201, 133, 97, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.confidence-section__header {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-bottom: 24px;
}

.confidence-section__header .eyebrow {
  margin-bottom: 12px;
  padding: 7px 14px;
  font-size: 0.68rem;
}

.confidence-section__header h2 {
  margin-bottom: 10px;
  font-size: clamp(1.82rem, 2.45vw, 2.65rem);
  line-height: 0.98;
}

.confidence-section__header p {
  max-width: 560px;
  margin-inline: auto;
  font-size: 0.92rem;
  line-height: 1.45;
  color: rgba(69, 95, 82, 0.82);
}

.stat-card,
.testimonial-card,
.content-card,
.login-card {
  padding: 28px;
}

.stat-card {
  position: relative;
  min-height: 198px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    var(--color-white);
  border: 1px solid rgba(63, 88, 75, 0.07);
  box-shadow:
    0 18px 34px rgba(39, 57, 49, 0.06),
    0 1px 0 rgba(255, 255, 255, 0.76) inset;
}

.stats-grid {
  gap: 18px;
  margin-bottom: 12px;
}

.stat-card__icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 6px;
  border-radius: 999px;
  background: rgba(244, 236, 230, 0.9);
  border: 1px solid rgba(201, 133, 97, 0.18);
}

.stat-card__icon::before {
  content: '';
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
}

.stat-card--1 .stat-card__icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23C98561' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12.5 10 16.5 18 8.5'/%3E%3C/svg%3E");
}

.stat-card--2 .stat-card__icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23C98561' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20s-6.5-3.9-6.5-9.4A3.6 3.6 0 0 1 12 8a3.6 3.6 0 0 1 6.5 2.6C18.5 16.1 12 20 12 20Z'/%3E%3C/svg%3E");
}

.stat-card--3 .stat-card__icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23C98561' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='7'/%3E%3Cpath d='M12 8.5V12l2.5 1.5'/%3E%3C/svg%3E");
}

.stat-card__eyebrow {
  font-size: 0.64rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(201, 133, 97, 0.88);
}

.stat-card strong {
  font-family: 'Playfair Display', serif;
  color: var(--color-heading);
  font-size: clamp(2.65rem, 4.2vw, 3.6rem);
  line-height: 0.92;
}

.stat-card__label {
  color: var(--color-heading);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.84rem;
  font-weight: 700;
}

.testimonial-grid {
  gap: 18px;
}

.testimonial-card {
  position: relative;
  min-height: 228px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.9)),
    var(--color-white);
  border: 1px solid rgba(63, 88, 75, 0.07);
  box-shadow:
    0 18px 34px rgba(39, 57, 49, 0.06),
    0 1px 0 rgba(255, 255, 255, 0.76) inset;
}

.testimonial-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 28px;
  width: 74px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--color-terracotta), rgba(201, 133, 97, 0.08));
}

.testimonial-card__quote {
  display: inline-block;
  font-size: 2.7rem;
  line-height: 0.66;
  color: var(--color-terracotta);
  margin-bottom: 12px;
  opacity: 0.9;
}

.testimonial-card p {
  font-size: 0.94rem;
  line-height: 1.52;
  color: rgba(97, 113, 105, 0.96);
}

.testimonial-card strong {
  display: block;
  margin-top: 20px;
  color: var(--color-heading);
  font-size: 1.02rem;
}

.testimonial-card__meta {
  margin-top: 6px;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(201, 133, 97, 0.84);
}

.page-hero {
  padding: 112px 0 72px;
  background: linear-gradient(180deg, rgba(49, 73, 63, 0.98), rgba(49, 73, 63, 0.9));
  color: rgba(255, 255, 255, 0.84);
}

.page-hero h1,
.page-hero p {
  color: var(--color-white);
}

.page-hero--immersive {
  background:
    linear-gradient(180deg, rgba(34, 53, 45, 0.66), rgba(34, 53, 45, 0.88)),
    url('/assets/img/hero-main.jpg') center/cover;
}

.page-hero--login {
  padding-bottom: 54px;
}

.page-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.content-card h2,
.login-card h2 {
  font-size: 2.05rem;
  margin: 0 0 16px;
}

.content-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 12px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
}

.login-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.88fr);
  gap: 24px;
  align-items: start;
}

.login-card {
  width: min(100%, 560px);
}

.login-panel {
  position: relative;
  overflow: hidden;
  padding: 34px 32px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(61, 84, 72, 0.98), rgba(49, 73, 63, 0.94)),
    var(--color-forest);
  color: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 54px rgba(31, 46, 40, 0.16);
}

.login-panel::after {
  content: '';
  position: absolute;
  inset: auto -40px -55px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 133, 97, 0.24), rgba(201, 133, 97, 0));
}

.login-panel .eyebrow {
  margin-bottom: 14px;
  border-color: rgba(201, 133, 97, 0.34);
  background: rgba(255, 255, 255, 0.03);
  color: #d5a17d;
}

.login-panel h2 {
  margin: 0 0 14px;
  color: var(--color-white);
  font-size: clamp(2rem, 2.8vw, 3rem);
  line-height: 0.98;
}

.login-panel p,
.login-panel li {
  color: rgba(255, 255, 255, 0.8);
}

.login-panel .content-list {
  margin-top: 20px;
  padding-left: 18px;
}

.login-card--premium {
  width: 100%;
  padding: 34px 32px;
  border: 1px solid rgba(63, 88, 75, 0.1);
  box-shadow:
    0 24px 54px rgba(31, 46, 40, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.login-card__kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(201, 133, 97, 0.12);
  color: var(--color-terracotta-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.login-card__help {
  display: block;
  margin-top: 16px;
  font-size: 0.86rem;
  line-height: 1.45;
  color: rgba(97, 113, 105, 0.8);
}

.cta-band {
  position: relative;
  padding: 72px 0 74px;
  background:
    radial-gradient(circle at top left, rgba(201, 133, 97, 0.12), transparent 30%),
    linear-gradient(180deg, #51685b 0%, #476053 100%);
  color: rgba(255, 255, 255, 0.88);
}

.cta-band::after {
  content: none;
}

.cta-band__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.cta-band__panel {
  max-width: 920px;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.cta-band h2,
.cta-band p {
  color: var(--color-white);
}

.cta-band h2 {
  max-width: 760px;
  margin: 18px auto 12px;
  font-size: clamp(2.15rem, 3.15vw, 3.75rem);
  line-height: 0.94;
}

.cta-band p {
  max-width: 620px;
  margin: 0 auto;
  font-size: 0.98rem;
  line-height: 1.46;
  color: rgba(255, 255, 255, 0.84);
}

.cta-band .eyebrow {
  border-color: rgba(201, 133, 97, 0.36);
  background: rgba(255, 255, 255, 0.025);
  color: #d19a74;
}

.cta-band__actions {
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.cta-band__actions .btn {
  min-height: 50px;
  border-radius: 14px;
  padding: 0 24px;
}

.cta-band__actions .btn-secondary--light {
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.14);
}

.cta-band__actions .btn-secondary--light:hover {
  background: rgba(255, 255, 255, 0.08);
}

.site-footer {
  background: #3f584a;
  color: rgba(255, 255, 255, 0.74);
  border-top: 18px solid var(--color-paper);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.62fr 0.78fr;
  gap: 64px;
  padding: 50px 0 50px;
}

.brand--footer {
  margin-bottom: 14px;
  gap: 12px;
}

.brand-mark--footer {
  width: 64px;
  height: 38px;
}

.brand-mark--footer img {
  width: 108px;
  transform: translate(-22px, -1px);
}

.brand-wordmark--footer {
  font-size: 2.1rem;
}

.footer-brand p {
  max-width: 320px;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.7);
}

.social-links {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--color-terracotta);
  background: rgba(255, 255, 255, 0.02);
}

.social-links__item::before {
  content: '';
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  opacity: 0.9;
}

.social-links__item--instagram::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23C98561' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4.5' y='4.5' width='15' height='15' rx='4'/%3E%3Ccircle cx='12' cy='12' r='3.25'/%3E%3Cpath d='M17.5 7.5h.01'/%3E%3C/svg%3E");
}

.social-links__item--facebook::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23C98561' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.5 8H17V4.5h-2.5A4.5 4.5 0 0 0 10 9v2H7v3.5h3V20h3.5v-5.5H16L16.5 11h-3V9a1 1 0 0 1 1-1Z'/%3E%3C/svg%3E");
}

.social-links__item--linkedin::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23C98561' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.25 9.75V17M7.25 7.25h.01M11 17v-4.25a2.25 2.25 0 0 1 4.5 0V17M11 10h0v1.25M16.75 10h0V17'/%3E%3C/svg%3E");
}

.social-links a:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-column__title {
  color: var(--color-terracotta);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 800;
  font-size: 0.82rem;
  margin-bottom: 10px;
}

.footer-column a,
.footer-column span {
  font-size: 0.93rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.74);
}

.footer-column a:hover {
  color: var(--color-white);
}

.footer-column--contact {
  gap: 12px;
}

.footer-contact {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.footer-contact__icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  opacity: 0.92;
}

.footer-contact__icon--mail {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23C98561' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.75 7.25h14.5v9.5H4.75z'/%3E%3Cpath d='m5.5 8 6.5 5 6.5-5'/%3E%3C/svg%3E");
}

.footer-contact__icon--phone {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23C98561' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8.5 5.75h-2a1.75 1.75 0 0 0-1.75 1.87 14.5 14.5 0 0 0 11.63 11.63 1.75 1.75 0 0 0 1.87-1.75v-2l-3.12-1.56-1.6 1.6a12.1 12.1 0 0 1-5.07-5.07l1.6-1.6z'/%3E%3C/svg%3E");
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0 18px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.62);
}

.floating-contact {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 35;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--color-terracotta);
  color: var(--color-white);
  box-shadow: 0 16px 30px rgba(34, 53, 45, 0.18);
  font-size: 1.5rem;
}

@media (max-width: 1180px) {
  .hero-grid,
  .contact-layout,
  .login-shell,
  .page-grid,
  .property-grid,
  .stats-grid,
  .testimonial-grid,
  .card-grid--three,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-grid {
    align-items: end;
    grid-template-columns: 1fr;
  }

  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .location-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .search-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .search-card {
    margin-top: 0;
    max-width: 880px;
  }

  .footer-grid {
    gap: 40px 28px;
  }
}

@media (max-width: 920px) {
  :root {
    --container: min(100% - 32px, 1240px);
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    top: 72px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    padding: 24px;
    background: rgba(42, 58, 49, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    box-shadow: var(--shadow-soft);
  }

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

  .site-nav__list,
  .site-nav__actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav__list {
    gap: 16px;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 34px 0 50px;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 9vw, 3.7rem);
  }

  .section,
  .cta-band {
    padding: 64px 0;
  }

  .brand-wordmark {
    font-size: 1.18rem;
  }

  .section-header--split,
  .footer-bottom__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .category-section {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .location-section__header {
    margin-bottom: 20px;
  }

  .confidence-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .stats-grid,
  .testimonial-grid {
    gap: 16px;
  }

  .cta-band {
    padding: 58px 0 60px;
  }

  .cta-band__panel {
    padding: 0;
    border-radius: 0;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-grid {
    padding: 44px 0 44px;
  }
}

@media (max-width: 680px) {
  .hero-actions,
  .cta-band__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .search-grid,
  .property-grid,
  .category-grid,
  .location-grid,
  .stats-grid,
  .testimonial-grid,
  .page-grid,
  .card-grid--three,
  .contact-layout,
  .login-shell,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid,
  .page-hero {
    padding-top: 56px;
  }

  .search-card {
    padding: 18px;
  }

  .brand-mark {
    width: 34px;
    height: 20px;
  }

  .brand-mark img {
    width: 62px;
    transform: translate(-14px, -1px);
  }

  .brand-wordmark {
    font-size: 1.08rem;
  }

  .login-panel,
  .login-card--premium {
    padding: 28px 24px;
  }

  .footer-grid {
    gap: 30px;
    padding: 38px 0 40px;
  }

  .brand-mark--footer {
    width: 56px;
    height: 34px;
  }

  .brand-mark--footer img {
    width: 98px;
    transform: translate(-21px, -1px);
  }

  .brand-wordmark--footer {
    font-size: 1.88rem;
  }

  .social-links a {
    width: 42px;
    height: 42px;
  }

  .cta-band {
    padding: 48px 0 50px;
  }

  .cta-band__panel {
    padding: 0;
    border-radius: 0;
  }

  .cta-band h2 {
    font-size: 2.15rem;
  }

  .cta-band p {
    font-size: 0.92rem;
  }

  .location-card {
    min-height: 232px;
  }

  .location-card__kicker {
    top: 16px;
    right: 16px;
    min-height: 32px;
    padding: 0 14px;
    font-size: 0.64rem;
  }

  .location-card__content {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .location-card__content strong {
    font-size: 1.75rem;
  }

  .location-card__content small {
    font-size: 0.78rem;
  }

  .category-section__header {
    margin-bottom: 20px;
  }

  .category-card {
    min-height: 142px;
    padding: 18px 16px 16px;
  }

  .category-card__description {
    max-width: none;
    font-size: 0.82rem;
  }

  .confidence-section__header {
    margin-bottom: 22px;
  }

  .confidence-section__header h2 {
    font-size: 2.05rem;
  }

  .stat-card,
  .testimonial-card {
    min-height: auto;
    padding: 24px 20px;
  }

  .stat-card strong {
    font-size: 2.5rem;
  }

  .stat-card__label {
    font-size: 0.78rem;
  }

  .testimonial-card p {
    font-size: 0.92rem;
  }

  .testimonial-card::before {
    left: 20px;
    width: 58px;
  }

  .floating-contact {
    width: 56px;
    height: 56px;
    right: 16px;
    bottom: 16px;
  }
}
