@charset "UTF-8";
.rtl {
  direction: rtl !important;
}

.ltr {
  direction: ltr !important;
}

.space-top {
  margin-top: 200px;
}

@font-face {
  font-display: swap;
  font-family: Morabba;
  font-weight: 600;
  src: local("?"), url("../../assets/font/fonts/ttf/MorabbaVF.woff2");
}
@font-face {
  font-display: swap;
  font-family: Morabba;
  font-weight: 400;
  src: local("?"), url("../../assets/font/fonts/ttf/Morabba-Medium.woff2");
}
@font-face {
  font-display: swap;
  font-family: Morabba;
  font-weight: 500;
  src: local("?"), url("../../assets/font/fonts/ttf/Morabba-SemiBold.woff2");
}
@font-face {
  font-display: swap;
  font-family: Morabba;
  font-weight: 300;
  src: local("?"), url("../../assets/font/fonts/ttf/Morabba-Regular.woff2");
}
@font-face {
  font-display: swap;
  font-family: IRANYekan;
  font-weight: 500;
  src: local("?"), url("../../assets/font/fonts/ttf/IRANYekanMediumFaNum.ttf");
}
@font-face {
  font-display: swap;
  font-family: OoohBaby;
  src: local("?"), url("../../assets/font/fonts/ttf/OoohBaby-Regular.ttf");
}
@media (min-width: 1400px) {
  .main-container {
    max-width: 75vw;
  }
}
@media (min-width: 1600px) {
  .main-container {
    max-width: 80vw;
  }
}
@media (max-width: 1200px) {
  .main-container {
    max-width: 100%;
  }
}
body {
  font-size: 13px;
  color: rgb(0, 0, 0);
  background: #ffffff;
  font-weight: 400;
  font-family: Morabba !important;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  z-index: 0;
  scroll-behavior: smooth;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

::-webkit-scrollbar {
  background: #cecece;
  height: 5px;
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #00f93e;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  background: #f7a1ff;
}

a {
  text-decoration: none !important;
  cursor: pointer !important;
}

a:focus,
a:active {
  text-decoration: underline;
  outline: none;
  color: #AB7B00;
}

input,
select,
textarea {
  outline: none;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0px;
  appearance: none !important;
}

input:focus,
select:focus,
textarea:focus {
  cursor: pointer;
  outline: none;
  box-shadow: none !important;
}

input[type=checkbox] {
  appearance: checkbox !important;
}

input[type=radio] {
  appearance: radio !important;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0px;
}

p {
  margin-bottom: 0px;
  font-size: 15px;
  color: rgb(0, 0, 0);
  line-height: 30px;
}

h2 {
  margin: 0px;
  padding: 0px;
  font-weight: bold;
  color: rgb(34, 34, 34);
  font-size: 36px;
}

figure {
  margin-bottom: 0px;
  text-align: center;
}

input::-webkit-input-placeholder {
  color: #fff;
  font-family: "IRANYekanWeb";
  font-size: 16px;
}

input::placeholder {
  color: rgb(0, 0, 0) !important;
}

input:hover,
input:focus,
input:active {
  color: #000;
}

input:focus::-webkit-input-placeholder {
  color: #000;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #AB7B00;
}

textarea {
  color: #000;
}

label.error {
  position: relative;
  background-position-y: 3px;
  padding-left: 20px;
  display: block;
  margin-top: 20px;
}

label.valid {
  display: block;
  position: absolute;
  right: 0px;
  left: auto;
  margin-top: -6px;
  width: 20px;
  height: 20px;
  background: transparent;
}

label.valid::after {
  content: "e";
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 16px;
  color: green;
}

.breadcrumb {
  color: #000;
  font-size: 16px;
  padding-right: 15px;
}
.breadcrumb a {
  color: #000;
}
.breadcrumb i {
  color: #00f93e;
}
.breadcrumb span {
  color: #fdf6f0;
  font-weight: 600;
  margin: 0px 8px;
}
.breadcrumb .active {
  color: #422d00;
}

@media (max-width: 800px) {
  .breadcrumb {
    font-size: 12px;
  }
}
.form-control {
  font-family: Morabba !important;
}

input::placeholder {
  font-family: Morabba !important;
}

input,
button,
form,
select,
option,
textarea,
table {
  font-family: Morabba !important;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: none !important;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* override swipers transition */
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.swiper-container {
  padding: 10px 100px !important;
  overflow: hidden;
}

.pol-2 {
  direction: ltr !important;
}

/* =========================================================================
   Top utility bar + Navbar
   ========================================================================= */
.topbar {
  background: var(--ink);
  color: #c9cdd0;
  font-size: 13px;
  border-bottom: 1px solid var(--line-dark);
}

.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
}

.topbar-links {
  display: flex;
  gap: 22px;
  align-items: center;
}

.topbar-links a {
  color: #c9cdd0;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}

.topbar-links a:hover {
  color: var(--orange);
}

.topbar-right {
  display: flex;
  gap: 18px;
  align-items: center;
}

.topbar svg {
  width: 14px;
  height: 14px;
}

.topbar .mono {
  font-size: 12px;
}

.navbar-main {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}

.navbar-main.is-scrolled {
  box-shadow: var(--shadow-sm);
  border-bottom-color: transparent;
}

.navbar-main .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
  gap: 32px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.brand-mark {
  width: 44px;
  height: 44px;
  background: var(--ink);
  position: relative;
  flex-shrink: 0;
  clip-path: polygon(0 8px, 8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-mark span {
  color: var(--orange);
  font-weight: 700;
  font-size: 17px;
}

.brand-name {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.brand-name b {
  font-size: 18px;
  font-weight: 800;
}

.brand-name em {
  font-style: normal;
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.08em;
  direction: ltr;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}

.nav-links a {
  font-weight: 600;
  font-size: 15px;
  position: relative;
  padding: 6px 0;
}

.nav-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--orange);
  transition: width 0.25s var(--ease);
}

.nav-links a:hover::after, .nav-links a.active::after {
  width: 100%;
}

.nav-links a.active {
  color: var(--orange);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-cart {
  position: relative;
}

.nav-cart .count {
  position: absolute;
  top: -6px;
  left: -6px;
  background: var(--orange);
  color: #fff;
  font-size: 10.5px;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-toggle {
  display: none;
}

:root {
  /* ---- palette ---- */
  --ink: #14181b; /* graphite steel — primary dark */
  --ink-2: #1d2327; /* panel dark */
  --ink-3: #262d32; /* elevated dark */
  --line-dark: #33393e;
  --paper: #f7f5f0; /* warm off-white background */
  --surface: #ffffff;
  --line: #e6e2d8;
  --muted: #6d6f6b;
  --muted-2: #97998f;
  --orange: #00f93e; /* industrial safety orange */
  --orange-dark: #00f93e;
  --orange-tint: #fff0e8;
  --green: #0e5c3f; /* deep industrial green */
  --green-dark: #0a4530;
  --green-tint: #e8f3ec;
  --white: #ffffff;
  /* ---- type ---- */
  --f-display: "Vazirmatn", "Tahoma", sans-serif;
  --f-mono: "JetBrains Mono", monospace;
  /* ---- shape / motion ---- */
  --radius-s: 4px;
  --radius-m: 8px;
  --radius-l: 14px;
  --ease: cubic-bezier(.22,.9,.3,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
  --kerf: 26px; /* diagonal cut amount used across clip-paths */
  /* ---- elevation — layered, warm-tinted shadows (not generic grey) ---- */
  --shadow-xs: 0 1px 2px rgba(20,24,27,.06);
  --shadow-sm: 0 2px 6px -2px rgba(20,24,27,.10), 0 1px 2px rgba(20,24,27,.06);
  --shadow-md: 0 12px 28px -10px rgba(20,24,27,.16), 0 2px 6px -2px rgba(20,24,27,.08);
  --shadow-lg: 0 30px 60px -20px rgba(20,24,27,.24), 0 6px 16px -6px rgba(20,24,27,.10);
  --shadow-orange: 0 14px 28px -12px rgba(255,90,31,.38);
  /* ---- spacing scale (4px base) ---- */
  --sp-1: 4px;
  --sp-2: 8px;
  --sp-3: 12px;
  --sp-4: 16px;
  --sp-5: 24px;
  --sp-6: 32px;
  --sp-7: 48px;
  --sp-8: 64px;
  --sp-9: 96px;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Morabba;
  color: var(--ink);
  direction: rtl;
  text-align: right;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  font-family: inherit;
  cursor: pointer;
}

input, select, textarea {
  font-family: inherit;
}

::selection {
  background: var(--orange);
  color: #fff;
}

/* focus visibility — deliberate, on-brand ring rather than the browser default */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
  border-radius: 1px;
}

/* subtle film-grain texture — used sparingly on dark panels for tactile depth */
.grain {
  position: relative;
  isolation: isolate;
}

.grain::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.35'/%3E%3C/svg%3E");
}

.grain > .container {
  position: relative;
  z-index: 1;
}

.hero-btn {
  color: #000 !important;
  background: #FD7D01;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 2px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
  transition: transform 0.3s var(--ease-out), background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease), box-shadow 0.3s var(--ease-out);
  position: relative;
}
.hero-btn::hover {
  background: #FD7D01 !important;
  border: 1px solid #FD7D01 !important;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
.container-narrow {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---- mono numerals used for specs / prices / hud ---- */
.mono {
  direction: ltr;
  unicode-bidi: isolate;
  letter-spacing: 0.02em;
}

/* =========================================================================
Typography
========================================================================= */
h1, h2, h3, h4, h5 {
  font-weight: 800;
  line-height: 1.22;
  margin: 0;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

p {
  margin: 0;
  line-height: 1.9;
  color: var(--muted);
}

.mono, .price-now, .price-old, .stat-num {
  font-variant-numeric: tabular-nums;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  direction: ltr;
  unicode-bidi: isolate;
  color: var(--orange);
}

.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--orange);
  display: inline-block;
}

.eyebrow.on-dark {
  color: #ff8a5c;
}

.eyebrow.green {
  color: var(--green);
}

.eyebrow.green::before {
  background: var(--green);
}

.section-title {
  font-size: clamp(28px, 3.6vw, 44px);
}

.section-lede {
  max-width: 640px;
  font-size: 17px;
  margin-top: 14px;
}

.section-head {
  margin-bottom: 48px;
}

.section-head.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-head.center .section-lede {
  margin-left: auto;
  margin-right: auto;
}

.section-head.split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.about {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 8vw, 110px) 24px;
  background: #eee;
}

/* machined blueprint grid, faint diagonal hazard corner */
.about::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.66) 1px, rgba(0, 0, 0, 0.51) 1px), linear-gradient(90deg, rgba(46, 52, 62, 0.56) 1px, rgba(0, 0, 0, 0.18) 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(ellipse 65% 55% at 80% 0%, black, transparent 70%);
  mask-image: radial-gradient(ellipse 65% 55% at 80% 0%, rgba(0, 0, 0, 0.7803921569), rgba(0, 0, 0, 0) 70%);
  opacity: 0.55;
  pointer-events: none;
}

.about::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.66) 1px, rgba(0, 0, 0, 0.51) 1px), linear-gradient(90deg, rgba(46, 52, 62, 0.56) 1px, rgba(0, 0, 0, 0.18) 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(ellipse 65% 55% at 80% 0%, black, transparent 70%);
  mask-image: radial-gradient(ellipse 65% 55% at 80% 0%, rgba(0, 0, 0, 0.7803921569), rgba(0, 0, 0, 0) 70%);
  opacity: 0.55;
  pointer-events: none;
}

