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

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

.ad-notice {
    background: #f4f4f4;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
}

.nav-minimal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 40px;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
}

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

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

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

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

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

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

.hero-image-wrap {
    margin-bottom: 32px;
    background-color: #e8e8e8;
    overflow: hidden;
    border-radius: 4px;
}

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

.editorial-title {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 400;
    color: #1a1a1a;
}

.editorial-intro {
    font-size: 20px;
    color: #555;
    line-height: 1.6;
}

.story-block {
    margin: 48px 0;
}

.story-block p {
    margin-bottom: 20px;
    font-size: 18px;
}

.story-block h2 {
    font-size: 32px;
    margin: 48px 0 24px;
    font-weight: 400;
    color: #1a1a1a;
}

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

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

.image-caption {
    padding: 16px;
    font-size: 15px;
    color: #666;
    font-style: italic;
    background: #f8f8f8;
}

.insight-panel {
    background: #f9f9f9;
    padding: 40px 32px;
    margin: 56px 0;
    border-left: 4px solid #1a1a1a;
}

.insight-panel h3 {
    font-size: 26px;
    margin-bottom: 32px;
    font-weight: 400;
}

.insight-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.insight-item strong {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.insight-item p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.testimonial-flow {
    margin: 56px 0;
}

.testimonial-editorial {
    border-left: 3px solid #ccc;
    padding-left: 24px;
    margin: 32px 0;
    font-style: italic;
}

.testimonial-editorial p {
    font-size: 19px;
    color: #3a3a3a;
    margin-bottom: 12px;
}

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

.services-reveal {
    margin: 64px 0;
}

.services-reveal h2 {
    font-size: 34px;
    margin-bottom: 28px;
    font-weight: 400;
}

.services-reveal > p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #555;
}

.service-card-editorial {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 32px;
    margin-bottom: 24px;
    border-radius: 4px;
}

.service-card-editorial h3 {
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 500;
    color: #1a1a1a;
}

.service-card-editorial p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
}

.service-price {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.cta-select {
    background: #1a1a1a;
    color: #fff;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.3s;
}

.cta-select:hover {
    background: #333;
}

.cta-select.selected {
    background: #4a7c4e;
}

.form-reveal {
    margin: 64px 0;
    padding: 48px 40px;
    background: #f5f5f5;
    border-radius: 4px;
}

.form-reveal h2 {
    font-size: 32px;
    margin-bottom: 16px;
    font-weight: 400;
}

.form-reveal > p {
    font-size: 17px;
    margin-bottom: 32px;
    color: #555;
}

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

.form-notice {
    background: #fff3cd;
    border: 1px solid #ffecb5;
    padding: 16px;
    margin-bottom: 24px;
    border-radius: 4px;
    font-size: 15px;
    color: #856404;
}

.form-notice.success {
    background: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: 'Georgia', serif;
}

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

.submit-btn {
    background: #1a1a1a;
    color: #fff;
    border: none;
    padding: 16px 40px;
    font-size: 17px;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.3s;
}

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

.submit-btn:disabled {
    background: #999;
    cursor: not-allowed;
}

.disclaimer-section {
    margin: 48px 0;
    padding: 24px;
    background: #f9f9f9;
    border-radius: 4px;
}

.disclaimer-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

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

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

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

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

.footer-copy {
    font-size: 14px;
    color: #888;
}

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

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

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

.cookie-content p {
    flex: 1;
    font-size: 15px;
    line-height: 1.5;
}

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

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

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

.cookie-accept:hover {
    background: #5a8c5e;
}

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

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

.thanks-container {
    max-width: 720px;
    margin: 80px auto;
    padding: 60px 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.thanks-container h1 {
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #1a1a1a;
}

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

.thanks-container .service-selected {
    font-weight: 600;
    color: #1a1a1a;
}

.thanks-container a {
    display: inline-block;
    margin-top: 32px;
    color: #1a1a1a;
    text-decoration: none;
    padding: 14px 32px;
    border: 2px solid #1a1a1a;
    border-radius: 4px;
    transition: all 0.3s;
}

.thanks-container a:hover {
    background: #1a1a1a;
    color: #fff;
}

.services-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 40px;
}

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

.services-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 48px;
}

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

.service-item h2 {
    font-size: 28px;
    margin-bottom: 16px;
    font-weight: 500;
}

.service-item p {
    font-size: 17px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.service-item .price {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
}

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

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

.about-page h2 {
    font-size: 32px;
    margin: 48px 0 24px;
    font-weight: 400;
}

.about-page p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #2a2a2a;
}

.contact-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 40px;
}

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

.contact-info {
    margin-top: 40px;
}

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

.contact-item h3 {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 500;
}

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

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

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

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

.legal-page h3 {
    font-size: 22px;
    margin: 32px 0 16px;
    font-weight: 500;
}

.legal-page p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
    color: #2a2a2a;
}

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

.legal-page li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 8px;
    color: #2a2a2a;
}

@media (max-width: 768px) {
    .nav-minimal {
        flex-direction: column;
        gap: 16px;
        padding: 20px;
    }

    .nav-links {
        gap: 20px;
    }

    .editorial-title {
        font-size: 32px;
    }

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

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

    .services-page,
    .about-page,
    .contact-page,
    .legal-page {
        padding: 40px 20px;
    }
}