* {
    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: #fafaf9;
}

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

.main-nav {
    background: #fff;
    border-bottom: 1px solid #e5e5e4;
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

.logo {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #2c2c2c;
}

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

.nav-links a {
    text-decoration: none;
    color: #666;
    font-size: 15px;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

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

.hero-minimal {
    padding: 180px 40px 120px;
    background: linear-gradient(135deg, #f9f9f8 0%, #fff 100%);
}

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

.hero-content h1 {
    font-size: 64px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

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

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

.content-medium {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px;
}

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

.intro-space {
    padding: 100px 40px;
}

.large-text {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.5;
    color: #2c2c2c;
}

.story-section,
.insight-section,
.philosophy-section,
.about-intro,
.about-story,
.mission-section,
.values-section {
    padding: 100px 40px;
}

.story-section h2,
.insight-section h2,
.philosophy-section h2,
.about-story h2,
.mission-section h2,
.values-section h2 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
}

.story-section p,
.philosophy-section p,
.about-story p,
.mission-section p {
    font-size: 19px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 25px;
}

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

.image-container {
    width: 100%;
    overflow: hidden;
}

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

.insight-grid,
.values-grid {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 60px;
}

.insight-item,
.value-item {
    border-left: 2px solid #2c2c2c;
    padding-left: 30px;
}

.insight-item h3,
.value-item h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}

.insight-item p,
.value-item p {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
}

.testimonial-inline {
    padding: 100px 40px;
    background: #f4f4f3;
}

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

.testimonial-inline p {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.6;
    font-style: italic;
    color: #2c2c2c;
    margin-bottom: 20px;
}

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

.cta-centered,
.cta-simple {
    padding: 100px 40px;
    text-align: center;
}

.cta-centered h3 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 40px;
}

.cta-button {
    display: inline-block;
    padding: 18px 50px;
    background: #2c2c2c;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    transition: background 0.3s ease;
    border: none;
    cursor: pointer;
}

.cta-button:hover {
    background: #1a1a1a;
}

.services-preview,
.services-detailed {
    padding: 120px 40px;
    background: #fff;
}

.services-preview h2,
.services-detailed h2 {
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 80px;
    letter-spacing: -0.5px;
}

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

.service-card-minimal {
    padding: 60px;
    background: #fafaf9;
    border: 1px solid #e5e5e4;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.service-card-minimal h3 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}

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

.price {
    font-size: 36px;
    font-weight: 300;
    color: #2c2c2c;
    margin-bottom: 30px;
}

.select-service {
    padding: 14px 40px;
    background: #2c2c2c;
    color: #fff;
    border: none;
    font-size: 15px;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

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

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

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

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

.service-detail-content h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 25px;
    text-align: left;
}

.service-detail-content p {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 30px;
}

.service-features {
    list-style: none;
    margin-bottom: 40px;
}

.service-features li {
    font-size: 16px;
    color: #666;
    padding: 10px 0;
    padding-left: 25px;
    position: relative;
}

.service-features li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #2c2c2c;
    font-size: 20px;
}

.service-pricing {
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin-bottom: 30px;
}

.price-label {
    font-size: 16px;
    color: #666;
}

.price-amount {
    font-size: 32px;
    font-weight: 300;
    color: #2c2c2c;
}

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

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

.philosophy-close {
    padding: 100px 40px;
    background: #f4f4f3;
}

.philosophy-close .large-text {
    margin-bottom: 40px;
}

.final-cta {
    padding: 80px 40px;
    text-align: center;
}

.cta-text-link {
    font-size: 28px;
    color: #2c2c2c;
    text-decoration: none;
    font-weight: 300;
    border-bottom: 2px solid #2c2c2c;
    padding-bottom: 5px;
    transition: opacity 0.3s ease;
}

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

.disclaimer-section {
    padding: 60px 40px;
    background: #f9f9f8;
}

.disclaimer {
    font-size: 14px;
    color: #777;
    line-height: 1.6;
    text-align: center;
    font-style: italic;
}

.form-section {
    padding: 100px 40px;
    background: #fff;
}

.form-section h2 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 50px;
    text-align: center;
}

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

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

.form-group label {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    color: #444;
    letter-spacing: 0.3px;
}

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

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

.submit-button {
    width: 100%;
    padding: 18px;
    background: #2c2c2c;
    color: #fff;
    border: none;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.submit-button:hover {
    background: #1a1a1a;
}

.main-footer {
    background: #2c2c2c;
    color: #fff;
    padding: 80px 40px 40px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    margin-bottom: 50px;
}

.footer-section {
    flex: 1;
}

.footer-section h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

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

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

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

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

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

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c2c2c;
    color: #fff;
    padding: 25px 40px;
    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: 30px;
}

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

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

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

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

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

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

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

.page-hero {
    padding: 120px 40px 80px;
    background: linear-gradient(135deg, #f9f9f8 0%, #fff 100%);
}

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

.contact-info {
    padding: 100px 40px;
}

.contact-grid {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.contact-item h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.contact-item p {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
}

.contact-note {
    padding: 80px 40px;
    background: #f4f4f3;
}

.thanks-hero {
    padding: 120px 40px 60px;
    background: linear-gradient(135deg, #f9f9f8 0%, #fff 100%);
    text-align: center;
}

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

.thanks-details {
    padding: 60px 40px;
    text-align: center;
}

.thanks-details p {
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
}

.thanks-next {
    padding: 80px 40px;
    background: #f4f4f3;
}

.thanks-next h2 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 30px;
}

.thanks-next p {
    font-size: 18px;
    color: #555;
    margin-bottom: 25px;
}

.next-steps {
    list-style: none;
    margin-top: 30px;
}

.next-steps li {
    margin-bottom: 15px;
}

.next-steps a {
    font-size: 18px;
    color: #2c2c2c;
    text-decoration: none;
    border-bottom: 1px solid #2c2c2c;
    padding-bottom: 2px;
    transition: opacity 0.3s ease;
}

.next-steps a:hover {
    opacity: 0.7;
}

.legal-page {
    padding: 80px 40px 120px;
}

.legal-page h1 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

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

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

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

.legal-page ul {
    margin-left: 25px;
    margin-bottom: 20px;
}

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

.legal-page a {
    color: #2c2c2c;
    text-decoration: underline;
}

.team-philosophy {
    padding: 100px 40px;
    background: #2c2c2c;
    color: #fff;
}

.team-philosophy blockquote p {
    color: #fff;
}

@media (max-width: 768px) {
    .nav-container {
        padding: 0 20px;
        height: 70px;
    }

    .logo {
        font-size: 20px;
    }

    .nav-links {
        gap: 20px;
    }

    .nav-links a {
        font-size: 14px;
    }

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

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

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

    .story-section h2,
    .insight-section h2,
    .philosophy-section h2 {
        font-size: 32px;
    }

    .service-detail-card {
        flex-direction: column;
        gap: 40px;
    }

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

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

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

    .cookie-buttons {
        width: 100%;
    }

    .cookie-btn {
        flex: 1;
    }
}