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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #fefefe;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #fff;
    padding: 24px;
    z-index: 9999;
    display: none;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.2);
}

.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;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

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

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

.btn-accept {
    background-color: #4a7c4e;
    color: #fff;
}

.btn-accept:hover {
    background-color: #3d6841;
}

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

.btn-reject:hover {
    background-color: rgba(255,255,255,0.1);
}

.nav-floating {
    position: sticky;
    top: 0;
    background-color: rgba(255,255,255,0.97);
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    z-index: 1000;
    padding: 18px 0;
}

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

.brand {
    font-size: 28px;
    font-weight: 700;
    color: #2c5f2d;
    letter-spacing: 1px;
}

.ad-disclosure {
    font-size: 11px;
    color: #666;
    background-color: #f5f5f5;
    padding: 6px 12px;
    border-radius: 4px;
    border-left: 3px solid #4a7c4e;
}

.nav-menu {
    list-style: none;
    display: flex;
    gap: 32px;
}

.nav-menu a {
    text-decoration: none;
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-menu a:hover {
    color: #4a7c4e;
}

.hero-visual {
    position: relative;
    height: 85vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e8f4e8;
}

.hero-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 720px;
    padding: 40px;
    background-color: rgba(255,255,255,0.92);
    border-radius: 8px;
}

.hero-content h1 {
    font-size: 52px;
    line-height: 1.2;
    color: #2c5f2d;
    margin-bottom: 24px;
    font-weight: 700;
}

.hero-content p {
    font-size: 20px;
    color: #4a4a4a;
    line-height: 1.6;
}

.story-intro {
    padding: 100px 40px;
    background-color: #fafafa;
}

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

.content-narrow p {
    font-size: 19px;
    margin-bottom: 28px;
    color: #3a3a3a;
}

.visual-section {
    padding: 80px 40px;
    background-color: #fff;
}

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

.split-text {
    flex: 1;
}

.split-text h2 {
    font-size: 42px;
    color: #2c5f2d;
    margin-bottom: 28px;
    line-height: 1.3;
}

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

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

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

.trust-section {
    padding: 100px 40px;
    background-color: #f0f8f0;
}

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

.content-wide h2 {
    font-size: 44px;
    color: #2c5f2d;
    text-align: center;
    margin-bottom: 60px;
}

