* {
    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.6;
    color: #2c3e50;
    background-color: #fafafa;
}

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

.nav-asymmetric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 40px;
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.nav-brand {
    font-size: 1.6rem;
    font-weight: 700;
    color: #2d6a4f;
}

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

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

.nav-links a:hover {
    color: #2d6a4f;
}

.hero-offset {
    display: flex;
    min-height: 85vh;
    align-items: center;
    padding: 60px 40px;
    background-color: #f8f9fa;
    gap: 60px;
}

.hero-content-left {
    flex: 1;
    padding-left: 80px;
}

.hero-content-left h1 {
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #1a3a2e;
    font-weight: 800;
}

.hero-content-left p {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #495057;
}

.hero-image-right {
    flex: 1;
    position: relative;
    margin-top: -60px;
    background-color: #d4edda;
}

.hero-image-right img {
    width: 100%;
    height: 600px;
    display: block;
    box-shadow: -20px 20px 0 #2d6a4f;
}

.story-diagonal {
    display: flex;
    padding: 120px 40px;
    gap: 80px;
    background: linear-gradient(135deg, #ffffff 60%, #f1f3f5 60%);
    align-items: center;
}

.story-block {
    flex: 1.2;
    padding-right: 40px;
}

.story-block h2 {
    font-size: 2.4rem;
    margin-bottom: 25px;
    color: #2d6a4f;
    font-weight: 700;
}

.story-block p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #495057;
    line-height: 1.8;
}

.story-image-overlap {
    flex: 0.8;
    position: relative;
    margin-left: -40px;
    background-color: #c7e8ca;
}

.story-image-overlap img {
    width: 100%;
    height: 450px;
    display: block;
    transform: translateY(-30px);
}

.insight-stacked {
    display: flex;
    padding: 100px 60px;
    gap: 70px;
    background-color: #ffffff;
}

.insight-left {
    flex: 1;
}

.insight-left h3 {
    font-size: 2rem;
    margin-bottom: 25px;
    color: #1a3a2e;
    font-weight: 700;
}

.insight-left p {
    font-size: 1.05rem;
    margin-bottom: 18px;
    line-height: 1.7;
    color: #495057;
}

.insight-left a {
    color: #2d6a4f;
    text-decoration: none;
}

.insight-right {
    flex: 1;
    display: flex;
    align-items: center;
    background-color: #e9f5ec;
}

.insight-right img {
    width: 100%;
    height: 400px;
    display: block;
}

.trust-cards {
    display: flex;
    gap: 40px;
    padding: 80px 120px;
    background-color: #f8f9fa;
    justify-content: center;
}

