:root {
    --primary-blue: #2b2a29;
    --accent: #f29114;
}

body {
    font-family: "Roboto", system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #222;
    background: linear-gradient(110deg, #cfe6fa 55%, #6ebbfb 100%);
    min-width: 320px;
    margin: 0;
    padding: 0;
}

.navbar {
    padding: 0.5rem 0;
}

.navbar-brand img {
    width: 80px;
    height: 80px;
}

.my-carousel {
    padding: 0;
    margin-bottom: 2rem;
}

.my-carousel .carousel-item img {
    object-fit: cover;
    height: 450px;
    width: 100%;
}

.footer {
    background-color: #1f1f1f;
    color: #ccc;
    padding: 50px 0 20px;
}

.footer h4 {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #444;
    padding-bottom: 8px;
}

.footer a {
    color: #ccc;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
}

.footer-icons a {
    font-size: 1.6rem;
    margin-right: 12px;
    color: #ccc;
}

.footer-icons a:hover {
    color: #fff;
}

.terminator_font {
    color: #888;
    font-size: 13px;
}

.container-fluid.my-carousel {
    padding-left: 0;
    padding-right: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.top-menu .nav-link {
    position: relative;
    color: #f0f0f0;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 4px;
}

.top-menu .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(to right, #da8b13, #fff);
    transition: all .4s ease;
    border-radius: 3px;
}

.top-menu .nav-link:hover::after,
.top-menu .nav-link.active::after {
    width: 100%;
}

.carousel-text {
    background: linear-gradient(90deg, rgba(0, 0, 0, .75), rgba(45, 36, 171, .85));
    padding: 15px 35px;
    border-radius: 12px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 1.65rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .6);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .4);
}

.product-card {
    box-shadow: 0 2px 5px 0 rgba(86, 84, 84, .06);
    transition: all .3s;
    border-radius: 25px;
    background: rgba(255, 255, 255, .3);
}

.product-card:hover {
    box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75);
    border-radius: 15px;
    background: rgba(255, 255, 255, .5);
}

.product-thumb a {
    align-items: center;
    justify-content: center;
    height: 200px;
    padding: 20px;
}

.product-thumb img {
    max-width: 100%;
    max-height: 100%;
    padding: 10px;
    display: block;
}

.product-details {
    padding: 20px;
}

.product-details h4 a {
    font-weight: 500;
    display: block;
    height: 100px;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
}

.product-details p {
    font-size: 15px;
    margin-bottom: 20px;
    color: #430909;
    height: 70px;
    overflow: hidden;
}

