:root {
  --bg: #081225;
  --panel: rgba(12, 26, 53, 0.78);
  --panel-2: rgba(10, 20, 42, 0.92);
  --text: #eef4ff;
  --muted: #b7c5e0;
  --line: rgba(255,255,255,0.08);
  --blue: #4e7fff;
  --gold: #ffca2d;
  --gold-2: #ffde7b;
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.3);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Montserrat', system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 20%, rgba(88, 125, 255, 0.18), transparent 22%),
    radial-gradient(circle at 80% 0%, rgba(255, 202, 45, 0.15), transparent 18%),
    linear-gradient(180deg, #0a1630 0%, #060d1c 100%);
  min-height: 100vh;
  overflow-x: hidden;
}
.container {
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
}
.bg-glow {
  position: fixed;
  width: 480px;
  height: 480px;
  border-radius: 999px;
  filter: blur(110px);
  z-index: -1;
  opacity: 0.45;
}
.bg-glow-1 { top: -90px; left: -140px; background: rgba(78,127,255,0.22); }
.bg-glow-2 { bottom: -120px; right: -160px; background: rgba(255,202,45,0.18); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(14px);
  background: rgba(6, 13, 28, 0.5);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.brand.small img { width: 32px; height: 32px; }
.nav-cta, .btn {
  text-decoration: none;
  font-weight: 700;
  transition: 0.22s ease;
}
.nav-cta {
  color: var(--text);
  border: 1px solid var(--line);
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
}
.nav-cta:hover { transform: translateY(-1px); background: rgba(255,255,255,0.08); }
.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 30px;
  align-items: center;
  padding: 72px 0 56px;
}
.eyebrow {
  display: inline-block;
  color: var(--gold-2);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.hero h1, .section h2 {
  margin: 0 0 16px;
  line-height: 0.98;
}
.hero h1 {
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  letter-spacing: -0.04em;
}
.hero h1 span, .section h2 span { color: var(--gold); }
.hero p, .section-heading p, .cta-box p, .info-card p, .feature-list li, .step-card p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 1rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}
.hero-actions.center { justify-content: center; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 14px;
  min-width: 164px;
}
.btn-primary {
  background: linear-gradient(135deg, var(--gold) 0%, #ffb300 100%);
  color: #0b1020;
  box-shadow: 0 10px 30px rgba(255, 202, 45, 0.22);
}
.btn-primary:hover { transform: translateY(-2px); }
.btn-secondary {
  color: var(--text);
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.04);
}
.btn-secondary:hover { transform: translateY(-2px); background: rgba(255,255,255,0.08); }
.hero-badges, .mini-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.hero-badges span, .mini-badges span, .tcg-box {
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.04);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 700;
  color: var(--text);
}
.hero-card, .info-card, .cta-box {
  background: linear-gradient(180deg, rgba(15, 28, 57, 0.92), rgba(9, 17, 34, 0.95));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.hero-card {
  padding: 28px;
}
.hero-card > img {
  display: block;
  width: 210px;
  max-width: 100%;
  margin: 0 auto 22px;
}
.card-panel {
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.03);
  border-radius: 22px;
  padding: 22px;
}
.card-panel strong { display: block; font-size: 1.05rem; margin-bottom: 14px; }
.supported-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 14px;
}
.tcg-box {
  text-align: center;
  color: var(--gold-2);
}
.trust-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,0.025);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 22px 0;
}
.trust-grid div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.trust-grid strong { font-size: 1rem; }
.trust-grid span { color: var(--muted); }
.section { padding: 82px 0; }
.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}
.section h2 {
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  letter-spacing: -0.04em;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.step-card {
  background: linear-gradient(180deg, rgba(17, 32, 64, 0.94), rgba(8, 15, 29, 0.98));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px;
  padding: 24px 18px;
  min-height: 230px;
}
.step-number {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--gold);
  margin-bottom: 12px;
}
.step-card h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
}
.alt-section {
  background: rgba(255,255,255,0.02);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.two-col {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.feature-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
}
.feature-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}
.info-card {
  padding: 28px;
}
.info-card h3 { margin-top: 0; font-size: 1.45rem; }
.cta-box {
  text-align: center;
  padding: 40px 28px;
}
.cta-box small {
  display: inline-block;
  margin-top: 14px;
  color: var(--muted);
}
.site-footer {
  border-top: 1px solid var(--line);
  padding: 22px 0 34px;
}
.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.footer-wrap p { color: var(--muted); }

@media (max-width: 980px) {
  .hero, .two-col, .steps-grid { grid-template-columns: 1fr; }
  .steps-grid { gap: 14px; }
  .step-card { min-height: unset; }
  .trust-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .nav { gap: 14px; }
  .brand span { font-size: 0.95rem; }
  .nav-cta { padding: 10px 12px; }
  .hero { padding-top: 42px; }
  .hero-card, .info-card, .cta-box { border-radius: 22px; }
  .supported-grid { grid-template-columns: 1fr; }
  .footer-wrap { flex-direction: column; align-items: flex-start; }
}



/* Tariffe */
.pricing-section {
  padding: 72px 20px;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #f5c542;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-heading h2 {
  margin: 0 0 12px;
}

.section-heading p {
  margin: 0 auto;
  opacity: 0.88;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}

