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

a {
    text-decoration: none;
    color: inherit;
}

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

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

.header-split {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-left .logo {
    font-size: 24px;
    font-weight: 700;
    color: #2a3f5f;
}

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

.header-right a {
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
}

.header-right a:hover {
    color: #2a3f5f;
}

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

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

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

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

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

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

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

.cta-primary:hover {
    background: #1a2f4f;
}

.why-now {
    padding: 80px 40px;
    background: #ffffff;
}

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

.content-wrapper-narrow h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

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

.process-split {
    display: flex;
}

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

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

.process-text {
    flex: 1;
    padding: 80px 60px;
    background: #f8f9fa;
}

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

.process-text p {
    font-size: 18px;
    margin-bottom: 24px;
    color: #555;
}

.feature-list {
    list-style: none;
    margin-top: 32px;
}

.feature-list li {
    padding: 12px 0 12px 28px;
    position: relative;
    font-size: 16px;
    color: #333;
}

.feature-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2a3f5f;
    font-weight: bold;
}

.services-intro {
    padding: 80px 40px 40px;
    background: #ffffff;
    text-align: center;
}

.content-wrapper-wide {
    max-width: 1200px;
    margin: 0 auto;
}

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

.services-intro p {
    font-size: 18px;
    color: #555;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 40px;
    background: #ffffff;
    max-width: 1240px;
    margin: 0 auto;
}

.service-card {
    flex: 1 1 calc(50% - 15px);
    min-width: 320px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

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

.service-image {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
}

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

.service-content {
    padding: 24px;
}

.service-content h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.service-content p {
    font-size: 15px;
    color: #666;
    margin-bottom: 8px;
}

.service-content .price {
    font-size: 24px;
    font-weight: 700;
    color: #2a3f5f;
    margin: 16px 0;
}

.btn-select-service {
    background: #2a3f5f;
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%;
}

.btn-select-service:hover {
    background: #1a2f4f;
}

.testimonials-split {
    display: flex;
    background: #f8f9fa;
}

.testimonial-text {
    flex: 1;
    padding: 60px 40px;
}

.testimonial-text blockquote {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    font-style: italic;
}

.testimonial-text cite {
    display: block;
    margin-top: 16px;
    font-size: 15px;
    font-style: normal;
    color: #2a3f5f;
    font-weight: 600;
}

.form-section {
    padding: 80px 40px;
    background: #ffffff;
}

.form-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
}

.form-left {
    flex: 1;
}

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

.form-left p {
    font-size: 18px;
    color: #555;
}

.form-right {
    flex: 1;
}

.form-right form {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
}

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

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

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

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

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

.disclaimer-section {
    padding: 60px 40px;
    background: #fff9e6;
}

.disclaimer {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

.footer {
    background: #1a1a1a;
    color: #ffffff;
    padding: 60px 40px 20px;
}

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

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

.footer-column p {
    font-size: 14px;
    color: #aaa;
}

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

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

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

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

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
    z-index: 1000;
    padding: 20px;
}

.cookie-banner.hidden {
    display: none;
}

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

.cookie-content p {
    font-size: 14px;
    color: #333;
    flex: 1;
}

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

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

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

.btn-cookie-accept {
    background: #2a3f5f;
    color: #ffffff;
}

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

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

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

.thanks-container {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 40px;
}

.thanks-box {
    max-width: 600px;
    text-align: center;
}

.thanks-box h1 {
    font-size: 42px;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.thanks-box p {
    font-size: 18px;
    color: #555;
    margin-bottom: 16px;
}

.thanks-service {
    font-size: 20px;
    font-weight: 600;
    color: #2a3f5f;
    margin: 24px 0;
}

.btn-back-home {
    display: inline-block;
    background: #2a3f5f;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    margin-top: 24px;
    transition: background 0.3s ease;
}

.btn-back-home:hover {
    background: #1a2f4f;
}

.legal-page {
    padding: 80px 40px;
    background: #ffffff;
}

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

.legal-content h1 {
    font-size: 40px;
    margin-bottom: 32px;
    color: #1a1a1a;
}

.legal-content h2 {
    font-size: 28px;
    margin: 32px 0 16px;
    color: #2a3f5f;
}

.legal-content h3 {
    font-size: 22px;
    margin: 24px 0 12px;
    color: #333;
}

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

.legal-content ul {
    margin: 16px 0 16px 24px;
}

.legal-content ul li {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 8px;
}

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

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

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

.contact-info-block {
    margin-bottom: 32px;
}

.contact-info-block h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2a3f5f;
}

.contact-info-block p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

.contact-right {
    flex: 1;
    position: relative;
    overflow: hidden;
    background-color: #4a5568;
}

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

@media (max-width: 768px) {
    .hero-split,
    .process-split,
    .testimonials-split,
    .form-wrapper,
    .contact-split {
        flex-direction: column;
    }

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

    .header-split {
        flex-direction: column;
        gap: 20px;
    }

    .service-card {
        flex: 1 1 100%;
    }

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

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