body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #f5f7fb;
  color: #17202a;
  line-height: 1.6;
}

a {
  text-decoration: none;
}

.topbar {
  background: #101820;
  color: white;
  padding: 18px 6%;
}

.logo {
  font-size: 22px;
  font-weight: 800;
}

.topbar a {
  color: white;
  margin-right: 18px;
  font-weight: 600;
}

.hero {
  background: linear-gradient(135deg, #101820, #243b53);
  color: white;
  padding: 70px 6%;
}

.hero h1 {
  font-size: 48px;
  line-height: 1.1;
}

.kicker {
  color: #f7b733;
  font-weight: 800;
  text-transform: uppercase;
}

.btn {
  display: inline-block;
  background: #f7b733;
  color: #101820;
  padding: 14px 22px;
  border-radius: 8px;
  font-weight: 800;
  margin: 10px 8px 0 0;
}

.btn.secondary {
  background: transparent;
  color: white;
  border: 1px solid white;
}

.hero-card,
.card,
.product {
  background: white;
  color: #101820;
  border-radius: 18px;
  padding: 24px;
  margin-top: 20px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

.section {
  padding: 60px 6%;
}

.section h2 {
  font-size: 34px;
}

.grid-3,
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.product-img {
  background: linear-gradient(135deg, #f7b733, #dfe6ef);
  height: 220px;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 900;
}

.product-body {
  padding: 22px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.step {
  background: #101820;
  color: white;
  padding: 18px;
  border-radius: 10px;
  text-align: center;
}

.contact {
  background: #101820;
  color: white;
  padding: 60px 6%;
}

input,
textarea {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  padding: 14px;
  border-radius: 8px;
  border: none;
}

button {
  background: #f7b733;
  color: #101820;
  padding: 15px 24px;
  border: none;
  border-radius: 8px;
  font-weight: 900;
}

footer,
.footer {
  background: #070b0f;
  color: #aaa;
  text-align: center;
  padding: 24px;
}

@media (max-width: 800px) {
  .grid-3,
  .product-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 34px;
  }
}

/* ===== Beauty Step 1: Premium Hero & Header ===== */

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #f4f6f8;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 99;
  background: rgba(10, 18, 27, 0.96);
  padding: 22px 6%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.18);
}

.logo {
  font-size: 26px;
  letter-spacing: -0.5px;
}

.topbar nav {
  margin-top: 14px;
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}

.topbar nav a {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}

.topbar nav a:hover {
  color: #f7b733;
  border-bottom: 2px solid #f7b733;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  padding: 95px 6% 85px;
  background:
    radial-gradient(circle at 80% 20%, rgba(247,183,51,0.22), transparent 30%),
    radial-gradient(circle at 20% 90%, rgba(255,255,255,0.10), transparent 32%),
    linear-gradient(135deg, #0b1118 0%, #162636 55%, #23384d 100%);
}

.hero::after {
  content: "USED MACHINERY";
  position: absolute;
  right: -35px;
  bottom: 25px;
  font-size: 88px;
  font-weight: 900;
  color: rgba(255,255,255,0.04);
  letter-spacing: 3px;
  white-space: nowrap;
}

.hero > * {
  position: relative;
  z-index: 2;
}

.kicker {
  display: inline-block;
  color: #f7b733;
  background: rgba(247,183,51,0.12);
  border: 1px solid rgba(247,183,51,0.35);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 0.8px;
}

.hero h1 {
  max-width: 1000px;
  font-size: 64px;
  line-height: 1.05;
  letter-spacing: -2px;
  margin-top: 28px;
  margin-bottom: 28px;
}

.hero p {
  max-width: 980px;
  font-size: 22px;
  color: #dce6ef;
}

.btn {
  min-width: 230px;
  text-align: center;
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

.btn.primary {
  background: linear-gradient(135deg, #f7b733, #ffcc58);
}

.btn.secondary {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(8px);
}

.hero-card {
  margin-top: 34px;
  max-width: 980px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.5);
}

.hero-card h2 {
  font-size: 32px;
}

.hero-card li {
  margin-bottom: 8px;
  font-size: 18px;
}

@media (max-width: 800px) {
  .topbar {
    padding: 18px 6%;
  }

  .logo {
    font-size: 22px;
  }

  .topbar nav {
    gap: 14px;
  }

  .hero {
    min-height: auto;
    padding: 58px 6%;
  }

  .hero h1 {
    font-size: 38px;
    letter-spacing: -1px;
  }

  .hero p {
    font-size: 18px;
  }

  .hero::after {
    font-size: 42px;
    right: -20px;
    bottom: 12px;
  }

  .btn {
    width: 100%;
    min-width: auto;
  }
}


/* ===== Beauty Step 2: Cards & Product Section ===== */

.section {
  background: #f4f6f8;
  padding: 76px 6%;
}

.section.white {
  background: #ffffff;
}

.section h2 {
  font-size: 42px;
  line-height: 1.15;
  letter-spacing: -1px;
  color: #101820;
  margin-bottom: 22px;
}

.section p {
  color: #52606d;
  font-size: 17px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.card {
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  padding: 34px 30px;
  border: 1px solid #e6ebf1;
  box-shadow: 0 18px 42px rgba(16,24,32,0.08);
  transition: all 0.25s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 55px rgba(16,24,32,0.14);
}

.card h3 {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 12px;
  color: #101820;
}

.card::before {
  content: "";
  display: block;
  width: 54px;
  height: 6px;
  border-radius: 999px;
  background: #f7b733;
  margin-bottom: 22px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.product {
  background: #ffffff;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid #e6ebf1;
  box-shadow: 0 18px 42px rgba(16,24,32,0.09);
  transition: all 0.25s ease;
}

.product:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 65px rgba(16,24,32,0.16);
}

.product-img {
  height: 250px;
  background:
    linear-gradient(135deg, rgba(247,183,51,0.92), rgba(223,230,239,0.96)),
    #dfe6ef;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 900;
  color: #101820;
  padding: 26px;
}

.product-body {
  padding: 28px;
}

.product-body h3 {
  font-size: 25px;
  line-height: 1.2;
  margin: 0 0 14px;
  color: #101820;
}

.meta {
  margin-bottom: 16px;
}

.meta span {
  display: inline-block;
  background: #eef2f7;
  color: #344054;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  margin: 4px 4px 4px 0;
}

.product-body p {
  font-size: 16px;
  color: #52606d;
  margin-bottom: 18px;
}

.link {
  display: inline-block;
  color: #b87500;
  font-weight: 900;
  font-size: 16px;
}

.link:hover {
  color: #101820;
}

@media (max-width: 800px) {
  .section {
    padding: 52px 6%;
  }

  .section h2 {
    font-size: 32px;
  }

  .grid-3,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .card,
  .product-body {
    padding: 24px;
  }

  .product-img {
    height: 210px;
  }
}

/* ===== Beauty Step 3: Better Product Cards ===== */

.product-grid {
  margin-top: 34px;
}

.product {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e4e9f0;
  box-shadow: 0 20px 50px rgba(16,24,32,0.10);
}

.product-img {
  position: relative;
  height: 280px;
  background:
    linear-gradient(135deg, rgba(247,183,51,0.95), rgba(30,49,68,0.25)),
    #e2e8f0;
  color: #101820;
  font-size: 24px;
  font-weight: 900;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 28px;
}

.product-img::after {
  content: "PHOTO";
  position: absolute;
  right: 18px;
  bottom: 14px;
  font-size: 13px;
  letter-spacing: 2px;
  color: rgba(16,24,32,0.35);
}

.product-body {
  padding: 30px;
}

.product-body h3 {
  font-size: 27px;
  margin: 0 0 14px;
  color: #101820;
}

.meta {
  margin-bottom: 18px;
}

.meta span {
  background: #f1f5f9;
  color: #243b53;
  border: 1px solid #e2e8f0;
  font-size: 14px;
  font-weight: 800;
  padding: 7px 13px;
  border-radius: 999px;
}

.product-body p {
  color: #52606d;
  font-size: 17px;
  margin-bottom: 22px;
}

.product .link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #101820;
  color: #ffffff;
  padding: 13px 18px;
  border-radius: 10px;
  font-weight: 900;
}

.product .link:hover {
  background: #f7b733;
  color: #101820;
}

@media (max-width: 800px) {
  .product-img {
    height: 230px;
    font-size: 21px;
  }

  .product-body h3 {
    font-size: 24px;
  }

  .product .link {
    width: 100%;
  }
}

/* ===== Beauty Step 4: Fix Broken Product Images ===== */

.product > img {
  display: none;
}

.product::before {
  content: "USED EXCAVATOR PHOTO";
  height: 280px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(247,183,51,0.95), rgba(226,232,240,0.95)),
    #e2e8f0;
  color: #101820;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.product:nth-child(1)::before {
  content: "CAT 320D\A Used Excavator";
  white-space: pre-line;
}

.product:nth-child(2)::before {
  content: "Komatsu PC200\A Used Excavator";
  white-space: pre-line;
}

.product:nth-child(3)::before {
  content: "Hitachi ZX200\A Used Excavator";
  white-space: pre-line;
}

.product a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #101820;
  color: #ffffff !important;
  padding: 13px 20px;
  border-radius: 10px;
  font-weight: 900;
  margin-top: 10px;
}

.product a:hover {
  background: #f7b733;
  color: #101820 !important;
}

@media (max-width: 800px) {
  .product::before {
    height: 230px;
    font-size: 21px;
  }
}

/* ===== Beauty Step 5: Fix Header, Process and FAQ ===== */

/* 先取消顶部导航固定，避免滚动时挡住内容 */
.topbar {
  position: static !important;
  box-shadow: 0 12px 35px rgba(0,0,0,0.18);
}

/* Export Process 美化 */
.steps {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.step {
  position: relative;
  background: #ffffff;
  color: #101820;
  border: 1px solid #e4e9f0;
  border-radius: 18px;
  padding: 28px 16px;
  text-align: center;
  font-weight: 900;
  box-shadow: 0 14px 35px rgba(16,24,32,0.08);
}

.step::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #f7b733;
  box-shadow: 0 8px 18px rgba(247,183,51,0.35);
}

/* FAQ 美化 */
.faq {
  background: #ffffff;
}

.faq details {
  background: #f8fafc;
  border: 1px solid #e4e9f0;
  border-radius: 18px;
  padding: 22px 26px;
  margin-bottom: 16px;
  box-shadow: 0 12px 30px rgba(16,24,32,0.06);
}

.faq summary {
  font-size: 20px;
  color: #101820;
  font-weight: 900;
  cursor: pointer;
}

.faq p {
  margin-top: 14px;
  color: #52606d;
  font-size: 17px;
}

/* Contact 表单再美化一点 */
.contact {
  background:
    radial-gradient(circle at 80% 20%, rgba(247,183,51,0.13), transparent 28%),
    linear-gradient(135deg, #0b1118, #101820);
}

.contact h2 {
  color: #ffffff;
  font-size: 42px;
}

.contact p {
  color: #dce6ef;
  font-size: 18px;
}

input,
textarea {
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 10px 25px rgba(0,0,0,0.16);
}

button {
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(247,183,51,0.22);
}

button:hover {
  background: #ffcc58;
}

@media (max-width: 800px) {
  .steps {
    grid-template-columns: 1fr 1fr;
  }

  .step {
    padding: 22px 12px;
  }

  .faq summary {
    font-size: 18px;
  }

  .contact h2 {
    font-size: 30px;
  }
}


.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9999;
  background: #25d366;
  color: #fff;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 35px rgba(0,0,0,.25);
}

.whatsapp-float:hover {
  transform: translateY(-2px);
}

@media (max-width: 800px) {
  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    padding: 12px 16px;
    font-size: 14px;
  }
}

