:root {
  --green: #01875f;
  --green-dark: #006c4c;
  --green-soft: #e8f5ef;
  --ink: #202124;
  --muted: #5f6368;
  --line: #e1e5e3;
  --surface: #f7f9f8;
  --blue: #1a73e8;
  --shell: min(1180px, calc(100% - 48px));
  --shadow: 0 24px 70px rgba(31, 52, 44, .12);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: #fff;
  font-family: Arial, "Segoe UI", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.ui-icon { flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.section-shell { width: var(--shell); margin-inline: auto; }

.preview-strip {
  min-height: 32px;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #fff;
  background: #202124;
  font-size: 12px;
}
.preview-strip > span:last-child { color: rgba(255,255,255,.65); }
.preview-pulse { width: 7px; height: 7px; border-radius: 50%; background: #67d9a8; box-shadow: 0 0 0 4px rgba(103,217,168,.13); }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 72px;
  padding-inline: max(24px, calc((100vw - 1180px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid rgba(218, 222, 220, .8);
  background: rgba(255,255,255,.9);
  box-shadow: 0 2px 14px rgba(32,33,36,.04);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand img { width: 124px; height: auto; }
.brand-rule { width: 1px; height: 25px; background: #dadce0; }
.brand-product { color: #3c4043; font-size: 14px; font-weight: 600; }
.topbar nav { display: flex; align-items: center; gap: 27px; }
.topbar nav a { color: #3c4043; text-decoration: none; font-size: 13px; font-weight: 600; }
.topbar nav a:hover { color: var(--green); }
.icon-button { width: 39px; height: 39px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #3c4043; background: transparent; cursor: pointer; }
.icon-button:hover { background: #f1f3f2; }
.header-install { min-width: 112px; height: 42px; padding: 0 21px; border: 0; border-radius: 999px; color: #fff; background: var(--green); font-size: 13px; font-weight: 700; cursor: pointer; box-shadow: 0 8px 22px rgba(1,135,95,.19); }
.header-install:hover { background: var(--green-dark); }

.store-hero {
  padding: 76px 0 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 70px;
  align-items: center;
}
.app-identity { min-width: 0; display: flex; align-items: center; gap: 32px; }
.app-icon { flex: 0 0 auto; width: 176px; height: 176px; border-radius: 36px; box-shadow: 0 18px 45px rgba(35, 50, 44, .16); }
.app-title-block { min-width: 0; }
.overline { margin: 0 0 12px; color: var(--green); font-size: 11px; line-height: 1.2; font-weight: 800; letter-spacing: .16em; }
.overline--light { color: #a7e7cd; }
.app-title-block h1 { margin: 0; font-size: clamp(44px, 5vw, 66px); line-height: 1.02; letter-spacing: -.045em; font-weight: 700; }
.developer { margin: 16px 0 0; display: flex; align-items: center; gap: 7px; color: var(--green); font-size: 15px; font-weight: 700; }
.verified { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); }
.meta-line { margin: 9px 0 0; color: var(--muted); font-size: 13px; }

.hero-action-card { padding: 23px; border: 1px solid var(--line); border-radius: 25px; background: #fff; box-shadow: 0 18px 55px rgba(33, 53, 46, .09); }
.device-state { margin-bottom: 18px; display: flex; align-items: center; gap: 12px; }
.device-state > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; color: var(--green); background: var(--green-soft); }
.device-state > div { display: grid; gap: 3px; }
.device-state b { font-size: 13px; }
.device-state small { color: var(--muted); font-size: 10px; }
.install-button, .share-button { width: 100%; min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; font-weight: 700; cursor: pointer; }
.install-button { border: 0; color: #fff; background: var(--green); box-shadow: 0 9px 22px rgba(1,135,95,.18); }
.install-button:hover { background: var(--green-dark); }
.share-button { margin-top: 9px; border: 1px solid var(--green); color: var(--green); background: #fff; }
.share-button:hover { background: var(--green-soft); }
.hero-action-card > p { margin: 14px 0 0; display: flex; justify-content: center; align-items: center; gap: 5px; color: #80868b; font-size: 10px; }

.metrics { min-height: 88px; margin-top: 21px; padding: 16px 0; display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.metrics div { min-height: 54px; display: grid; place-content: center; gap: 4px; text-align: center; border-right: 1px solid var(--line); }
.metrics div:last-child { border-right: 0; }
.metrics b { display: flex; justify-content: center; align-items: center; gap: 5px; color: #3c4043; font-size: 15px; }
.metrics b .ui-icon { fill: currentColor; stroke-width: 1.1; }
.metrics span { color: #777c80; font-size: 11px; }

.rating-section { margin-top: 32px; padding: 28px 30px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr); gap: 46px; align-items: center; border: 1px solid var(--line); border-radius: 25px; background: linear-gradient(135deg, #fff, #f6faf8); box-shadow: 0 16px 44px rgba(32,53,44,.07); }
.rating-copy h2 { margin: 0; font-size: clamp(25px, 3vw, 35px); line-height: 1.08; letter-spacing: -.035em; }
.rating-copy > p:not(.overline) { max-width: 650px; margin: 13px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.rating-panel { padding: 21px 23px; border: 1px solid #dce5e0; border-radius: 20px; background: #fff; }
.rating-result { display: flex; align-items: center; gap: 15px; }
.rating-result > strong { min-width: 70px; color: #25302c; font-size: 38px; line-height: 1; letter-spacing: -.04em; }
.rating-result > div { display: grid; gap: 4px; }
.rating-result-stars { color: #f4b400; font-size: 17px; letter-spacing: .06em; }
.rating-result small { color: var(--muted); font-size: 10px; }
.rating-fieldset { margin: 17px 0 0; padding: 0; border: 0; }
.rating-fieldset legend { margin-bottom: 7px; color: #4d5551; font-size: 10px; font-weight: 750; }
.rating-fieldset:disabled { opacity: .55; }
.rating-stars { display: flex; align-items: center; gap: 5px; }
.rating-stars button { width: 38px; height: 38px; padding: 0; border: 1px solid #d9e1dd; border-radius: 12px; color: #c4cbc8; background: #fff; font-size: 23px; line-height: 1; cursor: pointer; transition: transform .15s ease, color .15s ease, border-color .15s ease, background .15s ease; }
.rating-stars button:hover, .rating-stars button:focus-visible, .rating-stars button.is-active { color: #f4b400; border-color: rgba(244,180,0,.45); background: #fffaf0; transform: translateY(-1px); }
.rating-stars button:focus-visible { outline: 3px solid rgba(1,135,95,.2); outline-offset: 2px; }
.rating-status { min-height: 15px; margin: 10px 0 0; color: #747a77; font-size: 10px; line-height: 1.45; }
.rating-status.is-success { color: var(--green); }
.rating-status.is-error { color: #b3261e; }

.feature-banner {
  position: relative;
  min-height: 350px;
  margin-top: 66px;
  padding: 52px 57px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  overflow: hidden;
  border-radius: 33px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 15%, rgba(111, 235, 183, .27), transparent 31%),
    radial-gradient(circle at 62% 100%, rgba(25, 176, 124, .24), transparent 32%),
    linear-gradient(125deg, #07563f, #087b58 54%, #06a06e);
  box-shadow: var(--shadow);
}
.feature-banner::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.027) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.027) 1px, transparent 1px); background-size: 26px 26px; mask-image: linear-gradient(90deg, black, transparent 82%); }
.feature-copy { position: relative; z-index: 2; }
.feature-copy h2 { max-width: 560px; margin: 0; font-size: clamp(36px, 4vw, 52px); line-height: 1.03; letter-spacing: -.04em; }
.feature-copy > p:not(.overline) { max-width: 535px; margin: 18px 0 0; color: rgba(255,255,255,.75); font-size: 15px; line-height: 1.65; }
.feature-copy button, .safety-copy button { margin-top: 27px; padding: 0; display: inline-flex; align-items: center; gap: 8px; border: 0; color: inherit; background: transparent; font-size: 13px; font-weight: 750; cursor: pointer; }
.banner-art { position: relative; z-index: 2; min-height: 240px; }
.banner-art::before { content: ""; position: absolute; inset: 50% 3% auto; height: 180px; border-radius: 50%; background: rgba(255,255,255,.13); filter: blur(24px); transform: translateY(-50%); }
.banner-art img { width: 100%; height: 300px; object-fit: contain; filter: drop-shadow(0 20px 24px rgba(0,0,0,.18)); }

.content-section { padding-top: 108px; }
.content-section--compact { padding: 118px 0 112px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 42px; }
.section-heading h2, .about-copy h2, .safety-copy h2 { margin: 0; font-size: clamp(35px, 4vw, 50px); line-height: 1.08; letter-spacing: -.038em; }
.section-heading > p { max-width: 420px; margin: 0 0 5px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.screen-rail { margin-top: 36px; padding: 4px 4px 25px; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(235px, 1fr); gap: 17px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; scrollbar-color: #c9cecb transparent; }
.screen-card { position: relative; min-width: 0; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 23px; background: #f4f6f5; box-shadow: 0 11px 28px rgba(35, 49, 44, .08); scroll-snap-align: start; cursor: zoom-in; }
.screen-card img { width: 100%; height: auto; aspect-ratio: 1320 / 2868; object-fit: cover; transition: transform .3s ease; }
.screen-card:hover img { transform: scale(1.018); }
.screen-card:focus-visible { outline: 3px solid rgba(1,135,95,.3); outline-offset: 4px; }

.about-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: 96px; align-items: start; }
.about-copy > p:not(.overline) { max-width: 650px; margin: 23px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.chips { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 9px; }
.chips span { padding: 9px 14px; border: 1px solid #d6dedb; border-radius: 999px; color: #4d5551; background: #fff; font-size: 11px; font-weight: 700; }
.feature-list { display: grid; gap: 10px; }
.feature-list article { padding: 20px; display: flex; gap: 16px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); }
.feature-list article > span { flex: 0 0 auto; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; color: var(--green); background: var(--green-soft); }
.feature-list h3 { margin: 2px 0 5px; font-size: 14px; }
.feature-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }

.safety-section { padding: 104px 0; background: #f5f8f6; }
.safety-layout { display: grid; grid-template-columns: minmax(0, 1fr) 470px; gap: 95px; align-items: center; }
.safety-copy > p:not(.overline) { max-width: 625px; margin: 22px 0 0; color: var(--muted); font-size: 15px; line-height: 1.72; }
.safety-copy button { color: var(--green); }
.safety-card { padding: 28px; border: 1px solid #dce5e0; border-radius: 27px; background: #fff; box-shadow: 0 22px 58px rgba(32, 53, 44, .08); }
.safety-card-head { padding-bottom: 21px; display: flex; gap: 14px; align-items: center; border-bottom: 1px solid var(--line); }
.safety-card-head > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 17px; color: var(--green); background: var(--green-soft); }
.safety-card h3 { margin: 0 0 4px; font-size: 16px; }
.safety-card p { margin: 0; color: var(--muted); font-size: 11px; }
.safety-card ul { margin: 23px 0 0; padding: 0; display: grid; gap: 19px; list-style: none; }
.safety-card li { display: flex; gap: 13px; }
.safety-card li > span { flex: 0 0 auto; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: var(--green-soft); font-size: 12px; font-weight: 900; }
.safety-card li div { display: grid; gap: 4px; }
.safety-card li b { font-size: 13px; }
.safety-card li small { color: var(--muted); font-size: 11px; line-height: 1.4; }

.install-section { padding: 112px 0; }
.section-heading--center { max-width: 790px; margin-inline: auto; display: block; text-align: center; }
.section-heading--center > p { max-width: 620px; margin: 16px auto 0; }
.install-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.install-grid article { position: relative; min-height: 275px; padding: 27px; border: 1px solid var(--line); border-radius: 25px; background: #fff; overflow: hidden; }
.install-grid article:nth-child(2) { border-color: rgba(1,135,95,.2); background: linear-gradient(150deg, #f3faf7, #fbfdfc); box-shadow: 0 20px 48px rgba(24, 75, 57, .08); }
.step-number { position: absolute; top: 25px; right: 25px; color: #c3c9c6; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.step-icon { width: 54px; height: 54px; margin-bottom: 47px; display: grid; place-items: center; border-radius: 17px; color: var(--green); background: var(--green-soft); }
.install-grid h3 { margin: 0 0 11px; font-size: 19px; letter-spacing: -.02em; }
.install-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.62; }
.final-install-card { margin-top: 20px; padding: 28px 30px; display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; border-radius: 27px; color: #fff; background: radial-gradient(circle at 83% 0, rgba(119,240,189,.24), transparent 31%), linear-gradient(120deg, #064d38, #047957); box-shadow: 0 22px 60px rgba(18, 74, 54, .2); }
.final-install-card > img { border-radius: 19px; box-shadow: 0 9px 25px rgba(0,0,0,.18); }
.final-install-card h3 { margin: 0 0 5px; font-size: 23px; }
.final-install-card div > p:last-child { margin: 0; color: rgba(255,255,255,.67); font-size: 11px; }
.final-install-card button { min-height: 51px; padding: 0 22px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: #064d38; background: #fff; font-size: 13px; font-weight: 750; cursor: pointer; }

.site-footer { padding: 49px 0 112px; border-top: 1px solid var(--line); background: #fafbfa; }
.footer-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; align-items: start; }
.footer-grid > div:first-child > img { width: 130px; height: auto; }
.footer-grid > div:first-child p { max-width: 390px; margin: 16px 0 0; color: #777c80; font-size: 11px; line-height: 1.6; }
.footer-grid > div:last-child > img { width: min(100%, 610px); height: auto; }
.footer-grid > div:last-child p { margin: 12px 0 0; color: #747a77; font-size: 10px; }
.mobile-install-bar { display: none; }

.modal-layer { position: fixed; inset: 0; z-index: 60; padding: 20px; display: grid; place-items: center; background: rgba(25, 31, 28, .45); backdrop-filter: blur(9px); -webkit-backdrop-filter: blur(9px); }
.install-dialog { position: relative; width: min(470px, 100%); padding: 34px; border: 1px solid rgba(255,255,255,.8); border-radius: 29px; background: #fff; box-shadow: 0 32px 100px rgba(18, 33, 27, .25); }
.install-dialog > img { margin-bottom: 22px; border-radius: 20px; box-shadow: 0 10px 24px rgba(32, 50, 43, .14); }
.install-dialog h2 { margin: 0; font-size: 30px; line-height: 1.08; letter-spacing: -.035em; }
.install-dialog > p:not(.overline) { margin: 15px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.dialog-close { position: absolute; top: 18px; right: 18px; width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #4a514e; background: #f1f3f2; cursor: pointer; }
.dialog-note { margin-top: 21px; padding: 14px; display: flex; align-items: flex-start; gap: 10px; border-radius: 15px; color: #4e5753; background: var(--green-soft); font-size: 11px; line-height: 1.45; }
.dialog-note .ui-icon { color: var(--green); }
.dialog-confirm { width: 100%; min-height: 51px; margin-top: 20px; border: 0; border-radius: 999px; color: #fff; background: var(--green); font-weight: 750; cursor: pointer; }
.qr-preview { width: 160px; height: 160px; margin: 22px auto 0; padding: 8px; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 10px 27px rgba(36,53,46,.08); }
.qr-preview[hidden] { display: none; }
.qr-preview svg { display: block; width: 100%; height: 100%; }
.modal-layer--screen { background: rgba(18, 22, 20, .72); }
.screen-dialog { position: relative; width: min(420px, calc(100vw - 40px)); max-height: calc(100vh - 40px); overflow: auto; border-radius: 27px; background: #fff; box-shadow: 0 32px 100px rgba(0,0,0,.35); }
.screen-dialog > img { width: 100%; height: auto; }
.screen-dialog .dialog-close { position: fixed; margin: 1px 0 0 -55px; color: #fff; background: rgba(23,28,26,.75); }

@media (max-width: 950px) {
  :root { --shell: min(100% - 36px, 760px); }
  .store-hero { grid-template-columns: 1fr; gap: 34px; }
  .hero-action-card { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; align-items: center; }
  .device-state { grid-column: 1 / -1; }
  .share-button { margin-top: 0; }
  .hero-action-card > p { grid-column: 1 / -1; }
  .rating-section { grid-template-columns: 1fr; gap: 24px; }
  .feature-banner { grid-template-columns: 1fr; padding-bottom: 24px; }
  .banner-art { min-height: 170px; }
  .about-layout { grid-template-columns: 1fr; gap: 44px; }
  .feature-list { grid-template-columns: repeat(3, 1fr); }
  .feature-list article { display: block; }
  .feature-list article > span { margin-bottom: 14px; }
  .safety-layout { grid-template-columns: 1fr 420px; gap: 45px; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100% - 30px); }
  html { scroll-padding-top: 74px; }
  .preview-strip { min-height: 29px; font-size: 10px; }
  .preview-strip > span:last-child { display: none; }
  .topbar { min-height: 63px; padding-inline: 15px; }
  .brand img { width: 110px; }
  .brand-rule, .brand-product, .topbar nav > a, .icon-button { display: none; }
  .topbar nav { gap: 0; }
  .header-install { min-width: 88px; height: 38px; padding-inline: 15px; font-size: 11px; }
  .store-hero { padding: 48px 0 25px; gap: 31px; }
  .app-identity { align-items: flex-start; gap: 18px; }
  .app-icon { width: 112px; height: 112px; border-radius: 25px; }
  .overline { font-size: 9px; letter-spacing: .13em; }
  .app-title-block h1 { font-size: 37px; line-height: 1.03; }
  .developer { margin-top: 11px; font-size: 12px; }
  .meta-line { font-size: 10px; }
  .hero-action-card { padding: 18px; border-radius: 21px; grid-template-columns: 1fr; }
  .device-state, .hero-action-card > p { grid-column: auto; }
  .install-button, .share-button { min-height: 48px; }
  .metrics { margin-top: 10px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .metrics div { padding-inline: 4px; }
  .metrics b { font-size: 12px; }
  .metrics span { font-size: 8px; }
  .rating-section { margin-top: 22px; padding: 23px 20px; gap: 20px; border-radius: 22px; }
  .rating-copy h2 { font-size: 29px; }
  .rating-panel { padding: 19px; }
  .rating-stars { justify-content: space-between; }
  .rating-stars button { width: 42px; height: 42px; }
  .feature-banner { min-height: 500px; margin-top: 44px; padding: 37px 25px 19px; border-radius: 27px; }
  .feature-copy h2 { font-size: 38px; }
  .feature-copy > p:not(.overline) { font-size: 13px; }
  .banner-art { min-height: 145px; }
  .banner-art img { height: 300px; }
  .content-section { padding-top: 76px; }
  .content-section--compact { padding: 83px 0 78px; }
  .section-heading { display: block; }
  .section-heading h2, .about-copy h2, .safety-copy h2 { font-size: 35px; }
  .section-heading > p { margin-top: 15px; font-size: 12px; }
  .screen-rail { margin-right: -15px; grid-auto-columns: 74%; gap: 13px; }
  .screen-card { border-radius: 19px; }
  .about-layout { gap: 34px; }
  .about-copy > p:not(.overline) { font-size: 13px; }
  .feature-list { grid-template-columns: 1fr; }
  .feature-list article { display: flex; }
  .feature-list article > span { margin-bottom: 0; }
  .safety-section { padding: 76px 0; }
  .safety-layout { grid-template-columns: 1fr; gap: 38px; }
  .safety-copy > p:not(.overline) { font-size: 13px; }
  .safety-card { padding: 22px; border-radius: 23px; }
  .install-section { padding: 82px 0; }
  .install-grid { margin-top: 36px; grid-template-columns: 1fr; gap: 12px; }
  .install-grid article { min-height: 232px; }
  .step-icon { margin-bottom: 35px; }
  .final-install-card { padding: 23px; grid-template-columns: auto 1fr; border-radius: 23px; }
  .final-install-card > img { width: 62px; height: 62px; }
  .final-install-card h3 { font-size: 19px; }
  .final-install-card button { width: 100%; grid-column: 1 / -1; justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 31px; }
  .site-footer { padding-bottom: 120px; }
  .mobile-install-bar { position: fixed; z-index: 30; left: 9px; right: 9px; bottom: max(9px, env(safe-area-inset-bottom)); min-height: 65px; padding: 8px 8px 8px 10px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.78); border-radius: 21px; background: rgba(255,255,255,.91); box-shadow: 0 18px 50px rgba(28,45,38,.2); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
  .mobile-install-bar > img { border-radius: 12px; }
  .mobile-install-bar > span { min-width: 0; flex: 1; display: grid; gap: 2px; }
  .mobile-install-bar b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; }
  .mobile-install-bar small { color: #777d7a; font-size: 8px; }
  .mobile-install-bar button { min-width: 78px; height: 41px; border: 0; border-radius: 999px; color: #fff; background: var(--green); font-size: 11px; font-weight: 750; }
  .modal-layer { align-items: end; padding: 0; }
  .install-dialog { width: 100%; padding: 29px 22px max(25px, calc(env(safe-area-inset-bottom) + 18px)); border-radius: 27px 27px 0 0; }
  .install-dialog h2 { font-size: 27px; }
  .modal-layer--screen { align-items: center; padding: 15px; }
  .screen-dialog { width: min(390px, 100%); max-height: calc(100vh - 30px); }
  .screen-dialog .dialog-close { position: absolute; top: 16px; right: 16px; margin: 0; }
}

@media (max-width: 430px) {
  :root { --shell: calc(100% - 24px); }
  .app-identity { display: grid; grid-template-columns: 92px 1fr; gap: 15px; }
  .app-icon { width: 92px; height: 92px; border-radius: 22px; }
  .app-title-block h1 { font-size: 31px; }
  .app-title-block .overline { display: none; }
  .verified { width: 18px; height: 18px; }
  .feature-banner { min-height: 475px; }
  .feature-copy h2 { font-size: 34px; }
  .screen-rail { margin-right: -12px; grid-auto-columns: 78%; }
  .chips { gap: 7px; }
  .chips span { padding: 8px 11px; font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