.content-gap {
  color: #777777 !important;
}

.wrap {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.content {
  direction: rtl;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  letter-spacing: 0.5px;
  color: #000000;
  border: 2px solid #00f93e;
  background: rgb(255, 255, 255);
  padding: 7px 14px;
  margin-bottom: 22px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}

.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #00f93e;
  box-shadow: 0 0 8px #eee;
}

h1 {
  font-weight: 800;
  font-size: clamp(30px, 4.2vw, 45px);
  line-height: 1.4;
  margin: 0 0 22px;
}

h1 span {
  color: #eee;
}

.content p {
  font-size: 18px;
  line-height: 2;
  color: #0e0e0e;
  margin: 0 0 20px;
  text-align: justify;
  max-width: 620px;
}

.stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 34px;
  max-width: 560px;
}

.stat {
  position: relative;
  border-radius: 0px;
  padding: 20px 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #ffffff;
  transition: transform 0.25s ease, border-color 0.25s ease;
  border: 1px solid #00f93e;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}

.stat:hover {
  transform: translateY(-3px);
  border-color: --amber-dark;
}

.stat .icon {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: #00f93e;
  border: 1px solid #00f93e;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}

.stat .icon svg {
  width: 28px;
  height: 28px;
}

.stat .num {
  font-weight: 700;
  color: #000000;
  font-size: 21px;
  line-height: 1.2;
}

.stat .label {
  font-size: 13px;
  color: #000000;
  margin-top: 3px;
}

/* ===== Media column ===== */
.media {
  display: grid;
  gap: 18px;
}

.cta-card {
  position: relative;
  background: linear-gradient(135deg, #000000 0%, #0d2318 55%);
  border-radius: 14px;
  padding: 30px 28px;
  color: #fff;
  overflow: hidden;
  min-height: 190px;
  display: flex;
  align-items: center;
}

.cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-45deg, rgba(0, 249, 62, 0.22) 0 10px, transparent 10px 20px);
  -webkit-mask-image: linear-gradient(to left, black, transparent 60%);
  mask-image: linear-gradient(to left, black, transparent 60%);
}

.cta-text {
  position: relative;
  z-index: 2;
  max-width: 62%;
}

.cta-text .tag {
  font-size: 11px;
  color: #eee;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 8px;
}

.cta-text h3 {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 10px;
  line-height: 1.5;
}

.cta-text p {
  font-size: 16px;
  line-height: 1.85;
  width: 80%;
  margin: 0 0 18px;
  color: #ffffff;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #eee;
  color: #1B1508;
  font-weight: 700;
  font-size: 14px;
  padding: 11px 22px;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  background: #FFB157;
}

.cta-figure {
  position: absolute;
  left: -10px;
  bottom: 0px;
  height: 82%;
  width: auto;
  -webkit-mask-image: linear-gradient(to right, transparent, black 25%);
  mask-image: linear-gradient(to right, transparent, black 25%);
}

.cta-figure img {
  height: 100%;
  width: auto;
  display: block;
  filter: grayscale(0.3) contrast(1.1) brightness(0.9);
  object-fit: cover;
}

.photo {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 14/10.4;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}

.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.05) contrast(1.05);
  transition: transform 0.6s ease;
}

.photo:hover img {
  transform: scale(1.04);
}

.photo .coord {
  position: absolute;
  bottom: 12px;
  right: 14px;
  font-size: 11px;
  color: #eee;
  background: rgba(20, 23, 28, 0.65);
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid rgba(255, 155, 43, 0.3);
  letter-spacing: 0.3px;
}

