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

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

img {
    max-width: 100%;
}

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

body {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    color: #222222;
    background: #ffffff;
    line-height: 1.7;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:root {
    --ll-color-primary: #000000;
    --ll-color-secondary: #7C3AED;
    --ll-color-background: #ffffff;
    --ll-color-text-primary: #222222;
    --ll-color-text-secondary: #555555;
    --ll-font-heading: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --ll-font-body: 'Playfair Display', Georgia, 'Times New Roman', serif;
    --ll-color-accent: #00C9A7;
    --ll-color-border: #e0e0e0;
    --ll-color-bg-light: #f5f5f5;
    --ll-color-stars: #FFB800;
    --ll-max-width: 720px;
    --ll-color-purple-light: #f8f5ff;
    --ll-color-purple-mid: #ede9fe;
    --ll-color-purple-border: #ddd6fe;
}

.header {
    padding: 12px 24px;
    border-bottom: 1px solid var(--ll-color-border);
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.header-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.logo-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.logo-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.logo-text {
    font-family: var(--ll-font-heading);
    font-weight: 800;
    font-size: 18px;
    color: var(--ll-color-primary);
    text-decoration: none;
    letter-spacing: -0.3px;
    line-height: 1.1;
}

.logo-text-solar {
    color: var(--ll-color-primary);
}

.logo-text-kompass {
    color: var(--ll-color-secondary);
}

.stars-container {
    display: flex;
    align-items: center;
    gap: 1px;
}

.star-icon {
    width: 20px;
    height: 20px;
}

.star-filled {
    fill: var(--ll-color-stars);
}

.star-empty-bg {
    fill: #ddd;
}

.meta-divider {
    color: #bbb;
    font-size: 13px;
}

.meta-label {
    font-family: var(--ll-font-heading);
    font-size: 13px;
    color: #777;
}

.main-content {
    max-width: var(--ll-max-width);
    margin: 0 auto;
    padding: 28px 20px 60px;
}

.article-title {
    font-family: var(--ll-font-heading);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 14px;
    color: var(--ll-color-primary);
    padding-top: 12px;
    border-top: 2px solid var(--ll-color-primary);
}

.article-subtitle {
    font-family: var(--ll-font-body);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
    margin-bottom: 20px;
    color: var(--ll-color-text-primary);
}

.known-from {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    overflow: hidden;
}

.known-from-label {
    font-family: var(--ll-font-heading);
    font-size: 12px;
    color: #aaa;
    white-space: nowrap;
    flex-shrink: 0;
}

.known-from-logos {
    display: flex;
    align-items: center;
    gap: 24px;
    overflow: hidden;
    flex: 1;
    mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
}

.known-from-track {
    display: flex;
    align-items: center;
    gap: 24px;
    animation: marqueeScroll 20s linear infinite;
    white-space: nowrap;
    flex-shrink: 0;
}

@keyframes marqueeScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.media-logo {
    font-family: var(--ll-font-heading);
    font-size: 14px;
    color: #555;
    font-weight: 600;
    opacity: 0.6;
    letter-spacing: -0.3px;
    white-space: nowrap;
}

.media-logo-handelsblatt {
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-size: 17px;
    font-weight: 400;
    opacity: 0.75;
}

.media-logo-tagesschau {
    font-family: var(--ll-font-heading);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.3px;
}

.tagesschau-bold {
    font-weight: 800;
}

.media-logo-sz {
    font-family: 'Times New Roman', Georgia, serif;
    font-style: italic;
    font-size: 15px;
    letter-spacing: 0;
    opacity: 0.75;
}

.media-logo-galileo {
    border: 1.5px solid #888;
    border-radius: 50%;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.media-logo-marktcheck {
    border: 1.5px solid #888;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

.bold-intro {
    font-family: var(--ll-font-body);
    font-weight: 700;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 24px;
    color: var(--ll-color-text-primary);
}

.article-text {
    font-family: var(--ll-font-body);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 18px;
    color: var(--ll-color-text-primary);
}

.article-text-bold {
    font-weight: 700;
}

.section-heading {
    font-family: var(--ll-font-heading);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 32px;
    margin-bottom: 16px;
    color: var(--ll-color-primary);
}

.quote-box {
    display: flex;
    gap: 20px;
    background: var(--ll-color-bg-light);
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 24px 20px;
    margin: 24px 0;
    align-items: flex-start;
}

.quote-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.quote-content {
    flex: 1;
}

.quote-marks {
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    color: var(--ll-color-primary);
    margin-bottom: 6px;
    font-family: Georgia, serif;
}

.quote-text {
    font-family: var(--ll-font-body);
    font-size: 15px;
    line-height: 1.65;
    color: var(--ll-color-text-primary);
    margin-bottom: 14px;
}

.quote-author {
    font-family: var(--ll-font-heading);
    font-weight: 700;
    font-size: 14px;
    color: var(--ll-color-primary);
    margin-bottom: 1px;
}

.quote-role {
    font-family: var(--ll-font-heading);
    font-size: 13px;
    color: #888;
}

.editorial-table-wrap {
    margin: 24px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.editorial-table-title {
    font-family: var(--ll-font-heading);
    font-size: 16px;
    font-weight: 700;
    color: var(--ll-color-primary);
    margin-bottom: 12px;
    line-height: 1.4;
}

.editorial-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.55;
    min-width: 580px;
}

.editorial-table thead th {
    font-family: var(--ll-font-heading);
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #fff;
    background: var(--ll-color-secondary);
    padding: 12px 14px;
    text-align: left;
    border-bottom: none;
}

.editorial-table thead th:first-child {
    border-radius: 4px 0 0 0;
}

.editorial-table thead th:last-child {
    border-radius: 0 4px 0 0;
}

.editorial-table tbody td {
    font-family: var(--ll-font-body);
    padding: 12px 14px;
    border-bottom: 1px solid #e8e8e8;
    color: var(--ll-color-text-primary);
    vertical-align: top;
}

.editorial-table tbody tr:last-child td {
    border-bottom: 2px solid var(--ll-color-border);
}

.editorial-table tbody tr:hover {
    background: #f8f5ff;
}

.editorial-table .row-label {
    font-family: var(--ll-font-heading);
    font-weight: 600;
    font-size: 13px;
    color: var(--ll-color-secondary);
    white-space: nowrap;
    border-left: 3px solid var(--ll-color-secondary);
    padding-left: 11px;
}

.editorial-note {
    font-family: var(--ll-font-body);
    font-size: 14px;
    font-style: italic;
    line-height: 1.65;
    color: var(--ll-color-text-primary);
    margin-top: 16px;
    margin-bottom: 24px;
    padding: 16px 20px;
    background: linear-gradient(135deg, #f8f5ff 0%, #f0ebff 100%);
    border-left: 4px solid var(--ll-color-secondary);
    border-radius: 0 6px 6px 0;
    box-shadow: 0 2px 8px rgba(124, 58, 237, 0.08);
}

.comparison-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 24px 0;
}

.comparison-card {
    border-radius: 8px;
    padding: 20px 16px;
    text-align: center;
}

.comparison-card-green {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border: 1px solid #a7f3d0;
}

.comparison-card-gray {
    background: var(--ll-color-bg-light);
    border: 1px solid var(--ll-color-border);
}

.comparison-card-label {
    font-family: var(--ll-font-heading);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--ll-color-text-secondary);
    margin-bottom: 8px;
}

.comparison-card-value {
    font-family: var(--ll-font-heading);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 4px;
}

.comparison-card-green .comparison-card-value {
    color: #059669;
}

.comparison-card-gray .comparison-card-value {
    color: #888;
}

.comparison-card-unit {
    font-family: var(--ll-font-heading);
    font-size: 12px;
    font-weight: 500;
    color: var(--ll-color-text-secondary);
}

.comparison-card-desc {
    font-family: var(--ll-font-body);
    font-size: 13px;
    line-height: 1.5;
    color: var(--ll-color-text-primary);
    margin-top: 10px;
}

.insight-box {
    background: linear-gradient(135deg, #f8f5ff 0%, #ede9fe 100%);
    border: 1px solid #ddd6fe;
    border-radius: 8px;
    padding: 20px;
    margin: 24px 0;
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.insight-box-icon {
    flex-shrink: 0;
    margin-top: 2px;
}

.insight-box-text {
    font-family: var(--ll-font-body);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    color: var(--ll-color-text-primary);
}

.deadline-box {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 8px;
    padding: 20px;
    margin: 24px 0;
}

.deadline-box-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.deadline-box-title {
    font-family: var(--ll-font-heading);
    font-size: 14px;
    font-weight: 700;
    color: #92400e;
}

.deadline-box-text {
    font-family: var(--ll-font-body);
    font-size: 14px;
    line-height: 1.65;
    color: #78350f;
}

.cta-button {
    display: block;
    font-family: var(--ll-font-heading);
    background: linear-gradient(135deg, #6D28D9, #9333EA);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 18px 32px;
    border-radius: 14px;
    text-decoration: none;
    transition: all 0.25s ease;
    margin: 16px 0 32px;
    letter-spacing: 0.2px;
    text-align: center;
    box-shadow: 0 4px 18px rgba(109, 40, 217, 0.25);
}

.cta-button:hover {
    background: linear-gradient(135deg, #5B21B6, #7C3AED);
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(109, 40, 217, 0.35);
}

.cta-link {
    font-family: var(--ll-font-heading);
    color: var(--ll-color-secondary);
    font-weight: 700;
    font-size: 15px;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 20px;
}

.cta-link:hover {
    color: #6d28d9;
}

.chart-section {
    margin: 32px 0;
}

.chart-title {
    font-family: var(--ll-font-heading);
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--ll-color-primary);
}

.chart-container {
    position: relative;
    padding: 12px 0 0 55px;
}

.chart-y-axis {
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.chart-y-label {
    font-family: var(--ll-font-heading);
    font-size: 12px;
    color: #aaa;
    text-align: right;
    width: 48px;
    font-weight: 400;
}

.chart-bars-wrap {
    position: relative;
    overflow: visible;
}

.chart-gridlines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    pointer-events: none;
    z-index: 0;
}

.chart-gridline {
    width: 100%;
    height: 1px;
    background: #eee;
}

.chart-bars {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    height: 240px;
    border-bottom: 1px solid #ccc;
    position: relative;
    z-index: 1;
}

.chart-bar-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    position: relative;
    cursor: pointer;
}

.chart-bar-group:hover .chart-bar {
    opacity: 0.85;
    filter: brightness(1.1);
}

.chart-bar-group:hover .chart-tooltip {
    opacity: 1;
    transform: translateX(-50%) translateY(-4px);
    visibility: visible;
}

.chart-bar {
    width: 100%;
    max-width: 34px;
    background: var(--ll-color-secondary);
    border-radius: 2px 2px 0 0;
    min-height: 0;
    height: 0px;
    transition: height 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s, filter 0.2s;
}

.chart-tooltip {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    background: var(--ll-color-primary);
    color: #fff;
    font-family: var(--ll-font-heading);
    font-size: 11px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    pointer-events: none;
    z-index: 10;
}

.chart-tooltip::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid var(--ll-color-primary);
}

.chart-x-labels {
    display: flex;
    gap: 4px;
    padding-left: 55px;
    margin-top: 8px;
}

.chart-x-label {
    flex: 1;
    text-align: center;
    font-family: var(--ll-font-heading);
    font-size: 12px;
    color: #888;
    font-style: italic;
}

.chart-source {
    text-align: right;
    margin-top: 10px;
}

.chart-source-text {
    font-family: var(--ll-font-heading);
    font-weight: 700;
    font-size: 13px;
    color: var(--ll-color-secondary);
    line-height: 1.1;
    letter-spacing: -0.2px;
}

.chart-tip {
    font-family: var(--ll-font-body);
    font-size: 14px;
    color: var(--ll-color-text-secondary);
    margin-top: 14px;
    margin-bottom: 6px;
}

.content-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    margin: 16px 0 8px;
}

.content-image-caption {
    font-family: var(--ll-font-heading);
    font-size: 12px;
    color: var(--ll-color-text-secondary);
    padding: 10px 14px;
    background: var(--ll-color-bg-light);
    line-height: 1.5;
    border-radius: 0 0 10px 10px;
    margin-bottom: 16px;
}

.feature-list {
    list-style: none;
    margin: 16px 0 24px;
    padding: 0;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    font-family: var(--ll-font-body);
    font-size: 15px;
    line-height: 1.6;
    color: var(--ll-color-text-primary);
}

.feature-icon {
    flex-shrink: 0;
    margin-top: 3px;
}

.steps-box {
    background: linear-gradient(135deg, var(--ll-color-purple-light) 0%, var(--ll-color-purple-mid) 100%);
    border: 1.5px solid var(--ll-color-purple-border);
    border-radius: 12px;
    padding: 0;
    margin: 28px 0;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(124, 58, 237, 0.10);
}

.steps-box-header {
    background: linear-gradient(135deg, #6D28D9, #9333EA);
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.steps-box-badge {
    font-family: var(--ll-font-heading);
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.2px;
}

.steps-box-body {
    padding: 22px 22px 24px;
}

.step-item {
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
    align-items: flex-start;
}

.step-item:last-child {
    margin-bottom: 0;
}

.step-number {
    font-family: var(--ll-font-heading);
    font-weight: 800;
    font-size: 15px;
    color: #fff;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: var(--ll-color-secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.step-text {
    font-family: var(--ll-font-body);
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--ll-color-text-primary);
}

.step-link {
    color: var(--ll-color-secondary);
    text-decoration: underline;
    font-weight: 600;
}

.step-bold {
    font-weight: 700;
}

.bundesland-section {
    margin: 40px 0 20px;
}

.bundesland-heading {
    font-family: var(--ll-font-heading);
    font-size: 19px;
    font-weight: 700;
    color: var(--ll-color-primary);
    margin-bottom: 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.bundesland-subtitle {
    font-family: var(--ll-font-body);
    font-size: 14px;
    line-height: 1.6;
    color: var(--ll-color-text-secondary);
    text-align: center;
    margin-bottom: 20px;
}

.bundesland-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.bundesland-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    padding: 18px 10px 16px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.bundesland-btn:hover {
    border-color: var(--ll-color-secondary);
    box-shadow: 0 4px 16px rgba(124, 58, 237, 0.12);
    transform: translateY(-2px);
}

.bundesland-btn-icon {
    flex-shrink: 0;
}

.bundesland-btn-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.bundesland-btn-name {
    font-family: var(--ll-font-heading);
    font-size: 13px;
    font-weight: 700;
    color: var(--ll-color-primary);
    display: block;
    line-height: 1.3;
    transition: color 0.2s;
}

.bundesland-btn-sub {
    font-family: var(--ll-font-heading);
    font-size: 11px;
    font-weight: 500;
    color: var(--ll-color-secondary);
    display: block;
    margin-top: 2px;
    transition: color 0.2s;
}

.bundesland-btn-arrow {
    display: none;
}

.map-section {
    margin: 8px 0 40px;
    display: flex;
    justify-content: center;
}

.map-link {
    display: block;
}

.map-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.hero-image-wrap {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.hero-image {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 767px) {
    .bundesland-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

@media (max-width: 576px) {
    .article-title {
        font-size: 21px;
    }
    .article-subtitle {
        font-size: 14px;
    }
    .section-heading {
        font-size: 18px;
    }
    .quote-box {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 14px;
        padding: 18px 14px;
    }
    .quote-avatar {
        width: 56px;
        height: 56px;
    }
    .media-logo {
        font-size: 12px;
    }
    .media-logo-handelsblatt {
        font-size: 14px;
    }
    .known-from-track {
        gap: 24px;
    }
    .chart-bars {
        height: 160px;
    }
    .chart-bar {
        max-width: 18px;
    }
    .chart-tooltip {
        font-size: 9px;
        padding: 3px 5px;
    }
    .main-content {
        padding: 20px 16px 40px;
    }
    .bold-intro {
        font-size: 14px;
    }
    .article-text {
        font-size: 14px;
    }
    .header-meta {
        gap: 6px;
    }
    .header-inner {
        flex-wrap: wrap;
    }
    .comparison-cards {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .comparison-card {
        padding: 16px 12px;
    }
    .comparison-card-value {
        font-size: 24px;
    }
    .comparison-card-desc {
        font-size: 12px;
    }
    .insight-box {
        padding: 16px;
        gap: 12px;
    }
    .insight-box-text {
        font-size: 14px;
    }
    .deadline-box {
        padding: 16px;
    }
    .chart-x-label {
        font-size: 9px;
    }
    .chart-y-label {
        font-size: 10px;
        width: 38px;
    }
    .chart-container {
        padding: 12px 0 0 42px;
    }
    .chart-x-labels {
        padding-left: 42px;
    }
    .editorial-table {
        font-size: 13px;
    }
    .editorial-table thead th {
        font-size: 11px;
        padding: 10px 10px;
    }
    .editorial-table tbody td {
        padding: 10px 10px;
    }
    .editorial-table-title {
        font-size: 15px;
    }
    .bundesland-btn-name {
        font-size: 12px;
    }
    .bundesland-btn-sub {
        font-size: 10px;
    }
    .bundesland-btn {
        padding: 14px 8px 12px;
        gap: 5px;
    }
    .bundesland-heading {
        font-size: 17px;
    }
}

html,
body {
    overflow-x: clip;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-content {
    flex: 1 0 auto;
    min-width: 0;
    width: 100%;
    max-width: var(--ll-max-width);
}

.hero-image-wrap,
.quote-content,
.insight-box,
.step-text,
.bundesland-btn-info {
    min-width: 0;
    max-width: 100%;
}

.cta-button,
.cta-link,
.bundesland-btn {
    max-width: 100%;
}

@media (max-width: 700px) {
    .editorial-table-wrap {
        overflow-x: visible;
    }

    .editorial-table {
        min-width: 0;
    }

    .editorial-table thead {
        display: none;
    }

    .editorial-table tbody tr {
        display: block;
        margin-bottom: 14px;
        border: 1px solid #e8e8e8;
        border-radius: 4px;
        padding: 12px;
    }

    .editorial-table tbody td {
        display: block;
        border-bottom: none;
        padding: 4px 0;
    }

    .editorial-table .row-label {
        white-space: normal;
        border-left: none;
        padding-left: 0;
        margin-bottom: 6px;
    }
}

@media (max-width: 640px) {
    .logo-brand {
        flex-direction: column;
        align-items: flex-start;
        min-width: 0;
    }

    .logo-text {
        word-break: break-all;
        min-width: 0;
    }

    .meta-label,
    .footer p,
    .footer ul a,
    .copyright {
        word-break: break-all;
    }
}

@media (max-width: 480px) {
    .header {
        padding: 12px 16px;
    }

    .main-content {
        padding: 20px 16px 40px;
    }

    .cta-button {
        padding: 16px 20px;
        font-size: 15px;
    }
}
