:root {
  --ink: #f8f7ff;
  --muted: #aaa6c3;
  --purple: #8b5cf6;
  --pink: #f45fa6;
  --coral: #ff6b7a;
  --panel: rgba(20, 16, 48, 0.72);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #080916;
  color: var(--ink);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

main {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 20%, rgba(116, 37, 163, 0.18), transparent 27%),
    radial-gradient(circle at 88% 20%, rgba(127, 46, 151, 0.2), transparent 30%),
    linear-gradient(135deg, #080916 0%, #0c0b20 50%, #130a21 100%);
}

main::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.22;
  background-image: radial-gradient(rgba(255, 255, 255, 0.6) 0.6px, transparent 0.6px);
  background-size: 24px 24px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}

.ambient {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.ambient-one {
  width: 420px;
  height: 220px;
  left: -120px;
  bottom: 4%;
  background: rgba(104, 49, 255, 0.18);
}

.ambient-two {
  width: 360px;
  height: 240px;
  right: -100px;
  top: 36%;
  background: rgba(255, 63, 145, 0.15);
}

.site-header {
  position: relative;
  z-index: 10;
  width: min(1380px, calc(100% - 96px));
  height: 96px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 25px;
  letter-spacing: -0.03em;
}

.brand-mark {
  position: relative;
  width: 34px;
  height: 34px;
  display: inline-block;
  transform: rotate(45deg);
}

.brand-mark span {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  background: linear-gradient(135deg, #7f5cff, #d85ed5);
  box-shadow: 0 0 20px rgba(140, 92, 246, 0.45);
}

.brand-mark span:first-child {
  top: 0;
  left: 0;
}

.brand-mark span:last-child {
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #a55cf6, #ff5c9d);
}

nav {
  display: flex;
  align-items: center;
  gap: 42px;
  color: #c5c1d5;
  font-size: 15px;
}

nav a {
  position: relative;
  padding: 11px 2px;
  transition: color 180ms ease;
}

nav a:hover,
nav a.active {
  color: #fff;
}

nav a.active::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--purple), var(--pink));
}

.hero {
  position: relative;
  z-index: 2;
  width: min(1380px, calc(100% - 96px));
  min-height: calc(100vh - 96px);
  margin: 0 auto;
  padding: 44px 0 96px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 52px;
}

.hero-copy {
  padding-bottom: 28px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 26px;
  color: #c0b8db;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, var(--purple), var(--pink));
}

