:root {
  --bg: #f4f7fa;
  --bg-soft: #e9eff5;
  --surface: #ffffff;
  --surface-soft: #f9fbfd;
  --ink: #172033;
  --muted: #607184;
  --line: #d9e2eb;
  --line-strong: #c2cfdb;
  --blue: #123b67;
  --blue-strong: #0b2745;
  --blue-soft: #dbe8f3;
  --graphite: #2d333b;
  --silver: #eef2f5;
  --gold: #b99350;
  --gold-soft: #f2e5ca;
  --teal: #2f756d;
  --green: #1f7a58;
  --amber: #ba7a1b;
  --red: #9d3b36;
  --shadow: 0 18px 50px rgba(16, 34, 54, 0.12);
  --shadow-strong: 0 26px 70px rgba(10, 34, 58, 0.2);
  --radius: 8px;
  --container: 1180px;
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 22px);
}

body {
  margin: 0;
  background:
    linear-gradient(135deg, rgba(219, 232, 243, 0.74), rgba(244, 247, 250, 0.6) 38%, rgba(242, 229, 202, 0.48)),
    linear-gradient(180deg, #f4f7fa 0%, #ffffff 62%, #edf3f7 100%);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
  letter-spacing: 0;
}

button {
  cursor: pointer;
}

.container {
  width: min(100% - 40px, var(--container));
  margin: 0 auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: var(--radius);
  background: var(--blue-strong);
  color: #fff;
}

.skip-link:focus {
  transform: translateY(0);
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header-height);
  border-bottom: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(244, 247, 250, 0.68);
  backdrop-filter: blur(20px) saturate(140%);
  transition: box-shadow 0.2s ease, background 0.2s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 34px rgba(18, 59, 103, 0.09);
}

.site-header .container {
  width: min(100% - 28px, 1320px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 100%;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 250px;
}

.brand-logo {
  width: 75px;
  height: 75px;
  max-width: 75px;
  max-height: 75px;
  flex: 0 0 auto;
  background: transparent;
  object-fit: contain;
}

.brand-name,
.brand-year {
  display: block;
}

.brand-name {
  color: var(--blue-strong);
  font-weight: 850;
  line-height: 1.05;
}

.brand-year {
  color: var(--muted);
  font-size: 0.78rem;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  min-width: 0;
  gap: 6px;
  color: var(--graphite);
  font-size: 0.86rem;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 6px;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  border-color: rgba(18, 59, 103, 0.18);
  background: rgba(255, 255, 255, 0.7);
  color: var(--blue);
  box-shadow: 0 10px 22px rgba(18, 59, 103, 0.08);
}

.main-nav .nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  flex: 0 0 auto;
  padding: 0 14px;
  border: 1px solid rgba(18, 59, 103, 0.46);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.42);
  color: var(--blue);
  font-weight: 800;
}

.main-nav .nav-cta:hover,
.main-nav .nav-cta:focus-visible {
  border-color: rgba(18, 59, 103, 0.62);
  background: rgba(255, 255, 255, 0.82);
}

.header-contacts {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 6px;
  margin-left: 0;
  padding: 0;
  color: var(--blue);
  font-size: 0.77rem;
  line-height: 1.18;
  white-space: nowrap;
}

.main-nav .header-contacts a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid rgba(18, 59, 103, 0.46);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.42);
  box-shadow: none;
  color: var(--blue);
  font-weight: 800;
  line-height: 1.14;
}

.main-nav .header-contacts a:first-child {
  color: var(--blue);
  font-weight: 850;
}

.main-nav .header-contacts a:last-child {
  color: var(--blue);
}

.main-nav .header-contacts a:hover,
.main-nav .header-contacts a:focus-visible {
  border-color: rgba(18, 59, 103, 0.62);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: none;
  color: var(--blue-deep);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow);
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--blue-strong);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 76svh;
  overflow: hidden;
  background: var(--blue-strong);
  color: #fff;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 19, 36, 0.82) 0%, rgba(10, 36, 63, 0.68) 42%, rgba(10, 36, 63, 0.16) 76%),
    linear-gradient(0deg, rgba(5, 17, 30, 0.52), rgba(5, 17, 30, 0.08) 44%);
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  align-items: center;
  gap: 58px;
  min-height: calc(76svh - var(--header-height));
  padding: 58px 0 92px;
}

.hero-copy {
  max-width: 790px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.84rem;
  font-weight: 850;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f4d9a0;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 850px;
  margin-bottom: 20px;
  font-size: 4rem;
  line-height: 1;
  font-weight: 870;
}

h2 {
  margin-bottom: 18px;
  color: var(--blue-strong);
  font-size: 2.55rem;
  line-height: 1.08;
  font-weight: 850;
}

h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.25;
  font-weight: 800;
}

