    :root {
        --bg: #f5f5f5;
        --bg-soft: #ffffff;
        --card: #ffffff;
        --card-border: #e0e0e0;
        --text: #222222;
        --muted: #666666;
        --accent: #d32f2f;
        --accent-2: #f44336;
        --true-white: #ffffff;
        --shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
        --radius: 12px;
        --max: 1100px;
    }

    * {
        box-sizing: border-box;
    }

    html {
        scroll-behavior: smooth;
    }

    body {
        margin: 0;
        font-family: 'Inter', Arial, sans-serif;
        background: var(--bg);
        color: var(--text);
        line-height: 1.6;
    }

    a {
        color: inherit;
        text-decoration: none;
    }

    img {
        max-width: 100%;
        display: block;
    }

    .container {
        width: min(calc(100% - 2rem), var(--max));
        margin: 0 auto;
    }

    .section {
        padding: 90px 0;
    }

    .section-title {
        font-size: clamp(2rem, 4vw, 3.25rem);
        line-height: 1.05;
        margin: 0 0 14px;
        letter-spacing: -0.03em;
    }

    .section-subtitle {
        max-width: 720px;
        margin: 0;
        color: var(--muted);
        font-size: 1.05rem;
    }

    .eyebrow {
        display: inline-flex;
        align-items: center;
        gap: .55rem;
        padding: .55rem .8rem;
        border-radius: 999px;
        background: rgba(211, 47, 47, 0.08);
        border: 1px solid rgba(211, 47, 47, 0.18);
        color: #c0392b;
        font-weight: 700;
        font-size: .88rem;
        margin-bottom: 16px;
    }

    .eyebrow::before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--accent), var(--accent-2));
        box-shadow: 0 0 18px rgba(211, 47, 47, 0.5);
    }

    .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: .6rem;
        min-height: 54px;
        padding: 0 1.4rem;
        border-radius: 14px;
        border: 1px solid transparent;
        font-weight: 700;
        font-size: 1rem;
        transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
        cursor: pointer;
        white-space: nowrap;
        text-decoration: none;
    }

    .btn:hover {
        transform: translateY(-2px);
    }

    .btn-primary {
        background: linear-gradient(135deg, var(--accent), var(--accent-2));

        color: #ffffff;
        box-shadow: 0 14px 30px rgba(211, 47, 47, 0.28);
    }

    .btn-primary:hover {
        box-shadow: 0 18px 36px rgba(211, 47, 47, 0.38);
    }

    .btn-secondary {
        background: #f0f0f0;
        border-color: #d0d0d0;
        color: #444444;
    }

    .btn-secondary:hover {
        background: #e4e4e4;
        border-color: #bbbbbb;
    }

    header {
        position: sticky;
        top: 0;
        background: #ffffff;
        border-bottom: 1px solid #ddd;
        z-index: 50;
    }

    .nav {
        min-height: 78px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
    }

    .logo {
        display: flex;
        flex-direction: column;
        line-height: 1;
    }

    .logo strong {
        font-size: 1.22rem;
        letter-spacing: -0.03em;
        color: var(--text);
    }

    .logo span {
        color: var(--muted);
        font-size: .84rem;
        margin-top: .25rem;
    }

    .logo img {
        height: 50px;
        width: 150px;
    }

    .nav-links {
        display: flex;
        align-items: center;
        gap: 1.25rem;
    }

    .nav-links a {
        color: var(--muted);
        font-weight: 600;
        transition: color .2s ease;
    }

    .nav-links a:hover,
    .nav-links a.active {
        color: var(--accent);
    }

    .nav-actions {
        display: flex;
        align-items: center;
        gap: .8rem;
    }

    .menu-toggle {
        display: none;
        background: transparent;
        border: 1px solid #ddd;
        color: var(--text);
        border-radius: 12px;
        width: 48px;
        height: 48px;
        cursor: pointer;
        font-size: 1.25rem;
    }

    .hero {
        padding: 72px 0 48px;
    }

    .hero-grid {
        display: grid;
        grid-template-columns: 1.1fr .9fr;
        gap: 2rem;
        align-items: center;
    }

    .hero h1 {
        font-size: clamp(2.7rem, 6vw, 5.4rem);
        line-height: .95;
        letter-spacing: -0.05em;
        margin: 0 0 18px;
        max-width: 10ch;
        color: var(--text);
    }

    .hero p {
        color: var(--muted);
        font-size: 1.08rem;
        max-width: 60ch;
        margin: 0 0 28px;
    }

    .hero-cta {
        display: flex;
        flex-wrap: wrap;
        gap: .9rem;
        margin-bottom: 28px;
    }

    .hero-points {
        display: flex;
        flex-wrap: wrap;
        gap: .75rem;
    }

    .pill {
        padding: .72rem .95rem;
        border-radius: 999px;
        background: #f0f0f0;
        border: 1px solid #e0e0e0;
        color: #555555;
        font-weight: 600;
        font-size: .94rem;
    }

    .hero-card {
        position: relative;
        min-height: 420px;
        border-radius: 12px;
        overflow: hidden;
        background: url('dellkratecBild1.png') center/cover no-repeat;
        border: 1px solid #ddd;
        /* Fallback background if image missing */
        background-color: #e8e8e8;
    }

    .hero-card::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(3, 7, 12, 0.08) 0%, rgba(3, 7, 12, 0.72) 100%);
    }

    .hero-overlay {
        position: absolute;
        inset: auto 18px 18px 18px;
        z-index: 1;
        display: grid;
        gap: 1rem;
    }

    .floating-card {
        background: rgba(12, 16, 22, 0.78);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 20px;
        padding: 1rem 1.1rem;
        backdrop-filter: blur(18px);
    }

    .floating-card strong {
        display: block;
        font-size: 1rem;
        margin-bottom: .35rem;
        color: #ffffff;
    }

    .floating-card span {
        color: rgba(255, 255, 255, 0.65);
        font-size: .95rem;
    }

    .stats {
        margin-top: 22px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }

    .stat {
        background: var(--card);
        border: 1px solid var(--card-border);
        border-radius: 20px;
        padding: 1.25rem;
    }

    .stat strong {
        display: block;
        font-size: clamp(1.6rem, 4vw, 2.4rem);
        line-height: 1;
        margin-bottom: .4rem;
        color: var(--accent);
    }

    .stat span {
        color: var(--muted);
    }

    .services-grid,
    .reasons-grid,
    .reviews-grid,
    .contact-grid,
    .footer-grid {
        display: grid;
        gap: 1.2rem;
    }

    .services-grid {
        grid-template-columns: repeat(4, 1fr);
        margin-top: 34px;
    }

    .service-card,
    .reason-card,
    .review-card,
    .contact-card,
    .gallery-card {
        background: var(--card);
        border: 1px solid var(--card-border);
        border-radius: 24px;
        padding: 1.4rem;
        box-shadow: var(--shadow);
    }

    .service-icon {
        width: 56px;
        height: 56px;
        border-radius: 16px;
        display: inline-grid;
        place-items: center;
        margin-bottom: 1rem;
        background: linear-gradient(135deg, rgba(211, 47, 47, 0.12), rgba(244, 67, 54, 0.07));
        border: 1px solid rgba(211, 47, 47, 0.15);
        font-size: 1.5rem;
    }

    .service-card h3,
    .reason-card h3,
    .review-card h3,
    .contact-card h3,
    .gallery-card h3 {
        margin: 0 0 .65rem;
        font-size: 1.16rem;
        letter-spacing: -0.02em;
        color: var(--text);
    }

    .service-card p,
    .reason-card p,
    .review-card p,
    .contact-card p,
    .gallery-card p,
    .service-card li,
    .contact-card li {
        color: var(--muted);
        margin: 0;
    }

    .service-card ul,
    .contact-card ul {
        padding-left: 1.05rem;
        margin: 1rem 0 0;
    }

    .service-card li+li,
    .contact-card li+li {
        margin-top: .45rem;
    }

    .highlight-band {
        margin-top: 38px;
        display: grid;
        grid-template-columns: 1.05fr .95fr;
        gap: 1.2rem;
    }

    .gallery-card {
        min-height: 360px;
        position: relative;
        overflow: hidden;
        padding: 0;
    }

    .slider {
        position: absolute;
        inset: 0;
        overflow: hidden;
    }

    .slider img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .slider .after {
        position: absolute;
        inset: 0;
        width: 50%;
        overflow: hidden;
    }

    .slider-line {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 2px;
        background: rgba(255, 255, 255, 0.95);
    }

    .slider-handle {
        position: absolute;
        left: calc(50% - 20px);
        top: calc(50% - 20px);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: #ffffff;
        color: #10151d;
        font-weight: 800;
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.26);
        pointer-events: none;
    }

    .slider-labels {
        position: absolute;
        inset: auto 18px 18px 18px;
        display: flex;
        justify-content: space-between;
        z-index: 2;
    }

    .slider-labels span {
        background: rgba(12, 16, 22, 0.78);
        border: 1px solid rgba(255, 255, 255, 0.12);
        backdrop-filter: blur(12px);
        padding: .5rem .8rem;
        border-radius: 999px;
        font-weight: 700;
        font-size: .92rem;
        color: #ffffff;
    }

    .slider input[type="range"] {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        appearance: none;
        background: transparent;
        cursor: ew-resize;
        margin: 0;
        padding: 0;
    }

    .slider input[type="range"]::-webkit-slider-thumb {
        appearance: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: transparent;
        cursor: ew-resize;
        border: none;
    }

    .slider input[type="range"]::-moz-range-thumb {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: transparent;
        cursor: ew-resize;
        border: none;
    }

    .reasons-grid {
        grid-template-columns: repeat(4, 1fr);
        margin-top: 34px;
    }

    .reviews-grid {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 34px;
    }

    .stars {
        font-size: 1.1rem;
        margin-bottom: .9rem;
        color: #f59e0b;
    }

    .review-author {
        display: inline-flex;
        align-items: center;
        gap: .7rem;
        margin-top: 1rem;
        color: var(--text);
        font-weight: 700;
    }

    .avatar {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: linear-gradient(135deg, rgba(211, 47, 47, 0.18), rgba(244, 67, 54, 0.09));
        border: 1px solid rgba(211, 47, 47, 0.2);
        color: var(--accent);
        font-weight: 700;
    }

    .cta-box {
        margin-top: 34px;
        padding: 1.4rem;
        border-radius: 24px;
        background: linear-gradient(135deg, rgba(211, 47, 47, 0.08), rgba(244, 67, 54, 0.04));
        border: 1px solid rgba(211, 47, 47, 0.15);
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        flex-wrap: wrap;
    }

    .contact-grid {
        grid-template-columns: 1.05fr .95fr;
        margin-top: 34px;
        align-items: stretch;
    }

    .contact-card form {
        display: grid;
        gap: .9rem;
        margin-top: .7rem;
    }

    .field {
        display: grid;
        gap: .45rem;
    }

    label {
        font-weight: 600;
        font-size: .95rem;
        color: var(--text);
    }

    input,
    textarea,
    select {
        width: 100%;
        border-radius: 14px;
        border: 1px solid #d0d0d0;
        background: #fafafa;
        color: var(--text);
        padding: .95rem 1rem;
        font: inherit;
        font-size: 1rem;
        outline: none;
        transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
        -webkit-appearance: none;
        appearance: none;
    }

    input::placeholder,
    textarea::placeholder {
        color: #aaaaaa;
    }

    input:focus,
    textarea:focus,
    select:focus {
        border-color: var(--accent);
        background: #ffffff;
        box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.1);
    }

    select {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 1rem center;
        padding-right: 2.5rem;
    }

    select option {
        color: var(--text);
        background: #ffffff;
    }

    textarea {
        min-height: 140px;
        resize: vertical;
    }

    .form-note {
        font-size: .92rem;
        color: var(--muted);
    }

    .success-message {
        display: none;
        margin-top: 1rem;
        padding: .85rem 1rem;
        border-radius: 14px;
        background: rgba(41, 193, 115, 0.10);
        border: 1px solid rgba(41, 193, 115, 0.30);
        color: #166534;
        font-weight: 600;
    }

    .contact-list {
        display: grid;
        gap: .9rem;
        margin-top: 1rem;
    }

    .contact-item {
        display: flex;
        gap: .95rem;
        align-items: flex-start;
        padding: 1rem;
        border-radius: 18px;
        background: #f8f8f8;
        border: 1px solid #e8e8e8;
    }

    .contact-item-icon {
        width: 46px;
        height: 46px;
        border-radius: 14px;
        display: grid;
        place-items: center;
        background: linear-gradient(135deg, rgba(211, 47, 47, 0.12), rgba(244, 67, 54, 0.07));
        border: 1px solid rgba(211, 47, 47, 0.15);
        flex-shrink: 0;
        font-size: 1.2rem;
    }

    .contact-item strong {
        color: var(--text);
        display: block;
        margin-bottom: .2rem;
    }

    .contact-item p {
        color: var(--muted);
        margin: 0;
    }

    .contact-item a {
        color: var(--accent);
    }

    .contact-item a:hover {
        text-decoration: underline;
    }

    .map {
        margin-top: 1rem;
        border: 0;
        width: 100%;
        min-height: 270px;
        border-radius: 18px;
        background: #e8e8e8;
    }

    footer {
        padding: 30px 0;
        border-top: 1px solid #ddd;
        background: #ffffff;
    }

    .footer-grid {
        grid-template-columns: 1.4fr .7fr .7fr;
        align-items: start;
    }

    .footer-links {
        display: grid;
        gap: .55rem;
    }

    .footer-links a {
        color: var(--muted);
        transition: color .2s ease;
    }

    .footer-links a:hover {
        color: var(--accent);
    }

    .footer-copy {
        margin-top: 1.2rem;
        color: var(--muted);
        font-size: .95rem;
    }

    .reveal {
        opacity: 0;
        transform: translateY(24px);
        transition: opacity .7s ease, transform .7s ease;
    }

    .reveal.visible {
        opacity: 1;
        transform: translateY(0);
    }

    @media (max-width: 1060px) {

        .services-grid,
        .reasons-grid,
        .reviews-grid {
            grid-template-columns: 1fr 1fr;
        }

        .contact-grid,
        .hero-grid,
        .highlight-band,
        .footer-grid {
            grid-template-columns: 1fr;
        }

        .hero-card {
            min-height: 480px;
        }
    }

    @media (max-width: 860px) {

        .nav-links,
        .nav-actions .desktop-only {
            display: none;
        }

        .menu-toggle {
            display: inline-grid;
            place-items: center;
        }

        .mobile-panel {
            display: none;
            padding: 0 0 1rem;
        }

        .mobile-panel.open {
            display: grid;
            gap: .65rem;
        }

        .mobile-panel a {
            padding: .9rem 0;
            color: var(--muted);
            border-bottom: 1px solid #eee;
            font-weight: 600;
        }

        .mobile-panel a:hover {
            color: var(--accent);
        }

        .stats,
        .services-grid,
        .reasons-grid,
        .reviews-grid {
            grid-template-columns: 1fr;
        }
    }

    .mobile-panel {
        display: none;
        background: #fff;
        border-bottom: 1px solid #ddd;
    }

    @media (max-width: 860px) {
        .mobile-panel.open {
            display: grid;
        }
    }

    @media (max-width: 640px) {
        .section {
            padding: 72px 0;
        }

        .hero {
            padding-top: 42px;
        }

        .hero-card {
            min-height: 390px;
        }

        .hero h1 {
            max-width: 11ch;
        }

        .hero-cta .btn {
            width: 100%;
        }

        .hero-cta {
            flex-direction: column;
        }

        .contact-item {
            align-items: flex-start;
        }
    }