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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #fafafa;
}

.ad-notice {
    background-color: #34495e;
    color: #ecf0f1;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

.nav-brand {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    letter-spacing: -0.5px;
}

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

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

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

.hero-asymmetric {
    display: flex;
    flex-direction: column;
    min-height: 75vh;
    position: relative;
    background-color: #f8f9fa;
    overflow: hidden;
}

.hero-content-offset {
    padding: 80px 40px 50px 60px;
    max-width: 700px;
    z-index: 2;
    position: relative;
}

.hero-title-large {
    font-size: 58px;
    line-height: 1.1;
    font-weight: 700;
    color: #1a252f;
    margin-bottom: 25px;
    letter-spacing: -1.5px;
}

.hero-subtitle {
    font-size: 20px;
    color: #546e7a;
    line-height: 1.5;
    max-width: 500px;
}

.hero-image-overlap {
    position: absolute;
    right: -50px;
    top: 120px;
    width: 55%;
    height: 500px;
    z-index: 1;
    background-color: #e0e0e0;
}

.hero-image-overlap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: -15px 15px 40px rgba(0, 0, 0, 0.15);
}

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

.intro-block-left {
    flex: 1;
    max-width: 550px;
}

.intro-block-left h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a252f;
    font-weight: 600;
}

.intro-block-left p {
    font-size: 17px;
    color: #5a6c7d;
    margin-bottom: 18px;
    line-height: 1.7;
}

.intro-image-float {
    flex: 1;
    max-width: 450px;
    margin-top: -60px;
    background-color: #e0e0e0;
}

.intro-image-float img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.services-stacked-offset {
    padding: 100px 40px;
    background-color: #f4f6f8;
}

.section-title-right {
    font-size: 42px;
    text-align: right;
    margin-bottom: 60px;
    color: #1a252f;
    font-weight: 600;
    padding-right: 40px;
}

.services-irregular-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    background-color: #ffffff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    background-color: #fefefe;
}

.service-card:hover {
    transform: translateY(-5px);
}

.card-offset-1 {
    margin-left: 0;
    max-width: 700px;
}

.card-offset-2 {
    margin-left: 150px;
    max-width: 720px;
}

.card-offset-3 {
    margin-left: 80px;
    max-width: 750px;
}

.card-offset-4 {
    margin-left: 220px;
    max-width: 680px;
}

.card-offset-5 {
    margin-left: 50px;
    max-width: 740px;
}

.service-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    margin-bottom: 10px;
    background-color: #e8eaed;
}

.service-card h3 {
    font-size: 26px;
    color: #2c3e50;
    font-weight: 600;
}

.service-card p {
    font-size: 16px;
    color: #5a6c7d;
    line-height: 1.6;
}

.service-card .price {
    font-size: 28px;
    color: #e74c3c;
    font-weight: 700;
    margin-top: 10px;
}

.btn-select {
    background-color: #2c3e50;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: 500;
    margin-top: 10px;
}

.btn-select:hover {
    background-color: #1a252f;
}

.form-section-diagonal {
    padding: 100px 40px;
    background-color: #34495e;
    display: flex;
    justify-content: center;
}

.form-container-offset {
    max-width: 600px;
    width: 100%;
    background-color: #ffffff;
    padding: 50px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    margin-left: 100px;
}

.form-container-offset h2 {
    font-size: 32px;
    margin-bottom: 30px;
    color: #1a252f;
}

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

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

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    font-size: 15px;
    background-color: #fafafa;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #3498db;
    background-color: #ffffff;
}

.btn-submit {
    background-color: #e74c3c;
    color: #ffffff;
    border: none;
    padding: 16px 40px;
    font-size: 17px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: 600;
    width: 100%;
    margin-top: 10px;
}

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

.story-overlap {
    padding: 90px 40px;
    background-color: #ffffff;
    display: flex;
    justify-content: flex-end;
}

.story-text-block {
    max-width: 650px;
    padding-right: 80px;
}

.story-text-block h2 {
    font-size: 38px;
    margin-bottom: 25px;
    color: #1a252f;
    font-weight: 600;
}

.story-text-block p {
    font-size: 17px;
    color: #5a6c7d;
    line-height: 1.7;
    margin-bottom: 18px;
}

.footer-irregular {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 60px 40px 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

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

.footer-section h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #ffffff;
}

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

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

