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

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

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

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

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

.cookie-content p {
    margin: 0 20px 0 0;
    flex: 1;
    min-width: 300px;
}

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    transition: opacity 0.3s;
}

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

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

.btn-accept:hover,
.btn-reject:hover {
    opacity: 0.8;
}

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

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

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

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

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

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

.ad-disclosure {
    font-size: 13px;
    color: #888;
    padding: 6px 12px;
    background-color: #f5f5f5;
    border-radius: 3px;
}

.hero-minimal {
    position: relative;
    height: 85vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: #d9d9d9;
}

.hero-overlay {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff;
    padding: 0 48px;
}

.hero-overlay h1 {
    font-size: 72px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 24px;
    letter-spacing: -1px;
}

.hero-subtitle {
    font-size: 20px;
    font-weight: 300;
    opacity: 0.95;
}

.intro-wide {
    padding: 120px 48px;
    background-color: #fafafa;
}

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

.intro-text {
    font-size: 26px;
    line-height: 1.7;
    font-weight: 300;
    color: #2c2c2c;
    text-align: center;
}

.visual-break {
    width: 100%;
    background-color: #e8e8e8;
}

.visual-break img {
    width: 100%;
    height: auto;
    display: block;
}

.content-centered {
    padding: 140px 48px;
    max-width: 1000px;
    margin: 0 auto;
}

.content-box h2 {
    font-size: 48px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 48px;
    color: #1a1a1a;
}

.content-box p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 28px;
    color: #4a4a4a;
}

.content-box h3 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 24px;
    margin-top: 64px;
    color: #1a1a1a;
}

.content-box h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 32px;
    color: #2c2c2c;
}

.content-box ul {
    margin: 24px 0 24px 24px;
    color: #4a4a4a;
}

.content-box li {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 1.7;
}

.image-text-offset {
    padding: 100px 48px;
    background-color: #f8f8f8;
}

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

.offset-image {
    flex: 1;
    background-color: #d9d9d9;
}

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

.offset-text {
    flex: 1;
    padding: 40px;
}

.offset-text h3 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 28px;
    color: #1a1a1a;
}

.offset-text p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #4a4a4a;
}

.link-underline {
    color: #1a1a1a;
    text-decoration: underline;
    font-size: 16px;
    transition: opacity 0.3s;
}

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

.services-preview {
    padding: 140px 48px;
    background-color: #ffffff;
}

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

.services-intro h2 {
    font-size: 52px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.services-intro p {
    font-size: 19px;
    color: #6a6a6a;
    font-weight: 300;
}

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

.service-card-minimal {
    flex: 1;
    min-width: 280px;
    padding: 48px 36px;
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
}

.service-card-minimal h4 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #1a1a1a;
}

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

.service-card-minimal .price {
    font-size: 28px;
    font-weight: 300;
    color: #1a1a1a;
    margin: 32px 0 24px;
}

.btn-select {
    width: 100%;
    padding: 14px 24px;
    background-color: #2c2c2c;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    transition: background-color 0.3s;
}

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

.testimonial-minimal {
    padding: 120px 48px;
    background-color: #2c2c2c;
    color: #ffffff;
}

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

.testimonial-content blockquote {
    border: none;
}

.testimonial-content p {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 32px;
    font-style: italic;
}

.testimonial-content cite {
    font-size: 16px;
    font-style: normal;
    opacity: 0.8;
}

.form-section {
    padding: 140px 48px;
    background-color: #f5f5f5;
}

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

.form-container-minimal h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center;
    color: #1a1a1a;
}

.form-intro {
    text-align: center;
    font-size: 17px;
    color: #6a6a6a;
    margin-bottom: 60px;
}

.form-row {
    margin-bottom: 24px;
}

.form-row input,
.form-row select,
.form-row textarea {
    width: 100%;
    padding: 16px 20px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    font-family: inherit;
}

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

.btn-submit {
    width: 100%;
    padding: 18px 32px;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    margin-top: 16px;
    transition: background-color 0.3s;
}

.btn-submit:hover {
    background-color: #000000;
}

.final-image {
    width: 100%;
    background-color: #e8e8e8;
}

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

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

.footer-content {
    max-width: 1200px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px;
}

.footer-col {
    flex: 1;
    min-width: 220px;
}

.footer-col h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

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

.footer-col a {
    display: block;
    color: #b0b0b0;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 12px;
    transition: color 0.3s;
}

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

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 32px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

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

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

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

.page-hero {
    padding: 120px 48px 80px;
    text-align: center;
    background-color: #fafafa;
}