@media (max-width: 900px) {
  .wrap {
    grid-template-columns: 1fr;
  }
  .media {
    order: -1;
  }
  .content p {
    max-width: none;
  }
  .stats {
    max-width: none;
  }
}
@media (max-width: 480px) {
  .stats {
    grid-template-columns: 1fr;
  }
  .cta-text {
    max-width: 68%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .stat, .btn, .photo img {
    transition: none !important;
  }
}
/* =========================================================================
Signature motif — the kerf line (machined diagonal cut)
========================================================================= */
.kerf-top {
  clip-path: polygon(0 var(--kerf), 100% 0, 100% 100%, 0 100%);
}

.kerf-bottom {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--kerf)), 0 100%);
}

.kerf-both {
  clip-path: polygon(0 var(--kerf), 100% 0, 100% calc(100% - var(--kerf)), 0 100%);
}

.kerf-divider {
  position: relative;
  height: 64px;
  margin-top: -1px;
}

.kerf-divider svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cut-rule {
  position: relative;
  height: 1px;
  background: var(--line);
  overflow: visible;
}

.cut-rule::after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 64px;
  height: 3px;
  background: var(--orange);
}

/* dashed "toolpath" line, decorative */
.toolpath {
  position: absolute;
  border: none;
  stroke: var(--orange);
  stroke-width: 1.5;
  stroke-dasharray: 6 7;
  fill: none;
  opacity: 0.5;
}

/* =========================================================================
Buttons
========================================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 2px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
  transition: transform 0.3s var(--ease-out), background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease), box-shadow 0.3s var(--ease-out);
  position: relative;
}

.btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform 0.3s var(--ease-out);
}

.btn:active {
  transform: translateY(0) scale(0.98) !important;
  transition-duration: 0.1s;
}

.btn-primary {
  background: var(--orange);
  color: #fff;
  box-shadow: var(--shadow-xs);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}

.btn-primary:hover {
  background: #637c69;
}

.btn-primary:hover svg {
  transform: translateX(-3px);
}

.btn-dark {
  background: var(--ink);
  color: #fff;
  box-shadow: var(--shadow-xs);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}

.btn-dark:hover {
  background: #000;
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn-outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.btn-outline:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.btn-outline-dark {
  background: transparent;
  border-color: var(--ink);
  color: var(--ink);
}

.btn-outline-dark:hover {
  background: var(--ink);
  color: #fff;
}

.btn-green {
  background: var(--green);
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}

.btn-green:hover {
  background: var(--green-dark);
  transform: translateY(-2px);
}

.btn-block {
  width: 100%;
}

.btn-sm {
  padding: 10px 18px;
  font-size: 13.5px;
}

.btn-icon {
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  transition: 0.25s var(--ease);
}

.btn-icon:hover {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.btn-icon.filled {
  background: var(--ink);
  color: #fff;
}

/* =========================================================================
Buttons row / badges / chips
========================================================================= */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: 2px;
}

.badge-orange {
  background: var(--orange);
  color: #fff;
}

.badge-green {
  background: var(--green);
  color: #fff;
}

.badge-dark {
  background: var(--ink);
  color: #fff;
}

.badge-outline {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
}

.badge-soft-green {
  background: var(--green-tint);
  color: var(--green);
}

.badge-soft-orange {
  background: var(--orange-tint);
  color: var(--orange-dark);
}

/* =========================================================================
HERO
========================================================================= */
.cnc-vectors {
  height: 500px;
  width: 700px;
  object-fit: contain;
}
.cnc-vectors img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  position: relative;
  right: -70px;
}

.hero-bg-video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-bg-video #myVideo {
  width: 100%;
}

.hero {
  position: relative;
  height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--ink);
  overflow: hidden;
  color: #fff;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-media video, .hero-media canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 12, 14, 0.55) 0%, rgba(10, 12, 14, 0.35) 38%, rgba(10, 12, 14, 0.85) 100%), linear-gradient(90deg, rgba(10, 12, 14, 0.75) 0%, rgba(10, 12, 14, 0.15) 45%);
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-content .container {
  display: flex;
  padding: 0px 85px;
  flex-direction: column;
}

.hero-content .container {
  display: flex;
  flex-direction: column;
}

.img-holder {
  align-self: flex-start;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #00f93e;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.09);
  /* padding: 8px 14px; */
  border-radius: 2%;
  background: rgba(255, 255, 255, 0.11);
  margin-bottom: 26px;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #00f93e;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 8px 14px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.28);
  margin-bottom: 26px;
}

.hero-tag i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  display: inline-block;
  box-shadow: 0 0 0 4px rgba(255, 90, 31, 0.25);
}

.hero h1 {
  font-size: clamp(38px, 5.6vw, 76px);
  max-width: 920px;
  color: #fff;
  font-weight: 800;
}

.hero h1 em {
  font-style: normal;
  color: var(--orange);
}

.hero-sub {
  max-width: 560px;
  margin-top: 22px;
  font-size: 17.5px;
  color: #d7d9d6;
  line-height: 1.9;
}

.hero-cta {
  display: flex;
  gap: 16px;
  margin-top: 38px;
  flex-wrap: wrap;
}

.hero-hud {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 70px;
  background: rgba(10, 12, 14, 0.6);
  backdrop-filter: blur(8px);
}

.hero-hud .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  flex-wrap: wrap;
  gap: 0;
}

.hud-item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  color: #9aa0a3;
  direction: ltr;
  padding: 0 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  flex: 1;
  justify-content: center;
}

.hud-item:first-child {
  justify-content: flex-start;
  padding-right: 0;
}

.hud-item:last-child {
  border-left: none;
  justify-content: flex-end;
  padding-left: 0;
}

.hud-item b {
  color: #fff;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.hud-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #33d17a;
  box-shadow: 0 0 0 3px rgba(51, 209, 122, 0.18);
  flex-shrink: 0;
}

.hero-scroll {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #c9cdd0;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.hero-scroll .line {
  width: 1px;
  height: 120px;
  background: linear-gradient(#fff, transparent);
  animation: scrollpulse 1.8s ease-in-out infinite;
}

@keyframes scrollpulse {
  0% {
    opacity: 0.2;
    transform: scaleY(0.4);
    transform-origin: top;
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: top;
  }
  100% {
    opacity: 0.2;
    transform: scaleY(0.4);
    transform-origin: top;
  }
}
/* =========================================================================
Stats strip
========================================================================= */
.stats-strip {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.stats-strip .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stat-cell {
  padding: 34px 26px;
  border-left: 1px solid var(--line);
  text-align: center;
}

.stat-cell:last-child {
  border-left: none;
}

.stat-num {
  font-size: 36px;
  font-weight: 700;
  color: var(--ink);
  direction: ltr;
  display: block;
}

.stat-num span {
  color: var(--orange);
}

.stat-label {
  margin-top: 8px;
  font-size: 13.5px;
  color: var(--muted);
  font-weight: 600;
}

/* =========================================================================
Generic section spacing
========================================================================= */
.section {
  padding: 110px 0;
  padding-top: 60px;
}

.section-sm {
  padding: 70px 0;
}

.bg-ink {
  background: var(--ink);
  color: #fff;
}

.bg-ink p {
  color: #aeb2ae;
}

.bg-surface {
  background: var(--surface);
}

.bg-panel {
  background: #ffffff;
}

/* =========================================================================
About / company intro
========================================================================= */
.about-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 70px;
  align-items: center;
}

.about-media {
  position: relative;
}

.about-media .frame {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--ink);
  clip-path: polygon(0 34px, 34px 0, 100% 0, 100% calc(100% - 34px), calc(100% - 34px) 100%, 0 100%);
}

