:root {
  --uf-bg: #000000;
  --uf-surface: #151515;
  --uf-card: #202020;
  --uf-text: #e6e1e6;
  --uf-white: #ffffff;
  --uf-blue: #2088f0;
  --uf-blue-deep: #1b6ab1;
  --uf-blue-light: #7dc2ff;
  --uf-green: #5bdc6d;
  --uf-radius: 30px;
  --uf-shell: 1180px;
}

/* ---------------------------------------------------------
   BASE
   --------------------------------------------------------- */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.uf-landing-body {
  margin: 0;
  background: var(--uf-bg);
  color: var(--uf-text);
  font-family: "Saira", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  overflow-x: clip;
}

body.uf-landing-body img {
  display: block;
  max-width: 100%;
  height: auto;
}

body.uf-landing-body a {
  color: inherit;
}

body.uf-landing-body button,
body.uf-landing-body a {
  -webkit-tap-highlight-color: transparent;
}

.uf-landing {
  background: var(--uf-bg);
}

.uf-shell {
  width: min(calc(100% - 32px), var(--uf-shell));
  margin-inline: auto;
}

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

.uf-mobile-only {
  display: block;
}

.uf-desktop-only {
  display: none;
}

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

.uf-gradient-text {
  background: linear-gradient(90deg, #4199e8 0%, #7dc2ff 68%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.uf-talent {
  color: var(--uf-green);
}

.uf-legend {
  background: linear-gradient(90deg, #a7a7a7 17%, #fff7bc 77%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

:focus-visible {
  outline: 3px solid var(--uf-blue-light);
  outline-offset: 4px;
}

/* ---------------------------------------------------------
   SKIP LINK
   --------------------------------------------------------- */

.uf-skip-link {
  position: fixed;
  top: 12px;
  left: 16px;
  z-index: 9999;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 8px;
  background: #ffffff;
  color: #000000 !important;
  font-weight: 700;
}

.uf-skip-link:focus {
  transform: none;
}

/* ---------------------------------------------------------
   HEADER - lasciato compatibile con header-landing.php
   --------------------------------------------------------- */

.uf-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  padding: 14px 0;
}

.uf-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.uf-header__brand {
  display: inline-flex;
  align-items: center;
  min-width: 47px;
}

.uf-header__brand img {
  width: 47px;
  height: 36px;
  object-fit: contain;
}

.uf-header__desktop-stores {
  display: none;
}

.uf-download-trigger {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 11px 18px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font: 700 15px/1 "Saira", sans-serif;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  cursor: pointer;
}

body.admin-bar .uf-header {
  top: 46px;
}

/* ---------------------------------------------------------
   DOWNLOAD DIALOG - lasciato compatibile con header-landing.php
   --------------------------------------------------------- */

.uf-download-dialog {
  width: min(90vw, 390px);
  border: 0;
  padding: 0;
  background: transparent;
  color: #ffffff;
}

.uf-download-dialog::backdrop {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.uf-download-dialog__glass {
  position: relative;
  padding: 34px 24px 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(39, 39, 39, 0.88), rgba(10, 10, 10, 0.76));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  text-align: center;
}

.uf-download-dialog__logo {
  width: 66px;
  margin: 0 auto 18px;
}

.uf-download-dialog h2 {
  margin: 0;
  color: #ffffff;
  font: 700 32px/1.05 "Saira Condensed", sans-serif;
}

.uf-download-dialog p {
  max-width: 290px;
  margin: 12px auto 22px;
}

.uf-download-dialog__stores {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.uf-dialog-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

/* ---------------------------------------------------------
   STORE BUTTONS
   --------------------------------------------------------- */

.uf-store-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.uf-store-link {
  display: inline-flex;
  flex: 0 0 auto;
  border-radius: 8px;
}

.uf-store-link img {
  width: auto;
  height: 35px;
}

/* ---------------------------------------------------------
   TITOLI SEZIONE
   --------------------------------------------------------- */

.uf-section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 0 0 50px;
  text-align: center;
}

.uf-section-heading h2 {
  margin: 0;
  color: var(--uf-white);
  font-family: "Saira Condensed", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.4px;
}

.uf-section-heading h2 > span {
  display: block;
}

.uf-section-heading__bar {
  display: block;
  width: 101px;
  height: 11px;
  flex: 0 0 auto;
  background: var(--uf-blue);
}

.uf-section-heading--compact {
  margin-bottom: 50px;
}

/* ---------------------------------------------------------
   HERO
   --------------------------------------------------------- */

.uf-hero {
  position: relative;
  padding: 147px 0 80px;
  isolation: isolate;
}

.uf-hero__glow {
  position: absolute;
  top: -105px;
  left: 50%;
  z-index: -1;
  width: 420px;
  height: 470px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: radial-gradient(
    ellipse at center,
    rgba(122, 189, 255, 0.42) 0%,
    rgba(61, 108, 155, 0.3) 38%,
    rgba(0, 27, 55, 0) 72%
  );
  filter: blur(46px);
  pointer-events: none;
}

.uf-hero__inner {
  text-align: center;
}

.uf-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.uf-wordmark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(310px, 100%);
  min-height: 83px;
  gap: 16px;
  margin: 0 auto 39px;
}

.uf-wordmark__mark {
  width: 108px;
  flex: 0 0 auto;
}

.uf-wordmark__text {
  display: grid;
  width: 182px;
  gap: 7px;
}

.uf-wordmark__text img {
  width: 100%;
}

.uf-hero h1 {
  max-width: 325px;
  margin: 0;
  color: var(--uf-white);
  font-family: "Saira Condensed", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.4px;
}

.uf-hero__subtitle {
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.08px;
}

.uf-hero__visual {
  width: min(343px, 100%);
  margin: 39px auto 0;
}

.uf-hero__visual img {
  width: 100%;
  height: auto;
}

.uf-hero__stores-mobile {
  margin-top: 16px;
}

/* ---------------------------------------------------------
   INTRO
   --------------------------------------------------------- */

.uf-intro {
  padding: 80px 0;
}

.uf-intro__inner {
  display: grid;
  grid-template-areas:
    "lead"
    "visual"
    "bottom";
  justify-items: center;
}

.uf-intro__lead {
  grid-area: lead;
  width: min(325px, 100%);
  margin: 0;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1px;
}

.uf-intro__lead strong {
  display: block;
}

.uf-intro__visual {
  position: relative;
  grid-area: visual;
  display: grid;
  width: min(343px, 100%);
  min-height: 330px;
  place-items: center;
  margin-top: 40px;
  isolation: isolate;
}

.uf-intro__glow {
  position: absolute;
  z-index: -1;
  width: 230px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(
    ellipse at center,
    rgba(91, 220, 109, 0.55) 0%,
    rgba(32, 136, 240, 0.42) 45%,
    transparent 72%
  );
  filter: blur(55px);
  pointer-events: none;
}

.uf-intro__visual img {
  width: 100%;
  height: auto;
}

.uf-intro__bottom {
  grid-area: bottom;
  width: min(319px, 100%);
  margin-top: 40px;
  text-align: center;
}

.uf-intro__bottom p {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.09px;
}

.uf-intro__bottom .uf-store-buttons {
  margin-top: 30px;
}

/* ---------------------------------------------------------
   3 MOTIVI
   --------------------------------------------------------- */

.uf-reasons {
  padding: 80px 0;
}

.uf-reasons__list {
  display: grid;
  gap: 72px;
}

.uf-reason {
  display: grid;
  grid-template-areas:
    "title"
    "visual"
    "body";
  justify-items: center;
  text-align: center;
}

.uf-reason__title {
  grid-area: title;
  width: 100%;
  margin: 0 0 10px;
  color: #2087ee;
  font-family: "Saira Condensed", sans-serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.69px;
}

.uf-reason__visual {
  position: relative;
  grid-area: visual;
  display: grid;
  width: 100%;
  min-height: 380px;
  place-items: center;
  isolation: isolate;
}

.uf-reason__visual img {
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
}

.uf-reason--evolution .uf-reason__visual img {
  width: min(240px, 75%);
  max-height: 421px;
}

.uf-reason--strategy .uf-reason__visual img {
  width: min(209px, 68%);
  max-height: 314px;
}

.uf-reason--fun .uf-reason__visual img {
  width: min(211px, 68%);
  max-height: 353px;
}

.uf-orb {
  position: absolute;
  z-index: 0;
  width: 229px;
  height: 405px;
  border-radius: 50%;
  background: radial-gradient(
    ellipse at center,
    rgba(4, 80, 149, 0.72) 0%,
    rgba(15, 70, 121, 0.28) 44%,
    rgba(15, 70, 121, 0) 72%
  );
  filter: blur(44px);
  pointer-events: none;
}

.uf-reason__body {
  grid-area: body;
  width: min(250px, 100%);
}

.uf-reason__body p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.08px;
}

