.feature-hero {
  min-height: 360px;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  padding: clamp(46px, 7vw, 92px) 16px 32px;
  position: relative;
  overflow: hidden;
}

.feature-hero::before,
.feature-hero::after {
  position: absolute;
  inset: auto 0 48px;
  height: 190px;
  pointer-events: none;
  content: "";
}

.feature-hero::before {
  background:
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.74), transparent 58%),
    linear-gradient(100deg, transparent 0 18%, rgba(104, 134, 255, 0.28), rgba(45, 223, 255, 0.22), transparent 80%);
  filter: blur(8px);
}

.feature-hero::after {
  border-bottom: 2px solid rgba(129, 169, 255, 0.38);
  border-radius: 50%;
  transform: translateY(-20px);
}

.feature-pill {
  position: relative;
  z-index: 1;
  margin-bottom: 26px;
  padding: 12px 42px;
  border: 1px solid rgba(40, 131, 255, 0.28);
  border-radius: 999px;
  color: #1b62ff;
  background: rgba(255, 255, 255, 0.72);
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 950;
  box-shadow: inset 0 1px 16px rgba(255, 255, 255, 0.82);
}

.feature-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 1060px;
  margin-bottom: 22px;
  color: #061b67;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.16;
  font-weight: 950;
  letter-spacing: 0;
}

.feature-hero p:last-child {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #41527b;
  font-size: clamp(20px, 2.6vw, 30px);
  font-weight: 850;
}

.feature-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
  padding: 0 24px 52px;
  position: relative;
}

.feature-flow::after {
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 24px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #85a8ff, #426cff, #9ec6ff);
  box-shadow: 0 0 16px rgba(66, 108, 255, 0.34);
  content: "";
}

.feature-flow article {
  min-height: 410px;
  position: relative;
  padding: 28px 20px 24px;
  border: 1px solid rgba(69, 117, 229, 0.13);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 248, 255, 0.9));
  text-align: center;
  box-shadow:
    inset 0 1px 18px rgba(255, 255, 255, 0.78),
    0 16px 32px rgba(41, 82, 161, 0.1);
}

.feature-flow article::after {
  position: absolute;
  right: -21px;
  top: 44%;
  z-index: 2;
  width: 38px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #1468ff;
  box-shadow: 0 8px 20px rgba(50, 92, 170, 0.14);
  content: "›";
  font-size: 34px;
  font-weight: 950;
  line-height: 1;
}

.feature-flow article:last-child::after {
  display: none;
}

.feature-flow i {
  position: absolute;
  left: 20px;
  top: 18px;
  width: 46px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  color: #0f63ff;
  font-style: normal;
  font-size: 24px;
  font-weight: 950;
  box-shadow: 0 8px 20px rgba(37, 96, 255, 0.15);
}

.feature-icon {
  width: min(140px, 72%);
  aspect-ratio: 1;
  margin: 62px auto 26px;
  border-radius: 28px;
  background: linear-gradient(135deg, #73cbff, #446fff 58%, #8a6cff);
  box-shadow:
    inset 0 6px 22px rgba(255, 255, 255, 0.48),
    0 18px 34px rgba(45, 99, 240, 0.2);
  position: relative;
}

.feature-icon::before,
.feature-icon::after {
  position: absolute;
  content: "";
}

.bubble {
  border-radius: 50%;
}

.bubble::before {
  inset: 54px 30px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 28px 0 0 #fff, 56px 0 0 #fff;
}

.bubble::after {
  left: 30px;
  bottom: 12px;
  width: 32px;
  height: 26px;
  background: inherit;
  clip-path: polygon(0 0, 100% 0, 10% 100%);
}

.paper::before {
  inset: 22px 30px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.paper::after {
  left: 42px;
  right: 42px;
  top: 54px;
  height: 10px;
  border-radius: 999px;
  background: #326eff;
  box-shadow: 0 24px 0 #326eff, 0 48px 0 #326eff;
  opacity: 0.72;
}

.asset::before {
  inset: 28px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.76);
  clip-path: polygon(0 100%, 34% 46%, 54% 72%, 74% 38%, 100% 100%);
}

.asset::after {
  right: 14px;
  bottom: 18px;
  width: 54px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #2d82ff;
  box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.24);
}

