/* =============================================================================
   MEDOC PHARMACEUTICALS | css/styles.css
   Brand-Specific Clinical & Institutional Pharmaceutical Design System
   Prefix: cbws- (Clean Business Web Suite)
   Typography: Plus Jakarta Sans
   Palette: Institutional Deep Navy, Clinical Cyan, Precision Slate
============================================================================= */

/* 01 RESET & BASE
---------------------------------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border-radius: 0 !important;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

body, button, input, select, textarea,
h1, h2, h3, h4, h5, h6,
p, span, a, label, table, th, td {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

body {
  color: var(--text-body);
  overflow-x: hidden;
  background: #ffffff;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  font-weight: 400;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.25s ease;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul {
  list-style: none;
}

button, input, select, textarea {
  font-family: inherit;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

/* 02 DESIGN TOKENS
---------------------------------------------------------------------------- */
:root {
  --primary:         #0284c7;  /* Medical Cyan/Blue */
  --primary-hover:   #0369a1;  /* Deep Pharma Blue */
  --primary-light:   #f0f9ff;  /* Soft Clinical Blue Tint */
  --primary-subtle:  #e0f2fe;  /* Subtle Tag Background */

  --navy-deep:       #0a192f;  /* Anchor Institutional Navy */
  --navy-slate:      #0f2647;  /* Elevated Navy Surfaces */
  --navy-dark:       #060f1e;  /* Deepest Dark */

  --accent:          #38bdf8;  /* Cyan Highlight */

  --text-dark:       #0f172a;  /* Slate 900 - High Contrast Headings */
  --text-body:       #334155;  /* Slate 700 - Highly Legible Body */
  --text-muted:      #64748b;  /* Slate 500 - Secondary Info */
  --text-light:      #94a3b8;  /* Slate 400 */

  /* Dark-surface text tokens — used on navy/dark section backgrounds */
  --text-on-dark:         #cbd5e1;  /* Slate 300 - Primary body on dark bg */
  --text-on-dark-bright:  #f1f5f9;  /* Slate 100 - High-visibility on dark (hero desc) */
  --text-on-dark-subtle:  #94a3b8;  /* Slate 400 - Muted info on dark (footer body) */
  --text-on-dark-dim:     #64748b;  /* Slate 500 - Dimmest on dark (footer bottom) */
  --text-on-dark-th:      #e2e8f0;  /* Slate 200 - Table headers on dark thead */

  --white:           #ffffff;
  --light-bg:        #f8fafc;  /* Clean Slate 50 Section Background */
  --light-bg-alt:    #f1f5f9;  /* Slate 100 Section Background */

  --border:          #e2e8f0;  /* Slate 200 Crisp Border */
  --border-subtle:   #f1f5f9;  /* Slate 100 Sub-border */
  --border-focus:    #38bdf8;  /* Focus Ring */

  --radius-sm:       0px;
  --radius:          0px;
  --radius-md:       0px;
  --radius-lg:       0px;
  --radius-pill:     0px;

  /* Type scale: one responsive system for every page */
  --fs-display:      clamp(2rem, 3.6vw, 3.25rem);
  --fs-h1:           clamp(1.75rem, 2.8vw, 2.5rem);
  --fs-h2:           clamp(1.5rem, 2.2vw, 2.125rem);
  --fs-h3:           clamp(1.0625rem, 1.3vw, 1.25rem);
  --fs-h4:           clamp(1rem, 1.1vw, 1.125rem);
  --fs-h5:           0.9375rem;
  --fs-h6:           0.875rem;
  --fs-body-lg:      clamp(1rem, 1.05vw, 1.0625rem);
  --fs-body:         1rem;
  --fs-body-sm:      0.875rem;
  --fs-caption:      0.8125rem;
  --fs-label:        0.875rem;
  --fs-nav:          0.9375rem;
  --fs-button:       1rem;
  --fs-icon-sm:      0.875rem;
  --fs-icon:         1rem;
  --fs-icon-lg:      1.25rem;
  --fs-icon-xl:      1.5rem;
  --fs-metric:       clamp(1.5rem, 2.4vw, 2rem);
  --fs-stat:         clamp(2rem, 3vw, 2.75rem);
  --fs-quote:        2rem;
  --fs-product-cat:  clamp(1.25rem, 1.6vw, 1.5rem);
  --fs-cta:           clamp(1.4rem, 2vw, 1.85rem);

  --lh-display:      1.08;
  --lh-heading:      1.2;
  --lh-h3:           1.3;
  --lh-body:         1.65;
  --lh-body-lg:      1.6;
  --ls-tight:        -0.03em;
  --ls-heading:      -0.02em;
  --ls-body:         0.01em;
  --ls-eyebrow:      0.12em;
  --ls-label:        0.08em;

  --space-label-heading: 10px;
  --space-heading-copy:  18px;
  --space-copy-content:  24px;
  --space-intro-grid:    40px;

  --shadow-xs:       0 1px 2px rgba(15, 23, 42, 0.05);
  --shadow:          0 4px 16px -2px rgba(15, 23, 42, 0.06), 0 2px 6px -1px rgba(15, 23, 42, 0.04);
  --shadow-md:       0 10px 25px -3px rgba(15, 23, 42, 0.08), 0 4px 10px -2px rgba(15, 23, 42, 0.04);
  --shadow-lg:       0 20px 35px -5px rgba(15, 23, 42, 0.12), 0 8px 16px -4px rgba(15, 23, 42, 0.05);
  --shadow-hover:    0 12px 30px -4px rgba(2, 132, 199, 0.18), 0 4px 12px -2px rgba(2, 132, 199, 0.08);

  --transition:      all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

/* 03 LAYOUT
---------------------------------------------------------------------------- */
.cbws-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

@media (max-width: 640px) {
  .cbws-container {
    padding: 0 18px;
  }
}

/* Global heading voice — one system sitewide */
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

h1 { font-size: var(--fs-h1); font-weight: 700; letter-spacing: var(--ls-tight); line-height: var(--lh-heading); }
h2 { font-size: var(--fs-h2); font-weight: 700; letter-spacing: var(--ls-heading); line-height: var(--lh-heading); }
h3 { font-size: var(--fs-h3); font-weight: 600; letter-spacing: var(--ls-heading); line-height: var(--lh-h3); }
h4 { font-size: var(--fs-h4); font-weight: 600; letter-spacing: var(--ls-heading); line-height: var(--lh-h3); }
h5 { font-size: var(--fs-h5); font-weight: 600; letter-spacing: var(--ls-heading); line-height: var(--lh-h3); }
h6 { font-size: var(--fs-h6); font-weight: 600; letter-spacing: var(--ls-heading); line-height: var(--lh-h3); }

/* 04 TYPOGRAPHY & SECTION HELPERS
---------------------------------------------------------------------------- */
.cbws-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: var(--fs-caption);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: var(--ls-eyebrow);
  color: var(--primary);
  background: var(--primary-light);
  padding: 5px 14px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border);
  margin-bottom: var(--space-label-heading);
}

.cbws-section-label::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: var(--radius-sm);
  background: var(--primary);
}

.cbws-section-label--accent {
  color: #fff;
  background: rgba(56, 189, 248, 0.15);
  border-color: var(--border);
}

