.home-page {
  background: #fff;
}

.section-block {
  padding: 34px 0;
}

.section-block--small {
  padding-top: 16px;
  padding-bottom: 18px;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.section-heading h2 {
  margin: 0;
  color: #0D3048;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.section-heading--simple {
  justify-content: flex-start;
}

.section-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #0D3048;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.section-link span,
.section-link svg {
  width: 22px;
  height: 22px;
}

.section-link:hover {
  color: #EBC817;
}

/* HERO */
.hero {
  position: relative;
  min-height: 535px;
  margin-bottom: 78px;
  overflow: visible;
}

.hero__media,
.hero__overlay {
  position: absolute;
  inset: 0;
}

.hero__media {
  overflow: hidden;
}

.hero__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.hero__overlay {
  background: linear-gradient(90deg, rgba(4, 26, 45, 0.94) 0%, rgba(4, 26, 45, 0.82) 30%, rgba(4, 26, 45, 0.33) 61%, rgba(4, 26, 45, 0.04) 100%);
}

.hero__content-wrap {
  position: relative;
  z-index: 2;
  height: 535px;
}

.hero__content {
  width: min(620px, 58%);
  padding-top: 82px;
  color: #fff;
}

.hero__content h1 {
  margin: 0 0 20px;
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: clamp(40px, 4vw, 60px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.hero__content p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.88);
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.55;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hero__actions .btn-multidom {
  min-width: 165px;
}

.hero-search-wrap {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
}

.property-search {
  background: #fff;
  border: 1px solid rgba(225, 229, 232, 0.9);
  border-radius: 9px;
  box-shadow: 0 12px 34px rgba(6, 33, 57, 0.16);
  overflow: hidden;
}

.property-search__tabs {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 55px;
  padding: 0 24px;
  border-bottom: 1px solid #E1E5E8;
}

.property-search__tab {
  position: relative;
  height: 55px;
  padding: 0 8px;
  border: 0;
  background: transparent;
  color: #6B737A;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.property-search__tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: transparent;
}

.property-search__tab.active {
  color: #062139;
}

.property-search__tab.active::after {
  background: #FEDA23;
}

.property-search__fields {
  display: grid;
  grid-template-columns: 1.35fr 1.15fr 1.05fr 1.05fr 0.78fr;
  gap: 14px;
  align-items: end;
  padding: 18px 24px 22px;
}

.search-field label {
  display: block;
  margin-bottom: 7px;
  color: #182B3A;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.search-field > input,
.search-field > select,
.range-field {
  width: 100%;
  height: 44px;
  border: 1px solid #E1E5E8;
  border-radius: 4px;
  background: #fff;
  color: #182B3A;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.search-field > input,
.search-field > select {
  padding: 0 12px;
}

.search-field > input::-moz-placeholder, .range-field input::-moz-placeholder {
  color: #90979d;
}

.search-field > input::placeholder,
.range-field input::placeholder {
  color: #90979d;
}

.search-field > select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #6B737A 50%), linear-gradient(135deg, #6B737A 50%, transparent 50%);
  background-position: calc(100% - 15px) 18px, calc(100% - 11px) 18px;
  background-size: 4px 4px, 4px 4px;
  background-repeat: no-repeat;
}

.range-field {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
}

.range-field input {
  min-width: 0;
  width: 100%;
  border: 0;
  background: transparent;
  color: #182B3A;
  font-size: 12px;
  outline: 0;
  -moz-appearance: textfield;
}

.range-field input::-webkit-inner-spin-button,
.range-field input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.range-field span {
  color: #A0A7AD;
  font-size: 11px;
}

.range-field__unit {
  color: #53606A !important;
}

.property-search__submit {
  width: 100%;
  min-height: 44px;
  padding-left: 16px;
  padding-right: 16px;
}

.property-search__submit svg {
  width: 18px;
  height: 18px;
}

/* trust strip */
.trust-strip {
  background: #F8F9FA;
  border-bottom: 1px solid #F1F3F5;
}

.trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  padding: 34px 24px 28px;
}

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

.trust-item__icon {
  display: inline-flex;
  color: #0D3048;
  flex: 0 0 42px;
}

.trust-item__icon svg {
  width: 42px;
  height: 42px;
}

.trust-item strong,
.trust-item span:not(.trust-item__icon) {
  display: block;
}

.trust-item strong {
  margin-bottom: 3px;
  color: #182B3A;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.trust-item div > span {
  color: #6B737A;
  font-family: Inter, sans-serif;
  font-size: 11px;
  line-height: 1.4;
}

/* offers */
.offers-section {
  padding-top: 36px;
  padding-bottom: 20px;
}

.latest-section {
  padding-top: 22px;
  padding-bottom: 32px;
}

.offer-card {
  height: 100%;
  background: #fff;
  border: 1px solid #E1E5E8;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 2px 7px rgba(6, 33, 57, 0.045);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.offer-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 9px 24px rgba(6, 33, 57, 0.11);
}

.offer-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #F1F3F5;
}

.offer-card--special .offer-card__media {
  aspect-ratio: 16/9.1;
}

.offer-card--compact .offer-card__media {
  aspect-ratio: 1.45/1;
}

.offer-card__media-link {
  position: absolute;
  z-index: 2;
  inset: 0;
}

.offer-card__media::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(4, 26, 45, 0.68));
  pointer-events: none;
}

