﻿*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  color: #1e2d3d;
  background: #ffffff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #056DDE;
  text-decoration: none;
}

a:hover {
  color: #063096;
}

.top-bar {
  background: #056DDE;
  color: #ffffff;
  font-size: 11px;
  padding: 6px 0;
  transition: transform 0.25s ease;
}
.top-bar .hotline {
  font-weight: 600;
}
.top-bar .account-link {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 0.15s;
}
.top-bar .account-link:hover {
  color: #ffffff;
}

.site-header {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 900;
  transition: box-shadow 0.25s;
}
.site-header.scrolled {
  box-shadow: 0 4px 16px rgba(5, 109, 222, 0.12);
}
.site-header .navbar-brand {
  display: flex;
  align-items: center;
}
.site-header .brand-logo-img {
  height: 44px;
  width: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .site-header .brand-logo-img {
    height: 36px;
  }
}
.site-header .nav-link {
  font-size: 13px;
  font-weight: 500;
  color: #1e2d3d !important;
  padding: 0.45rem 0.75rem !important;
  border-radius: 6px;
  transition: color 0.15s, background 0.15s;
}
.site-header .nav-link:hover, .site-header .nav-link.active {
  color: #056DDE !important;
  background: rgba(5, 109, 222, 0.06);
}
.site-header .dropdown-menu {
  border: 1px solid #e8ecf0;
  box-shadow: 0 4px 16px rgba(5, 109, 222, 0.12);
  border-radius: 10px;
  padding: 4px;
  min-width: 200px;
}
.site-header .dropdown-item {
  font-size: 13px;
  border-radius: 6px;
  padding: 0.45rem 0.75rem;
}
.site-header .dropdown-item:hover {
  background: rgba(5, 109, 222, 0.06);
  color: #056DDE;
}
.site-header .search-btn {
  background: rgba(5, 109, 222, 0.08);
  border: none;
  color: #056DDE;
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  transition: background 0.15s;
}
.site-header .search-btn:hover {
  background: rgba(5, 109, 222, 0.18);
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.section-title {
  font-size: 30px;
  font-weight: 800;
  color: #1e2d3d;
  margin: 0;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 24px;
  }
}

.view-all-link {
  font-size: 13px;
  font-weight: 600;
  color: #056DDE;
  white-space: nowrap;
}
.view-all-link:hover {
  text-decoration: underline;
}

/*section { padding: $gap-xl 0; }*/
.badge-hot {
  background: #B41D24;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 9999px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.badge-featured {
  background: linear-gradient(135deg, #0F70E1, #063096);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 9999px;
}

.site-footer {
  background: linear-gradient(160deg, #0F70E1 0%, #063096 100%);
  color: rgba(255, 255, 255, 0.85);
  padding: 40px 0 16px;
}
.site-footer__top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 40px;
}
.site-footer .footer-brand__logo {
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}
.site-footer .footer-brand__desc {
  font-size: 13px;
  opacity: 0.75;
  line-height: 1.6;
}
.site-footer .footer-contact p {
  font-size: 13px;
  margin-bottom: 4px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.site-footer .footer-contact p i {
  color: #FFD700;
  margin-top: 2px;
  flex-shrink: 0;
}
.site-footer .footer-socials {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
.site-footer .footer-socials a {
  width: 34px;
  height: 34px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  transition: background 0.15s, border-color 0.15s;
}
.site-footer .footer-socials a:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.6);
}
.site-footer .footer-col-title {
  display: block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #ffffff;
  margin-bottom: 16px;
}
.site-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-links li + li {
  margin-top: 4px;
}
.site-footer .footer-links a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  transition: color 0.15s;
}
.site-footer .footer-links a:hover {
  color: #ffffff;
}
.site-footer .footer-links--double {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 16px;
}
.site-footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 16px;
  font-size: 11px;
  opacity: 0.65;
}
@media (max-width: 768px) {
  .site-footer .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

.partner-banner-slider .slick-list {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.partner-banner-slider .slick-slide {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#searchModal .modal-content {
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(5, 109, 222, 0.18);
}

.pagination .page-link {
  font-size: 13px;
  border-radius: 6px !important;
  margin: 0 2px;
  color: #056DDE;
  border-color: #e8ecf0;
}

.pagination .page-item.active .page-link {
  background: #056DDE;
  border-color: #056DDE;
}

.alert-success {
  background: #d1fae5;
  color: #065f46;
  border-color: #a7f3d0;
}

.alert-danger {
  background: #fee2e2;
  color: #991b1b;
  border-color: #fca5a5;
}

.alert-info {
  background: #dbeafe;
  color: #1e40af;
  border-color: #93c5fd;
}

.alert-warning {
  background: #fef3c7;
  color: #78350f;
  border-color: #fcd34d;
}

.about-section, .jobs-section, .products-section, .news-section {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.about-section.revealed, .jobs-section.revealed, .products-section.revealed, .news-section.revealed {
  opacity: 1;
  transform: none;
}

@media (max-width: 576px) {
  .d-xs-none {
    display: none !important;
  }
}
.auth-shell {
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f7fa;
  padding: 40px 16px;
}

.auth-card {
  width: 100%;
  max-width: 440px;
  border: 1px solid #e8ecf0;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(5, 109, 222, 0.18);
}
.auth-card .card-body {
  padding: 2.5rem;
}
@media (max-width: 576px) {
  .auth-card {
    max-width: 100%;
  }
  .auth-card .card-body {
    padding: 1.5rem;
  }
}

.auth-brand-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 9999px;
  background: linear-gradient(160deg, #0F70E1 0%, #063096 100%);
  color: #ffffff;
  font-size: 30px;
}

.auth-card .form-label {
  font-size: 13px;
  font-weight: 600;
  color: #1e2d3d;
}

.auth-card .form-control {
  min-height: 44px;
  font-size: 13px;
  border-color: #e8ecf0;
  border-radius: 10px;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.auth-card .form-control:focus {
  border-color: #056DDE;
  box-shadow: 0 0 0 3px rgba(5, 109, 222, 0.12);
}
.auth-card .form-control.is-invalid {
  border-color: #ef4444;
}

.auth-card .form-select {
  min-height: 44px;
  font-size: 13px;
  border-color: #e8ecf0;
  border-radius: 10px;
}
.auth-card .form-select:focus {
  border-color: #056DDE;
  box-shadow: 0 0 0 3px rgba(5, 109, 222, 0.12);
}

.auth-card .btn-primary {
  min-height: 44px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 10px;
  background: linear-gradient(160deg, #0F70E1 0%, #063096 100%);
  border: none;
  transition: opacity 0.15s, box-shadow 0.15s;
}
.auth-card .btn-primary:hover {
  opacity: 0.9;
  box-shadow: 0 4px 16px rgba(5, 109, 222, 0.12);
}
.auth-card .btn-primary:disabled {
  opacity: 0.55;
}

.otp-input {
  letter-spacing: 6px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  min-height: 52px;
  border-radius: 10px;
}

.account-type-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 16px;
}
.account-type-toggle label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 500;
  border: 2px solid #e8ecf0;
  border-radius: 10px;
  padding: 8px 16px;
  transition: border-color 0.15s, background 0.15s;
}
.account-type-toggle label:has(input:checked) {
  border-color: #056DDE;
  background: rgba(5, 109, 222, 0.05);
  color: #056DDE;
}
.account-type-toggle label input {
  display: none;
}

.auth-card .validation-summary-errors,
.auth-card .text-danger {
  font-size: 11px;
  color: #ef4444;
}

.hero-slider-section {
  position: relative;
  overflow: hidden;
}
.hero-slider-section .slick-dots {
  bottom: 14px;
}
.hero-slider-section .slick-dots li button::before {
  font-size: 10px;
  color: #ffffff;
  opacity: 0.6;
}
.hero-slider-section .slick-dots li.slick-active button::before {
  opacity: 1;
}
.hero-slider-section .slick-prev, .hero-slider-section .slick-next {
  z-index: 10;
  width: 40px;
  height: 40px;
}
.hero-slider-section .slick-prev::before, .hero-slider-section .slick-next::before {
  font-size: 20px;
}
.hero-slider-section .slick-prev {
  left: 14px;
}
.hero-slider-section .slick-next {
  right: 14px;
}

.hero-slide {
  position: relative;
  height: 480px;
}
@media (max-width: 992px) {
  .hero-slide {
    height: 360px;
  }
}
@media (max-width: 768px) {
  .hero-slide {
    height: 260px;
  }
}
.hero-slide__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-slide__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(30, 45, 61, 0.65) 0%, transparent 65%);
  display: flex;
  align-items: center;
}
.hero-slide__text {
  color: #ffffff;
  max-width: 520px;
  padding: 0 40px;
}
.hero-slide__text h2 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .hero-slide__text h2 {
    font-size: 30px;
  }
}
.hero-slide__text p {
  font-size: 13px;
  opacity: 0.88;
  margin-bottom: 16px;
}

.stats-bar {
  background: #056DDE;
  color: #ffffff;
  padding: 16px 0;
}
.stats-bar__item {
  text-align: center;
  padding: 8px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.stats-bar__item:last-child {
  border-right: none;
}
.stats-bar__item strong {
  display: block;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}
.stats-bar__item span {
  font-size: 11px;
  opacity: 0.85;
  margin-top: 4px;
  display: block;
}

.category-strip {
  padding: 40px 0;
  background: #f5f7fa;
}
.category-strip .category-card {
  background: #ffffff;
  border: 1px solid #e8ecf0;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 24px 16px;
  text-align: center;
  transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
  cursor: pointer;
}
.category-strip .category-card:hover {
  box-shadow: 0 4px 16px rgba(5, 109, 222, 0.12);
  transform: translateY(-3px);
  border-color: rgba(5, 109, 222, 0.3);
}
.category-strip .category-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(5, 109, 222, 0.08);
  font-size: 30px;
  color: #056DDE;
  flex-shrink: 0;
}
.category-strip .category-card__icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.category-strip .category-card__name {
  font-size: 13px;
  font-weight: 600;
  color: #1e2d3d;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.category-strip .category-card__count {
  font-size: 11px;
  color: #6c757d;
}

.newsletter-banner {
  background: linear-gradient(160deg, #0F70E1 0%, #063096 100%);
  padding: 40px 0;
  color: #ffffff;
}
.newsletter-banner__title {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .newsletter-banner__title {
    font-size: 24px;
  }
}
.newsletter-banner__sub {
  font-size: 13px;
  opacity: 0.85;
  margin: 0;
}
.newsletter-banner .newsletter-form {
  display: flex;
  gap: 8px;
  max-width: 480px;
}
@media (max-width: 576px) {
  .newsletter-banner .newsletter-form {
    flex-direction: column;
    max-width: 100%;
  }
}
.newsletter-banner .newsletter-form .form-control {
  min-height: 44px;
  border: none;
  border-radius: 10px;
  font-size: 13px;
}
.newsletter-banner .newsletter-form .form-control:focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}
.newsletter-banner .newsletter-form .btn-subscribe {
  min-height: 44px;
  background: #FFD700;
  color: #1e2d3d;
  border: none;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  transition: opacity 0.15s;
}
.newsletter-banner .newsletter-form .btn-subscribe:hover {
  opacity: 0.88;
}

.home-quick-actions {
  background: #ffffff;
  border-bottom: 1px solid #e8ecf0;
  padding: 8px 0;
}
.home-quick-actions .quick-action-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  color: #6c757d;
  padding: 4px 16px;
  border-radius: 9999px;
  border: 1px solid #e8ecf0;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
.home-quick-actions .quick-action-link:hover {
  color: #056DDE;
  border-color: #056DDE;
  background: rgba(5, 109, 222, 0.04);
}

.jobs-hero-bar {
  background: linear-gradient(160deg, #0F70E1 0%, #063096 100%);
  padding: 40px 0;
  color: #ffffff;
}
.jobs-hero-bar h1 {
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 8px;
}
.jobs-hero-bar p {
  font-size: 13px;
  opacity: 0.85;
  margin: 0;
}

.jobs-filter-panel {
  background: #ffffff;
  border: 1px solid #e8ecf0;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(5, 109, 222, 0.12);
  padding: 16px;
}
.jobs-filter-panel .form-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6c757d;
  margin-bottom: 4px;
}
.jobs-filter-panel .form-control,
.jobs-filter-panel .form-select {
  font-size: 13px;
  border-color: #e8ecf0;
  min-height: 40px;
  border-radius: 10px;
}
.jobs-filter-panel .form-control:focus,
.jobs-filter-panel .form-select:focus {
  border-color: #056DDE;
  box-shadow: 0 0 0 3px rgba(5, 109, 222, 0.1);
}
.jobs-filter-panel .btn-search-jobs {
  min-height: 40px;
  background: linear-gradient(160deg, #0F70E1 0%, #063096 100%);
  border: none;
  border-radius: 10px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  transition: opacity 0.15s;
}
.jobs-filter-panel .btn-search-jobs:hover {
  opacity: 0.9;
}

.job-card {
  background: #ffffff;
  border: 1px solid #e8ecf0;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 16px;
  transition: box-shadow 0.2s, transform 0.2s;
  position: relative;
  height: 100%;
}
.job-card:hover {
  box-shadow: 0 4px 16px rgba(5, 109, 222, 0.12);
  transform: translateY(-2px);
}
.job-card.featured-tier {
  border-left: 3px solid #056DDE;
}
.job-card__header {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}
.job-card__logo {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid #e8ecf0;
}
.job-card__logo-placeholder {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(5, 109, 222, 0.08);
  font-size: 24px;
  color: #056DDE;
  flex-shrink: 0;
}
.job-card__title {
  font-size: 13px;
  font-weight: 700;
  color: #1e2d3d;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  line-height: 1.2;
}
.job-card__company {
  font-size: 11px;
  color: #6c757d;
  margin-top: 2px;
}
.job-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 8px 0;
}
.job-card__tag {
  font-size: 11px;
  font-weight: 500;
  background: rgba(5, 109, 222, 0.07);
  color: #056DDE;
  padding: 2px 8px;
  border-radius: 9999px;
}
.job-card__salary {
  font-size: 13px;
  font-weight: 700;
  color: #22c55e;
}
.job-card__deadline {
  font-size: 11px;
  color: #6c757d;
}
.job-card .hot-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #B41D24;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  padding: 1px 7px;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.job-detail-page {
  padding: 40px 0;
  background: #f5f7fa;
}

.job-detail-card {
  background: #ffffff;
  border: 1px solid #e8ecf0;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 40px;
}
@media (max-width: 768px) {
  .job-detail-card {
    padding: 24px 16px;
  }
}

.job-detail-header {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 24px;
}
@media (max-width: 576px) {
  .job-detail-header {
    flex-direction: column;
  }
}
.job-detail-header__logo {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid #e8ecf0;
  flex-shrink: 0;
}
.job-detail-header__info {
  flex: 1;
}
.job-detail-header h1 {
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 4px;
}
@media (max-width: 768px) {
  .job-detail-header h1 {
    font-size: 24px;
  }
}
.job-detail-header__company {
  font-size: 13px;
  color: #6c757d;
  margin-bottom: 8px;
}

.job-meta-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 0;
  border-top: 1px solid #e8ecf0;
  border-bottom: 1px solid #e8ecf0;
  margin-bottom: 24px;
}
.job-meta-bar__item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
}
.job-meta-bar__item i {
  color: #056DDE;
}

.job-apply-sidebar {
  background: #ffffff;
  border: 1px solid #e8ecf0;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 24px;
  position: sticky;
  top: 80px;
}
.job-apply-sidebar .apply-btn {
  background: linear-gradient(160deg, #0F70E1 0%, #063096 100%);
  border: none;
  width: 100%;
  min-height: 48px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  transition: opacity 0.15s;
}
.job-apply-sidebar .apply-btn:hover {
  opacity: 0.9;
}

.modal-apply .modal-content {
  border-radius: 20px;
  border: none;
  box-shadow: 0 8px 32px rgba(5, 109, 222, 0.18);
}

.modal-apply .modal-header {
  border-bottom: 1px solid #e8ecf0;
  padding: 16px 24px;
}

.related-jobs-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.related-jobs-list .related-job-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding: 8px;
  border: 1px solid #e8ecf0;
  border-radius: 10px;
  transition: border-color 0.15s;
}
.related-jobs-list .related-job-item:hover {
  border-color: #056DDE;
}
.related-jobs-list .related-job-item__title {
  font-size: 13px;
  font-weight: 600;
  color: #1e2d3d;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related-jobs-list .related-job-item__meta {
  font-size: 11px;
  color: #6c757d;
}

