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

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

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

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

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

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    transition: background-color 0.3s;
}

.btn-accept {
    background-color: #d4a574;
    color: #1a1a1a;
}

.btn-accept:hover {
    background-color: #c49563;
}

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

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

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

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

.brand {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #1a1a1a;
}

.brand a {
    color: #1a1a1a;
    text-decoration: none;
}

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

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
}

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

.ad-disclosure {
    font-size: 12px;
    color: #888888;
    font-style: italic;
}

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

.story-flow {
    background-color: #ffffff;
}

.hero-editorial {
    margin-bottom: 50px;
}

.hero-image-wrap {
    margin-bottom: 30px;
    background-color: #f5f0eb;
}

.hero-image-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

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

.story-intro {
    font-size: 20px;
    line-height: 1.6;
    color: #5a5a5a;
    font-style: italic;
}

.text-block {
    margin-bottom: 50px;
}

.opening-paragraph {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 28px;
    color: #3a3a3a;
}

.text-block p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #3a3a3a;
}

.inline-image-left,
.inline-image-right,
.inline-image-center {
    margin: 35px 0;
    background-color: #f5f0eb;
}

.inline-image-left img,
.inline-image-right img,
.inline-image-center img {
    width: 100%;
    height: auto;
    display: block;
}

.section-heading {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 25px;
    margin-top: 50px;
    font-weight: 700;
    color: #1a1a1a;
}

.insight-block,
.trust-section,
.benefits-reveal,
.detail-section {
    margin-bottom: 50px;
}

.emphasis-text {
    font-size: 20px;
    line-height: 1.7;
    font-weight: 600;
    color: #2a2a2a;
    margin: 30px 0;
    padding-left: 20px;
    border-left: 4px solid #d4a574;
}

.process-story p {
    margin-bottom: 24px;
}

.testimonial-inline {
    margin: 50px 0;
    padding: 35px;
    background-color: #f9f7f5;
    border-left: 4px solid #d4a574;
}

.testimonial-inline blockquote {
    margin: 0;
}

.testimonial-inline p {
    font-size: 18px;
    line-height: 1.7;
    font-style: italic;
    color: #3a3a3a;
    margin-bottom: 15px;
}

.testimonial-inline cite {
    font-size: 15px;
    color: #7a7a7a;
    font-style: normal;
}

.benefit-text p {
    margin-bottom: 24px;
}

.cta-inline {
    margin: 40px 0;
    padding: 30px;
    background-color: #1a1a1a;
    text-align: center;
}

.cta-text {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
}

.btn-primary {
    display: inline-block;
    padding: 14px 32px;
    background-color: #d4a574;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s;
    cursor: pointer;
}

.btn-primary:hover {
    background-color: #c49563;
}

.service-story {
    margin-top: 40px;
}

.service-card-editorial {
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
}

.service-card-editorial:last-child {
    border-bottom: none;
}

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

.card-image {
    margin: 25px 0;
    background-color: #f5f0eb;
}

.card-image img {
    width: 100%;
    height: auto;
    display: block;
}

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

.price {
    font-size: 24px;
    font-weight: 700;
    color: #d4a574;
    margin: 20px 0;
}

.btn-select {
    padding: 12px 28px;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-select:hover {
    background-color: #333333;
}

.form-section {
    margin: 60px 0;
    padding: 40px;
    background-color: #f9f7f5;
}

.form-intro {
    font-size: 17px;
    margin-bottom: 30px;
    color: #4a4a4a;
}

.contact-form-editorial {
    max-width: 100%;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    font-family: 'Georgia', 'Times New Roman', serif;
}

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

.btn-submit {
    padding: 14px 36px;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.disclaimer-section {
    margin: 50px 0;
    padding: 30px;
    background-color: #fef9f3;
    border: 1px solid #e8dcc8;
}

.disclaimer-text {
    font-size: 15px;
    line-height: 1.7;
    color: #5a5a5a;
}

.editorial-footer {
    margin-top: 80px;
    padding-top: 40px;
    border-top: 1px solid #e0e0e0;
}

.footer-content {
    text-align: center;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.footer-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #d4a574;
}

.footer-note {
    font-size: 13px;
    color: #888888;
}

.page-header {
    margin-bottom: 40px;
}

.page-header h1 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.page-intro {
    font-size: 18px;
    color: #5a5a5a;
    line-height: 1.6;
}

.services-list {
    margin-top: 40px;
}

.service-item {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.service-image {
    flex: 1;
    min-width: 300px;
    background-color: #f5f0eb;
}

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

.service-details {
    flex: 1;
    min-width: 300px;
}

.service-details h2 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

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

.service-details ul {
    margin: 20px 0;
    padding-left: 20px;
}

.service-details ul li {
    font-size: 15px;
    line-height: 1.8;
    color: #5a5a5a;
}

.service-price {
    font-size: 24px;
    font-weight: 700;
    color: #d4a574;
    margin-top: 20px;
}

.cta-section {
    margin: 60px 0;
    padding: 40px;
    background-color: #f9f7f5;
    text-align: center;
}

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

.cta-section p {
    font-size: 17px;
    color: #4a4a4a;
}

.cta-section a {
    color: #d4a574;
    text-decoration: underline;
}

.contact-info {
    display: flex;
    gap: 50px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.contact-block {
    flex: 1;
    min-width: 300px;
}

.contact-block h2 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.contact-block p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.contact-block .note {
    font-size: 15px;
    font-style: italic;
    color: #7a7a7a;
}

.contact-image {
    flex: 1;
    min-width: 300px;
    background-color: #f5f0eb;
}

.contact-image img {
    width: 100%;
    height: auto;
    display: block;
}

.info-section {
    margin: 40px 0;
}

.info-section h2 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

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

.thanks-page {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thanks-content {
    text-align: center;
    padding: 60px 30px;
}

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

.thanks-message {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
    color: #4a4a4a;
}

.service-reference {
    margin: 30px 0;
}

.selected-service-info {
    font-size: 17px;
    color: #5a5a5a;
}

.thanks-actions {
    margin-top: 40px;
}

.legal-page {
    max-width: 900px;
}

.legal-content {
    margin-top: 30px;
}

.legal-content h2 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.legal-content h3 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 12px;
    color: #2a2a2a;
}

.legal-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #4a4a4a;
}

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

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

.legal-content a {
    color: #d4a574;
    text-decoration: underline;
}

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

    .nav-links {
        gap: 20px;
    }

    .story-headline {
        font-size: 32px;
    }

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

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

    .service-item {
        flex-direction: column;
    }

    .contact-info {
        flex-direction: column;
    }

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