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

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

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

.header-minimal {
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 18px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.brand {
    font-size: 24px;
    font-weight: 600;
    color: #1a7f64;
}

.brand a {
    color: inherit;
    text-decoration: none;
}

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

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

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

.nav-main a:hover,
.nav-main a.active {
    color: #1a7f64;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c3e50;
    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;
    gap: 24px;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 14px;
}

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

.cookie-btn {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.cookie-btn.accept {
    background: #1a7f64;
    color: #ffffff;
}

.cookie-btn.accept:hover {
    background: #156854;
}

.cookie-btn.reject {
    background: #666;
    color: #ffffff;
}

.cookie-btn.reject:hover {
    background: #555;
}

.hero-immersive {
    position: relative;
    height: 85vh;
    min-height: 500px;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: #34495e;
}

.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.6));
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-text {
    text-align: center;
    color: #ffffff;
    max-width: 800px;
    padding: 0 24px;
}

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

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

.narrative-intro {
    padding: 80px 0;
    background: #f9f9f9;
}

.opening-statement {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.narrative-intro p {
    font-size: 18px;
    margin-bottom: 20px;
}

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

.split-content {
    display: flex;
    gap: 60px;
    align-items: center;
}

.split-text {
    flex: 1;
}

.split-text h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #1a1a1a;
    line-height: 1.3;
}

.split-text p {
    font-size: 18px;
    margin-bottom: 20px;
}

.split-image {
    flex: 1;
}

.split-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.insight-section {
    padding: 80px 0;
    background: #f4f7f6;
}

.insight-section h2 {
    font-size: 38px;
    margin-bottom: 28px;
    color: #1a7f64;
}

.insight-section p {
    font-size: 18px;
    margin-bottom: 24px;
}

.insight-section img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 40px 0;
}

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

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

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

.research-item {
    flex: 1;
    min-width: 280px;
    padding: 32px;
    background: #f9f9f9;
    border-radius: 8px;
}

.research-item h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #1a7f64;
}

.research-item p {
    font-size: 16px;
    line-height: 1.7;
}

.citation {
    color: #1a7f64;
    text-decoration: none;
    font-weight: 600;
}

.citation:hover {
    text-decoration: underline;
}

.testimonials-inline {
    padding: 80px 0;
    background: #2c3e50;
    color: #ffffff;
}

.testimonial {
    margin-bottom: 48px;
    padding: 32px;
    background: rgba(255,255,255,0.1);
    border-left: 4px solid #1a7f64;
    border-radius: 4px;
}

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

.testimonial p {
    font-size: 19px;
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 16px;
}

.testimonial cite {
    font-size: 15px;
    font-style: normal;
    opacity: 0.85;
}

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

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

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

.benefit-card {
    flex: 1;
    min-width: 280px;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.benefit-card img {
    width: 100%;
    height: 240px;
}

.benefit-card h3 {
    font-size: 22px;
    margin: 24px 24px 12px;
    color: #1a1a1a;
}

.benefit-card p {
    font-size: 16px;
    margin: 0 24px 24px;
    line-height: 1.6;
}

.services-pricing {
    padding: 100px 0;
    background: #ffffff;
}

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

.services-intro {
    text-align: center;
    font-size: 18px;
    margin-bottom: 60px;
    color: #555;
}

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

.service-option {
    flex: 1;
    min-width: 320px;
    padding: 36px;
    background: #f9f9f9;
    border-radius: 8px;
    border: 2px solid transparent;
    transition: all 0.3s;
}

.service-option:hover {
    border-color: #1a7f64;
    box-shadow: 0 4px 12px rgba(26,127,100,0.15);
}

.service-option h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #1a7f64;
}

.service-option p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.service-option ul {
    list-style: none;
    margin-bottom: 24px;
}

.service-option ul li {
    padding: 8px 0;
    padding-left: 24px;
    position: relative;
    font-size: 15px;
}

.service-option ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1a7f64;
    font-weight: bold;
}

