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

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-fluid {
    width: 100%;
    padding: 0 20px;
}

.container-narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c2c2c;
    color: #ffffff;
    padding: 20px;
    z-index: 9999;
    display: none;
}

.cookie-banner.active {
    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: 250px;
    margin: 0;
}

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

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

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

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

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

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

.header-minimal {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 1000;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

.nav-minimal {
    display: flex;
    gap: 30px;
}

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

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

.ad-label {
    font-size: 11px;
    color: #666;
    background: #f5f5f5;
    padding: 6px 12px;
    border-radius: 4px;
}

.hero-immersive {
    width: 100%;
}

.hero-background {
    height: 85vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

.hero-text-center {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff;
    max-width: 800px;
    padding: 0 20px;
}

.hero-text-center h1 {
    font-size: 56px;
    font-weight: 800;
    margin-bottom: 24px;
    line-height: 1.1;
}

.hero-subtitle {
    font-size: 22px;
    margin-bottom: 40px;
    opacity: 0.95;
}

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

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

.story-intro {
    padding: 100px 0;
    background: #fafafa;
}

.intro-text h2 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #2c2c2c;
    line-height: 1.2;
}

.intro-text p {
    font-size: 19px;
    margin-bottom: 20px;
    color: #444;
    line-height: 1.7;
}

.visual-break {
    width: 100%;
}

.split-visual {
    display: flex;
    min-height: 500px;
}

.visual-left {
    flex: 1;
    background-size: cover;
    background-position: center;
    object-fit: cover;
}

.visual-right {
    flex: 1;
    background: #8b7355;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
}

.text-overlay-box {
    color: #ffffff;
}

.text-overlay-box h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

.text-overlay-box p {
    font-size: 18px;
    line-height: 1.6;
}

.problem-amplification {
    padding: 100px 0;
    background: #ffffff;
}

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

.problem-card {
    flex: 1;
    min-width: 280px;
    padding: 40px;
    background: #f9f9f9;
    border-left: 4px solid #4a7c59;
}

.problem-card h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c2c2c;
}

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

.insight-section {
    padding: 100px 0;
    background: #2c2c2c;
    color: #ffffff;
}

.insight-section h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

.insight-section p {
    font-size: 19px;
    margin-bottom: 20px;
    line-height: 1.7;
    opacity: 0.95;
}

.trust-element {
    padding: 100px 0;
    background: #ffffff;
}

.trust-grid-alternate {
    display: flex;
    gap: 60px;
    align-items: center;
    flex-wrap: wrap;
}

.trust-image {
    flex: 1;
    min-width: 400px;
    height: 450px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    object-fit: cover;
}

.trust-text {
    flex: 1;
    min-width: 400px;
}

.trust-text h3 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.trust-text p {
    font-size: 18px;
    line-height: 1.7;
    color: #444;
}

.testimonials-inline {
    padding: 100px 0;
    background: #f5f5f5;
}

.testimonial-block {
    margin-bottom: 60px;
}

.testimonial-block:last-child {
    margin-bottom: 0;
}

.testimonial-block blockquote {
    border-left: 5px solid #4a7c59;
    padding-left: 30px;
    font-size: 20px;
    font-style: italic;
    color: #2c2c2c;
    line-height: 1.6;
}

.testimonial-block cite {
    display: block;
    margin-top: 15px;
    font-style: normal;
    font-size: 16px;
    color: #666;
}

.services-reveal {
    padding: 120px 0;
    background: #ffffff;
}

.services-reveal h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.section-intro {
    text-align: center;
    font-size: 19px;
    color: #666;
    margin-bottom: 80px;
}

