:root {
  --bg: #040505;
  --panel: rgba(9, 11, 12, 0.94);
  --panel-alt: rgba(11, 14, 15, 0.96);
  --line: rgba(255, 255, 255, 0.11);
  --text: #f6f6f1;
  --muted: rgba(233, 236, 232, 0.78);
  --green: #26d169;
  --green-soft: #8fef9d;
  --gold: #efb44e;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.56);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 74% 14%, rgba(79, 255, 165, 0.16), transparent 18%),
    radial-gradient(circle at 18% 58%, rgba(30, 209, 104, 0.14), transparent 24%),
    radial-gradient(circle at 82% 44%, rgba(239, 180, 78, 0.12), transparent 22%),
    linear-gradient(180deg, #020303 0%, #050607 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

body::before {
  background-image:
    radial-gradient(circle at 10% 18%, rgba(255, 206, 108, 0.12) 0 1.4px, transparent 2px),
    radial-gradient(circle at 70% 14%, rgba(46, 209, 106, 0.1) 0 1.2px, transparent 1.8px),
    radial-gradient(circle at 38% 78%, rgba(255, 255, 255, 0.06) 0 1px, transparent 1.6px),
    radial-gradient(circle at 82% 74%, rgba(255, 174, 80, 0.09) 0 1.4px, transparent 1.8px);
  background-size: 200px 200px, 240px 240px, 180px 180px, 260px 260px;
  opacity: 0.55;
}

body::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 14%, transparent 86%, rgba(255, 255, 255, 0.03));
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1540px);
  margin: 0 auto;
  padding: 20px 18px 28px;
}

.comparison-panel,
.footer-banner {
  position: relative;
  background: linear-gradient(180deg, rgba(7, 8, 9, 0.98), rgba(6, 7, 8, 0.94));
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.hero-panel {
  position: relative;
  overflow: hidden;
  padding: 14px 18px 10px;
  background: linear-gradient(180deg, #050607 0%, #040506 62%, #030405 100%);
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 87% 26%, rgba(89, 251, 180, 0.13), transparent 16%),
    radial-gradient(circle at 83% 66%, rgba(255, 195, 82, 0.06), transparent 16%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.14), transparent 28%, transparent 72%, rgba(0, 0, 0, 0.22));
  pointer-events: none;
}

.topbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 4px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand__mark {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
}

.brand__mark-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.brand__copy {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  font-family: "League Spartan", "Arial Narrow", sans-serif;
  font-size: 1.42rem;
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: 0.02em;
}

.menu-button {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 34px;
  height: 28px;
  padding: 0;
  text-decoration: none;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.menu-button span {
  display: block;
  height: 3px;
  width: 100%;
  border-radius: 999px;
  background: #ffffff;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  align-items: end;
  gap: 0;
  min-height: 670px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 52px 0 28px 4px;
}

.hero-copy__eyebrow {
  margin: 0 0 16px;
  font-size: clamp(0.96rem, 1.15vw, 1.2rem);
  font-weight: 800;
  letter-spacing: 0.03em;
  color: var(--green);
}

.hero-copy__title {
  margin: 0;
  font-family: "League Spartan", "Arial Narrow", sans-serif;
  font-size: clamp(4.7rem, 8vw, 8rem);
  font-weight: 800;
  line-height: 0.84;
  letter-spacing: 0.01em;
}

.hero-copy__title span {
  display: block;
}

.hero-copy__title--accent {
  margin-top: 4px;
  color: var(--green);
}

.hero-copy__text {
  max-width: 18ch;
  margin: 18px 0 0;
  font-size: clamp(1.05rem, 1.5vw, 1.5rem);
  line-height: 1.25;
  color: var(--muted);
}

.store-stack {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
  width: min(100%, 284px);
  margin-top: 28px;
}

.store-stack__link,
.footer-banner__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-decoration: none;
}

.store-stack__link {
  width: 100%;
}

.store-stack__link img,
.footer-banner__link img {
  display: block;
  width: 100%;
  height: auto;
}

.store-stack__link[data-link="appStore"] img,
.footer-banner__link[data-link="appStore"] img {
  transform: scale(0.88);
  transform-origin: center;
}

