.hero::before { display: none; }
.hero-inner { min-height: 0; padding: 32px 0 28px; }
.hero-showcase { width: 100%; }
.hero > .wrap { width: min(1320px, 100%); }
.coverflow::before, .coverflow::after { display: none; }
#coverflow.is-ready { padding: 0; min-height: 0; overflow: hidden; }
#coverflow.is-ready .cover-input { display: none; }
#coverflow.is-ready .coverflow-stage {
  height: 580px;
  perspective: 1500px;
  cursor: grab;
  touch-action: pan-y pinch-zoom;
  user-select: none;
  -webkit-user-select: none;
}
#coverflow.is-dragging .coverflow-stage { cursor: grabbing; }
.cover-item {
  position: absolute;
  width: 340px;
  height: 440px;
  top: 26px;
  left: 50%;
  transform-style: preserve-3d;
  will-change: transform;
}
#coverflow.is-ready .coverflow-stage .cover-card {
  --pointer-rotate-x: 0deg;
  --pointer-rotate-y: 0deg;
  --pointer-lift: 0px;
  position: relative;
  inset: auto;
  width: 100%;
  height: 440px;
  min-height: 0;
  padding: 28px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.25);
  transform: translate3d(0, var(--pointer-lift), 0) rotateX(var(--pointer-rotate-x)) rotateY(var(--pointer-rotate-y));
  opacity: 1;
  filter: none;
  pointer-events: auto;
  animation: none;
  transition: transform .24s cubic-bezier(.2, .8, .2, 1), box-shadow .24s ease, filter .24s ease;
  will-change: transform, box-shadow;
  -webkit-box-reflect: unset;
  box-shadow: 0 22px 48px #0006, inset 0 1px 0 #ffffff26;
}
#coverflow.is-ready .cover-card.is-pointer-near {
  box-shadow: 0 34px 68px rgba(0, 0, 0, .5), 0 0 0 1px rgba(255, 255, 255, .3), inset 0 1px 0 rgba(255, 255, 255, .32);
}
#coverflow.is-ready .cover-card.is-introducing {
  animation: coverPriorityIntro .78s cubic-bezier(.16, 1, .3, 1);
}
@keyframes coverPriorityIntro {
  0% { transform: translate3d(0, 18px, 0) scale(.86); filter: brightness(.8) saturate(.85); }
  48% { transform: translate3d(0, -13px, 46px) rotateX(-1deg) scale(1.065); filter: brightness(1.15) saturate(1.1); }
  100% { transform: translate3d(0, 0, 0) scale(1); filter: brightness(1) saturate(1); }
}
#coverflow.is-ready .cover-card::before {
  background:
    linear-gradient(180deg, rgba(3, 8, 22, .04) 0%, rgba(3, 8, 22, .18) 31%, rgba(3, 8, 22, .9) 100%),
    linear-gradient(145deg, var(--card-tint), rgba(3, 8, 22, .14)),
    var(--card-image),
    linear-gradient(155deg, var(--card-from), var(--card-to));
  background-position: center, center, var(--card-position), center;
  background-repeat: no-repeat;
  background-size: cover, cover, 400% 200%, cover;
}
#coverflow.is-ready .cover-card::after {
  background: linear-gradient(115deg, #ffffff12, transparent 40%, #ffffff08 75%, transparent), linear-gradient(0deg, #0004, transparent 65%);
}
.cover-0 { --card-image: url("assets/assurance/assurance-scenes-source.png"); --card-position: 0% 0%; --card-tint: rgba(5, 98, 130, .34); }
.cover-1 { --card-image: url("assets/assurance/assurance-scenes-source.png"); --card-position: 33.333% 0%; --card-tint: rgba(56, 54, 155, .26); }
.cover-2 { --card-image: url("assets/assurance/assurance-scenes-source.png"); --card-position: 66.667% 0%; --card-tint: rgba(4, 85, 135, .3); }
.cover-3 { --card-image: url("assets/assurance/assurance-scenes-source.png"); --card-position: 100% 0%; --card-tint: rgba(60, 34, 128, .3); }
.cover-4 { --card-image: url("assets/assurance/assurance-scenes-source.png"); --card-position: 0% 100%; --card-tint: rgba(116, 40, 19, .3); }
.cover-5 { --card-image: url("assets/assurance/assurance-scenes-source.png"); --card-position: 33.333% 100%; --card-tint: rgba(66, 31, 124, .3); }
.cover-6 { --card-image: url("assets/assurance/assurance-scenes-source.png"); --card-position: 66.667% 100%; --card-tint: rgba(6, 77, 101, .29); }
.cover-7 { --card-image: url("assets/assurance/assurance-scenes-source.png"); --card-position: 100% 100%; --card-tint: rgba(18, 75, 60, .3); }
#coverflow.is-ready .cover-card h3 { font-size: 30px; font-weight: 700; line-height: 1.12; }
#coverflow.is-ready .cover-icon { margin-bottom: 16px; border-radius: 16px; background: #ffffff16; backdrop-filter: none; }
#coverflow.is-ready .cover-kicker { margin: 0 0 8px; font-size: 10px; font-weight: 650; }
#coverflow.is-ready .cover-card p:not(.cover-kicker) { font-size: 13px; line-height: 1.6; }
#coverflow.is-ready .cover-list { gap: 7px; padding-top: 16px; margin-bottom: 22px; }
#coverflow.is-ready .cover-list li { font-weight: 500; }
#coverflow.is-ready .cover-list li::before { width: 4px; height: 4px; box-shadow: none; }
#coverflow.is-ready .cover-cta { border-radius: 999px; font-weight: 650; min-height: 44px; box-shadow: none; }
.cover-reflection {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: 100%;
  height: 96px;
  pointer-events: none;
  opacity: .28;
  mask-image: linear-gradient(#000, transparent);
  -webkit-mask-image: linear-gradient(#000, transparent);
}
#coverflow.is-ready .cover-reflection .cover-card { transform: scaleY(-1); pointer-events: none; box-shadow: none; }
.flow-navigation { position: relative; z-index: 20; display: grid; justify-items: center; gap: 12px; padding: 0 16px 12px; color: #f5f5f7; }
.flow-selection { display: flex; flex-wrap: wrap; justify-content: center; align-items: baseline; gap: 12px; min-height: 26px; }
.flow-title { margin: 0; font-size: 17px; font-weight: 600; }
.flow-count { color: #a1a1a6; font-size: 12px; font-variant-numeric: tabular-nums; }
.flow-toolbar { display: flex; align-items: center; justify-content: center; gap: 20px; }
.flow-arrow { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #ffffff20; border-radius: 50%; color: #f5f5f7; background: #1c1c1e; cursor: pointer; transition: background .2s, transform .2s; }
.flow-arrow:hover { background: #333336; }
.flow-arrow:active { transform: scale(.94); }
.flow-dots { display: flex; align-items: center; }
.flow-dot { display: grid; place-items: center; width: 24px; height: 44px; padding: 0; background: transparent; border: 0; cursor: pointer; }
.flow-dot::after { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #626267; transition: transform .25s, background .25s; }
.flow-dot[aria-pressed="true"]::after { background: #f5f5f7; transform: scale(1.5); }
.flow-arrow:focus-visible, .flow-dot:focus-visible, #coverflow:focus-visible { outline: 2px solid #8bbaff; outline-offset: -2px; }
@media (max-width: 720px) {
  .hero-inner { padding: 16px 0 20px; }
  .cover-item { width: min(290px, calc(100vw - 70px)); height: 456px; top: 18px; }
  #coverflow.is-ready .coverflow-stage { height: 562px; perspective: 1100px; }
  #coverflow.is-ready .coverflow-stage .cover-card { height: 456px; padding: 22px; border-radius: 22px; }
  #coverflow.is-ready .cover-card h3 { font-size: 26px; }
  #coverflow.is-ready .cover-list li { font-size: 11px; }
  .flow-toolbar { gap: 8px; }
  .flow-dot { width: 23px; }
  .flow-title { font-size: 16px; }
  .cover-reflection { height: 72px; }
}
@media (prefers-reduced-motion: reduce) {
  .cover-item, #coverflow.is-ready .coverflow-stage .cover-card { will-change: auto; }
}
