/* Aktien-Traden hookfree CSS. Generated 2026-05-20. */
:root{--at-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,sans-serif;}

/* === Startseite === */
/* === GLOBAL === */
.at-home {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
    color: #1e293b;
    background: #ffffff;
    overflow-x: hidden;
}

.at-home *, .at-home *::before, .at-home *::after { box-sizing: border-box; }
.at-home a { color: inherit; text-decoration: none; }
.at-section { padding: 60px 24px; max-width: 1200px; margin: 0 auto; }
.at-section-alt { background: #f8fafc; }

/* === HERO === */
.at-hero {
    position: relative;
    padding: 70px 24px 50px;
    text-align: center;
    background: linear-gradient(180deg, #f0f7ff 0%, #ffffff 100%);
}

.at-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #d1fae5;
    border: 1px solid #a7f3d0;
    color: #047857;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 24px;
}

.at-hero h1 {
    font-size: clamp(28px, 5vw, 46px);
    font-weight: 800;
    color: #0f172a;
    line-height: 1.15;
    margin: 0 auto 20px;
    max-width: 780px;
    letter-spacing: -0.5px;
}

.at-hero h1 span {
    color: #1a56db;
}

.at-hero-desc {
    font-size: 17px;
    color: #475569;
    max-width: 640px;
    margin: 0 auto 32px;
    line-height: 1.65;
}

.at-hero-desc strong {
    color: #1e293b;
    font-weight: 600;
}

.at-hero-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.at-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #059669;
    color: #fff;
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    transition: background 0.2s, transform 0.2s;
}

.at-btn-primary:hover { background: #047857; transform: translateY(-1px); color: #fff; }

.at-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 2px solid #1a56db;
    color: #1a56db;
    padding: 12px 28px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    transition: background 0.2s;
}

