@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&amp;family=Playfair+Display:wght@500;600&amp;display=swap');

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glass {
    background: rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px -6px rgba(0, 0, 0, 0.12);
    border-radius: 24px;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1),
                box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.glass:hover {
    box-shadow: 0 20px 50px -8px rgba(0, 0, 0, 0.18);
    transform: translateY(-2px);
}

.glass-tinted {
    background: rgba(15, 118, 110, 0.12);
    border: 1px solid rgba(15, 118, 110, 0.25);
    color: #0f766e;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.glass-tinted:hover {
    background: rgba(15, 118, 110, 0.18);
    transform: translateY(-1px);
}

.service-card {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1),
               box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.nav-pill {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08),
               inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border-radius: 9999px;
    z-index: 1;
    transition: left 0.6s cubic-bezier(0.23, 1, 0.32, 1),
                width 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.nav-item {
    position: relative;
    z-index: 10;
    padding: 10px 22px;
    font-size: 14.5px;
    font-weight: 500;
    color: #3f3f46;
    border-radius: 9999px;
    transition: color 0.2s ease;
    cursor: pointer;
    user-select: none;
}

.nav-item.active {
    color: #18181b;
    font-weight: 600;
}

.section-header {
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
    color: #71717a;
}

.premium-shadow {
    box-shadow: 0 30px 70px -15px rgb(0 0 0 / 0.07),
               0 10px 20px -5px rgb(0 0 0 / 0.04);
}

.apple-text {
    letter-spacing: -0.035em;
}

.glass-input {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.07);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 14px 18px;
    font-size: 15px;
    transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

.glass-input:focus {
    outline: none;
    border-color: rgba(0, 122, 255, 0.35);
    box-shadow: 0 0 0 4px rgba(0, 122, 255, 0.08);
    background: rgba(255, 255, 255, 0.92);
}

.parallax-bg {
    transition: transform 0.1s ease-out;
}

.service-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(0,122,255,0.08), rgba(0,122,255,0.03));
    color: #007AFF;
    font-size: 22px;
}

.subtle-grain {
    background-image:
        linear-gradient(rgba(0,0,0,0.012) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,0,0,0.012) 1px, transparent 1px);
    background-size: 5px 5px;
}

.hero-gradient {
    background: linear-gradient(145deg, #f8f9fb 0%, #f0f1f5 45%, #e8e9ee 100%);
}

nav {
    transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
               opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
nav.nav-hidden {
    transform: translate(-50%, -120%);
    opacity: 0;
    pointer-events: none;
}

@keyframes floatOrb1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(25px, -30px) scale(1.05); }
}
@keyframes floatOrb2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-20px, 25px) scale(0.95); }
}
@keyframes floatOrb3 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(15px, -18px) scale(1.03); }
}
.parallax-orb {
    will-change: transform;
}

.tech-fall-layer {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
}

.tech-fall-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border: 1px solid rgba(255, 255, 255, 0.23);
    border-radius: 16px;
    will-change: transform;
    pointer-events: none;
    transition: none;
}

#leistungen .service-card {
    will-change: transform, opacity;
    transition: none;
}

.modal-mockup {
    box-shadow: 0 10px 30px -10px rgb(0 0 0 / 0.15);
    border: 1px solid rgba(0,0,0,0.08);
}

/* Intro cards throw-in animation */
.intro-card {
    opacity: 0;
    transform: translateY(60px) scale(0.7) rotate(-8deg);
    transition: none;
}

.intro-card.animate-in {
    animation: throwIn 0.9s cubic-bezier(0.23, 1.0, 0.32, 1) forwards;
}

@keyframes throwIn {
    0% {
        opacity: 0;
        transform: translateY(60px) scale(0.7) rotate(-8deg);
    }
    60% {
        opacity: 1;
        transform: translateY(-12px) scale(1.08) rotate(3deg);
    }
    80% {
        transform: translateY(4px) scale(0.98) rotate(-1deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1) rotate(0deg);
    }
}

