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

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

.nav-minimal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid #e5e5e5;
    z-index: 1000;
    padding: 20px 0;
}

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

.brand {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #1a1a1a;
}

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

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

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

.ad-label {
    font-size: 12px;
    color: #8a8a8a;
    padding: 6px 14px;
    background: #f5f5f5;
    border-radius: 4px;
    margin-left: 20px;
}

.hero-minimal {
    margin-top: 81px;
    height: calc(100vh - 81px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: #fafafa;
}

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

.hero-content h1 {
    font-size: 68px;
    font-weight: 300;
    line-height: 1.2;
    color: #1a1a1a;
    letter-spacing: -1px;
    margin-bottom: 30px;
}

.hero-subtitle {
    font-size: 22px;
    color: #6a6a6a;
    font-weight: 300;
}

.hero-image-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;
    background-color: #e8e8e8;
}

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

.story-section {
    padding: 180px 60px;
    background: #ffffff;
}

.story-content-narrow {
    max-width: 720px;
    margin: 0 auto;
}

.intro-text {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.6;
    color: #2a2a2a;
    margin-bottom: 50px;
}

.story-content-narrow p {
    font-size: 19px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 35px;
}

.story-content-narrow h2,
.story-content-narrow h3 {
    font-size: 42px;
    font-weight: 300;
    line-height: 1.3;
    color: #1a1a1a;
    margin-top: 80px;
    margin-bottom: 40px;
}

.story-content-narrow h3 {
    font-size: 32px;
    margin-top: 70px;
}

.story-content-narrow img {
    width: 100%;
    height: auto;
    margin: 80px 0;
    display: block;
    object-fit: cover;
    background-color: #e8e8e8;
}

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

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

.value-section {
    padding: 200px 60px;
    background: #fafafa;
}

.value-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
}

.value-item {
    flex: 1;
}

.value-item h3 {
    font-size: 28px;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 25px;
}

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

.testimonial-inline {
    padding: 150px 60px;
    background: #ffffff;
}

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

.testimonial-content blockquote {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.6;
    color: #2a2a2a;
    font-style: italic;
    margin-bottom: 30px;
}

.testimonial-content cite {
    font-size: 16px;
    color: #7a7a7a;
    font-style: normal;
}

.service-preview {
    padding: 180px 60px;
    background: #fafafa;
}

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

.service-preview h2 {
    font-size: 52px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 100px;
    color: #1a1a1a;
}

.service-cards-minimal {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.service-card {
    flex: 1 1 calc(50% - 30px);
    background: #ffffff;
    display: flex;
    flex-direction: column;
    min-width: 500px;
}

.service-card img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    margin-bottom: 35px;
    background-color: #e8e8e8;
}

.service-card h4 {
    font-size: 26px;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 18px;
}

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

.service-card .price {
    font-size: 24px;
    font-weight: 300;
    color: #2a2a2a;
    margin-bottom: 25px;
    display: block;
}

.btn-select-service {
    padding: 18px 40px;
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    transition: background 0.3s;
    letter-spacing: 0.5px;
}

.btn-select-service:hover {
    background: #3a3a3a;
}

.form-section {
    padding: 180px 60px;
    background: #ffffff;
}

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

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

.form-intro {
    font-size: 18px;
    color: #5a5a5a;
    margin-bottom: 60px;
}

.form-intro strong {
    color: #1a1a1a;
    font-weight: 500;
}

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

.form-group label {
    display: block;
    font-size: 14px;
    color: #4a4a4a;
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 18px;
    border: 1px solid #d5d5d5;
    background: #fafafa;
    font-size: 16px;
    color: #1a1a1a;
    font-family: inherit;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #8a8a8a;
}

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

.btn-submit:hover {
    background: #3a3a3a;
}

.final-message {
    padding: 200px 60px;
    background: #fafafa;
    text-align: center;
}