h1 {
  margin: 0;
  color: #fbfaff;
  font-size: clamp(58px, 5.5vw, 86px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

h1 > span {
  color: transparent;
  background: linear-gradient(95deg, #845bff 0%, #cf5ede 52%, #ff6c7c 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.intro {
  max-width: 570px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-top: 34px;
}

.play-button {
  min-width: 226px;
  min-height: 74px;
  padding: 11px 22px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  border: 1px solid rgba(220, 211, 255, 0.65);
  border-radius: 17px;
  background: rgba(7, 8, 20, 0.66);
  box-shadow: inset 0 0 24px rgba(139, 92, 246, 0.07);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.play-button:hover {
  transform: translateY(-3px);
  border-color: #fff;
  box-shadow: 0 14px 44px rgba(116, 62, 208, 0.24);
}

.play-button small,
.play-button strong {
  display: block;
}

.play-button small {
  margin-bottom: 3px;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.play-button strong {
  font-size: 22px;
  letter-spacing: -0.02em;
}

.play-mark {
  position: relative;
  width: 39px;
  height: 43px;
  display: inline-block;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  overflow: hidden;
  background: #2ca6ff;
}

.play-mark i,
.play-mark b,
.play-mark em {
  position: absolute;
  display: block;
  transform: rotate(45deg);
}

.play-mark i {
  width: 32px;
  height: 32px;
  left: -16px;
  top: -10px;
  background: #31d274;
}

.play-mark b {
  width: 32px;
  height: 32px;
  left: -16px;
  bottom: -10px;
  background: #f04b53;
}

.play-mark em {
  width: 17px;
  height: 17px;
  right: -4px;
  top: 13px;
  background: #ffcd42;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  padding: 14px 0 10px;
  border-bottom: 1px solid rgba(153, 105, 255, 0.7);
  font-size: 16px;
  font-weight: 700;
  transition:
    gap 180ms ease,
    color 180ms ease;
}

.text-link:hover {
  gap: 23px;
  color: #d4c2ff;
}

.text-link span {
  font-size: 23px;
}

.trust-row {
  margin-top: 29px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #817d99;
  font-size: 12px;
}

.avatars {
  display: flex;
}

.avatars img {
  width: 29px;
  height: 29px;
  margin-left: -7px;
  border: 2px solid #111025;
  border-radius: 50%;
  object-fit: cover;
}

.avatars img:first-child {
  margin-left: 0;
}

.hero-gallery {
  position: relative;
  min-height: 680px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: 28px;
  perspective: 900px;
}

.hero-gallery::before {
  position: absolute;
  z-index: -2;
  width: 680px;
  height: 230px;
  right: -130px;
  bottom: 40px;
  content: "";
  border-radius: 50%;
  transform: rotate(-12deg);
  background:
    radial-gradient(ellipse, rgba(235, 69, 152, 0.18), transparent 67%),
    linear-gradient(175deg, transparent 44%, rgba(162, 73, 255, 0.45) 48%, transparent 53%);
  filter: blur(2px);
}

.orb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(55px);
}

.orb-one {
  width: 280px;
  height: 280px;
  left: 16%;
  top: 17%;
  background: rgba(114, 62, 225, 0.25);
}

.orb-two {
  width: 260px;
  height: 260px;
  right: 5%;
  bottom: 14%;
  background: rgba(241, 66, 139, 0.18);
}

.showcase-card {
  position: relative;
  padding-bottom: 46px;
  border-radius: 34px;
  transform-style: preserve-3d;
  animation: float 6s ease-in-out infinite;
  transition:
    transform 230ms ease,
    filter 230ms ease;
}

.showcase-card:hover {
  z-index: 3;
  transform: translateY(-9px) scale(1.025);
  filter: brightness(1.08);
}

.showcase-card img {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(240, 225, 255, 0.5);
  border-radius: 31px;
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.4),
    0 0 38px rgba(125, 72, 223, 0.2);
}

.showcase-card span {
  position: absolute;
  right: -9px;
  bottom: 0;
  left: -9px;
  height: 63px;
  padding-top: 30px;
  display: block;
  border: 1px solid rgba(208, 184, 255, 0.32);
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(178, 119, 255, 0.25), rgba(17, 10, 38, 0.72)),
    rgba(20, 14, 43, 0.88);
  box-shadow:
    0 17px 28px rgba(0, 0, 0, 0.38),
    inset 0 8px 17px rgba(255, 255, 255, 0.08);
  color: #f8f5ff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.showcase-2 {
  animation-delay: -1.5s;
}

.showcase-3 {
  animation-delay: -3s;
}

.showcase-4 {
  animation-delay: -4.5s;
}

.section-anchor {
  height: 1px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.apps-section,
.about-section,
.cta-section,
footer {
  position: relative;
  z-index: 2;
  width: min(1240px, calc(100% - 96px));
  margin-right: auto;
  margin-left: auto;
}

.apps-section {
  padding: 126px 0 110px;
}

.apps-section::before {
  position: absolute;
  z-index: -1;
  width: 580px;
  height: 580px;
  left: -420px;
  top: 260px;
  content: "";
  border-radius: 50%;
  background: rgba(123, 74, 241, 0.13);
  filter: blur(80px);
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}

.section-heading .eyebrow,
.about-copy .eyebrow {
  margin-bottom: 18px;
}

.section-heading h2,
.about-copy h2,
.cta-section h2 {
  margin: 0;
  color: #fbfaff;
  font-size: clamp(42px, 5vw, 67px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.055em;
}

.section-heading > p {
  max-width: 390px;
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.app-toolbar {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.filters button,
.empty-state button {
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid rgba(178, 162, 217, 0.17);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: #a9a5ba;
  cursor: pointer;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.filters button:hover,
.filters button.selected {
  border-color: rgba(158, 111, 255, 0.65);
  background: linear-gradient(135deg, rgba(125, 83, 235, 0.26), rgba(241, 86, 161, 0.13));
  color: #fff;
}

.search-box {
  width: 270px;
  height: 46px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(178, 162, 217, 0.19);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.035);
  color: #9b96ad;
}

.search-box > span:first-child {
  font-size: 22px;
  transform: rotate(-20deg);
}

.search-box input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
}

.search-box input::placeholder {
  color: #767286;
}

.results-count {
  margin: 20px 2px 0;
  color: #777389;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.results-count strong {
  color: #d8d1ec;
}

.apps-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.app-card {
  position: relative;
  min-height: 244px;
  padding: 22px;
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 25px;
  overflow: hidden;
  border: 1px solid rgba(181, 165, 218, 0.13);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(13, 12, 31, 0.76);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.18);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.app-card[hidden] {
  display: none;
}

.app-card:hover {
  transform: translateY(-6px);
  border-color: rgba(156, 111, 255, 0.42);
  background:
    linear-gradient(135deg, rgba(139, 92, 246, 0.11), rgba(244, 95, 166, 0.035)),
    rgba(14, 13, 34, 0.9);
}

.card-glow {
  position: absolute;
  width: 180px;
  height: 180px;
  left: 30px;
  bottom: -120px;
  border-radius: 50%;
  background: rgba(125, 73, 235, 0.28);
  filter: blur(40px);
}

.app-icon-wrap {
  position: relative;
  align-self: center;
}

.app-icon-wrap img {
  position: relative;
  z-index: 1;
  width: 190px;
  height: 190px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 27px;
  object-fit: cover;
  box-shadow: 0 16px 37px rgba(0, 0, 0, 0.35);
}

.app-number {
  position: absolute;
  z-index: 2;
  right: 9px;
  bottom: 9px;
  min-width: 33px;
  height: 25px;
  padding: 0 7px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(8, 8, 20, 0.76);
  backdrop-filter: blur(10px);
  color: #cbc4e3;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.app-details {
  min-width: 0;
  align-self: center;
}

.app-type {
  color: #ae90ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.app-details h3 {
  margin: 10px 0 8px;
  font-size: 21px;
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.app-details p {
  margin: 0;
  color: #918da4;
  font-size: 13px;
  line-height: 1.65;
}

.app-details a {
  margin-top: 17px;
  display: inline-flex;
  gap: 8px;
  color: #e4dcff;
  font-size: 12px;
  font-weight: 700;
}

.app-details a span {
  color: #c36bd8;
  transition: transform 180ms ease;
}

.app-details a:hover span {
  transform: translate(2px, -2px);
}

.empty-state {
  margin-top: 29px;
  padding: 70px 24px;
  border: 1px solid rgba(181, 165, 218, 0.13);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.025);
  text-align: center;
}

.empty-state strong {
  font-size: 22px;
}

.empty-state p {
  color: var(--muted);
}

.empty-state button {
  cursor: pointer;
  color: #fff;
}

.about-section {
  min-height: 650px;
  padding: 100px 80px;
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  align-items: center;
  gap: 70px;
  overflow: hidden;
  border: 1px solid rgba(181, 165, 218, 0.15);
  border-radius: 46px;
  background:
    radial-gradient(circle at 76% 46%, rgba(112, 55, 211, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(24, 20, 54, 0.84), rgba(12, 11, 29, 0.92));
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.22);
}

.about-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.about-points {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.about-points span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 11px;
  color: #c8c2d8;
  font-size: 11px;
}

.about-points span::before {
  margin-right: 7px;
  content: "✦";
  color: #bb73ee;
}

.about-mosaic {
  position: relative;
  min-height: 430px;
}

.about-mosaic img {
  position: absolute;
  width: 145px;
  height: 145px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 28px;
  object-fit: cover;
  box-shadow: 0 19px 45px rgba(0, 0, 0, 0.36);
}

.about-mosaic img:nth-child(1) {
  left: 50%;
  top: 0;
  transform: translateX(-50%) rotate(4deg);
}

.about-mosaic img:nth-child(2) {
  left: 3%;
  top: 95px;
  transform: rotate(-8deg);
}

.about-mosaic img:nth-child(3) {
  right: 2%;
  top: 100px;
  transform: rotate(8deg);
}

.about-mosaic img:nth-child(4) {
  left: 16%;
  bottom: 5px;
  transform: rotate(5deg);
}

.about-mosaic img:nth-child(5) {
  right: 15%;
  bottom: 0;
  transform: rotate(-5deg);
}

.mosaic-center {
  position: absolute;
  z-index: 3;
  width: 126px;
  height: 126px;
  left: 50%;
  top: 50%;
  display: grid;
  place-content: center;
  border: 1px solid rgba(232, 217, 255, 0.38);
  border-radius: 50%;
  transform: translate(-50%, -34%);
  background: rgba(16, 12, 37, 0.88);
  box-shadow:
    0 0 0 12px rgba(133, 78, 231, 0.09),
    0 22px 48px rgba(0, 0, 0, 0.38);
  text-align: center;
}

.mosaic-center strong {
  font-size: 23px;
  letter-spacing: -0.04em;
}

.mosaic-center small {
  color: #b89ff3;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.cta-section {
  min-height: 350px;
  margin-top: 110px;
  padding: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  overflow: hidden;
  border: 1px solid rgba(218, 199, 255, 0.18);
  border-radius: 42px;
  background:
    linear-gradient(110deg, rgba(98, 55, 209, 0.22), rgba(233, 70, 145, 0.12)),
    #100d27;
}

.cta-section::after {
  position: absolute;
  width: 640px;
  height: 180px;
  right: -140px;
  bottom: -110px;
  content: "";
  border-radius: 50%;
  border: 2px solid rgba(208, 83, 178, 0.38);
  transform: rotate(-12deg);
  box-shadow:
    0 0 0 20px rgba(135, 69, 236, 0.07),
    0 0 60px rgba(237, 72, 150, 0.24);
}

.cta-section > div:not(.cta-orb) {
  position: relative;
  z-index: 2;
}

.cta-section p {
  margin: 0 0 13px;
  color: #baafd2;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cta-section h2 {
  max-width: 650px;
  font-size: clamp(38px, 4.5vw, 59px);
}

.cta-section > a {
  position: relative;
  z-index: 2;
  min-width: 218px;
  min-height: 72px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.57);
  border-radius: 17px;
  background: rgba(7, 7, 18, 0.65);
  transition: transform 180ms ease;
}

.cta-section > a:hover {
  transform: translateY(-4px);
}

.cta-section > a small,
.cta-section > a strong {
  display: block;
}

.cta-section > a small {
  font-size: 9px;
  letter-spacing: 0.12em;
}

.cta-section > a strong {
  margin-top: 2px;
  font-size: 19px;
}

footer {
  min-height: 190px;
  padding: 70px 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  color: #79758b;
  font-size: 12px;
}

footer .footer-brand {
  color: #e6e1f2;
  font-size: 19px;
}

footer .brand-mark {
  width: 27px;
  height: 27px;
  transform: rotate(45deg) scale(0.78);
}

footer p {
  margin: 0;
}

footer > a:last-child {
  justify-self: end;
  color: #aaa5b8;
  transition: color 180ms ease;
}

footer > a:last-child:hover {
  color: #fff;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@media (max-width: 1050px) {
  .site-header,
  .hero {
    width: min(100% - 48px, 900px);
  }

  .hero {
    padding-top: 38px;
    grid-template-columns: 1fr;
  }

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

  .hero-gallery {
    min-height: auto;
  }

  .apps-section,
  .about-section,
  .cta-section,
  footer {
    width: min(100% - 48px, 900px);
  }

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

  .about-section {
    padding: 70px 50px;
    grid-template-columns: 1fr;
  }

  .cta-section {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .site-header,
  .hero {
    width: calc(100% - 34px);
  }

  .site-header {
    height: 78px;
  }

  .brand {
    font-size: 20px;
  }

  nav {
    gap: 16px;
    font-size: 13px;
  }

  nav a:last-child {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 52px 0 74px;
  }

  .eyebrow {
    font-size: 9px;
  }

  h1 {
    font-size: clamp(47px, 14vw, 67px);
  }

  .intro {
    font-size: 16px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .hero-gallery {
    gap: 14px;
  }

  .showcase-card {
    padding-bottom: 34px;
    border-radius: 24px;
  }

  .showcase-card img {
    border-radius: 22px;
  }

  .showcase-card span {
    height: 48px;
    padding-top: 23px;
    font-size: 12px;
  }

  .apps-section,
  .about-section,
  .cta-section,
  footer {
    width: calc(100% - 34px);
  }

  .apps-section {
    padding: 90px 0 70px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .section-heading h2,
  .about-copy h2 {
    font-size: 42px;
  }

  .app-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .search-box {
    width: 100%;
  }

  .app-card {
    min-height: 0;
    grid-template-columns: 105px 1fr;
    gap: 17px;
    padding: 16px;
    border-radius: 22px;
  }

  .app-icon-wrap img {
    width: 105px;
    height: 105px;
    border-radius: 19px;
  }

  .app-number {
    display: none;
  }

  .app-details h3 {
    margin-top: 6px;
    font-size: 16px;
  }

  .app-details p {
    display: none;
  }

  .app-details a {
    margin-top: 10px;
    font-size: 10px;
  }

  .about-section {
    min-height: auto;
    padding: 58px 25px;
    gap: 50px;
    border-radius: 30px;
  }

  .about-copy > p:not(.eyebrow) {
    font-size: 15px;
  }

  .about-mosaic {
    min-height: 300px;
  }

  .about-mosaic img {
    width: 95px;
    height: 95px;
    border-radius: 20px;
  }

  .mosaic-center {
    width: 94px;
    height: 94px;
  }

  .cta-section {
    min-height: auto;
    margin-top: 70px;
    padding: 54px 25px;
    border-radius: 30px;
  }

  .cta-section h2 {
    font-size: 39px;
  }

  footer {
    min-height: 250px;
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 60px 0;
  }

  footer > a:last-child {
    justify-self: start;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
