/* 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, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.7;
    color: #1a1a1a;
    background: #fafafa;
}

a {
    color: inherit;
    text-decoration: none;
}

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

/* Navigation - Minimal Premium Style */
.nav-minimal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 5%;
    background: transparent;
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(250, 250, 250, 0.95);
    backdrop-filter: blur(10px);
}

.nav-brand {
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

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

.nav-links a {
    font-size: 0.95rem;
    color: #4a4a4a;
    transition: color 0.3s;
    letter-spacing: 0.02em;
}

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

/* Hero Section - Minimal Premium */
.hero-minimal {
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8rem 5%;
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
}

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

.hero-title-large {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.hero-subtitle-space {
    font-size: 1.4rem;
    font-weight: 300;
    color: #5a5a5a;
    margin-bottom: 3.5rem;
    letter-spacing: 0.01em;
}

/* Page Hero */
.page-hero-minimal {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 5%;
    background: #e8e8e8;
}

/* Buttons and CTAs */
.cta-primary-large {
    display: inline-block;
    padding: 1.2rem 3rem;
    background: #1a1a1a;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all 0.3s;
    border: 2px solid #1a1a1a;
}

.cta-primary-large:hover {
    background: transparent;
    color: #1a1a1a;
}

.cta-secondary-large {
    display: inline-block;
    padding: 1.2rem 3rem;
    background: transparent;
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all 0.3s;
    border: 2px solid #1a1a1a;
}

.cta-secondary-large:hover {
    background: #1a1a1a;
    color: #ffffff;
}

.cta-inline {
    display: inline-block;
    color: #1a1a1a;
    font-weight: 500;
    border-bottom: 2px solid #1a1a1a;
    padding-bottom: 0.2rem;
    transition: opacity 0.3s;
}

.cta-inline:hover {
    opacity: 0.6;
}

/* Sections */
.section-spacious {
    padding: 8rem 5%;
}

.section-minimal-dark {
    padding: 8rem 5%;
    background: #2a2a2a;
    color: #ffffff;
}

.section-offset {
    padding: 6rem 5%;
    background: #f5f5f5;
}

.section-reveal {
    padding: 8rem 5%;
    background: #ffffff;
}

.section-services {
    padding: 8rem 5%;
    background: #f9f9f9;
}

.section-services-detailed {
    padding: 6rem 5%;
    background: #ffffff;
}

.section-form {
    padding: 8rem 5%;
    background: #f5f5f5;
}

.section-contact {
    padding: 6rem 5%;
}

.section-cta-center {
    padding: 8rem 5%;
    text-align: center;
    background: #e8e8e8;
}

/* Content Containers */
.content-narrow {
    max-width: 700px;
    margin: 0 auto;
}

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

.offset-block {
    max-width: 800px;
    margin-left: 15%;
}

.offset-text {
    padding: 3rem 0;
}

/* Typography */
.heading-elegant {
    font-size: 2.8rem;
    font-weight: 300;
    margin-bottom: 2.5rem;
    letter-spacing: -0.01em;
}

.heading-statement {
    font-size: 2.2rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    letter-spacing: -0.01em;
}

.heading-minimal-center {
    font-size: 3rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 4rem;
    letter-spacing: -0.01em;
}

.heading-form {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    text-align: center;
}

.heading-final {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.text-refined {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #3a3a3a;
    margin-bottom: 1.8rem;
}

.text-flow {
    font-size: 1.1rem;
    line-height: 1.85;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
}

.text-final {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.quote-large {
    font-size: 2rem;
    font-weight: 300;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.quote-author {
    font-size: 1rem;
    color: #8a8a8a;
    letter-spacing: 0.05em;
}

/* Reveal Grid */
.reveal-content {
    max-width: 1100px;
    margin: 0 auto;
}

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

.reveal-card {
    padding: 3rem;
    background: #f9f9f9;
    border-left: 3px solid #1a1a1a;
}

.reveal-card h4 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.reveal-card p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4a4a4a;
}

/* Services */
.services-container {
    max-width: 1200px;
    margin: 0 auto;
}

.services-list-vertical {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 4rem;
}

.service-item-minimal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    transition: all 0.3s;
}

.service-item-minimal:hover {
    border-color: #1a1a1a;
    transform: translateY(-3px);
}

.service-info h3 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 0.8rem;
}

.service-info p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #5a5a5a;
    max-width: 600px;
}

.service-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1rem;
}

.price-amount {
    font-size: 1.6rem;
    font-weight: 600;
    color: #1a1a1a;
}

