@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap');
@property --future-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false
}

body.auto-future {
  --bg-body: #070c17;
  --bg-card: #111a2b;
  --bg-white: #162136;
  --text-primary: #f1f5ff;
  --text-secondary: #afbdd2;
  --text-muted: #a1aec3;
  --navy: #f1f5ff;
  --navy-light: #d0def5;
  --primary-cta: #9cf1d3;
  --primary-cta-hover: #b6ffe5;
  --primary-cta-gradient: linear-gradient(115deg, #a4f6d5, #85dfe9);
  --accent-blue: #8bd8eb;
  --accent-blue-light: #16313e;
  --border-light: #2a354b;
  --border-focus: #a4f6d5;
  --shadow-md: 0 24px 70px #0004;
  --shadow-sm: 0 2px 8px #0002;
  --shadow-hover: 0 6px 30px #7accc422;
  --font-family: 'Manrope', sans-serif;
  --radius-lg: 26px;
  --future-accent: #a4f6d5;
  --future-dark: #071d23;
  --future-line: #263149;
  --future-muted: #a8b7ce;
  --future-beam: #83ffe0;
  --future-beam-alt: #ad86ff;
  --future-beam-speed: 7.2s;
  color: var(--text-primary)!important;
  min-width: 0;
  overflow-x: clip
}

body.auto-future.future-quantum {
  --bg-body: #090d13;
  --bg-card: #111823;
  --bg-white: #151e2b;
  --primary-cta: #b5ceff;
  --primary-cta-hover: #d2e0ff;
  --primary-cta-gradient: linear-gradient(105deg, #bedaff, #88aaff);
  --border-focus: #a2c1ff;
  --future-accent: #a7c6ff;
  --future-dark: #0b2044;
  --future-line: #293548;
  --radius-lg: 10px;
  --font-family: 'Space Grotesk', sans-serif
}

body.auto-future.future-quantum {
  --future-beam: #a4d7ff;
  --future-beam-alt: #858aff;
  --future-beam-speed: 6.6s
}

body.auto-future * {
  font-family: var(--font-family)!important
}

body.auto-future .glyphicon {
  font-family: 'Glyphicons Halflings'!important
}

.auto-future :focus-visible {
  outline: 3px solid var(--future-accent)!important;
  outline-offset: 5px
}

.auto-future .future-atmosphere {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  background: var(--bg-body)
}

.future-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: .25;
  will-change: transform
}

.future-glow-one {
  width: 70vw;
  height: 65vw;
  min-width: 500px;
  min-height: 500px;
  top: -28vw;
  left: -15vw;
  background: radial-gradient(ellipse, #2458f8, transparent 65%);
  animation: aurora-drift 22s ease-in-out infinite alternate
}

.future-glow-two {
  width: 70vw;
  height: 65vw;
  min-width: 500px;
  min-height: 500px;
  top: 4vw;
  right: -34vw;
  background: radial-gradient(ellipse, #36d9b0, transparent 65%);
  animation: aurora-drift 28s ease-in-out infinite alternate-reverse
}

.future-quantum .future-glow-one {
  background: radial-gradient(ellipse, #164cbb, transparent 65%);
  left: 20vw;
  top: -25vw;
  opacity: .45
}

.future-quantum .future-glow-two {
  display: none
}

.future-grid-lines {
  display: none
}

.future-quantum .future-grid-lines {
  display: block;
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#9fb8e909 1px, transparent 1px), linear-gradient(90deg, #9fb8e909 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(#000, transparent 85%)
}

.auto-future #mainContent {
  position: relative;
  z-index: 1
}

.auto-future .v2-header {
  background: #090f1ddd!important;
  border-bottom: 1px solid var(--future-line);
  backdrop-filter: blur(20px);
  box-shadow: none!important
}

.auto-future .v2-header-inner {
  max-width: 1280px;
  padding: 20px 36px;
  min-height: 86px
}

.auto-future .v2-logo {
  display: flex;
  align-items: center;
  text-decoration: none!important
}

.auto-future .v2-logo-img {
  display: none
}

.future-brand {
  color: #eef5ff;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -1px;
  white-space: nowrap
}

.future-brand>span {
  color: var(--future-accent)
}

.auto-future .v2-phone-btn {
  border: 1px solid #44536b;
  background: transparent!important;
  color: #d9e6fa!important;
  padding: 10px 17px;
  border-radius: 40px
}

.auto-future .v2-nav-back {
  color: #d8e7fc!important;
  background: #152032!important;
  border: 1px solid #40516a!important;
  box-shadow: none!important
}

.auto-future .v2-nav-back:hover {
  border-color: var(--future-accent)!important
}

.auto-future .v2-tagline {
  display: none!important
}

.auto-future .v2-progress-wrap {
  max-width: 610px;
  margin: 35px auto 10px;
  padding: 0 24px
}

.auto-future .v2-progress-label {
  font-size: 16px;
  letter-spacing: .1em;
  color: #b4c7e2
}

.auto-future .progress {
  background: #253046!important;
  height: 3px!important;
  box-shadow: none!important;
  border-radius: 3px!important
}

.auto-future .progress-bar {
  background: var(--primary-cta-gradient)!important;
  box-shadow: 0 0 12px #8ed7eb60;
  transition: width .5s ease
}

.auto-future.future-start .v2-progress-wrap {
  display: none
}

.auto-future .v2-form-container {
  max-width: 680px;
  padding: 0 24px 55px;
  width: 100%
}

.auto-future .v2-step-card {
  margin-top: 18px;
  padding: 38px 32px;
  background: linear-gradient(140deg, #1c2a4180, #101826cc);
  border: 1px solid #354158;
  backdrop-filter: blur(25px);
  box-shadow: 0 30px 80px #0004;
  border-radius: var(--radius-lg)
}

.auto-future .v2-step-card h4 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.035em;
  margin: 0 0 12px;
  color: var(--text-primary)!important
}

.auto-future .v2-step-subtitle {
  font-size: 16px;
  line-height: 1.7;
  color: var(--future-muted)!important
}

.auto-future .v2-step-emoji {
  display: none
}

.auto-future .v2-input-wrap {
  max-width: 440px
}

.auto-future .form-control {
  background: #0b1423!important;
  border: 1px solid #40516c!important;
  color: #eef5ff!important;
  font-size: 17px!important;
  border-radius: 10px!important;
  box-shadow: none!important;
  min-height: 56px
}

.auto-future .form-control::placeholder {
  color: #9eb0ca!important;
  opacity: 1
}

.auto-future .form-control:focus {
  border-color: var(--future-accent)!important;
  box-shadow: 0 0 0 3px #8ad8df20!important
}

.auto-future select.form-control {
  color-scheme: dark
}

.auto-future .btn-continue,
.auto-future .v2-choice-btn,
.auto-future .vehicleYearNext,
.auto-future .btn-round {
  border: 1px solid #3a4c67!important;
  background: #172339!important;
  color: #e5eeff!important;
  box-shadow: none!important;
  transition: border-color .2s, background .2s, transform .2s!important;
  border-radius: 12px!important
}

.auto-future .btn-continue:hover,
.auto-future .v2-choice-btn:hover,
.auto-future .vehicleYearNext:hover {
  background: #223551!important;
  border-color: var(--future-accent)!important;
  color: #fff!important;
  box-shadow: 0 0 0 1px var(--future-accent)!important;
  transform: translateY(-2px)!important
}

.auto-future .btn-continue.active,
.auto-future .btn-continue:active,
.auto-future .v2-choice-btn.active,
.auto-future .btn-primary.active {
  color: var(--future-dark)!important;
  background: var(--future-accent)!important;
  border-color: var(--future-accent)!important
}

.auto-future .submitZip,
.auto-future .v2-cta-btn,
.auto-future button.submit,
.auto-future .v2-bundle-yes {
  background: var(--primary-cta-gradient)!important;
  color: var(--future-dark)!important;
  border: 0!important;
  border-radius: 11px!important;
  min-height: 58px;
  font-weight: 800!important;
  font-size: 17px!important;
  letter-spacing: -.02em;
  box-shadow: 0 6px 24px #86dadd18!important;
  transition: box-shadow .2s, transform .2s!important
}

.auto-future .submitZip:hover,
.auto-future .v2-cta-btn:hover,
.auto-future button.submit:hover {
  box-shadow: 0 5px 35px #91e5d43b!important;
  transform: translateY(-2px)!important
}

.auto-future .submitZip .hidden-xs {
  display: none!important
}

.auto-future .v2-logo-choice {
  background: #f8fbff!important
}

.auto-future .v2-logo-choice-label {
  color: #183048!important
}

.auto-future .v2-logo-choice:hover {
  background: #fff!important
}

.auto-future .v2-logo-choice-img {
  opacity: 1
}

.auto-future .v2-bundle-kicker {
  background: #182d36;
  color: #a4f6d5
}

.auto-future .v2-bundle-choice-title,
.auto-future .v2-bundle-choice-sub {
  color: inherit!important
}

.auto-future .v2-count-number {
  color: var(--future-accent)!important
}

.auto-future .v2-count-label {
  color: #c6d5ed!important
}

.auto-future .v2-count-choice.active .v2-count-number,
.auto-future .v2-count-choice.active .v2-count-label {
  color: var(--future-dark)!important
}

.auto-future .v2-entity-summary,
.auto-future .v2-extra-row,
.auto-future .v2-summary-card {
  background: #162238!important;
  border-color: #37465e!important;
  color: #e7f0ff!important
}

.auto-future .v2-form-back {
  margin-top: 25px
}

.auto-future .consent label {
  color: #c5d3e9
}

.auto-future .consent a,
.auto-future .checkLink,
.auto-future label[for=leadid_tcpa_disclosure] a {
  color: var(--future-accent)
}

.auto-future label[for=leadid_tcpa_disclosure] {
  color: #b4c4dc!important;
  line-height: 1.7!important;
  font-size: 16px!important
}

.auto-future .has-error .form-control {
  border-color: #ff868a!important;
  box-shadow: 0 0 0 2px #ff868a30!important
}

.auto-future .v2-toggle-label {
  color: #d4e2f8!important
}

.auto-future .btn-toggle .btn-default {
  background: #223047;
  color: #cbd9ee
}

.auto-future .btn-toggle .btn-primary {
  background: var(--future-accent);
  color: var(--future-dark)
}

.future-hero {
  display: none;
  position: relative;
  min-width: 0
}

.future-start .future-hero {
  display: block
}

.auto-future.future-start #home {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  align-items: center;
  gap: 70px;
  max-width: 1260px;
  padding: 90px 36px 95px;
  margin: auto
}

.auto-future.future-start .v2-form-container {
  padding: 0;
  max-width: 480px;
  justify-self: end
}

.auto-future.future-start .v2-step-card {
  margin: 0;
  padding: 42px 32px;
  box-shadow: 0 30px 90px #0006, 0 0 0 7px #94c1dd04
}

.future-eyebrow {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .16em;
  color: var(--future-accent);
  margin: 0 0 24px
}

.future-spark {
  font-size: 22px;
  vertical-align: middle;
  margin-right: 8px
}

.future-hero h1 {
  font-size: clamp(38px, 4.4vw, 65px);
  line-height: 1.07;
  letter-spacing: -.065em;
  font-weight: 600;
  margin: 0 0 28px;
  color: #f2f6ff;
  position: relative;
  z-index: 1
}

.future-hero h1 em {
  font-style: normal;
  background: linear-gradient(100deg, #b1d4fc 0%, #a4f6d5 60%, #d5fff2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-size: 200% 100%;
  animation: future-heading-light 9s ease-in-out infinite alternate
}

.future-hero>p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--future-muted);
  max-width: 520px;
  position: relative;
  z-index: 1
}

.future-hero-proof {
  display: flex;
  gap: 14px 22px;
  flex-wrap: wrap;
  font-size: 16px;
  color: #bccce2;
  line-height: 1.7;
  margin-top: 30px;
  position: relative;
  z-index: 1
}

.future-hero-proof>span {
  border-top: 1px solid #3e4e65;
  padding-top: 12px
}

.future-orbit {
  width: 230px;
  height: 230px;
  position: absolute;
  left: -130px;
  top: -100px;
  z-index: 0;
  opacity: .25;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-22deg)
}

