@import '_content/NextStep.Shared.UI/NextStep.Shared.UI.gdo4bmqfj1.bundle.scp.css';

/* /Components/Pages/AboutUs.razor.rz.scp.css */
.ds-about-lead[b-crp3gta6h9] {
    max-width: 760px;
    line-height: 1.7;
    color: #555870;
    margin-bottom: 20px;
}

.ds-about-lead--intro[b-crp3gta6h9] {
    font-size: 1.25rem;
    color: #1A2030;
    font-weight: 500;
}

/* Hero decorative watermark */
.ds-hero-watermark[b-crp3gta6h9] {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
    pointer-events: none;
    z-index: 0;
}

@media (max-width: 960px) {
    .ds-hero-watermark[b-crp3gta6h9] {
        display: none;
    }
}

/* Lime accent bar under section headings */
.ds-section-accent[b-crp3gta6h9] {
    width: 64px;
    height: 4px;
    background: #8CC800;
    border-radius: 2px;
    margin: 16px 0 24px;
}

/* Value tiles */
.ds-about-card[b-crp3gta6h9] {
    background: #F4F6FA;
    border-radius: 12px;
    padding: 28px 24px;
    height: 100%;
    text-align: center;
    transition: transform .2s ease, box-shadow .2s ease;
}

.ds-about-card:hover[b-crp3gta6h9] {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(26, 32, 48, 0.10);
}

.ds-about-card-icon[b-crp3gta6h9] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #8CC800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

/* Closing CTA banner */
.ds-about-cta[b-crp3gta6h9] {
    background: #1A2030;
    border-radius: 16px;
    padding: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}
/* /Components/Pages/ArticleDetail.razor.rz.scp.css */
.article-cover-image[b-iom84dw95b] {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 8px;
    object-fit: contain;
    display: block;
    background: #F4F6FA;
}

.article-cover-caption[b-iom84dw95b] {
    font-style: italic;
    color: #555870;
    font-size: 0.9rem;
    margin: 8px 0 24px;
}

.article-lead[b-iom84dw95b] {
    font-weight: 700;
    font-size: 1.15rem;
    line-height: 1.5;
    color: #1A2030;
    margin: 0 0 24px;
}

.article-content[b-iom84dw95b] {
    line-height: 1.8;
    font-size: 1.05rem;
    color: #1A2030;
}

.article-content[b-iom84dw95b]  h1,
.article-content[b-iom84dw95b]  h2,
.article-content[b-iom84dw95b]  h3 {
    color: #1A2030;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.article-content[b-iom84dw95b]  h2 {
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom: 3px solid #8CC800;
    padding-bottom: 6px;
}

.article-content[b-iom84dw95b]  h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 1.75rem;
}

.article-content[b-iom84dw95b]  p {
    margin-bottom: 1rem;
}

.article-content[b-iom84dw95b]  img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 1.5rem 0;
    border-radius: 4px;
}

.article-content[b-iom84dw95b]  a {
    color: #8CC800;
    font-weight: 700;
    text-decoration: underline;
}

.article-content[b-iom84dw95b]  blockquote {
    border-left: 4px solid #8CC800;
    margin-left: 0;
    padding-left: 1rem;
    color: #555870;
}

.article-content[b-iom84dw95b]  pre {
    background: #f4f6fa;
    padding: 1rem;
    border-radius: 4px;
    overflow-x: auto;
}

.article-related[b-iom84dw95b] {
    margin-top: 4rem;
}

