:root {
    --brand-bg: #0f2462;
    --brand-bg-dark: #172754;
    --brand-primary: #f4f4f7;
    --brand-muted: #9aa6c5;
    --brand-accent: #e6c27a;
    --card-radius: 22px;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
    color: var(--brand-primary);
}

/*body {*/
/*    background:*/
/*        radial-gradient(*/
/*            circle at 20% 0,*/
/*            rgba(230,194,122,0.18),*/
/*            transparent 25%*/
/*        ),*/
/*        radial-gradient(*/
/*            circle at 90% 100%,*/
/*            rgba(15,36,98,0.08),*/
/*            transparent 20%*/
/*        ),*/
/*        linear-gradient(*/
/*            180deg,*/
/*            #f7f5f0,*/
/*            #f1efe9*/
/*        );*/

/*}*/

.navbar {
    background: radial-gradient(circle at 25% 0, rgba(230, 194, 122, 0.24), transparent 55%),
    radial-gradient(circle at 90% 120%, rgba(230, 194, 122, 0.16), transparent 60%),
    linear-gradient(160deg, #1a2a5b, #0a1538 70%, #011d70);
    padding: .5rem 0;
    /*background: rgba(6,11,26,0.9);*/
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(148, 163, 184, 0.35);
    z-index: 2000;
}

.logo {
    max-width: 120px;
    height: auto;
    object-fit: cover;
}

.navbar-brand {
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 1rem;
    color: var(--brand-primary);
}

.navbar-expand-lg .navbar-nav {
    gap: 20px;
}

.nav-link {
    font-size: .95rem;
    text-transform: capitalize;
    letter-spacing: 0.06em;
    color: #fff !important;
}

.nav-link.active,
.nav-link:hover {
    color: #e6c27a !important;
}

.btn-outline-dark {
    border-radius: 999px;
    font-size: 0.9rem;
    padding: 0.45rem 1.3rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border: 1px solid rgba(148, 163, 184, 0.55);
    color: var(--brand-primary);
    background: transparent;
}

.btn-outline-dark:hover {
    background: rgba(15, 23, 42, 0.8);
    border-color: var(--brand-accent);
}


.btn-brand {
    background: linear-gradient(135deg, #f7df9b, #e6c27a, #d7ab59);
    color: #161616;
    border-radius: 999px;
    padding: 0.6rem 1.6rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border: none;
    text-decoration: none;
}

.btn-brand:hover {
    filter: brightness(1.08);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
    transform: translateY(-1px);
}

.hero {
    background: radial-gradient(circle at 25% 0, rgba(230, 194, 122, 0.24), transparent 55%),
    radial-gradient(circle at 90% 120%, rgba(230, 194, 122, 0.16), transparent 60%),
    linear-gradient(160deg, #1a2a5b, #0a1538 70%, #011d70);
    border-radius: 32px;
    padding: 3.5rem 2.5rem;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
    color: var(--brand-primary);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(6, 11, 26, 0.85);
    border-radius: 999px;
    padding: 0.3rem 0.9rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--brand-muted);
    margin-bottom: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.4);
}

.hero-badge span.dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--brand-accent);
}

.hero-title {
    font-size: clamp(2.1rem, 3vw, 2.8rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1rem;
    color: var(--brand-primary);
}

.herro_line_height span {
    padding-bottom: .65rem;
}
.hero-title span {
    background: linear-gradient(120deg, #f7df9b, #e6c27a, #d7ab59);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-text {
    font-size: 1rem;
    color: var(--brand-muted);
    max-width: 420px;
}

.hero-cta {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.hero-note {
    font-size: 0.85rem;
    color: var(--brand-muted);
}

.hero-image-wrapper {
    position: relative;
    display: inline-block;
}

.detail__product__img{
    max-height: 550px;
    object-fit: cover;
    width: 100%;
    border-radius: var(--card-radius);
}
.hero-image-main {
    border-radius: 28px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.7);
    max-width: 430px;
    width: 100%;
    object-fit: cover;
}

.hero-floating-card {
    position: absolute;
    right: -6%;
    bottom: -10%;
    background: rgba(6, 11, 26, 0.96);
    border-radius: 18px;
    padding: 0.8rem 1rem;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.75);
    font-size: 0.8rem;
    min-width: 180px;
    border: 1px solid rgba(148, 163, 184, 0.48);
    color: var(--brand-primary);
}
.mb_desktop{
    margin-bottom: 1rem;
}

.hero-floating-card strong {
    display: block;
    font-size: 0.85rem;
    margin-bottom: 0.25rem;
}

.hero-floating-card p {
    margin-top: 0 !important;
}

.section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.section-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
    color: var(--brand-bg-dark);
}

.section-subtitle {
    font-size: 0.95rem;
    color: var(--brand-muted);
    margin-bottom: 1.8rem;
}

.product-card {
    border-radius: var(--card-radius);
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s;
    /*background:*/
    /*    radial-gradient(circle at 25% 0, rgba(230,194,122,0.24), transparent 55%),*/
    /*    radial-gradient(circle at 90% 120%, rgba(230,194,122,0.16), transparent 60%),*/
    /*    linear-gradient(160deg, #060b1a, #0b132b 70%, #060b1a);*/
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.6);
    border-color: rgba(230, 194, 122, 0.7);
}

.product-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.product-body {
    padding: 1rem 1.2rem 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.product-name {
    font-size: 1rem;
    font-weight: 600;
    color: var(--brand-bg);
}

.product-body p {
    color: var(--brand-bg);
}

.product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.tag-pill {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    background: var(--brand-primary);
    color: var(--brand-muted);
    border: 1px solid rgba(148, 163, 184, 0.4);
}

.product-price {
    font-weight: 700;
    font-size: 1rem;
    color: var(--brand-accent);
}

.product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.4rem;
}

