/* ═══════════════════════════════════════════════
   RUNCON — BRAND DESIGN SYSTEM
   Theme: Light · Red #C4161A · Black #111111
   Layout: Completely original
═══════════════════════════════════════════════ */
:root {
  --red:        #C4161A;
  --red-dk:     #9e1115;
  --red-lt:     #e02020;
  --red-xlt:    #f03030;
  --red-pale:   #fff0f0;
  --red-pale2:  #ffe5e5;
  --black:      #111111;
  --black2:     #1c1c1c;
  --black3:     #2a2a2a;
  --gray-dk:    #444444;
  --gray:       #6b6b6b;
  --gray-lt:    #999999;
  --gray-xl:    #c8c8c8;
  --silver:     #e8e8e8;
  --off:        #f5f5f5;
  --bg:         #ffffff;
  --border:     #e0e0e0;
  --border-dk:  #cccccc;
  --text:       #1c1c1c;
  --muted:      #666666;
  --sred:       0 8px 40px rgba(196,22,26,.25);
  --sblk:       0 8px 40px rgba(17,17,17,.15);
  --sbig:       0 24px 80px rgba(196,22,26,.12);
  --ff-h:       'Bebas Neue', sans-serif;
  --ff-s:       'Space Grotesk', sans-serif;
  --ff-b:       'Plus Jakarta Sans', sans-serif;
  --ease:       cubic-bezier(.16,1,.3,1);
  --easeb:      cubic-bezier(.34,1.56,.64,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { font-family: var(--ff-b); background: var(--bg); color: var(--text); overflow-x: clip; line-height: 1.6; font-size: 15px; }
a { text-decoration: none; color: inherit; }
/* FIX: added height: auto so images never distort */
img { display: block; max-width: 100%; height: auto; }
ul { list-style: none; }
button { font-family: var(--ff-b); border: none; background: none; }

::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--off); }
::-webkit-scrollbar-thumb { background: var(--red); border-radius: 4px; }

/* ─── PROGRESS ─── */
#prog { position: fixed; top: 0; left: 0; height: 3px; width: 0%; background: var(--red); z-index: 10001; transition: width .1s linear; }

/* ─── BTT ─── */
#btt { position: fixed; bottom: 28px; right: 28px; z-index: 8000; width: 44px; height: 44px; border-radius: 50%; background: var(--red); color: #fff; font-size: 14px; display: flex; align-items: center; justify-content: center; box-shadow: var(--sred); opacity: 0; transform: translateY(12px); pointer-events: none; transition: all .3s var(--easeb); border: none; cursor: pointer; }
#btt.sh { opacity: 1; transform: none; pointer-events: all; }
#btt:hover { background: var(--red-dk); transform: scale(1.1) !important; }

/* ═══ IDENTITY HEADER ═══ */
#identity { padding: 0; background: #fff; }

