/* Extracted from nachhaltigkeit.php. Edit here, not in PHP. */

/* ============================================================
   NACHHALTIGKEIT, Page-spezifisches CSS (Prefix: nht-)
   Design: Light Grün Hero, Emerald-Akzente
   ============================================================ */

/* --- Hero -------------------------------------------------- */
.nht-hero {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 60%, #d1fae5 100%);
    padding: 7rem 0 5rem;
    position: relative;
    overflow: hidden;
}
.nht-hero::before {
    content: '';
    position: absolute;
    top: -80px; right: -80px;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(16,185,129,0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.nht-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 4rem;
    align-items: center;
}
.nht-eyebrow {
    display: inline-block;
    background: #d1fae5;
    color: #065f46;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.3rem 0.9rem;
    border-radius: 50px;
    margin-bottom: 1.2rem;
}
.nht-hero h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #1f2937;
    line-height: 1.15;
    margin-bottom: 1.25rem;
}
.nht-hero h1 span {
    color: #065f46;
}
.nht-hero-subtitle {
    font-size: 1.1rem;
    color: #4b5563;
    line-height: 1.75;
    margin-bottom: 2rem;
    max-width: 520px;
}
.nht-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.nht-chip {
    background: #fff;
    border: 1px solid #a7f3d0;
    color: #065f46;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.3rem 0.9rem;
    border-radius: 50px;
}

/* --- Hero Visual ------------------------------------------- */
.nht-hero-visual {
    background: #fff;
    border: 1px solid #d1fae5;
    border-radius: 16px;
    padding: 1.75rem;
    box-shadow: 0 8px 32px rgba(16,185,129,0.1);
}
.nht-visual-title {
    font-size: 0.75rem;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
}
.nht-visual-rows {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.nht-visual-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: #f0fdf4;
    border-radius: 8px;
    border-left: 3px solid #10b981;
}
.nht-visual-row-icon {
    font-size: 1.3rem;
    flex-shrink: 0;
    width: 32px;
    text-align: center;
}
.nht-visual-row-text {
    flex: 1;
}
.nht-visual-row-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.15rem;
}
.nht-visual-row-value {
    font-size: 0.75rem;
    color: #4b5563;
}
.nht-visual-check {
    width: 20px; height: 20px;
    background: #10b981;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    flex-shrink: 0;
}

/* --- Pillars Section --------------------------------------- */
.nht-pillars {
    padding: 80px 0;
    background: #fff;
}
.nht-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}
.nht-section-header {
    text-align: center;
    margin-bottom: 3rem;
}
.nht-section-title {
    font-size: 2rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 0.75rem;
}
.nht-section-subtitle {
    font-size: 1rem;
    color: #6b7280;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.7;
}
.nht-pillars-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
.nht-pillar {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 2rem;
    transition: transform 0.2s, box-shadow 0.2s;
}
.nht-pillar:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}
.nht-pillar-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    display: block;
}
.nht-pillar h3 {
    font-size: 1.15rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 0.75rem;
}
.nht-pillar-text {
    font-size: 0.95rem;
    color: #4b5563;
    line-height: 1.75;
    margin-bottom: 1.25rem;
}
.nht-pillar-facts {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.nht-pillar-facts li {
    font-size: 0.875rem;
    color: #374151;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}
.nht-pillar-facts li::before {
    content: '✓';
    color: #10b981;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 1px;
}

/* --- Gemeinwohl Section ------------------------------------ */
.nht-gemeinwohl {
    background: #f0fdf4;
    padding: 80px 0;
    border-top: 1px solid #d1fae5;
    border-bottom: 1px solid #d1fae5;
}
.nht-gemeinwohl-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}
.nht-gemeinwohl-text h2 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 1rem;
}
.nht-gemeinwohl-text p {
    font-size: 0.975rem;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 1rem;
}
.nht-values-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.nht-value-card {
    background: #fff;
    border: 1px solid #a7f3d0;
    border-radius: 10px;
    padding: 1.25rem;
    text-align: center;
}
.nht-value-card-icon {
    font-size: 1.75rem;
    display: block;
    margin-bottom: 0.5rem;
}
.nht-value-card-label {
    font-size: 0.85rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.3rem;
}
.nht-value-card-desc {
    font-size: 0.8rem;
    color: #6b7280;
    line-height: 1.5;
}

/* --- Employer Section -------------------------------------- */
.nht-employer {
    padding: 80px 0;
    background: #fff;
}
.nht-employer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}
.nht-employer-text h2 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 1rem;
}
.nht-employer-text p {
    font-size: 0.975rem;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 1rem;
}
.nht-employer-items {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}
.nht-employer-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1rem 1.25rem;
    background: #f8fafc;
    border-radius: 10px;
    border-left: 3px solid #10b981;
}
.nht-employer-item-icon {
    font-size: 1.25rem;
    flex-shrink: 0;
    margin-top: 1px;
}
.nht-employer-item-label {
    font-size: 0.875rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.2rem;
}
.nht-employer-item-desc {
    font-size: 0.825rem;
    color: #6b7280;
    line-height: 1.5;
}

/* --- Gewinnspende Section ---------------------------------- */
.nht-spende {
    padding: 80px 0;
    background: #1e3a5f;
    color: #fff;
}
.nht-spende-inner {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 5rem;
    align-items: center;
}
.nht-spende-stat {
    text-align: center;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 20px;
    padding: 3rem 2rem;
}
.nht-spende-number {
    font-size: 5rem;
    font-weight: 900;
    color: #10b981;
    line-height: 1;
    margin-bottom: 0.25rem;
}
.nht-spende-stat-label {
    font-size: 1rem;
    font-weight: 700;
    color: rgba(255,255,255,0.9);
    margin-bottom: 0.4rem;
}
.nht-spende-stat-sub {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.5;
}
.nht-spende-text h2 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.25;
}
.nht-spende-text h2 span { color: #10b981; }
.nht-spende-text p {
    font-size: 0.975rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.85;
    margin-bottom: 1rem;
}
.nht-spende-list {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.nht-spende-list li {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.85);
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
}
.nht-spende-list li::before {
    content: '→';
    color: #10b981;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 1px;
}
@media (max-width: 900px) {
    .nht-spende-inner { grid-template-columns: 1fr; gap: 2.5rem; }
    .nht-spende-stat { max-width: 260px; margin: 0 auto; }
    .nht-spende { padding: 56px 0; }
}

/* --- CTA Section ------------------------------------------- */
.nht-cta {
    background: linear-gradient(135deg, #065f46 0%, #059669 100%);
    padding: 64px 0;
    text-align: center;
}
.nht-cta h2 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.75rem;
}
.nht-cta p {
    color: #a7f3d0;
    font-size: 1rem;
    margin-bottom: 2rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.nht-cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* --- Responsive -------------------------------------------- */
@media (max-width: 900px) {
    .nht-hero-container { grid-template-columns: 1fr; }
    .nht-hero-visual { display: none; }
    .nht-pillars-grid { grid-template-columns: 1fr; }
    .nht-gemeinwohl-inner { grid-template-columns: 1fr; gap: 2rem; }
    .nht-employer-inner { grid-template-columns: 1fr; gap: 2rem; }
    .nht-values-grid { grid-template-columns: 1fr 1fr; }
    .nht-hero { padding: 5rem 0 3.5rem; }
    .nht-pillars { padding: 56px 0; }
    .nht-gemeinwohl { padding: 56px 0; }
    .nht-employer { padding: 56px 0; }
}
