:root {
  --blue: #095cff;
  --blue-dark: #073eac;
  --sky: #18bff2;
  --ink: #10284d;
  --muted: #536986;
  --cream: #f8f9f4;
  --white: #fff;
  --yellow: #ffc94e;
  --line: rgba(16, 40, 77, 0.12);
  --shadow: 0 24px 70px rgba(8, 65, 166, 0.18);
  --sans:
    Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display",
    "Segoe UI", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
  overflow-x: hidden;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background-image: radial-gradient(
    rgba(9, 92, 255, 0.11) 0.7px,
    transparent 0.7px
  );
  background-size: 29px 29px;
  mask-image: linear-gradient(to bottom, #000, transparent 28%);
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
.shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.page-glow {
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  pointer-events: none;
}
.glow-one {
  width: 580px;
  height: 580px;
  right: 0;
  top: 100px;
  background: rgba(26, 191, 242, 0.12);
}
.glow-two {
  width: 350px;
  height: 350px;
  left: -220px;
  top: 620px;
  background: rgba(255, 201, 78, 0.16);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 14px 0;
  background: rgba(248, 249, 244, 0.84);
  border-bottom: 1px solid rgba(16, 40, 77, 0.07);
  backdrop-filter: blur(18px);
}
.nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #09224b;
  font-size: 20px;
  font-weight: 850;
  letter-spacing: -0.035em;
}
.brand img {
  border-radius: 12px;
  box-shadow: 0 7px 18px rgba(9, 92, 255, 0.18);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-left: auto;
}
.nav-links a {
  position: relative;
  color: #405979;
  font-size: 14px;
  font-weight: 700;
}
.nav-links a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transition: transform 0.18s ease;
}
.nav-links a:hover:after {
  transform: scaleX(1);
}
.hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 60px;
  padding-top: 78px;
  padding-bottom: 86px;
}
.eyebrow,
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.eyebrow:before {
  content: "";
  width: 24px;
  height: 2px;
  background: currentColor;
}
.hero h1 {
  max-width: 670px;
  margin: 22px 0 24px;
  color: #09224b;
  font-size: clamp(56px, 6vw, 84px);
  line-height: 0.96;
  letter-spacing: -0.065em;
}
.hero h1 span {
  display: block;
}
.accent-text {
  margin-top: 9px;
  color: transparent;
  background: linear-gradient(95deg, #095cff 5%, #16aeee 70%, #00c8d6);
  background-clip: text;
  -webkit-background-clip: text;
}
.hero-lead {
  max-width: 590px;
  margin: 0 0 31px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
}
.store-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 184px;
  min-height: 58px;
  padding: 9px 19px;
  color: #fff;
  background: #081d3d;
  border-radius: 14px;
  box-shadow: 0 13px 30px rgba(8, 29, 61, 0.2);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}
