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

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

.main-nav {
    background-color: #ffffff;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.brand {
    font-size: 24px;
    font-weight: 700;
    color: #2d6a4f;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 35px;
}

.nav-links a {
    text-decoration: none;
    color: #4a5568;
    font-weight: 500;
    transition: color 0.3s;
}

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

.hero-offset {
    display: flex;
    align-items: center;
    padding: 80px 20px;
    max-width: 1300px;
    margin: 0 auto;
    gap: 60px;
}

.hero-content-left {
    flex: 1;
    padding-right: 40px;
}

.hero-content-left h1 {
    font-size: 52px;
    line-height: 1.15;
    color: #1a202c;
    margin-bottom: 24px;
    font-weight: 800;
}

.lead-text {
    font-size: 21px;
    color: #4a5568;
    margin-bottom: 32px;
    line-height: 1.5;
}

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

.hero-image-right img {
    width: 100%;
    height: auto;
    display: block;
}

.cta-primary {
    display: inline-block;
    background-color: #2d6a4f;
    color: #ffffff;
    padding: 16px 40px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    border-radius: 6px;
    transition: background-color 0.3s;
}

.cta-primary:hover {
    background-color: #1e4d36;
}

.story-block {
    background-color: #f9fafb;
    padding: 70px 20px;
}

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

.story-block h2 {
    font-size: 38px;
    margin-bottom: 28px;
    color: #1a202c;
    font-weight: 700;
}

.story-block p {
    font-size: 19px;
    margin-bottom: 20px;
    color: #4a5568;
}

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

.insight-image {
    flex: 0.9;
    background-color: #f0f4f8;
}

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

.insight-content {
    flex: 1.1;
}

.insight-content h3 {
    font-size: 34px;
    margin-bottom: 20px;
    color: #1a202c;
    font-weight: 700;
}

.insight-content p {
    font-size: 18px;
    margin-bottom: 18px;
    color: #4a5568;
}

.problem-amplification {
    background-color: #1a202c;
    padding: 80px 20px;
    color: #ffffff;
}

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

.problem-amplification h2 {
    font-size: 40px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
}

.problems-grid {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
}

.problem-card {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 35px;
    border-radius: 8px;
    flex: 1;
    max-width: 340px;
}

.problem-card.offset-up {
    margin-top: -20px;
}

.problem-card.offset-down {
    margin-top: 20px;
}

.problem-card h4 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}

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

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

.content-asymmetric {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
}

.trust-text {
    flex: 1.2;
}

.trust-text h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #1a202c;
    font-weight: 700;
}

.trust-text p {
    font-size: 18px;
    margin-bottom: 18px;
    color: #4a5568;
}

.trust-image-small {
    flex: 0.8;
    background-color: #f0f4f8;
}

.trust-image-small img {
    width: 100%;
    height: auto;
    display: block;
}

.testimonials-inline {
    background-color: #f0f4f8;
    padding: 70px 20px;
}

.testimonial-block {
    max-width: 800px;
    margin: 0 auto 40px;
}

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

.testimonial-block blockquote {
    background-color: #ffffff;
    padding: 35px;
    border-left: 5px solid #2d6a4f;
    font-size: 19px;
    font-style: italic;
    color: #2d3748;
}

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

.services-reveal {
    padding: 90px 20px;
    background-color: #ffffff;
}

.container-narrow {
    max-width: 900px;
    margin: 0 auto;
}

.services-reveal h2 {
    font-size: 42px;
    margin-bottom: 16px;
    text-align: center;
    color: #1a202c;
    font-weight: 700;
}

.section-intro {
    text-align: center;
    font-size: 19px;
    color: #4a5568;
    margin-bottom: 60px;
}

