:root {
  --bg: #0a0a0b;
  --bg-alt: #07111d;
  --panel: rgba(255, 255, 255, 0.03);
  --panel-strong: rgba(20, 20, 22, 0.7);
  --panel-deep: rgba(7, 12, 18, 0.94);
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.1);
  --text: #f5f5f7;
  --muted: rgba(255, 255, 255, 0.6);
  --electric: #1e90ff;
  --electric-2: #9fc8ff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(0, 120, 255, 0.1), transparent 60%),
    radial-gradient(900px 500px at -10% 20%, rgba(0, 120, 255, 0.06), transparent 60%),
    #0a0a0b;
}

body.public-shell {
  padding-top: 96px;
  overflow-x: hidden;
}

body.public-shell h1,
body.public-shell h2,
body.public-shell h3,
body.public-shell h4,
body.public-shell h5,
body.public-shell h6,
.brand-font {
  font-family: "Space Grotesk", "Inter", sans-serif;
  letter-spacing: -0.03em;
}

body.public-shell p,
body.public-shell li,
body.public-shell a,
body.public-shell input,
body.public-shell textarea,
body.public-shell button {
  font-family: "Inter", sans-serif;
}

a {
  color: inherit;
}

a:hover {
  color: var(--electric-2);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  padding: 0.85rem 0;
}