.about-media .frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-media .float-card {
  position: absolute;
  bottom: -28px;
  right: -28px;
  background: #fff;
  padding: 22px 26px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 270px;
  transition: transform 0.4s var(--ease-out);
}

.about-media:hover .float-card {
  transform: translateY(-4px);
}

.about-media .float-card .ico {
  width: 46px;
  height: 46px;
  background: var(--green-tint);
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about-media .float-card .ico svg {
  width: 22px;
  height: 22px;
}

.about-media .float-card b {
  display: block;
  font-size: 14px;
}

.about-media .float-card span {
  font-size: 12.5px;
  color: var(--muted);
}

.about-points {
  display: grid;
  gap: 20px;
  margin-top: 34px;
}

.about-point {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.about-point .num {
  color: var(--orange);
  font-weight: 700;
  font-size: 14px;
  padding-top: 3px;
}

.about-point b {
  display: block;
  font-size: 15.5px;
  margin-bottom: 4px;
}

.about-point p {
  font-size: 14.5px;
}

/* =========================================================================
Blueprint machine panels — signature illustration style
used in place of photography: technical line-drawings of the machines,
drawn on a dot-grid "engineering drawing" ground with corner tick marks.
========================================================================= */
.blueprint {
  position: relative;
  width: 100%;
  height: 320px;
  padding: 10px;
  background-size: 16px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.blueprint.dark {
  background-color: var(--ink-2);
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
}

.blueprint svg {
  width: 72%;
  height: 72%;
}

.blueprint .tick {
  position: absolute;
  width: 16px;
  height: 16px;
  border-color: var(--muted-2);
  opacity: 0.55;
}

.blueprint .tick.tl {
  top: 10px;
  right: 10px;
  border-top: 1.5px solid;
  border-right: 1.5px solid;
}

.blueprint .tick.tr {
  top: 10px;
  left: 10px;
  border-top: 1.5px solid;
  border-left: 1.5px solid;
}

.blueprint .tick.bl {
  bottom: 10px;
  right: 10px;
  border-bottom: 1.5px solid;
  border-right: 1.5px solid;
}

.blueprint .tick.br {
  bottom: 10px;
  left: 10px;
  border-bottom: 1.5px solid;
  border-left: 1.5px solid;
}

.blueprint .bp-tag {
  position: absolute;
  bottom: 10px;
  right: 32px;
  font-size: 9.5px;
  color: var(--muted-2);
  direction: ltr;
  letter-spacing: 0.04em;
}

.bp-stroke {
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bp-accent {
  fill: none;
  stroke: var(--orange);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bp-dash {
  fill: none;
  stroke: var(--muted-2);
  stroke-width: 1;
  stroke-dasharray: 3 4;
}

.bp-fill {
  fill: var(--paper);
  stroke: var(--ink);
  stroke-width: 1.6;
}

.blueprint.dark .bp-stroke {
  stroke: #d8d9d4;
}

.blueprint.dark .bp-fill {
  fill: var(--ink-2);
  stroke: #d8d9d4;
}

/* =========================================================================
Category cards
========================================================================= */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.cat-card {
  background: #fff;
  padding: 38px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: background 0.35s var(--ease-out);
}

.cat-card:hover {
  background: var(--ink);
}

.cat-card:hover .cat-name, .cat-card:hover .cat-count {
  color: #fff;
}

.cat-card:hover .cat-icon {
  background: var(--orange);
  color: #fff;
}

.cat-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  background: var(--paper);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s var(--ease);
}

.cat-icon svg {
  width: 28px;
  height: 28px;
}

.cat-name {
  font-weight: 700;
  font-size: 15px;
  transition: color 0.3s;
}

.cat-count {
  display: block;
  margin-top: 6px;
  font-size: 11.5px;
  color: var(--muted-2);
  transition: color 0.3s;
}

/* =========================================================================
Product cards + slider
========================================================================= */
.slider-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 20px;
}

.slider-arrows {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.p-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
  scrollbar-width: none;
}

.p-track::-webkit-scrollbar {
  display: none;
}

.p-track .product-card {
  scroll-snap-align: start;
  flex: 0 0 290px;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.product-card {
  background: #fff;
  border: 1px solid var(--line);
  position: relative;
  transition: box-shadow 0.4s var(--ease-out), transform 0.4s var(--ease-out), border-color 0.3s;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
  border-color: rgba(20, 24, 27, 0.1);
}

.product-media {
  position: relative;
  overflow: hidden;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}

.product-card:hover .product-media img {
  transform: scale(1.06);
}

.product-badges {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 2;
}

.product-quick {
  position: absolute;
  left: 12px;
  bottom: -46px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: bottom 0.35s var(--ease-out);
}

.product-card:hover .product-quick {
  bottom: 12px;
}

.product-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.product-cat {
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--muted-2);
  text-transform: uppercase;
  direction: ltr;
  text-align: right;
}

.product-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  min-height: 48px;
}

.product-name a {
  transition: color 0.2s;
}

.product-name a:hover {
  color: var(--orange);
}

.product-specs {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px dashed var(--line);
  border-bottom: 1px dashed var(--line);
}

.product-specs span {
  font-size: 15px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 6px;
}

.stars {
  display: flex;
  gap: 2px;
  color: var(--orange);
}

.stars svg {
  width: 13px;
  height: 13px;
}

.product-rating span {
  font-size: 12px;
  color: var(--muted);
}

.product-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 6px;
}

.product-price {
  display: flex;
  flex-direction: column;
}

.price-old {
  font-size: 12.5px;
  color: var(--muted-2);
  text-decoration: line-through;
}

.price-now {
  font-size: 19px;
  font-weight: 700;
  color: var(--ink);
}

.price-now small {
  font-size: 12px;
  font-weight: 500;
  color: var(--muted);
}

.add-cart-btn {
  width: 50px;
  height: 50px;
  border-radius: 19%;
  background: #00f93e;
  color: #000000;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s;
}

.add-cart-btn:hover {
  background: var(--orange);
}

.add-cart-btn svg {
  width: 19px;
  height: 19px;
}

/* =========================================================================
Why-us / capability strip with diagram
========================================================================= */
.capability {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.capability-list {
  display: grid;
  gap: 0;
}

.hero-content-cap {
  padding: 0 !important;
}

.capability-item {
  display: flex;
  gap: 20px;
  padding: 26px 0;
}

.capability-item:first-child {
  padding-top: 0;
}

.capability-item .ico {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.466);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  border: 1px solid #00f93e;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}

.capability-item .ico svg {
  width: 24px;
  height: 24px;
}

.capability-item b {
  font-size: 16.5px;
  display: block;
  margin-bottom: 6px;
  color: #fff;
}

.capability-item p {
  font-size: 14px;
  color: #aeb2ae;
}

.gauge-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gauge-card {
  background: var(--ink-2);
  background-image: url(../images/banner/pexels-harold-granados-115813190-10119310.jpg);
  background-size: cover;
  border: 8px solid rgba(255, 255, 255, 0.1);
  padding: 40px;
  width: 70%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 520px;
}
.gauge-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 12, 14, 0.55) 0%, rgba(10, 12, 14, 0.35) 38%, rgba(10, 12, 14, 0.85) 100%), linear-gradient(90deg, rgba(10, 12, 14, 0.75) 0%, rgba(10, 12, 14, 0.15) 45%);
}

.capality-bg {
  padding-top: 50px;
}

.hero.capality-bg {
  height: auto;
}

.gauge-ring {
  position: relative;
  width: 220px;
  height: 220px;
  z-index: 1;
}