.services-stacked {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.service-card-expanded {
    display: flex;
    gap: 40px;
    background: #fafafa;
    border-radius: 4px;
    overflow: hidden;
    flex-wrap: wrap;
}

.service-card-expanded:nth-child(even) {
    flex-direction: row-reverse;
}

.service-image {
    flex: 1;
    min-width: 350px;
    height: 400px;
    background-size: cover;
    background-position: center;
    object-fit: cover;
}

.service-content {
    flex: 1;
    min-width: 350px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-content h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #2c2c2c;
}

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

.service-benefit {
    font-style: italic;
    color: #4a7c59;
    font-weight: 600;
}

.service-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.service-price {
    font-size: 32px;
    font-weight: 700;
    color: #2c2c2c;
}

.btn-select {
    padding: 14px 32px;
    background: #4a7c59;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

.benefits-layered {
    padding: 100px 0;
    background: #f9f9f9;
}

.benefits-layered h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 70px;
    color: #2c2c2c;
}

.benefits-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.benefit-large {
    flex: 2;
    min-width: 350px;
    padding: 40px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.benefit-small {
    flex: 1;
    min-width: 250px;
    padding: 40px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.benefit-large h4,
.benefit-small h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c2c2c;
}

.benefit-large p,
.benefit-small p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.cta-embedded {
    padding: 100px 0;
    background: #4a7c59;
}

.cta-box-centered {
    text-align: center;
    color: #ffffff;
}

.cta-box-centered h3 {
    font-size: 36px;
    margin-bottom: 20px;
}

.cta-box-centered p {
    font-size: 19px;
    margin-bottom: 40px;
    opacity: 0.95;
}

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

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

.form-section {
    padding: 100px 0;
    background: #fafafa;
}

.form-wrapper {
    max-width: 600px;
    margin: 0 auto;
    background: #ffffff;
    padding: 60px;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.form-wrapper h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #2c2c2c;
}

.form-wrapper > p {
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
}

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

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

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

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

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

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #555;
}

.checkbox-label input[type="checkbox"] {
    margin-top: 3px;
    width: auto;
}

.checkbox-label a {
    color: #4a7c59;
    text-decoration: underline;
}

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

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

.disclaimer-section {
    padding: 80px 0;
    background: #f5f5f5;
}

.disclaimer-text {
    font-size: 13px;
    color: #666;
    line-height: 1.7;
    text-align: center;
    font-style: italic;
}

.footer {
    background: #2c2c2c;
    color: #ffffff;
    padding: 60px 0 30px;
}

.footer-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-bottom: 40px;
}

.footer-col {
    flex: 1;
    min-width: 200px;
}

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-col p {
    font-size: 14px;
    color: #ccc;
    line-height: 1.6;
}

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

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

.footer-col ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-col ul li a:hover {
    color: #ffffff;
}

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

.footer-bottom p {
    font-size: 13px;
    color: #999;
}

.thanks-container {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

.thanks-box {
    max-width: 600px;
    text-align: center;
    background: #ffffff;
    padding: 60px;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.thanks-icon {
    width: 80px;
    height: 80px;
    background: #4a7c59;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 40px;
    color: #ffffff;
}

.thanks-box h1 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.thanks-box p {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

.thanks-box .service-selected {
    font-weight: 600;
    color: #4a7c59;
}

.thanks-box .btn-home {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 36px;
    background: #4a7c59;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.thanks-box .btn-home:hover {
    background: #3d6849;
}

.page-header {
    padding: 80px 0 40px;
    background: #fafafa;
    text-align: center;
}

.page-header h1 {
    font-size: 42px;
    color: #2c2c2c;
    margin-bottom: 15px;
}

.page-header p {
    font-size: 18px;
    color: #666;
}

.content-section {
    padding: 80px 0;
}

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

.content-section h3 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 30px;
    color: #2c2c2c;
}

.content-section p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
}

.content-section ul {
    margin: 20px 0;
    padding-left: 25px;
}

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

.contact-info {
    padding: 80px 0;
}

.contact-grid {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}

.contact-details {
    flex: 1;
    min-width: 300px;
}

.contact-details h2 {
    font-size: 32px;
    margin-bottom: 30px;
    color: #2c2c2c;
}

.info-item {
    margin-bottom: 30px;
}

.info-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #2c2c2c;
}

.info-item p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.contact-map {
    flex: 1;
    min-width: 300px;
    background: #f5f5f5;
    height: 400px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

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

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

    .split-visual {
        flex-direction: column;
    }

    .visual-right {
        padding: 40px 20px;
    }

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

    .service-card-expanded:nth-child(even) {
        flex-direction: column;
    }

    .service-image {
        height: 300px;
    }

    .trust-grid-alternate {
        flex-direction: column;
    }

    .trust-image {
        min-width: 100%;
    }

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

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