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

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

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

.nav-floating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    background-color: rgba(255, 255, 255, 0.98);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.nav-logo {
    font-size: 26px;
    font-weight: 700;
    color: #8b6f47;
}

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

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

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

.hero-asymmetric {
    display: flex;
    min-height: 85vh;
    position: relative;
}

.hero-content-offset {
    flex: 1;
    padding: 120px 80px 80px 80px;
    background-color: #f9f5f1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.hero-content-offset h1 {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #2c2416;
    font-weight: 700;
}

.hero-content-offset p {
    font-size: 19px;
    margin-bottom: 35px;
    color: #5a4a35;
    max-width: 520px;
}

.hero-image-irregular {
    flex: 1.3;
    background-size: cover;
    background-position: center;
    position: relative;
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}

.cta-primary {
    display: inline-block;
    padding: 16px 40px;
    background-color: #8b6f47;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    transition: background-color 0.3s, transform 0.2s;
    align-self: flex-start;
}

.cta-primary:hover {
    background-color: #6e5836;
    transform: translateY(-2px);
}

.story-block {
    padding: 90px 60px;
    background-color: #fff;
}

.story-narrow {
    max-width: 720px;
    margin: 0 auto;
}

.story-narrow h2 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #2c2416;
    line-height: 1.3;
}

.story-narrow p {
    font-size: 18px;
    margin-bottom: 22px;
    color: #555;
}

.citation {
    color: #8b6f47;
    font-weight: 600;
    text-decoration: none;
}

.citation:hover {
    text-decoration: underline;
}

.problem-amplification {
    padding: 80px 60px;
    background-color: #faf7f3;
}

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

.problem-card {
    flex: 1;
    padding: 50px 40px;
    background-color: #fff;
    border-left: 4px solid #8b6f47;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.card-left {
    transform: translateY(-20px);
}

.card-right {
    transform: translateY(20px);
}

.problem-card h3 {
    font-size: 26px;
    margin-bottom: 18px;
    color: #2c2416;
}

.problem-card p {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
}

.insight-section {
    padding: 100px 60px;
}

.insight-container {
    display: flex;
    gap: 70px;
    max-width: 1300px;
    margin: 0 auto;
    align-items: center;
}

.insight-text {
    flex: 1.2;
}

.insight-text h2 {
    font-size: 40px;
    margin-bottom: 25px;
    color: #2c2416;
}

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

.insight-image {
    flex: 1;
}

.insight-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.testimonials-irregular {
    padding: 90px 60px;
    background-color: #fff;
}

.testimonials-irregular h2 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 60px;
    color: #2c2416;
}

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

.testimonial {
    flex: 1;
    min-width: 280px;
    padding: 35px 30px;
    background-color: #faf7f3;
    border-radius: 6px;
    position: relative;
}

.testimonial-offset-1 {
    transform: translateY(-15px);
}

.testimonial-offset-2 {
    transform: translateY(15px);
}

.testimonial-offset-3 {
    transform: translateY(-8px);
}

.testimonial p {
    font-size: 17px;
    font-style: italic;
    margin-bottom: 20px;
    color: #444;
    line-height: 1.6;
}

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

.services-reveal {
    padding: 100px 60px;
    background-color: #f9f5f1;
}

.services-reveal h2 {
    text-align: center;
    font-size: 44px;
    margin-bottom: 70px;
    color: #2c2416;
}

.services-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
    justify-content: center;
}

.service-card {
    flex: 0 1 calc(50% - 20px);
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
}

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

.service-card-1 {
    margin-top: -20px;
}

.service-card-2 {
    margin-top: 20px;
}

.service-card-3 {
    margin-top: 10px;
}

.service-card-4 {
    margin-top: -10px;
}

.service-card img {
    width: 100%;
    height: 280px;
}

.service-card h3 {
    font-size: 24px;
    margin: 25px 30px 15px;
    color: #2c2416;
}

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

.service-card .price {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #8b6f47;
    margin: 20px 30px;
}

.service-card .select-service {
    display: block;
    width: calc(100% - 60px);
    margin: 0 30px 30px;
    padding: 14px;
    background-color: #8b6f47;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.service-card .select-service:hover {
    background-color: #6e5836;
}

.service-card .select-service.selected {
    background-color: #4a7c59;
}

.form-section {
    padding: 90px 60px;
    background-color: #fff;
}

.form-container-asymmetric {
    max-width: 650px;
    margin: 0 100px;
}

.form-intro {
    margin-bottom: 40px;
}

.form-intro h2 {
    font-size: 38px;
    margin-bottom: 15px;
    color: #2c2416;
}

.form-intro p {
    font-size: 17px;
    color: #555;
}

.order-form {
    background-color: #faf7f3;
    padding: 45px;
    border-radius: 8px;
}

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

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

.form-group input {
    width: 100%;
    padding: 14px;
    border: 2px solid #e0d5c3;
    border-radius: 4px;
    font-size: 15px;
    transition: border-color 0.3s;
}

.form-group input:focus {
    outline: none;
    border-color: #8b6f47;
}

.form-group input[readonly] {
    background-color: #f0ebe3;
    cursor: not-allowed;
}

.cta-submit {
    width: 100%;
    padding: 16px;
    background-color: #8b6f47;
    color: #fff;
    border: none;
    font-size: 17px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.cta-submit:hover {
    background-color: #6e5836;
}

.disclaimer-section {
    padding: 60px 60px;
    background-color: #fef9f3;
    border-top: 2px solid #e8dcc8;
}

.disclaimer-content {
    max-width: 1100px;
    margin: 0 auto;
}

.disclaimer-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
}

