.gd-title {
  background: linear-gradient(104.04deg,
      #1472ff -4%,
      #47a9ff 23%,
      #adc3ff 50%,
      #ffadc9 77%,
      #ff476b 104%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: fit-content;
  word-wrap: break-word;
}

.gd-admin {
  background: linear-gradient(104.04deg,
      #0fff7b -4%,
      #0fe3ff 23%,
      #47a9ff 50%,
      #1472ff 77%,
      #0fff7b 104%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: fit-content;
}

.gd-border-left {
  border-left: 6px solid;
  border-image: linear-gradient(104.04deg,
      #0fff7b -4%,
      #0fe3ff 23%,
      #47a9ff 50%,
      #1472ff 77%,
      #0fff7b 104%) 1;
}

@keyframes slides {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.animate-slides {
  animation: slides 30s infinite linear;
}

.hero-brand {
  mask-image: linear-gradient(to right,
      rgba(0, 0, 0, 0) 0%,
      rgb(0, 0, 0) 25%,
      rgb(0, 0, 0) 75%,
      rgba(0, 0, 0, 0) 100%);
}

.hero-brand:hover .animate-slides {
  animation-play-state: paused;
}

.b-active {
  background-image: linear-gradient(180deg, rgba(152, 161, 174, 0.08) 0%, rgba(152, 161, 174, 0.08) 0.01%, rgba(20, 114, 255, 0) 100%);
  border: 1px solid #98a1ae14;
  color: #47a9ff;
}

@media screen and (max-width: 991px) {
  .hero-brand .inline-flex.logo_items.animate-slides:first-child {
    display: none;
  }
}

.accordion-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
}

.accordion-content.show {
  max-height: auto;
}

.accordion-header svg {
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}

.accordion-header svg {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.accordion-header svg.rotate-180 {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}




.space-evenly-between {
  justify-content: space-evenly;
}

.logo {
  width: 160px;
}

.atom-notyf .notyf__icon {
  margin-right: 22px !important;
}

.atom-notyf {
  border-radius: 8px !important;
  
  font-size: 1.3rem;
  padding: 5px;
  border: 2px solid transparent !important;
  
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(#1c1c1c, #1c1c1c),
    linear-gradient(104.04deg,
      #1472ff -4%,
      #47a9ff 23%,
      #adc3ff 50%,
      #ffadc9 77%,
      #ff476b 104%) !important;
}

.custom-fa {
  --fa-primary-color: #47a9ff !important;
  --fa-secondary-color: #47a9ff;
}

.custom-fa-error {
  --fa-primary-color: #ff4747 !important;
  --fa-secondary-color: #ff4747;
}

.custom-fa-success {
  --fa-primary-color: #47ff56 !important;
  --fa-secondary-color: #47ff56;
}

.custom-fa-info {
  --fa-primary-color: #47a9ff !important;
  --fa-secondary-color: #47a9ff;
}

.swiper-slide {
  height: auto !important;
}

.atom-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  padding: 10px 14px;
  border-radius: 4px;
  border: 1px solid rgba(71, 169, 255, 0.24);
  color: #cfd8e8;
  background:
    linear-gradient(104.04deg, rgba(20, 114, 255, 0.18) -4%, rgba(71, 169, 255, 0.08) 50%, rgba(255, 71, 107, 0.08) 104%),
    rgba(10, 15, 24, 0.72);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.atom-label i {
  flex: 0 0 auto;
  color: #47a9ff;
  font-size: 13px;
}

.atom-media-carousel {
  position: relative;
}

.atom-media-carousel .swiper {
  padding-bottom: 54px;
}

.atom-media-card {
  overflow: hidden;
  height: 100%;
}

.atom-media-carousel-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
}

.atom-media-carousel-trigger::after {
  content: "\f00e";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #fff;
  background: rgba(20, 114, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.22);
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.25s ease;
}

.atom-media-carousel-trigger:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.atom-media-carousel-asset {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  background: #05080f;
  transition: transform 0.35s ease;
}

.atom-media-carousel-trigger:hover .atom-media-carousel-asset {
  transform: scale(1.04);
}

.atom-media-carousel-arrow {
  position: absolute;
  top: 210px;
  z-index: 5;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  background: rgba(15, 17, 21, 0.86);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.atom-media-carousel-arrow:hover {
  background: #47a9ff;
  color: #05080f;
}

.atom-media-carousel-prev {
  left: 18px;
}

.atom-media-carousel-next {
  right: 18px;
}

.atom-media-carousel-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  z-index: 5;
  text-align: center;
}

.atom-media-carousel-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.42);
  opacity: 1;
}

.atom-media-carousel-pagination .swiper-pagination-bullet-active {
  background: #47a9ff;
}

.atom-media-section {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.atom-media-section .swiper {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.atom-media-section-has-nav {
  padding-bottom: 38px;
}

.atom-media-section-trigger {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
}

.atom-media-section-trigger::after {
  content: "\f00e";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #fff;
  background: rgba(20, 114, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.22);
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.25s ease;
}

.atom-media-section-trigger:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.atom-media-section-asset {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 4px;
  background: #05080f;
  transition: transform 0.35s ease;
}

.atom-media-section-trigger:hover .atom-media-section-asset {
  transform: scale(1.04);
}

.atom-media-section-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  background: rgba(15, 17, 21, 0.86);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  transition: all 0.25s ease;
}

.atom-media-section-arrow:hover {
  background: #47a9ff;
  color: #05080f;
  transform: translateY(-50%);
}

.atom-media-section-prev {
  left: 28px;
}

.atom-media-section-next {
  right: 28px;
}

.atom-media-section-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  z-index: 5;
  text-align: center;
}

.atom-media-section-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: rgba(255, 255, 255, 0.42);
  opacity: 1;
}

.atom-media-section-pagination .swiper-pagination-bullet-active {
  background: #47a9ff;
}

.atom-media-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.88);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.atom-media-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.atom-media-lightbox-inner {
  position: relative;
  width: min(1180px, 100%);
  opacity: 0;
  transform: translateY(14px) scale(0.96);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.atom-media-lightbox.is-open .atom-media-lightbox-inner {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.atomMediaLightboxSwiper {
  padding-bottom: 48px;
}

.atom-media-lightbox-media {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
  border-radius: 4px;
  background: #05080f;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.atom-media-lightbox-close {
  position: absolute;
  top: -22px;
  right: -22px;
  z-index: 20;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: #fff;
  background: #1472ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.atom-media-lightbox-arrow {
  position: absolute;
  top: calc(50% - 24px);
  z-index: 5;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  background: rgba(15, 17, 21, 0.86);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.atom-media-lightbox-arrow:hover {
  background: #47a9ff;
  color: #05080f;
}

.atom-media-lightbox-prev {
  left: 18px;
}

.atom-media-lightbox-next {
  right: 18px;
}

.atom-media-lightbox-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  z-index: 5;
  text-align: center;
}

.atom-media-lightbox-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.42);
  opacity: 1;
}

.atom-media-lightbox-pagination .swiper-pagination-bullet-active {
  background: #47a9ff;
}

.atom-media-lightbox.is-single .atom-media-lightbox-arrow,
.atom-media-lightbox.is-single .atom-media-lightbox-pagination {
  display: none;
}

@media screen and (max-width: 767px) {
  .atom-media-carousel-asset {
    height: 260px;
  }

  .atom-media-carousel-arrow {
    top: 130px;
    width: 40px;
    height: 40px;
  }

  .atom-media-section-asset {
    height: 250px;
  }

  .atom-media-section-arrow {
    width: 38px;
    height: 38px;
  }

  .atom-media-section-prev {
    left: 16px;
  }

  .atom-media-section-next {
    right: 16px;
  }

  .atom-media-lightbox-close {
    top: 10px;
    right: 10px;
  }

  .atom-media-lightbox-arrow {
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
  }

  .atom-media-lightbox-prev {
    left: 10px;
  }

  .atom-media-lightbox-next {
    right: 10px;
  }
}

.flex-1 {
  flex: 1;
}

.star-avarage {
  background:
    color-mix(in srgb, #ffdd0f 10%, transparent);
  color: #ffdd0f;
  padding: 11px;
  border-radius: 21px;
  border-color: #ffdd0f;
  border: 2px solid;
}

.custom-select {
  -webkit-appearance: menulist !important;
  
  appearance: menulist !important;

}

.custom-select option {
  background-color: #0F1115;
  color: white;
}

.custom-select option:disabled {
  color: white !important;
  background-color: #0F1115 !important;
  font-weight: bold;
  cursor: not-allowed;
}

.select2-container .select2-selection--single {
  border: none !important;
}


.select2-container--default .select2-selection--single {
  background-color: #0F1115 !important;
  border: 1px solid #333 !important;
  color: white !important;
  padding: 0.99rem 2.5rem 0.9rem 1rem !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-radius: 4px;
  position: relative;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: white !important;
  background-color: transparent !important;
  font-size: 1rem;
  line-height: normal !important;
  display: flex !important;
  align-items: center !important;
  height: auto !important;
  padding: 0 !important;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute !important;
  right: 12px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 18px !important;
  height: 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}


.select2-container--default .select2-dropdown {
  background-color: #0F1115 !important;
  border: 1px solid #333 !important;
  color: white !important;
  border-radius: 4px;
}


.select2-container--default .select2-results__option {
  background-color: #0F1115 !important;
  color: white !important;
  padding: 10px !important;
  display: flex;
  align-items: center;
}


.select2-container--default .select2-results__option--highlighted {
  background-color: #1A1C20 !important;
  color: white !important;
}


.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: white !important;
  background-color: #0F1115 !important;
  font-weight: bold;
  cursor: not-allowed;
}


.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #0F1115 !important;
  border: 1px solid #333 !important;
  color: white !important;
  padding: 8px;
  width: 100%;
  border-radius: 4px;
}