.footer-section a {
    display: block;
    color: #bdc3c7;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 14px;
    transition: color 0.3s ease;
}

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

.disclaimer-text {
    font-size: 12px;
    line-height: 1.5;
    color: #95a5a6;
    font-style: italic;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a252f;
    color: #ffffff;
    padding: 25px 40px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    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;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 15px;
}

.cookie-content a {
    color: #3498db;
    text-decoration: underline;
}

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

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

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

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

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

.btn-cookie-reject:hover {
    background-color: #6c7a7b;
}

.about-hero-offset {
    display: flex;
    padding: 80px 40px;
    gap: 60px;
    background-color: #f8f9fa;
    align-items: flex-start;
}

.about-content-diagonal {
    flex: 1;
    max-width: 600px;
    padding-top: 40px;
}

.about-content-diagonal h1 {
    font-size: 48px;
    margin-bottom: 25px;
    color: #1a252f;
    font-weight: 700;
}

.lead-text {
    font-size: 20px;
    color: #546e7a;
    line-height: 1.6;
}

.about-image-overlap {
    flex: 1;
    max-width: 500px;
    margin-top: 60px;
    background-color: #e0e0e0;
}

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

.about-story-irregular {
    padding: 80px 40px;
    background-color: #ffffff;
    display: flex;
    gap: 80px;
}

.story-block-1,
.story-block-2 {
    flex: 1;
}

.story-block-1 {
    margin-top: 0;
}

.story-block-2 {
    margin-top: 60px;
}

.story-block-1 h2,
.story-block-2 h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a252f;
    font-weight: 600;
}

.story-block-1 p,
.story-block-2 p {
    font-size: 16px;
    color: #5a6c7d;
    line-height: 1.7;
    margin-bottom: 18px;
}

.values-offset-grid {
    padding: 80px 40px;
    background-color: #f4f6f8;
}

.section-title-centered {
    font-size: 42px;
    text-align: center;
    margin-bottom: 60px;
    color: #1a252f;
    font-weight: 600;
}

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

.value-item {
    background-color: #ffffff;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.value-offset-1 {
    margin-left: 0;
    max-width: 650px;
}

.value-offset-2 {
    margin-left: 180px;
    max-width: 700px;
}

.value-offset-3 {
    margin-left: 90px;
    max-width: 680px;
}

.value-item h3 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #2c3e50;
    font-weight: 600;
}

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

.team-asymmetric {
    padding: 80px 40px;
    background-color: #ffffff;
    display: flex;
    justify-content: flex-end;
}

.team-content {
    max-width: 700px;
    padding-right: 60px;
}

.team-content h2 {
    font-size: 38px;
    margin-bottom: 25px;
    color: #1a252f;
    font-weight: 600;
}

.team-content p {
    font-size: 17px;
    color: #5a6c7d;
    line-height: 1.7;
    margin-bottom: 18px;
}

.services-hero-diagonal {
    padding: 80px 40px 60px 60px;
    background-color: #f8f9fa;
}

.services-hero-diagonal h1 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #1a252f;
    font-weight: 700;
    max-width: 800px;
}

.services-intro {
    font-size: 18px;
    color: #546e7a;
    max-width: 600px;
}

