/* =========================================================================
   Glasklar · Produktseiten /clubbase und /campingreport
   Nur Regeln dieser beiden Seiten. Baut auf glasklar.css auf (Tokens, .glass,
   .phone, .pair, .page-hero, .split, .cards, .tiers, .checklist, .final).
   Nuvario-Blau bleibt Hausfarbe (Navigation, Footer, Dialog). Die Farbe des
   Produkts ist nur Akzent: Hero-Wort, Produkt-Handlung, Punkte, dezente Tints.
   Kontraste: Weiss auf #B4440E 5,3:1 · #B4440E auf #F6F8FC 5,0:1
              Weiss auf #1F4A33 10,5:1 · #8A5A12 auf Weiss 6,1:1
   ========================================================================= */

.p-club {
  --pc: #E8591A; --pc-rgb: 232,89,26;
  --pc-ink: #B4440E; --pc-hover: #9C3A0B;
  --pc-soft: #FFF1E8;
}
.p-camp {
  --pc: #1F4A33; --pc-rgb: 31,74,51;
  --pc-ink: #1F4A33; --pc-hover: #173826;
  --pc-soft: #E6F1EA;
  --pc-amber: #D8912A; --pc-amber-rgb: 216,145,42; --pc-amber-ink: #8A5A12;
}

/* ---------- Akzente ---------- */
.accent-p { color: var(--pc-ink); }
.dot-p { background: var(--pc); box-shadow: 0 0 0 4px rgba(var(--pc-rgb),.14); }
.kicker .dot-p { animation: pDotPulse 3.2s var(--ease) infinite; }
.p-camp .dot-p { background: var(--pc-amber); box-shadow: 0 0 0 4px rgba(var(--pc-amber-rgb),.2); }
.p-camp .kicker .dot-p { animation-name: pDotPulseAmber; }
@keyframes pDotPulse { 0%, 100% { box-shadow: 0 0 0 4px rgba(var(--pc-rgb),.14); } 50% { box-shadow: 0 0 0 8px rgba(var(--pc-rgb),.04); } }
@keyframes pDotPulseAmber { 0%, 100% { box-shadow: 0 0 0 4px rgba(var(--pc-amber-rgb),.22); } 50% { box-shadow: 0 0 0 8px rgba(var(--pc-amber-rgb),.06); } }

.btn-product {
  background: var(--pc-ink); color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 8px 24px rgba(var(--pc-rgb),.28);
}
.btn-product:hover { background: var(--pc-hover); box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 14px 32px rgba(var(--pc-rgb),.34); }
.btn-product:focus-visible { outline-color: var(--pc-ink); }

/* Pfeil als Zeichen (Originaltext bleibt erhalten), bewegt sich wie die SVG-Pfeile */
.arr { display: inline-block; line-height: 1; font-family: var(--font), system-ui, -apple-system, sans-serif; transition: transform .2s var(--ease); }
.btn:hover .arr { transform: translateX(3px); }
.back-link .arr { font-size: 15px; }
.back-link:hover .arr { transform: translateX(-3px); }

/* ---------- Seitenkopf ---------- */
.p-hero { overflow-x: clip; }   /* Lichthof darf nicht seitlich ueberstehen */
.p-camp .page-hero--split h1 { font-size: clamp(40px, 4.3vw, 60px); }
.p-hero .kicker-pill { margin-top: 10px; }
.p-note { margin-top: 24px; font-size: 14.5px; color: var(--ink2); }
.p-note strong { color: var(--ink); font-weight: 600; }
.p-hero .page-hero__visual { display: flex; justify-content: center; align-items: center; min-height: 520px; }
.p-halo {
  position: absolute; left: 50%; top: 50%; width: min(560px, 110%); aspect-ratio: 1; border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(closest-side, rgba(var(--pc-rgb),.22), rgba(var(--pc-rgb),.08) 52%, rgba(var(--pc-rgb),0) 74%);
  pointer-events: none; z-index: 0;
  animation: pHalo 10s ease-in-out infinite alternate;
}
.p-camp .p-halo { background: radial-gradient(closest-side, rgba(var(--pc-amber-rgb),.22), rgba(var(--pc-rgb),.10) 50%, rgba(var(--pc-rgb),0) 74%); }
.p-ring {
  position: absolute; left: 50%; top: 50%; width: min(460px, 92%); aspect-ratio: 1; border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: inset 0 1px 0 #fff, 0 0 0 10px rgba(255,255,255,.18);
  background: radial-gradient(closest-side, rgba(255,255,255,.35), rgba(255,255,255,0));
  pointer-events: none; z-index: 0;
}
@keyframes pHalo { from { transform: translate(-50%, -50%) scale(.96); } to { transform: translate(-50%, -50%) scale(1.05); } }
.is-offscreen .p-halo { animation-play-state: paused; }
.p-hero .pair { position: relative; z-index: 1; width: 100%; max-width: 540px; padding: 28px 0 44px; }
.p-hero .pair .phone-slot { width: min(262px, 50%); }

