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

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #1a1a1a;
    background-color: #ffffff;
}

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

.nav-minimal {
    padding: 40px 20px;
    background-color: #ffffff;
}

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

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

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

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

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

.hero-minimal {
    padding: 120px 20px 100px;
    background-color: #fafafa;
}

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

.hero-title-large {
    font-size: 72px;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: -2px;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.hero-subtitle {
    font-size: 22px;
    color: #666;
    font-weight: 300;
    max-width: 600px;
    margin: 0 auto;
}

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

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

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

.intro-large {
    font-size: 28px;
    line-height: 1.6;
    font-weight: 300;
    color: #333;
}

.spacer-section {
    height: 80px;
}

.statement-block {
    padding: 120px 20px;
    background-color: #1a1a1a;
    color: #ffffff;
}

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

.statement-title {
    font-size: 56px;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: -1px;
}

.statement-text {
    font-size: 20px;
    line-height: 1.8;
    color: #cccccc;
    font-weight: 300;
}

.dual-image-offset {
    display: flex;
    gap: 20px;
    padding: 100px 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.image-left-small {
    flex: 1;
    background-color: #e8e8e8;
}

.image-right-large {
    flex: 1.5;
    background-color: #e8e8e8;
}

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

.content-centered-wide {
    max-width: 1100px;
    margin: 0 auto;
    padding: 120px 20px;
}

.section-title-minimal {
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 80px;
    letter-spacing: -1px;
}

.features-list-vertical {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.feature-item-minimal {
    max-width: 700px;
    margin: 0 auto;
}

.feature-item-minimal h3 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.feature-item-minimal p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    font-weight: 300;
}

.cta-fullwidth {
    padding: 120px 20px;
    background-color: #f5f5f5;
}

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

.cta-title-large {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.3;
    letter-spacing: -1px;
}

.cta-subtitle {
    font-size: 20px;
    color: #666;
    margin-bottom: 40px;
    font-weight: 300;
}

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

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

.quote-section {
    padding: 100px 20px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.quote-large {
    font-size: 32px;
    line-height: 1.6;
    font-weight: 300;
    font-style: italic;
    color: #333;
    margin-bottom: 30px;
}

.quote-author {
    font-size: 16px;
    color: #999;
    font-weight: 300;
}

.services-preview {
    padding: 120px 20px;
    background-color: #fafafa;
}

.section-title-center {
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 80px;
    letter-spacing: -1px;
}

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

.service-card-minimal {
    flex: 1;
    min-width: 280px;
    padding: 40px;
    background-color: #ffffff;
}

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

.service-card-minimal p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 30px;
    font-weight: 300;
}

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

.services-link-center {
    text-align: center;
    margin-top: 60px;
}

.link-arrow {
    font-size: 18px;
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 1px solid #1a1a1a;
    transition: opacity 0.3s ease;
}

.link-arrow:hover {
    opacity: 0.6;
}

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

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

.form-title {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 15px;
    text-align: center;
}

.form-subtitle {
    font-size: 18px;
    color: #666;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 300;
}

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

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.form-group input,
.form-group select {
    padding: 15px;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    background-color: #fafafa;
    font-family: inherit;
}

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

.btn-submit {
    padding: 18px;
    background-color: #1a1a1a;
    color: #ffffff;
    font-size: 16px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s ease;
}

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

.disclaimer-section {
    padding: 60px 20px;
    background-color: #f5f5f5;
}

.disclaimer-text {
    max-width: 900px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.7;
    color: #666;
    text-align: center;
}

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

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

.footer-brand .brand-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.footer-tagline {
    font-size: 14px;
    color: #999;
    font-weight: 300;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

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

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

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

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

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

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

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

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

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

.page-hero-minimal {
    padding: 120px 20px 80px;
    text-align: center;
}

.page-title-large {
    font-size: 64px;
    font-weight: 300;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

.page-subtitle {
    font-size: 20px;
    color: #666;
    font-weight: 300;
    max-width: 700px;
    margin: 0 auto;
}

.image-section-center {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 20px;
    background-color: #e8e8e8;
}

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

.text-block-centered {
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 20px;
    text-align: center;
}

.text-centered-large {
    font-size: 20px;
    line-height: 1.8;
    color: #555;
    font-weight: 300;
    margin-top: 30px;
}

.values-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.value-block {
    max-width: 700px;
    margin: 0 auto;
}

.value-block h3 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.value-block p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    font-weight: 300;
}

.approach-section {
    padding: 120px 20px;
    background-color: #fafafa;
}

.approach-steps {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.step-item {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.step-number {
    font-size: 48px;
    font-weight: 300;
    color: #cccccc;
    min-width: 80px;
}

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

.step-item p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    font-weight: 300;
}

.cta-section-simple {
    padding: 100px 20px;
    text-align: center;
}

.cta-title {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: -1px;
}

.cta-text {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
    font-weight: 300;
}

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

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

.service-detail-card:nth-child(even) {
    flex-direction: row-reverse;
}

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

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

.service-info {
    flex: 1;
}

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

.service-description {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 30px;
    font-weight: 300;
}

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

.service-includes li {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    padding-left: 20px;
    position: relative;
    font-weight: 300;
}

.service-includes li::before {
    content: "—";
    position: absolute;
    left: 0;
}

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

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

.btn-service:hover {
    background-color: #333333;
}

.contact-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.contact-info-block {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.contact-info-block h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

.contact-address,
.contact-email,
.contact-hours {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    font-weight: 300;
}

.contact-email {
    color: #1a1a1a;
}

.contact-note {
    font-size: 15px;
    color: #999;
    margin-top: 15px;
    font-style: italic;
}

.contact-cta {
    padding: 100px 20px;
    text-align: center;
}

.text-centered {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
    font-weight: 300;
}

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

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

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

.thanks-text {
    font-size: 20px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 30px;
    font-weight: 300;
}

.thanks-service {
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 50px;
    font-weight: 400;
}

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

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

.legal-intro {
    font-size: 20px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 50px;
    font-weight: 300;
}

.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: #555;
    margin-bottom: 20px;
    font-weight: 300;
}

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

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

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

.legal-page a:hover {
    opacity: 0.7;
}

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

.legal-contact {
    background-color: #f5f5f5;
    padding: 25px;
    margin: 30px 0;
}

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

    .nav-links {
        gap: 20px;
    }

    .dual-image-offset {
        flex-direction: column;
    }

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

    .service-detail-card:nth-child(even) {
        flex-direction: column;
    }

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

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .step-item {
        flex-direction: column;
        gap: 20px;
    }
}