:root {
  --color-bg: #ffffff;
  --color-surface: #f6f8fb;
  --color-card: #ffffff;
  --color-text: #080808;
  --color-muted: #8e98a7;
  --color-accent: #ff3471;
  --color-accent-hover: #ff7b8a;
  --color-gold: #ddb06c;
  --color-social: #daab66;
  --color-success: #77cf35;
  --radius-sm: 18px;
  --radius-md: 24px;
  --radius-lg: 40px;
  --container: 1120px;
  --section-padding: 80px;
  --shadow-soft: 0 18px 42px rgba(21, 20, 19, 0.06);
  --shadow-hero: 0 43px 36px -32px rgba(64, 41, 22, 0.19);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--color-text);
  background: var(--color-bg);
  font-family: "Rubik", Arial, sans-serif;
  overflow-x: hidden;
}

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

img {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
}

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

.section {
  padding-block: var(--section-padding);
}

.section-title,
.section-heading h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.section-heading {
  display: grid;
  gap: 12px;
  margin-bottom: 40px;
  text-align: center;
}

.section-heading p {
  margin: 0;
  color: var(--color-muted);
  font-size: 16px;
  line-height: 1.55;
}

.section-heading--wide {
  margin-bottom: 60px;
}

.policy {
  padding-top: 80px;
  padding-bottom: 0;
}

.policy-inner {
  display: grid;
  justify-items: center;
  gap: 64px;
}

.policy-title {
  margin: 0;
  color: #000;
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
}

.policy-copy {
  display: grid;
  gap: 25px;
  width: min(100%, 740px);
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 1.56;
}

.policy-copy p {
  margin: 0;
}

.policy-callback {
  padding-top: 80px;
  padding-bottom: 80px;
}

.policy-page .callback-card {
  gap: 16px;
  min-height: 224px;
  padding: 56px;
}

.policy-page .callback-card > div:first-child {
  padding-top: 16px;
}

.policy-page .callback-card h2 {
  margin-bottom: 11px;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.policy-page .callback-card p {
  max-width: none;
  font-size: 18px;
  line-height: 1.6;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 32px;
  color: #fff;
  background: var(--color-accent);
  cursor: pointer;
  transition: background-color 180ms ease;
}

.button:hover {
  background: var(--color-accent-hover);
}

.button:focus-visible,
input:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(255, 54, 104, 0.28);
  outline-offset: 3px;
}

.button--l {
  height: 48px;
  padding-inline: 24px;
  font-size: 14px;
  line-height: 1.4;
}

.button--xl {
  height: 64px;
  padding-inline: 24px;
  font-size: 18px;
  line-height: 1.6;
}

.header-button {
  width: 160px;
}

.calculator-button {
  width: 153px;
}

.callback-button {
  width: 204px;
}

.button-label--mobile {
  display: none;
}

.card {
  background: var(--color-card);
  border-radius: var(--radius-sm);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 72px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 40px rgba(0, 21, 52, 0.08);
  backdrop-filter: blur(14px);
}

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

.site-header .header-inner {
  width: 100%;
  padding: 10px 40px;
}

.brand {
  display: inline-flex;
  align-items: center;
  padding-bottom: 8px;
}

.brand img {
  width: 194px;
  height: 44px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header-phone {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.56;
}

.footer-phone {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.24px;
}

.socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.socials a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 16px;
  background: var(--color-social);
  transition: border-radius 300ms ease-out;
}

.socials a:hover {
  border-radius: 999px;
}

.socials img {
  width: 20px;
  height: 20px;
}

.section--hero {
  padding-top: 48px;
  padding-bottom: 48px;
}

.hero-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 54px;
  aspect-ratio: 1120 / 596;
  padding: 56px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(73.59% 32.47% at 29.69% 34.4%, rgba(246, 209, 181, 0.6) 0%, rgba(246, 209, 181, 0) 100%),
    url("assets/hero-banner-desktop.webp") center / auto 100% no-repeat;
  box-shadow: var(--shadow-hero);
  overflow: hidden;
}

.hero-content {
  display: grid;
  gap: 32px;
}

.hero-copy {
  display: grid;
  gap: 16px;
}

.hero-copy h1 {
  margin: 0;
  font-size: 52px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.04px;
}

.hero-price {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin: 0;
  color: #1a1a1a;
}

.hero-price-value {
  font-size: 78px;
  font-weight: 600;
  line-height: normal;
}

.hero-price-value em {
  font-style: normal;
  font-weight: 400;
}

.hero-price-unit {
  padding-bottom: 15px;
  color: #000;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.64px;
}

.hero-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-button {
  width: 244px;
}

.hero-chips {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  white-space: nowrap;
}

.hero-chip--gold {
  width: fit-content;
  padding: 10px 16px;
  border: 1px solid var(--color-social);
  color: #91631f;
  font-size: 14px;
  line-height: 20px;
}