/* — Top thin authority bar — */
.id-topbar {
  background: var(--black);
  border-bottom: 2px solid var(--red);
}
.id-topbar-inner {
  max-width: 1320px; margin: 0 auto; padding: 0 48px;
  display: flex; align-items: center; justify-content: space-between;
  height: 38px; gap: 20px;
}
.id-topbar-left {
  display: flex; align-items: center; gap: 18px;
  font-family: var(--ff-s); font-size: 11px; font-weight: 500;
  letter-spacing: .07em; color: #ffffff;
}
.id-topbar-left span { display: inline-flex; align-items: center; gap: 7px; }
.id-topbar-left i, .id-topbar-left svg { color: var(--red); width: 12px; flex-shrink: 0; }
.id-topbar-div { display: inline-flex !important; color: rgba(255,255,255,.35) !important; }
.id-topbar-div { color: rgba(255,255,255,.35); }
.id-topbar-right { display: flex; align-items: center; gap: 6px; }
.id-soc {
  width: 26px; height: 26px; border-radius: 6px;
  border: none; display: flex; align-items: center;
  justify-content: center; font-size: 11px; transition: transform .2s, box-shadow .2s;
  box-shadow: 0 1px 5px rgba(0,0,0,.25); color: #fff;
}
.id-soc:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,.35); }
.id-soc:has(.fa-facebook-f)  { background: #1877F2; }
.id-soc:has(.fa-twitter), .id-soc:has(.fa-x-twitter) { background: #000; }
.id-soc:has(.fa-linkedin-in) { background: #0A66C2; }
.id-soc:has(.fa-whatsapp)    { background: #25D366; }
.id-soc:has(.fa-instagram)   { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.id-soc:has(.fa-youtube)     { background: #FF0000; }

/* — Main header — */
.id-main {
  background: #fff;
  padding: 12px 0;
  border-bottom: 3px solid var(--black);
  position: relative;
  overflow: hidden;
}
.id-main::after {
  content: '';
  position: absolute;
  bottom: -3px; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--black) 0%, var(--red) 40%, var(--red) 60%, var(--black) 100%);
}
.identity-inner {
  max-width: 1320px; margin: 0 auto; padding: 0 48px;
  display: flex; align-items: center; justify-content: center; gap: 32px;
}
.id-brand { display: flex; align-items: center; gap: 20px; }
.id-logo-wrap { display: flex; align-items: center; }
.id-logo { height: 130px; width: auto; object-fit: contain; display: block; transform: scale(1.45); transform-origin: center center; }
.id-brand-text { display: flex; flex-direction: column; gap: 8px; border-left: 4px solid var(--red); padding-left: 24px; }
.id-sub {
  font-family: 'Outfit', sans-serif;
  font-size: 36px; font-weight: 900; letter-spacing: -.02em;
  text-transform: none; color: var(--black); line-height: 1.1;
}
.id-sub em { color: var(--red); font-style: normal; }
.id-tagline {
  font-family: 'Outfit', sans-serif; font-size: 16px; font-weight: 500;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--gray-dk); display: flex; align-items: center; gap: 10px;
}
.id-tagline::before {
  content: ''; display: inline-block; width: 28px; height: 2px;
  background: var(--red); flex-shrink: 0;
}
.id-sep {
  width: 1px; height: 80px; flex-shrink: 0;
  background: linear-gradient(to bottom, transparent, var(--border-dk), transparent);
}
.id-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.id-clink {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--ff-s); font-size: 16px; font-weight: 700;
  color: var(--black); transition: color .2s; text-decoration: none; letter-spacing: .01em;
}
.id-clink:hover { color: var(--red); }
.id-clink .icon-box {
  width: 40px; height: 40px; border-radius: 8px;
  background: var(--red); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; flex-shrink: 0; transition: all .22s;
  box-shadow: 0 4px 14px rgba(196,22,26,.3);
}
.id-clink:hover .icon-box { background: var(--red-dk); box-shadow: 0 6px 20px rgba(196,22,26,.45); transform: scale(1.06); }
/* legacy */
.id-name { display: none; }
.id-badges { display: none; }
.id-text { display: contents; }

/* ═══ NAV ═══ */
#nav {
  background: var(--black); position: sticky; top: 0; z-index: 900;
  border-bottom: 2px solid var(--red);
  transition: box-shadow .3s;
}
#nav.scr { box-shadow: 0 4px 30px rgba(0,0,0,.4); }
.nav-inner {
  max-width: 1300px; margin: 0 auto; padding: 0 40px;
  display: flex; align-items: center; justify-content: space-between; height: 58px;
}
.nav-links { display: flex; align-items: center; gap: 1px; }
.nav-links a, .ndrop-btn {
  font-family: var(--ff-s); font-size: 12.5px; font-weight: 500;
  letter-spacing: .07em; text-transform: uppercase;
  color: rgba(255,255,255,.65); padding: 8px 15px; border-radius: 4px;
  transition: all .2s; background: none; border: none; cursor: pointer;
  display: flex; align-items: center; gap: 5px;
}
.nav-links a:hover, .ndrop:hover .ndrop-btn { color: #fff; background: rgba(255,255,255,.06); }
.nav-links a.active { color: #fff; background: var(--red); }

/* nav dropdown */
.ndrop { position: static; }
.ndrop-btn i { font-size: 8px; transition: transform .22s; }
.ndrop:hover .ndrop-btn i { transform: rotate(180deg); }
#nav { position: relative; }
.ndrop-menu {
  position: absolute; top: 100%; left: 0; right: 0;
  background: #111; border-top: 2px solid var(--red);
  border-bottom: 1px solid #2a2a2a;
  opacity: 0; visibility: hidden;
  transform: translateY(6px); transition: all .25s var(--ease);
  z-index: 999; box-shadow: 0 20px 60px rgba(0,0,0,.6);
}
.ndrop:hover .ndrop-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.ndrop-menu-inner {
  max-width: 1300px; margin: 0 auto; padding: 0 40px;
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0;
}
.ndrop-grp {
  padding: 28px 24px 28px 0;
  border-right: 1px solid rgba(255,255,255,.06);
}
.ndrop-grp:first-child { padding-left: 0; }
.ndrop-grp:last-child { border-right: none; padding-right: 0; padding-left: 24px; }
.ndrop-grp:not(:first-child) { padding-left: 24px; }
.ndrop-lbl {
  font-family: var(--ff-s); font-size: 9px; font-weight: 700;
  letter-spacing: .24em; text-transform: uppercase;
  color: var(--red); margin-bottom: 12px; padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  display: flex; align-items: center; gap: 8px;
}
.ndrop-lbl::before { content: ''; width: 16px; height: 1px; background: var(--red); }
.ndrop-item {
  display: flex; align-items: center; gap: 9px; padding: 8px 0;
  font-family: var(--ff-s); font-size: 12.5px; font-weight: 400;
  color: rgba(255,255,255,.45); transition: all .18s;
  border-bottom: 1px solid rgba(255,255,255,.04);
}
.ndrop-item:last-child { border-bottom: none; }
.ndrop-item i { color: rgba(196,22,26,.5); font-size: 7px; flex-shrink: 0; transition: color .18s; }
.ndrop-item:hover { color: #fff; padding-left: 6px; }
.ndrop-item:hover i { color: var(--red); }
.ndrop-cta-col {
  padding: 28px 0 28px 24px;
  display: flex; flex-direction: column; gap: 12px;
}
.ndrop-cta-title {
  font-family: var(--ff-s); font-size: 9px; font-weight: 700;
  letter-spacing: .24em; text-transform: uppercase;
  color: var(--red); margin-bottom: 4px; padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  display: flex; align-items: center; gap: 8px;
}
.ndrop-cta-title::before { content: ''; width: 16px; height: 1px; background: var(--red); }
.ndrop-cta-card {
  background: rgba(196,22,26,.08); border: 1px solid rgba(196,22,26,.2);
  border-radius: 8px; padding: 14px 16px;
  display: flex; align-items: flex-start; gap: 12px;
  transition: background .2s;
}
.ndrop-cta-card:hover { background: rgba(196,22,26,.15); }
.ndrop-cta-card i { color: var(--red); font-size: 14px; margin-top: 2px; flex-shrink: 0; }
.ndrop-cta-card-title { font-family: var(--ff-s); font-size: 12px; font-weight: 700; color: #fff; }
.ndrop-cta-card-sub { font-family: var(--ff-s); font-size: 10.5px; color: rgba(255,255,255,.35); margin-top: 2px; }
.ndrop-div { display: none; }

.nav-cta {
  display: flex; align-items: center; gap: 8px;
  background: var(--red); color: #fff;
  font-family: var(--ff-s); font-size: 12px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 9px 22px; border-radius: 4px;
  transition: all .25s var(--easeb); border: 1px solid transparent;
}
.nav-cta:hover { background: var(--red-lt); box-shadow: var(--sred); transform: scale(1.03); }

.ham { display: none; flex-direction: column; gap: 5px; padding: 4px; }
.ham span { width: 22px; height: 2px; background: #fff; display: block; border-radius: 2px; transition: .3s; }
.ham.op span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.ham.op span:nth-child(2) { opacity: 0; width: 0; }
.ham.op span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ═══ MOB DRAWER ═══ */
#mob { position: fixed; top: 0; right: -310px; width: 290px; height: 100vh; background: var(--black); z-index: 9990; border-left: 2px solid var(--red); box-shadow: -12px 0 50px rgba(0,0,0,.5); display: flex; flex-direction: column; transition: right .35s var(--ease); }
#mob.op { right: 0; }
#movo { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 9989; backdrop-filter: blur(3px); }
#movo.sh { display: block; }
.mob-hd { background: var(--red); padding: 16px 20px; display: flex; justify-content: space-between; align-items: center; }
.mob-close { color: rgba(255,255,255,.7); font-size: 18px; background: none; border: none; cursor: pointer; transition: color .2s; }
.mob-close:hover { color: #fff; }
.mob-body { flex: 1; overflow-y: auto; padding: 8px 0; }
.mob-body a { display: block; padding: 12px 22px; font-family: var(--ff-s); font-size: 13px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.5); border-bottom: 1px solid #222; border-left: 2px solid transparent; transition: all .2s; }
.mob-body a:hover { color: #fff; padding-left: 28px; border-left-color: var(--red); background: rgba(196,22,26,.08); }
.mob-sect { padding: 8px 22px 3px; font-family: var(--ff-s); font-size: 9px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; color: var(--red); border-bottom: 1px solid #222; }
.mob-foot { padding: 16px; }
.mob-cta { display: block; background: var(--red); color: #fff; font-family: var(--ff-s); font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 14px; border-radius: 6px; text-align: center; transition: background .2s; }
.mob-cta:hover { background: var(--red-lt); }

/* ═══ HERO ═══ */
#hero {
  background: #080808;
  position: relative; overflow: hidden;
  min-height: 100vh; display: flex; align-items: stretch;
  flex-direction: row-reverse;
}
#hero::after {
  content: '';
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 100% 60px;
  pointer-events: none; z-index: 0;
}
#hero::before {
  content: '';
  position: absolute; bottom: -15%; right: 38%;
  width: 55%; height: 70%;
  background: radial-gradient(ellipse, rgba(196,22,26,.1) 0%, transparent 68%);
  pointer-events: none; z-index: 0;
}
.hero-vbar {
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, transparent 0%, var(--red) 30%, var(--red) 70%, transparent 100%);
  z-index: 10;
}
.hero-wm {
  position: absolute; right: -6%; top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-family: 'Syne', sans-serif; font-weight: 800;
  font-size: clamp(90px, 12vw, 160px);
  color: rgba(255,255,255,.022); white-space: nowrap;
  pointer-events: none; user-select: none; z-index: 0;
  letter-spacing: .1em; text-transform: uppercase;
}
.hero-right {
  width: 40%; position: relative; overflow: hidden;
  background: #060606;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
}
.hero-right::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(225deg, rgba(196,22,26,.9) 0%, rgba(6,6,6,.98) 58%);
  z-index: 2;
}
.hero-right::after {
  content: ''; position: absolute; inset: 0; z-index: 3;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 40px 40px;
}
.hero-right img { width: 100%; height: 100%; object-fit: cover; opacity: .12; }
.hero-right-content {
  position: absolute; inset: 0; z-index: 4;
  display: flex; flex-direction: column; justify-content: center;
  align-items: flex-start; padding: 70px 50px 70px 60px; gap: 0;
}
.hero-metric {
  width: 100%; padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
  display: flex; flex-direction: column; gap: 4px;
}
.hero-metric:first-child { border-top: 1px solid rgba(255,255,255,.07); }
.hm-num {
  font-family: 'Syne', sans-serif; font-weight: 800;
  font-size: clamp(42px, 5vw, 66px);
  color: #fff; line-height: 1; letter-spacing: -.02em;
}
.hm-num span { color: var(--red); }
.hm-lbl {
  font-family: var(--ff-s); font-size: 10px; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase;
  color: rgba(255,255,255,.32);
}
.hm-bar {
  height: 2px; width: 40px; background: var(--red);
  margin-top: 8px; border-radius: 2px;
  transition: width .4s var(--ease);
}
.hero-metric:hover .hm-bar { width: 80px; }
.hero-left {
  width: 60%; padding: 80px 0;
  display: flex; flex-direction: column; justify-content: center;
  position: relative; z-index: 3;
}
.hero-left-inner { padding: 0 60px 0 64px; max-width: 740px; overflow: hidden; }
.hero-eyebrow {
  display: flex; align-items: center; gap: 0;
  margin-bottom: 28px;
}
.hero-eyebrow-num {
  font-family: 'Syne', sans-serif; font-size: 11px; font-weight: 700;
  color: var(--red); letter-spacing: .1em; margin-right: 14px;
  padding-right: 14px; border-right: 1px solid rgba(255,255,255,.15);
}
.hero-eyebrow-text {
  font-family: var(--ff-s); font-size: 10.5px; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.38);
}
.hero-eyebrow-dot { display: none; }
.hero-h1 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(44px, 4.6vw, 74px);
  font-weight: 800;
  line-height: .92; letter-spacing: -.02em;
  text-transform: uppercase; color: #ffffff;
}
.hero-h1 .red { color: var(--red); display: block; white-space: nowrap; }
.hero-h1 .outline {
  -webkit-text-stroke: 2px rgba(255,255,255,.85); color: rgba(255,255,255,.18);
  display: block; font-weight: 800; white-space: nowrap;
  text-shadow: 0 0 60px rgba(255,255,255,.12);
}
.hero-h1 .small-line {
  display: block;
  font-size: clamp(26px, 3vw, 46px);
  color: rgba(255,255,255,.5); font-weight: 300;
  font-family: 'Outfit', sans-serif; text-transform: none;
  letter-spacing: -.01em; margin-top: 10px;
  white-space: nowrap;
}
.hero-h1 .small-line em { font-style: normal; color: #fff; font-weight: 600; }
.hero-rule {
  display: flex; align-items: center; gap: 16px;
  margin: 26px 0 22px;
}
.hero-rule-line { flex: 1; max-width: 60px; height: 1px; background: var(--red); }
.hero-rule-text {
  font-family: var(--ff-s); font-size: 10px; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.3);
}
.hero-p {
  font-family: 'Outfit', sans-serif;
  font-size: 15px; color: rgba(255,255,255,.38); line-height: 1.82;
  max-width: 420px; font-weight: 400; letter-spacing: .01em;
}
.hero-tag-row { display: none; }
.hero-btns { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--red); color: #fff;
  font-family: var(--ff-s); font-size: 11.5px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  padding: 15px 34px; border-radius: 4px; border: 1.5px solid var(--red);
  transition: all .28s var(--easeb);
}
.btn-primary:hover { background: #d91a1e; box-shadow: 0 8px 36px rgba(196,22,26,.4); transform: translateY(-2px); }
.btn-outline {
  display: inline-flex; align-items: center; gap: 10px;
  background: transparent; color: rgba(255,255,255,.65);
  font-family: var(--ff-s); font-size: 11.5px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  padding: 14px 28px; border-radius: 4px; border: 1.5px solid rgba(255,255,255,.12);
  transition: all .28s;
}
.btn-outline:hover { border-color: rgba(255,255,255,.4); color: #fff; }
.hero-stats {
  display: flex; gap: 0; margin-top: 48px;
  padding-top: 28px; border-top: 1px solid rgba(255,255,255,.06);
}
.hs-item { flex: 1; padding-right: 20px; }
.hs-item + .hs-item { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.06); }
.hs-num {
  font-family: 'Syne', sans-serif; font-size: 34px; font-weight: 800;
  letter-spacing: -.02em; color: #ffffff; line-height: 1;
}
.hs-num .r { color: var(--red); }
.hs-lbl { font-family: var(--ff-s); font-size: 9.5px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.28); margin-top: 5px; }

/* ═══ CATEGORIES ═══ */
#categories {
  background: #ffffff;
  padding: 80px 0 90px;
  position: relative; overflow: hidden;
  border-top: 1px solid var(--border);
}
#categories::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--red), transparent);
}
.cat-inner {
  max-width: 1300px; margin: 0 auto; padding: 0 48px;
}
.cat-header {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 48px; gap: 20px;
}
.cat-eyebrow {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--ff-s); font-size: 10.5px; font-weight: 700;
  letter-spacing: .24em; text-transform: uppercase; color: var(--red);
  margin-bottom: 10px;
}
.cat-eyebrow::before { content: ''; width: 24px; height: 2px; background: var(--red); }
.cat-title {
  font-family: 'Syne', sans-serif; font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 800; color: var(--black); line-height: 1.1; letter-spacing: -.02em;
}
.cat-title span { color: var(--red); }
.cat-count {
  font-family: 'Syne', sans-serif; font-size: 64px; font-weight: 800;
  color: rgba(0,0,0,.05); line-height: 1; letter-spacing: -.04em;
  flex-shrink: 0;
}
.cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 12px; overflow: hidden;
}
.cat-card {
  background: #ffffff;
  padding: 0;
  display: flex; flex-direction: column;
  position: relative;
  transition: box-shadow .28s, transform .28s var(--ease);
  cursor: pointer;
  border-radius: 0;
}
.cat-card::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: var(--red); transform: scaleX(0); transform-origin: left;
  transition: transform .35s var(--ease); z-index: 2;
}
.cat-card:hover { background: #fff; box-shadow: 0 12px 40px rgba(196,22,26,.12); transform: translateY(-3px); z-index: 2; }
.cat-card:hover::after { transform: scaleX(1); }
.cat-card:hover .cat-card-img-wrap img { transform: scale(1.06); }
.cat-card:hover .cat-card-icon { background: var(--red); color: #fff; border-color: var(--red); }
.cat-card:hover .cat-card-arrow { opacity: 1; transform: translate(0,0); }
.cat-card-img-wrap {
  width: 100%; aspect-ratio: 4/3; overflow: hidden;
  background: #fff;
  position: relative;
  display: flex; align-items: center; justify-content: center;
  cursor: zoom-in;
}
.cat-card-img-wrap img {
  width: 100%; height: 100%; object-fit: contain;
  padding: 10px;
  transition: transform .5s var(--ease);
  display: block;
}
.cat-card-soon {
  background: #fff;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 12px; min-height: 220px;
}
.cat-card-soon-icon {
  width: 56px; height: 56px; border-radius: 0;
  background: transparent;
  display: flex; align-items: center; justify-content: center;
}
.cat-card-soon-icon i { font-size: 28px; color: #a81418; }
.cat-card-soon-label {
  font-family: 'Syne', sans-serif; font-size: 12px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  color: #a81418;
}
.cat-card-soon-sub {
  font-size: 11px; color: #a81418; letter-spacing: .04em; opacity: .6;
}
#cat-lightbox {
  display: none; position: fixed; inset: 0; z-index: 9999;
  background: rgba(0,0,0,.82); backdrop-filter: blur(6px);
  align-items: center; justify-content: center;
  padding: 24px;
}
#cat-lightbox.open { display: flex; }
#cat-lightbox-inner {
  position: relative; max-width: 860px; width: 100%;
  background: #fff; border-radius: 12px; overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,.5);
  animation: lbIn .22s ease;
}
@keyframes lbIn {
  from { opacity: 0; transform: scale(.93); }
  to   { opacity: 1; transform: scale(1); }
}
#cat-lightbox-img {
  width: 100%; max-height: 70vh; object-fit: contain;
  display: block; background: #fff; padding: 20px;
}
#cat-lightbox-caption {
  padding: 14px 20px; font-weight: 600; font-size: 15px;
  color: #222; border-top: 1px solid #f0f0f0;
  background: #fff;
}
#cat-lightbox-close {
  position: fixed; top: 18px; right: 20px;
  background: rgba(255,255,255,.15); color: #fff; border: none;
  width: 40px; height: 40px; border-radius: 50%;
  font-size: 22px; cursor: pointer; line-height: 40px; text-align: center;
  transition: background .2s; z-index: 10000;
}
#cat-lightbox-close:hover { background: var(--red); }
.cat-card-img-wrap .cat-img-fallback {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--red-pale) 0%, #fff0ee 100%);
}
.cat-card-img-wrap .cat-img-fallback i {
  font-size: 36px; color: rgba(196,22,26,.25);
}
.cat-card-body {
  padding: 18px 20px 22px;
  display: flex; flex-direction: column; gap: 10px; flex: 1;
}
.cat-card-top {
  display: flex; align-items: flex-start; justify-content: space-between;
}
.cat-card-num {
  font-family: 'Syne', sans-serif; font-size: 10px; font-weight: 700;
  color: rgba(0,0,0,.18); letter-spacing: .1em;
}
.cat-card-name {
  font-family: 'Outfit', sans-serif; font-size: 14.5px; font-weight: 700;
  color: var(--black); letter-spacing: -.01em; line-height: 1.5;
  padding-bottom: 6px;
}
.cat-card-sub {
  font-family: var(--ff-s); font-size: 10px; font-weight: 500;
  color: var(--gray); letter-spacing: .1em; text-transform: uppercase;
  margin-top: auto; padding-top: 10px;
  border-top: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
}
.cat-card-icon {
  width: 30px; height: 30px; border-radius: 7px;
  background: var(--red-pale); border: 1px solid rgba(196,22,26,.2);
  color: var(--red); display: flex; align-items: center; justify-content: center;
  font-size: 12px; flex-shrink: 0; transition: all .25s;
}
.cat-card-arrow {
  opacity: 0; transform: translate(-4px, 4px);
  transition: all .25s var(--ease); color: var(--red); font-size: 10px;
}
@media(max-width:1100px) { .cat-inner { padding: 0 28px; } .cat-grid { grid-template-columns: repeat(4, 1fr); } }
@media(max-width:768px)  { .cat-grid { grid-template-columns: repeat(2, 1fr); } .cat-header { flex-direction: column; align-items: flex-start; } .cat-count { display: none; } }
@media(max-width:480px)  { .cat-grid { grid-template-columns: 1fr; } }

