* {
    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-disclosure {
    background: #f8f8f8;
    padding: 8px 20px;
    text-align: center;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
}

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

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

.brand {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

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

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

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

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

.hero-subtitle {
    font-size: 24px;
    color: #666;
    font-weight: 300;
    line-height: 1.5;
}

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

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

.intro-spacious {
    max-width: 700px;
    margin: 0 auto;
    padding: 150px 40px;
    text-align: center;
}

.intro-wrap h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: -1px;
}

.intro-wrap p {
    font-size: 20px;
    color: #4a4a4a;
    line-height: 1.8;
    margin-bottom: 25px;
}

.insight-block {
    padding: 100px 40px;
    background: #fafafa;
}

.insight-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    align-items: center;
}

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

.insight-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.insight-text {
    flex: 1;
}

.insight-text h3 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
}

.insight-text p {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 1.8;
    margin-bottom: 20px;
}

.philosophy-centered {
    max-width: 900px;
    margin: 0 auto;
    padding: 150px 40px;
    text-align: center;
}

.philosophy-wrap h2 {
    font-size: 52px;
    font-weight: 300;
    margin-bottom: 50px;
    letter-spacing: -1px;
}

.philosophy-wrap p {
    font-size: 22px;
    color: #4a4a4a;
    line-height: 1.8;
    margin-bottom: 30px;
}

.services-preview {
    padding: 120px 40px;
    background: #ffffff;
}

.services-intro {
    max-width: 800px;
    margin: 0 auto 80px;
    text-align: center;
}

.services-intro h2 {
    font-size: 56px;
    font-weight: 300;
    letter-spacing: -1px;
}

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

.service-card {
    flex: 1 1 calc(50% - 20px);
    min-width: 300px;
    padding: 60px 50px;
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
}

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

.service-card p {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 1.7;
    margin-bottom: 30px;
}

.price {
    display: block;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.cta-card {
    padding: 16px 32px;
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.3s;
}

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

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

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

.form-container h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.form-intro {
    font-size: 18px;
    color: #666;
    margin-bottom: 50px;
}

.minimal-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.minimal-form input,
.minimal-form select {
    padding: 18px 20px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    font-family: inherit;
}

.submit-btn {
    padding: 20px;
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    transition: background 0.3s;
}

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

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

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
}

.footer-links {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

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

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

.footer-disclaimer {
    margin-bottom: 40px;
    padding: 30px;
    background: #242424;
    border-left: 3px solid #666;
}

.footer-disclaimer p {
    font-size: 13px;
    color: #aaa;
    line-height: 1.7;
}

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

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

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

.cookie-content {
    max-width: 1400px;
    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-buttons {
    display: flex;
    gap: 15px;
}

.cookie-accept,
.cookie-reject {
    padding: 12px 30px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}

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

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

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

.cookie-reject:hover {
    border-color: #ffffff;
}

.page-header {
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 40px 60px;
}

.page-header h1 {
    font-size: 64px;
    font-weight: 300;
    letter-spacing: -1.5px;
    margin-bottom: 20px;
}

.header-subtitle {
    font-size: 22px;
    color: #666;
    font-weight: 300;
}

.about-story {
    padding: 60px 40px 120px;
}

.about-content {
    max-width: 1000px;
    margin: 0 auto;
}

.about-text-block {
    margin-bottom: 100px;
}

.about-text-block h2 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
}

.about-text-block p {
    font-size: 19px;
    color: #4a4a4a;
    line-height: 1.8;
    margin-bottom: 20px;
}

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

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

.about-values {
    margin: 100px 0;
}

.about-values h2 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 50px;
    letter-spacing: -0.5px;
}

.values-list {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

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

.value-item p {
    font-size: 17px;
    color: #5a5a5a;
    line-height: 1.7;
}

.about-approach {
    margin-top: 100px;
}

.about-approach h2 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
}

.about-approach p {
    font-size: 19px;
    color: #4a4a4a;
    line-height: 1.8;
    margin-bottom: 20px;
}

.services-detailed {
    padding: 60px 40px 120px;
}

.service-full {
    max-width: 1400px;
    margin: 0 auto 120px;
    display: flex;
    gap: 80px;
    align-items: center;
}

.service-full.reverse {
    flex-direction: row-reverse;
}

.service-visual {
    flex: 1;
    background: #f0f0f0;
    height: 450px;
}

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

.service-description {
    flex: 1;
}

.service-description h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

.service-description p {
    font-size: 17px;
    color: #4a4a4a;
    line-height: 1.8;
    margin-bottom: 20px;
}

.service-price {
    margin: 40px 0 30px;
    padding: 20px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: baseline;
    gap: 15px;
}

.price-label {
    font-size: 14px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.price-amount {
    font-size: 36px;
    font-weight: 300;
    color: #1a1a1a;
}

.service-cta {
    padding: 18px 40px;
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.3s;
}

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

.services-cta-section {
    padding: 100px 40px;
    background: #fafafa;
}

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

.cta-content h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.cta-content p {
    font-size: 19px;
    color: #666;
    margin-bottom: 40px;
}

.cta-link-button {
    display: inline-block;
    padding: 20px 50px;
    background: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: background 0.3s;
}

.cta-link-button:hover {
    background: #333333;
}

.contact-page {
    padding: 60px 40px 120px;
}

.contact-layout {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 100px;
    align-items: flex-start;
}

.contact-info-block {
    flex: 1;
}

.contact-info-block h2 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 60px;
    letter-spacing: -0.5px;
}

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

.info-item h3 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
    margin-bottom: 15px;
}

.info-item p {
    font-size: 18px;
    color: #1a1a1a;
    line-height: 1.8;
}

.email-display {
    font-weight: 400;
}

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

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

.thanks-page {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 40px;
}

.thanks-content {
    max-width: 700px;
    text-align: center;
}

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

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

.service-confirmation {
    font-size: 18px;
    color: #666;
    margin-bottom: 50px;
    font-style: italic;
}

.return-link {
    display: inline-block;
    padding: 18px 40px;
    background: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    transition: background 0.3s;
}

.return-link:hover {
    background: #333333;
}

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

.legal-content {
    max-width: 900px;
    margin: 0 auto;
}

.legal-content h1 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 60px;
    letter-spacing: -1px;
}

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

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

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

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

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

.legal-update {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
    font-size: 14px;
    color: #888;
}

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

    .nav-links {
        gap: 30px;
    }

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

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

    .insight-container,
    .service-full,
    .contact-layout {
        flex-direction: column;
    }

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

    .service-card {
        flex: 1 1 100%;
    }

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