.hero-chip--data {
  padding: 12px 16px;
  color: #000;
  background: #fff;
  font-size: 14px;
  line-height: 20px;
}

.benefits {
  padding-top: 80px;
  padding-bottom: 120px;
}

.cards {
  display: grid;
  gap: 16px;
}

.cards--benefits {
  grid-template-columns: repeat(3, 1fr);
}

.benefit-card,
.purpose-card,
.trust-card,
.contact-card {
  background: #f6f8fa;
}

.benefit-card {
  display: grid;
  justify-items: center;
  min-height: 276px;
  padding: 38px 24px 30px;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.benefit-card:hover,
.purpose-card:hover,
.trust-card:hover,
.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}

.benefit-card h3,
.purpose-card h3,
.steps-list h3 {
  margin: 22px 0 12px;
  font-size: 20px;
  line-height: 1.2;
}

.benefit-card p,
.purpose-card p,
.steps-list p,
.trust-card p {
  margin: 0;
  color: var(--color-muted);
  line-height: 1.55;
}

.benefit-icon {
  width: 74px;
  height: 74px;
  object-fit: contain;
}

.calculator {
  background: var(--color-surface);
}

.calculator-inner {
  display: grid;
  justify-items: center;
}

.calculator-panel {
  display: grid;
  justify-items: center;
  width: min(614px, 100%);
}

.calculator-result {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin-bottom: 32px;
  color: #000;
  font-family: "Rubik", Arial, sans-serif;
  font-size: 64px;
  line-height: normal;
  text-align: center;
}

.calculator-amount {
  font-weight: 600;
}

.calculator-currency {
  font-weight: 400;
}

.weight-control {
  position: relative;
  width: 100%;
  display: grid;
  justify-items: center;
  margin-top: 62px;
}

.slider-row {
  display: grid;
  grid-template-columns: auto minmax(0, 434px) auto;
  align-items: center;
  gap: 42px;
  width: 100%;
  min-height: 29px;
}

.range-label {
  color: var(--color-muted);
  font-size: 18px;
  line-height: 1.6;
  white-space: nowrap;
}

.slider-stage {
  --slider-ratio: 0%;
  position: relative;
  display: flex;
  align-items: center;
  height: 29px;
}

.range-track {
  position: relative;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #fff;
  overflow: hidden;
}

.range-track::after {
  position: absolute;
  top: 0;
  right: 0;
  left: var(--slider-ratio);
  border-top: 1px solid #e1e2e2;
  content: "";
  pointer-events: none;
}

.range-track span {
  display: block;
  width: var(--slider-ratio);
  height: 6px;
  border-radius: inherit;
  background: var(--color-gold);
  transition: width 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.slider-shadow,
.slider-handle,
.slider-bubble {
  position: absolute;
  left: var(--slider-ratio);
  transform: translateX(-50%);
  transition:
    left 180ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 180ms ease,
    box-shadow 180ms ease;
}

.slider-shadow {
  top: 11.5px;
  left: calc(var(--slider-ratio) - 11.5px);
  width: 7px;
  height: 6px;
  background: #aa844c;
}

.slider-handle {
  top: 2.5px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--color-gold);
  border-radius: 10.5px;
  pointer-events: none;
}

.slider-bubble {
  bottom: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 78px;
  height: 45px;
  padding: 0 16px;
  border: 1px solid var(--color-gold);
  border-radius: 32px;
  background: #fff;
  color: var(--color-text);
  z-index: 2;
}

.slider-bubble input {
  width: 3ch;
  min-width: 1ch;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  text-align: right;
  line-height: 1.56;
}

.slider-bubble input:focus {
  outline: none;
}

.slider-bubble span {
  font-size: 16px;
  line-height: 1.56;
  white-space: nowrap;
}

.weight-slider {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 48px;
  margin: 0;
  opacity: 0;
  cursor: grab;
  transform: translateY(-50%);
  touch-action: pan-y;
}

.weight-slider:active {
  cursor: grabbing;
}

.slider-stage:focus-within .slider-handle {
  box-shadow: 0 0 0 5px rgba(221, 176, 108, 0.2);
}

.slider-stage.is-dragging .range-track span,
.slider-stage.is-dragging .slider-shadow,
.slider-stage.is-dragging .slider-handle,
.slider-stage.is-dragging .slider-bubble {
  transition-duration: 0ms;
}

.calculator-hint {
  position: absolute;
  top: calc(100% + 10px);
  min-height: 0;
  margin: 0;
  color: #b27b41;
  font-size: 14px;
}

.calculator-button {
  margin-top: 32px;
}

.cards--purposes {
  grid-template-columns: repeat(2, 1fr);
}

