/* landing-edel.css — Pixel-Parität Landing zur App
 * Source-of-truth Klassen aus ballio-capacitor/www/index.html Z.318-328
 * Erweiterungen: .bres-hero, .bres-section, .bres-cta-btn, .bres-pricing-card,
 *                .bres-feature-card, .bres-faq, .bres-trust-row
 *
 * Usage: <link rel="stylesheet" href="/fonts/landing-edel.css">
 * Hero-Foto pro Page wählen aus brand/heroes/*.webp
 * NIE Google-Fonts-CDN — Oswald + Inter sind in fonts.css lokal gehostet
 */

:root {
  --primary: #00C853;
  --primary-glow: rgba(0, 200, 83, .5);
  --bg: #0A0A0A;
  --bg-deep: #060606;
  --surface: #141414;
  --surface-2: #1C1C1C;
  --border: rgba(255, 255, 255, .08);
  --text: #FFFFFF;
  --text-secondary: rgba(255, 255, 255, .72);
  --text-tertiary: rgba(255, 255, 255, .50);
  --danger: #FF5252;
  --score-good: #00E676;
  --score-mid: #FFC107;
  --score-bad: #FF5252;
  --radius: 14px;
  --radius-sm: 10px;
  --font-display: 'Oswald', 'Helvetica Neue', system-ui, sans-serif;
  --font-ui: 'Inter', system-ui, -apple-system, sans-serif;
}

/* ── Base reset (landing only — App has its own) ── */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--bg); color: var(--text); font-family: var(--font-ui); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--primary); text-decoration: none; }