.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
  color: #888 !important;
}


.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #555 !important;
  outline: none !important;
}


.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 6px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 3px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  background: #222;
}

.img-flag {
  margin: 0 !important;
  display: inline-block !important;
  width: 25px;
}

.comment-center {
  align-content: center;
}

.media-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: all 2.0s ease-in-out;
}

.media-fade.show {
  opacity: 1;
  transform: translateY(0);
}

.media-toggle {
  overflow: hidden;
  isolation: isolate;
}

.media-toggle:not(.media-toggle-has-video) {
  cursor: default !important;
}

.media-toggle-has-video::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at center, rgba(71, 169, 255, 0.22), transparent 34%),
    linear-gradient(180deg, rgba(5, 11, 21, 0.08), rgba(5, 11, 21, 0.58));
  transition: opacity 420ms ease, backdrop-filter 420ms ease;
}

.media-toggle-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 76px;
  height: 76px;
  border-radius: 999px;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.78);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(71, 169, 255, 0.10));
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 22px 60px rgba(20, 114, 255, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.30);
  backdrop-filter: blur(12px);
  transition: opacity 420ms ease, transform 420ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 420ms ease;
}

.media-toggle-play::before {
  content: "";
  position: absolute;
  inset: -9px;
  border-radius: inherit;
  border: 1px solid rgba(71, 169, 255, 0.22);
  opacity: 0;
  transform: scale(0.86);
  transition: opacity 420ms ease, transform 420ms ease;
}

.media-toggle-play::after {
  content: "";
  position: absolute;
  left: 31px;
  top: 25px;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 19px solid #ffffff;
  filter: drop-shadow(0 0 14px rgba(71, 169, 255, 0.55));
}

.media-toggle-has-video:hover::before,
.media-toggle-has-video:focus-within::before {
  opacity: 1;
  backdrop-filter: blur(1px);
}

