:root {
  --red: #e30613;
  --red-dark: #b8050f;
  --red-light: #ffe5e7;
  --ink: #0b1220;
  --ink-2: #1d2433;
  --muted: #5b6478;
  --line: #e7eaf0;
  --bg: #ffffff;
  --bg-soft: #f7f8fc;
  --cream: #fdf9f4;
  --gold: #c89f5b;
  --font-corporate: "Inter", system-ui, sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-corporate);
  background: var(--bg);
  color: var(--ink-2);
  line-height: 1.6;
  overflow-x: hidden;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}
section{
  padding: 100px 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font-corporate);
  color: var(--ink);
  letter-spacing: -0.02em;
  font-weight: 700;
}
.display-num {
  font-family: var(--font-corporate);
  font-weight: 700;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}
.container-xl {
  max-width: 1320px;
}
.announce {
  background: var(--ink);
  color: #fff;
  padding: 10px 0;
  font-size: 13px;
  letter-spacing: 0.3px;
}
.announce i {
  color: var(--red);
  margin-right: 6px;
}
.announce a {
  color: #fff;
}
.announce a:hover {
  color: var(--red);
}
.navbar-kj {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
  transition: all 0.4s;
}
.navbar-kj.scrolled {
  padding: 10px 0;
  box-shadow: 0 10px 40px rgba(11, 18, 32, 0.06);
}
.brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-logo .dealer-brand-badge {
  width: 108px;
  height: auto;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 6px 10px;
  box-shadow: 0 8px 20px rgba(11, 18, 32, 0.08);
}
.brand-logo .mark {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--font-corporate);
  font-weight: 800;
  font-size: 22px;
  box-shadow: 0 8px 20px rgba(227, 6, 19, 0.25);
}
.brand-logo .name {
  font-family: var(--font-corporate);
  font-weight: 700;
  color: var(--ink);
  font-size: 20px;
  line-height: 1;
}
.brand-logo .name span {
  display: block;
  font-family: var(--font-corporate);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 3px;
  color: var(--red);
  text-transform: uppercase;
  margin-top: 4px;
}
.navbar-kj .nav-link {
  color: var(--ink) !important;
  font-weight: 500;
  font-size: 14.5px;
  padding: 8px 16px !important;
  position: relative;
  transition: 0.3s;
}
.navbar-kj .nav-link:hover {
  color: var(--red) !important;
}
.navbar-kj .nav-link.active {
  color: var(--red) !important;
} 
.navbar-kj .nav-cta{
  background: var(--ink);
  color: #fff !important;
  padding: 12px 24px !important;
  border-radius: 50px;
  font-size: 13px !important;
  letter-spacing: 0.5px !important;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.navbar-kj .nav-cta:hover {
  background: var(--red);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(227, 6, 19, 0.3);
}
.btn-rx {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 60px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  border: 2px solid transparent;
  cursor: pointer;
  letter-spacing: 0.2px;
}
.btn-red {
  background: var(--red);
  color: #fff;
  box-shadow: 0 14px 30px rgba(227, 6, 19, 0.28);
}
.btn-red:hover {
  background: var(--red-dark);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(227, 6, 19, 0.4);
}
.btn-dark {
  background: var(--ink);
  color: #fff;
}
.btn-dark:hover {
  background: var(--red);
  color: #fff;
  transform: translateY(-3px);
}
.btn-whats {
  background: #25d366;
  color: #fff;
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.25);
}
.btn-whats:hover {
  background: #1fb557;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(37, 211, 102, 0.35);
}
.btn-outline-rx {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}
.btn-outline-rx:hover {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: url('image/all-about.webp') center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 90px 0 60px;
}
.hero-video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.55) saturate(1.1);
}
.hero-video-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(255, 255, 255, 0.85) 42%,
    rgba(255, 255, 255, 0.2) 62%,
    rgba(11, 18, 32, 0.1) 100%
  );
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--line);
  padding: 8px 18px;
  border-radius: 60px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--ink);
  box-shadow: 0 6px 16px rgba(11, 18, 32, 0.06);
  margin-bottom: 28px;
}
.hero-pill .dot {
  width: 8px;
  height: 8px;
  background: var(--red);
  border-radius: 50%;
  animation: pulseDot 1.6s infinite;
}
@keyframes pulseDot {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.4);
  }
}
.hero h1 {
  font-size: clamp(2.6rem, 6.2vw, 5.4rem);
  line-height: 1;
  margin-bottom: 22px;
  color: var(--ink);
}
.hero h1 .accent {
  color: var(--red);
  font-style: italic;
  font-family: var(--font-corporate);
  font-weight: 600;
}
.hero h1 .underline {
  position: relative;
  display: inline-block;
}
.hero h1 .underline:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 14px;
  background: var(--red-light);
  z-index: -1;
}
.hero .lead {
  font-size: 1.15rem;
  color: var(--muted);
  margin-bottom: 40px;
  max-width: 560px;
  font-weight: 400;
}
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 56px;
}
.hero-stats {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
  padding-top: 30px;
  max-width: 600px;
}
.hero-stats .s .n {
  font-family: var(--font-corporate);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--red);
  line-height: 1;
}
.hero-stats .s .l {
  font-size: 12.5px;
  color: var(--muted);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 6px;
}
.hero-float-card {
  position: absolute;
  right: 4%;
  top: 18%;
  background: #fff;
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 30px 80px rgba(11, 18, 32, 0.15);
  z-index: 3;
  width: 280px;
  transform: rotate(-2deg);
  border: 1px solid var(--line);
}
.hero-float-card img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 12px;
}
.hero-float-card .cap {
  font-size: 11px;
  letter-spacing: 2px;
  color: var(--red);
  text-transform: uppercase;
  font-weight: 600;
}
.hero-float-card h5 {
  font-family: var(--font-corporate);
  margin: 4px 0 0;
  font-size: 17px;
}
.hero-float-2 {
  position: absolute;
  right: 18%;
  bottom: 12%;
  background: var(--ink);
  color: #fff;
  border-radius: 20px;
  padding: 22px 26px;
  z-index: 3;
  box-shadow: 0 20px 50px rgba(11, 18, 32, 0.25);
  transform: rotate(3deg);
}
.hero-float-2 .num {
  font-family: var(--font-corporate);
  font-size: 2.2rem;
  color: #fff;
  line-height: 1;
}
.hero-float-2 .txt {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  opacity: 0.7;
  margin-top: 6px;
}
.section-title {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1.08;
  margin-bottom: 22px;
}
.section-title .ital {
  font-style: italic;
  color: var(--red);
  font-weight: 600;
}
.about {
  background: var(--bg-soft);
  position: relative;
  overflow: hidden;
  padding: 100px 0px;
}
.about:before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(227, 6, 19, 0.05) 0%, #d100001f 70%);
}
.about-img-stack {
  position: relative;
}
.about-img-stack .main {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(11, 18, 32, 0.15);
  position: relative;
}
.about-img-stack .main img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.about-img-stack .secondary {
  position: absolute;
  bottom: -40px;
  left: 40px;
  width: 55%;
  border-radius: 20px;
  overflow: hidden;
  border: 8px solid #fff;
  box-shadow: 0 30px 60px rgba(11, 18, 32, 0.18);
}
.about-img-stack .secondary img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.exp-chip {
  position: absolute;
  top: -30px;
  left: -30px;
  background: var(--red);
  color: #fff;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 40px rgba(227, 6, 19, 0.4);
  z-index: 3;
}
.exp-chip .num {
  font-family: var(--font-corporate);
  font-size: 2.8rem;
  line-height: 1;
}
.exp-chip .lab {
  font-size: 10.5px;
  letter-spacing: 2px;
  margin-top: 4px;
  text-transform: uppercase;
  opacity: 0.9;
}
.feature-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.feature-row:last-child {
  border-bottom: none;
}
.feature-row .ic {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  background: var(--red-light);
  color: var(--red);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: 0.3s;
}
.feature-row:hover .ic {
  background: var(--red);
  color: #fff;
  transform: rotate(-6deg);
}
.feature-row h5 {
  margin: 0 0 4px;
  font-size: 17px;
}
.feature-row p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.sml-brand {
  background: var(--ink);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.sml-brand h2,
.sml-brand h3,
.sml-brand h4 {
  color: #fff;
}
.sml-brand .eyebrow {
  color: var(--red);
}
.sml-brand .eyebrow:before {
  background: var(--red);
}
.sml-brand .lead {
  color: rgba(255, 255, 255, 0.7);
}
.brand-video {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.4);
  aspect-ratio: 16/10;
}
.brand-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand-video .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 40%, rgba(227, 6, 19, 0.25));
  pointer-events: none;
}
.brand-video .play-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
.brand-video .play-tag .live-dot {
  width: 8px;
  height: 8px;
  background: var(--red);
  border-radius: 50%;
  animation: pulseDot 1.5s infinite;
}
.brand-pillar {
  padding: 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  transition: 0.4s;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.brand-pillar:hover {
  background: var(--red);
  border-color: var(--red);
  transform: translateY(-6px);
}
.brand-pillar:hover p {
  color: rgba(255, 255, 255, 0.9);
}
.brand-pillar i {
  font-size: 2rem;
  color: var(--red);
  margin-bottom: 16px;
  transition: 0.3s;
}
.brand-pillar:hover i {
  color: #fff;
}
.brand-pillar h4 {
  font-size: 19px;
  margin-bottom: 8px;
}
.brand-pillar p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13.5px;
  margin: 0;
  line-height: 1.6;
}
.products {
  background: var(--bg);
  position: relative;
}
.products-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 60px;
}
.products-tabs {
  display: flex;
  gap: 10px;
  background: var(--bg-soft);
  padding: 6px;
  border-radius: 60px;
}
.products-tabs button {
  background: transparent;
  border: none;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  color: var(--muted);
  cursor: pointer;
  transition: 0.3s;
}
.products-tabs button.active {
  background: var(--ink);
  color: #fff;
}
.p-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(11, 18, 32, 0.06);
  transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  height: 100%;
  border: 1px solid var(--line);
  position: relative;
}
.p-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 40px 80px rgba(11, 18, 32, 0.18);
  border-color: transparent;
}
.p-card .p-img {
  height: 260px;
  overflow: hidden;
  background: linear-gradient(135deg, #f4f6fa 0%, #e6eaf2 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-card .p-img img {
  width: 100%;
  height: 100%;
    object-fit: cover;
    padding: 0;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.p-card:hover .p-img img {
  transform: scale(1.08) translateX(8px);
}
.p-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #fff;
  color: var(--ink);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 10.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.p-new {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--red);
  color: #fff;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 10.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
}
.p-body {
  padding: 28px;
}
.p-body h3 {
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.p-body .p-cat {
  color: var(--red);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.p-body p {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 20px;
  min-height: 42px;
}
.p-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 20px;
}
.p-specs div {
  text-align: center;
}
.p-specs strong {
  display: block;
  font-family: var(--font-corporate);
  font-size: 1.2rem;
  color: var(--ink);
  font-weight: 700;
}
.p-specs span {
  font-size: 11px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.p-actions {
  display: flex;
  gap: 10px;
}
.p-actions .btn-sm {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  transition: 0.3s;
  border: 2px solid var(--line);
  color: var(--ink);
  background: #fff;
}
.p-actions .btn-sm.primary::before {
  content: "\f095";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.p-actions .btn-sm.whats::before {
  content: "\f232";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.p-actions .btn-sm.primary {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.p-actions .btn-sm.primary:hover {
  background: var(--red);
  border-color: var(--red);
}
.p-actions .btn-sm:hover {
  border-color: var(--ink);
}
.p-actions .btn-sm.whats {
  background: #25d366;
  color: #fff;
  border-color: #25d366;
}
.p-actions .btn-sm.whats:hover {
  background: #1fb557;
}
.why {
  background: var(--bg-soft);
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.why-card {
  background: #fff;
  padding: 36px 30px;
  border-radius: 20px;
  border: 1px solid var(--line);
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
}
.why-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--red), var(--red-dark));
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.4s;
}
.why-card:hover:before {
  transform: scaleX(1);
}
.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(11, 18, 32, 0.1);
}
.why-card .ic-lg {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: var(--red-light);
  color: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 22px;
  transition: 0.3s;
}
.why-card:hover .ic-lg {
  background: var(--red);
  color: #fff;
  transform: rotate(-8deg) scale(1.1);
}
.why-card h4 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.why-card p {
  color: var(--muted);
  font-size: 14.5px;
  margin: 0;
}
.services {
  background: var(--bg);
}
.srv-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.srv-card {
  display: flex;
  gap: 22px;
  padding: 32px;
  background: linear-gradient(135deg, var(--cream) 0%, #fff 100%);
  border: 1px solid var(--line);
  border-radius: 24px;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}
.srv-card:hover {
  background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
  color: #fff;
  border-color: var(--red);
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(227, 6, 19, 0.25);
}
.srv-card:hover h4,
.srv-card:hover p {
  color: #fff;
}
.srv-card:hover .srv-ic {
  background: #fff;
  color: var(--red);
}
.srv-ic {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: var(--ink);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: 0.3s;
}
.srv-card h4 {
  margin-bottom: 8px;
  font-size: 1.3rem;
}
.srv-card p {
  color: var(--muted);
  font-size: 14.5px;
  margin: 0;
  transition: 0.3s;
}
.trust-strip {
  background: linear-gradient(115deg, var(--red) 0%, var(--red-dark) 100%);
  color: #fff;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
.trust-strip:after {
  content: "";
  position: absolute;
  top: -150px;
  right: -150px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.12);
}
.trust-strip:before {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 10%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.08);
}
.trust-item {
  text-align: center;
}
.trust-item .tn {
  font-family: var(--font-corporate);
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.trust-item .tl {
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 10px;
  opacity: 0.85;
  font-weight: 500;
}
.gallery {
  background: var(--bg);
}
.gal-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 250px);
  gap: 16px;
}
.gal-item {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.gal-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.gal-item.gal-item-left-align img {
  object-position: left center;
}
.gal-item:hover img {
  transform: scale(1.1);
}
.gal-item .gal-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(11, 18, 32, 0.85), transparent);
  color: #fff;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.4s;
}
.gal-item:hover .gal-label {
  transform: translateY(0);
  opacity: 1;
}
.gal-item .gal-label h5 {
  color: #fff;
  margin: 0;
  font-size: 18px;
}
.gal-item .gal-label p {
  color: rgba(255, 255, 255, 0.8);
  margin: 4px 0 0;
  font-size: 13px;
}
.gal-item:nth-child(1) {
  grid-column: span 5;
  grid-row: span 2;
}
.gal-item:nth-child(2) {
  grid-column: span 4;
  grid-row: span 1;
}
.gal-item:nth-child(3) {
  grid-column: span 3;
  grid-row: span 1;
}
.gal-item:nth-child(4) {
  grid-column: span 3;
  grid-row: span 1;
}
.gal-item:nth-child(5) {
  grid-column: span 4;
  grid-row: span 1;
}
.contact {
  background: var(--bg-soft);
}
.addr-card {
  background: #fff;
  border-radius: 24px;
  padding: 38px;
  height: 100%;
  border: 1px solid var(--line);
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}
.addr-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(11, 18, 32, 0.1);
}
.addr-card .badge-top {
  display: inline-block;
  background: var(--red-light);
  color: var(--red);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
.addr-card.ho .badge-top {
  background: var(--ink);
  color: #fff;
}
.addr-card h3 {
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.addr-card .subtle {
  color: var(--muted);
  font-size: 13.5px;
  margin-bottom: 22px;
}
.addr-row {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px dashed var(--line);
}
.addr-row:last-child {
  border-bottom: none;
}
.addr-row .ic {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--bg-soft);
  color: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.addr-row .info {
  flex: 1;
}
.addr-row .info .lbl {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 3px;
}
.addr-row .info .val {
  color: var(--ink);
  font-weight: 500;
  font-size: 14.5px;
}
.addr-row .info a:hover {
  color: var(--red);
}
.map-wrap {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 20px 50px rgba(11, 18, 32, 0.08);
}
.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 480px;
  border: none;
  display: block;
}
.cta-band {
  background: var(--ink);
  color: #fff;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.cta-band:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 80% 50%,
    rgba(227, 6, 19, 0.25),
    transparent 50%
  );
}
.cta-band h2 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.2rem);
}
.cta-band h2 em {
  color: var(--red);
  font-style: italic;
}
.cta-band p {
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
  margin: 0 auto 30px;
}
.footer {
  background: #0a0f1a;
  color: rgba(255, 255, 255, 0.65);
  padding: 80px 0 30px;
}
.footer h5 {
  color: #fff;
  font-family: var(--font-corporate);
  margin-bottom: 24px;
  font-size: 1.2rem;
}
.footer a {
  color: rgba(255, 255, 255, 0.65);
  display: block;
  padding: 5px 0;
  font-size: 14px;
  transition: 0.3s;
}
.footer a:hover {
  color: var(--red);
  transform: translateX(4px);
}
.footer .brand-logo .name {
  color: #fff;
}
.footer .small-addr {
  font-size: 13.5px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.55);
}
.footer .small-addr a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer .small-addr a i {
  width: 16px;
  text-align: center;
  color: var(--red);
}
.p-item {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 24px;
  margin-top: 50px;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
}
.sticky-actions {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.sticky-actions a {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  position: relative;
}
.sticky-actions a:hover {
  transform: scale(1.1);
}
.sticky-actions .call {
  background: var(--red);
  animation: ringPulse 2s infinite;
}
.sticky-actions .whats {
  background: #25d366;
  animation: ringPulseG 2s infinite;
  animation-delay: 1s;
}
.sticky-actions a .tip {
  position: absolute;
  right: 75px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--ink);
  color: #fff;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  font-weight: 600;
}
.sticky-actions a:hover .tip {
  opacity: 1;
}
@keyframes ringPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(227, 6, 19, 0.6);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(227, 6, 19, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(227, 6, 19, 0);
  }
}
@keyframes ringPulseG {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
.mbar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  background: #fff;
  border-top: 1px solid var(--line);
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.08);
  padding: 10px;
  gap: 10px;
}
.mbar a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.mbar a.c {
  background: var(--red);
}
.mbar a.w {
  background: #25d366;
}
@media (max-width: 1100px) {
  .hero-float-card,
  .hero-float-2 {
    display: none;
  }
}
@media (max-width: 991px) {
  .brand-logo .dealer-brand-badge {
    width: 92px;
    padding: 5px 8px;
  }
  .gal-grid {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 220px);
  }
  .gal-item:nth-child(1) {
    grid-column: span 6;
    grid-row: span 1;
  }
  .gal-item:nth-child(n) {
    grid-column: span 3;
    grid-row: span 1;
  }
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .srv-wrap {
    grid-template-columns: 1fr;
  }
  .section {
    padding: 80px 0;
  }
  .about-img-stack .secondary {
    display: none;
  }
  .exp-chip {
    width: 110px;
    height: 110px;
  }
  .exp-chip .num {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .brand-logo .dealer-brand-badge {
    display: block !important;
    width: 92px;
    padding: 5px 8px;
  }
  .mbar {
    display: flex;
  }
  .sticky-actions {
    bottom: 85px;
    right: 15px;
  }
  .sticky-actions a {
    width: 54px;
    height: 54px;
    font-size: 22px;
  }
  .body {
    padding-bottom: 70px;
  }
  .hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-ctas .btn-rx {
    justify-content: center;
  }
  .hero-stats {
    gap: 30px;
  }
  .hero-stats .s .n {
    font-size: 2rem;
  }
  .products-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .products-tabs {
    overflow-x: auto;
    width: 100%;
    flex-wrap: nowrap;
  }
  .products-tabs button {
    white-space: nowrap;
  }
  .why-grid {
    grid-template-columns: 1fr;
  }
  .announce {
    font-size: 11.5px;
    display: none;
  }
  .announce .d-none-m {
    display: none;
  }
    .hero-video-bg:after{
    background: linear-gradient(105deg, rgb(255 255 255 / 96%) 0%, rgba(255, 255, 255, 0.85) 42%, rgb(255 255 255 / 55%) 62%, rgba(11, 18, 32, 0.1) 100%);
  }
  .hero .lead, .hero-stats .s .l{
    color: #000000;
  }

}