* {
    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;
    overflow-x: hidden;
}

.ad-disclosure {
    background: #f8f9fa;
    padding: 8px 20px;
    text-align: center;
    font-size: 13px;
    color: #6c757d;
    border-bottom: 1px solid #dee2e6;
}

.nav-floating {
    position: fixed;
    top: 50px;
    right: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.nav-brand {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
}

.nav-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

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

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

.hero-asymmetric {
    min-height: 100vh;
    display: flex;
    position: relative;
    padding: 80px 40px;
}

.hero-offset-content {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 60px;
    z-index: 2;
}

.hero-title-stacked {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.1;
    color: #1a1a1a;
    margin-bottom: 24px;
}

.hero-subtitle {
    font-size: 22px;
    color: #555;
    margin-bottom: 40px;
    max-width: 400px;
}

.cta-hero {
    display: inline-block;
    padding: 16px 36px;
    background: #2c3e50;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    align-self: flex-start;
    transition: background 0.3s;
}

.cta-hero:hover {
    background: #34495e;
}

.hero-image-overlap {
    position: absolute;
    right: -100px;
    top: 120px;
    width: 60%;
    height: 75%;
    transform: rotate(-3deg);
    background: #e8f4f8;
}

.hero-image-overlap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

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

.intro-content-narrow {
    width: 50%;
    padding-left: 40px;
}

.intro-content-narrow h2 {
    font-size: 42px;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.intro-content-narrow p {
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.8;
}

.intro-visual-aside {
    width: 40%;
    transform: translateY(-40px);
    background: #fef9f3;
}

.intro-visual-aside img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
}

.services-asymmetric {
    padding: 100px 60px;
    background: #f7f9fb;
}

.section-header-offset {
    margin-bottom: 80px;
    margin-left: 120px;
}

.section-label {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #7f8c8d;
    margin-bottom: 12px;
}

.section-header-offset h2 {
    font-size: 48px;
    color: #1a1a1a;
}

.service-card {
    display: flex;
    margin-bottom: 60px;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.card-position-1 {
    margin-left: 40px;
    width: 85%;
}

.card-position-2 {
    margin-left: 180px;
    width: 80%;
}

.card-position-3 {
    margin-left: 60px;
    width: 88%;
}

.card-position-4 {
    margin-left: 200px;
    width: 75%;
}

.card-position-5 {
    margin-left: 20px;
    width: 90%;
}

.card-position-6 {
    margin-left: 140px;
    width: 82%;
}

.service-image-wrapper {
    width: 45%;
    background: #e8f4f8;
}

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

.service-content {
    width: 55%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-content h3 {
    font-size: 28px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

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

.service-price {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
}

.select-service-btn {
    padding: 14px 28px;
    background: #3498db;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    align-self: flex-start;
    transition: background 0.3s;
}

.select-service-btn:hover {
    background: #2980b9;
}

.form-section-diagonal {
    padding: 140px 80px;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    transform: skewY(-2deg);
    margin-top: 80px;
}

.form-container-offset {
    transform: skewY(2deg);
    max-width: 600px;
    margin-left: 120px;
    background: white;
    padding: 50px;
    border-radius: 8px;
}

.form-container-offset h2 {
    font-size: 38px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.form-intro {
    font-size: 16px;
    color: #555;
    margin-bottom: 32px;
}

.booking-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.form-group input,
.form-group select {
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s;
}

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

.submit-btn {
    padding: 16px 32px;
    background: #2c3e50;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.submit-btn:hover {
    background: #34495e;
}

.testimonials-scattered {
    padding: 120px 60px;
    background: #fef9f3;
    position: relative;
}

.testimonials-title {
    font-size: 48px;
    text-align: center;
    margin-bottom: 80px;
    color: #1a1a1a;
}

.testimonial-item {
    background: white;
    padding: 32px;
    border-radius: 8px;
    max-width: 450px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}

.position-a {
    margin-left: 80px;
}

.position-b {
    margin-left: 320px;
}

.position-c {
    margin-left: 160px;
}

.testimonial-text {
    font-size: 18px;
    color: #2c3e50;
    font-style: italic;
    margin-bottom: 16px;
    line-height: 1.7;
}

.testimonial-author {
    font-size: 14px;
    color: #7f8c8d;
    font-weight: 600;
}

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

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

.footer-col-1 {
    flex: 1.5;
}

.footer-column h3 {
    font-size: 24px;
    margin-bottom: 16px;
}

.footer-column h4 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #ecf0f1;
}

.footer-column p {
    font-size: 15px;
    color: #bdc3c7;
    line-height: 1.7;
}

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

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

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

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

.footer-bottom {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #34495e;
    color: #7f8c8d;
    font-size: 14px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c3e50;
    color: white;
    padding: 24px 40px;
    display: none;
    z-index: 2000;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
}

.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.6;
}

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

.cookie-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.3s;
}

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

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

.cookie-btn:hover {
    opacity: 0.9;
}

.thanks-container {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
}

.thanks-content {
    max-width: 600px;
    text-align: center;
    background: white;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.thanks-icon {
    font-size: 72px;
    margin-bottom: 24px;
}

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

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

.thanks-service {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin: 24px 0;
}

.back-home {
    display: inline-block;
    margin-top: 32px;
    padding: 16px 36px;
    background: #2c3e50;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background 0.3s;
}

.back-home:hover {
    background: #34495e;
}

.about-hero {
    padding: 140px 80px 80px;
    background: linear-gradient(135deg, #ecf0f1 0%, #bdc3c7 100%);
}

.about-hero h1 {
    font-size: 64px;
    margin-bottom: 24px;
    color: #1a1a1a;
    max-width: 700px;
}

.about-hero p {
    font-size: 22px;
    color: #2c3e50;
    max-width: 600px;
    line-height: 1.7;
}

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

.about-story-text {
    flex: 1;
}

.about-story-text h2 {
    font-size: 42px;
    margin-bottom: 28px;
    color: #1a1a1a;
}

.about-story-text p {
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.8;
}

.about-story-image {
    flex: 1;
    background: #e8f4f8;
}

.about-story-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.about-values {
    padding: 100px 80px;
    background: #f7f9fb;
}

.about-values h2 {
    font-size: 48px;
    margin-bottom: 60px;
    text-align: center;
    color: #1a1a1a;
}

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

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

.value-item h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #2c3e50;
}

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

.services-page-intro {
    padding: 140px 80px 60px;
    background: linear-gradient(135deg, #fef9f3 0%, #f7f9fb 100%);
}

.services-page-intro h1 {
    font-size: 64px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.services-page-intro p {
    font-size: 20px;
    color: #555;
    max-width: 700px;
    line-height: 1.8;
}

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

.contact-page {
    min-height: 80vh;
    padding: 140px 80px;
    background: linear-gradient(135deg, #ecf0f1 0%, #bdc3c7 100%);
}

.contact-content {
    max-width: 800px;
    background: white;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.contact-content h1 {
    font-size: 48px;
    margin-bottom: 32px;
    color: #1a1a1a;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}

.contact-item h3 {
    font-size: 18px;
    color: #2c3e50;
    margin-bottom: 8px;
    font-weight: 600;
}

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

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

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

.legal-page h2 {
    font-size: 32px;
    margin-top: 48px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.legal-page h3 {
    font-size: 24px;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #34495e;
}

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

.legal-page ul {
    margin-left: 24px;
    margin-bottom: 20px;
}

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

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

    .hero-offset-content {
        width: 100%;
        padding-left: 0;
    }

    .hero-image-overlap {
        position: relative;
        right: 0;
        width: 100%;
        height: 400px;
        margin-top: 40px;
        transform: rotate(0);
    }

    .intro-block-offset {
        flex-direction: column;
        padding: 80px 30px;
    }

    .intro-content-narrow,
    .intro-visual-aside {
        width: 100%;
    }

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

    .service-image-wrapper,
    .service-content {
        width: 100%;
    }

    .nav-floating {
        top: 20px;
        right: 20px;
        padding: 15px;
    }

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

    .testimonial-item {
        margin-left: 0 !important;
        max-width: 100%;
    }
}