/*#plans .row {
    position: relative;
    background-image: url('/Content/Images/pojisteni_pilot2.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 15px;*/ /* Zaoblené rohy */
    /*padding: 15px 0px;*/ /* Odsazení panelů od okrajů */
/*}*/

.panel-pricing {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  margin-bottom:0;
}

@media (max-width: 767px) {
    .panel-pricing {
        margin-bottom: 15px;
    }

    /* Zrušení marginu pro poslední panel v rámci každého .row */
    .row > .col-sm-6:last-child .panel-pricing {
        margin-bottom: 0;
    }
}

.panel-pricing:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.panel-pricing .panel-heading {
  padding: 20px 10px;
}
.panel-pricing .panel-heading .fa {
  margin-top: 10px;
  font-size: 58px;
}
.panel-pricing .list-group-item {
  color: #777777;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.panel-pricing .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-pricing .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-pricing .panel-body {
  background-color: #f0f0f0;
  font-size: 40px;
  color: #777777;
  padding: 20px;
  margin: 0px;
}

.bs-wizard {margin-top: 0px; margin-bottom:20px}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -12px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

@media (max-width: 575.98px) {
    /* 3 kroky v jedné řadě i na mobilu */
    .bs-wizard {
        display: flex;
        justify-content: space-between;
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 10px;
    }

    .bs-wizard > .bs-wizard-step {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        text-align: center;
        padding: 0 4px;
    }

    .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
        font-size: 0.8rem;
        margin-bottom: 2px;
        white-space: nowrap;
    }

    .bs-wizard > .bs-wizard-step .bs-wizard-info {
        font-size: 0.75rem;
        line-height: 1.3;
    }

    .bs-wizard > .bs-wizard-step > .progress {
        margin: 12px 0;
    }

    /* mobil: tečka lehce výš kvůli menšímu vert. rozestupu */
    .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
        top: 40px;
        margin-top: -20px;
    }
}

.cursor-href {
    cursor: pointer;
}

/* panel disabled */
.panel-disabled {
    opacity: 0.6;
    filter: grayscale(100%);
    pointer-events: none;
    cursor: default;
    position: relative;
}

    /* lehké rozmazání obsahu (volitelné, působí „uspale“) */
    .panel-disabled > *:not(.panel-heading) {
        filter: blur(0.9px);
    }

    /* tlačítko vypadá neaktivně */
    .panel-disabled .btn {
        background-color: #ccc !important;
        border-color: #bbb !important;
        color: #666 !important;
    }

    /* ikony méně výrazné */
    .panel-disabled i {
        opacity: 0.7;
    }
    .panel-disabled .label {
        opacity: 1 !important;
        filter: none !important;
        pointer-events: auto;
        z-index: 10;
        box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    }

/* ----------------------------------------------------------
   Bootstrap 3 kompatibiln� t?�dy nad Bootstrapem 5
   (panel, well, label) ? kv?li star?�m view
----------------------------------------------------------- */

.panel {
    border-radius: .5rem;
    border: 1px solid #dee2e6;
    background-color: #ffffff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    margin-bottom: 1.5rem;
}

.panel-heading {
    padding: .75rem 1rem;
    border-bottom: 1px solid #dee2e6;
    font-weight: 600;
}

.panel-body {
    padding: 1rem;
}

.panel-footer {
    padding: .75rem 1rem;
    border-top: 1px solid #dee2e6;
    background-color: #f8f9fa;
}

.panel-success {
    border-color: #198754;
}
.panel-success > .panel-heading {
    background-color: #198754;
    color: #fff;
}

.panel-warning {
    border-color: #ffc107;
}
.panel-warning > .panel-heading {
    background-color: #ffc107;
    color: #212529;
}

.panel-info {
    border-color: #0dcaf0;
}
.panel-info > .panel-heading {
    background-color: #0dcaf0;
    color: #212529;
}

.panel-danger {
    border-color: #dc3545;
}
.panel-danger > .panel-heading {
    background-color: #dc3545;
    color: #fff;
}

.well {
    padding: 1.25rem;
    border-radius: .5rem;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    margin-bottom: 1.5rem;
}

.label {
    display: inline-block;
    padding: .35em .6em;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .375rem;
}

