body.page-development {
    margin: 0;
    min-height: 100vh;
    color: #edf2f7;
    font-family: Arial, sans-serif;
}

.development-page {
    width: min(1400px, calc(100% - 40px));
    margin: 0 auto;
    padding: 58px 0 40px;
}

.development-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(34px, 6vw, 76px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background:
        linear-gradient(
            135deg,
            rgba(25, 34, 48, 0.96),
            rgba(14, 19, 27, 0.96)
        ),
        #111820;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.30);
}

.development-hero::after {
    content: "</>";
    position: absolute;
    right: clamp(24px, 6vw, 80px);
    bottom: -28px;
    color: rgba(255, 255, 255, 0.035);
    font-size: clamp(110px, 18vw, 240px);
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
}

.development-eyebrow {
    margin: 0 0 10px;
    color: #64b5f6;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.development-hero h1 {
    position: relative;
    z-index: 1;
    max-width: 930px;
    margin: 0;
    font-size: clamp(2.1rem, 5vw, 4.6rem);
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.development-intro {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 24px 0 0;
    color: rgba(237, 242, 247, 0.76);
    font-size: clamp(1.02rem, 2vw, 1.28rem);
    line-height: 1.7;
}

.development-section {
    margin-top: 58px;
}

.development-section-heading {
    margin-bottom: 22px;
}

.development-section-heading h2 {
    margin: 0;
    font-size: clamp(1.7rem, 3vw, 2.55rem);
}

.development-section-heading > p:last-child {
    max-width: 720px;
    margin: 12px 0 0;
    color: rgba(237, 242, 247, 0.62);
    line-height: 1.6;
}

.development-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: start;
}

.development-project {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 19px;
    background: rgba(18, 24, 33, 0.87);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.20);
    scroll-margin-top: 86px;
}

.development-project[open] {
    grid-column: 1 / -1;
    background: rgba(18, 24, 33, 0.94);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.development-project::before {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0 auto 0 0;
    width: 4px;
    background: #607d8b;
}

.development-project.status-live::before {
    background: #43a047;
}

.development-project.status-active::before {
    background: #1e88e5;
}

.development-project.status-planning::before {
    background: #f9a825;
}

.development-project.status-responsibility::before {
    background: #8e24aa;
}

.development-project.status-secret::before {
    background: linear-gradient(#455a64, #111820);
}

.development-project-summary {
    position: relative;
    display: block;
    min-height: 100%;
    padding: 28px;
    cursor: pointer;
    list-style: none;
}

.development-project-summary::-webkit-details-marker {
    display: none;
}

.development-project-summary::marker {
    content: "";
}

.development-project-summary:hover {
    background: rgba(255, 255, 255, 0.018);
}

.development-project-summary:focus-visible {
    outline: 2px solid #64b5f6;
    outline-offset: -4px;
}

.development-project-topline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.development-project-kicker {
    margin: 2px 0 0;
    color: rgba(237, 242, 247, 0.58);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.development-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.055);
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.75rem;
    font-weight: 700;
}

.development-status i {
    width: 0.95em;
    height: 0.95em;
}

.development-project-heading {
    display: block;
    margin: 30px 0 12px;
    color: #edf2f7;
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    font-weight: 800;
    line-height: 1.15;
}

.development-summary {
    display: block;
    color: #f4f7fa;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.58;
}

.development-preview-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 22px;
}

.development-preview-fact {
    min-width: 0;
    padding: 11px 12px;
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.025);
}

.development-preview-fact small,
.development-preview-fact strong {
    display: block;
}

.development-preview-fact small {
    color: rgba(237, 242, 247, 0.48);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.development-preview-fact strong {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.87);
    font-size: 0.87rem;
    line-height: 1.35;
}

.development-repository-preview {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 17px;
    color: rgba(237, 242, 247, 0.58);
    font-size: 0.78rem;
    font-weight: 700;
}

.development-repository-preview i {
    width: 1em;
    height: 1em;
    color: #64b5f6;
}