.cbws-section-label--accent::before {
  background: var(--accent);
}

.cbws-section-title {
  font-size: var(--fs-h2);
  font-weight: 700;
  color: var(--text-dark);
  line-height: var(--lh-heading);
  letter-spacing: var(--ls-heading);
  text-wrap: balance;
}

.cbws-section-title--white {
  color: #ffffff;
}

.cbws-section-divider {
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  border-radius: var(--radius-pill);
  margin: var(--space-label-heading) 0 var(--space-heading-copy);
}

.cbws-section-divider--center {
  margin-left: auto;
  margin-right: auto;
}

.cbws-section-divider--accent {
  background: linear-gradient(90deg, var(--accent), rgba(255, 255, 255, 0.3));
}

.cbws-section-intro {
  color: var(--text-muted);
  margin-top: var(--space-heading-copy);
  max-width: 45ch;
  margin-left: auto;
  margin-right: auto;
  font-size: var(--fs-body-lg);
  line-height: var(--lh-body-lg);
}

.cbws-section-header {
  text-align: center;
  margin-bottom: var(--space-intro-grid);
}

.cbws-cta-center {
  text-align: center;
  margin-top: var(--space-copy-content);
}

/* 05 UTILITY CLASSES
---------------------------------------------------------------------------- */
.cbws-u-text-center { text-align: center; }
.cbws-u-text-white  { color: #fff; }
.cbws-u-text-accent { color: var(--accent); }
.cbws-u-mt-xl  { margin-top: 48px; }
.cbws-u-mt-lg  { margin-top: 32px; }
.cbws-u-mt-md  { margin-top: 24px; }
.cbws-u-mb-md  { margin-bottom: 20px; }
.cbws-u-mb-sm  { margin-bottom: 8px; }

.cbws-certifications {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.cbws-cert-badge {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-pill);
  padding: 6px 14px;
  font-size: var(--fs-caption);
  font-weight: 600;
  color: var(--navy-slate);
  box-shadow: var(--shadow-xs);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition);
}

.cbws-cert-badge:hover {
  color: var(--primary);
  transform: translateY(-1px);
}

.cbws-icon--accent {
  color: var(--accent);
  margin-right: 8px;
}

.cbws-icon--primary {
  color: var(--primary);
  margin-right: 8px;
}

.cbws-follow-label {
  color: var(--navy-slate);
  margin: 28px 0 14px;
  font-size: var(--fs-caption);
  font-weight: 700;
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
}

/* 06 BUTTONS
---------------------------------------------------------------------------- */
.cbws-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 26px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: var(--fs-button);
  letter-spacing: var(--ls-body);
  transition: var(--transition);
  border: 1px solid transparent;
  white-space: nowrap;
}

.cbws-btn--primary {
  background: var(--primary);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.3);
}

.cbws-btn--primary:hover {
  background: var(--primary-hover);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(2, 132, 199, 0.4);
}

.cbws-btn--outline {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(8px);
}

.cbws-btn--outline:hover {
  background: #ffffff;
  color: var(--navy-deep);
  border-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.cbws-btn--accent {
  background: var(--accent);
  color: var(--navy-deep);
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(56, 189, 248, 0.35);
}

.cbws-btn--accent:hover {
  background: #ffffff;
  color: var(--navy-deep);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(255, 255, 255, 0.25);
}

.cbws-btn--block {
  width: 100%;
}

.cbws-btn-row {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: var(--space-copy-content);
}

/* 07 TOP BAR
---------------------------------------------------------------------------- */
.cbws-top-bar {
  background: var(--navy-dark);
  color: var(--text-on-dark);
  font-size: var(--fs-caption);
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.cbws-top-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.cbws-top-bar__left, .cbws-top-bar__right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cbws-top-bar a {
  color: var(--text-on-dark);
  display: inline-flex;
  align-items: center;
  transition: color 0.2s ease;
}

.cbws-top-bar a:hover {
  color: var(--accent);
}

.cbws-top-bar i {
  margin-right: 6px;
  color: var(--accent);
  font-size: var(--fs-icon-sm);
}

/* 08 HEADER & NAVIGATION
---------------------------------------------------------------------------- */
.cbws-site-header {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid var(--border);
  transition: var(--transition);
}

.cbws-site-header.cbws-is-scrolled {
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.98);
}

.cbws-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}

.cbws-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cbws-logo__img {
  height: 48px;
  width: auto;
  display: block;
  object-fit: contain;
}

.cbws-site-footer .cbws-logo__img {
  height: 72px;
  filter: brightness(0) invert(1);
}

.cbws-nav__menu {
  display: flex;
  align-items: center;
  gap: 4px;
}

.cbws-nav__menu > li {
  position: relative;
}

.cbws-nav__menu > li > a {
  display: inline-flex;
  align-items: center;
  padding: 9px 15px;
  font-size: var(--fs-nav);
  font-weight: 500;
  color: var(--navy-slate);
  border-radius: var(--radius);
  transition: var(--transition);
  white-space: nowrap;
}

.cbws-nav__menu > li > a:hover,
.cbws-nav__menu > li > a.cbws-is-active {
  color: var(--primary);
  background: var(--primary-light);
}

.cbws-nav__menu > li > a .cbws-caret {
  font-size: var(--fs-icon-sm);
  margin-left: 6px;
  transition: transform 0.2s ease;
}

.cbws-nav__menu > li:hover > a .cbws-caret {
  transform: rotate(180deg);
}

.cbws-nav__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: #ffffff;
  border-radius: 0;
  box-shadow: var(--shadow-lg);
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: var(--transition);
  border: 1px solid var(--border);
  border-top: none;
  padding: 8px 0;
  z-index: 999;
}

.cbws-nav__dropdown::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
}

.cbws-nav__dropdown li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 18px;
  font-size: var(--fs-body-sm);
  font-weight: 500;
  color: var(--text-body);
  transition: var(--transition);
}

.cbws-nav__dropdown li a i {
  order: 2;
  margin-left: auto;
  color: var(--text-light);
  font-size: var(--fs-icon-sm);
  transition: var(--transition);
}

.cbws-nav__dropdown li a:hover {
  background: var(--primary-light);
  color: var(--primary);
  padding-left: 22px;
}

.cbws-nav__dropdown li a:hover i {
  color: var(--primary);
  transform: translateX(3px);
}

.cbws-nav__menu > li:hover .cbws-nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cbws-nav__cta {
  display: flex;
  align-items: center;
  gap: 14px;
}

.cbws-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  gap: 5px;
  padding: 8px;
  background: none;
  border: none;
}

.cbws-hamburger__bar {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--navy-deep);
  border-radius: var(--radius-sm);
  transition: var(--transition);
}

.cbws-hamburger.cbws-is-open .cbws-hamburger__bar:nth-child(1),
.cbws-hamburger.cbws-is-active .cbws-hamburger__bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.cbws-hamburger.cbws-is-open .cbws-hamburger__bar:nth-child(2),
.cbws-hamburger.cbws-is-active .cbws-hamburger__bar:nth-child(2) {
  opacity: 0;
}

