/* SolarApp Google Play launch refresh */
.launch-hero { padding-bottom: 56px; }

.home-brand-logo,
.brand-logo {
  width: 68px;
  height: 68px;
  object-fit: contain;
  border-radius: 12px;
  background: #000;
}

.brand-logo { background: #000; }

.nav-play-button {
  border-radius: 999px;
  padding: 12px 18px;
  background: linear-gradient(135deg, #fde047, #fb923c);
  color: #111827 !important;
  box-shadow: 0 12px 28px rgba(251,146,60,.24);
}

.launch-layout {
  align-items: center;
  padding-top: clamp(44px, 6vw, 68px);
}

.launch-page .hero-text h1 {
  max-width: 650px;
  font-size: clamp(2.35rem, 5vw, 4.7rem);
  line-height: 1;
}

.launch-page .hero-lead {
  max-width: 620px;
  font-size: clamp(1.02rem, 1.8vw, 1.2rem);
}

.hero-note {
  max-width: 620px;
  margin: 18px 0 0;
  color: #aebdd0;
  font-size: .98rem;
}

.play-button {
  min-height: 60px;
  border-radius: 18px;
  padding: 0 28px;
  background: linear-gradient(135deg, #fde047, #facc15 45%, #fb923c);
  color: #111827;
  box-shadow: 0 18px 42px rgba(251,146,60,.28);
}

.play-button:hover { filter: brightness(1.04); }

.dark-play {
  background: #111827;
  color: #fff;
  box-shadow: 0 16px 34px rgba(17,24,39,.2);
}

.solar-carousel {
  position: relative;
  width: min(430px, 100%);
  margin: 0 auto;
}

.carousel-frame {
  position: relative;
  min-height: 650px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  background: rgba(255,255,255,.06);
  box-shadow: 0 28px 64px rgba(0,0,0,.34);
  overflow: hidden;
}

.carousel-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
}

.carousel-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.carousel-slide img {
  width: 100%;
  height: 500px;
  object-fit: contain;
  object-position: top center;
  background: #050807;
}

.carousel-slide div {
  padding: 18px 20px 22px;
  background: rgba(2,6,23,.92);
}

.carousel-slide h2 {
  margin: 0 0 8px;
  color: #fde047;
  font-size: 1.14rem;
}

.carousel-slide p {
  margin: 0;
  color: #dbe5f1;
  line-height: 1.5;
}

.carousel-arrow {
  position: absolute;
  z-index: 3;
  top: 42%;
  width: 42px;
  height: 42px;
  min-height: 42px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(2,6,23,.78);
  color: #fde047;
  font-size: 1.35rem;
  font-weight: 950;
}

.carousel-arrow.prev { left: -18px; }
.carousel-arrow.next { right: -18px; }

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.carousel-dots button {
  width: 10px;
  height: 10px;
  min-height: 0;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.35);
}

.carousel-dots button.active {
  width: 28px;
  border-radius: 999px;
  background: #facc15;
}

.plan-list {
  margin: 16px 0 22px;
  padding-left: 20px;
}

.launch-plan .play-button { width: 100%; }

.play-section { background: linear-gradient(135deg, #fde047, #fb923c); }

.launch-page .users-counter,
.launch-page .phone-preview { display: none; }

@media (max-width: 900px) {
  .solar-carousel { width: min(390px, 100%); }
  .carousel-frame { min-height: 590px; }
  .carousel-slide img { height: 450px; }
  .carousel-arrow.prev { left: 8px; }
  .carousel-arrow.next { right: 8px; }
}