.store-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 17px 36px rgba(8, 29, 61, 0.28);
}
.store-button svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}
.store-button > span {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.store-button small {
  margin-bottom: 4px;
  font-size: 9px;
}
.store-button strong {
  font-size: 18px;
  letter-spacing: -0.02em;
}
.download-note {
  max-width: 155px;
  color: #536986;
  font-size: 12px;
  line-height: 1.5;
}
.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 590px;
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.hero-facts div {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-right: 20px;
}
.hero-facts div + div {
  padding-left: 20px;
  border-left: 1px solid var(--line);
}
.hero-facts strong {
  color: #09224b;
  font-size: 14px;
}
.hero-facts span {
  color: #536986;
  font-size: 11px;
  line-height: 1.4;
}
.hero-visual {
  position: relative;
  height: 610px;
}
.visual-backdrop {
  position: absolute;
  width: 470px;
  height: 470px;
  top: 65px;
  left: 50%;
  border-radius: 50%;
  background: linear-gradient(145deg, #dbe9ff, #e7fbff);
  transform: translateX(-50%);
}
.visual-backdrop:after {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px dashed rgba(9, 92, 255, 0.22);
  border-radius: 50%;
}
.phone-card {
  position: absolute;
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 36px;
  background: #fff;
  box-shadow: var(--shadow);
}
.phone-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.phone-front {
  z-index: 3;
  width: 260px;
  height: 565px;
  top: 3px;
  right: 20px;
  transform: rotate(2deg);
}
.phone-back {
  z-index: 2;
  width: 216px;
  height: 469px;
  left: 8px;
  bottom: 0;
  opacity: 0.95;
  transform: rotate(-7deg);
}
.saved-pill {
  position: absolute;
  z-index: 6;
  left: 27%;
  bottom: 48px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 205px;
  padding: 13px 18px 13px 13px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 44px rgba(8, 65, 166, 0.23);
  backdrop-filter: blur(14px);
}
.saved-pill > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.saved-pill small {
  color: #58708e;
  font-size: 10px;
  font-weight: 700;
}
.saved-pill strong {
  color: #09224b;
  font-size: 18px;
}
.saved-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  border-radius: 13px;
  background: linear-gradient(145deg, #19c9ef, #095cff);
  font-size: 22px;
  font-weight: 900;
}
.spark {
  position: absolute;
  z-index: 5;
  color: var(--yellow);
  font-size: 26px;
  animation: float 4s ease-in-out infinite;
}
.spark-one {
  top: 50px;
  left: 78px;
}
.spark-two {
  right: 0;
  bottom: 92px;
  color: #11c7df;
  animation-delay: -1.4s;
}
.proof {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 25px 32px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.7);
}
.proof p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.proof > div {
  display: flex;
  gap: 28px;
}
.proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.proof i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(9, 92, 255, 0.1);
}
.proof b {
  font-size: 12px;
}
.section {
  padding-top: 140px;
  padding-bottom: 140px;
}
.section-heading {
  max-width: 740px;
  margin: 0 auto 62px;
  text-align: center;
}
.section-heading h2,
.how-heading h2,
.preview-heading h2,
.download-copy h2 {
  margin: 17px 0 19px;
  color: #09224b;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.055em;
}
.section-heading p,
.how-heading p,
.preview-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.bento-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  grid-template-rows: 360px 360px;
  gap: 18px;
}
.bento-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(16, 40, 77, 0.07);
  border-radius: 30px;
}
.card-label {
  display: inline-block;
  margin-bottom: 18px;
  color: inherit;
  opacity: 0.62;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.bento-card h3 {
  margin: 0 0 12px;
  font-size: 27px;
  letter-spacing: -0.04em;
}
.bento-card p {
  max-width: 410px;
  margin: 0;
  color: inherit;
  opacity: 0.72;
  font-size: 15px;
  line-height: 1.65;
}
.bento-blue {
  grid-row: span 2;
  color: #fff;
  background: linear-gradient(155deg, #095cff, #02afe8);
}
.bento-blue .bento-copy {
  position: relative;
  z-index: 2;
}
.bento-blue img {
  position: absolute;
  width: 270px;
  height: auto;
  right: -10px;
  bottom: -245px;
  border: 7px solid rgba(255, 255, 255, 0.96);
  border-radius: 31px;
  box-shadow: 0 22px 50px rgba(0, 42, 130, 0.3);
  transform: rotate(3deg);
}
.bento-light {
  background: #eaf2ff;
}
.bento-warm {
  background: #fff3d8;
}
.bento-light .card-label,
.bento-warm .card-label {
  color: #405979;
  opacity: 1;
}
.bento-dark {
  grid-column: 2;
  color: #fff;
  background: #0a2b66;
}
.bento-dark .bento-copy {
  position: relative;
  z-index: 2;
  max-width: 50%;
}
.bento-dark img {
  position: absolute;
  width: 175px;
  height: 380px;
  right: 18px;
  top: 36px;
  object-fit: cover;
  border: 6px solid #fff;
  border-radius: 25px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}
.card-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 7px 0 44px;
  color: #fff;
  border-radius: 17px;
}
.icon-green {
  background: linear-gradient(145deg, #25d78e, #08aeb6);
}
.card-icon svg {
  width: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.compression-stat {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 18px 0 58px;
  font-size: 23px;
  font-weight: 850;
  letter-spacing: -0.04em;
}
.compression-stat span {
  color: #e3534d;
}
.compression-stat i {
  color: #c08b18;
  font-style: normal;
}
.compression-stat strong {
  color: #095cff;
  font-size: 32px;
}
.how {
  color: #fff;
  background: #092f80;
}
.how .kicker {
  color: #83ddff;
}
.how-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 70px;
}
.how-heading h2 {
  margin-bottom: 0;
  color: #fff;
}
.how-heading p {
  color: #c7d8f4;
  padding-bottom: 5px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.steps li {
  min-height: 260px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.07);
}
.steps li > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 55px;
  border-radius: 50%;
  background: var(--yellow);
  color: #513a00;
  font-size: 11px;
  font-weight: 900;
}
.steps h3 {
  margin: 0 0 10px;
  font-size: 25px;
}
.steps p {
  margin: 0;
  color: #c7d8f4;
  font-size: 14px;
  line-height: 1.65;
}
.preview {
  overflow: hidden;
}
.preview-heading {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 62px;
}
.preview-heading h2 {
  margin-bottom: 0;
}
.preview-heading p {
  padding-bottom: 5px;
}
.preview-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.gallery-shell {
  width: 100%;
  padding-bottom: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scroll-padding-left: max(24px, calc((100vw - 1180px) / 2));
  overscroll-behavior-inline: contain;
  scrollbar-color: rgba(9, 92, 255, 0.42) rgba(9, 92, 255, 0.08);
  scrollbar-width: thin;
  cursor: grab;
}
.gallery-shell:active {
  cursor: grabbing;
}
.gallery-shell.is-dragging {
  scroll-behavior: auto;
  scroll-snap-type: none;
  cursor: grabbing;
  user-select: none;
}
.gallery-shell::-webkit-scrollbar {
  height: 7px;
}
.gallery-shell::-webkit-scrollbar-track {
  background: rgba(9, 92, 255, 0.08);
  border-radius: 999px;
}
.gallery-shell::-webkit-scrollbar-thumb {
  background: rgba(9, 92, 255, 0.42);
  border-radius: 999px;
}
.gallery {
  display: flex;
  gap: 22px;
  width: max-content;
  margin-left: max(24px, calc((100vw - 1180px) / 2));
  padding: 0 max(24px, calc((100vw - 1180px) / 2)) 10px 0;
}
.gallery figure {
  width: 260px;
  flex: 0 0 auto;
  margin: 0;
  scroll-snap-align: start;
}
.gallery img {
  width: 260px;
  height: 565px;
  object-fit: cover;
  border: 7px solid #fff;
  border-radius: 31px;
  box-shadow: 0 22px 50px rgba(8, 65, 166, 0.2);
  user-select: none;
  -webkit-user-drag: none;
}
.gallery figcaption {
  margin-top: 18px;
  color: #405979;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.download {
  padding-bottom: 100px;
}
.download-card {
  position: relative;
  min-height: 570px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  overflow: hidden;
  padding: 72px;
  border-radius: 40px;
  background: linear-gradient(145deg, #0864ff, #05aeea);
}
.download-card:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.13;
  background-image: radial-gradient(#fff 1px, transparent 1px);
  background-size: 24px 24px;
}
.download-copy {
  position: relative;
  z-index: 3;
}
.download-copy > img {
  margin-bottom: 28px;
  border: 5px solid rgba(255, 255, 255, 0.22);
  border-radius: 26px;
  box-shadow: 0 18px 45px rgba(0, 46, 150, 0.28);
}
.kicker.light {
  color: #d7f6ff;
}
.download-copy h2 {
  max-width: 620px;
  color: #fff;
}
.download-copy p {
  max-width: 560px;
  margin: 0 0 30px;
  color: #d9edff;
  font-size: 16px;
  line-height: 1.65;
}
.store-button-light {
  color: #09224b;
  background: #fff;
}
.download-art {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: 360px;
}
.download-art img {
  position: relative;
  z-index: 2;
  border: 9px solid rgba(255, 255, 255, 0.18);
  border-radius: 62px;
  box-shadow: 0 28px 60px rgba(0, 39, 122, 0.35);
  transform: rotate(5deg);
}
.orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
}
.orbit-one {
  width: 410px;
  height: 410px;
}
.orbit-two {
  width: 320px;
  height: 320px;
}
.footer {
  padding-bottom: 34px;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 0;
  border-top: 1px solid var(--line);
}
.footer-top p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.footer-links {
  display: flex;
  gap: 28px;
  padding-bottom: 34px;
}
.footer-links a {
  color: #405979;
  font-size: 13px;
  font-weight: 700;
}
.footer-links a:hover {
  color: var(--blue);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #60738e;
  font-size: 11px;
}
.reveal {
  opacity: 0;
  transform: translateY(16px);
  animation: reveal 0.65s cubic-bezier(0.2, 0.75, 0.2, 1) forwards;
}
.delay-one {
  animation-delay: 0.08s;
}
.delay-two {
  animation-delay: 0.16s;
}
.delay-three {
  animation-delay: 0.24s;
}
@keyframes reveal {
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes float {
  50% {
    transform: translateY(-10px) rotate(8deg);
  }
}
@keyframes drift {
  to {
    transform: translateX(-110px);
  }
}
@media (max-width: 1020px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .hero-copy {
    text-align: center;
  }
  .eyebrow {
    justify-content: center;
  }
  .hero h1,
  .hero-lead,
  .hero-facts {
    margin-inline: auto;
  }
  .hero-actions {
    justify-content: center;
  }
  .hero-visual {
    width: min(560px, 100%);
    margin: auto;
  }
  .proof {
    flex-direction: column;
  }
  .how-heading,
  .preview-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .how-heading p,
  .preview-heading p {
    max-width: 680px;
  }
  .download-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .download-copy > img {
    margin-inline: auto;
  }
  .download-copy p {
    margin-inline: auto;
  }
  .download-art {
    display: none;
  }
}
@media (max-width: 720px) {
  .shell {
    width: min(100% - 30px, 1180px);
  }
  .site-header {
    padding: 10px 0;
  }
  .brand {
    font-size: 18px;
  }
  .brand img {
    width: 38px;
    height: 38px;
  }
  .nav-links {
    display: none;
  }
  .hero {
    min-height: auto;
    padding-top: 58px;
    padding-bottom: 64px;
  }
  .hero h1 {
    font-size: clamp(47px, 14vw, 66px);
  }
  .hero-lead {
    font-size: 16px;
  }
  .download-note {
    max-width: 100%;
  }
  .hero-facts {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 360px;
    text-align: left;
  }
  .hero-facts div,
  .hero-facts div + div {
    padding: 0 0 0 14px;
    border-left: 2px solid rgba(9, 92, 255, 0.3);
  }
  .hero-visual {
    height: 490px;
  }
  .visual-backdrop {
    width: 360px;
    height: 360px;
  }
  .phone-front {
    width: 215px;
    height: 467px;
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(1deg);
  }
  .phone-back {
    display: none;
  }
  .saved-pill {
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
  }
  .spark-one {
    left: 6%;
  }
  .spark-two {
    right: 6%;
  }
  .proof {
    padding: 24px 20px;
    text-align: center;
  }
  .proof > div {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 22px;
  }
  .section {
    padding-top: 92px;
    padding-bottom: 92px;
  }
  .section-heading {
    margin-bottom: 42px;
  }
  .section-heading h2,
  .how-heading h2,
  .preview-heading h2,
  .download-copy h2 {
    font-size: clamp(38px, 11vw, 52px);
  }
  .section-heading p,
  .how-heading p,
  .preview-heading p {
    font-size: 15px;
  }
  .bento-grid {
    display: flex;
    flex-direction: column;
  }
  .bento-card {
    min-height: 300px;
    padding: 28px;
  }
  .bento-blue {
    min-height: 570px;
  }
  .bento-blue img {
    width: 225px;
    right: -8px;
    bottom: -145px;
  }
  .bento-dark {
    min-height: 390px;
  }
  .bento-dark .bento-copy {
    max-width: 57%;
  }
  .bento-dark img {
    width: 145px;
    height: 316px;
    right: 12px;
    top: 70px;
  }
  .compression-stat {
    margin-bottom: 55px;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .steps li {
    min-height: 220px;
  }
  .steps li > span {
    margin-bottom: 38px;
  }
  .gallery {
    width: max-content;
    margin-left: 0;
    padding: 0 15px 20px;
  }
  .gallery-shell {
    scroll-padding-left: 15px;
  }
  .gallery figure {
    width: 225px;
    scroll-snap-align: center;
  }
  .gallery img {
    width: 225px;
    height: 489px;
  }
  .download {
    padding-bottom: 72px;
  }
  .download-card {
    min-height: 570px;
    padding: 62px 24px;
    border-radius: 30px;
  }
  .download-copy > img {
    width: 88px;
    height: 88px;
  }
  .footer-top,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-links {
    flex-wrap: wrap;
    gap: 16px 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
