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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #1a1a1a;
    background-color: #fafafa;
}

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

.minimal-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 60px;
    background-color: #ffffff;
}

.nav-brand {
    font-size: 24px;
    font-weight: 600;
    color: #2c5f4f;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    transition: color 0.3s ease;
}

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

.hero-minimal {
    padding: 120px 60px 100px;
    background-color: #ffffff;
}

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

.hero-minimal h1 {
    font-size: 68px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 35px;
    color: #1a1a1a;
    letter-spacing: -1.5px;
}

.hero-subtitle {
    font-size: 26px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 70px;
    max-width: 800px;
    font-weight: 300;
}

.hero-image-container {
    margin-top: 60px;
    background-color: #e8ede8;
    border-radius: 8px;
    overflow: hidden;
}

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

.principle-intro {
    padding: 140px 60px;
    background-color: #f5f7f5;
}

.content-centered {
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
}

.principle-intro h2 {
    font-size: 48px;
    margin-bottom: 40px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -1px;
}

.principle-intro p {
    font-size: 20px;
    line-height: 1.8;
    color: #444;
}

.insight-block {
    padding: 140px 60px;
    background-color: #ffffff;
}

.split-insight {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    align-items: center;
}

.insight-text {
    flex: 1;
}

.insight-text h3 {
    font-size: 42px;
    margin-bottom: 35px;
    font-weight: 600;
    letter-spacing: -0.8px;
}

.insight-text p {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 25px;
}

.insight-text a {
    color: #2c5f4f;
    text-decoration: none;
    font-weight: 500;
}

.insight-text a:hover {
    text-decoration: underline;
}

.insight-image {
    flex: 1;
    background-color: #e8ede8;
    border-radius: 8px;
    overflow: hidden;
}

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

.benefits-reveal {
    padding: 140px 60px;
    background-color: #2c5f4f;
    color: #ffffff;
}

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

.benefits-reveal h2 {
    font-size: 52px;
    margin-bottom: 80px;
    text-align: center;
    font-weight: 600;
    letter-spacing: -1px;
}

.benefits-grid {
    display: flex;
    gap: 60px;
    justify-content: space-between;
}

.benefit-card {
    flex: 1;
}

.benefit-card h4 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

.benefit-card p {
    font-size: 17px;
    line-height: 1.7;
    color: #e8ede8;
}

.testimonial-flow {
    padding: 140px 60px;
    background-color: #f5f7f5;
}

.testimonial-large {
    font-size: 32px;
    line-height: 1.6;
    font-style: italic;
    font-weight: 300;
    color: #1a1a1a;
    border-left: 4px solid #2c5f4f;
    padding-left: 40px;
}

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

.method-detail {
    padding: 140px 60px;
    background-color: #ffffff;
}

.content-narrow {
    max-width: 800px;
    margin: 0 auto;
}

.method-detail h2 {
    font-size: 48px;
    margin-bottom: 40px;
    font-weight: 600;
    letter-spacing: -1px;
}

.method-detail p {
    font-size: 19px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 30px;
}

.method-image {
    width: 100%;
    height: auto;
    margin: 60px 0;
    border-radius: 8px;
    background-color: #e8ede8;
    object-fit: cover;
}

.service-preview {
    padding: 140px 60px;
    background-color: #f5f7f5;
}

.service-preview h2 {
    font-size: 48px;
    margin-bottom: 25px;
    font-weight: 600;
    letter-spacing: -1px;
}

.section-intro {
    font-size: 20px;
    margin-bottom: 50px;
    color: #555;
}

.cta-primary {
    display: inline-block;
    padding: 18px 45px;
    background-color: #2c5f4f;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    font-weight: 500;
}

.cta-primary:hover {
    background-color: #234638;
    cursor: pointer;
}

.cta-block-bottom {
    padding: 120px 60px;
    background-color: #1a1a1a;
    color: #ffffff;
    text-align: center;
}