.purpose-card {
  min-height: 154px;
  padding: 28px 32px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 18px;
  align-content: start;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.purpose-card span {
  color: #c0c8d1;
  font-size: 20px;
  font-weight: 600;
}

.purpose-card h3 {
  margin: 0 0 10px;
}

.purpose-card p {
  grid-column: 2;
}

.trust {
  padding-bottom: 80px;
}

.trust .section-title {
  margin-bottom: 60px;
  text-align: center;
}

.trust-grid {
  display: grid;
  grid-template-columns: 1fr 408px;
  gap: 16px;
  align-items: start;
}

.trust-photo {
  order: 2;
  overflow: hidden;
  height: 627px;
  border-radius: 24px;
}

.trust-photo picture,
.trust-photo img {
  display: block;
  width: 100%;
  height: 100%;
}

.trust-photo img {
  object-fit: cover;
}

.trust-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.trust-card {
  display: grid;
  justify-items: center;
  gap: 12px;
  min-height: 193px;
  padding: 24px;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.trust-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.trust-card p {
  color: var(--color-text);
  line-height: 1.45;
}

.steps {
  padding-top: 80px;
  padding-bottom: 80px;
}

.steps-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.steps-list::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 32px;
  height: 1px;
  background: #eef2f6;
}

.steps-list li {
  position: relative;
}

.steps-list span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 30px;
  border: 6px solid #fff;
  border-radius: 50%;
  color: #8f98a6;
  background: #f1f4f7;
  font-weight: 600;
}

.steps-list .is-accent span {
  color: var(--color-success);
  background: #efffdc;
}

.steps-list .is-accent h3 {
  color: var(--color-success);
}

.contacts {
  padding-top: 80px;
  padding-bottom: 0;
}

.contacts .section-title {
  margin-bottom: 40px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.8fr 1.25fr 1.1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.contact-card {
  display: grid;
  gap: 18px;
  min-height: 108px;
  padding: 24px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-card span {
  color: var(--color-muted);
}

.contact-card strong {
  font-size: 18px;
  font-weight: 400;
}

.map {
  display: block;
  width: 100%;
  height: 460px;
  border: 0;
}

.callback {
  padding-top: 80px;
  padding-bottom: 80px;
}

.callback-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  min-height: 260px;
  padding: 48px 56px;
  border-radius: var(--radius-lg);
  background: rgba(255, 54, 104, 0.12);
}

.callback-card h2 {
  margin: 0 0 18px;
  font-size: 24px;
}

.callback-card p {
  max-width: 390px;
  margin: 0;
  line-height: 1.55;
}

.callback-form {
  display: grid;
  gap: 16px;
}

.callback-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.callback-row input {
  min-width: 0;
  height: 56px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: #fff;
}

.callback-row input::placeholder {
  color: #c7cdd6;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--color-muted);
  font-size: 12px;
  line-height: 20px;
}

.consent-checkbox {
  appearance: none;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 0;
  background: url("assets/check_out.svg") center / 20px 20px no-repeat;
  cursor: pointer;
}

.consent-checkbox:checked {
  background-image: url("assets/check_in.svg");
}

.site-footer {
  height: 120px;
  background: var(--color-surface);
}

.footer-inner {
  justify-content: flex-start;
  gap: 60px;
}

.footer-inner p,
.footer-inner a {
  margin: 0;
  font-size: 12px;
}

.footer-inner .footer-phone {
  font-size: 24px;
  flex-shrink: 0;
  white-space: nowrap;
}

.footer-inner p {
  color: var(--color-muted);
}

.footer-inner > a:not(.footer-phone) {
  white-space: nowrap;
}

.footer-inner > p {
  flex: 1 1 auto;
}

.footer-social-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 295px;
  width: 295px;
  padding: 12px 12px 12px 24px;
  border-radius: 24px;
  background: #fff;
}

.footer-social-card p {
  color: #000;
  line-height: 20px;
}

.footer-social-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-social-links a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 16px;
  background: var(--color-social);
}

.footer-social-links img {
  width: 20px;
  height: 20px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.buy-page {
  background: #fff;
}

.buy-page .section-title,
.buy-page .section-heading h2 {
  text-align: center;
}

.buy-brand img {
  width: 164px;
  height: 38px;
}

.buy-header-button {
  width: 170px;
  white-space: nowrap;
}

.buy-hero {
  padding-top: 48px;
  padding-bottom: 24px;
}

.buy-hero-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 596px;
  padding: 64px;
  border-radius: 40px;
  background: url("assets/landing2/banner-desktop.webp") center / cover no-repeat;
  box-shadow: var(--shadow-hero);
  overflow: hidden;
}

.buy-hero-content {
  display: grid;
  justify-items: start;
  gap: 20px;
  max-width: 850px;
}