.cbws-hamburger.cbws-is-open .cbws-hamburger__bar:nth-child(3),
.cbws-hamburger.cbws-is-active .cbws-hamburger__bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile navigation backdrop. The sidebar itself sits above this layer. */
.cbws-sidebar-overlay {
  display: none;
}

.cbws-mobile-nav__header,
.cbws-mobile-nav__footer {
  display: none !important;
}

body.cbws-nav-is-open {
  overflow: hidden;
}

/* 09 HERO SECTION
---------------------------------------------------------------------------- */
.cbws-hero {
  position: relative;
  width: 100%;
  min-height: 680px;
  height: 85vh;
  max-height: 820px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #0a192f;
}

.cbws-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.cbws-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 25, 47, 0.68) 0%, rgba(15, 38, 71, 0.55) 45%, rgba(2, 132, 199, 0.38) 100%);
  z-index: 1;
}

.cbws-hero__wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  color: #ffffff;
  padding: 60px 0;
}

.cbws-hero .cbws-hero-slide__content {
  padding: 0;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.cbws-hero-slide__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(56, 189, 248, 0.16);
  border: 1px solid rgba(56, 189, 248, 0.35);
  color: var(--accent);
  font-size: var(--fs-caption);
  font-weight: 600;
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: var(--radius-pill);
  margin-bottom: 20px;
  backdrop-filter: blur(8px);
}

.cbws-hero-slide__title {
  font-size: var(--fs-display);
  font-weight: 700;
  line-height: var(--lh-display);
  letter-spacing: var(--ls-tight);
  margin-bottom: 18px;
  color: #ffffff;
  text-wrap: balance;
  text-shadow: 0 2px 24px rgba(6, 15, 30, 0.5);
}

.cbws-hero-slide__desc {
  font-size: var(--fs-body-lg);
  line-height: var(--lh-body-lg);
  color: var(--text-on-dark-bright);
  text-shadow: 0 1px 16px rgba(6, 15, 30, 0.5);
  margin-bottom: 32px;
  max-width: 45ch;
  margin-left: auto;
  margin-right: auto;
}

.cbws-hero-slide__btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}


/* 10 INNER-PAGE HERO
---------------------------------------------------------------------------- */
.cbws-page-hero {
  padding: 72px 0 64px;
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy-slate) 100%);
  position: relative;
  overflow: hidden;
}

.cbws-page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(2, 132, 199, 0.25) 0%, transparent 60%);
  pointer-events: none;
}

.cbws-page-hero__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #ffffff;
}

.cbws-page-hero__title {
  font-size: var(--fs-h1);
  font-weight: 700;
  letter-spacing: var(--ls-tight);
  line-height: var(--lh-heading);
  margin-bottom: 14px;
  color: #ffffff;
  text-wrap: balance;
}

.cbws-page-hero__sub {
  font-size: var(--fs-body-lg);
  color: var(--text-on-dark);
  max-width: 45ch;
  margin: 0 auto;
  line-height: var(--lh-body-lg);
}

.cbws-page-hero--products {
  background-image: url('../images/products-hero.webp');
  background-size: cover;
  background-position: center;
}

.cbws-page-hero--bg-img {
  background-size: cover;
  background-position: center;
}

.cbws-page-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 25, 47, 0.92) 0%, rgba(15, 38, 71, 0.85) 100%);
  z-index: 0;
}

/* 11 BREADCRUMB
---------------------------------------------------------------------------- */
.cbws-breadcrumb {
  padding: 12px 0;
  background: var(--light-bg);
  border-bottom: 1px solid var(--border);
}

.cbws-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.cbws-breadcrumb__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--fs-caption);
  color: var(--text-muted);
}

.cbws-breadcrumb__list li:last-child {
  color: var(--primary);
  font-weight: 600;
}

.cbws-breadcrumb__list li:not(:last-child)::after {
  content: '/';
  color: var(--text-on-dark);
}

.cbws-breadcrumb__list a:hover {
  color: var(--primary);
}

/* 12 ABOUT SECTION
---------------------------------------------------------------------------- */
.cbws-about {
  padding: 96px 0;
  background: #ffffff;
}

.cbws-about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.cbws-about__images {
  position: relative;
}

.cbws-about__img-main {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
}

.cbws-about__img-main img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.cbws-about__img-main:hover img {
  transform: scale(1.03);
}

.cbws-about__img-inset {
  position: absolute;
  bottom: -28px;
  right: -28px;
  width: 210px;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 5px solid #ffffff;
  box-shadow: var(--shadow-lg);
}

.cbws-about__img-inset img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.cbws-about__cert-badge {
  position: absolute;
  top: -20px;
  left: -20px;
  background: var(--navy-deep);
  color: #ffffff;
  border-radius: var(--radius-md);
  padding: 16px 22px;
  text-align: center;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 2;
}

.cbws-about__cert-badge strong {
  display: block;
  font-size: var(--fs-metric);
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
}

.cbws-about__cert-badge span {
  font-size: var(--fs-caption);
  color: var(--text-on-dark);
  font-weight: 500;
  line-height: 1.3;
  margin-top: 4px;
  display: block;
}

.cbws-about__text p {
  color: var(--text-body);
  line-height: var(--lh-body);
  margin-bottom: 18px;
  font-size: var(--fs-body);
  max-width: 65ch;
}

.cbws-about__highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 32px 0 28px;
}

.cbws-about__highlight {
  background: var(--light-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 14px;
  text-align: center;
  transition: var(--transition);
}

.cbws-about__highlight:hover {
  background: var(--primary-light);
  transform: translateY(-2px);
}

.cbws-about__highlight i {
  font-size: var(--fs-icon-xl);
  color: var(--primary);
  margin-bottom: 8px;
  display: block;
}

.cbws-about__highlight strong {
  display: block;
  font-size: var(--fs-body);
  color: var(--navy-slate);
  font-weight: 700;
}

.cbws-about__highlight span {
  font-size: var(--fs-caption);
  color: var(--text-muted);
}

/* 13 MISSION & VISION CARDS
---------------------------------------------------------------------------- */
.cbws-mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: var(--space-intro-grid);
}

.cbws-mv-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 38px 32px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.cbws-mv-card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-4px);
}

.cbws-mv-card__icon {
  width: 54px;
  height: 54px;
  background: var(--primary-light);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-icon-xl);
  color: var(--primary);
  margin-bottom: 20px;
  border: 1px solid var(--border);
}

.cbws-mv-card h3 {
  font-size: var(--fs-h3);
  font-weight: 600;
  line-height: var(--lh-h3);
  color: var(--navy-slate);
  margin-bottom: 12px;
}

.cbws-mv-card p {
  color: var(--text-body);
  line-height: var(--lh-body);
  font-size: var(--fs-body-sm);
  text-align: justify;
}

/* 15 PRODUCTS GRID (HOMEPAGE)
---------------------------------------------------------------------------- */
.cbws-products {
  padding: 96px 0;
  background: var(--light-bg);
}

.cbws-products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.cbws-product-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.cbws-product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}

.cbws-product-card__img {
  position: relative;
  overflow: hidden;
  height: 190px;
  background: var(--light-bg-alt);
}

.cbws-product-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.cbws-product-card:hover .cbws-product-card__img img {
  transform: scale(1.08);
}

