
@import url("/styles.css");

:root {
  --paper:      #FAFBFE;
  --paper-2:    #EDF1FA;
  --hairline:   rgba(26, 38, 78, 0.11);
  --hairline-2: rgba(26, 38, 78, 0.05);
}

:root {
  --display: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --text:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html { font-optical-sizing: auto; }

.steps-grid--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 560px) {
  .steps-grid--3 { grid-template-columns: 1fr; }
}

.step-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  max-width: 46ch;
}

.step-list li {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-family: var(--text);
  font-size: clamp(16px, 1.5vw, 17.5px);
  line-height: 1.5;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.86);
}
.step-list li:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.16); }

.band-head--center { margin-inline: auto; text-align: center; }
.band-head--center .lede { margin-inline: auto; }

#proof .band-head--center .h-section {
  max-width: none;

  color: var(--ink);

  font-weight: 300;

  font-style: normal;
  font-synthesis-style: none;
}

#proof .proof-answer {

  display: block;
  position: relative;

  font-style: normal;

  margin-top: clamp(22px, 2.4vw, 38px);
}

#proof .proof-answer::before {
  content: "";
  position: absolute;
  top: calc(clamp(22px, 2.4vw, 38px) / -2);
  left: 50%;
  transform: translateX(-50%);
  width: min(620px, 78%);
  height: 1px;
  background: linear-gradient(90deg,
    rgba(11, 11, 12, 0) 0%,
    rgba(11, 11, 12, 0.30) 26%,
    rgba(11, 11, 12, 0.30) 74%,
    rgba(11, 11, 12, 0) 100%);
}

#proof .h-section .wordmark {
  font-family: "MuseoModerno", var(--display);

  color: var(--blue);

  font-weight: 700;
  letter-spacing: -0.055em;

  background-image: linear-gradient(135deg, #5270FF 0%, #8698FF 100%);
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  #proof .h-section .wordmark {
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}

#proof .wrap { max-width: 1720px; padding-inline: clamp(16px, 2.8vw, 48px); }

.method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 1.8vw, 26px);
  margin-top: clamp(40px, 5vw, 64px);

  max-width: 1240px;
  margin-inline: auto;

  list-style: none;
  padding: 0;
}

@media (max-width: 980px) {
  .method-grid { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }
}

.method-card .media { aspect-ratio: 1 / 1.06; border-radius: 28px; }

.method-card .media {
  box-shadow:
    0 2px 6px -2px rgba(20, 34, 92, 0.10),
    0 14px 28px -12px rgba(20, 34, 92, 0.22),
    0 34px 60px -24px rgba(20, 34, 92, 0.26);
}

.method-scrim {

  border: 4px solid #B4BFFF;
  border-color: #D2D9FF #B4BFFF #8E9BE0 #B4BFFF;
  border-radius: inherit;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -1px 0 rgba(20, 34, 92, 0.16);
}

.method-scrim {
  position: absolute;
  inset: 0;
  z-index: 2;

  background:
    radial-gradient(52% 20% at 50% 50%, rgba(10, 9, 8, 0.34) 0%, rgba(10, 9, 8, 0.18) 58%, rgba(10, 9, 8, 0) 100%);
  pointer-events: none;
}

.method-title {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: clamp(22px, 2.6vw, 32px);
  color: #fff;
  font-family: var(--display);
  font-weight: 600;

  font-size: clamp(23px, 2.2vw, 31px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-align: center;

  text-shadow:
    0 0 1px rgba(10, 9, 8, 0.72),
    0 1px 4px rgba(10, 9, 8, 0.62),
    0 4px 20px rgba(10, 9, 8, 0.5);
}

.method-caption {
  margin: clamp(16px, 1.8vw, 22px) auto 0;
  color: var(--muted);
  font-size: clamp(15px, 1.4vw, 16.5px);
  line-height: 1.55;
  max-width: 30ch;
  text-align: center;
}

.videos-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(200px, 264px);
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
  max-width: 940px;
  margin-inline: auto;
}

.videos-split .h-section { max-width: 15ch; text-wrap: balance; }

.videos-split .lede {
  max-width: 32ch;
  font-weight: 400;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 clamp(16px, 1.8vw, 24px);
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(82, 112, 255, 0.07);
  box-shadow: inset 0 0 0 1px rgba(82, 112, 255, 0.18);
  font-family: var(--text);
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.03em;

  color: #4258D8;
}

