@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:wght@600;700&family=Asap:ital,wght@0,400;0,600;1,400&display=swap');
/* ============================================================
   Drachen-Automat Wien — Site Shell
   Konzept: Wiener Spielhallen-Kabinett in Bernstein-Tinte
   Archetyp: strips · Theme: tinted · Shape: rounded · Persona: arcade
   ============================================================ */



:root{
  --bg-main:#1E1822;
  --bg-strip:#241E28;
  --bg-card:#2B252D;
  --accent:#FFDB6A;
  --accent-2:#FF8A1F;
  --flag:#DA2C2C;
  --text-main:#F4F1F5;
  --text-muted:#CCC7CC;
  --border:#524955;

  --font-head:'Archivo Narrow','Arial Narrow',system-ui,sans-serif;
  --font-body:'Asap',system-ui,-apple-system,'Segoe UI',sans-serif;

  --wrap:1280px;
  --gutter:clamp(1rem,4vw,2rem);
  --r-lg:18px;
  --r-md:14px;
  --r-sm:10px;
  --pad-sec:clamp(3rem,6vw,4.75rem);
  --shadow-btn:0 3px 0 #A85E00;
  --shadow-card:0 2px 0 rgba(0,0,0,.35);
}

*{box-sizing:border-box}
*::selection{background:var(--accent);color:#1E1822}

html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}
}

body{
  margin:0;
  overflow-x:hidden;
  background:var(--bg-main);
  color:var(--text-main);
  font-family:var(--font-body);
  font-size:17px;
  line-height:1.65;
  overflow-wrap:anywhere;
}

img{max-width:100%}

h1,h2,h3,h4,h5{
  font-family:var(--font-head);
  font-weight:700;
  line-height:1.08;
  margin:0 0 .6em;
  letter-spacing:-.005em;
}
h1{font-size:clamp(2.1rem,5.4vw,3.6rem);text-wrap:balance}
h2{font-size:clamp(1.6rem,3.4vw,2.5rem);text-wrap:balance}
h3{font-size:clamp(1.2rem,2vw,1.5rem)}
h4{font-size:1.08rem}
p{margin:0 0 1.1em}
a{color:var(--accent);text-decoration-thickness:1px;text-underline-offset:3px}
a:hover{color:var(--accent-2)}
ul,ol{padding-inline-start:1.3em}
li{margin-bottom:.5em}
strong{color:var(--text-main);font-weight:600}
small{font-size:.85rem;color:var(--text-muted)}

:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}

/* ---------- Grundgerüst: Streifen ---------- */
.doe-container{
  width:100%;
  max-width:var(--wrap);
  margin-inline:auto;
  padding-inline:var(--gutter);
}
.doe-container > *{min-width:0}

.doe-section{
  padding-block:var(--pad-sec);
  background:var(--bg-main);
  position:relative;
}
.doe-section--alt{background:var(--bg-strip)}
main > .doe-section:nth-of-type(even){background:var(--bg-strip)}

/* Ticket-Nummer: übergroße Gold-Kontur am Streifenkopf */
.doe-section__ticket{
  display:block;
  font-family:var(--font-head);
  font-weight:700;
  font-size:clamp(3rem,9vw,5.5rem);
  line-height:.85;
  margin-bottom:.15em;
  color:transparent;
  -webkit-text-stroke:2px var(--accent);
  opacity:.55;
}
.doe-eyebrow{
  display:block;
  font-family:var(--font-head);
  font-weight:600;
  font-size:.8rem;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--accent-2);
  margin-bottom:.9em;
}