.site-header-shell {
  min-height: 5.4rem;
  background: rgba(29, 29, 31, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.brand-lockup {
  min-width: 0;
}

.brand-mark {
  position: relative;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 0.75rem;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #1e90ff, #0a56b8);
  box-shadow: 0 12px 26px rgba(30, 144, 255, 0.28);
  flex: none;
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
  min-width: 0;
}

.brand-copy .brand-name {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 1rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-copy .brand-tag {
  color: var(--electric);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-top: 0.15rem;
}

.site-logo {
  max-width: 200px;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.site-nav {
  min-width: 0;
}

.site-nav-link,
.site-flyout .nav-link {
  border-radius: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-nav-link {
  padding: 10px 12px;
  font-size: 12px;
}

.site-nav-link:hover,
.site-nav-link.active,
.site-flyout .nav-link:hover,
.site-flyout .nav-link.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.site-nav-link.active {
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.header-actions {
  flex: none;
}

.site-search {
  height: 3.2rem;
  min-width: 13rem;
  padding: 0 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  border-radius: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.site-search i {
  font-size: 1.05rem;
}

.site-search-shortcut {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 1.9rem;
  padding: 0 0.35rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.8rem;
  font-weight: 600;
}

.site-cart-btn {
  width: 3rem;
  height: 3rem;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
}

.site-cart-btn i {
  font-size: 1.1rem;
}

.site-signin-btn {
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.15rem;
  border-radius: 0.75rem;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(180deg, #2d9bff, #1473e6);
  box-shadow: 0 10px 28px rgba(20, 115, 230, 0.35);
}

.site-signin-btn:hover {
  color: #fff;
  filter: brightness(1.04);
}

.site-flyout {
  background: rgba(7, 11, 20, 0.98);
  color: #fff;
  border-left: 1px solid var(--border);
}

.site-flyout .offcanvas-header,
.site-flyout .offcanvas-body {
  border-color: var(--border) !important;
}

.site-flyout .nav-link {
  padding-left: 0;
}

.site-flyout .nav-link + .nav-link {
  margin-top: 0.25rem;
}

.site-flyout .quick-actions .btn {
  justify-content: flex-start;
}

.glass,
.glass-strong,
.card-overlay,
.btn-electric,
.btn-primary,
.btn-ghost,
.form-control,
.form-select,
textarea.form-control {
  border-radius: 1.25rem;
}

.glass {
  background: var(--panel);
  border: 1px solid var(--border);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.glass-strong {
  background: var(--panel-strong);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
}

.text-gradient {
  background: linear-gradient(90deg, #ffffff 0%, var(--electric-2) 60%, var(--electric) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.electric,
.text-electric {
  color: var(--electric) !important;
}

.bg-electric {
  background: var(--electric);
}

.hero-shell {
  overflow: hidden;
}

.hero-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 75%);
  mask-image: radial-gradient(ellipse at center, black 40%, transparent 75%);
}

.section-title {
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--electric);
}

.section-heading {
  line-height: 1.05;
  font-size: clamp(2rem, 3.5vw, 3.75rem);
}

.muted-text {
  color: var(--muted);
}

.category-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.42rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.card-overlay {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  background: #06111d;
}

.card-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(2, 6, 12, 0.04) 0%, rgba(2, 6, 12, 0.72) 100%),
    linear-gradient(180deg, transparent 25%, rgba(0, 0, 0, 0.45) 100%);
}

.card-overlay img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.card-overlay .content {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: 1.25rem;
}

.card-overlay:hover img {
  transform: scale(1.04);
}

.card-hover {
  transition: transform 0.35s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.card-hover:hover {
  transform: translateY(-4px);
  border-color: rgba(30, 144, 255, 0.4);
  box-shadow: 0 30px 60px -30px rgba(30, 144, 255, 0.35);
}

.hero-card-shadow {
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

.hero-spec-badges {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.hero-spec-badge {
  position: absolute;
  min-width: min(13rem, 42vw);
  max-width: 14rem;
  padding: 0.8rem 0.95rem;
  border-radius: 1rem;
  background: rgba(90, 90, 90, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-spec-badge h6 {
  font-size: 0.72rem;
  line-height: 1;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.84);
  margin-bottom: 0.35rem;
}

.hero-spec-badge h4 {
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  line-height: 1.05;
  color: #fff;
  z-index: 99999 !important;
}

.hero-spec-badge--sensitivity {
  top: 10%;
  left: 5%;
}

.hero-spec-badge--power {
  top: 30%;
  right: 5%;
}

.hero-spec-badge--range {
  top: 80%;
  right: 5%;
  transform: translateY(-100%);
}

.kpi-card {
  min-height: 12rem;
}

.kpi-metric {
  display: grid;
  gap: 0.35rem;
}

.kpi-number {
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}

.kpi-unit {
  font-size: 0.95rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kpi-title {
  font-size: 0.95rem;
  line-height: 1.15;
  letter-spacing: 0.12em;
}

.kpi-info {
  font-size: 0.85rem;
  line-height: 1.45;
}

@media (max-width: 575.98px) {
  .hero-spec-badge {
    min-width: 9.5rem;
    max-width: 11rem;
    padding: 0.65rem 0.75rem;
  }

  .hero-spec-badge h4 {
    font-size: 1.05rem;
  }
}

.detail-hero {
  padding-bottom: 0.5rem;
}

.breadcrumb-site {
  --bs-breadcrumb-divider: ">";
  display: inline-flex;
  padding: 0.65rem 0.95rem;
  margin-bottom: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.breadcrumb-site .breadcrumb-item,
.breadcrumb-site .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.72);
}

.breadcrumb-site .breadcrumb-item.active {
  color: #fff;
}

.btn-electric,
.btn-primary {
  color: #fff;
  border: none;
  font-weight: 800;
  background: linear-gradient(180deg, #2b9bff, #0a72e6);
  box-shadow: 0 10px 30px -12px rgba(30, 144, 255, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn-electric:hover,
.btn-primary:hover {
  color: #fff;
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 14px 40px -12px rgba(30, 144, 255, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.btn-ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.btn-ghost:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.24);
}

.form-control,
.form-select,
textarea.form-control {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}

.form-control:focus,
.form-select:focus,
textarea.form-control:focus {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border-color: rgba(103, 209, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(30, 144, 255, 0.16);
}

.form-control::placeholder,
textarea.form-control::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.quill-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

.quill-wrapper .ql-toolbar.ql-snow {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.quill-wrapper .ql-container.ql-snow {
  border: 0;
  color: #fff;
}

.quill-wrapper .ql-editor {
  min-height: 520px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
}

.quill-wrapper .ql-editor.ql-blank::before {
  color: rgba(255, 255, 255, 0.4);
  font-style: normal;
}

.quill-wrapper .ql-snow .ql-stroke {
  stroke: rgba(255, 255, 255, 0.72);
}

.quill-wrapper .ql-snow .ql-fill {
  fill: rgba(255, 255, 255, 0.72);
}

.quill-wrapper .ql-snow .ql-picker {
  color: rgba(255, 255, 255, 0.72);
}

.quill-wrapper .ql-snow .ql-picker-options {
  background: #101823;
  border-color: rgba(255, 255, 255, 0.12);
}

.sticky-sidebar {
  position: sticky;
  top: 6rem;
}
.nav-link a {
    color:white !important;
}

.gallery-thumb {
  width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.gallery-lightbox-trigger {
  display: inline-flex;
  background: transparent;
  flex: 0 0 auto;
}

.gallery-strip {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.25rem;
  flex-wrap: nowrap;
}

.gallery-manager-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1rem;
}

.gallery-manager-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

.gallery-manager-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.gallery-manager-card-body {
  padding: 0.85rem;
  display: grid;
  gap: 0.65rem;
}

.featured-image-preview {
  min-height: 120px;
}

.featured-image-card {
  display: grid;
  gap: 0.5rem;
}

.featured-image-card img {
  width: 200px !important;
  height: 100px !important;
  object-fit: cover !important;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

.detail-content,
.editor-content {
  color: var(--text);
}

.detail-content :is(p, li),
.editor-content :is(p, li) {
  color: var(--muted);
}

.detail-content img,
.editor-content img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
}

.detail-content a,
.editor-content a {
  color: var(--electric-2);
}

.marquee {
  display: flex;
  gap: 3rem;
  animation: marquee-scroll 30s linear infinite;
  width: max-content;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }

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

.eq-bar {
  width: 3px;
  background: linear-gradient(180deg, #1e90ff, #6ec1ff);
  border-radius: 2px;
  animation: eq-pulse 1.2s ease-in-out infinite;
}

@keyframes eq-pulse {
  0%,
  100% {
    height: 20%;
  }

  50% {
    height: 100%;
  }
}

footer.site-footer,
footer {
  background: linear-gradient(180deg, rgba(3, 7, 13, 0.96), rgba(3, 7, 13, 1)) !important;
  border-top: 1px solid var(--border);
}

footer a {
  transition: color 0.2s ease;
}

footer a:hover {
  color: #fff !important;
}

.floating-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  z-index: 1050;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.35);
}

.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.5));
}

.btn-close {
  filter: invert(1);
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #0a0a0b;
}

::-webkit-scrollbar-thumb {
  background: #1c1c20;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background: #2a2a30;
}

@media (max-width: 991.98px) {
  body.public-shell {
    padding-top: 88px;
  }

  .sticky-sidebar {
    position: static;
  }

  .section-heading {
    font-size: clamp(1.75rem, 8vw, 2.6rem);
  }

  .card-overlay {
    min-height: 220px;
  }

  .site-header {
    padding: 0.75rem 0;
  }

  .site-header-shell {
    min-height: 4.8rem;
  }
}

@media (max-width: 575.98px) {
  .brand-copy .brand-name {
    letter-spacing: 0.14em;
    font-size: 0.86rem;
  }

  .card-overlay .content {
    padding: 1rem;
  }

  .gallery-thumb {
    width: 100%;
  }

  .site-header-shell {
    border-radius: 1rem;
  }
}
