/* ============================================================
   PARTSBIKROY â€” Premium UI Enhancements
   Version: 1.0 | premium.css (PartsBikroy Edition)
   Layers on top of bikyee.css for premium design
   ============================================================ */

/* === SMOOTH SCROLLING & SELECTION === */
html {
  scroll-behavior: smooth;
}

::selection {
  background: var(--bk-accent);
  color: #fff;
}

::-moz-selection {
  background: var(--bk-accent);
  color: #fff;
}

/* === PREMIUM SCROLLBAR === */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--bk-accent);
}

/* === LOGO STYLING === */
.bk-logo {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 28px;
  text-decoration: none;
  line-height: 1;
}

.bk-logo__bik {
  color: #1E293B;
}

.bk-logo__yee {
  color: #4A6CF7;
}

.bk-logo--footer {
  font-size: 34px;
  margin-bottom: 12px;
  display: inline-block;
}

/* === HEADER PREMIUM === */
.bk-main-header {
  background: linear-gradient(180deg, #0F172A 0%, #111827 100%);
}

.bk-nav-highlight {
  color: #EF4444 !important;
  font-weight: 800 !important;
}

/* === ANNOUNCEMENT BAR PREMIUM === */
.bk-announcement-bar {
  background: linear-gradient(90deg, #1C1917 0%, #292524 50%, #1C1917 100%);
  border-bottom: none;
  font-weight: 600;
}

/* === BUTTONS PREMIUM === */
.bk-btn-primary {
  background: linear-gradient(135deg, var(--bk-orange) 0%, var(--bk-orange-dark) 100%) !important;
  border: none !important;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.bk-btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, .15) 0%, transparent 50%);
  pointer-events: none;
}

.bk-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(74, 108, 247, .4) !important;
}

.bk-btn-primary:active {
  transform: translateY(0);
}

/* === PRODUCT CARD PREMIUM === */
.product-card {
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 12px;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: transform .3s cubic-bezier(.25, .8, .25, 1), box-shadow .3s cubic-bezier(.25, .8, .25, 1);
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .12);
}

.product-card__img-wrap {
  border-radius: 12px 12px 0 0;
}

.product-card__body {
  padding: 14px 16px;
}

.product-card__overlay {
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, .7) 100%);
  padding: 12px;
  border-radius: 0 0 0 0;
}

.product-card__wishlist {
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(4px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
  border-radius: 50%;
  transition: all .25s ease;
}

.product-card__wishlist:hover {
  background: var(--bk-accent);
  color: #fff;
  transform: scale(1.15);
}







/* === ELECTRIC ANIMATED BORDER FOR STAY COOL & SHOP YOUR RIDE (4-Color Neon: Green, Blue, Golden, Red) === */
@property --angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

@keyframes spin-border {
  0% { --angle: 0deg; }
  100% { --angle: 360deg; }
}

@keyframes spin-border-smooth {
  0%     { --angle: 0deg; }
  22.15% { --angle: 82.7deg; }
  27.85% { --angle: 97.3deg; }
  50%    { --angle: 180deg; }
  72.15% { --angle: 262.7deg; }
  77.85% { --angle: 277.3deg; }
  100%   { --angle: 360deg; }
}

:root {
  --bk-price: #00A859;
}

.price-sale,
#stayCoolSlider .price-sale,
#newArrivalsSlider .price-sale,
.product-card__price .price-sale {
  color: #00A859 !important;
  font-weight: 800;
}

#stayCoolSection,
#newArrivalsSection {
  background: linear-gradient(180deg, #F0F4FE 0%, #E6EDFD 100%);
}

#stayCoolSlider,
#newArrivalsSlider {
  padding-top: 18px;
  padding-bottom: 24px;
  padding-left: 6px;
  padding-right: 6px;
}

#stayCoolSlider .product-card,
#newArrivalsSlider .product-card,
#featuredProductsSection .product-card,
.bk-electric-card {
  position: relative;
  overflow: visible !important;
  border: 1px solid #CBD5E1;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  z-index: 1; 
  display: flex;
  flex-direction: column;
}

#stayCoolSlider .product-card__img-wrap,
#newArrivalsSlider .product-card__img-wrap,
#featuredProductsSection .product-card__img-wrap,
.bk-electric-card .product-card__img-wrap {
  background-color: #F8FAFC;
  border-radius: 12px 12px 0 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  flex-shrink: 0;
}