.hero-subtitle {
  max-width: 760px;
  margin-bottom: 18px;
  color: #f3f8fc;
  font-size: 1.26rem;
  font-weight: 750;
}

.hero-text,
.lead {
  max-width: 740px;
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-text {
  color: rgba(255, 255, 255, 0.86);
}

.hero-actions,
.center-action {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.center-action {
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  max-width: 100%;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.btn svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  border-color: rgba(255, 255, 255, 0.46);
  background: linear-gradient(135deg, #d8bb7c, var(--gold));
  color: #111923;
  box-shadow: 0 14px 30px rgba(185, 147, 80, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.46);
}

.btn-secondary {
  border-color: rgba(255, 255, 255, 0.26);
  background: linear-gradient(135deg, rgba(18, 59, 103, 0.96), rgba(47, 117, 109, 0.9));
  color: #fff;
}

.hero .btn-secondary {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(12px);
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.78);
  color: var(--blue-strong);
  backdrop-filter: blur(16px);
}

.hero-panel {
  display: grid;
  gap: 14px;
  align-self: end;
}

.seal,
.benefit-strip article {
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(12, 42, 73, 0.74), rgba(255, 255, 255, 0.13));
  box-shadow: var(--shadow-strong), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(18px) saturate(140%);
}

.seal {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 6px 14px;
  padding: 22px;
}

.seal svg {
  grid-row: span 2;
  width: 50px;
  height: 50px;
  color: #f4d9a0;
}

.seal span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.seal strong {
  color: #fff;
  font-size: 1.32rem;
}

.benefit-strip {
  display: grid;
  gap: 10px;
}

.benefit-strip article {
  padding: 18px;
}

.benefit-strip span {
  display: block;
  margin-bottom: 10px;
  color: #f4d9a0;
  font-size: 0.82rem;
  font-weight: 850;
}

.benefit-strip strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
}

.benefit-strip p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
}

.hero-bottom {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: -76px;
  padding-bottom: 28px;
}

.hero-bottom a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.08));
  color: #fff;
  font-weight: 850;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px) saturate(135%);
}

.section {
  padding: 90px 0;
}

.section:nth-of-type(odd) {
  background: rgba(255, 255, 255, 0.5);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 42px;
}

.section-heading.compact {
  max-width: 760px;
  margin-bottom: 34px;
}

.two-column,
.split-layout,
.request-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 56px;
  align-items: start;
}

.split-layout {
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  align-items: center;
}

.split-layout.reverse {
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
}

.split-layout.reverse > :first-child {
  order: 2;
}

.section-lead {
  position: sticky;
  top: calc(var(--header-height) + 28px);
}

.insight-grid,
.risk-grid,
.object-grid,
.status-grid,
.criteria-grid,
.nomination-grid,
.pricing-grid {
  display: grid;
  gap: 12px;
}

.insight-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.insight-grid article,
.risk-grid article,
.object-grid article,
.status-grid article,
.criteria-grid article,
.nomination-grid article,
.pricing-grid article,
.value-board span,
.market-list span,
.mini-list span,
.faq-list details,
.form-card,
.contact-panel,
.risk-meter,
.document-visual,
.registry-card,
.image-feature {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(198, 213, 226, 0.72);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.52));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px) saturate(135%);
}

.insight-grid article {
  min-height: 132px;
  padding: 22px;
  color: var(--graphite);
  font-weight: 700;
}

.risk-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.risk-grid article {
  min-height: 170px;
  padding: 20px;
}

.risk-grid span,
.status-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-weight: 850;
}

.owner-value-section {
  background: linear-gradient(135deg, rgba(11, 39, 69, 0.95), rgba(47, 117, 109, 0.9));
  color: #fff;
}

.owner-value-section h2,
.owner-value-section h3 {
  color: #fff;
}

.owner-value-section .lead {
  color: rgba(255, 255, 255, 0.8);
}

.value-board,
.mini-list,
.market-list {
  display: grid;
  gap: 10px;
}

.value-board {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.value-board span,
.market-list span,
.mini-list span {
  padding: 15px 16px;
  color: var(--graphite);
  font-weight: 720;
}

.owner-value-section .value-board span {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.document-visual,
.registry-card,
.image-feature {
  margin: 0;
}

.document-visual img,
.registry-card img,
.image-feature img {
  width: 100%;
  height: 310px;
  object-fit: cover;
}

.document-visual figcaption,
.registry-card figcaption {
  padding: 22px;
}

.document-visual span,
.registry-card .status-pill {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--gold-soft);
  color: #705324;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.document-visual strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blue-strong);
  font-size: 1.35rem;
}

.note {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 14px 16px;
  border-left: 3px solid var(--gold);
  background: rgba(242, 229, 202, 0.45);
  color: var(--graphite);
  font-size: 0.95rem;
}

.risk-meter {
  padding: 24px;
}

.meter-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 14px;
  color: var(--blue-strong);
  font-weight: 850;
  text-align: center;
}

