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

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

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

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

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

ul {
    list-style-position: inside;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    color: #fff;
    padding: 1.5rem;
    z-index: 1000;
    display: none;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

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

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

.cookie-content p {
    font-size: 0.9rem;
    line-height: 1.5;
}

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

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

.btn-cookie-accept {
    background: #4a9eff;
    color: #fff;
}

.btn-cookie-accept:hover {
    background: #3a8eef;
}

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

.btn-cookie-reject:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Navigation */
.nav-minimal {
    background: #fff;
    padding: 1.5rem 1rem;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c2c2c;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    color: #666;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #2c2c2c;
}

/* Editorial Flow Layout */
.editorial-flow {
    background: #fff;
}

.hero-narrow,
.story-narrow,
.services-narrow,
.form-narrow,
.cta-narrow,
.trust-narrow,
.contact-narrow,
.location-narrow,
.faq-narrow,
.values-narrow,
.legal-narrow,
.thanks-content {
    max-width: 680px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

/* Hero Section */
.hero-editorial {
    background: linear-gradient(to bottom, #fff 0%, #f9f9f9 100%);
    padding: 4rem 0 3rem;
}

.hero-title {
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
}

.hero-intro {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 2.5rem;
}

.lead-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 2rem;
}

.hero-image,
.story-image,
.service-image {
    width: 100%;
    height: auto;
    margin: 2rem 0;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Content Story */
.content-story {
    padding: 4rem 0;
    background: #fff;
}

.content-story h2 {
    font-size: 1.9rem;
    line-height: 1.4;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}

.content-story h3 {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 700;
    color: #2c2c2c;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.content-story h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c2c2c;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.content-story p {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #3a3a3a;
}

.content-story em {
    font-style: italic;
    font-weight: 500;
}

.content-story ul {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

.content-story li {
    margin-bottom: 0.75rem;
    line-height: 1.7;
    color: #3a3a3a;
}

/* Inline CTA */
.cta-inline {
    margin: 3rem 0;
    padding: 2rem 0;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.cta-link {
    color: #4a9eff;
    font-size: 1.1rem;
    font-weight: 600;
    border-bottom: 2px solid #4a9eff;
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

.cta-link:hover {
    color: #3a8eef;
    border-bottom-color: #3a8eef;
}

/* Trust Section */
.trust-section {
    background: #f5f5f5;
    padding: 4rem 0;
}

.trust-section h2 {
    font-size: 1.9rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 2.5rem;
}

.testimonial {
    background: #fff;
    padding: 2rem;
    margin: 2rem 0;
    border-left: 4px solid #4a9eff;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #3a3a3a;
    font-style: italic;
    border-radius: 4px;
}

.testimonial cite {
    display: block;
    margin-top: 1rem;
    font-style: normal;
    font-weight: 600;
    color: #666;
    font-size: 0.9rem;
}

/* Services Reveal */
.services-reveal {
    padding: 4rem 0;
    background: #fff;
}

.services-reveal h2 {
    font-size: 1.9rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

.services-reveal > div > p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 3rem;
}

.service-card {
    background: #f9f9f9;
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.service-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

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

.service-card p {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
}

.price {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #4a9eff;
    margin-top: 1rem;
}

/* Form Section */
.form-section {
    background: #f5f5f5;
    padding: 4rem 0;
}

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

.form-section > div > p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 2.5rem;
}

.booking-form {
    background: #fff;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

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

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

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

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

.btn-submit {
    width: 100%;
    padding: 1rem;
    background: #4a9eff;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-submit:hover {
    background: #3a8eef;
}

/* Final CTA */
.final-cta {
    padding: 4rem 0;
    background: #1a1a1a;
    color: #fff;
    text-align: center;
}

.final-cta h2 {
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.final-cta p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    color: #d0d0d0;
}

.btn-cta-large {
    display: inline-block;
    padding: 1.125rem 2.5rem;
    background: #4a9eff;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-cta-large:hover {
    background: #3a8eef;
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(74, 158, 255, 0.4);
}

/* Sticky CTA */
.sticky-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 90;
}

.sticky-btn {
    display: block;
    padding: 1rem 2rem;
    background: #4a9eff;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(74, 158, 255, 0.4);
    transition: all 0.3s ease;
}

.sticky-btn:hover {
    background: #3a8eef;
    transform: scale(1.05);
}

/* Footer */
.footer {
    background: #2c2c2c;
    color: #d0d0d0;
    padding: 3rem 1.5rem 2rem;
}

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

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

.footer-links a {
    color: #d0d0d0;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

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

.footer p {
    font-size: 0.85rem;
    color: #999;
}

/* Services Page Specific */
.services-list {
    background: #fff;
    padding: 3rem 0;
}

.service-card-detailed {
    margin: 3rem 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.service-card-detailed.featured {
    border: 2px solid #4a9eff;
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    background: #f9f9f9;
    flex-wrap: wrap;
    gap: 1rem;
}

.service-header h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.price-large {
    font-size: 2rem;
    font-weight: 700;
    color: #4a9eff;
}

.service-content {
    padding: 2rem;
}

.service-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 1.5rem;
}

.service-content h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c2c2c;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.service-content ul {
    margin: 1rem 0 2rem 0;
    padding-left: 1.5rem;
}

.service-content li {
    margin-bottom: 0.5rem;
    line-height: 1.7;
    color: #4a4a4a;
}

.btn-service,
.btn-service-featured {
    display: inline-block;
    padding: 0.875rem 2rem;
    background: #4a9eff;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    margin-top: 1rem;
    transition: all 0.3s ease;
}

.btn-service:hover,
.btn-service-featured:hover {
    background: #3a8eef;
    transform: translateY(-2px);
}

.btn-service-featured {
    background: #1a1a1a;
}

.btn-service-featured:hover {
    background: #2c2c2c;
}

/* FAQ Section */
.faq-section {
    background: #f5f5f5;
    padding: 4rem 0;
}

.faq-section h2 {
    font-size: 1.9rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 2.5rem;
}

.faq-item {
    background: #fff;
    padding: 1.75rem;
    margin: 1.5rem 0;
    border-radius: 8px;
    border-left: 3px solid #4a9eff;
}

.faq-item h4 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
}

.faq-item p {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a4a4a;
}

/* CTA Section */
.cta-section {
    background: #4a9eff;
    padding: 4rem 0;
    text-align: center;
    color: #fff;
}

.cta-section h2 {
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-section p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.cta-section .btn-cta-large {
    background: #fff;
    color: #4a9eff;
}

.cta-section .btn-cta-large:hover {
    background: #f5f5f5;
    color: #3a8eef;
}

/* Contact Page */
.contact-info-section {
    padding: 3rem 0;
    background: #fff;
}

.contact-item {
    margin: 2.5rem 0;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e0e0e0;
}

.contact-item:last-child {
    border-bottom: none;
}

.contact-item h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
}

.contact-item p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #4a4a4a;
}

.contact-item a {
    color: #4a9eff;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.contact-item a:hover {
    border-bottom-color: #4a9eff;
}

.contact-note {
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
    margin-top: 0.5rem;
}

.location-section {
    background: #f5f5f5;
    padding: 4rem 0;
}

.location-section h2 {
    font-size: 1.9rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

.location-section h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c2c2c;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.location-section p,
.location-section ul {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #3a3a3a;
}

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

/* About Page */
.about-hero {
    background: linear-gradient(to bottom, #fff 0%, #f9f9f9 100%);
    padding: 4rem 0 3rem;
}

.values-section {
    background: #f5f5f5;
    padding: 4rem 0;
}

.values-section h2 {
    font-size: 1.9rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 2.5rem;
}

.value-item {
    background: #fff;
    padding: 2rem;
    margin: 1.5rem 0;
    border-radius: 8px;
    border-left: 4px solid #4a9eff;
}

.value-item h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
}

.value-item p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #4a4a4a;
}

.feature-list {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

.feature-list li {
    margin-bottom: 0.75rem;
    line-height: 1.7;
    color: #3a3a3a;
    font-size: 1.05rem;
}

/* Legal Pages */
.legal-content {
    background: #fff;
    padding: 4rem 0;
}

.legal-narrow h1 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.last-updated {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 2.5rem;
}

.legal-narrow h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.legal-narrow h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c2c2c;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.legal-narrow h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c2c2c;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.legal-narrow p {
    font-size: 1rem;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 1.25rem;
}

.legal-narrow ul {
    margin: 1rem 0 1.5rem 1.5rem;
}

.legal-narrow li {
    margin-bottom: 0.5rem;
    line-height: 1.7;
    color: #3a3a3a;
}

.legal-narrow a {
    color: #4a9eff;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.legal-narrow a:hover {
    border-bottom-color: #4a9eff;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
}

.cookie-table th,
.cookie-table td {
    padding: 0.875rem;
    text-align: left;
    border: 1px solid #e0e0e0;
}

.cookie-table th {
    background: #f5f5f5;
    font-weight: 600;
    color: #2c2c2c;
}

.cookie-table td {
    color: #4a4a4a;
}

/* Thanks Page */
.thanks-hero {
    background: linear-gradient(to bottom, #f0f9ff 0%, #fff 100%);
    padding: 4rem 0;
}

.thanks-content h1 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
    text-align: center;
}

.thanks-content .lead-text {
    text-align: center;
    margin-bottom: 3rem;
}

.thanks-message {
    background: #fff;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 2.5rem;
}

.thanks-message h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

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

.next-steps li {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: #3a3a3a;
    font-size: 1.05rem;
}

.service-info {
    background: #f0f9ff;
    padding: 1.5rem;
    border-radius: 4px;
    margin: 2rem 0;
    border-left: 4px solid #4a9eff;
}

.service-info p {
    margin: 0;
    color: #2c2c2c;
}

.thanks-note {
    font-size: 1rem;
    color: #666;
    margin-top: 2rem;
}

.thanks-note a {
    color: #4a9eff;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.thanks-note a:hover {
    border-bottom-color: #4a9eff;
}

.thanks-tips {
    background: #f9f9f9;
    padding: 2rem;
    border-radius: 8px;
    margin: 2rem 0;
}

.thanks-tips h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.thanks-tips ul {
    margin: 0;
    padding-left: 1.5rem;
}

.thanks-tips li {
    margin-bottom: 0.75rem;
    line-height: 1.7;
}

.thanks-tips a {
    color: #4a9eff;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.thanks-tips a:hover {
    border-bottom-color: #4a9eff;
}

.social-proof {
    text-align: center;
    margin: 3rem 0;
    padding: 2rem;
    background: #f5f5f5;
    border-radius: 8px;
}

.testimonial-quote {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #2c2c2c;
    font-style: italic;
    margin-bottom: 1rem;
}

.social-proof cite {
    display: block;
    font-style: normal;
    font-weight: 600;
    color: #666;
    font-size: 0.95rem;
}

.thanks-cta {
    background: #f5f5f5;
    padding: 4rem 0;
    text-align: center;
}

.thanks-cta h2 {
    font-size: 1.9rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.thanks-cta p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 2rem;
}

/* Responsive Design */
@media (min-width: 768px) {
    .hero-title {
        font-size: 3rem;
    }

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

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

    .nav-minimal {
        padding: 2rem 2rem;
    }

    .hero-narrow,
    .story-narrow,
    .services-narrow,
    .form-narrow,
    .cta-narrow,
    .trust-narrow,
    .contact-narrow,
    .location-narrow,
    .faq-narrow,
    .values-narrow,
    .legal-narrow,
    .thanks-content {
        padding: 4rem 2rem;
    }
}

@media (max-width: 600px) {
    .nav-links {
        gap: 1rem;
    }

    .nav-links a {
        font-size: 0.85rem;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .service-header {
        flex-direction: column;
        align-items: flex-start;
    }

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

    .sticky-cta {
        bottom: 10px;
        right: 10px;
    }

    .sticky-btn {
        padding: 0.875rem 1.5rem;
        font-size: 0.9rem;
    }
}