.services-asymmetric {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.service-item {
    background-color: #f9fafb;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    width: 48%;
    margin-left: auto;
}

.service-item.large-card {
    width: 65%;
    margin-left: 0;
}

.service-item:nth-child(even) {
    margin-left: 0;
}

.service-item:nth-child(odd) {
    margin-left: auto;
}

.service-item img {
    width: 100%;
    height: 220px;
}

.service-item h3 {
    font-size: 26px;
    margin: 24px 24px 12px;
    color: #1a202c;
    font-weight: 700;
}

.service-item p {
    font-size: 16px;
    margin: 0 24px 16px;
    color: #4a5568;
}

.service-item .price {
    font-size: 22px;
    font-weight: 700;
    color: #2d6a4f;
    margin: 20px 24px 16px;
}

.select-service {
    display: inline-block;
    background-color: #2d6a4f;
    color: #ffffff;
    padding: 12px 28px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 24px 24px;
    transition: background-color 0.3s;
}

.select-service:hover {
    background-color: #1e4d36;
}

.contact-form-section {
    background-color: #f0f4f8;
    padding: 80px 20px;
}

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

.form-container h2 {
    font-size: 38px;
    margin-bottom: 16px;
    text-align: center;
    color: #1a202c;
    font-weight: 700;
}

.form-container > p {
    text-align: center;
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 40px;
}

.contact-form {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
}

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

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

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

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

.btn-submit {
    width: 100%;
    background-color: #2d6a4f;
    color: #ffffff;
    padding: 16px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-submit:hover {
    background-color: #1e4d36;
}

.final-cta {
    background-color: #2d6a4f;
    padding: 70px 20px;
    text-align: center;
    color: #ffffff;
}

.cta-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700;
}

.cta-content p {
    font-size: 19px;
    margin-bottom: 32px;
}

.cta-secondary {
    display: inline-block;
    background-color: #ffffff;
    color: #2d6a4f;
    padding: 16px 40px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    border-radius: 6px;
    transition: background-color 0.3s;
}

.cta-secondary:hover {
    background-color: #f7fafc;
}

.main-footer {
    background-color: #1a202c;
    color: #e2e8f0;
    padding: 60px 20px 20px;
}

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

.footer-block {
    flex: 1;
}

.footer-block h4 {
    font-size: 20px;
    margin-bottom: 16px;
    color: #ffffff;
    font-weight: 700;
}

.footer-block p {
    font-size: 15px;
    line-height: 1.6;
}

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

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

.footer-block ul li a {
    color: #cbd5e0;
    text-decoration: none;
    transition: color 0.3s;
}

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

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.6;
    color: #cbd5e0;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 14px;
    color: #a0aec0;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a202c;
    color: #ffffff;
    padding: 24px;
    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: 30px;
}

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

.cookie-content a {
    color: #90cdf4;
    text-decoration: underline;
}

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

.cookie-btn {
    padding: 12px 28px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.cookie-btn.accept:hover {
    background-color: #1e4d36;
}

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

.cookie-btn.reject:hover {
    background-color: #2d3748;
}

.page-header {
    background-color: #f9fafb;
    padding: 80px 20px 60px;
    text-align: center;
}

.page-header h1 {
    font-size: 48px;
    color: #1a202c;
    margin-bottom: 16px;
    font-weight: 800;
}

.header-subtitle {
    font-size: 20px;
    color: #4a5568;
}

.about-story {
    padding: 80px 20px;
}

.container-medium {
    max-width: 1000px;
    margin: 0 auto;
}

.story-content {
    margin-bottom: 50px;
}

.story-content h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #1a202c;
    font-weight: 700;
}

.story-content p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #4a5568;
    line-height: 1.7;
}

.about-image {
    background-color: #f0f4f8;
}

.about-image img {
    width: 100%;
    height: auto;
    display: block;
}

.approach-section {
    background-color: #f9fafb;
    padding: 80px 20px;
}

.approach-section h2 {
    font-size: 38px;
    margin-bottom: 24px;
    text-align: center;
    color: #1a202c;
    font-weight: 700;
}

.approach-section > .container-narrow > p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
    color: #4a5568;
}

.approach-blocks {
    display: flex;
    gap: 30px;
}

.approach-item {
    flex: 1;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
}

