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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 1000;
    display: none;
}

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

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

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

.cookie-content a {
    color: #64b5f6;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
}

.btn-accept,
.btn-reject {
    padding: 0.7rem 1.5rem;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
}

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

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

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

.btn-reject:hover {
    background-color: #333333;
}

.navigation {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

.ad-disclosure {
    font-size: 0.8rem;
    color: #666;
    background-color: #f5f5f5;
    padding: 0.3rem 0.8rem;
    border-radius: 4px;
}

.nav-menu {
    list-style: none;
    display: flex;
    gap: 2rem;
}

.nav-menu a {
    text-decoration: none;
    color: #2c3e50;
    font-weight: 500;
    transition: color 0.3s ease;
}

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

.editorial-layout {
    background-color: #ffffff;
}

.story-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.hero-editorial {
    margin-bottom: 4rem;
}

.hero-image-container {
    width: 100%;
    margin-bottom: 2.5rem;
    background-color: #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
}

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

.main-headline {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.subheadline {
    font-size: 1.3rem;
    color: #555;
    font-weight: 400;
    line-height: 1.5;
}

.intro-narrative,
.insight-reveal,
.problem-amplification,
.trust-building,
.testimonials-inline,
.benefits-reveal,
.final-message,
.about-narrative,
.services-intro,
.contact-info,
.location-info {
    margin-bottom: 3.5rem;
}

.lead-text {
    font-size: 1.35rem;
    line-height: 1.7;
    margin-bottom: 1.8rem;
    color: #2c3e50;
}

.story-content p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.story-content h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 3rem 0 1.5rem;
    color: #1a1a1a;
}

.story-content h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
    color: #2c3e50;
}

.inline-image-block {
    margin: 3rem 0;
    background-color: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
}

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

.insight-quote {
    border-left: 4px solid #3498db;
    padding: 1.5rem 2rem;
    margin: 2.5rem 0;
    background-color: #f8f9fa;
    font-size: 1.15rem;
    font-style: italic;
    color: #34495e;
}

.cta-inline {
    margin: 3rem 0;
    text-align: center;
}

.cta-link-editorial {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #3498db;
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.cta-link-editorial:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}

.process-cards {
    margin: 2rem 0;
}

.process-card {
    background-color: #f8f9fa;
    padding: 2rem;
    margin-bottom: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid #3498db;
}

.process-card h3 {
    margin-top: 0;
}

.testimonial-flow {
    margin: 2rem 0;
}

.testimonial {
    margin-bottom: 2.5rem;
    padding: 2rem;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.testimonial-author {
    font-size: 0.95rem;
    color: #7f8c8d;
    font-weight: 500;
}

.services-editorial {
    margin: 2.5rem 0;
}

.service-item {
    background-color: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 2.5rem;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
}

.service-item:hover {
    border-color: #3498db;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.service-item h3 {
    margin-top: 0;
    color: #1a1a1a;
}

.service-duration {
    font-size: 0.95rem;
    color: #7f8c8d;
    margin: 1rem 0;
}

.service-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 1.5rem 0;
}

.select-service {
    display: inline-block;
    padding: 0.9rem 2rem;
    background-color: #3498db;
    color: white;
    border: none;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.select-service:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}

.form-section {
    background-color: #f8f9fa;
    padding: 3rem 2.5rem;
    border-radius: 8px;
    margin: 3rem 0;
}

.form-intro {
    margin-bottom: 2rem;
    font-size: 1.05rem;
    color: #555;
}

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

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2c3e50;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.9rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.submit-btn {
    padding: 1rem 2.5rem;
    background-color: #27ae60;
    color: white;
    border: none;
    font-weight: 600;
    font-size: 1.05rem;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background-color: #229954;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(39, 174, 96, 0.3);
}

.page-header {
    margin-bottom: 3rem;
}

.page-header h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.principles-list {
    margin: 2rem 0;
}

.principle {
    background-color: #f8f9fa;
    padding: 2rem;
    margin-bottom: 1.5rem;
    border-radius: 8px;
}

.principle h3 {
    margin-top: 0;
}

.services-detailed {
    margin: 3rem 0;
}

.service-detail {
    margin-bottom: 4rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #e0e0e0;
}

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

.service-image-container {
    margin-bottom: 2rem;
    background-color: #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
}

.service-info h2 {
    margin-top: 0;
}

.service-description {
    font-size: 1.15rem;
    margin-bottom: 2rem;
    color: #2c3e50;
}

.service-features {
    list-style: none;
    margin: 1.5rem 0;
    padding-left: 0;
}

.service-features li {
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
    position: relative;
}

.service-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: 700;
}

.service-meta {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 6px;
    margin: 2rem 0;
}

.service-meta p {
    margin-bottom: 0.8rem;
}

.service-price-large {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-top: 1rem;
}

.highlight-service {
    border: 2px solid #f39c12;
    background-color: #fffbf5;
}

.services-cta {
    text-align: center;
    margin: 3rem 0;
    padding: 2rem;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.services-cta a {
    color: #3498db;
    font-weight: 600;
}

.contact-info {
    margin: 2rem 0;
}

.contact-block {
    margin-bottom: 2.5rem;
    padding: 2rem;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.contact-block h2 {
    margin-top: 0;
    font-size: 1.5rem;
}

.contact-note {
    font-size: 0.95rem;
    color: #7f8c8d;
    margin-top: 0.5rem;
}

.thanks-container {
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
}

.thanks-message {
    margin: 2rem 0;
}

.thanks-list {
    text-align: left;
    margin: 2rem auto;
    max-width: 500px;
}

.thanks-list li {
    margin-bottom: 0.8rem;
}

.thanks-cta {
    margin-top: 3rem;
}

.next-steps {
    margin-top: 4rem;
    text-align: left;
}

.step-timeline {
    margin: 2rem 0;
}

.step {
    background-color: #f8f9fa;
    padding: 2rem;
    margin-bottom: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid #3498db;
}

.step h3 {
    margin-top: 0;
}

.legal-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 3rem 2rem;
    background-color: #ffffff;
}

.legal-content h1 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.legal-content h2 {
    font-size: 1.8rem;
    margin: 2.5rem 0 1rem;
    color: #2c3e50;
}

.legal-content h3 {
    font-size: 1.3rem;
    margin: 1.5rem 0 0.8rem;
    color: #34495e;
}

.legal-section {
    margin-bottom: 2.5rem;
}

.legal-section p,
.legal-section ul {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #2c3e50;
}

.legal-section ul {
    margin-left: 2rem;
}

.legal-section li {
    margin-bottom: 0.5rem;
}

.legal-content a {
    color: #3498db;
    text-decoration: underline;
}

.footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 3rem 2rem 1rem;
    margin-top: 4rem;
}

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

.footer-section {
    flex: 1;
    min-width: 250px;
}

.footer-section h4 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

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

.footer-section li {
    margin-bottom: 0.5rem;
}

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

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

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 2rem;
    padding: 1.5rem;
    background-color: #2a2a2a;
    border-radius: 6px;
    font-size: 0.9rem;
    color: #b0b0b0;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #333;
    font-size: 0.9rem;
    color: #888;
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-menu {
        flex-direction: column;
        gap: 1rem;
    }

    .story-content {
        padding: 2rem 1.5rem;
    }

    .main-headline {
        font-size: 2rem;
    }

    .subheadline {
        font-size: 1.1rem;
    }

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

    .cookie-buttons {
        width: 100%;
        justify-content: stretch;
    }

    .btn-accept,
    .btn-reject {
        flex: 1;
    }

    .footer-content {
        flex-direction: column;
        gap: 2rem;
    }
}