/* ═══ MARQUEE ═══ */
.marquee-bar {
  background: var(--black); padding: 14px 0;
  overflow: hidden; position: relative;
  border-top: 2px solid var(--red);
}
.marquee-fade-l { position: absolute; left: 0; top: 0; bottom: 0; width: 80px; background: linear-gradient(90deg, var(--black), transparent); z-index: 2; pointer-events: none; }
.marquee-fade-r { position: absolute; right: 0; top: 0; bottom: 0; width: 80px; background: linear-gradient(270deg, var(--black), transparent); z-index: 2; pointer-events: none; }
.marquee-track { display: flex; white-space: nowrap; width: max-content; animation: marqueeScroll 40s linear infinite; }
.marquee-track:hover { animation-play-state: paused; }
.mq-item {
  font-family: var(--ff-s); font-size: 13px; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: #ffffff; padding: 0 28px;
  display: inline-flex; align-items: center; gap: 9px;
}
.mq-item::after { content: '◆'; color: var(--red); font-size: 6px; }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ═══ SECTION HELPERS ═══ */
.sec { padding: 96px 0; }
.sec-inner { max-width: 1300px; margin: 0 auto; padding: 0 40px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--ff-s); font-size: 10.5px; font-weight: 700;
  letter-spacing: .28em; text-transform: uppercase; color: var(--red);
  margin-bottom: 10px;
}
.eyebrow::before { content: ''; width: 22px; height: 2px; background: var(--red); }
.sec-title {
  font-family: var(--ff-h); font-size: clamp(38px, 5.5vw, 72px);
  line-height: .92; letter-spacing: .03em; text-transform: uppercase;
  color: var(--black);
}
.sec-title .r { color: var(--red); }
.sec-title .outline { -webkit-text-stroke: 1.5px var(--black); color: transparent; }
.sec-title .light { color: var(--gray-lt); }
.sec-rule { width: 40px; height: 3px; background: var(--red); margin: 12px 0 0; border-radius: 2px; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); will-change: opacity,transform; }
.reveal.vis { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: .1s !important; } .d2 { transition-delay: .2s !important; }
.d3 { transition-delay: .3s !important; } .d4 { transition-delay: .4s !important; }