/* ---------- Kennzahlen-Leiste (Strip des Originals) ---------- */
.pstrip-sec { padding-block: 8px 0; }
.pstrip { list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 10px; border-radius: 32px; }
.pstrip li { position: relative; padding: 24px 26px; font-size: 15px; line-height: 1.4; color: var(--ink2); }
.pstrip li + li::before { content: ''; position: absolute; left: 0; top: 22px; bottom: 22px; width: 1px; background: linear-gradient(180deg, transparent, rgba(var(--ink-rgb),.1), transparent); }
.pstrip b { font-size: clamp(26px, 2.5vw, 34px); font-weight: 600; letter-spacing: -0.04em; line-height: 1.05; color: var(--ink); }
.pstrip li::after { content: ''; position: absolute; left: 26px; top: 16px; width: 18px; height: 2px; border-radius: 2px; background: var(--pc); opacity: .7; }
.p-camp .pstrip li::after { background: var(--pc-amber); }

/* ---------- Funktionen ---------- */
.p-feature + .p-feature { margin-top: 140px; }
.p-feature h3 {
  font-size: clamp(30px, 3.6vw, 48px); font-weight: 600; letter-spacing: -0.04em; line-height: 1.04;
  margin: 18px 0 18px; text-wrap: balance;
}
.p-feature .lead { margin-bottom: 28px; max-width: 560px; }
.p-feature .checklist { max-width: 560px; }
.p-club .checklist li::before, .p-camp .checklist li::before { background: rgba(var(--pc-rgb),.12); }
.p-club .checklist li::after, .p-camp .checklist li::after { background: var(--pc-ink); }
.p-media { position: relative; display: flex; justify-content: center; align-items: center; padding: 24px 0; }
.p-media::before {
  content: ''; position: absolute; left: 50%; top: 50%; width: min(460px, 96%); aspect-ratio: 1; border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(closest-side, rgba(var(--pc-rgb),.16), rgba(var(--pc-rgb),.05) 58%, rgba(var(--pc-rgb),0) 76%);
  pointer-events: none;
}
.p-media .phone-solo { position: relative; z-index: 1; width: min(292px, 70%); }
.p-media .fl { animation-duration: 8s; }