.at-btn-secondary:hover { background: #eff6ff; color: #1a56db; }

/* === STATS BAR === */
.at-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    max-width: 880px;
    margin: 0 auto;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.at-stat {
    padding: 20px;
    text-align: center;
    border-right: 1px solid #f1f5f9;
}

.at-stat:last-child { border-right: none; }

.at-stat-num {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 4px;
}

.at-stat-num.green { color: #059669; }
.at-stat-num.blue { color: #1a56db; }
.at-stat-num.gold { color: #d97706; }

.at-stat-label {
    font-size: 12px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

/* === SECTION TITLES === */
.at-cats-title {
    text-align: center;
    margin-bottom: 40px;
}

.at-cats-title h2 {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 10px;
}

.at-cats-title p {
    color: #64748b;
    font-size: 15px;
    margin: 0;
}

/* === KATEGORIE CARDS === */
.at-cats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.at-cat-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px 20px;
    transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.at-cat-card:hover {
    transform: translateY(-3px);
    border-color: #1a56db;
    box-shadow: 0 8px 24px rgba(26,86,219,0.08);
}

.at-cat-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 14px;
}

.at-cat-icon.g { background: #d1fae5; }
.at-cat-icon.b { background: #dbeafe; }
.at-cat-icon.y { background: #fef3c7; }
.at-cat-icon.r { background: #fee2e2; }

.at-cat-name {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}

.at-cat-desc {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    flex: 1;
}

.at-cat-tag {
    display: inline-block;
    margin-top: 12px;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.at-cat-tag.hot { background: #fee2e2; color: #dc2626; }
.at-cat-tag.new { background: #d1fae5; color: #059669; }
.at-cat-tag.pop { background: #dbeafe; color: #1a56db; }

/* === 5 SCHRITTE === */
.at-steps-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.at-step {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px 16px;
    text-align: center;
}

.at-step-num {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #1a56db;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

.at-step-title {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}

.at-step-desc {
    font-size: 12px;
    color: #64748b;
    line-height: 1.4;
}

/* === FEATURED CARDS === */
.at-featured-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.at-feat-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    transition: transform 0.2s, box-shadow 0.2s;
    display: block;
}

.at-feat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.at-feat-fresh {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    color: #059669;
    background: #ecfdf5;
    padding: 3px 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.at-feat-title {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
    line-height: 1.35;
}

.at-feat-desc {
    font-size: 13px;
    color: #64748b;
    line-height: 1.45;
}

.at-feat-arrow {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #1a56db;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
}

/* === E-E-A-T PERSONA === */
.at-eeat {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 40px;
    display: flex;
    gap: 36px;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.at-eeat-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a56db, #059669);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    flex-shrink: 0;
    color: #fff;
}

.at-eeat-content { flex: 1; }

.at-eeat-name {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 4px;
}

.at-eeat-role {
    font-size: 14px;
    color: #1a56db;
    font-weight: 600;
    margin-bottom: 12px;
}

.at-eeat-text {
    font-size: 15px;
    color: #475569;
    line-height: 1.65;
    margin-bottom: 16px;
}

.at-eeat-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.at-eeat-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 12px;
    color: #475569;
    font-weight: 500;
}

/* === FAQ === */
.at-faq-list { max-width: 800px; margin: 0 auto; }

.at-faq-item {
    border-bottom: 1px solid #e2e8f0;
}

.at-faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    cursor: pointer;
    user-select: none;
}

.at-faq-q h3 {
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
    padding-right: 20px;
    line-height: 1.4;
}

.at-faq-toggle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #64748b;
    flex-shrink: 0;
    transition: transform 0.3s, background 0.3s;
}

.at-faq-item.at-open .at-faq-toggle {
    transform: rotate(45deg);
    background: #dbeafe;
    color: #1a56db;
}

.at-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.at-faq-a-inner {
    padding: 0 0 18px;
    font-size: 15px;
    color: #475569;
    line-height: 1.65;
}

/* === FRESHNESS === */
.at-freshness {
    text-align: center;
    padding: 30px 24px;
    background: #f8fafc;
}

.at-freshness-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
}

/* === RESPONSIVE === */
@media (max-width: 900px) {
    .at-cats-grid { grid-template-columns: repeat(2, 1fr); }
    .at-featured-grid { grid-template-columns: repeat(2, 1fr); }
    .at-steps-grid { grid-template-columns: repeat(3, 1fr); }
    .at-eeat { flex-direction: column; text-align: center; padding: 30px 24px; }
    .at-eeat-badges { justify-content: center; }
    .at-stats { grid-template-columns: repeat(2, 1fr); }
    .at-stat { border-bottom: 1px solid #f1f5f9; }
}

@media (max-width: 600px) {
    .at-cats-grid { grid-template-columns: 1fr; }
    .at-featured-grid { grid-template-columns: 1fr; }
    .at-steps-grid { grid-template-columns: 1fr; }
    .at-hero { padding: 50px 16px 40px; }
    .at-section { padding: 40px 16px; }
    .at-hero-desc { font-size: 15px; }
    .at-faq-q h3 { font-size: 15px; }
}


/* === Was ist eine Aktie === */
/* AT Was ist eine Aktie - Content Hook v1.0 */
/* Light Finance Theme */

.at-aktie-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px 0;
    font-family: var(--at-font, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif);
    color: var(--at-text, #1e293b);
    line-height: 1.7;
}

/* Hero */
.at-aktie-hero {
    max-width: 1200px;
    margin: 0 auto 40px;
    background: linear-gradient(135deg, #1a56db, #0f172a);
    color: #fff;
    padding: 45px 35px;
    border-radius: 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.at-aktie-hero::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
    top: -80px;
    right: -60px;
}
.at-aktie-hero h1 {
    font-size: 2.1rem;
    margin-bottom: 14px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    color: #fff;
}
.at-hero-subtitle {
    font-size: 1.15rem;
    opacity: 0.92;
    margin-bottom: 0;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    line-height: 1.6;
}
.at-aktie-hero .at-freshness {
    font-size: 0.82rem;
    opacity: 0.7;
    margin-top: 14px;
}

/* Stats Overview */
.at-stats-overview {
    max-width: 1000px;
    margin: 0 auto 40px;
    background: var(--at-gray-50, #f8fafc);
    padding: 28px;
    border-radius: 16px;
    border-left: 5px solid var(--at-blue, #1a56db);
}
.at-stats-overview h3 {
    color: var(--at-blue, #1a56db);
    margin-bottom: 18px;
    text-align: center;
    font-size: 1.15rem;
}
.at-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}
.at-stat-item {
    background: #fff;
    padding: 18px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    border: 1px solid var(--at-gray-200, #e2e8f0);
}
.at-stat-item .number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--at-blue, #1a56db);
    display: block;
    margin-bottom: 4px;
}
.at-stat-item .label { font-size: 0.88rem; color: var(--at-gray-500, #64748b); }
.at-stat-item .detail { font-size: 0.78rem; color: var(--at-gray-400, #94a3b8); margin-top: 3px; }

/* Content */
.at-aktie-content {
    max-width: 800px;
    margin: 0 auto;
}
.at-aktie-content h2 {
    font-size: 1.55rem;
    color: var(--at-navy-mid, #1e293b);
    margin: 42px 0 14px 0;
    line-height: 1.3;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--at-blue-light, #dbeafe);
}
.at-aktie-content h3 {
    font-size: 1.2rem;
    color: var(--at-navy-mid, #1e293b);
    margin: 28px 0 10px 0;
}
.at-aktie-content p {
    margin: 0 0 18px 0;
    font-size: 1.05rem;
}
.at-aktie-content ul, .at-aktie-content ol {
    margin: 0 0 20px 0;
    padding-left: 20px;
}
.at-aktie-content ul li, .at-aktie-content ol li {
    margin-bottom: 8px;
    line-height: 1.6;
}

/* Answer-First Block */
.at-answer-first {
    background: var(--at-blue-light, #dbeafe);
    border-left: 4px solid var(--at-blue, #1a56db);
    padding: 16px 20px;
    margin: 0 0 24px 0;
    font-size: 1.05rem;
    line-height: 1.6;
    border-radius: 0 8px 8px 0;
}
.at-answer-first strong { color: var(--at-navy-mid, #1e293b); }

/* Stat Highlight */
.at-stat-highlight {
    color: var(--at-blue, #1a56db);
    font-weight: 700;
}
.at-source-cite {
    font-size: 0.85rem;
    color: var(--at-gray-400, #94a3b8);
}

/* Info Box */
.at-info-box {
    background: var(--at-green-light, #d1fae5);
    border-radius: 12px;
    padding: 22px;
    margin: 28px 0;
    border: 1px solid #a7f3d0;
}
.at-info-box h3 { color: var(--at-green, #059669); margin-bottom: 10px; }

/* Warning Box */
.at-warning-box {
    background: var(--at-gold-light, #fef3c7);
    border-left: 4px solid var(--at-gold, #d97706);
    padding: 16px 20px;
    margin: 24px 0;
    border-radius: 0 8px 8px 0;
}

/* Tables */
.at-table-wrapper { overflow-x: auto; margin: 20px 0 28px; }
.at-aktie-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}
.at-aktie-content table th {
    background: var(--at-navy-mid, #1e293b);
    color: #fff;
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 0.88rem;
}
.at-aktie-content table td {
    padding: 11px 16px;
    border-bottom: 1px solid var(--at-gray-200, #e2e8f0);
}
.at-aktie-content table tr:nth-child(even) { background: var(--at-gray-50, #f8fafc); }
.at-aktie-content table tr:hover { background: var(--at-blue-light, #dbeafe); }

/* FAQ Accordion */
.at-faq-section {
    max-width: 800px;
    margin: 50px auto 40px;
    background: var(--at-gray-50, #f8fafc);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid var(--at-gray-200, #e2e8f0);
}
.at-faq-section h2 {
    font-size: 1.4rem;
    color: var(--at-navy-mid, #1e293b);
    margin-bottom: 20px;
    text-align: center;
    border: none;
    padding: 0;
}
.at-faq-item {
    border-bottom: 1px solid var(--at-gray-200, #e2e8f0);
    padding: 0;
}
.at-faq-item:last-child { border-bottom: none; }
.at-faq-item summary {
    padding: 14px 0;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--at-navy-mid, #1e293b);
}
.at-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--at-blue, #1a56db); font-weight: 700; }
.at-faq-item[open] summary::after { content: '−'; }
.at-faq-item summary::-webkit-details-marker { display: none; }
.at-faq-answer {
    padding: 0 0 16px;
    font-size: 0.98rem;
    color: var(--at-gray-600, #475569);
    line-height: 1.7;
}

/* Next Steps */
.at-next-steps {
    max-width: 800px;
    margin: 0 auto 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}
.at-next-link {
    display: block;
    background: #fff;
    border: 2px solid var(--at-gray-200, #e2e8f0);
    border-radius: 12px;
    padding: 20px;
    text-decoration: none;
    transition: border-color 0.2s, transform 0.2s;
    color: var(--at-text, #1e293b);
}
.at-next-link:hover {
    border-color: var(--at-blue, #1a56db);
    transform: translateY(-2px);
    color: var(--at-text, #1e293b);
}
.at-next-link .at-next-label {
    font-size: 0.78rem;
    color: var(--at-blue, #1a56db);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}
.at-next-link h4 { font-size: 1rem; margin: 0 0 4px; }
.at-next-link p { font-size: 0.85rem; color: var(--at-gray-500, #64748b); margin: 0; }

/* Disclaimer */
.at-disclaimer {
    max-width: 800px;
    margin: 0 auto 30px;
    background: var(--at-gray-50, #f8fafc);
    border: 1px solid var(--at-gray-200, #e2e8f0);
    border-radius: 8px;
    padding: 16px 20px;
    font-size: 0.82rem;
    color: var(--at-gray-500, #64748b);
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .at-aktie-hero { padding: 30px 20px; }
    .at-aktie-hero h1 { font-size: 1.6rem; }
    .at-aktie-content h2 { font-size: 1.3rem; }
    .at-stats-grid { grid-template-columns: 1fr 1fr; }
    .at-next-steps { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .at-stats-grid { grid-template-columns: 1fr; }
    .at-aktie-hero h1 { font-size: 1.35rem; }
}


/* === Anlagestrategien === */
/* AT Anlagestrategien - Content Hook v1.0 */
/* Light Finance Theme */

.at-strategie-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px 0;
    font-family: var(--at-font, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif);
    color: var(--at-text, #1e293b);
    line-height: 1.7;
}

/* Hero */
.at-strategie-hero {
    max-width: 1200px;
    margin: 0 auto 40px;
    background: linear-gradient(135deg, #1a56db, #0f172a);
    color: #fff;
    padding: 45px 35px;
    border-radius: 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.at-strategie-hero::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
    top: -80px;
    right: -60px;
}
.at-strategie-hero h1 {
    font-size: 2.1rem;
    margin-bottom: 14px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    color: #fff;
}
.at-hero-subtitle {
    font-size: 1.15rem;
    opacity: 0.92;
    margin-bottom: 0;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    line-height: 1.6;
}
.at-strategie-hero .at-freshness {
    font-size: 0.82rem;
    opacity: 0.7;
    margin-top: 14px;
}

/* Stats Overview */
.at-strategie-stats {
    max-width: 1000px;
    margin: 0 auto 40px;
    background: var(--at-gray-50, #f8fafc);
    padding: 28px;
    border-radius: 16px;
    border-left: 5px solid var(--at-blue, #1a56db);
}
.at-strategie-stats h3 {
    color: var(--at-blue, #1a56db);
    margin-bottom: 18px;
    text-align: center;
    font-size: 1.15rem;
}
.at-strategie-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}
.at-strategie-stat {
    background: #fff;
    padding: 18px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    border: 1px solid var(--at-gray-200, #e2e8f0);
}
.at-strategie-stat .number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--at-blue, #1a56db);
    display: block;
    margin-bottom: 4px;
}
.at-strategie-stat .label { font-size: 0.88rem; color: var(--at-gray-500, #64748b); }
.at-strategie-stat .detail { font-size: 0.78rem; color: var(--at-gray-400, #94a3b8); margin-top: 3px; }

/* Content */
.at-strategie-content {
    max-width: 800px;
    margin: 0 auto;
}
.at-strategie-content h2 {
    font-size: 1.55rem;
    color: var(--at-navy-mid, #1e293b);
    margin: 42px 0 14px 0;
    line-height: 1.3;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--at-blue-light, #dbeafe);
}
.at-strategie-content h3 {
    font-size: 1.2rem;
    color: var(--at-navy-mid, #1e293b);
    margin: 28px 0 10px 0;
}
.at-strategie-content p {
    margin: 0 0 18px 0;
    font-size: 1.05rem;
}
.at-strategie-content ul, .at-strategie-content ol {
    margin: 0 0 20px 0;
    padding-left: 20px;
}
.at-strategie-content ul li, .at-strategie-content ol li {
    margin-bottom: 8px;
    line-height: 1.6;
}

/* Answer-First Block */
.at-answer-first {
    background: var(--at-blue-light, #dbeafe);
    border-left: 4px solid var(--at-blue, #1a56db);
    padding: 16px 20px;
    margin: 0 0 24px 0;
    font-size: 1.05rem;
    line-height: 1.6;
    border-radius: 0 8px 8px 0;
}
.at-answer-first strong { color: var(--at-navy-mid, #1e293b); }

/* Stat Highlight */
.at-stat-highlight {
    color: var(--at-blue, #1a56db);
    font-weight: 700;
}
.at-source-cite {
    font-size: 0.85rem;
    color: var(--at-gray-400, #94a3b8);
}

/* Info Box */
.at-info-box {
    background: var(--at-green-light, #d1fae5);
    border-radius: 12px;
    padding: 22px;
    margin: 28px 0;
    border: 1px solid #a7f3d0;
}
.at-info-box h3 { color: var(--at-green, #059669); margin-bottom: 10px; }

/* Warning Box */
.at-warning-box {
    background: var(--at-gold-light, #fef3c7);
    border-left: 4px solid var(--at-gold, #d97706);
    padding: 16px 20px;
    margin: 24px 0;
    border-radius: 0 8px 8px 0;
}

/* Tables */
.at-table-wrapper { overflow-x: auto; margin: 20px 0 28px; }
.at-strategie-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}
.at-strategie-content table th {
    background: var(--at-navy-mid, #1e293b);
    color: #fff;
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 0.88rem;
}
.at-strategie-content table td {
    padding: 11px 16px;
    border-bottom: 1px solid var(--at-gray-200, #e2e8f0);
}
.at-strategie-content table tr:nth-child(even) { background: var(--at-gray-50, #f8fafc); }
.at-strategie-content table tr:hover { background: var(--at-blue-light, #dbeafe); }

/* FAQ Accordion */
.at-strategie-faq {
    max-width: 800px;
    margin: 50px auto 40px;
    background: var(--at-gray-50, #f8fafc);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid var(--at-gray-200, #e2e8f0);
}
.at-strategie-faq h2 {
    font-size: 1.4rem;
    color: var(--at-navy-mid, #1e293b);
    margin-bottom: 20px;
    text-align: center;
    border: none;
    padding: 0;
}
.at-faq-item {
    border-bottom: 1px solid var(--at-gray-200, #e2e8f0);
    padding: 0;
}
.at-faq-item:last-child { border-bottom: none; }
.at-faq-item summary {
    padding: 14px 0;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--at-navy-mid, #1e293b);
}
.at-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--at-blue, #1a56db); font-weight: 700; }
.at-faq-item[open] summary::after { content: '&minus;'; }
.at-faq-item summary::-webkit-details-marker { display: none; }
.at-faq-answer {
    padding: 0 0 16px;
    font-size: 0.98rem;
    color: var(--at-gray-600, #475569);
    line-height: 1.7;
}

/* Next Steps */
.at-strategie-next {
    max-width: 800px;
    margin: 0 auto 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}
.at-next-link {
    display: block;
    background: #fff;
    border: 2px solid var(--at-gray-200, #e2e8f0);
    border-radius: 12px;
    padding: 20px;
    text-decoration: none;
    transition: border-color 0.2s, transform 0.2s;
    color: var(--at-text, #1e293b);
}
.at-next-link:hover {
    border-color: var(--at-blue, #1a56db);
    transform: translateY(-2px);
    color: var(--at-text, #1e293b);
}
.at-next-link .at-next-label {
    font-size: 0.78rem;
    color: var(--at-blue, #1a56db);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}
.at-next-link h4 { font-size: 1rem; margin: 0 0 4px; }
.at-next-link p { font-size: 0.85rem; color: var(--at-gray-500, #64748b); margin: 0; }

/* Disclaimer */
.at-strategie-disclaimer {
    max-width: 800px;
    margin: 0 auto 30px;
    background: var(--at-gray-50, #f8fafc);
    border: 1px solid var(--at-gray-200, #e2e8f0);
    border-radius: 8px;
    padding: 16px 20px;
    font-size: 0.82rem;
    color: var(--at-gray-500, #64748b);
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .at-strategie-hero { padding: 30px 20px; }
    .at-strategie-hero h1 { font-size: 1.6rem; }
    .at-strategie-content h2 { font-size: 1.3rem; }
    .at-strategie-stats-grid { grid-template-columns: 1fr 1fr; }
    .at-strategie-next { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .at-strategie-stats-grid { grid-template-columns: 1fr; }
    .at-strategie-hero h1 { font-size: 1.35rem; }
}


/* === Depot eroeffnen === */
/* AT Depot eroeffnen - Content Hook v1.0 */
/* Light Finance Theme */

.at-depot-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px 0;
    font-family: var(--at-font, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif);
    color: var(--at-text, #1e293b);
    line-height: 1.7;
}

/* Hero */
.at-depot-hero {
    max-width: 1200px;
    margin: 0 auto 40px;
    background: linear-gradient(135deg, #1a56db, #0f172a);
    color: #fff;
    padding: 45px 35px;
    border-radius: 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.at-depot-hero::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
    top: -80px;
    right: -60px;
}
.at-depot-hero h1 {
    font-size: 2.1rem;
    margin-bottom: 14px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    color: #fff;
}
.at-depot-hero .at-hero-subtitle {
    font-size: 1.15rem;
    opacity: 0.92;
    margin-bottom: 0;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    line-height: 1.6;
}
.at-depot-hero .at-freshness {
    font-size: 0.82rem;
    opacity: 0.7;
    margin-top: 14px;
}

/* Stats Overview */
.at-depot-stats {
    max-width: 1000px;
    margin: 0 auto 40px;
    background: var(--at-gray-50, #f8fafc);
    padding: 28px;
    border-radius: 16px;
    border-left: 5px solid var(--at-blue, #1a56db);
}
.at-depot-stats h3 {
    color: var(--at-blue, #1a56db);
    margin-bottom: 18px;
    text-align: center;
    font-size: 1.15rem;
}
.at-depot-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}
.at-depot-stat {
    background: #fff;
    padding: 18px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    border: 1px solid var(--at-gray-200, #e2e8f0);
}
.at-depot-stat .number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--at-blue, #1a56db);
    display: block;
    margin-bottom: 4px;
}
.at-depot-stat .label { font-size: 0.88rem; color: var(--at-gray-500, #64748b); }
.at-depot-stat .detail { font-size: 0.78rem; color: var(--at-gray-400, #94a3b8); margin-top: 3px; }

/* Content */
.at-depot-content {
    max-width: 800px;
    margin: 0 auto;
}
.at-depot-content h2 {
    font-size: 1.55rem;
    color: var(--at-navy-mid, #1e293b);
    margin: 42px 0 14px 0;
    line-height: 1.3;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--at-blue-light, #dbeafe);
}
.at-depot-content h3 {
    font-size: 1.2rem;
    color: var(--at-navy-mid, #1e293b);
    margin: 28px 0 10px 0;
}
.at-depot-content p {
    margin: 0 0 18px 0;
    font-size: 1.05rem;
}
.at-depot-content ul, .at-depot-content ol {
    margin: 0 0 20px 0;
    padding-left: 20px;
}
.at-depot-content ul li, .at-depot-content ol li {
    margin-bottom: 8px;
    line-height: 1.6;
}

/* Answer-First Block */
.at-answer-first {
    background: var(--at-blue-light, #dbeafe);
    border-left: 4px solid var(--at-blue, #1a56db);
    padding: 16px 20px;
    margin: 0 0 24px 0;
    font-size: 1.05rem;
    line-height: 1.6;
    border-radius: 0 8px 8px 0;
}
.at-answer-first strong { color: var(--at-navy-mid, #1e293b); }

/* Stat Highlight */
.at-stat-highlight {
    color: var(--at-blue, #1a56db);
    font-weight: 700;
}
.at-source-cite {
    font-size: 0.85rem;
    color: var(--at-gray-400, #94a3b8);
}

/* Info Box */
.at-info-box {
    background: var(--at-green-light, #d1fae5);
    border-radius: 12px;
    padding: 22px;
    margin: 28px 0;
    border: 1px solid #a7f3d0;
}
.at-info-box h3 { color: var(--at-green, #059669); margin-bottom: 10px; }

/* Warning Box */
.at-warning-box {
    background: var(--at-gold-light, #fef3c7);
    border-left: 4px solid var(--at-gold, #d97706);
    padding: 16px 20px;
    margin: 24px 0;
    border-radius: 0 8px 8px 0;
}

/* Tables */
.at-table-wrapper { overflow-x: auto; margin: 20px 0 28px; }
.at-depot-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}
.at-depot-content table th {
    background: var(--at-navy-mid, #1e293b);
    color: #fff;
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 0.88rem;
}
.at-depot-content table td {
    padding: 11px 16px;
    border-bottom: 1px solid var(--at-gray-200, #e2e8f0);
}
.at-depot-content table tr:nth-child(even) { background: var(--at-gray-50, #f8fafc); }
.at-depot-content table tr:hover { background: var(--at-blue-light, #dbeafe); }

/* FAQ Accordion */
.at-depot-faq {
    max-width: 800px;
    margin: 50px auto 40px;
    background: var(--at-gray-50, #f8fafc);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid var(--at-gray-200, #e2e8f0);
}
.at-depot-faq h2 {
    font-size: 1.4rem;
    color: var(--at-navy-mid, #1e293b);
    margin-bottom: 20px;
    text-align: center;
    border: none;
    padding: 0;
}
.at-depot-faq-item {
    border-bottom: 1px solid var(--at-gray-200, #e2e8f0);
    padding: 0;
}
.at-depot-faq-item:last-child { border-bottom: none; }
.at-depot-faq-item summary {
    padding: 14px 0;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--at-navy-mid, #1e293b);
}
.at-depot-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--at-blue, #1a56db); font-weight: 700; }
.at-depot-faq-item[open] summary::after { content: '&minus;'; }
.at-depot-faq-item summary::-webkit-details-marker { display: none; }
.at-depot-faq-answer {
    padding: 0 0 16px;
    font-size: 0.98rem;
    color: var(--at-gray-600, #475569);
    line-height: 1.7;
}

/* Next Steps */
.at-depot-next {
    max-width: 800px;
    margin: 0 auto 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}
.at-depot-next-link {
    display: block;
    background: #fff;
    border: 2px solid var(--at-gray-200, #e2e8f0);
    border-radius: 12px;
    padding: 20px;
    text-decoration: none;
    transition: border-color 0.2s, transform 0.2s;
    color: var(--at-text, #1e293b);
}
.at-depot-next-link:hover {
    border-color: var(--at-blue, #1a56db);
    transform: translateY(-2px);
    color: var(--at-text, #1e293b);
}
.at-depot-next-link .at-next-label {
    font-size: 0.78rem;
    color: var(--at-blue, #1a56db);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}
.at-depot-next-link h4 { font-size: 1rem; margin: 0 0 4px; }
.at-depot-next-link p { font-size: 0.85rem; color: var(--at-gray-500, #64748b); margin: 0; }

/* Disclaimer */
.at-depot-disclaimer {
    max-width: 800px;
    margin: 0 auto 30px;
    background: var(--at-gray-50, #f8fafc);
    border: 1px solid var(--at-gray-200, #e2e8f0);
    border-radius: 8px;
    padding: 16px 20px;
    font-size: 0.82rem;
    color: var(--at-gray-500, #64748b);
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .at-depot-hero { padding: 30px 20px; }
    .at-depot-hero h1 { font-size: 1.6rem; }
    .at-depot-content h2 { font-size: 1.3rem; }
    .at-depot-stats-grid { grid-template-columns: 1fr 1fr; }
    .at-depot-next { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .at-depot-stats-grid { grid-template-columns: 1fr; }
    .at-depot-hero h1 { font-size: 1.35rem; }
}


/* === Orderarten erklaert === */
/* AT Orderarten erklaert - Content Hook v1.0 */
/* Light Finance Theme */

.at-order-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px 0;
    font-family: var(--at-font, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif);
    color: var(--at-text, #1e293b);
    line-height: 1.7;
}

/* Hero */
.at-order-hero {
    max-width: 1200px;
    margin: 0 auto 40px;
    background: linear-gradient(135deg, #1a56db, #0f172a);
    color: #fff;
    padding: 45px 35px;
    border-radius: 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.at-order-hero::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
    top: -80px;
    right: -60px;
}
.at-order-hero h1 {
    font-size: 2.1rem;
    margin-bottom: 14px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    color: #fff;
}
.at-order-hero .at-hero-subtitle {
    font-size: 1.15rem;
    opacity: 0.92;
    margin-bottom: 0;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    line-height: 1.6;
}
.at-order-hero .at-freshness {
    font-size: 0.82rem;
    opacity: 0.7;
    margin-top: 14px;
}

/* Stats Overview */
.at-order-stats {
    max-width: 1000px;
    margin: 0 auto 40px;
    background: var(--at-gray-50, #f8fafc);
    padding: 28px;
    border-radius: 16px;
    border-left: 5px solid var(--at-blue, #1a56db);
}
.at-order-stats h3 {
    color: var(--at-blue, #1a56db);
    margin-bottom: 18px;
    text-align: center;
    font-size: 1.15rem;
}
.at-order-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}
.at-order-stat-item {
    background: #fff;
    padding: 18px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    border: 1px solid var(--at-gray-200, #e2e8f0);
}
.at-order-stat-item .number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--at-blue, #1a56db);
    display: block;
    margin-bottom: 4px;
}
.at-order-stat-item .label { font-size: 0.88rem; color: var(--at-gray-500, #64748b); }
.at-order-stat-item .detail { font-size: 0.78rem; color: var(--at-gray-400, #94a3b8); margin-top: 3px; }

/* Content */
.at-order-content {
    max-width: 800px;
    margin: 0 auto;
}
.at-order-content h2 {
    font-size: 1.55rem;
    color: var(--at-navy-mid, #1e293b);
    margin: 42px 0 14px 0;
    line-height: 1.3;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--at-blue-light, #dbeafe);
}
.at-order-content h3 {
    font-size: 1.2rem;
    color: var(--at-navy-mid, #1e293b);
    margin: 28px 0 10px 0;
}
.at-order-content p {
    margin: 0 0 18px 0;
    font-size: 1.05rem;
}
.at-order-content ul, .at-order-content ol {
    margin: 0 0 20px 0;
    padding-left: 20px;
}
.at-order-content ul li, .at-order-content ol li {
    margin-bottom: 8px;
    line-height: 1.6;
}

/* Answer-First Block */
.at-answer-first {
    background: var(--at-blue-light, #dbeafe);
    border-left: 4px solid var(--at-blue, #1a56db);
    padding: 16px 20px;
    margin: 0 0 24px 0;
    font-size: 1.05rem;
    line-height: 1.6;
    border-radius: 0 8px 8px 0;
}
.at-answer-first strong { color: var(--at-navy-mid, #1e293b); }

/* Stat Highlight */
.at-order-highlight {
    color: var(--at-blue, #1a56db);
    font-weight: 700;
}
.at-source-cite {
    font-size: 0.85rem;
    color: var(--at-gray-400, #94a3b8);
}

/* Info Box */
.at-order-info-box {
    background: var(--at-green-light, #d1fae5);
    border-radius: 12px;
    padding: 22px;
    margin: 28px 0;
    border: 1px solid #a7f3d0;
}
.at-order-info-box h3 { color: var(--at-green, #059669); margin-bottom: 10px; }

/* Warning Box */
.at-order-warning {
    background: var(--at-gold-light, #fef3c7);
    border-left: 4px solid var(--at-gold, #d97706);
    padding: 16px 20px;
    margin: 24px 0;
    border-radius: 0 8px 8px 0;
}

/* Tables */
.at-order-table-wrap { overflow-x: auto; margin: 20px 0 28px; }
.at-order-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}
.at-order-content table th {
    background: var(--at-navy-mid, #1e293b);
    color: #fff;
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 0.88rem;
}
.at-order-content table td {
    padding: 11px 16px;
    border-bottom: 1px solid var(--at-gray-200, #e2e8f0);
}
.at-order-content table tr:nth-child(even) { background: var(--at-gray-50, #f8fafc); }
.at-order-content table tr:hover { background: var(--at-blue-light, #dbeafe); }

/* FAQ Accordion */
.at-order-faq {
    max-width: 800px;
    margin: 50px auto 40px;
    background: var(--at-gray-50, #f8fafc);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid var(--at-gray-200, #e2e8f0);
}
.at-order-faq h2 {
    font-size: 1.4rem;
    color: var(--at-navy-mid, #1e293b);
    margin-bottom: 20px;
    text-align: center;
    border: none;
    padding: 0;
}
.at-order-faq-item {
    border-bottom: 1px solid var(--at-gray-200, #e2e8f0);
    padding: 0;
}
.at-order-faq-item:last-child { border-bottom: none; }
.at-order-faq-item summary {
    padding: 14px 0;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--at-navy-mid, #1e293b);
}
.at-order-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--at-blue, #1a56db); font-weight: 700; }
.at-order-faq-item[open] summary::after { content: '2212'; }
.at-order-faq-item summary::-webkit-details-marker { display: none; }
.at-order-faq-answer {
    padding: 0 0 16px;
    font-size: 0.98rem;
    color: var(--at-gray-600, #475569);
    line-height: 1.7;
}

/* Next Steps */
.at-order-next-steps {
    max-width: 800px;
    margin: 0 auto 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}
.at-order-next-link {
    display: block;
    background: #fff;
    border: 2px solid var(--at-gray-200, #e2e8f0);
    border-radius: 12px;
    padding: 20px;
    text-decoration: none;
    transition: border-color 0.2s, transform 0.2s;
    color: var(--at-text, #1e293b);
}
.at-order-next-link:hover {
    border-color: var(--at-blue, #1a56db);
    transform: translateY(-2px);
    color: var(--at-text, #1e293b);
}
.at-order-next-link .at-order-next-label {
    font-size: 0.78rem;
    color: var(--at-blue, #1a56db);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}
.at-order-next-link h4 { font-size: 1rem; margin: 0 0 4px; }
.at-order-next-link p { font-size: 0.85rem; color: var(--at-gray-500, #64748b); margin: 0; }

/* Disclaimer */
.at-order-disclaimer {
    max-width: 800px;
    margin: 0 auto 30px;
    background: var(--at-gray-50, #f8fafc);
    border: 1px solid var(--at-gray-200, #e2e8f0);
    border-radius: 8px;
    padding: 16px 20px;
    font-size: 0.82rem;
    color: var(--at-gray-500, #64748b);
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .at-order-hero { padding: 30px 20px; }
    .at-order-hero h1 { font-size: 1.6rem; }
    .at-order-content h2 { font-size: 1.3rem; }
    .at-order-stats-grid { grid-template-columns: 1fr 1fr; }
    .at-order-next-steps { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .at-order-stats-grid { grid-template-columns: 1fr; }
    .at-order-hero h1 { font-size: 1.35rem; }
}


/* === Trading-Stile === */
/* AT Trading-Stile - Content Hook v1.0 */
/* Light Finance Theme */

.at-trading-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px 0;
    font-family: var(--at-font, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif);
    color: var(--at-text, #1e293b);
    line-height: 1.7;
}

/* Hero */
.at-trading-hero {
    max-width: 1200px;
    margin: 0 auto 40px;
    background: linear-gradient(135deg, #1a56db, #0f172a);
    color: #fff;
    padding: 45px 35px;
    border-radius: 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.at-trading-hero::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
    top: -80px;
    right: -60px;
}
.at-trading-hero h1 {
    font-size: 2.1rem;
    margin-bottom: 14px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    color: #fff;
}
.at-trading-hero .at-hero-subtitle {
    font-size: 1.15rem;
    opacity: 0.92;
    margin-bottom: 0;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    line-height: 1.6;
}
.at-trading-hero .at-freshness {
    font-size: 0.82rem;
    opacity: 0.7;
    margin-top: 14px;
}

/* Stats Overview */
.at-trading-stats {
    max-width: 1000px;
    margin: 0 auto 40px;
    background: var(--at-gray-50, #f8fafc);
    padding: 28px;
    border-radius: 16px;
    border-left: 5px solid var(--at-blue, #1a56db);
}
.at-trading-stats h3 {
    color: var(--at-blue, #1a56db);
    margin-bottom: 18px;
    text-align: center;
    font-size: 1.15rem;
}
.at-trading-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}
.at-trading-stat-item {
    background: #fff;
    padding: 18px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    border: 1px solid var(--at-gray-200, #e2e8f0);
}
.at-trading-stat-item .number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--at-blue, #1a56db);
    display: block;
    margin-bottom: 4px;
}
.at-trading-stat-item .label { font-size: 0.88rem; color: var(--at-gray-500, #64748b); }
.at-trading-stat-item .detail { font-size: 0.78rem; color: var(--at-gray-400, #94a3b8); margin-top: 3px; }

/* Content */
.at-trading-content {
    max-width: 800px;
    margin: 0 auto;
}
.at-trading-content h2 {
    font-size: 1.55rem;
    color: var(--at-navy-mid, #1e293b);
    margin: 42px 0 14px 0;
    line-height: 1.3;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--at-blue-light, #dbeafe);
}
.at-trading-content h3 {
    font-size: 1.2rem;
    color: var(--at-navy-mid, #1e293b);
    margin: 28px 0 10px 0;
}
.at-trading-content p {
    margin: 0 0 18px 0;
    font-size: 1.05rem;
}
.at-trading-content ul, .at-trading-content ol {
    margin: 0 0 20px 0;
    padding-left: 20px;
}
.at-trading-content ul li, .at-trading-content ol li {
    margin-bottom: 8px;
    line-height: 1.6;
}

/* Answer-First Block */
.at-answer-first {
    background: var(--at-blue-light, #dbeafe);
    border-left: 4px solid var(--at-blue, #1a56db);
    padding: 16px 20px;
    margin: 0 0 24px 0;
    font-size: 1.05rem;
    line-height: 1.6;
    border-radius: 0 8px 8px 0;
}
.at-answer-first strong { color: var(--at-navy-mid, #1e293b); }

/* Stat Highlight */
.at-stat-highlight {
    color: var(--at-blue, #1a56db);
    font-weight: 700;
}
.at-source-cite {
    font-size: 0.85rem;
    color: var(--at-gray-400, #94a3b8);
}

/* Info Box */
.at-info-box {
    background: var(--at-green-light, #d1fae5);
    border-radius: 12px;
    padding: 22px;
    margin: 28px 0;
    border: 1px solid #a7f3d0;
}
.at-info-box h3 { color: var(--at-green, #059669); margin-bottom: 10px; }

/* Warning Box */
.at-warning-box {
    background: var(--at-gold-light, #fef3c7);
    border-left: 4px solid var(--at-gold, #d97706);
    padding: 16px 20px;
    margin: 24px 0;
    border-radius: 0 8px 8px 0;
}

/* Tables */
.at-table-wrapper { overflow-x: auto; margin: 20px 0 28px; }
.at-trading-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}
.at-trading-content table th {
    background: var(--at-navy-mid, #1e293b);
    color: #fff;
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 0.88rem;
}
.at-trading-content table td {
    padding: 11px 16px;
    border-bottom: 1px solid var(--at-gray-200, #e2e8f0);
}
.at-trading-content table tr:nth-child(even) { background: var(--at-gray-50, #f8fafc); }
.at-trading-content table tr:hover { background: var(--at-blue-light, #dbeafe); }

/* FAQ Accordion */
.at-trading-faq {
    max-width: 800px;
    margin: 50px auto 40px;
    background: var(--at-gray-50, #f8fafc);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid var(--at-gray-200, #e2e8f0);
}
.at-trading-faq h2 {
    font-size: 1.4rem;
    color: var(--at-navy-mid, #1e293b);
    margin-bottom: 20px;
    text-align: center;
    border: none;
    padding: 0;
}
.at-faq-item {
    border-bottom: 1px solid var(--at-gray-200, #e2e8f0);
    padding: 0;
}
.at-faq-item:last-child { border-bottom: none; }
.at-faq-item summary {
    padding: 14px 0;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--at-navy-mid, #1e293b);
}
.at-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--at-blue, #1a56db); font-weight: 700; }
.at-faq-item[open] summary::after { content: '&minus;'; }
.at-faq-item summary::-webkit-details-marker { display: none; }
.at-faq-answer {
    padding: 0 0 16px;
    font-size: 0.98rem;
    color: var(--at-gray-600, #475569);
    line-height: 1.7;
}

/* Next Steps */
.at-trading-next {
    max-width: 800px;
    margin: 0 auto 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}
.at-next-link {
    display: block;
    background: #fff;
    border: 2px solid var(--at-gray-200, #e2e8f0);
    border-radius: 12px;
    padding: 20px;
    text-decoration: none;
    transition: border-color 0.2s, transform 0.2s;
    color: var(--at-text, #1e293b);
}
.at-next-link:hover {
    border-color: var(--at-blue, #1a56db);
    transform: translateY(-2px);
    color: var(--at-text, #1e293b);
}
.at-next-link .at-next-label {
    font-size: 0.78rem;
    color: var(--at-blue, #1a56db);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}
.at-next-link h4 { font-size: 1rem; margin: 0 0 4px; }
.at-next-link p { font-size: 0.85rem; color: var(--at-gray-500, #64748b); margin: 0; }

/* Disclaimer */
.at-trading-disclaimer {
    max-width: 800px;
    margin: 0 auto 30px;
    background: var(--at-gray-50, #f8fafc);
    border: 1px solid var(--at-gray-200, #e2e8f0);
    border-radius: 8px;
    padding: 16px 20px;
    font-size: 0.82rem;
    color: var(--at-gray-500, #64748b);
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .at-trading-hero { padding: 30px 20px; }
    .at-trading-hero h1 { font-size: 1.6rem; }
    .at-trading-content h2 { font-size: 1.3rem; }
    .at-trading-stats-grid { grid-template-columns: 1fr 1fr; }
    .at-trading-next { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .at-trading-stats-grid { grid-template-columns: 1fr; }
    .at-trading-hero h1 { font-size: 1.35rem; }
}


/* === Diversifikation === */
/* AT Diversifikation - Content Hook v1.0 */
/* Light Finance Theme */

.at-diver-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px 0;
    font-family: var(--at-font, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif);
    color: var(--at-text, #1e293b);
    line-height: 1.7;
}

/* Hero */
.at-diver-hero {
    max-width: 1200px;
    margin: 0 auto 40px;
    background: linear-gradient(135deg, #1a56db, #0f172a);
    color: #fff;
    padding: 45px 35px;
    border-radius: 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.at-diver-hero::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
    top: -80px;
    right: -60px;
}
.at-diver-hero h1 {
    font-size: 2.1rem;
    margin-bottom: 14px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    color: #fff;
}
.at-diver-hero .at-hero-subtitle {
    font-size: 1.15rem;
    opacity: 0.92;
    margin-bottom: 0;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    line-height: 1.6;
}
.at-diver-hero .at-freshness {
    font-size: 0.82rem;
    opacity: 0.7;
    margin-top: 14px;
}

/* Stats Overview */
.at-diver-stats {
    max-width: 1000px;
    margin: 0 auto 40px;
    background: var(--at-gray-50, #f8fafc);
    padding: 28px;
    border-radius: 16px;
    border-left: 5px solid var(--at-blue, #1a56db);
}
.at-diver-stats h3 {
    color: var(--at-blue, #1a56db);
    margin-bottom: 18px;
    text-align: center;
    font-size: 1.15rem;
}
.at-diver-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}
.at-diver-stat {
    background: #fff;
    padding: 18px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    border: 1px solid var(--at-gray-200, #e2e8f0);
}
.at-diver-stat .number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--at-blue, #1a56db);
    display: block;
    margin-bottom: 4px;
}
.at-diver-stat .label { font-size: 0.88rem; color: var(--at-gray-500, #64748b); }
.at-diver-stat .detail { font-size: 0.78rem; color: var(--at-gray-400, #94a3b8); margin-top: 3px; }

/* Content */
.at-diver-content {
    max-width: 800px;
    margin: 0 auto;
}
.at-diver-content h2 {
    font-size: 1.55rem;
    color: var(--at-navy-mid, #1e293b);
    margin: 42px 0 14px 0;
    line-height: 1.3;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--at-blue-light, #dbeafe);
}
.at-diver-content h3 {
    font-size: 1.2rem;
    color: var(--at-navy-mid, #1e293b);
    margin: 28px 0 10px 0;
}
.at-diver-content p {
    margin: 0 0 18px 0;
    font-size: 1.05rem;
}
.at-diver-content ul, .at-diver-content ol {
    margin: 0 0 20px 0;
    padding-left: 20px;
}
.at-diver-content ul li, .at-diver-content ol li {
    margin-bottom: 8px;
    line-height: 1.6;
}

/* Answer-First Block */
.at-answer-first {
    background: var(--at-blue-light, #dbeafe);
    border-left: 4px solid var(--at-blue, #1a56db);
    padding: 16px 20px;
    margin: 0 0 24px 0;
    font-size: 1.05rem;
    line-height: 1.6;
    border-radius: 0 8px 8px 0;
}
.at-answer-first strong { color: var(--at-navy-mid, #1e293b); }

/* Stat Highlight */
.at-diver-highlight {
    color: var(--at-blue, #1a56db);
    font-weight: 700;
}
.at-diver-cite {
    font-size: 0.85rem;
    color: var(--at-gray-400, #94a3b8);
}

/* Info Box */
.at-diver-info {
    background: var(--at-green-light, #d1fae5);
    border-radius: 12px;
    padding: 22px;
    margin: 28px 0;
    border: 1px solid #a7f3d0;
}
.at-diver-info h3 { color: var(--at-green, #059669); margin-bottom: 10px; }

/* Warning Box */
.at-diver-warning {
    background: var(--at-gold-light, #fef3c7);
    border-left: 4px solid var(--at-gold, #d97706);
    padding: 16px 20px;
    margin: 24px 0;
    border-radius: 0 8px 8px 0;
}

/* Tables */
.at-diver-table-wrap { overflow-x: auto; margin: 20px 0 28px; }
.at-diver-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}
.at-diver-content table th {
    background: var(--at-navy-mid, #1e293b);
    color: #fff;
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 0.88rem;
}
.at-diver-content table td {
    padding: 11px 16px;
    border-bottom: 1px solid var(--at-gray-200, #e2e8f0);
}
.at-diver-content table tr:nth-child(even) { background: var(--at-gray-50, #f8fafc); }
.at-diver-content table tr:hover { background: var(--at-blue-light, #dbeafe); }

/* FAQ Accordion */
.at-diver-faq {
    max-width: 800px;
    margin: 50px auto 40px;
    background: var(--at-gray-50, #f8fafc);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid var(--at-gray-200, #e2e8f0);
}
.at-diver-faq h2 {
    font-size: 1.4rem;
    color: var(--at-navy-mid, #1e293b);
    margin-bottom: 20px;
    text-align: center;
    border: none;
    padding: 0;
}
.at-diver-faq-item {
    border-bottom: 1px solid var(--at-gray-200, #e2e8f0);
    padding: 0;
}
.at-diver-faq-item:last-child { border-bottom: none; }
.at-diver-faq-item summary {
    padding: 14px 0;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--at-navy-mid, #1e293b);
}
.at-diver-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--at-blue, #1a56db); font-weight: 700; }
.at-diver-faq-item[open] summary::after { content: '&minus;'; }
.at-diver-faq-item summary::-webkit-details-marker { display: none; }
.at-diver-faq-answer {
    padding: 0 0 16px;
    font-size: 0.98rem;
    color: var(--at-gray-600, #475569);
    line-height: 1.7;
}

/* Next Steps */
.at-diver-next {
    max-width: 800px;
    margin: 0 auto 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}
.at-diver-next-link {
    display: block;
    background: #fff;
    border: 2px solid var(--at-gray-200, #e2e8f0);
    border-radius: 12px;
    padding: 20px;
    text-decoration: none;
    transition: border-color 0.2s, transform 0.2s;
    color: var(--at-text, #1e293b);
}
.at-diver-next-link:hover {
    border-color: var(--at-blue, #1a56db);
    transform: translateY(-2px);
    color: var(--at-text, #1e293b);
}
.at-diver-next-link .at-diver-next-label {
    font-size: 0.78rem;
    color: var(--at-blue, #1a56db);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}
.at-diver-next-link h4 { font-size: 1rem; margin: 0 0 4px; }
.at-diver-next-link p { font-size: 0.85rem; color: var(--at-gray-500, #64748b); margin: 0; }

/* Disclaimer */
.at-diver-disclaimer {
    max-width: 800px;
    margin: 0 auto 30px;
    background: var(--at-gray-50, #f8fafc);
    border: 1px solid var(--at-gray-200, #e2e8f0);
    border-radius: 8px;
    padding: 16px 20px;
    font-size: 0.82rem;
    color: var(--at-gray-500, #64748b);
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .at-diver-hero { padding: 30px 20px; }
    .at-diver-hero h1 { font-size: 1.6rem; }
    .at-diver-content h2 { font-size: 1.3rem; }
    .at-diver-stats-grid { grid-template-columns: 1fr 1fr; }
    .at-diver-next { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .at-diver-stats-grid { grid-template-columns: 1fr; }
    .at-diver-hero h1 { font-size: 1.35rem; }
}


/* === ETF-Sparplan fuer Anfaenger === */
/* AT ETF-Sparplan - Content Hook v1.0 */
/* Light Finance Theme */

.at-etf-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px 0;
    font-family: var(--at-font, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif);
    color: var(--at-text, #1e293b);
    line-height: 1.7;
}

/* Hero */
.at-etf-hero {
    max-width: 1200px;
    margin: 0 auto 40px;
    background: linear-gradient(135deg, #059669, #1a56db);
    color: #fff;
    padding: 45px 35px;
    border-radius: 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.at-etf-hero::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
    top: -80px;
    right: -60px;
}
.at-etf-hero h1 {
    font-size: 2.1rem;
    margin-bottom: 14px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    color: #fff;
}
.at-etf-hero .at-hero-subtitle {
    font-size: 1.15rem;
    opacity: 0.92;
    margin-bottom: 0;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    line-height: 1.6;
}
.at-etf-hero .at-freshness {
    font-size: 0.82rem;
    opacity: 0.7;
    margin-top: 14px;
}

/* Stats Overview */
.at-etf-stats {
    max-width: 1000px;
    margin: 0 auto 40px;
    background: var(--at-gray-50, #f8fafc);
    padding: 28px;
    border-radius: 16px;
    border-left: 5px solid var(--at-green, #059669);
}
.at-etf-stats h3 {
    color: var(--at-green, #059669);
    margin-bottom: 18px;
    text-align: center;
    font-size: 1.15rem;
}
.at-etf-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}
.at-etf-stat {
    background: #fff;
    padding: 18px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    border: 1px solid var(--at-gray-200, #e2e8f0);
}
.at-etf-stat .number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--at-green, #059669);
    display: block;
    margin-bottom: 4px;
}
.at-etf-stat .label { font-size: 0.88rem; color: var(--at-gray-500, #64748b); }
.at-etf-stat .detail { font-size: 0.78rem; color: var(--at-gray-400, #94a3b8); margin-top: 3px; }

/* Content */
.at-etf-content {
    max-width: 800px;
    margin: 0 auto;
}
.at-etf-content h2 {
    font-size: 1.55rem;
    color: var(--at-navy-mid, #1e293b);
    margin: 42px 0 14px 0;
    line-height: 1.3;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--at-blue-light, #dbeafe);
}
.at-etf-content h3 {
    font-size: 1.2rem;
    color: var(--at-navy-mid, #1e293b);
    margin: 28px 0 10px 0;
}
.at-etf-content p {
    margin: 0 0 18px 0;
    font-size: 1.05rem;
}
.at-etf-content ul, .at-etf-content ol {
    margin: 0 0 20px 0;
    padding-left: 20px;
}
.at-etf-content ul li, .at-etf-content ol li {
    margin-bottom: 8px;
    line-height: 1.6;
}

/* Answer-First Block */
.at-answer-first {
    background: var(--at-blue-light, #dbeafe);
    border-left: 4px solid var(--at-blue, #1a56db);
    padding: 16px 20px;
    margin: 0 0 24px 0;
    font-size: 1.05rem;
    line-height: 1.6;
    border-radius: 0 8px 8px 0;
}
.at-answer-first strong { color: var(--at-navy-mid, #1e293b); }

/* Stat Highlight */
.at-stat-highlight {
    color: var(--at-green, #059669);
    font-weight: 700;
}
.at-source-cite {
    font-size: 0.85rem;
    color: var(--at-gray-400, #94a3b8);
}

/* Info Box */
.at-etf-info-box {
    background: var(--at-green-light, #d1fae5);
    border-radius: 12px;
    padding: 22px;
    margin: 28px 0;
    border: 1px solid #a7f3d0;
}
.at-etf-info-box h3 { color: var(--at-green, #059669); margin-bottom: 10px; }

/* Warning Box */
.at-etf-warning {
    background: var(--at-gold-light, #fef3c7);
    border-left: 4px solid var(--at-gold, #d97706);
    padding: 16px 20px;
    margin: 24px 0;
    border-radius: 0 8px 8px 0;
}

/* Tables */
.at-etf-table-wrap { overflow-x: auto; margin: 20px 0 28px; }
.at-etf-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}
.at-etf-content table th {
    background: var(--at-navy-mid, #1e293b);
    color: #fff;
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 0.88rem;
}
.at-etf-content table td {
    padding: 11px 16px;
    border-bottom: 1px solid var(--at-gray-200, #e2e8f0);
}
.at-etf-content table tr:nth-child(even) { background: var(--at-gray-50, #f8fafc); }
.at-etf-content table tr:hover { background: var(--at-blue-light, #dbeafe); }

/* FAQ Accordion */
.at-etf-faq {
    max-width: 800px;
    margin: 50px auto 40px;
    background: var(--at-gray-50, #f8fafc);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid var(--at-gray-200, #e2e8f0);
}
.at-etf-faq h2 {
    font-size: 1.4rem;
    color: var(--at-navy-mid, #1e293b);
    margin-bottom: 20px;
    text-align: center;
    border: none;
    padding: 0;
}
.at-etf-faq-item {
    border-bottom: 1px solid var(--at-gray-200, #e2e8f0);
    padding: 0;
}
.at-etf-faq-item:last-child { border-bottom: none; }
.at-etf-faq-item summary {
    padding: 14px 0;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--at-navy-mid, #1e293b);
}
.at-etf-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--at-green, #059669); font-weight: 700; }
.at-etf-faq-item[open] summary::after { content: '2212'; }
.at-etf-faq-item summary::-webkit-details-marker { display: none; }
.at-etf-faq-answer {
    padding: 0 0 16px;
    font-size: 0.98rem;
    color: var(--at-gray-600, #475569);
    line-height: 1.7;
}

/* Next Steps */
.at-etf-next {
    max-width: 800px;
    margin: 0 auto 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}
.at-etf-next-link {
    display: block;
    background: #fff;
    border: 2px solid var(--at-gray-200, #e2e8f0);
    border-radius: 12px;
    padding: 20px;
    text-decoration: none;
    transition: border-color 0.2s, transform 0.2s;
    color: var(--at-text, #1e293b);
}
.at-etf-next-link:hover {
    border-color: var(--at-green, #059669);
    transform: translateY(-2px);
    color: var(--at-text, #1e293b);
}
.at-etf-next-link .at-next-label {
    font-size: 0.78rem;
    color: var(--at-green, #059669);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}
.at-etf-next-link h4 { font-size: 1rem; margin: 0 0 4px; }
.at-etf-next-link p { font-size: 0.85rem; color: var(--at-gray-500, #64748b); margin: 0; }

/* Disclaimer */
.at-etf-disclaimer {
    max-width: 800px;
    margin: 0 auto 30px;
    background: var(--at-gray-50, #f8fafc);
    border: 1px solid var(--at-gray-200, #e2e8f0);
    border-radius: 8px;
    padding: 16px 20px;
    font-size: 0.82rem;
    color: var(--at-gray-500, #64748b);
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .at-etf-hero { padding: 30px 20px; }
    .at-etf-hero h1 { font-size: 1.6rem; }
    .at-etf-content h2 { font-size: 1.3rem; }
    .at-etf-stats-grid { grid-template-columns: 1fr 1fr; }
    .at-etf-next { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .at-etf-stats-grid { grid-template-columns: 1fr; }
    .at-etf-hero h1 { font-size: 1.35rem; }
}


/* === Dividendenaktien 2026 === */
/* AT Dividendenaktien 2026 - Content Hook v1.0 */
/* Light Finance Theme */

.at-div-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px 0;
    font-family: var(--at-font, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif);
    color: var(--at-text, #1e293b);
    line-height: 1.7;
}

/* Hero */
.at-div-hero {
    max-width: 1200px;
    margin: 0 auto 40px;
    background: linear-gradient(135deg, #059669, #0f172a);
    color: #fff;
    padding: 45px 35px;
    border-radius: 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.at-div-hero::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
    top: -80px;
    right: -60px;
}
.at-div-hero h1 {
    font-size: 2.1rem;
    margin-bottom: 14px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    color: #fff;
}
.at-div-hero .at-hero-subtitle {
    font-size: 1.15rem;
    opacity: 0.92;
    margin-bottom: 0;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    line-height: 1.6;
}
.at-div-hero .at-freshness {
    font-size: 0.82rem;
    opacity: 0.7;
    margin-top: 14px;
}

/* Stats Overview */
.at-div-stats {
    max-width: 1000px;
    margin: 0 auto 40px;
    background: var(--at-gray-50, #f8fafc);
    padding: 28px;
    border-radius: 16px;
    border-left: 5px solid var(--at-green, #059669);
}
.at-div-stats h3 {
    color: var(--at-green, #059669);
    margin-bottom: 18px;
    text-align: center;
    font-size: 1.15rem;
}
.at-div-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}
.at-div-stat {
    background: #fff;
    padding: 18px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    border: 1px solid var(--at-gray-200, #e2e8f0);
}
.at-div-stat .number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--at-green, #059669);
    display: block;
    margin-bottom: 4px;
}
.at-div-stat .label { font-size: 0.88rem; color: var(--at-gray-500, #64748b); }
.at-div-stat .detail { font-size: 0.78rem; color: var(--at-gray-400, #94a3b8); margin-top: 3px; }

/* Content */
.at-div-content {
    max-width: 820px;
    margin: 0 auto;
}
.at-div-content h2 {
    font-size: 1.55rem;
    color: var(--at-navy-mid, #1e293b);
    margin: 42px 0 14px 0;
    line-height: 1.3;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--at-green-light, #d1fae5);
}
.at-div-content h3 {
    font-size: 1.2rem;
    color: var(--at-navy-mid, #1e293b);
    margin: 28px 0 10px 0;
}
.at-div-content p {
    margin: 0 0 18px 0;
    font-size: 1.05rem;
}
.at-div-content ul, .at-div-content ol {
    margin: 0 0 20px 0;
    padding-left: 20px;
}
.at-div-content ul li, .at-div-content ol li {
    margin-bottom: 8px;
    line-height: 1.6;
}

/* Answer-First Block (reuse from AT global) */
.at-answer-first {
    background: var(--at-blue-light, #dbeafe);
    border-left: 4px solid var(--at-blue, #1a56db);
    padding: 16px 20px;
    margin: 0 0 24px 0;
    font-size: 1.05rem;
    line-height: 1.6;
    border-radius: 0 8px 8px 0;
}
.at-answer-first strong { color: var(--at-navy-mid, #1e293b); }

/* Stat Highlight (reuse) */
.at-stat-highlight {
    color: var(--at-green, #059669);
    font-weight: 700;
}
.at-source-cite {
    font-size: 0.85rem;
    color: var(--at-gray-400, #94a3b8);
}

/* Info Box (reuse) */
.at-info-box {
    background: var(--at-green-light, #d1fae5);
    border-radius: 12px;
    padding: 22px;
    margin: 28px 0;
    border: 1px solid #a7f3d0;
}
.at-info-box h3 { color: var(--at-green, #059669); margin-bottom: 10px; }

/* Warning Box (reuse) */
.at-warning-box {
    background: var(--at-gold-light, #fef3c7);
    border-left: 4px solid var(--at-gold, #d97706);
    padding: 16px 20px;
    margin: 24px 0;
    border-radius: 0 8px 8px 0;
}

/* Dividend Yield Calculator */
.at-div-calc {
    background: #fff;
    border: 2px solid var(--at-green, #059669);
    border-radius: 12px;
    padding: 22px;
    margin: 28px 0;
}
.at-div-calc h3 { color: var(--at-green, #059669); margin-bottom: 10px; }
.at-div-calc code {
    background: var(--at-gray-50, #f8fafc);
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--at-green, #059669);
}

/* Tables */
.at-table-wrapper { overflow-x: auto; margin: 20px 0 28px; }
.at-div-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}
.at-div-content table th {
    background: var(--at-navy-mid, #1e293b);
    color: #fff;
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 0.88rem;
}
.at-div-content table td {
    padding: 11px 16px;
    border-bottom: 1px solid var(--at-gray-200, #e2e8f0);
}
.at-div-content table tr:nth-child(even) { background: var(--at-gray-50, #f8fafc); }
.at-div-content table tr:hover { background: var(--at-green-light, #d1fae5); }

/* FAQ Accordion */
.at-div-faq {
    max-width: 820px;
    margin: 50px auto 40px;
    background: var(--at-gray-50, #f8fafc);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid var(--at-gray-200, #e2e8f0);
}
.at-div-faq h2 {
    font-size: 1.4rem;
    color: var(--at-navy-mid, #1e293b);
    margin-bottom: 20px;
    text-align: center;
    border: none;
    padding: 0;
}
.at-faq-item {
    border-bottom: 1px solid var(--at-gray-200, #e2e8f0);
    padding: 0;
}
.at-faq-item:last-child { border-bottom: none; }
.at-faq-item summary {
    padding: 14px 0;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--at-navy-mid, #1e293b);
}
.at-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--at-green, #059669); font-weight: 700; }
.at-faq-item[open] summary::after { content: '2212'; }
.at-faq-item summary::-webkit-details-marker { display: none; }
.at-faq-answer {
    padding: 0 0 16px;
    font-size: 0.98rem;
    color: var(--at-gray-600, #475569);
    line-height: 1.7;
}

/* Next Steps */
.at-div-next {
    max-width: 820px;
    margin: 0 auto 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}
.at-next-link {
    display: block;
    background: #fff;
    border: 2px solid var(--at-gray-200, #e2e8f0);
    border-radius: 12px;
    padding: 20px;
    text-decoration: none;
    transition: border-color 0.2s, transform 0.2s;
    color: var(--at-text, #1e293b);
}
.at-next-link:hover {
    border-color: var(--at-green, #059669);
    transform: translateY(-2px);
    color: var(--at-text, #1e293b);
}
.at-next-link .at-next-label {
    font-size: 0.78rem;
    color: var(--at-green, #059669);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}
.at-next-link h4 { font-size: 1rem; margin: 0 0 4px; }
.at-next-link p { font-size: 0.85rem; color: var(--at-gray-500, #64748b); margin: 0; }

/* Disclaimer */
.at-div-disclaimer {
    max-width: 820px;
    margin: 0 auto 30px;
    background: var(--at-gray-50, #f8fafc);
    border: 1px solid var(--at-gray-200, #e2e8f0);
    border-radius: 8px;
    padding: 16px 20px;
    font-size: 0.82rem;
    color: var(--at-gray-500, #64748b);
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .at-div-hero { padding: 30px 20px; }
    .at-div-hero h1 { font-size: 1.6rem; }
    .at-div-content h2 { font-size: 1.3rem; }
    .at-div-stats-grid { grid-template-columns: 1fr 1fr; }
    .at-div-next { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .at-div-stats-grid { grid-template-columns: 1fr; }
    .at-div-hero h1 { font-size: 1.35rem; }
}


/* === Stop-Loss richtig setzen === */
/* AT Stop-Loss - Content Hook v2.0.0 */
/* Light Finance Theme */

.at-stoploss-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px 0;
    font-family: var(--at-font, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif);
    color: var(--at-text, #1e293b);
    line-height: 1.7;
}

/* Hero */
.at-stoploss-hero {
    max-width: 1200px;
    margin: 0 auto 40px;
    background: linear-gradient(135deg, #1a56db, #0f172a);
    color: #fff;
    padding: 45px 35px;
    border-radius: 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.at-stoploss-hero::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
    top: -80px;
    right: -60px;
}
.at-stoploss-hero h1 {
    font-size: 2.1rem;
    margin-bottom: 14px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    color: #fff;
}
.at-hero-subtitle {
    font-size: 1.15rem;
    opacity: 0.92;
    margin-bottom: 0;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    line-height: 1.6;
}
.at-stoploss-hero .at-freshness {
    font-size: 0.82rem;
    opacity: 0.7;
    margin-top: 14px;
}

/* Stats Overview */
.at-stoploss-stats {
    max-width: 1000px;
    margin: 0 auto 40px;
    background: var(--at-gray-50, #f8fafc);
    padding: 28px;
    border-radius: 16px;
    border-left: 5px solid var(--at-blue, #1a56db);
}
.at-stoploss-stats h3 {
    color: var(--at-blue, #1a56db);
    margin-bottom: 18px;
    text-align: center;
    font-size: 1.15rem;
}
.at-stoploss-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}
.at-stoploss-stat {
    background: #fff;
    padding: 18px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    border: 1px solid var(--at-gray-200, #e2e8f0);
}
.at-stoploss-stat .number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--at-blue, #1a56db);
    display: block;
    margin-bottom: 4px;
}
.at-stoploss-stat .label { font-size: 0.88rem; color: var(--at-gray-500, #64748b); }
.at-stoploss-stat .detail { font-size: 0.78rem; color: var(--at-gray-400, #94a3b8); margin-top: 3px; }

/* Content */
.at-stoploss-content {
    max-width: 800px;
    margin: 0 auto;
}
.at-stoploss-content h2 {
    font-size: 1.55rem;
    color: var(--at-navy-mid, #1e293b);
    margin: 42px 0 14px 0;
    line-height: 1.3;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--at-blue-light, #dbeafe);
}
.at-stoploss-content h2:first-child { margin-top: 0; }
.at-stoploss-content h3 {
    font-size: 1.2rem;
    color: var(--at-navy-mid, #1e293b);
    margin: 28px 0 10px 0;
}
.at-stoploss-content p {
    margin: 0 0 18px 0;
    font-size: 1.05rem;
}
.at-stoploss-content a {
    color: var(--at-blue, #1a56db);
    text-decoration: none;
    border-bottom: 1px solid var(--at-blue-light, #dbeafe);
}
.at-stoploss-content a:hover { border-bottom-color: var(--at-blue, #1a56db); }
.at-stoploss-content ul, .at-stoploss-content ol {
    margin: 0 0 20px 0;
    padding-left: 20px;
}
.at-stoploss-content ul li, .at-stoploss-content ol li {
    margin-bottom: 8px;
    line-height: 1.6;
}

/* Answer-First Block */
.at-answer-first {
    background: var(--at-blue-light, #dbeafe);
    border-left: 4px solid var(--at-blue, #1a56db);
    padding: 16px 20px;
    margin: 0 0 24px 0;
    font-size: 1.05rem;
    line-height: 1.6;
    border-radius: 0 8px 8px 0;
}
.at-answer-first strong { color: var(--at-navy-mid, #1e293b); }

/* Stat Highlight */
.at-stat-highlight {
    color: var(--at-blue, #1a56db);
    font-weight: 700;
}
.at-source-cite {
    font-size: 0.85rem;
    color: var(--at-gray-400, #94a3b8);
}

/* Loss/Gain Highlights */
.at-loss { color: #ef5350; font-weight: 700; }
.at-gain { color: var(--at-green, #059669); font-weight: 700; }

/* Info Box */
.at-info-box {
    background: var(--at-green-light, #d1fae5);
    border-radius: 12px;
    padding: 22px;
    margin: 28px 0;
    border: 1px solid #a7f3d0;
}
.at-info-box h3 { color: var(--at-green, #059669); margin-bottom: 10px; }

/* Warning Box */
.at-warning-box {
    background: var(--at-gold-light, #fef3c7);
    border-left: 4px solid var(--at-gold, #d97706);
    padding: 16px 20px;
    margin: 24px 0;
    border-radius: 0 8px 8px 0;
}
.at-warning-box strong { color: var(--at-gold, #d97706); }

/* Example Box */
.at-stoploss-example {
    background: var(--at-gray-50, #f8fafc);
    border: 1px solid var(--at-gray-200, #e2e8f0);
    border-radius: 12px;
    padding: 22px;
    margin: 24px 0;
}
.at-stoploss-example h3 { color: var(--at-blue, #1a56db); margin-top: 0; margin-bottom: 10px; font-size: 1.05rem; }
.at-stoploss-example code {
    background: var(--at-blue-light, #dbeafe);
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--at-blue, #1a56db);
    font-family: 'Consolas', 'Courier New', monospace;
}

/* Tables */
.at-table-wrapper { overflow-x: auto; margin: 20px 0 28px; }
.at-stoploss-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}
.at-stoploss-content table th {
    background: var(--at-navy-mid, #1e293b);
    color: #fff;
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 0.88rem;
}
.at-stoploss-content table td {
    padding: 11px 16px;
    border-bottom: 1px solid var(--at-gray-200, #e2e8f0);
}
.at-stoploss-content table tr:nth-child(even) { background: var(--at-gray-50, #f8fafc); }
.at-stoploss-content table tr:hover { background: var(--at-blue-light, #dbeafe); }

/* FAQ Accordion */
.at-stoploss-faq {
    max-width: 800px;
    margin: 50px auto 40px;
    background: var(--at-gray-50, #f8fafc);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid var(--at-gray-200, #e2e8f0);
}
.at-stoploss-faq h2 {
    font-size: 1.4rem;
    color: var(--at-navy-mid, #1e293b);
    margin-bottom: 20px;
    text-align: center;
    border: none;
    padding: 0;
}
.at-faq-item {
    border-bottom: 1px solid var(--at-gray-200, #e2e8f0);
    padding: 0;
}
.at-faq-item:last-child { border-bottom: none; }
.at-faq-item summary {
    padding: 14px 0;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--at-navy-mid, #1e293b);
}
.at-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--at-blue, #1a56db); font-weight: 700; }
.at-faq-item[open] summary::after { content: '&minus;'; }
.at-faq-item summary::-webkit-details-marker { display: none; }
.at-faq-answer {
    padding: 0 0 16px;
    font-size: 0.98rem;
    color: var(--at-gray-600, #475569);
    line-height: 1.7;
}

/* Next Steps */
.at-stoploss-next {
    max-width: 800px;
    margin: 0 auto 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}
.at-next-link {
    display: block;
    background: #fff;
    border: 2px solid var(--at-gray-200, #e2e8f0);
    border-radius: 12px;
    padding: 20px;
    text-decoration: none;
    transition: border-color 0.2s, transform 0.2s;
    color: var(--at-text, #1e293b);
}
.at-next-link:hover {
    border-color: var(--at-blue, #1a56db);
    transform: translateY(-2px);
    color: var(--at-text, #1e293b);
}
.at-next-link .at-next-label {
    font-size: 0.78rem;
    color: var(--at-blue, #1a56db);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}
.at-next-link h4 { font-size: 1rem; margin: 0 0 4px; }
.at-next-link p { font-size: 0.85rem; color: var(--at-gray-500, #64748b); margin: 0; }

/* Disclaimer */
.at-stoploss-disclaimer {
    max-width: 800px;
    margin: 0 auto 30px;
    background: var(--at-gray-50, #f8fafc);
    border: 1px solid var(--at-gray-200, #e2e8f0);
    border-radius: 8px;
    padding: 16px 20px;
    font-size: 0.82rem;
    color: var(--at-gray-500, #64748b);
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .at-stoploss-hero { padding: 30px 20px; }
    .at-stoploss-hero h1 { font-size: 1.6rem; }
    .at-stoploss-content h2 { font-size: 1.3rem; }
    .at-stoploss-stats-grid { grid-template-columns: 1fr 1fr; }
    .at-stoploss-next { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .at-stoploss-stats-grid { grid-template-columns: 1fr; }
    .at-stoploss-hero h1 { font-size: 1.35rem; }
}


/* === Aktien Steuern 2026 === */
/* AT Aktien-Steuern - Content Hook v1.0.0 */
/* Light Finance Theme */

.at-steuern-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px 0;
    font-family: var(--at-font, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif);
    color: var(--at-text, #1e293b);
    line-height: 1.7;
}

/* Hero */
.at-steuern-hero {
    max-width: 1200px;
    margin: 0 auto 40px;
    background: linear-gradient(135deg, #1a56db, #0f172a);
    color: #fff;
    padding: 45px 35px;
    border-radius: 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.at-steuern-hero::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
    top: -80px;
    right: -60px;
}
.at-steuern-hero h1 {
    font-size: 2.1rem;
    margin-bottom: 14px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    color: #fff;
}
.at-hero-subtitle {
    font-size: 1.15rem;
    opacity: 0.92;
    margin-bottom: 0;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    line-height: 1.6;
}
.at-steuern-hero .at-freshness {
    font-size: 0.82rem;
    opacity: 0.7;
    margin-top: 14px;
}

/* Stats Overview */
.at-steuern-stats {
    max-width: 1000px;
    margin: 0 auto 40px;
    background: var(--at-gray-50, #f8fafc);
    padding: 28px;
    border-radius: 16px;
    border-left: 5px solid var(--at-blue, #1a56db);
}
.at-steuern-stats h3 {
    color: var(--at-blue, #1a56db);
    margin-bottom: 18px;
    text-align: center;
    font-size: 1.15rem;
}
.at-steuern-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}
.at-steuern-stat {
    background: #fff;
    padding: 18px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    border: 1px solid var(--at-gray-200, #e2e8f0);
}
.at-steuern-stat .number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--at-blue, #1a56db);
    display: block;
    margin-bottom: 4px;
}
.at-steuern-stat .label { font-size: 0.88rem; color: var(--at-gray-500, #64748b); }
.at-steuern-stat .detail { font-size: 0.78rem; color: var(--at-gray-400, #94a3b8); margin-top: 3px; }

/* Content */
.at-steuern-content {
    max-width: 800px;
    margin: 0 auto;
}
.at-steuern-content h2 {
    font-size: 1.55rem;
    color: var(--at-navy-mid, #1e293b);
    margin: 42px 0 14px 0;
    line-height: 1.3;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--at-blue-light, #dbeafe);
}
.at-steuern-content h3 {
    font-size: 1.2rem;
    color: var(--at-navy-mid, #1e293b);
    margin: 28px 0 10px 0;
}
.at-steuern-content p {
    margin: 0 0 18px 0;
    font-size: 1.05rem;
}
.at-steuern-content ul, .at-steuern-content ol {
    margin: 0 0 20px 0;
    padding-left: 20px;
}
.at-steuern-content ul li, .at-steuern-content ol li {
    margin-bottom: 8px;
    line-height: 1.6;
}
.at-steuern-content a {
    color: var(--at-blue, #1a56db);
    text-decoration: none;
    border-bottom: 1px solid var(--at-blue-light, #dbeafe);
}
.at-steuern-content a:hover { border-bottom-color: var(--at-blue, #1a56db); }

/* Answer-First Block */
.at-answer-first {
    background: var(--at-blue-light, #dbeafe);
    border-left: 4px solid var(--at-blue, #1a56db);
    padding: 16px 20px;
    margin: 0 0 24px 0;
    font-size: 1.05rem;
    line-height: 1.6;
    border-radius: 0 8px 8px 0;
}
.at-answer-first strong { color: var(--at-navy-mid, #1e293b); }

/* Stat Highlight */
.at-stat-highlight {
    color: var(--at-blue, #1a56db);
    font-weight: 700;
}
.at-source-cite {
    font-size: 0.85rem;
    color: var(--at-gray-400, #94a3b8);
}

/* Info Box */
.at-info-box {
    background: var(--at-green-light, #d1fae5);
    border-radius: 12px;
    padding: 22px;
    margin: 28px 0;
    border: 1px solid #a7f3d0;
}
.at-info-box h3 { color: var(--at-green, #059669); margin-bottom: 10px; }

/* Warning Box */
.at-warning-box {
    background: var(--at-gold-light, #fef3c7);
    border-left: 4px solid var(--at-gold, #d97706);
    padding: 16px 20px;
    margin: 24px 0;
    border-radius: 0 8px 8px 0;
}

/* Tables */
.at-table-wrapper { overflow-x: auto; margin: 20px 0 28px; }
.at-steuern-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}
.at-steuern-content table th {
    background: var(--at-navy-mid, #1e293b);
    color: #fff;
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 0.88rem;
}
.at-steuern-content table td {
    padding: 11px 16px;
    border-bottom: 1px solid var(--at-gray-200, #e2e8f0);
}
.at-steuern-content table tr:nth-child(even) { background: var(--at-gray-50, #f8fafc); }
.at-steuern-content table tr:hover { background: var(--at-blue-light, #dbeafe); }

/* FAQ Accordion */
.at-steuern-faq {
    max-width: 800px;
    margin: 50px auto 40px;
    background: var(--at-gray-50, #f8fafc);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid var(--at-gray-200, #e2e8f0);
}
.at-steuern-faq h2 {
    font-size: 1.4rem;
    color: var(--at-navy-mid, #1e293b);
    margin-bottom: 20px;
    text-align: center;
    border: none;
    padding: 0;
}
.at-faq-item {
    border-bottom: 1px solid var(--at-gray-200, #e2e8f0);
    padding: 0;
}
.at-faq-item:last-child { border-bottom: none; }
.at-faq-item summary {
    padding: 14px 0;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--at-navy-mid, #1e293b);
}
.at-faq-item summary::after { content: '+'; font-size: 1.3rem; color: var(--at-blue, #1a56db); font-weight: 700; }
.at-faq-item[open] summary::after { content: '&minus;'; }
.at-faq-item summary::-webkit-details-marker { display: none; }
.at-faq-answer {
    padding: 0 0 16px;
    font-size: 0.98rem;
    color: var(--at-gray-600, #475569);
    line-height: 1.7;
}

/* Next Steps */
.at-steuern-next {
    max-width: 800px;
    margin: 0 auto 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}
.at-next-link {
    display: block;
    background: #fff;
    border: 2px solid var(--at-gray-200, #e2e8f0);
    border-radius: 12px;
    padding: 20px;
    text-decoration: none;
    transition: border-color 0.2s, transform 0.2s;
    color: var(--at-text, #1e293b);
}
.at-next-link:hover {
    border-color: var(--at-blue, #1a56db);
    transform: translateY(-2px);
    color: var(--at-text, #1e293b);
}
.at-next-link .at-next-label {
    font-size: 0.78rem;
    color: var(--at-blue, #1a56db);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}
.at-next-link h4 { font-size: 1rem; margin: 0 0 4px; }
.at-next-link p { font-size: 0.85rem; color: var(--at-gray-500, #64748b); margin: 0; }

/* Disclaimer */
.at-steuern-disclaimer {
    max-width: 800px;
    margin: 0 auto 30px;
    background: var(--at-gray-50, #f8fafc);
    border: 1px solid var(--at-gray-200, #e2e8f0);
    border-radius: 8px;
    padding: 16px 20px;
    font-size: 0.82rem;
    color: var(--at-gray-500, #64748b);
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .at-steuern-hero { padding: 30px 20px; }
    .at-steuern-hero h1 { font-size: 1.6rem; }
    .at-steuern-content h2 { font-size: 1.3rem; }
    .at-steuern-stats-grid { grid-template-columns: 1fr 1fr; }
    .at-steuern-next { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .at-steuern-stats-grid { grid-template-columns: 1fr; }
    .at-steuern-hero h1 { font-size: 1.35rem; }
}


/* === Anfaengerfehler Aktienhandel === */
:root {
    --at-fehler-dark: #0f172a;
    --at-fehler-dark2: #1e293b;
    --at-fehler-accent: #00c853;
    --at-fehler-accent-hover: #00e676;
    --at-fehler-text: #e2e8f0;
    --at-fehler-text-muted: #94a3b8;
    --at-fehler-bg-light: #f8fafc;
    --at-fehler-border: #334155;
}
.single .entry-content { margin: 0 !important; padding: 0 !important; }

.at-fehler-hero {
    background: linear-gradient(135deg, var(--at-fehler-dark) 0%, var(--at-fehler-dark2) 100%);
    padding: 60px 20px 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.at-fehler-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 70%, rgba(0,200,83,0.08) 0%, transparent 50%);
    pointer-events: none;
}
.at-fehler-hero h1 {
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 800;
    line-height: 1.2;
    margin: 0 auto 16px;
    max-width: 800px;
    position: relative;
}
.at-fehler-hero-sub {
    color: var(--at-fehler-text-muted);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.1rem;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.6;
    position: relative;
}
.at-fehler-hero-badge {
    display: inline-block;
    background: rgba(0,200,83,0.15);
    color: var(--at-fehler-accent);
    font-size: 0.85rem;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    position: relative;
}

.at-fehler-content {
    max-width: 780px;
    margin: 0 auto;
    padding: 50px 20px 30px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #1e293b;
    line-height: 1.8;
}
.at-fehler-content h2 {
    font-size: clamp(1.3rem, 3vw, 1.7rem);
    font-weight: 700;
    color: var(--at-fehler-dark);
    margin: 45px 0 18px;
    padding-bottom: 10px;
    border-bottom: 3px solid var(--at-fehler-accent);
    display: inline-block;
}
.at-fehler-content p {
    font-size: 1.05rem;
    margin-bottom: 18px;
    color: #334155;
}
.at-fehler-content a {
    color: var(--at-fehler-accent);
    text-decoration: underline;
    text-decoration-color: rgba(0,200,83,0.4);
    text-underline-offset: 3px;
    transition: color 0.2s;
}
.at-fehler-content a:hover {
    color: var(--at-fehler-accent-hover);
}
.at-fehler-content ul {
    padding-left: 0;
    list-style: none;
    margin: 20px 0;
}
.at-fehler-content ul li {
    padding: 8px 0 8px 28px;
    position: relative;
    font-size: 1.02rem;
    color: #475569;
}
.at-fehler-content ul li::before {
    content: '▹';
    position: absolute;
    left: 0;
    color: var(--at-fehler-accent);
    font-weight: bold;
    font-size: 1.2rem;
}
.at-fehler-content small {
    display: block;
    margin-top: 30px;
    padding: 20px;
    background: #f1f5f9;
    border-radius: 8px;
    color: #64748b;
    font-size: 0.85rem;
    line-height: 1.6;
}

/* FAQ */
.at-fehler-faq {
    max-width: 780px;
    margin: 20px auto 50px;
    padding: 0 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.at-fehler-faq-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--at-fehler-dark);
    margin-bottom: 24px;
    text-align: center;
}
.at-fehler-faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: box-shadow 0.3s;
}
.at-fehler-faq-item:hover {
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.at-fehler-faq-q {
    padding: 18px 50px 18px 20px;
    font-weight: 600;
    font-size: 1.05rem;
    color: var(--at-fehler-dark);
    cursor: pointer;
    position: relative;
    user-select: none;
}
.at-fehler-faq-q::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: var(--at-fehler-accent);
    transition: transform 0.3s;
}
.at-fehler-faq-item.at-active .at-fehler-faq-q::after {
    content: '−';
}
.at-fehler-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 20px;
    font-size: 1rem;
    color: #475569;
    line-height: 1.7;
}
.at-fehler-faq-item.at-active .at-fehler-faq-a {
    max-height: 300px;
    padding: 0 20px 18px;
}

@media (max-width: 768px) {
    .at-fehler-hero { padding: 40px 16px 35px; }
    .at-fehler-content { padding: 30px 16px 20px; }
    .at-fehler-content h2 { font-size: 1.25rem; }
    .at-fehler-faq { padding: 0 16px; margin-bottom: 40px; }
}
