.features-page-body {
  background: #fff;
  color: #17233f;
}
.features-page {
  overflow: hidden;
}
.feat-hero {
  position: relative;
  padding: 112px 0 92px;
  background: linear-gradient(
    135deg,
    #eef7ff 0%,
    #cfe8ff 35%,
    #4d8fe0 72%,
    #173f88 100%
  );
  isolation: isolate;
}
.feat-hero:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.45);
}
.feat-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
  z-index: -1;
}
.feat-hero__orb--one {
  width: 360px;
  height: 360px;
  right: -100px;
  top: -120px;
  background: rgba(255, 255, 255, 0.18);
}
.feat-hero__orb--two {
  width: 240px;
  height: 240px;
  left: 42%;
  bottom: -150px;
  background: rgba(75, 135, 235, 0.25);
}
.feat-eyebrow,
.feat-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.76rem;
  font-weight: 800;
  color: #2464ad;
  margin-bottom: 18px;
}
.feat-eyebrow {
  color: #175a9d;
  background: rgba(255, 255, 255, 0.7);
  padding: 8px 13px;
  border-radius: 999px;
}
.feat-hero h1 {
  font-size: clamp(2.45rem, 4.3vw, 4.35rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 800;
  color: #102e5e;
  max-width: 720px;
  margin: 0 0 24px;
}
.feat-hero__lead {
  font-size: 1.12rem;
  line-height: 1.75;
  max-width: 650px;
  color: #274b75;
  margin: 0 0 28px;
}
.feat-frameworks {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.feat-frameworks span {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 22px rgba(22, 65, 117, 0.1);
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 0.78rem;
  font-weight: 800;
  color: #244d7d;
}
.feat-hero__visual {
  position: relative;
  border-radius: 24px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.48);
  box-shadow: 0 30px 70px rgba(17, 48, 92, 0.27);
  backdrop-filter: blur(14px);
}
.feat-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(15, 40, 80, 0.26);
}
.feat-hero__visual-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 7px 11px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.feat-hero__visual-top i {
  font-size: 0.48rem;
  margin-right: 5px;
}
.feat-floating-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 14px;
  padding: 12px 15px;
  box-shadow: 0 16px 34px rgba(15, 39, 76, 0.2);
  min-width: 185px;
}
.feat-floating-card strong,
.feat-floating-card small {
  display: block;
}
.feat-floating-card strong {
  font-size: 0.78rem;
  color: #153c6d;
}
.feat-floating-card small {
  font-size: 0.66rem;
  color: #66809e;
  margin-top: 3px;
}
.feat-floating-card--top {
  left: -34px;
  top: 24%;
}
.feat-floating-card--bottom {
  right: -26px;
  bottom: 12%;
}
.feat-section {
  padding: 105px 0;
}
.feat-section--intro {
  background: #fff;
}
.feat-section--soft {
  background: linear-gradient(180deg, #f7fbff, #edf6ff);
}
.feat-section--dark {
  background: #0f2748;
  color: #fff;
}
.feat-section--blue {
  background: linear-gradient(135deg, #1d5eb0, #12346e);
  color: #fff;
}
.feat-section__intro {
  max-width: 800px;
  margin: 0 auto 52px;
}
.feat-section__intro h2,
.feat-section h2 {
  font-size: clamp(2rem, 3.4vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 800;
  margin: 0 0 17px;
  color: inherit;
}
.feat-section__intro p,
.feat-section > .container > .row p {
  font-size: 1rem;
  line-height: 1.75;
  color: #64768f;
}
.feat-section--dark p,
.feat-section--blue p {
  color: rgba(255, 255, 255, 0.76);
}
.feat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.feat-card {
  position: relative;
  background: #fff;
  border: 1px solid #e4edf7;
  border-radius: 22px;
  padding: 29px 25px 25px;
  min-height: 390px;
  box-shadow: 0 14px 34px rgba(30, 68, 112, 0.08);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.feat-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 50px rgba(30, 68, 112, 0.14);
  border-color: #c8dcf2;
}
.feat-card__number {
  position: absolute;
  right: 20px;
  top: 18px;
  font-size: 0.72rem;
  font-weight: 800;
  color: #a5b8ce;
}
.feat-card__icon {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: #edf6ff;
  color: #2871c4;
  font-size: 1.1rem;
  margin-bottom: 25px;
}
.feat-card h3 {
  font-size: 1.15rem;
  line-height: 1.3;
  font-weight: 800;
  color: #18365b;
  margin-bottom: 12px;
}
.feat-card p {
  font-size: 0.88rem;
  line-height: 1.65;
  color: #657992;
  margin-bottom: 17px;
}
.feat-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.feat-card li {
  font-size: 0.77rem;
  color: #46617f;
  margin: 8px 0;
  padding-left: 16px;
  position: relative;
}
.feat-card li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: 0.48em;
  background: #4b91dc;
}
.feat-kicker--light {
  color: #a9d5ff;
}
.feat-image-card {
  margin: 0;
  background: rgba(255, 255, 255, 0.06);
  padding: 12px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.22);
}
.feat-section:not(.feat-section--dark):not(.feat-section--blue)
  .feat-image-card {
  background: #fff;
  border: 1px solid #e4edf7;
  box-shadow: 0 22px 55px rgba(35, 74, 117, 0.12);
}
.feat-image-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.feat-image-card figcaption {
  padding: 12px 8px 4px;
  font-size: 0.76rem;
  color: #7890aa;
}
.feat-section--dark .feat-image-card figcaption,
.feat-section--blue .feat-image-card figcaption {
  color: rgba(255, 255, 255, 0.62);
}
.feat-statuses {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-top: 27px;
}
.feat-statuses span {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.07);
  border-radius: 999px;
  padding: 8px 11px;
  font-size: 0.68rem;
  font-weight: 700;
}
.feat-statuses i {
  font-size: 0.62rem;
  color: #8bc7ff;
}
.feat-mini-list {
  display: grid;
  gap: 14px;
  margin-top: 25px;
}
.feat-mini-list > div {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.feat-mini-list i {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #eaf5ff;
  color: #2b73c4;
  font-size: 0.65rem;
  flex: none;
}
.feat-mini-list strong,
.feat-mini-list small {
  display: block;
}
.feat-mini-list strong {
  font-size: 0.85rem;
  color: #193d66;
}
.feat-mini-list small {
  font-size: 0.73rem;
  color: #7890a8;
  margin-top: 2px;
}
.feat-framework-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.feat-framework-grid > div {
  padding: 22px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e1ebf6;
  box-shadow: 0 12px 30px rgba(35, 74, 117, 0.07);
}
.feat-framework-grid strong {
  display: block;
  font-size: 1.15rem;
  color: #1e5eaa;
}
.feat-framework-grid small {
  display: block;
  color: #71869d;
  line-height: 1.5;
  margin-top: 5px;
  font-size: 0.72rem;
}
.feat-config-strip,
.feat-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 17px;
}
.feat-config-strip span,
.feat-tags span {
  padding: 8px 11px;
  border-radius: 999px;
  background: #eaf4ff;
  color: #2a6097;
  font-size: 0.7rem;
  font-weight: 800;
  height: fit-content;
}
.feat-obe-points {
  display: grid;
  gap: 11px;
  margin-top: 23px;
}
.feat-obe-points span {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.84);
}
.feat-obe-points i {
  margin-right: 8px;
  color: #a9d5ff;
}
.feat-obe-visual {
  min-height: 360px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.025) 48%,
    transparent 70%
  );
  position: relative;
  display: grid;
  place-items: center;
}
.feat-obe-center {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  color: #fff;
}
.feat-obe-center i {
  font-size: 1.4rem;
  margin-bottom: 9px;
  color: #b9dcff;
}
.feat-obe-center span {
  font-size: 0.7rem;
  line-height: 1.4;
  max-width: 110px;
}
.feat-obe-node {
  position: absolute;
  background: #fff;
  color: #1b4775;
  padding: 13px 18px;
  border-radius: 15px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
  font-size: 0.85rem;
  font-weight: 800;
  text-align: center;
}
.feat-obe-node small {
  display: block;
  color: #7187a0;
  font-size: 0.64rem;
  font-weight: 500;
  margin-top: 3px;
}
.feat-obe-node--a {
  left: 8%;
  top: 17%;
}
.feat-obe-node--b {
  right: 8%;
  bottom: 17%;
}
.feat-obe-line {
  position: absolute;
  width: 56%;
  height: 1px;
  border-top: 2px dashed rgba(255, 255, 255, 0.3);
  transform: rotate(27deg);
}
@media (max-width: 1199px) {
  .feat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .feat-floating-card--top {
    left: -15px;
  }
  .feat-floating-card--bottom {
    right: -12px;
  }
}
@media (max-width: 991px) {
  .feat-hero {
    padding: 85px 0 70px;
  }
  .feat-hero h1 {
    font-size: 3rem;
  }
  .feat-hero__visual {
    margin-top: 8px;
  }
  .feat-floating-card--top {
    left: 10px;
  }
  .feat-floating-card--bottom {
    right: 10px;
  }
  .feat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .feat-section {
    padding: 80px 0;
  }
  .feat-obe-visual {
    min-height: 300px;
  }
}
@media (max-width: 575px) {
  .feat-hero {
    padding: 70px 0 55px;
  }
  .feat-hero h1 {
    font-size: 2.35rem;
  }
  .feat-hero__lead {
    font-size: 0.98rem;
  }
  .feat-frameworks span {
    font-size: 0.68rem;
  }
  .feat-floating-card {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    margin-top: 10px;
    min-width: 0;
  }
  .feat-hero__visual {
    background: rgba(255, 255, 255, 0.18);
  }
  .feat-grid {
    grid-template-columns: 1fr;
  }
  .feat-card {
    min-height: 0;
  }
  .feat-section {
    padding: 65px 0;
  }
  .feat-section__intro {
    margin-bottom: 38px;
  }
  .feat-framework-grid {
    grid-template-columns: 1fr;
  }
  .feat-statuses {
    gap: 7px;
  }
  .feat-statuses i {
    display: none;
  }
  .feat-obe-node {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
  }
  .feat-obe-visual {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 25px;
    min-height: 0;
  }
  .feat-obe-line {
    display: none;
  }
  .feat-obe-center {
    width: 150px;
    height: 150px;
  }
}