.development-project-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    color: #91c8ff;
    font-size: 0.82rem;
    font-weight: 800;
}

.development-project-toggle::before {
    content: "Projekt ansehen";
}

.development-project-toggle::after {
    content: "+";
    font-size: 1.1rem;
}

.development-project[open] .development-project-toggle::before {
    content: "Weniger anzeigen";
}

.development-project[open] .development-project-toggle::after {
    content: "−";
}

.development-project-body {
    padding: 0 28px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.development-project-overview {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
    gap: clamp(24px, 5vw, 54px);
    padding-top: 32px;
}

.development-project-body h4 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 1rem;
    letter-spacing: 0.02em;
}

.development-project-copy p {
    margin: 0;
    color: rgba(237, 242, 247, 0.72);
    font-size: 1rem;
    line-height: 1.75;
}

.development-project-copy p + p {
    margin-top: 15px;
}

.development-project-copy h4:not(:first-child) {
    margin-top: 30px;
}

.development-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.development-feature-list li {
    position: relative;
    padding: 10px 12px 10px 29px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.022);
    color: rgba(237, 242, 247, 0.75);
    line-height: 1.45;
}

.development-feature-list li::before {
    content: "✓";
    position: absolute;
    top: 10px;
    left: 11px;
    color: #64b5f6;
    font-weight: 900;
}

.development-facts {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.065);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.028);
}

.development-facts dl {
    display: grid;
    gap: 10px;
    margin: 0;
}

.development-facts dl > div {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.development-facts dl > div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.development-facts dt {
    color: rgba(237, 242, 247, 0.48);
    font-size: 0.69rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.development-facts dd {
    margin: 4px 0 0;
    color: rgba(255, 255, 255, 0.90);
    font-size: 0.94rem;
    font-weight: 750;
    line-height: 1.4;
}

.development-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.development-meta-card {
    padding: 21px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.024);
}

.development-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.development-chip-list li {
    padding: 7px 10px;
    border: 1px solid rgba(100, 181, 246, 0.20);
    border-radius: 999px;
    background: rgba(100, 181, 246, 0.075);
    color: #b9dcff;
    font-size: 0.78rem;
    font-weight: 750;
}

.development-file-count {
    display: flex;
    align-items: baseline;
    gap: 9px;
    margin: 0 0 16px;
}

.development-file-count strong {
    color: #ffffff;
    font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.development-file-count span {
    color: rgba(237, 242, 247, 0.55);
    font-size: 0.82rem;
    font-weight: 700;
}

.development-repository-card h5 {
    margin: 18px 0 9px;
    color: rgba(237, 242, 247, 0.58);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.development-language-list {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.development-language-list li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 10px;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.028);
    color: rgba(237, 242, 247, 0.70);
    font-size: 0.84rem;
}

.development-language-list strong {
    color: #91c8ff;
    white-space: nowrap;
}

.development-repository-date {
    margin: 13px 0 0;
    color: rgba(237, 242, 247, 0.43);
    font-size: 0.72rem;
}

.development-project-progress {
    margin-top: 30px;
}

.development-progress-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.development-progress-heading h4 {
    margin: 0;
}

.development-progress-heading span {
    padding: 5px 8px;
    border: 1px solid rgba(100, 181, 246, 0.16);
    border-radius: 999px;
    background: rgba(100, 181, 246, 0.055);
    color: rgba(185, 220, 255, 0.72);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.development-project-progress-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.development-project-progress-item {
    position: relative;
    min-width: 0;
    padding: 13px 13px 13px 31px;
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.026);
    color: rgba(237, 242, 247, 0.74);
    font-size: 0.86rem;
    line-height: 1.48;
}

.development-project-progress-item::before {
    content: "";
    position: absolute;
    top: 19px;
    left: 13px;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #64b5f6;
    box-shadow: 0 0 10px rgba(100, 181, 246, 0.35);
}

.development-project-progress-item time {
    display: block;
    margin-bottom: 4px;
    color: #64b5f6;
    font-size: 0.72rem;
    font-weight: 800;
}

.status-live .development-project-progress-item::before {
    background: #66bb6a;
}

.status-responsibility .development-project-progress-item::before {
    background: #ab47bc;
}

.status-planning .development-project-progress-item::before {
    background: #fbc02d;
}

.status-secret .development-project-progress-item::before {
    background: #78909c;
}

.development-gallery {
    margin-top: 32px;
}

.development-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.development-gallery figure {
    min-width: 0;
    margin: 0;
}

.development-gallery a {
    display: block;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 13px;
    background: #111820;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.23);
}

.development-gallery img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform 0.22s ease;
}

.development-gallery a:hover img,
.development-gallery a:focus-visible img {
    transform: scale(1.025);
}

.development-gallery figcaption {
    margin-top: 8px;
    color: rgba(237, 242, 247, 0.55);
    font-size: 0.76rem;
    line-height: 1.4;
}

@media (max-width: 980px) {
    .development-project-overview,
    .development-meta-grid {
        grid-template-columns: 1fr;
    }

    .development-project-progress-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .development-page {
        width: min(100% - 24px, 1400px);
        padding-top: 28px;
    }

    .development-grid {
        grid-template-columns: 1fr;
    }

    .development-project[open] {
        grid-column: auto;
    }

    .development-gallery-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 8px;
    }

    .development-gallery figure {
        flex: 0 0 min(84vw, 420px);
        scroll-snap-align: start;
    }
}

