:root{
  --blue-1:#134fca;
  --blue-2:#1d78ff;
  --blue-3:#43b8ff;
  --yellow:#ffd53d;
  --ink:#111827;
  --muted:#606b80;
  --line:#dbe4f2;
  --soft:#f4f7fc;
  --card:#ffffff;
  --shadow:0 24px 70px rgba(15, 56, 129, .16);
  --shadow-soft:0 14px 32px rgba(15, 56, 129, .10);
  --radius:28px;
  --container:1160px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--ink);
  background:#fff;
  overflow-x:hidden;
  line-height:1.6;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.container{width:min(var(--container),calc(100% - 40px));margin:0 auto}
.skip-link{position:absolute;left:-999px;top:12px;padding:10px 14px;background:#fff;border-radius:12px;z-index:999}
.skip-link:focus{left:12px}
.header{
  position:sticky;
  top:0;
  z-index:100;
  background:#edf1f7;
  border-bottom:1px solid rgba(15,23,42,.07);
  box-shadow:0 1px 0 rgba(255,255,255,.55) inset;
}
.nav{
  height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:18px;
  font-weight:900;
  letter-spacing:-.03em;
  color:#11182a;
  white-space:nowrap;
}
.brand img{
  width:38px;
  height:38px;
  border-radius:10px;
  box-shadow:0 8px 18px rgba(22,104,255,.28);
}
.nav-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:34px;
  color:#505a6f;
  font-weight:750;
  letter-spacing:.02em;
}
.nav-links a{transition:color .2s ease}
.nav-links a:hover{color:#1765ee}
.download-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:44px;
  padding:0 24px;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(135deg,#1262ee,#1c7cff);
  font-weight:900;
  box-shadow:0 12px 28px rgba(12,100,240,.28);
  transition:transform .2s ease,box-shadow .2s ease;
}
.download-btn:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(12,100,240,.34)}
.play-icon{
  width:0;height:0;
  border-top:8px solid transparent;
  border-bottom:8px solid transparent;
  border-left:13px solid currentColor;
  display:inline-block;
  color:#fff;
}
.play-icon.blue{color:#1d6fff}
.menu-btn{
  display:none;
  width:46px;height:46px;
  border:1px solid var(--line);
  background:#fff;
  border-radius:14px;
  box-shadow:var(--shadow-soft);
}
.menu-btn span{display:block;width:20px;height:2px;background:#172033;border-radius:999px;margin:4px auto}

.hero{
  min-height:860px;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 18% 8%,rgba(255,255,255,.16),transparent 26%),
    linear-gradient(130deg,var(--blue-1) 0%,#1765e8 44%,#39aafa 100%);
}
.dot-layer{
  position:absolute;inset:0;
  background-image:radial-gradient(circle,rgba(255,255,255,.14) 2px,transparent 2.5px);
  background-size:50px 50px;
  opacity:.85;
}
.hero::after{
  content:"";
  position:absolute;
  left:-12%;right:-12%;bottom:-250px;
  height:460px;
  background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.12) 36%,rgba(255,255,255,.20));
  border-radius:50% 50% 0 0;
}
.hero-content{
  position:relative;
  z-index:2;
  text-align:center;
  padding:38px 0 0;
}
.hero-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 18px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.28);
  background:rgba(255,255,255,.10);
  color:rgba(255,255,255,.9);
  font-weight:850;
  backdrop-filter:blur(12px);
}
.star{color:var(--yellow)}
.hero h1{
  margin:28px auto 18px;
  color:#fff;
  max-width:720px;
  font-size:clamp(52px,7.2vw,84px);
  line-height:1.04;
  letter-spacing:-.065em;
  font-weight:950;
  text-shadow:0 12px 28px rgba(0,38,120,.10);
}
.hero h1 span{color:var(--yellow)}
.hero-subtitle{
  color:rgba(255,255,255,.88);
  max-width:720px;
  margin:0 auto;
  font-size:21px;
  line-height:1.45;
  font-weight:520;
}
.hero-actions{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px;
  margin:32px 0 34px;
}
.hero-primary,.hero-secondary{
  min-height:54px;
  padding:0 28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  border-radius:999px;
  font-size:17px;
  font-weight:900;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.hero-primary{
  background:#fff;
  color:#1769ee;
  box-shadow:0 16px 34px rgba(0,34,112,.18);
}
.hero-secondary{
  color:#fff;
  border:1px solid rgba(255,255,255,.35);
  background:rgba(255,255,255,.10);
}
.hero-primary:hover,.hero-secondary:hover{transform:translateY(-2px)}
.hero-metrics{
  display:flex;
  justify-content:center;
  gap:40px;
  color:#fff;
  margin-bottom:34px;
}
.hero-metrics div{min-width:104px}
.hero-metrics strong{
  display:block;
  font-size:30px;
  line-height:1;
  letter-spacing:-.04em;
}
.hero-metrics span{
  display:block;
  margin-top:6px;
  color:rgba(255,255,255,.78);
  font-size:14px;
}
.phone-stage{
  position:relative;
  height:330px;
  max-width:850px;
  margin:0 auto;
}
.phone-card{
  position:absolute;
  width:240px;
  border-radius:22px;
  box-shadow:0 28px 72px rgba(0,38,120,.32);
  border:1px solid rgba(255,255,255,.18);
  transform-origin:center bottom;
}
.card-video{
  left:50%;
  top:0;
  transform:translateX(-50%);
  width:270px;
  z-index:4;
}
.card-doc{
  left:13%;
  top:110px;
  transform:rotate(-8deg);
  z-index:2;
}
.card-scan{
  right:13%;
  top:112px;
  transform:rotate(8deg);
  z-index:2;
}
.section{padding:88px 0}
.section-head{
  max-width:770px;
  margin:0 auto 44px;
  text-align:center;
}
.section-label{
  margin:0 0 10px;
  color:#1769ee;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:13px;
}
.section-head h2{
  margin:0;
  font-size:clamp(36px,5vw,58px);
  line-height:1.06;
  letter-spacing:-.06em;
}
.section-head p{
  margin:16px auto 0;
  color:var(--muted);
  font-size:18px;
}
.features-section{background:#fff}
.features-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
.feature-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:26px;
  min-height:234px;
  box-shadow:var(--shadow-soft);
  transition:transform .25s ease,box-shadow .25s ease;
}
.feature-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.feature-icon{
  width:58px;height:58px;border-radius:18px;margin-bottom:20px;
  display:grid;place-items:center;
  position:relative;
}
.feature-icon::before{
  font-size:28px;
  line-height:1;
}
.feature-icon.photo{background:#e7f1ff}.feature-icon.photo::before{content:"🖼️"}
.feature-icon.video{background:#f2e8ff}.feature-icon.video::before{content:"▶️"}
.feature-icon.audio{background:#e7f9ee}.feature-icon.audio::before{content:"🎵"}
.feature-icon.doc{background:#fff2d8}.feature-icon.doc::before{content:"📄"}
.feature-icon.junk{background:#e5fbff}.feature-icon.junk::before{content:"✨"}
.feature-icon.duplicate{background:#ffe8ee}.feature-icon.duplicate::before{content:"🧹"}
.feature-icon.screenshot{background:#e9f2ff}.feature-icon.screenshot::before{content:"▣"}
.feature-card h3{
  margin:0 0 10px;
  font-size:21px;
  line-height:1.2;
  letter-spacing:-.035em;
}
.feature-card p{
  margin:0;
  color:var(--muted);
  font-size:15.5px;
}
.feature-card.highlight{
  background:linear-gradient(145deg,#0f5fed,#28a4ff);
  color:#fff;
  border-color:transparent;
}
.feature-card.highlight p{color:rgba(255,255,255,.82)}
.feature-card.highlight a{
  display:inline-flex;
  margin-top:16px;
  font-weight:900;
  color:#fff;
  border-bottom:2px solid rgba(255,255,255,.75);
}
.screenshots-section{
  position:relative;
  padding:90px 0;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 20%,rgba(255,255,255,.15),transparent 25%),
    linear-gradient(145deg,#104ec7,#1b76ff 54%,#47b9ff);
}
.screenshots-section::before{
  content:"";
  position:absolute;inset:0;
  background-image:radial-gradient(circle,rgba(255,255,255,.16) 2px,transparent 2.5px);
  background-size:46px 46px;
}
.screenshots-section .container{position:relative;z-index:2}
.section-head.light h2{color:#fff}
.section-head.light p{color:rgba(255,255,255,.82)}
.section-head.light .section-label{color:#ffde53}
.screenshot-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  align-items:stretch;
}
.screenshot-grid figure{
  margin:0;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.22);
  border-radius:28px;
  padding:10px;
  box-shadow:0 28px 66px rgba(0,33,122,.25);
  backdrop-filter:blur(12px);
  aspect-ratio:10 / 16;
  min-height:430px;
  display:flex;
}
.screenshot-grid figure:first-child{grid-row:auto}
.screenshot-grid img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center top;
  border-radius:20px;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.02));
}
.how-section{background:#f6f8fc}
.steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.step{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:30px;
  box-shadow:var(--shadow-soft);
}
.step span{
  display:inline-grid;
  place-items:center;
  width:54px;height:54px;
  border-radius:18px;
  color:#fff;
  background:linear-gradient(135deg,#1262ee,#37a9ff);
  font-weight:950;
  margin-bottom:22px;
}
.step h3{
  margin:0 0 10px;
  font-size:23px;
  line-height:1.2;
  letter-spacing:-.04em;
}
.step p{margin:0;color:var(--muted)}
.trust-section{
  padding:88px 0;
  background:#fff;
}
.trust-grid{
  display:grid;
  grid-template-columns:1fr .86fr;
  gap:26px;
  align-items:center;
}
.trust-copy{
  background:linear-gradient(145deg,#0d4fcd,#2290ff);
  border-radius:34px;
  padding:42px;
  color:#fff;
  box-shadow:var(--shadow);
}
.trust-copy .section-label{color:#ffdf56}
.trust-copy h2{
  margin:0;
  font-size:clamp(36px,5vw,56px);
  line-height:1.05;
  letter-spacing:-.06em;
}
.trust-copy p{
  color:rgba(255,255,255,.84);
  font-size:18px;
}
.trust-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}
.hero-primary.small,.hero-secondary.small{
  min-height:46px;
  font-size:15px;
  padding:0 20px;
}
.review-panel{
  display:grid;
  gap:16px;
}
.review-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:26px;
  box-shadow:var(--shadow-soft);
}
.review-card strong{
  display:block;
  font-size:22px;
  letter-spacing:-.04em;
  margin-bottom:8px;
}
.review-card p{margin:0;color:var(--muted)}
.review-card a{color:#1262ee;font-weight:900}
.final-cta{
  padding:0 0 82px;
  background:#fff;
}
.final-card{
  background:#eef5ff;
  border:1px solid var(--line);
  border-radius:34px;
  padding:36px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  box-shadow:var(--shadow-soft);
}
.final-card h2{
  margin:0;
  font-size:clamp(30px,4vw,46px);
  line-height:1.06;
  letter-spacing:-.05em;
}
.final-card p{margin:10px 0 0;color:var(--muted)}
.footer{
  background:#0a1426;
  color:#fff;
  padding:34px 0 28px;
}
.footer-inner{
  display:grid;
  grid-template-columns:1fr auto;
  gap:24px;
  align-items:center;
}
.footer-brand{color:#fff}
.footer-links{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:20px;
  color:rgba(255,255,255,.72);
  font-weight:720;
}
.footer-links a:hover{color:#fff}
.footer p{
  grid-column:1/-1;
  margin:0;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.55);
  font-size:14px;
}
.reveal{
  opacity:0;
  transform:translateY(22px);
  transition:opacity .7s ease,transform .7s ease;
}
.reveal.visible{
  opacity:1;
  transform:translateY(0);
}
.policy-page{background:#fff}
.policy-hero{
  background:linear-gradient(145deg,#104ec7,#218cff);
  color:#fff;
  padding:74px 0;
  position:relative;
  overflow:hidden;
}
.policy-hero::before{
  content:"";
  position:absolute;inset:0;
  background-image:radial-gradient(circle,rgba(255,255,255,.15) 2px,transparent 2.5px);
  background-size:46px 46px;
}
.policy-wrap{
  width:min(900px,calc(100% - 40px));
  margin:0 auto;
  position:relative;
  z-index:2;
}
.policy-title{
  font-size:clamp(44px,7vw,76px);
  line-height:1.03;
  letter-spacing:-.06em;
  margin:14px 0;
}
.meta{color:rgba(255,255,255,.76);font-weight:750}
.policy-content{padding:42px 0 86px}
.notice{
  background:#f2f7ff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:20px;
  color:#415169;
}
.policy-content h2{
  margin:42px 0 12px;
  font-size:28px;
  line-height:1.15;
  letter-spacing:-.04em;
}
.policy-content h3{
  margin:24px 0 8px;
  font-size:20px;
  letter-spacing:-.02em;
}
.policy-content p,.policy-content li{color:#4f5e72}
.policy-content ul{padding-left:20px}
.policy-content a{
  color:#1262ee;
  font-weight:850;
  text-decoration:underline;
  text-underline-offset:3px;
}
.policy-content table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  margin:24px 0;
}
.policy-content th,.policy-content td{
  text-align:left;
  vertical-align:top;
  padding:15px;
  border-bottom:1px solid var(--line);
}
.policy-content th{background:#f2f7ff;color:#1d2c42}
.policy-content tr:last-child td{border-bottom:0}
.back-top{
  display:inline-flex;
  margin-top:28px;
  color:#1262ee;
  font-weight:850;
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .reveal,.download-btn,.hero-primary,.hero-secondary,.feature-card{transition:none}
}
@media (max-width:1020px){
  .nav-links{
    position:absolute;
    left:20px;right:20px;top:80px;
    display:none;
    flex-direction:column;
    align-items:flex-start;
    gap:18px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:24px;
    box-shadow:var(--shadow);
    padding:20px;
  }
  .nav-links.open{display:flex}
  .menu-btn{display:block}
  .nav-download{display:none}
  .features-grid{grid-template-columns:repeat(2,1fr)}
  .screenshot-grid{grid-template-columns:repeat(2,1fr)}
  .screenshot-grid figure:first-child{grid-row:auto;grid-column:1/-1}
  .trust-grid{grid-template-columns:1fr}
  .footer-inner{grid-template-columns:1fr}
  .footer-links{justify-content:flex-start}
}
@media (max-width:760px){
  .container,.policy-wrap{width:min(calc(100% - 28px),var(--container))}
  .nav{height:68px}
  .brand span{font-size:16px}
  .hero{min-height:780px}
  .hero h1{font-size:clamp(42px,13vw,64px)}
  .hero-subtitle{font-size:18px}
  .hero-actions,.trust-actions{display:grid}
  .hero-primary,.hero-secondary,.download-btn{width:100%}
  .hero-metrics{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px 12px;
  }
  .phone-stage{height:260px}
  .card-video{width:220px}
  .card-doc,.card-scan{width:185px;top:116px}
  .card-doc{left:2%}
  .card-scan{right:2%}
  .section{padding:64px 0}
  .features-grid,.steps,.screenshot-grid{grid-template-columns:1fr}
  .screenshot-grid figure:first-child{grid-column:auto}
  .final-card{display:grid}
  .footer-links{display:grid;gap:12px}
  .policy-content table{display:block;overflow-x:auto;white-space:nowrap}
}


/* Reference-style reviews and final CTA */
.reviews-section{
  padding:94px 0 84px;
  background:#fff;
}
.reviews-head{
  max-width:760px;
  margin:0 auto 34px;
}
.review-label,.cta-label{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:7px 16px;
  border-radius:999px;
  background:#edf4ff;
  color:#1262ee;
  font-size:13px;
  line-height:1;
  font-weight:950;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.reviews-head h2{
  margin:18px 0 0;
  color:#111827;
  font-size:clamp(34px,5vw,54px);
  line-height:1.05;
  letter-spacing:-.06em;
}
.reviews-head h2 em{
  font-style:normal;
  color:#1c75ff;
}
.reviews-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.review-card{
  min-height:176px;
  background:#f5f8ff;
  border:1px solid #dfe8f8;
  border-radius:20px;
  padding:26px;
  box-shadow:0 12px 34px rgba(15,56,129,.07);
  transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s cubic-bezier(.2,.8,.2,1),border-color .28s ease;
}
.review-card:hover{
  transform:translateY(-8px);
  box-shadow:0 24px 58px rgba(15,56,129,.14);
  border-color:rgba(28,117,255,.25);
}
.stars{
  color:#ffb800;
  letter-spacing:3px;
  font-size:16px;
  margin-bottom:14px;
}
.review-card p{
  margin:0;
  color:#4d5870;
  font-style:italic;
  font-weight:560;
  line-height:1.62;
}
.reviewer{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:20px;
}
.reviewer-avatar{
  width:38px;
  height:38px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  font-weight:900;
  background:linear-gradient(135deg,#1c75ff,#49b5ff);
  box-shadow:0 10px 22px rgba(28,117,255,.25);
  flex:0 0 auto;
}
.reviewer strong{
  display:block;
  font-size:15px;
  line-height:1.2;
  letter-spacing:-.02em;
}
.reviewer small{
  display:block;
  color:#68748b;
  font-size:12px;
  margin-top:2px;
}
.download-cta{
  position:relative;
  overflow:hidden;
  padding:96px 0 106px;
  text-align:center;
  background:
    radial-gradient(circle at 86% 10%,rgba(255,255,255,.20),transparent 24%),
    linear-gradient(135deg,#0a3a9e 0%,#1a6ef5 45%,#4ab8ff 100%);
}
.download-cta::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:radial-gradient(circle,rgba(255,255,255,.11) 2px,transparent 2.5px);
  background-size:52px 52px;
  pointer-events:none;
}
.download-cta::after{
  content:"";
  position:absolute;
  left:-14%;
  right:-14%;
  bottom:-280px;
  height:420px;
  background:rgba(255,255,255,.10);
  border-radius:50% 50% 0 0;
}
.cta-orb{
  position:absolute;
  border-radius:50%;
  pointer-events:none;
  filter:blur(.1px);
  animation:orbFloat 8s ease-in-out infinite;
}
.cta-orb-one{
  width:250px;height:250px;
  right:8%;
  top:-26px;
  background:rgba(255,255,255,.12);
}
.cta-orb-two{
  width:116px;height:116px;
  left:14%;
  bottom:48px;
  background:rgba(255,216,70,.14);
  animation-delay:-2s;
}
.cta-content{
  position:relative;
  z-index:2;
  color:#fff;
}
.cta-label{
  margin-bottom:24px;
  background:rgba(255,255,255,.16);
  color:#fff;
  border:1px solid rgba(255,255,255,.22);
  backdrop-filter:blur(10px);
}
.download-cta h2{
  margin:0;
  color:#fff;
  font-size:clamp(36px,5vw,58px);
  line-height:1.08;
  letter-spacing:-.06em;
}
.download-cta p{
  max-width:560px;
  margin:22px auto 32px;
  color:rgba(255,255,255,.84);
  font-size:18px;
}
.store-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  min-height:62px;
  padding:0 28px;
  border-radius:14px;
  color:#fff;
  border:1px solid rgba(255,255,255,.35);
  background:rgba(255,255,255,.10);
  backdrop-filter:blur(12px);
  font-weight:900;
  box-shadow:0 20px 42px rgba(0,34,112,.18);
  transition:transform .22s ease,background .22s ease,box-shadow .22s ease;
}
.store-badge:hover{
  transform:translateY(-3px) scale(1.01);
  background:rgba(255,255,255,.16);
  box-shadow:0 26px 54px rgba(0,34,112,.22);
}
.store-badge .play-icon{
  color:#fff;
  border-top-width:12px;
  border-bottom-width:12px;
  border-left-width:18px;
}
.store-badge span:last-child{
  display:grid;
  text-align:left;
  line-height:1.08;
  font-size:20px;
}
.store-badge small{
  font-size:11px;
  opacity:.75;
  letter-spacing:.06em;
}

/* Animation refinements */
.reveal{
  opacity:0;
  transform:translateY(26px) scale(.985);
  transition:
    opacity .78s cubic-bezier(.2,.8,.2,1),
    transform .78s cubic-bezier(.2,.8,.2,1);
  transition-delay:var(--delay,0ms);
  will-change:opacity,transform;
}
.reveal.visible{
  opacity:1;
  transform:translateY(0) scale(1);
}
.hero-pill.visible{animation:softDrop .7s cubic-bezier(.2,.8,.2,1) both}
.hero h1.visible{animation:headlineRise .82s .08s cubic-bezier(.2,.8,.2,1) both}
.hero-subtitle.visible{animation:fadeUp .74s .18s cubic-bezier(.2,.8,.2,1) both}
.hero-actions.visible{animation:fadeUp .74s .28s cubic-bezier(.2,.8,.2,1) both}
.hero-metrics.visible{animation:fadeUp .74s .38s cubic-bezier(.2,.8,.2,1) both}
.phone-stage.visible{animation:floatStage .9s .48s cubic-bezier(.2,.8,.2,1) both}
.phone-card{
  transition:transform .35s cubic-bezier(.2,.8,.2,1),filter .35s ease;
}
.phone-stage:hover .card-video{transform:translateX(-50%) translateY(-10px)}
.phone-stage:hover .card-doc{transform:rotate(-10deg) translateY(-4px)}
.phone-stage:hover .card-scan{transform:rotate(10deg) translateY(-4px)}
.screenshot-grid figure{
  transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s ease,border-color .3s ease;
}
.screenshot-grid figure:hover{
  transform:translateY(-8px);
  box-shadow:0 34px 80px rgba(0,33,122,.32);
  border-color:rgba(255,255,255,.38);
}
.feature-card,.step,.review-card{
  will-change:transform;
}

@keyframes softDrop{
  from{opacity:0;transform:translateY(-18px) scale(.96)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
@keyframes headlineRise{
  from{opacity:0;transform:translateY(24px) scale(.98);filter:blur(5px)}
  to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}
}
@keyframes fadeUp{
  from{opacity:0;transform:translateY(24px)}
  to{opacity:1;transform:translateY(0)}
}
@keyframes floatStage{
  from{opacity:0;transform:translateY(38px) scale(.96)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
@keyframes orbFloat{
  0%,100%{transform:translate3d(0,0,0)}
  50%{transform:translate3d(0,-22px,0)}
}

@media (max-width:1020px){
  .reviews-grid{grid-template-columns:1fr}
}
@media (max-width:760px){
  .reviews-section{padding:66px 0 58px}
  .download-cta{padding:76px 0 86px}
  .review-card{padding:22px}
  .store-badge{width:100%;max-width:320px}
}

.header.scrolled{box-shadow:0 10px 34px rgba(15,56,129,.10);}