@media (max-width: 768px) {
  .jobs-hero-bar h1 {
    font-size: 24px;
  }
  .job-detail-header h1 {
    font-size: 24px;
  }
}
.b2c-product-card {
  background: #ffffff;
  border: 1px solid #e8ecf0;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s, transform 0.2s;
  overflow: hidden;
}
.b2c-product-card:hover {
  box-shadow: 0 4px 16px rgba(5, 109, 222, 0.12);
  transform: translateY(-3px);
}
.b2c-product-card:hover .b2c-product-card__image img {
  transform: scale(1.04);
}
.b2c-product-card__image {
  position: relative;
  overflow: hidden;
  height: 185px;
  background: #f5f7fa;
}
.b2c-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.b2c-product-card__image--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e8ecf0;
  font-size: 48px;
}
.b2c-product-card__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #B41D24;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 9999px;
}
.b2c-product-card__wishlist {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  font-size: 17px;
  transition: color 0.15s, background 0.15s;
  cursor: pointer;
}
.b2c-product-card__wishlist.wishlisted {
  color: #B41D24;
  background: rgba(180, 29, 36, 0.1);
}
.b2c-product-card__wishlist:hover {
  color: #B41D24;
}
.b2c-product-card__body {
  padding: 8px 16px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.b2c-product-card__category {
  font-size: 11px;
  color: #056DDE;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
.b2c-product-card__name {
  font-size: 13px;
  font-weight: 700;
  color: #1e2d3d;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
  flex: 1;
  line-height: 1.2;
}
.b2c-product-card__price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-top: auto;
}
.b2c-product-card__price strong {
  font-size: 17px;
  font-weight: 800;
  color: #B41D24;
}
.b2c-product-card__price del {
  font-size: 11px;
  color: #6c757d;
}
.b2c-product-card__footer {
  display: flex;
  gap: 4px;
  padding: 4px 16px 16px;
  border-top: 1px solid #e8ecf0;
  margin-top: auto;
}
.b2c-product-card__footer .btn-add-cart {
  flex: 1;
  min-height: 38px;
  background: #056DDE;
  border: none;
  border-radius: 10px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  transition: background 0.15s;
}
.b2c-product-card__footer .btn-add-cart:hover {
  background: #063096;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 1200px) {
  .products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .products-grid {
    grid-template-columns: 1fr;
  }
}

.product-detail-page {
  padding: 40px 0;
  background: #f5f7fa;
}

.product-detail-gallery {
  position: sticky;
  top: 80px;
}
.product-detail-gallery__main {
  border: 1px solid #e8ecf0;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 1;
  background: #ffffff;
}
.product-detail-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
}
.product-detail-gallery__thumbs {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.product-detail-gallery__thumbs img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border: 2px solid #e8ecf0;
  border-radius: 6px;
  cursor: pointer;
  transition: border-color 0.15s;
}
.product-detail-gallery__thumbs img.active, .product-detail-gallery__thumbs img:hover {
  border-color: #056DDE;
}

.product-detail-info .product-price {
  font-size: 38px;
  font-weight: 800;
  color: #B41D24;
  margin: 16px 0;
}
.product-detail-info .product-sku {
  font-size: 11px;
  color: #6c757d;
}
.product-detail-info .product-stock {
  font-size: 13px;
  font-weight: 600;
}
.product-detail-info .product-stock.in-stock {
  color: #22c55e;
}
.product-detail-info .product-stock.out-stock {
  color: #ef4444;
}
.product-detail-info .qty-input {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0;
}
.product-detail-info .qty-input button {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e8ecf0;
  border-radius: 6px;
  background: #ffffff;
  font-size: 17px;
  cursor: pointer;
  transition: background 0.15s;
}
.product-detail-info .qty-input button:hover {
  background: #f5f7fa;
}
.product-detail-info .qty-input input {
  width: 56px;
  height: 36px;
  text-align: center;
  border: 1px solid #e8ecf0;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
}
.product-detail-info .btn-add-cart-lg {
  min-height: 48px;
  min-width: 160px;
  background: linear-gradient(160deg, #0F70E1 0%, #063096 100%);
  border: none;
  border-radius: 10px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: opacity 0.15s;
}
.product-detail-info .btn-add-cart-lg:hover {
  opacity: 0.9;
}
.product-detail-info .btn-wishlist-lg {
  min-height: 48px;
  min-width: 48px;
  border: 1px solid #e8ecf0;
  border-radius: 10px;
  background: #ffffff;
  color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: color 0.15s, border-color 0.15s;
}
.product-detail-info .btn-wishlist-lg.wishlisted {
  color: #B41D24;
  border-color: #B41D24;
}
.product-detail-info .btn-wishlist-lg:hover {
  color: #B41D24;
}

.cart-page {
  padding: 40px 0;
  background: #f5f7fa;
}

.cart-table {
  background: #ffffff;
  border: 1px solid #e8ecf0;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.cart-table table {
  margin: 0;
}
.cart-table th {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6c757d;
  background: #f5f7fa;
  padding: 8px 16px;
}
.cart-table td {
  padding: 8px 16px;
  vertical-align: middle;
}
.cart-table__product-img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #e8ecf0;
}
.cart-table__product-name {
  font-size: 13px;
  font-weight: 600;
  color: #1e2d3d;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cart-table__remove {
  color: #ef4444;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 20px;
  transition: opacity 0.15s;
}
.cart-table__remove:hover {
  opacity: 0.7;
}

.cart-summary {
  background: #ffffff;
  border: 1px solid #e8ecf0;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 24px;
}
.cart-summary__row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  padding: 4px 0;
  border-bottom: 1px dashed #e8ecf0;
}
.cart-summary__row:last-of-type {
  border: none;
}
.cart-summary__row--total {
  font-size: 17px;
  font-weight: 800;
  color: #B41D24;
  margin-top: 8px;
}
.cart-summary .btn-checkout {
  background: linear-gradient(160deg, #0F70E1 0%, #063096 100%);
  border: none;
  width: 100%;
  min-height: 48px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  margin-top: 16px;
  transition: opacity 0.15s;
}
.cart-summary .btn-checkout:hover {
  opacity: 0.9;
}

.flash-sale {
  background: linear-gradient(135deg, #1a0533 0%, #2d0a6b 100%);
  border-radius: 20px;
  overflow: hidden;
  padding: 40px;
  color: #ffffff;
}
.flash-sale__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.flash-sale__head h2 {
  font-size: 30px;
  font-weight: 800;
  margin: 0;
}
.flash-sale__countdown {
  display: flex;
  gap: 8px;
  align-items: center;
}
.flash-sale__countdown .time-unit {
  text-align: center;
}
.flash-sale__countdown .time-unit span {
  display: block;
  font-size: 24px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  padding: 4px 10px;
  line-height: 1;
}
.flash-sale__countdown .time-unit em {
  font-style: normal;
  font-size: 11px;
  opacity: 0.65;
  margin-top: 2px;
  display: block;
}
.flash-sale__slider {
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}
.flash-sale__slider::-webkit-scrollbar {
  display: none;
}
.flash-sale .flash-product-card {
  flex-shrink: 0;
  flex-basis: calc((100% - 48px) / 4);
  scroll-snap-align: start;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  overflow: hidden;
  color: #ffffff;
  transition: transform 0.2s;
}
.flash-sale .flash-product-card:hover {
  transform: translateY(-3px);
}
.flash-sale .flash-product-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.flash-sale .flash-product-card__body {
  padding: 8px;
}
.flash-sale .flash-product-card__body .name {
  font-size: 11px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.flash-sale .flash-product-card__body .price {
  font-size: 17px;
  font-weight: 800;
  color: #FFD700;
}
@media (max-width: 992px) {
  .flash-sale .flash-product-card {
    flex-basis: calc((100% - 32px) / 3);
  }
}
@media (max-width: 768px) {
  .flash-sale .flash-product-card {
    flex-basis: calc((100% - 16px) / 2);
  }
}
@media (max-width: 576px) {
  .flash-sale .flash-product-card {
    flex-basis: 80%;
  }
}

.news-page {
  padding: 40px 0;
  background: #f5f7fa;
}

.news-card {
  background: #ffffff;
  border: 1px solid #e8ecf0;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}
.news-card:hover {
  box-shadow: 0 4px 16px rgba(5, 109, 222, 0.12);
  transform: translateY(-2px);
}
.news-card:hover .news-card__image img {
  transform: scale(1.04);
}
.news-card__image {
  height: 180px;
  overflow: hidden;
  background: #f5f7fa;
}
.news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.news-card__body {
  padding: 16px;
}
.news-card__category {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #056DDE;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.news-card__title {
  font-size: 13px;
  font-weight: 700;
  color: #1e2d3d;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
  margin-bottom: 8px;
}
.news-card__summary {
  font-size: 11px;
  color: #6c757d;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.news-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #6c757d;
}
.news-card__meta i {
  color: #056DDE;
}

.article-detail-page {
  padding: 40px 0;
  background: #f5f7fa;
}

.article-detail-card {
  background: #ffffff;
  border: 1px solid #e8ecf0;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 40px;
}
@media (max-width: 768px) {
  .article-detail-card {
    padding: 24px 16px;
  }
}

.article-hero-image {
  width: 100%;
  border-radius: 14px;
  aspect-ratio: 16/7;
  object-fit: cover;
  margin-bottom: 24px;
}

.article-title {
  font-size: 30px;
  font-weight: 800;
  color: #1e2d3d;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .article-title {
    font-size: 24px;
  }
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 11px;
  color: #6c757d;
  padding: 16px 0;
  border-bottom: 1px solid #e8ecf0;
  margin-bottom: 24px;
}
.article-meta i {
  color: #056DDE;
}

.article-content {
  font-size: 15px;
  line-height: 1.8;
  color: #1e2d3d;
}
.article-content h2, .article-content h3, .article-content h4 {
  margin-top: 1.5em;
  font-weight: 700;
}
.article-content p {
  margin-bottom: 16px;
}
.article-content img {
  border-radius: 10px;
  margin: 16px auto;
  display: block;
  max-width: 100%;
}
.article-content blockquote {
  border-left: 3px solid #056DDE;
  padding-left: 16px;
  margin: 16px 0;
  color: #6c757d;
  font-style: italic;
}
.article-content code {
  background: #f5f7fa;
  padding: 1px 5px;
  border-radius: 6px;
  font-size: 0.9em;
}
.article-content a {
  color: #056DDE;
  text-decoration: underline;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
.article-tags .tag {
  font-size: 11px;
  font-weight: 500;
  color: #056DDE;
  background: rgba(5, 109, 222, 0.07);
  border: 1px solid rgba(5, 109, 222, 0.2);
  padding: 3px 10px;
  border-radius: 9999px;
  transition: background 0.15s;
}
.article-tags .tag:hover {
  background: rgba(5, 109, 222, 0.15);
}

.cart-page {
  padding: 40px 0;
  background: #f5f7fa;
}

.cart-table {
  background: #ffffff;
  border: 1px solid #e8ecf0;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.cart-table__header {
  background: rgba(5, 109, 222, 0.04);
  border-bottom: 1px solid #e8ecf0;
  padding: 8px 16px;
  display: grid;
  grid-template-columns: minmax(0, 2fr) 120px 120px 120px 40px;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6c757d;
}
@media (max-width: 768px) {
  .cart-table__header {
    display: none;
  }
}
.cart-table__row {
  display: grid;
  grid-template-columns: minmax(0, 2fr) 120px 120px 120px 40px;
  gap: 8px;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #e8ecf0;
  transition: background 0.15s;
}
.cart-table__row:last-child {
  border-bottom: none;
}
.cart-table__row:hover {
  background: rgba(5, 109, 222, 0.025);
}
@media (max-width: 768px) {
  .cart-table__row {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto auto;
  }
}
.cart-table__product {
  display: flex;
  align-items: center;
  gap: 16px;
}
.cart-table__product img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #e8ecf0;
  flex-shrink: 0;
}
.cart-table__product-name {
  font-size: 13px;
  font-weight: 600;
  color: #1e2d3d;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cart-table__product-meta {
  font-size: 11px;
  color: #6c757d;
  margin-top: 2px;
}
.cart-table__qty {
  display: flex;
  align-items: center;
  gap: 4px;
}
.cart-table__qty input[type=number] {
  width: 56px;
  min-height: 36px;
  text-align: center;
  border: 1px solid #e8ecf0;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  -moz-appearance: textfield;
}
.cart-table__qty input[type=number]:focus {
  border-color: #056DDE;
  outline: none;
  box-shadow: 0 0 0 3px rgba(5, 109, 222, 0.1);
}
.cart-table__qty input[type=number]::-webkit-inner-spin-button, .cart-table__qty input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-table__qty .btn-qty {
  width: 30px;
  height: 30px;
  border: 1px solid #e8ecf0;
  background: #ffffff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #1e2d3d;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
.cart-table__qty .btn-qty:hover {
  background: rgba(5, 109, 222, 0.06);
  border-color: #056DDE;
  color: #056DDE;
}
.cart-table__price, .cart-table__subtotal {
  font-size: 13px;
  font-weight: 600;
  color: #1e2d3d;
  text-align: right;
}
.cart-table__subtotal {
  color: #B41D24;
}
.cart-table__remove {
  display: flex;
  justify-content: flex-end;
}
.cart-table__remove .btn-remove {
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  color: #6c757d;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  transition: background 0.15s, color 0.15s;
  cursor: pointer;
}
.cart-table__remove .btn-remove:hover {
  background: rgba(239, 68, 68, 0.08);
  color: #ef4444;
}

.cart-summary {
  background: #ffffff;
  border: 1px solid #e8ecf0;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 24px;
}
.cart-summary__title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e8ecf0;
}
.cart-summary__row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #6c757d;
  margin-bottom: 8px;
}
.cart-summary__row--total {
  font-size: 17px;
  font-weight: 800;
  color: #B41D24;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #e8ecf0;
}
.cart-summary .btn-checkout {
  width: 100%;
  min-height: 48px;
  background: linear-gradient(160deg, #0F70E1 0%, #063096 100%);
  border: none;
  border-radius: 10px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  margin-top: 16px;
  transition: opacity 0.15s;
}
.cart-summary .btn-checkout:hover {
  opacity: 0.9;
}
.cart-summary .points-toggle {
  margin-top: 16px;
  padding: 8px;
  background: rgba(255, 215, 0, 0.1);
  border-radius: 10px;
  border: 1px dashed rgba(255, 215, 0, 0.5);
  font-size: 11px;
  color: #998100;
}

.cart-empty {
  background: #ffffff;
  border: 1px solid #e8ecf0;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  padding: 64px;
  text-align: center;
}
.cart-empty__icon {
  font-size: 56px;
  color: #e8ecf0;
}
.cart-empty__title {
  font-size: 24px;
  font-weight: 700;
  color: #1e2d3d;
  margin: 0;
}
.cart-empty__sub {
  font-size: 13px;
  color: #6c757d;
  margin: 0;
}

.checkout-page {
  padding: 40px 0;
  background: #f5f7fa;
}

.checkout-form {
  background: #ffffff;
  border: 1px solid #e8ecf0;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 40px;
}
@media (max-width: 768px) {
  .checkout-form {
    padding: 24px 16px;
  }
}
.checkout-form .section-label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #056DDE;
  margin-bottom: 16px;
  padding-bottom: 4px;
  border-bottom: 2px solid rgba(5, 109, 222, 0.15);
}
.checkout-form .form-label {
  font-size: 11px;
  font-weight: 600;
  color: #1e2d3d;
}
.checkout-form .form-control, .checkout-form .form-select {
  min-height: 42px;
  font-size: 13px;
  border-color: #e8ecf0;
  border-radius: 10px;
}
.checkout-form .form-control:focus, .checkout-form .form-select:focus {
  border-color: #056DDE;
  box-shadow: 0 0 0 3px rgba(5, 109, 222, 0.1);
}
.checkout-form .form-control.is-invalid, .checkout-form .form-select.is-invalid {
  border-color: #ef4444;
}

.order-review-card {
  background: #ffffff;
  border: 1px solid #e8ecf0;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 90px;
}
.order-review-card__header {
  padding: 16px;
  border-bottom: 1px solid #e8ecf0;
  font-weight: 600;
  font-size: 13px;
}
.order-review-card__items {
  padding: 16px;
  max-height: 280px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.order-review-card__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  border-bottom: 1px solid #e8ecf0;
}
.order-review-card__item:last-child {
  border-bottom: none;
}
.order-review-card__item img {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  object-fit: cover;
  border: 1px solid #e8ecf0;
}
.order-review-card__item-name {
  flex: 1;
  font-size: 11px;
  color: #1e2d3d;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.order-review-card__item-price {
  font-size: 11px;
  font-weight: 700;
  color: #B41D24;
  white-space: nowrap;
}
.order-review-card__totals {
  padding: 16px;
  border-top: 1px solid #e8ecf0;
}
.order-review-card__total-row {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #6c757d;
  margin-bottom: 4px;
}
.order-review-card__total-row--grand {
  font-size: 17px;
  font-weight: 800;
  color: #B41D24;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #e8ecf0;
}
.order-review-card .btn-place-order {
  width: 100%;
  margin: 16px;
  width: calc(100% - 2 * 16px);
  min-height: 46px;
  background: linear-gradient(160deg, #0F70E1 0%, #063096 100%);
  border: none;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  transition: opacity 0.15s;
}
.order-review-card .btn-place-order:hover {
  opacity: 0.9;
}
.order-review-card .btn-place-order:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.payment-method-group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 8px;
  margin-top: 8px;
}
.payment-method-group label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 16px;
  border: 2px solid #e8ecf0;
  border-radius: 10px;
  font-size: 13px;
  transition: border-color 0.15s, background 0.15s;
}
.payment-method-group label:has(input:checked) {
  border-color: #056DDE;
  background: rgba(5, 109, 222, 0.04);
  color: #056DDE;
}
.payment-method-group label input {
  display: none;
}
.payment-method-group label i {
  font-size: 17px;
}

.profile-page {
  padding: 40px 0;
  background: #f5f7fa;
}

.profile-sidebar {
  background: #ffffff;
  border: 1px solid #e8ecf0;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: sticky;
  top: 90px;
}
.profile-sidebar__avatar-block {
  background: linear-gradient(160deg, #0F70E1 0%, #063096 100%);
  padding: 40px 16px;
  text-align: center;
}
.profile-sidebar__avatar {
  width: 88px;
  height: 88px;
  border-radius: 9999px;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 8px;
}
.profile-sidebar__avatar-placeholder {
  width: 88px;
  height: 88px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  font-size: 38px;
  color: #ffffff;
  margin: 0 auto 8px;
}
.profile-sidebar__name {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
}
.profile-sidebar__role {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.12);
  display: inline-block;
  padding: 2px 10px;
  border-radius: 9999px;
}
.profile-sidebar__nav {
  padding: 8px;
}
.profile-sidebar__nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 13px;
  color: #1e2d3d;
  transition: background 0.15s, color 0.15s;
}
.profile-sidebar__nav-link i {
  width: 18px;
  text-align: center;
  color: #6c757d;
}
.profile-sidebar__nav-link:hover, .profile-sidebar__nav-link.active {
  background: rgba(5, 109, 222, 0.07);
  color: #056DDE;
}
.profile-sidebar__nav-link:hover i, .profile-sidebar__nav-link.active i {
  color: #056DDE;
}
.profile-sidebar__nav-link.active {
  font-weight: 600;
}
.profile-sidebar__points-chip {
  margin: 0 16px 16px;
  background: rgba(255, 215, 0, 0.12);
  border-radius: 10px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}