.gauge-ring svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.gauge-ring .bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 10;
}

.gauge-ring .fg {
  fill: none;
  stroke: var(--orange);
  stroke-width: 10;
  stroke-linecap: round;
  stroke-dasharray: 628;
  stroke-dashoffset: 628;
  transition: stroke-dashoffset 1.8s var(--ease-out) 0.15s;
}

.gauge-wrap.in .fg {
  stroke-dashoffset: 60;
}

.gauge-center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gauge-center .num {
  font-size: 44px;
  color: #fff;
  font-weight: 700;
}

.gauge-center .lbl {
  font-size: 12.5px;
  color: #dadada;
  margin-top: 4px;
}

.gauge-caption {
  margin-top: 26px;
  text-align: center;
  z-index: 1;
}

.gauge-caption b {
  color: #fff;
  display: block;
  font-size: 15px;
}

.gauge-caption span {
  color: #aeb2ae;
  font-size: 13px;
}

/* =========================================================================
Process steps (legit sequence: order flow)
========================================================================= */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-step {
  padding: 36px 30px;
  border-left: 1px solid var(--line);
  position: relative;
}

.process-step:last-child {
  border-left: none;
}

.process-step .step-no {
  font-size: 50px;
  color: var(--orange);
  font-weight: 700;
}

.process-step h4 {
  font-size: 17px;
  margin-top: 14px;
}

.process-step p {
  font-size: 13.5px;
  margin-top: 10px;
}

.process-step svg {
  width: 26px;
  height: 26px;
  margin-top: 20px;
  color: var(--muted-2);
}

/* =========================================================================
Testimonials / trust
========================================================================= */
.trust-band {
  background: var(--ink);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  padding: 26px 0;
  overflow: hidden;
}

.logo-marquee {
  display: flex;
  gap: 70px;
  align-items: center;
  animation: marquee 30s linear infinite;
  width: max-content;
}

.logo-marquee span {
  color: #5b6167;
  font-size: 15px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testi-card {
  background: #d3d3d3;
  border: 1px solid var(--line);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}

.testi-stars {
  display: flex;
  gap: 3px;
  color: var(--orange);
}

.testi-stars svg {
  width: 15px;
  height: 15px;
}

.testi-card p {
  font-size: 15px;
  color: var(--ink);
  line-height: 1.9;
}

.testi-who {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.testi-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--paper);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--ink);
}

.testi-who b {
  display: block;
  font-size: 14px;
}

.testi-who span {
  font-size: 12.5px;
  color: var(--muted);
}

.certs-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  flex-wrap: wrap;
  margin-top: 56px;
}

.article-media .blueprint {
  padding: 0;
}

.cert-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.cert-item svg {
  width: 30px;
  height: 30px;
  color: var(--green);
}

/* =========================================================================
CTA banner
========================================================================= */
.cta-banner {
  position: relative;
  background: var(--ink);
  overflow: hidden;
  padding: 80px 0;
}

.cta-banner .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.cta-banner h2 {
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  max-width: 560px;
}

.cta-banner p {
  color: #aeb2ae;
  margin-top: 10px;
}

.cta-diagonal {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.5;
  background: repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.12) 0 2px, transparent 2px 46px);
}

.btn-dark-color {
  color: #000;
}

/* =========================================================================
Insights / articles (SEO section)
========================================================================= */
.article-card {
  background: #fff;
  border: 1px solid var(--line);
  overflow: hidden;
}

.article-media {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--paper);
}

.article-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.article-card:hover .article-media img {
  transform: scale(1.06);
}

.article-body {
  padding: 22px;
}

.article-meta {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 11.5px;
  color: var(--muted-2);
  margin-bottom: 12px;
  direction: ltr;
  justify-content: flex-end;
}

.article-body h4 {
  font-size: 19px;
  line-height: 1.6;
}

.liner-bg {
  position: relative;
}
.liner-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.07) 0 10px, transparent 10px 20px);
  -webkit-mask-image: linear-gradient(to left, black, transparent 60%);
  mask-image: linear-gradient(to left, black, transparent 60%);
}

.process-grid {
  background-color: #fff;
  z-index: 1;
  position: relative;
}

.article-body h4 a:hover {
  color: var(--orange);
}

.article-body p {
  font-size: 13.5px;
  margin-top: 10px;
}

.article-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-weight: 700;
  font-size: 13.5px;
  color: #000000;
  background: #00f93e;
  padding: 10px;
}

.article-link svg {
  width: 15px;
  height: 15px;
}

/* =========================================================================
Footer
========================================================================= */
.footer {
  background: var(--ink);
  color: #aeb2ae;
  padding-top: 90px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr 0.9fr 1.1fr;
  gap: 50px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--line-dark);
}

.footer h5 {
  color: #fff;
  font-size: 14.5px;
  margin-bottom: 22px;
}

.footer-links {
  display: grid;
  gap: 13px;
}

.footer-links a {
  font-size: 14px;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--orange);
}

.footer-about p {
  font-size: 14px;
  line-height: 1.9;
  margin-top: 16px;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s;
}

.footer-social a:hover {
  background: var(--orange);
  border-color: var(--orange);
}

.footer-social svg {
  width: 16px;
  height: 16px;
}

.newsletter-box {
  display: flex;
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.newsletter-box input {
  flex: 1;
  background: transparent;
  border: none;
  padding: 13px 16px;
  color: #fff;
  font-size: 13.5px;
}

.newsletter-box input::placeholder {
  color: #7a7f7c;
}

.newsletter-box button {
  background: var(--orange);
  border: none;
  padding: 0 18px;
  color: #fff;
}

.newsletter-box button svg {
  width: 16px;
  height: 16px;
}

.contact-line {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14px;
  margin-bottom: 16px;
}

.contact-line svg {
  width: 17px;
  height: 17px;
  color: var(--orange);
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-bottom {
  padding: 26px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
}

.footer-bottom .payi {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-bottom .payi span {
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 2px;
}

/* =========================================================================
Breadcrumb + page header (inner pages)
========================================================================= */
.page-header {
  background: var(--ink);
  position: relative;
  padding: 56px 0 68px;
  overflow: hidden;
}

.page-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(115deg, rgba(255, 90, 31, 0.06) 0 2px, transparent 2px 40px);
}

.page-header .container {
  position: relative;
  z-index: 2;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #9aa;
  margin-bottom: 16px;
  direction: ltr;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.breadcrumb a {
  color: #c9cdd0;
}

.breadcrumb a:hover {
  color: var(--orange);
}

.page-header h1 {
  color: #fff;
  font-size: clamp(26px, 3.4vw, 40px);
}

/* =========================================================================
Shop layout: filters + grid
========================================================================= */
.shop-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: flex-start;
}

.filters {
  position: sticky;
  top: 104px;
}

.filter-block {
  border-bottom: 1px solid var(--line);
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.filter-block:last-child {
  border-bottom: none;
}

.filter-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14.5px;
  font-weight: 700;
  margin-bottom: 16px;
}

.filter-title svg {
  width: 14px;
  height: 14px;
  color: var(--muted-2);
}

.check-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 7px 0;
  font-size: 14px;
  cursor: pointer;
}

.check-row input {
  accent-color: var(--orange);
  width: 16px;
  height: 16px;
}

.check-row .cnt {
  font-size: 11.5px;
  color: var(--muted-2);
}

.check-row-label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.range-slider {
  margin-top: 10px;
}

.range-slider input[type=range] {
  width: 100%;
  accent-color: var(--orange);
}

.range-values {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--muted);
  margin-top: 6px;
  direction: ltr;
}

