@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body,
main,
section,
.tgr-section,
.region-grid-wrap,
.tgr-heroWrap {
    overflow-x: clip;
}

body {
    background: #f3f6fb;
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.6;
    color: #0b0c48;
    -webkit-font-smoothing: antialiased;
}

:root {
    --tgr-text: #0b0c48;
    --tgr-muted: #667085;
    --tgr-border: #e6ebf1;
    --tgr-card: #f7fbf9;
    --tgr-card-2: #fbfcfe;
    --tgr-green: #007f3d;
    --tgr-green-2: #0aa04f;
    --tgr-red: #b40000;
    --space-xs: 10px;
    --space-sm: 14px;
    --space-md: 18px;
    --space-lg: 22px;
    --space-xl: 28px;
}

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

.site-header {
    background: #fff;
    border-bottom: 1px solid var(--tgr-border);
}

.header-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 14px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: nowrap;
}

.tgr-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    min-width: 0;
}

.tgr-brand a {
    display: block;
    line-height: 0;
}

.tgr-brand img {
    height: 30px;
    width: auto;
    border-radius: 6px;
    display: block;
}

.tgr-meta {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
    font-size: clamp(11px, 2.6vw, 14px);
    color: #777;
    text-align: right;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tgr-meta strong {
    color: #555;
}

.header-ad-badge {
    flex-shrink: 0;
    margin: 0;
    padding: 5px 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #555;
    background-color: #e0e0e0;
    border-radius: 3px;
    white-space: nowrap;
}

.tgr-section {
    max-width: 900px;
    margin: 0 auto;
    padding: var(--space-xl) 28px;
    font-size: 18px;
}

h1.tgr-title {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.18;
    margin: 0 0 var(--space-sm);
    letter-spacing: 0.1px;
    color: var(--tgr-text);
}

h2.tgr-title,
h3.tgr-title {
    font-size: 26px;
    font-weight: 800;
    margin: var(--space-lg) 0 var(--space-sm);
    color: var(--tgr-text);
}

.tgr-sub {
    font-size: 20px;
    font-weight: 650;
    color: #374151;
    margin: 0 0 var(--space-md);
}

.tgr-callout {
    background: var(--tgr-card);
    border: 1px solid #e5f2ea;
    border-left: 6px solid var(--tgr-green-2);
    border-radius: 10px;
    padding: 14px 16px;
    margin: 0 0 var(--space-md);
    font-weight: 700;
}

.tgr-callout.red {
    border-left-color: #e63946;
    background: #fff1f1;
    border-color: #ffd5d5;
}

.tgr-heroWrap {
    margin: 0 0 var(--space-sm);
}

.tgr-hero {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    display: block;
}

.tgr-figcap {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 10px 0 var(--space-md);
    text-align: left;
    background: #ffffff;
    border: 1px solid var(--tgr-border);
    border-radius: 12px;
    padding: 12px 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

p {
    margin: 0 0 var(--space-md);
}

.tgr-list {
    margin: 0 0 var(--space-md);
    padding-left: 20px;
}

.tgr-list li {
    margin: 8px 0;
}

.tgr-cta {
    display: inline-block;
    background: linear-gradient(180deg, #10b169 0%, #0a934e 100%);
    color: #fff !important;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 900;
    letter-spacing: 0.2px;
    box-shadow: 0 10px 24px rgba(10, 160, 79, 0.2);
    transition: transform 0.06s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.tgr-cta:hover {
    filter: brightness(1.04);
    box-shadow: 0 16px 32px rgba(10, 160, 79, 0.25);
}

.tgr-cta:active {
    transform: translateY(1px);
}

.cta-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin: var(--space-md) 0 var(--space-lg);
}

.cta-wrap small {
    font-size: 15px;
    color: #6b7280;
}

.chart-box {
    background: var(--tgr-card-2);
    border: 1px solid #e8edf5;
    border-radius: 12px;
    padding: 16px 18px;
    margin: var(--space-md) 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.chart-box .smallnote {
    font-size: 14px;
    color: #6b7280;
    margin-top: 8px;
}

.chart-img {
    width: 100%;
    border-radius: 12px;
    margin: 10px 0 6px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05);
    display: block;
}

.how-card {
    background: #ffffff;
    border: 1px solid var(--tgr-border);
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
    margin: var(--space-lg) 0 var(--space-lg);
}

.how-card h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}

.step {
    margin: 10px 0;
}

.step strong {
    font-weight: 900;
}

.region-block {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid var(--tgr-border);
    border-radius: 16px;
    padding: 22px 18px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.region-block h2 {
    font-size: 28px;
    font-weight: 900;
    margin: 0 0 6px;
    text-align: center;
}

.region-block > p {
    text-align: center;
    font-size: 16px;
    color: #444;
    margin: 0 0 14px;
}

.region-grid-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 12px;
    background-color: #f7fbf9;
    padding: 18px;
    border-radius: 12px;
    border: 1px solid #e3e8e4;
    margin-top: 14px;
}

.bundesland-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border: 2px solid #d7e3dc;
    border-radius: 12px;
    background: #fff;
    font-weight: 800;
    color: var(--tgr-text);
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    text-align: center;
    min-width: 0;
    word-break: break-word;
}

.bundesland-btn:hover {
    border-color: #007f3d;
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
    background-color: #f3fdf6;
}

.site-footer {
    background: #fff;
    border-top: 1px solid var(--tgr-border);
    margin-top: 20px;
    padding: 24px 28px;
}

.footer-disclaimer-grid {
    max-width: 900px;
    margin: 0 auto 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.footer-disclaimer-grid h5 {
    font-size: 16px;
    margin-bottom: 8px;
}

.footer-disclaimer-grid p {
    font-size: 14px;
    color: #444;
    margin: 0;
}

.footer-bottom {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 28px 28px;
    text-align: center;
    border-top: 1px solid var(--tgr-border);
}

.footer-legal-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px 8px;
    margin-bottom: 12px;
}

.footer-legal-links a {
    font-size: 16px;
    font-weight: 500;
    color: #007f3d;
    text-decoration: none;
}

.footer-legal-links a:hover {
    text-decoration: underline;
}

.footer-sep {
    color: #999;
}

.footer-copy {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.legal-content {
    word-break: break-word;
}

@media (max-width: 700px) {
    .footer-disclaimer-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .tgr-brand,
    .tgr-meta,
    .header-ad-badge,
    .footer-legal-links a {
        word-break: break-all;
    }

}

@media (max-width: 600px) {
    .tgr-section {
        padding: 26px 18px;
        font-size: 17px;
    }

    .header-inner {
        padding: 12px 18px;
        gap: 8px;
    }

    .tgr-brand img {
        height: 26px;
    }

    .header-ad-badge {
        padding: 4px 10px;
        font-size: 10px;
    }

    h1.tgr-title {
        font-size: 32px;
    }

    .tgr-sub {
        font-size: 18px;
    }

    .region-grid-wrap {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .tgr-section,
    .header-inner,
    .site-footer,
    .footer-bottom {
        padding-left: 12px;
        padding-right: 12px;
    }

    h1.tgr-title {
        font-size: 28px;
    }

    .tgr-cta {
        padding: 12px 20px;
        font-size: 16px;
        max-width: 100%;
        text-align: center;
    }
}