.profile-sidebar__points-chip strong {
  font-size: 20px;
  font-weight: 800;
  color: rgb(142.8, 120.4, 0);
}
.profile-sidebar__points-chip span {
  color: #6c757d;
  font-size: 11px;
}

.profile-card {
  background: #ffffff;
  border: 1px solid #e8ecf0;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 40px;
}
@media (max-width: 768px) {
  .profile-card {
    padding: 24px 16px;
  }
}
.profile-card__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e8ecf0;
}
.profile-card .form-label {
  font-size: 11px;
  font-weight: 600;
  color: #1e2d3d;
}
.profile-card .form-control, .profile-card .form-select {
  min-height: 42px;
  font-size: 13px;
  border-color: #e8ecf0;
  border-radius: 10px;
}
.profile-card .form-control:focus, .profile-card .form-select:focus {
  border-color: #056DDE;
  box-shadow: 0 0 0 3px rgba(5, 109, 222, 0.1);
}
.profile-card .form-control.is-invalid, .profile-card .form-select.is-invalid {
  border-color: #ef4444;
}
.profile-card textarea.form-control {
  min-height: 100px;
  resize: vertical;
}
.profile-card .btn-save {
  min-height: 42px;
  min-width: 140px;
  background: linear-gradient(160deg, #0F70E1 0%, #063096 100%);
  border: none;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  transition: opacity 0.15s;
}
.profile-card .btn-save:hover {
  opacity: 0.9;
}

.avatar-upload {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 24px;
}
.avatar-upload__img {
  width: 96px;
  height: 96px;
  border-radius: 9999px;
  object-fit: cover;
  border: 3px solid #e8ecf0;
  flex-shrink: 0;
}
.avatar-upload__actions {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.avatar-upload__hint {
  font-size: 11px;
  color: #6c757d;
}
.avatar-upload .btn-upload-avatar {
  min-height: 36px;
  border: 1px dashed #056DDE;
  background: rgba(5, 109, 222, 0.04);
  color: #056DDE;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: background 0.15s;
}
.avatar-upload .btn-upload-avatar:hover {
  background: rgba(5, 109, 222, 0.1);
}

.application-list .application-row {
  background: #ffffff;
  border: 1px solid #e8ecf0;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 16px;
  margin-bottom: 8px;
  transition: box-shadow 0.2s;
}
.application-list .application-row:hover {
  box-shadow: 0 4px 16px rgba(5, 109, 222, 0.12);
}
@media (max-width: 768px) {
  .application-list .application-row {
    grid-template-columns: 1fr;
  }
}
.application-list .application-row__job-title {
  font-size: 13px;
  font-weight: 700;
  color: #1e2d3d;
  margin-bottom: 2px;
}
.application-list .application-row__company {
  font-size: 11px;
  color: #6c757d;
}
.application-list .application-row__date {
  font-size: 11px;
  color: #6c757d;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 9999px;
}
.status-badge--pending {
  background: #fef3c7;
  color: #92400e;
}
.status-badge--reviewing {
  background: #dbeafe;
  color: #1e40af;
}
.status-badge--accepted {
  background: #d1fae5;
  color: #065f46;
}
.status-badge--rejected {
  background: #fee2e2;
  color: #991b1b;
}
.status-badge--withdrawn {
  background: #f3f4f6;
  color: #374151;
}

.points-history {
  background: #ffffff;
  border: 1px solid #e8ecf0;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.points-history table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.points-history table th {
  background: rgba(5, 109, 222, 0.04);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6c757d;
  padding: 8px 16px;
  text-align: left;
}
.points-history table td {
  padding: 8px 16px;
  border-top: 1px solid #e8ecf0;
  vertical-align: middle;
}
.points-history table tr:hover td {
  background: rgba(5, 109, 222, 0.02);
}
.points-history__amount {
  font-weight: 700;
}
.points-history__amount--credit {
  color: #22c55e;
}
.points-history__amount--debit {
  color: #ef4444;
}

.cv-page {
  padding: 40px 0;
  background: #f5f7fa;
}

.cv-form-card {
  background: #ffffff;
  border: 1px solid #e8ecf0;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 40px;
}
@media (max-width: 768px) {
  .cv-form-card {
    padding: 24px 16px;
  }
}
.cv-form-card .section-title {
  font-size: 17px;
  font-weight: 700;
  color: #056DDE;
  margin-bottom: 16px;
  padding-bottom: 4px;
  border-bottom: 2px solid rgba(5, 109, 222, 0.15);
  display: flex;
  align-items: center;
  gap: 4px;
}
.cv-form-card .form-label {
  font-size: 11px;
  font-weight: 600;
  color: #1e2d3d;
}
.cv-form-card .form-control, .cv-form-card .form-select {
  min-height: 42px;
  font-size: 13px;
  border-color: #e8ecf0;
  border-radius: 10px;
}
.cv-form-card .form-control:focus, .cv-form-card .form-select:focus {
  border-color: #056DDE;
  box-shadow: 0 0 0 3px rgba(5, 109, 222, 0.1);
}
.cv-form-card .form-control.is-invalid, .cv-form-card .form-select.is-invalid {
  border-color: #ef4444;
}
.cv-form-card textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.cv-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 16px;
}
@media (max-width: 576px) {
  .cv-tier-grid {
    grid-template-columns: 1fr;
  }
}

.cv-tier-card {
  cursor: pointer;
  border: 2px solid #e8ecf0;
  border-radius: 14px;
  padding: 16px;
  text-align: center;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}
.cv-tier-card input[type=radio] {
  display: none;
}
.cv-tier-card:has(input:checked) {
  border-color: #056DDE;
  background: rgba(5, 109, 222, 0.04);
  box-shadow: 0 4px 16px rgba(5, 109, 222, 0.12);
}
.cv-tier-card:has(input:checked) .cv-tier-card__name {
  color: #056DDE;
}
.cv-tier-card__icon {
  font-size: 30px;
  margin-bottom: 4px;
}
.cv-tier-card__name {
  font-size: 13px;
  font-weight: 700;
  color: #1e2d3d;
  margin-bottom: 4px;
}
.cv-tier-card__desc {
  font-size: 11px;
  color: #6c757d;
}
.cv-tier-card--free .cv-tier-card__icon {
  color: #6c757d;
}
.cv-tier-card--top100 .cv-tier-card__icon {
  color: #60a5fa;
}
.cv-tier-card--top10 .cv-tier-card__icon {
  color: #FFD700;
}

.tags-input-wrap {
  border: 1px solid #e8ecf0;
  border-radius: 10px;
  padding: 4px 8px;
  min-height: 44px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  cursor: text;
  transition: border-color 0.15s;
}
.tags-input-wrap:focus-within {
  border-color: #056DDE;
  box-shadow: 0 0 0 3px rgba(5, 109, 222, 0.1);
}
.tags-input-wrap .tag-chip {
  background: rgba(5, 109, 222, 0.1);
  color: #056DDE;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px 3px 10px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.tags-input-wrap .tag-chip button {
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
  color: #056DDE;
  cursor: pointer;
  font-size: 13px;
}
.tags-input-wrap .tag-chip button:hover {
  color: #ef4444;
}
.tags-input-wrap input {
  border: none;
  outline: none;
  font-size: 13px;
  flex: 1;
  min-width: 120px;
  background: transparent;
}

.cv-preview {
  background: #ffffff;
  border: 1px solid #e8ecf0;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 40px;
  position: sticky;
  top: 90px;
}
@media (max-width: 768px) {
  .cv-preview {
    position: static;
  }
}
.cv-preview__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8ecf0;
}
.cv-preview__avatar {
  width: 72px;
  height: 72px;
  border-radius: 9999px;
  object-fit: cover;
  border: 2px solid #e8ecf0;
}
.cv-preview__name {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 4px;
}
.cv-preview__title {
  font-size: 13px;
  color: #6c757d;
  margin: 0;
}
.cv-preview__section {
  margin-bottom: 16px;
}
.cv-preview__section h6 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6c757d;
  margin-bottom: 8px;
}
.cv-preview__section p, .cv-preview__section li {
  font-size: 13px;
  color: #1e2d3d;
  line-height: 1.6;
}
.cv-preview__section ul {
  padding-left: 16px;
  margin: 0;
}

.contact-page {
  padding: 40px 0;
  background: #f5f7fa;
}

