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

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

.nav-minimal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-brand {
    font-family: 'Arial', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    gap: 2rem;
}

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    font-size: 0.95rem;
    transition: color 0.3s;
}

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

.editorial-container {
    max-width: 100%;
    margin: 0 auto;
}

.text-narrow {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.editorial-hero {
    padding: 4rem 0 3rem;
    background-color: #ffffff;
}

.hero-content-narrow {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.editorial-hero h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: #5a5a5a;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 2.5rem;
}

.hero-image-inline {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 2.5rem auto 0;
    display: block;
}

.content-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 3rem auto;
    display: block;
}

.story-intro {
    padding: 3rem 0;
    background-color: #f5f5f5;
}

.opening-line {
    font-size: 1.35rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-style: italic;
    color: #2a2a2a;
}

.story-intro p,
.text-narrow p {
    font-size: 1.1rem;
    margin-bottom: 1.3rem;
    color: #3a3a3a;
}

.problem-section {
    padding: 3.5rem 0;
    background-color: #ffffff;
}

.problem-section h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    font-weight: 600;
}

.inline-cta {
    margin-top: 2rem;
    padding: 1.5rem 0;
}

.cta-link {
    font-size: 1.15rem;
    color: #d84315;
    text-decoration: none;
    border-bottom: 2px solid #d84315;
    padding-bottom: 3px;
    transition: opacity 0.3s;
}

.cta-link:hover {
    opacity: 0.7;
}

.insight-block {
    padding: 4rem 0;
    background-color: #2a2a2a;
    color: #f5f5f5;
}

.insight-block h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.insight-block p {
    color: #e0e0e0;
}

.editorial-quote {
    font-size: 1.5rem;
    line-height: 1.6;
    font-style: italic;
    margin: 2rem 0;
    padding-left: 2rem;
    border-left: 4px solid #d84315;
    color: #ffffff;
}

.method-reveal {
    padding: 4rem 0;
    background-color: #ffffff;
}

.method-reveal h2 {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
    color: #1a1a1a;
}

.rule-item {
    margin-bottom: 2.5rem;
}

.rule-item h3 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    color: #1a1a1a;
    font-weight: 600;
}

.rule-item p {
    font-size: 1.1rem;
    color: #4a4a4a;
}

.testimonial-inline {
    padding: 3.5rem 0;
    background-color: #f9f4f0;
}

.testimonial-card {
    padding: 2.5rem;
    background-color: #ffffff;
    border-left: 4px solid #d84315;
    margin: 0 auto;
}

.testimonial-card p {
    font-size: 1.2rem;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 1rem;
    color: #2a2a2a;
}

.testimonial-card cite {
    font-size: 1rem;
    color: #6a6a6a;
    font-style: normal;
}

.benefit-section {
    padding: 4rem 0;
    background-color: #ffffff;
}

.benefit-section h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.benefit-list {
    list-style: none;
    margin-top: 1.5rem;
}

.benefit-list li {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
    padding-left: 2rem;
    position: relative;
    color: #3a3a3a;
}

.benefit-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #d84315;
    font-weight: bold;
    font-size: 1.3rem;
}

.transformation-story {
    padding: 4rem 0;
    background-color: #f5f5f5;
}

.transformation-story h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.cta-block-center {
    padding: 4rem 0;
    background-color: #1a1a1a;
    text-align: center;
}

.cta-block-center h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.cta-block-center p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: #e0e0e0;
}

.btn-primary-large {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #d84315;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s;
    border: none;
    cursor: pointer;
}

.btn-primary-large:hover {
    background-color: #bf360c;
}

.btn-primary {
    display: inline-block;
    padding: 0.85rem 2rem;
    background-color: #d84315;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s;
    border: none;
    cursor: pointer;
}

.btn-primary:hover {
    background-color: #bf360c;
}

.btn-secondary {
    display: inline-block;
    padding: 0.85rem 2rem;
    background-color: transparent;
    color: #d84315;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    border: 2px solid #d84315;
    border-radius: 4px;
    transition: all 0.3s;
    margin: 0.5rem;
    cursor: pointer;
}

.btn-secondary:hover {
    background-color: #d84315;
    color: #ffffff;
}

.services-preview {
    padding: 4.5rem 0;
    background-color: #ffffff;
}

.services-preview h2 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
    text-align: center;
}

.section-intro {
    text-align: center;
    font-size: 1.2rem;
    color: #5a5a5a;
    margin-bottom: 3rem;
}