.future-orbit span {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: radial-gradient(circle, #effffb 0 15%, #a4f6d580 38%, transparent 72%);
  box-shadow: 0 0 35px #a4f6d555
}

.future-orbit span::before,
.future-orbit span::after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a4f6d5;
  box-shadow: 0 0 12px #a4f6d588
}

.future-orbit span::before { left: -30px; top: 3px }
.future-orbit span::after { right: -31px; bottom: -10px }

.future-orbit-ring {
  position: absolute;
  inset: 0;
  border: 1px solid #a4f6d5;
  border-radius: 50%;
  transform: rotateX(45deg);
  animation: orbit-spin 24s linear infinite
}

.future-orbit-ring:nth-child(2) {
  inset: 16px;
  transform: rotateY(50deg);
  animation-direction: reverse
}

.future-card-kicker {
  font-size: 16px;
  color: var(--future-accent);
  letter-spacing: .12em;
  font-weight: 800;
  margin-bottom: 20px
}

.auto-future h4.v2-zip-headline {
  font-size: 29px!important;
  letter-spacing: -.05em;
  margin-bottom: 14px
}

.auto-future .v2-zip-support {
  font-size: 16px;
  color: var(--future-muted);
  line-height: 1.6;
  margin-bottom: 28px
}

.future-card-note {
  font-size: 16px;
  color: #9fb1cc;
  margin-top: 18px
}

