:root {
    --seo-color-primary: #0ba39c;
    --seo-color-primary-strong: #087f79;
    --seo-color-success: #0ba39c;
    --seo-color-warning: #f5a623;
    --seo-color-error: #d0021b;
    --seo-color-bg-soft: #f9faf9;
    --seo-color-surface: #ffffff;
    --seo-color-text: #1e293b;
    --seo-color-text-muted: #64748b;
    --seo-color-border: #e2e8f0;
    --seo-color-heading: #0f172a;
    --seo-color-accent: #8b5cf6;

    --seo-font-family: "Inter", "Segoe UI", sans-serif;
    --seo-font-body: 1rem;
    --seo-font-h1: 1.75rem;
    --seo-font-h2: 1.375rem;
    --seo-font-h3: 1.125rem;
    --seo-font-heading: 1.25rem;
    --seo-font-label: 0.85rem;
    --seo-font-breadcrumb: 0.8rem;
    
    --seo-font-weight-normal: 400;
    --seo-font-weight-semibold: 600;

    --seo-radius-md: 8px;

    --seo-space-2: 8px;
    --seo-space-3: 12px;
    --seo-space-4: 16px;
    --seo-space-6: 24px;

    --seo-shadow-card: 0 2px 6px rgba(0, 0, 0, 0.06);
    --seo-motion-color: 150ms ease-out;
    --seo-motion-accordion: 180ms ease-out;
    --seo-motion-enter: 220ms ease-out;
}

.seo-breadcrumb {
    font-size: var(--seo-font-breadcrumb);
    color: var(--seo-color-text-muted);
    font-weight: var(--seo-font-weight-normal);
}

.seotologie-tool-box {
    padding: 28px 32px;
    border-radius: 14px;
    background: var(--seo-color-surface);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 0 12px 36px rgba(13, 185, 175, 0.15);
    border: 2px solid var(--seo-color-primary);
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    font-family: var(--seo-font-family);
    color: var(--seo-color-text);
}

.seotologie-history-container {
    margin-top: 15px;
    margin-bottom: 25px;
}

.seotologie-history-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.seotologie-history-pill {
    background: #f8fafc;
    border: 1px solid var(--seo-color-border);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    color: #475569;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all var(--seo-motion-color);
    white-space: nowrap;
}

.seotologie-history-pill:hover {
    background: #f0fdf4;
    border-color: #22c55e;
    color: var(--seo-color-text);
    transform: translateY(-1px);
}

.seotologie-history-clear {
    font-size: 0.85rem;
    color: #0f766e;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 10px;
    transition: color var(--seo-motion-color);
    font-weight: 500;
}

.seotologie-history-clear:hover {
    color: #115e59;
}

.seotologie-v11-header {
    background: var(--seo-color-bg-soft);
    border: 1px solid var(--seo-color-border);
    border-radius: var(--seo-radius-md);
    box-shadow: var(--seo-shadow-card);
    padding: var(--seo-space-6);
}