#stayCoolSlider .product-card__body,
#newArrivalsSlider .product-card__body,
#featuredProductsSection .product-card__body,
.bk-electric-card .product-card__body {
  background-color: #ffffff;
  border-radius: 0 0 12px 12px;
  position: relative;
  z-index: 2;
  flex-grow: 1; 
  display: flex;
  flex-direction: column;
}

#stayCoolSlider .product-card__name,
#newArrivalsSlider .product-card__name,
#featuredProductsSection .product-card__name,
.bk-electric-card .product-card__name {
  color: #1E293B;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#stayCoolSlider .product-card__name:hover,
#newArrivalsSlider .product-card__name:hover {
  color: var(--bk-accent);
}
#stayCoolSlider .price-orig,
#newArrivalsSlider .price-orig {
  color: #94A3B8;
}

/* Sharp 4-Color Neon Rotating Border Line (Restored Full Electric Sweep for Single Product Cards) */
#stayCoolSlider .product-card::before,
#newArrivalsSlider .product-card::before,
#featuredProductsSection .product-card::before,
.bk-electric-card::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 14px;
  padding: 2px;
  background: conic-gradient(
    from var(--angle),
    transparent 20%,
    #10B981 40%,
    #00F2FE 58%,
    #F59E0B 76%,
    #EF4444 94%,
    transparent 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 3;
  animation: spin-border 3.5s linear infinite;
  pointer-events: none;
}

/* Soft 4-Color Neon Glow Blur for Single Product Cards */
#stayCoolSlider .product-card::after,
#newArrivalsSlider .product-card::after,
#featuredProductsSection .product-card::after,
.bk-electric-card::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 15px;
  background: conic-gradient(
    from var(--angle),
    transparent 20%,
    #10B981 40%,
    #00F2FE 58%,
    #F59E0B 76%,
    #EF4444 94%,
    transparent 100%
  );
  z-index: -1;
  animation: spin-border 3.5s linear infinite;
  filter: blur(8px);
  opacity: 0.7;
  pointer-events: none;
}

/* === SHOP YOUR RIDE FILTER CARD ULTRA-THIN 90% BORDER LIGHT (4-Color Neon: Green, Blue, Golden, Red) === */
.bk-ride-filter-card {
  position: relative;
  background: #ffffff !important;
  border-radius: 16px;
  z-index: 1;
  border: 1px solid #CBD5E1;
  overflow: visible;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

.bk-ride-filter-inner {
  background: #ffffff !important;
  border-radius: 15px;
  padding: 28px 32px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .bk-ride-filter-inner {
    padding: 20px 16px;
  }
}

/* Ultra-Thin 2px Sharp Masked Border Line (Butter Smooth Velocity & +10% Glow Boost) */
.bk-ride-filter-card::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 18px;
  padding: 2px;
  background: conic-gradient(
    from var(--angle),
    transparent 0deg 310deg,
    #10B981 322deg,
    #00F2FE 334deg,
    #F59E0B 346deg,
    #EF4444 358deg,
    transparent 360deg
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 3;
  animation: spin-border-smooth 5.2s linear infinite;
  pointer-events: none;
}

/* Masked Outer Glow (+10% Vibrancy & Smooth Rolling) */
.bk-ride-filter-card::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 19px;
  padding: 3px;
  background: conic-gradient(
    from var(--angle),
    transparent 0deg 310deg,
    #10B981 322deg,
    #00F2FE 334deg,
    #F59E0B 346deg,
    #EF4444 358deg,
    transparent 360deg
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 0;
  animation: spin-border-smooth 5.2s linear infinite;
  filter: blur(6px);
  opacity: 0.75;
  pointer-events: none;
}

/* === BADGES PREMIUM === */
.bk-badge {
  font-size: 9px;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: .5px;
  text-transform: uppercase;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
}

/* === SECTION TITLE PREMIUM === */
.section-title {
  position: relative;
  border-left: none;
  padding-left: 0;
}

.section-title::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 28px;
  background: linear-gradient(180deg, var(--bk-accent) 0%, var(--bk-accent-dark) 100%);
  border-radius: 2px;
  margin-right: 12px;
  vertical-align: middle;
}

/* === CATEGORY PILLS PREMIUM === */
.bk-cat-pill {
  border-radius: 28px;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, .08);
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
  transition: all .25s cubic-bezier(.25, .8, .25, 1);
}