.buy-hero-content h1 {
  margin: 12px 0 0;
  font-size: clamp(36px, 3.7vw, 52px);
  font-weight: 600;
  line-height: 1.13;
}

.buy-hero-content h1 span {
  display: block;
  color: var(--color-accent);
}

.buy-hero-price {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 14px 0 0;
}

.buy-hero-price-value {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-size: clamp(56px, 5.8vw, 78px);
  font-weight: 600;
  line-height: 1;
}

.buy-hero-ruble,
.buy-hero-slash {
  font-weight: 400;
}

.buy-hero-ruble {
  margin-left: 2px;
}

.buy-hero-slash {
  margin-left: 10px;
}

.buy-hero-price-unit {
  font-size: 28px;
  line-height: 1.15;
}

.buy-hero-note {
  margin: 2px 0 0;
  color: #9d6d25;
  font-size: 14px;
  line-height: 1.4;
}

.buy-hero-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-top: 54px;
}

.buy-hero-button {
  width: 256px;
}

.buy-calculator {
  padding-top: 32px;
  padding-bottom: 72px;
}

.gold-calc {
  width: min(100%, 1120px);
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(222, 176, 108, 0.16);
}

.gold-calc-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  align-items: center;
  min-height: 56px;
  padding: 0 24px;
  color: #1d1d1f;
}

.gold-calc-head {
  min-height: 52px;
  color: #fff;
  background: #000;
  font-size: 14px;
}

.gold-calc-row--popular {
  background: rgba(222, 176, 108, 0.08);
}

.gold-grade {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.gold-grade span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 30px;
  padding: 0 12px;
  border-radius: 8px;
  background: #f2eadf;
  font-weight: 600;
}

.gold-grade em {
  color: #9a6b21;
  font-size: 13px;
  font-style: normal;
  white-space: nowrap;
}

.gold-rate,
.gold-row-total {
  font-size: 18px;
}

.gold-row-total {
  color: #8f5b0c;
  text-align: right;
}

.gold-weight {
  width: 112px;
  height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(222, 176, 108, 0.4);
  border-radius: 8px;
  background: rgba(247, 242, 234, 0.8);
  color: #1d1d1f;
  text-align: right;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.gold-weight:hover {
  border-color: rgba(222, 176, 108, 0.72);
}

.gold-weight:focus {
  outline: none;
  border-color: var(--color-gold);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(222, 176, 108, 0.18);
}

.gold-calc-total {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 76px;
  padding: 0 32px;
  color: #fff;
  background: #ddb06c;
  font-size: 18px;
}

.gold-calc-total output {
  font-size: 24px;
  font-weight: 700;
}

.gold-calc-hint {
  min-height: 20px;
  margin: 22px 0 0;
  color: var(--color-muted);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.gold-calc-hint.is-warning {
  color: #a46f25;
}

.buy-benefits {
  padding-top: 72px;
  padding-bottom: 88px;
}

.buy-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 44px;
}

.buy-benefit-card {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 250px;
  padding: 36px 24px 30px;
  background: #f6f8fa;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.buy-benefit-card:hover,
.accepted-card:hover,
.buy-trust-card:hover,
.buy-more-card:hover,
.buy-office-card:hover,
.buy-info-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}

.buy-benefit-card img {
  width: 74px;
  height: 74px;
  object-fit: contain;
}

.buy-benefit-card h3,
.buy-trust-card h3,
.buy-more-card h3,
.buy-office-card h3,
.buy-info-card h3 {
  margin: 20px 0 12px;
  font-size: 20px;
  line-height: 1.25;
}

.buy-benefit-card p,
.buy-trust-card p,
.buy-more-card p,
.buy-office-card p,
.buy-info-card span {
  margin: 0;
  color: var(--color-muted);
  line-height: 1.55;
}

.buy-items,
.buy-more {
  background: var(--color-surface);
}

.accepted-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.accepted-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  min-height: 112px;
  padding: 22px 28px;
  border-radius: 16px;
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.accepted-card img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.accepted-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
}

.accepted-note {
  width: min(100%, 840px);
  margin: 48px auto 0;
  padding: 16px 24px;
  border: 1px solid #dda44f;
  border-radius: 12px;
  color: #d49b48;
  line-height: 1.5;
  text-align: center;
}

.buy-steps {
  padding-bottom: 88px;
}

.buy-steps-list {
  grid-template-columns: repeat(4, 1fr);
}

.buy-steps-list::before {
  left: 11%;
  right: 11%;
}

.buy-trust .section-title {
  margin-bottom: 56px;
}

.buy-trust-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(420px, 0.9fr);
  gap: 24px;
  align-items: center;
}

.buy-trust-photo {
  order: 2;
}

.buy-trust-photo img {
  width: 100%;
}

.buy-trust-cards {
  display: grid;
  gap: 16px;
}

