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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    background: #ffffff;
}

.ad-disclosure {
    background: #f4f4f4;
    text-align: center;
    padding: 8px 20px;
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
}

.nav-offset {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.logo {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
}

.nav-links {
    display: flex;
    gap: 35px;
    list-style: none;
}

.nav-links a {
    text-decoration: none;
    color: #1a1a1a;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #0066cc;
}

.hero-asymmetric {
    display: flex;
    min-height: 600px;
    padding: 80px 60px;
    background: #f8f9fa;
    position: relative;
}

.hero-content-offset {
    max-width: 550px;
    padding-top: 60px;
    z-index: 2;
}

.hero-content-offset h1 {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 25px;
    font-weight: 800;
    color: #1a1a1a;
}

.hero-content-offset p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 35px;
    color: #4a4a4a;
}

.hero-image-overlap {
    position: absolute;
    right: 60px;
    top: 40px;
    width: 600px;
    height: 560px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    background-color: #e8e8e8;
}

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

.cta-primary {
    display: inline-block;
    padding: 16px 40px;
    background: #0066cc;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: background 0.3s, transform 0.2s;
}

.cta-primary:hover {
    background: #0052a3;
    transform: translateY(-2px);
}

.intro-irregular {
    display: flex;
    gap: 80px;
    padding: 120px 60px;
    align-items: center;
}

.intro-block-left {
    flex: 1.2;
}

.intro-block-left h2 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 700;
    color: #1a1a1a;
}

.intro-block-left p {
    font-size: 18px;
    line-height: 1.7;
    color: #4a4a4a;
}

.intro-block-right {
    flex: 1;
    background-color: #f5f5f5;
}

.intro-block-right img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    object-fit: cover;
}

.services-showcase {
    padding: 100px 60px;
    background: #ffffff;
}

.services-header-offset {
    max-width: 600px;
    margin-bottom: 70px;
    margin-left: 80px;
}

.services-header-offset h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.services-header-offset p {
    font-size: 19px;
    color: #666;
}

.service-cards-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.service-card {
    flex: 1 1 calc(33.333% - 30px);
    min-width: 280px;
    background: #f9f9f9;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    background-color: #f0f0f0;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.service-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.service-card h3 {
    font-size: 22px;
    margin: 25px 25px 15px;
    font-weight: 700;
    color: #1a1a1a;
}

.service-card p {
    margin: 0 25px 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.service-card .price {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #0066cc;
    margin: 20px 25px;
}

.btn-select {
    width: calc(100% - 50px);
    margin: 0 25px 25px;
    padding: 14px;
    background: #0066cc;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-select:hover {
    background: #0052a3;
}

.card-1 {
    margin-top: 0;
}

.card-2 {
    margin-top: 40px;
}

.card-3 {
    margin-top: 20px;
}

.card-4 {
    margin-top: 60px;
}

.card-5 {
    margin-top: 10px;
}

.form-section-offset {
    padding: 100px 60px;
    background: #f8f9fa;
}

.form-container {
    max-width: 550px;
    margin-left: 120px;
    background: #ffffff;
    padding: 50px;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.form-container h2 {
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #1a1a1a;
}

.form-container p {
    margin-bottom: 30px;
    color: #666;
    font-size: 16px;
}

.form-container label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #1a1a1a;
    font-size: 15px;
}

.form-container input,
.form-container select {
    width: 100%;
    padding: 14px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s;
}

.form-container input:focus,
.form-container select:focus {
    outline: none;
    border-color: #0066cc;
}

.btn-submit {
    width: 100%;
    padding: 16px;
    background: #0066cc;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-submit:hover {
    background: #0052a3;
}

.trust-block {
    padding: 100px 60px;
    background: #ffffff;
}

.trust-content {
    max-width: 900px;
    margin: 0 auto;
}

.trust-content h2 {
    font-size: 40px;
    margin-bottom: 25px;
    font-weight: 700;
    color: #1a1a1a;
}

.trust-content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 40px;
    color: #4a4a4a;
}

.trust-content img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    object-fit: cover;
    background-color: #e5e5e5;
}

.footer-asymmetric {
    background: #1a1a1a;
    color: #ffffff;
    padding: 70px 60px 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.footer-column {
    flex: 1;
    min-width: 220px;
}

.footer-column h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}

.footer-column h4 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #cccccc;
}

.footer-column p {
    font-size: 14px;
    line-height: 1.6;
    color: #aaaaaa;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: #aaaaaa;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-column ul li a:hover {
    color: #ffffff;
}

.footer-disclaimer {
    flex-basis: 100%;
    border-top: 1px solid #333;
    padding-top: 30px;
    margin-top: 20px;
}

.footer-disclaimer p {
    font-size: 13px;
    line-height: 1.6;
    color: #888;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    color: #ffffff;
    padding: 25px 60px;
    z-index: 1000;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
    display: none;
}

