/* ***** GENERAL ***** */
* {
    box-sizing: border-box;
    user-select: none;
    -moz-user-select: none;
}

html {
    scroll-behavior: smooth;
}

:root {
    --color-bg: #0F1115;
    --color-surface: #1B1F25;
    --color-text: #F3F4F6;
    --color-muted: #A5ACBA;
    --color-border: #2C323A;
    --color-accent: #FCD462;
    --color-accent-hover: #e6bb3f;
}

body {
    margin: 0;
    padding: 0;
    background-color: var(--color-bg);
    color: var(--color-text);
    font-family: 'Segoe UI', sans-serif;
}

.higlighted {
    color: var(--color-accent);
}

.cta-button {
    background-color: var(--color-accent);
    color: var(--color-bg);
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0.375rem;
    cursor: pointer;
}

.cta-button:hover {
    background-color: var(--color-accent-hover);
    transition: background-color 0.5s ease;
}

.scroll-to-top {
    position: fixed;
    z-index: 100;
    bottom: 6rem;
    right: 0;
    display: none;
    font-size: 2rem;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 10px 0 0 10px;
}

.scroll-to-top:hover {
    cursor: pointer;
    font-size: 2.5rem;
}

.scroll-to-top p {
    margin: 0;
    padding: 0;
    user-select: none;
    -moz-user-select: none;
}
/* 
.grecaptcha-badge {
    display: none;
} */



/* ***** NAVIGATION ****** */

/* Header */

.main-header {
    padding: .5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--color-border);
    position: sticky;
    top: 0;
    z-index: 10;
}