/* ── Edel-Schale (1:1 aus App) ── */
.bres-g { position: relative; color: #fff; background: transparent; min-height: 100dvh; }

/* Hero-bg auf Landing: NICHT position:fixed (würde Long-Scroll brechen),
   sondern position:absolute innerhalb .bres-hero. */
.bres-gbg-landing { position: absolute; inset: 0; z-index: 0; pointer-events: none; background-size: cover; background-position: center 30%; background-repeat: no-repeat; opacity: 0; animation: bresGFade 1s cubic-bezier(.16, .84, .3, 1) forwards; }
.bres-gsc-landing { position: absolute; inset: 0; z-index: 0; pointer-events: none; background: linear-gradient(180deg, rgba(6, 6, 6, .88) 0%, rgba(6, 6, 6, .74) 24%, rgba(6, 6, 6, .86) 56%, var(--bg-deep) 100%), rgba(6, 6, 6, .42); }
.bres-ggr-landing { position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .16; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='110' height='110'%3E%3Cfilter id='bgGn'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2'/%3E%3C/filter%3E%3Crect width='110' height='110' filter='url(%23bgGn)' opacity='0.5'/%3E%3C/svg%3E"); }
.bres-ghead { position: relative; z-index: 1; display: flex; align-items: center; padding: 28px 20px 0; }
.bres-ghead .back-btn { background: none; border: none; color: #fff; cursor: pointer; display: inline-flex; padding: 6px 0; }
.bres-gtitle { position: relative; z-index: 1; padding: 12px 20px 14px; }
.bres-gtitle .eb { font-family: var(--font-display); font-weight: 600; font-size: 12px; letter-spacing: .26em; text-transform: uppercase; color: var(--primary); margin-bottom: 6px; }
.bres-gtitle h1 { font-family: var(--font-display); font-weight: 700; font-size: clamp(32px, 7vw, 56px); letter-spacing: .01em; text-transform: uppercase; line-height: 1; margin: 0; color: #fff; }
.bres-gtitle .ru { height: 2px; width: 54px; background: var(--primary); margin-top: 14px; box-shadow: 0 0 14px var(--primary-glow); }
@keyframes bresGFade { to { opacity: 1; } }

/* ── Hero (full-bleed Section über volle Viewport-Höhe) ── */
.bres-hero { position: relative; min-height: min(100vh, 740px); overflow: hidden; display: flex; flex-direction: column; }
.bres-hero-content { position: relative; z-index: 1; max-width: 1100px; width: 100%; margin: 0 auto; padding: clamp(60px, 12vh, 140px) 24px clamp(40px, 6vh, 80px); display: flex; flex-direction: column; gap: 18px; }
.bres-hero h1 { font-family: var(--font-display); font-weight: 700; font-size: clamp(42px, 9vw, 88px); letter-spacing: -.01em; text-transform: uppercase; line-height: .96; margin: 0; }
.bres-hero .eb { font-family: var(--font-display); font-weight: 600; font-size: 13px; letter-spacing: .3em; text-transform: uppercase; color: var(--primary); margin: 0; }
.bres-hero .ru { height: 2px; width: 64px; background: var(--primary); box-shadow: 0 0 14px var(--primary-glow); margin: 8px 0 16px; }
.bres-hero p { font-size: clamp(15px, 1.8vw, 19px); color: var(--text-secondary); max-width: 620px; line-height: 1.6; margin: 0; }
.bres-hero-cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 18px; }

/* ── Editorial Section ── */
.bres-section { position: relative; max-width: 1100px; margin: 0 auto; padding: clamp(60px, 10vh, 120px) 24px; }
.bres-section h2 { font-family: var(--font-display); font-weight: 700; font-size: clamp(28px, 4vw, 42px); letter-spacing: .005em; text-transform: uppercase; line-height: 1.1; margin: 0 0 8px; }
.bres-section .eb { font-family: var(--font-display); font-weight: 600; font-size: 12px; letter-spacing: .28em; text-transform: uppercase; color: var(--primary); margin-bottom: 6px; }
.bres-section .ru { height: 2px; width: 48px; background: var(--primary); margin: 12px 0 28px; box-shadow: 0 0 12px var(--primary-glow); }
.bres-section p { font-size: 16px; color: var(--text-secondary); max-width: 720px; line-height: 1.65; }
.bres-section--dark { background: linear-gradient(180deg, transparent 0%, rgba(0, 200, 83, .025) 50%, transparent 100%); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

/* ── CTA Button (Pillen, uppercase) ── */
.bres-cta-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; padding: 0 28px; border-radius: 100px; background: var(--primary); color: var(--bg); font-family: var(--font-display); font-weight: 600; font-size: 14px; letter-spacing: .12em; text-transform: uppercase; border: none; cursor: pointer; transition: transform .15s ease-out, box-shadow .2s ease-out; text-decoration: none; }
.bres-cta-btn:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(0, 200, 83, .35); }
.bres-cta-btn--ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255, 255, 255, .25); }
.bres-cta-btn--ghost:hover { background: rgba(255, 255, 255, .04); box-shadow: none; }
@media (max-width: 540px) { .bres-cta-btn { width: 100%; min-height: 56px; } }

/* ── Pricing Card ── */
.bres-pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; margin-top: 32px; }
.bres-pricing-card { position: relative; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 24px; display: flex; flex-direction: column; gap: 14px; transition: border-color .2s ease-out; }
.bres-pricing-card:hover { border-color: rgba(0, 200, 83, .3); }
.bres-pricing-card--hero { border-color: var(--primary); box-shadow: 0 0 0 1px var(--primary), 0 0 40px rgba(0, 200, 83, .15); }
.bres-pricing-card .pc-tier { font-family: var(--font-display); font-weight: 600; font-size: 12px; letter-spacing: .24em; text-transform: uppercase; color: var(--primary); }
.bres-pricing-card .pc-name { font-family: var(--font-display); font-weight: 700; font-size: 28px; text-transform: uppercase; line-height: 1; margin: 4px 0 8px; }
.bres-pricing-card .pc-price { font-family: var(--font-display); font-weight: 700; font-size: 44px; line-height: 1; }
.bres-pricing-card .pc-price .pc-currency { font-size: 22px; vertical-align: super; margin-right: 2px; }
.bres-pricing-card .pc-period { font-size: 12px; color: var(--text-tertiary); text-transform: uppercase; letter-spacing: .12em; }
.bres-pricing-card .pc-features { list-style: none; padding: 0; margin: 12px 0; display: flex; flex-direction: column; gap: 10px; font-size: 14px; color: var(--text-secondary); }
.bres-pricing-card .pc-features li { padding-left: 18px; position: relative; }
.bres-pricing-card .pc-features li::before { content: '\2714'; position: absolute; left: 0; color: var(--primary); }
.bres-pricing-card .pc-ru { height: 2px; width: 32px; background: var(--primary); margin-top: 4px; }

