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

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

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

.ad-disclosure {
    background-color: #f0f0f0;
    text-align: center;
    padding: 8px;
    font-size: 0.75rem;
    color: #666;
    border-bottom: 1px solid #ddd;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

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

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

.logo {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    gap: 2rem;
}

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 0.95rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    transition: color 0.2s;
}

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

.editorial-container {
    max-width: 680px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

.article-hero {
    margin-bottom: 3rem;
    text-align: left;
}

.article-hero h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #1a1a1a;
    font-weight: 700;
}

.subtitle {
    font-size: 1.3rem;
    color: #666;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 2rem;
}

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

.article-section {
    margin-bottom: 3.5rem;
}

.opening-text {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #333;
}

.article-section p {
    margin-bottom: 1.3rem;
    font-size: 1.05rem;
}

.article-section h2 {
    font-size: 1.9rem;
    margin-top: 2.5rem;
    margin-bottom: 1.2rem;
    color: #1a1a1a;
    font-weight: 600;
    line-height: 1.3;
}

.article-section h3 {
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #2c2c2c;
    font-weight: 600;
}

.inline-image {
    width: 100%;
    height: auto;
    margin: 2rem 0;
    border-radius: 4px;
}

.inline-cta {
    margin: 2.5rem 0;
    padding: 1.5rem;
    background-color: #f5f5f5;
    border-left: 4px solid #4a90e2;
    border-radius: 2px;
}

.cta-link {
    color: #4a90e2;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.cta-link:hover {
    text-decoration: underline;
}

.text-cta {
    display: inline-block;
    margin-top: 1.5rem;
    color: #4a90e2;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.text-cta:hover {
    text-decoration: underline;
}

.reference {
    color: #4a90e2;
    text-decoration: none;
    font-weight: 600;
}

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

.testimonial-inline {
    margin: 3rem 0;
    padding: 2rem;
    background-color: #f9f9f9;
    border-radius: 4px;
}

.testimonial-inline blockquote {
    font-size: 1.15rem;
    font-style: italic;
    color: #444;
    line-height: 1.7;
}

.testimonial-inline cite {
    display: block;
    margin-top: 1rem;
    font-size: 0.95rem;
    color: #666;
    font-style: normal;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.highlight-box {
    margin: 2.5rem 0;
    padding: 2rem;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.highlight-box h3 {
    margin-top: 0;
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
}

.highlight-box ul {
    margin-left: 1.5rem;
}

.highlight-box li {
    margin-bottom: 0.8rem;
    font-size: 1.05rem;
}

.article-section ul {
    margin-left: 1.5rem;
    margin-bottom: 1.3rem;
}

.article-section li {
    margin-bottom: 0.7rem;
    font-size: 1.05rem;
}

.service-card {
    margin: 2.5rem 0;
    padding: 2rem;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.service-card.featured {
    border: 2px solid #4a90e2;
    background-color: #f8fbff;
}

.service-card h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    color: #1a1a1a;
}

.service-card p {
    margin-bottom: 1rem;
}

.service-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #4a90e2;
    margin: 1.5rem 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.service-price-large {
    font-size: 2.2rem;
    font-weight: 700;
    color: #4a90e2;
    margin: 1rem 0 2rem 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.service-features {
    margin: 1.5rem 0;
    margin-left: 1.5rem;
}

.service-features li {
    margin-bottom: 0.8rem;
    font-size: 1.05rem;
}

.inquiry-form {
    margin: 2rem 0;
    padding: 2rem;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2c2c2c;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.95rem;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

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

.submit-btn {
    background-color: #4a90e2;
    color: #fff;
    padding: 1rem 2rem;
    border: none;
    border-radius: 4px;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    transition: background-color 0.2s;
}

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

.disclaimer-section {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

.disclaimer-section h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #666;
}

.disclaimer {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    font-style: italic;
}

.references-section {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

.references-section h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.references-list {
    margin-left: 1.5rem;
}

.references-list li {
    margin-bottom: 0.8rem;
    font-size: 0.9rem;
}

.references-list a {
    color: #4a90e2;
    text-decoration: none;
}

.references-list a:hover {
    text-decoration: underline;
}

.main-footer {
    background-color: #1a1a1a;
    color: #fff;
    margin-top: 5rem;
}

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

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

.footer-section h4 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

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

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

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.9rem;
}

.footer-section a:hover {
    color: #fff;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #fff;
    padding: 1.5rem;
    z-index: 9999;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    font-size: 0.95rem;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.cookie-content a {
    color: #4a90e2;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
}

.cookie-btn {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    transition: all 0.2s;
}

.cookie-btn.accept {
    background-color: #4a90e2;
    color: #fff;
}

.cookie-btn.accept:hover {
    background-color: #3a7bc8;
}

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

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

.contact-info {
    margin: 2rem 0;
}

.contact-block {
    margin-bottom: 2.5rem;
}

.contact-block h3 {
    margin-bottom: 0.8rem;
}

.contact-detail {
    font-size: 1.1rem;
    color: #2c2c2c;
    line-height: 1.7;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.contact-note {
    font-size: 0.95rem;
    color: #666;
    margin-top: 0.5rem;
}

.thanks-page .inline-image {
    margin: 2.5rem 0;
}

.quick-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 1.5rem 0;
}

.quick-link-item {
    display: block;
    padding: 1rem;
    background-color: #f5f5f5;
    color: #4a90e2;
    text-decoration: none;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    transition: background-color 0.2s;
}

.quick-link-item:hover {
    background-color: #e8e8e8;
}

.legal-page h2 {
    margin-top: 2.5rem;
}

.legal-page h3 {
    margin-top: 1.8rem;
}

.legal-page p,
.legal-page li {
    font-size: 1rem;
}

.legal-page ul,
.legal-page ol {
    margin-left: 1.5rem;
    margin-bottom: 1.2rem;
}

.legal-page li {
    margin-bottom: 0.6rem;
}

.legal-page a {
    color: #4a90e2;
    text-decoration: none;
}

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

.service-detail {
    margin: 3rem 0;
}

.service-detail.featured-service {
    padding: 2.5rem;
    background-color: #f8fbff;
    border: 2px solid #4a90e2;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .article-hero h1 {
        font-size: 1.9rem;
    }

    .subtitle {
        font-size: 1.1rem;
    }

    .opening-text {
        font-size: 1.1rem;
    }

    .article-section h2 {
        font-size: 1.5rem;
    }

    .article-section h3 {
        font-size: 1.2rem;
    }

    .editorial-container {
        padding: 2rem 1.2rem;
    }

    .nav-container {
        padding: 1rem 1.2rem;
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .nav-links {
        gap: 1.2rem;
    }

    .footer-content {
        flex-direction: column;
        padding: 2rem 1.2rem;
    }

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

    .cookie-buttons {
        width: 100%;
        flex-direction: column;
    }

    .cookie-btn {
        width: 100%;
    }

    .service-price-large {
        font-size: 1.8rem;
    }
}