:root {
  --navy: #111d2b;
  --navy2: #1a2c3f;
  --cream: #f1f0ec;
  --paper: #fbfaf7;
  --gold: #9d8057;
  --gold2: #d9c9aa;
  --ink: #1b2632;
  --muted: #68727b;
  --line: #d8d5cf;
  --green: #326550;
  --shadow: 0 24px 70px rgba(16, 29, 43, .10);
  --radius: 10px;
  --font-ui: "Heebo", Arial, sans-serif;
}

/* Heebo has no Cyrillic glyphs. Manrope keeps the same contemporary, open
   character on Russian pages instead of silently falling back to a system font. */
html[lang="ru"] { --font-ui: "Manrope", Arial, sans-serif; }

body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: 19px;
  line-height: 1.6;
  letter-spacing: -.018em;
}

.site-header {
  height: 116px;
  padding-inline: max(28px, calc((100% - 1640px) / 2));
  gap: 26px;
  background: rgba(251, 250, 247, .94);
  border-color: rgba(17, 29, 43, .12);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .85);
}

.brand { flex: 0 0 auto; gap: 19px; }
.brand-mark {
  width: 68px;
  height: 68px;
  border: 0;
  border-radius: 50%;
  background: #152334;
  box-shadow: 0 0 0 1px rgba(157, 128, 87, .55), 0 8px 24px rgba(17, 29, 43, .12);
  overflow: hidden;
}
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand b { font-size: 23px; font-weight: 600; letter-spacing: .10em; }
.brand small { margin-top: 5px; color: var(--gold); font-size: 14px; font-weight: 700; letter-spacing: .20em; }
.site-header nav { flex: 0 1 auto; gap: 28px; }
.site-header nav a { white-space: nowrap; font-size: 18px; font-weight: 500; }
.header-actions { flex: 0 0 auto; }
.header-actions .primary, .header-actions .ghost { white-space: nowrap; }
.language select { min-height: 48px; padding-inline: 10px; color: var(--navy); font-size: 17px; font-weight: 600; }

