:root {
        --primary-pink: #E57BB3;
        --primary-pink-hover: #E57BB3;
    }

    .form-container-custom {
        max-width: 850px;
        margin: 0 auto;
    }
    
    /* Stepper / Krokovník */
    .stepper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 500px;
        margin: 0 auto 30px auto;
        position: relative;
    }
    .stepper::before {
        content: '';
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        height: 2px;
        background-color: #e0e0e0;
        z-index: 1;
    }
    .step {
        text-align: center;
        z-index: 2;

        padding: 0 10px;
    }
    .step-circle {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #f0f0f0;
        color: #999;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        margin: 0 auto 5px auto;
        border: 2px solid #e0e0e0;
    }
    .step.active .step-circle {
        background-color: var(--primary-pink);
        color: white;
        border-color: var(--primary-pink);
    }
    .step-title {
        font-size: 11px;
        text-transform: uppercase;
        color: #999;
        font-weight: 600;
        line-height: 1.2;
    }
    .step.active .step-title {
        color: var(--primary-pink);
    }

    /* Tlačítka */
    .btn-pink {
        background-color: var(--primary-pink);
        color: white !important;
        border: 2px solid var(--primary-pink);
        padding: 8px 25px;
        font-weight: bold;
    }
    .btn-pink:hover {
        background-color: var(--primary-pink-hover);
        border-color: var(--primary-pink-hover);
    }
    .btn-outline-pink {
        background-color: transparent;
        color: var(--primary-pink) !important;
        border: 2px solid var(--primary-pink);
        padding: 8px 25px;
        font-weight: bold;
    }
    .btn-outline-pink:hover {
        background-color: #fff0f5;
        color: var(--primary-pink-hover) !important;
    }
    .btn-black {
        background-color: #000000;
        color: white !important;
        border: 2px solid #000000;
        padding: 8px 25px;
        font-weight: bold;
    }
    .btn-black:hover {
        background-color: #222222;
    }

    .form-section {
        background: #ffffff;
        padding: 30px;
        border-radius: 8px;
        margin-bottom: 40px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }
    .required-star {
        color: var(--primary-pink);
        margin-left: 3px;
    }
    .small-text {
        font-size: 13px;
        color: #777;
    }
    .category-row {
        margin-bottom: 20px;
    }
    .checkbox-indent {
        margin-left: 30px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 15px;
        margin-top: 5px;
    }
    .category-hint {
        color: #777;
        font-size: 13px;
    }

/* VÝCHOZÍ STAV: Pro mobily a tablety (do 999px) -> Pouze gradienty bez obrázku */
body.pozadi {
    background-image: 
        radial-gradient(circle at 0% 0%, rgba(229, 123, 179, 0.4) 0%, transparent 50%),
        radial-gradient(circle at 100% 100%, rgba(229, 123, 179, 0.35) 0%, transparent 50%);
    
    background-size: auto, auto;
    background-position: center, center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
}

/* PRO VELKÉ OBRAZOVKY: Od 1000px a výše -> Přidáme k tomu i obrázek */
@media (min-width: 1000px) {
    body.pozadi {
        background-image: 
            radial-gradient(circle at 0% 0%, rgba(229, 123, 179, 0.4) 0%, transparent 50%),
            radial-gradient(circle at 100% 100%, rgba(229, 123, 179, 0.35) 0%, transparent 50%),
            url('images/pozadi.png'); /* Obrázek se načte a zobrazí jen na PC/notebooku */
        
        background-size: auto, auto, contain;
        background-position: center, center, center;
    }
}

/* Styly pro přesný postranní widget z obrázku */
.sidebar-info-card {
    background-color: #f8f9fa;
    border: 1px solid #eaeaea;
    border-radius: 12px;
}

.info-widget-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #e5e5e5;
}

.info-widget-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.widget-icon {
    font-size: 24px;
    background: #ffffff;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.widget-data {
    display: flex;
    flex-direction: column;
}

.widget-label {
    font-size: 12px;
    text-transform: uppercase;
    color: #888888;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.widget-value-text {
    font-size: 15px;
    color: #222222;
    font-weight: 500;
}

.widget-badges {
    display: flex;
    gap: 6px;
    margin-top: 3px;
}

.badge-pink-pill {
    background-color: #fff0f6;
    color: var(--primary-pink);
    border: 1px solid rgba(229, 123, 179, 0.3);
    padding: 2px 10px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
}

.info-content-main p {
    font-size: 15px;
    line-height: 1.6;
    color: #444444;
}

.payment-info-mini {
    background: #fffcfd;
    border: 1px solid rgba(229, 123, 179, 0.15);
    padding: 15px;
    border-radius: 8px;
    font-size: 14px;
}

/* Mobilní chování pro tlačítko a widget */
@media (max-width: 576px) {
    .w-sm-auto {
        width: 100% !important;
    }
}