.hero-visual {
  position: relative;
  min-height: 670px;
}

.hero-visual__planet {
  position: absolute;
  top: -355px;
  right: -40px;
  width: clamp(352px, 45vw, 810px);
  height: auto;
  filter: drop-shadow(-14px 0 34px rgba(102, 250, 198, 0.2)) drop-shadow(0 18px 30px rgba(0, 0, 0, 0.3));
}

.hero-visual__figure {
  position: absolute;
  left: 2px;
  top: 8px;
  bottom: auto;
  z-index: 2;
  width: clamp(320px, 31vw, 412px);
  height: auto;
  filter: drop-shadow(0 18px 42px rgba(0, 0, 0, 0.72));
}

.hero-visual__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-visual__stack {
  position: absolute;
  left: 266px;
  top: 168px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.hero-visual__meta {
  position: static;
  width: 156px;
}

.hero-visual__name {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-family: "League Spartan", "Arial Narrow", sans-serif;
  font-size: clamp(1.6rem, 2vw, 2.25rem);
  font-weight: 700;
}

.hero-visual__name span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 30px;
  padding: 0 8px;
  border-radius: 10px;
  border: 1px solid rgba(69, 233, 108, 0.58);
  color: var(--green);
  font-size: 1.15rem;
  line-height: 1;
}

.hero-visual__role {
  margin: 4px 0 0;
  font-size: clamp(0.95rem, 1.05vw, 1.15rem);
  color: var(--muted);
}

.hero-visual__phone {
  position: static;
  z-index: auto;
  width: clamp(196px, 21vw, 236px);
  height: auto;
  line-height: 0;
  filter: drop-shadow(0 28px 72px rgba(0, 0, 0, 0.6));
}

.hero-visual__phone img {
  display: block;
  width: 100%;
  height: auto;
}

.section-title {
  margin: 0 0 18px;
  text-align: center;
  font-family: "League Spartan", "Arial Narrow", sans-serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.section-title span {
  color: var(--green);
}

.comparison-panel {
  margin-top: 10px;
  padding: 18px 16px 14px;
}

.comparison-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.comparison-card {
  min-height: 262px;
  padding: 20px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(180deg, rgba(13, 15, 16, 0.95), rgba(8, 9, 10, 0.98));
}

.comparison-card h3 {
  margin: 0 0 18px;
  text-align: center;
  font-family: "League Spartan", "Arial Narrow", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #f3f4ef;
}

.comparison-card--accent h3 {
  color: var(--green);
}

.comparison-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.comparison-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 1.14rem;
  line-height: 1.28;
  color: rgba(245, 247, 242, 0.88);
}

.comparison-list__icon {
  position: relative;
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  margin-top: 1px;
  border-radius: 999px;
}

.comparison-list__icon::before,
.comparison-list__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
}

.comparison-list__icon--check {
  background: rgba(47, 195, 92, 0.24);
  border: 1px solid rgba(95, 240, 122, 0.38);
}

.comparison-list__icon--check::before {
  top: 4px;
  left: 6px;
  width: 5px;
  height: 10px;
  border-right: 2px solid var(--green-soft);
  border-bottom: 2px solid var(--green-soft);
  transform: rotate(45deg);
}

.comparison-list__icon--cross {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.comparison-list__icon--cross::before,
.comparison-list__icon--cross::after {
  width: 10px;
  height: 2px;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 999px;
}

.comparison-list__icon--cross::before {
  transform: rotate(45deg);
}

.comparison-list__icon--cross::after {
  transform: rotate(-45deg);
}

.comparison-card__text {
  margin: 18px 0 24px;
  font-size: 1.18rem;
  line-height: 1.45;
  color: rgba(243, 247, 238, 0.9);
}

.community-lead {
  display: flex;
  align-items: center;
  gap: 14px;
}

.community-lead__icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--green);
}

.community-lead__icon svg {
  width: 100%;
  height: 100%;
}

.community-lead__number {
  margin: 0;
  font-family: "League Spartan", "Arial Narrow", sans-serif;
  font-size: clamp(2.3rem, 3vw, 3rem);
  line-height: 0.95;
}

