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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #fafafa;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.95);
    color: #fff;
    padding: 1.5rem;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cookie-banner.hidden {
    display: none;
}

.cookie-content {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.cookie-content p {
    margin: 0;
    font-size: 0.95rem;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
}

.btn-accept,
.btn-reject {
    padding: 0.7rem 1.8rem;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-accept {
    background-color: #4a7c59;
    color: #fff;
}

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

.btn-reject {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

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

.header-asymmetric {
    position: relative;
    padding: 1rem 2rem;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.ad-disclosure {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f4f4f4;
    padding: 0.4rem 1rem;
    font-size: 0.75rem;
    color: #666;
}

.nav-floating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 1.5rem;
}

.brand-offset {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c2c2c;
    transform: translateX(-20px);
}

.nav-scattered {
    display: flex;
    gap: 2.5rem;
    list-style: none;
}

.nav-scattered a {
    text-decoration: none;
    color: #2c2c2c;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-scattered a:hover {
    color: #4a7c59;
}

.hero-offset {
    display: flex;
    max-width: 1400px;
    margin: 4rem auto;
    padding: 0 2rem;
    gap: 3rem;
    align-items: flex-start;
}

.hero-image-diagonal {
    flex: 1.3;
    height: 550px;
    background-size: cover;
    background-position: center;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}

.hero-text-overlay {
    position: absolute;
    bottom: 3rem;
    left: 2.5rem;
    background-color: rgba(255, 255, 255, 0.92);
    padding: 2.5rem;
    max-width: 500px;
    transform: translateX(-40px);
}

.hero-text-overlay h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #2c2c2c;
}

.hero-text-overlay p {
    font-size: 1.1rem;
    color: #555;
}

.hero-split-content {
    flex: 1;
    padding-top: 5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.hero-split-content p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #444;
}

.cta-offset {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #4a7c59;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    align-self: flex-start;
    transform: translateX(30px);
}

.cta-offset:hover {
    background-color: #3d6849;
    transform: translateX(30px) translateY(-2px);
}

.story-section {
    max-width: 1400px;
    margin: 8rem auto;
    padding: 0 2rem;
    display: flex;
    gap: 4rem;
    align-items: flex-start;
}

.story-block-left {
    flex: 1;
    position: relative;
}

.story-block-left img {
    width: 100%;
    height: auto;
    display: block;
}

.story-caption {
    background-color: #fff;
    padding: 2rem;
    margin-top: -3rem;
    margin-right: 3rem;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.story-caption h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #2c2c2c;
}

.story-caption p {
    font-size: 1rem;
    color: #555;
    line-height: 1.7;
}

.story-block-right {
    flex: 1;
    padding-top: 3rem;
}

.story-block-right h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    color: #2c2c2c;
    line-height: 1.3;
}

.story-block-right p {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
    color: #444;
    line-height: 1.8;
}

.problem-amplification {
    background-color: #f4f1ed;
    padding: 6rem 2rem;
    margin: 6rem 0;
}

.diagonal-block {
    max-width: 1000px;
    margin: 0 auto;
    transform: translateX(80px);
}

.diagonal-block h2 {
    font-size: 2.6rem;
    margin-bottom: 2.5rem;
    color: #2c2c2c;
}

.problem-list-offset {
    list-style: none;
    margin-bottom: 2.5rem;
}

.problem-list-offset li {
    font-size: 1.15rem;
    margin-bottom: 1.2rem;
    padding-left: 2rem;
    position: relative;
    color: #444;
}

.problem-list-offset li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #4a7c59;
    font-size: 1.5rem;
}

.insight-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #333;
    margin-top: 2rem;
    font-weight: 500;
}

.services-asymmetric {
    max-width: 1400px;
    margin: 8rem auto;
    padding: 0 2rem;
}

.section-title-offset {
    font-size: 3rem;
    margin-bottom: 4rem;
    transform: translateX(100px);
    color: #2c2c2c;
}

.service-card-offset {
    display: flex;
    margin-bottom: 4rem;
    gap: 3rem;
    align-items: center;
}

.service-card-offset.card-left {
    flex-direction: row;
    transform: translateX(-40px);
}