.offer-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.offer-card:hover .offer-card__media img {
  transform: scale(1.035);
}

.offer-card__badge {
  position: absolute;
  z-index: 3;
  top: 12px;
  left: 12px;
  padding: 6px 10px;
  border-radius: 4px;
  background: rgba(4, 26, 45, 0.93);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
}

.favorite-btn {
  position: absolute;
  z-index: 4;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.favorite-btn svg {
  width: 28px;
  height: 28px;
}

.favorite-btn svg path {
  fill: transparent;
  stroke: currentColor;
  transition: fill 0.2s ease, stroke 0.2s ease;
}

.favorite-btn.is-active svg path {
  fill: #FEDA23;
  stroke: #FEDA23;
}

.offer-card__price {
  position: absolute;
  z-index: 3;
  left: 14px;
  right: 14px;
  bottom: 10px;
  display: flex;
  align-items: baseline;
  gap: 12px;
  color: #fff;
}

.offer-card__price strong {
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.offer-card--compact .offer-card__price strong {
  font-size: 17px;
}

.offer-card__price span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 10px;
}

.offer-card__body {
  padding: 13px 14px 15px;
}

.offer-card__body h3 {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 9px;
  color: #182B3A;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.offer-card__pin,
.offer-card__pin svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

.offer-card__pin svg path {
  stroke: #6B737A;
}

.offer-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  color: #6B737A;
  font-size: 10px;
  line-height: 1.35;
}

.offer-card__meta i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #A7ADB2;
}

/* Spain */
.spain-section {
  padding-top: 22px;
  padding-bottom: 20px;
}

.spain-banner {
  display: grid;
  grid-template-columns: 35% 65%;
  min-height: 250px;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(6, 33, 57, 0.11);
}

.spain-banner__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 30px 38px;
  color: #fff;
  background-size: cover;
  background-position: center;
}

.spain-banner__content::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(4, 26, 45, 0.78);
}

.spain-banner__content h2 {
  margin: 0 0 10px;
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.15;
}

.spain-banner__content p {
  margin: 0 0 25px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  line-height: 1.5;
}

.spain-banner__content .btn-multidom {
  min-height: 40px;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 11px;
}

.spain-banner__image {
  overflow: hidden;
}

.spain-banner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

/* property types */
.property-type-card {
  display: grid;
  grid-template-columns: 1fr 48%;
  min-height: 180px;
  height: 100%;
  border: 1px solid #E1E5E8;
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
  color: #182B3A;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(6, 33, 57, 0.035);
  transition: 0.25s ease;
}

.property-type-card:hover {
  color: #182B3A;
  transform: translateY(-2px);
  box-shadow: 0 7px 18px rgba(6, 33, 57, 0.09);
}

.property-type-card__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px 12px 18px 20px;
}

.property-type-card h3 {
  margin: 0 0 12px;
  color: #182B3A;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.property-type-card p {
  margin: 0;
  color: #6B737A;
  font-size: 11px;
  line-height: 1.5;
}

.property-type-card__text > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
  color: #0D3048;
  font-size: 11px;
  font-weight: 700;
}

.property-type-card__text > span svg {
  width: 20px;
  height: 20px;
}

.property-type-card > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* selling process */
.selling-process {
  padding-top: 30px;
  padding-bottom: 26px;
}

.selling-process__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-step {
  position: relative;
  min-height: 190px;
  padding: 0 32px;
  text-align: center;
}

.process-step:first-child {
  padding-left: 10px;
}

.process-step:last-child {
  padding-right: 10px;
}

.process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 10px;
  border-right: 1px dashed #D8DDE1;
}

.process-step__head {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  min-height: 68px;
  margin-bottom: 10px;
}

