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

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

.ad-disclosure {
    background-color: #34495e;
    color: #ecf0f1;
    text-align: center;
    padding: 8px 20px;
    font-size: 0.85rem;
    font-family: 'Arial', sans-serif;
}

.main-nav {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 0;
}

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

.logo {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
}

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

.nav-links a {
    color: #34495e;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

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

.editorial-content {
    background-color: #ffffff;
}

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

.article-hero {
    position: relative;
    margin-bottom: 50px;
}

.hero-image-wrapper {
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-color: #34495e;
}

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

.hero-text-overlay {
    max-width: 680px;
    margin: -80px auto 0;
    padding: 0 30px;
    position: relative;
    z-index: 10;
}

.hero-text-overlay h1 {
    font-size: 3rem;
    line-height: 1.2;
    color: #ffffff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    margin-bottom: 15px;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: #ecf0f1;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}

.intro-section,
.story-section,
.insight-section,
.benefits-section,
.implementation-section,
.testimonial-section,
.next-steps-section,
.disclaimer-section {
    padding: 60px 0;
}

.lead-paragraph {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 25px;
    color: #34495e;
}

article p {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

article h2 {
    font-size: 2.2rem;
    margin-bottom: 25px;
    margin-top: 40px;
    color: #2c3e50;
    line-height: 1.3;
}

article h3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
    margin-top: 30px;
    color: #34495e;
}

.inline-image {
    width: 100%;
    height: auto;
    margin: 40px 0;
    background-color: #ecf0f1;
    object-fit: cover;
}

.inline-cta-wrapper {
    text-align: center;
    margin: 50px 0;
}

.inline-cta {
    display: inline-block;
    padding: 15px 35px;
    background-color: #e74c3c;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    font-size: 1rem;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.inline-cta:hover {
    background-color: #c0392b;
}

.research-quote {
    margin: 40px 0;
    padding: 30px;
    background-color: #ecf0f1;
    border-left: 5px solid #3498db;
}

.research-quote p {
    font-size: 1.25rem;
    font-style: italic;
    margin-bottom: 15px;
    color: #2c3e50;
}

.research-quote cite {
    font-size: 0.95rem;
    color: #7f8c8d;
    font-style: normal;
}

.benefit-block {
    margin: 35px 0;
}

.cta-block {
    margin: 60px 0;
    padding: 40px;
    background-color: #34495e;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
}

.cta-block h3 {
    color: #ffffff;
    margin-top: 0;
    font-size: 1.8rem;
}

.cta-block p {
    color: #ecf0f1;
    margin-bottom: 25px;
}

.cta-button {
    display: inline-block;
    padding: 15px 40px;
    background-color: #e74c3c;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    font-size: 1.05rem;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

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

.testimonial {
    margin: 35px 0;
    padding: 25px;
    background-color: #f8f9fa;
    border-left: 4px solid #95a5a6;
}

.testimonial p {
    font-size: 1.15rem;
    margin-bottom: 12px;
    font-style: italic;
}

.testimonial cite {
    font-size: 0.9rem;
    color: #7f8c8d;
    font-style: normal;
}

.final-cta-wrapper {
    text-align: center;
    margin: 50px 0;
}

.final-cta-button {
    display: inline-block;
    padding: 18px 45px;
    background-color: #2c3e50;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    font-size: 1.1rem;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.final-cta-button:hover {
    background-color: #1a252f;
}

.cta-subtext {
    margin-top: 15px;
    font-size: 0.95rem;
    color: #7f8c8d;
}

.disclaimer-section {
    background-color: #f8f9fa;
    padding: 40px 0;
}

.disclaimer-text {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #5a6c7d;
    font-family: 'Arial', sans-serif;
}

.page-header {
    padding: 60px 0 30px;
    background-color: #f8f9fa;
}

.page-header h1 {
    font-size: 2.8rem;
    margin-bottom: 15px;
    color: #2c3e50;
}

.page-intro {
    font-size: 1.25rem;
    color: #5a6c7d;
    line-height: 1.6;
}

.services-intro-section,
.about-intro-section,
.philosophy-section,
.experience-section,
.methodology-section,
.commitment-section,
.contact-details-section,
.inquiry-types-section,
.visit-section,
.international-section,
.next-steps-section {
    padding: 50px 0;
}

.service-item {
    margin: 60px 0;
    padding-bottom: 60px;
    border-bottom: 1px solid #e0e0e0;
}

.service-item:last-child {
    border-bottom: none;
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 15px;
}

.service-header h2 {
    margin: 0;
    flex: 1;
}

.service-price {
    font-size: 1.8rem;
    font-weight: 600;
    color: #e74c3c;
    font-family: 'Arial', sans-serif;
}

.service-image {
    width: 100%;
    height: auto;
    margin: 25px 0;
    background-color: #ecf0f1;
    object-fit: cover;
}

.service-features {
    margin-top: 30px;
    padding: 25px;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.service-features h3 {
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: 15px;
}

.service-features ul {
    list-style-position: inside;
    color: #34495e;
}

.service-features li {
    margin-bottom: 8px;
    font-size: 1rem;
}

.service-inquiry-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.inquiry-card {
    background-color: #ffffff;
    padding: 45px;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.inquiry-card h2 {
    margin-top: 0;
    font-size: 2rem;
    margin-bottom: 20px;
}

.service-form {
    margin-top: 35px;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2c3e50;
    font-family: 'Arial', sans-serif;
    font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #bdc3c7;
    border-radius: 4px;
    font-size: 1rem;
    font-family: 'Arial', sans-serif;
    transition: border-color 0.3s ease;
}

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

.form-submit-button {
    padding: 15px 40px;
    background-color: #e74c3c;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1.05rem;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.contact-info-block {
    margin-bottom: 40px;
}

.contact-methods {
    margin: 40px 0;
}

.contact-method {
    margin: 35px 0;
    padding: 25px;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.contact-method h3 {
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 12px;
    color: #2c3e50;
}

.contact-value {
    font-size: 1.1rem;
    font-weight: 600;
    color: #34495e;
    margin-bottom: 10px;
}

.contact-note {
    font-size: 0.95rem;
    color: #7f8c8d;
    margin-bottom: 0;
}

.inquiry-list {
    list-style-position: inside;
    margin: 25px 0;
    font-size: 1.05rem;
}

.inquiry-list li {
    margin-bottom: 10px;
}

.email-cta {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
    margin-top: 20px;
}

.contact-image-wrapper {
    margin: 40px 0;
}

.thanks-section {
    padding: 80px 0;
}

.thanks-card {
    background-color: #f8f9fa;
    padding: 50px;
    border-radius: 6px;
    text-align: center;
}

.thanks-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 30px;
    background-color: #27ae60;
    color: #ffffff;
    font-size: 3rem;
    border-radius: 50%;
}

.thanks-card h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #2c3e50;
}

.thanks-message {
    font-size: 1.2rem;
    margin-bottom: 40px;
    color: #34495e;
}

.thanks-details {
    text-align: left;
    margin: 40px 0;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 4px;
}

.thanks-details h2 {
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 20px;
}

.thanks-details ul {
    list-style-position: inside;
    margin: 20px 0;
}

.thanks-details li {
    margin-bottom: 10px;
    font-size: 1.05rem;
}

.service-confirmation {
    margin: 30px 0;
    padding: 20px;
    background-color: #e8f4f8;
    border-left: 4px solid #3498db;
    border-radius: 4px;
    text-align: left;
}

.thanks-actions {
    margin: 40px 0;
}

.action-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
}

.action-link {
    display: inline-block;
    padding: 12px 25px;
    background-color: #34495e;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.action-link:hover {
    background-color: #2c3e50;
}

.thanks-footer {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #d0d0d0;
}

.thanks-footer p {
    font-size: 0.95rem;
    color: #7f8c8d;
}

.legal-content {
    padding: 50px 0;
}

.legal-content h2 {
    font-size: 1.8rem;
    margin-top: 45px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.legal-content h2:first-child {
    margin-top: 0;
}

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

.legal-content li {
    margin-bottom: 10px;
}

.site-footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 50px 0 20px;
}

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

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

.footer-column h4 {
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: #ffffff;
    font-family: 'Arial', sans-serif;
}

.footer-column p {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 10px;
}

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

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

.footer-column a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

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

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

.footer-bottom p {
    font-size: 0.85rem;
    color: #95a5a6;
}

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

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

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

.cookie-accept,
.cookie-reject {
    padding: 10px 25px;
    border: none;
    border-radius: 4px;
    font-size: 0.95rem;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

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

.cookie-reject {
    background-color: #95a5a6;
    color: #ffffff;
}

.cookie-reject:hover {
    background-color: #7f8c8d;
}

@media screen and (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 15px;
    }

    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .hero-text-overlay h1 {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    article h2 {
        font-size: 1.8rem;
    }

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

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

    .inquiry-card {
        padding: 30px;
    }

    .thanks-card {
        padding: 30px;
    }

    .action-links {
        align-items: stretch;
    }
}
