.home-app-download {
  padding: 0;
  background: #8d2155;
}
.home-app-shell {
  position: relative; width: 100%; min-height: 420px; margin: 0;
  padding: clamp(28px, 4vw, 46px) max(24px, calc((100vw - 1320px) / 2)); box-sizing: border-box;
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(500px, 1fr);
  align-items: center; gap: 30px; overflow: hidden;
  border: 0; border-radius: 0;
  background: radial-gradient(circle at 89% 15%, rgba(255,160,205,.82) 0, transparent 25%), linear-gradient(135deg, #561031 0%, #8d2155 56%, #c83f7b 100%);
  color: #fff; box-shadow: 0 20px 50px rgba(84,11,50,.18);
}
.home-app-copy { position: relative; z-index: 3; }
.home-app-kicker { display: inline-block; padding: 7px 11px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; background: rgba(255,255,255,.12); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.home-app-copy h2 { max-width: 700px; margin: 14px 0 12px; font-size: clamp(34px, 4vw, 50px); line-height: 1.02; }
.home-app-copy>p { max-width: 620px; margin: 0; color: #ffeaf4; font-size: 16px; line-height: 1.5; }
.home-app-platforms { display: flex; gap: 12px; margin: 20px 0 16px; flex-wrap: wrap; }
.home-app-qr-card { display: flex; align-items: center; gap: 11px; min-width: 210px; padding: 9px; border: 1px solid rgba(255,255,255,.65); border-radius: 15px; background: rgba(255,255,255,.97); color: #44102e; box-shadow: 0 10px 24px rgba(45,0,27,.14); }
.home-app-qr-card>img { width: 82px; height: 82px; border-radius: 8px; }
.home-app-qr-card strong,.home-app-qr-card span { display: block; }
.home-app-qr-card strong { font-size: 14px; }
.home-app-qr-card span { margin-top: 4px; color: #79576a; font-size: 11px; }
.home-app-store-links { display: flex; gap: 10px; flex-wrap: wrap; }
.home-store-btn { display: flex; align-items: center; gap: 9px; min-width: 148px; padding: 8px 14px; border: 1px solid rgba(255,255,255,.22); border-radius: 11px; background: #100b0e; color: #fff!important; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.home-store-btn:hover { transform: translateY(-2px); background: #24171f; }
.home-store-btn b { font-size: 23px; }
.home-store-btn span { font-size: 13px; font-weight: 800; line-height: 1.02; }
.home-store-btn small { display: block; margin-bottom: 2px; font-size: 8px; font-weight: 500; letter-spacing: .05em; }
.home-app-phones { position: relative; min-height: 360px; align-self: end; }
.home-phone { position: absolute; width: 218px; height: 438px; overflow: hidden; border: 7px solid #21191e; border-radius: 34px 34px 0 0; background: #fff; color: #26151f; box-shadow: 0 22px 42px rgba(42,0,29,.38); }
.home-phone-photo { display: block; width: calc(100% - 18px); height: 275px; margin: 0 9px; border-radius: 13px; object-fit: cover; }
.home-phone-left { left: 0; bottom: -104px; z-index: 1; transform: rotate(-4deg) scale(.9); transform-origin: bottom center; }
.home-phone-center { left: 50%; bottom: -56px; z-index: 3; transform: translateX(-50%); }
.home-phone-right { right: 0; bottom: -104px; z-index: 2; transform: rotate(4deg) scale(.9); transform-origin: bottom center; }
.home-phone-status { height: 28px; padding: 8px 15px 0; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; color: #32242c; font-size: 9px; font-weight: 800; }
.home-phone-brand { height: 45px; padding: 3px 12px 7px; box-sizing: border-box; display: flex; align-items: center; gap: 7px; }
.home-phone-brand img { width: 28px; height: 28px; border-radius: 8px; object-fit: cover; }
.home-phone-brand strong { overflow: hidden; font-size: 13px; font-weight: 800; letter-spacing: -.03em; white-space: nowrap; }
.home-phone-bar { height: 43px; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.home-phone-bar i { margin-left: 4px; color: #d62f79; }
.home-phone-profile { padding: 12px 14px; }
.home-phone-profile strong,.home-phone-profile span,.home-phone-back span { display: block; }
.home-phone-profile strong { font-size: 17px; }
.home-phone-profile span,.home-phone-back span { margin-top: 4px; color: #74576a; font-size: 11px; }
.home-phone-back span { padding: 13px; font-weight: 800; }
@media(max-width: 900px) {
  .home-app-shell { grid-template-columns: 1fr minmax(370px,.8fr); }
  .home-app-platforms { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-app-qr-card { min-width: 0; }
  .home-phone { width: 174px; height: 370px; }
  .home-phone-photo { height: 226px; }
  .home-phone-brand strong { font-size: 11px; }
}
@media(max-width: 700px) {
  .home-app-download { padding: 0; }
  .home-app-shell { min-height: 0; padding: 25px 18px 0; grid-template-columns: 1fr; gap: 8px; border-radius: 0; }
  .home-app-copy h2 { font-size: clamp(31px,10vw,42px); }
  .home-app-platforms { grid-template-columns: 1fr 1fr; gap: 8px; }
  .home-app-qr-card { gap: 8px; padding: 7px; }
  .home-app-qr-card>img { width: 68px; height: 68px; }
  .home-app-qr-card strong { font-size: 12px; }
  .home-app-store-links { gap: 8px; }
  .home-store-btn { flex: 1; min-width: 135px; }
  .home-app-phones { min-height: 310px; }
  .home-phone { width: 158px; height: 342px; border-width: 6px; border-radius: 27px 27px 0 0; }
  .home-phone-photo { height: 205px; }
  .home-phone-left { left: 2%; bottom: -72px; }
  .home-phone-center { bottom: -38px; }
  .home-phone-right { right: 2%; bottom: -72px; }
}
@media(max-width: 470px) {
  .home-app-platforms { grid-template-columns: 1fr; }
  .home-app-qr-card { width: 100%; box-sizing: border-box; }
}
