:root {
  --or: #D4520A;
  --or-dk: #A33E08;
  --or-lt: #FEF0E7;
  --nv: #080E1D;
  --nv2: #0F1629;
  --gd: #EF9F27;
  --dk: #0D0D0D;
  --md: #3A3A3A;
  --lt: #6A6A6A;
  --xlt: #999;
  --brd: #DDD6CE;
  --wht: #FFF;
  --crm: #F5F2EE;
  --fh: 'Montserrat',sans-serif;
  --rad: 14px;
  --tr: all .25s cubic-bezier(.4,0,.2,1);
  --or: #D4520A;
  --or-dk: #A33E08;
  --or-lt: #FEF0E7;
  --or-mid: #E8712B;
  --nv: #080E1D;
  --nv2: #0F1629;
  --nv3: #1A2340;
  --gd: #EF9F27;
  --dk: #0D0D0D;
  --md: #404040;
  --lt: #6B6B6B;
  --xlt: #9A9A9A;
  --brd: #E4DDD6;
  --crm: #F7F4F0;
  --fh: 'Montserrat',sans-serif;
  --or: #D4520A;
  --or-dk: #A33E08;
  --or-lt: #FEF0E7;
  --or-mid: #E8712B;
  --nv: #080E1D;
  --nv2: #0F1629;
  --nv3: #1A2340;
  --gd: #EF9F27;
  --dk: #0D0D0D;
  --md: #3A3A3A;
  --lt: #6A6A6A;
  --xlt: #999;
  --brd: #E0D8D0;
  --wht: #fff;
  --crm: #F7F4F0;
  --fh: 'Montserrat',sans-serif
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(8,14,29,.97);
  backdrop-filter: blur(24px);
  height: 64px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.06)
}
.nav-in {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px
}
.logo {
  display: flex;
  align-items: center
}
.lm {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg,var(--or),var(--or-dk));
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}
.lm svg {
  width: 19px;
  height: 19px;
  fill: #fff
}
.lt {
  font-family: var(--fh);
  font-size: 19px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -.4px
}
.lt em {
  color: var(--or);
  font-style: normal
}
.ls {
  font-size: 9.5px;
  color: rgba(255,255,255,.3);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 1px;
  display: block
}
.nl {
  display: flex;
  align-items: center;
  gap: 1px
}
.nl a {
  color: rgba(255,255,255,.6);
  font-size: 13px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 6px;
  transition: var(--tr)
}
.nl a.act,
.nl a:hover {
  color: #fff;
  background: rgba(255,255,255,.09)
}
.nc {
  background: var(--or)!important;
  color: #fff!important;
  padding: 8px 20px!important;
  border-radius: 7px!important;
  font-weight: 600!important
}
.ham {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  z-index: 1001;
  flex-shrink: 0
}
.ham span {
  display: block;
  width: 22px;
  height: 2px;
  background: rgba(255,255,255,.75);
  border-radius: 2px;
  transition: var(--tr)
}
.ham.on span:first-child {
  transform: rotate(45deg) translate(5px,5px)
}
.ham.on span:nth-child(2) {
  opacity: 0
}
.ham.on span:nth-child(3) {
  transform: rotate(-45deg) translate(5px,-5px)
}
.mob {
  display: none;
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  background: rgba(8,14,29,.98);
  backdrop-filter: blur(24px);
  z-index: 998;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s cubic-bezier(.4,0,.2,1)
}
.mob.on {
  max-height: 500px
}
.mob a {
  color: rgba(255,255,255,.7);
  font-family: var(--fh);
  font-size: 14px;
  font-weight: 500;
  padding: 14px 24px;
  border-bottom: 1px solid rgba(255,255,255,.04);
  display: block;
  transition: var(--tr)
}
.mob a:hover {
  color: #fff;
  background: rgba(255,255,255,.04)
}
.mob-cta {
  background: linear-gradient(135deg,var(--or),var(--or-dk))!important
}
.ticker {
  background: linear-gradient(90deg,var(--or-dk),var(--or),#e8712b);
  margin-top: 64px
}
.tk-wrap {
  display: flex;
  width: max-content;
  animation: 50s linear infinite tk
}
.tk-wrap:hover {
  animation-play-state: paused
}
@keyframes tk {
  0% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(-50%)
  }
}
.ti {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 22px;
  font-family: var(--fh);
  font-size: 11.5px;
  font-weight: 700;
  color: rgba(255,255,255,.92);
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap
}
.td {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255,255,255,.4);
  flex-shrink: 0
}
.hero {
  background: linear-gradient(140deg,var(--nv) 0,#090f1c 55%,#0c1728 100%)
}
.hero::before {
  content: '';
  inset: 0;
  pointer-events: none
}
.hero::after {
  content: '';
  inset: 0;
  pointer-events: none
}
.h-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  pointer-events: none
}
.o1 {
  width: 480px;
  height: 480px;
  top: -160px;
  right: -80px;
  background: radial-gradient(circle,rgba(212,82,10,.19),transparent 70%)
}
.o2 {
  width: 280px;
  height: 280px;
  bottom: -60px;
  left: -40px;
  background: radial-gradient(circle,rgba(239,159,39,.1),transparent 70%)
}
.h-in {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1
}
.h-bc {
  font-family: var(--fh);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.28);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap
}
.h-bc a {
  color: rgba(255,255,255,.28);
  transition: color .2s
}
.h-bc a:hover {
  color: rgba(255,255,255,.65)
}
.h-bc em {
  color: var(--or);
  font-style: normal
}
.h-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--fh);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 99px;
  background: rgba(212,82,10,.14);
  border: 1px solid rgba(212,82,10,.28);
  color: var(--or);
  margin-bottom: 16px
}
.h-pill::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--or);
  animation: 2.2s ease-in-out infinite blink;
  flex-shrink: 0
}
@keyframes blink {
  0%,
  100% {
    opacity: .28;
    transform: scale(.75)
  }
  55% {
    opacity: 1;
    transform: scale(1.18)
  }
}
.h-h1 {
  font-family: var(--fh);
  font-size: clamp(28px,4.8vw,58px);
  font-weight: 900;
  color: #fff;
  line-height: 1.06;
  letter-spacing: -2px;
  margin-bottom: 16px
}
.h-h1 em {
  background: linear-gradient(135deg,var(--or),var(--gd));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-style: normal
}
.h-sub {
  font-size: 15.5px;
  color: rgba(255,255,255,.48);
  line-height: 1.77;
  max-width: 620px;
  margin-bottom: 36px
}
.h-sub strong {
  color: rgba(255,255,255,.76);
  font-weight: 600
}
.h-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}
.btn-fill {
  display: inline-flex;
  align-items: center;
  font-family: var(--fh);
  background: linear-gradient(135deg,var(--or),var(--or-dk));
  box-shadow: 0 6px 20px rgba(212,82,10,.38);
  transition: var(--tr)
}
.btn-fill:hover {
  box-shadow: 0 10px 28px rgba(212,82,10,.5)
}
.btn-ghost {
  display: inline-flex;
  align-items: center;
  font-family: var(--fh);
  transition: var(--tr)
}
.btn-ghost:hover {
  background: rgba(255,255,255,.08)
}
.farr {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--wht);
  color: var(--lt);
  font-weight: 300;
  flex-shrink: 0;
  transition: var(--tr);
  user-select: none
}
.farr:disabled {
  opacity: .2;
  opacity: .18;
  cursor: default
}
.img-box {
  aspect-ratio: 1/1;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: transform .35s cubic-bezier(.4,0,.2,1)
}
.img-emoji {
  font-size: 80px;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,.12));
  line-height: 1;
  display: block;
  transition: transform .3s
}
.img-hint {
  font-family: var(--fh);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(0,0,0,.2)
}
.img-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  text-align: center;
  font-family: var(--fh);
  font-size: 10px;
  font-weight: 700;
  padding: 4px;
  border-radius: 99px;
  color: #fff;
  letter-spacing: .07em;
  text-transform: uppercase
}
.img-size {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--fh);
  font-size: 8.5px;
  font-weight: 700;
  color: rgba(0,0,0,.18);
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap
}
.img-upload {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(212,82,10,.09);
  border: 1px dashed rgba(212,82,10,.3);
  border-radius: 6px;
  padding: 3px 9px;
  font-size: 9px;
  font-weight: 700;
  color: var(--or);
  font-family: var(--fh);
  letter-spacing: .04em;
  cursor: pointer;
  transition: var(--tr)
}
.img-upload:hover {
  background: rgba(212,82,10,.16)
}
.mc {
  background: var(--wht);
  border: 1.5px solid var(--brd);
  border-radius: var(--rad);
  overflow: hidden;
  margin-bottom: 20px;
  transition: border-color .25s,box-shadow .25s,transform .25s;
  display: grid;
  grid-template-columns: 340px 1fr
}
.mc:last-child {
  margin-bottom: 0
}
.mc:hover {
  border-color: rgba(212,82,10,.22);
  box-shadow: 0 12px 40px rgba(0,0,0,.08);
  transform: translateY(-2px)
}
.mc:hover .img-box {
  transform: scale(1.015)
}
.mc:hover .img-emoji {
  transform: scale(1.06)
}
.mc-img {
  border-right: 1.5px solid var(--brd)
}
.mc-body {
  display: flex;
  flex-direction: column
}
.mc-name {
  font-family: var(--fh);
  color: var(--dk);
  letter-spacing: -.4px
}
.mc-tag {
  font-size: 13.5px;
  color: var(--lt);
  line-height: 1.7;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1.5px solid var(--brd)
}
.sh {
  font-family: var(--fh);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: var(--nv2);
  color: rgba(255,255,255,.68);
  padding: 7px 14px;
  border-radius: 6px 6px 0 0;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 0
}
.sh::before {
  content: '';
  width: 3px;
  height: 11px;
  background: var(--or);
  border-radius: 2px;
  flex-shrink: 0
}
.stbl {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0
}
.stbl tr {
  border-bottom: 1px solid #eae4dc
}
.stbl tr:last-child {
  border-bottom: none
}
.stbl tr:nth-child(2n) {
  background: #fafaf7
}
.stbl td {
  padding: 8px 14px;
  font-size: 13px;
  vertical-align: top;
  line-height: 1.4
}
.sk {
  font-family: var(--fh);
  font-weight: 600;
  color: var(--md);
  width: 44%;
  font-size: 12.5px
}
.sv {
  color: var(--dk);
  font-weight: 500
}
.feats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-top: 16px;
  margin-top: auto
}
.feat {
  font-family: var(--fh);
  background: var(--crm);
  color: var(--md);
  border: 1px solid var(--brd);
  transition: var(--tr)
}
.feat:hover {
  background: var(--or-lt);
  border-color: rgba(212,82,10,.18);
  color: var(--or)
}
.mc-foot {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px
}
.cs {
  padding: 52px 0;
  border-bottom: 2px solid var(--brd)
}
.cs:last-child {
  border-bottom: none;
  padding-bottom: 80px
}
.ch {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 22px;
  border-radius: var(--rad);
  margin-bottom: 28px;
  border: 1.5px solid
}
.ch-ico {
  width: 48px;
  height: 48px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  border: 1.5px solid
}
.ch-name {
  font-family: var(--fh);
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -.3px
}
.ch-sub {
  font-size: 12.5px;
  margin-top: 3px;
  opacity: .6
}
.ch-pill {
  font-family: var(--fh);
  font-size: 10.5px;
  font-weight: 700;
  padding: 4px 13px;
  border-radius: 99px;
  border: 1px solid;
  white-space: nowrap;
  flex-shrink: 0;
  margin-left: auto
}
.cta {
  background: linear-gradient(135deg,#8b2e04,var(--or),#e0732a);
  padding: 80px 0;
  position: relative;
  overflow: hidden
}
.cta::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -60px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  pointer-events: none
}
.cta-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap
}
.btn-wh {
  display: inline-flex;
  align-items: center;
  color: var(--or);
  font-family: var(--fh);
  transition: var(--tr);
  box-shadow: 0 6px 20px rgba(0,0,0,.14)
}
.btn-wh-ol {
  display: inline-flex;
  align-items: center;
  font-family: var(--fh);
  transition: var(--tr)
}
.ft-in {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px
}
.ft-g {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px
}
.ft-lr {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px
}
.ft-lm {
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg,var(--or),var(--or-dk));
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center
}
.ft-lm svg {
  width: 16px;
  height: 16px;
  fill: #fff
}
.ft-ln {
  font-family: var(--fh);
  font-size: 17px;
  font-weight: 800;
  color: #fff
}
.ft-ln em {
  color: var(--or);
  font-style: normal
}
.ft-ab {
  font-size: 12.5px;
  color: rgba(255,255,255,.33);
  line-height: 1.7;
  margin-bottom: 14px
}
.ft-co {
  font-size: 12px;
  color: rgba(255,255,255,.36);
  margin-bottom: 6px
}
.ft-ch {
  font-family: var(--fh);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.26);
  margin-bottom: 13px
}
.ft-lk {
  display: flex;
  flex-direction: column;
  gap: 8px
}
.ft-lk a {
  font-size: 12.5px;
  color: rgba(255,255,255,.36);
  transition: color .2s
}
.ft-lk a:hover {
  color: #fff
}
.ft-bt {
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 9px
}
.ft-cp {
  font-size: 11.5px;
  color: rgba(255,255,255,.22)
}
.ft-cp em {
  color: var(--or);
  font-style: normal
}
.so {
  display: flex;
  gap: 6px
}
.sb {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.07);
  color: rgba(255,255,255,.36);
  font-size: 11px;
  font-weight: 700;
  font-family: var(--fh);
  transition: var(--tr);
  display: flex;
  align-items: center;
  justify-content: center
}
.sb:hover {
  background: var(--or);
  border-color: var(--or);
  color: #fff
}
.wa-f {
  position: fixed;
  bottom: 22px;
  right: 22px;
  width: 52px;
  height: 52px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 22px rgba(37,211,102,.48);
  z-index: 990;
  border: none;
  cursor: pointer;
  animation: 3.2s ease-in-out infinite wab
}
@keyframes wab {
  0%,
  100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-5px)
  }
}
.wa-f:hover {
  transform: scale(1.1)!important;
  animation: none
}
.wa-f svg {
  width: 24px;
  height: 24px;
  fill: #fff
}
@media(max-width:1100px) {
  .mc {
    grid-template-columns: 300px 1fr
  }
}
@media(max-width:900px) {
  .nl a:not(.nc) {
    display: none
  }
  .ham,
  .mob {
    display: flex
  }
  .nav-in {
    padding: 0 18px
  }
  .mc {
    grid-template-columns: 1fr
  }
  .mc-img {
    border-right: none;
    border-bottom: 1.5px solid var(--brd)
  }
  .mc-body {
    padding: 22px 24px
  }
  .cta-in,
  .ft-in,
  .h-in {
    padding-left: 18px;
    padding-right: 18px
  }
  .ft-g {
    grid-template-columns: 1fr 1fr;
    gap: 24px
  }
  .cta-in {
    flex-direction: column;
    text-align: center
  }
  .cta-acts {
    justify-content: center;
    width: 100%
  }
  .img-emoji {
    font-size: 60px
  }
}
@media(max-width:640px) {
  .nav-in {
    padding: 0 14px
  }
  .ls {
    display: none
  }
  .cta-in,
  .ft-in,
  .h-in {
    padding-left: 14px;
    padding-right: 14px
  }
  .hero {
    padding: 54px 0
  }
  .h-h1 {
    font-size: 26px;
    letter-spacing: -.8px
  }
  .h-btns {
    flex-direction: column;
    gap: 10px
  }
  .btn-fill,
  .btn-ghost {
    width: 100%;
    justify-content: center
  }
  .mc-img .img-box {
    aspect-ratio: 4/3
  }
  .img-emoji {
    font-size: 48px
  }
  .mc-body {
    padding: 18px
  }
  .mc-name {
    font-size: 18px
  }
  .cta-acts {
    flex-direction: column
  }
  .btn-wh,
  .btn-wh-ol {
    width: 100%;
    justify-content: center
  }
  .ft-g {
    grid-template-columns: 1fr;
    gap: 22px
  }
  .ft-bt {
    flex-direction: column;
    text-align: center;
    gap: 8px
  }
  .ftab {
    padding: 0 14px;
    font-size: 12px
  }
  .farr {
    width: 38px
  }
}
.scr {
  display: none
}
.scr.vis {
  display: block
}
#s-home {
  background: #f0ede8;
  padding: 48px 0 72px
}
.s-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px
}
.cat-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 14px
}
.ccard {
  background: var(--wht);
  border: 1.5px solid var(--brd);
  border-radius: var(--rad);
  padding: 22px 18px;
  cursor: pointer;
  transition: border-color .25s,box-shadow .25s,transform .25s
}
.ccard:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0,0,0,.08);
  background: var(--cc-bg);
  border-color: var(--cc-bdr)
}
.cc-ico {
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
  line-height: 1
}
.cc-name {
  font-family: var(--fh);
  font-size: 13.5px;
  font-weight: 800;
  color: var(--dk);
  margin-bottom: 4px;
  letter-spacing: -.2px
}
.cc-desc {
  font-size: 11.5px;
  color: var(--lt);
  line-height: 1.5;
  margin-bottom: 10px
}
.cc-cnt {
  font-family: var(--fh);
  font-size: 11px;
  font-weight: 700;
  color: var(--or);
  margin-bottom: 6px
}
.cc-arr {
  font-family: var(--fh);
  font-size: 11.5px;
  font-weight: 700;
  color: var(--or)
}
.fbar {
  background: var(--wht);
  border-bottom: 2px solid var(--brd);
  position: sticky;
  top: 64px;
  z-index: 100;
  display: flex;
  align-items: stretch;
  height: 52px
}
.farr {
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--wht);
  color: var(--lt);
  font-size: 20px;
  cursor: pointer;
  flex-shrink: 0;
  transition: var(--tr);
  border: none;
  padding: 0
}
.farr:hover:not(:disabled) {
  color: var(--or);
  background: #fff8f5
}
.farr.fl {
  border-right: 1px solid var(--brd)
}
.farr.fr {
  border-left: 1px solid var(--brd)
}
.fscroll-wrap {
  flex: 1;
  overflow: hidden
}
.fscroll {
  display: flex;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch
}
.fscroll::-webkit-scrollbar {
  display: none
}
.ftab {
  font-family: var(--fh);
  font-size: 12.5px;
  font-weight: 600;
  color: var(--lt);
  padding: 0 18px;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  background: 0 0;
  border-top: none;
  border-left: none;
  border-right: none;
  cursor: pointer;
  transition: color .2s,border-color .2s
}
.ftab:hover {
  color: var(--or)
}
.ftab.on {
  color: var(--or);
  border-bottom-color: var(--or);
  font-weight: 700
}
.fcnt {
  background: var(--or-lt);
  color: var(--or);
  font-size: 10px;
  padding: 1px 7px;
  border-radius: 99px;
  font-weight: 700
}
#s-cat {
  background: #f0ede8
}
.cat-hero {
  padding: 88px 0 40px
}
.cat-hero-in {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px
}
.back-b {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--fh);
  font-size: 12px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1.5px solid;
  cursor: pointer;
  margin-bottom: 22px;
  transition: var(--tr);
  background: rgba(255,255,255,.08)
}
.back-b:hover {
  background: rgba(255,255,255,.18)
}
.cat-hero-name {
  font-family: var(--fh);
  font-size: clamp(24px,3.5vw,42px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 8px
}
.cat-hero-sub {
  font-size: 14.5px;
  opacity: .7;
  margin-bottom: 0
}
.sub-lbl {
  font-family: var(--fh);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--xlt);
  margin: 36px 0 14px;
  display: flex;
  align-items: center;
  gap: 10px
}
.sub-lbl::before {
  content: '';
  width: 16px;
  height: 2px;
  background: var(--or);
  flex-shrink: 0;
  border-radius: 2px
}
.sub-lbl::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--brd)
}
.prod-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 14px;
  margin-bottom: 0
}
.pcard {
  background: var(--wht);
  border: 1.5px solid var(--brd);
  border-radius: var(--rad);
  overflow: hidden;
  cursor: pointer;
  transition: border-color .25s,box-shadow .25s,transform .25s
}
.pcard:hover {
  border-color: rgba(212,82,10,.35);
  box-shadow: 0 10px 30px rgba(212,82,10,.1);
  transform: translateY(-3px)
}
.pcard-img {
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
  transition: transform .35s
}
.pcard:hover .pcard-img {
  transform: scale(1.04)
}
.pcard-emoji {
  font-size: 52px;
  filter: drop-shadow(0 3px 8px rgba(0,0,0,.1));
  transition: transform .3s;
  display: block;
  line-height: 1
}
.pcard:hover .pcard-emoji {
  transform: scale(1.08)
}
.pcard-ph {
  font-family: var(--fh);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .22
}
.pcard-mtag {
  position: absolute;
  top: 8px;
  left: 8px;
  font-family: var(--fh);
  font-size: 9.5px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 99px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #fff
}
.pcard-sz {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--fh);
  font-size: 8px;
  font-weight: 700;
  color: rgba(0,0,0,.18);
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap
}
.pcard-body {
  padding: 12px 14px 14px
}
.pcard-name {
  font-family: var(--fh);
  font-size: 12.5px;
  font-weight: 700;
  color: var(--dk);
  line-height: 1.3;
  letter-spacing: -.1px;
  margin-bottom: 3px
}
.pcard-tag {
  font-size: 11px;
  color: var(--lt);
  line-height: 1.5;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}