/* Global brand section */
.brand-intro {
  max-width: 920px;
  color: #52606d;
  font-size: 18px;
  line-height: 1.7;
  margin: 14px 0 28px;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.brand-chip {
  background: linear-gradient(145deg, #ffffff, #f5f8fb);
  border: 1px solid rgba(16, 24, 32, .08);
  border-radius: 18px;
  padding: 20px 18px;
  box-shadow: 0 14px 35px rgba(7, 11, 15, .07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.brand-chip:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 55px rgba(7, 11, 15, .13);
  border-color: rgba(247, 183, 51, .65);
}

.brand-chip strong {
  display: block;
  color: #101820;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.brand-chip span {
  display: block;
  color: #65717e;
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 1100px) {
  .brand-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .brand-chip {
    padding: 16px 14px;
    border-radius: 14px;
  }

  .brand-chip strong {
    font-size: 17px;
  }

  .brand-chip span {
    font-size: 13px;
  }

  .brand-intro {
    font-size: 16px;
  }
}

/* Hero trust points */
.hero-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 30px 0 8px;
  max-width: 1120px;
}

.hero-points div {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  padding: 18px 16px;
  backdrop-filter: blur(8px);
}

.hero-points strong {
  display: block;
  color: #ffffff;
  font-size: 17px;
  margin-bottom: 8px;
}

.hero-points span {
  display: block;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 1000px) {
  .hero-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .hero-points {
    grid-template-columns: 1fr;
  }
}

/* Better category navigation */
.site-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.site-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 16px;
  padding: 10px 14px;
  border-radius: 999px;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.site-nav a:hover {
  background: #f7b733;
  color: #101820;
  transform: translateY(-1px);
}

/* Equipment category section */
.equipment-categories {
  margin: 38px 0 54px;
  padding: 42px;
  border-radius: 28px;
  background: linear-gradient(145deg, #ffffff, #f7f9fc);
  border: 1px solid rgba(16, 24, 32, .08);
  box-shadow: 0 26px 70px rgba(7, 11, 15, .10);
}

.section-kicker {
  display: inline-block;
  background: #fff2c8;
  color: #7a4a00;
  font-weight: 900;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
  font-size: 14px;
}

.category-intro {
  max-width: 980px;
  color: #52606d;
  font-size: 18px;
  line-height: 1.75;
  margin: 14px 0 28px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.category-card {
  display: block;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(16, 24, 32, .08);
  border-radius: 20px;
  padding: 24px 20px;
  min-height: 230px;
  box-shadow: 0 16px 40px rgba(7, 11, 15, .07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 65px rgba(7, 11, 15, .14);
  border-color: rgba(247, 183, 51, .7);
}

.category-card strong {
  display: block;
  color: #101820;
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 14px;
}

.category-card p {
  color: #5c6875;
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 18px;
}

.category-card span {
  color: #101820;
  font-weight: 900;
  font-size: 14px;
}

@media (max-width: 1200px) {
  .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .site-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
  }

  .site-nav a {
    flex: 0 0 auto;
    font-size: 14px;
    padding: 9px 12px;
  }

  .equipment-categories {
    padding: 26px 18px;
    border-radius: 22px;
  }

  .category-grid {
    grid-template-columns: 1fr;
  }

  .category-card {
    min-height: auto;
  }
}

/* Animated navigation upgrade */
.site-nav {
  position: relative;
}

.site-nav a {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid transparent;
  transition: color .25s ease, transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.site-nav a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #f7b733, #ffcf5a);
  border-radius: 999px;
  transform: translateY(110%);
  transition: transform .28s ease;
  z-index: -1;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 4px;
  height: 2px;
  background: #f7b733;
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s ease;
}

.site-nav a:hover {
  color: #101820 !important;
  transform: translateY(-2px);
  border-color: rgba(247, 183, 51, .45);
  box-shadow: 0 12px 28px rgba(247, 183, 51, .18);
}

.site-nav a:hover::before {
  transform: translateY(0);
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.site-nav a.nav-active {
  background: #f7b733;
  color: #101820 !important;
  box-shadow: 0 12px 30px rgba(247, 183, 51, .22);
}

.site-nav a.nav-active::after {
  transform: scaleX(1);
  background: #101820;
}

@media (max-width: 800px) {
  .site-nav {
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav a {
    white-space: nowrap;
  }
}

/* Subpage layout */
.category-hero {
  background:
    radial-gradient(circle at 85% 35%, rgba(247, 183, 51, .18), transparent 32%),
    linear-gradient(135deg, #071018 0%, #132435 100%);
  color: #fff;
  padding: 86px 6% 70px;
}

.category-hero h1 {
  font-size: clamp(42px, 6vw, 82px);
  line-height: .98;
  letter-spacing: -2px;
  max-width: 980px;
  margin: 18px 0 24px;
}

.category-hero p {
  max-width: 980px;
  color: rgba(255,255,255,.78);
  font-size: 21px;
  line-height: 1.7;
}

.category-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.primary-btn,
.secondary-btn {
  display: inline-block;
  padding: 15px 24px;
  border-radius: 12px;
  font-weight: 900;
  text-decoration: none;
}

.primary-btn {
  background: #f7b733;
  color: #101820;
}

.secondary-btn {
  border: 1px solid rgba(255,255,255,.65);
  color: #fff;
}

.machine-type-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 15px;
  margin-top: 28px;
}

.machine-type-card {
  background: #fff;
  border: 1px solid rgba(16, 24, 32, .08);
  border-radius: 18px;
  padding: 20px 18px;
  font-weight: 900;
  color: #101820;
  box-shadow: 0 14px 35px rgba(7, 11, 15, .07);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.process-grid div {
  background: #fff;
  border: 1px solid rgba(16, 24, 32, .08);
  border-radius: 20px;
  padding: 24px 20px;
  box-shadow: 0 16px 40px rgba(7, 11, 15, .07);
}

.process-grid strong {
  display: block;
  font-size: 20px;
  color: #101820;
  margin-bottom: 10px;
}

.process-grid span {
  color: #5c6875;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .machine-type-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .category-hero {
    padding: 64px 6% 54px;
  }

  .machine-type-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .category-hero p {
    font-size: 17px;
  }
}

/* Homepage stock cards with real machine photos */
.stock-section {
  background: #f5f7fa;
}

.stock-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.stock-head h2 {
  margin-bottom: 10px;
}

.stock-head-btn {
  flex: 0 0 auto;
  background: #101820;
  color: #fff !important;
  padding: 15px 22px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 16px 38px rgba(7, 11, 15, .16);
}

.stock-head-btn:hover {
  background: #f7b733;
  color: #101820 !important;
}

.stock-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.stock-card {
  background: #fff;
  border: 1px solid rgba(16, 24, 32, .08);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 22px 55px rgba(7, 11, 15, .10);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.stock-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 34px 80px rgba(7, 11, 15, .16);
  border-color: rgba(247, 183, 51, .65);
}

.stock-img {
  height: 300px;
  background: #e9eef3;
  overflow: hidden;
}

.stock-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .35s ease;
}

.stock-card:hover .stock-img img {
  transform: scale(1.045);
}

.stock-body {
  padding: 24px 22px 26px;
}

.stock-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.stock-badges span {
  background: #fff2c8;
  color: #7a4a00;
  border: 1px solid rgba(247, 183, 51, .45);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 900;
}

.stock-card h3 {
  color: #101820;
  font-size: 25px;
  line-height: 1.25;
  margin: 0 0 12px;
}

.stock-card p {
  color: #5c6875;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

.stock-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.stock-actions a {
  display: inline-block;
  text-decoration: none;
  font-weight: 900;
  border-radius: 11px;
  padding: 12px 16px;
}

.stock-actions a:first-child {
  background: #101820;
  color: #fff !important;
}

.stock-actions a:last-child {
  background: #f7b733;
  color: #101820 !important;
}

@media (max-width: 1000px) {
  .stock-grid {
    grid-template-columns: 1fr;
  }

  .stock-img {
    height: 360px;
  }

  .stock-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .stock-img {
    height: 240px;
  }

  .stock-body {
    padding: 20px 18px 22px;
  }

  .stock-card h3 {
    font-size: 22px;
  }
}

/* WhatsApp chat widget */
.whatsapp-float {
  display: none !important;
}

.wa-floating-button {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9999;
  border: 0;
  background: #25d366;
  color: #fff;
  border-radius: 999px;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 18px 45px rgba(37, 211, 102, .38);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}

.wa-floating-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(37, 211, 102, .48);
}

.wa-pulse {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #fff;
  position: relative;
}

.wa-pulse::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,.65);
  animation: waPulse 1.5s infinite;
}

@keyframes waPulse {
  0% {
    transform: scale(.7);
    opacity: .9;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.wa-widget {
  position: fixed;
  right: 22px;
  bottom: 92px;
  width: 360px;
  max-width: calc(100vw - 32px);
  z-index: 9998;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 28px 90px rgba(7, 11, 15, .28);
  border: 1px solid rgba(16, 24, 32, .12);
  transform: translateY(18px) scale(.96);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}

.wa-widget.wa-open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.wa-widget-header {
  background: linear-gradient(135deg, #075e54, #128c7e);
  color: #fff;
  padding: 18px 18px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.wa-widget-header strong {
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
}

.wa-widget-header span {
  display: block;
  font-size: 13px;
  opacity: .86;
}

.wa-widget-close {
  border: 0;
  background: rgba(255,255,255,.15);
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.wa-widget-body {
  padding: 18px;
  background: #f4f7f5;
}

.wa-agent {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.wa-avatar {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 22px;
}

.wa-agent strong {
  display: block;
  color: #101820;
  font-size: 16px;
}

.wa-agent span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #52606d;
  font-size: 13px;
  margin-top: 3px;
}

.wa-agent i {
  width: 8px;
  height: 8px;
  background: #25d366;
  border-radius: 999px;
  display: inline-block;
}

.wa-message {
  background: #fff;
  color: #26323d;
  border-radius: 16px 16px 16px 4px;
  padding: 14px 15px;
  font-size: 15px;
  line-height: 1.6;
  box-shadow: 0 8px 24px rgba(7, 11, 15, .08);
  margin-bottom: 16px;
}

.wa-start-chat {
  display: block;
  text-align: center;
  background: #25d366;
  color: #fff !important;
  text-decoration: none;
  font-weight: 900;
  padding: 14px 18px;
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(37, 211, 102, .28);
}

.wa-start-chat:hover {
  background: #1ebe5d;
}

@media (max-width: 600px) {
  .wa-floating-button {
    right: 16px;
    bottom: 16px;
    padding: 14px 20px;
    font-size: 16px;
  }

  .wa-widget {
    right: 16px;
    bottom: 82px;
  }
}

/* Final compact header + WhatsApp widget fix */
.topbar {
  padding: 26px 6% 22px !important;
}

.topbar .container {
  max-width: 1320px;
  margin: 0 auto;
}

.topbar h2 {
  font-size: 30px !important;
  line-height: 1.15 !important;
  margin: 0 0 18px !important;
}

.site-nav {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;
  overflow-x: auto !important;
  padding-bottom: 4px !important;
  scrollbar-width: none !important;
}

.site-nav::-webkit-scrollbar {
  display: none !important;
}

.site-nav a {
  flex: 0 0 auto !important;
  font-size: 15px !important;
  padding: 9px 14px !important;
  border-radius: 999px !important;
  white-space: nowrap !important;
}

.site-nav a.nav-active {
  background: #f7b733 !important;
  color: #101820 !important;
  box-shadow: 0 10px 24px rgba(247,183,51,.24) !important;
}

.hero h1 {
  font-size: clamp(42px, 6.2vw, 78px) !important;
  line-height: 1.02 !important;
  max-width: 980px !important;
}

/* Compact WhatsApp chat */
.wa-floating-button {
  right: 20px !important;
  bottom: 20px !important;
  background: #25d366 !important;
  color: #fff !important;
  padding: 13px 19px !important;
  font-size: 16px !important;
  border-radius: 999px !important;
  box-shadow: 0 14px 36px rgba(37, 211, 102, .35) !important;
}

.wa-widget {
  width: 320px !important;
  right: 20px !important;
  bottom: 82px !important;
  border-radius: 18px !important;
}

.wa-widget-header {
  padding: 15px 16px !important;
}

.wa-widget-header strong {
  font-size: 17px !important;
}

.wa-widget-header span {
  font-size: 12px !important;
}

.wa-widget-body {
  padding: 15px !important;
}

.wa-avatar {
  width: 42px !important;
  height: 42px !important;
  font-size: 20px !important;
}

.wa-message {
  font-size: 14px !important;
  line-height: 1.55 !important;
  padding: 13px 14px !important;
}

.wa-start-chat {
  padding: 13px 16px !important;
  font-size: 15px !important;
  background: #25d366 !important;
  color: #fff !important;
}

@media (max-width: 900px) {
  .topbar {
    padding: 22px 5% 16px !important;
  }

  .topbar h2 {
    font-size: 26px !important;
  }

  .site-nav {
    gap: 8px !important;
  }

  .site-nav a {
    font-size: 14px !important;
    padding: 8px 12px !important;
  }

  .hero h1 {
    font-size: clamp(38px, 10vw, 62px) !important;
  }

  .wa-widget {
    width: 300px !important;
    right: 14px !important;
    bottom: 76px !important;
  }

  .wa-floating-button {
    right: 14px !important;
    bottom: 14px !important;
    padding: 12px 16px !important;
    font-size: 15px !important;
  }
}

@media (max-width: 520px) {
  .wa-widget {
    width: calc(100vw - 28px) !important;
    right: 14px !important;
  }

  .wa-floating-button span:last-child {
    display: none !important;
  }

  .wa-floating-button {
    width: 58px !important;
    height: 58px !important;
    padding: 0 !important;
    justify-content: center !important;
  }
}

/* WhatsApp close button final fix */
.wa-widget-close {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid rgba(255,255,255,.28) !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.14) !important;
  color: #ffffff !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  display: grid !important;
  place-items: center !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transform: none !important;
  transition: background .2s ease, transform .2s ease, border-color .2s ease !important;
}

.wa-widget-close:hover {
  background: rgba(255,255,255,.26) !important;
  border-color: rgba(255,255,255,.45) !important;
  transform: rotate(90deg) !important;
}

.wa-widget-close:active {
  transform: rotate(90deg) scale(.94) !important;
}

.wa-widget-header {
  align-items: flex-start !important;
}

@media (max-width: 600px) {
  .wa-widget-close {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    font-size: 21px !important;
  }
}

/* WhatsApp close button clean position fix */
.wa-widget-header {
  position: relative !important;
  padding: 18px 58px 18px 18px !important;
  align-items: center !important;
}

.wa-widget-header > div {
  max-width: 230px !important;
}

.wa-widget-close {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.12) !important;
  color: #ffffff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
  text-align: center !important;
  display: block !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transform: none !important;
  opacity: .92 !important;
  transition: background .2s ease, opacity .2s ease, border-color .2s ease !important;
}

.wa-widget-close:hover {
  background: rgba(255,255,255,.22) !important;
  border-color: rgba(255,255,255,.36) !important;
  opacity: 1 !important;
  transform: none !important;
}

.wa-widget-close:active {
  transform: scale(.94) !important;
}

@media (max-width: 600px) {
  .wa-widget-header {
    padding: 16px 54px 16px 16px !important;
  }

  .wa-widget-close {
    top: 16px !important;
    right: 16px !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    font-size: 21px !important;
    line-height: 26px !important;
  }
}

/* =========================================================
   PREMIUM GLOBAL DESIGN UPGRADE
   Used Construction Machinery Website
   ========================================================= */

:root {
  --dark: #0b1118;
  --dark-2: #111a24;
  --dark-3: #182331;
  --gold: #f7b733;
  --gold-2: #ffcf5a;
  --green: #25d366;
  --text: #111820;
  --muted: #5c6875;
  --line: rgba(16, 24, 32, .10);
  --soft: #f5f7fa;
  --white: #ffffff;
  --shadow-sm: 0 12px 32px rgba(7, 11, 15, .08);
  --shadow-md: 0 24px 65px rgba(7, 11, 15, .13);
  --shadow-lg: 0 36px 100px rgba(7, 11, 15, .18);
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 20% 5%, rgba(247,183,51,.08), transparent 30%),
    linear-gradient(180deg, #f7f9fc 0%, #eef2f6 100%) !important;
  color: var(--text) !important;
  letter-spacing: -.01em;
}

.container {
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Header premium */
.topbar {
  background:
    linear-gradient(135deg, rgba(11,17,24,.98), rgba(18,28,39,.98)) !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
  box-shadow: 0 18px 55px rgba(0,0,0,.22) !important;
}

.topbar h2 {
  color: #fff !important;
  letter-spacing: -.04em !important;
  font-weight: 950 !important;
}

.site-nav {
  border-radius: 18px !important;
}

.site-nav a {
  color: rgba(255,255,255,.92) !important;
  font-weight: 900 !important;
  letter-spacing: -.015em !important;
}

.site-nav a::before {
  background: linear-gradient(135deg, var(--gold), var(--gold-2)) !important;
}

.site-nav a.nav-active,
.site-nav a:hover {
  background: linear-gradient(135deg, var(--gold), var(--gold-2)) !important;
  color: var(--text) !important;
}

/* Homepage hero */
.hero,
.category-hero {
  position: relative !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 78% 25%, rgba(247,183,51,.22), transparent 30%),
    radial-gradient(circle at 35% 85%, rgba(37,211,102,.08), transparent 28%),
    linear-gradient(135deg, #071018 0%, #101b27 48%, #172333 100%) !important;
}

.hero::before,
.category-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.035) 1px, transparent 1px) !important;
  background-size: 80px 80px !important;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.65), transparent 78%) !important;
  pointer-events: none !important;
}

.hero > *,
.category-hero > * {
  position: relative !important;
  z-index: 1 !important;
}

.hero h1,
.category-hero h1 {
  color: #fff !important;
  font-weight: 950 !important;
  letter-spacing: -.065em !important;
  text-wrap: balance;
}

.hero p,
.category-hero p {
  color: rgba(255,255,255,.78) !important;
}

/* Section style */
.section {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}

.section h2,
.equipment-categories h2,
.stock-head h2 {
  color: var(--text) !important;
  font-size: clamp(34px, 4vw, 56px) !important;
  line-height: 1.02 !important;
  letter-spacing: -.055em !important;
  font-weight: 950 !important;
}

.category-intro,
.brand-intro {
  color: var(--muted) !important;
  font-size: 18px !important;
  line-height: 1.75 !important;
}

/* Premium kicker */
.section-kicker {
  background: linear-gradient(135deg, #fff4cf, #ffe29a) !important;
  color: #6e4500 !important;
  border: 1px solid rgba(247,183,51,.45) !important;
  box-shadow: 0 12px 28px rgba(247,183,51,.18) !important;
  font-weight: 950 !important;
  letter-spacing: .02em !important;
}

/* Premium cards */
.brand-chip,
.category-card,
.machine-type-card,
.process-grid div,
.stock-card,
.product-card,
.equipment-categories {
  border: 1px solid rgba(16,24,32,.08) !important;
  background:
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(248,250,252,.96)) !important;
  box-shadow: var(--shadow-sm) !important;
}

.brand-chip,
.category-card,
.machine-type-card,
.process-grid div,
.stock-card,
.product-card {
  position: relative !important;
  overflow: hidden !important;
}

.brand-chip::before,
.category-card::before,
.machine-type-card::before,
.process-grid div::before,
.stock-card::before,
.product-card::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 4px !important;
  background: linear-gradient(90deg, var(--gold), rgba(247,183,51,0)) !important;
  opacity: 0 !important;
  transition: opacity .25s ease !important;
}

.brand-chip:hover,
.category-card:hover,
.machine-type-card:hover,
.process-grid div:hover,
.stock-card:hover,
.product-card:hover {
  transform: translateY(-7px) !important;
  box-shadow: var(--shadow-md) !important;
  border-color: rgba(247,183,51,.55) !important;
}

.brand-chip:hover::before,
.category-card:hover::before,
.machine-type-card:hover::before,
.process-grid div:hover::before,
.stock-card:hover::before,
.product-card:hover::before {
  opacity: 1 !important;
}

.brand-chip strong,
.category-card strong,
.process-grid strong,
.machine-type-card,
.stock-card h3,
.product-card h3 {
  color: var(--text) !important;
  font-weight: 950 !important;
  letter-spacing: -.035em !important;
}

.brand-chip span,
.category-card p,
.process-grid span,
.stock-card p,
.product-card p {
  color: var(--muted) !important;
}

/* Image premium */
.stock-img,
.product-card img {
  background: linear-gradient(135deg, #e9eef3, #f8fafc) !important;
}

.stock-img img,
.product-card img {
  filter: saturate(1.04) contrast(1.03) !important;
}

/* Buttons */
.primary-btn,
.secondary-btn,
.stock-head-btn,
.stock-actions a,
.product-card a,
button[type="submit"] {
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease !important;
}

.primary-btn,
.stock-head-btn,
.stock-actions a:last-child,
button[type="submit"] {
  background: linear-gradient(135deg, var(--gold), var(--gold-2)) !important;
  color: var(--text) !important;
  box-shadow: 0 18px 42px rgba(247,183,51,.28) !important;
}

.primary-btn:hover,
.stock-head-btn:hover,
.stock-actions a:last-child:hover,
button[type="submit"]:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 26px 60px rgba(247,183,51,.36) !important;
}

.secondary-btn,
.stock-actions a:first-child,
.product-card a {
  background: var(--text) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.18) !important;
}

