/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

a {
    text-decoration: none;
    color: inherit;
}

/* Ad Disclosure */
.ad-disclosure {
    background-color: #f8f9fa;
    padding: 8px 20px;
    text-align: center;
    font-size: 12px;
    color: #6c757d;
    border-bottom: 1px solid #e9ecef;
}

/* Floating Navigation */
.nav-floating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    position: sticky;
    top: 0;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.nav-brand {
    font-size: 24px;
    font-weight: bold;
    color: #2c3e50;
}

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

.nav-links a {
    color: #2c3e50;
    font-weight: 500;
    transition: color 0.3s;
}

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

/* Hero Asymmetric */
.hero-asymmetric {
    min-height: 85vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 60px 40px;
}

.hero-content-offset {
    max-width: 550px;
    z-index: 10;
    margin-left: 80px;
}

.hero-title-large {
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #2c3e50;
    font-weight: 800;
}

.hero-subtitle {
    font-size: 20px;
    margin-bottom: 35px;
    color: #546e7a;
    line-height: 1.5;
}

.cta-hero {
    display: inline-block;
    padding: 16px 38px;
    background-color: #2c3e50;
    color: #ffffff;
    font-weight: 600;
    border-radius: 6px;
    transition: background-color 0.3s;
}

.cta-hero:hover {
    background-color: #3498db;
}

.hero-image-overlap {
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    width: 55%;
    height: 75%;
    z-index: 1;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

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

/* Intro Offset Section */
.intro-offset {
    display: flex;
    gap: 60px;
    padding: 100px 40px;
    align-items: flex-start;
    background-color: #f8f9fa;
}

.intro-text-block {
    flex: 1.5;
    padding-left: 80px;
}

.intro-text-block h2 {
    font-size: 38px;
    margin-bottom: 25px;
    color: #2c3e50;
}

.intro-text-block p {
    font-size: 18px;
    margin-bottom: 18px;
    color: #546e7a;
    line-height: 1.7;
}

.intro-image-small {
    flex: 1;
    margin-top: 60px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #e9ecef;
}

/* Services Creative */
.services-creative {
    padding: 120px 40px;
    background-color: #ffffff;
}

.section-title-offset {
    font-size: 48px;
    margin-bottom: 70px;
    margin-left: 120px;
    color: #2c3e50;
}

.services-asymmetric-grid {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 1400px;
    margin: 0 auto;
}

.service-card {
    display: flex;
    align-items: center;
    gap: 50px;
    background-color: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s;
}

.service-card:hover {
    transform: translateX(10px);
}

.service-card-offset-1 {
    margin-left: 60px;
}

.service-card-offset-2 {
    margin-left: 180px;
    flex-direction: row-reverse;
}

.service-card-offset-3 {
    margin-left: 30px;
}

.service-card-offset-4 {
    margin-left: 220px;
    flex-direction: row-reverse;
}

.service-card-offset-5 {
    margin-left: 100px;
}

.service-image-container {
    width: 350px;
    height: 250px;
    flex-shrink: 0;
    background-color: #e9ecef;
}

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

.service-card h3 {
    font-size: 26px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.service-card p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #546e7a;
    line-height: 1.6;
}

.service-price {
    font-size: 28px;
    font-weight: bold;
    color: #3498db;
    margin-bottom: 15px;
}

.btn-select-service {
    padding: 12px 28px;
    background-color: #2c3e50;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-select-service:hover {
    background-color: #3498db;
}

/* Trust Section */
.trust-section {
    padding: 100px 40px;
    background-color: #2c3e50;
    color: #ffffff;
}

.trust-content-irregular {
    max-width: 800px;
    margin-left: 150px;
}

.trust-content-irregular h2 {
    font-size: 42px;
    margin-bottom: 25px;
}

.trust-content-irregular p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 40px;
}

.trust-stats {
    display: flex;
    gap: 80px;
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 48px;
    font-weight: bold;
    color: #3498db;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 16px;
    color: #ecf0f1;
}