.bk-cat-pill:hover {
  background: var(--bk-black);
  color: #fff;
  border-color: var(--bk-black);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}

/* === SEARCH OVERLAY PREMIUM === */
.bk-search-overlay {
  background: rgba(0, 0, 0, .8);
  backdrop-filter: blur(8px);
}

.bk-search-box {
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .4);
  border: 1px solid rgba(255, 255, 255, .1);
}

.bk-search-input-wrap {
  display: flex;
  align-items: center;
  padding: 4px 16px;
  border-bottom: 1px solid #eee;
}

.bk-search-input-wrap input {
  flex: 1;
  border: none;
  outline: none;
  padding: 14px 8px;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
}

.bk-search-close {
  background: none;
  border: none;
  cursor: pointer;
  color: #999;
  padding: 8px;
  transition: color .2s;
}

.bk-search-close:hover {
  color: var(--bk-accent);
}

/* === DROPDOWN PREMIUM === */
.bk-dropdown-menu {
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .12);
  padding: 8px;
  animation: dropdown-in .2s ease;
}

.bk-dropdown-menu .dropdown-item {
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all .15s;
}

.bk-dropdown-menu .dropdown-item:hover {
  background: rgba(245, 158, 11, .08);
  color: var(--bk-accent-dark);
}

/* === MOBILE DRAWER PREMIUM === */
.bk-mobile-drawer {
  background: linear-gradient(180deg, #1E2A6E 0%, #2E3A8E 100%) !important;
  color: #fff;
  width: 300px;
}

.bk-mobile-drawer .offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, .06) !important;
}

.bk-mobile-accordion-item {
  background: transparent !important;
  border-color: rgba(255, 255, 255, .06) !important;
}

.bk-mobile-accordion-btn {
  background: transparent !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .5px;
}

.bk-mobile-accordion-btn:not(.collapsed) {
  color: var(--bk-accent) !important;
}

.bk-mobile-link {
  font-size: 13px;
  padding-left: 8px;
  transition: padding-left .2s;
}

.bk-mobile-link:hover {
  padding-left: 16px !important;
  color: var(--bk-accent) !important;
}

/* === MOBILE BOTTOM NAV PREMIUM === */
.bk-bottom-nav {
  background: rgba(17, 17, 17, .97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255, 255, 255, .06);
  padding: 6px 0 env(safe-area-inset-bottom, 4px);
}

.bk-bottom-nav__item {
  transition: all .2s;
  position: relative;
}

.bk-bottom-nav__item.active::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 3px;
  background: var(--bk-accent);
  border-radius: 2px;
}

/* === FOOTER PREMIUM === */
.bk-footer {
  background: linear-gradient(180deg, #141B4D 0%, #1E2A6E 100%);
  border-top: 1px solid rgba(107, 138, 255, .15);
}

.bk-footer__tagline {
  color: #666;
  font-size: 13px;
  line-height: 1.7;
}

.bk-footer__contact {
  color: #777;
  font-size: 13px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bk-footer__divider {
  border-color: rgba(255, 255, 255, .06);
  margin: 32px 0;
}

.bk-footer__copyright {
  color: #555;
  font-size: 12px;
  margin: 0;
}

.bk-social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .25s;
  text-decoration: none;
}

.bk-social-link:hover {
  background: var(--bk-accent);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(245, 158, 11, .3);
}

.bk-payment-icons {
  color: #555;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* === TRUST BADGES === */
.bk-tiny-badges-wrapper {
  display: flex;
  justify-content: center;
  gap: 32px;
  overflow-x: auto;
  padding: 24px 15px;
  /* Hide scrollbar */
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.bk-tiny-badges-wrapper::-webkit-scrollbar {
  display: none;
}

@media (max-width: 991px) {
  .bk-tiny-badges-wrapper {
    justify-content: flex-start;
    gap: 16px;
  }
}

.bk-tiny-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding: 8px;
  background: transparent;
  border: none;
  min-width: 140px;
  flex-shrink: 0;
}

.bk-tiny-badge .bk-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  color: var(--bk-accent); /* Uniform color */
}

.bk-tiny-badge strong {
  display: block;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  line-height: 1.2;
  white-space: nowrap;
}

.bk-tiny-badge span {
  display: block;
  color: #888;
  font-size: 11px;
  white-space: nowrap;
  margin-top: 4px;
}

/* === NEWSLETTER SECTION === */
.bk-newsletter {
  background: linear-gradient(135deg, #1E2A6E 0%, #2E3A8E 100%);
  padding: 64px 0;
  text-align: center;
}

.bk-newsletter h2 {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 32px;
}

.bk-newsletter p {
  color: #888;
  font-size: 14px;
  margin: 8px 0 24px;
}

.bk-newsletter-form {
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  gap: 8px;
}

.bk-newsletter-form input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #333;
  border-radius: 8px;
  background: rgba(255, 255, 255, .05);
  color: #fff;
  font-size: 14px;
  outline: none;
  transition: border-color .2s;
}

.bk-newsletter-form input::placeholder {
  color: #666;
}

.bk-newsletter-form input:focus {
  border-color: var(--bk-accent);
}

/* === BLOG CARD === */
.bk-blog-card {
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: all .3s cubic-bezier(.25, .8, .25, 1);
}

.bk-blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .1);
}

