/* ═══════════════════════════════════════
   Leihhaus & Goldankauf Bott – Style
   Modern & Hell mit Gold-Akzenten
   ═══════════════════════════════════════ */

/* ── CSS Variables ── */
:root {
    --gold: #b08524;
    --gold-light: #d4b44a;
    --gold-dark: #6f5616;
    --gold-bg: #f7efdb;
    --dark: #161513;
    --brown-bar: #5c4026;
    --text: #232323;
    --text-light: #5f5b53;
    --text-muted: #8a857c;
    --bg: #ffffff;
    --bg-off: #f5f2ea;
    --bg-section: #f2ecdf;
    --border: #e2dccd;
    --border-light: #ece6d8;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
    --shadow-md: 0 4px 16px rgba(0,0,0,0.08);
    --shadow-lg: 0 8px 32px rgba(0,0,0,0.1);
    --radius: 12px;
    --radius-sm: 8px;
    --radius-lg: 20px;
    --max-width: 1200px;
    --header-height: 54px;
    --transition: 0.25s ease;
}

/* ── Global SVG Safety ── */
svg:not([width]):not(.logo svg) {
    max-width: 48px;
    max-height: 48px;
}

/* ── Number Input Spinner entfernen ── */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input[type="number"] { -moz-appearance: textfield; }

/* ── Accessibility ── */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
/* Skip to content link */
.skip-link { position: absolute; top: -100%; left: 50%; transform: translateX(-50%); background: var(--gold); color: #fff; padding: 0.75rem 1.5rem; border-radius: 0 0 8px 8px; z-index: 999; font-weight: 600; }
.skip-link:focus { top: 0; }

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

/* Kein seitliches Verschieben/Wegwischen auf dem Handy */
html, body { overflow-x: hidden; max-width: 100%; }

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.7;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

/* Sicherheitsnetz: Medien dürfen den Viewport nicht sprengen */
img, video, iframe, table, pre { max-width: 100%; }

/* ── Trust Bar ── */
.trust-bar {
    background: var(--brown-bar);
    padding: 0.85rem 0;
    color: rgba(255,255,255,0.95);
    font-size: 0.92rem;
    font-weight: 600;
}
.trust-bar-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
}
.trust-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}
.trust-item svg { width: 16px; height: 16px; color: var(--gold-light); flex-shrink: 0; }

/* Kompakte Trust-Bar auf Mobil (2×2-Raster statt großer Zeilenumbruch) */
@media (max-width: 768px) {
    .trust-bar { padding: 0.55rem 0; font-size: 0.78rem; }
    .trust-bar-inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.4rem 0.8rem;
        padding: 0 1rem;
        justify-items: start;
    }
    .trust-item { gap: 0.4rem; white-space: normal; line-height: 1.2; }
    .trust-item svg { width: 14px; height: 14px; }
}
@media (max-width: 360px) {
    .trust-bar-inner { grid-template-columns: 1fr; gap: 0.35rem; }
}

h1, h2, h3, h4 { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; line-height: 1.3; }

a { color: var(--gold-dark); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--gold); }

img { max-width: 100%; height: auto; display: block; }

.container { max-width: var(--max-width); margin: 0 auto; padding: 0 2rem; }

/* ── Sticky Header ── */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
    height: var(--header-height);
    backdrop-filter: blur(12px);
    background: rgba(255,255,255,0.95);
}

.header-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 1.5rem;
    height: 100%;
}

.logo { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; justify-self: start; }
.logo img { height: 38px; width: auto; }

/* Desktop Nav – zentriert in der Mitte */
.nav-desktop { display: flex; align-items: center; gap: 0.15rem; justify-self: center; }
.nav-desktop a {
    color: var(--text);
    font-size: 0.82rem;
    font-weight: 500;
    padding: 0.35rem 0.85rem;
    border-radius: var(--radius-sm);
    transition: all var(--transition);
}
.nav-desktop a:hover { color: var(--gold-dark); background: var(--gold-bg); }
.nav-desktop a.active { color: var(--gold-dark); background: var(--gold-bg); }

