/* Cacatoid Android App Download Page Styles */

.cacatoid-page {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  min-height: calc(100vh - 64px);
}

/* Hero Section */
.cacatoid-hero {
  padding: 4rem 1rem;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cacatoid-badge {
  display: inline-block;
  padding: 0.375rem 0.875rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #3ddc84;
  background: rgba(61, 220, 132, 0.15);
  border: 1px solid rgba(61, 220, 132, 0.3);
  border-radius: 50px;
  margin-bottom: 1rem;
}

.cacatoid-title {
  font-size: 3rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 1rem 0;
  letter-spacing: -0.02em;
}

.cacatoid-subtitle {
  font-size: 1.25rem;
  color: #94a3b8;
  margin: 0 auto;
  max-width: 600px;
  line-height: 1.6;
}

.download-actions {
  margin: 2.5rem 0 0.75rem 0;
}

.download-meta {
  font-size: 0.875rem;
  color: #64748b;
  margin: 0;
}

/* Buttons */
.cacatoid-page .button {
  padding: 0.875rem 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.cacatoid-page .button.primary {
  background: linear-gradient(135deg, #3ddc84 0%, #2bb673 100%);
  color: #0f172a;
  border: none;
  box-shadow: 0 4px 20px rgba(61, 220, 132, 0.35);
}

.cacatoid-page .button.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(61, 220, 132, 0.45);
}

.cacatoid-page .button.secondary {
  background: transparent;
  color: #3ddc84;
  border: 2px solid rgba(61, 220, 132, 0.5);
}

.cacatoid-page .button.secondary:hover {
  background: rgba(61, 220, 132, 0.1);
  border-color: #3ddc84;
  transform: translateY(-2px);
}

/* Warning Section */
.cacatoid-warning {
  padding: 3rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.warning-card {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  background: rgba(247, 147, 26, 0.08);
  border: 1px solid rgba(247, 147, 26, 0.3);
  border-radius: 12px;
  padding: 1.5rem;
}

.warning-icon {
  flex-shrink: 0;
  color: #f7931a;
}

.warning-content h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0.5rem 0;
}

.warning-content p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #cbd5e1;
  margin: 0;
}

/* Install Section */
.cacatoid-install {
  padding: 4rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cacatoid-install h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 2rem 0;
  text-align: center;
}

.install-steps {
  max-width: 800px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.install-step {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  background: rgba(30, 41, 59, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 1.5rem;
}

.step-number {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0f172a;
  background: #3ddc84;
  border-radius: 50%;
}

.step-text h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 0.375rem 0;
}

.step-text p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #94a3b8;
  margin: 0;
}

.install-note {
  max-width: 800px;
  margin: 1.75rem auto 0;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: rgba(61, 220, 132, 0.08);
  border: 1px solid rgba(61, 220, 132, 0.3);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
}

.install-note-icon {
  flex-shrink: 0;
  color: #3ddc84;
  margin-top: 0.125rem;
}

.install-note-content h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 0.375rem 0;
}

.install-note-content p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #cbd5e1;
  margin: 0;
}

/* About Section */
.cacatoid-about {
  padding: 4rem 1rem;
}

.about-card {
  max-width: 700px;
  margin: 0 auto;
  background: rgba(30, 41, 59, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 2.5rem;
  text-align: center;
}

.about-card h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 1rem 0;
}

.about-card p {
  font-size: 1rem;
  line-height: 1.7;
  color: #94a3b8;
  margin: 0 0 2rem 0;
}

/* Footer adjustment */
.cacatoid-page + .site-footer {
  background: #0f172a;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 0;
}

/* Responsive */
@media (min-width: 768px) {
  .cacatoid-hero {
    padding: 5rem 2rem;
  }

  .cacatoid-title {
    font-size: 3.5rem;
  }

  .cacatoid-install,
  .cacatoid-about {
    padding: 5rem 2rem;
  }
}

@media (max-width: 480px) {
  .cacatoid-title {
    font-size: 2.25rem;
  }

  .cacatoid-subtitle {
    font-size: 1.1rem;
  }

  .warning-card {
    flex-direction: column;
    gap: 0.75rem;
  }

  .about-card {
    padding: 1.5rem;
  }
}
