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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #ffffff;
}

.ad-disclosure {
    background-color: #f8f9fa;
    padding: 8px 20px;
    text-align: center;
    font-size: 13px;
    color: #6c757d;
    border-bottom: 1px solid #dee2e6;
}

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

.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;
    gap: 20px;
}

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

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

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

.btn-accept {
    background-color: #27ae60;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #229954;
}

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

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

.header-split {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.header-left .logo {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    text-decoration: none;
    text-transform: lowercase;
}

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

.header-right a {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.header-right a:hover {
    color: #27ae60;
}

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

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

.hero-left h1 {
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.hero-left p {
    font-size: 19px;
    margin-bottom: 32px;
    color: #495057;
    max-width: 540px;
}

.hero-right {
    flex: 1;
    background-color: #e9ecef;
}

.hero-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-primary {
    display: inline-block;
    padding: 16px 36px;
    background-color: #27ae60;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    align-self: flex-start;
}

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

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

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

.intro-left h2 {
    font-size: 36px;
    margin-bottom: 28px;
    color: #1a1a1a;
}

.intro-left p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #495057;
    line-height: 1.7;
}

.intro-right {
    flex: 1;
    background-color: #e9ecef;
}

.intro-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-preview {
    padding: 80px 60px;
    background-color: #ffffff;
}

.services-header {
    text-align: center;
    margin-bottom: 60px;
}

.services-header h2 {
    font-size: 38px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.services-header p {
    font-size: 18px;
    color: #6c757d;
}

.services-grid-split {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.service-card {
    flex: 1;
    min-width: 320px;
    max-width: 380px;
    background-color: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.service-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    background-color: #dee2e6;
}

.service-card h3 {
    padding: 24px 24px 12px 24px;
    font-size: 22px;
    color: #1a1a1a;
}

.service-card p {
    padding: 0 24px;
    font-size: 15px;
    color: #495057;
    line-height: 1.6;
}

.service-card .price {
    padding: 20px 24px 24px 24px;
    font-size: 24px;
    font-weight: 700;
    color: #27ae60;
}

.why-us-split {
    display: flex;
    min-height: 550px;
    background-color: #2c3e50;
}

.why-left {
    flex: 1;
    padding: 80px 60px;
    color: #ffffff;
}

.why-left h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.reason-block {
    margin-bottom: 32px;
}

.reason-block h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #27ae60;
}

.reason-block p {
    font-size: 16px;
    line-height: 1.6;
    color: #ecf0f1;
}

.why-right {
    flex: 1;
    background-color: #34495e;
}

.why-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials-section {
    padding: 80px 60px;
    background-color: #f8f9fa;
}

.testimonials-section h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
    color: #1a1a1a;
}

.testimonials-split {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.testimonial-card {
    flex: 1;
    min-width: 280px;
    background-color: #ffffff;
    padding: 32px;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.testimonial-card p {
    font-size: 17px;
    line-height: 1.6;
    color: #2c3e50;
    margin-bottom: 16px;
    font-style: italic;
}

.testimonial-author {
    display: block;
    font-size: 14px;
    color: #6c757d;
    font-weight: 600;
}

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

.form-left {
    flex: 1;
    padding: 80px 60px;
    background-color: #27ae60;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-left h2 {
    font-size: 38px;
    margin-bottom: 20px;
}

.form-left p {
    font-size: 17px;
    margin-bottom: 32px;
    line-height: 1.6;
}

.form-benefits {
    list-style: none;
    padding: 0;
}

.form-benefits li {
    padding: 12px 0;
    font-size: 16px;
    position: relative;
    padding-left: 28px;
}

.form-benefits li::before {
    content: '✓';
    position: absolute;
    left: 0;
    font-weight: 700;
    font-size: 18px;
}

.form-right {
    flex: 1;
    padding: 80px 60px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
}

.contact-form {
    width: 100%;
    max-width: 500px;
}

.contact-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2c3e50;
    font-size: 14px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 15px;
    font-family: inherit;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #27ae60;
}

.btn-submit {
    width: 100%;
    padding: 16px;
    background-color: #2c3e50;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.disclaimer-section {
    padding: 40px 60px;
    background-color: #fff3cd;
    border-top: 3px solid #ffc107;
}

.disclaimer-section p {
    font-size: 14px;
    line-height: 1.7;
    color: #856404;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-split {
    display: flex;
    padding: 60px 60px 40px 60px;
    background-color: #1a1a1a;
    color: #ecf0f1;
}

.footer-left {
    flex: 1;
}

.footer-brand {
    margin-bottom: 32px;
}

.footer-brand strong {
    font-size: 22px;
    display: block;
    margin-bottom: 8px;
    color: #ffffff;
}

.footer-brand p {
    font-size: 15px;
    color: #adb5bd;
}

.footer-contact p {
    margin-bottom: 8px;
    font-size: 14px;
    color: #adb5bd;
}

.footer-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
}

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

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

.footer-copy {
    font-size: 13px;
    color: #6c757d;
}

@media (max-width: 768px) {
    .header-split {
        padding: 16px 20px;
        flex-direction: column;
        gap: 16px;
    }

    .header-right {
        gap: 16px;
    }

    .hero-split,
    .intro-split,
    .why-us-split,
    .form-split {
        flex-direction: column;
    }

    .hero-left,
    .intro-left,
    .why-left,
    .form-left,
    .form-right {
        padding: 40px 20px;
    }

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

    .services-preview {
        padding: 40px 20px;
    }

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

    .footer-split {
        flex-direction: column;
        padding: 40px 20px;
        gap: 32px;
    }

    .footer-right {
        align-items: flex-start;
    }
}

.thanks-split {
    display: flex;
    min-height: 500px;
    align-items: center;
    justify-content: center;
}

.thanks-content {
    text-align: center;
    padding: 60px 40px;
    max-width: 600px;
}

.thanks-content h1 {
    font-size: 42px;
    margin-bottom: 24px;
    color: #27ae60;
}

.thanks-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #495057;
    margin-bottom: 16px;
}

.thanks-content .btn-primary {
    margin-top: 32px;
}

.page-header {
    padding: 80px 60px 40px 60px;
    background-color: #2c3e50;
    color: #ffffff;
}

.page-header h1 {
    font-size: 42px;
    margin-bottom: 16px;
}

.page-content {
    padding: 60px 60px 80px 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.page-content h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.page-content h3 {
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.page-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
    color: #495057;
}

.page-content ul {
    margin-bottom: 20px;
    padding-left: 24px;
}

.page-content ul li {
    margin-bottom: 10px;
    line-height: 1.6;
    color: #495057;
}

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

.about-left {
    flex: 1;
    background-color: #dee2e6;
}

.about-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-right {
    flex: 1.2;
    padding: 80px 60px;
}

.about-right h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.about-right p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #495057;
}

.values-section {
    padding: 80px 60px;
    background-color: #f8f9fa;
}

.values-section h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    color: #1a1a1a;
}

