\/* Reset box model globally Ã¢â‚¬â€œ fixes height/padding/border warnings */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬
   Your original variables & base styles
Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */

:root {
  --neo-bg: #07101d;
  --neo-bg-2: #0b1628;
  --neo-panel: #0d1b2f;
  --neo-panel-2: rgba(255,255,255,0.05);
  --neo-border: rgba(255,255,255,0.10);
  --neo-text: #f5f9ff;
  --neo-muted: #a9b6cc;
  --neo-blue: #3ea0ff;
  --neo-blue-2: #6cc3ff;
  --neo-shadow: 0 20px 60px rgba(0,0,0,0.35);
  --neo-radius: 22px;
  --neo-radius-sm: 14px;
  --neo-max: 1240px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top right, rgba(62,160,255,0.12), transparent 30%),
    linear-gradient(180deg, #07101d 0%, #091322 100%);
  color: var(--neo-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

a {
  text-decoration: none;
}

.neo-container {
  width: min(calc(100% - 32px), var(--neo-max));
  margin: 0 auto;
}

/* TOPBAR */
.neo-topbar {
  background: #06101b;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 13px;
  color: #dce7f7;
}

.neo-topbar-inner {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  flex-wrap: wrap;
}

.neo-topbar-inner span {
  position: relative;
  opacity: .92;
}

.neo-topbar-inner span:not(:last-child)::after {
  content: "Ã¢â‚¬Â¢";
  margin-left: 18px;
  color: rgba(255,255,255,0.35);
}

/* HEADER */
.neo-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(14px);
  background: rgba(7,16,29,0.88);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.neo-header-main {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 18px 0;
}

.neo-brand img.custom-logo {
  max-height: 54px;
  width: auto;
}

.neo-logo-text {
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: .02em;
}

.neo-search-form {
  display: flex;
  align-items: center;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 999px;
  padding: 6px 8px 6px 16px;
}

.neo-search-input {
  flex: 1;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 15px;
  outline: none;
}

.neo-search-input::placeholder {
  color: #95a6c2;
}

.neo-search-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 0;
  background: linear-gradient(135deg, var(--neo-blue), var(--neo-blue-2));
  color: #031321;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.neo-search-btn svg {
  width: 18px;
  height: 18px;
}

.neo-header-actions {
  display: flex;
  gap: 14px;
  align-items: center;
}

.neo-action-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  transition: .25s ease;
}

.neo-action-link:hover {
  transform: translateY(-1px);
  background: rgba(255,255,255,0.08);
}

.neo-action-link svg {
  width: 18px;
  height: 18px;
}

.neo-nav-wrap {
  border-top: 1px solid rgba(255,255,255,0.06);
}

.neo-main-nav {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 14px 0;
}

.neo-main-nav a {
  color: #d6e0ee;
  font-size: 14px;
  font-weight: 600;
  transition: .2s ease;
}

.neo-main-nav a:hover {
  color: #fff;
}

/* HERO */
.neo-hero {
  position: relative;
  overflow: hidden;
  padding: 84px 0 56px;
}

.neo-hero-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.7), transparent 85%);
  opacity: .22;
  pointer-events: none;
}

.neo-hero-glow {
  position: absolute;
  right: 10%;
  top: 14%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(62,160,255,0.22), transparent 65%);
  filter: blur(8px);
  pointer-events: none;
}

.neo-hero-inner {
  display: grid;
  grid-template-columns: 1.16fr .84fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.neo-hero-copy {
  position: relative;
  z-index: 5;
}

.neo-eyebrow {
  display: inline-flex;
  margin: 0 0 22px;
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(62,160,255,0.18), rgba(62,160,255,0.08));
  border: 1px solid rgba(62,160,255,0.35);
  color: #eaf6ff;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .18em;
  box-shadow: 0 8px 28px rgba(62,160,255,0.22);
}

.neo-hero h1 {
  margin: 0;
  font-size: clamp(2.4rem, 4.8vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  max-width: 13ch;
}

.neo-hero-subtext {
  margin: 22px 0 0;
  max-width: 560px;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--neo-muted);
}

.neo-hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 28px 0 24px;
}

.neo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: .25s ease;
}

.neo-btn-primary {
  background: linear-gradient(135deg, var(--neo-blue), var(--neo-blue-2));
  color: #041321;
  box-shadow: 0 10px 30px rgba(62,160,255,0.24);
}

