.elementor-5459 .elementor-element.elementor-element-8f3d8be{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7ae1d81 *//* DISEÑO PROFESIONAL KÖSTER */
body {
    background-color: #f6f6f6;
    margin: 0;
    padding: 40px 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

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

.main-title {
    color: #005a8c;
    font-size: 28px;
    text-align: center;
    margin-bottom: 35px;
    font-weight: 700;
}

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

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

.image-side { flex: 1; }
.image-side img { width: 100%; border-radius: 12px; }

.alternative-box {
    margin-top: 20px;
    padding: 20px;
    background: #f9f9f9;
    border-left: 5px solid #005a8c;
    font-size: 14px;
}

.components-side { flex: 1.2; }

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

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

.blue-button {
    background-color: #005a8c;
    color: #fff;
    padding: 15px 20px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-text h3 { color: #005a8c; margin-top: 0; }
.separator { border: 0; height: 1px; background: #eee; margin-bottom: 20px; }

.tech-list {
    margin: 20px 0;
    padding-left: 20px;
}

.tech-list li {
    margin-bottom: 12px;
}

.specs-note {
    font-size: 12px;
    color: #888;
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 20px;
}

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