.future-card-divider {
  height: 1px;
  background: #344056;
  margin: 28px 0 22px
}

.future-card-steps {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 16px;
  color: #a6b8d2
}

.future-network {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #34445e;
  border-radius: 8px;
  margin-top: 35px;
  overflow: hidden;
  background: #111b2aaa
}

.future-network-node {
  position: relative;
  padding: 18px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-right: 1px solid #34445e
}

.future-network-node:last-child {
  border: 0
}

.future-network-node>span {
  font-size: 16px;
  color: #93baff
}

.future-network-node strong {
  font-size: 16px;
  color: #edf3ff
}

.future-network-node small {
  font-size: 16px;
  color: #9cabc2
}

.future-hero>p.future-hero-footnote {
  font-size: 16px;
  letter-spacing: .03em;
  margin-top: 20px
}

.future-quantum .future-hero h1 {
  font-size: clamp(38px, 5.5vw, 78px);
  font-weight: 500;
  letter-spacing: -.075em
}

.future-quantum .future-hero h1 em {
  background: linear-gradient(100deg, #f1f7ff, #89acff);
  background-clip: text;
  -webkit-background-clip: text
}

.future-quantum.future-start .v2-step-card {
  border-radius: 8px;
  background: linear-gradient(135deg, #1e2a3bc9, #101723);
  border-top: 2px solid #abc7ff
}

.future-quantum .future-card-steps {
  font-size: 16px
}

.future-quantum .v2-step-card {
  border-radius: 10px
}

.future-quantum .future-eyebrow {
  font-size: 16px;
  letter-spacing: .11em
}

.future-assurance {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 35px 40px;
  border-top: 1px solid var(--future-line);
  text-align: center
}

.future-assurance .future-eyebrow {
  font-size: 16px;
  color: #9aaccc;
  margin-bottom: 25px
}

.future-assurance-line {
  display: flex;
  justify-content: center;
  gap: 70px;
  color: #d7e5fa;
  font-size: 16px;
  letter-spacing: -.02em
}

.future-explainer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 35px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px
}

.auto-future h2 {
  font-size: 38px;
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: -.05em;
  color: #edf4ff;
  margin: 0 0 24px
}

.future-explainer-intro>p:not(.future-eyebrow) {
  font-size: 16px;
  line-height: 1.9;
  color: var(--future-muted);
  max-width: 430px
}

.future-text-link {
  display: inline-block;
  color: var(--future-accent)!important;
  border-bottom: 1px solid #81959f;
  margin-top: 16px;
  padding-bottom: 8px;
  font-size: 16px;
  text-decoration: none!important
}

.future-feature {
  display: flex;
  gap: 22px;
  padding: 0 0 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--future-line)
}

.future-feature-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #40516a;
  color: var(--future-accent);
  font-size: 16px
}

.future-feature h3 {
  font-size: 19px;
  line-height: 1.4;
  margin: 0 0 12px;
  letter-spacing: -.03em;
  color: #e7f0ff
}

.future-feature p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--future-muted);
  margin: 0
}

.future-process-story {
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 65px 50px;
  border-radius: 26px;
  border: 1px solid #36445a;
  background: linear-gradient(140deg, #182b4080, #10212540);
  position: relative;
  overflow: hidden
}

.future-process-story h2 {
  max-width: 650px;
  font-size: 43px
}

.future-process-story h2 em {
  font-style: normal;
  color: var(--future-accent)
}

.future-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 55px
}

.future-process-grid>div {
  border-top: 1px solid #42606a;
  padding-top: 24px
}

.future-process-grid span {
  font-size: 16px;
  letter-spacing: .1em;
  color: var(--future-accent)
}

.future-process-grid h3 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -.04em;
  color: #edf4ff;
  margin: 18px 0
}