.neo-btn-primary:hover {
  transform: translateY(-2px);
}

.neo-btn-secondary {
  background: rgba(255,255,255,0.04);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.10);
}

.neo-btn-secondary:hover {
  background: rgba(255,255,255,0.07);
}

.neo-hero-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.neo-hero-points li {
  position: relative;
  padding-left: 26px;
  color: #dbe7f7;
  font-size: 15px;
}

.neo-hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--neo-blue), var(--neo-blue-2));
  box-shadow: 0 0 0 5px rgba(62,160,255,0.14);
}

.neo-hero-visual {
  position: relative;
  min-height: 760px;
  isolation: isolate;
  margin-left: 0;
}

.neo-hero-card {
  position: absolute;
  width: 240px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(10,22,40,0.88);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: var(--neo-shadow);
  z-index: 3;
}

.neo-hero-card strong {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
}

.neo-hero-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--neo-muted);
}

.neo-card-coa {
  top: 20px;
  left: 20px;
}

.neo-card-ship {
  top: 120px;
  right: 20px;
}

.neo-hero-product-stage {
  position: absolute;
  left: 120px;
  right: 120px;
  top: 260px;
  bottom: 20px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03)),
    rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: var(--neo-shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.neo-hero-product-ring {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(62,160,255,0.20), rgba(62,160,255,0.05) 45%, transparent 70%);
  filter: blur(6px);
}

.neo-hero-vial {
  position: relative;
  z-index: 2;
  max-height: 210px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.35));
  transform: none;
}

.neo-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(62,160,255,0.14);
  border: 1px solid rgba(62,160,255,0.24);
  color: #dff0ff;
  font-size: 12px;
  font-weight: 700;
}

/* SECTIONS */
.neo-section {
  padding: 104px 0;
}

.neo-kicker {
  margin: 0 0 10px;
  color: var(--neo-blue-2);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.neo-section-heading h2,
.neo-why-copy h2,
.neo-coa-copy h2,
.neo-compliance-box h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.1;
}

/* PROMISE */
.neo-promise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 cards = clean layout */
  gap: 28px; /* more breathing room */
  align-items: stretch;
}

.neo-info-card {
  padding: 28px 24px;
  border-radius: var(--neo-radius);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)),
    rgba(13,27,47,0.88);
  border: 1px solid var(--neo-border);
  box-shadow: var(--neo-shadow);
   text-align: left; 
}

.neo-info-card h3 {
  margin: 18px 0 10px;
  font-size: 1.15rem;
}

.neo-info-card p {
  margin: 0;
  color: var(--neo-muted);
  line-height: 1.7;
  font-size: 15px;
}

.neo-info-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(62,160,255,0.10);
  border: 1px solid rgba(62,160,255,0.20);
  color: #dff0ff;
}

.neo-info-icon svg {
  width: 24px;
  height: 24px;
}

.neo-ops-note {
  margin: 22px auto 0;
  max-width: 760px;
  text-align: center;
  color: var(--neo-muted);
  font-size: 14px;
  line-height: 1.7;
}

/* WHY */
.neo-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: start;
}

.neo-why-copy p {
  color: var(--neo-muted);
  line-height: 1.8;
  font-size: 1.02rem;
}

.neo-feature-list {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.neo-feature-item {
  padding: 20px 22px;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.neo-feature-item h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  color: #fff;
}

.neo-feature-item p {
  margin: 0;
}

.neo-why-visual {
  position: relative;
  min-height: 470px;
  padding-top: 16px;
}

.neo-doc-panel {
  position: relative;
  height: 100%;
  min-height: 470px;
  border-radius: 32px;
  padding: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)),
    rgba(10,22,40,0.9);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: var(--neo-shadow);
}

.neo-doc-panel-header {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 26px;
}

.neo-doc-lines {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}

.neo-doc-lines span {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(62,160,255,0.30), rgba(255,255,255,0.06));
}

.neo-doc-lines span:nth-child(1) { width: 88%; }
.neo-doc-lines span:nth-child(2) { width: 78%; }
.neo-doc-lines span:nth-child(3) { width: 92%; }
.neo-doc-lines span:nth-child(4) { width: 70%; }

.neo-doc-stats {
  display: grid;
  gap: 16px;
}

.neo-doc-stats > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
}

.neo-doc-stats small {
  color: var(--neo-muted);
  display: block;
}

.neo-doc-stats strong {
  font-size: 1rem;
}

