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

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

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

.cookie-banner.hidden {
    display: none;
}

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

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

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

.btn-cookie,
.btn-cookie-secondary {
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.btn-cookie {
    background-color: #27ae60;
    color: #ffffff;
}

.btn-cookie:hover {
    background-color: #229954;
}

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

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

.main-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

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

.brand {
    font-size: 26px;
    font-weight: 700;
    color: #1a5f4f;
    letter-spacing: -0.5px;
}

.ad-disclosure {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    background-color: #f5f5f5;
    border-radius: 3px;
}

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

.main-nav a {
    text-decoration: none;
    color: #2c3e50;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s ease;
}

.main-nav a:hover {
    color: #1a5f4f;
}

.hero-section {
    position: relative;
    width: 100%;
    min-height: 600px;
    background-color: #1a5f4f;
}

.hero-image-wrapper {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

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

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    text-align: center;
}

.hero-overlay h1 {
    font-size: 56px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
    max-width: 900px;
}

.hero-subtitle {
    font-size: 22px;
    color: #ffffff;
    max-width: 700px;
    line-height: 1.6;
    font-weight: 400;
}

.intro-block {
    padding: 100px 40px;
    background-color: #f8f9fa;
}

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

.intro-text h2 {
    font-size: 42px;
    color: #1a5f4f;
    margin-bottom: 30px;
    font-weight: 700;
}

.intro-text p {
    font-size: 19px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.visual-break {
    padding: 80px 40px;
    background-color: #ffffff;
}

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

.text-column {
    flex: 1;
}

.text-column h3 {
    font-size: 34px;
    color: #2c3e50;
    margin-bottom: 24px;
    font-weight: 700;
}

.text-column p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 18px;
}

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

.section-image {
    width: 100%;
    height: 100%;
}

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

.section-heading {
    font-size: 44px;
    color: #1a5f4f;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
}

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

.service-card {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.card-image-wrapper {
    width: 100%;
    height: 240px;
    overflow: hidden;
    background-color: #d0e8e1;
}

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

.card-content {
    padding: 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.card-content h3 {
    font-size: 24px;
    color: #2c3e50;
    margin-bottom: 14px;
    font-weight: 700;
}

.card-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 20px;
    flex: 1;
}

.price-tag {
    font-size: 28px;
    color: #1a5f4f;
    font-weight: 700;
    margin-bottom: 18px;
}

.select-service {
    width: 100%;
    padding: 14px 24px;
    background-color: #27ae60;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.booking-section {
    padding: 100px 40px;
    background-color: #ffffff;
}

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

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

.form-intro {
    font-size: 17px;
    color: #666;
    text-align: center;
    margin-bottom: 40px;
}

.booking-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

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

.form-group label {
    font-size: 15px;
    font-weight: 600;
    color: #2c3e50;
}

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

.form-group input:focus {
    outline: none;
    border-color: #27ae60;
}

.form-group input[readonly] {
    background-color: #f5f5f5;
    cursor: not-allowed;
}

.btn-submit {
    padding: 16px 32px;
    background-color: #27ae60;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 12px;
}

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

.trust-section {
    padding: 80px 40px;
    background-color: #f8f9fa;
}

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

.testimonials-wrapper {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.testimonial {
    background-color: #ffffff;
    padding: 32px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    max-width: 550px;
    flex: 1;
    min-width: 300px;
}

.testimonial p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 16px;
    font-style: italic;
}

.testimonial cite {
    font-size: 15px;
    color: #999;
    font-style: normal;
    font-weight: 600;
}

.disclaimer-section {
    padding: 60px 40px;
    background-color: #fffbf0;
    border-top: 1px solid #f0e6c8;
    border-bottom: 1px solid #f0e6c8;
}

.disclaimer-text {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    text-align: center;
}

.main-footer {
    background-color: #1a2a33;
    color: #ffffff;
    padding: 60px 40px 20px;
}

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

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

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

.footer-column p {
    font-size: 14px;
    line-height: 1.7;
    color: #b0b0b0;
}

.footer-links {
    list-style: none;
}

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

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

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

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

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

.page-header {
    padding: 80px 40px 40px;
    background-color: #f0f7f5;
}

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

.page-intro {
    font-size: 19px;
    color: #666;
    line-height: 1.7;
    max-width: 800px;
}

.about-content {
    padding: 80px 40px;
    background-color: #ffffff;
}

.about-split {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.about-text {
    flex: 1.5;
}

.about-text h2 {
    font-size: 38px;
    color: #1a5f4f;
    margin-bottom: 28px;
    font-weight: 700;
}

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

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

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

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

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

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

.philosophy-item {
    flex: 1;
    min-width: 280px;
    background-color: #ffffff;
    padding: 32px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.philosophy-item h3 {
    font-size: 22px;
    color: #2c3e50;
    margin-bottom: 14px;
    font-weight: 700;
}

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

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

.values-section h2 {
    font-size: 38px;
    color: #1a5f4f;
    margin-bottom: 30px;
    font-weight: 700;
}

.values-section p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
    max-width: 900px;
}

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

.service-detail-card {
    max-width: 1200px;
    margin: 0 auto 80px;
    display: flex;
    gap: 60px;
    align-items: center;
}

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

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

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

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

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

.service-price {
    font-size: 32px;
    color: #27ae60;
    font-weight: 700;
    margin-bottom: 24px;
}

.service-detail-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 24px;
}

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

.service-features li {
    font-size: 16px;
    color: #666;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.btn-service {
    display: inline-block;
    padding: 14px 32px;
    background-color: #27ae60;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.btn-service:hover {
    background-color: #229954;
}

.services-info {
    padding: 80px 40px;
    background-color: #f8f9fa;
}

.services-info h2 {
    font-size: 38px;
    color: #1a5f4f;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
}

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

.info-column {
    flex: 1;
    min-width: 280px;
}

.info-column h3 {
    font-size: 22px;
    color: #2c3e50;
    margin-bottom: 14px;
    font-weight: 700;
}

.info-column p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}

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

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

.contact-info {
    flex: 1;
}

.contact-info h2 {
    font-size: 34px;
    color: #1a5f4f;
    margin-bottom: 20px;
    font-weight: 700;
}

.contact-info p {
    font-size: 17px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 32px;
}

.contact-detail {
    margin-bottom: 32px;
}

.contact-detail h3 {
    font-size: 20px;
    color: #2c3e50;
    margin-bottom: 10px;
    font-weight: 700;
}

.contact-detail p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 8px;
}

