h3.alcim {
  margin: 20px auto;
  max-width: 60%;
}

html {
  scroll-behavior: smooth;
}

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

body.landing #banner.a25-hero {
  position: relative;
  justify-content: flex-start;
  text-align: left;
  height: auto;
  min-height: 0;
  padding: 0;
}

body.landing #banner.a25-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.62),
    rgba(0, 0, 0, 0.42) 45%,
    rgba(0, 0, 0, 0.68)
  );
  pointer-events: none;
  z-index: 0;
}

#banner.a25-hero:after {
  display: none;
}

#banner.a25-hero h2 {
  transform: none;
  transition: none;
  opacity: 1;
  padding: 0;
  position: static;
}

#banner.a25-hero h2:before,
#banner.a25-hero h2:after {
  display: none;
  content: none;
}

#banner.a25-hero .a25-hero-inner {
  position: relative;
  z-index: 1;
  width: min(64rem, 92%);
  margin: 0 auto;
  padding: clamp(4.75rem, 7vh, 6rem) 0 1.75rem;
  display: flex;
  flex-direction: column;
  gap: clamp(0.9rem, 2.2vh, 1.35rem);
  align-items: stretch;
}

@media screen and (max-width: 980px) {
  #banner.a25-hero .a25-hero-inner {
    padding: 5.25rem 0 1.5rem;
  }
}

@media screen and (max-width: 736px) {
  #banner.a25-hero .a25-hero-inner {
    width: min(40rem, 92%);
    padding: 5.25rem 0 1.25rem;
    gap: 1rem;
  }
}

#banner.a25-hero .a25-hero-brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

#banner.a25-hero .a25-hero-brand-logo {
  display: block;
  width: clamp(100px, 20vw, 400px);
  height: auto;
}

#banner.a25-hero .a25-hero-brand-title {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: clamp(1.25rem, 2.1vw, 1.75rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: none;
  color: rgba(255, 255, 255, 0.95);
}

#banner.a25-hero .a25-hero-card {
  background: rgba(29, 36, 42, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  padding: 1.25rem 1.25rem 1.1rem;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

#banner.a25-hero .a25-hero-title {
  margin: 0 0 0.85rem 0;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  letter-spacing: 0.12em;
  text-transform: none;
  line-height: 1.2;
}

#banner.a25-hero .a25-hero-text {
  margin: 0 0 1rem 0;
  letter-spacing: 0.03em;
  text-transform: none;
  line-height: 1.75;
  opacity: 0.95;
}

#banner.a25-hero .a25-hero-strong {
  font-weight: 800;
  letter-spacing: 0.06em;
}

#banner.a25-hero .a25-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

#banner.a25-hero .a25-hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.28);
  font-size: 0.92rem;
  letter-spacing: 0.03em;
  text-transform: none;
  color: rgba(255, 255, 255, 0.92);
  border-bottom: none;
}

#banner.a25-hero .a25-hero-chip:hover {
  color: #fff;
}

#banner.a25-hero .a25-hero-carousel {
  padding: 1.1rem 1.1rem 0.9rem;
}

#banner.a25-hero .a25-hero-carousel-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 0.75rem 0;
}

#banner.a25-hero .a25-hero-carousel-title {
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0.14em;
  text-transform: none;
}

#banner.a25-hero .a25-hero-carousel-subtitle {
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  text-transform: none;
  opacity: 0.85;
}

@media screen and (max-width: 736px) {
  #banner.a25-hero .a25-hero-carousel-head {
    margin-bottom: 0.5rem;
  }

  #banner.a25-hero .a25-hero-carousel-subtitle {
    display: none;
  }
}

#banner.a25-hero #trainers {
  width: 100%;
}

#banner.a25-hero #trainers .tc {
  padding-inline: 44px;
}

#banner.a25-hero #trainers .tc-viewport {
  --slides-per-view: 1;
}

@media (min-width: 720px) {
  #banner.a25-hero #trainers .tc-viewport {
    --slides-per-view: 2;
  }
}

@media (min-width: 980px) {
  #banner.a25-hero #trainers .tc-viewport {
    --slides-per-view: 3;
  }
}

#banner.a25-hero #trainers .tc-slide {
  padding: 0.5rem;
}

#banner.a25-hero #trainers .tc-card {
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 1rem 1rem 0.9rem;
}

#banner.a25-hero #trainers .tc-card img {
  width: 76px;
  height: 76px;
  margin: 0 0 0.75rem 0;
}

#banner.a25-hero #trainers .tc-card h3 {
  text-align: left;
  min-height: calc(1.25em * 2);
}

#banner.a25-hero #trainers .tc-contact a {
  border-bottom: none;
}

#banner.a25-hero #trainers .tc-btn.tc-prev {
  left: -2px;
}

#banner.a25-hero #trainers .tc-btn.tc-next {
  right: -2px;
}

section#trainers.wrapper.style3 h2,
section#trainers.wrapper.style3 h3,
section#trainers.wrapper.style3 p,
section#trainers.wrapper.style3 a {
  color: #1b1b1b !important;
}

.floating-logo {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 11000;
  border-bottom: none;
}

.floating-logo img {
  display: block;
  width: 72px;
  height: auto;
}

@media screen and (max-width: 736px) {
  .floating-logo img {
    width: 56px;
  }
}

#footer .footer-social {
  margin-bottom: 1.5em;
}

#footer .footer-social .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#footer .footer-social .social-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}
