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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    background-color: #fafafa;
}

.ad-disclosure {
    background-color: #34495e;
    color: #ecf0f1;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    letter-spacing: 0.3px;
}

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 60px;
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.nav-brand {
    font-size: 24px;
    font-weight: 700;
    color: #c0315a;
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    gap: 40px;
}

.nav-links a {
    text-decoration: none;
    color: #34495e;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s ease;
}

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

.hero-minimal {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 60px 60px;
    background-color: #ffffff;
}

.hero-content {
    max-width: 900px;
    text-align: center;
    margin-bottom: 60px;
}

.hero-content h1 {
    font-size: 56px;
    font-weight: 300;
    color: #2c3e50;
    margin-bottom: 25px;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 20px;
    color: #7f8c8d;
    font-weight: 400;
}

.hero-visual {
    width: 100%;
    max-width: 1200px;
}

.hero-visual img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #ecf0f1;
}

.intro-section {
    padding: 120px 60px;
    background-color: #f8f9fa;
}

.intro-wrapper {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.intro-wrapper h2 {
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #2c3e50;
}

.intro-wrapper p {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
}

.process-visual {
    display: flex;
    align-items: center;
    gap: 80px;
    padding: 100px 60px;
    background-color: #ffffff;
}

.process-image {
    flex: 1;
}

.process-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #ecf0f1;
}

.process-text {
    flex: 1;
}

.process-text h3 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 25px;
    color: #2c3e50;
}

.process-text p {
    font-size: 17px;
    color: #555;
    line-height: 1.9;
    margin-bottom: 20px;
}

.services-preview {
    padding: 120px 60px;
    background-color: #f8f9fa;
}

.services-preview h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 70px;
    color: #2c3e50;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 60px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.service-card {
    flex: 1;
    min-width: 260px;
    padding: 40px 30px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
}

.service-card h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #2c3e50;
}

.service-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

.price {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #c0315a;
    margin-top: 20px;
}

.cta-inline {
    text-align: center;
    margin-top: 50px;
}

.btn-primary {
    display: inline-block;
    padding: 16px 45px;
    background-color: #c0315a;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #a02749;
}

.btn-secondary {
    display: inline-block;
    padding: 16px 45px;
    background-color: #34495e;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    margin-left: 15px;
}

.btn-secondary:hover {
    background-color: #2c3e50;
}

.craftmanship-section {
    display: flex;
    align-items: center;
    gap: 80px;
    padding: 100px 60px;
    background-color: #ffffff;
    flex-direction: row-reverse;
}

.craft-content {
    flex: 1;
}

.craft-content h2 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 25px;
    color: #2c3e50;
}

.craft-content p {
    font-size: 17px;
    color: #555;
    line-height: 1.9;
}

.craft-image {
    flex: 1;
}

.craft-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #ecf0f1;
}

.form-section {
    padding: 120px 60px;
    background-color: #f8f9fa;
}

.form-container {
    max-width: 700px;
    margin: 0 auto;
}

.form-container h2 {
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #2c3e50;
    text-align: center;
}

.form-intro {
    text-align: center;
    font-size: 17px;
    color: #666;
    margin-bottom: 50px;
}

.form-group {
    margin-bottom: 30px;
}

.form-group label {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #2c3e50;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #ddd;
    font-size: 15px;
    font-family: inherit;
    background-color: #ffffff;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #c0315a;
}

.btn-submit {
    width: 100%;
    padding: 18px;
    background-color: #c0315a;
    color: #ffffff;
    border: none;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-submit:hover {
    background-color: #a02749;
}

.trust-section {
    padding: 100px 60px;
    background-color: #2c3e50;
    color: #ffffff;
}

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

.trust-content h3 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 20px;
}

.trust-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #ecf0f1;
}

.main-footer {
    background-color: #34495e;
    color: #ecf0f1;
    padding: 60px 60px 30px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.footer-section {
    flex: 1;
    min-width: 200px;
}

.footer-section h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
}

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

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

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

.footer-section ul li a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

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

.footer-bottom {
    border-top: 1px solid #475666;
    padding-top: 30px;
    text-align: center;
}

.disclaimer {
    font-size: 12px;
    color: #95a5a6;
    margin-bottom: 20px;
    line-height: 1.6;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.footer-bottom p {
    font-size: 13px;
    color: #95a5a6;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 25px 60px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    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: 14px;
    line-height: 1.6;
}

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

.btn-accept,
.btn-reject {
    padding: 12px 30px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-accept {
    background-color: #27ae60;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #229954;
}

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

.btn-reject:hover {
    background-color: #7f8c8d;
}

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

.page-header h1 {
    font-size: 48px;
    font-weight: 300;
    color: #2c3e50;
}

.about-intro {
    padding: 80px 60px;
    background-color: #ffffff;
}

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

.about-content h2 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 25px;
    color: #2c3e50;
}

.about-content p {
    font-size: 17px;
    color: #555;
    line-height: 1.9;
}

.about-visual {
    padding: 0 60px 80px;
}

.about-visual img {
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: cover;
    background-color: #ecf0f1;
}

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

.philosophy-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.philosophy-wrapper h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 70px;
    color: #2c3e50;
}

.philosophy-content {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.philosophy-block {
    flex: 1;
    min-width: 280px;
}

.philosophy-block h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 18px;
    color: #2c3e50;
}

.philosophy-block p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

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

