
.hd-page .hd-topbar {
  background: rgba(250, 249, 247, 0.92);
  border-bottom: 1px solid var(--border);
  padding: 0;
  min-height: 66px;
  display: flex;
  align-items: center;
  backdrop-filter: blur(12px);
}
.hd-page .hd-topbar .wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.hd-page .hd-brand {
  display: inline-flex;
  flex-direction: column;
  color: var(--text);
}
.hd-page .hd-brand__title {
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: 21px;
  line-height: 1.1;
}
.hd-page .hd-brand__sub {
  color: #54463fb5;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0;
  margin-top: 4px;
}
.hd-page .hd-brand:hover .hd-brand__title,
.hd-page .hd-brand:hover .hd-brand__sub {
  text-decoration: underline;
}
@media (min-width: 1041px) {
  .hd-page {
    padding-top: 0;
  }
}

.hd-page section {
  padding: 58px 0;
}
.hd-page section.accent-bg {
  background:
    radial-gradient(120% 130% at 15% 10%, rgba(184, 146, 74, .12), transparent 46%),
    linear-gradient(135deg, #f8f2e6, #f2ecdf);
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
}

.hd-page .hd-topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}
.hd-page .hd-topbar .hd-brand__title { color: #fff; }
.hd-page .hd-topbar .hd-brand__sub { color: rgba(255, 255, 255, .68); }

.hd-page .hd-hero {
  position: relative;
  overflow: hidden;
  min-height: 70vh;
  padding: 175px 0 92px;
  color: #fff;
  background:
    radial-gradient(135% 100% at 50% -12%, #1c2450 0%, rgba(28, 36, 80, 0) 56%),
    radial-gradient(70% 55% at 82% 22%, rgba(96, 126, 205, .16) 0%, rgba(96, 126, 205, 0) 70%),
    radial-gradient(96% 80% at 50% 126%, rgba(184, 146, 74, .30) 0%, rgba(184, 146, 74, 0) 62%),
    linear-gradient(180deg, #070a15 0%, #0c1026 54%, #090c1e 100%);
}
.hd-page .hd-hero .cover-sky {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 60%, rgba(0, 0, 0, .28) 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 60%, rgba(0, 0, 0, .28) 100%);
}
.hd-page .hd-hero .wrap {
  position: relative;
  z-index: 2;
}
.hd-page .hd-hero .hero-main {
  max-width: 720px;
  container-type: inline-size;
}
.hd-page .hd-hero h1 {
  font-size: 62px;
  line-height: 1.06;
  margin: 0 0 34px;
  white-space: normal;
  overflow-wrap: normal;
  color: #fff;
}
.hd-page .hd-hero h1 .h1-lead {
  display: block;
}
.hd-page .hd-hero h1 .h1-name {
  white-space: nowrap;
}
.hd-page .hd-hero .sub {
  max-width: 620px;
  color: rgba(238, 240, 248, .84);
}
.hd-page .hd-hero .btn {
  background: #e0bd6e;
  color: #24170e;
  border-color: transparent;
}
.hd-page .hd-hero .btn:hover {
  background: #eccd83;
  color: #24170e;
}
.hd-page .hd-hero .tag {
  margin-bottom: 0;
}

.hd-page .intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: 50px;
  align-items: start;
}
.hd-page .intro-main {
  order: 0;
  min-width: 0;
}
.hd-page .intro-aside {
  order: 1;
}
.hd-page .intro-title {
  margin: 0 0 18px;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--text);
}
.hd-page .intro-text {
  position: relative;
  max-width: 760px;
}
.hd-page .intro-full {
  display: none;
}
.hd-page .intro-layout.is-expanded .intro-short {
  display: none;
}
.hd-page .intro-layout.is-expanded .intro-full {
  display: block;
}
.hd-page .intro-text p {
  margin: 0 0 14px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.66;
}
.hd-page .intro-short .intro-hint {
  margin-top: 22px;
}
.hd-page .intro-text h3 {
  margin: 30px 0 12px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--text);
}
.hd-page .intro-text h3:first-child {
  margin-top: 0;
}
.hd-page .intro-text h4 {
  margin: 24px 0 10px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--text);
}
.hd-page .intro-text h5 {
  margin: 20px 0 8px;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 700;
  color: var(--text);
}
.hd-page .intro-text h5::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--accent);
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.hd-page .intro-text .type-share {
  margin: 3px 0 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border-soft);
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
}
.hd-page .type-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}
.hd-page .type-chips li {
  padding: 9px 17px;
  background: var(--accent-bg-soft);
  border: 1px solid var(--accent-soft);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text);
}
.hd-page .type-nav li {
  padding: 0;
  background: none;
  border: none;
}
.hd-page .type-nav a {
  display: inline-block;
  padding: 9px 17px;
  background: var(--accent-bg-soft);
  border: 1px solid var(--accent-soft);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text);
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}
.hd-page .type-nav a:hover,
.hd-page .type-nav a:focus-visible {
  background: var(--accent);
  border-color: var(--accent);
  color: #fffdf9;
  transform: translateY(-1px);
  text-decoration: none;
}
.hd-page .intro-list {
  max-width: 760px;
  margin: 0 0 16px;
  padding-left: 22px;
  font-size: 16px;
  line-height: 1.66;
  color: var(--text);
}
.hd-page .intro-list li {
  margin-bottom: 7px;
}
.hd-page .intro-list li::marker {
  color: var(--accent-soft);
}
.hd-page blockquote.ra-quote {
  max-width: 640px;
  margin: 22px 0 6px;
  padding: 3px 0 3px 20px;
  background: none;
  border: none;
  border-left: 2px solid var(--accent-soft);
  border-radius: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.55;
  color: var(--text);
}