.contact-hero {
  background: linear-gradient(160deg, #0F70E1 0%, #063096 100%);
  border-radius: 20px;
  padding: 40px;
  color: #ffffff;
  margin-bottom: 24px;
}
.contact-hero__kicker {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.85;
  margin-bottom: 4px;
}
.contact-hero h1 {
  font-size: 38px;
  font-weight: 800;
  margin: 0 0 8px;
}
@media (max-width: 768px) {
  .contact-hero h1 {
    font-size: 30px;
  }
}
.contact-hero p {
  margin: 0;
  max-width: 680px;
  font-size: 13px;
  opacity: 0.88;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
  gap: 16px;
}
@media (max-width: 992px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

.contact-info-card {
  background: #ffffff;
  border: 1px solid #e8ecf0;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 24px;
}
.contact-info-card__heading {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #1e2d3d;
}
.contact-info-card__item {
  display: flex;
  gap: 8px;
  font-size: 13px;
  color: #1e2d3d;
  margin-bottom: 8px;
}
.contact-info-card__item i {
  width: 18px;
  color: #056DDE;
  flex-shrink: 0;
  margin-top: 2px;
}
.contact-info-card__item a {
  color: #1e2d3d;
}
.contact-info-card__item a:hover {
  color: #056DDE;
}
.contact-info-card__note {
  background: rgba(59, 130, 246, 0.07);
  color: rgb(11.1512195122, 99.1219512195, 242.8487804878);
  border-radius: 10px;
  padding: 8px 16px;
  font-size: 11px;
  display: flex;
  gap: 4px;
  margin-top: 16px;
}

.contact-form-card {
  background: #ffffff;
  border: 1px solid #e8ecf0;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 24px;
}
.contact-form-card .form-label {
  font-size: 11px;
  font-weight: 600;
  color: #1e2d3d;
}
.contact-form-card .form-control, .contact-form-card .form-select, .contact-form-card textarea {
  min-height: 42px;
  font-size: 13px;
  border-color: #e8ecf0;
  border-radius: 10px;
}
.contact-form-card .form-control:focus, .contact-form-card .form-select:focus, .contact-form-card textarea:focus {
  border-color: #056DDE;
  box-shadow: 0 0 0 3px rgba(5, 109, 222, 0.1);
}
.contact-form-card .form-control.is-invalid, .contact-form-card .form-select.is-invalid, .contact-form-card textarea.is-invalid {
  border-color: #ef4444;
}
.contact-form-card textarea {
  min-height: 120px;
  resize: vertical;
}
.contact-form-card .btn-send {
  min-height: 44px;
  background: linear-gradient(160deg, #0F70E1 0%, #063096 100%);
  border: none;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  transition: opacity 0.15s;
}
.contact-form-card .btn-send:hover {
  opacity: 0.9;
}

.contact-map-card {
  background: #ffffff;
  border: 1px solid #e8ecf0;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-top: 16px;
}
.contact-map-card iframe {
  width: 100%;
  height: 280px;
  border: 0;
  display: block;
}

.contact-modern-page {
  background: #f4f7fb;
}
.contact-modern-page .contact-modern-hero {
  background: linear-gradient(145deg, #0f6fdf 0%, #0a4ab3 100%);
  border-radius: 14px;
  padding: 24px;
  color: #fff;
}
.contact-modern-page .contact-modern-hero__kicker {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  opacity: 0.85;
  display: inline-block;
  margin-bottom: 8px;
}
.contact-modern-page .contact-modern-hero .slick-slider .slick-list {
  margin: 0 -0.5rem;
}
.contact-modern-page .contact-modern-hero .slick-slider .slick-slide {
  padding: 0 0.5rem;
  height: auto;
}
.contact-modern-page .contact-modern-hero .slick-slider .slick-slide > div {
  height: 100%;
}
.contact-modern-page .contact-modern-hero .slick-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
}
.contact-modern-page .contact-modern-hero .slick-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.contact-modern-page .contact-modern-hero .slick-slider .slick-dots button {
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  text-indent: -9999px;
  overflow: hidden;
  box-shadow: none;
  position: relative;
  transition: transform 0.2s ease;
}
.contact-modern-page .contact-modern-hero .slick-slider .slick-dots button::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  border: 1px solid #afc2d7;
  background: #e4edf7;
  opacity: 0.95;
  transition: all 0.2s ease;
}
.contact-modern-page .contact-modern-hero .slick-slider .slick-dots li.slick-active button {
  transform: scale(1.12);
}
.contact-modern-page .contact-modern-hero .slick-slider .slick-dots li.slick-active button::before {
  border-color: rgba(5, 109, 222, 0.35);
  background: radial-gradient(circle at center, #056DDE 0 48%, #dce9f8 55% 100%);
  box-shadow: 0 0 0 2px rgba(5, 109, 222, 0.14);
}
.contact-modern-page .contact-modern-hero h1 {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: 800;
}
.contact-modern-page .contact-modern-hero p {
  margin: 0;
  max-width: 720px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
}
.contact-modern-page .contact-modern-grid {
  display: grid;
  grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
  gap: 14px;
}
.contact-modern-page .contact-modern-info,
.contact-modern-page .contact-modern-form-wrap,
.contact-modern-page .contact-modern-map {
  background: #fff;
  border: 1px solid #e3ebf4;
  border-radius: 12px;
}
.contact-modern-page .contact-modern-info {
  padding: 16px;
  display: grid;
  gap: 12px;
}
.contact-modern-page .contact-modern-info article h5 {
  margin: 0 0 8px;
  font-size: 16px;
  color: #223a50;
  font-weight: 700;
}
.contact-modern-page .contact-modern-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.contact-modern-page .contact-modern-info ul li {
  color: #4e657c;
  font-size: 13px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.contact-modern-page .contact-modern-note {
  background: #eef5fd;
  color: #28547e;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  gap: 8px;
  font-size: 12px;
}
.contact-modern-page .contact-modern-form-wrap {
  padding: 16px;
}
.contact-modern-page .contact-modern-form .form-label {
  font-size: 12px;
  color: #5a7288;
  font-weight: 600;
}
.contact-modern-page .contact-modern-form .form-control {
  border-color: #d7e3ef;
  min-height: 40px;
  font-size: 13px;
}
.contact-modern-page .contact-modern-map {
  overflow: hidden;
}
.contact-modern-page .contact-modern-map iframe {
  width: 100%;
  height: 300px;
  border: 0;
}

.companies-modern-page {
  background: #f3f6fa;
}
.companies-modern-page .companies-modern-hero {
  background: #fff;
  border: 1px solid #e2ebf4;
  border-radius: 14px;
  padding: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: 14px;
}
.companies-modern-page .companies-modern-hero__kicker {
  font-size: 12px;
  text-transform: uppercase;
  color: #7a8ea2;
  letter-spacing: 0.5px;
}
.companies-modern-page .companies-modern-hero h1 {
  margin: 4px 0 10px;
  color: #1f3449;
  font-size: 30px;
  font-weight: 800;
}
.companies-modern-page .companies-modern-hero p {
  margin: 0;
  color: #5f758a;
  font-size: 13px;
}
.companies-modern-page .companies-modern-hero__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.companies-modern-page .companies-modern-hero__metrics article {
  border: 1px solid #e4ecf5;
  border-radius: 10px;
  padding: 14px;
  background: #f9fbfe;
}
.companies-modern-page .companies-modern-hero__metrics article strong {
  display: block;
  color: #165ebd;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 6px;
}
.companies-modern-page .companies-modern-hero__metrics article span {
  color: #5f758a;
  font-size: 12px;
}
.companies-modern-page .companies-modern-filter {
  background: #fff;
  border: 1px solid #e2ebf4;
  border-radius: 12px;
  padding: 14px;
}
.companies-modern-page .companies-modern-filter .form-label {
  margin-bottom: 5px;
  color: #60778d;
  font-size: 12px;
  font-weight: 600;
}
.companies-modern-page .company-modern-card {
  background: #fff;
  border: 1px solid #e0e8f1;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(19, 54, 95, 0.06);
}
.companies-modern-page .company-modern-card__body {
  padding: 16px;
}
.companies-modern-page .company-modern-card__logo {
  width: 58px;
  height: 58px;
  border-radius: 10px;
  border: 1px solid #dce5ef;
  object-fit: cover;
}
.companies-modern-page .company-modern-card__logo--placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f4f8fc;
}
.companies-modern-page .company-modern-card__name {
  margin: 0;
  font-size: 15px;
  color: #20364c;
}
.companies-modern-page .company-modern-card__tier {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eaf3ff;
  color: #0b67d0;
  font-size: 11px;
  font-weight: 700;
}
.companies-modern-page .company-modern-card__desc {
  color: #6a8096;
  line-height: 1.6;
  min-height: 58px;
}

.company-profile-page--modern {
  background: #f3f6fa;
}
.company-profile-page--modern .company-profile-hero {
  border: 1px solid #dfe8f2;
  border-radius: 16px;
  background: linear-gradient(145deg, #0e6ede 0%, #0b4fb6 100%);
  padding: 18px;
  color: #fff;
}
.company-profile-page--modern .company-profile-hero__topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.company-profile-page--modern .company-profile-hero__back {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.company-profile-page--modern .company-profile-hero__back:hover {
  color: #0f5fc7;
  background: #fff;
  border-color: #fff;
}
.company-profile-page--modern .company-profile-hero__joined {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
}
.company-profile-page--modern .company-profile-hero__head {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
}
.company-profile-page--modern .company-profile-hero__logo {
  width: 90px;
  height: 90px;
  border-radius: 14px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #386a9f;
  font-size: 36px;
}
.company-profile-page--modern .company-profile-hero__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-profile-page--modern .company-profile-hero__meta h1 {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 8px;
}
.company-profile-page--modern .company-profile-hero__meta h1 i {
  color: #96d5ff;
  font-size: 20px;
}
.company-profile-page--modern .company-profile-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.company-profile-page--modern .company-profile-hero__chips span {
  min-height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.96);
  background: rgba(255, 255, 255, 0.08);
}
.company-profile-page--modern .company-profile-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.company-profile-page--modern .company-profile-hero__stats article {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  min-height: 90px;
  padding: 12px;
  display: grid;
  align-content: center;
  gap: 5px;
}
.company-profile-page--modern .company-profile-hero__stats article strong {
  display: block;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}
.company-profile-page--modern .company-profile-hero__stats article span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.86);
}
.company-profile-page--modern .company-profile-card {
  border: 1px solid #dfe8f2;
  border-radius: 12px;
}
.company-profile-page--modern .company-profile-card .card-header {
  border-bottom: 1px solid #e8eef5;
  font-size: 14px;
  color: #304a63;
}
.company-profile-page--modern .company-profile-card .card-body {
  padding: 16px;
}
.company-profile-page--modern .company-profile-card__text {
  margin: 0;
  white-space: pre-line;
  color: #566f87;
  line-height: 1.8;
  font-size: 13px;
}
.company-profile-page--modern .company-profile-contact {
  display: grid;
  gap: 10px;
}
.company-profile-page--modern .company-profile-contact li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  color: #546d85;
  font-size: 13px;
}
.company-profile-page--modern .company-profile-contact li i {
  color: #0b67d0;
}
.company-profile-page--modern .company-profile-contact li a {
  color: #4e6a84;
}
.company-profile-page--modern .company-profile-contact li a:hover {
  color: #0b67d0;
}
.company-profile-page--modern .company-profile-jobs .company-profile-job-item {
  border: none;
  border-bottom: 1px solid #edf2f7;
}
.company-profile-page--modern .company-profile-jobs .company-profile-job-item:hover {
  background: #f9fbfe;
}
.company-profile-page--modern .company-profile-jobs .company-profile-job-item:last-child {
  border-bottom: none;
}
.company-profile-page--modern .company-profile-jobs .company-profile-job-item h6 {
  color: #22384e;
  font-size: 15px;
}

@media (max-width: 991px) {
  .contact-modern-page .contact-modern-grid,
  .companies-modern-page .companies-modern-hero {
    grid-template-columns: 1fr;
  }
  .company-profile-page--modern .company-profile-hero__stats {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .company-profile-page--modern .company-profile-hero__topbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .company-profile-page--modern .company-profile-hero__head {
    grid-template-columns: 1fr;
  }
  .company-profile-page--modern .company-profile-hero__logo {
    width: 74px;
    height: 74px;
  }
  .company-profile-page--modern .company-profile-hero__meta h1 {
    font-size: 24px;
  }
}
.b2c-product-card__action-form {
  margin: 0;
}

.products-strip-menu {
  position: relative;
}
.products-strip-menu__toggle {
  border: none;
  background: #045ab7;
  color: #fff;
  min-height: 36px;
  border-radius: 6px;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.products-strip-menu__panel {
  width: min(920px, 100vw - 30px);
  border: 1px solid #dce6f2;
  border-radius: 10px;
  padding: 14px;
}
.products-strip-menu__hero {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ebf0f6;
}
.products-strip-menu__hero strong {
  color: #23405c;
  font-size: 16px;
}
.products-strip-menu__hero p {
  margin: 4px 0 0;
  color: #6f8296;
  font-size: 12px;
}
.products-strip-menu__all-link {
  color: #056dde;
  font-size: 12px;
  font-weight: 700;
}
.products-strip-menu__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.products-strip-menu__group {
  border: 1px solid #edf2f7;
  border-radius: 8px;
  padding: 10px;
}
.products-strip-menu__root {
  color: #1f3a55;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.products-strip-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}
.products-strip-menu li a {
  color: #567089;
  font-size: 12px;
}
.products-strip-menu li a:hover {
  color: #056dde;
}

.b2c-figma-page {
  background: #f2f3f5;
  padding-bottom: 28px;
}
.b2c-figma-page__menu-strip {
  background: #056dde;
}
.b2c-figma-page__menu-strip .container {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.b2c-figma-page__menu-strip .menu-strip-links {
  display: inline-flex;
  gap: 16px;
}
.b2c-figma-page__menu-strip .menu-strip-links a {
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.b2c-figma-page__content {
  padding-top: 12px;
}
.b2c-figma-page__breadcrumb {
  font-size: 12px;
  color: #6b7f94;
  margin-bottom: 10px;
}
.b2c-figma-page__breadcrumb strong {
  color: #35506a;
  font-weight: 600;
}

.mobile-filter-trigger {
  display: none;
  margin-bottom: 10px;
  border: 1px solid #d7e2ed;
  background: #fff;
  color: #3f5c77;
  min-height: 36px;
  border-radius: 6px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
  gap: 6px;
}

.b2c-figma-layout {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 12px;
  align-items: start;
}

.b2c-figma-filter h4 {
  margin: 0 0 8px;
  color: #2a4259;
  font-size: 24px;
  font-weight: 700;
}
.b2c-figma-filter .filter-box {
  background: #fff;
  border: 1px solid #e1e8ef;
  border-radius: 6px;
  padding: 10px 12px;
  max-height: 72vh;
  overflow: auto;
}
.b2c-figma-filter .filter-box h5 {
  color: #344b62;
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
}
.b2c-figma-filter .filter-box label {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 6px;
  cursor: pointer;
}
.b2c-figma-filter .filter-box label span {
  color: #445d74;
  font-size: 13px;
}
.b2c-figma-filter .filter-box input[type=checkbox] {
  width: 14px;
  height: 14px;
  accent-color: #056dde;
}
.b2c-figma-filter .category-tree {
  list-style: none;
  margin: 0;
  padding: 0;
}
.b2c-figma-filter .category-tree.level-1 {
  gap: 4px;
}
.b2c-figma-filter .category-tree .category-tree__item {
  margin: 0;
}
.b2c-figma-filter .category-tree .category-tree__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 32px;
  border-radius: 6px;
  padding: 6px 8px;
  color: #3f5870;
  font-size: 12px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.b2c-figma-filter .category-tree .category-tree__link:hover {
  background: #eef5fc;
  color: #0c5ebd;
}
.b2c-figma-filter .category-tree .category-tree__link.is-active {
  background: #0b6fdd;
  color: #fff;
  font-weight: 600;
}
.b2c-figma-filter .category-tree .category-tree__hint {
  font-size: 11px;
  opacity: 0.8;
}
.b2c-figma-filter .category-tree .category-tree__item > .category-tree.level-2,
.b2c-figma-filter .category-tree .category-tree__item > .category-tree.level-3,
.b2c-figma-filter .category-tree .category-tree__item > .category-tree.level-4 {
  margin-top: 2px;
  margin-left: 10px;
  padding-left: 8px;
  border-left: 1px dashed #d6e3f1;
}

.b2c-figma-main {
  min-width: 0;
}

.b2c-figma-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
  margin-bottom: 8px;
}
.b2c-figma-toolbar label {
  color: #64798f;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.b2c-figma-toolbar select {
  min-width: 180px;
  min-height: 32px;
  border: 1px solid #d8e2ec;
  background: #fff;
  border-radius: 4px;
  color: #60758a;
  font-size: 12px;
  padding: 0 8px;
}

.b2c-figma-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.figma-product-card {
  background: #fff;
  border: 1px solid #e1e8ef;
  border-radius: 4px;
  padding: 8px;
  text-align: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.figma-product-card:hover, .figma-product-card:focus-within {
  border-color: #98bedf;
  box-shadow: 0 2px 12px rgba(13, 71, 129, 0.08);
}
.figma-product-card__thumb {
  display: block;
  width: 100%;
  height: 140px;
  border-radius: 3px;
  overflow: hidden;
  background: #f5f8fb;
  margin-bottom: 8px;
}
.figma-product-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.figma-product-card__thumb .thumb-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8ea0b4;
  font-size: 28px;
}
.figma-product-card__name {
  display: block;
  min-height: 40px;
  color: #2a4258;
  font-size: 13px;
  line-height: 1.4;
  text-decoration: none;
  margin-bottom: 4px;
}
.figma-product-card__rating {
  color: #f2b51f;
  font-size: 10px;
  margin-bottom: 2px;
}
.figma-product-card small {
  display: block;
  color: #bcc8d4;
  font-size: 11px;
  margin-bottom: 4px;
}
.figma-product-card__price-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}
.figma-product-card__price-row strong {
  color: #cc2442;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}
.figma-product-card__price-row span {
  color: #a2b0be;
  font-size: 11px;
  text-decoration: line-through;
}
.figma-product-card .figma-grid-footer {
  margin-top: 20px;
  text-align: center;
}

.b2c-figma-newsletter {
  margin-top: 22px;
  background: linear-gradient(96deg, #0d6ddd 0%, #004dae 100%);
}
.b2c-figma-newsletter .container {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.b2c-figma-newsletter h4 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.b2c-figma-newsletter h4 span {
  display: block;
  color: #ffe15a;
  font-size: 22px;
  font-style: italic;
}
.b2c-figma-newsletter form {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 6px;
  width: min(100%, 430px);
}
.b2c-figma-newsletter input {
  min-height: 36px;
  border: none;
  border-radius: 3px;
  padding: 0 10px;
  font-size: 12px;
}
.b2c-figma-newsletter button {
  min-height: 36px;
  border: none;
  border-radius: 3px;
  background: #d21f38;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.b2c-figma-newsletter .newsletter-message {
  grid-column: 1/-1;
  color: #fff;
  font-size: 12px;
}
.b2c-figma-newsletter .newsletter-message.is-error {
  color: #ffd3db;
}
.b2c-figma-newsletter .newsletter-message.is-success {
  color: #d4ffd8;
}

.inner-page-hero {
  border-bottom: 1px #eee solid;
}
.inner-page-hero .inner-page-kicker {
  font-size: 0.875rem;
}
.inner-page-hero .inner-page-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.inner-page-hero .inner-page-desc {
  font-size: 0.875rem;
  color: var(--bs-secondary);
}

@media (max-width: 991px) {
  .mobile-filter-trigger {
    display: inline-flex;
  }
  .b2c-figma-layout {
    grid-template-columns: 1fr;
  }
  .b2c-figma-filter {
    display: none;
  }
  .b2c-figma-filter.is-open {
    display: block;
  }
  .b2c-figma-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .b2c-figma-newsletter h4 {
    font-size: 26px;
  }
  .b2c-figma-newsletter h4 span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .b2c-figma-page__menu-strip .container {
    min-height: 42px;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .b2c-figma-page .menu-strip-links {
    width: 100%;
    justify-content: center;
    gap: 12px;
  }
  .b2c-figma-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .figma-product-card__thumb {
    height: 104px;
  }
  .figma-product-card__price-row strong {
    font-size: 24px;
  }
  .b2c-figma-newsletter .container {
    flex-direction: column;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .b2c-figma-newsletter form {
    width: 100%;
  }
  .site-footer .footer-links--double {
    columns: 1;
  }
  .site-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.job-detail-page {
  padding: 14px 0 28px;
  background: #f3f5f8;
}
.job-detail-page__breadcrumb {
  margin-bottom: 10px;
}
.job-detail-page__breadcrumb .breadcrumb {
  margin: 0;
  font-size: 12px;
}
.job-detail-page__content {
  display: grid;
  grid-template-columns: minmax(0, 2.3fr) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.job-company-hero,
.job-summary-card,
.job-content-card,
.top-companies-card,
.related-jobs-card,
.share-card {
  background: #fff;
  border: 1px solid #e5ebf2;
  border-radius: 8px;
}

.job-company-hero {
  overflow: hidden;
  margin-bottom: 12px;
}
.job-company-hero__cover {
  height: 250px;
}
.job-company-hero__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.job-company-hero__info {
  background: linear-gradient(120deg, #136ad4 0%, #3f92f0 100%);
  color: #fff;
  padding: 12px 16px;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 14px;
  align-items: center;
}
.job-company-hero .hero-logo {
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
  border: 4px solid #f2f8ff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #3a5f84;
  font-size: 36px;
}
.job-company-hero .hero-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.job-company-hero .hero-meta h2 {
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.job-company-hero .hero-meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
}
.job-company-hero .hero-meta ul li {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}

.jobs-index-landing {
  background: #f2f4f7;
  padding-bottom: 34px;
}

.jobs-index-hero {
  position: relative;
  min-height: 355px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.jobs-index-hero .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jobs-index-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 47, 111, 0.46) 0%, rgba(7, 41, 102, 0.75) 100%);
}
.jobs-index-hero .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.jobs-index-hero .hero-content h1 {
  margin: 0 0 8px;
  font-size: 48px;
  font-weight: 700;
}
.jobs-index-hero .hero-content p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
}
.jobs-index-hero .hero-search {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #d9e4ef;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1fr 165px;
  overflow: hidden;
}
.jobs-index-hero .hero-search input,
.jobs-index-hero .hero-search select {
  border: none;
  border-right: 1px solid #e1e8ef;
  min-height: 42px;
  padding: 0 12px;
  font-size: 13px;
  color: #2e455b;
}
.jobs-index-hero .hero-search button {
  border: none;
  background: #d11b35;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 42px;
}

.jobs-index-categories,
.jobs-index-featured,
.jobs-index-companies {
  margin-top: 22px;
  background: #fff;
  border: 1px solid #e4ebf2;
  border-radius: 10px;
  padding: 18px;
}

.jobs-index-landing .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.jobs-index-landing .section-header > div {
  min-width: 0;
}
.jobs-index-landing .section-header h2 {
  margin: 0;
  color: #1f3449;
  font-size: 40px;
  font-weight: 700;
}
.jobs-index-landing .section-header p {
  margin: 4px 0 0;
  color: #7c8d9f;
  font-size: 13px;
}
.jobs-index-landing .section-header p a {
  color: #056dde;
  text-decoration: none;
}
.jobs-index-landing .section-header a {
  color: #6f8398;
  font-size: 13px;
  text-decoration: none;
}
.jobs-index-landing .section-header .section-nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.jobs-index-landing .section-header .section-nav .section-nav-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #d6e0ea;
  background: #fff;
  color: #7f93a6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.jobs-index-landing .section-header .section-nav .section-nav-btn:hover {
  border-color: #0b6fdd;
  color: #0b6fdd;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.category-card {
  border: 1px solid #dce5ef;
  border-radius: 8px;
  min-height: 115px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
}
.category-card .icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #eaf3fe;
  color: #0b6fdd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-card strong {
  color: #243a50;
  font-size: 13px;
}
.category-card small {
  color: #8ba0b4;
  font-size: 12px;
}
.category-card:hover, .category-card:focus-visible {
  border-color: #0b6fdd;
  box-shadow: 0 0 0 2px rgba(11, 111, 221, 0.12);
}

.featured-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.featured-toolbar select {
  min-width: 220px;
  border: 1px solid #d7e1ec;
  border-radius: 6px;
  min-height: 34px;
  font-size: 12px;
  color: #5f758a;
  padding: 0 10px;
}
.featured-toolbar .location-tabs {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.featured-toolbar .location-tabs button {
  border: 1px solid #d7e1ec;
  border-radius: 999px;
  min-height: 30px;
  padding: 0 12px;
  background: #fff;
  color: #5f758a;
  font-size: 12px;
}
.featured-toolbar .location-tabs button.active, .featured-toolbar .location-tabs button:hover {
  color: #fff;
  background: #0b6fdd;
  border-color: #0b6fdd;
}

.featured-jobs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.featured-job-card {
  border: 1px solid #dbe4ee;
  border-radius: 8px;
  padding: 10px;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 9px;
  position: relative;
}
.featured-job-card .badge-hot {
  position: absolute;
  top: 6px;
  left: 6px;
  background: #d11b35;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  border-radius: 4px;
  padding: 1px 6px;
}
.featured-job-card .company-logo {
  width: 62px;
  height: 62px;
  border-radius: 8px;
  border: 1px solid #dbe5ef;
  background: #f8fbff;
  color: #8ca0b5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.featured-job-card .company-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-job-card .job-content {
  min-width: 0;
}
.featured-job-card .job-content .job-title {
  display: block;
  margin-bottom: 3px;
  color: #273d52;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.featured-job-card .job-content .company-name {
  display: block;
  color: #7d91a5;
  font-size: 11px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.featured-job-card .job-content .meta-row {
  display: flex;
  gap: 6px;
}
.featured-job-card .job-content .meta-row span {
  font-size: 11px;
  color: #6c8196;
  border: 1px solid #dbe3ec;
  border-radius: 4px;
  padding: 1px 6px;
}

.featured-dots {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.featured-dots span {
  cursor: pointer;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d6e0ea;
}
.featured-dots span.active {
  width: 18px;
  border-radius: 999px;
  background: #0b6fdd;
}

.top-companies-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.top-company-card {
  border: 1px solid #dde6ef;
  border-radius: 8px;
  min-height: 154px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.top-company-card .logo-wrap {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  border: 1px solid #dce5ef;
  background: #f8fbff;
  color: #8ca0b5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 8px;
}
.top-company-card .logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-company-card p {
  margin: 0;
  color: #2f455a;
  font-size: 12px;
  line-height: 1.4;
}
.top-company-card:hover, .top-company-card:focus-visible {
  border-color: #0b6fdd;
  box-shadow: 0 0 0 2px rgba(11, 111, 221, 0.12);
}

.jobs-index-partners {
  margin-top: 18px;
  border-top: 1px solid #e3e9f0;
  border-bottom: 1px solid #e3e9f0;
  padding: 16px 8px;
}
.jobs-index-partners .partners-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  align-items: center;
  text-align: center;
}
.jobs-index-partners .partners-grid span {
  color: #8c97a5;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: none;
  opacity: 0.75;
}

@media (max-width: 991px) {
  .jobs-index-hero .hero-content h1 {
    font-size: 32px;
  }
  .jobs-index-hero .hero-search {
    grid-template-columns: 1fr;
  }
  .jobs-index-hero .hero-search input,
  .jobs-index-hero .hero-search select {
    border-right: none;
    border-bottom: 1px solid #e1e8ef;
    min-height: 40px;
  }
  .jobs-index-hero .hero-search button {
    min-height: 40px;
  }
  .categories-grid,
  .top-companies-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .featured-jobs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .featured-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .featured-toolbar select {
    min-width: 0;
  }
  .jobs-index-partners .partners-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .jobs-index-partners .partners-grid span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .jobs-index-landing .section-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .jobs-index-landing .section-header h2 {
    font-size: 28px;
  }
  .jobs-index-hero .hero-content h1 {
    font-size: 24px;
  }
  .jobs-index-hero .hero-content p {
    font-size: 12px;
  }
  .categories-grid,
  .featured-jobs-grid,
  .top-companies-grid {
    grid-template-columns: 1fr;
  }
  .jobs-index-partners .partners-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .jobs-index-partners .partners-grid span {
    font-size: 18px;
  }
}
.job-main-column,
.job-side-column {
  display: grid;
  gap: 12px;
}

.job-summary-card {
  padding: 16px;
}
.job-summary-card h1 {
  margin: 0 0 10px;
  color: #1f3449;
  font-size: 34px;
  font-weight: 700;
}
.job-summary-card .summary-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 8px;
}
.job-summary-card .metric-item {
  display: flex;
  gap: 9px;
  align-items: center;
}
.job-summary-card .metric-item i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e8f3ff;
  color: #0b6fdd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.job-summary-card .metric-item span {
  display: block;
  color: #7c90a3;
  font-size: 12px;
  line-height: 1.2;
}
.job-summary-card .metric-item strong {
  color: #294158;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}
.job-summary-card .posted-info {
  margin: 0 0 11px;
  color: #71869b;
  font-size: 12px;
}
.job-summary-card .summary-actions {
  display: grid;
  grid-template-columns: 1fr 136px;
  gap: 8px;
  margin-bottom: 10px;
}
.job-summary-card .summary-actions .btn {
  min-height: 38px;
  font-size: 13px;
  font-weight: 600;
}
.job-summary-card .apply-form {
  display: grid;
  gap: 8px;
}
.job-summary-card .apply-form textarea {
  border: 1px solid #d9e4ef;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 13px;
  min-height: 98px;
  resize: vertical;
}
.job-summary-card .apply-form .btn {
  justify-self: start;
  min-width: 140px;
}

.job-content-card {
  padding: 16px;
}
.job-content-card h3 {
  margin: 0 0 10px;
  color: #1f3449;
  font-size: 32px;
  font-weight: 700;
  border-bottom: 1px solid #dce5ee;
  padding-bottom: 8px;
}
.job-content-card h4 {
  margin: 14px 0 9px;
  color: #1f3449;
  font-size: 28px;
  font-weight: 700;
}
.job-content-card .job-rich-text,
.job-content-card .job-location-text {
  color: #3f5368;
  font-size: 13px;
  line-height: 1.75;
}

.job-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.job-gallery__item {
  display: block;
  border: 1px solid #d7e0ea;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.2s ease;
}
.job-gallery__item img {
  width: 100%;
  height: 165px;
  object-fit: cover;
  display: block;
}
.job-gallery__item.is-active, .job-gallery__item:hover {
  border-color: #0b6fdd;
  box-shadow: 0 0 0 2px rgba(11, 111, 221, 0.15);
}

.job-process-flow {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
  color: #3f5368;
  font-size: 13px;
  line-height: 1.6;
}
.job-process-flow li::marker {
  color: #0b6fdd;
  font-weight: 700;
}

.top-companies-card {
  padding: 14px;
}
.top-companies-card header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.top-companies-card header h3 {
  margin: 0;
  font-size: 29px;
  font-weight: 700;
  color: #1f3449;
}
.top-companies-card header a {
  color: #73879b;
  font-size: 13px;
}
.top-companies-card .company-row {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  align-items: center;
  gap: 10px;
  border: 1px solid #e4ebf2;
  border-radius: 8px;
  padding: 10px;
}
.top-companies-card .company-row + .company-row {
  margin-top: 8px;
}
.top-companies-card .company-row__badge {
  min-height: 44px;
  border-radius: 6px;
  background: #fff4dc;
  color: #d97b00;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-companies-card .company-row__meta h5 {
  margin: 0;
  color: #243b50;
  font-size: 15px;
  font-weight: 700;
}
.top-companies-card .company-row__meta span {
  color: #7a8ea2;
  font-size: 12px;
}

.related-jobs-card,
.share-card {
  padding: 14px;
}
.related-jobs-card h3,
.share-card h3 {
  margin: 0 0 10px;
  color: #1f3449;
  font-size: 24px;
  font-weight: 700;
}

.related-search {
  position: relative;
  margin-bottom: 10px;
}
.related-search input {
  width: 100%;
  height: 36px;
  border: 1px solid #d6e1ec;
  border-radius: 6px;
  padding: 0 34px 0 10px;
  font-size: 12.5px;
}
.related-search i {
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  color: #8ea1b4;
}

.related-job-list {
  display: grid;
  gap: 8px;
}

.related-job-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #edf2f7;
}
.related-job-item .logo-wrap {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #e2eaf2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #91a3b5;
  overflow: hidden;
  background: #f8fbff;
}
.related-job-item .logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-job-item .item-meta {
  min-width: 0;
}
.related-job-item .item-meta strong,
.related-job-item .item-meta small {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.related-job-item .item-meta strong {
  color: #2a4157;
  font-size: 13px;
  margin-bottom: 1px;
}
.related-job-item .item-meta small {
  color: #869aaf;
  font-size: 11px;
}

.view-more-link {
  min-height: 34px;
  margin-top: 8px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid #cee0f4;
  background: #f5faff;
  color: #0b6fdd;
  font-size: 13px;
  font-weight: 600;
}

.share-card label {
  display: block;
  color: #6f8499;
  font-size: 12px;
  margin-bottom: 6px;
}
.share-card .share-input-group {
  display: grid;
  grid-template-columns: 1fr 34px;
  gap: 6px;
  margin-bottom: 6px;
}
.share-card .share-input-group input {
  border: 1px solid #d8e3ee;
  border-radius: 6px;
  height: 34px;
  padding: 0 10px;
  font-size: 12px;
  color: #62798f;
}
.share-card .share-input-group button {
  border: 1px solid #d8e3ee;
  background: #f6f9fc;
  border-radius: 6px;
  color: #5f7690;
}
.share-card .copy-feedback {
  min-height: 18px;
  font-size: 12px;
  color: #75889c;
  margin: 0 0 8px;
}
.share-card .copy-feedback.is-success {
  color: #1c8b4a;
}
.share-card h4 {
  margin: 8px 0 8px;
  color: #2a4157;
  font-size: 16px;
  font-weight: 700;
}
.share-card .social-list {
  display: flex;
  gap: 8px;
}
.share-card .social-list a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #d5e0eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #5f7894;
}
.share-card .social-list a:hover {
  color: #0b6fdd;
  border-color: #0b6fdd;
}

@media (max-width: 1199px) {
  .job-detail-page__content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .job-company-hero__cover {
    height: 170px;
  }
  .job-company-hero__info {
    grid-template-columns: 74px 1fr;
    gap: 10px;
  }
  .job-company-hero .hero-logo {
    width: 74px;
    height: 74px;
  }
  .job-company-hero .hero-meta h2 {
    font-size: 17px;
  }
  .job-summary-card {
    padding: 12px;
  }
  .job-summary-card h1 {
    font-size: 24px;
  }
  .job-summary-card .summary-metrics {
    grid-template-columns: 1fr;
  }
  .job-summary-card .summary-actions {
    grid-template-columns: 1fr;
  }
  .job-content-card {
    padding: 12px;
  }
  .job-content-card h3 {
    font-size: 24px;
  }
  .job-content-card h4 {
    font-size: 20px;
  }
  .job-gallery {
    grid-template-columns: 1fr;
  }
  .job-gallery__item img {
    height: 190px;
  }
  .top-companies-card {
    padding: 12px;
  }
  .top-companies-card header h3 {
    font-size: 21px;
  }
  .top-companies-card .company-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .related-jobs-card,
  .share-card {
    padding: 12px;
  }
}
.jobs-list-figma {
  background: #f3f5f8;
  padding: 10px 0 24px;
}
.jobs-list-figma__top-search {
  margin-bottom: 8px;
}
.jobs-list-figma__top-search .search-main {
  display: grid;
  grid-template-columns: 245px 1fr 250px 136px;
  border: 1px solid #c5d5e7;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  min-height: 41px;
}
.jobs-list-figma__top-search .search-main .search-prefix {
  background: #0b6fdd;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  gap: 6px;
  text-transform: uppercase;
}
.jobs-list-figma__top-search .search-main input,
.jobs-list-figma__top-search .search-main select {
  border: none;
  border-left: 1px solid #e1e8ef;
  padding: 0 12px;
  font-size: 13px;
  color: #2e455b;
  min-width: 0;
}
.jobs-list-figma__top-search .search-main button {
  border: none;
  background: #d11b35;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.jobs-list-figma__breadcrumbs {
  font-size: 12px;
  color: #6f8398;
  margin-bottom: 10px;
}
.jobs-list-figma__content {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 14px;
}

.jobs-filter-panel {
  background: #fff;
  border: 1px solid #e5ebf2;
  border-radius: 8px;
  padding: 14px;
}
.jobs-filter-panel h3 {
  margin: 0 0 10px;
  color: #1f3448;
  font-size: 22px;
  font-weight: 700;
}
.jobs-filter-panel .filter-group {
  border-top: 1px solid #e8edf3;
  padding-top: 10px;
}
.jobs-filter-panel .filter-group + .filter-group {
  margin-top: 10px;
}
.jobs-filter-panel .filter-group h4 {
  margin: 0 0 9px;
  color: #2f475d;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.jobs-filter-panel .filter-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #4d6378;
  margin-bottom: 6px;
}

.jobs-list-content .list-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  gap: 8px;
}
.jobs-list-content .list-head span {
  color: #546a80;
  font-size: 13px;
}
.jobs-list-content .list-head select {
  border: 1px solid #d8e1ec;
  border-radius: 6px;
  min-height: 35px;
  padding: 0 10px;
  font-size: 12px;
  color: #5c7389;
}

.jobs-card-list {
  display: grid;
  gap: 10px;
}

.job-list-item {
  background: #fff;
  border: 1px solid #dce5ef;
  border-radius: 8px;
  padding: 10px;
  display: grid;
  grid-template-columns: 70px 1fr auto;
  align-items: center;
  gap: 12px;
  transition: all 0.2s ease;
}
.job-list-item:hover {
  border-color: #0b6fdd;
  box-shadow: 0 8px 20px rgba(11, 111, 221, 0.08);
}
.job-list-item .logo-wrap {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  border: 1px solid #dbe5ef;
  background: #f8fbff;
  color: #8299ae;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.job-list-item .logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.job-list-item .item-main {
  min-width: 0;
}
.job-list-item .item-main h3 {
  margin: 0 0 3px;
  color: #22374d;
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.job-list-item .item-main p {
  margin: 0 0 5px;
  color: #7b8fa3;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.job-list-item .item-main .item-tags {
  display: flex;
  gap: 8px;
}
.job-list-item .item-main .item-tags span {
  color: #6e8498;
  font-size: 11px;
  border: 1px solid #dbe4ee;
  border-radius: 4px;
  padding: 1px 7px;
  background: #f9fbfd;
}
.job-list-item .item-right {
  color: #6d8093;
  font-size: 12px;
  font-style: italic;
  white-space: nowrap;
}

.jobs-empty-state {
  text-align: center;
  background: #fff;
  border: 1px solid #e2e9f0;
  border-radius: 8px;
  padding: 28px 12px;
}
.jobs-empty-state i {
  font-size: 56px;
  color: #c5d1dd;
}
.jobs-empty-state h5 {
  margin-top: 12px;
  color: #4e647b;
}
.jobs-empty-state p {
  color: #8597aa;
  font-size: 13px;
}

.apply-cv-modal {
  border: 1px solid #dbe5ef;
}
.apply-cv-modal .modal-header {
  border-bottom-color: #e7edf4;
}
.apply-cv-modal .modal-header .modal-title {
  color: #243a50;
  font-weight: 700;
}
.apply-cv-modal .modal-body .form-label {
  color: #526980;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 4px;
}
.apply-cv-modal .modal-body .form-control {
  border-color: #d8e2ec;
  min-height: 38px;
  font-size: 13px;
}
.apply-cv-modal .modal-body textarea.form-control {
  min-height: 110px;
}
.apply-cv-modal .modal-footer {
  border-top-color: #e7edf4;
}

@media (max-width: 991px) {
  .jobs-list-figma__top-search .search-main {
    grid-template-columns: 1fr;
  }
  .jobs-list-figma__top-search .search-main .search-prefix {
    justify-content: center;
    min-height: 40px;
  }
  .jobs-list-figma__top-search .search-main input,
  .jobs-list-figma__top-search .search-main select {
    border-left: none;
    border-top: 1px solid #e1e8ef;
    min-height: 40px;
  }
  .jobs-list-figma__top-search .search-main button {
    min-height: 40px;
  }
  .jobs-list-figma__content {
    grid-template-columns: 1fr;
  }
  .job-list-item .item-main h3 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .job-list-item {
    grid-template-columns: 56px 1fr;
  }
  .job-list-item .logo-wrap {
    width: 56px;
    height: 56px;
  }
  .job-list-item .item-main h3 {
    font-size: 17px;
  }
  .job-list-item .item-right {
    grid-column: 1/-1;
  }
}
.b2c-product-detail-page {
  padding: 14px 0 28px;
}
.b2c-product-detail-page__breadcrumb {
  margin-bottom: 10px;
}
.b2c-product-detail-page__breadcrumb .breadcrumb {
  margin-bottom: 0;
  font-size: 12px;
}
.b2c-product-detail-page__content {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.detail-primary {
  display: grid;
  gap: 12px;
}

.detail-overview-card,
.detail-description-card,
.seller-card,
.sidebar-products {
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 8px;
}

.detail-overview-card {
  display: grid;
  grid-template-columns: minmax(0, 44%) minmax(0, 56%);
}

.product-gallery {
  padding: 16px;
  border-right: 1px solid #edf1f4;
}
.product-gallery__main {
  height: 320px;
  border: 1px solid #edf2f7;
  border-radius: 8px;
  overflow: hidden;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-gallery__main .image-placeholder {
  color: #9fb0c1;
  font-size: 42px;
}
.product-gallery__thumbs {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}
.product-gallery .gallery-thumb {
  border: 1px solid #e4eaf1;
  border-radius: 6px;
  background: #fff;
  min-height: 56px;
  padding: 4px;
  color: #9fb0c1;
}
.product-gallery .gallery-thumb img {
  width: 100%;
  height: 46px;
  object-fit: cover;
}
.product-gallery .gallery-thumb.is-active {
  border-color: #0b71df;
  box-shadow: 0 0 0 2px rgba(11, 113, 223, 0.15);
}

.product-info-main {
  padding: 16px 18px;
}
.product-info-main h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
  color: #1e2f42;
}
.product-info-main .company-anchor {
  color: #5d7388;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
}
.product-info-main .price-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.product-info-main .price-row strong {
  color: #cc0d2f;
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
}
.product-info-main .price-row .sale-tag {
  min-height: 20px;
  padding: 0 7px;
  border-radius: 4px;
  background: #e32740;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
.product-info-main .price-row .old-price {
  color: #a5b2bf;
  font-size: 13px;
  text-decoration: line-through;
}
.product-info-main .sku-row {
  font-size: 13px;
  color: #74889a;
  margin-bottom: 10px;
}
.product-info-main .description-short {
  margin-bottom: 12px;
}
.product-info-main .description-short h6 {
  margin: 0 0 4px;
  font-size: 14px;
  color: #3f5368;
}
.product-info-main .description-short p {
  margin: 0;
  color: #556a7f;
  font-size: 13px;
  line-height: 1.6;
}
.product-info-main .quantity-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.product-info-main .quantity-row label {
  margin: 0;
  color: #44586d;
  font-size: 13px;
}
.product-info-main .quantity-control {
  display: inline-flex;
  align-items: center;
  border: 1px solid #dce4ec;
  border-radius: 999px;
  overflow: hidden;
}
.product-info-main .quantity-control input {
  width: 56px;
  border: none;
  text-align: center;
  font-size: 13px;
  color: #31465c;
  appearance: textfield;
}
.product-info-main .quantity-control input::-webkit-outer-spin-button, .product-info-main .quantity-control input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}
.product-info-main .quantity-control .qty-btn {
  width: 34px;
  height: 34px;
  border: none;
  background: #f3f7fb;
  color: #56708a;
  font-size: 17px;
  line-height: 1;
}
.product-info-main .cta-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.product-info-main .cta-row .btn-cart,
.product-info-main .cta-row .btn-buy-now,
.product-info-main .cta-row .btn-wish {
  min-height: 39px;
  border-radius: 999px;
  padding: 0 16px;
  border: none;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.product-info-main .cta-row .btn-cart {
  background: #e8f3ff;
  color: #0b71df;
  border: 1px solid #bcdcff;
}
.product-info-main .cta-row .btn-buy-now {
  background: #c21832;
  color: #fff;
}
.product-info-main .cta-row .btn-wish {
  background: #fff;
  border: 1px solid #e4e9ef;
  color: #788ea3;
}
.product-info-main .cta-row .btn-wish.is-active {
  color: #c21832;
  border-color: #f3c0ca;
  background: #fff5f7;
}

.detail-description-card {
  padding: 20px 22px;
}
.detail-description-card h3 {
  margin: 0 0 16px;
  color: #1f3348;
  font-size: 1.5rem;
  font-weight: 700;
}
.detail-description-card h4 {
  margin: 12px 0 8px;
  color: #1f3348;
  font-size: 1.25rem;
  font-weight: 700;
}
.detail-description-card .service-grid {
  display: grid;
  grid-template-columns: 165px 1fr;
  row-gap: 8px;
  column-gap: 12px;
  font-size: 13px;
}
.detail-description-card .service-grid span:nth-child(odd) {
  color: #5e7388;
}
.detail-description-card .service-grid span:nth-child(even) {
  color: #2c4359;
  font-weight: 500;
}
.detail-description-card .detail-description-text {
  color: #4d6378;
  font-size: 13px;
  line-height: 1.75;
}

.detail-sidebar {
  display: grid;
  gap: 12px;
}

.seller-card {
  padding: 12px;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px;
}
.seller-card .seller-avatar {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  border: 1px solid #e4ebf2;
  background: #f7fbff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7e95aa;
}
.seller-card .seller-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.seller-card .seller-info h5 {
  margin: 0 0 4px;
  font-size: 15px;
  color: #22384d;
  font-weight: 700;
}
.seller-card .seller-info p {
  margin: 0 0 8px;
  color: #607a91;
  font-size: 12px;
}
.seller-card .seller-info .btn-chat-now {
  min-height: 31px;
  border-radius: 999px;
  background: #edf6ff;
  border: 1px solid #cde2fb;
  color: #0b71df;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
}

.sidebar-products {
  padding: 8px;
}
.sidebar-products .sidebar-product-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 8px;
  padding: 8px 4px;
  border-bottom: 1px solid #edf2f6;
}
.sidebar-products .sidebar-product-item:last-of-type {
  border-bottom: none;
}
.sidebar-products .sidebar-product-item .thumb {
  width: 56px;
  height: 56px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e6ecf3;
  background: #f7fbff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #90a3b6;
}
.sidebar-products .sidebar-product-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar-products .sidebar-product-item .meta {
  min-width: 0;
}
.sidebar-products .sidebar-product-item .meta .name {
  display: block;
  color: #33495f;
  font-size: 12px;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3px;
}
.sidebar-products .sidebar-product-item .meta .price {
  color: #ca0f2f;
  font-size: 13px;
  font-weight: 700;
}
.sidebar-products .sidebar-product-item .meta .price em {
  color: #a5b2bf;
  font-size: 11px;
  font-style: normal;
  text-decoration: line-through;
  margin-left: 4px;
}
.sidebar-products .sidebar-view-more {
  min-height: 36px;
  border-radius: 999px;
  border: 1px solid #d6e6f8;
  background: #f5faff;
  color: #0b71df;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.detail-related-section {
  margin-top: 16px;
}
.detail-related-section header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.detail-related-section header h3 {
  margin: 0;
  color: #1f3348;
  font-size: 38px;
  font-weight: 700;
}
.detail-related-section header a {
  color: #6b7f92;
  font-size: 13px;
}
.detail-related-section .related-slider-shell {
  position: relative;
}
.detail-related-section .related-slider-shell .slick-list {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  padding-bottom: 1rem;
}
.detail-related-section .related-slider-shell .slick-slide {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.detail-related-section .related-slider-shell .related-nav {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 2;
  width: 32px;
  height: 32px;
  border: 1px solid #d6e0ea;
  border-radius: 50%;
  background: #fff;
  color: #657d94;
}
.detail-related-section .related-slider-shell .related-nav.prev {
  left: -14px;
}
.detail-related-section .related-slider-shell .related-nav.next {
  right: -14px;
}
.detail-related-section .related-viewport {
  overflow: hidden;
}
.detail-related-section .related-track {
  display: flex;
  gap: 12px;
  transition: transform 0.35s ease;
}
.detail-related-section .b2c-product-card--compact {
  flex: 0 0 calc((100% - 48px) / 5);
}
.detail-related-section .b2c-product-card--compact .b2c-product-card__image {
  height: 168px;
}
.detail-related-section .b2c-product-card--compact .b2c-product-card__price strong {
  font-size: 1.5rem;
}

@media (max-width: 1199px) {
  .b2c-product-detail-page__content {
    grid-template-columns: 1fr;
  }
  .detail-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .detail-related-section .b2c-product-card--compact {
    flex-basis: calc((100% - 24px) / 3);
  }
}
@media (max-width: 767px) {
  .detail-overview-card {
    grid-template-columns: 1fr;
  }
  .product-gallery {
    border-right: none;
    border-bottom: 1px solid #edf1f4;
  }
  .product-gallery__main {
    height: 230px;
  }
  .product-gallery__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .product-info-main h1 {
    font-size: 22px;
  }
  .product-info-main .price-row strong {
    font-size: 27px;
  }
  .detail-description-card {
    padding: 14px;
  }
  .detail-description-card h3 {
    font-size: 1.25rem;
  }
  .detail-description-card h4 {
    font-size: 1.125rem;
  }
  .detail-description-card .service-grid {
    grid-template-columns: 130px 1fr;
    row-gap: 6px;
  }
  .detail-sidebar {
    grid-template-columns: 1fr;
  }
  .detail-related-section header h3 {
    font-size: 26px;
  }
  .detail-related-section .related-slider-shell .related-nav {
    display: none;
  }
  .detail-related-section .b2c-product-card--compact {
    flex-basis: calc((100% - 12px) / 2);
  }
  .detail-related-section .b2c-product-card--compact .b2c-product-card__image {
    height: 136px;
  }
  .detail-related-section .b2c-product-card--compact .b2c-product-card__price strong {
    font-size: 1.375rem;
  }
}
html {
  font-size: 17px;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.6;
  color: #1e2d3d;
  margin-bottom: 0 !important;
}

a {
  text-decoration: none;
}

.top-bar {
  background: #ffffff;
  border-bottom: 1px solid #e8ecf0;
  font-size: 0.875rem;
  padding: 5px 0;
  position: relative;
  z-index: 1031;
}
.top-bar .hotline {
  color: #B41D24;
  font-weight: 600;
}
.top-bar .hotline i {
  margin-right: 5px;
}
.top-bar .account-link {
  color: #1e2d3d;
  font-weight: 500;
  transition: color 0.2s;
}
.top-bar .account-link i {
  margin-right: 4px;
}
.top-bar .account-link:hover {
  color: #056DDE;
}

.site-header {
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 1030;
}
.site-header .navbar-brand {
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-header .navbar-brand .brand-logo-img {
  height: 60px;
  width: auto;
}
.site-header .navbar-nav .nav-link {
  color: #1e2d3d !important;
  font-weight: 500;
  padding: 10px 1.5rem !important;
  transition: color 0.2s;
}
.site-header .navbar-nav .nav-link:hover, .site-header .navbar-nav .nav-link.active {
  color: #056DDE !important;
}
.site-header .dropdown-menu {
  border: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  min-width: 180px;
}
.site-header .dropdown-menu .dropdown-item {
  font-size: 13px;
  padding: 8px 16px;
  color: #1e2d3d;
}
.site-header .dropdown-menu .dropdown-item:hover {
  background: rgba(5, 109, 222, 0.06);
  color: #056DDE;
}
.site-header .search-btn {
  background: none;
  border: none;
  color: #1e2d3d;
  font-size: 18px;
  padding: 0 8px;
  cursor: pointer;
  transition: color 0.2s;
}
.site-header .search-btn:hover {
  color: #056DDE;
}

.sub-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.sub-header .sub-left {
  background: #056DDE;
  color: #ffffff;
  padding: 7px 24px;
}
.sub-header .sub-right {
  background: #B41D24;
  color: #ffffff;
  padding: 7px 24px;
  text-align: right;
}

.hero-banner img {
  width: 100%;
  aspect-ratio: 2.5;
  object-fit: cover;
}
.hero-banner .slick-arrow {
  background: #056DDE;
  color: #ffffff;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  font-size: 1.5rem;
}
.hero-banner .slick-prev {
  left: 12px;
}
.hero-banner .slick-next {
  right: 12px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}
.section-header .section-title {
  font-size: 22px;
  font-weight: 700;
  color: #1e2d3d;
  position: relative;
  padding-bottom: 10px;
}
.section-header .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 3px;
  background: #056DDE;
  border-radius: 2px;
}
.section-header .view-all-link {
  color: #056DDE;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.section-header .view-all-link:hover {
  text-decoration: underline;
}

.about-section {
  padding: 52px 0;
  background: #ffffff;
}
.about-section .about-img-wrap {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}
.about-section .about-img-wrap img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  display: block;
}
.about-section .about-content {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .about-section .about-content {
    padding-left: 0;
    margin-top: 24px;
  }
}
.about-section .about-content .about-label {
  display: inline-block;
  font-size: 26px;
  font-weight: 800;
  color: #1e2d3d;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 3px solid #B41D24;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
.about-section .about-content .about-text {
  color: #6c757d;
  line-height: 1.85;
  font-size: 14.5px;
  margin-bottom: 20px;
}
.about-section .about-content .about-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}
.about-section .about-content .about-checklist li {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}
.about-section .about-content .about-checklist li .check-icon {
  color: #056DDE;
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 3px;
}
.about-section .about-content .about-checklist li .check-body .check-title {
  display: block;
  font-weight: 700;
  color: #1e2d3d;
  margin-bottom: 4px;
  font-size: 15px;
}
.about-section .about-content .about-checklist li .check-body .check-desc {
  display: block;
  color: #6c757d;
  font-size: 13.5px;
  line-height: 1.65;
}
.about-section .about-content .btn-learn-more {
  background: #056DDE;
  color: #ffffff;
  padding: 10px 28px;
  border-radius: 24px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  display: inline-block;
  transition: background 0.2s, transform 0.15s;
}
.about-section .about-content .btn-learn-more:hover {
  background: rgb(4.1013215859, 89.4088105727, 182.0986784141);
  transform: translateY(-1px);
}

.jobs-section {
  padding: 52px 0;
  background: #f5f7fa;
}
.jobs-section .job-filter-bar {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  align-items: start;
  margin-bottom: 20px;
  gap: 12px;
}
.jobs-section .job-filter-bar__location, .jobs-section .job-filter-bar__categories {
  background: #fff;
  border: 1px solid #dce5ef;
  border-radius: 8px;
  min-height: 56px;
  padding: 10px 12px;
}
.jobs-section .job-filter-bar__categories {
  min-width: 0;
}
.jobs-section .job-filter-bar .filter-title {
  display: block;
  margin-bottom: 8px;
  color: #4c6277;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.jobs-section .job-filter-bar .filter-location {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
  color: #6c757d;
}
.jobs-section .job-filter-bar .filter-location select {
  border: 1px solid #e8ecf0;
  border-radius: 4px;
  padding: 5px 28px 5px 10px;
  font-size: 13px;
  background: #ffffff;
  color: #1e2d3d;
  cursor: pointer;
  appearance: auto;
  min-width: 100%;
}
.jobs-section .job-filter-bar .category-tabs {
  display: flex;
  gap: 6px;
  align-items: center;
  min-width: 0;
}
.jobs-section .job-filter-bar .category-tabs .cat-tab {
  border: 1px solid #e8ecf0;
  background: #ffffff;
  color: #1e2d3d;
  padding: 5px 18px;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s;
}
.jobs-section .job-filter-bar .category-tabs .cat-tab.active, .jobs-section .job-filter-bar .category-tabs .cat-tab:hover {
  background: #056DDE;
  color: #ffffff;
  border-color: #056DDE;
}
.jobs-section .job-filter-bar .category-tabs .tab-arrow {
  width: 28px;
  height: 28px;
  border: 1px solid #e8ecf0;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  transition: all 0.2s;
}
.jobs-section .job-filter-bar .category-tabs .tab-arrow:hover {
  background: #056DDE;
  color: #ffffff;
  border-color: #056DDE;
}
.jobs-section .job-filter-bar .category-tabs .slick-list {
  width: 100%;
}
.jobs-section .job-filter-bar .category-tabs .slick-track {
  display: flex;
  align-items: center;
}
.jobs-section .job-filter-bar .category-tabs .slick-slide {
  width: auto;
}
.jobs-section .job-filter-bar .category-tabs .slick-slide > div {
  display: flex;
}
.jobs-section .job-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 14px;
  border: 1px solid #d7e3ef;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 0;
  min-height: 188px;
  box-shadow: 0 8px 20px rgba(14, 52, 92, 0.06);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.jobs-section .job-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.jobs-section .job-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  min-height: 24px;
}
.jobs-section .job-card__body {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  flex: 1;
}
.jobs-section .job-card .hot-badge {
  position: static;
  background: #B41D24;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.jobs-section .job-card .featured-label {
  position: static;
  background: rgba(5, 109, 222, 0.12);
  color: #056DDE;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 999px;
}
.jobs-section .job-card .company-logo-wrap {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid #d5e2f0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef4ff;
}
.jobs-section .job-card .company-logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jobs-section .job-card .job-details {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.jobs-section .job-card .job-details .job-link {
  font-size: 15px;
  font-weight: 700;
  color: #1e2d3d;
  display: block;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.jobs-section .job-card .job-details .job-link:hover {
  color: #056DDE;
}
.jobs-section .job-card .job-details .company-link {
  font-size: 13px;
  color: #6c757d;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jobs-section .job-card .job-details .company-link:hover {
  color: #056DDE;
}
.jobs-section .job-card .job-details .job-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: auto;
}
.jobs-section .job-card .job-details .job-meta .meta-salary {
  font-size: 13px;
  color: #0b5fc2;
  font-weight: 700;
}
.jobs-section .job-card .job-details .job-meta .meta-type {
  font-size: 12px;
  background: #e7f1ff;
  color: #0557b5;
  padding: 3px 10px;
  border-radius: 999px;
  font-weight: 600;
}
.jobs-section .job-card.featured-tier {
  border-left: 4px solid #056DDE;
}
.jobs-section .jobs-grid .job-item {
  display: flex;
}
.jobs-section .jobs-grid .job-card {
  width: 100%;
  height: 100%;
}
.jobs-section .carousel-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 20px;
}
.jobs-section .carousel-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e8ecf0;
  cursor: pointer;
  transition: background 0.2s, width 0.2s;
}
.jobs-section .carousel-dots .dot.active {
  background: #056DDE;
  width: 20px;
  border-radius: 4px;
}

#productsRow .product-card {
  margin: 0.5rem 0;
}

.products-section {
  padding: 52px 0;
  background: #ffffff;
}
.products-section .products-carousel-wrap {
  position: relative;
}
.products-section .products-carousel-wrap .carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #e8ecf0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s;
  font-size: 14px;
  color: #1e2d3d;
}
.products-section .products-carousel-wrap .carousel-arrow:hover {
  background: #056DDE;
  color: #ffffff;
  border-color: #056DDE;
}
.products-section .products-carousel-wrap .carousel-arrow.arrow-prev {
  left: -18px;
}
.products-section .products-carousel-wrap .carousel-arrow.arrow-next {
  right: -18px;
}
.products-section .product-card {
  border: 1px solid #e8ecf0;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.products-section .product-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.products-section .product-card .product-img-wrap {
  height: 190px;
  overflow: hidden;
  position: relative;
}
.products-section .product-card .product-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s;
}
.products-section .product-card .product-img-wrap .product-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #B41D24;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 4px;
}
.products-section .product-card .product-img-wrap .product-discount {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #ff6b35;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
}
.products-section .product-card:hover .product-img-wrap img {
  transform: scale(1.06);
}
.products-section .product-card .product-body {
  padding: 10px 12px 14px;
}
.products-section .product-card .product-body .product-name {
  font-size: 13px;
  color: #1e2d3d;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 38px;
  line-height: 1.45;
  margin-bottom: 5px;
}
.products-section .product-card .product-body .product-name:hover {
  color: #056DDE;
}
.products-section .product-card .product-body .product-stars {
  color: #f5a300;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.products-section .product-card .product-body small {
  font-size: 0.75rem;
}
.products-section .product-card .product-body .product-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}
.products-section .product-card .product-body .product-price .price-now {
  color: #B41D24;
  font-size: 16px;
  font-weight: 700;
}
.products-section .product-card .product-body .product-price .price-original {
  color: #6c757d;
  font-size: 12px;
  text-decoration: line-through;
}
.products-section .carousel-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 24px;
}
.products-section .carousel-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e8ecf0;
  cursor: pointer;
  transition: background 0.2s, width 0.2s;
}
.products-section .carousel-dots .dot.active {
  background: #056DDE;
  width: 20px;
  border-radius: 4px;
}

