@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("assets/fonts/manrope-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #17191b;
  --muted: #656b70;
  --line: #e5e8e4;
  --green: #50b83c;
  --green-deep: #378d28;
  --green-pale: #edf8ea;
  --paper: #ffffff;
  --soft: #f5f7f5;
  --footer: #181a1c;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

button,
input,
textarea,
select {
  font: inherit;
}

.page-shell {
  min-height: 100vh;
  overflow: hidden;
}

.landing-layout {
  width: calc(100% - 72px);
  min-height: 790px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  align-items: stretch;
  gap: clamp(18px, 2vw, 32px);
}

.content-column {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.site-header {
  width: 100%;
  min-height: 98px;
  margin: 0;
  display: flex;
  align-items: center;
}

.brand-group {
  display: flex;
  align-items: center;
  gap: 22px;
}

.logo {
  display: block;
  width: 174px;
  height: auto;
}

.descriptor {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.hero {
  width: 100%;
  flex: 1;
  margin: 0;
  padding: 28px 0 56px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 710px;
}

h1 {
  max-width: 710px;
  margin: 0;
  font-size: clamp(54px, 4.75vw, 74px);
  font-weight: 760;
  line-height: 0.99;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.benefits {
  margin-top: 50px;
  display: grid;
  gap: 20px;
}

.benefits p {
  margin: 0;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 17px;
  align-items: center;
  color: #34383b;
  font-size: 17px;
  line-height: 1.5;
}

.benefit-badge {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green-pale);
  color: var(--green-deep);
  box-shadow: inset 0 0 0 1px rgba(80, 184, 60, 0.22);
}

.benefit-rate {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.benefit-badge svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.action-block {
  position: relative;
  width: min(100%, 560px);
  margin-top: 44px;
  padding: 24px 26px 26px;
  border: 2px solid rgba(80, 184, 60, 0.35);
  border-radius: 22px;
  background: linear-gradient(112deg, #e8f8e4 0%, rgba(237, 248, 234, 0.72) 52%, #fff 100%);
  box-shadow: 0 20px 52px rgba(55, 141, 40, 0.16);
}

.offer-deadline {
  width: max-content;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 9px 14px;
  display: flex;
  align-items: center;
  border-radius: 999px;
  background: var(--green-deep);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.deadline-icon {
  width: 19px;
  height: 19px;
  margin-right: 10px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}

.deadline-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.offer-row {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
}

.discount {
  display: block;
  color: var(--green);
  font-size: clamp(56px, 4.3vw, 70px);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: -0.075em;
}

.cta-block {
  min-width: 0;
}

.cta-copy {
  max-width: 440px;
  margin: 0;
  color: #50565a;
  font-size: 16px;
  line-height: 1.5;
}

.primary-button {
  position: relative;
  width: 100%;
  margin-top: 22px;
  height: 82px;
  padding: 0 30px;
  border: 1px solid var(--ink);
  border-radius: 14px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 16px 34px rgba(23, 25, 27, 0.2);
  cursor: pointer;
  font-size: 20px;
  font-weight: 780;
  letter-spacing: 0.005em;
  transform-origin: center;
  animation: button-breathe 1.9s ease-in-out infinite;
  will-change: transform;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.primary-button:hover {
  border-color: var(--green-deep);
  background: var(--green-deep);
  box-shadow: 0 18px 34px rgba(55, 141, 40, 0.24);
}

.primary-button:focus-visible {
  outline: 3px solid rgba(80, 184, 60, 0.32);
  outline-offset: 4px;
}

.primary-button.is-active {
  border-color: var(--green);
  background: var(--green);
}

.hero-visual {
  position: relative;
  min-width: 0;
  min-height: 790px;
  align-self: stretch;
}

.photo-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 790px;
  overflow: hidden;
  background: #fff;
}

.photo-wrap::after {
  position: absolute;
  z-index: 2;
  inset: -1px;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0.9) 4%, transparent 16%, transparent 82%, rgba(255, 255, 255, 0.92) 96%, #fff 100%),
    linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0.72) 5%, transparent 18%, transparent 78%, rgba(255, 255, 255, 0.76) 94%, #fff 100%);
}

.photo-wrap img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 90% center;
}

@keyframes button-breathe {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.025);
  }
}

@keyframes deadline-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(80, 184, 60, 0.5);
  }
  72%, 100% {
    box-shadow: 0 0 0 8px rgba(80, 184, 60, 0);
  }
}

