/* Globálne premenné a základné štýly tela stránky */
#html_custom_template {
--orange: #ff6600;
--light-bg: #f9fafb;
--white: #ffffff;
--text-dark: #1f2937;
--text-secondary: #6b7280;
--border-color: #e5e7eb;
--blue-link: #3e8edd;
--icon-color: var(--orange);
}

#html_custom_template body {
margin: 0;
font-family: 'Inter', sans-serif;
background-color: var(--light-bg);
color: var(--text-dark);
overflow-x: hidden;
}

/* Hlavný kontajner */
#html_custom_template #miele-servis-block *,
#html_custom_template #miele-servis-block *:before,
#html_custom_template #miele-servis-block *:after {
box-sizing: border-box;
}

#html_custom_template #miele-servis-block.showroom-section {
font-family: 'Inter', sans-serif;
background-color: transparent;
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 40px 0;
overflow-x: hidden;
}

#html_custom_template #miele-servis-block .page-wrapper {
width: 100%;
max-width: 1300px;
margin: 0 auto;
padding: 0 20px;
overflow: hidden;
}

#html_custom_template #miele-servis-block .page-header {
text-align: center;
margin-bottom: 50px;
}
#html_custom_template #miele-servis-block .page-header h1 { font-size: clamp(2.5rem, 5vw, 3.5rem); font-weight: 800; color: var(--text-dark); line-height: 1.2; margin-bottom: 15px; }
#html_custom_template #miele-servis-block .page-header h1 span { color: var(--orange); }
#html_custom_template #miele-servis-block .page-header p { font-size: clamp(1.1rem, 2vw, 1.25rem); color: var(--text-secondary); max-width: 800px; margin: 0 auto; line-height: 1.6; }

#html_custom_template #miele-servis-block .feature-split,
#html_custom_template #miele-servis-block .section-block {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
}

#html_custom_template #miele-servis-block .feature-split {
display: flex;
align-items: center;
gap: 40px;
background-color: var(--white);
border-radius: 24px;
overflow: hidden;
margin-bottom: 50px;
}
#html_custom_template #miele-servis-block .feature-split--reversed {
flex-direction: row-reverse;
}
#html_custom_template #miele-servis-block .feature-split__text {
flex: 1 1 55%;
padding: 40px;
}
#html_custom_template #miele-servis-block .feature-split__text h2 {
font-size: 2rem;
font-weight: 700;
margin-top: 0;
margin-bottom: 20px;
line-height: 1.3;
}
#html_custom_template #miele-servis-block .feature-split__text p {
font-size: 1rem;
line-height: 1.7;
color: var(--text-secondary);
margin-bottom: 20px;
}
#html_custom_template #miele-servis-block .feature-split__text ul {
list-style: none;
padding: 0;
margin: 0;
}
#html_custom_template #miele-servis-block .feature-split__text ul li {
display: flex;
align-items: flex-start;
gap: 15px;
margin-bottom: 15px;
font-size: 1rem;
color: var(--text-secondary);
}
#html_custom_template #miele-servis-block .feature-split__text ul .icon {
width: 24px;
height: 24px;
flex-shrink: 0;
margin-top: 2px;
color: var(--orange);
}
#html_custom_template #miele-servis-block .feature-split__image {
flex: 1 1 45%;
min-height: 450px;
overflow: hidden;
}
#html_custom_template #miele-servis-block .feature-split__image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease-in-out;
}

#html_custom_template #miele-servis-block .feature-split__image:hover img {
transform: scale(1.05);
}

#html_custom_template #miele-servis-block .section-block {
background-color: var(--white);
border-radius: 24px;
padding: 40px;
margin-bottom: 50px;
}
#html_custom_template #miele-servis-block .section-block h2 {
font-size: 2rem;
font-weight: 700;
text-align: center;
margin-top: 0;
margin-bottom: 15px;
line-height: 1.3;
}

#html_custom_template #miele-servis-block .section-block .intro-text {
text-align: center;
max-width: 800px;
margin: 0 auto 40px;
line-height: 1.7;
color: var(--text-secondary);
font-size: 1.1rem;
}

#html_custom_template #miele-servis-block .service-note {
background-color: #fffbeb;
border-left: 4px solid #f59e0b;
padding: 15px 20px;
border-radius: 8px;
margin-top: 30px;
font-size: 1rem;
text-align: center;
}
#html_custom_template #miele-servis-block .service-note p {
margin: 0;
color: #78350f;
}

/* Nové štýly pre cenové karty */
#html_custom_template #miele-servis-block .price-cards-container {
display: flex;
justify-content: center;
gap: 30px;
flex-wrap: wrap;
margin-top: 20px;
}

#html_custom_template #miele-servis-block .price-card {
background-color: var(--light-bg);
border: 1px solid var(--border-color);
border-radius: 16px;
padding: 25px;
text-align: center;
width: 100%;
max-width: 320px;
box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05), 0 2px 4px -1px rgba(0,0,0,0.03);
display: flex;
flex-direction: column;
justify-content: center;
}

#html_custom_template #miele-servis-block .price-card p {
margin: 0;
color: var(--text-secondary);
font-size: 1rem;
}

#html_custom_template #miele-servis-block .price-card h3 {
font-size: 2.2rem;
font-weight: 700;
color: var(--text-dark);
margin: 10px 0;
}

#html_custom_template #miele-servis-block .price-card .price {
font-size: 2.5rem;
font-weight: 800;
color: var(--orange);
margin: 10px 0;
}

#html_custom_template #miele-servis-block .price-card .price-note {
font-size: 0.9rem;
color: var(--text-secondary);
margin-top: 5px;
}

/* CTA tlačítko */
#html_custom_template #miele-servis-block .cta-container {
text-align: center;
margin-top: 40px;
}

#html_custom_template #miele-servis-block .cta-button {
display: inline-block;
background-color: var(--orange);
color: var(--white);
padding: 15px 35px;
border-radius: 8px;
text-decoration: none;
font-size: 1.1rem;
font-weight: 600;
transition: background-color 0.2s ease, transform 0.2s ease;
}

#html_custom_template #miele-servis-block .cta-button:hover {
background-color: #e65c00;
transform: translateY(-2px);
}

/* Responzivita */
@media (max-width: 992px) {
#html_custom_template #miele-servis-block .feature-split,
#html_custom_template #miele-servis-block .feature-split--reversed {
flex-direction: column;
}
#html_custom_template #miele-servis-block .feature-split__image {
min-height: 300px;
width: 100%;
}
}
@media (max-width: 768px) {
#html_custom_template #miele-servis-block .section-block,
#html_custom_template #miele-servis-block .feature-split__text {
padding: 25px 20px;
}
#html_custom_template #miele-servis-block .price-cards-container {
gap: 20px;
}
}
