/* Aktien-Traden hookfree polish. Handcrafted 2026-05-21. */

:root {
    --at-ink: #08111f;
    --at-ink-soft: #17243a;
    --at-text: #182235;
    --at-muted: #667085;
    --at-line: #dce5f2;
    --at-panel: #ffffff;
    --at-bg: #f3f7fb;
    --at-blue: #2563eb;
    --at-blue-dark: #1741a6;
    --at-teal: #14b8a6;
    --at-green: #10b981;
    --at-amber: #f59e0b;
    --at-red: #ef4444;
    --at-radius: 8px;
    --at-shadow: 0 18px 45px rgba(15, 23, 42, 0.11);
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--at-bg);
    color: var(--at-text);
}

body.page-id-9 .site.grid-container,
body.postid-22 .site.grid-container,
body.postid-27 .site.grid-container,
body.postid-33 .site.grid-container,
body.postid-43 .site.grid-container,
body.postid-54 .site.grid-container,
body.postid-61 .site.grid-container,
body.postid-66 .site.grid-container,
body.postid-133 .site.grid-container,
body.postid-149 .site.grid-container,
body.postid-158 .site.grid-container,
body.postid-170 .site.grid-container,
body.page-id-9 .site-content,
body.postid-22 .site-content,
body.postid-27 .site-content,
body.postid-33 .site-content,
body.postid-43 .site-content,
body.postid-54 .site-content,
body.postid-61 .site-content,
body.postid-66 .site-content,
body.postid-133 .site-content,
body.postid-149 .site-content,
body.postid-158 .site-content,
body.postid-170 .site-content {
    width: 100%;
    max-width: none;
    padding: 0;
    background: transparent;
}

body.page-id-9 .content-area,
body.postid-22 .content-area,
body.postid-27 .content-area,
body.postid-33 .content-area,
body.postid-43 .content-area,
body.postid-54 .content-area,
body.postid-61 .content-area,
body.postid-66 .content-area,
body.postid-133 .content-area,
body.postid-149 .content-area,
body.postid-158 .content-area,
body.postid-170 .content-area {
    float: none;
    width: 100%;
    max-width: none;
}

body.page-id-9 .site-main,
body.postid-22 .site-main,
body.postid-27 .site-main,
body.postid-33 .site-main,
body.postid-43 .site-main,
body.postid-54 .site-main,
body.postid-61 .site-main,
body.postid-66 .site-main,
body.postid-133 .site-main,
body.postid-149 .site-main,
body.postid-158 .site-main,
body.postid-170 .site-main {
    margin: 0;
}

body.page-id-9.separate-containers .inside-article,
body.postid-22.separate-containers .inside-article,
body.postid-27.separate-containers .inside-article,
body.postid-33.separate-containers .inside-article,
body.postid-43.separate-containers .inside-article,
body.postid-54.separate-containers .inside-article,
body.postid-61.separate-containers .inside-article,
body.postid-66.separate-containers .inside-article,
body.postid-133.separate-containers .inside-article,
body.postid-149.separate-containers .inside-article,
body.postid-158.separate-containers .inside-article,
body.postid-170.separate-containers .inside-article {
    padding: 0;
    background: transparent;
}

body.page-id-9 .entry-content,
body.postid-22 .entry-content,
body.postid-27 .entry-content,
body.postid-33 .entry-content,
body.postid-43 .entry-content,
body.postid-54 .entry-content,
body.postid-61 .entry-content,
body.postid-66 .entry-content,
body.postid-133 .entry-content,
body.postid-149 .entry-content,
body.postid-158 .entry-content,
body.postid-170 .entry-content {
    margin: 0;
    padding: 0;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background:
        linear-gradient(135deg, rgba(20, 184, 166, 0.14), transparent 38%),
        var(--at-ink);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 35px rgba(8, 17, 31, 0.18);
}

.site-header .inside-header.grid-container {
    display: flex;
    align-items: center;
    gap: 22px;
    max-width: 1280px;
    min-height: 76px;
    padding: 14px 28px;
}

.site-branding {
    min-width: max-content;
}

.main-title {
    margin: 0;
    line-height: 1;
}

.main-title a,
.main-title a:hover {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 1.34rem;
    font-weight: 900;
    letter-spacing: 0;
}

.main-title a::before {
    content: "AT";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--at-teal), var(--at-blue));
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 900;
    box-shadow: 0 10px 22px rgba(20, 184, 166, 0.24);
}

.site-description {
    display: none;
}

.site-header #site-navigation {
    margin-left: auto;
    background: transparent;
}

.site-header #site-navigation .inside-navigation.grid-container {
    padding: 0;
}

.site-header #primary-menu {
    width: 100%;
}

.main-navigation .main-nav > ul {
    align-items: center;
    gap: 7px;
}

.main-navigation .main-nav ul li a,
.main-navigation .menu-toggle,
.main-navigation .menu-bar-items {
    color: rgba(255, 255, 255, 0.82);
}

.site-header .main-navigation .main-nav ul li a {
    min-height: auto;
    line-height: 1.1;
    padding: 11px 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.045);
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.9rem;
    font-weight: 750;
    text-decoration: none;
    transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.site-header .main-navigation .main-nav ul li.current-menu-item > a,
.site-header .main-navigation .main-nav ul li a:hover,
.site-header .main-navigation .main-nav ul li a:focus {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--at-ink);
    transform: translateY(-1px);
}

.site-header .main-navigation .main-nav ul li:last-child > a {
    background: var(--at-teal);
    border-color: var(--at-teal);
    color: var(--at-ink);
}

.site-header .main-navigation .main-nav ul li:last-child > a:hover,
.site-header .main-navigation .main-nav ul li:last-child > a:focus {
    background: #ffffff;
    border-color: #ffffff;
}

.at-home {
    background: var(--at-bg);
    color: var(--at-text);
}

.at-home p {
    margin-top: 0;
}

.page-id-9 .at-hero {
    isolation: isolate;
    overflow: hidden;
    min-height: 640px;
    padding: 98px max(28px, calc((100vw - 1280px) / 2)) 86px;
    text-align: left;
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(20, 184, 166, 0.24), transparent 34%),
        linear-gradient(120deg, rgba(37, 99, 235, 0.28), transparent 48%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 96px),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 72px),
        #07111f;
}

.page-id-9 .at-hero > * {
    position: relative;
    z-index: 1;
}

.page-id-9 .at-hero::before {
    content: "";
    position: absolute;
    inset: auto max(28px, calc((100vw - 1280px) / 2)) 90px auto;
    width: min(420px, 32vw);
    height: 250px;
    z-index: 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.025)),
        repeating-linear-gradient(0deg, transparent 0 42px, rgba(255, 255, 255, 0.075) 43px),
        linear-gradient(145deg, transparent 0 34%, rgba(20, 184, 166, 0.45) 35% 37%, transparent 38% 52%, rgba(245, 158, 11, 0.45) 53% 55%, transparent 56%);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.page-id-9 .at-hero::after {
    content: "Depot starten · Risiken verstehen · langfristig investieren";
    position: absolute;
    right: max(28px, calc((100vw - 1280px) / 2));
    bottom: 52px;
    z-index: 0;
    width: min(420px, 32vw);
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0;
    text-align: center;
}

.page-id-9 .at-hero-badge {
    margin: 0 0 24px;
    padding: 8px 15px;
    border-radius: 999px;
    background: rgba(20, 184, 166, 0.16);
    border: 1px solid rgba(20, 184, 166, 0.38);
    color: #bffdf3;
    font-size: 0.86rem;
    font-weight: 800;
    backdrop-filter: blur(10px);
}

.page-id-9 .at-hero h1 {
    max-width: 850px;
    margin: 0 0 24px;
    color: #ffffff;
    font-size: clamp(3.1rem, 6.4vw, 5.9rem);
    font-weight: 950;
    line-height: 0.98;
    letter-spacing: 0;
}

.page-id-9 .at-hero h1 span {
    color: #6ee7d8;
}

.page-id-9 .at-hero-desc {
    max-width: 760px;
    margin: 0 0 34px;
    color: #d9e8ff;
    font-size: clamp(1.05rem, 1.8vw, 1.28rem);
    line-height: 1.65;
}

.page-id-9 .at-hero-desc strong {
    color: #ffffff;
}

.page-id-9 .at-hero-btns {
    justify-content: flex-start;
    gap: 12px;
    margin: 0 0 52px;
}

.page-id-9 .at-btn-primary,
.page-id-9 .at-btn-secondary {
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 0.96rem;
    font-weight: 850;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.page-id-9 .at-btn-primary {
    background: var(--at-teal);
    color: var(--at-ink);
}

.page-id-9 .at-btn-primary:hover,
.page-id-9 .at-btn-primary:focus {
    background: #5eead4;
    color: var(--at-ink);
}

.page-id-9 .at-btn-secondary {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.26);
    color: #ffffff;
}

.page-id-9 .at-btn-secondary:hover,
.page-id-9 .at-btn-secondary:focus {
    background: #ffffff;
    color: var(--at-ink);
}

.page-id-9 .at-stats {
    width: min(780px, 100%);
    max-width: none;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(14px);
}

.page-id-9 .at-stat {
    padding: 22px 20px;
    border-color: rgba(255, 255, 255, 0.12);
}

.page-id-9 .at-stat-num,
.page-id-9 .at-stat-num.green,
.page-id-9 .at-stat-num.blue,
.page-id-9 .at-stat-num.gold {
    color: #ffffff;
    font-size: 1.9rem;
}

.page-id-9 .at-stat-label {
    color: #bfd2ea;
    font-size: 0.76rem;
    letter-spacing: 0;
}

.page-id-9 .at-section {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 88px max(28px, calc((100vw - 1240px) / 2));
}

.page-id-9 .at-section-alt {
    background:
        linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%);
}

.page-id-9 .at-cats-title {
    max-width: 720px;
    margin: 0 auto 42px;
}

.page-id-9 .at-cats-title h2 {
    color: var(--at-ink);
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
    letter-spacing: 0;
}

.page-id-9 .at-cats-title p {
    color: var(--at-muted);
    font-size: 1rem;
}

.page-id-9 .at-cats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.page-id-9 .at-cat-card {
    min-height: 234px;
    padding: 26px;
    border-radius: 8px;
    border: 1px solid rgba(15, 23, 42, 0.09);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.82)),
        #ffffff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.075);
    color: var(--at-text);
}

.page-id-9 .at-cat-card:hover,
.page-id-9 .at-cat-card:focus {
    border-color: rgba(37, 99, 235, 0.34);
    box-shadow: 0 22px 46px rgba(37, 99, 235, 0.16);
}

