/* Reset and 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: #1a1a1a;
    background: #fafafa;
    overflow-x: hidden;
}

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

a:hover {
    opacity: 0.7;
}

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

button {
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
}

/* Navigation - Minimal Premium */
.nav-minimal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

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

.brand {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #000;
}

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

.nav-links a {
    font-size: 0.95rem;
    font-weight: 400;
    color: #333;
    letter-spacing: 0.3px;
}

/* Hero - Premium Minimal */
.hero-premium {
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    margin-top: 80px;
    padding: 4rem 2rem;
}

.hero-content-centered {
    text-align: center;
    max-width: 900px;
}

.display-large {
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -2px;
    margin-bottom: 2rem;
    color: #000;
}

.hero-subtitle {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    font-weight: 300;
    color: #555;
    margin-bottom: 3rem;
    line-height: 1.6;
}

/* Content Containers */
.content-wide {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.content-narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.content-centered {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

/* Typography */
.lead-text {
    font-size: clamp(1.3rem, 3vw, 2rem);
    font-weight: 300;
    line-height: 1.5;
    color: #222;
    margin-bottom: 1.5rem;
}

.section-title-large {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 2rem;
}

.section-title-medium {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.5px;
    margin-bottom: 1.5rem;
}

.section-title-centered {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 300;
    text-align: center;
    margin-bottom: 1rem;
}

.text-block-centered {
    text-align: center;
    padding: 5rem 2rem;
}

/* Sections - Large Spacing (Minimal Premium) */
section {
    padding: 6rem 0;
}

.visual-break {
    padding: 0;
}

.full-width-image {
    width: 100%;
    height: auto;
    max-height: 70vh;
    object-fit: cover;
}

.section-image {
    width: 100%;
    margin-bottom: 3rem;
}

/* Story Section */
.story-section {
    background: #fff;
}

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

/* Quote Block */
.premium-quote {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 300;
    line-height: 1.5;
    font-style: italic;
    color: #222;
    border-left: 3px solid #000;
    padding-left: 2rem;
    margin: 3rem 0;
}

.insight-block {
    background: #f8f9fa;
}

/* Problem Section */
.problem-section {
    background: #fff;
}

.problem-grid {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 3rem;
}

.problem-item h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.problem-item p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
}

/* Emphasis Text */
.emphasis-text {
    font-size: clamp(1.5rem, 3.5vw, 2.5rem);
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
    color: #222;
}

.transition-section {
    background: #000;
    color: #fff;
    padding: 5rem 0;
}

.transition-section .emphasis-text {
    color: #fff;
}

/* Benefits Section */
.benefits-minimal {
    background: #fafafa;
}

.benefit-row {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 5rem;
}

.benefit-row.reverse {
    flex-direction: column;
}

.benefit-visual img {
    width: 100%;
    height: auto;
}

.benefit-text h3 {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.benefit-text p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
}

/* Testimonials */
.trust-section {
    background: #fff;
}

.testimonial-minimal {
    margin-bottom: 3rem;
    padding: 2rem 0;
}

.testimonial-text {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.6;
    font-style: italic;
    color: #222;
    margin-bottom: 1rem;
}

.testimonial-author {
    font-size: 1rem;
    color: #777;
}

/* Services Grid */
.services-reveal {
    background: #f8f9fa;
}

.services-intro {
    text-align: center;
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 4rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.services-grid-premium {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.service-card {
    background: #fff;
    padding: 3rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-card h3 {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

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

.service-card .price {
    font-size: 2rem;
    font-weight: 300;
    color: #000;
    margin: 1.5rem 0;
}

/* Buttons and CTAs */
.cta-primary,
.cta-secondary,
.btn-select-service,
.btn-submit {
    display: inline-block;
    padding: 1rem 2.5rem;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    cursor: pointer;
}

.cta-primary:hover,
.btn-select-service:hover,
.btn-submit:hover {
    background: #fff;
    color: #000;
}

.cta-secondary {
    background: transparent;
    color: #000;
}

.cta-secondary:hover {
    background: #000;
    color: #fff;
}

.cta-inline {
    font-size: 1.1rem;
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
    margin-top: 2rem;
    display: inline-block;
}

/* Form Section */
.form-section {
    background: #fff;
}

.form-intro {
    text-align: center;
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 2.5rem;
}

.premium-form {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

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

.premium-form input:focus,
.premium-form textarea:focus {
    outline: none;
    border-color: #000;
    background: #fff;
}

.selected-service-display {
    font-size: 1rem;
    color: #555;
    text-align: center;
}

.selected-service-display strong {
    color: #000;
}

/* Sticky CTA */
.sticky-cta {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 999;
}

.sticky-btn {
    display: inline-block;
    padding: 1rem 2rem;
    background: #000;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 500;
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.sticky-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

/* Final CTA Section */
.final-cta {
    background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
    color: #fff;
}

.final-message {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 2rem;
    color: #fff;
}

/* Footer */
.footer-minimal {
    background: #000;
    color: #fff;
    padding: 3rem 2rem 2rem;
}

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

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

.footer-links a {
    font-size: 0.9rem;
    color: #aaa;
}

.footer-copy {
    font-size: 0.85rem;
    color: #777;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    padding: 1.5rem;
    z-index: 10000;
    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;
    text-align: center;
}

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

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

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

.btn-accept,
.btn-reject {
    padding: 0.7rem 1.5rem;
    font-size: 0.9rem;
    border: 1px solid #fff;
    transition: all 0.3s ease;
}

.btn-accept {
    background: #fff;
    color: #000;
}

.btn-accept:hover {
    background: #000;
    color: #fff;
}

.btn-reject {
    background: transparent;
    color: #fff;
}

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

/* About Page */
.page-hero-minimal {
    padding: 10rem 0 5rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    text-align: center;
}

.page-title {
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

.page-subtitle {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    font-weight: 300;
    color: #555;
}

.about-intro {
    background: #fff;
}

.about-intro p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #333;
}

.philosophy-section {
    background: #fafafa;
}

.philosophy-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #333;
}

.values-section {
    background: #fff;
}

.values-grid {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 2.5rem;
}

.value-item h3 {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 0.8rem;
}

.value-item p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
}

.team-approach {
    background: #f8f9fa;
}

.team-approach p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #333;
}

.cta-section-about {
    background: #000;
    color: #fff;
}

.cta-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 300;
    margin-bottom: 2rem;
    color: #fff;
}

/* Services Page */
.services-detailed {
    background: #fff;
}

.service-detail-block {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 5rem;
    padding: 3rem 0;
    border-bottom: 1px solid #eee;
}

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

.service-detail-content h2 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.service-description {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 1.5rem;
}

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

.service-features li {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.8rem;
}

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

.service-price {
    font-size: 2rem;
    font-weight: 300;
    color: #000;
    margin: 1.5rem 0;
}

.service-detail-image {
    width: 100%;
}

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

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

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 2rem;
}

.contact-item h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 0.8rem;
}

.contact-item p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
}

