* {
    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: #2c2c2c;
    background: #fafafa;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    color: #fff;
    padding: 20px;
    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;
    flex-wrap: wrap;
    gap: 20px;
}

.cookie-content p {
    flex: 1;
    min-width: 300px;
}

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

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

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

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

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

.nav-asymmetric {
    position: sticky;
    top: 0;
    background: #fff;
    padding: 16px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    z-index: 1000;
}

.nav-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.nav-items {
    display: flex;
    gap: 32px;
    align-items: center;
}

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

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

.ad-label {
    font-size: 12px;
    color: #666;
    padding: 4px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.hero-offset {
    max-width: 1400px;
    margin: 60px auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 80px;
    min-height: 600px;
}

.hero-content-left {
    flex: 1;
    padding-right: 40px;
    transform: translateY(-40px);
}

.hero-content-left h1 {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 28px;
    color: #1a1a1a;
    font-weight: 700;
}

.hero-content-left p {
    font-size: 20px;
    color: #4a4a4a;
    margin-bottom: 36px;
    line-height: 1.7;
}

.cta-primary {
    display: inline-block;
    background: #4a7c59;
    color: #fff;
    padding: 16px 36px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.cta-primary:hover {
    background: #3d6b4a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(74, 124, 89, 0.3);
}

.hero-image-right {
    flex: 1;
    position: relative;
    transform: translateY(40px);
}

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

.intro-asymmetric {
    max-width: 1400px;
    margin: 120px auto;
    padding: 0 40px;
    display: flex;
    gap: 100px;
    align-items: center;
}

.intro-block {
    flex: 1.2;
    background: #f5f5f5;
    padding: 60px;
    border-radius: 8px;
    transform: translateX(-60px);
}

.intro-text {
    font-size: 28px;
    line-height: 1.5;
    color: #2c2c2c;
    font-weight: 400;
}

.intro-image-offset {
    flex: 1;
    transform: translateY(-80px);
}

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

.problem-reveal {
    max-width: 800px;
    margin: 140px auto;
    padding: 0 40px;
}

.problem-content h2 {
    font-size: 42px;
    margin-bottom: 32px;
    color: #1a1a1a;
    font-weight: 700;
}

.problem-content p {
    font-size: 19px;
    margin-bottom: 24px;
    color: #4a4a4a;
    line-height: 1.7;
}

.insight-section {
    background: #2c3e35;
    padding: 100px 40px;
    margin: 140px 0;
}

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

.insight-image {
    flex: 1;
    transform: translateX(-40px) translateY(60px);
}

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

.insight-text {
    flex: 1;
    color: #fff;
    padding: 40px;
    transform: translateX(40px);
}

.insight-text h2 {
    font-size: 38px;
    margin-bottom: 28px;
    font-weight: 700;
}

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

.trust-builder {
    max-width: 1400px;
    margin: 120px auto;
    padding: 0 40px;
}

.trust-content {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.trust-card {
    flex: 1;
    min-width: 280px;
    background: #fff;
    padding: 48px 32px;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.trust-card.offset {
    transform: translateY(40px);
}

.trust-icon {
    width: 60px;
    height: 60px;
    background: #4a7c59;
    border-radius: 50%;
    margin-bottom: 24px;
}

.trust-card h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 600;
}

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

.testimonial-inline {
    max-width: 1400px;
    margin: 140px auto;
    padding: 0 40px;
}

.testimonial-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
    background: #f8f8f8;
    padding: 60px;
    border-radius: 8px;
}

.testimonial-content {
    flex: 1.3;
    transform: translateX(40px);
}

.testimonial-content blockquote {
    font-size: 24px;
    line-height: 1.6;
    font-style: italic;
    color: #2c2c2c;
    margin-bottom: 20px;
}

.testimonial-content cite {
    font-size: 16px;
    color: #666;
    font-style: normal;
}

.testimonial-image {
    flex: 1;
    transform: translateY(-80px);
}

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

.benefits-reveal {
    max-width: 1400px;
    margin: 140px auto;
    padding: 0 40px;
}

.benefits-reveal h2 {
    font-size: 42px;
    margin-bottom: 60px;
    text-align: center;
    color: #1a1a1a;
    font-weight: 700;
}

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

.benefit-item {
    flex: 1;
    min-width: 280px;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    border-left: 4px solid #4a7c59;
}

.benefit-item.offset-down {
    transform: translateY(40px);
}

.benefit-item.offset-up {
    transform: translateY(-40px);
}

.benefit-item h3 {
    font-size: 20px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 600;
}

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

.process-story {
    background: #f5f5f5;
    padding: 100px 40px;
    margin: 140px 0;
}

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

.process-text {
    flex: 1.2;
    padding: 40px;
    transform: translateX(60px);
}

.process-text h2 {
    font-size: 38px;
    margin-bottom: 28px;
    color: #1a1a1a;
    font-weight: 700;
}

.process-text p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #4a4a4a;
    line-height: 1.7;
}

.process-image-overlap {
    flex: 1;
    transform: translateX(-60px) translateY(-40px);
}

.process-image-overlap img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 16px 48px rgba(0,0,0,0.12);
    object-fit: cover;
}

