:root {
    --primary: #0a0c10;
    --accent-navy: #0a121e;
    --accent-steel: #4682b4;
    --text: #1a1a1a;
    --text-muted: #666666;
    --white: #ffffff;
    --border: #eeeeee;
    --glass: rgba(255, 255, 255, 0.8);
    --radius: 4px;
    --transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    --nav-height: 120px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text);
    background-color: var(--white);
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
}

.nav { display: flex; justify-content: space-between; align-items: center; width: 100%; }
    .logo img { height: 85px; width: auto; display: block; }
    .nav-links { display: flex; align-items: center; gap: 40px; }
    .nav-links a { 
        font-size: 13px; 
        text-transform: uppercase; 
        letter-spacing: 2px; 
        font-weight: 700; 
        color: var(--text-main);
        transition: opacity 0.3s; 
    }
    .nav-links a:hover { opacity: 0.6; }

    .btn-nav {
  background: var(--accent-steel) !important;
  color: white !important;
  padding: 14px 28px;
  border-radius: var(--radius-sm);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}
    .btn-nav:hover { transform: translateY(-2px); }

main {
    padding-top: 0px;
    padding-bottom: 120px;
}

.legal-box {
    padding-top: 180px;
}

.legal-box h1 {
    font-size: clamp(40px, 5vw, 64px);
    margin-bottom: 20px;
}

.info-item {
    margin-bottom: 60px;
}

.info-item p,
.info-item li {
    font-size: 18px;
    line-height: 1.6;
}

.info-item ul {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 25px;
}

.info-item li {
    margin-bottom: 8px;
}

.footer {
    background: var(--white);
    color: var(--text);
    padding: 100px 0 40px;
    border-top: 1px solid var(--border);
}

.footer-main-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
}

.footer-left {
    max-width: 500px;
}

.footer-left img {
    height: 85px;
    margin-bottom: 25px;
}

.footer-slogan {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    line-height: 1.5;
    color: var(--text);
}

.footer-right {
    text-align: right;
    font-size: 15px;
    color: var(--text-muted);
}

.footer-bottom-row {
    padding-top: 30px;
    border-top: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-muted);
}

.footer-legal-links {
    display: flex;
    gap: 30px;
    list-style: none;
}

.footer-legal-links a {
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-legal-links a:hover {
    color: var(--primary);
}

.fab-call {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 60px;
    height: 60px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1500;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: var(--transition);
}

.fab-call:hover {
    transform: scale(1.1);
}

.fab-call svg {
    width: 22px;
    height: 22px;
    fill: white;
}

.reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: var(--transition);
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 768px) {
    .container {
        padding: 0 25px;
    }
    .footer-main-row {
        flex-direction: column;
        gap: 40px;
    }
    .footer-right {
        text-align: left;
    }
    .footer-bottom-row {
        flex-direction: column-reverse;
        gap: 20px;
        align-items: flex-start;
    }
}

/* --- Projekt Subpage Hero --- */
.hero-sub {
    padding: 240px 0 120px;
    background: #fcfcfc;
}

.tagline {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--accent-steel);
    margin-bottom: 20px;
    font-weight: 600;
}

.hero-sub h1 {
    font-size: clamp(40px, 5vw, 72px);
    margin-bottom: 30px;
}

.subtitle {
    font-size: 20px;
    max-width: 600px;
    color: var(--text-muted);
    line-height: 1.6;
}

/* --- Project Entry Blocks --- */
.project-showcase {
    padding-bottom: 120px;
}

.project-entry {
    display: flex;
    gap: 80px;
    align-items: center;
    margin-bottom: 160px;
}

.project-entry.alt {
    flex-direction: row-reverse;
}

.project-visual {
    flex: 1.2;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
}

.project-visual img {
    width: 100%;
    display: block;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.project-entry:hover .project-visual img {
    transform: scale(1.05);
}

.project-number {
    position: absolute;
    top: 40px;
    left: 40px;
    font-family: 'Playfair Display', serif;
    font-size: 80px;
    color: white;
    opacity: 0.2;
    z-index: 10;
}

.project-details {
    flex: 1;
}

.project-header h3 {
    font-size: 32px;
    margin-bottom: 5px;
}

.project-cat {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--accent-steel);
    font-weight: 600;
    margin-bottom: 30px;
}

.project-description {
    font-size: 18px;
    line-height: 1.7;
    color: var(--text-muted);
    margin-bottom: 40px;
}

.project-specs {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.spec-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #f8f8f8;
    border-radius: 4px;
}

.spec-item svg {
    width: 20px;
    height: 20px;
    fill: var(--accent-navy);
}

