:root {
  --ink: #102033;
  --body: #4f5d70;
  --muted: #718094;
  --line: #dfe7f0;
  --soft: #f6f9fc;
  --panel: #ffffff;
  --primary: #4e55a4;
  --primary-strong: #343b86;
  --accent: #9f1f24;
  --teal: #147767;
  --white: #ffffff;
  --shadow-sm: 0 8px 22px rgba(16, 32, 51, 0.06);
  --shadow-md: 0 18px 44px rgba(16, 32, 51, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.65;
  background: var(--white);
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-weight: 400;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.top-strip {
  background: #111a2d;
  color: #eef4fb;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.top-strip-inner {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.top-strip span { color: #cfd9e7; }
.top-strip a { font-weight: 600; color: var(--white); white-space: nowrap; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(16, 32, 51, 0.04);
}
.nav-wrap {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}
.brand img {
  width: 116px;
  height: 58px;
  object-fit: contain;
}
.brand span {
  font-size: 17px;
  font-weight: 700;
  color: var(--primary-strong);
  line-height: 1.15;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}
.main-nav a {
  padding: 10px 13px;
  border-radius: 6px;
  color: #26364c;
  font-weight: 600;
  font-size: 14px;
}
.main-nav a.active,
.main-nav a:hover {
  background: #eef2fb;
  color: var(--primary-strong);
}
.main-nav .nav-cta {
  background: var(--accent);
  color: var(--white);
  margin-left: 8px;
  box-shadow: 0 10px 22px rgba(159, 31, 36, 0.18);
}
.main-nav .nav-cta:hover { background: #86191e; color: var(--white); }
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 6px;
  padding: 10px;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--ink);
  margin: 5px 0;
}

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(115deg, rgba(246, 249, 252, 0.98) 0%, rgba(246, 249, 252, 0.92) 48%, rgba(255, 255, 255, 0.96) 100%);
}
.hero-home {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(12, 24, 43, 0.88) 0%, rgba(12, 24, 43, 0.7) 42%, rgba(12, 24, 43, 0.22) 100%),
    url("../images/pharma-manufacturing.png") center / cover no-repeat;
}
.hero-home::after,
.page-hero::after {
  content: "";
  position: absolute;
  right: clamp(18px, 5vw, 70px);
  bottom: clamp(18px, 5vw, 54px);
  width: clamp(120px, 18vw, 230px);
  height: clamp(70px, 11vw, 130px);
  background: url("../images/voro-logo.webp") center / contain no-repeat;
  opacity: 0.18;
  pointer-events: none;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(78, 85, 164, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(78, 85, 164, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 70%);
  pointer-events: none;
}
.hero-home::before {
  background: linear-gradient(90deg, rgba(12,24,43,0.42), rgba(12,24,43,0));
  mask-image: none;
}
.hero-grid {
  position: relative;
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: 64px;
  padding: 54px 0 64px;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0;
}
h1, h2, h3 { line-height: 1.14; margin: 0; letter-spacing: 0; font-weight: 600; }
h1 { font-size: clamp(42px, 5.6vw, 70px); max-width: 820px; }
h2 { font-size: clamp(28px, 3vw, 42px); }
h3 { font-size: 20px; }
p { margin-top: 0; }
.hero-text {
  font-size: 19px;
  max-width: 680px;
  color: var(--body);
  margin: 22px 0 30px;
}
.hero-home .hero-text { color: rgba(255, 255, 255, 0.86); }
.hero-home .eyebrow { color: #ffffff; }
.hero-actions,
.detail-actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.btn,
button.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border-radius: 6px;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn.primary,
button.btn.primary {
  background: var(--primary-strong);
  color: var(--white);
  box-shadow: 0 14px 28px rgba(52, 59, 134, 0.18);
}
.btn.outline {
  border-color: #cfd8e5;
  background: var(--white);
  color: var(--ink);
}
.btn.light { background: var(--white); color: var(--primary-strong); }

.hero-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 22px 56px rgba(3, 10, 24, 0.28);
  backdrop-filter: blur(10px);
}
.hero-brand-logo {
  width: 100%;
  height: 190px;
  object-fit: contain;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f7f9fd);
  border: 1px solid #edf1f7;
  padding: 14px;
}
.hero-photo {
  width: 100%;
  height: 310px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #edf1f7;
}
.quality-card {
  margin-top: 18px;
  padding: 20px;
  border-left: 4px solid var(--accent);
  background: #f7f9fd;
  border-radius: 6px;
  color: var(--ink);
}
.quality-card strong,
.quality-card span { display: block; }
.quality-card strong { color: var(--ink); font-size: 24px; line-height: 1.15; }
.quality-card span { color: var(--body); font-weight: 500; margin-top: 3px; }
.hero-cert-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 14px;
}
.hero-cert-grid span {
  display: grid;
  place-items: center;
  min-height: 46px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--primary-strong);
  font-weight: 700;
  font-size: 13px;
  background: var(--white);
  text-align: center;
}

