* {
    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.7;
    color: #1a1a1a;
    background: #ffffff;
}

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

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

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

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

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

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

.hero-minimal {
    display: flex;
    flex-direction: column;
    min-height: 85vh;
    padding: 80px 60px;
}

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

.hero-content h1 {
    font-size: 72px;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 40px;
    letter-spacing: -1px;
}

.hero-subtext {
    font-size: 22px;
    line-height: 1.6;
    color: #4a4a4a;
    font-weight: 300;
    max-width: 700px;
}

.hero-image-container {
    width: 100%;
    height: 500px;
    background: #f5f5f5;
    overflow: hidden;
}

.hero-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-narrow {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 60px;
}

.container-medium {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 60px;
}

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

.insight-block {
    padding: 120px 0;
    background: #fafafa;
}

.insight-block h2 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
}

.insight-block p {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #333;
}

.visual-break {
    width: 100%;
    height: 600px;
    background: #f0f0f0;
    overflow: hidden;
}

.visual-break img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.problem-reveal {
    padding: 120px 0;
    background: #ffffff;
}

.problem-reveal h2 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
}

.problem-reveal p {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #333;
}

.service-selection-hero {
    padding: 140px 0;
    background: #1a1a1a;
    color: #ffffff;
}

.service-selection-hero h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: -0.5px;
}

.section-intro {
    font-size: 20px;
    text-align: center;
    color: #c0c0c0;
    margin-bottom: 80px;
    font-weight: 300;
}

.services-grid-minimal {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 60px;
}

.service-card-minimal {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    padding: 60px;
    background: #242424;
    transition: background 0.3s ease;
}

.service-card-minimal:hover {
    background: #2a2a2a;
}

.service-card-minimal:nth-child(even) {
    flex-direction: row-reverse;
}

.service-visual {
    flex: 1;
    min-width: 400px;
    height: 300px;
    background: #333;
    overflow: hidden;
}

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

.service-card-minimal h3 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
}

.service-card-minimal p {
    font-size: 17px;
    line-height: 1.7;
    color: #c0c0c0;
    margin-bottom: 30px;
}

.price-tag {
    font-size: 28px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 25px;
}

.select-service {
    background: #ffffff;
    color: #1a1a1a;
    border: none;
    padding: 16px 40px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.select-service:hover {
    background: #e0e0e0;
}

.select-service.selected {
    background: #4CAF50;
    color: #ffffff;
}

.trust-builder {
    padding: 120px 0;
    background: #ffffff;
}

.trust-builder h2 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
}

.trust-builder p {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #333;
}

.testimonial-inline {
    padding: 100px 60px;
    background: #f5f5f5;
}

.testimonial-content {
    max-width: 800px;
    margin: 0 auto;
}

.testimonial-content blockquote {
    border: none;
    padding: 0;
}

.testimonial-content p {
    font-size: 28px;
    line-height: 1.6;
    font-weight: 300;
    font-style: italic;
    color: #1a1a1a;
    margin-bottom: 30px;
}

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

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

.cta-form-section h2 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: -0.5px;
}

.cta-intro {
    font-size: 18px;
    text-align: center;
    color: #666;
    margin-bottom: 60px;
}

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

.selected-service-display {
    background: #4CAF50;
    color: #ffffff;
    padding: 20px 30px;
    margin-bottom: 40px;
    font-size: 18px;
    display: none;
}

.selected-service-display.visible {
    display: block;
}

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

.form-group label {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 16px;
    font-size: 16px;
    border: 1px solid #ddd;
    background: #ffffff;
    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;
}

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

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

.submit-btn:disabled {
    background: #999;
    cursor: not-allowed;
}

.final-insight {
    padding: 120px 0;
    background: #1a1a1a;
    color: #ffffff;
}

.large-text {
    font-size: 32px;
    line-height: 1.6;
    font-weight: 300;
    color: #ffffff;
}

.minimal-footer {
    background: #0a0a0a;
    color: #c0c0c0;
    padding: 80px 60px 40px;
}

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

.footer-column h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

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

.footer-column a {
    display: block;
    color: #c0c0c0;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 14px;
    transition: color 0.3s ease;
}

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

.footer-bottom {
    border-top: 1px solid #222;
    padding-top: 40px;
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
}