/* ---------- Buttons: Automaten-Knopf ---------- */
.doe-btn{
  display:inline-block;
  font-family:var(--font-head);
  font-weight:700;
  font-size:1.02rem;
  letter-spacing:.04em;
  text-transform:uppercase;
  text-decoration:none;
  color:#1E1822;
  background:linear-gradient(135deg,var(--accent) 0%,var(--accent-2) 100%);
  border:0;
  border-radius:var(--r-md);
  padding:.78em 1.6em;
  box-shadow:var(--shadow-btn);
  cursor:pointer;
  transition:transform .16s ease,box-shadow .16s ease,filter .16s ease;
}
.doe-btn:hover{color:#1E1822;transform:translateY(2px);box-shadow:0 1px 0 #A85E00;filter:brightness(1.05)}
.doe-btn:active{transform:translateY(3px);box-shadow:none}
.doe-btn--ghost{
  background:transparent;
  color:var(--accent);
  border:2px solid var(--accent);
  box-shadow:none;
}
.doe-btn--ghost:hover{background:rgba(255,219,106,.12);color:var(--accent);transform:none}
.doe-btn--sm{font-size:.88rem;padding:.55em 1.1em;border-radius:var(--r-sm)}

/* ---------- Icons ---------- */
.doe-icon{
  width:1.5em;height:1.5em;
  display:inline-block;
  vertical-align:middle;
  flex-shrink:0;
  stroke:currentColor;
  fill:none;
}
.doe-icon--lg{width:2rem;height:2rem}

/* ============================================================
   HEADER
   ============================================================ */
.doe-header{
  position:sticky;
  top:0;
  z-index:900;
  background:var(--bg-main);
  border-bottom:2px solid var(--border);
}
.doe-header__bar{
  display:flex;
  align-items:center;
  gap:clamp(.75rem,2.5vw,2rem);
  min-height:72px;
  padding-block:.5rem;
}
.doe-header__bar > *{min-width:0}

.doe-logo{
  display:inline-flex;
  align-items:center;
  flex-shrink:0;
  text-decoration:none;
  font-family:var(--font-head);
  font-weight:700;
  font-size:1.5rem;
  letter-spacing:.02em;
  color:var(--text-main);
}
.doe-logo:hover{color:var(--accent)}
.doe-logo__img{
  height:40px;
  width:auto;
  max-width:min(45vw,210px);
  object-fit:contain;
  display:block;
}

.doe-nav{margin-inline-start:auto}
.doe-nav ul{
  list-style:none;
  display:flex;
  align-items:center;
  gap:clamp(.6rem,1.8vw,1.7rem);
  margin:0;
  padding:0;
}
.doe-nav li{margin:0}
.doe-nav a:not(.doe-btn){
  display:block;
  font-family:var(--font-head);
  font-weight:600;
  font-size:.95rem;
  letter-spacing:.09em;
  text-transform:uppercase;
  text-decoration:none;
  color:var(--text-main);
  padding:.5rem 0;
  border-bottom:2px solid transparent;
  transition:color .16s ease,border-color .16s ease;
}
.doe-nav a:not(.doe-btn):hover,
.doe-nav a:not(.doe-btn):focus-visible{color:var(--accent);border-bottom-color:var(--accent)}
.doe-nav a:not(.doe-btn)[aria-current="page"]:not(.doe-btn){color:var(--accent);border-bottom-color:var(--accent-2)}

/* nav-interne CTA-Kopie existiert nicht — nur eine sichtbare CTA */
.doe-nav > .doe-btn{display:none}

.doe-header__cta{flex-shrink:0}

.doe-burger{
  display:none;
  flex-direction:column;
  justify-content:center;
  gap:5px;
  width:44px;height:44px;
  flex-shrink:0;
  margin-inline-start:auto;
  padding:0;
  background:transparent;
  border:2px solid var(--border);
  border-radius:var(--r-sm);
  cursor:pointer;
}
.doe-burger span{
  display:block;
  width:22px;height:2px;
  margin-inline:auto;
  background:var(--accent);
  transition:transform .18s ease,opacity .18s ease;
}
.doe-header.is-open .doe-burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.doe-header.is-open .doe-burger span:nth-child(2){opacity:0}
.doe-header.is-open .doe-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

@media (max-width:900px){
  .doe-burger{display:flex}
  .doe-nav{
    display:none;
    position:absolute;
    inset-inline:0;
    top:100%;
    margin:0;
    background:var(--bg-card);
    border-bottom:2px solid var(--accent);
    box-shadow:0 12px 24px rgba(0,0,0,.45);
    padding:.5rem var(--gutter) 1.25rem;
    max-height:calc(100vh - 72px);
    overflow-y:auto;
  }
  .doe-header.is-open .doe-nav{display:flex;flex-direction:column}
  .doe-nav ul{flex-direction:column;align-items:stretch;gap:0;width:100%}
  .doe-nav a:not(.doe-btn){
    padding:.85rem .25rem;
    border-bottom:1px solid var(--border);
    font-size:1rem;
  }
  .doe-nav a:not(.doe-btn):hover{border-bottom-color:var(--border)}
  .doe-header__cta{font-size:.82rem;padding:.6em 1em}
  .doe-logo__img{height:34px;max-width:min(42vw,170px)}
}
@media (max-width:479px){
  .doe-header__cta{display:none}
  .doe-nav > .doe-btn{display:block;width:100%;margin-top:1rem;text-align:center}
}

/* ============================================================
   HERO — HOME (image-first: Visual oben, Text zentriert darunter)
   ============================================================ */
.doe-hero{position:relative;background:var(--bg-main)}
.doe-hero__inner{position:relative}

.doe-hero--home{padding-block:clamp(2rem,5vw,3.5rem) var(--pad-sec)}
.doe-hero--home .doe-hero__inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:clamp(1rem,2.5vw,1.6rem);
}
.doe-hero--home .doe-hero__visual{
  order:-1;
  width:100%;
  border-radius:var(--r-lg);
  overflow:hidden;
  border:2px solid var(--accent);
  background:linear-gradient(135deg,var(--accent) 0%,var(--accent-2) 55%,#8A3D00 100%);
  aspect-ratio:3/2;
  max-height:60vh;
}
.doe-hero--home .doe-hero__visual:has(.doe-hero__img){aspect-ratio:auto;max-height:none}
.doe-hero--home h1{margin:0;max-width:22ch}
.doe-hero--home .doe-hero__sub{
  font-size:clamp(1.02rem,1.7vw,1.22rem);
  color:var(--text-muted);
  margin:0;
  max-width:62ch;
}
.doe-hero--home .doe-hero__actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:.85rem;
  margin-top:.4rem;
}
.doe-hero__img{
  display:block;
  width:100%;
  height:auto;
  max-height:70vh;
  aspect-ratio:3/2;
  object-fit:cover;
  border-radius:var(--r-lg);
}
.doe-hero--home .doe-hero__img{border-radius:0}

