.country-house-article {
  --country-house-line: #e7e8eb;
  --country-house-soft: #f6f6f7;
  color: #404248;
  font-size: 18px;
  line-height: 1.72;
}

.country-house-article > p {
  margin: 0 0 22px;
}

.country-house-article .country-house-lead {
  color: #303238;
  font-size: 21px;
  line-height: 1.65;
}

.country-house-article h2 {
  margin: 56px 0 20px;
  color: var(--color-text-primary);
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1.18;
  letter-spacing: -.025em;
  scroll-margin-top: calc(var(--header-height, 70px) + 24px);
  text-wrap: balance;
}

.country-house-article strong {
  color: var(--color-text-primary);
}

.entry-content .country-house-list,
.entry-content .country-house-benefits,
.entry-content .country-house-questions,
.entry-content .country-house-checklist {
  margin: 18px 0 28px;
  padding: 0;
  list-style: none;
}

.entry-content .country-house-list > li {
  position: relative;
  margin: 0;
  padding: 12px 0 12px 31px;
  border-bottom: 1px solid var(--country-house-line);
}

.entry-content .country-house-list > li:last-child {
  border-bottom: 0;
}

.entry-content .country-house-list > li::before {
  content: '';
  position: absolute;
  top: 24px;
  inset-inline-start: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-accent);
}

.country-house-note,
.country-house-case {
  margin: 30px 0 38px;
  padding: 26px 28px;
}

.country-house-note {
  border-radius: 20px;
  background: linear-gradient(135deg, #1b1d21, #2c2f34);
  color: #f7f7f8;
  box-shadow: 0 15px 35px rgba(15, 16, 19, .1);
}

.country-house-note p,
.country-house-note strong {
  margin: 0;
  color: #fff;
}

.country-house-case {
  border-inline-start: 4px solid var(--color-accent);
  border-radius: 0 18px 18px 0;
  background: #faf5f6;
}

.country-house-case p {
  margin: 0;
}

.entry-content .country-house-media {
  margin: 38px 0 46px;
}

.entry-content .country-house-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 16px 42px rgba(18, 20, 24, .09);
}

.entry-content .country-house-questions {
  display: grid;
  gap: 12px;
  margin-block: 20px 30px;
}

.entry-content .country-house-questions > li {
  position: relative;
  margin: 0;
  padding: 18px 20px 18px 51px;
  border: 1px solid var(--country-house-line);
  border-radius: 16px;
  background: #fff;
}

.entry-content .country-house-questions > li::before {
  content: '?';
  position: absolute;
  top: 17px;
  inset-inline-start: 17px;
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--color-accent);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.entry-content .country-house-checklist {
  margin-block: 22px 24px;
  padding: 8px 26px;
  border: 1px solid var(--country-house-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(20, 21, 24, .04);
}

.entry-content .country-house-checklist > li {
  position: relative;
  margin: 0;
  padding: 17px 0 17px 42px;
  border-bottom: 1px solid var(--country-house-line);
}

.entry-content .country-house-checklist > li:last-child {
  border-bottom: 0;
}

.entry-content .country-house-checklist > li::before {
  content: '';
  position: absolute;
  top: 19px;
  inset-inline-start: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #c8cbd0;
  border-radius: 7px;
}

.entry-content .country-house-benefits {
  margin-block: 22px 30px;
}

.entry-content .country-house-benefits > li {
  position: relative;
  margin: 0;
  padding: 11px 0 11px 34px;
}

.entry-content .country-house-benefits > li::before {
  content: '✓';
  position: absolute;
  top: 10px;
  inset-inline-start: 0;
  color: var(--color-accent);
  font-weight: 900;
}

.country-house-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 25px 0 44px;
}

.entry-content .country-house-button,
.country-house-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 22px;
  border: 0;
  border-radius: 12px;
  background: var(--color-accent);
  color: #fff;
  font: inherit;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background-color var(--transition), transform var(--transition);
}

.entry-content a.country-house-button {
  color: #fff;
  text-decoration: none;
}

.country-house-button:focus-visible {
  outline: 3px solid rgba(210, 0, 0, .3);
  outline-offset: 3px;
}

.country-house-form-wrap {
  margin-top: 30px;
  padding: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #171c25;
  box-shadow: 0 24px 60px rgba(20, 25, 34, .18);
  container-type: inline-size;
  isolation: isolate;
}

