/* =============================================
   TYKKO GLOBAL — Main Stylesheet
   Premium Light Theme
   ============================================= */

/* --- Variables --- */
:root {
  --primary:      #7655A6;
  --primary-dark: #4F3677;
  --primary-med:  #8E70B7;
  --primary-light:#F3EFF8;
  --accent:       #EFEBDD;
  --accent-dark:  #C8BFAF;
  --text:         #202638;
  --text-muted:   #667085;
  --text-light:   #9CA3AF;
  --border:       #ECE8F3;
  --bg:           #FBFAFD;
  --surface:      #FFFFFF;
  --surface-soft: #F8F5FF;
  --white:        #FFFFFF;
  --shadow-sm:    0 8px 24px rgba(32,38,56,0.06);
  --shadow:       0 16px 38px rgba(79,54,119,0.11);
  --shadow-lg:    0 22px 58px rgba(79,54,119,0.16);
  --radius:       16px;
  --radius-sm:    8px;
  --transition:   all 0.3s ease;
  --font:         'Poppins', sans-serif;
}

/* --- Reset --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--text); background: linear-gradient(180deg,#FFFFFF 0%,#FBFAFD 100%); line-height: 1.6; font-size: 15px; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }
button { cursor: pointer; font-family: var(--font); border: none; }
input, textarea, select { font-family: var(--font); }
.container { max-width: 1420px; margin: 0 auto; padding: 0 24px; }

/* --- Header --- */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: #fff; box-shadow: 0 8px 28px rgba(15,23,42,0.08); }

