/* ════════════════════════════════════════════════════════════
   ALPENZAUN — Datenschutzerklärung
   Shortcode: [alpenzaun_datenschutz]
   ════════════════════════════════════════════════════════════ */

.aze-ds-wrap {
    --az-black: #141414;
    --az-terra: #f04e23;
    --az-terra-dark: #772008;
    --az-khaki: #3d403a;
    --az-cream: #fafaf8;
    --az-steel: #a8a8a0;
    --az-line: rgba(20, 20, 20, .08);
    --az-line-2: rgba(20, 20, 20, .14);
    --az-shadow: 0 4px 16px rgba(20, 20, 20, .05);

    font-family: 'Instrument Sans', system-ui, -apple-system, sans-serif;
    color: var(--az-black);
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 24px 64px;
    line-height: 1.6;
}

/* ── HERO ───────────────────────────────────────────────── */
.aze-ds-hero {
    text-align: center;
    margin-bottom: 48px;
    padding: 32px 0 8px;
}
.aze-ds-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px;
    background: rgba(240, 78, 35, .08);
    border: 1px solid rgba(240, 78, 35, .22);
    border-radius: 100px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--az-terra);
    margin-bottom: 20px;
}
.aze-ds-eyebrow-dot {
    width: 6px; height: 6px;
    background: var(--az-terra);
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(240, 78, 35, .6);
}
.aze-ds-title {
    font-size: clamp(34px, 5vw, 54px);
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.1;
    margin: 0 0 22px;
    color: var(--az-black);
}
.aze-ds-title-accent {
    color: var(--az-terra);
    font-style: italic;
}
.aze-ds-intro {
    font-size: 17px;
    color: var(--az-khaki);
    max-width: 760px;
    margin: 0 auto 18px;
    line-height: 1.65;
}
.aze-ds-updated {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 12.5px;
    color: var(--az-steel);
    margin: 0;
    padding: 6px 14px;
    background: var(--az-cream);
    border-radius: 100px;
    border: 1px solid var(--az-line);
}
.aze-ds-updated svg { width: 14px; height: 14px; }

/* ── OPERATOR BLOCK ─────────────────────────────────────── */
.aze-ds-operator {
    background: linear-gradient(135deg, var(--az-black) 0%, #1f1f1f 100%);
    color: #fff;
    border-radius: 16px;
    padding: 32px 36px;
    margin-bottom: 48px;
}
.aze-ds-operator-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.aze-ds-operator-head svg {
    width: 26px; height: 26px;
    color: var(--az-terra);
}
.aze-ds-operator-head h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    color: #fff;
    letter-spacing: -.015em;
}
.aze-ds-operator-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px 28px;
}
.aze-ds-op-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.aze-ds-op-label {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .55);
}
.aze-ds-op-block strong {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}
.aze-ds-op-block span,
.aze-ds-op-block a {
    font-size: 14px;
    color: rgba(255, 255, 255, .85);
    text-decoration: none;
    line-height: 1.5;
    transition: color .2s;
}
.aze-ds-op-block a:hover { color: var(--az-terra); }

/* ── LAYOUT: TOC + CONTENT ──────────────────────────────── */
.aze-ds-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 48px;
    align-items: start;
    margin-bottom: 48px;
}

/* ── TOC (sticky sidebar) ───────────────────────────────── */
.aze-ds-toc {
    position: sticky;
    top: 24px;
    background: #fff;
    border: 1px solid var(--az-line);
    border-radius: 14px;
    padding: 22px 24px;
    box-shadow: var(--az-shadow);
}
.aze-ds-toc h3 {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--az-steel);
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--az-line);
}
.aze-ds-toc ol {
    list-style: none;
    counter-reset: toc;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.aze-ds-toc li {
    counter-increment: toc;
}
.aze-ds-toc a {
    display: flex;
    align-items: baseline;
    gap: 8px;
    padding: 7px 10px;
    border-radius: 6px;
    text-decoration: none;
    color: var(--az-khaki);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    transition: all .2s;
    border-left: 2px solid transparent;
}
.aze-ds-toc a::before {
    content: counter(toc, decimal-leading-zero);
    font-size: 10px;
    font-weight: 700;
    color: var(--az-steel);
    letter-spacing: .04em;
    flex-shrink: 0;
}
.aze-ds-toc a:hover {
    color: var(--az-terra);
    background: rgba(240, 78, 35, .04);
}
.aze-ds-toc a.is-active {
    color: var(--az-black);
    background: rgba(240, 78, 35, .08);
    border-left-color: var(--az-terra);
    font-weight: 600;
}
.aze-ds-toc a.is-active::before { color: var(--az-terra); }

/* ── CONTENT (articles) ─────────────────────────────────── */
.aze-ds-content {
    background: #fff;
    border: 1px solid var(--az-line);
    border-radius: 14px;
    padding: 8px 44px;
    box-shadow: var(--az-shadow);
}
.aze-ds-section {
    padding: 32px 0;
    border-bottom: 1px solid var(--az-line);
    scroll-margin-top: 80px;
}
.aze-ds-section:last-child { border-bottom: 0; }

.aze-ds-section-title {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 18px;
    color: var(--az-black);
    letter-spacing: -.02em;
    line-height: 1.25;
}
.aze-ds-section-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(240, 78, 35, .1);
    color: var(--az-terra);
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    flex-shrink: 0;
}

