﻿:root {
  --ink: #111827;
  --muted: #5b6475;
  --line: #d7dde8;
  --paper: #f7f9fc;
  --blue: #155bd6;
  --blue-dark: #0b347c;
  --green: #19a463;
  --red: #df3045;
  --gold: #f3c33b;
  --panel: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #ffffff 0, #eef3fb 420px, #f7f9fc 100%);
}

a {
  color: inherit;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 42px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 800;
  color: var(--blue-dark);
  font-size: 19px;
}

.brand img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.brand img.brand-logo-wide {
  width: 190px;
  height: auto;
  max-height: 46px;
  object-fit: contain;
}

.brand.brand-wide img {
  width: 190px;
  height: 42px;
  object-fit: contain;
}

nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 14px;
  font-weight: 700;
  color: #334155;
}

nav a {
  text-decoration: none;
}

.hero {
  min-height: calc(100vh - 68px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  align-items: center;
  gap: 46px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 58px 30px 70px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: 58px;
  line-height: 1.02;
  margin-bottom: 22px;
  color: #0a1630;
}

.lead {
  font-size: 20px;
  line-height: 1.55;
  color: #334155;
  max-width: 650px;
}

.hero-actions,
.download-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 7px;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid transparent;
}

.button.primary {
  background: var(--blue);
  color: white;
  box-shadow: 0 10px 22px rgba(21, 91, 214, 0.22);
}

.button.secondary {
  background: white;
  color: var(--blue-dark);
  border-color: #b7c5df;
}

.button.donate {
  background: #ffc439;
  color: #10213d;
  border-color: #e0a800;
}

.note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  max-width: 620px;
}

