: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}
}


/* ==========================================
   UPDATE 048 – Angebotsseite neu geordnet
   Nutzen vor Preis + kompakte Paketkarten
========================================== */
.benefits-panel{margin-top:34px}
.benefits-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}
.benefits-grid article{position:relative;min-height:142px;padding:18px 24px 18px 58px;border-right:1px solid rgba(205,215,227,.22);border-bottom:1px solid rgba(205,215,227,.16)}
.benefits-grid article:nth-child(3n){border-right:0}
.benefits-grid article:nth-last-child(-n+3){border-bottom:0}
.benefit-number{position:absolute;left:20px;top:19px;color:var(--credit-gold);font-size:13px;font-weight:800;letter-spacing:.08em}
.benefits-grid h3{margin:0;color:#fff;font-size:17px;line-height:1.4;font-weight:650}
.benefits-grid p{margin:9px 0 0;color:var(--credit-muted);font-size:14px;line-height:1.5}

/* Die Pakete zeigen nur noch die Kaufentscheidung, nicht erneut den Leistungsumfang. */
.packages-section{margin-top:34px}
.package-card{min-height:0;padding:30px 30px 26px}
.package-card header{padding-bottom:20px}
.package-card h3{font-size:clamp(30px,2.6vw,36px);margin-bottom:8px}
.package-card header p{font-size:15px}
.package-card ul{display:block;margin:22px 0 0;padding:0 0 20px}
.package-card li.package-count{text-align:center}
.package-card li.package-count strong{text-align:center;font-size:clamp(30px,2.7vw,40px)}
.package-card li.package-count small{text-align:center;font-size:18px}
.package-price{margin-top:0;padding:20px 0 18px;font-size:clamp(27px,2.2vw,32px)}

@media(max-width:980px){
  .benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .benefits-grid article:nth-child(3n){border-right:1px solid rgba(205,215,227,.22)}
  .benefits-grid article:nth-child(2n){border-right:0}
  .benefits-grid article:nth-last-child(-n+3){border-bottom:1px solid rgba(205,215,227,.16)}
  .benefits-grid article:nth-last-child(-n+2){border-bottom:0}
}
@media(max-width:680px){
  .benefits-grid{grid-template-columns:1fr}
  .benefits-grid article{min-height:0;padding:18px 16px 18px 52px;border-right:0!important;border-bottom:1px solid rgba(205,215,227,.16)!important}
  .benefits-grid article:last-child{border-bottom:0!important}
  .benefit-number{left:15px}
  .package-card{padding:25px 22px 22px}
}

/* ==========================================
   UPDATE 049 – Angebotsseite Feinschliff
========================================== */
@media (min-width:981px){
  .guthaben-hero{align-items:stretch;padding-bottom:40px}
  .guthaben-hero-copy{display:flex;flex-direction:column;justify-content:center}
  .guthaben-hero-logo{min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:0 0 2px}
  .guthaben-hero-logo:before{top:-12px}
  .guthaben-hero-logo img{width:min(100%,470px);max-height:245px;margin-top:-8px}
  .guthaben-hero-logo .hero-emphasis{position:relative;z-index:1;width:100%;max-width:520px;margin:0;text-align:center;font-size:19px;line-height:1.48}
}

/* Einsatzbereiche: schneller erfassbar */
.support-panel{padding-top:31px;padding-bottom:31px}
.support-grid article{min-height:156px;padding:6px 13px}
.support-symbol{height:72px}
.support-symbol svg{width:56px;height:56px;stroke-width:2.8}
.support-grid p{margin-top:12px;color:#fff;font-size:15px;line-height:1.4;font-weight:600}

/* Produktnutzen: sechs eigenständige Nutzenfelder statt Tabellenoptik */
.benefits-panel{padding:31px 34px 34px}
.benefits-grid{gap:14px}
.benefits-grid article{
  min-height:132px;
  padding:20px 20px 19px 64px;
  border:1px solid rgba(231,169,51,.24)!important;
  border-radius:10px;
  background:linear-gradient(180deg,rgba(10,48,73,.72),rgba(5,34,55,.74));
}
.benefit-number{
  left:18px;top:18px;
  width:32px;height:32px;
  display:grid;place-items:center;
  border:1px solid rgba(231,169,51,.55);
  border-radius:50%;
  background:rgba(231,169,51,.08);
  color:var(--credit-gold-light);
  font-size:12px;
}
.benefits-grid h3{color:#fff;font-size:17px;line-height:1.35;font-weight:700}
.benefits-grid p{color:#e5ebf2;font-size:14px;line-height:1.5}

/* Lesbarkeit der sekundären Texte */
.testimonial-text{color:#eef2f6!important}
.process-grid p,.not-grid p{color:#f4f6f9}
.package-card header p{color:var(--credit-gold-light)}

/* Kaufentscheidung klar als neuer Abschnitt */
.packages-section{margin-top:48px;margin-bottom:40px}
.packages-section .section-title-row{margin-bottom:31px}

@media(max-width:980px){
  .guthaben-hero-logo .hero-emphasis{position:relative;z-index:1;max-width:610px;margin:10px auto 0;text-align:center;font-size:18px;line-height:1.48}
  .benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .benefits-grid article{border:1px solid rgba(231,169,51,.24)!important}
}
@media(max-width:680px){
  .guthaben-hero-logo{display:flex;flex-direction:column;align-items:center}
  .guthaben-hero-logo .hero-emphasis{margin-top:8px;font-size:16px}
  .support-grid article{min-height:145px;padding:8px 10px 20px}
  .support-symbol{height:64px}
  .support-symbol svg{width:50px;height:50px}
  .support-grid p{font-size:14px}
  .benefits-panel{padding:25px 18px}
  .benefits-grid{grid-template-columns:1fr;gap:10px}
  .benefits-grid article{min-height:0;padding:18px 16px 18px 60px}
  .packages-section{margin-top:42px;margin-bottom:34px}
}

/* ==========================================
   UPDATE 050 – gezielte Korrekturen Angebotsseite
   Nur: Hero-Ausrichtung, eckige Nutzenziffern,
   Stimmen-Ueberschrift +10 %. Untere Bereiche unveraendert.
========================================== */
@media (min-width:981px){
  .guthaben-hero{align-items:start}
  .guthaben-hero-copy{justify-content:flex-start}
  .guthaben-hero-logo{position:relative;justify-content:flex-start;padding:0}
  .guthaben-hero-logo img{margin-top:0}
  .guthaben-hero-logo .hero-emphasis{
    position:absolute;
    top:190px;
    left:0;
    right:0;
    margin:0 auto;
  }
}

.benefit-number{border-radius:3px}
.testimonials-panel>h2{font-size:28.6px}

@media(max-width:680px){
  .testimonials-panel>h2{font-size:21px}
}

/* ==========================================
   UPDATE 051 – exakt drei Korrekturen
   1) Hero-Logo nur nach oben verschoben (Groesse unveraendert)
   2) Hero-Satz rechts eine Textzeile tiefer
   3) Nutzenziffern als gold gefuellte quadratische Felder
========================================== */
@media (min-width:981px){
  .guthaben-hero-logo img{
    margin-top:-22px;
  }
  .guthaben-hero-logo .hero-emphasis{
    top:216px;
  }
}

.benefit-number{
  width:38px;
  height:38px;
  left:16px;
  top:17px;
  border:1px solid #f1bd4d;
  border-radius:4px;
  background:linear-gradient(180deg,#f5c85c 0%,#d99719 100%);
  color:#071a2d;
  font-size:18px;
  font-weight:800;
  letter-spacing:0;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.35),0 2px 5px rgba(0,0,0,.22);
}

/* ==========================================
   UPDATE 052 – Hero-Linien nach Fotoreferenz
   Nur: Logo vertikal, Hero-Satz vertikal,
   Nutzenziffern optisch wie Referenz.
========================================== */
@media (min-width:981px){
  .guthaben-hero-logo img{
    margin-top:-38px;
  }
  .guthaben-hero-logo .hero-emphasis{
    top:242px;
  }
}

.benefit-number{
  display:flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  padding:0;
  border-radius:4px;
  background:linear-gradient(180deg,#f5c85c 0%,#d99719 100%);
  color:#071a2d;
  font-size:18px;
  font-weight:800;
  line-height:1;
}

/* ==========================================
   UPDATE 053 – nur rechter Hero-Satz
   Auf gleiche Hoehe wie die zweite Zeile des linken Fliesstexts.
   Sonst keine Aenderung.
========================================== */
@media (min-width:981px){
  .guthaben-hero-logo .hero-emphasis{
    top:216px;
  }
}

/* ==========================================
   UPDATE 054 – nur rechter Hero-Satz
   Logo und alle anderen Bereiche unveraendert.
========================================== */
@media (min-width:981px){
  .guthaben-hero-logo .hero-emphasis{
    top:230px;
  }
}


/* ==========================================
   UPDATE 055 – gezielte CRO-Anpassungen
   Nur: Ablauf vor Paketen, mehr Raum um Kaufbereich,
   sechs Anwendungs-Icons praegnenter.
========================================== */

/* Die sechs Anwendungsfaelle schneller erfassbar machen */
.support-symbol{height:78px}
.support-symbol svg{width:62px;height:62px;stroke-width:3.2}
.support-grid p{color:#fff;font-size:15.5px;font-weight:700;line-height:1.38}

/* Kaufbereich als visuelle Hauptbuehne – Karten selbst bleiben unveraendert */
.packages-section{margin-top:76px;margin-bottom:76px}
.packages-section .section-title-row{margin-bottom:31px}

@media(max-width:980px){
  .support-symbol{height:72px}
  .support-symbol svg{width:58px;height:58px;stroke-width:3.05}
  .support-grid p{font-size:15px}
  .packages-section{margin-top:58px;margin-bottom:58px}
}

@media(max-width:680px){
  .support-symbol{height:66px}
  .support-symbol svg{width:52px;height:52px;stroke-width:2.9}
  .support-grid p{font-size:14px}
  .packages-section{margin-top:48px;margin-bottom:48px}
}

/* ==========================================
   UPDATE 056 – Abstand Nutzenziffern/Text
   Nur: mehr horizontaler Abstand zwischen 01–06 und Text.
========================================== */
.benefits-grid article{
  padding-left:82px;
}

@media(max-width:680px){
  .benefits-grid article{
    padding-left:78px;
  }
}

/* ==========================================
   UPDATE 048B KORRIGIERT – MOBILE
   Hero: keine Worttrennung
   Support-Kacheln: Inhalte optisch in der jeweiligen Haelfte zentriert
========================================== */
@media (max-width:680px){
  .guthaben-hero-copy h1{
    font-size:clamp(32px,9vw,38px);
    overflow-wrap:normal;
    word-break:normal;
    hyphens:none;
  }

  .guthaben-hero-copy h1 .hero-line{
    display:block;
    max-width:100%;
    white-space:nowrap;
    overflow-wrap:normal;
    word-break:normal;
    hyphens:none;
  }

  .support-grid article{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    padding-left:2px;
    padding-right:2px;
  }

  .support-grid p{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    font-size:13.5px;
    overflow-wrap:normal;
    word-break:normal;
    hyphens:none;
  }

  /* Durch den Innenabstand des Panels wirkte der Inhalt bisher zur
     Mittellinie gezogen. Mobil wird jede Spalte optisch nach aussen
     in die Mitte ihrer sichtbaren Kachel gesetzt. */
  .support-grid article:nth-child(odd) .support-symbol,
  .support-grid article:nth-child(odd) p{
    transform:translateX(-16px);
  }

  .support-grid article:nth-child(even) .support-symbol,
  .support-grid article:nth-child(even) p{
    transform:translateX(16px);
  }
}

/* ==========================================
   UPDATE 048B FINAL – Support-Raster + Mobile-Umbrueche
========================================== */
.support-panel{
  padding-left:0;
  padding-right:0;
  overflow:hidden;
}
.support-panel>h2{
  padding-left:34px;
  padding-right:34px;
}
.support-grid{
  width:100%;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:0;
}
.support-grid article{
  width:auto;
  min-width:0;
  margin:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
}
.support-grid .support-symbol,
.support-grid p{
  transform:none!important;
}
.support-grid p{
  width:100%;
  max-width:100%;
  text-align:center;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}

@media(max-width:980px){
  .support-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:0;
  }
}

@media(max-width:680px){
  .support-panel>h2{
    padding-left:18px;
    padding-right:18px;
  }
  .support-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:0;
  }
  .support-grid article{
    width:auto;
    min-width:0;
    padding:18px 12px 20px;
    align-items:center;
  }
  .support-grid p{
    width:100%;
    max-width:100%;
    margin-left:0;
    margin-right:0;
    font-size:13px;
    line-height:1.32;
    text-align:center;
    overflow-wrap:normal!important;
    word-break:normal!important;
    hyphens:none!important;
  }
  .guthaben-hero-copy h1{
    font-size:clamp(30px,8.4vw,35px);
    overflow-wrap:normal!important;
    word-break:normal!important;
    hyphens:none!important;
  }
  .guthaben-hero-copy h1 .hero-line{
    display:inline-block;
    max-width:none;
    white-space:nowrap!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
    hyphens:none!important;
  }
}