.future-process-grid p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--future-muted)
}

.future-quantum .future-process-story {
  border-radius: 8px;
  background: linear-gradient(135deg, #17243d80, #0e1520);
  border-color: #2e3d59
}

.future-quantum .future-feature-number {
  border-radius: 4px
}

.future-faq {
  max-width: 800px;
  padding: 20px 32px 80px;
  margin: auto
}

.future-faq>h2 {
  margin-bottom: 35px
}

.future-faq details {
  border-top: 1px solid var(--future-line);
  padding: 22px 0
}

.future-faq summary {
  font-size: 16px;
  font-weight: 600;
  color: #dce8fb;
  cursor: pointer;
  line-height: 1.6
}

.future-faq details p {
  font-size: 16px;
  line-height: 1.9;
  color: var(--future-muted);
  padding: 20px 0 0;
  margin: 0
}

.future-footer {
  border-top: 1px solid var(--future-line);
  padding: 45px 36px 30px;
  max-width: 1280px;
  margin: auto
}

.future-footer-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px
}

.future-footer-heading>span:last-child {
  font-size: 16px;
  color: #9fafc8
}

.future-footer>p {
  font-size: 16px;
  line-height: 1.9;
  color: #92a3bf;
  margin-bottom: 30px
}

.future-footer a {
  color: #b2c5e5!important;
  font-size: 16px!important
}

.future-footer small {
  color: #8fa2bf!important;
  font-size: 16px
}

.auto-future.future-complete .future-assurance,
.auto-future.future-complete .future-explainer,
.auto-future.future-complete .future-process-story,
.auto-future.future-complete .future-faq {
  display: none
}

.auto-future #thankyou {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  color: #172b45
}

.auto-future #thankyou h1,
.auto-future #thankyou h2,
.auto-future #thankyou h3 {
  color: #172b45
}

.auto-future .future-processing {
  background: linear-gradient(140deg, #1c2a42, #0a1424);
  color: #e9f2ff;
  border: 1px solid #536482;
  border-radius: 28px;
  padding: 44px 36px;
  width: min(470px, calc(100% - 32px));
  text-align: center;
  box-shadow: 0 40px 140px #000b
}

.future-processing::backdrop {
  background: #030914d9;
  backdrop-filter: blur(18px)
}

.auto-future .future-processing:not([open]) { display: none }
.future-processing-backdrop[hidden] { display: none }
.future-processing-backdrop {
  position: fixed;
  inset: 0;
  z-index: 2147483645;
  display: flex;
  padding: 16px;
  overflow: auto;
  background: #030914ed;
  backdrop-filter: blur(18px)
}
.auto-future .future-processing-fallback[open] {
  position: relative;
  display: block;
  inset: auto;
  margin: auto;
  width: 100%;
  max-width: 470px;
  max-height: calc(100vh - 32px);
  overflow: auto;
  flex-shrink: 0
}
body.future-processing-open { overflow: hidden }

.auto-future .future-processing h2 {
  font-size: 30px
}

.future-processing>p {
  font-size: 16px;
  line-height: 1.8;
  color: #bbcce5
}

.future-processing .future-eyebrow {
  font-size: 16px;
  color: var(--future-accent)
}

.future-processing-visual {
  position: relative;
  width: 110px;
  height: 110px;
  margin: 0 auto 32px;
  display: flex;
  align-items: center;
  justify-content: center
}

.future-processing-visual>span {
  font-size: 42px;
  color: var(--future-accent)
}

.future-processing-ring {
  position: absolute;
  inset: 0;
  border: 1px solid #4a6081;
  border-top-color: var(--future-accent);
  border-radius: 50%;
  animation: orbit-spin 3s linear infinite
}

.future-processing-ring::before {
  content: '';
  position: absolute;
  inset: 12px;
  border: 1px solid #3b5474;
  border-bottom-color: var(--future-accent);
  border-radius: 50%;
  animation: orbit-spin 4s linear infinite reverse
}

.future-processing-track {
  height: 3px;
  background: #2c3b53;
  overflow: hidden;
  margin: 28px 0;
  border-radius: 3px
}

.future-processing-track span {
  display: block;
  width: 35%;
  height: 100%;
  background: var(--future-accent);
  animation: request-progress 2s ease-in-out infinite
}

.future-processing>p.future-processing-note {
  font-size: 16px;
  color: #99aecb
}

.future-processing button {
  background: none;
  color: #c9dbf5;
  border: 0;
  border-bottom: 1px solid #6b7f9e;
  font-size: 16px;
  padding: 8px;
  margin-top: 14px
}

@keyframes aurora-drift {
  0% {
    transform: translate3d(0, 0, 0) scale(1)
  }
  100% {
    transform: translate3d(7vw, 5vw, 0) scale(1.18)
  }
}

@keyframes orbit-spin {
  to {
    transform: rotate(360deg)
  }
}

@keyframes request-progress {
  0% {
    transform: translateX(-100%)
  }
  100% {
    transform: translateX(400%)
  }
}

@media(max-width:1050px) {
  .auto-future.future-start #home {
    gap: 35px;
    padding: 70px 32px
  }
  .auto-future.future-start .v2-step-card {
    padding: 36px 24px
  }
  .future-hero h1 {
    font-size: 48px
  }
  .future-explainer {
    gap: 50px;
    padding: 70px 32px
  }
  .future-process-story {
    margin: 0 28px 70px;
    padding: 45px 32px
  }
  .future-process-grid {
    gap: 25px
  }
  .future-assurance-line {
    gap: 35px
  }
  .future-quantum .future-hero h1 {
    font-size: 58px
  }
}