.cbws-product-card__badge {
  display: none !important;
}

.cbws-product-card__body {
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.cbws-product-card__body h3 {
  font-size: var(--fs-h3);
  font-weight: 700;
  color: var(--navy-slate);
  margin-bottom: 8px;
}

.cbws-product-card__body p {
  font-size: var(--fs-body-sm);
  color: var(--text-muted);
  line-height: var(--lh-body-lg);
  margin-bottom: 16px;
  flex-grow: 1;
}

.cbws-product-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--fs-body-sm);
  font-weight: 600;
  color: var(--primary);
  transition: gap 0.2s ease;
}

.cbws-product-card:hover .cbws-product-card__link {
  gap: 10px;
  color: var(--primary-hover);
}

/* 16 PRODUCT CATEGORY DETAIL & DATA TABLES
---------------------------------------------------------------------------- */
.cbws-product-detail {
  padding: 80px 0;
  background: #ffffff;
}

.cbws-product-detail + .cbws-product-detail {
  border-top: 1px solid var(--border);
  padding-top: 64px;
}

.cbws-product-cat-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

.cbws-product-cat-header__icon {
  width: 52px;
  height: 52px;
  background: var(--primary-light);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-icon-xl);
  color: var(--primary);
  flex-shrink: 0;
  border: 1px solid var(--border);
}

.cbws-product-cat-header__title {
  font-size: var(--fs-product-cat);
  font-weight: 700;
  color: var(--navy-slate);
  letter-spacing: var(--ls-heading);
}

/* Table Search / Filter Bar */
.cbws-table-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 16px;
  flex-wrap: wrap;
}

.cbws-table-search {
  position: relative;
  max-width: 320px;
  width: 100%;
}

.cbws-table-search i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-light);
  font-size: var(--fs-icon-sm);
}

.cbws-table-search input {
  width: 100%;
  padding: 9px 14px 9px 38px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--light-bg);
  font-size: var(--fs-body);
  color: var(--text-dark);
  outline: none;
  transition: var(--transition);
}

.cbws-table-search input:focus {
  background: #ffffff;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.12);
}

.cbws-table-count {
  font-size: var(--fs-caption);
  font-weight: 600;
  color: var(--text-muted);
}
.cbws-table-hint {
  display: none;
}

.cbws-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 0 !important;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  background: #ffffff;
  position: relative;
  margin-bottom: 24px;
}

.cbws-product-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: var(--fs-body-sm);
  background: #ffffff;
}

.cbws-product-table thead {
  background: var(--navy-slate);
  color: #ffffff;
}

.cbws-product-table th {
  padding: 14px 18px;
  font-size: var(--fs-body-sm);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: var(--ls-label);
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  white-space: nowrap;
}

.cbws-product-table td {
  padding: 13px 18px;
  color: var(--text-body);
  font-size: var(--fs-body-sm);
  border-bottom: 1px solid var(--border);
  vertical-align: middle;
}

.cbws-product-table th:first-child {
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  width: 60px;
}

.cbws-product-table td:first-child {
  font-weight: 700;
  color: var(--navy-slate);
  text-align: center;
  width: 60px;
}

.cbws-product-table tbody tr {
  transition: background 0.15s ease;
}

.cbws-product-table tbody tr:nth-child(even) {
  background: #f8fafc;
}

.cbws-product-table tbody tr:hover {
  background: var(--primary-light);
}

.cbws-product-table tbody tr:last-child td {
  border-bottom: none;
}

.cbws-pack-badge {
  display: inline-block;
  padding: 3px 10px;
  background: var(--light-bg-alt);
  border: 1px solid var(--border);
  border-radius: 0;
  font-size: var(--fs-caption);
  font-weight: 600;
  color: var(--text-muted);
}

/* 17 CORE VALUES
---------------------------------------------------------------------------- */
.cbws-values {
  padding: 96px 0;
  background: #ffffff;
}

.cbws-values__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 28px;
}

.cbws-value-card {
  border-radius: var(--radius-md);
  padding: 36px 28px;
  border: 1px solid var(--border);
  background: #ffffff;
  box-shadow: var(--shadow);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.cbws-value-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}

.cbws-value-card__icon {
  width: 58px;
  height: 58px;
  background: var(--primary-light);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-icon-xl);
  color: var(--primary);
  margin-bottom: 22px;
  border: 1px solid var(--border);
  transition: var(--transition);
}

.cbws-value-card:hover .cbws-value-card__icon {
  background: var(--primary);
  color: #ffffff;
}

.cbws-value-card__body h3 {
  font-size: var(--fs-h3);
  font-weight: 600;
  line-height: var(--lh-h3);
  color: var(--navy-slate);
  margin-bottom: 12px;
}

.cbws-value-card__body p {
  font-size: var(--fs-body-sm);
  color: var(--text-body);
  line-height: var(--lh-body);
}

/* 18 STATS COUNTER SECTION
---------------------------------------------------------------------------- */
.cbws-stats {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy-slate) 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cbws-stats::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(2, 132, 199, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.cbws-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  position: relative;
  z-index: 1;
}

.cbws-stat-item {
  text-align: center;
  color: #ffffff;
  padding: 10px;
}

.cbws-stat-item__icon {
  font-size: var(--fs-icon-xl);
  margin-bottom: 14px;
  color: var(--accent);
  opacity: 0.85;
}

.cbws-stat-item__number {
  font-size: var(--fs-stat);
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  letter-spacing: var(--ls-tight);
  margin-bottom: 8px;
}

.cbws-stat-item__suffix {
  color: var(--accent);
}

.cbws-stat-item__label {
  font-size: var(--fs-caption);
  font-weight: 600;
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--text-on-dark);
}

/* 19 TESTIMONIALS
---------------------------------------------------------------------------- */
.cbws-testimonials {
  padding: 96px 0;
  background: var(--light-bg);
}

.cbws-testi-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 34px 30px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.cbws-testi-card__quote {
  font-size: var(--fs-quote);
  color: var(--primary-subtle);
  line-height: 1;
  margin-bottom: 12px;
}

.cbws-testi-card__stars {
  color: var(--accent);
  font-size: var(--fs-body-sm);
  letter-spacing: var(--ls-label);
  margin-bottom: 14px;
}

.cbws-testi-card__text {
  font-size: var(--fs-body-sm);
  color: var(--text-body);
  line-height: var(--lh-body);
  margin-bottom: 24px;
  flex-grow: 1;
  font-style: italic;
}

.cbws-testi-card__author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
}

.cbws-testi-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  font-size: var(--fs-icon);
  flex-shrink: 0;
}

.cbws-testi-card__meta strong {
  display: block;
  color: var(--navy-slate);
  font-size: var(--fs-body);
  font-weight: 700;
}

.cbws-testi-card__meta span {
  font-size: var(--fs-caption);
  color: var(--primary);
  font-weight: 600;
}

/* 20 CLIENTS MARQUEE
---------------------------------------------------------------------------- */
.cbws-clients {
  padding: 72px 0;
  background: #ffffff;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.cbws-clients__marquee {
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.cbws-clients__track {
  display: flex;
  gap: 32px;
  animation: marquee 26s linear infinite;
  width: max-content;
  padding: 8px 0;
}

.cbws-clients__marquee:hover .cbws-clients__track {
  animation-play-state: paused;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.cbws-client-logo {
  width: 170px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: var(--radius);
  padding: 12px 18px;
  flex-shrink: 0;
  transition: var(--transition);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-xs);
}

.cbws-client-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.65);
  transition: var(--transition);
}

