* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  /* font-family: system-ui, sans-serif; */
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

  background: #000;
  /* color: #fff; */
  color:#888;
  line-height: 1.6;
  text-align: center;
  padding: 0 1rem;
}

section {
  padding: 5rem 1rem;
  max-width: 900px;
  margin: 0 auto;

  border-bottom: #88888838;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

h1, h2, h3 {
  font-weight: 600;
  margin-bottom: 1rem;
}

.subline {
  color: #aaa;
  max-width: 600px;
  margin: 0 auto 2rem;
}

.btn-primary {
  display: inline-block;
  background: #ff4444; /* your existing accent color here */
  color: #fff;
  text-decoration: none;
  padding: 0.9rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  transition: opacity 0.2s;
}

.btn-primary:hover {
  opacity: 0.8;
}

.note {
  color: #888;
  margin-top: 1rem;
  font-size: 0.9rem;
}

.tiles {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

@media (min-width: 700px) {
  .tiles {
    grid-template-columns: repeat(3, 1fr);
    text-align: left;
  }
}

.tile {
  background: #111;
  padding: 2rem;
  border-radius: 1rem;
}

.mockups {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  margin-top: 3rem;
}

.mockup-placeholder {
  background: #111;
  width: 250px;
  height: 400px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 0.9rem;
}

@media (min-width: 800px) {
  .mockups {
    flex-direction: row;
    justify-content: center;
  }
  .mockup-placeholder {
    width: 320px;
    height: 220px;
  }
}

footer {
  padding: 2rem;
  color: #555;
  font-size: 0.9rem;
}


.hero{
    padding-top:30px;
}

.logo {
  
      height: 115px;
    background-image: url(/site/img/lingua1-alpha.png);
    background-repeat: no-repeat;
    background-size: 52%;
    background-position: center;
        margin-bottom: 30px;
}


.green{
    color:#4CAF50;
}
.orange{
    color:rgb(255 165 0 / 100%);
}
.blue{
    color:#3F51B5;
}
.phonetic {
  /* color: #888; */
  font-style: italic;
  margin-left: 0.5rem;
}

.screen_choose_language{
width: 300px;
}
    