.service-card-offset.card-right {
    flex-direction: row-reverse;
    transform: translateX(60px);
}

.service-card-offset.card-center {
    flex-direction: row;
    transform: translateX(20px);
}

.card-image-wrapper {
    flex: 1;
    position: relative;
}

.card-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.card-content-overlap {
    flex: 1;
    background-color: #fff;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
}

.card-right .card-content-overlap {
    transform: translateX(-60px);
}

.card-left .card-content-overlap {
    transform: translateX(60px);
}

.card-content-overlap h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #2c2c2c;
}

.card-content-overlap p {
    font-size: 1.05rem;
    margin-bottom: 2rem;
    line-height: 1.7;
    color: #555;
}

.select-service-btn {
    padding: 1rem 2rem;
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.select-service-btn:hover {
    background-color: #4a7c59;
    transform: translateY(-2px);
}

.trust-building {
    background-color: #2c2c2c;
    color: #fff;
    padding: 7rem 2rem;
    margin: 6rem 0;
}

.trust-block-asymmetric {
    max-width: 1200px;
    margin: 0 auto;
}

.trust-block-asymmetric h2 {
    font-size: 2.8rem;
    margin-bottom: 4rem;
    transform: translateX(-50px);
}

.trust-reasons {
    display: flex;
    gap: 3rem;
}

.reason-offset {
    flex: 1;
}

.reason-offset:nth-child(1) {
    transform: translateY(0);
}

.reason-offset:nth-child(2) {
    transform: translateY(40px);
}

.reason-offset:nth-child(3) {
    transform: translateY(20px);
}

.reason-offset h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #fff;
}

.reason-offset p {
    font-size: 1rem;
    line-height: 1.7;
    color: #ccc;
}

.testimonials-scattered {
    max-width: 1200px;
    margin: 8rem auto;
    padding: 0 2rem;
}

.testimonials-scattered h2 {
    font-size: 2.6rem;
    margin-bottom: 4rem;
    text-align: center;
    color: #2c2c2c;
}

.testimonial-block {
    background-color: #f9f9f9;
    padding: 2.5rem;
    margin-bottom: 2rem;
    max-width: 600px;
    position: relative;
}

.testimonial-block.testimonial-left {
    margin-left: 0;
    transform: translateX(-30px);
}

.testimonial-block.testimonial-right {
    margin-left: auto;
    transform: translateX(50px);
}

.testimonial-block.testimonial-center {
    margin-left: auto;
    margin-right: auto;
}

.testimonial-block p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
    font-style: italic;
    margin-bottom: 1rem;
}

.testimonial-author {
    font-size: 0.95rem;
    color: #666;
    font-weight: 500;
}

.pricing-reveal {
    max-width: 1400px;
    margin: 8rem auto;
    padding: 0 2rem;
}

.pricing-reveal h2 {
    font-size: 2.8rem;
    margin-bottom: 3rem;
    color: #2c2c2c;
    transform: translateX(80px);
}

.pricing-grid-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.price-card {
    flex: 1 1 calc(33.333% - 2rem);
    background-color: #fff;
    padding: 2.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    min-width: 280px;
}

.price-card:nth-child(1) {
    transform: translateY(0);
}

.price-card:nth-child(2) {
    transform: translateY(30px);
}

.price-card:nth-child(3) {
    transform: translateY(-20px);
}

.price-card:nth-child(4) {
    transform: translateY(40px);
}

.price-card:nth-child(5) {
    transform: translateY(10px);
}

.price-card h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    color: #2c2c2c;
}

.price {
    font-size: 2rem;
    font-weight: 700;
    color: #4a7c59;
    margin-bottom: 1rem;
}

.price-note {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}

.form-section-offset {
    background-color: #f4f1ed;
    padding: 6rem 2rem;
    margin: 6rem 0;
}

.form-wrapper-asymmetric {
    max-width: 700px;
    margin: 0 auto;
    transform: translateX(-60px);
}

.form-wrapper-asymmetric h2 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    color: #2c2c2c;
}

.form-wrapper-asymmetric > p {
    font-size: 1.05rem;
    margin-bottom: 2.5rem;
    color: #555;
    line-height: 1.7;
}