.pcard-link {
  font-family: var(--fh);
  font-size: 11.5px;
  font-weight: 700;
  color: var(--or);
  display: flex;
  align-items: center;
  gap: 4px;
  transition: gap .2s
}
.pcard:hover .pcard-link {
  gap: 8px
}
#s-prod {
  background: #f0ede8
}
.pd-bbar {
  background: var(--wht);
  border-bottom: 1.5px solid var(--brd);
  padding: 12px 0;
  position: relative;
  top: 0;
  z-index: 98
}
.pd-bin {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 12px
}
.pd-bb {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--fh);
  font-size: 12.5px;
  font-weight: 700;
  color: var(--or);
  cursor: pointer;
  padding: 7px 14px;
  border-radius: 7px;
  background: var(--or-lt);
  border: 1px solid rgba(212,82,10,.15);
  transition: var(--tr)
}
.pd-bb:hover {
  background: rgba(212,82,10,.12)
}
.pd-crumb {
  font-family: var(--fh);
  font-size: 11px;
  color: var(--xlt);
  letter-spacing: .06em;
  text-transform: uppercase
}
.pd-in {
  max-width: 1320px;
  margin: 0 auto;
  padding: 36px 24px 80px;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 48px;
  align-items: start
}
.pd-left {
  position: sticky;
  top: 182px
}
.pd-img {
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: var(--rad);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  overflow: hidden;
  border: 1.5px solid var(--brd);
  margin-bottom: 16px;
  transition: box-shadow .25s
}
.pd-img:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,.08)
}
.pd-emoji {
  font-size: 100px;
  filter: drop-shadow(0 8px 22px rgba(0,0,0,.12));
  line-height: 1;
  display: block
}
.pd-ph {
  font-family: var(--fh);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(0,0,0,.2)
}
.pd-mtag {
  position: absolute;
  top: 14px;
  left: 14px;
  font-family: var(--fh);
  font-size: 10.5px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 99px;
  color: #fff;
  letter-spacing: .07em;
  text-transform: uppercase
}
.pd-upload {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(212,82,10,.09);
  border: 1px dashed rgba(212,82,10,.3);
  border-radius: 7px;
  padding: 4px 10px;
  font-size: 9px;
  font-weight: 700;
  color: var(--or);
  font-family: var(--fh);
  cursor: pointer;
  transition: var(--tr)
}
.pd-upload:hover {
  background: rgba(212,82,10,.16)
}
.pd-sz {
  position: absolute;
  bottom: 12px;
  left: 12px;
  font-family: var(--fh);
  font-size: 8.5px;
  font-weight: 700;
  color: rgba(0,0,0,.18);
  letter-spacing: .06em;
  text-transform: uppercase
}
.pd-keys {
  background: var(--wht);
  border: 1.5px solid var(--brd);
  border-radius: var(--rad);
  padding: 16px;
  margin-bottom: 14px
}
.pd-kl {
  font-family: var(--fh);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--xlt);
  margin-bottom: 10px
}
.pd-kc {
  display: flex;
  flex-wrap: wrap;
  gap: 6px
}
.kc {
  font-family: var(--fh);
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 99px;
  background: var(--crm);
  color: var(--md);
  border: 1px solid var(--brd)
}
.pd-enq {
  display: flex;
  flex-direction: column;
  gap: 8px
}
.pd-name {
  font-family: var(--fh);
  font-size: clamp(20px,2.5vw,30px);
  font-weight: 900;
  color: var(--dk);
  letter-spacing: -.5px;
  line-height: 1.15;
  margin-bottom: 10px
}
.pd-tag {
  font-size: 14.5px;
  color: var(--lt);
  line-height: 1.72;
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1.5px solid var(--brd)
}
.pd-sh {
  font-family: var(--fh);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: var(--nv2);
  color: rgba(255,255,255,.68);
  padding: 7px 14px;
  border-radius: 6px 6px 0 0;
  display: flex;
  align-items: center;
  gap: 7px
}
.pd-sh::before {
  content: '';
  width: 3px;
  height: 11px;
  background: var(--or);
  border-radius: 2px;
  flex-shrink: 0
}
.pd-stbl {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 12px
}
.pd-stbl tr {
  border-bottom: 1px solid #eae4dc
}
.pd-stbl tr:last-child {
  border-bottom: none
}
.pd-stbl tr:nth-child(2n) {
  background: #fafaf7
}
.pd-stbl td {
  padding: 8px 14px;
  font-size: 13px;
  vertical-align: top;
  line-height: 1.4
}
.pd-stbl td:first-child {
  font-family: var(--fh);
  font-weight: 600;
  color: var(--md);
  width: 44%;
  font-size: 12.5px
}
.pd-stbl td:last-child {
  color: var(--dk);
  font-weight: 500
}
.pd-note {
  background: #fffbf0;
  border: 1px solid #ede4b0;
  border-radius: 9px;
  padding: 12px 14px;
  display: flex;
  gap: 9px;
  font-size: 12px;
  color: #7a6a30;
  line-height: 1.6
}
.btn-enq {
  display: inline-flex;
  align-items: center;
  font-family: var(--fh);
  background: linear-gradient(135deg,var(--or),var(--or-dk));
  box-shadow: 0 4px 14px rgba(212,82,10,.28);
  transition: var(--tr)
}
.btn-call {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--fh);
  font-size: 13px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 8px;
  background: #e6f1fb;
  color: #0c447c;
  border: 1px solid #c8ddf5;
  transition: var(--tr)
}
.btn-call:hover {
  background: #c8ddf5
}
.btn-wa {
  display: inline-flex;
  align-items: center;
  font-family: var(--fh);
  transition: var(--tr)
}
@media(max-width:1100px) {
  .cat-grid,
  .prod-grid {
    grid-template-columns: repeat(3,1fr)
  }
}
@media(max-width:900px) {
  .cat-grid,
  .prod-grid {
    grid-template-columns: repeat(2,1fr)
  }
  .pd-in {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 24px 18px 60px
  }
  .pd-left {
    position: static
  }
  .cat-hero-in,
  .pd-bin,
  .s-wrap {
    padding-left: 18px;
    padding-right: 18px
  }
}
@media(max-width:640px) {
  .cat-grid,
  .prod-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px
  }
  .ccard {
    padding: 16px 14px
  }
  .cc-ico {
    font-size: 24px;
    margin-bottom: 8px
  }
  .pd-in {
    padding: 20px 14px 48px
  }
  .pd-emoji {
    font-size: 72px
  }
  .cat-hero-in,
  .pd-bin,
  .s-wrap {
    padding-left: 14px;
    padding-right: 14px
  }
  .ftab {
    padding: 0 14px;
    font-size: 12px
  }
  .farr {
    width: 38px
  }
}
#globalFbar {
  display: none
}
#globalFbar.visible {
  display: flex
}
.cc-ico img {
  width: 100%
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 200px
}
.logo img {
  width: 100%
}
.hero {
  background: var(--nv);
}
.home-hero {
  min-height: 100svh;
  display: flex;
  flex-direction: column
}
.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden
}
.bg-grad {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 60% 0,rgba(212,82,10,.14) 0,transparent 55%),radial-gradient(ellipse 50% 50% at 10% 100%,rgba(239,159,39,.08) 0,transparent 55%),linear-gradient(180deg,var(--nv) 0,#0a1120 100%)
}
.bg-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
  background-size: 64px 64px
}
.hero-body {
  flex: 1;
  display: flex;
  align-items: center;
  padding-top: 72px;
  position: relative;
  z-index: 1
}
.home-hero .hero-in {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 60px;
  align-items: center
}
.eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 99px;
  margin-bottom: 22px;
  background: rgba(239,159,39,.1);
  border: 1px solid rgba(239,159,39,.25);
  color: var(--gd)
}
.eyebrow-pill::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gd);
  animation: 2s ease-in-out infinite blink;
  flex-shrink: 0
}
@keyframes blink {
  0%,
  100% {
    opacity: .35;
    transform: scale(.8)
  }
  50% {
    opacity: 1;
    transform: scale(1.2)
  }
}
.slides {
  position: relative;
  min-height: 300px
}
.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .65s,transform .65s;
  pointer-events: none
}
.slide.on {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all
}
.slide-h1 {
  font-family: var(--fh);
  font-size: clamp(30px,4.2vw,54px);
  font-weight: 900;
  color: #fff;
  line-height: 1.08;
  letter-spacing: -1.5px;
  margin-bottom: 18px
}
.hl {
  background: linear-gradient(135deg,var(--or),var(--gd));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}