.btn-add {
    border-radius: 999px;
    border: none;
    font-size: 0.85rem;
    padding: 0.4rem 1rem;
    background: linear-gradient(135deg, #f7df9b, #e6c27a, #d7ab59);
    color: #161616;
}

.btn-add:hover {
    filter: brightness(1.06);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
}

.all__products {
    text-decoration: none;
    color: var(--brand-accent);
    text-transform: uppercase;
    font-size: .8rem;
}

.cta-section {
    margin: 3rem 0;
    padding: 4rem 2.4rem;
    border-radius: 24px;
    background: radial-gradient(circle at 25% 0, rgba(230, 194, 122, 0.24), transparent 55%),
    radial-gradient(circle at 90% 120%, rgba(230, 194, 122, 0.16), transparent 60%),
    linear-gradient(160deg, #1a2a5b, #0a1538 70%, #011d70);
    color: #f8f7f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    border: 1px solid rgba(148, 163, 184, 0.35);
}

.cta-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--brand-primary);
}

.cta-text {
    font-size: 0.95rem;
    color: var(--brand-muted);
}

.btn-cta {
    background: linear-gradient(135deg, #f7df9b, #e6c27a, #d7ab59);
    color: #161616;
    border-radius: 999px;
    padding: 0.6rem 1.8rem;
    border: none;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
}

.btn-cta:hover {
    filter: brightness(1.08);
}

footer {
    border-top: 1px solid rgba(148, 163, 184, 0.35);
    padding: 2rem 0 1.5rem;
    font-size: 0.9rem;
    background: radial-gradient(circle at 25% 0, rgba(230, 194, 122, 0.24), transparent 55%),
    radial-gradient(circle at 90% 120%, rgba(230, 194, 122, 0.16), transparent 60%),
    linear-gradient(160deg, #1a2a5b, #0a1538 70%, #011d70);
    color: var(--brand-muted);
}

.footer-brand {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--brand-primary);
}

.footer-links a {
    display: block;
    color: var(--brand-muted);
    text-decoration: none;
    margin-bottom: 0.35rem;
    font-size: 0.9rem;
}

.footer-links a:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(148, 163, 184, 0.3);
    margin-top: 1.5rem;
    padding-top: 1rem;
    font-size: 0.8rem;
    color: var(--brand-muted);
}

@media (max-width: 767px) {
    .hero {
        padding: 2.8rem 1.6rem 3rem;
    }

    .hero-image-main {
        max-width: 100%;
    }

    .hero-floating-card {
        right: 0;
        margin-bottom: 1rem;
    }
}


.filter-pill {
    border: 1px solid rgba(148, 163, 184, 0.5);
    background: var(--brand-primary);
    border-radius: 999px;
    padding: 0.35rem 0.9rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    color: var(--brand-muted);
}

.filter-pill:hover,
.filter-pill.active {
    background: linear-gradient(135deg, #f7df9b, #e6c27a, #d7ab59);
    color: #161616;
    border-color: transparent;
}

.notification-cookies {
    display: none;
    opacity: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70%;
    padding: 30px;
    background: radial-gradient(circle at 25% 0, rgba(230, 194, 122, 0.24), transparent 55%),
    radial-gradient(circle at 90% 120%, rgba(230, 194, 122, 0.16), transparent 60%),
    linear-gradient(160deg, #1a2a5b, #0a1538 70%, #011d70);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(148, 163, 184, 0.6);
    border-radius: 25px;
    z-index: 99;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
    color: #fff;
}

.notification-cookies .row {
    display: flex;
    align-items: center;
}

.href_color {
    color: var(--brand-accent);
    text-decoration: none;
}

.href_color:hover {
    color: #f7df9b;
}

@-webkit-keyframes slide {
    0% {
        bottom: 0;
        opacity: 0;
    }
    100% {
        bottom: 50px;
        opacity: 1;
    }
}

@keyframes slide {
    0% {
        bottom: 0;
        opacity: 0;
    }
    100% {
        bottom: 50px;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .notification-cookies {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .notification-cookies {
        width: 90%;
    }

    .notification-cookies button {
        margin-top: 1.5rem;
    }
}


.contact-card,
.contact-info-card {
    border-radius: var(--card-radius);
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: radial-gradient(circle at 25% 0, rgba(230, 194, 122, 0.24), transparent 55%),
    radial-gradient(circle at 90% 120%, rgba(230, 194, 122, 0.16), transparent 60%),
    linear-gradient(160deg, #1a2a5b, #0a1538 70%, #011d70);
    padding: 1.6rem 1.8rem;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.6);
    height: 100%;
    color: var(--brand-primary);
}

.contact-form .contact-label {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--brand-muted);
    margin-bottom: 0.2rem;
}

.contact-input,
.contact-textarea {
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.4);
    font-size: 0.9rem;
    padding: 0.55rem 0.9rem;
    background: rgba(6, 11, 26, 0.9);
    color: var(--brand-primary);
}

.contact-input::placeholder,
.contact-textarea::placeholder {
    color: var(--brand-muted);
}

.contact-input:focus,
.contact-textarea:focus {
    border-color: var(--brand-accent);
    box-shadow: 0 0 0 0.15rem rgba(230, 194, 122, 0.22);
    outline: none;
}

.contact-textarea {
    min-height: 140px;
    resize: vertical;
}

.contact-privacy {
    font-size: 0.85rem;
    color: var(--brand-muted);
}

.info-item {
    display: flex;
    gap: 0.9rem;
    margin-bottom: 0.9rem;
}

.info-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-accent);
    font-size: 0.9rem;
}

.contact-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-accent);
    font-size: 0.9rem;
}

.contact-icon {
    font-size: 25px;
}

.info-title {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.15rem;
    color: var(--brand-primary);
}

.info-text {
    font-size: 0.9rem;
    color: var(--brand-muted);
}

.info-text a {
    color: var(--brand-primary);
    text-decoration: none;
}

.info-text a:hover {
    text-decoration: underline;
}

.working-hours .hours-item {
    font-size: 0.9rem;
    color: var(--brand-muted);
}

.map-section {
    border-radius: var(--card-radius);
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: #101833;
    padding: 1.6rem 1.8rem 1.8rem;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.6);
}

.map-container {
    border-radius: 20px;
    overflow: hidden;
    height: 380px;
}

@media (max-width: 767px) {
    .contact-card,
    .contact-info-card,
    .map-section {
        padding: 1.3rem 1.3rem 1.5rem;
    }

    .map-container {
        height: 320px;
    }
}