.neo-floating-tile {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(7,16,29,0.86);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  box-shadow: var(--neo-shadow);
  font-weight: 700;
  font-size: 14px;
}

.neo-floating-tile-a { top: -14px; right: 24px; }
.neo-floating-tile-b { bottom: 120px; left: -14px; }
.neo-floating-tile-c { bottom: -10px; right: 46px; }

/* TILES */
.neo-tile-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.neo-tile {
  position: relative;
  min-height: 220px;
  padding: 24px;
  border-radius: 28px;
  color: #fff;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: var(--neo-shadow);
  background:
    radial-gradient(circle at top right, rgba(62,160,255,0.20), transparent 40%),
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)),
    #0c1728;
}

.neo-tile::before {
  content: "";
  position: absolute;
  inset: auto -20px -30px auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(62,160,255,0.22), transparent 65%);
}

.neo-tile-label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.neo-tile strong {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 13ch;
  font-size: 1.35rem;
  line-height: 1.15;
}

/* COA */
.neo-coa-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
}

.neo-coa-copy p {
  color: var(--neo-muted);
  line-height: 1.8;
  font-size: 1.02rem;
}

.neo-coa-mock {
  display: flex;
  justify-content: center;
}

.neo-coa-sheet {
  width: min(100%, 460px);
  border-radius: 28px;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04)),
    rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: var(--neo-shadow);
}

.neo-coa-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 24px;
}

.neo-coa-top small {
  color: var(--neo-muted);
  display: block;
  margin-bottom: 4px;
}

.neo-coa-top strong {
  display: block;
  font-size: 1.15rem;
}

.neo-coa-table {
  display: grid;
  gap: 14px;
}

.neo-coa-table > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.neo-coa-table span {
  color: var(--neo-muted);
}

.neo-coa-link {
  display: inline-flex;
  margin-top: 24px;
  color: #dff0ff;
  font-weight: 700;
}

/* QUICK LINKS */
.neo-link-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.neo-link-grid a {
  padding: 14px 16px;
  border-radius: 14px;
  color: #dbe7f7;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  transition: .2s ease;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}

.neo-link-grid a:hover {
  color: #fff;
  background: rgba(255,255,255,0.07);
  transform: translateY(-1px);
}

/* COMPLIANCE */
.neo-compliance-box {
  padding: 34px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)),
    rgba(6,15,26,0.95);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: var(--neo-shadow);
  text-align: left;
}

.neo-compliance-box p:last-child {
  margin-bottom: 0;
  color: var(--neo-muted);
  line-height: 1.85;
  font-size: 1rem;
}

/* FOOTER */
.neo-site-footer {
  margin-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.08);
  background: rgba(5,12,21,0.92);
}

.neo-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 42px;
  padding: 72px 0 40px;
}

.neo-footer-col h3,
.neo-footer-col h4 {
  margin: 0 0 14px;
}

.neo-footer-col p,
.neo-footer-col a {
  color: var(--neo-muted);
  line-height: 1.95;
  font-size: 14px;
}

.neo-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.neo-footer-col li {
  margin-bottom: 8px;
}

.neo-footer-col a:hover {
  color: #fff;
}

.neo-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 18px 0;
  text-align: center;
}

.neo-footer-bottom p {
  margin: 0;
  color: #8ea2bf;
  font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .neo-header-main {
    grid-template-columns: 1fr;
  }
  .neo-header-actions {
    justify-content: flex-start;
  }
  .neo-hero-inner,
  .neo-why-grid,
  .neo-coa-grid {
    grid-template-columns: 1fr;
  }
  .neo-hero-visual {
    min-height: 700px;
    margin-left: 0;
  }
  .neo-hero-product-stage {
    left: 90px;
    right: 90px;
    top: 240px;
    bottom: 20px;
  }
  .neo-card-coa {
    top: 20px;
    left: 20px;
  }
  .neo-card-ship {
    top: 120px;
    right: 20px;
  }
  .neo-promise-grid,
  .neo-tile-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .neo-link-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .neo-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .neo-topbar-inner {
    gap: 10px;
    font-size: 12px;
  }
  .neo-topbar-inner span:not(:last-child)::after {
    display: none;
  }
  .neo-main-nav {
    gap: 16px;
  }
  .neo-hero {
    padding-top: 56px;
  }
  .neo-hero h1 {
    max-width: none;
  }
  .neo-hero-visual {
    min-height: 620px;
    margin-left: 0;
  }
  .neo-hero-product-stage {
    left: 20px;
    right: 20px;
    top: 210px;
    bottom: 20px;
  }
  .neo-hero-vial {
    max-height: 180px;
  }
  .neo-card-coa {
    top: 10px;
    left: 0;
  }
  .neo-card-ship {
    top: 105px;
    right: 0;
  }
  .neo-hero-card {
    width: 220px;
    padding: 16px;
  }
  .neo-promise-grid,
  .neo-tile-grid,
  .neo-link-grid,
  .neo-footer-grid {
    grid-template-columns: 1fr;
  }
  .neo-section {
    padding: 74px 0;
  }
  .neo-compliance-box {
    padding: 26px;
  }
}