#hero-wrapper {
    transition: max-width 0.7s cubic-bezier(0.23, 1, 0.32, 1),
                width 0.7s cubic-bezier(0.23, 1, 0.32, 1),
                margin-left 0.7s cubic-bezier(0.23, 1, 0.32, 1),
                border-radius 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    will-change: max-width, width, margin-left, border-radius;
}

#hero-wrapper.expanded {
    max-width: 100vw !important;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    border-radius: 0px; /* starker Hammer-Effekt */
}

.project-card-featured {
    position: relative;
    border: 1.5px solid rgba(15, 118, 110, 0.35) !important;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.32) 0%, rgba(15, 118, 110, 0.08) 100%);
    box-shadow: 0 24px 60px -18px rgba(15, 118, 110, 0.22),
                0 10px 24px -8px rgba(0, 0, 0, 0.06);
}

.project-card-featured:hover {
    border-color: rgba(15, 118, 110, 0.5) !important;
    box-shadow: 0 28px 70px -16px rgba(15, 118, 110, 0.28),
                0 14px 30px -10px rgba(0, 0, 0, 0.08);
}

.project-card-featured .project-featured-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 9999px;
    background: linear-gradient(135deg, #0f766e, #0d9488);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    box-shadow: 0 4px 14px rgba(15, 118, 110, 0.35);
}

#projekte {
    scroll-margin-top: 96px;
}

.project-search {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 640px;
    padding: 14px 16px 14px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 28px -14px rgba(0, 0, 0, 0.16);
    cursor: text;
    transition: border-color 0.25s cubic-bezier(0.23, 1, 0.32, 1),
                box-shadow 0.25s cubic-bezier(0.23, 1, 0.32, 1),
                background 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

.project-search i.fa-magnifying-glass {
    color: #0f766e;
    font-size: 15px;
    flex-shrink: 0;
}

.project-search input {
    flex: 1;
    min-width: 0;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 16px;
    color: #18181b;
    font-family: inherit;
}

.project-search input::placeholder {
    color: #a1a1aa;
}

.project-search input::-webkit-search-decoration,
.project-search input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

.project-search:focus-within {
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(15, 118, 110, 0.35);
    box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.08),
                0 10px 28px -14px rgba(0, 0, 0, 0.16);
}

.project-search-clear {
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 9999px;
    background: rgba(24, 24, 27, 0.06);
    color: #52525b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
}

.project-search-clear[hidden] {
    display: none;
}

.project-group {
    margin-bottom: 36px;
}

.project-group[hidden],
.project-card[hidden],
.project-card.is-hidden {
    display: none !important;
}

.project-group-title {
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
    color: #0f766e;
    margin: 0 4px 16px;
}

.photo-tile,
.date-tile {
    overflow: hidden;
}

.date-tile .photo-tile-stage {
    background:
        radial-gradient(ellipse at 78% 28%, rgba(244, 63, 94, 0.14), transparent 56%),
        radial-gradient(ellipse at 16% 88%, rgba(15, 118, 110, 0.12), transparent 50%);
}

.date-tile .photo-tile-desktop {
    flex: 1 1 52%;
    max-width: 340px;
}

.date-tile .photo-tile-phone {
    flex: 0 0 122px;
    max-width: 122px;
    min-width: 96px;
}

.date-tile .photo-tile-stage .device-desktop-screen {
    height: clamp(120px, 16vw, 188px);
}

.date-tile .photo-tile-stage .device-iphone-screen {
    height: clamp(160px, 24vw, 220px);
}

.photo-tile-layout {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.photo-tile-copy {
    min-width: 0;
    position: relative;
    z-index: 2;
}

.photo-tile-expect {
    margin-top: 18px;
}

.photo-tile-expect-label {
    font-size: 11px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: 600;
    color: #0f766e;
    margin-bottom: 10px;
}

.photo-tile-expect ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.photo-tile-expect li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.45;
    color: #52525b;
}

.photo-tile-expect li i {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    border-radius: 10px;
    background: rgba(15, 118, 110, 0.1);
    color: #0f766e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-top: 1px;
}

.photo-tile-expect strong {
    color: #18181b;
    font-weight: 600;
}

