/* =========================================================
   Index Limited — Sierra Leone
   Medical & Healthcare Equipment
   Stylesheet
   ========================================================= */

:root {
  /* Brand palette */
  --primary:        #0E6BA8;
  --primary-dark:   #0A4E7A;
  --primary-darker: #08324f;
  --accent:         #17B978;
  --accent-dark:    #0f9a63;

  /* Ink & neutrals */
  --ink:      #12242e;
  --ink-soft: #33474f;
  --muted:    #5c6f79;
  --line:     #dde8f0;
  --bg:       #ffffff;
  --bg-soft:  #eef5fa;
  --bg-tint:  #f5f9fc;

  /* Effects */
  --shadow-sm: 0 1px 2px rgba(16,42,58,.06), 0 2px 6px rgba(16,42,58,.06);
  --shadow-md: 0 6px 18px rgba(16,42,58,.10);
  --shadow-lg: 0 20px 45px rgba(8,50,79,.18);
  --radius:    14px;
  --radius-sm: 10px;
  --maxw:      1200px;

  --font-head: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

/* ---------- Reset / base ---------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--ink); line-height: 1.2; margin: 0 0 .5em; font-weight: 600; }
p { margin: 0 0 1rem; }
ul { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: 3px solid rgba(14,107,168,.45); outline-offset: 2px; border-radius: 4px; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-head); font-weight: 600; font-size: .95rem;
  padding: .8rem 1.5rem; border-radius: 999px; border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 8px 20px rgba(23,185,120,.28); }
.btn-primary:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(23,185,120,.34); }
.btn-blue { background: var(--primary); color: #fff; }
.btn-blue:hover { background: var(--primary-dark); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.btn-ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.btn-outline { background: #fff; color: var(--primary-dark); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn-outline:hover { border-color: var(--primary); color: var(--primary); transform: translateY(-2px); }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--primary-darker); color: #cfe4f2; font-size: .82rem;
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 40px; flex-wrap: wrap; }
.topbar a { color: #eaf4fb; }
.topbar .tb-left { display: flex; gap: 1.4rem; flex-wrap: wrap; }
.topbar .tb-item { display: inline-flex; align-items: center; gap: .4rem; }
.topbar svg { width: 15px; height: 15px; opacity: .85; }
.topbar .tb-right { display: flex; gap: .8rem; align-items: center; }
.topbar .tb-right a { display: inline-flex; }
.topbar .tb-right svg { width: 16px; height: 16px; }

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94);
  backdrop-filter: saturate(150%) blur(8px); border-bottom: 1px solid var(--line);
  transition: box-shadow .25s ease;
}
.site-header.scrolled { box-shadow: var(--shadow-md); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 74px; gap: 1rem; }

/* Logo */
.brand { display: flex; align-items: center; gap: .7rem; }
.brand .mark { width: 46px; height: 46px; flex: 0 0 auto; }
.brand .wordmark { display: flex; flex-direction: column; line-height: 1; }
.brand .wordmark b { font-family: var(--font-head); font-weight: 700; font-size: 1.28rem; letter-spacing: .5px; color: var(--primary-dark); }
.brand .wordmark b span { color: var(--accent); }
.brand .wordmark small { font-size: .64rem; letter-spacing: 2.6px; text-transform: uppercase; color: var(--muted); font-weight: 600; margin-top: 3px; }

.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links a {
  font-family: var(--font-head); font-weight: 500; font-size: .95rem; color: var(--ink-soft);
  padding: .55rem .8rem; border-radius: 8px; transition: color .15s, background .15s; white-space: nowrap;
}
.nav-links a:hover { color: var(--primary); background: var(--bg-soft); }
.nav-actions { display: flex; align-items: center; gap: .6rem; }

.menu-toggle { display: none; background: none; border: 0; padding: 8px; color: var(--primary-dark); }
.menu-toggle svg { width: 30px; height: 30px; }

/* ---------- Hero ---------- */
.hero { position: relative; color: #fff; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(105deg, rgba(8,50,79,.94) 0%, rgba(10,78,122,.90) 42%, rgba(14,107,168,.72) 100%);
}
.hero-inner { padding: 84px 0 96px; max-width: 720px; }
.hero .eyebrow {
  display: inline-flex; align-items: center; gap: .5rem; background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.25); padding: .4rem .9rem; border-radius: 999px;
  font-size: .8rem; font-weight: 600; letter-spacing: .5px; margin-bottom: 1.2rem; color: #eaf6ff;
}
.hero .eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(23,185,120,.3); }
.hero h1 { color: #fff; font-size: clamp(2.15rem, 5vw, 3.5rem); font-weight: 700; margin-bottom: 1rem; letter-spacing: -.5px; }
.hero h1 span { color: #9be9c4; }
.hero .lead { font-size: 1.16rem; color: #dbeaf5; max-width: 600px; margin-bottom: 2rem; }
.hero-cta { display: flex; gap: .9rem; flex-wrap: wrap; }

.hero-stats {
  position: relative; background: #fff; margin-top: -1px;
}
.hero-stats .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line);
  border-radius: 0; }
.stat { background: #fff; padding: 26px 20px; text-align: center; }
.stat b { display: block; font-family: var(--font-head); font-weight: 700; font-size: 1.7rem; color: var(--primary); }
.stat span { font-size: .86rem; color: var(--muted); font-weight: 500; }

/* ---------- Section framing ---------- */
.section { padding: 84px 0; }
.section.tint { background: var(--bg-tint); }
.section.soft { background: var(--bg-soft); }
.section-head { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }
.kicker {
  display: inline-block; font-family: var(--font-head); font-weight: 700; font-size: .78rem;
  letter-spacing: 2.5px; text-transform: uppercase; color: var(--accent-dark); margin-bottom: .8rem;
}
.section-head h2 { font-size: clamp(1.7rem, 3.3vw, 2.4rem); }
.section-head p { color: var(--muted); font-size: 1.06rem; margin-bottom: 0; }

/* ---------- Trust bar ---------- */
.trust { background: var(--primary-darker); color: #dceaf4; }
.trust .container { display: grid; grid-template-columns: repeat(4,1fr); gap: 26px; padding: 34px 22px; }
.trust-item { display: flex; align-items: center; gap: .8rem; }
.trust-item svg { width: 30px; height: 30px; color: var(--accent); flex: 0 0 auto; }
.trust-item b { display: block; font-family: var(--font-head); font-size: .98rem; color: #fff; }
.trust-item span { font-size: .82rem; color: #a9c6da; }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.about-media { position: relative; }
.about-media img { border-radius: var(--radius); box-shadow: var(--shadow-lg); width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.about-media .badge {
  position: absolute; bottom: -22px; right: -14px; background: #fff; border-radius: var(--radius);
  box-shadow: var(--shadow-md); padding: 16px 20px; display: flex; align-items: center; gap: .8rem; border: 1px solid var(--line);
}
.about-media .badge svg { width: 34px; height: 34px; color: var(--accent); }
.about-media .badge b { font-family: var(--font-head); font-size: 1.05rem; display: block; }
.about-media .badge span { font-size: .8rem; color: var(--muted); }
.about h2 { font-size: clamp(1.7rem, 3.2vw, 2.3rem); }
.about .lead-text { font-size: 1.1rem; color: var(--ink-soft); }
.about-points { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; margin: 1.6rem 0 1.8rem; }
.about-points li { display: flex; gap: .6rem; align-items: flex-start; font-size: .96rem; color: var(--ink-soft); }
.about-points svg { width: 22px; height: 22px; color: var(--accent); flex: 0 0 auto; margin-top: 1px; }

/* ---------- Category cards ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.cat-card {
  position: relative; border-radius: var(--radius); overflow: hidden; background: #fff;
  border: 1px solid var(--line); box-shadow: var(--shadow-sm); text-align: left;
  transition: transform .2s ease, box-shadow .2s ease; cursor: pointer; display: flex; flex-direction: column;
}
.cat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.cat-card .cat-img { position: relative; aspect-ratio: 3/2; overflow: hidden; }
.cat-card .cat-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.cat-card:hover .cat-img img { transform: scale(1.07); }
.cat-card .cat-img::after { content:""; position:absolute; inset:0; background: linear-gradient(to top, rgba(8,50,79,.35), transparent 55%); }
.cat-card .cat-ico {
  position: absolute; top: 12px; left: 12px; width: 42px; height: 42px; border-radius: 11px;
  background: rgba(255,255,255,.92); display: grid; place-items: center; z-index: 2; box-shadow: var(--shadow-sm);
}
.cat-card .cat-ico svg { width: 24px; height: 24px; color: var(--primary); }
.cat-body { padding: 18px 20px 22px; flex: 1; display: flex; flex-direction: column; }
.cat-body h3 { font-size: 1.08rem; margin-bottom: .35rem; }
.cat-body p { font-size: .9rem; color: var(--muted); margin-bottom: .9rem; flex: 1; }
.cat-link { font-family: var(--font-head); font-weight: 600; font-size: .88rem; color: var(--primary); display: inline-flex; align-items: center; gap: .35rem; }
.cat-link svg { width: 16px; height: 16px; transition: transform .2s; }
.cat-card:hover .cat-link svg { transform: translateX(4px); }

/* ---------- Products / gallery ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 40px; }
.filter-btn {
  font-family: var(--font-head); font-weight: 500; font-size: .9rem; padding: .55rem 1.1rem;
  border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--ink-soft);
  transition: all .18s ease;
}
.filter-btn:hover { border-color: var(--primary); color: var(--primary); }
.filter-btn.active { background: var(--primary); border-color: var(--primary); color: #fff; box-shadow: 0 6px 16px rgba(14,107,168,.28); }

.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.prod {
  position: relative; border-radius: var(--radius); overflow: hidden; background: #fff;
  border: 1px solid var(--line); box-shadow: var(--shadow-sm); cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease; opacity: 1;
}
.prod.hide { display: none; }
.prod:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.prod-img { aspect-ratio: 1/1; overflow: hidden; background: var(--bg-soft); }
.prod-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.prod:hover .prod-img img { transform: scale(1.06); }
.prod-cap { padding: 14px 16px 16px; }
.prod-cap .tag { font-size: .72rem; font-weight: 600; letter-spacing: .4px; text-transform: uppercase; color: var(--accent-dark); }
.prod-cap h4 { font-size: .98rem; font-weight: 600; margin: .2rem 0 0; font-family: var(--font-head); line-height: 1.3; }
.prod .zoom {
  position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; border-radius: 9px;
  background: rgba(255,255,255,.9); display: grid; place-items: center; opacity: 0; transform: translateY(-6px);
  transition: opacity .2s, transform .2s;
}
.prod:hover .zoom { opacity: 1; transform: translateY(0); }
.prod .zoom svg { width: 18px; height: 18px; color: var(--primary-dark); }
.gallery-note { text-align: center; margin-top: 34px; color: var(--muted); font-size: .95rem; }

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 1000; background: rgba(8,25,38,.92);
  display: none; align-items: center; justify-content: center; padding: 30px;
}
.lightbox.open { display: flex; }
.lb-content { position: relative; max-width: 900px; width: 100%; text-align: center; }
.lb-content img { max-height: 78vh; width: auto; margin: 0 auto; border-radius: 10px; box-shadow: var(--shadow-lg); }
.lb-cap { color: #fff; margin-top: 16px; font-family: var(--font-head); }
.lb-cap .tag { color: #9be9c4; font-size: .78rem; text-transform: uppercase; letter-spacing: 1px; display: block; }
.lb-cap h4 { color: #fff; font-size: 1.2rem; margin: .2rem 0 0; }
.lb-btn {
  position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.3); color: #fff; width: 48px; height: 48px; border-radius: 50%;
  display: grid; place-items: center; transition: background .18s;
}
.lb-btn:hover { background: rgba(255,255,255,.28); }
.lb-prev { left: -8px; } .lb-next { right: -8px; }
.lb-btn svg { width: 24px; height: 24px; }
.lb-close { position: fixed; top: 22px; right: 26px; background: none; border: 0; color: #fff; padding: 8px; }
.lb-close svg { width: 34px; height: 34px; }

/* ---------- Sectors ---------- */
.sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sector {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px;
  box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s; display: flex; gap: 16px; align-items: flex-start;
}
.sector:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.sector .s-ico { width: 50px; height: 50px; border-radius: 12px; background: var(--bg-soft); display: grid; place-items: center; flex: 0 0 auto; }
.sector .s-ico svg { width: 27px; height: 27px; color: var(--primary); }
.sector h3 { font-size: 1.05rem; margin-bottom: .3rem; }
.sector p { font-size: .9rem; color: var(--muted); margin: 0; }

/* ---------- Why choose us ---------- */
.why { background: linear-gradient(160deg, var(--primary-darker), var(--primary-dark)); color: #fff; }
.why .section-head h2 { color: #fff; }
.why .section-head p { color: #bcd6e8; }
.why .kicker { color: #7fe3b4; }
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.why-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 28px 26px; transition: background .2s, transform .2s; }
.why-card:hover { background: rgba(255,255,255,.1); transform: translateY(-4px); }
.why-card .w-ico { width: 52px; height: 52px; border-radius: 13px; background: rgba(23,185,120,.18); display: grid; place-items: center; margin-bottom: 16px; }
.why-card .w-ico svg { width: 28px; height: 28px; color: #7fe3b4; }
.why-card h3 { color: #fff; font-size: 1.12rem; }
.why-card p { color: #c6dded; font-size: .93rem; margin: 0; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--accent); color: #fff; }
.cta-band .container { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 52px 22px; flex-wrap: wrap; }
.cta-band h2 { color: #fff; font-size: clamp(1.5rem, 3vw, 2.1rem); margin: 0; }
.cta-band p { color: #e4fff2; margin: .4rem 0 0; font-size: 1.05rem; }
.cta-band .btn-outline { color: var(--accent-dark); }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; }
.contact-info h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }
.contact-info .lead-text { color: var(--muted); font-size: 1.05rem; margin-bottom: 1.8rem; }
.c-item { display: flex; gap: 15px; align-items: flex-start; padding: 15px 0; border-top: 1px solid var(--line); }
.c-item:first-of-type { border-top: 0; }
.c-item .c-ico { width: 46px; height: 46px; border-radius: 12px; background: var(--bg-soft); display: grid; place-items: center; flex: 0 0 auto; }
.c-item .c-ico svg { width: 23px; height: 23px; color: var(--primary); }
.c-item b { font-family: var(--font-head); font-size: 1rem; display: block; }
.c-item span, .c-item a { color: var(--muted); font-size: .95rem; }
.c-item a:hover { color: var(--primary); }
.socials { display: flex; gap: 12px; margin-top: 22px; }
.socials a { width: 42px; height: 42px; border-radius: 11px; background: var(--primary); color:#fff; display: grid; place-items: center; transition: background .2s, transform .2s; }
.socials a:hover { background: var(--primary-dark); transform: translateY(-3px); }
.socials svg { width: 20px; height: 20px; }

.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-md); padding: 34px; }
.form-card h3 { font-size: 1.3rem; margin-bottom: .3rem; }
.form-card > p { color: var(--muted); font-size: .95rem; margin-bottom: 1.4rem; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: .85rem; font-weight: 600; font-family: var(--font-head); margin-bottom: 6px; color: var(--ink-soft); }
.field input, .field select, .field textarea {
  width: 100%; padding: .75rem .9rem; border: 1px solid var(--line); border-radius: var(--radius-sm);
  font-family: inherit; font-size: .95rem; color: var(--ink); background: var(--bg-tint); transition: border .15s, box-shadow .15s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(14,107,168,.14); background: #fff; }
.field textarea { resize: vertical; min-height: 110px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-card .btn-primary { width: 100%; justify-content: center; margin-top: 6px; }
.form-hint { font-size: .8rem; color: var(--muted); text-align: center; margin: 12px 0 0; }

/* ---------- Map & locations ---------- */
.map-wrap { margin-top: 56px; display: grid; grid-template-columns: 1fr 1.35fr; gap: 26px; align-items: stretch; }
.map-locations { display: flex; flex-direction: column; gap: 16px; }
.loc-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 20px 22px; display: flex; flex-direction: column; }
.loc-card .loc-top { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.loc-card .loc-top svg { width: 22px; height: 22px; color: var(--primary); flex: 0 0 auto; }
.loc-card h4 { font-size: 1.05rem; margin: 0; }
.loc-card p { color: var(--muted); font-size: .92rem; margin: 0 0 14px; }
.loc-card .loc-dir { margin-top: auto; align-self: flex-start; font-family: var(--font-head); font-weight: 600; font-size: .85rem; color: var(--primary); display: inline-flex; align-items: center; gap: .4rem; }
.loc-card .loc-dir svg { width: 16px; height: 16px; transition: transform .2s; }
.loc-card:hover .loc-dir svg { transform: translateX(3px); }
.map-embed { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--line); min-height: 340px; }
.map-embed iframe { width: 100%; height: 100%; min-height: 340px; border: 0; display: block; }

/* ---------- Floating WhatsApp button ---------- */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 900;
  width: 58px; height: 58px; border-radius: 50%; background: #25D366; color: #fff;
  display: grid; place-items: center; box-shadow: 0 10px 26px rgba(37,211,102,.45);
  transition: transform .2s ease, box-shadow .2s ease;
}
.wa-float:hover { transform: scale(1.08); box-shadow: 0 14px 30px rgba(37,211,102,.55); }
.wa-float svg { width: 32px; height: 32px; }
.wa-float::before {
  content: ""; position: absolute; inset: 0; border-radius: 50%; background: #25D366;
  z-index: -1; animation: wa-pulse 2.4s ease-out infinite;
}
@keyframes wa-pulse { 0% { transform: scale(1); opacity: .55; } 70%,100% { transform: scale(1.9); opacity: 0; } }
.wa-float .wa-tip {
  position: absolute; right: 70px; top: 50%; transform: translateY(-50%) translateX(6px);
  background: #0a1c26; color: #fff; font-family: var(--font-head); font-weight: 600; font-size: .8rem;
  white-space: nowrap; padding: .5rem .8rem; border-radius: 8px; opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s;
}
.wa-float:hover .wa-tip { opacity: 1; transform: translateY(-50%) translateX(0); }
@media (prefers-reduced-motion: reduce) { .wa-float::before { animation: none; } }

/* ---------- Footer ---------- */
.site-footer { background: #0a1c26; color: #9db4c1; padding: 60px 0 26px; font-size: .92rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.09); }
.site-footer .brand .wordmark b { color: #fff; }
.site-footer .brand .wordmark small { color: #7c95a4; }
.footer-about p { margin: 16px 0 0; color: #90a8b6; max-width: 320px; }
.footer-col h4 { color: #fff; font-size: 1rem; margin-bottom: 16px; }
.footer-col li { margin-bottom: 9px; }
.footer-col a:hover { color: #7fe3b4; }
.footer-contact li { display: flex; gap: 10px; margin-bottom: 12px; align-items: flex-start; }
.footer-contact svg { width: 18px; height: 18px; color: var(--accent); flex: 0 0 auto; margin-top: 2px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 14px; padding-top: 22px; flex-wrap: wrap; color: #7c95a4; font-size: .85rem; }
.footer-bottom a { color: #b9cdd9; }

/* ---------- Animated equipment showcase (marquee) ---------- */
.showcase { padding: 46px 0 52px; background: var(--bg-tint); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.showcase .sc-head { text-align: center; margin-bottom: 30px; }
.showcase .sc-head .kicker { margin-bottom: .4rem; }
.showcase .sc-head h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); margin: 0; }
.marquee { position: relative; width: 100%; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee + .marquee { margin-top: 20px; }
.mq-track { display: flex; gap: 18px; width: max-content; will-change: transform; }
.mq-track.left  { animation: mq-scroll-l 46s linear infinite; }
.mq-track.right { animation: mq-scroll-r 52s linear infinite; }
.marquee:hover .mq-track { animation-play-state: paused; }
@keyframes mq-scroll-l { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes mq-scroll-r { from { transform: translateX(-50%); } to { transform: translateX(0); } }
.mq-card { flex: 0 0 auto; width: 210px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; }
.mq-card .mq-img { height: 150px; background: #fff; display: grid; place-items: center; padding: 12px; }
.mq-card .mq-img img { max-height: 126px; width: auto; object-fit: contain; }
.mq-card .mq-name { padding: 10px 14px; font-family: var(--font-head); font-weight: 600; font-size: .84rem; color: var(--ink-soft); border-top: 1px solid var(--line); text-align: center; }
@media (prefers-reduced-motion: reduce) { .mq-track { animation: none !important; } }

/* ---------- Catalog-style product cards (white-background photos) ---------- */
.prod--catalog .prod-img { background: #fff; }
.prod--catalog .prod-img img { object-fit: contain; padding: 12px; }
.prod--catalog:hover .prod-img img { transform: scale(1.05); }

/* ---------- Photo gallery (masonry) ---------- */
.pgallery { columns: 4; column-gap: 16px; }
.pg-item { break-inside: avoid; margin: 0 0 16px; position: relative; border-radius: var(--radius); overflow: hidden; cursor: pointer; box-shadow: var(--shadow-sm); border: 1px solid var(--line); background: #fff; }
.pg-item img { width: 100%; display: block; transition: transform .5s ease; }
.pg-item:hover img { transform: scale(1.05); }
.pg-item .pg-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 16px 12px; color: #fff;
  background: linear-gradient(to top, rgba(8,50,79,.85), transparent); font-family: var(--font-head); font-weight: 600; font-size: .9rem;
  opacity: 0; transform: translateY(8px); transition: opacity .25s, transform .25s; }
.pg-item:hover .pg-cap { opacity: 1; transform: none; }
.pg-item.feature .pg-cap { opacity: 1; transform: none; }
.pg-item.feature .pg-badge { position: absolute; top: 14px; left: 14px; background: var(--accent); color: #fff; font-family: var(--font-head); font-weight: 600; font-size: .72rem; letter-spacing: .5px; text-transform: uppercase; padding: .3rem .7rem; border-radius: 999px; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .cat-grid { grid-template-columns: repeat(3,1fr); }
  .gallery { grid-template-columns: repeat(3,1fr); }
  .pgallery { columns: 3; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 940px) {
  .nav-links { position: fixed; inset: 0 0 0 auto; width: min(80vw, 320px); background: #fff; flex-direction: column;
    align-items: stretch; padding: 90px 22px 30px; gap: 4px; box-shadow: var(--shadow-lg); transform: translateX(100%);
    transition: transform .3s ease; z-index: 90; }
  .nav-links.open { transform: none; }
  .nav-links a { padding: .85rem .6rem; border-bottom: 1px solid var(--line); border-radius: 0; }
  .menu-toggle { display: inline-flex; }
  .nav-actions .btn-blue { display: none; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-media { max-width: 520px; }
  .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .map-wrap { grid-template-columns: 1fr; gap: 16px; }
  .trust .container { grid-template-columns: 1fr 1fr; gap: 22px; }
  .sector-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .pgallery { columns: 2; }
  .nav-backdrop { position: fixed; inset: 0; background: rgba(8,25,38,.5); z-index: 80; opacity: 0; visibility: hidden; transition: opacity .3s; }
  .nav-backdrop.open { opacity: 1; visibility: visible; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .section { padding: 60px 0; }
  .hero-inner { padding: 60px 0 70px; }
  .hero-stats .container { grid-template-columns: 1fr 1fr; gap: 1px; }
  .cat-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .gallery { grid-template-columns: 1fr 1fr; gap: 14px; }
  .mq-card { width: 168px; } .mq-card .mq-img { height: 124px; } .mq-card .mq-img img { max-height: 104px; }
  .about-points { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .cta-band .container { flex-direction: column; text-align: center; align-items: center; }
  .topbar .tb-left .tb-hide { display: none; }
  .lb-prev { left: 2px; } .lb-next { right: 2px; }
  .lb-btn { width: 40px; height: 40px; }
}
@media (max-width: 420px) {
  .cat-grid, .gallery, .sector-grid, .why-grid, .trust .container { grid-template-columns: 1fr; }
  .hero-stats .container { grid-template-columns: 1fr 1fr; }
}