.hd-page .intro-blocks {
  clear: both;
  margin-top: 30px;
}
.hd-page .intro-block {
  background: #fffdf9;
  border: 1px solid var(--border-soft);
  border-radius: 18px;
  padding: 28px 32px;
  box-shadow: 0 16px 40px -32px rgba(92, 66, 22, .28);
}
.hd-page .intro-block + .intro-block {
  margin-top: 22px;
}
.hd-page .intro-block > h3 {
  margin: 0 0 16px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--text);
}
.hd-page .intro-block > h3::before {
  content: "◆";
  color: var(--accent-soft);
  margin-right: 11px;
  font-size: 0.66em;
  vertical-align: 2px;
}
.hd-page .intro-block p,
.hd-page .intro-block .intro-list {
  max-width: none;
}

.hd-page .intro-field {
  padding: 30px 34px 34px;
}
.hd-page .type-card {
  background: #ffffff;
  border: 1px solid var(--border-soft);
  border-left: 3px solid var(--accent-soft);
  border-radius: 12px;
  padding: 22px 26px;
  margin-top: 16px;
  box-shadow: 0 10px 30px -26px rgba(92, 66, 22, .30);
  scroll-margin-top: 24px;
}
.hd-page .intro-field > .type-card:first-of-type {
  margin-top: 26px;
}
.hd-page .type-card > h4:first-child {
  margin-top: 0;
  font-size: 20px;
  color: var(--text);
}

html {
  scroll-behavior: smooth;
}

.hd-page .intro-block--outro {
  background: none;
  border: none;
  box-shadow: none;
  padding: 4px 2px 0;
  margin-top: 30px;
}
.hd-page .intro-block--outro > h3::before {
  content: none;
}
.hd-page .intro-layout.is-expanded .text-toggle {
  margin-top: 18px;
}