.main-header .logo-wrapper {
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.main-header .logo-wrapper img {
    width: 5rem;
    height: auto;
    margin: 0;
    padding: 0;
}

.main-header .logo-wrapper .logo-text {
    padding: 0;
    margin: 0;
}

.main-header .logo-wrapper .logo-sub {
    color: var(--color-muted);
}

.main-header .main-nav .nav-link {
    margin-left: 1.5rem;
    color: var(--color-muted);
    text-decoration: none;
}

.main-header .main-nav .nav-link:hover {
    color: var(--color-accent-hover);
    transition: color 0.5s ease;
    cursor: pointer;
} 

/* Messages */

.msg-container {
    display: flex;
    width: 100%;
    z-index: 10;
    background: var(--color-surface);
    border-bottom: 1px solid var(--color-border);
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
}

.msg-container .msg-wrapper {
    display: flex;
    align-items: center;

    & .cls-btn {
        margin-left: 5rem;
        color: red;
        cursor: pointer;
        background: var(--color-bg);
        border: none;
        padding: .2rem;
        border: 1px solid var(--color-border);
    }
}



/* Footer */

.main-footer {
    padding: 2rem;
    color: var(--color-muted);
    font-size: 0.875rem;
    border-top: 1px solid var(--color-border);
    margin-top: 6rem;
    display: flex;
    justify-content: space-between;
    background: var(--color-surface);
}

.main-footer .footer-wrapper {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.main-footer .footer-wrapper a {
    text-decoration: none;
    color: var(--color-text);
    margin: 1rem;
}

.main-footer .mid {
    justify-content: end;
}

.main-footer .right {
    align-items: end;
    padding-right: 5rem;
}

.main-footer .footer-wrapper .img-container {
    margin: 1rem 0;
    width: 25%;
    height: auto;
}

.main-footer .footer-wrapper .img-container a {
    width: 100%;
}

.main-footer .footer-wrapper .img-container a img {
    width: 100%;
    height: auto;
}

    /* NAVIGATION RESPONSIVE */

@media only screen and (max-width: 900px) {
    .main-header .main-nav {
        display: flex;
        flex-direction: column;

        & .nav-link {
            margin: .5rem 0;
        }
    }

    .main-footer {
        flex-direction: column;
    }

    .main-footer .footer-wrapper {
        width: 100%;
        align-items: center;
    }

    .main-footer .right {
        margin-top: 2rem;
        align-items: center;
        padding: 0;

        & .img-container {
            width: 50%;
        }
    }
}



/* ***** LEGAL ***** */

/* Imprint */

.main-imprint {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}



/* Privacy */

.main-privacy {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 10rem;
}


    /* LEGAL RESPONSIVE */

@media only screen and (max-width: 900px) {
    .main-privacy {
        padding: 0 2rem;
        overflow-x: hidden;

        & h1 {
            font-size: 1.5rem;
        }
    }
}



/* ***** INDEX ***** */

.main-index {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;

    & section {
        padding: 0 5rem;
    }
}



/* Hero */

.main-index .hero {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20rem;
    position: relative;
}

.main-index .hero .text-container {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between;
    padding: 0 5rem;
}

.main-index .hero .text-container::before {
    content: '';
    background-image: url(/static/website/img/hero_double.webp);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -100%;
    right: 0%;
    width: 100%;
    height: 300%;
    filter: blur(.25rem);
    z-index: -1;
}

.main-index .hero .text-container .left-text {
    display: flex;
    flex-direction: column;
    width: 30%;
    padding-top: 3rem;
}

.main-index .hero .text-container .left-text h1 {
    font-size: 3rem;
    color: var(--color-accent);
}

.main-index .hero .text-container .left-text h2 {
    font-size: 2rem;
}

.main-index .hero .text-container .right-text {
    display: flex;
    flex-direction: column;
    width: 30%;
    padding-top: 18rem;
    text-align: center;
}

.main-index .hero .text-container .right-text button {
    width: 50%;
    margin: 0 auto;
}




/* Service Section */


.main-index .service-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 5rem;

    & h2 {
        margin: 0 auto;
        text-align: center;
        color: var(--color-accent);
        font-size: 2rem;
    }
}

.main-index .services-grid {
    max-width: 80%;
    margin: 0 auto;
    padding: 60px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;

    & .service-card {
      background: var(--color-surface);
      border-radius: 1rem;
      padding: 25px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.06);
      transition: box-shadow 0.3s ease;
    }

    & .service-card:hover {
        box-shadow: 0 6px 10px var(--color-border);
        transition: box-shadow .2s;
    }

    & .service-icon {
        font-size: 32px;
        margin-bottom: 15px;
    }

    & .service-title {
        font-size: 1.25rem;
        font-weight: bold;
        margin-bottom: 10px;
    }

    & .service-description {
        font-size: 0.95rem;
        color: var(--color-muted);
    }
}



/* Text Divider */

.main-index .text-divider {
    width: 100%;
    background: var(--color-surface);
    margin: 8rem 0;
    padding: 2rem 10rem;
    display: flex;
    flex-direction: column;

    & h3 {
        color: var(--color-accent);
        margin: 3rem auto;
        text-align: center;
    }

    & .cta-button {
        margin: 2rem auto;
    }

    & .text-wrapper {
        width: 100%;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid var(--color-border);
        padding-bottom: 2rem;
        margin-bottom: 2rem;

        & p {
            width: 18%;
        }
    }
}


/* ADVT */

.main-index .advantages-section {
    width: 100%;
    margin: 8rem auto;
    padding: 0 5rem;
    display: flex;
    justify-content: space-evenly;

    & .left-wrapper, .right-wrapper {
        width: 45%;
        display: flex;
        flex-direction: column;
        padding: 6rem 2rem;
        background: var(--color-surface);
        border-radius: 1rem;
    }


    & h2 {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 40px;
    }

    & .advantage-block {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 40px;
    }

    & .advantage-icon {
        font-size: 2rem;
        flex-shrink: 0;
        color: #0077cc;
    }

    & .advantage-content {
        max-width: 700px;
    }

    & .advantage-title {
        font-size: 1.2rem;
        font-weight: bold;
        margin-bottom: 6px;
    }

    & .advantage-text {
        font-size: 1rem;
        color: var(--color-muted);
        line-height: 1.6;
    }
}