.service-cards {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.service-card {
    padding: 2.5rem;
    background-color: #f9f9f9;
    border-left: 4px solid #d84315;
    display: flex;
    flex-direction: column;
}

.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.service-card p {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
    color: #4a4a4a;
    flex-grow: 1;
}

.service-card .price {
    font-size: 1.4rem;
    font-weight: 700;
    color: #d84315;
    margin-bottom: 1.5rem;
    display: block;
    font-family: 'Arial', sans-serif;
}

.urgency-section {
    padding: 3rem 0;
    background-color: #fff3e0;
}

.urgency-text {
    font-size: 1.2rem;
    color: #d84315;
    font-weight: 600;
    text-align: center;
}

.form-section {
    padding: 4.5rem 0;
    background-color: #ffffff;
}

.form-section h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.contact-form {
    margin-top: 2.5rem;
}

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

.form-group label {
    display: block;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #2a2a2a;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.9rem;
    font-size: 1rem;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-family: 'Arial', sans-serif;
    background-color: #fafafa;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #d84315;
    background-color: #ffffff;
}

.final-message {
    padding: 3.5rem 0;
    background-color: #f5f5f5;
}

.closing-statement {
    font-size: 1.4rem;
    text-align: center;
    font-style: italic;
    color: #2a2a2a;
}

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

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

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.footer-links a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 0.9rem;
    font-family: 'Arial', sans-serif;
    transition: color 0.3s;
}

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

.footer-copy {
    text-align: center;
    color: #808080;
    font-size: 0.85rem;
    font-family: 'Arial', sans-serif;
}

.sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #d84315;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    z-index: 90;
    display: none;
}

.sticky-cta.visible {
    display: block;
}

.sticky-cta-btn {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a2a2a;
    padding: 1.5rem;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
    z-index: 1000;
    display: none;
}

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

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.cookie-content p {
    color: #e0e0e0;
    font-size: 0.95rem;
    font-family: 'Arial', sans-serif;
    text-align: center;
    margin: 0;
}

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

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

.btn-accept,
.btn-reject {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-family: 'Arial', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.btn-accept:hover {
    background-color: #388e3c;
}

.btn-reject {
    background-color: #757575;
    color: #ffffff;
}

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

.page-header {
    padding: 3rem 0 2rem;
    background-color: #ffffff;
}

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

.subtitle {
    font-size: 1.2rem;
    color: #5a5a5a;
}

.contact-block {
    margin-bottom: 2.5rem;
}

.contact-block h2 {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
    color: #1a1a1a;
}

.contact-block p,
.contact-block a {
    font-size: 1.1rem;
    color: #4a4a4a;
    text-decoration: none;
}

.contact-block a:hover {
    color: #d84315;
}

.contact-info {
    padding: 3rem 0;
    background-color: #ffffff;
}

.mission-section,
.values-section,
.team-section {
    padding: 3rem 0;
}

.values-section {
    background-color: #f5f5f5;
}

.value-item {
    margin-bottom: 2rem;
}

.value-item h3 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    color: #1a1a1a;
}

.services-detailed {
    padding: 2rem 0;
}

.service-detail {
    padding: 3.5rem 0;
    border-bottom: 1px solid #e0e0e0;
}

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

.service-detail h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.service-detail h3 {
    font-size: 1.3rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #2a2a2a;
}

.service-description {
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
    color: #4a4a4a;
}

.service-detail ul {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.service-detail ul li {
    font-size: 1.05rem;
    margin-bottom: 0.8rem;
    color: #3a3a3a;
}

.price-block {
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: #fff3e0;
    border-left: 4px solid #d84315;
}

.price-label {
    font-size: 1rem;
    color: #5a5a5a;
    margin-right: 0.5rem;
    font-family: 'Arial', sans-serif;
}

.price-value {
    font-size: 1.8rem;
    font-weight: 700;
    color: #d84315;
    font-family: 'Arial', sans-serif;
}

.thanks-section {
    padding: 4rem 0;
    background-color: #ffffff;
    text-align: center;
}

.thanks-section h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.thanks-message {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #4a4a4a;
}

.service-confirmation {
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: #f9f9f9;
    border-left: 4px solid #4caf50;
    font-size: 1.1rem;
    color: #2a2a2a;
}

.next-steps {
    margin: 3rem 0;
    text-align: left;
}

.next-steps h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.next-steps ol {
    margin-left: 1.5rem;
}

.next-steps li {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #3a3a3a;
}

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

    .nav-links {
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .editorial-hero h1 {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .text-narrow {
        padding: 0 1rem;
    }

    .service-cards {
        padding: 0 1rem;
    }

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

    .footer-links {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
}

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

    .cookie-content p {
        text-align: left;
        max-width: 70%;
    }
}
