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

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

.ad-notice {
    background: #f8f8f8;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
}

.nav-minimal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 60px;
    background: #ffffff;
}

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

.nav-links {
    display: flex;
    gap: 40px;
}

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

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

.hero-minimal {
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 40px;
    background: #fafafa;
}

.hero-content-minimal {
    text-align: center;
    max-width: 900px;
    margin-bottom: 80px;
}

.hero-title-large {
    font-size: 96px;
    font-weight: 200;
    line-height: 1.1;
    letter-spacing: -2px;
    margin-bottom: 40px;
}

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

.hero-image-minimal {
    width: 100%;
    max-width: 1200px;
    background: #e8e8e8;
}

.hero-image-minimal img {
    width: 100%;
    height: auto;
    display: block;
}

.spacer-section {
    padding: 160px 40px;
    background: #ffffff;
}

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

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

.heading-xl {
    font-size: 64px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 40px;
    letter-spacing: -1px;
}

.heading-xl-center {
    font-size: 64px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 80px;
    text-align: center;
    letter-spacing: -1px;
}

.text-large {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.7;
    color: #333;
    margin-bottom: 30px;
}

.insight-block {
    display: flex;
    align-items: center;
    gap: 100px;
    padding: 120px 60px;
    background: #f5f5f5;
}

.insight-content {
    flex: 1;
}

.insight-visual {
    flex: 1;
    background: #ddd;
}

.insight-visual img {
    width: 100%;
    height: auto;
    display: block;
}

.text-emphasis {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #999;
    margin-bottom: 20px;
}

.heading-statement {
    font-size: 48px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.text-medium {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    color: #555;
}

.problem-amplification {
    padding: 180px 40px;
    background: #1a1a1a;
    color: #ffffff;
}

.problem-amplification .heading-xl {
    color: #ffffff;
}

.problem-amplification .text-large {
    color: #cccccc;
}

.story-section {
    padding: 140px 60px;
    background: #ffffff;
}

.story-wrapper {
    display: flex;
    gap: 80px;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}

.story-text {
    flex: 1;
}

.story-image {
    flex: 1;
    background: #e8e8e8;
}

.story-image img {
    width: 100%;
    height: auto;
    display: block;
}

.heading-medium {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.text-regular {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #444;
}

.transformation-block {
    padding: 160px 40px;
    background: #f9f9f9;
}

.principles-section {
    padding: 140px 60px;
    background: #ffffff;
}

.principles-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.principle-card {
    flex: 1;
    min-width: 250px;
    padding: 40px;
    background: #fafafa;
    border-left: 2px solid #1a1a1a;
}

.principle-card h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.principle-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.scientific-backing {
    padding: 160px 40px;
    background: #f5f5f5;
}

.scientific-backing a {
    color: #1a1a1a;
    text-decoration: underline;
}

.testimonial-inline {
    padding: 140px 60px;
    background: #1a1a1a;
}

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

.quote-large {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.6;
    color: #ffffff;
    font-style: italic;
    margin-bottom: 30px;
}

.quote-author {
    font-size: 16px;
    color: #999;
    letter-spacing: 1px;
}

.approach-section {
    padding: 160px 40px;
    background: #ffffff;
}

.services-reveal {
    padding: 140px 60px;
    background: #fafafa;
}

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

.service-minimal-card {
    flex: 1;
    min-width: 280px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
}

.service-visual {
    width: 100%;
    height: 300px;
    background: #e0e0e0;
    margin-bottom: 30px;
}

.service-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service-title {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 0 30px;
}

.service-description {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 30px;
    padding: 0 30px;
    flex-grow: 1;
}

.service-price {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 30px;
    padding: 0 30px;
    color: #1a1a1a;
}

.cta-service {
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 18px 40px;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 1px;
    transition: background 0.3s;
    margin: 0 30px 30px;
}

.cta-service:hover {
    background: #333333;
}

.form-section {
    padding: 140px 60px;
    background: #ffffff;
}

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

.minimal-form {
    margin-top: 40px;
}

.form-group {
    margin-bottom: 30px;
}

.form-group label {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
    color: #666;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    border: 1px solid #ddd;
    background: #fafafa;
    font-family: inherit;
}

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

.submit-btn {
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 18px 60px;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 1px;
    transition: background 0.3s;
}

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

.disclaimer-section {
    padding: 80px 40px;
    background: #f5f5f5;
}

.disclaimer-text {
    font-size: 13px;
    line-height: 1.8;
    color: #777;
    text-align: center;
}

.references-section {
    padding: 80px 40px;
    background: #ffffff;
}

.heading-small {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.references-list {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    padding-left: 20px;
}

.references-list li {
    margin-bottom: 15px;
}

.references-list a {
    color: #1a1a1a;
    word-break: break-all;
}

.footer-minimal {
    background: #1a1a1a;
    color: #ffffff;
    padding: 80px 60px 40px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto 60px;
}

.footer-section h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer-section p {
    font-size: 14px;
    color: #999;
    line-height: 1.7;
}

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

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #999;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

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

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

.footer-bottom p {
    font-size: 13px;
    color: #666;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 1px solid #e0e0e0;
    padding: 30px;
    display: none;
    z-index: 1000;
}

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

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

.cookie-content p {
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.cookie-buttons {
    display: flex;
    gap: 15px;
}

.cookie-btn {
    padding: 12px 30px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
    transition: opacity 0.3s;
}

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

.cookie-btn.reject {
    background: #e0e0e0;
    color: #333;
}

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

@media (max-width: 768px) {
    .nav-minimal {
        flex-direction: column;
        gap: 20px;
        padding: 30px 20px;
    }

    .nav-links {
        gap: 20px;
    }

    .hero-title-large {
        font-size: 48px;
    }

    .heading-xl,
    .heading-xl-center {
        font-size: 36px;
    }

    .text-large {
        font-size: 18px;
    }

    .insight-block,
    .story-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .footer-content {
        flex-direction: column;
        gap: 40px;
    }

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