/* CTA / Contact */

.main-index .cta-section {
    width: 100%;
    display: flex;
    padding: 8rem 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 8rem 0;
    justify-content:center;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}

.main-index .cta-section .cta-container {
    width: 75%;
    padding: 1rem;
    background: var(--color-surface);
    border-radius: 1rem;
    border: 1px solid var(--color-border);
    margin-left: 5rem;
    z-index: 2;
}

.main-index .cta-section .cta-container .contact-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.main-index .cta-section .cta-container .contact-wrapper .info-wrapper {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 2rem;

    & a {
        color: var(--color-text);
    }
}

.main-index .cta-section .cta-container .contact-wrapper .info-wrapper .cta-adt-text-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--color-border);
    margin-top: 2rem;
}

.main-index .cta-section .cta-container .contact-wrapper .info-wrapper .sub-title {
    color: var(--color-muted);
    padding: 0;
    margin: 0;
    margin-bottom: 2rem;
}

.main-index .cta-section .cta-container .contact-wrapper .input-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.main-index .cta-section .cta-container .contact-wrapper .contact-form {
    width: 40%;
    padding: 0 2rem;
    border-left: 1px solid var(--color-border);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-index .cta-section .cta-container .contact-wrapper .contact-form input {
    background: none;
    border: none;
    outline: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1rem;
    padding: 2px 0;
    border-bottom: 1px solid var(--color-border);
    margin: 1rem 0;
    width: 49%;
    color: var(--color-text);
}

.main-index .cta-section .cta-container .contact-wrapper .contact-form textarea {
    width: 100%;
    height: 10rem;
    background: none;
    color: var(--color-text);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    outline: none;
    border: 1px solid var(--color-border);
}

.main-index .cta-section .cta-container .contact-wrapper .contact-form .cta-button {
    background: var(--color-accent);
    width: 50%;
    margin: 2rem auto;
    padding: .5rem 1rem;
}


    /* INDEX RESPONSIVE */

@media (max-width: 1200px) {
    .main-index .service-section {
        width: 100%;
        padding: 0 2rem;
        margin: 0;
        margin-top: 5rem;

        & h2 {
            margin: 2rem 0;
        }
    }

    .main-index .service-section .services-grid {
        grid-template-columns: 1fr 1fr;
        padding: 0;
        margin: 0;
        max-width: 100%;

        & .service-card {
            margin: 0;
        }
    }

    .main-index .text-divider {
        padding: 0 2rem;
        margin: 0;
        margin: 5rem 0;

        & .text-wrapper {
            padding: 0;
            margin: 0;
            width: 100%;

            & p {
                text-align: center;
            }
        }
    }

    .main-index .advantages-section {
        padding: 0 2rem;
        width: 100%;
        margin: 0;

        & .left-wrapper, .right-wrapper {
            width: 48%;
            margin: 2rem 0;
        }
    }

    .main-index .cta-section .cta-container {
        width: 100%;
        margin: 2rem 2rem;

        & .contact-wrapper {

            & .info-wrapper, .contact-form {
                width: 50%;

                & .cta-button {
                    width: 50%;
                }
            }
        }
    }
}

@media (max-width: 900px) {
    .main-index .hero {
        margin-bottom: 5rem;
        padding: 5rem 0;
    }

    .main-index .hero .text-container{
        flex-direction: column; 
        padding: 0; 
        margin: 0; 
        text-align: center;
        width: 100%;

        & .left-text, .right-text {
            width: 80%;
            margin: 0 auto;
            padding: 0;

            & h2 {
                width: 100%;
                text-align: center;
                margin-bottom: 5rem;
            }

            & .cta-button {
                width: 100%;
            }
        }
    }

    .main-index .service-section {
        width: 100%;
        padding: 0 2rem;
        margin: 0;
        margin-top: 5rem;

        & h2 {
            margin: 2rem 0;
        }
    }

    .main-index .service-section .services-grid {
        grid-template-columns: 1fr;
        padding: 0;
        margin: 0;
        max-width: 100%;

        & .service-card {
            margin: 0;
        }
    }

    .main-index .text-divider {
        padding: 0 2rem;
        margin: 0;
        margin: 5rem 0;

        & .text-wrapper {
            flex-direction: column;
            padding: 0;
            margin: 0;
            width: 100%;

            & p {
                width: 100%;
                text-align: center;
            }
        }
    }

    .main-index .advantages-section {
        flex-direction: column;
        padding: 0 2rem;
        width: 100%;
        margin: 0;

        & .left-wrapper, .right-wrapper {
            width: 100%;
            margin: 2rem 0;
        }
    }

    .main-index .cta-section {
        padding: 0 2rem;
        margin: 5rem 0;
    }

    .main-index .cta-section .cta-container {
        width: 100%;
        margin: 2rem 0;
        flex-direction: column;

        & .contact-wrapper {
            flex-direction: column;

            & .info-wrapper, .contact-form {
                width: 100%;

                & .cta-button {
                    width: 50%;
                }
            }

            & .contact-form {
                border: none;
                border-top: 1px solid var(--color-border);
            }
        }
    }
}



/* ***** DEMO ***** */

.main-demo {
    width: 100%;
    display: flex;
    margin: 5rem 0;
    padding: 0 5rem;
    justify-content: space-between;
}

.main-demo .demo-pitch {
    width: 49%;
    display: flex;
    flex-direction: column;
}

.main-demo .demo-pitch .contact-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--color-border);
    margin-top: 2rem;
}

