/* Design 1 - Dark Metallic Premium */

:root {
    --gold-accent: #c49a6c;
    --blue-glow: rgba(0, 168, 255, 0.5);
    --border-light: rgba(255, 255, 255, 0.2);
}

body {
    background-color: #05070a;
    background-image: url('../assets/bg_texture.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    font-family: 'Exo 2', sans-serif;
}

/* Navbar */
.navbar {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4));
    padding: 1rem 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-small {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-small a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-shield {
    height: 40px;
    width: auto;
    filter: drop-shadow(0 0 5px var(--blue-glow));
}

.nav-typo {
    height: 25px;
    width: auto;
    filter: drop-shadow(0 0 5px var(--blue-glow));
}

.navbar ul {
    display: flex;
    gap: 2rem;
}

.navbar a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 1px;
    color: #ccc;
    position: relative;
    text-decoration: none;
}

.navbar a:hover,
.navbar a.active {
    color: #fff;
    text-shadow: 0 0 10px var(--blue-glow);
}

.navbar a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--blue-glow);
    transition: width 0.3s;
}

.navbar a:hover::after {
    width: 100%;
}

/* Mobile Menu */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 1001;
}

/* Hero Section */
.hero {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    border-bottom: 2px solid #5d6d7e;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}

.hero-content {
    z-index: 2;
    padding-top: 60px;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.hero-logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.hero-shield {
    height: 200px;
    width: auto;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.8));
    animation: float 6s ease-in-out infinite;
    max-width: 80vw;
}

