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

.ad-disclosure {
    background: #f8f8f8;
    padding: 8px 20px;
    text-align: center;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
}

.nav-split {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

.nav-left .brand {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.nav-right {
    display: flex;
    gap: 32px;
}

.nav-right a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-right a:hover {
    color: #8b4513;
}

.hero-split {
    display: flex;
    min-height: 85vh;
}

.hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 60px;
    background: #fafafa;
}

.hero-content h1 {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 28px;
    color: #1a1a1a;
}

.hero-content p {
    font-size: 19px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 38px;
    max-width: 520px;
}

.cta-primary {
    display: inline-block;
    padding: 16px 36px;
    background: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 2px;
    transition: background 0.3s;
    align-self: flex-start;
}

.cta-primary:hover {
    background: #333;
}

.hero-image {
    flex: 1;
    position: relative;
    overflow: hidden;
}

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

.intro-block {
    padding: 100px 40px;
    background: #ffffff;
}

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

.intro-wrapper h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.intro-wrapper p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
}

.services-split {
    display: flex;
    min-height: 90vh;
}

.services-image {
    flex: 1;
    position: relative;
    overflow: hidden;
}

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

.services-content {
    flex: 1;
    padding: 80px 60px;
    background: #f9f9f9;
}

.services-content h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 48px;
    color: #1a1a1a;
}

.service-item {
    margin-bottom: 42px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e0e0e0;
}

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

.service-item h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.service-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 14px;
}

.service-item .price {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #8b4513;
}

.process-alt {
    display: flex;
    background: #ffffff;
}

.process-content {
    flex: 1;
    padding: 100px 60px;
}

.process-content h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 28px;
    color: #1a1a1a;
}

.process-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 22px;
}

.process-visual {
    flex: 1;
    overflow: hidden;
}

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

.appointment-section {
    padding: 100px 40px;
    background: #1a1a1a;
}

.appointment-wrapper {
    max-width: 700px;
    margin: 0 auto;
}

.appointment-wrapper h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #ffffff;
    text-align: center;
}

.appointment-wrapper > p {
    font-size: 17px;
    color: #cccccc;
    text-align: center;
    margin-bottom: 44px;
}

.appointment-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: flex;
    gap: 20px;
}

.appointment-form input,
.appointment-form select {
    padding: 16px 20px;
    font-size: 16px;
    border: 1px solid #444;
    background: #2a2a2a;
    color: #ffffff;
    border-radius: 2px;
    font-family: inherit;
}

.form-row input {
    flex: 1;
}

.appointment-form select {
    width: 100%;
}

.appointment-form input::placeholder {
    color: #999;
}

.cta-submit {
    padding: 18px 40px;
    background: #8b4513;
    color: #ffffff;
    border: none;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 2px;
    transition: background 0.3s;
    font-family: inherit;
}

.cta-submit:hover {
    background: #a0522d;
}

.testimonials-inline {
    display: flex;
    padding: 100px 40px;
    gap: 40px;
    background: #f5f5f5;
}

.testimonial-card {
    flex: 1;
    padding: 40px 32px;
    background: #ffffff;
    border-left: 3px solid #8b4513;
}

.testimonial-card p {
    font-size: 17px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-card .author {
    font-size: 15px;
    font-weight: 600;
    color: #666;
}

footer {
    background: #1a1a1a;
    color: #cccccc;
    padding: 60px 40px 30px;
}

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

.footer-col h4 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 18px;
    font-weight: 600;
}

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

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

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

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding: 24px;
    background: #252525;
    border-radius: 4px;
}

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

.footer-bottom {
    text-align: center;
    padding-top: 24px;
    border-top: 1px solid #333;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2a2a2a;
    padding: 24px 40px;
    display: none;
    z-index: 1000;
    border-top: 2px solid #8b4513;
}

.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 {
    color: #cccccc;
    font-size: 15px;
    line-height: 1.6;
    flex: 1;
}

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

.cookie-btn {
    padding: 12px 28px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 2px;
    transition: all 0.3s;
    font-family: inherit;
}

.cookie-btn.accept {
    background: #8b4513;
    color: #ffffff;
}

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

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

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

@media (max-width: 768px) {
    .hero-split,
    .services-split,
    .process-alt {
        flex-direction: column;
    }

    .testimonials-inline {
        flex-direction: column;
    }

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

    .form-row {
        flex-direction: column;
    }

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

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