/* XXL-Bonus-Zahl + 18+-Jeton */
.doe-hero__figure{
  display:block;
  font-family:var(--font-head);
  font-weight:700;
  font-size:clamp(3.2rem,11vw,6.5rem);
  line-height:.9;
  letter-spacing:-.02em;
  color:var(--accent);
  margin:0;
}
.doe-hero__figure small{
  display:block;
  font-family:var(--font-body);
  font-size:clamp(.9rem,1.6vw,1.05rem);
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--text-muted);
  margin-top:.5rem;
}
.doe-jeton{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:52px;height:52px;
  border-radius:50%;
  border:2px dashed var(--accent-2);
  font-family:var(--font-head);
  font-weight:700;
  font-size:1.05rem;
  color:var(--accent-2);
  flex-shrink:0;
}

/* Rating-Pills */
.doe-pills{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:.5rem;
  list-style:none;
  margin:0;
  padding:0;
}
.doe-pills li{margin:0}
.doe-pill{
  display:inline-flex;
  align-items:center;
  gap:.4rem;
  background:var(--bg-card);
  border:2px solid var(--accent);
  border-radius:999px;
  padding:.34rem .95rem;
  font-family:var(--font-head);
  font-weight:600;
  font-size:.88rem;
  letter-spacing:.05em;
  color:var(--text-main);
  text-decoration:none;
}
.doe-pill--num{font-size:1.05rem;color:var(--accent)}
a.doe-pill:hover{border-color:var(--accent-2);color:var(--accent)}