.page-hero h1 {
    font-size: 64px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.image-full {
    width: 100%;
    background-color: #e8e8e8;
}

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

.split-content {
    padding: 100px 48px;
    background-color: #ffffff;
}

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

.split-text {
    flex: 1;
    padding: 40px;
}

.split-text h3 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 28px;
    color: #1a1a1a;
}

.split-text p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #4a4a4a;
}

.split-image {
    flex: 1;
    background-color: #d9d9d9;
}

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

.cta-centered {
    padding: 120px 48px;
    text-align: center;
    background-color: #f8f8f8;
}

.cta-centered h2 {
    font-size: 52px;
    font-weight: 300;
    margin-bottom: 48px;
    line-height: 1.3;
    color: #1a1a1a;
}

.btn-large {
    display: inline-block;
    padding: 20px 56px;
    background-color: #2c2c2c;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    transition: background-color 0.3s;
}

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

.services-detailed {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 48px 140px;
}

.service-block {
    margin-bottom: 100px;
    padding-bottom: 80px;
    border-bottom: 1px solid #e8e8e8;
}

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

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 32px;
    flex-wrap: wrap;
    gap: 24px;
}

.service-header h2 {
    font-size: 42px;
    font-weight: 300;
    color: #1a1a1a;
}

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

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

.service-note {
    font-size: 15px;
    color: #7a7a7a;
    font-style: italic;
    margin-top: 32px;
    margin-bottom: 32px;
}

.contact-layout {
    padding: 60px 48px 100px;
}

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

.contact-info {
    flex: 1;
    padding: 40px;
}

.contact-info h2 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 28px;
    color: #1a1a1a;
}

.contact-info > p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 48px;
    color: #4a4a4a;
}

.contact-detail {
    margin-bottom: 40px;
}

.contact-detail h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #2c2c2c;
}

.contact-detail p {
    font-size: 16px;
    line-height: 1.7;
    color: #5a5a5a;
}

.contact-note {
    margin-top: 48px;
    padding: 24px;
    background-color: #f8f8f8;
    border-left: 3px solid #2c2c2c;
}

.contact-note p {
    font-size: 15px;
    line-height: 1.7;
    color: #4a4a4a;
}

.contact-image {
    flex: 1;
    background-color: #d9d9d9;
}

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

.location-note {
    padding: 80px 48px;
    background-color: #fafafa;
}

.thanks-section {
    padding: 140px 48px;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

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

.thanks-details {
    margin: 40px 0;
    padding: 24px;
    background-color: #f5f5f5;
}

.thanks-details p {
    font-size: 17px;
    color: #2c2c2c;
}

.thanks-content p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #5a5a5a;
}

.thanks-content a:not(.btn-large) {
    color: #1a1a1a;
    text-decoration: underline;
}

.thanks-content .btn-large {
    margin-top: 40px;
}

.legal-page {
    padding: 60px 48px 100px;
}

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

.legal-content h1 {
    font-size: 52px;
    font-weight: 300;
    margin-bottom: 32px;
    color: #1a1a1a;
}

.legal-content h2 {
    font-size: 32px;
    font-weight: 400;
    margin-top: 64px;
    margin-bottom: 24px;
    color: #2c2c2c;
}

.legal-content h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #3a3a3a;
}

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

.legal-content ul {
    margin: 20px 0 20px 28px;
    color: #4a4a4a;
}

.legal-content li {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.7;
}

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

.cookie-table {
    width: 100%;
    margin: 32px 0;
    border-collapse: collapse;
}

.cookie-table th,
.cookie-table td {
    padding: 16px;
    text-align: left;
    border: 1px solid #d0d0d0;
}

.cookie-table th {
    background-color: #f5f5f5;
    font-weight: 600;
    font-size: 15px;
}

.cookie-table td {
    font-size: 15px;
    color: #4a4a4a;
}

@media (max-width: 768px) {
    .hero-overlay h1 {
        font-size: 42px;
    }

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

    .intro-text {
        font-size: 20px;
    }

    .content-box h2 {
        font-size: 36px;
    }

    .offset-container {
        flex-direction: column;
    }

    .split-container {
        flex-direction: column;
    }

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

    .testimonial-content p {
        font-size: 22px;
    }

    .contact-container {
        flex-direction: column;
    }

    .service-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-container {
        flex-direction: column;
        gap: 24px;
    }

    .nav-links {
        flex-wrap: wrap;
        gap: 24px;
    }

    .cookie-content {
        flex-direction: column;
        gap: 20px;
    }

    .cookie-content p {
        margin: 0;
    }

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