/* Mobile showcase: scoped independently from the existing landing sections. */
.lp-mobile {
  margin-top: 24px;
  padding: clamp(28px, 4.8vw, 72px);
  overflow: hidden;
  border: 1px solid #d5dfe9;
  border-radius: 24px;
  background: radial-gradient(ellipse at 50% 44%, #d9e8ff 0%, #edf4ff 42%, transparent 72%), #f9fbff;
  scroll-margin-top: 100px;
}
.lp-mobile-heading { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: end; }
.lp-mobile-heading .lp-showcase-index { margin-bottom: 20px; }
.lp-mobile-heading h3 { margin: 0; color: #18282b; font-family: var(--font-display); font-size: clamp(34px, 3.8vw, 55px); font-weight: 700; line-height: 1.07; letter-spacing: -.035em; }
.lp-mobile-intro p { max-width: 480px; margin: 0; color: #566570; font-size: 16px; line-height: 1.75; }
.lp-mobile-intro > span { display: inline-flex; align-items: center; gap: 9px; margin-top: 18px; color: #286244; font-size: 13px; font-weight: 700; }
.lp-mobile-intro > span svg { width: 15px; height: 15px; }
.lp-mobile-platforms { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(24px, 4vw, 64px); max-width: 1140px; margin: 50px auto 0; }
.lp-mobile-platform { min-width: 0; text-align: center; }
.lp-mobile-platform-label { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 10px; min-height: 30px; margin-bottom: 22px; }
.lp-mobile-platform-label > span { color: #253449; font-size: 18px; font-weight: 800; letter-spacing: -.02em; }
.lp-mobile-platform-label > small { padding: 5px 8px; border-radius: 6px; color: #64707e; background: #e8edf4; font-size: 10px; font-weight: 650; }
.lp-mobile-platform-label .is-available { color: #276044; background: #dfeee6; }
.lp-mobile-device { position: relative; width: min(100%, 284px); margin: 0 auto; padding: 7px; border: 2px solid #626b78; border-radius: 39px; background: #161c27; box-shadow: 0 22px 40px -14px #132c5266, inset 0 0 0 1px #adb8c54d; }
.lp-mobile-device-ios { border-color: #a0a5ac; background: #313945; box-shadow: 0 22px 40px -14px #132c5266, inset 0 0 0 2px #cad0d8; }
.lp-mobile-status { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 40px; height: 29px; padding: 0 15px; border-radius: 29px 29px 0 0; color: #18232e; background: white; font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; }
.lp-mobile-camera { position: absolute; top: 8px; left: 50%; width: 9px; height: 9px; border-radius: 50%; background: #121821; transform: translateX(-50%); }
.lp-mobile-device-ios .lp-mobile-camera { top: 3px; width: 68px; height: 18px; border-radius: 14px; }
.lp-mobile-status-icons { display: inline-flex; align-items: center; gap: 2px; }
.lp-mobile-status-icons svg { width: 11px; height: 11px; stroke-width: 2.1; }
.lp-mobile-status-icons svg:last-child { width: 15px; }
.lp-mobile-display { position: relative; width: 100%; aspect-ratio: 1080 / 2150; overflow: hidden; background: #fff; }
.lp-mobile-display-native img { display: block; width: 100%; max-width: none; height: auto; margin-top: -9.1%; }
.lp-mobile-gesture { height: 17px; padding-top: 7px; border-radius: 0 0 28px 28px; background: white; }
.lp-mobile-gesture::after { display: block; width: 32%; height: 3px; margin: 0 auto; border-radius: 5px; background: #27303b; content: ''; }
.lp-mobile-display-max { display: flex; flex-direction: column; background: #e3e9f0; }
.lp-mobile-maxbar { display: flex; flex: 0 0 38px; justify-content: space-between; align-items: center; padding: 0 11px; border-bottom: 1px solid #e4e8ef; background: #fff; }
.lp-mobile-maxbar > svg { width: 14px; height: 14px; color: #333d4b; }
.lp-mobile-maxbar > span { font-size: 11px; line-height: 1.2; font-weight: 750; }
.lp-mobile-maxbar small { display: block; margin-top: 2px; color: #7c8794; font-size: 7px; font-weight: 400; }
.lp-mobile-display-max img { display: block; width: 100%; min-height: 0; flex: 1 1 0; object-fit: contain; }
.lp-mobile-platform-copy { margin-top: 28px; }
.lp-mobile-platform-copy h4 { margin: 0; color: #203045; font-size: 19px; font-weight: 750; letter-spacing: -.025em; }
.lp-mobile-platform-copy p { min-height: 47px; margin: 10px -10px 20px; color: #667380; font-size: 13px; line-height: 1.7; }
.lp-mobile-platform-copy .lp-btn { display: flex; width: 100%; max-width: 284px; min-height: 51px; justify-content: center; gap: 8px; margin: 0 auto; padding: 13px 8px; border-radius: 12px; font-size: 13px; font-weight: 750; text-decoration: none; }
.lp-mobile-platform-copy .lp-btn svg { width: 17px; height: 17px; }
.lp-mobile-download { border: 1px solid #2464ea; color: #fff; background: #2464ea; box-shadow: 0 6px 15px #2464ea20; }
.lp-mobile-download:hover { color: #fff; background: #1852ce; }
.lp-mobile-platform-copy .lp-mobile-rustore { gap: 10px; padding-top: 12px; padding-bottom: 12px; }
.lp-mobile-platform-copy .lp-mobile-rustore .lp-mobile-rustore-icon { flex: 0 0 24px; width: 24px; height: 24px; }
.lp-mobile-apk-link { display: table; margin: 8px auto 0; padding: 6px 8px; color: #4b607a; font-size: 12px; line-height: 1.5; text-decoration: underline; text-underline-offset: 3px; }
.lp-mobile-apk-link:hover { color: #1852ce; }
.lp-mobile-platform-copy .lp-mobile-apk-link + small { margin-top: 2px; }
.lp-mobile-max-link { border: 1px solid #b6c8e6; color: #205bc6; background: #fff; }
.lp-mobile-max-link:hover { color: #14479f; border-color: #5082d6; background: #eef4ff; }
.lp-mobile-messenger-links { display: flex; gap: 8px; width: 100%; max-width: 284px; margin: 0 auto; }
.lp-mobile-messenger-links .lp-btn { flex: 1; width: auto; min-width: 0; font-size: 12px; }
.lp-mobile-coming { border: 1px solid #d8e0e8; color: #7a8795; background: #edf1f6; cursor: default; }
.lp-mobile-platform-copy > small { display: block; margin-top: 11px; color: #6b7786; font-size: 10px; line-height: 1.5; }
.lp-mobile-footer { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 32px; margin-top: 42px; padding-top: 23px; border-top: 1px solid #d4dfeb; }
.lp-mobile-install { color: #4b607a; font-size: 12px; line-height: 1.6; }
.lp-mobile-install summary { display: flex; align-items: center; gap: 8px; width: fit-content; padding: 5px 0; cursor: pointer; list-style: none; font-weight: 650; }
.lp-mobile-install summary::-webkit-details-marker { display: none; }
.lp-mobile-install summary > svg { width: 15px; height: 15px; }
.lp-mobile-install summary > span { margin-left: 6px; font-size: 18px; }
.lp-mobile-install[open] summary > span { transform: rotate(45deg); }
.lp-mobile-install ol { margin: 12px 0 0; padding-left: 21px; }
.lp-mobile-install li + li { margin-top: 7px; }
.lp-mobile-footer > p { margin: 5px 0 0; color: #738092; font-size: 10px; line-height: 1.7; text-align: right; }
.lp-mobile a:focus-visible, .lp-mobile summary:focus-visible { outline: 3px solid #2d67c8; outline-offset: 5px; }
@media (max-width: 1100px) {
  .lp-mobile { padding: 40px 30px; }
  .lp-mobile-heading { gap: 30px; }
  .lp-mobile-platforms { gap: 24px; }
  .lp-mobile-platform-copy h4 { font-size: 16px; }
  .lp-mobile-platform-copy p { font-size: 11px; }
  .lp-mobile-platform-copy .lp-btn { font-size: 12px; }
}
@media (max-width: 760px) {
  .lp-mobile { margin-top: 14px; padding: 30px 20px; border-radius: 18px; }
  .lp-mobile-heading { grid-template-columns: 1fr; gap: 22px; }
  .lp-mobile-heading h3 { font-size: clamp(31px, 7vw, 43px); }
  .lp-mobile-intro p { font-size: 14px; line-height: 1.7; }
  .lp-mobile-intro > span { margin-top: 13px; font-size: 12px; }
  .lp-mobile-platforms { grid-template-columns: 1fr; gap: 42px; margin-top: 35px; }
  .lp-mobile-platform + .lp-mobile-platform { padding-top: 30px; border-top: 1px solid #d6e0ed; }
  .lp-mobile-platform-label { margin-bottom: 19px; }
  .lp-mobile-device { width: min(100%, 268px); }
  .lp-mobile-platform-copy { margin-top: 25px; }
  .lp-mobile-platform-copy h4 { font-size: 20px; }
  .lp-mobile-platform-copy p { min-height: 0; margin-right: 0; margin-left: 0; font-size: 13px; }
  .lp-mobile-platform-copy .lp-btn { max-width: 300px; font-size: 14px; }
  .lp-mobile-messenger-links { max-width: 300px; }
  .lp-mobile-messenger-links .lp-btn { font-size: 13px; }
  .lp-mobile-footer { grid-template-columns: 1fr; gap: 20px; margin-top: 30px; padding-top: 20px; }
  .lp-mobile-footer > p { text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  .lp-mobile * { scroll-behavior: auto; transition: none; }
}
