.patient-home {
  max-width: 720px;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 4rem;
  color: #1f2a37;
}

.patient-home-kicker {
  color: #2a9d8f;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.patient-home h1 {
  font-size: clamp(1.8rem, 5vw, 2.4rem);
  margin: 0 0 0.5rem;
  line-height: 1.2;
}

.patient-home > p {
  color: #5b6b73;
  font-size: 1.05rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.android-app {
  margin: 0 0 1.75rem;
}

.android-app-card {
  background: #e6f4ea;
  border: 1px solid #c2e7cb;
  border-radius: 18px;
  padding: 1.1rem 1.2rem;
}

.android-app-card-update {
  background: #fef7e0;
  border-color: #f9e3b0;
}

.android-app-title {
  font-weight: 800;
  margin: 0 0 0.4rem;
}

.android-app-hint {
  color: #5b6b73;
  font-size: 0.92rem;
  line-height: 1.45;
  margin: 0 0 0.9rem;
}

.android-app-download,
.android-app-dismiss {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.55rem 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}

.android-app-download {
  background: #188038;
  color: white;
}

.android-app-dismiss {
  background: white;
  color: #5b6b73;
  border: 1px solid #e8eaed;
  margin-left: 0.4rem;
}

.patient-call-form {
  margin-bottom: 2rem;
}

.patient-call-btn,
.patient-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 0;
  border-radius: 16px;
  padding: 1rem 1.25rem;
  font-size: 1.1rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.patient-call-btn {
  background: #2a9d8f;
  color: white;
}

.patient-call-btn:hover {
  background: #1d7a70;
}

.patient-secondary-btn {
  background: white;
  color: #2a9d8f;
  border: 1px solid #2a9d8f;
  margin-top: 0.75rem;
}

.patient-home h2 {
  font-size: 1.15rem;
  margin: 0 0 0.75rem;
}

.patient-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.patient-chip {
  background: #e2eeec;
  color: #1d7a70;
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
}

.patient-chip:hover {
  background: #2a9d8f;
  color: white;
}

@media (min-width: 720px) {
  .patient-call-btn,
  .patient-secondary-btn {
    width: auto;
    min-width: 280px;
  }
}