.news-section {
  padding: 52px 0;
  background: #f5f7fa;
}
.news-section .news-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  border: 1px solid #e8ecf0;
}
.news-section .news-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.news-section .news-card .news-thumb {
  height: 185px;
  overflow: hidden;
}
.news-section .news-card .news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s;
}
.news-section .news-card:hover .news-thumb img {
  transform: scale(1.05);
}
.news-section .news-card .news-body {
  padding: 14px 16px;
}
.news-section .news-card .news-body .news-cat {
  display: inline-block;
  background: #28a745;
  color: #ffffff;
  font-size: 11px;
  padding: 2px 9px;
  border-radius: 3px;
  margin-bottom: 8px;
  font-weight: 600;
}
.news-section .news-card .news-body .news-title {
  font-size: 14px;
  font-weight: 600;
  color: #1e2d3d;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.news-section .news-card .news-body .news-title:hover {
  color: #056DDE;
}
.news-section .news-card .news-body .news-date {
  font-size: 12px;
  color: #6c757d;
}
.news-section .news-card .news-body .news-date i {
  margin-right: 4px;
}
.news-section .btn-news-more {
  display: inline-block;
  margin-top: 32px;
  background: #056DDE;
  color: #ffffff;
  padding: 11px 38px;
  border-radius: 24px;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.2s, transform 0.15s;
}
.news-section .btn-news-more:hover {
  background: rgb(4.1013215859, 89.4088105727, 182.0986784141);
  transform: translateY(-1px);
}

