:root {
    --grafite: #6E6E6E;
    --grafite-light: #8a8b8a;
    --grafite-card: #a6a8a7;
    --blue-primary: #1a6fd4;
    --blue-dark: #1358ac;
    --blue-light: #2b84e8;
    --sz-danger: #e03030;
    --sz-success: #2ab06f;
    --text-light: #f0f2f5;
    --sz-text-muted: #9aa3b0;
    --border-subtle: rgba(255,255,255,0.07);
    --sz-primary: #1a6fc4;
    --sz-primary-dark: #0d4f8e;
    --graphite: #6E6E6E;
    --graphite-mid: #8a8b8a;
    --graphite-light: #a6a8a7;
    --card-bg: #7d7f7e;
}

.sz-section-label {
    font-size: 1rem; font-weight: 700; letter-spacing: .12em;
    text-transform: uppercase; color: #574d4d; margin-bottom: 8px; display: block;
}
.sz-section-heading {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
    font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.1; color: #6E6E6E;
}
.sz-section-heading.light { color: #fff; }

/* Stats Bar */
.sz-stats-bar { background: var(--grafite); padding: 40px 0; }
.sz-stat-item .number { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 2.6rem; color: #fff; line-height: 1; }
.sz-stat-item .label { font-size: .82rem; color: var(--sz-text-muted); margin-top: 4px; }

/* Compare */
.sz-compare-section { background: #f5f7fa; padding: 80px 0; }
.sz-problem-card { background: #fff; border: 1.5px solid #fce4e4; border-left: 4px solid var(--sz-danger); border-radius: 10px; padding: 28px; height: 100%; }
.sz-problem-card .card-header-inner { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.sz-problem-card h5 { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.15rem; color: var(--sz-danger); margin: 0; }
.sz-problem-item { display: flex; align-items: flex-start; gap: 10px; padding: 10px 0; border-bottom: 1px solid #fce4e4; font-size: .9rem; color: #444; line-height: 1.5; }
.sz-problem-item:last-child { border-bottom: none; }
.sz-problem-item .dot { color: var(--sz-danger); font-size: 1.1rem; line-height: 1.4; flex-shrink: 0; }

.sz-solution-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.sz-solution-card { background: #fff; border: 1.5px solid #d6f0e3; border-radius: 10px; padding: 20px; transition: transform .2s, box-shadow .2s; }
.sz-solution-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(42,176,111,.12); }
.sz-solution-card .icon-wrap { width: 40px; height: 40px; background: rgba(42,176,111,.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; font-size: 1.2rem; }
.sz-solution-card h6 { font-weight: 700; font-size: .9rem; color: #6E6E6E; margin-bottom: 4px; }
.sz-solution-card p { font-size: .82rem; color: #666; margin: 0; line-height: 1.5; }

/* Difference */
.sz-difference-section { background: var(--grafite-card); padding: 80px 0; }
.sz-diff-quote { background: rgba(255,255,255,0.04); border: 1px solid rgba(0,0,0,0.25); border-left: 4px solid var(--blue-light); border-radius: 8px; padding: 28px 32px; color: #fff; font-size: 1.05rem; line-height: 1.75; font-style: italic; }
.sz-diff-feature-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(0,0,0,0.25); border-radius: 10px; padding: 22px; }
.sz-diff-feature-card .emoji { font-size: 2rem; margin-bottom: 10px; }
.sz-diff-feature-card h6 { color: #fff; font-weight: 700; margin-bottom: 6px; }
.sz-diff-feature-card p { color: #fff; font-size: .88rem; margin: 0; line-height: 1.6; }

/* Process */
.sz-process-section { background: linear-gradient(135deg, #1358ac 0%, #1a6fd4 60%, #2b84e8 100%); padding: 80px 0; position: relative; overflow: visible; }
.sz-process-section .sz-wave-top,
.sz-process-section .sz-wave-bottom { position: absolute; left: 0; right: 0; width: 100%; line-height: 0; z-index: 2; }
.sz-process-section .sz-wave-top { top: -1px; }
.sz-process-section .sz-wave-bottom { bottom: -1px; }
.sz-process-section .sz-wave-top svg,
.sz-process-section .sz-wave-bottom svg { display: block; width: 100%; height: 60px; }
.sz-process-step { position: relative; padding: 28px 24px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: 10px; transition: background .2s; height: 100%; }
.sz-process-step:hover { background: rgba(255,255,255,0.13); }
.sz-step-icon { width: 48px; height: 48px; background: rgba(255,255,255,0.15); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 14px; }
.sz-step-icon i { color: #fff; }
.sz-step-num { position: absolute; top: 14px; right: 16px; font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 2.4rem; color: rgba(255,255,255,0.08); line-height: 1; }
.sz-process-step h6 { font-weight: 700; color: #fff; font-size: 1.12rem; margin-bottom: 8px; }
.sz-process-step p { font-size: .98rem; color: rgba(255,255,255,0.85); margin: 0; line-height: 1.65; }

/* FAQ */
.sz-faq-section { background: #f6f8fb; padding: 5rem 0; }
.sz-faq-section .accordion-button { font-weight: 700; font-size: 1rem; background: #fff; color: var(--graphite); }
.sz-faq-section .accordion-button:not(.collapsed) { background: var(--sz-primary); color: #fff; box-shadow: none; }
.sz-faq-section .accordion-button:not(.collapsed)::after { filter: brightness(0) invert(1); }
.sz-faq-section .accordion-item { border: 1px solid #dee2e8; border-radius: 8px !important; margin-bottom: .6rem; overflow: hidden; }
.sz-faq-section .accordion-body { font-size: .97rem; color: #444; line-height: 1.7; }

/* Industries */
.sz-longterm-section { background: var(--graphite-mid); padding: 4rem 0; color: #fff; }
.sz-longterm-section h2 { color: #fff; }
.sz-longterm-section p { color: #fff; }
.sz-industry-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; margin-top: 2rem; }
.sz-industry-item { flex: 0 1 240px; background: var(--graphite); border: 1px solid var(--graphite-light); border-radius: 8px; padding: .8rem 1.1rem; color: var(--text-light); font-size: .93rem; display: flex; align-items: center; justify-content: center; text-align: center; transition: border-color .2s; }
.sz-industry-item:hover { border-color: var(--sz-primary); }

/* Location */
.sz-location-section { background: #fff; padding: 5rem 0; }
.sz-location-section .fa { color: var(--graphite); }
.sz-location-highlight { background: var(--graphite); color: #fff; border-radius: 12px; padding: 2.5rem; }
.sz-location-highlight h3 { color: #fff; margin-bottom: 1rem; }
.sz-location-highlight p { color: #fff; line-height: 1.75; }
.sz-location-badge { display: inline-block; background: var(--sz-primary); color: #fff; padding: .3rem .9rem; border-radius: 20px; font-size: .85rem; font-weight: 700; margin-bottom: 1rem; }
.sz-shipping-box { background: #f0f6ff; border: 1px solid #b8d4f5; border-radius: 10px; padding: 1.4rem; margin-top: 1.2rem; }
.sz-shipping-box h6 { font-weight: 700; color: var(--sz-primary-dark); margin-bottom: .5rem; }
.sz-shipping-box p { color: #444; font-size: .94rem; margin: 0; }

/* CTA */
.sz-cta-section { background: var(--graphite); padding: 5rem 0; position: relative; overflow: visible; }
.sz-cta-section::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, var(--graphite) 40%, #4a4a4a 100%); opacity: .8; z-index: 0; }
.sz-cta-section > .container { position: relative; z-index: 1; }
.sz-cta-section .sz-wave-top,
.sz-cta-section .sz-wave-bottom { position: absolute; left: 0; right: 0; width: 100%; line-height: 0; z-index: 2; }
.sz-cta-section .sz-wave-top { top: -1px; }
.sz-cta-section .sz-wave-bottom { bottom: -1px; }
.sz-cta-section .sz-wave-top svg,
.sz-cta-section .sz-wave-bottom svg { display: block; width: 100%; height: 60px; }
.sz-cta-section h2 { color: #fff; font-size: clamp(2rem, 5vw, 3.5rem); }
.sz-cta-section p.sz-cta-text { color: #adc; font-size: 1.05rem; }
.sz-contact-strip { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; padding: 1.5rem 2rem; display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; margin-top: 2rem; }
.sz-contact-item { color: #fff; font-size: 1rem; }
.sz-contact-item a { color: #fff; text-decoration: none; font-weight: 700; }
.sz-contact-item a:hover { color: #6fb7f5; }
.sz-contact-label { font-size: .78rem; color: #fff; text-transform: uppercase; letter-spacing: 1px; display: block; }
.sz-btn-cta-primary { background: var(--sz-primary); color: #fff; border: none; padding: 1rem 2.5rem; font-size: 1.05rem; font-weight: 700; border-radius: 6px; text-decoration: none; display: inline-block; transition: background .2s, transform .15s; }
.sz-btn-cta-primary:hover { background: var(--sz-primary-dark); transform: translateY(-2px); color: #fff; }
.sz-btn-outline { background: transparent; color: #fff; font-weight: 600; font-size: 1rem; padding: 13px 32px; border-radius: 6px; border: 1.5px solid rgba(255,255,255,0.3); transition: border-color .2s, background .2s, transform .15s; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.sz-btn-outline:hover { border-color: #fff; background: rgba(255,255,255,0.07); color: #fff; transform: translateY(-2px); }

/* ─── HERO ─── */
.sz-hero-section {
    background: var(--grafite);
    padding: 60px 0 80px;
    position: relative;
    overflow: hidden;
}
.sz-hero-section::before {
    content: '';
    position: absolute;
    top: -80px; right: -120px;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(80,80,80,0.25) 0%, transparent 70%);
    pointer-events: none;
}
.sz-hero-section::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #fff, transparent);
}
.sz-hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(74,74,74,0.3);
    border: 1px solid rgba(74,74,74,0.6);
    color: #fff;
    font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
    padding: 6px 14px; border-radius: 4px; margin-bottom: 22px;
}
.sz-hero-section h1.hero-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: clamp(2.4rem, 5vw, 4.2rem);
    line-height: 1.05;
    color: #fff;
    margin-bottom: 18px;
}
.sz-hero-section h1.hero-title .accent { color: #4a4a4a; }
.sz-hero-subtitle {
    font-size: 1.05rem; color: #fff; line-height: 1.7; margin-bottom: 36px;
}
.sz-hero-brand-logos {
    display: flex; align-items: center; gap: 12px; margin-top: 40px; flex-wrap: wrap;
}
.sz-hero-brand-logos .label {
    font-size: .75rem; color: #fff; text-transform: uppercase; letter-spacing: .08em;
}
.sz-brand-pill { padding: 6px 16px; border-radius: 4px; font-weight: 700; font-size: .82rem; letter-spacing: .04em; }
.sz-brand-karcher   { background: #f5c100; color: #111; }
.sz-brand-nilfisk   { background: #003f8a; color: #fff; border: 1px solid #1a5fbc; }
.sz-brand-biemmedue { background: #c0392b; color: #fff; }
.sz-btn-hero-primary {
    background: var(--blue-primary); color: #fff; font-weight: 600; font-size: 1rem;
    padding: 14px 32px; border-radius: 6px; border: none;
    transition: background .2s, transform .15s;
    text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
}
.sz-btn-hero-primary:hover { background: var(--blue-dark); color: #fff; transform: translateY(-2px); }
.sz-btn-hero-yellow {
    background: #f5c100; color: #1a1a1a; font-weight: 700; font-size: 1rem;
    padding: 14px 32px; border-radius: 6px; border: none;
    transition: background .2s, transform .15s;
    text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
}
.sz-btn-hero-yellow:hover { background: #ffd633; color: #1a1a1a; transform: translateY(-2px); }
@media (max-width: 767px) {
    .sz-hero-section { padding: 70px 0 60px; }
}

/* ─── COLLECTION SLIDER ─── */
.sz-slider-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.sz-slider-card {
    position: relative;
    display: block;
    overflow: hidden;
    height: 320px;
    text-decoration: none;
}
.sz-slider-img {
    width: 100%;
    height: 100%;
}
.sz-slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease, filter .5s ease;
    filter: brightness(.7);
}
.sz-slider-card:hover .sz-slider-img img {
    transform: scale(1.05);
    filter: brightness(.55);
}
.sz-slider-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px 30px;
    background: linear-gradient(0deg, rgba(110,110,110,.85) 0%, rgba(110,110,110,.4) 60%, transparent 100%);
    z-index: 2;
}
h2.sz-slider-title,
.sz-slider-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: #fff !important;
    margin: 0 0 4px;
    line-height: 1.2;
}
.sz-slider-subtitle {
    font-size: .88rem;
    color: #fff;
    margin: 0 0 14px;
    line-height: 1.4;
}
.sz-slider-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .82rem;
    font-weight: 600;
    color: black;
    background: yellow;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: .06em;
    transition: gap .3s ease;
}
.sz-slider-card:hover .sz-slider-btn {
    gap: 14px;
}
@media (max-width: 767px) {
    .sz-slider-grid { grid-template-columns: 1fr; }
    .sz-slider-card { height: 220px; }
    .sz-slider-title { font-size: 1.2rem; }
    .sz-slider-overlay { padding: 22px 20px; }
}

/* ─── CATEGORIES RESTYLED ─── */
.sz-categories-section { background: #f5f7fa; padding: 5rem 0; }
.sz-categories-section .sz-section-heading { margin-bottom: 0; }
.sz-cat-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e2e6ec;
    transition: transform .2s, box-shadow .2s;
    height: 100%;
}
.sz-cat-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,.1); }
.sz-cat-card .sz-cat-img { overflow: hidden; }
.sz-cat-card .sz-cat-img img { transition: transform .4s; width: 100%; display: block; }
.sz-cat-card:hover .sz-cat-img img { transform: scale(1.06); }
.sz-cat-card .sz-cat-info {
    padding: 1rem 1.2rem;
    text-align: center;
}
.sz-cat-card .sz-cat-info h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--grafite);
    margin-bottom: 4px;
}
.sz-cat-card .sz-cat-info p { font-size: .82rem; color: var(--sz-text-muted); margin: 0; }
.sz-btn-primary-outline {
    display: inline-flex; align-items: center; gap: 6px;
    background: transparent; color: var(--blue-primary);
    font-weight: 700; font-size: .9rem;
    padding: 10px 24px; border-radius: 6px;
    border: 2px solid var(--blue-primary);
    text-decoration: none; transition: all .2s;
}
.sz-btn-primary-outline:hover { background: var(--blue-primary); color: #fff; }

/* ─── PRODUCTS RESTYLED ─── */
.sz-products-section { background: var(--grafite); padding: 5rem 0; }
.sz-products-section .sz-section-heading { color: #fff; margin-bottom: 0; }
.sz-products-section .product-box {
    background: var(--grafite-card);
    border: 1px solid var(--border-subtle);
    border-radius: 10px;
    overflow: hidden;
    transition: transform .2s, box-shadow .2s;
}
.sz-products-section .product-box:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,.3); }
.sz-products-section .product-image { background: #fff; border-radius: 10px 10px 0 0; }
.sz-products-section .product-details { padding: 1rem 1.2rem; }
.sz-products-section .product-name a {
    color: #fff !important;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: .95rem;
}
.sz-products-section .product-name a:hover { color: var(--blue-light) !important; }
.sz-products-section .product-price .price { color: var(--blue-light) !important; font-weight: 700; }
.sz-products-section .product-price .old-price { color: var(--sz-text-muted) !important; }
.sz-products-section .nav-tabs { border: none; }
.sz-products-section .nav-tabs .nav-link {
    background: rgba(255,255,255,.07);
    color: #fff;
    border: 1px solid var(--border-subtle);
    border-radius: 6px;
    font-weight: 600;
    margin-left: 8px;
    padding: 8px 20px;
    transition: all .2s;
}
.sz-products-section .nav-tabs .nav-link.active,
.sz-products-section .nav-tabs .nav-link:hover {
    background: var(--blue-primary);
    border-color: var(--blue-primary);
    color: #fff;
}

/* ─── VIDEO RESTYLED ─── */
.sz-video-section {
    background: linear-gradient(135deg, #1358ac 0%, #1a6fd4 60%, #2b84e8 100%);
    padding: 5rem 0;
    position: relative;
    overflow: visible;
}
.sz-video-section .sz-wave-top,
.sz-video-section .sz-wave-bottom { position: absolute; left: 0; right: 0; width: 100%; line-height: 0; z-index: 2; }
.sz-video-section .sz-wave-top { top: -1px; }
.sz-video-section .sz-wave-bottom { bottom: -1px; }
.sz-video-section .sz-wave-top svg,
.sz-video-section .sz-wave-bottom svg { display: block; width: 100%; height: 60px; }
.sz-video-card {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 12px;
    overflow: hidden;
}
.sz-video-card .sz-video-text { padding: 2.5rem; text-align: center; }
.sz-video-card .sz-video-text h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    margin-bottom: 1rem;
}
.sz-video-card .sz-video-text p { color: rgba(255,255,255,.75); font-size: 1rem; line-height: 1.7; margin-bottom: 1.5rem; }
.sz-video-card .sz-video-text .btn-primary { background: #fff; color: var(--blue-primary); border: none; font-weight: 700; }
.sz-video-card .sz-video-text .btn-primary:hover { background: #f0f2f5; }
.sz-video-card .sz-video-text .btn-secondary { background: rgba(255,255,255,.15); color: #fff; border: 1px solid rgba(255,255,255,.3); }
.sz-video-card .sz-video-text .btn-secondary:hover { background: rgba(255,255,255,.25); }

/* ─── PARTNERS LOGO SECTION ─── */
.sz-partners-section { background: #f5f7fa; padding: 5rem 0; }
.sz-partners-section .slick-slide { padding: 0 4px; }
.sz-partners-section .sz-partner-logo {
    background: #fff;
    border: 1px solid #e2e6ec;
    border-radius: 10px;
    padding: 16px;
    transition: transform .2s, box-shadow .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}
.sz-partners-section .sz-partner-logo:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,.08);
    border-color: var(--blue-primary);
}
.sz-partners-section .sz-partner-logo img {
    max-height: 60px;
    max-width: 100%;
    object-fit: contain;
    filter: none;
    transition: filter .3s;
}
.sz-partners-section .sz-partner-logo:hover img {
    filter: grayscale(0%) opacity(1);
}

/* ─── BRANDS RESTYLED ─── */
.sz-brands-section { background: var(--grafite-card); padding: 5rem 0; }
.sz-brands-section .sz-section-heading { color: #fff; }
.sz-brands-section .sz-brands-subtitle { color: #fff; font-size: .95rem; }
.sz-brands-section .brands-logo a {
    background: rgba(255,255,255,.06) !important;
    border: 1px solid var(--border-subtle) !important;
    border-radius: 10px !important;
    padding: 12px !important;
    transition: all .2s;
}
.sz-brands-section .brands-logo a:hover {
    background: rgba(255,255,255,.12) !important;
    border-color: var(--blue-primary) !important;
}
.sz-brands-section .brands-logo img { border-radius: 6px !important; }

/* ─── WAVE DIVIDERS ─── */
.sz-wave-divider {
    position: relative;
    width: 100%;
    line-height: 0;
    overflow: hidden;
}
.sz-wave-divider svg {
    display: block;
    width: 100%;
    height: 60px;
}
.sz-wave-divider.flip svg {
    transform: scaleY(-1);
}
@media (max-width: 767px) {
    .sz-wave-divider svg { height: 35px; }
    .sz-process-section .sz-wave-top svg,
    .sz-process-section .sz-wave-bottom svg,
    .sz-video-section .sz-wave-top svg,
    .sz-video-section .sz-wave-bottom svg,
    .sz-cta-section .sz-wave-top svg,
    .sz-cta-section .sz-wave-bottom svg { height: 35px; }
    .sz-solution-grid { grid-template-columns: 1fr; }
    .sz-contact-strip { flex-direction: column; align-items: center; text-align: center; gap: 1rem; }
}

/* ═══════════════════════════════════════════
   UJ FOOLDAL (2026) - szovegezes szerinti blokkok
   ═══════════════════════════════════════════ */

/* Kik vagyunk */
.sz-about-section { background: #fff; padding: 5rem 0; }
.sz-about-section .sz-page-title {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 800;
    font-size: clamp(2rem, 4.4vw, 3.4rem); line-height: 1.08;
    color: var(--grafite); text-transform: uppercase; margin: 0;
}
.sz-about-section p { color: #4a4f57; line-height: 1.85; }
.sz-lead { font-size: 1.12rem; line-height: 1.7; color: #33383f; font-weight: 600; }
.sz-about-img { border-radius: 14px; overflow: hidden; box-shadow: 0 18px 40px rgba(0,0,0,.14); }
.sz-about-img img { width: 100%; display: block; object-fit: cover; }

/* Nagy kerdes-hookok */
.sz-hook { padding: 5rem 0; text-align: center; }
.sz-hook.dark  { background: var(--grafite); }
.sz-hook.blue  { background: linear-gradient(135deg, #1358ac 0%, #1a6fd4 60%, #2b84e8 100%); }
.sz-hook.light { background: #f5f7fa; }
.sz-hook .q {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 800;
    font-size: clamp(2.2rem, 6vw, 4.4rem); line-height: 1.05; margin: 0;
}
.sz-hook.dark .q, .sz-hook.blue .q { color: #fff; }
.sz-hook.light .q { color: var(--grafite); }
.sz-hook .q-sub {
    font-size: clamp(.95rem, 1.6vw, 1.12rem); line-height: 1.7;
    max-width: 720px; margin: 1.4rem auto 0;
}
.sz-hook.dark .q-sub, .sz-hook.blue .q-sub { color: rgba(255,255,255,.82); }
/* egybefuggo, egyseges meretu es felkover valtozat (idezet nelkuli nagy sor) */
.sz-hook .q-sub.q-single {
    font-size: clamp(1.12rem, 2vw, 1.38rem); font-weight: 700;
    line-height: 1.65; max-width: 860px; margin: 0 auto;
}
.sz-hook.blue .q-sub.q-single { color: #fff; }
.sz-hook.light .q-sub { color: #5a6069; }

/* Osszehasonlitas (szerviznel / gepvasarlasnal) */
.sz-compare-block { margin-bottom: 3.5rem; }
.sz-compare-block:last-child { margin-bottom: 0; }
.sz-compare-tag {
    display: inline-block; background: var(--blue-primary); color: #fff;
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
    font-size: 1.15rem; letter-spacing: .1em; text-transform: uppercase;
    padding: .35rem 1.4rem; border-radius: 4px; margin-bottom: 1.5rem;
}
.sz-list-box { border-radius: 12px; padding: 28px; height: 100%; }
.sz-list-box.bad  { background: #fdf0f0; border: 1.5px solid #fce4e4; }
.sz-list-box.good { background: #eef5fd; border: 1.5px solid #cfe1f7; }
.sz-list-box h5 {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
    font-size: 1.4rem; margin: 0 0 1.2rem;
}
.sz-list-box.bad h5  { color: var(--sz-danger); }
.sz-list-box.good h5 { color: var(--sz-primary-dark); }
.sz-check-item {
    display: flex; align-items: flex-start; gap: 10px; padding: 11px 0;
    font-size: 1.04rem; color: #2b3038; line-height: 1.65;
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.sz-check-item:last-child { border-bottom: none; }
/* a Bootstrap mark{background-color:#fcf8e3} sargas kiemeleset semlegesitjuk,
   hogy a ✕/✓ jel a doboz sajat hatteren uljon */
.sz-check-item .mark {
    flex-shrink: 0; font-size: 1.05rem; line-height: 1.4; font-weight: 700;
    background: transparent; padding: 0;
}
.sz-list-box.bad  .mark { color: var(--sz-danger); }
.sz-list-box.good .mark { color: var(--blue-primary); }

/* "Mar van ipari gepe?" blokk */
.sz-owner-section { background: var(--grafite-card); padding: 5rem 0; color: #fff; }
.sz-owner-section h2 { color: #fff; }
.sz-owner-q-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; margin: 2rem 0; }
.sz-owner-q {
    flex: 0 1 280px;
    background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16);
    border-left: 4px solid var(--blue-light); border-radius: 8px;
    padding: 1.1rem 1.3rem; color: #fff;
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.3rem; line-height: 1.25;
}
.sz-owner-section p { color: #fff; line-height: 1.8; }
.sz-brand-line {
    display: flex; flex-wrap: wrap; gap: .5rem 1.1rem; justify-content: center;
    margin: 1.4rem 0; font-weight: 700; color: #fff; font-size: 1.02rem;
}
.sz-brand-line span { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 5px; padding: .35rem .9rem; }
.sz-important-box {
    background: #fff; border: 2px solid #d92d2d;
    border-left: 7px solid #d92d2d; border-radius: 8px; padding: 1.4rem 1.6rem; margin-top: 1.6rem;
}
.sz-important-box strong { color: #d92d2d; font-weight: 800; }
.sz-important-box p,
.sz-owner-section.blue .sz-important-box p,
.sz-owner-section.white .sz-important-box p { margin: 0; font-size: 1.1rem; color: #111; line-height: 1.8; font-weight: 700; }
.sz-owner-section.blue .sz-important-box strong,
.sz-owner-section.white .sz-important-box strong { color: #d92d2d; }

/* Tevhitek */
.sz-myth-section { background: #fff; padding: 5rem 0; }
.sz-myth-card {
    background: #f6f8fb; border: 1px solid #e2e6ec; border-radius: 12px;
    padding: 1.7rem 1.8rem; height: 100%; transition: transform .2s, box-shadow .2s;
}
.sz-myth-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,.08); }
.sz-myth-card .myth {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
    font-size: 1.32rem; line-height: 1.25; color: var(--grafite);
    margin: 0 0 .9rem; padding-bottom: .9rem; border-bottom: 1px dashed #cfd6de;
}
.sz-myth-card .answer { font-size: 1.08rem; color: #2b3038; line-height: 1.8; margin: 0; }
.sz-myth-card .answer b { color: var(--blue-dark); }

/* Zaro allasfoglalas */
.sz-statement-section {
    background: linear-gradient(135deg, #1358ac 0%, #1a6fd4 60%, #2b84e8 100%);
    padding: 5rem 0; color: #fff; text-align: center;
}
.sz-statement-section p { color: rgba(255,255,255,.9); line-height: 1.85; font-size: 1.05rem; }
.sz-statement-section .big {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
    font-size: clamp(1.6rem, 3.4vw, 2.6rem); line-height: 1.2; color: #fff; margin-bottom: 1.5rem;
}

/* Utolso dontesi pont */
.sz-choice-section { background: #fff; padding: 5rem 0; }
.sz-choice-card {
    border: 1.5px solid #e2e6ec; border-radius: 14px; padding: 2.4rem;
    height: 100%; background: #f6f8fb; transition: transform .2s, box-shadow .2s, border-color .2s;
    display: flex; flex-direction: column;
}
.sz-choice-card:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(0,0,0,.1); border-color: var(--blue-primary); }
.sz-choice-card h3 {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
    font-size: 1.7rem; color: var(--grafite); margin-bottom: .8rem;
    display: flex; align-items: flex-start; gap: .8rem;
}
.sz-choice-card h3 .ico {
    flex: 0 0 auto; color: var(--blue-primary);
    font-size: 1.6rem; line-height: 1.4;
}
.sz-choice-card p { color: #4a4f57; line-height: 1.75; flex-grow: 1; }

/* Zaro kapcsolat / telephely */
.sz-final-contact { background: var(--grafite); padding: 4.5rem 0; color: #fff; }
.sz-final-contact h2 { color: #fff; }
.sz-final-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; margin-top: 2.5rem; }
.sz-final-item {
    background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
    border-radius: 10px; padding: 1.4rem; text-align: center;
}
.sz-final-item .lbl { display: block; font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.65); margin-bottom: .5rem; }
.sz-final-item .val, .sz-final-item a { color: #fff; font-weight: 700; font-size: 1.02rem; text-decoration: none; }
.sz-final-item a:hover { color: var(--blue-light); }

/* Lebego hivas gomb */
.sz-floating-call {
    position: fixed; top: 120px; right: 18px; z-index: 999;
    display: inline-flex; align-items: center; gap: 9px;
    padding: 13px 22px; border-radius: 40px;
    font-weight: 700; font-size: .95rem; text-decoration: none;
    box-shadow: 0 8px 24px rgba(0,0,0,.28); transition: transform .15s, background .2s;
}
.sz-floating-call:hover { transform: translateY(-2px); color: #fff; }
.sz-floating-call.call     { background: #f5c100; color: #1a1a1a; }
.sz-floating-call.call:hover { background: #ffd633; color: #1a1a1a; }
.sz-floating-call.callback { background: var(--blue-primary); color: #fff; }
.sz-floating-call.callback:hover { background: var(--blue-dark); }
@media (max-width: 991px) {
    .sz-floating-call { top: auto; bottom: 18px; right: 14px; padding: 12px 18px; font-size: .88rem; }
}
@media (max-width: 767px) {
    .sz-hook { padding: 3.5rem 0; }
    .sz-about-section, .sz-myth-section, .sz-choice-section,
    .sz-owner-section, .sz-statement-section { padding: 3.5rem 0; }
    .sz-list-box { padding: 20px; }
}

/* ═══════════════════════════════════════════
   IPARI MAGASNYOMASU MOSOK oldal - kiegeszito elemek
   ═══════════════════════════════════════════ */

/* Szempont-csempek */
.sz-crit-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; margin-top: 2.5rem; }
.sz-crit-item {
    flex: 0 1 300px; display: flex; align-items: center; gap: .9rem;
    background: #f6f8fb; border: 1px solid #e2e6ec; border-radius: 10px;
    padding: 1.1rem 1.3rem; color: #22272e; font-weight: 600; font-size: 1.08rem;
    transition: border-color .2s, transform .2s;
}
.sz-crit-item:hover { border-color: var(--blue-primary); transform: translateY(-3px); }
.sz-crit-item i { color: var(--blue-primary); font-size: 1.3rem; flex-shrink: 0; }

/* Kiemelt megjegyzes doboz (vilagos szekciokhoz) */
.sz-note-box {
    background: #f0f6ff; border: 1px solid #b8d4f5; border-left: 4px solid var(--blue-primary);
    border-radius: 10px; padding: 1.4rem 1.6rem;
}
.sz-note-box p { margin: 0; color: #22272e; font-size: 1.1rem; line-height: 1.8; }

/* Lista alatti labszoveg */
.sz-list-foot {
    margin: 1.2rem 0 0; padding-top: 1rem; border-top: 1px dashed #e3c9c9;
    font-size: 1.02rem; color: #5a6069; line-height: 1.75; font-style: italic;
}

/* Kerdeslista */
.sz-qlist { display: grid; gap: .7rem; margin-top: 1.5rem; }
.sz-qlist-item {
    display: flex; align-items: flex-start; gap: .8rem;
    background: #f6f8fb; border: 1px solid #e2e6ec; border-radius: 8px;
    padding: 1rem 1.2rem; color: #22272e; font-size: 1.1rem; line-height: 1.6;
}
.sz-qlist-item i { color: var(--blue-primary); font-size: 1.1rem; margin-top: .15rem; flex-shrink: 0; }

/* Felhasznalasi terulet akkordion */
.sz-area-accordion .accordion-button {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
    font-size: 1.5rem; text-transform: uppercase; letter-spacing: .03em;
}
.sz-area-accordion .accordion-button i { color: var(--blue-primary); font-size: 1.3rem; }
.sz-area-accordion .accordion-button:not(.collapsed) i { color: #fff; }
.sz-area-accordion .accordion-body { padding: 1.6rem; }
.sz-area-intro { color: #22272e; font-size: 1.1rem; line-height: 1.85; margin-bottom: 1.4rem; }
.sz-area-actions { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; margin-top: 1.6rem; }

/* Termekkartyak az akkordionban */
.sz-prod-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 1rem; }
.sz-prod-card {
    display: block; background: #fff; border: 1px solid #e2e6ec; border-radius: 10px;
    overflow: hidden; text-decoration: none; transition: transform .2s, box-shadow .2s, border-color .2s;
}
.sz-prod-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(0,0,0,.1); border-color: var(--blue-primary); }
.sz-prod-img { background: #fff; }
.sz-prod-img img { width: 100%; height: auto; display: block; object-fit: contain; }
.sz-prod-info { padding: .9rem 1rem 1.1rem; text-align: center; }
.sz-prod-info h6 {
    font-size: .9rem; font-weight: 600; color: var(--grafite);
    line-height: 1.35; margin-bottom: .5rem; min-height: 2.4em;
}
.sz-prod-info .price { display: block; font-weight: 700; color: var(--blue-primary); font-size: 1rem; }
.sz-prod-info .net { display: block; font-size: .78rem; color: var(--sz-text-muted); }

@media (max-width: 767px) {
    .sz-area-accordion .accordion-button { font-size: 1.2rem; }
    .sz-prod-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
}
/* ═══════════════════════════════════════════
   Magasnyomasu moso oldal 2026.pdf modositasok
   ═══════════════════════════════════════════ */

.ac-red { color: #d92d2d; font-weight: 700; }

/* 1. Markaazonositas az oldal tetejen */
.sz-hero-brandmark {
    display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
    padding-bottom: 26px; margin-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,.22);
}
.sz-hero-brandmark img {
    height: 54px; width: auto; object-fit: contain;
    filter: drop-shadow(0 4px 14px rgba(0,0,0,.35));
}
.sz-hero-brandmark .claim {
    font-size: .82rem; color: rgba(255,255,255,.8);
    text-transform: uppercase; letter-spacing: .12em; font-weight: 600;
}
.sz-hero-intro {
    background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.2);
    border-left: 6px solid #6fb7f5; border-radius: 10px;
    padding: 1.3rem 1.6rem; margin-bottom: 1.8rem;
}
.sz-hero-intro p {
    margin: 0; color: #fff; font-weight: 700;
    font-size: clamp(1.12rem, 2.2vw, 1.42rem); line-height: 1.55;
}
@media (max-width: 575px) {
    .sz-hero-brandmark img { height: 38px; }
    .sz-hero-brandmark { gap: 12px; }
}

/* 4. "Amire vasarlaskor talan nem gondolsz" - feher valtozat */
.sz-owner-section.white { background: #fff; color: #22272e; border-top: 1px solid #e2e6ec; }
.sz-owner-section.white h2 { color: #0d2b4f; }
.sz-owner-section.white p { color: #22272e; font-size: 1.1rem; line-height: 1.85; }
.sz-owner-section.white .sz-owner-q {
    background: #eef4fb; border: 1px solid #cfe1f7;
    border-left: 5px solid #d92d2d; color: #0d2b4f;
}

/* 7. "A vetelar csak az elso szamla" - kek dizajn */
.sz-owner-section.blue {
    background: linear-gradient(160deg, #08213f 0%, #10396d 60%, #17549a 100%);
    color: #fff; position: relative; overflow: hidden;
}
.sz-owner-section.blue h2 { color: #fff; }
.sz-owner-section.blue p { color: rgba(255,255,255,.92); font-size: 1.1rem; line-height: 1.85; }
.sz-owner-section.blue .sz-brand-line span {
    background: rgba(111,183,245,.18); border: 1px solid rgba(111,183,245,.45);
    color: #fff; font-size: 1.05rem; padding: .5rem 1.1rem;
}
.sz-cost-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1rem; margin: 2rem 0; }
.sz-cost-card {
    background: rgba(255,255,255,.08); border: 1px solid rgba(111,183,245,.35);
    border-top: 4px solid #6fb7f5; border-radius: 10px; padding: 1.4rem 1.5rem; text-align: left;
}
.sz-cost-card h6 {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 800;
    color: #9fd0ff; font-size: 1.3rem; text-transform: uppercase; margin-bottom: .5rem;
}
.sz-cost-card p { color: rgba(255,255,255,.88); font-size: 1.02rem; line-height: 1.7; margin: 0; }

/* Felhasznalasi teruletek - nagyobb magyarazo szoveg */
.sz-area-lead { color: #22272e; font-size: 1.12rem; line-height: 1.85; }

/* Zaro kapcsolat blokk (a fooldallal azonos) */
.sz-final-contact h2.sz-final-brand {
    position: relative; display: inline-block;
    padding-bottom: .7rem; color: #6fb7f5;
}
.sz-final-brand::after {
    content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
    width: 76px; height: 4px; border-radius: 3px; background: #6fb7f5;
}
.sz-final-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; margin-top: 2.5rem; }
.sz-final-item {
    background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
    border-radius: 10px; padding: 1.4rem; text-align: center;
}
.sz-final-item .lbl { display: block; font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.65); margin-bottom: .5rem; }
.sz-final-item .val, .sz-final-item a { color: #fff; font-weight: 700; font-size: 1.02rem; text-decoration: none; }
.sz-final-item a:hover { color: var(--blue-light); }
/* ═══════════════════════════════════════════
   Felhasznalasi terulet tartalom + geppark valaszto modal
   ═══════════════════════════════════════════ */

.sz-terulet-text { color: #22272e; font-size: 1.1rem; line-height: 1.85; margin-bottom: .9rem; }
.sz-terulet-lead {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
    font-size: clamp(1.3rem, 2.6vw, 1.75rem); line-height: 1.3;
    color: #0d2b4f; margin: 1.4rem 0;
}
.sz-terulet-chain {
    background: #eaf1fa; border-left: 5px solid var(--blue-primary); border-radius: 8px;
    padding: .9rem 1.3rem; color: #0d2b4f; font-weight: 700;
    font-size: 1.08rem; line-height: 1.7; margin: 1.2rem 0;
}
.sz-terulet-block {
    background: #f6f8fb; border: 1px solid #e2e6ec; border-radius: 12px;
    padding: 26px 28px; margin: 1.6rem 0;
}
.sz-terulet-block h4 {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 800;
    font-size: clamp(1.25rem, 2.4vw, 1.6rem); text-transform: uppercase;
    color: var(--sz-primary-dark); margin: 0 0 1rem;
}
.sz-terulet-block p { color: #22272e; font-size: 1.08rem; line-height: 1.85; margin-bottom: .8rem; }
.sz-terulet-block p:last-child { margin-bottom: 0; }

/* Geppark valaszto kartyak */
.sz-parkchoice {
    background: linear-gradient(160deg, #08213f 0%, #10396d 60%, #17549a 100%);
    border-radius: 14px; padding: 34px 32px; margin-top: 2.2rem; color: #fff;
}
.sz-parkchoice h4 {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 800;
    font-size: clamp(1.4rem, 3vw, 2rem); text-transform: uppercase;
    color: #fff; margin: 0 0 1rem;
}
.sz-parkchoice p { color: rgba(255,255,255,.9); font-size: 1.08rem; line-height: 1.8; }
.sz-parkchoice-cta { color: #9fd0ff !important; font-weight: 700; margin-bottom: 1.4rem; }
.sz-parkchoice-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }
.sz-parkchoice-card {
    display: flex; flex-direction: column; align-items: flex-start; gap: .5rem;
    background: rgba(255,255,255,.09); border: 1px solid rgba(111,183,245,.42);
    border-radius: 12px; padding: 1.5rem 1.6rem; text-align: left; width: 100%;
    transition: background .2s, border-color .2s, transform .15s;
}
.sz-parkchoice-card:hover { background: rgba(255,255,255,.16); border-color: #9fd0ff; transform: translateY(-3px); }
.sz-parkchoice-card .num {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 800;
    font-size: 1.9rem; line-height: 1.1; color: #fff; text-transform: uppercase;
}
.sz-parkchoice-card .desc { color: rgba(255,255,255,.82); font-size: 1rem; line-height: 1.6; flex-grow: 1; }
.sz-parkchoice-card .pick {
    margin-top: .6rem; display: inline-flex; align-items: center; gap: 8px;
    background: #f5c100; color: #1a1a1a; font-weight: 700; font-size: .95rem;
    padding: .6rem 1.2rem; border-radius: 6px;
}
.sz-parkchoice-card:hover .pick { background: #ffd633; }
.sz-parkchoice-note { font-style: italic; color: rgba(255,255,255,.75) !important; font-size: 1rem !important; margin: 1.6rem 0 0 !important; }

/* Terulet modal */
/* a style.css 3143. sora .modal-content { border-radius: 0 !important } - ezt kell felulirni */
.sz-terulet-modal .modal-content {
    border: none; overflow: hidden;
    border-radius: 14px !important; -webkit-border-radius: 14px !important;
}
.sz-terulet-modal .modal-header {
    background: linear-gradient(120deg, #08213f 0%, #17549a 100%);
    border-bottom: none; padding: 1.3rem 1.8rem;
    /* a Bootstrap belso (kisebb) lekerekitese miatt maradt feher csik a felso sarkokban */
    border-radius: 14px 14px 0 0;
}
.sz-terulet-modal .modal-title {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 800;
    font-size: clamp(1.35rem, 3vw, 2rem); text-transform: uppercase; color: #fff; margin: 0;
}
/* bezaro X: feher korongon, jol lathato meretben */
.sz-terulet-modal .modal-header .btn-close {
    filter: none; opacity: 1;
    width: 44px; height: 44px; flex-shrink: 0;
    border-radius: 50%; border: 2px solid #fff;
    background-color: #fff; background-size: 16px;
    box-shadow: 0 4px 14px rgba(0,0,0,.3);
    transition: background-color .2s, transform .15s;
}
.sz-terulet-modal .modal-header .btn-close:hover,
.sz-terulet-modal .modal-header .btn-close:focus {
    background-color: #ffd633; border-color: #ffd633; transform: scale(1.06); box-shadow: none;
}

/* fix also sav a Vissza gombbal (a modal-dialog-scrollable miatt nem gorget egyutt) */
.sz-terulet-modal .modal-footer {
    background: #0d2b4f; border-top: 1px solid rgba(111,183,245,.35);
    padding: 1rem 1.4rem; justify-content: center;
    border-radius: 0 0 14px 14px;
}
.sz-btn-modal-back {
    display: inline-flex; align-items: center; gap: 10px;
    background: #fff; color: #0d2b4f; border: 2px solid #fff;
    font-family: 'Barlow Condensed', sans-serif; font-weight: 800;
    font-size: 1.25rem; text-transform: uppercase; letter-spacing: .04em;
    padding: 11px 46px; border-radius: 8px;
    transition: background .2s, border-color .2s, color .2s, transform .15s;
}
.sz-btn-modal-back:hover,
.sz-btn-modal-back:focus {
    background: #ffd633; border-color: #ffd633; color: #1a1a1a; transform: translateY(-2px);
}
@media (max-width: 575px) {
    .sz-btn-modal-back { width: 100%; justify-content: center; padding: 12px 20px; }
}
.sz-terulet-modal .modal-body { background: #f5f7fa; padding: 1.8rem; }
.sz-modal-intro p { color: #22272e; font-size: 1.08rem; line-height: 1.85; margin-bottom: .8rem; }
.sz-modal-intro { margin-bottom: 1.8rem; }

/* Gepkartyak a modalban */
.sz-gep-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
.sz-gep-card {
    display: flex; flex-direction: column; background: #fff;
    border: 1px solid #e2e6ec; border-top: 5px solid var(--blue-primary);
    border-radius: 12px; overflow: hidden;
}
.sz-gep-badge {
    background: #eaf1fa; color: var(--sz-primary-dark);
    font-family: 'Barlow Condensed', sans-serif; font-weight: 800;
    font-size: 1.05rem; letter-spacing: .04em; text-transform: uppercase;
    padding: .7rem 1.2rem; line-height: 1.25;
}
.sz-gep-img { background: #fff; padding: 1rem; text-align: center; }
.sz-gep-img img { max-width: 100%; height: 190px; object-fit: contain; display: inline-block; }
.sz-gep-noimg {
    height: 190px; display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: .5rem; background: #f0f3f7; border-radius: 8px; color: #8a93a0;
}
.sz-gep-noimg i { font-size: 2rem; }
.sz-gep-noimg span { font-size: .9rem; }
.sz-gep-body { padding: 0 1.4rem 1.2rem; flex-grow: 1; }
.sz-gep-body h4 {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 800;
    font-size: 1.5rem; color: #0d2b4f; margin: 0 0 .35rem; text-transform: uppercase;
}
.sz-gep-spec {
    background: #0d2b4f; color: #fff; border-radius: 6px;
    padding: .5rem .9rem; font-weight: 700; font-size: .98rem; margin-bottom: 1.1rem;
}
.sz-gep-subtitle {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 800;
    font-size: 1.1rem; letter-spacing: .08em; text-transform: uppercase;
    color: var(--blue-primary); margin: 0 0 .6rem;
}
.sz-gep-features { list-style: none; padding: 0; margin: 0 0 .9rem; }
.sz-gep-features li { padding: .55rem 0; border-bottom: 1px solid #eef1f5; }
.sz-gep-features li:last-child { border-bottom: none; }
.sz-gep-features strong { display: block; color: #0d2b4f; font-size: 1.02rem; margin-bottom: .15rem; }
.sz-gep-features span { display: block; color: #4a4f57; font-size: .96rem; line-height: 1.6; }
.sz-gep-featnote {
    background: #eaf1fa; border-radius: 8px; padding: .8rem 1rem;
    color: #0d2b4f; font-weight: 700; font-size: .98rem; line-height: 1.6; margin-bottom: 1rem;
}
.sz-gep-text { color: #22272e; font-size: 1.04rem; line-height: 1.8; margin-bottom: .7rem; }
.sz-gep-foot { padding: 1.2rem 1.4rem 1.4rem; border-top: 1px solid #eef1f5; background: #fbfcfe; }
.sz-gep-price { margin-bottom: 1rem; }
.sz-gep-price .lbl {
    display: block; font-size: .76rem; letter-spacing: .12em; text-transform: uppercase;
    color: #6b7280; font-weight: 700; margin-bottom: .2rem;
}
.sz-gep-price .net {
    display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 800;
    font-size: 1.65rem; line-height: 1.15; color: #0d2b4f;
}
.sz-gep-price .gross { display: block; font-size: 1rem; color: #4a4f57; font-weight: 600; }
.sz-gep-cta { width: 100%; justify-content: center; text-align: center; font-size: .96rem; padding: 13px 18px; }

/* Alapar + segitseg savok a modal aljan */
.sz-alapar-band {
    background: #fff; border: 1px solid #e2e6ec; border-left: 5px solid #d92d2d;
    border-radius: 12px; padding: 26px 28px; margin-top: 1.8rem;
}
.sz-alapar-band h4 {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 800;
    font-size: 1.5rem; text-transform: uppercase; color: #0d2b4f; margin: 0 0 .9rem;
}
.sz-alapar-band p { color: #22272e; font-size: 1.06rem; line-height: 1.8; margin-bottom: .7rem; }
.sz-alapar-band p.strong { font-weight: 700; color: #0d2b4f; margin-bottom: 0; }
.sz-alapar-band ul { margin: 0 0 1rem; padding-left: 1.3rem; }
.sz-alapar-band li { color: #22272e; font-size: 1.06rem; line-height: 1.8; }

.sz-help-band {
    background: linear-gradient(160deg, #08213f 0%, #17549a 100%);
    border-radius: 12px; padding: 30px 28px; margin-top: 1.2rem; text-align: center; color: #fff;
}
.sz-help-band h4 {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 800;
    font-size: clamp(1.35rem, 2.8vw, 1.9rem); text-transform: uppercase; color: #fff; margin: 0 0 .9rem;
}
.sz-help-band p { color: rgba(255,255,255,.9); font-size: 1.06rem; line-height: 1.8; margin-bottom: .7rem; }
.sz-help-btns { display: flex; flex-wrap: wrap; gap: .9rem; justify-content: center; margin-top: 1.4rem; }
.sz-help-hours { font-size: .98rem !important; color: rgba(255,255,255,.72) !important; margin: 1.1rem 0 0 !important; }

@media (max-width: 767px) {
    .sz-gep-grid { grid-template-columns: 1fr; }
    .sz-parkchoice { padding: 24px 20px; }
    .sz-terulet-block { padding: 20px 18px; }
    .sz-terulet-modal .modal-body { padding: 1.1rem; }
    .sz-alapar-band, .sz-help-band { padding: 22px 18px; }
}
/* Piros kiemelesu terulet-blokk (pl. turbofej figyelmeztetes) */
.sz-terulet-block.sz-terulet-block-red {
    background: #fdf2f2; border-color: #f5cdcd; border-left: 5px solid #d92d2d;
}
.sz-terulet-block.sz-terulet-block-red h4 { color: #c62c2c; }

/* Kerdes- / feladatkartyak (kamionmoso, egyeb iparagak) */
.sz-kerdes-grid {
    display: grid; grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem; margin: 1.6rem 0;
}
.sz-kerdes-card {
    background: #fff; border: 1px solid #e2e6ec; border-top: 4px solid var(--blue-primary);
    border-radius: 12px; padding: 24px 26px;
}
.sz-kerdes-card .fej {
    display: flex; align-items: center; gap: .9rem; margin-bottom: .9rem;
}
.sz-kerdes-card .ikon {
    width: 46px; height: 46px; border-radius: 10px; flex-shrink: 0;
    background: #eaf1fa; color: var(--blue-primary);
    display: flex; align-items: center; justify-content: center; font-size: 1.25rem;
}
.sz-kerdes-card h5 {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 800;
    font-size: 1.35rem; line-height: 1.2; color: #0d2b4f;
    text-transform: uppercase; margin: 0;
}
.sz-kerdes-card p { color: #22272e; font-size: 1.04rem; line-height: 1.8; margin-bottom: .6rem; }
.sz-kerdes-card p:last-child { margin-bottom: 0; }

@media (max-width: 767px) {
    .sz-kerdes-grid { grid-template-columns: 1fr; }
    .sz-kerdes-card { padding: 20px 18px; }
}
/* Hero gombsor: a ket hosszu feliratu CTA ne torjon egymas ala */
.sz-hero-btn-row { display: flex; flex-wrap: wrap; gap: 1rem; }
@media (min-width: 992px) {
    .sz-hero-btn-row { flex-wrap: nowrap; }
    .sz-hero-btn-row > a {
        flex: 1 1 0; justify-content: center; text-align: center;
        padding: 13px 16px; font-size: .95rem;
    }
}
/* Hero: ket kiemelt gep a szoveg mellett */
.sz-hero-gepek {
    display: grid; grid-template-columns: 1fr;
    gap: 1rem; width: 100%; max-width: 420px; align-content: center;
}
.sz-hero-gepek figure {
    margin: 0; background: #fff; border-radius: 14px;
    border: 1px solid var(--border-subtle); padding: 0 18px; text-align: center;
    box-shadow: 0 10px 26px rgba(0,0,0,.18); overflow: hidden;
}
.sz-hero-gepek img { width: 100%; height: 280px; object-fit: contain; display: block; }
/* "Probald ki oket!" kiemelt sav a gepkartyak alatt */
.sz-tryout-band {
    background: linear-gradient(135deg, #ffd94d 0%, #f5c100 100%);
    border: 2px solid #d9a900; border-radius: 14px;
    padding: 28px 30px; margin-top: 1.6rem; text-align: center;
    box-shadow: 0 10px 26px rgba(217,169,0,.3);
}
.sz-tryout-band h4 {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 800;
    font-size: clamp(1.4rem, 3vw, 2rem); line-height: 1.2;
    text-transform: uppercase; color: #1a1a1a; margin: 0 0 .7rem;
}
.sz-tryout-band h4 i { margin-right: .5rem; }
.sz-tryout-band .lead-strong {
    display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 800;
    font-size: clamp(1.3rem, 2.8vw, 1.7rem); text-transform: uppercase;
    color: #7f1414; margin-bottom: .7rem;
}
.sz-tryout-band p {
    margin: 0; color: #1a1a1a; font-weight: 700;
    font-size: 1.12rem; line-height: 1.75; max-width: 760px; margin-inline: auto;
}
@media (max-width: 767px) {
    .sz-tryout-band { padding: 22px 18px; }
    .sz-tryout-band p { font-size: 1.04rem; }
}
/* Kiemelt felhivas a felhasznalasi teruletek listaja elott */
.sz-area-callout {
    background: linear-gradient(150deg, #08213f 0%, #10396d 60%, #17549a 100%);
    border: 2px solid #6fb7f5; border-radius: 14px;
    padding: 30px 32px; margin-bottom: 1.8rem; text-align: center;
    box-shadow: 0 12px 30px rgba(8,33,63,.28);
}
.sz-area-callout p { color: #fff; font-weight: 700; font-size: 1.15rem; line-height: 1.7; margin-bottom: .8rem; }
.sz-area-callout p.big {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 800;
    font-size: clamp(1.4rem, 3vw, 2.05rem); line-height: 1.25;
    text-transform: uppercase; color: #fff; margin-bottom: 1rem;
}
.sz-area-callout p.small-note { color: #9fd0ff; font-size: 1.05rem; margin-bottom: 0; }
@media (max-width: 767px) { .sz-area-callout { padding: 22px 18px; } }
/* Kiemelt ajanlatkero gomb a kapcsolat blokkban */
.sz-btn-quote {
    position: relative; overflow: hidden;
    display: inline-flex; align-items: center; gap: 11px;
    background: linear-gradient(135deg, #0d4f8e 0%, #1a6fd4 45%, #2b84e8 100%);
    color: #fff; border: 2px solid rgba(111,183,245,.55); border-radius: 10px;
    padding: 15px 34px; font-weight: 700; font-size: 1.06rem; line-height: 1.2;
    text-decoration: none; text-align: center;
    box-shadow: 0 10px 26px rgba(26,111,212,.45);
    transition: transform .15s, box-shadow .2s, border-color .2s;
}
.sz-btn-quote::after {
    content: ''; position: absolute; top: 0; bottom: 0; left: -60%; width: 45%;
    background: linear-gradient(100deg, transparent, rgba(255,255,255,.32), transparent);
    transform: skewX(-18deg); transition: left .55s ease;
}
.sz-btn-quote:hover {
    color: #fff; transform: translateY(-2px); border-color: #9fd0ff;
    box-shadow: 0 16px 34px rgba(26,111,212,.6);
}
.sz-btn-quote:hover::after { left: 115%; }
.sz-btn-quote i { font-size: 1.02rem; }
@media (max-width: 575px) {
    .sz-btn-quote { width: 100%; justify-content: center; padding: 14px 20px; font-size: 1rem; }
}
/* A tema style.css-eben body { font-size: 14px } van, ezt orokli minden
   sajat betumeret nelkuli elem. Ezen a landing oldalon 16px az alap. */
#page-content { font-size: 16px; }
/* ─── Kompakt kek lablec sav (hirlevel + kozossegi linkek) ─── */
.sz-footer-slim {
    background: linear-gradient(135deg, #0d2b4f 0%, #1358ac 55%, #1a6fd4 100%);
    padding: 2.2rem 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
}
.sz-footer-slim-grid {
    display: flex; align-items: center; justify-content: space-between;
    gap: 2rem; flex-wrap: wrap;
}
.sz-footer-slim-news { flex: 1 1 420px; max-width: 560px; }
.sz-footer-slim-news form { margin-bottom: 0 !important; }
.sz-footer-slim-news label.h4 {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 800;
    font-size: 1.45rem; color: #fff; text-transform: uppercase;
    letter-spacing: .03em; margin-bottom: .25rem !important;
}
.sz-footer-slim-news p { color: rgba(255,255,255,.8); font-size: .98rem; margin-bottom: .7rem; }
.sz-footer-slim-news .newsletter-input {
    height: 48px; font-size: 1rem; padding-left: 1.1rem; color: #111;
    /* a rounded-5 mindket oldalt lekerekiti, jobbra a gomb csatlakozik */
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.sz-footer-slim-news .newsletter-submit {
    background: #f5c100; color: #1a1a1a; border: none;
    padding: 0 1.4rem; border-radius: 0 24px 24px 0; font-size: 1.2rem;
    transition: background .2s;
}
.sz-footer-slim-news .newsletter-submit:hover { background: #ffd633; }
.sz-footer-slim-news .alert { margin-top: .7rem; margin-bottom: 0; }

.sz-footer-slim-social { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.sz-footer-slim-social .lbl {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 800;
    font-size: 1.2rem; color: #fff; text-transform: uppercase; letter-spacing: .06em;
}
.sz-footer-slim-social .social-icons { gap: .6rem; }
.sz-footer-slim-social .social-icons a {
    width: 46px; height: 46px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.32);
    color: #fff; font-size: 1.15rem;
    transition: background .2s, border-color .2s, color .2s, transform .15s;
}
.sz-footer-slim-social .social-icons a:hover {
    background: #f5c100; border-color: #f5c100; color: #1a1a1a; transform: translateY(-2px);
}
@media (max-width: 767px) {
    .sz-footer-slim { padding: 1.8rem 0; }
    .sz-footer-slim-grid { flex-direction: column; align-items: stretch; gap: 1.4rem; }
    .sz-footer-slim-social { justify-content: center; }
}

/* ─── Visszahivas-kero modal ─── */
.sz-callback-modal .modal-content {
    border: none; overflow: hidden;
    border-radius: 14px !important; -webkit-border-radius: 14px !important;
}
.sz-callback-modal .modal-header {
    background: linear-gradient(120deg, #08213f 0%, #17549a 100%);
    border-bottom: none; padding: 1.2rem 1.6rem; border-radius: 14px 14px 0 0;
}
.sz-callback-modal .modal-title {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 800;
    font-size: clamp(1.35rem, 3vw, 1.8rem); text-transform: uppercase; color: #fff; margin: 0;
}
.sz-callback-modal .modal-header .btn-close {
    filter: none; opacity: 1;
    width: 40px; height: 40px; flex-shrink: 0;
    border-radius: 50%; border: 2px solid #fff;
    background-color: #fff; background-size: 14px;
    transition: background-color .2s, transform .15s;
}
.sz-callback-modal .modal-header .btn-close:hover {
    background-color: #ffd633; border-color: #ffd633; transform: scale(1.06);
}
.sz-callback-modal .modal-body { padding: 1.6rem; background: #fff; }
.sz-callback-lead { color: #22272e; font-size: 1.06rem; line-height: 1.7; margin-bottom: 1.4rem; }

.sz-callback-form .mezo { margin-bottom: 1.1rem; }
.sz-callback-form label {
    display: block; font-weight: 700; color: #0d2b4f;
    font-size: 1rem; margin-bottom: .35rem;
}
.sz-callback-form .kotelezo { color: #d92d2d; }
.sz-callback-form input[type="text"],
.sz-callback-form input[type="tel"] {
    width: 100%; height: 50px; padding: 0 1rem;
    border: 1.5px solid #cfd6e0; border-radius: 8px;
    font-size: 1.05rem; color: #111; background: #fff;
    transition: border-color .2s, box-shadow .2s;
}
.sz-callback-form input:focus {
    outline: none; border-color: var(--blue-primary);
    box-shadow: 0 0 0 3px rgba(26,111,212,.15);
}
.sz-callback-form input.hibas { border-color: #d92d2d; }
.sz-callback-form .hiba-szoveg { display: block; color: #d92d2d; font-size: .95rem; margin-top: .3rem; }

.sz-callback-form .mezo-checkbox {
    display: flex; align-items: flex-start; gap: .7rem; margin: 1.2rem 0 .3rem;
}
.sz-callback-form .mezo-checkbox input {
    width: 22px; height: 22px; flex-shrink: 0; margin-top: 2px; accent-color: var(--blue-primary);
}
.sz-callback-form .mezo-checkbox label {
    font-weight: 400; color: #4a4f57; font-size: .98rem; line-height: 1.55; margin: 0;
}
.sz-callback-form .mezo-checkbox a { color: var(--blue-primary); text-decoration: underline; }

.sz-callback-submit {
    width: 100%; margin-top: 1.3rem;
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    background: #f5c100; color: #1a1a1a; border: none; border-radius: 8px;
    padding: 15px 24px; font-weight: 800; font-size: 1.08rem;
    transition: background .2s, transform .15s;
}
.sz-callback-submit:hover:not(:disabled) { background: #ffd633; transform: translateY(-2px); }
.sz-callback-submit:disabled { opacity: .7; cursor: wait; }

.sz-callback-note { text-align: center; color: #5a6069; font-size: .98rem; margin: 1rem 0 0; }
.sz-callback-note a { color: var(--blue-primary); font-weight: 700; }

.sz-callback-done { text-align: center; padding: .5rem 0 1rem; }
.sz-callback-done .ikon {
    width: 64px; height: 64px; margin: 0 auto 1rem; border-radius: 50%;
    background: #e6f6ec; color: #1e9e5a;
    display: flex; align-items: center; justify-content: center; font-size: 1.7rem;
}
.sz-callback-done h4 {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 800;
    font-size: 1.7rem; color: #0d2b4f; text-transform: uppercase; margin-bottom: .6rem;
}
.sz-callback-done p { color: #22272e; font-size: 1.06rem; line-height: 1.7; margin-bottom: .4rem; }
.sz-callback-done p.kicsi { color: #5a6069; font-size: .96rem; }
.sz-callback-again {
    margin-top: 1rem; background: transparent; border: 1.5px solid #cfd6e0;
    border-radius: 8px; padding: 10px 22px; font-weight: 700; color: #0d2b4f;
    transition: border-color .2s, color .2s;
}
.sz-callback-again:hover,
.sz-callback-again:focus {
    background: #ffd633; border-color: #ffd633; color: #1a1a1a;
}