.cta-content-centered {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.cta-block-bottom h3 {
    font-size: 44px;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: -0.8px;
}

.cta-block-bottom p {
    font-size: 19px;
    margin-bottom: 40px;
    color: #ccc;
}

.cta-button {
    padding: 18px 45px;
    background-color: #2c5f4f;
    color: #ffffff;
    border: none;
    font-size: 17px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.cta-button:hover {
    background-color: #234638;
}

.form-section {
    padding: 120px 60px;
    background-color: #ffffff;
}

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

.form-section h2 {
    font-size: 42px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 600;
    letter-spacing: -0.8px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 500;
}

.form-group input,
.form-group select {
    padding: 14px 18px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fafafa;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #2c5f4f;
    background-color: #ffffff;
}

.submit-button {
    padding: 16px 40px;
    background-color: #2c5f4f;
    color: #ffffff;
    border: none;
    font-size: 17px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: 500;
    margin-top: 10px;
}

.submit-button:hover {
    background-color: #234638;
}

.references-section {
    padding: 100px 60px;
    background-color: #f5f7f5;
}

.references-section h3 {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 600;
}

.references-list {
    list-style-position: inside;
    font-size: 15px;
    line-height: 2;
    color: #555;
}

.references-list a {
    color: #2c5f4f;
    text-decoration: none;
}

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

.disclaimer-section {
    padding: 80px 60px;
    background-color: #fff9e6;
}

.disclaimer-text {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    text-align: center;
}

.site-footer {
    padding: 60px 60px 40px;
    background-color: #1a1a1a;
    color: #ccc;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

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

.footer-links a:hover {
    color: #ffffff;
}

.footer-copyright {
    font-size: 13px;
    color: #888;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 25px 30px;
    display: none;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

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

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

.cookie-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    flex: 1;
}

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

.cookie-accept,
.cookie-reject {
    padding: 12px 28px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    font-weight: 500;
}

.cookie-accept {
    background-color: #2c5f4f;
    color: #ffffff;
}

.cookie-accept:hover {
    background-color: #234638;
}

.cookie-reject {
    background-color: transparent;
    color: #ccc;
    border: 1px solid #555;
}

.cookie-reject:hover {
    color: #ffffff;
    border-color: #777;
}

.page-hero-minimal {
    padding: 100px 60px 80px;
    background-color: #f5f7f5;
}

.hero-content-centered {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.page-hero-minimal h1 {
    font-size: 58px;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: -1.2px;
}

.lead-text {
    font-size: 22px;
    color: #555;
    font-weight: 300;
}

.about-story {
    padding: 120px 60px;
    background-color: #ffffff;
}

.story-image {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
    border-radius: 8px;
    background-color: #e8ede8;
    object-fit: cover;
}

.about-story h2 {
    font-size: 44px;
    margin-bottom: 35px;
    font-weight: 600;
    letter-spacing: -0.8px;
}

.about-story p {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 25px;
}

.mission-block {
    padding: 120px 60px;
    background-color: #f5f7f5;
}

.mission-split {
    display: flex;
    gap: 80px;
    align-items: center;
}

.mission-text {
    flex: 1;
}

.mission-text h3 {
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: -0.8px;
}

.mission-text p {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 25px;
}

.mission-visual {
    flex: 1;
    background-color: #e8ede8;
    border-radius: 8px;
    overflow: hidden;
}

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

.values-section {
    padding: 120px 60px;
    background-color: #ffffff;
}

.values-section h2 {
    font-size: 48px;
    margin-bottom: 70px;
    text-align: center;
    font-weight: 600;
    letter-spacing: -1px;
}

.values-minimal {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.value-item h4 {
    font-size: 26px;
    margin-bottom: 18px;
    font-weight: 600;
}

.value-item p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
}

.approach-detail {
    padding: 120px 60px;
    background-color: #f5f7f5;
}

.approach-detail h2 {
    font-size: 44px;
    margin-bottom: 35px;
    font-weight: 600;
    letter-spacing: -0.8px;
}

.approach-detail p {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 25px;
}

.approach-image {
    width: 100%;
    height: auto;
    margin: 60px 0;
    border-radius: 8px;
    background-color: #e8ede8;
    object-fit: cover;
}

.team-intro {
    padding: 120px 60px;
    background-color: #ffffff;
}

.team-intro h2 {
    font-size: 44px;
    margin-bottom: 35px;
    font-weight: 600;
    letter-spacing: -0.8px;
}

.team-intro p {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 25px;
}

.cta-about {
    padding: 100px 60px;
    background-color: #2c5f4f;
    text-align: center;
}

.cta-about h3 {
    font-size: 42px;
    margin-bottom: 40px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: -0.8px;
}

.services-intro {
    padding: 80px 60px;
    background-color: #ffffff;
}

.intro-paragraph {
    font-size: 19px;
    line-height: 1.8;
    color: #444;
}

.services-list {
    padding: 60px 60px 120px;
    background-color: #fafafa;
}

.service-card-minimal {
    max-width: 900px;
    margin: 0 auto 100px;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 50px;
    background-color: #f5f7f5;
}

.service-header h2 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.7px;
}

.service-price {
    font-size: 24px;
    color: #2c5f4f;
    font-weight: 600;
}

.service-card-minimal img {
    width: 100%;
    height: auto;
    display: block;
    background-color: #e8ede8;
    object-fit: cover;
}

.service-content {
    padding: 40px 50px;
}

.service-content p {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 30px;
}

.service-features {
    list-style-position: inside;
    margin-bottom: 35px;
}

.service-features li {
    font-size: 16px;
    line-height: 2;
    color: #555;
}

.service-cta {
    padding: 14px 35px;
    background-color: #2c5f4f;
    color: #ffffff;
    border: none;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: 500;
}

.service-cta:hover {
    background-color: #234638;
}

.pricing-note {
    padding: 60px 60px 40px;
    background-color: #ffffff;
}

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

.contact-info-section {
    padding: 100px 60px;
    background-color: #ffffff;
}

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

.contact-details {
    flex: 1;
}

.contact-details h2 {
    font-size: 42px;
    margin-bottom: 50px;
    font-weight: 600;
    letter-spacing: -0.8px;
}

.detail-block {
    margin-bottom: 40px;
}

.detail-block h3 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #2c5f4f;
}

.detail-block p {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
}

.contact-visual {
    flex: 1;
    background-color: #e8ede8;
    border-radius: 8px;
    overflow: hidden;
}

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

.location-note {
    padding: 100px 60px;
    background-color: #f5f7f5;
}

.location-note h2 {
    font-size: 42px;
    margin-bottom: 35px;
    font-weight: 600;
    letter-spacing: -0.8px;
}

.location-note p {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 25px;
}

.contact-expectations {
    padding: 100px 60px;
    background-color: #ffffff;
}

.contact-expectations h2 {
    font-size: 42px;
    margin-bottom: 35px;
    font-weight: 600;
    letter-spacing: -0.8px;
}

.contact-expectations p {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 25px;
}

.cta-services-link {
    padding: 100px 60px;
    background-color: #2c5f4f;
    text-align: center;
}

.cta-services-link h3 {
    font-size: 38px;
    margin-bottom: 35px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: -0.7px;
}

.thanks-hero {
    padding: 120px 60px 100px;
    background-color: #f5f7f5;
}

.thanks-content-centered {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.thanks-hero h1 {
    font-size: 54px;
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: -1px;
}

.thanks-message {
    font-size: 20px;
    color: #555;
    margin-bottom: 50px;
}

.thanks-icon {
    display: flex;
    justify-content: center;
}

.thanks-info {
    padding: 100px 60px;
    background-color: #ffffff;
}

.thanks-info h2 {
    font-size: 42px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 600;
    letter-spacing: -0.8px;
}

.next-steps {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
}

.step-item {
    flex: 1;
}

.step-item h3 {
    font-size: 22px;
    margin-bottom: 18px;
    font-weight: 600;
    color: #2c5f4f;
}

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

.thanks-selected-service {
    padding: 80px 60px;
    background-color: #f5f7f5;
}

.thanks-selected-service h2 {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 600;
}

.service-display {
    font-size: 18px;
    color: #444;
}

.thanks-explore {
    padding: 100px 60px;
    background-color: #ffffff;
}

.thanks-explore h2 {
    font-size: 38px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 600;
    letter-spacing: -0.7px;
}

.explore-links {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.explore-link {
    padding: 14px 30px;
    background-color: #f5f7f5;
    color: #2c5f4f;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    transition: background-color 0.3s ease;
    font-weight: 500;
}

.explore-link:hover {
    background-color: #e8ede8;
}

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

.content-narrow-legal {
    max-width: 800px;
    margin: 0 auto;
}

.legal-page h1 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: -1px;
}

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

.legal-page h2 {
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 600;
}

.legal-page h3 {
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 600;
}

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

.legal-page ul {
    margin-bottom: 20px;
    padding-left: 25px;
}

.legal-page li {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 10px;
}

.legal-page a {
    color: #2c5f4f;
    text-decoration: none;
}

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

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

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

    .split-insight,
    .mission-split,
    .contact-layout {
        flex-direction: column;
        gap: 40px;
    }

    .benefits-grid,
    .next-steps,
    .explore-links {
        flex-direction: column;
        gap: 30px;
    }

    .minimal-nav {
        flex-direction: column;
        gap: 20px;
        padding: 30px 20px;
    }

    .nav-links {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

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

    .service-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}
