/* Greek Font Support */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

/* Base Greek Typography */
html[lang="el"] body,
body {
  font-family: 'Inter', 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  letter-spacing: 0.01em;
}

/* Greek specific adjustments */
html[lang="el"] {
  /* Slightly increased line height for Greek characters */
  --gr-line-height: 1.65;
  --gr-heading-spacing: -0.01em;
}

/* Headings */
.sektion-titel,
.heisse-spiele-titel,
.live-casino-titel,
.funktion-titel,
.schritt-titel,
.bonus-typ,
.anbieter-name,
.uber-funktion-inhalt h4,
.sicherheit-punkt-inhalt h3,
.jackpot-spiel-info h4,
.mobil-funktion-titel,
.faq-frage span,
.footer-uberschrift {
  letter-spacing: var(--gr-heading-spacing, -0.01em);
}

/* Greek Accent Colors - Subtle blue/white theme inspired by Greek flag */
.gr-accent {
  --gr-blue: #0D5EAF;
  --gr-light-blue: #1E90FF;
  --gr-white: #FFFFFF;
}

/* Banner Title Adjustments for Greek Text */
.banner-titel {
  font-size: 48px;
  line-height: 1.1;
}

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

@media (max-width: 640px) {
  .banner-titel {
    font-size: 28px;
  }
}

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

/* Category buttons - ensure Greek text fits */
.kategorie {
  font-size: 13px;
  padding: 10px 16px;
  white-space: nowrap;
}

/* Bonus Card Adjustments */
.bonus-typ {
  font-size: 12px;
  letter-spacing: 1px;
}

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

.bonus-wert span {
  font-size: 14px;
}

.bonus-details li {
  font-size: 12px;
  line-height: 1.5;
}

.bonus-bedingungen {
  font-size: 10px;
  line-height: 1.4;
}

/* Step Cards */
.schritt-titel {
  font-size: 20px;
  line-height: 1.3;
}

.schritt-beschreibung {
  font-size: 13px;
  line-height: 1.6;
}

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

/* Feature Cards */
.funktion-titel {
  font-size: 18px;
  line-height: 1.3;
}

.funktion-beschreibung {
  font-size: 13px;
  line-height: 1.65;
}

/* Provider Section */
.anbieter-name {
  font-size: 13px;
}

.anbieter-spiele {
  font-size: 11px;
}

/* Statistics Cards */
.statistik-wert {
  font-size: 26px;
}

.statistik-label {
  font-size: 12px;
  line-height: 1.4;
}

/* Payment Section */
.zahlungs-funktion-titel {
  font-size: 15px;
}

.zahlungs-funktion-beschreibung {
  font-size: 12px;
}

.zahlungs-kategorie-titel {
  font-size: 17px;
}

.zahlungs-kategorie-beschreibung {
  font-size: 12px;
  line-height: 1.55;
}

.zahlungs-methode-name {
  font-size: 12px;
}

.zahlungs-kategorie-info span {
  font-size: 11px;
}

/* About Section */
.uber-intro p,
.uber-funktion-inhalt p {
  font-size: 14px;
  line-height: 1.7;
}

.uber-statistik-label {
  font-size: 12px;
}

/* Responsible Gaming */
.verantwortung-intro p {
  font-size: 15px;
  line-height: 1.75;
}

.werkzeug-karte h4 {
  font-size: 15px;
}

.werkzeug-karte p {
  font-size: 12px;
  line-height: 1.55;
}

.zeichen-liste li {
  font-size: 13px;
  line-height: 1.55;
}

.hilfe-organisation-name {
  font-size: 15px;
}

.hilfe-organisation-beschreibung {
  font-size: 12px;
}

/* Security Section */
.sicherheit-punkt-inhalt h3 {
  font-size: 20px;
}

.sicherheit-punkt-inhalt p {
  font-size: 14px;
  line-height: 1.7;
}

.sicherheit-punkt-inhalt li {
  font-size: 13px;
}

.zertifikat-karte h4 {
  font-size: 15px;
}

.zertifikat-karte p {
  font-size: 12px;
  line-height: 1.5;
}

/* Jackpots Section */
.jackpot-info p {
  font-size: 14px;
  line-height: 1.75;
}

.jackpot-spiel-info h4 {
  font-size: 20px;
}

.jackpot-beschreibung {
  font-size: 13px;
  line-height: 1.6;
}

.tipp-inhalt h4 {
  font-size: 17px;
}

.tipp-inhalt p {
  font-size: 13px;
  line-height: 1.6;
}

/* Mobile Section */
.mobil-funktion-titel {
  font-size: 18px;
}

.mobil-funktion-text {
  font-size: 13px;
  line-height: 1.65;
}

.mobil-text p {
  font-size: 14px;
  line-height: 1.75;
}

/* FAQ Section */
.faq-frage span:first-child {
  font-size: 15px;
}

.faq-antwort p {
  font-size: 13px;
  line-height: 1.7;
}

/* Footer */
.footer-marke-beschreibung {
  font-size: 13px;
  line-height: 1.6;
}

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

.rechtlich-text {
  font-size: 11px;
  line-height: 1.65;
}