.showcase {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.karaoke-screen {
  width: min(100%, 520px);
  min-height: 275px;
  background: #05070c;
  color: white;
  border: 8px solid #1d2433;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
  padding: 24px;
}

.song-title {
  display: inline-block;
  background: #041b3d;
  color: #7dff73;
  border: 1px solid #2f6dbe;
  padding: 8px 12px;
  font-weight: 800;
  margin-bottom: 34px;
}

.lyric-row {
  font-size: 39px;
  line-height: 1.28;
  font-weight: 800;
  text-align: center;
}

.lyric-row span {
  color: var(--red);
}

.lyric-row.muted {
  color: #eef2f7;
}

.chord-pill {
  position: absolute;
  right: 38px;
  top: 112px;
  background: var(--gold);
  color: var(--red);
  font-weight: 900;
  padding: 10px 16px;
  border: 2px solid #5f4300;
}

.player-panel {
  position: absolute;
  left: 12px;
  bottom: 26px;
  width: 410px;
  background: #ffffff;
  border: 1px solid #cfd7e6;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.18);
  padding: 16px;
}

.timeline {
  height: 11px;
  background: #dce3ef;
  margin-bottom: 14px;
}

.timeline span {
  display: block;
  width: 58%;
  height: 100%;
  background: var(--green);
}

.controls {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 14px;
}

.controls b {
  width: 34px;
  height: 27px;
  display: block;
  background: #eef2f7;
  border: 1px solid #b7c5df;
}

.playlist-preview {
  background: #0d1424;
  color: #dbeafe;
  padding: 11px 12px;
  line-height: 1.7;
  font-family: Consolas, monospace;
  font-size: 13px;
}

.ribbon {
  max-width: 1180px;
  margin: -28px auto 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  background: white;
}

.ribbon div {
  padding: 22px;
  border-right: 1px solid var(--line);
}

.ribbon div:last-child {
  border-right: 0;
}

.ribbon strong {
  display: block;
  color: var(--blue-dark);
  margin-bottom: 6px;
}

.ribbon span {
  color: var(--muted);
  font-size: 14px;
}

section {
  scroll-margin-top: 86px;
}

.update-alert {
  max-width: 1180px;
  margin: 24px auto 0;
  padding: 16px 30px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  background: #fff3bf;
  border: 1px solid #e1bd3d;
  color: #493700;
}

.update-alert strong {
  color: #10213d;
  font-size: 17px;
}

.update-alert span {
  line-height: 1.45;
}

.update-alert a {
  color: var(--blue-dark);
  font-weight: 900;
  text-decoration: none;
  border-bottom: 2px solid currentColor;
  white-space: nowrap;
}

.versions,
.features,

.seo-text {
  max-width: 1180px;
  margin: 0 auto 84px;
  padding: 0 30px;
}

.seo-text h2 {
  max-width: 800px;
}

.seo-text p {
  max-width: 900px;
  color: var(--muted);
  line-height: 1.65;
}
.download {
  max-width: 1180px;
  margin: 0 auto 84px;
  padding: 0 30px;
}

.section-head {
  max-width: 760px;
  margin-bottom: 26px;
}

h2 {
  font-size: 38px;
  line-height: 1.15;
  color: #0f172a;
}

.version-grid,
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.version-grid {
  grid-template-columns: repeat(4, 1fr);
}

.version-card,
.feature-grid article {
  background: white;
  border: 1px solid var(--line);
  padding: 26px;
}

.version-card {
  border-top: 6px solid var(--blue);
}

.version-card.essential {
  border-top-color: var(--green);
}

h3 {
  font-size: 23px;
  margin-bottom: 10px;
  color: #10213d;
}

.version-card p,
.feature-grid p,
.sync-copy p,
.download p {
  color: var(--muted);
  line-height: 1.55;
}

.donation-note {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  padding: 13px 15px;
  background: #fff8d8;
  border: 1px solid #efd36d;
  color: #4b3a00;
  line-height: 1.5;
}

.donation-note a {
  color: var(--blue-dark);
  font-weight: 800;
}

ul {
  padding-left: 18px;
  margin-bottom: 0;
  color: #243044;
  line-height: 1.8;
}

.feature-grid {
  grid-template-columns: repeat(3, 1fr);
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.feature-grid article {
  min-height: 205px;
}

.tapsync {
  max-width: 1180px;
  margin: 0 auto 88px;
  padding: 42px 30px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: center;
  background: #111827;
  color: white;
}

.sync-panel {
  background: #f8fafc;
  border: 1px solid #3b4662;
  padding: 18px;
  color: #111827;
}

.sync-now {
  background: var(--gold);
  color: #111827;
  padding: 14px;
  font-weight: 900;
  font-size: 20px;
}

.sync-now span {
  background: var(--red);
  color: white;
  padding: 3px 7px;
}

.sync-list {
  margin-top: 15px;
  background: #101827;
  color: #a7f3d0;
  padding: 12px;
  font-family: Consolas, monospace;
}

.sync-list p {
  margin: 6px 0;
}

.sync-copy h2,
.sync-copy p {
  color: white;
}

.sync-copy p {
  color: #d5dbea;
}


.seo-text {
  max-width: 1180px;
  margin: 0 auto 84px;
  padding: 0 30px;
}

.seo-text h2 {
  max-width: 800px;
}

.seo-text p {
  max-width: 900px;
  color: var(--muted);
  line-height: 1.65;
}
.download {
  display: grid;
  grid-template-columns: minmax(230px, 0.85fr) minmax(420px, 1.35fr);
  gap: 16px;
  align-items: stretch;
  background: transparent;
  border: 0;
  padding: 0 30px;
}

.download-card {
  background: white;
  border: 1px solid var(--line);
  padding: 24px;
}

.download-intro {
  min-height: 100%;
}

.download-actions {
  display: grid;
  gap: 12px;
  width: 100%;
}

.download-actions .button {
  min-width: 0;
  min-height: 40px;
  padding: 0 12px;
}

.download-row {
  display: grid;
  grid-template-columns: 104px repeat(3, minmax(82px, 1fr));
  gap: 10px;
  align-items: center;
  padding: 10px;
  background: #f8fafc;
  border: 1px solid #e3e9f2;
}

.download-row strong {
  color: var(--ink);
  font-size: 16px;
}

.download-donate {
  justify-self: stretch;
  margin-top: 4px;
}

.download-note {
  grid-column: 1 / -1;
  background: #fff8d8;
  border-color: #efd36d;
}

.download-note h3 {
  margin: 0 0 10px;
}

.download-note p {
  margin: 6px 0;
  color: #4b3a00;
}

.download-note a {
  color: var(--blue-dark);
  font-weight: 800;
}

.update-reminder {
  margin-top: 14px;
  padding: 12px 14px;
  background: #eef6ff;
  border-left: 4px solid var(--blue);
  color: #12376f !important;
  font-weight: 700;
}

.updates-signup {
  max-width: 1180px;
  margin: 0 auto 84px;
  padding: 30px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 26px;
  align-items: start;
  background: #ffffff;
  border: 1px solid var(--line);
}

.updates-signup .section-head {
  margin-bottom: 0;
}

.updates-signup .section-head p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.6;
}

.signup-form {
  display: grid;
  gap: 14px;
  background: #f8fafc;
  border: 1px solid #e1e7f0;
  padding: 20px;
}

.form-row {
  display: grid;
  gap: 7px;
}

.form-row label,
.consent-row {
  font-weight: 800;
  color: #233047;
}

.form-row input {
  width: 100%;
  min-height: 44px;
  border: 1px solid #b7c5df;
  padding: 0 12px;
  font: inherit;
  background: white;
}

.consent-row {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  font-size: 14px;
  line-height: 1.45;
}

.consent-row input {
  margin-top: 3px;
}

.website-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.download-gate {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 34px 18px;
}

.download-gate-card {
  width: min(820px, 100%);
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.14);
  padding: 34px;
}

