/* Extracted from gehaltsstruktur.php (was inline <style>). Auto-generated, edit here not in PHP. */

/* ===== GEHALTSSTRUKTUR PAGE STYLES, PREFIX: gs- ===== */
/* Design: Data Analytics Dashboard, Lohnklar Navy & Datenvisualisierungen */

/* ---- HERO ---- */
.gs-hero {
    background: linear-gradient(135deg, #1e3a5f 0%, #2563eb 100%);
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}

.gs-hero::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(96,165,250,0.12) 0%, transparent 65%);
    pointer-events: none;
}

.gs-hero::after {
    content: '';
    position: absolute;
    bottom: -15%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(37,99,235,0.08) 0%, transparent 65%);
    pointer-events: none;
}

.gs-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.gs-hero-badge {
    display: inline-block;
    background: rgba(37,99,235,0.2);
    border: 1px solid rgba(37,99,235,0.4);
    color: #93c5fd;
    padding: 5px 16px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.gs-hero h1 {
    font-size: clamp(2rem, 4vw, 2.9rem);
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 20px;
}

.gs-hero-sub {
    font-size: 1.05rem;
    line-height: 1.75;
    color: rgba(199, 210, 254, 0.85);
    margin: 0 0 28px;
    max-width: 520px;
}

.gs-hero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 36px;
}

.gs-hero-chip {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 500;
    padding: 5px 14px;
    border-radius: 999px;
}

.gs-hero-cta {
    display: inline-block;
    background: linear-gradient(135deg, #2563eb, #1e40af);
    color: #fff;
    padding: 15px 36px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 6px 24px rgba(37,99,235,0.4);
}

.gs-hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(37,99,235,0.5);
}

/* ---- GEHALTSBAND VISUALISIERUNG (Hero Right) ---- */
.gs-chart-wrap {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(96,165,250,0.25);
    border-radius: 16px;
    padding: 28px 28px 24px;
}