.price {
    font-size: 28px;
    font-weight: 700;
    color: #1a7f64;
    margin-bottom: 20px;
}

.select-service {
    width: 100%;
    padding: 14px 28px;
    background: #1a7f64;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.select-service:hover {
    background: #156854;
}

.inquiry-section {
    padding: 80px 0;
    background: #f4f7f6;
}

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

.inquiry-section > div > p {
    text-align: center;
    font-size: 17px;
    margin-bottom: 48px;
    color: #555;
}

.inquiry-form {
    background: #ffffff;
    padding: 48px;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

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

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

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

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

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

.submit-btn {
    width: 100%;
    padding: 16px 32px;
    background: #1a7f64;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

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

.disclaimer-section {
    padding: 60px 0;
    background: #f9f9f9;
}

.disclaimer {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    padding: 24px;
    background: #ffffff;
    border-left: 4px solid #e67e22;
    border-radius: 4px;
}

.footer-main {
    background: #2c3e50;
    color: #ffffff;
    padding: 60px 0 24px;
}

.footer-content {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

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

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

.footer-col p {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.85;
}

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

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

.footer-col ul li a {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.85;
    transition: opacity 0.2s;
}

.footer-col ul li a:hover {
    opacity: 1;
}

.footer-references {
    margin-bottom: 32px;
    padding: 24px;
    background: rgba(255,255,255,0.05);
    border-radius: 4px;
}

.footer-references h4 {
    font-size: 16px;
    margin-bottom: 12px;
}

.footer-references ol {
    font-size: 13px;
    line-height: 1.7;
    padding-left: 20px;
}

.footer-references ol li {
    margin-bottom: 6px;
}

.footer-references a {
    color: #7ed6bf;
    text-decoration: none;
}

.footer-references a:hover {
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom p {
    font-size: 13px;
    opacity: 0.7;
}

.page-hero {
    padding: 80px 0 60px;
    background: linear-gradient(135deg, #1a7f64 0%, #156854 100%);
    color: #ffffff;
}

.page-hero h1 {
    font-size: 42px;
    margin-bottom: 16px;
    line-height: 1.2;
}

.page-hero p {
    font-size: 19px;
    opacity: 0.95;
}

.about-story {
    padding: 80px 0;
    background: #ffffff;
}

.content-asymmetric {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.content-main {
    flex: 2;
}

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

.content-main p {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.7;
}

.content-sidebar {
    flex: 1;
}

.content-sidebar img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.approach-section {
    padding: 80px 0;
    background: #f9f9f9;
}

.approach-section h2 {
    font-size: 34px;
    margin-bottom: 24px;
    color: #1a7f64;
}

.approach-section p {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.7;
}

.approach-section img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 32px 0;
}

.values-section {
    padding: 80px 0;
    background: #ffffff;
}

.values-section h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 60px;
    color: #1a1a1a;
}

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

.value-item {
    flex: 1;
    min-width: 260px;
    padding: 28px;
    background: #f9f9f9;
    border-radius: 8px;
}

.value-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1a7f64;
}

.value-item p {
    font-size: 16px;
    line-height: 1.6;
}

.services-detailed {
    padding: 80px 0;
    background: #f9f9f9;
}

.service-detail {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
    padding: 48px;
    background: #ffffff;
    border-radius: 8px;
}

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

.service-detail-content {
    flex: 1;
}

.service-detail-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.service-detail-content p {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.7;
}

.service-detail-content h4 {
    font-size: 18px;
    margin: 24px 0 12px;
    color: #1a7f64;
}

.service-detail-content ul {
    list-style: none;
    margin-bottom: 24px;
}

.service-detail-content ul li {
    padding: 6px 0;
    padding-left: 24px;
    position: relative;
    font-size: 16px;
}

.service-detail-content ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1a7f64;
    font-weight: bold;
    font-size: 20px;
}

.service-price {
    font-size: 30px;
    font-weight: 700;
    color: #1a7f64;
    margin-top: 20px;
}

.service-detail-image {
    flex: 1;
}

.service-detail-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a7f64 0%, #156854 100%);
    color: #ffffff;
    text-align: center;
}

.cta-section h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

.cta-section p {
    font-size: 18px;
    margin-bottom: 32px;
    opacity: 0.95;
}

.cta-button {
    display: inline-block;
    padding: 16px 48px;
    background: #ffffff;
    color: #1a7f64;
    text-decoration: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    transition: transform 0.2s, box-shadow 0.2s;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

.contact-info-section {
    padding: 80px 0;
    background: #f9f9f9;
}

.contact-layout {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.contact-details {
    flex: 1.5;
}

.contact-details h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.contact-item {
    margin-bottom: 36px;
}

.contact-item h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #1a7f64;
}

.contact-item p {
    font-size: 16px;
    line-height: 1.7;
}

.contact-note {
    margin-top: 40px;
    padding: 20px;
    background: #ffffff;
    border-left: 4px solid #1a7f64;
    border-radius: 4px;
}

.contact-note p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.contact-image {
    flex: 1;
}

.contact-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.location-section {
    padding: 80px 0;
    background: #ffffff;
}

.location-section h2 {
    font-size: 32px;
    margin-bottom: 24px;
    color: #1a7f64;
}

.location-section p {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.7;
}

.location-list {
    list-style: none;
    margin: 24px 0;
}

.location-list li {
    padding: 10px 0;
    padding-left: 28px;
    position: relative;
    font-size: 17px;
}

.location-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #1a7f64;
    font-weight: bold;
}

.thanks-section {
    padding: 100px 0;
    background: #f9f9f9;
}

.thanks-content {
    text-align: center;
}

.thanks-content h1 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #1a7f64;
}