.hd-page .intro-aside {
  display: grid;
  gap: 16px;
  align-content: start;
  justify-items: center;
  position: sticky;
  top: 24px;
}
.hd-page .intro-photo {
  position: relative;
  max-width: 340px;
  margin: -4px 0 0;
  padding: 18px;
}
.hd-page .intro-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(56% 50% at 50% 46%, rgba(184, 146, 74, .22), transparent 72%);
  filter: blur(6px);
}
.hd-page .intro-photo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 16px 26px rgba(92, 66, 22, .16));
}
.hd-page .intro-photo figcaption {
  margin-top: 10px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.4;
}
.hd-page .intro-aside .hero-quote {
  margin: 0;
  width: 100%;
  padding: 20px 22px;
}
.hd-page .intro-aside .hero-quote blockquote {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media (min-width: 761px) {
  .hd-page .intro-layout.is-expanded {
    display: block;
  }
  .hd-page .intro-layout.is-expanded .intro-aside {
    float: right;
    width: 440px;
    margin: 4px 0 26px 48px;
    position: static;
  }
  .hd-page .intro-layout.is-expanded .intro-main {
    max-width: none;
  }
  .hd-page .intro-layout.is-expanded .intro-text,
  .hd-page .intro-layout.is-expanded .intro-list {
    max-width: none;
  }
  .hd-page .intro-layout.is-expanded .text-toggle {
    clear: both;
  }
  .hd-page .intro-layout.is-expanded::after {
    content: "";
    display: block;
    clear: both;
  }
}

.hd-fold-fab {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  display: flex;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .28s ease, transform .28s ease, visibility .28s;
}
.hd-fold-fab.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.hd-fab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.hd-fab svg {
  display: block;
}
.hd-fab:hover {
  transform: translateY(-2px);
  text-decoration: none;
}
.hd-fab--collapse {
  background: #fffdf9;
  border: 1.5px solid var(--accent-soft);
  color: var(--accent);
  box-shadow: 0 8px 22px -10px rgba(92, 66, 22, .45);
}
.hd-fab--collapse:hover {
  border-color: var(--accent);
  box-shadow: 0 12px 26px -10px rgba(92, 66, 22, .55);
}
.hd-fab--pick {
  background: var(--accent);
  border: 1.5px solid var(--accent);
  color: #fffdf9;
  box-shadow: 0 10px 26px -8px rgba(92, 66, 22, .6);
}
.hd-fab--pick:hover {
  background: #5f4514;
  border-color: #5f4514;
  color: #fffdf9;
  box-shadow: 0 14px 30px -8px rgba(92, 66, 22, .7);
}

@media (max-width: 1000px) {
  .hd-page .intro-layout {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 32px;
  }
}

/* --- «Что это за книга»: карточки-особенности --- */
.hd-page .feature-grid {
  display: grid;
  gap: var(--gap);
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-top: 30px;
}
.hd-page .feature-card {
  background: #fffdf9;
  border: 1px solid #e8e3d6;
  border-radius: 18px;
  padding: 26px 28px;
  box-shadow: 0 16px 40px -30px rgba(92, 66, 22, .30);
}
.hd-page .feature-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--text);
}
.hd-page .feature-card h3::before {
  content: "◆";
  color: var(--accent-soft);
  margin-right: 10px;
  font-size: 14px;
  vertical-align: 1px;
}
.hd-page .feature-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.6;
}

/* --- Строки из реальных отчётов: цитаты-выдержки --- */
.hd-page .excerpt-group {
  display: grid;
  gap: 16px;
}
.hd-page .excerpt-subhead {
  font-size: 20px;
  margin: 30px 0 14px;
  font-weight: 700;
}
.hd-page blockquote.excerpt {
  margin: 0;
  background: var(--accent-bg-soft);
  border-left: 4px solid var(--accent-soft);
  border-radius: 14px;
  padding: 22px 28px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
}

/* --- Отзывы про отчёты --- */
.hd-page .review-grid {
  display: grid;
  gap: var(--gap);
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-top: 8px;
}
.hd-page .hd-review {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  background: #fffdf9;
  border: 1px solid #e8e3d6;
  border-radius: 18px;
  padding: 34px 28px 24px;
  box-shadow: 0 16px 40px -26px rgba(92, 66, 22, .30);
}
.hd-page .hd-review::before {
  content: "\201C";
  position: absolute;
  top: 12px;
  left: 22px;
  font-family: Georgia, serif;
  font-size: 54px;
  line-height: 1;
  color: var(--accent-soft);
  opacity: .55;
  pointer-events: none;
}
.hd-page .hd-review blockquote {
  flex: 1 1 auto;
  margin: 14px 0 18px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--text);
}
.hd-page .hd-review blockquote::before,
.hd-page .hd-review blockquote::after {
  content: none;
}
.hd-page .hd-review figcaption {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  color: #3a2814;
  font-weight: 700;
  font-size: 14px;
}