.download-gate-card h1 {
  font-size: 42px;
  line-height: 1.08;
}

.download-gate-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
}

.sabosoft-footer {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none;
}

.sabosoft-footer img {
  width: min(150px, 52vw);
  height: auto;
  display: block;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 42px;
  color: #4b5563;
  border-top: 1px solid var(--line);
  background: white;
}

footer div {
  display: grid;
  gap: 5px;
}

footer a {
  color: var(--blue-dark);
  font-weight: 800;
}

@media (max-width: 900px) {
  .topbar {
    height: auto;
    padding: 14px 18px;
    align-items: flex-start;
    gap: 12px;
    flex-direction: column;
  }

  nav {
    width: 100%;
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 2px;
  }

  .brand img.brand-logo-wide {
    width: 170px;
    max-height: 42px;
  }

  .hero,
  .tapsync,
  
.seo-text {
  max-width: 1180px;
  margin: 0 auto 84px;
  padding: 0 30px;
}

.seo-text h2 {
  max-width: 800px;
}

.seo-text p {
  max-width: 900px;
  color: var(--muted);
  line-height: 1.65;
}
.download {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 42px;
  }

  .update-alert {
    margin: 18px 18px 0;
    grid-template-columns: 1fr;
    padding: 15px 18px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 31px;
  }

  .showcase {
    min-height: 430px;
  }

  .player-panel {
    width: calc(100% - 24px);
  }

  .ribbon,
  .version-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .version-grid {
    grid-template-columns: 1fr;
  }

  .ribbon {
    margin: 0 18px 62px;
  }

  .ribbon div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  footer {
    flex-direction: column;
    padding: 24px 22px;
  }
}






/* MOBILE DOMMIKAR OVERRIDES */
@media (max-width: 720px) {
  body {
    background: #f7f9fc;
  }

  .topbar {
    position: static;
    padding: 12px 14px;
  }

  .brand {
    font-size: 18px;
  }

  .brand img {
    width: 32px;
    height: 32px;
  }

  nav {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    gap: 10px;
    width: 100%;
    overflow-x: auto;
    padding: 6px 0 2px;
    font-size: 13px;
  }

  nav a {
    padding: 8px 10px;
    border: 1px solid var(--line);
    background: #ffffff;
    border-radius: 7px;
    white-space: nowrap;
  }

  .hero {
    display: block;
    padding: 28px 16px 34px;
  }

  h1 {
    font-size: 34px;
    line-height: 1.08;
    margin-bottom: 16px;
  }

  h2 {
    font-size: 27px;
  }

  h3 {
    font-size: 21px;
  }

  .lead {
    font-size: 17px;
    line-height: 1.5;
  }

  .hero-actions,
  .download-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .button {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    text-align: center;
  }

  .showcase {
    min-height: auto;
    display: block;
    margin-top: 28px;
  }

  .karaoke-screen {
    width: 100%;
    min-height: 210px;
    border-width: 5px;
    padding: 16px 12px;
  }

  .song-title {
    font-size: 13px;
    margin-bottom: 26px;
  }

  .lyric-row {
    font-size: 28px;
    line-height: 1.35;
  }

  .chord-pill {
    position: static;
    display: inline-block;
    margin-top: 18px;
    font-size: 15px;
  }

  .player-panel {
    position: static;
    width: 100%;
    margin-top: 12px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.14);
  }

  .ribbon,
  .versions,
  .features,
  .seo-text,
  .download {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ribbon {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 52px;
  }

  .version-grid,
  .feature-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .version-grid {
    grid-template-columns: 1fr;
  }

  .version-card,
  .feature-grid article {
    padding: 20px;
  }

  .tapsync {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 0 58px;
    padding: 24px 16px;
  }

  .sync-now {
    font-size: 17px;
    line-height: 1.45;
  }

  .sync-list {
    font-size: 13px;
    overflow-x: auto;
  }

  .download {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 24px;
    padding-bottom: 24px;
    border-left: 0;
    border-right: 0;
  }

  .download-card {
    padding: 18px 16px;
  }

  .updates-signup {
    margin: 0 16px 58px;
    padding: 20px 16px;
    grid-template-columns: 1fr;
  }

  .download-row {
    grid-template-columns: 1fr;
    padding: 12px;
    border: 1px solid var(--line);
    background: #f8fafc;
  }

  .download-row strong {
    margin-bottom: 2px;
  }

  .donation-note {
    grid-column: auto;
    font-size: 14px;
  }

  .download-note {
    grid-column: auto;
  }

  footer {
    display: grid;
    grid-template-columns: 1fr;
    padding: 22px 16px;
    font-size: 14px;
  }

  .footer-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .download-gate-card {
    padding: 22px 16px;
  }

  .download-gate-card h1 {
    font-size: 31px;
  }

  .download-gate-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 390px) {
  h1 {
    font-size: 30px;
  }

  .lyric-row {
    font-size: 24px;
  }

  nav {
    grid-template-columns: repeat(4, max-content);
  }
}

