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

.container {
    max-width: 1200px;
    margin: 0 auto;
    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: #1a1a1a;
    color: #ffffff;
    padding: 20px;
    z-index: 1000;
    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-actions {
    display: flex;
    gap: 10px;
}

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

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

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

.btn-accept:hover,
.btn-reject:hover {
    opacity: 0.8;
}

.header-split {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
}

.header-left .logo {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    text-decoration: none;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.ad-disclosure {
    font-size: 11px;
    color: #7f8c8d;
    padding: 4px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}

.main-nav {
    display: flex;
    gap: 24px;
}

.main-nav a {
    color: #2c3e50;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

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

.hero-split {
    display: flex;
    min-height: 85vh;
}

.hero-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 60px;
    background: #f8f9fa;
}

.hero-left h1 {
    font-size: 48px;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 24px;
    font-weight: 600;
}

.hero-left p {
    font-size: 20px;
    color: #5a6c7d;
    margin-bottom: 32px;
    line-height: 1.6;
}

.cta-primary {
    display: inline-block;
    padding: 16px 32px;
    background: #4a7c59;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    transition: background 0.3s;
    align-self: flex-start;
}

.cta-primary:hover {
    background: #3d6849;
}

.hero-right {
    flex: 1;
    background-color: #e8ebe8;
}

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

.intro-narrative {
    padding: 80px 20px;
    background: #ffffff;
}

.intro-text {
    font-size: 22px;
    line-height: 1.7;
    color: #34495e;
    margin-bottom: 20px;
}

.intro-narrative p {
    font-size: 18px;
    line-height: 1.8;
    color: #5a6c7d;
}

.split-insight {
    display: flex;
    align-items: center;
}

.insight-image {
    flex: 1;
    background-color: #d4d7d4;
}

.insight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 500px;
}

.insight-content {
    flex: 1;
    padding: 60px 50px;
    background: #2c3e50;
    color: #ffffff;
}

.insight-content h2 {
    font-size: 36px;
    margin-bottom: 24px;
    font-weight: 600;
}

.insight-content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 16px;
    color: #ecf0f1;
}

.philosophy-section {
    padding: 100px 20px;
    background: #f4f6f4;
}

.philosophy-section h2 {
    font-size: 38px;
    margin-bottom: 32px;
    color: #1a1a1a;
    text-align: center;
}

.philosophy-section p {
    font-size: 19px;
    line-height: 1.8;
    color: #455a64;
    margin-bottom: 24px;
}

.testimonial-inline {
    padding: 80px 20px;
    background: #4a7c59;
}

.testimonial-inline blockquote {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-inline p {
    font-size: 24px;
    line-height: 1.6;
    color: #ffffff;
    font-style: italic;
    margin-bottom: 20px;
}

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

.split-benefit {
    display: flex;
    align-items: stretch;
}

.benefit-content {
    flex: 1;
    padding: 70px 50px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.benefit-content h2 {
    font-size: 34px;
    margin-bottom: 28px;
    color: #1a1a1a;
}

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

.benefit-list li {
    font-size: 17px;
    line-height: 1.6;
    color: #546e7a;
    margin-bottom: 16px;
    padding-left: 28px;
    position: relative;
}

.benefit-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4a7c59;
    font-weight: 600;
}

.benefit-image {
    flex: 1;
    background-color: #dfe2df;
}

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

.process-reveal {
    padding: 100px 20px;
    background: #eceff1;
}

.process-reveal h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
    color: #1a1a1a;
}

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

.process-card {
    flex: 1;
    min-width: 250px;
    padding: 36px 28px;
    background: #ffffff;
    border-left: 4px solid #4a7c59;
}

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

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

.trust-building {
    padding: 90px 20px;
    background: #ffffff;
}

.trust-building h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #1a1a1a;
    text-align: center;
}

.trust-building p {
    font-size: 18px;
    line-height: 1.8;
    color: #546e7a;
    margin-bottom: 20px;
}

.services-reveal {
    padding: 100px 20px;
    background: #f9faf9;
}

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

.section-intro {
    text-align: center;
    font-size: 18px;
    color: #5a6c7d;
    margin-bottom: 60px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.services-split-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.service-card {
    flex: 1 1 calc(50% - 20px);
    min-width: 400px;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.service-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.service-card h3 {
    font-size: 24px;
    margin: 24px 24px 12px;
    color: #2c3e50;
}

.service-card > p {
    font-size: 16px;
    line-height: 1.6;
    color: #607d8b;
    margin: 0 24px 20px;
}

.service-select {
    padding: 20px 24px;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-price {
    font-size: 22px;
    font-weight: 600;
    color: #4a7c59;
}

.btn-select {
    padding: 12px 24px;
    background: #4a7c59;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    transition: background 0.3s;
}

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

.form-section {
    padding: 100px 20px;
    background: #ffffff;
}

.form-section h2 {
    font-size: 38px;
    margin-bottom: 16px;
    color: #1a1a1a;
    text-align: center;
}

.form-section > .container-narrow > p {
    text-align: center;
    font-size: 17px;
    color: #5a6c7d;
    margin-bottom: 50px;
}

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

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

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

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

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

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

.final-testimonial {
    padding: 80px 20px;
    background: #eceff1;
}

.final-testimonial blockquote {
    max-width: 850px;
    margin: 0 auto;
}

.final-testimonial p {
    font-size: 22px;
    line-height: 1.7;
    color: #34495e;
    font-style: italic;
    margin-bottom: 16px;
}

.final-testimonial cite {
    font-size: 16px;
    color: #7f8c8d;
    font-style: normal;
}

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

.disclaimer {
    font-size: 13px;
    line-height: 1.7;
    color: #7f8c8d;
    text-align: center;
}

.footer {
    background: #2c3e50;
    color: #ecf0f1;
    padding: 60px 20px 30px;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .hero-split,
    .split-insight,
    .split-benefit {
        flex-direction: column;
    }

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

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

    .header-split {
        flex-direction: column;
        gap: 20px;
    }

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

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