@media (max-width: 600px) {
    .article-related[b-iom84dw95b] {
        margin-top: 2.5rem;
    }
}
/* /Components/Pages/Blog.razor.rz.scp.css */
.ds-blog-page-hero[b-dochtgdn4e] {
    background: #1A2030;
    background-image: linear-gradient(120deg, #1A2030 0%, #243049 100%);
    padding: 80px 0;
    color: white;
    min-height: 200px;
    display: flex;
    align-items: center;
}

.ds-blog-hero-icon[b-dochtgdn4e] {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(140,200,0,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(140,200,0,0.3);
}

.ds-archive-list[b-dochtgdn4e] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ds-archive-item[b-dochtgdn4e] {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 16px 24px;
    background: #FFFFFF;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    transition: transform .2s ease, box-shadow .2s ease, border-left-color .2s ease;
    border-left: 3px solid transparent;
}

.ds-archive-item:hover[b-dochtgdn4e] {
    border-left-color: #8CC800;
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(26,32,48,.06);
}

.ds-archive-date[b-dochtgdn4e] {
    color: #8CC800;
    font-weight: 800;
    font-size: .75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    min-width: 120px;
}

.ds-archive-title[b-dochtgdn4e] {
    flex: 1;
    color: #1A2030;
    font-weight: 700;
    font-size: 1rem;
}

@media (max-width: 600px) {
    .ds-archive-item[b-dochtgdn4e] {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .ds-archive-date[b-dochtgdn4e] {
        min-width: 0;
    }
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.ds-kontakt-hero[b-um87ljgq1d] {
    background: #1A2030;
    padding: 80px 0 64px;
}

.ds-kontakt-hero__inner[b-um87ljgq1d] {
    max-width: 720px;
}

.ds-kontakt-hero__title-row[b-um87ljgq1d] {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 16px;
    margin-bottom: 24px;
}

.ds-kontakt-hero__icon[b-um87ljgq1d] {
    background: #8CC800;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ds-kontakt-hero__quick[b-um87ljgq1d] {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 24px;
    align-items: center;
}

.ds-kontakt-hero__quick a[b-um87ljgq1d] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ds-kontakt-cards[b-um87ljgq1d] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    gap: 24px;
    height: 100%;
}

.ds-kontakt-card[b-um87ljgq1d] {
    padding: 32px 20px;
    border-top: 3px solid #8CC800;
    height: 100%;
    width: 100%;
    display: flex;
}

.ds-kontakt-card__inner[b-um87ljgq1d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    flex: 1;
    width: 100%;
    justify-content: flex-start;
}

.ds-kontakt-card__label[b-um87ljgq1d] {
    color: #8CC800;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-top: 8px;
    font-size: 0.8rem;
    display: block;
}

.ds-kontakt-mapa[b-um87ljgq1d] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}

.ds-kontakt-mapa iframe[b-um87ljgq1d] {
    width: 100%;
    flex: 1;
    min-height: 420px;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(26, 32, 48, 0.08);
    display: block;
}

@media (max-width: 600px) {
    .ds-kontakt-hero[b-um87ljgq1d] {
        padding: 56px 0 40px;
    }

    .ds-kontakt-hero__title-row[b-um87ljgq1d] {
        gap: 12px;
    }

    .ds-kontakt-hero__icon[b-um87ljgq1d] {
        width: 56px;
        height: 56px;
    }

    .ds-kontakt-hero__quick[b-um87ljgq1d] {
        gap: 12px;
        flex-direction: column;
        align-items: flex-start;
    }

    .ds-kontakt-cards[b-um87ljgq1d] {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.ds-hero[b-1j6bk2vdw0] {
    background-image:
        linear-gradient(to right, rgba(26,32,48,0.97) 0%, rgba(26,32,48,0.85) 40%, rgba(26,32,48,0.35) 70%, rgba(26,32,48,0.1) 100%),
        url('/mainpage/MainPageMainImage.png');
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    color: white;
    min-height: 560px;
    display: flex;
    align-items: center;
    position: relative;
}

.ds-hero-inner[b-1j6bk2vdw0] {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}

.ds-hero-content[b-1j6bk2vdw0] {
    max-width: 580px;
    padding: 80px 0;
}

.ds-trust-bar[b-1j6bk2vdw0] {
    background: white;
    padding: 48px 0;
    border-top: 4px solid #8CC800;
    border-bottom: 4px solid #1A2030;
}

.ds-trust-tile[b-1j6bk2vdw0] {
    background: white;
    border: 1px solid rgba(0,0,0,0.05);
    border-top: 3px solid #8CC800;
    border-radius: 8px;
    padding: 24px 16px;
    text-align: center;
    height: 100%;
    transition: transform .2s ease, box-shadow .2s ease;
}
.ds-trust-tile:hover[b-1j6bk2vdw0] {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(26,32,48,.12);
}

.ds-service-card[b-1j6bk2vdw0] {
    border-radius: 8px;
    transition: transform .2s ease, box-shadow .2s ease;
    border: 1px solid rgba(0,0,0,0.05);
}
.ds-service-card:hover[b-1j6bk2vdw0] {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(26,32,48,.12);
}
.ds-service-icon[b-1j6bk2vdw0] {
    width: 64px;
    height: 64px;
    background: rgba(140,200,0,0.12);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ds-blog-card[b-1j6bk2vdw0] {
    overflow: hidden;
    border-radius: 8px;
    transition: transform .2s ease, box-shadow .2s ease;
}
.ds-blog-card:hover[b-1j6bk2vdw0] {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(26,32,48,.18);
}
.ds-blog-image[b-1j6bk2vdw0] {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ds-blog-carousel[b-1j6bk2vdw0] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 24px;
    align-items: stretch;
}
.ds-blog-carousel .ds-carousel-slide[b-1j6bk2vdw0] { display: flex; }
.ds-blog-carousel .ds-carousel-slide > .mud-card[b-1j6bk2vdw0],
.ds-blog-carousel .ds-carousel-slide > a[b-1j6bk2vdw0] { flex: 1 1 auto; width: 100%; }
@media (max-width: 900px) {
    .ds-blog-carousel[b-1j6bk2vdw0] {
        display: flex;
        grid-template-columns: none;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 16px;
        padding-bottom: 8px;
        scrollbar-width: none;
    }
    .ds-blog-carousel[b-1j6bk2vdw0]::-webkit-scrollbar { display: none; }
    .ds-blog-carousel .ds-carousel-slide[b-1j6bk2vdw0] {
        flex: 0 0 75%;
        scroll-snap-align: start;
        max-width: 75%;
    }
    .ds-blog-carousel .ds-carousel-slide--lead[b-1j6bk2vdw0] {
        flex: 0 0 80%;
        max-width: 80%;
    }
}

.ds-newsletter[b-1j6bk2vdw0] {
    background: #1A2030;
    background-image: linear-gradient(120deg, #1A2030 0%, #243049 100%);
    padding: 80px 0;
    color: white;
}

[b-1j6bk2vdw0] .ds-newsletter-input .mud-input-outlined .mud-input-outlined-border {
    border-color: rgba(255,255,255,0.25);
}
[b-1j6bk2vdw0] .ds-newsletter-input input {
    color: white;
}
[b-1j6bk2vdw0] .ds-newsletter-input input::placeholder {
    color: rgba(255,255,255,0.5);
}
[b-1j6bk2vdw0] .ds-newsletter-input .mud-input-control { min-height: 52px; }

@media (max-width: 900px) {
    [b-1j6bk2vdw0] .ds-services-grid {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 16px;
        padding-bottom: 8px;
        margin: 0 !important;
        width: 100% !important;
        scrollbar-width: none;
    }
    [b-1j6bk2vdw0] .ds-services-grid::-webkit-scrollbar { display: none; }
    [b-1j6bk2vdw0] .ds-services-grid > .mud-grid-item {
        flex: 0 0 75%;
        max-width: 75%;
        scroll-snap-align: start;
        padding: 0 !important;
    }
}

@media (max-width: 600px) {
    .ds-hero-actions[b-1j6bk2vdw0] {
        display: flex !important;
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }
    .ds-hero-actions > .mud-button-root[b-1j6bk2vdw0] {
        width: 100%;
        justify-content: center;
    }
    .ds-hero[b-1j6bk2vdw0] { min-height: auto; }
    .ds-hero-content[b-1j6bk2vdw0] { padding: 40px 0 32px; max-width: 100%; }

    .ds-trust-bar[b-1j6bk2vdw0] { padding: 24px 0 16px; }
    .ds-trust-tile[b-1j6bk2vdw0] { padding: 14px 6px; }
    .ds-trust-tile .mud-typography-h6[b-1j6bk2vdw0] {
        font-size: .78rem;
        line-height: 1.2;
        letter-spacing: 0;
    }
    .ds-trust-tile .mud-typography-body2[b-1j6bk2vdw0] { display: none; }

    .ds-section-header[b-1j6bk2vdw0] {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 8px;
    }

    .ds-newsletter[b-1j6bk2vdw0] { padding: 48px 0; }
    .ds-newsletter-contact-row[b-1j6bk2vdw0] {
        flex-direction: column;
        align-items: flex-start !important;
    }
}
/* /Components/Pages/PrivacyPolicy.razor.rz.scp.css */
.ds-privacy-policy[b-b73clsxa9a] {
    background: #FFFFFF;
    padding: 64px 0;
}

.ds-privacy-policy[b-b73clsxa9a]  h2 {
    color: #1A2030;
    font-weight: 700;
    border-bottom: 2px solid #8CC800;
    padding-bottom: 4px;
}
/* /Components/Pages/ProductDetail.razor.rz.scp.css */
/* ===== HERO ===== */
.ds-detail-hero[b-ngr7lz0btg] {
    background: #1A2030;
    border-bottom: 4px solid #8CC800;
    padding: 80px 0;
}

@media (max-width: 600px) {
    .ds-detail-hero[b-ngr7lz0btg] { padding: 56px 0; }
}

/* ===== META BAR (badge + rating) ===== */
.ds-detail-meta-bar[b-ngr7lz0btg] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}

.ds-detail-rating[b-ngr7lz0btg] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.ds-product-badge[b-ngr7lz0btg] {
    background: #8CC800;
    color: #1A2030;
    font-weight: 800;
    font-size: .7rem;
    letter-spacing: 1px;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

/* ===== TRUST TILES ===== */
.ds-detail-tile[b-ngr7lz0btg] {
    background: #F4F6FA;
    border-radius: 8px;
    padding: 14px 12px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.ds-detail-tile-icon[b-ngr7lz0btg] {
    font-size: 2rem !important;
    color: #8CC800;
}

.ds-detail-tile-label[b-ngr7lz0btg] {
    font-size: 0.875rem;
    font-weight: 700;
    color: #1A2030;
    line-height: 1.3;
}

/* ===== RELATED PRODUCT CARD (mirrors Products.razor.css) ===== */
.ds-product-card[b-ngr7lz0btg] {
    display: flex;
    flex-direction: column;
    transition: transform .2s ease, box-shadow .2s ease;
    overflow: hidden;
    border-radius: 8px;
}

.ds-product-card:hover[b-ngr7lz0btg] {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(26, 32, 48, .18);
}

.ds-card-link[b-ngr7lz0btg] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.ds-card-link[b-ngr7lz0btg]  .mud-card-content {
    flex: 1 1 auto;
}

.ds-product-image[b-ngr7lz0btg] {
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ds-product-image .ds-product-badge[b-ngr7lz0btg] {
    position: absolute;
    top: 12px;
    left: 12px;
}

.ds-add-to-cart-form[b-ngr7lz0btg] {
    width: 100%;
}

/* ===== MARKDOWN CONTENT ===== */
.article-content[b-ngr7lz0btg] {
    line-height: 1.8;
    font-size: 1.05rem;
    color: #1A2030;
}

.article-content[b-ngr7lz0btg]  h1,
.article-content[b-ngr7lz0btg]  h2,
.article-content[b-ngr7lz0btg]  h3 {
    color: #1A2030;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.article-content[b-ngr7lz0btg]  h2 {
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom: 3px solid #8CC800;
    padding-bottom: 6px;
    margin-top: 2.5rem;
}

.article-content[b-ngr7lz0btg]  h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 1.75rem;
}

.article-content[b-ngr7lz0btg]  p {
    margin-bottom: 1rem;
}

.article-content[b-ngr7lz0btg]  img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 1.5rem 0;
    border-radius: 4px;
}

.article-content[b-ngr7lz0btg]  a {
    color: #8CC800;
    font-weight: 700;
    text-decoration: underline;
}

.article-content[b-ngr7lz0btg]  blockquote {
    border-left: 4px solid #8CC800;
    margin-left: 0;
    padding-left: 1rem;
    color: #555870;
}

.article-content[b-ngr7lz0btg]  pre {
    background: #f4f6fa;
    padding: 1rem;
    border-radius: 4px;
    overflow-x: auto;
}

.article-content[b-ngr7lz0btg]  ol li::marker {
    color: #8CC800;
    font-weight: 800;
}

.article-content[b-ngr7lz0btg]  ul li::marker {
    color: #8CC800;
}

.article-content[b-ngr7lz0btg]  strong {
    color: #1A2030;
}

.article-content[b-ngr7lz0btg]  table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

.article-content[b-ngr7lz0btg]  th {
    background: #1A2030;
    color: #FFFFFF;
    padding: 10px 12px;
    text-align: left;
}

.article-content[b-ngr7lz0btg]  td {
    border-bottom: 1px solid #D7DCE5;
    padding: 10px 12px;
}
/* /Components/Pages/Products.razor.rz.scp.css */
/* ===== HERO ===== */
.ds-oferta-hero[b-y7d6u1wa86] {
    background: #1A2030;
    border-bottom: 4px solid #8CC800;
    padding: 80px 0;
}

@media (max-width: 600px) {
    .ds-oferta-hero[b-y7d6u1wa86] { padding: 56px 0; }
}

/* ===== FILTER CHIPS ===== */
.ds-filter-bar[b-y7d6u1wa86] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 32px;
    padding: 4px 0;
}

.ds-filter-chip[b-y7d6u1wa86] {
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding: 0 20px;
    border-radius: 999px;
    background: #FFFFFF;
    border: 1px solid #D7DCE5;
    color: #1A2030;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all .18s ease;
    white-space: nowrap;
    line-height: 1;
}

.ds-filter-chip:hover[b-y7d6u1wa86] {
    border-color: #8CC800;
    color: #8CC800;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(140, 200, 0, 0.15);
}

.ds-filter-chip.is-active[b-y7d6u1wa86] {
    background: #8CC800;
    border-color: #8CC800;
    color: #1A2030;
    font-weight: 800;
    box-shadow: 0 4px 14px rgba(140, 200, 0, 0.35);
}

.ds-filter-chip.is-active:hover[b-y7d6u1wa86] {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(140, 200, 0, 0.45);
}

@media (max-width: 600px) {
    .ds-filter-bar[b-y7d6u1wa86] {
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        margin-left: -16px;
        margin-right: -16px;
        padding: 4px 16px;
    }
    .ds-filter-bar[b-y7d6u1wa86]::-webkit-scrollbar { display: none; }
}

/* ===== PRODUCT CARD (mirrors PolecaneKonspekty + thumbnail) ===== */
.ds-product-card[b-y7d6u1wa86] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
    transition: transform .2s ease, box-shadow .2s ease;
    overflow: hidden;
    border-radius: 8px;
}

.ds-product-card:hover[b-y7d6u1wa86] {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(26, 32, 48, .18);
}

.ds-card-link[b-y7d6u1wa86] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.ds-card-link[b-y7d6u1wa86]  .mud-card-content {
    flex: 1 1 auto;
}

.ds-product-image[b-y7d6u1wa86] {
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ds-product-badge[b-y7d6u1wa86] {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #8CC800;
    color: #1A2030;
    font-weight: 800;
    font-size: .7rem;
    letter-spacing: 1px;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

.ds-add-to-cart-form[b-y7d6u1wa86] {
    width: 100%;
}

/* ===== EMPTY STATE ===== */
.ds-empty-state[b-y7d6u1wa86] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 64px 24px;
    background: #FFFFFF;
    border: 1px dashed #D7DCE5;
    border-radius: 12px;
}

/* ===== PAGINATION ===== */
.ds-pagination[b-y7d6u1wa86] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: max-content;
    margin: 48px auto 0;
    padding: 8px 16px;
    background: #FFFFFF;
    border-radius: 999px;
    box-shadow: 0 4px 16px rgba(26, 32, 48, .08);
}
/* /Components/Pages/Services.razor.rz.scp.css */
.ds-uslugi-lead[b-d1ewewpzeu] {
    max-width: 760px;
    line-height: 1.7;
    color: #555870;
    margin-bottom: 20px;
}

.ds-uslugi-lead--intro[b-d1ewewpzeu] {
    font-size: 1.25rem;
    color: #1A2030;
    font-weight: 500;
}

/* Hero decorative watermark */
.ds-hero-watermark[b-d1ewewpzeu] {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
    pointer-events: none;
    z-index: 0;
}

@media (max-width: 960px) {
    .ds-hero-watermark[b-d1ewewpzeu] {
        display: none;
    }
}

/* Lime accent bar under section headings */
.ds-section-accent[b-d1ewewpzeu] {
    width: 64px;
    height: 4px;
    background: #8CC800;
    border-radius: 2px;
    margin: 16px 0 20px;
}

/* Offer point tiles */
.ds-uslugi-card[b-d1ewewpzeu] {
    background: #F4F6FA;
    border-radius: 12px;
    padding: 24px;
    height: 100%;
    transition: transform .2s ease, box-shadow .2s ease;
}

.ds-uslugi-card:hover[b-d1ewewpzeu] {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(26, 32, 48, 0.10);
}

.ds-uslugi-card-icon[b-d1ewewpzeu] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #8CC800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

/* Closing CTA banner */
.ds-uslugi-cta[b-d1ewewpzeu] {
    background: #1A2030;
    border-radius: 16px;
    padding: 48px;
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}
/* /Components/Pages/TooManyRequests.razor.rz.scp.css */
.ds-tmr-hero[b-2dmit78jwj] {
    background: #1A2030;
    color: #FFFFFF;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 64px 24px;
    text-align: center;
    gap: 16px;
}
/* /Components/Pages/TrainingPlans.razor.rz.scp.css */
.kt-hero[b-s41prfaa0b] {
    background: #1A2030;
    padding: 80px 24px;
    color: white;
}

@media (max-width: 600px) {
    .kt-hero[b-s41prfaa0b] {
        padding: 48px 16px;
    }
}

.kt-stat-tile[b-s41prfaa0b] {
    border-top: 3px solid #8CC800;
    border-radius: 8px;
    padding: 28px 16px;
    text-align: center;
    background: white;
    box-shadow: 0 2px 8px rgba(26,32,48,.06);
    height: 100%;
}

.kt-cta[b-s41prfaa0b] {
    background: #1A2030;
    background-image: linear-gradient(120deg, #1A2030 0%, #243049 100%);
    padding: 80px 24px;
    text-align: center;
}

@media (max-width: 600px) {
    .kt-cta[b-s41prfaa0b] {
        padding: 48px 16px;
    }
}
/* /Components/Shop/Cart.razor.rz.scp.css */
/* ===== HERO ===== */
.ds-cart-hero[b-tfin10g1sd] {
    background: linear-gradient(135deg, #1A2030 0%, #232a3d 100%);
    padding: 56px 0 64px;
    color: white;
    border-bottom: 4px solid #8CC800;
}

.ds-cart-hero-inner[b-tfin10g1sd] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 32px;
    flex-wrap: wrap;
}

.ds-cart-hero-meta[b-tfin10g1sd] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ds-cart-hero-step[b-tfin10g1sd] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.45);
}

.ds-cart-hero-step .num[b-tfin10g1sd] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.9rem;
}

.ds-cart-hero-step .label[b-tfin10g1sd] {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ds-cart-hero-step.is-active[b-tfin10g1sd] {
    color: white;
}

.ds-cart-hero-step.is-active .num[b-tfin10g1sd] {
    background: #8CC800;
    color: #1A2030;
    border-color: #8CC800;
}

.ds-cart-hero-divider[b-tfin10g1sd] {
    width: 28px;
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
}

/* ===== SECTION ===== */
.ds-cart-section[b-tfin10g1sd] {
    background: #F4F6FA;
    padding: 56px 0 80px;
    min-height: 60vh;
}

.ds-cart-section-header[b-tfin10g1sd] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.ds-cart-count-pill[b-tfin10g1sd] {
    background: #1A2030;
    color: #8CC800;
    font-weight: 800;
    font-size: 0.75rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 999px;
}

/* ===== EMPTY ===== */
.ds-cart-empty[b-tfin10g1sd] {
    background: white;
    border-radius: 20px;
    padding: 80px 40px;
    text-align: center;
    border-top: 4px solid #8CC800;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ds-cart-empty-icon[b-tfin10g1sd] {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background: rgba(140, 200, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ===== ITEM ===== */
.ds-cart-items[b-tfin10g1sd] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ds-cart-item[b-tfin10g1sd] {
    background: white;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 120px 1fr auto;
    gap: 28px;
    padding: 24px 28px;
    align-items: center;
    box-shadow: 0 2px 8px rgba(26, 32, 48, 0.04);
    border-left: 4px solid transparent;
    transition: transform .25s ease, box-shadow .25s ease, border-left-color .25s ease;
}

.ds-cart-item:hover[b-tfin10g1sd] {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(26, 32, 48, 0.10);
    border-left-color: #8CC800;
}

.ds-cart-item-image[b-tfin10g1sd] {
    width: 120px;
    height: 120px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
}

.ds-cart-item-image[b-tfin10g1sd]::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 50%, rgba(0, 0, 0, 0.15) 100%);
}

.ds-cart-item-body[b-tfin10g1sd] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

.ds-cart-item-category[b-tfin10g1sd] {
    align-self: flex-start;
    background: #8CC800;
    color: #1A2030;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 4px;
}

.ds-cart-item-title[b-tfin10g1sd] {
    color: #1A2030;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.35;
    margin: 0;
}

.ds-cart-item-meta[b-tfin10g1sd] {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #777a8a;
    font-size: 0.85rem;
}

.ds-cart-item-actions[b-tfin10g1sd] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    height: 100%;
    min-width: 140px;
}

.ds-cart-item-price[b-tfin10g1sd] {
    color: #1A2030;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.ds-cart-item-btns[b-tfin10g1sd] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.ds-cart-item-remove[b-tfin10g1sd] {
    margin: 0;
}

.ds-cart-item-remove-btn[b-tfin10g1sd] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: none;
    padding: 6px 10px;
    border-radius: 6px;
    color: #9aa0b4;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: color .15s ease, background .15s ease;
}