/* ═══ ABOUT ═══ */
#about { background: var(--off); padding: 96px 0; }
.about-layout {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start;
}
.about-numbers { display: flex; flex-direction: column; gap: 0; }
.abn-item {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 28px 0; border-bottom: 1px solid var(--border);
  position: relative;
}
.abn-item:first-child { padding-top: 0; }
.abn-item:last-child { border-bottom: none; }
.abn-num {
  font-family: var(--ff-h); font-size: 80px; line-height: 1;
  letter-spacing: -.01em; color: var(--red); min-width: 160px; text-align: right;
  flex-shrink: 0;
}
.abn-num sup { font-size: 36px; }
.abn-text { padding-top: 10px; }
.abn-label {
  font-family: var(--ff-s); font-size: 15px; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase; color: var(--black);
  margin-bottom: 5px;
}
.abn-desc { font-size: 13.5px; color: var(--muted); line-height: 1.78; }
.abn-bar {
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 3px; background: var(--red); border-radius: 2px; opacity: 0;
  transition: opacity .3s;
}
.abn-item:hover .abn-bar { opacity: 1; }
.about-story-text {
  font-size: 15px; color: var(--muted); line-height: 1.88;
  margin: 18px 0 32px;
}
.about-story-text strong { color: var(--black); font-weight: 600; }
.about-achievements {
  background: #0f0f0f;
  border-radius: 14px;
  overflow: hidden;
  margin-top: 32px;
  border: 1px solid rgba(255,255,255,.07);
}
.ach-item {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 22px 26px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: background .25s;
  position: relative; overflow: hidden;
}
.ach-item::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: var(--red); transform: scaleY(0); transform-origin: top;
  transition: transform .3s var(--ease);
}
.ach-item:last-child { border-bottom: none; }
.ach-item:hover { background: rgba(255,255,255,.03); }
.ach-item:hover::before { transform: scaleY(1); }
.ach-num {
  font-family: 'Syne', sans-serif; font-size: 11px; font-weight: 800;
  color: var(--red); letter-spacing: .1em; flex-shrink: 0;
  width: 28px; padding-top: 2px;
}
.ach-year {
  font-family: 'Syne', sans-serif; font-size: 13px; font-weight: 800;
  color: rgba(255,255,255,.18); letter-spacing: .06em; margin-bottom: 3px;
}
.ach-title {
  font-family: 'Syne', sans-serif; font-size: 14px; font-weight: 700;
  color: #fff; letter-spacing: -.01em; line-height: 1.3;
}
.ach-desc {
  font-family: var(--ff-s); font-size: 11.5px; color: rgba(255,255,255,.35);
  line-height: 1.65; margin-top: 4px;
}