/* ---------- HERO — INNER: kompaktes Seitenband ---------- */
.doe-hero--inner{
  position:relative;
  overflow:hidden;
  min-height:190px;
  display:flex;
  align-items:center;
  background:linear-gradient(120deg,var(--bg-strip) 0%,#332A38 100%);
  border-bottom:2px solid var(--accent);
}
.doe-hero--inner .doe-hero__inner{
  position:relative;
  width:100%;
  padding-block:clamp(1.6rem,3.5vw,2.4rem);
  padding-inline:max(var(--gutter),calc((100% - var(--wrap))/2 + var(--gutter)));
}
.doe-hero--inner .doe-hero__img{
  position:absolute;inset:0;
  width:100%;height:100%;
  max-height:none;
  aspect-ratio:auto;
  object-fit:cover;
  border-radius:0;
  z-index:0;
}
.doe-hero--inner:has(.doe-hero__img) .doe-hero__inner::after{
  content:"";
  position:absolute;inset:0;
  z-index:1;
  background:linear-gradient(90deg,rgba(20,15,24,.92) 0%,rgba(20,15,24,.78) 50%,rgba(20,15,24,.6) 100%);
}
:where(.doe-hero--inner .doe-hero__inner > :not(.doe-hero__img)){position:relative;z-index:2}
.doe-hero--inner h1{
  margin:0;
  font-size:clamp(1.75rem,4vw,2.7rem);
  text-wrap:balance;
}
.doe-hero--inner .doe-hero__sub{
  margin:.6rem 0 0;
  color:var(--text-muted);
  font-size:1.02rem;
}

/* ---------- page-header (Legal) ---------- */
.doe-page-header{
  position:relative;
  overflow:hidden;
  background:var(--bg-strip);
  border-bottom:2px solid var(--border);
  padding-block:clamp(1.8rem,4vw,2.6rem);
}
.doe-page-header h1{margin:.3rem 0 0;font-size:clamp(1.7rem,3.6vw,2.5rem);text-wrap:balance}
.doe-page-header .doe-hero__img{
  position:absolute;inset:0;width:100%;height:100%;
  max-height:none;aspect-ratio:auto;object-fit:cover;border-radius:0;z-index:0;
}

/* ---------- breadcrumb ---------- */
.doe-breadcrumb{font-size:.85rem;color:var(--text-muted)}
.doe-breadcrumb ol{
  list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;margin:0;padding:0;
}
.doe-breadcrumb li{margin:0;display:flex;align-items:center;gap:.4rem}
.doe-breadcrumb li+li::before{content:"/";color:var(--border)}
.doe-breadcrumb a{color:var(--text-muted);text-decoration:none}
.doe-breadcrumb a:hover{color:var(--accent)}

/* ============================================================
   SECTIONS
   ============================================================ */

/* ---------- overview ---------- */
.doe-overview__inner > h2{margin-top:0}

/* ---------- quick-facts / Jeton-Chips ---------- */
.doe-quickfacts{
  display:flex;
  flex-wrap:wrap;
  gap:.7rem;
  list-style:none;
  margin:0;
  padding:0;
}
.doe-quickfacts li{margin:0}
.doe-chip{
  display:inline-flex;
  align-items:baseline;
  gap:.5rem;
  background:var(--bg-card);
  border:2px solid var(--accent);
  border-radius:999px;
  padding:.5rem 1.15rem;
}
.doe-chip__num{
  font-family:var(--font-head);
  font-weight:700;
  font-size:1.3rem;
  color:var(--accent);
  line-height:1;
}
.doe-chip__label{font-size:.9rem;color:var(--text-muted)}

/* ---------- feature-cards: icon-rows ---------- */
.doe-features{display:flex;flex-direction:column;margin:0;padding:0;list-style:none}
.doe-features > *{min-width:0}
.doe-feature{
  display:flex;
  align-items:flex-start;
  gap:clamp(.9rem,2.5vw,1.5rem);
  padding-block:clamp(1.1rem,2.5vw,1.6rem);
  border-bottom:1px solid var(--border);
  margin:0;
}
.doe-feature:last-child{border-bottom:0}
.doe-feature__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:56px;height:56px;
  flex-shrink:0;
  border-radius:var(--r-md);
  background:linear-gradient(135deg,var(--accent) 0%,var(--accent-2) 100%);
  color:#1E1822;
}
.doe-feature__icon .doe-icon{width:1.7rem;height:1.7rem}
.doe-feature__body{min-width:0}
.doe-feature__body h3{margin:0 0 .35em}
.doe-feature__body p{margin:0;color:var(--text-muted)}
@media (max-width:480px){
  .doe-feature__icon{width:44px;height:44px}
  .doe-feature__icon .doe-icon{width:1.35rem;height:1.35rem}
}

/* ---------- cards-grid ---------- */
.doe-cards{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr));
  gap:clamp(1rem,2.2vw,1.5rem);
}
.doe-cards > *{min-width:0}
.doe-card{
  background:var(--bg-card);
  border:1px solid var(--border);
  border-radius:var(--r-lg);
  padding:clamp(1.2rem,2.5vw,1.7rem);
  box-shadow:var(--shadow-card);
}
.doe-card h3{margin-top:0}
.doe-card p:last-child{margin-bottom:0}
.doe-card__meta{
  font-family:var(--font-head);
  font-weight:600;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:.76rem;
  color:var(--accent-2);
}

