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

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

.ad-disclosure {
    background: #f8d7da;
    color: #721c24;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    border-bottom: 1px solid #f5c6cb;
}

.nav-asymmetric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    background: #1a252f;
    position: relative;
}

.nav-brand {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
}

.nav-links {
    display: flex;
    gap: 35px;
}

.nav-link {
    color: #e0e0e0;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

.nav-link:hover,
.nav-link.active {
    color: #4a90e2;
}

.hero-offset {
    display: flex;
    min-height: 85vh;
    align-items: center;
    padding: 60px 5%;
    gap: 50px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.hero-content-left {
    flex: 1;
    padding-right: 40px;
}

.hero-title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #1a252f;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 19px;
    margin-bottom: 35px;
    color: #5a6c7d;
    line-height: 1.7;
}

.cta-primary {
    display: inline-block;
    background: #4a90e2;
    color: #fff;
    padding: 16px 40px;
    text-decoration: none;
    font-size: 17px;
    border-radius: 4px;
    transition: background 0.3s;
    font-weight: 600;
}

.cta-primary:hover {
    background: #357abd;
}

.hero-image-right {
    flex: 1;
    position: relative;
    margin-top: -30px;
}

.hero-image-right img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    object-fit: cover;
    background-color: #e0e4e8;
}

.intro-staggered {
    display: flex;
    padding: 80px 5%;
    gap: 60px;
    align-items: flex-start;
    background: #ffffff;
}

.intro-text-offset {
    flex: 2;
    padding-top: 40px;
}

.intro-text-offset h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a252f;
    line-height: 1.3;
}

.intro-text-offset p {
    font-size: 17px;
    margin-bottom: 18px;
    color: #4a5568;
    line-height: 1.8;
}

.intro-stats-card {
    flex: 1;
    background: #f7fafc;
    padding: 40px;
    border-radius: 6px;
    border-left: 4px solid #4a90e2;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.stat-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.stat-number {
    font-size: 42px;
    font-weight: bold;
    color: #4a90e2;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 15px;
    color: #718096;
}

.problem-visual {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 5%;
    overflow: hidden;
    background-color: #2d3748;
}

.problem-visual img {
    position: absolute;
    left: 0;
    top: 0;
    width: 65%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    background-color: #4a5568;
}

.problem-text-overlay {
    position: relative;
    z-index: 2;
    max-width: 480px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 6px;
    margin-right: 5%;
}

.problem-text-overlay h3 {
    font-size: 28px;
    margin-bottom: 18px;
    color: #1a252f;
    line-height: 1.3;
}

.problem-text-overlay p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.7;
}

.services-asymmetric {
    padding: 90px 5%;
    background: #fafbfc;
}

.section-title-offset {
    font-size: 38px;
    margin-bottom: 50px;
    color: #1a252f;
    margin-left: 8%;
}

.services-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.service-card {
    background: #ffffff;
    border-radius: 6px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
}

.service-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 20px;
    background-color: #e2e8f0;
}

.card-large {
    flex: 1 1 calc(60% - 13px);
}

.card-medium {
    flex: 1 1 calc(40% - 13px);
}

.card-small {
    flex: 1 1 calc(33.333% - 17px);
}

.service-card h3 {
    font-size: 22px;
    margin-bottom: 14px;
    color: #1a252f;
}

.service-card p {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.price {
    font-size: 26px;
    font-weight: bold;
    color: #4a90e2;
    margin-bottom: 18px;
}

.btn-select {
    background: #4a90e2;
    color: #fff;
    border: none;
    padding: 13px 28px;
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
    font-weight: 600;
}

.btn-select:hover {
    background: #357abd;
}

.form-section-stacked {
    padding: 80px 5%;
    background: linear-gradient(to right, #667eea 0%, #764ba2 100%);
}

.form-container-offset {
    max-width: 600px;
    margin-left: 10%;
    background: #ffffff;
    padding: 45px;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.form-container-offset h2 {
    font-size: 32px;
    margin-bottom: 30px;
    color: #1a252f;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 14px;
    margin-bottom: 6px;
    color: #2d3748;
    font-weight: 600;
}

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

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

.form-group input[readonly] {
    background: #f7fafc;
    cursor: not-allowed;
}

.btn-submit {
    background: #667eea;
    color: #fff;
    border: none;
    padding: 15px;
    font-size: 17px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
    font-weight: 600;
    margin-top: 10px;
}

.btn-submit:hover {
    background: #5568d3;
}

.trust-section {
    padding: 80px 5%;
    background: #ffffff;
}

.trust-content h2 {
    font-size: 36px;
    margin-bottom: 45px;
    color: #1a252f;
    text-align: center;
}

.trust-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.trust-item {
    flex: 1 1 calc(50% - 15px);
    padding: 35px;
    background: #f7fafc;
    border-radius: 6px;
    border-top: 3px solid #4a90e2;
}

.trust-item h4 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1a252f;
}

.trust-item p {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.7;
}

.footer {
    background: #1a252f;
    color: #e0e0e0;
    padding: 50px 5% 20px;
}

.footer-content {
    display: flex;
    gap: 50px;
    margin-bottom: 40px;
}

.footer-column {
    flex: 1;
}

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

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

.footer-column a {
    display: block;
    color: #a0aec0;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 14px;
    transition: color 0.3s;
}

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

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #2d3748;
    font-size: 13px;
    color: #718096;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2d3748;
    color: #ffffff;
    padding: 25px 5%;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
    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;
    gap: 30px;
}

.cookie-content p {
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
}

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

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

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

.btn-accept {
    background: #4a90e2;
    color: #ffffff;
}

.btn-accept:hover {
    background: #357abd;
}

.btn-reject {
    background: #4a5568;
    color: #ffffff;
}

.btn-reject:hover {
    background: #2d3748;
}

.thanks-container {
    max-width: 700px;
    margin: 100px auto;
    padding: 60px 40px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    text-align: center;
}

.thanks-container h1 {
    font-size: 42px;
    margin-bottom: 25px;
    color: #1a252f;
}

.thanks-container p {
    font-size: 17px;
    margin-bottom: 18px;
    color: #4a5568;
    line-height: 1.7;
}

.thanks-container .btn-home {
    display: inline-block;
    margin-top: 30px;
    background: #4a90e2;
    color: #fff;
    padding: 14px 35px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s;
}

.thanks-container .btn-home:hover {
    background: #357abd;
}

@media (max-width: 968px) {
    .hero-offset {
        flex-direction: column;
    }

    .hero-content-left {
        padding-right: 0;
    }

    .intro-staggered {
        flex-direction: column;
    }

    .services-layout {
        flex-direction: column;
    }

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

    .trust-grid {
        flex-direction: column;
    }

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

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