@media(max-width:760px) {
  .auto-future .v2-header-inner {
    padding: 16px 20px;
    min-height: 72px
  }
  .future-brand {
    font-size: 20px
  }
  .auto-future .v2-phone-btn {
    min-width: 42px;
    padding: 9px 12px
  }
  .auto-future .v2-header-actions {
    gap: 8px
  }
  .auto-future .v2-nav-back {
    font-size: 16px!important;
    padding: 9px 11px!important;
    min-height: 42px
  }
  .auto-future .v2-nav-back span {
    display: none
  }
  .auto-future .v2-form-back span {
    display: inline
  }
  .auto-future.future-start #home {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 38px 20px 40px
  }
  .future-hero {
    width: 100%;
    text-align: center
  }
  .future-hero .future-eyebrow {
    font-size: 16px;
    letter-spacing: .11em;
    margin-bottom: 20px
  }
  .future-hero h1 {
    font-size: 40px;
    line-height: 1.09;
    letter-spacing: -.065em;
    margin-bottom: 18px
  }
  .future-hero>p {
    font-size: 16px;
    line-height: 1.85;
    max-width: 410px;
    margin: 0 auto
  }
  .future-hero-proof {
    gap: 12px;
    justify-content: center;
    margin-top: 20px;
    font-size: 16px
  }
  .future-hero-proof>span {
    padding-top: 10px
  }
  .future-orbit {
    width: 160px;
    height: 160px;
    left: -80px;
    top: -60px;
    opacity: .17
  }
  .auto-future.future-start .v2-form-container {
    max-width: 470px;
    padding: 0;
    width: 100%;
    align-self: center
  }
  .auto-future.future-start .v2-step-card {
    padding: 27px 22px;
    border-radius: 22px
  }
  .auto-future .future-card-kicker {
    font-size: 16px;
    letter-spacing: .08em;
    margin-bottom: 14px
  }
  .auto-future h4.v2-zip-headline {
    font-size: 25px!important;
    margin-bottom: 9px!important
  }
  .auto-future .v2-zip-support {
    font-size: 16px;
    margin-bottom: 22px
  }
  .auto-future .form-control {
    min-height: 54px;
    font-size: 17px!important
  }
  .auto-future .submitZip,
  .auto-future .v2-cta-btn,
  .auto-future button.submit {
    min-height: 55px;
    font-size: 16px!important
  }
  .future-card-note {
    font-size: 16px;
    margin-top: 15px
  }
  .future-card-divider {
    margin: 22px 0 18px
  }
  .future-card-steps {
    font-size: 16px;
    gap: 6px
  }
  .future-quantum.future-start #home {
    padding-top: 35px;
    gap: 24px
  }
  .future-quantum .future-hero {
    text-align: left
  }
  .future-quantum .future-hero h1 {
    font-size: 48px;
    line-height: 1.02;
    letter-spacing: -.065em
  }
  .future-quantum .future-hero>p {
    font-size: 16px;
    line-height: 1.8
  }
  .future-network {
    margin-top: 22px
  }
  .future-network-node {
    padding: 12px 10px;
    gap: 6px
  }
  .future-network-node>span {
    font-size: 16px
  }
  .future-network-node strong {
    font-size: 16px
  }
  .future-network-node small {
    font-size: 16px
  }
  .future-hero>p.future-hero-footnote {
    display: none
  }
  .future-quantum.future-start .v2-step-card {
    border-radius: 8px
  }
  .auto-future .v2-progress-wrap {
    margin-top: 25px;
    padding: 0 22px
  }
  .auto-future .v2-form-container {
    padding: 0 18px 40px
  }
  .auto-future .v2-step-card {
    padding: 30px 20px
  }
  .auto-future .v2-step-card h4 {
    font-size: 24px!important
  }
  .auto-future .v2-step-subtitle {
    font-size: 16px;
    line-height: 1.7
  }
  .auto-future .btn-continue,
  .auto-future .v2-choice-btn {
    font-size: 16px!important;
    min-height: 54px
  }
  .auto-future .v2-logo-choice-label {
    font-size: 16px!important
  }
  .auto-future .v2-count-number {
    font-size: 28px!important
  }
  .auto-future .v2-count-label {
    font-size: 16px!important
  }
  .auto-future .vehicleYearNext {
    font-size: 16px!important
  }
  .future-assurance {
    padding: 28px 20px 32px
  }
  .future-assurance-line {
    font-size: 16px;
    line-height: 1.6;
    gap: 14px;
    justify-content: space-between
  }
  .future-assurance .future-eyebrow {
    font-size: 16px;
    margin-bottom: 20px
  }
  .future-explainer {
    grid-template-columns: 1fr;
    padding: 52px 24px;
    gap: 38px
  }
  .auto-future h2 {
    font-size: 30px;
    letter-spacing: -.05em
  }
  .future-eyebrow {
    font-size: 16px;
    margin-bottom: 20px
  }
  .future-explainer-intro>p:not(.future-eyebrow) {
    font-size: 16px;
    line-height: 1.9
  }
  .future-feature {
    gap: 17px;
    padding-bottom: 25px;
    margin-bottom: 25px
  }
  .future-feature:last-child {
    margin-bottom: 0
  }
  .future-feature h3 {
    font-size: 18px
  }
  .future-feature p {
    font-size: 16px
  }
  .future-process-story {
    margin: 0 18px 55px;
    padding: 35px 24px;
    border-radius: 22px
  }
  .future-process-story h2 {
    font-size: 30px
  }
  .future-process-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px
  }
  .future-process-grid>div {
    padding-top: 20px
  }
  .future-process-grid h3 {
    font-size: 21px;
    margin: 14px 0
  }
  .future-process-grid span {
    font-size: 16px
  }
  .future-process-grid p {
    font-size: 16px
  }
  .future-faq {
    padding: 5px 24px 55px
  }
  .future-faq summary {
    font-size: 16px
  }
  .future-footer {
    padding: 34px 24px 24px
  }
  .future-footer-heading {
    display: block;
    margin-bottom: 22px
  }
  .future-footer-heading>span:last-child {
    display: block;
    margin-top: 12px;
    font-size: 16px
  }
  .future-footer>p {
    font-size: 16px;
    line-height: 1.8
  }
  .auto-future #a11yTrigger {
    width: 44px!important;
    height: 44px!important;
    bottom: 15px!important;
    right: 12px!important
  }
  .auto-future .future-processing {
    padding: 35px 25px
  }
  .auto-future .future-processing h2 {
    font-size: 26px
  }
  .future-processing-visual {
    width: 95px;
    height: 95px
  }
  .future-glow {
    filter: blur(65px)
  }
}