.media-toggle-has-video:hover .media-toggle-play,
.media-toggle-has-video:focus-within .media-toggle-play {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  box-shadow: 0 24px 70px rgba(20, 114, 255, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.media-toggle-has-video:hover .media-toggle-play::before,
.media-toggle-has-video:focus-within .media-toggle-play::before {
  opacity: 1;
  transform: scale(1);
}

.media-toggle-has-video.media-toggle-playing::before,
.media-toggle-has-video.media-toggle-playing .media-toggle-play {
  display: none;
}

@media (max-width: 575px) {
  .media-toggle-play {
    width: 58px;
    height: 58px;
  }

  .media-toggle-play::after {
    left: 24px;
    top: 19px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 15px;
  }
}

.badge {
  display: inline-block;
  padding: 7px 18px;
  border-radius: 21px;
  font-size: 1rem;
  font-weight: 600;
  background: #232a36;
  color: #adc3ff;
  border: 2px solid #adc3ff;
  letter-spacing: 0.02em;
}

.badge-green {
  background: color-mix(in srgb, #0fff7b 10%, transparent);
  color: #0fff7b;
  border-color: #0fff7b;
}

.badge-blue {
  background: color-mix(in srgb, #0fe3ff 10%, transparent);
  color: #0fe3ff;
  border-color: #0fe3ff;
}

.badge-red {
  background: color-mix(in srgb, #ff0f0f 10%, transparent);
  color: #ff0f0f;
  border-color: #ff0f0f;
}

.badge-yellow {
  background: color-mix(in srgb, #ffef0f 10%, transparent);
  color: #ffef0f;
  border-color: #ffef0f;
}

.badge-darkblue {
  background: #0f065c;
  color: #47a9ff;
  border-color: #47a9ff;
}

.badge-purple {
  background: color-mix(in srgb, #a147ff 10%, transparent);
  color: #a147ff;
  border-color: #a147ff;
}

.badge-gray {
  background: #181c22;
  color: #e5e8ec;
  border-color: #98a1ae;
}

.ticket-dot {
  font-size: 1.2em;
  color: #adc3ff;
}

.ticket-messages-timeline {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 24px;
}

.ticket-message-card {
  border-radius: 18px;
  padding: 26px 32px 22px 32px;
  position: relative;
  transition: box-shadow 0.3s, transform 0.3s;
  margin-bottom: 0;
}

.ticket-message-card.user-message {
  border-left: 6px solid #47a9ff;
  background-image: linear-gradient(359.79deg, rgb(0 0 0) 6.49%, rgb(20 114 255 / 18%) 104.86%);
  box-shadow: 0 4px 24px 0 rgba(20, 114, 255, 0.08);
}

.ticket-message-card.admin-message {
  border-left: 6px solid #ff476b;
  background-image: linear-gradient(359.79deg, rgb(0 0 0) 6.49%, rgb(255 71 107 / 5%) 104.86%);
  box-shadow: 0 4px 24px 0 rgba(255, 71, 107, 0.08);
}

.ticket-message-card.user-message:hover {
  box-shadow: 0 8px 32px 0 rgba(20, 114, 255, 0.13);
  transform: translateY(-2px) scale(1.01);
  border-left-width: 6px;
}

.ticket-message-card.admin-message:hover {
  box-shadow: 0 8px 32px 0 rgba(255, 71, 107, 0.13);
  transform: translateY(-2px) scale(1.01);
  border-left-width: 6px;
}

.message-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  gap: 1.2rem;
}

.message-author {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #47a9ff;
  font-size: 1.08rem;
  letter-spacing: 0.01em;
}

.admin-message .message-author {
  color: #ff476b;
}

.message-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 7px;
  vertical-align: middle;
  background: #122f5fbd;
  object-fit: cover;
  box-shadow: 0 2px 8px 0 rgba(20, 114, 255, 0.07);
}

.message-date {
  color: #98a1ae;
  font-size: 0.97rem;
  font-weight: 500;
  padding: 4px 14px;
  background: rgba(152, 161, 174, 0.13);
  border-radius: 12px;
  margin-left: auto;
  backdrop-filter: blur(4px);
  white-space: nowrap;
}

.message-separator {
  width: 100%;
  height: 2px;
  background: #47a9ff87;
  opacity: 0.3;
  margin: 18px 0 0 0;
  border-radius: 1px;
}

.admin-message .message-separator {
  background: #ff476b87;
}

.message-url {
  text-decoration: underline;
  font-weight: 600;
}

.admin-message .message-url {
  color: #ff476b;
}

.user-message .message-url {
  color: #47a9ff;
}

.message-content {
  color: #e8eaed;
  font-size: 1.08rem;
  line-height: 1.75;
  word-break: break-word;
  white-space: pre-line;
  position: relative;
  margin-top: 18px;
  padding: 18px 18px 16px 18px;
  background: rgb(0 106 255 / 8%);
  border-radius: 12px;
  box-shadow: 0 1px 8px 0 rgba(71, 169, 255, 0.03);
}

.admin-message .message-content {
  background: rgba(255, 71, 107, 0.03);
}



@media (max-width: 700px) {
  .ticket-message-card {
    padding: 16px 12px 14px 12px;
    border-radius: 16px;
    margin-bottom: 16px;
    box-shadow: 0 2px 16px 0 rgba(20, 114, 255, 0.06);
  }

  .message-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .message-author {
    font-size: 1.05rem;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .message-author img {
    width: 44px;
    height: 44px;
    margin-right: 0;
    flex-shrink: 0;
  }

  .message-date {
    font-size: 0.9rem;
    margin-left: 0;
    margin-top: 0;
    padding: 6px 12px;
    align-self: flex-start;
  }

  .message-separator {
    margin: 14px 0 0 0;
    height: 1.5px;
  }

  .message-content {
    font-size: 1rem;
    line-height: 1.7;
    margin-top: 14px;
    padding: 16px 12px 14px 12px;
    border-radius: 10px;
  }
}

@media (max-width: 480px) {
  .ticket-message-card {
    padding: 14px 10px 12px 10px;
    border-radius: 14px;
    margin-bottom: 12px;
  }

  .message-author {
    font-size: 1rem;
  }

  .message-author img {
    width: 40px;
    height: 40px;
  }

  .message-date {
    font-size: 0.85rem;
    padding: 5px 10px;
  }

  .message-content {
    font-size: 0.95rem;
    padding: 14px 10px 12px 10px;
    border-radius: 8px;
  }

  .message-separator {
    margin: 12px 0 0 0;
  }
}

.ticket-reply-box {
  border-radius: 18px;
  box-shadow: 0 2px 12px 0 rgba(20, 114, 255, 0.04);
  padding: 32px 36px 28px 36px;
  border: 1px solid #adc3ff22;
  margin-bottom: 0;
  background: none;
}

.reply-label {
  color: #adc3ff;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.reply-textarea {
  width: 100%;
  min-height: 90px;
  max-height: 350px;
  background: #181c22;
  color: #e8eaed;
  border: 1.5px solid #adc3ff44;
  border-radius: 10px;
  padding: 16px 14px;
  font-size: 1.08rem;
  margin-bottom: 18px;
  resize: vertical;
  transition: border 0.2s;
}

.reply-textarea:focus {
  border: 1.5px solid #47a9ff;
  outline: none;
}

.reply-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
}

.reply-attach {
  background: none;
  border: none;
  color: #adc3ff;
  font-size: 1.3rem;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
}

.reply-attach:hover {
  background: #232a36;
  color: #47a9ff;
}

.reply-send {
  background: linear-gradient(104.04deg, #1472ff -4%, #47a9ff 23%, #adc3ff 50%, #ffadc9 77%, #ff476b 104%);
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  border: none;
  border-radius: 8px;
  padding: 12px 32px;
  cursor: pointer;
  box-shadow: 0 2px 12px 0 rgba(20, 114, 255, 0.10);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
}

.reply-send:hover {
  background: linear-gradient(104.04deg, #47a9ff 0%, #ff476b 100%);
  box-shadow: 0 8px 32px 0 rgba(20, 114, 255, 0.18);
  transform: translateY(-2px) scale(1.03);
}


.atom-modal-overlay {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(8px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.atom-modal-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.atom-modal {
  position: relative;
  display: flex;
  flex-direction: column;
  background: linear-gradient(359.79deg, rgb(0 0 0) 6.49%, rgb(20 114 255 / 8%) 104.86%);
  border: 1px solid #adc3ff22;
  border-radius: 24px;
  padding: 0;
  width: 100%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px 0 rgba(20, 114, 255, 0.15);
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 0.3s, transform 0.3s;
}

.atom-modal.show {
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 768px) {
  .atom-modal {
    max-width: 98vw;
    width: 98vw;
    margin: 0 1vw;
    max-height: 98vh;
  }
}

@media (max-width: 480px) {
  .atom-modal {
    max-width: 100vw;
    width: 100vw;
    margin: 0;
    border-radius: 12px;
  }
}

.atom-modal-header {
  padding: 32px 36px 24px 36px;
  border-bottom: 1px solid #adc3ff22;
  background: linear-gradient(359.79deg, rgb(0 0 0) 6.49%, rgb(20 114 255 / 12%) 104.86%);
  border-radius: 24px 24px 0 0;
}

.atom-modal-title {
  color: #adc3ff;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.atom-modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: none;
  border: none;
  color: #98a1ae;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.2s;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.atom-modal-close:hover {
  background: rgba(152, 161, 174, 0.1);
  color: #adc3ff;
  transform: scale(1.1);
}

.atom-modal-body {
  padding: 32px 36px;
}

.atom-form-group {
  margin-bottom: 24px;
}

.atom-form-label {
  color: #adc3ff;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}

.atom-form-input,
.atom-form-select,
.atom-form-textarea {
  width: 100%;
  background: #181c22;
  color: #e8eaed;
  border: 1.5px solid #adc3ff44;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 1rem;
  transition: border 0.2s;
  font-family: inherit;
}

.atom-form-input:focus,
.atom-form-select:focus,
.atom-form-textarea:focus {
  border: 1.5px solid #47a9ff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(71, 169, 255, 0.1);
}

.atom-form-textarea {
  min-height: 120px;
  max-height: 300px;
  resize: vertical;
  line-height: 1.6;
}

.atom-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.atom-modal-footer {
  padding: 24px 36px 32px 36px;
  border-top: 1px solid #adc3ff22;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  background: linear-gradient(359.79deg, rgb(0 0 0) 6.49%, rgb(20 114 255 / 4%) 104.86%);
  border-radius: 0 0 24px 24px;
}

.atom-modal-btn {
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.atom-modal-btn-cancel {
  background: transparent;
  color: #98a1ae;
  border: 1.5px solid #adc3ff44;
}

.atom-modal-btn-cancel:hover {
  background: rgba(152, 161, 174, 0.1);
  color: #adc3ff;
  border-color: #adc3ff;
}

.atom-modal-btn-submit {
  background: linear-gradient(104.04deg, #1472ff -4%, #47a9ff 23%, #adc3ff 50%, #ffadc9 77%, #ff476b 104%);
  color: #fff;
  box-shadow: 0 2px 12px 0 rgba(20, 114, 255, 0.10);
}

.atom-modal-btn-submit:hover {
  background: linear-gradient(104.04deg, #47a9ff 0%, #ff476b 100%);
  box-shadow: 0 8px 32px 0 rgba(20, 114, 255, 0.18);
  transform: translateY(-2px) scale(1.03);
}

.atom-modal-btn-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.atom-modal-loading {
  display: none;
}

.atom-modal-loading.show {
  display: inline-block;
}

.atom-modal {
  scrollbar-width: thin;
  scrollbar-color: rgba(71, 169, 255, 0.75) rgba(24, 28, 34, 0.35);
}

.atom-modal::-webkit-scrollbar {
  width: 6px;
}

.atom-modal::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(71, 169, 255, 0.85), rgba(255, 71, 107, 0.65));
  border-radius: 999px;
}

.atom-modal::-webkit-scrollbar-track {
  background: rgba(24, 28, 34, 0.35);
}

.atom-job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.atom-job-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(173, 195, 255, 0.16);
  border-radius: 999px;
  background: rgba(71, 169, 255, 0.08);
  color: #adc3ff;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 7px 12px;
}

.atom-team-lightbox-trigger {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.atom-team-lightbox-trigger::after {
  content: "\f00e";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #fff;
  background: rgba(20, 114, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.22);
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.25s ease;
}

.atom-team-lightbox-trigger:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.atom-team-lightbox-trigger img {
  transition: transform 0.35s ease;
}

.atom-team-lightbox-trigger:hover img {
  transform: scale(1.04);
}

.atom-career-modal .atom-form-input:disabled {
  color: #98a1ae;
  background: rgba(24, 28, 34, 0.55);
  border-color: rgba(173, 195, 255, 0.18);
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .atom-career-modal .atom-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .atom-career-modal .atom-modal-body {
    padding: 24px 18px;
  }
}


@media (max-width: 768px) {
  .ticket-modal {
    width: 95vw;
    max-width: 95vw;
    margin: 20px;
  }

  .ticket-modal-header,
  .ticket-modal-body,
  .ticket-modal-footer {
    padding: 20px 24px;
  }

  .ticket-form-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ticket-modal-footer {
    flex-direction: column;
  }

  .ticket-modal-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .ticket-modal {
    width: 98vw;
    max-width: 98vw;
    margin: 10px;
  }

  .ticket-modal-header,
  .ticket-modal-body,
  .ticket-modal-footer {
    padding: 16px 20px;
  }

  .ticket-modal-title {
    font-size: 1.3rem;
  }

  .ticket-form-label {
    font-size: 1rem;
  }
}


.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 48px;
  margin-bottom: 24px;
}

.pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1.5px solid transparent;
  background: linear-gradient(359.79deg, rgb(0 0 0) 6.49%, rgb(20 114 255 / 8%) 104.86%);
  color: #98a1ae;
  cursor: pointer;
}

.pagination-item:hover {
  background: linear-gradient(359.79deg, rgb(0 0 0) 6.49%, rgb(20 114 255 / 15%) 104.86%);
  color: #adc3ff;
  border-color: #adc3ff44;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px 0 rgba(20, 114, 255, 0.12);
}

.pagination-item.active {
  background: linear-gradient(104.04deg, #1472ff -4%, #47a9ff 23%, #adc3ff 50%, #ffadc9 77%, #ff476b 104%);
  color: #fff;
  border-color: #0a0e13;
  box-shadow: 0 4px 16px 0 rgba(20, 114, 255, 0.20);
}

.pagination-item.active:hover {
  background: linear-gradient(104.04deg, #47a9ff 0%, #ff476b 100%);
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 32px 0 rgba(20, 114, 255, 0.25);
}

.pagination-item.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.pagination-item.disabled:hover {
  transform: none;
  box-shadow: none;
}

.pagination-arrow {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-dots {
  color: #98a1ae;
  font-weight: 600;
  padding: 0 8px;
  user-select: none;
}


@media (max-width: 768px) {
  .pagination-container {
    gap: 4px;
    margin-top: 24px;
    margin-bottom: 12px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #adc3ff #181c22;
  }

  .pagination-item {
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 10px;
  }

  .pagination-dots {
    padding: 0 6px;
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .pagination-container {
    gap: 2px;
    margin-top: 16px;
    margin-bottom: 8px;
  }

  .pagination-item {
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
    font-size: 0.95rem;
    border-radius: 8px;
  }

  .pagination-dots {
    padding: 0 4px;
    font-size: 1rem;
  }
}


.pagination-container::-webkit-scrollbar {
  height: 6px;
}

.pagination-container::-webkit-scrollbar-thumb {
  background: #adc3ff44;
  border-radius: 3px;
}

.pagination-container::-webkit-scrollbar-track {
  background: #181c22;
}





.blog-sidebar-unified {
  background: linear-gradient(359.79deg, rgb(0 0 0) 6.49%, rgb(20 114 255 / 8%) 104.86%);
  border: 1px solid #adc3ff22;
  border-radius: 0.25rem;
  backdrop-filter: blur(10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  padding: 32px;
  position: sticky;
  top: 8px;
}

.blog-sidebar-unified::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #47a9ff, transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}




.sidebar-section {
  margin-bottom: 32px;
  position: relative;
}

.sidebar-section:last-child {
  margin-bottom: 0;
}

.sidebar-section:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #adc3ff22, transparent);
}


.blog-sidebar-card {
  background: linear-gradient(359.79deg, rgb(0 0 0) 6.49%, rgb(20 114 255 / 8%) 104.86%);
  border: 1px solid #adc3ff22;
  border-radius: 20px;
  padding: 24px;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px 0 rgba(20, 114, 255, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.blog-sidebar-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #47a9ff, transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.blog-sidebar-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 16px 48px 0 rgba(20, 114, 255, 0.15);
  border-color: #adc3ff44;
}

.blog-sidebar-card:hover::before {
  opacity: 1;
}


.sidebar-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #adc3ff22;
}

.sidebar-card-title {
  color: #adc3ff;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.02em;
}


.sidebar-categories {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sidebar-category-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  text-decoration: none;
  color: #98a1ae;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  background: transparent;
  border: 1px solid transparent;
}

.sidebar-category-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(71, 169, 255, 0.1), transparent);
  transition: left 0.5s ease;
}

.sidebar-category-item:hover::before {
  left: 100%;
}

.sidebar-category-item:hover {
  background: linear-gradient(359.79deg, rgb(0 0 0) 6.49%, rgb(20 114 255 / 12%) 104.86%);
  color: #adc3ff;
  border-color: #adc3ff44;
  transform: translateX(4px);
}

.sidebar-category-item.active {
  background: linear-gradient(104.04deg, #1472ff -4%, #47a9ff 23%, #adc3ff 50%, #ffadc9 77%, #ff476b 104%);
  color: #fff;
  border-color: #0a0e13;
  box-shadow: 0 4px 16px 0 rgba(20, 114, 255, 0.20);
}

.sidebar-category-item.active:hover {
  background: linear-gradient(104.04deg, #47a9ff 0%, #ff476b 100%);
  transform: translateX(4px) scale(1.02);
}

.category-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(71, 169, 255, 0.1);
  color: #47a9ff;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.sidebar-category-item:hover .category-icon {
  background: rgba(71, 169, 255, 0.2);
  transform: scale(1.1);
}

.sidebar-category-item.active .category-icon {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.category-text {
  flex: 1;
  font-size: 0.95rem;
  font-weight: 600;
}

.category-count {
  background: rgba(152, 161, 174, 0.15);
  color: #98a1ae;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  min-width: 24px;
  text-align: center;
  transition: all 0.3s ease;
}

.sidebar-category-item:hover .category-count {
  background: rgba(71, 169, 255, 0.2);
  color: #adc3ff;
}

.sidebar-category-item.active .category-count {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}


.sidebar-posts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sidebar-post-item {
  display: flex;
  gap: 12px;
  padding: 16px;
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  background: rgba(152, 161, 174, 0.05);
  border: 1px solid transparent;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.sidebar-post-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(71, 169, 255, 0.05), rgba(255, 71, 107, 0.05));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.sidebar-post-item:hover::before {
  opacity: 1;
}

.sidebar-post-item:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 24px 0 rgba(20, 114, 255, 0.12);
  border-color: #adc3ff44;
}




.post-thumbnail {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  background: #181c22;
}

.post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.sidebar-post-item:hover .post-thumbnail img {
  transform: scale(1.1);
}

.post-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(20, 114, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.sidebar-post-item:hover .post-overlay {
  opacity: 1;
}




.post-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.post-title {
  color: #e8eaed;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}

.sidebar-post-item:hover .post-title {
  color: #adc3ff;
}

.post-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  color: #98a1ae;
}

.post-date {
  color: #98a1ae;
}

.post-author {
  color: #47a9ff;
  font-weight: 500;
}




.newsletter-card {
  background: linear-gradient(359.79deg, rgb(0 0 0) 6.49%, rgb(20 114 255 / 12%) 104.86%);
  border-color: #47a9ff44;
}

.newsletter-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.newsletter-text {
  color: #98a1ae;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-group {
  position: relative;
  display: flex;
  gap: 8px;
}

.newsletter-input {
  flex: 1;
  background: #181c22;
  border: 1.5px solid #adc3ff44;
  border-radius: 10px;
  padding: 12px 16px;
  color: #e8eaed;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.newsletter-input:focus {
  outline: none;
  border-color: #47a9ff;
  box-shadow: 0 0 0 3px rgba(71, 169, 255, 0.1);
}

.newsletter-input::placeholder {
  color: #98a1ae;
}

.newsletter-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(104.04deg, #1472ff -4%, #47a9ff 23%, #adc3ff 50%, #ffadc9 77%, #ff476b 104%);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 12px 16px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.newsletter-btn:hover {
  background: linear-gradient(104.04deg, #47a9ff 0%, #ff476b 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px 0 rgba(20, 114, 255, 0.2);
}


@media (max-width: 1024px) {
  .blog-sidebar-unified {
    padding: 24px;
    border-radius: 20px;
  }

  .blog-sidebar-card {
    padding: 20px;
    border-radius: 16px;
  }

  .sidebar-card-title {
    font-size: 1.1rem;
  }

  .category-text {
    font-size: 0.9rem;
  }

  .post-title {
    font-size: 0.85rem;
  }
}

@media (max-width: 768px) {
  .blog-sidebar-unified {
    padding: 20px;
    border-radius: 16px;
  }

  .blog-sidebar-card {
    padding: 16px;
    border-radius: 12px;
  }

  .sidebar-category-item {
    padding: 10px 12px;
  }

  .category-icon {
    width: 28px;
    height: 28px;
    font-size: 0.8rem;
  }

  .post-thumbnail {
    width: 50px;
    height: 50px;
  }

  .newsletter-btn {
    padding: 10px 12px;
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .blog-sidebar-unified {
    padding: 16px;
    border-radius: 12px;
  }

  .blog-sidebar-card {
    padding: 12px;
    border-radius: 10px;
  }

  .sidebar-card-header {
    margin-bottom: 16px;
    padding-bottom: 12px;
  }

  .sidebar-card-title {
    font-size: 1rem;
  }

  .sidebar-category-item {
    padding: 8px 10px;
  }

  .category-text {
    font-size: 0.85rem;
  }

  .post-thumbnail {
    width: 45px;
    height: 45px;
  }

  .post-title {
    font-size: 0.8rem;
  }

  .newsletter-input {
    padding: 10px 12px;
    font-size: 0.85rem;
  }

  .newsletter-btn {
    padding: 10px 12px;
    font-size: 0.8rem;
  }
}


@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.blog-sidebar-card {
  animation: slideInRight 0.6s ease-out;
}

.blog-sidebar-card:nth-child(1) {
  animation-delay: 0.1s;
}

.blog-sidebar-card:nth-child(2) {
  animation-delay: 0.2s;
}

.blog-sidebar-card:nth-child(3) {
  animation-delay: 0.3s;
}

.blog-sidebar-card:nth-child(4) {
  animation-delay: 0.4s;
}


.sidebar-category-item:active {
  transform: translateX(4px) scale(0.98);
}

.sidebar-post-item:active {
  transform: translateY(-2px) scale(0.98);
}

.newsletter-btn:active {
  transform: translateY(-1px) scale(0.98);
}


.blog-sidebar-card::-webkit-scrollbar {
  width: 4px;
}

.blog-sidebar-card::-webkit-scrollbar-thumb {
  background: #adc3ff44;
  border-radius: 2px;
}

.blog-sidebar-card::-webkit-scrollbar-track {
  background: #181c22;
}


.sidebar-width-responsive {
  width: 100%;
  
}

@media (min-width: 1024px) {
  .sidebar-width-responsive {
    width: 20rem;
    
  }
}

@media (min-width: 1280px) {
  .sidebar-width-responsive {
    width: 24rem;
    
  }
}

.sidebar-flex-shrink {
  flex-shrink: 0;
}




.blog-search-container {
  position: relative;
  margin-bottom: 8px;
}


.search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-search-input {
  width: 100%;
  padding-left: 44px;
  
  padding-right: 18px;
  
  background: linear-gradient(359.79deg, rgb(0 0 0) 6.49%, rgb(20 114 255 / 8%) 104.86%);
  border: 1.5px solid #adc3ff44;
  border-radius: 16px;
  padding: 16px 20px 16px 48px;
  color: #e8eaed;
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.blog-search-input::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(71, 169, 255, 0.05), rgba(255, 71, 107, 0.05));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.blog-search-input:focus {
  outline: none;
  border-color: #47a9ff;
  box-shadow: 0 0 0 4px rgba(71, 169, 255, 0.15);
  transform: translateY(-2px);
  background: linear-gradient(359.79deg, rgb(0 0 0) 6.49%, rgb(20 114 255 / 12%) 104.86%);
}

.blog-search-input:focus::before {
  opacity: 1;
}

.blog-search-input::placeholder {
  color: #98a1ae;
  font-weight: 400;
  transition: color 0.3s ease;
}

.blog-search-input:focus::placeholder {
  color: #adc3ff;
}

.search-icon {
  position: absolute !important;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #47a9ff;
  font-size: 1.2rem;
  pointer-events: none;
  z-index: 2;
  transition: color 0.3s, transform 0.3s;
}

.blog-search-input:focus+.search-icon {
  color: #adc3ff;
  transform: translateY(-50%) scale(1.1);
}


.search-input-wrapper .search-icon.right {
  display: none !important;
}


.search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(20, 30, 50, 0.96);
  border: 1.5px solid #47a9ff44;
  border-radius: 16px;
  margin-top: 8px;
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(8px);
  box-shadow: 0 16px 48px 0 rgba(20, 114, 255, 0.18);
}


.search-results::-webkit-scrollbar {
  width: 8px;
  background: #181c22;
}

.search-results::-webkit-scrollbar-thumb {
  background: #2a3140;
  border-radius: 6px;
}

.search-results::-webkit-scrollbar-track {
  background: #181c22;
}

.search-results {
  scrollbar-width: thin;
  scrollbar-color: #2a3140 #181c22;
}

.search-results.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.search-result-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  color: #e8eaed;
  text-decoration: none;
  transition: all 0.2s;
  border-bottom: 1px solid #47a9ff22;
  position: relative;
  background: transparent;
  font-size: 1rem;
  font-weight: 500;
}

.search-result-item:last-child {
  border-bottom: none;
}

.search-result-item:hover {
  background: linear-gradient(104.04deg, #1472ff 0%, #47a9ff 100%);
  color: #fff;
  box-shadow: 0 2px 12px 0 rgba(20, 114, 255, 0.10);
  transform: translateX(4px) scale(1.01);
}

.search-result-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  color: inherit;
  transition: color 0.2s;
}

.search-result-item:hover .search-result-title {
  color: #fff;
}

.search-result-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(71, 169, 255, 0.18);
  color: #47a9ff;
  font-size: 1.1rem;
  transition: all 0.2s;
  flex-shrink: 0;
}

.search-result-item:hover .search-result-icon {
  background: #fff;
  color: #1472ff;
}



.search-no-results,
.search-loading,
.search-loading::after {
  display: none !important;
}

.search-results:empty::before {
  display: none !important;
}




@media (max-width: 768px) {
  .search-results {
    max-height: 220px;
    border-radius: 12px;
  }

  .search-result-item {
    padding: 10px 12px;
    font-size: 0.95rem;
  }

  .search-result-title {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .search-results {
    max-height: 160px;
    border-radius: 10px;
  }

  .search-result-item {
    padding: 8px 8px;
    font-size: 0.9rem;
  }

  .search-result-title {
    font-size: 0.9rem;
  }
}


@keyframes searchPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(71, 169, 255, 0.4);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(71, 169, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(71, 169, 255, 0);
  }
}

.blog-search-input:focus {
  animation: searchPulse 2s infinite;
}


.search-result-item {
  animation: slideInUp 0.3s ease-out;
}

.search-result-item:nth-child(1) {
  animation-delay: 0.1s;
}

.search-result-item:nth-child(2) {
  animation-delay: 0.2s;
}

.search-result-item:nth-child(3) {
  animation-delay: 0.3s;
}

.search-result-item:nth-child(4) {
  animation-delay: 0.4s;
}

.search-result-item:nth-child(5) {
  animation-delay: 0.5s;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.blog-search-container:focus-within .search-icon {
  animation: searchIconPulse 0.6s ease-out;
}

@keyframes searchIconPulse {
  0% {
    transform: translateY(-50%) scale(1);
  }

  50% {
    transform: translateY(-50%) scale(1.2);
  }

  100% {
    transform: translateY(-50%) scale(1.1);
  }
}


.search-result-item:active {
  transform: translateX(4px) scale(0.98);
}


.blog-search-input:focus {
  background: linear-gradient(359.79deg, rgb(0 0 0) 6.49%, rgb(20 114 255 / 15%) 104.86%);
  border-color: #47a9ff;
  box-shadow:
    0 0 0 4px rgba(71, 169, 255, 0.15),
    0 8px 32px 0 rgba(20, 114, 255, 0.12);
}


.search-results:empty::before {
  content: 'Start typing to search...';
  display: block;
  padding: 20px 16px;
  text-align: center;
  color: #98a1ae;
  font-size: 0.9rem;
  font-style: italic;
}


.search-results.loading.js-loading::before {
  display: none !important;
}


.search-results.no-results::before {
  content: 'No results found';
  display: block;
  padding: 20px 16px;
  text-align: center;
  color: #98a1ae;
  font-size: 0.9rem;
  font-style: italic;
}

.search-results.no-results.no-js-message::before {
  display: none !important;
}

.no-results-message {
  padding: 20px 16px;
  text-align: center;
  color: #98a1ae;
  font-size: 0.9rem;
  font-style: italic;
}

.loading-message {
  padding: 20px 16px;
  text-align: center;
  color: #47a9ff;
  font-size: 0.9rem;
}

.error-message {
  padding: 20px 16px;
  text-align: center;
  color: #ff6b6b;
  font-size: 0.9rem;
}


.blog-content {
  color: #98a1ae;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
}

.blog-content p {
  color: #98a1ae !important;
  font-size: 18px !important;
  line-height: 1.8 !important;
  margin-bottom: 1.5rem !important;
  font-weight: 400 !important;
}

.blog-content hr,
.message-content hr {
  border: 0 !important;
  height: 1px !important;
  margin: 2.5rem 0 !important;
  background:
    linear-gradient(
      90deg,
      rgba(20, 114, 255, 0) 0%,
      rgba(20, 114, 255, 0.3) 18%,
      rgba(71, 169, 255, 0.5) 36%,
      rgba(173, 195, 255, 0.55) 50%,
      rgba(255, 173, 201, 0.5) 64%,
      rgba(255, 71, 107, 0.3) 82%,
      rgba(255, 71, 107, 0) 100%
    ) !important;
  border-radius: 999px !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.02),
    0 0 20px rgba(20, 114, 255, 0.08),
    0 0 28px rgba(255, 71, 107, 0.06) !important;
  opacity: 0.95;
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
  color: #e8eaed !important;
  font-weight: 600 !important;
  margin-top: 2rem !important;
  margin-bottom: 1rem !important;
}

.blog-content h1 {
  font-size: 2.5rem !important;
}

.blog-content h2 {
  font-size: 2rem !important;
}

.blog-content h3 {
  font-size: 1.75rem !important;
}

.blog-content h4 {
  font-size: 1.5rem !important;
}

.blog-content h5 {
  font-size: 1.25rem !important;
}

.blog-content h6 {
  font-size: 1.125rem !important;
}


.blog-content ul {
  color: #98a1ae !important;
  font-size: 18px !important;
  line-height: 1.8 !important;
  margin-bottom: 1.5rem !important;
  padding-left: 1.5em !important;
  list-style: none !important;
}

.blog-content ol {
  color: #98a1ae !important;
  font-size: 18px !important;
  line-height: 1.8 !important;
  margin-bottom: 1.5rem !important;
  padding-left: 1.5em !important;
  list-style: none !important;
  counter-reset: ol-counter !important;
}

.message-content ol {
  list-style: none;
  padding-left: 1.4em;
  margin: 0.75rem 0;
  counter-reset: ol-counter;
}

.blog-content ul li,
.blog-content ol li,
.message-content li[data-list] {
  position: relative;
  margin-bottom: 0.5rem !important;
  padding-left: 2em !important;
}

.blog-content ol li,
.message-content li[data-list="ordered"] {
  counter-increment: ol-counter !important;
}

.blog-content li {
  margin-bottom: 0.5rem !important;
}

.message-content li[data-list] > .ql-ui {
  display: none;
}

.blog-content ul li:before,
.message-content li[data-list="bullet"]:before {
  content: '';
  position: absolute;
  left: 0.2em;
  top: 0.7em;
  width: 1em;
  height: 1em;
  background: linear-gradient(104.04deg, #1472ff -4%, #47a9ff 23%, #adc3ff 50%, #ffadc9 77%, #ff476b 104%);
  mask: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><polygon points="8,2 14,8 8,14 2,8" fill="white"/></svg>') center/contain no-repeat;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg width=\'16\' height=\'16\' viewBox=\'0 0 16 16\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'><polygon points=\'8,2 14,8 8,14 2,8\' fill=\'white\'/></svg>') center/contain no-repeat;
}

.blog-content ol li:before,
.message-content li[data-list="ordered"]:before {
  content: counter(ol-counter) "." !important;
  position: absolute;
  left: 0.2em;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2em;
  height: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(104.04deg, #1472ff -4%, #47a9ff 23%, #adc3ff 50%, #ffadc9 77%, #ff476b 104%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-weight: 700 !important;
  font-size: 1.1em !important;
  letter-spacing: 0.02em;
}


.blog-content blockquote,
.message-content blockquote {
  color: #adc3ff !important;
  font-size: 18px !important;
  line-height: 1.8 !important;
  border-left: 4px solid #47a9ff !important;
  padding: 1.5rem !important;
  margin: 2rem 0 !important;
  font-style: italic !important;
  background: linear-gradient(90deg, rgba(20, 114, 255, 0.08) 0%, rgba(255, 71, 107, 0.04) 100%) !important;
  border-radius: 0.5rem !important;
}


.blog-content code,
.message-content code {
  color: #e8eaed !important;
  background-color: #181c22 !important;
  padding: 0.25rem 0.5rem !important;
  border-radius: 0.375rem !important;
  font-size: 16px !important;
}

.blog-content pre,
.message-content pre {
  background-color: #181c22 !important;
  color: #e8eaed !important;
  padding: 1rem !important;
  border-radius: 0.5rem !important;
  overflow-x: auto !important;
  margin: 1.5rem 0 !important;
  box-shadow: 0 4px 24px 0 rgba(20, 114, 255, 0.08);
}


.blog-content a,
.message-content a:not(.message-url) {
  background: linear-gradient(104.04deg, #1472ff -4%, #47a9ff 23%, #adc3ff 50%, #ffadc9 77%, #ff476b 104%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  text-decoration: underline !important;
  font-weight: 600;
  transition: background 0.3s, -webkit-text-fill-color 0.3s;
}

.blog-content a:hover,
.message-content a:not(.message-url):hover {
  background: linear-gradient(104.04deg, #ffadc9 0%, #ff476b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}


.blog-content strong,
.blog-content b,
.message-content strong,
.message-content b {
  color: #e8eaed !important;
  font-weight: 600 !important;
}

.blog-content em,
.blog-content i,
.message-content em,
.message-content i {
  color: #adc3ff !important;
  font-style: italic !important;
}


.blog-content table,
.message-content table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 1rem 0 !important;
  background: #181c22 !important;
  border-radius: 0.5rem !important;
  overflow: hidden !important;
  box-shadow: 0 4px 24px 0 rgba(20, 114, 255, 0.08);
}

.blog-content th,
.blog-content td,
.message-content th,
.message-content td {
  border: 1px solid #374151 !important;
  padding: 12px !important;
}

.blog-content th,
.message-content th {
  color: #e8eaed !important;
  background: linear-gradient(90deg, rgba(20, 114, 255, 0.08) 0%, rgba(255, 71, 107, 0.04) 100%) !important;
}

.blog-content td,
.message-content td {
  color: #98a1ae !important;
}


.blog-content img,
.message-content img {
  width: 100% !important;
  height: auto !important;
  border-radius: 0.25rem !important;
  margin: 1.5rem 0 !important;
  display: block !important;
  box-shadow: 0 4px 24px 0 rgba(20, 114, 255, 0.08) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.blog-content img {
  max-width: 100% !important;
}


.message-content img {
  max-width: 420px !important;
}

.blog-content img:hover,
.message-content img:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 32px 0 rgba(20, 114, 255, 0.15) !important;
}


.comments-section {
  margin: 48px 0 0 0;
  width: 100%;
  background: linear-gradient(359.79deg, rgb(0 0 0) 6.49%, rgb(20 114 255 / 12%) 104.86%);
  border: 1px solid #adc3ff44;
  border-radius: 24px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.comments-container {
  position: relative;
  z-index: 2;
}

.comments-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #adc3ff33;
}

.comments-header .custom-fa {
  font-size: 1.4rem;
  color: #47a9ff;
}

.comments-title {
  font-size: 1.8rem;
  background: linear-gradient(104.04deg, #1472ff -4%, #47a9ff 23%, #adc3ff 50%, #ffadc9 77%, #ff476b 104%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  font-weight: 700;
}

.comments-count {
  color: #98a1ae;
  font-size: 0.95rem;
  margin-left: auto;
  background: rgba(71, 169, 255, 0.15);
  padding: 6px 16px;
  border-radius: 20px;
  border: 1px solid #adc3ff44;
}

.comments-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 40px;
}

.comment-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  border-radius: 20px;
  padding: 28px 32px;
  box-shadow: 0 8px 32px 0 rgba(20, 114, 255, 0.12);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.comment-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  opacity: 0.4;
}

.comment-card-blue {
  background: linear-gradient(359.79deg, rgb(0 0 0) 6.49%, rgb(20 114 255 / 8%) 104.86%);
  border: 1px solid #adc3ff33;
}

.comment-card-blue::before {
  background: linear-gradient(90deg, transparent, #47a9ff, transparent);
}

.comment-card-pink {
  background: linear-gradient(359.79deg, rgb(0 0 0) 6.49%, rgb(255 71 107 / 6%) 104.86%);
  border: 1px solid #ffadc944;
}

.comment-card-pink::before {
  background: linear-gradient(90deg, transparent, #ff476b, transparent);
}

.comment-card-yellow {
  background: linear-gradient(359.79deg, rgb(0 0 0) 6.49%, rgba(255, 205, 60, 0.13) 104.86%);
  border: 1px solid #ffe06644;
}

.pending-badge {
  display: inline-flex;
  align-items: center;
  background: #2d2c1a;
  color: #ffe066;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 12px;
  padding: 4px 12px;
  margin-left: 12px;
  box-shadow: 0 2px 8px 0 rgba(255, 205, 60, 0.10);
  gap: 6px;
}

.pending-info {
  margin-top: 12px;
  font-size: 0.98rem;
  color: #ffe066;
  background: #23221a;
  border-left: 4px solid #ffe066;
  padding: 10px 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.comment-avatar {
  position: relative;
  z-index: 2;
}

.comment-avatar img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  background: #181c22;
  box-shadow: 0 4px 16px 0 rgba(20, 114, 255, 0.15);
  border: 2px solid #adc3ff44;
}

.comment-card-blue .comment-avatar img {
  border-color: #adc3ff44;
  box-shadow: 0 4px 16px 0 rgba(20, 114, 255, 0.15);
}

.comment-card-pink .comment-avatar img {
  border-color: #ffadc944;
  box-shadow: 0 4px 16px 0 rgba(255, 71, 107, 0.15);
}

.comment-content {
  flex: 1;
  position: relative;
  z-index: 2;
}

.comment-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.comment-author {
  font-weight: 700;
  font-size: 1.2rem;
}

.comment-card-blue .comment-author {
  color: #adc3ff;
}

.comment-card-pink .comment-author {
  color: #ffadc9;
}

.comment-card-yellow .comment-author {
  color: #ffe066;
}

.comment-date {
  color: #98a1ae;
  font-size: 0.9rem;
  background: rgba(152, 161, 174, 0.15);
  border-radius: 16px;
  padding: 6px 16px;
  border: 1px solid #adc3ff33;
  margin-left: auto;
}

.comment-card-blue .comment-date {
  border-color: #adc3ff33;
}

.comment-card-pink .comment-date {
  border-color: #ffadc944;
}

.comment-text {
  color: #e8eaed;
  font-size: 1.1rem;
  line-height: 1.8;
  word-break: break-word;
  margin-top: 12px;
}


.comment-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: linear-gradient(359.79deg, rgb(0 0 0) 6.49%, rgb(20 114 255 / 8%) 104.86%);
  border-radius: 20px;
  padding: 32px;
  border: 1px solid #adc3ff44;
}

.comment-form-row {
  display: flex;
  gap: 16px;
}

.comment-form-group {
  flex: 1;
  position: relative;
}

.comment-input,
.comment-textarea {
  width: 100%;
  padding: 16px 20px;
  font-size: 1rem;
  border-radius: 12px;
  border: 1.5px solid #adc3ff44;
  background: #181c22;
  color: #e8eaed;
  transition: all 0.3s ease;
}

.comment-textarea {
  min-height: 120px;
  padding: 20px 24px;
  resize: vertical;
  line-height: 1.6;
}

.comment-input:focus,
.comment-textarea:focus {
  outline: none;
  border-color: #47a9ff;
  box-shadow: 0 0 0 3px rgba(71, 169, 255, 0.1);
}

.comment-form-group i {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #47a9ff;
  font-size: 1.1rem;
  pointer-events: none;
}

.comment-form-group:has(.comment-textarea) i {
  right: 20px;
  top: 20px;
  transform: none;
}

.comment-submit-btn {
  align-self: flex-end;
  font-size: 1.1rem;
  padding: 16px 32px;
  border-radius: 12px;
  background: linear-gradient(104.04deg, #1472ff -4%, #47a9ff 23%, #adc3ff 50%, #ffadc9 77%, #ff476b 104%);
  box-shadow: 0 8px 32px 0 rgba(20, 114, 255, 0.20);
  border: none;
  color: #e8eaed;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  text-shadow: 0 0 7px black;
}

.comment-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px 0 rgba(20, 114, 255, 0.30);
}


@media (max-width: 768px) {
  .comments-section {
    padding: 24px;
    border-radius: 16px;
    margin: 32px 0 0 0;
  }

  .comments-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
  }

  .comments-title {
    font-size: 1.5rem;
  }

  .comments-list {
    gap: 24px;
    margin-bottom: 32px;
  }

  .comment-card {
    flex-direction: column;
    gap: 16px;
    padding: 20px 24px;
    border-radius: 16px;
  }

  .comment-avatar img {
    width: 56px;
    height: 56px;
    align-self: flex-start;
  }

  .comment-content {
    width: 100%;
  }

  .comment-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .comment-date {
    margin-left: 0;
    align-self: flex-start;
  }

  .comment-text {
    font-size: 1rem;
    line-height: 1.7;
    padding: 16px 20px;
    border-radius: 12px;
  }

  .comment-form {
    padding: 24px;
    border-radius: 16px;
    gap: 20px;
  }

  .comment-form-row {
    flex-direction: column;
    gap: 12px;
  }

  .comment-input,
  .comment-textarea {
    font-size: 0.95rem;
    padding: 14px 16px;
  }

  .comment-textarea {
    min-height: 100px;
    padding: 16px 20px;
  }

  .comment-submit-btn {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 14px 24px;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .comments-section {
    padding: 20px;
    border-radius: 12px;
    margin: 24px 0 0 0;
  }

  .comments-header {
    margin-bottom: 20px;
    padding-bottom: 16px;
  }

  .comments-title {
    font-size: 1.3rem;
  }

  .comments-list {
    gap: 20px;
    margin-bottom: 28px;
  }

  .comment-card {
    padding: 16px 20px;
    border-radius: 12px;
  }

  .comment-avatar img {
    width: 48px;
    height: 48px;
  }

  .comment-author {
    font-size: 1.1rem;
  }

  .comment-date {
    font-size: 0.85rem;
    padding: 4px 12px;
  }

  .comment-text {
    font-size: 0.95rem;
    line-height: 1.6;
    padding: 14px 16px;
    border-radius: 10px;
  }

  .comment-form {
    padding: 20px;
    border-radius: 12px;
    gap: 16px;
  }

  .comment-input,
  .comment-textarea {
    font-size: 0.9rem;
    padding: 12px 14px;
    border-radius: 10px;
  }

  .comment-textarea {
    min-height: 80px;
    padding: 14px 16px;
  }

  .comment-submit-btn {
    font-size: 0.95rem;
    padding: 12px 20px;
  }
}


.social-share-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem;
  max-width: 800px;
  margin: 0 auto;
}

.social-share-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}

.social-share-title {
  font-size: 1.25rem;
  font-weight: 600;
  background: linear-gradient(104.04deg,
      #1472ff -4%,
      #47a9ff 23%,
      #adc3ff 50%,
      #ffadc9 77%,
      #ff476b 104%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.25rem;
}

.social-share-subtitle {
  font-size: 0.95rem;
  color: #98A1AE;
  opacity: 0.9;
}

.social-share-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  margin-top: 0.5rem;
}

.social-share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid rgba(152, 161, 174, 0.2);
  background: rgba(27, 30, 34, 0.6);
  color: #E8EAED;
  backdrop-filter: blur(4px);
  cursor: pointer;
  min-width: 120px;
  text-decoration: none;
}

.social-share-btn:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 24px rgba(20, 114, 255, 0.15);
}

.social-share-btn:active {
  transform: translateY(1px);
}

.facebook-btn:hover {
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.15), rgba(24, 119, 242, 0.05));
  border-color: rgba(24, 119, 242, 0.4);
  color: #47a9ff;
}

.twitter-btn:hover {
  background: linear-gradient(135deg, rgba(29, 161, 242, 0.15), rgba(29, 161, 242, 0.05));
  border-color: rgba(29, 161, 242, 0.4);
  color: #47a9ff;
}

.linkedin-btn:hover {
  background: linear-gradient(135deg, rgba(0, 119, 181, 0.15), rgba(0, 119, 181, 0.05));
  border-color: rgba(0, 119, 181, 0.4);
  color: #47a9ff;
}

.whatsapp-btn:hover {
  background: linear-gradient(135deg, rgba(37, 211, 102, 0.15), rgba(37, 211, 102, 0.05));
  border-color: rgba(37, 211, 102, 0.4);
  color: #0fff7b;
}

.copy-link-btn:hover {
  background: linear-gradient(135deg, rgba(173, 195, 255, 0.15), rgba(173, 195, 255, 0.05));
  border-color: rgba(173, 195, 255, 0.4);
  color: #adc3ff;
}


@media (max-width: 768px) {
  .social-share-buttons {
    gap: 0.5rem;
  }
  
  .social-share-btn {
    padding: 0.6rem 1rem;
    min-width: 110px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .social-share-buttons {
    flex-direction: column;
    width: 100%;
    max-width: 280px;
  }
  
  .social-share-btn {
    width: 100%;
    justify-content: flex-start;
    padding: 0.75rem 1.25rem;
  }
  
  .social-share-btn svg {
    margin-right: 0.5rem;
  }
}

.lucky-box-card {
  transition: all 0.3s ease;
  position: relative;
}

.lucky-box-card:hover {
  transform: translateY(-4px);
}

.lucky-box-image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

.lucky-box-image {
  width: 140px;
  height: 140px;
  display: block;
  transition: all 0.3s ease;
  object-fit: contain;
  position: relative;
  z-index: 2;
}

.lucky-box-card:hover .lucky-box-image {
  transform: scale(1.1);
}


.lucky-box-image-container::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s ease;
  opacity: 0.63;
}

.lucky-box-silver .lucky-box-image-container::before {
  background: radial-gradient(circle, rgba(192, 192, 192, 0.08) 0%, transparent 70%);
}

.lucky-box-gold .lucky-box-image-container::before {
  background: radial-gradient(circle, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
}

.lucky-box-diamond .lucky-box-image-container::before {
  background: radial-gradient(circle, rgba(185, 242, 255, 0.12) 0%, transparent 70%);
}

.lucky-box-card:hover .lucky-box-image-container::before {
  transform: translate(-50%, -50%) scale(1.1);
}

.lucky-box-title {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 1rem;
  line-height: 1.2;
}


.lucky-box-silver .lucky-box-title {
  color: #c0c0c0;
}


.lucky-box-gold .lucky-box-title {
  color: #ffd700;
}


.lucky-box-diamond .lucky-box-title {
  color: #b9f2ff;
}


.popular-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #47a9ff;
  color: white;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 10;
}


@media (max-width: 768px) {
  .lucky-box-image {
    width: 120px;
    height: 120px;
  }
  
  .lucky-box-image-container::before {
    width: 140px;
    height: 140px;
  }
  
  .lucky-box-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .lucky-box-image {
    width: 100px;
    height: 100px;
  }
  
  .lucky-box-image-container::before {
    width: 120px;
    height: 120px;
  }
  
  .lucky-box-title {
    font-size: 1.25rem;
  }
}





.comparison-table-responsive {
  width: 100%;
}

.comparison-table-container {
  background: linear-gradient(359.79deg, rgb(0 0 0) 6.49%, rgb(20 114 255 / 8%) 104.86%);
  border: 1px solid #adc3ff22;
  border-radius: 20px;
  padding: 24px;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px 0 rgba(20, 114, 255, 0.08);
  position: relative;
  overflow: hidden;
}

.comparison-table-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #47a9ff, transparent);
  opacity: 0.4;
}


.comparison-table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  width: 100%;
}


.comparison-header {
  display: contents;
}

.feature-header,
.premium-header,
.other-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  height: 100%;
  text-align: center;
}

.feature-header {
  background: rgba(152, 161, 174, 0.02);
  border-radius: 12px;
  border: 1px solid #adc3ff11;
}

.feature-header span {
  color: #e8eaed;
  font-size: 1.1rem;
  font-weight: 700;
}

.premium-header {
  background: linear-gradient(135deg, rgba(71, 169, 255, 0.06), rgba(255, 71, 107, 0.03));
  border-radius: 12px;
  border: 1px solid #adc3ff22;
}

.other-header {
  background: rgba(152, 161, 174, 0.03);
  border-radius: 12px;
  border: 1px solid #adc3ff22;
}

.other-header span {
  color: #e8eaed;
  font-size: 1.1rem;
  font-weight: 700;
}


.premium-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

.premium-badge .gd-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
}

.premium-subtitle {
  color: #adc3ff;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 8px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.other-subtitle {
  color: #98a1ae;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 8px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}


.comparison-row {
  display: contents;
}

.feature-info,
.premium-feature,
.other-feature {
  padding: 20px 16px;
  background: rgba(152, 161, 174, 0.02);
  border-radius: 12px;
  border: 1px solid #adc3ff11;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.premium-feature {
  background: linear-gradient(135deg, rgba(71, 169, 255, 0.06), rgba(255, 71, 107, 0.03));
  border: 1px solid #adc3ff33;
}

.premium-feature::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #47a9ff, transparent);
  opacity: 0.3;
}

.other-feature {
  background: rgba(152, 161, 174, 0.02);
  border: 1px solid #adc3ff22;
  opacity: 0.9;
}


.feature-title {
  color: #e8eaed;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 6px 0;
  line-height: 1.3;
}

.feature-description {
  color: #98a1ae;
  font-size: 0.85rem;
  margin: 0;
  line-height: 1.4;
}

.feature-value {
  color: #adc3ff;
  font-size: 1rem;
  font-weight: 700;
  margin: 10px 0 6px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.feature-detail {
  color: #98a1ae;
  font-size: 0.85rem;
  margin: 0;
  line-height: 1.4;
}

.other-feature .feature-value {
  color: #98a1ae;
}

.other-feature .feature-detail {
  color: #98a1ae;
  opacity: 0.8;
}



@media (min-width: 1025px) {
  .comparison-row:hover .premium-feature {
    background: linear-gradient(135deg, rgba(71, 169, 255, 0.08), rgba(255, 71, 107, 0.04)) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px 0 rgba(20, 114, 255, 0.12);
    transition: all 0.3s ease;
  }
  
  .comparison-row:hover .other-feature {
    background: rgba(152, 161, 174, 0.04) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px 0 rgba(152, 161, 174, 0.08);
    transition: all 0.3s ease;
  }
}


@media (max-width: 1024px) {
  .premium-feature:hover {
    background: linear-gradient(135deg, rgba(71, 169, 255, 0.08), rgba(255, 71, 107, 0.04)) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px 0 rgba(20, 114, 255, 0.12);
    transition: all 0.3s ease;
  }
  
  .other-feature:hover {
    background: rgba(152, 161, 174, 0.04) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px 0 rgba(152, 161, 174, 0.08);
    transition: all 0.3s ease;
  }
}


@media (max-width: 1024px) {
  
  .comparison-table {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .comparison-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  .comparison-row {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
  }
  
  .comparison-table-container {
    padding: 20px;
    border-radius: 18px;
  }
  
  .feature-info,
  .premium-feature,
  .other-feature {
    height: auto;
    min-height: 120px;
    padding: 16px 14px;
  }
  
  .feature-header,
  .premium-header,
  .other-header {
    padding: 16px 14px;
  }
  
  .feature-header span,
  .other-header span {
    font-size: 1rem;
  }
  
  .premium-badge .gd-title {
    font-size: 1rem;
  }
  
  .feature-title {
    font-size: 1rem;
  }
  
  .feature-value {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .comparison-table-container {
    padding: 16px;
    border-radius: 16px;
  }
  
  .feature-info,
  .premium-feature,
  .other-feature {
    padding: 14px 12px;
    min-height: 100px;
  }
  
  .feature-header,
  .premium-header,
  .other-header {
    padding: 14px 12px;
  }
  
  .feature-header span,
  .other-header span {
    font-size: 0.95rem;
  }
  
  .premium-badge .gd-title {
    font-size: 0.95rem;
  }
  
  .feature-title {
    font-size: 0.95rem;
  }
  
  .feature-description {
    font-size: 0.8rem;
  }
  
  .feature-value {
    font-size: 0.85rem;
  }
  
  .feature-detail {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .comparison-table-container {
    padding: 14px;
    border-radius: 14px;
  }
  
  .feature-info,
  .premium-feature,
  .other-feature {
    padding: 12px 10px;
    min-height: 90px;
  }
  
  .feature-header,
  .premium-header,
  .other-header {
    padding: 12px 10px;
  }
  
  .feature-header span,
  .other-header span {
    font-size: 0.9rem;
  }
  
  .premium-badge .gd-title {
    font-size: 0.9rem;
  }
  
  .feature-title {
    font-size: 0.9rem;
  }
  
  .feature-description {
    font-size: 0.75rem;
  }
  
  .feature-value {
    font-size: 0.8rem;
  }
  
  .feature-detail {
    font-size: 0.75rem;
  }
}


.comparison-premium-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.comparison-other-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.user-avatar {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 50%;
  background: #181c22;
  box-shadow: 0 4px 16px 0 rgba(20, 114, 255, 0.15);
  border: 2px solid #adc3ff44;
}


.image-comparison-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px 0 rgba(20, 114, 255, 0.15);
  background: linear-gradient(359.79deg, rgb(0 0 0) 6.49%, rgb(20 114 255 / 8%) 104.86%);
  border: 1px solid #adc3ff22;
}

.image-comparison-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.image-comparison-before,
.image-comparison-after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.image-comparison-before {
  z-index: 1;
}

.image-comparison-after {
  z-index: 2;
  clip-path: polygon(50.1% 0, 100% 0, 100% 100%, 50.1% 100%);
  background-clip: padding-box;
  transform: translateZ(0);
  will-change: clip-path;
}

.cs2-hile .image-comparison-before {
  background-image: url('../img/cs2-hile-satin-al-before.jpg');
}

.cs2-hile .image-comparison-after {
  background-image: url('../img/cs2-hile-satin-al-after.jpg');
}

.cs2-skin .image-comparison-before {
  background-image: url('../img/cs2-skin-changer-satin-al-before.jpg');
}

.cs2-skin .image-comparison-after {
  background-image: url('../img/cs2-skin-changer-satin-al-after.jpg');
}

.image-comparison-slider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: linear-gradient(104.04deg, #1472ff -4%, #47a9ff 23%, #adc3ff 50%, #ffadc9 77%, #ff476b 104%);
  transform: translateX(-50%);
  z-index: 10;
  cursor: ew-resize;
  transition: all 0.3s ease;
}

.image-comparison-slider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background: linear-gradient(104.04deg, #1472ff -4%, #47a9ff 23%, #adc3ff 50%, #ffadc9 77%, #ff476b 104%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 32px 0 rgba(20, 114, 255, 0.25);
  border: 4px solid #0a0e13;
  transition: all 0.3s ease;
}

.image-comparison-slider::after {
  content: '◀▶';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}


.brand-range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(359.79deg, rgb(0 0 0) 6.49%, rgb(20 114 255 / 18%) 104.86%);
  border: 1px solid #adc3ff22;
  outline: none;
}

.brand-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(104.04deg, #1472ff -4%, #47a9ff 23%, #adc3ff 50%, #ffadc9 77%, #ff476b 104%);
  border: 2px solid #0a0e13;
  box-shadow: 0 6px 18px rgba(20, 114, 255, 0.25);
  cursor: pointer;
}

.brand-range::-moz-range-thumb {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(104.04deg, #1472ff -4%, #47a9ff 23%, #adc3ff 50%, #ffadc9 77%, #ff476b 104%);
  border: 2px solid #0a0e13;
  box-shadow: 0 6px 18px rgba(20, 114, 255, 0.25);
  cursor: pointer;
}

.brand-range:focus {
  box-shadow: 0 0 0 3px rgba(71, 169, 255, 0.1);
  border-color: #47a9ff55;
}


.brand-tab {
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid #adc3ff22;
  background: rgba(152, 161, 174, 0.08);
  color: #98a1ae;
  font-weight: 600;
  transition: all 0.2s ease;
}
.brand-tab.active {
  color: #fff;
  background: linear-gradient(104.04deg, #1472ff -4%, #47a9ff 23%, #adc3ff 50%, #ffadc9 77%, #ff476b 104%);
  border-color: #0a0e13;
  box-shadow: 0 6px 18px rgba(20, 114, 255, 0.25);
}

.image-comparison-slider:hover::before {
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 12px 40px 0 rgba(20, 114, 255, 0.35);
}

.image-comparison-slider:active::before {
  transform: translate(-50%, -50%) scale(0.95);
}


@media (hover: none) and (pointer: coarse) {
  .image-comparison-slider::before {
    width: 60px; 
    height: 60px; 
  }
  
  .image-comparison-slider::after {
    font-size: 16px; 
  }
}


@media (max-width: 1024px) {
  .image-comparison-container {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .image-comparison-container {
    height: 350px;
  }
  
  .image-comparison-slider {
    width: 3px;
  }
  
  .image-comparison-slider::before {
    width: 40px;
    height: 40px;
  }
  
  .image-comparison-slider::after {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .image-comparison-container {
    height: 300px;
  }
  
  .image-comparison-slider {
    width: 2px;
  }
  
  .image-comparison-slider::before {
    width: 36px;
    height: 36px;
  }
  
  .image-comparison-slider::after {
    font-size: 10px;
  }
}

input[type="checkbox"] {
  appearance: none; 
  width: 1.25rem;
  height: 1.25rem;
  border: none;
  background: linear-gradient(104.04deg, #1472ff -4%, #47a9ff 23%, #adc3ff 50%, #ffadc9 77%, #ff476b 104%);
  background-origin: border-box;
  background-clip: border-box, padding-box;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}


input[type="checkbox"]::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-color: #fff;
  border-radius: 3px;
  z-index: 1;
}


input[type="checkbox"]:checked::before {
  background: linear-gradient(104.04deg, #1472ff -4%, #47a9ff 23%, #adc3ff 50%, #ffadc9 77%, #ff476b 104%);
}

input[type="checkbox"]:checked::after {
  content: '✔';
  font-size: 0.9rem;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}


input[type="radio"] {
  appearance: none;
  width: 1rem;
  height: 1rem;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

input[type="radio"]:checked {
  border: none;
  background: linear-gradient(104.04deg, #1472ff -4%, #adc3ff 50%, #ff476b 104%);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}




.password-toggle-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #98a1ae;
  font-size: 1.1rem;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
  border-radius: 6px;
  width: 32px;
  height: 32px;
}

.password-toggle-btn:hover {
  color: #47a9ff;
  background: rgba(71, 169, 255, 0.1);
}

.password-toggle-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.password-toggle-btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(71, 169, 255, 0.2);
}

.password-toggle-btn i {
  display: block;
  line-height: 1;
}


input[type="password"][id*="Password"],
input[type="text"][id*="Password"] {
  padding-right: 48px !important;
}


@media (max-width: 768px) {
  .password-toggle-btn {
    right: 10px;
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }
  
  input[type="password"][id*="Password"],
  input[type="text"][id*="Password"] {
    padding-right: 44px !important;
  }
}

@media (max-width: 480px) {
  .password-toggle-btn {
    right: 8px;
    width: 28px;
    height: 28px;
    font-size: 0.95rem;
    padding: 6px;
  }
  
  input[type="password"][id*="Password"],
input[type="text"][id*="Password"] {
  padding-right: 40px !important;
  }
}

.atom-contact-layout {
  display: block;
}

.atom-contact-form-card,
.atom-contact-info-card {
  min-width: 0;
}

@media (min-width: 1024px) {
  .atom-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 850px) minmax(320px, 394px);
    gap: 30px;
    align-items: start;
    justify-content: center;
  }

  .atom-contact-form-card {
    width: 100%;
  }

  .atom-contact-info-card {
    width: 100%;
  }
}