.page-id-9 .at-cat-icon {
    width: 46px;
    height: 46px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-id-9 .at-cat-icon.g { background: #d8f8ed; }
.page-id-9 .at-cat-icon.b { background: #dfeaff; }
.page-id-9 .at-cat-icon.y { background: #fff1c7; }
.page-id-9 .at-cat-icon.r { background: #ffe2e2; }

.page-id-9 .at-cat-name {
    color: var(--at-ink);
    font-size: 1.06rem;
    font-weight: 850;
}

.page-id-9 .at-cat-desc {
    color: #5d6b82;
    font-size: 0.91rem;
    line-height: 1.55;
}

.page-id-9 .at-cat-tag {
    align-self: flex-start;
    margin-top: 18px;
    border-radius: 999px;
    letter-spacing: 0;
}

.page-id-9 .at-steps-grid {
    position: relative;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.page-id-9 .at-step {
    position: relative;
    padding: 28px 18px;
    border-radius: 8px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.06);
}

.page-id-9 .at-step-num {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--at-blue), var(--at-blue-dark));
}

.page-id-9 .at-step-title {
    color: var(--at-ink);
    font-size: 0.96rem;
}

.page-id-9 .at-featured-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.page-id-9 .at-feat-card {
    min-height: 220px;
    padding: 28px;
    border-radius: 8px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.075);
}

.page-id-9 .at-feat-card:hover,
.page-id-9 .at-feat-card:focus {
    box-shadow: 0 22px 46px rgba(15, 23, 42, 0.13);
}

.page-id-9 .at-feat-fresh {
    border-radius: 999px;
    background: #ecfdf5;
    color: #047857;
    letter-spacing: 0;
}

.page-id-9 .at-feat-title {
    color: var(--at-ink);
    font-size: 1.14rem;
    line-height: 1.35;
}

.page-id-9 .at-feat-desc {
    color: #5d6b82;
    font-size: 0.94rem;
}

.page-id-9 .at-feat-arrow {
    color: var(--at-blue);
    font-weight: 850;
}

.page-id-9 .at-eeat {
    border: 0;
    border-radius: 8px;
    padding: 46px;
    background:
        linear-gradient(135deg, rgba(20, 184, 166, 0.18), transparent 40%),
        var(--at-ink);
    color: #ffffff;
    box-shadow: var(--at-shadow);
}

.page-id-9 .at-eeat-avatar {
    border-radius: 8px;
    background: #ffffff;
    color: var(--at-blue);
}

.page-id-9 .at-eeat-name {
    color: #ffffff;
}

.page-id-9 .at-eeat-role {
    color: #6ee7d8;
}

.page-id-9 .at-eeat-text {
    color: #d9e8ff;
}

.page-id-9 .at-eeat-badge {
    border-color: rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.08);
    color: #edf6ff;
}

.page-id-9 .at-faq-list {
    max-width: 900px;
}

.page-id-9 .at-faq-item {
    margin-bottom: 10px;
    padding: 0 22px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.045);
}

.page-id-9 .at-faq-q {
    padding: 20px 0;
}

.page-id-9 .at-faq-q h3 {
    color: var(--at-ink);
    font-size: 1rem;
}

.page-id-9 .at-faq-toggle {
    border-radius: 8px;
}

.page-id-9 .at-freshness {
    padding: 30px max(28px, calc((100vw - 1240px) / 2));
    background: #ffffff;
}

.page-id-9 .at-freshness-badge {
    border-radius: 999px;
}

.site-footer .site-info {
    background: var(--at-ink);
    color: rgba(255, 255, 255, 0.72);
}

.site-footer .site-info a {
    color: #8beee1;
}

@media (min-width: 769px) {
    .site-header #mobile-menu-control-wrapper,
    .site-header #site-navigation .menu-toggle {
        display: none;
    }
}

@media (max-width: 1100px) {
    .page-id-9 .at-hero {
        min-height: 0;
    }

    .page-id-9 .at-hero::before,
    .page-id-9 .at-hero::after {
        display: none;
    }

    .page-id-9 .at-cats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-id-9 .at-steps-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .site-header .inside-header.grid-container {
        min-height: 68px;
        padding: 12px 18px;
    }

    .main-title a,
    .main-title a:hover {
        font-size: 1.12rem;
    }

    .site-header .menu-toggle {
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.1);
        color: #ffffff;
        padding: 10px 12px;
    }

    .site-header #site-navigation {
        flex-basis: 100%;
        width: 100%;
        margin-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.09);
    }

    .site-header #site-navigation.toggled .main-nav > ul {
        display: grid;
        gap: 8px;
        padding: 14px 0 4px;
    }

    .site-header .main-navigation .main-nav ul li a {
        display: block;
        width: 100%;
        padding: 13px 14px;
        text-align: left;
    }

    .page-id-9 .at-hero {
        padding: 68px 20px 58px;
    }

    .page-id-9 .at-hero h1 {
        font-size: clamp(2.5rem, 13vw, 4rem);
    }

    .page-id-9 .at-hero-btns {
        display: grid;
        grid-template-columns: 1fr;
    }

    .page-id-9 .at-btn-primary,
    .page-id-9 .at-btn-secondary {
        justify-content: center;
        width: 100%;
    }

    .page-id-9 .at-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-id-9 .at-stat {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .page-id-9 .at-section {
        padding: 58px 20px;
    }

    .page-id-9 .at-cats-grid,
    .page-id-9 .at-featured-grid,
    .page-id-9 .at-steps-grid {
        grid-template-columns: 1fr;
    }

    .page-id-9 .at-cat-card,
    .page-id-9 .at-feat-card {
        min-height: auto;
    }

    .page-id-9 .at-eeat {
        padding: 32px 22px;
    }
}

@media (max-width: 480px) {
    .page-id-9 .at-hero {
        padding-top: 54px;
    }

    .page-id-9 .at-stats {
        grid-template-columns: 1fr;
    }

    .page-id-9 .at-stat {
        border-right: 0;
    }
}

/* Compact light finance design pass. */
.site-header {
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #e2eaf4;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.07);
    backdrop-filter: blur(16px);
}