.ds-cart-item-remove-btn:hover[b-tfin10g1sd] {
    color: #d32f2f;
    background: rgba(211, 47, 47, 0.08);
}

/* ===== SUMMARY ===== */
.ds-cart-summary-bottom[b-tfin10g1sd] {
    margin-top: 32px;
    background: white;
    border-radius: 20px;
    padding: 40px 44px;
    border-top: 4px solid #8CC800;
    box-shadow: 0 4px 16px rgba(26, 32, 48, 0.06);
}

.ds-cart-summary-grid[b-tfin10g1sd] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
}

.ds-cart-summary-rows[b-tfin10g1sd] {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
}

.ds-cart-summary-row[b-tfin10g1sd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid rgba(26, 32, 48, 0.06);
    color: #555870;
    font-size: 0.95rem;
}

.ds-cart-summary-row:last-child[b-tfin10g1sd] {
    border-bottom: none;
    margin-bottom: 15px;
}

.ds-cart-summary-row strong[b-tfin10g1sd] {
    color: #1A2030;
    font-weight: 800;
}

.ds-cart-summary-row-with-icon[b-tfin10g1sd] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ds-cart-summary-cta[b-tfin10g1sd] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ds-cart-total-card[b-tfin10g1sd] {
    background: #1A2030;
    border-radius: 14px;
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
    overflow: hidden;
}