.primary, .ghost, .text-button, .back, .link {
  min-height: 52px;
  border-radius: 6px;
  padding-inline: 22px;
  font-size: 18px;
  font-weight: 600;
}
.primary {
  background: var(--navy);
  box-shadow: 0 10px 28px rgba(17, 29, 43, .16);
  letter-spacing: .01em;
}
.primary:hover { background: #203750; transform: translateY(-1px); }
.ghost { border-color: rgba(17, 29, 43, .18); background: rgba(255, 255, 255, .42); }
.large { min-height: 60px; padding-inline: 30px; }

.hero {
  min-height: 680px;
  padding: 88px max(28px, calc((100% - 1320px) / 2)) 116px;
  grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
  gap: 64px;
  background: linear-gradient(115deg, #f4f2ed 0%, #ebe9e3 100%);
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .mini-label, .object-section-label {
  color: var(--gold);
  font-size: 17px;
  letter-spacing: .14em;
}
.hero h1, .page-intro h2, .property-head h2 {
  color: var(--navy);
  font-family: var(--font-ui);
  font-weight: 500;
  letter-spacing: -.028em;
}
.hero h1 { max-width: 820px; font-size: clamp(66px, 6vw, 96px); line-height: 1.03; }
.hero h1 em { color: #40546a; font-weight: 400; }
.lead { max-width: 760px; margin: 32px 0; color: #505d68; font-size: 23px; line-height: 1.65; }
.hero-actions { gap: 16px; }
.trust-row { margin-top: 38px; gap: 26px; color: #4f5e57; font-size: 17px; }

.radar-card {
  min-height: 525px;
  padding: 28px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(8, 18, 28, .10) 0%, rgba(8, 18, 28, .10) 45%, rgba(8, 18, 28, .82) 100%),
    url("/hero-architecture.webp") center / cover no-repeat;
  box-shadow: 0 35px 90px rgba(17, 29, 43, .22);
  overflow: hidden;
}
.radar-head { position: relative; z-index: 2; color: #fff5df; font-size: 16px; }
.radar-head i { color: rgba(255, 255, 255, .82); }
.radar-card .map-shape { min-height: 330px; height: auto; margin: 0; background: transparent; }
.radar-card .map-shape:before, .radar-card .map-shape>b, .radar-card .pulse { display: none; }
.radar-stats {
  position: relative;
  z-index: 2;
  gap: 0;
  padding: 14px 10px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 7px;
  background: rgba(14, 27, 40, .76);
  backdrop-filter: blur(14px);
}
.radar-stats div { padding: 8px 15px; border-color: rgba(255, 255, 255, .18); }
.radar-stats strong { color: #fff; font-size: 28px; font-weight: 650; }
.radar-stats span { color: rgba(255, 255, 255, .86); font-size: 15px; }

.quick-search {
  width: min(1160px, calc(100% - 48px));
  margin-top: -44px;
  padding: 20px;
  border-radius: 8px;
  border-color: rgba(17, 29, 43, .13);
  background: rgba(251, 250, 247, .98);
  box-shadow: 0 22px 60px rgba(17, 29, 43, .13);
}
.quick-search label, .filter-panel>label { font-size: 17px; letter-spacing: 0; }
.quick-search select, .filter-panel select, .filter-panel input {
  min-height: 48px;
  border-radius: 5px;
  border-color: #d3d0c9;
  background: #fff;
  color: var(--navy);
  font-size: 18px;
}

.value-strip { width: min(1240px, calc(100% - 48px)); margin: 86px auto 110px; border-color: #cfcac1; }
.value-strip article { padding: 38px 34px; border-color: #d4d0c8; }
.value-strip span { font-size: 15px; }
.value-strip h3 { margin-top: 18px; font-family: var(--font-ui); font-size: 29px; font-weight: 500; }
.value-strip p { font-size: 18px; line-height: 1.65; }

.page-intro, .property-head { width: min(1240px, calc(100% - 48px)); padding: 78px 0 44px; }
.page-intro h2, .property-head h2 { font-size: clamp(52px, 5vw, 72px); }
.page-intro p, .property-head p { font-size: 20px; line-height: 1.6; }
.catalog-summary b { font-family: var(--font-ui); font-size: 50px; font-weight: 500; }
.catalog-summary span { font-size: 16px; }
.catalog-layout, .detail-layout { width: min(1320px, calc(100% - 48px)); grid-template-columns: 300px 1fr; gap: 32px; }
.filter-panel {
  border-radius: 8px;
  border-color: rgba(17, 29, 43, .13);
  background: #f8f7f3;
  padding: 26px;
  gap: 24px;
  box-shadow: 0 12px 38px rgba(17, 29, 43, .05);
}
.filter-title b { font-family: var(--font-ui); font-size: 25px; font-weight: 600; }
.filter-title .link { font-size: 16px; }
.filter-panel legend { margin-bottom: 13px; font-size: 17px; }
.filter-panel fieldset { gap: 14px; }
.filter-panel fieldset label { font-size: 18px; line-height: 1.45; }
.filter-panel input[type="checkbox"] { width: 18px; height: 18px; margin-right: 9px; vertical-align: -3px; }

.dga-schedule, .dga-edition, .radar-shortlist, .analysis-card, .purchase-card,
.checkout-form, .order-summary, .service-form, .coverage-card, .dashboard-card,
.property-dossier, .source-integrity {
  border-radius: 8px;
  border-color: rgba(17, 29, 43, .13);
  background: var(--paper);
  box-shadow: 0 14px 40px rgba(17, 29, 43, .055);
}
.dga-schedule { border-left: 3px solid var(--gold); }
.dga-schedule b { font-size: 19px; }
.dga-schedule small, .dga-schedule span, .dga-schedule a { font-size: 16px; line-height: 1.55; }
.dga-edition small { font-size: 15px; }
.dga-edition b { font-size: 28px; }
.dga-edition span { color: #586572; font-size: 17px; line-height: 1.55; }
.dga-edition-actions button, .dga-edition-actions a { font-size: 16px; }
.catalog-source-note { color: #56636f; font-size: 16px; line-height: 1.62; }
.radar-shortlist { padding: 34px; background: #e7e4dd; }
.radar-shortlist-head small { color: #9a713b; font-size: 15px; }
.radar-shortlist-head b { color: var(--navy); font-size: 32px; line-height: 1.2; }
.radar-shortlist-head>span { color: #53616e; font-size: 17px; line-height: 1.5; }
.radar-pick { border-radius: 6px; background: #fbfaf7; box-shadow: 0 8px 24px rgba(17, 29, 43, .06); }
.radar-pick em { color: #172433; font-size: 14px; }
.radar-pick b { color: var(--navy); font-size: 22px; }
.radar-pick strong { color: #ad7e37; font-size: 29px; }
.radar-pick span { color: #53616e; font-size: 16px; line-height: 1.52; }
.radar-shortlist-note { color: #5b6772; font-size: 15px; line-height: 1.55; }
.catalog-toolbar { font-size: 17px; }

.property-grid { gap: 22px; }
.property-card {
  border-radius: 8px;
  border-color: rgba(17, 29, 43, .13);
  background: var(--paper);
  box-shadow: 0 9px 30px rgba(17, 29, 43, .05);
}
.property-card:hover { transform: translateY(-3px); box-shadow: 0 22px 55px rgba(17, 29, 43, .12); }
.property-visual { height: 176px; padding: 22px; }
.property-visual:after { background: linear-gradient(180deg, rgba(9, 20, 31, .05), rgba(9, 20, 31, .78)); }
.property-visual b { font-family: var(--font-ui); font-size: 34px; font-weight: 500; }
.property-body { padding: 23px; }
.property-body small, .mini-label { font-size: 14px; }
.property-body h3 { min-height: 52px; margin: 10px 0; font-family: var(--font-ui); font-size: 25px; font-weight: 500; line-height: 1.3; }
.property-body p { font-size: 17px; line-height: 1.55; }
.coverage, .status, .source-badge, .popular, .prototype-note { border-radius: 3px; }
.price b { font-family: var(--font-ui); font-size: 31px; font-weight: 600; }
.price span, .score span { font-size: 15px; }
.score b { font-size: 16px; }
.coverage, .status, .source-badge { font-size: 13px; }
.property-source-link, .dga-request-button { font-size: 16px; }

.pricing-grid { width: min(1320px, calc(100% - 48px)); gap: 24px; }
.price-card { border-radius: 8px; border-color: rgba(17, 29, 43, .13); padding: 40px; }
.price-card.featured { border: 1px solid var(--gold); transform: translateY(-6px); }
.price-card h3, .service-banner h3, .coverage-card h3, .purchase-card h3, .analysis-title h3 {
  font-family: var(--font-ui);
  font-weight: 500;
}
.prototype-note, .popular, .progress { padding: 10px 15px; font-size: 16px; }
.price-card h3 { font-size: 34px; }
.price-card>p, .price-card li, .service-banner p, .service-form label, .coverage-card li, .coverage-card p { font-size: 19px; }
.price-card ul { line-height: 1.85; }
.price-tag { font-family: var(--font-ui); font-size: 48px; font-weight: 500; }
.service-banner h3 { font-size: 34px; }
.service-banner { border-radius: 8px; background: linear-gradient(120deg, #111d2b, #263c51); }
.service-layout, .checkout-layout { gap: 28px; }

/* Readability floor for all customer-facing secondary text. */
.auction-price span, .auction-price small, .facts-row span,
.investment-snapshot span, .investment-snapshot small,
.source-integrity-status, .source-facts span, .source-integrity-copy,
.source-method, .change-log, .insight p, .document-layers p,
.package-price span, .purchase-card>small, .form-grid label,
.service-form>label, .checkout-object small, .consent, .secure-note,
.order-summary>small, .coverage-card li span, .coverage-card p,
.account-person small, .account-stats span, .account-stats small,
.dashboard-card>small, .dashboard-card p, .report-row small,
.account-section-head p, .notification-toggle small {
  font-size: 16px;
  line-height: 1.55;
}
.facts-row b, .source-facts b, .investment-snapshot b { font-size: 20px; }
.analysis-title h3, .purchase-card h3, .coverage-card h3 { font-size: 34px; }
.checkout-form h2, .account-main h2 { font-family: var(--font-ui); }
.checkout-form h2 { font-size: 50px; }
.account-main h2 { font-size: 54px; }
.dashboard-title h3, .account-section-head h3 { font-size: 23px; }
.account-nav button { font-size: 16px; }
.account-stats b { font-size: 34px; }

.cookie-banner { border-radius: 8px; border-color: rgba(157, 128, 87, .5); background: rgba(251, 250, 247, .98); }
footer { padding-block: 34px; background: #101b28; font-size: 15px; }

html[dir=rtl] .dga-schedule { border-left: 1px solid rgba(17, 29, 43, .13); border-right: 3px solid var(--gold); }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; gap: 44px; }
  .hero-copy { max-width: 760px; }
  .radar-card { max-width: none; min-height: 470px; }
  .site-header nav { display: none; }
}

@media (max-width: 1380px) {
  .site-header { gap: 18px; }
  .site-header nav { gap: 18px; }
  .site-header nav a { font-size: 16px; }
  .brand { gap: 13px; }
  .brand-mark { width: 58px; height: 58px; }
  .brand b { font-size: 19px; }
  .brand small { font-size: 12px; }
  .primary, .ghost { padding-inline: 17px; }
}

@media (max-width: 650px) {
  body { font-size: 17px; }
  .site-header { height: 82px; padding-inline: 14px; }
  .brand { gap: 10px; }
  .brand-mark { width: 50px; height: 50px; }
  .brand b { font-size: 16px; letter-spacing: .08em; }
  .brand small { display: block; margin-top: 2px; font-size: 11px; letter-spacing: .14em; }
  .language select { padding-inline: 4px; }
  .hero { min-height: auto; padding: 52px 20px 92px; gap: 34px; }
  .hero h1 { font-size: 50px; }
  .lead { margin: 24px 0; font-size: 20px; line-height: 1.6; }
  .trust-row { gap: 10px; }
  .radar-card { min-height: 380px; padding: 18px; background-position: 58% center; }
  .radar-card .map-shape { min-height: 245px; }
  .radar-stats div { padding: 7px 9px; }
  .radar-stats strong { font-size: 20px; }
  .quick-search { width: calc(100% - 24px); padding: 14px; }
  .value-strip, .page-intro, .property-head, .catalog-layout, .detail-layout, .pricing-grid { width: calc(100% - 28px); }
  .value-strip { margin-top: 72px; }
  .page-intro { padding-top: 55px; }
  .property-card { box-shadow: 0 8px 26px rgba(17, 29, 43, .06); }
  .price-card.featured { transform: none; }
}