/* HARD LIMIT LOGO SIZE */
.custom-logo-link,
.neo-logo-link {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.custom-logo,
.neo-brand img,
.neo-logo-link img {
  width: auto !important;
  max-width: 220px !important;
  max-height: 56px !important;
  height: auto !important;
  object-fit: contain;
  display: block;
}

/* Footer logo safety, if one appears there too */
.neo-site-footer .custom-logo,
.neo-site-footer img {
  max-width: 180px !important;
  max-height: 48px !important;
  width: auto !important;
  height: auto !important;
}

.neo-manual-logo {
  width: auto !important;
  max-width: 220px !important;
  max-height: 56px !important;
  height: auto !important;
  display: block;
  object-fit: contain;
}

/* === GROK POLISH & MOBILE HERO FIX === */
:root {
  --neo-blue: #00a8f0;
  --neo-blue-2: #5cc8ff;
}

/* Hero points with clean checkmarks */
.neo-hero-points li {
  position: relative;
  padding-left: 30px;
}

/* Persistent compliance bar */
.neo-compliance-bar {
  background: #0f1c2f;
  border-bottom: 2px solid #ff5f5f;
  color: #ffdddd;
  font-size: 13.5px;
  font-weight: 600;
  text-align: center;
  padding: 11px 0;
  letter-spacing: 0.4px;
}

/* Better mobile hero (no more overlapping) */
@media (max-width: 767px) {
  .neo-hero-visual {
    min-height: 560px;
    padding-top: 30px;
  }
  .neo-hero-card {
    position: relative !important;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 26px;
    left: auto;
    right: auto;
    top: auto;
  }
  .neo-hero-product-stage {
    position: relative;
    left: 0;
    right: 0;
    top: auto;
    bottom: auto;
    margin: 30px auto;
    width: 86%;
    max-width: 320px;
  }
  .neo-hero-vial {
    max-height: 195px;
  }
}

/* Premium hover effects */
.neo-tile,
.neo-btn {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.neo-tile:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(0,0,0,0.45) !important;
}

.neo-btn-primary:hover {
  box-shadow: 0 14px 34px rgba(0,168,240,0.35) !important;
}

/* Reduced section vertical spacing */
.neo-section {
  padding: 50px 0;
}

.neo-section-heading {
  margin-bottom: 30px;
}

.neo-promise-section,
.neo-links-section,
.neo-compliance-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.neo-container {
  margin: 0 auto;
}

.neo-section-heading + .neo-promise-grid,
.neo-section-heading + .neo-link-grid {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .neo-section {
    padding: 40px 0;
  }
  .neo-promise-section,
  .neo-links-section {
    padding: 30px 0;
  }
}

/* Prevent awkward early wrapping in note/subtext */
.neo-ops-note,
.neo-section p:last-child,
.neo-promise-section p {
  max-width: 100%;
  width: 100%;
  white-space: normal;
  word-wrap: break-word;
  hyphens: auto;
  margin-top: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .neo-ops-note,
  .neo-promise-section p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Hero improvements: more breathing room, prominent eyebrow, balanced cards */

/* Eyebrow: make it centered + larger/more prominent like section kickers */
.neo-eyebrow {
  display: inline-flex;
  margin: 0 auto 28px;          /* center it horizontally */
  padding: 12px 24px;           /* bigger pill */
  font-size: 16px;              /* slightly larger */
  letter-spacing: 0.2em;
  background: linear-gradient(135deg, rgba(62,160,255,0.22), rgba(62,160,255,0.10));
  border: 1px solid rgba(62,160,255,0.4);
  box-shadow: 0 10px 30px rgba(62,160,255,0.25);
}

/* Main headline: more prominence, less left squish */
.neo-hero-copy h1 {
  font-size: clamp(2.8rem, 6vw, 5.2rem);  /* larger on desktop */
  line-height: 0.95;
  letter-spacing: -0.05em;
  text-align: left;                       /* or center if you prefer */
  margin-bottom: 24px;
  padding-left: 0;                        /* remove any unintended left push */
}

/* Subtext: wider + more readable */
.neo-hero-subtext {
  max-width: 640px;                       /* wider than 560px */
  font-size: 1.1rem;
  line-height: 1.75;
  margin: 0 auto 32px;                    /* center + more bottom space */
  text-align: left;                       /* or center */
}

/* Hero inner container: more padding left/right for breathing room */
.neo-hero-inner {
  padding: 0 20px;                        /* add horizontal padding */
  gap: 80px;                              /* more space between copy & visual */
}

/* Cards: reposition for better balance (less random right placement) */
.neo-card-coa {
  top: 40px;
  left: 0;                                /* pull closer to left edge if needed */
}

.neo-card-ship {
  top: 160px;
  right: 0;
}

/* Vial: center it better on desktop */
.neo-hero-product-stage {
  left: 15%;
  right: 15%;                             /* wider centering */
  top: 280px;
}

/* Mobile adjustments Ã¢â‚¬â€œ prevent squish on small screens */
@media (max-width: 767px) {
  .neo-hero-inner {
    grid-template-columns: 1fr;           /* stack copy above visual */
    gap: 40px;
    padding: 0 16px;
  }
  .neo-hero-copy {
    text-align: center;                   /* center text on mobile */
  }
  .neo-hero-copy h1 {
    font-size: clamp(2.2rem, 8vw, 3.8rem);
  }
  .neo-hero-subtext {
    max-width: none;
    font-size: 1rem;
  }
  .neo-eyebrow {
    margin: 0 auto 24px;
  }
  .neo-hero-card {
    width: 90%;
    margin: 0 auto 20px;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
  }
  .neo-hero-product-stage {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    max-width: 340px;
    margin: 20px auto;
  }
}
/* Tighten vial display Ã¢â‚¬â€œ remove square/empty space */
.neo-hero-vial {
  max-height: 220px;                /* adjust up/down to fit your image */
  width: auto;
  object-fit: contain;
  object-position: center;          /* center content */
  margin: 0 auto;                   /* center if needed */
  display: block;
}

/* Force container to hug the vial tighter */
.neo-hero-product-stage {
  padding: 0;                       /* remove internal padding */
  background: transparent;          /* hide background if causing box look */
  border: none;                     /* remove border if visible */
  box-shadow: none;                 /* optional Ã¢â‚¬â€œ remove shadow if it frames oddly */
  overflow: visible;                /* let vial edges bleed if needed */
  min-height: auto;                 /* let height be driven by content */
  aspect-ratio: 1 / 1.4;            /* optional Ã¢â‚¬â€œ enforce vertical proportion */
}

.neo-hero-product-ring {
  display: none;                    /* hide glow ring if it's adding extra space */
}

/* Mobile: keep it compact */
@media (max-width: 767px) {
  .neo-hero-vial {
    max-height: 180px;
  }
  .neo-hero-product-stage {
    width: 80%;
    max-width: 280px;
    margin: 20px auto;
  }
}
.label-text {
  width: 100%;
  max-width: 900px;
}

.label-text .row {
  display: flex;
  gap: 10px;
  line-height: 1.15;
  align-items: flex-start;
}

.label-text .label {
  min-width: 110px;
  font-weight: 500;
  flex-shrink: 0;
}

.label-text .value {
  flex: 1;
  min-width: 0;
}

.label-text .section-title {
  margin-top: 18px;
  margin-bottom: 6px;
  font-weight: 600;
}

.label-text .notice {
  line-height: 1.2;
  max-width: 900px;
}
.woocommerce div.product .woocommerce-tabs .panel {
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.woocommerce div.product .woocommerce-tabs .panel .label-text {
  width: 100% !important;
  max-width: 1000px !important;
}

.woocommerce div.product .woocommerce-tabs .panel .label-text .row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.15;
}

.woocommerce div.product .woocommerce-tabs .panel .label-text .label {
  min-width: 110px;
  flex-shrink: 0;
  font-weight: 500;
}

.woocommerce div.product .woocommerce-tabs .panel .label-text .value {
  flex: 1;
  min-width: 0;
}

.woocommerce div.product .woocommerce-tabs .panel .label-text .section-title {
  margin-top: 18px;
  margin-bottom: 6px;
  font-weight: 600;
}

.woocommerce div.product .woocommerce-tabs .panel .label-text .notice {
  max-width: 1000px;
  line-height: 1.2;
}
body,
.site,
.site-main,
.woocommerce,
.woocommerce-page {
  overflow-x: hidden;
}
/* Left-align text in Our Standards / Neo Compounds Promise cards - custom child theme fix */
p.has-text-align-center,
.wp-block-paragraph.has-text-align-center,
.wp-block-column p {
    text-align: left !important;
}

/* Optional: left-align the card titles too */
h1.has-text-align-center,
h2.has-text-align-center,
h3.has-text-align-center,
.wp-block-heading.has-text-align-center {
    text-align: left !important;
}
/* Force center alignment for vial images over the peptide name/title */
.woocommerce ul.products li.product {
    text-align: center !important;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.woocommerce ul.products li.product img.woocommerce-loop-product__thumbnail,
.woocommerce ul.products li.product img.attachment-woocommerce_thumbnail {
    display: block !important;
    margin: 0 auto 10px !important;  /* Centers image + reduces space BELOW image to title */
    max-width: 100% !important;
}

/* Ensure title is also centered (in case of overrides) */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    text-align: center !important;
    margin-top: 5px !important;   /* Tighten space above title if needed */
    margin-bottom: 8px !important;
}

/* Reduce vertical spacing between products (rows) */
.woocommerce ul.products {
    margin-bottom: 0 !important;
    row-gap: 15px !important;     /* If using CSS grid/flex with gap; adjust lower if needed */
}

.woocommerce ul.products li.product {
    margin-bottom: 15px !important;  /* Default often 30-50px; try 10-20px */
    padding-bottom: 0 !important;
}

/* Optional: If horizontal spacing (between columns) feels too wide, tighten */
.woocommerce ul.products.columns-3 li.product,
.woocommerce ul.products.columns-4 li.product,
.woocommerce ul.products li.product {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

/* Fallback if theme uses flexbox for products */
.woocommerce ul.products {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;  /* Controls both horizontal and vertical if unified gap */
}


/* Horizontal tightening (gutters between columns) - adjust gap above first */
.woocommerce ul.products li.product {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

/* Optional: Make vials slightly larger to fill space better with 5 columns */
@media (min-width: 1025px) {
    .woocommerce ul.products li.product img {
        max-width: 90% !important;     /* Or 100% if you want them bigger */
    }
}
@media (max-width: 1024px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(3, 1fr) !important; /* Or 4, etc. */
        gap: 12px !important;
    }
}
/* Optional: Make vials slightly larger to fill space better with 5 columns */
@media (min-width: 1025px) {
    .woocommerce ul.products li.product img {
        max-width: 90% !important;     /* Or 100% if you want them bigger */
    }
}
/* Force all WooCommerce product images to HTTPS */
.woocommerce ul.products li.product img,
.woocommerce ul.products li.product .woocommerce-loop-product__thumbnail,
.woocommerce ul.products li.product img.attachment-woocommerce_thumbnail {
    src: ur[](https://neocompounds.com/wp-content/uploads/...); /* won't work directly */
}

/* Better: global replacement via CSS (works if the http version is in src) */
img[src^="http://neocompounds.com"] {
    content: url("https://neocompounds.com" + substr(attr(src), 24)); /* limited support */
}
/* Tighten spacing between product image and right-side summary on single product pages */
.woocommerce div.product,
.woocommerce-page div.product {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;           /* Controls horizontal + vertical gap Ã¢â‚¬â€œ start here */
}

.woocommerce div.product .woocommerce-product-gallery,
.woocommerce div.product .images,
.woocommerce div.product .product-images {
    flex: 1 1 45% !important;       /* Image takes ~45% width */
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.woocommerce div.product .summary,
.woocommerce div.product .product-summary {
    flex: 1 1 50% !important;       /* Summary takes the rest */
    margin-left: 0 !important;
    padding-left: 0 !important;
}

/* Reduce any remaining large margins/paddings */
.woocommerce div.product .woocommerce-product-gallery {
    margin-bottom: 0 !important;
}

.woocommerce div.product .summary {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Optional: Make the gap even tighter (try 10-15px if 20px is still too much) */
.woocommerce div.product {
    gap: 15px !important;           /* Change to 10px or 12px for very tight */
}

/* If you want the image a bit larger and summary narrower */
@media (min-width: 1025px) {
    .woocommerce div.product .woocommerce-product-gallery {
        flex: 1 1 48% !important;
    }
    .woocommerce div.product .summary {
        flex: 1 1 48% !important;
    }
}
/* Remove SKU, Tags, and Categories from single product page */
.woocommerce div.product .product_meta,
.woocommerce div.product .product_meta span.sku_wrapper,
.woocommerce div.product .product_meta span.posted_in,
.woocommerce div.product .product_meta span.tagged_as,
.woocommerce div.product .product_meta .sku,
.woocommerce div.product p.sku,
.woocommerce div.product .tagged_as {
    display: none !important;
}

/* Optional: Also hide the entire meta section if anything remains */
.single-product .product_meta {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
.neo-main-nav a {
    font-size: 16.5px !important;
}

.neo-action-link {
    font-size: 15.5px !important;
    padding: 12px 17px !important;
}
/* ====================== SHOP BY RESEARCH AREA ====================== */
.neo-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.neo-category-card {
    display: block;
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)),
                rgba(13,27,47,0.92);
    border: 1px solid var(--neo-border);
    border-radius: var(--neo-radius);
    overflow: hidden;
    box-shadow: var(--neo-shadow);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    color: var(--neo-text);
    text-decoration: none;
}

.neo-category-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 40px 80px rgba(0,0,0,0.5);
    border-color: var(--neo-blue);
}

.neo-category-image {
    height: 240px;
    overflow: hidden;
    background: #07101d;
}

.neo-category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.neo-category-card:hover .neo-category-image img {
    transform: scale(1.08);
}

.neo-category-content {
    padding: 24px;
}

.neo-category-content h3 {
    margin: 0 0 8px;
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
}

.neo-category-content p {
    color: var(--neo-muted);
    font-size: 0.95rem;
    line-height: 1.55;
    margin: 0 0 20px;
}

.neo-category-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.neo-category-footer .count {
    font-size: 0.9rem;
    color: var(--neo-blue-2);
    font-weight: 600;
}

.neo-category-card .neo-btn {
    font-size: 13.5px;
    padding: 8px 20px;
    min-height: auto;
}

/* Mobile adjustments */
@media (max-width: 767px) {
    .neo-category-grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 18px;
    }
    .neo-category-image {
        height: 200px;
    }
}
.neo-main-nav a.neo-main-nav-link {
    font-size: 16.5px !important;
    font-weight: 600 !important;
}
/* ====================== SHOP BY RESEARCH AREA ====================== */
#research-areas {
    background: var(--neo-bg-2);
}

.neo-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.neo-category-card {
    display: block;
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03)),
                rgba(13,27,47,0.92);
    border: 1px solid var(--neo-border);
    border-radius: var(--neo-radius);
    overflow: hidden;
    box-shadow: var(--neo-shadow);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    color: var(--neo-text);
    text-decoration: none;
}