.secondary-btn:hover,
.stock-actions a:first-child:hover,
.product-card a:hover {
  transform: translateY(-3px) !important;
  background: #000 !important;
  box-shadow: 0 22px 50px rgba(7,11,15,.22) !important;
}

/* Category pages */
.category-hero {
  padding-top: 96px !important;
  padding-bottom: 86px !important;
}

.category-hero h1 {
  max-width: 1040px !important;
}

.machine-type-grid {
  gap: 18px !important;
}

.machine-type-card {
  min-height: 86px !important;
  display: flex !important;
  align-items: center !important;
  border-radius: 20px !important;
  font-size: 18px !important;
}

/* Contact form */
.contact-wrap {
  background: #fff !important;
  border: 1px solid rgba(16,24,32,.08) !important;
  border-radius: 28px !important;
  padding: 32px !important;
  box-shadow: var(--shadow-md) !important;
}

.contact-wrap input,
.contact-wrap textarea {
  border: 1px solid rgba(16,24,32,.12) !important;
  background: #f8fafc !important;
  border-radius: 14px !important;
  padding: 16px 18px !important;
  font-size: 16px !important;
  outline: none !important;
}

.contact-wrap input:focus,
.contact-wrap textarea:focus {
  border-color: rgba(247,183,51,.75) !important;
  box-shadow: 0 0 0 4px rgba(247,183,51,.14) !important;
  background: #fff !important;
}

/* WhatsApp widget refined */
.wa-widget {
  border: 1px solid rgba(255,255,255,.38) !important;
  box-shadow: 0 30px 90px rgba(7,11,15,.32) !important;
}

.wa-widget-header {
  background:
    radial-gradient(circle at 90% 15%, rgba(255,255,255,.18), transparent 30%),
    linear-gradient(135deg, #075e54, #12a085) !important;
}

.wa-floating-button {
  background: #25d366 !important;
  color: #fff !important;
}

/* Footer */
footer {
  background: #071018 !important;
  color: rgba(255,255,255,.72) !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
}

/* Responsive polish */
@media (max-width: 900px) {
  .section {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }

  .section h2,
  .equipment-categories h2,
  .stock-head h2 {
    font-size: clamp(30px, 8vw, 42px) !important;
  }

  .category-hero {
    padding-top: 68px !important;
    padding-bottom: 62px !important;
  }

  .category-hero h1 {
    letter-spacing: -.045em !important;
  }

  .brand-grid,
  .machine-type-grid,
  .process-grid,
  .stock-grid {
    gap: 14px !important;
  }
}

@media (max-width: 560px) {
  .topbar h2 {
    font-size: 24px !important;
  }

  .site-nav a {
    font-size: 14px !important;
  }

  .category-intro,
  .brand-intro {
    font-size: 16px !important;
  }

  .contact-wrap {
    padding: 22px !important;
    border-radius: 22px !important;
  }
}

/* Premium homepage category entrance */
.equipment-categories#categories {
  display: none !important;
}

.premium-category-entry {
  background:
    radial-gradient(circle at 8% 20%, rgba(247,183,51,.10), transparent 28%),
    linear-gradient(180deg, #f7f9fc 0%, #eef2f6 100%) !important;
}

.premium-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 34px;
}

.premium-section-head > div {
  max-width: 880px;
}

.premium-head-link {
  flex: 0 0 auto;
  display: inline-block;
  background: #101820;
  color: #fff !important;
  text-decoration: none;
  font-weight: 950;
  padding: 15px 24px;
  border-radius: 14px;
  box-shadow: 0 20px 48px rgba(7,11,15,.18);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.premium-head-link:hover {
  transform: translateY(-3px);
  background: #000;
  box-shadow: 0 28px 65px rgba(7,11,15,.26);
}

.premium-category-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 22px;
}

.premium-category-card {
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  border-radius: 28px;
  padding: 30px 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 12%, rgba(247,183,51,.16), transparent 28%),
    linear-gradient(145deg, #ffffff, #f7f9fc);
  border: 1px solid rgba(16,24,32,.08);
  box-shadow: 0 24px 68px rgba(7,11,15,.11);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.premium-category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 38px 95px rgba(7,11,15,.18);
  border-color: rgba(247,183,51,.65);
}

.premium-card-main {
  grid-row: span 2;
  min-height: 622px;
  color: #fff;
  background: #071018;
}

.premium-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
  transition: transform .4s ease;
}

.premium-card-main:hover .premium-card-bg {
  transform: scale(1.09);
}

.premium-card-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7,16,24,.12) 0%, rgba(7,16,24,.72) 56%, rgba(7,16,24,.96) 100%);
}

.premium-card-content {
  position: relative;
  z-index: 1;
  margin-top: auto;
}

.premium-card-code,
.premium-card-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #f7b733, #ffcf5a);
  color: #101820;
  font-weight: 950;
  box-shadow: 0 16px 34px rgba(247,183,51,.26);
  margin-bottom: 22px;
}

.premium-category-card h3 {
  color: #101820;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -.055em;
  font-weight: 950;
  margin: 0 0 14px;
}

.premium-card-main h3 {
  color: #fff;
  font-size: clamp(42px, 5vw, 66px);
}

.premium-category-card p {
  color: #5c6875;
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 22px;
}

.premium-card-main p {
  color: rgba(255,255,255,.82);
  font-size: 18px;
  max-width: 620px;
}

.premium-category-card strong {
  color: #101820;
  font-size: 15px;
  font-weight: 950;
}

.premium-card-main strong {
  color: #f7b733;
}

@media (max-width: 1100px) {
  .premium-category-grid {
    grid-template-columns: 1fr 1fr;
  }

  .premium-card-main {
    grid-column: span 2;
    grid-row: auto;
    min-height: 460px;
  }
}

@media (max-width: 760px) {
  .premium-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .premium-category-grid {
    grid-template-columns: 1fr;
  }

  .premium-card-main {
    grid-column: auto;
    min-height: 420px;
  }

  .premium-category-card {
    min-height: 250px;
    border-radius: 22px;
    padding: 24px 22px;
  }

  .premium-card-main h3 {
    font-size: 42px;
  }

  .premium-category-card h3 {
    font-size: 28px;
  }
}