.approach-item h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #1a202c;
    font-weight: 700;
}

.approach-item p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.6;
}

.values-section {
    padding: 80px 20px;
}

.values-section h2 {
    font-size: 38px;
    margin-bottom: 50px;
    text-align: center;
    color: #1a202c;
    font-weight: 700;
}

.values-grid {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.value-card {
    flex: 1;
    max-width: 350px;
    padding: 30px;
    background-color: #f9fafb;
    border-radius: 8px;
}

.value-card h4 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #1a202c;
    font-weight: 700;
}

.value-card p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.6;
}

.experience-section {
    background-color: #f0f4f8;
    padding: 80px 20px;
}

.experience-section h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #1a202c;
    font-weight: 700;
}

.experience-section p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #4a5568;
}

.experience-list {
    margin-top: 30px;
    padding-left: 25px;
}

.experience-list li {
    font-size: 18px;
    margin-bottom: 14px;
    color: #4a5568;
    line-height: 1.6;
}

.cta-about {
    padding: 80px 20px;
}

.cta-box {
    max-width: 700px;
    margin: 0 auto;
    background-color: #2d6a4f;
    padding: 60px;
    border-radius: 12px;
    text-align: center;
    color: #ffffff;
}

.cta-box h2 {
    font-size: 34px;
    margin-bottom: 16px;
    font-weight: 700;
}

.cta-box p {
    font-size: 18px;
    margin-bottom: 32px;
}

.cta-button {
    display: inline-block;
    background-color: #ffffff;
    color: #2d6a4f;
    padding: 16px 40px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    border-radius: 6px;
    transition: background-color 0.3s;
}

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

.services-detailed {
    padding: 60px 20px;
}

.service-detail-card {
    display: flex;
    gap: 60px;
    margin-bottom: 80px;
    align-items: center;
}

.service-detail-card.left-aligned {
    flex-direction: row;
}

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

.service-detail-image {
    flex: 1;
    background-color: #f0f4f8;
}

.service-detail-image img {
    width: 100%;
    height: auto;
    display: block;
}

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

.service-detail-content h2 {
    font-size: 34px;
    margin-bottom: 12px;
    color: #1a202c;
    font-weight: 700;
}

.service-tagline {
    font-size: 19px;
    color: #2d6a4f;
    margin-bottom: 20px;
    font-weight: 600;
}

.service-detail-content p {
    font-size: 17px;
    margin-bottom: 16px;
    color: #4a5568;
    line-height: 1.6;
}

.service-detail-content h3 {
    font-size: 22px;
    margin-top: 28px;
    margin-bottom: 12px;
    color: #1a202c;
    font-weight: 700;
}

.service-detail-content ul {
    margin-bottom: 24px;
    padding-left: 25px;
}

.service-detail-content ul li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #4a5568;
    line-height: 1.5;
}

.service-price {
    font-size: 26px;
    font-weight: 700;
    color: #2d6a4f;
    margin: 24px 0 20px;
}

.services-cta {
    background-color: #f9fafb;
    padding: 70px 20px;
}

.contact-page-content {
    padding: 60px 20px;
}

.contact-info-section {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 60px;
}

.contact-details {
    flex: 1;
}

.contact-details h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #1a202c;
    font-weight: 700;
}

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

.contact-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #1a202c;
    font-weight: 700;
}

.contact-item p {
    font-size: 17px;
    color: #4a5568;
    line-height: 1.7;
}

.note-text {
    font-size: 15px;
    color: #718096;
    margin-top: 8px;
}

.contact-visual {
    flex: 1;
    background-color: #f0f4f8;
}

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

.contact-expectations {
    background-color: #f9fafb;
    padding: 70px 20px;
}

.contact-expectations h2 {
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
    color: #1a202c;
    font-weight: 700;
}

.expectations-list {
    display: flex;
    gap: 40px;
}

.expectation-item {
    flex: 1;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
}

.expectation-item h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #1a202c;
    font-weight: 700;
}

