.elementor-5405 .elementor-element.elementor-element-16ede67{--display:flex;}/* Start custom CSS for html, class: .elementor-element-90445ce */body {
    background-color: #f6f6f6;
    margin: 0;
    padding: 40px 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
}

.koster-container {
    max-width: 1100px;
    margin: 0 auto;
}

.main-title {
    color: #005a8c;
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
}

.white-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

.tech-content {
    display: flex;
    gap: 30px;
}

.image-side { flex: 1; }
.image-side img { width: 100%; border-radius: 10px; }
.img-desc { font-size: 13px; color: #666; margin-top: 10px; font-style: italic; }

.components-side { flex: 1.5; }

.blue-subtitle {
    color: #005a8c;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
}

.components-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.blue-button {
    background-color: #005a8c;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.intro-box p, .footer-text p {
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 850px) {
    .tech-content { flex-direction: column; }
}/* End custom CSS */