.checkout-card {
    border-radius: var(--card-radius);
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: radial-gradient(circle at 25% 0, rgba(230, 194, 122, 0.24), transparent 55%),
    radial-gradient(circle at 90% 120%, rgba(230, 194, 122, 0.16), transparent 60%),
    linear-gradient(160deg, #1a2a5b, #0a1538 70%, #011d70);
    padding: 1.6rem 1.8rem;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.6);
    color: var(--brand-primary);
}

.cart-item-row {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.35);
}

.cart-item-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 14px;
}

.cart-item-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.cart-item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: .5rem;
}

.cart-item-title {
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0;
    color: var(--brand-primary);
}

.cart-remove-form {
    margin: 0;
}

.cart-remove-btn {
    border: none;
    background: transparent;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
    color: #6b7280;
}

.cart-remove-btn:hover {
    color: #e5e7eb;
}

.cart-item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .25rem;
    gap: 1rem;
}

.cart-item-prices {
    display: flex;
    align-items: baseline;
    gap: .4rem;
}

.cart-price-old {
    text-decoration: line-through;
    font-size: 0.85rem;
    color: #6b7280;
}

.cart-price-new {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--brand-accent);
}

.cart-qty-wrapper {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    background: rgba(15, 23, 42, 0.9);
    border-radius: 999px;
    padding: 0.15rem 0.4rem;
}

.qty-btn {
    border: none;
    background: transparent;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
    color: #e5e7eb;
}

.qty-btn:hover {
    background: rgba(30, 64, 175, 0.7);
}

.cart-qty-display {
    min-width: 24px;
    text-align: center;
    font-size: 0.9rem;
    color: var(--brand-primary);
}

.cart-total-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.9rem;
    margin-top: 0.9rem;
    font-size: 0.95rem;
    color: var(--brand-primary);
}

.checkout-label {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--brand-muted);
    margin-bottom: 0.2rem;
}

.checkout-input,
.checkout-textarea {
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.4);
    font-size: 0.9rem;
    padding: 0.55rem 0.9rem;
    background: rgba(6, 11, 26, 0.9);
    color: var(--brand-primary);
}

.checkout-input::placeholder,
.checkout-textarea::placeholder {
    color: var(--brand-muted);
}

.checkout-input:focus,
.checkout-textarea:focus {
    border-color: var(--brand-accent);
    box-shadow: 0 0 0 0.15rem rgba(230, 194, 122, 0.22);
    outline: none;
}

.checkout-textarea {
    min-height: 110px;
    resize: vertical;
}

.delivery-options {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.delivery-option {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
    cursor: pointer;
}

.delivery-option input[type="radio"] {
    margin-top: 3px;
}

.delivery-option-body {
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    padding: 0.6rem 0.8rem;
    width: 100%;
    transition: border-color 0.15s ease, background-color 0.15s ease;
    background: rgba(6, 11, 26, 0.9);
}

.delivery-option:hover .delivery-option-body {
    border-color: var(--brand-accent);
    background: rgba(15, 23, 42, 0.95);
}

.delivery-title {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.1rem;
    color: var(--brand-primary);
}

.delivery-subtitle {
    font-size: 0.8rem;
    color: var(--brand-muted);
}

@media (max-width: 767px) {
    .checkout-card {
        padding: 1.3rem 1.3rem 1.5rem;
    }
}

.product-detail-gallery {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.product-main-image-wrapper {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.7);
    background: #020617;
}

.product-main-image {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
}

.product-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.thumb-btn {
    border: none;
    padding: 0;
    border-radius: 16px;
    overflow: hidden;
    background: transparent;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.thumb-btn img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    display: block;
}

.thumb-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}


.product-detail-price {
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
}

.price-old {
    font-size: 0.95rem;
    text-decoration: line-through;
    color: #6b7280;
}

.price-new {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--brand-accent);
}

.product-detail-section .product-detail-card {
    border-radius: var(--card-radius);
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: radial-gradient(circle at 25% 0, rgba(230, 194, 122, 0.24), transparent 55%),
    radial-gradient(circle at 90% 120%, rgba(230, 194, 122, 0.16), transparent 60%),
    linear-gradient(160deg, #1a2a5b, #0a1538 70%, #011d70);
    padding: 1.6rem 1.8rem;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.6);
}

.product-includes-list {
    padding-left: 1.1rem;
    margin-bottom: 0;
}

.product-includes-list li {
    font-size: 0.9rem;
    color: var(--brand-primary);
    margin-bottom: 0.25rem;
}

.product-description {
    font-size: 0.9rem;
    color: var(--brand-muted);
}

@media (max-width: 767px) {
    .product-main-image {
        height: 260px;
    }

    .product-detail-section .product-detail-card {
        padding: 1.3rem 1.3rem 1.5rem;
    }
}

.btn-lang {
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.5);
    background: rgba(15, 23, 42, 0.9);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.35rem 0.9rem;
    color: var(--brand-primary);
}

.btn-lang:hover {
    background: rgba(15, 23, 42, 1);
    border-color: var(--brand-accent);
}

.language-switcher .dropdown-menu {
    border-radius: 16px;
    font-size: 0.85rem;
    min-width: 180px;
    padding: 0.4rem 0;
    border: 1px solid rgba(148, 163, 184, 0.4);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.7);
    background: #020617;
}

.language-switcher .dropdown-item {
    padding: 0.35rem 0.9rem;
    color: var(--brand-muted);
}

.language-switcher .dropdown-item.active,
.language-switcher .dropdown-item:hover {
    background: rgba(15, 23, 42, 0.9);
    color: var(--brand-primary);
    font-weight: 600;
}

.btn-lang,
.btn-cart {
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.5);
    background: rgba(6, 11, 26, 0.9);
    padding: 0.35rem 0.9rem 0.35rem 0.8rem;
    font-size: 0.85rem;
    text-decoration: none;
    color: var(--brand-primary);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.55);
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.btn-lang:hover,
.btn-cart:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.7);
    border-color: var(--brand-accent);
    color: var(--brand-primary);
}

.terms_url {
    color: #e6c27a
}

.terms_title {
    font-size: 14px;
}

.terms_url:hover {
    color: white
}

.btn-cart i {
    font-size: 0.95rem;
}

.cart-count {
    background: #d21f3c;
    color: #ffffff;
    font-size: 0.7rem;
    min-width: 18px;
    min-height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.25rem;
    border-radius: 999px;
}

