/* GOLF★STARS Weitenrechner: Aussehen der Verkaufsseite wie die Windows-App (Startfenster, Knöpfe, Rahmen, Leuchten).
   Wird nach site.css geladen und überschreibt nur das Aussehen; Aufbau und Abläufe bleiben in site.css. */
@font-face { font-family: 'Cinzel Decorative'; font-weight: 900; font-display: swap; src: url('/assets/fonts/cinzel-decorative-900-latin.woff2') format('woff2'); }
@font-face { font-family: 'Cinzel Decorative'; font-weight: 700; font-display: swap; src: url('/assets/fonts/cinzel-decorative-700-latin.woff2') format('woff2'); }

:root {
  --deco: 'Cinzel Decorative', 'Cinzel', Georgia, serif;
  --frame: rgba(0, 248, 255, .38);
  --glass: linear-gradient(180deg, rgba(8, 30, 34, .92), rgba(2, 8, 10, .96));
  --glow: 0 0 0 1px rgba(0, 248, 255, .5), 0 0 22px rgba(0, 248, 255, .45), inset 0 0 20px rgba(0, 248, 255, .22);
  --glow-gold: 0 0 0 1px rgba(245, 197, 24, .5), 0 0 22px rgba(245, 197, 24, .4), inset 0 0 20px rgba(245, 197, 24, .2);
  --ease: cubic-bezier(.2, .7, .2, 1);
}
body { background: radial-gradient(ellipse 80% 50% at 50% -10%, rgba(0, 248, 255, .08), transparent 60%), var(--bg); }

/* ── Kopfzeile: Glas wie die Stern-Leiste der App ── */
.hdr { backdrop-filter: blur(14px) saturate(1.3); -webkit-backdrop-filter: blur(14px) saturate(1.3);
  background: rgba(2, 8, 10, .72); border-bottom: 1px solid rgba(0, 248, 255, .18); box-shadow: 0 1px 0 rgba(0, 248, 255, .06), 0 10px 30px rgba(0, 0, 0, .35); }

/* ── Knöpfe wie der Hauptknopf der App ── */
.btn { font-weight: 700; letter-spacing: .01em; transition: box-shadow .25s var(--ease), transform .15s, background .25s, border-color .25s; }
.btn.primary, .btn.gold { position: relative; overflow: hidden; border-width: 2px; border-style: solid; font-family: var(--deco); font-weight: 900; letter-spacing: .02em; }
.btn.primary { border-color: #00f8ff; color: #eaffff; background: linear-gradient(180deg, rgba(0, 90, 98, .95), rgba(2, 20, 24, .97));
  box-shadow: var(--glow); text-shadow: 0 0 10px rgba(0, 248, 255, .85); }
.btn.primary:hover { box-shadow: 0 0 0 1px rgba(0, 248, 255, .8), 0 0 34px rgba(0, 248, 255, .7), inset 0 0 26px rgba(0, 248, 255, .32); }
.btn.gold { border-color: #f5c518; color: #fff6d6; background: linear-gradient(180deg, rgba(96, 72, 0, .95), rgba(24, 18, 2, .97));
  box-shadow: var(--glow-gold); text-shadow: 0 0 10px rgba(245, 197, 24, .8); }