.site-footer {
  background: #fff;
  color: #1f2e3d;
  padding: 40px 0 0;
  border-top: 1px solid #e7edf4;
}
.site-footer__top {
  padding-bottom: 24px;
}
.site-footer .footer-brand__logo {
  width: 110px;
  height: 42px;
  border-radius: 8px;
  background: linear-gradient(140deg, #0d6dde 0%, #0849a9 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.site-footer .footer-brand__desc {
  font-size: 13px;
  color: #5a6f84;
  line-height: 1.7;
  margin: 0 0 12px;
}
.site-footer .footer-contact {
  font-size: 13px;
  line-height: 1.5;
}
.site-footer .footer-contact p {
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: #334b62;
}
.site-footer .footer-contact p i {
  flex-shrink: 0;
  margin-top: 2px;
  color: #056dde;
}
.site-footer .footer-socials {
  display: flex;
  gap: 8px;
  margin-top: 18px;
  flex-wrap: wrap;
}
.site-footer .footer-socials a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #d4dfeb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4e657d;
  font-size: 13px;
  transition: all 0.2s;
}
.site-footer .footer-socials a:hover {
  background: #056DDE;
  border-color: #056DDE;
  color: #fff;
}
.site-footer .footer-col-title {
  font-size: 15px;
  font-weight: 700;
  color: #1f2e3d;
  padding-bottom: 8px;
  border-bottom: 2px solid #dbe7f3;
  display: inline-block;
  margin-bottom: 16px;
}
.site-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.site-footer .footer-links li {
  margin-bottom: 8px;
}
.site-footer .footer-links a {
  color: #566f87;
  font-size: 13px;
  transition: color 0.2s;
}
.site-footer .footer-links a:hover {
  color: #056dde;
}
.site-footer .footer-links--double {
  columns: 2;
  column-gap: 16px;
}
.site-footer .footer-bottom {
  border-top: 1px solid #e7edf4;
  margin-top: 8px;
  padding: 16px 0 20px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #5f7488;
}
.site-footer .footer-bottom__meta {
  color: #8ca0b5;
}

