/*== Services pages ==*/
.services-shell,
.service-shell {
    width: min(100% - 32px, 1200px);
    margin-inline: auto;
}

/*== Service Hero ==*/
.hero {
    position: relative;
    overflow: hidden;
    padding: 80px 0 70px;
    color: #fff;
    background:
            linear-gradient(
                    135deg,
                    rgba(17, 24, 39, 0.92),
                    rgba(229, 57, 53, 0.65)
            ),
            url("https://images.unsplash.com/photo-1511578314322-379afb476865?q=80&w=1600&auto=format&fit=crop")
            center / cover no-repeat;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
            radial-gradient(
                    circle at 20% 30%,
                    rgba(255, 122, 24, 0.25) 0%,
                    transparent 50%
            ),
            radial-gradient(
                    circle at 80% 70%,
                    rgba(229, 57, 53, 0.25) 0%,
                    transparent 50%
            );
    animation: pulse 15s infinite alternate;
}

/*== General Service Page Hero ==*/
.service-page-hero {
    padding: 50px 0 10px;
}

.service-page-hero-content {
    text-align: center;
}

.service-page-hero-title {
    color: var(--text);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 1rem;
}

.service-page-hero-text {
    max-width: 720px;
    margin: 16px auto 0;
    color: var(--muted);
    font-size: 1.1rem;
    line-height: 1.7;
}

/*== Services Page Card Hero ==*/
.services-page-hero {
    padding: 32px 0 52px;
}

.services-page-hero-inner {
    width: min(100% - 32px, 1050px);
    max-width: none;
    margin-inline: auto;
    padding: 0;
}

.services-page-hero-card {
    position: relative;
    overflow: hidden;
    padding: 58px 64px;
    border: 1px solid var(--border);
    border-radius: 30px;
    background:
            radial-gradient(
                    circle at top right,
                    rgba(255, 122, 24, 0.13),
                    transparent 42%
            ),
            radial-gradient(
                    circle at bottom left,
                    rgba(229, 57, 53, 0.09),
                    transparent 40%
            ),
            var(--card);
    box-shadow:
            0 24px 60px rgba(17, 24, 39, 0.08),
            0 8px 22px rgba(17, 24, 39, 0.04);
    text-align: center;
}

.services-page-hero-card::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -90px;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(255, 122, 24, 0.14);
    border-radius: 50%;
    pointer-events: none;
}

.services-page-hero-card::after {
    content: "";
    position: absolute;
    bottom: -110px;
    left: -110px;
    width: 250px;
    height: 250px;
    border: 1px solid rgba(229, 57, 53, 0.1);
    border-radius: 50%;
    pointer-events: none;
}

.services-page-title {
    position: relative;
    z-index: 1;
    max-width: 780px;
    margin: 0 auto 24px;
    color: var(--text);
    font-size: clamp(1.3rem, 3vw, 2rem);
    font-weight: 850;
    line-height: 1.0;
    letter-spacing: -0.03em;
    text-align: center;

}

.services-page-title::after {
    content: "";
    display: block;
    width: 68px;
    height: 4px;
    margin: 20px auto 0;
    border-radius: 999px;
    background: var(
            --gradient,
            linear-gradient(135deg, #e53935, #ff7a18)
    );
}

.services-page-lead {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.85;
    text-align: left;
}

.services-page-lead br {
    line-height: 2;
}

.services-page-lead strong {
    color: var(--primary);
    font-weight: 700;
}

.services-page-actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 32px;
}

/*== Hero Grid ==*/
.service-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.9fr);
    gap: 36px;
    align-items: end;
}

.service-hero-copy {
    color: #fff;
    text-align: left;
}

/*== Service Actions ==*/
.service-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.service-actions--hero {
    margin-top: 24px;
}

.service-btn {
    display: inline-flex;
    min-height: 48px;
    padding: 13px 24px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    color: inherit;
    text-decoration: none;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    transition:
            transform 0.2s ease,
            box-shadow 0.2s ease;
}

.service-btn:hover {
    transform: translateY(-2px);
}

.service-btn-primary {
    color: #fff;
    background: var(--gradient);
    box-shadow: 0 14px 30px rgba(229, 57, 53, 0.22);
}

/*== Event Agency Hero ==*/
.service-hero {
    padding-top: 120px;
    padding-bottom: 110px;
}

