
/** {*/
/*  box-sizing: border-box;*/
/*  margin: 0;*/
/*  padding: 0;*/
/*}*/

/*body {*/
/*  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;*/
/*  background: #0b0c10;*/
/*  color: #ffffff;*/
/*  min-height: 100vh;*/
/*}*/

/*.page {*/
/*  min-height: 94vh;*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  justify-content: center;*/
/*}*/

/* Pagrindinis blokas */
/*.wrapper {*/
/*  max-width: 900px;*/
/*  width: 100%;*/
/*  margin: 0 auto;*/
  /*padding: 32px 20px 60px; apačioj paliekam vietos footer'iui */
/*  display: flex;*/
/*  gap: 32px;*/
/*  align-items: center;*/
/*}*/

/* LOGO */
/*.logo-box {*/
/*  width: 120px;*/
/*  height: 120px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  flex-shrink: 0;*/
/*}*/

/*.logo-img {*/
/*  display: block;*/
/*  max-width: 100%;*/
/*  max-height: 100%;*/
/*  border-radius: 20px;*/
/*}*/

/*.logo-dekstop { */
/*    display: block; */
    
/*}*/

/*.logo-mobile { */
/*    display: none; */
    
/*}*/

/* TURINYS */
/*.content {*/
/*  flex: 1;*/
/*}*/

/* Kalbos mygtukai */
/*.lang-toggle {*/
/*  display: flex;*/
/*  gap: 8px;*/
/*  justify-content: flex-end;*/
/*  margin-bottom: 8px;*/
/*}*/

/*.lang-btn {*/
/*  padding: 4px 10px;*/
/*  border-radius: 999px;*/
/*  border: 1px solid #333;*/
/*  font-size: 12px;*/
/*  background: #0b0c10;*/
/*  color: #fff;*/
/*  cursor: pointer;*/
/*  transition: all 0.15s ease;*/
/*}*/

/*.lang-btn.active {*/
/*  background: #2dd4bf;*/
/*  color: #000;*/
/*  border-color: #2dd4bf;*/
/*}*/

/* Tabletes ir tekstai */
/*.pill {*/
/*  display: inline-block;*/
/*  border-radius: 999px;*/
/*  border: 1px solid #333;*/
/*  padding: 6px 14px;*/
/*  font-size: 12px;*/
/*  text-transform: uppercase;*/
/*  letter-spacing: 0.08em;*/
/*  margin-bottom: 10px;*/
/*  opacity: 0.8;*/
/*}*/

/*.content h1 {*/
/*  font-size: 32px;*/
/*  margin-bottom: 12px;*/
/*  overflow-wrap: break-word;*/
/*    hyphens: auto;*/
/*}*/

/*.content p {*/
/*  font-size: 15px;*/
/*  line-height: 1.6;*/
/*  opacity: 0.9;*/
/*  margin-bottom: 14px;*/
/*  overflow-wrap: break-word;*/
/*    hyphens: auto;*/
/*}*/

/*.soon {*/
/*  margin-top: 10px;*/
/*}*/

/* How it works sąrašas */
/*.how-it-works {*/
/*  margin-top: 4px;*/
/*  margin-bottom: 10px;*/
/*  list-style: none;*/
/*  font-size: 13px;*/
/*  opacity: 0.9;*/
/*}*/

/*.how-it-works li {*/
/*  margin-bottom: 4px;*/
/*  overflow-wrap: break-word;*/
/*    hyphens: auto;*/
/*}*/

/* Forma */
/*.email-box {*/
/*  margin-top: 6px;*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  gap: 8px;*/
/*}*/

/*.email-box input {*/
/*  padding: 10px 12px;*/
/*  border-radius: 999px;*/
/*  border: 1px solid #333;*/
/*  background: #111319;*/
/*  color: #fff;*/
/*  min-width: 220px;*/
/*}*/

/*.email-box input::placeholder {*/
/*  color: #999;*/
/*}*/

/*.email-box button {*/
/*  padding: 10px 20px;*/
/*  border-radius: 999px;*/
/*  border: none;*/
/*  background: #2dd4bf;*/
/*  color: #000;*/
/*  font-weight: 600;*/
/*  cursor: pointer;*/
/*  white-space: nowrap;*/
/*}*/

/*.email-box button:hover {*/
/*  opacity: 0.9;*/
/*}*/

/*.small {*/
/*  font-size: 12px;*/
/*  opacity: 0.7;*/
/*  margin-top: 6px;*/
/*}*/

/* FOOTER */
/*.footer {*/
/*  margin-top: auto;*/
/*  padding: 8px 0 12px;*/
/*  text-align: center;*/
/*  font-size: 12px;*/
/*  opacity: 0.6;*/
/*}*/

/* MOBILE */
/*   @media (max-width: 900px) {*/

/*  .wrapper {*/
/*    flex-direction: column;*/
/*    text-align: center;*/
    /*padding: 16px 16px 24px;   ✅ vienodi kraštai */
/*    align-items: center;*/
/*    width: 100%;*/
/*    max-width: 100%;*/
/*  }*/

/*  .content {*/
/*    width: 100%;*/
/*    max-width: 520px;*/
/*    margin: 0 auto;*/
    /*padding: 0 8px;            /✅ šiek tiek oro viduje */
