/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.8;
    color: #2c3e50;
    background-color: #ffffff;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #2980b9;
}

/* Header Styles */
.site-header {
    position: sticky;
    top: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 1.25rem 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    font-family: 'Arial', sans-serif;
    letter-spacing: -0.5px;
}

.main-nav {
    display: none;
}

.main-nav a {
    margin-left: 2rem;
    color: #2c3e50;
    font-family: 'Arial', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

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

.menu-toggle {
    display: flex;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.menu-toggle span {
    width: 25px;
    height: 2px;
    background-color: #2c3e50;
    margin: 3px 0;
    transition: 0.3s;
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 1rem 0;
    z-index: 999;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.mobile-menu.active {
    display: flex;
    flex-direction: column;
}

.mobile-menu a {
    padding: 0.75rem 1.5rem;
    color: #2c3e50;
    font-family: 'Arial', sans-serif;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.mobile-menu a:hover {
    background-color: #f8f9fa;
    color: #3498db;
}

/* Editorial Content Container */
.editorial-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

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

/* Hero Section - Editorial Style */
.hero-editorial {
    padding: 4rem 0 3rem;
}

.hero-image-wrapper {
    margin-bottom: 2.5rem;
}

.hero-image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.hero-text-narrow h1 {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    color: #1a252f;
    font-weight: 700;
}

.hero-lead {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #546e7a;
    margin-bottom: 1.5rem;
}

/* Story Sections */
.story-intro,
.revelation-section,
.trust-building,
.insight-reveal,
.transformation-pathway,
.methodology-deep,
.objection-handling,
.urgency-section {
    padding: 2.5rem 0;
}

.story-intro p,
.revelation-section p,
.trust-building p,
.transformation-pathway p,
.methodology-deep p,
.objection-handling p,
.urgency-section p {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    color: #34495e;
}

.opening-line {
    font-size: 1.3rem;
    font-style: italic;
    color: #2c3e50;
    margin-bottom: 2rem;
}

h2 {
    font-size: 1.75rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    color: #1a252f;
    font-weight: 700;
}

h3 {
    font-size: 1.35rem;
    line-height: 1.4;
    margin: 2rem 0 1rem;
    color: #2c3e50;
    font-weight: 600;
}

/* Inline CTA Box */
.inline-cta-section {
    padding: 2rem 0;
}

.inline-cta-box {
    background-color: #ecf0f1;
    padding: 2rem;
    border-left: 4px solid #3498db;
    margin: 2rem 0;
}

.inline-cta-box h3 {
    margin-top: 0;
    font-size: 1.25rem;
    color: #2c3e50;
}

.cta-link {
    color: #3498db;
    font-weight: 600;
    font-size: 1.05rem;
    text-decoration: underline;
}

.cta-link:hover {
    color: #2980b9;
}

/* Problem Amplification */
.problem-amplification {
    padding: 3rem 0;
}

.problem-visual {
    margin: 2.5rem 0;
}

.problem-visual img {
    width: 100%;
    border-radius: 4px;
}

/* Testimonials - Inline Editorial Style */
.testimonial-inline {
    padding: 3rem 0;
}

.testimonial-editorial {
    border-left: 4px solid #95a5a6;
    padding-left: 2rem;
    margin: 2.5rem 0;
    font-style: italic;
}

.testimonial-editorial p {
    font-size: 1.15rem;
    color: #546e7a;
    margin-bottom: 1rem;
}

.testimonial-editorial cite {
    font-style: normal;
    font-size: 0.95rem;
    color: #7f8c8d;
    font-family: 'Arial', sans-serif;
}

/* Social Proof Section */
.social-proof {
    padding: 3rem 0;
}

.testimonials-stack {
    margin-top: 2rem;
}

.testimonial-card {
    background-color: #f8f9fa;
    padding: 1.75rem;
    margin-bottom: 1.5rem;
    border-radius: 4px;
}

.testimonial-card p {
    font-size: 1.05rem;
    color: #34495e;
    margin-bottom: 0.75rem;
    font-style: italic;
}

.testimonial-card cite {
    font-style: normal;
    font-size: 0.9rem;
    color: #7f8c8d;
    font-family: 'Arial', sans-serif;
}

/* Visual Break */
.visual-break {
    margin: 3rem 0;
}

.image-full-width img {
    width: 100%;
    border-radius: 4px;
}

/* Mid-Content CTA */
.cta-mid-content {
    padding: 3rem 0;
}

.cta-box-editorial {
    background-color: #2c3e50;
    color: #ffffff;
    padding: 2.5rem;
    border-radius: 4px;
    text-align: center;
}

.cta-box-editorial h3 {
    color: #ffffff;
    margin-top: 0;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.cta-box-editorial p {
    color: #ecf0f1;
    margin-bottom: 1.5rem;
    font-family: 'Arial', sans-serif;
}

.btn-cta-primary {
    display: inline-block;
    background-color: #3498db;
    color: #ffffff;
    padding: 0.875rem 2rem;
    border-radius: 4px;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
    transition: background-color 0.3s ease;
}

.btn-cta-primary:hover {
    background-color: #2980b9;
    color: #ffffff;
}

/* Pillar Content */
.pillar-content {
    margin-top: 2rem;
}

/* Myth Blocks */
.myth-block {
    margin-bottom: 2.5rem;
}

.myth-block h3 {
    color: #e74c3c;
    margin-top: 0;
}

/* Services Reveal Section */
.services-reveal {
    padding: 4rem 0;
    background-color: #f8f9fa;
    margin: 3rem -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.service-card-editorial {
    background-color: #ffffff;
    padding: 2rem;
    margin-bottom: 2.5rem;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.service-card-editorial h3 {
    margin-top: 0;
    color: #2c3e50;
    font-size: 1.5rem;
}

.service-card-editorial > p {
    color: #546e7a;
    margin-bottom: 1.5rem;
}

.service-details {
    margin-top: 1.5rem;
}

.service-details h4 {
    font-size: 1.05rem;
    margin-bottom: 0.75rem;
    color: #2c3e50;
    font-family: 'Arial', sans-serif;
}

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

.service-details li {
    margin-bottom: 0.5rem;
    color: #546e7a;
    font-family: 'Arial', sans-serif;
    font-size: 0.95rem;
}

.service-price {
    font-size: 2rem;
    font-weight: 700;
    color: #27ae60;
    margin: 1.5rem 0;
    font-family: 'Arial', sans-serif;
}

/* Form Section */
.selection-form-section {
    padding: 3rem 0;
}

.editorial-form {
    margin-top: 2rem;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #bdc3c7;
    border-radius: 4px;
    font-size: 1rem;
    font-family: 'Arial', sans-serif;
    transition: border-color 0.3s ease;
}

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

.btn-submit-editorial {
    background-color: #27ae60;
    color: #ffffff;
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 4px;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Arial', sans-serif;
    transition: background-color 0.3s ease;
}

.btn-submit-editorial:hover {
    background-color: #229954;
}

/* Final Thought Section */
.final-thought {
    padding: 3rem 0 4rem;
}

/* Sticky CTA */
.sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    padding: 1rem;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    display: none;
}

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

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

.sticky-cta-content span {
    color: #ffffff;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    margin-right: 1rem;
}

.btn-sticky {
    background-color: #3498db;
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
    transition: background-color 0.3s ease;
}

.btn-sticky:hover {
    background-color: #2980b9;
    color: #ffffff;
}

/* Footer */
.site-footer {
    background-color: #1a252f;
    color: #ecf0f1;
    padding: 3rem 1.5rem 1.5rem;
    margin-top: 4rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.footer-column h4 {
    color: #ffffff;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-family: 'Arial', sans-serif;
}

.footer-column p {
    color: #bdc3c7;
    font-size: 0.9rem;
    line-height: 1.6;
    font-family: 'Arial', sans-serif;
}

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

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

.footer-column ul li a {
    color: #bdc3c7;
    font-size: 0.9rem;
    font-family: 'Arial', sans-serif;
    transition: color 0.3s ease;
}

.footer-column ul li a:hover {
    color: #3498db;
}

.footer-bottom {
    border-top: 1px solid #34495e;
    padding-top: 1.5rem;
    margin-top: 2rem;
    text-align: center;
}

.footer-bottom p {
    color: #95a5a6;
    font-size: 0.85rem;
    font-family: 'Arial', sans-serif;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #34495e;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 10000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    display: none;
}

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

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

.cookie-content p {
    margin: 0;
    font-size: 0.95rem;
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
}

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 0.625rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Arial', sans-serif;
    transition: opacity 0.3s ease;
}

.btn-cookie-accept {
    background-color: #27ae60;
    color: #ffffff;
}

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

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

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

/* About Page Specific */
.about-hero,
.about-story,
.mission-section,
.values-section,
.team-philosophy,
.results-section,
.cta-about {
    padding: 2.5rem 0;
}

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

.value-block h3 {
    margin-top: 0;
}

/* Services Page Specific */
.services-hero,
.services-intro,
.how-it-works,
.faq-section,
.cta-services {
    padding: 2.5rem 0;
}

.services-list {
    padding: 3rem 0;
}

.featured-service {
    position: relative;
    border: 2px solid #3498db;
}

.premium-service {
    position: relative;
    border: 2px solid #9b59b6;
}

.service-badge {
    position: absolute;
    top: -12px;
    right: 1.5rem;
    background-color: #3498db;
    color: #ffffff;
    padding: 0.375rem 0.875rem;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
}

.premium-service .service-badge {
    background-color: #9b59b6;
}

.btn-service {
    display: inline-block;
    background-color: #3498db;
    color: #ffffff;
    padding: 0.75rem 1.75rem;
    border-radius: 4px;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
    transition: background-color 0.3s ease;
    margin-top: 1rem;
}

.btn-service:hover {
    background-color: #2980b9;
    color: #ffffff;
}

.process-step {
    margin-bottom: 2rem;
}

.process-step h3 {
    margin-top: 0;
    color: #3498db;
}

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

.faq-item h3 {
    margin-top: 0;
    font-size: 1.15rem;
    color: #2c3e50;
}

/* Contact Page Specific */
.contact-hero,
.contact-info-section,
.what-to-expect,
.contact-cta {
    padding: 2.5rem 0;
}

.contact-details {
    margin-top: 2rem;
}

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

.contact-method h3 {
    margin-top: 0;
    color: #3498db;
}

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

.expectation-list {
    margin-left: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.expectation-list li {
    margin-bottom: 0.75rem;
    color: #546e7a;
    font-size: 1.05rem;
}

/* Thanks Page */
.thanks-page {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1.5rem;
}

.thanks-container {
    max-width: 680px;
    text-align: center;
}

.thanks-icon {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
}

.thanks-container h1 {
    font-size: 2.25rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.thanks-lead {
    font-size: 1.25rem;
    color: #546e7a;
    margin-bottom: 2rem;
}

.thanks-message {
    margin-bottom: 2.5rem;
}

.thanks-message p {
    font-size: 1.05rem;
    color: #34495e;
    margin-bottom: 1rem;
    line-height: 1.7;
}

.next-steps {
    background-color: #f8f9fa;
    padding: 2rem;
    border-radius: 4px;
    margin-bottom: 2.5rem;
    text-align: left;
}

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

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

.next-steps li {
    margin-bottom: 0.75rem;
    color: #546e7a;
    font-family: 'Arial', sans-serif;
}

.thanks-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary {
    background-color: #3498db;
    color: #ffffff;
    padding: 0.875rem 2rem;
    border-radius: 4px;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #2980b9;
    color: #ffffff;
}

.btn-secondary {
    background-color: transparent;
    color: #3498db;
    padding: 0.875rem 2rem;
    border: 2px solid #3498db;
    border-radius: 4px;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
    transition: all 0.3s ease;
}

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

/* Legal Pages */
.legal-page {
    padding: 3rem 0;
}

.legal-page h1 {
    font-size: 2.25rem;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.last-updated {
    color: #7f8c8d;
    font-size: 0.9rem;
    margin-bottom: 2rem;
    font-family: 'Arial', sans-serif;
}

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

.legal-section h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.legal-section h3 {
    font-size: 1.2rem;
    margin: 1.5rem 0 0.75rem;
    color: #34495e;
}

.legal-section p {
    margin-bottom: 1rem;
    color: #546e7a;
    font-family: 'Arial', sans-serif;
}

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

.legal-section li {
    margin-bottom: 0.5rem;
    color: #546e7a;
    font-family: 'Arial', sans-serif;
}

.cookie-table {
    margin-top: 1.5rem;
}

.cookie-table h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.cookie-table p {
    background-color: #f8f9fa;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 4px;
}

/* Tablet Styles */
@media (min-width: 768px) {
    .hero-text-narrow h1 {
        font-size: 2.5rem;
    }

    .content-narrow {
        padding: 4rem 2rem;
    }

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

    .footer-column {
        flex: 1;
        min-width: 200px;
    }

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

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

    .sticky-cta-content {
        flex-wrap: nowrap;
    }
}

/* Desktop Styles */
@media (min-width: 1024px) {
    .menu-toggle {
        display: none;
    }

    .main-nav {
        display: flex;
    }

    .hero-text-narrow h1 {
        font-size: 3rem;
    }

    .thanks-container h1 {
        font-size: 2.75rem;
    }

    .services-reveal {
        margin-left: 0;
        margin-right: 0;
    }
}