@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --tx-bg: #f6f7f8;
  --tx-surface: #ffffff;
  --tx-surface-alt: #10151e;
  --tx-text: #1c222b;
  --tx-text-soft: #5f6873;
  --tx-title: #0f141c;
  --tx-border: #d7dce2;
  --tx-primary: #2f6ef5;
  --tx-primary-strong: #1f56cb;
  --tx-dark-blue: #0f1d31;
  --tx-shadow: 0 14px 28px rgba(10, 18, 30, 0.07);
}

html,
body,
body.qs-brand {
  background: var(--tx-bg);
  color: var(--tx-text);
  font-family: "Manrope", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image:
    radial-gradient(circle at 7% 12%, rgba(47, 110, 245, 0.12) 0, rgba(47, 110, 245, 0) 32%),
    radial-gradient(circle at 84% 8%, rgba(15, 29, 49, 0.14) 0, rgba(15, 29, 49, 0) 28%),
    linear-gradient(125deg, rgba(255, 255, 255, 0.64) 0%, rgba(232, 237, 245, 0.5) 100%);
}

h1,
h2,
h3,
h4,
h5,
h6,
body.qs-brand h1,
body.qs-brand h2,
body.qs-brand h3,
body.qs-brand h4,
body.qs-brand h5,
body.qs-brand h6 {
  color: var(--tx-title);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

a {
  text-decoration: none !important;
  transition: color 0.2s ease;
}

a:hover,
a:focus {
  text-decoration: none !important;
  color: var(--tx-primary-strong);
}

button,
.btn,
a.btn,
[class*="btn"] {
  text-decoration: none !important;
}

.theme-cl,
.qs-shop-eyebrow,
.qs-category-section-head span {
  color: var(--tx-primary) !important;
}

.theme-bg,
.qs-cta-strip {
  background: linear-gradient(100deg, #0f1d31 0%, #1a2e4a 58%, #274773 100%) !important;
}

.gray,
section.middle,
section.space,
section {
  background-color: transparent;
}

.container {
  position: relative;
  z-index: 1;
}

.btn,
button.btn,
a.btn {
  border-radius: 12px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.btn:hover,
button.btn:hover,
a.btn:hover {
  transform: translateY(-1px);
}

.btn-theme,
.theme-bg-btn,
a.theme-bg-btn,
button.theme-bg-btn,
.btn.btn-theme,
a.btn.btn-theme,
button.btn.btn-theme {
  background: var(--tx-primary) !important;
  border-color: var(--tx-primary) !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(47, 110, 245, 0.26);
}

.btn-theme:hover,
.theme-bg-btn:hover,
.btn.btn-theme:hover {
  background: var(--tx-primary-strong) !important;
  border-color: var(--tx-primary-strong) !important;
}

.btn-light,
a.btn-light,
button.btn-light {
  background: #edf2fe;
  border-color: #cddbf9;
  color: var(--tx-dark-blue) !important;
}

.btn-light:hover,
a.btn-light:hover,
button.btn-light:hover,
.btn-light:focus,
a.btn-light:focus,
button.btn-light:focus {
  background: #dce8fe;
  border-color: #b8cdf8;
  color: #0c1727 !important;
}

.btn-outline-light {
  background: #ffffff;
  border-color: #b8c6de;
  color: #1a2a3e !important;
}

.btn-outline-light:hover,
.btn-outline-light:focus {
  background: #e9f0ff;
  border-color: #97afe0;
  color: #102039 !important;
}

.btn_dark,
.btn.btn_dark,
a.btn_dark {
  background: var(--tx-dark-blue);
  border-color: var(--tx-dark-blue);
  color: #fff !important;
}

.btn_dark:hover,
.btn_dark:focus,
.btn.btn_dark:hover,
.btn.btn_dark:focus,
a.btn_dark:hover,
a.btn_dark:focus {
  background: #1a3354;
  border-color: #1a3354;
  color: #fff !important;
}

.header,
.header-bottom,
.qs-nav-shell {
  background: rgba(255, 255, 255, 0.95) !important;
  border-bottom: 1px solid #e3e8ee;
  backdrop-filter: blur(8px);
}

.qs-topline,
.top-header {
  background: linear-gradient(100deg, #0f1d31 0%, #1b3557 62%, #274773 100%) !important;
}

.tx-contact-list a {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nav-brand {
  transform: translateY(1px);
}

.nav-menu > li > a,
.navigation-portrait .nav-menu > li > a {
  color: #151b25;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-menu > .active > a,
.nav-menu > .focus > a,
.nav-menu > li:hover > a,
.nav-menu > li > a.active {
  color: var(--tx-primary) !important;
}

.tx-nav-cta {
  background: var(--tx-dark-blue);
  border: 1px solid var(--tx-dark-blue);
  color: #fff;
}

.tx-nav-cta:hover,
.tx-nav-cta:focus {
  background: var(--tx-primary);
  border-color: var(--tx-primary);
  color: #fff;
}

.home-slider .item::before {
  background: linear-gradient(102deg, rgba(15, 20, 28, 0.88) 8%, rgba(16, 29, 45, 0.74) 58%, rgba(36, 68, 108, 0.62) 100%) !important;
}

.tx-hero-slide {
  position: relative;
}

.tx-hero-copy {
  max-width: 760px;
}

.tx-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 13px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tx-hero-lead {
  margin: 0;
  color: #f2f4f7;
  font-size: 18px;
  line-height: 1.45;
  max-width: 620px;
}

.tx-main-cta,
.tx-alt-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 49px;
  padding: 0 20px;
  text-align: center;
}

.tx-alt-cta {
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
}

.tx-alt-cta:hover,
.tx-alt-cta:focus {
  background: #fff;
  border-color: #fff;
  color: var(--tx-dark-blue);
}

.tx-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 18px;
}

.tx-hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #eef2f6;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.tx-hero-points i {
  color: #8fb6ff;
  font-size: 15px;
}

.tx-fact-band {
  margin-top: -56px;
  padding: 0 0 34px;
  position: relative;
  z-index: 5;
}

.tx-fact-card {
  min-height: 100%;
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(20, 43, 74, 0.08);
  border-radius: 16px;
  box-shadow: 0 14px 28px rgba(10, 18, 30, 0.08);
}

.tx-fact-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 10px;
  background: #eaf1ff;
  color: var(--tx-primary);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.tx-fact-card h4 {
  margin-bottom: 8px;
  font-size: 26px;
}

.tx-fact-card p {
  margin: 0;
  color: var(--tx-text-soft);
}

.tx-catalog-preview {
  padding-top: 34px;
}

.tx-service-media {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 14px;
  border: 1px solid rgba(20, 43, 74, 0.1);
}

.tx-page-hero {
  position: relative;
  overflow: hidden;
}

.tx-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(10, 19, 31, 0.74) 12%, rgba(17, 36, 58, 0.58) 56%, rgba(17, 36, 58, 0.44) 100%);
  pointer-events: none;
}

.tx-page-hero > .container {
  position: relative;
  z-index: 2;
}

.tx-page-hero h1,
.tx-page-hero .shop_categories_list a,
.tx-page-hero .shop_categories_list li::before {
  color: #ffffff !important;
}

.tx-page-hero h1 {
  text-shadow: 0 6px 20px rgba(8, 16, 27, 0.5);
}

.tx-page-hero .shop_categories_list a {
  opacity: 0.94;
}

.tx-page-hero .shop_categories_list a:hover,
.tx-page-hero .shop_categories_list a:focus {
  opacity: 1;
  color: #d6e5ff !important;
}

.tx-catalog-preview .btn-outline-dark,
.tx-catalog-preview .btn-dark,
.tx-catalog-preview .btn.btn-sm {
  border-radius: 10px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tx-catalog-preview .btn-outline-dark {
  border-color: #c8d1db;
  color: #2a3340;
}

.tx-catalog-preview .btn-dark,
.tx-catalog-preview .btn-outline-dark:hover,
.tx-catalog-preview .btn-outline-dark:focus {
  background: var(--tx-dark-blue);
  border-color: var(--tx-dark-blue);
  color: #fff;
}

.home-slider .home-slider-desc h1,
.home-slider .home-slider-desc h2,
.home-slider .home-slider-desc h5 {
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.qs-service-card,
.qs-shop-intro,
.qs-category-tile,
.product_grid,
.product_grid.card,
.card,
.widget-boxed,
.modal-content {
  background: var(--tx-surface);
  border: 1px solid rgba(20, 43, 74, 0.08);
  border-radius: 16px;
  box-shadow: var(--tx-shadow);
}

.qs-service-card,
.qs-shop-intro,
.qs-category-tile,
.product_grid,
.product_grid.card {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.qs-service-card:hover,
.qs-shop-intro:hover,
.qs-category-tile:hover,
.product_grid:hover,
.product_grid.card:hover {
  border-color: rgba(47, 110, 245, 0.3);
  box-shadow: 0 18px 36px rgba(10, 18, 30, 0.11);
  transform: translateY(-3px);
}

.product_grid .card-img-top {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.product_grid .card-footers {
  padding: 14px 14px 16px !important;
  border-top: 1px solid #eef2f6;
}

.product_grid h5 a {
  color: #10161f;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.product_grid h5 a:hover,
.product_grid h5 a:focus {
  color: var(--tx-primary-strong);
}

.btn.btn_love {
  border-radius: 12px;
  border: 1px solid rgba(20, 43, 74, 0.1);
}

.btn.btn_love:hover,
.btn.btn_love:focus {
  border-color: var(--tx-primary);
  color: var(--tx-primary);
}

.qs-category-logo,
.product_grid .shop_thumb,
.category-box, 
.category-box img {
  border-radius: 14px;
}

.price,
.prix,
.new_price,
.offer-price,
.product_grid .price,
.product_grid .new_price {
  color: var(--tx-primary) !important;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.form-control,
.custom-select,
select,
input,
textarea {
  border: 1px solid rgba(20, 43, 74, 0.12);
  border-radius: 12px;
  color: #1f2732;
}

.form-control:focus,
.custom-select:focus,
select:focus,
input:focus,
textarea:focus {
  border-color: var(--tx-primary);
  box-shadow: 0 0 0 3px rgba(47, 110, 245, 0.16);
}

footer,
footer.dark-footer,
footer.skin-dark-footer,
.footer-bottom,
.ct_footer {
  background: #0f141c !important;
  color: #c2c8d0;
}

.footer_widget .widget_title,
footer h4,
footer h5 {
  color: #fff;
}

.footer_widget ul li a,
footer a {
  color: #d7dde5;
  text-decoration: none !important;
}

.footer_widget ul li a:hover,
footer a:hover,
footer a:focus {
  color: #95b8ff;
}

#back2Top,
.top-scroll {
  background: var(--tx-primary) !important;
  border-radius: 12px;
  color: #fff !important;
}

@keyframes tx-fade-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.home-slider .home-slider-desc,
.qs-shop-intro,
.qs-service-card,
.product_grid,
.qs-category-tile {
  animation: tx-fade-up 0.55s ease both;
}

@media (max-width: 991px) {
  h1,
  body.qs-brand h1 {
    letter-spacing: 0.025em;
  }

  .nav-menu > li > a,
  .navigation-portrait .nav-menu > li > a {
    font-size: 14px;
    letter-spacing: 0.06em;
  }

  .home-slider .home-slider-desc h1 {
    line-height: 1.03;
  }

  .tx-contact-list {
    width: 100%;
    justify-content: flex-end;
  }

  .tx-fact-band {
    margin-top: -30px;
  }

  .tx-hero-lead {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .btn,
  button.btn,
  a.btn {
    letter-spacing: 0.05em;
  }

  .qs-service-card,
  .qs-shop-intro,
  .qs-category-tile,
  .product_grid,
  .product_grid.card,
  .card {
    box-shadow: 0 12px 26px rgba(10, 18, 30, 0.09);
  }

  .tx-contact-list {
    gap: 8px !important;
  }

  .tx-contact-list a {
    font-size: 11px;
  }

  .tx-kicker {
    min-height: 30px;
    font-size: 12px;
  }

  .tx-hero-points {
    margin-top: 14px;
    gap: 8px;
  }

  .tx-hero-points span {
    font-size: 12px;
  }

  .tx-fact-band {
    margin-top: 0;
    padding-top: 18px;
  }

  .tx-fact-card {
    padding: 18px;
  }
}