@media(min-width:761px) and (max-width:900px) {
  .future-hero h1 {
    font-size: 40px
  }
  .future-quantum .future-hero h1 {
    font-size: 49px
  }
  .auto-future.future-start #home {
    gap: 28px;
    padding: 60px 26px
  }
  .future-hero>p {
    font-size: 16px
  }
  .future-card-steps {
    font-size: 16px
  }
  .auto-future h4.v2-zip-headline {
    font-size: 25px!important
  }
  .future-hero-proof {
    font-size: 16px
  }
  .future-network-node {
    padding: 14px 8px
  }
  .future-network-node strong {
    font-size: 16px
  }
  .future-network-node small {
    font-size: 16px
  }
}

@media(prefers-reduced-motion:reduce) {
  .auto-future *,
  .auto-future *::before,
  .auto-future *::after {
    animation: none!important;
    transition: none!important;
    scroll-behavior: auto!important
  }
  .future-glow {
    will-change: auto
  }
  .future-processing-track span {
    width: 100%;
    opacity: .5
  }
}


/* Only the opening ZIP card moves. Subsequent cards retain its last color phase. */

.auto-future .v2-step-card {
  position: relative;
  isolation: isolate;
  --future-angle: var(--future-frozen-angle, 0deg);
  border: 2px solid transparent!important;
  background: linear-gradient(135deg, #172338, #101827) padding-box, conic-gradient(from var(--future-angle), #344663 0deg, var(--future-beam-alt) 34deg, #e5dcff 46deg, #344663 68deg, #344663 140deg, var(--future-beam) 178deg, #f2fffc 190deg, #344663 218deg, #344663 360deg) border-box!important;
  box-shadow: 0 28px 75px #0008, 0 0 0 1px #a2bcdf10;
  transform-origin: 50% 18%;
  animation: none
}

.auto-future .v2-step-card::before {
  --future-angle: var(--future-frozen-angle, 0deg);
  content: '';
  position: absolute;
  inset: -14px;
  border-radius: inherit;
  padding: 16px;
  pointer-events: none;
  background: conic-gradient(from var(--future-angle), transparent 0deg, var(--future-beam-alt) 38deg, transparent 94deg, transparent 130deg, var(--future-beam) 183deg, transparent 246deg, transparent 360deg);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  filter: blur(11px);
  opacity: .85;
  z-index: -1
}

/* Two crisp highlights travel around the OUTSIDE of the question card. Inputs
   and buttons retain their static focus/selection borders. The soft halo and
   sharp light heads use the same angle so the effect reads as a moving beam. */
.auto-future .v2-step-card::after {
  --future-angle: var(--future-frozen-angle, 0deg);
  content: '';
  position: absolute;
  inset: -4px;
  padding: 2px;
  border-radius: calc(var(--radius-lg) + 3px);
  pointer-events: none;
  background: conic-gradient(from var(--future-angle), transparent 0deg, #b398ff80 27deg, #e9e0ff 42deg, transparent 51deg, transparent 157deg, #79ffe480 170deg, #effffc 187deg, transparent 198deg, transparent 360deg);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  z-index: -1
}

.future-quantum .v2-step-card::after {
  background: conic-gradient(from var(--future-angle), transparent 0deg, #7795ff88 25deg, #e8efff 40deg, transparent 49deg, transparent 157deg, #7ebdff88 170deg, #eff9ff 187deg, transparent 198deg, transparent 360deg)
}

.auto-future #zipSubmit .v2-step-card,
.auto-future #zipSubmit .v2-step-card::before,
.auto-future #zipSubmit .v2-step-card::after {
  animation: future-card-colors var(--future-beam-speed) linear infinite
}

.future-quantum.future-start #zipSubmit .v2-step-card::after {
  border-radius: 11px
}

.auto-future:not(.future-start) .future-glow {
  animation: none;
  opacity: .12
}

@keyframes future-heading-light {
  from { background-position: 0% 50% }
  to { background-position: 100% 50% }
}

.auto-future .consent label,
.auto-future label[for=leadid_tcpa_disclosure],
.auto-future .v2-step-subtitle,
.auto-future .v2-choice-note,
.auto-future .v2-entity-field label,
.auto-future .v2-count-label,
.auto-future .v2-bundle-choice-sub,
.auto-future .v2-logo-choice-label {
  font-size: 16px!important;
  line-height: 1.6!important
}

.auto-future .v2-phone-btn {
  min-width: 44px;
  min-height: 44px
}

.future-card-steps {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px
}

.future-hero-proof {
  gap: 12px 20px
}

.future-network {
  grid-template-columns: 1fr
}

.future-network-node {
  display: grid;
  grid-template-columns: 26px 1fr;
  column-gap: 12px;
  border-right: 0;
  border-bottom: 1px solid #34445e;
  padding: 12px 16px
}

.future-network-node small {
  grid-column: 2
}

.future-network-node>span {
  grid-row: 1 / 3
}

.future-footer nav a {
  display: inline-block;
  padding: 12px 6px;
  line-height: 1.6
}

body.auto-future.future-motion-suspended *,
body.auto-future.future-motion-suspended *::before,
body.auto-future.future-motion-suspended *::after {
  animation-play-state: paused!important;
  transition: none!important
}

/* Content remains static and readable when scripting is unavailable. */
.auto-future:not(.future-motion-enabled) *,
.auto-future:not(.future-motion-enabled) *::before,
.auto-future:not(.future-motion-enabled) *::after {
  animation: none!important;
  transition: none!important
}

.auto-future:not(.future-motion-enabled) #mainContent {
  display: block!important
}