@media (max-width: 620px) {
    .development-hero {
        padding: 30px 24px;
        border-radius: 18px;
    }

    .development-project-summary {
        padding: 23px 21px;
    }

    .development-project-body {
        padding: 0 21px 24px;
    }

    .development-project-topline {
        display: block;
    }

    .development-status {
        margin-top: 14px;
    }

    .development-project-heading {
        margin-top: 22px;
    }

    .development-preview-facts,
    .development-feature-list {
        grid-template-columns: 1fr;
    }

    .development-facts,
    .development-meta-card {
        padding: 17px;
    }
}

/* development-technology-logos:start */
.development-facts {
    align-self: start;
    padding: 0 0 0 clamp(18px, 3vw, 34px);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.development-facts h4 {
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.3;
}

.development-facts dl {
    margin: 0;
}

.development-facts dl div {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.development-facts dl div:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.development-facts dt {
    margin: 0 0 6px;
    color: #72c4ff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.development-facts dd {
    margin: 0;
    color: rgba(255, 255, 255, 0.94);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
}

.development-technology-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 14px 18px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.development-technology-item {
    position: relative;
    display: flex;
    width: 88px;
    min-height: 78px;
    padding: 7px 8px 22px;
    align-items: flex-start;
    justify-content: center;
    border-radius: 12px;
    outline: none;
}

.development-technology-item img {
    display: block;
    width: 72px;
    height: 48px;
    object-fit: contain;
    filter: grayscale(1) saturate(0);
    opacity: 0.58;
    transition:
        filter 0.18s ease,
        opacity 0.18s ease,
        transform 0.18s ease;
}

.development-technology-item span {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    width: max-content;
    max-width: 140px;
    padding: 4px 7px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 7px;
    color: #ffffff;
    background: #10161f;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.30);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 5px);
    transition:
        opacity 0.18s ease,
        transform 0.18s ease,
        visibility 0.18s ease;
}

.development-technology-item:hover img,
.development-technology-item:focus-visible img {
    filter: none;
    opacity: 1;
    transform: translateY(-2px);
}

.development-technology-item:hover span,
.development-technology-item:focus-visible span {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.development-technology-item:focus-visible {
    box-shadow: 0 0 0 2px rgba(114, 196, 255, 0.55);
}

@media (max-width: 820px) {
    .development-facts {
        margin-top: 8px;
        padding: 22px 0 0;
        border-top: 1px solid rgba(255, 255, 255, 0.09);
    }

    .development-technology-list {
        gap: 12px;
    }

    .development-technology-item {
        width: 82px;
    }
}
/* development-technology-logos:end */