.neo-category-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 40px 80px rgba(0,0,0,0.5);
    border-color: var(--neo-blue);
}

.neo-category-image {
    height: 240px;
    overflow: hidden;
    background: #07101d;
}

.neo-category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.neo-category-card:hover .neo-category-image img {
    transform: scale(1.08);
}

.neo-category-content {
    padding: 24px;
}

.neo-category-content h3 {
    margin: 0 0 8px;
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
}

.neo-category-content p {
    color: var(--neo-muted);
    font-size: 0.95rem;
    line-height: 1.55;
    margin: 0 0 20px;
}

.neo-category-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.neo-category-footer .count {
    font-size: 0.9rem;
    color: var(--neo-blue-2);
    font-weight: 600;
}

.neo-category-card .neo-btn {
    font-size: 13.5px;
    padding: 8px 20px;
    min-height: auto;
}

/* Mobile */
@media (max-width: 767px) {
    .neo-category-grid {
        gap: 18px;
    }
    .neo-category-image {
        height: 200px;
    }
}
/* Hero vial - larger size only */
.neo-hero-vial {
    max-height: 420px !important;
}

.neo-hero-product-stage {
    left: 8% !important;
    right: 8% !important;
    top: 220px !important;
    bottom: 60px !important;
}
/* Fix broken bullet points in hero */
.neo-hero-points li {
  position: relative;
  padding-left: 28px;
}