.services-preview {
    max-width: 1400px;
    margin: 140px auto;
    padding: 0 40px;
}

.services-preview h2 {
    font-size: 42px;
    margin-bottom: 60px;
    text-align: center;
    color: #1a1a1a;
    font-weight: 700;
}

.services-asymmetric {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.service-card {
    display: flex;
    gap: 40px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.service-card.offset-left {
    transform: translateX(-80px);
}

.service-card.offset-right {
    transform: translateX(80px);
}

.service-image {
    flex: 1;
    background: #e8e8e8;
    min-height: 320px;
}

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

.service-info {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

.service-info p {
    font-size: 17px;
    color: #5a5a5a;
    line-height: 1.6;
    margin-bottom: 24px;
}

.service-price {
    font-size: 24px;
    color: #4a7c59;
    font-weight: 700;
    margin-bottom: 24px;
}

.btn-select {
    padding: 14px 28px;
    background: #2c2c2c;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.btn-select:hover {
    background: #1a1a1a;
    transform: translateY(-2px);
}

.cta-block {
    max-width: 900px;
    margin: 140px auto;
    padding: 80px 60px;
    background: #4a7c59;
    border-radius: 8px;
    text-align: center;
    transform: translateX(-100px);
}

.cta-content h2 {
    font-size: 38px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
}

.cta-content p {
    font-size: 19px;
    color: #e8e8e8;
    line-height: 1.6;
}

.form-section {
    max-width: 700px;
    margin: 100px auto 140px;
    padding: 0 40px;
}

.form-wrapper {
    background: #fff;
    padding: 60px;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.1);
    transform: translateX(80px);
}

.form-wrapper h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #1a1a1a;
    font-weight: 700;
}

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

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

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

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

.form-group textarea {
    resize: vertical;
}

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

.btn-submit:hover {
    background: #3d6b4a;
}

.footer-asymmetric {
    background: #1a1a1a;
    color: #e8e8e8;
    padding: 80px 40px 40px;
    margin-top: 140px;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

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

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
}

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

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

.footer-section ul li {
    margin-bottom: 12px;
}

.footer-section ul li a {
    color: #b8b8b8;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #fff;
}

.footer-disclaimer {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 40px;
    border-top: 1px solid #333;
}

.footer-disclaimer p {
    font-size: 13px;
    color: #888;
    line-height: 1.6;
}

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

    .hero-content-left,
    .hero-image-right {
        transform: none;
    }

    .intro-asymmetric {
        flex-direction: column;
        gap: 40px;
    }

    .intro-block {
        transform: none;
    }

    .intro-image-offset {
        transform: none;
    }

    .insight-wrapper {
        flex-direction: column;
    }

    .insight-image,
    .insight-text {
        transform: none;
    }

    .testimonial-wrapper {
        flex-direction: column;
    }

    .testimonial-content,
    .testimonial-image {
        transform: none;
    }

    .process-wrapper {
        flex-direction: column;
    }

    .process-text,
    .process-image-overlap {
        transform: none;
    }

    .service-card {
        flex-direction: column;
    }

    .service-card.offset-left,
    .service-card.offset-right {
        transform: none;
    }

    .cta-block {
        transform: none;
    }

    .form-wrapper {
        transform: none;
    }

    .nav-items {
        gap: 16px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .hero-content-left h1 {
        font-size: 36px;
    }

    .intro-text {
        font-size: 22px;
    }

    .problem-content h2,
    .services-preview h2,
    .benefits-reveal h2 {
        font-size: 32px;
    }

    .service-info h3 {
        font-size: 24px;
    }

    .nav-wrapper {
        padding: 0 20px;
    }

    .hero-offset,
    .intro-asymmetric,
    .problem-reveal,
    .trust-builder,
    .testimonial-inline,
    .benefits-reveal,
    .services-preview,
    .form-section {
        padding: 0 20px;
    }

    .form-wrapper {
        padding: 40px 24px;
    }

    .footer-content {
        flex-direction: column;
        gap: 40px;
    }
}