.footer-subscribe {
  margin-top: 8px;
}
.footer-subscribe__label {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #3f576e;
  margin-bottom: 6px;
}
.footer-subscribe .news-detail-nav {
  border-radius: 14px;
}
.footer-subscribe .news-detail-nav__link {
  color: #0b71df;
  font-weight: 600;
  font-size: 14px;
}
.footer-subscribe .news-detail-nav__link:hover {
  color: #0957ab;
}
.footer-subscribe__group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-subscribe__group .form-control {
  min-height: 38px;
  border-color: #d9e4ef;
  font-size: 13px;
}
@media (max-width: 991px) {
  .footer-subscribe__group .news-index-featured {
    grid-template-columns: 1fr;
  }
  .footer-subscribe__group .news-index-featured__image {
    min-height: 240px;
  }
  .footer-subscribe__group .news-index-featured__title {
    font-size: 20px;
  }
}
.footer-subscribe__group .btn {
  min-width: 42px;
  min-height: 38px;
  border-radius: 10px;
  padding: 0 12px;
}
.footer-subscribe__hint {
  display: block;
  margin-top: 6px;
  color: #8ba0b5;
  font-size: 11px;
}

@media (max-width: 1199px) {
  .hero-city {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 991px) {
  .sub-header {
    display: none;
  }
  .site-header .navbar-nav .nav-link {
    padding: 8px 10px !important;
  }
  .hero-city {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-banner {
    padding: 40px 0 32px;
  }
  .about-section .about-content {
    padding-left: 0;
  }
  .jobs-section .job-filter-bar {
    grid-template-columns: 1fr;
  }
  .jobs-section .job-filter-bar__location, .jobs-section .job-filter-bar__categories {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .top-bar .hotline {
    font-size: 12px;
  }
  .section-header .section-title {
    font-size: 18px;
  }
  .hero-banner .partner-logos {
    gap: 6px;
  }
  .hero-banner .partner-item {
    min-width: 68px;
    padding: 5px 12px;
    height: 40px;
  }
  .inner-page-shell .table thead th {
    white-space: nowrap;
    font-size: 13px;
  }
  .inner-page-shell .table td,
  .inner-page-shell .table th {
    vertical-align: middle;
  }
  .product-result-card .card-img-top {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .inner-page-shell .table {
    min-width: 640px;
  }
  .inner-page-shell .inner-filter-card {
    border-radius: 12px;
  }
}
.about-section,
.jobs-section,
.products-section,
.news-section {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.about-section.revealed,
.jobs-section.revealed,
.products-section.revealed,
.news-section.revealed {
  opacity: 1;
  transform: translateY(0);
}

.site-header.scrolled {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.14);
}

.partner-banner-strip {
  background: #fff;
  border-top: 1px solid #e4edf6;
  border-bottom: 1px solid #e4edf6;
  padding: 14px 0 10px;
}
.partner-banner-strip__head {
  margin-bottom: 8px;
}
.partner-banner-strip__head h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #29435d;
}

.partner-banner-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 82px;
  border: 1px solid #e6edf5;
  border-radius: 12px;
  background: #fff;
  padding: 10px 14px;
}
.partner-banner-item img {
  width: 100%;
  height: 80px;
  object-fit: contain;
  filter: grayscale(0.05);
  opacity: 0.95;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.partner-banner-item a:hover img {
  opacity: 1;
  transform: scale(1.03);
}

.cart-modern-card {
  border-radius: 14px;
}
.cart-modern-card .cart-modern-table thead th {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #5f7286;
  border-bottom: 1px solid #e5ecf3;
}
.cart-modern-card .cart-modern-table td {
  border-color: #edf2f7;
}

.cart-modern-product {
  min-width: 240px;
}
.cart-modern-product__thumb {
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border: 1px solid #e2eaf2;
}

.cart-modern-qty-input {
  width: 76px;
}

.cart-modern-price,
.cart-modern-total {
  white-space: nowrap;
}

.cart-modern-summary {
  border-radius: 14px;
}
.cart-modern-summary .card-header {
  font-size: 14px;
}

.news-index-featured {
  background: #fff;
  border: 1px solid #dfe9f4;
  border-radius: 18px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  box-shadow: 0 12px 28px rgba(13, 52, 94, 0.08);
}
.news-index-featured__image {
  display: block;
  min-height: 320px;
  background: #f0f6fd;
}
.news-index-featured__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-index-featured__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.news-index-featured__meta {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.news-index-featured__meta small {
  color: #60758a;
  font-size: 13px;
}
.news-index-featured__title {
  margin: 0;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 800;
  color: #1f3449;
}
.news-index-featured__summary {
  color: #5a7087;
  line-height: 1.75;
  margin: 0;
}
.news-index-featured__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0b71df;
  font-size: 14px;
  font-weight: 700;
}
.news-index-featured__link:hover {
  color: #0a59ac;
}

.news-index-grid .news-index-card {
  border: 1px solid #e4ecf5;
  box-shadow: 0 8px 22px rgba(15, 54, 96, 0.06);
}

.news-index-card__thumb-placeholder {
  background: #eef5fd;
}

.news-index-card {
  border-radius: 14px;
  overflow: hidden;
}
.news-index-card__thumb {
  display: block;
  overflow: hidden;
}
.news-index-card .card-img-top {
  height: 210px;
  object-fit: cover;
  transition: transform 0.25s ease;
}
.news-index-card:hover .card-img-top {
  transform: scale(1.03);
}
.news-index-card__meta-row {
  margin-bottom: 6px;
}
.news-index-card__title {
  min-height: 48px;
}
.news-index-card__summary {
  min-height: 58px;
}
.news-index-card__readmore {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #0b71df;
}
.news-index-card__readmore:hover {
  color: #0957ab;
}

.news-detail-card {
  border-radius: 16px;
  overflow: hidden;
}
.news-detail-card__cover {
  max-height: 430px;
  object-fit: cover;
}
.news-detail-card__title {
  color: #1f3347;
}
.news-detail-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.news-detail-share .btn {
  min-width: 34px;
}

.news-related-item__thumb {
  width: 60px;
  height: 60px;
  min-width: 60px;
  object-fit: cover;
}
.news-related-item h6 {
  color: #243a4f;
}

.top-bar {
  transition: transform 0.3s ease;
}

.jobs-hero {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(160deg, #0F70E1 0%, #063096 100%);
}
.jobs-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  opacity: 0.28;
}
.jobs-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(15, 112, 225, 0.82) 0%, rgba(6, 48, 150, 0.92) 100%);
}
.jobs-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 52px 0 48px;
  text-align: center;
  color: #ffffff;
}
.jobs-hero__content .hero-headline {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.25;
}
@media (max-width: 575px) {
  .jobs-hero__content .hero-headline {
    font-size: 22px;
  }
}
.jobs-hero__content .hero-sub {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 28px;
}
.jobs-hero__search-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  max-width: 900px;
  margin: 0 auto;
}
.jobs-hero__search-box .search-field {
  flex: 1 1 160px;
  min-width: 0;
}
.jobs-hero__search-box .search-field .form-control,
.jobs-hero__search-box .search-field .form-select {
  border: none;
  border-right: 1px solid #e8ecf0;
  border-radius: 0;
  font-size: 13.5px;
  padding: 8px 10px;
  background: transparent;
  box-shadow: none;
  height: 42px;
}
.jobs-hero__search-box .search-field .form-control:focus,
.jobs-hero__search-box .search-field .form-select:focus {
  box-shadow: none;
  border-color: #e8ecf0;
}
.jobs-hero__search-box .search-field .form-control::placeholder,
.jobs-hero__search-box .search-field .form-select::placeholder {
  color: #adb5bd;
}
.jobs-hero__search-box .search-field:last-of-type .form-control, .jobs-hero__search-box .search-field:last-of-type .form-select {
  border-right: none;
}
.jobs-hero__search-box .btn-search-hero {
  flex-shrink: 0;
  background: #B41D24;
  color: #ffffff;
  border: none;
  border-radius: 7px;
  padding: 10px 28px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  transition: background 0.2s, transform 0.15s;
  height: 42px;
  white-space: nowrap;
}
.jobs-hero__search-box .btn-search-hero:hover {
  background: rgb(144.8612440191, 23.3387559809, 28.9722488038);
  transform: translateY(-1px);
}
@media (max-width: 767px) {
  .jobs-hero__search-box {
    flex-direction: column;
    padding: 12px;
  }
  .jobs-hero__search-box .search-field {
    width: 100%;
    flex: none;
  }
  .jobs-hero__search-box .search-field .form-control, .jobs-hero__search-box .search-field .form-select {
    border: 1px solid #e8ecf0;
    border-radius: 6px;
  }
  .jobs-hero__search-box .btn-search-hero {
    width: 100%;
    justify-content: center;
  }
}

