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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #f9f9f9;
}

.ad-disclosure {
    background-color: #1a1a1a;
    color: #ffffff;
    text-align: center;
    padding: 8px 20px;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.main-nav {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.brand {
    font-size: 24px;
    font-weight: 700;
    color: #2d5a3d;
    letter-spacing: -0.5px;
}

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

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

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

.hero-split {
    display: flex;
    min-height: 650px;
    max-width: 1400px;
    margin: 0 auto;
    background-color: #ffffff;
}

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

.hero-text h1 {
    font-size: 52px;
    line-height: 1.15;
    color: #1a1a1a;
    margin-bottom: 25px;
    font-weight: 700;
}

.hero-text p {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 35px;
    max-width: 520px;
}

.hero-image {
    flex: 1;
    background-color: #e8ede9;
    overflow: hidden;
}

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

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

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

.cta-secondary {
    display: inline-block;
    background-color: transparent;
    color: #2d5a3d;
    padding: 16px 40px;
    text-decoration: none;
    border: 2px solid #2d5a3d;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s;
}

.cta-secondary:hover {
    background-color: #2d5a3d;
    color: #ffffff;
}

.intro-section {
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 40px;
}

.intro-grid {
    display: flex;
    gap: 60px;
    align-items: center;
}

.intro-content {
    flex: 1.2;
}

.intro-content h2 {
    font-size: 38px;
    color: #1a1a1a;
    margin-bottom: 25px;
    line-height: 1.3;
}

.intro-content p {
    font-size: 17px;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.intro-image {
    flex: 1;
    background-color: #e8ede9;
    border-radius: 6px;
    overflow: hidden;
}

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

.services-preview {
    background-color: #ffffff;
    padding: 80px 40px;
}

.section-header-center {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.section-header-center h2 {
    font-size: 42px;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.section-header-center p {
    font-size: 18px;
    color: #5a5a5a;
}

.services-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.service-card {
    flex: 1;
    min-width: 320px;
    max-width: 420px;
    background-color: #fafafa;
    border-radius: 6px;
    overflow: hidden;
    transition: transform 0.3s;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-image {
    width: 100%;
    height: 250px;
    background-color: #e8ede9;
    overflow: hidden;
}

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

.service-info {
    padding: 30px;
}

.service-info h3 {
    font-size: 24px;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.service-info p {
    font-size: 16px;
    color: #5a5a5a;
    margin-bottom: 20px;
    line-height: 1.6;
}

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

.service-link {
    color: #2d5a3d;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.service-link:hover {
    color: #234730;
}

.cta-block {
    text-align: center;
    margin-top: 60px;
}

.cta-block p {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 25px;
}

.booking-section {
    background-color: #f4f7f5;
    padding: 80px 40px;
}

.booking-split {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 70px;
}

.booking-form-container {
    flex: 1;
}

.booking-form-container h2 {
    font-size: 36px;
    color: #1a1a1a;
    margin-bottom: 35px;
}

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

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

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

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

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

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

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

.booking-info {
    flex: 1;
    padding-top: 80px;
}

.booking-info h3 {
    font-size: 28px;
    color: #1a1a1a;
    margin-bottom: 25px;
}

.features-list {
    list-style: none;
    margin-bottom: 30px;
}

.features-list li {
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
    color: #4a4a4a;
}

.trust-note p {
    font-size: 15px;
    color: #5a5a5a;
    line-height: 1.7;
}

.why-section {
    padding: 80px 40px;
    background-color: #ffffff;
}

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

.why-content h2 {
    font-size: 38px;
    color: #1a1a1a;
    margin-bottom: 50px;
    text-align: center;
}

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

.why-item {
    flex: 1;
    min-width: 250px;
    padding: 30px;
    background-color: #fafafa;
    border-radius: 6px;
}

.why-item h4 {
    font-size: 22px;
    color: #2d5a3d;
    margin-bottom: 15px;
}

.why-item p {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 1.6;
}

.page-header {
    background-color: #2d5a3d;
    color: #ffffff;
    padding: 70px 40px;
    text-align: center;
}

.page-header h1 {
    font-size: 48px;
    margin-bottom: 15px;
}

.page-header p {
    font-size: 20px;
    color: #e0e8e3;
}

.service-detail {
    padding: 60px 40px;
    background-color: #ffffff;
}

.service-detail.alt {
    background-color: #f9f9f9;
}

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

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

.service-image-large {
    flex: 1;
    background-color: #e8ede9;
    border-radius: 6px;
    overflow: hidden;
}

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

.service-description {
    flex: 1;
}

.service-description h2 {
    font-size: 36px;
    color: #1a1a1a;
    margin-bottom: 25px;
}

.service-description p {
    font-size: 17px;
    color: #4a4a4a;
    margin-bottom: 20px;
    line-height: 1.7;
}

.service-highlights {
    margin: 35px 0;
}

.service-highlights h4 {
    font-size: 20px;
    color: #2d5a3d;
    margin-bottom: 15px;
}

.service-highlights ul {
    list-style: none;
}

.service-highlights ul li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    color: #4a4a4a;
}

.service-highlights ul li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #2d5a3d;
}

.service-meta {
    background-color: #f4f7f5;
    padding: 25px;
    border-radius: 6px;
    margin: 30px 0;
}

.meta-item {
    padding: 8px 0;
    font-size: 16px;
    color: #2c2c2c;
}

.meta-item strong {
    color: #1a1a1a;
}

.about-intro {
    padding: 60px 40px;
    background-color: #ffffff;
}

.about-split {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 70px;
    align-items: center;
}

.about-text {
    flex: 1.3;
}

.about-text h2 {
    font-size: 38px;
    color: #1a1a1a;
    margin-bottom: 25px;
}

.about-text p {
    font-size: 17px;
    color: #4a4a4a;
    margin-bottom: 20px;
    line-height: 1.7;
}

.about-image {
    flex: 1;
    background-color: #e8ede9;
    border-radius: 6px;
    overflow: hidden;
}

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

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

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

.team-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
    justify-content: center;
}

.team-member {
    flex: 1;
    min-width: 280px;
    max-width: 320px;
    background-color: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    padding: 30px;
    text-align: center;
}

.member-image {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #e8ede9;
}

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

.team-member h3 {
    font-size: 22px;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.member-role {
    font-size: 15px;
    color: #2d5a3d;
    font-weight: 600;
    margin-bottom: 15px;
}

.team-member p {
    font-size: 15px;
    color: #5a5a5a;
    line-height: 1.6;
}

.philosophy-section {
    padding: 80px 40px;
    background-color: #ffffff;
}

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

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

.philosophy-grid {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
}

.philosophy-item {
    flex: 1;
    min-width: 280px;
    padding: 30px;
    background-color: #f4f7f5;
    border-left: 4px solid #2d5a3d;
}

.philosophy-item h4 {
    font-size: 20px;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.philosophy-item p {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 1.6;
}

.values-section {
    padding: 60px 40px;
    background-color: #f9f9f9;
}

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

.values-image {
    flex: 1;
    background-color: #e8ede9;
    border-radius: 6px;
    overflow: hidden;
}

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

.values-text {
    flex: 1;
}

.values-text h2 {
    font-size: 36px;
    color: #1a1a1a;
    margin-bottom: 25px;
}

.values-text p {
    font-size: 17px;
    color: #4a4a4a;
    margin-bottom: 20px;
    line-height: 1.7;
}

.cta-section {
    padding: 80px 40px;
    text-align: center;
    background-color: #2d5a3d;
    color: #ffffff;
}

.cta-section h2 {
    font-size: 38px;
    margin-bottom: 20px;
}

.cta-section p {
    font-size: 18px;
    margin-bottom: 35px;
    color: #e0e8e3;
}

.cta-section .cta-primary {
    background-color: #ffffff;
    color: #2d5a3d;
}

.cta-section .cta-primary:hover {
    background-color: #f0f0f0;
}

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

.contact-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 70px;
}

.contact-info {
    flex: 1;
}

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

.info-block {
    margin-bottom: 35px;
}

.info-block h4 {
    font-size: 20px;
    color: #2d5a3d;
    margin-bottom: 12px;
}

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

.info-note {
    font-size: 14px;
    color: #7a7a7a;
    margin-top: 10px;
}

.contact-image {
    flex: 1;
    background-color: #e8ede9;
    border-radius: 6px;
    overflow: hidden;
}

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

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

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

.faq-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.faq-item {
    flex: 1;
    min-width: 350px;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 6px;
}

.faq-item h4 {
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.faq-item p {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 1.6;
}

.map-note {
    padding: 40px;
    text-align: center;
    background-color: #ffffff;
}

.map-note p {
    font-size: 16px;
    color: #5a5a5a;
    max-width: 800px;
    margin: 0 auto;
}

.thanks-section {
    padding: 80px 40px;
    background-color: #ffffff;
}

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

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

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

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

.thanks-info {
    background-color: #f4f7f5;
    padding: 35px;
    border-radius: 6px;
    margin-bottom: 40px;
    text-align: left;
}

.thanks-info h3 {
    font-size: 24px;
    color: #2d5a3d;
    margin-bottom: 20px;
    text-align: center;
}

.thanks-steps {
    list-style: none;
}

.thanks-steps li {
    padding: 12px 0;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    color: #4a4a4a;
}

.thanks-steps li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2d5a3d;
    font-weight: bold;
}

.thanks-next {
    margin-bottom: 40px;
}

.thanks-next p {
    font-size: 17px;
    color: #5a5a5a;
}

.thanks-next strong {
    color: #2d5a3d;
}

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

.additional-info {
    padding: 60px 40px;
    background-color: #f9f9f9;
}

.info-cards {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.info-card {
    flex: 1;
    min-width: 280px;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 6px;
}

.info-card h4 {
    font-size: 20px;
    color: #2d5a3d;
    margin-bottom: 15px;
}

.info-card p {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 1.6;
}

.legal-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 40px;
    background-color: #ffffff;
}

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

.legal-date {
    font-size: 14px;
    color: #7a7a7a;
    margin-bottom: 40px;
}

.legal-content h2 {
    font-size: 26px;
    color: #2d5a3d;
    margin-top: 40px;
    margin-bottom: 20px;
}

.legal-content h3 {
    font-size: 20px;
    color: #1a1a1a;
    margin-top: 25px;
    margin-bottom: 15px;
}

.legal-content h4 {
    font-size: 18px;
    color: #2d5a3d;
    margin-top: 20px;
    margin-bottom: 12px;
}

.legal-content p {
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 20px;
    line-height: 1.7;
}

.legal-content ul {
    margin: 20px 0;
    padding-left: 30px;
}

.legal-content ul li {
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 10px;
    line-height: 1.6;
}

.legal-content a {
    color: #2d5a3d;
    text-decoration: none;
}

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

.main-footer {
    background-color: #1a1a1a;
    color: #e0e0e0;
    padding: 60px 40px 30px;
}

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

.footer-section {
    flex: 1;
    min-width: 250px;
}

.footer-section h4 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 20px;
}

.footer-section p {
    font-size: 15px;
    color: #b0b0b0;
    line-height: 1.6;
}

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

.footer-section ul li {
    margin-bottom: 12px;
}

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

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

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid #333333;
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    color: #888888;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 25px 40px;
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.2);
    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;
    flex-wrap: wrap;
}

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

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

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

.btn-accept,
.btn-reject {
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

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

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

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

.btn-reject:hover {
    background-color: #3a3a3a;
}

@media (max-width: 768px) {
    .hero-split,
    .intro-grid,
    .booking-split,
    .service-split,
    .about-split,
    .values-split,
    .contact-grid {
        flex-direction: column;
    }

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

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

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

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

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

    .why-grid,
    .philosophy-grid,
    .faq-grid {
        flex-direction: column;
    }

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

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

    .cookie-actions {
        justify-content: center;
    }
}