.slide-p {
  font-size: 16px;
  color: rgba(255,255,255,.55);
  line-height: 1.75;
  max-width: 520px;
  margin-bottom: 34px
}
.slide-p strong {
  color: rgba(255,255,255,.82);
  font-weight: 500
}
.btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}
.btn {
  display: inline-flex;
  align-items: center;
  font-family: var(--fh)
}
.btn-fill {
  background: linear-gradient(135deg,var(--or),var(--or-dk))
}
.dots {
  display: flex;
  gap: 7px;
  margin-top: 40px
}
.dot {
  width: 26px;
  height: 3px;
  border-radius: 99px;
  background: rgba(255,255,255,.18);
  border: none;
  cursor: pointer;
  transition: .35s;
  padding: 0
}
.dot.on {
  width: 42px;
  background: var(--or)
}
.hcard {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 20px;
  padding: 32px 28px;
  backdrop-filter: blur(12px);
  position: relative;
  overflow: hidden
}
.hcard::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg,var(--or),var(--gd),transparent)
}
.hcard-label {
  font-family: var(--fh);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
  margin-bottom: 20px
}
.hcard-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-bottom: 0
}
.hstat {
  background: rgba(255,255,255,.03);
  border-radius: 12px;
  padding: 20px 16px;
  text-align: center;
  border: 1px solid rgba(255,255,255,.06);
  transition: .3s
}
.hstat:hover {
  background: rgba(255,255,255,.07);
  border-color: rgba(212,82,10,.25)
}
.hstat-n {
  font-family: var(--fh);
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  display: block;
  letter-spacing: -1px;
  line-height: 1
}
.hstat-n em {
  color: var(--or);
  font-style: normal
}
.hstat-l {
  font-size: 11px;
  color: rgba(255,255,255,.38);
  margin-top: 5px;
  display: block;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 1.3
}
.hdivider {
  height: 1px;
  background: rgba(255,255,255,.07);
  margin: 20px 0
}
.hbadges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px
}
.hbadge {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 99px;
  padding: 6px 12px;
  font-size: 11px;
  color: rgba(255,255,255,.6);
  font-weight: 500;
  transition: .2s
}
.hbadge:hover {
  background: rgba(212,82,10,.15);
  border-color: rgba(212,82,10,.3);
  color: #fff
}
.hbadge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--or);
  flex-shrink: 0
}
.hero-bar {
  background: rgba(255,255,255,.03);
  border-top: 1px solid rgba(255,255,255,.07);
  position: relative;
  z-index: 1
}
.hero-bar-in {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: repeat(4,1fr)
}
.bstat {
  padding: 22px 16px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.07);
  transition: background .2s
}
.bstat:last-child {
  border-right: none
}
.bstat:hover {
  background: rgba(255,255,255,.03)
}
.bstat-n {
  font-family: var(--fh);
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  display: block;
  letter-spacing: -1px;
  line-height: 1
}
.bstat-n span {
  color: var(--or)
}
.bstat-l {
  font-size: 11px;
  color: rgba(255,255,255,.38);
  margin-top: 6px;
  display: block;
  letter-spacing: .06em;
  text-transform: uppercase
}
.ticker {
  background: linear-gradient(135deg,var(--or),var(--or-mid))
}
.ticker-track {
  display: flex;
  width: max-content;
  animation: 28s linear infinite tick
}
.ticker-track:hover {
  animation-play-state: paused
}
.titem {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--fh);
  letter-spacing: .06em;
  text-transform: uppercase
}
.tsep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255,255,255,.4);
  flex-shrink: 0
}
.certs {
  background: var(--nv3);
  padding: 56px 0
}
.certs-in {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px
}
.certs-top {
  text-align: center;
  margin-bottom: 36px
}
.certs-eyebrow {
  font-family: var(--fh);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
  margin-bottom: 8px
}
.certs-heading {
  font-family: var(--fh);
  font-size: 24px;
  font-weight: 800;
  color: #fff
}
.certs-heading em {
  color: var(--or);
  font-style: normal
}
.certs-grid {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 10px
}
.cert {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 22px 14px;
  text-align: center;
  transition: .3s;
  cursor: default
}
.cert:hover {
  background: rgba(255,255,255,.08);
  border-color: rgba(212,82,10,.3);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0,0,0,.3)
}
.cert-icon {
  font-size: 28px;
  display: block;
  margin-bottom: 10px
}
.cert-name {
  font-family: var(--fh);
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 4px
}
.cert-sub {
  font-size: 10.5px;
  color: rgba(255,255,255,.38);
  display: block
}
.cert-badge {
  display: inline-block;
  margin-top: 8px;
  font-size: 9.5px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 99px;
  background: rgba(212,82,10,.2);
  color: var(--or);
  letter-spacing: .05em;
  text-transform: uppercase
}
.sec-hd {
  margin-bottom: 56px
}
.sec-hd.center {
  text-align: center
}
.sec-hd.center .sec-sub {
  margin: 0 auto
}
.eyebrow-dk {
  color: var(--or)
}
.sec-sub {
  color: var(--lt)
}
.prod-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
  margin-top: 48px
}
.prod-card {
  background: #fff;
  border: 1px solid var(--brd);
  border-radius: 16px;
  overflow: hidden;
  transition: .3s
}
.prod-card:hover {
  border-color: transparent;
  box-shadow: 0 16px 56px rgba(212,82,10,.14);
  transform: translateY(-5px)
}
.prod-thumb {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  transition: transform .4s
}
.prod-card:hover .prod-thumb {
  transform: scale(1.03)
}
.prod-card:hover .prod-emoji {
  transform: scale(1.1)
}
.prod-img-note {
  font-family: var(--fh);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase
}
.prod-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(8px);
  border-radius: 99px;
  padding: 5px 12px;
  font-family: var(--fh);
  font-size: 10.5px;
  font-weight: 700;
  color: var(--or);
  letter-spacing: .07em;
  text-transform: uppercase
}
.prod-cnt {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(8,14,29,.7);
  backdrop-filter: blur(8px);
  border-radius: 99px;
  padding: 5px 11px;
  font-family: var(--fh);
  font-size: 10px;
  font-weight: 600;
  color: rgba(255,255,255,.8)
}
.prod-body {
  padding: 22px 22px 18px
}
.prod-name {
  font-family: var(--fh);
  font-size: 18px;
  font-weight: 800;
  color: var(--dk);
  margin-bottom: 7px;
  letter-spacing: -.3px
}
.prod-desc {
  font-size: 13.5px;
  color: var(--lt);
  line-height: 1.65;
  margin-bottom: 14px
}
.prod-chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 18px
}
.chip {
  font-size: 11px;
  font-weight: 600;
  padding: 4px 11px;
  border-radius: 99px;
  background: var(--crm);
  color: var(--md);
  border: 1px solid var(--brd)
}
.prod-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid var(--brd)
}
.prod-link {
  font-family: var(--fh);
  font-size: 13px;
  font-weight: 700;
  color: var(--or);
  display: flex;
  align-items: center;
  gap: 5px;
  transition: gap .2s
}
.prod-card:hover .prod-link {
  gap: 10px
}
.prod-range {
  font-size: 11.5px;
  color: var(--xlt)
}
.prod-featured {
  border: 2px dashed rgba(212,82,10,.35)!important;
  background: var(--or-lt)!important
}
.prod-featured:hover {
  border-color: var(--or)!important
}
.all-wrap {
  text-align: center;
  margin-top: 40px
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px
}
.why-card {
  background: #fff;
  border: 1px solid var(--brd);
  border-radius: 16px;
  padding: 28px;
  transition: .3s;
  position: relative;
  overflow: hidden
}
.why-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg,var(--or),var(--gd));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s
}
.why-card:hover::after {
  transform: scaleX(1)
}
.why-card:hover {
  border-color: rgba(212,82,10,.15);
  box-shadow: 0 12px 40px rgba(0,0,0,.07);
  transform: translateY(-3px)
}
.why-ico {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--or-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 22px;
  border: 1px solid rgba(212,82,10,.12);
  transition: .3s
}
.why-card:hover .why-ico {
  background: linear-gradient(135deg,var(--or),var(--or-dk))
}
.why-title {
  font-family: var(--fh);
  font-size: 15px;
  font-weight: 800;
  color: var(--dk);
  margin-bottom: 9px;
  letter-spacing: -.2px
}
.why-desc {
  font-size: 13.5px;
  color: var(--lt);
  line-height: 1.68
}
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px
}
.svc-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 28px;
  transition: .3s;
  position: relative;
  overflow: hidden
}
.svc-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg,var(--or),var(--gd));
  opacity: 0;
  transition: opacity .3s
}
.svc-card:hover::before {
  opacity: 1
}
.svc-card:hover {
  background: rgba(255,255,255,.07);
  border-color: rgba(212,82,10,.25);
  transform: translateY(-3px);
  box-shadow: 0 20px 50px rgba(0,0,0,.3)
}
.svc-num {
  font-family: var(--fh);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .12em;
  color: rgba(212,82,10,.5);
  text-transform: uppercase;
  margin-bottom: 14px
}
.svc-ico {
  font-size: 28px;
  margin-bottom: 12px;
  display: block
}
.svc-title {
  font-family: var(--fh);
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: -.2px
}
.svc-desc {
  font-size: 13.5px;
  color: rgba(255,255,255,.45);
  line-height: 1.68;
  margin-bottom: 18px
}
.svc-pts {
  display: flex;
  flex-direction: column;
  gap: 7px
}
.svc-pt {
  font-size: 12.5px;
  color: rgba(255,255,255,.4);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.45
}
.svc-pt::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--or);
  flex-shrink: 0;
  margin-top: 5px
}
.cntry-sec {
  background: linear-gradient(160deg,var(--nv) 0,#0a1525 60%,#0d1a2e 100%);
  padding: 96px 0;
  position: relative;
  overflow: hidden
}
.cntry-sec::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 50% at 50% 0,rgba(212,82,10,.1),transparent 60%)
}
.cntry-in {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
  z-index: 1
}
.cntry-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
  margin-top: 48px
}
.cntry-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  overflow: hidden;
  transition: .3s
}
.cntry-card:hover {
  border-color: rgba(212,82,10,.3);
  background: rgba(255,255,255,.07);
  transform: translateY(-3px)
}
.cntry-head {
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.07)
}
.cntry-region {
  font-family: var(--fh);
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px
}
.cntry-cnt {
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 99px;
  font-family: var(--fh);
  font-weight: 700
}
.cntry-body {
  padding: 18px 20px
}
.cntry-list {
  font-size: 12px;
  color: rgba(255,255,255,.38);
  margin-bottom: 14px;
  line-height: 1.6
}
.fchips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px
}
.fchip {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 11px;
  border-radius: 99px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  font-size: 12px;
  color: rgba(255,255,255,.6);
  font-weight: 500;
  transition: .2s
}
.fchip:hover {
  background: rgba(212,82,10,.2);
  border-color: rgba(212,82,10,.35);
  color: #fff
}
.fchip .fl {
  font-size: 15px
}
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 22px
}
.tcard {
  background: #fff;
  border: 1px solid var(--brd);
  border-radius: 16px;
  padding: 28px;
  position: relative;
  transition: .3s;
  overflow: hidden
}
.tcard::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background: linear-gradient(180deg,var(--or),var(--gd));
  transition: height .4s;
  border-radius: 0 0 2px 2px
}
.tcard:hover::before {
  height: 100%
}
.tcard:hover {
  border-color: rgba(212,82,10,.15);
  box-shadow: 0 12px 40px rgba(0,0,0,.08);
  transform: translateY(-3px)
}
.tcard-quote {
  position: absolute;
  top: 20px;
  right: 22px;
  font-family: Georgia,serif;
  font-size: 72px;
  color: var(--or);
  opacity: .08;
  line-height: .8;
  pointer-events: none
}
.stars {
  display: flex;
  gap: 3px;
  margin-bottom: 16px
}
.star {
  width: 14px;
  height: 14px;
  background: var(--gd);
  clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)
}
.tcard-text {
  font-size: 14px;
  color: var(--md);
  line-height: 1.72;
  margin-bottom: 22px;
  font-style: italic;
  position: relative;
  z-index: 1
}
.tcard-foot {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--brd)
}
.tcard-av {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--fh);
  font-size: 14px;
  font-weight: 800;
  flex-shrink: 0;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.15)
}
.tcard-name {
  font-family: var(--fh);
  font-size: 13px;
  font-weight: 800;
  color: var(--dk);
  display: block
}
.tcard-role {
  font-size: 12px;
  color: var(--lt);
  display: block;
  margin-top: 2px
}
.tcard-flag {
  margin-left: auto;
  font-size: 22px
}
.cta-sec {
  background: linear-gradient(135deg,#a33e08 0,var(--or) 40%,var(--or-mid) 100%)
}
.cta-sec::before {
  content: '';
  pointer-events: none
}
.cta-sec::after {
  content: '';
  position: absolute;
  bottom: -120px;
  left: 5%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(0,0,0,.08);
  pointer-events: none
}
.cta-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap
}
.cta-h {
  font-family: var(--fh)
}
.btn-wh {
  display: inline-flex;
  align-items: center;
  color: var(--or);
  font-family: var(--fh)
}
.btn-wh:hover {
  background: rgba(255,255,255,.92)
}
.btn-wh-ol {
  display: inline-flex;
  align-items: center;
  font-family: var(--fh)
}
footer {
  background: var(--nv);
  background: var(--nv);
  padding: 72px 0 0;
  border-top: 1px solid rgba(255,255,255,.06)
}
.ft-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 52px;
  margin-bottom: 60px
}
.ft-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px
}
.ft-lmark {
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg,var(--or),var(--or-dk));
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}
.ft-lmark svg {
  width: 18px;
  height: 18px;
  fill: #fff
}
.ft-ltext {
  font-family: var(--fh);
  font-size: 19px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -.3px
}
.ft-ltext em {
  color: var(--or);
  font-style: normal
}
.ft-about {
  font-size: 13.5px;
  color: rgba(255,255,255,.38);
  line-height: 1.7;
  margin-bottom: 22px
}
.ft-contacts {
  display: flex;
  flex-direction: column;
  gap: 9px
}
.ft-con {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 13px;
  color: rgba(255,255,255,.45);
  transition: color .2s
}
.ft-con:hover {
  color: rgba(255,255,255,.8)
}
.ft-conico {
  font-size: 13px;
  opacity: .6;
  flex-shrink: 0;
  margin-top: 1px
}
.ft-col-h {
  font-family: var(--fh);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.3);
  margin-bottom: 18px
}
.ft-links {
  display: flex;
  flex-direction: column;
  gap: 9px
}
.ft-links a {
  font-size: 13.5px;
  color: rgba(255,255,255,.45);
  transition: .2s
}
.ft-links a:hover {
  color: #fff;
  padding-left: 4px
}
.ft-flags-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px
}
.ft-region {
  font-family: var(--fh);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.28);
  margin-bottom: 6px
}
.ft-flags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px
}
.ft-flag {
  font-size: 17px;
  opacity: .65;
  transition: opacity .2s;
  cursor: default
}
.ft-flag:hover {
  opacity: 1
}
.ft-btm {
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px
}
.ft-copy {
  font-size: 12px;
  color: rgba(255,255,255,.28);
  line-height: 1.5
}
.ft-copy em {
  color: var(--or);
  font-style: normal
}
.social {
  display: flex;
  gap: 8px
}
.social-btn {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.45);
  font-size: 13px;
  font-weight: 700;
  font-family: var(--fh);
  transition: .2s
}
.social-btn:hover {
  background: var(--or);
  border-color: var(--or);
  color: #fff;
  transform: translateY(-2px)
}
.wa:hover {
  box-shadow: 0 10px 36px rgba(37,211,102,.6)
}
.wa-tip::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-right: none;
  border-left-color: rgba(8,14,29,.9)
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .65s,transform .65s
}
.reveal.in {
  opacity: 1;
  transform: translateY(0)
}
@media(max-width:1100px) {
  .home-hero .hero-in {
    grid-template-columns: 1fr;
    gap: 40px
  }
  .hcard-stats {
    grid-template-columns: repeat(4,1fr)
  }
  .why-grid {
    grid-template-columns: repeat(2,1fr)
  }
  .certs-grid {
    grid-template-columns: repeat(3,1fr)
  }
  .ft-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px
  }
  .nav-links a:not(.nav-cta) {
    display: none
  }
  .ham,
  .mob-menu {
    display: flex
  }
}
@media(max-width:900px) {
  .nav-in {
    padding: 0 18px;
    height: 64px
  }
  .mob-menu {
    top: 64px
  }
  .hero-body {
    padding-top: 64px
  }
  .hero-in {
    padding: 56px 18px 44px
  }
  .slides {
    min-height: 360px
  }
  .slide-h1 {
    font-size: 34px;
    letter-spacing: -.8px
  }
  .slide-p {
    font-size: 15px;
    margin-bottom: 28px
  }
  .hero-bar-in {
    padding: 0 18px
  }
  .bstat-n {
    font-size: 26px
  }
  .certs-in,
  .cntry-in,
  .wrap {
    padding: 0 18px
  }
  .cntry-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 32px
  }
  .prod-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 16px
  }
  .svc-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 14px
  }
  .testi-grid {
    grid-template-columns: 1fr;
    gap: 14px
  }
  .cta-in {
    flex-direction: column;
    text-align: center;
    padding: 0 18px
  }
  .cta-acts {
    justify-content: center;
    width: 100%
  }
  .cta-s {
    margin: 0 auto
  }
  .ft-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-bottom: 40px
  }
}
@media(max-width:640px) {
  .nav-in {
    height: 60px;
    padding: 0 16px
  }
  .mob-menu {
    top: 60px
  }
  .logo-tag {
    display: none
  }
  .hero-body {
    padding-top: 0
  }
  .hero-in {
    padding: 44px 16px 36px
  }
  .slide-h1 {
    font-size: 27px;
    letter-spacing: -.5px;
    margin-bottom: 14px
  }
  .slide-p {
    font-size: 14.5px;
    max-width: 100%
  }
  .slides {
    min-height: 440px
  }
  .eyebrow-pill {
    font-size: 10px;
    padding: 5px 13px;
    margin-bottom: 16px
  }
  .btns {
    flex-direction: column;
    gap: 10px
  }
  .btn {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
    font-size: 14px
  }
  .dots {
    margin-top: 28px
  }
  .hcard {
    padding: 20px 16px
  }
  .hcard-stats {
    grid-template-columns: repeat(2,1fr)
  }
  .hstat {
    padding: 16px 12px
  }
  .hstat-n {
    font-size: 24px
  }
  .hstat-l {
    font-size: 10px
  }
  .hero-bar-in {
    grid-template-columns: repeat(2,1fr);
    padding: 0 16px
  }
  .bstat {
    padding: 16px 10px;
    border-bottom: 1px solid rgba(255,255,255,.07)
  }
  .bstat:nth-child(2) {
    border-right: none
  }
  .bstat:nth-child(3) {
    border-bottom: none
  }
  .bstat:nth-child(4) {
    border-right: none;
    border-bottom: none
  }
  .bstat-n {
    font-size: 24px
  }
  .bstat-l {
    font-size: 10px
  }
  .titem {
    padding: 0 20px;
    font-size: 11px
  }
  .certs {
    padding: 36px 0
  }
  .certs-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 8px
  }
  .certs-heading {
    font-size: 18px
  }
  .cert {
    padding: 16px 10px;
    border-radius: 12px
  }
  .cert-icon {
    font-size: 22px
  }
  .cert-name {
    font-size: 11px
  }
  .cert-sub {
    font-size: 9.5px
  }
  .sec {
    padding: 56px 0
  }
  .wrap {
    padding: 0 16px
  }
  .sec-h2 {
    font-size: 24px;
    letter-spacing: -.3px
  }
  .sec-sub {
    font-size: 14.5px
  }
  .sec-hd {
    margin-bottom: 32px
  }
  .prod-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 32px
  }
  .prod-thumb {
    aspect-ratio: 16/9
  }
  .prod-emoji {
    font-size: 36px
  }
  .prod-body {
    padding: 18px 18px 14px
  }
  .prod-name {
    font-size: 17px
  }
  .why-grid {
    grid-template-columns: 1fr;
    gap: 12px
  }
  .why-card {
    padding: 22px 20px
  }
  .svc-grid {
    grid-template-columns: 1fr;
    gap: 10px
  }
  .svc-card {
    padding: 22px 20px
  }
  .cntry-sec {
    padding: 56px 0
  }
  .cntry-head {
    padding: 16px
  }
  .cntry-body {
    padding: 14px 16px
  }
  .fchip {
    font-size: 11.5px;
    padding: 4px 9px
  }
  .tcard {
    padding: 22px 20px
  }
  .tcard-text {
    font-size: 13.5px
  }
  .cta-sec {
    padding: 52px 0
  }
  .cta-in {
    padding: 0 16px;
    gap: 28px
  }
  .cta-acts {
    flex-direction: column
  }
  .btn-wh,
  .btn-wh-ol {
    width: 100%;
    justify-content: center;
    padding: 15px 20px
  }
  footer {
    padding: 48px 0 0
  }
  .ft-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 32px
  }
  .ft-btm {
    flex-direction: column;
    text-align: center;
    gap: 14px
  }
  .wa {
    width: 50px;
    height: 50px;
    bottom: 18px;
    right: 18px
  }
  .wa svg {
    width: 24px;
    height: 24px
  }
}
@media(max-width:375px) {
  .slide-h1 {
    font-size: 24px
  }
  .slides {
    min-height: 480px
  }
  .certs-grid {
    grid-template-columns: repeat(2,1fr)
  }
  .hcard-stats {
    grid-template-columns: 1fr 1fr
  }
  .sec-h2 {
    font-size: 22px
  }
  .cta-h {
    font-size: 20px
  }
}
.wa {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(37,211,102,.5)
}
@keyframes wabounce {
  0%,
  100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-6px)
  }
}
.wa-tip {
  font-family: var(--fh);
  pointer-events: none;
  backdrop-filter: blur(8px);
  bottom: 50%;
  transform: translateY(50%);
  font-family: var(--fh);
  pointer-events: none
}
button {
  font-family: inherit
}
.mob-cta {
  background: linear-gradient(135deg,var(--or),var(--or-dk))!important;
  color: #fff!important;
  margin: 14px 20px;
  border-radius: 8px;
  border-bottom: none!important;
  text-align: center;
  font-weight: 700!important
}
.sec-alt {
  background: var(--crm)
}
.sec-dk {
  background: var(--nv2)
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--fh);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--or);
  background: var(--or-lt);
  padding: 5px 14px;
  border-radius: 99px;
  margin-bottom: 14px
}
.eyebrow-dk {
  background: rgba(212,82,10,.2)
}
.sec-h2 {
  font-family: var(--fh);
  font-size: clamp(24px,3vw,40px);
  font-weight: 800;
  color: var(--dk);
  line-height: 1.12;
  letter-spacing: -.8px;
  margin-bottom: 14px
}
.sec-h2 em {
  color: var(--or);
  font-style: normal
}
.sec-h2.wht {
  color: #fff
}
.sec-sub {
  font-size: 16px;
  color: var(--lt);
  line-height: 1.72;
  max-width: 580px
}
.sec-sub.wht {
  color: rgba(255,255,255,.48)
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--fh);
  font-size: 14px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 8px;
  letter-spacing: .02em;
  transition: .25s
}
.btn-fill {
  background: linear-gradient(135deg,var(--or),var(--or-dk));
  box-shadow: 0 6px 20px rgba(212,82,10,.35)
}
.btn-outline {
  color: var(--or);
  border: 2px solid var(--or);
  background: 0 0
}
.btn-outline:hover {
  background: var(--or-lt)
}
.page-hero {
  background: linear-gradient(135deg,var(--nv) 0,var(--nv2) 60%,#0d1a2e 100%);
  padding: 140px 0 72px;
  position: relative;
  overflow: hidden
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 60% 0,rgba(212,82,10,.14),transparent 55%)
}
.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
  background-size: 64px 64px
}
.page-hero-in {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
  z-index: 1
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--fh);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  margin-bottom: 20px
}
.breadcrumb a {
  color: rgba(255,255,255,.4);
  transition: color .2s
}
.breadcrumb a:hover {
  color: rgba(255,255,255,.8)
}
.breadcrumb span {
  color: var(--or)
}
.page-h1 {
  font-family: var(--fh);
  font-size: clamp(32px,4vw,56px);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin-bottom: 16px
}
.page-h1 em {
  background: linear-gradient(135deg,var(--or),var(--gd));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-style: normal
}
.page-sub {
  font-size: 17px;
  color: rgba(255,255,255,.55);
  line-height: 1.75;
  max-width: 560px
}
@media(max-width:900px) {
  .wrap {
    padding: 0 18px
  }
  .page-hero {
    padding: 120px 0 56px
  }
  .page-hero-in {
    padding: 0 18px
  }
  .page-h1 {
    font-size: 32px
  }
  .page-sub {
    font-size: 15px
  }
  .ft-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-bottom: 40px
  }
  .sec {
    padding: 56px 0
  }
}
@media(max-width:640px) {
  .wa {
    width: 50px;
    height: 50px;
    bottom: 18px;
    right: 18px
  }
  .wa svg {
    width: 24px;
    height: 24px
  }
  .wrap {
    padding: 0 16px
  }
  .page-hero {
    padding: 100px 0 48px
  }
  .page-hero-in {
    padding: 0 16px
  }
  .page-h1 {
    font-size: 26px;
    letter-spacing: -.5px
  }
  .page-sub {
    font-size: 14.5px
  }
  .ft-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 28px
  }
  .ft-btm {
    flex-direction: column;
    text-align: center;
    gap: 12px
  }
  .sec {
    padding: 48px 0
  }
}
.about-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  padding: 80px 0
}
.about-intro-img {
  background: linear-gradient(135deg,var(--nv2),var(--nv3));
  border-radius: 20px;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.06)
}
.about-intro-img::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(212,82,10,.2),transparent 70%)
}
.about-intro-img::after {
  content: 'FACTORY PHOTO';
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--fh);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.3)
}
.about-para {
  font-size: 16px;
  color: var(--lt);
  line-height: 1.8;
  margin-bottom: 18px
}
.about-para strong {
  color: var(--dk);
  font-weight: 600
}
.timeline {
  position: relative;
  padding-left: 32px
}
.timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg,var(--or),rgba(212,82,10,.1))
}
.tl-item {
  position: relative;
  margin-bottom: 32px
}
.tl-item:last-child {
  margin-bottom: 0
}
.tl-dot {
  position: absolute;
  left: -38px;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--or);
  border: 2px solid #fff;
  box-shadow: 0 0 0 3px rgba(212,82,10,.2)
}
.tl-year {
  font-family: var(--fh);
  font-size: 12px;
  font-weight: 700;
  color: var(--or);
  letter-spacing: .08em;
  margin-bottom: 4px
}
.tl-title {
  font-family: var(--fh);
  font-size: 16px;
  font-weight: 700;
  color: var(--dk);
  margin-bottom: 4px
}
.tl-desc {
  font-size: 13.5px;
  color: var(--lt);
  line-height: 1.6
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
  margin-bottom: 0
}
.stat-card {
  background: #fff;
  border: 1px solid var(--brd);
  border-radius: 14px;
  padding: 28px 20px;
  text-align: center;
  transition: .3s;
  position: relative;
  overflow: hidden
}
.stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg,var(--or),var(--gd));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s
}
.stat-card:hover::before {
  transform: scaleX(1)
}
.stat-card:hover {
  border-color: rgba(212,82,10,.15);
  box-shadow: 0 8px 32px rgba(0,0,0,.06);
  transform: translateY(-2px)
}
.stat-card-n {
  font-family: var(--fh);
  font-size: 40px;
  font-weight: 900;
  color: var(--or);
  display: block;
  letter-spacing: -1.5px;
  line-height: 1;
  margin-bottom: 8px
}
.stat-card-l {
  font-size: 13px;
  color: var(--lt);
  line-height: 1.4;
  font-weight: 500
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px
}
.val-card {
  padding: 28px;
  border: 1px solid var(--brd);
  border-radius: 14px;
  background: #fff;
  transition: .3s;
  position: relative;
  overflow: hidden
}
.val-card:hover {
  border-color: rgba(212,82,10,.15);
  box-shadow: 0 8px 32px rgba(0,0,0,.06);
  transform: translateY(-3px)
}
.val-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg,var(--or),var(--gd));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s
}
.val-card:hover::after {
  transform: scaleX(1)
}
.val-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--or-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
  border: 1px solid rgba(212,82,10,.12)
}
.val-title {
  font-family: var(--fh);
  font-size: 16px;
  font-weight: 800;
  color: var(--dk);
  margin-bottom: 8px;
  letter-spacing: -.2px
}
.val-desc {
  font-size: 13.5px;
  color: var(--lt);
  line-height: 1.68
}
.cert-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px
}
.cert-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 24px 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  transition: .3s
}
.cert-card:hover {
  background: rgba(255,255,255,.08);
  border-color: rgba(212,82,10,.3);
  transform: translateX(4px)
}
.cert-card-icon {
  font-size: 28px;
  flex-shrink: 0;
  line-height: 1
}
.cert-card-name {
  font-family: var(--fh);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px
}
.cert-card-sub {
  font-size: 12.5px;
  color: rgba(255,255,255,.45);
  line-height: 1.5
}
.cert-card-badge {
  display: inline-block;
  margin-top: 8px;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 99px;
  background: rgba(212,82,10,.2);
  color: var(--or);
  letter-spacing: .05em;
  text-transform: uppercase
}
.facility-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px
}
.fac-card {
  background: var(--crm);
  border: 1px solid var(--brd);
  border-radius: 14px;
  padding: 28px;
  transition: .3s
}
.fac-card:hover {
  border-color: rgba(212,82,10,.2);
  box-shadow: 0 8px 32px rgba(0,0,0,.06);
  transform: translateY(-2px)
}
.fac-icon {
  font-size: 28px;
  margin-bottom: 14px;
  display: block
}
.fac-icon img {
  width: 100%
}
.fac-title {
  font-family: var(--fh);
  font-size: 15px;
  font-weight: 800;
  color: var(--dk);
  margin-bottom: 8px;
  letter-spacing: -.2px
}
.fac-desc {
  font-size: 13.5px;
  color: var(--lt);
  line-height: 1.65
}
.ms-mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}
.ms-card {
  border-radius: 16px;
  padding: 36px 32px;
  position: relative;
  overflow: hidden
}
.ms-card.mission {
  background: linear-gradient(135deg,var(--nv),var(--nv2));
  border: 1px solid rgba(255,255,255,.08)
}
.ms-card.vision {
  background: linear-gradient(135deg,var(--or-lt),#fae5d3);
  border: 1px solid rgba(212,82,10,.15)
}
.ms-card-label {
  font-family: var(--fh);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block
}
.mission .ms-card-label {
  color: rgba(255,255,255,.35)
}
.vision .ms-card-label {
  color: var(--or)
}
.ms-card-ico {
  font-size: 32px;
  margin-bottom: 16px;
  display: block
}
.ms-card-text {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500
}
.mission .ms-card-text {
  color: rgba(255,255,255,.8)
}
.vision .ms-card-text {
  color: var(--or-dk)
}
.team-note {
  background: var(--nv3);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 36px;
  text-align: center
}
.team-note-title {
  font-family: var(--fh);
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px
}
.team-note-sub {
  font-size: 14px;
  color: rgba(255,255,255,.45);
  line-height: 1.65;
  margin-bottom: 20px
}
.cta-about {
  background: linear-gradient(135deg,#a33e08,var(--or),var(--or-mid));
  padding: 72px 0;
  position: relative;
  overflow: hidden
}
.cta-about::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -60px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255,255,255,.06)
}
.cta-about-in {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1
}
.cta-about-h {
  font-family: var(--fh);
  font-size: clamp(22px,3vw,32px);
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: -.5px
}
.cta-about-s {
  font-size: 15px;
  color: rgba(255,255,255,.75);
  max-width: 480px;
  line-height: 1.65
}
.btn-wh:hover {
  box-shadow: 0 10px 32px rgba(0,0,0,.2)
}
@media(max-width:900px) {
  .about-intro {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 56px 0
  }
  .cert-grid,
  .facility-grid,
  .stats-grid,
  .values-grid {
    grid-template-columns: repeat(2,1fr)
  }
  .ms-mv-grid {
    grid-template-columns: 1fr
  }
  .cta-about-in {
    padding: 0 18px;
    flex-direction: column;
    text-align: center
  }
}
@media(max-width:640px) {
  .about-intro {
    padding: 40px 0;
    gap: 28px
  }
  .stats-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 10px
  }
  .stat-card {
    padding: 20px 14px
  }
  .stat-card-n {
    font-size: 30px
  }
  .values-grid {
    grid-template-columns: 1fr;
    gap: 12px
  }
  .cert-grid {
    grid-template-columns: 1fr;
    gap: 10px
  }
  .facility-grid {
    grid-template-columns: 1fr;
    gap: 12px
  }
  .ms-card {
    padding: 24px 20px
  }
  .ms-card-text {
    font-size: 15px
  }
  .cta-about-in {
    padding: 0 16px;
    gap: 24px
  }
  .btn-wh,
  .btn-wh-ol {
    width: 100%;
    justify-content: center
  }
}
.ticker-wrap {
  display: flex
}
.hero {
  background: linear-gradient(140deg,var(--nv) 0,var(--nv2) 55%,#0d1a2e 100%)
}
.bc {
  font-family: var(--fh);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  flex-wrap: wrap
}
.hero-h1 {
  font-family: var(--fh);
  letter-spacing: -1.5px
}
.sec {
  padding: 72px 0
}
.sec-alt {
  background: #fff
}
.quick-strip {
  background: linear-gradient(135deg,var(--or),var(--or-dk));
  padding: 0
}
.qs-grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4,1fr)
}
.qs-item {
  padding: 22px 20px;
  border-right: 1px solid rgba(255,255,255,.15);
  display: flex;
  align-items: center;
  gap: 14px;
  transition: background .2s
}
.qs-item:last-child {
  border-right: none
}
.qs-item:hover {
  background: rgba(0,0,0,.08)
}
.qs-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(255,255,255,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0
}
.qs-label {
  font-family: var(--fh);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
  margin-bottom: 3px
}
.qs-val {
  font-family: var(--fh);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 56px;
  align-items: start
}
.office-section-title {
  font-family: var(--fh);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--xlt);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px
}
.office-section-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--brd)
}
.office-card {
  background: #fff;
  border: 1.5px solid var(--brd);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: .3s
}
.office-card:hover {
  border-color: rgba(212,82,10,.3);
  box-shadow: 0 8px 32px rgba(0,0,0,.07)
}
.office-card-head {
  background: var(--nv2);
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative
}
.office-card-head::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg,var(--or),var(--gd))
}
.office-flag {
  font-size: 28px;
  line-height: 1;
  flex-shrink: 0
}
.office-title {
  font-family: var(--fh);
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -.2px
}
.office-type {
  font-size: 11px;
  color: rgba(255,255,255,.45);
  margin-top: 2px;
  font-weight: 500
}
.office-hq-badge {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--or);
  color: #fff;
  font-family: var(--fh);
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 99px;
  letter-spacing: .07em;
  text-transform: uppercase
}
.office-body {
  padding: 20px 22px
}
.office-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--brd)
}
.office-row:last-child {
  border-bottom: none;
  padding-bottom: 0
}
.office-ico {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: var(--or-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 1px
}
.office-info-label {
  font-family: var(--fh);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--xlt);
  margin-bottom: 3px
}
.office-info-val {
  font-size: 14px;
  color: var(--dk);
  font-weight: 500;
  line-height: 1.5
}
.office-info-val a {
  color: var(--or);
  font-weight: 600
}
.office-info-val a:hover {
  text-decoration: underline
}
.gst-row {
  background: var(--crm);
  border-radius: 8px;
  padding: 10px 14px;
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 10px
}
.gst-label {
  font-family: var(--fh);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--xlt)
}
.gst-val {
  font-family: var(--fh);
  font-size: 13px;
  font-weight: 700;
  color: var(--dk);
  margin-left: auto;
  letter-spacing: .05em
}
.office-card.regional .office-card-head {
  background: var(--nv3)
}
.region-note {
  background: rgba(239,159,39,.1);
  border: 1px solid rgba(239,159,39,.25);
  border-radius: 8px;
  padding: 12px 14px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  color: #7a6020;
  line-height: 1.6;
  margin-top: 0
}
.region-note span {
  font-size: 16px;
  flex-shrink: 0
}
.form-wrap {
  background: #fff;
  border: 1.5px solid var(--brd);
  border-radius: 16px;
  overflow: hidden;
  position: sticky;
  top: 84px
}
.form-head {
  background: linear-gradient(135deg,var(--or),var(--or-dk));
  padding: 24px;
  position: relative;
  overflow: hidden
}
.form-head::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255,255,255,.07)
}
.form-head-title {
  font-family: var(--fh);
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
  letter-spacing: -.3px;
  position: relative;
  z-index: 1
}
.form-head-sub {
  font-size: 13.5px;
  color: rgba(255,255,255,.75);
  line-height: 1.55;
  position: relative;
  z-index: 1
}
.form-body {
  padding: 24px
}
.frow {
  margin-bottom: 16px
}
.frow:last-child {
  margin-bottom: 0
}
.flabel {
  font-family: var(--fh);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--md);
  margin-bottom: 7px;
  display: block
}
.finput {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--brd);
  border-radius: 9px;
  font-family: 'DM Sans',sans-serif;
  font-size: 14px;
  color: var(--dk);
  background: #fff;
  outline: 0;
  transition: border-color .2s
}
.finput:focus {
  border-color: var(--or);
  box-shadow: 0 0 0 3px rgba(212,82,10,.08)
}
textarea.finput {
  resize: vertical;
  min-height: 110px
}
select.finput {
  cursor: pointer
}
.fsubmit {
  width: 100%;
  background: linear-gradient(135deg,var(--or),var(--or-dk));
  color: #fff;
  font-family: var(--fh);
  font-size: 14px;
  font-weight: 700;
  padding: 14px 20px;
  border-radius: 9px;
  transition: .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 16px rgba(212,82,10,.3)
}
.fsubmit:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(212,82,10,.4)
}
.form-footer {
  padding: 16px 24px;
  background: var(--crm);
  border-top: 1px solid var(--brd);
  display: flex;
  gap: 10px;
  align-items: center
}
.form-footer-txt {
  font-size: 12px;
  color: var(--lt);
  line-height: 1.5
}
.form-footer-ico {
  font-size: 20px;
  flex-shrink: 0
}
.reach-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
  margin-top: 0
}
.reach-card {
  background: #fff;
  border: 1.5px solid var(--brd);
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  transition: .3s;
  position: relative;
  overflow: hidden
}
.reach-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg,var(--or),var(--gd));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s
}
.reach-card:hover::before {
  transform: scaleX(1)
}
.reach-card:hover {
  border-color: rgba(212,82,10,.2);
  box-shadow: 0 8px 28px rgba(0,0,0,.06);
  transform: translateY(-2px)
}
.reach-ico {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: var(--or-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin: 0 auto 14px;
  border: 1px solid rgba(212,82,10,.12)
}
.reach-title {
  font-family: var(--fh);
  font-size: 14px;
  font-weight: 800;
  color: var(--dk);
  margin-bottom: 6px;
  letter-spacing: -.2px
}
.reach-desc {
  font-size: 13px;
  color: var(--lt);
  line-height: 1.65;
  margin-bottom: 14px
}
.reach-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--fh);
  font-size: 12.5px;
  font-weight: 700;
  color: var(--or);
  padding: 8px 16px;
  border-radius: 7px;
  background: var(--or-lt);
  border: 1px solid rgba(212,82,10,.15);
  transition: .2s
}
.reach-btn:hover {
  background: rgba(212,82,10,.12)
}
.map-section {
  background: var(--nv2);
  padding: 56px 0;
  position: relative;
  overflow: hidden
}
.map-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 0,rgba(212,82,10,.1),transparent 60%)
}
.map-in {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1
}
.map-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 40px
}
.map-info-title {
  font-family: var(--fh);
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -.8px;
  margin-bottom: 12px
}
.map-info-title em {
  color: var(--or);
  font-style: normal
}
.map-info-sub {
  font-size: 15px;
  color: rgba(255,255,255,.45);
  line-height: 1.72;
  margin-bottom: 24px
}
.dir-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--fh);
  font-size: 13px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 8px;
  background: var(--or);
  color: #fff;
  box-shadow: 0 4px 16px rgba(212,82,10,.35);
  transition: .2s
}
.dir-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(212,82,10,.45)
}
.map-details {
  display: flex;
  flex-direction: column;
  gap: 14px
}
.md-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  padding: 14px 16px
}
.md-ico {
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 1px
}
.md-label {
  font-family: var(--fh);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  margin-bottom: 3px
}
.md-val {
  font-size: 13.5px;
  color: rgba(255,255,255,.8);
  font-weight: 500;
  line-height: 1.45
}
.md-val a {
  color: var(--or)
}
.map-embed {
  border-radius: 14px;
  overflow: hidden;
  height: 360px;
  border: 1.5px solid rgba(255,255,255,.1)
}
.map-embed iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block
}
.markets-sec {
  background: var(--nv);
  padding: 64px 0
}
.markets-in {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px
}
.markets-title {
  font-family: var(--fh);
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -.6px;
  margin-bottom: 8px
}
.markets-title em {
  color: var(--or);
  font-style: normal
}
.markets-sub {
  font-size: 15px;
  color: rgba(255,255,255,.45);
  margin-bottom: 40px;
  line-height: 1.65
}
.regions-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px
}
.region-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  overflow: hidden;
  transition: .3s
}
.region-card:hover {
  background: rgba(255,255,255,.07);
  border-color: rgba(212,82,10,.3);
  transform: translateY(-2px)
}
.region-head {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  display: flex;
  align-items: center;
  justify-content: space-between
}
.region-name {
  font-family: var(--fh);
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px
}
.region-cnt {
  font-family: var(--fh);
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 99px;
  background: rgba(212,82,10,.2);
  color: var(--gd)
}
.region-body {
  padding: 16px 20px
}
.country-list {
  font-size: 12.5px;
  color: rgba(255,255,255,.4);
  line-height: 1.7;
  margin-bottom: 14px
}
.flags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px
}
.fc {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: rgba(255,255,255,.55);
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 99px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  transition: .2s;
  cursor: default
}
.fc:hover {
  background: rgba(212,82,10,.2);
  border-color: rgba(212,82,10,.35);
  color: #fff
}
.fc .fl {
  font-size: 15px
}
.wa {
  position: fixed;
  bottom: 22px;
  right: 22px;
  width: 52px;
  height: 52px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 22px rgba(37,211,102,.5);
  z-index: 990;
  border: none;
  cursor: pointer;
  animation: 3s ease-in-out infinite wb;
  transition: .3s
}
@keyframes wb {
  0%,
  100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-5px)
  }
}
.wa:hover {
  transform: scale(1.1)!important;
  animation: none
}
.wa svg {
  fill: #fff;
  width: 24px;
  height: 24px;
  fill: #fff
}
.wa-tip {
  position: absolute;
  right: 60px;
  background: rgba(8,14,29,.9);
  color: #fff;
  font-family: var(--fh);
  font-size: 12px;
  font-weight: 600;
  padding: 7px 13px;
  border-radius: 8px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s;
  backdrop-filter: blur(8px)
}
.wa:hover .wa-tip {
  opacity: 1
}
@media(max-width:1100px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 36px
  }
  .form-wrap {
    position: static
  }
  .regions-grid {
    grid-template-columns: 1fr
  }
  .map-top {
    grid-template-columns: 1fr;
    gap: 32px
  }
  .reach-grid {
    grid-template-columns: 1fr
  }
  .ft-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px
  }
}
@media(max-width:900px) {
  .hero-in,
  .map-in,
  .markets-in,
  .ni,
  .wrap {
    padding: 0 18px
  }
  .qs-grid {
    grid-template-columns: 1fr 1fr;
    padding: 0 18px
  }
  .qs-item {
    border-bottom: 1px solid rgba(255,255,255,.1)
  }
  .qs-item:nth-child(2) {
    border-right: none
  }
  .qs-item:nth-child(3) {
    border-bottom: none
  }
  .qs-item:nth-child(4) {
    border-right: none;
    border-bottom: none
  }
  .reach-grid,
  .regions-grid {
    grid-template-columns: 1fr
  }
}
@media(max-width:640px) {
  .ni {
    padding: 0 14px
  }
  .mob {
    top: 64px
  }
  .logo-s {
    display: none
  }
  .hero-in,
  .map-in,
  .markets-in,
  .wrap {
    padding: 0 14px
  }
  .hero {
    padding: 100px 0 56px
  }
  .qs-grid {
    grid-template-columns: 1fr;
    padding: 0 14px
  }
  .qs-item {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,.1)
  }
  .qs-item:last-child {
    border-bottom: none
  }
  .sec {
    padding: 52px 0
  }
  .ft-grid {
    grid-template-columns: 1fr;
    gap: 22px
  }
  .ft-bt {
    flex-direction: column;
    text-align: center;
    gap: 10px
  }
  .wa {
    width: 46px;
    height: 46px;
    bottom: 16px;
    right: 16px
  }
  .wa svg {
    width: 22px;
    height: 22px
  }
}
.prod-img-note img {
  width: 100%
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%
}
body {
  font-family: 'DM Sans',sans-serif;
  background: #f2f0ec;
  color: #111;
  overflow-x: hidden
}
a {
  text-decoration: none;
  color: inherit
}
button {
  cursor: pointer;
  font-family: inherit;
  border: none;
  background: 0 0
}
.ticker {
  background: linear-gradient(135deg,var(--or),var(--or-mid));
  padding: 11px 0;
  overflow: hidden;
  position: relative
}
.ticker-wrap {
  display: flex;
  width: max-content;
  animation: 32s linear infinite tick
}
.ticker-wrap:hover {
  animation-play-state: paused
}
@keyframes tick {
  from {
    transform: translateX(0)
  }
  to {
    transform: translateX(-50%)
  }
}
.titem {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 28px;
  font-family: var(--fh);
  font-size: 11.5px;
  font-weight: 700;
  color: rgba(255,255,255,.92);
  letter-spacing: .07em;
  text-transform: uppercase;
  white-space: nowrap
}
.tdot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255,255,255,.45);
  flex-shrink: 0
}
.hero {
  background: linear-gradient(140deg,var(--nv) 0,#0a1120 50%,#0d1829 100%);
  padding: 72px 0 80px;
  position: relative;
  overflow: hidden
}
.hero::before {
  content: '';
  inset: 0;
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 60% -10%,rgba(212,82,10,.18),transparent 55%)
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size: 56px 56px
}
.orb {
  filter: blur(80px);
  pointer-events: none;
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none
}
.orb1 {
  width: 500px;
  height: 500px;
  top: -150px;
  right: -80px;
  background: radial-gradient(circle,rgba(212,82,10,.2),transparent 70%)
}
.orb2 {
  width: 300px;
  height: 300px;
  bottom: -80px;
  left: -60px;
  background: radial-gradient(circle,rgba(239,159,39,.1),transparent 70%)
}
.hero-in {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1
}
.bc {
  font-family: var(--fh);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: rgba(255,255,255,.32);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap
}
.bc a {
  color: rgba(255,255,255,.32)
}
.bc a:hover {
  color: rgba(255,255,255,.7)
}
.bc em {
  color: var(--or);
  font-style: normal
}
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--fh);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 99px;
  background: rgba(212,82,10,.15);
  border: 1px solid rgba(212,82,10,.3);
  color: var(--or);
  margin-bottom: 18px
}
.hero-pill::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--or);
  animation: 2s ease-in-out infinite bl
}
@keyframes bl {
  0%,
  100% {
    opacity: .3;
    transform: scale(.8)
  }
  50% {
    opacity: 1;
    transform: scale(1.2)
  }
}
.hero-h1 {
  font-family: var(--fh);
  font-size: clamp(28px,4.5vw,58px);
  font-weight: 900;
  color: #fff;
  line-height: 1.05;
  letter-spacing: -2px;
  margin-bottom: 16px
}
.hero-h1 em {
  background: linear-gradient(135deg,var(--or),var(--gd));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-style: normal
}
.hero-sub {
  font-size: 16px;
  color: rgba(255,255,255,.5);
  line-height: 1.75;
  max-width: 620px;
  margin-bottom: 36px
}
.hero-sub strong {
  color: rgba(255,255,255,.78);
  font-weight: 600
}
.hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 48px
}
.btn-fill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--fh);
  font-size: 14px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 8px;
  background: linear-gradient(135deg,var(--or),var(--or-dk));
  color: #fff;
  box-shadow: 0 6px 20px rgba(212,82,10,.4);
  transition: .25s;
  letter-spacing: .02em
}
.btn-fill:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(212,82,10,.5)
}
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--fh);
  font-size: 14px;
  font-weight: 700;
  padding: 13px 26px;
  border-radius: 8px;
  color: rgba(255,255,255,.75);
  border: 1.5px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.05);
  transition: .25s
}
.btn-ghost:hover {
  color: #fff;
  border-color: rgba(255,255,255,.45)
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 2px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 14px;
  overflow: hidden
}
.hs {
  padding: 20px 16px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.07)
}
.hs:last-child {
  border-right: none
}
.hs-n {
  font-family: var(--fh);
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  display: block;
  letter-spacing: -1px;
  line-height: 1
}
.hs-n span {
  color: var(--or)
}
.hs-l {
  font-size: 11px;
  color: rgba(255,255,255,.38);
  margin-top: 5px;
  display: block;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 1.35
}
.wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px
}
.flow-strip {
  background: var(--nv2);
  border-bottom: 1px solid rgba(255,255,255,.07);
  padding: 0;
  overflow-x: auto;
  scrollbar-width: none
}
.flow-strip::-webkit-scrollbar {
  display: none
}
.flow-in {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: stretch;
  min-width: max-content
}
.flow-step {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0
}
.fs-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  text-align: center;
  cursor: pointer;
  transition: background .2s;
  min-width: 110px
}
.fs-box:hover {
  background: rgba(255,255,255,.06)
}
.fs-box.active {
  background: rgba(212,82,10,.15);
  border-bottom: 2px solid var(--or)
}
.fs-num {
  font-family: var(--fh);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.3);
  margin-bottom: 4px
}
.fs-icon {
  font-size: 20px;
  margin-bottom: 4px;
  line-height: 1
}
.fs-label {
  font-family: var(--fh);
  font-size: 10.5px;
  font-weight: 700;
  color: rgba(255,255,255,.65);
  line-height: 1.3;
  max-width: 90px
}
.fs-arrow {
  font-size: 16px;
  color: rgba(212,82,10,.5);
  padding: 0 4px;
  flex-shrink: 0;
  align-self: center
}
.machines-sec {
  padding: 64px 0;
  background: #f2f0ec
}
.section-eyebrow {
  font-family: var(--fh);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--xlt);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px
}
.section-eyebrow::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--brd)
}
.machine-card {
  background: #fff;
  border: 1.5px solid var(--brd);
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 28px;
  transition: .3s
}
.machine-card:hover {
  border-color: rgba(212,82,10,.25);
  box-shadow: 0 16px 52px rgba(0,0,0,.08)
}
.mc-inner {
  display: grid;
  grid-template-columns: 340px 1fr
}
.mc-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 44px 32px;
  position: relative;
  overflow: hidden;
  min-height: 280px
}
.mc-num-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--fh);
  font-size: 16px;
  font-weight: 900;
  color: #fff
}
.mc-emoji {
  font-size: 80px;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,.15));
  line-height: 1
}
.mc-photo-txt {
  font-family: var(--fh);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(0,0,0,.22)
}
.mc-upload-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(212,82,10,.1);
  border: 1px dashed rgba(212,82,10,.35);
  border-radius: 7px;
  padding: 4px 10px;
  font-size: 9.5px;
  font-weight: 600;
  color: var(--or);
  font-family: var(--fh)
}
.mc-body {
  padding: 36px;
  border-left: 1.5px solid var(--brd)
}
.mc-step-label {
  font-family: var(--fh);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--xlt);
  margin-bottom: 6px
}
.mc-name {
  font-family: var(--fh);
  font-size: 24px;
  font-weight: 900;
  color: var(--dk);
  letter-spacing: -.5px;
  line-height: 1.15;
  margin-bottom: 12px
}
.mc-desc {
  font-size: 15px;
  color: var(--lt);
  line-height: 1.75;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1.5px solid var(--brd)
}
.mc-desc strong {
  color: var(--md);
  font-weight: 600
}
.spec-wrap {
  margin-bottom: 22px
}
.spec-section-title {
  font-family: var(--fh);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: var(--nv2);
  color: rgba(255,255,255,.7);
  padding: 8px 14px;
  border-radius: 6px 6px 0 0;
  display: flex;
  align-items: center;
  gap: 7px
}
.spec-section-title::before {
  content: '';
  width: 3px;
  height: 12px;
  background: var(--or);
  border-radius: 2px
}
table.spec-tbl {
  width: 100%;
  border-collapse: collapse
}
table.spec-tbl tr {
  border-bottom: 1px solid #ede7df
}
table.spec-tbl tr:last-child {
  border-bottom: none
}
table.spec-tbl tr:nth-child(2n) {
  background: #fafaf8
}
table.spec-tbl td {
  padding: 9px 14px;
  font-size: 13.5px;
  vertical-align: top
}
td.sk {
  font-family: var(--fh);
  font-weight: 600;
  color: var(--md);
  width: 44%;
  font-size: 13px
}
td.sv {
  color: var(--dk);
  font-weight: 500
}
.mc-features {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 22px
}
.feat {
  font-family: var(--fh);
  font-size: 11.5px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 99px;
  background: var(--crm);
  color: var(--md);
  border: 1px solid var(--brd)
}
.mc-foot {
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}
.btn-enq {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--fh);
  font-size: 13px;
  font-weight: 700;
  padding: 11px 22px;
  border-radius: 8px;
  background: linear-gradient(135deg,var(--or),var(--or-dk));
  color: #fff;
  box-shadow: 0 4px 14px rgba(212,82,10,.3);
  transition: .2s
}
.btn-enq:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(212,82,10,.4)
}
.btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--fh);
  font-size: 13px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 8px;
  background: #e9f8ee;
  color: #1a5c2a;
  border: 1px solid #c4edcf;
  transition: .2s
}
.btn-wa:hover {
  background: #c4edcf
}
.cta-sec {
  background: linear-gradient(135deg,#a33e08 0,var(--or) 45%,var(--or-mid) 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden
}
.cta-sec::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -60px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255,255,255,.07);
  pointer-events: none
}
.cta-in {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1
}
.cta-h {
  font-family: var(--fh);
  font-size: clamp(22px,3vw,34px);
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 10px;
  letter-spacing: -.5px
}
.cta-s {
  font-size: 15px;
  color: rgba(255,255,255,.75);
  line-height: 1.65;
  max-width: 500px
}
.cta-acts {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  flex-shrink: 0
}
.btn-wh {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--or);
  font-family: var(--fh);
  font-weight: 800;
  font-size: 14px;
  padding: 14px 28px;
  border-radius: 8px;
  transition: .25s;
  box-shadow: 0 6px 20px rgba(0,0,0,.15)
}
.btn-wh:hover {
  transform: translateY(-2px)
}
.btn-wh-ol {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: 0 0;
  color: #fff;
  font-family: var(--fh);
  font-weight: 700;
  font-size: 14px;
  padding: 13px 26px;
  border-radius: 8px;
  border: 2px solid rgba(255,255,255,.35);
  transition: .25s
}
.btn-wh-ol:hover {
  border-color: rgba(255,255,255,.8);
  background: rgba(255,255,255,.1)
}
@media(max-width:1100px) {
  .mc-inner {
    grid-template-columns: 1fr
  }
  .mc-visual {
    min-height: 200px;
    padding: 28px
  }
  .mc-body {
    border-left: none;
    border-top: 1.5px solid var(--brd);
    padding: 28px
  }
  .hero-stats {
    grid-template-columns: repeat(2,1fr)
  }
}
@media(max-width:900px) {
  .hero-in,
  .ni,
  .wrap {
    padding: 0 18px
  }
  .cta-in {
    flex-direction: column;
    text-align: center;
    padding: 0 18px
  }
  .cta-acts {
    justify-content: center;
    width: 100%
  }
  .ft-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px
  }
}
@media(max-width:640px) {
  .ni {
    padding: 0 14px
  }
  .logo-s {
    display: none
  }
  .hero-in,
  .wrap {
    padding: 0 14px
  }
  .hero {
    padding: 56px 0
  }
  .hero-h1 {
    font-size: 26px;
    letter-spacing: -.8px
  }
  .hero-btns {
    flex-direction: column;
    gap: 10px
  }
  .btn-fill,
  .btn-ghost {
    width: 100%;
    justify-content: center
  }
  .hero-stats {
    grid-template-columns: repeat(2,1fr)
  }
  .mc-body {
    padding: 20px
  }
  .mc-name {
    font-size: 20px
  }
  .cta-acts {
    flex-direction: column
  }
  .btn-wh,
  .btn-wh-ol {
    width: 100%;
    justify-content: center
  }
  .ft-grid {
    grid-template-columns: 1fr;
    gap: 22px
  }
  .ft-bt {
    flex-direction: column;
    text-align: center
  }
}
/* Added for perfect machine images */
.mc-machine-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain;  z-index: 1; }
.mc-visual .mc-num-badge { z-index: 2; }
