* {
    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.7;
    color: #2c3e50;
    background-color: #fefefe;
}

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

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

.header-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.logo {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
}

.main-nav {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

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

.main-nav a:hover {
    color: #2c3e50;
}

.ad-disclosure {
    font-size: 12px;
    color: #888;
    padding: 6px 12px;
    background-color: #f9f9f9;
    border-left: 3px solid #ddd;
}

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

.hero-editorial h1 {
    font-size: 38px;
    line-height: 1.3;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.lead-paragraph {
    font-size: 20px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 32px;
}

.hero-image {
    margin: 32px 0;
    background-color: #f5f5f5;
    border-radius: 4px;
    overflow: hidden;
}

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

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

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

.insight-section,
.problem-amplification,
.solution-intro,
.services-preview,
.trust-building,
.form-section {
    margin: 56px 0;
}

h2 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 40px;
    color: #1a1a1a;
    font-weight: 600;
}

p {
    margin-bottom: 16px;
}

.inline-image-wrapper {
    margin: 32px 0;
    background-color: #f5f5f5;
    border-radius: 4px;
    overflow: hidden;
}

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

blockquote {
    margin: 32px 0;
    padding: 24px;
    background-color: #f9f9f9;
    border-left: 4px solid #5a9fd4;
    font-style: italic;
}

blockquote cite {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    color: #666;
    font-style: normal;
}

.service-card-inline {
    margin: 32px 0;
    padding: 28px;
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
}

.service-card-inline h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.service-price {
    font-size: 20px;
    font-weight: 600;
    color: #2c5282;
    margin: 16px 0;
}

.btn-select-service {
    background-color: #5a9fd4;
    color: #fff;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s;
    margin-top: 12px;
}

.btn-select-service:hover {
    background-color: #4a8fc4;
}

.testimonial-inline {
    margin: 32px 0;
    padding: 20px;
    background-color: #f0f8ff;
    border-left: 4px solid #5a9fd4;
}

.testimonial-inline p {
    margin-bottom: 8px;
}

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

.editorial-form {
    margin: 32px 0;
}

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

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

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

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

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

.btn-submit {
    background-color: #2c5282;
    color: #fff;
    padding: 14px 32px;
    border: none;
    border-radius: 4px;
    font-size: 17px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-submit:hover:not(:disabled) {
    background-color: #234166;
}

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

.final-note {
    margin: 48px 0;
    padding: 20px;
    background-color: #fff9e6;
    border: 1px solid #f0e4a8;
    border-radius: 4px;
    font-size: 14px;
    color: #666;
}

.site-footer {
    border-top: 1px solid #e8e8e8;
    padding: 40px 0;
    background-color: #fafafa;
    margin-top: 80px;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

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

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

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

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

.footer-info p {
    margin-bottom: 4px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #fff;
    padding: 20px;
    z-index: 1000;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
}

.cookie-banner.hidden {
    display: none;
}

.cookie-content {
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cookie-content p {
    margin: 0;
    font-size: 15px;
}

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

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

.btn-accept {
    background-color: #5a9fd4;
    color: #fff;
}

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

.btn-reject {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.btn-reject:hover {
    opacity: 0.8;
}

.page-header {
    margin-bottom: 40px;
}

.page-header h1 {
    font-size: 36px;
    margin-bottom: 16px;
}

.about-story,
.team-values,
.process-description {
    margin: 48px 0;
}

.disclaimer-section {
    margin: 48px 0;
    padding: 20px;
    background-color: #fff9e6;
    border: 1px solid #f0e4a8;
    border-radius: 4px;
    font-size: 14px;
    color: #666;
}

.services-detailed {
    margin: 40px 0;
}

.service-full {
    margin: 48px 0;
    padding-bottom: 48px;
    border-bottom: 1px solid #e8e8e8;
}

.service-full:last-child {
    border-bottom: none;
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 12px;
}

.service-price-large {
    font-size: 24px;
    font-weight: 700;
    color: #2c5282;
}

.service-image {
    margin: 24px 0;
    background-color: #f5f5f5;
    border-radius: 4px;
    overflow: hidden;
}

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

.service-description {
    margin-top: 20px;
}

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

.contact-block {
    margin: 32px 0;
}

.contact-block h2 {
    font-size: 20px;
    margin-bottom: 12px;
}

.contact-note {
    margin: 32px 0;
    padding: 16px;
    background-color: #f0f8ff;
    border-left: 4px solid #5a9fd4;
}

.thanks-message {
    text-align: center;
    padding: 60px 20px;
}

.thanks-message h1 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #2c5282;
}

.thanks-details {
    margin: 32px 0;
    padding: 20px;
    background-color: #f0f8ff;
    border-radius: 4px;
}

.thanks-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    transition: opacity 0.2s;
}

.btn-primary {
    background-color: #5a9fd4;
    color: #fff;
}

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

.btn-secondary {
    background-color: transparent;
    color: #5a9fd4;
    border: 1px solid #5a9fd4;
}

.btn-secondary:hover {
    opacity: 0.8;
}

.legal-page {
    margin: 40px 0;
}

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

.legal-page h2 {
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 12px;
}

.legal-page h3 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}

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

.legal-page li {
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .header-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .footer-content {
        flex-direction: row;
        justify-content: space-between;
    }

    .cookie-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .cookie-buttons {
        flex-shrink: 0;
    }
}