/* Form Section Offset */
.form-section-offset {
    padding: 120px 40px;
    background-color: #f8f9fa;
}

.form-container-creative {
    max-width: 700px;
    margin-left: 200px;
}

.form-container-creative h2 {
    font-size: 42px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.form-container-creative > p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #546e7a;
}

.service-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-field label {
    font-weight: 600;
    color: #2c3e50;
}

.form-field input,
.form-field textarea {
    padding: 14px;
    border: 2px solid #e9ecef;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s;
}

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

.btn-submit {
    padding: 16px 40px;
    background-color: #3498db;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    align-self: flex-start;
}

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

.service-info-display {
    margin-top: 20px;
    padding: 15px;
    background-color: #e3f2fd;
    border-left: 4px solid #3498db;
    border-radius: 4px;
    display: none;
}

.service-info-display.active {
    display: block;
}

/* Testimonials Irregular */
.testimonials-irregular {
    padding: 100px 40px;
    background-color: #ffffff;
}

.testimonials-irregular h2 {
    font-size: 42px;
    margin-bottom: 60px;
    margin-left: 100px;
    color: #2c3e50;
}

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

.testimonial-card {
    padding: 35px;
    background-color: #f8f9fa;
    border-radius: 10px;
    border-left: 5px solid #3498db;
}

.testimonial-card:nth-child(1) {
    margin-left: 50px;
    max-width: 700px;
}

.testimonial-card:nth-child(2) {
    margin-left: 200px;
    max-width: 750px;
}

.testimonial-card:nth-child(3) {
    margin-left: 100px;
    max-width: 680px;
}

.testimonial-card p {
    font-size: 17px;
    line-height: 1.7;
    color: #2c3e50;
    margin-bottom: 15px;
    font-style: italic;
}

.testimonial-author {
    font-size: 15px;
    color: #546e7a;
    font-weight: 600;
}

/* Final CTA Offset */
.final-cta-offset {
    padding: 100px 40px;
    background-color: #ecf0f1;
}

.cta-content-irregular {
    max-width: 650px;
    margin-left: 180px;
}

.cta-content-irregular h2 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.cta-content-irregular p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #546e7a;
}

.cta-button-secondary {
    display: inline-block;
    padding: 16px 38px;
    background-color: #3498db;
    color: #ffffff;
    font-weight: 600;
    border-radius: 6px;
    transition: background-color 0.3s;
}

.cta-button-secondary:hover {
    background-color: #2980b9;
}

/* Footer Asymmetric */
.footer-asymmetric {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 60px 40px 20px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto 40px;
}

.footer-column h3,
.footer-column h4 {
    margin-bottom: 15px;
    color: #ffffff;
}

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

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

.footer-column a {
    color: #bdc3c7;
    transition: color 0.3s;
}

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

.footer-disclaimer {
    max-width: 1400px;
    margin: 0 auto 30px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.6;
    color: #bdc3c7;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #34495e;
    font-size: 14px;
    color: #95a5a6;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 25px 40px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    display: none;
}

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

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

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

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

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

.btn-cookie-accept {
    background-color: #3498db;
    color: #ffffff;
}

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

