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

.ad-notice {
    background-color: #f5f5f5;
    padding: 8px 20px;
    text-align: center;
    font-size: 0.85rem;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
}

.nav-minimal {
    background-color: #ffffff;
    padding: 30px 0;
    border-bottom: 1px solid #e8e8e8;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 2px;
    color: #1a1a1a;
    text-decoration: none;
    text-transform: lowercase;
}

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

.nav-links a {
    color: #666;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 400;
    transition: color 0.3s;
}

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

main {
    min-height: 70vh;
}

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

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

.display-large {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 40px;
    letter-spacing: -1px;
}

.lead-text {
    font-size: 1.3rem;
    line-height: 1.8;
    color: #4a4a4a;
    font-weight: 300;
}

.hero-visual {
    width: 100%;
    margin-top: 60px;
}

.hero-visual img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #f5f5f5;
}

.content-narrow {
    padding: 100px 40px;
    background-color: #fafafa;
}

.section-inner {
    max-width: 700px;
    margin: 0 auto;
}

.content-narrow h2 {
    font-size: 2.2rem;
    font-weight: 300;
    margin-bottom: 35px;
    line-height: 1.3;
}

.content-narrow p {
    font-size: 1.1rem;
    line-height: 1.9;
    color: #333;
    margin-bottom: 25px;
}

.split-visual-left {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 40px;
    gap: 80px;
    align-items: center;
}

.split-image {
    flex: 1;
}

.split-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #f5f5f5;
}

.split-content {
    flex: 1;
}

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

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

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

.section-header-centered {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 80px;
}

.section-header-centered h2 {
    font-size: 2.8rem;
    font-weight: 300;
    margin-bottom: 25px;
}

.section-header-centered p {
    font-size: 1.2rem;
    color: #666;
}

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

.service-card-large {
    flex: 1 1 calc(50% - 25px);
    min-width: 400px;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
}

.service-image-top {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.service-image-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #e8e8e8;
}

.service-content-deep {
    padding: 40px;
}

.service-content-deep h3 {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 20px;
}

.service-content-deep p {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 25px;
}

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

.cta-select:hover {
    background-color: #333;
}

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

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

blockquote {
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: 300;
    font-style: italic;
    color: #1a1a1a;
}

cite {
    display: block;
    margin-top: 30px;
    font-size: 1rem;
    font-style: normal;
    color: #666;
}

.form-section-floating {
    padding: 120px 40px;
    background-color: #ffffff;
}

.form-container-centered {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.form-container-centered h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 20px;
}

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

.contact-form-minimal {
    text-align: left;
}

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

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

.form-group input,
.form-group select {
    width: 100%;
    padding: 15px;
    font-size: 1rem;
    border: 1px solid #ddd;
    background-color: #fafafa;
}

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

.btn-primary-large {
    width: 100%;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 18px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-primary-large:hover {
    background-color: #333;
}

.btn-secondary-large {
    display: inline-block;
    padding: 15px 40px;
    background-color: transparent;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s;
}

.btn-secondary-large:hover {
    background-color: #1a1a1a;
    color: #ffffff;
}

.trust-section {
    padding: 80px 40px;
    background-color: #fafafa;
}

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

.trust-content-narrow h3 {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 25px;
}

.trust-content-narrow p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4a4a4a;
}

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

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

.footer-grid {
    display: flex;
    gap: 80px;
    margin-bottom: 60px;
}

.footer-col {
    flex: 1;
}

.footer-col h4 {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 20px;
    color: #ffffff;
}

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

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

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

.footer-col ul li a {
    color: #999;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s;
}

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

.footer-disclaimer {
    border-top: 1px solid #333;
    padding-top: 30px;
    margin-bottom: 30px;
}

.footer-disclaimer p {
    font-size: 0.85rem;
    color: #777;
    line-height: 1.6;
    max-width: 900px;
}

.footer-bottom {
    text-align: center;
}

.footer-bottom p {
    font-size: 0.85rem;
    color: #666;
}

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

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

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

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

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

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

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

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

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

.page-header-space {
    padding: 100px 40px 60px;
    background-color: #fafafa;
}

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

.header-content-centered h1 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 20px;
}

.header-subtitle {
    font-size: 1.2rem;
    color: #666;
}

.image-full-width {
    width: 100%;
    margin: 80px 0;
}

.image-full-width img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    background-color: #f5f5f5;
}

.team-approach {
    padding: 100px 40px;
    background-color: #ffffff;
}

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

.approach-content h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 30px;
}

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

.values-section {
    padding: 100px 40px;
    background-color: #fafafa;
}

.values-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
}

.value-block {
    flex: 1;
}

.value-block h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 20px;
}

.value-block p {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
}

.cta-section-simple {
    padding: 100px 40px;
    background-color: #ffffff;
}

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

.cta-content-centered h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 20px;
}

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

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

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

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

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

.service-detail-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #f5f5f5;
}

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

.service-detail-content h2 {
    font-size: 2.2rem;
    font-weight: 300;
    margin-bottom: 15px;
}

.service-price {
    font-size: 1.8rem;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 25px;
}

.service-detail-content h3 {
    font-size: 1.3rem;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 15px;
}

.service-detail-content ul {
    list-style: none;
    margin-bottom: 30px;
}

.service-detail-content ul li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 12px;
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

.service-detail-content ul li:before {
    content: "—";
    position: absolute;
    left: 0;
    color: #1a1a1a;
}

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

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.contact-block {
    flex: 1;
}

.contact-block h2 {
    font-size: 2.2rem;
    font-weight: 300;
    margin-bottom: 40px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.contact-item h3 {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 12px;
}

.contact-item p {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
}

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

.contact-image-block img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #f5f5f5;
}

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

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

.note-content h3 {
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 20px;
}

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

.note-content a {
    color: #1a1a1a;
    text-decoration: underline;
}

.thanks-section {
    padding: 150px 40px;
    text-align: center;
}

.thanks-content {
    max-width: 700px;
    margin: 0 auto;
}

.thanks-content h1 {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 30px;
}

.thanks-message {
    font-size: 1.3rem;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.service-confirmation {
    font-size: 1.1rem;
    color: #1a1a1a;
    font-weight: 500;
    margin-bottom: 30px;
}

.next-steps {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #666;
    margin-bottom: 50px;
}

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

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

.legal-content h1 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 15px;
}

.legal-updated {
    font-size: 0.9rem;
    color: #999;
    margin-bottom: 50px;
}

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

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

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

.legal-content ul {
    margin: 20px 0;
    padding-left: 40px;
}

.legal-content ul li {
    margin-bottom: 12px;
    line-height: 1.7;
    color: #333;
}

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

@media (max-width: 768px) {
    .display-large {
        font-size: 2.2rem;
    }

    .lead-text {
        font-size: 1.1rem;
    }

    .nav-container {
        padding: 0 20px;
    }

    .nav-links {
        gap: 25px;
    }

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

    .split-visual-left {
        flex-direction: column;
        gap: 40px;
    }

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

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

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

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

    .cookie-buttons {
        width: 100%;
        flex-direction: column;
    }

    .btn-cookie-accept,
    .btn-cookie-reject {
        width: 100%;
    }

    .values-container {
        flex-direction: column;
        gap: 40px;
    }

    .service-detail-block {
        flex-direction: column;
        gap: 40px;
        margin-bottom: 80px;
    }

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

    .contact-container {
        flex-direction: column;
        gap: 50px;
    }
}