#proof { padding-bottom: clamp(32px, 4vw, 56px); }
#pilot { padding-top: clamp(32px, 4vw, 56px); }

#pilot      { padding-bottom: clamp(40px, 5vw, 72px); }
#get-filmed { padding-top: clamp(48px, 6vw, 92px); }

#pilot { background: transparent; }

.proof-video { justify-self: end; width: 100%; }
.proof-video .phone { width: 100%; }

@media (max-width: 820px) {
  .videos-split { grid-template-columns: 1fr; gap: clamp(32px, 5vw, 48px); }
  .videos-split .h-section,
  .videos-split .lede { max-width: none; }
  .proof-video { justify-self: center; width: clamp(200px, 52vw, 264px); }
}

.hero-inner { margin-bottom: 0; }

#walkthrough { padding-top: 72px; }

.hero-cta-aside {
  align-self: center;
  font-family: var(--text);
  font-size: clamp(15px, 1.55vw, 16.5px);
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: color 0.16s ease, border-color 0.16s ease;
}

.hero .hero-ctas {
  align-items: center;
  gap: clamp(18px, 2.2vw, 30px);
}

.hero { background: #ffffff; }

.hero > .atmos {
  background: linear-gradient(180deg,
    #F5F8FF 0%,
    #FAFBFF 30%,
    #FDFEFF 56%,
    #FFFFFF 76%,
    #FFFFFF 100%);
}

.hero > .atmos i {
  display: block;
  mix-blend-mode: normal;
}
.hero > .atmos .f1 {
  background: radial-gradient(28% 22% at 19% 15%, rgba(94, 128, 255, 0.24), transparent 68%);
}
.hero > .atmos .f2 {
  background: radial-gradient(27% 23% at 84% 68%, rgba(118, 150, 255, 0.17), transparent 66%);
}
.hero > .atmos .f3 {
  background: radial-gradient(25% 30% at 58% 8%, rgba(146, 176, 255, 0.20), transparent 64%);
}

.hero > .hero-scrim { display: none; }

.hero::after {
  height: 44%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 88%);
}

.hero h1 {
  color: #7583DC;
  font-size: clamp(42px, 5.9vw, 85px);
}

.hero-inner { color: #0A1130; }

.hero-sub {
  color: rgba(12, 20, 52, 0.62);
  font-weight: 400;
}
.hero-cta-aside {
  color: rgba(12, 20, 52, 0.62);
  border-bottom-color: rgba(12, 20, 52, 0.24);
}
.hero-cta-aside:hover {
  color: #0A1130;
  border-bottom-color: rgba(12, 20, 52, 0.5);
}

.mobile-only { display: none; }

@media (max-width: 700px) {

  .videos-split--stack {

    --split-type: clamp(30px, 10vw, 56px);

    row-gap: clamp(20px, 4.5vw, 40px);
    text-align: center;
  }
  .videos-split--stack .band-head { display: contents; }

  .videos-split--stack {
    scroll-snap-align: start;

    min-height: 100lvh;
    align-content: start;
    padding-top: 64px;
  }

  #walkthrough .videos-split--stack + .videos-split--stack { margin-top: 0; }

  #walkthrough.band { padding-top: 0; padding-bottom: 0; }

  #walkthrough { scroll-snap-align: none; }

  #pilot,
  #get-filmed {
    min-height: 100lvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .method-grid > li { scroll-snap-align: start; }

  #walkthrough #filter .band-head .lede { font-size: var(--split-type); }

  #get-filmed form { scroll-snap-align: end; }

  .videos-split--stack .eyebrow { display: none; }

  .videos-split--stack .h-section {
    order: 1;
    margin: 0;
    font-size: var(--split-type);
    font-weight: 300;
    line-height: 1.12;
    letter-spacing: -0.02em;
    max-width: none;
    text-wrap: balance;
  }

  .videos-split--stack .proof-video {
    order: 2;
    justify-self: center;

    width: 250px;

    margin-block: clamp(28px, 7.5vw, 44px);
  }

  .videos-split--stack .proof-video .bare-clip {
    width: 100%;
    margin-inline: 0;
    margin-left: 0;
    margin-block: 0;
  }

  #walkthrough .videos-split--stack .band-head .lede {
    order: 3;
    margin: 0 auto;

    font-size: calc(var(--split-type) * 0.58);
    line-height: 1.12;
    letter-spacing: -0.02em;

    font-weight: 300;
    color: var(--ink);
  }

  #proof .proof-answer::before { display: none; }

  .mobile-drop { display: none; }

  .mobile-only { display: inline; }

  .method-caption { display: none; }

  html { scroll-snap-type: y mandatory; }

  .hero,
  .band,
  .close-full { scroll-snap-align: start; }

  .footer { scroll-snap-align: end; }
}

.hero .brand { color: var(--blue); }
.hero .nav--bare .nav-toggle { color: rgba(12, 20, 52, 0.78); }
.hero .nav--bare .nav-toggle:hover { color: #0A1130; }
.hero .nav-toggle:focus-visible { outline: 2px solid var(--blue); }

.hero .nav-menu {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(82, 112, 255, 0.18);
  box-shadow: 0 24px 48px -28px rgba(20, 34, 92, 0.55);
}
.hero .nav-menu-item {
  border-top: 1px solid var(--hairline-2);
  color: rgba(12, 20, 52, 0.7);
}
.hero .nav-menu-item:first-child { border-top: 0; }
.hero .nav-menu-item:hover { background: rgba(82, 112, 255, 0.07); color: #0A1130; }
.hero .nav-menu-item:focus-visible { outline: 2px solid var(--blue); color: #0A1130; }
.hero .nav-menu-cta { color: #0A1130; }

.hero .btn-primary,
#get-filmed .btn-primary,
.close .btn-primary {
  background: linear-gradient(135deg, rgb(140, 158, 242) 0%, rgb(92, 116, 216) 100%);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;

  text-shadow: none;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    inset 0 -10px 22px rgba(46, 64, 170, 0.16),
    0 12px 34px -14px rgba(82, 112, 255, 0.5);
}

.hero .btn-primary::before,
#get-filmed .btn-primary::before,
.close .btn-primary::before {
  box-shadow: inset 0 0 0 1px rgba(48, 68, 176, 0.42);
}
.hero .btn-primary:hover,
#get-filmed .btn-primary:hover,
.close .btn-primary:hover {
  background: linear-gradient(135deg, rgb(152, 169, 248) 0%, rgb(104, 128, 226) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -10px 22px rgba(46, 64, 170, 0.16),
    0 16px 40px -14px rgba(82, 112, 255, 0.6);
}

@media (prefers-reduced-transparency: reduce) {
  .hero .btn-primary,
  #get-filmed .btn-primary,
  .close .btn-primary {
    background: linear-gradient(135deg, rgb(140, 158, 242) 0%, rgb(92, 116, 216) 100%);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

#walkthrough .band-head .lede {
  margin-top: clamp(26px, 2.8vw, 38px);
  max-width: 47ch;
  text-wrap: normal;
}

.get-list {
  list-style: none;

  margin: clamp(26px, 2.8vw, 38px) 0 0;
  padding: 0;
  display: grid;

  gap: clamp(18px, 1.9vw, 26px);
}

.get-list li {
  font-family: var(--text);
  font-size: clamp(16.5px, 1.6vw, 19px);
  line-height: 1.55;
  color: var(--ink-soft);
  padding-left: 1.5em;
  position: relative;
}

.get-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(0.775em - 2.5px);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blue);
}

.get-note {
  margin: clamp(20px, 2.2vw, 30px) 0 0;
  padding-top: clamp(18px, 2vw, 26px);
  border-top: 1px solid var(--hairline);
  font-family: var(--text);
  font-size: clamp(15px, 1.45vw, 17px);
  line-height: 1.55;
  color: var(--muted);
  max-width: 44ch;
}

.h-hero {
  white-space: normal;
  text-wrap: balance;
}

@media (max-width: 700px) {

  .hero {

    min-height: 100lvh;
    padding-bottom: calc(100lvh - 100svh);
  }

  .h-hero {

    text-wrap: balance;
  }

  .hero .h-hero { font-size: clamp(30px, 14.4vw, 78px); }

  .hero-sub { display: none; }

  .hero-ctas { margin-top: clamp(20px, 4.5svh, 40px); }

  .hero .hero-ctas .btn {
    width: auto;
    height: 58px;
    padding: clamp(15px, 1.18vw, 18.5px) clamp(42px, 3.35vw, 59px);
    font-size: clamp(16.5px, 1.15vw, 19.5px);
  }

  .hero .hero-ctas {
    flex-direction: column;
    gap: clamp(14px, 2.4svh, 22px);
  }

  .hero-inner { margin-bottom: 0; }

}

@media (max-width: 700px) {
  .atmos i {
    animation: none;
    will-change: auto;
  }
}

#walkthrough { background: linear-gradient(180deg, #ffffff 0%, var(--paper) 100%); }

#proof { padding-top: clamp(40px, 5vw, 64px); }

#walkthrough { padding-bottom: clamp(56px, 5.4vw, 76px); }

#proof  { background: transparent; }

.videos-split + .videos-split { margin-top: clamp(28px, 3.5vw, 52px); }

.videos-split--reverse { grid-template-columns: minmax(200px, 264px) minmax(0, 1fr); }
.videos-split--reverse .band-head { grid-column: 2; }
.videos-split--reverse .proof-video {
  grid-column: 1;
  grid-row: 1;

  justify-self: start;
}

@media (max-width: 820px) {
  .videos-split--reverse { grid-template-columns: 1fr; }
  .videos-split--reverse .band-head,
  .videos-split--reverse .proof-video { grid-column: 1; grid-row: auto; }
  .videos-split--reverse .proof-video { justify-self: center; }
}

.videos-split--reverse .band-head { text-align: right; }
.videos-split--reverse .band-head .h-section,
.videos-split--reverse .band-head .lede { margin-left: auto; margin-right: 0; }

.videos-split--reverse .band-head .lede { margin-top: clamp(26px, 2.8vw, 38px); }

.videos-split--reverse .band-head .h-section {
  max-width: 26ch;
  text-wrap: normal;
}
.videos-split--reverse .band-head .lede { max-width: 40ch; }

@media (max-width: 820px) {
  .videos-split--reverse .band-head { text-align: left; }
  .videos-split--reverse .band-head .h-section,
  .videos-split--reverse .band-head .lede,
  .videos-split--reverse .band-head .get-note { margin-left: 0; }
}

.compare {
  display: grid;

  grid-template-columns: minmax(0, 1fr) auto minmax(140px, 28%);

  align-items: stretch;

  gap: clamp(10px, 2vw, 26px);
}

.wrap { max-width: 1400px; }

.compare-main { min-width: 0; }

.compare-main .band-head { margin-bottom: clamp(24px, 3vw, 40px); }
.compare-main .h-section,
.compare-main .lede { max-width: none; }

.compare-main .h-section { text-wrap: balance; }
.compare-main .lede { text-wrap: pretty; }

.compare-arrow {
  align-self: center;
  width: clamp(22px, 3.4vw, 46px);
  color: rgba(20, 17, 14, 0.62);
}
.compare-arrow svg { display: block; width: 100%; height: auto; }

.yt-shot {
  margin: 0;
  border: 1px solid var(--hairline);
  border-radius: clamp(10px, 1vw, 15px);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 40px -30px rgba(11, 11, 12, 0.35);

  opacity: 0.94;
  filter: saturate(0.88);
}

.yt-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.yt-shot img,
.compare-phone img {
  -webkit-user-drag: none;
  user-select: none;
  -webkit-touch-callout: none;
  pointer-events: none;
}

.compare-phone { position: relative; }

.compare-phone .phone {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;

  --pu: clamp(7.4px, 0.92vw, 11.6px);
  --pu: 4.2cqw;
  container-type: inline-size;
}

.lc-home {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 1.1%;
  transform: translateX(-50%);
  width: 34%;
  height: 0.42%;
  min-height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
}

.lc {
  position: absolute;
  z-index: 3;
  left: 4.5%;
  right: 4.5%;
  bottom: 4.5%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: calc(var(--pu) * 0.7);
  padding: calc(var(--pu) * 1.05) calc(var(--pu) * 1.05) calc(var(--pu) * 1.15);
  border-radius: calc(var(--pu) * 1.15);
  background: rgba(14, 13, 12, 0.5);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(10px) saturate(1.15);
  font-family: var(--text);
  color: #fff;
}

.lc-text { min-width: 0; }
.lc-price {
  font-size: calc(var(--pu) * 1.5);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.05;
}
.lc-spec {
  margin-top: calc(var(--pu) * 0.42);
  font-size: calc(var(--pu) * 0.86);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.86);
}
.lc-addr {
  margin-top: calc(var(--pu) * 0.72);
  font-size: calc(var(--pu) * 0.94);
  font-weight: 500;
  line-height: 1.35;
}
.lc-addr span { display: block; font-weight: 300; color: rgba(255, 255, 255, 0.72); }

.lc-rail {
  display: grid;
  align-content: space-between;
  justify-items: center;
  gap: calc(var(--pu) * 0.6);
}
.lc-btn {
  display: block;
  width: calc(var(--pu) * 1.35);
  color: rgba(255, 255, 255, 0.94);
}
.lc-btn svg { display: block; width: 100%; height: auto; }

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .compare > * {
      animation: compare-in linear both;
      animation-timeline: view();
    }
    .compare > .compare-main  { animation-range: entry 6% cover 24%; }
    .compare > .compare-arrow { animation-range: entry 13% cover 30%; }
    .compare > .compare-phone { animation-range: entry 19% cover 36%; }

    @keyframes compare-in {
      from { opacity: 0; transform: translateY(22px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    .compare > .compare-phone { animation-name: compare-in-phone; }
    @keyframes compare-in-phone {
      from { opacity: 0; transform: translateY(22px) scale(0.972); }
      to   { opacity: 1; transform: translateY(0) scale(1); }
    }
  }
}

.motion-still { display: none; }

@media (prefers-reduced-motion: reduce) {
  .proof-video .media > video.media-fill,
  .compare-phone .media > video.media-fill { display: none; }
  .proof-video .motion-still,
  .compare-phone .motion-still { display: block; }
}

.play {
  position: absolute;
  z-index: 3;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(34px, 3.4vw, 46px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 6px 20px -6px rgba(0, 0, 0, 0.45);
}
.play::after {
  content: "";
  position: absolute;
  top: 50%; left: 55%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #14110e;
}

.lead-foot {
  margin: clamp(30px, 4vw, 48px) auto 0;
  max-width: 60ch;
  text-align: center;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.55;
  color: var(--muted);
  font-weight: 500;
}

#pilot .faq { margin-top: clamp(28px, 3.4vw, 44px); }

#get-filmed .band-head { text-align: center; }
#get-filmed .band-head .h-section,
#get-filmed .band-head .lede { margin-inline: auto; }

#get-filmed .form-actions { justify-content: center; }

.btn-block {
  width: 100%;
  padding-block: 19px;
  font-size: 17px;
  font-weight: 600;
  white-space: normal;
}
#get-filmed .form-actions { margin-top: 4px; }

#get-filmed .form-status { text-align: center; }

#get-filmed {
  position: relative;
  isolation: isolate;

  background: #FAFBFE;
}

#get-filmed > .atmos {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  background: none;
}
#get-filmed > .atmos i {
  position: absolute;
  inset: 0;
  display: block;
  mix-blend-mode: normal;
}

#get-filmed::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 18%;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, #FAFBFE 0%, rgba(250, 251, 254, 0) 100%);
}

#get-filmed > .wrap { position: relative; z-index: 1; }

#get-filmed > .atmos .f1 {
  background: radial-gradient(78% 46% at 50% 62%, rgba(82, 112, 255, 0.09), transparent 72%);
}
#get-filmed > .atmos .f2 {
  background: radial-gradient(42% 26% at 50% 62%, rgba(94, 128, 255, 0.085), transparent 70%);
}