.service-hero .hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.service-hero .hero-title {
    margin: 0;
    color: #fff;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.1;
}

.service-hero .top-line-event {
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1rem;
    line-height: 1.6;
}

/*== Picandvid Hero ==*/
.hero-party {
    background: linear-gradient(
            135deg,
            rgba(10, 10, 20, 0.88),
            rgba(229, 57, 53, 0.58),
            rgba(255, 122, 24, 0.45)
    ),
    url("https://images.unsplash.com/photo-1493225457124-a3eb161ffa5f?q=80&w=1600&auto=format&fit=crop") center / cover no-repeat;
}

.hero-party.premium-hero {
    padding-top: 120px;
    padding-bottom: 40px;
    clip-path: none;
}

.picandvid-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(320px, 5fr);
    gap: 48px;
    align-items: center;
}

.picandvid-hero-copy {
    color: #fff;
    text-align: left;
}

.picandvid-hero-copy h3 {
    margin: 0;
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    text-shadow: 0 10px 35px rgba(0, 0, 0, 0.28);
}

.hero-lead {
    max-width: 720px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.65;
}

.service-actions--hero {
    margin-top: 24px;
}

.premium-hero-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 640px;
    gap: 16px;
    margin-top: 48px;
}

.premium-stat {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

.premium-stat strong,
.premium-stat span {
    display: block;
}

.premium-stat strong {
    margin-bottom: 6px;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 800;
}

.premium-stat span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.8rem;
    line-height: 1.45;
}

.hero-party .hero-glass-card {
    margin-top: 38px;
}

.hero-glass-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.14),
            rgba(255, 255, 255, 0.07)
    );
    backdrop-filter: blur(16px);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.hero-glass-body {
    padding: 32px 24px;
    color: #fff;
}

.hero-glass-body h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.3;
}

.hero-glass-body p {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.86rem;
    line-height: 1.6;
}

.hero-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.hero-mini-card {
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    text-align: center;
    font-weight: 700;
}

/*== Category blocks ==*/
.service-categories-section {
    padding-top: 32px;
    padding-bottom: 32px;
}

.categories-content {
    width: min(100% - 32px, 1300px);
    margin-inline: auto;
}

.category-block {
    padding: 24px;
    border: 1px solid var(--border);
    border-radius: 24px;
    background: var(--card);
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
}

.category-block-header {
    margin-bottom: 20px;
}

.category-block-header h2 {
    margin: 0;
    color: var(--text);
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.category-block-hero {
    margin-bottom: 42px;
}

.category-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    gap: 36px;
    align-items: stretch;
}

.category-block-image-wrap {
    display: flex;
    width: 100%;
    min-width: 0;
    min-height: 320px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 20px;
    background: var(--card);
}

.category-block-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    object-position: center;
    border: 0;
    border-radius: inherit;
    background: transparent;
}

.category-block-description {
    display: flex;
    width: 100%;
    min-width: 0;
    padding: 12px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: var(--card);
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.04);
}

.category-block-description p {
    width: 100%;
    margin: 0;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.8;
    text-align: left;
}

.category-block-items {
    margin-top: 0;
}

/*== Items cards ==*/
.items-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.item-card {
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 22px;
    background: var(--card);
    border: 1px solid var(--border);
    color: var(--text);
    text-decoration: none;
    box-shadow: 0 10px 26px rgba(17, 24, 39, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.item-card:hover {
    transform: translateY(-5px);
    border-color: rgba(229, 57, 53, 0.22);
    box-shadow: 0 18px 40px rgba(17, 24, 39, 0.12);
}

.item-card-image-wrap {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
}

.item-card-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: fill;
    transition: transform 0.25s ease;
}

.item-card:hover .item-card-image {
    transform: scale(1.06);
}

.item-card-content {
    padding: 18px 18px 20px;
    border-top: 1px solid var(--border);
}

.item-card-title {
    margin: 0 0 8px;
    color: var(--text);
    text-align: center;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1.35;
}

.item-card-description {
    margin: 0 0 12px;
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 1.6;
}

.item-card-info {
    display: inline-flex;
    align-items: center;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(229, 57, 53, 0.08);
    color: var(--primary);
    font-size: 0.7rem;
    font-weight: 700;
}

.service-empty-state {
    grid-column: 1 / -1;
    margin: 0;
    color: var(--muted);
}

/*== Process / Feature ==*/
.premium-process-section,
.services-feature-section {
    background: var(--bg-soft);
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}

.section-subtitle {
    max-width: 680px;
    margin: 10px auto 0;
    color: var(--muted);
    line-height: 1.7;
}

.process-grid,
.service-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.premium-process-card,
.info-modern {
    height: 100%;
    padding: 28px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid var(--border);
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
}

.premium-process-step {
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    border-radius: 16px;
    background: var(--gradient);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(229, 57, 53, 0.18);
}

.premium-process-card h5,
.info-modern h5 {
    margin: 0 0 12px;
    color: var(--text);
    font-size: 1rem;
    font-weight: 800;
}

.premium-process-card p,
.info-modern p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.info-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(229, 57, 53, 0.08);
    font-size: 1.3rem;
}

