/* Hlavní kontejner sekce */
.gril-sekce { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.8; color: #333; max-width: 800px; margin: 40px auto; padding: 40px; background-color: #fff; border: 1px solid #dcdcdc; border-radius: 2px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }

/* Hlavička a nadpisy */
.gril-header { text-align: center; margin-bottom: 35px; }
.gril-header span { text-transform: uppercase; letter-spacing: 3px; font-size: 13px; color: #888; display: block; margin-bottom: 10px; }
.gril-header h2 { color: #1a1a1a; font-size: 32px; font-weight: 300; margin: 0; text-transform: uppercase; }
.gril-header .line { width: 50px; height: 2px; background-color: #a4342a; margin: 20px auto; }

.gril-text { font-size: 17px; color: #444; text-align: justify; }

/* Obrázek */
.gril-img-container { text-align: center; margin: 40px 0; }
.gril-img-wrap { display: inline-block; padding: 10px; border: 1px solid #eee; background: #fff; }
.gril-img-wrap img { max-width: 100%; height: auto; display: block; }

/* Boxy s výhodami (Flex) */
.gril-flex { display: flex; flex-wrap: wrap; gap: 20px; margin: 40px 0; }
.gril-box { flex: 1; min-width: 250px; padding: 25px; border-top: 3px solid #a4342a; }
.gril-box-light { background: #f9f9f9; }
.gril-box-dark { background: #1a1a1a; color: #eee; }
.gril-box h3 { margin-top: 0; font-size: 19px; }
.gril-box-dark h3 { color: #fff; }

/* Citát a podpis */
.gril-quote-box { margin-top: 50px; padding: 40px; background-color: #fff; border: 1px solid #eee; border-radius: 4px; position: relative; overflow: hidden; }
.gril-quote-mark { position: absolute; top: -10px; right: -10px; font-size: 100px; color: #f0f0f0; z-index: 1; font-family: serif; line-height: 1; }
.gril-quote-content { position: relative; z-index: 2; }
.gril-quote-content h3 { color: #a4342a; font-size: 22px; margin-top: 0; }
.gril-quote-content p { font-style: italic; color: #555; font-size: 16px; }

.gril-signature { margin-top: 30px; text-align: right; }
.gril-signature .name { font-family: 'Dancing Script', cursive; font-size: 34px; color: #1a1a1a; margin: 0; font-weight: 500; }
.gril-signature .brand { margin: 0; font-size: 12px; text-transform: uppercase; letter-spacing: 2px; color: #a4342a; font-weight: bold; }


/* Sekce Péče o kámen - 100% věrnost originálu */

.pece-wrapper { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important; max-width: 800px !important; margin: 0 auto !important; color: #333 !important; line-height: 1.6 !important; padding: 15px !important; background-color: #fff !important; }

.pece-header { text-align: center !important; margin-bottom: 40px !important; background: #fafafa !important; padding: 40px 20px !important; border-radius: 30px !important; border: 1px solid #eee !important; }

.pece-header h1 { font-size: 30px !important; color: #1a1a1a !important; margin-bottom: 15px !important; font-weight: 900 !important; line-height: 1.2 !important; text-transform: none !important; }

.pece-subtitle { font-size: 18px !important; color: #e67e22 !important; font-weight: bold !important; margin: 0 !important; }

.pece-quote { max-width: 600px !important; margin: 20px auto 0 !important; font-size: 15px !important; color: #666 !important; font-style: italic !important; }

.pece-img-box { text-align: center !important; margin-bottom: 40px !important; }

.pece-img-box img { max-width: 100% !important; border-radius: 20px !important; box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important; height: auto !important; }

.pece-step h3 { display: flex !important; align-items: center !important; gap: 15px !important; color: #1a1a1a !important; font-size: 20px !important; margin-bottom: 20px !important; }

.pece-number { background: #e67e22 !important; color: #fff !important; width: 35px !important; height: 35px !important; border-radius: 50% !important; display: flex !important; align-items: center !important; justify-content: center !important; font-size: 16px !important; flex-shrink: 0 !important; }

.pece-alert-box { background: #fff3e0 !important; border-left: 5px solid #e67e22 !important; padding: 20px !important; border-radius: 0 15px 15px 0 !important; margin: 20px 0 !important; }

.pece-alert-box strong { color: #d35400 !important; display: block !important; margin-bottom: 5px !important; }

.pece-grid { display: grid !important; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important; gap: 15px !important; margin-top: 20px !important; }

.pece-grid-item { border: 1px solid #eee !important; padding: 20px !important; border-radius: 15px !important; }

.pece-info-card { background: #fdfdfd !important; border: 1px solid #eee !important; border-radius: 20px !important; padding: 30px !important; margin: 40px 0 !important; }

.pece-critical { background: #f9f9f9 !important; padding: 15px !important; border-radius: 10px !important; border: 1px dashed #ccc !important; margin-top: 15px !important; }

.pece-faq-item { margin-bottom: 20px !important; }

.pece-faq-item strong { display: block !important; color: #e67e22 !important; margin-bottom: 5px !important; }

.pece-footer { background: #1a1a1a !important; color: #fff !important; padding: 30px !important; border-radius: 25px !important; text-align: center !important; }

.pece-btn-phone { background: #e67e22 !important; color: #fff !important; text-decoration: none !important; padding: 12px 25px !important; border-radius: 30px !important; font-weight: bold !important; font-size: 16px !important; display: inline-block !important; margin-top: 10px !important; }


/* MASTER CSS - Ultra-short version */

.kn-wrap,.lp-wrap,.pece-wrap,.rekl-wrap{font-family:'Segoe UI',Roboto,sans-serif!important;max-width:950px!important;margin:20px auto!important;color:#333!important;line-height:1.6!important;padding:15px!important;box-sizing:border-box!important}

.kn-dark,.lp-black,.guide-h,.pay-box,.kn-side-d,.rekl-h,.rekl-f,.pece-f{background:#1a1a1a url('https://www.transparenttextures.com/patterns/dark-matter.png')!important;color:#fff!important;border-radius:20px!important;padding:25px!important}

.lp-grid,.guide-g,.courier-g,.pack-f,.rekl-steps{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))!important;gap:20px!important;margin:30px 0!important}

.lp-card,.guide-c,.p-item,.c-card,.rekl-card,.pece-item{background:#fafafa!important;padding:20px!important;border-radius:15px!important;border:1px solid #eee!important}

.kn-org,.pece-sub,.guide-c strong,.rekl-p,.guide-p,.lp-p{color:#e67e22!important}

.kn-btn,.rekl-btn,.pece-btn,.guide-btn{display:inline-block!important;background:#e67e22!important;color:#fff!important;padding:12px 25px!important;border-radius:30px!important;font-weight:900!important;text-decoration:none!important;border-bottom:4px solid #d35400!important;text-align:center!important}

.pece-num{background:#e67e22!important;color:#fff!important;width:35px!important;height:35px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:900!important}

.rekl-box{border:1px solid #ddd!important;border-radius:20px!important;overflow:hidden!important;box-shadow:0 10px 30px rgba(0,0,0,.08)!important}


/* ================================
   PREMIUM ZAKÁZKOVÁ VÝROBA – HLAVNÍ WRAP
   ================================ */

.grill-custom-premium {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 900px;
    margin: 40px auto;
    color: #333;
    line-height: 1.7;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* ================================
   HEADER
   ================================ */

.grill-custom-header {
    position: relative;
    padding: 80px 30px;
    background: url('https://www.kamenynagril.cz/user/documents/upload/header-bg.jpg') center/cover no-repeat;
    color: #fff;
    text-align: center;
}

.grill-custom-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

.grill-custom-header-content {
    position: relative;
    z-index: 2;
}

.grill-custom-header-content strong {
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.9;
}

.grill-custom-header-content h1 {
    font-size: 42px;
    margin: 10px 0;
    line-height: 1.2;
    font-weight: 900;
}

.grill-custom-header-content p {
    font-size: 18px;
    margin-top: 10px;
    opacity: 0.9;
}

/* ================================
   BODY
   ================================ */

.grill-custom-body {
    padding: 40px 30px;
}

.grill-custom-body p {
    font-size: 1.1em;
    color: #444;
    margin-bottom: 25px;
}

.grill-custom-body h3 {
    margin-top: 25px;
    font-size: 22px;
    color: #1a1a1a;
}

/* ================================
   LIST
   ================================ */

.grill-custom-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.grill-custom-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

.grill-custom-check {
    color: #ff5722;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}

/* ================================
   OPTIONS BOX
   ================================ */

.grill-custom-options {
    margin-top: 25px;
    padding: 20px;
    background: #fafafa;
    border-left: 4px solid #ff5722;
    border-radius: 6px;
}

.grill-custom-options h3 {
    margin-top: 0;
}

/* ================================
   STEPS
   ================================ */

.grill-custom-steps {
    margin: 20px 0;
    padding: 0 20px 30px;
}

.grill-custom-step-item {
    display: flex;
    justify-content: space-between;
    padding: 12px 18px;
    background: #f7f7f7;
    border-radius: 8px;
    margin-bottom: 10px;
    font-size: 16px;
    border: 1px solid #eee;
}

/* ================================
   FAQ
   ================================ */

.grill-custom-faq {
    padding: 20px 30px;
    background: #fff7e6;
    border-left: 4px solid #ff9800;
    margin: 20px 0;
    font-size: 16px;
}

/* ================================
   SIGNATURE
   ================================ */

.grill-custom-sig-box {
    padding: 30px;
    text-align: center;
    background: #fafafa;
    border-top: 1px solid #eee;
}

.grill-custom-sig-name {
    font-family: 'Dancing Script', cursive;
    font-size: 32px;
    color: #1a1a1a;
}

/* ================================
   FOOTER
   ================================ */

.grill-custom-footer {
    padding: 30px;
    text-align: center;
    background: #fff;
    border-top: 1px solid #eee;
}

.grill-custom-btn {
    display: inline-block;
    background: #ff5722;
    color: #fff;
    padding: 14px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
    transition: 0.2s;
}

.grill-custom-btn:hover {
    background: #e64a19;
}


/* --- DEFINICE BAREV --- */
:root {
    --ga-gold: #e6a65d;       /* Zlatavá z loga */
    --ga-wood-dark: #2c221b;  /* Tmavě hnědá z loga */
    --ga-bg-dark: #1a1a1a;    /* Téměř černá pro pozadí */
    --ga-text-light: #f0f0f0;
    --ga-text-dark: #444444;
}

/* --- HLAVNÍ KONTEJNER --- */
.ga-wrapper {
    font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    color: var(--ga-text-dark);
    line-height: 1.6;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.ga-wrapper *, .ga-wrapper *::before, .ga-wrapper *::after {
    box-sizing: border-box;
}

/* --- HERO BANNER S LOGEM --- */
.ga-hero {
    background: linear-gradient(135deg, var(--ga-wood-dark) 0%, var(--ga-bg-dark) 100%);
    color: var(--ga-text-light);
    padding: 50px 20px;
    text-align: center;
    border-radius: 12px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
    border-bottom: 4px solid var(--ga-gold);
}

.ga-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

/* --- STYLOVÁNÍ LOGA --- */
.ga-logo-container {
    margin-bottom: 30px;
    padding: 10px;
}

.ga-logo-img {
    display: block;
    max-width: 300px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    filter: drop-shadow(0 5px 10px rgba(0,0,0,0.4));
}

/* --- TYPOGRAFIE --- */
.ga-headline {
    font-size: 1.8rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 15px 0;
    color: #ffffff;
}

.ga-headline .year-highlight {
    font-weight: 800;
    color: var(--ga-gold);
    font-size: 2rem;
    display: inline-block;
}

.ga-lead-text {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.85);
    max-width: 650px;
    margin: 0 auto;
    font-weight: 400;
}

/* --- ODDĚLOVAČ --- */
.ga-divider {
    text-align: center;
    margin: 30px 0;
}

.ga-divider::after {
    content: '';
    display: inline-block;
    width: 80px;
    height: 3px;
    background: var(--ga-gold);
    border-radius: 2px;
    opacity: 0.5;
}

/* --- RESPONSIVITA NA MOBILU --- */
@media (max-width: 600px) {
    .ga-hero { padding: 30px 15px; }
    .ga-logo-img { max-width: 220px; }
    .ga-headline { font-size: 1.4rem; letter-spacing: 1px; }
    .ga-headline .year-highlight { font-size: 1.6rem; }
    .ga-lead-text { font-size: 1rem; }
}

/* --- STYLY PRO KARTY (PŮVODNÍ DESIGN) --- */
.benefits-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap; /* Aby se na menších PC hezky zalamovaly */
    margin-bottom: 40px;
}

.benefit-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 25px;
    flex: 1;
    min-width: 280px; /* Minimální šířka, aby se text nemačkal */
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    text-align: center;
    border-top: 4px solid #d35400; /* Barva LÁVY */
    transition: transform 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px); /* Jemný efekt při najetí myší */
}

.benefit-icon {
    font-size: 32px;
    display: block;
    margin-bottom: 15px;
}

.benefit-card h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 700;
    text-transform: uppercase;
}

.benefit-card p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* --- ÚPRAVA PRO MOBILY --- */
@media (max-width: 768px) {
    .benefits-grid {
        flex-direction: column; /* Na mobilu karty pod sebe */
        gap: 15px;
    }
    .benefit-card {
        display: flex; /* Ikona vedle textu */
        text-align: left;
        align-items: flex-start;
        padding: 20px;
    }
    .benefit-icon {
        margin-bottom: 0;
        margin-right: 15px;
        font-size: 28px;
    }
}

/* --- STYLY PRO KARTY (PŮVODNÍ DESIGN - ŽULA) --- */
.benefits-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.benefit-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 25px;
    flex: 1;
    min-width: 280px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    text-align: center;
    border-top: 4px solid #455a64; /* Barva ŽULY */
    transition: transform 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
}

.benefit-icon {
    font-size: 32px;
    display: block;
    margin-bottom: 15px;
}

.benefit-card h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 700;
    text-transform: uppercase;
}

.benefit-card p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* --- ÚPRAVA PRO MOBILY --- */
@media (max-width: 768px) {
    .benefits-grid {
        flex-direction: column;
        gap: 15px;
    }
    .benefit-card {
        display: flex;
        text-align: left;
        align-items: flex-start;
        padding: 20px;
    }
    .benefit-icon {
        margin-bottom: 0;
        margin-right: 15px;
        font-size: 28px;
    }
}


/* --- WRAPPER --- */
.lava-wrapper {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    max-width: 1000px;
    margin: 0 auto;
    color: #1a1a1a;
    line-height: 1.8;
    padding: 20px;
    box-sizing: border-box;
}

/* --- HEADER --- */
.lava-header {
    text-align: center;
    padding: 30px 10px;
    margin-bottom: 40px;
}

.lava-badge {
    display: inline-block;
    background: #fdf8f3;
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #d35400;
    margin-bottom: 20px;
}

.lava-title {
    margin: 0;
    font-size: 42px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1a1a1a;
}

.lava-divider {
    width: 40px;
    height: 2px;
    background: #d35400;
    margin: 25px auto;
}

.lava-desc {
    font-size: 16px;
    color: #666;
    max-width: 750px;
    margin: 0 auto;
    font-weight: 300;
}

/* --- BENEFIT GRID (původní design) --- */
.benefits-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.benefit-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 25px;
    flex: 1;
    min-width: 280px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    text-align: center;
    border-top: 4px solid #d35400;
    transition: transform 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
}

.benefit-icon {
    font-size: 32px;
    display: block;
    margin-bottom: 15px;
}

.benefit-card h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 700;
    text-transform: uppercase;
}

.benefit-card p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* --- FOOTER --- */
.lava-footer {
    text-align: center;
    margin-top: 30px;
}

.lava-note {
    font-size: 14px;
    font-style: italic;
    color: #888;
}

.lava-hashtag {
    font-size: 14px;
    font-weight: 900;
    color: #d35400;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 15px;
}

/* --- RESPONSIVITA --- */
@media (max-width: 768px) {
    .benefits-grid {
        flex-direction: column;
        gap: 15px;
    }
    .benefit-card {
        display: flex;
        text-align: left;
        align-items: flex-start;
        padding: 20px;
    }
    .benefit-icon {
        margin-bottom: 0;
        margin-right: 15px;
        font-size: 28px;
    }
}

/* ============================
   ŽULA – HLAVNÍ WRAPPER
============================ */
.zula-wrapper {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    max-width: 1000px;
    margin: 0 auto;
    color: #1a1a1a;
    line-height: 1.8;
    padding: 20px;
    box-sizing: border-box;
}

/* ============================
   HEADER
============================ */
.zula-header {
    text-align: center;
    padding: 30px 10px;
    margin-bottom: 40px;
}

.zula-badge {
    display: inline-block;
    background: #f4f6f7;
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #455a64;
    margin-bottom: 20px;
}

.zula-title {
    margin: 0;
    font-size: 42px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1a1a1a;
}

.zula-divider {
    width: 40px;
    height: 2px;
    background: #455a64;
    margin: 25px auto;
}

.zula-desc {
    font-size: 16px;
    color: #666;
    max-width: 750px;
    margin: 0 auto;
    font-weight: 300;
}

/* ============================
   BENEFIT GRID (původní design)
============================ */
.benefits-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.benefit-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 25px;
    flex: 1;
    min-width: 280px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    text-align: center;
    border-top: 4px solid #455a64;
    transition: transform 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
}

.benefit-icon {
    font-size: 32px;
    display: block;
    margin-bottom: 15px;
}

.benefit-card h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 700;
    text-transform: uppercase;
}

.benefit-card p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* ============================
   FOOTER
============================ */
.zula-footer {
    text-align: center;
    margin-top: 30px;
}

.zula-note {
    font-size: 14px;
    font-style: italic;
    color: #888;
}

.zula-hashtag {
    font-size: 14px;
    font-weight: 900;
    color: #455a64;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 15px;
}

/* ============================
   RESPONSIVITA
============================ */
@media (max-width: 768px) {
    .benefits-grid {
        flex-direction: column;
        gap: 15px;
    }
    .benefit-card {
        display: flex;
        text-align: left;
        align-items: flex-start;
        padding: 20px;
    }
    .benefit-icon {
        margin-bottom: 0;
        margin-right: 15px;
        font-size: 28px;
    }
}

/* ============================
   GRILOVACÍ RÁMEČKY – WRAPPER
============================ */
.ramecky-wrapper {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.4;
    color: #444;
    max-width: 800px;
    margin: 0 auto;
    padding: 5px;
}

/* ============================
   HEADER
============================ */
.ramecky-header {
    text-align: center;
    margin-bottom: 20px;
}

.ramecky-title {
    color: #333;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 10px 0;
    border-bottom: 2px solid #e67e22;
    display: inline-block;
    padding-bottom: 5px;
}

.ramecky-sub {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* ============================
   BENEFITY
============================ */
.ramecky-benefits {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: 25px;
    text-align: center;
}

.ramecky-benefit {
    width: 32%;
}

.ramecky-icon {
    font-size: 24px;
    color: #e67e22;
    margin-bottom: 5px;
}

.ramecky-benefit h3 {
    font-size: 12px;
    margin: 0 0 2px 0;
    color: #333;
    font-weight: bold;
}

.ramecky-benefit p {
    font-size: 11px;
    color: #777;
    margin: 0;
    line-height: 1.3;
}

/* ============================
   MATERIÁLY
============================ */
.ramecky-materials {
    margin-bottom: 25px;
    display: flex;
    gap: 10px;
}

.ramecky-material {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.ramecky-material-head {
    padding: 8px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.ramecky-nerez-head {
    background-color: #f5f5f5;
}

.ramecky-ocel-head {
    background-color: #333;
    color: #fff;
}

.ramecky-material-body {
    padding: 10px;
}

.ramecky-material-body ul {
    padding-left: 15px;
    font-size: 11px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* ============================
   INFO BOX
============================ */
.ramecky-info {
    background-color: #e3f2fd;
    padding: 10px 15px;
    border-radius: 6px;
    border-left: 4px solid #2196f3;
    font-size: 12px;
    color: #333;
}

.ramecky-info strong {
    color: #0d47a1;
    display: block;
    margin-bottom: 4px;
}

/* ============================
   ÚPRAVA KAMENE – WRAPPER
============================ */
.upravy-wrapper {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    color: #444;
    max-width: 900px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
}

/* ============================
   HEADER
============================ */
.upravy-header {
    text-align: center;
    margin-bottom: 20px;
}

.upravy-badge {
    font-size: 11px;
    font-weight: 800;
    color: #e67e22;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.upravy-title {
    font-size: 22px;
    color: #222;
    margin: 0 0 5px 0;
    font-weight: 900;
}

.upravy-sub {
    font-size: 13px;
    color: #666;
    margin: 0;
}

/* ============================
   FLAME BOX
============================ */
.upravy-flame-box {
    background: linear-gradient(90deg, #fff8e1 0%, #ffffff 100%);
    border: 1px solid #ffcc80;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 4px 12px rgba(230, 126, 34, 0.08);
    margin-bottom: 15px;
}

.upravy-flame-icon {
    font-size: 30px;
    flex-shrink: 0;
}

.upravy-flame-title {
    color: #d35400;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.upravy-flame-desc {
    font-size: 12px;
    color: #555;
    display: block;
    line-height: 1.3;
}

.upravy-flame-link {
    background: #e67e22;
    color: white;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

.upravy-flame-link a {
    color: white;
    text-decoration: none;
}

/* ============================
   KARTY
============================ */
.upravy-cards {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.upravy-card {
    flex: 1;
    border-radius: 10px;
    padding: 15px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.upravy-card-top {
    border: 1px solid #e67e22;
    background: #fff;
    position: relative;
}

.upravy-card-label {
    font-size: 8px;
    background: #e67e22;
    color: white;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 2px 8px;
    border-radius: 0 0 6px 6px;
    font-weight: 900;
    white-space: nowrap;
}

.upravy-card-secondary {
    border: 1px solid #ddd;
    background: #fcfcfc;
}

.upravy-card-icon {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.upravy-icon-muted {
    opacity: 0.8;
}

.upravy-card-title {
    display: block;
    font-size: 13px;
    color: #222;
    margin-bottom: 4px;
}

.upravy-card-text {
    font-size: 10px;
    color: #777;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.upravy-card-btn {
    display: inline-block;
    padding: 5px 0;
    border-radius: 15px;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
}

.upravy-btn-orange {
    background: #fff3e0;
    color: #d35400;
}

.upravy-btn-grey {
    background: #eee;
    color: #666;
}

/* ============================
   MONOGRAM
============================ */
.upravy-monogram {
    border: 1px dashed #ccc;
    border-radius: 10px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fafafa;
    margin-bottom: 12px;
}

.upravy-monogram-icon {
    font-size: 22px;
}

.upravy-monogram-text strong {
    font-size: 13px;
    color: #333;
    display: block;
}

.upravy-monogram-text span {
    font-size: 11px;
    color: #777;
    display: block;
}

.upravy-monogram-arrow {
    color: #ccc;
    font-size: 18px;
}

/* ============================
   INFO BOX
============================ */
.upravy-info {
    background-color: #e3f2fd;
    padding: 12px;
    border-radius: 8px;
    border-left: 4px solid #2196f3;
    font-size: 12px;
    color: #0d47a1;
}

.upravy-info span {
    color: #1565c0;
    display: block;
    margin-top: 2px;
}

/* ============================
   ČIŠTĚNÍ KAMENE – WRAPPER
============================ */
.cisteni-wrapper {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    color: #333;
    max-width: 850px;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
    background-color: #fff;
}

/* ============================
   HEADER
============================ */
.cisteni-header {
    text-align: center;
    margin-bottom: 30px;
}

.cisteni-badge {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #999;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 8px;
}

.cisteni-title {
    font-size: 26px;
    color: #1a1a1a;
    margin: 0 0 12px 0;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.cisteni-divider {
    width: 40px;
    height: 2px;
    background: #e67e22;
    margin: 0 auto;
}

/* ============================
   ČISTÍCÍ SET
============================ */
.cisteni-set-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 20px 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-left: 5px solid #e67e22;
    margin-bottom: 30px;
}

.cisteni-set-icon {
    font-size: 35px;
    flex-shrink: 0;
    background: #fdf8f3;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cisteni-set-text h3 {
    margin: 0 0 3px 0;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 800;
}

.cisteni-set-text p {
    margin: 0;
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

.cisteni-set-btn {
    background: #1a1a1a;
    border-radius: 30px;
    padding: 10px 22px;
    text-align: center;
}

.cisteni-set-btn a {
    color: #e67e22;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

/* ============================
   KROKY ČIŠTĚNÍ
============================ */
.cisteni-steps {
    display: flex;
    gap: 8px;
    margin-bottom: 30px;
    align-items: stretch;
}

.cisteni-step {
    flex: 1;
    background: #fafafa;
    padding: 15px 5px;
    border-radius: 15px;
    text-align: center;
    position: relative;
    border: 1px solid #f0f0f0;
    min-width: 0;
}

.cisteni-step-number {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #1a1a1a;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

.cisteni-step-icon {
    font-size: 20px;
    margin: 5px 0;
}

.cisteni-step strong {
    display: block;
    font-size: 11px;
    margin-bottom: 2px;
    color: #1a1a1a;
    white-space: nowrap;
}

.cisteni-step p {
    font-size: 9px;
    color: #777;
    margin: 0;
    line-height: 1.2;
}

/* ============================
   WARNING BOX
============================ */
.cisteni-warning-box {
    flex: 1.5;
    min-width: 280px;
    background: #fff8f8;
    border: 1px solid #feeceb;
    border-radius: 15px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.cisteni-warning-icon {
    font-size: 20px;
}

.cisteni-warning-text {
    font-size: 11px;
    color: #b91c1c;
    line-height: 1.4;
}

/* ============================
   BLOG LINK
============================ */
.cisteni-blog-box {
    flex: 1;
    min-width: 200px;
    background: #1a1a1a;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
}

.cisteni-blog-box a {
    color: #e67e22;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    border-bottom: 1px solid #e67e22;
    padding-bottom: 2px;
}

/* ============================
   ZAHRADNÍ GRILY – WRAPPER
============================ */
.grily-wrapper {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    max-width: 1000px;
    margin: 0 auto;
    color: #1a1a1a;
    line-height: 1.8;
    padding: 20px;
    box-sizing: border-box;
}

/* ============================
   HEADER
============================ */
.grily-header {
    text-align: center;
    padding: 50px 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}

.grily-badge {
    display: block;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #e67e22;
    margin-bottom: 10px;
}

.grily-title {
    margin: 0;
    font-size: 34px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1a1a1a;
    line-height: 1.1;
}

.grily-title span {
    font-weight: 900;
}

.grily-divider {
    width: 30px;
    height: 2px;
    background: #e67e22;
    margin: 25px auto;
}

.grily-sub {
    font-size: 16px;
    color: #888;
    max-width: 650px;
    margin: 0 auto;
    font-weight: 300;
    line-height: 1.5;
}

/* ============================
   TEXTOVÉ SLOUPCE
============================ */
.grily-text-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 50px;
}

.grily-text-block {
    flex: 1;
    min-width: 280px;
}

.grily-text-block p {
    font-size: 15px;
    margin: 0;
    text-align: justify;
    opacity: 0.85;
}

/* ============================
   TŘI IKONICKÉ BODY
============================ */
.grily-features {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: 60px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 30px 0;
}

.grily-feature {
    flex: 1;
    text-align: center;
    padding: 0 5px;
}

.grily-feature-center {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.grily-feature h3 {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    color: #e67e22;
    font-weight: 800;
}

.grily-feature p {
    font-size: 11px;
    color: #666;
    margin: 0;
    line-height: 1.3;
}

/* ============================
   FOOTER
============================ */
.grily-footer {
    text-align: center;
    padding-bottom: 20px;
}

.grily-footer p {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #bbb;
    margin-bottom: 0;
}

.grily-footer span {
    color: #1a1a1a;
    font-weight: bold;
}


/* ============================
   GRILMEN – WRAPPER
============================ */
.grilmen-wrapper {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    max-width: 1000px;
    margin: 0 auto;
    color: #1a1a1a;
    line-height: 1.6;
    padding: 20px;
    box-sizing: border-box;
}

/* ============================
   HEADER
============================ */
.grilmen-header {
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 3px solid #1a1a1a;
    padding-bottom: 30px;
}

.grilmen-badge {
    display: inline-block;
    background: #e67e22;
    color: #fff;
    padding: 4px 15px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.grilmen-title {
    margin: 0;
    font-size: 42px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #1a1a1a;
}

.grilmen-title span {
    font-weight: 300;
    color: #888;
}

.grilmen-sub {
    font-size: 18px;
    color: #555;
    margin-top: 15px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* ============================
   CONTENT
============================ */
.grilmen-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 50px;
}

.grilmen-text {
    flex: 2;
    min-width: 300px;
}

.grilmen-text h3 {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.grilmen-text p {
    font-size: 15px;
    color: #444;
    margin-bottom: 20px;
    text-align: justify;
}

/* ============================
   DARK BOX
============================ */
.grilmen-box {
    flex: 1;
    min-width: 280px;
    background: #2d3436;
    color: #fff;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.grilmen-dot {
    position: absolute;
    top: 15px;
    width: 6px;
    height: 6px;
    background: #555;
    border-radius: 50%;
}

.grilmen-dot-left {
    left: 15px;
}

.grilmen-dot-right {
    right: 15px;
}

.grilmen-box-title {
    margin: 0 0 20px 0;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e67e22;
    border-bottom: 1px solid #555;
    padding-bottom: 10px;
}

.grilmen-box-desc {
    font-size: 13px;
    color: #ccc;
    margin-bottom: 20px;
}

.grilmen-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.grilmen-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.grilmen-list span {
    color: #e67e22;
}

.grilmen-note {
    font-size: 10px;
    color: #888;
    margin-top: 15px;
    font-style: italic;
}

/* ============================
   FOOTER
============================ */
.grilmen-footer {
    background: #fafafa;
    border-top: 4px solid #e67e22;
    padding: 20px;
    text-align: center;
}

.grilmen-footer p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.grilmen-footer span {
    color: #e67e22;
}

/* ============================
   PŘÍSLUŠENSTVÍ – WRAPPER
============================ */
.prisl-wrapper {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    max-width: 100%;
    margin: 0 auto;
}

/* ============================
   NADPIS
============================ */
.prisl-title {
    font-size: 1.6em;
    color: #111;
    margin-bottom: 20px;
    border-bottom: 3px solid #d32f2f;
    display: inline-block;
    padding-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ============================
   ÚVODNÍ TEXT
============================ */
.prisl-intro {
    font-size: 1em;
    margin-bottom: 25px;
    color: #444;
}

/* ============================
   CITACE
============================ */
.prisl-quote-box {
    background-color: #f4f4f4;
    border-left: 4px solid #d32f2f;
    padding: 20px;
    margin: 25px 0;
    border-radius: 4px;
}

.prisl-quote {
    font-style: italic;
    font-size: 0.95em;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.5;
}

.prisl-quote-author {
    text-align: right;
    font-size: 0.9em;
}

.prisl-quote-author strong {
    color: #000;
}

.prisl-quote-author span {
    color: #d32f2f;
    font-weight: bold;
}

/* ============================
   PODTITULEK
============================ */
.prisl-subtitle {
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 1.2em;
    color: #111;
    text-align: center;
    text-transform: uppercase;
}

/* ============================
   GRID KARET
============================ */
.prisl-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 30px;
}

.prisl-card {
    background: #fff;
    border: 1px solid #ddd;
    border-top: 3px solid #d32f2f;
    padding: 15px 8px;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.prisl-card-icon {
    color: #d32f2f;
    font-size: 24px;
    margin-bottom: 8px;
}

.prisl-card-title {
    margin: 0 0 5px 0;
    color: #222;
    font-size: 0.95em;
    font-weight: bold;
}

.prisl-card-text {
    margin: 0;
    font-size: 0.8em;
    color: #666;
    line-height: 1.3;
}

/* ============================
   FOOTER
============================ */
.prisl-footer {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.prisl-footer p {
    font-size: 0.95em;
    font-weight: bold;
    color: #333;
    margin: 0;
}


/* ============================
   DÁRKOVÉ POUKAZY – WRAPPER
============================ */
.poukazy-wrapper {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    max-width: 1000px;
    margin: 0 auto;
    color: #1a1a1a;
    line-height: 1.8;
    padding: 20px;
    box-sizing: border-box;
}

/* ============================
   HEADER
============================ */
.poukazy-header {
    text-align: center;
    padding: 40px 10px;
    margin-bottom: 40px;
}

.poukazy-badge {
    display: inline-block;
    background: #fdf8f3;
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #e67e22;
    margin-bottom: 20px;
}

.poukazy-title {
    margin: 0;
    font-size: 42px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1a1a1a;
}

.poukazy-sub {
    font-size: 16px;
    color: #777;
    max-width: 600px;
    margin: 15px auto 0;
    font-style: italic;
}

/* ============================
   HLAVNÍ BOX
============================ */
.poukazy-box {
    max-width: 700px;
    margin: 0 auto 50px;
    border: 2px dashed #e67e22;
    border-radius: 15px;
    padding: 30px;
    position: relative;
    background: #fffafa;
    text-align: center;
}

.poukazy-box-icon {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 0 15px;
    font-size: 24px;
}

.poukazy-box-content h3 {
    margin: 10px 0 15px;
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
}

.poukazy-box-content p {
    font-size: 15px;
    color: #555;
    margin-bottom: 0;
}

/* ============================
   BENEFITY
============================ */
.poukazy-benefits {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    margin-bottom: 40px;
}

.poukazy-benefit {
    flex: 1;
    text-align: center;
    padding: 0 5px;
}

.poukazy-benefit-center {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.poukazy-benefit strong {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e67e22;
    margin-bottom: 5px;
}

.poukazy-benefit span {
    display: block;
    font-size: 10px;
    color: #999;
    line-height: 1.2;
}

/* ============================
   FOOTER
============================ */
.poukazy-footer {
    text-align: center;
}

.poukazy-footer p {
    font-size: 13px;
    color: #444;
}

.poukazy-footer strong {
    color: #e67e22;
}

/* ============================
   KONTAKT – WRAPPER
============================ */
.kontakt-wrapper {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    max-width: 1000px;
    margin: 0 auto;
    color: #333;
    line-height: 1.6;
    padding: 15px;
    box-sizing: border-box;
}

/* ============================
   HEADER
============================ */
.kontakt-header {
    text-align: center;
    margin-bottom: 40px;
}

.kontakt-logo {
    max-width: 280px;
    height: auto;
    margin-bottom: 15px;
}

.kontakt-title {
    font-size: 24px;
    color: #1a1a1a;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.kontakt-divider {
    width: 60px;
    height: 4px;
    background: #e67e22;
    margin: 12px auto;
}

/* ============================
   LAYOUT
============================ */
.kontakt-main {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

/* ============================
   LEVÁ KARTA – DÍLNA
============================ */
.kontakt-card-main {
    flex: 1.5;
    min-width: 320px;
    background: #fff;
    border: 1px solid #eee;
    border-top: 5px solid #e67e22;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.kontakt-tag {
    background: #e67e22;
    color: #fff;
    padding: 4px 15px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
}

.kontakt-card-title {
    color: #1a1a1a;
    margin-top: 0;
    font-size: 22px;
}

.kontakt-address {
    margin: 15px 0;
    font-size: 18px;
    color: #444;
    line-height: 1.2;
}

.kontakt-pickup {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}

.kontakt-map-btn {
    display: block;
    text-align: center;
    background: #1a1a1a;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    border-radius: 12px;
    font-weight: bold;
    font-size: 15px;
    border-bottom: 4px solid #000;
}

/* ============================
   PRAVÝ SLOUPEC
============================ */
.kontakt-right {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* BOXY */
.kontakt-box {
    border-radius: 20px;
    padding: 20px;
}

/* Přímý kontakt */
.kontakt-direct {
    background: #1a1a1a;
    background-image: url('https://www.transparenttextures.com/patterns/dark-matter.png');
    color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.kontakt-box-title {
    color: #e67e22;
    margin: 0 0 10px 0;
    font-size: 14px;
    text-transform: uppercase;
}

.kontakt-phone {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 900;
    display: block;
}

.kontakt-email {
    color: #e67e22;
    text-decoration: none;
    font-size: 14px;
}

/* WhatsApp */
.kontakt-whatsapp {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}

.kontakt-wa-icon {
    background: #25D366;
    border-radius: 10px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kontakt-wa-icon img {
    width: 28px;
    height: 28px;
    filter: brightness(0) invert(1);
}

.kontakt-wa-title {
    font-size: 14px;
}

.kontakt-wa-link {
    color: #25d366;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

/* Sociální sítě */
.kontakt-social {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 20px;
    text-align: center;
}

.kontakt-social-title {
    margin: 0 0 12px 0;
    font-size: 11px;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 1px;
}

.kontakt-social-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 12px;
}

.kontakt-social-icons img {
    width: 20px;
}

.kontakt-hashtag {
    color: #e67e22;
    font-family: monospace;
    font-weight: 900;
    font-size: 14px;
}

/* Fakturační adresa */
.kontakt-invoice {
    padding: 10px 20px;
    border-left: 3px solid #eee;
}

.kontakt-invoice h4 {
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    color: #999;
}

.kontakt-invoice p {
    margin: 0;
    font-size: 11px;
    color: #888;
}

/* ============================
   POPUPTÁVKA NA MÍRU
============================ */
.kontakt-custom-box {
    background: #fff;
    border: 2px solid #1a1a1a;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    text-align: center;
    padding: 40px 30px;
}

.kontakt-custom-title {
    margin: 0 0 10px 0;
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

.kontakt-custom-text {
    font-size: 15px;
    color: #555;
    max-width: 750px;
    margin: 0 auto 30px;
}

.kontakt-custom-btn {
    display: inline-block;
    background: #e67e22;
    color: #fff;
    text-decoration: none;
    padding: 18px 45px;
    border-radius: 50px;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(230, 126, 34, 0.2);
    border-bottom: 4px solid #d35400;
}

.kontakt-custom-tip {
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.kontakt-custom-tip p {
    font-size: 13px;
    color: #999;
    font-style: italic;
}

.kontakt-custom-tip strong {
    color: #e67e22;
}

/* ============================
   RECEPTY – WRAPPER
============================ */
.recepty-wrapper {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    max-width: 950px;
    margin: 0 auto;
    color: #1a1a1a;
    line-height: 1.6;
    padding: 20px;
    box-sizing: border-box;
}

/* ============================
   HEADER
============================ */
.recepty-header {
    text-align: center;
    margin-bottom: 35px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}

.recepty-badge {
    display: block;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #e67e22;
    margin-bottom: 10px;
}

.recepty-title {
    margin: 0;
    font-size: 38px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1a1a1a;
}

.recepty-sub {
    font-size: 16px;
    color: #666;
    margin-top: 15px;
    font-weight: 300;
}

/* ============================
   CONTENT LAYOUT
============================ */
.recepty-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}

.recepty-text {
    flex: 2;
    min-width: 300px;
}

.recepty-text p {
    font-size: 15px;
    color: #444;
    margin-bottom: 15px;
    text-align: justify;
}

/* ============================
   QUOTE BOX
============================ */
.recepty-quote {
    flex: 1;
    min-width: 280px;
    background: #fafafa;
    border-left: 4px solid #e67e22;
    padding: 25px;
    position: relative;
}

.recepty-quote-mark {
    font-size: 40px;
    position: absolute;
    top: -20px;
    left: 15px;
    color: #e67e22;
    opacity: 0.3;
    font-family: serif;
}

.recepty-quote-text {
    font-size: 14px;
    color: #333;
    font-style: italic;
    margin-bottom: 20px;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

.recepty-quote-author {
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.recepty-quote-author strong {
    display: block;
    color: #1a1a1a;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.recepty-quote-author span {
    display: block;
    font-size: 12px;
    color: #e67e22;
    font-weight: 600;
}

/* ============================
   BLOG – WRAPPER
============================ */
.blog-wrapper {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    max-width: 950px;
    margin: 0 auto;
    color: #1a1a1a;
    line-height: 1.6;
    padding: 20px;
    box-sizing: border-box;
}

/* ============================
   HEADER
============================ */
.blog-header {
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 3px solid #1a1a1a;
    padding-bottom: 30px;
}

.blog-badge {
    display: inline-block;
    background: #1a1a1a;
    color: #fff;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.blog-title {
    margin: 0;
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #1a1a1a;
}

.blog-sub {
    font-size: 16px;
    color: #555;
    margin-top: 10px;
    font-weight: 400;
}

/* ============================
   CONTENT LAYOUT
============================ */
.blog-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: stretch;
}

.blog-text {
    flex: 2;
    min-width: 300px;
}

.blog-text p {
    font-size: 15px;
    color: #444;
    margin-bottom: 20px;
    text-align: justify;
}

/* ============================
   DARK BOX
============================ */
.blog-box {
    flex: 1;
    min-width: 280px;
    background: #2d3436;
    color: #fff;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.blog-dot {
    position: absolute;
    top: 15px;
    width: 8px;
    height: 8px;
    background: #555;
    border-radius: 50%;
}

.blog-dot-left {
    left: 15px;
}

.blog-dot-right {
    right: 15px;
}

.blog-box-title {
    margin: 10px 0 20px 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #e67e22;
    border-bottom: 1px solid #555;
    padding-bottom: 10px;
}

.blog-box-text {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 25px;
    line-height: 1.6;
}

/* ============================
   AUTHOR
============================ */
.blog-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.blog-author-icon {
    font-size: 24px;
}

.blog-author-name {
    display: block;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-author-sub {
    display: block;
    font-size: 11px;
    color: #e67e22;
    font-weight: 600;
}
¨

/* ============================
   O NÁS – WRAPPER
============================ */
.onas-wrapper {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    max-width: 850px;
    margin: 0 auto;
    color: #333;
    line-height: 1.6;
    padding: 20px;
    background: #fff;
}

/* ============================
   ÚVOD
============================ */
.onas-intro {
    text-align: center;
    margin-bottom: 40px;
    background: #fafafa;
    padding: 40px 20px;
    border-radius: 30px;
    border: 1px solid #eee;
}

.onas-intro h1 {
    font-size: 28px;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 900;
    line-height: 1.2;
}

.onas-sub {
    font-size: 18px;
    color: #e67e22;
    font-weight: bold;
    margin: 0;
}

.onas-intro-text {
    max-width: 650px;
    margin: 20px auto 0;
    font-size: 15px;
    color: #555;
}

/* ============================
   DVOJICE BLOKŮ
============================ */
.onas-two-cols {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    margin-bottom: 50px;
}

.onas-left {
    flex: 1;
    min-width: 300px;
}

.onas-left h3 {
    color: #1a1a1a;
    font-size: 22px;
    margin-top: 0;
}

.onas-left p {
    font-size: 14px;
    color: #555;
}

/* ============================
   3 DŮVODY
============================ */
.onas-reasons {
    flex: 1;
    min-width: 300px;
    background: #fdf8f3;
    padding: 25px;
    border-radius: 20px;
    border: 1px dashed #e67e22;
}

.onas-reasons h4 {
    margin-top: 0;
    color: #d35400;
}

.onas-reasons ul {
    margin: 0;
    padding-left: 18px;
    font-size: 13px;
    line-height: 1.8;
}

/* ============================
   GARANCE
============================ */
.onas-garance {
    background: #1a1a1a;
    color: #fff;
    padding: 40px;
    border-radius: 25px;
    margin-bottom: 50px;
    background-image: url('https://www.transparenttextures.com/patterns/dark-matter.png');
    position: relative;
    overflow: hidden;
}

.onas-garance h3 {
    color: #e67e22;
    margin-top: 0;
}

.onas-garance-text {
    font-size: 15px;
    opacity: 0.9;
}

.onas-garance-ref {
    margin-top: 25px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
    font-size: 14px;
    color: #e67e22;
    font-style: italic;
}

/* ============================
   KONTAKTNÍ BLOKY
============================ */
.onas-contact-blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
    border-top: 2px solid #f0f0f0;
    padding-top: 40px;
}

.onas-contact-left {
    flex: 1;
    min-width: 250px;
}

.onas-logo {
    max-width: 200px;
    margin-bottom: 20px;
}

.onas-contact-info {
    font-size: 14px;
    color: #666;
}

.onas-contact-info a {
    color: #e67e22;
    text-decoration: none;
}

.onas-phone {
    font-weight: bold;
}

/* PRAVÁ STRANA */
.onas-contact-right {
    flex: 1;
    min-width: 250px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.onas-signature {
    max-width: 150px;
    margin-bottom: 10px;
}

.onas-name {
    font-size: 18px;
    color: #1a1a1a;
}

.onas-role {
    font-size: 13px;
    color: #999;
    font-style: italic;
}

.onas-fb a {
    background: #1877F2;
    color: #fff;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    margin-top: 20px;
}

/* ============================
   FORMULÁŘ
============================ */
.onas-form {
    margin-top: 40px;
    padding: 30px;
    background: #fafafa;
    border-radius: 20px;
    text-align: center;
}

.onas-form p {
    font-weight: bold;
    margin-bottom: 20px;
}

/* ============================
   JAK NAKUPOVAT – WRAPPER
============================ */
.nakup-wrapper {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    max-width: 850px;
    margin: 20px auto;
    color: #333;
    line-height: 1.6;
    padding: 15px;
}

/* ============================
   HLAVIČKA
============================ */
.nakup-header {
    background: #1a1a1a;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 35px;
    background-image: url('https://www.transparenttextures.com/patterns/dark-matter.png');
}

.nakup-header h2 {
    margin: 0 0 10px 0;
    color: #e67e22;
    font-size: 24px;
    font-weight: 800;
}

.nakup-header p {
    margin: 0;
    font-size: 14px;
    opacity: 0.9;
}

/* ============================
   GRID KARET
============================ */
.nakup-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 35px;
}

.nakup-card {
    background: #fafafa;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #eee;
}

.nakup-card strong {
    color: #e67e22;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

.nakup-card p {
    font-size: 13px;
    margin: 0 0 10px 0;
}

.nakup-tip {
    font-size: 12px;
    color: #777;
    font-style: italic;
}

/* ============================
   KONTAKTNÍ BOX
============================ */
.nakup-contact {
    border: 2px solid #1a1a1a;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    background: #fff;
}

.nakup-contact h3 {
    margin: 0 0 10px 0;
    font-size: 18px;
}

.nakup-contact p {
    font-size: 14px;
    margin-bottom: 15px;
    color: #666;
}

.nakup-phone {
    font-size: 22px;
    color: #e67e22;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 10px;
}

.nakup-delivery {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ============================
   PROČ GRILOVAT NA KAMENI – WRAPPER
============================ */
.proc-wrapper {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    max-width: 850px;
    margin: 0 auto;
    color: #333;
    line-height: 1.6;
    padding: 20px;
    background: #fff;
}

/* ============================
   HLAVIČKA
============================ */
.proc-header {
    text-align: center;
    margin-bottom: 40px;
}

.proc-header h1 {
    font-size: 32px;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 900;
    line-height: 1.2;
}

.proc-sub {
    font-size: 18px;
    color: #e67e22;
    font-weight: bold;
    margin: 0;
}

.proc-divider {
    width: 60px;
    height: 3px;
    background: #e67e22;
    margin: 20px auto;
}

/* ============================
   ÚVODNÍ CITÁT
============================ */
.proc-quote {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 20px;
    border-left: 5px solid #1a1a1a;
    margin-bottom: 40px;
}

.proc-quote p {
    margin: 0;
    font-size: 15px;
    font-style: italic;
    color: #555;
}

.proc-quote-author {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: #1a1a1a;
    font-style: normal;
}

/* ============================
   GRID 4 DŮVODŮ
============================ */
.proc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.proc-item {
    border-bottom: 2px solid #eee;
    padding-bottom: 20px;
}

.proc-item h3 {
    color: #2d3748;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0;
}

.proc-item h3 span {
    font-size: 24px;
}

.proc-item p {
    font-size: 14px;
}

/* ============================
   VÝBĚR KAMENE
============================ */
.proc-choose {
    background: #1a1a1a;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 40px;
}

.proc-choose h3 {
    color: #e67e22;
    margin-top: 0;
    text-align: center;
}

.proc-choose-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.proc-choose-item {
    flex: 1;
    min-width: 250px;
    background: rgba(255,255,255,0.05);
    padding: 15px;
    border-radius: 10px;
}

.proc-choose-item strong {
    color: #e67e22;
    display: block;
    margin-bottom: 5px;
}

.proc-choose-item span {
    font-size: 13px;
    display: block;
}

/* ============================
   CTA
============================ */
.proc-cta {
    text-align: center;
    padding: 20px;
}

.proc-cta p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
}

.proc-btn {
    background-color: #1a1a1a;
    background-image: url('https://www.transparenttextures.com/patterns/dark-matter.png');
    color: #e67e22;
    padding: 18px 40px;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 8px;
    border-bottom: 5px solid #000;
    display: inline-block;
    letter-spacing: 1px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transition: transform 0.2s, box-shadow 0.2s;
}

.proc-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.25);
}

/* ============================
   DOPRAVA – WRAPPER
============================ */
.doprava-wrapper {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    max-width: 850px;
    margin: 30px auto;
    color: #333;
    line-height: 1.6;
    padding: 15px;
}

/* ============================
   HLAVNÍ BOX
============================ */
.doprava-topbox {
    background: #fff;
    border: 2px solid #1a1a1a;
    border-radius: 20px;
    padding: 35px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.doprava-topline {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #e67e22;
}

.doprava-topbox h2 {
    font-size: 26px;
    color: #1a1a1a;
    margin-top: 0;
    font-weight: 900;
}

.doprava-topbox p {
    font-size: 15px;
    color: #555;
    max-width: 650px;
    margin: 0 auto;
}

.doprava-author {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: #e67e22;
}

/* ============================
   NADPIS BALENÍ
============================ */
.doprava-subtitle {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

/* ============================
   BALENÍ – GRID
============================ */
.doprava-pack-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 45px;
}

.doprava-pack-item {
    flex: 1;
    min-width: 180px;
    background: #fafafa;
    padding: 15px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #eee;
}

.doprava-pack-icon {
    font-size: 24px;
    margin-bottom: 5px;
}

.doprava-pack-item strong {
    font-size: 13px;
    display: block;
    margin-bottom: 3px;
}

.doprava-pack-item p {
    font-size: 11px;
    color: #777;
    margin: 0;
}

/* ============================
   DOPRAVA – 2 BOXY
============================ */
.doprava-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 45px;
}

.doprava-method {
    border: 1px solid #eee;
    padding: 25px;
    border-radius: 20px;
    background: #fff;
}

.doprava-method h4 {
    margin-top: 0;
    font-size: 16px;
}

.doprava-method-highlight {
    border: 2px solid #e67e22;
    background: #fff3e0;
    position: relative;
}

.doprava-recommend {
    position: absolute;
    top: -12px;
    left: 20px;
    background: #e67e22;
    color: #fff;
    font-size: 10px;
    padding: 2px 10px;
    border-radius: 10px;
    font-weight: bold;
}

/* ============================
   PLATBA
============================ */
.doprava-payment {
    background: #1a1a1a;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 45px;
    background-image: url('https://www.transparenttextures.com/patterns/dark-matter.png');
}

.doprava-payment h3 {
    margin-top: 0;
    color: #e67e22;
    font-size: 18px;
}

.doprava-payment-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 13px;
    opacity: 0.9;
}

.doprava-payment-grid div {
    flex: 1;
    min-width: 200px;
}

/* ============================
   CO KDYŽ SE NĚCO STANE
============================ */
.doprava-issue {
    background: #fff8f8;
    border: 1px solid #feeceb;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
}

.doprava-issue-icon {
    font-size: 45px;
    flex-shrink: 0;
}

.doprava-issue-text h3 {
    margin-top: 0;
    color: #c53030;
    font-size: 18px;
}

.doprava-issue-text p {
    font-size: 14px;
    color: #444;
    margin-bottom: 0;
}

/* ============================
   FAQ – WRAPPER
============================ */
.faq-wrapper {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    max-width: 850px;
    margin: 20px auto;
    color: #333;
    line-height: 1.6;
    padding: 10px;
    box-sizing: border-box;
}

/* ============================
   HLAVIČKA
============================ */
.faq-header {
    background: #1a1a1a;
    background-image: url('https://www.transparenttextures.com/patterns/dark-matter.png');
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.faq-header h1 {
    font-size: 28px;
    color: #e67e22;
    margin: 0 0 10px 0;
    font-weight: 900;
    letter-spacing: -1px;
}

.faq-header p {
    font-size: 16px;
    opacity: 0.9;
    font-weight: 300;
    margin: 0;
}

/* ============================
   SEKCE NADPISY
============================ */
.faq-section {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1a1a1a;
    font-size: 18px;
    border-bottom: 2px solid #e67e22;
    padding-bottom: 8px;
    margin: 30px 0 15px;
}

.faq-section span {
    font-size: 20px;
}

/* ============================
   FAQ ITEM
============================ */
.faq-item {
    margin-bottom: 10px;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}

.faq-item summary {
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    background: #fafafa;
    list-style: none;
}

.faq-answer {
    padding: 20px;
    border-top: 1px solid #eee;
    font-size: 14px;
    background: #fff;
}

/* ============================
   KONTAKTNÍ BOX
============================ */
.faq-contact {
    margin-top: 40px;
    background: #1a1a1a;
    background-image: url('https://www.transparenttextures.com/patterns/dark-matter.png');
    border-radius: 15px;
    padding: 25px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.faq-contact-text {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.faq-contact-text span {
    color: #e67e22;
}

.faq-contact-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.faq-phone {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 1px;
}

.faq-name {
    color: #e67e22;
    font-size: 14px;
    font-weight: 800;
    border-left: 2px solid rgba(255,255,255,0.2);
    padding-left: 20px;
}

/* ============================
   NÁVOD – WRAPPER
============================ */
.navod-wrapper {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 900px;
    margin: 40px auto;
    padding: 40px;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    color: #333;
    line-height: 1.8;
}

/* ============================
   HLAVIČKA
============================ */
.navod-header {
    text-align: center;
    margin-bottom: 45px;
}

.navod-tag {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    color: #888;
    display: block;
    margin-bottom: 10px;
}

.navod-header h2 {
    font-size: 36px;
    font-weight: 300;
    color: #1a1a1a;
    margin: 0;
    text-transform: uppercase;
}

.navod-sub {
    color: #a4342a;
    font-style: italic;
    font-size: 18px;
    margin-top: 10px;
}

.navod-divider {
    width: 70px;
    height: 3px;
    background: #a4342a;
    margin: 25px auto;
}

/* ============================
   ÚVOD
============================ */
.navod-intro {
    font-size: 17px;
    color: #444;
    text-align: justify;
    margin-bottom: 40px;
}

/* ============================
   GRID KARET
============================ */
.navod-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.navod-card {
    background: #fdfdfd;
    padding: 25px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.navod-card-red {
    border-top: 4px solid #a4342a;
}

.navod-card-black {
    border-top: 4px solid #1a1a1a;
}

.navod-card h3 {
    margin-top: 0;
    font-size: 22px;
    color: #1a1a1a;
}

.navod-list {
    list-style: none;
    padding-left: 0;
    color: #555;
    font-size: 15px;
}

.navod-list li {
    margin-bottom: 10px;
}

/* ============================
   VAROVÁNÍ
============================ */
.navod-warning {
    background: #fceceb;
    border-left: 3px solid #a4342a;
    padding: 12px;
    margin-top: 15px;
    font-size: 14px;
    color: #333;
}

/* ============================
   MISTROVSTVÍ
============================ */
.navod-master {
    background: #1a1a1a;
    color: #fff;
    padding: 35px;
    border-radius: 4px;
    margin-bottom: 50px;
}

.navod-master h3 {
    color: #a4342a;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
    margin-top: 0;
}

.navod-master ul {
    padding-left: 20px;
    color: #ccc;
    font-size: 15px;
}

.navod-master li {
    margin-bottom: 8px;
}

/* ============================
   ÚDRŽBA
============================ */
.navod-maint {
    padding: 30px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    margin-bottom: 50px;
}

.navod-maint h3 {
    font-size: 22px;
    color: #1a1a1a;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.navod-maint ul {
    list-style: disc;
    padding-left: 25px;
    color: #555;
    font-size: 15px;
}

.navod-maint li {
    margin-bottom: 8px;
}

/* ============================
   FOOTER
============================ */
.navod-footer {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.navod-footer-left {
    flex: 1;
    min-width: 280px;
    margin-bottom: 20px;
}

.navod-footer-left h4 {
    margin: 0 0 10px 0;
    font-size: 20px;
    color: #1a1a1a;
}

.navod-phone {
    color: #a4342a;
    text-decoration: none;
    font-size: 18px;
}

.navod-footer-right {
    flex: 1;
    min-width: 280px;
    text-align: right;
}

.navod-wish {
    font-size: 15px;
    color: #888;
    margin-bottom: 5px;
}

.navod-sign {
    font-family: 'Dancing Script', 'Brush Script MT', cursive;
    font-size: 38px;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.2;
}

.navod-role {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #a4342a;
    font-weight: bold;
}

/* ============================
   VOP – WRAPPER
============================ */
.vop-wrapper {
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  max-width: 950px;
  margin: 20px auto;
  color: #333;
  line-height: 1.6;
  padding: 10px;
  box-sizing: border-box;
}

/* ============================
   HLAVIČKA
============================ */
.vop-header {
  text-align: center;
  margin-bottom: 35px;
}

.vop-header h1 {
  margin: 0 0 5px 0;
}

.vop-header p {
  margin: 0 0 10px 0;
}

.vop-header-line {
  width: 50px;
  height: 3px;
  background: #e67e22;
  margin: 0 auto;
}

/* ============================
   INFO GRID
============================ */
.vop-info-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
  justify-content: space-between;
}

.vop-info-card {
  flex: 1;
  min-width: calc(50% - 12px);
  max-width: calc(50% - 6px);
  background: #fff;
  border: 1px solid #eee;
  border-top: 4px solid #1a1a1a;
  border-radius: 8px;
  padding: 20px 10px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.vop-info-card-accent {
  border-top-color: #e67e22;
}

.vop-info-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 auto 12px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vop-info-icon-light {
  background: #fdf8f3;
  color: #e67e22;
  border: 1px solid #fce8d5;
}

.vop-info-icon-dark {
  background: #1a1a1a;
  color: #e67e22;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.vop-info-title {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.vop-info-text {
  font-size: 11px;
  color: #666;
  line-height: 1.4;
  padding: 0 5px;
}

.vop-info-text span {
  color: #e67e22;
  font-weight: bold;
}

.vop-info-text-small {
  font-size: 10px;
  line-height: 1.3;
}

/* ============================
   HLAVNÍ BOX
============================ */
.vop-main {
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.vop-main-header {
  background: #1a1a1a;
  background-image: url('https://www.transparenttextures.com/patterns/dark-matter.png');
  padding: 12px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vop-main-title {
  color: #e67e22;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.vop-main-sub {
  color: rgba(255,255,255,0.4);
  font-size: 10px;
}

.vop-main-body {
  padding: 30px;
  height: 550px;
  overflow-y: auto;
  font-size: 13px;
  color: #444;
  text-align: justify;
  scrollbar-width: thin;
}

.vop-main-body a {
  color: #e67e22;
  text-decoration: none;
  font-weight: bold;
}

.vop-main-body h2 {
  color: #1a1a1a;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  font-size: 16px;
  margin-top: 20px;
}

/* ============================
   SPODNÍ KONTAKT
============================ */
.vop-contact {
  background: #1a1a1a;
  background-image: url('https://www.transparenttextures.com/patterns/dark-matter.png');
  border-radius: 12px;
  padding: 20px 30px;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.vop-contact-left {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
}

.vop-contact-dot {
  color: #e67e22;
}

.vop-contact-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.vop-contact-mail {
  color: #e67e22;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  border-bottom: 1px solid #e67e22;
  padding-bottom: 2px;
}

.vop-contact-sep {
  color: rgba(255,255,255,0.2);
  font-size: 18px;
}

.vop-contact-phone {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

/* ============================
   REKLAMACE – WRAPPER
============================ */
.rekl-wrapper {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    max-width: 950px;
    margin: 20px auto;
    color: #333;
    line-height: 1.6;
    padding: 10px;
    box-sizing: border-box;
}

/* ============================
   HLAVIČKA
============================ */
.rekl-header {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    border-left: 6px solid #e67e22;
}

.rekl-header h1 {
    font-size: 28px;
    color: #1a1a1a;
    margin: 0 0 10px 0;
    font-weight: 900;
}

.rekl-header p {
    font-size: 16px;
    color: #555;
    margin: 0;
}

/* ============================
   3 KROKY
============================ */
.rekl-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.rekl-step {
    flex: 1;
    min-width: 280px;
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    border: 1px solid #eee;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
}

.rekl-step strong {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    color: #e67e22;
}

.rekl-step p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

/* ============================
   FORMULÁŘ
============================ */
.rekl-formbox {
    border: 1px solid #ddd;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.rekl-formbox-header {
    background: #1a1a1a;
    background-image: url('https://www.transparenttextures.com/patterns/dark-matter.png');
    padding: 12px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 4px solid #e67e22;
}

.rekl-formbox-title {
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rekl-formbox-secure {
    color: #e67e22;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.rekl-formbox-body {
    padding: 0;
    min-height: 800px;
}

/* ============================
   KONTAKTNÍ BOX
============================ */
.rekl-contact {
    margin-top: 40px;
    background: #1a1a1a;
    background-image: url('https://www.transparenttextures.com/patterns/dark-matter.png');
    border-radius: 15px;
    padding: 25px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.rekl-contact-text {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.rekl-contact-text span {
    color: #e67e22;
}

.rekl-contact-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.rekl-phone {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 1px;
}

.rekl-email {
    color: #e67e22;
    font-size: 14px;
    font-weight: 800;
    border-left: 2px solid rgba(255,255,255,0.2);
    padding-left: 20px;
}

/* ============================
   GDPR – WRAPPER
============================ */
.gdpr-wrapper {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    max-width: 900px;
    margin: 20px auto;
    color: #333;
    line-height: 1.6;
    padding: 15px;
}

/* ============================
   TOP INFO BOXY
============================ */
.gdpr-topbox {
    margin-bottom: 40px;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}

.gdpr-topbox-header {
    background: #1a1a1a;
    padding: 15px 25px;
}

.gdpr-topbox-header h3 {
    color: #e67e22;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
}

.gdpr-topbox-grid {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}

.gdpr-topbox-item {
    flex: 1;
    min-width: 250px;
    padding: 25px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.gdpr-topbox-item:last-child {
    border-right: none;
}

.gdpr-num {
    color: #e67e22;
    font-size: 20px;
    font-weight: 900;
}

.gdpr-item-title {
    display: block;
    margin: 5px 0;
    font-size: 15px;
}

.gdpr-topbox-item p {
    margin: 0;
    font-size: 12px;
    color: #666;
}

/* ============================
   HLAVNÍ GDPR TEXT
============================ */
.gdpr-main {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

.gdpr-main-body {
    padding: 30px 40px;
    height: 500px;
    overflow-y: scroll;
    font-size: 13px;
    color: #555;
    text-align: justify;
    scrollbar-width: thin;
}

.gdpr-main-body h1 {
    font-size: 22px;
    color: #1a1a1a;
    margin-top: 0;
    border-bottom: 2px solid #e67e22;
    padding-bottom: 10px;
    font-weight: 900;
}

.gdpr-main-body h2 {
    font-size: 16px;
    color: #1a1a1a;
    border-left: 3px solid #e67e22;
    padding-left: 12px;
    margin: 25px 0 15px;
}

.gdpr-main-body a {
    color: #e67e22;
    text-decoration: none;
}

.gdpr-updated {
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 20px;
    font-style: italic;
    color: #999;
}

/* ============================
   KONTAKTNÍ BOX
============================ */
.gdpr-contact {
    background: #1a1a1a;
    background-image: url('https://www.transparenttextures.com/patterns/dark-matter.png');
    border-radius: 12px;
    padding: 20px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.gdpr-contact-left {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.gdpr-dot {
    color: #e67e22;
    margin-right: 5px;
}

.gdpr-contact-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.gdpr-mail {
    color: #e67e22;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    border-bottom: 1px solid #e67e22;
    padding-bottom: 2px;
}

.gdpr-sep {
    color: rgba(255,255,255,0.2);
    font-size: 18px;
}

.gdpr-phone {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

/* ============================
   ÚPRAVY KAMENE – WRAPPER
============================ */
.upravy-container {
    font-family: 'Open Sans', Roboto, Arial, sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    width: 100%;
    padding: 15px 0;
}

/* Úvod */
.upravy-intro {
    margin-bottom: 30px;
    font-size: 1.1rem;
}

.upravy-warning {
    color: #E30613;
}

/* Sekce */
.upravy-section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #222;
    border-bottom: 2px solid #E30613;
    padding-bottom: 10px;
    margin: 40px 0 25px 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 12px;
}

.upravy-section-title i {
    color: #E30613;
    font-size: 1.4rem;
}

/* Grid */
.upravy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

/* Karty */
.upravy-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    transition: 0.2s ease;
    display: flex;
    flex-direction: column;
}

.upravy-card:hover {
    border-color: #E30613;
    background: #fdfdfd;
    box-shadow: 0 8px 16px rgba(0,0,0,0.08);
    transform: translateY(-3px);
}

.upravy-card.basic { border-top: 4px solid #777; }
.upravy-card.flame { border-top: 4px solid #E30613; }
.upravy-card.custom { border-top: 4px solid #d4af37; }

/* Titulky */
.upravy-title {
    font-weight: 700;
    font-size: 1.25rem;
    color: #222;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Popisy */
.upravy-desc {
    font-size: 1rem;
    color: #555;
    margin-bottom: 15px;
    flex-grow: 1;
}

/* Specifikace */
.upravy-specs {
    font-size: 0.9rem;
    background: #f4f4f4;
    padding: 10px;
    border-radius: 4px;
    color: #444;
    line-height: 1.5;
}

.upravy-specs strong {
    color: #222;
}

/* Štítky */
.upravy-badge {
    font-size: 0.7rem;
    padding: 3px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.upravy-badge.new { background: #E30613; }
.upravy-badge.top { background: #d4af37; }

/* Odkazy */
.upravy-link {
    margin-top: 15px;
    text-align: center;
    display: block;
    background: transparent;
    border: 1px solid #ccc;
    color: #222;
    text-decoration: none;
    font-size: 1rem;
    padding: 10px;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.2s;
}

.upravy-link:hover {
    background: #222;
    color: #fff;
    border-color: #222;
}

/* Info box */
.upravy-info-box {
    background: #f9f9f9;
    border-left: 5px solid #E30613;
    padding: 20px;
    margin-top: 40px;
    font-size: 1rem;
    color: #444;
}

@media (max-width: 600px) {
    .upravy-grid { grid-template-columns: 1fr; }
    .upravy-title { font-size: 1.1rem; }
}

/* ============================
   ŽULA – KOMBI (produktový popis)
============================ */

.stone-kombi {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    color: #333;
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}

/* Nadpis */
.stone-kombi h3 {
    margin: 0 0 12px 0;
    color: #1a1a1a;
    font-size: 1.25em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 800;
}

/* Úvodní odstavec */
.stone-kombi .intro {
    margin: 0 0 15px 0;
    font-size: 15px;
    color: #555;
}

/* Tip box */
.stone-kombi .tip-box {
    background: #fff8f0;
    border-left: 4px solid #e67e22;
    padding: 10px 15px;
    margin-bottom: 25px;
    border-radius: 4px;
}

.stone-kombi .tip-box p {
    margin: 0;
    font-weight: bold;
    color: #d35400;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.stone-kombi .tip-box span.sub {
    font-weight: normal;
    color: #666;
    font-size: 13px;
}

/* Specifikace */
.stone-kombi .spec-box {
    margin-bottom: 25px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fff;
}

.stone-kombi .spec-header {
    text-align: center;
    margin-bottom: 20px;
}

.stone-kombi .spec-header h4 {
    margin: 0;
    color: #1a1a1a;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 900;
}

.stone-kombi .spec-header .line {
    width: 40px;
    height: 3px;
    background: #e67e22;
    margin: 8px auto;
    border-radius: 2px;
}

.stone-kombi .spec-header p {
    font-size: 12px;
    color: #777;
    margin: 0;
}

/* Grid */
.stone-kombi .spec-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Karty */
.stone-kombi .spec-card {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #eee;
    text-align: center;
    flex: 1;
    min-width: 130px;
}

.stone-kombi .spec-card .label {
    font-size: 10px;
    font-weight: 800;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.stone-kombi .spec-card .value {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
}

.stone-kombi .spec-card .value small {
    font-weight: normal;
    color: #999;
    font-size: 11px;
}

/* Doporučujeme box */
.stone-kombi .spec-card.recommended {
    background: #fffaf2;
    border: 1px solid #ffd8a8;
    position: relative;
    flex: 1.5;
    min-width: 220px;
}

.stone-kombi .recommended .badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #e67e22;
    color: #fff;
    font-size: 9px;
    padding: 2px 10px;
    border-radius: 10px;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.stone-kombi .recommended .label {
    color: #d35400;
}

.stone-kombi .recommended .value small {
    color: #e67e22;
    font-weight: 600;
}

/* Info box */
.stone-kombi .variant-info {
    margin-top: 15px;
    padding: 8px;
    background: #f5f5f5;
    border-radius: 6px;
    text-align: center;
    border: 1px dashed #ccc;
    font-size: 12px;
}

.stone-kombi .variant-info strong {
    color: #e67e22;
}

/* Varování */
.stone-kombi .warning {
    display: flex;
    gap: 10px;
    align-items: center;
    background: #fff;
    border: 1px solid #ffcc80;
    padding: 10px;
    border-radius: 8px;
    font-size: 12px;
    color: #5d4037;
    line-height: 1.3;
}

.stone-kombi .warning a {
    color: #e65100;
    text-decoration: underline;
    font-weight: bold;
}

/* Hashtag */
.stone-kombi .hashtag {
    text-align: center;
    margin-top: 25px;
    font-size: 14pt;
    color: #e67e22;
    font-weight: 900;
    letter-spacing: 2px;
}

/* ============================
   ŽULA – KOMBI 2 (produktový popis)
============================ */

.stone-kombi-2 {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    color: #333;
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}

/* Nadpis */
.stone-kombi-2 h3 {
    margin: 0 0 12px 0;
    color: #1a1a1a;
    font-size: 1.25em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 800;
}

.stone-kombi-2 h3 span {
    color: #e67e22;
}

/* Úvod */
.stone-kombi-2 .intro {
    margin: 0 0 15px 0;
    font-size: 15px;
    color: #555;
}

/* Tip box */
.stone-kombi-2 .tip-box {
    background: #fff8f0;
    border-left: 4px solid #e67e22;
    padding: 10px 15px;
    margin-bottom: 25px;
    border-radius: 4px;
}

.stone-kombi-2 .tip-box p {
    margin: 0;
    font-weight: bold;
    color: #d35400;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.stone-kombi-2 .tip-box .sub {
    margin-top: 5px;
    font-size: 13px;
    color: #666;
    font-weight: normal;
}

/* Specifikace */
.stone-kombi-2 .spec-box {
    margin-bottom: 25px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fff;
}

.stone-kombi-2 .spec-header {
    text-align: center;
    margin-bottom: 20px;
}

.stone-kombi-2 .spec-header h4 {
    margin: 0;
    color: #1a1a1a;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 900;
}

.stone-kombi-2 .spec-header .line {
    width: 40px;
    height: 3px;
    background: #e67e22;
    margin: 8px auto;
    border-radius: 2px;
}

.stone-kombi-2 .spec-header p {
    font-size: 12px;
    color: #777;
    margin: 0;
}

/* Grid */
.stone-kombi-2 .spec-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Karty */
.stone-kombi-2 .spec-card {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #eee;
    text-align: center;
    flex: 1;
    min-width: 130px;
}

.stone-kombi-2 .spec-card .label {
    font-size: 10px;
    font-weight: 800;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.stone-kombi-2 .spec-card .value {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
}

.stone-kombi-2 .spec-card .value small {
    font-weight: normal;
    color: #999;
    font-size: 11px;
}

/* Doporučujeme */
.stone-kombi-2 .spec-card.recommended {
    background: #fffaf2;
    border: 1px solid #ffd8a8;
    position: relative;
    flex: 1.5;
    min-width: 220px;
}

.stone-kombi-2 .recommended .badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #e67e22;
    color: #fff;
    font-size: 9px;
    padding: 2px 10px;
    border-radius: 10px;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.stone-kombi-2 .recommended .label {
    color: #d35400;
}

.stone-kombi-2 .value-list {
    text-align: left;
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
    color: #333;
}

/* Info box */
.stone-kombi-2 .variant-info {
    margin-top: 15px;
    padding: 8px;
    background: #f5f5f5;
    border-radius: 6px;
    text-align: center;
    border: 1px dashed #ccc;
    font-size: 12px;
}

.stone-kombi-2 .variant-info strong {
    color: #e67e22;
}

/* Varování */
.stone-kombi-2 .warning {
    display: flex;
    gap: 10px;
    align-items: center;
    background: #fff;
    border: 1px solid #ffcc80;
    padding: 12px;
    border-radius: 8px;
    font-size: 12px;
    color: #5d4037;
    line-height: 1.3;
}

.stone-kombi-2 .warning a {
    color: #e65100;
    text-decoration: underline;
    font-weight: bold;
}

/* Hashtag */
.stone-kombi-2 .hashtag {
    text-align: center;
    margin-top: 25px;
    font-size: 14pt;
    color: #e67e22;
    font-weight: 900;
    letter-spacing: 2px;
}

/* ============================
   ŽULA – KOMBI 2 (produktový popis)
============================ */

.stone-kombi-2 {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    color: #333;
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}

/* Nadpis */
.stone-kombi-2 h3 {
    margin: 0 0 12px 0;
    color: #1a1a1a;
    font-size: 1.25em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 800;
}

.stone-kombi-2 h3 span {
    color: #e67e22;
}

/* Úvod */
.stone-kombi-2 .intro {
    margin: 0 0 15px 0;
    font-size: 15px;
    color: #555;
}

/* Tip box */
.stone-kombi-2 .tip-box {
    background: #fff8f0;
    border-left: 4px solid #e67e22;
    padding: 10px 15px;
    margin-bottom: 25px;
    border-radius: 4px;
}

.stone-kombi-2 .tip-box p {
    margin: 0;
    font-weight: bold;
    color: #d35400;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.stone-kombi-2 .tip-box .sub {
    margin-top: 5px;
    font-size: 13px;
    color: #666;
    font-weight: normal;
}

/* Specifikace */
.stone-kombi-2 .spec-box {
    margin-bottom: 25px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fff;
}

.stone-kombi-2 .spec-header {
    text-align: center;
    margin-bottom: 20px;
}

.stone-kombi-2 .spec-header h4 {
    margin: 0;
    color: #1a1a1a;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 900;
}

.stone-kombi-2 .spec-header .line {
    width: 40px;
    height: 3px;
    background: #e67e22;
    margin: 8px auto;
    border-radius: 2px;
}

.stone-kombi-2 .spec-header p {
    font-size: 12px;
    color: #777;
    margin: 0;
}

/* Grid */
.stone-kombi-2 .spec-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Karty */
.stone-kombi-2 .spec-card {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #eee;
    text-align: center;
    flex: 1;
    min-width: 130px;
}

.stone-kombi-2 .spec-card .label {
    font-size: 10px;
    font-weight: 800;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.stone-kombi-2 .spec-card .value {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
}

.stone-kombi-2 .spec-card .value small {
    font-weight: normal;
    color: #999;
    font-size: 11px;
}

/* Doporučujeme */
.stone-kombi-2 .spec-card.recommended {
    background: #fffaf2;
    border: 1px solid #ffd8a8;
    position: relative;
    flex: 1.5;
    min-width: 220px;
}

.stone-kombi-2 .recommended .badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #e67e22;
    color: #fff;
    font-size: 9px;
    padding: 2px 10px;
    border-radius: 10px;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.stone-kombi-2 .recommended .label {
    color: #d35400;
}

.stone-kombi-2 .value-list {
    text-align: left;
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
    color: #333;
}

/* Info box */
.stone-kombi-2 .variant-info {
    margin-top: 15px;
    padding: 8px;
    background: #f5f5f5;
    border-radius: 6px;
    text-align: center;
    border: 1px dashed #ccc;
    font-size: 12px;
}

.stone-kombi-2 .variant-info strong {
    color: #e67e22;
}

/* Varování */
.stone-kombi-2 .warning {
    display: flex;
    gap: 10px;
    align-items: center;
    background: #fff;
    border: 1px solid #ffcc80;
    padding: 12px;
    border-radius: 8px;
    font-size: 12px;
    color: #5d4037;
    line-height: 1.3;
}

.stone-kombi-2 .warning a {
    color: #e65100;
    text-decoration: underline;
    font-weight: bold;
}

/* Hashtag */
.stone-kombi-2 .hashtag {
    text-align: center;
    margin-top: 25px;
    font-size: 14pt;
    color: #e67e22;
    font-weight: 900;
    letter-spacing: 2px;
}

/* ============================
   ŽULA – KLASICKÁ (produktový popis)
============================ */

.stone-classic-1 {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    color: #333;
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}

/* Nadpis */
.stone-classic-1 h3 {
    margin: 0 0 12px 0;
    color: #1a1a1a;
    font-size: 1.25em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 800;
}

.stone-classic-1 h3 span {
    color: #e67e22;
}

/* Úvod */
.stone-classic-1 .intro {
    margin: 0 0 15px 0;
    font-size: 15px;
    color: #555;
}

/* Tip box */
.stone-classic-1 .tip-box {
    background: #fff8f0;
    border-left: 4px solid #e67e22;
    padding: 10px 15px;
    margin-bottom: 25px;
    border-radius: 4px;
}

.stone-classic-1 .tip-box p {
    margin: 0;
    font-weight: bold;
    color: #d35400;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.stone-classic-1 .tip-box .sub {
    margin-top: 5px;
    font-size: 13px;
    color: #666;
    font-weight: normal;
}

/* Specifikace */
.stone-classic-1 .spec-box {
    margin-bottom: 25px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fff;
}

.stone-classic-1 .spec-header {
    text-align: center;
    margin-bottom: 20px;
}

.stone-classic-1 .spec-header h4 {
    margin: 0;
    color: #1a1a1a;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 900;
}

.stone-classic-1 .spec-header .line {
    width: 40px;
    height: 3px;
    background: #e67e22;
    margin: 8px auto;
    border-radius: 2px;
}

.stone-classic-1 .spec-header p {
    font-size: 12px;
    color: #777;
    margin: 0;
}

/* Grid */
.stone-classic-1 .spec-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Karty */
.stone-classic-1 .spec-card {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #eee;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stone-classic-1 .spec-card .label {
    font-size: 10px;
    font-weight: 800;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.stone-classic-1 .spec-card .value {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.stone-classic-1 .spec-card .subvalue {
    font-size: 11px;
    color: #999;
    margin-top: 2px;
}

/* Doporučujeme */
.stone-classic-1 .spec-card.recommended {
    background: #fffaf2;
    border: 1px solid #ffd8a8;
    position: relative;
    flex: 2;
    min-width: 250px;
}

.stone-classic-1 .recommended .badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #e67e22;
    color: #fff;
    font-size: 9px;
    padding: 2px 10px;
    border-radius: 10px;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.stone-classic-1 .recommended .label {
    color: #d35400;
}

.stone-classic-1 .value-list {
    text-align: left;
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
    color: #333;
}

.stone-classic-1 .recommended .note {
    font-size: 11px;
    color: #e67e22;
    margin-top: 8px;
    font-weight: 600;
}

/* Info box */
.stone-classic-1 .variant-info {
    margin-top: 15px;
    padding: 8px;
    background: #f5f5f5;
    border-radius: 6px;
    text-align: center;
    border: 1px dashed #ccc;
    font-size: 12px;
}

.stone-classic-1 .variant-info strong {
    color: #e67e22;
}

/* Varování */
.stone-classic-1 .warning {
    display: flex;
    gap: 10px;
    align-items: center;
    background: #fff;
    border: 1px solid #ffcc80;
    padding: 12px;
    border-radius: 8px;
    font-size: 12px;
    color: #5d4037;
    line-height: 1.3;
}

.stone-classic-1 .warning a {
    color: #e65100;
    text-decoration: underline;
    font-weight: bold;
}

/* Hashtag */
.stone-classic-1 .hashtag {
    text-align: center;
    margin-top: 25px;
    font-size: 14pt;
    color: #e67e22;
    font-weight: 900;
    letter-spacing: 2px;
}

/* ============================
   ŽULA – KLASICKÁ 2
============================ */

.stone-classic-2 {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    color: #333;
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}

/* Nadpis */
.stone-classic-2 h3 {
    margin: 0 0 12px 0;
    color: #1a1a1a;
    font-size: 1.25em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 800;
}

.stone-classic-2 h3 span {
    color: #e67e22;
}

/* Úvod */
.stone-classic-2 .intro {
    margin: 0 0 15px 0;
    font-size: 15px;
    color: #555;
}

/* Tip box */
.stone-classic-2 .tip-box {
    background: #fff8f0;
    border-left: 4px solid #e67e22;
    padding: 10px 15px;
    margin-bottom: 25px;
    border-radius: 4px;
}

.stone-classic-2 .tip-box p {
    margin: 0;
    font-weight: bold;
    color: #d35400;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.stone-classic-2 .tip-box .sub {
    margin-top: 5px;
    font-size: 13px;
    color: #666;
    font-weight: normal;
}

/* Specifikace */
.stone-classic-2 .spec-box {
    margin-bottom: 25px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fff;
}

.stone-classic-2 .spec-header {
    text-align: center;
    margin-bottom: 20px;
}

.stone-classic-2 .spec-header h4 {
    margin: 0;
    color: #1a1a1a;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 900;
}

.stone-classic-2 .spec-header .line {
    width: 40px;
    height: 3px;
    background: #e67e22;
    margin: 8px auto;
    border-radius: 2px;
}

.stone-classic-2 .spec-header p {
    font-size: 12px;
    color: #777;
    margin: 0;
}

/* Grid */
.stone-classic-2 .spec-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Karty */
.stone-classic-2 .spec-card {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #eee;
    text-align: center;
    flex: 1;
    min-width: 140px;
}

.stone-classic-2 .spec-card .label {
    font-size: 10px;
    font-weight: 800;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.stone-classic-2 .spec-card .value {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
}

.stone-classic-2 .spec-card .value small {
    font-weight: normal;
    font-size: 11px;
    color: #999;
}

.stone-classic-2 .spec-card .value .danger {
    color: #c62828;
}

/* Doporučujeme */
.stone-classic-2 .spec-card.recommended {
    background: #fffaf2;
    border: 1px solid #ffd8a8;
    position: relative;
    flex: 1.5;
    min-width: 230px;
}

.stone-classic-2 .recommended .badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #e67e22;
    color: #fff;
    font-size: 9px;
    padding: 2px 10px;
    border-radius: 10px;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.stone-classic-2 .recommended .label {
    color: #d35400;
}

.stone-classic-2 .value-list {
    text-align: left;
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
    color: #333;
}

/* Info box */
.stone-classic-2 .variant-info {
    margin-top: 15px;
    padding: 8px;
    background: #f5f5f5;
    border-radius: 6px;
    text-align: center;
    border: 1px dashed #ccc;
    font-size: 12px;
}

.stone-classic-2 .variant-info strong {
    color: #e67e22;
}

/* Varování */
.stone-classic-2 .warning {
    display: flex;
    gap: 10px;
    align-items: center;
    background: #fff;
    border: 1px solid #ffcc80;
    padding: 12px;
    border-radius: 8px;
    font-size: 12px;
    color: #5d4037;
    line-height: 1.3;
}

.stone-classic-2 .warning a {
    color: #e65100;
    text-decoration: underline;
    font-weight: bold;
}

/* Hashtag */
.stone-classic-2 .hashtag {
    text-align: center;
    margin-top: 25px;
    font-size: 14pt;
    color: #e67e22;
    font-weight: 900;
    letter-spacing: 2px;
}

/* ============================
   AKČNÍ NABÍDKA – stone-action
============================ */

.stone-action {
    font-family: sans-serif;
    color: #333;
    max-width: 600px;
    border: 1px solid #cfd8dc;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    margin: 0 auto;
}

/* Header */
.stone-action .header {
    background: #2c3e50;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stone-action .header h3 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.stone-action .badge {
    background: #e67e22;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Content */
.stone-action .content {
    padding: 25px;
}

.stone-action h2 {
    margin: 0 0 10px 0;
    color: #2c3e50;
    font-size: 20px;
}

.stone-action .intro {
    margin: 0 0 20px 0;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

/* Icons row */
.stone-action .icons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 25px;
    text-align: center;
}

.stone-action .icon-box {
    background: #f4f6f7;
    padding: 10px;
    border-radius: 6px;
    flex: 1;
}

.stone-action .icon-box .emoji {
    font-size: 22px;
    margin-bottom: 5px;
}

.stone-action .icon-box .label {
    font-size: 12px;
    font-weight: bold;
    color: #546e7a;
}

/* Tip */
.stone-action .tip {
    border-top: 1px solid #eee;
    padding-top: 15px;
    font-size: 14px;
    color: #444;
}

.stone-action .tip strong {
    color: #e67e22;
}

/* Footer */
.stone-action .footer {
    background: #f9f9f9;
    padding: 10px 20px;
    text-align: center;
    border-top: 1px solid #eee;
    font-size: 13px;
    color: #888;
    font-style: italic;
}

/* Hashtag */
.stone-action .hashtag {
    text-align: center;
    margin-top: 25px;
    font-size: 14pt;
    color: #e67e22;
    font-weight: 900;
    letter-spacing: 2px;
}

/* ============================
   VZPOMÍNKOVÝ KÁMEN – stone-memorial
============================ */

.stone-memorial {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    max-width: 800px;
    margin: 10px auto;
    color: #444;
    line-height: 1.5;
    background: #fff;
    padding: 20px;
    border: 1px solid #e5dfd9;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}

/* Úvodní sekce */
.stone-memorial .top {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    align-items: flex-start;
    margin-bottom: 25px;
}

.stone-memorial .left h2 {
    color: #7b6547;
    font-size: 26px;
    margin: 0 0 12px 0;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.stone-memorial .left p {
    font-size: 14px;
    color: #666;
    margin: 0 0 15px 0;
}

/* Cena */
.stone-memorial .price-tag {
    display: inline-flex;
    align-items: center;
    background: #fdf8f3;
    padding: 8px 15px;
    border-radius: 30px;
    border: 1px solid #f3ece4;
}

.stone-memorial .price-tag .label {
    font-size: 12px;
    color: #7b6547;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 10px;
}

.stone-memorial .price-tag .value {
    font-size: 18px;
    font-weight: 900;
    color: #7b6547;
}

/* Kontakt box */
.stone-memorial .contact-box {
    flex: 1;
    min-width: 250px;
    text-align: center;
    background: #7b6547;
    padding: 20px;
    border-radius: 12px;
    color: #fff;
    box-shadow: 0 8px 16px rgba(123, 101, 71, 0.2);
}

.stone-memorial .contact-box .info {
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 300;
}

.stone-memorial .contact-box a {
    display: block;
    background: #fff;
    color: #7b6547;
    text-decoration: none;
    font-weight: bold;
    padding: 12px;
    border-radius: 8px;
    font-size: 15px;
}

.stone-memorial .contact-box .note {
    font-size: 10px;
    color: #e5e0d8;
    margin-top: 10px;
    font-style: italic;
}

/* QR profil */
.stone-memorial .qr-box {
    background: linear-gradient(135deg, #fdf8f3 0%, #f7f0e8 100%);
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 25px;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 15px;
}

.stone-memorial .qr-icon {
    font-size: 35px;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.stone-memorial .qr-box h4 {
    margin: 0 0 3px 0;
    color: #7b6547;
    font-size: 15px;
    font-weight: 800;
}

.stone-memorial .qr-box p {
    margin: 0;
    font-size: 12px;
    color: #777;
}

.stone-memorial .qr-box a {
    background: #7b6547;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    padding: 8px 15px;
    border-radius: 20px;
    text-transform: uppercase;
}

/* Ceník doplňků */
.stone-memorial .price-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 10px;
    margin-bottom: 20px;
}

.stone-memorial .price-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
}

.stone-memorial .price-item span:last-child {
    color: #7b6547;
    font-weight: bold;
}

/* Info řádek */
.stone-memorial .info-row {
    background: #fafafa;
    padding: 12px;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    font-size: 11px;
    color: #999;
    border: 1px solid #f0f0f0;
}


/* ============================
   KULATÁ ŽULA – stone-round-1
============================ */

.stone-round-1 {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    color: #333;
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}

/* Nadpis */
.stone-round-1 h3 {
    margin: 0 0 12px 0;
    color: #1a1a1a;
    font-size: 1.25em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 800;
}

.stone-round-1 h3 span {
    color: #e67e22;
}

/* Úvod */
.stone-round-1 .intro {
    margin: 0 0 15px 0;
    font-size: 15px;
    color: #555;
}

/* Tip box */
.stone-round-1 .tip-box {
    background: #fff8f0;
    border-left: 4px solid #e67e22;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 4px;
    border-right: 1px solid #f0cea0;
    border-top: 1px solid #f0cea0;
    border-bottom: 1px solid #f0cea0;
}

.stone-round-1 .tip-box p {
    margin: 0;
    font-size: 13px;
}

.stone-round-1 .tip-box .title {
    font-weight: bold;
    color: #d35400;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.stone-round-1 .tip-box .divider {
    border-top: 1px dashed #e67e22;
    margin: 10px 0;
    opacity: 0.3;
}

/* Specifikace */
.stone-round-1 .spec-box {
    margin-bottom: 25px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fff;
}

.stone-round-1 .spec-header {
    text-align: center;
    margin-bottom: 20px;
}

.stone-round-1 .spec-header h4 {
    margin: 0;
    color: #1a1a1a;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 900;
}

.stone-round-1 .spec-header .line {
    width: 40px;
    height: 3px;
    background: #e67e22;
    margin: 8px auto;
    border-radius: 2px;
}

.stone-round-1 .spec-header p {
    font-size: 12px;
    color: #777;
    margin: 0;
}

/* Grid */
.stone-round-1 .spec-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Karty */
.stone-round-1 .spec-card {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #eee;
    text-align: center;
    flex: 1;
    min-width: 140px;
}

.stone-round-1 .spec-card .label {
    font-size: 10px;
    font-weight: 800;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.stone-round-1 .spec-card .value {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
}

/* Doporučujeme */
.stone-round-1 .spec-card.recommended {
    background: #fffaf2;
    border: 1px solid #ffd8a8;
    position: relative;
    flex: 1.5;
    min-width: 240px;
}

.stone-round-1 .recommended .badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #e67e22;
    color: #fff;
    font-size: 9px;
    padding: 2px 10px;
    border-radius: 10px;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.stone-round-1 .recommended .label {
    color: #d35400;
}

.stone-round-1 .value-list {
    text-align: left;
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
    color: #333;
}

/* Info box */
.stone-round-1 .variant-info {
    margin-top: 15px;
    padding: 8px;
    background: #f5f5f5;
    border-radius: 6px;
    text-align: center;
    border: 1px dashed #ccc;
    font-size: 12px;
}

.stone-round-1 .variant-info strong {
    color: #e67e22;
}

/* Varování */
.stone-round-1 .warning {
    display: flex;
    gap: 10px;
    align-items: center;
    background: #fff;
    border: 1px solid #ffcc80;
    padding: 12px;
    border-radius: 8px;
    font-size: 12px;
    color: #5d4037;
    line-height: 1.3;
}

.stone-round-1 .warning a {
    color: #e65100;
    text-decoration: underline;
    font-weight: bold;
}

/* Výhody */
.stone-round-1 .benefits {
    display: flex;
    gap: 15px;
    margin-top: 15px;
    font-size: 13px;
    color: #666;
    flex-wrap: wrap;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.stone-round-1 .benefits span {
    display: flex;
    align-items: center;
}

.stone-round-1 .benefits span strong {
    color: #e67e22;
    margin-right: 5px;
}

/* Hashtag */
.stone-round-1 .hashtag {
    text-align: center;
    margin-top: 25px;
    font-size: 14pt;
    color: #e67e22;
    font-weight: 900;
    letter-spacing: 2px;
}

/* ============================
   KULATÁ ŽULA – stone-round-2
============================ */

.stone-round-2 {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    color: #333;
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}

/* Nadpis */
.stone-round-2 h3 {
    margin: 0 0 12px 0;
    color: #1a1a1a;
    font-size: 1.25em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 800;
}

.stone-round-2 h3 span {
    color: #e67e22;
}

/* Úvod */
.stone-round-2 .intro {
    margin: 0 0 15px 0;
    font-size: 15px;
    color: #555;
}

/* Tip box */
.stone-round-2 .tip-box {
    background: #fff8f0;
    border-left: 4px solid #e67e22;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 4px;
    border-right: 1px solid #f0cea0;
    border-top: 1px solid #f0cea0;
    border-bottom: 1px solid #f0cea0;
}

.stone-round-2 .tip-box .title {
    margin: 0;
    font-weight: bold;
    color: #d35400;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.stone-round-2 .tip-box p {
    margin: 5px 0 0;
    font-size: 13px;
    color: #666;
}

.stone-round-2 .divider {
    border-top: 1px dashed #e67e22;
    margin: 10px 0;
    opacity: 0.3;
}

/* Specifikace */
.stone-round-2 .spec-box {
    margin-bottom: 25px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fff;
}

.stone-round-2 .spec-header {
    text-align: center;
    margin-bottom: 20px;
}

.stone-round-2 .spec-header h4 {
    margin: 0;
    color: #1a1a1a;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 900;
}

.stone-round-2 .spec-header .line {
    width: 40px;
    height: 3px;
    background: #e67e22;
    margin: 8px auto;
    border-radius: 2px;
}

.stone-round-2 .spec-header p {
    font-size: 12px;
    color: #777;
    margin: 0;
}

/* Grid */
.stone-round-2 .spec-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Karty */
.stone-round-2 .spec-card {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #eee;
    text-align: center;
    flex: 1;
    min-width: 140px;
}

.stone-round-2 .spec-card .label {
    font-size: 10px;
    font-weight: 800;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.stone-round-2 .spec-card .value {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
}

/* Doporučujeme */
.stone-round-2 .spec-card.recommended {
    background: #fffaf2;
    border: 1px solid #ffd8a8;
    position: relative;
    flex: 1.5;
    min-width: 240px;
}

.stone-round-2 .recommended .badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #e67e22;
    color: #fff;
    font-size: 9px;
    padding: 2px 10px;
    border-radius: 10px;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.stone-round-2 .recommended .label {
    color: #d35400;
}

.stone-round-2 .value-list {
    text-align: left;
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
    color: #333;
}

/* Info box */
.stone-round-2 .variant-info {
    margin-top: 15px;
    padding: 8px;
    background: #f5f5f5;
    border-radius: 6px;
    text-align: center;
    border: 1px dashed #ccc;
    font-size: 12px;
}

.stone-round-2 .variant-info strong {
    color: #e67e22;
}

/* Varování */
.stone-round-2 .warning {
    display: flex;
    gap: 10px;
    align-items: center;
    background: #fff;
    border: 1px solid #ffcc80;
    padding: 12px;
    border-radius: 8px;
    font-size: 12px;
    color: #5d4037;
    line-height: 1.3;
}

.stone-round-2 .warning a {
    color: #e65100;
    text-decoration: underline;
    font-weight: bold;
}

/* Výhody */
.stone-round-2 .benefits {
    display: flex;
    gap: 15px;
    margin-top: 15px;
    font-size: 13px;
    color: #666;
    flex-wrap: wrap;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.stone-round-2 .benefits span {
    display: flex;
    align-items: center;
}

.stone-round-2 .benefits span strong {
    color: #e67e22;
    margin-right: 5px;
}

/* Hashtag */
.stone-round-2 .hashtag {
    text-align: center;
    margin-top: 25px;
    font-size: 14pt;
    color: #e67e22;
    font-weight: 900;
    letter-spacing: 2px;
}

/* ============================
   GRILOVACÍ RÁMEČEK – stone-frame
============================ */

.stone-frame {
    font-family: sans-serif;
    line-height: 1.5;
    color: #333;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 3px solid #e67e22;
}

/* Nadpis */
.stone-frame h3 {
    margin: 0 0 10px 0;
    color: #333;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Úvod */
.stone-frame .intro {
    margin: 0 0 20px 0;
    font-size: 15px;
}

/* TIP box */
.stone-frame .tip-box {
    background: #e8f5e9;
    border: 1px solid #c8e6c9;
    color: #2e7d32;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 20px;
    text-align: center;
}

.stone-frame .tip-box a {
    color: #1b5e20;
    text-decoration: underline;
}

/* Materiály */
.stone-frame .materials {
    margin-bottom: 25px;
}

.stone-frame .materials-title {
    margin: 0 0 10px 0;
    font-weight: bold;
    color: #d35400;
    font-size: 14px;
    text-transform: uppercase;
}

.stone-frame .materials-grid {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.stone-frame .material-card {
    flex: 1;
    padding: 15px;
    border-radius: 6px;
    min-width: 200px;
}

.stone-frame .material-card strong {
    display: block;
    margin-bottom: 5px;
    border-bottom: 2px solid #ccc;
    color: #555;
}

.stone-frame .material-card.nerez {
    background: #f4f4f4;
}

.stone-frame .material-card.ocel {
    background: #fff8f0;
    border: 1px solid #ffe0b2;
}

.stone-frame .material-card.ocel strong {
    color: #e65100;
    border-bottom-color: #ffcc80;
}

.stone-frame .material-card p {
    margin: 0;
    font-size: 12px;
    color: #666;
}

/* Výrobní rozměry */
.stone-frame .size-box {
    background: #e3f2fd;
    border-left: 5px solid #2196f3;
    padding: 15px;
    margin-bottom: 20px;
}

.stone-frame .size-box h4 {
    margin: 0 0 10px 0;
    color: #0d47a1;
    font-size: 14px;
}

.stone-frame .size-box p {
    margin: 0 0 10px 0;
    font-size: 13px;
}

.stone-frame .size-warning {
    background: #fff;
    padding: 10px;
    border: 1px dashed #2196f3;
    border-radius: 4px;
}

.stone-frame .size-warning p {
    margin: 0;
    font-size: 13px;
    color: #555;
}

.stone-frame .size-warning .title {
    font-weight: bold;
    color: #d32f2f;
    margin-bottom: 5px;
    font-size: 13px;
}

/* Poznámka */
.stone-frame .note {
    font-size: 12px;
    color: #757575;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

/* ============================
   GRILART – Valentýnská Edice
   Styl: grilart-valentine
============================ */

.grilart-valentine {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #2c3e50;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
}

/* Header */
.grilart-valentine .header {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.grilart-valentine .tag {
    background: #c62828;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.75em;
    padding: 5px 12px;
    border-radius: 20px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}

.grilart-valentine h1 {
    color: #2c3e50;
    margin: 5px 0 10px 0;
    font-size: 1.8em;
    font-weight: 800;
}

.grilart-valentine h1 span {
    font-weight: 300;
}

.grilart-valentine .subtitle {
    font-size: 1.1em;
    color: #546e7a;
    font-style: italic;
    margin: 0;
}

/* Section */
.grilart-valentine .section {
    margin-bottom: 30px;
}

.grilart-valentine .section h3 {
    color: #c62828;
    font-size: 1.3em;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.grilart-valentine .section h3 span {
    font-size: 1.5em;
    margin-right: 10px;
}

/* Highlight box */
.grilart-valentine .highlight {
    background: #fff5f5;
    border-left: 4px solid #c62828;
    padding: 25px;
    border-radius: 0 8px 8px 0;
    margin-bottom: 30px;
}

.grilart-valentine .highlight h4 {
    margin: 0 0 15px 0;
    text-transform: uppercase;
    color: #b71c1c;
    font-size: 0.9em;
    letter-spacing: 1px;
}

.grilart-valentine .highlight ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.grilart-valentine .highlight li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.grilart-valentine .highlight li span.icon {
    color: #c62828;
    font-size: 1.2em;
    margin-right: 12px;
    line-height: 1.2;
}

.grilart-valentine .highlight li strong {
    display: block;
    color: #2c3e50;
    margin-bottom: 3px;
}

.grilart-valentine .highlight li span.text {
    font-size: 0.95em;
    color: #455a64;
}

/* Guarantee */
.grilart-valentine .guarantee {
    border-top: 1px solid #eee;
    padding-top: 15px;
    font-size: 13px;
    color: #666;
}

.grilart-valentine .guarantee strong {
    color: #333;
}

/* Hashtag */
.grilart-valentine .hashtag {
    text-align: center;
    margin-top: 25px;
    font-size: 14pt;
    color: #e67e22;
    font-weight: 900;
    letter-spacing: 2px;
}

/* ============================
   GRILART – Edice se zvířecím motivem
   Styl: grilart-animal
============================ */

.grilart-animal {
    font-family: sans-serif;
    line-height: 1.5;
    color: #333;
    max-width: 600px;
    margin: 0 auto;
}

/* Tag */
.grilart-animal .tag {
    display: inline-block;
    padding: 2px 10px;
    background: #e67e22;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

/* Nadpis */
.grilart-animal h3 {
    margin: 0 0 10px 0;
    color: #d35400;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Úvod */
.grilart-animal .intro {
    margin: 0 0 15px 0;
    font-size: 15px;
}

/* Funkční box */
.grilart-animal .feature-box {
    background: #fff8f0;
    border: 1px dashed #e67e22;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.grilart-animal .feature-box p {
    margin: 0 0 8px 0;
    font-size: 14px;
}

.grilart-animal .feature-box strong {
    color: #d35400;
}

/* Výhody */
.grilart-animal .benefits {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #666;
    flex-wrap: wrap;
}

.grilart-animal .benefits span {
    display: flex;
    align-items: center;
}

.grilart-animal .benefits span strong {
    color: #e67e22;
    margin-right: 5px;
}

/* Garance */
.grilart-animal .guarantee {
    border-top: 1px solid #eee;
    padding-top: 15px;
    font-size: 13px;
    line-height: 1.6;
}

.grilart-animal .guarantee strong {
    color: #333;
}

.grilart-animal .guarantee a {
    color: #e67e22;
    text-decoration: underline;
    margin-left: 5px;
}

/* Hashtag */
.grilart-animal .hashtag {
    text-align: center;
    margin-top: 25px;
    font-size: 14pt;
    color: #e67e22;
    font-weight: 900;
    letter-spacing: 2px;
}

/* ============================
   CNC DRÁŽKY – HLAVNÍ PŘEHLED
   Styl: cnc-drazky
============================ */

.cnc-drazky {
    font-family: 'Open Sans', Roboto, Arial, sans-serif;
    color: #4a4a4a;
    line-height: 1.6;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

/* Header */
.cnc-drazky .header {
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 2px solid #E30613;
    padding-bottom: 30px;
}

.cnc-drazky .header h1 {
    color: #222;
    text-transform: uppercase;
    margin: 0;
    font-size: 2.2rem;
    font-weight: 700;
}

.cnc-drazky .header h1 span {
    color: #E30613;
}

.cnc-drazky .header p {
    margin-top: 10px;
    font-size: 1.1rem;
    color: #666;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.cnc-drazky .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #E30613;
    color: #fff;
    padding: 8px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    margin-top: 15px;
    transition: 0.2s;
}

.cnc-drazky .btn:hover {
    background: #b7050f;
    transform: scale(1.02);
}

/* Grid */
.cnc-drazky .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 50px;
}

/* Cards */
.cnc-drazky .card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top: 4px solid #222;
    border-radius: 4px;
    padding: 25px;
    transition: 0.3s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.cnc-drazky .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border-top-color: #E30613;
}

.cnc-drazky .card-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    color: #222;
    font-size: 1.3rem;
    font-weight: 700;
}

.cnc-drazky .badge {
    font-size: 0.65rem;
    text-transform: uppercase;
    background: #222;
    color: #fff;
    padding: 3px 8px;
    border-radius: 3px;
    margin-left: auto;
    font-weight: 600;
}

.cnc-drazky .badge.new {
    background: #E30613;
}

.cnc-drazky h4 {
    margin: 15px 0 5px 0;
    font-size: 0.95rem;
    color: #222;
    text-transform: uppercase;
    border-bottom: 1px solid #e0e0e0;
    display: inline-block;
    padding-bottom: 3px;
}

.cnc-drazky p {
    margin: 0 0 10px 0;
    font-size: 0.9rem;
}

/* Table */
.cnc-drazky .table-wrap {
    overflow-x: auto;
    margin-bottom: 40px;
    background: #fff;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.cnc-drazky table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.cnc-drazky th {
    background: #222;
    color: #fff;
    padding: 12px 15px;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.cnc-drazky td {
    padding: 12px 15px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 0.9rem;
}

.cnc-drazky tr:nth-child(even) {
    background: #f9f9f9;
}

.cnc-drazky tr:hover {
    background: #fff0f0;
}

/* CTA */
.cnc-drazky .cta {
    background: linear-gradient(135deg, #f4f4f4 0%, #e0e0e0 100%);
    border-left: 5px solid #E30613;
    padding: 40px;
    border-radius: 4px;
    text-align: center;
    margin-top: 40px;
}

.cnc-drazky .cta h3 {
    margin-top: 0;
    color: #222;
    font-size: 1.5rem;
}

.cnc-drazky .cta p {
    margin-bottom: 25px;
    font-size: 1.1rem;
}

/* ============================
   CNC NÁPIS – PERSONALIZACE
   Styl: cnc-napis
============================ */

.cnc-napis {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
}

/* Nadpis */
.cnc-napis h2 {
    border-bottom: 2px solid #e67e22;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #333;
    letter-spacing: 0.5px;
    font-size: 1.6rem;
}

/* Novinka badge */
.cnc-napis .new-badge {
    background: #2ecc71;
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 20px;
}

/* Úvodní text */
.cnc-napis p {
    font-size: 15px;
    margin-bottom: 25px;
}

/* Dárkový box */
.cnc-napis .gift-box {
    background: #fff8f0;
    border-left: 5px solid #ffca28;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 4px;
}

.cnc-napis .gift-box strong {
    color: #d35400;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}

.cnc-napis .gift-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.cnc-napis .gift-tags li {
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #ffe0b2;
    font-size: 14px;
    color: #555;
}

/* Specifikace */
.cnc-napis h3 {
    margin: 0 0 15px 0;
    font-size: 16px;
    color: #333;
}

.cnc-napis .spec-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.cnc-napis .spec-list {
    flex: 1;
    min-width: 250px;
}

.cnc-napis .spec-list ul {
    font-size: 14px;
    color: #555;
    padding-left: 20px;
    line-height: 1.8;
}

.cnc-napis .tip-box {
    flex: 1;
    min-width: 250px;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
}

.cnc-napis .tip-box strong {
    font-size: 13px;
    color: #333;
}

.cnc-napis .tip-box p {
    font-size: 13px;
    color: #666;
    margin-top: 5px;
}

/* Objednávkový box */
.cnc-napis .order-box {
    background: #e3f2fd;
    border: 1px solid #bbdefb;
    border-radius: 6px;
    padding: 15px;
}

.cnc-napis .order-box strong {
    color: #0d47a1;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}

.cnc-napis .order-box p {
    font-size: 14px;
    margin-bottom: 10px;
}

.cnc-napis .order-box ol {
    font-size: 14px;
    color: #555;
    padding-left: 25px;
    line-height: 1.6;
}

.cnc-napis .order-box span {
    color: #0d47a1;
    font-style: italic;
}

.cnc-napis .order-box small {
    font-size: 12px;
    color: #777;
}


/* ============================
   RUČNÍ ODKAPOVÁ DRÁŽKA
   Styl: rucni-drazka
============================ */

.rucni-drazka {
    font-family: sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
}

/* Nadpis */
.rucni-drazka h2 {
    border-bottom: 2px solid #e67e22;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #333;
    font-size: 1.6rem;
}

/* Úvodní text */
.rucni-drazka p {
    margin-bottom: 20px;
    font-size: 15px;
}

/* Box – ruční práce */
.rucni-drazka .manual-box {
    background: #f9f9f9;
    border-left: 4px solid #7f8c8d;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 4px;
}

.rucni-drazka .manual-box h3 {
    margin: 0 0 5px 0;
    color: #2c3e50;
    font-size: 18px;
}

.rucni-drazka .manual-box p {
    margin: 0;
    font-size: 14px;
    color: #555;
}

/* Výhody + info */
.rucni-drazka .info-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    border-top: 1px dashed #ccc;
    padding-top: 20px;
}

.rucni-drazka .info-grid strong {
    display: block;
    margin-bottom: 8px;
}

.rucni-drazka .info-grid ul {
    font-size: 14px;
    color: #555;
    padding-left: 20px;
    margin: 0;
}

.rucni-drazka .info-grid p {
    font-size: 13px;
    color: #666;
    margin-top: 5px;
}

/* Objednávkový box */
.rucni-drazka .order-box {
    background: #e3f2fd;
    border: 1px solid #bbdefb;
    border-radius: 6px;
    padding: 15px;
}

.rucni-drazka .order-box strong {
    color: #0d47a1;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}

.rucni-drazka .order-box p {
    font-size: 14px;
    margin-bottom: 10px;
}

.rucni-drazka .order-box ol {
    font-size: 14px;
    color: #555;
    padding-left: 25px;
    line-height: 1.6;
    margin: 0;
}

/* ============================
   ZAKÁZKOVÁ VÝROBA KAMENE
   Styl: zakazkova-vyroba
============================ */

.zakazkova-vyroba {
    font-family: sans-serif;
    color: #333;
    line-height: 1.5;
    max-width: 900px;
    margin: 0 auto;
}

/* Hlavní box */
.zakazkova-vyroba .custom-box {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

/* Horní hlavička */
.zakazkova-vyroba .custom-header {
    background: #fff8f0;
    padding: 20px;
    border-bottom: 2px solid #e67e22;
}

.zakazkova-vyroba .custom-header h3 {
    margin: 0 0 8px 0;
    color: #d35400;
    font-size: 20px;
}

.zakazkova-vyroba .custom-header p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

/* Obsah */
.zakazkova-vyroba .custom-body {
    padding: 25px;
    background: #fff;
    text-align: center;
}

.zakazkova-vyroba .tip-box {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 13px;
    color: #555;
}

.zakazkova-vyroba .tip-box strong {
    color: #e67e22;
}

/* Tlačítko */
.zakazkova-vyroba .btn-mail {
    display: inline-block;
    text-decoration: none;
    background: #e67e22;
    color: white;
    font-weight: bold;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 16px;
    transition: background 0.3s;
}

.zakazkova-vyroba .btn-mail:hover {
    background: #cf5f0f;
}

.zakazkova-vyroba .note {
    font-size: 12px;
    color: #999;
    margin-top: 15px;
    font-style: italic;
}

/* Info o dopravě */
.zakazkova-vyroba .shipping-box {
    background: #eef9ff;
    border: 1px solid #b6e0ff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.zakazkova-vyroba .shipping-box h4 {
    margin: 0 0 10px 0;
    color: #2c3e50;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.zakazkova-vyroba .shipping-box p {
    margin: 0 0 10px 0;
    font-size: 13px;
    color: #444;
}

.zakazkova-vyroba .shipping-inner {
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    border-left: 4px solid #27ae60;
}

.zakazkova-vyroba .shipping-inner strong {
    color: #27ae60;
}

/* Garance */
.zakazkova-vyroba .garance {
    border-top: 1px solid #eee;
    padding-top: 15px;
    font-size: 13px;
    line-height: 1.6;
}

.zakazkova-vyroba .garance strong {
    color: #333;
}

.zakazkova-vyroba .garance a {
    color: #e67e22;
    text-decoration: underline;
}

/* Hashtag */
.zakazkova-vyroba .hashtag {
    text-align: center;
    margin-top: 25px;
}

.zakazkova-vyroba .hashtag span {
    font-size: 14pt;
    color: #e67e22;
    font-weight: 900;
    letter-spacing: 2px;
}

/* ============================
   ČISTÍCÍ SADA – PREMIUM SET
   Styl: cistici-sada
============================ */

.cistici-sada {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    max-width: 850px;
    margin: 20px auto;
    color: #333;
    line-height: 1.5;
}

/* Hlavní box */
.cistici-sada .set-box {
    background: #fff;
    border: 1px solid #e67e22;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(230, 126, 34, 0.12);
    position: relative;
}

/* Bestseller štítek */
.cistici-sada .bestseller {
    position: absolute;
    top: 15px;
    right: -35px;
    background: #e67e22;
    color: #fff;
    padding: 5px 40px;
    transform: rotate(45deg);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 1;
}

/* Obsah */
.cistici-sada .inner {
    padding: 30px 25px;
}

/* Header */
.cistici-sada .header {
    text-align: center;
    margin-bottom: 25px;
}

.cistici-sada .header span {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #e67e22;
    font-weight: 800;
    font-size: 11px;
    display: block;
    margin-bottom: 5px;
}

.cistici-sada .header h1 {
    font-size: 26px;
    color: #1a1a1a;
    margin: 0 0 10px 0;
    font-weight: 900;
    line-height: 1.1;
}

.cistici-sada .header p {
    font-size: 14px;
    color: #666;
    max-width: 650px;
    margin: 0 auto;
}

/* Tři položky */
.cistici-sada .items {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    align-items: stretch;
}

.cistici-sada .item {
    flex: 1;
    background: #fdf8f3;
    padding: 15px 10px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid rgba(230, 126, 34, 0.05);
}

.cistici-sada .item div {
    font-size: 28px;
    margin-bottom: 8px;
}

.cistici-sada .item h4 {
    margin: 0 0 5px 0;
    color: #1a1a1a;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
}

.cistici-sada .item p {
    margin: 0;
    font-size: 11px;
    color: #777;
    line-height: 1.3;
}

/* Spodní lišta */
.cistici-sada .footer {
    background: #fafafa;
    padding: 12px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
}

.cistici-sada .footer div {
    font-size: 12px;
    color: #999;
}

.cistici-sada .footer a {
    text-decoration: none;
    color: #e67e22;
    font-weight: 800;
    font-size: 12px;
    border-bottom: 1px solid #e67e22;
    padding-bottom: 1px;
}

/* Citace pod produktem */
.cistici-sada .quote {
    margin-top: 20px;
    text-align: center;
}

.cistici-sada .quote p {
    font-size: 13px;
    color: #aaa;
    font-style: italic;
    margin: 0;
}

/* ============================
   MINI PRODUKTY – ČIŠTĚNÍ
   Styl: cisteni-mini
============================ */

.cisteni-mini {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    max-width: 900px;
    margin: 10px auto;
    color: #333;
    line-height: 1.6;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
}

/* Header */
.cisteni-mini .mini-header {
    text-align: center;
    margin-bottom: 30px;
}

.cisteni-mini .mini-header .tag {
    display: inline-block;
    background: #fdf8f3;
    padding: 5px 20px;
    border-radius: 50px;
    border: 1px solid #fce8d5;
    margin-bottom: 10px;
}

.cisteni-mini .mini-header .tag span {
    font-size: 11px;
    color: #e67e22;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.cisteni-mini .mini-header h2 {
    margin: 0;
    font-size: 26px;
    color: #1a1a1a;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1px;
}

/* Ikony – tři vlastnosti */
.cisteni-mini .features {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 35px;
    text-align: center;
}

.cisteni-mini .feature {
    flex: 1;
    min-width: 0;
}

.cisteni-mini .feature .icon {
    width: 70px;
    height: 70px;
    background: #fdf8f3;
    border: 2px solid #e67e22;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 30px;
    box-shadow: 0 8px 15px rgba(230, 126, 34, 0.15);
}

.cisteni-mini .feature.dark .icon {
    background: #1a1a1a;
    box-shadow: 0 8px 15px rgba(0,0,0,0.15);
}

.cisteni-mini .feature strong {
    display: block;
    font-size: 11px;
    color: #1a1a1a;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 800;
}

/* Text + výhody */
.cisteni-mini .description {
    margin-bottom: 35px;
    padding: 0 10px;
}

.cisteni-mini .description p {
    font-size: 15px;
    color: #444;
    margin-bottom: 15px;
    text-align: justify;
}

.cisteni-mini .benefits {
    background: #fafafa;
    padding: 15px;
    border-radius: 10px;
    border-left: 4px solid #e67e22;
}

.cisteni-mini .benefits p {
    margin: 0;
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 600;
}

.cisteni-mini .benefits p + p {
    margin-top: 5px;
}

/* Dva spodní boxy */
.cisteni-mini .bottom-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.cisteni-mini .bottom-box {
    flex: 1;
    min-width: 280px;
    border-radius: 15px;
    padding: 25px;
    border: 1px solid #eee;
    background: #fafafa;
}

.cisteni-mini .bottom-box h3 {
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #1a1a1a;
}

.cisteni-mini .bottom-box p {
    font-size: 13px;
    color: #555;
    margin: 0;
}

/* Černý box */
.cisteni-mini .dark-box {
    background: #1a1a1a;
    background-image: url('https://www.transparenttextures.com/patterns/dark-matter.png');
    color: #fff;
    text-align: center;
}

.cisteni-mini .dark-box h3 {
    color: #e67e22;
}

.cisteni-mini .dark-box a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    border: 2px solid #e67e22;
    padding: 10px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
}

/* Hashtag */
.cisteni-mini .hashtag {
    text-align: center;
    margin-top: 25px;
}

.cisteni-mini .hashtag span {
    font-size: 12px;
    color: #e67e22;
    font-weight: 900;
    letter-spacing: 2px;
}

/* ============================
   GRILMEN – PRODUKTOVÝ STYL
   Styl: grilmen-product
============================ */

.grilmen-product {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
}

/* Hlavní nadpis */
.grilmen-product .header {
    border-bottom: 4px solid #d32f2f;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.grilmen-product .header h2 {
    font-size: 1.6em;
    margin: 0 0 10px 0;
    color: #111;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.grilmen-product .header p {
    font-size: 1.05em;
    color: #555;
    margin: 0;
}

/* Úvodní text */
.grilmen-product .intro {
    margin-bottom: 25px;
    font-size: 1em;
}

/* Box 3v1 */
.grilmen-product .mode-box {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px 5px;
    margin-bottom: 35px;
}

.grilmen-product .mode-box h3 {
    text-align: center;
    margin: 0 0 15px 0;
    color: #d32f2f;
    text-transform: uppercase;
    font-size: 1.1em;
}

.grilmen-product .mode-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    text-align: center;
}

.grilmen-product .mode-item {
    padding: 0 2px;
}

.grilmen-product .mode-item .icon {
    font-size: 2em;
    margin-bottom: 5px;
}

.grilmen-product .mode-item strong {
    display: block;
    color: #111;
    font-size: 0.9em;
    line-height: 1.2;
    margin-bottom: 4px;
}

.grilmen-product .mode-item p {
    margin: 0;
    font-size: 0.75em;
    color: #666;
    line-height: 1.3;
}

.grilmen-product .mode-item.border {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

/* Konstrukce */
.grilmen-product .section-title {
    font-size: 1.3em;
    margin-bottom: 20px;
    color: #111;
    border-left: 5px solid #d32f2f;
    padding-left: 15px;
    text-transform: uppercase;
}

.grilmen-product .spec-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px;
    margin-bottom: 35px;
}

.grilmen-product .spec-item div {
    color: #d32f2f;
    font-weight: bold;
    font-size: 0.95em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.grilmen-product .spec-item p {
    margin: 0;
    font-size: 0.9em;
    color: #555;
    line-height: 1.4;
}

/* Co dorazí */
.grilmen-product .delivery-box {
    background: #fdf2f2;
    padding: 20px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.grilmen-product .delivery-box h4 {
    margin: 0 0 10px 0;
    color: #111;
    text-transform: uppercase;
    font-size: 1em;
}

.grilmen-product .delivery-box ul {
    margin: 0;
    padding-left: 20px;
    color: #444;
    font-size: 0.95em;
}

.grilmen-product .delivery-note {
    border-top: 1px solid #eebdbd;
    padding-top: 15px;
}

.grilmen-product .delivery-note p {
    font-size: 0.95em;
    color: #444;
    margin: 0;
}

.grilmen-product .delivery-note span {
    color: #d32f2f;
    font-weight: bold;
    font-style: italic;
}

/* ============================
   PŘÍSLUŠENSTVÍ KE GRILOVÁNÍ
   Styl: grill-accessory
============================ */

.grill-accessory {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
}

/* Nadpis */
.grill-accessory .header {
    border-bottom: 3px solid #d32f2f;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.grill-accessory .header h2 {
    font-size: 1.5em;
    margin: 0;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Úvod */
.grill-accessory .intro {
    margin-bottom: 20px;
    font-size: 1em;
}

/* Tip z praxe */
.grill-accessory .tip-box {
    background: #fdf2f2;
    border-left: 5px solid #d32f2f;
    padding: 20px;
    margin: 25px 0;
    border-radius: 4px;
}

.grill-accessory .tip-box h3 {
    margin: 0 0 10px 0;
    font-size: 1.1em;
    color: #d32f2f;
    display: flex;
    align-items: center;
}

.grill-accessory .tip-box h3 span {
    font-size: 1.3em;
    margin-right: 10px;
}

.grill-accessory .tip-box p {
    margin: 0;
    color: #444;
}

/* Klíčové vlastnosti */
.grill-accessory .section-title {
    font-size: 1.2em;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #111;
}

.grill-accessory .features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 15px;
    margin-bottom: 30px;
}

.grill-accessory .feature-item div {
    color: #d32f2f;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.grill-accessory .feature-item p {
    margin: 0;
    font-size: 0.9em;
    color: #555;
    line-height: 1.4;
}

/* Sekce využití */
.grill-accessory .usage-box {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 6px;
    border-top: 3px solid #ccc;
}

.grill-accessory .usage-box strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1.1em;
}

.grill-accessory .usage-box ul {
    margin: 0;
    padding-left: 20px;
    color: #555;
}

.grill-accessory .usage-box li {
    margin-bottom: 5px;
}

/* ============================
   HG ČISTIČ – UNIKÁTNÍ STYL
   Styl: hg-cleaner
============================ */

.hg-cleaner {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
}

/* Nadpis */
.hg-cleaner .header {
    border-bottom: 3px solid #d32f2f;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.hg-cleaner .header h2 {
    font-size: 1.4em;
    margin: 0;
    color: #111;
    text-transform: uppercase;
}

/* Úvod */
.hg-cleaner .intro {
    margin-bottom: 20px;
    font-size: 1em;
}

/* Varovný box */
.hg-cleaner .warning-box {
    background-color: #fff3cd;
    border-left: 5px solid #ffc107;
    padding: 20px;
    margin: 25px 0;
    border-radius: 4px;
}

.hg-cleaner .warning-box h3 {
    margin: 0 0 10px 0;
    font-size: 1.1em;
    color: #856404;
    display: flex;
    align-items: center;
}

.hg-cleaner .warning-box h3 span {
    font-size: 1.3em;
    margin-right: 10px;
}

.hg-cleaner .warning-box ul {
    margin: 0;
    padding-left: 20px;
    color: #856404;
    font-size: 0.95em;
}

/* Sekce vlastností */
.hg-cleaner .section-title {
    font-size: 1.2em;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #111;
}

.hg-cleaner .features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px;
    margin-bottom: 30px;
}

.hg-cleaner .feature-item div {
    color: #d32f2f;
    font-weight: bold;
    font-size: 0.95em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.hg-cleaner .feature-item p {
    margin: 0;
    font-size: 0.9em;
    color: #555;
    line-height: 1.4;
}

/* ============================
   BT TEPLOMĚR – SMART STYL
   Styl: bt-thermo
============================ */

.bt-thermo {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
}

/* Nadpis */
.bt-thermo .header {
    border-bottom: 3px solid #d32f2f;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.bt-thermo .header h2 {
    font-size: 1.5em;
    margin: 0;
    color: #111;
    text-transform: uppercase;
}

/* Úvod */
.bt-thermo .intro {
    margin-bottom: 20px;
    font-size: 1em;
}

/* Smart tip */
.bt-thermo .smart-box {
    background-color: #fdf2f2;
    border-left: 5px solid #d32f2f;
    padding: 20px;
    margin: 25px 0;
    border-radius: 4px;
}

.bt-thermo .smart-box h3 {
    margin: 0 0 10px 0;
    font-size: 1.1em;
    color: #d32f2f;
    display: flex;
    align-items: center;
}

.bt-thermo .smart-box h3 span {
    font-size: 1.3em;
    margin-right: 10px;
}

.bt-thermo .smart-box p {
    margin: 0;
    color: #444;
}

/* Funkce */
.bt-thermo .section-title {
    font-size: 1.2em;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #111;
}

.bt-thermo .features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px;
    margin-bottom: 30px;
}

.bt-thermo .feature-item div {
    color: #d32f2f;
    font-weight: bold;
    font-size: 0.95em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.bt-thermo .feature-item p {
    margin: 0;
    font-size: 0.9em;
    color: #555;
    line-height: 1.4;
}

/* Proč k lávě */
.bt-thermo .reason-box {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 6px;
    border-top: 1px solid #ddd;
    margin-top: 20px;
}

.bt-thermo .reason-box p {
    margin: 0;
    font-weight: bold;
    color: #333;
    text-align: center;
}

/* ============================
   LAGUIOLE – ELEGANTNÍ SADA
   Styl: laguiole-set
============================ */

.laguiole-set {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
}

/* Nadpis */
.laguiole-set .header {
    border-bottom: 3px solid #8b1e3f; /* vínová elegance */
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.laguiole-set .header h2 {
    font-size: 1.5em;
    margin: 0;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Úvod */
.laguiole-set .intro {
    margin-bottom: 20px;
    font-size: 1em;
}

/* Designový box */
.laguiole-set .design-box {
    background-color: #fdf2f2;
    border-left: 5px solid #8b1e3f;
    padding: 20px;
    margin: 25px 0;
    border-radius: 4px;
}

.laguiole-set .design-box h3 {
    margin: 0 0 10px 0;
    font-size: 1.1em;
    color: #8b1e3f;
    display: flex;
    align-items: center;
}

.laguiole-set .design-box h3 span {
    font-size: 1.3em;
    margin-right: 10px;
}

.laguiole-set .design-box p {
    margin: 0;
    color: #444;
}

/* Proč zvolit Laguiole */
.laguiole-set .section-title {
    font-size: 1.2em;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #111;
}

.laguiole-set .features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px;
    margin-bottom: 30px;
}

.laguiole-set .feature-item div {
    color: #8b1e3f;
    font-weight: bold;
    font-size: 0.95em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.laguiole-set .feature-item p {
    margin: 0;
    font-size: 0.9em;
    color: #555;
    line-height: 1.4;
}

/* ============================
   YEZEY MUTEKI – SADA NOŽŮ
   Styl: muteki-knives
============================ */

.muteki-knives {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
}

/* Nadpis */
.muteki-knives .header {
    border-bottom: 3px solid #b30000; /* temně červená – ostří */
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.muteki-knives .header h2 {
    font-size: 1.5em;
    margin: 0;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Úvod */
.muteki-knives .intro {
    margin-bottom: 20px;
    font-size: 1em;
}

/* High Carbon Steel box */
.muteki-knives .steel-box {
    background-color: #fdf2f2;
    border-left: 5px solid #b30000;
    padding: 20px;
    margin: 25px 0;
    border-radius: 4px;
}

.muteki-knives .steel-box h3 {
    margin: 0 0 10px 0;
    font-size: 1.1em;
    color: #b30000;
    display: flex;
    align-items: center;
}

.muteki-knives .steel-box h3 span {
    font-size: 1.3em;
    margin-right: 10px;
}

.muteki-knives .steel-box p {
    margin: 0;
    color: #444;
}

/* Proč chtít tuto sadu */
.muteki-knives .section-title {
    font-size: 1.2em;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #111;
}

.muteki-knives .features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px;
    margin-bottom: 30px;
}

.muteki-knives .feature-item div {
    color: #b30000;
    font-weight: bold;
    font-size: 0.95em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.muteki-knives .feature-item p {
    margin: 0;
    font-size: 0.9em;
    color: #555;
    line-height: 1.4;
}

/* Co je v sadě */
.muteki-knives .content-box {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 6px;
    border-top: 1px solid #ddd;
}

.muteki-knives .content-box strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1.1em;
    color: #111;
}

.muteki-knives .content-box ul {
    margin: 0;
    padding-left: 20px;
    color: #555;
    line-height: 1.5;
}

/* ============================
   ŽÁRUVZDORNÉ RUKAVICE
   Styl: heat-gloves
============================ */

.heat-gloves {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
}

/* Nadpis */
.heat-gloves .header {
    border-bottom: 3px solid #d32f2f;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.heat-gloves .header h2 {
    font-size: 1.5em;
    margin: 0;
    color: #111;
    text-transform: uppercase;
}

/* Úvod */
.heat-gloves .intro {
    margin-bottom: 20px;
    font-size: 1em;
}

/* Proč jsou nutností */
.heat-gloves .reason-box {
    background-color: #fdf2f2;
    border-left: 5px solid #d32f2f;
    padding: 20px;
    margin: 25px 0;
    border-radius: 4px;
}

.heat-gloves .reason-box h3 {
    margin: 0 0 10px 0;
    font-size: 1.1em;
    color: #d32f2f;
    display: flex;
    align-items: center;
}

.heat-gloves .reason-box h3 span {
    font-size: 1.3em;
    margin-right: 10px;
}

.heat-gloves .reason-box p {
    margin: 0;
    color: #444;
}

/* Klíčové vlastnosti */
.heat-gloves .section-title {
    font-size: 1.2em;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #111;
}

.heat-gloves .features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px;
    margin-bottom: 30px;
}

.heat-gloves .feature-item div {
    color: #d32f2f;
    font-weight: bold;
    font-size: 0.95em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.heat-gloves .feature-item p {
    margin: 0;
    font-size: 0.9em;
    color: #555;
    line-height: 1.4;
}

/* Kde ochrání */
.heat-gloves .usage-box {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 6px;
    border-top: 3px solid #ccc;
}

.heat-gloves .usage-box strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1.1em;
    color: #111;
}

.heat-gloves .usage-box ul {
    margin: 0;
    padding-left: 20px;
    color: #555;
}

.heat-gloves .usage-box li {
    margin-bottom: 5px;
}

/* ============================
   DÁRKOVÝ POUKAZ – STŘÍBRNÝ
   Styl: voucher-silver
============================ */

.voucher-silver {
    position: relative;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #2c3e50;
    line-height: 1.5;
    border: 3px solid #bdc3c7;
    border-radius: 12px;
    background: linear-gradient(to bottom right, #fcfdfe, #f0f2f5);
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(189, 195, 199, 0.2);
    padding: 35px 30px 30px 30px;
}

/* Horní roh */
.voucher-silver .corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 110px;
    background: linear-gradient(135deg, #e8eaed 30%, #bdc3c7 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    border-bottom: 2px solid #fff;
    z-index: 1;
}

.voucher-silver .corner-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    color: #fff;
    font-size: 2.8em;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8),
                 0 2px 5px rgba(127, 140, 141, 0.5);
}

/* Nadpis */
.voucher-silver h3 {
    font-size: 1.4em;
    margin: 0 0 35px 0;
    color: #2c3e50;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-right: 80px;
    line-height: 1.3;
}

/* Tip box */
.voucher-silver .tip-box {
    position: relative;
    background-color: #f0f3f4;
    color: #2c3e50;
    padding: 30px 25px 25px 25px;
    margin-bottom: 30px;
    border-radius: 8px;
    border: 2px solid #bdc3c7;
    box-shadow: 0 5px 15px rgba(189, 195, 199, 0.1);
}

.voucher-silver .tip-label {
    position: absolute;
    top: -18px;
    left: 20px;
    background-color: #d84315;
    color: #ffffff;
    padding: 6px 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 0.5px;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.voucher-silver .tip-box p {
    margin: 0 0 15px 0;
    font-style: italic;
    font-size: 1.05em;
    line-height: 1.6;
}

.voucher-silver .tip-signature {
    margin-top: 10px;
    font-weight: bold;
    color: #d84315;
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.voucher-silver .tip-signature span {
    font-size: 1.4em;
    margin-right: 8px;
}

/* Claim text */
.voucher-silver .claim {
    margin-bottom: 25px;
    font-size: 1.1em;
    text-align: center;
    font-weight: bold;
    color: #2c3e50;
    letter-spacing: 0.5px;
}

/* Ikony dole */
.voucher-silver .features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    border-top: 2px solid #bdc3c7;
    padding-top: 25px;
    text-align: center;
}

.voucher-silver .feature {
    padding: 0 10px;
}

.voucher-silver .feature.middle {
    border-left: 1px solid #bdc3c7;
    border-right: 1px solid #bdc3c7;
}

.voucher-silver .feature-icon {
    color: #7f8c8d;
    font-size: 2.2em;
    margin-bottom: 8px;
    text-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

.voucher-silver strong {
    display: block;
    margin-bottom: 2px;
    color: #2c3e50;
    font-size: 0.85em;
    line-height: 1.2;
    text-transform: uppercase;
}

.voucher-silver span {
    font-size: 0.7em;
    color: #7f8c8d;
    display: block;
}


/* ============================
   DÁRKOVÝ POUKAZ – ZLATÁ EDICE
   Styl: voucher-gold
============================ */

.voucher-gold {
    position: relative;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #4e342e;
    line-height: 1.5;
    border: 3px solid #d4af37;
    border-radius: 12px;
    background: linear-gradient(to bottom right, #fffbf0, #fff8e1);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(212, 175, 55, 0.15);
    padding: 35px 30px 25px 30px;
}

/* Zlatý roh */
.voucher-gold .corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 110px;
    background: linear-gradient(135deg, #ffd700 30%, #fbc02d 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    border-bottom: 2px solid #fff;
    z-index: 1;
}

.voucher-gold .corner-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    color: #fff;
    font-size: 2.8em;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.8),
                 0 2px 5px rgba(166, 124, 0, 0.5);
}

/* Nadpis */
.voucher-gold h3 {
    font-size: 1.4em;
    margin: 0 0 35px 0;
    color: #4e342e;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-right: 80px;
    line-height: 1.3;
}

/* Tip box */
.voucher-gold .tip-box {
    position: relative;
    background-color: #fffde7;
    color: #4e342e;
    padding: 30px 25px 25px 25px;
    margin-bottom: 30px;
    border-radius: 8px;
    border: 2px solid #fbc02d;
    box-shadow: 0 5px 15px rgba(251, 192, 45, 0.1);
}

.voucher-gold .tip-label {
    position: absolute;
    top: -18px;
    left: 20px;
    background-color: #d84315;
    color: #ffffff;
    padding: 6px 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 0.5px;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.voucher-gold .tip-box p {
    margin: 0 0 15px 0;
    font-style: italic;
    font-size: 1.05em;
    line-height: 1.6;
}

.voucher-gold .tip-signature {
    margin-top: 10px;
    font-weight: bold;
    color: #d84315;
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.voucher-gold .tip-signature span {
    font-size: 1.4em;
    margin-right: 8px;
}

/* Claim text */
.voucher-gold .claim {
    margin-bottom: 25px;
    font-size: 1.1em;
    text-align: center;
    font-weight: bold;
    color: #4e342e;
    letter-spacing: 0.5px;
}

/* Ikony dole */
.voucher-gold .features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    border-top: 2px solid #f9a825;
    padding-top: 25px;
    text-align: center;
}

.voucher-gold .feature {
    padding: 0 10px;
}

.voucher-gold .feature.middle {
    border-left: 1px solid #fbc02d;
    border-right: 1px solid #fbc02d;
}

.voucher-gold .feature-icon {
    color: #f9a825;
    font-size: 2.2em;
    margin-bottom: 8px;
    text-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

.voucher-gold strong {
    display: block;
    margin-bottom: 2px;
    color: #4e342e;
    font-size: 0.85em;
    line-height: 1.2;
    text-transform: uppercase;
}

.voucher-gold span {
    font-size: 0.7em;
    color: #795548;
    display: block;
}

/* Poštovní info */
.voucher-gold .post-info {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px dashed #fbc02d;
    text-align: center;
}

.voucher-gold .post-info div:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #4e342e;
    font-weight: bold;
    font-size: 0.9em;
}

.voucher-gold .post-info div:last-child {
    font-size: 0.8em;
    color: #795548;
    margin-top: 3px;
}

/* ============================
   DÁRKOVÝ POUKAZ – DIAMANTOVÁ EDICE
   Styl: voucher-diamond
============================ */

.voucher-diamond {
    position: relative;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #2c3e50;
    line-height: 1.5;
    border: 3px solid #3498db;
    border-radius: 12px;
    background: linear-gradient(to bottom right, #f0f9ff, #e1f5fe);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(52, 152, 219, 0.2);
    padding: 35px 30px 30px 30px;
}

/* Diamantový roh */
.voucher-diamond .corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 110px;
    background: linear-gradient(135deg, #4fc3f7 30%, #0277bd 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    border-bottom: 2px solid #fff;
    z-index: 1;
}

.voucher-diamond .corner-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    color: #fff;
    font-size: 2.8em;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.9),
                 0 0 10px rgba(41, 128, 185, 0.8);
}

/* Nadpis */
.voucher-diamond h3 {
    font-size: 1.4em;
    margin: 0 0 35px 0;
    color: #1a252f;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-right: 80px;
    line-height: 1.3;
}

/* Tip box */
.voucher-diamond .tip-box {
    position: relative;
    background-color: #e1f5fe;
    color: #2c3e50;
    padding: 30px 25px 25px 25px;
    margin-bottom: 30px;
    border-radius: 8px;
    border: 2px solid #81d4fa;
    box-shadow: 0 5px 15px rgba(3, 169, 244, 0.1);
}

.voucher-diamond .tip-label {
    position: absolute;
    top: -18px;
    left: 20px;
    background-color: #d84315;
    color: #ffffff;
    padding: 6px 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 0.5px;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.voucher-diamond .tip-box p {
    margin: 0 0 15px 0;
    font-style: italic;
    font-size: 1.05em;
    line-height: 1.6;
}

.voucher-diamond .tip-signature {
    margin-top: 10px;
    font-weight: bold;
    color: #d84315;
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.voucher-diamond .tip-signature span {
    font-size: 1.4em;
    margin-right: 8px;
}

/* Claim text */
.voucher-diamond .claim {
    margin-bottom: 25px;
    font-size: 1.1em;
    text-align: center;
    font-weight: bold;
    color: #1a252f;
    letter-spacing: 0.5px;
}

/* Ikony dole */
.voucher-diamond .features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    border-top: 2px solid #b3e5fc;
    padding-top: 25px;
    text-align: center;
}

.voucher-diamond .feature {
    padding: 0 10px;
}

.voucher-diamond .feature.middle {
    border-left: 1px solid #b3e5fc;
    border-right: 1px solid #b3e5fc;
}

.voucher-diamond .feature-icon {
    color: #039be5;
    font-size: 2.2em;
    margin-bottom: 8px;
    text-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

.voucher-diamond strong {
    display: block;
    margin-bottom: 2px;
    color: #1a252f;
    font-size: 0.85em;
    line-height: 1.2;
    text-transform: uppercase;
}

.voucher-diamond span {
    font-size: 0.7em;
    color: #546e7a;
    display: block;
}

/* ============================
   LÁVOVÉ KAMENY – JEDNOTNÝ STYL
   Styl: lava-card
============================ */

.lava-card {
    max-width: 600px;
    margin: 15px 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #eee;
    box-shadow: 0 10px 30px rgba(123, 101, 71, 0.15);
}

/* Horní část */
.lava-card .header {
    background: linear-gradient(135deg, #2a221b 0%, #7b6547 100%);
    padding: 25px 20px;
    color: white;
}

.lava-card .header-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.lava-card h3 {
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    line-height: 1.2;
    flex: 1;
    min-width: 200px;
}

.lava-card .size-tag {
    background: #e67e22;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    white-space: nowrap;
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.lava-card .header p {
    margin: 0;
    font-size: 14px;
    opacity: 0.95;
    font-weight: 400;
    line-height: 1.5;
}

/* Obsah */
.lava-card .content {
    padding: 20px;
}

/* Boxy */
.lava-card .box-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.lava-card .box {
    flex: 1;
    min-width: 140px;
    background: #fdfaf7;
    border-radius: 12px;
    padding: 15px;
    border: 1px solid rgba(123, 101, 71, 0.2);
}

.lava-card .box h4 {
    font-size: 10px;
    font-weight: 800;
    color: #7b6547;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.lava-card .box-strong {
    flex: 1.2;
    min-width: 180px;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    border: 2px solid #e67e22;
    position: relative;
    box-shadow: 0 5px 15px rgba(230, 126, 34, 0.1);
}

.lava-card .badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #e67e22;
    color: white;
    font-size: 9px;
    padding: 2px 10px;
    border-radius: 10px;
    font-weight: 900;
    white-space: nowrap;
    box-shadow: 0 2px 5px rgba(230,126,34,0.3);
}

.lava-card .box-strong h4 {
    color: #e67e22;
    margin-bottom: 8px;
}

/* Úprava na míru */
.lava-card .custom {
    background: #7b6547;
    color: white;
    padding: 12px 18px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(123, 101, 71, 0.2);
}

.lava-card .custom .tag {
    background: #fff;
    color: #7b6547;
    font-size: 10px;
    font-weight: 900;
    padding: 3px 10px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Garance */
.lava-card .guarantee {
    border: 2px dashed #e0e0e0;
    border-radius: 12px;
    padding: 15px;
    background: #fafafa;
}

.lava-card .guarantee-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.lava-card .guarantee-title strong {
    font-size: 14px;
    color: #2a221b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.lava-card .guarantee p {
    margin: 0;
    font-size: 12px;
    color: #666;
    line-height: 1.5;
}

/* Spodek */
.lava-card .footer {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.lava-card .footer-left {
    font-size: 11px;
    font-weight: 900;
    color: #7b6547;
    letter-spacing: 1.5px;
    opacity: 0.6;
}

.lava-card .footer-right {
    display: flex;
    gap: 10px;
    font-size: 12px;
    font-weight: 800;
    color: #7b6547;
}


/* ============================
   LÁVOVÝ KÁMEN – TESTOVACÍ VZOREK
   Styl: lava-sample-card
============================ */

.lava-sample-card {
    max-width: 600px;
    margin: 15px 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #eee;
    box-shadow: 0 8px 24px rgba(123, 101, 71, 0.12);
    padding: 20px 22px;
}

/* Štítek */
.lava-sample-card .sample-tag {
    display: inline-block;
    padding: 3px 12px;
    border: 1px solid #e67e22;
    color: #e67e22;
    font-size: 11px;
    font-weight: 900;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

/* Nadpis */
.lava-sample-card h3 {
    margin: 0 0 12px 0;
    color: #d35400;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
}

/* Text */
.lava-sample-card p {
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #444;
    line-height: 1.55;
}

/* Box s informací */
.lava-sample-card .info-box {
    background: #f4f4f4;
    border-left: 5px solid #666;
    padding: 14px 16px;
    border-radius: 0 10px 10px 0;
    margin-bottom: 15px;
}

.lava-sample-card .info-box strong {
    color: #333;
}

/* Hashtag */
.lava-sample-card .footer-hash {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #e67e22;
    font-weight: 900;
    letter-spacing: 2px;
}

/* ============================
   DETAILNÍ POPIS POUKAZŮ
   Styl: voucher-detail
============================ */

.voucher-detail {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    max-width: 1000px;
    margin: 20px auto;
    color: #333;
    line-height: 1.6;
}

/* Nadpis sekce */
.voucher-detail h3 {
    color: #2c3e50;
    border-bottom: 2px solid #bdc3c7;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

/* Flex rozložení */
.voucher-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

/* Levý textový blok */
.voucher-left {
    flex: 1.5;
    min-width: 300px;
}

.voucher-left p {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 15px;
}

/* Tip box */
.voucher-tip {
    background-color: #f4f6f7;
    border-left: 4px solid #7f8c8d;
    padding: 20px;
    margin-top: 25px;
    border-radius: 4px;
}

.voucher-tip h4 {
    margin: 0 0 10px 0;
    color: #2c3e50;
    font-size: 1.1em;
}

.voucher-tip p {
    font-style: italic;
    color: #5d6d7e;
    font-size: 0.95em;
    margin: 0;
}

/* Pravý box – co koupíte */
.voucher-box {
    flex: 1;
    min-width: 280px;
    background: #fff;
    border: 1px solid #bdc3c7;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    align-self: start;
}

.voucher-box-header {
    background: #bdc3c7;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.9em;
}

.voucher-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background-color: #ecf0f1;
}

.voucher-grid-item {
    background: #fff;
    padding: 15px 10px;
    text-align: center;
}

.voucher-grid-item div {
    font-size: 1.8em;
    margin-bottom: 5px;
}

.voucher-grid-item strong {
    color: #2c3e50;
    font-size: 0.9em;
    display: block;
}

.voucher-grid-item span {
    font-size: 0.75em;
    color: #7f8c8d;
    line-height: 1.2;
    display: block;
}

/* Doručení */
.voucher-delivery {
    margin-top: 40px;
    border-top: 1px solid #e0e0e0;
    padding-top: 25px;
}

.voucher-delivery h4 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 1.1em;
}

.voucher-delivery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.voucher-delivery-item {
    background: #f9f9f9;
    border-radius: 6px;
    padding: 15px;
    text-align: center;
}

.voucher-delivery-item-alt {
    background: #fff;
    border: 2px solid #bdc3c7;
    border-radius: 6px;
    padding: 15px;
    text-align: center;
}

.voucher-delivery-item div,
.voucher-delivery-item-alt div {
    font-size: 1.8em;
    margin

/* ============================
   DETAIL POUKAZU – BRONZOVÁ EDICE
   Styl: voucher-bronze
============================ */

.voucher-bronze {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    max-width: 1000px;
    margin: 20px auto;
    color: #333;
    line-height: 1.6;
}

/* Nadpis */
.voucher-bronze h3 {
    color: #2c3e50;
    border-bottom: 2px solid #bdc3c7;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

/* Flex rozložení */
.voucher-bronze-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

/* Levý textový blok */
.voucher-bronze-left {
    flex: 1.5;
    min-width: 300px;
}

.voucher-bronze-left p {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 15px;
}

/* Tip box */
.voucher-bronze-tip {
    background-color: #f4f6f7;
    border-left: 4px solid #7f8c8d;
    padding: 20px;
    margin-top: 25px;
    border-radius: 4px;
}

.voucher-bronze-tip h4 {
    margin: 0 0 10px 0;
    color: #2c3e50;
    font-size: 1.1em;
}

.voucher-bronze-tip p {
    font-style: italic;
    color: #5d6d7e;
    font-size: 0.95em;
    margin: 0;
}

/* Pravý box – co koupíte */
.voucher-bronze-box {
    flex: 1;
    min-width: 280px;
    background: #fff;
    border: 1px solid #bdc3c7;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    align-self: start;
}

.voucher-bronze-box-header {
    background: #bdc3c7;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.9em;
}

.voucher-bronze-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background-color: #ecf0f1;
}

.voucher-bronze-grid-item {
    background: #fff;
    padding: 15px 10px;
    text-align: center;
}

.voucher-bronze-grid-item div {
    font-size: 1.8em;
    margin-bottom: 5px;
}

.voucher-bronze-grid-item strong {
    color: #2c3e50;
    font-size: 0.9em;
    display: block;
}

.voucher-bronze-grid-item span {
    font-size: 0.75em;
    color: #7f8c8d;
    line-height: 1.2;
    display: block;
}

/* Doručení */
.voucher-bronze-delivery {
    margin-top: 40px;
    border-top: 1px solid #e0e0e0;
    padding-top: 25px;
}

.voucher-bronze-delivery h4 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 1.1em;
}

.voucher-bronze-delivery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.voucher-bronze-delivery-item,
.voucher-bronze-delivery-item-alt {
    border-radius: 6px;
    padding: 15px;
    text-align: center;
}

.voucher-bronze-delivery-item {
    background: #f9f9f9;
}

.voucher-bronze-delivery-item-alt {
    background: #fff;
    border: 2px solid #bdc3c7;
}

.voucher-bronze-delivery-item div,
.voucher-bronze-delivery-item-alt div {
    font-size: 1.8em;
    margin-bottom: 5px;
}

.voucher-bronze-delivery-item strong,
.voucher-bronze-delivery-item-alt strong {
    color: #2c3e50;
    display: block;
    font-size: 0.95em;
}

.voucher-bronze-delivery-item span,
.voucher-bronze-delivery-item-alt span {
    font-size: 0.8em;
    color: #7f8c8d;
    display: block;
    margin-top: 5px;
}


/* ============================
   DETAIL POUKAZU – ZLATÁ EDICE
   Styl: voucher-gold
============================ */

.voucher-gold {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    max-width: 1000px;
    margin: 20px auto;
    color: #4e342e;
    line-height: 1.6;
}

/* Nadpis */
.voucher-gold h3 {
    color: #4e342e;
    border-bottom: 2px solid #d4af37;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

/* Flex rozložení */
.voucher-gold-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

/* Levý textový blok */
.voucher-gold-left {
    flex: 1.5;
    min-width: 300px;
}

.voucher-gold-left p {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 15px;
}

/* Tip box */
.voucher-gold-tip {
    background-color: #fffde7;
    border-left: 4px solid #fbc02d;
    padding: 20px;
    margin-top: 25px;
    border-radius: 4px;
}

.voucher-gold-tip h4 {
    margin: 0 0 10px 0;
    color: #4e342e;
    font-size: 1.1em;
}

.voucher-gold-tip p {
    font-style: italic;
    color: #5d4037;
    font-size: 0.95em;
    margin: 0;
}

/* Pravý box – co koupíte */
.voucher-gold-box {
    flex: 1;
    min-width: 280px;
    background: #fff;
    border: 1px solid #d4af37;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.15);
    align-self: start;
}

.voucher-gold-box-header {
    background: #d4af37;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.9em;
}

.voucher-gold-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background-color: #f9e79f;
}

.voucher-gold-grid-item {
    background: #fff;
    padding: 15px 10px;
    text-align: center;
}

.voucher-gold-grid-item div {
    font-size: 1.8em;
    margin-bottom: 5px;
}

.voucher-gold-grid-item strong {
    color: #4e342e;
    font-size: 0.9em;
    display: block;
}

.voucher-gold-grid-item span {
    font-size: 0.75em;
    color: #8d6e63;
    line-height: 1.2;
    display: block;
}

/* Doručení */
.voucher-gold-delivery {
    margin-top: 40px;
    border-top: 1px solid #e0e0e0;
    padding-top: 25px;
}

.voucher-gold-delivery h4 {
    text-align: center;
    color: #4e342e;
    margin-bottom: 20px;
    font-size: 1.1em;
}

.voucher-gold-delivery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.voucher-gold-delivery-item,
.voucher-gold-delivery-item-alt {
    border-radius: 6px;
    padding: 15px;
    text-align: center;
}

.voucher-gold-delivery-item {
    background: #fcfbf8;
}

.voucher-gold-delivery-item-alt {
    background: #fff;
    border: 2px solid #d4af37;
}

.voucher-gold-delivery-item div,
.voucher-gold-delivery-item-alt div {
    font-size: 1.8em;
    margin-bottom: 5px;
}

.voucher-gold-delivery-item strong,
.voucher-gold-delivery-item-alt strong {
    color: #4e342e;
    display: block;
    font-size: 0.95em;
}

.voucher-gold-delivery-item span,
.voucher-gold-delivery-item-alt span {
    font-size: 0.8em;
    color: #8d6e63;
    display: block;
    margin-top: 5px;
}


/* ============================
   DETAIL POUKAZU – DIAMANTOVÁ EDICE
   Styl: voucher-diamond
============================ */

.voucher-diamond {
    position: relative;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    max-width: 650px;
    margin: 25px auto;
    padding: 35px 30px 30px;
    background: linear-gradient(to bottom right, #f0f9ff, #e1f5fe);
    border: 3px solid #3498db;
    border-radius: 14px;
    color: #1a252f;
    box-shadow: 0 15px 35px rgba(52, 152, 219, 0.25);
}

/* Rohový diamant */
.voucher-diamond .corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 110px;
    background: linear-gradient(135deg, #4fc3f7 30%, #0277bd 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    border-bottom: 2px solid #fff;
}

.voucher-diamond .corner-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 2.8em;
    color: #fff;
    text-shadow: 0 0 15px rgba(255,255,255,0.9), 0 0 10px rgba(41,128,185,0.8);
}

/* Nadpis */
.voucher-diamond h3 {
    font-size: 1.4em;
    margin: 0 0 35px 0;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-right: 80px;
    line-height: 1.3;
}

/* Tip box */
.voucher-diamond .tip-box {
    background: #e1f5fe;
    padding: 30px 25px 25px;
    border-radius: 8px;
    border: 2px solid #81d4fa;
    box-shadow: 0 5px 15px rgba(3,169,244,0.1);
    margin-bottom: 30px;
    position: relative;
}

.voucher-diamond .tip-label {
    position: absolute;
    top: -18px;
    left: 20px;
    background: #d84315;
    color: #fff;
    padding: 6px 15px;
    font-weight: bold;
    font-size: 0.85em;
    text-transform: uppercase;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.voucher-diamond .tip-signature {
    margin-top: 10px;
    font-weight: bold;
    color: #d84315;
    font-size: 1em;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}

/* Claim */
.voucher-diamond .claim {
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

/* Features */
.voucher-diamond .features {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-top: 2px solid #b3e5fc;
    padding-top: 25px;
    text-align: center;
    gap: 10px;
}

.voucher-diamond .feature {
    padding: 10px 5px;
}

.voucher-diamond .feature-icon {
    font-size: 2.2em;
    margin-bottom: 8px;
    color: #039be5;
    text-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

.voucher-diamond .feature strong {
    display: block;
    font-size: 0.85em;
    text-transform: uppercase;
    color: #1a252f;
}

.voucher-diamond .feature span {
    display: block;
    font-size: 0.7em;
    color: #546e7a;
}

/* ============================================
   MASTER STYL – PŘÍSLUŠENSTVÍ KE GRILOVÁNÍ
   Styl: accessory-detail
============================================ */

.accessory-detail {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    max-width: 900px;
    margin: 20px auto;
    color: #333;
    line-height: 1.6;
}

/* Flex layout */
.accessory-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

/* Levý textový blok */
.accessory-left {
    flex: 1.5;
    min-width: 300px;
}

.accessory-left h3 {
    color: #1a1a1a;
    border-bottom: 2px solid #d32f2f;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.accessory-left p {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 10px;
}

/* Tabulka parametrů */
.accessory-table {
    width: 100%;
    font-size: 13px;
    border-collapse: collapse;
    margin-top: 15px;
}

.accessory-table tr {
    border-bottom: 1px solid #eee;
}

.accessory-table td {
    padding: 8px 0;
}

.accessory-table td:first-child {
    font-weight: bold;
    color: #666;
}

.accessory-table td:last-child {
    text-align: right;
}

/* Pravý box – technické vysvětlení */
.accessory-sidebox {
    flex: 1;
    min-width: 250px;
    background: #1a1a1a;
    background-image: url('https://www.transparenttextures.com/patterns/dark-matter.png');
    border-radius: 15px;
    padding: 25px;
    color: #fff;
    align-self: start;
}

.accessory-sidebox h4 {
    color: #d32f2f;
    margin-top: 0;
}

.accessory-sidebox p {
    font-size: 13px;
    opacity: 0.9;
}

/* Univerzální využití */
.accessory-uses {
    background: #fafafa;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #eee;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.accessory-uses strong {
    color: #333;
    margin-bottom: 10px;
    font-size: 14px;
}

.accessory-uses-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 10px;
}

.accessory-uses-list div {
    font-size: 12px;
    color: #666;
}

/* Hashtag */
.accessory-hash {
    text-align: center;
    margin-top: 15px;
}

.accessory-hash span {
    font-size: 10px;
    color: #ccc;
    letter-spacing: 1px;
}

/* ============================
   DETAIL POUKAZU – STŘÍBRNÁ EDICE
   Styl: voucher-silver
============================ */

.voucher-silver {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    max-width: 1000px;
    margin: 20px auto;
    color: #2c3e50;
    line-height: 1.6;
}

/* Nadpis */
.voucher-silver h3 {
    color: #2c3e50;
    border-bottom: 2px solid #b0bec5;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

/* Flex rozložení */
.voucher-silver-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

/* Levý textový blok */
.voucher-silver-left {
    flex: 1.5;
    min-width: 300px;
}

.voucher-silver-left p {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 15px;
}

/* Tip box */
.voucher-silver-tip {
    background-color: #f5f7f8;
    border-left: 4px solid #90a4ae;
    padding: 20px;
    margin-top: 25px;
    border-radius: 4px;
}

.voucher-silver-tip h4 {
    margin: 0 0 10px 0;
    color: #37474f;
    font-size: 1.1em;
}

.voucher-silver-tip p {
    font-style: italic;
    color: #546e7a;
    font-size: 0.95em;
    margin: 0;
}

/* Pravý box – co koupíte */
.voucher-silver-box {
    flex: 1;
    min-width: 280px;
    background: #fff;
    border: 1px solid #b0bec5;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(176, 190, 197, 0.25);
    align-self: start;
}

.voucher-silver-box-header {
    background: #b0bec5;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.9em;
}

.voucher-silver-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background-color: #eceff1;
}

.voucher-silver-grid-item {
    background: #fff;
    padding: 15px 10px;
    text-align: center;
}

.voucher-silver-grid-item div {
    font-size: 1.8em;
    margin-bottom: 5px;
}

.voucher-silver-grid-item strong {
    color: #37474f;
    font-size: 0.9em;
    display: block;
}

.voucher-silver-grid-item span {
    font-size: 0.75em;
    color: #78909c;
    line-height: 1.2;
    display: block;
}

/* Doručení */
.voucher-silver-delivery {
    margin-top: 40px;
    border-top: 1px solid #dfe4e6;
    padding-top: 25px;
}

.voucher-silver-delivery h4 {
    text-align: center;
    color: #37474f;
    margin-bottom: 20px;
    font-size: 1.1em;
}

.voucher-silver-delivery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.voucher-silver-delivery-item,
.voucher-silver-delivery-item-alt {
    border-radius: 6px;
    padding: 15px;
    text-align: center;
}

.voucher-silver-delivery-item {
    background: #f7f9fa;
}

.voucher-silver-delivery-item-alt {
    background: #fff;
    border: 2px solid #b0bec5;
}

.voucher-silver-delivery-item div,
.voucher-silver-delivery-item-alt div {
    font-size: 1.8em;
    margin-bottom: 5px;
}

.voucher-silver-delivery-item strong,
.voucher-silver-delivery-item-alt strong {
    color: #37474f;
    display: block;
    font-size: 0.95em;
}

.voucher-silver-delivery-item span,
.voucher-silver-delivery-item-alt span {
    font-size: 0.8em;
    color: #78909c;
    display: block;
    margin-top: 5px;
}


/* ============================
   KONKURENČNÍ VÝHODA – DOPRAVA
   Modul: .advantage-delivery
============================ */

.advantage-delivery {
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    padding: 60px 80px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.05);
    font-family: 'Inter', sans-serif;
    color: #121212;
    line-height: 1.6;
}

.advantage-delivery .category {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #c0392b;
    margin-bottom: 20px;
    display: block;
}

.advantage-delivery h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    line-height: 1.1;
    margin: 0 0 30px 0;
    font-weight: 700;
}

.advantage-delivery .intro {
    font-size: 1.2rem;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #555;
    margin-bottom: 40px;
    line-height: 1.5;
}

.advantage-delivery .content-body {
    font-size: 1.05rem;
    color: #333;
}

.advantage-delivery .free-shipping-bar {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
    margin: 40px 0;
    text-align: center;
}

.advantage-delivery .free-shipping-bar strong {
    font-size: 1.4rem;
    letter-spacing: -0.5px;
}

.advantage-delivery .messenger-premium {
    margin: 50px -40px;
    padding: 40px;
    background: #121212;
    color: #fff;
    border-radius: 4px;
}

.advantage-delivery .messenger-premium h3 {
    margin-top: 0;
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
}

.advantage-delivery .testimonial-minimal {
    border-left: 2px solid #c0392b;
    padding-left: 20px;
    margin-top: 25px;
    font-style: italic;
    color: #ccc;
    font-size: 0.95rem;
}

.advantage-delivery .personal-sign-off {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #e0e0e0;
}

.advantage-delivery .signature-wrap {
    margin-top: 30px;
}

.advantage-delivery .handwritten {
    font-family: 'Caveat', cursive;
    font-size: 3rem;
    color: #c0392b;
    line-height: 1;
    display: block;
}

.advantage-delivery .role {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
    margin-top: 5px;
    display: block;
}

@media (max-width: 768px) {
    .advantage-delivery { padding: 40px 25px; }
    .advantage-delivery h1 { font-size: 2.2rem; }
    .advantage-delivery .messenger-premium { margin: 40px 0; padding: 30px 20px; }
}


/* ============================
   KONKURENČNÍ VÝHODA – GARANCE CENY
   Modul: .advantage-price
============================ */

.advantage-price {
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    padding: 60px 80px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.05);
    font-family: 'Inter', sans-serif;
    color: #121212;
    line-height: 1.6;
}

.advantage-price .category {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #c0392b;
    margin-bottom: 20px;
    display: block;
}

.advantage-price h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    line-height: 1.1;
    margin: 0 0 30px 0;
    font-weight: 700;
}

.advantage-price .intro {
    font-size: 1.2rem;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #555;
    margin-bottom: 40px;
    line-height: 1.5;
}

.advantage-price .content-body {
    font-size: 1.05rem;
    color: #333;
}

.advantage-price .highlight-box {
    background: #fcfcfc;
    border-left: 4px solid #c0392b;
    padding: 20px 25px;
    margin: 30px 0;
    border-radius: 4px;
}

.advantage-price .steps {
    margin: 30px 0;
    padding-left: 20px;
}

.advantage-price .steps li {
    margin-bottom: 12px;
}

.advantage-price .benefits {
    margin: 30px 0;
    padding-left: 20px;
}

.advantage-price .warning-box {
    background: #fff7f5;
    border: 1px solid #f0d0c8;
    padding: 20px;
    border-radius: 4px;
    margin: 40px 0;
}

.advantage-price .cta-button {
    display: inline-block;
    text-decoration: none;
    background-color: #7b6547;
    color: white;
    font-weight: bold;
    padding: 16px 32px;
    border-radius: 4px;
    font-size: 16px;
    transition: opacity 0.3s;
    box-shadow: 0 3px 6px rgba(123, 101, 71, 0.25);
    margin-top: 20px;
}

.advantage-price .cta-button:hover {
    opacity: 0.85;
}

.advantage-price .note {
    font-size: 12px;
    color: #999;
    margin-top: 15px;
    font-style: italic;
}

@media (max-width: 768px) {
    .advantage-price { padding: 40px 25px; }
    .advantage-price h1 { font-size: 2.2rem; }
}


/* ============================
   KONKURENČNÍ VÝHODA – BEZ OBAV
   Modul: .advantage-no-worries
============================ */

.advantage-no-worries {
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    padding: 60px 80px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.05);
    font-family: 'Inter', sans-serif;
    color: #121212;
    line-height: 1.6;
}

.advantage-no-worries .category {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #c0392b;
    margin-bottom: 20px;
    display: block;
}

.advantage-no-worries h1 {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    line-height: 1.1;
    margin: 0 0 30px 0;
    font-weight: 700;
}

.advantage-no-worries .intro {
    font-size: 1.2rem;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #555;
    margin-bottom: 40px;
}

.advantage-no-worries .image-wrap {
    margin: 40px 0;
}

.advantage-no-worries .image-wrap img {
    width: 100%;
    border-radius: 6px;
    display: block;
}

.advantage-no-worries .flex-boxes {
    display: flex;
    gap: 25px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.advantage-no-worries .box {
    flex: 1;
    padding: 25px;
    border-radius: 6px;
}

.advantage-no-worries .box-light {
    background: #fafafa;
    border: 1px solid #e0e0e0;
}

.advantage-no-worries .box-dark {
    background: #121212;
    color: #fff;
}

.advantage-no-worries .quote-box {
    margin-top: 50px;
    padding: 40px;
    background: #fcfcfc;
    border-left: 4px solid #c0392b;
    border-radius: 4px;
    position: relative;
}

.advantage-no-worries .quote-mark {
    font-size: 4rem;
    color: #c0392b;
    line-height: 0.8;
    margin-bottom: 10px;
}

.advantage-no-worries .signature {
    margin-top: 25px;
}

.advantage-no-worries .signature .name {
    font-family: 'Caveat', cursive;
    font-size: 2.4rem;
    color: #c0392b;
    margin: 0;
}

.advantage-no-worries .signature .brand {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
}

@media (max-width: 768px) {
    .advantage-no-worries { padding: 40px 25px; }
    .advantage-no-worries h1 { font-size: 2.2rem; }
    .advantage-no-worries .flex-boxes { flex-direction: column; }
}

/* ============================
   KONKURENČNÍ VÝHODA – ODLOŽENÁ PLATBA
   Modul: .advantage-delayed-payment
============================ */

.advantage-delayed-payment {
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    padding: 60px 80px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.05);
    font-family: 'Inter', sans-serif;
    color: #121212;
    line-height: 1.6;
}

.advantage-delayed-payment .category {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #c0392b;
    margin-bottom: 20px;
    display: block;
}

.advantage-delayed-payment h1 {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    line-height: 1.1;
    margin: 0 0 30px 0;
    font-weight: 700;
}

.advantage-delayed-payment .intro {
    font-size: 1.2rem;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #555;
    margin-bottom: 40px;
}

.advantage-delayed-payment .image-wrap {
    margin: 40px 0;
}

.advantage-delayed-payment .image-wrap img {
    width: 100%;
    border-radius: 6px;
    display: block;
}

.advantage-delayed-payment h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    margin-top: 40px;
}

.advantage-delayed-payment .highlight-box {
    background: #fcfcfc;
    border-left: 4px solid #c0392b;
    padding: 20px 25px;
    margin: 30px 0;
    border-radius: 4px;
}

.advantage-delayed-payment ol,
.advantage-delayed-payment ul {
    margin: 20px 0 30px 20px;
}

.advantage-delayed-payment li {
    margin-bottom: 12px;
}

.advantage-delayed-payment .faq-item {
    margin-bottom: 20px;
}

.advantage-delayed-payment .cta-button {
    display: inline-block;
    text-decoration: none;
    background-color: #7b6547;
    color: white;
    font-weight: bold;
    padding: 16px 32px;
    border-radius: 4px;
    font-size: 16px;
    transition: opacity 0.3s;
    box-shadow: 0 3px 6px rgba(123, 101, 71, 0.25);
    margin-top: 20px;
}

.advantage-delayed-payment .cta-button:hover {
    opacity: 0.85;
}

@media (max-width: 768px) {
    .advantage-delayed-payment { padding: 40px 25px; }
    .advantage-delayed-payment h1 { font-size: 2.2rem; }
}


/* ============================
   FlameScratch – prémiová vizuální úprava
============================ */

.flame-scratch-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fdfaf7;
    border: 1px solid rgba(123, 101, 71, 0.2);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(123, 101, 71, 0.1);
    margin: 20px 0;
    text-align: center;
}

.flame-scratch-visual .circle-image {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #e67e22;
    box-shadow: 0 4px 12px rgba(230, 126, 34, 0.2);
    margin-bottom: 15px;
}

.flame-scratch-visual .circle-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.flame-scratch-visual .caption {
    font-size: 14px;
    color: #7b6547;
    line-height: 1.5;
}

.flame-scratch-visual .caption strong {
    color: #e67e22;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


/* ============================================
   KOMBINOVANÝ PRÉMIOVÝ STYL
   lava-card + flame-scratch-visual
   Autor: Petr & Copilot
============================================ */

/* ZÁKLADNÍ KARTA */
.lava-card {
    max-width: 650px;
    margin: 20px auto;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(123, 101, 71, 0.15);
    box-shadow: 0 12px 32px rgba(123, 101, 71, 0.18);
}

/* HLAVIČKA */
.lava-card .header {
    background: linear-gradient(135deg, #2a221b 0%, #7b6547 100%);
    padding: 28px 24px;
    color: white;
}

.lava-card .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.lava-card h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.lava-card .size-tag {
    background: #e67e22;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 900;
    color: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

/* OBSAH */
.lava-card .content {
    padding: 24px;
}

/* ÚPRAVA PRŮMĚRU */
.lava-card .custom {
    background: #7b6547;
    color: white;
    padding: 14px 18px;
    border-radius: 14px;
    margin-bottom: 22px;
    box-shadow: 0 4px 12px rgba(123, 101, 71, 0.25);
}

/* BOXY */
.box-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 22px;
}

.box,
.box-strong {
    flex: 1;
    min-width: 180px;
    border-radius: 14px;
    padding: 18px;
}

.box {
    background: #fdfaf7;
    border: 1px solid rgba(123, 101, 71, 0.2);
}

.box-strong {
    background: #fff;
    border: 2px solid #e67e22;
    box-shadow: 0 6px 18px rgba(230, 126, 34, 0.15);
    position: relative;
}

.badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #e67e22;
    color: white;
    padding: 3px 12px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 900;
}

/* GARANCE */
.guarantee-title {
    font-size: 18px;
    font-weight: 800;
    color: #7b6547;
    margin-bottom: 6px;
}

/* ============================================
   LÁVOVÉ KAMENY – KRUHOVÉ PRODUKTY
   Styl: lava-card-circle (rozšíření lava-card)
============================================ */

/* ZÁKLAD – vychází z lava-card */
.lava-card-circle {
    max-width: 600px;
    margin: 15px 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #eee;
    box-shadow: 0 10px 30px rgba(123, 101, 71, 0.15);
}

/* HLAVIČKA – beze změny */
.lava-card-circle .header {
    background: linear-gradient(135deg, #2a221b 0%, #7b6547 100%);
    padding: 25px 20px;
    color: white;
}

.lava-card-circle .header-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.lava-card-circle h3 {
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    line-height: 1.2;
    flex: 1;
    min-width: 200px;
}

.lava-card-circle .size-tag {
    background: #e67e22;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    white-space: nowrap;
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.lava-card-circle .header p {
    margin: 0;
    font-size: 14px;
    opacity: 0.95;
    font-weight: 400;
    line-height: 1.5;
}

/* OBSAH */
.lava-card-circle .content {
    padding: 20px;
}

/* BOXY – beze změny */
.lava-card-circle .box-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.lava-card-circle .box {
    flex: 1;
    min-width: 140px;
    background: #fdfaf7;
    border-radius: 12px;
    padding: 15px;
    border: 1px solid rgba(123, 101, 71, 0.2);
}

.lava-card-circle .box h4 {
    font-size: 10px;
    font-weight: 800;
    color: #7b6547;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.lava-card-circle .box-strong {
    flex: 1.2;
    min-width: 180px;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    border: 2px solid #e67e22;
    position: relative;
    box-shadow: 0 5px 15px rgba(230, 126, 34, 0.1);
}

.lava-card-circle .badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #e67e22;
    color: white;
    font-size: 9px;
    padding: 2px 10px;
    border-radius: 10px;
    font-weight: 900;
    white-space: nowrap;
    box-shadow: 0 2px 5px rgba(230,126,34,0.3);
}

/* ÚPRAVA NA MÍRU */
.lava-card-circle .custom {
    background: #7b6547;
    color: white;
    padding: 12px 18px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(123, 101, 71, 0.2);
}

/* ============================================
   NOVÁ SEKCE – FLAMESCRATCH PRO KRUHOVÉ PRODUKTY
============================================ */

.lava-card-circle .flame-info {
    background: #fff7ef;
    border: 1px solid rgba(230, 126, 34, 0.35);
    border-radius: 14px;
    padding: 18px;
    margin: 22px 0;
    text-align: center;
    box-shadow: 0 6px 18px rgba(230, 126, 34, 0.15);
}

.lava-card-circle .flame-info-title {
    font-size: 14px;
    font-weight: 900;
    color: #e67e22;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.lava-card-circle .flame-info img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 4px solid #e67e22;
    box-shadow: 0 4px 14px rgba(230, 126, 34, 0.25);
    object-fit: cover;
    margin-bottom: 12px;
}

.lava-card-circle .flame-info p {
    font-size: 13px;
    color: #7b6547;
    margin: 0;
    line-height: 1.5;
}

/* GARANCE – beze změny */
.lava-card-circle .guarantee {
    border: 2px dashed #e0e0e0;
    border-radius: 12px;
    padding: 15px;
    background: #fafafa;
}

.lava-card-circle .guarantee-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.lava-card-circle .guarantee-title strong {
    font-size: 14px;
    color: #2a221b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.lava-card-circle .guarantee p {
    margin: 0;
    font-size: 12px;
    color: #666;
    line-height: 1.5;
}

/* SPODNÍ ČÁST */
.lava-card-circle .footer {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.lava-card-circle .footer-left {
    font-size: 11px;
    font-weight: 900;
    color: #7b6547;
    letter-spacing: 1.5px;
    opacity: 0.6;
}

.lava-card-circle .footer-right {
    display: flex;
    gap: 10px;
    font-size: 12px;
    font-weight: 800;
    color: #7b6547;
}


/* ZÁKLADNÍ BLOK VÝHODY */
.advantage {
    max-width: 900px;
    margin: 0 auto 60px auto;
    padding: 40px 20px;
}

/* HLAVIČKA A TYPOGRAFIE */
.advantage__category {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #c45f2c;
    font-weight: 600;
    margin-bottom: 10px;
}

.advantage__title {
    font-size: 32px;
    margin-bottom: 18px;
    line-height: 1.2;
}

.advantage__intro {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 28px;
    color: #444;
}

/* OBRÁZEK U PRVNÍ VÝHODY */
.advantage__image {
    margin: 30px 0;
    text-align: center;
}

.advantage__image img {
    max-width: 100%;
    border-radius: 10px;
}

/* DVOUSLOUPEC – PRVNÍ VÝHODA */
.advantage__columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 35px 0;
}

.advantage-box {
    flex: 1 1 260px;
    padding: 22px;
    border-radius: 10px;
}

.advantage-box--light {
    background: #f7f7f7;
}

.advantage-box--dark {
    background: #2b2b2b;
    color: #fff;
}

.advantage-box__title {
    margin-bottom: 10px;
    font-size: 20px;
}

.advantage-box__text {
    line-height: 1.6;
}

/* CITÁT – PRVNÍ VÝHODA */
.advantage-quote {
    background: #faf5ef;
    border-left: 4px solid #c45f2c;
    padding: 28px;
    border-radius: 10px;
    margin-top: 35px;
    position: relative;
}

.advantage-quote__mark {
    font-size: 60px;
    color: #c45f2c;
    position: absolute;
    top: -10px;
    left: 15px;
    font-weight: bold;
}

.advantage-quote__title {
    margin-top: 10px;
    font-size: 22px;
}

.advantage-quote__text {
    margin-top: 10px;
    line-height: 1.6;
}

.advantage-signature {
    margin-top: 18px;
}

.advantage-signature__intro {
    margin-bottom: 4px;
    font-size: 15px;
    color: #888;
}

.advantage-signature__name {
    font-size: 20px;
    font-weight: 700;
}

.advantage-signature__brand {
    font-size: 16px;
    color: #c45f2c;
    font-weight: 600;
}

/* TĚLO DRUHÉ VÝHODY */
.advantage__body {
    margin-top: 10px;
}

.advantage__subtitle {
    margin-top: 28px;
    font-size: 22px;
}

/* ZVÝRAZNĚNÝ BOX – CENA */
.advantage-highlight {
    background: #faf5ef;
    border-left: 4px solid #c45f2c;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 28px;
    font-size: 17px;
    line-height: 1.6;
}

/* SEZNAMY */
.advantage-list {
    margin-left: 20px;
    line-height: 1.6;
}

.advantage-list--ordered {
    list-style: decimal;
}

.advantage-list--unordered {
    list-style: disc;
}

/* VAROVNÝ BOX */
.advantage-warning {
    background: #fff3e0;
    border-left: 4px solid #d98a2f;
    padding: 20px;
    border-radius: 8px;
    margin: 30px 0;
}

.advantage-warning__title {
    margin-bottom: 10px;
    font-size: 20px;
}

.advantage-warning__list {
    margin-left: 20px;
    line-height: 1.6;
}

/* CTA TLAČÍTKO */
.advantage-cta {
    display: inline-block;
    background: #c45f2c;
    color: #fff;
    padding: 14px 22px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 18px;
    transition: background 0.2s ease;
}

.advantage-cta:hover {
    background: #a94f24;
}

/* POZNÁMKA POD CTA */
.advantage-note {
    margin-top: 8px;
    font-size: 14px;
    color: #777;
}

/* RESPONSIVE */
@media (max-width: 640px) {
    .advantage {
        padding: 30px 16px;
    }

    .advantage__title {
        font-size: 26px;
    }

    .advantage__columns {
        flex-direction: column;
    }
}

/* --- START: Design pro blog (GrilArt / Premium) --- */

/* Import fontů (pokud je web už nenačítá) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap');

/* Hlavní kontejner - izoluje styly od zbytku webu */
.blog-post-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Montserrat', sans-serif; /* Základní písmo textu */
    color: #2c2c2c;
    line-height: 1.8;
    font-size: 16px;
    box-sizing: border-box;
}

/* --- Typografie nadpisů uvnitř blogu --- */
.blog-post-wrapper h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem; /* Velký nadpis */
    line-height: 1.2;
    text-align: center;
    margin-bottom: 2.5rem;
    color: #1a1a1a;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: none; /* Resetuje případné vynucení velkých písmen z e-shopu */
}

.blog-post-wrapper h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    margin-top: 3.5rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    position: relative;
    display: inline-block;
}

/* Ozdobná čára pod H2 */
.blog-post-wrapper h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #c5a065; /* Zlatavá barva */
    margin-top: 10px;
}

.blog-post-wrapper h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 1.5px;
    margin-top: 2rem;
    color: #c5a065;
    margin-bottom: 1rem;
}

/* --- Perex (Úvodní odstavec) --- */
.blog-post-intro {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: center;
    font-style: italic;
    color: #444;
    margin: 3rem 0;
    padding: 2rem 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

/* --- Speciální box pro seznam (Pilíře) --- */
.blog-post-features {
    background-color: #f9f9f9;
    padding: 2.5rem;
    margin: 2.5rem 0;
    border-left: 4px solid #c5a065;
}

.blog-post-feature-item {
    margin-bottom: 2rem;
}

.blog-post-feature-item:last-child {
    margin-bottom: 0;
}

.blog-post-feature-title {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

/* --- Tlačítko (CTA) --- */
.blog-post-btn {
    display: block;
    width: fit-content;
    margin: 4rem auto;
    background-color: #1a1a1a;
    color: #ffffff !important; /* !important přebíjí globální styly odkazů */
    text-decoration: none;
    padding: 18px 35px;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 2px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid #1a1a1a;
}

.blog-post-btn:hover {
    background-color: #ffffff;
    color: #1a1a1a !important;
    border-color: #1a1a1a;
}

/* --- Reset běžných elementů uvnitř blogu --- */
.blog-post-wrapper p {
    margin-bottom: 1.5rem;
}
.blog-post-wrapper strong {
    font-weight: 600;
    color: #000;
}

/* Mobilní úpravy */
@media (max-width: 768px) {
    .blog-post-wrapper h1 { font-size: 2.2rem; }
    .blog-post-wrapper { padding: 15px; }
    .blog-post-features { padding: 1.5rem; }
}

/* --- END: Design pro blog --- */

/* =========================================
   BLOG STYLE - GRILART (Prémiový vzhled)
   Technicky vychází z funkční šablony .stone-kombi
   ========================================= */

.blog-grilart {
    font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; /* Záloha, kdyby se nenačetl Google Font */
    line-height: 1.8;
    color: #444;
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

/* --- Typografie a Nadpisy --- */

/* Hlavní nadpis článku (H1) */
.blog-grilart h1 {
    font-family: 'Times New Roman', Times, serif; /* Patkové písmo pro luxus */
    text-align: center;
    color: #111;
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: normal; /* Elegantní, ne tučné */
    text-transform: none;
}

/* Podnadpisy v textu (H2) */
.blog-grilart h2 {
    font-family: 'Times New Roman', Times, serif;
    margin: 40px 0 20px 0;
    color: #111;
    font-size: 24px;
    border-bottom: 2px solid #c5a065; /* Zlatá linka */
    display: inline-block;
    padding-bottom: 5px;
}

/* Nadpis pilířů (H3) */
.blog-grilart h3 {
    font-family: sans-serif;
    color: #c5a065; /* Zlatá */
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

/* --- Perex (Úvod) --- */
.blog-grilart .intro {
    font-size: 18px;
    color: #222;
    text-align: center;
    font-style: italic;
    margin-bottom: 40px;
    padding: 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.blog-grilart p {
    margin-bottom: 20px;
    font-size: 16px;
}

/* --- Boxy pro Pilíře (Místo tip-boxu) --- */
/* Toto nahrazuje tu vaši "tip-box" a "spec-box" logiku */
.blog-grilart .pillar-box {
    background: #fcfbf9; /* Jemná béžová */
    border-left: 4px solid #c5a065; /* Zlatý pruh */
    padding: 20px 25px;
    margin-bottom: 20px;
}

.blog-grilart .pillar-title {
    display: block;
    font-family: 'Times New Roman', serif;
    font-size: 20px;
    color: #000;
    margin-bottom: 8px;
    font-weight: bold;
}

/* --- Tlačítko (CTA) --- */
.blog-grilart .cta-box {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
    padding: 20px;
    background: #f5f5f5; /* Světle šedá */
    border-radius: 4px;
}

.blog-grilart .btn-premium {
    background: #111; /* Černá */
    color: #fff !important;
    padding: 15px 40px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    border: 1px solid #111;
}

.blog-grilart .btn-premium:hover {
    background: #fff;
    color: #111 !important;
}

/* Skrytí elementů, které nechceme z e-shopu */
.blog-grilart a { text-decoration: underline; color: #111; }


/* CSS */
.grilart-intro {
    font-family: "Times New Roman", Times, serif;
    max-width: 800px;
    margin: 0 auto;
    color: #333;
    line-height: 1.6;
    background-color: #fff;
    padding: 20px;
}

.grilart-title {
    text-align: center;
    font-size: 36px;
    color: #1a1a1a;
    margin-bottom: 30px;
    font-weight: 400;
    text-transform: none;
}

.grilart-highlight {
    border-top: 1px solid #c5a065;
    border-bottom: 1px solid #c5a065;
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
    font-style: italic;
    font-size: 18px;
    color: #555;
}

.grilart-highlight p {
    margin: 0;
}

.grilart-highlight-strong {
    color: #000;
}

.grilart-text {
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

.grilart-subtitle {
    font-size: 28px;
    color: #1a1a1a;
    border-bottom: 3px solid #c5a065;
    display: inline-block;
    padding-bottom: 5px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 400;
}

.grilart-pillars-title {
    font-family: Arial, sans-serif;
    color: #c5a065;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
}

.grilart-pillar {
    background: #fcfbf9;
    border-left: 4px solid #c5a065;
    padding: 20px;
    margin-bottom: 20px;
}

.grilart-pillar-heading {
    display: block;
    font-family: "Times New Roman", serif;
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
}

.grilart-pillar-text {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 15px;
}

.grilart-cta-block {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
    padding: 30px;
    background: #f5f5f5;
}

.grilart-cta-text {
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    color: #555;
}

.grilart-cta-button {
    background: #1a1a1a;
    color: #fff;
    padding: 15px 40px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    font-family: Arial, sans-serif;
}