.stats-band {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(17, 26, 45, 0.94), rgba(52, 59, 134, 0.86)),
    url("../images/quality-lab.png") center / cover no-repeat;
  color: var(--white);
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.stats-band::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 50%;
  width: 210px;
  height: 118px;
  transform: translateY(-50%);
  background: url("../images/voro-logo.webp") center / contain no-repeat;
  opacity: 0.1;
  pointer-events: none;
}
.stats-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 28px 0;
}
.stats-grid div {
  padding: 30px 24px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  backdrop-filter: blur(8px);
}
.stats-grid strong {
  display: block;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1;
  letter-spacing: 0;
}
.stats-grid span {
  display: block;
  margin-top: 10px;
  color: #e7edf6;
  font-weight: 500;
}

.section { padding: 88px 0; }
.section.compact { padding-top: 24px; }
.section.muted { background: var(--soft); }
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}
.section-head h2 { max-width: 760px; }
.category-grid,
.product-grid,
.values-grid,
.leaders-grid,
.mission-grid {
  display: grid;
  gap: 22px;
}
.category-grid { grid-template-columns: repeat(3, 1fr); }
.visual-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 46px;
  align-items: center;
}
.visual-split p {
  color: var(--body);
  font-size: 18px;
  margin: 18px 0 0;
}
.visual-split img,
.about-photo-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
}
.visual-split img,
.about-photo-card {
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  background: var(--white);
}
.about-photo-card {
  padding: 10px;
  border-radius: 8px;
}
.category-tile,
.product-card,
.values-panel,
.values-grid div,
.leaders-grid article,
.mission-grid div,
.contact-card,
.contact-form,
.filter-panel,
.empty-state,
.description-block {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.category-tile {
  position: relative;
  min-height: 196px;
  padding: 26px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.category-tile::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
}
.category-tile:hover,
.product-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.category-tile,
.product-card { transition: transform .18s ease, box-shadow .18s ease; }
.category-tile span,
.product-body span,
.pill {
  display: inline-flex;
  color: var(--teal);
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 12px;
}
.category-tile p,
.product-body p,
.split p,
.mission-grid p,
.leaders-grid p,
.contact-card p,
.description-block p,
.page-hero p:not(.eyebrow) {
  color: var(--body);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: start;
}
.service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.service-list div {
  min-height: 158px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  box-shadow: var(--shadow-sm);
}
.service-list span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #eef2fb;
  color: var(--primary-strong);
  font-weight: 700;
}
.service-list strong { font-size: 19px; }