.team-section h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 60px;
    color: #2c3e50;
}

.team-content {
    display: flex;
    align-items: center;
    gap: 70px;
    max-width: 1200px;
    margin: 0 auto;
}

.team-image {
    flex: 1;
}

.team-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #ecf0f1;
}

.team-text {
    flex: 1;
}

.team-text p {
    font-size: 17px;
    color: #555;
    line-height: 1.9;
    margin-bottom: 20px;
}

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

.values-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.values-wrapper h2 {
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 40px;
    color: #2c3e50;
    text-align: center;
}

.values-list {
    list-style: none;
}

.values-list li {
    font-size: 17px;
    color: #555;
    padding: 18px 0;
    border-bottom: 1px solid #ddd;
}

.values-list li:last-child {
    border-bottom: none;
}

.heritage-section {
    padding: 100px 60px;
    background-color: #ffffff;
}

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

.heritage-content h2 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #2c3e50;
}

.heritage-content p {
    font-size: 17px;
    color: #555;
    line-height: 1.9;
    margin-bottom: 20px;
}

.services-intro {
    padding: 60px 60px 40px;
    background-color: #ffffff;
}

.services-intro-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.services-intro-content p {
    font-size: 17px;
    color: #666;
    line-height: 1.8;
}

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

.service-detail {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-bottom: 120px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

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

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

.service-detail-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #ecf0f1;
}

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

.service-detail-content h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #2c3e50;
}

.service-detail-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 25px;
}

.service-features {
    list-style: none;
    margin-bottom: 30px;
}

.service-features li {
    font-size: 15px;
    color: #666;
    padding: 10px 0;
    padding-left: 25px;
    position: relative;
}

.service-features li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #c0315a;
    font-size: 20px;
}

.service-price-box {
    display: flex;
    flex-direction: column;
    padding: 25px;
    background-color: #f8f9fa;
    border-left: 4px solid #c0315a;
}

.price-label {
    font-size: 13px;
    color: #7f8c8d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.price-value {
    font-size: 28px;
    font-weight: 600;
    color: #c0315a;
}

.process-timeline {
    padding: 100px 60px;
    background-color: #f8f9fa;
}

.process-timeline h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 70px;
    color: #2c3e50;
}

.timeline-content {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.timeline-step {
    padding: 35px;
    background-color: #ffffff;
    border-left: 4px solid #c0315a;
}

.timeline-step h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #2c3e50;
}

.timeline-step p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

.cta-section {
    padding: 100px 60px;
    background-color: #ffffff;
    text-align: center;
}

.cta-content h2 {
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #2c3e50;
}

.cta-content p {
    font-size: 17px;
    color: #666;
    margin-bottom: 40px;
}

.impressum-content {
    padding: 60px 60px 100px;
    background-color: #ffffff;
}

.impressum-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.impressum-wrapper h2 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 50px;
    color: #2c3e50;
}

.contact-block {
    margin-bottom: 45px;
}

.contact-block h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #2c3e50;
}

.contact-block p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 8px;
}

.location-section {
    padding: 80px 60px;
    background-color: #f8f9fa;
}

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

.location-content h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 25px;
    color: #2c3e50;
}

.location-content p {
    font-size: 17px;
    color: #555;
    line-height: 1.9;
    margin-bottom: 18px;
}

.thanks-section {
    padding: 120px 60px;
    background-color: #ffffff;
}

.thanks-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.thanks-content h1 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #2c3e50;
}

.thanks-message {
    font-size: 20px;
    color: #666;
    margin-bottom: 50px;
}

.service-confirmation {
    margin-bottom: 50px;
}

.service-selected {
    font-size: 18px;
    color: #c0315a;
    padding: 20px;
    background-color: #f8f9fa;
    border-left: 4px solid #c0315a;
}

.thanks-info {
    margin-bottom: 60px;
    text-align: left;
}

.thanks-info h2 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #2c3e50;
}

.thanks-info p {
    font-size: 17px;
    color: #555;
    line-height: 1.9;
    margin-bottom: 18px;
}

.thanks-cta {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.legal-content {
    padding: 60px 60px 100px;
    background-color: #ffffff;
}

.legal-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.legal-wrapper h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 50px;
    color: #2c3e50;
}

.legal-wrapper h2:first-child {
    margin-top: 0;
}

.legal-wrapper h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 18px;
    margin-top: 35px;
    color: #2c3e50;
}

.legal-wrapper h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    margin-top: 25px;
    color: #34495e;
}

.legal-wrapper p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 18px;
}

.legal-wrapper ul {
    margin-bottom: 25px;
    padding-left: 30px;
}

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

.legal-wrapper a {
    color: #c0315a;
    text-decoration: none;
}

.legal-wrapper a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .main-nav {
        flex-direction: column;
        gap: 20px;
        padding: 20px 30px;
    }

    .nav-links {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

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

    .hero-subtitle {
        font-size: 17px;
    }

    .process-visual,
    .craftmanship-section,
    .team-content,
    .service-detail {
        flex-direction: column;
        gap: 40px;
    }

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

    .services-grid {
        flex-direction: column;
    }

    .philosophy-content {
        flex-direction: column;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .cookie-buttons {
        justify-content: center;
    }

    .footer-content {
        flex-direction: column;
        gap: 40px;
    }

    .thanks-cta {
        flex-direction: column;
    }

    .btn-secondary {
        margin-left: 0;
    }
}