/* --- V11 Badges & Scores for Dashboard --- */
.seotologie-v11-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}
.seotologie-v11-badge-success { background: #dcfce7; color: #166534; }
.seotologie-v11-badge-warning { background: #fef3c7; color: #92400e; }
.seotologie-v11-badge-error { background: #fee2e2; color: #991b1b; }
.seotologie-v11-badge-info { background: #e0f2fe; color: #075985; }

.seotologie-v11-score {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 0 12px;
}
.seotologie-v11-score-bg-success { background: #22c55e; color: #ffffff; }
.seotologie-v11-score-bg-warning { background: #eab308; color: #ffffff; }
.seotologie-v11-score-bg-error { background: #ef4444; color: #ffffff; }
.seotologie-v11-score-bg-info { background: #0ea5e9; color: #ffffff; }

.seotologie-v11-card {
    background: #f8fafc;
    border: 1px solid var(--seo-color-border);
    border-radius: var(--seo-radius-md);
    box-shadow: var(--seo-shadow-card);
    padding: var(--seo-space-4);
}

.seotologie-v11-muted {
    color: var(--seo-color-text-muted);
}

.seotologie-v11-amp {
    font-weight: 600;
}

.seotologie-btn-primary {
    background: linear-gradient(180deg, var(--seo-color-primary) 0%, var(--seo-color-primary-strong) 100%);
    border-radius: var(--seo-radius-md);
}

.seotologie-badge {
    border-radius: 999px;
    font-size: var(--seo-font-label);
    font-weight: 600;
    padding: 4px 10px;
}

.seotologie-badge.is-success {
    background: #e6fffb;
    color: #0b6f69;
}

.seotologie-badge.is-warning {
    background: #fff8eb;
    color: #9a5b00;
}

.seotologie-badge.is-info {
    background: #eef6ff;
    color: #1f5ea9;
}

.seotologie-badge.is-error {
    background: #fff1f0;
    color: #cf1322;
}

.seotologie-accordion .seotologie-accordion-content {
    transition: all var(--seo-motion-accordion);
}

.seotologie-v11-fade-in {
    animation: seotologieV11FadeIn var(--seo-motion-enter);
}

@keyframes seotologieV11FadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.seotologie-robots-simulator-card {
    background: #fffbef;
    border: 1px solid #facc15;
    border-radius: var(--seo-radius-md);
    padding: var(--seo-space-6);
    box-shadow: var(--seo-shadow-card);
    margin-top: var(--seo-space-6);
}

.seotologie-robots-simulator-title {
    margin-bottom: 15px;
    display: block;
    font-weight: 800;
    color: #083a2e;
}

.seotologie-robots-controls {
    display: flex;
    gap: var(--seo-space-2);
    align-items: flex-end;
    flex-wrap: wrap;
}

.seotologie-robots-path-wrap {
    flex: 2;
    min-width: 200px;
}

.seotologie-robots-path-label {
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--seo-color-text-muted);
}

#robots-simulator-select-container {
    flex: 1;
    min-width: 150px;
}

.seotologie-robots-actions {
    margin-top: var(--seo-space-4);
    gap: var(--seo-space-2);
}

.seotologie-robots-test-result.is-allowed {
    background: #dcfce7;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.seotologie-robots-test-result.is-denied {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.seotologie-robots-prio-blocked {
    color: #ef4444;
    font-weight: 700;
}

.seotologie-robots-intent-box {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 15px;
    font-size: 0.95em;
    background: #f8fafc;
    padding: 10px;
    border-radius: 6px;
    border-left: 3px solid #3b82f6;
}

.seotologie-robots-reason-head {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.seotologie-robots-cat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
}

.seotologie-robots-cat-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #ffffff;
    border-radius: 20px;
    padding: 6px 10px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    cursor: help;
    transition: transform 0.2s ease;
}

.seotologie-robots-cat-badge:hover {
    transform: translateY(-2px);
}

.seotologie-robots-cat-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
    background: currentColor;
}

.seotologie-robots-cat-name {
    font-size: 10.5px;
    font-weight: 800;
    color: #0f172a;
}

.seotologie-robots-cat-score {
    font-size: 10.5px;
    font-weight: 700;
    color: #475569;
    margin-left: 2px;
}

.seotologie-robots-cat-badge.is-up {
    color: #10b981;
}

.seotologie-robots-cat-badge.is-warn {
    color: #f59e0b;
}

.seotologie-robots-cat-badge.is-down {
    color: #ef4444;
}

.seotologie-robots-risk-tooltip {
    cursor: help;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
    padding-bottom: 1px;
}

.seotologie-robots-risk-alert {
    margin-bottom: 20px;
    padding: 16px 20px;
    border-radius: 8px;
    border-left: 4px solid transparent;
}

.seotologie-robots-risk-alert.is-warning {
    border-left-color: #f97316;
    background: #fff7ed;
}

.seotologie-robots-risk-alert.is-success {
    border-left-color: #10b981;
    background: #f0fdf4;
}

.seotologie-robots-mini-badge {
    margin-left: 8px;
    font-size: 10px;
    white-space: nowrap;
}

.seotologie-robots-step {
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.seotologie-robots-step-head {
    background: #f0fdf4;
    border-bottom: 1px solid #bbf7d0;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.seotologie-robots-step-title {
    margin: 0;
    font-size: 1.15em;
    color: #064e3b;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
}

.seotologie-robots-step-index {
    background: #10b981;
    color: #fff;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 0.85em;
    box-shadow: 0 2px 4px rgba(16, 185, 129, 0.3);
    flex-shrink: 0;
}

.seotologie-robots-step-badges {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
    align-items: center;
    margin-left: 15px;
}

.seotologie-robots-effort-badge {
    background: #f8fafc;
    color: #475569;
    border: 1px solid #cbd5e1;
    white-space: nowrap;
}

.seotologie-robots-impact-badge {
    border: 2px solid transparent;
    font-weight: 800;
    white-space: nowrap;
    background: #fff;
}

.seotologie-robots-impact-badge.is-high {
    border-color: #ef4444;
    color: #ef4444;
}

.seotologie-robots-impact-badge.is-mid {
    border-color: #f59e0b;
    color: #f59e0b;
}

.seotologie-robots-impact-badge.is-low {
    border-color: #3b82f6;
    color: #3b82f6;
}

.seotologie-robots-step-body {
    padding: 20px;
}

.seotologie-robots-step-desc {
    margin: 0 0 16px 0;
    font-size: 1.05em;
    color: #334155;
    line-height: 1.6;
}

.seotologie-robots-code-wrap {
    position: relative;
}

.seotologie-robots-copy-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    color: #475569;
    cursor: pointer;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
    z-index: 2;
}

.seotologie-robots-copy-btn:hover {
    background: #f8fafc;
}

.seotologie-robots-copy-btn.is-copied {
    color: #10b981;
}

.seotologie-robots-code-pre {
    background: #0f172a;
    padding: 20px 16px 16px;
    border-radius: 8px;
    font-size: 0.9em;
    margin: 0;
    color: #f8fafc;
    overflow-x: auto;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

.seotologie-robots-code-inline {
    display: block;
    padding-right: 120px;
}

.seotologie-robots-rec-box {
    background: #fff;
    border: 2px solid #10b981;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.seotologie-robots-rec-head {
    background: #f0fdf4;
    border-bottom: 1px solid #bbf7d0;
    padding: 16px 24px;
}

.seotologie-robots-rec-title {
    color: #065f46;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
}

.seotologie-robots-rec-sub {
    margin: 6px 0 0 32px;
    font-size: 12.5px;
    color: #64748b;
    line-height: 1.4;
}

.seotologie-robots-rec-hint {
    padding: 12px 24px 0;
    font-size: 13px;
    color: #475569;
}

.seotologie-robots-rec-body {
    padding: 24px;
}

.seotologie-robots-insights-box {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
}

.seotologie-robots-insights-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.seotologie-robots-insights-icon {
    color: #8b5cf6;
}

.seotologie-robots-insights-desc {
    font-size: 12px;
    color: #64748b;
    margin: 0 0 14px 0;
}

.seotologie-robots-insights-legend {
    font-size: 11.5px;
    color: #64748b;
    margin-bottom: 15px;
    background: #f8fafc;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

.seotologie-robots-insights-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.seotologie-robots-insights-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.2s ease;
}

.seotologie-robots-insights-item:hover {
    border-color: #cbd5e1;
}

.seotologie-robots-insights-summary {
    padding: 12px 16px;
    font-weight: 600;
    font-size: 0.95em;
    color: #1e293b;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.seotologie-robots-insights-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.seotologie-robots-insights-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #94a3b8;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

details[open] .seotologie-robots-insights-arrow {
    transform: rotate(90deg);
}

.seotologie-robots-insights-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.seotologie-robots-insights-hint {
    font-size: 10px;
    color: #94a3b8;
    font-weight: 500;
    white-space: nowrap;
}

.seotologie-robots-insights-content {
    padding: 16px;
    border-top: 1px solid #e2e8f0;
    color: #475569;
    font-size: 0.9em;
    line-height: 1.5;
    background: #fff;
}

.seotologie-robots-hero-outer {
    border-radius: 16px;
    border: 1px solid transparent;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    margin: 60px 0 40px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.seotologie-robots-hero-head {
    padding: 40px 40px 10px;
    text-align: left;
}

.seotologie-robots-hero-title {
    margin: 0;
    font-size: 2.2rem;
    color: #0f172a;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.seotologie-robots-hero-domain {
    font-weight: 800;
}

.seotologie-robots-hero-sub {
    margin: 8px 0 0 0;
    font-size: 15px;
    color: #64748b;
    font-weight: 400;
    letter-spacing: 0.1px;
}

.seotologie-v11-amp {
    font-weight: 700;
    color: #334155;
}

.seotologie-robots-hero-body {
    padding: 20px 40px 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
}

.seotologie-robots-hero-main {
    flex: 1;
    min-width: 400px;
    display: flex;
    flex-direction: column;
}

.seotologie-robots-hero-kpi-row {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.seotologie-robots-hero-kpi {
    flex: 1 1 auto;
    padding: 14px 16px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    border: 1px solid;
    display: flex;
    flex-direction: column;
}

.seotologie-robots-kpi-monitor {
    border-top: 3px solid !important;
}

.seotologie-robots-kpi-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #94a3b8;
    font-weight: 600;
    margin-bottom: 5px;
}

.seotologie-robots-kpi-value {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #0f172a;
    font-weight: 800;
    line-height: 1.2;
    gap: 6px;
}

.seotologie-robots-hero-summary {
    padding: 18px 22px;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid;
    border-left: 4px solid;
}

.seotologie-robots-summary-title {
    margin: 0 0 14px 0;
    font-size: 13px;
    color: #0f172a;
    font-weight: 800;
    letter-spacing: 0.1px;
}

.seotologie-robots-summary-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.seotologie-robots-summary-item {
    display: flex;
    gap: 12px;
    align-items: baseline;
    line-height: 1.5;
}

.seotologie-robots-summary-label {
    font-size: 11px;
    font-weight: 600;
    min-width: 100px;
    color: #94a3b8;
    flex-shrink: 0;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.seotologie-robots-summary-value {
    font-size: 13px;
    color: #334155;
    font-weight: 400;
}

.seotologie-robots-hero-score {
    flex: 0 0 auto;
    width: 270px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(160deg, #17d4b5 0%, #0aaa8e 50%, #07947b 100%);
    border-radius: 20px;
    padding: 32px 22px 26px;
    box-shadow: 0 20px 40px rgba(7, 148, 123, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    align-items: center;
    overflow: hidden;
}

.seotologie-robots-score-shine {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 20px 20px 0 0;
    pointer-events: none;
}

.seotologie-robots-score-ring-wrap {
    width: 160px;
    height: 160px;
    position: relative;
    margin-bottom: 22px;
}

.seotologie-robots-score-svg {
    overflow: visible;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.seotologie-robots-score-center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.seotologie-robots-score-num {
    font-size: 32px;
    font-weight: 900;
    color: #0a7d68;
    line-height: 1;
    font-family: 'Inter', system-ui, sans-serif;
    letter-spacing: -1.5px;
}

.seotologie-robots-score-percent {
    font-size: 16px;
    font-weight: 800;
    color: #0a7d68;
    font-family: 'Inter', system-ui, sans-serif;
    margin-left: 1px;
    margin-bottom: 2px;
}

.seotologie-robots-score-label {
    display: block;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
    letter-spacing: 2.5px;
    margin-bottom: 3px;
}

.seotologie-robots-score-context {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 6px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.seotologie-robots-score-percentile {
    display: block;
    text-align: center;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    margin-bottom: 16px;
    letter-spacing: 0.3px;
}

.seotologie-robots-score-badges {
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.seotologie-robots-score-badge {
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 10px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.3px;
}

.seotologie-robots-score-cats {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 18px;
    margin-bottom: 18px;
}

.seotologie-robots-score-explain {
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.95);
    text-align: center;
    line-height: 1.55;
    font-family: 'Inter', system-ui, sans-serif;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 12px 14px;
    border-radius: 12px;
}

/* Deep Crawl Section - Accordion & Nested Content */
.seotologie-robots-dc-accordion {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.2s ease;
}

.seotologie-robots-dc-accordion:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.seotologie-robots-dc-summary {
    padding: 16px 20px;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
    user-select: none;
    background: #fff;
}

.seotologie-robots-dc-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #94a3b8;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

details[open] .seotologie-robots-dc-arrow {
    transform: rotate(90deg);
}

.seotologie-robots-dc-icon {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.seotologie-robots-dc-text {
    flex: 1;
}

.seotologie-robots-dc-title {
    font-weight: 700;
    color: #0f172a;
    font-size: 14px;
    line-height: 1.3;
}

.seotologie-robots-dc-subtitle {
    font-size: 11.5px;
    color: #64748b;
    margin-top: 2px;
    font-weight: 400;
}

.seotologie-robots-dc-hint {
    font-size: 11px;
    color: #94a3b8;
    font-weight: 500;
    white-space: nowrap;
    flex-shrink: 0;
}

.seotologie-robots-dc-body {
    padding: 20px;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
}

/* Crawl Budget Grid */
.seotologie-robots-budget-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 10px;
}

.seotologie-robots-budget-card {
    padding: 12px;
    border-radius: 8px;
    border: 1px solid;
}

.seotologie-robots-budget-prioritized {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.seotologie-robots-budget-crawled {
    background: #f8fafc;
    border-color: #e2e8f0;
}

.seotologie-robots-budget-never {
    background: #fef2f2;
    border-color: #fecaca;
}

.seotologie-robots-budget-wasted {
    background: #fffbeb;
    border-color: #fde68a;
}

.seotologie-robots-budget-label {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 800;
    display: block;
}

.seotologie-robots-budget-prioritized .seotologie-robots-budget-label {
    color: #166534;
}

.seotologie-robots-budget-crawled .seotologie-robots-budget-label {
    color: #334155;
}

.seotologie-robots-budget-never .seotologie-robots-budget-label {
    color: #991b1b;
}

.seotologie-robots-budget-wasted .seotologie-robots-budget-label {
    color: #b45309;
}

.seotologie-robots-budget-list {
    margin: 8px 0 0 0;
    padding-left: 15px;
    font-size: 12px;
}

.seotologie-robots-budget-prioritized .seotologie-robots-budget-list {
    color: #15803d;
}

.seotologie-robots-budget-crawled .seotologie-robots-budget-list {
    color: #475569;
}

.seotologie-robots-budget-never .seotologie-robots-budget-list {
    color: #b91c1c;
}

.seotologie-robots-budget-wasted .seotologie-robots-budget-list {
    color: #d97706;
}

.seotologie-robots-budget-hint {
    font-size: 12px;
    color: #64748b;
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px dashed #e2e8f0;
}

/* Crawl Frequency List */
.seotologie-robots-deepcrawl-freq {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.seotologie-robots-freq-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 8px 12px;
    border-radius: 6px;
}

.seotologie-robots-freq-label {
    width: 70px;
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 10px;
    padding: 4px 0;
    border-radius: 4px;
}

.seotologie-robots-freq-high .seotologie-robots-freq-label {
    background: #ef4444;
}

.seotologie-robots-freq-medium .seotologie-robots-freq-label {
    background: #f59e0b;
}

.seotologie-robots-freq-low .seotologie-robots-freq-label {
    background: #3b82f6;
}

.seotologie-robots-freq-zero .seotologie-robots-freq-label {
    background: #94a3b8;
}

.seotologie-robots-freq-value {
    font-size: 12px;
    color: #334155;
    font-weight: 600;
}

/* Cluster Analysis Table */
.seotologie-robots-cluster-wrap {
    overflow-x: auto;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.seotologie-robots-cluster-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.seotologie-robots-cluster-head {
    background: #f8fafc;
    border-bottom: 2px solid #e2e8f0;
}

.seotologie-robots-cluster-th {
    padding: 8px 12px;
    font-size: 10px;
    text-transform: uppercase;
    color: #64748b;
    font-weight: 600;
}

.seotologie-robots-cluster-row {
    border-bottom: 1px solid #e2e8f0;
}

.seotologie-robots-cluster-name {
    padding: 10px 12px;
    font-weight: 600;
    font-size: 12px;
}

.seotologie-robots-cluster-risk {
    padding: 10px 12px;
}

.seotologie-robots-cluster-badge {
    padding: 3px 6px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
    display: inline-block;
}

.seotologie-robots-cluster-risk-critical {
    background: #fee2e2;
    color: #991b1b;
}

.seotologie-robots-cluster-risk-high {
    background: #ffedd5;
    color: #9a3412;
}

.seotologie-robots-cluster-risk-medium {
    background: #fef3c7;
    color: #92400e;
}

.seotologie-robots-cluster-risk-low {
    background: #dcfce3;
    color: #166534;
}

.seotologie-robots-cluster-action {
    padding: 10px 12px;
    font-size: 12px;
    color: #475569;
}

.seotologie-robots-cluster-hint {
    font-size: 12px;
    color: #64748b;
    margin-top: 10px;
}

/* Google Decision Timeline */
.seotologie-robots-decision-timeline {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.seotologie-robots-decision-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding-left: 15px;
    border-left: 2px solid;
    position: relative;
}

.seotologie-robots-decision-item[data-status="success"] {
    border-left-color: #10b981;
}

.seotologie-robots-decision-item[data-status="warning"] {
    border-left-color: #f59e0b;
}

.seotologie-robots-decision-item[data-status="error"] {
    border-left-color: #ef4444;
}

.seotologie-robots-decision-dot {
    position: absolute;
    left: -6px;
    top: 0;
    background: #f8fafc;
    padding: 2px;
    border-radius: 50%;
}

.seotologie-robots-decision-item[data-status="success"] .seotologie-robots-decision-dot::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
}

.seotologie-robots-decision-item[data-status="warning"] .seotologie-robots-decision-dot::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f59e0b;
}

.seotologie-robots-decision-item[data-status="error"] .seotologie-robots-decision-dot::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ef4444;
}

.seotologie-robots-decision-title {
    display: block;
    font-size: 13px;
    color: #0f172a;
}

.seotologie-robots-decision-msg {
    font-size: 12px;
    color: #475569;
    display: block;
    margin-top: 2px;
}

.seotologie-robots-decision-hint {
    font-size: 12px;
    color: #64748b;
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px dashed #e2e8f0;
}

.seotologie-robots-deepcrawl-wrap {
    background: #f8fafc;
    padding: 25px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
}

.seotologie-robots-deepcrawl-head {
    margin-bottom: 25px;
}

.seotologie-robots-deepcrawl-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.3rem;
    margin-bottom: 5px;
}

.seotologie-robots-deepcrawl-icon {
    color: #083a2e;
}

.seotologie-robots-deepcrawl-desc {
    font-size: 14px;
    color: #475569;
    margin: 0;
    line-height: 1.5;
}

.seotologie-robots-deepcrawl-body {
    /* Accordion items nested within */
}

.seotologie-robots-code-wrapper {
    position: relative;
    margin-top: 15px;
}

.seotologie-robots-live-code-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    color: #94a3b8;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 600;
    backdrop-filter: blur(4px);
    transition: all 0.2s ease;
}

.seotologie-robots-live-code-btn:hover {
    background: rgba(255, 255, 255, 0.22);
    color: #e2e8f0;
}

.seotologie-securepass-container {
    --sp-primary: var(--seo-color-primary);
}

.seotologie-securepass-error {
    display: none;
    margin-bottom: 20px;
}

.seotologie-sp-toggles {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-end;
}

.seotologie-sp-actions {
    margin-top: 20px;
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

/* ==========================================================================
   GLOBAL INFO BOX (Under Header)
   ========================================================================== */
.seo-info-box {
    background: var(--seo-color-bg-muted, #f8fafc);
    border: 1px solid var(--seo-color-border-muted, #e2e8f0);
    padding: 14px 18px;
    border-radius: 6px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: var(--seo-font-label, 0.9rem);
    color: var(--seo-color-text-muted, #64748b);
    animation: fadeIn 0.4s ease-out;
}

.seo-info-icon {
    display: flex;
    align-items: center;
    color: var(--seo-color-text-muted, #64748b);
    opacity: 0.8;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}

.seotologie-sp-count-wrap {
    flex: 0 0 auto;
}

.seotologie-sp-generate-btn-wrap {
    flex: 1 1 auto;
}

.seotologie-sp-bulk-actions {
    display: flex;
    gap: 15px;
    margin-top: 15px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.seotologie-sp-bottom-actions {
    margin-top: var(--seo-space-4);
    gap: var(--seo-space-2);
    display: flex;
}

@media (max-width: 768px) {
    .seotologie-tool-box {
        padding: 12px 8px;
    }

    .seotologie-sp-actions,
    .seotologie-robots-controls {
        gap: 10px;
    }

    .seotologie-hc-item {
        padding: 10px 8px;
    }
    
    .seotologie-hc-code {
        padding: 8px;
        font-size: 12px;
    }
    
    .seotologie-hc-details-content {
        padding: 10px 8px;
    }
    
    .seotologie-hc-summary {
        padding: 10px 10px;
    }
}

.seotologie-header-actions {
    display: none;
    margin-top: var(--seo-space-4);
    gap: var(--seo-space-2);
}

.header-v2-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.redirect-step {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    border-left: 2px solid var(--seo-color-border);
    margin-left: 10px;
    padding-top: 5px;
}

.redirect-step::before {
    content: ">";
    position: absolute;
    left: -11px;
    top: 2px;
    color: #2563eb;
    background: #fff;
    padding: 0 5px;
    font-weight: 700;
}

.redirect-url {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    word-break: break-all;
    color: #2563eb;
}

.seotologie-hc-redirect-box {
    margin-top: var(--seo-space-6);
    margin-bottom: var(--seo-space-6);
}

.seotologie-hc-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.seotologie-hc-item {
    background: #fff;
    border: 1px solid var(--seo-color-border);
    border-radius: var(--seo-radius-md);
    padding: 15px;
    margin-bottom: 10px;
}

.seotologie-hc-item.is-soft {
    background: #f8fafc;
}

.seotologie-hc-item-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.seotologie-hc-item-name {
    color: #0f172a;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 14px;
}

.seotologie-hc-badge {
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

.seotologie-hc-badge.is-ok {
    color: #10b981;
    background: rgba(16, 185, 129, 0.12);
}

.seotologie-hc-badge.is-warn {
    color: #f59e0b;
    background: rgba(245, 158, 11, 0.16);
}

.seotologie-hc-badge.is-danger {
    color: #ef4444;
    background: rgba(239, 68, 68, 0.16);
}

.seotologie-hc-code {
    background: #f8fafc;
    padding: 10px;
    border-radius: 6px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 13px;
    color: #334155;
    word-break: break-all;
}

.seotologie-hc-code.is-subtle {
    background: #f1f5f9;
    padding: 8px;
    font-size: 11px;
    color: #64748b;
}

.seotologie-hc-desc {
    margin-top: 10px;
    font-size: 13px;
    color: #475569;
}

.seotologie-hc-details {
    background: #f8fafc;
    border: 1px solid var(--seo-color-border);
    border-radius: 12px;
    overflow: hidden;
    margin-top: 20px;
}

.seotologie-hc-summary {
    padding: 15px 20px;
    font-weight: 600;
    color: #0f172a;
    cursor: pointer;
    list-style: none;
}

.seotologie-hc-summary-label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.seotologie-hc-details-content {
    padding: 20px;
    border-top: 1px solid var(--seo-color-border);
    background: #fff;
}

.seotologie-hc-flag {
    font-weight: 600;
}

.seotologie-hc-flag.is-good {
    color: #10b981;
}

.seotologie-hc-flag.is-bad {
    color: #ef4444;
}

.seotologie-hc-flag.is-warn {
    color: #f59e0b;
}

.seotologie-hc-flags {
    margin-bottom: 10px;
}

.seotologie-hc-ssl-box {
    margin-top: 20px;
    padding: 20px;
    background: #f8fafc;
    border: 1px solid var(--seo-color-border);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.seotologie-hc-ssl-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.seotologie-hc-ssl-title-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.seotologie-hc-ssl-icon {
    font-size: 24px;
}

.seotologie-hc-ssl-title {
    margin: 0;
    font-size: 16px;
    color: #0f172a;
}

.seotologie-hc-ssl-hint {
    font-size: 12px;
    color: #64748b;
}

.seotologie-hc-ssl-btn {
    padding: 8px 16px;
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    cursor: pointer;
}

.seotologie-hc-ssl-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    font-size: 13px;
}

.seotologie-blc-progress-head {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--seo-color-text);
    margin-bottom: 5px;
}

.seotologie-blc-toggle-row {
    margin-bottom: 15px;
}

.seotologie-blc-actions {
    margin-top: var(--seo-space-4);
    gap: var(--seo-space-2);
}

.blc-premium-input-group {
    display: flex;
    gap: 8px;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

#blc-url.seotologie-input {
    flex: 1 1 300px;
}

.blc-depth-select {
    flex: 0 0 180px;
    cursor: pointer;
}

.blc-row-hidden {
    display: none !important;
}

.blc-link-text {
    word-break: break-all;
    font-size: 0.85rem;
    line-height: 1.4;
}

.blc-type-badge {
    font-size: 0.7rem;
    text-transform: uppercase;
    padding: 2px 6px;
    border-radius: 4px;
}

.blc-type-link {
    background: #dbeafe;
    color: #1e40af;
}

.blc-type-image {
    background: #fce7f3;
    color: #9d174d;
}

.blc-type-script {
    background: #fef3c7;
    color: #92400e;
}

    gap: 10px;
    font-size: 0.9rem;
}

.seotologie-v11-success-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.seotologie-v11-export-row {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}
/* ==========================================================================
   SEO BASE COMPONENTS (Phase 4)
   ========================================================================== */

/* Buttons */
.seo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: var(--seo-color-surface);
    border: 1px solid var(--seo-color-border);
    color: var(--seo-color-text-muted);
    border-radius: var(--seo-radius-md);
    font-family: var(--seo-font-family);
    font-size: var(--seo-font-body);
    font-weight: var(--seo-font-weight-semibold);
    cursor: pointer;
    transition: all var(--seo-motion-color);
}
.seo-btn:hover {
    background: var(--seo-color-bg-soft);
    border-color: var(--seo-color-primary);
    color: var(--seo-color-primary);
}

/* Badges */
.seo-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: var(--seo-font-label);
    font-weight: var(--seo-font-weight-semibold);
    background: var(--seo-color-bg-soft);
    color: var(--seo-color-text-muted);
    border: 1px solid var(--seo-color-border);
}

/* Boxes */
.seo-box {
    padding: var(--seo-space-4);
    background: var(--seo-color-surface);
    border: 1px solid var(--seo-color-border);
    border-radius: var(--seo-radius-md);
    box-shadow: var(--seo-shadow-card);
}
.seo-warning {
    background: #fffbeb;
    border-left: 4px solid var(--seo-color-warning);
    color: #92400e;
}

/* Risk Levels */
.seo-risk-high {
    color: var(--seo-color-error);
    font-weight: var(--seo-font-weight-semibold);
}
.seo-risk-medium {
    color: var(--seo-color-warning);
    font-weight: var(--seo-font-weight-semibold);
}
.seo-risk-low {
    color: var(--seo-color-success);
    font-weight: var(--seo-font-weight-semibold);
}

/* ==========================================================================
   UNIFIED LOADING SYSTEM
   ========================================================================== */
.seotologie-loading-bar-wrapper {
    width: 100%;
    margin: 30px 0;
    text-align: center;
    animation: seo-fade-in-up 0.4s ease-out forwards;
}

.seotologie-loading-bar {
    width: 100%;
    height: 8px;
    border-radius: 8px;
    background: #e5e7eb;
    overflow: hidden;
    margin-bottom: 12px;
    position: relative;
}

.seotologie-loading-bar-progress {
    height: 100%;
    width: 40%;
    background: var(--category-color, #0ba39c); /* Graceful fallback */
    border-radius: 8px;
    animation: seotologie-loading-slide 1.2s ease-in-out infinite;
    position: absolute;
    left: -40%;
}

.seotologie-loading-text {
    font-size: 14px;
    font-weight: 600;
    color: #475569;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    animation: pulse-text 1.5s ease-in-out infinite;
}

@keyframes seotologie-loading-slide {
    0% {
        left: -40%;
    }
    100% {
        left: 100%;
    }
}

@keyframes pulse-text {
    0% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.7;
    }
}

/* Premium UX Polishing: Impact Badges */
.seotologie-impact-badge {
    display: inline-block;
    min-width: 120px;
    text-align: center;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
}

/* Premium UX Polishing: Module Hover Effects */
.ai-auditor-card {
    transition: all 0.25s ease-out;
}

.ai-auditor-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05) !important;
}

/* =========================================================
   MICRO-INTERACTIONS (Premium UX Layer)
   Subtile Animationen für wahrgenommene Qualität.
   Inspiriert von Stripe, Linear, Apple.
   ========================================================= */

/* --- 1. FAQ AKKORDEON: Smooth Open/Close --- */
details.seotologie-faq-item {
    transition: margin 0.25s ease-out, box-shadow 0.25s ease-out;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
}

details.seotologie-faq-item[open] {
    margin-bottom: 4px;
}

details.seotologie-faq-item summary.seotologie-faq-trigger {
    transition: background-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out, transform 0.15s ease-out !important;
    cursor: pointer;
    will-change: background-color;
    padding: 16px 20px;
    font-weight: 600;
    font-size: 1.05rem;
    color: #1e293b;
    list-style: none; /* Hide default arrow */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
details.seotologie-faq-item summary.seotologie-faq-trigger::-webkit-details-marker {
    display: none;
}

details.seotologie-faq-item summary.seotologie-faq-trigger:hover {
    transform: translateX(3px);
    box-shadow: 0 2px 8px rgba(13, 185, 175, 0.12);
}

details.seotologie-faq-item summary.seotologie-faq-trigger:active {
    transform: translateX(3px) scale(0.995);
}

/* Chevron-Rotation */
details.seotologie-faq-item summary.seotologie-faq-trigger::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s ease-out !important;
}

details.seotologie-faq-item[open] summary.seotologie-faq-trigger::after {
    transform: rotate(180deg) !important;
}

/* Content Fade-In */
details.seotologie-faq-item .seotologie-faq-content {
    animation: none;
    overflow: hidden;
    padding: 0 20px 20px 20px;
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
    border-top: 1px solid #f1f5f9;
}

details.seotologie-faq-item[open] .seotologie-faq-content {
    animation: seoFaqSlideIn 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes seoFaqSlideIn {
    from {
        opacity: 0;
        transform: translateY(-8px);
        max-height: 0;
    }
    to {
        opacity: 1;
        transform: translateY(0);
        max-height: 500px;
    }
}

/* --- 2. INPUT FOCUS: Premium Glow --- */
.seotologie-input,
.seotologie-v11-inline-input {
    transition: border-color 0.2s ease-out, box-shadow 0.25s ease-out, background-color 0.2s ease-out !important;
}

.seotologie-input:focus,
.seotologie-v11-inline-input:focus {
    border-color: var(--seo-color-primary, #0ba39c) !important;
    box-shadow: 0 0 0 3px rgba(11, 163, 156, 0.15), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
    background-color: #ffffff !important;
    outline: none !important;
}

.seotologie-input:hover:not(:focus),
.seotologie-v11-inline-input:hover:not(:focus) {
    border-color: #94a3b8 !important;
}

/* --- 3. BUTTONS: Hover mit Farbverschiebung + Lift --- */
.seotologie-btn-primary {
    transition: background 0.25s ease-out, box-shadow 0.25s ease-out, transform 0.2s ease-out !important;
    will-change: transform;
}

.seotologie-btn-primary:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(11, 163, 156, 0.3), 0 2px 6px rgba(11, 163, 156, 0.15) !important;
}

.seotologie-btn-primary:active {
    transform: translateY(0) scale(0.98) !important;
    box-shadow: 0 2px 6px rgba(11, 163, 156, 0.2) !important;
    transition-duration: 0.1s !important;
}

.seotologie-btn-secondary {
    transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out, transform 0.15s ease-out !important;
}

.seotologie-btn-secondary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* --- 4. TOOL-BOX: Subtiler Container-Hover --- */
.seotologie-tool-box {
    transition: box-shadow 0.3s ease-out, border-color 0.3s ease-out !important;
}

.seotologie-tool-box:hover {
    box-shadow: 0 8px 24px rgba(13, 185, 175, 0.18), 0 4px 12px rgba(0, 0, 0, 0.04) !important;
}

/* --- 5. MINI-HERO: Sanfter Entrance --- */
.seotologie-mini-hero {
    opacity: 1; /* SEO-kritisch: Sofort sichtbar für Crawler (Animation startet sonst bei 0) */
    animation: seoMiniHeroFadeIn 0.5s ease-out forwards;
    transition: border-color 0.25s ease-out, box-shadow 0.25s ease-out;
}

.seotologie-mini-hero:hover {
    border-color: rgba(11, 163, 156, 0.3);
    box-shadow: 0 2px 8px rgba(11, 163, 156, 0.08);
}

@keyframes seoMiniHeroFadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- 6. SHARE/RECOMMEND BUTTONS: Icon-Hover --- */
.seotologie-recommend-buttons .recommend-action-btn {
    transition: color 0.2s ease-out, transform 0.2s ease-out, background-color 0.2s ease-out !important;
}

.seotologie-recommend-buttons .recommend-action-btn:hover {
    transform: translateY(-3px) scale(1.1) !important;
}

.seotologie-recommend-buttons .recommend-action-btn:active {
    transform: translateY(0) scale(0.95) !important;
    transition-duration: 0.1s !important;
}

/* --- 7. PRIVACY-NOTICE: Subtle Reveal --- */
.seotologie-privacy-notice {
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

/* --- 8. BADGE / TAG HOVER --- */
.seo-badge,
.seotologie-badge {
    transition: background-color 0.2s ease-out, transform 0.15s ease-out, box-shadow 0.2s ease-out !important;
}

.seo-badge:hover,
.seotologie-badge:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* --- 9. RESULT CARDS: Staggered Fade-In --- */
.seotologie-result-container > div {
    animation: seoResultFadeIn 0.4s ease-out forwards;
    opacity: 0;
}

.seotologie-result-container > div:nth-child(1) { animation-delay: 0.05s; }
.seotologie-result-container > div:nth-child(2) { animation-delay: 0.1s; }
.seotologie-result-container > div:nth-child(3) { animation-delay: 0.15s; }
.seotologie-result-container > div:nth-child(4) { animation-delay: 0.2s; }
.seotologie-result-container > div:nth-child(5) { animation-delay: 0.25s; }

@keyframes seoResultFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- 10. ACCORDION-HEADER CATEGORY: Underline Draw --- */
.seotologie-faq-category {
    position: relative;
    transition: color 0.2s ease-out;
}

/* --- 11. REDUCED MOTION: Barrierefreiheit --- */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* --- END MICRO-INTERACTIONS --- */