.product-grid { grid-template-columns: repeat(3, 1fr); }
.product-card {
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.product-image {
  display: block;
  aspect-ratio: 4 / 3;
  background: #f2f6fb;
  border-bottom: 1px solid var(--line);
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-body {
  display: grid;
  min-height: 238px;
  padding: 22px;
}
.product-body h3 a:hover { color: var(--primary-strong); }
.product-body p { margin: 12px 0 0; }
.product-actions {
  display: flex;
  justify-content: space-between;
  align-self: end;
  gap: 12px;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.product-actions a {
  font-weight: 700;
  color: var(--primary-strong);
}
.cta-band {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(17, 26, 45, 0.96), rgba(52, 59, 134, 0.82)),
    url("../images/pharma-manufacturing.png") center / cover no-repeat;
  color: var(--white);
  padding: 62px 0;
}
.cta-band::after {
  content: "";
  position: absolute;
  right: 6%;
  bottom: 18px;
  width: 190px;
  height: 108px;
  background: url("../images/voro-logo.webp") center / contain no-repeat;
  opacity: 0.12;
}
.cta-band .eyebrow { color: #ffffff; }
.cta-grid {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.cta-grid h2 { max-width: 760px; }
.cta-band .btn.light {
  min-width: 172px;
  background: var(--white);
  color: var(--primary-strong);
  border-color: rgba(255,255,255,0.64);
  box-shadow: 0 16px 34px rgba(3, 10, 24, 0.22);
}
.cta-band .btn.light:hover {
  background: #f3f6fb;
}
.page-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(12, 24, 43, 0.82), rgba(12, 24, 43, 0.38)),
    url("../images/pharma-manufacturing.png") center / cover no-repeat;
  padding: 84px 0 78px;
  border-bottom: 1px solid var(--line);
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero.about-hero {
  background:
    linear-gradient(90deg, rgba(12, 24, 43, 0.82), rgba(12, 24, 43, 0.34)),
    url("../images/quality-lab.png") center / cover no-repeat;
}
.page-hero.products-hero {
  background:
    linear-gradient(90deg, rgba(12, 24, 43, 0.82), rgba(12, 24, 43, 0.28)),
    url("../images/product-range.png") center / cover no-repeat;
}
.page-hero.contact-hero {
  background:
    linear-gradient(90deg, rgba(12, 24, 43, 0.82), rgba(12, 24, 43, 0.3)),
    url("../images/contact-business.png") center / cover no-repeat;
}
.page-hero p:not(.eyebrow) {
  max-width: 760px;
  font-size: 18px;
  color: rgba(255,255,255,0.86);
}
blockquote {
  margin: 28px 0 0;
  padding: 24px 26px;
  background: #f7f9fd;
  border-left: 4px solid var(--accent);
  border-radius: 6px;
  font-size: 22px;
  font-weight: 600;
}
.values-panel { padding: 30px; box-shadow: var(--shadow-sm); }
.values-panel ul { margin: 18px 0 0; padding-left: 20px; color: var(--body); }
.values-panel li { margin: 8px 0; }
.mission-grid { grid-template-columns: repeat(2, 1fr); }
.mission-grid div,
.values-grid div,
.leaders-grid article {
  padding: 28px;
  box-shadow: var(--shadow-sm);
}
.values-grid { grid-template-columns: repeat(5, 1fr); }
.leaders-grid { grid-template-columns: repeat(2, 1fr); }
.leaders-grid span {
  color: var(--accent);
  font-weight: 700;
  display: inline-block;
  margin: 10px 0;
}

.product-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}
.filter-panel {
  padding: 22px;
  position: sticky;
  top: 112px;
  box-shadow: var(--shadow-sm);
}
.filter-panel h2 { font-size: 22px; margin-bottom: 14px; }
.filter-panel a {
  display: block;
  padding: 12px 13px;
  border-radius: 6px;
  color: var(--body);
  font-weight: 600;
}
.filter-panel a.active,
.filter-panel a:hover {
  background: #eef2fb;
  color: var(--primary-strong);
}
.empty-state { padding: 40px; color: var(--body); }
.product-detail { padding-top: 60px; }
.detail-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
  gap: 48px;
  align-items: start;
}
.detail-image {
  background: #f2f6fb;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.detail-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.detail-copy p { color: var(--body); font-size: 18px; }
.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 28px 0;
}
.spec-grid div {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 15px;
}
.spec-grid span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.description-block {
  padding: 30px;
  margin-top: 34px;
  box-shadow: var(--shadow-sm);
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 30px;
}
.contact-card,
.contact-form {
  padding: 30px;
  box-shadow: var(--shadow-sm);
}
.contact-form { display: grid; gap: 16px; }
.contact-info-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}
.contact-info-list div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}
.contact-info-list span {
  display: block;
  margin-bottom: 6px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.contact-info-list p {
  margin: 0;
  color: var(--body);
}
.contact-info-list a {
  color: var(--primary-strong);
  font-weight: 600;
}
.map-section {
  padding-top: 74px;
}
.map-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-md);
}
.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 430px;
  border: 0;
}
.map-address {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 30px;
  border-left: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.94), rgba(246,249,252,0.98)),
    url("../images/voro-logo.webp") right 24px bottom 24px / 160px auto no-repeat;
}
.map-address p {
  margin: 0;
  color: var(--body);
}
.map-address a {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 6px;
  background: var(--primary-strong);
  color: var(--white);
  font-weight: 600;
}
label { display: grid; gap: 7px; font-weight: 700; }
input, select, textarea {
  width: 100%;
  border: 1px solid #cfd8e5;
  border-radius: 6px;
  padding: 13px 14px;
  font: inherit;
  background: var(--white);
}
input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(78, 85, 164, 0.14);
  border-color: var(--primary);
}