/* ---------- data-table / payments-table ---------- */
.doe-table-wrap{
  overflow-x:auto;
  max-width:100%;
  margin-block:1.5rem;
  border-radius:var(--r-md);
  border:1px solid var(--border);
}
.doe-table{
  width:100%;
  border-collapse:collapse;
  font-size:.97rem;
  background:var(--bg-card);
}
.doe-table th,.doe-table td{
  padding:.85rem 1rem;
  text-align:start;
  border-bottom:1px solid var(--border);
  vertical-align:top;
}
.doe-table thead th{
  background:var(--accent-2);
  color:#1E1822;
  font-family:var(--font-head);
  font-weight:700;
  font-size:.85rem;
  letter-spacing:.11em;
  text-transform:uppercase;
  white-space:nowrap;
  border-bottom:0;
}
.doe-table tbody tr{transition:filter .16s ease}
.doe-table tbody tr:hover{filter:brightness(1.06)}
.doe-table tbody tr:last-child td{border-bottom:0}
.doe-table td strong{color:var(--accent)}

.doe-pay__name{
  display:flex;align-items:center;gap:.6rem;
  font-weight:600;white-space:nowrap;
}
.doe-pay__name .doe-icon{color:var(--accent)}

/* ---------- two-cols + content-panel ---------- */
.doe-twocols{
  display:grid;
  grid-template-columns:1fr;
  gap:clamp(1.4rem,3vw,2.4rem);
  align-items:start;
}
.doe-twocols > *{min-width:0}
@media (min-width:900px){
  .doe-twocols{grid-template-columns:1.25fr .75fr}
}
.doe-twocols__main > :first-child{margin-top:0}

.doe-panel{
  background:var(--bg-card);
  border:2px solid var(--border);
  border-radius:var(--r-lg);
  padding:clamp(1.15rem,2.4vw,1.6rem);
  box-shadow:var(--shadow-card);
}
.doe-panel__title{
  margin:0 0 1rem;
  font-family:var(--font-head);
  font-weight:700;
  font-size:1.05rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--accent);
}
.doe-panel > :last-child{margin-bottom:0}

.doe-facts{margin:0}
.doe-facts__row{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:.5rem 1rem;
  padding-block:.65rem;
  border-bottom:1px solid var(--border);
}
.doe-facts__row:last-child{border-bottom:0;padding-bottom:0}
.doe-facts dt{color:var(--text-muted);font-size:.92rem;margin:0}
.doe-facts dd{margin:0;font-weight:600;text-align:end}

.doe-checklist{list-style:none;margin:0;padding:0}
.doe-checklist li{
  display:flex;align-items:flex-start;gap:.65rem;
  padding-block:.5rem;
  margin:0;
}
.doe-checklist .doe-icon{color:var(--accent);margin-top:.15em}

.doe-ministats{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(120px,100%),1fr));
  gap:.7rem;
}
.doe-ministats > *{min-width:0}
.doe-ministat{
  background:var(--bg-main);
  border:1px solid var(--border);
  border-radius:var(--r-sm);
  padding:.8rem .9rem;
}
.doe-ministat__value{
  display:block;
  font-family:var(--font-head);
  font-weight:700;
  font-size:1.35rem;
  color:var(--accent);
  line-height:1.1;
}
.doe-ministat__label{display:block;font-size:.8rem;color:var(--text-muted);margin-top:.2rem}

.doe-score{
  display:flex;
  align-items:center;
  gap:.9rem;
  flex-wrap:wrap;
}
.doe-score__value{
  font-family:var(--font-head);
  font-weight:700;
  font-size:clamp(2.2rem,6vw,3rem);
  line-height:1;
  color:var(--accent);
}
.doe-score__stars{display:flex;gap:.15rem;color:var(--accent-2)}
.doe-score__stars .doe-icon{width:1.1rem;height:1.1rem;fill:currentColor}
.doe-score__label{font-size:.88rem;color:var(--text-muted);width:100%}

/* ---------- numbered-list ---------- */
.doe-steps{
  list-style:none;
  counter-reset:doe-step;
  margin:0;
  padding:0;
}
.doe-steps > li{
  counter-increment:doe-step;
  position:relative;
  padding-inline-start:3.6rem;
  padding-block:.85rem;
  margin:0;
  border-bottom:1px solid var(--border);
}
.doe-steps > li:last-child{border-bottom:0}
.doe-steps > li::before{
  content:counter(doe-step,decimal-leading-zero);
  position:absolute;
  inset-inline-start:0;
  top:.75rem;
  font-family:var(--font-head);
  font-weight:700;
  font-size:1.5rem;
  line-height:1;
  color:transparent;
  -webkit-text-stroke:1.5px var(--accent);
}
.doe-steps h3{margin:0 0 .3em;font-size:1.1rem}
.doe-steps p{margin:0;color:var(--text-muted)}