@media (max-width: 767px) {
    .cart-label {
        display: none !important;
    }
}


.auth-section {
    /*background: var(--brand-bg);*/
    padding: 5rem 0 5.5rem;
}

.auth-card {
    background: #101833;
    border-radius: 28px;
    padding: 2.5rem 2.5rem 2.8rem;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(148, 163, 184, 0.35);
    color: var(--brand-primary);
}


.brand-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 1.5rem;
}

.brand-logo-icon {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #020617;
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.7);
}

.brand-logo-icon i {
    font-size: 1.2rem;
    color: var(--brand-accent);
}

.brand-title {
    font-size: 1.4rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin: 0;
    color: var(--brand-primary);
}

.brand-subtitle {
    font-size: 0.9rem;
    color: var(--brand-muted);
    margin: 0;
}

.gold-gradient {
    background: linear-gradient(120deg, #f7df9b, #e6c27a, #d7ab59);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.cinzel-font {
    font-family: "Cinzel", serif;
}

.auth-form {
    margin-top: 0.5rem;
}

.auth__title {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-bottom: 1.2rem;
    color: var(--brand-primary);
}

.auth-alert {
    border-radius: 999px;
    border: none;
    font-size: 0.8rem;
    padding: 0.5rem 0.9rem;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.auth-alert i {
    font-size: 0.9rem;
}

.auth-alert.alert-danger {
    background: rgba(220, 53, 69, 0.06);
    color: #fca5a5;
}

.auth-alert.auth-alert--success {
    background: rgba(22, 163, 74, 0.1);
    color: #bbf7d0;
}

.form__inputs {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.form__input {
    margin-bottom: 1.1rem;
    display: flex;
    flex-direction: column-reverse;
    gap: 0.35rem;
    text-align: left;
}

.form__input input {
    width: 100%;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.5);
    background: rgba(6, 11, 26, 0.95);
    padding: 0.8rem 1.1rem;
    font-size: 0.9rem;
    outline: none;
    color: var(--brand-primary);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.form__input input::placeholder {
    color: var(--brand-muted);
    font-size: 0.85rem;
}

.form__input input:focus {
    border-color: var(--brand-accent);
    background: #020617;
    box-shadow: 0 0 0 3px rgba(230, 194, 122, 0.25);
}

.form__input label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--brand-muted);
    margin-left: 0.1rem;
}

.form__input label i {
    color: var(--brand-accent);
}


.btn-reset {
    border: none;
    background: none;
    padding: 0;
}

.auth__btn,
.auth__verify-btn {
    width: 100%;
    border-radius: 999px;
    padding: 0.75rem 1.4rem;
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease, opacity 0.2s;
}

.auth__btn {
    background: linear-gradient(135deg, #f7df9b, #e6c27a, #d7ab59);
    color: #161616;
    margin-top: 0.3rem;
}

.auth__verify-btn {
    background: rgba(15, 23, 42, 0.95);
    color: var(--brand-primary);
    margin-top: 0.6rem;
    border: 1px solid rgba(148, 163, 184, 0.5);
}

.auth__btn:hover,
.auth__verify-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.7);
}

.auth__btn:active,
.auth__verify-btn:active {
    transform: translateY(0);
    box-shadow: none;
}


.auth-helper-text {
    font-size: 0.8rem;
    color: var(--brand-muted);
}

