/* =========================================================
   BASE
========================================================= */

.container {
  width: min(100% - 40px, 1180px);
  margin-inline: auto;
}

html,
body {
  overflow-x: hidden;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 40px;
  padding: 11px 24px;
  border-radius: 999px;
  color: #fff;
  font-family: Roboto, "Nunito Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(43, 33, 122, 0.2);
}

.button--purple {
  background: #4a30c1;
}

.button--orange {
  background: #ff9518;
}

.button--cyan {
  min-width: 290px;
  background: #24d6ff;
}

.section-line {
  width: 86px;
  height: 7px;
  border-radius: 99px;
  background: #fff;
}

/* =========================================================
   HERO
========================================================= */

.hero {
  position: relative;
  min-height: 700px;
  padding: 78px 0 160px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 75% 52%, rgba(31, 215, 255, 0.24), transparent 8%),
    linear-gradient(180deg, #0aa9c8 0%, #9fdbea 100%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.28);
  pointer-events: none;
}

.hero::before {
  top: -20px;
  left: 50%;
  width: 210px;
  height: 112px;
}

.hero::after {
  right: -30px;
  top: 260px;
  width: 168px;
  height: 190px;
}

.hero__grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.75) 0 5px, transparent 6px),
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-position:
    70px 410px,
    -40px -20px,
    -40px -20px;
  background-size:
    280px 170px,
    260px 260px,
    260px 260px;
  opacity: 0.58;
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: start;
  gap: 34px;
}

.brand-logo {
  width: 143px;
  margin: 0 0 26px;
}

.hero__copy {
  padding-top: 24px;
}

.hero h1,
.hero p,
.hero strong {
  max-width: 560px;
}

.hero h1 {
  margin: 0 0 22px;
  font-size: clamp(32px, 3vw, 58px);
  font-weight: 900;
  line-height: 1.01;
}

.hero h1 span {
  display: block;
  margin-top: 8px;
  color: #4a30c1;
}

.hero p {
  margin: 0 0 22px;
  font-size: 17px;
  line-height: 1.08;
}

.hero strong {
  display: block;
  margin-bottom: 22px;
  font-size: 17px;
  line-height: 1.2;
}

.hero__image {
  width: min(720px, 52vw);
  max-width: none;
  transform: translateX(16px);
  filter: drop-shadow(0 26px 36px rgba(24, 40, 96, 0.18));
}

/* =========================================================
   RN CARD
========================================================= */

.rn-section {
  position: relative;
  padding: 0 0 130px;
  margin-top: -70px;
  overflow: hidden;
  background:
    radial-gradient(circle at 0 64%, rgba(54, 90, 229, 0.75) 0 62px, transparent 170px),
    radial-gradient(circle at 88% 24%, rgba(36, 214, 255, 0.45) 0 56px, transparent 150px),
    #f8f9ff;
}

.rn-card {
  position: relative;
  z-index: 2;
  width: min(100% - 64px, 1030px);
  min-height: 310px;
  margin: 0 auto;
  padding: 86px 24px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 22% 62%, rgba(73, 72, 225, 0.92) 0, rgba(73, 72, 225, 0.42) 18%, rgba(73, 72, 225, 0.12) 34%, transparent 52%),
    radial-gradient(circle at 82% 18%, rgba(36, 214, 255, 0.78) 0, rgba(36, 214, 255, 0.18) 22%, transparent 42%),
    linear-gradient(135deg, rgba(240, 249, 255, 0.92) 0%, rgba(195, 236, 255, 0.84) 28%, rgba(82, 196, 255, 0.88) 58%, rgba(225, 246, 255, 0.92) 100%);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow:
    0 14px 30px rgba(71, 82, 196, 0.14),
    inset 0 0 60px rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.rn-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.03) 100%);
  pointer-events: none;
}

.rn-card > * {
  position: relative;
  z-index: 1;
}

.rn-card h2 {
  margin: 0 0 22px;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1;
  font-weight: 800;
  text-shadow: 0 2px 12px rgba(0, 60, 140, 0.22);
}

.rn-card h2 span {
  color: #4a30c1;
}

.rn-card p {
  width: min(620px, 100%);
  margin: 0 auto 18px;
  font-size: 17px;
  line-height: 1.28;
  font-weight: 500;
  text-shadow: 0 2px 10px rgba(0, 60, 140, 0.28);
}