/* Greek-Specific Styling Enhancements */

/* Highlight Greek heritage with subtle olive/gold accents */
.hervorheben {
  background: linear-gradient(135deg, #ffd700 0%, #DAA520 50%, #B8860B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Special Greek market bonus badge */
.bonus-band {
  font-size: 10px;
  padding: 4px 35px;
}

.band-gold {
  background: linear-gradient(135deg, #DAA520, #FFD700, #DAA520);
}

/* Greek themed section backgrounds */
.warum-sektion,
.start-sektion,
.boni-sektion {
  position: relative;
}

.warum-sektion::before,
.start-sektion::before,
.boni-sektion::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(ellipse at 10% 20%, rgba(13, 94, 175, 0.03) 0%, transparent 50%),
    radial-gradient(ellipse at 90% 80%, rgba(255, 215, 0, 0.02) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

/* CTA Button Greek Enhancement */
.cta-taste {
  position: relative;
  overflow: hidden;
}

.cta-taste::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  animation: cta-shine 3s infinite;
}

@keyframes cta-shine {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}

/* Greek Language Button Text Adjustments */
.registrieren-taste,
.login-taste {
  font-size: 13px;
  padding: 11px 24px;
}

.schritt-taste,
.bonus-taste {
  font-size: 14px;
  padding: 14px 28px;
}

/* Responsive Greek Text */
@media (max-width: 1100px) {
  .bonus-wert {
    font-size: 32px;
  }
  
  .statistik-wert {
    font-size: 24px;
  }
}

@media (max-width: 900px) {
  .sektion-titel {
    font-size: 30px;
    line-height: 1.2;
  }
  
  .sektion-untertitel {
    font-size: 15px;
    line-height: 1.6;
  }
  
  .funktion-titel,
  .mobil-funktion-titel {
    font-size: 17px;
  }
}

@media (max-width: 640px) {
  .sektion-titel {
    font-size: 24px;
  }
  
  .sektion-untertitel {
    font-size: 14px;
  }
  
  .bonus-wert {
    font-size: 28px;
  }
  
  .bonus-typ {
    font-size: 11px;
  }
  
  .statistik-wert {
    font-size: 22px;
  }
  
  .statistik-label {
    font-size: 11px;
  }
  
  .schritt-titel {
    font-size: 18px;
  }
  
  .registrieren-taste,
  .login-taste {
    font-size: 12px;
    padding: 10px 18px;
  }
}

@media (max-width: 480px) {
  .sektion-titel {
    font-size: 22px;
  }
  
  .bonus-wert {
    font-size: 24px;
  }
  
  .jackpot-betrag {
    font-size: 26px;
  }
  
  .kategorie {
    font-size: 12px;
    padding: 8px 12px;
  }
}

/* Greek Special Characters Support */
.gr-euro::before {
  content: '€';
}

/* Ensure proper rendering of Greek currency symbols */
.bonus-wert,
.jackpot-betrag,
.statistik-wert {
  font-feature-settings: 'tnum' on, 'lnum' on;
}

/* Greek market trust badges */
.lizenz-abzeichen {
  font-size: 11px;
}

.abzeichen-text {
  font-size: 11px;
}

/* VIP Section Greek Adjustments */
.vip-stufe-name {
  font-size: 20px;
}

.vip-stufe-vorteile li {
  font-size: 12px;
}

/* Winner Ticker Greek */
.gewinner-spiel {
  font-size: 14px;
}

.gewinner-betrag {
  font-size: 20px;
}

.gewinner-datum {
  font-size: 12px;
}

/* Greek Provider Text */
.anbieter-text h3 {
  font-size: 22px;
}

.anbieter-text p {
  font-size: 14px;
  line-height: 1.75;
}

/* Tooltip Greek Support */
[title] {
  position: relative;
}

/* Greek Number Formatting */
.gr-number {
  font-variant-numeric: tabular-nums;
}

/* Print Styles for Greek */
@media print {
  body {
    font-size: 12pt;
  }
  
  .sektion-titel {
    font-size: 18pt;
  }
  
  .sektion-untertitel {
    font-size: 11pt;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .hervorheben {
    background: none;
    -webkit-text-fill-color: #FFD700;
    color: #FFD700;
  }
  
  .bonus-taste,
  .cta-taste {
    border: 2px solid currentColor;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .cta-taste::before {
    animation: none;
  }
  
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Dark Mode Enhancements for Greek Version */
@media (prefers-color-scheme: dark) {
  /* Already dark theme, but ensure Greek text is readable */
  .sektion-untertitel,
  .funktion-beschreibung,
  .bonus-beschreibung p,
  .uber-intro p,
  .verantwortung-intro p {
    color: #b8b8d8;
  }
}

/* Focus States for Accessibility */
.faq-frage:focus,
.bonus-taste:focus,
.cta-taste:focus,
.schritt-taste:focus {
  outline: 2px solid #ffd700;
  outline-offset: 2px;
}

/* Greek Language Selection Indicator */
.lang-gr {
  position: relative;
}

.lang-gr::after {
  content: '🇬🇷';
  position: absolute;
  top: -5px;
  right: -20px;
  font-size: 14px;
}