.hero-typo {
    max-width: 40%;
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.sub-title {
    font-size: 1.5rem;
    color: #bdc3c7;
    font-weight: 400;
    margin-bottom: 1rem;
    letter-spacing: 2px;
}

.hero-text {
    font-size: 1.1rem;
    color: #95a5a6;
    margin-bottom: 3rem;
    font-weight: 300;
}

.btn-metallic {
    background: linear-gradient(180deg, #34495e 0%, #2c3e50 100%);
    border: 1px solid #5d6d7e;
    border-radius: 30px;
    box-shadow:
        0 0 10px rgba(0, 168, 255, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    color: #ecf0f1;
    text-shadow: 0 1px 2px #000;
    padding: 15px 40px;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
}

.btn-metallic:hover {
    background: linear-gradient(180deg, #4aa3df 0%, #2980b9 100%);
    box-shadow: 0 0 20px rgba(41, 128, 185, 0.6);
    color: #fff;
    transform: scale(1.05);
}

/* Services Section (Teaser) */
.services {
    padding: 5rem 0;
    background:
        linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9)),
        url('../assets/services_bg.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    border-top: 1px solid #333;
    position: relative;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    color: #ecf0f1;
    margin-bottom: 3rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 0 10px rgba(0, 168, 255, 0.3);
}

.services-teaser {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}

.teaser-text {
    font-size: 1.2rem;
    color: #bdc3c7;
    margin-bottom: 2rem;
    line-height: 1.6;
}

/* Services Page - Full Sections */
.service-section {
    padding: 8rem 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 80vh;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.service-content {
    padding: 3rem;
    max-width: 800px;
    margin: 0 auto;
}

.service-icon-large {
    font-size: clamp(2rem, 2.5vw, 3rem);
    color: #3498db;
    margin-bottom: 2rem;
    display: inline-block;
    background: linear-gradient(180deg, #e3e3e3 0%, #bdc3c7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    filter: drop-shadow(0 0 10px var(--blue-glow));
}

.service-title-large {
    font-family: 'Exo 2', sans-serif;
    font-size: clamp(1.5rem, 3vw + 0.5rem, 3rem);
    color: #ecf0f1;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: clamp(0.5px, 0.15vw, 2px);
    line-height: 1.2;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
}

.service-list-large {
    list-style: none;
    padding: 0;
}

.service-list-large li {
    font-size: clamp(1rem, 1vw + 0.4rem, 1.2rem);
    color: #bdc3c7;
    margin-bottom: 1rem;
    padding-left: 2rem;
    position: relative;
    line-height: 1.6;
}

.service-list-large li::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #3498db;
    font-size: clamp(1rem, 1vw + 0.4rem, 1.2rem);
}

/* About Us Section */
.about {
    padding: 6rem 0;
    background: radial-gradient(circle at center right, #1a2533 0%, #05070a 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}

.about-container {
    display: flex;
    align-items: center;
    gap: 4rem;
    position: relative;
    z-index: 1;
}

.about-content {
    flex: 1;
}

.about-content .section-title {
    text-align: left;
}

.about-content h3 {
    font-size: 1.8rem;
    color: var(--gold-accent);
    margin-bottom: 1.5rem;
    font-weight: 400;
    letter-spacing: 1px;
}

.about-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #bdc3c7;
    margin-bottom: 1.5rem;
}

.about-quote {
    font-family: 'Exo 2', sans-serif;
    font-size: 1.4rem;
    font-style: italic;
    color: #fff;
    border-left: 4px solid var(--blue-glow);
    padding-left: 20px;
    margin-top: 2rem;
    text-shadow: 0 0 10px rgba(0, 168, 255, 0.2);
}

.about-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.image-frame {
    position: relative;
    padding: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.5));
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.image-frame img {
    max-width: 100%;
    height: auto;
    display: block;
    filter: sepia(20%) contrast(1.1) brightness(0.9);
    transition: filter 0.3s ease;
}

.image-frame img:hover {
    filter: sepia(0%) contrast(1.0) brightness(1.0);
}

.image-frame::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100px;
    height: 100px;
    border-bottom: 2px solid var(--gold-accent);
    border-right: 2px solid var(--gold-accent);
    z-index: -1;
}

.image-frame::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100px;
    height: 100px;
    border-top: 2px solid var(--blue-glow);
    border-left: 2px solid var(--blue-glow);
    z-index: -1;
}

/* Footer */
.footer {
    background: linear-gradient(to top, #000 0%, #1a1a1a 100%);
    padding: 3rem 0;
    border-top: 2px solid var(--gold-accent);
    color: #7f8c8d;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    align-items: center;
}

.footer h4 {
    color: #ecf0f1;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
}

.footer ul li {
    margin-bottom: 0.8rem;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer i {
    color: #3498db;
    width: 20px;
    text-align: center;
}

.copyright {
    font-size: 0.8rem;
    color: #555;
    margin-top: 2rem;
    text-align: right;
}

/* Responsive - Tablet */
@media (max-width: 900px) {
    .about-container {
        flex-direction: column;
        text-align: center;
    }

    .about-content .section-title {
        text-align: center;
    }

    .about-quote {
        border-left: none;
        border-top: 4px solid var(--blue-glow);
        padding-top: 20px;
        padding-left: 0;
    }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        padding: 1rem 0;
        border-bottom: 2px solid var(--blue-glow);
        z-index: 9999;
    }

    .nav-links.active {
        display: block;
    }

    .navbar ul {
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
    }

    .hero {
        min-height: auto;
        padding-top: 85px;
        padding-bottom: 2rem;
        display: block;
    }

    .hero-content {
        padding-top: 10px;
    }

    .hero-shield {
        height: 140px;
    }

    .hero-typo {
        max-width: 60%;
    }

    .sub-title {
        font-size: 1.1rem;
        letter-spacing: 1px;
        padding: 0 1rem;
    }

    .hero-text {
        font-size: 1rem;
        padding: 0 1rem;
    }

    .services,
    .about {
        padding: 3rem 0;
        min-height: auto;
    }

    .services,
    .about,
    body {
        background-attachment: scroll;
    }

    .service-section {
        min-height: auto;
        background-attachment: scroll;
        background-position: center;
        background-size: cover;
        padding: 4rem 0;
    }

    .service-content {
        padding: 1.5rem;
    }

    .section-title {
        font-size: 1.8rem;
        letter-spacing: 1px;
        word-break: break-word;
    }

    .services-teaser {
        padding: 1rem;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-col {
        margin-bottom: 2rem;
    }

    .footer ul li {
        justify-content: center;
    }

    .copyright {
        text-align: center;
    }
}

/* Small phones */
@media (max-width: 400px) {
    .hero-shield {
        height: 100px;
    }

    .hero-typo {
        max-width: 70%;
    }

    .sub-title {
        font-size: 0.95rem;
    }

    .btn-metallic {
        padding: 12px 28px;
        font-size: 0.9rem;
    }
}

/* Legal Pages (Impressum / Datenschutz) */
.legal-page {
    padding: 8rem 0 4rem;
    min-height: 80vh;
}

.legal-title {
    font-family: 'Exo 2', sans-serif;
    font-size: 2.5rem;
    color: #ecf0f1;
    letter-spacing: 3px;
    margin-bottom: 3rem;
    text-shadow: 0 0 10px rgba(0, 168, 255, 0.3);
}

.legal-content h2 {
    font-family: 'Exo 2', sans-serif;
    font-size: 1.4rem;
    color: #ecf0f1;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

.legal-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #bdc3c7;
    margin-bottom: 1rem;
}

.legal-content a {
    color: var(--blue-glow);
    text-decoration: underline;
}

.legal-content a:hover {
    color: #fff;
}

.legal-content ul {
    list-style: disc;
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.legal-content ul li {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #bdc3c7;
    margin-bottom: 0.5rem;
}

/* Cookie Consent Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.98), rgba(10, 12, 18, 0.95));
    border-top: 1px solid var(--blue-glow);
    padding: 1.5rem 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform: translateY(0);
    transition: transform 0.4s ease;
}

.cookie-banner.hidden {
    transform: translateY(100%);
    pointer-events: none;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.cookie-content p {
    flex: 1;
    font-size: 0.95rem;
    color: #bdc3c7;
    line-height: 1.6;
    margin: 0;
}

.cookie-content a {
    color: var(--blue-glow);
    text-decoration: underline;
}

.cookie-content a:hover {
    color: #fff;
}

.cookie-accept {
    white-space: nowrap;
    font-size: 0.9rem;
    padding: 10px 30px;
}

@media (max-width: 768px) {
    .cookie-content {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .legal-page {
        padding: 6rem 0 3rem;
    }

    .legal-title {
        font-size: 1.8rem;
    }
}