.ds-cart-total-card[b-tfin10g1sd]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #8CC800;
}

.ds-cart-total-card[b-tfin10g1sd]::after {
    content: '';
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(140, 200, 0, 0.08);
}

.ds-cart-total-label[b-tfin10g1sd] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.ds-cart-total-value[b-tfin10g1sd] {
    color: #8CC800;
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1.1;
    position: relative;
    z-index: 1;
}

.ds-cart-total-meta[b-tfin10g1sd] {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.8rem;
    position: relative;
    z-index: 1;
}

.ds-cart-summary-secondary[b-tfin10g1sd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
}

.ds-cart-summary-secondary form[b-tfin10g1sd] {
    margin: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
    .ds-cart-summary-grid[b-tfin10g1sd] {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

@media (max-width: 700px) {
    .ds-cart-hero[b-tfin10g1sd] {
        padding: 40px 0;
    }

    .ds-cart-hero-meta[b-tfin10g1sd] {
        gap: 6px;
    }

    .ds-cart-hero-step .label[b-tfin10g1sd] {
        display: none;
    }

    .ds-cart-section[b-tfin10g1sd] {
        padding: 32px 0 56px;
    }

    .ds-cart-item[b-tfin10g1sd] {
        grid-template-columns: 88px 1fr;
        grid-template-rows: auto auto;
        gap: 16px 20px;
        padding: 20px;
    }

    .ds-cart-item-image[b-tfin10g1sd] {
        width: 88px;
        height: 88px;
        grid-row: span 2;
    }

    .ds-cart-item-actions[b-tfin10g1sd] {
        grid-column: 2;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        min-width: 0;
        height: auto;
        padding-top: 12px;
        border-top: 1px solid rgba(26, 32, 48, 0.06);
    }

    .ds-cart-summary-bottom[b-tfin10g1sd] {
        padding: 28px 24px;
    }

    .ds-cart-summary-secondary[b-tfin10g1sd] {
        flex-direction: column;
        align-items: stretch;
    }

    .ds-cart-summary-secondary form[b-tfin10g1sd] {
        width: 100%;
    }

    .ds-cart-empty[b-tfin10g1sd] {
        padding: 56px 24px;
    }
}
/* /Components/Shop/Checkout.razor.rz.scp.css */
/* ===== HERO ===== */
.ds-checkout-hero[b-u13q8fpapb] {
    background: linear-gradient(135deg, #1A2030 0%, #232a3d 100%);
    padding: 56px 0 64px;
    color: white;
    border-bottom: 4px solid #8CC800;
}

.ds-checkout-hero-inner[b-u13q8fpapb] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 32px;
    flex-wrap: wrap;
}

.ds-checkout-hero-meta[b-u13q8fpapb] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ds-checkout-hero-step[b-u13q8fpapb] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.45);
}