.community-lead__label {
  margin: 4px 0 0;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--green);
}

.community-avatars {
  display: flex;
  align-items: center;
  margin-top: auto;
}

.community-avatars .avatar + .avatar {
  margin-left: -10px;
}

.community-avatars__more {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-left: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(38, 209, 105, 0.96), rgba(28, 165, 82, 0.96));
  color: #0a130c;
  font-size: 1.2rem;
  font-weight: 800;
}

.comparison-grid__vs {
  position: absolute;
  left: 33.333%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 1px solid rgba(239, 180, 78, 0.56);
  background: radial-gradient(circle at 50% 35%, rgba(255, 222, 156, 0.18), rgba(15, 12, 8, 0.96));
  box-shadow: 0 0 24px rgba(239, 180, 78, 0.28);
  font-family: "League Spartan", "Arial Narrow", sans-serif;
  font-size: 1.8rem;
  color: var(--gold);
}

.testimonials-panel {
  margin-top: 18px;
  padding: 4px 8px 0;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.testimonial {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 12px 16px 0;
}

.testimonial + .testimonial {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.testimonial__quote {
  position: relative;
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.45;
  color: rgba(245, 246, 240, 0.95);
}

.testimonial__quote::before {
  content: "\201C";
  margin-right: 6px;
  color: var(--gold);
  font-size: 1.4em;
  line-height: 0;
  vertical-align: middle;
}

.testimonial__meta {
  margin: 14px 0 0;
  font-size: 1rem;
  line-height: 1.45;
  color: var(--gold);
}

.avatar {
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.18);
  background-color: #101214;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
}

.community-avatars .avatar {
  width: 38px;
  height: 38px;
  border-width: 1px;
  border-color: rgba(18, 23, 18, 0.92);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.34);
}

.avatar--community-1 {
  background-image: url("https://media.passportbros.community/uploads/photos/2024/02/da_bros_907efbaa34408181a00e3e7d5e870849_cropped.jpg");
  background-size: cover;
  background-position: center;
}

.avatar--community-2 {
  background-image: url("https://media.passportbros.community/uploads/photos/2024/05/da_bros_5cbfc8ebe6b851eef2f34d6cc16330a1_cropped.jpg");
  background-size: cover;
  background-position: center;
}

.avatar--community-3 {
  background-image: url("https://media.passportbros.community/uploads/photos/2026/05/da_bros_8e55f9b04d6c77b1e8f148c29012a8f9.jpeg");
  background-size: 160%;
  background-position: 52% 28%;
}

.avatar--community-4 {
  background-image: url("https://media.passportbros.community/uploads/photos/2026/05/da_bros_c9c89bffc6c0219549afc927445e120a.jpeg");
  background-size: 182%;
  background-position: 50% 42%;
}

.avatar--community-5 {
  background-image: url("https://media.passportbros.community/uploads/photos/2026/05/da_bros_b88a9f216228d08ea05b76ec05c01f53.jpeg");
  background-size: 245%;
  background-position: 18% 12%;
}

.avatar--jeffrey {
  background-image: url("assets/slides/slide-ask-anything.png");
  background-position: 50% 34%;
  background-size: 240%;
}

.avatar--marcus {
  background-image: url("assets/slides/slide-go-live-anywhere.png");
  background-position: 77% 48%;
  background-size: 225%;
}

.avatar--chris {
  background-image: url("assets/slides/slide-smarter-than-generic-ai.png");
  background-position: 26% 36%;
  background-size: 245%;
}

.avatar--raymond {
  background-image: url("assets/slides/slide-better-than-chatgpt.png");
  background-position: 24% 36%;
  background-size: 245%;
}

.avatar--dre {
  background-image: url("assets/slides/slide-watch-reels.png");
  background-position: 52% 51%;
  background-size: 240%;
}

.avatar--mike {
  background-image: url("assets/reviews/mike.png");
  background-position: 45% 42%;
  background-size: 105%;
}

.avatar--gavin {
  background-image: url("assets/reviews/gavin.png");
  background-position: 50% 32%;
  background-size: 105%;
}

.avatar--whoa-joe {
  background-image: url("assets/reviews/whoa-joe.png");
  background-position: 50% 31%;
  background-size: 105%;
}

