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

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

.ad-notice {
    background-color: #1a1a1a;
    color: #ffffff;
    text-align: center;
    padding: 8px 20px;
    font-size: 0.85rem;
    font-family: 'Arial', sans-serif;
    letter-spacing: 0.3px;
}

.main-nav {
    background-color: #ffffff;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
}

.nav-brand {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c5f8d;
    letter-spacing: 1px;
}

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

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

.nav-menu a:hover {
    color: #2c5f8d;
}

.editorial-content {
    max-width: 100%;
}

.hero-editorial {
    position: relative;
    height: 600px;
    overflow: hidden;
    margin-bottom: 60px;
}

.hero-image-container {
    width: 100%;
    height: 100%;
    background-color: #1a1a1a;
}

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

.hero-text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    max-width: 800px;
    padding: 0 20px;
}

.hero-text-overlay h1 {
    font-size: 2.8rem;
    line-height: 1.3;
    margin-bottom: 20px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.hero-lead {
    font-size: 1.3rem;
    line-height: 1.6;
    font-style: italic;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

.narrow-text {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 30px;
}

.story-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.drop-cap::first-letter {
    font-size: 4rem;
    font-weight: 700;
    float: left;
    line-height: 0.8;
    margin: 10px 10px 0 0;
    color: #2c5f8d;
}

.story-section p {
    font-size: 1.15rem;
    margin-bottom: 25px;
    text-align: justify;
}

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

.content-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
    background-color: #e0e0e0;
}

.image-caption {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
    margin-top: 12px;
    text-align: center;
}

.story-quote {
    font-size: 1.4rem;
    font-style: italic;
    color: #2c5f8d;
    margin: 40px 0;
    padding: 30px 40px;
    border-left: 4px solid #2c5f8d;
    background-color: #f5f8fa;
    line-height: 1.6;
}

.insight-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.insight-section h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.insight-section p {
    font-size: 1.15rem;
    margin-bottom: 25px;
    text-align: justify;
}

.benefit-list {
    margin: 40px 0;
}

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

.benefit-item h3 {
    font-size: 1.4rem;
    color: #2c5f8d;
    margin-bottom: 12px;
}

.benefit-item p {
    font-size: 1.05rem;
    line-height: 1.7;
    text-align: justify;
}

.trust-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.trust-section h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.trust-section p {
    font-size: 1.15rem;
    margin-bottom: 25px;
    text-align: justify;
}

.process-flow {
    margin: 50px 0;
}

.flow-step {
    margin-bottom: 40px;
    padding: 25px;
    background-color: #f5f8fa;
    border-radius: 6px;
}

.step-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c5f8d;
    display: block;
    margin-bottom: 15px;
}

.flow-step h4 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.flow-step p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 0;
}

.testimonial-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.testimonial-section h2 {
    font-size: 2rem;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.testimonial-block {
    margin-bottom: 40px;
    padding: 30px;
    background-color: #ffffff;
    border-left: 4px solid #2c5f8d;
    border-radius: 4px;
}

.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 15px;
    color: #2a2a2a;
}

.testimonial-author {
    font-size: 0.95rem;
    color: #666;
    font-family: 'Arial', sans-serif;
}

.services-preview {
    padding: 60px 0;
    background-color: #ffffff;
}

.services-preview h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.services-preview p {
    font-size: 1.15rem;
    margin-bottom: 25px;
    text-align: justify;
}

.service-cards-inline {
    margin-top: 40px;
}

.service-card {
    background-color: #f5f8fa;
    padding: 30px;
    margin-bottom: 25px;
    border-radius: 6px;
    border-left: 4px solid #2c5f8d;
}

.service-card h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.service-card p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 15px;
    text-align: left;
}

.service-price {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c5f8d;
    margin: 20px 0;
    font-family: 'Arial', sans-serif;
}

.inline-cta {
    display: inline-block;
    padding: 12px 28px;
    background-color: #2c5f8d;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.95rem;
    font-family: 'Arial', sans-serif;
    transition: background-color 0.3s ease;
}

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

.service-note {
    font-size: 0.95rem;
    color: #666;
    margin-top: 30px;
    font-style: italic;
}

.form-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.form-section h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.form-section p {
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.consultation-form {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    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: #2c5f8d;
}

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

.submit-button:hover {
    background-color: #1f4563;
}

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

.disclaimer-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #5a5a5a;
    font-style: italic;
    text-align: justify;
}

.references-section {
    padding: 40px 0;
    background-color: #f5f5f5;
}

.references-section h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.reference-item {
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 10px;
}

.reference-item a {
    color: #2c5f8d;
    text-decoration: none;
}

.reference-item a:hover {
    text-decoration: underline;
}

.main-footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 50px 20px 20px;
}

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

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

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

.footer-col p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #ccc;
}

.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: 0.9rem;
    transition: color 0.3s ease;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 20px;
    display: none;
    z-index: 9999;
}

.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;
    font-size: 0.95rem;
    line-height: 1.6;
    font-family: 'Arial', sans-serif;
}

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

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

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

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

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

