
.tab-button-inactive {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(100, 101, 155, 0.32);
    /*padding: 20px;*/
    font-size: large;
    font-family: "Montserrat", sans-serif;
    margin: 0 10px;
    padding: 0 5px;
    border: 1px solid #AAA;
    color: #000000;
    display: inline-block;
    z-index: 2;
    border-bottom-color: #FFFFFF;
}

.tab-button-active {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(255, 255, 255, 0.32);
    /*padding: 20px;*/
    font-size: large;
    font-family: "Montserrat", sans-serif;
    margin: 0 10px;
    padding: 0 5px;
    border: 1px solid #AAA;
    display: inline-block;
    position: relative;
    z-index: 0;

}

/* CSS tricks */

.tabrow {
    font-size: large;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 24px;
    position: relative;
}

.tabrow:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #AAAAAA;
    z-index: 1;
}

.tabrow:before {
    z-index: 1;
}

.kidsclock-landing {
  font-family: "Montserrat", sans-serif;
  background-color: #fef8f5;
  padding: 2rem;
  text-align: center;
}

.kidsclock-landing .hero {
  max-width: 600px;
  margin: auto;
  padding: 2rem 1rem;
  border-radius: 16px;
  background-color: #fff6f2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.kidsclock-landing .clock-preview {
  max-width: 100%;
  width: 180px;
  height: auto;
  border-radius: 16px;
  margin-bottom: 1.5rem;
}

.kidsclock-landing h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #222;
}

.kidsclock-landing p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.kidsclock-landing .appstore-button {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  background-color: #0070c9;
  color: white;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 1rem;
}

.kidsclock-landing .appstore-button:hover {
  background-color: #005fa3;
}

.kidsclock-landing .support-email {
  margin-top: 2rem;
  font-size: 0.95rem;
  color: #666;
}

.kidsclock-landing .support-email a {
  color: #0070c9;
  text-decoration: none;
}

/* Responsive Tweaks */
@media (max-width: 600px) {
  .kidsclock-landing h1 {
    font-size: 1.5rem;
  }

  .kidsclock-landing .clock-preview {
    width: 120px;
  }

  .kidsclock-landing p {
    font-size: 0.95rem;
  }

  .kidsclock-landing .appstore-button {
    font-size: 0.95rem;
    padding: 0.6rem 1rem;
  }
}
