:root {
  --bg: #fff8ee;
  --bg-alt: #faf2e6;
  --bg-dark: #111111;
  --text: #030303;
  --muted: rgba(3, 3, 3, 0.72);
  --line: #c0c0c0;
  --radius: 24px;
  --max: 1440px;
  --pad: 32px;
  --h1: clamp(42px, 4.1vw, 54px);
  --h2: clamp(42px, 4.1vw, 54px);
  --h3: 28px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Manrope", sans-serif;
}

h1,
h2,
h3,
p,
ul {
  margin: 0;
}

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

.page {
  width: min(100%, var(--max));
  margin: 0 auto;
  background: var(--bg);
}

.section {
  padding: 64px 88px;
  border-top: 1px solid var(--line);
}

.section:first-child {
  border-top: 0;
}

.section--alt {
  background: var(--bg-alt);
}

h1,
h2 {
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.06;
}

h1 {
  font-size: var(--h1);
}

h2 {
  font-size: var(--h2);
  margin-bottom: 56px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(740px, 1fr) minmax(520px, 672px);
  gap: 48px;
  align-items: start;
  background: var(--bg);
}

.hero__left {
  display: grid;
  gap: 24px;
  max-width: 100%;
  min-width: 0;
}

.lead {
  max-width: 760px;
  font-size: 18px;
  line-height: 1.33;
}

.hero__actions {
  display: grid;
  gap: 14px;
  width: 100%;
  max-width: 100%;
  justify-items: start;
}

.hero__actions::before {
  content: none !important;
}

.hero__actions p {
  font-size: 15px;
  line-height: 1.33;
  color: var(--muted);
  margin-left: 0;
}

.hero__actions .btn {
  width: 100%;
  min-height: 56px;
  font-size: 16px;
  line-height: 20px;
  margin-left: 0;
}

.hero__right {
  display: grid;
  gap: 20px;
  justify-items: end;
}

.hero__photo {
  width: 100%;
  height: auto;
  aspect-ratio: 672 / 592;
  object-fit: cover;
}

.btn {
  border: 0;
  border-radius: 250px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  cursor: pointer;
}

.btn--dark {
  background: #030303;
  color: #fffcf7;
}

.btn--light {
  background: #fffcf7;
  color: #030303;
}

.btn--ghost {
  background: transparent;
  color: #030303;
  border: 1px solid #030303;
}

.btn--small {
  font-size: 15px;
}

.rows {
  display: grid;
}

.row {
  border-top: 1px solid var(--line);
  padding: 16px 0;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 486px) auto;
  gap: 24px;
  align-items: start;
}