/* =========================================================
   INTRO
========================================================= */

.intro-section {
  padding: 30px 0 125px;
  background: #f8f9ff;
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.98fr 1fr;
  align-items: center;
  gap: 92px;
}

.mosia-wheel {
  width: min(530px, 100%);
  justify-self: end;
}

.intro-grid h2 {
  max-width: 560px;
  margin: 0 0 38px;
  color: #4a30c1;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.04;
}

.intro-grid p {
  max-width: 610px;
  margin: 0;
  color: #4a4d57;
  font-size: 20px;
  line-height: 1.25;
}

.intro-grid strong {
  color: #4a30c1;
}

/* =========================================================
   CHANNELS / PROFILES
========================================================= */

.channels-section {
  position: relative;
  padding: 108px 0 0;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(180deg, #08acd0 0%, #24b9ed 42%, #493ed3 100%);
}

.channels-section::before,
.channels-section::after,
.trust-section::before {
  content: "";
  position: absolute;
  left: -5%;
  width: 110%;
  height: 120px;
  background: #f8f9ff;
  border-radius: 50%;
}

.channels-section::before {
  top: -74px;
}

.channels-section::after {
  bottom: -58px;
  height: 132px;
  background: #efefff;
}

.channels-section h2 {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  margin: 0 auto 28px;
  text-align: center;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.02;
}

.channels-section .section-line {
  margin: 0 auto 50px;
}

.channel-headings,
.channel-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(700px, 100%);
  margin: 0 auto;
  text-align: center;
}

.channel-headings h3 {
  margin: 0 0 28px;
  font-size: 28px;
  line-height: 1.06;
}

.channel-row {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 34px;
  width: min(760px, 100%);
}

.channel-row article {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  line-height: 0.98;
}

.channel-row img {
  width: 68px;
  height: 68px;
  margin-bottom: 10px;
  object-fit: contain;
  filter: drop-shadow(0 9px 14px rgba(20, 34, 92, 0.18));
}

.channel-row span {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 600;
}

.profiles-stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.9fr 1fr 1fr;
  align-items: end;
  min-height: 565px;
  padding-top: 92px;
}

.person {
  position: absolute;
  filter: drop-shadow(0 16px 18px rgba(22, 32, 90, 0.26));
}

.person--one {
  left: 220px;
  top: 92px;
  width: 145px;
}

.person--two {
  left: 84px;
  top: 260px;
  width: 124px;
}

.person--three {
  left: 178px;
  bottom: 18px;
  width: 245px;
}

.profile-copy {
  grid-column: 2;
  align-self: center;
  padding-bottom: 86px;
}

.profile-copy h2 {
  margin: 0 0 26px;
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 1.02;
}

.profile-copy h2 span {
  display: block;
  font-size: 0.72em;
}

.profile-box {
  width: min(460px, 100%);
  padding: 22px 32px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
}

.profile-box strong {
  display: block;
  margin-bottom: 18px;
  font-size: 24px;
}

.profile-box div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 26px;
}

.profile-box span {
  position: relative;
  display: block;
  padding-left: 36px;
  font-size: 18px;
}

.profile-box span::before {
  display: none;
}

.profile-box span img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.laptop {
  grid-column: 3;
  width: min(470px, 100%);
  justify-self: end;
  margin-bottom: 28px;
}

/* =========================================================
   FEATURES
========================================================= */

.features-section {
  position: relative;
  padding: 178px 0 112px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(180deg, #e4e0ff 0 88px, #c4bfff 88px 138px, transparent 138px),
    linear-gradient(120deg, #7056dc, #593bd1);
}

.features-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.35fr;
  align-items: center;
  gap: 78px;
}

.features-copy h2 {
  max-width: 430px;
  margin: 0 0 24px;
  font-size: clamp(44px, 4.5vw, 68px);
  line-height: 0.97;
}

.features-copy .section-line {
  width: 205px;
  margin-bottom: 34px;
}

.features-copy p {
  max-width: 380px;
  margin: 0 0 34px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.08;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 54px;
  row-gap: 72px;
  align-items: start;
  text-align: center;
}

.feature-list article {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}

.feature-list article img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0;
}

.feature-list article span {
  display: block;
  max-width: 170px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.08;
}

/* =========================================================
   ADVANTAGES
========================================================= */

