
/* German Flag Colors Accent - Subtle touches */
:root {
  --de-black: #000000;
  --de-red: #DD0000;
  --de-gold: #FFCC00;
  --accent-gold: #ffd700;
  --accent-gold-hover: #ffe44d;
}

/* Header - German edition badge */
.header::after {
  content: "🇩🇪 DE";
  position: absolute;
  right: 200px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, var(--de-black) 33%, var(--de-red) 33%, var(--de-red) 66%, var(--de-gold) 66%);
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  letter-spacing: 1px;
  display: none; /* Enable if needed */
}

/* Buttons - Slightly different gold tone for German market */
.signup-btn {
  background: linear-gradient(180deg, #ffd700 0%, #f5c842 50%, #d4a520 100%);
  box-shadow: 0 4px 20px rgba(255, 215, 0, 0.35);
}

.signup-btn:hover {
  background: linear-gradient(180deg, #ffe44d 0%, #ffd04f 50%, #e4b530 100%);
  box-shadow: 0 6px 28px rgba(255, 215, 0, 0.45);
}

/* CTA Buttons - Enhanced for German market */
.cta-btn {
  background: linear-gradient(180deg, #ffd700 0%, #f5c842 50%, #d4a520 100%);
  letter-spacing: 0.5px;
}

.cta-btn:hover {
  background: linear-gradient(180deg, #ffe44d 0%, #ffd04f 50%, #e4b530 100%);
}

/* Banner titles - German text is typically longer */
.banner-title {
  font-size: 48px;
  line-height: 1.1;
}

.banner-subtitle {
  font-size: 16px;
}

@media (max-width: 900px) {
  .banner-title {
    font-size: 36px;
  }
}

@media (max-width: 640px) {
  .banner-title {
    font-size: 26px;
  }
  .banner-subtitle {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .banner-title {
    font-size: 22px;
  }
}

/* Section titles - German words are longer */
.section-title {
  font-size: 34px;
  line-height: 1.2;
}

@media (max-width: 700px) {
  .section-title {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 20px;
  }
}

/* Feature cards - More padding for longer German text */
.feature-card {
  padding: 35px 25px;
}

.feature-title {
  font-size: 18px;
  line-height: 1.3;
}

.feature-desc {
  font-size: 13px;
  line-height: 1.75;
}

/* Step cards - Adjusted for German text */
.step-title {
  font-size: 20px;
  line-height: 1.25;
}

.step-desc {
  font-size: 13px;
  line-height: 1.7;
}

.step-highlights span {
  font-size: 12px;
}

/* Bonus cards - German text accommodation */
.bonus-card {
  padding: 32px 22px 28px;
}

.bonus-type {
  font-size: 12px;
  letter-spacing: 1.2px;
}

.bonus-value {
  font-size: 36px;
}

.bonus-value span {
  font-size: 15px;
}

.bonus-extra {
  font-size: 15px;
}

.bonus-details li {
  font-size: 12px;
  padding: 9px 0 9px 20px;
}

.bonus-terms {
  font-size: 10px;
  line-height: 1.6;
}

/* Payment category - German text is longer */
.payment-category-title {
  font-size: 17px;
}

.payment-category-desc {
  font-size: 12px;
  line-height: 1.65;
}

.payment-method-name {
  font-size: 12px;
}

/* Provider cards */
.provider-name {
  font-size: 13px;
}

/* Winners section */
.winner-tab {
  font-size: 14px;
  padding: 12px 24px;
}

/* FAQ section - German questions are longer */
.faq-question {
  font-size: 15px;
  padding: 18px 22px;
}

.faq-question span:first-child {
  line-height: 1.4;
}

.faq-answer p {
  font-size: 13px;
  line-height: 1.8;
}

/* Footer - German legal text */
.legal-text {
  font-size: 11px;
  line-height: 1.75;
}

.footer-links a {
  font-size: 13px;
}

/* Responsible gaming - German text accommodation */
.responsible-intro h3 {
  font-size: 26px;
  line-height: 1.3;
}

.responsible-intro p {
  font-size: 15px;
  line-height: 1.8;
}

.tool-card h4 {
  font-size: 15px;
  line-height: 1.3;
}

.tool-card p {
  font-size: 12px;
  line-height: 1.65;
}

/* About section */
.about-intro h3 {
  font-size: 20px;
  line-height: 1.3;
}

.about-feature-content h4 {
  font-size: 16px;
  line-height: 1.3;
}

.about-feature-content p {
  font-size: 13px;
  line-height: 1.7;
}

/* German-specific hover effects - More subtle */
.game-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.55);
}

.hot-game-card:hover {
  transform: translateY(-3px);
}

.live-casino-card:hover {
  transform: translateY(-6px);
}

/* Category buttons - German text adjustments */
.category {
  padding: 11px 18px;
  font-size: 13px;
}

/* Bonus reminder - German text is longer */
.bonus-reminder {
  padding: 22px 30px;
  gap: 20px;
}

.bonus-reminder-title {
  font-size: 16px;
  line-height: 1.3;
}

.bonus-reminder-desc {
  font-size: 13px;
  line-height: 1.4;
}

.bonus-reminder-btn {
  padding: 13px 30px;
  font-size: 14px;
}

@media (max-width: 900px) {
  .bonus-reminder {
    padding: 25px 20px;
  }
  
  .bonus-reminder-title {
    font-size: 15px;
  }
  
  .bonus-reminder-desc {
    font-size: 12px;
  }
}

/* German edition - Special accent on welcome bonus */
.bonus-welcome {
  border-color: rgba(255, 215, 0, 0.25);
  background: linear-gradient(135deg, #1a1a3a 0%, #2a2550 50%, #252550 100%);
}

.bonus-welcome::before {
  background: linear-gradient(90deg, #ffd700, #ffcc00, #ffd700);
  height: 5px;
}

/* Hot games title - German version */
.hot-games-title::after {
  content: " 🔥";
}

/* Live casino title - German version */
.live-casino-title::after {
  content: " 🎬";
}

/* Enhanced gold accents for German market */
.section-title .highlight {
  background: linear-gradient(135deg, #ffd700 0%, #ffcc00 50%, #f5c842 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Why choose text box - German accent */
.why-choose-text,
.how-to-text,
.bonuses-text,
.payment-text,
.providers-text,
.winners-text,
.about-text {
  border-left: 4px solid var(--de-gold);
}

/* FAQ category buttons */
.faq-category {
  padding: 11px 20px;
  font-size: 13px;
}

/* German market - Trust badges more prominent */
.license-badges .license-badge {
  padding: 12px 20px;
}

.badge-text {
  font-size: 13px;
}

/* Stats in German format (with dots for thousands) */
.stat-value {
  letter-spacing: -0.5px;
}

/* Payment CTA - German market emphasis */
.payment-cta-btn {
  padding: 24px 50px;
}

.payment-cta-btn span:first-child {
  font-size: 17px;
  letter-spacing: 0.5px;
}

.payment-cta-bonus {
  font-size: 13px;
  margin-top: 6px;
}

/* German localization - Longer button text accommodation */
.step-btn {
  padding: 13px 28px;
  font-size: 13px;
}

.show-more-btn {
  padding: 13px 35px;
  font-size: 14px;
}

/* Mobile adjustments for German text */
@media (max-width: 480px) {
  .login-btn, .signup-btn {
    padding: 9px 14px;
    font-size: 11px;
  }
  
  .bonus-reminder {
    padding: 20px 15px;
  }
  
  .bonus-reminder-title {
    font-size: 14px;
  }
  
  .bonus-reminder-desc {
    font-size: 11px;
  }
  
  .cta-btn {
    padding: 14px 25px;
    font-size: 13px;
  }
  
  .step-btn {
    padding: 12px 22px;
    font-size: 12px;
  }
  
  .bonus-btn {
    padding: 12px 18px;
    font-size: 13px;
  }
}

/* Print styles for German version */
@media print {
  .header,
  .sidebar,
  .sidebar-expanded,
  .overlay {
    display: none !important;
  }
  
  .content {
    padding: 0;
  }
  
  body {
    background: #fff;
    color: #000;
  }
}