.avatar--malcolm {
  background-image: url("assets/reviews/malcolm.png");
  background-position: 50% 38%;
  background-size: 105%;
}

.footer-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
  padding: 16px 20px;
}

.footer-banner__brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-banner__mark {
  width: 58px;
  height: 58px;
}

.footer-banner__copy h2 {
  margin: 0;
  font-family: "League Spartan", "Arial Narrow", sans-serif;
  font-size: clamp(2rem, 3vw, 2.95rem);
  font-weight: 700;
  line-height: 0.94;
}

.footer-banner__copy h2 span,
.footer-banner__copy p span {
  color: var(--green);
}

.footer-banner__copy p {
  margin: 6px 0 0;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(245, 246, 239, 0.74);
}

.footer-banner__actions {
  display: flex;
  gap: 16px;
  flex: 0 0 auto;
  width: min(100%, 616px);
}

.footer-banner__link {
  flex: 1 1 0;
  width: auto;
}

@media (max-width: 1180px) {
  .hero-panel {
    padding-inline: 18px;
  }

  .hero-grid {
    min-height: 640px;
  }

  .hero-visual__stack {
    left: 238px;
    top: 178px;
  }
}

@media (max-width: 980px) {
  .page-shell {
    padding-inline: 10px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    min-height: 620px;
  }

  .hero-copy__title {
    font-size: clamp(4rem, 6.6vw, 5.7rem);
  }

  .hero-copy__text {
    max-width: 17ch;
  }

  .hero-visual__figure {
    left: -4px;
    top: 16px;
    width: 304px;
  }

  .hero-visual__planet {
    top: 10px;
    right: -8px;
    width: 416px;
  }

  .hero-visual__stack {
    left: 208px;
    top: 186px;
  }

  .hero-visual__meta {
    width: 146px;
  }

  .hero-visual__phone {
    width: 198px;
  }

  .comparison-list li,
  .comparison-card__text,
  .testimonial__quote {
    font-size: 1rem;
  }

  .footer-banner {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-banner__actions {
    justify-content: stretch;
  }

  .footer-banner__link {
    flex: 1 1 0;
    width: auto;
  }
}

@media (max-width: 760px) {
  .page-shell {
    padding: 12px 10px 24px;
  }

  .hero-panel {
    padding: 10px 12px 8px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
    gap: 0;
    min-height: 582px;
  }

  .hero-copy {
    padding: 28px 0 12px;
  }

  .hero-copy__eyebrow {
    margin-bottom: 12px;
    font-size: 0.9rem;
  }

  .hero-copy__title {
    font-size: 3.95rem;
  }

  .hero-copy__text {
    max-width: 15ch;
    margin-top: 16px;
    font-size: 1rem;
  }

  .store-stack {
    width: min(100%, 282px);
    gap: 12px;
    margin-top: 22px;
  }

  .store-stack__link,
  .footer-banner__link {
    min-height: 0;
    padding: 0;
  }

  .hero-visual {
    min-height: 582px;
  }

  .hero-visual__planet {
    top: -56px;
    right: 8px;
    width: 362px;
  }

  .hero-visual__figure {
    left: -6px;
    top: 2px;
    bottom: auto;
    width: 302px;
  }

  .hero-visual__stack {
    left: 188px;
    top: 196px;
    gap: 8px;
  }

  .hero-visual__meta {
    display: block;
    width: 136px;
  }

  .hero-visual__name {
    font-size: 1.18rem;
  }

  .hero-visual__name span {
    min-width: 30px;
    height: 24px;
    font-size: 0.86rem;
  }

  .hero-visual__role {
    font-size: 0.8rem;
  }

  .hero-visual__phone {
    width: 154px;
  }

  .section-title {
    font-size: 1.75rem;
  }

  .comparison-panel {
    padding: 14px 10px 12px;
  }

  .comparison-grid {
    gap: 10px;
  }

  .comparison-card {
    min-height: 220px;
    padding: 14px 12px;
  }

  .comparison-card h3 {
    margin-bottom: 12px;
    font-size: 1.45rem;
  }

  .comparison-list {
    gap: 10px;
  }

  .comparison-list li,
  .comparison-card__text {
    font-size: 0.88rem;
  }

  .comparison-grid__vs {
    width: 42px;
    height: 42px;
    font-size: 1.35rem;
  }

  .community-lead {
    gap: 10px;
  }

  .community-lead__icon {
    width: 36px;
    height: 36px;
  }

  .community-lead__number {
    font-size: 1.9rem;
  }

  .community-lead__label {
    font-size: 0.72rem;
  }

  .community-avatars .avatar {
    width: 30px;
    height: 30px;
  }

  .community-avatars__more {
    width: 28px;
    height: 28px;
    margin-left: 8px;
    font-size: 1rem;
  }

  .testimonials-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .testimonial {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 10px 0;
  }

  .testimonial__quote,
  .testimonial__meta {
    font-size: 0.82rem;
  }

  .testimonial__meta {
    margin-top: 10px;
  }

  .avatar {
    width: 48px;
    height: 48px;
  }

  .footer-banner {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 16px;
    padding: 16px 12px;
  }

  .footer-banner__brand {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: start;
    column-gap: 12px;
  }

  .footer-banner__mark {
    width: 42px;
    height: 42px;
    align-self: start;
  }

  .footer-banner__copy {
    min-width: 0;
    display: grid;
    align-content: start;
    gap: 8px;
  }

  .footer-banner__copy h2 {
    font-size: 1.68rem;
    line-height: 0.95;
  }

  .footer-banner__copy p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.24;
  }

  .footer-banner__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
    max-width: 240px;
    justify-self: center;
    margin-top: 2px;
  }

  .footer-banner__link {
    width: 100%;
  }
}