.jobs-listing {
  padding: 52px 0;
  background: #f5f7fa;
}
.jobs-listing__result-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 10px;
}
.jobs-listing__result-bar .result-count {
  font-size: 14px;
  color: #6c757d;
}
.jobs-listing__result-bar .result-count strong {
  color: #1e2d3d;
}
.jobs-listing__result-bar .reset-link {
  font-size: 13px;
  color: #6c757d;
  border: 1px solid #e8ecf0;
  padding: 4px 14px;
  border-radius: 20px;
  transition: all 0.2s;
}
.jobs-listing__result-bar .reset-link:hover {
  background: #056DDE;
  color: #ffffff;
  border-color: #056DDE;
}
.jobs-listing__grid .job-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 12px 14px;
  border: 1px solid #e8ecf0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  height: 100%;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.jobs-listing__grid .job-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.jobs-listing__grid .job-card .hot-badge {
  position: absolute;
  top: 0;
  left: 0;
  background: #B41D24;
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 8px 0 8px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.jobs-listing__grid .job-card .company-logo-wrap {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid #e8ecf0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f4ff;
  margin-top: 4px;
}
.jobs-listing__grid .job-card .company-logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jobs-listing__grid .job-card .job-info {
  flex: 1;
  min-width: 0;
}
.jobs-listing__grid .job-card .job-info .job-title {
  font-size: 13.5px;
  font-weight: 700;
  color: #1e2d3d;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  line-height: 1.4;
}
.jobs-listing__grid .job-card .job-info .job-title:hover {
  color: #056DDE;
}
.jobs-listing__grid .job-card .job-info .company-name {
  font-size: 12px;
  color: #6c757d;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 7px;
}
.jobs-listing__grid .job-card .job-info .company-name i {
  margin-right: 3px;
}
.jobs-listing__grid .job-card .job-info .company-name:hover {
  color: #056DDE;
}
.jobs-listing__grid .job-card .job-info .job-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 7px;
}
.jobs-listing__grid .job-card .job-info .job-tags .tag {
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 3px;
  font-weight: 500;
}
.jobs-listing__grid .job-card .job-info .job-tags .tag--type {
  background: #e8f0fe;
  color: #056DDE;
}
.jobs-listing__grid .job-card .job-info .job-tags .tag--location {
  background: #eafaf1;
  color: #198754;
}
.jobs-listing__grid .job-card .job-info .job-tags .tag--category {
  background: rgba(5, 109, 222, 0.08);
  color: #056DDE;
}
.jobs-listing__grid .job-card .job-info .job-tags .tag--featured {
  background: rgba(255, 215, 0, 0.18);
  color: rgb(142.8, 120.4, 0);
}
.jobs-listing__grid .job-card .job-info .job-salary {
  font-size: 12.5px;
  font-weight: 700;
  color: #198754;
}
.jobs-listing__grid .job-card .job-meta-right {
  flex-shrink: 0;
  text-align: right;
  font-size: 11px;
  color: #6c757d;
  line-height: 1.8;
}
.jobs-listing__grid .job-card.featured-tier {
  border-left: 3px solid #056DDE;
}
.jobs-listing__empty {
  text-align: center;
  padding: 60px 0;
}
.jobs-listing__empty i {
  font-size: 64px;
  color: #e8ecf0;
}
.jobs-listing__empty h5 {
  color: #6c757d;
  margin-top: 16px;
}
.jobs-listing__empty p {
  color: #6c757d;
  font-size: 14px;
}

@media (max-width: 767px) {
  .jobs-hero__content .hero-headline {
    font-size: 22px;
  }
  .jobs-listing {
    padding: 32px 0;
  }
}
.b2c-products-page {
  background: #fff;
}
.b2c-products-page__menu-strip {
  background: #056dde;
  color: #fff;
  font-size: 13px;
}
.b2c-products-page__menu-strip .container {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.b2c-products-page__menu-strip span {
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.b2c-products-page__menu-strip .menu-strip-links {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
.b2c-products-page__menu-strip .menu-strip-links a {
  color: #d9ecff;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.b2c-products-page__body {
  padding-top: 12px;
  padding-bottom: 26px;
}
.b2c-products-page__breadcrumb {
  font-size: 12px;
  color: #778a9e;
  margin-bottom: 8px;
}
.b2c-products-page__breadcrumb strong {
  color: #35506a;
  font-weight: 600;
}

.b2c-products-search {
  background: #f5f8fd;
  border: 1px solid #e8ecf0;
  border-radius: 8px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.b2c-products-search .search-fields {
  flex: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: 24px 1fr 220px 180px;
  align-items: center;
  gap: 10px;
}
.b2c-products-search .search-fields i {
  color: #9aa7b6;
  text-align: center;
}
.b2c-products-search .search-fields input,
.b2c-products-search .search-fields select {
  border: 1px solid #dfe7ef;
  border-radius: 6px;
  height: 38px;
  font-size: 13px;
  padding: 0 12px;
  background: #fff;
}
.b2c-products-search .search-actions {
  display: flex;
  gap: 8px;
}
.b2c-products-search .search-actions .btn {
  min-height: 38px;
  font-size: 13px;
  font-weight: 600;
}

.b2c-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.9fr) minmax(0, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}
.b2c-hero-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
.b2c-hero-grid .hero-main-banner {
  min-height: 280px;
}
.b2c-hero-grid .hero-side-banners {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
}

.flash-sale {
  background: linear-gradient(180deg, #ff2c55 0%, #d50d25 100%);
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 16px;
}
.flash-sale__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.flash-sale__head h2 {
  margin: 0;
  color: #ffeb4d;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 6px;
}
.flash-sale__countdown {
  color: #ffe8ef;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.flash-sale__countdown span {
  background: #fff;
  color: #d9102b;
  min-width: 34px;
  min-height: 28px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.flash-sale__slider {
  position: relative;
}
.flash-sale__slider .slider-nav {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 2;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #c5122b;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.flash-sale__slider .slider-nav.prev {
  left: -16px;
}
.flash-sale__slider .slider-nav.next {
  right: -16px;
}
.flash-sale__slider .slider-viewport {
  overflow: hidden;
}
.flash-sale__slider .slider-track {
  display: flex;
  transition: transform 0.35s ease;
  gap: 10px;
}
.flash-sale__slider .slick-dots {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.flash-sale__slider .slick-dots li {
  margin: 0;
}
.flash-sale__slider .slick-dots button {
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 50%;
  background: transparent;
  text-indent: -9999px;
  padding: 0;
  position: relative;
}
.flash-sale__slider .slick-dots button::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.38);
  transition: all 0.2s ease;
}
.flash-sale__slider .slick-dots li.slick-active button::before {
  background: #fff;
  border-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.28);
}
.flash-sale .flash-product-card {
  flex: 0 0 calc((100% - 40px) / 5);
  background: #fff;
  border-radius: 6px;
  padding: 8px;
  min-height: 286px;
  display: flex;
  flex-direction: column;
}
.flash-sale .flash-product-card .product-thumb {
  height: 155px;
  border-radius: 6px;
  overflow: hidden;
  background: #f4f7fb;
  margin-bottom: 8px;
}
.flash-sale .flash-product-card .product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.flash-sale .flash-product-card .product-thumb .thumb-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8ea0b4;
  font-size: 28px;
}
.flash-sale .flash-product-card .product-name {
  font-size: 13px;
  color: #213247;
  line-height: 1.4;
  min-height: 38px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}
.flash-sale .flash-product-card .product-rating {
  color: #f5a300;
  font-size: 10px;
  margin-bottom: 2px;
}
.flash-sale .flash-product-card small {
  color: #bcc8d4;
  font-size: 11px;
  margin-bottom: 6px;
}
.flash-sale .flash-product-card .product-price-row {
  margin-top: auto;
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.flash-sale .flash-product-card .product-price-row strong {
  color: #d3162f;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}
.flash-sale .flash-product-card .product-price-row span {
  color: #96a4b3;
  font-size: 11px;
  text-decoration: line-through;
}
.flash-sale .slider-dots {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.flash-sale .slider-dots button {
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
}
.flash-sale .slider-dots button.active {
  width: 22px;
  border-radius: 5px;
  background: #fff;
}

.promo-banner-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}
.promo-banner-strip a {
  min-height: 76px;
  border-radius: 12px;
  padding: 14px 18px;
  background: linear-gradient(120deg, #2f5fca 0%, #66a3ff 100%);
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.promo-banner-strip a strong {
  font-size: 20px;
  line-height: 1.2;
}

.b2c-products-list .section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.b2c-products-list .section-head h3 {
  margin: 0;
  font-size: 34px;
  font-weight: 700;
}
.b2c-products-list .section-head a {
  color: #697b8e;
  font-size: 13px;
}

.category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.category-pills a {
  border: 1px solid #d8e0ea;
  background: #fff;
  border-radius: 999px;
  font-size: 12px;
  min-height: 32px;
  padding: 0 14px;
  color: #3b4d60;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.category-pills a.active, .category-pills a:hover {
  background: #056dde;
  border-color: #056dde;
  color: #fff;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.b2c-product-card {
  border: 1px solid #edf1f4;
  border-radius: 8px;
  padding: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.b2c-product-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.b2c-product-card__image {
  height: 178px;
  border-radius: 6px;
  overflow: hidden;
  background: #f4f8fc;
  margin-bottom: 8px;
}
.b2c-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b2c-product-card__image .thumb-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8ea0b4;
  font-size: 28px;
}
.b2c-product-card__name {
  color: #22364b;
  font-size: 13px;
  line-height: 1.4;
  min-height: 38px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 3px;
}
.b2c-product-card__company {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #7d90a3;
  font-size: 11px;
  margin-bottom: 6px;
}
.b2c-product-card__company i {
  color: #6f86a0;
}
.b2c-product-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
  min-height: 18px;
}
.b2c-product-card__rating {
  color: #f5a300;
  font-size: 10px;
  margin-bottom: 0;
}
.b2c-product-card small {
  color: #bcc8d4;
  font-size: 11px;
  margin-bottom: 0;
}
.b2c-product-card__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 0;
}
.b2c-product-card__price strong {
  color: #d3162f;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
}
.b2c-product-card__price span {
  color: #95a4b3;
  font-size: 11px;
  text-decoration: line-through;
}
.b2c-product-card__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}
.b2c-product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 2px;
  min-height: 42px;
}
.b2c-product-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eef6ff;
  border: 1px solid #cfe2fb;
  color: #0b71df;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
.b2c-product-card__cta:hover {
  color: #095cad;
  border-color: #b9d6fb;
  background: #e5f1ff;
}

.product-action-btn {
  min-height: 32px;
  min-width: 32px;
  border: 1px solid #d9e4ef;
  border-radius: 999px;
  background: #fff;
  color: #5d748a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 12px;
  padding: 0 10px;
}
.product-action-btn--icon {
  width: 34px;
  min-width: 34px;
  padding: 0;
}
.product-action-btn--vote {
  min-width: 56px;
}
.product-action-btn.is-active, .product-action-btn:hover {
  color: #c11b34;
  border-color: #f3c9d0;
  background: #fff4f6;
}

.products-footer {
  margin-top: 20px;
  text-align: center;
}

.products-strip-menu__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.load-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  min-height: 40px;
  min-width: 170px;
  padding: 0 20px;
  border: none;
  background: #056dde;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.load-more-btn:hover {
  color: #fff;
  background: rgb(4.2136563877, 91.8577092511, 187.0863436123);
}

.empty-product-state {
  text-align: center;
  padding: 40px 0;
}
.empty-product-state i {
  font-size: 56px;
  color: #c7d2dd;
}
.empty-product-state h5 {
  margin-top: 12px;
  color: #516274;
}
.empty-product-state p {
  color: #8c9cac;
}

.b2c-newsletter {
  background: linear-gradient(120deg, #0c62d8 0%, #1143ae 100%);
  padding: 18px 0;
  margin-top: 8px;
}
.b2c-newsletter .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.b2c-newsletter h4 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
}
.b2c-newsletter h4 span {
  color: #ffe26e;
  display: block;
  font-size: 23px;
}
.b2c-newsletter form {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.b2c-newsletter form input {
  width: min(340px, 75vw);
  min-height: 40px;
  border: none;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 13px;
}
.b2c-newsletter form button {
  border: none;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 20px;
  background: #d71f32;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.b2c-newsletter form .newsletter-message {
  width: 100%;
  color: #d8f5df;
  font-size: 12px;
}
.b2c-newsletter form .newsletter-message.is-error {
  color: #ffdbe2;
}

@media (max-width: 991px) {
  .b2c-products-search {
    flex-direction: column;
    align-items: stretch;
  }
  .b2c-products-search .search-fields {
    grid-template-columns: 24px 1fr;
  }
  .b2c-products-search .search-fields select {
    grid-column: 1/-1;
  }
  .b2c-products-search .search-actions {
    justify-content: flex-end;
  }
  .b2c-hero-grid {
    grid-template-columns: 1fr;
  }
  .b2c-hero-grid .hero-main-banner {
    min-height: 220px;
  }
  .b2c-hero-grid .hero-side-banners {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 1fr;
  }
  .flash-sale .flash-product-card {
    flex-basis: calc((100% - 20px) / 3);
  }
  .flash-sale__head h2 {
    font-size: 24px;
  }
  .promo-banner-strip {
    grid-template-columns: 1fr;
  }
  .promo-banner-strip a strong {
    font-size: 20px;
  }
  .products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .b2c-products-list .section-head h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .b2c-products-page__menu-strip .container {
    min-height: 40px;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .b2c-products-page__menu-strip .menu-strip-links {
    width: 100%;
    justify-content: center;
    gap: 14px;
  }
  .products-strip-menu {
    width: 100%;
  }
  .products-strip-menu__toggle {
    width: 100%;
    justify-content: center;
  }
  .products-strip-menu__grid {
    grid-template-columns: 1fr;
  }
  .flash-sale .flash-product-card {
    flex-basis: calc((100% - 10px) / 2);
  }
  .flash-sale__slider .slider-nav {
    display: none;
  }
  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .b2c-product-card__image {
    height: 145px;
  }
  .b2c-product-card__price strong {
    font-size: 18px;
  }
  .b2c-newsletter h4 {
    font-size: 24px;
  }
  .b2c-newsletter h4 span {
    font-size: 17px;
  }
  .b2c-newsletter form {
    width: 100%;
  }
  .b2c-newsletter form input {
    width: 100%;
  }
}