/* =========================================================
   Features hero â€” aligned with the How It Works hero system
   ========================================================= */
.feat-hero {
  min-height: 740px;
  padding: 150px 0 90px;
  background: linear-gradient(
    135deg,
    #dff2ff 0%,
    #63b6f4 42%,
    #0a63c7 72%,
    #063b86 100%
  );
}
.feat-hero::before,
.feat-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(4px);
}
.feat-hero::before {
  width: 420px;
  height: 420px;
  top: -210px;
  right: 5%;
  background: rgba(255, 255, 255, 0.18);
}
.feat-hero::after {
  width: 520px;
  height: 520px;
  bottom: -330px;
  left: -140px;
  background: rgba(0, 44, 111, 0.22);
}
.feat-hero .container::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  top: -110px;
  right: -170px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  box-shadow:
    0 0 0 46px rgba(255, 255, 255, 0.035),
    0 0 0 94px rgba(255, 255, 255, 0.025);
  pointer-events: none;
}
.feat-hero__content,
.feat-hero__visual-col {
  position: relative;
  z-index: 3;
}
.feat-eyebrow {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  backdrop-filter: blur(10px);
}
.feat-hero h1 {
  max-width: 760px;
  margin: 20px 0 18px;
  color: #fff;
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}
.feat-hero__lead {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.75;
}
.feat-frameworks span {
  background: rgba(255, 255, 255, 0.105);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  box-shadow: 0 14px 30px rgba(2, 36, 87, 0.13);
  backdrop-filter: blur(12px);
}
.feat-hero__signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 720px;
  margin-top: 30px;
}
.feat-hero__signal {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 68px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.105);
  box-shadow: 0 14px 30px rgba(2, 36, 87, 0.13);
  backdrop-filter: blur(12px);
}
.feat-hero__signal-icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  font-size: 0.85rem;
}
.feat-hero__signal strong,
.feat-hero__signal small {
  display: block;
}
.feat-hero__signal strong {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.25;
}
.feat-hero__signal small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.68rem;
  line-height: 1.3;
}

