.business-page .estate-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse at 100% 0, #49374d 0, transparent 55%), #211c2d;
  color: #f7f4ef;
  border-top: 1px solid #655066;
  border-bottom: 1px solid #655066;
}
.estate-section .eyebrow { color: #d4b98c; }
body.business-page .estate-section h2 { color: #fffaf1; }
body.business-page .estate-section h2 em { color: #d4b98c; }
.estate-section .estate-heading > p { color: #d2c7d6; font-size: 14px; }
.estate-topics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #6c586e; }
.estate-topic { padding: 32px 30px 30px; min-width: 0; }
.estate-topic:first-child { padding-left: 0; }
.estate-topic:last-child { padding-right: 0; }
.estate-topic + .estate-topic { border-left: 1px solid #6c586e; }
.estate-topic-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 28px; }
.estate-topic-top span { color: #d7c3a7; font-size: 10px; letter-spacing: .1em; }
.estate-topic-top svg { width: 40px; height: 40px; flex-shrink: 0; fill: none; stroke: #d4b98c; stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }
body.business-page .estate-topic h3 { color: #fffaf1; font-family: Georgia, 'Times New Roman', serif; font-size: 27px; font-weight: 400; line-height: 1.2; }
.estate-topic p { color: #d2c7d6; font-size: 13px; line-height: 1.85; margin-bottom: 0; }
.estate-service { display: grid; grid-template-columns: 1.4fr 1fr; gap: 70px; align-items: center; border-top: 1px solid #6c586e; padding-top: 38px; margin-top: 10px; }
body.business-page .estate-service h3 { color: #f7f4ef; font-family: Georgia, 'Times New Roman', serif; font-size: 28px; font-weight: 400; }
.estate-service p { color: #d2c7d6; font-size: 13px; line-height: 1.8; margin-bottom: 0; max-width: 560px; }
.estate-action { justify-self: end; max-width: 320px; }
.estate-action .button { background: #d4b98c; border-color: #d4b98c; color: #211c2d; }
.estate-action .button:hover { background: #e3ccaa; border-color: #e3ccaa; }
.estate-action a:focus-visible { outline-color: #f7f4ef; }
.estate-action p { font-size: 11px; color: #c6b4cc; margin-top: 13px; }
@media (max-width: 900px) {
  .estate-topic { padding-right: 22px; padding-left: 22px; }
  body.business-page .estate-topic h3 { font-size: 24px; }
  .estate-service { gap: 35px; }
}
@media (max-width: 700px) {
  .estate-section .estate-heading > p { font-size: 13px; }
  .estate-topics { grid-template-columns: 1fr; }
  .estate-topic, .estate-topic:first-child, .estate-topic:last-child { padding: 26px 0; }
  .estate-topic + .estate-topic { border-left: 0; border-top: 1px solid #6c586e; }
  .estate-topic-top { margin-bottom: 18px; }
  body.business-page .estate-topic h3 { font-size: 28px; }
  .estate-service { grid-template-columns: 1fr; gap: 25px; padding-top: 28px; margin-top: 0; }
  .estate-action { justify-self: start; max-width: 100%; }
  .estate-action .button { min-height: 48px; }
}
@media print {
  .business-page .estate-section { background: #fff; color: #000; border-color: #aaa; }
  body.business-page .estate-section :is(h2, h2 em, h3, p, span) { color: #000; }
  .estate-topic-top svg { stroke: #333; }
  .estate-action { display: none; }
}