.loading {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-top-color: #ffffff;
    animation: spin 0.7s linear infinite;
    margin-right: 6px;
    vertical-align: -2px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


@media (max-width: 767px) {
    .auth-card {
        padding: 2rem 1.6rem 2.2rem;
        border-radius: 24px;
    }

    .auth-section {
        padding: 3.5rem 0 4rem;
    }

    .language-switcher .dropdown-menu {
    left: 0;
    }

}
.terms-hero {
    background: radial-gradient(circle at 25% 0, rgba(230, 194, 122, 0.24), transparent 55%),
    radial-gradient(circle at 90% 120%, rgba(230, 194, 122, 0.16), transparent 60%),
    linear-gradient(160deg, #1a2a5b, #0a1538 70%, #011d70);
    padding: 4.5rem 0 3.5rem;
    border-radius: 32px;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

.terms-hero::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle at center,
    rgba(230, 194, 122, 0.35),
    rgba(230, 194, 122, 0));
    top: -40px;
    right: -40px;
    pointer-events: none;
}

.terms-hero h1 {
    font-size: clamp(2rem, 3vw, 2.6rem);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin: 0;
}

.pink-gradient {
    background: linear-gradient(120deg, #f7df9b, #e6c27a, #d7ab59);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.terms-content {
    padding-bottom: 4rem;
}

.terms-card {
    background: radial-gradient(circle at 25% 0, rgba(230, 194, 122, 0.24), transparent 55%),
    radial-gradient(circle at 90% 120%, rgba(230, 194, 122, 0.16), transparent 60%),
    linear-gradient(160deg, #1a2a5b, #0a1538 70%, #011d70);
    border-radius: 28px;
    padding: 2.5rem 2.4rem 2.8rem;
    border: 1px solid rgba(148, 163, 184, 0.4);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.7);
}


.terms-section + .terms-section {
    border-top: 1px solid rgba(148, 163, 184, 0.3);
    margin-top: 2rem;
    padding-top: 2rem;
}

.terms-section h3 {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-bottom: 0.85rem;
    color: var(--brand-primary);
}

.terms-body {
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--brand-primary);
}

.terms-body p {
    margin-bottom: 0.9rem;
    color: var(--brand-muted);
}

.terms-body strong {
    color: var(--brand-primary);
    font-weight: 600;
}

.terms-body a {
    color: var(--brand-accent);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.terms-body a:hover {
    text-decoration-thickness: 2px;
}

.terms-body ul,
.terms-body ol {
    padding-left: 1.3rem;
    margin-bottom: 1rem;
}

.terms-body li {
    margin-bottom: 0.4rem;
    color: var(--brand-muted);
}


.last-updated {
    margin-top: 2.2rem;
    padding-top: 1.4rem;
    border-top: 1px dashed rgba(148, 163, 184, 0.4);
    font-size: 0.85rem;
    color: var(--brand-muted);
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.last-updated i {
    color: var(--brand-accent);
}

@media (max-width: 991.98px) {
    .terms-hero {
        border-radius: 24px;
        padding: 3.5rem 0 2.8rem;
    }

    .terms-card {
        padding: 2rem 1.6rem 2.3rem;
        border-radius: 22px;
    }
}

@media (max-width: 575.98px) {
    .terms-hero {
        margin-top: 1rem;
        margin-bottom: 1.5rem;
    }

    .terms-section + .terms-section {
        margin-top: 1.5rem;
        padding-top: 1.5rem;
    }
}

.href_url {
    all: unset;
}

.footer_social {
    text-decoration: none;
    color: var(--brand-muted);
}

.footer_social i {
    margin: .2rem;
    font-size: 20px;
}

.footer_social:hover {
    color: var(--brand-primary);
}

.cart-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(3px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.cart-modal.show {
    display: flex;
}

.cart-modal-content {
    background: #101833;
    padding: 30px;
    border-radius: 14px;
    width: 500px;
    /*width: 90%;*/
    text-align: center;
    animation: modalFade .3s ease-out;
    color: var(--brand-primary);
    border: 1px solid rgba(148, 163, 184, 0.45);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.75);
}

@keyframes modalFade {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn-modal-primary {
    background: linear-gradient(135deg, #f7df9b, #e6c27a, #d7ab59);
    color: #161616;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
    margin-right: 10px;
    display: inline-block;
}

.btn-modal-secondary {
    background: rgba(15, 23, 42, 0.95);
    border: 1px solid rgba(148, 163, 184, 0.5);
    padding: 10px 18px;
    border-radius: 8px;
    cursor: pointer;
    color: var(--brand-primary);
}

.btn-modal-secondary:hover {
    background: rgba(15, 23, 42, 1);
}

.text-muted {
    color: white !important;
}

.faq_img {
    max-width: 70%;
}

.cart__block {
    margin-top: .5rem
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.navbar-toggler {
    background-color: white;
}

#faq {
    position: relative;
    padding: 4rem 0;
}

.faq-section {
    background: radial-gradient(circle at 10% 0, rgba(230, 194, 122, 0.08), transparent 40%),
    radial-gradient(circle at 90% 100%, rgba(230, 194, 122, 0.06), transparent 45%),
    linear-gradient(180deg, #0a1538, #060b1a);
}

#faq .section-title {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

#faq .section-subtitle {
    color: var(--brand-muted);
    max-width: 620px;
    line-height: 1.7;
}

.accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: transparent;
    --bs-accordion-btn-bg: transparent;
    --bs-accordion-btn-color: var(--brand-primary);
    --bs-accordion-active-bg: transparent;
    --bs-accordion-active-color: var(--brand-accent);
}

.accordion-item {
    background: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(12px);
    border-radius: var(--card-radius);
    margin-bottom: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    overflow: hidden;
    transition: all .3s ease;
}

.accordion-item:hover {
    border-color: rgba(230, 194, 122, 0.45);
    transform: translateY(-2px);
}

.accordion-button {
    padding: 1.4rem 1.6rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    background: transparent;
    box-shadow: none;
}

.accordion-button::after {
    background-size: 1.2rem;
    filter: brightness(1.2);
}

.accordion-button:not(.collapsed) {
    color: var(--brand-accent);
}

.accordion-button i {
    color: var(--brand-accent);
    font-size: 1.1rem;
}

.accordion-body {
    padding: 0 1.6rem 1.6rem;
    color: var(--brand-muted);
    line-height: 1.8;
    font-size: .95rem;
}

.accordion-collapse {
    transition: all .35s ease;
}

.accordion-button:not(.collapsed)::after {
    color: white !important;
}

.accordion-button:focus {
    box-shadow: none;
}


.product-block {
    /*background: rgba(84, 89, 137, 0.8);*/
    background: rgba(26, 42, 91, 0.66);
    border-radius: 26px;
    padding: 1.6rem;
    transition: all .35s ease;
}

.product-block:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.18);
}

.product-media {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
}

.product-media img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform .6s ease;
}

.product-block:hover img {
    transform: scale(1.04);
}

.product-content {
    display: flex;
    flex-direction: column;
    gap: .6rem;
    height: 120px;
}

.product-title {
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: .03em;
    color: var(--brand-primary);
}

.product-excerpt {
    font-size: .9rem;
    line-height: 1.6;
    color: var(--brand-muted);
}

.product-meta {
    margin-top: .8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-price {
    font-size: 1rem;
    font-weight: 500;
    color: var(--brand-primary);
}

.product-cta {
    border: none;
    background: transparent;
    color: var(--brand-accent);
    font-size: .8rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: .3rem .6rem;
    transition: all .25s ease;
}

.product-cta:hover {
    opacity: .75;
    transform: translateX(3px);
}

.product__details__title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1rem;
    color: var(--brand-primary);
}


.error-hero {
    background: radial-gradient(circle at 25% 0, rgba(230, 194, 122, 0.18), transparent 55%),
    radial-gradient(circle at 90% 120%, rgba(230, 194, 122, 0.12), transparent 60%),
    linear-gradient(160deg, #1a2a5b, #0a1538 70%, #011d70);
    min-height: calc(100vh - 86px);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    position: relative;
    overflow: hidden;
}

.error-bg-orbs .orb {
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    filter: blur(50px);
    opacity: .55;
    transform: translateZ(0);
    animation: floaty 10s ease-in-out infinite;
    pointer-events: none;
}

.error-bg-orbs .orb-1 {
    left: -180px;
    top: -160px;
    background: rgba(230, 194, 122, 0.35);
}

.error-bg-orbs .orb-2 {
    right: -220px;
    bottom: -220px;
    background: rgba(255, 255, 255, 0.10);
    animation-delay: -2s;
}

.error-bg-orbs .orb-3 {
    right: 10%;
    top: 18%;
    width: 320px;
    height: 320px;
    background: rgba(230, 194, 122, 0.18);
    animation-delay: -4s;
}

@keyframes floaty {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(18px);
    }
}

.error-card {
    border-radius: 28px;
    padding: 2.2rem 2rem;
    background: rgba(2, 6, 23, 0.55);
    border: 1px solid rgba(148, 163, 184, 0.30);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(14px);
}

.error-badge {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .45rem .9rem;
    border-radius: 999px;
    border: 1px solid rgba(230, 194, 122, 0.35);
    background: rgba(230, 194, 122, 0.10);
    color: #f7df9b;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: .78rem;
    margin-bottom: 1rem;
}

.error-badge .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f7df9b;
    box-shadow: 0 0 20px rgba(230, 194, 122, .85);
}