.swatch-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.swatch {
  padding: 7px 14px;
  border: 1px solid var(--line);
  font-size: 12.5px;
  cursor: pointer;
  transition: 0.2s;
}

.swatch:hover, .swatch.active {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.shop-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  flex-wrap: wrap;
  gap: 14px;
}

.shop-count {
  font-size: 14px;
  color: var(--muted);
}

.shop-count b {
  color: var(--ink);
}

.shop-controls {
  display: flex;
  align-items: center;
  gap: 14px;
}

.select-clean {
  appearance: none;
  border: 1px solid var(--line);
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="%236d6f6b" stroke-width="2"><path d="M6 9l6 6 6-6"/></svg>') no-repeat left 12px center;
  padding: 10px 34px 10px 14px;
  font-size: 13.5px;
  min-width: 170px;
}

.view-toggle {
  display: flex;
  border: 1px solid var(--line);
}

.view-toggle button {
  width: 40px;
  height: 40px;
  background: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
}

.view-toggle button.active {
  background: var(--ink);
  color: #fff;
}

.view-toggle button svg {
  width: 17px;
  height: 17px;
}

.chip-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.chip {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--line);
  padding: 6px 12px;
  font-size: 12.5px;
}

.chip button {
  background: none;
  border: none;
  color: var(--muted);
  display: flex;
}

.chip button svg {
  width: 12px;
  height: 12px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 56px;
}

.pagination a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  font-size: 13.5px;
  transition: 0.2s;
}

.pagination a:hover, .pagination a.active {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.pagination a.nav {
  width: auto;
  padding: 0 16px;
  gap: 8px;
}

/* =========================================================================
Product detail page
========================================================================= */
.pd-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 60px;
}

/* ---- gallery: slides ---- */
.pd-main-wrap {
  position: relative;
}

.pd-viewport {
  aspect-ratio: 1/1;
  background: var(--surface);
  border: 1px solid var(--line);
  overflow: hidden;
  position: relative;
  cursor: zoom-in;
}

.pd-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.pd-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.02);
  transition: opacity 0.45s var(--ease-out), transform 0.45s var(--ease-out), visibility 0s 0.45s;
}

.pd-slide.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition-delay: 0s;
}

.pd-slide .blueprint {
  transition: transform 0.35s var(--ease-out);
  transform-origin: center;
}

.pd-viewport:hover .pd-slide.active .blueprint {
  transform: scale(1.16);
}

.pd-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  box-shadow: var(--shadow-sm);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  opacity: 0;
}

.pd-main-wrap:hover .pd-nav {
  opacity: 1;
}

.pd-nav:hover {
  background: var(--ink);
  color: #fff;
  box-shadow: var(--shadow-md);
}

.pd-nav.prev {
  right: 14px;
}

.pd-nav.next {
  left: 14px;
}

.pd-zoom-tag {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: rgba(20, 24, 27, 0.82);
  color: #fff;
  font-size: 10.5px;
  padding: 7px 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
  pointer-events: none;
}

.pd-counter {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(20, 24, 27, 0.82);
  color: #fff;
  font-size: 11.5px;
  padding: 7px 12px;
  z-index: 2;
  letter-spacing: 0.05em;
}

.pd-thumbs {
  display: flex;
  gap: 12px;
  margin-top: 14px;
}

.pd-thumbs .thumb {
  width: 84px;
  height: 84px;
  border: 2px solid var(--line);
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 0.25s var(--ease-out), transform 0.25s var(--ease-out);
  padding: 0;
  background: none;
}

.pd-thumbs .thumb.active {
  border-color: var(--orange);
}

.pd-thumbs .thumb:hover {
  border-color: var(--ink);
  transform: translateY(-2px);
}

.pd-thumbs .thumb .blueprint {
  pointer-events: none;
}

.pd-dots {
  display: none;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.pd-dots button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--line);
  border: none;
  padding: 0;
  transition: 0.25s;
}

.pd-dots button.active {
  background: var(--orange);
  width: 20px;
  border-radius: 4px;
}

/* ---- lightbox ---- */
.pd-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(10, 12, 14, 0.96);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s var(--ease-out), visibility 0s 0.35s;
}

.pd-lightbox.open {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.pd-lb-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 28px;
  z-index: 2;
}

.pd-lb-counter {
  color: #9aa0a3;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.pd-lb-tools {
  display: flex;
  gap: 8px;
}

.pd-lb-tools button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.pd-lb-tools button:hover {
  background: rgba(255, 255, 255, 0.16);
}

.pd-lb-tools button#pdLbClose {
  background: var(--orange);
  border-color: var(--orange);
  margin-right: 6px;
}

.pd-lb-tools button#pdLbClose:hover {
  background: var(--orange-dark);
}

.pd-lb-stage {
  width: min(78vw, 900px);
  height: min(78vh, 900px);
  position: relative;
  overflow: hidden;
  touch-action: none;
}

.pd-lb-frame {
  width: 100%;
  height: 100%;
  cursor: grab;
  transition: transform 0.25s var(--ease-out);
}

.pd-lb-frame.dragging {
  cursor: grabbing;
  transition: none;
}

.pd-lb-frame .blueprint {
  width: 100%;
  height: 100%;
}

.pd-lb-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.pd-lb-nav:hover {
  background: rgba(255, 255, 255, 0.18);
}

.pd-lb-nav.prev {
  right: 28px;
}

.pd-lb-nav.next {
  left: 28px;
}

.pd-lb-hint {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  text-align: center;
  color: #6a6f73;
  font-size: 11px;
  letter-spacing: 0.04em;
  z-index: 2;
}

.pd-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.pd-sku {
  font-size: 12px;
  color: var(--muted-2);
  direction: ltr;
  text-align: left;
}

.pd-title {
  font-size: clamp(24px, 2.6vw, 32px);
  margin-top: 8px;
}

.pd-meta-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.pd-stock {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--green);
}

.pd-stock i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.pd-desc {
  margin-top: 20px;
  font-size: 15px;
}

.pd-price-box {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-top: 24px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.pd-price-box .now {
  font-size: 32px;
  font-weight: 700;
}

.pd-price-box .old {
  font-size: 16px;
  color: var(--muted-2);
  text-decoration: line-through;
}

.pd-price-box .save {
  margin-right: auto;
}

.qty-stepper {
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  width: fit-content;
}

.qty-stepper button {
  width: 44px;
  height: 48px;
  background: #fff;
  border: none;
  font-size: 18px;
  color: var(--ink);
}

.qty-stepper input {
  width: 52px;
  text-align: center;
  border: none;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
  height: 48px;
  font-size: 15px;
}

.pd-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  flex-wrap: wrap;
}

.pd-actions .btn-primary {
  flex: 1;
  min-width: 200px;
}

.pd-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 30px;
}

.pd-trust div {
  background: #fff;
  padding: 18px;
  text-align: center;
}

.pd-trust svg {
  width: 24px;
  height: 24px;
  color: var(--orange);
  margin-bottom: 8px;
}

.pd-trust span {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
}

.pd-tabs {
  margin-top: 80px;
}

.tab-nav {
  display: flex;
  gap: 6px;
  border-bottom: 1px solid var(--line);
  flex-wrap: wrap;
}

.tab-nav button {
  background: none;
  border: none;
  padding: 16px 26px;
  font-weight: 700;
  font-size: 14.5px;
  color: var(--muted);
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: 0.2s;
}

.tab-nav button.active {
  color: var(--ink);
  border-color: var(--orange);
}

.tab-panel {
  display: none;
  padding-top: 40px;
}

.tab-panel.active {
  display: block;
}

/* ---- spec sheet: at-a-glance strip ---- */
.spec-hero {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-bottom: 36px;
}