.final-content h3 {
    font-size: 48px;
    font-weight: 300;
    line-height: 1.4;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.final-content p {
    font-size: 22px;
    color: #6a6a6a;
    font-weight: 300;
}

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

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

.footer-col {
    flex: 1;
}

.footer-col h5 {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.footer-col p {
    font-size: 14px;
    line-height: 1.7;
    color: #9a9a9a;
}

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

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

.footer-disclaimer {
    max-width: 1400px;
    margin: 0 auto 60px;
    padding-top: 60px;
    border-top: 1px solid #3a3a3a;
}

.footer-disclaimer p {
    font-size: 13px;
    line-height: 1.8;
    color: #8a8a8a;
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 40px;
    border-top: 1px solid #3a3a3a;
}

.footer-bottom p {
    font-size: 13px;
    color: #7a7a7a;
    text-align: center;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(26, 26, 26, 0.96);
    padding: 30px 60px;
    z-index: 2000;
    display: none;
}

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

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

.cookie-content p {
    font-size: 14px;
    color: #d5d5d5;
    line-height: 1.7;
    flex: 1;
}

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

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

.btn-cookie,
.btn-cookie-secondary {
    padding: 14px 35px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    letter-spacing: 0.5px;
}

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

.btn-cookie:hover {
    background: #e5e5e5;
}

.btn-cookie-secondary {
    background: transparent;
    color: #d5d5d5;
    border: 1px solid #6a6a6a;
}

.btn-cookie-secondary:hover {
    border-color: #9a9a9a;
    color: #ffffff;
}

.page-header-minimal {
    margin-top: 81px;
    padding: 150px 60px 100px;
    text-align: center;
    background: #fafafa;
}

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

.page-header-minimal p {
    font-size: 20px;
    color: #6a6a6a;
    font-weight: 300;
}

.about-story {
    padding: 100px 60px 180px;
    background: #ffffff;
}

.services-detail {
    padding: 60px 60px 180px;
    background: #ffffff;
}

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

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

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

.service-detail-content h2 {
    font-size: 42px;
    font-weight: 300;
    color: #1a1a1a;
    margin-bottom: 30px;
}

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

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

.service-detail-content ul li {
    font-size: 16px;
    line-height: 1.7;
    color: #5a5a5a;
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.service-detail-content ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #8a8a8a;
}

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

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

.btn-inline:hover {
    background: #3a3a3a;
}

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

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

.contact-section {
    padding: 60px 60px 180px;
    background: #ffffff;
}

.contact-content-split {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 100px;
}

.contact-info {
    flex: 1;
}

.contact-block {
    margin-bottom: 60px;
}

.contact-block h4 {
    font-size: 18px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.contact-block p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
}

.contact-block .note {
    font-size: 14px;
    color: #7a7a7a;
    margin-top: 15px;
    font-style: italic;
}

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

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

.thanks-section {
    margin-top: 81px;
    padding: 200px 60px;
    text-align: center;
    background: #fafafa;
    min-height: calc(100vh - 81px);
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

.thanks-message {
    font-size: 24px;
    color: #4a4a4a;
    font-weight: 300;
    margin-bottom: 25px;
}

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

.btn-back {
    display: inline-block;
    margin-top: 40px;
    padding: 18px 45px;
    background: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    transition: background 0.3s;
    letter-spacing: 0.5px;
}

.btn-back:hover {
    background: #3a3a3a;
}

.legal-page {
    margin-top: 81px;
    padding: 100px 60px 180px;
    background: #ffffff;
}

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

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

.legal-content .updated {
    font-size: 14px;
    color: #7a7a7a;
    margin-bottom: 60px;
}

.legal-content h2 {
    font-size: 28px;
    font-weight: 400;
    color: #1a1a1a;
    margin-top: 60px;
    margin-bottom: 20px;
}

.legal-content h3 {
    font-size: 22px;
    font-weight: 400;
    color: #2a2a2a;
    margin-top: 40px;
    margin-bottom: 15px;
}

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

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

.legal-content ul li {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.legal-content ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #8a8a8a;
}

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

.legal-content a:hover {
    color: #4a4a4a;
}

@media (max-width: 1200px) {
    .value-grid {
        flex-direction: column;
        gap: 60px;
    }

    .service-cards-minimal {
        flex-direction: column;
    }

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

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

    .contact-content-split {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .nav-container {
        padding: 0 30px;
    }

    .nav-items {
        gap: 20px;
        flex-wrap: wrap;
    }

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

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

    .story-section,
    .value-section,
    .testimonial-inline,
    .service-preview {
        padding: 100px 30px;
    }

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

    .testimonial-content blockquote {
        font-size: 24px;
    }

    .service-preview h2 {
        font-size: 38px;
    }

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

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