.advantages-section {
  padding: 190px 0 170px;
  text-align: center;
  background: linear-gradient(180deg, #e4f8ff 0%, #f8f9ff 58%);
}

.advantages-section h2 {
  margin: 0 0 58px;
  color: #4a4d57;
  font-size: clamp(30px, 3.1vw, 46px);
  font-weight: 400;
  line-height: 1.05;
}

.advantages-section h2 strong {
  display: block;
  color: #4a30c1;
}

.benefit-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  width: min(560px, 100%);
  margin: 0 auto;
}

.benefit-cards article {
  min-height: 260px;
  padding: 34px 24px 24px;
  color: #fff;
  border-radius: 6px;
  background: linear-gradient(145deg, #4a30c1, #258ee5);
  box-shadow: 7px 10px 17px rgba(23, 28, 86, 0.2);
}

.benefit-cards img {
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  object-fit: contain;
}

.benefit-cards h3 {
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 0.95;
}

.benefit-cards p {
  margin: 0;
  font-size: 16px;
  line-height: 1.05;
}

/* =========================================================
   TRUST / LOGOS / TESTIMONIALS
========================================================= */

.trust-section {
  position: relative;
  padding: 160px 0 80px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background: linear-gradient(120deg, #4a30c1 0%, #1a9ee8 100%);
}

.trust-section::before {
  top: -76px;
  background: #f8f9ff;
}

.trust-section h2 {
  margin: 0 auto 56px;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 400;
  line-height: 1.08;
}

.logo-marquee {
  position: relative;
  width: min(100%, 1180px);
  margin: 0 auto 70px;
  overflow: hidden;
}

.logo-marquee::before,
.logo-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  width: min(120px, 12vw);
  height: 100%;
  pointer-events: none;
}

.logo-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #4531c4, rgba(69, 49, 196, 0));
}

.logo-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #238edf, rgba(35, 142, 223, 0));
}

.logo-track {
  display: flex;
  width: max-content;
  gap: 24px;
  padding: 4px 24px;
  animation: logo-marquee 34s linear infinite;
  will-change: transform;
}

.logo-marquee:hover .logo-track {
  animation-play-state: paused;
}

.logo-track img {
  width: 164px;
  height: 92px;
  flex: 0 0 auto;
  padding: 12px;
  border-radius: 7px;
  background: #fff;
  object-fit: contain;
}

@keyframes logo-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 12px));
  }
}

.testimonial-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 70px;
}

.testimonial-row article {
  position: relative;
  min-height: 300px;
  padding: 28px 32px 30px;
  color: #555865;
  border-left: 16px solid #ff9417;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 22px 44px rgba(22, 25, 83, 0.22);
}

.testimonial-author {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 68px;
  margin-bottom: 28px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #f7f7fb;
  text-align: left;
}

.testimonial-author .author-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #4a30c1, #24d6ff);
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 20px rgba(74, 48, 193, 0.2);
}

.testimonial-author .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.testimonial-author strong,
.testimonial-author span,
.testimonial-author small {
  display: block;
}

.testimonial-author strong {
  color: #4d5060;
  font-size: 17px;
  line-height: 1.1;
}

.testimonial-author span {
  margin-top: 5px;
  color: #8a8d99;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
}

.testimonial-author small {
  margin-top: 2px;
  color: #4d5060;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
}

.testimonial-row blockquote {
  display: flex;
  align-items: center;
  min-height: 104px;
  margin: 0 0 26px;
  color: #4f5260;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.04;
}

.testimonial-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(270px, 100%);
  min-height: 44px;
  color: #fff;
  border-radius: 4px;
  background: #5b27ff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 22px rgba(91, 39, 255, 0.2);
}

/* =========================================================
   FOOTER
========================================================= */

.footer {
  padding: 0;
  color: #fff;
  background: linear-gradient(90deg, #4a30c1 0%, #1a9ee8 100%);
}

.footer__box {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 40px;
  min-height: 140px;
  padding: 32px 60px;
}

.footer__contact {
  text-align: left;
}

.footer__contact strong,
.footer__contact a {
  display: block;
}

.footer__contact strong {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
}

.footer__contact a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

.footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__logo img {
  width: 360px;
  max-width: 100%;
  display: block;
}

.footer__social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
}

.footer__social a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer__social a:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

/* =========================================================
   PREMIUM MOTION
========================================================= */