/* Rechte Seite (Shop-Link / Burger) */
.header-right { display: flex; align-items: center; gap: 0.75rem; justify-self: end; }
.nav-shop-link { background: var(--gold); color: #fff !important; border-radius: 50px !important; padding: 0.35rem 1rem !important; font-weight: 600 !important; font-size: 0.8rem !important; white-space: nowrap; }
.nav-shop-link:hover { background: var(--gold-dark) !important; color: #fff !important; }

/* Mobile Nav */
.nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    color: var(--text);
}
.nav-toggle svg { width: 24px; height: 24px; }

.nav-mobile {
    display: none;
    position: fixed;
    top: var(--header-height);
    left: 0; right: 0; bottom: 0;
    background: var(--bg);
    padding: 2rem;
    z-index: 99;
    flex-direction: column;
    gap: 0.25rem;
}
.nav-mobile.open { display: flex; }
.nav-mobile a {
    display: block;
    color: var(--text);
    font-size: 1.1rem;
    font-weight: 500;
    padding: 1rem;
    border-radius: var(--radius-sm);
    border-bottom: 1px solid var(--border-light);
}
.nav-mobile a:hover { background: var(--gold-bg); color: var(--gold-dark); }

/* ── Hero Section ── */
.hero {
    background: linear-gradient(135deg, #fbf3e0 0%, #f0e3c2 55%, #e7d4a8 100%) !important;
    color: var(--text) !important;
    padding: 0 0 1.25rem;
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid var(--gold);
}
/* Dekorative Grafik rechts (als <img> im HTML eingebunden) */
.hero-deko {
    position: absolute;
    top: 50%; right: 3%;
    width: 220px; height: 220px;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 0;
}
.hero-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}
.hero-figure {
    position: relative;
    margin: 0 0 1.5rem;
    z-index: 1;
    line-height: 0;
}
.hero-photo {
    display: block;
    width: 100%;
    height: auto;            /* volle Breite, volles Bild – nichts abgeschnitten */
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    position: relative;
    z-index: 1;
}
/* Lupen-Button für die Vollansicht */
.hero-zoom-btn {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 2;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background: rgba(30,20,10,0.62);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(3px);
    transition: background var(--transition), transform var(--transition);
}
.hero-zoom-btn:hover { background: var(--brown-bar); transform: scale(1.06); }
.hero-zoom-btn svg { width: 24px; height: 24px; }
/* Lightbox / Vollansicht */
.hero-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(15,10,5,0.94);
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-lightbox[hidden] { display: none; }
.hero-lightbox-scroll {
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.hero-lightbox-scroll img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    cursor: zoom-in;
    transition: none;
}
.hero-lightbox-scroll img.zoomed {
    max-width: none;
    max-height: none;
    width: auto;
    cursor: zoom-out;
}
.hero-lightbox-close {
    position: fixed;
    top: 1rem;
    right: 1.25rem;
    z-index: 2001;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
}
.hero-lightbox-close:hover { background: rgba(255,255,255,0.3); }
.hero-lightbox-hint {
    position: fixed;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,0.7);
    font-size: 0.8rem;
    text-align: center;
    pointer-events: none;
}
.hero-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.25rem;
}
.hero-logo {
    flex-shrink: 0;
}
.hero-logo img {
    width: 200px;
    height: auto;
    filter: drop-shadow(0 4px 16px rgba(184,148,46,0.15));
}
.hero-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hero h1 {
    font-size: clamp(1.4rem, 3.2vw, 2rem);
    margin-bottom: 0.5rem;
    color: var(--dark) !important;
    line-height: 1.25;
    max-width: none;
}
.hero h1 span { color: var(--gold-dark) !important; }
/* Überschrift auf Desktop einzeilig halten */
@media (min-width: 769px) { .hero h1 { white-space: nowrap; } }
.hero p {
    font-size: 0.92rem;
    color: var(--text-light) !important;
    max-width: 560px;
    margin-bottom: 0.85rem;
    line-height: 1.55;
}
.hero-badges {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1.3rem;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    background: rgba(255,255,255,0.7);
    border: 1px solid var(--border);
    padding: 0.6rem 1.4rem;
    border-radius: 50px;
    font-size: 1.02rem;
    font-weight: 600;
    color: var(--text);
    backdrop-filter: blur(4px);
}
.hero-badge svg { width: 24px; height: 24px; color: var(--gold); flex-shrink: 0; }

/* ── Section Layout ── */
.section { padding: 3.5rem 0; }
.section-alt { background: var(--bg-section); }
.section-title {
    font-size: clamp(1.3rem, 3vw, 1.75rem);
    margin-bottom: 0.5rem;
    text-align: center;
    padding-bottom: 0.65rem;
}
.section-title::after {
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    margin: 0.6rem auto 0;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
}
.section-subtitle {
    color: var(--text-light);
    text-align: center;
    max-width: 600px;
    margin: 0 auto 2rem;
    font-size: 0.92rem;
}

/* ── Gold Price Ticker ── */
/* ── Börsen-Ticker ── */
.ticker {
    background: var(--brown-bar);
    color: #fff;
    font-size: 0.82rem;
    display: flex;
    align-items: center;
    height: 36px;
    overflow: hidden;
    position: relative;
}
.ticker-label-fixed {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0 1rem 0 1.25rem;
    font-weight: 700;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--gold-light);
    background: var(--brown-bar);
    white-space: nowrap;
    z-index: 2;
    border-right: 1px solid rgba(255,255,255,0.1);
    height: 100%;
    flex-shrink: 0;
}
.ticker-label-fixed svg { color: var(--gold-light); }
.ticker-track {
    flex: 1;
    overflow: hidden;
    position: relative;
    height: 100%;
}
.ticker-scroll {
    display: flex;
    align-items: center;
    gap: 0;
    height: 100%;
    white-space: nowrap;
    animation: tickerScroll 18s linear infinite;
    will-change: transform;
}
.ticker-scroll:hover { animation-play-state: paused; }
@keyframes tickerScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0 1.25rem;
    white-space: nowrap;
    height: 100%;
    border-right: 1px solid rgba(255,255,255,0.06);
}
.ticker-item-name {
    color: rgba(255,255,255,0.95);
    font-weight: 600;
}
.ticker-item-price {
    color: var(--gold-light);
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}
.ticker-item-unit {
    color: rgba(255,255,255,0.75);
    font-size: 0.72rem;
}
.ticker-item-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--gold);
    opacity: 0.5;
    flex-shrink: 0;
}
.ticker-stand {
    padding: 0 1rem;
    font-size: 0.7rem;
    color: rgba(255,255,255,0.7);
    white-space: nowrap;
    flex-shrink: 0;
    z-index: 2;
    background: var(--brown-bar);
    height: 100%;
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(255,255,255,0.1);
}

