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

.ad-disclosure {
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 20px;
    text-align: center;
    font-size: 13px;
    color: #666;
}

.main-nav {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 22px;
    font-weight: 700;
    color: #2d7a4f;
    text-decoration: none;
}

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

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

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

.hero-visual {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.hero-image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #c8d8d0;
}

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

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.5));
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-text {
    max-width: 700px;
    text-align: center;
    color: #fff;
    padding: 0 30px;
}

.hero-text h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-text p {
    font-size: 20px;
    line-height: 1.5;
}

.narrow-content {
    max-width: 680px;
    margin: 0 auto;
    padding: 80px 30px;
}

.narrow-content.centered {
    text-align: center;
}

.story-intro {
    background: #fafafa;
}

.intro-lead {
    font-size: 24px;
    font-weight: 600;
    color: #2d7a4f;
    margin-bottom: 30px;
    line-height: 1.5;
}

.narrow-content p {
    font-size: 18px;
    margin-bottom: 22px;
    color: #4a4a4a;
}

.problem-reveal {
    padding: 100px 30px;
}

.split-layout {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
}

.split-text {
    flex: 1;
}

.split-text h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #2c3e50;
    line-height: 1.3;
}

.split-text p {
    font-size: 17px;
    margin-bottom: 18px;
    color: #4a4a4a;
}

.split-image {
    flex: 1;
    background-color: #e8f0ec;
}

.split-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.insight-block {
    background: #2d7a4f;
    color: #fff;
}

.insight-block h2 {
    font-size: 38px;
    margin-bottom: 28px;
}

.insight-block p {
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #e8f0ec;
}

.insight-block em {
    font-style: italic;
    color: #fff;
    font-weight: 600;
}

.trust-building {
    padding: 100px 30px;
    background: #f8f9fa;
}

.full-width-content {
    max-width: 1200px;
    margin: 0 auto;
}

.full-width-content h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
    color: #2c3e50;
}

.process-flow {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.process-card {
    flex: 1;
    background: #fff;
    padding: 40px 30px;
    border-left: 4px solid #2d7a4f;
}

.process-number {
    font-size: 48px;
    font-weight: 700;
    color: #2d7a4f;
    margin-bottom: 15px;
    opacity: 0.3;
}

.process-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c3e50;
}

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

.testimonial-inline {
    background: #fafafa;
    padding: 80px 30px;
}

.testimonial-inline blockquote {
    border-left: 4px solid #2d7a4f;
    padding-left: 30px;
    font-size: 20px;
    font-style: italic;
    color: #2c3e50;
}

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

.visual-break {
    height: 500px;
    overflow: hidden;
    background-color: #d4e3d9;
}

.visual-break img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.benefits-reveal {
    padding: 100px 30px;
}

.asymmetric-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 70px;
    align-items: flex-start;
}

.benefits-main {
    flex: 2;
}

.benefits-main h2 {
    font-size: 38px;
    margin-bottom: 40px;
    color: #2c3e50;
}

.benefits-list {
    list-style: none;
}

.benefits-list li {
    font-size: 17px;
    margin-bottom: 28px;
    padding-left: 35px;
    position: relative;
    color: #4a4a4a;
    line-height: 1.6;
}

.benefits-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #2d7a4f;
    font-size: 22px;
    font-weight: 700;
}

.benefits-list strong {
    color: #2c3e50;
}

.benefits-aside {
    flex: 1;
    background-color: #e8f0ec;
}

.benefits-aside img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.service-selection-cta {
    padding: 100px 30px;
    background: #f8f9fa;
}

.service-selection-cta h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.service-selection-cta p {
    font-size: 18px;
    color: #666;
}