.btn.gold:hover { box-shadow: 0 0 0 1px rgba(245, 197, 24, .85), 0 0 34px rgba(245, 197, 24, .6), inset 0 0 26px rgba(245, 197, 24, .3); }
.btn.primary::after, .btn.gold::after { content: ''; position: absolute; top: 0; bottom: 0; left: -60%; width: 40%; transform: skewX(-20deg); pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .35), transparent); animation: shine 3.6s ease-in-out 1.2s infinite; }
.btn.primary .i, .btn.gold .i { filter: drop-shadow(0 0 6px currentColor); }
.btn.sm.primary, .btn.sm.gold { font-family: var(--sans); font-weight: 800; }
.btn.ghost { border-color: rgba(0, 248, 255, .35); background: rgba(0, 248, 255, .04); color: #d8f7f9; }
.btn.ghost:hover { border-color: #00f8ff; background: rgba(0, 248, 255, .1); box-shadow: 0 0 18px rgba(0, 248, 255, .25); }
@keyframes shine { 0% { left: -60%; } 45%, 100% { left: 130%; } }

/* ── Rahmen wie die Fenster der App ── */
.feat, .plan, .card, .auth-card, .faq details, .dl-card { position: relative; border-radius: 22px; border: 1px solid var(--frame); background: var(--glass);
  box-shadow: inset 0 0 0 1px rgba(245, 197, 24, .06), inset 0 0 60px rgba(0, 248, 255, .07), 0 20px 50px rgba(0, 0, 0, .35); }
.feat::before, .plan::before, .card::before, .auth-card::before { content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, 0) 16%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14); }
.feat { transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s; }
.feat:hover { transform: translateY(-4px); border-color: rgba(0, 248, 255, .7); box-shadow: inset 0 0 60px rgba(0, 248, 255, .12), 0 0 30px rgba(0, 248, 255, .18), 0 24px 60px rgba(0, 0, 0, .45); }
.feat-i { border-radius: 14px; background: radial-gradient(circle at 50% 30%, rgba(0, 248, 255, .28), rgba(0, 248, 255, .06)); box-shadow: 0 0 0 1px rgba(0, 248, 255, .4), 0 0 18px rgba(0, 248, 255, .25); }
.feat-i .i { filter: drop-shadow(0 0 6px rgba(0, 248, 255, .8)); }
.feat h3 { font-family: var(--display); letter-spacing: .02em; }
.plan.best { border-color: rgba(245, 197, 24, .7); box-shadow: inset 0 0 60px rgba(245, 197, 24, .08), 0 0 50px rgba(245, 197, 24, .18), 0 20px 50px rgba(0, 0, 0, .4); }
.plan h3 { font-family: var(--deco); letter-spacing: .03em; }
.plan-price b { font-family: var(--display); text-shadow: 0 0 18px rgba(0, 248, 255, .35); }
.plan.best .plan-price b { text-shadow: 0 0 18px rgba(245, 197, 24, .45); }
.faq details { border-radius: 16px; }
.faq details[open] { border-color: rgba(0, 248, 255, .6); }

/* Überschriften mit Stern wie im Startfenster */
.eyebrow { display: inline-flex; align-items: center; gap: 10px; }
.sec-head .eyebrow::before, .sec-head .eyebrow::after, .scene .eyebrow::before { content: '★'; font-size: .9em; color: var(--gold); text-shadow: 0 0 10px rgba(245, 197, 24, .8); }
.sec-head .eyebrow::after { content: ''; width: 40px; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); }
h2 { font-family: var(--display); letter-spacing: .01em; }
.display { font-family: var(--deco); font-weight: 900; text-shadow: 0 0 40px rgba(0, 248, 255, .25); }

/* ── Szene oben: Spiel und Rechner als getrennte Ebenen ── */
.scene { position: relative; overflow: hidden; min-height: clamp(560px, 86vh, 900px); display: grid; align-items: center; isolation: isolate; border-bottom: 1px solid rgba(0, 248, 255, .15); }
.scene-layer { position: absolute; inset: 0; z-index: -3; }
.scene-layer img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 50%; }
.scene-bg img { animation: drift 26s ease-in-out infinite alternate; transform-origin: 60% 60%; }
.scene-ov { z-index: -2; }
.scene-ov img { animation: drift 26s ease-in-out infinite alternate, reveal 1.6s var(--ease) .6s both, pulse 6s ease-in-out 2.4s infinite; transform-origin: 60% 60%; }
.scene-shade { position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: linear-gradient(90deg, rgba(2, 8, 10, .96) 0%, rgba(2, 8, 10, .82) 30%, rgba(2, 8, 10, .25) 58%, rgba(2, 8, 10, .1) 100%),
    linear-gradient(180deg, rgba(2, 8, 10, .5), transparent 22%, transparent 70%, var(--bg) 100%); }