.spec-hero-item {
  background: #fff;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.spec-hero-item svg {
  width: 24px;
  height: 24px;
  color: var(--orange);
}

.spec-hero-item .v {
  font-size: 19px;
  font-weight: 700;
  color: var(--ink);
}

.spec-hero-item .l {
  font-size: 12px;
  color: var(--muted);
}

/* ---- category quick-jump pills ---- */
.spec-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.spec-pills button {
  background: #fff;
  border: 1px solid var(--line);
  padding: 9px 18px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  border-radius: 100px;
  transition: all 0.2s var(--ease-out);
}

.spec-pills button:hover {
  border-color: var(--ink);
  color: var(--ink);
}

.spec-pills button.active {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

/* ---- grouped spec sections ---- */
.spec-groups {
  display: grid;
  gap: 44px;
}

.spec-group {
  scroll-margin-top: 120px;
}

.spec-group-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.spec-group-head .ico {
  width: 36px;
  height: 36px;
  background: var(--orange-tint);
  color: var(--orange-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.spec-group-head .ico svg {
  width: 18px;
  height: 18px;
}

.spec-group-head h4 {
  font-size: 16.5px;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.spec-item {
  background: #fff;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  transition: background 0.2s;
}

.spec-item:hover {
  background: var(--paper);
}

.spec-item .label {
  font-size: 12.5px;
  color: var(--muted);
}

.spec-item .value {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--ink);
}

.spec-item.bar-item {
  grid-column: span 1;
}

.spec-bar-track {
  height: 5px;
  background: var(--paper);
  margin-top: 4px;
  position: relative;
}

.spec-bar-fill {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--orange), var(--orange-dark));
}

.spec-download-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  background: var(--paper);
  border: 1px dashed var(--muted-2);
  padding: 22px 26px;
  margin-top: 44px;
}

.spec-download-cta b {
  font-size: 14.5px;
  display: block;
}

.spec-download-cta span {
  font-size: 13px;
  color: var(--muted);
}

.review-summary {
  display: flex;
  gap: 50px;
  align-items: center;
  padding: 30px;
  background: var(--paper);
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.review-score {
  text-align: center;
}

.review-score .big {
  font-size: 52px;
  font-weight: 700;
}

.review-bars {
  flex: 1;
  min-width: 220px;
  display: grid;
  gap: 8px;
}

.review-bar-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
}

.review-bar-row .bar {
  flex: 1;
  height: 6px;
  background: #e3e0d6;
  position: relative;
}

.review-bar-row .bar span {
  position: absolute;
  inset: 0;
  background: var(--orange);
}

.review-item {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.review-item .rh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.review-item .who {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-item p {
  font-size: 14.5px;
  margin-top: 8px;
}

/* =========================================================================
Cart page
========================================================================= */
.cart-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 40px;
  align-items: flex-start;
}

.cart-table {
  width: 100%;
  border-collapse: collapse;
}

.cart-table thead th {
  text-align: right;
  font-size: 12.5px;
  color: var(--muted);
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.cart-row td {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
}

.cart-product {
  display: flex;
  gap: 16px;
  align-items: center;
}

.cart-product img {
  width: 84px;
  height: 84px;
  object-fit: cover;
  background: var(--paper);
  flex-shrink: 0;
}

.cart-product b {
  font-size: 14.5px;
  display: block;
}

.cart-product span {
  font-size: 12.5px;
  color: var(--muted-2);
}

.cart-remove {
  background: none;
  border: none;
  color: var(--muted-2);
  transition: 0.2s;
}

.cart-remove:hover {
  color: #c62828;
}

.cart-remove svg {
  width: 18px;
  height: 18px;
}

.summary-card {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  padding: 30px;
  position: sticky;
  top: 104px;
}

.summary-card h3 {
  font-size: 18px;
  margin-bottom: 22px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 14.5px;
  padding: 12px 0;
  border-bottom: 1px dashed var(--line);
}

.summary-row.total {
  border-bottom: none;
  padding-top: 18px;
  font-size: 17px;
  font-weight: 800;
}

.summary-row.total .mono {
  color: var(--orange);
  font-size: 22px;
}

.coupon-row {
  display: flex;
  gap: 8px;
  margin: 20px 0;
}

.coupon-row input {
  flex: 1;
  border: 1px solid var(--line);
  padding: 12px 14px;
  font-size: 13.5px;
}

.empty-state {
  text-align: center;
  padding: 100px 20px;
}

.empty-state svg {
  width: 80px;
  height: 80px;
  color: var(--muted-2);
  margin-bottom: 24px;
}

.empty-state h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.empty-state p {
  max-width: 360px;
  margin: 0 auto 28px;
}

/* =========================================================================
Checkout page
========================================================================= */
.checkout-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 60px;
}

.co-step {
  display: flex;
  align-items: center;
  gap: 12px;
}

.co-step .circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--muted-2);
  flex-shrink: 0;
}

.co-step.active .circle, .co-step.done .circle {
  border-color: var(--orange);
  background: var(--orange);
  color: #fff;
}

.co-step span {
  font-size: 14px;
  font-weight: 600;
  color: var(--muted-2);
}

.co-step.active span, .co-step.done span {
  color: var(--ink);
}

.co-connector {
  width: 70px;
  height: 2px;
  background: var(--line);
  margin: 0 14px;
}

.form-card {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 34px;
}

.form-card h3 {
  font-size: 17px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-card h3 .n {
  width: 28px;
  height: 28px;
  background: var(--ink);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-field.full {
  grid-column: 1/-1;
}

.form-field label {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}

.form-field input, .form-field select, .form-field textarea {
  border: 1px solid var(--line);
  padding: 13px 14px;
  font-size: 14px;
  background: #fff;
  width: 100%;
}

.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  border-color: var(--orange);
  outline: none;
}

.pay-method {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--line);
  padding: 18px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: 0.2s;
}

.pay-method:hover {
  border-color: var(--ink);
}

.pay-method input {
  accent-color: var(--orange);
  width: 18px;
  height: 18px;
}

.pay-method .pm-ico {
  width: 38px;
  height: 38px;
  background: var(--paper);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pay-method .pm-ico svg {
  width: 19px;
  height: 19px;
}

.pay-method b {
  font-size: 14.5px;
  display: block;
}

.pay-method span {
  font-size: 12.5px;
  color: var(--muted);
}

/* =========================================================================
Toast (cart add feedback)
========================================================================= */
.toast {
  position: fixed;
  bottom: 26px;
  left: 26px;
  background: var(--ink);
  color: #fff;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 999;
  transform: translateY(140%);
  transition: transform 0.45s var(--ease-out);
  border-right: 3px solid var(--orange);
  max-width: 320px;
  box-shadow: var(--shadow-lg);
}

.toast.show {
  transform: translateY(0);
}

.toast svg {
  width: 20px;
  height: 20px;
  color: var(--orange);
  flex-shrink: 0;
}

.toast b {
  font-size: 13.5px;
  display: block;
}

.toast span {
  font-size: 12px;
  color: #aeb2ae;
}

/* =========================================================================
Utility / animation
========================================================================= */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out);
}

[data-reveal].in {
  opacity: 1;
  transform: none;
}