.contact-item a {
    color: #000;
    border-bottom: 1px solid #000;
}

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

.contact-cta {
    background: #f8f9fa;
}

.contact-cta p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    color: #555;
}

/* Thanks Page */
.thanks-hero {
    padding: 10rem 0 5rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.thanks-message {
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    font-weight: 300;
    color: #555;
    margin-top: 1rem;
}

.thanks-details {
    background: #fff;
}

.thanks-details p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #333;
}

.service-confirmation {
    font-weight: 500;
    color: #000;
}

.thanks-next-steps {
    background: #f8f9fa;
}

.steps-grid {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 2.5rem;
}

.step-item h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 0.8rem;
}

.step-item p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
}

.thanks-cta {
    background: #fff;
}

.thanks-cta p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #555;
}

/* Legal Pages */
.legal-page {
    background: #fff;
    padding: 8rem 0 5rem;
}

.legal-page h1 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 300;
    margin-bottom: 1rem;
}

.legal-date {
    font-size: 0.95rem;
    color: #777;
    margin-bottom: 3rem;
}

.legal-page h2 {
    font-size: 1.8rem;
    font-weight: 400;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.legal-page h3 {
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
}

.legal-page p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    color: #333;
}

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

.legal-page li {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 0.5rem;
    color: #555;
}

.legal-page a {
    color: #000;
    border-bottom: 1px solid #000;
}

/* Responsive - Tablet */
@media (min-width: 768px) {
    .nav-links {
        gap: 3rem;
    }

    .benefit-row {
        flex-direction: row;
        align-items: center;
    }

    .benefit-row.reverse {
        flex-direction: row-reverse;
    }

    .benefit-visual,
    .benefit-text {
        flex: 1;
    }

    .services-grid-premium {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .service-card {
        flex: 1 1 calc(50% - 1.25rem);
    }

    .service-detail-block {
        flex-direction: row;
        align-items: center;
    }

    .service-detail-block.reverse {
        flex-direction: row-reverse;
    }

    .service-detail-content,
    .service-detail-image {
        flex: 1;
    }

    .problem-grid {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .problem-item {
        flex: 1 1 calc(33.333% - 2rem);
    }

    .values-grid {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .value-item {
        flex: 1 1 calc(50% - 1.25rem);
    }

    .steps-grid {
        flex-direction: row;
    }

    .step-item {
        flex: 1;
    }

    .contact-details {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .contact-item {
        flex: 1 1 calc(33.333% - 1.67rem);
    }

    .cookie-content {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
}

/* Responsive - Desktop */
@media (min-width: 1024px) {
    section {
        padding: 8rem 0;
    }

    .service-card {
        flex: 1 1 calc(33.333% - 1.67rem);
    }
}