.row h3 {
  font-size: var(--h3);
  line-height: 0.98;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.row p {
  font-size: 18px;
  line-height: 1.33;
}

.row__more {
  border: 0;
  background: transparent;
  font-size: 16px;
  color: var(--text);
  padding: 0;
}

.tasks {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.task {
  min-height: 230px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 16px;
  display: grid;
  gap: 20px;
  align-content: start;
}

.task:nth-child(3n) {
  border-right: 0;
}

.task__icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.task img {
  width: auto;
  height: auto;
  max-width: 38px;
  max-height: 38px;
  object-fit: contain;
  flex-shrink: 0;
}

.task h3 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.task p {
  font-size: 15px;
  line-height: 1.33;
  color: var(--muted);
}

.section--dark {
  background: #111111;
  color: #fff;
  border-top: 0;
}

.dark {
  display: grid;
  grid-template-columns: 1fr 503px;
  gap: 32px;
  align-items: end;
}

.dark h2 {
  margin-bottom: 24px;
  color: #fff;
}

.dark p {
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.33;
}

.dark img {
  width: 100%;
  height: 100%;
  max-height: 402px;
  object-fit: cover;
}

.results {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(500px, 1fr);
  gap: 32px;
  margin-bottom: 40px;
}

.results p,
.results li {
  font-size: 18px;
  line-height: 1.33;
  color: var(--muted);
}

.results ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
}

.logos {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  min-height: 82px;
  padding: 24px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px 30px;
}

.logos img {
  height: 24px;
  width: auto;
  object-fit: contain;
}

.title-line {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 24px;
}

.title-line h2 {
  margin-bottom: 0;
}

.review-controls {
  display: flex;
  gap: 10px;
}

.control {
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff8ee;
}

.reviews-slider {
  overflow: hidden;
}

.reviews-track {
  display: flex;
  gap: 16px;
  transition: transform 0.35s ease;
}

.review-card {
  flex: 0 0 calc((100% - 32px) / 3);
  border: 1px solid var(--line);
  background: #fff8ee;
  padding: 18px;
  min-height: 206px;
  display: grid;
  gap: 18px;
}

.review-card img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.review-card p {
  font-size: 16px;
  line-height: 1.4;
}

.section--center {
  text-align: center;
}

.section--center h2 {
  margin-inline: auto;
  max-width: 900px;
  margin-bottom: 20px;
}

.method-list,
.formats,
.steps {
  border-top: 1px solid var(--line);
  display: grid;
}

.method-list article {
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
  display: grid;
  grid-template-columns: 80px 1fr 1.6fr;
  gap: 24px;
  align-items: start;
}

.method-list span {
  width: 56px;
  height: 56px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 14px;
}

.method-list h3 {
  font-size: 28px;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.method-list p {
  font-size: 18px;
  line-height: 1.33;
  color: var(--muted);
}

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

.format-card {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 24px 16px;
  display: grid;
  gap: 18px;
  align-content: start;
}

.format-card:last-child {
  border-right: 0;
}

.format-card h3 {
  font-size: 28px;
  line-height: 0.98;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.format-card p,
.format-card li {
  font-size: 16px;
  line-height: 1.35;
  color: var(--muted);
}

.format-card ul {
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

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

.steps article {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  min-height: 150px;
  padding: 16px;
  display: grid;
  gap: 18px;
  align-content: start;
}

.steps article:last-child {
  border-right: 0;
}

.steps span {
  opacity: 0.7;
  font-size: 20px;
  line-height: 0.98;
  font-weight: 600;
}

.steps p {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.faq {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 32px;
  align-items: start;
}

.faq h2 {
  margin-bottom: 0;
}

.faq-list {
  width: 100%;
}

.faq-item {
  border-top: 1px solid var(--line);
}

.faq-item__q {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 28px;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.faq-item__q span {
  font-size: 24px;
  transition: transform 0.2s ease;
}

.faq-item__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease, padding 0.25s ease;
  padding: 0;
  font-size: 18px;
  line-height: 1.33;
  color: var(--muted);
}

.faq-item.is-open .faq-item__a {
  max-height: 140px;
  padding-bottom: 24px;
}

.faq-item.is-open .faq-item__q span {
  transform: rotate(45deg);
}

.last {
  min-height: 320px;
  display: grid;
  align-content: center;
  justify-items: center;
}

@media (max-width: 1180px) {
  .hero,
  .dark {
    grid-template-columns: 1fr 44%;
  }

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

  .method-list article {
    grid-template-columns: 80px 1fr;
  }

  .method-list p {
    grid-column: 1 / -1;
  }

  .review-card {
    flex-basis: calc((100% - 16px) / 2);
  }
}

@media (max-width: 479px) {
  :root {
    --pad: 16px;
    --h1: 28px;
    --h2: 28px;
    --h3: 20px;
  }

  .section {
    padding: 44px var(--pad);
  }

  .hero,
  .dark,
  .faq {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hero__right {
    justify-items: stretch;
  }

  .hero__photo {
    order: -1;
    height: 158px;
    object-position: center top;
    content: url("https://www.figma.com/api/mcp/asset/0a202839-755b-491a-951d-ad1b4cdc2523");
  }

  .hero__actions {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hero__actions p {
    text-align: center;
    font-size: 13px;
    line-height: 1.15;
    margin-left: 0;
  }

  .hero__actions .btn {
    margin-left: 0;
  }

  .btn,
  .btn--ghost,
  .btn--small {
    width: 100%;
  }

  h2 {
    margin-bottom: 28px;
  }

  .row {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 0;
  }

  .row p {
    font-size: 15px;
    line-height: 1.33;
    color: var(--muted);
  }

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

  .task,
  .format-card,
  .steps article {
    border-right: 0;
  }

  .dark img {
    max-height: 208px;
  }

  .results {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .results p,
  .results li,
  .method-list p,
  .faq-item__a {
    font-size: 15px;
    line-height: 1.33;
  }

  .logos {
    gap: 14px 18px;
    padding: 16px 0;
  }

  .logos img {
    height: 16px;
  }

  .title-line {
    align-items: center;
    margin-bottom: 20px;
  }

  .review-card {
    flex-basis: 100%;
    min-height: 170px;
  }

  .method-list article {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .method-list span {
    width: 42px;
    height: 42px;
  }

  .method-list h3,
  .faq-item__q,
  .format-card h3,
  .steps p {
    font-size: 20px;
    line-height: 1.1;
  }

  .formats,
  .steps {
    grid-template-columns: 1fr;
  }

  .faq-item__q {
    padding: 24px 0;
  }

  .last {
    min-height: 240px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    filter: brightness(1.06);
  }

  .row__more:hover,
  .faq-item__q:hover {
    opacity: 0.72;
  }

  .control:hover {
    background: #f3ebdf;
  }
}