@keyframes page-fade-up {
  from {
    opacity: 0;
    transform: translate3d(0, 34px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes float-soft {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -12px, 0);
  }
}

@keyframes float-hero {
  0%,
  100% {
    transform: translateX(16px) translateY(0) scale(1);
  }

  50% {
    transform: translateX(16px) translateY(-14px) scale(1.012);
  }
}

@keyframes pulse-glow {
  0%,
  100% {
    box-shadow: 0 14px 30px rgba(43, 33, 122, 0.2);
  }

  50% {
    box-shadow: 0 18px 38px rgba(36, 214, 255, 0.3);
  }
}

@keyframes whatsapp-breathe {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 18px 38px rgba(37, 211, 102, 0.34);
  }

  50% {
    transform: translate3d(0, -4px, 0) scale(1.035);
    box-shadow: 0 24px 48px rgba(37, 211, 102, 0.46);
  }
}

@keyframes grid-drift {
  from {
    background-position:
      70px 410px,
      -40px -20px,
      -40px -20px;
  }

  to {
    background-position:
      150px 460px,
      30px 30px,
      30px 30px;
  }
}

@keyframes card-sheen {
  from {
    transform: translateX(-120%) skewX(-18deg);
  }

  to {
    transform: translateX(220%) skewX(-18deg);
  }
}

body {
  opacity: 0;
  animation: page-fade-up 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.motion-ready .motion-reveal {
  opacity: 0;
  transform: translate3d(0, 42px, 0);
  transition:
    opacity 0.85s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.85s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.motion-ready .motion-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.motion-ready .motion-reveal[data-motion-delay="1"] {
  transition-delay: 0.08s;
}

.motion-ready .motion-reveal[data-motion-delay="2"] {
  transition-delay: 0.16s;
}

.motion-ready .motion-reveal[data-motion-delay="3"] {
  transition-delay: 0.24s;
}

.hero__grid-lines {
  animation: grid-drift 18s linear infinite alternate;
}

.hero__copy {
  animation: page-fade-up 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) 0.12s both;
}

.hero__image {
  animation: float-hero 7s ease-in-out infinite;
}

.brand-logo,
.mosia-wheel,
.person,
.laptop {
  animation: float-soft 6.5s ease-in-out infinite;
}

.person--two {
  animation-delay: 0.6s;
}

.person--three {
  animation-delay: 1.1s;
}

.laptop {
  animation-delay: 0.35s;
}

.button {
  position: relative;
  overflow: hidden;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.button::after {
  content: "";
  position: absolute;
  inset: -45% auto -45% -35%;
  width: 36%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transform: translateX(-120%) skewX(-18deg);
}

.button:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
}

.button:hover::after {
  animation: card-sheen 0.8s ease;
}

.button--cyan,
.button--purple {
  animation: pulse-glow 4.2s ease-in-out infinite;
}

.button-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 220px;
  min-height: 82px;
  padding: 16px 24px;
  border-radius: 999px;
  background: #ff9518;
  color: #fff;
  font-family: Roboto, "Nunito Sans", Arial, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 0.92;
  text-decoration: none;
  box-shadow: 0 22px 42px rgba(255, 151, 21, 0.32);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.button-more img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.button-more:hover {
  transform: translateY(-4px);
  background: #ff8c00;
  box-shadow: 0 28px 52px rgba(255, 151, 21, 0.4);
}

.whatsapp-float {
  position: fixed;
  right: max(28px, env(safe-area-inset-right));
  bottom: max(28px, env(safe-area-inset-bottom));
  z-index: 999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 244px;
  height: 64px;
  padding: 0 26px 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25d366 0%, #14b857 100%);
  color: #fff;
  font-family: Roboto, "Nunito Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(37, 211, 102, 0.34);
  animation: whatsapp-breathe 3.6s ease-in-out infinite;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    filter 0.3s ease;
}

.whatsapp-float i {
  font-size: 30px;
}

.whatsapp-float:hover {
  transform: translateY(-4px);
  filter: saturate(1.08);
  box-shadow: 0 26px 54px rgba(37, 211, 102, 0.48);
}

@media (max-width: 640px) {
  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    min-width: 0;
    height: 56px;
    padding: 0 18px;
    font-size: 14px;
  }

  .whatsapp-float i {
    font-size: 27px;
  }
}