/* ── Announcement Bar ── */
.announce-bar {
    background: linear-gradient(90deg, #fff4e6 0%, #ffe8cc 50%, #fff4e6 100%);
    border-top: 2px solid #f0a030;
    border-bottom: 2px solid #f0a030;
    padding: 0.9rem 0;
}
.announce-bar-inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    font-size: 1.04rem;
    color: #7a3d00;
    line-height: 1.45;
    text-align: left;
}
.announce-icon-wrap {
    flex-shrink: 0;
    width: 34px; height: 34px;
    background: linear-gradient(135deg, #e8740a, #f0a030);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(232,116,10,0.3);
}
.announce-icon-wrap svg {
    width: 18px !important;
    height: 18px !important;
    color: #fff;
    stroke: #fff;
}
.announce-label {
    flex-shrink: 0;
    align-self: center;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #b85c0a;
    border-right: 2px solid rgba(232,116,10,0.3);
    padding-right: 0.85rem;
}
.announce-msgs {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.announce-msg {
    position: relative;
    padding-left: 1rem;
    font-weight: 700;
}
.announce-msg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 7px; height: 7px;
    border-radius: 50%;
    background: #e8740a;
}
.announce-msg + .announce-msg {
    margin-top: 0.4rem;
    padding-top: 0.4rem;
    border-top: 1px solid rgba(232,116,10,0.22);
}
.announce-msg + .announce-msg::before { top: 0.95em; }
@media (max-width: 640px) {
    .announce-label { display: none; }
    .announce-bar-inner { font-size: 0.95rem; }
}

/* ── Services Grid ── */
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
.service-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.25rem;
    transition: all var(--transition);
}
.service-card:hover {
    border-color: var(--gold-light);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}
.service-icon {
    width: 40px; height: 40px;
    background: var(--gold-bg);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    color: var(--gold-dark);
}
.service-icon svg { width: 24px; height: 24px; }
.service-card { display: flex; flex-direction: column; }
.service-card h3 { font-size: 1rem; margin-bottom: 0.5rem; }
.service-card p { color: var(--text-light); font-size: 0.84rem; line-height: 1.55; margin-bottom: 1rem; }
.service-photo {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border-light);
    margin-top: auto;
}

/* ── Calculator ── */
.calc-section { background: var(--bg); }
.calc-container {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}
/* ── Subpage Styles ── */
.page-hero {
    background: linear-gradient(135deg, #fdfbf6 0%, var(--gold-bg) 40%, #f5eeda 100%);
    padding: 2rem 0;
    border-bottom: 1px solid var(--border);
}
.page-hero h1 { font-size: clamp(1.5rem, 3.5vw, 2.2rem); margin-bottom: 0.5rem; }
.page-hero p { color: var(--text-light); font-size: 0.95rem; max-width: 650px; }
.page-hero .breadcrumb { font-size: 0.82rem; color: var(--text-muted); margin-bottom: 0.75rem; }
.page-hero .breadcrumb a { color: var(--gold-dark); }

/* ── „Was können Sie beleihen?" – Aufzählung statt Kästchen ── */
.beleih-list {
    list-style: none;
    max-width: 900px;
    margin: 1.75rem auto 0;
    padding: 0;
}
.beleih-item {
    display: flex;
    align-items: baseline;
    gap: 1.25rem;
    padding: 1rem 0 1rem 1.75rem;
    border-bottom: 1px solid var(--border-light);
    position: relative;
}
.beleih-item:last-child { border-bottom: none; }
.beleih-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1.45rem;
    width: 9px; height: 9px;
    border-radius: 50%;
    background: var(--gold);
}
.beleih-kat {
    flex: 0 0 230px;
    font-weight: 700;
    font-size: 1.02rem;
    color: var(--gold-dark);
}
.beleih-text {
    color: var(--text-light);
    font-size: 0.92rem;
    line-height: 1.6;
}
@media (max-width: 640px) {
    .beleih-item { flex-direction: column; gap: 0.25rem; }
    .beleih-kat { flex: none; }
}

/* Volles Hero-Bild oben auf Unterseiten (randlos) */
.page-hero-styled.has-hero-photo { padding-top: 0; }
.page-hero-photo { display: block; width: 100%; height: auto; margin-bottom: 1.5rem; }