.site-header .inside-header.grid-container {
    min-height: 68px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-title a,
.main-title a:hover {
    color: var(--at-ink);
}

.main-title a::before {
    background: linear-gradient(135deg, #16c6b0, #2f7cf6);
    box-shadow: 0 10px 22px rgba(47, 124, 246, 0.18);
}

.main-navigation .main-nav ul li a,
.main-navigation .menu-toggle,
.main-navigation .menu-bar-items {
    color: var(--at-ink);
}

.site-header .main-navigation .main-nav ul li a {
    border-color: #d8e2ef;
    background: #f7faff;
    color: #20304a;
    box-shadow: none;
}

.site-header .main-navigation .main-nav ul li.current-menu-item > a,
.site-header .main-navigation .main-nav ul li a:hover,
.site-header .main-navigation .main-nav ul li a:focus {
    background: var(--at-blue);
    border-color: var(--at-blue);
    color: #ffffff;
}

.site-header .main-navigation .main-nav ul li:last-child > a {
    background: #19c6b2;
    border-color: #19c6b2;
    color: #06221f;
}

.site-header .main-navigation .main-nav ul li:last-child > a:hover,
.site-header .main-navigation .main-nav ul li:last-child > a:focus {
    background: var(--at-blue);
    border-color: var(--at-blue);
    color: #ffffff;
}

.site-header .main-navigation .main-nav > ul > li:last-child > a {
    background: #19c6b2;
    border-color: #19c6b2;
    color: #06221f;
}

.site-header .main-navigation .main-nav > ul > li:last-child > a:hover,
.site-header .main-navigation .main-nav > ul > li:last-child > a:focus {
    background: var(--at-blue);
    border-color: var(--at-blue);
    color: #ffffff;
}

.site-header .main-navigation ul ul {
    width: 252px;
    padding: 8px;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
}

.site-header .main-navigation .main-nav ul ul li {
    width: 100%;
}

.site-header .main-navigation .main-nav ul ul li a,
.site-header .main-navigation .main-nav ul ul li:last-child > a {
    display: block;
    width: 100%;
    padding: 11px 12px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #20304a;
    font-size: 0.9rem;
    font-weight: 750;
    line-height: 1.25;
    box-shadow: none;
}

.site-header .main-navigation .main-nav ul ul li a:hover,
.site-header .main-navigation .main-nav ul ul li a:focus,
.site-header .main-navigation .main-nav ul ul li:last-child > a:hover,
.site-header .main-navigation .main-nav ul ul li:last-child > a:focus {
    background: #eef5ff;
    color: var(--at-blue);
    transform: none;
}

.page-id-9 .at-hero {
    min-height: 0;
    padding: 58px max(28px, calc((100vw - 1240px) / 2)) 46px;
    color: var(--at-ink);
    background:
        radial-gradient(circle at 86% 24%, rgba(20, 184, 166, 0.19), transparent 24%),
        radial-gradient(circle at 78% 80%, rgba(37, 99, 235, 0.13), transparent 30%),
        linear-gradient(120deg, rgba(255, 255, 255, 0.96), rgba(237, 248, 255, 0.94)),
        #f4fbff;
}

.page-id-9 .at-hero::before {
    inset: 64px max(28px, calc((100vw - 1240px) / 2)) auto auto;
    width: min(390px, 30vw);
    height: 250px;
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 8px;
    background:
        linear-gradient(180deg, #ffffff 0 46px, transparent 46px),
        radial-gradient(circle at 26px 23px, #19c6b2 0 6px, transparent 7px),
        radial-gradient(circle at 48px 23px, #f59e0b 0 6px, transparent 7px),
        radial-gradient(circle at 70px 23px, #2f7cf6 0 6px, transparent 7px),
        linear-gradient(138deg, transparent 0 33%, rgba(25, 198, 178, 0.9) 34% 36%, transparent 37% 48%, rgba(47, 124, 246, 0.9) 49% 51%, transparent 52% 100%),
        repeating-linear-gradient(0deg, transparent 0 39px, rgba(37, 99, 235, 0.08) 40px),
        repeating-linear-gradient(90deg, transparent 0 55px, rgba(37, 99, 235, 0.07) 56px),
        linear-gradient(180deg, #ffffff, #f8fbff);
    box-shadow: 0 24px 55px rgba(37, 99, 235, 0.15);
}

.page-id-9 .at-hero::after {
    content: "Depot-Plan\A Risiko klar sehen";
    top: 255px;
    right: calc(max(28px, calc((100vw - 1240px) / 2)) + 238px);
    bottom: auto;
    width: 190px;
    padding: 16px 18px;
    border: 1px solid rgba(20, 184, 166, 0.18);
    border-radius: 8px;
    background: #ffffff;
    color: #0f766e;
    font-size: 0.86rem;
    line-height: 1.35;
    text-align: left;
    white-space: pre-line;
    box-shadow: 0 18px 40px rgba(20, 184, 166, 0.17);
}

.page-id-9 .at-hero-badge {
    margin-bottom: 18px;
    background: #e8fbf7;
    border-color: #b9f2e7;
    color: #04756e;
}

.page-id-9 .at-hero h1 {
    max-width: 650px;
    margin-bottom: 18px;
    color: var(--at-ink);
    font-size: clamp(2.35rem, 4.1vw, 3.85rem);
    line-height: 1.04;
}

.page-id-9 .at-hero h1 span {
    color: #14a89a;
}

.page-id-9 .at-hero-desc {
    max-width: 680px;
    margin-bottom: 24px;
    color: #40506a;
    font-size: clamp(1rem, 1.5vw, 1.13rem);
}

.page-id-9 .at-hero-desc strong {
    color: var(--at-ink);
}

.page-id-9 .at-hero-btns {
    margin-bottom: 24px;
}

.page-id-9 .at-btn-primary,
.page-id-9 .at-btn-secondary {
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.12);
}

.page-id-9 .at-btn-primary {
    background: var(--at-blue);
    color: #ffffff;
}

.page-id-9 .at-btn-primary:hover,
.page-id-9 .at-btn-primary:focus {
    background: #1741a6;
    color: #ffffff;
}

.page-id-9 .at-btn-secondary {
    background: #ffffff;
    border-color: #cbd8ea;
    color: var(--at-blue);
}

.page-id-9 .at-btn-secondary:hover,
.page-id-9 .at-btn-secondary:focus {
    background: #eef5ff;
    color: #1741a6;
}

.page-id-9 .at-stats {
    width: min(640px, 100%);
    border-color: #dbe6f4;
    background: #ffffff;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
    backdrop-filter: none;
}

.page-id-9 .at-stat {
    padding: 16px 18px;
    border-color: #edf2f8;
}

.page-id-9 .at-stat-num,
.page-id-9 .at-stat-num.green,
.page-id-9 .at-stat-num.blue,
.page-id-9 .at-stat-num.gold {
    color: var(--at-ink);
    font-size: 1.48rem;
}

.page-id-9 .at-stat-num.green { color: #059669; }
.page-id-9 .at-stat-num.blue { color: var(--at-blue); }
.page-id-9 .at-stat-num.gold { color: #c27803; }

.page-id-9 .at-stat-label {
    color: #667085;
}

.site-footer .site-info {
    background: #ffffff;
    color: #667085;
    border-top: 1px solid #e2eaf4;
}

.site-footer .site-info a {
    color: var(--at-blue);
}

@media (max-width: 1100px) {
    .page-id-9 .at-hero::before,
    .page-id-9 .at-hero::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .site-header .menu-toggle {
        background: #eef5ff;
        color: var(--at-ink);
    }

    .site-header #site-navigation {
        border-top-color: #e2eaf4;
    }

    .page-id-9 .at-hero {
        padding: 44px 20px 38px;
    }

    .page-id-9 .at-hero h1 {
        font-size: clamp(2.25rem, 10vw, 3.35rem);
    }

    .page-id-9 .at-stat {
        border-bottom-color: #edf2f8;
    }
}

@media (max-width: 480px) {
    .page-id-9 .at-hero {
        padding-top: 34px;
    }
}

/* Header and hero compression pass after visual review. */
.site-header .inside-header.grid-container {
    max-width: 1260px;
    min-height: 56px;
    padding: 7px 22px;
    flex-wrap: nowrap;
}

.site-branding {
    width: 46px;
    min-width: 46px;
}

.main-title a,
.main-title a:hover {
    position: relative;
    width: 40px;
    height: 40px;
    gap: 0;
    overflow: hidden;
    border-radius: 10px;
    background:
        linear-gradient(135deg, #13c8b3 0%, #2374ea 100%);
    color: transparent;
    font-size: 0;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.18);
}

.main-title a,
.main-title a:hover {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iODAiIHZpZXdCb3g9IjAgMCA4MCA4MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiByb2xlPSJpbWciIGFyaWEtbGFiZWxsZWRieT0idGl0bGUiPgogIDx0aXRsZSBpZD0idGl0bGUiPkFrdGllbi1UcmFkZW4gTG9nbzwvdGl0bGU+CiAgPHJlY3Qgd2lkdGg9IjgwIiBoZWlnaHQ9IjgwIiByeD0iMTgiIGZpbGw9InVybCgjYmcpIi8+CiAgPHBhdGggZD0iTTE4IDU2SDYzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgb3BhY2l0eT0iLjg4Ii8+CiAgPHBhdGggZD0iTTIwIDUyTDMxIDQyTDQwIDQ3TDU5IDI1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxjaXJjbGUgY3g9IjU5IiBjeT0iMjUiIHI9IjUiIGZpbGw9IiNGRkZGRkYiLz4KICA8cGF0aCBkPSJNMjUgMjRWMzQiIHN0cm9rZT0iI0RERkJGRiIgc3Ryb2tlLXdpZHRoPSI1IiBzdHJva2UtbGluZWNhcD0icm91bmQiIG9wYWNpdHk9Ii45Ii8+CiAgPHBhdGggZD0iTTM5IDE5VjMyIiBzdHJva2U9IiNEREZCRkYiIHN0cm9rZS13aWR0aD0iNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBvcGFjaXR5PSIuNjIiLz4KICA8cGF0aCBkPSJNNTMgMTVWMjgiIHN0cm9rZT0iI0RERkJGRiIgc3Ryb2tlLXdpZHRoPSI1IiBzdHJva2UtbGluZWNhcD0icm91bmQiIG9wYWNpdHk9Ii40OCIvPgogIDxkZWZzPgogICAgPGxpbmVhckdyYWRpZW50IGlkPSJiZyIgeDE9IjgiIHkxPSI4IiB4Mj0iNzQiIHkyPSI3MCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgogICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjMTZDNkIwIi8+CiAgICAgIDxzdG9wIG9mZnNldD0iLjU0IiBzdG9wLWNvbG9yPSIjMjM3NEVBIi8+CiAgICAgIDxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzE3M0E4QSIvPgogICAgPC9saW5lYXJHcmFkaWVudD4KICA8L2RlZnM+Cjwvc3ZnPgo=") center / contain no-repeat;
}

.main-title a::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 10px;
    width: 22px;
    height: 17px;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.main-title a::before,
.main-title a::after {
    display: none;
}

.main-title a::after {
    content: "";
    position: absolute;
    left: 13px;
    top: 21px;
    width: 23px;
    height: 4px;
    border-radius: 999px;
    background: #ffffff;
    transform: rotate(-36deg);
    transform-origin: left center;
    box-shadow: 11px -8px 0 -1px rgba(255, 255, 255, 0.86);
}

.site-header #site-navigation {
    min-width: 0;
}

.site-header #site-navigation .inside-navigation.grid-container {
    justify-content: flex-end;
}

.site-header #primary-menu {
    width: auto;
    min-width: 0;
}

.site-header .main-navigation .main-nav > ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
}

.site-header .main-navigation .main-nav > ul > li {
    flex: 0 0 auto;
}

.site-header .main-navigation .main-nav > ul > li > a,
.site-header .main-navigation .main-nav > ul > li:last-child > a {
    min-height: 0;
    padding: 9px 11px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #17243a;
    font-size: 0.84rem;
    font-weight: 850;
    line-height: 1;
}

.site-header .main-navigation .main-nav > ul > li.current-menu-item > a,
.site-header .main-navigation .main-nav > ul > li > a:hover,
.site-header .main-navigation .main-nav > ul > li > a:focus {
    background: #edf5ff;
    color: var(--at-blue);
    transform: none;
}

.site-header .main-navigation .main-nav > ul > li:last-child > a {
    background: #e8fbf7;
    color: #06746c;
}

.site-header .main-navigation .main-nav > ul > li:last-child > a:hover,
.site-header .main-navigation .main-nav > ul > li:last-child > a:focus {
    background: #d9f8f1;
    color: #045d57;
}

.site-header .dropdown-menu-toggle {
    padding-left: 5px;
}

.page-id-9 .at-hero {
    padding: 30px max(24px, calc((100vw - 1120px) / 2)) 26px;
    background:
        radial-gradient(circle at 88% 16%, rgba(20, 184, 166, 0.13), transparent 24%),
        linear-gradient(120deg, #ffffff 0%, #f1f9ff 100%);
}

.page-id-9 .at-hero::before {
    content: "Klarer Start\A ohne Börsenlärm";
    inset: 42px max(24px, calc((100vw - 1120px) / 2)) auto auto;
    width: 210px;
    height: auto;
    padding: 17px 18px 17px 54px;
    border: 1px solid #d8efe9;
    border-radius: 8px;
    background:
        radial-gradient(circle at 25px 25px, #19c6b2 0 12px, transparent 13px),
        linear-gradient(135deg, transparent 0 16px, #ffffff 17px),
        #ffffff;
    color: #0f766e;
    font-size: 0.92rem;
    font-weight: 900;
    line-height: 1.25;
    white-space: pre-line;
    box-shadow: 0 14px 30px rgba(20, 184, 166, 0.13);
}

.page-id-9 .at-hero::after {
    content: "Schritt für Schritt investieren";
    top: 126px;
    right: calc(max(24px, calc((100vw - 1120px) / 2)) + 84px);
    width: 210px;
    padding: 13px 16px;
    border-color: #dce7f5;
    color: #2456b3;
    font-size: 0.84rem;
    font-weight: 850;
    line-height: 1.25;
    text-align: left;
    white-space: normal;
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.11);
}

.page-id-9 .at-hero-badge {
    margin-bottom: 12px;
    padding: 6px 12px;
    font-size: 0.76rem;
}

.page-id-9 .at-hero h1 {
    max-width: 560px;
    margin-bottom: 12px;
    font-size: clamp(2rem, 3.25vw, 3.05rem);
    line-height: 1.05;
}

.page-id-9 .at-hero-desc {
    max-width: 590px;
    margin-bottom: 16px;
    font-size: 0.96rem;
    line-height: 1.55;
}

.page-id-9 .at-hero-btns {
    gap: 9px;
    margin-bottom: 16px;
}

.page-id-9 .at-btn-primary,
.page-id-9 .at-btn-secondary {
    padding: 11px 15px;
    font-size: 0.86rem;
}

.page-id-9 .at-stats {
    width: min(520px, 100%);
}

.page-id-9 .at-stat {
    padding: 11px 14px;
}

.page-id-9 .at-stat-num,
.page-id-9 .at-stat-num.green,
.page-id-9 .at-stat-num.blue,
.page-id-9 .at-stat-num.gold {
    font-size: 1.14rem;
    margin-bottom: 1px;
}

.page-id-9 .at-stat-label {
    font-size: 0.65rem;
}

@media (max-width: 1100px) {
    .site-header .main-navigation .main-nav > ul > li > a,
    .site-header .main-navigation .main-nav > ul > li:last-child > a {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 0.79rem;
    }

    .page-id-9 .at-hero::before,
    .page-id-9 .at-hero::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .site-header .inside-header.grid-container {
        min-height: 58px;
        padding: 9px 16px;
        flex-wrap: wrap;
    }

    .site-branding {
        width: auto;
        min-width: 40px;
    }

    .site-header .main-navigation .main-nav > ul {
        display: none;
    }

    .site-header #site-navigation.toggled .main-nav > ul {
        display: grid;
    }

    .page-id-9 .at-hero {
        padding: 30px 18px 26px;
    }
}

/* Final compact top section: keep content visible quickly. */
.site-header {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.055);
}

.site-header .inside-header.grid-container {
    max-width: 1180px;
    min-height: 50px;
    padding: 6px 18px;
    gap: 14px;
}

.site-branding {
    width: 38px;
    min-width: 38px;
}

.main-title a,
.main-title a:hover {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    box-shadow: 0 8px 17px rgba(37, 99, 235, 0.14);
}

.site-header .main-navigation .main-nav > ul {
    gap: 2px;
}

.site-header .main-navigation .main-nav > ul > li > a,
.site-header .main-navigation .main-nav > ul > li:last-child > a {
    padding: 8px 10px;
    border-radius: 7px;
    color: #1f2a3d;
    font-size: 0.78rem;
    font-weight: 680;
    letter-spacing: 0;
}

.site-header .main-navigation .main-nav > ul > li.current-menu-item > a {
    background: #eef5ff;
    color: #205fd7;
}

.site-header .main-navigation .main-nav > ul > li > a:hover,
.site-header .main-navigation .main-nav > ul > li > a:focus {
    background: #f3f7fb;
    color: #205fd7;
}

.site-header .main-navigation .main-nav > ul > li:last-child > a {
    background: #eafbF7;
    color: #08766e;
}

.site-header .dropdown-menu-toggle {
    padding-left: 4px;
}

.site-header .main-navigation ul ul {
    width: 236px;
    padding: 7px;
}

.site-header .main-navigation .main-nav ul ul li a,
.site-header .main-navigation .main-nav ul ul li:last-child > a {
    padding: 9px 10px;
    font-size: 0.82rem;
    font-weight: 650;
}

.page-id-9 .at-hero {
    padding: 22px max(22px, calc((100vw - 1080px) / 2)) 18px;
    background:
        linear-gradient(90deg, #ffffff 0%, #f7fbff 54%, #eef9f8 100%);
}

.page-id-9 .at-hero::before {
    content: "Klar starten\ARisiko verstehen\ALangfristig denken";
    top: 32px;
    right: max(22px, calc((100vw - 1080px) / 2));
    width: 245px;
    padding: 15px 16px 15px 48px;
    border-color: #dbe7f4;
    background:
        radial-gradient(circle at 24px 24px, #18bfae 0 10px, transparent 11px),
        linear-gradient(180deg, #ffffff, #f8fbff);
    color: #17304f;
    font-size: 0.82rem;
    font-weight: 760;
    line-height: 1.35;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

.page-id-9 .at-hero::after {
    display: none;
}

.page-id-9 .at-hero-badge {
    margin-bottom: 7px;
    padding: 4px 10px;
    font-size: 0.68rem;
    font-weight: 720;
}

.page-id-9 .at-hero h1 {
    max-width: 505px;
    margin-bottom: 8px;
    font-size: clamp(1.62rem, 2.55vw, 2.45rem);
    font-weight: 850;
    line-height: 1.04;
}

.page-id-9 .at-hero-desc {
    max-width: 555px;
    margin-bottom: 10px;
    color: #40506a;
    font-size: 0.86rem;
    line-height: 1.46;
}

.page-id-9 .at-hero-desc strong {
    font-weight: 720;
}

.page-id-9 .at-hero-btns {
    gap: 8px;
    margin-bottom: 10px;
}

.page-id-9 .at-btn-primary,
.page-id-9 .at-btn-secondary {
    padding: 8px 12px;
    border-radius: 7px;
    font-size: 0.78rem;
    font-weight: 720;
    box-shadow: 0 9px 18px rgba(37, 99, 235, 0.09);
}

.page-id-9 .at-stats {
    width: min(470px, 100%);
    border-radius: 7px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.page-id-9 .at-stat {
    padding: 8px 10px;
}

.page-id-9 .at-stat-num,
.page-id-9 .at-stat-num.green,
.page-id-9 .at-stat-num.blue,
.page-id-9 .at-stat-num.gold {
    font-size: 1rem;
}

.page-id-9 .at-stat-label {
    font-size: 0.58rem;
    line-height: 1.15;
}

@media (max-width: 920px) {
    .page-id-9 .at-hero::before {
        display: none;
    }

    .page-id-9 .at-hero h1,
    .page-id-9 .at-hero-desc {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .site-header .inside-header.grid-container {
        min-height: 52px;
        padding: 8px 15px;
    }

    .page-id-9 .at-hero {
        padding: 24px 18px 20px;
    }

    .page-id-9 .at-hero h1 {
        font-size: clamp(1.9rem, 8vw, 2.6rem);
    }
}

/* Brand header and illustrated compact hero. */
.site-header {
    background: rgba(255, 255, 255, 0.985);
    border-bottom: 1px solid #dce7f3;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.07);
}

.site-header .inside-header.grid-container {
    max-width: 1240px;
    min-height: 72px;
    padding: 12px 24px;
    gap: 26px;
}

.site-branding {
    width: 238px;
    min-width: 238px;
}

.main-title a,
.main-title a:hover {
    box-sizing: border-box;
    width: 232px;
    min-width: 232px;
    height: 48px;
    padding-left: 58px;
    overflow: visible;
    border-radius: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iODAiIHZpZXdCb3g9IjAgMCA4MCA4MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiByb2xlPSJpbWciIGFyaWEtbGFiZWxsZWRieT0idGl0bGUiPgogIDx0aXRsZSBpZD0idGl0bGUiPkFrdGllbi1UcmFkZW4gTG9nbzwvdGl0bGU+CiAgPHJlY3Qgd2lkdGg9IjgwIiBoZWlnaHQ9IjgwIiByeD0iMTgiIGZpbGw9InVybCgjYmcpIi8+CiAgPHBhdGggZD0iTTE4IDU2SDYzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgb3BhY2l0eT0iLjg4Ii8+CiAgPHBhdGggZD0iTTIwIDUyTDMxIDQyTDQwIDQ3TDU5IDI1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxjaXJjbGUgY3g9IjU5IiBjeT0iMjUiIHI9IjUiIGZpbGw9IiNGRkZGRkYiLz4KICA8cGF0aCBkPSJNMjUgMjRWMzQiIHN0cm9rZT0iI0RERkJGRiIgc3Ryb2tlLXdpZHRoPSI1IiBzdHJva2UtbGluZWNhcD0icm91bmQiIG9wYWNpdHk9Ii45Ii8+CiAgPHBhdGggZD0iTTM5IDE5VjMyIiBzdHJva2U9IiNEREZCRkYiIHN0cm9rZS13aWR0aD0iNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBvcGFjaXR5PSIuNjIiLz4KICA8cGF0aCBkPSJNNTMgMTVWMjgiIHN0cm9rZT0iI0RERkJGRiIgc3Ryb2tlLXdpZHRoPSI1IiBzdHJva2UtbGluZWNhcD0icm91bmQiIG9wYWNpdHk9Ii40OCIvPgogIDxkZWZzPgogICAgPGxpbmVhckdyYWRpZW50IGlkPSJiZyIgeDE9IjgiIHkxPSI4IiB4Mj0iNzQiIHkyPSI3MCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgogICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjMTZDNkIwIi8+CiAgICAgIDxzdG9wIG9mZnNldD0iLjU0IiBzdG9wLWNvbG9yPSIjMjM3NEVBIi8+CiAgICAgIDxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzE3M0E4QSIvPgogICAgPC9saW5lYXJHcmFkaWVudD4KICA8L2RlZnM+Cjwvc3ZnPgo=") left center / 44px 44px no-repeat;
    color: #07111f;
    font-size: 1.08rem;
    font-weight: 820;
    line-height: 48px;
    box-shadow: none;
}

.site-header #site-navigation {
    flex: 1 1 auto;
}

.site-header #site-navigation .inside-navigation.grid-container {
    justify-content: flex-end;
}

.site-header .main-navigation .main-nav > ul {
    justify-content: flex-end;
    gap: 7px;
}

.site-header .main-navigation .main-nav > ul > li > a,
.site-header .main-navigation .main-nav > ul > li:last-child > a {
    padding: 11px 14px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
    color: #25324a;
    font-size: 0.88rem;
    font-weight: 620;
    line-height: 1;
}

.site-header .main-navigation .main-nav > ul > li.current-menu-item > a,
.site-header .main-navigation .main-nav > ul > li > a:hover,
.site-header .main-navigation .main-nav > ul > li > a:focus {
    border-color: #dbe8ff;
    background: #eff6ff;
    color: #1e5bd7;
}

.site-header .main-navigation .main-nav > ul > li:last-child > a {
    border-color: #cfefe8;
    background: #e8fbf7;
    color: #08766e;
}

.site-header .main-navigation .main-nav > ul > li:last-child > a:hover,
.site-header .main-navigation .main-nav > ul > li:last-child > a:focus {
    background: #d9f8f1;
    color: #045d57;
}

.site-header .dropdown-menu-toggle {
    padding-left: 6px;
}

.site-header .main-navigation ul ul {
    width: 248px;
    padding: 8px;
    border-radius: 10px;
}

.site-header .main-navigation .main-nav ul ul li a,
.site-header .main-navigation .main-nav ul ul li:last-child > a {
    padding: 10px 11px;
    border-radius: 8px;
    font-size: 0.84rem;
    font-weight: 600;
}

.page-id-9 .at-hero {
    min-height: 338px;
    padding: 28px max(30px, calc((100vw - 1240px) / 2)) 26px;
    background:
        radial-gradient(circle at 80% 32%, rgba(25, 191, 174, 0.18), transparent 26%),
        radial-gradient(circle at 95% 84%, rgba(44, 116, 234, 0.12), transparent 30%),
        linear-gradient(100deg, #ffffff 0%, #f5fbff 58%, #eef9f8 100%);
}

.page-id-9 .at-hero::before {
    content: "";
    display: block;
    top: 22px;
    right: max(28px, calc((100vw - 1240px) / 2));
    width: min(440px, 32vw);
    height: 278px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzYwIiBoZWlnaHQ9IjQ4MCIgdmlld0JveD0iMCAwIDc2MCA0ODAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHJlY3QgeD0iNDAiIHk9IjM0IiB3aWR0aD0iNjgwIiBoZWlnaHQ9IjQwMCIgcng9IjMyIiBmaWxsPSIjRjdGQkZGIi8+CiAgPHJlY3QgeD0iNDAiIHk9IjM0IiB3aWR0aD0iNjgwIiBoZWlnaHQ9IjQwMCIgcng9IjMyIiBzdHJva2U9IiNEN0U1RjYiIHN0cm9rZS13aWR0aD0iMiIvPgogIDxjaXJjbGUgY3g9IjYyOCIgY3k9IjEwOCIgcj0iODgiIGZpbGw9IiNEREY4RjQiLz4KICA8Y2lyY2xlIGN4PSIxMzQiIGN5PSIzNjYiIHI9IjgyIiBmaWxsPSIjRThGMEZGIi8+CgogIDxyZWN0IHg9IjkyIiB5PSI4NCIgd2lkdGg9IjQwNiIgaGVpZ2h0PSIyNDQiIHJ4PSIyNCIgZmlsbD0id2hpdGUiLz4KICA8cmVjdCB4PSI5MiIgeT0iODQiIHdpZHRoPSI0MDYiIGhlaWdodD0iMjQ0IiByeD0iMjQiIHN0cm9rZT0iI0RERThGNSIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgPHJlY3QgeD0iMTI0IiB5PSIxMTgiIHdpZHRoPSI5OCIgaGVpZ2h0PSIxNCIgcng9IjciIGZpbGw9IiMwQjFCMzQiLz4KICA8cmVjdCB4PSIxMjQiIHk9IjE0NCIgd2lkdGg9IjE3NiIgaGVpZ2h0PSIxMCIgcng9IjUiIGZpbGw9IiNDQkQ4RUEiLz4KICA8cmVjdCB4PSIxMjQiIHk9IjE4OCIgd2lkdGg9IjMxNiIgaGVpZ2h0PSIxLjUiIGZpbGw9IiNFOUVGRjciLz4KICA8cmVjdCB4PSIxMjQiIHk9IjIzNCIgd2lkdGg9IjMxNiIgaGVpZ2h0PSIxLjUiIGZpbGw9IiNFOUVGRjciLz4KICA8cmVjdCB4PSIxMjQiIHk9IjI4MCIgd2lkdGg9IjMxNiIgaGVpZ2h0PSIxLjUiIGZpbGw9IiNFOUVGRjciLz4KICA8cGF0aCBkPSJNMTMwIDI3NEMxNjQgMjUwIDE4MCAyNjYgMjEyIDIzMEMyNDIgMTk2IDI2OCAyMTcgMzAwIDE4NEMzMzIgMTUxIDM1NSAxNjkgMzkwIDEzMiIgc3Ryb2tlPSIjMTlCRkFFIiBzdHJva2Utd2lkdGg9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KICA8cGF0aCBkPSJNMTMwIDI4NkMxNjQgMjcyIDE5MCAyNzggMjIyIDI1MkMyNTIgMjI4IDI3NyAyMzggMzEwIDIxMkMzNDIgMTg4IDM2NiAxOTEgNDA3IDE2OCIgc3Ryb2tlPSIjMkM3NEVBIiBzdHJva2Utd2lkdGg9IjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgb3BhY2l0eT0iLjc4Ii8+CiAgPGNpcmNsZSBjeD0iMzkwIiBjeT0iMTMyIiByPSIxMiIgZmlsbD0iIzE5QkZBRSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSI1Ii8+CiAgPGNpcmNsZSBjeD0iNDA3IiBjeT0iMTY4IiByPSIxMCIgZmlsbD0iIzJDNzRFQSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSI0Ii8+CgogIDxyZWN0IHg9IjUzMCIgeT0iMTE4IiB3aWR0aD0iMTM4IiBoZWlnaHQ9IjExMiIgcng9IjIyIiBmaWxsPSIjMEIxQjM0Ii8+CiAgPHBhdGggZD0iTTU2OCAxNzhDNTY4IDE1NyA1ODUgMTQwIDYwNiAxNDBDNjI3IDE0MCA2NDQgMTU3IDY0NCAxNzhDNjQ0IDE5OSA2MjcgMjE2IDYwNiAyMTZDNTg1IDIxNiA1NjggMTk5IDU2OCAxNzhaIiBmaWxsPSIjMUREMUJBIi8+CiAgPHBhdGggZD0iTTYwNiAxNDBDNjI3IDE0MCA2NDQgMTU3IDY0NCAxNzhINjA2VjE0MFoiIGZpbGw9IiM0Qzg1RjMiLz4KICA8cGF0aCBkPSJNNjA2IDE3OEg2NDRDNjQ0IDE5NCA2MzQgMjA4IDYyMCAyMTRMNjA2IDE3OFoiIGZpbGw9IiNGNUI4NEMiLz4KICA8cmVjdCB4PSI1NTIiIHk9IjI0OCIgd2lkdGg9IjE0MCIgaGVpZ2h0PSI3MiIgcng9IjE4IiBmaWxsPSJ3aGl0ZSIvPgogIDxyZWN0IHg9IjU1MiIgeT0iMjQ4IiB3aWR0aD0iMTQwIiBoZWlnaHQ9IjcyIiByeD0iMTgiIHN0cm9rZT0iI0RERThGNSIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgPHJlY3QgeD0iNTc0IiB5PSIyNzAiIHdpZHRoPSI2NCIgaGVpZ2h0PSI4IiByeD0iNCIgZmlsbD0iIzBCMUIzNCIvPgogIDxyZWN0IHg9IjU3NCIgeT0iMjkwIiB3aWR0aD0iOTYiIGhlaWdodD0iOCIgcng9IjQiIGZpbGw9IiMxOUJGQUUiLz4KCiAgPHJlY3QgeD0iMTMyIiB5PSIzNDgiIHdpZHRoPSIxMzQiIGhlaWdodD0iNjQiIHJ4PSIxOCIgZmlsbD0id2hpdGUiLz4KICA8cmVjdCB4PSIxMzIiIHk9IjM0OCIgd2lkdGg9IjEzNCIgaGVpZ2h0PSI2NCIgcng9IjE4IiBzdHJva2U9IiNEREU4RjUiIHN0cm9rZS13aWR0aD0iMiIvPgogIDxjaXJjbGUgY3g9IjE2MiIgY3k9IjM4MCIgcj0iMTIiIGZpbGw9IiMxOUJGQUUiLz4KICA8cmVjdCB4PSIxODQiIHk9IjM2NiIgd2lkdGg9IjU0IiBoZWlnaHQ9IjgiIHJ4PSI0IiBmaWxsPSIjMEIxQjM0Ii8+CiAgPHJlY3QgeD0iMTg0IiB5PSIzODYiIHdpZHRoPSI0MiIgaGVpZ2h0PSI3IiByeD0iMy41IiBmaWxsPSIjQ0JEOEVBIi8+CgogIDxyZWN0IHg9IjI5NCIgeT0iMzQ4IiB3aWR0aD0iMTM0IiBoZWlnaHQ9IjY0IiByeD0iMTgiIGZpbGw9IndoaXRlIi8+CiAgPHJlY3QgeD0iMjk0IiB5PSIzNDgiIHdpZHRoPSIxMzQiIGhlaWdodD0iNjQiIHJ4PSIxOCIgc3Ryb2tlPSIjRERFOEY1IiBzdHJva2Utd2lkdGg9IjIiLz4KICA8Y2lyY2xlIGN4PSIzMjQiIGN5PSIzODAiIHI9IjEyIiBmaWxsPSIjMkM3NEVBIi8+CiAgPHJlY3QgeD0iMzQ2IiB5PSIzNjYiIHdpZHRoPSI0OCIgaGVpZ2h0PSI4IiByeD0iNCIgZmlsbD0iIzBCMUIzNCIvPgogIDxyZWN0IHg9IjM0NiIgeT0iMzg2IiB3aWR0aD0iNTQiIGhlaWdodD0iNyIgcng9IjMuNSIgZmlsbD0iI0NCRDhFQSIvPgo8L3N2Zz4K") center / contain no-repeat;
    box-shadow: none;
}

.page-id-9 .at-hero::after {
    display: none;
}

.page-id-9 .at-hero-badge {
    margin-bottom: 10px;
    padding: 5px 12px;
    font-size: 0.74rem;
    font-weight: 650;
}

.page-id-9 .at-hero h1 {
    max-width: 680px;
    margin-bottom: 10px;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 760;
    line-height: 1.05;
}

.page-id-9 .at-hero-desc {
    max-width: 610px;
    margin-bottom: 14px;
    font-size: 0.94rem;
    line-height: 1.55;
}

.page-id-9 .at-hero-desc strong {
    font-weight: 620;
}

.page-id-9 .at-hero-btns {
    margin-bottom: 14px;
}

.page-id-9 .at-btn-primary,
.page-id-9 .at-btn-secondary {
    padding: 10px 14px;
    font-size: 0.84rem;
    font-weight: 650;
}

.page-id-9 .at-stats {
    width: min(540px, 100%);
}

.page-id-9 .at-stat {
    padding: 10px 12px;
}

.page-id-9 .at-home > .at-hero + .at-section {
    padding-top: 62px;
}

@media (max-width: 1120px) {
    .site-branding {
        width: 210px;
        min-width: 210px;
    }

    .main-title a,
    .main-title a:hover {
        min-width: 198px;
        font-size: 1rem;
    }

    .site-header .main-navigation .main-nav > ul {
        gap: 3px;
    }

    .site-header .main-navigation .main-nav > ul > li > a,
    .site-header .main-navigation .main-nav > ul > li:last-child > a {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 0.82rem;
    }
}

@media (max-width: 980px) {
    .page-id-9 .at-hero {
        min-height: 0;
    }

    .page-id-9 .at-hero::before {
        display: none;
    }

    .page-id-9 .at-hero h1,
    .page-id-9 .at-hero-desc {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .site-header .inside-header.grid-container {
        min-height: 64px;
        padding: 10px 16px;
        gap: 12px;
    }

    .site-branding {
        width: 210px;
        min-width: 210px;
    }

    .page-id-9 .at-hero {
        padding: 28px 18px 24px;
    }

    .page-id-9 .at-hero h1 {
        font-size: clamp(2rem, 8vw, 2.75rem);
    }

    .page-id-9 .at-home > .at-hero + .at-section {
        padding-top: 48px;
    }
}

/* Site-wide content polish: home sections, articles, archives. */
body {
    background:
        linear-gradient(180deg, #f7fbff 0%, #ffffff 28%, #f3f7fb 100%);
}

.page-id-9 .at-section {
    padding-top: 72px;
    padding-bottom: 72px;
}

.page-id-9 .at-section-alt {
    background:
        radial-gradient(circle at 12% 12%, rgba(25, 191, 174, 0.08), transparent 24%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fa 100%);
}

.page-id-9 .at-cats-title {
    max-width: 780px;
    margin-bottom: 34px;
}

.page-id-9 .at-cats-title h2 {
    font-size: clamp(2rem, 3.1vw, 3.15rem);
    font-weight: 820;
}

.page-id-9 .at-cats-title p {
    color: #66758f;
}

.page-id-9 .at-cats-grid,
.page-id-9 .at-featured-grid {
    gap: 18px;
}

.page-id-9 .at-cat-card,
.page-id-9 .at-feat-card,
.page-id-9 .at-step {
    position: relative;
    overflow: hidden;
    border-color: rgba(31, 42, 61, 0.08);
    background:
        linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.page-id-9 .at-cat-card::after,
.page-id-9 .at-feat-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(25, 191, 174, 0.1), transparent 38%);
    opacity: 0;
    transition: opacity 0.18s ease;
}

.page-id-9 .at-cat-card:hover::after,
.page-id-9 .at-cat-card:focus::after,
.page-id-9 .at-feat-card:hover::after,
.page-id-9 .at-feat-card:focus::after {
    opacity: 1;
}

.page-id-9 .at-cat-card:hover,
.page-id-9 .at-cat-card:focus,
.page-id-9 .at-feat-card:hover,
.page-id-9 .at-feat-card:focus {
    transform: translateY(-4px);
    box-shadow: 0 24px 54px rgba(37, 99, 235, 0.14);
}

.page-id-9 .at-latest-section {
    background:
        radial-gradient(circle at 82% 14%, rgba(20, 184, 166, 0.1), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.page-id-9 .at-latest-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.page-id-9 .at-latest-card {
    position: relative;
    overflow: hidden;
    min-width: 0;
    border: 1px solid rgba(31, 42, 61, 0.08);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.page-id-9 .at-latest-card:hover,
.page-id-9 .at-latest-card:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 24px 54px rgba(37, 99, 235, 0.14);
}

.page-id-9 .at-latest-link {
    display: grid;
    min-height: 100%;
    color: inherit;
    text-decoration: none;
}

.page-id-9 .at-latest-media {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background:
        linear-gradient(135deg, rgba(8, 17, 31, 0.96), rgba(23, 65, 166, 0.92));
}

.page-id-9 .at-latest-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-id-9 .at-latest-media-fallback {
    display: flex;
    align-items: end;
    gap: 10px;
    padding: 24px;
}

.page-id-9 .at-latest-media-fallback::before {
    content: "";
    position: absolute;
    inset: 22px 22px auto auto;
    width: 88px;
    height: 88px;
    border: 8px solid rgba(255, 255, 255, 0.22);
    border-left-color: transparent;
    border-radius: 50%;
}

.page-id-9 .at-latest-media-fallback span {
    display: block;
    width: 26px;
    border-radius: 6px 6px 0 0;
    background: #ffffff;
}

.page-id-9 .at-latest-media-fallback span:nth-child(1) {
    height: 48px;
}

.page-id-9 .at-latest-media-fallback span:nth-child(2) {
    height: 72px;
    background: #14b8a6;
}

.page-id-9 .at-latest-media-fallback span:nth-child(3) {
    height: 96px;
}

.page-id-9 .at-latest-body {
    display: grid;
    gap: 10px;
    padding: 20px;
}

.page-id-9 .at-latest-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 720;
}

.page-id-9 .at-latest-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 3px 9px;
    border-radius: 999px;
    background: #eef6ff;
}

.page-id-9 .at-latest-title {
    color: #08111f;
    font-size: 1.05rem;
    font-weight: 820;
    line-height: 1.25;
}

.page-id-9 .at-latest-excerpt {
    color: #475569;
    font-size: 0.92rem;
    line-height: 1.55;
}

.page-id-9 .at-latest-arrow {
    color: #1741a6;
    font-size: 0.9rem;
    font-weight: 820;
}

@media (max-width: 1120px) {
    .page-id-9 .at-latest-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.page-id-9 .at-cat-icon,
.page-id-9 .at-step-num {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

.page-id-9 .at-steps-grid {
    gap: 14px;
}

.page-id-9 .at-step {
    min-height: 128px;
}

.page-id-9 .at-step-num {
    border-radius: 10px;
}

.page-id-9 .at-eeat {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: center;
    gap: 28px;
    background:
        radial-gradient(circle at 90% 18%, rgba(25, 191, 174, 0.2), transparent 24%),
        linear-gradient(135deg, #08111f 0%, #10213a 100%);
}

.page-id-9 .at-eeat-avatar {
    width: 92px;
    height: 92px;
}

.page-id-9 .at-faq-list {
    display: grid;
    gap: 10px;
}

.page-id-9 .at-faq-item {
    margin-bottom: 0;
}

.page-id-9 .at-freshness {
    background: #f8fbff;
}

body.single-post:not(.postid-22):not(.postid-27):not(.postid-33):not(.postid-43):not(.postid-54):not(.postid-61):not(.postid-66):not(.postid-133):not(.postid-149):not(.postid-158):not(.postid-170) .site.grid-container,
body.archive .site.grid-container {
    max-width: none;
}

body.single-post:not(.postid-22):not(.postid-27):not(.postid-33):not(.postid-43):not(.postid-54):not(.postid-61):not(.postid-66):not(.postid-133):not(.postid-149):not(.postid-158):not(.postid-170) .site-content,
body.archive .site-content {
    max-width: 1180px;
    margin: 0 auto;
    padding: 42px 24px 72px;
}

body.single-post:not(.postid-22):not(.postid-27):not(.postid-33):not(.postid-43):not(.postid-54):not(.postid-61):not(.postid-66):not(.postid-133):not(.postid-149):not(.postid-158):not(.postid-170) .content-area,
body.archive .content-area {
    width: 100%;
    float: none;
}

body.archive .widget-area,
body.archive .sidebar {
    display: none;
}

body.single-post:not(.postid-22):not(.postid-27):not(.postid-33):not(.postid-43):not(.postid-54):not(.postid-61):not(.postid-66):not(.postid-133):not(.postid-149):not(.postid-158):not(.postid-170).separate-containers .inside-article {
    max-width: 920px;
    margin: 0 auto;
    padding: 42px;
    border: 1px solid #dce7f3;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.09);
}

body.single-post:not(.postid-22):not(.postid-27):not(.postid-33):not(.postid-43):not(.postid-54):not(.postid-61):not(.postid-66):not(.postid-133):not(.postid-149):not(.postid-158):not(.postid-170) .entry-title {
    max-width: 820px;
    margin: 0 0 14px;
    color: #08111f;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 820;
    line-height: 1.06;
}

body.single-post:not(.postid-22):not(.postid-27):not(.postid-33):not(.postid-43):not(.postid-54):not(.postid-61):not(.postid-66):not(.postid-133):not(.postid-149):not(.postid-158):not(.postid-170) .entry-meta {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 26px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #eef6ff;
    color: #47556e;
    font-size: 0.82rem;
}

body.single-post:not(.postid-22):not(.postid-27):not(.postid-33):not(.postid-43):not(.postid-54):not(.postid-61):not(.postid-66):not(.postid-133):not(.postid-149):not(.postid-158):not(.postid-170) .featured-image,
body.single-post:not(.postid-22):not(.postid-27):not(.postid-33):not(.postid-43):not(.postid-54):not(.postid-61):not(.postid-66):not(.postid-133):not(.postid-149):not(.postid-158):not(.postid-170) .post-image {
    margin: 0 0 30px;
}

body.single-post .entry-content,
.entry-content > [class^="at-"][class$="-container"] {
    color: #17243a;
}

body.single-post:not(.postid-22):not(.postid-27):not(.postid-33):not(.postid-43):not(.postid-54):not(.postid-61):not(.postid-66):not(.postid-133):not(.postid-149):not(.postid-158):not(.postid-170) .entry-content h2,
.entry-content > [class^="at-"][class$="-container"] h2 {
    margin: 44px 0 16px;
    color: #08111f;
    font-size: clamp(1.55rem, 2.3vw, 2.25rem);
    font-weight: 800;
    line-height: 1.15;
}

body.single-post:not(.postid-22):not(.postid-27):not(.postid-33):not(.postid-43):not(.postid-54):not(.postid-61):not(.postid-66):not(.postid-133):not(.postid-149):not(.postid-158):not(.postid-170) .entry-content h3,
.entry-content > [class^="at-"][class$="-container"] h3 {
    color: #0b1b34;
    font-weight: 760;
}

body.single-post:not(.postid-22):not(.postid-27):not(.postid-33):not(.postid-43):not(.postid-54):not(.postid-61):not(.postid-66):not(.postid-133):not(.postid-149):not(.postid-158):not(.postid-170) .entry-content p,
.entry-content > [class^="at-"][class$="-container"] p,
.entry-content > [class^="at-"][class$="-container"] li {
    color: #2b3a52;
    font-size: 1.02rem;
    line-height: 1.78;
}

body.single-post .entry-content a,
.entry-content > [class^="at-"][class$="-container"] a {
    color: #1e5bd7;
    font-weight: 650;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.17em;
}

body.single-post:not(.postid-22):not(.postid-27):not(.postid-33):not(.postid-43):not(.postid-54):not(.postid-61):not(.postid-66):not(.postid-133):not(.postid-149):not(.postid-158):not(.postid-170) .entry-content ul,
.entry-content > [class^="at-"][class$="-container"] ul {
    margin: 20px 0 28px;
    padding: 22px 26px 22px 48px;
    border: 1px solid #dfe9f5;
    border-radius: 12px;
    background: #f8fbff;
}

.entry-content > [class^="at-"][class$="-container"] > [class$="-hero"] {
    position: relative;
    overflow: hidden;
    margin: 0 auto 30px;
    padding: 54px 38px;
    border-radius: 16px;
    background:
        radial-gradient(circle at 84% 18%, rgba(25, 191, 174, 0.26), transparent 26%),
        linear-gradient(135deg, #08111f 0%, #13294a 100%);
    color: #ffffff;
    box-shadow: 0 22px 54px rgba(8, 17, 31, 0.18);
}

.entry-content > [class^="at-"][class$="-container"] > [class$="-hero"]::after {
    content: "";
    position: absolute;
    right: 34px;
    bottom: 30px;
    width: 180px;
    height: 104px;
    border-radius: 12px;
    background:
        linear-gradient(145deg, transparent 0 34%, rgba(25, 191, 174, 0.9) 35% 38%, transparent 39% 54%, rgba(76, 133, 243, 0.9) 55% 58%, transparent 59%),
        repeating-linear-gradient(0deg, transparent 0 25px, rgba(255, 255, 255, 0.12) 26px),
        rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.entry-content > [class^="at-"][class$="-container"] > [class$="-hero"] h1 {
    position: relative;
    z-index: 1;
    max-width: 780px;
    margin: 0 0 16px;
    color: #ffffff;
    font-size: clamp(2.2rem, 4vw, 4rem);
    font-weight: 850;
    line-height: 1.05;
}

.entry-content > [class^="at-"][class$="-container"] .at-hero-subtitle {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 0 18px;
    color: #d9e8ff;
    font-size: 1.08rem;
    line-height: 1.65;
}

.entry-content > [class^="at-"][class$="-container"] .at-freshness {
    display: inline-flex;
    position: relative;
    z-index: 1;
    width: auto;
    padding: 7px 13px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
    color: #cce7ff;
    font-size: 0.82rem;
    font-weight: 650;
}

.entry-content > [class^="at-"][class$="-container"] [class$="-stats"],
.entry-content > [class^="at-"][class$="-container"] [class*="-stats"] {
    margin: 0 auto 34px;
    padding: 24px;
    border: 1px solid #dce7f3;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
}

.entry-content > [class^="at-"][class$="-container"] [class*="-stats-grid"] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.entry-content > [class^="at-"][class$="-container"] [class$="-stat"] {
    padding: 18px;
    border-radius: 12px;
    background:
        linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    border: 1px solid #e4edf8;
}

.entry-content > [class^="at-"][class$="-container"] [class$="-stat"] .number {
    display: block;
    margin-bottom: 5px;
    color: #1e5bd7;
    font-size: 1.35rem;
    font-weight: 850;
}

.entry-content > [class^="at-"][class$="-container"] [class$="-stat"] .label {
    display: block;
    color: #17243a;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.35;
}

.entry-content > [class^="at-"][class$="-container"] [class$="-stat"] .detail {
    display: block;
    margin-top: 4px;
    color: #728099;
    font-size: 0.78rem;
}

.entry-content > [class^="at-"][class$="-container"] [class$="-content"] {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 4px;
}

.at-answer-first,
.at-info-box,
[class*="-info-box"],
.at-warning-box,
[class*="-warning"] {
    margin: 22px 0 28px;
    padding: 22px 24px;
    border-radius: 12px;
    border: 1px solid #dce7f3;
    background:
        linear-gradient(135deg, rgba(25, 191, 174, 0.1), transparent 36%),
        #f8fbff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.at-answer-first {
    border-left: 5px solid #19bfae;
}

.at-warning-box,
[class*="-warning"] {
    border-color: #f7d9a6;
    border-left: 5px solid #f5b84c;
    background: #fffbf1;
}

.at-stat-highlight {
    display: inline;
    padding: 0.08em 0.28em;
    border-radius: 6px;
    background: #e8fbf7;
    color: #08766e;
    font-weight: 800;
}

.at-source-cite {
    color: #738099;
    font-size: 0.9em;
}

.at-internal-boost,
.at-author-note,
.at-source-box {
    margin: 24px 0 30px;
    padding: 22px 24px;
    border: 1px solid #dce7f3;
    border-radius: 12px;
    background:
        linear-gradient(135deg, rgba(37, 99, 235, 0.08), transparent 36%),
        #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

.at-internal-boost {
    border-left: 5px solid #2563eb;
}

.at-author-note {
    border-left: 5px solid #14b8a6;
    color: #40506a;
    font-size: 0.95rem;
    line-height: 1.72;
}

.at-source-box {
    border-left: 5px solid #10b981;
    background:
        linear-gradient(135deg, rgba(16, 185, 129, 0.08), transparent 34%),
        #f9fcff;
}

.at-source-box h2 {
    margin-top: 0 !important;
}

.at-table-wrapper,
.at-etf-table-wrap,
.entry-content table {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.at-table-wrapper table,
.at-etf-table-wrap table,
body.single-post .entry-content table {
    width: 100%;
    margin: 0 0 28px;
    border-collapse: collapse;
    background: #ffffff;
}

.at-table-wrapper th,
.at-etf-table-wrap th,
body.single-post .entry-content th {
    background: #0b1b34;
    color: #ffffff;
    font-weight: 750;
}

.at-table-wrapper th,
.at-table-wrapper td,
.at-etf-table-wrap th,
.at-etf-table-wrap td,
body.single-post .entry-content th,
body.single-post .entry-content td {
    padding: 14px 16px;
    border: 1px solid #e4edf8;
    vertical-align: top;
}

.at-table-wrapper tr:nth-child(even) td,
.at-etf-table-wrap tr:nth-child(even) td,
body.single-post .entry-content tr:nth-child(even) td {
    background: #f8fbff;
}

.entry-content > [class^="at-"][class$="-container"] [class$="-next"] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 980px;
    margin: 42px auto;
}

.entry-content > [class^="at-"][class$="-container"] [class$="-next"] a,
.entry-content > [class^="at-"][class$="-container"] [class*="-next-link"] {
    display: block;
    padding: 20px;
    border: 1px solid #dce7f3;
    border-radius: 12px;
    background: #ffffff;
    color: #17243a;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

.entry-content > [class^="at-"][class$="-container"] .at-next-label {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #e8fbf7;
    color: #08766e;
    font-size: 0.76rem;
    font-weight: 750;
}

.entry-content > [class^="at-"][class$="-container"] [class$="-faq"] {
    max-width: 920px;
    margin: 48px auto;
}

.entry-content > [class^="at-"][class$="-container"] [class$="-faq"] h2 {
    text-align: center;
}

.entry-content > [class^="at-"][class$="-container"] details[class*="faq"] {
    margin: 10px 0;
    padding: 0;
    border: 1px solid #dce7f3;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

.entry-content > [class^="at-"][class$="-container"] details[class*="faq"] summary {
    cursor: pointer;
    padding: 17px 20px;
    color: #08111f;
    font-weight: 750;
}

.entry-content > [class^="at-"][class$="-container"] [class*="faq-answer"] {
    padding: 0 20px 18px;
    color: #40506a;
}

.entry-content > [class^="at-"][class$="-container"] [class$="-disclaimer"] {
    max-width: 920px;
    margin: 34px auto 0;
    padding: 18px 20px;
    border-radius: 12px;
    background: #f3f7fb;
    color: #65718a;
    font-size: 0.9rem;
}

body.archive .page-header {
    margin: 0 0 24px;
    padding: 34px;
    border: 1px solid #dce7f3;
    border-radius: 14px;
    background:
        radial-gradient(circle at 90% 20%, rgba(25, 191, 174, 0.14), transparent 25%),
        #ffffff;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
}

body.archive .taxonomy-description {
    margin-top: 18px;
    color: #40506a;
    font-size: 1rem;
}

body.archive .taxonomy-description p {
    margin: 0;
}

body.archive .taxonomy-description h2 {
    margin: 0 0 10px;
    color: #08111f;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    font-weight: 820;
    line-height: 1.18;
}

.at-hub-intro,
.at-hub-start,
.at-hub-recs {
    margin-top: 16px;
}

.at-hub-intro {
    max-width: 880px;
}

.at-hub-start {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 12px;
    padding: 18px;
    border: 1px solid #dce7f3;
    border-radius: 12px;
    background:
        linear-gradient(135deg, rgba(20, 184, 166, 0.12), transparent 38%),
        #ffffff;
}

.at-hub-start h2 {
    grid-column: 1 / -1;
}

.at-hub-start a,
.at-hub-grid a {
    text-decoration: none;
}

.at-hub-start a {
    display: inline-flex;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: #2563eb;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 760;
    white-space: nowrap;
}

.at-hub-start a:last-child {
    background: #14b8a6;
    color: #08111f;
}

.at-hub-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.at-hub-grid a {
    display: block;
    min-height: 112px;
    padding: 16px;
    border: 1px solid #dce7f3;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.at-hub-grid a:hover,
.at-hub-grid a:focus {
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(37, 99, 235, 0.12);
}

.at-hub-grid strong {
    display: block;
    margin-bottom: 7px;
    color: #08111f;
    font-weight: 820;
}

.at-hub-grid span {
    display: block;
    color: #667085;
    font-size: 0.9rem;
    line-height: 1.5;
}

body.archive .page-title {
    margin: 0;
    color: #08111f;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 820;
}

body.archive .site-main {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
}

body.archive .site-main .page-header {
    grid-column: 1 / -1;
}

body.archive article {
    margin: 0;
}

body.archive.separate-containers .inside-article {
    height: 100%;
    padding: 0;
    overflow: hidden;
    border: 1px solid #dce7f3;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

body.archive .entry-header,
body.archive .entry-summary,
body.archive .entry-meta,
body.archive .entry-footer {
    padding-right: 22px;
    padding-left: 22px;
}

body.archive .entry-header {
    padding-top: 22px;
}

body.archive .entry-title {
    font-size: 1.35rem;
    line-height: 1.25;
}

body.archive .entry-title a {
    color: #08111f;
}

body.archive .entry-meta {
    color: #728099;
    font-size: 0.78rem;
}

body.archive .post-image {
    margin: 0;
    order: -1;
}

body.archive .post-image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

body.archive .entry-summary {
    color: #40506a;
    font-size: 0.95rem;
}

body.archive .entry-footer {
    padding-bottom: 22px;
}

/* Final visual pass: robust icons, lighter article heroes, archive polish. */
.page-id-9 .at-cat-icon {
    display: inline-grid;
    place-items: center;
    color: #08766e;
    font-size: 0;
    font-weight: 850;
}

.page-id-9 .at-cat-icon::before {
    color: currentColor;
    font-size: 1.05rem;
    line-height: 1;
}

.page-id-9 .at-cats-grid .at-cat-card:nth-child(1) .at-cat-icon::before { content: "1x"; }
.page-id-9 .at-cats-grid .at-cat-card:nth-child(2) .at-cat-icon::before { content: "\2197"; }
.page-id-9 .at-cats-grid .at-cat-card:nth-child(3) .at-cat-icon::before { content: "S"; }
.page-id-9 .at-cats-grid .at-cat-card:nth-child(4) .at-cat-icon::before { content: "%"; }
.page-id-9 .at-cats-grid .at-cat-card:nth-child(5) .at-cat-icon::before { content: "\20ac"; }
.page-id-9 .at-cats-grid .at-cat-card:nth-child(6) .at-cat-icon::before {
    content: "DAX";
    font-size: 0.68rem;
    letter-spacing: 0;
}
.page-id-9 .at-cats-grid .at-cat-card:nth-child(7) .at-cat-icon::before { content: "\00a7"; }
.page-id-9 .at-cats-grid .at-cat-card:nth-child(8) .at-cat-icon::before { content: "i"; }

.page-id-9 .at-cat-icon.b { color: #1e5bd7; }
.page-id-9 .at-cat-icon.y { color: #a96d00; }
.page-id-9 .at-cat-icon.r { color: #d93b3b; }

.entry-content > [class^="at-"][class$="-container"] > [class$="-hero"] {
    padding: 42px 38px;
    border: 1px solid #d8e6f5;
    background:
        radial-gradient(circle at 86% 12%, rgba(25, 191, 174, 0.18), transparent 25%),
        linear-gradient(135deg, #ffffff 0%, #f2f8ff 100%);
    color: #08111f;
    box-shadow: 0 20px 52px rgba(15, 23, 42, 0.1);
}

.entry-content > [class^="at-"][class$="-container"] > [class$="-hero"] h1 {
    color: #08111f;
    font-size: clamp(2rem, 3.2vw, 3.35rem);
}

.entry-content > [class^="at-"][class$="-container"] .at-hero-subtitle {
    color: #30415f;
}

.entry-content > [class^="at-"][class$="-container"] .at-freshness {
    border-color: #bfeee6;
    background: #e8fbf7;
    color: #08766e;
}

.entry-content > [class^="at-"][class$="-container"] > [class$="-hero"]::after {
    opacity: 0.9;
    background:
        linear-gradient(145deg, transparent 0 34%, rgba(25, 191, 174, 0.85) 35% 38%, transparent 39% 54%, rgba(76, 133, 243, 0.9) 55% 58%, transparent 59%),
        repeating-linear-gradient(0deg, transparent 0 25px, rgba(30, 91, 215, 0.09) 26px),
        #ffffff;
    border-color: #d8e6f5;
}

body.archive.separate-containers .inside-article {
    display: flex;
    flex-direction: column;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

body.archive.separate-containers .inside-article:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 52px rgba(37, 99, 235, 0.13);
}

body.archive .post-image {
    order: 0;
}

body.archive .entry-header {
    order: 1;
    padding-top: 20px;
}

body.archive .entry-summary {
    order: 2;
}

body.archive .entry-footer {
    order: 3;
    margin-top: auto;
}

body.archive .post-image img {
    border-bottom: 1px solid #e4edf8;
}

body.archive .entry-summary .read-more,
body.archive .entry-summary .more-link {
    display: inline-flex;
    align-items: center;
    margin-top: 12px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #eef6ff;
    color: #1e5bd7;
    font-size: 0.86rem;
    font-weight: 750;
    text-decoration: none;
}

/* Sanitized category hub output. WordPress strips layout tags in term descriptions here, so style the allowed HTML directly. */
body.archive.category-broker-depot .taxonomy-description,
body.archive.category-boersen-indizes .taxonomy-description,
body.archive.category-finanzwissen .taxonomy-description {
    max-width: 980px;
    color: #40506a;
    font-size: 1.02rem;
    line-height: 1.72;
}

body.archive.category-broker-depot .taxonomy-description p,
body.archive.category-boersen-indizes .taxonomy-description p,
body.archive.category-finanzwissen .taxonomy-description p {
    margin: 0;
}

body.archive.category-broker-depot .taxonomy-description strong,
body.archive.category-boersen-indizes .taxonomy-description strong,
body.archive.category-finanzwissen .taxonomy-description strong {
    display: inline-block;
    margin: 4px 0 6px;
    color: #08111f;
    font-size: 1.08rem;
    font-weight: 780;
    line-height: 1.25;
}

body.archive.category-broker-depot .taxonomy-description a,
body.archive.category-boersen-indizes .taxonomy-description a,
body.archive.category-finanzwissen .taxonomy-description a {
    display: inline-flex;
    align-items: center;
    margin: 10px 8px 0 0;
    padding: 9px 13px;
    border: 1px solid #dce7f3;
    border-radius: 999px;
    background: #ffffff;
    color: #1e5bd7;
    font-size: 0.9rem;
    font-weight: 720;
    line-height: 1.15;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

body.archive.category-broker-depot .taxonomy-description a:nth-of-type(1),
body.archive.category-boersen-indizes .taxonomy-description a:nth-of-type(1),
body.archive.category-finanzwissen .taxonomy-description a:nth-of-type(1) {
    background: #2563eb;
    border-color: #2563eb;
    color: #ffffff;
}

body.archive.category-broker-depot .taxonomy-description a:nth-of-type(2),
body.archive.category-boersen-indizes .taxonomy-description a:nth-of-type(2),
body.archive.category-finanzwissen .taxonomy-description a:nth-of-type(2) {
    background: #e8fbf7;
    border-color: #bcefe7;
    color: #08766e;
}

body.archive.category-broker-depot .taxonomy-description a:hover,
body.archive.category-broker-depot .taxonomy-description a:focus,
body.archive.category-boersen-indizes .taxonomy-description a:hover,
body.archive.category-boersen-indizes .taxonomy-description a:focus,
body.archive.category-finanzwissen .taxonomy-description a:hover,
body.archive.category-finanzwissen .taxonomy-description a:focus {
    transform: translateY(-2px);
    background: #f8fbff;
    box-shadow: 0 16px 36px rgba(37, 99, 235, 0.12);
}

body.archive.category-broker-depot .taxonomy-description a:nth-of-type(1):hover,
body.archive.category-broker-depot .taxonomy-description a:nth-of-type(1):focus,
body.archive.category-boersen-indizes .taxonomy-description a:nth-of-type(1):hover,
body.archive.category-boersen-indizes .taxonomy-description a:nth-of-type(1):focus,
body.archive.category-finanzwissen .taxonomy-description a:nth-of-type(1):hover,
body.archive.category-finanzwissen .taxonomy-description a:nth-of-type(1):focus {
    background: #1741a6;
    color: #ffffff;
}

body.archive.category-broker-depot .page-header,
body.archive.category-boersen-indizes .page-header,
body.archive.category-finanzwissen .page-header {
    position: relative;
    overflow: hidden;
    min-height: 410px;
    padding-right: min(420px, 34vw);
}

body.archive.category-broker-depot .page-header::after,
body.archive.category-boersen-indizes .page-header::after,
body.archive.category-finanzwissen .page-header::after {
    content: "";
    position: absolute;
    top: 58px;
    right: 42px;
    width: min(310px, 27vw);
    height: 220px;
    border: 1px solid #d8e6f5;
    border-radius: 16px;
    background:
        radial-gradient(circle at 76% 28%, rgba(20, 184, 166, 0.16), transparent 28%),
        linear-gradient(145deg, transparent 0 33%, rgba(20, 184, 166, 0.82) 34% 37%, transparent 38% 50%, rgba(37, 99, 235, 0.84) 51% 54%, transparent 55%),
        repeating-linear-gradient(0deg, transparent 0 42px, rgba(37, 99, 235, 0.07) 43px),
        repeating-linear-gradient(90deg, transparent 0 54px, rgba(37, 99, 235, 0.055) 55px),
        linear-gradient(180deg, #ffffff, #f8fbff);
    box-shadow: 0 22px 54px rgba(37, 99, 235, 0.13);
}

body.archive.category-broker-depot .page-header::before,
body.archive.category-boersen-indizes .page-header::before,
body.archive.category-finanzwissen .page-header::before {
    content: "Startpunkt";
    position: absolute;
    right: 236px;
    top: 234px;
    z-index: 1;
    padding: 10px 13px;
    border: 1px solid #bcefe7;
    border-radius: 999px;
    background: #e8fbf7;
    color: #08766e;
    font-size: 0.82rem;
    font-weight: 760;
    box-shadow: 0 12px 26px rgba(20, 184, 166, 0.13);
}

body.archive.category-boersen-indizes .page-header::before {
    content: "Index verstehen";
}

body.archive.category-finanzwissen .page-header::before {
    content: "Ruhiger entscheiden";
}

body.archive.category-broker-depot .page-title,
body.archive.category-boersen-indizes .page-title,
body.archive.category-finanzwissen .page-title,
body.archive.category-broker-depot .taxonomy-description,
body.archive.category-boersen-indizes .taxonomy-description,
body.archive.category-finanzwissen .taxonomy-description {
    position: relative;
    z-index: 2;
}

.site-footer .site-info {
    border-top: 1px solid #dce7f3;
    background: #ffffff;
    color: #65718a;
    font-size: 0;
}

.site-footer .site-info::before {
    content: "\00a9 2026 aktien-traden.de";
    font-size: 0.92rem;
}

.site-footer {
    display: none;
}

.at-site-footer {
    border-top: 1px solid #dce7f3;
    background:
        radial-gradient(circle at 14% 20%, rgba(20, 184, 166, 0.1), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%);
    color: #334155;
}

.at-site-footer-inner {
    display: grid;
    grid-template-columns: minmax(280px, 1.6fr) repeat(3, minmax(150px, 1fr));
    gap: 28px;
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
    padding: 42px 0 30px;
}

.at-footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #08111f;
    font-weight: 850;
    text-decoration: none;
}

.at-footer-logo-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, #2563eb, #14b8a6);
    color: #ffffff;
    font-size: 0.86rem;
    font-weight: 900;
    letter-spacing: 0;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.18);
}

.at-footer-logo-text {
    font-size: 1.08rem;
}

.at-footer-brand p {
    max-width: 440px;
    margin: 14px 0 0;
    color: #52627a;
    font-size: 0.95rem;
    line-height: 1.65;
}

.at-footer-col {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.at-footer-col h2 {
    margin: 0 0 4px;
    color: #08111f;
    font-size: 0.86rem;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
}

.at-footer-col a,
.at-footer-col span {
    color: #52627a;
    font-size: 0.94rem;
    line-height: 1.35;
    text-decoration: none;
}

.at-footer-col a {
    color: #1741a6;
    font-weight: 700;
}

.at-footer-col a:hover,
.at-footer-col a:focus {
    color: #0f766e;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.at-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
    padding: 18px 0 24px;
    border-top: 1px solid #dce7f3;
    color: #64748b;
    font-size: 0.88rem;
}

@media (max-width: 900px) {
    .page-id-9 .at-section {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .page-id-9 .at-latest-grid {
        grid-template-columns: 1fr;
    }

    .entry-content > [class^="at-"][class$="-container"] [class*="-stats-grid"],
    .entry-content > [class^="at-"][class$="-container"] [class$="-next"],
    .at-hub-start,
    .at-hub-grid,
    body.archive .site-main {
        grid-template-columns: 1fr;
    }

    .at-hub-start a {
        width: 100%;
        white-space: normal;
    }

    .entry-content > [class^="at-"][class$="-container"] > [class$="-hero"] {
        padding: 38px 24px;
    }

    .entry-content > [class^="at-"][class$="-container"] > [class$="-hero"]::after {
        display: none;
    }

    body.single-post:not(.postid-22):not(.postid-27):not(.postid-33):not(.postid-43):not(.postid-54):not(.postid-61):not(.postid-66):not(.postid-133):not(.postid-149):not(.postid-158):not(.postid-170).separate-containers .inside-article {
        padding: 28px 22px;
    }

    body.archive.category-broker-depot .page-header,
    body.archive.category-boersen-indizes .page-header,
    body.archive.category-finanzwissen .page-header {
        min-height: 0;
        padding-right: 28px;
    }

    body.archive.category-broker-depot .page-header::before,
    body.archive.category-broker-depot .page-header::after,
    body.archive.category-boersen-indizes .page-header::before,
    body.archive.category-boersen-indizes .page-header::after,
    body.archive.category-finanzwissen .page-header::before,
    body.archive.category-finanzwissen .page-header::after {
        display: none;
    }

    .at-site-footer-inner {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .at-site-footer-inner {
        grid-template-columns: 1fr;
        width: min(100% - 32px, 1240px);
        padding-top: 34px;
    }

    .at-footer-bottom {
        flex-direction: column;
        width: min(100% - 32px, 1240px);
    }
}