.scissors::before,
.scissors::after {
  inset: 66px 18px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
}

.scissors::before {
  transform: rotate(45deg);
}

.scissors::after {
  transform: rotate(-45deg);
}

.rocket::before {
  inset: 16px 38px;
  background: #fff;
  clip-path: polygon(50% 0, 100% 68%, 64% 60%, 50% 100%, 36% 60%, 0 68%);
}

.rocket::after {
  left: 54px;
  bottom: 12px;
  width: 34px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffe56d, transparent);
}

.data::before {
  inset: 24px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 70% 40%, #ff4f6e 0 16%, transparent 17%),
    conic-gradient(#2f73ff 0 72%, #f4506f 72% 100%);
  box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.7);
}

.data::after {
  left: 34px;
  right: 34px;
  bottom: 24px;
  height: 24px;
  background: linear-gradient(90deg, #fff 0 18%, transparent 18% 32%, #fff 32% 54%, transparent 54% 68%, #fff 68% 100%);
}

.feature-flow h2 {
  margin-bottom: 16px;
  color: #061b67;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 950;
}

.feature-flow p {
  margin: 0;
  color: #3d4d79;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 750;
}

.feature-compare {
  margin-top: 28px;
  padding: 18px 36px 0;
}

.compare-heading {
  display: grid;
  grid-template-columns: minmax(36px, 1fr) auto minmax(36px, 1fr);
  align-items: center;
  gap: 18px;
  max-width: 420px;
  margin: 0 auto 28px;
}

.compare-heading span {
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #7da0ff);
}

.compare-heading span:last-child {
  background: linear-gradient(90deg, #7da0ff, transparent);
}

.compare-heading h2 {
  margin: 0;
  color: #061b67;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 950;
}

.feature-compare-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px minmax(0, 1fr);
  align-items: center;
  gap: 26px;
}

.feature-compare-card {
  min-height: 280px;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  padding: 28px 36px;
  border: 1px solid rgba(87, 126, 215, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    inset 0 1px 18px rgba(255, 255, 255, 0.72),
    0 18px 42px rgba(42, 73, 148, 0.1);
}

.feature-compare-card p {
  margin-bottom: 8px;
  color: #4d5a76;
  font-size: 24px;
  font-weight: 850;
}

.feature-compare-card strong {
  display: block;
  margin-bottom: 26px;
  color: #4d5260;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1;
  font-weight: 950;
}

.feature-compare-card.ai strong,
.feature-compare-card.ai p {
  color: #1268ff;
}

.feature-compare-card ul {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  color: #6f7a96;
  list-style: none;
  font-size: 14px;
  font-weight: 800;
}

.feature-compare-card.ai ul {
  color: #1268ff;
}

.feature-vs {
  color: #6f52ff;
  font-size: clamp(64px, 8vw, 96px);
  font-weight: 950;
  text-align: center;
  text-shadow: 0 10px 24px rgba(111, 82, 255, 0.22);
}

.saving-banner {
  min-height: 118px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 42px 12px 38px;
  padding: 24px;
  border: 1px solid rgba(92, 135, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  color: #1553e8;
  box-shadow:
    inset 0 1px 20px rgba(255, 255, 255, 0.72),
    0 16px 38px rgba(53, 89, 162, 0.09);
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 950;
}

.saving-banner strong {
  color: #5f50ff;
  font-size: 1.28em;
}

@media (max-width: 1120px) {
  .feature-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .feature-flow article::after {
    display: none;
  }

  .feature-compare-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .feature-hero {
    min-height: 300px;
    padding-top: 34px;
  }

  .feature-pill {
    padding-inline: 22px;
  }

  .feature-flow {
    grid-template-columns: 1fr;
    padding: 0 0 28px;
  }

  .feature-flow::after {
    display: none;
  }

  .feature-flow article {
    min-height: auto;
  }

  .feature-icon {
    width: 118px;
  }

  .feature-compare {
    padding-inline: 0;
  }

  .feature-compare-card {
    grid-template-columns: 92px 1fr;
    gap: 18px;
    min-height: auto;
    padding: 22px 18px;
  }

  .feature-compare-card ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .clock-face,
  .speed-face {
    width: 88px;
  }

  .saving-banner {
    margin-inline: 0;
    font-size: 28px;
  }
}