.country-house-consultation {
  display: grid;
  grid-template-columns: minmax(230px, .82fr) minmax(0, 1.45fr);
  min-height: 620px;
}

.country-house-consultation__media {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: linear-gradient(155deg, #faf8f6 0%, #ece5df 100%);
}

.country-house-consultation__media::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(23, 28, 37, .42));
  content: '';
  pointer-events: none;
}

.country-house-consultation__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  outline: 1px solid rgba(0, 0, 0, .1);
  outline-offset: -1px;
}

.country-house-consultation__body {
  min-width: 0;
  padding: 38px 34px 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(235, 30, 47, .18), transparent 36%),
    #171c25;
}

.country-house-consultation__head {
  margin-bottom: 28px;
}

.country-house-consultation__eyebrow {
  margin: 0 0 10px;
  color: #ff6875;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.entry-content .country-house-consultation__title,
.country-house-consultation__title {
  max-width: 13ch;
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4cqi, 38px);
  line-height: 1.08;
  text-wrap: balance;
}

.country-house-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.country-house-field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.country-house-field--wide,
.country-house-form__submit,
.country-house-form__status {
  grid-column: 1 / -1;
}

.country-house-field label {
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
  font-weight: 700;
}

.country-house-field label span {
  color: #ff6875;
}

.country-house-field input,
.country-house-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px;
  background: rgba(255, 255, 255, .98);
  color: var(--color-text-primary);
  font: inherit;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .08);
}

.country-house-field textarea {
  min-height: 118px;
  resize: vertical;
}

.country-house-field input:focus-visible,
.country-house-field textarea:focus-visible {
  border-color: var(--color-accent);
  outline: 3px solid rgba(210, 0, 0, .12);
  outline-offset: 1px;
}

.country-house-form__submit {
  width: 100%;
  margin-top: 4px;
  justify-self: stretch;
  box-shadow: 0 12px 28px rgba(210, 0, 0, .28);
}

.country-house-form__submit:active {
  transform: scale(.96);
}

.country-house-form__status {
  min-height: 22px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
}

.country-house-form__status.is-success {
  color: #7de3a5;
}

.country-house-form__status.is-error {
  color: #ff9aa5;
}

@container (max-width: 720px) {
  .country-house-consultation {
    grid-template-columns: minmax(0, 1fr);
  }

  .country-house-consultation__media {
    min-height: 280px;
    max-height: 340px;
  }

  .country-house-consultation__media img {
    object-position: 50% 18%;
  }
}

@media (hover: hover) {
  .entry-content .country-house-button:hover,
  .country-house-button:hover {
    background: #a81023;
    color: #fff;
    transform: translateY(-1px);
  }
}

@media (max-width: 680px) {
  .country-house-article {
    font-size: 16px;
    line-height: 1.65;
  }

  .country-house-article .country-house-lead {
    font-size: 18px;
  }

  .country-house-article h2 {
    margin-top: 43px;
    font-size: 28px;
  }

  .country-house-note,
  .country-house-case {
    padding: 22px 20px;
  }

  .country-house-form-wrap {
    border-radius: 22px;
  }

  .country-house-consultation {
    min-height: 0;
  }

  .country-house-consultation__media {
    min-height: 230px;
    max-height: 270px;
  }

  .country-house-consultation__body {
    padding: 26px 20px 22px;
  }

  .country-house-consultation__head {
    margin-bottom: 22px;
  }

  .entry-content .country-house-consultation__title,
  .country-house-consultation__title {
    max-width: 15ch;
    font-size: 29px;
  }

  .entry-content .country-house-checklist {
    padding-inline: 18px;
  }

  .country-house-form {
    grid-template-columns: minmax(0, 1fr);
  }

  .country-house-field--wide,
  .country-house-form__submit,
  .country-house-form__status {
    grid-column: 1;
  }

  .country-house-actions {
    display: grid;
  }

  .country-house-button-wrap,
  .entry-content .country-house-button,
  .country-house-button {
    width: 100%;
  }
}

@media print {
  .country-house-form-wrap,
  .country-house-actions {
    display: none !important;
  }

  .country-house-note,
  .country-house-case {
    border: 1px solid #ccc;
    background: #fff;
    color: #000;
    box-shadow: none;
  }

  .country-house-note p,
  .country-house-note strong {
    color: #000;
  }
}
