:root {
  --primary: #233b86;
  --accent: #ffb347;
  --bg: #f7f9fb;
  --text: #222;
  --muted: #666;
  --radius: 12px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}

header {
  background: #fff;
  padding: 2.5rem 1.5rem 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.row0 {
  padding: 0px;
  margin: 0px;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.col0 {
  padding: 0px;
  margin: 0px;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.logo {
  font-size: 5rem;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: -1px;
  margin-bottom: 0.5rem;
}

.logo_mobile {
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: -1px;
  margin-bottom: 0.5rem;
}

.subtitle {
  color: var(--muted);
  font-size: 1.15rem;
  margin-bottom: 1.5rem;
  justify-items: center;
}

.subtitle_text {
  width: 60%;
}

.cta-btn {
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: var(--radius);
  /* padding: 0.9rem 2rem; */
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: 0 2px 8px rgba(79, 140, 255, 0.08);
  height: 56px;
}

.cta-btn:hover {
  background: #1a4c9b;
}


.firefox-btn {
  background: #008505;
  color: #fff;
  border: none;
  border-radius: var(--radius);
  /* padding: 0.9rem 2rem; */
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: 0 2px 8px rgba(79, 140, 255, 0.08);
  height: 56px;
}

.firefox-btn:hover {
  filter: brightness(0.95);
  overflow: inherit;
}



.trakteer-button {
  display: block;
  height: 56px;
  background-color: #e50027;
  padding: 14px;
  border-radius: 12px;
}

.trakteer-button:hover {
  filter: brightness(0.95);
  overflow: inherit;
}

.paypal-button {
  background: #ffc439;
  color: #fff;
  border: none;
  border-radius: var(--radius);
  /* padding: 0.9rem 2rem; */
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: 0 2px 8px rgba(79, 140, 255, 0.08);
  height: 56px;
}

.paypal-button:hover {
  filter: brightness(0.95);
  overflow: inherit;
}


.kofi-btn {
  background: #72a4f2;
  color: #fff;
  border: none;
  border-radius: var(--radius);
  /* padding: 0.9rem 2rem; */
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: 0 2px 8px rgba(79, 140, 255, 0.08);
  text-decoration: none;
  height: 56px;
}

.kofi-btn:hover {
  filter: brightness(0.95);
  overflow: inherit;
}




.feature {
  background: #fff;
  text-align: left;
}

.feature-icon {
  font-size: 2rem;
  color: var(--primary);
  margin-bottom: 0.3rem;
}

img.feature-icon {
  height: 1em;
  width: 1em;
  margin: 0.75rem 0.5rem;
}

.feature-title {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
}

.feature-desc {
  color: var(--muted);
  font-size: 1rem;
}

.privacy-policy {
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 1rem;
  margin: 2rem 5%;
  font-size: 1rem;
}

.privacy-policy h1 {
  color: var(--primary);
  font-size: 3rem;
  text-align: center;
  margin-bottom: 0.3rem;
}

.last-updated {
  text-align: center;
  margin-bottom: 3rem;
}

.support-section {
  /* max-width: 600px; */
  margin: 2rem auto 3rem auto;
  /* padding: 0.8rem 1.5rem 2rem; */
  padding: 2rem 1.5rem 2rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.support-title {
  color: #233b86;
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}

.support-section p {
  text-align: center;
}

footer {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  padding: 1em 0;
  text-align: center;
  color: var(--muted);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1.5rem;
}

nav {
  margin-top: 0.7rem;
  margin-bottom: 1.2rem;
  display: inline-block;
}

nav a {
  color: var(--primary);
  text-decoration: none;
  margin: 0 0.5em;
  font-weight: 500;
  transition: color 0.2s;
}

nav a:hover {
  color: var(--accent);
}

.header-nav {
  display: flex;
  justify-content: right;
  align-items: center;
}

.toggle-crypto {
  height: 40px;
}
.crypto-block {
  background: #2A7B9B;
  background: linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
}
.crypto-block code {
  color: black;
}


.toggle-video {
  margin-bottom: 4px;
  height: 40px;
}

.video-block {
  /* background: #2A7B9B; */
  /* background: linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%); */
  background: black;
}
.video-block code {
  /* color: black; */
  color: white;
}




@media (max-width: 600px) {
  header {
    padding: 2rem 1rem 1.5rem 1rem;
  }
  main {
    padding: 0 0.5rem;
  }
}