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

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

.main-nav {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding: 1.5rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.brand {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.02em;
}

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

.nav-links a {
    color: #1a1a1a;
    text-decoration: none;
    font-size: 0.95rem;
    transition: opacity 0.2s;
}

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

.ad-disclosure {
    font-size: 0.75rem;
    color: #666;
    padding: 0.25rem 0.75rem;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.hero-minimal {
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 3rem;
    background: #ffffff;
}

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

.hero-content h1 {
    font-size: 5rem;
    font-weight: 300;
    letter-spacing: -0.03em;
    margin-bottom: 2rem;
    line-height: 1.1;
}

.hero-subtitle {
    font-size: 1.5rem;
    color: #444;
    font-weight: 300;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.5;
}

section {
    padding: 5rem 3rem;
}

.insight-block {
    background: #f5f5f5;
}

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

.lead-text {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.content-narrow p {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    color: #444;
}

.visual-break {
    padding: 0;
}

.image-large {
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-color: #ddd;
}

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

.problem-space {
    background: #ffffff;
}

.problem-space h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 2rem;
    letter-spacing: -0.02em;
}

.approach-preview {
    background: #1a1a1a;
    color: #ffffff;
}

.split-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 5rem;
    align-items: center;
}

.text-column {
    flex: 1;
}

.text-column h3 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.text-column p {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #ccc;
    margin-bottom: 2rem;
}

.text-link {
    color: #ffffff;
    text-decoration: underline;
    font-size: 1rem;
    transition: opacity 0.2s;
}

.text-link:hover {
    opacity: 0.7;
}

.image-column {
    flex: 1;
    background-color: #333;
}

.image-column img {
    width: 100%;
    display: block;
}

.trust-element {
    background: #f9f9f9;
}

.testimonial-inline {
    border-left: 3px solid #1a1a1a;
    padding-left: 2rem;
}

.testimonial-inline p {
    font-size: 1.5rem;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.testimonial-inline cite {
    font-size: 1rem;
    font-style: normal;
    color: #666;
}

.cta-minimal {
    background: #ffffff;
    padding: 8rem 3rem;
}

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

.cta-content h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.cta-content p {
    font-size: 1.25rem;
    color: #444;
    margin-bottom: 3rem;
}

.cta-button {
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 1.25rem 3rem;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s;
}

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

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

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

.site-footer {
    background: #1a1a1a;
    color: #ffffff;
    padding: 4rem 3rem 2rem;
}

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

.footer-column h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.footer-column p {
    font-size: 0.95rem;
    color: #ccc;
    line-height: 1.6;
}

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

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

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

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

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid #333;
    text-align: center;
}

.footer-bottom p {
    font-size: 0.875rem;
    color: #999;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    color: #ffffff;
    padding: 1.5rem 3rem;
    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: 2rem;
}

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

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

.cookie-accept,
.cookie-reject {
    padding: 0.75rem 1.5rem;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    transition: background 0.2s;
}

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

.cookie-accept:hover {
    background: #e5e5e5;
}

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

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

.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
}

.modal.visible {
    display: flex;
}

.modal-content {
    background: #ffffff;
    padding: 3rem;
    max-width: 500px;
    width: 90%;
    position: relative;
}

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    font-size: 2rem;
    font-weight: 300;
    color: #666;
    cursor: pointer;
    line-height: 1;
}

.modal-close:hover {
    color: #1a1a1a;
}

.modal-content h3 {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    color: #444;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 0.875rem;
    border: 1px solid #ddd;
    font-size: 1rem;
    font-family: inherit;
}

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

.submit-button {
    width: 100%;
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 1rem;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s;
}

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

.content-block {
    background: #ffffff;
    padding: 5rem 3rem;
}

.content-block h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 2rem;
    letter-spacing: -0.02em;
}

.philosophy-block {
    background: #f5f5f5;
    padding: 5rem 3rem;
}

.philosophy-block h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

.principle-list {
    list-style: none;
    margin: 2rem 0;
}

.principle-list li {
    padding: 0.75rem 0;
    padding-left: 2rem;
    position: relative;
    font-size: 1.125rem;
    color: #444;
}

.principle-list li:before {
    content: "—";
    position: absolute;
    left: 0;
}

.team-section {
    background: #ffffff;
    padding: 5rem 3rem;
}

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

.team-intro {
    margin-bottom: 3rem;
}

.team-intro h2 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.team-intro p {
    font-size: 1.25rem;
    color: #444;
}