.meter-track {
  position: relative;
  height: 18px;
  overflow: hidden;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--amber), var(--red));
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.18);
}

.meter-track span {
  position: absolute;
  top: -6px;
  left: 62%;
  width: 30px;
  height: 30px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 8px 20px rgba(21, 32, 44, 0.24);
}

.meter-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 16px;
}

.meter-cards article {
  min-height: 138px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.7);
}

.meter-cards strong {
  color: var(--blue-strong);
}

.meter-cards p,
.registry-card p,
.pricing-grid p,
.status-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.registry-card dl {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
}

.registry-card dl div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 12px;
  padding: 12px;
  border-radius: 6px;
  background: rgba(219, 232, 243, 0.54);
}

.registry-card dt {
  color: var(--muted);
  font-size: 0.85rem;
}

.registry-card dd {
  margin: 0;
  color: var(--blue-strong);
  font-weight: 800;
}

.object-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.object-grid article {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 84px;
  padding: 18px;
  color: var(--blue-strong);
  font-weight: 820;
}

.object-grid svg {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  color: var(--gold);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.timeline article {
  min-height: 178px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.timeline span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--blue-strong);
  color: #fff;
  font-weight: 850;
}

.image-feature img {
  height: 480px;
}

.status-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.status-grid article {
  min-height: 184px;
  padding: 20px;
}

.integrity-note {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 760px;
  margin: 24px auto 0;
  padding: 16px 18px;
  border: 1px solid rgba(185, 147, 80, 0.42);
  border-radius: var(--radius);
  background: rgba(242, 229, 202, 0.5);
}

.integrity-note svg {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  color: var(--gold);
}

.integrity-note p {
  margin: 0;
  color: var(--graphite);
  font-weight: 700;
}

.criteria-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.criteria-grid article {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 16px;
  padding: 18px 20px;
}

.criteria-grid strong {
  color: var(--blue-strong);
}

.criteria-grid span {
  color: var(--muted);
}

.nomination-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nomination-grid article {
  min-height: 112px;
  padding: 20px;
  color: var(--blue-strong);
  font-weight: 820;
}

.market-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pricing-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pricing-grid article {
  min-height: 190px;
  padding: 20px;
}

.pricing-grid h3 {
  min-height: 54px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  padding: 0;
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 64px;
  padding: 18px 20px;
  color: var(--blue-strong);
  font-weight: 850;
  cursor: pointer;
}

.faq-list summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--gold);
  font-size: 1.4rem;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.request-section {
  background:
    linear-gradient(135deg, rgba(11, 39, 69, 0.96), rgba(18, 59, 103, 0.88)),
    var(--blue-strong);
  color: #fff;
}

.request-section h2 {
  color: #fff;
}

.request-section .lead {
  color: rgba(255, 255, 255, 0.8);
}

.request-layout {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.request-appeal {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) 150px;
  gap: 18px;
  align-items: stretch;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(6, 19, 34, 0.92), rgba(11, 39, 69, 0.82)),
    #071625;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.request-appeal .lead {
  margin-bottom: 0;
}

.request-appeal h2 {
  font-size: 2.08rem;
  line-height: 1.1;
}

.request-appeal-media {
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
}

.request-appeal-media img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  object-position: center;
}

.contact-panel {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding: 16px;
  border-color: rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(135deg, rgba(6, 19, 34, 0.94), rgba(9, 31, 55, 0.88)),
    #071625;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.contact-panel a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-weight: 820;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: background 0.18s ease, border-color 0.18s ease;
}

.contact-panel a:hover {
  border-color: rgba(244, 217, 160, 0.36);
  background: rgba(255, 255, 255, 0.18);
}

.contact-panel svg {
  width: 19px;
  height: 19px;
  color: #f4d9a0;
}

.form-card {
  padding: 18px;
  background: rgba(255, 255, 255, 0.92);
}

.tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 18px;
  padding: 6px;
  border-radius: var(--radius);
  background: var(--silver);
}

.tab-button {
  min-height: 46px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  font-weight: 830;
}

.tab-button.active {
  background: #fff;
  color: var(--blue-strong);
  box-shadow: 0 8px 18px rgba(16, 34, 54, 0.08);
}

.lead-form {
  display: none;
}

.lead-form.active {
  display: block;
}

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

label {
  display: grid;
  gap: 7px;
  color: var(--graphite);
  font-size: 0.9rem;
  font-weight: 760;
}

label.full {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
  color: var(--ink);
  padding: 10px 12px;
  outline: 0;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(18, 59, 103, 0.12);
}

.privacy {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 16px 0;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 600;
  min-width: 0;
  overflow-wrap: anywhere;
}

