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

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

.ad-disclosure {
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    padding: 8px 20px;
    text-align: center;
    font-size: 12px;
    color: #6c757d;
}

.nav-floating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-brand {
    font-size: 22px;
    font-weight: 600;
    color: #2c3e50;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 35px;
}

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

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

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

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

.hero-image-wrapper {
    margin-bottom: 40px;
    background-color: #e8eef2;
    border-radius: 4px;
    overflow: hidden;
}

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

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

.hero-subtitle {
    font-size: 22px;
    color: #546e7a;
    line-height: 1.5;
}

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

.intro-large {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #34495e;
}

.editorial-intro p,
.problem-amplification p,
.insight-section p,
.trust-building p,
.services-preview p,
.final-cta-section p {
    font-size: 18px;
    margin-bottom: 25px;
}

.inline-image-section {
    margin: 45px 0;
    background-color: #eceff1;
    border-radius: 4px;
    overflow: hidden;
}

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

.image-caption {
    padding: 15px 20px;
    font-size: 14px;
    color: #607d8b;
    font-style: italic;
    background: #f8f9fa;
    margin: 0;
}

.inline-cta {
    background: #e3f2fd;
    padding: 25px 30px;
    margin: 40px 0;
    border-left: 4px solid #2196f3;
}

.inline-cta p {
    margin: 0;
    font-size: 18px;
}

.inline-link {
    color: #2196f3;
    text-decoration: underline;
    cursor: pointer;
    transition: color 0.3s;
}

.inline-link:hover {
    color: #1976d2;
}

.problem-amplification,
.insight-section,
.trust-building,
.services-preview,
.final-cta-section {
    margin-bottom: 50px;
}

h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a252f;
    line-height: 1.3;
}

h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.methodology-points {
    margin: 35px 0;
}

.method-point {
    margin-bottom: 30px;
    padding-left: 20px;
    border-left: 3px solid #90a4ae;
}

.testimonial-inline {
    background: #fff8e1;
    padding: 30px;
    margin: 40px 0;
    border-radius: 4px;
}

.testimonial-inline blockquote {
    border: none;
}

.testimonial-inline p {
    font-size: 18px;
    font-style: italic;
    color: #424242;
    margin-bottom: 15px;
}

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

.editorial-form {
    background: #ffffff;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    margin: 40px 0;
}

.form-intro {
    margin-bottom: 30px;
}

.form-intro p {
    font-size: 16px;
    color: #546e7a;
}

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

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

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

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

.btn-submit {
    width: 100%;
    padding: 15px;
    background: #2196f3;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-submit:hover {
    background: #1976d2;
}

.form-disclaimer {
    margin-top: 20px;
    font-size: 13px;
    color: #78909c;
}

.form-disclaimer a {
    color: #2196f3;
}

.cta-box {
    background: #e8f5e9;
    padding: 25px 30px;
    margin: 30px 0;
    border-left: 4px solid #4caf50;
}

.cta-box p {
    margin: 0;
}

.disclaimer-section {
    background: #fff3e0;
    padding: 25px;
    border-radius: 4px;
    margin-top: 50px;
}

.disclaimer-text {
    font-size: 14px;
    color: #5d4037;
    line-height: 1.6;
    margin: 0;
}

.site-footer {
    background: #263238;
    color: #eceff1;
    padding: 50px 40px 30px;
    margin-top: 80px;
}

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

.footer-section h3,
.footer-section h4 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 18px;
}

.footer-section p {
    font-size: 15px;
    line-height: 1.6;
}

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

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

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

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

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #37474f;
    font-size: 14px;
    color: #90a4ae;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #263238;
    color: #ffffff;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    z-index: 1000;
    transition: transform 0.3s;
}

.cookie-banner.hidden {
    transform: translateY(100%);
}

.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 {
    margin: 0;
    font-size: 15px;
    flex: 1;
    min-width: 300px;
}

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

.btn-accept,
.btn-reject {
    padding: 10px 25px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.3s;
}

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

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

.btn-reject {
    background: #78909c;
    color: #ffffff;
}

.btn-reject:hover {
    background: #607d8b;
}

.services-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 40px 0;
}

.service-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.service-card h3 {
    color: #1a252f;
    margin-bottom: 15px;
}

.service-card p {
    font-size: 16px;
    color: #546e7a;
    margin-bottom: 15px;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #2196f3;
    margin-top: 20px;
}

.contact-info {
    background: #ffffff;
    padding: 35px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin: 30px 0;
}

.contact-info h3 {
    margin-bottom: 20px;
    color: #1a252f;
}

.contact-detail {
    margin-bottom: 20px;
}

.contact-detail strong {
    display: block;
    margin-bottom: 5px;
    color: #2c3e50;
}

.contact-detail p {
    font-size: 16px;
    color: #546e7a;
    margin: 0;
}

.about-section {
    margin-bottom: 50px;
}

.team-image {
    background-color: #e8eef2;
    border-radius: 4px;
    overflow: hidden;
    margin: 30px 0;
}

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

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

.legal-content h1 {
    font-size: 42px;
    margin-bottom: 30px;
    color: #1a252f;
}

.legal-content h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.legal-content p,
.legal-content ul {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.7;
}

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

.legal-content li {
    margin-bottom: 10px;
}

.thanks-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 80px 30px;
    text-align: center;
}

.thanks-icon {
    font-size: 72px;
    color: #4caf50;
    margin-bottom: 30px;
}

.thanks-container h1 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #1a252f;
}

.thanks-container p {
    font-size: 18px;
    color: #546e7a;
    margin-bottom: 20px;
    line-height: 1.6;
}

.thanks-box {
    background: #e8f5e9;
    padding: 30px;
    border-radius: 4px;
    margin: 40px 0;
}

.btn-home {
    display: inline-block;
    padding: 15px 40px;
    background: #2196f3;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 18px;
    transition: background 0.3s;
    margin-top: 20px;
}

.btn-home:hover {
    background: #1976d2;
}

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

    .nav-links {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

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

    .hero-title {
        font-size: 36px;
    }

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

    h2 {
        font-size: 28px;
    }

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

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