.site-footer {
  background: #10182b;
  color: #d6e0ec;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.75fr 1fr 1fr;
  gap: 34px;
  padding: 58px 0;
}
.footer-logo {
  width: 156px;
  height: 72px;
  object-fit: contain;
  background: var(--white);
  border-radius: 8px;
  padding: 6px;
}
.site-footer h3 { color: var(--white); margin-bottom: 14px; }
.site-footer p { color: #c9d5e3; }
.site-footer a {
  display: block;
  color: #d6e0ec;
  margin: 9px 0;
}
.site-footer a:hover { color: var(--white); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 18px 0;
  font-size: 14px;
  color: #c9d5e3;
}

@media (max-width: 1100px) {
  .category-grid,
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(3, 1fr); }
  .service-list { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .brand { min-width: auto; }
  .brand span { display: none; }
  .main-nav {
    display: none;
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    padding: 16px 20px 20px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 34px rgba(16, 32, 51, 0.08);
  }
  .main-nav.open { display: flex; }
  .main-nav .nav-cta { margin-left: 0; text-align: center; }
  .hero-grid,
  .visual-split,
  .split,
  .detail-grid,
  .contact-grid,
  .map-card,
  .product-layout {
    grid-template-columns: 1fr;
  }
  .map-address { border-left: 0; border-top: 1px solid var(--line); }
  .section-head { display: block; }
  .filter-panel { position: static; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .top-strip-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 9px 0;
    gap: 4px;
  }
  .nav-wrap { min-height: 76px; }
  .brand img { width: 106px; height: 52px; }
  .main-nav { top: 76px; }
  .hero-grid {
    min-height: auto;
    gap: 28px;
    padding: 44px 0 52px;
  }
  h1 { font-size: 38px; }
  h2 { font-size: 28px; }
  .hero-text { font-size: 17px; }
  .hero-actions,
  .detail-actions,
  .cta-grid {
    flex-direction: column;
    align-items: stretch;
  }
  .btn,
  button.btn { width: 100%; }
  .hero-panel { padding: 18px; }
  .hero-photo { height: 220px; }
  .hero-cert-grid,
  .stats-grid,
  .category-grid,
  .product-grid,
  .values-grid,
  .leaders-grid,
  .mission-grid,
  .spec-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .section { padding: 60px 0; }
  .map-section { padding-top: 54px; }
  .map-card,
  .map-card iframe { min-height: 360px; }
  .page-hero { padding: 58px 0 54px; }
  .product-body { min-height: auto; }
}

/* Final typography pass: keep the brand polished without heavy-looking text. */
.brand span,
.main-nav a,
.top-strip a,
.btn,
button.btn,
.eyebrow,
.product-actions a,
.filter-panel a,
label,
.site-footer h3,
.stats-grid span,
.category-tile span,
.product-body span,
.pill,
.spec-grid span {
  font-weight: 600;
}

.quality-card strong,
.stats-grid strong,
.service-list strong,
blockquote,
.values-panel h3,
.leaders-grid span {
  font-weight: 600;
}

.quality-card span,
th,
strong {
  font-weight: 500;
}
