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

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

.nav-brand {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
}

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

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

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

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

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

.display-large {
    font-size: 72px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 1.1;
    margin-bottom: 32px;
}

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

.hero-image-container {
    width: 100%;
    background-color: #f5f5f5;
}

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

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

.content-narrow h2 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 36px;
    line-height: 1.3;
}

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

.image-focus {
    max-width: 1000px;
    margin: 120px auto;
    padding: 0 60px;
    background-color: #fafafa;
}

.image-focus img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.image-full {
    width: 100%;
    margin: 120px 0;
    background-color: #f0f0f0;
}

.image-full img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.services-preview {
    max-width: 1400px;
    margin: 140px auto;
    padding: 0 60px;
    display: flex;
    gap: 80px;
    flex-wrap: wrap;
}

.service-card-minimal {
    flex: 1;
    min-width: 320px;
}

.card-number {
    font-size: 14px;
    color: #999;
    margin-bottom: 24px;
    letter-spacing: 2px;
}

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

.service-card-minimal p {
    font-size: 18px;
    color: #555;
    margin-bottom: 32px;
    line-height: 1.6;
}

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

.testimonial-minimal {
    max-width: 900px;
    margin: 140px auto;
    padding: 0 60px;
}

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

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

.form-section {
    max-width: 800px;
    margin: 140px auto;
    padding: 0 60px;
}

.form-container-minimal h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 16px;
}

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

.service-selection {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}

.service-option {
    display: flex;
    align-items: center;
    padding: 24px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    transition: background 0.2s;
}

.service-option:hover {
    background: #fafafa;
}

.service-option input[type="radio"] {
    margin-right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.service-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.service-label strong {
    font-size: 18px;
    font-weight: 500;
}

.service-price {
    font-size: 20px;
    color: #555;
}

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

.form-group label {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    color: #333;
}

.form-group input {
    width: 100%;
    padding: 16px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    background: #fff;
}

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

.btn-primary {
    padding: 18px 48px;
    font-size: 16px;
    background: #1a1a1a;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s;
    text-decoration: none;
    display: inline-block;
}

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

.disclaimer-section {
    max-width: 900px;
    margin: 100px auto 140px;
    padding: 0 60px;
}

.disclaimer-text {
    font-size: 14px;
    color: #777;
    line-height: 1.8;
    padding: 32px;
    background: #f9f9f9;
    border-left: 3px solid #d0d0d0;
}

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

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

.footer-section {
    flex: 1;
    min-width: 240px;
}

.footer-section h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

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

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

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

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

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

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

.footer-bottom p {
    font-size: 14px;
    color: #777;
}

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

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

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

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

.cookie-actions {
    display: flex;
    gap: 16px;
}

.btn-cookie {
    padding: 12px 32px;
    background: #fff;
    color: #1a1a1a;
    border: none;
    cursor: pointer;
    font-size: 14px;
    transition: opacity 0.3s;
}

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

.btn-cookie-alt {
    padding: 12px 32px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
}

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

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

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

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

.team-minimal {
    max-width: 1200px;
    margin: 120px auto;
    padding: 0 60px;
}

.team-minimal h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 60px;
}

.team-grid {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}

.team-member {
    flex: 1;
    min-width: 280px;
}

.team-member img {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    background-color: #f0f0f0;
    object-fit: cover;
}

.team-member h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 8px;
}

.team-member p {
    font-size: 16px;
    color: #666;
}

.services-detailed {
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 60px;
}

.service-block {
    display: flex;
    gap: 80px;
    margin-bottom: 140px;
    align-items: center;
}

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

.service-content {
    flex: 1;
}

.service-label {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.service-block h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 24px;
    line-height: 1.3;
}

.service-block p {
    font-size: 18px;
    color: #444;
    margin-bottom: 32px;
    line-height: 1.7;
}

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

.service-features li {
    font-size: 16px;
    color: #555;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.service-features li:last-child {
    border-bottom: none;
}

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

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

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

.cta-services {
    max-width: 700px;
    margin: 140px auto;
    padding: 0 60px;
    text-align: center;
}

.cta-services h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 16px;
}

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

.contact-info {
    max-width: 1200px;
    margin: 80px auto 120px;
    padding: 0 60px;
    display: flex;
    gap: 80px;
    flex-wrap: wrap;
}

.contact-block {
    flex: 1;
    min-width: 280px;
}

.contact-block h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}

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

.contact-block a {
    color: #1a1a1a;
    text-decoration: underline;
}

.thanks-container {
    max-width: 800px;
    margin: 140px auto;
    padding: 0 60px;
    text-align: center;
}

.thanks-content h1 {
    font-size: 56px;
    font-weight: 300;
    margin-bottom: 32px;
}

.thanks-content p {
    font-size: 20px;
    color: #555;
    margin-bottom: 24px;
    line-height: 1.7;
}

.legal-content {
    max-width: 900px;
    margin: 80px auto 120px;
    padding: 0 60px;
}

.legal-content h1 {
    font-size: 52px;
    font-weight: 300;
    margin-bottom: 48px;
}

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

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

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

.legal-content ul {
    margin-bottom: 24px;
    padding-left: 24px;
}

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

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

.legal-date {
    margin-top: 60px;
    font-size: 15px;
    color: #999;
    font-style: italic;
}

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

    .nav-links {
        gap: 24px;
    }

    .hero-minimal {
        padding: 0 30px;
        margin: 60px auto 80px;
    }

    .display-large {
        font-size: 42px;
    }

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

    .content-narrow {
        padding: 0 30px;
        margin: 80px auto;
    }

    .content-narrow h2 {
        font-size: 32px;
    }

    .content-narrow p {
        font-size: 17px;
    }

    .services-preview {
        padding: 0 30px;
        gap: 60px;
    }

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

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

    .page-header h1 {
        font-size: 42px;
    }

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