.cbws-client-logo:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.cbws-client-logo:hover img {
  filter: grayscale(0%) opacity(1);
}

/* 21 WHY CHOOSE US (ICON BOX GRID)
---------------------------------------------------------------------------- */
.cbws-why {
  padding: 96px 0;
  background: var(--light-bg);
}

.cbws-why__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.cbws-why-box {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 30px;
  transition: var(--transition);
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-xs);
}

.cbws-why-box:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.cbws-why-box__icon {
  width: 58px;
  height: 58px;
  border-radius: var(--radius);
  background: var(--primary-light);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-icon-xl);
  margin-bottom: 22px;
  border: 1px solid var(--border);
  transition: var(--transition);
}

.cbws-why-box:hover .cbws-why-box__icon {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
  transform: scale(1.06);
}

.cbws-why-box__title {
  font-size: var(--fs-h5);
  font-weight: 700;
  color: var(--navy-slate);
  margin-bottom: 12px;
  line-height: 1.35;
}

.cbws-why-box__desc {
  font-size: var(--fs-body-sm);
  color: var(--text-body);
  line-height: var(--lh-body);
  margin: 0;
}

/* 22 CONTACT / GET IN TOUCH SECTION (WHITE THEMED)
---------------------------------------------------------------------------- */
.cbws-contact {
  padding: 96px 0;
  background: #ffffff;
  position: relative;
  border-top: 1px solid var(--border);
}

.cbws-contact__grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 64px;
  position: relative;
  z-index: 1;
  align-items: start;
}

.cbws-contact__info-text {
  color: var(--text-body);
  line-height: var(--lh-body);
  margin-bottom: 32px;
  font-size: var(--fs-body);
  max-width: 48ch;
}

.cbws-contact__details {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cbws-contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.cbws-contact-detail__icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: var(--primary-light);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: var(--fs-icon);
  border: 1px solid var(--border);
  transition: var(--transition);
}

.cbws-contact-detail:hover .cbws-contact-detail__icon {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
}

.cbws-contact-detail__label {
  display: block;
  font-size: var(--fs-caption);
  color: var(--text-muted);
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: var(--ls-label);
  font-weight: 600;
}

.cbws-contact-detail__value {
  color: var(--navy-slate);
  font-size: var(--fs-body-sm);
  font-weight: 600;
  line-height: 1.5;
}

.cbws-contact-detail__value a {
  color: var(--navy-slate);
  transition: var(--transition);
}

.cbws-contact-detail__value a:hover {
  color: var(--primary);
}

.cbws-social-links {
  display: flex;
  gap: 10px;
}

.cbws-social-link {
  width: 40px;
  height: 40px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: var(--fs-icon);
  transition: var(--transition);
}

.cbws-social-link:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
  transform: translateY(-3px);
}

.cbws-contact .cbws-social-link {
  background: var(--light-bg);
  border: 1px solid var(--border);
  color: var(--navy-slate);
}

.cbws-contact .cbws-social-link:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
}

/* Light Theme Enquiry Form Card */
.cbws-enquiry-form {
  background: var(--light-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow);
}

.cbws-enquiry-form__title {
  color: var(--navy-slate);
  font-size: var(--fs-h4);
  font-weight: 700;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cbws-enquiry-form__title .cbws-icon--primary {
  color: var(--primary);
}

.cbws-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.cbws-form-group {
  margin-bottom: 16px;
}

.cbws-form-group label {
  display: block;
  font-size: var(--fs-label);
  margin-bottom: 6px;
  font-weight: 600;
  color: var(--navy-slate);
}

.cbws-form-group input,
.cbws-form-group textarea,
.cbws-form-group select {
  width: 100%;
  border-radius: var(--radius);
  padding: 12px 14px;
  font-size: var(--fs-body);
  transition: var(--transition);
  outline: none;
  background: #ffffff;
  border: 1px solid var(--border);
  color: var(--text-dark);
}

.cbws-form-group input::placeholder,
.cbws-form-group textarea::placeholder {
  color: var(--text-muted);
}

.cbws-form-group input:focus,
.cbws-form-group textarea:focus,
.cbws-form-group select:focus {
  border-color: var(--primary);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.15);
}

.cbws-form-group textarea {
  resize: vertical;
  min-height: 100px;
}

.cbws-form-group select option {
  background: #ffffff;
  color: var(--text-dark);
}

/* 23 STANDALONE ENQUIRY PAGE & LIGHT FORM
---------------------------------------------------------------------------- */
.cbws-enquiry-page {
  padding: 80px 0 96px;
  background: var(--light-bg);
}

.cbws-enquiry-page__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items: start;
}

.cbws-enquiry-page__card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 44px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
}

.cbws-enquiry-page__card h2 {
  font-size: var(--fs-h2);
  font-weight: 700;
  line-height: var(--lh-heading);
  color: var(--navy-slate);
  margin-bottom: 8px;
}

.cbws-enquiry-page__card > p {
  color: var(--text-muted);
  font-size: var(--fs-body-sm);
  max-width: 65ch;
  margin-bottom: 28px;
}

/* Light form styling (white background) */
.cbws-form--light .cbws-form-group label {
  color: var(--navy-slate);
  font-size: var(--fs-label);
  font-weight: 600;
}

.cbws-form--light .cbws-form-group input,
.cbws-form--light .cbws-form-group textarea,
.cbws-form--light .cbws-form-group select {
  background: var(--light-bg);
  border: 1px solid var(--border);
  color: var(--text-dark);
}

.cbws-form--light .cbws-form-group input::placeholder,
.cbws-form--light .cbws-form-group textarea::placeholder {
  color: var(--text-light);
}

.cbws-form--light .cbws-form-group input:focus,
.cbws-form--light .cbws-form-group textarea:focus,
.cbws-form--light .cbws-form-group select:focus {
  border-color: var(--primary);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.15);
}

.cbws-form--light .cbws-form-group select {
  color: var(--text-dark);
}

.cbws-form--light .cbws-form-group select option {
  background: #ffffff;
  color: var(--text-dark);
}

/* 24 SIDEBAR CARDS
---------------------------------------------------------------------------- */
.cbws-enquiry-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cbws-sidebar-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 24px 26px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  transition: var(--transition);
}

.cbws-sidebar-card:hover {
  box-shadow: var(--shadow);
  border-color: rgba(2, 132, 199, 0.25);
}

.cbws-sidebar-card__heading {
  font-size: var(--fs-caption);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: var(--ls-eyebrow);
  color: var(--navy-slate);
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 10px;
}

.cbws-sidebar-card__heading i {
  color: var(--primary);
  font-size: 0.95rem;
}

.cbws-sidebar-card__heading::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--primary);
}

.cbws-sidebar-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}

.cbws-sidebar-item:last-child {
  margin-bottom: 0;
}