.process-step__head > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #0D3048;
  border-radius: 50%;
  color: #0D3048;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.process-step__icon {
  color: #0D3048;
}

.process-step__icon svg {
  width: 58px;
  height: 58px;
}

.process-step__icon--handshake svg {
  width: 65px;
}

.process-step h3 {
  margin: 0 0 8px;
  color: #182B3A;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.process-step p {
  max-width: 210px;
  margin: 0 auto;
  color: #6B737A;
  font-size: 11px;
  line-height: 1.55;
}

/* agents */
.agents-section {
  padding-top: 24px;
  padding-bottom: 26px;
}

.agents-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 15px;
}

.agent-card {
  overflow: hidden;
  border: 1px solid #E1E5E8;
  border-radius: 7px;
  background: #fff;
}

.agent-card__photo {
  display: block;
  width: 100%;
  aspect-ratio: 1.36/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  background: #F1F3F5;
}

.agent-card__body {
  padding: 12px 13px 14px;
}

.agent-card h3 {
  margin: 0 0 2px;
  color: #182B3A;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.agent-card p {
  margin: 0 0 10px;
  color: #6B737A;
  font-size: 9px;
}

.agent-card a {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 5px;
  color: #53606A;
  font-size: 9px;
  line-height: 1.3;
  text-decoration: none;
  word-break: break-word;
}

.agent-card a:hover {
  color: #0D3048;
}

.agent-card a span,
.agent-card a svg {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
}

/* valuation */
.valuation-cta {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 128px;
  padding: 24px 60px 24px 38px;
  border-radius: 8px;
  overflow: hidden;
  background: #062139;
  color: #fff;
}

.valuation-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image: linear-gradient(135deg, transparent 45%, rgba(255, 255, 255, 0.2) 46%, transparent 47%);
  background-size: 42px 42px;
  pointer-events: none;
}

.valuation-cta > * {
  position: relative;
  z-index: 1;
}

.valuation-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(254, 218, 35, 0.62);
  border-radius: 50%;
  color: #FEDA23;
}

.valuation-cta__icon svg {
  width: 33px;
  height: 33px;
}

.valuation-cta h2 {
  margin: 0 0 7px;
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.valuation-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.valuation-cta .btn-multidom {
  min-width: 230px;
}

/* commercial */
.commercial-panel {
  display: grid;
  grid-template-columns: 30% 70%;
  min-height: 225px;
  border-radius: 8px;
  overflow: hidden;
  background: #062139;
  color: #fff;
}

.commercial-panel__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 34px;
}

.commercial-panel__intro h2 {
  margin: 0 0 10px;
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.12;
}

.commercial-panel__intro p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  line-height: 1.55;
}

.commercial-panel__intro .btn-multidom {
  margin-top: auto;
  min-height: 40px;
  padding: 0 15px;
  font-size: 10px;
}

.commercial-panel__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  padding: 25px 0;
}

.commercial-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 0;
  padding: 20px 15px;
  border-left: 1px dashed rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.88);
  text-align: center;
  text-decoration: none;
}

.commercial-item:hover {
  color: #FEDA23;
}

.commercial-item > span,
.commercial-item svg {
  width: 58px;
  height: 58px;
}

.commercial-item strong {
  font-family: Manrope, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

/* contact */
.contact-section {
  padding-top: 36px;
  padding-bottom: 38px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 36% 64%;
  gap: 42px;
  align-items: start;
}

.contact-info h2 {
  margin: 0 0 8px;
  color: #0D3048;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.contact-info > p {
  margin: 0 0 18px;
  color: #6B737A;
  font-size: 11px;
}

.contact-info > a,
.contact-info__address {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 9px;
  color: #53606A;
  font-size: 11px;
  text-decoration: none;
}

.contact-info > a:hover {
  color: #0D3048;
}

.contact-info > a span,
.contact-info__address span,
.contact-info > a svg,
.contact-info__address svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.contact-form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

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

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #E1E5E8;
  border-radius: 4px;
  background: #fff;
  color: #182B3A;
  font-family: Inter, sans-serif;
  font-size: 11px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input {
  height: 42px;
  padding: 0 12px;
}

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

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #0D3048;
  box-shadow: 0 0 0 3px rgba(13, 48, 72, 0.08);
}

.contact-form .btn-multidom {
  align-self: flex-end;
  min-width: 185px;
  margin-top: -60px;
  margin-right: 12px;
}

/* footer */
.site-footer {
  padding: 42px 0 18px;
  background: #062139;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.25fr 1.25fr 1fr 1fr;
  gap: 0;
}