.gs-chart-label {
    font-size: 0.78rem;
    font-weight: 600;
    color: #60a5fa;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}

.gs-band-row {
    display: grid;
    grid-template-columns: 72px 1fr 100px;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.gs-band-row:last-child {
    margin-bottom: 0;
}

.gs-band-role {
    font-size: 0.78rem;
    font-weight: 700;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: right;
}

.gs-band-track {
    position: relative;
    height: 24px;
    background: rgba(255,255,255,0.07);
    border-radius: 4px;
    overflow: visible;
}

.gs-band-bar {
    position: absolute;
    top: 0;
    height: 100%;
    border-radius: 4px;
    opacity: 0.9;
}

.gs-band-dot {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 6px rgba(255,255,255,0.6);
    z-index: 2;
}

/* Junior: 35–55k, target 45k. Scale: 0–140k. 35/140=25%, 55/140=39.3%, 45/140=32.1% */
.gs-bar-junior  { left: 25%;   width: 14.3%; background: #10b981; }
.gs-dot-junior  { left: 32.1%; }

/* Mid: 50–75k, target 62k. 50/140=35.7%, 75/140=53.6%, 62/140=44.3% */
.gs-bar-mid     { left: 35.7%; width: 17.9%; background: #2563eb; }
.gs-dot-mid     { left: 44.3%; }

/* Senior: 65–95k, target 80k. 65/140=46.4%, 95/140=67.9%, 80/140=57.1% */
.gs-bar-senior  { left: 46.4%; width: 21.4%; background: #1e40af; }
.gs-dot-senior  { left: 57.1%; }

/* Lead: 85–120k, target 100k. 85/140=60.7%, 120/140=85.7%, 100/140=71.4% */
.gs-bar-lead    { left: 60.7%; width: 25%;   background: #059669; }
.gs-dot-lead    { left: 71.4%; }

.gs-band-range {
    font-size: 0.73rem;
    font-weight: 600;
    color: rgba(255,255,255,0.55);
    white-space: nowrap;
    text-align: left;
}

.gs-chart-legend {
    display: flex;
    gap: 14px;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.08);
    flex-wrap: wrap;
}

.gs-legend-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    color: rgba(255,255,255,0.5);
}

.gs-legend-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    flex-shrink: 0;
}

.gs-legend-bar {
    width: 18px;
    height: 8px;
    border-radius: 2px;
    flex-shrink: 0;
}

/* ---- STATS-LEISTE ---- */
.gs-stats-bar {
    background: #1e3a5f;
    padding: 48px 0;
    border-top: 1px solid rgba(96,165,250,0.15);
    border-bottom: 1px solid rgba(96,165,250,0.15);
}

.gs-stats-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.gs-stat {
    text-align: center;
    padding: 16px;
    border-right: 1px solid rgba(255,255,255,0.08);
}

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

.gs-stat-number {
    font-size: 2.1rem;
    font-weight: 800;
    color: #60a5fa;
    line-height: 1;
    margin-bottom: 8px;
}

.gs-stat-label {
    font-size: 0.83rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.4;
}

/* ---- PROBLEM: COMPARISON TABLE ---- */
.gs-problem {
    background: #fff;
    padding: 96px 0;
}

.gs-problem-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.gs-section-eyebrow {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #2563eb;
    margin-bottom: 12px;
}

.gs-section-title {
    font-size: clamp(1.7rem, 3.5vw, 2.3rem);
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 16px;
    line-height: 1.2;
}

.gs-section-subtitle {
    color: #4b5563;
    font-size: 1.05rem;
    line-height: 1.65;
    max-width: 580px;
}

.gs-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.gs-section-header .gs-section-subtitle {
    margin: 0 auto;
}

.gs-comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 32px rgba(30,58,95,0.08);
}

.gs-comparison-table thead tr th {
    padding: 20px 24px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.gs-th-situation {
    background: #f8fafc;
    color: #374151;
    text-align: left;
    width: 28%;
    border-bottom: 2px solid #e5e7eb;
}

.gs-th-without {
    background: #fee2e2;
    color: #b91c1c;
    text-align: center;
    width: 36%;
    border-bottom: 2px solid #fca5a5;
}

.gs-th-with {
    background: #f0fdf4;
    color: #166534;
    text-align: center;
    width: 36%;
    border-bottom: 2px solid #86efac;
}

.gs-comparison-table tbody tr td {
    padding: 18px 24px;
    font-size: 0.92rem;
    line-height: 1.55;
    vertical-align: top;
    border-bottom: 1px solid #f3f4f6;
}

.gs-comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.gs-comparison-table tbody tr:nth-child(odd) .gs-td-situation {
    background: #fafafa;
}

.gs-comparison-table tbody tr:nth-child(even) .gs-td-situation {
    background: #f8fafc;
}

.gs-td-situation {
    font-weight: 700;
    color: #1f2937;
    font-size: 0.88rem;
}

.gs-td-without {
    background: #fff5f5;
    color: #7f1d1d;
    text-align: center;
    font-size: 0.88rem;
}

.gs-td-with {
    background: #f7fef9;
    color: #14532d;
    text-align: center;
    font-size: 0.88rem;
}

.gs-td-icon {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 4px;
}

/* ---- GEHALTSBAND ERKLÄRUNG ---- */
.gs-erklaerung {
    background: #eff6ff;
    padding: 96px 0;
}

.gs-erklaerung-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.gs-erklaerung-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: start;
    margin-top: 60px;
}

.gs-erklaerung-text p {
    color: #374151;
    font-size: 1rem;
    line-height: 1.75;
    margin: 0 0 16px;
}

.gs-erklaerung-text p:last-child {
    margin-bottom: 0;
}

/* Single band visualisation */
.gs-single-band-wrap {
    background: #fff;
    border-radius: 16px;
    padding: 36px 32px;
    box-shadow: 0 4px 24px rgba(37,99,235,0.1);
    border: 1px solid #bfdbfe;
}

.gs-single-band-title {
    font-size: 0.8rem;
    font-weight: 700;
    color: #2563eb;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 28px;
    text-align: center;
}

.gs-single-track {
    position: relative;
    height: 32px;
    background: #dbeafe;
    border-radius: 6px;
    margin-bottom: 12px;
}

.gs-single-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(90deg, #bfdbfe, #2563eb);
    border-radius: 6px;
}

.gs-single-markers {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.gs-single-marker {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 3px solid #fff;
    z-index: 2;
}

.gs-marker-min    { left: 0%;   background: #2563eb; }
.gs-marker-target { left: 50%;  background: #2563eb; width: 20px; height: 20px; }
.gs-marker-max    { left: 100%; background: #60a5fa; }

.gs-single-labels {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    margin-top: 24px;
    text-align: center;
}

.gs-single-label-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.gs-single-label-val {
    font-size: 1.05rem;
    font-weight: 800;
    color: #1e3a5f;
}

.gs-single-label-name {
    font-size: 0.75rem;
    font-weight: 700;
    color: #2563eb;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.gs-single-label-desc {
    font-size: 0.73rem;
    color: #6b7280;
    line-height: 1.4;
    margin-top: 2px;
}

.gs-single-band-note {
    margin-top: 20px;
    padding: 12px 16px;
    background: #eff6ff;
    border-left: 3px solid #2563eb;
    border-radius: 4px;
    font-size: 0.82rem;
    color: #1e40af;
    line-height: 1.55;
}

/* ---- PROZESS: DATA PIPELINE ---- */
.gs-prozess {
    background: #fff;
    padding: 96px 0;
}

.gs-prozess-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.gs-pipeline {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    margin-top: 60px;
    position: relative;
}

.gs-pipeline::before {
    content: '';
    position: absolute;
    top: 36px;
    left: calc(10% + 36px);
    right: calc(10% + 36px);
    height: 2px;
    background: linear-gradient(90deg, #2563eb, #3b82f6, #93c5fd);
    z-index: 0;
}

.gs-pipe-step {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 8px;
}

.gs-pipe-icon-wrap {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb, #1e40af);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin: 0 auto 16px;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 16px rgba(37,99,235,0.35);
}

.gs-pipe-step-num {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 22px;
    height: 22px;
    background: #1e3a5f;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 0.68rem;
    font-weight: 800;
    color: #bfdbfe;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gs-pipe-label {
    font-size: 0.72rem;
    font-weight: 800;
    color: #2563eb;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
}

.gs-pipe-title {
    font-size: 0.92rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 8px;
    line-height: 1.3;
}

.gs-pipe-desc {
    font-size: 0.8rem;
    color: #6b7280;
    line-height: 1.55;
}

/* ---- FAQ: DUNKEL NAVY ---- */
.gs-faq {
    background: #1e3a5f;
    padding: 96px 0;
    position: relative;
    overflow: hidden;
}

.gs-faq::before {
    content: '';
    position: absolute;
    top: 0;
    right: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(96,165,250,0.07) 0%, transparent 70%);
    pointer-events: none;
}

.gs-faq-container {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

.gs-faq-title {
    font-size: clamp(1.7rem, 3.5vw, 2.3rem);
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin: 0 0 12px;
    line-height: 1.2;
}

.gs-faq-subtitle {
    color: rgba(199,210,254,0.7);
    font-size: 1.02rem;
    text-align: center;
    margin: 0 0 52px;
    line-height: 1.6;
}

.gs-accordion {
    border: 1px solid rgba(96,165,250,0.2);
    border-radius: 12px;
    margin-bottom: 12px;
    background: rgba(255,255,255,0.04);
    overflow: hidden;
    transition: border-color 0.2s;
}

.gs-accordion[open] {
    border-color: rgba(96,165,250,0.5);
    background: rgba(255,255,255,0.07);
}

.gs-accordion summary {
    padding: 22px 28px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    color: #e0e7ff;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.2s;
    user-select: none;
}

.gs-accordion summary::-webkit-details-marker {
    display: none;
}

.gs-accordion summary::after {
    content: '+';
    font-size: 1.5rem;
    color: #60a5fa;
    font-weight: 300;
    flex-shrink: 0;
    margin-left: 16px;
    transition: transform 0.2s;
}

.gs-accordion[open] summary::after {
    content: '−';
    color: #93c5fd;
}

.gs-accordion-body {
    padding: 0 28px 24px;
    color: rgba(199,210,254,0.78);
    font-size: 0.97rem;
    line-height: 1.75;
    border-top: 1px solid rgba(96,165,250,0.12);
    padding-top: 20px;
}

/* ---- WARUM LOHNKLAR ---- */
.gs-why {
    background: #fff;
    padding: 96px 0;
}

.gs-why-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.gs-why-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 56px;
}

.gs-why-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #dbeafe;
    border-top: 4px solid #2563eb;
    padding: 32px 28px;
    transition: box-shadow 0.2s, transform 0.2s;
}

.gs-why-card:hover {
    box-shadow: 0 10px 36px rgba(37,99,235,0.1);
    transform: translateY(-3px);
}

.gs-why-icon {
    font-size: 2rem;
    margin-bottom: 16px;
}

.gs-why-card h3 {
    font-size: 1.05rem;
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 12px;
    line-height: 1.3;
}

.gs-why-card p {
    font-size: 0.92rem;
    color: #4b5563;
    line-height: 1.7;
    margin: 0;
}

/* ---- INTERNE VERLINKUNG ---- */
.gs-related {
    background: #eff6ff;
    padding: 72px 0;
    border-top: 1px solid #bfdbfe;
}

.gs-related-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.gs-related-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.gs-related-card {
    background: #fff;
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    padding: 28px 24px;
    text-decoration: none;
    transition: box-shadow 0.2s, transform 0.2s;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.gs-related-card:hover {
    box-shadow: 0 8px 28px rgba(37,99,235,0.12);
    transform: translateY(-2px);
}

.gs-related-card-icon {
    font-size: 1.8rem;
    flex-shrink: 0;
}

.gs-related-card-text h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 6px;
}

.gs-related-card-text p {
    font-size: 0.87rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

.gs-related-card-arrow {
    font-size: 0.85rem;
    color: #2563eb;
    font-weight: 700;
    margin-top: 10px;
    display: block;
}

/* ---- CTA ---- */
.gs-cta {
    background: #1e3a5f;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.gs-cta::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(96,165,250,0.08) 0%, transparent 65%);
    pointer-events: none;
}

.gs-cta-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.gs-cta-badge {
    display: inline-block;
    background: rgba(37,99,235,0.15);
    border: 1px solid rgba(37,99,235,0.35);
    color: #93c5fd;
    padding: 5px 18px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.gs-cta h2 {
    font-size: clamp(1.9rem, 3.5vw, 2.7rem);
    font-weight: 800;
    color: #fff;
    margin: 0 0 20px;
    line-height: 1.2;
}

.gs-cta-sub {
    color: rgba(199,210,254,0.75);
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 44px;
}

.gs-cta-btn {
    display: inline-block;
    background: linear-gradient(135deg, #2563eb, #1e40af);
    color: #fff;
    padding: 18px 48px;
    border-radius: 50px;
    font-size: 1.05rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 6px 28px rgba(37,99,235,0.4);
    letter-spacing: 0.01em;
}

.gs-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(37,99,235,0.5);
}

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
    .gs-hero-inner {
        gap: 40px;
    }

    .gs-pipeline {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 40px;
    }

    .gs-pipeline::before {
        display: none;
    }

    .gs-why-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .gs-hero {
        padding: 72px 0 60px;
    }

    .gs-hero-inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .gs-hero-sub {
        max-width: 100%;
    }

    .gs-stats-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .gs-stat {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.06);
    }

    .gs-stat:nth-child(2n) {
        border-bottom: 1px solid rgba(255,255,255,0.06);
    }

    .gs-stat:last-child {
        border-bottom: none;
    }

    .gs-erklaerung-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .gs-pipeline {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .gs-comparison-table {
        font-size: 0.82rem;
    }

    .gs-comparison-table thead tr th,
    .gs-comparison-table tbody tr td {
        padding: 14px 14px;
    }

    .gs-related-grid {
        grid-template-columns: 1fr;
    }

    .gs-why-cards {
        grid-template-columns: 1fr;
    }

    .gs-accordion summary {
        padding: 18px 20px;
        font-size: 0.95rem;
    }

    .gs-accordion-body {
        padding: 16px 20px 20px;
        padding-top: 16px;
    }
}

@media (max-width: 480px) {
    .gs-hero h1 {
        font-size: 1.85rem;
    }

    .gs-pipeline {
        grid-template-columns: 1fr;
    }

    .gs-stats-inner {
        grid-template-columns: 1fr 1fr;
    }

    .gs-comparison-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .gs-band-row {
        grid-template-columns: 60px 1fr 85px;
        gap: 8px;
    }

    .gs-chart-wrap {
        padding: 20px 16px;
    }
}