.expectation-item p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.6;
}

.contact-map-placeholder {
    background-color: #e0e7ee;
    padding: 50px 20px;
    text-align: center;
}

.map-notice {
    max-width: 700px;
    margin: 0 auto;
}

.map-notice p {
    font-size: 17px;
    color: #4a5568;
}

.thanks-page {
    padding: 100px 20px;
    min-height: 60vh;
}

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

.thanks-icon {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.thanks-container h1 {
    font-size: 42px;
    margin-bottom: 16px;
    color: #1a202c;
    font-weight: 700;
}

.thanks-message {
    font-size: 19px;
    color: #4a5568;
    margin-bottom: 30px;
}

.service-confirmation {
    margin-bottom: 40px;
}

.selected-service-info {
    font-size: 18px;
    color: #2d6a4f;
    background-color: #f0f4f8;
    padding: 16px;
    border-radius: 6px;
    font-weight: 600;
}

.thanks-next-steps {
    background-color: #f9fafb;
    padding: 40px;
    border-radius: 8px;
    margin-bottom: 40px;
    text-align: left;
}

.thanks-next-steps h2 {
    font-size: 28px;
    margin-bottom: 24px;
    color: #1a202c;
    text-align: center;
    font-weight: 700;
}

.steps-list {
    padding-left: 25px;
}

.steps-list li {
    font-size: 17px;
    margin-bottom: 16px;
    color: #4a5568;
    line-height: 1.6;
}

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

.btn-primary {
    display: inline-block;
    background-color: #2d6a4f;
    color: #ffffff;
    padding: 14px 32px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 6px;
    transition: background-color 0.3s;
}

.btn-primary:hover {
    background-color: #1e4d36;
}

.btn-secondary {
    display: inline-block;
    background-color: #e2e8f0;
    color: #2d3748;
    padding: 14px 32px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 6px;
    transition: background-color 0.3s;
}

.btn-secondary:hover {
    background-color: #cbd5e0;
}

.legal-page {
    padding: 60px 20px 80px;
}

.legal-page h1 {
    font-size: 42px;
    margin-bottom: 12px;
    color: #1a202c;
    font-weight: 700;
}

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

.legal-page h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #1a202c;
    font-weight: 700;
}

.legal-page h3 {
    font-size: 22px;
    margin-top: 28px;
    margin-bottom: 12px;
    color: #1a202c;
    font-weight: 700;
}

.legal-page p {
    font-size: 17px;
    margin-bottom: 16px;
    color: #4a5568;
    line-height: 1.7;
}

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

.legal-page ul li {
    font-size: 17px;
    margin-bottom: 10px;
    color: #4a5568;
    line-height: 1.6;
}

.legal-page a {
    color: #2d6a4f;
    text-decoration: underline;
}

.legal-page a:hover {
    color: #1e4d36;
}

@media (max-width: 768px) {
    .hero-offset {
        flex-direction: column;
        padding: 50px 20px;
    }

    .hero-content-left {
        padding-right: 0;
    }

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

    .split-insight {
        flex-direction: column;
        margin: 50px auto;
    }

    .problems-grid {
        flex-direction: column;
        align-items: stretch;
    }

    .problem-card.offset-up,
    .problem-card.offset-down {
        margin-top: 0;
    }

    .content-asymmetric {
        flex-direction: column;
    }

    .service-item,
    .service-item.large-card {
        width: 100%;
        margin-left: 0;
    }

    .footer-content {
        flex-direction: column;
        gap: 40px;
    }

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

    .approach-blocks {
        flex-direction: column;
    }

    .values-grid {
        flex-direction: column;
        align-items: center;
    }

    .service-detail-card.left-aligned,
    .service-detail-card.right-aligned {
        flex-direction: column;
    }

    .contact-info-section {
        flex-direction: column;
    }

    .expectations-list {
        flex-direction: column;
    }

    .thanks-actions {
        flex-direction: column;
    }

    .nav-links {
        gap: 20px;
        font-size: 14px;
    }
}