.header {
  background: transparent;
}

.header__nav {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 113, 103, 0.16);
  box-shadow: 0 16px 44px rgba(39, 32, 28, 0.08);
}

.header__button,
.header__burger-btn {
  background: #ff7167;
}

.header__button:hover {
  background: #e85f56;
}

.aura-responses {
  --responses-bg: #fffaf7;
  --responses-paper: #ffffff;
  --responses-ink: #121216;
  --responses-text: #2d2d2d;
  --responses-muted: #5f6368;
  --responses-line: rgba(30, 30, 30, 0.1);
  --responses-coral: #ff7167;
  --responses-amber: #ffa937;
  --responses-blue: #2787f5;
  --responses-green: #0d8501;
  --responses-mint: #e8f8e6;
  --responses-shadow: 0 18px 55px rgba(46, 35, 29, 0.1);
  background: var(--responses-bg);
  color: var(--responses-text);
}

.aura-responses a {
  text-decoration: none;
}

.responses-container {
  width: min(100%, 1220px);
  margin: 0 auto;
  padding: 0 24px;
}

.responses-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 113, 103, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--responses-coral);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0;
}

.responses-hero {
  position: relative;
  overflow: hidden;
  padding: 104px 0 36px;
  background:
    linear-gradient(90deg, rgba(255, 113, 103, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, #fffaf7 0%, #fff4ed 100%);
  background-size: 44px 44px, auto;
}

.responses-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
  gap: 54px;
  align-items: center;
}

.responses-hero__content {
  max-width: 720px;
}

.responses-hero h1,
.responses-section-heading h2,
.responses-dialogue h2,
.responses-final h2 {
  margin: 18px 0 0;
  color: var(--responses-ink);
  font-size: 3.82rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.responses-hero__lead {
  max-width: 650px;
  margin: 20px 0 0;
  color: #343237;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.55;
}

.responses-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
  margin: 22px 0 0;
}

.responses-primary-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.responses-cta-hint {
  max-width: 336px;
  margin: 0;
  color: var(--responses-muted);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.4;
}

.responses-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.responses-button svg,
.responses-review-card__source svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.responses-button:hover,
.responses-review-card__source:hover {
  transform: translateY(-2px);
}

.responses-button--primary {
  background: var(--responses-coral);
  color: #fff;
  box-shadow: 0 16px 36px rgba(255, 113, 103, 0.28);
}

.responses-button--vk {
  background: var(--responses-blue);
  color: #fff;
  box-shadow: 0 16px 36px rgba(39, 135, 245, 0.22);
}

.responses-button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.responses-hero__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0 0;
}

