/* Vijayani Nutraceuticals — custom layer on top of Bootstrap 4 */

:root {
  --vj-ink: #0B120E;
  --vj-ink-2: #101A14;
  --vj-ink-3: #060A08;
  --vj-paper: #F6F5F1;
  --vj-green: #4ADE9B;
  --vj-green-d: #2FBF7E;
  --vj-teal: #4AC7DE;
  --vj-amber: #D9C24A;
  --vj-violet: #A78BDE;
  --vj-orange: #DE904A;
  --vj-indigo: #7B8BDE;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--vj-ink);
  color: var(--vj-paper);
  font-family: 'IBM Plex Sans', system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-wrap: pretty;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, .vj-display {
  font-family: 'Sora', system-ui, sans-serif;
  letter-spacing: -0.02em;
  margin: 0;
}

p { margin: 0; }

a { color: var(--vj-green); text-decoration: none; transition: color .3s ease; }
a:hover { color: #8CF0C2; text-decoration: none; }

.vj-mono { font-family: 'IBM Plex Mono', monospace; }
.vj-kicker {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--vj-green);
  text-transform: uppercase;
}
.vj-kicker--dark { color: var(--vj-green-d); }
.vj-kicker--teal { color: var(--vj-teal); }

.vj-h1 { font-size: clamp(34px, 6vw, 76px); line-height: 1.02; font-weight: 500; }
.vj-h2 { font-size: clamp(27px, 4vw, 48px); line-height: 1.08; font-weight: 500; }
.vj-h3 { font-size: clamp(20px, 2.2vw, 24px); font-weight: 500; }
.vj-lead { font-size: clamp(15.5px, 1.4vw, 18px); line-height: 1.7; color: rgba(246,245,241,0.68); }
.vj-body { font-size: 15px; line-height: 1.7; color: rgba(246,245,241,0.62); }
.vj-accent { color: var(--vj-green); }

.vj-section { padding: clamp(56px, 8vw, 104px) 0; }
.vj-section--paper { background: var(--vj-paper); color: var(--vj-ink); }
.vj-section--paper .vj-lead,
.vj-section--paper .vj-body { color: rgba(11,18,14,0.66); }
.vj-section--ink2 { background: var(--vj-ink-2); border-top: 1px solid rgba(246,245,241,0.08); }
.vj-section--cool { background: linear-gradient(155deg, #101A14 0%, #0E1A22 100%); border-top: 1px solid rgba(246,245,241,0.08); }
.vj-section--warm { background: linear-gradient(150deg, #141E10 0%, #0E1A20 100%); }
.vj-section--mint { background: linear-gradient(160deg, #E4F5EB 0%, #EFF6F1 55%, var(--vj-paper) 100%); color: var(--vj-ink); }

/* ---------- top bar + navbar ---------- */
.vj-topbar {
  background: var(--vj-ink-3);
  color: rgba(246,245,241,0.6);
  font-size: 12.5px;
  border-bottom: 1px solid rgba(246,245,241,0.08);
  padding: 9px 0;
}
.vj-topbar a { color: rgba(246,245,241,0.6); }
.vj-topbar a:hover { color: var(--vj-green); }
.vj-live-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--vj-green);
  display: inline-block;
  animation: vj-pulse 2.4s ease-in-out infinite;
}

.vj-navbar {
  background: rgba(11,18,14,0.82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(246,245,241,0.06);
  padding: 16px 0;
  transition: background .4s ease, padding .4s cubic-bezier(.22,1,.36,1), box-shadow .4s ease, border-color .4s ease;
}
.vj-navbar.vj-stuck {
  background: rgba(8,13,10,0.94);
  padding: 9px 0;
  border-bottom-color: rgba(246,245,241,0.12);
  box-shadow: 0 18px 40px -30px rgba(0,0,0,0.9);
}
.vj-logo-mark {
  width: 38px; height: 38px; border-radius: 11px; flex-shrink: 0;
  border: 1px solid rgba(74,199,222,0.45);
  box-shadow: 0 0 0 3px rgba(74,199,222,0.10);
  background-image: url(../../images/logo-mark.webp), linear-gradient(150deg, #1D3340, #14242B);
  background-size: 68% auto, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  transition: all .4s cubic-bezier(.22,1,.36,1);
}
.vj-stuck .vj-logo-mark { width: 32px; height: 32px; }
.vj-brand-text { font-family: 'Sora', sans-serif; font-weight: 600; font-size: 17px; color: var(--vj-paper); letter-spacing: -0.01em; }
.vj-brand-text span { opacity: .5; font-weight: 400; }
.navbar-brand:hover .vj-brand-text { color: var(--vj-paper); }

.vj-nav-pill {
  background: rgba(246,245,241,0.06);
  border: 1px solid rgba(246,245,241,0.09);
  border-radius: 999px;
  padding: 4px;
}
.vj-nav-pill .nav-link {
  color: rgba(246,245,241,0.74);
  font-size: 14.5px;
  padding: 8px 16px;
  border-radius: 999px;
  white-space: nowrap;
  transition: background .3s ease, color .3s ease;
}
.vj-nav-pill .nav-link:hover { background: rgba(246,245,241,0.1); color: var(--vj-paper); }
.vj-nav-pill .nav-link.active { background: var(--vj-green); color: #08130C; font-weight: 600; }

.vj-progress-track { height: 2px; background: rgba(246,245,241,0.07); overflow: hidden; }
.vj-progress-bar { height: 100%; width: 0; background: linear-gradient(90deg, var(--vj-green), var(--vj-teal)); transition: width .12s linear; }

.navbar-toggler { border-color: rgba(246,245,241,0.25); }
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(246,245,241,0.85)' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ---------- buttons ---------- */
.vj-btn {
  display: inline-block;
  font-family: inherit;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 999px;
  padding: 13px 26px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: all .3s ease;
}
.vj-btn-primary { background: var(--vj-green); color: #08130C; }
.vj-btn-primary:hover { background: #8CF0C2; color: #08130C; }
.vj-btn-ghost { background: transparent; border-color: rgba(246,245,241,0.22); color: var(--vj-paper); }
.vj-btn-ghost:hover { background: rgba(246,245,241,0.08); border-color: var(--vj-paper); color: var(--vj-paper); }
.vj-btn-dark { background: var(--vj-ink); color: var(--vj-paper); }
.vj-btn-dark:hover { background: #22352A; color: var(--vj-paper); }
.vj-btn-sm { padding: 10px 20px; font-size: 14px; }

/* ---------- hero ---------- */
.vj-hero { position: relative; overflow: hidden; padding: clamp(52px, 7vw, 92px) 0 0; }
.vj-hero-video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
  background: url(../../images/19.webp) center/cover no-repeat;
}
.vj-hero-veil {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(11,18,14,0.86) 0%, rgba(11,18,14,0.78) 45%, rgba(11,18,14,0.94) 100%);
}
.vj-hero-glow {
  position: absolute; inset: -20% -10% auto -10%; height: 620px; z-index: 1; pointer-events: none;
  background: radial-gradient(60% 60% at 20% 0%, rgba(60,140,100,0.45), transparent 70%),
              radial-gradient(50% 50% at 85% 15%, rgba(60,110,140,0.35), transparent 70%);
  animation: vj-drift 16s ease-in-out infinite;
}
.vj-hero-inner { position: relative; z-index: 2; padding-bottom: clamp(48px, 6vw, 84px); }

.vj-chip {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid rgba(246,245,241,0.16);
  border-radius: 999px; padding: 7px 16px;
  font-family: 'IBM Plex Mono', monospace; font-size: 12px;
  color: rgba(246,245,241,0.7);
}

/* ---------- cards ---------- */
.vj-card {
  border: 1px solid rgba(246,245,241,0.12);
  border-radius: 18px;
  background: rgba(246,245,241,0.03);
  padding: 24px;
  height: 100%;
  transition: transform .5s cubic-bezier(.22,1,.36,1), background .45s ease, border-color .45s ease, box-shadow .5s ease;
}
.vj-card:hover { transform: translateY(-8px); border-color: var(--vj-green); background: rgba(246,245,241,0.06); }
.vj-card-num { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; color: var(--vj-green); }

.vj-tint { border-radius: 16px; padding: 26px 24px; height: 100%; position: relative; overflow: hidden;
  transition: transform .45s cubic-bezier(.22,1,.36,1), background .45s ease; }
.vj-tint:hover { transform: translateY(-8px); }
.vj-tint-bar { width: 30px; height: 4px; border-radius: 999px; margin-bottom: 16px; }
.vj-tint--green { background: rgba(47,120,85,0.5); border: 1px solid rgba(74,199,155,0.35); }
.vj-tint--green:hover { background: rgba(47,140,95,0.68); }
.vj-tint--teal { background: rgba(40,105,125,0.5); border: 1px solid rgba(74,199,222,0.35); }
.vj-tint--teal:hover { background: rgba(45,125,145,0.68); }
.vj-tint--amber { background: rgba(110,100,40,0.5); border: 1px solid rgba(217,194,74,0.35); }
.vj-tint--amber:hover { background: rgba(130,118,45,0.68); }
.vj-tint--violet { background: rgba(85,70,125,0.5); border: 1px solid rgba(167,139,222,0.35); }
.vj-tint--violet:hover { background: rgba(100,82,145,0.68); }

.vj-paper-tint { border-radius: 14px; padding: 20px 22px; height: 100%; transition: background .4s ease; }
.vj-paper-tint h4 { font-size: 15px; font-weight: 600; }
.vj-paper-tint p { margin-top: 6px; font-size: 13.5px; line-height: 1.55; color: rgba(11,18,14,0.65); }
.vj-pt--green { background: #DCEFE3; } .vj-pt--green:hover { background: #C9E8D5; }
.vj-pt--teal { background: #DCEBF0; } .vj-pt--teal:hover { background: #C7E2EB; }
.vj-pt--amber { background: #EFEBD8; } .vj-pt--amber:hover { background: #E7E1C4; }
.vj-pt--violet { background: #E5E1F0; } .vj-pt--violet:hover { background: #D8D2EB; }

/* hue-driven auto-highlight tiles */
.vj-tile {
  position: relative; overflow: hidden; height: 100%;
  border-radius: 16px; padding: 22px 24px 24px;
  background: rgba(246,245,241,0.035);
  border: 1px solid rgba(246,245,241,0.1);
  transition: background .5s ease, border-color .5s ease, transform .5s cubic-bezier(.22,1,.36,1), box-shadow .5s ease;
  cursor: default;
}
.vj-tile-glow {
  position: absolute; top: -70px; right: -50px; width: 180px; height: 180px; border-radius: 50%;
  opacity: 0; transform: scale(.55); pointer-events: none;
  transition: opacity .6s ease, transform .7s cubic-bezier(.22,1,.36,1);
}
.vj-tile-dot { width: 9px; height: 9px; border-radius: 50%; transition: box-shadow .5s ease; }
.vj-tile-idx { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: .08em; color: rgba(246,245,241,0.4); transition: color .4s ease; }
.vj-tile h4 { margin-top: 14px; font-size: 16px; font-weight: 500; color: rgba(246,245,241,0.86); transition: color .4s ease; }
.vj-tile p { margin-top: 8px; font-size: 13.5px; line-height: 1.65; color: rgba(246,245,241,0.54); transition: color .4s ease; }
.vj-tile-rule { margin-top: 16px; height: 2px; border-radius: 999px; width: 16%; opacity: .32; transition: width .7s cubic-bezier(.22,1,.36,1), opacity .4s ease; }
.vj-tile.is-on { transform: translateY(-7px); }
.vj-tile.is-on .vj-tile-glow { opacity: 1; transform: scale(1); }
.vj-tile.is-on h4 { color: #FFFFFF; }
.vj-tile.is-on p { color: rgba(246,245,241,0.8); }
.vj-tile.is-on .vj-tile-rule { width: 100%; opacity: .9; }

/* ---------- media blocks ---------- */
.vj-shot { border-radius: 18px; border: 1px solid rgba(246,245,241,0.12); background-position: center; background-size: cover; background-repeat: no-repeat; }
.vj-shot--paper { border-color: rgba(11,18,14,0.14); }
.vj-shot-zoom { transition: background-size 1.4s cubic-bezier(.22,1,.36,1), box-shadow .6s ease, transform .6s cubic-bezier(.22,1,.36,1); }
.vj-shot-zoom:hover { background-size: 122% auto; box-shadow: 0 30px 66px -40px rgba(0,0,0,0.85); transform: translateY(-6px); }

.vj-fade-stack { position: relative; overflow: hidden; border-radius: 20px; border: 1px solid rgba(246,245,241,0.14); }
.vj-fade-stack .vj-frame {
  position: absolute; inset: 0; opacity: 0;
  background-position: center; background-size: cover; background-repeat: no-repeat;
  transition: opacity .9s ease, transform 5.2s linear;
}
.vj-fade-stack .vj-frame.is-on { opacity: 1; transform: scale(1.07); }
.vj-fade-caption {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 3;
  padding: 20px 22px;
  background: linear-gradient(180deg, transparent, rgba(6,10,8,0.88));
  font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; letter-spacing: .08em;
  color: rgba(246,245,241,0.9);
  display: flex; align-items: flex-end; justify-content: space-between; gap: 18px;
}
.vj-pips { display: flex; gap: 7px; }
.vj-pip { width: 8px; height: 8px; border: 0; padding: 0; border-radius: 999px; background: rgba(246,245,241,0.35); cursor: pointer; transition: width .5s cubic-bezier(.22,1,.36,1), background .4s ease; }
.vj-pip.is-on { width: 26px; background: var(--vj-green); }

/* ---------- marquees ---------- */
.vj-marquee { overflow: hidden; }
.vj-marquee-row { display: flex; width: max-content; }
.vj-marquee-row--l { animation: vj-marquee 26s linear infinite; }
.vj-marquee-row--r { animation: vj-marquee-rev 34s linear infinite; }
.vj-marquee-row:hover { animation-play-state: paused; }
.vj-marquee--band { background: var(--vj-green); color: #08130C; padding: 18px 0; }
.vj-marquee--band .vj-marquee-item { font-family: 'Sora', sans-serif; font-size: clamp(18px, 2.2vw, 26px); font-weight: 600; white-space: nowrap; padding-right: 40px; display: flex; align-items: center; gap: 40px; }

.vj-rail-mask { position: relative; }
.vj-rail-mask::before, .vj-rail-mask::after { content: ""; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2; pointer-events: none; }
.vj-rail-mask::before { left: 0; background: linear-gradient(90deg, var(--vj-ink), transparent); }
.vj-rail-mask::after { right: 0; background: linear-gradient(270deg, var(--vj-ink), transparent); }

.vj-cert-card { flex: 0 0 auto; width: 250px; margin-right: 14px; border: 1px solid rgba(246,245,241,0.12); border-radius: 18px; padding: 16px; background: rgba(246,245,241,0.04); transition: transform .45s cubic-bezier(.22,1,.36,1), border-color .45s ease; }
.vj-cert-card:hover { transform: translateY(-8px); border-color: var(--vj-green); }
.vj-cert-shot { height: 240px; border-radius: 12px; background: #FAFAF8; display: grid; place-items: center; overflow: hidden; }
.vj-cert-shot img { width: 100%; height: 100%; max-height: 240px; object-fit: contain; display: block; }
.vj-badge-chip { flex: 0 0 auto; display: flex; align-items: center; gap: 12px; margin-right: 14px; border: 1px solid rgba(246,245,241,0.12); border-radius: 999px; padding: 10px 20px 10px 12px; }
.vj-badge-chip img { width: 34px; height: 34px; border-radius: 999px; object-fit: contain; background: #fff; padding: 3px; flex-shrink: 0; }
.vj-badge-chip span { font-family: 'Sora', sans-serif; font-size: 14.5px; font-weight: 500; white-space: nowrap; }

/* ---------- process steps ---------- */
.vj-step { background: var(--vj-paper); border-radius: 18px; border: 1px solid rgba(11,18,14,0.1); padding: 18px 18px 24px; height: 100%;
  transition: transform .5s cubic-bezier(.22,1,.36,1), box-shadow .5s ease, background .4s ease, border-color .4s ease; }
.vj-step-shot { height: 108px; border-radius: 12px; background-position: center; background-size: 100% auto; background-repeat: no-repeat; filter: saturate(.75) brightness(.96);
  transition: background-size 1.2s cubic-bezier(.22,1,.36,1), filter .6s ease; }
.vj-step-num { width: 30px; height: 30px; border-radius: 50%; background: var(--vj-ink); color: var(--vj-paper); display: grid; place-items: center; font-family: 'IBM Plex Mono', monospace; font-size: 12px; margin-top: 14px;
  transition: transform .4s cubic-bezier(.22,1,.36,1), background .4s ease, color .4s ease; }
.vj-step h4 { margin-top: 14px; font-size: 16.5px; font-weight: 600; line-height: 1.25; color: rgba(11,18,14,0.78); }
.vj-step p { margin-top: 10px; font-size: 13.5px; line-height: 1.6; color: rgba(11,18,14,0.5); }
.vj-step.is-on { transform: translateY(-8px); background: #fff; border-color: var(--vj-green-d); box-shadow: 0 18px 40px -24px rgba(11,18,14,0.45); }
.vj-step.is-on .vj-step-shot { background-size: 115% auto; filter: saturate(1.05); }
.vj-step.is-on .vj-step-num { transform: scale(1.15); background: var(--vj-green-d); color: #08130C; }
.vj-step.is-on h4 { color: var(--vj-ink); }
.vj-step.is-on p { color: rgba(11,18,14,0.7); }
.vj-track { height: 2px; background: rgba(11,18,14,0.12); position: relative; overflow: hidden; }
.vj-track-fill { position: absolute; left: 0; top: 0; bottom: 0; width: 16.6%; background: var(--vj-green-d); transition: width .7s cubic-bezier(.22,1,.36,1); }

/* ---------- FAQ ---------- */
.vj-faq-item { border-top: 1px solid rgba(11,18,14,0.16); position: relative; padding-left: 0; background: transparent;
  transition: padding-left .35s ease, background .35s ease; }
.vj-faq-item:last-child { border-bottom: 1px solid rgba(11,18,14,0.16); }
.vj-faq-bar { position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--vj-green-d); transform: scaleY(0); transform-origin: top; transition: transform .4s cubic-bezier(.22,1,.36,1); }
.vj-faq-btn { width: 100%; background: none; border: 0; padding: 26px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; text-align: left; cursor: pointer;
  font-family: 'Sora', sans-serif; font-size: clamp(16px, 1.8vw, 19px); font-weight: 500; letter-spacing: -0.01em; color: rgba(11,18,14,0.62); transition: color .3s ease; }
.vj-faq-mark { font-family: 'IBM Plex Mono', monospace; font-size: 20px; color: var(--vj-green-d); flex-shrink: 0; transition: transform .4s cubic-bezier(.22,1,.36,1); }
.vj-faq-a { overflow: hidden; max-height: 0; opacity: 0; transition: max-height .35s ease, opacity .2s ease; }
.vj-faq-a p { padding: 0 60px 28px 0; font-size: 15.5px; line-height: 1.7; color: rgba(11,18,14,0.66); transform: translateY(-8px); transition: transform .45s cubic-bezier(.22,1,.36,1); }
.vj-faq-item.is-on { padding-left: 20px; background: rgba(11,18,14,0.03); }
.vj-faq-item.is-on .vj-faq-bar { transform: scaleY(1); }
.vj-faq-item.is-on .vj-faq-btn { color: var(--vj-ink); }
.vj-faq-item.is-on .vj-faq-mark { transform: rotate(135deg); }
.vj-faq-item.is-on .vj-faq-a { max-height: 320px; opacity: 1; transition: max-height .5s ease, opacity .4s ease .12s; }
.vj-faq-item.is-on .vj-faq-a p { transform: translateY(0); }

/* ---------- testimonials ---------- */
.vj-quote-stack { position: relative; min-height: 240px; }
.vj-quote { position: absolute; inset: 0; opacity: 0; transform: translateY(14px); pointer-events: none;
  transition: opacity .65s ease, transform .65s cubic-bezier(.22,1,.36,1); }
.vj-quote.is-on { position: relative; opacity: 1; transform: none; pointer-events: auto; }
.vj-quote p { font-family: 'Sora', sans-serif; font-size: clamp(19px, 2.4vw, 32px); line-height: 1.35; font-weight: 300; letter-spacing: -0.01em; }
.vj-quote-by { margin-top: 28px; font-family: 'IBM Plex Mono', monospace; font-size: 12.5px; letter-spacing: .06em; color: rgba(246,245,241,0.55); }

/* ---------- showcase slider ---------- */
.vj-showcase { position: relative; overflow: hidden; border-radius: 24px; border: 1px solid rgba(246,245,241,0.12); height: clamp(380px, 46vw, 520px); }
.vj-showcase .vj-frame { position: absolute; inset: 0; opacity: 0; background-position: center; background-size: 100% auto; background-repeat: no-repeat;
  transition: opacity .9s ease, background-size 6s linear; }
.vj-showcase .vj-frame.is-on { opacity: 1; background-size: 106% auto; }
.vj-showcase-veil { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(6,10,8,0.92) 0%, rgba(6,10,8,0.7) 45%, rgba(6,10,8,0.25) 100%); }
.vj-showcase-copy { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(24px, 4vw, 46px); }
.vj-tab { background: none; border: 0; padding: 12px 0; text-align: left; cursor: pointer; color: rgba(246,245,241,0.45); font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; letter-spacing: .08em; transition: color .35s ease; }
.vj-tab.is-on { color: var(--vj-green); }
.vj-tab-rule { height: 2px; background: rgba(246,245,241,0.16); margin-top: 8px; position: relative; overflow: hidden; }
.vj-tab-rule i { position: absolute; inset: 0; width: 0; background: var(--vj-green); display: block; }
.vj-tab.is-on + .vj-tab-rule i { width: 100%; transition: width 5.4s linear; }

/* ---------- gallery rotator ---------- */
.vj-gal { border-radius: 18px; padding: 10px; overflow: hidden; height: 100%; }
.vj-gal-shot { border-radius: 12px; height: 220px; background-position: center; background-size: cover; background-repeat: no-repeat; }
.vj-gal-cap { margin-top: 10px; padding: 0 4px 4px; font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: rgba(11,18,14,0.62); }

/* ---------- forms ---------- */
.vj-field {
  width: 100%; background: rgba(246,245,241,0.05); color: var(--vj-paper);
  border: 1px solid rgba(246,245,241,0.14); border-radius: 12px;
  padding: 14px 16px; font-size: 15px; font-family: inherit;
  transition: border-color .3s ease, background .3s ease;
}
.vj-field:focus { outline: none; border-color: var(--vj-green); background: rgba(246,245,241,0.08); }
.vj-field::placeholder { color: rgba(246,245,241,0.35); }
.vj-label { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; letter-spacing: .08em; color: rgba(246,245,241,0.5); margin-bottom: 8px; display: block; }

/* ---------- footer ---------- */
.vj-footer { background: var(--vj-ink-3); padding: clamp(44px, 6vw, 64px) 0 28px; border-top: 1px solid rgba(246,245,241,0.08); }
.vj-footer h5 { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; letter-spacing: .1em; color: rgba(246,245,241,0.45); font-weight: 400; margin: 0; }
.vj-footer a, .vj-footer .vj-fspan { color: rgba(246,245,241,0.75); font-size: 14.5px; display: block; margin-top: 10px; }
.vj-footer a:hover { color: var(--vj-green); }
.vj-footer-base { margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(246,245,241,0.08); font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; color: rgba(246,245,241,0.42); }

/* ---------- reveal + keyframes ---------- */
.vj-js .vj-reveal { opacity: 0; transform: translateY(24px); }
.vj-reveal { opacity: 1; transition: opacity .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1); }
.vj-reveal.is-in { opacity: 1; transform: none; }
.vj-reveal[data-delay="1"] { transition-delay: .1s; }
.vj-reveal[data-delay="2"] { transition-delay: .2s; }
.vj-reveal[data-delay="3"] { transition-delay: .3s; }
.vj-reveal[data-delay="4"] { transition-delay: .4s; }
.vj-reveal[data-delay="5"] { transition-delay: .5s; }

.vj-word { display: inline-block; margin-right: .28em; }
.vj-js .vj-word { opacity: 0; }
.vj-headline.is-in .vj-word { animation: vj-word .9s cubic-bezier(.22,1,.36,1) both; }
.vj-underline { position: relative; display: inline-block; }
.vj-underline i { position: absolute; left: 0; right: .12em; bottom: .04em; height: 5px; border-radius: 999px; background: var(--vj-green); transform: scaleX(0); transform-origin: left; }
.vj-headline.is-in .vj-underline i { animation: vj-underline .9s cubic-bezier(.22,1,.36,1) 1s both; }

@keyframes vj-word { 0% { opacity: 0; transform: translateY(26px) rotate(2deg); filter: blur(6px); } 100% { opacity: 1; transform: none; filter: blur(0); } }
@keyframes vj-underline { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes vj-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes vj-marquee-rev { from { transform: translateX(-50%); } to { transform: translateX(0); } }
@keyframes vj-pulse { 0%,100% { opacity: .35; } 50% { opacity: .9; } }
@keyframes vj-drift { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(3%,4%,0) scale(1.08); } }
@keyframes vj-slide-in-l { from { transform: translateX(-118%); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
@keyframes vj-slide-in-r { from { transform: translateX(118%); opacity: 0; } to { transform: translateX(0); opacity: 1; } }

.vj-swap { transition: transform 1.1s cubic-bezier(.65,0,.35,1); }

@media (max-width: 991px) {
  .vj-nav-pill { background: transparent; border: 0; padding: 0; margin: 12px 0; }
  .vj-nav-pill .nav-link { padding: 10px 14px; }
  .vj-rail-mask::before, .vj-rail-mask::after { width: 48px; }
  .vj-swap { transform: none !important; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001s !important; transition-duration: .001s !important; }
}

/* ---------- dosage form tiles (shuffling grid) ---------- */
.vj-form-photo { position: relative; height: 126px; flex-shrink: 0;
  background-size: cover; background-position: center; background-repeat: no-repeat;
  border-bottom: 1px solid rgba(246,245,241,0.12);
  transition: background-size 1.2s cubic-bezier(.22,1,.36,1); }
.vj-form-card:hover .vj-form-photo { background-size: 118% auto; }
.vj-form-num { position: absolute; top: 10px; left: 12px; padding: 4px 9px; border-radius: 999px;
  background: rgba(6,10,8,0.72); backdrop-filter: blur(6px); }
.vj-form-card { transition: background .35s ease, border-color .35s ease, transform .5s cubic-bezier(.22,1,.36,1); }
.vj-form-card.is-hot { border-color: var(--vj-green); background: rgba(246,245,241,0.07); }
.vj-form-card.is-hot .vj-card-num { color: #F6F5F1; background: rgba(74,222,155,0.9); color: #08130C; }
.vj-form-card.is-hot { box-shadow: 0 22px 50px -34px rgba(74,222,155,0.9); }
.vj-form-col.is-popping .vj-form-card { animation: vj-pop 550ms cubic-bezier(.22,1,.36,1) both; }
@keyframes vj-pop { 0% { opacity: 0; transform: scale(.9) translateY(16px) rotate(-.6deg); } 60% { opacity: 1; } 100% { opacity: 1; transform: none; } }

/* ---------- mobile hardening ---------- */
@media (max-width: 767px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  img, iframe { max-width: 100%; }
  .vj-topbar { font-size: 11.5px; }
  .vj-topbar .container > div { gap: 12px !important; }
  .vj-section { padding: 52px 0; }
  .vj-hero-inner { padding-bottom: 44px; }
  .vj-h1 { font-size: clamp(30px, 9vw, 44px); }
  .vj-h2 { font-size: clamp(24px, 7vw, 34px); }
  .vj-card, .vj-tint, .vj-tile { padding: 20px; }
  .vj-btn { padding: 12px 22px; font-size: 14.5px; }
  .vj-showcase { height: auto; min-height: 460px; }
  .vj-showcase .vj-frame, .vj-showcase .vj-frame.is-on { background-size: cover; }
  .vj-showcase-copy { padding: 22px 20px; }
  .vj-quote-stack { min-height: 320px; }
  .vj-fade-stack { height: 240px !important; }
  .vj-gal-shot { height: 180px; }
  .vj-cert-card { width: 200px; }
  .vj-cert-shot, .vj-cert-shot img { height: 190px; max-height: 190px; }
  .vj-faq-a p { padding-right: 0; }
  .vj-faq-btn { padding: 20px 0; gap: 14px; }
  .vj-step-shot { height: 150px; background-size: cover; }
  .vj-shot { min-height: 220px; }
  [style*="margin-top:-40px"] { margin-top: 14px !important; margin-left: 0 !important; max-width: 100% !important; }
  .vj-form-col { order: 0 !important; }
  .vj-form-photo { height: 150px; }
  .vj-rail-mask::before, .vj-rail-mask::after { width: 32px; }
  .vj-footer-base { flex-direction: column; }
  .text-lg-right { text-align: left !important; }
}
@media (max-width: 575px) {
  .vj-nav-pill .nav-link { font-size: 15px; }
  .vj-marquee--band .vj-marquee-item { font-size: 17px; gap: 24px; padding-right: 24px; }
  .vj-badge-chip span { font-size: 13.5px; }
  .vj-quote-stack { min-height: 380px; }
  .vj-showcase { min-height: 420px; }
}