.services-grid {
    max-width: 1200px;
    margin: 60px auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.service-card {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 300px;
    background: #fff;
    padding: 35px 30px;
    border: 2px solid #e0e0e0;
    position: relative;
    transition: transform 0.2s, box-shadow 0.2s;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.service-card.featured {
    border-color: #2d7a4f;
    border-width: 3px;
}

.popular-badge {
    position: absolute;
    top: -15px;
    right: 20px;
    background: #2d7a4f;
    color: #fff;
    padding: 6px 15px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 3px;
}

.service-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.service-card p {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
}

.service-price {
    font-size: 32px;
    font-weight: 700;
    color: #2d7a4f;
    margin-bottom: 20px;
}

.btn-select {
    width: 100%;
    padding: 14px 0;
    background: #2d7a4f;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-select:hover {
    background: #246038;
}

.form-section {
    padding: 100px 30px;
    background: #fff;
}

.form-section h2 {
    font-size: 36px;
    margin-bottom: 15px;
    text-align: center;
}

.form-intro {
    text-align: center;
    font-size: 17px;
    color: #666;
    margin-bottom: 50px;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.2s;
}

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

.selected-service-display {
    background: #f8f9fa;
    padding: 20px;
    margin-bottom: 30px;
    border-left: 4px solid #2d7a4f;
    font-size: 16px;
    line-height: 1.8;
}

.btn-submit {
    width: 100%;
    padding: 16px 0;
    background: #2d7a4f;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-submit:hover {
    background: #246038;
}

.final-assurance {
    padding: 100px 30px;
    background: #fafafa;
}

.final-assurance h2 {
    font-size: 34px;
    margin-bottom: 20px;
}

.final-assurance p {
    font-size: 18px;
    color: #666;
}

.site-footer {
    background: #2c3e50;
    color: #e0e0e0;
    padding: 60px 30px 30px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto 40px;
    display: flex;
    gap: 60px;
    justify-content: space-between;
}

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

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

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

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

.footer-column a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}

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

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding: 25px;
    background: rgba(255,255,255,0.05);
    border-left: 3px solid #2d7a4f;
    font-size: 13px;
    line-height: 1.6;
    color: #b0b0b0;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
    padding: 25px 30px;
    z-index: 200;
    display: none;
}

.cookie-banner.show {
    display: block;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.cookie-content p {
    flex: 1;
    font-size: 15px;
    color: #4a4a4a;
}

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

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

.btn-accept {
    background: #2d7a4f;
    color: #fff;
}

.btn-accept:hover {
    background: #246038;
}

.btn-reject {
    background: #e0e0e0;
    color: #2c3e50;
}

.btn-reject:hover {
    background: #d0d0d0;
}

.cookie-link {
    font-size: 14px;
    color: #2d7a4f;
    text-decoration: underline;
}

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

.thanks-content {
    max-width: 700px;
    text-align: center;
}

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

.thanks-content h1 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #2c3e50;
}

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

.thanks-details {
    background: #f8f9fa;
    padding: 25px;
    margin: 30px 0;
    text-align: left;
    border-left: 4px solid #2d7a4f;
}

.btn-home {
    display: inline-block;
    padding: 14px 40px;
    background: #2d7a4f;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    margin-top: 30px;
    transition: background 0.2s;
}

.btn-home:hover {
    background: #246038;
}

.page-header {
    background: #2d7a4f;
    color: #fff;
    padding: 80px 30px;
    text-align: center;
}

.page-header h1 {
    font-size: 44px;
    margin-bottom: 15px;
}

.page-header p {
    font-size: 19px;
    color: #e8f0ec;
}

.page-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 30px;
}

.page-content h2 {
    font-size: 32px;
    margin: 50px 0 25px;
    color: #2c3e50;
}

.page-content h3 {
    font-size: 24px;
    margin: 35px 0 20px;
    color: #2c3e50;
}

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

.page-content ul,
.page-content ol {
    margin: 20px 0 20px 30px;
}

.page-content li {
    font-size: 17px;
    margin-bottom: 12px;
    line-height: 1.6;
    color: #4a4a4a;
}

.contact-info {
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 30px;
}

.contact-info h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #2c3e50;
}

.info-block {
    background: #f8f9fa;
    padding: 30px;
    margin-bottom: 25px;
    border-left: 4px solid #2d7a4f;
}

.info-block h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.info-block p {
    font-size: 17px;
    color: #4a4a4a;
    margin-bottom: 8px;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .split-layout,
    .asymmetric-layout,
    .process-flow,
    .footer-content {
        flex-direction: column;
    }

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

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

    .hero-text h1 {
        font-size: 36px;
    }

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