.aze-ds-section-body p {
    font-size: 15px;
    color: var(--az-khaki);
    margin: 0 0 14px;
    line-height: 1.7;
}
.aze-ds-section-body p:last-child { margin-bottom: 0; }
.aze-ds-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.aze-ds-list li {
    position: relative;
    padding: 10px 14px 10px 38px;
    background: var(--az-cream);
    border-radius: 8px;
    font-size: 14px;
    color: var(--az-black);
    line-height: 1.55;
    border-left: 3px solid rgba(240, 78, 35, .25);
}
.aze-ds-list li::before {
    content: '';
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: var(--az-terra);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(240, 78, 35, .15);
}

/* ── CONTACT BOX ────────────────────────────────────────── */
.aze-ds-contact {
    background: linear-gradient(135deg, var(--az-cream) 0%, #fff 100%);
    border: 1px solid var(--az-line);
    border-left: 4px solid var(--az-terra);
    border-radius: 14px;
    padding: 36px 40px;
}
.aze-ds-contact-head { margin-bottom: 24px; }
.aze-ds-contact-head h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 8px;
    color: var(--az-black);
    letter-spacing: -.015em;
}
.aze-ds-contact-head p {
    font-size: 14.5px;
    color: var(--az-khaki);
    margin: 0;
    max-width: 600px;
    line-height: 1.6;
}
.aze-ds-contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    margin-bottom: 24px;
}
.aze-ds-contact-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: #fff;
    border: 1px solid var(--az-line);
    border-radius: 10px;
    padding: 16px 18px;
}
.aze-ds-contact-label {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--az-steel);
}
.aze-ds-contact-block span,
.aze-ds-contact-block a {
    font-size: 14px;
    color: var(--az-black);
    text-decoration: none;
    line-height: 1.5;
    font-weight: 600;
}
.aze-ds-contact-block a:hover { color: var(--az-terra); }
.aze-ds-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--az-terra);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: gap .2s;
}
.aze-ds-contact-link:hover { gap: 12px; color: var(--az-terra-dark); }
.aze-ds-contact-link svg { width: 16px; height: 16px; }

/* ── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 980px) {
    .aze-ds-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .aze-ds-toc {
        position: static;
        top: auto;
    }
    .aze-ds-toc ol {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2px;
    }
    .aze-ds-content { padding: 8px 28px; }
}
@media (max-width: 720px) {
    .aze-ds-wrap { padding: 32px 16px 48px; }
    .aze-ds-hero { margin-bottom: 32px; padding: 18px 0 0; }
    .aze-ds-operator {
        padding: 26px 22px;
        margin-bottom: 32px;
    }
    .aze-ds-operator-head h2 { font-size: 18px; }
    .aze-ds-toc ol { grid-template-columns: 1fr; }
    .aze-ds-content { padding: 4px 20px; }
    .aze-ds-section { padding: 26px 0; }
    .aze-ds-section-title {
        font-size: 18px;
        gap: 12px;
    }
    .aze-ds-section-num {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }
    .aze-ds-section-body p,
    .aze-ds-list li { font-size: 14px; }
    .aze-ds-contact { padding: 28px 22px; }
    .aze-ds-contact-head h2 { font-size: 20px; }
}
@media (max-width: 420px) {
    .aze-ds-title { font-size: 30px; }
    .aze-ds-intro { font-size: 15px; }
    .aze-ds-content { padding: 4px 16px; }
}