/*  }*/

/*  .content h1 {*/
/*    font-size: clamp(24px, 6vw, 32px);*/
/*  }*/

/*  .logo-dekstop { display: none; }*/
/*  .logo-mobile  { display: block; }*/

/*  .logo-box {*/
/*    width: 100%;*/
/*    max-width: 250px;*/
/*    height: auto;*/
/*  }*/

/*  .lang-toggle {*/
/*    position: fixed;*/
/*    top: calc(16px + env(safe-area-inset-top));*/
/*    right: calc(16px + env(safe-area-inset-right));*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: flex-end;*/
/*    gap: 6px;*/
/*    margin-bottom: 0;*/
/*    z-index: 9999;*/
/*  }*/

/*  .email-box {*/
/*    width: 100%;*/
/*    min-width: 0;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    gap: 10px;*/
/*  }*/

/*  .email-box input,*/
/*  .email-box button {*/
/*    width: 260px;*/
/*    max-width: 90vw;*/
/*  }*/

/*  .email-box input {*/
/*    min-width: 0;*/
/*  }*/

/*  .email-box button {*/
/*    padding: 10px 14px;*/
/*  }*/
/*}*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #0b0c10;
  color: #ffffff;
  min-height: 100vh;
}

/* (Svarbu flexui) – kad niekas neišstumtų pločio */
.wrapper, .content { min-width: 0; }

.page {
  min-height: 94vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/* Pagrindinis blokas */
.wrapper {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 32px 20px 60px;
  display: flex;
  gap: 32px;
  align-items: center;
}

/* LOGO */
.logo-box {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.logo-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-radius: 20px;
}

.logo-dekstop { display: block; }
.logo-mobile  { display: none; }

/* TURINYS */
.content { flex: 1; }

/* Kalbos mygtukai */
.lang-toggle {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-bottom: 8px;
}

.lang-btn {
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #333;
  font-size: 12px;
  background: #0b0c10;
  color: #fff;
  cursor: pointer;
  transition: all 0.15s ease;
}

.lang-btn.active {
  background: #2dd4bf;
  color: #000;
  border-color: #2dd4bf;
}

/* Pill */
.pill {
  display: inline-block;
  border-radius: 999px;
  border: 1px solid #333;
  padding: 6px 14px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  opacity: 0.8;

  /* kad niekada neišstumtų pločio */
  max-width: 100%;
  white-space: normal;
  text-align: center;
}

/* Tekstai */
.content h1 {
  font-size: 32px;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  hyphens: auto;
}

.content p {
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  hyphens: auto;
}

.soon { margin-top: 10px; }

/* WHY block */
.why {
  margin: 10px 0 14px;
  display: grid;
  gap: 6px;
  font-size: 14px;
  opacity: 0.95;
}

.why-item { line-height: 1.35; }

/* Forma */
.email-box {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
}

.email-box input,
.email-box select {
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid #333;
  background: #111319;
  color: #fff;
  min-width: 220px;
}

.email-box input::placeholder { color: #999; }

.email-box select:invalid { color: #999; }

.email-box button {
  padding: 10px 20px;
  border-radius: 999px;
  border: none;
  background: #2dd4bf;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.email-box button:hover { opacity: 0.9; }

.small {
  font-size: 12px;
  opacity: 0.7;
  margin-top: 6px;
}

.form-note, .privacy { margin-top: 6px; margin-bottom: 0; }

.form-status {
  margin-top: 8px;
  min-height: 18px;
}

/* Social */
.social {
  margin-top: 14px;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  opacity: 0.9;
}

.social a {
  color: #2dd4bf;
  text-decoration: none;
  border-bottom: 1px solid rgba(45,212,191,0.35);
}

.social a:hover { opacity: 0.9; }

/* FAQ */
.faq {
  margin-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 14px;
}

.faq h2 {
  font-size: 16px;
  margin-bottom: 8px;
  opacity: 0.9;
}

.faq details {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 10px 12px;
  margin-bottom: 10px;
  background: rgba(255,255,255,0.03);
}

.faq summary {
  cursor: pointer;
  font-weight: 600;
}

.faq p {
  margin-top: 8px;
  margin-bottom: 0;
  opacity: 0.9;
}

/* FOOTER */
.footer {
  margin-top: auto;
  padding: 8px 0 12px;
  text-align: center;
  font-size: 12px;
  opacity: 0.6;
}

/* MOBILE */
@media (max-width: 900px) {
  .wrapper {
    flex-direction: column;
    text-align: center;
    padding: 16px 16px 24px;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .content {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    padding: 0 8px;
  }

  .content h1 { font-size: clamp(24px, 6vw, 32px); }

  .logo-dekstop { display: none; }
  .logo-mobile  { display: block; }

  .logo-box {
    width: 100%;
    max-width: 250px;
    height: auto;
  }

  .lang-toggle {
    position: fixed;
    top: calc(16px + env(safe-area-inset-top));
    right: calc(16px + env(safe-area-inset-right));
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    margin-bottom: 0;
    z-index: 9999;
  }

  .email-box {
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .email-box input,
  .email-box select,
  .email-box button {
    width: 260px;
    max-width: 90vw;
    min-width: 0;
  }

  .email-box button { padding: 10px 14px; }

  .social { justify-content: center; }
}