#get-filmed > .atmos .f3 { display: none; }

.form-wrap {
  margin-top: clamp(34px, 3.8vw, 54px);
  margin-inline: auto;
  max-width: 660px;
}

.form-panel {
  background: #fff;
  border: 1px solid #D2D9FF;
  border-radius: 28px;
  padding: clamp(24px, 3.2vw, 40px);
  box-shadow:
    0 2px 6px -2px rgba(20, 34, 92, 0.08),
    0 14px 28px -12px rgba(20, 34, 92, 0.16),
    0 34px 60px -24px rgba(20, 34, 92, 0.20),

    0 0 76px 22px rgba(82, 112, 255, 0.065);
}

.form-panel .field:last-of-type { margin-bottom: 14px; }

.form-panel .field label { font-size: 14.5px; }
.form-panel .field .hint { font-size: 14px; }
.form-panel .field input,
.form-panel .field textarea {
  font-size: 17.5px;
  padding: 17px 18px;
}

.form-panel { padding-bottom: clamp(14px, 1.6vw, 20px); }

.form-panel .btn-primary {
  font-size: 19px;
  font-weight: 600;
  padding-block: 20px;
  letter-spacing: -0.006em;
}

.field {
  display: grid;
  gap: 8px;
  margin-bottom: 28px;
  align-content: start;
  position: relative;
}