.neo-hero-points li {
  position: relative;
  padding-left: 28px;
}
/* Hide the default blue bullet */
.neo-hero-points li::marker {
    content: none !important;
}
.neo-info-card h3 {
  text-align: left;
}

.neo-info-card p {
  text-align: left;
}
.neo-info-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.neo-promise-section .neo-info-card h3,
.neo-promise-section .neo-info-card p {
  text-align: left !important;
}

.neo-promise-section .neo-info-card p {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
}
/* =========================================================
   PRODUCT PAGE POLISH
========================================================= */

.single-product div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 42px;
  align-items: start;
}

.single-product .product .images,
.single-product .product .summary {
  width: 100% !important;
  float: none !important;
}

.single-product .product .summary {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.03)),
    rgba(13,27,47,0.82);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 24px;
  padding: 28px 28px 24px;
  box-shadow: var(--neo-shadow);
}

.single-product .product_title {
  color: #ffffff;
  font-size: clamp(2rem, 3.2vw, 2.9rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
}

.single-product .summary p.price,
.single-product .summary span.price {
  color: #dff3ff !important;
  font-size: 1.55rem;
  font-weight: 800;
  margin-bottom: 18px;
}

.single-product .woocommerce-product-details__short-description {
  color: var(--neo-muted);
  line-height: 1.8;
  font-size: 1rem;
  margin-bottom: 22px;
}

.single-product form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 18px;
  margin-bottom: 12px;
}

