/* KadastrPro — светлый минимализм, бирюзовый акцент (cadinfo-like) */
.site--kadastrpro {
  --primary: #0d9488;
  --primary-dark: #0f766e;
  --accent: #0891b2;
  --bg: #f0fdfa;
  --text: #134e4a;
  --muted: #5b7c78;
  --border: #99f6e4;
  --radius: 8px;
  --radius-sm: 6px;
  --shadow: 0 8px 30px rgba(13, 148, 136, 0.08);
  --hero-bg: #ecfdf5;
  --header-bg: #ffffff;
  --font-heading: Georgia, "Times New Roman", serif;
}

.site--kadastrpro .header {
  box-shadow: 0 1px 0 var(--border);
}

.site--kadastrpro .logo__mark {
  border-radius: 50%;
}

.site--kadastrpro .hero--centered {
  text-align: center;
}

.site--kadastrpro .hero--centered .lead,
.site--kadastrpro .hero--centered .consent {
  margin-left: auto;
  margin-right: auto;
}

.site--kadastrpro .hero--centered .hero__features {
  justify-content: center;
}

.site--kadastrpro .hero__grid {
  max-width: 720px;
  margin: 0 auto;
}

.site--kadastrpro .search-form input {
  box-shadow: none;
  border-width: 2px;
}

.site--kadastrpro .btn {
  border-radius: 999px;
}

.site--kadastrpro .step,
.site--kadastrpro .price-card {
  border-width: 2px;
  box-shadow: none;
}

.site--kadastrpro h1 {
  font-weight: 400;
  letter-spacing: -0.02em;
}