.photo-tile-stage {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: center;
    gap: clamp(8px, 1.6vw, 20px);
    width: 100%;
    height: auto;
    pointer-events: none;
    overflow: hidden;
    border-radius: 22px;
    padding: 14px 8px 18px;
    background:
        radial-gradient(ellipse at 72% 38%, rgba(15, 118, 110, 0.1), transparent 58%),
        radial-gradient(ellipse at 18% 88%, rgba(214, 191, 148, 0.16), transparent 48%);
}

.photo-tile-desktop,
.photo-tile-laptop,
.photo-tile-phone {
    position: relative;
    min-width: 0;
    transform: none;
}

.photo-tile-desktop { flex: 1 1 38%; max-width: 300px; }
.photo-tile-laptop { flex: 1 1 30%; max-width: 228px; }
.photo-tile-phone { flex: 0 1 16%; max-width: 112px; min-width: 68px; }

.photo-tile-stage .device-desktop,
.photo-tile-stage .device-laptop,
.photo-tile-stage .device-iphone {
    width: 100%;
}

.photo-tile-stage .device-desktop {
    min-width: 0;
}

.photo-tile-stage .device-desktop-screen {
    height: clamp(84px, 14vw, 168px);
}

.photo-tile-stage .photo-desk-grid img {
    height: clamp(24px, 4.4vw, 54px);
}

.photo-tile-stage .device-laptop-screen {
    height: clamp(76px, 12.5vw, 136px);
    display: flex;
    flex-direction: column;
}

.photo-tile-stage .photo-lap {
    height: auto;
    flex: 1;
    min-height: 0;
    padding: 6px 8px 0;
}

#photo-tile-laptop-screen {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.photo-tile-stage .photo-lap-hero {
    font-size: clamp(8px, 1.1vw, 12px);
    margin-bottom: 6px;
}

.photo-tile-stage .photo-lap-strip img {
    height: clamp(20px, 3.2vw, 40px);
}

.photo-tile-stage .device-iphone-screen {
    height: clamp(126px, 21vw, 200px);
}

.photo-tile-stage .photo-phone-grid img {
    height: clamp(30px, 5.4vw, 52px);
}

.project-empty {
    text-align: center;
    padding: 48px 28px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.project-empty[hidden] {
    display: none !important;
}

.project-empty h3 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -1px;
    color: #18181b;
    margin-bottom: 10px;
}

.project-empty p {
    font-size: 16px;
    color: #52525b;
    line-height: 1.5;
    max-width: 420px;
    margin: 0 auto;
}

.project-idle-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 20px;
    margin-top: 8px;
    padding: 18px 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.38);
    border: 1px solid rgba(255, 255, 255, 0.65);
}

.project-idle-cta[hidden] {
    display: none !important;
}

.project-idle-cta p {
    margin: 0;
    font-size: 14.5px;
    color: #52525b;
    line-height: 1.45;
}

.project-idle-cta strong {
    color: #0f766e;
    font-weight: 600;
}

.project-idle-cta button {
    border: 0;
    background: transparent;
    color: #0f766e;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 0;
    white-space: nowrap;
}