.spec-item span {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* --- CTA Massive --- */
.cta-massive {
    padding: 120px 0;
    background: var(--accent-navy);
    color: white;
}

.cta-box {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.cta-box h2 {
    font-size: 56px;
    margin-bottom: 20px;
}

.cta-box p {
    font-size: 18px;
    opacity: 0.7;
    margin-bottom: 40px;
}

.btn-main {
    display: inline-block;
    padding: 22px 45px;
    background: var(--accent-steel);
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    border-radius: 4px;
    transition: var(--transition);
}

.btn-main:hover {
    background: white;
    color: var(--accent-navy);
    transform: translateY(-5px);
}

@media (max-width: 1024px) {
    .project-entry, .project-entry.alt {
        flex-direction: column;
        gap: 40px;
    }
}

/* --- Stats Bar --- */
.stats-bar {
    background: var(--accent-navy);
    color: white;
    padding: 60px 0;
}

/* --- Philosophy --- */
.philosophy {
    padding: 120px 0;
}

.split-content {
    display: flex;
    gap: 80px;
}

.content-left { flex: 1; }
.content-right { 
    flex: 1; 
    font-size: 19px; 
    color: var(--text-muted); 
    line-height: 1.8;
}

/* --- Service Blocks --- */
.service-block {
    display: flex;
    align-items: center;
    gap: 100px;
    margin-bottom: 120px;
}

.service-block.alt { flex-direction: row-reverse; }

.service-image {
    flex: 1.2;
    border-radius: var(--radius);
    overflow: hidden;
}

.service-image img { width: 100%; display: block; }

.service-text { flex: 1; }
.service-text h3 { font-size: 32px; margin-bottom: 25px; }
.service-text p { font-size: 18px; color: var(--text-muted); margin-bottom: 30px; }

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* --- Logistics Glass Card --- */
.logistics-reveal {
    padding: 100px 0;
}

.glass-card {
    background: var(--glass);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(0,0,0,0.05);
    padding: 80px;
    border-radius: 12px;
}

.card-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.logistics-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.log-item h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--accent-navy);
}

.log-item p {
    font-size: 15px;
    color: var(--text-muted);
}

/* --- Trust Grid --- */
.trust-grid-section { padding: 100px 0; background: #fcfcfc; }
.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.trust-card {
    background: white;
    padding: 40px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: var(--transition);
}

.trust-card:hover { transform: translateY(-5px); border-color: var(--accent-steel); }

.trust-card svg { width: 35px; height: 35px; fill: var(--accent-steel); margin-bottom: 25px; }

.trust-card h4 { margin-bottom: 15px; }
.trust-card p { font-size: 14px; color: var(--text-muted); line-height: 1.6; }

/* --- Buttons --- */
.btn-outline {
    display: inline-block;
    padding: 22px 45px;
    border: 1px solid white;
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    border-radius: 4px;
    transition: var(--transition);
}

.btn-outline:hover { background: white; color: var(--accent-navy); }
.cta-btns { display: flex; gap: 20px; justify-content: center; }

@media (max-width: 900px) {
    .split-content, .service-block, .service-block.alt, .logistics-grid, .trust-grid {
        flex-direction: column;
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .glass-card { padding: 40px; }
}

/* --- Global Spacing --- */
.section-padding {
    padding: 160px 0; /* Massive Abstände zwischen den Sektionen */
}

/* --- Hero Massive --- */
.hero-full {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    color: var(--white);
}

.hero-bg-wrapper {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1;
}

.hero-bg-img {
    width: 100%; height: 100%; object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to right, rgba(10,12,16,0.8), transparent);
    z-index: 2;
}

.hero-container { position: relative; z-index: 10; }

.tagline-light {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 13px;
    margin-bottom: 20px;
    color: var(--accent-steel);
}

.hero-subline { font-size: 20px; max-width: 600px; margin-bottom: 40px; }

/* --- Horizontal Stats --- */
.stats-horizontal {
    background: var(--white);
    margin-top: -50px; /* Overlap zum Hero */
    position: relative;
    z-index: 20;
}

.stats-row {
    display: flex;
    justify-content: space-between;
    background: var(--accent-navy);
    padding: 50px;
    border-radius: 4px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.1);
}

.stat-box { text-align: center; flex: 1; border-right: 1px solid rgba(255,255,255,0.1); }
.stat-box:last-child { border-right: none; }
.stat-num { display: block; font-size: 42px; font-weight: 700; color: var(--white); }
.stat-label { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: var(--accent-steel); }

/* --- Asymmetrical Layouts --- */
.asym-block {
    display: flex;
    gap: 100px;
    align-items: center;
    margin-bottom: 120px;
}

.asym-block.alt { flex-direction: row-reverse; }

.asym-image { flex: 1.3; position: relative; }
.image-label {
    position: absolute;
    bottom: -20px; right: -20px;
    background: var(--accent-navy);
    color: white;
    padding: 15px 30px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.asym-text { flex: 1; }

.spec-list { list-style: none; margin-top: 30px; }
.spec-list li { 
    display: flex; align-items: center; gap: 20px; 
    padding: 15px 0; border-bottom: 1px solid var(--border);
    font-size: 15px; font-weight: 500;
}
.spec-list span { color: var(--accent-steel); font-size: 12px; font-weight: 700; }

/* --- Logistics Section --- */
.logistics-dark { background: var(--primary); color: white; }
.section-header-center { text-align: center; margin-bottom: 80px; }
.white { color: white; }
.muted { color: rgba(255,255,255,0.5); }

.process-grid { display: flex; gap: 40px; }
.process-card {
    flex: 1; padding: 40px; background: rgba(255,255,255,0.03); 
    border: 1px solid rgba(255,255,255,0.05); border-radius: 4px;
}
.pc-num { font-family: 'Playfair Display', serif; font-size: 40px; color: var(--accent-steel); margin-bottom: 20px; }

/* --- CTA Floating --- */
.cta-floating {
    background: var(--accent-steel);
    border-radius: 4px;
    padding: 80px;
    text-align: center;
    color: white;
}

.btn-ghost-dark {
    display: inline-block;
    padding: 18px 40px;
    border: 1px solid var(--primary);
    color: var(--primary);
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    transition: 0.3s;
}

.btn-ghost-dark:hover { background: var(--primary); color: white; }