.bk-blog-card__img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform .4s ease;
}

.bk-blog-card:hover .bk-blog-card__img {
  transform: scale(1.05);
}

.bk-blog-card__body {
  padding: 20px;
}

.bk-blog-card__date {
  font-size: 11px;
  font-weight: 600;
  color: var(--bk-accent);
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 8px;
}

.bk-blog-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--bk-text);
  margin-bottom: 8px;
}

.bk-blog-card__excerpt {
  font-size: 13px;
  color: #777;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 16px;
}

.bk-blog-card__link {
  font-size: 13px;
  font-weight: 700;
  color: var(--bk-accent);
  text-transform: uppercase;
  letter-spacing: .5px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap .2s;
}

.bk-blog-card__link:hover {
  gap: 8px;
  color: var(--bk-accent-dark);
}

/* === BLOG SINGLE PAGE === */
.bk-blog-hero {
  position: relative;
  height: 400px;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 32px;
}

.bk-blog-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bk-blog-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 40%, rgba(0, 0, 0, .8) 100%);
  display: flex;
  align-items: flex-end;
  padding: 32px;
}

.bk-blog-content {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.bk-blog-content h2 {
  font-size: 24px;
  margin: 32px 0 16px;
}

.bk-blog-content h3 {
  font-size: 20px;
  margin: 24px 0 12px;
}

.bk-blog-content p {
  margin-bottom: 16px;
}

.bk-blog-content img {
  border-radius: 12px;
  margin: 16px 0;
}

.bk-blog-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  color: #888;
  margin-bottom: 24px;
}

.bk-blog-meta .bk-icon {
  width: 14px;
  height: 14px;
}

/* === ANIMATIONS === */
@keyframes pulse-glow {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }
}

@keyframes dropdown-in {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.bk-animate {
  animation: fade-in-up .6s ease forwards;
}

/* === HERO SLIDER === */
.bk-hero-slider {
  position: relative;
  width: 100%;
  height: 560px;
  overflow: hidden;
  background: #141B4D;
}

.bk-hero-slider__track {
  position: relative;
  width: 100%;
  height: 100%;
}

.bk-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .8s cubic-bezier(.4, 0, .2, 1);
  pointer-events: none;
  z-index: 1;
}

.bk-hero-slide--active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}

/* Background image */
.bk-hero-slide__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.bk-hero-slide__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  transform: scale(1.05);
  transition: transform 6s cubic-bezier(.2, 0, .3, 1);
}

.bk-hero-slide--active .bk-hero-slide__bg img {
  transform: scale(1);
}

.bk-hero-slide__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .35) 55%, rgba(0, 0, 0, .15) 100%);
}

/* Content */
.bk-hero-slide__content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  z-index: 3;
}

.bk-hero-slide__text {
  max-width: 560px;
  padding-left: 20px;
}

/* Label */
.bk-hero-slide__label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  color: var(--bk-accent);
  text-transform: uppercase;
  margin-bottom: 12px;
  opacity: 0;
  transform: translateY(20px);
  transition: all .6s cubic-bezier(.4, 0, .2, 1) .2s;
}

.bk-hero-slide--active .bk-hero-slide__label {
  opacity: 1;
  transform: translateY(0);
}

/* Title */
.bk-hero-slide__title {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 52px;
  line-height: 1.05;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 16px;
  opacity: 0;
  transform: translateY(30px);
  transition: all .6s cubic-bezier(.4, 0, .2, 1) .35s;
}

.bk-hero-slide--active .bk-hero-slide__title {
  opacity: 1;
  transform: translateY(0);
}