.uf-reason__body .uf-store-buttons {
  margin-top: 29px;
}

/* ---------------------------------------------------------
   COME SI GIOCA / CAROUSEL
   --------------------------------------------------------- */

.uf-how {
  padding: 80px 0;
}

.uf-carousel-wrap {
  position: relative;
}

.uf-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(304px, calc(100vw - 48px));
  gap: 24px;
  margin: 0 -16px;
  padding: 0 20px 10px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  list-style: none;
}

.uf-carousel::-webkit-scrollbar {
  display: none;
}

.uf-game-card {
  position: relative;
  display: flex;
  min-height: 652px;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
  border-radius: var(--uf-radius);
  background: var(--uf-card);
  scroll-snap-align: center;
  isolation: isolate;
}

.uf-game-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -110px;
  left: 50%;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #208df0, #0f4679);
  filter: blur(80px);
  opacity: 0.55;
  pointer-events: none;
}

.uf-game-card__copy {
  padding: 33px 16px 20px;
  text-align: center;
}

.uf-game-card__copy h3 {
  margin: 0 0 16px;
  color: #ffffff;
  font-family: "Saira Condensed", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.4px;
}

.uf-game-card__copy p {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.08px;
}

.uf-game-card__image {
  width: calc(100% - 24px);
  max-width: 100%;
  max-height: 470px;
  margin: auto auto 0;
  object-fit: contain;
  object-position: center bottom;
}

