* {
    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: #2c2c2c;
    background: #ffffff;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    color: #ffffff;
    padding: 24px;
    z-index: 9999;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 14px;
}

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

.cookie-actions {
    display: flex;
    gap: 12px;
}

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.btn-accept {
    background: #2c2c2c;
    color: #ffffff;
}

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

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

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

.minimal-nav {
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
}

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

.brand {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #1a1a1a;
}

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

.nav-links a {
    font-size: 15px;
    color: #2c2c2c;
    transition: color 0.3s ease;
}

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

.ad-label {
    font-size: 12px;
    color: #999999;
    padding: 4px 12px;
    background: #f5f5f5;
    border-radius: 4px;
}

.hero-minimal {
    margin: 120px auto;
    max-width: 1400px;
    padding: 0 40px;
}

.hero-content {
    margin-bottom: 80px;
}

.hero-content h1 {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: -0.03em;
    margin-bottom: 32px;
    color: #1a1a1a;
}

.hero-subtitle {
    font-size: 20px;
    color: #666666;
    line-height: 1.5;
    max-width: 640px;
}

.hero-visual {
    width: 100%;
    background: #f5f5f5;
}

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

.container-narrow {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 40px;
}

.container-wide {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.insight-section {
    padding: 160px 0;
    background: #fafafa;
}

.insight-section h2 {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -0.02em;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.insight-section p {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 24px;
    line-height: 1.7;
}

.story-flow {
    padding: 160px 0;
}

.story-grid {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    gap: 80px;
    align-items: center;
}

.story-text {
    flex: 1;
}

.story-text h3 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 32px;
    color: #1a1a1a;
}

.story-text p {
    font-size: 17px;
    color: #4a4a4a;
    margin-bottom: 20px;
    line-height: 1.7;
}

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

.premium-difference {
    padding: 160px 0;
    background: #1a1a1a;
    color: #ffffff;
}

.premium-difference h2 {
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 80px;
    letter-spacing: -0.02em;
}

.feature-minimal {
    display: flex;
    gap: 60px;
    justify-content: center;
}

.feature-block {
    flex: 1;
    max-width: 360px;
}

.feature-block h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
}

.feature-block p {
    font-size: 16px;
    line-height: 1.6;
    color: #cccccc;
}

.testimonial-minimal {
    padding: 160px 0;
}

.testimonial-minimal blockquote {
    border: none;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 300;
    color: #2c2c2c;
    margin-bottom: 24px;
}

.testimonial-minimal cite {
    font-size: 16px;
    color: #999999;
    font-style: normal;
}

.science-backed {
    padding: 160px 0;
    background: #fafafa;
}

.science-backed h2 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.science-backed p {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 24px;
    line-height: 1.7;
}

.cta-section {
    padding: 160px 0;
}

.cta-section h2 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.cta-section p {
    font-size: 18px;
    color: #666666;
    margin-bottom: 48px;
}

.cta-button {
    display: inline-block;
    padding: 16px 48px;
    background: #1a1a1a;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.cta-button:hover {
    background: #2c2c2c;
}

.services-selection {
    padding: 160px 0;
    background: #fafafa;
}

.services-selection h2 {
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 80px;
    color: #1a1a1a;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.service-card {
    flex: 1;
    min-width: 320px;
    background: #ffffff;
    padding: 32px;
}

.service-card img {
    width: 100%;
    margin-bottom: 24px;
    background: #f5f5f5;
}

.service-card h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.service-card p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 16px;
    line-height: 1.6;
}

.service-card .price {
    font-size: 28px;
    font-weight: 300;
    color: #1a1a1a;
    margin-bottom: 24px;
}

.select-service {
    width: 100%;
    padding: 14px;
    background: transparent;
    border: 1px solid #2c2c2c;
    color: #2c2c2c;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.select-service:hover {
    background: #1a1a1a;
    color: #ffffff;
}

.service-card.selected .select-service {
    background: #1a1a1a;
    color: #ffffff;
}

.form-section {
    padding: 160px 0;
}

.form-section h2 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 24px;
    color: #1a1a1a;
}

#selected-service-display {
    font-size: 18px;
    color: #666666;
    margin-bottom: 48px;
    font-weight: 500;
}

.minimal-form {
    max-width: 100%;
}

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

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #2c2c2c;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    border: 1px solid #cccccc;
    background: #ffffff;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.form-group textarea {
    resize: vertical;
}

.submit-button {
    width: 100%;
    padding: 16px;
    background: #1a1a1a;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.submit-button:hover {
    background: #2c2c2c;
}

.submit-button:disabled {
    background: #cccccc;
    cursor: not-allowed;
}

.final-thought {
    padding: 160px 0;
}

.final-thought h2 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 32px;
    color: #1a1a1a;
}

.final-thought p {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 1.7;
}

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

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    gap: 80px;
    margin-bottom: 60px;
}

.footer-section h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

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

.footer-section ul {
    list-style: none;
}

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

.footer-section ul li a {
    font-size: 14px;
    color: #cccccc;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #ffffff;
}

.footer-disclaimer {
    max-width: 1400px;
    margin: 0 auto 40px;
    padding: 0 40px;
    font-size: 13px;
    color: #999999;
    line-height: 1.6;
    border-top: 1px solid #333333;
    padding-top: 40px;
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
    font-size: 13px;
    color: #999999;
}

.page-header {
    padding: 120px 0 80px;
    text-align: center;
}