.feat-hero__visual {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.feat-hero__visual-backdrop {
  position: absolute;
  width: 96%;
  height:65%;
  right: -10%;
  top: 15%;
  transform: rotate(9deg) translateY(8px);
  border-radius: 24px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 28px 65px rgba(2, 34, 83, 0.22);
  opacity: 0.34;
  overflow: hidden;
}
.feat-hero__visual-backdrop img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  filter: saturate(0.82) contrast(1.04);
}
.feat-hero__visual-shell {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 18px 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 34px 75px rgba(8, 39, 89, 0.3);
  backdrop-filter: blur(14px);
}
.feat-hero__visual-shell::before {
  content: "FEATURE WORKSPACE";
  position: absolute;
  top: -15px;
  right: 24px;
  z-index: 4;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(7, 57, 125, 0.72);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  box-shadow: 0 10px 24px rgba(2, 36, 87, 0.18);
  backdrop-filter: blur(10px);
}
.feat-hero__visual-top {
  position: relative;
  z-index: 4;
  padding: 0 7px 10px;
  color: #fff;
}
.feat-hero__visual-top span {
  color: rgba(255, 255, 255, 0.84);
}
.feat-hero__visual-top span:last-child {
  color: rgba(255, 255, 255, 0.62);
}
.feat-hero__visual-top i {
  color: #9ee0ff;
}
.feat-hero .accr-hero-carousel {
  position: relative;
  width: 100%;
  padding: 14px 58px 14px 14px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 30px 75px rgba(2, 36, 87, 0.34);
  overflow: hidden;
  backdrop-filter: blur(12px);
  transform: rotate(0.25deg);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
.feat-hero .accr-hero-carousel:hover {
  transform: translateY(-5px) rotate(0deg);
  box-shadow: 0 38px 88px rgba(2, 36, 87, 0.42);
}
.feat-hero .accr-carousel-track {
  position: relative;
  min-height: 430px;
  padding: 0;
}
.feat-hero .accr-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: translateY(24px) scale(0.985);
  pointer-events: none;
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feat-hero .accr-slide.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.feat-hero .accr-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  border: 1px solid rgba(229, 236, 248, 0.95);
  background: #fff;
  box-shadow: 0 22px 50px rgba(5, 31, 74, 0.28);
}
.feat-hero .accr-slide figcaption {
  margin-top: 10px;
  text-align: center;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.85rem;
}
.feat-hero .accr-carousel-controls {
  position: absolute;
  top: 50%;
  right: 10px;
  left: auto;
  bottom: auto;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 3;
  padding: 0;
  background: transparent;
}
.feat-hero .accr-carousel-btn {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #0b63ce;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(2, 36, 87, 0.2);
}
.feat-hero .accr-carousel-dots {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.feat-hero .accr-carousel-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.feat-hero .accr-carousel-dots button.is-active {
  width: 10px;
  height: 10px;
  background: #fff;
  transform: scale(1.1);
}

.feat-floating-card {
  position: absolute;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 190px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 38px rgba(7, 39, 86, 0.22);
  backdrop-filter: blur(12px);
}
.feat-floating-card strong,
.feat-floating-card small {
  display: block;
}
.feat-floating-card strong {
  color: #143e70;
  font-size: 0.76rem;
  line-height: 1.25;
}
.feat-floating-card small {
  margin-top: 3px;
  color: #6b829d;
  font-size: 0.62rem;
  line-height: 1.35;
}
.feat-floating-card__icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #eaf5ff;
  color: #2472c4;
  font-size: 0.78rem;
}
.feat-floating-card--top {
  left: -30px;
  top: 17%;
}
.feat-floating-card--bottom {
  right: -42px;
  top: 67%;
}