/* Product detail gallery layout */
.product-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: start;
}

.detail-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.detail-gallery-item {
  display: block;
  border-radius: 22px;
  overflow: hidden;
  background: #eef2f6;
  box-shadow: 0 18px 45px rgba(7,11,15,.10);
  border: 1px solid rgba(16,24,32,.08);
}

.detail-gallery-item img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}

.detail-gallery-item:hover img {
  transform: scale(1.045);
}

.product-spec-panel {
  position: sticky;
  top: 24px;
  background: #fff;
  border: 1px solid rgba(16,24,32,.08);
  border-radius: 26px;
  padding: 28px;
  box-shadow: 0 24px 65px rgba(7,11,15,.13);
}

.product-spec-panel h3 {
  font-size: 30px;
  line-height: 1.08;
  margin: 18px 0;
  color: #101820;
  letter-spacing: -.045em;
}

.product-spec-panel ul {
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
}

.product-spec-panel li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(16,24,32,.08);
  color: #5c6875;
  line-height: 1.5;
}

.product-spec-panel li strong {
  color: #101820;
}

.spec-btn {
  display: block;
  text-align: center;
}

@media (max-width: 1000px) {
  .product-detail-layout {
    grid-template-columns: 1fr;
  }

  .product-spec-panel {
    position: static;
  }
}

@media (max-width: 640px) {
  .detail-gallery-grid {
    grid-template-columns: 1fr;
  }

  .detail-gallery-item img {
    height: 250px;
  }
}

/* Product spec note */
.spec-note {
  color: #5c6875;
  font-size: 14px;
  line-height: 1.6;
  background: #f7f9fc;
  border: 1px solid rgba(16,24,32,.08);
  border-radius: 14px;
  padding: 14px;
  margin: 0 0 20px;
}

/* Product spec note */
.spec-note {
  color: #5c6875;
  font-size: 14px;
  line-height: 1.6;
  background: #f7f9fc;
  border: 1px solid rgba(16,24,32,.08);
  border-radius: 14px;
  padding: 14px;
  margin: 0 0 20px;
}

/* Fix CAT 306E2 gallery image orientation only */
.detail-gallery-item img[src*="/assets/cat-306e2/"],
.stock-img img[src*="/assets/cat-306e2/"] {
  transform: rotate(180deg) !important;
}

.detail-gallery-item:hover img[src*="/assets/cat-306e2/"],
.stock-card:hover .stock-img img[src*="/assets/cat-306e2/"] {
  transform: rotate(180deg) scale(1.045) !important;
}

/* Blog module */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.blog-card a {
  display: block;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(16,24,32,.08);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 65px rgba(7,11,15,.11);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.blog-card a:hover {
  transform: translateY(-7px);
  border-color: rgba(247,183,51,.65);
  box-shadow: 0 38px 95px rgba(7,11,15,.18);
}

.blog-card-media {
  height: 280px;
  overflow: hidden;
  background: #eef2f6;
}

.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.blog-card a:hover img {
  transform: scale(1.045);
}

.blog-card-body {
  padding: 26px 24px 28px;
}

.blog-card-body span {
  display: inline-block;
  background: #fff2c8;
  color: #7a4a00;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 16px;
}

.blog-card-body h3 {
  color: #101820;
  font-size: 28px;
  line-height: 1.12;
  letter-spacing: -.045em;
  margin: 0 0 14px;
}

.blog-card-body p {
  color: #5c6875;
  line-height: 1.65;
}

.blog-card-body strong {
  color: #101820;
  font-weight: 950;
}

.blog-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 36px;
  align-items: start;
}

.blog-content {
  background: #fff;
  border: 1px solid rgba(16,24,32,.08);
  border-radius: 30px;
  padding: 34px;
  box-shadow: 0 24px 65px rgba(7,11,15,.11);
}

.blog-cover {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 24px;
  margin-bottom: 32px;
}

.blog-content h2 {
  color: #101820;
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: -.045em;
  margin: 34px 0 14px;
}

.blog-content p {
  color: #4f5d6b;
  font-size: 18px;
  line-height: 1.85;
}

.blog-sidebar {
  position: sticky;
  top: 24px;
}

.blog-side-card {
  background: #fff;
  border: 1px solid rgba(16,24,32,.08);
  border-radius: 26px;
  padding: 26px;
  box-shadow: 0 24px 65px rgba(7,11,15,.11);
}

.blog-side-card a {
  display: block;
  padding: 13px 0;
  color: #101820;
  font-weight: 900;
  text-decoration: none;
  border-bottom: 1px solid rgba(16,24,32,.08);
}

.blog-side-card a:hover {
  color: #b67800;
}

