:root {
  --color-ink: #1c1a17;
  --color-cognac: #8a4b2e;
  --color-cognac-dark: #713a23;
  --color-gold: #b8934f;
  --color-cream: #f7f4ee;
  --color-cream-deep: #efe9df;
  --color-green: #3c6b52;
  --color-white: #ffffff;
  --color-line: #dcd3c4;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Inter", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html { scroll-behavior: smooth; }
body { min-width: 320px; background: var(--color-cream); color: var(--color-ink); font-family: var(--font-body); font-size: 16px; line-height: 165%; }
body, button, input, textarea { font-family: var(--font-body); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font-size: inherit; }
.wrapper { display: flex; min-height: 100vh; flex-direction: column; overflow: clip; }
main { flex: 1 1 auto; }
[class*="__container"] { width: calc(100% - 40px); max-width: 1200px; margin: 0 auto; }

.header { position: relative; z-index: 10; border-bottom: 1px solid var(--color-line); background: rgba(247, 244, 238, 0.96); }
.header__container { position: relative; display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 28px; }
.header__logo { display: flex; width: 162px; flex: 0 0 auto; }
.header__nav { display: flex; align-items: center; justify-content: center; gap: 32px; font-size: 14px; font-weight: 500; }
.header__nav a, .footer a { transition: color 180ms ease; }
.header__nav a:hover, .footer a:hover { color: var(--color-gold); }
.header__actions { display: flex; align-items: center; gap: 20px; white-space: nowrap; }
.header__rating { font-size: 13px; }
.header__burger { display: none; width: 44px; height: 44px; border: 1px solid var(--color-line); border-radius: 50%; align-items: center; justify-content: center; flex-direction: column; gap: 5px; background: transparent; color: var(--color-ink); cursor: pointer; }
.header__burger-line { width: 19px; height: 2px; border-radius: 2px; background: currentColor; transition: transform 250ms ease, opacity 250ms ease; }
.header--menu-open .header__burger-line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.header--menu-open .header__burger-line:nth-child(2) { opacity: 0; }
.header--menu-open .header__burger-line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.button { display: inline-flex; min-height: 52px; padding: 13px 30px; border: 2px solid transparent; border-radius: 999px; align-items: center; justify-content: center; font-size: 15px; font-weight: 700; line-height: 150%; text-align: center; transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--color-cognac); color: var(--color-white); box-shadow: 0 14px 28px rgba(138, 75, 46, 0.18); }
.button--primary:hover { background: var(--color-cognac-dark); }
.button--gold { background: #c9a457; color: var(--color-ink); }
.button--gold:hover { background: #d4b56f; }
.button--outline { border-color: var(--color-ink); background: transparent; }
.button--outline:hover { background: var(--color-ink); color: var(--color-white); }
.header__button { min-height: 48px; padding: 11px 26px; }

.hero { padding: 60px 0 0; background: var(--color-cream); }
.hero__container { display: flex; min-height: 610px; align-items: center; justify-content: space-between; gap: 54px; }
.hero__content { width: 50%; max-width: 590px; }
.eyebrow { display: flex; margin-bottom: 20px; align-items: center; gap: 10px; color: var(--color-cognac); font-size: 12px; font-weight: 700; letter-spacing: 1.5px; line-height: 140%; text-transform: uppercase; }
.eyebrow::before { width: 24px; height: 2px; background: var(--color-gold); content: ""; }
.eyebrow--center { justify-content: center; text-align: center; }
.eyebrow--light { color: var(--color-white); }
.hero__title, .section__title, .features__card h3, .problems__card h3, .steps__item h3 { font-family: var(--font-display); }
.hero__title { margin-bottom: 22px; font-size: 57px; font-weight: 500; letter-spacing: -1.2px; line-height: 108%; }
.hero__text { max-width: 570px; margin-bottom: 28px; font-size: 18px; line-height: 155%; }
.hero__rating { margin-top: 17px; font-size: 13px; }
.hero__trust { display: flex; margin-top: 31px; gap: 28px; list-style: none; }
.hero__trust li { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 600; white-space: nowrap; }
.hero__visual { position: relative; width: 48%; max-width: 570px; }
.hero__product { width: 100%; }
.hero__badge { position: absolute; z-index: 2; display: flex; min-height: 54px; padding: 12px 18px; border-radius: 14px; align-items: center; gap: 10px; background: var(--color-white); box-shadow: 0 16px 40px rgba(28, 26, 23, 0.1); font-size: 13px; font-weight: 700; }
.hero__badge--top { top: 10%; left: -4%; }
.hero__badge--bottom { right: -2%; bottom: 15%; }
.hero__proof { display: flex; width: calc(100% - 40px); max-width: 920px; padding: 26px 0 22px; margin: 0 auto; justify-content: space-between; gap: 30px; color: #777269; font-family: var(--font-display); font-size: 15px; line-height: 140%; }

.section { padding: 100px 0; }
.section--deep { background: var(--color-cream-deep); }
.section__title { max-width: 970px; margin-bottom: 22px; font-size: 42px; font-weight: 600; letter-spacing: -0.5px; line-height: 118%; }
.section__title--center { margin-right: auto; margin-left: auto; text-align: center; }
.section__lead { max-width: 690px; margin: 0 auto 46px; font-size: 17px; line-height: 160%; }
.section__lead--center { text-align: center; }

.problems__container { max-width: 1060px; }
.problems__container > .section__title { margin-right: auto; margin-left: auto; text-align: center; }
.problems__container > .eyebrow { justify-content: flex-start; }
.problems__list { display: flex; flex-wrap: wrap; gap: 18px; }
.problems__card { display: flex; width: calc(50% - 9px); min-height: 118px; padding: 24px; border: 1px solid var(--color-line); border-radius: 16px; gap: 16px; background: var(--color-white); }
.problems__icon { display: flex; width: 34px; height: 34px; border-radius: 50%; flex: 0 0 34px; align-items: center; justify-content: center; background: #f3dfd6; color: var(--color-cognac); font-size: 25px; line-height: 100%; }
.problems__card h3 { margin-bottom: 4px; font-size: 18px; line-height: 135%; }
.problems__card p { font-size: 14px; line-height: 155%; }

.solution__container { display: flex; align-items: center; gap: 64px; }
.solution__visual { width: 47%; padding: 22px; border-radius: 20px; background: #fbf9f5; box-shadow: 0 18px 45px rgba(28, 26, 23, 0.06); }
.solution__content { width: 53%; }
.solution__text { margin-bottom: 24px; line-height: 165%; }
.check-list { display: flex; margin-bottom: 28px; flex-direction: column; gap: 14px; list-style: none; }
.check-list li { position: relative; padding-left: 32px; font-weight: 600; }
.check-list li::before { position: absolute; top: 1px; left: 0; display: flex; width: 20px; height: 20px; border: 1px solid var(--color-ink); border-radius: 50%; align-items: center; justify-content: center; font-size: 12px; line-height: 100%; content: "✓"; }

.features__list { display: flex; flex-wrap: wrap; gap: 24px; }
.features__card { width: calc(33.333% - 16px); min-height: 236px; padding: 30px 26px; border: 1px solid var(--color-line); border-radius: 16px; background: var(--color-white); }
.features__card > span { display: flex; width: 52px; height: 52px; border-radius: 14px; margin-bottom: 20px; align-items: center; justify-content: center; background: var(--color-cream-deep); }
.features__card h3 { margin-bottom: 8px; font-size: 21px; line-height: 130%; }
.features__card p { font-size: 15px; line-height: 160%; }

.steps__list { display: flex; margin-top: 46px; gap: 46px; }
.steps__item { width: calc(33.333% - 31px); text-align: center; }
.steps__item > span { display: flex; width: 48px; height: 48px; border: 2px solid var(--color-gold); border-radius: 50%; margin: 0 auto 16px; align-items: center; justify-content: center; color: var(--color-gold); font-family: var(--font-display); font-size: 21px; line-height: 100%; }
.steps__item h3 { margin-bottom: 10px; font-size: 18px; line-height: 140%; }
.steps__item p { font-size: 15px; line-height: 160%; }

.comparison__scroll { overflow-x: auto; }
.comparison__table { width: 100%; min-width: 760px; border-collapse: separate; border-spacing: 0; overflow: hidden; border-radius: 16px; background: var(--color-white); }
.comparison__table th, .comparison__table td { padding: 18px 22px; border-bottom: 1px solid var(--color-line); text-align: left; }
.comparison__table th { font-family: var(--font-display); font-size: 17px; }
.comparison__table th:first-child { width: 40%; }
.comparison__table th:nth-child(2), .comparison__table td:nth-child(2) { color: #a24d36; font-weight: 600; }
.comparison__table th:nth-child(3), .comparison__table td:nth-child(3) { background: #faf6eb; color: var(--color-green); font-weight: 700; }
.comparison__table tr:last-child td { border-bottom: 0; }

.reviews__list { display: flex; margin-top: 44px; gap: 24px; }
.reviews__card { display: flex; width: calc(33.333% - 16px); min-height: 270px; padding: 28px; border: 1px solid var(--color-line); border-radius: 16px; flex-direction: column; background: var(--color-white); }
.reviews__card > img { margin-bottom: 18px; }
.reviews__card blockquote { margin-bottom: 24px; flex: 1 1 auto; font-size: 15px; line-height: 165%; }
.reviews__person { display: flex; align-items: center; gap: 12px; }
.reviews__person > span { display: flex; width: 42px; height: 42px; border-radius: 50%; align-items: center; justify-content: center; background: #ead7ad; color: var(--color-cognac); font-family: var(--font-display); font-weight: 600; }
.reviews__person p { display: flex; flex-direction: column; }
.reviews__person small { font-size: 12px; }
.reviews__trust { display: flex; margin-top: 56px; justify-content: space-around; gap: 24px; }
.reviews__trust span { display: flex; align-items: center; flex-direction: column; gap: 10px; font-size: 13px; font-weight: 600; text-align: center; }

.offer { padding-top: 72px; padding-bottom: 72px; }
.offer__box { max-width: 1000px; padding: 54px 48px; border-radius: 20px; background: var(--color-cognac); color: var(--color-white); }
.offer__box .section__title { max-width: 650px; color: var(--color-white); }
.offer__box > p:not(.eyebrow) { max-width: 690px; margin-bottom: 24px; }

.faq__container { max-width: 800px; }
.faq__list { margin-top: 42px; }
.faq__list details { border-bottom: 1px solid var(--color-line); overflow: hidden; }
.faq__list summary { position: relative; padding: 22px 42px 22px 4px; cursor: pointer; font-weight: 700; list-style: none; }
.faq__list summary::-webkit-details-marker { display: none; }
.faq__list summary::after { position: absolute; top: 20px; right: 8px; color: var(--color-cognac); font-size: 23px; line-height: 100%; content: "+"; transform: rotate(0); transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1); }
.faq__list details[open]:not(.is-closing) summary::after { transform: rotate(45deg); }
.faq__list details p { padding: 0 42px 22px 4px; line-height: 160%; }
.faq__list details.is-animating { pointer-events: none; }

.final-cta { text-align: center; }
.final-cta__container { max-width: 800px; }
.final-cta .section__title { margin-right: auto; margin-left: auto; }
.final-cta p { margin: 0 auto 22px; }

.footer { padding: 64px 0 34px; background: #1b1a17; color: #d3cec3; }
.footer__columns { display: flex; justify-content: space-between; gap: 50px; }
.footer__brand { width: 28%; }
.footer__brand img { width: 150px; margin-bottom: 18px; }
.footer__brand p { max-width: 270px; font-size: 13px; line-height: 170%; }
.footer__column { display: flex; width: 18%; flex-direction: column; align-items: flex-start; gap: 11px; font-size: 13px; line-height: 150%; }
.footer__column h2 { margin-bottom: 5px; color: var(--color-white); font-size: 13px; letter-spacing: 0.5px; line-height: 140%; text-transform: uppercase; }
.footer__company { width: 25%; }
.footer__company strong { color: var(--color-white); }
.footer__bottom { display: flex; padding-top: 24px; border-top: 1px solid #37342e; margin-top: 50px; justify-content: space-between; gap: 24px; color: #a39b8d; font-size: 12px; }
.footer__bottom nav { display: flex; gap: 10px; }
.footer__disclaimer { max-width: 910px; margin-top: 22px; color: #8f887c; font-size: 11px; line-height: 165%; }

.legal-hero { padding: 64px 0 54px; border-bottom: 1px solid var(--color-line); }
.legal-hero__title { font-family: var(--font-display); font-size: 52px; font-weight: 500; line-height: 115%; }
.legal-hero__date { margin-top: 14px; color: #635f58; font-size: 13px; }
.legal { padding: 58px 0 90px; }
.legal__container { display: flex; align-items: flex-start; gap: 70px; }
.legal__aside { position: sticky; top: 24px; width: 250px; flex: 0 0 250px; }
.legal__aside h2 { margin-bottom: 14px; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; }
.legal__aside ol { display: flex; flex-direction: column; gap: 9px; list-style-position: inside; color: var(--color-gold); }
.legal__aside a { color: #625d54; font-size: 13px; }
.legal__content { max-width: 770px; }
.legal__content section { margin-bottom: 40px; scroll-margin-top: 20px; }
.legal__content h2 { margin-bottom: 14px; font-family: var(--font-display); font-size: 25px; line-height: 130%; }
.legal__content p, .legal__content li { color: #4d4943; line-height: 170%; }
.legal__content p + p { margin-top: 14px; }
.legal__content ul { display: flex; padding-left: 22px; margin-top: 14px; flex-direction: column; gap: 8px; }
.legal__address { margin-top: 18px; font-style: normal; line-height: 170%; }
.legal__table-wrap { overflow-x: auto; }
.legal__table { width: 100%; min-width: 650px; border-collapse: collapse; }
.legal__table th, .legal__table td { padding: 14px; border: 1px solid var(--color-line); text-align: left; vertical-align: top; }

.contact { padding: 80px 0 100px; }
.contact__intro { max-width: 760px; margin-bottom: 48px; }
.contact__intro .section__title { margin-bottom: 14px; }
.contact__body { display: flex; align-items: flex-start; gap: 36px; }
.contact__card, .contact__form { padding: 36px; border: 1px solid var(--color-line); border-radius: 18px; background: var(--color-white); }
.contact__card { display: flex; width: 42%; flex-direction: column; gap: 26px; }
.contact__card h2 { font-family: var(--font-display); font-size: 25px; }
.contact__detail { display: flex; gap: 14px; }
.contact__detail img { width: 24px; height: 24px; }
.contact__detail p { display: flex; flex-direction: column; font-size: 14px; line-height: 155%; }
.contact__detail strong { margin-bottom: 2px; }
.contact__note { padding-top: 20px; border-top: 1px solid var(--color-line); font-size: 12px; line-height: 155%; }
.contact__form { display: flex; width: 58%; flex-wrap: wrap; gap: 20px; }
.contact__field { display: flex; width: 100%; flex-direction: column; gap: 7px; font-size: 13px; font-weight: 600; }
.contact__field--half { width: calc(50% - 10px); }
.contact__field input, .contact__field textarea { width: 100%; padding: 13px 14px; border: 1px solid #cfc6b8; border-radius: 8px; background: #fdfcf9; color: var(--color-ink); outline: none; }
.contact__field input:focus, .contact__field textarea:focus { border-color: var(--color-cognac); box-shadow: 0 0 0 3px rgba(138, 75, 46, 0.12); }
.contact__field textarea { min-height: 150px; resize: vertical; }
.contact__consent { display: flex; gap: 10px; font-size: 12px; line-height: 150%; }
.contact__consent input { width: 18px; height: 18px; flex: 0 0 18px; }
.contact__status { display: none; width: 100%; padding: 12px 14px; border-radius: 8px; font-size: 14px; font-weight: 600; line-height: 150%; }
.contact__status--success { display: block; background: #e4f1e9; color: var(--color-green); }
.contact__status--error { display: block; background: #f5e4df; color: #8f382b; }
.contact__form .button:disabled { cursor: wait; opacity: 0.65; transform: none; }

@media (max-width: 991px) {
  [class*="__container"] { width: calc(100% - 32px); }
  .header__container { min-height: 68px; }
  .header__logo { width: 145px; }
  .header__nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: flex; padding: 14px; border: 1px solid var(--color-line); border-top: 0; border-radius: 0 0 14px 14px; align-items: stretch; flex-direction: column; gap: 0; background: var(--color-cream); box-shadow: 0 18px 35px rgba(28, 26, 23, 0.12); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-10px); transition: opacity 250ms ease, visibility 250ms ease, transform 250ms ease; }
  .header__nav a { width: 100%; padding: 11px 10px; }
  .header--menu-open .header__nav { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
  .header__burger { display: flex; flex: 0 0 44px; }
  .header__actions, .header__container > .header__button { display: none; }
  .header__rating { display: none; }
  .hero__title { font-size: 48px; }
  .hero { padding-top: 44px; }
  .hero__container, .solution__container, .contact__body { flex-direction: column; }
  .hero__content, .hero__visual, .solution__visual, .solution__content, .contact__card, .contact__form { width: 100%; }
  .hero__content { max-width: 680px; }
  .hero__visual { max-width: 520px; margin: 10px auto 0; }
  .hero__proof { flex-wrap: wrap; justify-content: center; text-align: center; }
  .section { padding: 76px 0; }
  .features__card { width: calc(50% - 12px); }
  .reviews__list { flex-wrap: wrap; }
  .reviews__card { width: calc(50% - 12px); }
  .reviews__trust { flex-wrap: wrap; }
  .reviews__trust span { width: calc(50% - 12px); }
  .footer__columns { flex-wrap: wrap; }
  .footer__brand { width: 100%; }
  .footer__column { width: calc(33.333% - 34px); }
  .legal__container { gap: 38px; }
  .legal__aside { width: 210px; flex-basis: 210px; }
}

@media (max-width: 767px) {
  [class*="__container"] { width: calc(100% - 28px); }
  .header__actions { display: none; }
  .hero { padding-top: 36px; }
  .hero__container { min-height: 0; gap: 28px; }
  .hero__title { font-size: 38px; line-height: 110%; }
  .hero__text { font-size: 16px; }
  .hero__trust { flex-direction: column; gap: 12px; }
  .hero__visual { width: calc(100% + 20px); margin-left: -10px; }
  .hero__badge { min-height: 44px; padding: 9px 12px; border-radius: 10px; font-size: 11px; }
  .hero__badge--top { top: 4%; left: 0; }
  .hero__badge--bottom { right: 0; bottom: 10%; }
  .hero__proof { padding-top: 12px; flex-direction: column; gap: 8px; font-size: 13px; }
  .section { padding: 60px 0; }
  .section__title { font-size: 32px; line-height: 120%; }
  .section__lead { font-size: 15px; }
  .problems__card, .features__card, .reviews__card { width: 100%; }
  .problems__card { padding: 19px; }
  .solution__container { gap: 36px; }
  .solution__visual { padding: 6px; }
  .steps__list { flex-direction: column; gap: 36px; }
  .steps__item { width: 100%; }
  .reviews__trust span { width: calc(50% - 12px); }
  .offer__box { padding: 38px 24px; }
  .footer__column, .footer__company { width: calc(50% - 25px); }
  .footer__bottom { flex-direction: column; }
  .legal-hero { padding: 45px 0 38px; }
  .legal-hero__title { font-size: 38px; }
  .legal__container { flex-direction: column; }
  .legal__aside { position: static; width: 100%; flex-basis: auto; }
  .contact { padding: 58px 0 70px; }
  .contact__card, .contact__form { padding: 24px; }
  .contact__field--half { width: 100%; }
}
