* {
    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;
}

.ad-notice {
    background-color: #f8f9fa;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    color: #6c757d;
    border-bottom: 1px solid #e9ecef;
}

.main-nav {
    background-color: #ffffff;
    border-bottom: 1px solid #e9ecef;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 22px;
    font-weight: 700;
    color: #2c3e50;
    text-decoration: none;
}

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

.nav-links a {
    color: #2c3e50;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}

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

.editorial-content {
    max-width: 680px;
    margin: 0 auto;
    padding: 48px 24px;
}

.article-hero {
    margin-bottom: 56px;
}

.article-hero h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 24px;
    color: #1a252f;
    font-weight: 700;
}

.article-intro {
    font-size: 20px;
    color: #5a6c7d;
    line-height: 1.6;
    margin-bottom: 32px;
}

.hero-image {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.article-section {
    margin-bottom: 48px;
}

.article-section h2 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #1a252f;
    font-weight: 600;
}

.article-section h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 16px;
    margin-top: 28px;
    color: #2c3e50;
    font-weight: 600;
}

.article-section p {
    margin-bottom: 20px;
    font-size: 17px;
}

.article-section ul {
    margin: 24px 0;
    padding-left: 24px;
}

.article-section li {
    margin-bottom: 12px;
    font-size: 17px;
}

.article-section a {
    color: #3498db;
    text-decoration: underline;
}

.article-section a:hover {
    color: #2980b9;
}

.image-left,
.image-right {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    margin: 48px 0;
}

.image-left img,
.image-right img {
    width: 45%;
    height: auto;
    border-radius: 4px;
    flex-shrink: 0;
}

.image-right {
    flex-direction: row-reverse;
}

.content-block {
    flex: 1;
}

.content-block h2 {
    font-size: 28px;
    margin-bottom: 16px;
}

.content-block p {
    font-size: 17px;
    margin-bottom: 16px;
}

.inline-cta {
    display: inline-block;
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
    margin-top: 12px;
    border-bottom: 2px solid #3498db;
    padding-bottom: 2px;
    transition: color 0.2s, border-color 0.2s;
}

.inline-cta:hover {
    color: #2980b9;
    border-color: #2980b9;
}

.insight-box {
    background-color: #f8f9fa;
    padding: 32px;
    border-radius: 4px;
    margin: 32px 0;
}

.insight-box h3 {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 0;
}

.principle-list {
    list-style: none;
    padding: 0;
}

.principle-list li {
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
}

.principle-list li:last-child {
    border-bottom: none;
}

.testimonial-section {
    margin: 56px 0;
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 4px;
}

.testimonial {
    margin-bottom: 32px;
}

.testimonial:last-child {
    margin-bottom: 0;
}

.testimonial-text {
    font-size: 19px;
    font-style: italic;
    color: #2c3e50;
    margin-bottom: 12px;
}

.testimonial-author {
    font-size: 15px;
    color: #6c757d;
}

.section-cta-button {
    display: inline-block;
    background-color: #3498db;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    margin-top: 16px;
    transition: background-color 0.2s;
}

.section-cta-button:hover {
    background-color: #2980b9;
}

.disclaimer-box,
.info-box {
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 24px;
    margin: 32px 0;
}

.disclaimer-box h3,
.info-box h3 {
    font-size: 18px;
    margin-bottom: 12px;
    margin-top: 0;
    color: #856404;
}

.disclaimer-box p,
.info-box p {
    font-size: 15px;
    color: #856404;
    margin-bottom: 0;
}

