*{box-sizing:border-box}html{scroll-behavior:smooth}
body{
  margin:0;
  color:#111118;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  background:#fff}
.container{
  width:min(1120px,calc(100% - 40px));
  margin:auto}
header{
  height:74px;
  border-bottom:1px solid #eee;
  background:rgba(255,255,255,.94);
  position:sticky;
  top:0;
  z-index:10;
  backdrop-filter:blur(14px)}
.nav{
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  color:#111;
  text-decoration:none;
  font-size:26px;
  font-weight:800}
.brand img{
  width:42px;
  height:46px;
  object-fit:cover;
  border-radius:10px}
.nav nav{
  display:flex;
  align-items:center;
  gap:34px}
.nav nav a{
  color:#111;
  text-decoration:none;
  font-size:15px}
.download-button{
  background:linear-gradient(135deg,#6754ed,#7845df);
  color:white!important;
  padding:13px 20px;
  border-radius:9px;
  font-weight:700}
.menu{
  display:none;border:0;
  background:none;
  font-size:25px}
.hero{
  padding:54px 0 22px}
.hero-grid{
  display:grid;
  grid-template-columns:38% 62%;
  align-items:center}
.hero-copy h1{
  font-size:58px;
  line-height:.98;
  letter-spacing:-2.5px;
  margin:0 0 22px}
.hero-copy h1 span{
  color:#6949e8}
.hero-copy p{
  font-size:17px;
  line-height:1.55;
  max-width:385px;
  margin:0 0 26px}
.store-badge{
  width:190px;
  height:auto;
  display:block}
.purchase-note{
  font-size:14px;
  color:#4d4d55;
  margin-top:15px}
.purchase-note:first-letter{
  color:#6e52e8}
.hero-image img{
  width:100%;
  max-width:640px;
  display:block;
  margin:auto}
.features{
  padding:8px 0 26px}
.feature-panel{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:15px;padding:31px 24px;
  background:linear-gradient(135deg,#fafafa,#f5f5f9);
  border-radius:24px}
.feature-panel article{
  text-align:center}
.feature-panel h3{
  font-size:15px;
  line-height:1.25;
  margin:10px 0}
.feature-panel p{
  font-size:13px;
  line-height:1.45;
  color:#333;
  margin:0}
.ico{
  font-size:30px;
  font-weight:800;
  height:38px}
.purple{
  color:#8057ed}
.blue{
  color:#49a4f7}
.green{
  color:#37bd63}
.orange{
  color:#ff9e00}
.pink{
  color:#e754a2}
.red{
  color:#ff3b30}
.gallery{
  padding:0 0 22px}
.section-title{
  text-align:center;
  margin:0 0 18px}
.section-title h2{
  font-size:25px;
  margin:0 0 7px}
.section-title p{
  font-size:14px;
  color:#4f4f57;
  margin:0}
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px}
.gallery-grid img{
  width:100%;
  border-radius:18px;
  box-shadow:0 3px 14px rgba(0,0,0,.09)}
.download-section{
  padding:0 0 24px}
.download-card{
  height:205px;
  padding:0 54px;
  background:linear-gradient(100deg,#f3edff,#f5f2ff);
  border-radius:24px;
  display:grid;
  grid-template-columns:270px 1fr 130px;
  align-items:center;
  overflow:hidden}
.download-phone{
  width:230px;
  align-self:end}
.download-card h2{
  font-size:29px;
  margin:0 0 9px}
.download-card p{
  line-height:1.45;
  margin:0 0 19px}
.download-card 
.store-badge{
  width:150px}
.arrow{
  font-size:76px;
  color:#7453e8;
  transform:rotate(-30deg)}
.info{
  padding:0 0 12px}
.info-panel{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:38px;
  padding:25px;
  background:linear-gradient(135deg,#fbfbfb,#f7f7fa);
  border-radius:23px}
.info-panel article+article{
  border-left:1px solid #e1e1e5;
  padding-left:38px}
.info-panel h3{
  font-size:18px;
  margin:0 0 20px}
.info-panel strong,
.info-panel p{
  font-size:13px;
  line-height:1.35}
.info-panel p{
  margin:2px 0 14px}
.info-panel a{
  font-size:13px;
  color:#6344e8;
  text-decoration:none;
  font-weight:600}
footer{
  text-align:center;
  font-size:13px;
  padding:0 0 18px}
@media(max-width:900px){
  .hero-grid{
    grid-template-columns:1fr}
  .hero-copy{
    text-align:center}
  .hero-copy p{
    margin-left:auto;
    margin-right:auto}
  .store-badge{
    margin:auto}
  .feature-panel{
    grid-template-columns:repeat(3,1fr)}
  .gallery-grid{
    grid-template-columns:repeat(2,1fr)}
  .download-card{
    grid-template-columns:190px 1fr}
  .arrow{
    display:none}
  .info-panel{
    grid-template-columns:1fr}
  .info-panel article+article{
    border-left:0;
    border-top:1px solid #e1e1e5;
    padding-left:0;
    padding-top:25px}}
@media(max-width:650px){
  header{height:64px}
  .brand{
    font-size:21px}
  .brand img{
    width:35px;height:38px}
  .menu{
    display:block}
  .nav nav{
    display:none;
    position:absolute;
    top:64px;
    left:0;
    right:0;
    background:#fff;
    flex-direction:column;
    padding:24px;
    border-bottom:1px solid #ddd}
  .nav nav.open{
    display:flex}
  .hero-copy h1{
    font-size:46px}
  .feature-panel{
    grid-template-columns:repeat(2,1fr)}
  .gallery-grid{
    grid-template-columns:1fr}
  .download-card{
    height:auto;
    grid-template-columns:1fr;
    text-align:center;padding:28px}
  .download-phone{
    width:210px;
    margin:auto}
  .download-card 
  .store-badge{
    margin:auto}}