.values-grid {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.value-card {
    flex: 1;
    min-width: 280px;
    background-color: #ffffff;
    padding: 36px;
    border-radius: 8px;
}

.value-card h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #27ae60;
}

.value-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #495057;
}

.contact-info-split {
    display: flex;
    min-height: 400px;
}

.contact-info-left {
    flex: 1;
    padding: 60px;
    background-color: #f8f9fa;
}

.contact-info-left h2 {
    font-size: 32px;
    margin-bottom: 32px;
    color: #1a1a1a;
}

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

.contact-detail h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #2c3e50;
    font-weight: 600;
}

.contact-detail p {
    font-size: 16px;
    color: #495057;
    line-height: 1.6;
}

.contact-info-right {
    flex: 1;
    background-color: #dee2e6;
}

.contact-info-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-detail-section {
    padding: 80px 60px;
    background-color: #ffffff;
}

.services-detail-section h2 {
    font-size: 38px;
    margin-bottom: 20px;
    text-align: center;
    color: #1a1a1a;
}

.services-detail-section > p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 60px;
    color: #6c757d;
}

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

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

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

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

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

.service-detail-content h3 {
    font-size: 28px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.service-detail-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #495057;
}

.service-detail-content .price {
    font-size: 26px;
    font-weight: 700;
    color: #27ae60;
    margin-bottom: 20px;
    display: block;
}

.service-detail-content .btn-primary {
    display: inline-block;
}