/* ── Subpage Hero (erweitert, passend zur Startseite) ── */
.page-hero-styled {
    background: linear-gradient(135deg, #fdfbf6 0%, var(--gold-bg) 40%, #f5eeda 100%);
    padding: 1.75rem 0 1.5rem;
    border-bottom: 1px solid var(--border);
    position: relative;
    overflow: hidden;
}
.page-hero-styled .subpage-hero-layout {
    display: flex;
    align-items: center;
    gap: 1.75rem;
}
.page-hero-styled .subpage-hero-icon {
    flex-shrink: 0;
    width: 72px; height: 72px;
    background: rgba(255,255,255,0.7);
    border: 1px solid var(--border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-dark);
    backdrop-filter: blur(4px);
}
.page-hero-styled .subpage-hero-icon svg {
    width: 32px !important; height: 32px !important;
    min-width: 32px; max-width: 32px;
}
.page-hero-styled h1 {
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    color: var(--dark);
    margin-bottom: 0.35rem;
    line-height: 1.25;
}
.page-hero-styled p {
    color: var(--text-light);
    font-size: 0.9rem;
    max-width: 560px;
    line-height: 1.5;
    margin-bottom: 0;
}
.page-hero-styled .subpage-hero-badges {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.1rem;
    flex-wrap: wrap;
}
.page-hero-styled .subpage-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    background: rgba(255,255,255,0.7);
    border: 1px solid var(--border);
    padding: 0.6rem 1.4rem;
    border-radius: 50px;
    font-size: 1.02rem;
    font-weight: 600;
    color: var(--text);
    backdrop-filter: blur(4px);
}
.page-hero-styled .subpage-hero-badge svg {
    width: 24px !important; height: 24px !important;
    min-width: 24px; max-width: 24px;
    color: var(--gold);
}
@media (max-width: 600px) {
    .page-hero-styled .subpage-hero-layout { flex-direction: column; align-items: flex-start; gap: 1rem; }
    .page-hero-styled .subpage-hero-icon { width: 56px; height: 56px; }
    .page-hero-styled .subpage-hero-icon svg { width: 26px !important; height: 26px !important; }
    .page-hero-styled .subpage-hero-badges { justify-content: flex-start; }
}

/* Steps / Ablauf */
.steps { counter-reset: step; }
.step-item {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--border-light);
}
.step-item:last-child { border-bottom: none; }
.step-number {
    counter-increment: step;
    flex-shrink: 0;
    width: 48px; height: 48px;
    background: var(--gold-bg);
    border: 2px solid var(--gold);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 1.1rem; color: var(--gold-dark);
}
.step-item h3 { font-size: 1.05rem; margin-bottom: 0.3rem; }
.step-item p { color: var(--text-light); font-size: 0.9rem; line-height: 1.55; }

/* Zinsrechner */
.zins-rechner {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    max-width: 600px;
}
.zins-rechner-header {
    background: var(--dark);
    color: #fff;
    padding: 1rem 1.5rem;
}
.zins-rechner-header h3 { font-size: 1rem; margin: 0; }
.zins-rechner-body { padding: 1.5rem; }
.zins-rechner .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.zins-rechner .form-group { margin-bottom: 0.75rem; }
.zins-rechner .form-label { display: block; font-size: 0.82rem; font-weight: 600; margin-bottom: 0.3rem; }
.zins-rechner .form-input, .zins-rechner .form-select {
    width: 100%; padding: 0.55rem 0.85rem; border: 1px solid var(--border); border-radius: 8px;
    font-size: 0.9rem; font-family: inherit;
}
.zins-rechner .form-input:focus, .zins-rechner .form-select:focus { outline: none; border-color: var(--gold); }
.zins-result {
    background: var(--gold-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.25rem;
    margin-top: 1rem;
}
.zins-result-row { display: flex; justify-content: space-between; padding: 0.4rem 0; font-size: 0.9rem; }
.zins-result-row.total { font-weight: 700; font-size: 1rem; border-top: 2px solid var(--border); padding-top: 0.75rem; margin-top: 0.5rem; }

.calc-header {
    background: var(--brown-bar);
    color: #fff;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.calc-header h2 { font-size: 1.3rem; color: #fff; margin: 0; }
.calc-stand { font-size: 0.92rem; color: rgba(255,255,255,0.7); font-weight: 600; }
.calc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}
.calc-column {
    padding: 1.5rem;
    border-right: 1px solid var(--border-light);
}
.calc-column:last-child { border-right: none; }
.calc-column-title {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--gold-light);
    color: var(--dark);
}
.alloy-row {
    display: grid;
    grid-template-columns: 1fr auto 70px;
    gap: 0.5rem;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--border-light);
}
.alloy-row:last-child { border-bottom: none; }
.alloy-label { font-size: 0.82rem; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.alloy-price { font-size: 0.72rem; color: var(--text-light); font-weight: 700; white-space: nowrap; text-align: right; }
.alloy-input {
    width: 100%;
    padding: 0.35rem 0.5rem;
    border: 1px solid var(--border);
    border-radius: 6px;
    font-size: 0.85rem;
    text-align: right;
    font-family: inherit;
    background: var(--bg-off);
    transition: all var(--transition);
}
.alloy-input:focus { outline: none; border-color: var(--gold); background: var(--bg); box-shadow: 0 0 0 3px rgba(184,148,46,0.1); }
.calc-sonstige-hint { font-size: 0.78rem; color: var(--text-muted); margin-top: 0.75rem; line-height: 1.5; font-style: italic; }
.calc-footer {
    background: var(--bg-off);
    padding: 1.25rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--border);
}
.calc-total-label { font-size: 0.9rem; color: var(--text-light); }
.calc-total-value { font-size: 1.5rem; font-weight: 700; color: var(--brown-bar); font-family: 'Playfair Display', serif; }