.btn-select {
    padding: 0.9rem 2rem;
    background: #1a1a1a;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    transition: all 0.3s;
}

.btn-select:hover {
    background: #3a3a3a;
}

/* Service Detail Cards */
.service-detail-card {
    margin-bottom: 4rem;
    padding: 4rem;
    background: #f9f9f9;
}

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

.service-description {
    font-size: 1.3rem;
    color: #5a5a5a;
    margin-bottom: 3rem;
    font-weight: 300;
}

.service-features {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
}

.feature-item h4 {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.feature-item p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #5a5a5a;
}

.service-pricing-block {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #d0d0d0;
}

.price-label {
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #7a7a7a;
}

.price-value {
    font-size: 2rem;
    font-weight: 600;
}

/* Forms */
.form-container-minimal {
    max-width: 650px;
    margin: 0 auto;
}

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

.form-minimal {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 0.7rem;
    letter-spacing: 0.02em;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 1rem;
    font-size: 1rem;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    font-family: inherit;
    transition: border-color 0.3s;
}

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

.btn-submit-large {
    padding: 1.2rem;
    background: #1a1a1a;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: background 0.3s;
    margin-top: 1rem;
}

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

/* Contact Section */
.contact-container {
    max-width: 900px;
    margin: 0 auto;
}

.contact-info-block h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 3rem;
}

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

.contact-item h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    letter-spacing: 0.02em;
}

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

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

.contact-note {
    font-size: 1rem;
    color: #6a6a6a;
    line-height: 1.7;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

/* Thanks Page */
.thanks-section {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 5%;
}

.thanks-content {
    max-width: 800px;
    text-align: center;
}

.thanks-title {
    font-size: 3.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

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

.thanks-service {
    font-size: 1.1rem;
    color: #1a1a1a;
    margin-bottom: 2.5rem;
    padding: 1.5rem;
    background: #f5f5f5;
    font-weight: 500;
}

.thanks-next {
    font-size: 1.1rem;
    color: #6a6a6a;
    margin-bottom: 3rem;
}

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

/* Footer */
.footer-minimal {
    padding: 4rem 5%;
    background: #1a1a1a;
    color: #ffffff;
}

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

.footer-brand {
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

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

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

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

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

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

.sticky-btn {
    display: block;
    padding: 1rem 2rem;
    background: #1a1a1a;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
}

.sticky-btn:hover {
    background: #3a3a3a;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2a2a2a;
    color: #ffffff;
    padding: 1.5rem 5%;
    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;
    gap: 2rem;
}

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

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

.btn-cookie {
    padding: 0.7rem 1.5rem;
    background: #ffffff;
    color: #1a1a1a;
    font-size: 0.9rem;
    font-weight: 500;
    transition: opacity 0.3s;
}

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

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

/* Legal Pages */
.legal-page {
    padding: 4rem 5%;
    min-height: 60vh;
}

.legal-content {
    max-width: 900px;
    margin: 0 auto;
}

.legal-content h1 {
    font-size: 2.8rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.legal-updated {
    font-size: 0.95rem;
    color: #7a7a7a;
    margin-bottom: 3rem;
}

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

.legal-content h3 {
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 2rem;
    margin-bottom: 0.8rem;
}

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

.legal-content ul {
    margin-left: 2rem;
    margin-bottom: 1.5rem;
}

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

.legal-content a {
    color: #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}

/* CTA Content */
.cta-content {
    max-width: 700px;
    margin: 0 auto;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-title-large {
        font-size: 3.5rem;
    }

    .heading-elegant {
        font-size: 2.3rem;
    }

    .service-item-minimal {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
    }

    .service-price {
        align-items: flex-start;
    }

    .offset-block {
        margin-left: 5%;
    }
}

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

    .nav-links {
        gap: 1.5rem;
    }

    .hero-title-large {
        font-size: 2.5rem;
    }

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

    .heading-elegant {
        font-size: 1.8rem;
    }

    .heading-minimal-center {
        font-size: 2rem;
    }

    .section-spacious,
    .section-minimal-dark,
    .section-reveal,
    .section-services,
    .section-form {
        padding: 4rem 5%;
    }

    .service-detail-card {
        padding: 2rem;
    }

    .service-pricing-block {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .thanks-actions {
        flex-direction: column;
    }

    .sticky-cta {
        bottom: 1rem;
        right: 1rem;
    }
}

@media (max-width: 480px) {
    .hero-title-large {
        font-size: 2rem;
    }

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

    .quote-large {
        font-size: 1.5rem;
    }

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