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

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

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

.wide-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 24px;
}

header {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

.logo {
    font-size: 22px;
    font-weight: 600;
    color: #2c2c2c;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
}

.ad-label {
    font-size: 11px;
    color: #666;
    padding: 4px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #f5f5f5;
}

nav {
    display: flex;
    gap: 28px;
}

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

nav a:hover {
    color: #2c2c2c;
}

.hero-editorial {
    padding: 80px 0 60px;
    background: #fff;
}

.hero-editorial h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 24px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.hero-editorial .subtitle {
    font-size: 20px;
    color: #666;
    margin-bottom: 40px;
    line-height: 1.6;
}

.hero-image {
    width: 100%;
    height: 460px;
    background-color: #e8e8e8;
    margin: 48px 0;
    object-fit: cover;
}

.editorial-content {
    padding: 60px 0;
}

.editorial-content p {
    font-size: 18px;
    margin-bottom: 28px;
    color: #3a3a3a;
}

.editorial-content h2 {
    font-size: 36px;
    margin: 64px 0 28px;
    font-weight: 400;
    line-height: 1.3;
}

.editorial-content h3 {
    font-size: 26px;
    margin: 48px 0 20px;
    font-weight: 500;
}

.inline-image {
    width: 100%;
    max-width: 520px;
    height: 380px;
    background-color: #ececec;
    margin: 48px auto;
    display: block;
    object-fit: cover;
}

.cta-inline {
    display: inline-block;
    padding: 14px 32px;
    background: #2c2c2c;
    color: #fff;
    text-decoration: none;
    margin: 32px 0;
    font-size: 16px;
    transition: background 0.3s;
}

.cta-inline:hover {
    background: #444;
}

.service-card-editorial {
    border-left: 3px solid #2c2c2c;
    padding: 32px 0 32px 28px;
    margin: 48px 0;
}

.service-card-editorial h4 {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 600;
}

.service-card-editorial p {
    font-size: 17px;
    margin-bottom: 16px;
    color: #555;
}

.price-tag {
    font-size: 28px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 16px 0;
}

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

.form-section {
    background: #f9f9f9;
    padding: 80px 0;
    margin: 80px 0;
}

.form-container {
    max-width: 580px;
    margin: 0 auto;
    background: #fff;
    padding: 48px;
    border: 1px solid #e0e0e0;
}

.form-container h3 {
    font-size: 32px;
    margin-bottom: 32px;
    font-weight: 400;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    color: #555;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    font-size: 16px;
    font-family: inherit;
}

.form-group textarea {
    min-height: 120px;
    resize: vertical;
}

.submit-btn {
    width: 100%;
    padding: 16px;
    background: #2c2c2c;
    color: #fff;
    border: none;
    font-size: 17px;
    cursor: pointer;
    transition: background 0.3s;
}

.submit-btn:hover {
    background: #444;
}

.testimonial-section {
    padding: 60px 0;
    background: #fff;
}

.testimonial {
    border-left: 4px solid #e0e0e0;
    padding: 28px 0 28px 32px;
    margin: 40px 0;
    font-style: italic;
    font-size: 19px;
    color: #555;
}

.testimonial-author {
    margin-top: 16px;
    font-style: normal;
    font-weight: 600;
    color: #2c2c2c;
}

footer {
    background: #2c2c2c;
    color: #ccc;
    padding: 60px 0 40px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

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

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

.footer-column p,
.footer-column a {
    font-size: 14px;
    line-height: 1.8;
    color: #aaa;
    text-decoration: none;
}

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

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-bottom {
    text-align: center;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #444;
    font-size: 13px;
    color: #888;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 2px solid #2c2c2c;
    padding: 24px;
    display: none;
    z-index: 9999;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.1);
}

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

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

.cookie-text {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
}

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

.cookie-btn {
    padding: 12px 28px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    transition: background 0.3s;
}

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

.cookie-accept:hover {
    background: #444;
}

.cookie-reject {
    background: #f0f0f0;
    color: #2c2c2c;
}

.cookie-reject:hover {
    background: #e0e0e0;
}

.about-section {
    padding: 80px 0;
}

.about-intro {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 48px;
    color: #444;
}

.contact-section {
    padding: 80px 0;
}

.contact-info {
    background: #f9f9f9;
    padding: 40px;
    margin: 40px 0;
    border-left: 4px solid #2c2c2c;
}

.contact-info p {
    margin-bottom: 16px;
    font-size: 16px;
}

.legal-page {
    padding: 80px 0;
}

.legal-page h1 {
    font-size: 42px;
    margin-bottom: 32px;
    font-weight: 400;
}

.legal-page h2 {
    font-size: 28px;
    margin: 48px 0 20px;
    font-weight: 500;
}

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

.legal-page ul {
    margin: 20px 0 20px 32px;
}

.legal-page li {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.7;
}

.thanks-page {
    padding: 120px 0;
    text-align: center;
}

.thanks-page h1 {
    font-size: 48px;
    margin-bottom: 24px;
    font-weight: 400;
}

.thanks-page p {
    font-size: 20px;
    color: #666;
    margin-bottom: 40px;
}

.disclaimer {
    background: #f0f0f0;
    padding: 32px;
    margin: 60px 0;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    border-left: 3px solid #999;
}

@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        gap: 16px;
    }

    nav {
        flex-wrap: wrap;
        gap: 16px;
        justify-content: center;
    }

    .hero-editorial h1 {
        font-size: 36px;
    }

    .form-container {
        padding: 32px 24px;
    }

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

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