body.localapp-page {
  min-height: 100vh;
  background:
    radial-gradient(1100px 520px at 8% -12%, rgba(255, 79, 102, 0.2), transparent 58%),
    var(--bg);
  position: relative;
  isolation: isolate;
  overflow-x: clip;
  overflow-y: auto;
  overscroll-behavior-y: auto;
}

.localapp-page,
.localapp-page h1,
.localapp-page h2,
.localapp-page h3,
.localapp-page p,
.localapp-page li,
.localapp-page a,
.localapp-page button,
.localapp-page input,
.localapp-page textarea,
.localapp-page select,
.localapp-page span {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
}

.localapp-page .home-particles-layer {
  z-index: 0;
}

.localapp-layout,
.localapp-page .footer-transition,
.localapp-page .footer-main {
  position: relative;
  z-index: 1;
}

.localapp-layout {
  flex: 1;
  width: min(1080px, calc(100% - 2rem));
  max-width: 100%;
  min-width: 0;
  margin: 4.5rem auto 0;
  padding: 0 0 3.2rem;
  display: grid;
  gap: 1.5rem;
}

.glass-block {
  border-radius: 20px;
  background: rgba(16, 23, 38, 0.62);
  border: 1px solid rgba(255, 79, 102, 0.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.33), 0 0 0 1px rgba(255, 79, 102, 0.11) inset;
  padding: 1.5rem;
}

.localapp-page {
  --case-title-size: clamp(1rem, 2.9vw, 2rem);
  --case-title-gap: 0.95rem;
}

.section-heading {
  margin: 0 0 var(--case-title-gap);
}