.error-title {
    font-size: clamp(1.6rem, 2.4vw, 2.2rem);
    margin-bottom: .6rem;
    color: #fff;
}

.error-subtitle {
    color: rgba(226, 232, 240, 0.82);
    font-size: 1rem;
    line-height: 1.65;
    margin-bottom: 1.6rem;
}

.error-actions {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
}

.btn-outline-light {
    border-radius: 999px;
    padding: 0.6rem 1.6rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border: 1px solid rgba(148, 163, 184, 0.55);
    color: #fff;
    background: transparent;
    text-decoration: none;
}

.btn-outline-light:hover {
    border-color: rgba(230, 194, 122, 0.75);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
    transform: translateY(-1px);
}

.error-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(230, 194, 122, 0.45), transparent);
    margin: 1.8rem 0 1.2rem;
}

.error-help {
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
    justify-content: space-between;
}

.error-help .help-item {
    min-width: 220px;
}

.error-help .label {
    display: block;
    color: rgba(148, 163, 184, 0.9);
    font-size: .82rem;
    margin-bottom: .2rem;
}

.error-help .value {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px dashed rgba(230, 194, 122, 0.45);
}

.error-help .value:hover {
    color: #f7df9b;
}

.error-footnote .muted {
    color: rgba(148, 163, 184, 0.75);
    font-size: .9rem;
}

.corp-wrap {
    padding: 2rem 0 0rem;
    color: #f4f4f7;
}