.client-grid {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.client-card {
    flex: 1;
    min-width: 280px;
    padding: 2rem;
    background: #f9f9f9;
}

.client-card h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.client-card p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

.methodology-section {
    background: #f5f5f5;
    padding: 5rem 3rem;
}

.values-section {
    background: #ffffff;
    padding: 5rem 3rem;
}

.values-section h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

.services-intro {
    background: #f9f9f9;
    padding: 4rem 3rem;
}

.services-list {
    max-width: 1400px;
    margin: 0 auto;
}

.service-item {
    display: flex;
    gap: 4rem;
    align-items: center;
    padding: 5rem 3rem;
    background: #ffffff;
    margin-bottom: 2rem;
}

.service-item.reverse {
    flex-direction: row-reverse;
    background: #f9f9f9;
}

.service-content {
    flex: 1;
}

.service-content h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.service-description {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 2rem;
}

.service-details {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
}

.service-timeline,
.service-price {
    font-size: 1rem;
    color: #666;
}

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

.service-cta {
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 1rem 2rem;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s;
}

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

.service-image {
    flex: 1;
    background-color: #ddd;
}

.service-image img {
    width: 100%;
    display: block;
}

.process-section {
    background: #1a1a1a;
    color: #ffffff;
    padding: 5rem 3rem;
}

.process-section h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.process-section .lead-text {
    color: #ccc;
    margin-bottom: 3rem;
}

.process-steps {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.process-step {
    flex: 1;
    min-width: 240px;
}

.process-step h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.process-step p {
    font-size: 1rem;
    color: #ccc;
    line-height: 1.6;
}

.pricing-note {
    background: #f5f5f5;
    padding: 3rem;
}

.contact-info-section {
    padding: 5rem 3rem;
    background: #ffffff;
}

.contact-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 5rem;
}

.contact-primary {
    flex: 1.5;
}

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

.contact-item {
    margin-bottom: 3rem;
}

.contact-item h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.95rem;
    color: #666;
}

.contact-detail {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #1a1a1a;
}

.contact-note {
    font-size: 0.95rem;
    color: #666;
    margin-top: 1rem;
    font-style: italic;
}

.contact-secondary {
    flex: 1;
    background-color: #ddd;
}

.contact-secondary img {
    width: 100%;
    height: 100%;
}

.inquiry-types {
    background: #f5f5f5;
    padding: 5rem 3rem;
}

.inquiry-types h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.inquiry-list {
    list-style: none;
    margin: 2rem 0;
}

.inquiry-list li {
    padding: 0.75rem 0;
    padding-left: 2rem;
    position: relative;
    font-size: 1.125rem;
    color: #444;
}

.inquiry-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    font-size: 1.5rem;
}

.response-expectations {
    background: #ffffff;
    padding: 5rem 3rem;
}

.location-note {
    background: #f9f9f9;
    padding: 5rem 3rem;
}

.location-note h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.next-steps {
    background: #f5f5f5;
    padding: 5rem 3rem;
}

.next-steps h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 3rem;
}

.additional-resources {
    background: #ffffff;
    padding: 5rem 3rem;
}

.additional-resources h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.resource-links {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
}

.resource-link {
    display: inline-block;
    padding: 1rem 2rem;
    background: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    transition: background 0.2s;
}

.resource-link:hover {
    background: #333;
}

.legal-header {
    padding: 4rem 3rem 2rem;
    background: #ffffff;
}

.legal-header h1 {
    font-size: 3.5rem;
    font-weight: 300;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.legal-updated {
    font-size: 0.95rem;
    color: #666;
}

.legal-content {
    padding: 3rem;
    background: #ffffff;
}

.legal-content h2 {
    font-size: 1.75rem;
    font-weight: 400;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

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

.legal-content p {
    font-size: 1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 1.25rem;
}

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

.legal-content li {
    margin-bottom: 0.75rem;
    line-height: 1.7;
    color: #444;
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 3rem;
    }

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

    .split-content {
        flex-direction: column;
        gap: 3rem;
    }

    .footer-content {
        flex-direction: column;
        gap: 2rem;
    }

    .nav-links {
        gap: 1rem;
        font-size: 0.85rem;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

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

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

    .process-steps {
        flex-direction: column;
    }

    .contact-layout {
        flex-direction: column;
        gap: 3rem;
    }

    .resource-links {
        flex-direction: column;
    }
}