.price-card {
  background: rgba(9, 21, 56, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 28px 24px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.price-card--highlight {
  border-color: rgba(245, 197, 66, 0.45);
  box-shadow: 0 12px 30px rgba(245, 197, 66, 0.12);
}

.price-card h3 {
  margin: 0 0 12px;
  font-size: 1.2rem;
}

.price-main {
  margin: 0;
  font-size: 2rem;
  font-weight: 800;
  color: #f5c542;
}

.price-sub {
  margin: 10px 0 0;
  line-height: 1.5;
  opacity: 0.92;
}

@media (max-width: 768px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-section {
    padding: 56px 16px;
  }

  .price-card {
    padding: 22px 18px;
  }
}


.pricing-note {
  max-width: 980px;
  margin: 18px auto 0;
  text-align: center;
  opacity: 0.88;
  line-height: 1.6;
}



html {
  scroll-behavior: smooth;
}

.quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.quick-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 22px;
  border-radius: 999px;
  text-decoration: none;
  color: #f4f7fb;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.quick-link:hover {
  transform: translateY(-1px);
  border-color: rgba(245, 197, 66, 0.45);
  background: rgba(255, 255, 255, 0.06);
}

.detail-sections {
  padding: 28px 20px 8px;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 1080px;
  margin: 0 auto;
}

.detail-card {
  background: rgba(9, 21, 56, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 28px 24px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  scroll-margin-top: 110px;
}

.detail-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #f5c542;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-card h2 {
  margin: 0 0 12px;
  font-size: 1.55rem;
  line-height: 1.15;
}

.detail-card p {
  margin: 0;
  line-height: 1.7;
  opacity: 0.92;
}

@media (max-width: 768px) {
  .quick-links {
    gap: 12px;
  }
  .quick-link {
    width: fit-content;
    padding: 14px 18px;
  }
  .detail-grid {
    grid-template-columns: 1fr;
  }
  .detail-card {
    padding: 22px 18px;
    scroll-margin-top: 96px;
  }
}


html {
  scroll-behavior: smooth;
}

.hero-badges-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.badge-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  color: #f4f7fb;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.badge-link:hover {
  transform: translateY(-1px);
  border-color: rgba(245, 197, 66, 0.45);
  background: rgba(255, 255, 255, 0.06);
}

.detail-sections {
  padding: 28px 20px 8px;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 1080px;
  margin: 0 auto;
}

.detail-card {
  background: rgba(9, 21, 56, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 28px 24px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  scroll-margin-top: 110px;
}

.detail-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #f5c542;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-card h2 {
  margin: 0 0 12px;
  font-size: 1.55rem;
  line-height: 1.15;
}

.detail-card p {
  margin: 0;
  line-height: 1.7;
  opacity: 0.92;
}

@media (max-width: 768px) {
  .detail-grid {
    grid-template-columns: 1fr;
  }
  .detail-card {
    padding: 22px 18px;
    scroll-margin-top: 96px;
  }
}

.faq-section {
  padding: 60px 20px;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 18px;
  max-width: 1000px;
  margin: 0 auto;
}
.faq-item {
  background: rgba(9,21,56,0.9);
  padding: 20px;
  border-radius: 20px;
}
.faq-item h3 {
  margin-bottom: 8px;
}
.faq-item p {
  opacity: 0.9;
}
@media(max-width:768px){
  .faq-grid{
    grid-template-columns:1fr;
  }
}



html {
  scroll-behavior: smooth;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero,
.trust-strip,
.detail-card,
.step-card,
.price-card,
.rule-card,
.faq-item,
.trust-card,
.hero-card,
.trust-badge {
  animation: fadeUp 0.7s ease both;
}

.hero-card { animation-delay: 0.08s; }
.detail-card:nth-child(2),
.step-card:nth-child(2),
.price-card:nth-child(2),
.rule-card:nth-child(2),
.faq-item:nth-child(2),
.trust-card:nth-child(2) { animation-delay: 0.08s; }
.detail-card:nth-child(3),
.step-card:nth-child(3),
.price-card:nth-child(3),
.rule-card:nth-child(3),
.faq-item:nth-child(3),
.trust-card:nth-child(3) { animation-delay: 0.14s; }
.detail-card:nth-child(4),
.step-card:nth-child(4),
.price-card:nth-child(4),
.rule-card:nth-child(4),
.faq-item:nth-child(4),
.trust-card:nth-child(4) { animation-delay: 0.2s; }

.trust-badges-top {
  padding: 8px 20px 0;
}

.trust-badges-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  color: #f4f7fb;
  box-shadow: 0 10px 24px rgba(0,0,0,0.14);
}

.trust-badges-bottom {
  padding: 56px 20px 24px;
}

.trust-badges-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
  max-width: 1000px;
  margin: 0 auto;
}

.trust-card {
  background: rgba(9,21,56,0.9);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px;
  padding: 24px 22px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
  font-weight: 600;
}

.badge-link,
.quick-link,
.nav-cta,
.btn,
.trust-badge,
.trust-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.badge-link:hover,
.quick-link:hover,
.nav-cta:hover,
.btn:hover,
.trust-badge:hover,
.trust-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.18);
}

@media (max-width: 768px) {
  .trust-badges-grid {
    grid-template-columns: 1fr;
  }
  .trust-badge {
    width: 100%;
  }
}


.trust-badge-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  font-size: 0.9rem;
  font-weight: 500;
}

.trust-badges-grid {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}


/* HD logo fix */
.brand img {
  height: 48px !important;
  width: auto !important;
  object-fit: contain;
}

.hero-card img {
  max-width: 280px !important;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Darker background tweak */
body {
  background: linear-gradient(135deg, #0a1428 0%, #071020 100%) !important;
}

.hero, .hero-card {
  background: linear-gradient(135deg, #0d1a35 0%, #081426 100%) !important;
}

section {
  background-color: transparent;
}

/* darker tweak v2 */
body {
  background: linear-gradient(135deg, #050c1a 0%, #020814 100%) !important;
}

.hero, .hero-card {
  background: linear-gradient(135deg, #07122a 0%, #020814 100%) !important;
}