.buy-trust-card {
  display: grid;
  grid-template-columns: 78px 1fr;
  align-items: center;
  min-height: 102px;
  padding: 22px 28px;
  border-radius: 16px;
  background: #f6f8fa;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.buy-trust-card img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.buy-trust-card h3 {
  margin: 0 0 6px;
}

.buy-more {
  padding-top: 88px;
  padding-bottom: 88px;
}

.buy-more-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 44px;
}

.buy-more-card {
  display: grid;
  justify-items: center;
  min-height: 306px;
  padding: 36px 36px 32px;
  border-radius: 16px;
  background: #fff;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.buy-more-card img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}

.buy-contacts {
  padding-bottom: 0;
}

.buy-contacts .section-title {
  margin-bottom: 44px;
}

.buy-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.buy-office-list {
  display: grid;
  gap: 16px;
}

.buy-office-card,
.buy-info-card {
  border-radius: 16px;
  background: #f6f8fa;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.buy-office-card {
  min-height: 132px;
  padding: 28px;
}

.buy-office-card h3,
.buy-info-card h3 {
  margin-top: 0;
}

.buy-office-card p {
  color: #000;
  font-size: 18px;
}

.buy-office-card p span {
  color: var(--color-muted);
}

.buy-office-card small {
  display: block;
  margin-top: 10px;
  font-size: 13px;
}

.buy-info-card {
  display: grid;
  align-content: space-between;
  min-height: 280px;
  padding: 28px;
}

.buy-info-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.buy-info-row div {
  display: grid;
  gap: 12px;
}

.buy-info-row a {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.buy-social-card {
  width: 296px;
  flex-basis: auto;
}

.buy-social-card p {
  font-size: 11px;
  line-height: 16px;
}

.buy-page .callback-card {
  background: #ffe1eb;
}

.buy-page .callback-card h2 {
  font-size: 24px;
}

.silver-page {
  --color-silver: #8f98a6;
  --color-silver-soft: #eff2f5;
  --color-silver-line: #d9dee6;
}

.silver-brand img {
  width: 195px;
  height: 47px;
}

.silver-hero-card {
  min-height: 596px;
  padding: 56px;
  background-image: url("assets/landing3/banner-desktop.png");
  background-position: center;
  background-size: cover;
}

.silver-hero-content {
  gap: 16px;
  max-width: 850px;
}

.silver-hero-content h1 {
  margin-top: 8px;
  font-size: clamp(40px, 3.4vw, 48px);
  line-height: 1.1;
}

.silver-hero-content h1 span {
  color: var(--color-accent);
}

.silver-page .hero-chip--gold {
  border-color: #d5dbe4;
  color: #8d96a5;
  background: rgba(255, 255, 255, 0.32);
}

.silver-page .buy-hero-note {
  color: #8d96a5;
}

.silver-hero-footer {
  margin-top: auto;
}

.silver-calculator {
  padding-top: 88px;
  padding-bottom: 72px;
  background: #fff;
}

.silver-calculator .section-heading {
  margin-bottom: 28px;
}

.silver-calculator .calculator-result {
  margin-bottom: 24px;
}

.silver-calculator .range-track {
  background: #f1f3f6;
}

.silver-calculator .range-track span,
.silver-calculator .slider-handle {
  background: var(--color-silver);
}

.silver-calculator .slider-shadow {
  background: #6f7782;
}

.silver-calculator .slider-bubble {
  border-color: var(--color-silver);
}

.silver-calculator .slider-stage:focus-within .slider-handle {
  box-shadow: 0 0 0 5px rgba(143, 152, 166, 0.2);
}

.silver-calc-hint {
  width: min(100%, 820px);
  margin-top: 40px;
}

.silver-benefits,
.silver-items {
  background: var(--color-silver-soft);
}

.silver-benefits .buy-benefit-card,
.silver-items .accepted-card,
.silver-trust .buy-trust-card,
.silver-contacts .contact-card {
  background: #fff;
}

.silver-benefits .buy-benefit-card {
  min-height: 252px;
}

.silver-steps {
  background: #fff;
}

.silver-items {
  padding-top: 88px;
  padding-bottom: 88px;
}

.silver-accepted-grid {
  grid-template-columns: repeat(6, 1fr);
}

.silver-accepted-grid .accepted-card {
  grid-column: span 2;
}

.silver-accepted-grid .accepted-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.silver-accepted-grid .accepted-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.silver-trust {
  padding-top: 88px;
}

.silver-trust .buy-trust-grid {
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 1fr);
}

.silver-trust .buy-trust-card img {
  width: 64px;
  height: 64px;
}

.silver-contacts .section-title {
  margin-bottom: 40px;
  text-align: left;
}

.silver-contacts .contact-card {
  background: #f6f8fa;
}

@media (max-width: 1199px) {
  :root {
    --container: 960px;
    --section-padding: 64px;
  }

  .header-actions {
    gap: 16px;
  }

  .hero-card {
    aspect-ratio: 1120 / 596;
  }

  .trust-grid {
    grid-template-columns: 1fr 360px;
  }

  .trust-photo {
    height: 584px;
  }

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

  .callback-card {
    gap: 32px;
  }

  .footer-inner {
    flex-wrap: wrap;
    gap: 24px;
    padding-block: 24px;
  }

  .site-footer {
    height: auto;
  }

  .buy-hero-card {
    justify-content: flex-start;
    min-height: 540px;
    padding: 48px;
  }

  .buy-hero-content h1 {
    font-size: 40px;
  }

  .buy-benefit-grid,
  .buy-steps-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .buy-steps-list::before {
    display: none;
  }

  .buy-trust-grid,
  .buy-contact-grid {
    grid-template-columns: 1fr;
  }

  .buy-trust-photo {
    order: 0;
  }
}

@media (max-width: 767px) {
  :root {
    --section-padding: 48px;
    --radius-lg: 28px;
  }

  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .site-header {
    height: 56px;
  }

  .header-inner {
    gap: 12px;
  }

  .site-header .header-inner {
    padding: 8px 16px;
  }

  .brand img {
    width: 141px;
    height: 32px;
  }

  .header-phone {
    display: none;
  }

  .header-actions {
    gap: 8px;
  }

  .header-button {
    width: 136px;
    height: 40px;
    padding-inline: 20px;
    font-size: 12px;
    line-height: 1.4;
  }

  .section-heading {
    gap: 14px;
    margin-bottom: 32px;
  }

  .section-title,
  .section-heading h2,
  .callback-card h2 {
    color: rgba(0, 0, 0, 1);
    font-family: "Rubik", sans-serif;
    font-size: 29px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0;
  }

  .section-heading p {
    font-size: 16px;
  }

  .policy {
    padding-top: 48px;
    padding-bottom: 0;
  }

  .policy-inner {
    gap: 32px;
  }

  .policy-title {
    font-size: 29px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0;
  }

  .policy-copy {
    gap: 20px;
    font-size: 14px;
    line-height: 1.4;
  }

  .policy-callback {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .policy-page .callback-card {
    gap: 28px;
    min-height: 0;
    padding: 32px;
  }

  .policy-page .callback-card > div:first-child {
    padding-top: 0;
  }

  .policy-page .callback-card h2 {
    margin-bottom: 18px;
  }

  .policy-page .callback-card p {
    font-size: 16px;
    line-height: 1.55;
  }

  .section--hero {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-card {
    justify-content: space-between;
    gap: 0;
    aspect-ratio: 370 / 528;
    padding: 24px;
    border-radius: 40px;
    background: url("assets/hero-banner-mobile.webp") center bottom / cover no-repeat;
    box-shadow: 0 32px 24px -32px rgba(64, 41, 22, 0.16);
  }

  .hero-content {
    gap: 8px;
  }

  .hero-copy {
    gap: 8px;
  }

  .hero-copy h1 {
    font-size: 27px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0;
  }

  .hero-price {
    gap: 8px;
  }

  .hero-price-value {
    font-size: 32px;
  }

  .hero-price-unit {
    padding-bottom: 7px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
  }

  .hero-footer {
    align-items: stretch;
    flex-direction: column;
    gap: 24px;
  }

  .hero-button {
    order: 2;
    width: 100%;
    height: auto;
    padding-block: 16px;
    font-size: 16px;
    line-height: 1.56;
  }

  .hero-chips {
    order: 1;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 8px;
  }

  .hero-chip--gold {
    padding: 10px 16px;
    font-size: 12px;
    line-height: 1.4;
  }

  .hero-chip--data {
    padding: 12px 16px;
    font-size: 12px;
    line-height: 1.4;
  }

  .benefits {
    padding-top: 48px;
    padding-bottom: 48px;
    background: #f3f3f3;
  }

  .cards--benefits,
  .cards--purposes,
  .trust-cards,
  .contact-grid,
  .callback-card {
    grid-template-columns: 1fr;
  }

  .benefit-card {
    min-height: 207px;
    padding-top: 32px;
  }

  .benefit-card h3,
  .purpose-card h3 {
    font-size: 20px;
  }

  .calculator-result {
    margin-bottom: 18px;
    font-size: 46px;
  }

  .weight-control {
    margin-top: 51px;
  }

  .calculator-button {
    width: 145px;
    height: 57px;
    font-size: 16px;
    line-height: 1.56;
  }

  .slider-row {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "stage stage"
      "min max";
    gap: 20px 0;
    width: 100%;
    min-height: 0;
    padding-inline: 40px;
  }

  .range-label {
    font-size: 16px;
    line-height: 1.56;
  }

  .slider-row .range-label:first-child {
    grid-area: min;
    justify-self: start;
  }

  .slider-row .range-label:last-child {
    grid-area: max;
    justify-self: end;
  }

  .slider-stage {
    grid-area: stage;
    width: 100%;
    height: 25px;
  }

  .weight-slider {
    height: 56px;
  }

  .slider-shadow {
    top: 9.5px;
  }

  .slider-handle {
    top: 0;
    width: 25px;
    height: 25px;
  }

  .slider-bubble {
    bottom: 39px;
  }

  .calculator-hint {
    top: calc(100% + 10px);
  }

  .section-heading--wide {
    margin-bottom: 32px;
  }

  .section-heading--wide h2 {
    font-size: 29px;
  }

  .purpose-card {
    min-height: 145px;
    padding: 28px 20px;
  }

  .trust .section-title {
    margin-bottom: 32px;
    text-align: center;
  }

  .trust-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .trust-photo {
    order: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .trust-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-card {
    min-height: 154px;
    padding: 24px 12px;
    font-size: 13px;
  }

  .steps-list {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .steps-list::before {
    display: none;
  }

  .steps-list span {
    width: 48px;
    height: 48px;
    margin-bottom: 22px;
  }

  .steps-list h3 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .contacts .section-title {
    margin-bottom: 32px;
    text-align: center;
  }

  .contact-card {
    justify-items: center;
    min-height: 110px;
    gap: 16px;
    text-align: center;
  }

  .contact-card strong {
    font-size: 18px;
  }

  .map {
    height: 300px;
  }

  .callback {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .callback-card {
    gap: 28px;
    min-height: 0;
    padding: 32px;
  }

  .callback-card h2 {
    text-align: center;
  }

  .callback-card p {
    font-size: 16px;
  }

  .callback-row {
    grid-template-columns: 1fr;
  }

  .callback-row input,
  .callback-row .button {
    width: 100%;
  }

  .callback-button {
    height: 64px;
  }

  .button-label--desktop {
    display: none;
  }

  .button-label--mobile {
    display: inline;
  }

  .site-footer {
    height: auto;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding-block: 40px;
  }

  .site-header .socials {
    display: none;
  }

  .footer-phone {
    order: -3;
  }

  .footer-social-card {
    order: -2;
    width: 100%;
    flex-basis: auto;
  }

  .footer-inner > a:not(.footer-phone) {
    order: -1;
  }

  .buy-brand img {
    width: 116px;
    height: 27px;
  }

  .buy-header-button {
    width: 136px;
  }

  .buy-hero {
    padding-top: 16px;
    padding-bottom: 32px;
  }

  .buy-hero-card {
    justify-content: space-between;
    min-height: 528px;
    padding: 20px;
    border-radius: 24px;
    background-image: url("assets/landing2/banner-mobile.webp");
    background-position: center bottom;
  }

  .buy-hero-content {
    gap: 8px;
    max-width: 100%;
  }

  .buy-hero-content h1 {
    margin-top: 4px;
    max-width: 310px;
    font-size: 25px;
    line-height: 1.1;
    overflow-wrap: normal;
    word-break: normal;
  }

  .buy-hero-content h1 span {
    display: inline;
    max-width: none;
  }

  .buy-hero-price {
    gap: 8px;
    margin-top: 8px;
  }

  .buy-hero-price-value {
    font-size: 42px;
    gap: 4px;
  }

  .buy-hero-slash {
    margin-left: 6px;
  }

  .buy-hero-price-unit {
    font-size: 14px;
    line-height: 1.22;
  }

  .buy-hero-note {
    font-size: 11px;
  }

  .buy-hero-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: 0;
  }

  .buy-hero-button {
    order: 2;
    width: 100%;
    height: 48px;
    font-size: 14px;
  }

  .buy-page .hero-chips {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .buy-page .hero-chip--data {
    min-width: 0;
    padding: 10px 12px;
    font-size: 11px;
    white-space: normal;
    text-align: center;
  }

  .buy-page .hero-chip--data:first-child {
    grid-column: 1 / -1;
  }

  .buy-calculator {
    padding-top: 16px;
  }

  .gold-calc-row {
    grid-template-columns: 54px minmax(64px, 1fr) 76px 72px;
    min-height: 58px;
    padding: 0 8px;
    gap: 4px;
  }

  .gold-calc-head {
    min-height: 48px;
    font-size: 10px;
  }

  .gold-grade span {
    min-width: 40px;
    height: 27px;
    padding: 0 8px;
    font-size: 11px;
  }

  .gold-grade em {
    display: none;
  }

  .gold-rate,
  .gold-row-total {
    font-size: 11px;
  }

  .gold-weight {
    width: 64px;
    height: 34px;
    padding-inline: 8px;
    font-size: 12px;
  }

  .gold-calc-total {
    min-height: 64px;
    padding: 0 16px;
    gap: 12px;
    font-size: 12px;
  }

  .gold-calc-total output {
    font-size: 16px;
  }

  .gold-calc-hint {
    font-size: 11px;
  }

  .buy-benefits {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .buy-benefit-grid,
  .accepted-grid,
  .buy-steps-list,
  .buy-more-grid,
  .buy-info-row {
    grid-template-columns: 1fr;
  }

  .buy-benefit-grid,
  .buy-more-grid {
    margin-top: 32px;
  }

  .buy-benefit-card {
    min-height: 196px;
    padding: 28px 24px;
  }

  .buy-benefit-card img {
    width: 64px;
    height: 64px;
  }

  .accepted-card {
    grid-template-columns: 64px 1fr;
    min-height: 86px;
    padding: 16px 20px;
  }

  .accepted-card img {
    width: 54px;
    height: 54px;
  }

  .accepted-card h3 {
    font-size: 16px;
  }

  .accepted-note {
    margin-top: 28px;
    padding: 14px 16px;
    font-size: 12px;
  }

  .buy-trust .section-title {
    margin-bottom: 32px;
  }

  .buy-trust-grid {
    gap: 16px;
  }

  .buy-trust-cards {
    order: 2;
  }

  .buy-trust-card {
    grid-template-columns: 58px 1fr;
    min-height: 86px;
    padding: 16px;
  }

  .buy-trust-card img {
    width: 46px;
    height: 46px;
  }

  .buy-trust-card h3,
  .buy-more-card h3,
  .buy-office-card h3,
  .buy-info-card h3 {
    font-size: 16px;
  }

  .buy-trust-card p,
  .buy-more-card p {
    font-size: 12px;
  }

  .buy-more {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .buy-more-card {
    min-height: 230px;
    padding: 28px;
  }

  .buy-more-card img {
    width: 80px;
    height: 80px;
  }

  .buy-contacts .section-title {
    margin-bottom: 32px;
  }

  .buy-office-card,
  .buy-info-card {
    padding: 20px;
  }

  .buy-office-card p,
  .buy-info-row a {
    font-size: 18px;
  }

  .buy-social-card {
    width: 100%;
    margin-top: 24px;
  }

  .buy-social-card p {
    font-size: 11px;
    line-height: 16px;
  }

  .buy-info-card {
    align-content: start;
    gap: 0;
    min-height: 314px;
    padding: 24px;
    border-radius: 8px;
  }

  .buy-info-card h3 {
    margin: 0 0 28px;
    font-size: 20px;
    line-height: 1.2;
  }

  .buy-info-card .buy-info-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .buy-info-card .buy-info-row div {
    gap: 12px;
  }

  .buy-info-card .buy-info-row span {
    font-size: 14px;
    line-height: 1.43;
  }

  .buy-info-card .buy-info-row a {
    font-size: 24px;
    line-height: 1.15;
  }

  .buy-info-card .buy-social-card {
    order: 0;
    align-self: start;
    width: 100%;
    height: 60px;
    margin-top: 13px;
    padding: 10px 12px 10px 24px;
    border-radius: 8px;
  }

  .buy-info-card .buy-social-card p {
    font-size: 12px;
    line-height: 1.55;
  }

  .buy-page .callback-card h2 {
    font-size: 24px;
  }

  .silver-brand img {
    width: 121px;
    height: auto;
  }

  .silver-hero-card {
    min-height: 528px;
    padding: 20px;
    border-radius: 24px;
    background-image: url("assets/landing3/banner-mobile.png");
    background-position: center bottom;
  }

  .silver-hero-content h1 {
    max-width: 310px;
    font-size: 26px;
  }

  .silver-hero-content .buy-hero-price {
    align-items: flex-end;
  }

  .silver-calculator {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .silver-calculator .slider-row {
    padding-inline: 0;
  }

  .silver-calc-hint {
    margin-top: 40px;
    font-size: 11px;
  }

  .silver-benefits .section-title,
  .silver-items .section-heading h2,
  .silver-steps .section-heading h2 {
    max-width: 310px;
    margin-inline: auto;
  }

  .silver-accepted-grid .accepted-card,
  .silver-accepted-grid .accepted-card:nth-child(4),
  .silver-accepted-grid .accepted-card:nth-child(5) {
    grid-column: auto;
  }

  .silver-trust {
    padding-top: 48px;
  }

  .silver-trust .buy-trust-grid {
    grid-template-columns: 1fr;
  }

  .silver-trust .buy-trust-photo {
    order: 0;
  }

  .silver-trust .buy-trust-cards {
    order: 1;
  }

  .silver-trust .buy-trust-card img {
    width: 46px;
    height: 46px;
  }

  .silver-contacts .section-title {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