/*== Leistungen ==*/
.services-page {
    position: relative;
    padding-top: 72px;
    padding-bottom: 64px;
}

.services-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.services-section-title {
    margin: 0 0 28px;
    color: var(--text);
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.services-grid-simple {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.services-card-simple {
    display: block;
    overflow: hidden;
    border-radius: 14px;
    background: #fff;
    color: var(--text);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.services-card-simple:hover {
    transform: translateY(-4px);
    color: var(--text);
    box-shadow: 0 14px 30px rgba(17, 24, 39, 0.08);
}

.services-card-image-wrap {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #e5e7eb;
}

.services-card-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.services-card-body {
    padding: 22px 18px 26px;
    background: #fff;
    text-align: center;
}

.services-card-title {
    margin: 0;
    color: var(--text);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
}

/*== Responsive ==*/
@media (max-width: 1200px) {
    .items-grid,
    .services-grid-simple {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .category-hero-grid {
        gap: 28px;
    }
}

@media (max-width: 992px) {
    .service-hero-grid,
    .picandvid-hero-grid,
    .process-grid,
    .service-feature-grid {
        grid-template-columns: 1fr;
    }

    .service-hero-copy,
    .picandvid-hero-copy {
        text-align: center;
    }

    .hero-lead {
        margin-inline: auto;
    }

    .service-actions {
        justify-content: center;
    }

    .premium-hero-meta {
        max-width: 100%;
        grid-template-columns: 1fr;
        margin-top: 28px;
    }

    .hero-party .hero-glass-card {
        margin-top: 0;
    }

    .items-grid,
    .services-grid-simple {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-block {
        padding: 18px;
        border-radius: 20px;
    }

    .category-hero-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .category-block-image-wrap {
        width: 100%;
        height: auto;
        min-height: 0;
        padding: 0;
        overflow: hidden;
        border-radius: 20px;
    }

    .category-block-image {
        display: block;
        width: 100%;
        height: auto;
        min-height: 0;
        max-width: none;
        aspect-ratio: auto;
        padding: 0;
        object-fit: contain;
        object-position: center;
        border-radius: inherit;
    }

    .category-block-description {
        min-height: auto;
        padding: 24px;
    }
}

@media (max-width: 768px) {
    .services-shell,
    .service-shell,
    .categories-content {
        width: min(100% - 24px, 1200px);
    }

    .service-hero,
    .premium-hero {
        padding-top: 96px;
        padding-bottom: 56px;
    }

    .hero-party.premium-hero {
        padding-top: 88px;
        padding-bottom: 48px;
    }

    .picandvid-hero-copy h3 {
        font-size: 1.65rem;
    }

    .hero-lead {
        font-size: 0.95rem;
    }

    .premium-stat {
        padding: 14px 16px;
        border-radius: 16px;
    }

    .hero-glass-card {
        border-radius: 22px;
    }

    .hero-glass-body {
        padding: 18px;
    }

    .hero-glass-body h3 {
        font-size: 1.1rem;
    }

    .hero-mini-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .items-grid,
    .services-grid-simple {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .hero-mini-card {
        padding: 12px 14px;
        font-size: 0.92rem;
    }

    .category-block {
        padding: 16px;
        border-radius: 20px;
    }

    .category-block-header {
        margin-bottom: 16px;
    }

    .category-block-header h2 {
        font-size: 1.2rem;
    }

    .category-block-hero {
        margin-bottom: 30px;
    }

    .category-hero-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .category-block-image-wrap {
        width: 100%;
        height: auto;
        min-height: 0;
        padding: 0;
        overflow: hidden;
        border-radius: 18px;
    }

    .category-block-image {
        display: block;
        width: 100%;
        height: auto;
        min-height: 0;
        max-width: none;
        aspect-ratio: auto;
        padding: 0;
        object-fit: contain;
        object-position: center;
        border-radius: inherit;
    }

    .category-block-description {
        padding: 20px;
        border-radius: 18px;
    }

    .category-block-description p {
        font-size: 0.92rem;
        line-height: 1.7;
    }

    .services-page {
        padding-top: 24px;
        padding-bottom: 40px;
    }

    .services-page-hero {
        padding: 20px 0 36px;
    }

    .services-page-hero-inner {
        width: min(100% - 24px, 1050px);
    }

    .services-page-hero-card {
        padding: 38px 24px;
        border-radius: 24px;
    }

    .services-page-title {
        margin-bottom: 20px;
        font-size: 1.75rem;
        line-height: 1.18;
    }

    .services-page-title::after {
        width: 54px;
        margin-top: 16px;
    }

    .services-page-lead {
        font-size: 0.95rem;
        line-height: 1.75;
    }

    .services-page-actions {
        margin-top: 26px;
    }

    .services-section {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .services-section-title {
        margin-bottom: 16px;
        font-size: 1.3rem;
    }

    .services-card-image-wrap {
        height: auto;
        min-height: 0;
        aspect-ratio: auto;
        overflow: hidden;
    }

    .services-card-image {
        display: block;
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: auto;
        object-fit: contain;
        object-position: center;
    }

    .services-card-body,
    .item-card-content {
        padding: 16px 14px 18px;
    }

    .services-card-title,
    .item-card-title {
        font-size: 0.95rem;
    }

    .eventagentur-hero {
        min-height: 340px;
        padding: 96px 0 70px;
    }

    .eventagentur-hero-title {
        font-size: 2.2rem;
        line-height: 1.12;
    }

    .eventagentur-hero-text {
        margin-top: 14px;
        padding: 7px 12px;
        font-size: 0.95rem;
    }
}

@media (max-width: 600px) {
    .service-categories-section {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .categories-content {
        width: min(100% - 20px, 1300px);
    }

    .category-block {
        padding: 14px;
        border-radius: 18px;
    }

    .category-block-header {
        margin-bottom: 14px;
    }

    .category-block-header h2 {
        font-size: 1.2rem;
    }

    .category-block-hero {
        margin-bottom: 30px;
    }

    .category-hero-grid {
        gap: 16px;
    }

    .category-block-image-wrap {
        width: 100%;
        height: auto;
        min-height: 0;
        border-radius: 16px;
    }

    .category-block-image {
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: auto;
        object-fit: contain;
    }

    .category-block-description {
        padding: 20px;
        border-radius: 16px;
    }

    .category-block-description p {
        font-size: 0.95rem;
        line-height: 1.7;
    }
}

@media (max-width: 520px) {
    .services-shell,
    .service-shell,
    .categories-content {
        width: min(100% - 16px, 1200px);
    }

    .items-grid,
    .services-grid-simple {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .item-card-content,
    .services-card-body {
        padding: 12px;
    }

    .item-card-title,
    .services-card-title {
        font-size: 0.85rem;
    }

    .category-block {
        padding: 12px;
        border-radius: 16px;
    }

    .category-block-header {
        margin-bottom: 12px;
    }

    .category-block-header h2 {
        font-size: 1.1rem;
    }

    .category-block-image-wrap {
        width: 100%;
        height: auto;
        min-height: 0;
        border-radius: 14px;
    }

    .category-block-image {
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: auto;
        object-fit: contain;
    }

    .category-block-description {
        padding: 16px;
        border-radius: 14px;
    }

    .category-block-description p {
        font-size: 0.88rem;
        line-height: 1.65;
    }

    .picandvid-hero-copy h3 {
        font-size: 1.45rem;
    }

    .eventagentur-hero-title {
        font-size: 1.8rem;
    }

    .services-page-hero-inner {
        width: min(100% - 16px, 1050px);
    }

    .services-page-hero-card {
        padding: 30px 18px;
        border-radius: 20px;
    }

    .services-page-title {
        font-size: 1.5rem;
    }

    .services-page-lead {
        font-size: 0.9rem;
    }
}