.ds-checkout-hero-step .num[b-u13q8fpapb] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.9rem;
}

.ds-checkout-hero-step .label[b-u13q8fpapb] {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ds-checkout-hero-step.is-active[b-u13q8fpapb] {
    color: white;
}

.ds-checkout-hero-step.is-active .num[b-u13q8fpapb] {
    background: #8CC800;
    color: #1A2030;
    border-color: #8CC800;
}

.ds-checkout-hero-step.is-done[b-u13q8fpapb] {
    color: rgba(255, 255, 255, 0.85);
}

.ds-checkout-hero-step.is-done .num[b-u13q8fpapb] {
    background: rgba(140, 200, 0, 0.2);
    color: #8CC800;
    border-color: #8CC800;
}

.ds-checkout-hero-divider[b-u13q8fpapb] {
    width: 28px;
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
}

/* ===== SECTION ===== */
.ds-checkout-section[b-u13q8fpapb] {
    background: #F4F6FA;
    padding: 56px 0 80px;
    min-height: 60vh;
}

.ds-checkout-empty[b-u13q8fpapb] {
    background: white;
    border-radius: 20px;
    padding: 64px 40px;
    text-align: center;
    border-top: 4px solid #8CC800;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ds-checkout-card[b-u13q8fpapb] {
    background: white;
    border-radius: 20px;
    padding: 16px 16px 24px;
    border-top: 4px solid #8CC800;
    box-shadow: 0 4px 16px rgba(26, 32, 48, 0.06);
    max-width: 720px;
    margin: 0 auto;
}

.ds-checkout-items[b-u13q8fpapb] {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ds-checkout-item[b-u13q8fpapb] {
    display: grid;
    grid-template-columns: 56px 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(26, 32, 48, 0.06);
}

.ds-checkout-item:last-child[b-u13q8fpapb] {
    border-bottom: none;
}

.ds-checkout-item-icon[b-u13q8fpapb] {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ds-checkout-item-body[b-u13q8fpapb] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.ds-checkout-item-category[b-u13q8fpapb] {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #8CC800;
}

.ds-checkout-item-name[b-u13q8fpapb] {
    color: #1A2030;
    font-weight: 700;
    line-height: 1.35;
}

.ds-checkout-item-price[b-u13q8fpapb] {
    color: #1A2030;
    font-weight: 800;
    white-space: nowrap;
}

.ds-checkout-divider[b-u13q8fpapb] {
    height: 1px;
    background: rgba(26, 32, 48, 0.08);
    margin: 24px 0 0;
}

.ds-checkout-totals[b-u13q8fpapb] {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
}

.ds-checkout-total-row[b-u13q8fpapb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    color: #555870;
    font-size: 0.95rem;
    border-bottom: 1px solid rgba(26, 32, 48, 0.05);
}

.ds-checkout-total-row strong[b-u13q8fpapb] {
    color: #1A2030;
    font-weight: 800;
}

.ds-checkout-total-row--final[b-u13q8fpapb] {
    border-bottom: none;
    margin-top: 4px;
    font-size: 1.1rem;
}

.ds-checkout-total-row--final strong[b-u13q8fpapb] {
    color: #8CC800;
    font-size: 1.6rem;
}

.ds-checkout-actions[b-u13q8fpapb] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 16px 16px 0;
    gap: 8px;
}

@media (max-width: 700px) {
    .ds-checkout-hero[b-u13q8fpapb] {
        padding: 40px 0;
    }

    .ds-checkout-hero-step .label[b-u13q8fpapb] {
        display: none;
    }

    .ds-checkout-section[b-u13q8fpapb] {
        padding: 32px 0 56px;
    }

    .ds-checkout-card[b-u13q8fpapb] {
        padding: 8px 8px 16px;
    }
}
/* /Components/Shop/MockEmailDialog.razor.rz.scp.css */
.mock-email-header[b-zawe8gfue1] {
    background: #1A2030;
    color: white;
    padding: 16px 20px;
    border-radius: 8px 8px 0 0;
}

.mock-email-header-field[b-zawe8gfue1] {
    font-size: 0.82rem;
    margin-bottom: 4px;
    opacity: 0.8;
}

.mock-email-header-subject[b-zawe8gfue1] {
    font-size: 1rem;
    font-weight: 700;
    margin-top: 8px;
}

.mock-email-iframe[b-zawe8gfue1] {
    width: 100%;
    min-height: 480px;
    border: 1px solid #E0E3EB;
    border-radius: 8px;
    background: #fff;
}
/* /Components/Shop/OrderConfirmation.razor.rz.scp.css */
/* ===== HERO ===== */
.ds-checkout-hero[b-neaq51enkc] {
    background: linear-gradient(135deg, #1A2030 0%, #232a3d 100%);
    padding: 56px 0 64px;
    color: white;
    border-bottom: 4px solid #8CC800;
}

.ds-checkout-hero-inner[b-neaq51enkc] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 32px;
    flex-wrap: wrap;
}

.ds-checkout-hero-meta[b-neaq51enkc] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ds-checkout-hero-step[b-neaq51enkc] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.45);
}

