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

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

.ad-disclosure {
    background-color: #f0f0f0;
    text-align: center;
    padding: 8px;
    font-size: 0.8125rem;
    color: #666;
    border-bottom: 1px solid #ddd;
}

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

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

.logo {
    font-size: 1.375rem;
    font-weight: bold;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.02em;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 1.875rem;
}

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 0.9375rem;
    transition: color 0.2s;
}

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

.editorial-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem;
}

.article-hero {
    margin-bottom: 3.75rem;
}

.hero-image-container {
    margin-bottom: 2.5rem;
    background-color: #e8e8e8;
    overflow: hidden;
}

.hero-image-container img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.hero-text h1 {
    font-size: 2.375rem;
    line-height: 1.3;
    margin-bottom: 1.25rem;
    color: #1a1a1a;
    font-weight: 600;
}

.hero-lead {
    font-size: 1.1875rem;
    color: #4a4a4a;
    line-height: 1.6;
}

.content-block {
    margin-bottom: 3rem;
}

.opening-paragraph {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    color: #2c2c2c;
}

.content-block p {
    margin-bottom: 1.5rem;
    font-size: 1.0625rem;
}

.content-block h2 {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
    margin-top: 2.5rem;
    color: #1a1a1a;
    font-weight: 600;
}

.inline-image-section {
    margin: 3.75rem 0;
    background-color: #f5f5f5;
    padding: 1.25rem;
}

.inline-image-section img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    margin-bottom: 1rem;
}

.image-caption {
    font-size: 0.9375rem;
    color: #666;
    font-style: italic;
    text-align: center;
}

.services-preview {
    margin: 4.375rem 0;
}

.services-preview h2 {
    font-size: 1.875rem;
    margin-bottom: 2.5rem;
    color: #1a1a1a;
    text-align: center;
}

.service-card-inline {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 2rem;
    margin-bottom: 2rem;
}

.service-card-inline h3 {
    font-size: 1.375rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.service-card-inline p {
    font-size: 1rem;
    color: #4a4a4a;
    margin-bottom: 1.25rem;
}

.service-price {
    font-size: 1.625rem;
    font-weight: bold;
    color: #2c5f2d;
    margin-bottom: 1.25rem;
}

.cta-inline {
    background-color: #2c5f2d;
    color: #fff;
    border: none;
    padding: 0.875rem 2rem;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.2s;
    font-family: 'Georgia', serif;
}

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

.consultation-form-section {
    margin: 4.375rem 0;
    background-color: #f9f9f9;
    padding: 3rem 2rem;
    border-left: 4px solid #2c5f2d;
}

.consultation-form-section h2 {
    font-size: 1.875rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.consultation-form-section > p {
    font-size: 1.0625rem;
    margin-bottom: 2rem;
    color: #4a4a4a;
}

.consultation-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

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

.form-group label {
    font-size: 0.9375rem;
    margin-bottom: 0.5rem;
    color: #2c2c2c;
    font-weight: 600;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 0.75rem;
    border: 1px solid #ccc;
    font-size: 1rem;
    font-family: 'Georgia', serif;
    background-color: #fff;
}

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

.form-submit-btn {
    background-color: #2c5f2d;
    color: #fff;
    border: none;
    padding: 1rem 2.5rem;
    font-size: 1.0625rem;
    cursor: pointer;
    transition: background-color 0.2s;
    font-family: 'Georgia', serif;
    align-self: flex-start;
}

.form-submit-btn:hover {
    background-color: #234a24;
}

.disclaimer-section {
    margin-top: 4.375rem;
    padding: 2rem;
    background-color: #fff8e1;
    border-left: 4px solid #f9a825;
}

.disclaimer {
    font-size: 0.9375rem;
    color: #5d4e00;
    line-height: 1.6;
}

.main-footer {
    background-color: #2c2c2c;
    color: #fff;
    margin-top: 5rem;
    padding: 3.125rem 1.5rem 1.875rem;
}

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

.footer-column h4 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    color: #fff;
}

.footer-column p {
    font-size: 0.9375rem;
    color: #bbb;
    line-height: 1.6;
}

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

.footer-column ul li {
    margin-bottom: 0.625rem;
}

.footer-column ul li a {
    color: #bbb;
    text-decoration: none;
    font-size: 0.9375rem;
    transition: color 0.2s;
}

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

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 1.875rem;
    border-top: 1px solid #444;
    font-size: 0.875rem;
    color: #999;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #fff;
    padding: 1.25rem;
    display: none;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}

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

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

.cookie-content p {
    flex: 1;
    font-size: 0.9375rem;
    line-height: 1.5;
}

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

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

.cookie-accept,
.cookie-reject {
    padding: 0.625rem 1.5rem;
    border: none;
    cursor: pointer;
    font-size: 0.9375rem;
    transition: background-color 0.2s;
    font-family: 'Georgia', serif;
}

.cookie-accept {
    background-color: #2c5f2d;
    color: #fff;
}

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

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

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

.thanks-page {
    max-width: 720px;
    margin: 0 auto;
    padding: 5rem 1.5rem;
    text-align: center;
}

.thanks-page h1 {
    font-size: 2.375rem;
    margin-bottom: 1.25rem;
    color: #1a1a1a;
}

.thanks-page p {
    font-size: 1.125rem;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.thanks-page .back-link {
    display: inline-block;
    margin-top: 2rem;
    padding: 0.875rem 2rem;
    background-color: #2c5f2d;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.2s;
}

.thanks-page .back-link:hover {
    background-color: #234a24;
}

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

    .nav-links {
        gap: 1.25rem;
    }

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

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

    .consultation-form-section {
        padding: 2rem 1.25rem;
    }

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

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

    .cookie-accept,
    .cookie-reject {
        width: 100%;
    }
}