@media (max-width: 540px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 0;
  }

  .hero-copy {
    padding: 24px 0 0;
  }

  .hero-copy__text {
    max-width: 18ch;
  }

  .store-stack {
    width: min(100%, 340px);
  }

  .hero-visual {
    min-height: 648px;
  }

  .hero-visual__planet {
    top: -34px;
    right: -2px;
    width: 324px;
  }

  .hero-visual__figure {
    left: -2px;
    top: 6px;
    bottom: auto;
    width: 318px;
  }

  .hero-visual__stack {
    left: 156px;
    top: 210px;
    gap: 8px;
  }

  .hero-visual__phone {
    width: 186px;
  }

  .comparison-grid {
    grid-template-columns: 1fr;
  }

  .comparison-card--muted {
    order: 1;
  }

  .comparison-grid__vs {
    order: 2;
  }

  .comparison-card--accent {
    order: 3;
  }

  .comparison-card--community {
    order: 4;
  }

  .comparison-grid__vs {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    display: grid;
    place-items: center;
    justify-self: center;
    z-index: 2;
    margin: -12px auto -6px;
  }

  .testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .testimonial {
    border-left: 0 !important;
    padding: 10px 8px 0;
  }

  .footer-banner {
    gap: 14px;
  }

  .footer-banner__brand {
    grid-template-columns: 36px minmax(0, 1fr);
    column-gap: 10px;
  }

  .footer-banner__mark {
    width: 36px;
    height: 36px;
  }

  .footer-banner__copy h2 {
    font-size: 1.42rem;
    line-height: 0.96;
  }

  .footer-banner__copy p {
    font-size: 0.76rem;
    line-height: 1.24;
  }

  .footer-banner__actions {
    width: 100%;
    max-width: 206px;
    margin-top: 4px;
    gap: 6px;
  }

  .footer-banner__link {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .brand__copy {
    font-size: 1.28rem;
  }

  .hero-copy__title {
    font-size: 3.4rem;
  }

  .hero-visual {
    min-height: 610px;
  }

  .hero-visual__planet {
    top: -20px;
    width: 290px;
    right: -10px;
  }

  .hero-visual__figure {
    left: -16px;
    top: 6px;
    width: 282px;
    height: auto;
  }

  .hero-visual__stack {
    left: 128px;
    top: 188px;
  }

  .hero-visual__name {
    font-size: 1.46rem;
  }

  .hero-visual__phone {
    width: 170px;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .testimonial {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .avatar {
    width: 62px;
    height: 62px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}