.scene-scan { position: absolute; top: 0; bottom: 0; width: 2px; left: 0; z-index: -1; pointer-events: none; opacity: 0;
  background: linear-gradient(180deg, transparent, #00f8ff 20%, #00f8ff 80%, transparent); box-shadow: 0 0 24px 6px rgba(0, 248, 255, .45); animation: scan 6s ease-in-out 2.4s infinite; }
.scene-in { padding-block: 70px 90px; }
.scene-copy { max-width: 600px; }
.scene-copy .lead { color: #d3eef0; }
.usp-chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 0; padding: 0; list-style: none; }
.usp-chips li { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; font-size: .9rem; font-weight: 700;
  border: 1px solid rgba(0, 248, 255, .35); background: rgba(2, 8, 10, .6); backdrop-filter: blur(6px); color: #d8f7f9; }
.usp-chips li .i { color: var(--cyan); }
.usp-chips li:first-child { border-color: rgba(245, 197, 24, .6); color: #fff6d6; }
.usp-chips li:first-child .i { color: var(--gold); }
.f9 { position: absolute; right: clamp(16px, 6vw, 90px); bottom: clamp(40px, 9vh, 110px); display: grid; justify-items: center; gap: 10px; z-index: 1; }
.f9 kbd { display: grid; place-items: center; width: 84px; height: 78px; border-radius: 14px; font: 900 28px/1 var(--deco); color: #eaffff;
  background: linear-gradient(180deg, #0c3a40, #031417); border: 2px solid #00f8ff; box-shadow: 0 6px 0 #01292d, var(--glow); text-shadow: 0 0 12px rgba(0, 248, 255, .9);
  animation: press 6s ease-in-out 2.4s infinite; }
.f9 span { font-size: .85rem; font-weight: 700; color: #bfe9ec; text-shadow: 0 2px 8px #000; white-space: nowrap; }
@keyframes drift { from { transform: scale(1.03); } to { transform: scale(1.1) translate(-1%, -1%); } }
@keyframes reveal { from { clip-path: inset(0 100% 0 0); filter: brightness(2) drop-shadow(0 0 0 transparent); } to { clip-path: inset(0 0 0 0); filter: none; } }
@keyframes pulse { 0%, 100% { filter: none; } 8% { filter: brightness(1.35) drop-shadow(0 0 12px rgba(0, 248, 255, .7)); } 20% { filter: none; } }
@keyframes scan { 0% { left: 0; opacity: 0; } 2% { opacity: 1; } 14% { left: 100%; opacity: 1; } 16%, 100% { left: 100%; opacity: 0; } }
@keyframes press { 0%, 100% { transform: translateY(0); box-shadow: 0 6px 0 #01292d, var(--glow); } 3% { transform: translateY(5px); box-shadow: 0 1px 0 #01292d, 0 0 40px rgba(0, 248, 255, .9), inset 0 0 26px rgba(0, 248, 255, .5); } 7% { transform: translateY(0); } }
@media (max-width: 900px) {
  .scene { min-height: 0; align-items: end; }
  .scene-shade { background: linear-gradient(180deg, rgba(2, 8, 10, .2), rgba(2, 8, 10, .55) 40%, rgba(2, 8, 10, .97) 72%, var(--bg)); }
  .scene-in { padding-block: 42vh 40px; }
  .f9 { top: 22px; bottom: auto; right: 16px; } .f9 kbd { width: 64px; height: 60px; font-size: 22px; }
}

/* ── Vier Gründe (Band unter der Szene) ── */
.usp-band { position: relative; margin-top: -48px; z-index: 2; }
.usp-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.usp { padding: 22px; }
.usp b { display: block; font: 900 1.05rem/1.2 var(--deco); color: #eaffff; margin: 12px 0 6px; text-shadow: 0 0 10px rgba(0, 248, 255, .4); }
.usp p { margin: 0; color: var(--muted); font-size: .94rem; }
.usp.gold { border-color: rgba(245, 197, 24, .6); }
.usp.gold .feat-i { background: radial-gradient(circle at 50% 30%, rgba(245, 197, 24, .35), rgba(245, 197, 24, .06)); box-shadow: 0 0 0 1px rgba(245, 197, 24, .5), 0 0 18px rgba(245, 197, 24, .3); color: var(--gold); }
.usp.gold b { text-shadow: 0 0 10px rgba(245, 197, 24, .5); }
@media (max-width: 980px) { .usp-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .usp-grid { grid-template-columns: 1fr; } .usp-band { margin-top: 0; } }

/* ── Bilder aus dem Spiel im Rahmen eines App-Fensters ── */
.shot, .win-shot { position: relative; border-radius: 18px; border: 1px solid var(--frame); overflow: hidden; background: #02080a;
  box-shadow: 0 0 0 1px rgba(245, 197, 24, .05), 0 30px 70px rgba(0, 0, 0, .55), 0 0 50px rgba(0, 248, 255, .12); transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.shot img, .win-shot img { width: 100%; height: auto; display: block; }
.shot::after, .win-shot::after { content: ''; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, .06), transparent 18%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12); }
.shot:hover, .win-shot:hover { transform: translateY(-4px) scale(1.01); box-shadow: 0 0 0 1px rgba(0, 248, 255, .5), 0 36px 80px rgba(0, 0, 0, .6), 0 0 60px rgba(0, 248, 255, .22); }
.showcase .split { gap: clamp(28px, 6vw, 80px); }

/* ── Einblenden beim Scrollen (ohne Skript bleibt alles sichtbar) ── */
/* Das Skript blendet nur aus, was noch unterhalb des Bildschirms liegt (.pre); sichtbare Teile flackern nicht */
[data-r] { transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: var(--d, 0s); }
[data-r].pre { opacity: 0; transform: translateY(26px); }
[data-r="l"].pre { transform: translateX(-34px); }
[data-r="r"].pre { transform: translateX(34px); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  [data-r].pre { opacity: 1; transform: none; }
}

/* ── Galerie echter Spielbilder: ein großes Bild, zwei daneben ── */
.gallery { display: grid; grid-template-columns: 1.6fr 1fr; grid-template-rows: 1fr 1fr; gap: 18px; margin-bottom: 30px; }
.gallery .shot { margin: 0; }
.gallery .shot:first-child { grid-row: span 2; }
.gallery .shot img { height: 100%; object-fit: cover; }
@media (max-width: 800px) { .gallery { grid-template-columns: 1fr; grid-template-rows: none; } .gallery .shot:first-child { grid-row: auto; } }
.win-teaser .win-shot { display: block; margin-top: 10px; }

/* ── Startseite: Text links, animierte Bühne mit den echten Rechner-Teilen rechts ── */
.scene { min-height: 0; background: radial-gradient(ellipse 60% 70% at 75% 45%, rgba(0, 248, 255, .10), transparent 65%), radial-gradient(ellipse 40% 50% at 10% 20%, rgba(245, 197, 24, .05), transparent 70%), var(--bg); }
.scene-glow { position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .5;
  background-image: linear-gradient(rgba(0, 248, 255, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 248, 255, .05) 1px, transparent 1px); background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 70% at 70% 50%, #000, transparent 75%); -webkit-mask-image: radial-gradient(ellipse 70% 70% at 70% 50%, #000, transparent 75%); }
.scene-in { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(24px, 4vw, 60px); align-items: center; padding-block: clamp(40px, 7vw, 90px); }
.scene-copy { max-width: 560px; }
@media (max-width: 960px) { .scene-in { grid-template-columns: 1fr; } }

.stage { position: relative; width: 100%; aspect-ratio: 760 / 520; }
.stage .part { position: absolute; height: auto; filter: drop-shadow(0 12px 28px rgba(0, 0, 0, .6)) drop-shadow(0 0 16px rgba(0, 248, 255, .18));
  animation: var(--in) .9s var(--ease) calc(.25s + var(--i) * .18s) both; }
.stage .drop { --in: p-drop; } .stage .rise { --in: p-rise; } .stage .pop { --in: p-pop; } .stage .slide-l { --in: p-left; } .stage .slide-r { --in: p-right; }
.stage-star { position: absolute; width: 46%; left: 50%; top: 18%; opacity: .10; filter: blur(1px) drop-shadow(0 0 40px rgba(0, 248, 255, .6)); animation: spin 60s linear infinite; }
.stage-scan { position: absolute; left: 4%; top: 17.5%; width: 26%; height: 5%; border-radius: 6px; pointer-events: none; opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(0, 248, 255, .35), transparent); box-shadow: 0 0 20px rgba(0, 248, 255, .4); animation: rows 6s ease-in-out 3s infinite; }
.stage-f9 { position: absolute; right: 4%; top: 30%; display: grid; justify-items: center; gap: 10px; animation: p-pop .8s var(--ease) 1.6s both; }
.stage-f9 kbd { display: grid; place-items: center; width: clamp(64px, 8vw, 92px); aspect-ratio: 1 / .92; border-radius: 16px; font: 900 clamp(22px, 2.6vw, 30px)/1 var(--deco); color: #eaffff;
  background: linear-gradient(180deg, #0c3a40, #031417); border: 2px solid #00f8ff; box-shadow: 0 6px 0 #01292d, var(--glow); text-shadow: 0 0 12px rgba(0, 248, 255, .9); animation: press 6s ease-in-out 3s infinite; }
.stage-f9 span { font-size: .85rem; font-weight: 800; color: #bfe9ec; white-space: nowrap; }
.stage .rechnen, .stage .werte { animation: var(--in) .9s var(--ease) calc(.25s + var(--i) * .18s) both, flash 6s ease-in-out 3s infinite; }
.stage .liste { animation: var(--in) 1.1s var(--ease) calc(.25s + var(--i) * .18s) both, flash 6s ease-in-out 3.25s infinite; }
@keyframes p-drop { from { opacity: 0; transform: translateY(-60%); } to { opacity: 1; transform: none; } }
@keyframes p-rise { from { opacity: 0; clip-path: inset(100% 0 0 0); transform: translateY(12%); } to { opacity: 1; clip-path: inset(0); transform: none; } }
@keyframes p-pop { 0% { opacity: 0; transform: scale(.7); } 70% { opacity: 1; transform: scale(1.06); } 100% { transform: none; } }
@keyframes p-left { from { opacity: 0; transform: translateX(-30%); } to { opacity: 1; transform: none; } }
@keyframes p-right { from { opacity: 0; transform: translateX(30%); } to { opacity: 1; transform: none; } }
@keyframes flash { 0%, 100% { filter: drop-shadow(0 12px 28px rgba(0, 0, 0, .6)) drop-shadow(0 0 16px rgba(0, 248, 255, .18)); }
  6% { filter: drop-shadow(0 12px 28px rgba(0, 0, 0, .6)) drop-shadow(0 0 26px rgba(0, 248, 255, .85)) brightness(1.25); } 18% { filter: drop-shadow(0 12px 28px rgba(0, 0, 0, .6)) drop-shadow(0 0 16px rgba(0, 248, 255, .18)); } }
@keyframes rows { 0% { opacity: 0; top: 17.5%; } 4% { opacity: 1; } 22% { top: 74%; opacity: 1; } 26%, 100% { top: 74%; opacity: 0; } }
@keyframes spin { to { transform: rotate(360deg); } }

/* ── Bildplatz für Clips: Video, sonst Rechner-Teile auf Glas ── */
.visual { position: relative; border-radius: 22px; border: 1px solid var(--frame); background: radial-gradient(ellipse at 50% 30%, rgba(0, 248, 255, .12), transparent 70%), var(--glass);
  box-shadow: inset 0 0 60px rgba(0, 248, 255, .07), 0 30px 70px rgba(0, 0, 0, .5); overflow: hidden; display: grid; place-items: center; padding: clamp(18px, 4vw, 40px); min-height: 280px; }
.visual video { width: 100%; height: auto; display: block; border-radius: 14px; }
.visual.has-video { padding: 0; }
.visual .pieces { display: flex; flex-wrap: wrap; gap: 14px; align-items: flex-end; justify-content: center; }
.visual .pieces img { height: auto; max-width: 100%; filter: drop-shadow(0 10px 24px rgba(0, 0, 0, .55)) drop-shadow(0 0 14px rgba(0, 248, 255, .2)); }
.visual:hover .pieces img { animation: flash 1.6s ease-in-out; }
.final-star { width: 180px; filter: drop-shadow(0 0 30px rgba(0, 248, 255, .5)); animation: spin 40s linear infinite; }
.try-dl { display: flex; flex-wrap: wrap; gap: 12px 16px; align-items: center; justify-content: center; margin: 22px auto 0; padding: 14px 18px; max-width: 720px;
  border-radius: 16px; border: 1px solid rgba(245, 197, 24, .5); background: linear-gradient(180deg, rgba(40, 30, 2, .6), rgba(2, 8, 10, .8)); box-shadow: 0 0 30px rgba(245, 197, 24, .12); }
.try-dl > .i { color: var(--gold); width: 1.4em; height: 1.4em; }
.try-dl span { color: #f3e7bd; text-align: left; flex: 1 1 280px; }

/* Lage der Rechner-Teile auf der Bühne (Einheiten 560 × 520) */
.stage .p-sternleiste { left: 26.786%; top: 0.000%; width: 53.571%; --i: 0; }
.stage .p-liste { left: 0.000%; top: 15.000%; width: 45.000%; --i: 1; }
.stage .p-balken { left: 47.500%; top: 56.154%; width: 20.000%; --i: 2; }
.stage .p-rechnen { left: 68.929%; top: 56.154%; width: 21.786%; --i: 3; }
.stage .p-putter { left: 47.500%; top: 82.308%; width: 52.500%; --i: 4; }
.stage .p-werte { left: 47.500%; top: 91.538%; width: 52.500%; --i: 5; }
.stage { aspect-ratio: 560 / 520; max-width: 640px; justify-self: end; }
.stage-f9 { right: 3%; top: 26%; }
.stage-star { left: 42%; top: 12%; width: 58%; }
.stage-scan { left: 0; width: 45%; top: 20%; }
@keyframes rows { 0% { opacity: 0; top: 20%; } 4% { opacity: 1; } 22% { top: 88%; opacity: 1; } 26%, 100% { top: 88%; opacity: 0; } }
.d1 { --d: .08s; } .d2 { --d: .16s; } .d3 { --d: .24s; }
.scene-in { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); }

/* ── Bezahlseite: wie das Kauffenster der Windows-App ── */
.buy-sec { padding-block: clamp(30px, 6vw, 70px); }
.pay-win { position: relative; max-width: 560px; margin: 0 auto; display: grid; gap: 16px; padding: 22px clamp(18px, 4vw, 30px) 26px; border-radius: 26px;
  border: 1px solid rgba(0, 248, 255, .38); background: linear-gradient(180deg, rgba(2, 8, 10, .82), #02080a 45%);
  box-shadow: inset 0 0 0 1px rgba(245, 197, 24, .07), inset 0 0 70px rgba(0, 248, 255, .10), 0 30px 80px rgba(0, 0, 0, .55); }
.pay-win::before { content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; background: linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0) 12%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16); }
.pay-top { display: flex; align-items: center; gap: 10px; }
.pay-top img { filter: drop-shadow(0 0 8px rgba(0, 248, 255, .6)); }
.pay-top h1 { margin: 0; font: 800 15px/1.2 var(--display); letter-spacing: .12em; text-transform: uppercase; color: #9ff7ff; text-shadow: 0 0 10px rgba(0, 248, 255, .45); }
.pay-plan { display: grid; justify-items: center; gap: 2px; padding: 16px; border-radius: 18px; border: 2px solid #00f8ff; background: linear-gradient(180deg, rgba(0, 90, 98, .55), rgba(2, 20, 24, .9)); box-shadow: var(--glow); }
.pay-plan b { font: 900 1.1rem/1.2 var(--deco); color: #eaffff; }
.pay-plan strong { font: 900 2.4rem/1.1 var(--display); color: #eaffff; text-shadow: 0 0 18px rgba(0, 248, 255, .5); }
.pay-plan span { color: #9ff7ff; font-size: .9rem; }
.pay-plan.gold { border-color: #f5c518; background: linear-gradient(180deg, rgba(96, 72, 0, .55), rgba(24, 18, 2, .9)); box-shadow: var(--glow-gold); }
.pay-plan.gold strong { color: #fff6d6; text-shadow: 0 0 18px rgba(245, 197, 24, .55); }
.pay-plan.gold span { color: #ffe58a; }
.pay-lead { margin: 0; text-align: center; color: #8fb2b6; }
.pay-form { min-height: 120px; }
.pay-spin { width: 34px; height: 34px; margin: 40px auto; border-radius: 50%; border: 3px solid rgba(0, 248, 255, .2); border-top-color: #00f8ff; animation: spin 1s linear infinite; }
.pay-msg { margin: 0; min-height: 1.4em; text-align: center; font-weight: 600; color: #9ff7ff; }
.pay-msg[data-kind="err"] { color: #ff8aa2; }
.pay-trust { margin: 0; display: flex; gap: 8px; align-items: center; justify-content: center; color: #8fb2b6; font-size: .88rem; }
.pay-trust .i { color: var(--cyan); }

/* ── Startfenster der App (Launcher) ── */
.launcher { margin: 0; justify-self: center; width: 100%; max-width: 520px; filter: drop-shadow(0 30px 60px rgba(0, 0, 0, .6)) drop-shadow(0 0 40px rgba(0, 248, 255, .22));
  animation: p-rise 1.1s var(--ease) .2s both, float 7s ease-in-out 1.4s infinite; }
.launcher img { width: 100%; height: auto; display: block; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.dl-show { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(20px, 4vw, 50px); align-items: center; }
@media (max-width: 900px) { .dl-show { grid-template-columns: 1fr; } }

/* ── Download: Erklärung der Windows-Meldung mit nachgebautem Fenster ── */
.why h2 .i { color: var(--cyan); }
.ss { margin: 18px 0 6px; display: grid; place-items: center; }
.ss-win { width: min(100%, 460px); background: #0063b1; color: #fff; padding: 18px 20px 16px; border-radius: 4px; box-shadow: 0 20px 50px rgba(0, 0, 0, .5); font: 400 .92rem/1.35 'Segoe UI', system-ui, sans-serif; display: grid; gap: 14px; }
.ss-win b { font: 300 1.45rem/1.2 'Segoe UI Light', 'Segoe UI', system-ui, sans-serif; }
.ss-more { justify-self: start; text-decoration: underline; display: inline-flex; gap: 8px; align-items: center; }
.ss-btns { display: flex; gap: 10px; justify-content: flex-end; margin-top: 18px; }
.ss-btns span { background: #fff; color: #000; padding: 6px 14px; font-weight: 600; font-size: .85rem; }
.ss-run { display: inline-flex; gap: 8px; align-items: center; outline: 3px solid var(--gold); outline-offset: 2px; }
.ss i { font-style: normal; display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--gold); color: #1a1300; font-weight: 900; font-size: .8rem; text-decoration: none; animation: pulse-i 1.8s ease-in-out infinite; }
.ss-more { outline: 3px solid var(--gold); outline-offset: 3px; padding-right: 4px; }
@keyframes pulse-i { 50% { box-shadow: 0 0 0 6px rgba(245, 197, 24, .25); } }
.why-store { display: flex; gap: 10px; align-items: flex-start; padding: 12px 14px; border-radius: 12px; border: 1px solid rgba(245, 197, 24, .45); background: rgba(40, 30, 2, .45); color: #f3e7bd; }
.why-store .i { color: var(--gold); margin-top: 3px; }
.sha { display: inline-block; margin-top: 4px; font-size: .78rem; word-break: break-all; color: #9ff7ff; }