/* ---------- stats-bar: tiles ---------- */
.doe-stats{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(165px,100%),1fr));
  gap:clamp(.8rem,2vw,1.2rem);
}
.doe-stats > *{min-width:0}
.doe-stat{
  background:var(--bg-card);
  border:1px solid var(--border);
  border-radius:var(--r-lg);
  padding:clamp(1rem,2.2vw,1.4rem);
  box-shadow:var(--shadow-card);
}
.doe-stat__value{
  display:block;
  font-family:var(--font-head);
  font-weight:700;
  font-size:clamp(1.7rem,4vw,2.4rem);
  line-height:1;
  color:var(--accent);
}
.doe-stat__label{
  display:block;
  margin-top:.45rem;
  font-size:.85rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--text-muted);
}

/* ---------- categories-bar ---------- */
.doe-cats{
  display:flex;flex-wrap:wrap;gap:.55rem;
  list-style:none;margin:0;padding:0;
}
.doe-cats li{margin:0}
.doe-cat{
  display:inline-block;
  padding:.42rem 1rem;
  border:1px solid var(--border);
  border-radius:999px;
  background:var(--bg-card);
  color:var(--text-muted);
  font-size:.88rem;
  text-decoration:none;
}
.doe-cat:hover,.doe-cat--active{
  border-color:var(--accent);
  color:var(--accent);
  background:var(--bg-card);
}

/* ---------- reviews ---------- */
.doe-reviews{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));
  gap:clamp(1rem,2.2vw,1.5rem);
}
.doe-reviews > *{min-width:0}
.doe-review{
  background:var(--bg-card);
  border:1px solid var(--border);
  border-inline-start:4px solid var(--accent);
  border-radius:var(--r-md);
  padding:clamp(1.1rem,2.4vw,1.5rem);
  margin:0;
}
.doe-review blockquote{margin:0 0 .8rem;font-size:1.02rem}
.doe-review__translation{color:var(--text-muted);font-style:italic;font-size:.94rem;margin:0 0 .8rem}
.doe-review figcaption,.doe-review__src{
  font-size:.84rem;
  color:var(--text-muted);
}
.doe-review__src a{color:var(--accent-2)}

/* Experten-Rating-Strip */
.doe-ratings{
  display:flex;flex-wrap:wrap;gap:.6rem;
  list-style:none;margin:0;padding:0;
}
.doe-ratings li{margin:0}

