:root {
  color-scheme: light;
  --canvas: #f8f9fc;
  --ink: #191d26;
  --muted: #626979;
  --accent: #0a4ce6;
  --line: #dfe3ec;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  font-synthesis: none;
  font-weight: 400;
  color: var(--ink);
  background: var(--canvas);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
button, h1, h2, h3, p, figure { margin: 0; }
button { color: inherit; }
:focus-visible { outline: 3px solid #6796ff; outline-offset: 5px; }
.wrap { width: min(100% - 112px, 1160px); margin-inline: auto; }
.site-header { height: 92px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 680; letter-spacing: -.5px; }
.brand img { border-radius: 9px; }
.site-header nav, .site-footer nav { display: flex; align-items: center; gap: 32px; }
.site-header nav a, .site-footer nav a { display: flex; align-items: center; min-height: 44px; font-size: 13px; }
.site-header nav a:hover, .site-footer nav a:hover { opacity: .65; }
.hero { width: 100%; }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 38px; min-height: 670px; padding: 36px 0 54px; }
.hero-copy { padding-bottom: 16px; }
.eyebrow { font-size: 12px; font-weight: 620; letter-spacing: .02em; color: var(--muted); margin-bottom: 26px; }
h1 { font-size: clamp(58px, 5.7vw, 80px); font-weight: 620; line-height: 1.045; letter-spacing: -.05em; word-spacing: .025em; }
.light-concept h1 span { color: var(--accent); }
.intro { font-size: 17px; line-height: 1.6; letter-spacing: -.22px; color: var(--muted); margin-top: 26px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 0 22px; border-radius: 100px; background: var(--accent); color: #fff; font-size: 13px; font-weight: 590; margin-top: 32px; transition: background .16s, transform .16s; }
.button span { font-size: 20px; font-weight: 400; line-height: 1; }
.button:hover { background: #003abe; transform: translateY(-2px); }
.availability { color: var(--muted); font-size: 11px; margin-top: 14px; margin-left: 2px; }
.app-preview { min-width: 0; scroll-margin-top: 28px; }
.phone-pair { position: relative; width: 100%; height: 568px; }
.phone { display: block; position: relative; padding: 7px; border: 1px solid #737680; border-radius: 40px; background: #1d2025; box-shadow: 0 28px 55px -20px #14213d50, inset 0 0 0 2px #3e4249; overflow: hidden; line-height: 0; }
.phone img { width: 100%; height: auto; border-radius: 32px; }
.phone-primary { width: 248px; }
.phone-pair .phone-primary { position: absolute; z-index: 2; left: 35%; top: 34px; }
.phone-pair .phone-secondary { position: absolute; width: 221px; left: 0; top: 0; transform: rotate(-8deg); }
button.phone:hover { border-color: #b5bfd1; }
.screen-picker { display: flex; justify-content: center; gap: 3px; margin: 14px auto 0; width: max-content; max-width: 100%; }
.screen-picker button { border: 0; background: transparent; font-size: 11px; padding: 0 16px; min-height: 44px; position: relative; color: var(--muted); }
.screen-picker button[aria-pressed="true"] { color: var(--ink); font-weight: 650; }
.screen-picker button[aria-pressed="true"]::after { content: ''; width: 4px; height: 4px; border-radius: 100%; background: currentColor; position: absolute; bottom: 2px; left: calc(50% - 2px); }
.quiet-note { display: flex; justify-content: center; align-items: center; gap: 10px; border-top: 1px solid var(--line); padding: 28px 0; color: var(--muted); font-size: 12px; }
.privacy-note { flex-direction: column; gap: 6px; text-align: center; }
.privacy-note strong { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-size: 17px; font-weight: 580; letter-spacing: -.025em; }
.privacy-note p { font-size: 12px; line-height: 1.6; }

.lock { width: 11px; height: 9px; border: 1.3px solid currentColor; border-radius: 2px; position: relative; flex: 0 0 auto; }
.lock::before { content: ''; position: absolute; width: 5px; height: 5px; border: 1.3px solid currentColor; border-bottom: 0; border-radius: 6px 6px 0 0; top: -6px; left: 1.7px; }
.pricing { padding: 76px 0 64px; display: grid; grid-template-columns: .9fr 1.5fr; column-gap: 62px; align-items: start; scroll-margin-top: 30px; }
.pricing .eyebrow { margin-bottom: 14px; }
h2 { font-size: 39px; line-height: 1.14; letter-spacing: -.055em; font-weight: 580; }
.plans { display: grid; grid-template-columns: .94fr 1.06fr; gap: 32px; }
.plan { padding: 0 0 4px; }
.plan + .plan { padding-left: 36px; border-left: 1px solid var(--line); }
.plan h3 { font-weight: 570; font-size: 13px; }
.small-star { color: var(--accent); margin-left: 4px; }
.price { font-size: 46px; font-weight: 570; letter-spacing: -.07em; line-height: 1.15; margin-top: 18px; white-space: nowrap; }
.price span { color: var(--muted); font-size: 14px; font-weight: 420; letter-spacing: -.02em; margin-left: 4px; }
.plan-description { font-size: 14px; margin-top: 18px; letter-spacing: -.2px; }
.plan-detail { color: var(--muted); font-size: 11px; line-height: 1.6; margin-top: 8px; }
.pricing-note { grid-column: 2; font-size: 10px; line-height: 1.5; color: var(--muted); margin-top: 30px; }
.site-footer { border-top: 1px solid var(--line); display: flex; min-height: 90px; align-items: center; justify-content: space-between; color: var(--muted); font-size: 11px; }
.site-footer nav { gap: 25px; }
.site-footer nav a { font-size: 11px; }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-150%); z-index: 20; padding: 12px; background: #fff; color: #123fac; border-radius: 8px; }
.skip-link:focus { transform: none; }
.screen-dialog { border: 1px solid #555; background: #171a21; color: #fff; border-radius: 22px; padding: 12px; max-height: calc(100dvh - 32px); max-width: min(94vw, 450px); overflow: auto; }
.screen-dialog::backdrop { background: #080c17b8; backdrop-filter: blur(10px); }
.screen-dialog > img { max-height: calc(100dvh - 105px); width: auto; margin: 0 auto; border-radius: 18px; }
.screen-dialog > p { text-align: center; font-size: 11px; margin: 13px 0 2px; color: #c2c7d3; }
.dialog-close { position: absolute; z-index: 2; right: 15px; top: 15px; border: 1px solid #ffffff60; width: 44px; height: 44px; background: #171a21ed; color: #fff; font-size: 26px; border-radius: 50%; }

/* Blue: a centered product poster with a three-screen showcase. */
.blue-concept { --canvas: #fff; }
.blue-field { background: #104ce8; color: #fff; }
.blue-field .eyebrow, .blue-field .intro, .blue-field .availability { color: #d6e1ff; }
.blue-concept .hero-copy { text-align: center; padding: 44px 0 0; }
.blue-concept .hero h1 { font-size: clamp(66px, 6.7vw, 94px); line-height: .98; font-weight: 620; }
.blue-concept .hero .eyebrow { margin-bottom: 23px; }
.blue-concept .intro { margin-top: 25px; }
.blue-concept .button { background: #fff; color: #1245b9; margin-top: 25px; }
.blue-concept .button:hover { background: #e8edff; }
.blue-concept .availability { margin-top: 12px; }
.screen-lineup { display: flex; align-items: flex-start; justify-content: center; gap: 46px; margin-top: 65px; padding: 0 0 54px; }
.screen-lineup figure { width: 218px; flex: 0 0 auto; }
.screen-lineup figure:nth-child(2) { margin-top: -20px; width: 234px; }
.screen-lineup .phone { width: 100%; border-radius: 36px; box-shadow: 0 22px 45px -14px #08256880; }
.screen-lineup .phone img { border-radius: 28px; }
.blue-concept .pricing { padding-block: 85px 66px; }
.blue-concept .quiet-note { padding-block: 25px; }
.blue-concept .site-footer { min-height: 82px; }

/* A little depth, with a single entrance that settles into the page. */
.blue-concept .hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: radial-gradient(ellipse 48% 40% at 50% 80%, #71a4ff70, #397aff25 65%, transparent 100%), #104ce8;
}
.blue-concept .hero-copy > * { animation: arrive .65s cubic-bezier(.22, 1, .36, 1) backwards; }
.blue-concept .hero-copy h1 { animation-delay: .06s; }
.blue-concept .hero-copy .intro { animation-delay: .12s; }
.blue-concept .hero-copy .button { animation-delay: .18s; }
.blue-concept .hero-copy .availability { animation-delay: .22s; }
.extra-line { position: relative; display: inline-block; }
.hero-spark {
  position: absolute;
  width: .29em;
  height: .29em;
  top: -.15em;
  right: -.28em;
  color: #e2ecff;
  pointer-events: none;
  animation: little-spark .9s .35s cubic-bezier(.22, 1, .36, 1) backwards;
}
.blue-concept .button { box-shadow: 0 4px 14px #082a8326; transition: background .2s, transform .2s, box-shadow .2s; }
.blue-concept .button span { transition: transform .2s; }
.blue-concept .button:is(:hover, :focus-visible) { background: #fff; transform: translateY(-2px); box-shadow: 0 8px 24px #082a8340; }
.blue-concept .button:is(:hover, :focus-visible) span { transform: translate(2px, -2px); }
.screen-lineup figure {
  --phone-turn: 0deg;
  transform: rotate(var(--phone-turn));
  animation: phone-arrive .85s .3s cubic-bezier(.22, 1, .36, 1) backwards;
}
.screen-lineup figure:first-child { --phone-turn: -3deg; animation-delay: .38s; }
.screen-lineup figure:last-child { --phone-turn: 3deg; animation-delay: .46s; }
.screen-lineup .phone { box-shadow: 0 28px 50px -16px #0620608c, 0 1px 0 #ffffff40 inset; }
@keyframes arrive {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes phone-arrive {
  from { opacity: 0; transform: translateY(32px) rotate(0deg); }
  to { opacity: 1; transform: translateY(0) rotate(var(--phone-turn)); }
}
@keyframes little-spark {
  0% { opacity: 0; transform: scale(.3) rotate(-40deg); }
  55% { opacity: 1; transform: scale(1.15) rotate(8deg); }
  100% { opacity: 1; transform: scale(1) rotate(0deg); }
}

/* Scroll depth lives on the phone, separate from its figure's entrance. */
@media (min-width: 761px) and (hover: hover) and (prefers-reduced-motion: no-preference) {
  .has-parallax .screen-lineup figure { --phone-depth: 20px; }
  .has-parallax .screen-lineup figure:nth-child(2) { --phone-depth: -32px; }
  .has-parallax .screen-lineup figure:nth-child(3) { --phone-depth: 10px; }
  .has-parallax .screen-lineup .phone {
    transform: translate3d(0, calc(var(--scroll-progress, 0) * var(--phone-depth)), 0);
    will-change: transform;
  }
}

/* Dark: a quiet editorial layout with one interactive app preview. */
.dark-concept { color-scheme: dark; --canvas: #15171c; --ink: #f3f1ec; --muted: #a3a7b1; --accent: #aec3ff; --line: #34373f; color: var(--ink); }
.dark-concept .site-header { border-bottom: 1px solid var(--line); }
.dark-concept .hero-inner { grid-template-columns: 1.15fr .85fr; min-height: 690px; padding-block: 47px 55px; gap: 80px; }
.dark-concept .hero-copy { padding-bottom: 14px; }
.dark-concept .eyebrow { font-size: 11px; letter-spacing: .035em; }
.dark-concept .hero .eyebrow span { color: #bbcbf5; font-size: 19px; vertical-align: -1px; margin-right: 8px; }
.dark-concept h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(64px, 6.1vw, 87px); font-weight: 400; letter-spacing: -.065em; line-height: 1.07; }
.dark-concept h1 em { font-weight: 400; color: #b3c7f5; }
.dark-concept .intro { font-size: 16px; margin-top: 27px; }
.dark-concept .button { background: #f3f1ec; color: #1c2029; }
.dark-concept .button:hover { background: #dce4fa; }
.dark-concept .single-stage { display: flex; justify-content: center; }
.dark-concept .phone-primary { width: 248px; box-shadow: 0 22px 80px #0005; border-color: #717682; }
.dark-concept .screen-picker { margin-top: 17px; }
.dark-concept .pricing { border-top: 1px solid var(--line); padding-block: 63px 58px; }
.dark-concept h2 { font-size: 36px; font-weight: 500; }
.dark-concept .price { font-weight: 470; }
.dark-concept .quiet-note { padding-block: 27px; }

@media (min-width: 1500px) { .hero-inner { gap: 80px; } .phone-pair .phone-primary { left: 37%; } }
@media (min-width: 761px) and (max-height: 740px) {
  .light-concept .hero-inner { min-height: 550px; padding-block: 18px 20px; }
  .light-concept .phone-pair { height: 456px; width: 390px; max-width: 100%; margin-inline: auto; }
  .light-concept .phone-pair .phone-primary { width: 202px; top: 22px; right: 0; left: auto; }
  .light-concept .phone-pair .phone-secondary { width: 183px; left: 14px; }
  .light-concept .phone { padding: 6px; border-radius: 34px; }
  .light-concept .phone img { border-radius: 26px; }
  .light-concept .screen-picker { margin-top: 6px; }
  .dark-concept .hero-inner { min-height: 550px; padding-block: 20px 22px; }
  .dark-concept .phone-primary { width: 207px; border-radius: 34px; padding: 6px; }
  .dark-concept .phone-primary img { border-radius: 27px; }
  .dark-concept .screen-picker { margin-top: 8px; }
}
@media (max-width: 1050px) {
  .wrap { width: calc(100% - 72px); }
  .hero-inner { gap: 24px; min-height: 630px; }
  h1 { font-size: 61px; }
  .phone-pair { height: 520px; }
  .phone-pair .phone-secondary { width: 196px; left: 0; top: 5px; }
  .phone-pair .phone-primary { width: 218px; left: auto; right: 0; top: 39px; }
  .phone { border-radius: 35px; padding: 6px; }
  .phone img { border-radius: 28px; }
  .pricing { grid-template-columns: .8fr 1.5fr; gap: 35px; }
  .plans { gap: 24px; }
  .plan + .plan { padding-left: 24px; }
  h2 { font-size: 33px; }
  .price { font-size: 41px; }
  .dark-concept .hero-inner { gap: 30px; }
  .dark-concept h1 { font-size: 67px; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 44px); }
  .site-header { height: 77px; }
  .brand { font-size: 16px; gap: 8px; }
  .brand img { width: 30px; height: 30px; border-radius: 8px; }
  .site-header nav { gap: 20px; }
  .site-header nav a { font-size: 12px; }
  .hero-inner { grid-template-columns: 1fr; gap: 30px; padding: 45px 0 28px; min-height: auto; }
  .hero-copy { text-align: center; padding: 0; }
  .eyebrow { font-size: 11px; margin-bottom: 20px; }
  h1 { font-size: clamp(50px, 10vw, 70px); letter-spacing: -.05em; }
  .intro { margin-top: 19px; font-size: 15px; }
  .button { margin-top: 23px; min-height: 47px; font-size: 12px; }
  .availability { font-size: 10px; margin-top: 12px; }
  .app-preview { margin: 10px auto 0; width: 100%; max-width: 380px; }
  .phone-pair { width: min(100%, 345px); height: 500px; margin-inline: auto; }
  .phone-pair .phone-primary { width: 207px; right: 1px; top: 35px; }
  .phone-pair .phone-secondary { width: 186px; left: 14px; top: 5px; transform: rotate(-7deg); }
  .screen-picker { margin-top: 0; }
  .screen-picker button { min-width: 62px; }
  .quiet-note { font-size: 10px; line-height: 1.5; padding-block: 24px; gap: 8px; }
  .pricing { display: block; padding: 42px 0 36px; }
  .pricing-heading { margin-bottom: 34px; }
  .pricing-heading h2 br { display: none; }
  h2 { font-size: 29px; letter-spacing: -.045em; }
  .pricing .eyebrow { margin-bottom: 10px; }
  .plans { gap: 21px; grid-template-columns: .91fr 1.09fr; }
  .plan + .plan { padding-left: 21px; }
  .plan h3 { font-size: 12px; }
  .price { font-size: 35px; margin-top: 16px; }
  .price span { font-size: 12px; margin-left: 3px; }
  .plan-description { font-size: 12px; margin-top: 16px; line-height: 1.5; }
  .plan-detail { font-size: 10px; margin-top: 5px; }
  .pricing-note { margin-top: 25px; font-size: 9px; line-height: 1.6; }
  .site-footer { min-height: 82px; font-size: 9px; }
  .site-footer nav { gap: 15px; }
  .site-footer nav a { font-size: 10px; }
  .blue-concept .hero-copy { padding-top: 37px; }
  .blue-concept .hero h1 { font-size: clamp(46px, 14.6vw, 80px); }
  .blue-concept .hero .eyebrow { margin-bottom: 19px; }
  .blue-concept .intro { font-size: 14px; margin-top: 20px; }
  .screen-lineup { margin-top: 43px; gap: 16px; width: 100%; overflow-x: auto; padding: 21px 22px 36px; justify-content: flex-start; scroll-snap-type: x mandatory; scroll-padding-inline: 22px; scrollbar-width: thin; scrollbar-color: #ffffff6b transparent; }
  .screen-lineup figure, .screen-lineup figure:nth-child(2) { width: 194px; margin-top: 0; scroll-snap-align: center; }
  .screen-lineup figure:first-child, .screen-lineup figure:last-child { --phone-turn: 0deg; }
  .screen-lineup figure:first-child { margin-inline-start: auto; }
  .screen-lineup figure:last-child { margin-inline-end: auto; }
  .screen-lineup .phone { border-radius: 31px; }
  .screen-lineup .phone img { border-radius: 24px; }
  .blue-concept .pricing { padding-block: 43px 38px; }
  .blue-concept .quiet-note { padding-block: 21px; }
  .dark-concept .hero-inner { grid-template-columns: 1fr; gap: 28px; padding-block: 44px 30px; min-height: auto; }
  .dark-concept .hero-copy { padding: 0; }
  .dark-concept h1 { font-size: clamp(62px, 12vw, 79px); }
  .dark-concept .intro { font-size: 14px; margin-top: 20px; }
  .dark-concept .hero .eyebrow { font-size: 10px; }
  .dark-concept .phone-primary { width: 226px; }
  .dark-concept .screen-picker { margin-top: 13px; }
  .dark-concept .pricing { padding-block: 39px 36px; }
  .dark-concept h2 { font-size: 29px; }
}
@media (max-width: 359px) {
  .wrap { width: calc(100% - 32px); }
  .site-header nav { gap: 13px; }
  .brand { font-size: 14px; }
  .phone-pair .phone-secondary { width: 166px; }
  .phone-pair .phone-primary { width: 188px; }
  .phone-pair { height: 461px; }
  h1 { font-size: 46px; }
  .plans { gap: 14px; }
  .plan + .plan { padding-left: 14px; }
  .price { font-size: 30px; }
  .quiet-note { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