.cookie-btn.reject:hover {
    background-color: #4a4a4a;
}

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

.page-header h1 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.page-lead {
    font-size: 1.25rem;
    line-height: 1.7;
    color: #4a4a4a;
}

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

.service-detail-item {
    margin-bottom: 80px;
}

.service-detail-image {
    margin-bottom: 30px;
}

.service-detail-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    background-color: #e0e0e0;
    object-fit: cover;
}

.service-detail-content h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.service-price-large {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c5f8d;
    margin-bottom: 25px;
    font-family: 'Arial', sans-serif;
}

.service-detail-content p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: justify;
}

.service-features {
    margin: 25px 0 25px 30px;
}

.service-features li {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 10px;
}

.booking-cta-section {
    padding: 60px 0;
    background-color: #f5f8fa;
    text-align: center;
}

.booking-cta-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.booking-cta-section p {
    font-size: 1.1rem;
    margin-bottom: 30px;
}

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

.cta-button-large:hover {
    background-color: #1f4563;
}

.about-story {
    padding: 60px 0;
    background-color: #ffffff;
}

.about-image-section {
    margin: 40px 0;
    text-align: center;
}

.about-image-section img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    background-color: #e0e0e0;
    object-fit: cover;
}

.about-story h2 {
    font-size: 2rem;
    margin: 50px 0 25px;
    color: #1a1a1a;
}

.about-story p {
    font-size: 1.15rem;
    margin-bottom: 25px;
    text-align: justify;
    line-height: 1.7;
}

.content-list {
    margin: 25px 0 25px 30px;
}

.content-list li {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 10px;
}

.about-cta {
    background-color: #f5f8fa;
    padding: 40px;
    margin-top: 60px;
    border-radius: 6px;
    text-align: center;
}

.about-cta h3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.about-cta p {
    font-size: 1.1rem;
    margin-bottom: 25px;
}

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

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

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

.contact-details {
    margin-bottom: 50px;
}

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

.contact-block h2 {
    font-size: 1.6rem;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.contact-data {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 10px;
}

.contact-note {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    font-style: italic;
}

.contact-image-section {
    margin: 50px 0;
    text-align: center;
}

.contact-image-section img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    background-color: #e0e0e0;
    object-fit: cover;
}

.faq-section {
    margin-top: 60px;
}

.faq-section h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.faq-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

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

.faq-item h3 {
    font-size: 1.3rem;
    margin-bottom: 12px;
    color: #2c5f8d;
}

.faq-item p {
    font-size: 1.05rem;
    line-height: 1.7;
    text-align: justify;
}

.booking-reminder {
    margin-top: 60px;
    padding: 40px;
    background-color: #f5f8fa;
    border-radius: 6px;
    text-align: center;
}

.booking-reminder h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.booking-reminder p {
    font-size: 1.1rem;
    margin-bottom: 25px;
}

.thanks-content {
    padding: 100px 0;
    background-color: #ffffff;
    text-align: center;
}

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

.thanks-content h1 {
    font-size: 2.5rem;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.thanks-lead {
    font-size: 1.3rem;
    line-height: 1.7;
    margin-bottom: 50px;
    color: #4a4a4a;
}

.thanks-details {
    text-align: left;
    margin-bottom: 50px;
}

.thanks-details h2 {
    font-size: 1.8rem;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.thanks-steps {
    margin-left: 30px;
}

.thanks-steps li {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 15px;
}

.thanks-info {
    background-color: #f5f8fa;
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 50px;
    text-align: left;
}

.thanks-info h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.thanks-info p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 15px;
}

.thanks-cta {
    margin-bottom: 50px;
}

.thanks-cta p {
    font-size: 1.1rem;
    margin-bottom: 25px;
}

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

.cta-button-secondary:hover {
    background-color: #4a4a4a;
}

.thanks-image {
    margin-top: 60px;
}

.thanks-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    background-color: #e0e0e0;
    object-fit: cover;
}

.legal-content {
    padding: 60px 0;
    background-color: #ffffff;
}

.legal-content h2 {
    font-size: 1.8rem;
    margin: 40px 0 20px;
    color: #1a1a1a;
}

.legal-content h3 {
    font-size: 1.3rem;
    margin: 30px 0 15px;
    color: #2c5f8d;
}

.legal-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: justify;
}

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

.legal-content ul li {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 10px;
}

.legal-update {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
    margin-top: 40px;
}

.cookie-table {
    width: 100%;
    margin: 30px 0;
    border-collapse: collapse;
}

.cookie-table thead {
    background-color: #f5f8fa;
}

.cookie-table th,
.cookie-table td {
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
    font-size: 0.95rem;
}

.cookie-table th {
    font-weight: 600;
    color: #1a1a1a;
    font-family: 'Arial', sans-serif;
}

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

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

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

    .narrow-text {
        padding: 0 20px;
    }

    .story-section p,
    .insight-section p,
    .trust-section p {
        font-size: 1.05rem;
    }

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

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

    .cta-button-secondary {
        margin-left: 0;
        margin-top: 15px;
    }
}