.cookie-banner.show {
    display: block;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.cookie-content p {
    flex: 1;
    font-size: 15px;
    line-height: 1.5;
}

.cookie-content a {
    color: #66aaff;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 15px;
}

.btn-accept,
.btn-reject {
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-accept {
    background: #0066cc;
    color: #ffffff;
}

.btn-accept:hover {
    background: #0052a3;
}

.btn-reject {
    background: #555;
    color: #ffffff;
}

.btn-reject:hover {
    background: #444;
}

.about-hero {
    padding: 100px 60px 60px;
    background: #f8f9fa;
}

.about-hero h1 {
    font-size: 48px;
    margin-bottom: 40px;
    font-weight: 700;
    max-width: 800px;
    color: #1a1a1a;
}

.about-hero img {
    width: 100%;
    max-width: 1000px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    object-fit: cover;
    background-color: #e0e0e0;
}

.about-story {
    display: flex;
    gap: 80px;
    padding: 100px 60px;
    align-items: flex-start;
}

.story-block {
    flex: 1.3;
}

.story-block h2 {
    font-size: 36px;
    margin-bottom: 25px;
    font-weight: 700;
    color: #1a1a1a;
}

.story-block p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.story-image {
    flex: 1;
    background-color: #efefef;
}

.story-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    object-fit: cover;
}

.values-section {
    padding: 100px 60px;
    background: #f8f9fa;
}

.values-section h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
    color: #1a1a1a;
}

.values-grid {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.value-item {
    flex: 1;
    min-width: 280px;
    padding: 40px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

.value-item h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #1a1a1a;
}

.value-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.team-approach {
    padding: 100px 60px;
    background: #ffffff;
}

.approach-content {
    max-width: 900px;
    margin: 0 auto;
}

.approach-content h2 {
    font-size: 38px;
    margin-bottom: 25px;
    font-weight: 700;
    color: #1a1a1a;
}

.approach-content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.services-page-header {
    padding: 100px 60px 60px;
    background: #f8f9fa;
    text-align: center;
}

.services-page-header h1 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.services-page-header p {
    font-size: 20px;
    color: #666;
}

.services-detailed {
    padding: 80px 60px;
}

.service-detail {
    display: flex;
    gap: 80px;
    margin-bottom: 100px;
    align-items: center;
}

.service-detail.reverse {
    flex-direction: row-reverse;
}

.service-detail-content {
    flex: 1;
}

.service-detail-content h2 {
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.service-detail-content p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.service-detail-content ul {
    margin-bottom: 25px;
    padding-left: 20px;
}

.service-detail-content ul li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
    color: #555;
}

.service-price {
    font-size: 22px;
    font-weight: 700;
    color: #0066cc;
    margin-top: 30px;
}

.service-detail-image {
    flex: 1;
    background-color: #f0f0f0;
}

.service-detail-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    object-fit: cover;
}

.services-cta {
    padding: 80px 60px;
    background: #f8f9fa;
    text-align: center;
}

.services-cta h2 {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #1a1a1a;
}

.services-cta p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #666;
}

.btn-contact {
    display: inline-block;
    padding: 16px 40px;
    background: #0066cc;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: background 0.3s, transform 0.2s;
}

.btn-contact:hover {
    background: #0052a3;
    transform: translateY(-2px);
}

.contact-page {
    padding: 80px 60px;
}

.contact-intro {
    text-align: center;
    margin-bottom: 60px;
}

.contact-intro h1 {
    font-size: 48px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #1a1a1a;
}

.contact-intro p {
    font-size: 18px;
    color: #666;
}

.contact-layout {
    display: flex;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-info-block {
    flex: 1;
}

.contact-info-block h2 {
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #1a1a1a;
}

.contact-item {
    margin-bottom: 40px;
}

.contact-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.contact-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.contact-email {
    font-weight: 600;
    color: #0066cc;
}

.impressum {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
}

.contact-visual {
    flex: 1;
    background-color: #efefef;
}

.contact-visual img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    object-fit: cover;
}

.thanks-page {
    display: flex;
    gap: 80px;
    padding: 100px 60px;
    align-items: center;
}

.thanks-content {
    flex: 1;
}

.thanks-content h1 {
    font-size: 42px;
    margin-bottom: 25px;
    font-weight: 700;
    color: #1a1a1a;
}

.thanks-content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.thanks-content a {
    color: #0066cc;
    text-decoration: underline;
}

.btn-back {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 35px;
    background: #0066cc;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: background 0.3s;
}

.btn-back:hover {
    background: #0052a3;
}

.thanks-visual {
    flex: 1;
    background-color: #f0f0f0;
}

.thanks-visual img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    object-fit: cover;
}

.legal-page {
    padding: 80px 60px;
    max-width: 1000px;
    margin: 0 auto;
}

.legal-page h1 {
    font-size: 44px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #1a1a1a;
}

.legal-content h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #1a1a1a;
}

.legal-content h3 {
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #1a1a1a;
}

.legal-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #4a4a4a;
}

.legal-content ul {
    margin-bottom: 20px;
    padding-left: 25px;
}

.legal-content ul li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
    color: #555;
}

.legal-content a {
    color: #0066cc;
    text-decoration: underline;
}

.legal-update {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
    font-style: italic;
    color: #888;
}

@media (max-width: 1024px) {
    .hero-asymmetric {
        flex-direction: column;
    }

    .hero-image-overlap {
        position: relative;
        right: 0;
        width: 100%;
        margin-top: 40px;
    }

    .intro-irregular,
    .about-story,
    .service-detail,
    .contact-layout,
    .thanks-page {
        flex-direction: column;
    }

    .services-header-offset {
        margin-left: 0;
    }

    .form-container {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .nav-offset {
        padding: 15px 30px;
    }

    .nav-links {
        gap: 20px;
        font-size: 14px;
    }

    .hero-content-offset h1 {
        font-size: 38px;
    }

    .service-cards-asymmetric {
        flex-direction: column;
    }

    .service-card {
        margin-top: 0 !important;
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-asymmetric {
        padding: 50px 30px 30px;
    }
}