.aynp{
  --bg:#1c2f45;
  --txt:rgba(255,255,255,.94);
  --mut:rgba(255,255,255,.74);
  --line:rgba(255,255,255,.14);
  --glass:rgba(255,255,255,.06);
  --gold:#d7b56d;
  --shadow:0 24px 70px rgba(0,0,0,.36);
  --r:24px;
  color:var(--txt);
}

.aynp *{box-sizing:border-box;}
.aynp img{display:block;max-width:100%;}
.aynp a{text-decoration:none;color:inherit;}

.aynp-wrap{
  max-width:1200px;
  margin:0 auto;
  padding:clamp(18px,3vw,42px);
}
/* =========================================
   Back to Shop Button
   ========================================= */

.aynp-backwrap{
  margin-bottom:24px;
}
.aynp-back{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 16px;
  border-radius:14px;
  font-weight:700;
  font-size:14px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.06);
  color:rgba(255,255,255,.85);
  transition:
    background .18s ease,
    border-color .18s ease,
    transform .14s ease;
}

.aynp-back:hover{
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.28);
  transform:translateY(-2px);
}
.aynp-back:hover{
  border-color:rgba(215,181,109,.7);
  background:linear-gradient(
      180deg,
      rgba(215,181,109,.18),
      rgba(215,181,109,.08)
  );
}
.aynp-hero{
  position:relative;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:var(--r);
  box-shadow:var(--shadow);
  background:
    radial-gradient(1200px 700px at 18% 30%, rgba(215,181,109,.18), transparent 55%),
    radial-gradient(800px 550px at 80% 65%, rgba(255,255,255,.10), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03)),
    var(--bg);
}

.aynp-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:var(--product-bg);
  background-size:cover;
  background-position:center;
  opacity:.22;
  transform:scale(1.03);
}

.aynp-hero__inner{
  position:relative;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:clamp(20px,3vw,34px);
  align-items:center;
  padding:clamp(20px,3vw,36px);
}

.aynp-hero__media{
  display:grid;
  place-items:center;
}

.aynp-hero__book{
  width:min(420px,85%);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 30px 85px rgba(0,0,0,.45);
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
}

.aynp-hero__content{
  border:1px solid var(--line);
  border-radius:var(--r);
  background:rgba(0,0,0,.18);
  backdrop-filter:blur(10px);
  padding:clamp(18px,2.4vw,28px);
}

.aynp-kicker{
  margin:0 0 10px;
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--mut);
}

.aynp-title{
  margin:0 0 10px;
  font-size:clamp(30px,4vw,54px);
  line-height:1.06;
}

.aynp-intro{
  margin:0 0 16px;
  color:var(--mut);
  line-height:1.65;
}

.aynp-meta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:0 0 16px;
}

.aynp-status,
.aynp-type{
  font-size:13px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
}

.aynp-status.is-live{
  border-color:rgba(215,181,109,.55);
  background:rgba(215,181,109,.14);
}

.aynp-status.is-soon{
  opacity:.8;
}

.aynp-pricebox{
  margin:0 0 16px;
}

.aynp-price{
  font-size:clamp(26px,3vw,38px);
  font-weight:800;
  letter-spacing:.01em;
}

.aynp-vat{
  margin-top:6px;
  font-size:14px;
  color:var(--mut);
}

.aynp-facts{
  list-style:none;
  padding:0;
  margin:0 0 18px;
  display:grid;
  gap:8px;
}

.aynp-facts li{
  color:var(--txt);
}

.aynp-actions,
.aynp-bottomcta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.aynp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:14px;
  border:1px solid rgba(215,181,109,.55);
  background:linear-gradient(180deg, rgba(215,181,109,.22), rgba(215,181,109,.12));
  font-weight:700;
  transition:transform .14s ease, border-color .14s ease, background .14s ease;
}

.aynp-btn:hover{
  transform:translateY(-1px);
  border-color:rgba(215,181,109,.84);
}

.aynp-btn--ghost{
  border-color:var(--line);
  background:rgba(255,255,255,.06);
}

.aynp-main{
  padding-top:26px;
}

.aynp-section{
  margin-top:24px;
  border:1px solid var(--line);
  border-radius:var(--r);
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  padding:20px;
}

.aynp-section h2,
.aynp-card h2{
  margin:0 0 12px;
  font-size:clamp(20px,2.2vw,28px);
}

.aynp-section p,
.aynp-card p{
  margin:0;
  color:var(--mut);
  line-height:1.72;
}

.aynp-grid2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:24px;
}

.aynp-card{
  border:1px solid var(--line);
  border-radius:var(--r);
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  padding:20px;
}

.aynp-list{
  margin:0;
  padding-left:20px;
  color:var(--txt);
  line-height:1.7;
}

.aynp-list li{
  margin-bottom:8px;
}

.aynp-bottomcta{
  margin-top:28px;
  justify-content:flex-start;
}

.aynp--notfound{
  padding:60px 0;
}

@media (max-width:980px){
  .aynp-hero__inner{
    grid-template-columns:1fr;
  }

  .aynp-grid2{
    grid-template-columns:1fr;
  }

  .aynp-hero__book{
    width:min(360px,80%);
  }
}
.aynp-btn.is-busy{
  opacity:.72;
  cursor:wait;
}
/* =========================================
   Amazon Hardcover Section
========================================= */

.aynh-amazon-section{
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,0.10);
  display:flex;
  flex-direction:column;
  gap:10px;
}

/* Überschrift */

.aynh-amazon-title{
  font-size:0.95rem;
  font-weight:500;
  letter-spacing:0.02em;
  color:#f4f7fb;
  opacity:.85;
}

/* Amazon Badge */

.aynh-amazon-link{
  display:inline-flex;
  align-items:center;
  width:max-content;
  text-decoration:none;
}

.aynh-amazon-link img{
  height:58px;
  width:auto;
  transition:
    transform .18s ease,
    opacity .18s ease,
    filter .18s ease;
}

/* Hover */

.aynh-amazon-link:hover img{
  transform:translateY(-2px);
  opacity:.95;
  filter:brightness(1.05);
}