/* Micro-regolazioni dimensionali, senza crop e senza position:absolute. */
.uf-game-card__image--squad {
  width: 100%;
}

.uf-game-card__image--league {
  width: 100%;
}

.uf-game-card__image--packs {
  width: 100%;
}

.uf-game-card__image--formation {
  width: 86%;
}

.uf-game-card__image--boost {
  width: 76%;
}

.uf-carousel-btn {
  display: none;
}

.uf-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin: 24px 0 0;
}

.uf-carousel-dot {
  width: 28px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: #343434;
  cursor: pointer;
}

.uf-carousel-dot.is-active {
  background: var(--uf-blue);
}

.uf-how__stores {
  margin-top: 34px;
}

/* ---------------------------------------------------------
   L'EVOLUZIONE DEL FANTA
   --------------------------------------------------------- */

.uf-evolution {
  padding: 80px 0;
}

.uf-evolution__inner {
  display: grid;
  justify-items: center;
  text-align: center;
}

.uf-evolution__copy {
  width: 100%;
}

.uf-evolution__text {
  width: min(324px, 100%);
  margin-inline: auto;
}

.uf-evolution__text p {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.08px;
}

.uf-evolution__visual {
  width: min(279px, 90%);
  margin-top: 12px;
}

.uf-evolution__visual img {
  width: 100%;
}

.uf-evolution__stores {
  margin-top: 34px;
}

/* ---------------------------------------------------------
   CHI SIAMO
   --------------------------------------------------------- */

.uf-about {
  padding: 80px 0;
}

.uf-about__inner {
  display: grid;
  justify-items: center;
  text-align: center;
}

.uf-about__copy {
  width: 100%;
}

.uf-poligonia-wordmark {
  margin: 0 0 22px;
  color: #ffffff;
  font-family: "Saira Condensed", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
}

.uf-about__text {
  width: min(280px, 100%);
  margin: 0 auto;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.08px;
}

.uf-about__visual {
  width: min(187px, 70%);
  margin-top: 50px;
}

.uf-about__visual img {
  width: 100%;
}

/* ---------------------------------------------------------
   FINALE
   --------------------------------------------------------- */

.uf-final {
  padding: 80px 0 96px;
}

.uf-final__inner {
  max-width: 620px;
  text-align: center;
}

.uf-final__text {
  width: min(325px, 100%);
  margin-inline: auto;
}

.uf-final__text p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.08px;
}

/* ---------------------------------------------------------
   FOOTER - lasciato compatibile con footer-landing.php
   --------------------------------------------------------- */

.uf-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #0a0a0a;
}