.testimonials-flow {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.testimonial-card {
    flex: 1;
    min-width: 300px;
    background-color: #fff;
    padding: 36px;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.testimonial-card p {
    font-size: 17px;
    color: #3a3a3a;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-card .author {
    font-size: 14px;
    color: #666;
    font-weight: 600;
}

.services-preview {
    padding: 100px 40px;
    background-color: #fff;
}

.services-preview .content-narrow {
    text-align: center;
    margin-bottom: 60px;
}

.services-preview h2 {
    font-size: 46px;
    color: #2c5f2d;
    margin-bottom: 20px;
}

.services-preview .content-narrow p {
    font-size: 19px;
    color: #4a4a4a;
}

.services-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.service-card {
    flex: 1;
    min-width: 340px;
    background-color: #fafafa;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}

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

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

.service-card p {
    font-size: 16px;
    color: #4a4a4a;
    padding: 0 24px;
    margin-bottom: 20px;
}

.service-card .price {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #2c5f2d;
    padding: 0 24px;
    margin-bottom: 20px;
}

.btn-select {
    width: calc(100% - 48px);
    margin: 0 24px 24px;
    padding: 14px;
    background-color: #4a7c4e;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.form-section {
    padding: 80px 40px;
    background-color: #f9f9f9;
}

.form-container {
    max-width: 640px;
    margin: 0 auto;
    background-color: #fff;
    padding: 48px;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.form-container h2 {
    font-size: 36px;
    color: #2c5f2d;
    margin-bottom: 12px;
}

.selected-service-display {
    font-size: 16px;
    color: #666;
    margin-bottom: 32px;
}

.selected-service-display strong {
    color: #2c5f2d;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.btn-submit {
    width: 100%;
    padding: 16px;
    background-color: #4a7c4e;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.final-cta {
    padding: 80px 40px;
    background-color: #2c5f2d;
    color: #fff;
    text-align: center;
}

.cta-content h2 {
    font-size: 42px;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 19px;
    opacity: 0.95;
}

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

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

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

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

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

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

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

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

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding: 24px;
    background-color: #252525;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.7;
    color: #aaa;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #333;
    font-size: 13px;
}

.page-hero {
    position: relative;
    height: 50vh;
    min-height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e8f4e8;
}

.page-hero .hero-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.page-hero .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.page-hero .hero-content h1 {
    font-size: 48px;
    color: #2c5f2d;
}

.legal-page {
    padding: 80px 40px;
    background-color: #fafafa;
}

.legal-page h1 {
    font-size: 42px;
    color: #2c5f2d;
    margin-bottom: 16px;
}

.legal-page h2 {
    font-size: 28px;
    color: #2c5f2d;
    margin-top: 40px;
    margin-bottom: 16px;
}

.legal-page h3 {
    font-size: 22px;
    color: #3a3a3a;
    margin-top: 28px;
    margin-bottom: 12px;
}

.legal-page h4 {
    font-size: 18px;
    color: #4a4a4a;
    margin-top: 20px;
    margin-bottom: 10px;
}

.legal-page p {
    font-size: 16px;
    color: #3a3a3a;
    margin-bottom: 16px;
}

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

.legal-page ul li {
    font-size: 16px;
    color: #3a3a3a;
    margin-bottom: 8px;
}

.legal-page a {
    color: #4a7c4e;
    text-decoration: underline;
}

.legal-page a:hover {
    color: #3d6841;
}

.about-story {
    padding: 80px 40px;
    background-color: #fff;
}

.about-values {
    padding: 80px 40px;
    background-color: #f0f8f0;
}

.about-values h2 {
    font-size: 42px;
    color: #2c5f2d;
    text-align: center;
    margin-bottom: 60px;
}

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

.value-block {
    flex: 1;
    min-width: 280px;
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
}

.value-block h3 {
    font-size: 26px;
    color: #2c5f2d;
    margin-bottom: 16px;
}

.value-block p {
    font-size: 17px;
    color: #4a4a4a;
    line-height: 1.7;
}

.about-team {
    padding: 80px 40px;
    background-color: #fff;
}

.about-team h2 {
    font-size: 42px;
    color: #2c5f2d;
    text-align: center;
    margin-bottom: 20px;
}

.team-intro {
    text-align: center;
    font-size: 18px;
    color: #4a4a4a;
    max-width: 720px;
    margin: 0 auto 60px;
}

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

.team-member {
    flex: 0 1 300px;
    text-align: center;
}

.team-member img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    background-color: #e8f4e8;
    margin-bottom: 20px;
}

.team-member h4 {
    font-size: 22px;
    color: #2c5f2d;
    margin-bottom: 8px;
}

.team-member p {
    font-size: 16px;
    color: #666;
}

.about-process {
    padding: 100px 40px;
    background-color: #f0f8f0;
}

.about-process h2 {
    font-size: 42px;
    color: #2c5f2d;
    text-align: center;
    margin-bottom: 20px;
}

.about-process > .content-narrow > p {
    text-align: center;
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 60px;
}

.process-steps {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.process-step {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    background-color: #fff;
    padding: 32px;
    border-radius: 8px;
}

.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background-color: #4a7c4e;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
    flex-shrink: 0;
}

.process-step h4 {
    font-size: 22px;
    color: #2c5f2d;
    margin-bottom: 12px;
}

.process-step p {
    font-size: 16px;
    color: #4a4a4a;
}

.services-detailed {
    padding: 80px 40px;
    background-color: #fff;
}

.services-intro {
    text-align: center;
    font-size: 19px;
    color: #4a4a4a;
    max-width: 820px;
    margin: 0 auto 60px;
}

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

.service-detail-card:nth-child(even) {
    flex-direction: row-reverse;
}

.service-detail-image {
    flex: 1;
    background-color: #e8f4e8;
    border-radius: 8px;
    overflow: hidden;
}

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

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

.service-detail-content h2 {
    font-size: 36px;
    color: #2c5f2d;
    margin-bottom: 20px;
}

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

.service-detail-content strong {
    font-size: 18px;
    color: #2c5f2d;
}

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

.service-detail-content ul li {
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 8px;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #2c5f2d;
    margin-bottom: 20px;
    display: block;
}

.contact-info {
    padding: 80px 40px;
    background-color: #fff;
}

.contact-info h2 {
    font-size: 42px;
    color: #2c5f2d;
    margin-bottom: 20px;
    text-align: center;
}

.contact-info > .content-narrow > p {
    text-align: center;
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 60px;
}

.contact-details {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.contact-item {
    flex: 1;
    min-width: 250px;
    background-color: #f0f8f0;
    padding: 32px;
    border-radius: 8px;
}

.contact-item h3 {
    font-size: 22px;
    color: #2c5f2d;
    margin-bottom: 12px;
}

.contact-item p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.8;
}

.contact-note {
    background-color: #fff4e6;
    padding: 24px;
    border-left: 4px solid #4a7c4e;
    border-radius: 4px;
}

.contact-note p {
    font-size: 16px;
    color: #4a4a4a;
    margin: 0;
}

.contact-map-section {
    padding: 80px 40px;
    background-color: #f0f8f0;
}

.contact-map-section h2 {
    font-size: 38px;
    color: #2c5f2d;
    text-align: center;
    margin-bottom: 40px;
}

.map-placeholder {
    background-color: #e8f4e8;
    padding: 100px 40px;
    border-radius: 8px;
    text-align: center;
}

.map-placeholder p {
    font-size: 18px;
    color: #4a4a4a;
}

.thanks-section {
    padding: 120px 40px;
    background-color: #f0f8f0;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thanks-container {
    max-width: 720px;
    text-align: center;
    background-color: #fff;
    padding: 60px 48px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

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

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

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

.order-summary {
    background-color: #f9f9f9;
    padding: 24px;
    border-radius: 8px;
    margin-bottom: 32px;
    text-align: left;
}

.order-summary h3 {
    font-size: 20px;
    color: #2c5f2d;
    margin-bottom: 16px;
}

.order-summary p {
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 8px;
}

.order-summary span {
    color: #2c2c2c;
}

.thanks-info {
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
    line-height: 1.7;
}

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

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

.btn-primary {
    background-color: #4a7c4e;
    color: #fff;
}

.btn-primary:hover {
    background-color: #3d6841;
}

.btn-secondary {
    background-color: transparent;
    color: #4a7c4e;
    border: 2px solid #4a7c4e;
}

.btn-secondary:hover {
    background-color: #4a7c4e;
    color: #fff;
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        text-align: center;
    }

    .nav-menu {
        flex-direction: column;
        gap: 16px;
    }

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

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

    .testimonials-flow {
        flex-direction: column;
    }

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

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

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

    .values-layout {
        flex-direction: column;
    }

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

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

    .service-detail-card:nth-child(even) {
        flex-direction: column;
    }

    .contact-details {
        flex-direction: column;
    }

    .process-step {
        flex-direction: column;
        text-align: center;
    }

    .step-number {
        margin: 0 auto;
    }

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

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