.auto-future:not(.future-motion-enabled) #mainLoading {
  display: none!important
}

@keyframes future-card-colors {
  to {
    --future-angle: 360deg
  }
}

@media(max-width:760px) {
  .future-network {
    display: none
  }
  .future-hero-proof {
    display: none
  }
  .auto-future.future-start #home {
    padding-top: 26px;
    gap: 22px
  }
  .future-hero h1 {
    font-size: 38px
  }
  .future-hero .future-eyebrow {
    letter-spacing: .04em
  }
  .future-card-steps {
    display: none
  }
  .future-card-divider {
    display: none
  }
  .future-assurance-line {
    flex-wrap: wrap
  }
  .auto-future .future-card-kicker {
    letter-spacing: .04em
  }
  .auto-future .v2-step-card {
    overflow: visible
  }
  .auto-future .v2-step-card::before {
    inset: -9px;
    padding: 11px;
    filter: blur(8px)
  }
}

@media(prefers-reduced-motion:reduce) {
  .auto-future #zipSubmit .v2-step-card,
  .auto-future #zipSubmit .v2-step-card::before,
  .auto-future #zipSubmit .v2-step-card::after {
    animation: none!important
  }
}

.auto-future .v2-header-inner {
  display: flex;
  gap: 12px
}

.auto-future .v2-logo {
  position: static!important;
  transform: none!important;
  margin-right: auto
}

.auto-future .v2-header-actions {
  display: flex;
  align-items: center;
  gap: 10px
}

.auto-future .v2-nav-back {
  position: static!important;
  transform: none!important;
  flex-shrink: 0
}

@media(max-width:760px) {
  .auto-future .v2-header-inner {
    padding: 14px 16px;
    gap: 10px
  }
  .auto-future .future-brand {
    font-size: 19px
  }
  .auto-future .v2-header-actions {
    gap: 6px
  }
  .auto-future .v2-header .v2-nav-back {
    width: 40px;
    min-width: 40px!important;
    padding: 8px!important
  }
}

body.auto-future .future-footer a.small,
body.auto-future .future-footer small {
  font-size: 16px!important;
  line-height: 1.7!important
}

body.auto-future .future-footer a.small {
  display: inline-block;
  padding: 10px 8px
}


/* The v2 entity builders have independent legacy white-surface rules. */

body.auto-future .v2-primary-driver-choice,
body.auto-future .v2-driver-gender,
body.auto-future .v2-extra-year-choice,
body.auto-future .v2-extra-model-choice,
body.auto-future .v2-bundle-no {
  background: #172339!important;
  color: #e5eeff!important;
  border-color: #536784!important;
  font-size: 16px!important;
  white-space: normal!important;
  line-height: 1.5!important
}

body.auto-future .v2-primary-driver-choice.active,
body.auto-future .v2-primary-driver-choice.is-selected,
body.auto-future .v2-driver-gender.is-selected,
body.auto-future .v2-extra-year-choice.is-selected,
body.auto-future .v2-extra-model-choice.is-selected {
  background: var(--future-accent)!important;
  color: var(--future-dark)!important;
  border-color: var(--future-accent)!important
}

body.auto-future .v2-extra-make-choice,
body.auto-future .v2-make-mark,
body.auto-future .v2-entity-summary-visual {
  background: #f4f8ff!important;
  color: #183048!important;
  font-size: 16px!important
}

body.auto-future .v2-primary-entity-summary,
body.auto-future .v2-entity-editor,
body.auto-future .v2-entity-loading,
body.auto-future .v2-entity-empty {
  background: #142137!important;
  color: #cedef5!important;
  border-color: #536784!important
}

body.auto-future .v2-entity-summary-label {
  color: #a4f6d5!important
}

body.auto-future .v2-primary-entity-summary strong {
  color: #f0f5ff!important
}

body.auto-future .v2-savings-banner,
body.auto-future .v2-accuracy-banner {
  background: #16322f;
  color: #c5f3df;
  border-color: #51887b;
  font-size: 16px
}

body.auto-future .v2-form-container label,
body.auto-future .v2-form-container small,
body.auto-future .v2-entity-progress-copy,
body.auto-future .v2-primary-entity-edit,
body.auto-future .v2-entity-summary-detail,
body.auto-future .v2-entity-summary-label,
body.auto-future .v2-entity-summary-title,
body.auto-future .v2-primary-entity-copy strong,
body.auto-future .v2-change-vehicle,
body.auto-future .v2-change-driver,
body.auto-future .v2-review-ready,
body.auto-future .v2-nav-back span,
body.auto-future .v2-form-container .text-left,
body.auto-future .v2-phone-btn .hide-xs,
body.auto-future .v2-progress-label span,
body.auto-future .btn-toggle .btn,
body.auto-future .termsCondLabel {
  font-size: 16px!important;
  line-height: 1.6!important
}

body.auto-future .v2-primary-entity-edit {
  padding: 10px 12px;
  min-height: 44px
}

body.auto-future .v2-entity-summary-detail {
  color: #bbcee9!important
}

body.auto-future .v2-extra-model-choice,
body.auto-future .vehicleModels .btn {
  font-size: 16px!important;
  white-space: normal!important;
  overflow-wrap: anywhere
}

body.auto-future.future-start .v2-header .v2-nav-back {
  display: none!important
}

@media(max-width:380px) {
  body.auto-future .v2-header-inner {
    padding: 12px 10px;
    gap: 6px
  }
  body.auto-future .future-brand {
    font-size: 17px
  }
  body.auto-future .v2-header-actions {
    gap: 4px
  }
}