.product-bottom-details {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.product-price {
    font-size: 22px;
    color: rgba(176, 24, 24, .75);
    font-weight: 600;
}

.product-price small {
    color: #716e6e;
    font-weight: 400;
    text-decoration: line-through;
    margin-right: 5px;
}

.sproduct-links-card a {
    font-size: 25px;
    margin-left: 10px;
}

.product-links-like a {
    font-size: 20px;
    margin-left: 10px;
}

.sproduct-links-card a:hover {
    font-size: 30px;
    color: #00f;
}

.product-links-like a:hover {
    font-size: 30px;
    color: red;
}

a:not(.btn):not(.navbar-brand):not(.footer a):not(.nav-link):not(.btn-method):not(.btn-reviews):not(.trust-line a) {
    color: #0a0a0a !important;
}

a:not(.btn):not(.navbar-brand):not(.footer a):not(.nav-link):not(.btn-method):not(.btn-reviews):hover {
    color: #4a0707 !important;
}

.product-card .btn-primary {
    background-color: #1e2c96;
    border-color: #02000d;
    color: #fff;
    font-weight: 500;
    transition: all .3s ease;
}

.product-card .btn-primary:hover {
    background-color: #650813;
    border-color: #540505;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}

.product-card .btn-primary:active {
    transform: translateY(0);
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:link,
.navbar-dark .navbar-nav .nav-link:visited {
    color: #fff !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #f29114 !important;
}

.navbar-dark .navbar-brand {
    color: #fff !important;
}

.navbar-brand {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.navbar-brand:focus,
.navbar-brand:active,
.navbar-brand:visited {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.clients {
    border-radius: 1em;
    text-align: center;
    padding: 1em;
}

.clients:hover {
    background-color: rgba(247, 141, 11, .1);
}

.clients img {
    border-radius: 25%;
    width: 90%;
    margin: auto;
}

.product-card .product-price {
    font-size: 1.8rem;
    color: #d32f2f;
    font-weight: 700;
}

.product-card .btn-primary {
    background-color: #1e3a8a;
    border-color: #1e3a8a;
    padding: 8px 20px;
    font-weight: 500;
}

.product-card .btn-primary:hover {
    background-color: #1e40af;
    border-color: #1e40af;
    transform: translateY(-2px);
}

.contact-card {
    background: rgba(255, 255, 255, .9) !important;
    border-radius: 25px;
    box-shadow: 0 2px 5px 0 rgba(86, 84, 84, .06);
    transition: all .3s ease;
    border: none;
    overflow: hidden;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 30px -15px rgba(0, 0, 0, .75);
    background: #fff !important;
}

.contact-card .card-body {
    background: transparent;
    padding: 1.5rem;
}

.contact-card h4,
.contact-card .card-title {
    color: #800000;
}

.contact-card .btn {
    margin-top: .5rem;
}

.market-icons-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 1rem;
}

.contact-market-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #222;
    border-radius: 50%;
    transition: all .3s ease;
    padding: 10px;
}

.contact-market-icon img {
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
    transition: all .3s ease;
}

.contact-market-icon:hover {
    background-color: #935af7;
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}

.delivery-logo {
    filter: none !important;
    background-color: transparent !important;
}

.cart-toast {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    padding: 16px 26px;
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
    display: none;
    align-items: center;
    gap: 14px;
    z-index: 9999;
    font-size: 16.5px;
    font-weight: 500;
    min-width: 300px;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.cart-toast.show {
    display: flex;
    opacity: 1;
    transform: translateX(-50%) translateY(-20px);
}

.cart-toast i {
    font-size: 28px;
}

@keyframes softPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.btn-method {
    background: linear-gradient(45deg, #e74c3c, #c0392b) !important;
    color: #ffffff !important;
    font-weight: bold !important;
    border: none !important;
    padding: 12px 30px !important;
    border-radius: 50px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
}

.btn-method:hover {
    background: linear-gradient(45deg, #ff6b6b, #e74c3c) !important;
    color: #ffffff !important;
    transform: scale(1.05) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3) !important;
}

.btn-reviews {
    background: linear-gradient(45deg, #2980b9, #1a5276) !important;
    color: #ffffff !important;
    font-weight: bold !important;
    border: none !important;
    padding: 12px 30px !important;
    border-radius: 50px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
}

.btn-reviews:hover {
    background: linear-gradient(45deg, #3498db, #2980b9) !important;
    color: #ffffff !important;
    transform: scale(1.05) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3) !important;
}

/* ==================== ФУТЕР ИКОНКИ ==================== */
.footer-icons-wrapper {
    margin-top: 10px;
}

.footer-icons {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-bottom: 8px;
}

.footer-icons:last-child {
    margin-bottom: 0;
}

.footer-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #ccc;
    font-size: 1.55rem;
}

.footer-icons img {
    height: 24px;
    width: auto;
}

.footer-icons a:hover {
    color: #ffffff;
}

/* ==================== HERO ==================== */

.hero {
    background: transparent !important;
    color: #222;
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}

.hero-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.hero-badge {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: fit-content;
    margin-left: auto;
    margin-bottom: 36px;
    background: linear-gradient(135deg, #7e57c2, #42a5f5);
    backdrop-filter: blur(4px);
    padding: 20px 28px;
    border-radius: 28px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.hero-badge-text span {
    display: block;
    font-size: 1.2rem;
    color: #ffffff;
    line-height: 1.2;
}

.hero-badge-text strong {
    display: block;
    font-size: 1.5rem;
    color: #ffffff;
    line-height: 1.2;
}

.hero-badge img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    flex-shrink: 0;
    animation: heroPulse 2.2s ease-in-out infinite;
}

.hero-content h1 {
    font-size: 3.3rem;
    line-height: 1.08;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 24px;
    max-width: 720px;
}

.hero-content .subtitle {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #444;
    max-width: 650px;
    margin-bottom: 28px;
}

.trust-line {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin: 25px 0 35px;
}

.trust-line span {
    background: rgba(255,255,255,0.9);
    padding: 9px 18px;
    border-radius: 30px;
    font-weight: 500;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    color: #222;
}

.cta-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-group .btn {
    padding: 14px 32px !important;
    font-size: 1.15rem;
    border-radius: 50px;
    font-weight: 600;
    transition: all .3s;
}

.cta-group .btn-cart {
    background-color: #8B0000 !important;
    border: 2px solid #8B0000 !important;
    color: white !important;
}

.cta-group .btn-cart:hover {
    background-color: #A00000 !important;
    border-color: #A00000 !important;
    transform: translateY(-3px);
}

.cta-group .btn-dark {
    background-color: #343a40 !important;
    border: 2px solid #343a40 !important;
    color: white !important;
}

.cta-group .btn-dark:hover {
    background-color: #23272b !important;
    border-color: #23272b !important;
    transform: translateY(-3px);
}

.hero-stats {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 45px;
}

.hero-stats div {
    font-size: 1.05rem;
    line-height: 1.3;
}

.hero-stats strong {
    font-size: 1.65rem;
    color: #1e3a8a;
}

.hero-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image img {
    width: 100%;
    height: auto;
    border-radius: 28px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.18);
}

@keyframes heroPulse {
    0% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.06) rotate(1deg); }
    100% { transform: scale(1) rotate(0deg); }
}

/* Адаптив hero */
@media (max-width: 992px) {
    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }
    .hero-content h1 {
        font-size: 2.4rem;
        margin-left: auto;
        margin-right: auto;
    }
    .hero-content .subtitle {
        margin-left: auto;
        margin-right: auto;
    }
    .trust-line {
        justify-content: center;
    }
    .cta-group {
        justify-content: center;
    }
    .hero-stats {
        justify-content: center;
    }
    .hero-badge {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 1.8rem;
    }
    .hero-content .subtitle {
        font-size: 1rem;
    }
    .hero-badge {
        padding: 14px 22px;
        gap: 18px;
    }
    .hero-badge-text span {
        font-size: 0.9rem;
    }
    .hero-badge-text strong {
        font-size: 1.1rem;
    }
    .hero-badge img {
        width: 60px;
        height: 60px;
    }
    .trust-line span {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    .hero-stats strong {
        font-size: 1.4rem;
    }
    .hero-stats div {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .hero {
        padding: 70px 0 50px;
    }
    .hero-content h1 {
        font-size: 1.5rem;
    }
    .hero-content .subtitle {
        font-size: 0.9rem;
    }
    .hero-badge {
        padding: 10px 18px;
        gap: 14px;
    }
    .hero-badge-text span {
        font-size: 0.8rem;
    }
    .hero-badge-text strong {
        font-size: 0.95rem;
    }
    .hero-badge img {
        width: 52px;
        height: 52px;
    }
    .cta-group .btn {
        font-size: 0.85rem;
        padding: 8px 18px !important;
    }
    .trust-line span {
        font-size: 0.7rem;
    }
    .hero-stats {
        gap: 20px;
    }
}

/* Мобильная версия футера */
@media (max-width: 576px) {
    .footer-icons {
        gap: 10px;
        padding: 0 4px;
    }
    .footer-icons a {
        width: 36px;
        height: 36px;
        font-size: 1.45rem;
    }
    .footer-icons img {
        height: 22px;
    }
}
.trust-line a {
    display: inline-block;
    background: linear-gradient(135deg, #7e57c2, #42a5f5);
    padding: 10px 22px;
    border-radius: 40px;
    font-weight: 500;
    font-size: 0.9rem;
    color: #ffffff !important;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.3);
}

.trust-line a:hover {
    background: linear-gradient(135deg, #6a4fa3, #2b8bc9);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    color: #ffffff !important;
}
/* Единая форма для кнопок в блоке "САЙТЫ" */
.sites-row .btn-primary,
.sites-row .btn-danger {
    border: none !important;
    padding: 12px 28px !important;
    border-radius: 40px !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1) !important;
    font-size: 1rem !important;
}

/* Кнопка EVMINOV-STORE.RU – фиолетово-голубой градиент (как у вас уже настроено) */
.sites-row .btn-primary {
    background: linear-gradient(135deg, #7e57c2, #42a5f5) !important;
    color: #ffffff !important;
}
.sites-row .btn-primary:hover {
    background: linear-gradient(135deg, #6a4fa3, #2b8bc9) !important;
    transform: translateY(-2px);
    color: #ffffff !important;
}

/* Кнопка ATLET-SPORT.COM – оригинальный цвет (темно-красный), но с единой формой */
.sites-row .btn-danger {
    background: #8B0000 !important;
    color: #ffffff !important;
}
.sites-row .btn-danger:hover {
    background: #a00000 !important;
    transform: translateY(-2px);
    color: #ffffff !important;
}
.equal-height-row {
    display: flex;
    flex-wrap: wrap;
}

.equal-height-row > div {
    display: flex;
    margin-bottom: 24px;
}

.equal-height-row .bg-white {
    width: 100%;
    display: flex;
    flex-direction: column;
}