.order-form {
    background-color: #fff;
    padding: 3rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.form-group {
    margin-bottom: 1.8rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.6rem;
    font-weight: 500;
    color: #2c2c2c;
    font-size: 0.95rem;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 0.9rem;
    border: 1px solid #ddd;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.btn-submit {
    width: 100%;
    padding: 1.2rem;
    background-color: #4a7c59;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #3d6849;
    transform: translateY(-2px);
}

.disclaimer-section {
    max-width: 1000px;
    margin: 4rem auto;
    padding: 2rem;
    background-color: #f9f9f9;
    border-left: 4px solid #4a7c59;
}

.disclaimer-text {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #666;
}

.footer-asymmetric {
    background-color: #1a1a1a;
    color: #ccc;
    padding: 5rem 2rem 2rem;
    margin-top: 6rem;
}

.footer-content-scattered {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 5rem;
    margin-bottom: 3rem;
}

.footer-block {
    flex: 1;
}

.footer-block:nth-child(1) {
    transform: translateY(0);
}

.footer-block:nth-child(2) {
    transform: translateY(30px);
}

.footer-block:nth-child(3) {
    transform: translateY(15px);
}

.footer-block h4 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    color: #fff;
}

.footer-block p {
    font-size: 0.95rem;
    line-height: 1.7;
}

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

.footer-block ul li {
    margin-bottom: 0.8rem;
}

.footer-block a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-block a:hover {
    color: #4a7c59;
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid #333;
    text-align: center;
}

.footer-bottom p {
    font-size: 0.9rem;
}

.thanks-container {
    max-width: 800px;
    margin: 6rem auto;
    padding: 4rem 2rem;
    text-align: center;
}

.thanks-container h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
    color: #4a7c59;
}

.thanks-container p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: #444;
}

.thanks-cta {
    display: inline-block;
    margin-top: 2rem;
    padding: 1rem 2.5rem;
    background-color: #4a7c59;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.thanks-cta:hover {
    background-color: #3d6849;
    transform: translateY(-2px);
}

.page-header {
    background-color: #f4f1ed;
    padding: 4rem 2rem;
    text-align: center;
}

.page-header h1 {
    font-size: 3rem;
    color: #2c2c2c;
}

.page-content {
    max-width: 1000px;
    margin: 4rem auto;
    padding: 0 2rem;
}

.page-content h2 {
    font-size: 2rem;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    color: #2c2c2c;
}

.page-content h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #2c2c2c;
}

.page-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #444;
}

.page-content ul,
.page-content ol {
    margin-left: 2rem;
    margin-bottom: 1.5rem;
}

.page-content li {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 0.8rem;
    color: #444;
}

.contact-info {
    background-color: #f9f9f9;
    padding: 3rem;
    margin: 3rem 0;
}

.contact-info h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    color: #2c2c2c;
}

.contact-info p {
    font-size: 1.05rem;
    margin-bottom: 1rem;
    color: #444;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 4rem 0;
}

.service-item {
    flex: 1 1 calc(50% - 1rem);
    background-color: #fff;
    padding: 2.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    min-width: 300px;
}

.service-item h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #2c2c2c;
}

.service-item p {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 1.5rem;
}

.service-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #4a7c59;
}

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

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

    .hero-text-overlay {
        transform: translateX(0);
    }

    .story-section {
        flex-direction: column;
    }

    .service-card-offset {
        flex-direction: column !important;
        transform: translateX(0) !important;
    }

    .card-content-overlap {
        transform: translateX(0) !important;
    }

    .trust-reasons {
        flex-direction: column;
    }

    .reason-offset {
        transform: translateY(0) !important;
    }

    .footer-content-scattered {
        flex-direction: column;
        gap: 2rem;
    }

    .footer-block {
        transform: translateY(0) !important;
    }

    .section-title-offset,
    .diagonal-block,
    .form-wrapper-asymmetric {
        transform: translateX(0) !important;
    }

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

    .price-card {
        transform: translateY(0) !important;
    }

    .nav-scattered {
        flex-direction: column;
        gap: 1rem;
    }
}