/* ── Live-Edelmetallkurse (Börsen-Referenz unter dem Rechner) ── */
.spot-live {
    margin: 1.5rem 0 0;
    background: linear-gradient(135deg, #ffffff 0%, #faf6ec 100%);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 0;
    overflow: hidden;
    box-shadow: var(--shadow-md);
}
/* Kopf exakt wie der Ankaufsrechner-Kopf (.calc-header): brauner Balken, weiße Schrift */
.spot-live-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin: 0;
    padding: 1.5rem 2rem;
    background: var(--brown-bar);
    color: #fff;
}
.spot-live-title {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    font-size: 1.3rem;
    color: #fff;
}
.spot-live-title svg { color: var(--gold-light); }
.spot-live-stand { font-size: 0.92rem; color: rgba(255,255,255,0.7); font-weight: 600; }
/* Chart */
.spot-chart-wrap { margin-bottom: 1.1rem; padding: 1.5rem 1.75rem 0; }
/* BullionVault-Chart-Container */
.bv-chart { width: 100%; height: 420px; background: #fff; border: 1px solid var(--border-light); border-radius: var(--radius-sm); overflow: hidden; }
@media (max-width: 640px) { .bv-chart { height: 320px; } }
.spot-chart-tabs { display: flex; gap: 0.4rem; flex-wrap: wrap; margin-bottom: 0.6rem; }
.spot-chart-tab {
    border: 1px solid var(--border);
    background: #fff;
    color: var(--text-light);
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.3rem 0.85rem;
    border-radius: 50px;
    cursor: pointer;
    transition: all var(--transition);
}
.spot-chart-tab:hover { border-color: var(--gold-light); color: var(--gold-dark); }
.spot-chart-tab.active { background: var(--brown-bar); border-color: var(--brown-bar); color: #fff; }
.spot-chart {
    background: #fff;
    border: 1px solid #cfcfcf;
    border-radius: var(--radius-sm);
    padding: 0;
    overflow: hidden;
}
.spot-chart-svg { display: block; width: 100%; height: auto; }
.spot-line { stroke: #c21807; stroke-width: 1.6; stroke-linejoin: round; stroke-linecap: round; fill: none; }
.spot-grid { stroke: #e7e7e7; stroke-width: 1; }
.spot-grid-v { stroke: #eee; stroke-width: 1; }
.spot-frame { stroke: #b8b8b8; stroke-width: 1; fill: none; }
.spot-axis { fill: #666; font-size: 11px; font-family: 'Inter', sans-serif; }
.spot-chart-title { fill: #333; font-size: 15px; font-weight: 800; font-family: 'Inter', sans-serif; }
.spot-chart-hl { fill: #333; font-size: 15px; font-weight: 800; font-family: 'Inter', sans-serif; }
.spot-chart-empty { text-align: center; color: var(--text-muted); font-size: 0.85rem; padding: 4rem 1rem; }
.spot-chart-meta { display: flex; align-items: baseline; gap: 0.6rem; flex-wrap: wrap; margin-top: 0.5rem; font-size: 0.82rem; }
.spot-chart-cur { font-weight: 700; color: var(--brown-bar); font-size: 0.95rem; }
.spot-chg { font-weight: 700; }
.spot-chg.up { color: #1c7a3f; }
.spot-chg.down { color: #b23b3b; }
.spot-chart-range { color: var(--text-muted); margin-left: auto; }

.spot-live-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    max-width: 190px;
    margin: 0 auto;
}
.spot-tile {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-sm);
    padding: 0.55rem 0.6rem;
    text-align: center;
}
.spot-tile.spot-gold {
    border-color: var(--gold-light);
    background: linear-gradient(135deg, #fffdf6 0%, var(--gold-bg) 100%);
}
.spot-tile-label {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-light);
    margin-bottom: 0.25rem;
}
.spot-tile-price { white-space: nowrap; }
.spot-tile-value {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--brown-bar);
}
.spot-tile-unit { font-size: 0.72rem; font-weight: 700; color: var(--gold-dark); }
.spot-tile-oz { display: block; font-size: 0.68rem; color: var(--text-muted); margin-top: 0.15rem; }
.spot-live-note { font-size: 0.72rem; color: var(--text-muted); margin: 0; padding: 0 1.75rem 1.4rem; line-height: 1.5; text-align: center; }
@media (max-width: 640px) {
    .spot-live { padding: 1.1rem 1.1rem 1.2rem; }
}

/* ── News Section ── */
.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
}
.news-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.75rem;
    transition: all var(--transition);
}
.news-card:hover { box-shadow: var(--shadow-sm); }
.news-date { font-size: 0.78rem; color: var(--text-muted); margin-bottom: 0.5rem; text-transform: uppercase; letter-spacing: 0.05em; }
.news-card h3 { font-size: 1.05rem; margin-bottom: 0.75rem; }
.news-card p { color: var(--text-light); font-size: 0.9rem; line-height: 1.6; }

/* ── Auction Section ── */
.auction-info {
    background: var(--gold-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 2rem;
    text-align: center;
    margin-bottom: 2rem;
}
.auction-date { font-size: 1.4rem; font-weight: 700; color: var(--gold-dark); font-family: 'Playfair Display', serif; }
.auction-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.5rem;
}
.auction-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: all var(--transition);
}
.auction-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
/* Slideshow Container */
.auction-slideshow {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: var(--bg-off);
}
.auction-slideshow img {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.auction-slideshow img.active { opacity: 1; }
.auction-slideshow .slide-placeholder {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 1;
    background: var(--bg-off);
    padding: 1rem;
}

/* Slide Controls */
.slide-dots {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 2;
}
.slide-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.2s;
}
.slide-dot.active { background: #fff; transform: scale(1.25); }
.slide-dot:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

.slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px; height: 28px;
    background: rgba(0,0,0,0.35);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.2s;
    font-size: 0.85rem;
    line-height: 1;
    padding: 0;
}
.auction-slideshow:hover .slide-arrow { opacity: 1; }
.slide-arrow:hover { background: rgba(0,0,0,0.6); }
.slide-arrow:focus-visible { opacity: 1; outline: 2px solid var(--gold); }
.slide-arrow-prev { left: 8px; }
.slide-arrow-next { right: 8px; }
.slide-count {
    position: absolute;
    top: 8px; right: 8px;
    background: rgba(0,0,0,0.45);
    color: #fff;
    font-size: 0.7rem;
    padding: 2px 8px;
    border-radius: 10px;
    z-index: 2;
}

.auction-card-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    background: var(--bg-off);
}
.auction-card-body { padding: 1.25rem; }
.auction-card h4 { font-size: 0.95rem; margin-bottom: 0.5rem; }
.auction-card .auction-price { font-size: 1.1rem; font-weight: 700; color: var(--gold-dark); }

/* Auction card as link */
a.auction-card-link { text-decoration: none; color: inherit; display: flex; flex-direction: column; position: relative; }
a.auction-card-link:hover h4 { color: var(--gold-dark); }
.auction-card-arrow { display: block; font-size: 0.82rem; color: var(--gold-dark); margin-top: 0.75rem; font-weight: 600; transition: all var(--transition); }
a.auction-card-link:hover .auction-card-arrow { transform: translateX(4px); }
.auction-card-badge {
    position: absolute; top: 10px; right: 10px;
    background: rgba(0,0,0,0.65); color: #fff; padding: 0.2rem 0.55rem;
    border-radius: 20px; font-size: 0.72rem; font-weight: 600;
}

/* ── Auktion Termine Grid (Übersicht) ── */
.auktion-termine-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 1.5rem;
}
.auktion-termin-card {
    display: flex;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: all var(--transition);
}
.auktion-termin-card:hover {
    border-color: var(--gold-light);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}
.auktion-termin-visual {
    width: 140px;
    flex-shrink: 0;
    background: var(--gold-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.auktion-termin-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.auktion-termin-icon {
    width: 48px; height: 48px;
    color: var(--gold);
}
.auktion-termin-icon svg { width: 48px !important; height: 48px !important; }
.auktion-termin-body {
    padding: 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.auktion-termin-datum {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--gold-dark);
    margin-bottom: 0.3rem;
}
.auktion-termin-beschr {
    font-size: 0.85rem;
    color: var(--text-light);
    margin-bottom: 0.75rem;
    line-height: 1.4;
}
.auktion-termin-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: auto;
}
.auktion-termin-count {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.82rem;
    color: var(--text-muted);
}
.auktion-termin-cta {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--gold-dark);
    transition: all var(--transition);
}
.auktion-termin-card:hover .auktion-termin-cta { transform: translateX(3px); }

/* ── Auktion Detail Stats ── */
.auktion-detail-header {
    background: var(--gold-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.25rem 1.5rem;
}
.auktion-detail-stats {
    display: flex;
    gap: 2.5rem;
    align-items: center;
    flex-wrap: wrap;
}
.auktion-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
}
.auktion-stat-value {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--gold-dark);
}
.auktion-stat-label {
    font-size: 0.78rem;
    color: var(--text-muted);
}

/* ── Artikel Detailseite ── */
.artikel-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}
.artikel-main-img {
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--bg-off);
    border: 1px solid var(--border);
}
.artikel-main-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    max-height: 500px;
}
.artikel-thumbs {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
    flex-wrap: wrap;
}
.artikel-thumb {
    width: 64px;
    height: 64px;
    border-radius: var(--radius-sm);
    overflow: hidden;
    border: 2px solid var(--border);
    cursor: pointer;
    padding: 0;
    background: none;
    transition: all var(--transition);
}
.artikel-thumb:hover, .artikel-thumb.active {
    border-color: var(--gold);
}
.artikel-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.artikel-detail-info h1 {
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    margin-bottom: 0.75rem;
}
.artikel-beschreibung {
    color: var(--text-light);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}