.rn-card,
.benefit-cards article,
.testimonial-row article,
.profile-box {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.rn-card::after,
.testimonial-row article::after,
.benefit-cards article::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, 0.22) 45%, transparent 68%);
  opacity: 0;
  transform: translateX(-120%) skewX(-18deg);
}

.rn-card:hover,
.benefit-cards article:hover,
.testimonial-row article:hover,
.profile-box:hover {
  transform: translateY(-6px);
}

.rn-card:hover::after,
.benefit-cards article:hover::after,
.testimonial-row article:hover::after {
  opacity: 1;
  animation: card-sheen 0.95s ease;
}

.benefit-cards article,
.testimonial-row article {
  overflow: hidden;
}

.channel-row article,
.feature-list article,
.logo-track img,
.footer__social a {
  transition:
    transform 0.28s ease,
    filter 0.28s ease,
    box-shadow 0.28s ease;
}

.channel-row article:hover,
.feature-list article:hover {
  transform: translateY(-5px);
}

.channel-row article:hover img,
.feature-list article:hover img,
.logo-track img:hover {
  filter: drop-shadow(0 14px 18px rgba(20, 34, 92, 0.22)) saturate(1.08);
  transform: translateY(-3px);
}

.logo-track img:hover {
  box-shadow: 0 16px 28px rgba(25, 33, 96, 0.22);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  body,
  .motion-ready .motion-reveal {
    opacity: 1;
    transform: none;
  }

  .logo-track {
    animation: none;
  }
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
    padding: 54px 0 120px;
  }

  .hero__inner,
  .intro-grid,
  .features-grid,
  .profiles-stage,
  .testimonial-row {
    grid-template-columns: 1fr;
  }

  .hero__image {
    width: min(850px, 112vw);
    justify-self: center;
    transform: translateX(0);
    animation-name: float-soft;
  }

  .intro-grid {
    gap: 40px;
  }

  .mosia-wheel {
    justify-self: center;
  }

  .channel-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .profiles-stage {
    min-height: auto;
    padding: 80px 0 130px;
  }

  .person {
    position: static;
    width: 150px;
    margin: 0 auto 18px;
  }

  .profile-copy,
  .laptop {
    grid-column: auto;
    justify-self: center;
    padding-bottom: 0;
  }

  .feature-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 28px;
    row-gap: 48px;
  }

  .button-more {
    justify-self: center;
    width: 220px;
    min-height: 82px;
  }

  .footer__box {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 32px;
    padding: 40px 24px;
    text-align: center;
  }

  .footer__contact {
    text-align: center;
  }

  .footer__logo img {
    width: 280px;
  }

  .footer__social {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 40px, 1180px);
  }

  .hero {
    padding: 46px 0 92px;
  }

  .hero__inner {
    gap: 46px;
    text-align: center;
  }

  .hero h1 {
    width: min(100%, 350px);
    margin-inline: auto;
    font-size: 30px;
    line-height: 1.05;
  }

  .hero__inner,
  .hero__copy {
    min-width: 0;
  }

  .hero__copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }

  .brand-logo {
    width: 150px;
    margin: 0 auto 28px;
  }

  .hero h1 .desktop-break {
    display: none;
  }

  .hero h1 span {
    margin-top: 10px;
  }

  .hero p,
  .hero strong {
    max-width: 350px;
    margin-inline: auto;
  }

  .hero .button {
    margin-inline: auto;
  }

  .hero__image {
    width: min(112%, 450px);
    margin-top: 6px;
  }

  .rn-card {
    width: min(100% - 28px, 1030px);
    padding: 56px 18px;
  }

  .channel-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 18px;
  }

  .channel-headings {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 22px;
    width: min(100%, 340px);
  }

  .channel-headings h3 {
    font-size: 20px;
    line-height: 1.08;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .profile-box div {
    grid-template-columns: 1fr;
  }

  .features-section {
    padding-top: 120px;
  }

  .features-copy h2 {
    font-size: 42px;
  }

  .feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 20px;
  }

  .benefit-cards {
    grid-template-columns: 1fr;
  }

  .advantages-section {
    padding-top: 120px;
  }

  .logo-track {
    gap: 14px;
    padding-inline: 14px;
    animation-duration: 42s;
  }

  .logo-track img {
    width: 142px;
    height: 82px;
  }
}