@media (max-width: 767px) {
    #projekte {
        scroll-margin-top: 12px;
    }

    .photo-tile-laptop {
        display: none;
    }

    .photo-tile-stage {
        margin: 0 -2px 6px;
        padding: 16px 10px 18px;
        gap: 16px;
        justify-content: center;
        overflow: hidden;
    }

    .photo-tile-desktop {
        flex: 1 1 auto;
        max-width: 248px;
    }

    .photo-tile-phone {
        flex: 0 0 112px;
        max-width: 112px;
        min-width: 112px;
    }

    .photo-tile-stage .device-desktop-screen {
        height: 156px;
    }

    .photo-tile-stage .photo-desk aside {
        display: none;
    }

    .photo-tile-stage .photo-desk main {
        padding: 10px 10px 8px;
    }

    .photo-tile-stage .photo-desk header {
        margin-bottom: 8px;
    }

    .photo-tile-stage .photo-desk header strong {
        font-size: 12px;
    }

    .photo-tile-stage .photo-desk header small,
    .photo-tile-stage .photo-desk header em {
        font-size: 8px;
    }

    .photo-tile-stage .photo-desk-grid {
        gap: 4px;
    }

    .photo-tile-stage .photo-desk-grid img {
        height: 48px;
        border-radius: 4px;
    }

    .photo-tile-stage .device-iphone {
        width: 112px;
    }

    .photo-tile-stage .device-iphone-screen {
        height: 206px;
    }

    .photo-tile-stage .phone-ui {
        padding: 20px 9px 14px;
    }

    .photo-tile-stage .photo-phone-title {
        font-size: 13px;
    }

    .photo-tile-stage .photo-phone-grid {
        gap: 5px;
    }

    .photo-tile-stage .photo-phone-grid img {
        height: 52px;
        border-radius: 6px;
    }

    .date-tile .photo-tile-desktop {
        max-width: 260px;
    }

    .date-tile .photo-tile-phone {
        flex: 0 0 112px;
        max-width: 112px;
        min-width: 112px;
    }

    .date-tile .photo-tile-stage .device-desktop-screen {
        height: 168px;
    }

    .date-tile .date-desk-hero {
        display: none;
    }

    .date-tile .date-desk-card {
        margin: 8px;
    }

    .project-empty h3 {
        font-size: 22px;
    }

    .project-idle-cta {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ── website.html Subpage ── */

.website-topbar {
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: rgba(244, 244, 247, 0.82);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.website-hero-card {
    background: linear-gradient(145deg, #f8f9fb 0%, #f0f1f5 45%, #e8e9ee 100%);
    box-shadow: 0 40px 100px -20px rgb(0 0 0 / 0.1);
}

.website-mockup-frame {
    background: linear-gradient(160deg, rgba(255,255,255,0.9), rgba(255,255,255,0.5));
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 20px 50px -15px rgba(15, 118, 110, 0.2);
}

.website-type-card {
    transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1),
                box-shadow 0.45s cubic-bezier(0.23, 1, 0.32, 1),
                border-color 0.3s ease;
}

.website-type-card:hover {
    transform: translateY(-3px);
    border-color: rgba(15, 118, 110, 0.35);
}

.website-process-step {
    position: relative;
}

.website-process-step::before {
    content: '';
    position: absolute;
    left: 23px;
    top: 52px;
    bottom: -28px;
    width: 2px;
    background: linear-gradient(to bottom, rgba(15, 118, 110, 0.35), rgba(15, 118, 110, 0.05));
}

.website-process-step:last-child::before {
    display: none;
}

.website-faq details {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.7);
    transition: background 0.25s ease;
}

.website-faq details[open] {
    background: rgba(255, 255, 255, 0.65);
}

.website-faq summary {
    list-style: none;
    cursor: pointer;
}

.website-faq summary::-webkit-details-marker {
    display: none;
}

.website-pricing-card {
    background: linear-gradient(145deg, rgba(15, 118, 110, 0.1) 0%, rgba(255, 255, 255, 0.35) 60%);
    border: 1.5px solid rgba(15, 118, 110, 0.25);
}

/* ── Hero device mockups ── */

.hero-devices {
    position: relative;
    height: 500px;
}

.hero-mockup {
    position: absolute;
    pointer-events: none;
}

.hero-mockup-tilt {
    transform-origin: center bottom;
    will-change: transform;
}

.hero-mockup--desktop {
    top: 6px;
    left: 52%;
    z-index: 1;
    transform: translateX(-50%);
}

.hero-mockup--laptop {
    right: -6px;
    bottom: 22px;
    z-index: 2;
}

.hero-mockup--phone {
    left: 0;
    bottom: 8px;
    z-index: 3;
}

.device-iphone {
    width: 122px;
    background: #1c1c1e;
    border-radius: 28px;
    padding: 10px 8px 12px;
    box-shadow:
        0 28px 50px -16px rgba(15, 23, 42, 0.45),
        inset 0 0 0 1.5px rgba(255, 255, 255, 0.14);
    position: relative;
}

.device-iphone-island {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 46px;
    height: 13px;
    background: #000;
    border-radius: 999px;
    z-index: 3;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.device-iphone-screen {
    height: 218px;
    border-radius: 20px;
    overflow: hidden;
    background: #f2f2f7;
    position: relative;
}

.device-iphone-home {
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    width: 42px;
    height: 4px;
    background: rgba(0, 0, 0, 0.22);
    border-radius: 999px;
    z-index: 3;
}

.phone-ui {
    height: 100%;
    padding: 22px 10px 16px;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    color: #111827;
}

.phone-status {
    display: flex;
    justify-content: space-between;
    font-size: 8px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px;
    padding: 0 4px;
}

.phone-appbar {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.4px;
}

.phone-balance {
    margin-top: 8px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.8px;
    color: #0f766e;
}

.phone-sub {
    font-size: 8px;
    color: #71717a;
    margin-bottom: 10px;
}

.phone-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.phone-list div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    padding: 6px 8px;
    font-size: 8px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.phone-list b {
    font-variant-numeric: tabular-nums;
}

.phone-list b.up {
    color: #059669;
}

.phone-tabs {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 22px;
    height: 22px;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.92);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.phone-tabs span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d4d4d8;
}

.phone-tabs span.on {
    background: #0f766e;
}

.device-laptop {
    width: 248px;
    filter: drop-shadow(0 24px 36px rgba(15, 23, 42, 0.28));
}

.device-laptop-lid {
    background: #2a2a2e;
    border-radius: 12px 12px 0 0;
    padding: 10px 9px 0;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.device-laptop-camera {
    width: 6px;
    height: 6px;
    margin: 0 auto 6px;
    border-radius: 50%;
    background: #111;
    box-shadow: inset 0 0 0 1.5px #3f3f46;
}

.device-laptop-screen {
    background: #fff;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    height: 148px;
}

.device-laptop-base {
    height: 14px;
    background: linear-gradient(#e4e4e7, #c4c4c8);
    border-radius: 0 0 8px 8px;
    position: relative;
}

.device-laptop-base::before,
.device-laptop-base::after {
    content: '';
    position: absolute;
    top: 0;
    width: 18px;
    height: 14px;
    background: linear-gradient(#d4d4d8, #a1a1aa);
}

.device-laptop-base::before { left: -8px; border-radius: 0 0 0 10px; transform: skewX(28deg); }
.device-laptop-base::after { right: -8px; border-radius: 0 0 10px 0; transform: skewX(-28deg); }

.device-laptop-notch {
    width: 56px;
    height: 5px;
    margin: 0 auto;
    background: #a1a1aa;
    border-radius: 0 0 6px 6px;
}

.lap-chrome {
    height: 18px;
    background: #f4f4f5;
    border-bottom: 1px solid #e4e4e7;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0 8px;
}

.lap-dot { width: 6px; height: 6px; border-radius: 50%; }
.lap-dot-r { background: #ff5f57; }
.lap-dot-y { background: #febc2e; }
.lap-dot-g { background: #28c840; }

.lap-url {
    flex: 1;
    text-align: center;
    font-size: 8px;
    color: #71717a;
    background: #fff;
    border-radius: 999px;
    padding: 1px 0;
}

.lap-site {
    padding: 8px 10px 0;
}

.lap-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 8px;
    color: #71717a;
    margin-bottom: 8px;
}

.lap-nav b {
    color: #0f766e;
    font-size: 10px;
    margin-right: auto;
}

.lap-hero {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.15;
    color: #18181b;
    margin-bottom: 10px;
}

.lap-cards {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 5px;
}

.lap-cards div {
    height: 42px;
    border-radius: 6px;
    background: linear-gradient(160deg, #ccfbf1, #0f766e);
}

.lap-cards div:nth-child(2) {
    background: linear-gradient(160deg, #f4f4f5, #d4d4d8);
}

.lap-cards div:nth-child(3) {
    background: linear-gradient(160deg, #ecfdf5, #99f6e4);
}

.lap-dash {
    padding: 8px 10px 0;
    background: #f8faf9;
    height: 130px;
    color: #18181b;
}

.lap-dash-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 6px;
}

.lap-dash-top b {
    font-size: 10px;
    color: #0f766e;
}

.lap-dash-top span {
    font-size: 8px;
    color: #71717a;
}

.lap-dash-kpis {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    margin-bottom: 7px;
}

.lap-dash-kpis div {
    background: #fff;
    border: 1px solid #e4e4e7;
    border-radius: 5px;
    padding: 4px 5px;
}

.lap-dash-kpis b {
    display: block;
    font-size: 11px;
    letter-spacing: -0.3px;
}

.lap-dash-kpis small {
    font-size: 7px;
    color: #71717a;
}

.lap-dash-chart {
    width: 100%;
    height: 48px;
    display: block;
}

.phone-spark {
    display: flex;
    align-items: flex-end;
    gap: 3px;
    height: 36px;
    margin: 8px 0 10px;
}

.phone-spark i {
    flex: 1;
    display: block;
    border-radius: 2px 2px 0 0;
    background: #0f766e;
    font-style: normal;
}

.device-desktop {
    width: 380px;
    filter: drop-shadow(0 26px 40px rgba(15, 23, 42, 0.28));
}

.device-desktop-lid {
    background: #1f1f21;
    border-radius: 14px 14px 0 0;
    padding: 10px 10px 0;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.device-desktop-screen {
    height: 210px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    background: #111110;
}

.device-desktop-chin {
    height: 22px;
    background: linear-gradient(#f4f4f5, #e4e4e7);
    border-radius: 0 0 14px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.device-desktop-chin span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #a1a1aa;
    box-shadow: inset 0 0 0 2px #d4d4d8;
}

.device-desktop-neck {
    width: 56px;
    height: 26px;
    margin: 0 auto;
    background: linear-gradient(#d4d4d8, #a1a1aa);
    clip-path: polygon(22% 0, 78% 0, 100% 100%, 0 100%);
}

.device-desktop-foot {
    width: 96px;
    height: 6px;
    margin: 0 auto;
    background: linear-gradient(#c4c4c8, #a1a1aa);
    border-radius: 999px;
}

.desk-ui {
    height: 100%;
    padding: 8px 10px 6px;
    color: #ecfeff;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.desk-ui-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 9px;
    font-weight: 600;
    margin-bottom: 7px;
}

.desk-ui-live {
    color: #5eead4;
    font-size: 8px;
}

.desk-ui-kpis {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    margin-bottom: 6px;
}

.desk-ui-kpis div {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(94, 234, 212, 0.15);
    border-radius: 6px;
    padding: 4px 6px;
}

.desk-ui-kpis b {
    display: block;
    font-size: 11px;
    letter-spacing: -0.3px;
}

.desk-ui-kpis small {
    font-size: 7px;
    color: #99f6e4;
    opacity: 0.8;
}

.desk-ui-chart {
    width: 100%;
    height: 78px;
    display: block;
}

.desk-ui-rows {
    margin-top: 4px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.desk-ui-rows div {
    display: flex;
    justify-content: space-between;
    font-size: 7.5px;
    color: #a1f0e0;
}

.desk-ui-rows em {
    font-style: normal;
    color: #5eead4;
}

.photo-desk {
    display: flex;
    height: 100%;
    background: #141413;
    color: #f5f0e8;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.photo-desk aside {
    width: 72px;
    flex-shrink: 0;
    padding: 10px 8px;
    background: #0d0d0c;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 7px;
    color: #a8a29e;
}

.photo-desk aside b {
    font-size: 10px;
    color: #fff;
    letter-spacing: -0.3px;
    margin-bottom: 4px;
}

.photo-desk aside span.on {
    color: #e7d5b5;
}

.photo-desk main {
    flex: 1;
    min-width: 0;
    padding: 8px 9px 7px;
}

.photo-desk header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 7px;
}

.photo-desk header strong {
    display: block;
    font-size: 10px;
    letter-spacing: -0.2px;
}

.photo-desk header small {
    display: block;
    font-size: 7px;
    color: #a8a29e;
}

.photo-desk header em {
    font-style: normal;
    font-size: 7px;
    color: #d6bf94;
}

.photo-desk-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3px;
}

.photo-desk-grid img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    border-radius: 3px;
    background: #2a2a28;
    display: block;
}

.photo-lap {
    height: 130px;
    background: #121211;
    color: #f5f0e8;
    padding: 8px 10px 0;
}

.photo-lap-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 8px;
    color: #a8a29e;
    margin-bottom: 8px;
}

.photo-lap-nav b {
    margin-right: auto;
    color: #fff;
    font-size: 10px;
    letter-spacing: -0.3px;
}

.photo-lap-kicker {
    font-size: 7px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #d6bf94;
    margin-bottom: 4px;
}

.photo-lap-hero {
    font-size: 12px;
    font-weight: 650;
    letter-spacing: -0.4px;
    line-height: 1.15;
    margin-bottom: 8px;
}

.photo-lap-strip {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 4px;
}

.photo-lap-strip img {
    height: 46px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
    background: #2a2a28;
    display: block;
}

.photo-phone {
    background: #121211;
    color: #f5f0e8;
}

.photo-phone .phone-status {
    color: #f5f0e8;
}

.photo-phone-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.4px;
}

.photo-phone-sub {
    font-size: 8px;
    color: #a8a29e;
    margin: 2px 0 8px;
}

.photo-phone-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
}

.photo-phone-grid figure {
    position: relative;
    margin: 0;
}

.photo-phone-grid img {
    width: 100%;
    height: 58px;
    object-fit: cover;
    border-radius: 5px;
    background: #2a2a28;
    display: block;
}

.photo-phone-grid i {
    position: absolute;
    right: 4px;
    bottom: 4px;
    font-size: 7px;
    color: #e11d48;
}

.photo-phone .phone-tabs {
    background: rgba(28, 28, 26, 0.94);
}

.photo-phone .phone-tabs span.on {
    background: #d6bf94;
}

/* Date-Einladung mockups */
.date-desk {
    display: flex;
    height: 100%;
    background:
        radial-gradient(ellipse at 12% 18%, rgba(244, 63, 94, 0.16), transparent 42%),
        radial-gradient(ellipse at 88% 88%, rgba(15, 118, 110, 0.12), transparent 46%),
        linear-gradient(160deg, #fff7f8 0%, #fff 55%, #f0fdfa 100%);
    color: #1c1917;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.date-desk-hero {
    width: 40%;
    padding: 14px 10px 12px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
}

.date-desk-kicker {
    font-size: 7px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #e11d48;
    font-weight: 700;
    margin-bottom: 6px;
}

.date-desk-hero strong {
    display: block;
    font-size: 11px;
    letter-spacing: -0.35px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.date-desk-hero small {
    font-size: 7px;
    color: #78716c;
    line-height: 1.35;
}

.date-desk-card {
    flex: 1;
    min-width: 0;
    margin: 8px 8px 8px 0;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 10px;
    padding: 8px 9px 7px;
    border: 1px solid rgba(244, 63, 94, 0.14);
    box-shadow: 0 10px 22px rgba(225, 29, 72, 0.08);
    overflow: hidden;
}

.date-desk-card b {
    display: block;
    font-size: 7px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #0f766e;
    margin: 5px 0 3px;
}

.date-desk-card b:first-child {
    margin-top: 0;
}

.date-field {
    height: 14px;
    border-radius: 5px;
    background: #fafafa;
    border: 1px solid #e7e5e4;
    font-size: 7px;
    color: #a8a29e;
    display: flex;
    align-items: center;
    padding: 0 6px;
}

.date-chips,
.date-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}

.date-chips em {
    font-style: normal;
    font-size: 7px;
    background: #fff1f2;
    color: #9f1239;
    border: 1px solid #fecdd3;
    border-radius: 999px;
    padding: 2px 6px;
    font-weight: 600;
}

.date-pills i {
    font-style: normal;
    font-size: 7px;
    background: #f0fdfa;
    color: #0f766e;
    border: 1px solid #99f6e4;
    border-radius: 999px;
    padding: 2px 6px;
}

.date-btn {
    margin-top: 7px;
    height: 16px;
    border-radius: 8px;
    background: linear-gradient(90deg, #e11d48, #0f766e);
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.1px;
}

.date-desk-done {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    gap: 5px;
}

.date-desk-done strong {
    font-size: 12px;
    letter-spacing: -0.3px;
}

.date-desk-done small {
    font-size: 7.5px;
    color: #78716c;
}

.date-link {
    font-size: 8px;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    background: #fff1f2;
    color: #9f1239;
    border-radius: 999px;
    padding: 3px 8px;
}

.date-qr {
    width: 42px;
    height: 42px;
    border-radius: 6px;
    background:
        linear-gradient(#1c1917, #1c1917) 4px 4px / 10px 10px no-repeat,
        linear-gradient(#1c1917, #1c1917) 28px 4px / 10px 10px no-repeat,
        linear-gradient(#1c1917, #1c1917) 4px 28px / 10px 10px no-repeat,
        repeating-conic-gradient(#1c1917 0 25%, #fff 0 50%) 14px 14px / 8px 8px,
        #fff;
    border: 1px solid #e7e5e4;
    box-shadow: 0 4px 10px rgba(28, 25, 23, 0.08);
}

.date-lap {
    height: 130px;
    background:
        radial-gradient(ellipse at 80% 0%, rgba(244, 63, 94, 0.14), transparent 46%),
        linear-gradient(180deg, #fff7f8 0%, #fff 100%);
    color: #1c1917;
    padding: 8px 10px 0;
    display: flex;
    flex-direction: column;
}

.date-lap .date-link {
    align-self: flex-start;
}

.date-lap .date-qr {
    width: 32px;
    height: 32px;
    margin: 6px 0 0;
}

.date-lap-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: -0.2px;
    margin-bottom: 6px;
}

.date-lap-nav span {
    font-size: 11px;
}

.date-lap-hero {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.35px;
    line-height: 1.15;
    margin-bottom: 7px;
}

.date-lap .date-chips,
.date-lap .date-pills {
    margin-bottom: 5px;
}

.date-phone {
    background:
        radial-gradient(ellipse at 50% 0%, rgba(244, 63, 94, 0.2), transparent 48%),
        linear-gradient(180deg, #fff1f2 0%, #fff 38%);
    color: #1c1917;
}

.date-phone-kicker {
    font-size: 7px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #e11d48;
    font-weight: 700;
}

.date-phone-title {
    font-size: 14px;
    font-weight: 750;
    letter-spacing: -0.45px;
    line-height: 1.15;
    margin: 4px 0 3px;
}

.date-phone-from {
    font-size: 8px;
    color: #78716c;
    margin-bottom: 8px;
}

.date-phone .date-field {
    margin-bottom: 6px;
}

.date-phone .date-chips,
.date-phone .date-pills {
    margin-bottom: 6px;
}

.date-phone .date-btn {
    margin-top: 10px;
}

.date-phone-hearts {
    font-size: 13px;
    letter-spacing: 4px;
    margin-bottom: 2px;
}

@media (max-width: 1023px) {
    .hero-devices { height: 430px; }
    .hero-mockup--desktop { left: 54%; }
    .hero-mockup--laptop { right: -10px; bottom: 16px; }
    .hero-devices .device-desktop { width: 268px; }
    .hero-devices .device-desktop-screen { height: 150px; }
    .hero-devices .photo-desk-grid img { height: 46px; }
    .hero-devices .device-laptop { width: 210px; }
    .hero-devices .device-laptop-screen { height: 126px; }
    .hero-devices .photo-lap { height: 108px; }
    .hero-devices .photo-lap-hero { font-size: 11px; }
    .hero-devices .photo-lap-strip img { height: 36px; }
    .hero-devices .device-iphone { width: 108px; }
    .hero-devices .device-iphone-screen { height: 194px; }
    .hero-devices .photo-phone-grid img { height: 50px; }
    .hero-devices .date-desk-hero { display: none; }
    .hero-devices .date-desk-card { margin: 8px; }
    .hero-devices .date-lap { height: 108px; }
    .hero-devices .date-lap-hero { font-size: 11px; }
}