.field label {
  font-size: 13.5px;
  font-weight: 500;
  color: rgba(12, 20, 52, 0.72);
}

.field .hint { font-size: 13.5px; color: var(--muted); font-weight: 400; }

.field input,
.field textarea {
  font-family: var(--text);
  font-size: 16.5px;
  color: var(--ink);
  background: #fff;

  border: 1px solid #7E8496;

  border-radius: 14px;
  padding: 15px 16px;
  width: 100%;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.field textarea { min-height: 104px; resize: vertical; }

.field input[aria-invalid="true"],
.field textarea[aria-invalid="true"] {
  border-color: #B02A37;

  border-width: 2px;
}
.field input[aria-invalid="true"]:focus,
.field textarea[aria-invalid="true"]:focus {
  border-color: #B02A37;
  box-shadow: 0 0 0 3px rgba(176, 42, 55, 0.16);
}

.field-error {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 5px;
  color: #B02A37;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.35;
}
.field-error:empty { display: none; }

.field-error {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.suggest-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 20;
  margin-top: 6px;
  padding: 6px;
  list-style: none;
  background: #fff;
  border: 1px solid var(--hairline);
  border-radius: 12px;
  box-shadow: 0 16px 40px -12px rgba(26, 38, 78, 0.28);
  max-height: 264px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.suggest-item {
  padding: 11px 12px;
  border-radius: 8px;
  font-size: 15.5px;
  line-height: 1.35;
  color: var(--ink);
  cursor: pointer;
}

.suggest-item:hover,
.suggest-item.is-active { background: var(--paper-2); }

@media (forced-colors: active) {

  .suggest-item.is-active { outline: 2px solid Highlight; outline-offset: -2px; }
}

@media (prefers-reduced-motion: no-preference) {
  .field input.is-shaking,
  .field textarea.is-shaking { animation: field-shake 0.4s cubic-bezier(0.36, 0.07, 0.19, 0.97); }
}
@keyframes field-shake {
  10%, 90% { transform: translateX(-2px); }
  20%, 80% { transform: translateX(3px); }
  30%, 50%, 70% { transform: translateX(-5px); }
  40%, 60% { transform: translateX(5px); }
}

@media (forced-colors: active) {

  .field input[aria-invalid="true"],
  .field textarea[aria-invalid="true"] { outline: 2px dashed currentColor; outline-offset: 1px; }
}

.field input::placeholder,
.field textarea::placeholder { color: #7C766E; }

.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(82, 112, 255, 0.18);
}

@media (forced-colors: active) {
  .field input,
  .field textarea { border-color: ButtonBorder; }
  .field input:focus,
  .field textarea:focus {
    outline: 2px solid Highlight;
    outline-offset: 2px;
  }
}

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

.form-row--wide-first { grid-template-columns: 2fr 1fr; }

.form-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 8px; }

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}