.uf-footer__inner {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.uf-footer p {
  margin: 0;
  color: #9f9f9f;
  font-size: 14px;
}

/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (min-width: 768px) {
  .uf-shell {
    width: min(calc(100% - 64px), var(--uf-shell));
  }

  body.admin-bar .uf-header {
    top: 32px;
  }

  .uf-header {
    padding: 20px 0;
  }

  .uf-header__brand img {
    width: 58px;
    height: 44px;
  }

  .uf-download-trigger {
    display: none;
  }

  .uf-header__desktop-stores {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .uf-mobile-only {
    display: none;
  }

  .uf-desktop-only {
    display: block;
  }

  .uf-hero {
    padding-top: 155px;
  }

  .uf-wordmark {
    width: 360px;
  }

  .uf-hero h1,
  .uf-section-heading h2 {
    font-size: 40px;
    line-height: 42px;
  }

  .uf-hero__subtitle {
    font-size: 18px;
    line-height: 24px;
  }

  .uf-hero__visual {
    width: min(560px, 82vw);
  }

  .uf-intro__lead {
    width: min(540px, 100%);
    font-size: 24px;
    line-height: 30px;
  }

  .uf-intro__visual {
    width: min(520px, 82vw);
    min-height: 420px;
  }

  .uf-intro__bottom {
    width: min(520px, 100%);
  }

  .uf-reason__title {
    font-size: 68px;
  }

  .uf-reason__body {
    width: min(420px, 100%);
  }

  .uf-reason__body p {
    font-size: 18px;
    line-height: 25px;
  }

  .uf-carousel {
    grid-auto-columns: minmax(340px, 390px);
    margin-inline: 0;
    padding-inline: 0;
  }

  .uf-game-card {
    min-height: 680px;
  }

  .uf-evolution__text,
  .uf-about__text,
  .uf-final__text {
    width: min(560px, 100%);
  }

  .uf-evolution__text p,
  .uf-about__text,
  .uf-final__text p {
    font-size: 18px;
    line-height: 26px;
  }
}

/* ---------------------------------------------------------
   DESKTOP
   --------------------------------------------------------- */

@media (min-width: 1024px) {
  .uf-hero {
    min-height: 800px;
    padding: 150px 0 90px;
  }

  .uf-hero__inner {
    display: grid;
    grid-template-columns: minmax(360px, 0.85fr) minmax(0, 1.15fr);
    grid-template-areas: "copy visual";
    align-items: center;
    gap: 60px;
    text-align: left;
  }

  .uf-hero__copy {
    grid-area: copy;
    align-items: flex-start;
  }

  .uf-wordmark {
    justify-content: flex-start;
    margin-inline: 0;
  }

  .uf-hero h1 {
    max-width: 520px;
    font-size: clamp(52px, 5vw, 72px);
    line-height: 0.96;
    letter-spacing: -1px;
  }

  .uf-hero__subtitle {
    font-size: 21px;
    line-height: 29px;
  }

  .uf-hero__stores {
    margin-top: 34px;
  }

  .uf-hero__stores .uf-store-buttons {
    justify-content: flex-start;
  }

  .uf-hero__visual {
    grid-area: visual;
    width: 100%;
    margin: 0;
  }

  .uf-hero__visual img {
    width: min(100%, 680px);
    margin-inline: auto;
  }

  .uf-hero__glow {
    top: -90px;
    left: 67%;
    width: 760px;
    height: 620px;
  }

  .uf-intro {
    padding: 120px 0;
  }

  .uf-intro__inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
    grid-template-areas:
      "lead visual"
      "bottom visual";
    align-items: center;
    justify-items: start;
    gap: 32px 80px;
  }

  .uf-intro__lead,
  .uf-intro__bottom {
    width: 100%;
    text-align: left;
  }

  .uf-intro__lead {
    align-self: end;
    font-size: 28px;
    line-height: 34px;
  }

  .uf-intro__lead strong {
    display: inline;
  }

  .uf-intro__visual {
    width: 100%;
    min-height: 560px;
    margin: 0;
  }

  .uf-intro__visual img {
    width: min(100%, 560px);
  }

  .uf-intro__bottom {
    align-self: start;
    margin-top: 0;
  }

  .uf-intro__bottom p {
    font-size: 19px;
    line-height: 27px;
  }

  .uf-intro__bottom .uf-store-buttons {
    justify-content: flex-start;
  }

  .uf-reasons {
    padding: 120px 0;
  }

  .uf-section-heading {
    margin-bottom: 80px;
  }

  .uf-section-heading h2 {
    font-size: 46px;
    line-height: 48px;
  }

  .uf-reasons__list {
    gap: 110px;
  }

  .uf-reason {
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    grid-template-areas:
      "title visual"
      "body visual";
    align-items: center;
    justify-items: start;
    gap: 24px 80px;
    min-height: 560px;
    text-align: left;
  }

  .uf-reason--strategy {
    grid-template-columns: minmax(420px, 1.1fr) minmax(0, 0.9fr);
    grid-template-areas:
      "visual title"
      "visual body";
  }

  .uf-reason__title {
    align-self: end;
    margin: 0;
    font-size: clamp(76px, 7vw, 108px);
    line-height: 0.85;
  }

  .uf-reason__visual {
    width: 100%;
    min-height: 560px;
  }

  .uf-reason--evolution .uf-reason__visual img {
    width: min(330px, 72%);
    max-height: none;
  }

  .uf-reason--strategy .uf-reason__visual img {
    width: min(310px, 68%);
    max-height: none;
  }

  .uf-reason--fun .uf-reason__visual img {
    width: min(320px, 68%);
    max-height: none;
  }

  .uf-reason__body {
    align-self: start;
    width: min(480px, 100%);
  }

  .uf-reason__body p {
    font-size: 18px;
    line-height: 28px;
  }

  .uf-reason__body .uf-store-buttons {
    justify-content: flex-start;
  }

  .uf-how {
    padding: 120px 0;
  }

  .uf-carousel-wrap {
    padding-inline: 58px;
  }

  .uf-carousel {
    grid-auto-columns: minmax(340px, 390px);
    gap: 24px;
    padding-bottom: 14px;
  }

  .uf-game-card {
    min-height: 700px;
  }

  .uf-carousel-btn {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    transform: translateY(-50%);
    background: rgba(23, 23, 23, 0.9);
    color: #ffffff;
    font-size: 22px;
    cursor: pointer;
  }

  .uf-carousel-btn:disabled {
    opacity: 0.25;
    cursor: default;
  }

  .uf-carousel-btn--prev {
    left: 0;
  }

  .uf-carousel-btn--next {
    right: 0;
  }

  .uf-evolution {
    padding: 120px 0;
  }

  .uf-evolution__inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    grid-template-areas:
      "copy visual"
      "stores visual";
    align-items: center;
    justify-items: start;
    gap: 0 80px;
    text-align: left;
  }

  .uf-evolution__copy {
    grid-area: copy;
  }

  .uf-evolution .uf-section-heading {
    align-items: flex-start;
    text-align: left;
  }

  .uf-evolution__text {
    width: min(600px, 100%);
    margin: 0;
  }

  .uf-evolution__text p {
    font-size: 19px;
    line-height: 29px;
  }

  .uf-evolution__visual {
    grid-area: visual;
    width: min(440px, 100%);
    margin: 0 auto;
  }

  .uf-evolution__stores {
    grid-area: stores;
    margin-top: 32px;
  }

  .uf-evolution__stores .uf-store-buttons {
    justify-content: flex-start;
  }

  .uf-about {
    padding: 120px 0;
  }

  .uf-about__inner {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
    align-items: center;
    justify-items: start;
    gap: 90px;
    text-align: left;
  }

  .uf-about .uf-section-heading {
    align-items: flex-start;
    text-align: left;
  }

  .uf-poligonia-wordmark {
    font-size: 38px;
  }

  .uf-about__text {
    width: min(600px, 100%);
    margin: 0;
    font-size: 19px;
    line-height: 29px;
  }

  .uf-about__visual {
    width: min(300px, 80%);
    margin: 0 auto;
  }

  .uf-final {
    padding: 120px 0;
  }

  .uf-final__inner {
    max-width: 760px;
  }

  .uf-final__text {
    width: min(680px, 100%);
  }

  .uf-final__text p {
    font-size: 19px;
    line-height: 29px;
  }
}

@media (min-width: 1200px) {
  .uf-carousel {
    grid-auto-columns: calc((100% - 48px) / 3);
  }
}

/* ---------------------------------------------------------
   REDUCED MOTION
   --------------------------------------------------------- */

@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;
    scroll-behavior: auto !important;
  }
}
