* {
    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: #333;
    background-color: #fff;
}

.container-narrow {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a2a2a;
    color: #fff;
    padding: 20px;
    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;
    min-width: 300px;
    margin: 0;
}

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

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-accept {
    background-color: #4CAF50;
    color: white;
}

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

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

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

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

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 30px;
    align-items: center;
}

.nav-list a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
}

.nav-list a:hover {
    color: #0066cc;
}

.ad-label {
    font-size: 12px;
    color: #999;
    background-color: #f5f5f5;
    padding: 6px 12px;
    border-radius: 4px;
}

.editorial-content {
    background-color: #fff;
}

.story-flow {
    max-width: 100%;
}

.hero-editorial {
    padding: 60px 0 40px;
}

.hero-title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.hero-intro {
    font-size: 20px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 40px;
}

.hero-image-wrapper {
    margin: 0 -20px 60px;
    background-color: #2a2a2a;
}

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

.story-section {
    margin-bottom: 60px;
}

.story-section h2 {
    font-size: 32px;
    margin-bottom: 24px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}

.story-section p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #444;
}

.inline-image {
    margin: 40px 0;
    background-color: #f5f5f5;
}

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

.insight-box {
    background-color: #f9f9f9;
    border-left: 4px solid #0066cc;
    padding: 30px;
    margin: 40px 0;
}

.insight-text {
    font-size: 20px;
    line-height: 1.7;
    color: #333;
    font-style: italic;
}

.reference {
    color: #0066cc;
    text-decoration: none;
    font-weight: 600;
}

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

.cta-inline {
    text-align: center;
    padding: 60px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin: 60px 0;
}

.cta-inline h3 {
    font-size: 28px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.cta-inline p {
    font-size: 18px;
    color: #666;
}

.section-title-center {
    text-align: center;
    font-size: 36px;
    margin-bottom: 60px;
    font-weight: 700;
    color: #1a1a1a;
}

.services-editorial {
    margin: 80px 0;
}

.service-card-editorial {
    display: flex;
    gap: 60px;
    margin-bottom: 80px;
    align-items: center;
}

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

.service-content {
    flex: 1;
}

.service-content h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.service-content p {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 20px;
}

.service-features {
    list-style: none;
    margin: 30px 0;
}

.service-features li {
    padding: 12px 0;
    padding-left: 28px;
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}

.service-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4CAF50;
    font-weight: bold;
}

.price-reveal {
    margin: 30px 0;
}

.price {
    font-size: 32px;
    font-weight: 700;
    color: #0066cc;
}

.btn-select {
    background-color: #0066cc;
    color: white;
    border: none;
    padding: 16px 32px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-select:hover {
    background-color: #0052a3;
    transform: translateY(-2px);
}

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

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

.testimonial-section {
    margin: 80px 0;
    padding: 60px 0;
    background-color: #f9f9f9;
}

.testimonial-card {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 30px;
    border-left: 4px solid #0066cc;
}

.testimonial-text {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-author {
    font-size: 16px;
    color: #666;
    font-weight: 600;
}

.form-section {
    margin: 80px 0;
    padding: 60px;
    background-color: #f5f5f5;
    border-radius: 8px;
}

.form-section h2 {
    font-size: 32px;
    margin-bottom: 16px;
    text-align: center;
    color: #1a1a1a;
}

.form-section > p {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

.registration-form {
    max-width: 600px;
    margin: 0 auto;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.form-group input[readonly] {
    background-color: #e9e9e9;
    cursor: not-allowed;
}

.btn-submit {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 16px 32px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
}

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

.disclaimer-section {
    margin: 80px 0;
    padding: 40px;
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
}

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

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

.references-section h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.references-list {
    list-style: decimal;
    padding-left: 24px;
}

.references-list li {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.6;
}

.references-list a {
    color: #0066cc;
    text-decoration: none;
}

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

.footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 60px 0 20px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
}

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

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #fff;
}

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

.footer-links {
    list-style: none;
}

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

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

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

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #333;
    color: #999;
    font-size: 14px;
}

.page-hero {
    padding: 80px 0 60px;
    text-align: center;
    background-color: #f9f9f9;
}

.page-hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.lead-text {
    font-size: 22px;
    line-height: 1.6;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
}

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

.cta-section-simple h3 {
    font-size: 32px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.cta-section-simple p {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}

.btn-primary {
    display: inline-block;
    background-color: #0066cc;
    color: white;
    padding: 16px 40px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 18px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #0052a3;
    transform: translateY(-2px);
}

.contact-info-section {
    margin: 60px 0;
}

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

.contact-item {
    margin-bottom: 40px;
}

.contact-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1a1a1a;
    font-weight: 700;
}

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

.contact-image {
    margin: 40px 0;
    background-color: #f5f5f5;
}

.thanks-hero {
    padding: 80px 0;
    text-align: center;
    background-color: #f0f8ff;
}

.thanks-hero h1 {
    font-size: 48px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.thanks-hero .lead-text {
    font-size: 22px;
    margin-bottom: 40px;
}

.next-steps {
    margin: 80px 0;
    padding: 0 20px;
}

.next-steps h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 60px;
    color: #1a1a1a;
}

.step-item {
    margin-bottom: 50px;
}

.step-item h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.step-item p {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
}

.legal-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px;
}

.legal-page h1 {
    font-size: 42px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.legal-page h2 {
    font-size: 28px;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.legal-page h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 16px;
    color: #333;
}

.legal-page p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 16px;
    color: #444;
}

.legal-page ul,
.legal-page ol {
    margin: 20px 0;
    padding-left: 30px;
}

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

@media (max-width: 768px) {
    .hero-title {
        font-size: 36px;
    }

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

    .service-card-editorial {
        flex-direction: column;
        gap: 30px;
    }

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

    .nav-list {
        flex-direction: column;
        gap: 15px;
    }

    .footer-content {
        flex-direction: column;
    }

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