@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800;900&display=swap');
:root { --background: 0 0% 4%; --foreground: 0 0% 95%; --card: 0 0% 7%; --primary: 145 60% 45%; --primary-foreground: 0 0% 2%; --muted: 0 0% 10%; --muted-foreground: 0 0% 55%; --border: 0 0% 14%; }
html { scroll-behavior: smooth; }
body { background: hsl(var(--background)); color: hsl(var(--foreground)); font-family: Inter, sans-serif; -webkit-font-smoothing: antialiased; }
a, a:hover, a:focus { text-decoration: none; }
h1, h2, h3, h4 { font-family: Outfit, sans-serif; }
.grl-navbar { min-height: 80px; margin: 0; border: 0; background: transparent; transition: all .3s ease; }
.grl-navbar.scrolled { background: hsla(0,0%,4%,.95); backdrop-filter: blur(18px); border-bottom: 1px solid hsla(0,0%,14%,.5); box-shadow: 0 18px 40px hsla(0,0%,4%,.5); }
.grl-navbar .navbar-nav > li > a { color: hsl(var(--muted-foreground)); font-weight: 600; padding: 30px 10px; font-size: 13px; }
.grl-navbar .navbar-nav > li.active > a, .grl-navbar .navbar-nav > li > a:hover, .grl-navbar .navbar-nav > li > a:focus { color: hsl(var(--primary)); background: transparent; }
.grl-navbar .navbar-toggle { margin-top: 22px; border-color: hsl(var(--border)); }
.grl-navbar .navbar-toggle .icon-bar { background: hsl(var(--foreground)); }
.grl-brand { display: flex; align-items: center; gap: 10px; height: 80px; padding: 0 15px; color: hsl(var(--foreground)) !important; font-family: Outfit, sans-serif; font-weight: 800; letter-spacing: -.02em; }
.grl-brand img { width: 32px; height: 32px; border-radius: 8px; object-fit: cover; }
.grl-brand strong { color: hsl(var(--primary)); }
.nav-cta { margin-top: 20px; margin-left: 8px; padding: 9px 14px !important; background: hsl(var(--primary)) !important; color: hsl(var(--primary-foreground)) !important; border-radius: 6px; }
.btn-grl, .btn-grl:hover, .btn-grl:focus { background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); border-color: hsl(var(--primary)); font-weight: 700; box-shadow: 0 10px 30px hsla(145,60%,45%,.22); }
.btn-grl-outline, .btn-grl-outline:hover, .btn-grl-outline:focus { color: hsl(var(--foreground)); border-color: hsla(145,60%,45%,.45); background: hsla(0,0%,4%,.25); font-weight: 700; }
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid hsl(var(--border)); }
.grid-bg, .glow, .hero-image, .hero-shade { position: absolute; inset: 0; }
.grid-bg { background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 40px 40px; }
.glow { background: radial-gradient(ellipse at center, hsla(145,60%,45%,.08) 0%, transparent 70%); }
.hero-image { opacity: .2; background-size: cover; background-position: center; }
.hero-shade { background: linear-gradient(90deg, hsl(var(--background)) 0%, hsla(0,0%,4%,.80) 54%, hsla(0,0%,4%,.40) 100%); }
.hero-content { position: relative; z-index: 1; padding-top: 80px; }
.pill { display: inline-block; padding: 7px 12px; border-radius: 999px; border: 1px solid hsla(145,60%,45%,.3); background: hsla(145,60%,45%,.05); color: hsl(var(--primary)); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 24px; }
h1 { font-size: 86px; line-height: .95; font-weight: 900; letter-spacing: -.02em; margin: 0 0 24px; }
.text-gradient { background: linear-gradient(90deg, hsl(var(--primary)), #6ee7b7); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead { color: hsl(var(--muted-foreground)); font-size: 18px; line-height: 1.75; max-width: 540px; margin-bottom: 28px; }
.disclaimer { color: hsla(0,0%,55%,.7); font-size: 12px; margin-top: 20px; }
.section-pad { padding: 96px 0; }
.section-heading { max-width: 660px; margin: 0 auto 60px; }
.section-heading h2, .catalog-heading h2 { font-size: 42px; font-weight: 800; margin: 0 0 14px; }
.section-heading p, .catalog-heading p { color: hsl(var(--muted-foreground)); line-height: 1.6; }
.equal-row { display: flex; flex-wrap: wrap; }
.equal-row > [class*='col-'] { display: flex; margin-bottom: 30px; }
.grl-card { display: block; width: 100%; background: hsla(0,0%,7%,.60); backdrop-filter: blur(18px); border: 1px solid hsla(0,0%,14%,.5); border-radius: 12px; padding: 24px; transition: border-color .25s ease, transform .25s ease; color: hsl(var(--foreground)); }
.grl-card:hover, .grl-card:focus { color: hsl(var(--foreground)); border-color: hsla(145,60%,45%,.3); transform: translateY(-2px); }
.feature-icon { width: 48px; height: 48px; border-radius: 10px; display: flex; align-items: center; justify-content: center; background: hsla(145,60%,45%,.1); color: hsl(var(--primary)); font-size: 20px; margin-bottom: 16px; }
.feature-card h3, .product-card h3 { font-size: 18px; font-weight: 700; margin: 0 0 8px; }
.feature-card p, .dosage, .product-meta { color: hsl(var(--muted-foreground)); font-size: 14px; line-height: 1.6; }
.catalog-band { background: hsl(var(--card)); border-top: 1px solid hsl(var(--border)); border-bottom: 1px solid hsl(var(--border)); }
.catalog-heading { margin-bottom: 36px; }
.catalog-heading .btn { margin-top: 12px; }
.product-image { aspect-ratio: 1 / 1; border-radius: 10px; background: hsl(var(--muted)); display: flex; align-items: center; justify-content: center; overflow: hidden; margin-bottom: 16px; }
.product-image img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.eyebrow { color: hsl(var(--primary)); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-card h3 { margin-top: 6px; }
.product-meta { display: flex; justify-content: space-between; gap: 12px; margin-top: 12px; }
.view { color: hsl(var(--primary)); opacity: 0; transition: opacity .2s ease; }
.product-card:hover .view { opacity: 1; }
.cta { position: relative; text-align: center; overflow: hidden; }
.cta .container { position: relative; z-index: 1; }
.cta h2 { font-size: 56px; font-weight: 850; margin: 0 0 16px; }
.cta p { color: hsl(var(--muted-foreground)); max-width: 540px; margin: 0 auto 28px; line-height: 1.65; }
.faded { opacity: .5; }
.site-footer { border-top: 1px solid hsl(var(--border)); background: hsl(var(--card)); padding: 64px 0 32px; }
.footer-brand { display: flex; align-items: center; gap: 10px; font-family: Outfit, sans-serif; font-weight: 800; font-size: 18px; margin-bottom: 16px; }
.footer-brand-mark { width: 32px; height: 32px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; background: hsl(var(--primary)); color: hsl(var(--primary-foreground)); }
.site-footer p, .site-footer li, .site-footer a { color: hsl(var(--muted-foreground)); font-size: 14px; line-height: 1.65; }
.site-footer a:hover { color: hsl(var(--primary)); }
.site-footer li { margin-bottom: 8px; }
.footer-bottom { border-top: 1px solid hsl(var(--border)); margin-top: 44px; padding-top: 28px; }
.footer-bottom p { margin: 0; }
.policy { font-size: 12px !important; }
.hero-ctas .btn + .btn { margin-left: 6px; }
.hero-image-mobile { opacity: .15; }
/* Responsive helpers extending Bootstrap 3 utilities */
@media (min-width: 768px) { .text-sm-right { text-align: right; } }
@media (max-width: 1199px) { h1 { font-size: 72px; } .cta h2 { font-size: 48px; } }
@media (max-width: 991px) {
  .grl-navbar .navbar-nav > li > a { padding-left: 8px; padding-right: 8px; font-size: 12px; }
  h1 { font-size: 56px; }
  .section-heading h2, .catalog-heading h2, .cta h2 { font-size: 38px; }
  .lead { font-size: 17px; }
  .section-pad { padding: 80px 0; }
}
@media (max-width: 767px) {
  .grl-navbar { min-height: 64px; background: hsla(0,0%,4%,.95); border-bottom: 1px solid hsla(0,0%,14%,.5); }
  .grl-brand { height: 64px; font-size: 14px; padding: 0 10px; }
  .grl-brand img { width: 28px; height: 28px; }
  .grl-navbar .navbar-collapse { border-top: 1px solid hsl(var(--border)); max-height: calc(100vh - 64px); }
  .grl-navbar .navbar-nav { margin: 8px -15px; }
  .grl-navbar .navbar-nav > li > a { padding: 12px 20px; font-size: 14px; }
  .nav-cta { margin: 12px 15px 16px !important; }
  .hero { min-height: auto; padding: 110px 0 80px; }
  .hero-content { padding-top: 0; }
  h1 { font-size: 40px; }
  .lead { font-size: 16px; }
  .section-pad { padding: 60px 0; }
  .section-heading { margin-bottom: 40px; }
  .section-heading h2, .catalog-heading h2, .cta h2 { font-size: 30px; }
  .catalog-heading { margin-bottom: 24px; }
  .equal-row { display: block; }
  .equal-row > [class*='col-'] { display: block; }
  .grl-card { margin-bottom: 16px; }
  .btn-block-xs { display: block; width: 100%; margin: 0 0 10px !important; }
  .hero-ctas .btn + .btn { margin-left: 0; }
  .footer-bottom [class*='col-'] { margin-bottom: 14px; text-align: center !important; }
  .footer-bottom .col-sm-3:last-child { margin-bottom: 0; }
}
@media (max-width: 480px) {
  h1 { font-size: 34px; }
  .section-heading h2, .catalog-heading h2, .cta h2 { font-size: 26px; }
  .pill { font-size: 11px; }
  .product-image { padding: 4px; }
}

/* Header */
.page-header-section { padding: 50px 0 30px; border-bottom: 1px solid var(--border); }
.page-header-section h1 { font-size: 38px; font-weight: 800; margin: 0 0 10px; }
.page-header-section .lead { color: var(--muted); max-width: 720px; font-size: 15px; }

/* Filters */
.catalog-section { padding: 30px 0 80px; }
.filter-row { margin-bottom: 25px; }
.search-group .input-group-addon { background: var(--card); border-color: var(--border); color: var(--muted); }
.search-group .form-control { background: var(--card); border-color: var(--border); color: var(--fg); box-shadow: none; }
.search-group .form-control:focus { border-color: var(--brand); }
.cat-btn-group { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
@media (min-width: 992px) { .cat-btn-group { justify-content: flex-end; margin-top: 0; } }
.cat-btn-group .btn { float: none; border-radius: 6px !important; margin: 0; background: var(--card); border-color: var(--border); color: var(--muted); }
.cat-btn-group .btn.active, .cat-btn-group .btn:hover { background: var(--brand); border-color: var(--brand); color: #fff; }

/* Product cards */
.product-col { margin-bottom: 24px; display: flex; }
.product-card { display: flex; flex-direction: column; width: 100%; padding: 18px; background: var(--card); border: 1px solid var(--border); border-radius: 10px; color: var(--fg); transition: all .2s ease; }
.product-card:hover, .product-card:focus { border-color: var(--brand); transform: translateY(-2px); color: var(--fg); }
.product-img-wrap { aspect-ratio: 1/1; background: #0b0d11; border-radius: 8px; padding: 10px; margin-bottom: 14px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.product-img-wrap img { max-height: 100%; width: auto; object-fit: contain; }
@supports not (aspect-ratio: 1/1) { .product-img-wrap { height: 220px; } }
.product-cat { font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--brand); }
.product-name { font-size: 16px; font-weight: 700; margin: 4px 0 12px; }
.product-name small { color: var(--muted); font-weight: 400; }
.product-meta { display: flex; justify-content: space-between; align-items: center; font-size: 13px; margin-top: auto; }
.product-price { font-weight: 800; color: var(--fg); }


/* Product Detail */
.product-detail-section { padding: 100px 0 80px; }
.back-link { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 13px; margin-bottom: 30px; }
.back-link:hover { color: var(--brand); }
.back-link i { margin-right: 6px; }
.product-detail-row { margin-top: 10px; }
.product-hero-img { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 30px; aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center; margin-bottom: 30px; }
.product-hero-img img { max-height: 100%; max-width: 100%; object-fit: contain; }
@supports not (aspect-ratio: 1/1) { .product-hero-img { height: 480px; } }
.product-cat { font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--brand); }
.product-title { font-size: 34px; font-weight: 800; margin: 8px 0 4px; }
.product-dosage { font-size: 17px; color: var(--muted); margin-bottom: 14px; }
.product-price-lg { font-size: 26px; font-weight: 800; color: var(--brand); margin-bottom: 22px; }
.product-description { color: var(--muted); line-height: 1.7; margin-bottom: 26px; }
.info-card { background: var(--card); border: 1px solid var(--border); border-radius: 10px; padding: 20px 22px; margin-bottom: 18px; }
.info-card h3 { font-size: 15px; font-weight: 700; margin: 0 0 14px; display: flex; align-items: center; gap: 8px; }
.info-card h3 i { margin-right: 6px; }
.spec-grid > div { font-size: 13px; padding: 6px 15px; }
.spec-label { color: var(--muted); }
.spec-value { font-weight: 600; color: var(--fg); }
.compliance-text { font-size: 12px; color: var(--muted); line-height: 1.7; margin: 0; }
.action-row { display: flex; gap: 12px; margin-top: 20px; flex-wrap: wrap; }
.action-row .btn-brand { flex: 1 1 200px; }
.btn-brand { background: var(--brand); border: 1px solid var(--brand); color: #fff; font-weight: 600; }
.btn-brand:hover, .btn-brand:focus { background: #f59e0b; border-color: #f59e0b; color: #fff; }
.btn-outline-brand { background: transparent; border: 1px solid var(--border); color: var(--fg); font-weight: 600; }
.btn-outline-brand:hover, .btn-outline-brand:focus { border-color: var(--brand); color: var(--brand); }
.btn-outline-brand i { margin-right: 6px; }
@media (max-width: 480px) { .action-row .btn { width: 100%; } }