.responses-hero__proof div {
  min-height: 96px;
  padding: 14px;
  border: 1px solid rgba(30, 30, 30, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.responses-hero__proof strong {
  display: block;
  color: var(--responses-coral);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.responses-hero__proof span {
  display: block;
  margin: 10px 0 0;
  color: var(--responses-muted);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
}

.responses-hero__visual {
  position: relative;
  min-height: 520px;
}

.responses-shot {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 64%;
  border: 1px solid rgba(30, 30, 30, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--responses-shadow);
}

.responses-shot picture {
  display: contents;
}

.responses-shot picture > source {
  display: none;
}

.responses-shot img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top left;
}

.responses-shot--1 {
  top: 4px;
  left: 0;
  transform: rotate(-2.5deg);
  z-index: 3;
}

.responses-shot--2 {
  top: 104px;
  right: 0;
  transform: rotate(2deg);
  z-index: 2;
}

.responses-shot--3 {
  bottom: 28px;
  left: 30px;
  transform: rotate(-1deg);
  z-index: 4;
}

.responses-hero__note {
  position: absolute;
  right: 18px;
  bottom: 0;
  width: 250px;
  padding: 16px;
  border: 1px solid rgba(13, 133, 1, 0.16);
  border-radius: 8px;
  background: #f3fff1;
  box-shadow: 0 18px 45px rgba(13, 133, 1, 0.12);
  z-index: 5;
}

.responses-hero__note span,
.responses-hero__note strong {
  display: block;
}

.responses-hero__note span {
  color: var(--responses-green);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.responses-hero__note strong {
  margin: 8px 0 0;
  color: var(--responses-ink);
  font-size: 1rem;
  line-height: 1.35;
}

.responses-trust,
.responses-reviews,
.responses-dialogue,
.responses-final {
  padding: 88px 0;
}

.responses-trust,
.responses-dialogue {
  background: #fff;
}

.responses-section-heading {
  max-width: 830px;
}

.responses-section-heading h2,
.responses-dialogue h2,
.responses-final h2 {
  font-size: 3rem;
  line-height: 1.05;
}

.responses-section-heading p:not(.responses-kicker),
.responses-dialogue p,
.responses-final p {
  margin: 18px 0 0;
  color: var(--responses-muted);
  font-size: 1.13rem;
  font-weight: 500;
  line-height: 1.65;
}

.responses-section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: 48px;
  align-items: end;
  max-width: none;
}

.responses-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 36px 0 0;
}

.responses-proof-card {
  min-height: 260px;
  padding: 22px;
  border: 1px solid var(--responses-line);
  border-radius: 8px;
  background: #fffaf7;
}

.responses-proof-card span {
  display: inline-flex;
  margin: 0 0 26px;
  color: var(--responses-coral);
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1;
}

.responses-proof-card h3 {
  margin: 0;
  color: var(--responses-ink);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.2;
}

.responses-proof-card p {
  margin: 14px 0 0;
  color: var(--responses-muted);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.55;
}

.responses-proof-card--source {
  background: #f0f7ff;
  border-color: rgba(39, 135, 245, 0.22);
}

.responses-proof-card--source span,
.responses-proof-card--source a {
  color: var(--responses-blue);
}

.responses-proof-card--source a {
  display: inline-flex;
  margin: 20px 0 0;
  font-weight: 900;
}

.responses-quote-band {
  padding: 42px 0;
  background: var(--responses-ink);
}

.responses-quote-band__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
}

.responses-quote-band p {
  margin: 0;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.42;
}

.responses-quote-band a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 8px;
  background: #fff;
  color: var(--responses-ink);
  font-weight: 900;
  white-space: nowrap;
}

.responses-reviews {
  background: #fffaf7;
}

.responses-masonry {
  column-count: 3;
  column-gap: 16px;
  margin: 36px 0 0;
}

.responses-review-card {
  display: inline-block;
  width: 100%;
  margin: 0 0 16px;
  padding: 20px;
  break-inside: avoid;
  border: 1px solid var(--responses-line);
  border-top: 4px solid var(--responses-coral);
  border-radius: 8px;
  background: var(--responses-paper);
  box-shadow: 0 14px 36px rgba(46, 35, 29, 0.06);
}

.responses-review-card:nth-child(4n + 2) {
  margin-top: 18px;
}

.responses-review-card:nth-child(5n + 3) {
  margin-top: 34px;
}

.responses-review-card--blue {
  border-top-color: var(--responses-blue);
}

.responses-review-card--coral {
  border-top-color: var(--responses-coral);
}

.responses-review-card--green {
  border-top-color: var(--responses-green);
}

.responses-review-card--amber {
  border-top-color: var(--responses-amber);
}

.responses-review-card__header {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 18px;
}

.responses-review-card__header h3 {
  margin: 0;
  color: var(--responses-ink);
  font-size: 1.16rem;
  font-weight: 900;
  line-height: 1.25;
}

.responses-review-card__header time {
  display: block;
  margin: 5px 0 0;
  color: var(--responses-muted);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
}

.responses-review-card__header span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 28px;
  border-radius: 8px;
  background: #edf5ff;
  color: var(--responses-blue);
  font-size: 0.82rem;
  font-weight: 900;
}

.responses-review-card__text {
  color: #2f3033;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.62;
  overflow-wrap: anywhere;
}

.responses-review-card__source {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 20px 0 0;
  color: var(--responses-blue);
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1.3;
  transition: transform 0.2s ease, color 0.2s ease;
}

.responses-review-card__source:hover {
  color: #1168c7;
}