.article-hero {
  max-width: 980px;
  margin: 0 auto;
  padding: 70px 30px 38px;
}

.article-body {
  max-width: 860px;
  margin: 0 auto 70px;
  padding: 0 30px;
  color: #243044;
}

.article-body p,
.article-body li {
  font-size: 18px;
  line-height: 1.7;
  color: var(--muted);
}

.article-body h2 {
  font-size: 30px;
  margin-top: 34px;
}

.article-download {
  margin-bottom: 80px;
}

.stat-number {
  margin: 8px 0 10px;
  color: var(--blue-dark);
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1;
}

.seo-link-band {
  max-width: 1180px;
  margin: 0 auto 70px;
  padding: 28px 30px;
  background: #ffffff;
  border: 1px solid var(--line);
}

.seo-link-band p {
  color: var(--muted);
  line-height: 1.55;
}

/* Badge Novit� */
.badge-novita {
  display: inline-block;
  background: var(--red);
  color: white;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 3px 9px;
  border-radius: 4px;
  margin-left: 8px;
  vertical-align: middle;
}

/* Privacy expandable text */
.privacy-text {
  font-size: 13px;
  line-height: 1.55;
  color: #4b5563;
  background: #f8fafc;
  border: 1px solid #e1e7f0;
  padding: 14px 16px;
  margin-top: 6px;
  max-height: 280px;
  overflow-y: auto;
}

.privacy-text h4 {
  margin: 12px 0 4px;
  font-size: 13px;
  color: var(--ink);
}

.privacy-text p {
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 1.5;
  color: #4b5563;
}

.privacy-text ul {
  margin: 4px 0 8px;
  padding-left: 18px;
  font-size: 13px;
  color: #4b5563;
}

.privacy-toggle {
  font-size: 13px;
  color: var(--blue);
  cursor: pointer;
  text-decoration: underline;
  font-weight: 700;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
}

.privacy-toggle:hover {
  color: var(--blue-dark);
}

.privacy-toggle-area {
  display: grid;
  gap: 6px;
}

.signup-form .privacy-toggle-area {
  margin-top: 2px;
}

/* Version card speciale OneWin */
.version-card.onewin {
  border-top-color: var(--red);
  position: relative;
}

.version-card.onewin h3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

@media (max-width: 720px) {
  .article-hero {
    padding: 34px 16px 24px;
  }

  .article-body {
    padding: 0 16px;
  }

  .article-body p,
  .article-body li {
    font-size: 16px;
  }

  .article-body h2 {
    font-size: 25px;
  }

  .seo-link-band {
    margin-bottom: 48px;
    padding: 22px 16px;
    border-left: 0;
    border-right: 0;
  }

  .privacy-text {
    max-height: 200px;
    font-size: 12px;
  }

  .privacy-text p,
  .privacy-text li {
    font-size: 12px;
  }
}