.single-product form.cart .quantity input.qty {
  min-height: 50px;
  min-width: 78px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.05);
  color: #fff;
}

.single-product form.cart .single_add_to_cart_button {
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px !important;
  border: 0 !important;
  background: linear-gradient(135deg, var(--neo-blue), var(--neo-blue-2)) !important;
  color: #031321 !important;
  font-weight: 800 !important;
  font-size: 15px !important;
  box-shadow: 0 12px 32px rgba(62,160,255,0.28);
}

.single-product form.cart .single_add_to_cart_button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(62,160,255,0.34);
}

.single-product .product_meta {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
  color: var(--neo-muted);
  font-size: 14px;
}

.single-product .product_meta a {
  color: #d8ebff;
}

.single-product div.product .woocommerce-product-gallery {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02)),
    rgba(10,22,40,0.72);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 26px;
  padding: 22px;
  box-shadow: var(--neo-shadow);
}

.single-product div.product .woocommerce-product-gallery__image img {
  border-radius: 18px;
}

.single-product .woocommerce-tabs {
  margin-top: 42px;
}

.single-product .woocommerce-tabs ul.tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding-bottom: 10px;
}

.single-product .woocommerce-tabs ul.tabs li {
  border: 0 !important;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}

.single-product .woocommerce-tabs ul.tabs li a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  color: #d6e6f7 !important;
  font-weight: 700;
}

