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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #2c2c2c;
    background-color: #fafafa;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-fluid {
    max-width: 100%;
    padding: 0 40px;
}

.container-narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.hidden {
    display: none;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #fff;
    padding: 20px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cookie-content {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

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

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

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

.btn-cookie,
.btn-cookie-secondary {
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-cookie {
    background-color: #e8d5c4;
    color: #2c2c2c;
}

.btn-cookie:hover {
    background-color: #d4c5b9;
}

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

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

.header-main {
    background-color: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-split {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-left .logo {
    font-size: 24px;
    font-weight: 600;
    color: #2c2c2c;
    text-decoration: none;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.ad-notice {
    font-size: 12px;
    color: #666;
    padding: 4px 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.nav-main {
    display: flex;
    gap: 25px;
}

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

.nav-main a:hover {
    color: #c9b8a8;
}

.hero-split {
    display: flex;
    min-height: 600px;
}

.hero-content-left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
    background-color: #fff;
}

.hero-text-wrapper {
    max-width: 500px;
}

.hero-text-wrapper h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.hero-lead {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 30px;
}

.hero-image-right {
    flex: 1;
    background-size: cover;
    background-position: center;
}

.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 14px 32px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #2c2c2c;
    color: #fff;
}

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

.btn-secondary {
    background-color: #e8d5c4;
    color: #2c2c2c;
}

.btn-secondary:hover {
    background-color: #d4c5b9;
}

.intro-section {
    padding: 80px 20px;
    background-color: #f5f5f5;
}

.intro-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
}

.intro-section p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    text-align: center;
}

.services-split-section {
    background-color: #fff;
}

.split-item {
    display: flex;
    min-height: 500px;
}

.split-item.reverse {
    flex-direction: row-reverse;
}

.split-image {
    flex: 1;
    background-size: cover;
    background-position: center;
}

.split-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
}

.split-content h3 {
    font-size: 32px;
    margin-bottom: 16px;
    color: #2c2c2c;
}

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

.price-tag {
    font-size: 24px;
    font-weight: 600;
    color: #c9b8a8;
    margin-bottom: 20px;
    display: block;
}

.btn-select-service {
    padding: 12px 28px;
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    align-self: flex-start;
    transition: all 0.3s ease;
}

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

.cta-inline {
    padding: 100px 20px;
    background-color: #e8d5c4;
    text-align: center;
}

.cta-inline h2 {
    font-size: 36px;
    margin-bottom: 16px;
    color: #2c2c2c;
}

.cta-inline p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #444;
}

.form-section {
    padding: 80px 20px;
    background-color: #f9f9f9;
}

.form-section h2 {
    font-size: 32px;
    margin-bottom: 12px;
    text-align: center;
}

.form-intro {
    text-align: center;
    margin-bottom: 40px;
    color: #666;
}

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

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #2c2c2c;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    font-family: inherit;
}

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

.contact-form button[type="submit"] {
    width: 100%;
}

.footer-main {
    background-color: #2c2c2c;
    color: #fff;
    padding: 60px 20px 20px;
}

.footer-split {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

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

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 16px;
}

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

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

.footer-col ul li {
    margin-bottom: 8px;
}

.footer-col ul li a {
    color: #aaa;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

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

.footer-disclaimer {
    background-color: #222;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 30px;
}

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

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

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

.service-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin-bottom: 20px;
}

.service-card h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #2c2c2c;
}

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

.services-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 60px 20px;
}

.about-split {
    display: flex;
    gap: 60px;
    align-items: center;
    padding: 80px 20px;
}

.about-content {
    flex: 1;
}

.about-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

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

.about-image {
    flex: 1;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}

.contact-info {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.contact-info h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.info-item {
    margin-bottom: 16px;
}

.info-item strong {
    display: block;
    margin-bottom: 4px;
    color: #2c2c2c;
}

.info-item span {
    color: #666;
}

.legal-page {
    padding: 80px 20px;
    background-color: #fff;
}

.legal-page h1 {
    font-size: 36px;
    margin-bottom: 30px;
}

.legal-page h2 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 16px;
}

.legal-page p,
.legal-page ul {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 16px;
}

.legal-page ul {
    padding-left: 30px;
}

.legal-page ul li {
    margin-bottom: 8px;
}

.thanks-page {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
}

.thanks-content h1 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.thanks-content p {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}

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

    .split-item.reverse {
        flex-direction: column;
    }

    .hero-image-right,
    .split-image {
        min-height: 300px;
    }

    .header-right {
        flex-direction: column;
        gap: 15px;
    }

    .nav-main {
        flex-direction: column;
        gap: 10px;
    }

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

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

    .hero-text-wrapper h1 {
        font-size: 32px;
    }
}
