.hero-feature-reel {
  isolation: isolate;
}

.hero-feature-reel .hero-reel-frame {
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 520ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity;
}

.hero-feature-reel .hero-reel-anchor {
  position: relative;
  z-index: 1;
}

.hero-feature-reel .hero-reel-frame:not(.hero-reel-anchor) {
  position: absolute;
  z-index: 1;
  inset: 0;
}

.hero-feature-reel .hero-reel-frame.is-active {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
}

.hero-reel-indicators {
  position: absolute;
  z-index: 4;
  bottom: 16px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 11px;
  border: 1px solid rgb(255 255 255 / 0.14);
  border-radius: 999px;
  background: rgb(7 20 38 / 0.68);
  box-shadow: 0 8px 24px rgb(7 20 38 / 0.14);
  transform: translateX(-50%);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  pointer-events: none;
}

.hero-reel-caption {
  margin-right: 4px;
  color: rgb(255 255 255 / 0.9);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.hero-reel-indicators > span:not(.hero-reel-caption) {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.34);
  transition: width 240ms ease, background 240ms ease;
}

.hero-reel-indicators > span.is-active:not(.hero-reel-caption) {
  width: 18px;
  background: #73e4d1;
}

.hero-reel-next {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 34px;
  background: transparent;
  cursor: pointer;
  touch-action: pan-y;
}

.hero-reel-next:focus-visible {
  outline: 3px solid #73e4d1;
  outline-offset: 5px;
}

.ownership-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #06111f;
}

.ownership-section .split-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.78fr);
}

.ownership-section .feature-copy h2 {
  max-width: 680px;
  color: #fff;
}

.ownership-section .feature-copy > p:not(.eyebrow) {
  max-width: 650px;
  color: #b8c7d2;
}

.ownership-section .feature-list li {
  color: #d0dce4;
}

.ownership-section .feature-list li::before {
  color: #73e4d1;
}

.ownership-local-note {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 26px;
  color: #aebfcb;
  font-size: 0.82rem;
  font-weight: 800;
}

.ownership-local-note::before {
  content: "";
  width: 9px;
  height: 9px;
  border: 2px solid #73e4d1;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgb(115 228 209 / 0.12);
}

.feature-detail-link {
  display: flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #73e4d1;
  font-weight: 800;
  text-decoration: none;
}

.feature-detail-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.feature-detail-link:focus-visible {
  border-radius: 8px;
  outline: 3px solid rgb(12 118 108 / 0.24);
  outline-offset: 3px;
}

.automatic-trips-story {
  color: #edf4f8;
  background: #0d1d31;
}

.automatic-trips-story .split-grid {
  align-items: start;
}

.automatic-trips-story .feature-copy h2 {
  color: #edf4f8;
}

.automatic-trips-story .feature-copy > p:not(.eyebrow) {
  color: #a9bac7;
}

.automatic-trips-story .eyebrow,
.automatic-trips-story .feature-detail-link {
  color: #73e4d1;
}

.automatic-trip-product-shot {
  width: min(100%, 500px);
  justify-self: center;
}

.automatic-trip-flow {
  display: grid;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.automatic-trip-flow li {
  position: relative;
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 14px;
  color: #d7e1e8;
}

.automatic-trip-flow li:not(:last-child)::after {
  position: absolute;
  top: 38px;
  bottom: -4px;
  left: 16px;
  width: 1px;
  background: #33495e;
  content: "";
}

.automatic-trip-flow li > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 33px;
  height: 33px;
  flex: 0 0 33px;
  align-items: center;
  justify-content: center;
  border: 1px solid #43566b;
  border-radius: 50%;
  background: #10253d;
  color: #73e4d1;
  font-size: 0.7rem;
  font-weight: 850;
}

.automatic-trip-manual-note {
  display: block;
  margin-top: 22px;
  color: #a9bac7;
  font-size: 0.86rem;
  font-weight: 700;
}

.automatic-trip-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 52px);
  margin-top: clamp(42px, 7vw, 72px);
}

.automatic-trip-proof-grid article {
  padding-top: 22px;
  border-top: 1px solid #33495e;
}

.automatic-trip-proof-grid h3 {
  margin: 0 0 8px;
  color: #edf4f8;
  font-size: 1.02rem;
}

.automatic-trip-proof-grid p {
  margin: 0;
  color: #a9bac7;
  font-size: 0.94rem;
  line-height: 1.65;
}

.android-auto-story .split-grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(480px, 1.22fr);
}

.android-auto-product-shot {
  width: min(100%, 760px);
}

.android-auto-product-shot picture,
.android-auto-product-shot img {
  display: block;
  width: 100%;
}

.android-auto-product-shot img {
  border-radius: 24px;
}

.android-auto-channel-note {
  display: block;
  max-width: 62ch;
  margin-top: 22px;
  color: #5f7182;
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.6;
}

.parking-story .product-shot {
  width: min(100%, 540px);
  justify-self: center;
}

.ownership-product-shot {
  width: min(100%, 540px);
  justify-self: center;
}

.parking-story .product-shot picture,
.parking-story .product-shot img,
.ownership-product-shot picture,
.ownership-product-shot img {
  width: 100%;
}

.reporting-story {
  padding-top: 0;
  background: #06111f;
}

.reporting-story-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 34px 40px;
  border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 28px;
  background: #0b1b2d;
}

.reporting-story-card > div {
  max-width: 760px;
}

.reporting-story-card h2 {
  margin-bottom: 10px;
  color: #fff;
}

.reporting-story-card p:not(.eyebrow) {
  margin-bottom: 0;
  color: #b8c7d2;
}

.reporting-story-card .button {
  flex: 0 0 auto;
}

@media (max-width: 840px) {
  .ownership-section .split-grid {
    grid-template-columns: 1fr;
  }

  .android-auto-story .split-grid {
    grid-template-columns: 1fr;
  }

  .automatic-trip-proof-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .reporting-story-card {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }
}

@media (max-width: 520px) {
  .hero-reel-indicators {
    bottom: 12px;
    padding: 7px 9px;
  }

  .reporting-story-card {
    padding: 26px 24px;
    border-radius: 24px;
  }

  .reporting-story-card .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-feature-reel .hero-reel-frame,
  .hero-reel-indicators > span:not(.hero-reel-caption) {
    transition: none;
  }
}