.ds-checkout-hero-step .num[b-neaq51enkc] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.9rem;
}

.ds-checkout-hero-step .label[b-neaq51enkc] {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ds-checkout-hero-step.is-active[b-neaq51enkc] {
    color: white;
}

.ds-checkout-hero-step.is-active .num[b-neaq51enkc] {
    background: #8CC800;
    color: #1A2030;
    border-color: #8CC800;
}

.ds-checkout-hero-step.is-done[b-neaq51enkc] {
    color: rgba(255, 255, 255, 0.85);
}

.ds-checkout-hero-step.is-done .num[b-neaq51enkc] {
    background: rgba(140, 200, 0, 0.2);
    color: #8CC800;
    border-color: #8CC800;
}

.ds-checkout-hero-divider[b-neaq51enkc] {
    width: 28px;
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
}

/* ===== SECTION ===== */
.ds-checkout-section[b-neaq51enkc] {
    background: #F4F6FA;
    padding: 56px 0 80px;
    min-height: 60vh;
}

.ds-checkout-empty[b-neaq51enkc] {
    background: white;
    border-radius: 20px;
    padding: 64px 40px;
    text-align: center;
    border-top: 4px solid #8CC800;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ds-checkout-card[b-neaq51enkc] {
    background: white;
    border-radius: 20px;
    padding: 16px 16px 24px;
    border-top: 4px solid #8CC800;
    box-shadow: 0 4px 16px rgba(26, 32, 48, 0.06);
    max-width: 720px;
    margin: 0 auto;
}

.ds-checkout-items[b-neaq51enkc] {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ds-checkout-item[b-neaq51enkc] {
    display: grid;
    grid-template-columns: 56px 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(26, 32, 48, 0.06);
}

.ds-checkout-item:last-child[b-neaq51enkc] {
    border-bottom: none;
}

.ds-checkout-item-icon[b-neaq51enkc] {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ds-checkout-item-body[b-neaq51enkc] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.ds-checkout-item-name[b-neaq51enkc] {
    color: #1A2030;
    font-weight: 700;
    line-height: 1.35;
}

.ds-checkout-item-price[b-neaq51enkc] {
    color: #1A2030;
    font-weight: 800;
    white-space: nowrap;
}

.ds-checkout-divider[b-neaq51enkc] {
    height: 1px;
    background: rgba(26, 32, 48, 0.08);
    margin: 24px 0 0;
}

.ds-checkout-totals[b-neaq51enkc] {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
}

.ds-checkout-total-row[b-neaq51enkc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    color: #555870;
    font-size: 0.95rem;
}

.ds-checkout-total-row strong[b-neaq51enkc] {
    color: #1A2030;
    font-weight: 800;
}

.ds-checkout-total-row--final strong[b-neaq51enkc] {
    color: #8CC800;
    font-size: 1.6rem;
}

.ds-checkout-actions[b-neaq51enkc] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 16px 16px 0;
}

/* ===== STATUS BANNER ===== */
.ds-confirm-status[b-neaq51enkc] {
    text-align: center;
    padding: 32px 16px 16px;
    border-radius: 12px;
}

.ds-confirm-status.is-completed[b-neaq51enkc] {
    color: #8CC800;
}

.ds-confirm-status.is-pending[b-neaq51enkc] {
    color: #f0a020;
}

.ds-confirm-status.is-cancelled[b-neaq51enkc] {
    color: #d32f2f;
}

@media (max-width: 700px) {
    .ds-checkout-hero[b-neaq51enkc] {
        padding: 40px 0;
    }

    .ds-checkout-hero-step .label[b-neaq51enkc] {
        display: none;
    }

    .ds-checkout-section[b-neaq51enkc] {
        padding: 32px 0 56px;
    }
}
