* {
    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: #2c3e50;
    background: #ffffff;
}

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

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    padding: 24px;
    z-index: 10000;
    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;
    margin: 0;
    min-width: 300px;
}

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

.cookie-btn {
    padding: 12px 28px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.cookie-btn.accept {
    background: #2563eb;
    color: white;
}

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

.cookie-btn.reject {
    background: #e5e7eb;
    color: #374151;
}

.cookie-btn.reject:hover {
    background: #d1d5db;
}

.header-split {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 48px;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-left .logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2563eb;
}

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

.header-right a {
    font-weight: 500;
    color: #4b5563;
}

.header-right a:hover {
    color: #2563eb;
}

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

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

.hero-left h1 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #111827;
}

.hero-left p {
    font-size: 1.25rem;
    color: #6b7280;
    margin-bottom: 32px;
    max-width: 540px;
}

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

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

.cta-primary {
    display: inline-block;
    padding: 16px 36px;
    background: #2563eb;
    color: white;
    font-weight: 600;
    border-radius: 8px;
    font-size: 1.05rem;
}

.cta-primary:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.cta-inline {
    color: #2563eb;
    font-weight: 600;
    text-decoration: underline;
}

.cta-inline:hover {
    color: #1d4ed8;
}

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

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

.feature-image {
    flex: 1;
    background: #f3f4f6;
}

.feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.feature-content h2 {
    font-size: 2.5rem;
    margin-bottom: 24px;
    color: #111827;
}

.feature-content p {
    font-size: 1.1rem;
    color: #4b5563;
    margin-bottom: 20px;
    line-height: 1.7;
}

.services-grid {
    padding: 80px 48px;
    background: #f9fafb;
}

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

.services-intro h2 {
    font-size: 2.75rem;
    margin-bottom: 16px;
    color: #111827;
}

.services-intro p {
    font-size: 1.2rem;
    color: #6b7280;
}

.service-card-split {
    display: flex;
    margin-bottom: 48px;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.service-card-split.reverse {
    flex-direction: row-reverse;
}

.service-card-left {
    flex: 1;
    background: #e5e7eb;
}

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

.service-card-right {
    flex: 1;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-card-right h3 {
    font-size: 1.75rem;
    margin-bottom: 16px;
    color: #111827;
}

.service-card-right p {
    font-size: 1.05rem;
    color: #4b5563;
    margin-bottom: 24px;
    line-height: 1.6;
}

.price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2563eb;
}

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

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

.form-left h2 {
    font-size: 2.5rem;
    margin-bottom: 24px;
}

.form-left p {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #d1d5db;
}

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

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

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #374151;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 6px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.form-group textarea {
    resize: vertical;
}

.disclaimer-section {
    padding: 60px 48px;
    background: #fef3c7;
}

.disclaimer-content {
    max-width: 1000px;
    margin: 0 auto;
}

.disclaimer-content h3 {
    font-size: 1.5rem;
    margin-bottom: 16px;
    color: #92400e;
}

.disclaimer-content p {
    font-size: 0.95rem;
    color: #78350f;
    line-height: 1.7;
}

.footer-split {
    display: flex;
    padding: 60px 48px;
    background: #1f2937;
    color: white;
}

.footer-left {
    flex: 1;
    padding-right: 60px;
}

.footer-brand h3 {
    font-size: 1.75rem;
    margin-bottom: 12px;
}

.footer-brand p {
    color: #9ca3af;
    line-height: 1.6;
}

.footer-right {
    flex: 1;
    display: flex;
    gap: 60px;
}

.footer-column h4 {
    font-size: 1.1rem;
    margin-bottom: 16px;
}

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

.footer-column li {
    margin-bottom: 10px;
}

.footer-column a {
    color: #d1d5db;
}

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

@media (max-width: 1024px) {
    .hero-split,
    .feature-split,
    .form-split,
    .service-card-split {
        flex-direction: column;
    }

    .service-card-split.reverse {
        flex-direction: column;
    }

    .hero-left,
    .feature-content,
    .form-left,
    .form-right {
        padding: 48px 32px;
    }

    .hero-left h1 {
        font-size: 2.25rem;
    }

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

    .footer-left {
        padding-right: 0;
    }
}