.main-demo .demo-pitch .contact-form input {
    background: none;
    border: none;
    outline: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1rem;
    padding: 2px 0;
    border-bottom: 1px solid var(--color-border);
    color: var(--color-text);
    margin: 1rem 0;
    width: 49%;
}

.main-demo .demo-pitch .contact-form textarea {
    width: 100%;
    height: 10rem;
    background: none;
    color: var(--color-text);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    outline: none;
    border: 1px solid var(--color-border);
}

.main-demo .demo-pitch .contact-form .cta-button {
    background: var(--color-accent);
    width: 25%;
    margin: 2rem auto;
    padding: .5rem 1rem;
}

.main-demo .demo-request {
    width: 49%;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 1px solid var(--color-border);
}

.main-demo .demo-request .contact-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--color-border);
    margin-top: 2rem;
}

.main-demo .demo-request .contact-form input {
    background: none;
    border: none;
    outline: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1rem;
    padding: 2px 0;
    border-bottom: 1px solid var(--color-border);
    color: var(--color-text);
    margin: 1rem 0;
    width: 49%;
}

.main-demo .demo-request .contact-form textarea {
    width: 100%;
    height: 10rem;
    background: none;
    color: var(--color-text);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    outline: none;
    border: 1px solid var(--color-border);
}

.main-demo .demo-request .contact-form .cta-button {
    background: var(--color-accent);
    width: 25%;
    margin: 2rem auto;
    padding: .5rem 1rem;
}


    /* DEMO RESPONSIVE */

@media only screen and (max-width: 1200px) {

    .main-demo .demo-request {
        padding: 0 2rem;

        & .login-form {
            width: 100%;
            padding: 2rem;
        }
    }
}

@media only screen and (max-width: 900px) {
    .main-demo {
        flex-direction: column;
        padding: 0 2rem;
    }

    .main-demo .demo-pitch {
        width: 100%;
    }

    .main-demo .demo-pitch .contact-form .cta-button {
        width: 50%;
    }

    .main-demo .demo-request {
        width: 100%;
        margin-top: 5rem;
        border-left: none;
        border-top: 1px solid var(--color-border);
        padding: 0;

        & .login-form {
            width: 100%;
            padding: 2rem;
        }
    }
}