/* =========================================================================
Responsive
========================================================================= */
@media (max-width: 1100px) {
  .cat-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-grid, .capability {
    grid-template-columns: 1fr;
  }
  .capability {
    gap: 50px;
  }
  .gauge-wrap {
    order: -1;
    max-width: 360px;
    margin: 0 auto;
  }
  .stats-strip .container {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat-cell:nth-child(2) {
    border-left: none;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
  }
  .pd-layout {
    grid-template-columns: 1fr;
  }
  .cart-layout {
    grid-template-columns: 1fr;
  }
  .shop-layout {
    grid-template-columns: 1fr;
  }
  .filters {
    position: static;
  }
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-step:nth-child(2) {
    border-left: none;
  }
}
@media (max-width: 860px) {
  .nav-links, .topbar {
    display: none;
  }
  .nav-toggle {
    display: flex;
  }
  .navbar-main .container {
    height: 72px;
  }
  .hero {
    min-height: 82vh;
  }
  .hero-content {
    padding-top: 130px;
  }
  .hero-hud .container {
    height: auto;
    padding: 16px 24px;
    justify-content: flex-start;
    gap: 12px 0;
  }
  .hud-item {
    border-left: none !important;
    padding: 0 !important;
    justify-content: flex-start !important;
    flex: 0 0 50%;
  }
  .cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-4, .grid-3 {
    grid-template-columns: 1fr 1fr;
  }
  .section {
    padding: 70px 0;
  }
  .section-head.split {
    flex-direction: column;
    align-items: flex-start;
  }
  .testi-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .checkout-steps {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px 0;
  }
  .co-connector {
    width: 26px;
  }
  .co-step span {
    display: none;
  }
  .pd-trust {
    grid-template-columns: 1fr;
  }
  .pd-nav {
    opacity: 1;
  }
  .pd-dots {
    display: flex;
  }
  .spec-hero {
    grid-template-columns: repeat(2, 1fr);
  }
  .spec-grid {
    grid-template-columns: 1fr 1fr;
  }
  .spec-pills {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 6px;
  }
  .pd-lb-stage {
    width: 94vw;
    height: 70vh;
  }
  .pd-lb-nav.prev {
    right: 10px;
  }
  .pd-lb-nav.next {
    left: 10px;
  }
  .review-summary {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 600px) {
  .cat-grid, .grid-4, .grid-3 {
    grid-template-columns: 1fr 1fr;
  }
  .stats-strip .container {
    grid-template-columns: 1fr 1fr;
  }
  .hero-cta {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-cta .btn {
    width: 100%;
  }
  .about-media .float-card {
    position: static;
    margin-top: 16px;
    max-width: 100%;
  }
  .cart-product {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-track .product-card {
    flex-basis: 72vw;
  }
  .spec-grid {
    grid-template-columns: 1fr;
  }
  .spec-hero {
    grid-template-columns: 1fr 1fr;
  }
}
.credit {
  background: #fff;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 20px;
}

#whatsapp-chat {
  position: fixed;
  background: #fff;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 100px;
  z-index: 100000000000000000;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

.bamikkalashow-chat {
  background: linear-gradient(to right top, #b7ed78, #19c24f);
  color: #fff;
  position: fixed;
  direction: rtl;
  z-index: 98;
  bottom: 25px;
  z-index: 100000000000000;
  font-size: 15px;
  padding: 1px 12px;
  height: 60px;
  width: 60px;
  border-radius: 50px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  display: flex;
  align-items: center;
  justify-content: space-between;
  animation: ripple 2s linear infinite;
  outline: none;
  border: none;
  transition: all 0.3s linear 0s;
}

.wp-header-info {
  display: flex;
  align-items: center;
}

.wp-logo {
  width: 50px;
  height: 50px;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.06);
  object-fit: contain;
  border-radius: 50%;
}

.wp-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(36, 255, 164, 0.3), 0 0 0 10px rgba(2, 207, 169, 0.113);
  }
  100% {
    box-shadow: 0 0 0 12px rgb(184, 253, 200), 0 0 0 10px rgba(2, 207, 169, 0.057);
  }
}
.bamikkalashow-chat:hover {
  width: 140px;
}

.bamikkalashow-chat:hover .chatwidget-text {
  display: block;
}

.chatwidget-text {
  display: none;
  margin-right: 10px;
  animation-name: showchat;
  animation-duration: 1s;
  transition: all ease-in-out 0.4s;
}

.bamikkalashow-chat i {
  transform: scale(1.2);
  animation-name: showchat;
  animation-duration: 1s;
  transition: all 0.3s linear 0s;
  font-size: 35px;
  top: 3px;
  position: relative;
}

.mdi-whatsapp {
  transition: all 1s ease;
}

.mdi-close {
  transition: all 1s ease;
}

.header-chat {
  background: linear-gradient(80deg, #34af80, #34af57 130%);
  color: #fff;
  padding: 25px 20px;
  direction: rtl;
}

.text-header {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}

.header-chat h3 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
}

.header-chat p {
  font-size: 12px;
  line-height: 1.7;
  margin: 0;
  color: #fff;
}

.info-avatar {
  position: relative;
  direction: rtl;
  height: 65px;
  width: 65px !important;
  object-fit: cover;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #eee;
  padding: 5px;
}

.info-avatar img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left: 10px;
}

.info-avatar:before {
  content: "\f5a3";
  z-index: 1;
  font-family: "Material Design Icons";
  background: #34af7c;
  color: #fff;
  width: 24px;
  display: flex;
  border-radius: 100%;
  position: absolute;
  top: 30px;
  font-size: 18px;
  left: -15px;
  height: 24px;
  align-items: center;
  justify-content: center;
}

a.information {
  padding: 10px 20px;
  display: flex;
  overflow: hidden;
  animation-name: showhide;
  direction: rtl;
  margin-bottom: 10px;
  border-right: 2px solid #34af7c;
  animation-duration: 2s;
  text-align: right;
  background-color: #ffffff;
  justify-content: space-between;
}

a.information:hover {
  background: #f1f1f1;
}

.info-chat span {
  display: block;
  color: #000;
}

.info-chat {
  margin-right: 20px;
  width: 65%;
}

#get-label,
span.chat-label {
  font-size: 17px;
  color: #000000;
  font-weight: 600;
}

#get-name,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 600;
  color: #222;
}

#get-label,
#get-name {
  color: #fff;
}

span.my-number {
  display: none;
}

.bamikkala-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
  direction: rtl;
  text-align: right;
}

.bamikkala-msg a {
  font-weight: 600;
  color: #34af7c;
}

textarea#chat-input {
  border: none;
  color: #000 !important;
  width: 100%;
  height: 40px;
  outline: none;
  resize: none;
  border-radius: 6px;
  background: #f7f7f7;
  padding: 10px 8px;
  text-align: right;
  direction: rtl;
}

a#send-it {
  color: #ffffff;
  width: 75px;
  font-size: 22px;
  margin-right: 5px;
  font-weight: 600;
  padding: 3px 10px;
  background: linear-gradient(80deg, #34af80, #34af57 130%);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.first-msg {
  background-color: #f5f5f5;
  background-image: url(../../assets/images/vectors/wp.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 15px;
  text-align: center;
}

.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 13px;
  line-height: 1.7;
  border-radius: 7px;
  padding: 12px 12px;
  display: inline-block;
  text-align: right;
  direction: rtl;
}

.start-chat .bamikkala-msg {
  display: flex;
}

#get-number {
  display: none;
}

a.close-chat {
  position: absolute;
  top: 5px;
  left: 15px;
  color: #fff;
  font-size: 20px;
}

@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
/* 
 */
.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 1.5s;
  transform: scale(1);
  opacity: 1;
}

article .show {
  display: block;
  animation-name: showhide;
  animation-duration: 1.5s;
  transform: scale(1);
  opacity: 1;
}

.chat-parent {
  padding: 15px;
  background-color: #f5f5f5;
  background-image: url(../../assets/images/vectors/wp.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