body.auto-future .future-faq details {
  padding: 10px 0
}

body.auto-future .future-faq summary {
  min-height: 44px;
  padding: 10px 0
}

body.auto-future .v2-form-back {
  width: min(220px, 100%);
  min-height: 52px;
  padding: 12px 24px!important
}

body.auto-future .v2-savings-banner strong,
body.auto-future .v2-accuracy-banner strong {
  font-size: 16px!important;
  line-height: 1.6
}

body.auto-future .form-control:focus {
  box-shadow: none!important
}

body.auto-future .form-control:focus-visible {
  outline-width: 2px!important;
  outline-offset: 2px!important
}

/* Native autofill uses a UA-important pale surface. The old v2 text-fill
   remains light, so these rules must beat our own box-shadow reset as well as
   the legacy autofill rule. Keep each field state a complete color pair. */
body.auto-future #home .form-control,
body.auto-future #home .v2-input {
  background-color: #0b1423!important;
  color: #eef5ff!important;
  -webkit-text-fill-color: #eef5ff!important;
  caret-color: #a4f6d5;
  color-scheme: dark;
  opacity: 1!important;
  font-size: 17px!important;
  transition: border-color .16s ease!important
}

body.auto-future #home .form-control::placeholder,
body.auto-future #home .v2-input::placeholder {
  color: #afc1da!important;
  -webkit-text-fill-color: #afc1da!important;
  opacity: 1
}

body.auto-future #home select.form-control option,
body.auto-future #home select.form-control optgroup {
  background: #0b1423!important;
  color: #eef5ff!important;
  -webkit-text-fill-color: #eef5ff!important
}

body.auto-future #home .form-control:disabled,
body.auto-future #home .form-control[readonly],
body.auto-future #home .v2-input:disabled,
body.auto-future #home .v2-input[readonly] {
  background-color: #182337!important;
  color: #c7d7ee!important;
  -webkit-text-fill-color: #c7d7ee!important;
  opacity: 1!important
}

body.auto-future #home .form-control[aria-invalid=true],
body.auto-future #home .has-error .form-control {
  background-color: #241720!important;
  color: #fff0f2!important;
  -webkit-text-fill-color: #fff0f2!important;
  border-color: #ff9299!important
}

body.auto-future #home input.form-control:-webkit-autofill,
body.auto-future #home textarea.form-control:-webkit-autofill,
body.auto-future #home select.form-control:-webkit-autofill {
  -webkit-text-fill-color: #eef5ff!important;
  -webkit-box-shadow: 0 0 0 1000px #0b1423 inset!important;
  box-shadow: 0 0 0 1000px #0b1423 inset!important;
  caret-color: #a4f6d5!important
}

body.auto-future #home .form-control:autofill {
  color: #eef5ff!important;
  -webkit-text-fill-color: #eef5ff!important;
  box-shadow: 0 0 0 1000px #0b1423 inset!important
}

/* Validation moves the field group once; borders stay steadily legible. */
body.auto-future #home .smp-validation-shake {
  animation: future-field-error .38s ease-out both!important
}

body.auto-future #home .smp-validation-shake input,
body.auto-future #home .smp-validation-shake select,
body.auto-future #home .smp-validation-shake textarea {
  animation: none!important
}

@keyframes future-field-error {
  0%, 100% { transform: translate3d(0, 0, 0) }
  20% { transform: translate3d(-7px, 0, 0) }
  48% { transform: translate3d(5px, 0, 0) }
  74% { transform: translate3d(-2px, 0, 0) }
}

@media(prefers-reduced-motion:reduce) {
  body.auto-future #home .smp-validation-shake { animation: none!important }
  body.auto-future #home .form-control { transition: none!important }
}

@media(forced-colors:active) {
  body.auto-future #home .form-control,
  body.auto-future #home .v2-input {
    -webkit-text-fill-color: CanvasText!important;
    caret-color: CanvasText!important;
    box-shadow: none!important
  }
}

body.auto-future h1,
body.auto-future h2,
body.auto-future h3 {
  overflow-wrap: anywhere
}

body.auto-future .future-feature-number {
  width: 2.25em;
  min-width: 2.25em;
  height: 2.25em
}

body.auto-future .future-network-node {
  grid-template-columns: max-content minmax(0, 1fr)
}

/* Count cards have ID-scoped white surfaces in v2; match that specificity. */
body.auto-future #vehicleCount .v2-count-choice,
body.auto-future #driverCount .v2-count-choice {
  background: #172339!important;
  color: #e5eeff!important;
  border-color: #536784!important
}

body.auto-future #vehicleCount .v2-count-choice:hover,
body.auto-future #driverCount .v2-count-choice:hover {
  background: #223551!important;
  color: #fff!important;
  border-color: var(--future-accent)!important
}

body.auto-future #vehicleCount .v2-count-choice.active,
body.auto-future #vehicleCount .v2-count-choice:active,
body.auto-future #driverCount .v2-count-choice.active,
body.auto-future #driverCount .v2-count-choice:active {
  background: var(--future-accent)!important;
  color: var(--future-dark)!important;
  border-color: var(--future-accent)!important
}

body.auto-future .v2-count-choice:active .v2-count-number,
body.auto-future .v2-count-choice:active .v2-count-label {
  color: var(--future-dark)!important
}

body.auto-future .v2-carrier-wordmark {
  color: #183048!important;
  background: #eaf1fb!important;
  border-color: #d1def0!important
}

@supports not (mask-composite: exclude) {
  .auto-future .v2-step-card::before,
  .auto-future .v2-step-card::after { display: none }
}

@supports not (background: conic-gradient(from 0deg, #fff, #000)) {
  .auto-future .v2-step-card {
    border-color: #536784!important;
    background: linear-gradient(135deg, #172338, #101827)!important
  }
}