/* ---------- Kartenraster (Alles drin) ---------- */
.p-club .card .icon, .p-camp .card .icon {
  background: linear-gradient(160deg, #fff, var(--pc-soft)); color: var(--pc-ink);
  box-shadow: inset 0 1px 0 #fff, 0 6px 16px rgba(var(--pc-rgb),.16);
}

/* ---------- Preise ---------- */
.p-banner {
  display: flex; align-items: center; gap: 18px; max-width: 900px; margin: 0 auto 24px; padding: 18px 26px 18px 18px; border-radius: 999px;
}
.p-banner .p-banner-ic {
  width: 52px; height: 52px; flex-shrink: 0; border-radius: 50%; display: grid; place-items: center;
  background: var(--pc-ink); color: #fff; box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 8px 20px rgba(var(--pc-rgb),.3);
}
.p-banner .p-banner-ic svg { width: 24px; height: 24px; }
.p-banner p { font-size: 15.5px; color: var(--ink2); line-height: 1.5; }
.p-banner p strong { display: block; color: var(--ink); font-size: 17px; font-weight: 600; letter-spacing: -0.01em; }
.p-banner p b { color: var(--ink); font-weight: 600; }
.p-tiers { max-width: 900px; margin: 0 auto; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.p-tiers--3 { max-width: none; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.p-tiers .tier-desc { margin: 10px 0 22px; }
.p-tiers .tier-note { margin-bottom: 0; }
.p-tiers .tier-price { margin-top: 0; }
.p-club .tier-badge, .p-camp .tier-badge { background: var(--pc-ink); }
.p-club .tier--featured.glass, .p-camp .tier--featured.glass { box-shadow: var(--shadow-lift), 0 0 0 1.5px rgba(var(--pc-rgb),.5); }
.p-tiers .tier-name.mono { font-family: var(--mono); font-size: 13px; font-weight: 500; letter-spacing: .14em; color: var(--pc-ink); margin-bottom: 4px; }
.p-tiers .tier-sub { color: var(--ink2); font-size: 15px; margin-bottom: 18px; }
.checklist li.head { padding-left: 0; font-weight: 600; color: var(--ink); }
.checklist li.head::before, .checklist li.head::after { display: none; }

/* PREMIUM: dunkle Waldgruen-Karte */
.tier--dark.glass {
  background: linear-gradient(165deg, #24553B 0%, #1F4A33 45%, #14301F 100%);
  border-color: rgba(255,255,255,.14); color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 30px 70px rgba(20,48,31,.28);
}
.tier--dark.glass::before { background: linear-gradient(180deg, rgba(255,255,255,.35), rgba(255,255,255,.04) 40%, rgba(216,145,42,.3) 100%); }
.tier--dark.glass::after { background: radial-gradient(360px circle at var(--mx, 50%) var(--my, 0%), rgba(255,255,255,.14), transparent 70%); }
.tier--dark .tier-name.mono { color: #F0C27A; }
.tier--dark .tier-sub { color: rgba(255,255,255,.78); }
.tier--dark .tier-price { color: #fff; }
.tier--dark .tier-price small { color: rgba(255,255,255,.72); }
.tier--dark .checklist li { color: rgba(255,255,255,.92); }
.tier--dark .checklist li.head { color: #fff; }
.tier--dark .checklist li::before { background: rgba(240,194,122,.18); }
.tier--dark .checklist li::after { background: #F0C27A; }

/* ---------- Betreiber-Band (CampingReport) ---------- */
.final--camp {
  --final-grad: linear-gradient(135deg, #14301F 0%, #1F4A33 55%, #2F6A4A 100%);
  --brand-deep-rgb: 20,48,31;
  --brand-soft-rgb: 216,145,42;
}
.final--camp h2 { max-width: 760px; }
.final--camp p { max-width: 640px; font-size: 18px; }
.final--camp .btn-white { color: #1F4A33; }

/* ---------- Footer mit Spalten (CampingReport) ---------- */
.foot-rich { padding: 40px 40px 24px; border-radius: 36px; }
.foot-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr)); gap: 32px; }
.foot-brand p { margin-top: 12px; max-width: 340px; font-size: 14.5px; color: var(--ink2); }
.foot-h { font-family: var(--mono); font-size: 12px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--ink3); margin: 6px 0 8px; line-height: 1.4; }
.foot-col ul { list-style: none; display: grid; }
.foot-col a { display: inline-flex; align-items: center; min-height: 44px; color: var(--ink2); text-decoration: none; font-size: 14.5px; }
.foot-col a:hover { color: var(--ink); }
.foot-bottom {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 6px 24px;
  margin-top: 26px; padding-top: 18px; border-top: 1px solid rgba(var(--ink-rgb),.08);
  font-family: var(--mono); font-size: 12.5px; letter-spacing: .03em; color: var(--ink3);
}

/* ---------- Reduzierte Bewegung ---------- */
@media (prefers-reduced-motion: reduce) {
  .p-halo, .kicker .dot-p { animation: none !important; }
  .arr { transition: none; }
}

/* ---------- Responsiv ---------- */
@media (max-width: 1080px) {
  .p-tiers--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .foot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .foot-brand { grid-column: 1 / -1; }
}
@media (max-width: 899px) {
  .p-hero .page-hero__visual { min-height: 0; }
  .pstrip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pstrip li:nth-child(3)::before { display: none; }
  .p-feature + .p-feature { margin-top: 96px; }
  .p-feature .split__media { order: 1; }
  .p-tiers, .p-tiers--3 { grid-template-columns: minmax(0, 1fr); max-width: 560px; }
  .p-banner { border-radius: 28px; }
}
@media (max-width: 600px) {
  .p-hero .pair { padding: 18px 0 30px; }
  .p-hero .pair .phone-slot { width: 47%; }
  .p-halo { width: 118%; }
  .p-ring { width: 96%; }
  .pstrip { padding: 6px; border-radius: 26px; }
  .pstrip li { padding: 26px 16px 18px; font-size: 14px; }
  .pstrip li::after { left: 16px; }
  .pstrip b { font-size: 25px; }
  .p-feature h3 { font-size: clamp(28px, 8.4vw, 36px); }
  .p-media .phone-solo { width: min(250px, 68%); }
  .p-banner { flex-direction: column; align-items: flex-start; gap: 12px; padding: 20px; }
  .foot-rich { padding: 28px 22px 20px; border-radius: 28px; }
  .foot-grid { gap: 12px 20px; }
  .foot-bottom { flex-direction: column; }
}
