/*
Theme Name: Phone Guard
Theme URI: https://phoneguard.shop
Author: Phone Guard
Author URI: https://phoneguard.shop
Description: Custom single-page theme for Phone Guard — Mobile Accessories, Retail & Wholesale, Hall Road, Lahore.
Version: 1.0.0
Requires at least: 5.8
Requires PHP: 7.4
Text Domain: phone-guard
*/

/* This stylesheet is enqueued by functions.php and contains the full site design. */






/* ============================================================
   PHONE GUARD — Design tokens
   ============================================================ */
:root {
  --navy: #071a3a;
  --navy-2: #0c2657;
  --blue: #2f6fed;
  --blue-bright: #4d8cff;
  --cyan: #7dd3fc;
  --ice: #eef4ff;
  --white: #ffffff;
  --glass-line: rgba(255, 255, 255, 0.16);
  --shadow-blue: rgba(47, 111, 237, 0.35);

  --font-display: "Space Grotesk", sans-serif;
  --font-body: "Inter", sans-serif;

  --radius-lg: 26px;
  --radius-md: 16px;
  --radius-sm: 10px;

  --container: 1220px;
}



* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--ice);
  color: var(--navy);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; }
.wrap { max-width: var(--container); margin: 0 auto; padding: 0 clamp(16px, 3vw, 28px); }

h1, h2, h3, h4 { font-family: var(--font-display); letter-spacing: -0.02em; }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}