/* Subtitle */
.bk-hero-slide__subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, .7);
  line-height: 1.6;
  margin: 0 0 28px;
  max-width: 440px;
  opacity: 0;
  transform: translateY(20px);
  transition: all .6s cubic-bezier(.4, 0, .2, 1) .5s;
}

.bk-hero-slide--active .bk-hero-slide__subtitle {
  opacity: 1;
  transform: translateY(0);
}

/* CTA Button */
.bk-hero-slide__btn {
  display: inline-flex;
  align-items: center;
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, var(--bk-accent) 0%, var(--bk-accent-dark) 100%);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: all .6s cubic-bezier(.4, 0, .2, 1) .65s;
}

.bk-hero-slide--active .bk-hero-slide__btn {
  opacity: 1;
  transform: translateY(0);
}

.bk-hero-slide__btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, .15) 0%, transparent 50%);
  pointer-events: none;
}

.bk-hero-slide__btn:hover {
  transform: translateY(-2px) !important;
  color: #fff;
  box-shadow: 0 8px 24px rgba(245, 158, 11, .45);
}

/* Progress bar */
.bk-hero-slide__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(255, 255, 255, .1);
  z-index: 5;
}

.bk-hero-slide__progress-bar {
  height: 100%;
  width: 0;
  background: var(--bk-accent);
}

.bk-hero-slide__progress-bar--active {
  animation: hero-progress 5s linear forwards;
}

@keyframes hero-progress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

/* Navigation arrows */
.bk-hero-nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .35);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, .15);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .25s;
  transform: translateY(-50%);
}

.bk-hero-nav:hover {
  background: var(--bk-accent);
  border-color: var(--bk-accent);
  transform: translateY(-50%) scale(1.1);
}

.bk-hero-nav--prev {
  left: 20px;
}

.bk-hero-nav--next {
  right: 20px;
}

/* Slide counter */
.bk-hero-counter {
  position: absolute;
  bottom: 24px;
  right: 32px;
  z-index: 10;
  display: flex;
  align-items: baseline;
  gap: 2px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}

.bk-hero-counter span:first-child {
  font-size: 28px;
  color: #fff;
}

.bk-hero-counter__sep {
  font-size: 16px;
  color: rgba(255, 255, 255, .3);
  margin: 0 2px;
}

.bk-hero-counter span:last-child {
  font-size: 16px;
  color: rgba(255, 255, 255, .4);
}

/* === RESPONSIVE PREMIUM === */
@media (max-width: 991px) {
  .bk-hero-slider {
    height: 460px;
  }

  .bk-hero-slide__title {
    font-size: 40px;
  }

  .bk-hero-slide__subtitle {
    font-size: 14px;
  }

  .bk-hero-nav {
    width: 36px;
    height: 36px;
  }

  .bk-hero-nav--prev {
    left: 12px;
  }

  .bk-hero-nav--next {
    right: 12px;
  }
}

@media (max-width: 767px) {
  .bk-hero-slide__bg img {
    object-position: center top;
  }

  .bk-hero-slider {
    height: 380px;
  }

  .bk-hero-slide__title {
    font-size: 30px;
  }

  .bk-hero-slide__label {
    font-size: 9px;
    letter-spacing: 2px;
  }

  .bk-hero-slide__subtitle {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .bk-hero-slide__btn {
    padding: 12px 24px;
    font-size: 12px;
  }

  .bk-hero-slide__text {
    max-width: 100%;
    padding-left: 8px;
  }

  .bk-hero-nav {
    display: none;
  }

  .bk-hero-counter {
    bottom: 16px;
    right: 16px;
  }

  .bk-hero-counter span:first-child {
    font-size: 20px;
  }

  .bk-blog-hero {
    height: 240px;
    border-radius: 12px;
  }

  .bk-blog-card__img {
    height: 160px;
  }

  .bk-newsletter-form {
    flex-direction: column;
  }

  .bk-trust-badge {
    padding: 16px 8px;
  }
}

@media (max-width: 480px) {
  .bk-hero-slider {
    height: 320px;
  }

  .bk-hero-slide__title {
    font-size: 24px;
  }

  .bk-hero-slide__subtitle {
    display: none;
  }

  .bk-hero-slide__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .75) 100%);
  }

  .bk-hero-slide__content {
    align-items: flex-end;
    padding-bottom: 40px;
  }
}