.trust-card {
    flex: 1;
    max-width: 450px;
    background-color: #ffffff;
    padding: 40px;
    border-left: 4px solid #2d6a4f;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

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

.testimonial-author {
    font-size: 0.95rem;
    color: #6c757d;
    font-weight: 600;
}

.benefits-offset {
    display: flex;
    padding: 100px 40px;
    gap: 60px;
    background-color: #ffffff;
    align-items: center;
}

.benefit-visual {
    flex: 0.9;
    background-color: #d8e9dd;
}

.benefit-visual img {
    width: 100%;
    height: 500px;
    display: block;
    transform: translateX(30px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.benefit-list {
    flex: 1.1;
    padding-left: 40px;
}

.benefit-list h2 {
    font-size: 2.6rem;
    margin-bottom: 30px;
    color: #1a3a2e;
    font-weight: 700;
}

.benefit-list ul {
    list-style: none;
}

.benefit-list li {
    font-size: 1.15rem;
    margin-bottom: 18px;
    padding-left: 30px;
    position: relative;
    color: #495057;
    line-height: 1.6;
}

.benefit-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #2d6a4f;
    font-weight: 700;
    font-size: 1.3rem;
}

.service-reveal {
    padding: 120px 60px;
    background-color: #f1f3f5;
}

.service-reveal h2 {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 60px;
    color: #1a3a2e;
    font-weight: 800;
}

.service-grid-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.service-item {
    background-color: #ffffff;
    padding: 30px;
    width: calc(33.333% - 20px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
}

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

.service-large {
    width: calc(66.666% - 15px);
}

.service-item img {
    width: 100%;
    height: 240px;
    display: block;
    margin-bottom: 20px;
}

.service-item h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #2d6a4f;
    font-weight: 700;
}

.service-item p {
    font-size: 1rem;
    margin-bottom: 15px;
    color: #495057;
    line-height: 1.6;
    flex-grow: 1;
}

.service-item .price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a3a2e;
    margin-bottom: 20px;
}

.cta-select {
    background-color: #2d6a4f;
    color: #ffffff;
    border: none;
    padding: 15px 30px;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.cta-select:hover {
    background-color: #1a3a2e;
}

.form-diagonal {
    padding: 100px 60px;
    background: linear-gradient(120deg, #ffffff 50%, #e9f5ec 50%);
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.form-container h2 {
    font-size: 2.2rem;
    margin-bottom: 30px;
    color: #1a3a2e;
    font-weight: 700;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #dee2e6;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2d6a4f;
}

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

.submit-btn {
    width: 100%;
    background-color: #2d6a4f;
    color: #ffffff;
    border: none;
    padding: 18px;
    font-size: 1.15rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: #1a3a2e;
}

.disclaimer-section {
    padding: 60px 120px;
    background-color: #f8f9fa;
}

.disclaimer-text {
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.7;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.references-section {
    padding: 50px 120px;
    background-color: #ffffff;
}

.references-section h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #1a3a2e;
    font-weight: 700;
}

.references-section p {
    font-size: 0.95rem;
    color: #495057;
    line-height: 1.7;
}

.references-section a {
    color: #2d6a4f;
    text-decoration: none;
}

.footer-asymmetric {
    display: flex;
    justify-content: space-between;
    padding: 80px 60px;
    background-color: #1a3a2e;
    color: #ffffff;
    gap: 60px;
}

.footer-column {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.footer-column h4 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-column a {
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 12px;
    transition: color 0.3s;
}

.footer-column a:hover {
    color: #95d5b2;
}

.footer-column p {
    margin-bottom: 8px;
    color: #d4edda;
    font-size: 0.95rem;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 25px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 -4px 15px rgba(0,0,0,0.2);
    z-index: 1000;
}

.cookie-banner p {
    flex: 1;
    margin-right: 30px;
    font-size: 0.95rem;
}

.cookie-banner a {
    color: #95d5b2;
}

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

.cookie-buttons button {
    padding: 12px 30px;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

#cookie-accept {
    background-color: #2d6a4f;
    color: #ffffff;
}

#cookie-accept:hover {
    background-color: #1a3a2e;
}

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

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

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

.thanks-container {
    max-width: 700px;
    margin: 100px auto;
    padding: 60px;
    background-color: #ffffff;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    text-align: center;
}

.thanks-container h1 {
    font-size: 2.5rem;
    margin-bottom: 25px;
    color: #2d6a4f;
    font-weight: 800;
}

.thanks-container p {
    font-size: 1.15rem;
    margin-bottom: 20px;
    color: #495057;
    line-height: 1.7;
}

.thanks-container .service-name {
    font-weight: 700;
    color: #1a3a2e;
}

.thanks-container a {
    display: inline-block;
    margin-top: 30px;
    padding: 15px 40px;
    background-color: #2d6a4f;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s;
}

.thanks-container a:hover {
    background-color: #1a3a2e;
}

.page-container {
    max-width: 900px;
    margin: 80px auto;
    padding: 60px;
    background-color: #ffffff;
}

.page-container h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #1a3a2e;
    font-weight: 800;
}

.page-container h2 {
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #2d6a4f;
    font-weight: 700;
}

.page-container p {
    font-size: 1.05rem;
    margin-bottom: 18px;
    color: #495057;
    line-height: 1.8;
}

.page-container ul {
    margin-bottom: 20px;
    padding-left: 25px;
}

.page-container li {
    font-size: 1.05rem;
    margin-bottom: 12px;
    color: #495057;
    line-height: 1.7;
}

.contact-container {
    max-width: 800px;
    margin: 80px auto;
    padding: 60px;
    background-color: #ffffff;
}

.contact-container h1 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #1a3a2e;
    font-weight: 800;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-block {
    padding: 25px;
    background-color: #f8f9fa;
    border-left: 4px solid #2d6a4f;
}

.contact-block h2 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #2d6a4f;
    font-weight: 700;
}

.contact-block p {
    font-size: 1.05rem;
    margin-bottom: 10px;
    color: #495057;
    line-height: 1.6;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 80px 60px;
}

.service-card {
    background-color: #ffffff;
    padding: 40px;
    width: calc(50% - 15px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.service-card h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #2d6a4f;
    font-weight: 700;
}

.service-card p {
    font-size: 1.05rem;
    margin-bottom: 15px;
    color: #495057;
    line-height: 1.7;
}

.service-card .price {
    font-size: 2rem;
    font-weight: 700;
    color: #1a3a2e;
    margin-top: 20px;
    display: block;
}

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

    .hero-content-left {
        padding-left: 20px;
    }

    .hero-content-left h1 {
        font-size: 2.2rem;
    }

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

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

    .trust-cards {
        flex-direction: column;
        padding: 60px 30px;
    }

    .benefits-offset {
        flex-direction: column;
    }

    .service-item {
        width: 100%;
    }

    .service-large {
        width: 100%;
    }

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

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

    .cookie-banner p {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .service-card {
        width: 100%;
    }
}