.artikel-preis-box {
    background: var(--gold-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}
.artikel-preis-label {
    display: block;
    font-size: 0.78rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
}
.artikel-preis {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--gold-dark);
}
.artikel-meta {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}
.artikel-meta-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.88rem;
    color: var(--text-light);
}
.artikel-meta-item svg {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px;
    max-width: 18px;
    flex-shrink: 0;
    color: var(--gold);
}

@media (max-width: 768px) {
    .artikel-detail { grid-template-columns: 1fr; gap: 1.5rem; }
    .auktion-termin-card { flex-direction: column; }
    .auktion-termin-visual { width: 100%; height: 140px; }
    .auktion-detail-stats { gap: 1.5rem; }
}

/* ── Locations / Standorte ── */
.locations-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
.location-card {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: all var(--transition);
}
.location-card:hover { box-shadow: var(--shadow-md); }
.location-map {
    width: 100%;
    height: 220px;
    border: none;
}
.location-body { padding: 1.75rem; }
.location-body h3 { font-size: 1.2rem; margin-bottom: 1rem; }
.location-detail {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
    color: var(--text-light);
}
.location-detail svg { width: 18px; height: 18px; color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.hours-table { width: 100%; }
.hours-table td { padding: 0.2rem 0; font-size: 0.88rem; color: var(--text-light); }
.hours-table td:first-child { padding-right: 1.5rem; font-weight: 500; color: var(--text); }

/* ── Contact Form ── */
.contact-section { background: var(--bg-section); }
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}
.form-group { margin-bottom: 1.25rem; }
.form-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
    color: var(--text);
}
.form-input, .form-select, .form-textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    font-size: 0.92rem;
    font-family: inherit;
    background: var(--bg);
    transition: all var(--transition);
    color: var(--text);
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(184,148,46,0.1);
}
.form-textarea { min-height: 140px; resize: vertical; }
.form-hint { font-size: 0.78rem; color: var(--text-muted); margin-top: 0.25rem; }

