/* =====================================================================
   JHAJHARIA COMPUTERS — Shared Styles (simple multi-page site)
   ===================================================================== */

:root {
  /* Logo-inspired palette */
  --black: #000000;
  --ink: #1a1a1a;
  --gold: #C5A059;
  --gold-soft: #D4B57A;
  --gold-deep: #A8843F;
  --accent: #FFB800;
  --accent-soft: #FFCF4D;
  --white: #FFFFFF;
  --off-white: #FAFAFA;
  --gray: #F5F5F5;
  --gray-2: #EEEEEE;

  --bg: #FFFFFF;
  --bg-alt: #FAFAFA;
  --surface: #FFFFFF;
  --surface-2: #F7F7F7;
  --border: rgba(197, 160, 89, 0.45);
  --border-soft: rgba(0, 0, 0, 0.08);
  --text: #000000;
  --text-dim: #4a4a4a;
  --text-mute: #8a8a8a;

  --gold-grad: linear-gradient(135deg, var(--accent) 0%, var(--gold) 55%, var(--gold-deep) 100%);
  --accent-grad: linear-gradient(135deg, var(--accent-soft) 0%, var(--accent) 100%);
  --gold-glow: 0 0 24px rgba(197, 160, 89, 0.35);
  --shadow-lg: 0 24px 60px -28px rgba(0, 0, 0, 0.18);
  --shadow-soft: 0 12px 36px -20px rgba(0, 0, 0, 0.12);

  --radius: 22px;
  --radius-sm: 14px;
  --container: 1200px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font: 'Poppins', system-ui, sans-serif;
  --font-head: 'Space Grotesk', 'Sora', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, textarea, select { font-family: inherit; }
ul { list-style: none; }
::selection { background: var(--accent); color: #000; }
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 700; line-height: 1.1; letter-spacing: -0.02em; color: var(--black); }

.container { width: min(var(--container), 92%); margin-inline: auto; }
.container--narrow { max-width: 820px; }
.section { padding: clamp(64px, 9vw, 120px) 0; position: relative; }
.section--alt { background: var(--bg-alt); }
.gold-text { background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.center { text-align: center; }

/* ---------- Background ---------- */
.bg-layers { position: fixed; inset: 0; z-index: -2; overflow: hidden; pointer-events: none; background: var(--bg); }
.bg-mesh { position: absolute; inset: -20%;
  background:
    radial-gradient(42% 42% at 12% 18%, rgba(255,184,0,0.10), transparent 60%),
    radial-gradient(38% 38% at 88% 12%, rgba(197,160,89,0.12), transparent 60%),
    radial-gradient(48% 48% at 78% 88%, rgba(255,184,0,0.08), transparent 60%);
}
.bg-orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.55; }
.bg-orb--1 { width: 440px; height: 440px; top: -120px; left: -80px; background: radial-gradient(circle, rgba(255,184,0,0.22), transparent 70%); }
.bg-orb--2 { width: 520px; height: 520px; bottom: -180px; right: -120px; background: radial-gradient(circle, rgba(197,160,89,0.20), transparent 70%); }
.bg-grid { position: absolute; inset: 0;
  background-image: linear-gradient(rgba(197,160,89,0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(197,160,89,0.07) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 30%, transparent 75%);
}

/* ---------- Glass / Cards ---------- */
.glass {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

/* ---------- Buttons ---------- */
.btn { position: relative; display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px; border-radius: 100px; font-weight: 600; font-size: 15px; transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s, background .3s; }
.btn i { transition: transform .3s var(--ease); }
.btn--gold { background: var(--gold-grad); color: #1a1200; box-shadow: 0 10px 28px -8px rgba(197,160,89,0.55); }
.btn--gold:hover { transform: translateY(-3px); box-shadow: 0 16px 36px -8px rgba(255,184,0,0.55); }
.btn--gold:hover i { transform: translateX(4px); }
.btn--ghost { background: var(--white); border: 1.5px solid var(--gold); color: var(--ink); }
.btn--ghost:hover { transform: translateY(-3px); background: rgba(197,160,89,0.08); box-shadow: var(--gold-glow); }
.btn--wa { background: #25D366; color: #fff; box-shadow: 0 10px 30px -8px rgba(37,211,102,.45); }
.btn--wa:hover { transform: translateY(-3px); }

.tag { display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px; border-radius: 100px; font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-deep); background: rgba(197,160,89,0.12); border: 1px solid var(--border); }
.tag i { color: var(--accent); }

/* ---------- Top bar ---------- */
.topbar { position: fixed; top: 0; left: 0; width: 100%; z-index: 901; background: linear-gradient(90deg, #1a1a1a, #2a2318); color: rgba(255,255,255,0.85); font-size: 13px; transition: transform .35s var(--ease), opacity .35s; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 9px 0; flex-wrap: wrap; }
.topbar__left { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.topbar i { color: var(--gold-soft); margin-right: 5px; }
.topbar__sep { opacity: .35; }
.topbar__right { display: flex; align-items: center; gap: 16px; }
.topbar a { color: rgba(255,255,255,0.85); transition: color .3s; }
.topbar a:hover { color: var(--gold-soft); }
.topbar__socials { display: flex; align-items: center; gap: 10px; }
.topbar__socials a { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,0.1); }
.topbar__socials a i { margin: 0; }
.topbar__socials a:hover { background: var(--gold-grad); color: #1a1200; }
body.is-scrolled .topbar { transform: translateY(-100%); opacity: 0; pointer-events: none; }

/* ---------- Header ---------- */
.header { position: fixed; top: 40px; left: 0; width: 100%; z-index: 900; padding: 12px 0; transition: padding .35s var(--ease), top .35s var(--ease), background .35s, box-shadow .35s; }
.header.scrolled { top: 0; padding: 8px 0; background: rgba(255,255,255,0.92); backdrop-filter: blur(18px); box-shadow: 0 8px 30px -18px rgba(0,0,0,0.15); border-bottom: 1px solid var(--border-soft); }
.header__phone { display: flex; align-items: center; gap: 12px; padding-right: 6px; }
.header__phone-ic { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: rgba(197,160,89,.12); color: var(--gold-deep); font-size: 1rem; flex-shrink: 0; transition: .35s var(--ease); }
.header__phone:hover .header__phone-ic { background: var(--gold-grad); color: #1a1200; }
.header__phone-txt { display: flex; flex-direction: column; line-height: 1.2; }
.header__phone-txt small { font-size: 11px; color: var(--text-mute); }
.header__phone-txt b { font-size: 15px; color: var(--ink); font-family: var(--font-head); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand__logo { height: 56px; width: auto; transition: transform .4s var(--ease); }
.brand:hover .brand__logo { transform: scale(1.03); }
.nav { display: flex; }
.nav__links { display: flex; gap: 4px; }
.nav__head, .nav__foot, .nav__close { display: none; }
.nav__link { position: relative; padding: 10px 16px; font-size: 15px; font-weight: 500; color: var(--text-dim); border-radius: 100px; transition: color .3s; }
.nav__link i { display: none; }
.nav__link::after { content: ''; position: absolute; left: 16px; right: 16px; bottom: 6px; height: 2px; background: var(--gold-grad); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); border-radius: 2px; }
.nav__link:hover, .nav__link.active { color: var(--black); }
.nav__link:hover::after, .nav__link.active::after { transform: scaleX(1); }

/* Mobile nav overlay (hidden on desktop) */
.nav-overlay { position: fixed; inset: 0; z-index: 899; background: rgba(15,15,15,0.55); opacity: 0; visibility: hidden; transition: opacity .4s var(--ease), visibility .4s; }
.nav-overlay.show { opacity: 1; visibility: visible; }
body.nav-lock { overflow: hidden; }
.header__actions { display: flex; align-items: center; gap: 10px; }
.header__cta { padding: 11px 22px; }
.hamburger { display: none; width: 44px; height: 44px; border-radius: 50%; background: var(--white); border: 1px solid var(--border-soft); flex-direction: column; justify-content: center; align-items: center; gap: 5px; }
.hamburger span { width: 20px; height: 2px; background: var(--black); border-radius: 2px; transition: .3s var(--ease); }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { padding: 160px 0 60px; text-align: center; position: relative; }
.page-hero h1 { font-size: clamp(2.2rem, 6vw, 4rem); margin: 18px 0 14px; }
.page-hero p { color: var(--text-dim); max-width: 640px; margin: 0 auto; }
.breadcrumb { color: var(--text-mute); font-size: 14px; margin-top: 14px; }
.breadcrumb a:hover { color: var(--gold); }

/* ---------- Home hero ---------- */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; padding-top: 150px; overflow: hidden; }
.hero__inner { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center; }
.hero__title { font-size: clamp(2.6rem, 6.5vw, 5rem); margin: 20px 0 18px; }
.hero__subtitle { font-size: clamp(1rem, 1.4vw, 1.15rem); color: var(--text-dim); max-width: 540px; }
.hero__cta { display: flex; gap: 14px; margin: 30px 0 44px; flex-wrap: wrap; }
.hero__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 520px; }
.stat { padding: 18px 14px; text-align: center; }
.stat__num { font-family: var(--font-head); font-size: clamp(1.4rem, 2.4vw, 2rem); font-weight: 700; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat__label { font-size: 12.5px; color: var(--text-dim); margin-top: 4px; }
.hero__visual { position: relative; height: 520px; display: grid; place-items: center; }
.hero__ring { position: absolute; width: 380px; height: 380px; border-radius: 50%; border: 1px solid var(--border); box-shadow: inset 0 0 50px rgba(197,160,89,.12), 0 0 50px rgba(255,184,0,.08); animation: spin 26s linear infinite; }
.hero__ring::before { content: ''; position: absolute; inset: 40px; border-radius: 50%; border: 1px dashed rgba(197,160,89,.35); }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes floaty { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-20px) rotate(1.5deg); } }
.hero__scroll { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); display: grid; justify-items: center; gap: 8px; color: var(--text-mute); font-size: 12px; letter-spacing: 2px; }
.mouse { width: 24px; height: 40px; border: 2px solid var(--border); border-radius: 14px; display: grid; justify-items: center; padding-top: 6px; }
.mouse span { width: 4px; height: 8px; border-radius: 4px; background: var(--accent); animation: scrolldot 1.6s infinite; }
@keyframes scrolldot { 0%{opacity:0; transform: translateY(0);} 40%{opacity:1;} 80%{opacity:0; transform: translateY(12px);} }

/* ---------- Section head ---------- */
.section-head { text-align: center; max-width: 720px; margin: 0 auto clamp(36px, 5vw, 64px); display: grid; justify-items: center; gap: 14px; }
.section-title { font-size: clamp(1.8rem, 4.2vw, 3.1rem); }
.section-sub { color: var(--text-dim); font-size: 1.02rem; }

/* ---------- Marquee ---------- */
.marquee-section { padding: 36px 0; border-block: 1px solid var(--border-soft); background: var(--bg-alt); overflow: hidden; }
.marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee__track { display: flex; align-items: center; gap: 56px; width: max-content; animation: marquee 40s linear infinite; padding: 8px 0; }
.marquee__track:hover { animation-play-state: paused; }
.brand-logo { display: flex; align-items: center; justify-content: center; height: 64px; min-width: 130px; padding: 0 14px; opacity: 0.78; filter: grayscale(1); transition: opacity .3s, filter .3s, transform .3s; }
.brand-logo img { height: 48px; width: auto; max-width: 160px; object-fit: contain; display: block; }
.brand-logo:hover { opacity: 1; filter: grayscale(0); transform: scale(1.06); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Trust strip ---------- */
.trust-strip { background: linear-gradient(90deg, #1a1a1a, #2a2318); }
.trust-strip__inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 26px 0; }
.trust-strip__item { display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,0.9); font-size: .98rem; justify-content: center; }
.trust-strip__item i { font-size: 1.5rem; color: var(--gold-soft); }
.trust-strip__item b { color: #fff; font-weight: 700; }
.trust-strip__item + .trust-strip__item { border-left: 1px solid rgba(255,255,255,0.1); }

/* ---------- Review / testimonial cards ---------- */
.review { padding: 32px 28px; display: flex; flex-direction: column; gap: 16px; position: relative; transition: transform .45s var(--ease), border-color .45s, box-shadow .45s; }
.review::before { content: '\201C'; position: absolute; top: 8px; right: 24px; font-family: var(--font-head); font-size: 5rem; line-height: 1; color: rgba(197,160,89,.18); }
.review:hover { transform: translateY(-8px); border-color: var(--gold); box-shadow: var(--shadow-lg), var(--gold-glow); }
.review__stars { color: var(--gold); display: flex; gap: 3px; font-size: .9rem; }
.review__text { color: var(--text-dim); font-size: .95rem; line-height: 1.7; flex: 1; }
.review__author { display: flex; align-items: center; gap: 14px; margin-top: 4px; }
.review__avatar { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; color: #1a1200; background: var(--gold-grad); font-family: var(--font-head); flex-shrink: 0; }
.review__author b { display: block; font-size: .98rem; }
.review__author small { color: var(--text-mute); font-size: .85rem; }

/* ---------- Service photo cards ---------- */
.svc-card { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--white); border: 1px solid var(--border-soft); box-shadow: var(--shadow); transition: transform .45s var(--ease), border-color .45s, box-shadow .45s; }
.svc-card:hover { transform: translateY(-8px); border-color: var(--gold); box-shadow: var(--shadow-lg), var(--gold-glow); }
.svc-card__media { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.svc-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.svc-card:hover .svc-card__media img { transform: scale(1.06); }
.svc-card__badge { position: absolute; bottom: -22px; left: 24px; width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; font-size: 1.25rem; color: #1a1200; background: var(--gold-grad); box-shadow: var(--shadow); }
.svc-card__body { padding: 32px 24px 26px; }
.svc-card__body h3 { font-size: 1.12rem; margin-bottom: 8px; }
.svc-card__body p { color: var(--text-dim); font-size: .92rem; margin-bottom: 12px; }
.svc-card:hover .card__link { gap: 14px; }

/* ---------- Generic cards grids ---------- */
.grid { display: grid; gap: 20px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

/* Category / feature card */
.card { position: relative; padding: 30px 26px; overflow: hidden; transition: transform .45s var(--ease), border-color .45s, box-shadow .45s; }
.card:hover { transform: translateY(-8px); border-color: var(--gold); box-shadow: var(--shadow-lg), var(--gold-glow); }
.card__icon { width: 60px; height: 60px; border-radius: 16px; display: grid; place-items: center; font-size: 1.5rem; color: var(--gold-deep); background: rgba(197,160,89,.12); border: 1px solid var(--border); margin-bottom: 18px; transition: .4s var(--ease); }
.card:hover .card__icon { background: var(--gold-grad); color: #1a1200; transform: rotate(-8deg) scale(1.05); }
.card h3 { font-size: 1.15rem; margin-bottom: 8px; }
.card p { color: var(--text-dim); font-size: .93rem; }
.card__link { color: var(--gold-deep); font-weight: 600; font-size: .9rem; display: inline-flex; gap: 8px; align-items: center; margin-top: 14px; transition: gap .3s; }
.card:hover .card__link { gap: 14px; }

/* ---------- Product showcase (no ecommerce) ---------- */
.product-card { padding: 16px; overflow: hidden; transition: transform .45s var(--ease), border-color .45s, box-shadow .45s; }
.product-card:hover { transform: translateY(-8px); border-color: var(--gold); box-shadow: var(--shadow-lg), var(--gold-glow); }
.product-card__media { border-radius: var(--radius-sm); overflow: hidden; background: var(--bg-alt); aspect-ratio: 4/3; display: grid; place-items: center; border: 1px solid var(--border-soft); }
.product-card__media { position: relative; }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.product-card:hover .product-card__media img { transform: scale(1.08); }
.product-card__tag { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 5px 12px; border-radius: 100px; font-size: 11px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: #1a1200; background: var(--gold-grad); box-shadow: var(--shadow-soft); }

.float-item { position: absolute; border-radius: 18px; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,.18); object-fit: cover; }
.float-item--main { width: 300px; height: 300px; z-index: 3; animation: floaty 6s ease-in-out infinite; }
.float-item--a { width: 180px; height: 140px; top: 4%; right: 0; z-index: 4; animation: floaty 5s ease-in-out infinite .4s; }
.float-item--b { width: 150px; height: 150px; bottom: 6%; left: -2%; z-index: 4; animation: floaty 5.5s ease-in-out infinite .9s; }

.split__visual img { width: 100%; max-width: 480px; border-radius: 24px; object-fit: cover; aspect-ratio: 4/3; filter: none; box-shadow: 0 24px 50px rgba(0,0,0,.14); }

.gallery-item img { width: 100%; transition: transform .6s var(--ease); background: var(--bg-alt); object-fit: cover; aspect-ratio: 4/3; }
.product-card__body { padding: 18px 8px 8px; }
.product-cat { font-size: 12px; color: var(--gold-deep); letter-spacing: 1px; text-transform: uppercase; font-weight: 600; }
.product-card h3 { font-family: var(--font-head); font-size: 1.1rem; font-weight: 600; margin: 6px 0 10px; }
.specs { display: grid; gap: 6px; margin-bottom: 16px; }
.specs li { display: flex; gap: 8px; align-items: baseline; color: var(--text-dim); font-size: .88rem; }
.specs li i { color: var(--gold); font-size: 11px; }
.product-card .btn { width: 100%; justify-content: center; padding: 11px; }

/* ---------- Filters (products page) ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 44px; }
.filter { padding: 9px 20px; border-radius: 100px; background: var(--surface); border: 1px solid var(--border-soft); color: var(--text-dim); font-size: 14px; font-weight: 500; transition: .3s; }
.filter:hover { color: var(--gold); border-color: var(--gold); }
.filter.active { background: var(--gold-grad); color: #1a1200; border-color: transparent; }
.is-hidden { display: none !important; }

/* ---------- Split (about / cta) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.split__visual { position: relative; height: auto; min-height: 360px; display: grid; place-items: center; }
.split__content .section-title { text-align: left; font-size: clamp(1.8rem, 3.6vw, 2.8rem); margin: 12px 0 16px; }
.check-list { display: grid; gap: 12px; margin: 22px 0 30px; }
.check-list li { display: flex; align-items: center; gap: 12px; color: var(--text-dim); }
.check-list i { width: 26px; height: 26px; border-radius: 50%; background: rgba(255,184,0,.15); color: var(--gold-deep); display: grid; place-items: center; font-size: 11px; flex-shrink: 0; }

/* ---------- Values / stats strip ---------- */
.stats-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stats-strip .stat__num { font-size: clamp(1.8rem, 3.4vw, 2.8rem); }

/* ---------- Counter band ---------- */
.counter-band { padding: clamp(48px, 6vw, 70px) 0; background: linear-gradient(120deg, #17130a, #201a0d 55%, #17130a); position: relative; overflow: hidden; }
.counter-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(600px circle at 20% 0%, rgba(197,160,89,.22), transparent 55%), radial-gradient(500px circle at 90% 100%, rgba(197,160,89,.16), transparent 55%); pointer-events: none; }
.counter-band .stats-strip { position: relative; z-index: 1; }
.stat-count { position: relative; padding: 10px; }
.stat-count + .stat-count::before { content: ''; position: absolute; left: -10px; top: 50%; transform: translateY(-50%); height: 56px; width: 1px; background: rgba(255,255,255,.12); }
.stat-count__num { font-family: var(--font-head); font-weight: 700; font-size: clamp(2rem, 4.4vw, 3.2rem); line-height: 1; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat-count__label { margin-top: 10px; color: rgba(255,255,255,.75); font-size: .92rem; letter-spacing: .3px; }

/* ---------- Store cards ---------- */
.store-card { padding: 34px 30px; }
.store-card__icon { width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center; font-size: 1.4rem; color: #1a1200; background: var(--gold-grad); margin-bottom: 18px; box-shadow: var(--shadow-soft); }
.store-card h3 { font-size: 1.3rem; margin-bottom: 16px; }
.store-card p { display: flex; align-items: flex-start; gap: 12px; color: var(--text-dim); font-size: .95rem; margin-bottom: 12px; }
.store-card p i { color: var(--gold-deep); width: 18px; text-align: center; margin-top: 4px; flex-shrink: 0; }
.store-card a { transition: color .3s; }
.store-card p a:hover { color: var(--gold-deep); }
.store-card .card__link { margin-top: 6px; }
.store-card:hover { transform: translateY(-8px); border-color: var(--gold); box-shadow: var(--shadow-lg), var(--gold-glow); }
.store-card { transition: transform .45s var(--ease), border-color .45s, box-shadow .45s; }

/* ---------- Newsletter ---------- */
.newsletter { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; padding: clamp(34px, 5vw, 54px); border-radius: var(--radius); background: linear-gradient(120deg, #17130a, #201a0d); position: relative; overflow: hidden; }
.newsletter::before { content: ''; position: absolute; inset: 0; background: radial-gradient(520px circle at 85% 20%, rgba(197,160,89,.22), transparent 55%); pointer-events: none; }
.newsletter__text { position: relative; z-index: 1; max-width: 460px; }
.newsletter__text h2 { color: #fff; font-size: clamp(1.6rem, 3.2vw, 2.4rem); margin-bottom: 8px; }
.newsletter__text p { color: rgba(255,255,255,.72); }
.newsletter__form { position: relative; z-index: 1; display: flex; gap: 10px; flex: 1; min-width: 280px; max-width: 520px; }
.newsletter__form input { flex: 1; padding: 15px 20px; border-radius: 100px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); color: #fff; font-size: .95rem; transition: border-color .3s, background .3s; }
.newsletter__form input::placeholder { color: rgba(255,255,255,.55); }
.newsletter__form input:focus { outline: none; border-color: var(--gold); background: rgba(255,255,255,.14); }
.newsletter__form .btn { flex-shrink: 0; }

/* ---------- Steps / timeline ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step { padding: 30px 24px; position: relative; }
.step__num { font-family: var(--font-head); font-size: 2.4rem; font-weight: 700; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 10px; }
.step h3 { font-size: 1.1rem; margin-bottom: 8px; }
.step p { color: var(--text-dim); font-size: .9rem; }

/* ---------- Gallery ---------- */
.gallery-grid { columns: 3; column-gap: 18px; }
.gallery-item { break-inside: avoid; margin-bottom: 18px; position: relative; overflow: hidden; cursor: pointer; padding: 0; }
.gallery-item figcaption { position: absolute; inset: auto 0 0 0; padding: 26px 18px 16px; background: linear-gradient(transparent, rgba(0,0,0,.72)); color: #fff; font-family: var(--font-head); font-weight: 600; transform: translateY(10px); opacity: 0; transition: .4s var(--ease); }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-item:hover figcaption { transform: none; opacity: 1; }
.gallery-item:hover { border-color: var(--gold); }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 14px; }
.faq-item { padding: 0 24px; overflow: hidden; transition: border-color .3s; }
.faq-item summary { list-style: none; cursor: pointer; padding: 22px 0; font-family: var(--font-head); font-weight: 600; font-size: 1.03rem; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary i { color: var(--accent); transition: transform .35s var(--ease); flex-shrink: 0; }
.faq-item[open] summary i { transform: rotate(135deg); }
.faq-item[open] { border-color: var(--gold); }
.faq-item__body { padding-bottom: 22px; color: var(--text-dim); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 26px; }
.contact-info { display: grid; gap: 14px; align-content: start; }
.contact-info__item { display: flex; align-items: center; gap: 16px; padding: 18px 22px; transition: transform .4s var(--ease), border-color .4s; }
.contact-info__item i { width: 46px; height: 46px; border-radius: 14px; background: rgba(197,160,89,.12); color: var(--gold-deep); display: grid; place-items: center; font-size: 1.1rem; flex-shrink: 0; }
.contact-info__item span { display: block; font-size: 12px; color: var(--text-mute); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.contact-info__item a, .contact-info__item address { display: block; font-style: normal; font-weight: 500; color: var(--text); transition: color .3s; }
.contact-info__item a:hover { color: var(--gold-deep); }
.contact-info__item:hover { transform: translateX(6px); border-color: var(--gold); }
.contact-map { grid-column: 1 / -1; overflow: hidden; height: 220px; padding: 0; }
.contact-map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.15) contrast(1.02); }
.contact-form { padding: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-content: start; }
.field { display: grid; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 13px; color: var(--text-dim); font-weight: 500; }
.field input, .field textarea, .field select { padding: 14px 16px; border-radius: var(--radius-sm); background: var(--surface-2); border: 1px solid var(--border-soft); color: var(--text); transition: border-color .3s, box-shadow .3s; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(197,160,89,.18); }
.field select option { background: var(--white); color: var(--text); }
.form-status { grid-column: 1/-1; font-size: .9rem; color: var(--gold-deep); min-height: 20px; }

/* ---------- CTA band ---------- */
.cta-band { text-align: center; padding: clamp(40px, 6vw, 70px); }
.cta-band h2 { font-size: clamp(1.7rem, 4vw, 2.8rem); margin-bottom: 14px; }
.cta-band p { color: var(--text-dim); max-width: 560px; margin: 0 auto 28px; }
.cta-band__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.footer { padding: 70px 0 28px; margin-top: 40px; border-top: 1px solid var(--border-soft); background: var(--bg-alt); }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer__brand img { height: 64px; width: auto; margin-bottom: 16px; }
.footer__brand p { color: var(--text-dim); max-width: 320px; margin-bottom: 20px; }
.socials { display: flex; gap: 12px; }
.socials a { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--white); border: 1px solid var(--border-soft); transition: .3s var(--ease); color: var(--ink); }
.socials a:hover { background: var(--gold-grad); color: #1a1200; transform: translateY(-4px); }
.footer__col h4 { font-size: 1.05rem; margin-bottom: 18px; color: var(--gold-deep); }
.footer__col a { display: block; color: var(--text-dim); padding: 6px 0; transition: color .3s, padding-left .3s; }
.footer__col a:hover { color: var(--gold-deep); padding-left: 6px; }
.footer__bottom { display: flex; justify-content: space-between; padding-top: 26px; border-top: 1px solid var(--border-soft); color: var(--text-mute); font-size: .88rem; flex-wrap: wrap; gap: 10px; }
.footer__bottom i { color: var(--accent); }

/* ---------- Floating buttons ---------- */
.fab { position: fixed; right: 22px; z-index: 800; width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; font-size: 1.35rem; box-shadow: var(--shadow-lg); transition: transform .3s var(--ease), opacity .3s; }
.fab--wa { bottom: 22px; background: #25D366; color: #fff; }
.fab--wa::after { content: ''; position: absolute; inset: 0; border-radius: 50%; border: 2px solid #25D366; animation: pulse 2s infinite; }
@keyframes pulse { 0%{transform:scale(1);opacity:.7;} 100%{transform:scale(1.6);opacity:0;} }
.fab--top { bottom: 86px; background: var(--gold-grad); color: #1a1200; font-size: 1.05rem; opacity: 0; pointer-events: none; transform: translateY(20px); }
.fab--top.show { opacity: 1; pointer-events: auto; transform: none; }
.fab:hover { transform: translateY(-4px) scale(1.06); }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 1100; display: grid; place-items: center; padding: 24px; background: rgba(255,255,255,.88); backdrop-filter: blur(10px); opacity: 0; visibility: hidden; transition: opacity .4s var(--ease), visibility .4s; }
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox img { max-width: 90vw; max-height: 82vh; border-radius: var(--radius); box-shadow: var(--shadow-lg); background: var(--white); padding: 12px; }
.lightbox__close { position: absolute; top: 24px; right: 24px; width: 48px; height: 48px; border-radius: 50%; background: var(--white); border: 1px solid var(--border-soft); color: var(--black); font-size: 1.2rem; }
.lightbox__close:hover { color: var(--gold-deep); border-color: var(--gold); }

/* ---------- Toast ---------- */
.toast { position: fixed; bottom: 30px; left: 50%; transform: translate(-50%, 30px); z-index: 1200; padding: 14px 26px; border-radius: 100px; background: var(--gold-grad); color: #1a1200; font-weight: 600; box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transition: .4s var(--ease); }
.toast.show { opacity: 1; visibility: visible; transform: translate(-50%, 0); }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(40px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .grid--4 { grid-template-columns: repeat(3, 1fr); }
  .steps, .stats-strip { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { columns: 2; }
  .trust-strip__inner { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .trust-strip__item:nth-child(3) { border-left: 0; }
  .header__phone-txt { display: none; }
  .stat-count + .stat-count::before { display: none; }
  .counter-band .stats-strip { gap: 30px 20px; }
}
@media (max-width: 900px) {
  .nav { position: fixed; inset: 0 0 0 auto; width: min(340px, 86%); flex-direction: column; gap: 0; padding: 0; background: var(--white); border-left: 1px solid var(--border-soft); box-shadow: -30px 0 60px -30px rgba(0,0,0,.35); transform: translateX(105%); transition: transform .45s var(--ease); z-index: 950; overflow-y: auto; }
  .nav.open { transform: none; }
  .nav__head { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid var(--border-soft); background: linear-gradient(90deg, #1a1a1a, #2a2318); }
  .nav__logo { height: 44px; width: auto; }
  .nav__close { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,0.12); color: #fff; font-size: 1.2rem; transition: .3s var(--ease); }
  .nav__close:hover { background: var(--gold-grad); color: #1a1200; transform: rotate(90deg); }
  .nav__links { display: flex; flex-direction: column; gap: 4px; padding: 16px 14px; }
  .nav__link { display: flex; align-items: center; gap: 14px; padding: 14px 16px; font-size: 1.02rem; border-radius: 14px; color: var(--ink); transition: background .3s, color .3s, transform .3s; }
  .nav__link::after { display: none; }
  .nav__link i { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; font-size: 1rem; color: var(--gold-deep); background: rgba(197,160,89,.12); transition: .3s var(--ease); flex-shrink: 0; }
  .nav__link:hover, .nav__link.active { background: rgba(197,160,89,.1); transform: translateX(4px); }
  .nav__link.active i, .nav__link:hover i { background: var(--gold-grad); color: #1a1200; }
  .nav__foot { display: block; margin-top: auto; padding: 18px 22px 26px; border-top: 1px solid var(--border-soft); background: var(--bg-alt); }
  .nav__cta { width: 100%; justify-content: center; margin-bottom: 18px; }
  .nav__contact { display: grid; gap: 10px; margin-bottom: 18px; }
  .nav__contact a, .nav__contact span { display: flex; align-items: center; gap: 10px; color: var(--text-dim); font-size: .92rem; }
  .nav__contact i { color: var(--gold-deep); width: 18px; text-align: center; }
  .nav__contact a:hover { color: var(--gold-deep); }
  .nav__socials { display: flex; gap: 10px; }
  .nav__socials a { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--white); border: 1px solid var(--border-soft); color: var(--ink); transition: .3s var(--ease); }
  .nav__socials a:hover { background: var(--gold-grad); color: #1a1200; transform: translateY(-3px); }
  .hamburger { display: flex; }
  .header__cta, .header__phone { display: none; }
  .topbar { display: none; }
  .header { top: 0; }
  /* Avoid backdrop-filter turning the header into a containing block for the fixed drawer */
  .header.scrolled { backdrop-filter: none; -webkit-backdrop-filter: none; background: rgba(255,255,255,0.98); }
  .hero__inner, .split { grid-template-columns: 1fr; text-align: center; }
  .split__content .section-title { text-align: center; }
  .check-list { justify-items: center; }
  .hero__content { display: grid; justify-items: center; }
  .hero__cta { justify-content: center; }
  .hero__stats { margin-inline: auto; }
  .hero { padding-top: 104px; min-height: auto; padding-bottom: 60px; }
  .hero__visual, .split__visual { height: 340px; order: -1; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .grid--2, .grid--4 { grid-template-columns: 1fr 1fr; }
  .grid--3 { grid-template-columns: 1fr 1fr; }
  .grid--3:has(.review), .grid--3:has(.svc-card) { grid-template-columns: 1fr; }
  .hero__stats { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .stat { padding: 14px 10px; }
  .contact-form { grid-template-columns: 1fr; }
  .gallery-grid { columns: 1; }
  .footer__bottom { justify-content: center; text-align: center; }
  .trust-strip__inner { grid-template-columns: 1fr 1fr; gap: 18px 14px; padding: 22px 0; }
  .trust-strip__item { justify-content: flex-start; font-size: .9rem; }
  .trust-strip__item + .trust-strip__item { border-left: 0; }
  .trust-strip__item i { font-size: 1.3rem; }
  .grid--2:has(.store-card) { grid-template-columns: 1fr; }
  .newsletter { flex-direction: column; text-align: center; }
  .newsletter__text { max-width: none; }
  .newsletter__form { max-width: none; width: 100%; }
  .hero__visual { height: 300px; }
  .fab { width: 50px; height: 50px; right: 16px; }
  .fab--wa { bottom: 16px; }
  .fab--top { bottom: 76px; }
}
@media (max-width: 460px) {
  .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
  .stats-strip, .steps { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .trust-strip__inner { grid-template-columns: 1fr; gap: 14px; }
  .hero__stats { grid-template-columns: repeat(3, 1fr); }
  .hero__title { font-size: 2.4rem; }
  .section-head { margin-bottom: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