.site-footer__brand,
.site-footer__column {
  min-width: 0;
  padding: 0 30px;
}

.site-footer__brand {
  padding-left: 0;
}

.site-footer__column {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
}

.footer-logo img {
  width: 44px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-logo span {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.footer-logo strong {
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.footer-logo small {
  margin-top: 3px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.74);
}

.site-footer__brand p {
  margin: 18px 0;
  color: rgba(255, 255, 255, 0.63);
  font-size: 10px;
  line-height: 1.6;
}

.site-footer__socials {
  display: flex;
  align-items: center;
  gap: 14px;
}

.site-footer__socials a {
  color: #fff;
}

.site-footer__socials svg {
  width: 17px;
  height: 17px;
}

.site-footer__column h3 {
  margin: 0 0 14px;
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.site-footer__column > a,
.site-footer__two-cols a,
.site-footer__contact > div {
  display: block;
  margin: 0 0 9px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  line-height: 1.45;
  text-decoration: none;
}

.site-footer__column a:hover {
  color: #FEDA23;
}

.site-footer__two-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.site-footer__contact > a,
.site-footer__contact > div {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.site-footer__contact span,
.site-footer__contact svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.45);
  font-size: 9px;
}

/* responsive */
@media (max-width: 1199.98px) {
  .hero {
    min-height: 500px;
  }
  .hero__content-wrap {
    height: 500px;
  }
  .hero__content {
    padding-top: 72px;
  }
  .property-search__fields {
    grid-template-columns: 1.25fr 1.05fr 1fr 1fr 0.72fr;
    gap: 10px;
  }
  .trust-strip__grid {
    gap: 18px;
  }
  .process-step {
    padding: 0 20px;
  }
  .valuation-cta {
    padding-right: 35px;
  }
  .valuation-cta .btn-multidom {
    min-width: 200px;
  }
  .site-footer__brand,
  .site-footer__column {
    padding-left: 22px;
    padding-right: 22px;
  }
  .site-footer__brand {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .section-block {
    padding: 28px 0;
  }
  .hero {
    min-height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    background: #062139;
  }
  .hero__media,
  .hero__overlay {
    height: 430px;
    bottom: auto;
  }
  .hero__media img {
    -o-object-position: 62% center;
       object-position: 62% center;
  }
  .hero__content-wrap {
    height: 430px;
  }
  .hero__content {
    width: 68%;
    padding-top: 66px;
  }
  .hero__content h1 {
    font-size: 43px;
  }
  .hero__content p {
    font-size: 17px;
  }
  .hero-search-wrap {
    position: relative;
    bottom: auto;
    transform: none;
    margin-top: -30px;
    padding-bottom: 24px;
  }
  .property-search__fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .property-search__submit {
    grid-column: 1/-1;
  }
  .trust-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 25px 0;
  }
  .spain-banner {
    grid-template-columns: 42% 58%;
  }
  .selling-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 0;
  }
  .process-step:nth-child(2)::after {
    display: none;
  }
  .process-step {
    min-height: 175px;
  }
  .agents-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .valuation-cta {
    grid-template-columns: auto 1fr;
  }
  .valuation-cta .btn-multidom {
    grid-column: 1/-1;
    margin-left: 92px;
    justify-self: start;
  }
  .commercial-panel {
    grid-template-columns: 1fr;
  }
  .commercial-panel__intro {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    align-items: center;
    gap: 20px;
    padding: 25px 30px;
  }
  .commercial-panel__intro h2,
  .commercial-panel__intro p {
    margin: 0;
  }
  .commercial-panel__intro .btn-multidom {
    margin: 0;
  }
  .commercial-panel__items {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  .commercial-item:first-child {
    border-left: 0;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 0;
  }
  .site-footer__brand,
  .site-footer__column {
    border-left: 0;
    padding: 0 30px 0 0;
  }
  .site-footer__column:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
    padding-left: 30px;
  }
}
@media (max-width: 767.98px) {
  .section-heading h2 {
    font-size: 24px;
  }
  .hero__media,
  .hero__overlay,
  .hero__content-wrap {
    height: 410px;
  }
  .hero__media img {
    -o-object-position: 68% center;
       object-position: 68% center;
  }
  .hero__overlay {
    background: linear-gradient(90deg, rgba(4, 26, 45, 0.96) 0%, rgba(4, 26, 45, 0.82) 53%, rgba(4, 26, 45, 0.28) 100%);
  }
  .hero__content {
    width: 82%;
    padding-top: 55px;
  }
  .hero__content h1 {
    font-size: 38px;
  }
  .hero__content p {
    font-size: 15px;
  }
  .property-search__fields {
    grid-template-columns: 1fr;
  }
  .property-search__submit {
    grid-column: auto;
  }
  .property-search__tabs {
    height: 48px;
  }
  .property-search__tab {
    height: 48px;
  }
  .trust-strip__grid {
    gap: 20px 15px;
  }
  .spain-banner {
    grid-template-columns: 1fr;
  }
  .spain-banner__content {
    min-height: 230px;
  }
  .spain-banner__image {
    height: 230px;
  }
  .property-type-card {
    min-height: 155px;
  }
  .selling-process__grid {
    grid-template-columns: 1fr;
  }
  .process-step,
  .process-step:first-child,
  .process-step:last-child {
    min-height: auto;
    padding: 18px 10px 24px;
  }
  .process-step:not(:last-child)::after {
    top: auto;
    right: 15%;
    left: 15%;
    bottom: 0;
    border-right: 0;
    border-bottom: 1px dashed #D8DDE1;
  }
  .process-step__head {
    min-height: 60px;
  }
  .agents-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .valuation-cta {
    grid-template-columns: auto 1fr;
    padding: 24px;
  }
  .valuation-cta h2 {
    font-size: 20px;
  }
  .valuation-cta .btn-multidom {
    margin-left: 0;
    justify-self: stretch;
  }
  .commercial-panel__intro {
    grid-template-columns: 1fr;
  }
  .commercial-panel__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .commercial-item:nth-child(3) {
    border-left: 0;
  }
  .commercial-item:nth-child(n+3) {
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
  }
  .contact-form__row {
    grid-template-columns: 1fr;
  }
  .contact-form .btn-multidom {
    margin: 0;
    align-self: stretch;
  }
}
@media (max-width: 575.98px) {
  .section-block {
    padding: 24px 0;
  }
  .section-heading {
    align-items: center;
  }
  .section-heading h2 {
    font-size: 22px;
  }
  .section-link {
    font-size: 0;
  }
  .section-link span,
  .section-link svg {
    width: 27px;
    height: 27px;
  }
  .hero__media,
  .hero__overlay,
  .hero__content-wrap {
    height: 390px;
  }
  .hero__media img {
    -o-object-position: 70% center;
       object-position: 70% center;
  }
  .hero__content {
    width: 100%;
    padding-top: 48px;
    padding-right: 20px;
  }
  .hero__content h1 {
    font-size: 34px;
    line-height: 1.1;
  }
  .hero__content p {
    font-size: 14px;
  }
  .hero__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .hero__actions .btn-multidom {
    min-width: 155px;
    min-height: 42px;
  }
  .hero-search-wrap {
    margin-top: -18px;
  }
  .property-search__tabs,
  .property-search__fields {
    padding-left: 16px;
    padding-right: 16px;
  }
  .trust-strip__grid {
    grid-template-columns: 1fr;
    padding: 22px 0;
  }
  .trust-item {
    padding: 0 8px;
  }
  .offer-card--special .offer-card__media {
    aspect-ratio: 1.45/1;
  }
  .offer-card__price strong,
  .offer-card--compact .offer-card__price strong {
    font-size: 18px;
  }
  .spain-banner__content {
    min-height: 220px;
    padding: 26px 24px;
  }
  .spain-banner__content h2 {
    font-size: 25px;
  }
  .spain-banner__image {
    height: 190px;
  }
  .property-type-card {
    grid-template-columns: 1fr 44%;
    min-height: 150px;
  }
  .property-type-card__text {
    padding-left: 16px;
  }
  .property-type-card h3 {
    font-size: 18px;
  }
  .agents-grid {
    grid-template-columns: 1fr;
  }
  .agent-card {
    display: grid;
    grid-template-columns: 42% 58%;
  }
  .agent-card__photo {
    height: 100%;
    aspect-ratio: auto;
  }
  .valuation-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .valuation-cta__icon {
    margin: 0 auto;
  }
  .valuation-cta .btn-multidom {
    grid-column: auto;
  }
  .commercial-panel__items {
    grid-template-columns: 1fr;
  }
  .commercial-item,
  .commercial-item:nth-child(3) {
    border-left: 0;
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
  }
  .commercial-item:first-child {
    border-top: 0;
  }
  .site-footer__grid {
    grid-template-columns: 1fr;
  }
  .site-footer__brand,
  .site-footer__column,
  .site-footer__column:nth-child(even) {
    padding: 0 0 24px;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .site-footer__column:last-child {
    border-bottom: 0;
  }
  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}/*# sourceMappingURL=front-page.css.map */