.form-status {
  font-size: 14.5px;
  line-height: 1.5;
  margin-top: 12px;
  min-height: 1.5em;
  color: var(--muted);
}
.form-status.is-success { color: #146C43; font-weight: 500; }
.form-status.is-error   { color: #B02A37; font-weight: 500; }

.form-actions .btn[aria-disabled="true"] {
  opacity: 0.55;
  cursor: not-allowed;
  box-shadow: none;
}
.form-actions .btn[aria-disabled="true"]:hover { transform: none; background: var(--blue); }

.btn.is-busy::after {
  content: "";
  width: 1em;
  height: 1em;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  animation: btn-spin 0.7s linear infinite;
}
@keyframes btn-spin { to { transform: rotate(360deg); } }

@media (prefers-reduced-motion: reduce) {

  .btn.is-busy::after {
    animation: none;
    border-top-color: currentColor;
    opacity: 0.65;
  }
}

.footer {
  background: var(--paper-2);
  color: #0A1130;
  border-top: 1px solid rgba(26, 38, 78, 0.10);
}
.footer-grid { border-bottom-color: rgba(26, 38, 78, 0.12); }

.footer h3,
.footer-base { color: #5C6480; }

.footer ul a { color: #22293F; }
.footer ul a:hover { color: #0A1130; }
.footer .brand { color: #0A1130; }

.footer h3 {
  font-family: var(--text);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  margin: 0 0 18px;
}

.footer ul { gap: 26px; }

.footer ul a {
  position: relative;
  display: inline-block;
}
.footer ul a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 44px;
  transform: translateY(-50%);
}

.footer .brand { position: relative; }
.footer .brand::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 44px;
  transform: translateY(-50%);
}

@media (max-width: 1000px) {
  .pilot { grid-template-columns: 1fr; }
  .pilot-phone { justify-self: start; }
}

@media (max-width: 1300px) {
  .compare { grid-template-columns: minmax(0, 1fr) auto minmax(140px, 33%); }
}

@media (max-width: 900px) {
  .compare {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: clamp(18px, 3.2vw, 30px);
  }
  .compare-main { width: 100%; max-width: 620px; }
  .compare-main .h-section,
  .compare-main .lede { max-width: none; }

  .compare-phone { width: 100%; max-width: 236px; }
  .compare-phone .phone {
    position: static;
    transform: none;
    width: 100%;
  }

  .compare-arrow {
    align-self: auto;
    justify-self: center;
    display: grid;
    place-items: center;
    width: clamp(26px, 5.5vw, 42px);
    height: clamp(26px, 5.5vw, 42px);
  }
  .compare-arrow svg { transform: rotate(90deg); }
}

@media (max-width: 560px) {
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-actions .btn { width: 100%; }
}

.bare-clip {
  position: relative;
  width: min(148%, 460px);

  aspect-ratio: 9 / 16;

  margin-inline: 0;

  margin-block: calc(var(--section, 96px) * -0.34);
}

.bare-clip-fill {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bare-clip { --clip-nudge: 56px; }
.videos-split .bare-clip { margin-left: calc(100% - min(148%, 460px) + var(--clip-nudge)); }
.videos-split--reverse .bare-clip { margin-left: calc(-1 * var(--clip-nudge)); }

@media (max-width: 700px) {

  #walkthrough .eyebrow,
  #filter .eyebrow { display: none; }

  .videos-split .bare-clip { margin-block: calc(var(--section, 96px) * -0.34) 0; }
  .videos-split + .videos-split { margin-top: clamp(14px, 2vw, 26px); }

  .band-head .lede { margin-top: clamp(6px, 1.4vw, 10px); }

  #proof .proof-answer { margin-top: clamp(10px, 2.4vw, 16px); }

  .videos-split .band-head,
  .videos-split--reverse .band-head { text-align: center; }
  .videos-split--reverse .band-head .h-section,
  .videos-split--reverse .band-head .lede { margin-inline: auto; }

  .videos-split .bare-clip,
  .videos-split--reverse .bare-clip {
    margin-left: calc((100% - min(148%, 460px)) / 2);
  }

}

html[data-seams] .hero,
html[data-seams] main > section,
html[data-seams] .close,
html[data-seams] .footer { position: relative; }

html[data-seams] .hero::before,
html[data-seams] main > section::before,
html[data-seams] .close::before,
html[data-seams] .footer::before {
  content: attr(id);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  border-bottom: 1px dashed #FF3B30;
  color: #FF3B30;
  font: 500 11px/1.6 var(--text);
  letter-spacing: 0.04em;
  text-align: right;
  padding-right: 8px;
  pointer-events: none;
}

html[data-nograin] body::after { display: none; }

[data-fpsbox] {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 999;
  padding: 6px 10px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.82);
  color: #7CFF9B;
  font: 500 12px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace;
  white-space: nowrap;
  pointer-events: none;
}

.close {
  background: linear-gradient(180deg,
    #FAFBFE 0%,
    #FCFDFF 26%,
    #FFFFFF 52%,
    #FFFFFF 100%);
}

.close .atmos { background: none; }
.close .atmos i { mix-blend-mode: normal; }

.close .atmos .f1 {
  background: radial-gradient(32% 24% at 20% 16%, rgba(94, 128, 255, 0.13), transparent 68%);
}
.close .atmos .f2 {
  background: radial-gradient(30% 22% at 82% 22%, rgba(118, 150, 255, 0.10), transparent 66%);
}

.close .atmos .f3 { display: none; }

.close .atmos .beam { display: none; }

.close-scrim { display: none; }

.close-full::after {
  background: linear-gradient(180deg, #FAFBFE 0%, rgba(250, 251, 254, 0) 100%);
}

.close-inner { color: #0A1130; }

.close-inner .h-section {
  color: #7583DC;
  font-size: clamp(42px, 5.9vw, 85px);

  max-width: 24ch;
}

.close .btn-primary {
  font-size: 20px;
  padding: 22px 46px;
}
