body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    margin: 0 auto;
    background: #FFFFFF !important;
    Max-width: 1500px;
    padding: 20px;
}

.conquest-banner {
    background: linear-gradient(135deg, #001e50 0%, #003d82 100%);
    color: #ffffff;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 40px;
    box-shadow: 0 4px 15px rgba(0, 30, 80, 0.3);
}

.content {
    background: #FFFFFF !important;
}

.conquest-banner h2 {
    font-size: 2.2em;
    margin: 0 0 15px 0;
    font-weight: 700;
}

.conquest-banner .amount {
    font-size: 3.5em;
    font-weight: 900;
    color: #00b4d8;
    margin: 10px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.conquest-banner p {
    font-size: 1.2em;
    margin: 10px 0;
}

h1 {
    color: #001e50;
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
}

h2 {
    color: #003d82;
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 3px solid #00b4d8;
    padding-bottom: 10px;
    font-weight: 600;
}

.intro {
    font-size: 1.15em;
    color: #003d82;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px;
}

.content-section {
    margin-bottom: 35px;
}

.content-section p {
    margin-bottom: 18px;
}

.image-placeholder {
    background: linear-gradient(135deg, #e8f4f8 0%, #d4e9f2 100%);
    border: 2px solid #00b4d8;
    padding: 40px;
    text-align: center;
    color: #003d82;
    font-style: italic;
    margin: 30px 0;
    border-radius: 8px;
}

.image-left {
    float: left;
    margin: 0 30px 20px 0;
    max-width: 600px;
    width: 100%;
}

.image-right {
    float: right;
    margin: 0 0 20px 30px;
    max-width: 600px;
    width: 100%;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    box-shadow: 0 2px 10px rgba(0, 30, 80, 0.1);
    overflow: hidden;
}

.comparison-table th {
    background: linear-gradient(135deg, #001e50 0%, #003d82 100%);
    color: #ffffff;
    padding: 15px;
    text-align: left;
    font-weight: 600;
}

.comparison-table td {
    padding: 15px;
    border-bottom: 1px solid #d4e9f2;
}

.comparison-table tr:nth-child(even) {
    background-color: #f7fbfd;
}

.comparison-table tr:hover {
    background-color: #e8f4f8;
}

.tiguan-highlight {
    background-color: #e8f4f8;
    font-weight: 600;
    color: #003d82;
}

.cta-section {
    background: linear-gradient(135deg, #003d82 0%, #0059b3 100%);
    color: #ffffff;
    padding: 40px;
    text-align: center;
    margin: 50px 0;
    border-radius: 10px;
}

.cta-button {
    display: inline-block;
    background-color: #00b4d8;
    color: #001e50;
    padding: 18px 40px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2em;
    border-radius: 50px;
    margin: 15px 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 180, 216, 0.3);
}

.cta-button:hover {
    background-color: #90e0ef;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 180, 216, 0.4);
}

.highlight-box {
    background-color: #e8f4f8;
    border-left: 5px solid #00b4d8;
    padding: 20px;
    margin: 25px 0;
    border-radius: 5px;
}

.disclaimer {
    background-color: #f7fbfd;
    padding: 25px;
    margin-top: 50px;
    border-radius: 5px;
    font-size: 0.9em;
    color: #003d82;
    border: 1px solid #d4e9f2;
}

.disclaimer h3 {
    color: #003d82;
    margin-top: 0;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 768px) {
    .image-left,
    .image-right {
        float: none;
        margin: 20px auto;
        max-width: 100%;
    }
    
    .conquest-banner h2 {
        font-size: 1.6em;
    }
    
    .conquest-banner .amount {
        font-size: 2.5em;
    }
    
    h1 {
        font-size: 1.8em;
    }
    
    h2 {
        font-size: 1.4em;
    }
    
    .comparison-table {
        font-size: 0.9em;
    }
    
    .comparison-table th,
    .comparison-table td {
        padding: 10px;
    }
    
    .cta-button {
        display: block;
        margin: 15px auto;
    }
}