/* ---------- rtp-grid ---------- */
.doe-rtp{
  display:grid;
  gap:clamp(.6rem,1.5vw,1rem);
  grid-template-columns:repeat(2,minmax(0,1fr));
}
@media (min-width:640px){.doe-rtp{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (min-width:960px){.doe-rtp{grid-template-columns:repeat(4,minmax(0,1fr))}}
.doe-rtp-item{
  position:relative;
  overflow:hidden;
  min-width:0;
  background:var(--bg-card);
  border:2px solid var(--accent);
  border-radius:var(--r-lg);
}
.doe-rtp-item__thumb{
  aspect-ratio:3/2;
  position:relative;
  background:linear-gradient(135deg,var(--accent-2) 0%,#8A3D00 100%);
}
.doe-rtp-item__thumb img{width:100%;height:100%;object-fit:cover;display:block}
.doe-rtp-item__name{
  display:block;
  padding:.55rem .7rem;
  font-family:var(--font-head);
  font-weight:600;
  font-size:.92rem;
  line-height:1.25;
}
.doe-rtp-item__flag{
  position:absolute;
  top:0;inset-inline-end:0;
  z-index:2;
  background:var(--flag);
  color:#fff;
  font-family:var(--font-head);
  font-weight:700;
  font-size:.68rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  padding:.2rem .55rem;
  border-end-start-radius:var(--r-sm);
}
.doe-rtp-tooltip{
  position:absolute;
  bottom:0;
  inset-inline:0;
  opacity:0;
  transition:opacity .2s;
  background:rgba(20,15,24,.93);
  color:var(--text-main);
  padding:.55rem .7rem;
  font-size:.84rem;
  line-height:1.35;
}
.doe-rtp-item:hover .doe-rtp-tooltip,
.doe-rtp-item:focus-within .doe-rtp-tooltip{opacity:1}

/* ---------- faq: two-col ---------- */
.doe-faq{
  display:grid;
  grid-template-columns:1fr;
  gap:0 clamp(1.5rem,3vw,2.6rem);
  align-items:start;
}
.doe-faq > *{min-width:0}
@media (min-width:900px){
  .doe-faq{grid-template-columns:repeat(2,minmax(0,1fr))}
}
.doe-faq details{border-bottom:1px solid var(--border)}
.doe-faq summary{
  cursor:pointer;
  padding:1rem 0;
  font-weight:600;
  list-style:none;
  font-family:var(--font-head);
  font-size:1.06rem;
  color:var(--text-main);
}
.doe-faq summary::-webkit-details-marker{display:none}
.doe-faq summary::before{
  content:'+';
  margin-right:.5rem;
  color:var(--accent);
  font-weight:700;
  transition:transform .2s;
}
.doe-faq details[open] summary::before{content:'−'}
.doe-faq summary:hover{color:var(--accent)}
.doe-faq details > :not(summary){padding:.5rem 0 1rem;color:var(--text-muted)}
.doe-faq details > :not(summary):last-child{margin-bottom:0}

/* ---------- toc ---------- */
.doe-toc{
  background:var(--bg-card);
  border:1px solid var(--border);
  border-radius:var(--r-lg);
  padding:clamp(1rem,2.2vw,1.4rem);
}
.doe-toc__title{
  font-family:var(--font-head);
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:.85rem;
  color:var(--accent);
  margin:0 0 .7rem;
}
.doe-toc ol,.doe-toc ul{list-style:none;margin:0;padding:0}
.doe-toc li{margin:0;padding-block:.3rem}
.doe-toc a{color:var(--text-main);text-decoration:none;font-size:.95rem}
.doe-toc a:hover{color:var(--accent)}

/* ---------- legal-body ---------- */
.doe-legal{counter-reset:doe-legal}
.doe-legal h2{
  counter-increment:doe-legal;
  font-size:clamp(1.25rem,2.4vw,1.6rem);
  margin-top:2.2rem;
  padding-top:1.4rem;
  border-top:1px solid var(--border);
}
.doe-legal > h2:first-child{margin-top:0;padding-top:0;border-top:0}
.doe-legal h2::before{
  content:counter(doe-legal) ". ";
  color:var(--accent);
  font-weight:700;
}
.doe-legal h3{margin-top:1.5rem;font-size:1.1rem}
.doe-legal p,.doe-legal li{color:var(--text-muted)}
.doe-legal address{font-style:normal;color:var(--text-muted)}

/* ---------- cta-block ---------- */
.doe-cta{
  padding-block:var(--pad-sec);
  background:var(--bg-strip);
  border-block:2px solid var(--accent);
}
.doe-cta__inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:1rem;
}
.doe-cta__inner > *{margin:0}
.doe-cta h2{max-width:24ch}
.doe-cta p{color:var(--text-muted);max-width:60ch}
.doe-cta__actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:.85rem;
}
.doe-cta__fine{font-size:.84rem;color:var(--text-muted)}

/* ---------- sticky-nav (mobil) ---------- */
.doe-sticky{display:none}
@media (max-width:767px){
  .doe-sticky{
    display:flex;
    position:fixed;
    inset-inline:0;
    bottom:0;
    z-index:950;
    align-items:center;
    justify-content:center;
    gap:.75rem;
    padding:.6rem var(--gutter) calc(.6rem + env(safe-area-inset-bottom));
    background:var(--bg-card);
    border-top:2px solid var(--accent);
  }
  .doe-sticky > *{min-width:0}
  .doe-sticky .doe-btn{flex:1;text-align:center}
  body{padding-bottom:74px}
}

/* ---------- chat-widget ---------- */
.doe-chat-btn{
  position:fixed;
  inset-inline-end:1rem;
  bottom:1rem;
  z-index:940;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:54px;height:54px;
  border-radius:50%;
  border:0;
  background:linear-gradient(135deg,var(--accent) 0%,var(--accent-2) 100%);
  color:#1E1822;
  box-shadow:0 3px 0 #A85E00;
  cursor:pointer;
}
@media (max-width:767px){.doe-chat-btn{bottom:84px}}
.doe-chat{
  position:fixed;
  inset-inline-end:1rem;
  bottom:5rem;
  z-index:941;
  width:min(320px,calc(100vw - 2rem));
  background:var(--bg-card);
  border:2px solid var(--accent);
  border-radius:var(--r-lg);
  padding:1rem;
}
.doe-chat[hidden]{display:none}

/* ============================================================
   FOOTER
   ============================================================ */
.doe-footer{
  background:var(--bg-main);
  border-top:2px solid var(--accent);
  padding-block:clamp(2.5rem,5vw,3.5rem) 1.5rem;
  font-size:.95rem;
}
.doe-footer__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:clamp(1.6rem,3vw,2.5rem);
}
.doe-footer__grid > *{min-width:0}
@media (min-width:760px){
  .doe-footer__grid{grid-template-columns:1.4fr 1fr 1fr}
}
.doe-footer__brand p{color:var(--text-muted);margin:1rem 0 0;max-width:42ch}
.doe-footer__title{
  font-family:var(--font-head);
  font-weight:700;
  font-size:.85rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--accent);
  margin:0 0 .9rem;
}
.doe-footer__list{list-style:none;margin:0;padding:0}
.doe-footer__list li{margin:0;padding-block:.32rem}
.doe-footer__list a{color:var(--text-muted);text-decoration:none}
.doe-footer__list a:hover{color:var(--accent)}

