:root{
  --credit-bg:#001326;
  --credit-panel:#062238;
  --credit-panel-deep:#031a2d;
  --credit-line:rgba(231,169,51,.52);
  --credit-line-soft:rgba(255,255,255,.16);
  --credit-gold:#e7a933;
  --credit-gold-light:#ffc65a;
  --credit-text:#f3f6fa;
  --credit-muted:#bcc7d4;
}
*{box-sizing:border-box}
body.guthaben-body{margin:0;color:var(--credit-text);background:#001326 url("assets/infinity-background-desktop.webp") center top / cover fixed no-repeat;font-family:inherit;min-height:100vh}
.guthaben-shell{min-height:100vh;background:transparent}
.guthaben-header{height:74px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,5vw,70px);border-bottom:1px solid rgba(255,255,255,.07);background:rgba(0,12,24,.76)}
.guthaben-brand img{display:block;width:148px;max-height:48px;object-fit:contain}
.guthaben-header-actions{display:flex;gap:18px;align-items:center;color:#aebccc;font-size:14px}
.guthaben-header-actions button{border:0;background:transparent;color:var(--credit-gold-light);font:inherit;cursor:pointer}
.guthaben-main{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:28px 0 58px}
.guthaben-back{display:inline-block;margin-bottom:22px;color:#d8b15d;text-decoration:none;font-size:14px}
.guthaben-back:hover{color:#fff}
.guthaben-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.95fr);gap:54px;align-items:center;padding:18px 10px 45px}
.guthaben-hero-copy h1{margin:0;color:#fff;font-size:clamp(42px,5vw,67px);line-height:.98;font-weight:650;letter-spacing:-.03em;text-shadow:0 2px 3px rgba(0,0,0,.35)}
.guthaben-hero-copy h1 .hero-line{display:inline-block;color:#fff;font-size:1em}
.guthaben-hero-copy h1 .hero-gold{margin-top:7px;color:var(--credit-gold);font-size:1.08em}
.hero-rule{width:150px;height:2px;margin:24px 0 26px;background:linear-gradient(90deg,var(--credit-gold),rgba(231,169,51,.25))}
.guthaben-hero-copy>p{max-width:610px;margin:0 0 22px;color:#f5f7fa;font-size:18px;line-height:1.56}
.guthaben-hero-copy .hero-emphasis{margin-bottom:0;font-size:19px;line-height:1.48}
.hero-emphasis strong{color:var(--credit-gold-light);font-weight:600}
.guthaben-hero-logo{display:grid;place-items:center;min-height:300px;position:relative}
.guthaben-hero-logo:before{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(231,169,51,.15),rgba(231,169,51,0) 66%);filter:blur(4px)}
.guthaben-hero-logo img{position:relative;width:min(100%,520px);max-height:320px;object-fit:contain;filter:drop-shadow(0 0 24px rgba(231,169,51,.2))}
.section-title-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:22px;margin:0 0 28px}
.section-title-row span{height:1px;background:var(--credit-line)}
.section-title-row h2,.info-panel>h2{margin:0;color:var(--credit-gold-light);font-size:26px;font-weight:500;letter-spacing:.01em;text-align:center}
.packages-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}
.package-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:640px;
  padding:38px 32px 30px;
  border:1px solid rgba(181,143,77,.48);
  border-radius:13px;
  background:linear-gradient(180deg,rgba(7,38,61,.94),rgba(4,27,47,.97));
  box-shadow:0 18px 38px rgba(0,0,0,.16);
  color:inherit;
  text-decoration:none;
  cursor:pointer;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.package-featured{border-color:var(--credit-gold);box-shadow:0 0 0 1px rgba(231,169,51,.12),0 18px 38px rgba(0,0,0,.2)}
.package-card:hover,
.package-card:focus-visible{
  transform:translateY(-3px);
  border-color:var(--credit-gold);
  box-shadow:0 12px 30px rgba(231,169,51,.14),0 18px 38px rgba(0,0,0,.18);
}
.package-card:focus-visible{
  outline:2px solid var(--credit-gold-light);
  outline-offset:4px;
}
.package-card:hover .package-button,
.package-card:focus-visible .package-button{
  width:100%;
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #ffc657;
  border-radius:8px;
  background:linear-gradient(180deg,#ffd676 0%,#e1a438 52%,#b57413 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.45);
  color:#07121e;
  font:inherit;
  font-size:18px;
  font-weight:700;
}
.package-badge{
  position:absolute;
  top:0;
  right:0;
  padding:8px 13px 7px;
  border-radius:0 12px 0 9px;
  color:#07121e;
  background:linear-gradient(180deg,#ffd36e,#e6a62e);
  font-size:11px;
  font-weight:800;
}
.package-card header{
  text-align:center;
  padding-bottom:30px;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.package-card h3{
  margin:0 0 12px;
  color:#fff;
  font-size:clamp(34px,3vw,40px);
  font-weight:700;
  letter-spacing:.01em;
}
.package-card header p{
  margin:0;
  color:var(--credit-gold-light);
  font-size:16px;
}
.package-card ul{
  display:grid;
  gap:17px;
  margin:30px 0 0;
  padding:0 0 28px;
  list-style:none;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.package-card li{
  position:relative;
  padding-left:31px;
  color:#f0f3f7;
  font-size:16px;
  line-height:1.35;
}
.package-card li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:-1px;
  color:#ffbd32;
  font-size:22px;
  font-weight:800;
}
.package-card li strong{display:block;font-weight:500}
.package-card li small{display:block;margin-top:3px;color:#ffbd32;font-size:15px}
.package-card li.package-count{
  width:100%;
  max-width:none;
  margin:0;
  padding-left:0;
  text-align:left;
}
.package-card li.package-count:before{
  display:none;
}
.package-card li.package-count strong{
  display:block;
  color:#fff;
  font-size:clamp(30px,3vw,44px);
  line-height:1.05;
  font-weight:700;
  letter-spacing:-.02em;
  white-space:nowrap;
  margin-left:0;
}
.package-card li.package-count .package-free{
  color:var(--credit-gold-light);
}
.package-card li.package-count small{
  display:block;
  margin-top:5px;
  color:#fff;
  font-size:clamp(20px,1.8vw,24px);
  line-height:1.15;
  font-weight:600;
  text-align:left;
}
.package-card li.package-count + li{
  margin-top:22px;
}
.package-price{
  margin-top:auto;
  padding:28px 0 24px;
  text-align:center;
  color:#ffbd32;
  font-size:clamp(28px,2.4vw,34px);
  line-height:1.1;
  font-weight:700;
  letter-spacing:.01em;
  text-shadow:0 0 14px rgba(255,189,50,.10);
}
.package-button{width:100%;min-height:54px;display:flex;align-items:center;justify-content:center;border:1px solid #ffc657;border-radius:8px;background:linear-gradient(180deg,#ffd676 0%,#e1a438 52%,#b57413 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.45);color:#07121e;font:inherit;font-size:18px;font-weight:700}
.info-panel{margin-top:34px;padding:28px 34px;border:1px solid rgba(181,143,77,.42);border-radius:13px;background:linear-gradient(180deg,rgba(6,36,57,.92),rgba(4,29,48,.94))}
.info-panel>h2{margin-bottom:26px;font-size:23px}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.process-grid article{padding:0 26px;text-align:center;border-right:1px solid rgba(205,215,227,.27)}
.process-grid article:last-child{border-right:0}
.process-grid h3{margin:0 0 15px;color:#ffbd32;font-size:17px;font-weight:600}
.process-grid p{margin:0;color:#f4f6f9;font-size:15px;line-height:1.55}
.support-grid{display:grid;grid-template-columns:repeat(6,1fr)}
.support-grid article{min-height:145px;padding:4px 16px;text-align:center;border-right:1px solid rgba(205,215,227,.24)}
.support-grid article:last-child{border-right:0}
.support-symbol{height:62px;display:grid;place-items:center;color:#ffbd32;line-height:1}.support-symbol svg{width:48px;height:48px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.support-grid p{margin:12px 0 0;color:#f0f3f7;font-size:14px;line-height:1.45}
.not-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.not-grid p{margin:0;padding:4px 34px;color:#f0f3f7;text-align:center;font-size:15px;line-height:1.55;border-right:1px solid rgba(205,215,227,.27)}
.not-grid p:last-child{border-right:0}
.access-state{width:min(760px,calc(100% - 48px));margin:70px auto;padding:28px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:rgba(4,29,49,.95);display:flex;align-items:center;gap:20px}
.access-state h2{margin:0 0 7px;font-weight:500}.access-state p{margin:0;color:#aebccc}
.access-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.12);border-top-color:var(--credit-gold);border-radius:50%;animation:guthabenSpin .8s linear infinite}
.access-error strong{display:grid;place-items:center;width:42px;height:42px;border:1px solid #e38484;border-radius:50%;color:#ffb2b2;font-size:22px}
@keyframes guthabenSpin{to{transform:rotate(360deg)}}
[hidden]{display:none!important}
@media(max-width:980px){.guthaben-hero{grid-template-columns:1fr}.guthaben-hero-logo{min-height:190px}.packages-grid{grid-template-columns:1fr}.package-card{min-height:0}.process-grid{grid-template-columns:repeat(2,1fr);gap:25px}.process-grid article:nth-child(2){border-right:0}.support-grid{grid-template-columns:repeat(3,1fr);gap:22px}.support-grid article:nth-child(3){border-right:0}.support-grid article{border-bottom:1px solid rgba(205,215,227,.15);padding-bottom:22px}}
@media(max-width:680px){.guthaben-header{padding:0 20px}.guthaben-brand img{width:118px}.guthaben-header-actions span{display:none}.guthaben-main{width:min(100% - 28px,1180px)}.guthaben-hero{padding:12px 0 32px;gap:24px}.guthaben-hero-copy h1{font-size:44px}.guthaben-hero-copy>p{font-size:16px}.guthaben-hero-logo img{max-height:210px}.section-title-row{gap:12px}.section-title-row h2{font-size:19px}.info-panel{padding:25px 18px}.process-grid,.not-grid{grid-template-columns:1fr}.process-grid article,.not-grid p{border-right:0;border-bottom:1px solid rgba(205,215,227,.2);padding:18px 10px}.process-grid article:last-child,.not-grid p:last-child{border-bottom:0}.support-grid{grid-template-columns:repeat(2,1fr)}.support-grid article:nth-child(3){border-right:1px solid rgba(205,215,227,.24)}.support-grid article:nth-child(2n){border-right:0}}

/* ==========================================
   GUTHABEN – MOBILE
   Echtes INFINITY-Mobile-Template + saubere Breiten
========================================== */
@media (max-width:680px){

  html,
  body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }

  body.guthaben-body{
    position:relative;
    isolation:isolate;
    background-color:transparent;
    background-image:none;
  }

  body.guthaben-body::before{
    content:"";
    position:fixed;
    inset:0;
    z-index:-1;
    pointer-events:none;
    background-image:url("assets/infinity-background-mobile.webp?v=20260806-bg-fixed-1");
    background-repeat:no-repeat;
    background-position:center top;
    background-size:cover;
  }

  .guthaben-shell{
    width:100%;
    max-width:100%;
    background:transparent;
    overflow-x:hidden;
  }

  .guthaben-main{
    width:min(calc(100% - 28px),1180px);
    max-width:100%;
    margin:0 auto;
  }

  .guthaben-hero{
    width:100%;
    grid-template-columns:minmax(0,1fr);
    gap:14px;
    padding:12px 0 22px;
  }

  .guthaben-hero-copy,
  .guthaben-hero-logo,
  .packages-section,
  .info-panel{
    min-width:0;
    max-width:100%;
  }

  .guthaben-hero-copy{
    text-align:left;
  }

  .guthaben-hero-copy h1{
    max-width:100%;
    font-size:clamp(36px,10.5vw,44px);
    overflow-wrap:anywhere;
  }

  .guthaben-hero-copy>p,
  .guthaben-hero-copy .hero-emphasis{
    max-width:100%;
  }

  .guthaben-hero-logo{
    min-height:0;
    margin:-4px 0 2px;
  }

  .guthaben-hero-logo img{
    width:min(88%,380px);
    max-height:190px;
    margin:0 auto;
  }

  .section-title-row{
    width:100%;
    grid-template-columns:minmax(22px,1fr) minmax(0,auto) minmax(22px,1fr);
    gap:10px;
    margin:0 0 22px;
  }

  .section-title-row h2{
    min-width:0;
    font-size:18px;
    line-height:1.2;
    white-space:normal;
  }

  .packages-grid{
    width:100%;
    grid-template-columns:minmax(0,1fr);
    justify-items:center;
    gap:22px;
  }

  .package-card{
    width:100%;
    max-width:430px;
    min-width:0;
    min-height:0;
    margin:0 auto;
    padding:30px 24px 26px;
  }

  .package-card li.package-count strong{
    white-space:normal;
  }

  .info-panel{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    padding:25px 18px;
  }

  .process-grid,
  .not-grid{
    grid-template-columns:minmax(0,1fr);
  }

  .support-grid{
    width:100%;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:0;
  }

  .support-grid article{
    min-width:0;
    width:100%;
    padding:20px 10px;
  }

  .support-grid p{
    max-width:100%;
    overflow-wrap:anywhere;
  }
}

/* ==========================================
   STIMMEN ZU INFINITY – Slider
========================================== */
.testimonials-panel{
  margin-top:34px;
  overflow:hidden;
}

.testimonial-slider{
  position:relative;
  padding:0 28px;
}

.testimonials-viewport{
  width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  scrollbar-width:none;
  -ms-overflow-style:none;
  overscroll-behavior-x:contain;
  touch-action:pan-x pan-y;
}
.testimonials-viewport::-webkit-scrollbar{display:none}

.testimonials-track{
  display:flex;
  gap:18px;
  align-items:stretch;
}

.testimonial-card{
  flex:0 0 calc((100% - 36px)/3);
  min-width:0;
  padding:22px 22px 24px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:12px;
  background:rgba(2,24,42,.68);
  scroll-snap-align:start;
}

.testimonial-person{
  display:flex;
  flex-direction:column;
  gap:4px;
  margin-bottom:16px;
  padding-bottom:14px;
  border-bottom:1px solid rgba(255,255,255,.11);
}

.testimonial-name{
  color:#fff;
  font-size:16px;
  font-weight:700;
}

.testimonial-role{
  color:var(--credit-gold-light);
  font-size:13px;
  line-height:1.4;
  font-weight:600;
}

.testimonial-text{
  margin:0;
  color:#f1f4f7;
  font-size:15px;
  line-height:1.62;
}

.testimonial-nav{
  position:absolute;
  top:50%;
  z-index:3;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  transform:translateY(-50%);
  border:1px solid var(--credit-gold);
  border-radius:50%;
  background:rgba(2,20,36,.96);
  color:var(--credit-gold-light);
  font:inherit;
  font-size:28px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 8px 22px rgba(0,0,0,.28);
  transition:border-color .18s ease,box-shadow .18s ease,color .18s ease,opacity .18s ease;
}
.testimonial-prev{left:0}
.testimonial-next{right:0}
.testimonial-nav:hover:not(:disabled),
.testimonial-nav:focus-visible:not(:disabled){
  color:#fff;
  border-color:var(--credit-gold-light);
  box-shadow:0 0 18px rgba(231,169,51,.22),0 8px 22px rgba(0,0,0,.28);
}
.testimonial-nav:disabled{opacity:.28;cursor:default}

.testimonial-dots{
  display:flex;
  justify-content:center;
  gap:9px;
  margin-top:18px;
}
.testimonial-dot{
  width:9px;
  height:9px;
  padding:0;
  border:1px solid var(--credit-gold);
  border-radius:50%;
  background:transparent;
  cursor:pointer;
  transition:background .18s ease,transform .18s ease;
}
.testimonial-dot.is-active{
  background:var(--credit-gold-light);
  transform:scale(1.12);
}

@media(max-width:980px){
  .testimonial-card{flex-basis:calc((100% - 18px)/2)}
}

@media(max-width:680px){
  .testimonials-panel{width:100%}
  .testimonial-slider{padding:0 22px}
  .testimonial-card{
    flex-basis:100%;
    padding:20px 18px 22px;
  }
  .testimonial-nav{
    width:34px;
    height:34px;
    font-size:25px;
  }
  .testimonial-prev{left:-2px}
  .testimonial-next{right:-2px}
}