.label-default {
    background-color: #6c757d;
}

.label-primary {
    background-color: #0d6efd;
}

.label-success {
    background-color: #198754;
}

.label-info {
    background-color: #0dcaf0;
    color: #212529;
}

.label-warning {
    background-color: #ffc107;
    color: #212529;
}

.label-danger {
    background-color: #dc3545;
}

/* BS5: btn-default → sekundární tlačítko (kompatibilita starších view) */
.btn-default {
    color: #212529;
    background-color: #fff;
    border-color: #dee2e6;
}
.btn-default:hover {
    color: #212529;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.btn-block {
    display: block;
    width: 100%;
}

/* BS5: offset a col-xs kompatibilita (formuláře objednávky) */
@media (min-width: 576px) {
    .col-sm-offset-2 { margin-left: 16.666667%; }
    .col-sm-offset-4 { margin-left: 33.333333%; }
}
.col-xs-6 { flex: 0 0 auto; width: 50%; }
@media (max-width: 575px) {
    .col-xs-6 { width: 100%; }
}

/* ----------------------------------------------------------
   BS5 landing & prodejní vzhled
----------------------------------------------------------- */
.hover-lift {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hover-lift:hover {
    transform: translateY(-4px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.rotate-badge {
    transform: rotate(12deg);
}
.hover-bg:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
}
.card-disabled {
    pointer-events: none;
}
.max-w-60 {
    max-width: 60ch;
}
@media (min-width: 768px) {
    .max-w-60 {
        margin-left: auto;
        margin-right: auto;
    }
}

/* ----------------------------------------------------------
   Landing 2026 – clean SaaS-style homepage (Bootstrap 5)
----------------------------------------------------------- */

/* Full-width breakout (inside .container) */
.landing-breakout {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    box-sizing: border-box;
}

/* ----- Hero (background image + gradient overlay) ----- */
.landing-hero {
    position: relative;
    color: #fff;
    min-height: 420px;
    display: flex;
    align-items: center;
    background-color: #1a2744;
    /* WebP s fallbackem na původní PNG */
    background-image: url('Images/hero-plane.webp'), url('Images/hero-plane.png');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    overflow: hidden;
}
@media (min-width: 768px) {
    .landing-hero {
        min-height: 520px;
    }
}
@media (min-width: 992px) {
    .landing-hero {
        min-height: 600px;
    }
}

/* Overlay: tmavší vlevo, průhlednější vpravo (letadlo vidět) + jemná vignette */
.landing-hero-overlay {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(ellipse 80% 60% at 20% 50%, transparent 0%, rgba(0, 0, 0, 0.15) 100%),
        linear-gradient(to right, rgba(26, 39, 68, 0.92) 0%, rgba(26, 39, 68, 0.75) 35%, rgba(26, 39, 68, 0.45) 65%, rgba(26, 39, 68, 0.25) 100%);
    pointer-events: none;
}
@media (max-width: 767px) {
    .landing-hero-overlay {
        background-image:
            radial-gradient(ellipse 90% 70% at 30% 50%, transparent 0%, rgba(0, 0, 0, 0.2) 100%),
            linear-gradient(to right, rgba(26, 39, 68, 0.94) 0%, rgba(26, 39, 68, 0.82) 50%, rgba(26, 39, 68, 0.6) 100%);
    }
}

/* Mobil: pozadí víc doprava, aby text zůstal čitelný */
@media (max-width: 767px) {
    .landing-hero {
        background-position: 65% center;
    }
}

.landing-hero .container {
    z-index: 1;
}
.landing-hero-row {
    min-height: 420px;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
@media (min-width: 768px) {
    .landing-hero-row {
        min-height: 520px;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}
@media (min-width: 992px) {
    .landing-hero-row {
        min-height: 600px;
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }
}
.landing-hero-content {
    max-width: 620px;
}
.landing-hero-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.landing-hero-lead {
    font-size: 1.125rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
    max-width: 32rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.landing-hero-meta {
    font-size: 0.9375rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.landing-cta {
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.landing-cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 0.5rem 1rem rgba(25, 135, 84, 0.4), 0 2px 8px rgba(0, 0, 0, 0.2);
    color: #fff;
}
.landing-trust li {
    display: flex;
    align-items: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

/* Fallback: při chybějícím obrázku zůstane background-color #1a2744 */

/* ----- Sekce – spacing a pozadí ----- */
.landing-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    background-color: #f8f9fa;
}
.landing-section-alt {
    background-color: #fff;
}

/* Když je breadcrumb hned pod submenu, zrušíme horní odsazení první sekce */
.landing-section-with-breadcrumb {
    padding-top: 0.8rem;
}
@media (min-width: 992px) {
    .landing-section {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }
    .landing-section-alt {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }
    .landing-section-with-breadcrumb {
        padding-top: 0;
    }
}
.landing-h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #212529;
    letter-spacing: -0.01em;
    line-height: 1.3;
}
@media (min-width: 768px) {
    .landing-h2 {
        font-size: 1.75rem;
    }
}

/* ----- Bílé karty (situace, produkty) ----- */
.landing-card,
.landing-product-card {
    border-radius: 0.75rem;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    background: #fff;
}
.landing-card:hover,
.landing-product-card:hover {
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}
.landing-card.text-dark:hover,
.landing-product-card.text-dark:hover {
    color: #212529;
}
.landing-card-icon-wrap {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    background: rgba(25, 135, 84, 0.1);
    border-radius: 0.5rem;
}
.landing-product-featured {
    border: 2px solid rgba(25, 135, 84, 0.35);
}
.landing-product-featured:hover {
    border-color: rgba(25, 135, 84, 0.5);
    box-shadow: 0 0.5rem 1.25rem rgba(25, 135, 84, 0.12);
}
.landing-product-thumb {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 0.5rem;
    display: block;
}
.landing-badge-tailor {
    background: #6f42c1;
    color: #fff;
}
.landing-product-price {
    font-weight: 700;
    color: #495057;
    font-size: 0.95rem;
}
.landing-product-points li {
    color: #6c757d;
    font-size: 0.93rem;
    line-height: 1.5;
}
.landing-product-points li + li {
    margin-top: 0.35rem;
}
.landing-product-points i {
    width: 1rem;
    margin-right: 0.35rem;
}

/* ----- Proč si piloti sjednávají – ikonové boxy ----- */
.landing-benefit {
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.2s ease;
}
.landing-benefit:hover {
    box-shadow: 0 0.35rem 0.75rem rgba(0, 0, 0, 0.06);
}
.landing-benefit-icon {
    width: 3rem;
    height: 3rem;
    background: rgba(25, 135, 84, 0.1);
    border-radius: 0.5rem;
    color: #198754;
    font-size: 1.25rem;
}

/* ----- Recenze pilotů carousel ----- */
.landing-testimonials-carousel {
    position: relative;
}

.landing-testimonials-carousel .carousel-inner {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

.landing-testimonials-carousel .carousel-control-prev,
.landing-testimonials-carousel .carousel-control-next {
    width: 2rem;
    opacity: 0.85;
}

.landing-testimonials-carousel .carousel-control-prev {
    left: 0;
}

.landing-testimonials-carousel .carousel-control-next {
    right: 0;
}

.landing-testimonials-carousel .carousel-control-prev-icon,
.landing-testimonials-carousel .carousel-control-next-icon {
    width: 1.25rem;
    height: 1.25rem;
}

@media (max-width: 575.98px) {
    .landing-testimonials-carousel .carousel-inner {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .landing-testimonials-carousel .carousel-control-prev,
    .landing-testimonials-carousel .carousel-control-next {
        width: 1.5rem;
    }
}

/* ----- Loga pojišťoven ----- */
.landing-partner-logo {
    min-height: 90px;
    border-radius: 0.75rem;
    border: 1px dashed #dee2e6;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.02);
}

@media (min-width: 992px) {
    .landing-partner-logo {
        min-height: 110px;
    }
}

.partner-logo-img {
    max-height: 100px;
    width: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* ----- FAQ accordion ----- */
.landing-accordion .accordion-item {
    border-radius: 0.75rem !important;
}
.landing-accordion .accordion-button {
    font-weight: 600;
    background: #fff;
    color: #212529;
    padding: 1rem 1.25rem;
    border: none;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.04);
}
.landing-accordion .accordion-button:not(.collapsed) {
    background: #fff;
    color: #198754;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.04);
}
.landing-accordion .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.15);
}
.landing-accordion .accordion-body {
    padding: 1rem 1.25rem 1.25rem;
    line-height: 1.6;
    color: #495057;
}

/* ----- Finální CTA karta ----- */
.landing-cta-card {
    border-radius: 1rem;
    background: #fff;
}

/* ----- Mini kontakt / footer sekce ----- */
.landing-footer-mini {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    border-top: 1px solid #e9ecef;
}
.landing-footer-mini .col-lg-4 {
    border-right: none;
}
@media (min-width: 992px) {
    .landing-footer-mini .col-lg-4 {
        border-right: 1px solid #e9ecef;
        padding-right: 2rem;
    }
}

/* Legacy landing helpers (pro ostatní view) */
.hover-lift { transition: transform 0.2s ease, box-shadow 0.2s ease; }
.hover-lift:hover { transform: translateY(-4px); box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12) !important; }
.rotate-badge { transform: rotate(12deg); }
.card-disabled { pointer-events: none; }
.max-w-60 { max-width: 60ch; }

/* ----------------------------------------------------------
   Aeroweb header + pojištění submenu (Bootstrap 5)
----------------------------------------------------------- */

/* Topbar */
.aw-topbar-tagline {
    font-size: 0.8rem;
}

.aw-topbar-links a {
    font-size: 0.8rem;
}

.aw-topbar-links a:hover {
    color: #0d6efd;
}

/* Main nav (tmavý pruh) */
.aw-mainnav {
    font-size: 0.9rem;
}

.aw-mainnav-list {
    margin-bottom: 0;
}

.aw-mainnav-link {
    padding: 0.75rem 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.aw-mainnav-link:hover {
    color: #ffffff;
}

.aw-mainnav-link-active {
    color: #ffffff;
    font-weight: 600;
    border-bottom: 3px solid #198754;
}

/* Subnav pro pojištění */
.aw-subnav {
    font-size: 0.9rem;
}

.aw-subnav-list {
    margin-bottom: 0;
    gap: 0.25rem;
}

.aw-subnav-link {
    padding: 0.65rem 0.75rem;
    color: #495057;
}

.aw-subnav-link:hover {
    color: #198754;
    background-color: rgba(25, 135, 84, 0.05);
    border-radius: 0.375rem;
}

.aw-subnav-link-active {
    font-weight: 600;
    color: #198754;
    border-bottom: 2px solid #198754;
    border-radius: 0;
}

.aw-subnav-cta {
    padding: 0.55rem 0.9rem;
    margin-left: 0.5rem;
    color: #fff;
    background-color: #198754;
    border-radius: 999px;
    font-weight: 600;
}

.aw-subnav-cta:hover {
    color: #fff;
    background-color: #157347;
}

/* Mobilní verze submenu (hamburger) */
.aw-subnav-toggler {
    border: none;
}

.aw-subnav-toggler:focus {
    box-shadow: 0 0 0 0.1rem rgba(13, 110, 253, 0.25);
}

.aw-subnav-collapse {
    /* Bootstrap collapse ovládá display; pro desktop ho přepíšeme níže */
}

@media (min-width: 992px) {
    .aw-subnav-collapse {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
    }
}

/* ----------------------------------------------------------
   Objednávka – layout a stepper (navazuje na landing styl)
----------------------------------------------------------- */

.order-header {
    border-bottom: 1px solid #e9ecef;
}

.order-header .h3 {
    letter-spacing: -0.01em;
}

.order-stepper {
    background-color: #fff;
    border-radius: 0.75rem;
}

.order-stepper-row {
    position: relative;
}

.order-stepper-row::before {
    content: "";
    position: absolute;
    left: 12.5%;
    right: 12.5%;
    top: 50%;
    height: 2px;
    background: #e9ecef;
    z-index: 0;
}

.order-stepper-step {
    position: relative;
    z-index: 1;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    color: #6c757d;
    text-decoration: none;
}

.order-stepper-step:hover {
    text-decoration: none;
}

.order-stepper-step-clickable:hover {
    color: #198754;
}

.order-stepper-index {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    border: 2px solid #dee2e6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    background-color: #fff;
}

.order-stepper-label {
    line-height: 1.3;
}

.order-stepper-step-active .order-stepper-index {
    border-color: #198754;
    background-color: rgba(25, 135, 84, 0.1);
    color: #198754;
}

.order-stepper-step-active .order-stepper-label {
    color: #212529;
    font-weight: 600;
}

.order-stepper-step-disabled {
    opacity: 0.55;
    cursor: default;
}

@media (max-width: 575.98px) {
    .order-stepper-row::before {
        display: none;
    }

    .order-stepper-step {
        gap: 0.15rem;
    }

    .order-stepper-index {
        width: 1.75rem;
        height: 1.75rem;
        font-size: 0.85rem;
    }
}

/* Přehled ceny – vizuální důraz na celkovou částku a CTA */
#panelcena .panel-heading h3 {
    font-size: 1rem;
    margin-bottom: 0;
}

#panelcena #TOTResultV,
#TOTResultVSM {
    font-size: 1.4rem;
}

#panelcena .btn {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-weight: 600;
}

/* Breadcrumb objednávky – jemnější, v duchu homepage */
.order-breadcrumb-nav {
    margin-top: 0.75rem;
    font-size: 0.85rem;
}

.order-breadcrumb {
    --bs-breadcrumb-divider: '›';
    background-color: transparent;
    padding: 0;
    margin-bottom: 0.25rem;
}

.order-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #adb5bd;
}

.order-breadcrumb .breadcrumb-item a {
    color: #6c757d;
    text-decoration: none;
}

.order-breadcrumb .breadcrumb-item a:hover {
    color: #198754;
    text-decoration: underline;
}

.order-breadcrumb .breadcrumb-item.active {
    color: #adb5bd;
}

/* Vertikální zarovnání radio + text (škodní historie) */
.radio-inline-label input[type="radio"] {
    vertical-align: middle;
    margin-top: 0;
}

/* ASP.NET MVC validační hlášky – sjednocení s BS5 (červený text) */
.field-validation-error {
    color: #dc3545; /* Bootstrap 5 danger */
    font-size: 0.875rem;
}

input.input-validation-error,
select.input-validation-error,
textarea.input-validation-error {
    border-color: #dc3545;
}

/* ----------------------------------------------------------
   Formuláře objednávky – dvousloupcový layout (label + pole)
   Replikace starého BS3 .form-horizontal chování v BS5
----------------------------------------------------------- */

@media (min-width: 576px) {
    .form-horizontal .form-group {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 1rem;
    }

    .form-horizontal .form-group > label[class*="col-"] {
        margin-bottom: 0;
        text-align: right;
        padding-right: 1rem;
    }

    .form-horizontal .form-group > div[class*="col-"],
    .form-horizontal .form-group > span[class*="col-"] {
        padding-left: 1rem;
    }
}

/* ----------------------------------------------------------
   Přehled pojištění – overview page
----------------------------------------------------------- */

/* Pilulky sekční navigace (bez rámečkových čar) */
.insurance-overview-nav .btn {
    font-size: 0.8rem;
    border-radius: 999px;
    padding-inline: 0.9rem;
    padding-block: 0.25rem;
    border-color: #dee2e6;
    background-color: #ffffff;
}

.insurance-overview-nav .btn:hover {
    border-color: #198754;
    color: #198754;
    background-color: rgba(25, 135, 84, 0.04);
}

.insurance-overview-nav .btn:focus-visible {
    box-shadow: 0 0 0 0.15rem rgba(25, 135, 84, 0.2);
}

.insurance-overview-section + .insurance-overview-section {
    margin-top: 1rem;
}

.insurance-product-card {
    border-radius: 0.75rem;
    background-color: #fff;
    transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
    border: 1px solid #e9ecef;
}

.insurance-product-card:hover {
    box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
}

.insurance-product-card-featured {
    border-width: 2px;
    border-color: rgba(25, 135, 84, 0.35);
    background: linear-gradient(to bottom right, #ffffff, #f6fbf8);
}

.insurance-product-card-featured:hover {
    border-color: rgba(25, 135, 84, 0.5);
    box-shadow: 0 0.75rem 1.4rem rgba(25, 135, 84, 0.08);
}

/* Top produkt: ikona + dvouřádkový nadpis (viz návrh) */
.insurance-product-card__icon {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: block;
}

.insurance-product-card-featured .insurance-product-card__title-primary {
    font-size: clamp(1.15rem, 2.5vw, 1.4rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #212529;
    line-height: 1.25;
}

.insurance-product-card-featured .insurance-product-card__title-secondary {
    font-size: 1rem;
    font-weight: 400;
    color: #6c757d;
    line-height: 1.35;
}

.insurance-product-card-featured .insurance-product-card__badge.product-status-badge-online {
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 600;
    font-size: 0.62rem;
    padding: 0.28rem 0.55rem;
    border-radius: 0.35rem;
}

.product-status-badge {
    font-size: 0.65rem;
    letter-spacing: 0.03em;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
}

.product-status-badge-online {
    background-color: rgba(25, 135, 84, 0.1);
    color: #198754;
}

.product-status-badge-individual {
    background-color: rgba(13, 110, 253, 0.08);
    color: #0d6efd;
}

.product-status-badge-preparing {
    background-color: #f1f3f5;
    color: #6c757d;
}

.insurance-product-card-preparing {
    background: linear-gradient(to bottom, #f8f9fa, #ffffff);
    border-style: dashed;
}

.insurance-product-card-preparing .btn {
    pointer-events: none;
}

.insurance-product-card .card-text {
    font-size: 0.9rem;
}

/* ----------------------------------------------------------
   Overview visuals – dekorace + ilustrační karty
----------------------------------------------------------- */

.insurance-overview-page {
    overflow-x: clip;
    /* Ruční ladění dekorů (desktop). Uprav zde. */
    /* Tyto proměnné ukotvují dekor k okraji .container (ne k okraji viewportu). */
    --overview-container-half: 570px; /* >=1200px default; přepíná se níže v breakpointech */

    --overview-plane-overhang: 200px;           /* kolik má vpravo „vykouknout“ mimo tělo */
    --overview-plane-top: 1.75rem;             /* pravý horní dekor: odsazení shora */
    --overview-plane-width: min(840px, 46vw);  /* +50 % oproti min(560px, 46vw) */

    --overview-left-overhang: 200px;            /* kolik má vlevo „vykouknout“ mimo tělo */
    --overview-left-accent-top: 7.0rem;        /* levý akcent: odsazení shora */
    --overview-left-accent-width: 300px;       /* levý akcent: šířka */
}
@supports not (overflow: clip) {
    .insurance-overview-page {
        overflow-x: hidden;
    }
}

.overview-top-stage {
    position: relative;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.overview-top-stage__plane {
    position: absolute;
    /* Ukotvení k pravému okraji .container (50% je střed viewportu) */
    right: 50%;
    top: var(--overview-plane-top);
    width: var(--overview-plane-width);
    max-width: 1050px; /* +50 % oproti 700px */
    opacity: 0.8;
    pointer-events: none;
    z-index: 0;
    filter: saturate(0.9) contrast(0.95);
    /* většina je „pod tělem“, jen kousek vpravo přetéká */
    transform: translateX(calc(var(--overview-container-half) + var(--overview-plane-overhang)));
}

.overview-top-stage__plane img {
    width: 100%;
    height: auto;
    display: block;
}

.overview-top-stage > *:not(.overview-top-stage__plane) {
    position: relative;
    z-index: 1;
}

/* Top stage je teď full-width (landing-breakout) – dekor pod obsahem */
.overview-stage {
    position: relative;
}

@media (max-width: 991.98px) {
    .insurance-overview-page {
        /* Ruční ladění dekorů (tablet). Uprav zde. */
        --overview-container-half: 480px; /* container max-width 960px */
        --overview-plane-overhang: 18px;
        --overview-plane-top: 1.25rem;
        --overview-plane-width: min(630px, 52vw); /* +50 % oproti min(420px, 52vw) */
    }
}

@media (max-width: 575.98px) {
    .overview-top-stage__plane {
        display: none;
    }
}

.overview-section {
    position: relative;
}

.overview-section__left-accent {
    position: absolute;
    /* Ukotvení k levému okraji .container */
    left: 50%;
    top: var(--overview-left-accent-top);
    width: var(--overview-left-accent-width);
    opacity: 0.55;
    pointer-events: none;
    z-index: 0;
    /* většina je „pod tělem“, jen kousek vlevo přetéká */
    transform: translateX(calc(-1 * (var(--overview-container-half) + var(--overview-left-overhang))));
    filter: saturate(0.95) contrast(0.95);
}

/* Container half-widths podle Bootstrap 5 breakpointů (přibližně dle max-width containeru) */
@media (min-width: 1400px) {
    .insurance-overview-page { --overview-container-half: 660px; } /* 1320px */
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .insurance-overview-page { --overview-container-half: 570px; } /* 1140px */
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .insurance-overview-page { --overview-container-half: 480px; } /* 960px */
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .insurance-overview-page { --overview-container-half: 360px; } /* 720px */
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .insurance-overview-page { --overview-container-half: 270px; } /* 540px */
}

.overview-section__left-accent img {
    width: 100%;
    height: auto;
    display: block;
}

.overview-section--has-left-accent > .container,
.overview-section--has-left-accent > div:not(.overview-section__left-accent) {
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .overview-section__left-accent {
        display: none;
    }
}

/* Ilustrační karta v gridu */
.insurance-illustration-card {
    border-radius: 0.75rem;
    border: 1px solid #e9ecef;
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.insurance-illustration-card:hover {
    box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
}

.illustration-card__media {
    height: 100%;
    min-height: 170px;
    background: linear-gradient(to bottom, #f8f9fa, #ffffff);
}

.illustration-card__img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    opacity: 0.95;
}

.illustration-card__caption {
    border-top: 1px solid #eef1f4;
    background: rgba(255, 255, 255, 0.85);
}

.illustration-card--soft .illustration-card__img {
    object-position: 50% 35%;
}

.illustration-card--planes .illustration-card__img {
    object-position: 70% 50%;
}

.illustration-card--org .illustration-card__img {
    object-position: 55% 50%;
}

/* ----------------------------------------------------------
   Proč se pojistit – obsahová stránka
----------------------------------------------------------- */
.why-insure-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 0.35rem;
    color: #495057;
}

.why-insure-checklist li + li {
    margin-top: 0.75rem;
}

.why-insure-list {
    padding-left: 1rem;
}

.why-insure-list li + li {
    margin-top: 0.75rem;
}

.why-insure-highlight {
    background: linear-gradient(180deg, #ffffff 0%, #f4f8f5 100%);
    border-left: 4px solid #198754;
    border-radius: 0.85rem;
    box-shadow: 0 0.4rem 1.1rem rgba(16, 24, 40, 0.06);
}

.why-insure-highlight .card-body {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.why-insure-highlight h2::before {
    content: "\f06a";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 0.5rem;
    color: #198754;
    font-size: 0.95em;
}

.why-insure-cost {
    background: linear-gradient(135deg, #1f2f4a 0%, #16243b 100%);
}

.why-insure-cost-card {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0.75rem;
    padding: 1rem;
    backdrop-filter: blur(1px);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.why-insure-cost-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.7rem 1.4rem rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.28);
    background-color: rgba(255, 255, 255, 0.14);
}

.why-insure-cost-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    line-height: 1.3;
}

.why-insure-cost-value {
    color: #ffffff;
    font-size: clamp(1.35rem, 2.9vw, 2rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.01em;
}

.why-insure-cost-value--range {
    font-size: clamp(1.1rem, 1.65vw, 1.6rem);
    letter-spacing: -0.008em;
    white-space: nowrap;
}

.why-insure-cost-currency {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0.3rem;
}

.why-insure-pilots-cta {
    margin-top: 2rem !important;
}

.why-insure-case-box {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
    border-left: 4px solid #198754;
    border-radius: 0.75rem;
    box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.06);
}

.why-insure-selection-card {
    box-shadow: 0 0.45rem 1rem rgba(0, 0, 0, 0.08) !important;
}

.why-insure-selection-actions {
    margin-top: 1.1rem;
}

.why-insure-final-cta {
    border-radius: 1rem;
    background: linear-gradient(180deg, #eef7f1 0%, #e7f3ec 100%);
    border: 1px solid #d8eadf;
}

/* ----------------------------------------------------------
   Jak pojištění funguje – obsahová stránka
----------------------------------------------------------- */
.how-insurance-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.35rem;
    color: #495057;
}

.how-insurance-list li + li {
    margin-top: 0.75rem;
}

.how-insurance-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.95rem;
    color: #198754;
    background-color: rgba(25, 135, 84, 0.12);
    margin-bottom: 0.8rem;
}

.how-insurance-mini-step {
    border-radius: 0.75rem;
    border: 1px solid #e9ecef;
    background: #fff;
    padding: 0.9rem 1rem;
    color: #212529;
    font-weight: 500;
    box-shadow: 0 0.15rem 0.5rem rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
}

.how-insurance-note {
    border-left: 4px solid #198754;
    border-radius: 0.5rem;
    background: linear-gradient(180deg, #f4f8f5 0%, #ffffff 100%);
    padding: 0.9rem 1rem;
    color: #2b3b32;
    font-weight: 500;
}

.how-insurance-bullets {
    padding-left: 1.1rem;
}

.how-insurance-bullets li + li {
    margin-top: 0.7rem;
}

.how-insurance-factor {
    border-radius: 0.75rem;
    border: 1px solid #e9ecef;
    background: #fff;
    padding: 0.95rem 1rem;
    color: #212529;
    font-weight: 500;
    box-shadow: 0 0.15rem 0.5rem rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.how-insurance-factor:hover {
    transform: translateY(-1px);
    box-shadow: 0 0.45rem 1rem rgba(0, 0, 0, 0.07);
}


/* ----------------------------------------------------------
   Články o pojištění – článkový modul (mock/API-ready)
----------------------------------------------------------- */

.insurance-articles-page {
    background-color: #fff;
    padding-top: 0;
}

.insurance-article-card {
    border-radius: 0.75rem;
    border: 1px solid #e9ecef;
    background-color: #fff;
    transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
    overflow: hidden;
}

.insurance-article-card:hover {
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
    border-color: rgba(25, 135, 84, 0.25);
}

.insurance-article-card__img {
    height: 185px;
    background: linear-gradient(to bottom, #f8f9fa, #ffffff);
}

.insurance-article-card__img-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    opacity: 0.95;
}

.insurance-article-card__img--featured {
    height: 260px;
}

@media (max-width: 991.98px) {
    .insurance-article-card__img--featured {
        height: 220px;
    }
}

@media (min-width: 992px) {
    .insurance-article-card__img--featured {
        height: 100%;
        min-height: 100%;
    }
}

.insurance-article-category-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.6rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #198754;
    background-color: rgba(25, 135, 84, 0.10);
    border: 1px solid rgba(25, 135, 84, 0.20);
}

.insurance-article-category-badge--small {
    font-size: 0.75rem;
    padding: 0.32rem 0.55rem;
}

.insurance-article-card--featured {
    border-width: 2px;
    border-color: rgba(25, 135, 84, 0.35);
    background: linear-gradient(to bottom right, #ffffff, #f6fbf8);
}

.insurance-article-card--featured:hover {
    border-color: rgba(25, 135, 84, 0.55);
    box-shadow: 0 0.75rem 1.5rem rgba(25, 135, 84, 0.10);
}

.insurance-article-hero-img {
    border-radius: 1.1rem;
}

.insurance-article-perex {
    font-size: 1.05rem;
    line-height: 1.7;
}

.insurance-article-content {
    line-height: 1.8;
    color: #2b3b32;
}

.insurance-article-content p {
    margin-bottom: 1rem;
}

.insurance-article-content h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #212529;
    line-height: 1.35;
    font-size: 1.25rem;
}

.insurance-article-content h3 {
    margin-top: 1.6rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
    color: #212529;
    line-height: 1.35;
    font-size: 1.1rem;
}

.insurance-article-content ul {
    padding-left: 1.2rem;
    margin-bottom: 1.25rem;
}

.insurance-article-content li {
    margin-bottom: 0.4rem;
}

.insurance-article-content a {
    color: #198754;
}

.insurance-article-content a:hover {
    color: #157347;
    text-decoration: underline;
}

.insurance-article-cta {
    background: linear-gradient(180deg, #eef7f1 0%, #e7f3ec 100%);
    border-radius: 1rem;
}