/* --- Topbar --- */
.topbar { background: linear-gradient(90deg, #F8F5FF 0%, #FFF7E8 52%, #F5F8FF 100%); color: var(--text); font-size: 12.5px; max-height: 42px; padding: 7px 0; border-bottom: 1px solid rgba(236,232,243,0.9); overflow: hidden; opacity: 1; transition: max-height .28s ease, padding .28s ease, opacity .2s ease, border-color .28s ease; }
.site-header.compact .topbar { max-height: 0; padding-top: 0; padding-bottom: 0; opacity: 0; border-bottom-color: transparent; pointer-events: none; }
.topbar-inner { display: grid; grid-template-columns: 1.25fr 1fr auto; align-items: center; gap: 18px; }
.topbar-left, .topbar-right, .topbar-center { display: flex; align-items: center; gap: 14px; min-width: 0; }
.topbar-center { justify-content: center; color: var(--text-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.topbar-center span { overflow: hidden; text-overflow: ellipsis; }
.topbar a { color: var(--text-muted); display: flex; align-items: center; gap: 6px; white-space: nowrap; }
.topbar a:hover { color: var(--primary); }
.topbar i { color: var(--primary); }
.topbar-tag { display: flex; align-items: center; gap: 6px; color: var(--text-muted); white-space: nowrap; }
.topbar-wa { background: #DCFCE7; color: #15803D !important; padding: 3px 11px; border-radius: 999px; font-weight: 700; }

/* --- Navbar --- */
.navbar { background: rgba(255,255,255,0.98); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(226,232,240,0.9); transition: var(--transition); }
.navbar.scrolled { box-shadow: 0 10px 28px rgba(15,23,42,0.1); }
.nav-spacer { height: 112px; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 20px; }
.nav-logo { display: flex; align-items: center; gap: 10px; }
.logo-icon { width: 46px; height: 46px; background: #7655A6; color: #FFF9E8; border: 3px solid #EFEBDD; border-radius: 2px; display: flex; align-items: center; justify-content: center; font-family: Georgia, 'Times New Roman', serif; font-size: 34px; line-height: 1; font-weight: 700; box-shadow: 0 4px 12px rgba(79,54,119,0.2); }
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.nav-logo .logo-text { transform: translateY(-3px); }
.logo-main { font-size: 20px; font-weight: 800; color: var(--primary-dark); letter-spacing: 1px; line-height: 1; }
.logo-sub  { font-size: 10px; font-weight: 700; color: var(--text-muted); letter-spacing: 1.2px; white-space: nowrap; }
.logo-line {
  width: 170px;
  height: 2px;
  background: #ff6600;
  position: relative;
  margin: 3px 0 2px;
}


.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links > li { position: relative; }
.nav-links > li > a { padding: 8px 14px; border-radius: var(--radius-sm); font-weight: 500; font-size: 14.5px; color: var(--text); display: flex; align-items: center; gap: 5px; }
.nav-links > li > a:hover, .nav-links > li > a.active { color: var(--primary); background: var(--primary-light); transform: translateY(-1px); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-call { display: flex; align-items: center; gap: 9px; color: var(--text); font-weight: 700; font-size: 13px; }
.nav-call i { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: #ECFDF5; color: #059669; }
.nav-call span { display: flex; flex-direction: column; line-height: 1.1; white-space: nowrap; }
.nav-call small { color: var(--text-muted); font-size: 10px; font-weight: 600; margin-bottom: 3px; }
.nav-cta { display: inline-flex; align-items: center; gap: 7px; background: linear-gradient(135deg,#9B7BC5,#7F62AD) !important; color: #fff !important; padding: 10px 18px !important; border-radius: 999px !important; font-weight: 700 !important; box-shadow: 0 8px 22px rgba(155,123,197,0.22); white-space: nowrap; }
.nav-cta:hover { background: #7F62AD !important; transform: translateY(-1px); box-shadow: 0 4px 15px rgba(155,123,197,0.3); }

/* Dropdown */
.nav-dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-menu { position: absolute; top: calc(100% + 6px); left: 0; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg); min-width: 220px; padding: 8px; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: var(--transition); z-index: 100; }
.dropdown-menu li a { display: block; padding: 9px 14px; font-size: 14px; border-radius: var(--radius-sm); color: var(--text); }
.dropdown-menu li a:hover { background: var(--primary-light); color: var(--primary); }

/* Mobile toggle */
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; padding: 4px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: var(--transition); }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* --- Hero Slider --- */
.hero-swiper { width: 100%; height: 90vh; min-height: 520px; max-height: 760px; }
.hero-slide { position: relative; overflow: hidden; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 82% 18%, rgba(255,255,255,0.32) 0%, transparent 30%), linear-gradient(105deg, rgba(48,34,67,0.88) 0%, rgba(79,54,119,0.58) 48%, rgba(15,23,42,0.04) 100%); }
.hero-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: min(92%, 1420px); max-width: 1420px; text-align: left; color: #fff; padding: 0 24px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.22); backdrop-filter: blur(10px); color: #FDE68A; font-size: 12px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; margin-bottom: 18px; }
.hero-content h1 { font-family: 'Playfair Display', serif; font-size: clamp(36px, 5.2vw, 78px); font-weight: 800; line-height: 1.02; max-width: 860px; margin-bottom: 14px; text-shadow: 0 14px 40px rgba(0,0,0,0.3); }
.hero-typing { display: flex; align-items: baseline; gap: 8px; font-size: clamp(20px, 2.7vw, 38px); font-family: 'Playfair Display', serif; font-weight: 800; color: rgba(255,255,255,0.95); margin-bottom: 14px; }
.typing-text { color: #FDE68A; min-width: 260px; display: inline-block; position: relative; }
.typing-text::after { content: ''; display: inline-block; width: 2px; height: 0.9em; margin-left: 4px; background: #FDE68A; vertical-align: -0.08em; animation: typingCursor .9s steps(2,start) infinite; }
@keyframes typingCursor { 50% { opacity: 0; } }
.hero-content p { font-size: clamp(14px, 1.6vw, 18px); margin-bottom: 28px; opacity: 0.92; font-weight: 400; max-width: 650px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; padding: 9px 13px; border-radius: 999px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.18); backdrop-filter: blur(10px); font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.9); }
.hero-trust i { color: #FDE68A; }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; border-radius: 40px; font-weight: 700; font-size: 15px; transition: var(--transition); cursor: pointer; }
.btn-primary { background: linear-gradient(135deg,var(--primary),var(--primary-dark)); color: #fff; box-shadow: 0 10px 24px rgba(118,85,166,0.22); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(118,85,166,0.28); }
.btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.7); }
.btn-outline:hover { background: rgba(255,255,255,0.15); border-color: #fff; }
.btn-wa { background: #25D366; color: #fff; }
.btn-wa:hover { background: #1ebe57; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(37,211,102,0.4); }
.btn-accent { background: linear-gradient(135deg,var(--accent),var(--accent-dark)); color: #fff; box-shadow: 0 10px 24px rgba(214,168,90,0.24); }
.btn-accent:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(214,168,90,0.32); }
.btn-sm { padding: 9px 20px; font-size: 13.5px; }
.btn-lg { padding: 16px 36px; font-size: 17px; }

/* Swiper arrows/pagination */
.swiper-button-next, .swiper-button-prev { color: #fff !important; background: rgba(255,255,255,0.15); border-radius: 50%; width: 46px !important; height: 46px !important; }
.swiper-button-next::after, .swiper-button-prev::after { font-size: 18px !important; }
.swiper-pagination-bullet { background: #fff !important; opacity: 0.6 !important; }
.swiper-pagination-bullet-active { opacity: 1 !important; }

/* --- Section Styles --- */
.section { padding: 86px 0; }
.section-alt { background: linear-gradient(180deg,#FBFAFD 0%,#FFFFFF 100%); }
.section-header { text-align: center; margin-bottom: 56px; }
.section-badge { display: inline-block; background: linear-gradient(135deg,#F3EFF8,#FFF9E8); color: var(--primary); font-size: 12px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; padding: 7px 17px; border-radius: 30px; margin-bottom: 14px; box-shadow: inset 0 0 0 1px rgba(118,85,166,0.1); }
.section-title { font-size: clamp(26px, 3.5vw, 40px); font-weight: 800; color: var(--text); margin-bottom: 14px; line-height: 1.25; }
.section-title span { color: var(--primary); }
.section-sub { font-size: 16px; color: var(--text-muted); max-width: 560px; margin: 0 auto; }

/* --- Category Tabs --- */
.cat-tabs { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 40px; }
.cat-tab { padding: 9px 22px; border-radius: 30px; font-size: 14px; font-weight: 500; cursor: pointer; border: 2px solid var(--border); color: var(--text-muted); background: #fff; transition: var(--transition); }
.cat-tab:hover { border-color: var(--primary); color: var(--primary); }
.cat-tab.active { background: var(--primary); color: #fff; border-color: var(--primary); }

/* --- Product Cards --- */
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(265px, 1fr)); gap: 28px; }
.product-card { background: rgba(255,255,255,0.94); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; transition: var(--transition); border: 1px solid var(--border); }
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: rgba(118,85,166,0.18); }
.product-card-img { position: relative; display: block; height: 230px; overflow: hidden; background: var(--bg); cursor: pointer; }
.product-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.product-card:hover .product-card-img img { transform: scale(1.06); }
.product-card-img:focus-visible { outline: 3px solid rgba(118,85,166,0.35); outline-offset: 3px; }
.product-badges { position: absolute; top: 12px; left: 12px; display: flex; flex-wrap: wrap; gap: 7px; z-index: 2; }
.product-badge { display: inline-flex; align-items: center; min-height: 26px; background: var(--primary); color: #fff; font-size: 11px; font-weight: 800; padding: 5px 11px; border-radius: 999px; line-height: 1; box-shadow: 0 8px 20px rgba(15,23,42,0.22); border: 1px solid rgba(255,255,255,0.42); }
.product-badge.featured { background: linear-gradient(135deg,#7655A6,#4F3677); color: #fff; }
.product-badge.new { background: linear-gradient(135deg,#10B981,#047857); color: #fff; }
.product-card-body { padding: 18px 20px 20px; }
.product-cat-label { font-size: 12px; color: var(--primary); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 6px; }
.product-card-title { font-size: 15.5px; font-weight: 700; color: var(--text); margin-bottom: 8px; line-height: 1.4; }
.product-card-desc { font-size: 13.5px; color: var(--text-muted); margin-bottom: 14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-moq { font-size: 12.5px; color: var(--text-muted); margin-bottom: 14px; }
.product-moq strong { color: var(--primary); }
.product-card-footer { display: flex; gap: 8px; }
.product-card-footer .btn { flex: 1; justify-content: center; padding: 9px 12px; font-size: 13px; border-radius: 8px; }

/* --- Product Zoom --- */
.zoom-panel { position: fixed; top: 0; left: 0; right: auto; transform: none; width: 460px; height: 460px; border-radius: 12px; border: 2px solid #E5E7EB; background: #fff; box-shadow: 0 12px 40px rgba(0,0,0,0.15); overflow: hidden; z-index: 1000; display: none; background-repeat: no-repeat; pointer-events: none; }
.zoom-panel.active { display: block; }
.zoom-lens { position: absolute; border: 2px solid rgba(109,40,217,0.6); background: rgba(109,40,217,0.12); border-radius: 6px; pointer-events: none; display: none; z-index: 10; box-shadow: 0 0 0 9999px rgba(0,0,0,0.05); }
.product-main-img:hover .zoom-lens { display: block; }
.product-main-img { position: relative; cursor: crosshair; overflow: hidden; }
@media (max-width: 1024px) { .zoom-panel { display: none !important; } .zoom-lens { display: none !important; } }

/* --- Home Client Projects --- */
.home-projects { position: relative; overflow: hidden; padding: 82px 0; background: linear-gradient(135deg,#EAA900 0%,#F2B511 54%,#D99800 100%); color: #1f1726; }
.home-projects::before { content: ""; position: absolute; inset: -20% auto auto -8%; width: 48%; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,0.12); pointer-events: none; }
.home-projects-header { position: relative; text-align: center; max-width: 720px; margin: 0 auto 42px; }
.home-projects-header .section-badge { background: rgba(255,249,232,0.92); color: var(--primary-dark); }
.home-projects-header h2 { font-family: Georgia,'Times New Roman',serif; font-size: clamp(28px,3vw,42px); font-weight: 500; text-transform: uppercase; letter-spacing: 0; margin: 12px 0 8px; }
.home-projects-header p { color: rgba(31,23,38,0.72); font-size: 15px; }
.home-projects-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.home-project-card { position: relative; display: block; min-height: 320px; aspect-ratio: 1.18; overflow: hidden; background: #111; box-shadow: 0 18px 42px rgba(31,23,38,0.22); }
.home-project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.home-project-card::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg,rgba(15,12,20,0.05) 0%,rgba(15,12,20,0.2) 45%,rgba(15,12,20,0.82) 100%); transition: background .35s ease; }
.home-project-overlay { position: absolute; inset: 0; z-index: 2; display: flex; align-items: flex-end; justify-content: center; padding: 24px; text-align: center; }
.home-project-overlay span { color: #fff; font-family: Georgia,'Times New Roman',serif; font-size: clamp(18px,1.7vw,28px); font-weight: 800; line-height: 1.15; text-shadow: 0 3px 16px rgba(0,0,0,0.65); transform: translateY(8px); transition: transform .35s ease; }
.home-project-card:hover img { transform: scale(1.08); filter: brightness(0.72); }
.home-project-card:hover::before { background: linear-gradient(180deg,rgba(15,12,20,0.18) 0%,rgba(15,12,20,0.46) 48%,rgba(15,12,20,0.9) 100%); }
.home-project-card:hover .home-project-overlay span { transform: translateY(-8px); }
.home-projects-action { position: relative; text-align: center; margin-top: 38px; }

/* --- Product Search --- */
.product-search-strip { background: #fff; border-bottom: 1px solid #E5E7EB; padding: 14px 0; }
.product-search-form { max-width: 540px; }
.product-search-row { display: flex; align-items: center; gap: 10px; width: 100%; }
.product-search-input { flex: 1 1 auto; min-width: 0; height: 46px; }
.product-search-btn { flex: 0 0 58px; width: 58px; height: 46px; padding: 0 !important; border-radius: 8px !important; justify-content: center; }

/* --- Category Cards --- */
.cat-swiper { width: 100%; padding: 2px 2px 34px; overflow: hidden; }
.cat-swiper .swiper-slide { height: auto; }
.cat-swiper .swiper-pagination { bottom: 0 !important; }
.cat-swiper .swiper-pagination-bullet { background: var(--primary) !important; opacity: 0.25 !important; }
.cat-swiper .swiper-pagination-bullet-active { opacity: 1 !important; }
.cat-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 20px; }
.cat-card { position: relative; display: block; border-radius: var(--radius); overflow: hidden; aspect-ratio: 1; cursor: pointer; box-shadow: var(--shadow-sm); transition: var(--transition); background: #fff; }
.cat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.cat-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.cat-card:hover img { transform: scale(1.06); }
.cat-card-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(48,34,67,0.88) 0%, rgba(79,54,119,0.36) 52%, rgba(15,23,42,0.08) 100%); display: flex; align-items: flex-end; padding: 18px; }
.cat-card-name { color: #fff; font-weight: 800; font-size: 15px; line-height: 1.25; text-shadow: 0 2px 10px rgba(0,0,0,0.45); }

/* Default cat card (no image) */
.cat-card-default { width: 100%; height: 100%; background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 20px; }
.cat-card-default i { font-size: 32px; color: rgba(255,255,255,0.8); }
.cat-card-default span { color: #fff; font-weight: 700; font-size: 14px; text-align: center; }

/* --- Why Choose Us --- */
.why-section { position: relative; overflow: hidden; background: linear-gradient(135deg,rgba(255,255,255,0.9),rgba(243,239,248,0.88)), url('https://images.unsplash.com/photo-1618220179428-22790b461013?w=1600&q=85') center/cover fixed; }
.why-section .container { position: relative; z-index: 1; }
.why-section .why-card { background: rgba(255,255,255,0.92); backdrop-filter: blur(8px); }
.why-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 28px; }
.why-card { text-align: center; padding: 36px 24px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-sm); border: 1px solid var(--border); transition: var(--transition); }
.why-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.why-icon { width: 68px; height: 68px; background: var(--primary-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; transition: var(--transition); }
.why-card:hover .why-icon { background: var(--primary); }
.why-icon i { font-size: 28px; color: var(--primary); transition: var(--transition); }
.why-card:hover .why-icon i { color: #fff; }
.why-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.why-card p { font-size: 13.5px; color: var(--text-muted); }

/* --- Stats Strip --- */
.stats-strip { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); color: #fff; padding: 56px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; text-align: center; }
.stat-item h3 { font-size: clamp(32px, 4vw, 52px); font-weight: 800; margin-bottom: 8px; }
.stat-item p { font-size: 14px; opacity: 0.85; font-weight: 400; }

/* --- CTA Banner --- */
.cta-banner { background: linear-gradient(135deg, rgba(48,34,67,0.9) 0%, rgba(118,85,166,0.74) 100%), url('https://images.unsplash.com/photo-1555041469-a586c61ea9bc?w=1600&q=85') center/cover; color: #fff; padding: 72px 0; text-align: center; }
.cta-banner h2 { font-size: clamp(26px, 3vw, 40px); font-weight: 800; margin-bottom: 14px; }
.cta-banner p { font-size: 16px; opacity: 0.88; margin-bottom: 32px; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* --- Product Detail --- */
.product-detail { padding: 60px 0; }
.product-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.product-gallery { position: sticky; top: 90px; }
.product-main-img { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; background: var(--bg); }
.product-main-img img { width: 100%; height: 100%; object-fit: cover; }
.product-thumbs { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.product-thumb { width: 76px; height: 76px; border-radius: 8px; overflow: hidden; cursor: pointer; border: 2px solid transparent; transition: var(--transition); }
.product-thumb.active, .product-thumb:hover { border-color: var(--primary); }
.product-thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-info-side .breadcrumb { font-size: 13px; color: var(--text-muted); margin-bottom: 14px; display: flex; gap: 6px; align-items: center; }
.product-info-side .breadcrumb a { color: var(--primary); }
.product-info-side h1 { font-size: clamp(22px, 2.5vw, 32px); font-weight: 800; margin-bottom: 10px; line-height: 1.3; }
.product-moq-badge { display: inline-flex; align-items: center; gap: 6px; background: var(--primary-light); color: var(--primary); font-size: 13px; font-weight: 600; padding: 6px 14px; border-radius: 30px; margin-bottom: 20px; }
.product-desc-text { color: var(--text-muted); font-size: 15px; margin-bottom: 24px; line-height: 1.8; }
.product-features { margin-bottom: 28px; }
.product-features h3 { font-size: 15px; font-weight: 700; margin-bottom: 14px; }
.product-features ul { display: grid; gap: 8px; }
.product-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; }
.product-features li i { color: var(--primary); margin-top: 3px; flex-shrink: 0; }
.product-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 28px; }
.spec-item { background: var(--bg); border-radius: var(--radius-sm); padding: 12px 16px; }
.spec-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-muted); margin-bottom: 3px; }
.spec-val { font-size: 14px; font-weight: 600; }
.product-actions { display: flex; flex-direction: column; gap: 12px; }
.product-actions .btn { justify-content: center; padding: 15px; font-size: 16px; border-radius: var(--radius-sm); }
.product-share-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.btn-share, .btn-copy { background: #fff; color: var(--primary-dark); border: 1px solid var(--border); box-shadow: var(--shadow-sm); }
.btn-share:hover, .btn-copy:hover { color: var(--primary); border-color: rgba(118,85,166,0.28); transform: translateY(-2px); box-shadow: var(--shadow); }
.copy-feedback { min-height: 22px; color: #047857; font-size: 13px; font-weight: 700; text-align: center; }

/* --- Enquiry Form --- */
.enquiry-section { padding: 72px 0; }
.enquiry-grid { display: grid; grid-template-columns: 1fr 420px; gap: 56px; align-items: start; }
.enquiry-form-card { background: #fff; border-radius: 20px; box-shadow: var(--shadow-lg); padding: 44px; }
.enquiry-form-card h2 { font-size: 26px; font-weight: 800; margin-bottom: 6px; }
.enquiry-form-card p { color: var(--text-muted); font-size: 14px; margin-bottom: 32px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 13.5px; font-weight: 600; margin-bottom: 7px; color: var(--text); }
.form-group label span { color: #EF4444; }
.form-control { width: 100%; padding: 12px 16px; border: 2px solid var(--border); border-radius: var(--radius-sm); font-size: 14px; font-family: var(--font); color: var(--text); background: #fff; transition: var(--transition); }
.form-control:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px rgba(118,85,166,0.08); }
select.form-control { cursor: pointer; }
textarea.form-control { resize: vertical; min-height: 100px; }
.enquiry-info-side .info-card { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); color: #fff; border-radius: 20px; padding: 36px; margin-bottom: 24px; }
.enquiry-info-side .info-card h3 { font-size: 20px; font-weight: 700; margin-bottom: 20px; }
.info-list li { display: flex; align-items: flex-start; gap: 14px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.1); font-size: 14px; }
.info-list li:last-child { border-bottom: none; }
.info-list li i { width: 20px; margin-top: 2px; opacity: 0.8; flex-shrink: 0; }
.wa-direct-card { background: #E8FFF3; border-radius: 16px; padding: 24px; border: 1px solid #A7F3D0; text-align: center; }
.wa-direct-card h4 { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.wa-direct-card p { font-size: 13px; color: var(--text-muted); margin-bottom: 16px; }
.alert { padding: 14px 18px; border-radius: var(--radius-sm); margin-bottom: 20px; font-size: 14px; font-weight: 500; }
.alert-success { background: #D1FAE5; color: #065F46; }
.alert-error { background: #FEE2E2; color: #991B1B; }

/* --- Page Content --- */
.page-hero { background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-med) 100%); color: #fff; padding: 60px 0; text-align: center; }
.page-hero h1 { font-size: clamp(26px, 3.5vw, 44px); font-weight: 800; margin-bottom: 10px; }
.page-hero p { opacity: 0.85; font-size: 16px; }
.page-content { max-width: 800px; margin: 60px auto; padding: 0 20px; }
.page-content h2 { font-size: 26px; font-weight: 700; color: var(--primary-dark); margin: 36px 0 14px; }
.page-content h3 { font-size: 20px; font-weight: 700; margin: 28px 0 12px; }
.page-content p { color: var(--text-muted); line-height: 1.9; margin-bottom: 16px; }
.page-content ul { margin: 0 0 16px 20px; color: var(--text-muted); }
.page-content ul li { margin-bottom: 8px; }
.page-content a { color: var(--primary); font-weight: 500; }
.page-content strong { color: var(--text); }

/* --- Our Client --- */
.clients-hero { background: linear-gradient(135deg,#F8F5FF 0%,#FFF7E8 52%,#F5F8FF 100%); color: var(--text); border-bottom: 1px solid var(--border); }
.clients-hero h1 { color: var(--text); }
.clients-hero p { color: var(--text-muted); opacity: 1; max-width: 620px; margin: 0 auto; }
.client-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 26px; }
.client-card { position: relative; overflow: hidden; border-radius: var(--radius); background: #fff; border: 1px solid var(--border); box-shadow: var(--shadow-sm); transition: var(--transition); }
.client-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: rgba(118,85,166,0.18); }
.client-card img { width: 100%; height: 250px; object-fit: cover; transition: transform .45s ease; }
.client-card:hover img { transform: scale(1.06); }
.client-card-title { position: absolute; left: 14px; right: 14px; bottom: 14px; color: #fff; font-size: 15px; font-weight: 800; line-height: 1.3; padding: 12px 14px; border-radius: 12px; background: rgba(32,38,56,0.72); backdrop-filter: blur(8px); box-shadow: 0 10px 26px rgba(15,23,42,0.22); }
.client-breadcrumb { font-size: 13px; color: var(--text-muted); margin-bottom: 28px; display: flex; gap: 7px; align-items: center; flex-wrap: wrap; }
.client-breadcrumb a { color: var(--primary); }
.client-detail-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr); gap: 48px; align-items: start; }
.client-gallery { position: static; }
.client-detail-info { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); }
.client-detail-info h2 { font-size: clamp(24px,3vw,36px); line-height: 1.2; margin: 12px 0; }
.client-detail-info p { color: var(--text-muted); line-height: 1.8; margin-bottom: 18px; }
.client-photo-count { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: var(--primary-light); color: var(--primary); font-size: 13px; font-weight: 700; margin-bottom: 22px; }
.client-detail-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.client-all-images { margin-top: 58px; }
.client-all-images h2 { font-size: 24px; margin-bottom: 22px; }
.client-all-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 18px; }
.client-all-img { display: block; aspect-ratio: 4/3; overflow: hidden; border-radius: var(--radius-sm); background: var(--bg); border: 1px solid var(--border); }
.client-all-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.client-all-img:hover img { transform: scale(1.06); }
.empty-public { max-width: 560px; margin: 0 auto; text-align: center; padding: 48px 28px; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.empty-public i { font-size: 38px; color: var(--primary); margin-bottom: 16px; }
.empty-public h2 { font-size: 24px; margin-bottom: 8px; }
.empty-public p { color: var(--text-muted); margin-bottom: 22px; }

/* --- Blog --- */
.blog-hero { background: linear-gradient(135deg,#F6FBF8 0%,#FFF7E8 55%,#F8F5FF 100%); color: var(--text); border-bottom: 1px solid var(--border); }
.blog-hero h1 { color: var(--text); }
.blog-hero p { color: var(--text-muted); opacity: 1; max-width: 660px; margin: 0 auto; }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 28px; }
.blog-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: var(--transition); }
.blog-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); border-color: rgba(118,85,166,0.18); }
.blog-card-img { display: block; height: 220px; overflow: hidden; background: var(--bg); }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.blog-card:hover .blog-card-img img { transform: scale(1.06); }
.blog-card-body { padding: 22px; }
.blog-date { color: var(--primary); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 8px; }
.blog-card h2 { font-size: 19px; line-height: 1.35; margin-bottom: 10px; }
.blog-card h2 a { color: var(--text); }
.blog-card h2 a:hover { color: var(--primary); }
.blog-card p { color: var(--text-muted); font-size: 14px; line-height: 1.7; margin-bottom: 16px; }
.blog-readmore { color: var(--primary); font-weight: 700; font-size: 13px; display: inline-flex; align-items: center; gap: 7px; }
.blog-detail-hero { position: relative; min-height: 430px; display: flex; align-items: flex-end; overflow: hidden; }
.blog-detail-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.blog-detail-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(15,23,42,0.18),rgba(15,23,42,0.78)); }
.blog-detail-overlay { position: relative; z-index: 1; width: 100%; color: #fff; padding: 84px 0 64px; }
.blog-detail-overlay .blog-date { color: #FDE68A; }
.blog-detail-overlay h1 { max-width: 900px; font-size: clamp(30px,5vw,58px); line-height: 1.08; font-weight: 800; }
.blog-breadcrumb { color: rgba(255,255,255,0.78); margin-bottom: 18px; }
.blog-breadcrumb a { color: #fff; }
.blog-detail-body { max-width: 900px; margin: 0 auto; padding: 56px 20px 20px; }
.blog-content { color: var(--text-muted); font-size: 16px; line-height: 1.9; }
.blog-content h2 { color: var(--text); font-size: 28px; line-height: 1.25; margin: 34px 0 12px; }
.blog-content h3 { color: var(--text); font-size: 22px; margin: 28px 0 10px; }
.blog-content p { margin-bottom: 18px; }
.blog-content ul, .blog-content ol { margin: 0 0 18px 22px; }
.blog-content li { margin-bottom: 8px; }
.blog-content img { border-radius: var(--radius-sm); margin: 26px 0; }
.related-blogs { padding-top: 36px; }

/* --- Contact Page --- */
.contact-hero { padding: 72px 0; background: linear-gradient(135deg,#F8F5FF 0%,#FFF7E8 56%,#F5F8FF 100%); border-bottom: 1px solid var(--border); }
.contact-hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 42px; align-items: center; }
.contact-hero h1 { font-size: clamp(32px,4vw,56px); line-height: 1.08; font-weight: 800; max-width: 760px; margin-bottom: 18px; color: var(--text); }
.contact-hero p { max-width: 680px; color: var(--text-muted); font-size: 16px; margin-bottom: 28px; }
.contact-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.contact-hero-card { background: rgba(255,255,255,0.88); border: 1px solid var(--border); border-radius: 22px; padding: 30px; box-shadow: var(--shadow); }
.contact-hero-icon { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; background: var(--primary-light); color: var(--primary); font-size: 24px; margin-bottom: 18px; }
.contact-hero-card h3 { font-size: 22px; margin-bottom: 8px; }
.contact-hero-card p { margin: 0; font-size: 14px; }
.contact-section { padding: 76px 0; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) 470px; gap: 30px; align-items: start; }
.contact-info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.contact-card { min-height: 178px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); transition: var(--transition); }
.contact-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(118,85,166,0.2); }
.contact-card i { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: var(--primary-light); color: var(--primary); font-size: 20px; margin-bottom: 18px; }
.contact-card span { display: block; color: var(--text-muted); font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 5px; }
.contact-card strong { display: block; color: var(--text); font-size: 16px; line-height: 1.35; word-break: break-word; }
.contact-card small { display: block; color: var(--text-muted); margin-top: 5px; }
.contact-form-card { background: #fff; border: 1px solid var(--border); border-radius: 22px; padding: 32px; box-shadow: var(--shadow); }
.contact-form-card h2 { font-size: 26px; margin-bottom: 8px; }
.contact-form-card p { color: var(--text-muted); margin-bottom: 24px; }
.contact-form-card .btn { width: 100%; justify-content: center; margin-top: 6px; }
.contact-location { display: grid; grid-template-columns: minmax(0, 1fr) 430px; gap: 28px; align-items: center; margin-top: 34px; padding: 34px; background: #fff; border: 1px solid var(--border); border-radius: 24px; box-shadow: var(--shadow-sm); }
.contact-location h2 { font-size: clamp(24px,3vw,36px); line-height: 1.18; margin-bottom: 12px; }
.contact-location p { color: var(--text-muted); max-width: 650px; margin-bottom: 22px; }
.contact-location-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn-outline-dark { background: #fff; color: var(--text); border: 1px solid var(--border); }
.btn-outline-dark:hover { color: var(--primary); border-color: rgba(118,85,166,0.25); transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.contact-map-card { min-height: 250px; border-radius: 20px; background: linear-gradient(135deg,rgba(79,54,119,0.9),rgba(118,85,166,0.72)), url('https://images.unsplash.com/photo-1518005020951-eccb494ad742?w=900&q=80') center/cover; color: #fff; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; box-shadow: var(--shadow); }
.contact-map-card i { font-size: 34px; margin-bottom: 14px; color: #FDE68A; }
.contact-map-card strong { font-size: 22px; margin-bottom: 8px; }
.contact-map-card span { color: rgba(255,255,255,0.86); line-height: 1.6; }

/* --- Products Filter Page --- */
.products-page { padding: 56px 0; }
.filter-sidebar { position: sticky; top: 90px; }
.filter-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 24px; border: 1px solid var(--border); margin-bottom: 20px; }
.filter-card h3 { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-muted); margin-bottom: 16px; }
.filter-list li a { display: block; padding: 9px 14px; font-size: 14px; border-radius: var(--radius-sm); color: var(--text); }
.filter-list li a:hover { background: var(--primary-light); color: var(--primary); }
.filter-list li a.active { background: var(--primary); color: #fff; font-weight: 500; }
.products-main { flex: 1; }
.products-layout { display: grid; grid-template-columns: 240px 1fr; gap: 32px; }
.products-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; flex-wrap: wrap; gap: 12px; }
.products-count { font-size: 14px; color: var(--text-muted); }
.products-count strong { color: var(--text); }

/* --- Footer --- */
.footer { background: #0F0A1E; color: rgba(255,255,255,0.75); }
.footer-top { padding: 72px 0 48px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 40px; }
.footer-brand .footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.footer-brand .logo-main { color: #fff; }
.footer-brand .logo-sub  { color: rgba(255,255,255,0.5); }
.footer-brand p { font-size: 13.5px; line-height: 1.8; margin-bottom: 20px; }
.footer-socials { display: flex; gap: 10px; }
.footer-socials a { width: 36px; height: 36px; background: rgba(255,255,255,0.08); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; color: rgba(255,255,255,0.7); transition: var(--transition); }
.footer-socials a:hover { background: var(--primary); color: #fff; }
.footer-col h4 { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.5px; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { font-size: 13.5px; color: rgba(255,255,255,0.65); transition: var(--transition); }
.footer-col ul li a:hover { color: var(--accent); padding-left: 4px; }
.footer-contact li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; }
.footer-contact li i { margin-top: 3px; color: var(--accent); flex-shrink: 0; }
.footer-contact li a, .footer-contact li span { font-size: 13.5px; color: rgba(255,255,255,0.65); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 20px 0; display: flex; }
.footer-bottom .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 13px; }
.footer-bottom a { color: rgba(255,255,255,0.45); }
.footer-bottom a:hover { color: rgba(255,255,255,0.75); }

/* --- WhatsApp Float --- */
.wa-float { position: fixed; bottom: 28px; right: 28px; z-index: 999; display: flex; align-items: center; gap: 10px; background: #25D366; color: #fff; padding: 12px 20px 12px 14px; border-radius: 50px; font-size: 15px; font-weight: 600; box-shadow: 0 6px 24px rgba(37,211,102,0.45); transition: var(--transition); }
.wa-float i { font-size: 22px; }
.wa-float:hover { transform: scale(1.06); box-shadow: 0 8px 30px rgba(37,211,102,0.55); color: #fff; }

/* --- No Results --- */
.no-results { text-align: center; padding: 80px 0; color: var(--text-muted); }
.no-results i { font-size: 56px; opacity: 0.3; margin-bottom: 16px; }
.no-results h3 { font-size: 20px; margin-bottom: 8px; }

/* === Responsive === */
@media (max-width: 1024px) {
  .products-layout { grid-template-columns: 200px 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .product-detail-grid { gap: 36px; }
  .client-detail-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .enquiry-grid { grid-template-columns: 1fr; }
  .enquiry-info-side { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .client-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .contact-hero-inner, .contact-grid, .contact-location { grid-template-columns: 1fr; }
  .contact-hero-card { max-width: 520px; }
  .contact-location { padding: 26px; }
  .home-projects-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .home-project-card { min-height: 250px; }
}
@media (max-width: 768px) {
  .topbar-inner { grid-template-columns: 1fr auto; }
  .topbar-center { display: none; }
  .topbar-left { gap: 10px; overflow: hidden; }
  .topbar-left a:nth-child(n+2) { display: none; }
  .topbar-tag { display: none; }
  .nav-spacer { height: 106px; }
  .nav-inner { height: 70px; }
  .nav-actions { display: none; }
  .nav-links { display: none; position: fixed; top: 106px; left: 0; right: 0; height: calc(100vh - 106px); min-height: calc(100dvh - 106px); background: rgba(255,255,255,0.98); backdrop-filter: blur(16px); flex-direction: column; align-items: stretch; padding: 18px 20px 28px; gap: 6px; overflow-y: auto; z-index: 1200; border-top: 1px solid var(--border); box-shadow: 0 24px 60px rgba(15,23,42,0.18); }
  .site-header.compact .nav-links { top: 70px; height: calc(100vh - 70px); min-height: calc(100dvh - 70px); }
  .nav-links.open { display: flex; }
  .nav-links > li { width: 100%; }
  .nav-links > li > a { width: 100%; justify-content: space-between; font-size: 16px; padding: 14px 16px; border-radius: 12px; background: #fff; border: 1px solid rgba(236,232,243,0.85); }
  .dropdown-menu { position: static; display: none; opacity: 1; visibility: visible; transform: none; box-shadow: none; padding: 8px 0 0 12px; min-width: 0; background: transparent; }
  .nav-dropdown.open .dropdown-menu { display: block; }
  .dropdown-menu li a { background: #fff; border: 1px solid rgba(236,232,243,0.75); margin-bottom: 6px; }
  .nav-toggle { display: flex; }
  body.nav-open .site-header { box-shadow: 0 12px 34px rgba(15,23,42,0.12); }
  .hero-swiper { height: 72vh; }
  .hero-content { text-align: center; }
  .hero-overlay { background: rgba(79,54,119,0.6); }
  .hero-kicker { font-size: 10px; margin-bottom: 14px; }
  .hero-content h1 { max-width: none; }
  .hero-typing { justify-content: center; font-size: 24px; flex-wrap: wrap; }
  .typing-text { min-width: 0; }
  .hero-content p { margin-left: auto; margin-right: auto; }
  .hero-trust { justify-content: center; }
  .section { padding: 64px 0; }
  .products-layout { grid-template-columns: 1fr; }
  .filter-sidebar { position: static; }
  .product-detail-grid { grid-template-columns: 1fr; }
  .product-gallery { position: static; }
  .product-specs { grid-template-columns: 1fr; }
  .product-share-actions { grid-template-columns: 1fr; }
  .blog-detail-hero { min-height: 360px; }
  .blog-detail-body { padding-top: 42px; }
  .blog-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .contact-hero { padding: 52px 0; }
  .contact-section { padding: 56px 0; }
  .contact-info-grid { grid-template-columns: 1fr; }
  .contact-form-card { padding: 24px; }
  .contact-location-actions .btn { width: 100%; justify-content: center; }
  .product-search-form { max-width: none; }
  .home-projects { padding: 62px 0; }
  .home-projects-grid { grid-template-columns: 1fr; }
  .home-project-card { min-height: 290px; aspect-ratio: 1.12; }
  .cat-tabs { gap: 7px; }
  .cat-tab { padding: 7px 15px; font-size: 13px; }
  .footer-grid { grid-template-columns: 1fr; }
  .enquiry-info-side { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .topbar { font-size: 12px; }
  .topbar-left { display: flex; }
  .topbar-right a:not(.topbar-wa) { display: none; }
  .logo-icon { width: 42px; height: 42px; font-size: 30px; }
  .logo-main { font-size: 18px; }
  .logo-sub { font-size: 9px; letter-spacing: 1px; }
  .hero-swiper { min-height: 560px; }
  .hero-content { width: 94%; padding: 0 8px; }
  .hero-content h1 { font-size: 36px; }
  .hero-typing { font-size: 22px; }
  .hero-trust span { font-size: 12px; padding: 8px 10px; }
  .client-grid { grid-template-columns: 1fr; }
  .client-card img { height: 220px; }
  .client-detail-info { padding: 22px; }
  .client-detail-actions .btn { width: 100%; justify-content: center; }
  .client-all-grid { grid-template-columns: 1fr; }
  .blog-card-img { height: 200px; }
  .blog-detail-overlay { padding: 70px 0 44px; }
  .contact-card { min-height: 0; }
  .contact-location { padding: 20px; }
  .contact-map-card { min-height: 220px; }
  .hero-btns { flex-direction: column; }
  .btn { width: 100%; justify-content: center; }
  .product-search-row { gap: 8px; }
  .product-search-input { height: 46px; font-size: 14px; }
  .product-search-btn { width: 52px !important; flex-basis: 52px; min-width: 52px; height: 46px; }
  .products-grid { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
  .cat-swiper { margin-right: -24px; padding-right: 24px; }
  .cat-card { border-radius: 14px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .wa-float span { display: none; }
  .wa-float { padding: 14px; border-radius: 50%; }
}