.section-heading h2 {
  margin: 0;
  font-size: var(--case-title-size);
  color: #ffffff;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}

.section-heading p {
  margin: 0.45rem 0 0;
  color: #9ba8bf;
  line-height: 1.5;
}

.localapp-hero {
  display: grid;
  grid-template-columns: minmax(0, 640px) minmax(0, 1fr);
  align-items: start;
  justify-content: space-between;
  gap: 1.2rem;
  min-width: 0;
}

.localapp-hero-left {
  width: min(100%, 640px);
  display: grid;
  gap: 0.72rem;
  min-width: 0;
}

.localapp-hero-media {
  width: 100%;
  margin: 0;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid transparent;
  background: #0a0b0d;
  height: clamp(190px, 24vw, 240px);
}

.localapp-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#localapp-hero-media-content {
  width: 100%;
  height: 100%;
  background-image: var(--localapp-hero-cached-image, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#localapp-hero-media-content.has-loaded-media {
  background-image: none;
}

.localapp-hero-image,
.localapp-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-news-panel {
  height: 381.48px;
  padding: 1rem 0.95rem;
  border-radius: var(--radius);
  border: none;
  background: var(--panel);
  box-shadow: none;
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
}

.hero-news-head h2 {
  margin: 0;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  color: #ffffff;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0;
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.5rem;
}

.hero-news-head p {
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.4;
}

.localapp-badge {
  position: absolute;
  left: 0.55rem;
  top: 0.55rem;
  z-index: 2;
  margin: 0;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffd8df;
  border: 1px solid #ff4f6688;
  background: #ff4f6626;
}

.localapp-hero h1 {
  margin: 0;
  width: 100%;
  font-size: var(--case-title-size);
  line-height: 1.1;
  color: #ffffff;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.localapp-tagline {
  margin: 0 0 0.08rem;
  color: #d3dae8;
  font-size: 0.95rem;
  width: 100%;
  white-space: nowrap;
}

.localapp-actions,
.project-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.localapp-actions-centered {
  width: 100%;
  justify-content: stretch;
  margin-top: 0.08rem;
  gap: 0.6rem;
  flex-wrap: nowrap;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.64rem 1rem;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.cta:hover,
.cta:focus-visible {
  transform: translateY(-2px);
}

.cta.primary {
  background: linear-gradient(120deg, #ff4f66 0%, #ff6f79 100%);
  color: #ffffff;
  border-color: #ff8a9d66;
}

.cta.secondary {
  background: #12151bcc;
  border-color: #2d3340;
  color: #edf0f6;
}

.cta.secondary:hover,
.cta.secondary:focus-visible {
  border-color: #ff4f66;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  padding: 0.82rem 0.8rem;
  background: #ff4f66;
  color: #fff;
  font-size: clamp(0.72rem, 1.8vw, 1rem);
  font-weight: 600;
  border-radius: 14px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  white-space: nowrap;
  flex: 1 1 0;
}

.hero-btn-secondary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.hero-btn:hover,
.hero-btn:focus-visible {
  background: #fff;
  color: #070809;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 16px rgba(255, 79, 102, 0.12);
}

.hero-btn-secondary:hover,
.hero-btn-secondary:focus-visible {
  border-color: #fff;
}

.coming-soon-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1850;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.coming-soon-backdrop.is-open {
  display: flex;
}

.coming-soon-modal {
  width: min(100%, 460px);
  border-radius: 20px;
  border: 1px solid rgba(255, 79, 102, 0.34);
  background: linear-gradient(180deg, rgba(16, 23, 38, 0.96) 0%, rgba(10, 11, 15, 0.98) 100%);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(255, 79, 102, 0.14) inset;
  color: #f2f2f2;
  padding: 1rem 1rem 1.1rem;
}

.coming-soon-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  margin-bottom: 0.6rem;
}

.coming-soon-title {
  margin: 0;
  font-size: clamp(1.1rem, 2.8vw, 1.45rem);
  color: #ffffff;
}

.coming-soon-close {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border: 1px solid #3a3f4b;
  border-radius: 999px;
  background: #141823;
  color: #f1f2f4;
  cursor: pointer;
  position: relative;
  padding: 0;
}

.coming-soon-close::before,
.coming-soon-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
}

.coming-soon-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.coming-soon-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.coming-soon-close:hover,
.coming-soon-close:focus-visible {
  border-color: #ff4f66;
}

.coming-soon-message {
  margin: 0;
  color: #d3dae8;
  line-height: 1.6;
}

.coming-soon-actions {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.coming-soon-confirm {
  width: min(100%, 220px);
  flex: 0 0 auto;
}

html.coming-soon-open,
body.coming-soon-open {
  overflow: hidden;
}

.label-short {
  display: none;
}

.news-list {
  margin-top: 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.hero-news-list {
  margin-top: 0.8rem;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  padding-top: 3px;
  align-content: flex-start;
  width: 100%;
}

.hero-news-list.news-list--loading {
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.news-loader {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 3px solid #2d3342;
  border-top-color: var(--accent-red);
  animation: localapp-news-spin 0.9s linear infinite;
}

@keyframes localapp-news-spin {
  to {
    transform: rotate(360deg);
  }
}

.localapp-page .hero-news-list .af-news-ticket,
.localapp-page .hero-news-list .af-news-ticket.af-news-ticket-link {
  position: relative;
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 0.6rem;
  background: var(--panel-2);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.localapp-page .hero-news-list .af-news-ticket > .af-ticket-thumb {
  display: inline-flex;
}

.localapp-page .hero-news-list .af-news-ticket:hover,
.localapp-page .hero-news-list .af-news-ticket:focus-within {
  border-color: color-mix(in srgb, var(--accent) 45%, var(--line) 55%);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px #00000042;
}

.af-news-ticket-link {
  color: inherit;
  text-decoration: none;
}

.af-ticket-head {
  display: block;
  min-width: 0;
}

.af-ticket-head--with-link {
  position: relative;
  display: block;
  min-width: 0;
  padding-right: 2.4rem;
}

.af-news-link-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 999px;
  border: 1px solid #3a3a3a;
  background: #0d0f10b8;
  color: #f4f7ff;
  text-decoration: none;
  box-shadow: 0 8px 18px #0000002e;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.af-news-link-button:hover,
.af-news-link-button:focus-visible {
  border-color: var(--accent-red);
  background: #111725;
  box-shadow: 0 0 0 1px #ff4f6640, 0 8px 18px #0000002e;
  color: var(--accent-red);
}

.af-news-link-button svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.af-ticket-thumb {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: 0;
  border: 1px solid #313545;
  background-color: #090b10;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #dce5f4;
}

.af-ticket-thumb-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.af-ticket-meta {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.45rem;
  row-gap: 0.12rem;
  align-items: center;
  min-width: 0;
  color: var(--muted);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.af-ticket-tag {
  color: var(--accent-red);
  font-weight: 700;
}

.af-ticket-date {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
}

.af-ticket-date::before {
  content: "•";
  color: currentColor;
  opacity: 0.85;
}

.af-ticket-title {
  margin: 0.24rem 0 0.2rem;
  font-size: 1rem;
}

.af-ticket-excerpt {
  margin: 0;
  color: var(--muted);
  line-height: 1.35;
  font-size: 0.92rem;
}

.hero-news-list .af-news-ticket > .af-ticket-body {
  display: block;
  width: 100%;
  min-width: 0;
  container-type: inline-size;
}

.hero-news-list .af-ticket-meta {
  flex-wrap: wrap;
}

@container (max-width: 240px) {
  .af-ticket-date {
    flex-basis: 100%;
    gap: 0;
  }

  .af-ticket-date::before {
    content: none;
  }
}

.hero-news-list .af-news-ticket:hover,
.hero-news-list .af-news-ticket:focus-within {
  transform: translateY(0);
}

.hero-news-list .af-ticket-title {
  font-size: 0.95rem;
}

.hero-news-list .af-ticket-excerpt {
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  -webkit-box-orient: initial;
  overflow: visible;
}

.news-empty {
  margin: 1.1rem 0 0;
  padding: 0.95rem;
  border-radius: 14px;
  background: #10141bb5;
  border: 1px dashed #2f3440;
  color: #b2c0d7;
}

.hero-news-list .news-empty {
  margin: 0.55rem 0 0;
  padding: 0.7rem 0.75rem;
  border-radius: 12px;
  font-size: 0.9rem;
}

.localapp-summary p,
.localapp-independent p {
  margin: 0;
  line-height: 1.66;
  color: #d6dce8;
}

.localapp-summary p + p,
.localapp-independent p + p {
  margin-top: 0.75rem;
}

.target-grid {
  margin-top: 1rem;
}

.target-grid article + article {
  margin-top: 1.2rem;
}

.target-grid h3 {
  margin: 0 0 0.5rem;
  font-size: 1.06rem;
  color: #ffffff;
}

.target-grid ul,
.localapp-roadmap ul,
.localapp-features ol,
.localapp-why ul {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.5rem;
  color: #ced6e3;
}

.screens-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(240px, 30vw, 340px);
  gap: 0.9rem;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: none;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
  padding-bottom: 0.4rem;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
}

.screens-track.is-dragging {
  cursor: grabbing;
}

.screens-track::-webkit-scrollbar {
  display: none;
  height: 0;
}

.screens-track::-webkit-scrollbar-thumb {
  display: none;
}

.screen-shot {
  margin: 0;
  border: 1px solid #2f3542;
  background: transparent;
  border-radius: 16px;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

.screens-track.is-dragging .screen-shot {
  cursor: grabbing;
}

.screen-shot img {
  width: 100%;
  height: auto;
  object-fit: unset;
  display: block;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

.localapp-screens {
  padding: 1.8rem 0.15rem 1.8rem 0;
  min-width: 0;
}

.screens-carousel {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.screens-viewport {
  overflow: hidden;
  padding-right: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  position: relative;
}

.screens-edge-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid #ffffff33;
  background: #05070bbd;
  color: #f2f2f2;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 3;
  line-height: 1;
  transition: opacity 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.screens-edge-icon {
  width: 22px;
  height: 22px;
  display: block;
  pointer-events: none;
}

.screens-edge-btn-left {
  left: 0.2rem;
}

.screens-edge-btn-right {
  right: 0.2rem;
}

.screens-edge-btn.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.screens-edge-btn:hover,
.screens-edge-btn:focus-visible {
  border-color: #ff4f66aa;
  color: #ff4f66;
}


.localapp-features ol {
  margin-top: 1rem;
}

.roadmap-groups {
  margin-top: 0;
  display: grid;
  gap: 0.8rem;
}

.roadmap-group {
  border: 1px solid #2f3440;
  border-radius: 14px;
  background: #10141bb5;
  padding: 0.85rem 0.9rem;
}

.roadmap-group h3 {
  margin: 0 0 0.55rem;
  font-size: 1rem;
  font-weight: 700;
}

.roadmap-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.roadmap-group li {
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: start;
  gap: 0.55rem;
  color: #d7deea;
  line-height: 1.4;
}

.roadmap-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
}

.roadmap-group-done h3 {
  color: #d9ffe3;
}

.roadmap-group-progress h3 {
  color: #ffe7c2;
}

.roadmap-group-todo h3 {
  color: #8fd8ff;
}

.roadmap-icon-done {
  color: #06210f;
  background: #7dffab;
  border: 1px solid #43d37d;
  box-shadow: 0 0 0 2px #7dffab22;
}

.roadmap-icon-progress {
  color: #3a2200;
  background: #ffbf69;
  border: 1px solid #ff9f1c;
  box-shadow: 0 0 0 2px #ffbf6922;
}

.roadmap-icon-todo {
  color: #052033;
  background: #6ecbff;
  border: 1px solid #2aaef5;
  box-shadow: 0 0 0 2px #6ecbff2b;
}

.chips {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.chips li {
  border: 1px solid #313847;
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  background: #0f1218d9;
  color: #e5ebf7;
  font-size: 0.9rem;
}

@media (max-width: 960px) {
  .localapp-layout {
    gap: 1.5rem;
  }
}

@media (max-width: 1024px) {
  .localapp-layout {
    width: min(1080px, calc(100% - 2rem));
  }

  .glass-block {
    padding: 1.5rem;
  }

  .localapp-hero {
    grid-template-columns: 1fr;
  }

  .localapp-hero-left {
    width: 100%;
  }

  .localapp-hero-media {
    width: 100%;
    height: clamp(170px, 42vw, 220px);
  }

  .hero-news-panel {
    margin-top: 0.2rem;
    height: clamp(300px, 56vw, 381.48px);
    min-height: 0;
  }

  .screens-track {
    grid-auto-columns: clamp(210px, 46vw, 300px);
    gap: 0.75rem;
  }

  .hero-btn { font-size: clamp(0.72rem, 2.4vw, 0.95rem); }
}

/* Smooth interpolation zone for screenshots card: 444px -> 1025px */
@media (min-width: 444px) and (max-width: 1025px) {
  .localapp-screens {
    padding-top: clamp(1.1rem, 1.8vw, 1.8rem);
    padding-bottom: clamp(1.1rem, 1.8vw, 1.8rem);
    padding-right: 0.15rem;
    padding-left: 0;
  }

  .screens-track {
    grid-auto-columns: clamp(210px, 34vw, 300px);
    gap: clamp(0.6rem, 1.1vw, 0.9rem);
    padding-left: clamp(0.7rem, 1.1vw, 0.9rem);
    padding-right: clamp(0.7rem, 1.1vw, 0.9rem);
  }

  .screens-edge-btn {
    width: clamp(40px, 4.2vw, 50px);
    height: clamp(40px, 4.2vw, 50px);
  }

  .screens-edge-icon {
    width: clamp(18px, 2.1vw, 22px);
    height: clamp(18px, 2.1vw, 22px);
  }
}

@media (max-width: 768px) {
  .project-links .has-short-label .label-full {
    display: none;
  }

  .project-links .has-short-label .label-short {
    display: inline;
  }
}

@media (max-width: 760px) {
  .localapp-layout {
    margin-top: 4.5rem;
    gap: 1.5rem;
  }
}

@media (max-width: 600px) {
  .localapp-layout {
    width: min(1080px, calc(100% - 2rem));
    padding: 0 0 3.2rem;
  }

  .glass-block {
    padding: 1.5rem;
  }
}

/* Continuity fix: smooth screenshots between 607px and 445px */
@media (min-width: 445px) and (max-width: 607px) {
  .localapp-screens {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    padding-right: 0.15rem;
    padding-left: 0;
  }

  .screens-track {
    grid-auto-columns: clamp(185px, 46vw, 240px);
    gap: 0.65rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }

  .screens-edge-btn {
    width: 42px;
    height: 42px;
  }

  .screens-edge-icon {
    width: 18px;
    height: 18px;
  }
}

@media (min-width: 450px) and (max-width: 650px) {
  .hero-news-panel {
    height: 381.48px !important;
  }

  .localapp-page .hero-news-list .af-news-ticket,
  .localapp-page .hero-news-list .af-news-ticket.af-news-ticket-link {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .localapp-page .hero-news-list .af-news-ticket > .af-ticket-thumb {
    display: inline-flex;
  }
}

@media (max-width: 449px) {
  .localapp-layout {
    margin-top: 4.5rem;
    gap: 1.5rem;
  }

  .glass-block {
    border-radius: 16px;
    padding: 1.5rem;
  }

  .localapp-screens {
    padding: 1.1rem 0.15rem 1.1rem 0;
  }

  .localapp-hero h1 {
    font-size: clamp(0.92rem, 5vw, 1.15rem);
  }

  .section-heading p {
    font-size: 0.95rem;
  }

  .screens-track {
    grid-auto-columns: clamp(185px, 46vw, 240px);
    gap: 0.6rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }

  .screens-viewport { padding-right: 0; }

  .roadmap-group li {
    grid-template-columns: 20px 1fr;
    gap: 0.5rem;
  }

  .roadmap-icon {
    width: 20px;
    height: 20px;
    font-size: 0.75rem;
  }

  .coming-soon-backdrop {
    padding: 0.75rem;
  }

  .coming-soon-modal {
    border-radius: 16px;
    padding: 0.9rem 0.9rem 1rem;
  }
}

@media (max-width: 425px) {
  .localapp-tagline {
    white-space: normal;
  }

  .localapp-actions-centered {
    flex-wrap: wrap;
  }

  .localapp-actions-centered .hero-btn {
    flex: 1 1 100%;
    width: 100%;
  }

  .localapp-hero-media {
    height: clamp(150px, 44vw, 190px);
  }

  .project-links {
    flex-direction: column;
    gap: 0.55rem;
  }

  .project-links .hero-btn {
    width: 100%;
  }

  .project-links .has-short-label .label-short {
    display: none;
  }

  .project-links .has-short-label .label-full {
    display: inline;
  }
}