/* Core feature cards â€” more depth, hierarchy and interactive polish. */
.feat-section--intro {
  position: relative;
}
.feat-section--intro::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: -250px;
  top: 40px;
  border-radius: 50%;
  background: rgba(83, 157, 230, 0.08);
  filter: blur(35px);
  pointer-events: none;
}
.feat-section__intro {
  position: relative;
  z-index: 1;
}
.feat-grid {
  position: relative;
  z-index: 1;
  gap: 24px;
}
.feat-card {
  overflow: hidden;
  min-height: 405px;
  border: 1px solid rgba(200, 220, 242, 0.8);
  background: linear-gradient(145deg, #fff 0%, #f9fcff 100%);
  box-shadow:
    0 18px 42px rgba(30, 68, 112, 0.09),
    0 3px 8px rgba(30, 68, 112, 0.04);
}
.feat-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #65b7f3, #1764c1);
  opacity: 0.9;
}
.feat-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -90px;
  bottom: -90px;
  border-radius: 50%;
  background: rgba(83, 157, 230, 0.08);
  transition: transform 0.3s ease;
}
.feat-card:hover {
  transform: translateY(-9px);
  box-shadow:
    0 28px 60px rgba(30, 68, 112, 0.16),
    0 8px 18px rgba(30, 68, 112, 0.06);
  border-color: #b9d5ef;
}
.feat-card:hover::after {
  transform: scale(1.45);
}
.feat-card__icon {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  border: 1px solid #d5e8fa;
  background: linear-gradient(145deg, #eef8ff, #dcefff);
  color: #1767b9;
  box-shadow: 0 10px 24px rgba(41, 113, 196, 0.12);
}
.feat-card__number {
  z-index: 1;
  letter-spacing: 0.08em;
}
.feat-card h3,
.feat-card p,
.feat-card ul {
  position: relative;
  z-index: 1;
}

.whatsapp-icon {
  position: fixed;
  left: 20px;
  bottom: 45px;
  z-index: 999;
}
.whatsapp-icon a img {
  width: 70px;
  height: 70px;
}

@media (max-width: 1199.98px) {
  .feat-hero__signals {
    grid-template-columns: 1fr;
    max-width: 560px;
  }
  .feat-floating-card--top {
    left: -8px;
  }
  .feat-floating-card--bottom {
    right: -8px;
  }
}
@media (max-width: 991.98px) {
  .feat-hero {
    min-height: 0;
    padding: 125px 0 70px;
  }
  .feat-hero__signals {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
  }
  .feat-hero__visual {
    min-height: 460px;
    margin-top: 28px;
  }
  .feat-hero__visual-backdrop {
    right: 2%;
    width: 72%;
  }
  .feat-floating-card--top {
    left: 0;
    top: 13%;
  }
  .feat-floating-card--bottom {
    right: 0;
    top: 52%;
  }
  .feat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .feat-hero {
    padding: 105px 0 65px;
  }
  .feat-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.4rem);
  }
  .feat-hero__signals {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .feat-hero__signal {
    min-height: 58px;
  }
}
@media (max-width: 575.98px) {
  .feat-hero .accr-hero-carousel {
    padding: 8px 8px 50px;
    border-radius: 18px;
  }
  .feat-hero .accr-carousel-track {
    min-height: 245px;
  }
  .feat-hero .accr-carousel-controls {
    top: auto;
    right: 50%;
    bottom: 8px;
    transform: translateX(50%);
    flex-direction: row;
  }
  .feat-hero .accr-carousel-dots {
    flex-direction: row;
  }
  .feat-hero .accr-carousel-btn {
    width: 32px;
    height: 32px;
  }
  .feat-hero .accr-slide figcaption {
    font-size: 0.72rem;
  }
  .feat-floating-card {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    min-width: 0;
    margin-top: 10px;
  }
  .feat-hero__visual-shell {
    padding: 14px 9px 12px;
    border-radius: 20px;
  }
  .feat-hero__visual-shell::before {
    right: 14px;
    top: -12px;
    font-size: 0.5rem;
  }
  .feat-hero__visual-top {
    font-size: 0.66rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .feat-hero .accr-slide,
  .feat-card,
  .feat-hero .accr-hero-carousel {
    transition: none;
  }
}

/* Feature hero carousel â€” match the How It Works sizing model: the shell follows the active image. */
.feat-hero .accr-hero-carousel {
  padding: 14px 58px 14px 14px;
  overflow: hidden;
}
.feat-hero .accr-carousel-track {
  min-height: 0;
  height: auto;
  padding: 0;
}
.feat-hero .accr-slide {
  inset: auto;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.feat-hero .accr-slide.is-active {
  position: relative;
  inset: auto;
}
.feat-hero .accr-slide:not(.is-active) {
  visibility: hidden;
}
.feat-hero .accr-slide img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}
.feat-hero .accr-slide figcaption {
  margin: 10px 0 0;
}

@media (max-width: 991.98px) {
  .feat-hero__visual {
    min-height: 0;
    margin-top: 28px;
  }
  .feat-hero__visual-shell {
    width: 100%;
  }
  .feat-hero .accr-carousel-track {
    min-height: 0;
  }
}

@media (max-width: 575.98px) {
  .feat-hero__visual {
    width: 100%;
    min-height: 0;
  }
  .feat-hero__visual-shell {
    padding: 14px 9px 12px;
    border-radius: 20px;
  }
  .feat-hero .accr-hero-carousel {
    width: 100%;
    padding: 8px 8px 50px;
    border-radius: 18px;
    transform: none;
  }
  .feat-hero .accr-carousel-track {
    min-height: 0;
  }
  .feat-hero .accr-carousel-controls {
    top: auto;
    right: 50%;
    bottom: 8px;
    left: auto;
    transform: translateX(50%);
    flex-direction: row;
  }
  .feat-hero .accr-carousel-dots {
    flex-direction: row;
  }
  .feat-hero .accr-carousel-btn {
    width: 32px;
    height: 32px;
  }
  .feat-hero .accr-slide figcaption {
    font-size: 0.72rem;
  }
}

/* Feature hero floating cards â€” compact desktop sizing and clean stacked mobile flow. */
.feat-floating-card--top {
  top: 22%;
}
.feat-floating-card--bottom {
  top: 67%;
  min-width: 0;
  padding: 9px 12px;
}
.feat-floating-card--bottom small {
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .feat-hero__visual {
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-top: 28px;
  }

  /* Keep the tilted depth image from competing with the carousel once the visual stacks. */
  .feat-hero__visual-backdrop {
    display: none;
  }

  .feat-hero__visual-shell {
    width: 100%;
    order: 1;
  }

  .feat-floating-card {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100%;
    min-width: 0;
    margin-top: 10px;
    order: 2;
  }

  .feat-floating-card--bottom {
    order: 3;
  }

  .feat-floating-card--bottom small {
    white-space: normal;
  }
}
