html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-image: url("/images/himmel.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.hero-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 48px 32px 36px 32px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
    gap: 30px;
    
}

.hero-text h1 {
    font-size: 3.5rem;
    line-height: 1.08;
    color: #20345c;
    font-weight: 800;
}

.hero-text h3 {
    font-size: 50px;
    line-height: 1.08;
    color: #20345c;
    font-weight: 800;
}

.hero-text p {
    max-width: 560px;
    margin: 0 0 24px 0;
    font-size: 1.1rem;
    line-height: 1.75;
    color: #455774;
}

.primary-btn,
.secondary-btn {
    display: inline-block;
    text-decoration: none;
    color: white;
    font-weight: 700;
    border-radius: 999px;
    padding: 14px 26px;
    background: linear-gradient(135deg, #2a4478, #4f7ee8);
    box-shadow: 0 8px 20px rgba(74, 125, 240, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    text-align: center;
}

    .primary-btn:hover {
        transform: translateY(-6px) scale(1.02);
        box-shadow: 0 16px 45px rgba(0,0,0,0.15);
    }

.secondary-btn {
    padding: 12px 28px;
    margin-bottom: 15px;
}

.insta-btn {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 15px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #243e73, #4a7df0);
    box-shadow: 0 8px 20px rgba(74, 125, 240, 0.25);
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .insta-btn:hover {
        transform: translateY(-6px) scale(1.02);
        box-shadow: 0 16px 45px rgba(0,0,0,0.15);
    }

    .secondary-btn:hover {
        transform: translateY(-6px) scale(1.02);
        box-shadow: 0 16px 45px rgba(0,0,0,0.15);
    }

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    color: #4d607d;
    font-size: 0.95rem;
    font-weight: 600;
}

.hero-image-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image {
    width: 100%;
    max-width: 720px;
    object-fit: contain;
    filter: drop-shadow(0 18px 35px rgba(0,0,0,0.10));
}

.designs-section,
.cta-section,
.instagram-section {
    max-width: 1280px;
    margin: -5px auto -40px;
    padding: 40px 32px;
}

    .designs-section h2,
    .cta-section h2,
    .instagram-section h2 {
        margin: 0 0 18px 0;
        text-align: center;
        font-size: 2.6rem;
        color: #22365e;
        font-weight: 800;
    }

.filter-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-bottom: 26px;
    color: #4f617e;
    font-weight: 600;
}

.active-filter {
    background: linear-gradient(180deg, #5ba3ff 0%, #2f73df 100%);
    color: white;
    border-radius: 999px;
    padding: 7px 16px;
}

.design-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.design-card {
    background: rgba(255,255,255,0.42);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(111, 142, 181, 0.12);
    backdrop-filter: blur(4px);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .design-card img {
        width: 100%;
        height: 240px;
        object-fit: cover;
        display: block;
    }

    .design-card:hover {
        transform: translateY(-6px) scale(1.02);
        box-shadow: 0 16px 35px rgba(0,0,0,0.15);
    }

.centered-action {
    margin-top: 26px;
    text-align: center;
}

.cta-section {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

    .cta-section p {
        max-width: 760px;
        margin: 0 auto 24px auto;
        color: #4d607d;
        font-size: 1.1rem;
        line-height: 1.7;
    }

.instagram-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    margin-bottom: 24px;
}

    .instagram-header h2 {
        margin: 0 0 30px;
        text-align: center;
        flex: 1;
    }

.instagram-tag {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4f617e;
    font-weight: 700;
}

.handle {
    background: rgba(255,255,255,0.75);
    border-radius: 999px;
    padding: 12px 14px;
    margin-left: 5px;
    text-decoration: none;
    color: #22365e;
}

.follow-pill {
    background: linear-gradient(180deg, #5ba3ff 0%, #2f73df 100%);
    color: white;
    border-radius: 999px;
    padding: 12px 14px;
}

.instagram-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

    .instagram-grid img {
        width: 100%;
        height: 240px;
        object-fit: cover;
        border-radius: 18px;
        display: block;
        box-shadow: 0 10px 24px rgba(111, 142, 181, 0.12);
    }

@media (max-width: 1100px) {
    .hero-section {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-text p {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-features {
        justify-content: center;
    }

    .design-grid,
    .instagram-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .instagram-header {
        flex-direction: column;
    }
}

@media (max-width: 700px) {
    .hero-section,
    .designs-section,
    .cta-section,
    .instagram-section {
        padding-left: 18px;
        padding-right: 18px;
    }

    .hero-text h1 {
        font-size: 2.3rem;
    }

    .design-grid,
    .instagram-grid {
        grid-template-columns: 1fr;
    }

    .designs-section h2,
    .cta-section h2,
    .instagram-section h2 {
        font-size: 2rem;
    }
}

.page {
    max-width: 1250px;
    margin: 0 auto;
    padding: 20px 50px;
    
}

.card {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 36px;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.55);
    border-radius: 28px;
    padding: 40px;
    box-shadow: 0 14px 36px rgba(64, 98, 146, 0.12);
    backdrop-filter: blur(4px);
    border: none;
}

.about-label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(47, 115, 223, 0.12);
    color: #2f73df;
    font-size: 0.9rem;
    font-weight: 700;
}

.about-text h1 {
    margin: 0 0 14px 0;
    font-size: 30px;
    line-height: 1.1;
    color: #22365e;
    font-weight: 800;
}

.about-text h3 {
    margin: 40px 0 14px 0;
    font-size: 25px;
    line-height: 1.1;
    color: #22365e;
    font-weight: 550;
}

.about-text p {
    margin: 0 0 16px 0;
    color: #4b5d79;
    font-size: 1.08rem;
    line-height: 1.8;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 28px;
    margin-bottom: 28px;
}

.feature-box {
    background: rgba(255,255,255,0.55);
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 8px 20px rgba(90, 120, 160, 0.08);
}

    .feature-box h3 {
        margin: 0 0 10px 0;
        color: #22365e;
        font-size: 1.1rem;
        font-weight: 700;
    }

    .feature-box p {
        margin: 0;
        font-size: 0.96rem;
        line-height: 1.6;
    }

.about-image-area {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .about-image-area img {
        width: 100%;
        max-width: 520px;
        object-fit: contain;
        filter: drop-shadow(0 18px 32px rgba(0,0,0,0.12));
    }

@media (max-width: 1050px) {
    .about-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .about-features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .about-page {
        padding: 24px 18px 50px 18px;
    }

    .about-card {
        padding: 24px;
    }

    .about-text h1 {
        font-size: 2.2rem;
    }

    .about-text p {
        font-size: 1rem;
    }
}

.paint-note {
    font-size: 0.95rem;
    color: #5a6b85;
}

.gallery-card {
    display: grid;
    align-items: center;
    border-radius: 28px;
    padding: 0;
    flex: 0 0 auto;
    box-shadow: 0 14px 36px rgba(64, 98, 146, 0.12);
    backdrop-filter: blur(4px);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .gallery-card img {
        height: 220px;
        width: auto;
        border-radius: 18px;
        object-fit: cover;
        display: block;
    }


    .gallery-card:hover {
        transform: translateY(-6px) scale(1.02);
        box-shadow: 0 16px 35px rgba(0,0,0,0.15);
    }

.gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

@media (max-width: 900px) {
    .gallery-grid {
        gap: 14px;
    }

    .gallery-card img {
        height: 170px;
    }
}

@media (max-width: 600px) {
    .gallery-grid {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .gallery-card {
        width: 100%;
        max-width: 320px;
    }

        .gallery-card img {
            width: 100%;
            height: auto;
        }
}

.block {
    display: block;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 36px;
    align-items: center;
    background: rgba(255,255,255,0.55);
    border-radius: 28px;
    padding: 40px;
    box-shadow: 0 14px 36px rgba(64, 98, 146, 0.12);
    backdrop-filter: blur(4px);
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: pointer;
}

.lightbox-img {
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
    from {
        transform: scale(0.7);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 30px;
}

.contact-info h3 {
    margin-bottom: 10px;
}

.insta-btn {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 15px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #243e73, #4a7df0);
    box-shadow: 0 8px 20px rgba(74, 125, 240, 0.25);
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
    .insta-btn:hover {
        transform: translateY(-6px) scale(1.02);
        box-shadow: 0 16px 45px rgba(0,0,0,0.15);
    }

@media (max-width: 900px) {
    .contact-content {
        grid-template-columns: 1fr;
    }
}

.insta-icon {
    width: 20px;
    height: 20px;
}

.contact-cards {
    margin-top: 30px;
    display: flex;
    gap: 16px;
    font-size: 14px;
    font-weight: 700;
    color: #22365e;
}

.contact-steps {
    display: flex;
    gap: 20px;
    grid-column: 1 / -1;
}

.contact-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .contact-actions {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .insta-btn,
    .form-btn {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }

    .social-links,
    .contact-tags {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .insta-tag,
    .social-pill,
    .handle {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        text-align: center;
        justify-content: center;
    }

    .contact-steps {
        display: flex;
        flex-direction: column;
        gap: 14px;
        width: 100%;
    }

    .step {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
}

.contact-note {
    margin-top: 12px;
    font-size: 0.9rem;
    color: #5a6b85;
    max-width: 500px;
    font-size: 15px;
}

.form-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 15px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,0.7);
    color: #2f73df;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .form-btn:hover {
        transform: translateY(-6px) scale(1.02);
        box-shadow: 0 16px 45px rgba(0,0,0,0.15);
    }

.step {
    flex: 1;
    background: rgba(255,255,255,0.4);
    border-radius: 20px;
    padding: 20px 20px 15px 20px;
    backdrop-filter: blur(4px);
}

    .step span {
        font-weight: 800;
        font-size: 18px;
        color: #2f73df;
    }

    .step h4 {
        font-weight: 550;
        color: #22365e;
        margin-top: 10px;
    }

@media (max-width: 768px) {
    .page {
        padding: 14px;
    }

    .card {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px 16px;
        border-radius: 20px;
    }

    .about-text {
        width: 100%;
    }

        .about-text h1 {
            font-size: 2rem;
        }

        .about-text h3 {
            font-size: 1.8rem;
            margin-top: 24px;
        }

        .about-text p {
            font-size: 1rem;
            line-height: 1.7;
        }

    .about-image-area {
        order: -1;
    }

        .about-image-area img {
            max-width: 220px;
            width: 100%;
            margin: 0 auto;
            display: block;
        }

    .contact-cards {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    .contact-actions {
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .insta-btn,
    .form-btn {
        width: 100%;
        max-width: 100%;
        text-align: center;
        box-sizing: border-box;
        margin-bottom: 0;
    }

    .contact-note {
        max-width: 100%;
    }

    .instagram-tag {
        flex-direction: column;
        gap: 12px;
        width: 100%;
        align-items: stretch;
    }

    .handle {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        margin-left: 0;
        text-align: center;
    }

    .contact-steps {
        flex-direction: column;
        gap: 14px;
        width: 100%;
    }

    .step {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
}