/* ═══ PRODUCTS ═══ */
#products { background: var(--bg); }
.products-header {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 32px; flex-wrap: wrap; gap: 16px;
}
.products-view-all {
  font-family: var(--ff-s); font-size: 12px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase; color: var(--gray);
  display: flex; align-items: center; gap: 7px; transition: color .2s;
}
.products-view-all:hover { color: var(--red); }
.products-view-all i { transition: transform .22s; }
.products-view-all:hover i { transform: translateX(5px); }
.prod-search-wrap { position: relative; margin-bottom: 20px; max-width: 520px; }
.prod-search-icon { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: var(--muted); font-size: 15px; pointer-events: none; }
.prod-search-input { width: 100%; padding: 13px 44px; border: 1.5px solid var(--border); border-radius: 10px; font-family: var(--ff-s); font-size: 14px; color: var(--black); background: #fff; outline: none; box-sizing: border-box; transition: border-color .2s, box-shadow .2s; }
.prod-search-input:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(196,22,26,.08); }
.prod-search-input::placeholder { color: #b0b8c9; }
.prod-search-clear { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); background: none; border: none; color: var(--muted); cursor: pointer; font-size: 15px; padding: 4px; line-height: 1; transition: color .2s; }
.prod-search-clear:hover { color: var(--red); }
.filter-tabs { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 28px; }
.ft {
  font-family: var(--ff-s); font-size: 11.5px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 8px 20px; border-radius: 5px;
  border: 1.5px solid var(--border-dk); background: transparent;
  color: var(--gray); transition: all .22s; cursor: pointer;
}
.ft.on { background: var(--black); color: #fff; border-color: var(--black); }
.ft:hover:not(.on) { border-color: var(--red); color: var(--red); }
.prod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.prod-card {
  background: var(--bg); border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden;
  transition: all .35s var(--ease); cursor: default;
  display: flex; flex-direction: column;
}
.prod-card:hover {
  border-color: var(--red); transform: translateY(-5px);
  box-shadow: 0 16px 50px rgba(196,22,26,.1), 0 4px 20px rgba(0,0,0,.06);
}
.prod-img {
  aspect-ratio: 16/10; overflow: hidden; position: relative;
  background: #ffffff;
}
.prod-img img { width: 100%; height: 100%; object-fit: contain; transition: opacity .3s; }
.prod-img-placeholder {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 8px;
}
.prod-img-placeholder i { font-size: 32px; color: rgba(196,22,26,.15); }
.prod-img-placeholder span { font-family: var(--ff-s); font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(0,0,0,.15); }
.prod-chip {
  position: absolute; top: 10px; left: 10px;
  font-family: var(--ff-s); font-size: 9.5px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 4px; color: #fff;
}
.prod-chip.red { background: var(--red); }
.prod-chip.blk { background: var(--black); }
.prod-chip.grn { background: #1a7a4a; }
.prod-body { padding: 18px 20px 20px; flex: 1; display: flex; flex-direction: column; }
.prod-name {
  font-family: var(--ff-s); font-size: 15px; font-weight: 700;
  color: var(--black); margin-bottom: 7px;
}
.prod-desc { font-size: 12.5px; color: var(--muted); line-height: 1.7; margin-bottom: 14px; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; min-height: calc(1.7em * 3); }
.prod-footer {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 12px; border-top: 1px solid var(--border);
}
.prod-link {
  font-family: var(--ff-s); font-size: 11px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: var(--gray);
  display: flex; align-items: center; gap: 5px; transition: all .2s;
}
.prod-card:hover .prod-link { color: var(--red); gap: 9px; }
.prod-stars { display: inline-flex; align-items: center; gap: 2px; }
.prod-link { cursor: pointer; }
@keyframes skelAnim { 0%{background-position:200% 0} 100%{background-position:-200% 0} }
@keyframes prodAppear { from{opacity:0;transform:translateY(22px)} to{opacity:1;transform:translateY(0)} }
.prod-appear { animation: prodAppear .5s var(--ease) both; }

/* ═══ PRODUCT MODAL ═══ */
#prod-modal {
  position: fixed; inset: 0; z-index: 9000;
  display: none; align-items: center; justify-content: center;
  background: rgba(0,0,0,.7); backdrop-filter: blur(5px);
  padding: 16px;
}
#prod-modal.open { display: flex; }
.pm-box {
  background: #fff; border-radius: 16px;
  width: 100%; max-width: 960px; max-height: 92vh;
  overflow: hidden; position: relative;
  display: grid; grid-template-columns: 1fr 1fr;
  animation: pmIn .3s var(--ease);
}
@keyframes pmIn { from { opacity:0; transform:scale(.95) translateY(18px); } to { opacity:1; transform:none; } }
.pm-gallery {
  background: var(--off); position: relative;
  display: flex; flex-direction: column;
  border-radius: 16px 0 0 16px; overflow: hidden;
}
.pm-main-img-wrap {
  flex: 1; overflow: hidden; min-height: 0;
  display: flex; align-items: center; justify-content: center;
}
.pm-main-img { width: 100%; height: 100%; object-fit: contain; transition: opacity .3s; background: #fff; }
.pm-placeholder {
  width: 100%; height: 100%; min-height: 260px;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 14px;
}
.pm-placeholder i { font-size: 72px; color: rgba(196,22,26,.12); }
.pm-placeholder span { font-family: var(--ff-s); font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(0,0,0,.15); }
.pm-thumbs {
  display: none; gap: 6px; padding: 10px 12px;
  background: rgba(0,0,0,.04); border-top: 1px solid var(--border); overflow-x: auto;
}
.pm-thumbs.show { display: flex; }
.pm-thumb {
  width: 54px; height: 54px; border-radius: 7px; overflow: hidden;
  border: 2px solid transparent; cursor: pointer; flex-shrink: 0; transition: border-color .2s;
}
.pm-thumb.active, .pm-thumb:hover { border-color: var(--red); }
.pm-thumb img { width: 100%; height: 100%; object-fit: cover; }
.pm-info {
  padding: 28px 26px 24px; overflow-y: auto; display: flex; flex-direction: column;
  max-height: 92vh;
}
.pm-info-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; margin-bottom: 14px; }
.pm-close {
  width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0;
  background: var(--off); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: 13px; color: var(--gray); transition: all .2s;
}
.pm-close:hover { background: var(--red); color: #fff; border-color: var(--red); }
.pm-chip {
  display: inline-block; font-family: var(--ff-s); font-size: 10px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; padding: 4px 12px; border-radius: 4px;
}
.pm-chip.red { background: var(--red); color: #fff; }
.pm-chip.blk { background: var(--black); color: #fff; }
.pm-chip.grn { background: #1a7a4a; color: #fff; }
.pm-title {
  font-family: var(--ff-s); font-size: 20px; font-weight: 800;
  color: var(--black); margin-bottom: 8px; line-height: 1.3;
}
.pm-desc { font-size: 13px; color: var(--muted); line-height: 1.75; margin-bottom: 16px; }
.pm-video-btn {
  display: none; align-items: center; gap: 8px; margin-bottom: 14px;
  font-family: var(--ff-s); font-size: 11.5px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; color: var(--red);
  cursor: pointer; background: none; border: 1.5px solid rgba(196,22,26,.3);
  padding: 9px 16px; border-radius: 6px; transition: all .2s; width: fit-content;
}
.pm-video-btn.show { display: flex; }
.pm-video-btn:hover { background: var(--red-pale); border-color: var(--red); }
.pm-video-wrap { border-radius: 8px; overflow: hidden; margin-bottom: 16px; aspect-ratio: 16/9; display: none; }
.pm-video-wrap.show { display: block; }
.pm-video-wrap iframe { width: 100%; height: 100%; border: 0; }
.pm-section-title {
  font-family: var(--ff-s); font-size: 10.5px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--gray-lt); margin-bottom: 8px;
}
.pm-specs { margin-bottom: 16px; }
.pm-spec-row {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12.5px; padding: 7px 0; border-bottom: 1px solid var(--off);
}
.pm-spec-row:last-child { border-bottom: none; }
.pm-spec-key { color: var(--muted); }
.pm-spec-val { font-weight: 600; color: var(--black); text-align: right; max-width: 60%; }
.pm-features { margin-bottom: 16px; }
.pm-feat-item {
  display: flex; align-items: flex-start; gap: 9px;
  font-size: 12.5px; color: var(--muted); padding: 4px 0; line-height: 1.6;
}
.pm-feat-item i { color: var(--red); font-size: 9px; margin-top: 5px; flex-shrink: 0; }
.pm-footer {
  display: flex; gap: 10px; flex-wrap: wrap; padding-top: 16px;
  border-top: 1px solid var(--border); margin-top: auto;
}
.pm-btn-full {
  width: 100%; padding: 12px 18px; background: var(--black);
  color: #fff; border-radius: 7px; cursor: pointer;
  font-family: var(--ff-s); font-size: 12px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; transition: all .25s;
  display: flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none;
}
.pm-btn-full:hover { background: #1e293b; }
.pm-btn-primary {
  flex: 1; min-width: 120px; padding: 11px 18px; background: var(--red);
  color: #fff; border: none; border-radius: 7px; cursor: pointer;
  font-family: var(--ff-s); font-size: 11.5px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; transition: all .25s;
  display: flex; align-items: center; justify-content: center; gap: 7px; text-decoration: none;
}
.pm-btn-primary:hover { background: var(--red-dk); }
.pm-btn-sec {
  padding: 11px 18px; border: 1.5px solid var(--border-dk);
  background: transparent; border-radius: 7px; cursor: pointer;
  font-family: var(--ff-s); font-size: 11.5px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: var(--gray);
  transition: all .25s; display: none; align-items: center; gap: 7px; text-decoration: none;
}
.pm-btn-sec.show { display: flex; }
.pm-btn-sec:hover { border-color: var(--red); color: var(--red); }
@media(max-width:700px){
  .pm-box { grid-template-columns: 1fr; max-height: 96vh; overflow-y: auto; }
  .pm-gallery { border-radius: 16px 16px 0 0; min-height: 220px; }
  .pm-main-img-wrap { min-height: 220px; }
  .pm-info { max-height: none; }
}

/* ═══ CALCULATOR ═══ */
#calculator { background: var(--black); padding: 96px 0; position: relative; overflow: hidden; }
#calculator::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(196,22,26,.06) 1px, transparent 0);
  background-size: 36px 36px;
}
.calc-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: center; }
.calc-left { position: relative; z-index: 2; }
.calc-title-area { margin-bottom: 36px; }
.calc-intro { font-size: 14.5px; color: #ffffff; line-height: 1.85; margin-top: 14px; max-width: 400px; }
.calc-features { display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }
.calc-feat {
  display: flex; align-items: center; gap: 13px;
  font-family: var(--ff-s); font-size: 13px; font-weight: 500;
  color: #ffffff;
}
.calc-feat-icon {
  width: 32px; height: 32px; border-radius: 6px;
  background: rgba(196,22,26,.15); border: 1px solid rgba(196,22,26,.25);
  display: flex; align-items: center; justify-content: center;
  color: var(--red); font-size: 13px; flex-shrink: 0;
}
.gauge-wrap {
  position: relative; z-index: 2;
  background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07);
  border-radius: 16px; padding: 36px 32px;
}
.gauge-tabs {
  display: flex; gap: 8px; margin-bottom: 30px;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06);
  border-radius: 8px; padding: 4px;
}
.gtab {
  flex: 1; padding: 10px 16px; border-radius: 6px;
  font-family: var(--ff-s); font-size: 12px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  color: rgba(255,255,255,.75); border: none; cursor: pointer;
  transition: all .25s; background: transparent;
}
.gtab.on { background: var(--red); color: #fff; box-shadow: 0 4px 16px rgba(196,22,26,.35); }
.calc-panel { display: none; }
.calc-panel.on { display: block; }
.calc-fields { display: flex; flex-direction: column; gap: 14px; margin-bottom: 20px; }
.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.cf-field { display: flex; flex-direction: column; gap: 5px; }
.cf-field.full { grid-column: span 2; }
.cf-label {
  font-family: var(--ff-s); font-size: 10px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  color: rgba(255,255,255,.75);
}
.cf-input, .cf-select {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  border-radius: 6px; color: #fff;
  font-family: var(--ff-s); font-size: 14px; font-weight: 500;
  padding: 12px 15px; outline: none; width: 100%;
  transition: border-color .22s, background .22s;
}
.cf-input:focus, .cf-select:focus { border-color: var(--red); background: rgba(255,255,255,.07); }
.cf-input::placeholder { color: rgba(255,255,255,.2); }
.cf-select option { background: var(--black2); color: #fff; }
.calc-hform { margin-top: 16px; }
.chf-row {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.07);
}
.chf-row:last-child { border-bottom: none; padding-bottom: 0; }
.chf-label {
  flex: 0 0 55%; font-family: var(--ff-s); font-size: 13px;
  color: rgba(255,255,255,.75); font-weight: 500; line-height: 1.4;
}
.chf-input {
  flex: 1; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px; padding: 10px 14px; color: #fff;
  font-family: var(--ff-s); font-size: 14px; outline: none;
  transition: border-color .2s;
}
.chf-input:focus { border-color: var(--red); }
.chf-input[readonly] { background: rgba(196,22,26,.1); border-color: rgba(196,22,26,.35); color: #ff6b6b; font-weight: 700; cursor: default; }
.chf-input::placeholder { color: rgba(255,255,255,.25); }
.chf-btns { gap: 12px; border-bottom: none; padding-top: 20px; }
.chf-btns .calc-run-btn { flex: 1; margin: 0; }
.calc-reset-btn {
  flex: 1; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px; padding: 13px 20px; color: rgba(255,255,255,.75);
  font-family: var(--ff-s); font-size: 14px; font-weight: 700;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  gap: 8px; transition: background .2s, color .2s; text-transform: uppercase; letter-spacing: .1em;
}
.calc-reset-btn:hover { background: rgba(255,255,255,.12); color: #fff; }
.calc-run-btn {
  width: 100%; padding: 14px; background: var(--red); color: #fff;
  font-family: var(--ff-s); font-size: 13px; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase; border-radius: 7px;
  border: none; cursor: pointer; transition: all .25s var(--easeb);
  display: flex; align-items: center; justify-content: center; gap: 9px;
}
.calc-run-btn:hover { background: var(--red-lt); box-shadow: var(--sred); transform: scale(1.02); }
.calc-result-box {
  margin-top: 18px; padding: 20px 24px;
  background: rgba(196,22,26,.08); border: 1px solid rgba(196,22,26,.22);
  border-radius: 10px; display: none;
}
.calc-result-box.show { display: block; animation: fadeUp .4s var(--ease); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.crb-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.crb-item { text-align: center; }
.crb-val { font-family: var(--ff-h); font-size: 36px; color: var(--red); letter-spacing: .02em; }
.crb-unit { font-size: 11px; color: rgba(255,255,255,.75); font-family: var(--ff-s); margin-top: -2px; }
.crb-lbl { font-size: 10px; color: rgba(255,255,255,.65); font-family: var(--ff-s); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; margin-top: 6px; }
.arc-gauge {
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 28px;
}
.arc-gauge svg { overflow: visible; }
.arc-pf-text { font-family: var(--ff-h); font-size: 13px; letter-spacing: .08em; }
.calc-note { margin-top: 14px; font-size: 11.5px; color: rgba(255,255,255,.55); font-family: var(--ff-s); line-height: 1.7; }

/* ═══ WHY US ═══ */
#why { background: var(--bg); }
.why-top { display: grid; grid-template-columns: 1fr 2fr; gap: 70px; align-items: start; margin-bottom: 64px; }
.why-left-sticky { position: sticky; top: 70px; }
.why-lead { font-size: 14.5px; color: var(--muted); line-height: 1.88; margin: 16px 0 24px; max-width: 340px; }
.why-certs { display: flex; flex-direction: column; gap: 10px; }
.why-cert {
  display: flex; align-items: center; gap: 12px;
  background: var(--off); border: 1px solid var(--border);
  border-radius: 8px; padding: 12px 16px;
  transition: all .25s;
}
.why-cert:hover { border-color: var(--red); background: var(--red-pale); }
.why-cert i { color: var(--red); font-size: 16px; width: 20px; text-align: center; }
.why-cert-text strong { display: block; font-family: var(--ff-s); font-size: 13px; font-weight: 700; color: var(--black); }
.why-cert-text span { font-size: 11.5px; color: var(--muted); }
.why-features { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.wf-card {
  background: var(--off); border: 1px solid var(--border);
  border-radius: 10px; padding: 24px 24px;
  transition: all .3s var(--ease); position: relative; overflow: hidden;
}
.wf-card::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0;
  width: 0; background: var(--red); transition: width .3s var(--ease);
}
.wf-card:hover { border-color: rgba(196,22,26,.25); box-shadow: 0 8px 32px rgba(196,22,26,.08); }
.wf-card:hover::before { width: 3px; }
.wf-icon {
  width: 48px; height: 48px; border-radius: 10px;
  background: var(--red-pale); border: 1px solid rgba(196,22,26,.15);
  display: flex; align-items: center; justify-content: center;
  color: var(--red); font-size: 18px; margin-bottom: 14px;
  transition: all .28s;
}
.wf-card:hover .wf-icon { background: var(--red); color: #fff; }
.wf-title { font-family: var(--ff-s); font-size: 14px; font-weight: 700; color: var(--black); margin-bottom: 7px; }
.wf-text { font-size: 12.5px; color: var(--muted); line-height: 1.72; }

/* ═══ TESTIMONIALS ═══ */
#testi { background: var(--off); }
.testi-header { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 14px; margin-bottom: 44px; }
.testi-note { font-size: 13px; color: var(--gray-lt); max-width: 220px; text-align: right; line-height: 1.7; }
.swt { padding-bottom: 56px !important; overflow: visible !important; }
.swt .swiper-wrapper { align-items: stretch; }
.swiper-slide .tc { height: 100%; box-sizing: border-box; }
.tc {
  background: var(--bg); border: 1px solid var(--border);
  border-top: 3px solid var(--red); border-radius: 10px;
  padding: 28px 30px; display: flex; flex-direction: column;
  transition: box-shadow .3s, transform .3s;
}
.tc:hover { box-shadow: 0 12px 40px rgba(196,22,26,.08); transform: translateY(-4px); }
.tc-quote { font-family: var(--ff-h); font-size: 64px; color: var(--red); opacity: .15; line-height: .7; margin-bottom: 10px; }
.tc-text { font-size: 14.5px; color: var(--muted); line-height: 1.85; font-style: italic; flex: 1; margin-bottom: 20px; }
.tc-author { display: flex; align-items: center; gap: 12px; }
.tc-avatar {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--red); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--ff-s); font-size: 14px; font-weight: 800; flex-shrink: 0;
  overflow: hidden; border: 2px solid var(--border);
}
.tc-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tc-name { font-family: var(--ff-s); font-size: 13.5px; font-weight: 700; color: var(--black); }
.tc-role { font-size: 11.5px; color: var(--gray-lt); margin-top: 1px; }
.swt .swiper-pagination-bullet { width: 8px !important; height: 8px !important; background: var(--border-dk) !important; opacity: 1 !important; transition: all .3s !important; }
.swt .swiper-pagination-bullet-active { background: var(--red) !important; width: 26px !important; border-radius: 4px !important; }

/* ═══ PARTNERS ═══ */
#partners {
  background: #f9f9f9;
  padding: 72px 0 80px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  position: relative; overflow: hidden;
}
.partners-inner { max-width: 1300px; margin: 0 auto; padding: 0 48px; }
.partners-header { text-align: center; margin-bottom: 52px; }
.partners-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--ff-s); font-size: 10.5px; font-weight: 700;
  letter-spacing: .24em; text-transform: uppercase; color: var(--red);
  margin-bottom: 10px;
}
.partners-eyebrow::before, .partners-eyebrow::after {
  content: ''; width: 28px; height: 1px; background: var(--red);
}
.partners-title {
  font-family: 'Syne', sans-serif; font-size: clamp(26px, 3vw, 40px);
  font-weight: 800; color: var(--black); letter-spacing: -.02em;
}
.partners-title span { color: var(--red); }
.partners-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}
.partner-card {
  background: #fff;
  padding: 24px 20px;
  display: flex; align-items: center; justify-content: center;
  min-height: 100px;
  transition: background .25s, transform .25s;
  position: relative; overflow: hidden;
}
.partner-card::after {
  content: ''; position: absolute;
  bottom: 0; left: 0; right: 0; height: 2px;
  background: var(--red); transform: scaleX(0); transform-origin: left;
  transition: transform .3s var(--ease);
}
.partner-card:hover { background: var(--red-pale); transform: scale(1.02); z-index: 1; }
.partner-card:hover::after { transform: scaleX(1); }
.partner-card img {
  max-height: 56px; max-width: 130px;
  width: auto; object-fit: contain;
  transition: filter .3s;
}
.partner-card:hover img { filter: brightness(1.05); }
.partner-card .partner-fallback {
  font-family: 'Syne', sans-serif; font-size: 13px; font-weight: 700;
  color: var(--gray); text-align: center; line-height: 1.3;
}
@media(max-width:900px)  { .partners-grid { grid-template-columns: repeat(3,1fr); } }
@media(max-width:560px)  { .partners-grid { grid-template-columns: repeat(2,1fr); } .partners-inner { padding: 0 18px; } }

/* ═══ CTA STRIP ═══ */
#cta-strip {
  background: var(--red); padding: 56px 0; position: relative; overflow: hidden;
}
#cta-strip::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.06) 1px, transparent 0);
  background-size: 30px 30px;
}
.cta-strip-inner {
  max-width: 1300px; margin: 0 auto; padding: 0 40px;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 24px; position: relative;
}
.cta-strip-text h2 { font-family: var(--ff-h); font-size: clamp(28px,4vw,50px); color: #fff; line-height: .95; letter-spacing: .03em; }
.cta-strip-text p { font-size: 14px; color: rgba(255,255,255,.7); margin-top: 8px; line-height: 1.65; max-width: 440px; }
.cta-strip-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.btn-white { display: inline-flex; align-items: center; gap: 8px; background: #fff; color: var(--red); font-family: var(--ff-s); font-size: 12.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; padding: 14px 28px; border-radius: 6px; border: 1.5px solid #fff; transition: all .28s var(--easeb); }
.btn-white:hover { background: transparent; color: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.btn-wout { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: rgba(255,255,255,.8); font-family: var(--ff-s); font-size: 12.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 13px 24px; border-radius: 6px; border: 1.5px solid rgba(255,255,255,.4); transition: all .28s; }
.btn-wout:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,.08); }

/* ═══ MAP + CONTACT ═══ */
#contact { background: var(--bg); }
.contact-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: start; }
.map-wrap { border-radius: 12px; overflow: hidden; border: 1px solid var(--border); box-shadow: var(--sblk); position: relative; }
.map-wrap iframe { display: block; width: 100%; height: 420px; border: none; }
.map-badge {
  position: absolute; bottom: 16px; left: 16px;
  background: var(--black); color: #fff;
  padding: 10px 16px; border-radius: 8px;
  display: flex; align-items: center; gap: 10px;
  border: 1px solid #333; box-shadow: var(--sblk);
}
.map-badge i { color: var(--red); font-size: 15px; }
.map-badge strong { display: block; font-family: var(--ff-s); font-size: 13px; font-weight: 700; }
.map-badge span { font-size: 11px; color: rgba(255,255,255,.4); }
.contact-details { display: flex; flex-direction: column; gap: 0; }
.contact-card {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 22px 0; border-bottom: 1px solid var(--border);
}
.contact-card:last-of-type { border-bottom: none; }
.contact-icon {
  width: 44px; height: 44px; border-radius: 10px; flex-shrink: 0;
  background: var(--red-pale); border: 1px solid rgba(196,22,26,.18);
  display: flex; align-items: center; justify-content: center;
  color: var(--red); font-size: 17px; margin-top: 2px;
}
.contact-lbl { font-family: var(--ff-s); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gray-lt); margin-bottom: 5px; }
.contact-val { font-size: 14px; color: var(--black); line-height: 1.7; font-weight: 500; }
.contact-val a { color: var(--black); transition: color .2s; }
.contact-val a:hover { color: var(--red); }
.contact-form { margin-top: 28px; }
.cf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-field { display: flex; flex-direction: column; gap: 5px; }
.form-field.full { grid-column: span 2; }
.form-label { font-family: var(--ff-s); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gray); }
.form-input, .form-select, .form-textarea {
  background: var(--off); border: 1.5px solid var(--border);
  border-radius: 6px; color: var(--black);
  font-family: var(--ff-b); font-size: 13.5px;
  padding: 11px 14px; outline: none; width: 100%;
  transition: border-color .22s, background .22s;
}
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--red); background: var(--bg); box-shadow: 0 0 0 3px rgba(196,22,26,.07); }
.form-input.error, .form-select.error, .form-textarea.error { border-color: #e11d48 !important; background: #fff5f5 !important; box-shadow: 0 0 0 3px rgba(225,29,72,.1) !important; }
.form-textarea { resize: vertical; min-height: 80px; }
.form-select option { background: #fff; }
.form-submit { margin-top: 4px; }
.field-err { font-size: 11.5px; color: #e11d48; font-family: var(--ff-s); font-weight: 600; margin-top: 4px; display: block; }
.enq-input.error, .enq-textarea.error { border-color: #ff4d6d !important; background: rgba(255,77,109,.08) !important; box-shadow: 0 0 0 3px rgba(255,77,109,.15) !important; }
.enq-field-err { font-size: 11.5px; color: #ff8fa3; font-family: var(--ff-s); font-weight: 600; margin-top: 4px; display: block; }

/* ═══ FOOTER ═══ */
#footer { background: var(--black); padding: 8px 0 0; }
#footer::before { content: ''; display: block; height: 3px; background: linear-gradient(90deg, var(--red), #ff4444, var(--red)); }
.footer-inner { max-width: 1300px; margin: 0 auto; padding: 0 40px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 40px; padding: 60px 0 40px; border-bottom: 1px solid #222; }
.footer-logo-wrap { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.fl-img { height: 100px; width: auto; object-fit: contain; background: #fff; padding: 8px 16px; border-radius: 8px; }
.footer-name { font-family: var(--ff-h); font-size: 28px; letter-spacing: .04em; color: #fff; }
.footer-name span { color: var(--red); }
.footer-tagline { font-family: var(--ff-s); font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.65); margin-top: 2px; }
.footer-iso { display: inline-flex; align-items: center; gap: 7px; background: rgba(16,185,129,.12); border: 1px solid rgba(16,185,129,.35); color: rgba(16,185,129,1); padding: 6px 14px; border-radius: 4px; font-family: var(--ff-s); font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 14px; }
.footer-desc { font-size: 14px; color: rgba(255,255,255,.65); line-height: 1.88; max-width: 280px; margin-bottom: 16px; }
.footer-social { display: flex; gap: 7px; }
.fsoc { width: 34px; height: 34px; border-radius: 8px; border: none; display: flex; align-items: center; justify-content: center; font-size: 15px; transition: transform .2s, box-shadow .2s; box-shadow: 0 2px 8px rgba(0,0,0,.25); color: #fff; }
.fsoc:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,.35); }
.fsoc:has(.fa-facebook-f)  { background: #1877F2; }
.fsoc:has(.fa-whatsapp)    { background: #25D366; }
.fsoc:has(.fa-youtube)     { background: #FF0000; }
.fsoc:has(.fa-instagram)   { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.fsoc:has(.fa-twitter), .fsoc:has(.fa-x-twitter) { background: #000; }
.fsoc:has(.fa-linkedin-in) { background: #0A66C2; }
.footer-col-title { font-family: var(--ff-s); font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.75); margin-bottom: 18px; padding-bottom: 10px; border-bottom: 1px solid #333; }
.footer-links { display: flex; flex-direction: column; gap: 9px; }
.footer-links a { font-size: 14px; color: rgba(255,255,255,.65); transition: all .2s; display: flex; align-items: center; gap: 6px; font-family: var(--ff-s); }
.footer-links a i { color: var(--red); font-size: 9px; }
.footer-links a:hover { color: #fff; padding-left: 4px; }
.footer-contact { display: flex; flex-direction: column; gap: 13px; }
.fci { display: flex; gap: 10px; align-items: flex-start; }
.fci-icon { width: 30px; height: 30px; border-radius: 5px; background: rgba(196,22,26,.15); border: 1px solid rgba(196,22,26,.35); display: flex; align-items: center; justify-content: center; color: var(--red); font-size: 12px; flex-shrink: 0; margin-top: 2px; }
.fci p { font-size: 14px; color: rgba(255,255,255,.7); line-height: 1.7; font-family: var(--ff-s); }
.fci a { color: var(--red); transition: color .2s; }
.fci a:hover { color: #ff6666; }
.footer-visitor { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; padding: 8px 14px; background: rgba(196,22,26,.12); border: 1px solid rgba(196,22,26,.4); border-radius: 6px; font-family: var(--ff-s); font-size: 14px; color: rgba(255,255,255,.85); }
.footer-visitor svg, .footer-visitor i { color: var(--red); font-size: 14px; }
.footer-visitor strong { color: #fff; font-weight: 700; }
.footer-bottom { padding: 18px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 12.5px; color: rgba(255,255,255,.5); font-family: var(--ff-s); }
.footer-bottom .hl { color: rgba(255,255,255,.75); }
.footer-bottom .rl { color: var(--red); }

/* ═══ RESPONSIVE ═══ */
@media(max-width:1100px) {
  .identity-inner, .nav-inner, .sec-inner, .cta-strip-inner, .footer-inner { padding: 0 28px; }
  #hero { flex-direction: column-reverse; min-height: auto; }
  .hero-wm { display: none; }
  .hero-vbar { display: none; }
  .hero-left { width: 100%; padding: 60px 0 40px; }
  .hero-left-inner { padding: 0 28px; max-width: 100%; }
  .hero-right { width: 100%; min-height: 300px; clip-path: none; border-bottom: 3px solid var(--red); }
  .hero-right-content { flex-direction: row; flex-wrap: wrap; padding: 36px 28px; gap: 0; justify-content: space-between; }
  .hero-metric { width: 30%; padding: 16px 0; border-bottom: none; border-top: none; border-right: 1px solid rgba(255,255,255,.07); }
  .hero-metric:last-child { border-right: none; }
  .hm-num { font-size: 36px; }
  .about-layout { grid-template-columns: 1fr; gap: 48px; }
  .abn-num { font-size: 60px; min-width: 120px; }
  .calc-layout { grid-template-columns: 1fr; gap: 36px; }
  .why-top { grid-template-columns: 1fr; gap: 36px; }
  .why-left-sticky { position: static; }
  .contact-layout { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .nav-links { display: none !important; } .nav-cta { display: none !important; }
  .ham { display: flex !important; }
}
@media(max-width:768px) {
  .id-topbar-inner { padding: 0 28px; }
  .id-topbar-left span:nth-child(n+5) { display: none; }
  .identity-inner { padding: 0 28px; gap: 20px; }
  .id-sub { font-size: 18px; }
  .id-sep { display: none; }
  .hero-left-inner { padding: 0 18px; }
  .hero-right-content { flex-direction: row; flex-wrap: wrap; }
  .hero-metric { width: 48%; border-right: none; }
  .hm-num { font-size: 30px; }
  .sec-inner { padding: 0 18px; }
  .sec { padding: 64px 0; }
  .about-numbers { gap: 0; }
  .abn-num { font-size: 50px; min-width: 100px; }
  .prod-grid { grid-template-columns: 1fr; }
  .filter-tabs { gap: 5px; }
  .why-features { grid-template-columns: 1fr; }
  .cta-strip-inner { padding: 0 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-inner { padding: 0 18px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .cf-grid { grid-template-columns: 1fr; }
  .cf-grid .form-field.full { grid-column: span 1; }
  .contact-layout { gap: 28px; }
  .crb-row { grid-template-columns: 1fr 1fr; }
}
@media(max-width:600px) {
  .id-topbar { display: none; }
  .id-main { padding: 14px 0; }
  .identity-inner { padding: 0 18px; flex-wrap: wrap; gap: 16px; }
  .id-brand { gap: 14px; }
  .id-logo { height: 70px; }
  .id-sub { font-size: 14px; }
  .id-tagline { font-size: 9px; }
  .id-contact { display: none; }
  .nav-inner { padding: 0 18px; }
}
@media(max-width:480px) {
  .hero-h1 { font-size: clamp(32px, 9vw, 44px); }
  .hero-h1 .outline, .hero-h1 .red { white-space: normal; }
  .hero-h1 .small-line { font-size: clamp(18px, 5vw, 26px); white-space: normal; }
  .hero-btns { flex-direction: column; }
  .btn-primary, .btn-outline { width: 100%; justify-content: center; }
  .hero-stats { flex-direction: column; gap: 16px; }
  .hs-item + .hs-item { border-left: none; border-top: 1px solid var(--border); padding-left: 0; padding-top: 16px; }
  .cta-strip-btns { flex-direction: column; }
  .btn-white, .btn-wout { width: 100%; justify-content: center; }
  .products-header { flex-direction: column; align-items: flex-start; }
  .abn-item { flex-direction: column; gap: 4px; }
  .abn-num { text-align: left; font-size: 48px; }
  .cf-row { grid-template-columns: 1fr; }
  .prod-grid { grid-template-columns: 1fr; }
  #btt { bottom: 18px; right: 18px; width: 40px; height: 40px; }
}