.thanks-message {
    font-size: 19px;
    margin-bottom: 40px;
}

.thanks-details {
    background: #ffffff;
    padding: 32px;
    border-radius: 8px;
    margin-bottom: 48px;
    text-align: left;
}

.thanks-details h3 {
    font-size: 20px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.thanks-details p {
    font-size: 17px;
    margin-bottom: 8px;
}

.next-steps {
    background: #ffffff;
    padding: 32px;
    border-radius: 8px;
    margin-bottom: 32px;
    text-align: left;
}

.next-steps h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #1a7f64;
}

.next-steps ol {
    padding-left: 24px;
}

.next-steps ol li {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 12px;
}

.thanks-note {
    padding: 20px;
    background: #fff3cd;
    border-left: 4px solid #e67e22;
    border-radius: 4px;
    margin-bottom: 40px;
}

.thanks-note p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.thanks-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 14px 36px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.2s;
}

.btn-primary {
    background: #1a7f64;
    color: #ffffff;
}

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

.btn-secondary {
    background: #ffffff;
    color: #1a7f64;
    border: 2px solid #1a7f64;
}

.btn-secondary:hover {
    background: #f4f7f6;
}

.legal-page {
    padding: 60px 0;
    background: #ffffff;
}

.legal-page h1 {
    font-size: 38px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.last-updated {
    font-size: 14px;
    color: #666;
    margin-bottom: 40px;
}

.legal-page h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #1a7f64;
}

.legal-page h3 {
    font-size: 20px;
    margin-top: 28px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.legal-page p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 16px;
}

.legal-page ul,
.legal-page ol {
    margin: 16px 0 24px 24px;
}

.legal-page ul li,
.legal-page ol li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 8px;
}

.legal-page a {
    color: #1a7f64;
    text-decoration: none;
}

.legal-page a:hover {
    text-decoration: underline;
}

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

    .hero-text p {
        font-size: 18px;
    }

    .split-content,
    .content-asymmetric,
    .contact-layout,
    .service-detail {
        flex-direction: column;
    }

    .service-detail.reverse {
        flex-direction: column;
    }

    .nav-main {
        width: 100%;
        justify-content: center;
    }

    .header-content {
        justify-content: center;
        text-align: center;
    }

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

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

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