.site-footer {
  width: 100%;
  background: var(--soft);
  color: var(--ink);
}

.footer-inner {
  width: min(1440px, calc(100% - 80px));
  min-height: 190px;
  margin: 0 auto;
  padding: 38px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-logo {
  width: 152px;
  height: auto;
}

.footer-brand p,
.footer-details p {
  margin: 0;
}

.footer-brand p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.footer-details {
  display: grid;
  gap: 9px;
  color: #303438;
  font-style: normal;
  font-size: 15px;
  line-height: 1.5;
  text-align: right;
}

.privacy-link {
  justify-self: end;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--green-deep);
  cursor: pointer;
  font-size: 14px;
}

.privacy-link:hover {
  color: var(--ink);
}

.privacy-dialog {
  width: min(760px, calc(100% - 40px));
  max-height: min(82vh, 820px);
  padding: 0;
  border: 0;
  border-radius: 22px;
  color: var(--ink);
  box-shadow: 0 28px 90px rgba(23, 25, 27, 0.24);
}

.privacy-dialog::backdrop {
  background: rgba(18, 20, 21, 0.58);
  backdrop-filter: blur(5px);
}

.privacy-dialog-inner {
  position: relative;
  padding: 42px 48px 46px;
}

.privacy-dialog h2 {
  margin: 0 48px 24px 0;
  font-size: 30px;
  line-height: 1.15;
}

.privacy-dialog h3 {
  margin: 26px 0 9px;
  font-size: 18px;
}

.privacy-dialog p,
.privacy-dialog li {
  color: #444a4d;
  font-size: 15px;
  line-height: 1.65;
}

.privacy-dialog p {
  margin: 0;
}

.privacy-dialog ul {
  margin: 8px 0 0;
  padding-left: 22px;
}

.dialog-close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--green-pale);
  color: var(--green-deep);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.quiz-dialog {
  width: min(1180px, calc(100% - 36px));
  max-height: min(92vh, 860px);
  padding: 0;
  border: 0;
  border-radius: 26px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 34px 110px rgba(12, 15, 16, 0.28);
}

.quiz-dialog::backdrop {
  background: rgba(18, 20, 21, 0.62);
  backdrop-filter: blur(6px);
}

.quiz-form {
  position: relative;
  min-height: 560px;
  padding: 42px 46px 38px;
}

.quiz-close {
  position: absolute;
  z-index: 4;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--green-pale);
  color: var(--green-deep);
  cursor: pointer;
  font-size: 29px;
  line-height: 1;
}

.quiz-progress {
  width: calc(100% - 64px);
  height: 5px;
  margin: 0 0 34px;
  overflow: hidden;
  border-radius: 99px;
  background: #e8ece8;
}

.quiz-progress span {
  display: block;
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: var(--green);
  transition: width 260ms ease;
}

.quiz-step {
  display: none;
  animation: quiz-in 220ms ease both;
}

.quiz-step.is-active {
  display: block;
}