.btn-cookie-reject {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.btn-cookie-reject:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* About Page */
.about-hero {
    padding: 100px 40px;
    background-color: #f8f9fa;
}

.about-intro-offset {
    max-width: 800px;
    margin-left: 120px;
}

.about-intro-offset h1 {
    font-size: 52px;
    margin-bottom: 25px;
    color: #2c3e50;
}

.about-intro-offset p {
    font-size: 20px;
    color: #546e7a;
    line-height: 1.7;
}

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

.story-image-overlap {
    flex: 1;
    border-radius: 12px;
    overflow: hidden;
    background-color: #e9ecef;
}

.story-text-offset {
    flex: 1.2;
}

.story-text-offset h2 {
    font-size: 38px;
    margin-bottom: 25px;
    color: #2c3e50;
}

.story-text-offset p {
    font-size: 17px;
    margin-bottom: 18px;
    color: #546e7a;
    line-height: 1.7;
}

.team-section-creative {
    padding: 100px 40px;
    background-color: #f8f9fa;
}

.team-section-creative h2 {
    font-size: 42px;
    margin-bottom: 60px;
    margin-left: 100px;
    color: #2c3e50;
}

.team-grid-asymmetric {
    display: flex;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.team-member {
    flex: 1;
    padding: 35px;
    background-color: #ffffff;
    border-radius: 10px;
}

.team-member:nth-child(2) {
    margin-top: 40px;
}

.team-member h3 {
    font-size: 26px;
    margin-bottom: 8px;
    color: #2c3e50;
}

.team-role {
    font-size: 16px;
    color: #3498db;
    font-weight: 600;
    margin-bottom: 15px;
}

.team-member p:not(.team-role) {
    font-size: 16px;
    color: #546e7a;
    line-height: 1.6;
}

.values-offset {
    padding: 100px 40px;
    background-color: #ffffff;
}

.values-content {
    max-width: 1200px;
    margin: 0 auto;
}

.values-content h2 {
    font-size: 42px;
    margin-bottom: 60px;
    margin-left: 80px;
    color: #2c3e50;
}

.values-list-irregular {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.value-item {
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 10px;
}

.value-item:nth-child(1) {
    margin-left: 60px;
    max-width: 700px;
}

.value-item:nth-child(2) {
    margin-left: 180px;
    max-width: 750px;
}

.value-item:nth-child(3) {
    margin-left: 100px;
    max-width: 680px;
}

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

.value-item p {
    font-size: 17px;
    color: #546e7a;
    line-height: 1.6;
}

.cta-section-about {
    padding: 100px 40px;
    background-color: #ecf0f1;
    text-align: center;
}

.cta-section-about h2 {
    font-size: 42px;
    margin-bottom: 30px;
    color: #2c3e50;
}

.cta-button {
    display: inline-block;
    padding: 16px 38px;
    background-color: #3498db;
    color: #ffffff;
    font-weight: 600;
    border-radius: 6px;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #2980b9;
}

/* Services Page */
.services-header-offset {
    padding: 100px 40px;
    background-color: #f8f9fa;
    max-width: 800px;
    margin-left: 120px;
}

.services-header-offset h1 {
    font-size: 52px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.services-header-offset p {
    font-size: 18px;
    color: #546e7a;
}

.services-detailed {
    padding: 60px 40px 120px;
}

.service-detail-asymmetric {
    display: flex;
    gap: 80px;
    max-width: 1400px;
    margin: 0 auto 80px;
    align-items: center;
}

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

.service-detail-image {
    flex: 1;
    border-radius: 12px;
    overflow: hidden;
    background-color: #e9ecef;
}

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

.service-detail-content h2 {
    font-size: 36px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.service-price-large {
    font-size: 32px;
    font-weight: bold;
    color: #3498db;
    margin-bottom: 20px;
}

.service-detail-content > p {
    font-size: 17px;
    margin-bottom: 25px;
    color: #546e7a;
    line-height: 1.7;
}

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

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

.service-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: bold;
}

.services-cta-offset {
    padding: 100px 40px;
    background-color: #2c3e50;
    color: #ffffff;
    text-align: center;
}

.services-cta-offset h2 {
    font-size: 42px;
    margin-bottom: 20px;
}

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

/* Contact Page */
.contact-header-offset {
    padding: 100px 40px;
    background-color: #f8f9fa;
    max-width: 800px;
    margin-left: 120px;
}

.contact-header-offset h1 {
    font-size: 52px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.contact-header-offset p {
    font-size: 18px;
    color: #546e7a;
}

.contact-content-asymmetric {
    display: flex;
    gap: 80px;
    padding: 80px 40px;
    align-items: flex-start;
}

.contact-info-irregular {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.contact-block h2 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.contact-block p {
    font-size: 17px;
    color: #546e7a;
    line-height: 1.7;
}

.contact-visual-offset {
    flex: 1;
    margin-top: 60px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #e9ecef;
}

.contact-cta-section {
    padding: 100px 40px;
    background-color: #ecf0f1;
    text-align: center;
}

.contact-cta-section h2 {
    font-size: 42px;
    margin-bottom: 30px;
    color: #2c3e50;
}

/* Thanks Page */
.thanks-section {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 40px;
}

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

.thanks-content-center h1 {
    font-size: 48px;
    margin-bottom: 25px;
    color: #2c3e50;
}

.thanks-message {
    font-size: 18px;
    margin-bottom: 35px;
    color: #546e7a;
    line-height: 1.7;
}

.service-confirmation {
    padding: 20px;
    background-color: #e3f2fd;
    border-radius: 8px;
    margin-bottom: 35px;
    font-size: 17px;
    color: #2c3e50;
}

.thanks-next-steps {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2c3e50;
}

.thanks-steps-list {
    list-style: none;
    margin-bottom: 40px;
    text-align: left;
    display: inline-block;
}

.thanks-steps-list li {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    color: #546e7a;
}

.thanks-steps-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: bold;
}

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

.btn-primary {
    padding: 16px 38px;
    background-color: #3498db;
    color: #ffffff;
    font-weight: 600;
    border-radius: 6px;
    transition: background-color 0.3s;
}

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

.btn-secondary {
    padding: 16px 38px;
    background-color: transparent;
    color: #3498db;
    font-weight: 600;
    border: 2px solid #3498db;
    border-radius: 6px;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background-color: #3498db;
    color: #ffffff;
}

/* Legal Pages */
.legal-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 40px;
    line-height: 1.8;
}

.legal-content h1 {
    font-size: 42px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.legal-updated {
    font-size: 14px;
    color: #95a5a6;
    margin-bottom: 40px;
}

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

.legal-content h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.legal-content p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #546e7a;
}

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

.legal-content li {
    margin-bottom: 10px;
    color: #546e7a;
}

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

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

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

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

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

    .intro-offset,
    .about-story-irregular,
    .contact-content-asymmetric {
        flex-direction: column;
    }

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

    .service-image-container {
        width: 100%;
        height: 250px;
    }

    .section-title-offset,
    .form-container-creative,
    .cta-content-irregular,
    .trust-content-irregular {
        margin-left: 0;
    }

    .service-detail-asymmetric {
        flex-direction: column !important;
    }

    .testimonials-offset-grid .testimonial-card {
        margin-left: 0 !important;
        max-width: 100% !important;
    }

    .team-grid-asymmetric {
        flex-direction: column;
    }

    .team-member:nth-child(2) {
        margin-top: 0;
    }

    .values-list-irregular .value-item {
        margin-left: 0 !important;
        max-width: 100% !important;
    }

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

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

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

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

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

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

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

    .intro-text-block,
    .about-intro-offset,
    .services-header-offset,
    .contact-header-offset {
        padding-left: 0;
    }

    .intro-text-block h2,
    .story-text-offset h2,
    .about-intro-offset h1,
    .services-header-offset h1,
    .contact-header-offset h1 {
        font-size: 32px;
    }

    .section-title-offset,
    .trust-content-irregular h2,
    .form-container-creative h2,
    .cta-content-irregular h2,
    .testimonials-irregular h2,
    .team-section-creative h2,
    .values-content h2,
    .cta-section-about h2,
    .services-cta-offset h2,
    .contact-cta-section h2,
    .thanks-content-center h1 {
        font-size: 32px;
    }

    .trust-stats {
        gap: 40px;
    }

    .stat-number {
        font-size: 36px;
    }
}