.single-product .woocommerce-tabs ul.tabs li.active a {
  background: rgba(62,160,255,0.16);
  border-color: rgba(62,160,255,0.34);
  color: #ffffff !important;
}

.single-product .woocommerce-tabs .panel {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02)),
    rgba(13,27,47,0.74);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px;
  padding: 24px;
  margin-top: 18px;
  color: var(--neo-text);
}

.single-product .woocommerce-tabs .panel h2 {
  color: #ffffff;
  margin-top: 0;
}

.single-product .woocommerce-tabs .panel p,
.single-product .woocommerce-tabs .panel li,
.single-product .woocommerce-tabs .panel div {
  color: var(--neo-muted);
  line-height: 1.8;
}

.neo-product-trust-panel {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.neo-product-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.neo-product-trust-item {
  padding: 16px 16px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.neo-product-trust-item strong {
  display: block;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 6px;
}

.neo-product-trust-item span {
  display: block;
  color: var(--neo-muted);
  font-size: 13px;
  line-height: 1.65;
}

.single-product .related.products {
  margin-top: 56px;
}

.single-product .related.products > h2 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
}

@media (max-width: 980px) {
  .single-product div.product {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .neo-product-trust-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .single-product .product .summary {
    padding: 22px 18px 20px;
    border-radius: 20px;
  }

  .single-product div.product .woocommerce-product-gallery {
    padding: 16px;
    border-radius: 20px;
  }

  .single-product .woocommerce-tabs .panel {
    padding: 18px;
  }
}