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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #1a202c;
    background: #ffffff;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(26, 32, 44, 0.97);
    color: #fff;
    padding: 20px;
    z-index: 10000;
    display: none;
    backdrop-filter: blur(10px);
}

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

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

.cookie-content p {
    margin: 0;
    flex: 1;
    min-width: 250px;
}

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

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

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

.btn-accept {
    background: #48bb78;
    color: white;
}

.btn-accept:hover {
    background: #38a169;
}

.btn-reject {
    background: transparent;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-reject:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

.ad-disclosure {
    background: #fef5e7;
    color: #856404;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    border-bottom: 1px solid #f0e5d8;
}

.editorial-header {
    background: #ffffff;
}

.minimal-nav {
    max-width: 700px;
    margin: 0 auto;
    padding: 25px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand {
    font-size: 18px;
    font-weight: 600;
    color: #1a202c;
}

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

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

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

.editorial-flow {
    background: #ffffff;
}

.story-content {
    width: 100%;
}

.hero-section {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.hero-image {
    width: 100%;
    height: 100%;
}

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

.hero-overlay {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #ffffff;
    max-width: 700px;
    padding: 0 20px;
}

.hero-overlay h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

.hero-overlay .lead {
    font-size: 22px;
    font-weight: 300;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
}

.narrative-intro,
.trust-building,
.form-section,
.disclaimer-section,
.testimonial-inline {
    padding: 80px 20px;
}

.narrow-column {
    max-width: 700px;
    margin: 0 auto;
}

.narrow-column h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 50px 0 25px 0;
    line-height: 1.3;
    color: #1a202c;
}

.narrative-intro h2:first-child,
.trust-building h2:first-child {
    margin-top: 0;
}

.narrow-column p {
    font-size: 18px;
    margin-bottom: 25px;
    color: #2d3748;
}

.inline-image {
    margin: 50px 0;
    border-radius: 8px;
    overflow: hidden;
}

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

.cta-inline {
    margin: 40px 0;
    text-align: center;
}

.text-link {
    color: #2b6cb0;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 2px solid #2b6cb0;
    padding-bottom: 2px;
    transition: all 0.2s;
}

.text-link:hover {
    color: #1a4d7a;
    border-color: #1a4d7a;
}

.service-card {
    margin: 50px 0;
    padding: 40px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.service-card h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a202c;
}

.service-card > p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #2d3748;
}

.service-image {
    margin: 25px 0;
    border-radius: 6px;
    overflow: hidden;
}

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

.service-details {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.6;
}

.price-tag {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 2px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-label {
    font-size: 15px;
    color: #718096;
}

.price-value {
    font-size: 24px;
    font-weight: 700;
    color: #2b6cb0;
}

.testimonial-inline {
    background: #f7fafc;
}

.testimonial-inline blockquote {
    border-left: 4px solid #2b6cb0;
    padding-left: 30px;
    font-style: italic;
}

.testimonial-inline p {
    font-size: 20px;
    line-height: 1.6;
    color: #2d3748;
    margin-bottom: 15px;
}

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

.editorial-form {
    margin-top: 40px;
}

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

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

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

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

.form-group textarea {
    resize: vertical;
}

.btn-primary {
    background: #2b6cb0;
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
    width: 100%;
}

.btn-primary:hover {
    background: #1a4d7a;
}

.disclaimer-section {
    background: #fef5e7;
    padding: 40px 20px;
}

.disclaimer {
    font-size: 14px;
    color: #744210;
    line-height: 1.6;
    font-style: italic;
}

.editorial-footer {
    background: #1a202c;
    color: #a0aec0;
    padding: 50px 20px;
}

.footer-content {
    max-width: 700px;
    margin: 0 auto;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 25px;
}

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

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

.footer-note {
    text-align: center;
    font-size: 13px;
    color: #718096;
}

.contact-page {
    max-width: 700px;
    margin: 0 auto;
    padding: 80px 20px;
}

.contact-page h1 {
    font-size: 42px;
    margin-bottom: 30px;
    color: #1a202c;
}

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

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

.contact-item h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #2d3748;
}

.contact-item p {
    font-size: 16px;
    color: #4a5568;
    margin: 0;
}

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

.legal-page h1 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #1a202c;
}

.legal-page h2 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #2d3748;
}

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

.legal-page ul {
    margin: 15px 0 15px 30px;
}

.legal-page li {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 8px;
    line-height: 1.6;
}

.thanks-page {
    max-width: 700px;
    margin: 0 auto;
    padding: 100px 20px;
    text-align: center;
}

.thanks-page h1 {
    font-size: 42px;
    margin-bottom: 25px;
    color: #1a202c;
}

.thanks-page p {
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 20px;
}

.thanks-page .btn-secondary {
    display: inline-block;
    background: #2b6cb0;
    color: white;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 4px;
    margin-top: 20px;
    transition: background 0.2s;
}

.thanks-page .btn-secondary:hover {
    background: #1a4d7a;
}

@media (max-width: 768px) {
    .hero-overlay h1 {
        font-size: 32px;
    }

    .hero-overlay .lead {
        font-size: 18px;
    }

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

    .narrow-column h2 {
        font-size: 26px;
    }

    .narrow-column p {
        font-size: 16px;
    }

    .service-card {
        padding: 25px;
    }

    .price-tag {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .footer-links {
        flex-direction: column;
        align-items: center;
    }
}