.contact-note {
    font-size: 14px;
    color: #999;
    font-style: italic;
}

.contact-image {
    flex: 1;
    background-color: #e8f4f1;
    border-radius: 8px;
    overflow: hidden;
    height: 500px;
}

.contact-image img {
    width: 100%;
    height: 100%;
}

.contact-additional {
    padding: 80px 40px;
    background-color: #f8f9fa;
}

.contact-additional h2 {
    font-size: 38px;
    color: #1a5f4f;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
}

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

.faq-item {
    flex: 1;
    min-width: 280px;
    background-color: #ffffff;
    padding: 28px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.faq-item h3 {
    font-size: 20px;
    color: #2c3e50;
    margin-bottom: 12px;
    font-weight: 700;
}

.faq-item p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
}

.thanks-section {
    padding: 100px 40px;
    background-color: #f0f7f5;
}

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

.thanks-content h1 {
    font-size: 44px;
    color: #1a5f4f;
    margin-bottom: 24px;
    font-weight: 700;
}

.thanks-message {
    font-size: 19px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 40px;
}

.booking-summary {
    background-color: #ffffff;
    padding: 28px;
    border-radius: 8px;
    margin-bottom: 50px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    text-align: left;
}

.booking-summary h3 {
    font-size: 22px;
    color: #2c3e50;
    margin-bottom: 16px;
    font-weight: 700;
}

.booking-summary p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 8px;
}

.next-steps {
    text-align: left;
    margin-bottom: 50px;
}

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

.steps-list {
    max-width: 600px;
    margin: 0 auto;
    padding-left: 20px;
}

.steps-list li {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 14px;
}

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

.btn-primary,
.btn-secondary {
    padding: 14px 32px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-primary {
    background-color: #27ae60;
    color: #ffffff;
}

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

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

.btn-secondary:hover {
    background-color: #27ae60;
    color: #ffffff;
}

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

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

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

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

.legal-page h3 {
    font-size: 22px;
    color: #2c3e50;
    margin-top: 30px;
    margin-bottom: 12px;
    font-weight: 700;
}

.legal-page p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 18px;
    max-width: 900px;
}

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

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

@media (max-width: 768px) {
    .header-container {
        padding: 20px;
    }

    .main-nav {
        gap: 20px;
        flex-wrap: wrap;
    }

    .hero-overlay h1 {
        font-size: 38px;
    }

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

    .intro-block {
        padding: 60px 20px;
    }

    .intro-text h2 {
        font-size: 32px;
    }

    .side-image-section {
        flex-direction: column;
    }

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

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

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

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

    .section-heading {
        font-size: 34px;
    }
}