.blog-cta-box {
  margin-top: 38px;
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(135deg, #101820, #1c2b3b);
  color: #fff;
}

.blog-cta-box h2,
.blog-cta-box p {
  color: #fff !important;
}

.blog-cta-box a {
  display: inline-block;
  margin-top: 18px;
  background: #f7b733;
  color: #101820;
  text-decoration: none;
  font-weight: 950;
  padding: 14px 22px;
  border-radius: 12px;
}

@media (max-width: 1000px) {
  .blog-grid,
  .blog-detail-layout {
    grid-template-columns: 1fr;
  }

  .blog-sidebar {
    position: static;
  }
}

@media (max-width: 640px) {
  .blog-content {
    padding: 22px;
    border-radius: 22px;
  }

  .blog-cover {
    height: 260px;
  }

  .blog-content h2 {
    font-size: 28px;
  }

  .blog-content p {
    font-size: 16px;
  }
}

/* Inspection page */
.inspection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.inspection-card {
  background: #fff;
  border: 1px solid rgba(16,24,32,.08);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 22px 55px rgba(7,11,15,.10);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.inspection-card:hover {
  transform: translateY(-6px);
  border-color: rgba(247,183,51,.65);
  box-shadow: 0 34px 80px rgba(7,11,15,.16);
}

.inspection-card strong {
  display: block;
  color: #101820;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -.035em;
  margin-bottom: 12px;
  font-weight: 950;
}

.inspection-card p {
  color: #5c6875;
  line-height: 1.65;
  margin: 0;
}

.inspection-proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 34px;
  align-items: stretch;
}

.inspection-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.inspection-points span {
  background: #fff;
  border: 1px solid rgba(16,24,32,.08);
  color: #101820;
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(7,11,15,.07);
}

.inspection-dark-card {
  background:
    radial-gradient(circle at 80% 12%, rgba(247,183,51,.20), transparent 30%),
    linear-gradient(135deg, #101820, #1c2b3b);
  color: #fff;
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 30px 80px rgba(7,11,15,.22);
}

.inspection-dark-card h3 {
  color: #fff;
  font-size: 32px;
  line-height: 1.08;
  letter-spacing: -.045em;
  margin: 0 0 16px;
}

.inspection-dark-card p {
  color: rgba(255,255,255,.78);
  line-height: 1.7;
}

.inspection-dark-card a {
  display: inline-block;
  margin-top: 18px;
  background: #f7b733;
  color: #101820;
  text-decoration: none;
  font-weight: 950;
  padding: 14px 20px;
  border-radius: 12px;
}

.faq-list {
  margin-top: 28px;
  display: grid;
  gap: 14px;
}

.faq-list details {
  background: #fff;
  border: 1px solid rgba(16,24,32,.08);
  border-radius: 18px;
  padding: 20px 22px;
  box-shadow: 0 14px 35px rgba(7,11,15,.07);
}

.faq-list summary {
  cursor: pointer;
  color: #101820;
  font-size: 18px;
  font-weight: 950;
}

.faq-list p {
  color: #5c6875;
  line-height: 1.7;
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  .inspection-grid {
    grid-template-columns: 1fr 1fr;
  }

  .inspection-proof-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .inspection-grid {
    grid-template-columns: 1fr;
  }

  .inspection-dark-card {
    padding: 24px;
    border-radius: 22px;
  }
}

/* Stock page */
.stock-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.stock-filter-btn {
  appearance: none;
  border: 1px solid rgba(16,24,32,.10);
  background: #fff;
  color: #101820;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(7,11,15,.06);
  transition: background .22s ease, color .22s ease, transform .22s ease, border-color .22s ease;
}

.stock-filter-btn:hover,
.stock-filter-btn.active {
  background: linear-gradient(135deg, #f7b733, #ffcf5a);
  color: #101820;
  border-color: rgba(247,183,51,.65);
  transform: translateY(-2px);
}

.stock-count-note {
  margin: 12px 0 28px;
  color: #5c6875;
  font-size: 17px;
  line-height: 1.6;
}

.stock-count-note strong {
  color: #101820;
  font-weight: 950;
}

.stock-page-grid {
  align-items: stretch;
}

.stock-meta {
  display: grid;
  gap: 7px;
  margin-top: 16px;
  color: #5c6875;
  font-size: 14px;
}

.stock-meta strong {
  color: #101820;
}

@media (max-width: 640px) {
  .stock-filter-btn {
    font-size: 14px;
    padding: 10px 14px;
  }
}

/* About page */
.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 36px;
  align-items: start;
}

.about-highlight-card {
  background:
    radial-gradient(circle at 85% 15%, rgba(247,183,51,.22), transparent 30%),
    linear-gradient(135deg, #101820, #1c2b3b);
  color: #fff;
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 30px 80px rgba(7,11,15,.22);
}

.about-highlight-card h3 {
  color: #fff;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -.045em;
  margin: 0 0 20px;
}

.about-highlight-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-highlight-card li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.82);
  line-height: 1.45;
}

.about-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.about-value-card {
  background: #fff;
  border: 1px solid rgba(16,24,32,.08);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 22px 55px rgba(7,11,15,.10);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.about-value-card:hover {
  transform: translateY(-6px);
  border-color: rgba(247,183,51,.65);
  box-shadow: 0 34px 80px rgba(7,11,15,.16);
}

.about-value-card strong {
  display: block;
  color: #101820;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -.035em;
  margin-bottom: 12px;
  font-weight: 950;
}

.about-value-card p {
  color: #5c6875;
  line-height: 1.65;
  margin: 0;
}

.about-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about-category-grid a {
  display: block;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(16,24,32,.08);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 18px 45px rgba(7,11,15,.09);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.about-category-grid a:hover {
  transform: translateY(-6px);
  border-color: rgba(247,183,51,.65);
  box-shadow: 0 34px 80px rgba(7,11,15,.15);
}

.about-category-grid strong {
  display: block;
  color: #101820;
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -.035em;
  margin-bottom: 10px;
}

.about-category-grid span {
  color: #5c6875;
  line-height: 1.55;
}

@media (max-width: 1000px) {
  .about-layout,
  .about-value-grid,
  .about-category-grid {
    grid-template-columns: 1fr;
  }

  .about-highlight-card {
    padding: 26px;
    border-radius: 22px;
  }
}

/* Clean homepage stock portal */
.home-stock-portal {
  background:
    radial-gradient(circle at 15% 20%, rgba(247,183,51,.18), transparent 32%),
    linear-gradient(180deg, #f6f7f9, #ffffff);
}

.stock-portal-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 420px;
  gap: 34px;
  align-items: center;
  background:
    radial-gradient(circle at 85% 15%, rgba(247,183,51,.22), transparent 26%),
    linear-gradient(135deg, #101820, #1c2b3b);
  border-radius: 34px;
  padding: 42px;
  box-shadow: 0 35px 90px rgba(7,11,15,.24);
  overflow: hidden;
  position: relative;
}

.stock-portal-content h2 {
  color: #fff;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: -.055em;
  margin: 12px 0 18px;
}

.stock-portal-content p {
  color: rgba(255,255,255,.78);
  max-width: 720px;
  line-height: 1.7;
  font-size: 17px;
}

.stock-portal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.stock-portal-points {
  display: grid;
  gap: 14px;
}

.stock-portal-points span {
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  border-radius: 999px;
  padding: 15px 18px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

/* Premium inventory page */
.inventory-hero {
  padding: 62px 0 36px;
  background:
    radial-gradient(circle at 20% 10%, rgba(247,183,51,.22), transparent 30%),
    linear-gradient(135deg, #101820, #1c2b3b);
}

.inventory-hero-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 36px;
  align-items: center;
}

.inventory-hero h1 {
  color: #fff;
  font-size: clamp(42px, 5vw, 72px);
  line-height: .98;
  letter-spacing: -.06em;
  margin: 12px 0 18px;
}

.inventory-hero p {
  color: rgba(255,255,255,.78);
  font-size: 18px;
  line-height: 1.7;
  max-width: 800px;
}

.inventory-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.inventory-stat-card {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 30px;
  padding: 30px;
  color: #fff;
  box-shadow: 0 28px 70px rgba(0,0,0,.22);
  backdrop-filter: blur(12px);
}

.inventory-stat-card strong {
  display: block;
  color: #f7b733;
  font-size: 68px;
  line-height: 1;
  font-weight: 950;
}

.inventory-stat-card span {
  display: block;
  margin: 12px 0;
  font-size: 20px;
  font-weight: 950;
}

.inventory-stat-card small {
  color: rgba(255,255,255,.70);
  line-height: 1.6;
}

.inventory-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.inventory-filter {
  border: 1px solid rgba(16,24,32,.10);
  background: #fff;
  color: #101820;
  border-radius: 999px;
  padding: 13px 18px;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(7,11,15,.06);
  transition: .22s ease;
}

.inventory-filter:hover,
.inventory-filter.active {
  background: linear-gradient(135deg, #f7b733, #ffd467);
  border-color: rgba(247,183,51,.7);
  transform: translateY(-2px);
}

.inventory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.inventory-card {
  background: #fff;
  border: 1px solid rgba(16,24,32,.08);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(7,11,15,.11);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.inventory-card:hover {
  transform: translateY(-7px);
  border-color: rgba(247,183,51,.65);
  box-shadow: 0 38px 95px rgba(7,11,15,.18);
}

.inventory-image {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eef1f4;
}

.inventory-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.inventory-card:hover .inventory-image img {
  transform: scale(1.045);
}

.inventory-image span {
  position: absolute;
  left: 16px;
  top: 16px;
  background: rgba(16,24,32,.86);
  color: #fff;
  border-radius: 999px;
  padding: 9px 13px;
  font-size: 12px;
  font-weight: 950;
  backdrop-filter: blur(8px);
}

.inventory-body {
  padding: 24px;
}

.inventory-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.inventory-tags span {
  background: #f4f6f8;
  color: #45515e;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 900;
}

.inventory-body h3 {
  color: #101820;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -.04em;
  margin: 0 0 12px;
  font-weight: 950;
}

.inventory-body p {
  color: #5c6875;
  line-height: 1.6;
  margin: 0 0 20px;
}

.inventory-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.inventory-actions a {
  text-align: center;
  text-decoration: none;
  border-radius: 13px;
  padding: 12px 10px;
  font-weight: 950;
  transition: .22s ease;
}

.inventory-detail-btn {
  background: #101820;
  color: #fff;
}

.inventory-price-btn {
  background: #f7b733;
  color: #101820;
}

.inventory-contact-btn {
  grid-column: 1 / -1;
  background: #f4f6f8;
  color: #101820;
}

.inventory-actions a:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(7,11,15,.14);
}

@media (max-width: 1050px) {
  .stock-portal-card,
  .inventory-hero-box {
    grid-template-columns: 1fr;
  }

  .inventory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .stock-portal-card {
    padding: 28px;
    border-radius: 26px;
  }

  .inventory-grid {
    grid-template-columns: 1fr;
  }

  .inventory-hero {
    padding: 42px 0 28px;
  }
}

/* CAT 306E2 orientation fix */
.inventory-image img[src*="/assets/cat-306e2/"][src*="-06-"],
.detail-gallery-item img[src*="/assets/cat-306e2/"][src*="-01-"],
.detail-gallery-item img[src*="/assets/cat-306e2/"][src*="-03-"],
.detail-gallery-item img[src*="/assets/cat-306e2/"][src*="-04-"],
.detail-gallery-item img[src*="/assets/cat-306e2/"][src*="-06-"],
.detail-gallery-item img[src*="/assets/cat-306e2/"][src*="-07-"],
.detail-gallery-item img[src*="/assets/cat-306e2/"][src*="-09-"] {
  transform: rotate(180deg);
}

.inventory-card:hover .inventory-image img[src*="/assets/cat-306e2/"][src*="-06-"] {
  transform: rotate(180deg) scale(1.045);
}

.detail-gallery-item:hover img[src*="/assets/cat-306e2/"][src*="-01-"],
.detail-gallery-item:hover img[src*="/assets/cat-306e2/"][src*="-03-"],
.detail-gallery-item:hover img[src*="/assets/cat-306e2/"][src*="-04-"],
.detail-gallery-item:hover img[src*="/assets/cat-306e2/"][src*="-06-"],
.detail-gallery-item:hover img[src*="/assets/cat-306e2/"][src*="-07-"],
.detail-gallery-item:hover img[src*="/assets/cat-306e2/"][src*="-09-"] {
  transform: rotate(180deg) scale(1.045);
}

/* Stock list page without images */
.stock-name-hero {
  padding: 64px 0 38px;
  background:
    radial-gradient(circle at 18% 12%, rgba(247,183,51,.22), transparent 30%),
    linear-gradient(135deg, #101820, #1c2b3b);
}

.stock-name-hero-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 36px;
  align-items: center;
}

.stock-name-hero h1 {
  color: #fff;
  font-size: clamp(42px, 5vw, 72px);
  line-height: .98;
  letter-spacing: -.06em;
  margin: 12px 0 18px;
}

.stock-name-hero p {
  color: rgba(255,255,255,.78);
  max-width: 860px;
  font-size: 18px;
  line-height: 1.7;
}

.stock-name-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.stock-name-count {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  color: #fff;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 28px 70px rgba(0,0,0,.22);
  backdrop-filter: blur(12px);
}

.stock-name-count strong {
  display: block;
  color: #f7b733;
  font-size: 64px;
  line-height: 1;
  font-weight: 950;
}

.stock-name-count span {
  display: block;
  margin: 12px 0;
  font-size: 20px;
  font-weight: 950;
}

.stock-name-count small {
  color: rgba(255,255,255,.72);
  line-height: 1.6;
}

.stock-name-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.stock-name-filter {
  border: 1px solid rgba(16,24,32,.10);
  background: #fff;
  color: #101820;
  border-radius: 999px;
  padding: 13px 18px;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(7,11,15,.06);
  transition: .22s ease;
}

.stock-name-filter:hover,
.stock-name-filter.active {
  background: linear-gradient(135deg, #f7b733, #ffd467);
  border-color: rgba(247,183,51,.7);
  transform: translateY(-2px);
}

.stock-name-list {
  display: grid;
  gap: 18px;
}

.stock-list-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 360px;
  gap: 22px;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(16,24,32,.08);
  border-radius: 26px;
  padding: 24px;
  box-shadow: 0 20px 60px rgba(7,11,15,.10);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.stock-list-card:hover {
  transform: translateY(-4px);
  border-color: rgba(247,183,51,.65);
  box-shadow: 0 34px 90px rgba(7,11,15,.16);
}

.stock-list-index {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: #101820;
  color: #f7b733;
  font-weight: 950;
  font-size: 20px;
}

.stock-list-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.stock-list-tags span {
  background: #f4f6f8;
  color: #45515e;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 900;
}

.stock-list-main h3 {
  margin: 0 0 10px;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.08;
  letter-spacing: -.05em;
  font-weight: 950;
}

.stock-list-main h3 a {
  color: #101820;
  text-decoration: none;
}

.stock-list-main h3 a:hover {
  color: #c98908;
}

.stock-list-main p {
  color: #5c6875;
  line-height: 1.62;
  margin: 0;
}

.stock-list-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.stock-list-actions a {
  text-align: center;
  text-decoration: none;
  border-radius: 13px;
  padding: 13px 10px;
  font-weight: 950;
  transition: .22s ease;
}

.stock-list-detail {
  background: #101820;
  color: #fff;
}

.stock-list-price {
  background: #f7b733;
  color: #101820;
}

.stock-list-contact {
  grid-column: 1 / -1;
  background: #f4f6f8;
  color: #101820;
}

.stock-list-actions a:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(7,11,15,.14);
}

@media (max-width: 1050px) {
  .stock-name-hero-box {
    grid-template-columns: 1fr;
  }

  .stock-list-card {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .stock-list-actions {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .stock-list-contact {
    grid-column: auto;
  }
}

@media (max-width: 680px) {
  .stock-name-hero {
    padding: 44px 0 28px;
  }

  .stock-list-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .stock-list-index {
    width: 54px;
    height: 54px;
  }

  .stock-list-actions {
    grid-template-columns: 1fr;
  }
}

/* Stock page upgraded metric cards */
.stock-name-metrics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.stock-metric {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  color: #fff;
  border-radius: 22px;
  padding: 18px 20px;
  box-shadow: 0 20px 55px rgba(0,0,0,.18);
  backdrop-filter: blur(12px);
}

.stock-metric strong {
  display: block;
  color: #f7b733;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -.04em;
}

.stock-metric span {
  display: block;
  margin-top: 7px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  font-weight: 900;
}

@media (max-width: 1050px) {
  .stock-name-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .stock-name-metrics {
    grid-template-columns: 1fr;
  }
}

/* Blog index premium layout - no image version */
.blog-hero {
  background:
    radial-gradient(circle at 12% 18%, rgba(247,183,51,.20), transparent 28%),
    linear-gradient(135deg, #111827 0%, #1f2937 48%, #374151 100%) !important;
  color: #fff !important;
  padding: 78px 0 70px !important;
}

.blog-hero .section-kicker {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: rgba(247,183,51,.14) !important;
  border: 1px solid rgba(247,183,51,.35) !important;
  color: #f7b733 !important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  margin-bottom: 18px !important;
}

.blog-hero h1 {
  color: #fff !important;
  font-size: clamp(36px, 5vw, 64px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.05em !important;
  max-width: 920px !important;
  margin: 0 0 20px !important;
}

.blog-hero p {
  color: rgba(255,255,255,.82) !important;
  font-size: 18px !important;
  line-height: 1.75 !important;
  max-width: 920px !important;
  margin: 0 !important;
}

.blog-index-section {
  background:
    linear-gradient(180deg, #f7f9fc 0%, #eef2f7 100%) !important;
  padding: 70px 0 90px !important;
}

.blog-index-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
}

.blog-card {
  background: #fff !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  border-radius: 26px !important;
  padding: 28px !important;
  box-shadow: 0 18px 45px rgba(15,23,42,.08) !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 300px !important;
  position: relative !important;
  overflow: hidden !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}

.blog-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 0 auto 0 !important;
  height: 5px !important;
  background: linear-gradient(90deg, #f7b733, #f59e0b, #111827) !important;
}

.blog-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 26px 70px rgba(15,23,42,.14) !important;
  border-color: rgba(247,183,51,.45) !important;
}

.blog-card-badge {
  width: fit-content !important;
  background: #111827 !important;
  color: #f7b733 !important;
  border-radius: 999px !important;
  padding: 7px 12px !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
  margin-bottom: 18px !important;
}

.blog-card h3 {
  margin: 0 0 16px !important;
  font-size: 23px !important;
  line-height: 1.22 !important;
  letter-spacing: -0.03em !important;
}

.blog-card h3 a {
  color: #111827 !important;
  text-decoration: none !important;
  background: none !important;
}

.blog-card h3 a:hover {
  color: #b7791f !important;
}

.blog-card p {
  color: #64748b !important;
  font-size: 15.5px !important;
  line-height: 1.75 !important;
  margin: 0 0 24px !important;
}

.blog-read-more {
  margin-top: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  background: #111827 !important;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 999px !important;
  padding: 12px 18px !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  box-shadow: 0 12px 28px rgba(17,24,39,.18) !important;
}

.blog-read-more:hover {
  background: #f7b733 !important;
  color: #111827 !important;
}

/* Blog detail page beautify */
.blog-detail-section {
  background: #f7f9fc !important;
  padding: 70px 0 90px !important;
}

.blog-detail-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 320px !important;
  gap: 30px !important;
  align-items: start !important;
}

.blog-content {
  background: #fff !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  border-radius: 28px !important;
  padding: 38px !important;
  box-shadow: 0 22px 60px rgba(15,23,42,.08) !important;
}

.blog-body-block {
  padding: 26px 0 !important;
  border-bottom: 1px solid rgba(15,23,42,.08) !important;
}

.blog-body-block:first-child {
  padding-top: 0 !important;
}

.blog-body-block h2 {
  color: #111827 !important;
  font-size: 27px !important;
  line-height: 1.25 !important;
  letter-spacing: -0.03em !important;
  margin: 0 0 12px !important;
}

.blog-body-block p {
  color: #526173 !important;
  font-size: 17px !important;
  line-height: 1.85 !important;
  margin: 0 !important;
}

.blog-cta-box {
  margin-top: 34px !important;
  background: linear-gradient(135deg, #111827, #374151) !important;
  color: #fff !important;
  border-radius: 26px !important;
  padding: 32px !important;
}

.blog-cta-box h2 {
  color: #fff !important;
  margin: 0 0 12px !important;
}

.blog-cta-box p {
  color: rgba(255,255,255,.80) !important;
  line-height: 1.75 !important;
}

.blog-cta-box a {
  display: inline-flex !important;
  margin-top: 12px !important;
  background: #f7b733 !important;
  color: #111827 !important;
  text-decoration: none !important;
  border-radius: 999px !important;
  padding: 13px 20px !important;
  font-weight: 950 !important;
}

.blog-side-card {
  background: #fff !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  border-radius: 26px !important;
  padding: 24px !important;
  box-shadow: 0 18px 45px rgba(15,23,42,.08) !important;
  position: sticky !important;
  top: 24px !important;
}

.blog-side-card a {
  display: block !important;
  color: #111827 !important;
  text-decoration: none !important;
  padding: 13px 0 !important;
  border-bottom: 1px solid rgba(15,23,42,.08) !important;
  font-weight: 850 !important;
}

.blog-side-card a:hover {
  color: #b7791f !important;
}

/* Remove blog images completely */
.blog-cover,
.blog-content img {
  display: none !important;
}

@media (max-width: 1050px) {
  .blog-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .blog-detail-layout {
    grid-template-columns: 1fr !important;
  }

  .blog-side-card {
    position: relative !important;
    top: 0 !important;
  }
}

@media (max-width: 640px) {
  .blog-index-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .blog-card {
    padding: 24px !important;
    min-height: auto !important;
  }

  .blog-content {
    padding: 26px !important;
  }

  .blog-body-block h2 {
    font-size: 23px !important;
  }
}

/* Apple clean blog homepage */
.blog-hero{
background:linear-gradient(180deg,#fff 0%,#f5f6f8 100%)!important;
color:#111827!important;
text-align:center!important;
padding:88px 20px 70px!important;
border-bottom:1px solid rgba(15,23,42,.08)!important;
}
.blog-hero .container{max-width:980px!important}
.blog-hero .section-kicker{
display:inline-flex!important;
background:#111827!important;
color:#f7b733!important;
border-radius:999px!important;
padding:8px 16px!important;
font-size:12px!important;
font-weight:900!important;
letter-spacing:.08em!important;
text-transform:uppercase!important;
margin-bottom:24px!important;
}
.blog-hero h1{
color:#111827!important;
font-size:clamp(42px,7vw,76px)!important;
line-height:1.03!important;
letter-spacing:-.06em!important;
margin:0 auto 22px!important;
max-width:950px!important;
font-weight:950!important;
}
.blog-hero p{
color:#4b5563!important;
font-size:clamp(18px,2.2vw,24px)!important;
line-height:1.55!important;
max-width:820px!important;
margin:0 auto!important;
}
.blog-index-section{
background:#f5f6f8!important;
padding:60px 20px 90px!important;
}
.blog-index-section .container{max-width:1180px!important}
.blog-index-grid{
display:grid!important;
grid-template-columns:repeat(2,minmax(0,1fr))!important;
gap:24px!important;
}
.blog-card{
background:#fff!important;
border:1px solid rgba(15,23,42,.08)!important;
border-radius:30px!important;
padding:34px!important;
box-shadow:0 20px 55px rgba(15,23,42,.07)!important;
min-height:285px!important;
display:flex!important;
flex-direction:column!important;
transition:.22s ease!important;
}
.blog-card:hover{
transform:translateY(-5px)!important;
box-shadow:0 30px 75px rgba(15,23,42,.13)!important;
border-color:rgba(247,183,51,.45)!important;
}
.blog-card-badge{
width:fit-content!important;
background:#f7b733!important;
color:#111827!important;
border-radius:999px!important;
padding:7px 13px!important;
font-size:12px!important;
font-weight:950!important;
margin-bottom:22px!important;
}
.blog-card h3{
margin:0 0 16px!important;
font-size:clamp(24px,2.3vw,34px)!important;
line-height:1.12!important;
letter-spacing:-.045em!important;
font-weight:950!important;
}
.blog-card h3 a{
color:#111827!important;
text-decoration:none!important;
background:none!important;
}
.blog-card p{
color:#5b6472!important;
font-size:16px!important;
line-height:1.75!important;
margin:0 0 28px!important;
}
.blog-read-more{
margin-top:auto!important;
width:fit-content!important;
display:inline-flex!important;
background:#111827!important;
color:#fff!important;
text-decoration:none!important;
border-radius:999px!important;
padding:12px 19px!important;
font-size:14px!important;
font-weight:950!important;
}
.blog-read-more:hover{
background:#f7b733!important;
color:#111827!important;
}
.blog-cover,.blog-content img{display:none!important}

@media(max-width:900px){
.blog-index-grid{grid-template-columns:1fr!important}
.blog-card{padding:28px!important;min-height:auto!important}
}

/* Remove rounded title box inside blog cards */
.blog-card h3,
.blog-card h3 a {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.blog-card h3 {
  display: block !important;
  margin: 0 0 18px !important;
  max-width: 100% !important;
}

.blog-card h3 a {
  display: block !important;
  color: #111827 !important;
  text-decoration: none !important;
  line-height: 1.12 !important;
}

.blog-card h3 a:hover {
  color: #9a6a12 !important;
}

/* B2B WhatsApp quote button */
.whatsapp-float,
.wa-widget,
.wa-widget a {
  position: fixed !important;
  right: 22px !important;
  bottom: 22px !important;
  z-index: 99999 !important;
}

.whatsapp-float,
.wa-widget a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  background: #16a34a !important;
  color: #ffffff !important;
  padding: 15px 22px !important;
  border-radius: 999px !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  text-decoration: none !important;
  box-shadow: 0 18px 45px rgba(22,163,74,.32) !important;
  border: 2px solid rgba(255,255,255,.85) !important;
}

.whatsapp-float::before,
.wa-widget a::before {
  content: "💬" !important;
}

.whatsapp-float:hover,
.wa-widget a:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 24px 60px rgba(22,163,74,.42) !important;
}

@media(max-width:680px){
  .whatsapp-float,
  .wa-widget,
  .wa-widget a {
    right: 14px !important;
    bottom: 14px !important;
  }

  .whatsapp-float,
  .wa-widget a {
    padding: 13px 17px !important;
    font-size: 13px !important;
  }
}

/* Header quote button */
.site-nav .quote-nav {
  background: #f7b733 !important;
  color: #111827 !important;
  padding: 10px 16px !important;
  border-radius: 999px !important;
  font-weight: 950 !important;
  box-shadow: 0 10px 25px rgba(247,183,51,.28) !important;
}

.site-nav .quote-nav:hover {
  background: #111827 !important;
  color: #fff !important;
}

@media(max-width:760px){
  .site-nav {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }

  .site-nav a {
    font-size: 13px !important;
  }

  .site-nav .quote-nav {
    order: -1 !important;
  }
}

/* Homepage conversion hero */
.home-conversion-hero{
background:linear-gradient(135deg,#111827 0%,#1f2937 55%,#374151 100%)!important;
color:#fff!important;
padding:90px 20px!important;
}
.home-conversion-wrap{
max-width:1180px!important;
margin:auto!important;
display:grid!important;
grid-template-columns:1.1fr .9fr!important;
gap:42px!important;
align-items:center!important;
}
.home-conversion-kicker{
display:inline-flex!important;
background:rgba(247,183,51,.14)!important;
color:#f7b733!important;
border:1px solid rgba(247,183,51,.35)!important;
border-radius:999px!important;
padding:8px 15px!important;
font-size:12px!important;
font-weight:950!important;
letter-spacing:.08em!important;
text-transform:uppercase!important;
margin-bottom:22px!important;
}
.home-conversion-hero h1{
color:#fff!important;
font-size:clamp(42px,6vw,76px)!important;
line-height:1.03!important;
letter-spacing:-.06em!important;
margin:0 0 22px!important;
font-weight:950!important;
}
.home-conversion-hero p{
color:rgba(255,255,255,.80)!important;
font-size:20px!important;
line-height:1.65!important;
max-width:760px!important;
margin:0 0 30px!important;
}
.hero-actions{
display:flex!important;
gap:14px!important;
flex-wrap:wrap!important;
}
.hero-actions a{
display:inline-flex!important;
align-items:center!important;
justify-content:center!important;
border-radius:999px!important;
padding:15px 22px!important;
font-weight:950!important;
text-decoration:none!important;
}
.hero-primary{
background:#f7b733!important;
color:#111827!important;
box-shadow:0 18px 45px rgba(247,183,51,.28)!important;
}
.hero-secondary{
border:1px solid rgba(255,255,255,.35)!important;
color:#fff!important;
}
.hero-photo-box{
background:rgba(255,255,255,.08)!important;
border:1px solid rgba(255,255,255,.14)!important;
border-radius:32px!important;
padding:18px!important;
box-shadow:0 28px 80px rgba(0,0,0,.25)!important;
}
.hero-photo-box img{
width:100%!important;
height:420px!important;
object-fit:cover!important;
border-radius:24px!important;
display:block!important;
}
@media(max-width:900px){
.home-conversion-wrap{grid-template-columns:1fr!important}
.hero-photo-box img{height:300px!important}
}

/* Homepage trust bar */
.trust-strip{
background:#ffffff!important;
border-bottom:1px solid rgba(15,23,42,.08)!important;
padding:28px 20px!important;
}
.trust-strip-grid{
max-width:1180px!important;
margin:auto!important;
display:grid!important;
grid-template-columns:repeat(4,minmax(0,1fr))!important;
gap:18px!important;
}
.trust-item{
background:#f7f9fc!important;
border:1px solid rgba(15,23,42,.08)!important;
border-radius:22px!important;
padding:22px 18px!important;
display:flex!important;
align-items:center!important;
gap:12px!important;
box-shadow:0 12px 30px rgba(15,23,42,.05)!important;
}
.trust-icon{
width:36px!important;
height:36px!important;
border-radius:999px!important;
background:#f7b733!important;
color:#111827!important;
display:flex!important;
align-items:center!important;
justify-content:center!important;
font-weight:950!important;
flex:0 0 auto!important;
}
.trust-item strong{
display:block!important;
color:#111827!important;
font-size:15px!important;
line-height:1.35!important;
}
@media(max-width:900px){
.trust-strip-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:560px){
.trust-strip-grid{grid-template-columns:1fr!important}
}

/* Homepage core business section */
.home-business-section{
background:#f5f6f8!important;
padding:76px 20px!important;
}
.home-business-wrap{
max-width:1180px!important;
margin:auto!important;
}
.home-business-head{
text-align:center!important;
max-width:820px!important;
margin:0 auto 42px!important;
}
.home-business-head .section-kicker{
display:inline-flex!important;
background:#111827!important;
color:#f7b733!important;
border-radius:999px!important;
padding:8px 15px!important;
font-size:12px!important;
font-weight:950!important;
letter-spacing:.08em!important;
text-transform:uppercase!important;
margin-bottom:18px!important;
}
.home-business-head h2{
color:#111827!important;
font-size:clamp(34px,5vw,58px)!important;
line-height:1.05!important;
letter-spacing:-.055em!important;
margin:0 0 16px!important;
font-weight:950!important;
}
.home-business-head p{
color:#5b6472!important;
font-size:18px!important;
line-height:1.7!important;
margin:0!important;
}
.home-business-grid{
display:grid!important;
grid-template-columns:repeat(3,minmax(0,1fr))!important;
gap:24px!important;
}
.business-card{
background:#fff!important;
border:1px solid rgba(15,23,42,.08)!important;
border-radius:30px!important;
padding:34px!important;
box-shadow:0 20px 55px rgba(15,23,42,.07)!important;
display:flex!important;
flex-direction:column!important;
min-height:330px!important;
transition:.22s ease!important;
}
.business-card:hover{
transform:translateY(-5px)!important;
box-shadow:0 30px 75px rgba(15,23,42,.13)!important;
border-color:rgba(247,183,51,.45)!important;
}
.business-icon{
width:54px!important;
height:54px!important;
border-radius:18px!important;
background:#f7b733!important;
color:#111827!important;
display:flex!important;
align-items:center!important;
justify-content:center!important;
font-size:25px!important;
font-weight:950!important;
margin-bottom:24px!important;
}
.business-card h3{
color:#111827!important;
font-size:30px!important;
line-height:1.12!important;
letter-spacing:-.045em!important;
margin:0 0 16px!important;
font-weight:950!important;
}
.business-card p{
color:#5b6472!important;
font-size:16px!important;
line-height:1.75!important;
margin:0 0 24px!important;
}
.business-card ul{
padding:0!important;
margin:0 0 28px!important;
list-style:none!important;
}
.business-card li{
color:#374151!important;
font-size:15px!important;
font-weight:800!important;
margin:9px 0!important;
}
.business-card li:before{
content:"✓ "!important;
color:#f7b733!important;
font-weight:950!important;
}
.business-card a{
margin-top:auto!important;
width:fit-content!important;
background:#111827!important;
color:#fff!important;
text-decoration:none!important;
border-radius:999px!important;
padding:13px 20px!important;
font-size:14px!important;
font-weight:950!important;
}
.business-card a:hover{
background:#f7b733!important;
color:#111827!important;
}
@media(max-width:900px){
.home-business-grid{grid-template-columns:1fr!important}
.business-card{min-height:auto!important}
}

/* Homepage final CTA */
.home-final-cta{
background:#111827!important;
color:#fff!important;
padding:76px 20px!important;
}
.home-final-cta-box{
max-width:1180px!important;
margin:auto!important;
background:linear-gradient(135deg,#1f2937 0%,#111827 60%,#2b2110 100%)!important;
border:1px solid rgba(247,183,51,.25)!important;
border-radius:34px!important;
padding:54px!important;
display:grid!important;
grid-template-columns:1.2fr .8fr!important;
gap:36px!important;
align-items:center!important;
box-shadow:0 30px 90px rgba(0,0,0,.25)!important;
}
.home-final-cta h2{
color:#fff!important;
font-size:clamp(34px,5vw,60px)!important;
line-height:1.05!important;
letter-spacing:-.055em!important;
margin:0 0 18px!important;
font-weight:950!important;
}
.home-final-cta p{
color:rgba(255,255,255,.78)!important;
font-size:18px!important;
line-height:1.75!important;
margin:0!important;
max-width:760px!important;
}
.home-final-actions{
display:flex!important;
flex-direction:column!important;
gap:14px!important;
align-items:flex-start!important;
}
.home-final-actions a{
display:inline-flex!important;
align-items:center!important;
justify-content:center!important;
border-radius:999px!important;
padding:15px 23px!important;
font-weight:950!important;
text-decoration:none!important;
min-width:220px!important;
}
.final-whatsapp{
background:#16a34a!important;
color:#fff!important;
box-shadow:0 18px 45px rgba(22,163,74,.28)!important;
}
.final-stock{
background:#f7b733!important;
color:#111827!important;
box-shadow:0 18px 45px rgba(247,183,51,.24)!important;
}
.home-final-note{
color:rgba(255,255,255,.58)!important;
font-size:14px!important;
margin-top:8px!important;
}
@media(max-width:900px){
.home-final-cta-box{
grid-template-columns:1fr!important;
padding:34px!important;
}
.home-final-actions a{
width:100%!important;
}
}

/* Contact quote page */
.quote-page{
background:#f5f6f8!important;
padding:76px 20px!important;
}
.quote-wrap{
max-width:1180px!important;
margin:auto!important;
display:grid!important;
grid-template-columns:1fr 1fr!important;
gap:34px!important;
align-items:start!important;
}
.quote-info,.quote-form-box{
background:#fff!important;
border:1px solid rgba(15,23,42,.08)!important;
border-radius:30px!important;
padding:38px!important;
box-shadow:0 20px 55px rgba(15,23,42,.07)!important;
}
.quote-kicker{
display:inline-flex!important;
background:#111827!important;
color:#f7b733!important;
border-radius:999px!important;
padding:8px 15px!important;
font-size:12px!important;
font-weight:950!important;
letter-spacing:.08em!important;
text-transform:uppercase!important;
margin-bottom:20px!important;
}
.quote-info h1{
color:#111827!important;
font-size:clamp(38px,5vw,62px)!important;
line-height:1.05!important;
letter-spacing:-.055em!important;
margin:0 0 18px!important;
font-weight:950!important;
}
.quote-info p{
color:#5b6472!important;
font-size:18px!important;
line-height:1.75!important;
margin:0 0 24px!important;
}
.quote-points{
display:grid!important;
gap:14px!important;
margin-top:28px!important;
}
.quote-point{
background:#f7f9fc!important;
border-radius:18px!important;
padding:16px!important;
font-weight:850!important;
color:#111827!important;
}
.quote-point:before{
content:"✓ "!important;
color:#f7b733!important;
font-weight:950!important;
}
.quote-form-box h2{
color:#111827!important;
font-size:32px!important;
line-height:1.15!important;
letter-spacing:-.04em!important;
margin:0 0 18px!important;
}
.quote-form label{
display:block!important;
font-weight:900!important;
color:#111827!important;
margin:16px 0 8px!important;
}
.quote-form input,.quote-form textarea{
width:100%!important;
box-sizing:border-box!important;
border:1px solid rgba(15,23,42,.14)!important;
border-radius:16px!important;
padding:15px 16px!important;
font-size:16px!important;
outline:none!important;
background:#fff!important;
}
.quote-form textarea{
min-height:130px!important;
resize:vertical!important;
}
.quote-form input:focus,.quote-form textarea:focus{
border-color:#f7b733!important;
box-shadow:0 0 0 4px rgba(247,183,51,.18)!important;
}
.quote-submit{
margin-top:20px!important;
width:100%!important;
border:0!important;
border-radius:999px!important;
padding:16px 22px!important;
background:#16a34a!important;
color:#fff!important;
font-size:16px!important;
font-weight:950!important;
cursor:pointer!important;
box-shadow:0 18px 45px rgba(22,163,74,.25)!important;
}
.quote-direct{
display:block!important;
text-align:center!important;
margin-top:16px!important;
color:#111827!important;
font-weight:900!important;
text-decoration:none!important;
}
@media(max-width:900px){
.quote-wrap{grid-template-columns:1fr!important}
.quote-info,.quote-form-box{padding:28px!important}
}

/* About trust page */
.about-page{
background:#f5f6f8!important;
}
.about-hero{
background:linear-gradient(135deg,#111827 0%,#1f2937 55%,#2b2110 100%)!important;
color:#fff!important;
padding:90px 20px!important;
text-align:center!important;
}
.about-hero-box{
max-width:980px!important;
margin:auto!important;
}
.about-kicker{
display:inline-flex!important;
background:rgba(247,183,51,.14)!important;
color:#f7b733!important;
border:1px solid rgba(247,183,51,.35)!important;
border-radius:999px!important;
padding:8px 15px!important;
font-size:12px!important;
font-weight:950!important;
letter-spacing:.08em!important;
text-transform:uppercase!important;
margin-bottom:22px!important;
}
.about-hero h1{
color:#fff!important;
font-size:clamp(42px,7vw,76px)!important;
line-height:1.03!important;
letter-spacing:-.06em!important;
margin:0 0 22px!important;
font-weight:950!important;
}
.about-hero p{
color:rgba(255,255,255,.8)!important;
font-size:20px!important;
line-height:1.7!important;
max-width:820px!important;
margin:0 auto!important;
}
.about-section{
padding:76px 20px!important;
}
.about-wrap{
max-width:1180px!important;
margin:auto!important;
}
.about-grid{
display:grid!important;
grid-template-columns:repeat(3,minmax(0,1fr))!important;
gap:24px!important;
}
.about-card{
background:#fff!important;
border:1px solid rgba(15,23,42,.08)!important;
border-radius:30px!important;
padding:34px!important;
box-shadow:0 20px 55px rgba(15,23,42,.07)!important;
}
.about-card strong{
display:block!important;
color:#f7b733!important;
font-size:42px!important;
line-height:1!important;
margin-bottom:14px!important;
font-weight:950!important;
}
.about-card h3{
color:#111827!important;
font-size:26px!important;
line-height:1.15!important;
letter-spacing:-.04em!important;
margin:0 0 14px!important;
}
.about-card p{
color:#5b6472!important;
font-size:16px!important;
line-height:1.75!important;
margin:0!important;
}
.about-process{
margin-top:36px!important;
background:#fff!important;
border:1px solid rgba(15,23,42,.08)!important;
border-radius:34px!important;
padding:40px!important;
box-shadow:0 20px 55px rgba(15,23,42,.07)!important;
}
.about-process h2{
color:#111827!important;
font-size:clamp(34px,5vw,56px)!important;
line-height:1.05!important;
letter-spacing:-.055em!important;
margin:0 0 26px!important;
}
.process-list{
display:grid!important;
grid-template-columns:repeat(4,minmax(0,1fr))!important;
gap:18px!important;
}
.process-item{
background:#f7f9fc!important;
border-radius:22px!important;
padding:22px!important;
}
.process-item span{
display:inline-flex!important;
width:38px!important;
height:38px!important;
align-items:center!important;
justify-content:center!important;
border-radius:999px!important;
background:#f7b733!important;
color:#111827!important;
font-weight:950!important;
margin-bottom:14px!important;
}
.process-item h3{
color:#111827!important;
font-size:18px!important;
margin:0 0 10px!important;
}
.process-item p{
color:#5b6472!important;
font-size:15px!important;
line-height:1.6!important;
margin:0!important;
}
.about-cta{
margin-top:36px!important;
background:#111827!important;
color:#fff!important;
border-radius:34px!important;
padding:44px!important;
display:flex!important;
justify-content:space-between!important;
gap:24px!important;
align-items:center!important;
}
.about-cta h2{
color:#fff!important;
font-size:38px!important;
line-height:1.1!important;
margin:0 0 12px!important;
}
.about-cta p{
color:rgba(255,255,255,.75)!important;
margin:0!important;
line-height:1.7!important;
}
.about-cta a{
background:#f7b733!important;
color:#111827!important;
text-decoration:none!important;
border-radius:999px!important;
padding:15px 23px!important;
font-weight:950!important;
white-space:nowrap!important;
}
@media(max-width:900px){
.about-grid,.process-list{grid-template-columns:1fr!important}
.about-cta{flex-direction:column!important;align-items:flex-start!important}
}

/* FAQ page */
.faq-page{
background:#f5f6f8!important;
}
.faq-hero{
background:linear-gradient(135deg,#111827 0%,#1f2937 55%,#2b2110 100%)!important;
color:#fff!important;
padding:88px 20px!important;
text-align:center!important;
}
.faq-hero-box{
max-width:960px!important;
margin:auto!important;
}
.faq-kicker{
display:inline-flex!important;
background:rgba(247,183,51,.14)!important;
color:#f7b733!important;
border:1px solid rgba(247,183,51,.35)!important;
border-radius:999px!important;
padding:8px 15px!important;
font-size:12px!important;
font-weight:950!important;
letter-spacing:.08em!important;
text-transform:uppercase!important;
margin-bottom:22px!important;
}
.faq-hero h1{
color:#fff!important;
font-size:clamp(42px,7vw,76px)!important;
line-height:1.03!important;
letter-spacing:-.06em!important;
margin:0 0 20px!important;
font-weight:950!important;
}
.faq-hero p{
color:rgba(255,255,255,.8)!important;
font-size:20px!important;
line-height:1.7!important;
max-width:820px!important;
margin:0 auto!important;
}
.faq-section{
padding:72px 20px!important;
}
.faq-wrap{
max-width:980px!important;
margin:auto!important;
}
.faq-item{
background:#fff!important;
border:1px solid rgba(15,23,42,.08)!important;
border-radius:24px!important;
padding:0!important;
margin-bottom:16px!important;
box-shadow:0 16px 42px rgba(15,23,42,.06)!important;
overflow:hidden!important;
}
.faq-item summary{
cursor:pointer!important;
list-style:none!important;
padding:24px 28px!important;
color:#111827!important;
font-size:20px!important;
font-weight:950!important;
letter-spacing:-.02em!important;
}
.faq-item summary::-webkit-details-marker{
display:none!important;
}
.faq-item summary:after{
content:"+"!important;
float:right!important;
color:#f7b733!important;
font-size:26px!important;
line-height:1!important;
}
.faq-item[open] summary:after{
content:"–"!important;
}
.faq-answer{
padding:0 28px 26px!important;
color:#5b6472!important;
font-size:17px!important;
line-height:1.8!important;
}
.faq-answer a{
color:#111827!important;
font-weight:950!important;
}
.faq-cta{
margin-top:34px!important;
background:#111827!important;
color:#fff!important;
border-radius:30px!important;
padding:38px!important;
text-align:center!important;
}
.faq-cta h2{
color:#fff!important;
font-size:36px!important;
line-height:1.15!important;
margin:0 0 14px!important;
}
.faq-cta p{
color:rgba(255,255,255,.78)!important;
font-size:17px!important;
line-height:1.7!important;
margin:0 0 22px!important;
}
.faq-cta a{
display:inline-flex!important;
background:#f7b733!important;
color:#111827!important;
text-decoration:none!important;
border-radius:999px!important;
padding:15px 24px!important;
font-weight:950!important;
}

/* Simple FAQ internal link */
.simple-faq-link{
text-align:center!important;
background:#f5f6f8!important;
padding:28px 20px!important;
margin:0!important;
}
.simple-faq-link a{
display:inline-flex!important;
background:#111827!important;
color:#fff!important;
text-decoration:none!important;
border-radius:999px!important;
padding:13px 22px!important;
font-weight:950!important;
}
.simple-faq-link a:hover{
background:#f7b733!important;
color:#111827!important;
}

/* Product detail inquiry CTA */
.product-inquiry-cta{
background:#f5f6f8!important;
padding:56px 20px!important;
}
.product-inquiry-box{
max-width:1180px!important;
margin:auto!important;
background:linear-gradient(135deg,#111827 0%,#1f2937 65%,#2b2110 100%)!important;
color:#fff!important;
border-radius:34px!important;
padding:46px!important;
display:grid!important;
grid-template-columns:1.2fr .8fr!important;
gap:30px!important;
align-items:center!important;
box-shadow:0 26px 80px rgba(0,0,0,.22)!important;
border:1px solid rgba(247,183,51,.25)!important;
}
.product-inquiry-box h2{
color:#fff!important;
font-size:clamp(32px,5vw,54px)!important;
line-height:1.08!important;
letter-spacing:-.05em!important;
margin:0 0 14px!important;
font-weight:950!important;
}
.product-inquiry-box p{
color:rgba(255,255,255,.78)!important;
font-size:17px!important;
line-height:1.7!important;
margin:0!important;
}
.product-inquiry-actions{
display:flex!important;
flex-direction:column!important;
gap:14px!important;
align-items:flex-start!important;
}
.product-inquiry-actions a{
display:inline-flex!important;
align-items:center!important;
justify-content:center!important;
border-radius:999px!important;
padding:15px 22px!important;
font-weight:950!important;
text-decoration:none!important;
min-width:220px!important;
}
.product-inquire-btn{
background:#16a34a!important;
color:#fff!important;
box-shadow:0 18px 45px rgba(22,163,74,.25)!important;
}
.product-stock-btn{
background:#f7b733!important;
color:#111827!important;
box-shadow:0 18px 45px rgba(247,183,51,.24)!important;
}
@media(max-width:800px){
.product-inquiry-box{
grid-template-columns:1fr!important;
padding:32px!important;
}
.product-inquiry-actions a{
width:100%!important;
}
}

/* Stock page B2B conversion strip */
.stock-conversion-strip{
background:#ffffff!important;
padding:34px 20px!important;
border-bottom:1px solid rgba(15,23,42,.08)!important;
}
.stock-conversion-grid{
max-width:1180px!important;
margin:auto!important;
display:grid!important;
grid-template-columns:repeat(4,minmax(0,1fr))!important;
gap:18px!important;
}
.stock-conversion-item{
background:#f7f9fc!important;
border:1px solid rgba(15,23,42,.08)!important;
border-radius:22px!important;
padding:22px!important;
box-shadow:0 12px 30px rgba(15,23,42,.05)!important;
}
.stock-conversion-item strong{
display:block!important;
color:#111827!important;
font-size:17px!important;
margin-bottom:8px!important;
}
.stock-conversion-item p{
color:#5b6472!important;
font-size:14px!important;
line-height:1.6!important;
margin:0!important;
}
.stock-list-actions a,
.stock-card-actions a,
.inventory-card a{
border-radius:999px!important;
font-weight:950!important;
}
.stock-list-actions a[href*="wa.me"],
.stock-card-actions a[href*="wa.me"],
.inventory-card a[href*="wa.me"]{
background:#16a34a!important;
color:#fff!important;
}
@media(max-width:900px){
.stock-conversion-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:560px){
.stock-conversion-grid{grid-template-columns:1fr!important}
}

/* Category SEO quote strip */
.category-buying-strip{
background:#fff!important;
padding:34px 20px!important;
border-bottom:1px solid rgba(15,23,42,.08)!important;
}
.category-buying-grid{
max-width:1180px!important;
margin:auto!important;
display:grid!important;
grid-template-columns:repeat(4,minmax(0,1fr))!important;
gap:18px!important;
}
.category-buying-item{
background:#f7f9fc!important;
border:1px solid rgba(15,23,42,.08)!important;
border-radius:22px!important;
padding:22px!important;
box-shadow:0 12px 30px rgba(15,23,42,.05)!important;
}
.category-buying-item strong{
display:block!important;
color:#111827!important;
font-size:17px!important;
margin-bottom:8px!important;
}
.category-buying-item p{
color:#5b6472!important;
font-size:14px!important;
line-height:1.6!important;
margin:0!important;
}
@media(max-width:900px){
.category-buying-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:560px){
.category-buying-grid{grid-template-columns:1fr!important}
}

/* Product detail clean layout */
.machine-page{background:#f5f6f8!important}
.machine-hero{background:#111827!important;color:#fff!important;padding:70px 20px!important}
.machine-hero-wrap{max-width:1180px!important;margin:auto!important}
.machine-hero h1{color:#fff!important;font-size:clamp(36px,6vw,68px)!important;line-height:1.05!important;letter-spacing:-.055em!important;margin:0 0 18px!important}
.machine-hero p{color:rgba(255,255,255,.78)!important;font-size:19px!important;line-height:1.7!important;max-width:850px!important}
.machine-detail{padding:60px 20px!important}
.machine-wrap{max-width:1180px!important;margin:auto!important;display:grid!important;grid-template-columns:1.15fr .85fr!important;gap:28px!important;align-items:start!important}
.machine-gallery,.machine-info,.machine-block{background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:28px!important;padding:24px!important;box-shadow:0 20px 55px rgba(15,23,42,.07)!important}
.machine-main-img{width:100%!important;border-radius:22px!important;margin-bottom:14px!important}
.machine-main-img img{width:100%!important;height:auto!important;border-radius:22px!important;display:block!important}
.machine-thumbs{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:10px!important}
.machine-thumbs img{width:100%!important;height:92px!important;object-fit:cover!important;border-radius:14px!important}
.machine-info h2,.machine-block h2{color:#111827!important;font-size:30px!important;letter-spacing:-.04em!important;margin:0 0 18px!important}
.machine-spec{width:100%!important;border-collapse:collapse!important}
.machine-spec td{padding:13px 0!important;border-bottom:1px solid rgba(15,23,42,.08)!important;color:#4b5563!important}
.machine-spec td:first-child{font-weight:900!important;color:#111827!important}
.machine-block{margin-top:28px!important}
.machine-block p,.machine-block li{color:#5b6472!important;font-size:16px!important;line-height:1.8!important}
.machine-block ul{margin:0!important;padding-left:20px!important}
.machine-cta{background:#111827!important;color:#fff!important;border-radius:28px!important;padding:30px!important;margin-top:28px!important}
.machine-cta h2{color:#fff!important;margin:0 0 12px!important}
.machine-cta p{color:rgba(255,255,255,.78)!important}
.machine-actions{display:flex!important;gap:12px!important;flex-wrap:wrap!important;margin-top:18px!important}
.machine-actions a{border-radius:999px!important;padding:13px 19px!important;font-weight:950!important;text-decoration:none!important}
.machine-whatsapp{background:#16a34a!important;color:#fff!important}
.machine-stock{background:#f7b733!important;color:#111827!important}
@media(max-width:900px){.machine-wrap{grid-template-columns:1fr!important}.machine-thumbs{grid-template-columns:repeat(2,1fr)!important}}



/* ZODA BEAUTIFY PATCH */
.site-header{
  background:linear-gradient(135deg,#0b111b,#121b29)!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
  box-shadow:0 10px 30px rgba(0,0,0,.18)!important;
}
.nav-container{
  max-width:1240px!important;
  margin:0 auto!important;
  padding:18px 22px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:22px!important;
}
.brand{
  color:#fff!important;
  text-decoration:none!important;
  font-size:25px!important;
  font-weight:900!important;
}
.site-nav{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  flex-wrap:wrap!important;
}
.site-nav a{
  color:#fff!important;
  text-decoration:none!important;
  font-size:15px!important;
  font-weight:800!important;
  padding:12px 15px!important;
  border-radius:999px!important;
}
.site-nav a:hover{
  background:rgba(255,255,255,.12)!important;
}
.quote-nav,.site-nav .quote-nav{
  background:linear-gradient(135deg,#f5b632,#ffca52)!important;
  color:#111827!important;
}
.stock-hero{
  background:linear-gradient(135deg,#0e1624,#121c2d)!important;
  color:#fff!important;
  padding:80px 18px!important;
  text-align:center!important;
}
.stock-hero h1{
  font-size:clamp(38px,5vw,66px)!important;
  margin:0 0 20px!important;
  font-weight:950!important;
}
.stock-hero p{
  max-width:880px!important;
  margin:0 auto!important;
  color:#d9e0ea!important;
  font-size:clamp(17px,2vw,22px)!important;
  line-height:1.65!important;
}
.stock-grid{
  max-width:1280px!important;
  margin:38px auto 80px!important;
  padding:0 22px!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:26px!important;
}
.stock-card{
  background:#fff!important;
  border-radius:24px!important;
  overflow:hidden!important;
  box-shadow:0 16px 42px rgba(15,23,42,.09)!important;
  border:1px solid rgba(15,23,42,.08)!important;
}
.stock-img img{
  width:100%!important;
  aspect-ratio:4/3!important;
  object-fit:cover!important;
  display:block!important;
}
.stock-body{
  padding:20px!important;
}
.stock-body h3{
  margin:0 0 10px!important;
  font-size:20px!important;
  line-height:1.25!important;
  font-weight:900!important;
}
.stock-body p{
  color:#64748b!important;
  font-size:15px!important;
  line-height:1.6!important;
}
.stock-actions{
  display:flex!important;
  gap:10px!important;
  flex-wrap:wrap!important;
  margin-top:18px!important;
}
.stock-actions a{
  text-decoration:none!important;
  border-radius:999px!important;
  padding:11px 15px!important;
  font-size:14px!important;
  font-weight:900!important;
  background:#111827!important;
  color:#fff!important;
}
.stock-actions a:last-child{
  background:linear-gradient(135deg,#f5b632,#ffca52)!important;
  color:#111827!important;
}
@media(max-width:900px){
  .stock-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:620px){
  .nav-container{flex-direction:column!important;align-items:flex-start!important;}
  .stock-grid{grid-template-columns:1fr!important;padding:0 16px!important;}
  .stock-hero{padding:58px 16px!important;}
}
/* Fix header navigation visibility */
.site-header,
.header,
.navbar,
nav {
  background: #ffffff !important;
}

.site-header a,
.header a,
.navbar a,
nav a {
  color: #111827 !important;
  font-weight: 700 !important;
}

.site-header a:hover,
.header a:hover,
.navbar a:hover,
nav a:hover {
  color: #f5a400 !important;
}

.logo,
.brand,
.site-logo {
  color: #4c1d95 !important;
  font-weight: 800 !important;
}

.nav-toggle,
.menu-toggle,
.hamburger {
  color: #111827 !important;
}

.cta,
.quote-btn,
.get-quote,
.btn-quote {
  background: #fbbf24 !important;
  color: #111827 !important;
  font-weight: 800 !important;
}

/* GLOBAL-FIX-START */

/* Global layout reset */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f7f3ea;
  color: #111827;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

/* Header and navigation */
header,
.site-header,
.header,
.navbar,
.topbar,
nav {
  background: #ffffff !important;
  color: #111827 !important;
  width: 100%;
  z-index: 50;
}

header a,
.site-header a,
.header a,
.navbar a,
.topbar a,
nav a {
  color: #111827 !important;
  opacity: 1 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

header a:hover,
.site-header a:hover,
.header a:hover,
.navbar a:hover,
.topbar a:hover,
nav a:hover {
  color: #f59e0b !important;
}

.logo,
.brand,
.site-logo,
header .logo,
nav .logo {
  color: #4c1d95 !important;
  font-weight: 800 !important;
}

/* Main quote buttons */
.get-quote,
.quote-btn,
.btn-quote,
.cta,
header .btn,
nav .btn,
a[href*="quote"],
a[href*="contact"] {
  background: #fbbf24 !important;
  color: #111827 !important;
  font-weight: 800 !important;
  border-radius: 999px !important;
  border: none !important;
  box-shadow: 0 10px 24px rgba(251, 191, 36, 0.25);
}

/* Hero sections */
.hero,
.stock-hero,
.page-hero {
  background: #111827 !important;
  color: #ffffff !important;
}

.hero h1,
.stock-hero h1,
.page-hero h1 {
  color: #ffffff !important;
  font-weight: 900 !important;
}

.hero p,
.stock-hero p,
.page-hero p {
  color: #d1d5db !important;
}

/* Cards */
.card,
.stock-card,
.product-card,
.category-card {
  background: #ffffff !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.10) !important;
  border: 1px solid rgba(17, 24, 39, 0.06) !important;
}

.card img,
.stock-card img,
.product-card img,
.category-card img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: cover !important;
}

/* Image display */
img {
  max-width: 100%;
}

/* Mobile optimization */
@media (max-width: 768px) {
  header,
  .site-header,
  .header,
  .navbar,
  .topbar,
  nav {
    padding: 12px 16px !important;
  }

  header a,
  .site-header a,
  .header a,
  .navbar a,
  .topbar a,
  nav a {
    color: #111827 !important;
    font-size: 15px !important;
  }

  .hero,
  .stock-hero,
  .page-hero {
    padding: 52px 18px !important;
    text-align: center !important;
  }

  .hero h1,
  .stock-hero h1,
  .page-hero h1 {
    font-size: 34px !important;
    line-height: 1.12 !important;
  }

  .hero p,
  .stock-hero p,
  .page-hero p {
    font-size: 17px !important;
    line-height: 1.55 !important;
  }

  .stock-grid,
  .product-grid,
  .category-grid,
  .grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .get-quote,
  .quote-btn,
  .btn-quote,
  .cta,
  header .btn,
  nav .btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 46px !important;
    padding: 12px 22px !important;
  }
}

/* Desktop optimization */
@media (min-width: 769px) {
  .stock-grid,
  .product-grid,
  .category-grid,
  .grid {
    gap: 32px !important;
  }
}

/* GLOBAL-FIX-END */

/* BRAND-COLOR-FIX-START */

/* Unify brand / logo color, remove pink or purple */
.logo,
.brand,
.site-logo,
.site-title,
.nav-brand,
.header-brand,
.brand-name,
header .logo,
header .brand,
nav .logo,
nav .brand {
  color: #ffffff !important;
  background: none !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: none !important;
  font-weight: 900 !important;
}

/* Optional gold accent inside logo */
.logo span,
.brand span,
.site-logo span,
.site-title span,
.nav-brand span,
.header-brand span,
.brand-name span {
  color: #fbbf24 !important;
  -webkit-text-fill-color: #fbbf24 !important;
}

/* Force homepage top brand text */
header div,
header a,
nav div,
nav a {
  text-shadow: none !important;
}

/* Remove pink from specific homepage brand */
a[href="/"],
a[href="./"],
a[href="index.html"] {
  text-decoration: none !important;
}

/* BRAND-COLOR-FIX-END */