/* ambient shards */
.bg-shards { position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.shard {
  position: absolute; border-radius: 30% 70% 65% 35% / 40% 35% 65% 60%;
  background: linear-gradient(135deg, rgba(125, 211, 252, 0.35), rgba(47, 111, 237, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.35);
  animation: float 14s ease-in-out infinite;
}
.shard.s1 { width: 260px; height: 260px; top: -60px; left: -80px; animation-duration: 16s; }
.shard.s2 { width: 180px; height: 180px; top: 40%; right: -60px; animation-duration: 19s; animation-delay: -4s; }
.shard.s3 { width: 140px; height: 140px; bottom: 6%; left: 6%; animation-duration: 13s; animation-delay: -8s; }
@keyframes float {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(20px, -30px, 0) rotate(15deg); }
}

/* top utility bar */
.topbar { background: var(--navy); color: rgba(255, 255, 255, 0.85); font-size: 13px; position: relative; z-index: 50; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; padding: 8px clamp(16px, 3vw, 28px); flex-wrap: wrap; gap: 6px; }
.topbar a { opacity: 0.9; }
.topbar a:hover { color: var(--cyan); }
.topbar-links { display: flex; gap: 14px; flex-wrap: wrap; }

/* header - STATIC (not sticky) */
header.site-header {
  position: relative;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  border-bottom: 1px solid rgba(47, 111, 237, 0.14);
}
.nav-row { display: flex; align-items: center; justify-content: space-between; padding: 12px clamp(16px, 3vw, 28px); gap: 16px; }
.logo { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 700; font-size: clamp(18px, 2.2vw, 22px); color: var(--navy); }
.logo-img { width: 42px; height: 42px; object-fit: contain; transition: transform 0.5s ease; }
.logo:hover .logo-img { transform: scale(1.08) rotate(-6deg); }
.logo span { color: var(--blue); }

.main-nav { display: flex; align-items: center; gap: 2px; flex: 1; justify-content: center; flex-wrap: wrap; }
.main-nav > li { position: relative; }
.main-nav > li > a {
  display: block; padding: 10px 12px; font-weight: 600; font-size: 14px; border-radius: 8px;
  color: var(--navy-2); transition: all 0.25s ease; cursor: pointer;
}
.main-nav > li > a:hover { background: var(--ice); color: var(--blue); }

.mega {
  position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%) translateY(8px);
  width: 640px; max-width: 92vw; background: #fff; border-radius: var(--radius-md);
  box-shadow: 0 24px 60px rgba(10, 30, 70, 0.18); border: 1px solid rgba(47, 111, 237, 0.1);
  padding: 22px; opacity: 0; visibility: hidden; transition: all 0.28s ease;
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px; z-index: 200;
}
.main-nav > li:hover .mega { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.mega h4 { font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--blue); margin-bottom: 10px; }
.mega-brands { display: flex; flex-wrap: wrap; gap: 8px; }
.mega-brands a { font-size: 13px; padding: 6px 10px; border-radius: 20px; background: var(--ice); color: var(--navy-2); font-weight: 500; transition: 0.2s; }
.mega-brands a:hover { background: var(--blue); color: #fff; transform: translateY(-2px); }
.mega-sub { display: flex; flex-direction: column; gap: 6px; }
.mega-sub a { font-size: 13.5px; color: var(--navy-2); padding: 4px 0; }
.mega-sub a:hover { color: var(--blue); padding-left: 6px; }

.nav-actions { display: flex; align-items: center; gap: 10px; }
.icon-btn {
  width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: var(--ice); border: 1px solid rgba(47, 111, 237, 0.15); transition: 0.2s; font-size: 16px;
}
.icon-btn:hover { background: var(--blue); color: #fff; transform: translateY(-2px) scale(1.05); }
.btn {
  display: inline-flex; align-items: center; gap: 8px; padding: 11px 22px; border-radius: 50px;
  font-weight: 600; font-size: 14.5px; border: none; transition: all 0.25s cubic-bezier(0.2, 0.9, 0.3, 1.3);
  min-height: 44px;
}
.btn-primary { background: linear-gradient(135deg, var(--blue), var(--blue-bright)); color: #fff; box-shadow: 0 10px 24px var(--shadow-blue); }
.btn-primary:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 16px 32px var(--shadow-blue); }
.btn-outline { background: #fff; color: var(--blue); border: 1.5px solid var(--blue); }
.btn-outline:hover { background: var(--blue); color: #fff; }
.btn-ghost-white { background: rgba(255, 255, 255, 0.14); color: #fff; border: 1px solid rgba(255, 255, 255, 0.4); }
.btn-ghost-white:hover { background: #fff; color: var(--navy); }

.hamburger { display: none; width: 44px; height: 44px; border-radius: 10px; background: var(--ice); align-items: center; justify-content: center; border: none; flex-direction: column; gap: 4px; }
.hamburger span { display: block; width: 20px; height: 2px; background: var(--navy); transition: 0.25s; }
.hamburger.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* hero */
.hero {
  position: relative; z-index: 1; overflow: hidden;
  background: radial-gradient(ellipse at 20% 20%, #0f2f66 0%, var(--navy) 55%, #051027 100%);
  color: #fff; padding: clamp(56px, 8vw, 90px) 0 clamp(72px, 10vw, 120px);
}
.hero .wrap { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 50px;
  background: rgba(125, 211, 252, 0.14); border: 1px solid rgba(125, 211, 252, 0.35); font-size: 12.5px;
  font-weight: 600; letter-spacing: 0.04em; color: var(--cyan); margin-bottom: 20px;
}
.dot { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); animation: pulse 1.6s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }
.hero h1 { font-size: clamp(30px, 4.6vw, 58px); line-height: 1.05; font-weight: 700; }
.hero h1 em { font-style: normal; background: linear-gradient(120deg, var(--cyan), var(--blue-bright)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p.lead { margin-top: 20px; font-size: clamp(15px, 1.6vw, 17px); line-height: 1.6; color: rgba(255, 255, 255, 0.72); max-width: 480px; }
.hero-cta { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 34px; margin-top: 48px; flex-wrap: wrap; }
.hero-stats div strong { display: block; font-family: var(--font-display); font-size: 26px; }
.hero-stats div span { font-size: 12.5px; color: rgba(255, 255, 255, 0.55); }

/* 3D phone stage */
.phone-stage { perspective: 1200px; display: flex; justify-content: center; align-items: center; position: relative; height: clamp(320px, 40vw, 460px); }
.phone-3d {
  width: clamp(180px, 22vw, 230px); height: clamp(360px, 44vw, 460px); border-radius: 36px; position: relative;
  background: linear-gradient(160deg, #12234a, #0a1730);
  border: 6px solid #1a2c54;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  transform-style: preserve-3d;
  transform: rotateY(-18deg) rotateX(6deg);
  transition: transform 0.15s ease-out;
}
.phone-screen { position: absolute; inset: 10px; border-radius: 26px; overflow: hidden; background: linear-gradient(160deg, #16305e, #0c1c3d); }
.phone-notch { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 80px; height: 20px; background: #0a1730; border-radius: 0 0 14px 14px; }
.glass-shine {
  position: absolute; inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.35) 45%, rgba(125, 211, 252, 0.5) 50%, transparent 65%);
  transform: translateX(-140%);
  animation: shine 3.2s ease-in-out infinite;
}
@keyframes shine { 0% { transform: translateX(-140%); } 55%, 100% { transform: translateX(140%); } }
.phone-app-grid { position: absolute; inset: 34px 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.app-icon { width: 100%; aspect-ratio: 1; border-radius: 14px; background: linear-gradient(140deg, var(--blue), var(--cyan)); opacity: 0.85; }
.app-icon:nth-child(2n) { background: linear-gradient(140deg, var(--cyan), #fff); opacity: 0.5; }
.orbit-ring { position: absolute; border: 1px dashed rgba(125, 211, 252, 0.35); border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.orbit-ring.r1 { width: 340px; height: 340px; animation: spin 16s linear infinite; }
.orbit-ring.r2 { width: 420px; height: 420px; animation: spin 26s linear infinite reverse; }
@keyframes spin { from { transform: translate(-50%, -50%) rotate(0deg); } to { transform: translate(-50%, -50%) rotate(360deg); } }
.orbit-chip { position: absolute; width: 52px; height: 52px; border-radius: 14px; background: rgba(255, 255, 255, 0.9); display: flex; align-items: center; justify-content: center; font-size: 22px; box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35); }
.orbit-chip.c1 { top: 0%; left: 50%; transform: translate(-50%, -50%); }
.orbit-chip.c2 { bottom: 6%; left: 0%; }
.orbit-chip.c3 { bottom: 10%; right: -4%; }

/* section styling */
section { position: relative; z-index: 1; padding: clamp(56px, 8vw, 90px) 0; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 52px; }
.section-head .eyebrow { background: rgba(47, 111, 237, 0.08); border-color: rgba(47, 111, 237, 0.2); color: var(--blue); }
.section-head h2 { font-size: clamp(24px, 3.4vw, 42px); color: var(--navy); }
.section-head p { margin-top: 14px; color: #5b6b8c; font-size: 15.5px; line-height: 1.6; }

/* category grid */
.cat-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.cat-card {
  position: relative; border-radius: var(--radius-md); padding: 26px 18px; text-align: center;
  background: rgba(255, 255, 255, 0.65); backdrop-filter: blur(10px);
  border: 1px solid rgba(47, 111, 237, 0.14); box-shadow: 0 10px 30px rgba(10, 30, 70, 0.06);
  transform-style: preserve-3d; transition: transform 0.35s cubic-bezier(0.2, 0.9, 0.3, 1.2), box-shadow 0.35s, border-color 0.35s;
  cursor: pointer; overflow: hidden; display: block;
}
.cat-card::before { content: ""; position: absolute; inset: 0; opacity: 0; transition: 0.35s; background: linear-gradient(160deg, rgba(47, 111, 237, 0.12), transparent 60%); }
.cat-card:hover { transform: translateY(-10px) rotateX(6deg) rotateY(-6deg); box-shadow: 0 24px 50px rgba(47, 111, 237, 0.22); border-color: var(--blue); }
.cat-card:hover::before { opacity: 1; }
.cat-icon { width: 58px; height: 58px; margin: 0 auto 14px; border-radius: 16px; background: linear-gradient(135deg, var(--blue), var(--cyan)); display: flex; align-items: center; justify-content: center; font-size: 26px; box-shadow: 0 10px 20px var(--shadow-blue); position: relative; z-index: 1; }
.cat-card h3 { font-size: 15px; font-weight: 600; color: var(--navy); position: relative; z-index: 1; }
.cat-card span.count { display: block; margin-top: 4px; font-size: 12px; color: #7186ab; position: relative; z-index: 1; }

/* brand strip */
.brand-strip { background: #fff; padding: 36px 0; border-top: 1px solid rgba(47, 111, 237, 0.1); border-bottom: 1px solid rgba(47, 111, 237, 0.1); }
.brand-track { display: flex; gap: 50px; overflow: hidden; }
.brand-track .track-inner { display: flex; gap: 50px; animation: scroll 22s linear infinite; }
.brand-track .track-inner span { font-family: var(--font-display); font-weight: 600; font-size: 18px; color: #9fb0d1; white-space: nowrap; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* explorer / category product grid */
.explorer { background: linear-gradient(180deg, #fff, var(--ice)); }
.explorer-shell { background: #fff; border-radius: var(--radius-lg); box-shadow: 0 30px 70px rgba(10, 30, 70, 0.08); border: 1px solid rgba(47, 111, 237, 0.1); overflow: hidden; }
.explorer-tabs { display: flex; flex-wrap: wrap; gap: 8px; padding: 22px 26px; border-bottom: 1px solid rgba(47, 111, 237, 0.1); }
.tab-btn { padding: 9px 16px; border-radius: 50px; background: var(--ice); font-size: 13.5px; font-weight: 600; color: var(--navy-2); border: 1px solid transparent; transition: 0.2s; min-height: 40px; }
.tab-btn.active, .tab-btn:hover { background: var(--blue); color: #fff; box-shadow: 0 8px 18px var(--shadow-blue); }
.explorer-body { display: grid; grid-template-columns: 240px 1fr; }
.filter-col { padding: 26px; border-right: 1px solid rgba(47, 111, 237, 0.1); }
.filter-col h4 { font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: #7186ab; margin: 18px 0 10px; }
.filter-col h4:first-child { margin-top: 0; }
.chip-list { display: flex; flex-direction: column; gap: 6px; }
.chip-list label { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--navy-2); cursor: pointer; padding: 4px 0; }
.chip-list input { accent-color: var(--blue); }
.product-grid { padding: 26px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { border: 1px solid rgba(47, 111, 237, 0.1); border-radius: var(--radius-md); overflow: hidden; background: #fff; transition: 0.3s; position: relative; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 18px 36px rgba(10, 30, 70, 0.12); }
.product-media { height: 160px; background: linear-gradient(150deg, var(--ice), #dbe9ff); display: flex; align-items: center; justify-content: center; font-size: 48px; position: relative; overflow: hidden; }
.product-media .glass-shine { animation-duration: 3.6s; }
.product-card:hover .product-media { font-size: 56px; transition: font-size 0.4s ease; }
.badge { position: absolute; top: 10px; left: 10px; background: var(--blue); color: #fff; font-size: 10.5px; font-weight: 700; padding: 4px 9px; border-radius: 50px; z-index: 2; }
.product-info { padding: 14px 16px 18px; }
.product-info .brand-tag { font-size: 11px; color: var(--blue); font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }
.product-info h5 { font-size: 14.5px; font-weight: 600; margin: 5px 0 8px; color: var(--navy); }
.price-row { display: flex; align-items: center; justify-content: space-between; }
.price { font-family: var(--font-display); font-weight: 700; color: var(--navy); }
.mini-btn { width: 36px; height: 36px; border-radius: 50%; background: var(--ice); display: flex; align-items: center; justify-content: center; border: none; transition: 0.2s; font-size: 18px; }
.mini-btn:hover { background: var(--blue); color: #fff; transform: scale(1.1) rotate(90deg); }

/* spotlight */
.spotlight { background: var(--navy); color: #fff; overflow: hidden; position: relative; }
.spotlight::before { content: ""; position: absolute; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(125, 211, 252, 0.18), transparent 70%); top: -200px; right: -200px; }
.spotlight .wrap { position: relative; }
.spotlight .section-head p { color: rgba(255, 255, 255, 0.6); }
.spotlight .section-head .eyebrow { background: rgba(125, 211, 252, 0.12); border-color: rgba(125, 211, 252, 0.3); color: var(--cyan); }
.spotlight .section-head h2 { color: #fff; }
.sub-glass-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.sub-glass-card { padding: 22px; border-radius: var(--radius-md); background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.14); backdrop-filter: blur(6px); transition: 0.3s; position: relative; overflow: hidden; cursor: pointer; }
.sub-glass-card:hover { background: rgba(255, 255, 255, 0.12); transform: translateY(-6px); border-color: var(--cyan); }
.sub-glass-card .num { font-family: var(--font-display); font-size: 13px; color: var(--cyan); opacity: 0.7; }
.sub-glass-card h4 { margin-top: 8px; font-size: 16px; }
.sub-glass-card p { margin-top: 6px; font-size: 13px; color: rgba(255, 255, 255, 0.55); line-height: 1.5; }

/* wholesale */
.wholesale { background: #fff; }
.wholesale-shell { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 30px 70px rgba(10, 30, 70, 0.1); }
.wholesale-info { background: linear-gradient(160deg, var(--blue), #1c4fc0); color: #fff; padding: clamp(32px, 5vw, 52px) clamp(24px, 4vw, 44px); position: relative; overflow: hidden; }
.wholesale-info::after { content: ""; position: absolute; width: 280px; height: 280px; border-radius: 50%; background: rgba(255, 255, 255, 0.08); bottom: -100px; left: -80px; }
.wholesale-info h2 { font-size: clamp(22px, 3vw, 32px); position: relative; color: #fff; }
.wholesale-info p { margin-top: 14px; color: rgba(255, 255, 255, 0.85); line-height: 1.65; position: relative; max-width: 420px; }
.wholesale-perks { margin-top: 28px; display: flex; flex-direction: column; gap: 14px; position: relative; }
.wholesale-perks li { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; }
.wholesale-perks .tick { width: 22px; height: 22px; flex: none; border-radius: 50%; background: rgba(255, 255, 255, 0.18); display: flex; align-items: center; justify-content: center; font-size: 12px; }
.wholesale-form { padding: clamp(32px, 5vw, 52px) clamp(24px, 4vw, 44px); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 12.5px; font-weight: 600; color: var(--navy-2); }
.field input, .field select, .field textarea { padding: 12px 14px; border-radius: 10px; border: 1.5px solid #dde6f6; font-family: inherit; font-size: 14px; transition: 0.2s; background: var(--ice); width: 100%; min-height: 44px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue); background: #fff; box-shadow: 0 0 0 4px rgba(47, 111, 237, 0.12); }
.field textarea { resize: vertical; min-height: 90px; }
.submit-row { display: flex; align-items: center; gap: 14px; margin-top: 6px; flex-wrap: wrap; }
.form-note { font-size: 12px; color: #7186ab; }

/* why us */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.why-card { text-align: center; padding: 30px 20px; }
.why-icon { width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 20px; display: flex; align-items: center; justify-content: center; font-size: 28px; background: #fff; border: 1px solid rgba(47, 111, 237, 0.15); box-shadow: 0 12px 26px rgba(10, 30, 70, 0.06); transition: 0.3s; }
.why-card:hover .why-icon { transform: translateY(-8px) rotate(-6deg); box-shadow: 0 18px 32px var(--shadow-blue); background: var(--blue); color: #fff; }
.why-card h4 { font-size: 15.5px; margin-bottom: 6px; color: var(--navy); }
.why-card p { font-size: 13.5px; color: #7186ab; line-height: 1.5; }

/* testimonials */
.testi-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testi-card { background: #fff; border-radius: var(--radius-md); padding: 26px; border: 1px solid rgba(47, 111, 237, 0.1); box-shadow: 0 10px 26px rgba(10, 30, 70, 0.05); transition: 0.3s; }
.testi-card:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(10, 30, 70, 0.1); }
.stars { color: #ffb648; font-size: 14px; margin-bottom: 12px; letter-spacing: 2px; }
.testi-card p { font-size: 14px; color: var(--navy-2); line-height: 1.6; }
.testi-who { margin-top: 16px; display: flex; align-items: center; gap: 10px; }
.avatar { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--blue), var(--cyan)); }
.testi-who strong { display: block; font-size: 13.5px; }
.testi-who span { font-size: 12px; color: #7186ab; }

/* visit */
.visit { background: var(--ice); }
.visit-shell { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: stretch; }
.visit-card { background: #fff; border-radius: var(--radius-lg); padding: clamp(24px, 4vw, 40px); box-shadow: 0 20px 50px rgba(10, 30, 70, 0.08); }
.visit-list { margin-top: 22px; display: flex; flex-direction: column; gap: 16px; }
.visit-list li { display: flex; gap: 14px; align-items: flex-start; }
.visit-list .ic { width: 42px; height: 42px; border-radius: 12px; background: var(--ice); display: flex; align-items: center; justify-content: center; font-size: 18px; flex: none; }
.visit-list strong { display: block; font-size: 14px; color: var(--navy); }
.visit-list span { font-size: 13.5px; color: #7186ab; word-break: break-word; }
.map-frame { border-radius: var(--radius-lg); overflow: hidden; min-height: 360px; position: relative; background: linear-gradient(160deg, var(--navy), #123067); }
.map-frame iframe { width: 100%; height: 100%; min-height: 360px; border: 0; filter: grayscale(20%); display: block; }

/* newsletter */
.newsletter { background: linear-gradient(120deg, var(--navy), #123067); color: #fff; text-align: center; }
.newsletter h2 { font-size: clamp(22px, 3vw, 34px); color: #fff; }
.newsletter p { margin-top: 12px; color: rgba(255, 255, 255, 0.65); }
.news-form { margin-top: 26px; display: flex; justify-content: center; gap: 10px; max-width: 460px; margin-inline: auto; flex-wrap: wrap; }
.news-form input { flex: 1; min-width: 220px; padding: 13px 18px; border-radius: 50px; border: none; font-family: inherit; min-height: 44px; }

/* footer */
footer.site-footer { background: #04122b; color: rgba(255, 255, 255, 0.7); padding: 70px 0 26px; position: relative; z-index: 1; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.footer-grid h5 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 16px; }
.footer-grid ul { display: flex; flex-direction: column; gap: 9px; }
.footer-grid a { font-size: 13.5px; transition: 0.2s; }
.footer-grid a:hover { color: var(--cyan); padding-left: 4px; }
.footer-brand p { margin-top: 14px; font-size: 13.5px; line-height: 1.6; max-width: 320px; }
.social-row { display: flex; gap: 10px; margin-top: 20px; }
.social-row a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255, 255, 255, 0.06); display: flex; align-items: center; justify-content: center; transition: 0.25s; font-size: 14px; font-weight: 600; }
.social-row a:hover { background: var(--blue); transform: translateY(-3px); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; font-size: 12.5px; flex-wrap: wrap; gap: 10px; }

/* floating whatsapp */
.float-wa { position: fixed; bottom: 24px; right: 24px; z-index: 300; width: 60px; height: 60px; border-radius: 50%; background: #25d366; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 28px; box-shadow: 0 14px 30px rgba(37, 211, 102, 0.45); animation: bob 2.4s ease-in-out infinite; }
.float-wa:hover { transform: scale(1.1); }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* scroll reveal */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }

/* toast */
.toast { position: fixed; top: 24px; left: 50%; transform: translateX(-50%) translateY(-140%); z-index: 400; background: var(--navy); color: #fff; padding: 14px 24px; border-radius: 50px; font-size: 14px; font-weight: 600; box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25); transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.3, 1.2); display: flex; align-items: center; gap: 10px; max-width: calc(100vw - 32px); }
.toast.show { transform: translateX(-50%) translateY(0); }

/* ===== CATEGORY PAGE ===== */
.cat-hero { background: linear-gradient(135deg, var(--navy) 0%, #0f2f66 55%, #123067 100%); color: #fff; padding: clamp(48px, 7vw, 80px) 0 clamp(56px, 8vw, 96px); position: relative; overflow: hidden; }
.cat-hero::before { content: ""; position: absolute; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(125, 211, 252, 0.15), transparent 70%); top: -150px; right: -150px; }
.cat-hero .wrap { position: relative; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255, 255, 255, 0.65); margin-bottom: 18px; flex-wrap: wrap; }
.breadcrumb a { transition: 0.2s; }
.breadcrumb a:hover { color: var(--cyan); }
.breadcrumb .sep { opacity: 0.4; }
.cat-hero-inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center; }
.cat-hero h1 { font-size: clamp(30px, 4.4vw, 52px); line-height: 1.1; color: #fff; }
.cat-hero p { margin-top: 16px; color: rgba(255, 255, 255, 0.75); font-size: clamp(15px, 1.6vw, 17px); line-height: 1.65; max-width: 560px; }
.cat-hero-badge { display: inline-flex; align-items: center; justify-content: center; width: clamp(140px, 20vw, 200px); height: clamp(140px, 20vw, 200px); border-radius: 40px; background: linear-gradient(135deg, var(--blue), var(--cyan)); box-shadow: 0 30px 60px var(--shadow-blue); font-size: clamp(60px, 10vw, 96px); margin-inline: auto; animation: bob 3.6s ease-in-out infinite; }

.cat-toolbar { background: #fff; padding: 20px 26px; display: flex; gap: 14px; align-items: center; flex-wrap: wrap; border-bottom: 1px solid rgba(47, 111, 237, 0.1); }
.search-box { flex: 1; min-width: 220px; position: relative; }
.search-box input { width: 100%; padding: 12px 16px 12px 42px; border-radius: 50px; border: 1.5px solid #dde6f6; background: var(--ice); font-size: 14px; font-family: inherit; min-height: 44px; transition: 0.2s; }
.search-box input:focus { outline: none; border-color: var(--blue); background: #fff; box-shadow: 0 0 0 4px rgba(47, 111, 237, 0.12); }
.search-box::before { content: "🔍"; position: absolute; left: 16px; top: 50%; transform: translateY(-50%); font-size: 14px; opacity: 0.6; }
.sort-select { padding: 12px 16px; border-radius: 50px; border: 1.5px solid #dde6f6; background: var(--ice); font-size: 14px; font-family: inherit; min-height: 44px; color: var(--navy-2); cursor: pointer; }
.sort-select:focus { outline: none; border-color: var(--blue); }

.pagination { display: flex; justify-content: center; align-items: center; gap: 8px; padding: 24px; flex-wrap: wrap; }
.page-btn { min-width: 40px; height: 40px; border-radius: 10px; background: var(--ice); color: var(--navy-2); border: 1px solid transparent; font-weight: 600; font-size: 14px; padding: 0 12px; transition: 0.2s; }
.page-btn:hover:not(:disabled) { background: var(--blue); color: #fff; }
.page-btn.active { background: var(--blue); color: #fff; box-shadow: 0 6px 14px var(--shadow-blue); }
.page-btn:disabled { opacity: 0.4; cursor: not-allowed; }

.brand-selector { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 14px; margin-top: 32px; }
.brand-tile { padding: 22px 14px; border-radius: var(--radius-md); background: #fff; border: 2px solid rgba(47, 111, 237, 0.12); text-align: center; cursor: pointer; transition: 0.3s; font-weight: 600; font-size: 15px; color: var(--navy); position: relative; overflow: hidden; }
.brand-tile::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, var(--blue), var(--cyan)); opacity: 0; transition: 0.3s; z-index: 0; }
.brand-tile > * { position: relative; z-index: 1; }
.brand-tile:hover { transform: translateY(-6px); box-shadow: 0 20px 40px var(--shadow-blue); border-color: var(--blue); }
.brand-tile:hover::before { opacity: 0.08; }
.brand-tile.active { background: linear-gradient(135deg, var(--blue), var(--cyan)); color: #fff; border-color: var(--blue); box-shadow: 0 18px 36px var(--shadow-blue); }
.brand-tile .brand-emoji { font-size: 32px; margin-bottom: 10px; display: block; }

.empty-state { padding: 60px 20px; text-align: center; color: #7186ab; grid-column: 1 / -1; }
.empty-state h3 { color: var(--navy); font-size: 18px; margin-bottom: 8px; }

/* skeleton */
.skeleton { background: linear-gradient(90deg, #eef4ff 0%, #f8fbff 50%, #eef4ff 100%); background-size: 200% 100%; animation: skeleton 1.4s ease-in-out infinite; border-radius: 8px; }
@keyframes skeleton { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
  .cat-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 980px) {
  .hero .wrap { grid-template-columns: 1fr; }
  .cat-hero-inner { grid-template-columns: 1fr; text-align: center; }
  .cat-hero p { margin-inline: auto; }
  .cat-grid { grid-template-columns: repeat(3, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .explorer-body { grid-template-columns: 1fr; }
  .filter-col { border-right: none; border-bottom: 1px solid rgba(47, 111, 237, 0.1); display: flex; flex-wrap: wrap; gap: 20px; }
  .filter-col > div { flex: 1; min-width: 180px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .sub-glass-grid { grid-template-columns: repeat(2, 1fr); }
  .wholesale-shell { grid-template-columns: 1fr; }
  .testi-track { grid-template-columns: 1fr; }
  .visit-shell { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .main-nav { display: none; }
  .hamburger { display: flex; }
  .main-nav.open { display: flex; position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column; align-items: stretch; padding: 16px; box-shadow: 0 20px 40px rgba(10, 30, 70, 0.12); z-index: 150; max-height: calc(100vh - 100px); overflow-y: auto; gap: 4px; border-top: 1px solid rgba(47, 111, 237, 0.1); -webkit-overflow-scrolling: touch; }
  body.menu-open { overflow: hidden; }
  .main-nav.open > li > a { padding: 14px 12px; border-radius: 10px; }
  .main-nav.open .mega { display: none; }
  .nav-actions .btn { padding: 10px 16px; font-size: 13px; }
  .nav-actions .icon-btn { display: none; }
}
@media (max-width: 720px) {
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .form-row { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .sub-glass-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 20px; }
  .topbar { font-size: 12px; }
  .topbar .wrap { flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 4px; }
  .topbar-links { justify-content: center; }
  .why-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .why-card { padding: 20px 14px; }
  .float-wa { width: 54px; height: 54px; font-size: 24px; bottom: 18px; right: 18px; }
  .explorer-tabs { padding: 16px; gap: 6px; }
  .tab-btn { padding: 8px 12px; font-size: 12.5px; }
  .filter-col { padding: 16px; }
  .product-grid { padding: 16px; gap: 12px; }
  .product-media { height: 130px; font-size: 40px; }
  .cat-toolbar { padding: 16px; }
  .brand-selector { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .brand-tile { padding: 16px 10px; font-size: 13px; }
  .brand-tile .brand-emoji { font-size: 26px; }
}
@media (max-width: 480px) {
  .product-grid { grid-template-columns: 1fr; }
  .cat-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .cat-card { padding: 20px 12px; }
  .cat-icon { width: 48px; height: 48px; font-size: 22px; }
  .btn { padding: 10px 18px; font-size: 13.5px; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn { justify-content: center; }
}


}