/* ── Feature Card ── */
.bres-feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; margin-top: 32px; }
.bres-feature-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; gap: 10px; }
.bres-feature-card h3 { font-family: var(--font-display); font-weight: 700; font-size: 20px; text-transform: uppercase; letter-spacing: .005em; margin: 0; }
.bres-feature-card .fc-icon { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; color: var(--primary); }
.bres-feature-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.6; margin: 0; }

/* ── FAQ Accordion ── */
.bres-faq { margin-top: 32px; display: flex; flex-direction: column; gap: 8px; }
.bres-faq-item { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm); overflow: hidden; }
.bres-faq-item summary { padding: 18px 20px; font-family: var(--font-display); font-weight: 600; font-size: 16px; letter-spacing: .02em; text-transform: uppercase; color: #fff; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.bres-faq-item summary::after { content: '+'; font-size: 24px; color: var(--primary); transition: transform .2s; }
.bres-faq-item[open] summary::after { transform: rotate(45deg); }
.bres-faq-item p { padding: 0 20px 18px; margin: 0; font-size: 14px; color: var(--text-secondary); line-height: 1.6; }

/* ── Trust Row (3-Punkt-Honesty statt fake star rating) ── */
.bres-trust-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin-top: 24px; }
.bres-trust-row .tr-cell { display: flex; align-items: center; gap: 10px; padding: 14px 16px; background: rgba(255, 255, 255, .02); border: 1px solid var(--border); border-radius: var(--radius-sm); }
.bres-trust-row .tr-icon { color: var(--primary); flex-shrink: 0; }
.bres-trust-row .tr-text { font-size: 13px; color: var(--text-secondary); line-height: 1.4; }
.bres-trust-row .tr-text strong { color: #fff; font-weight: 600; }

/* ── Razor-Underline-Variants ── */
.bres-ru { height: 2px; width: 48px; background: var(--primary); box-shadow: 0 0 12px var(--primary-glow); }
.bres-ru--wide { width: 96px; }
.bres-ru--sm { width: 28px; height: 1.5px; }

/* ── Mobile-Responsiveness ── */
@media (max-width: 720px) {
  .bres-section { padding: 56px 20px; }
  .bres-hero-content { padding: 80px 20px 56px; }
  .bres-hero h1 { font-size: clamp(36px, 11vw, 64px); }
}

/* ── RTL für AR ── */
[dir="rtl"] .bres-gtitle, [dir="rtl"] .bres-hero-content { text-align: right; }
[dir="rtl"] .bres-gtitle .ru, [dir="rtl"] .bres-hero .ru, [dir="rtl"] .bres-section .ru, [dir="rtl"] .bres-ru { margin-left: auto; }

/* ═══════════════════════════════════════════════════════════════════
   APP-MOCKUP-KOMPONENTEN (Pixel-Parität zu App-Screens)
   Quelle: Founder-Screenshots 2026-05-21
   ═══════════════════════════════════════════════════════════════════ */

/* ── .bres-foto-card — Foto-Card mit Oswald-Caps bottom-left ──
   Pattern: TEMPO / TUNNEL / KOORDINATION / JONGLIEREN / AUFWÄRMEN
   (App-Screen: Übungen-Library)
*/
.bres-foto-card { position: relative; display: block; aspect-ratio: 1 / 1; border-radius: 14px; overflow: hidden; background: #0E120E; cursor: pointer; transition: transform .2s ease-out, box-shadow .2s ease-out; text-decoration: none; color: #fff; }
.bres-foto-card:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0, 0, 0, .4); }
.bres-foto-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bres-foto-card .fc-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, .78) 100%); pointer-events: none; }
.bres-foto-card .fc-label { position: absolute; bottom: 14px; left: 14px; right: 14px; pointer-events: none; }
.bres-foto-card .fc-title { font-family: var(--font-display); font-weight: 700; font-size: clamp(18px, 3vw, 24px); letter-spacing: .02em; text-transform: uppercase; line-height: 1; color: #fff; margin: 0; }
.bres-foto-card .fc-sub { font-family: var(--font-ui); font-size: 13px; font-weight: 500; color: rgba(255, 255, 255, .85); margin-top: 4px; }
.bres-foto-card--locked .fc-overlay::after { content: '🔒'; position: absolute; top: 12px; right: 12px; font-size: 18px; opacity: .85; }

/* Grid */
.bres-foto-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (min-width: 720px) { .bres-foto-card-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; } }
@media (min-width: 1024px) { .bres-foto-card-grid { grid-template-columns: repeat(4, 1fr); } }

