.nadezhda-site .services-grid {
  width: min(100%, 980px);
  gap: 18px;
}

.nadezhda-site .service-card {
  min-height: 104px;
  grid-template-columns: 74px 1fr;
  gap: 16px;
  padding: 18px;
}

.nadezhda-site .service-card p {
  font-size: 12px;
  line-height: 1.5;
}

.nadezhda-site .service-card-list {
  margin: 12px 0 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.nadezhda-site .service-card-list li + li {
  margin-top: 5px;
}

.nadezhda-site .service-checklist-card {
  align-items: start;
  align-content: start;
}

.nadezhda-site .service-checklist-card__header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.nadezhda-site .service-checklist-card__copy {
  min-width: 0;
}

.nadezhda-site .service-checklist-card__copy p {
  margin-top: 8px;
}

.nadezhda-site .about-section {
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.02fr) minmax(0, 1.5fr);
  min-height: 274px;
}

.nadezhda-site .about-image img {
  object-position: 50% 42%;
}

.nadezhda-site .about-copy {
  padding: 24px 26px;
}

.nadezhda-site .about-copy h2,
.nadezhda-site .about-how .section-heading h2 {
  font-size: 32px;
}

.nadezhda-site .about-copy p:not(.eyebrow) {
  max-width: 420px;
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.5;
}

.nadezhda-site .about-copy strong {
  margin-top: 18px;
  font-size: 29px;
}

.nadezhda-site .about-how {
  padding: 24px 28px;
}

.nadezhda-site .about-step-grid {
  margin-top: 16px;
  gap: 10px;
}

.nadezhda-site .about-how .step-card p {
  font-size: 10px;
  line-height: 1.4;
}

.nadezhda-site .reasons-grid,
.nadezhda-site .testimonial-grid {
  gap: 18px;
}

.nadezhda-site .trust-item {
  min-width: 0;
}

.nadezhda-site .service-area {
  gap: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.nadezhda-site .service-area-title h2 {
  font-size: 23px;
}

.nadezhda-site .faq-contact-band {
  display: block;
  border-bottom: 1px solid var(--line);
  background: #fffdf8eb;
}

.nadezhda-site .contact-band-row,
.nadezhda-site .faq-band-row {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding-left: 28px;
  padding-right: 28px;
}

.nadezhda-site .contact-band-row {
  border-bottom: 1px solid var(--line);
}

.nadezhda-site .contact-band-row .contact-panel {
  padding: 42px 0 36px;
}

.nadezhda-site .faq-band-row .faq-panel {
  padding: 28px 0;
  border-right: 0;
}

.nadezhda-site .faq-band-row .faq-list {
  max-width: 100%;
}

.nadezhda-site .contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, .72fr);
  gap: 26px;
  align-items: start;
}

.nadezhda-site .contact-main {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.nadezhda-site .contact-intro {
  max-width: 760px;
}

.nadezhda-site .contact-note {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.62;
}

.nadezhda-site .contact-detail-link {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.nadezhda-site .contact-detail-link a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.nadezhda-site .contact-methods {
  margin-top: 14px;
  gap: 14px 20px;
  font-size: 12px;
}

.nadezhda-site .estimate-form {
  margin-top: 20px;
  gap: 12px;
}

.nadezhda-site .contact-form-intro {
  margin: 0 0 2px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.nadezhda-site .estimate-form-group {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

.nadezhda-site .estimate-form-group legend {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.nadezhda-site .estimate-form-group-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}

.nadezhda-site .estimate-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  font-size: 13px;
}

.nadezhda-site .estimate-form-consent {
  margin-top: 2px;
}

.nadezhda-site .contact-support {
  display: grid;
  gap: 14px;
}

.nadezhda-site .contact-photo {
  overflow: hidden;
  border-radius: 9px;
  min-height: 0;
  aspect-ratio: 5 / 3;
  box-shadow: var(--shadow);
}

.nadezhda-site .contact-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.nadezhda-site .contact-next-steps {
  border: 1px solid var(--line);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
  padding: 20px;
}

.nadezhda-site .contact-next-steps h3 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 24px;
  line-height: 1.15;
}

.nadezhda-site .contact-next-steps ol {
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 11px;
  counter-reset: contact-step;
  list-style: none;
}

.nadezhda-site .contact-next-steps li {
  position: relative;
  min-height: 28px;
  padding-left: 42px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.nadezhda-site .contact-next-steps li::before {
  content: counter(contact-step);
  counter-increment: contact-step;
  position: absolute;
  left: 0;
  top: -2px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
}

.nadezhda-site .contact-next-steps p {
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.nadezhda-site .service-card-meta,
.nadezhda-site .service-card-price {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}