/* --- Каталог отчётов --- */
.hd-page .report-grid {
  display: grid;
  gap: var(--gap);
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  margin-top: 8px;
}
.hd-page .report-card {
  display: flex;
  flex-direction: column;
  background: #fffdf9;
  border: 1px solid #e8e3d6;
  border-radius: 18px;
  padding: 28px 28px 26px;
  box-shadow: 0 16px 40px -26px rgba(92, 66, 22, .30);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.hd-page .report-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 52px -28px rgba(92, 66, 22, .42);
  border-color: var(--accent-soft);
}
.hd-page .pick-badge {
  align-self: flex-start;
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}
.hd-page .pick-badge.save {
  background: #2f7d4f;
}
.hd-page .report-card h3 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 700;
}
.hd-page .report-card .desc {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
}
.hd-page .report-card .desc:last-of-type {
  color: var(--text-muted);
  margin-bottom: 18px;
}
.hd-page .spec {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  margin: auto 0 16px;
  padding: 9px 13px;
  background: var(--accent-bg-soft);
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  font-size: 14px;
}
.hd-page .spec-l {
  color: var(--text-muted);
  font-weight: 600;
}
.hd-page .spec-v {
  color: var(--text);
  font-weight: 700;
}
.hd-page .report-card .price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 18px;
}
.hd-page .report-card .price .num {
  font-size: 26px;
  font-weight: 700;
  color: var(--text);
}
.hd-page .report-card .price .was {
  font-size: 16px;
  color: var(--text-muted);
  text-decoration: line-through;
}
.hd-page .report-card .btn {
  align-self: flex-start;
}

/* --- Гарантия возврата --- */
.hd-page .guarantee {
  text-align: center;
}
.hd-page .guarantee h2 {
  text-align: center;
}
.hd-page .guarantee .lead {
  margin: 0 auto;
  max-width: 780px;
  font-size: 18px;
  color: var(--text);
}

.hd-page #quantum-footer-lite {
  margin-top: 0;
}

/* --- Адаптив --- */
@media (max-width: 760px) {
  .hd-page section {
    padding: 42px 0;
  }
  .hd-page .guarantee,
  .hd-page .guarantee h2 {
    text-align: left;
  }
  .hd-page .guarantee .lead {
    margin-left: 0;
  }
  .hd-page main > section:last-of-type {
    padding-bottom: 62px;
  }
  .hd-page .hd-hero {
    min-height: 0;
    padding: 118px 0 40px;
  }
  .hd-page .hd-hero .cover-sky {
    object-position: 62% 38%;
  }
  .hd-page .hd-hero .hero-main {
    max-width: none;
  }
  .hd-page .hd-hero h1 {
    font-size: min(40px, 9.5cqw);
    white-space: normal;
  }
  .hd-page .hd-hero h1 .h1-lead {
    display: block;
  }
  .hd-page blockquote.excerpt {
    font-size: 16px;
    padding: 20px 22px;
  }
  .hd-page .hd-review blockquote {
    font-size: 16px;
  }
  .hd-page .intro-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .hd-page .intro-title {
    margin-bottom: 16px;
  }
  .hd-page .intro-aside {
    position: static;
  }
  .hd-page .intro-photo {
    max-width: 300px;
  }
  .hd-page .intro-text h3 {
    font-size: 19px;
  }
  .hd-page .intro-text h4 {
    font-size: 17px;
  }
  .hd-page .intro-block {
    padding: 22px 20px;
    border-radius: 14px;
  }
  .hd-page .intro-block > h3 {
    font-size: 20px;
  }
  .hd-page .intro-field {
    margin-left: -18px;
    margin-right: -18px;
    padding: 24px 18px 26px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .hd-page .type-card {
    margin-top: 24px;
    padding: 18px 16px 20px 15px;
    border-radius: 14px;
  }
  .hd-page .intro-field > .type-card:first-of-type {
    margin-top: 26px;
  }
  .hd-page .intro-block--outro {
    padding: 4px 0 0;
  }
  .hd-page blockquote.ra-quote {
    font-size: 16px;
  }
  .hd-page .report-card {
    padding: 24px 22px 22px;
  }
  .hd-fold-fab {
    right: 16px;
    bottom: 16px;
    gap: 10px;
  }
  .hd-fab {
    width: 44px;
    height: 44px;
  }
}

/* ============ Границы полос ============ */
.hd-page section.accent-bg {
  border-top-color: #e7e0cf;
  border-bottom-color: #e7e0cf;
}

/* ============ Планшет: интро ============ */
@media (min-width: 761px) and (max-width: 920px) {
  .hd-page .intro-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }
  .hd-page .intro-aside {
    position: static;
    justify-items: center;
  }
  .hd-page .intro-photo {
    max-width: 300px;
    margin-top: 0;
  }
  .hd-page .intro-aside .hero-quote {
    max-width: 600px;
  }
}

