body.obaja-page {
  margin: 0;
  overflow-x: hidden;
  font-family: 'Inter', 'Montserrat', 'Segoe UI', Arial, sans-serif;
  background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
  color: #1f2937;
}

#app {
  min-height: 100vh;
}

#wrapper {
  min-height: 100vh;
  background: transparent;
}

#page-content-wrapper {
  min-width: 0 !important;
  max-width: 100%;
  padding-top: 0;
}

.head-warp {
  position: sticky;
  top: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(12, 86, 183, 0.12);
}

.head-warp img {
  height: 44px;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.2));
}

.hamburger {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 1300;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  padding: 0;
}

.hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 999px;
  background: #0c56b7;
  transition: all 0.2s ease;
}

.hamburger {
  background: #ffffff;
  border: 1px solid #e5e7eb;
}

#sidebar-wrapper {
  background: rgba(8, 27, 52, 0.6);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 12px 0 30px rgba(0, 0, 0, 0.18);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

#wrapper.toggled #sidebar-wrapper {
  transform: translateX(0);
}

body.menu-open {
  overflow: hidden;
}

.overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.38);
  z-index: 999;
}

.sidebar-nav {
  padding: 24px 12px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sidebar-nav li {
  list-style: none;
}

.sidebar-nav a {
  display: block;
  padding: 10px 14px;
  border-radius: 10px;
  color: #f8fbff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.sidebar-nav a:hover,
.sidebar-nav a.router-link-exact-active,
.sidebar-nav a.router-link-active {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  transform: translateX(3px);
}

.sidebar-nav + .px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.home-carousel {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
  background: #ffffff;
  margin: 4px 0 18px;
}

.custom-slider {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #f5f7fb;
  width: 100%;
  aspect-ratio: 16 / 7;
  min-height: 220px;
  max-height: 420px;
}

.slider-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.35s ease;
}

.slide {
  min-width: 100%;
  height: 100%;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(38px, 4vw, 46px);
  height: clamp(38px, 4vw, 46px);
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #0c56b7;
  font-size: clamp(22px, 3vw, 28px);
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.16);
  z-index: 2;
}

.slider-btn.prev {
  left: 12px;
}

.slider-btn.next {
  right: 12px;
}

.slider-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: clamp(6px, 1.2vw, 8px);
  z-index: 2;
}

.dot {
  width: clamp(9px, 1.2vw, 11px);
  height: clamp(9px, 1.2vw, 11px);
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  padding: 0;
  cursor: pointer;
}

.dot.active {
  background: #ff8c1a;
  transform: scale(1.1);
}

.home-carousel .owl-nav .owl-next,
.home-carousel .owl-nav .owl-prev {
  top: calc(50% - 22px) !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.92) !important;
  color: #0c56b7 !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.16);
}

.home-carousel .owl-nav .owl-prev {
  left: 10px;
}

.home-carousel .owl-nav .owl-next {
  right: 10px;
}

.home-carousel .owl-nav .owl-next:before,
.home-carousel .owl-nav .owl-prev:before {
  color: #0c56b7;
  font-size: 34px;
  line-height: 16px;
}

.spe-title .h4 {
  display: inline-block;
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #0c56b7;
}

.spe-title .title-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 2px;
  margin-bottom: 8px;
}

.spe-title .tl-1,
.spe-title .tl-3 {
  width: 42px;
  height: 2px;
  background: linear-gradient(90deg, #dbeafe 0%, #93c5fd 100%);
}

.spe-title .tl-2 {
  width: 14px;
  height: 14px;
  border: 2px solid #ff8c1a;
  border-radius: 50%;
  top: 0;
  margin: 0;
}

.card[data-v-44e5a798] {
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background: #ffffff;
  height: 100%;
}

.card[data-v-44e5a798]:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.14);
}

.card .title[data-v-44e5a798] {
  font-size: 12px;
  font-weight: 700;
  padding: 8px 8px 6px;
  color: #04070a;
  min-height: 44px;
}

.card .price-start[data-v-44e5a798] {
  padding: 0 12px 12px;
  align-items: center;
  border-top: 1px solid #f3f4f6;
  margin-top: 4px;
}

.card .start[data-v-44e5a798] {
  font-size: 0.75rem;
  color: #6b7280;
}

.card .price[data-v-44e5a798] {
  font-size: 0.95rem;
  font-weight: 800;
  color: #ff6702;
}

.download {
  padding: 0 12px 20px;
}

.download .app-container {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #ebf4ff 100%);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  min-height: 140px;
  overflow: hidden;
  margin-top: 6px;
}

.download-media {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.download-media img {
  width: 180px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.brand-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 8px 12px 18px;
  flex-wrap: wrap;
}

.brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
}

.brand-item img {
  max-width: 100%;
  height: auto;
  display: block;
}

.brand-item:first-child img {
  width: 110px;
}

.brand-item:last-child img {
  width: 170px;
}

@media (max-width: 450px) {
  .download .app-container {
    min-height: 120px;
    padding: 12px;
  }

  .download-media {
    gap: 8px;
  }

  .download-media img {
    width: 130px;
  }

  .brand-row {
    gap: 10px;
    padding: 6px 8px 16px;
  }

  .brand-item:first-child img {
    width: 90px;
  }

  .brand-item:last-child img {
    width: 140px;
  }
}

footer.bg-tabs {
  margin-top: 16px;
  padding: 24px 16px 20px;
  background: #ffffff;
  color: #1f2937;
  border-top: 1px solid #e5e7eb;
}

footer .logo img {
  height: 54px;
  margin-bottom: 10px;
}

footer a {
  color: #0c56b7;
  text-decoration: none;
}

footer p,
footer small {
  color: #4b5563;
}

footer .nav {
  gap: 10px;
  flex-wrap: wrap;
}

footer hr {
  border-color: rgba(255, 255, 255, 0.18);
  margin: 14px 0;
}

@media (max-width: 768px) {
  .custom-slider {
    aspect-ratio: 4 / 3;
    min-height: 200px;
  }

  .slider-btn {
    width: 36px;
    height: 36px;
    font-size: 22px;
  }
}

@media (max-width: 450px) {
  .home-carousel {
    margin: 4px 0 14px;
  }

  .custom-slider {
    aspect-ratio: 4 / 3;
    min-height: 180px;
    border-radius: 16px;
  }

  .slider-btn {
    width: 34px;
    height: 34px;
    font-size: 20px;
  }

  .slider-btn.prev {
    left: 8px;
  }

  .slider-btn.next {
    right: 8px;
  }

  .card .title[data-v-44e5a798] {
    font-size: 0.88rem;
  }

  .card .start[data-v-44e5a798] {
    font-size: 0.72rem;
  }

  .card .price[data-v-44e5a798] {
    font-size: 0.9rem;
  }
}