/* ── .bres-skill-radar — Hexagon-Radar (Screenshot 3: Pelle Profil) ──
   6 Achsen: Tempo / Dribbling / Schuss / Koordination / Passspiel / Physis
*/
.bres-skill-radar { background: var(--surface); border: 1px solid var(--border); border-radius: 18px; padding: 24px 20px; display: flex; flex-direction: column; align-items: center; }
.bres-skill-radar .sr-title { font-family: var(--font-display); font-weight: 600; font-size: 12px; letter-spacing: .26em; text-transform: uppercase; color: var(--text-tertiary); margin-bottom: 16px; }
.bres-skill-radar svg { width: 100%; max-width: 320px; height: auto; display: block; }
.bres-skill-radar .sr-axis-label { font-family: var(--font-display); font-weight: 700; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; fill: #fff; text-anchor: middle; }
.bres-skill-radar .sr-axis-level { font-family: var(--font-display); font-weight: 600; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; fill: var(--primary); text-anchor: middle; }
.bres-skill-radar .sr-polygon { fill: rgba(0, 200, 83, .08); stroke: var(--primary); stroke-width: 1.5; }
.bres-skill-radar .sr-grid { fill: none; stroke: rgba(255, 255, 255, .08); stroke-width: 1; }

/* ── .bres-stat-bubble-grid — 3×2 Stat-Bubbles (Screenshot 4: Verfolge deinen Fortschritt) ── */
.bres-stat-bubble-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 480px; margin: 0 auto; }
.bres-stat-bubble { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; padding: 14px 8px; }
.bres-stat-bubble .sb-circle { width: 56px; height: 56px; border-radius: 50%; background: var(--surface); border: 2px solid var(--border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.bres-stat-bubble .sb-circle--filled { background: #fff; border-color: #fff; }
.bres-stat-bubble .sb-circle--accent { background: var(--primary); border-color: var(--primary); box-shadow: 0 0 16px rgba(0, 200, 83, .35); }
.bres-stat-bubble .sb-dot { width: 8px; height: 8px; border-radius: 50%; background: #fff; }
.bres-stat-bubble .sb-circle--filled .sb-dot { background: var(--bg); }
.bres-stat-bubble .sb-value { font-family: var(--font-display); font-weight: 700; font-size: 22px; line-height: 1; color: #fff; }
.bres-stat-bubble .sb-value--accent { color: var(--primary); }
.bres-stat-bubble .sb-label { font-family: var(--font-ui); font-size: 12px; color: var(--text-tertiary); }

/* ── .bres-podium — 3-tier Leaderboard mit Medaillen (Screenshot 2) ── */
.bres-podium { display: flex; justify-content: center; align-items: flex-end; gap: 16px; margin: 32px 0 24px; }
.bres-podium-spot { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.bres-podium-spot .ps-avatar { position: relative; width: 64px; height: 64px; border-radius: 50%; background: var(--surface); border: 2px solid var(--primary); overflow: hidden; }
.bres-podium-spot--1 .ps-avatar { width: 88px; height: 88px; border-color: #FFD700; box-shadow: 0 0 20px rgba(255, 215, 0, .4); }
.bres-podium-spot--2 .ps-avatar { border-color: #C0C0C0; }
.bres-podium-spot--3 .ps-avatar { border-color: #CD7F32; }
.bres-podium-spot .ps-medal { position: absolute; bottom: -4px; left: 50%; transform: translateX(-50%); width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 11px; color: var(--bg); }
.bres-podium-spot--1 .ps-medal { background: #FFD700; }
.bres-podium-spot--2 .ps-medal { background: #C0C0C0; }
.bres-podium-spot--3 .ps-medal { background: #CD7F32; }
.bres-podium-spot .ps-name { font-family: var(--font-ui); font-size: 13px; font-weight: 600; color: #fff; }

.bres-leaderboard { display: flex; flex-direction: column; gap: 0; }
.bres-leaderboard-row { display: grid; grid-template-columns: 36px 56px 1fr auto; align-items: center; gap: 12px; padding: 14px 16px; border-bottom: 1px solid var(--border); }
.bres-leaderboard-row:last-child { border-bottom: none; }
.bres-leaderboard-row .lr-rank { font-family: var(--font-display); font-weight: 700; font-size: 18px; color: #fff; }
.bres-leaderboard-row .lr-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--surface); border: 1.5px solid var(--primary); overflow: hidden; position: relative; }
.bres-leaderboard-row .lr-flag { position: absolute; bottom: -2px; right: -2px; width: 14px; height: 14px; border-radius: 50%; background: var(--surface); border: 1.5px solid var(--bg); }
.bres-leaderboard-row .lr-name { font-family: var(--font-ui); font-size: 15px; font-weight: 700; color: #fff; }
.bres-leaderboard-row .lr-pts { font-family: var(--font-ui); font-size: 13px; color: var(--text-tertiary); }
.bres-leaderboard-row--self { background: rgba(0, 200, 83, .85); border-radius: 12px; border: none; color: var(--bg); }
.bres-leaderboard-row--self .lr-rank, .bres-leaderboard-row--self .lr-name, .bres-leaderboard-row--self .lr-pts { color: var(--bg); }

/* ── .bres-drill-meta-row — Icon-Row (Screenshot 5: SHOULDER DROP SHOT) ──
   Semi-Pro / 300 Punkte / 4 Minuten / 10 Mal / 70 m / 25 kcal
*/
.bres-drill-meta-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px 24px; margin: 16px 0; }
.bres-drill-meta-row .dm-cell { display: flex; align-items: center; gap: 8px; }
.bres-drill-meta-row .dm-icon { width: 18px; height: 18px; color: var(--text-tertiary); flex-shrink: 0; }
.bres-drill-meta-row .dm-text { font-family: var(--font-ui); font-size: 14px; color: #fff; }

/* ── .bres-play-glow — Video-Play-Button mit grünem Glow (Screenshot 5) ── */
.bres-video-frame { position: relative; aspect-ratio: 16 / 10; border-radius: 14px; overflow: hidden; background: #1a1a1a; cursor: pointer; }
.bres-video-frame img, .bres-video-frame video { width: 100%; height: 100%; object-fit: cover; display: block; }
.bres-play-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 72px; height: 72px; border-radius: 50%; background: var(--primary); display: flex; align-items: center; justify-content: center; box-shadow: 0 0 0 8px rgba(0, 200, 83, .25), 0 0 32px rgba(0, 200, 83, .5); transition: transform .15s ease-out; pointer-events: none; }
.bres-video-frame:hover .bres-play-glow { transform: translate(-50%, -50%) scale(1.08); }
.bres-play-glow::before { content: ''; width: 0; height: 0; border-left: 22px solid var(--bg); border-top: 13px solid transparent; border-bottom: 13px solid transparent; margin-left: 6px; }

/* ── .bres-goal-svg — Goal-Frame mit gelbem Boden + grünen Trefferzonen (Screenshot 5) ── */
.bres-goal-svg { width: 100%; max-width: 320px; margin: 0 auto; aspect-ratio: 5 / 3; display: block; }
.bres-goal-svg .gs-frame { fill: none; stroke: #fff; stroke-width: 3; stroke-linecap: square; }
.bres-goal-svg .gs-net { fill: rgba(255, 255, 255, .04); stroke: rgba(255, 255, 255, .12); stroke-width: .5; }
.bres-goal-svg .gs-zone { fill: rgba(0, 200, 83, .35); stroke: var(--primary); stroke-width: 2; }
.bres-goal-svg .gs-ground { fill: #DDB300; }

/* ── .bres-tab-switcher — Welt/National-Switcher (Screenshot 2 + 3) ── */
.bres-tab-switcher { display: flex; gap: 0; border-bottom: 1px solid var(--border); margin-bottom: 24px; }
.bres-tab-switcher .ts-tab { flex: 1; padding: 14px 16px; background: none; border: none; border-bottom: 2px solid transparent; color: var(--text-tertiary); font-family: var(--font-ui); font-size: 14px; font-weight: 600; cursor: pointer; text-align: center; transition: color .15s, border-color .15s; }
.bres-tab-switcher .ts-tab--active { color: var(--primary); border-bottom-color: var(--primary); box-shadow: 0 1px 0 var(--primary); }
.bres-tab-switcher .ts-tab:hover:not(.ts-tab--active) { color: rgba(255, 255, 255, .85); }

/* ── .bres-bottom-nav — 5-Welten-Nav-Mockup (für Landing-Showcase) ── */
.bres-bottom-nav { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; background: var(--surface); border-top: 1px solid var(--border); padding: 12px 0 calc(12px + env(safe-area-inset-bottom)); border-radius: 14px 14px 0 0; }
.bres-bottom-nav .bn-item { display: flex; flex-direction: column; align-items: center; gap: 4px; color: var(--text-tertiary); text-decoration: none; padding: 4px; }
.bres-bottom-nav .bn-icon { width: 24px; height: 24px; }
.bres-bottom-nav .bn-label { font-family: var(--font-ui); font-size: 11px; font-weight: 500; }
.bres-bottom-nav .bn-item--active { color: var(--primary); }

/* ── .bres-phone-mock — Smartphone-Frame um App-Screenshots ── */
.bres-phone-mock { position: relative; max-width: 320px; aspect-ratio: 9 / 19; margin: 0 auto; border-radius: 38px; padding: 12px; background: linear-gradient(135deg, #1a1a1a, #0a0a0a); box-shadow: 0 24px 60px rgba(0, 0, 0, .5), inset 0 0 0 1.5px rgba(255, 255, 255, .08); }
.bres-phone-mock .pm-notch { position: absolute; top: 16px; left: 50%; transform: translateX(-50%); width: 100px; height: 22px; background: #000; border-radius: 0 0 14px 14px; z-index: 2; }
.bres-phone-mock .pm-screen { width: 100%; height: 100%; border-radius: 28px; overflow: hidden; background: var(--bg); position: relative; }
.bres-phone-mock .pm-screen img { width: 100%; height: 100%; object-fit: cover; display: block; }