.page-header h1 {
    font-size: 56px;
    font-weight: 300;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.page-header p {
    font-size: 20px;
    color: #666666;
}

.about-content {
    padding: 80px 0;
}

.about-content h2 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 32px;
    margin-top: 60px;
    color: #1a1a1a;
}

.about-content h3 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 24px;
    margin-top: 40px;
    color: #1a1a1a;
}

.about-content p {
    font-size: 17px;
    color: #4a4a4a;
    margin-bottom: 20px;
    line-height: 1.7;
}

.insight-block {
    background: #fafafa;
    padding: 40px;
    margin: 60px 0;
}

.values-list {
    margin-top: 60px;
}

.value-item {
    margin-bottom: 48px;
}

.value-item h4 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.value-item p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
}

.team-visual {
    padding: 80px 0;
    background: #f5f5f5;
}

.mission-statement {
    padding: 120px 0;
}

.mission-statement h2 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 32px;
    color: #1a1a1a;
}

.mission-statement p {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 24px;
    line-height: 1.7;
}

.services-detailed {
    padding: 80px 0;
}

.service-detail-block {
    display: flex;
    gap: 80px;
    margin-bottom: 120px;
    align-items: center;
}

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

.service-detail-image {
    flex: 1;
    background: #f5f5f5;
}

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

.service-detail-content h2 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.service-price {
    font-size: 32px;
    font-weight: 300;
    color: #1a1a1a;
    margin-bottom: 24px;
}

.service-detail-content p {
    font-size: 17px;
    color: #4a4a4a;
    margin-bottom: 24px;
    line-height: 1.7;
}

.feature-list {
    list-style: none;
    margin-bottom: 32px;
}

.feature-list li {
    font-size: 16px;
    color: #666666;
    margin-bottom: 12px;
    padding-left: 24px;
    position: relative;
    line-height: 1.6;
}

.feature-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1a1a1a;
}

.cta-link {
    display: inline-block;
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 500;
    border-bottom: 1px solid #1a1a1a;
    transition: color 0.3s ease;
}

.cta-link:hover {
    color: #666666;
    border-color: #666666;
}

.services-cta {
    padding: 120px 0;
    background: #fafafa;
}

.services-cta h2 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.services-cta p {
    font-size: 18px;
    color: #666666;
    margin-bottom: 40px;
}

.contact-content {
    padding: 80px 0;
}

.contact-grid {
    display: flex;
    gap: 80px;
}

.contact-info {
    flex: 1;
}

.contact-info h2 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.contact-block {
    margin-bottom: 48px;
}

.contact-block h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.contact-block p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.7;
}

.contact-visual {
    flex: 1;
    background: #f5f5f5;
}

.contact-directions {
    padding: 80px 0;
    background: #fafafa;
}

.contact-directions h2 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 32px;
    color: #1a1a1a;
}

.contact-directions p {
    font-size: 17px;
    color: #4a4a4a;
    margin-bottom: 20px;
    line-height: 1.7;
}

.thanks-page {
    padding: 160px 0;
    text-align: center;
}

.thanks-content h1 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.thanks-content p {
    font-size: 18px;
    color: #666666;
    margin-bottom: 16px;
}

#service-confirmation {
    font-weight: 600;
    color: #1a1a1a;
}

.thanks-next-steps {
    margin: 60px 0;
    text-align: left;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.thanks-next-steps h2 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.thanks-next-steps ul {
    list-style: none;
}

.thanks-next-steps ul li {
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
    line-height: 1.6;
}

.thanks-next-steps ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1a1a1a;
    font-weight: 600;
}

.thanks-actions {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
}

.legal-page {
    padding: 80px 0;
}

.legal-page h1 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.legal-date {
    font-size: 14px;
    color: #999999;
    margin-bottom: 60px;
}

.legal-page h2 {
    font-size: 28px;
    font-weight: 400;
    margin-top: 60px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.legal-page h3 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.legal-page p {
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 20px;
    line-height: 1.7;
}

.legal-page ul {
    margin-bottom: 24px;
    padding-left: 24px;
}

.legal-page ul li {
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 12px;
    line-height: 1.6;
}

.legal-page a {
    color: #1a1a1a;
    text-decoration: underline;
}

.legal-page a:hover {
    color: #666666;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;
}

.cookie-table thead {
    background: #f5f5f5;
}

.cookie-table th {
    padding: 16px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    border-bottom: 2px solid #e5e5e5;
}

.cookie-table td {
    padding: 16px;
    font-size: 14px;
    color: #4a4a4a;
    border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 24px;
        padding: 0 24px;
    }

    .nav-links {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .hero-content h1 {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .container-narrow,
    .container-wide {
        padding: 0 24px;
    }

    .hero-minimal {
        margin: 60px auto;
        padding: 0 24px;
    }

    .insight-section,
    .story-flow,
    .premium-difference,
    .testimonial-minimal,
    .science-backed,
    .cta-section,
    .services-selection,
    .form-section,
    .final-thought {
        padding: 80px 0;
    }

    .story-grid {
        flex-direction: column;
        gap: 40px;
        padding: 0 24px;
    }

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

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

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

    .footer-container {
        flex-direction: column;
        gap: 40px;
        padding: 0 24px;
    }

    .service-detail-block,
    .service-detail-block.reverse {
        flex-direction: column;
        gap: 40px;
    }

    .contact-grid {
        flex-direction: column;
    }

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

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