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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #2c2c2c;
    background-color: #fafafa;
}

.ad-disclosure {
    background-color: #f0f0f0;
    padding: 8px 20px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.ad-disclosure p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

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

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

.brand-link {
    font-size: 22px;
    font-weight: 600;
    color: #2c2c2c;
    text-decoration: none;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    color: #555;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

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

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

.article-header {
    margin-bottom: 50px;
    text-align: center;
}

.article-header h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.subtitle {
    font-size: 20px;
    color: #666;
    font-weight: 400;
    line-height: 1.4;
}

.hero-visual {
    margin: 50px -30px;
    background-color: #e8e8e8;
}

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

.story-block {
    margin: 50px 0;
}

.intro-text {
    font-size: 21px;
    line-height: 1.7;
    color: #3a3a3a;
    margin-bottom: 30px;
}

.story-block h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 50px;
    color: #1a1a1a;
}

.story-block p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 22px;
    color: #4a4a4a;
}

.inline-image {
    margin: 50px -30px;
    background-color: #e8e8e8;
}

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

.insight-section,
.problem-section,
.solution-intro,
.trust-section {
    margin: 60px 0;
}

.insight-section h2,
.problem-section h2,
.solution-intro h2,
.trust-section h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.insight-section p,
.problem-section p,
.solution-intro p,
.trust-section p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 22px;
    color: #4a4a4a;
}

.testimonial-inline {
    background-color: #f7f7f7;
    padding: 30px;
    margin: 40px 0;
    border-left: 4px solid #2c2c2c;
    font-style: italic;
    font-size: 18px;
    line-height: 1.7;
    color: #3a3a3a;
}

.testimonial-inline cite {
    display: block;
    margin-top: 15px;
    font-style: normal;
    font-size: 15px;
    color: #666;
}

.service-cards-editorial {
    margin: 50px 0;
}

.service-card {
    margin: 60px 0;
    padding: 40px 0;
    border-top: 1px solid #e0e0e0;
}

.service-card h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.service-card p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 18px;
    color: #4a4a4a;
}

.service-image {
    margin: 30px -30px;
    background-color: #e8e8e8;
}

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

.price-reveal {
    font-size: 22px;
    font-weight: 600;
    color: #2c2c2c;
    margin: 25px 0 20px 0;
}

.cta-inline {
    display: inline-block;
    padding: 14px 32px;
    background-color: #2c2c2c;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.form-section {
    margin: 70px 0;
    padding: 50px 40px;
    background-color: #f9f9f9;
    border-radius: 4px;
}

.form-section h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.form-section > p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 30px;
    color: #4a4a4a;
}

.editorial-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-field label {
    font-size: 15px;
    font-weight: 500;
    color: #2c2c2c;
}

.form-field input,
.form-field select,
.form-field textarea {
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    font-family: inherit;
    background-color: #ffffff;
}

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

.submit-btn {
    padding: 16px 40px;
    background-color: #2c2c2c;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    align-self: flex-start;
}

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

.disclaimer-section {
    margin: 60px 0;
    padding: 30px;
    background-color: #f5f5f5;
    border-left: 3px solid #999;
}

.disclaimer-text {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

.trust-visual {
    margin: 40px -30px;
    background-color: #e8e8e8;
}

.trust-visual img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.main-footer {
    background-color: #2c2c2c;
    color: #e0e0e0;
    padding: 50px 30px 30px 30px;
}

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

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

.footer-column h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
}

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

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

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

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

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

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 25px 30px;
    display: none;
    z-index: 1000;
    border-top: 2px solid #1a1a1a;
}

.cookie-banner.active {
    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;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

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

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

.cookie-accept,
.cookie-reject {
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

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

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

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

.legal-page .legal-section {
    margin: 40px 0;
}

.legal-page h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 40px;
    color: #1a1a1a;
}

.legal-page h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 30px;
    color: #2c2c2c;
}

.legal-page p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 18px;
    color: #4a4a4a;
}

.legal-page ul,
.legal-page ol {
    margin-left: 25px;
    margin-bottom: 20px;
}

.legal-page li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
    color: #4a4a4a;
}

.legal-page a {
    color: #2c2c2c;
    text-decoration: underline;
}

.legal-page a:hover {
    color: #1a1a1a;
}

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

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

.service-item .service-image {
    margin: 0 -30px 30px -30px;
    background-color: #e8e8e8;
}

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

.service-details h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.service-details p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 18px;
    color: #4a4a4a;
}

.service-duration {
    font-weight: 500;
    color: #666;
    margin-top: 25px;
}

.service-price {
    font-size: 24px;
    font-weight: 600;
    color: #2c2c2c;
    margin: 20px 0;
}

.contact-info-block {
    margin: 50px 0;
}

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

.contact-details h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.contact-item {
    margin: 35px 0;
}

.contact-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #2c2c2c;
}

.contact-item p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
}

.contact-visual {
    margin: 40px -30px;
    background-color: #e8e8e8;
}

.contact-visual img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.faq-item {
    margin: 35px 0;
    padding: 25px 0;
    border-bottom: 1px solid #e8e8e8;
}

.faq-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #2c2c2c;
}

.faq-item p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
}

.thanks-page .thanks-cta {
    margin: 60px 0;
    padding: 40px;
    background-color: #f9f9f9;
    text-align: center;
    border-radius: 4px;
}

.thanks-page .thanks-cta p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #4a4a4a;
}

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

    .nav-links {
        gap: 20px;
    }

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

    .subtitle {
        font-size: 18px;
    }

    .editorial-content {
        padding: 40px 20px;
    }

    .hero-visual,
    .inline-image,
    .service-image,
    .trust-visual,
    .contact-visual {
        margin-left: -20px;
        margin-right: -20px;
    }

    .service-item .service-image {
        margin-left: -20px;
        margin-right: -20px;
    }

    .form-section {
        padding: 30px 25px;
    }

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

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