.doe-footer__notice{
  margin-top:clamp(1.8rem,3.5vw,2.6rem);
  padding-top:1.4rem;
  border-top:1px solid var(--border);
  display:flex;
  align-items:flex-start;
  gap:1rem;
}
.doe-footer__notice p{color:var(--text-muted);font-size:.87rem;margin:0}
.doe-footer__notice p+p{margin-top:.7rem}
.doe-footer__notice .doe-jeton{width:46px;height:46px;font-size:.95rem}

.doe-footer__bottom{
  margin-top:1.4rem;
  padding-top:1.2rem;
  border-top:1px solid var(--border);
  display:flex;
  flex-wrap:wrap;
  gap:.6rem 1.4rem;
  justify-content:space-between;
  align-items:center;
  color:var(--text-muted);
  font-size:.85rem;
}
.doe-footer__bottom > *{min-width:0;margin:0}
.doe-footer__help{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem 1.2rem;margin:0;padding:0}
.doe-footer__help li{margin:0}
.doe-footer__help a{color:var(--accent);text-decoration:none}
.doe-footer__help a:hover{text-decoration:underline}

@media (max-width:520px){
  .doe-footer__notice{flex-direction:column;gap:.8rem}
}
/* sa-responsive-net */
table th{white-space:nowrap}
figure,blockquote,dl,dd,fieldset{margin:0}
/* sa-logo-fit */
.doe-logo__img{object-fit:contain}
/* sa-ph-media */
.doe-page-header:has(.doe-hero__img){position:relative;overflow:hidden;isolation:isolate;min-height:clamp(200px,30vh,300px);display:flex;flex-direction:column;justify-content:center}
.doe-page-header:has(.doe-hero__img) .doe-hero__img{position:absolute;inset:0;width:100%;height:100%;max-height:none;aspect-ratio:auto;object-fit:cover;margin:0;z-index:0}
.doe-page-header:has(.doe-hero__img)::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(10,12,18,.72),rgba(10,12,18,.5))}
:where(.doe-page-header:has(.doe-hero__img)>:not(.doe-hero__img)){position:relative}
.doe-page-header:has(.doe-hero__img)>:not(.doe-hero__img){z-index:2}
.doe-page-header:has(.doe-hero__img),.doe-page-header:has(.doe-hero__img) h1,.doe-page-header:has(.doe-hero__img) a,.doe-page-header:has(.doe-hero__img) p,.doe-page-header:has(.doe-hero__img) li,.doe-page-header:has(.doe-hero__img) span{color:#fff}
/* sa-hero-media */
.doe-hero:has(>.doe-hero__img){position:relative;isolation:isolate}
.doe-hero:has(>.doe-hero__img)>.doe-hero__img{z-index:0}
.doe-hero:has(>.doe-hero__img)::after{z-index:1}
:where(.doe-hero:has(>.doe-hero__img)>:not(.doe-hero__img)){position:relative}
.doe-hero:has(>.doe-hero__img)>:not(.doe-hero__img){z-index:2}
/* sa-rhythm */
:where(.doe-table-wrap){margin-block:1.5rem}
:where(main) :where(ul,ol,table,.doe-table-wrap)+p{margin-block-start:1rem}
/* sa-slot-link */
.doe-rtp-item,.doe-rtp-item:hover,.doe-rtp-item:focus{color:inherit;text-decoration:none;cursor:pointer}
/* sa-logo-chip */
.doe-footer .doe-logo__img{filter:none;background:transparent;padding:0}
.doe-footer .doe-footer__logo-chip{background:transparent;padding:0}