.corp-hero {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 2rem;
    align-items: stretch;
    background: radial-gradient(circle at 25% 0, rgba(230, 194, 122, 0.18), transparent 55%),
    radial-gradient(circle at 90% 120%, rgba(230, 194, 122, 0.12), transparent 60%),
    linear-gradient(160deg, #1a2a5b, #0a1538 70%, #011d70);
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 28px;
    padding: 2rem;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

@media (max-width: 992px) {
    .corp-hero {
        grid-template-columns: 1fr;
    }
}

.corp-pill {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .35rem .75rem;
    border-radius: 999px;
    background: rgba(230, 194, 122, 0.14);
    border: 1px solid rgba(230, 194, 122, 0.35);
    color: #f7df9b;
    font-size: .85rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.corp-title {
    margin: .9rem 0 .6rem;
    font-size: clamp(2rem, 3vw, 2.6rem);
    font-weight: 800;
    letter-spacing: .02em;
}

.corp-subtitle {
    color: rgba(244, 244, 247, 0.75);
    max-width: 48ch;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.corp-actions {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
    margin-bottom: 1.4rem;
}

.corp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .7rem 1.2rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-size: .85rem;
    transition: .2s ease;
}

.corp-btn--primary {
    background: linear-gradient(135deg, #f7df9b, #e6c27a, #d7ab59);
    color: #161616;
    border: none;
}

.corp-btn--primary:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
}

.corp-btn--ghost {
    border: 1px solid rgba(148, 163, 184, 0.55);
    color: #f4f4f7;
    background:radial-gradient(circle at 25% 0, rgba(230, 194, 122, 0.18), transparent 55%),
    radial-gradient(circle at 90% 120%, rgba(230, 194, 122, 0.12), transparent 60%),
    linear-gradient(160deg, #1a2a5b, #0a1538 70%, #011d70);
}

.corp-btn--ghost:hover {
    border-color: rgba(230, 194, 122, 0.65);
    transform: translateY(-1px);
}

.corp-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
}

@media (max-width: 576px) {
    .corp-stats {
        grid-template-columns: 1fr;
    }
}

.corp-stat {
    background: rgba(2, 6, 23, 0.35);
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 16px;
    padding: .9rem .9rem;
}

.corp-stat strong {
    display: block;
    font-size: .95rem;
}

.corp-stat span {
    color: rgba(244, 244, 247, 0.65);
    font-size: .85rem;
}

.corp-img {
    height: 100%;
    min-height: 260px;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: rgba(2, 6, 23, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
}

.corp-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.corp-img--placeholder::before {
    content: "Adaugă o imagine (assets/images/corporate-box.jpg)";
    color: rgba(244, 244, 247, 0.65);
    font-size: .9rem;
    padding: 1rem;
    text-align: center;
}

.corp-img__badge {
    position: absolute;
    left: 14px;
    bottom: 14px;
    padding: .45rem .7rem;
    border-radius: 999px;
    background: rgba(2, 6, 23, 0.75);
    border: 1px solid rgba(230, 194, 122, 0.35);
    color: #f7df9b;
    font-size: .85rem;
    display: flex;
    gap: .5rem;
    align-items: center;
}

img__badge span img {
    width: 25px;
}

.corp-grid {
    margin-top: 1.25rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

@media (max-width: 992px) {
    .corp-grid {
        grid-template-columns: 1fr;
    }
}

.corp-card {
    background: radial-gradient(circle at 25% 0, rgba(230, 194, 122, 0.18), transparent 55%),
    radial-gradient(circle at 90% 120%, rgba(230, 194, 122, 0.12), transparent 60%),
    linear-gradient(160deg, #1a2a5b, #0a1538 70%, #011d70);
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 22px;
    padding: 1.2rem 1.2rem;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.20);
}

.corp-card h3 {
    font-size: 1.05rem;
    margin: 0 0 .5rem;
    color: white;
}

.corp-card p {
    margin: 0;
    color: rgba(244, 244, 247, 0.70);
    line-height: 1.6;
    font-size: .92rem;
}

.corp-section {
    margin-top: 2rem;
    background: radial-gradient(circle at 25% 0, rgba(230, 194, 122, 0.18), transparent 55%),
    radial-gradient(circle at 90% 120%, rgba(230, 194, 122, 0.12), transparent 60%),
    linear-gradient(160deg, #1a2a5b, #0a1538 70%, #011d70);
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 28px;
    padding: 1.6rem;
}

.corp-section__head {
    text-align: center;
    margin-bottom: 1.2rem;
}

.corp-section__head h2 {
    margin: 0 0 .35rem;
    font-weight: 800;
}

.corp-section__head p {
    margin: 0;
    color: rgba(244, 244, 247, 0.70);
}

.corp-list-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

@media (max-width: 768px) {
    .corp-list-grid {
        grid-template-columns: 1fr;
    }
}

.corp-list li {
    position: relative;
    padding-left: 34px;
    list-style: none;
    margin-bottom: .75rem;
}

.corp-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    /*border-radius: 50%;*/
    /*background: rgba(255,255,255,0.12);*/
    /*border: 1px solid rgba(255,255,255,0.35);*/
    color: #fff;
    font-weight: 700;
    font-size: 14px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.corp-list li:last-child {
    border-bottom: 0;
}

.corp-list span {
    width: 22px;
    display: inline-flex;
    justify-content: center;
}


.corp-light-section {
    padding: 2rem 0;
    background: #f8f9fc;
    color: #0f172a;
}

.section-head {
    text-align: center;
    margin-bottom: 2rem;
}

.review-card {
    background: #fff;
    border-radius: 18px;
    padding: 2rem;
    /*box-shadow: 0 10px 30px rgba(0,0,0,.08);*/
    max-width: 600px;
    margin: 0 auto;
    min-height: 300px;
}

.review-card p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.review-card strong {
    display: block;
    font-weight: 700;
}

.review-card span {
    font-size: .9rem;
    color: #64748b;
}

.partners-wrap {
    position: relative;
    padding: 15px 44px;
}

.partner-logo {
    height: 76px;
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    /*background: rgba(158, 172, 232, 0.15);*/
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    transition: .2s ease;
    margin-top: 1rem;
}

.partner-logo:hover {
    border-color: rgba(230, 194, 122, 0.55);
    transform: translateY(-1px);
}

.partner-logo img {
    max-height: 44px;
    max-width: 100%;
    object-fit: contain;
    display: block;
    filter: brightness(1.03);
}

.partners-prev, .partners-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(230, 194, 122, 0.55);
    background: rgba(2, 6, 23, 0.30);
    color: #f7df9b;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: .2s ease;
    z-index: 5;
}

.partners-prev:hover, .partners-next:hover {
    filter: brightness(1.06);
    transform: translateY(-50%) scale(1.03);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .35);
}

.partners-prev {
    left: 0;
}

.partners-next {
    right: 0;
}

@media (max-width: 576px) {
    .partners-wrap {
        padding: 10px 38px;
    }

    .partner-logo {
        height: 64px;
        border-radius: 14px;
    }

    .partner-logo img {
        max-height: 38px;
    }
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

@media (max-width: 768px) {
    .steps-grid {
        grid-template-columns: 1fr;
    }
}

.step-card {
    background: #fff;
    padding: 1rem;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
}

.box-types-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

@media (max-width: 992px) {
    .box-types-grid {
        grid-template-columns: 1fr;
    }
}

.box-type {
    background: #fff;
    border-radius: 22px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .1);
}

.box-icon {
    font-size: 2rem;
    margin-bottom: .5rem;
}

.box-icon img {
    width: 50px;
}

.box-type strong {
    display: block;
    margin: .75rem 0;
}

.box-btn {
    display: inline-block;
    margin-top: 1rem;
    padding: .6rem 1.4rem;
    border-radius: 999px;
    background: #0f172a;
    color: #fff;
    text-decoration: none;
}

.box-type.featured {
    transform: scale(1.05);
    border: 2px solid #e6c27a;
}

.box-type:hover {
    transform: scale(1.025);
    border: 1px solid #e6c27a;
    transition: .25s;
}

.who_icon {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.steps_img {
    width: 100%;
    /*max-width: 450px;*/
    object-fit: cover;
    border-radius: var(--card-radius);
}

.corp-img__badge.banner_icon {
    width: 25px !important;
}

/* Steps section layout polish */
.corp-light-section .section-head h2 {
    margin-bottom: 1rem;
}

.corp-img--steps {
    min-height: 380px;
}

/* Steps list */
.corp-steps {
    margin-top: .75rem;
    display: flex;
    flex-direction: column;
    gap: .85rem;
    position: relative;
}

/* Step card */
.corp-step-card {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: .85rem;
    align-items: flex-start;

    background: rgba(2, 6, 23, 0.35);
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 18px;
    padding: 1rem 1rem;

    box-shadow: 0 16px 40px rgba(0, 0, 0, .18);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    position: relative;
    overflow: hidden;
}

.corp-step-card::before {
    content: "";
    position: absolute;
    inset: -2px;
    background: radial-gradient(circle at 25% 0, rgba(230, 194, 122, 0.18), transparent 55%),
    radial-gradient(circle at 90% 120%, rgba(230, 194, 122, 0.12), transparent 60%),
    linear-gradient(160deg, #1a2a5b, #0a1538 70%, #011d70);
    opacity: .9;
    pointer-events: none;
}

.corp-step-card:hover {
    transform: translateY(-2px);
    border-color: rgba(230, 194, 122, 0.55);
    box-shadow: 0 22px 55px rgba(0, 0, 0, .28);
}

/* Number bubble with gold gradient */
.corp-step-num {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-weight: 700;
    color: #fff;
    /*color: #161616;*/

    background: linear-gradient(135deg, #f7df9b, #e6c27a, #d7ab59);
    box-shadow: 0 10px 26px rgba(0, 0, 0, .28);
    position: relative;
    z-index: 1;
}

.corp-step-content {
    position: relative;
    z-index: 1;
}

.corp-step-title {
    font-size: 1rem;
    color: #fff;
    line-height: 1.35;
}

.corp-step-text {
    margin-top: .35rem;
    color: rgba(244, 244, 247, 0.72);
    font-size: .92rem;
    line-height: 1.55;
}

/* Reveal animation */
.js-reveal {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .65s ease, transform .65s ease;
    transition-delay: var(--d, 0ms);
}

.js-reveal.is-visible {
    opacity: 1;
    margin-bottom: 1rem;
    transform: translateY(0);
}

@media (max-width: 992px) {
    .corp-img--steps {
        min-height: 260px;
        margin-bottom: 1rem;
    }
}

@media (max-width: 576px) {
    .corp-step-card {
        grid-template-columns: 44px 1fr;
        padding: .9rem;
    }

    .corp-step-num {
        width: 38px;
        height: 38px;
        font-size: .95rem;
    }
}

.review-stars {
    max-width: 120px;
    height: auto;
    object-fit: cover;
}

@media (max-width: 767px) {
    .corp-title {
        font-size: 1.6rem;
    }

    .partners-prev, .partners-next {
        width: 30px;
        height: 30px;
    }
}

.product-price {
    display: inline-grid;
    align-items: center;
}

.price-old {
    text-decoration: line-through;
    color: #9ca3af;
    font-size: 12px;
}

.price-new {
    font-weight: 600;
    font-size: 16px;
}

.product_href {
    all: unset;
    cursor: pointer;
}

.product-actions {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.product-cta--view {
    opacity: .85;
    text-decoration: none;
}

.product-cta--view:hover {
    opacity: 1;
    transform: translateX(3px);
}

.product-cta--view {
    color: var(--brand-accent);
}

.product-cta--view:hover {
    color: var(--brand-accent);
}

.corp-hero-slider {
    width: 100%;
    height: 100%;
}

.corp-hero-slider .swiper-slide img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    display: block;
}

.corp-hero-prev, .corp-hero-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(230, 194, 122, 0.55);
    background: rgba(2, 6, 23, 0.65);
    color: #f7df9b;
    display: grid;
    place-items: center;
    cursor: pointer;
    z-index: 5;
    transition: .2s ease;
}

.corp-hero-prev:hover, .corp-hero-next:hover {
    filter: brightness(1.06);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .35);
}

.corp-hero-prev {
    left: 12px;
}

.corp-hero-next {
    right: 12px;
}

.corp-img {
    overflow: hidden;
}

.corp-hero-slider{
    width: 100%;
    height: 100%;
    min-width: 0;
}

.corp-hero-slider .swiper-wrapper{
    width: 100%;
}

.corp-hero-slider .swiper-slide{
    width: 100% !important;
}

.corp-hero-slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.select__label{
    color: var(--brand-bg);
}

.hr_height {
    position: relative;
    border-top: 2px solid transparent;
}

.hr_height::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: .35;
    background: linear-gradient(135deg, #f7df9b, #e6c27a, #d7ab59);
}
/* Label */
.select__label{
    color: rgba(255,255,255,0.85);
    font-weight: 600;
    letter-spacing: 0.02em;
}

/* Wrapper for custom arrow */
.select-wrap{
    position: relative;
}

/* Custom arrow (gold) */
.select-wrap::after{
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid rgba(230, 194, 122, 0.95);
    border-bottom: 2px solid rgba(230, 194, 122, 0.95);
    pointer-events: none;
    opacity: .95;
}

.form-select.select-glass{
    background:radial-gradient(circle at 25% 0, rgba(230, 194, 122, 0.18), transparent 55%),
    radial-gradient(circle at 90% 120%, rgba(230, 194, 122, 0.12), transparent 60%),
    linear-gradient(160deg, #1a2a5b, #0a1538 70%, #011d70);
    border: 1px solid rgba(148, 163, 184, 0.45);
    color: rgba(255,255,255,0.92);
    border-radius: 999px;
    padding: 0.65rem 2.35rem 0.65rem 1rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.28);
    transition: border-color .2s ease, box-shadow .2s ease, transform .15s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-select.select-glass:hover{
    border-color: rgba(230, 194, 122, 0.7);
    box-shadow: 0 16px 44px rgba(0,0,0,0.35);
}

.form-select.select-glass:focus{
    border-color: rgba(230, 194, 122, 0.95);
    box-shadow: 0 0 0 .22rem rgba(230, 194, 122, 0.22), 0 18px 55px rgba(0,0,0,0.45);
    outline: none;
}

.form-select.select-glass option{
    background: #0a1538;
    color: #fff;
}

.pagination{
    gap: 8px;
}

.pagination .page-link{
    background:
        radial-gradient(circle at 25% 0, rgba(230, 194, 122, 0.14), transparent 55%),
        radial-gradient(circle at 90% 120%, rgba(230, 194, 122, 0.10), transparent 60%),
        rgba(6, 11, 26, 0.70);
    border: 1px solid rgba(148, 163, 184, 0.35);
    color: rgba(255,255,255,0.9);
    border-radius: 999px;
    padding: .55rem 1rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.25);
    transition: border-color .2s ease, box-shadow .2s ease, transform .15s ease;
}

.pagination .page-link:hover{
    border-color: rgba(230, 194, 122, 0.75);
    box-shadow: 0 14px 34px rgba(0,0,0,0.35);
    transform: translateY(-1px);
}
.page-item:first-child .page-link,
.page-item:not(:first-child) .page-link {
    border-radius: 50%;
}

.pagination .page-item.active .page-link{
    background: linear-gradient(135deg, #f7df9b, #e6c27a, #d7ab59);
    color: #161616;
    border-color: rgba(230, 194, 122, 0.95);
}

.pagination .page-item.disabled .page-link{
    opacity: .45;
}

.product_pagination nav{
    display: flex;
    justify-content: center;
}
.whom_title{
    padding: 2.5rem 0;
}
@media(max-width: 540px){
    .cta-section{
        margin: 1.2rem 0;
    }
    .section{
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    .hero{
        margin-bottom: 1rem;
    }
    .corp-light-section{
        padding: 1.5rem 0;
    }
    .whom_title,
    .corporate_section{
        padding: 1.5rem 0;
    }
    .footer{
        text-align: center;
    }
    .product__details__title{
    font-size: 1.6rem;
    }
    .corp-btn{
        font-size: 14px;
        padding: .5rem 1rem;
    }
    .section-subtitle{
        margin-bottom: .5rem;
    }
}

.btn-modal-primary,
.btn-modal-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
}

.mobile__btn{
    font-weight: 700;
    font-size: 1rem;
}

@media(max-width: 767px){
    .product-floating-card{
        position: relative;
        margin-top: .5rem;
    }
}