.quiz-step h2 {
  max-width: 920px;
  margin: 0 72px 30px 0;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 580;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.quiz-options {
  display: grid;
  gap: 20px;
}

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

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

.quiz-option {
  min-width: 0;
  padding: 0;
  border: 2px solid #e3e7e3;
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.quiz-option > span:last-child {
  display: block;
  padding: 15px 16px 17px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.quiz-option:hover,
.quiz-option:focus-visible,
.quiz-option.is-selected {
  border-color: var(--green);
  box-shadow: 0 10px 28px rgba(55, 141, 40, 0.14);
  outline: none;
  transform: translateY(-2px);
}

.quiz-option-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.layout-image {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #fff;
}

.style-image {
  aspect-ratio: 4 / 3;
}


.quiz-hint {
  margin: -15px 0 0;
  color: #747a77;
  font-size: 16px;
  line-height: 1.5;
}

.floating-field {
  position: relative;
  display: block;
  margin-top: 38px;
}

.floating-field > span {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 24px;
  padding: 0 7px;
  background: #fff;
  color: var(--green-deep);
  font-size: 14px;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transform: translateY(31px);
  transition: transform 160ms ease, opacity 160ms ease;
}

.floating-field input {
  width: 100%;
  height: 86px;
  padding: 0 30px;
  border: 2px solid #dde2dd;
  border-radius: 15px;
  outline: none;
  background: #f4f5f4;
  color: var(--ink);
  caret-color: var(--green-deep);
  font-size: 22px;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.floating-field input::placeholder {
  color: #7d8280;
  opacity: 1;
}

.floating-field:focus-within > span,
.floating-field.has-value > span {
  opacity: 1;
  transform: translateY(-50%);
}

.floating-field:focus-within input::placeholder,
.floating-field.has-value input::placeholder {
  color: transparent;
}

.floating-field input:focus {
  border-color: var(--green);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(80, 184, 60, 0.11);
}

.floating-field.is-complete input {
  border-color: rgba(80, 184, 60, 0.55);
  background: #fbfffa;
}

.field-error {
  min-height: 22px;
  margin: 9px 0 0;
  color: #c0392b;
  font-size: 14px;
}

.quiz-options-region {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 780px;
  margin: 30px 0 28px;
}

.quiz-region {
  min-height: 82px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-width: 1px;
  border-radius: 14px;
  background: #fff;
}

.quiz-region > span:last-child {
  padding: 0;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.35;
}

.radio-mark {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  border: 2px solid #b8c2bb;
  border-radius: 50%;
  background: #fff;
}

.quiz-region.is-selected {
  background: var(--green-pale);
}

.quiz-region.is-selected .radio-mark {
  border: 7px solid var(--green);
}

.quiz-final-copy {
  margin: -6px 0 30px;
  color: #43484b;
  font-size: 21px;
  line-height: 1.5;
}

.quiz-actions {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.quiz-next,
.quiz-submit,
.quiz-back {
  min-height: 56px;
  padding: 0 28px;
  border-radius: 13px;
  cursor: pointer;
  font-weight: 760;
}

.quiz-next,
.quiz-submit {
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff;
}

.quiz-submit {
  min-width: 360px;
  min-height: 78px;
  padding: 0 38px;
  font-size: 19px;
  animation: button-breathe 1.9s ease-in-out infinite;
  transform-origin: center;
  will-change: transform;
}

.quiz-back {
  margin-top: 24px;
  border: 1px solid #d6dcd6;
  background: #fff;
  color: #555b58;
}

.quiz-actions .quiz-back {
  margin-top: 0;
}

.quiz-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

@keyframes quiz-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1120px) {
  .landing-layout {
    width: min(100% - 48px, 920px);
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .site-header,
  .hero {
    width: 100%;
  }

  .footer-inner {
    width: min(100% - 48px, 920px);
  }

  .hero {
    padding: 22px 0 68px;
  }

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

  h1 {
    max-width: 800px;
    font-size: clamp(54px, 7.5vw, 72px);
  }

  .hero-visual {
    width: min(100%, 780px);
    min-height: 620px;
    margin: 0 auto;
  }

  .photo-wrap {
    height: auto;
    min-height: 620px;
  }

  .photo-wrap img {
    object-position: 88% center;
  }

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

@media (max-width: 680px) {
  .landing-layout {
    width: calc(100% - 32px);
    gap: 0;
  }

  .site-header,
  .hero {
    width: 100%;
  }


  .footer-inner {
    width: calc(100% - 32px);
  }

  .site-header {
    min-height: 86px;
  }

  .brand-group {
    gap: 14px;
  }

  .logo {
    width: 132px;
  }

  .descriptor {
    max-width: 172px;
    font-size: 11px;
  }

  .hero {
    padding: 18px 0 0;
  }

  h1 {
    font-size: clamp(41px, 11.4vw, 54px);
    line-height: 1;
  }

  .benefits {
    margin-top: 40px;
    gap: 17px;
  }

  .benefits p {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    font-size: 15px;
  }

  .benefit-badge {
    width: 50px;
    height: 50px;
  }

  .benefit-badge svg {
    width: 25px;
    height: 25px;
  }

  .benefit-rate {
    font-size: 15px;
  }

  .action-block {
    margin-top: 40px;
    padding: 20px;
    border-radius: 18px;
  }

  .offer-row {
    grid-template-columns: 148px minmax(0, 1fr);
    gap: 14px;
  }

  .discount {
    font-size: 50px;
  }

  .cta-copy {
    font-size: 14px;
  }

  .primary-button {
    height: 72px;
    padding: 0 20px;
    border-radius: 17px;
    font-size: 17px;
  }

  .photo-wrap {
    min-height: 440px;
  }

  .photo-wrap img {
    object-position: 84% center;
  }

  .hero-visual {
    min-height: 440px;
    margin: 28px auto 0;
  }

  .footer-inner {
    min-height: 0;
    padding: 34px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .footer-brand {
    align-items: flex-start;
    gap: 15px;
  }

  .footer-logo {
    width: 122px;
  }

  .footer-brand p {
    max-width: 230px;
    font-size: 11px;
  }

  .footer-details {
    font-size: 14px;
    text-align: left;
  }

  .privacy-link {
    justify-self: start;
  }

  .privacy-dialog-inner {
    padding: 34px 22px 38px;
  }

  .privacy-dialog h2 {
    font-size: 25px;
  }

  .quiz-dialog {
    width: calc(100% - 20px);
    max-height: calc(100dvh - 20px);
    border-radius: 20px;
  }

  .quiz-form {
    min-height: 0;
    padding: 28px 18px 24px;
  }

  .quiz-close {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
  }

  .quiz-progress {
    width: calc(100% - 52px);
    margin-bottom: 26px;
  }

  .quiz-step h2 {
    margin-right: 38px;
    margin-bottom: 22px;
    font-size: 29px;
  }

  .quiz-options-layout,
  .quiz-options-style {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .quiz-option > span:last-child {
    padding: 11px 12px 13px;
    font-size: 14px;
  }

  .floating-field {
    margin-top: 30px;
  }

  .floating-field input {
    height: 72px;
    padding: 0 20px;
    font-size: 18px;
  }

  .quiz-options-region {
    grid-template-columns: 1fr;
    margin: 26px 0 20px;
  }

  .quiz-region {
    min-height: 70px;
  }

  .quiz-region > span:last-child {
    font-size: 16px;
  }

  .quiz-final-copy {
    font-size: 17px;
  }

  .quiz-actions {
    align-items: stretch;
  }

  .quiz-submit {
    min-width: 0;
    min-height: 72px;
    font-size: 17px;
    flex: 1;
  }

  .quiz-step[data-step="4"] .quiz-actions {
    flex-direction: column-reverse;
    gap: 12px;
  }

  .quiz-step[data-step="4"] .quiz-submit {
    width: 100%;
    flex: 0 0 auto;
  }

  .quiz-step[data-step="4"] .quiz-back {
    width: max-content;
    min-height: 38px;
    padding: 0 10px;
    border-color: transparent;
    color: #777d79;
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .offer-row {
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 12px;
  }

  .discount {
    font-size: 46px;
  }
}

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

  .primary-button {
    animation: none;
    transition: none;
  }

  .quiz-step,
  .quiz-progress span,
  .quiz-submit {
    animation: none;
    transition: none;
  }

}
