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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    background: #ffffff;
}

.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 1.5rem 0;
    border-bottom: 1px solid #e0e0e0;
}

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

.brand {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    color: #1a1a1a;
}

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

.nav-links a {
    text-decoration: none;
    color: #1a1a1a;
    font-size: 0.95rem;
    font-weight: 300;
    letter-spacing: 1px;
    transition: opacity 0.3s ease;
}

.nav-links a:hover {
    opacity: 0.6;
}

.ad-disclosure {
    font-size: 0.75rem;
    color: #666;
    font-style: italic;
}

.hero-minimal {
    margin-top: 80px;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hero-content-minimal {
    text-align: center;
    padding: 4rem 2rem;
    max-width: 900px;
    z-index: 2;
}

.hero-content-minimal h1 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 2rem;
    letter-spacing: 1px;
}

.hero-subtitle {
    font-size: 1.25rem;
    font-weight: 300;
    color: #666;
    letter-spacing: 1px;
}

.hero-image-container {
    width: 100%;
    max-width: 1400px;
    margin: 3rem auto 0;
    background-color: #f5f5f5;
}

.hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.intro-section {
    padding: 8rem 2rem;
}

.content-narrow {
    max-width: 700px;
    margin: 0 auto;
}

.intro-text {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.8;
    text-align: center;
    color: #333;
}

.story-section {
    padding: 6rem 2rem;
    background: #fafafa;
}

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

.story-section h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 3rem;
    text-align: center;
    letter-spacing: 1px;
}

.story-content p {
    font-size: 1.125rem;
    line-height: 1.9;
    margin-bottom: 2rem;
    color: #444;
    font-weight: 300;
}

.visual-break {
    padding: 0;
    margin: 0;
}

.image-full {
    width: 100%;
    background-color: #f0f0f0;
}

.full-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.problem-section {
    padding: 8rem 2rem;
}

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

.problem-section h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 4rem;
    text-align: center;
    letter-spacing: 1px;
}

.problem-grid {
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
}

.problem-item {
    flex: 1;
    min-width: 300px;
}

.problem-item p {
    font-size: 1.125rem;
    line-height: 1.9;
    color: #444;
    font-weight: 300;
}

.insight-section {
    padding: 8rem 2rem;
    background: #fafafa;
}

.insight-section h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
    text-align: center;
    letter-spacing: 1px;
}

.insight-large {
    font-size: 1.35rem;
    line-height: 1.8;
    margin-bottom: 4rem;
    text-align: center;
    color: #333;
    font-weight: 300;
}

.insight-image {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background-color: #e8e8e8;
}

.section-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.trust-section {
    padding: 8rem 2rem;
}

.trust-section h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 3rem;
    text-align: center;
    letter-spacing: 1px;
}

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

.trust-content p {
    font-size: 1.125rem;
    line-height: 1.9;
    margin-bottom: 2rem;
    color: #444;
    font-weight: 300;
}

.testimonials-section {
    padding: 8rem 2rem;
    background: #fafafa;
}

.testimonial-item {
    margin-bottom: 4rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-text {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    color: #333;
    font-weight: 300;
    font-style: italic;
}

.testimonial-author {
    font-size: 0.95rem;
    color: #666;
    font-weight: 400;
}

.services-reveal {
    padding: 8rem 2rem;
}

.services-reveal h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 1rem;
    text-align: center;
    letter-spacing: 1px;
}

.services-intro {
    font-size: 1.125rem;
    text-align: center;
    color: #666;
    margin-bottom: 5rem;
    font-weight: 300;
}

.services-minimal {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

.service-card {
    flex: 1;
    min-width: 350px;
    display: flex;
    flex-direction: column;
}

.service-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-color: #f0f0f0;
    margin-bottom: 2rem;
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service-info h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
}

.service-info p {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 1.5rem;
    font-weight: 300;
}

.service-price {
    font-size: 1.25rem;
    font-weight: 400;
    color: #1a1a1a;
}

.benefits-section {
    padding: 8rem 2rem;
    background: #fafafa;
}

.benefits-section h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 4rem;
    text-align: center;
    letter-spacing: 1px;
}

.benefits-list {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

.benefit-item {
    flex: 1;
    min-width: 280px;
}

.benefit-item h3 {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
}

.benefit-item p {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    font-weight: 300;
}

.cta-section {
    padding: 6rem 2rem;
}

.cta-section h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    text-align: center;
    letter-spacing: 1px;
}

.cta-text {
    font-size: 1.125rem;
    text-align: center;
    color: #666;
    font-weight: 300;
}

.form-section {
    padding: 4rem 2rem 8rem;
    background: #fafafa;
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
}

.form-container h3 {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 3rem;
    text-align: center;
    letter-spacing: 0.5px;
}

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

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

.form-group label {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    color: #333;
    font-weight: 400;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 1rem;
    font-size: 1rem;
    border: 1px solid #d0d0d0;
    background: #fff;
    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: #1a1a1a;
}

.btn-submit {
    padding: 1.25rem 3rem;
    font-size: 1rem;
    background: #1a1a1a;
    color: #fff;
    border: none;
    cursor: pointer;
    font-family: inherit;
    letter-spacing: 1px;
    transition: background 0.3s ease;
}

.btn-submit:hover {
    background: #333;
}

.disclaimer-section {
    padding: 4rem 2rem;
    background: #f5f5f5;
}

.disclaimer {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #666;
    text-align: center;
}

.main-footer {
    background: #1a1a1a;
    color: #fff;
    padding: 4rem 2rem 2rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-section {
    flex: 1;
    min-width: 250px;
}

.footer-section h4 {
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
}

.footer-section p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #ccc;
    font-weight: 300;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    text-decoration: none;
    color: #ccc;
    font-size: 0.95rem;
    font-weight: 300;
    transition: color 0.3s ease;
}

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

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(26, 26, 26, 0.95);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 2rem;
    z-index: 2000;
    display: none;
}

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

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

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

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

.btn-accept,
.btn-reject {
    padding: 0.75rem 2rem;
    font-size: 0.95rem;
    border: none;
    cursor: pointer;
    font-family: inherit;
    letter-spacing: 0.5px;
    transition: opacity 0.3s ease;
}

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

.btn-accept:hover {
    opacity: 0.8;
}

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

.btn-reject:hover {
    opacity: 0.7;
}

@media (max-width: 768px) {
    .nav-container {
        padding: 0 1.5rem;
    }

    .nav-links {
        gap: 1.5rem;
    }

    .hero-content-minimal h1 {
        font-size: 2.25rem;
    }

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

    .story-section h2,
    .problem-section h2,
    .insight-section h2,
    .trust-section h2,
    .services-reveal h2,
    .benefits-section h2,
    .cta-section h2 {
        font-size: 2rem;
    }

    .problem-grid {
        flex-direction: column;
        gap: 2rem;
    }

    .services-minimal {
        flex-direction: column;
    }

    .service-card {
        min-width: 100%;
    }

    .benefits-list {
        flex-direction: column;
    }

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

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