.final-cta-section {
    text-align: center;
    margin: 64px 0;
    padding: 48px 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

.final-cta-section h2 {
    font-size: 36px;
    margin-bottom: 16px;
}

.final-cta-section p {
    font-size: 18px;
    color: #5a6c7d;
    margin-bottom: 24px;
}

.cta-button-large {
    display: inline-block;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 18px 48px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: background-color 0.2s;
}

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

.services-list {
    margin: 48px 0;
}

.service-item {
    background-color: #f8f9fa;
    padding: 32px;
    border-radius: 4px;
    margin-bottom: 24px;
}

.service-item h3 {
    font-size: 24px;
    margin-bottom: 12px;
    margin-top: 0;
    color: #1a252f;
}

.service-item p {
    font-size: 16px;
    color: #5a6c7d;
    margin-bottom: 20px;
}

.service-details {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 20px;
}

.service-duration,
.service-price {
    font-size: 15px;
    color: #2c3e50;
    margin: 0;
}

.service-price {
    font-weight: 700;
    font-size: 20px;
    color: #3498db;
}

.select-service-btn {
    background-color: #3498db;
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
    margin-left: auto;
}

.select-service-btn:hover {
    background-color: #2980b9;
}

.benefits-list {
    background-color: #f8f9fa;
    padding: 24px 24px 24px 48px;
    border-radius: 4px;
}

.benefits-list li {
    font-size: 17px;
    margin-bottom: 12px;
}

.form-container {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 4px;
    margin: 48px 0;
}

.form-container h2 {
    font-size: 28px;
    margin-bottom: 16px;
}

.selected-service-info {
    background-color: #e7f3ff;
    padding: 16px;
    border-radius: 4px;
    margin-bottom: 24px;
    font-size: 16px;
    color: #2c3e50;
}

.contact-form {
    margin-top: 24px;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 15px;
    font-family: inherit;
}

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

.submit-btn {
    background-color: #2c3e50;
    color: #ffffff;
    border: none;
    padding: 14px 32px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

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

.contact-info-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 40px 0;
}

.contact-detail {
    background-color: #f8f9fa;
    padding: 28px;
    border-radius: 4px;
}

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

.contact-detail p {
    font-size: 16px;
    color: #5a6c7d;
    margin: 0;
}

.email-text {
    color: #2c3e50;
    font-weight: 600;
}

.thanks-section {
    text-align: center;
    padding: 80px 24px;
}

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

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

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

.service-confirmation {
    background-color: #d4edda;
    border-left: 4px solid #28a745;
    padding: 20px;
    margin: 32px 0;
    text-align: left;
}

.next-steps {
    text-align: left;
    margin: 48px 0;
}

.next-steps h2 {
    font-size: 28px;
    margin-bottom: 16px;
}

.next-steps p {
    font-size: 17px;
    margin-bottom: 16px;
}

.next-steps ul {
    margin: 20px 0;
    padding-left: 24px;
}

.next-steps li {
    font-size: 17px;
    margin-bottom: 12px;
}

.thanks-cta {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 48px;
}

.cta-button-secondary {
    display: inline-block;
    background-color: transparent;
    color: #3498db;
    border: 2px solid #3498db;
    padding: 16px 46px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: background-color 0.2s, color 0.2s;
}

.cta-button-secondary:hover {
    background-color: #3498db;
    color: #ffffff;
}

.legal-page .article-hero {
    margin-bottom: 40px;
}

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

.legal-page h2 {
    font-size: 26px;
    margin-top: 40px;
}

.legal-page h3 {
    font-size: 20px;
}

.main-footer {
    background-color: #2c3e50;
    color: #ffffff;
    padding: 48px 24px 24px;
    margin-top: 80px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 48px;
    margin-bottom: 32px;
}

.footer-column {
    flex: 1;
}

.footer-column h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.footer-column h4 {
    font-size: 16px;
    margin-bottom: 16px;
    color: #ecf0f1;
}

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

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

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

.footer-column ul li a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

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

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

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

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

.cookie-banner.active {
    display: block;
}

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

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

.cookie-content a {
    color: #3498db;
}

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

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

.cookie-btn.accept {
    background-color: #3498db;
    color: #ffffff;
}

.cookie-btn.accept:hover {
    background-color: #2980b9;
}

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

.cookie-btn.reject:hover {
    background-color: #34495e;
}

.sticky-cta {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 99;
    display: none;
}

.sticky-cta.active {
    display: block;
}

.sticky-cta-link {
    display: block;
    background-color: #3498db;
    color: #ffffff;
    padding: 14px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: background-color 0.2s, transform 0.2s;
}

.sticky-cta-link:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .nav-links {
        gap: 16px;
    }

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

    .article-hero h1 {
        font-size: 32px;
    }

    .article-intro {
        font-size: 18px;
    }

    .article-section h2 {
        font-size: 26px;
    }

    .image-left,
    .image-right {
        flex-direction: column;
    }

    .image-left img,
    .image-right img {
        width: 100%;
    }

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

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .service-details {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .select-service-btn {
        margin-left: 0;
        width: 100%;
    }

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

    .sticky-cta {
        bottom: 12px;
        right: 12px;
    }

    .sticky-cta-link {
        font-size: 14px;
        padding: 12px 20px;
    }
}