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

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

a {
    color: #5a6f51;
    text-decoration: none;
    transition: color 0.3s;
}

a:hover {
    color: #3d4d37;
}

.container-nav {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

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

.container-split {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
}

.container-footer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header {
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e28;
}

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

.nav a {
    font-size: 15px;
    font-weight: 500;
    color: #2c3e28;
}

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

.hero-full {
    width: 100%;
    height: 85vh;
    position: relative;
}

.hero-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.hero-title {
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
}

.story-intro {
    padding: 80px 20px;
    background: #fff;
}

.story-intro h2 {
    font-size: 36px;
    margin-bottom: 24px;
    line-height: 1.3;
    color: #2c3e28;
}

.story-intro p {
    font-size: 19px;
    margin-bottom: 18px;
    color: #4a5d44;
}

.section-image-left,
.section-image-right {
    padding: 0;
    background: #f8f9f7;
}

.split-image {
    flex: 1;
    min-height: 500px;
    background-size: cover;
    background-position: center;
}

.split-content {
    flex: 1;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.split-content h3 {
    font-size: 32px;
    margin-bottom: 24px;
    color: #2c3e28;
}

.split-content p {
    font-size: 17px;
    margin-bottom: 16px;
    color: #4a5d44;
}

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

.problem-amplify {
    padding: 80px 20px;
    background: #2c3e28;
    color: #fff;
}

.problem-amplify h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #fff;
}

.problem-amplify p {
    font-size: 19px;
    margin-bottom: 18px;
    line-height: 1.8;
}

.problem-amplify a {
    color: #b8d4a8;
    text-decoration: underline;
}

.insight-section {
    padding: 80px 20px;
    background: #fff;
}

.insight-section h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    color: #2c3e28;
}

.insight-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.insight-card {
    flex: 1;
    min-width: 220px;
    padding: 30px;
    background: #f8f9f7;
    border-left: 4px solid #5a6f51;
}

.insight-card h4 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2c3e28;
}

.insight-card p {
    font-size: 15px;
    color: #4a5d44;
    line-height: 1.6;
}

.insight-card a {
    color: #5a6f51;
    text-decoration: underline;
}

.trust-visual {
    padding: 80px 20px;
    background: #f8f9f7;
}

.trust-visual img {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 0 auto 20px;
    border-radius: 4px;
}

.caption {
    text-align: center;
    font-size: 15px;
    color: #666;
    font-style: italic;
}

.testimonials-inline {
    padding: 80px 20px;
    background: #fff;
}

.testimonials-inline h2 {
    font-size: 36px;
    margin-bottom: 50px;
    text-align: center;
    color: #2c3e28;
}

.testimonial {
    margin-bottom: 50px;
    padding: 30px;
    background: #f8f9f7;
    border-left: 4px solid #5a6f51;
}

.testimonial p {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 16px;
    color: #2c3e28;
}

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

.benefits-reveal {
    padding: 80px 20px;
    background: #f8f9f7;
}

.benefits-reveal h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    color: #2c3e28;
}

.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.benefit-item {
    padding: 30px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.benefit-item h4 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #2c3e28;
}

.benefit-item p {
    font-size: 16px;
    color: #4a5d44;
}

.cta-middle {
    padding: 80px 20px;
    background: #5a6f51;
    text-align: center;
}

.cta-middle h3 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 16px;
}

.cta-middle p {
    font-size: 18px;
    color: #e8f0e3;
    margin-bottom: 30px;
}

.btn-primary {
    display: inline-block;
    padding: 16px 40px;
    background: #fff;
    color: #2c3e28;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-primary:hover {
    background: #e8f0e3;
}

.services-pricing {
    padding: 80px 20px;
    background: #fff;
}

.services-pricing h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
    color: #2c3e28;
}

.section-intro {
    text-align: center;
    font-size: 17px;
    color: #4a5d44;
    margin-bottom: 50px;
}

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

.service-card {
    flex: 1;
    min-width: 280px;
    background: #f8f9f7;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: transform 0.3s;
}

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

.service-card.selected {
    border: 3px solid #5a6f51;
}

.service-card img {
    width: 100%;
    height: 200px;
    display: block;
}

.service-card h4 {
    font-size: 20px;
    margin: 20px 20px 12px;
    color: #2c3e28;
}

.service-card p {
    font-size: 15px;
    margin: 0 20px 12px;
    color: #4a5d44;
}

.service-card .price {
    font-size: 24px;
    font-weight: 700;
    color: #5a6f51;
    margin: 20px 20px 16px;
}

.old-price {
    font-size: 18px;
    color: #999;
    text-decoration: line-through;
    margin-left: 8px;
}

.btn-select {
    width: calc(100% - 40px);
    margin: 0 20px 20px;
    padding: 12px;
    background: #5a6f51;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-select:hover {
    background: #3d4d37;
}

.form-section {
    padding: 80px 20px;
    background: #f8f9f7;
}

.form-section h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
    color: #2c3e28;
}

.form-section > p {
    text-align: center;
    font-size: 17px;
    color: #4a5d44;
    margin-bottom: 40px;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.form-row {
    display: flex;
    gap: 20px;
}

.form-group {
    flex: 1;
    margin-bottom: 24px;
}

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

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

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

.contact-form button[type="submit"] {
    width: 100%;
    padding: 16px;
    background: #5a6f51;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.contact-form button[type="submit"]:hover {
    background: #3d4d37;
}

.disclaimer-section {
    padding: 60px 20px;
    background: #fff;
}

.disclaimer {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    padding: 20px;
    background: #f8f9f7;
    border-left: 4px solid #999;
}

.references-section {
    padding: 60px 20px;
    background: #f8f9f7;
}

.references-section h3 {
    font-size: 24px;
    margin-bottom: 24px;
    color: #2c3e28;
}

.references-list {
    list-style-position: inside;
    font-size: 14px;
    color: #4a5d44;
}

.references-list li {
    margin-bottom: 12px;
}

.references-list a {
    color: #5a6f51;
    text-decoration: underline;
}

.footer {
    background: #2c3e28;
    color: #e8f0e3;
    padding: 60px 20px 30px;
}

.footer-column {
    flex: 1;
    min-width: 200px;
    margin-bottom: 30px;
}

.footer-column h4 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #fff;
}

.footer-column p {
    font-size: 14px;
    color: #b8d4a8;
}

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

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

.footer-column ul li a {
    font-size: 14px;
    color: #b8d4a8;
}

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

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 14px;
    color: #b8d4a8;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #2c3e28;
    color: #fff;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    z-index: 2000;
    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: 20px;
}

.cookie-content p {
    font-size: 15px;
    flex: 1;
}

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

.btn-cookie {
    padding: 12px 24px;
    background: #5a6f51;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-cookie:hover {
    background: #3d4d37;
}

.btn-secondary {
    background: transparent;
    border: 1px solid #5a6f51;
}

.btn-secondary:hover {
    background: rgba(90,111,81,0.2);
}

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

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

    .nav {
        flex-wrap: wrap;
        gap: 16px;
    }

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

    .reverse {
        flex-direction: column;
    }

    .split-content {
        padding: 40px 20px;
    }

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

    .form-row {
        flex-direction: column;
    }

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