
.features-section{
  padding:40px 0 40px;
  background:
    radial-gradient(circle at 14% 8%,rgba(24,103,225,.10),transparent 24%),
    radial-gradient(circle at 88% 12%,rgba(122,63,210,.08),transparent 22%),
    linear-gradient(180deg,#f6faff 0%,#ffffff 100%);
}
.features-motion-shell{width:min(1680px,calc(100% - 28px));margin:auto}
.features-section .section-head{margin-bottom:28px}.features-section .section-head p{max-width:1000px;margin-inline:auto}

.sticky-feature-tabs{
  position:sticky;top:82px;z-index:30;
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;
  padding:12px;margin-bottom:20px;
  border:1px solid #dce7f4;border-radius:22px;
  background:rgba(248,251,255,.92);backdrop-filter:blur(12px);
  box-shadow:0 16px 36px rgba(7,52,111,.08)
}
.feature-tab{
  display:grid;grid-template-columns:48px 1fr;gap:11px;align-items:center;
  min-height:68px;padding:10px 13px;border:1px solid #dce7f4;border-radius:16px;
  background:#fff;text-align:left;cursor:pointer;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease,color .22s ease
}
.feature-tab:hover{transform:translateY(-2px);border-color:#a8c8ee;box-shadow:0 10px 22px rgba(7,52,111,.07)}
.feature-tab.active{border-color:transparent;background:linear-gradient(135deg,#0d66df,#083e96);color:#fff;box-shadow:0 13px 28px rgba(7,93,221,.20)}
.tab-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#edf5ff;font-size:22px}.feature-tab.active .tab-icon{background:rgba(255,255,255,.14)}
.tab-copy b,.tab-copy small{display:block}.tab-copy b{font-size:15px}.tab-copy small{margin-top:3px;font-size:10px;color:var(--muted)}.feature-tab.active .tab-copy small{color:#dce9ff}

.motion-package-panel{display:none}.motion-package-panel.active{display:block}
.motion-stage{position:relative;padding:22px;border-radius:30px;border:1px solid #dce7f4;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,251,255,.98));box-shadow:0 24px 58px rgba(7,52,111,.09)}
.motion-package-panel[data-theme="purple"] .motion-stage{background:linear-gradient(180deg,#fff,#fbf8ff)}
.motion-package-panel[data-theme="cyan"] .motion-stage{background:linear-gradient(180deg,#fff,#f7fdff)}
.motion-stage:before{content:"";position:absolute;inset:0;border-radius:30px;pointer-events:none;background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.75) 50%,transparent 70%);opacity:.32}
.motion-stage-head{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:2px 4px 18px;border-bottom:1px solid #e5edf6}
.motion-package-label{display:inline-flex;padding:6px 11px;border-radius:999px;background:#eaf3ff;color:#0a59c7;font-size:9px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.motion-package-panel[data-theme="purple"] .motion-package-label{background:#f2eaff;color:#6d36c4}
.motion-package-panel[data-theme="cyan"] .motion-package-label{background:#e6f9fd;color:#087e99}
.motion-stage-head h3{margin:8px 0 0;font-size:27px;line-height:1.1;color:#092f69;letter-spacing:-.02em}
.motion-control,.motion-orbit,.motion-footer{display:none}

.feature-hero{position:relative;z-index:2;display:flex;justify-content:center;margin:22px 0 22px}
.feature-hero-card{
  width:min(860px,88%);
  position:relative;overflow:hidden;
  padding:7px 21px 7px;border-radius:28px;
  background:linear-gradient(135deg,#0c2f6c 0%,#0e66df 60%,#34a0ff 100%);
  box-shadow:0 24px 48px rgba(7,79,180,.22);
  color:#fff;transform-origin:center center;
}
.motion-package-panel[data-theme="purple"] .feature-hero-card{background:linear-gradient(135deg,#3e1f79 0%,#6c34c1 60%,#b26cff 100%);box-shadow:0 28px 58px rgba(102,51,173,.24)}
.motion-package-panel[data-theme="cyan"] .feature-hero-card{background:linear-gradient(135deg,#055368 0%,#0686a3 58%,#22c6dc 100%);box-shadow:0 28px 58px rgba(0,126,156,.22)}
.feature-hero-card:before{content:"";position:absolute;right:-80px;top:-80px;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.10)}
.feature-hero-card:after{content:"";position:absolute;left:-50px;bottom:-80px;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,.08)}
.feature-hero-badge{position:relative;z-index:2;display:inline-flex;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.14);font-size:9px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:#e8f2ff;margin-bottom:13px}
.feature-hero-layout{position:relative;z-index:2;display:grid;grid-template-columns:92px 1fr;gap:17px;align-items:center}
.feature-hero-icon{width:50px;height:50px;border-radius:26px;display:grid;place-items:center;background:rgba(255,255,255,.15);backdrop-filter:blur(8px);box-shadow:inset 0 0 0 1px rgba(255,255,255,.16);font-size:30px}
.feature-hero-copy h4{margin:0 0 7px;font-size:25px;line-height:0.5;letter-spacing:-.02em}
.feature-hero-copy p{margin:0;font-size:15px;line-height:1.6;color:#e8f2ff;max-width:680px}
.feature-hero-card.animate-in{animation:heroPop 1.05s cubic-bezier(.2,.8,.2,1)}
@keyframes heroPop{0%{transform:translateY(34px) scale(.82);opacity:.0}35%{transform:translateY(-8px) scale(1.03);opacity:1}100%{transform:translateY(0) scale(1);opacity:1}}

.motion-canvas{position:relative;height:auto;margin-top:4px;overflow:visible}
.motion-feature-stack{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;align-items:stretch}
.motion-feature-card{
  position:relative;min-height:96px;padding:13px 14px;border-radius:18px;
  background:#fff;border:1px solid #dfe9f5;box-shadow:0 8px 18px rgba(7,52,111,.045);
  display:grid;grid-template-columns:58px 1fr;gap:13px;align-items:center;
  transform:translateY(0) scale(1);z-index:1;
  transition:transform .5s cubic-bezier(.2,.8,.2,1), box-shadow .5s ease, border-color .5s ease, background .5s ease;
  will-change:transform;
}
.motion-feature-card:hover{transform:translateY(-5px);border-color:#abc9ef;box-shadow:0 16px 34px rgba(7,52,111,.10)}
.motion-feature-card.active{
  transform:translateY(-10px) scale(1.06);
  border-color:#72a8ed;
  background:linear-gradient(145deg,#ffffff,#f1f7ff);
  box-shadow:0 24px 44px rgba(7,93,221,.17);
  z-index:6;
}
.motion-package-panel[data-theme="purple"] .motion-feature-card.active{border-color:#b794ea;background:linear-gradient(145deg,#fff,#f7f0ff);box-shadow:0 24px 44px rgba(102,51,173,.16)}
.motion-package-panel[data-theme="cyan"] .motion-feature-card.active{border-color:#78cfe1;background:linear-gradient(145deg,#fff,#effcff);box-shadow:0 24px 44px rgba(0,126,156,.14)}
.motion-feature-icon{width:58px;height:58px;border-radius:17px;display:grid;place-items:center;background:#edf5ff;color:#0b61d4;font-size:29px;box-shadow:inset 0 0 0 1px #dbe9fb}
.motion-package-panel[data-theme="purple"] .motion-feature-icon{background:#f3edff;color:#743cc8}
.motion-package-panel[data-theme="cyan"] .motion-feature-icon{background:#e9faff;color:#087f9b}
.motion-feature-card.active .motion-feature-icon{background:linear-gradient(135deg,#0d66df,#1698e8);color:#fff;box-shadow:none}
.motion-package-panel[data-theme="purple"] .motion-feature-card.active .motion-feature-icon{background:linear-gradient(135deg,#6633ad,#9a58e9)}
.motion-package-panel[data-theme="cyan"] .motion-feature-card.active .motion-feature-icon{background:linear-gradient(135deg,#007b9a,#11a9c8)}
.motion-feature-copy h4{margin:0;font-size:16px;line-height:1.3;color:#0a3f91}
.motion-feature-copy p{display:none}

@media(max-width:1500px){.motion-feature-stack{grid-template-columns:repeat(4,minmax(0,1fr))}.feature-hero-card{width:min(920px,96%)}}
@media(max-width:1180px){.sticky-feature-tabs{top:74px}.motion-stage{padding:18px}.feature-hero-card{width:min(860px,100%)}.feature-hero-copy h4{font-size:25px}.feature-hero-copy p{font-size:15px}.motion-feature-stack{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:860px){.features-motion-shell{width:min(100% - 20px,1680px)}.sticky-feature-tabs{position:static;grid-template-columns:1fr}.motion-stage{padding:16px}.motion-stage-head h3{font-size:24px}.feature-hero-card{padding:18px 18px 20px;border-radius:26px}.feature-hero-layout{grid-template-columns:88px 1fr;gap:16px}.feature-hero-icon{width:45px;height:45px;border-radius:24px;font-size:27px}.feature-hero-copy h4{font-size:24px}.feature-hero-copy p{font-size:14px;line-height:1.65}.motion-feature-stack{grid-template-columns:repeat(2,minmax(0,1fr))}.motion-feature-card{min-height:92px}.motion-feature-card.active{transform:translateY(-7px) scale(1.04)}}
@media(max-width:560px){.features-section{padding:54px 0 64px}.motion-stage{padding:13px;border-radius:22px}.motion-stage-head h3{font-size:21px}.feature-hero{margin:16px 0 18px}.feature-hero-card{width:100%;padding:16px;border-radius:22px}.feature-hero-layout{grid-template-columns:1fr}.feature-hero-icon{width:40px;height:40px;border-radius:20px;font-size:22px}.feature-hero-copy h4{font-size:22px}.feature-hero-copy p{font-size:13px}.motion-feature-stack{grid-template-columns:1fr}.motion-feature-card{min-height:84px;padding:12px}.motion-feature-card.active{transform:translateY(-4px) scale(1.02)}}
@media(prefers-reduced-motion:reduce){.feature-hero-card.animate-in,.motion-feature-card,.feature-tab{animation:none;transition:none}.motion-feature-card.active{transform:none}}