.footer-asymmetric {
    background-color: #2c2416;
    color: #d4c8b5;
    padding: 70px 60px 30px;
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    max-width: 1300px;
    margin: 0 auto 40px;
    flex-wrap: wrap;
}

.footer-brand h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #f4e9d8;
}

.footer-brand p {
    font-size: 15px;
    line-height: 1.6;
    max-width: 280px;
}

.footer-links h4,
.footer-legal h4,
.footer-references h4 {
    font-size: 18px;
    margin-bottom: 18px;
    color: #f4e9d8;
}

.footer-links ul,
.footer-legal ul {
    list-style: none;
}

.footer-links li,
.footer-legal li {
    margin-bottom: 12px;
}

.footer-links a,
.footer-legal a {
    color: #d4c8b5;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

.footer-links a:hover,
.footer-legal a:hover {
    color: #f4e9d8;
}

.footer-references {
    flex: 1 1 300px;
}

.reference-item {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.reference-item a {
    color: #8b6f47;
    text-decoration: none;
}

.reference-item a:hover {
    text-decoration: underline;
}

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

.footer-bottom p {
    font-size: 14px;
    color: #a89b87;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(44, 36, 22, 0.97);
    color: #f4e9d8;
    padding: 25px 40px;
    z-index: 10000;
    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;
    flex-wrap: wrap;
}

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

.cookie-content a {
    color: #8b6f47;
    text-decoration: underline;
}

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

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

.cookie-accept {
    background-color: #8b6f47;
    color: #fff;
}

.cookie-accept:hover {
    background-color: #6e5836;
}

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

.cookie-reject:hover {
    background-color: rgba(244, 233, 216, 0.1);
}

.about-hero,
.services-hero,
.contact-hero {
    padding: 100px 60px 60px;
    background-color: #f9f5f1;
    text-align: center;
}

.about-hero h1,
.services-hero h1,
.contact-hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #2c2416;
}

.about-hero p,
.services-hero p,
.contact-hero p {
    font-size: 19px;
    color: #5a4a35;
}

.about-story {
    padding: 90px 60px;
    background-color: #fff;
}

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

.about-text {
    flex: 1.3;
}

.about-text h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #2c2416;
}

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

.about-image {
    flex: 1;
}

.about-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

.values-section {
    padding: 80px 60px;
    background-color: #faf7f3;
}

.values-section h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 50px;
    color: #2c2416;
}

.values-grid {
    display: flex;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.value-card {
    flex: 1;
    min-width: 280px;
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.value-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #8b6f47;
}

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

.mission-section {
    padding: 90px 60px;
}

.mission-content {
    max-width: 800px;
    margin: 0 auto;
}

.mission-content h2 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #2c2416;
}

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

.services-detailed {
    padding: 60px;
    max-width: 1300px;
    margin: 0 auto;
}

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

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

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

.service-detail-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

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

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

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

.service-benefits {
    list-style: none;
    margin-bottom: 25px;
}

.service-benefits li {
    padding: 10px 0 10px 30px;
    position: relative;
    font-size: 16px;
    color: #555;
}

.service-benefits li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #8b6f47;
    font-weight: 700;
    font-size: 18px;
}

.service-price {
    font-size: 26px;
    font-weight: 700;
    color: #8b6f47;
}

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

.cta-section h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #2c2416;
}

.cta-section p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #5a4a35;
}

.contact-content {
    padding: 80px 60px;
    background-color: #fff;
}

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

.contact-block {
    flex: 1;
}

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

.contact-item h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #8b6f47;
}

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

.contact-image {
    flex: 1;
}

.contact-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

.contact-map-section {
    padding: 80px 60px;
}

.map-placeholder {
    max-width: 1100px;
    margin: 0 auto;
    height: 400px;
    background-color: #e8dcc8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-placeholder p {
    font-size: 18px;
    color: #666;
}

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

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

.thanks-content h1 {
    font-size: 44px;
    margin-bottom: 25px;
    color: #2c2416;
}

.thanks-content > p {
    font-size: 19px;
    margin-bottom: 40px;
    color: #5a4a35;
}

.thanks-details {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    margin-bottom: 40px;
    text-align: left;
}

.thanks-details h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #2c2416;
}

.thanks-details ol {
    padding-left: 25px;
}

.thanks-details li {
    font-size: 17px;
    margin-bottom: 15px;
    color: #555;
    line-height: 1.7;
}

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

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

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

.legal-content h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #5a4a35;
}

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

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

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

.legal-content a {
    color: #8b6f47;
    text-decoration: none;
}

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

.legal-content em {
    display: block;
    margin-top: 40px;
    color: #888;
    font-size: 15px;
}

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

    .hero-image-irregular {
        min-height: 400px;
        clip-path: none;
    }

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

    .service-card {
        flex: 1 1 100%;
        margin-top: 0 !important;
    }

    .offset-grid,
    .testimonials-grid,
    .insight-container,
    .about-content-asymmetric,
    .contact-info-asymmetric {
        flex-direction: column;
    }

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

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

    .nav-links {
        gap: 20px;
    }

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

    .hero-content-offset {
        padding: 60px 30px;
    }

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

    .story-block,
    .problem-amplification,
    .insight-section,
    .testimonials-irregular,
    .services-reveal,
    .form-section {
        padding: 50px 30px;
    }

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

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

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