.cbws-sidebar-item__icon,
.cbws-sidebar-item > i {
  width: 36px;
  height: 36px;
  min-width: 36px;
  background: var(--primary-light);
  border: 1px solid rgba(2, 132, 199, 0.18);
  border-radius: var(--radius-sm);
  color: var(--primary);
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
  transition: var(--transition);
}

.cbws-sidebar-item:hover .cbws-sidebar-item__icon,
.cbws-sidebar-item:hover > i {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
}

.cbws-sidebar-card address,
.cbws-sidebar-item address {
  font-style: normal;
  font-size: var(--fs-body-sm);
  color: var(--text-body);
  line-height: 1.6;
  margin: 0;
}

.cbws-sidebar-item div,
.cbws-sidebar-item span {
  font-size: var(--fs-body-sm);
  color: var(--text-body);
  line-height: 1.6;
}

.cbws-sidebar-item strong {
  color: var(--navy-slate);
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
}

.cbws-sidebar-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cbws-sidebar-item a {
  color: var(--navy-slate);
  font-weight: 600;
  font-size: var(--fs-body-sm);
  text-decoration: none;
  transition: var(--transition);
}

.cbws-sidebar-item a:hover {
  color: var(--primary);
  text-decoration: none;
}

.cbws-sidebar-map-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--fs-caption);
  font-weight: 600;
  color: var(--primary);
  margin-top: 10px;
  padding: 4px 0;
  text-decoration: none;
  transition: var(--transition);
}

.cbws-sidebar-map-link i {
  font-size: 0.75rem;
  transition: transform 0.2s ease;
}

.cbws-sidebar-map-link:hover {
  color: var(--primary-hover);
  text-decoration: none;
}

.cbws-sidebar-map-link:hover i {
  transform: translate(2px, -2px);
}

.cbws-sidebar-card .cbws-social-links {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 10px;
}

.cbws-sidebar-card .cbws-social-link {
  width: 36px;
  height: 36px;
  background: var(--light-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy-slate);
  font-size: 0.875rem;
  transition: var(--transition);
}

.cbws-sidebar-card .cbws-social-link:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

/* 25 FOOTER
---------------------------------------------------------------------------- */
footer, .cbws-site-footer {
  background: var(--navy-dark);
  color: var(--text-on-dark-subtle);
  padding: 68px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cbws-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.cbws-footer__brand p {
  font-size: var(--fs-body-sm);
  line-height: 1.8;
  margin: 18px 0 24px;
  color: var(--text-on-dark-subtle);
}

.cbws-footer__heading {
  color: #ffffff;
  font-size: var(--fs-caption);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: var(--ls-eyebrow);
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 12px;
}

.cbws-footer__heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background: var(--primary);
  border-radius: var(--radius-pill);
}

.cbws-footer__links li {
  margin-bottom: 11px;
}

.cbws-footer__links a {
  color: var(--text-on-dark-subtle);
  font-size: var(--fs-body-sm);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}

.cbws-footer__links a:hover {
  color: var(--accent);
  padding-left: 5px;
}

.cbws-footer__links a i {
  font-size: var(--fs-icon-sm);
  color: var(--primary);
}

.cbws-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.cbws-footer__bottom p {
  font-size: var(--fs-caption);
  color: var(--text-on-dark-dim);
}

.cbws-footer__bottom a {
  color: var(--text-on-dark-subtle);
}

.cbws-footer__bottom a:hover {
  color: var(--accent);
}

.cbws-heart {
  color: var(--accent);
}

/* 26 FLOATING BUTTONS
---------------------------------------------------------------------------- */
.cbws-whatsapp-fab {
  position: fixed;
  bottom: 28px;
  left: 28px;
  width: 54px;
  height: 54px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: var(--fs-icon-xl);
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.45);
  z-index: 9999;
  transition: var(--transition);
  animation: cbws-whatsapp-pulse 2s ease-in-out infinite;
}

@keyframes cbws-whatsapp-pulse {
  0% { box-shadow: 0 4px 20px rgba(37, 211, 102, 0.45); }
  50% { box-shadow: 0 4px 30px rgba(37, 211, 102, 0.75), 0 0 0 12px rgba(37, 211, 102, 0.15); }
  100% { box-shadow: 0 4px 20px rgba(37, 211, 102, 0.45); }
}

.cbws-whatsapp-fab:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
  animation: none;
}