.disclaimer {
    font-size: 12px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

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

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

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

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

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

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

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

.cookie-btn {
    padding: 12px 30px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.cookie-btn.accept {
    background: #4CAF50;
    color: #ffffff;
}

.cookie-btn.accept:hover {
    background: #45a049;
}

.cookie-btn.reject {
    background: #666;
    color: #ffffff;
}

.cookie-btn.reject:hover {
    background: #555;
}

.page-hero-simple {
    padding: 120px 0 80px;
    background: #fafafa;
}

.page-hero-simple h1 {
    font-size: 56px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.intro-large {
    font-size: 22px;
    line-height: 1.6;
    color: #4a4a4a;
    font-weight: 300;
}

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

.about-block {
    margin-bottom: 80px;
}

.about-block h2 {
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
}

.about-block p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #333;
}

.philosophy-list {
    margin: 30px 0;
    padding-left: 30px;
}

.philosophy-list li {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #333;
}

.about-image-break {
    width: 100%;
    height: 500px;
    background: #f0f0f0;
    margin: 80px 0;
    overflow: hidden;
}

.about-image-break img,
.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-image {
    width: 100%;
    height: 600px;
    background: #f0f0f0;
    margin: 80px 0;
    overflow: hidden;
}

.cta-minimal {
    padding: 100px 0;
    background: #1a1a1a;
    color: #ffffff;
    text-align: center;
}

.cta-minimal h2 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
}

.cta-link {
    display: inline-block;
    background: #ffffff;
    color: #1a1a1a;
    padding: 18px 50px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.cta-link:hover {
    background: #e0e0e0;
}

.cta-link.secondary {
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    margin-left: 20px;
}

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

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

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

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

.service-detail-visual {
    flex: 1;
    height: 400px;
    background: #f0f0f0;
    overflow: hidden;
}

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

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

.service-detail-content h2 {
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

.service-detail-content p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #333;
}

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

.service-cta {
    display: inline-block;
    background: #1a1a1a;
    color: #ffffff;
    padding: 16px 40px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: background 0.3s ease;
}

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

.process-overview {
    padding: 100px 0;
    background: #fafafa;
}

.process-overview h2 {
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
}

.process-overview p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #333;
}

.contact-info-section {
    padding: 80px 0;
}

.contact-layout {
    display: flex;
    gap: 100px;
    align-items: flex-start;
}

.contact-details {
    flex: 1;
}

.contact-item {
    margin-bottom: 50px;
}

.contact-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.contact-item p {
    font-size: 17px;
    line-height: 1.7;
    color: #333;
}

.contact-visual {
    flex: 1;
    height: 600px;
    background: #f0f0f0;
    overflow: hidden;
}

.contact-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-approach {
    padding: 100px 0;
    background: #fafafa;
}

.contact-approach h2 {
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
}

.contact-approach p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #333;
}

.thanks-section {
    padding: 150px 0;
    text-align: center;
    background: #fafafa;
}

.thanks-section h1 {
    font-size: 56px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.thanks-message {
    font-size: 20px;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 40px;
}

.service-confirmation {
    background: #4CAF50;
    color: #ffffff;
    padding: 25px;
    margin: 40px 0;
    font-size: 18px;
    display: none;
}

.service-confirmation.visible {
    display: block;
}

.thanks-next-steps {
    font-size: 17px;
    color: #666;
    margin-bottom: 50px;
}

.thanks-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
}

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

.legal-content h1 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
}

.legal-content h2 {
    font-size: 28px;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 20px;
}

.legal-content h3 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 15px;
}

.legal-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #333;
}

.legal-content ul {
    margin: 20px 0 30px 30px;
}

.legal-content li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #333;
}

.legal-update {
    margin-top: 60px;
    font-style: italic;
    color: #666;
}

@media (max-width: 1024px) {
    .hero-content h1 {
        font-size: 52px;
    }

    .service-card-minimal {
        flex-direction: column;
    }

    .service-card-minimal:nth-child(even) {
        flex-direction: column;
    }

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

    .service-detail-card,
    .service-detail-card.reverse {
        flex-direction: column;
    }

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

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

@media (max-width: 768px) {
    .minimal-nav {
        padding: 30px;
    }

    .nav-links {
        gap: 20px;
    }

    .hero-minimal {
        padding: 60px 30px;
    }

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

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

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

    .insight-block,
    .problem-reveal,
    .trust-builder,
    .cta-form-section,
    .final-insight {
        padding: 80px 0;
    }

    .insight-block h2,
    .problem-reveal h2,
    .trust-builder h2 {
        font-size: 32px;
    }

    .service-selection-hero h2 {
        font-size: 36px;
    }

    .service-card-minimal {
        padding: 40px 30px;
    }

    .cookie-content {
        flex-direction: column;
        gap: 20px;
    }

    .page-hero-simple h1 {
        font-size: 38px;
    }

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

    .cta-link.secondary {
        margin-left: 0;
    }
}