.responses-dialogue__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.8fr);
  gap: 54px;
  align-items: center;
}

.responses-dialogue__button {
  margin-top: 30px;
}

.responses-dialogue__thread {
  display: grid;
  gap: 14px;
}

.responses-dialogue__bubble {
  max-width: 88%;
  padding: 18px;
  border: 1px solid var(--responses-line);
  border-radius: 8px;
  background: #fffaf7;
}

.responses-dialogue__bubble--aura {
  justify-self: end;
  background: #f0f7ff;
  border-color: rgba(39, 135, 245, 0.18);
}

.responses-dialogue__bubble strong {
  display: block;
  color: var(--responses-ink);
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.25;
}

.responses-dialogue__bubble p {
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.55;
}

.responses-final {
  background: var(--responses-ink);
  color: #fff;
}

.responses-final__inner {
  max-width: 960px;
  text-align: center;
}

.responses-final .responses-kicker {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.18);
}

.responses-final h2 {
  color: #fff;
}

.responses-final p {
  color: rgba(255, 255, 255, 0.72);
}

.responses-final__actions {
  justify-content: center;
}

.responses-final .responses-primary-cta {
  align-items: center;
}

.responses-final .responses-cta-hint {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}

.aura-responses .responses-final .responses-final__note {
  max-width: 740px;
  margin: 28px auto 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.92rem;
  line-height: 1.55;
}

@media (max-width: 1120px) {
  .responses-hero__grid,
  .responses-dialogue__grid {
    grid-template-columns: 1fr;
  }

  .responses-hero__content {
    max-width: none;
  }

  .responses-hero__visual {
    min-height: 560px;
  }

  .responses-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .responses-masonry {
    column-count: 2;
  }
}

@media (max-width: 820px) {
  .responses-container {
    padding: 0 16px;
  }

  .responses-hero {
    padding: 92px 0 16px;
  }

  .responses-hero h1 {
    font-size: 2.22rem;
    line-height: 1.04;
  }

  .responses-section-heading h2,
  .responses-dialogue h2,
  .responses-final h2 {
    font-size: 2.25rem;
    line-height: 1.08;
  }

  .responses-hero__lead,
  .responses-section-heading p:not(.responses-kicker),
  .responses-dialogue p,
  .responses-final p {
    font-size: 1rem;
    line-height: 1.58;
  }

  .responses-actions,
  .responses-primary-cta,
  .responses-button {
    width: 100%;
  }

  .responses-cta-hint {
    max-width: none;
  }

  .responses-hero__proof,
  .responses-proof-grid,
  .responses-section-heading--split,
  .responses-quote-band__inner {
    grid-template-columns: 1fr;
  }

  .responses-hero__proof {
    display: none;
  }

  .responses-hero__visual {
    display: grid;
    gap: 12px;
    margin-top: 12px;
    min-height: 0;
  }

  .responses-shot,
  .responses-hero__note {
    position: static;
    width: 100%;
    transform: none;
  }

  .responses-hero__visual .responses-shot:not(:first-child),
  .responses-hero__note {
    display: none;
  }

  .responses-shot img {
    height: 116px;
    object-fit: cover;
    object-position: top left;
  }

  .responses-trust,
  .responses-reviews,
  .responses-dialogue,
  .responses-final {
    padding: 62px 0;
  }

  .responses-quote-band p {
    font-size: 1.14rem;
    line-height: 1.5;
  }

  .responses-quote-band a {
    width: 100%;
  }

  .responses-masonry {
    column-count: 1;
  }

  .responses-review-card:nth-child(4n + 2),
  .responses-review-card:nth-child(5n + 3) {
    margin-top: 0;
  }

  .responses-dialogue__bubble {
    max-width: 100%;
  }
}

@media (max-width: 420px) {
  .responses-hero h1 {
    font-size: 2.05rem;
  }

  .responses-section-heading h2,
  .responses-dialogue h2,
  .responses-final h2 {
    font-size: 1.92rem;
  }

  .responses-review-card,
  .responses-proof-card,
  .responses-dialogue__bubble {
    padding: 16px;
  }
}