.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 2rem;
    border: none;
    border-radius: var(--radius-sm);
    font-size: 0.92rem;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: all var(--transition);
}
.btn-gold {
    background: var(--gold);
    color: #fff;
}
.btn-gold:hover { background: var(--gold-dark); transform: translateY(-1px); box-shadow: var(--shadow-sm); }
.btn-outline {
    background: transparent;
    color: var(--gold-dark);
    border: 2px solid var(--gold);
}
.btn-outline:hover { background: var(--gold-bg); }

.form-success {
    background: #e8f5e9;
    color: #2e7d32;
    padding: 1rem 1.25rem;
    border-radius: var(--radius-sm);
    font-size: 0.9rem;
    display: none;
}
.form-error {
    background: #fce4ec;
    color: #c62828;
    padding: 1rem 1.25rem;
    border-radius: var(--radius-sm);
    font-size: 0.9rem;
    display: none;
}

/* ── Footer ── */
.site-footer {
    background: var(--brown-bar);
    color: rgba(255,255,255,0.6);
    padding: 4rem 0 2rem;
}
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}
.footer-brand { }
.footer-brand .logo img { height: 52px; margin-bottom: 1rem; }
.footer-brand p { font-size: 0.85rem; line-height: 1.6; max-width: 300px; }
.footer-heading {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.7);
    margin-bottom: 1rem;
}
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 0.5rem; }
.footer-links a { color: rgba(255,255,255,0.5); font-size: 0.88rem; }
.footer-links a:hover { color: var(--gold-light); }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.8rem;
}
.footer-partner { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.footer-partner img { height: 48px; opacity: 0.55; transition: opacity var(--transition); }
.footer-partner img:hover { opacity: 0.85; }

/* ── WhatsApp-Kontakt ── */
.wa-float {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 1400;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    transition: transform var(--transition), box-shadow var(--transition);
}
.wa-float:hover { transform: scale(1.06); box-shadow: 0 8px 26px rgba(0,0,0,0.32); color: #fff; }
.wa-float svg { width: 32px; height: 32px; }
button.wa-float { border: none; cursor: pointer; padding: 0; font: inherit; }
/* WhatsApp – Standortauswahl (Hannover / Braunschweig) */
.wa-choose {
    position: fixed;
    right: 1.25rem;
    bottom: 6rem;
    z-index: 1401;
    width: 260px;
    max-width: calc(100vw - 2rem);
    background: #fff;
    border: 1px solid #e0dcd4;
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.20);
    padding: 0.9rem;
}
.wa-choose-title { font-size: 0.85rem; font-weight: 600; color: #2c2c2c; margin: 0.1rem 0 0.6rem; }
.wa-choose-btn {
    display: flex; align-items: center; gap: 0.5rem;
    background: #25D366; color: #fff; text-decoration: none;
    border-radius: 10px; padding: 0.6rem 0.8rem; font-weight: 600; font-size: 0.9rem; margin-top: 0.4rem;
    transition: background var(--transition);
}
.wa-choose-btn:hover { background: #1ebe57; color: #fff; }
.wa-choose-ic { display: inline-flex; }
.wa-choose-ic svg { width: 20px; height: 20px; }
.btn-whatsapp {
    background: #25D366 !important;
    color: #fff !important;
    border-color: #25D366 !important;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.btn-whatsapp:hover { background: #1ebe57 !important; border-color: #1ebe57 !important; }
.btn-whatsapp svg { width: 20px; height: 20px; }
@media (max-width: 600px) {
    .wa-float { width: 52px; height: 52px; right: 1rem; bottom: 1rem; }
    .wa-float svg { width: 28px; height: 28px; }
    .wa-choose { right: 1rem; bottom: 5rem; }
}

/* ── Cookie-Consent-Banner ── */
.cookie-banner {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 1500;
    background: var(--brown-bar);
    color: #fff;
    padding: 1rem 1.25rem;
    box-shadow: 0 -4px 24px rgba(0,0,0,0.25);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    flex-wrap: wrap;
}
.cookie-banner-text { font-size: 0.85rem; line-height: 1.55; margin: 0; max-width: 760px; color: rgba(255,255,255,0.92); }
.cookie-banner-text a { color: var(--gold-light); text-decoration: underline; }
.cookie-banner-actions { display: flex; gap: 0.6rem; flex-shrink: 0; }
.cookie-btn {
    font-family: inherit;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.55rem 1.4rem;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: background var(--transition), border-color var(--transition), color var(--transition);
}
.cookie-btn-accept { background: var(--gold); color: #241a0d; border-color: var(--gold); }
.cookie-btn-accept:hover { background: var(--gold-light); }
.cookie-btn-decline { background: transparent; color: #fff; border-color: rgba(255,255,255,0.55); }
.cookie-btn-decline:hover { background: rgba(255,255,255,0.12); }
@media (max-width: 600px) {
    .cookie-banner-inner { flex-direction: column; align-items: stretch; text-align: center; gap: 0.9rem; }
    .cookie-banner-actions { justify-content: center; }
}

/* Platzhalter für den Goldkurs-Chart (vor Einwilligung) – überdeckt den leeren Chart-Bereich */
.spot-chart-wrap { position: relative; min-height: 240px; }
.bv-consent {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    text-align: center;
    padding: 1.5rem;
    background: var(--bg);
    border: 1px dashed var(--border);
    border-radius: 8px;
}
.bv-consent p { max-width: 460px; margin: 0; color: var(--text-light); font-size: 0.9rem; line-height: 1.5; }

/* ── Pfandkredit-Vorteil-Bilder ── */
.vorteil-photo {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: var(--radius);
    margin-bottom: 1.1rem;
}
.vorteil-photo-ph {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg);
    border: 1px dashed var(--border);
    color: var(--gold);
}
.vorteil-photo-ph svg { width: 44px; height: 44px; }

/* ── Banner (Hinweise) ── */
.site-banner {
    padding: 0.65rem 2rem;
    font-size: 0.85rem;
    text-align: center;
    font-weight: 500;
}
.banner-info { background: #e3f2fd; color: #1565c0; }
.banner-warning { background: #fff3e0; color: #e65100; }
.banner-success { background: #e8f5e9; color: #2e7d32; }

/* ── Responsive ── */
@media (max-width: 1024px) {
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .calc-grid { grid-template-columns: 1fr; }
    .calc-column { border-right: none; border-bottom: 1px solid var(--border-light); }
    .calc-column:last-child { border-bottom: none; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}

@media (max-width: 768px) {
    :root { --header-height: 48px; }
    .container { padding: 0 1.25rem; }
    .header-inner { padding: 0 1rem; display: flex; }
    .logo img { height: 32px; }
    .header-right { margin-left: auto; }
    .nav-desktop { display: none; }
    .nav-toggle { display: block; }
    .hero { padding: 0 0 1rem; }
    .hero-layout { flex-direction: column; gap: 1rem; align-items: center; text-align: center; }
    .hero-logo img { width: 140px; }
    .hero-badges { justify-content: center; }
    .hero-deko { width: 160px; height: 160px; right: -1%; opacity: 0.5; }
    .hero-inner { padding: 0 1.25rem; }
    .section { padding: 3.5rem 0; }
    .locations-grid { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
    .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
    .calc-header { padding: 1.25rem 1.25rem; }
    .calc-column { padding: 1.25rem; }
    .calc-footer { padding: 1rem 1.25rem; flex-direction: column; gap: 0.5rem; text-align: center; }
    .ticker-label-fixed { padding: 0 0.75rem; font-size: 0.68rem; }
    .ticker-stand { display: none; }
}

@media (max-width: 480px) {
    .hero-deko { display: none; }
    .hero-badges { flex-direction: column; }
    .services-grid { grid-template-columns: 1fr; }
    .news-grid { grid-template-columns: 1fr; }
    .auction-grid { grid-template-columns: 1fr; }
}

/* Ankaufsrechner-Direktlink: nur mobil (Burger-Fall) sichtbar, gleiche Optik wie Online-Shop */
.nav-cta-mobile { display: none; align-items: center; gap: 0.3rem; }
@media (max-width: 768px) {
  .nav-cta-mobile { display: inline-flex; }
  .header-right { gap: 0.4rem; }
  .nav-shop-link { padding: 0.3rem 0.7rem !important; font-size: 0.72rem !important; }
}