.cbws-scroll-top-btn {
  position: fixed;
  bottom: 94px;
  right: 30px;
  width: 44px;
  height: 44px;
  background: var(--navy-slate);
  color: #ffffff;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-icon-sm);
  cursor: pointer;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

.cbws-scroll-top-btn.cbws-is-visible {
  opacity: 1;
  visibility: visible;
}

.cbws-scroll-top-btn:hover {
  background: var(--primary);
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

/* 27 ANIMATIONS & INTERSECTIONS
---------------------------------------------------------------------------- */
.fade-up, .cbws-fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.fade-up.cbws-is-visible, .cbws-fade-up.cbws-is-visible,
.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-up--d1 { transition-delay: 0.12s; }
.fade-up--d2 { transition-delay: 0.24s; }
.fade-up--d3 { transition-delay: 0.36s; }

/* 28 RESPONSIVE BREAKPOINTS
---------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .cbws-about__grid,
  .cbws-contact__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .cbws-why__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .cbws-about__images {
    max-width: 520px;
    margin: 0 auto;
  }

  .cbws-stats__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .cbws-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .cbws-enquiry-page__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .cbws-products__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .cbws-top-bar__left {
    display: none;
  }

  .cbws-top-bar__inner {
    justify-content: center;
  }

  /* -------------------------------------------------------------
     MOBILE SIDEBAR DRAWER
  ------------------------------------------------------------- */
  .cbws-nav__menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    width: min(88vw, 340px);
    height: 100vh;
    height: 100dvh;
    max-height: 100dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #ffffff;
    box-shadow: -15px 0 45px rgba(6, 15, 30, 0.25);
    padding: 0 0 32px 0;
    gap: 0;
    border: none;
    border-radius: 0 !important;
    z-index: 1300;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0.35s;
  }

  .cbws-nav__menu.cbws-is-open {
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  }

  /* Overlay backdrop */
  .cbws-sidebar-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(6, 15, 30, 0.65);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1200;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  }

  .cbws-sidebar-overlay.cbws-is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.3s ease;
  }

  body.cbws-nav-is-open .cbws-site-header {
    z-index: 1300;
  }

  /* Mobile Drawer Header */
  .cbws-mobile-nav__header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid var(--border);
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 10;
  }

  .cbws-mobile-nav__logo {
    display: block;
  }

  .cbws-mobile-nav__logo img {
    height: 38px;
    width: auto;
    display: block;
  }

  .cbws-mobile-nav__close {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    border-radius: 0;
    color: var(--navy-slate);
    font-size: 1.25rem;
    cursor: pointer;
    transition: var(--transition);
  }

  .cbws-mobile-nav__close:hover,
  .cbws-mobile-nav__close:active {
    background: transparent;
    color: var(--primary);
  }

  /* Menu Items */
  .cbws-nav__menu > li {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  }

  .cbws-nav__menu > li.cbws-mobile-nav__header,
  .cbws-nav__menu > li.cbws-mobile-nav__footer {
    border-bottom: none;
  }

  .cbws-nav__menu > li > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--navy-slate);
    border-radius: 0;
    border: none;
    background: transparent;
    transition: var(--transition);
  }

  .cbws-nav__menu > li > a:hover,
  .cbws-nav__menu > li > a:active,
  .cbws-nav__menu > li > a.cbws-is-active {
    color: var(--primary);
    background: transparent;
  }

  .cbws-nav__menu > li > a .cbws-caret {
    font-size: 0.85rem;
    color: var(--text-light);
    transition: transform 0.25s ease, color 0.25s ease;
  }

  .cbws-nav__menu > li.cbws-is-open > a .cbws-caret {
    transform: rotate(180deg);
    color: var(--primary);
  }

  /* Dropdown Accordion */
  .cbws-nav__dropdown {
    position: static;
    box-shadow: none;
    border: none;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    opacity: 1;
    visibility: visible;
    transform: none;
    background: var(--light-bg);
    margin: 0;
    padding: 4px 0;
    display: none;
  }

  .cbws-nav__menu > li.cbws-is-open .cbws-nav__dropdown {
    display: block;
  }

  .cbws-nav__dropdown li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  }

  .cbws-nav__dropdown li:last-child {
    border-bottom: none;
  }

  .cbws-nav__dropdown li a {
    padding: 11px 20px 11px 28px;
    font-size: var(--fs-body-sm);
    font-weight: 500;
    color: var(--text-body);
    border-left: 3px solid transparent;
  }

  .cbws-nav__dropdown li a:hover,
  .cbws-nav__dropdown li a:active {
    background: rgba(2, 132, 199, 0.08);
    color: var(--primary);
    border-left-color: var(--primary);
    padding-left: 32px;
  }

  .cbws-nav__dropdown li a i {
    font-size: 0.75rem;
    color: var(--text-light);
  }

  .cbws-nav__dropdown li a:hover i,
  .cbws-nav__dropdown li a:active i {
    color: var(--primary);
  }

  /* Drawer Footer */
  .cbws-mobile-nav__footer {
    display: flex !important;
    flex-direction: column;
    gap: 16px;
    margin-top: 18px;
    padding: 18px 20px 0;
    border-top: 1px solid var(--border);
    background: #ffffff;
  }

  .cbws-mobile-nav__cta .cbws-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 18px;
    font-size: 0.9rem;
    font-weight: 700;
  }

  .cbws-mobile-nav__contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 4px 0;
  }

  .cbws-mobile-nav__contact a,
  .cbws-mobile-nav__contact span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: var(--fs-body-sm);
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
  }

  .cbws-mobile-nav__contact a:hover {
    color: var(--primary);
  }

  .cbws-mobile-nav__contact i {
    color: var(--primary);
    font-size: 0.85rem;
    width: 16px;
    text-align: center;
  }

  .cbws-mobile-nav__social {
    display: flex;
    gap: 10px;
    padding-top: 2px;
  }

  .cbws-mobile-nav__social a {
    width: 38px;
    height: 38px;
    background: transparent;
    border: 1px solid var(--border);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--navy-slate);
    font-size: 0.9rem;
    transition: var(--transition);
  }

  .cbws-mobile-nav__social a:hover,
  .cbws-mobile-nav__social a:active {
    background: var(--primary);
    border-color: var(--primary);
    color: #ffffff;
  }

  .cbws-hamburger {
    display: flex;
  }

  .cbws-nav__cta .cbws-btn {
    display: none;
  }

  .cbws-hero {
    min-height: 560px;
    height: auto;
    padding: 70px 0 50px;
  }

  .cbws-about__img-inset,
  .cbws-about__cert-badge {
    display: none;
  }

  .cbws-why__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cbws-form-row {
    grid-template-columns: 1fr;
  }

  .cbws-footer__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }

  .cbws-footer__grid > :first-child,
  .cbws-footer__grid > :last-child {
    grid-column: 1 / -1;
  }

  .cbws-footer__bottom {
    flex-direction: column;
    text-align: center;
  }

  .cbws-mv-grid {
    grid-template-columns: 1fr;
  }

  .cbws-enquiry-page__card {
    padding: 28px 20px;
  }

  .cbws-enquiry-form {
    padding: 28px 20px;
  }

  /* -------------------------------------------------------------
     MOBILE RESPONSIVE PRODUCT TABLES
  ------------------------------------------------------------- */
  .cbws-product-cat-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
  }

  .cbws-product-cat-header__icon {
    width: 42px;
    height: 42px;
    font-size: 1.15rem;
    border-radius: 0 !important;
  }

  .cbws-product-cat-header__title {
    font-size: 1.28rem;
    line-height: 1.25;
  }

  .cbws-product-cat-header .cbws-cert-badge {
    margin-left: auto;
    font-size: 0.72rem;
    padding: 4px 8px;
    border-radius: 0 !important;
  }

  .cbws-table-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--navy-slate);
    background: #f1f5f9;
    padding: 7px 12px;
    border: 1px solid var(--border);
    border-bottom: none;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 0;
  }

  .cbws-table-hint i {
    color: var(--primary);
    font-size: 0.8rem;
    animation: cbws-hint-pulse 1.8s infinite ease-in-out;
  }

  @keyframes cbws-hint-pulse {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(3px); }
  }

  .cbws-table-wrap {
    border-radius: 0 !important;
    border: 1px solid var(--border);
    margin-bottom: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    background: #ffffff;
  }

  .cbws-product-table {
    font-size: 0.8125rem;
    line-height: 1.35;
    border-collapse: collapse;
    min-width: 100%;
  }

  .cbws-product-table thead th {
    padding: 10px 8px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #ffffff !important;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.25;
    position: sticky;
    top: 0;
    z-index: 2;
  }

  .cbws-product-table td {
    padding: 10px 8px;
    font-size: 0.8125rem;
    line-height: 1.35;
    border-bottom: 1px solid #eef2f6;
    vertical-align: middle;
  }

  /* Column 1: Serial Number */
  .cbws-product-table th:first-child,
  .cbws-product-table td:first-child {
    width: 36px;
    min-width: 32px;
    max-width: 44px;
    padding: 10px 4px;
    text-align: center;
    font-weight: 700;
    color: var(--navy-slate);
  }
  .cbws-product-table th:first-child {
    color: #ffffff !important;
  }

  /* Column 2: Product Name */
  .cbws-product-table th:nth-child(2),
  .cbws-product-table td:nth-child(2) {
    padding: 10px 8px;
    font-weight: 600;
    color: var(--navy-slate);
    word-break: normal;
    overflow-wrap: break-word;
    min-width: 170px;
  }

  /* Column 3: Strength / Generic / Composition */
  .cbws-product-table th:nth-child(3),
  .cbws-product-table td:nth-child(3) {
    padding: 10px 8px;
  }

  /* Concise Strength column for standard product tables */
  .cbws-product-table:not(.cbws-table--multiline) th:nth-child(3),
  .cbws-product-table:not(.cbws-table--multiline) td:nth-child(3) {
    text-align: right;
    font-weight: 600;
    color: var(--primary);
    width: 95px;
    min-width: 85px;
    overflow-wrap: anywhere;
    word-break: normal;
    line-height: 1.3;
  }

  /* Multiline tables with long specifications (Veterinary, Injections) */
  .cbws-table-wrap.cbws-table-wrap--scrollable .cbws-product-table,
  .cbws-product-table.cbws-table--multiline {
    min-width: 620px;
  }

  .cbws-product-table.cbws-table--multiline th:nth-child(2),
  .cbws-product-table.cbws-table--multiline td:nth-child(2) {
    min-width: 190px;
    width: 35%;
  }

  .cbws-product-table.cbws-table--multiline th:nth-child(3),
  .cbws-product-table.cbws-table--multiline td:nth-child(3) {
    min-width: 340px;
    white-space: normal;
    text-align: left;
    color: var(--text-body);
    font-weight: 400;
    line-height: 1.4;
  }

  .cbws-product-table.cbws-table--multiline th:first-child,
  .cbws-product-table.cbws-table--multiline td:first-child {
    position: sticky;
    left: 0;
    z-index: 3;
    border-right: 1px solid var(--border);
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.06);
  }
  .cbws-product-table.cbws-table--multiline thead th:first-child {
    z-index: 5;
    background: var(--navy-slate);
  }
  .cbws-product-table.cbws-table--multiline tbody td:first-child {
    background: #ffffff;
  }
  .cbws-product-table.cbws-table--multiline tbody tr:nth-child(even) td:first-child {
    background: #f8fafc;
  }
  .cbws-product-table.cbws-table--multiline tbody tr:hover td:first-child {
    background: #f0f7ff;
  }

  /* Pagination Mobile Controls */
  .cbws-pagination {
    gap: 5px;
    margin-top: 16px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .cbws-page-btn {
    min-width: 34px;
    height: 34px;
    padding: 0 8px;
    font-size: 0.8rem;
    border-radius: 0 !important;
  }

  .cbws-page-dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    color: var(--text-muted);
    font-weight: 700;
    font-size: 0.85rem;
  }

  .cbws-page-info {
    font-size: 0.75rem;
    color: var(--text-muted);
  }

  .cbws-page-summary {
    width: 100%;
    text-align: center;
    margin: 8px 0 0 0;
    display: block;
  }
}