.services-detail-offset {
    padding: 60px 40px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.service-detail-card {
    display: flex;
    gap: 50px;
    align-items: center;
}

.card-position-1 {
    flex-direction: row;
}

.card-position-2 {
    flex-direction: row-reverse;
    margin-left: 120px;
}

.card-position-3 {
    flex-direction: row;
    margin-left: 60px;
}

.card-position-4 {
    flex-direction: row-reverse;
    margin-left: 100px;
}

.card-position-5 {
    flex-direction: row;
    margin-left: 40px;
}

.service-detail-image {
    flex: 1;
    max-width: 500px;
    background-color: #e8eaed;
}

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

.service-detail-content {
    flex: 1;
    max-width: 550px;
}

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

.service-description {
    font-size: 16px;
    color: #5a6c7d;
    line-height: 1.7;
    margin-bottom: 25px;
}

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

.service-features li {
    font-size: 15px;
    color: #5a6c7d;
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

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

.service-price-block {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
}

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

.price-amount {
    font-size: 32px;
    color: #e74c3c;
    font-weight: 700;
}

.btn-select-service {
    background-color: #2c3e50;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: 500;
    max-width: 250px;
}

.btn-select-service:hover {
    background-color: #1a252f;
}

.booking-cta-section {
    padding: 80px 40px;
    background-color: #34495e;
    text-align: center;
}

.booking-cta-section h2 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 600;
}

.booking-cta-section p {
    font-size: 18px;
    color: #ecf0f1;
    margin-bottom: 35px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.btn-cta-large {
    display: inline-block;
    background-color: #e74c3c;
    color: #ffffff;
    padding: 18px 50px;
    font-size: 18px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-weight: 600;
}

.btn-cta-large:hover {
    background-color: #c0392b;
}

.contact-hero-offset {
    padding: 80px 40px 60px 60px;
    background-color: #f8f9fa;
}

.contact-hero-offset h1 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #1a252f;
    font-weight: 700;
}

.contact-intro {
    font-size: 18px;
    color: #546e7a;
    max-width: 700px;
}

.contact-info-asymmetric {
    padding: 80px 40px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.contact-block {
    max-width: 600px;
    padding: 30px;
    background-color: #f8f9fa;
}

.contact-offset-1 {
    margin-left: 0;
}

.contact-offset-2 {
    margin-left: 150px;
}

.contact-offset-3 {
    margin-left: 80px;
}

.contact-offset-4 {
    margin-left: 200px;
}

.contact-block h2 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #2c3e50;
    font-weight: 600;
}

.contact-detail {
    font-size: 17px;
    color: #5a6c7d;
    line-height: 1.7;
}

.contact-email {
    color: #5a6c7d;
    font-weight: 500;
}

.contact-note {
    font-size: 14px;
    color: #7f8c8d;
    margin-top: 10px;
    font-style: italic;
}

.location-info-section {
    padding: 80px 40px;
    background-color: #f4f6f8;
    max-width: 900px;
    margin: 0 auto;
}

.location-info-section h2 {
    font-size: 34px;
    margin-bottom: 25px;
    color: #1a252f;
    font-weight: 600;
}

.location-info-section p {
    font-size: 16px;
    color: #5a6c7d;
    line-height: 1.7;
    margin-bottom: 18px;
}

.thanks-section-centered {
    padding: 120px 40px;
    background-color: #f8f9fa;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
}

.thanks-content {
    max-width: 700px;
    text-align: center;
}

.thanks-content h1 {
    font-size: 48px;
    margin-bottom: 30px;
    color: #27ae60;
    font-weight: 700;
}

.thanks-message {
    font-size: 18px;
    color: #5a6c7d;
    line-height: 1.7;
    margin-bottom: 20px;
}

.thanks-service-note {
    font-size: 16px;
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 25px;
}

.thanks-info {
    font-size: 16px;
    color: #7f8c8d;
    line-height: 1.6;
    margin-bottom: 40px;
}

.btn-back-home {
    display: inline-block;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 16px 40px;
    font-size: 16px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-weight: 500;
}

.btn-back-home:hover {
    background-color: #1a252f;
}

.legal-content {
    padding: 80px 40px;
    max-width: 900px;
    margin: 0 auto;
    background-color: #ffffff;
}

.legal-content h1 {
    font-size: 42px;
    margin-bottom: 15px;
    color: #1a252f;
    font-weight: 700;
}

.legal-intro {
    font-size: 14px;
    color: #7f8c8d;
    margin-bottom: 40px;
}

.legal-content h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 600;
}

.legal-content h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #34495e;
    font-weight: 600;
}

.legal-content p {
    font-size: 16px;
    color: #5a6c7d;
    line-height: 1.7;
    margin-bottom: 18px;
}

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

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

.legal-content a {
    color: #3498db;
    text-decoration: underline;
    transition: color 0.3s ease;
}

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

.legal-content strong {
    color: #2c3e50;
    font-weight: 600;
}

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

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

    .intro-diagonal,
    .about-hero-offset,
    .about-story-irregular {
        flex-direction: column;
    }

    .services-irregular-grid .service-card {
        margin-left: 0 !important;
        max-width: 100%;
    }

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

    .service-detail-card {
        flex-direction: column !important;
        margin-left: 0 !important;
    }

    .contact-info-asymmetric .contact-block {
        margin-left: 0 !important;
    }

    .hero-title-large {
        font-size: 38px;
    }

    .nav-links {
        flex-wrap: wrap;
        gap: 15px;
    }

    .footer-irregular {
        flex-direction: column;
    }

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