* {
    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;
}

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

.main-nav {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.nav-brand {
    font-size: 22px;
    font-weight: 700;
    color: #2563eb;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 40px;
}

.nav-menu a {
    color: #4b5563;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-menu a:hover {
    color: #2563eb;
}

.hero-split {
    display: flex;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 40px;
    gap: 80px;
}

.hero-content {
    flex: 1;
}

.hero-content h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.2;
    color: #1e293b;
    margin-bottom: 24px;
}

.hero-subtitle {
    font-size: 19px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 36px;
}

.cta-primary {
    display: inline-block;
    background: #2563eb;
    color: #ffffff;
    padding: 16px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    transition: all 0.3s;
}

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

.hero-visual {
    flex: 1;
    background: #f1f5f9;
    border-radius: 12px;
    overflow: hidden;
}

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

.value-split {
    display: flex;
    align-items: center;
    max-width: 1400px;
    margin: 120px auto;
    padding: 0 40px;
    gap: 80px;
}

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

.value-visual {
    flex: 1;
    background: #f8fafc;
    border-radius: 12px;
    overflow: hidden;
}

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

.value-content {
    flex: 1;
}

.value-content h2 {
    font-size: 38px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 24px;
    line-height: 1.3;
}

.value-content p {
    font-size: 17px;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 20px;
}

.insight-section {
    background: #f8fafc;
    padding: 100px 40px;
    margin: 120px 0;
}

.section-container {
    max-width: 1400px;
    margin: 0 auto;
}

.insight-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #0f172a;
    text-align: center;
    margin-bottom: 60px;
}

.insight-grid {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.insight-card {
    flex: 1;
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.insight-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 16px;
}

.insight-card p {
    font-size: 16px;
    color: #64748b;
    line-height: 1.7;
}

.services-main {
    padding: 120px 40px;
}

.section-title-center {
    font-size: 44px;
    font-weight: 700;
    color: #0f172a;
    text-align: center;
    margin-bottom: 80px;
}

.services-split-layout {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.service-block {
    display: flex;
    gap: 60px;
    align-items: center;
}

.service-block.reverse {
    flex-direction: row-reverse;
}

.service-image {
    flex: 1;
    background: #f1f5f9;
    border-radius: 12px;
    overflow: hidden;
}

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

.service-info {
    flex: 1;
}

.service-info h3 {
    font-size: 32px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
}

.service-info p {
    font-size: 17px;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 24px;
}

.service-price {
    font-size: 36px;
    font-weight: 800;
    color: #2563eb;
    margin-bottom: 24px;
}

.service-select {
    background: #2563eb;
    color: #ffffff;
    border: none;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.service-select:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
}

.testimonials-section {
    background: #0f172a;
    padding: 100px 40px;
    color: #ffffff;
}

.testimonials-section h2 {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
}

.testimonials-layout {
    display: flex;
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.testimonial-card {
    flex: 1;
    background: rgba(255,255,255,0.05);
    padding: 40px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.1);
}

.testimonial-text {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 24px;
    font-style: italic;
}

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

.form-section {
    padding: 120px 40px;
    background: #f8fafc;
}

.form-container {
    max-width: 800px;
    margin: 0 auto;
}

.form-intro {
    text-align: center;
    margin-bottom: 50px;
}

.form-intro h2 {
    font-size: 40px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
}

.form-intro p {
    font-size: 17px;
    color: #64748b;
}

.contact-form {
    background: #ffffff;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

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

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s;
}

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

.service-error {
    display: none;
    background: #fef2f2;
    color: #dc2626;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
}

.service-error.show {
    display: block;
}

.form-submit {
    width: 100%;
    background: #2563eb;
    color: #ffffff;
    border: none;
    padding: 16px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.form-submit:hover {
    background: #1d4ed8;
}

.main-footer {
    background: #1e293b;
    color: #cbd5e1;
    padding: 80px 40px 40px;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    margin-bottom: 50px;
}

.footer-column {
    flex: 1;
}

.footer-column h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-column p {
    font-size: 15px;
    line-height: 1.7;
}

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

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

.footer-column a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.3s;
}

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

.contact-email {
    color: #94a3b8;
    font-weight: 500;
    margin-top: 12px;
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
}

.disclaimer {
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.footer-bottom p:last-child {
    font-size: 14px;
    color: #64748b;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
    padding: 24px 40px;
    z-index: 2000;
    display: none;
}

.cookie-banner.show {
    display: block;
}

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

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

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

.cookie-accept,
.cookie-reject {
    padding: 12px 28px;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

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

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

.cookie-reject {
    background: #f1f5f9;
    color: #475569;
}

.cookie-reject:hover {
    background: #e2e8f0;
}

.thanks-container {
    max-width: 800px;
    margin: 100px auto;
    padding: 60px;
    background: #f8fafc;
    border-radius: 12px;
    text-align: center;
}

.thanks-container h1 {
    font-size: 44px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 24px;
}

.thanks-container p {
    font-size: 18px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 16px;
}

.selected-service-display {
    background: #ffffff;
    padding: 24px;
    border-radius: 8px;
    margin: 30px 0;
    border-left: 4px solid #2563eb;
}

.selected-service-display strong {
    color: #2563eb;
    font-size: 20px;
}

.page-container {
    max-width: 1000px;
    margin: 60px auto;
    padding: 0 40px;
}

.page-container h1 {
    font-size: 44px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 40px;
}

.page-container h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-container p {
    font-size: 17px;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 20px;
}

.page-container ul {
    margin-left: 30px;
    margin-bottom: 20px;
}

.page-container li {
    font-size: 17px;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 12px;
}

.contact-info-section {
    background: #f8fafc;
    padding: 40px;
    border-radius: 12px;
    margin: 40px 0;
}

.contact-info-section h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
}

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

.contact-detail strong {
    display: block;
    color: #334155;
    font-weight: 600;
    margin-bottom: 4px;
}

.contact-detail span {
    color: #64748b;
    font-size: 16px;
}

@media (max-width: 1024px) {
    .hero-split,
    .value-split,
    .service-block {
        flex-direction: column;
        gap: 40px;
    }

    .service-block.reverse {
        flex-direction: column;
    }

    .insight-grid,
    .testimonials-layout,
    .footer-container {
        flex-direction: column;
    }

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

    .nav-menu {
        gap: 20px;
    }

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

@media (max-width: 768px) {
    .nav-container {
        padding: 0 20px;
    }

    .hero-split,
    .value-split,
    .services-main {
        padding: 60px 20px;
    }

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

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

    .section-title-center {
        font-size: 32px;
    }

    .contact-form {
        padding: 30px;
    }
}