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

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

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

.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.4rem;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.5px;
}

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

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

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

.editorial-wrapper {
    max-width: 720px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.editorial-hero {
    margin-bottom: 4rem;
}

.hero-text-centered {
    text-align: center;
    margin-bottom: 3rem;
}

.hero-text-centered h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #0a0a0a;
}

.hero-lead {
    font-size: 1.3rem;
    color: #555;
    line-height: 1.6;
    font-style: italic;
}

.hero-img-inline {
    width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
}

.editorial-text {
    margin-bottom: 4rem;
}

.editorial-text p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.drop-cap::first-letter {
    font-size: 3.5rem;
    font-weight: 700;
    float: left;
    line-height: 0.9;
    margin: 0.1rem 0.1rem 0 0;
    color: #1a1a1a;
}

.editorial-text h2 {
    font-size: 2rem;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #0a0a0a;
}

.editorial-text h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.editorial-text h4 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

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

.inline-cta-box {
    background: #f5f5f5;
    padding: 2rem;
    margin: 2.5rem 0;
    border-left: 4px solid #333;
}

.cta-inline-text {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.cta-inline-link {
    display: inline-block;
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    font-size: 1.1rem;
}

.editorial-quote {
    margin: 3rem 0;
    padding: 2rem;
    background: #f9f9f9;
    border-left: 3px solid #333;
    font-style: italic;
}

.editorial-quote p {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.editorial-quote cite {
    display: block;
    font-size: 0.95rem;
    color: #666;
    font-style: normal;
}

.stat-highlight {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 3rem 0;
    padding: 2.5rem;
    background: #1a1a1a;
    color: #fff;
    border-radius: 4px;
}

.stat-number {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.stat-text {
    font-size: 1.1rem;
    text-align: center;
}

.cta-text-button {
    display: inline-block;
    margin: 2rem 0;
    padding: 1rem 2rem;
    background: #2c2c2c;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 2px;
    transition: background 0.3s;
}

.cta-text-button:hover {
    background: #000;
}

.cta-text-button-alt {
    display: inline-block;
    margin: 2rem 0;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    border-bottom: 2px solid #000;
}

.editorial-list {
    margin: 1.5rem 0;
    padding-left: 2rem;
}

.editorial-list li {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.trust-marker {
    display: flex;
    gap: 2rem;
    align-items: center;
    margin: 3rem 0;
    padding: 2rem;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.trust-img {
    width: 200px;
    height: auto;
    border-radius: 4px;
    flex-shrink: 0;
}

.trust-text h4 {
    margin-bottom: 0.5rem;
}

.science-box {
    background: #e8f4f8;
    padding: 2rem;
    margin: 2.5rem 0;
    border-radius: 4px;
}

.science-box h4 {
    margin-bottom: 1rem;
}

.urgency-banner {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 3rem;
    margin: 3rem 0;
    border-radius: 4px;
}

.urgency-tag {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.urgency-content h3 {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
}

.ideal-client {
    background: #fff;
    padding: 2rem;
    margin: 2.5rem 0;
    border: 2px solid #333;
    border-radius: 4px;
}

.ideal-client ul {
    list-style: none;
    padding: 0;
}

.ideal-client li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.8rem;
}

.ideal-client li::before {
    content: "✓";
    position: absolute;
    left: 0;
    font-weight: 700;
}

.services-editorial {
    margin: 3rem 0;
}

.service-card-editorial {
    display: flex;
    gap: 2rem;
    align-items: center;
    margin: 3rem 0;
    padding: 2.5rem;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.service-card-editorial.reverse {
    flex-direction: row-reverse;
}

.service-card-editorial.highlighted {
    border: 3px solid #333;
    background: #fafafa;
}

.service-content {
    flex: 1;
}

.service-content h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.service-content p {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
}

.service-features {
    list-style: none;
    margin-bottom: 1.5rem;
}

.service-features li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.6rem;
    font-size: 0.95rem;
}

.service-features li::before {
    content: "•";
    position: absolute;
    left: 0;
    font-weight: 700;
}

.service-price {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.service-select-btn {
    padding: 1rem 2rem;
    background: #2c2c2c;
    color: #fff;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 2px;
    transition: background 0.3s;
}

.service-select-btn:hover {
    background: #000;
}

.service-img {
    width: 280px;
    height: auto;
    border-radius: 4px;
    flex-shrink: 0;
}

.final-cta-box {
    text-align: center;
    padding: 3rem;
    background: #1a1a1a;
    color: #fff;
    margin: 3rem 0;
    border-radius: 4px;
}

.final-cta-box h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.form-section {
    margin: 4rem 0;
}

.contact-form-editorial {
    background: #fff;
    padding: 3rem;
    border: 2px solid #333;
    border-radius: 4px;
}

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

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 1rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 1rem;
    font-family: inherit;
}

.form-group textarea {
    resize: vertical;
}

.form-submit-btn {
    width: 100%;
    padding: 1.2rem;
    background: #2c2c2c;
    color: #fff;
    border: none;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    border-radius: 2px;
    transition: background 0.3s;
}

.form-submit-btn:hover {
    background: #000;
}

.sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    color: #fff;
    z-index: 99;
    transform: translateY(100%);
    transition: transform 0.3s;
}

.sticky-cta.visible {
    transform: translateY(0);
}

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

.sticky-cta-text {
    font-size: 1.1rem;
    font-weight: 600;
}

.sticky-cta-btn {
    padding: 0.8rem 2rem;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    border-radius: 2px;
    transition: background 0.3s;
}

.sticky-cta-btn:hover {
    background: #f0f0f0;
}

.footer {
    background: #1a1a1a;
    color: #fff;
    padding: 3rem 2rem 1rem;
    margin-top: 4rem;
}

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

.footer-section h4 {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

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

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

.footer-section a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

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

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

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

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

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

.cookie-content p {
    margin: 0;
    flex: 1;
}

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

.cookie-btn {
    padding: 0.8rem 1.5rem;
    border: none;
    cursor: pointer;
    font-weight: 600;
    border-radius: 2px;
    transition: opacity 0.3s;
}

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

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

.cookie-btn:hover {
    opacity: 0.9;
}

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

.thanks-icon {
    font-size: 4rem;
    margin-bottom: 2rem;
}

.thanks-page h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.thanks-page p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #555;
}

.thanks-service {
    background: #f5f5f5;
    padding: 2rem;
    border-radius: 4px;
    margin: 2rem 0;
}

.thanks-service strong {
    font-size: 1.3rem;
    color: #1a1a1a;
}

.thanks-cta {
    display: inline-block;
    margin-top: 2rem;
    padding: 1rem 2rem;
    background: #2c2c2c;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 2px;
}

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

    .nav-links {
        gap: 1rem;
    }

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

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

    .editorial-wrapper {
        padding: 2rem 1.5rem;
    }

    .editorial-text h2 {
        font-size: 1.6rem;
    }

    .service-card-editorial,
    .service-card-editorial.reverse {
        flex-direction: column;
    }

    .service-img {
        width: 100%;
    }

    .trust-marker {
        flex-direction: column;
    }

    .trust-img {
        width: 100%;
    }

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

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

    .sticky-cta-content {
        flex-direction: column;
        gap: 1rem;
    }
}

.about-page,
.services-page,
.contact-page,
.legal-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.page-hero {
    text-align: center;
    margin-bottom: 3rem;
}

.page-hero h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.page-hero p {
    font-size: 1.2rem;
    color: #555;
}

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

.content-section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.content-section p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.services-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.service-item {
    background: #fff;
    padding: 2rem;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.service-item h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.service-item-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 1rem 0;
}

.contact-info {
    background: #f5f5f5;
    padding: 2rem;
    border-radius: 4px;
    margin: 2rem 0;
}

.contact-info h3 {
    margin-bottom: 1rem;
}

.contact-info p {
    margin-bottom: 0.8rem;
}

.legal-page h2 {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.legal-page h3 {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
}

.legal-page ul {
    margin-left: 2rem;
    margin-bottom: 1rem;
}

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