/* Mein Craft — Android soft page */
.page-android .sr-logo__sub {
  color: #3ddc84;
}

.page-android .sr-title__gradient {
  background: linear-gradient(120deg, #7ef0b8 0%, #3ddc84 45%, #2aab5a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: none;
}

.page-android .sr-stat {
  border-top-color: rgba(61, 220, 132, 0.45);
}

.page-android .sr-stat__num {
  background: linear-gradient(135deg, #7ef0b8, #3ddc84);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1.05rem;
}

.page-android .sr-cta {
  background: linear-gradient(135deg, #3ddc84, #2aab5a);
  color: #0a1610;
  box-shadow: 0 8px 28px rgba(61, 220, 132, 0.28);
}

.page-android .sr-cta:hover {
  box-shadow: 0 12px 36px rgba(61, 220, 132, 0.38);
}

.page-android .sr-hero--android {
  min-height: auto;
  padding-bottom: 16px;
}

.page-android .sr-main--android {
  max-width: 1100px;
  padding-top: 40px;
}

.page-android .sr-ticker__content span {
  color: rgba(61, 220, 132, 0.55);
}

.page-android .contact-links-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-android .contact-link {
  background: var(--sr-surface);
  border-color: var(--sr-border);
}

.page-android .contact-link:hover {
  background: rgba(61, 220, 132, 0.06);
  border-color: rgba(61, 220, 132, 0.3);
}

.android-intro {
  margin-bottom: 16px;
  padding: 20px 22px;
  background: rgba(61, 220, 132, 0.08);
  border: 1px solid rgba(61, 220, 132, 0.22);
  border-radius: 20px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(220, 240, 230, 0.88);
}

.android-panel {
  margin-bottom: 16px;
  padding: 24px 22px;
  background: var(--sr-surface);
  border: 1px solid var(--sr-border);
  border-radius: 20px;
  backdrop-filter: blur(8px);
}

.android-panel--highlight {
  margin-bottom: 36px;
  background: rgba(61, 220, 132, 0.05);
  border-color: rgba(61, 220, 132, 0.18);
}

.android-panel__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--sr-border);
  color: #3ddc84;
}

.android-list {
  list-style: none;
  display: grid;
  gap: 10px;
}

.android-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(220, 228, 245, 0.88);
}

.android-item::before {
  content: '➖';
  flex-shrink: 0;
  color: rgba(61, 220, 132, 0.7);
  font-size: 0.75rem;
  line-height: 1.6;
}

.android-item--plus::before {
  content: '➕';
  color: #3ddc84;
}

.android-item--check::before {
  content: '👍';
}

.android-item--apps::before {
  content: '📱';
}

.android-note {
  margin: 0;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(61, 220, 132, 0.1);
  border: 1px solid rgba(61, 220, 132, 0.2);
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(220, 240, 230, 0.92);
}

@media (max-width: 900px) {
  .page-android .sr-hero--android {
    text-align: center;
  }

  .page-android .sr-stats {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .page-android .contact-links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .page-android .contact-links-grid {
    grid-template-columns: 1fr;
  }
}