.privacy + input[type="hidden"] + .privacy {
  margin-top: 0;
}

.privacy input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.privacy a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}

.form-submit {
  width: 100%;
}

.form-status {
  min-height: 22px;
  margin: 12px 0 0;
  color: var(--green);
  font-size: 0.92rem;
  font-weight: 720;
}

.form-status.is-error {
  color: var(--red);
}

.floating-cta {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 45;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  max-width: calc(100vw - 44px);
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #d8bb7c, var(--gold));
  color: #111923;
  box-shadow: 0 16px 34px rgba(16, 34, 54, 0.2);
  font-weight: 870;
  transform: translateY(92px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.floating-cta svg {
  width: 18px;
  height: 18px;
}

body.cta-visible .floating-cta {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.site-footer {
  padding: 34px 0;
  background: #101b28;
  color: rgba(255, 255, 255, 0.78);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-footer strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: #f4d9a0;
  font-weight: 760;
}

[data-reveal] {
  transform: translateY(16px);
  opacity: 0;
  transition: opacity 0.55s ease, transform 0.55s ease;
}

[data-reveal].is-visible {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 1120px) {
  .main-nav {
    gap: 12px;
    font-size: 0.84rem;
  }

  h1 {
    font-size: 3.35rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  .hero-inner,
  .two-column,
  .split-layout,
  .request-layout {
    gap: 38px;
  }

  .risk-grid,
  .object-grid,
  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .status-grid,
  .pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1240px) {
  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    inset: var(--header-height) 16px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
    font-size: 1rem;
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav > a {
    min-height: 44px;
    padding: 13px 12px;
    border-bottom: 1px solid var(--line);
  }

  .main-nav > a:last-of-type {
    border-bottom: 0;
  }

  .main-nav .nav-cta {
    margin-top: 10px;
  }

  .header-contacts {
    align-self: stretch;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 8px;
    margin: 10px 0 0;
    padding: 0;
    white-space: normal;
  }

  .main-nav .header-contacts a {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    white-space: normal;
  }
}

@media (max-width: 920px) {
  :root {
    --header-height: 68px;
  }

  .brand {
    min-width: auto;
  }

  .brand-logo {
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    inset: var(--header-height) 0 auto 0;
    display: grid;
    gap: 0;
    padding: 12px 20px 20px;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .main-nav.is-open {
    transform: translateY(0) !important;
    opacity: 1 !important;
    pointer-events: auto;
    transition: none;
  }

  .main-nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .main-nav .nav-cta {
    margin-top: 8px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 48px;
  }

  .hero-panel {
    max-width: 560px;
    align-self: auto;
  }

  .hero-bottom {
    grid-template-columns: repeat(2, 1fr);
    margin-top: -54px;
  }

  .two-column,
  .split-layout,
  .split-layout.reverse,
  .request-layout {
    grid-template-columns: 1fr;
  }

  .split-layout.reverse > :first-child {
    order: 0;
  }

  .section-lead {
    position: static;
  }

  .value-board,
  .meter-cards,
  .criteria-grid,
  .market-list,
  .nomination-grid {
    grid-template-columns: 1fr;
  }

  .criteria-grid article {
    grid-template-columns: 1fr;
  }

  .request-appeal {
    grid-template-columns: minmax(0, 1fr) 190px;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .brand-name {
    font-size: 0.92rem;
  }

  .brand-year {
    font-size: 0.72rem;
  }

  h1 {
    font-size: 2.36rem;
    line-height: 1.05;
  }

  h2 {
    font-size: 1.82rem;
  }

  .hero-subtitle,
  .lead,
  .hero-text {
    font-size: 1rem;
  }

  .hero-actions,
  .center-action {
    display: grid;
  }

  .btn {
    width: 100%;
    min-height: 50px;
  }

  .hero-bottom,
  .insight-grid,
  .risk-grid,
  .object-grid,
  .timeline,
  .status-grid,
  .pricing-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 66px 0;
  }

  .hero-inner {
    padding-bottom: 86px;
  }

  .hero-bottom {
    margin-top: -48px;
  }

  .meter-top {
    font-size: 0.8rem;
  }

  .document-visual img,
  .registry-card img,
  .image-feature img {
    height: 250px;
  }

  .tabs {
    grid-template-columns: 1fr;
  }

  .request-appeal {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .request-appeal h2 {
    font-size: 1.68rem;
  }

  .request-appeal-media img {
    min-height: 190px;
  }

  .contact-panel a {
    overflow-wrap: anywhere;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .floating-cta {
    right: 14px;
    bottom: 14px;
    min-height: 48px;
    padding: 0 14px;
  }
}

@media (max-width: 420px) {
  .brand-logo {
    width: 36px;
    height: 36px;
    max-width: 36px;
    max-height: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