@media (max-width: 640px) {
  .cbws-products__grid {
    grid-template-columns: 1fr;
  }

  .cbws-about__highlights {
    grid-template-columns: 1fr;
  }

  .cbws-stats__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .cbws-hero-slide__btns {
    flex-direction: row;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .cbws-hero-slide__btns .cbws-btn {
    flex: 1;
  }

}

/* 30 RESTORED SECTIONS (markup kept from build phase)
---------------------------------------------------------------------------- */
.cbws-cta-banner { background: url('../images/cta-bg.webp') center/cover no-repeat; padding: 72px 0; text-align: center; color: #ffffff; position: relative; overflow: hidden; }

.cbws-cta-banner::before { content: ''; position: absolute; inset: 0; background: rgba(15, 23, 42, 0.45); z-index: 0; }
.cbws-cta-banner__inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; padding: 0 24px; }
.cbws-cta-banner__title { font-size: var(--fs-cta); font-weight: 700; letter-spacing: var(--ls-heading); line-height: var(--lh-heading); text-wrap: balance; margin-bottom: var(--space-heading-copy); color: #ffffff; }
.cbws-cta-banner__text { color: var(--text-on-dark); line-height: var(--lh-body-lg); margin: 0 auto var(--space-copy-content); font-size: var(--fs-body-lg); max-width: 45ch; }
.cbws-location-section { padding: 80px 0 24px; background: #ffffff; }
.cbws-location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.cbws-location-card { background: #ffffff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 34px 30px; box-shadow: var(--shadow); position: relative; overflow: hidden; transition: var(--transition); }
.cbws-location-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.cbws-location-card__head { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.cbws-location-card__head h3 { font-size: var(--fs-h3); font-weight: 600; line-height: var(--lh-h3); letter-spacing: var(--ls-heading); color: var(--text-dark); }
.cbws-location-card__head span { display: block; font-size: var(--fs-caption); color: var(--primary); font-weight: 600; text-transform: uppercase; letter-spacing: var(--ls-eyebrow); }
.cbws-location-card__icon { width: 52px; height: 52px; background: var(--primary-light); border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; font-size: var(--fs-icon-xl); color: var(--primary); flex-shrink: 0; border: 1px solid var(--border); }
.cbws-location-card address { font-style: normal; font-size: var(--fs-body-sm); color: var(--text-muted); line-height: var(--lh-body); margin-bottom: 16px; max-width: 65ch; }
.cbws-location-card__meta { display: flex; flex-direction: column; gap: 10px; font-size: var(--fs-body-sm); color: var(--text-muted); }
.cbws-location-card__meta a { color: var(--primary); font-weight: 600; }
.cbws-location-card__meta a:hover { color: var(--primary-hover); }
.cbws-map-section { padding: 40px 0 80px; background: #ffffff; }
.cbws-map-embed { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--border); }
.cbws-map-embed iframe { width: 100%; height: 420px; border: 0; display: block; }
.cbws-contact-hours { display: flex; align-items: center; gap: 12px; background: var(--primary-light); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 14px 18px; margin-top: 18px; font-size: var(--fs-body-sm); color: var(--text-dark); }
.cbws-contact-hours i { color: var(--primary); font-size: var(--fs-icon-lg); }
.cbws-hidden { display: none !important; }
.cbws-pagination { display: flex; gap: 8px; align-items: center; justify-content: center; flex-wrap: wrap; margin-top: 24px; }
.cbws-page-btn { min-width: 38px; height: 38px; padding: 0 12px; border: 1px solid var(--border); background: #ffffff; color: var(--text-dark); font-weight: 600; font-size: var(--fs-body-sm); font-family: inherit; display: inline-flex; align-items: center; justify-content: center; transition: var(--transition); border-radius: 0; cursor: pointer; }
.cbws-page-btn:hover:not(:disabled) { border-color: var(--primary); color: var(--primary); }
.cbws-page-btn.cbws-is-active { background: var(--primary); border-color: var(--primary); color: #ffffff; }
.cbws-page-btn:disabled { opacity: 0.35; cursor: not-allowed; }
.cbws-page-btn.cbws-is-active:disabled { opacity: 1; }
.cbws-page-dots { display: inline-flex; align-items: center; justify-content: center; min-width: 24px; color: var(--text-muted); font-weight: 700; }
.cbws-page-info { font-size: var(--fs-caption); font-weight: 600; color: var(--text-muted); margin-left: 8px; }
@media (max-width: 900px) {
  .cbws-location-grid { grid-template-columns: 1fr; }
  .cbws-map-embed iframe { height: 320px; }
}

/* Form Honeypot & Anti-Spam Hidden Trap */
.cbws-hp-wrap {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}

/* Form Status Banners */
.cbws-form-status {
  margin-top: 16px;
  padding: 14px 18px;
  font-size: var(--fs-body-sm);
  line-height: 1.5;
  display: none;
}

.cbws-form-status--success {
  display: block;
  background: #f0fdf4;
  color: #166534;
  border: 1px solid #bbf7d0;
}

.cbws-form-status--error {
  display: block;
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}