@media (min-width: 921px) and (max-width: 1040px) {
  .hd-page .intro-layout {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 36px;
  }
  .hd-page .intro-photo {
    max-width: 320px;
  }
}

@media (min-width: 761px) and (max-width: 1040px) {
  .hd-page .intro-layout.is-expanded {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }
  .hd-page .intro-layout.is-expanded .intro-main {
    max-width: 820px;
    margin-inline: auto;
  }
  .hd-page .intro-layout.is-expanded .intro-aside {
    position: static;
    float: none;
    width: auto;
    margin: 0;
    justify-items: center;
  }
  .hd-page .intro-layout.is-expanded .intro-photo {
    max-width: 320px;
    margin-top: 0;
  }
  .hd-page .intro-layout.is-expanded .intro-aside .hero-quote {
    max-width: 600px;
  }
}

/* ============ Планшет: отзывы без одинокого хвоста ============ */
@media (min-width: 761px) and (max-width: 940px) {
  .hd-page .review-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hd-page .review-grid .hd-review:last-child {
    grid-column: 1 / -1;
    padding-left: 52px;
    padding-right: 52px;
  }
  .hd-page .review-grid .hd-review:last-child::before {
    left: 30px;
  }
}

/* ============ Каталог отчётов: ровный низ сетки ============ */
@media (min-width: 941px) {
  .hd-page .report-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .hd-page .report-card {
    grid-column: span 2;
  }
  .hd-page .report-card:nth-last-child(-n + 2) {
    grid-column: span 3;
  }
}

/* ============ Воздух на десктопе ============ */
@media (min-width: 1041px) {
  .hd-page section {
    padding: 72px 0;
  }
  .hd-page .feature-grid,
  .hd-page .report-grid {
    margin-top: 34px;
  }
}

/* ============ Объём карточек ============ */
.hd-page .feature-card,
.hd-page .hd-review,
.hd-page .report-card {
  box-shadow:
    0 1px 2px rgba(60, 42, 14, 0.06),
    0 14px 30px -22px rgba(60, 42, 14, 0.5);
}

/* ============ Наведение и тихое проявление ============ */
.hd-page .feature-card,
.hd-page .hd-review {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.hd-page .feature-card:hover,
.hd-page .hd-review:hover {
  transform: translateY(-2px);
  border-color: #ddd2b8;
  box-shadow:
    0 2px 4px rgba(60, 42, 14, 0.07),
    0 22px 48px -26px rgba(60, 42, 14, 0.44);
}
.hd-page .feature-card,
.hd-page .excerpt,
.hd-page .hd-review,
.hd-page .report-card,
.hd-page .steps .step {
  transition: opacity 0.42s ease, transform 0.42s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.2s ease, box-shadow 0.2s ease;
}
.hd-page .feature-card.is-hidden,
.hd-page .excerpt.is-hidden,
.hd-page .hd-review.is-hidden,
.hd-page .report-card.is-hidden,
.hd-page .steps .step.is-hidden {
  opacity: 0;
  transform: translateY(12px);
}

/* ============ Мелкие подписи по шкале ============ */

.hd-page .intro-text .type-share {
  font-size: 15px;
}

.hd-page .intro-aside .hero-quote figcaption {
  font-size: 15px;
}

/* ============ Планшет: первый экран ============ */
@media (min-width: 761px) and (max-width: 1040px) {
  .hd-page .hd-hero { min-height: min(70vh, 660px); }
}
