/* ============================================================
   AMINOLABSPRO — FLATSOME BUILDER SYSTEM v5
   Basis: Montserrat · Editorial Research Store · Flatsome
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

:root {
  --alp-mint: #31c7a5;
  --alp-mint-dark: #159a7d;
  --alp-mint-soft: #eaf8f4;
  --alp-ink: #0b1110;
  --alp-dark: #08110f;
  --alp-dark-2: #0d1715;
  --alp-text: #27302e;
  --alp-muted: #707b78;
  --alp-muted-2: #9aa3a0;
  --alp-line: #dfe6e3;
  --alp-surface: #f7faf9;
  --alp-white: #ffffff;
  --alp-container: 1180px;
  --alp-radius: 18px;
  --alp-font: 'Montserrat', Arial, sans-serif;
}

html,
body {
  overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
  font-family: var(--alp-font) !important;
}

.alp-home-v4,
.alp-home-v4 * {
  box-sizing: border-box;
}

.alp-home-v4 {
  font-family: var(--alp-font);
  color: var(--alp-ink);
  background: #fff;
}

.alp-home-v4 a {
  text-decoration: none;
}

.alp-shell {
  width: min(calc(100% - 48px), var(--alp-container));
  margin-inline: auto;
}

.alp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--alp-mint-dark);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.alp-kicker::before {
  content: '';
  width: 18px;
  height: 2px;
  background: var(--alp-mint);
}

.alp-section-title,
.alp-hero-title {
  margin: 0;
  font-family: var(--alp-font) !important;
  font-weight: 900 !important;
  color: var(--alp-ink) !important;
  letter-spacing: -.055em !important;
}

.alp-section-title {
  font-size: clamp(2rem, 4.2vw, 3.7rem) !important;
  line-height: .96 !important;
}

.alp-copy {
  margin: 0;
  color: var(--alp-muted);
  font-size: 13px;
  line-height: 1.75;
}

/* ------------------------------------------------------------
   TOP RESEARCH BAR
   ------------------------------------------------------------ */
.alp-research-bar {
  position: relative;
  z-index: 5;
  background: #070d0c;
  color: #fff;
}

.alp-research-bar-inner {
  width: min(calc(100% - 48px), 1320px);
  min-height: 38px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.alp-research-bar-side {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.alp-research-bar-side:first-child {
  color: rgba(255,255,255,.76);
}

.alp-research-bar-side:last-child {
  justify-content: flex-end;
  color: rgba(255,255,255,.72);
}

.alp-research-bar-side strong {
  color: var(--alp-mint);
}

.alp-research-bar-brand {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.04em;
}

.alp-research-bar-brand span {
  color: var(--alp-mint);
}

.alp-research-bar-sub {
  display: block;
  margin-top: 2px;
  color: rgba(255,255,255,.45);
  font-size: 6px;
  font-weight: 700;
  letter-spacing: .22em;
  text-align: center;
  text-transform: uppercase;
}

/* ------------------------------------------------------------
   HERO
   ------------------------------------------------------------ */
.alp-hero-v4 {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  background:
    radial-gradient(circle at 72% 32%, rgba(49,199,165,.13), transparent 30%),
    linear-gradient(104deg, #f8fbfa 0%, #eef6f3 45%, #dcebe7 100%);
}

.alp-hero-v4::before,
.alp-hero-v4::after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.alp-hero-v4::before {
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 67%, rgba(255,255,255,.36) 67% 67.5%, transparent 67.5% 70%, rgba(255,255,255,.26) 70% 70.3%, transparent 70.3% 74%),
    radial-gradient(ellipse at 14% 74%, rgba(255,255,255,.98) 0 5%, transparent 22%),
    radial-gradient(ellipse at 28% 58%, rgba(255,255,255,.6) 0 4%, transparent 17%);
  opacity: .9;
}

.alp-hero-v4::after {
  right: -110px;
  top: 32px;
  width: 290px;
  height: 290px;
  border: 1px solid rgba(49,199,165,.20);
  border-radius: 50%;
  box-shadow:
    -70px 70px 0 -69px rgba(49,199,165,.36),
    -150px 10px 0 -149px rgba(49,199,165,.28),
    -80px -40px 0 -79px rgba(49,199,165,.25);
}

.alp-hero-grid-v4 {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 48px), var(--alp-container));
  min-height: 650px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, .94fr);
  align-items: center;
  gap: 36px;
}

.alp-hero-copy-v4 {
  padding: 80px 0 145px;
}

.alp-hero-title {
  max-width: 690px;
  font-size: clamp(3rem, 5.8vw, 5.8rem) !important;
  line-height: .9 !important;
}

.alp-hero-title span {
  display: block;
  color: var(--alp-mint);
}

.alp-hero-lead {
  max-width: 510px;
  margin: 28px 0 30px;
  color: #4c5955;
  font-size: 13px;
  line-height: 1.8;
}

.alp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.alp-btn-v4,
.alp-home-v4 .button.alp-btn-v4 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 20px !important;
  border: 1px solid var(--alp-ink) !important;
  border-radius: 9px !important;
  background: var(--alp-ink) !important;
  color: #fff !important;
  box-shadow: none !important;
  font-family: var(--alp-font) !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: .06em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  transition: transform .18s ease, background .18s ease, border-color .18s ease !important;
}

.alp-btn-v4:hover,
.alp-home-v4 .button.alp-btn-v4:hover {
  transform: translateY(-1px) !important;
  background: var(--alp-mint-dark) !important;
  border-color: var(--alp-mint-dark) !important;
}

.alp-btn-v4.alp-btn-outline {
  background: rgba(255,255,255,.45) !important;
  color: var(--alp-ink) !important;
  border-color: rgba(11,17,16,.32) !important;
  backdrop-filter: blur(8px);
}

.alp-hero-scene {
  position: relative;
  min-height: 560px;
  align-self: end;
}

.alp-hero-vials {
  position: absolute;
  z-index: 4;
  right: -34px;
  bottom: 70px;
  width: min(590px, 108%);
  max-width: none !important;
  filter: drop-shadow(0 30px 30px rgba(17,48,42,.18));
}

.alp-hero-platform {
  position: absolute;
  z-index: 2;
  right: -35px;
  bottom: 54px;
  width: 550px;
  height: 88px;
  border-radius: 50%;
  background: linear-gradient(180deg, #e7f2ef 0%, #bcd4ce 100%);
  border: 1px solid rgba(22,107,90,.18);
  box-shadow:
    0 26px 45px rgba(39,87,77,.16),
    inset 0 8px 16px rgba(255,255,255,.65);
}

.alp-hero-platform::after {
  content: '';
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: -12px;
  height: 34px;
  border-radius: 50%;
  background: rgba(50,103,91,.15);
  filter: blur(8px);
}

.alp-hero-labglass {
  position: absolute;
  z-index: 1;
  bottom: 100px;
  width: 120px;
  height: 250px;
  border: 5px solid rgba(255,255,255,.52);
  border-top: 0;
  border-radius: 15px 15px 46px 46px;
  filter: blur(.15px);
  opacity: .62;
}

.alp-hero-labglass--one {
  left: 6%;
  transform: rotate(6deg);
}

.alp-hero-labglass--two {
  right: 8%;
  height: 310px;
  width: 88px;
  opacity: .36;
}

/* ------------------------------------------------------------
   TRUST STRIP — integrated with hero
   ------------------------------------------------------------ */
.alp-trust-wrap {
  position: relative;
  z-index: 8;
  margin-top: -40px;
}

.alp-trust-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(18,80,67,.12);
  border-radius: 18px;
  box-shadow: 0 18px 60px rgba(39,87,77,.10);
  backdrop-filter: blur(14px);
}

.alp-trust-item {
  min-width: 0;
  display: grid;
  grid-template-columns: 42px minmax(0,1fr);
  gap: 12px;
  align-items: center;
  padding: 23px 18px;
  border-right: 1px solid var(--alp-line);
}

.alp-trust-item:last-child {
  border-right: 0;
}

.alp-trust-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--alp-mint-dark);
}

.alp-trust-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.alp-trust-copy strong {
  display: block;
  margin-bottom: 4px;
  color: var(--alp-ink);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -.01em;
}

.alp-trust-copy span {
  display: block;
  color: var(--alp-muted);
  font-size: 9px;
  line-height: 1.45;
}

/* ------------------------------------------------------------
   CATALOG
   ------------------------------------------------------------ */
.alp-catalog-section {
  padding: 106px 0 96px;
  background: #fff;
}

.alp-section-intro {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 34px;
}

.alp-section-intro .alp-copy {
  max-width: 430px;
  justify-self: end;
}

.alp-catalog-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 14px;
}

.alp-feature-card,
.alp-product-tile,
.alp-all-products-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--alp-line);
  border-radius: 18px;
}

.alp-feature-card {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px 18px 20px;
  background:
    radial-gradient(circle at 72% 35%, rgba(70,205,177,.18), transparent 28%),
    linear-gradient(145deg, #073f35 0%, #0b2b27 58%, #0a1715 100%);
  color: #fff;
}

.alp-feature-card::after {
  content: '';
  position: absolute;
  right: -70px;
  bottom: 70px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 20% 20%, #53d9bc 0 3px, transparent 4px),
    radial-gradient(circle at 60% 40%, #53d9bc 0 3px, transparent 4px),
    radial-gradient(circle at 35% 70%, #53d9bc 0 3px, transparent 4px),
    linear-gradient(34deg, transparent 48%, rgba(83,217,188,.34) 49% 50%, transparent 51%);
  opacity: .35;
}

.alp-card-badge {
  position: relative;
  z-index: 3;
  align-self: flex-start;
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--alp-mint);
  color: #072019;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.alp-feature-media {
  position: absolute;
  z-index: 2;
  inset: 46px 22px 78px;
  display: grid;
  place-items: center;
}

.alp-feature-media img {
  width: min(380px, 86%);
  max-height: 390px;
  object-fit: contain;
  filter: drop-shadow(0 24px 30px rgba(0,0,0,.26));
}

.alp-feature-footer,
.alp-product-tile-footer {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.alp-feature-footer small,
.alp-product-tile-footer small {
  display: block;
  margin-bottom: 6px;
  color: var(--alp-mint);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.alp-feature-footer h3,
.alp-product-tile-footer h3 {
  margin: 0;
  color: inherit !important;
  font-family: var(--alp-font) !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  letter-spacing: -.025em !important;
}

.alp-round-link {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: inherit !important;
  font-size: 18px;
  transition: transform .18s ease, background .18s ease;
}

.alp-round-link:hover {
  transform: translateX(2px);
}

.alp-catalog-side {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  grid-template-rows: repeat(2, minmax(0,1fr));
  gap: 14px;
}

.alp-product-tile,
.alp-all-products-card {
  min-height: 253px;
  padding: 14px;
  background: linear-gradient(180deg, #f8fbfa 0%, #f2f6f5 100%);
  color: var(--alp-ink);
}

.alp-product-pill {
  position: absolute;
  z-index: 3;
  top: 13px;
  left: 13px;
  padding: 5px 8px;
  border: 1px solid #cad5d2;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.alp-product-tile-media {
  height: 165px;
  display: grid;
  place-items: center;
}

.alp-product-tile-media img {
  width: 132px;
  height: 158px;
  object-fit: contain;
  filter: drop-shadow(0 15px 16px rgba(35,60,55,.10));
}

.alp-product-tile-footer {
  padding-top: 9px;
  border-top: 1px solid var(--alp-line);
  color: var(--alp-ink);
}

.alp-product-tile-footer small {
  color: var(--alp-muted-2);
}

.alp-product-tile-footer h3 {
  font-size: 12px !important;
}

.alp-product-tile-footer .alp-round-link {
  width: 30px;
  height: 30px;
  flex-basis: 30px;
  font-size: 14px;
}

.alp-all-products-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.alp-all-products-media {
  flex: 1;
  display: grid;
  place-items: center;
  padding: 12px 0 4px;
}

.alp-all-products-media img {
  width: 88%;
  max-height: 160px;
  object-fit: contain;
  filter: drop-shadow(0 15px 18px rgba(35,60,55,.10));
}

/* ------------------------------------------------------------
   RESEARCH INDEX
   ------------------------------------------------------------ */
.alp-index-section {
  padding: 70px 0 78px;
  background: linear-gradient(135deg, #07100f 0%, #0b1715 100%);
  color: #fff;
}

.alp-index-head {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 32px;
}

.alp-index-head .alp-section-title {
  color: #fff !important;
  font-size: clamp(2rem,3.4vw,3.15rem) !important;
}

.alp-index-head .alp-copy {
  color: rgba(255,255,255,.58);
}

.alp-index-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  border-top: 1px solid rgba(255,255,255,.12);
}

.alp-index-item {
  min-width: 0;
  padding: 25px 22px 0 0;
  display: grid;
  grid-template-columns: 30px 42px minmax(0,1fr);
  gap: 12px;
  border-right: 1px solid rgba(255,255,255,.10);
}

.alp-index-item + .alp-index-item {
  padding-left: 22px;
}

.alp-index-item:last-child {
  border-right: 0;
}

.alp-index-num {
  color: var(--alp-mint);
  font-size: 10px;
  font-weight: 800;
}

.alp-index-icon {
  color: #fff;
}

.alp-index-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.alp-index-copy strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.alp-index-copy span {
  color: rgba(255,255,255,.56);
  font-size: 9px;
  line-height: 1.55;
}

/* ------------------------------------------------------------
   COA SECTION
   ------------------------------------------------------------ */
.alp-coa-section-v4 {
  position: relative;
  overflow: hidden;
  padding: 92px 0 98px;
  background:
    radial-gradient(circle at 92% 48%, rgba(49,199,165,.08), transparent 20%),
    linear-gradient(180deg,#fbfcfc 0%,#f6f9f8 100%);
}

.alp-coa-section-v4::after {
  content: '';
  position: absolute;
  right: 3%;
  bottom: 0;
  width: 70px;
  height: 250px;
  border: 3px solid rgba(34,117,99,.14);
  border-top: 0;
  border-radius: 4px 4px 28px 28px;
  transform: rotate(-4deg);
}

.alp-coa-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 70px;
  align-items: center;
}

.alp-coa-copy .alp-section-title {
  max-width: 420px;
  margin-bottom: 20px;
}

.alp-coa-copy .alp-copy {
  max-width: 440px;
  margin-bottom: 26px;
}

.alp-coa-doc {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--alp-line);
  border-radius: 18px;
  box-shadow: 0 22px 55px rgba(35,60,55,.10);
  transform: rotate(-.3deg);
}

.alp-coa-doc-head,
.alp-coa-doc-title,
.alp-coa-metrics {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.alp-coa-doc-head {
  margin-bottom: 18px;
  color: var(--alp-ink);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.alp-coa-verified {
  padding: 5px 8px;
  border: 1px solid rgba(49,199,165,.38);
  border-radius: 999px;
  color: var(--alp-mint-dark);
  font-size: 7px;
}

.alp-coa-doc-title {
  margin-bottom: 15px;
}

.alp-coa-doc-title h3 {
  margin: 0;
  color: var(--alp-ink) !important;
  font-family: var(--alp-font) !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  letter-spacing: -.035em !important;
}

.alp-coa-metrics {
  align-items: stretch;
  border: 1px solid var(--alp-line);
}

.alp-coa-metric {
  flex: 1;
  min-width: 0;
  padding: 12px;
  border-right: 1px solid var(--alp-line);
}

.alp-coa-metric:last-child {
  border-right: 0;
}

.alp-coa-metric span {
  display: block;
  margin-bottom: 5px;
  color: var(--alp-muted-2);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.alp-coa-metric strong {
  display: block;
  color: var(--alp-ink);
  font-size: 10px;
  font-weight: 800;
}

.alp-coa-chart {
  position: relative;
  height: 150px;
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid var(--alp-line);
  border-radius: 10px;
  background:
    linear-gradient(to right, transparent 0 9.8%, #eef2f1 10% 10.2%, transparent 10.4% 19.8%, #eef2f1 20% 20.2%, transparent 20.4% 29.8%, #eef2f1 30% 30.2%, transparent 30.4% 39.8%, #eef2f1 40% 40.2%, transparent 40.4% 49.8%, #eef2f1 50% 50.2%, transparent 50.4% 59.8%, #eef2f1 60% 60.2%, transparent 60.4% 69.8%, #eef2f1 70% 70.2%, transparent 70.4% 79.8%, #eef2f1 80% 80.2%, transparent 80.4% 89.8%, #eef2f1 90% 90.2%, transparent 90.4%),
    linear-gradient(to bottom, transparent 0 24%, #eef2f1 25% 25.5%, transparent 26% 49%, #eef2f1 50% 50.5%, transparent 51% 74%, #eef2f1 75% 75.5%, transparent 76%);
}

.alp-coa-chart-line {
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 31px;
  height: 1px;
  background: var(--alp-mint);
}

.alp-coa-chart-line::before,
.alp-coa-chart-line::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 2px;
  background: var(--alp-mint);
}

.alp-coa-chart-line::before {
  left: 36%;
  height: 18px;
}

.alp-coa-chart-line::after {
  left: 63%;
  height: 66px;
}

.alp-coa-chart-note {
  position: absolute;
  left: 12px;
  bottom: 9px;
  color: var(--alp-muted-2);
  font-size: 7px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

/* ------------------------------------------------------------
   FAQ
   ------------------------------------------------------------ */
.alp-faq-section-v4 {
  padding: 76px 0 84px;
  background: #fff;
}

.alp-faq-layout {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 70px;
}

.alp-faq-list {
  border-top: 1px solid var(--alp-line);
}

.alp-faq-row {
  display: grid;
  grid-template-columns: 40px 1fr 30px;
  align-items: center;
  gap: 14px;
  min-height: 58px;
  border-bottom: 1px solid var(--alp-line);
  color: var(--alp-ink);
}

.alp-faq-num {
  color: var(--alp-mint);
  font-size: 9px;
  font-weight: 800;
}

.alp-faq-question {
  font-size: 11px;
  font-weight: 700;
}

.alp-faq-plus {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid #aeb8b5;
  border-radius: 50%;
  font-size: 14px;
}

/* ------------------------------------------------------------
   FOOTER
   ------------------------------------------------------------ */
.alp-footer-v4 {
  padding: 54px 0 28px;
  background: #07100f;
  color: rgba(255,255,255,.58);
}

.alp-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, .7fr);
  gap: 50px;
}

.alp-footer-brand {
  margin-bottom: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.04em;
}

.alp-footer-brand span {
  color: var(--alp-mint);
}

.alp-footer-text {
  max-width: 300px;
  margin: 0;
  font-size: 9px;
  line-height: 1.7;
}

.alp-footer-title {
  margin: 0 0 13px;
  color: var(--alp-mint);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.alp-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.alp-footer-links li {
  margin-bottom: 8px;
}

.alp-footer-links a {
  color: rgba(255,255,255,.60) !important;
  font-size: 9px;
}

.alp-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 8px;
}

/* ------------------------------------------------------------
   PRODUCT PAGE COA BOX
   ------------------------------------------------------------ */
.alp-coa-product-box {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid var(--alp-line);
  border-radius: 14px;
  background: #f8fbfa;
}

.alp-coa-product-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.alp-coa-product-title,
.alp-coa-product-charge {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.alp-coa-product-title {
  color: var(--alp-mint-dark);
}

.alp-coa-product-charge {
  color: var(--alp-muted);
}

.alp-coa-product-meta,
.alp-coa-product-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.alp-coa-product-meta {
  margin-bottom: 12px;
  color: var(--alp-muted);
  font-size: 11px;
}

.alp-coa-product-meta strong {
  color: var(--alp-ink);
}

.alp-coa-product-link {
  color: var(--alp-mint-dark) !important;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* ------------------------------------------------------------
   FLATSOME / WOO GLOBAL TUNING
   ------------------------------------------------------------ */
#header,
.header-wrapper,
.header-main {
  font-family: var(--alp-font) !important;
}

.nav > li > a,
.header-main .nav > li > a {
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

.button,
button,
input[type='submit'] {
  font-family: var(--alp-font) !important;
}

/* Product price inside custom research cards */
.alp-card-price {
  margin-top: 7px;
  color: rgba(255,255,255,.72);
  font-size: 11px;
  font-weight: 700;
}

.alp-card-price .amount,
.alp-card-price ins,
.alp-card-price del {
  color: inherit !important;
  font-size: inherit !important;
}

.alp-card-price-small {
  color: #52605c;
  font-size: 9px;
}

/* ============================================================
   V5 BUILDER EDITION OVERRIDES
   Die sichtbare Homepage besteht jetzt aus echten Flatsome
   Sections/Rows/Cols. Nur Produktkatalog + COA bleiben dynamisch.
   ============================================================ */

.alp-research-bar,
.alp-hero-v5,
.alp-trust-section,
.alp-catalog-section,
.alp-index-section,
.alp-coa-section-v5,
.alp-faq-section-v5,
.alp-footer-v5,
.alp-research-bar *,
.alp-hero-v5 *,
.alp-trust-section *,
.alp-catalog-section *,
.alp-index-section *,
.alp-coa-section-v5 *,
.alp-faq-section-v5 *,
.alp-footer-v5 * {
  box-sizing: border-box;
  font-family: var(--alp-font) !important;
}

.alp-research-bar > .section-content,
.alp-hero-v5 > .section-content,
.alp-trust-section > .section-content,
.alp-catalog-section > .section-content,
.alp-index-section > .section-content,
.alp-coa-section-v5 > .section-content,
.alp-faq-section-v5 > .section-content,
.alp-footer-v5 > .section-content {
  position: relative;
  z-index: 2;
}

/* Builder setzt oft eigene Section-Paddings inline. V5 kontrolliert sie hier. */
.alp-research-bar { padding: 0 !important; }
.alp-hero-v5 { padding: 0 !important; }
.alp-trust-section { padding: 0 !important; }
.alp-catalog-section { padding: 106px 0 96px !important; }
.alp-index-section { padding: 70px 0 78px !important; }
.alp-coa-section-v5 { padding: 92px 0 98px !important; }
.alp-faq-section-v5 { padding: 76px 0 84px !important; }
.alp-footer-v5 { padding: 54px 0 28px !important; }

/* ---------- RESEARCH BAR ---------- */
.alp-research-bar {
  background: #070d0c !important;
}

.alp-research-bar .row,
.alp-research-bar .col,
.alp-research-bar .col-inner {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* ---------- HERO: BUILDER GRID ---------- */
.alp-hero-v5 {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  background:
    radial-gradient(circle at 76% 28%, rgba(49,199,165,.14), transparent 28%),
    linear-gradient(104deg, #f8fbfa 0%, #edf5f2 45%, #dbeae6 100%) !important;
}

.alp-hero-v5::before,
.alp-hero-v5::after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.alp-hero-v5::before {
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 73%, rgba(255,255,255,.45) 73% 73.4%, transparent 73.4% 76%, rgba(255,255,255,.25) 76% 76.3%, transparent 76.3%),
    radial-gradient(ellipse at 12% 78%, rgba(255,255,255,.96) 0 5%, transparent 23%),
    radial-gradient(ellipse at 29% 61%, rgba(255,255,255,.58) 0 4%, transparent 18%);
  opacity: .92;
}

.alp-hero-v5::after {
  right: -95px;
  top: 62px;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(49,199,165,.22);
  border-radius: 50%;
  box-shadow:
    -72px 72px 0 -70px rgba(49,199,165,.38),
    -156px 12px 0 -154px rgba(49,199,165,.26),
    -82px -42px 0 -80px rgba(49,199,165,.24);
}

.alp-hero-grid-v5 {
  width: min(calc(100% - 48px), var(--alp-container)) !important;
  max-width: var(--alp-container) !important;
  min-height: 650px;
  margin: 0 auto !important;
  align-items: center !important;
}

.alp-hero-grid-v5 > .col {
  padding-bottom: 0 !important;
}

.alp-hero-copy-v5 > .col-inner {
  padding: 80px 0 145px !important;
}

.alp-hero-copy-v5 .button.alp-btn-v4 {
  margin-right: 8px !important;
  margin-bottom: 8px !important;
}

.alp-hero-visual-col,
.alp-hero-visual-col > .col-inner {
  min-height: 560px;
}

.alp-hero-visual-col > .col-inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
}

/* Labor-Podest */
.alp-hero-visual-col > .col-inner::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 54px;
  width: min(550px, 104%);
  height: 88px;
  transform: translateX(-48%);
  border-radius: 50%;
  background: linear-gradient(180deg, #eef7f4 0%, #bdd5cf 100%);
  border: 1px solid rgba(22,107,90,.18);
  box-shadow: 0 26px 45px rgba(39,87,77,.16), inset 0 8px 16px rgba(255,255,255,.7);
}

.alp-hero-visual-col > .col-inner::after {
  content: '';
  position: absolute;
  z-index: 0;
  right: 8%;
  bottom: 105px;
  width: 95px;
  height: 290px;
  border: 5px solid rgba(255,255,255,.42);
  border-top: 0;
  border-radius: 14px 14px 48px 48px;
  opacity: .48;
}

.alp-hero-vials-image {
  position: relative;
  z-index: 3;
  width: 112% !important;
  max-width: none !important;
  margin: 0 -6% 66px 0 !important;
}

.alp-hero-vials-image .img-inner,
.alp-hero-vials-image img {
  width: 100% !important;
  max-width: none !important;
}

.alp-hero-vials-image img {
  display: block;
  object-fit: contain !important;
  filter: drop-shadow(0 30px 30px rgba(17,48,42,.18));
}

/* ---------- TRUST: 5 EDITIERBARE BUILDER-SPALTEN ---------- */
.alp-trust-section {
  position: relative;
  z-index: 9;
  margin-top: -40px;
  background: transparent !important;
}

.alp-trust-section .section-content {
  width: min(calc(100% - 48px), var(--alp-container));
  margin: 0 auto;
}

.alp-trust-row {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  overflow: hidden;
  background: rgba(255,255,255,.97);
  border: 1px solid rgba(18,80,67,.12);
  border-radius: 18px;
  box-shadow: 0 18px 60px rgba(39,87,77,.10);
  backdrop-filter: blur(14px);
}

.alp-trust-row > .col {
  width: auto !important;
  max-width: none !important;
  flex-basis: auto !important;
  padding: 0 !important;
}

.alp-trust-row > .col > .col-inner {
  height: 100%;
}

.alp-trust-row .alp-trust-item {
  height: 100%;
}

/* ---------- STANDARD BUILDER WIDTHS ---------- */
.alp-catalog-section .section-content > .row,
.alp-index-section .section-content > .row,
.alp-coa-section-v5 .section-content > .row,
.alp-faq-section-v5 .section-content > .row,
.alp-footer-v5 .section-content > .row {
  width: min(calc(100% - 48px), var(--alp-container));
  max-width: var(--alp-container) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.alp-section-intro-row,
.alp-index-head-row {
  margin-bottom: 34px !important;
}

.alp-section-intro-row .alp-copy,
.alp-index-head-row .alp-copy {
  max-width: 430px;
  margin-left: auto;
}

/* ---------- INDEX: BUILDER COLUMNS ---------- */
.alp-index-section {
  background: linear-gradient(135deg, #07100f 0%, #0b1715 100%) !important;
}

.alp-index-section .alp-section-title {
  color: #fff !important;
  font-size: clamp(2rem,3.4vw,3.15rem) !important;
}

.alp-index-section .alp-copy {
  color: rgba(255,255,255,.58) !important;
}

.alp-index-row {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0,1fr));
  width: 100% !important;
  max-width: none !important;
  border-top: 1px solid rgba(255,255,255,.12);
}

.alp-index-row > .col {
  width: auto !important;
  max-width: none !important;
  flex-basis: auto !important;
  padding: 0 !important;
}

.alp-index-row .alp-index-item {
  height: 100%;
}

/* ---------- COA BUILDER SECTION ---------- */
.alp-coa-section-v5 {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 48%, rgba(49,199,165,.08), transparent 20%),
    linear-gradient(180deg,#fbfcfc 0%,#f6f9f8 100%) !important;
}

.alp-coa-section-v5::after {
  content: '';
  position: absolute;
  right: 3%;
  bottom: 0;
  width: 70px;
  height: 250px;
  border: 3px solid rgba(34,117,99,.14);
  border-top: 0;
  border-radius: 4px 4px 28px 28px;
  transform: rotate(-4deg);
}

.alp-coa-layout-v5 {
  position: relative;
  z-index: 2;
  align-items: center !important;
}

.alp-coa-layout-v5 .alp-section-title {
  max-width: 420px;
  margin-bottom: 20px !important;
}

.alp-coa-layout-v5 .alp-copy {
  max-width: 440px;
  margin-bottom: 26px;
}

.alp-coa-open { margin-top: 14px; }

/* ---------- FLATSOME ACCORDION ---------- */
.alp-faq-section-v5 {
  background: #fff !important;
}

.alp-faq-layout-v5 {
  align-items: flex-start !important;
}

.alp-faq-section-v5 .accordion {
  margin: 0 !important;
  border-top: 1px solid var(--alp-line);
}

.alp-faq-section-v5 .accordion-item {
  border-bottom: 1px solid var(--alp-line);
}

.alp-faq-section-v5 .accordion-title {
  min-height: 58px;
  display: flex !important;
  align-items: center;
  padding: 17px 44px 17px 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--alp-ink) !important;
  font-size: 11px !important;
  line-height: 1.45;
  font-weight: 700 !important;
}

.alp-faq-section-v5 .accordion-title::before {
  right: 2px !important;
  left: auto !important;
  top: 50% !important;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid #aeb8b5;
  border-radius: 50%;
  color: var(--alp-ink);
  font-size: 14px !important;
  line-height: 22px !important;
}

.alp-faq-section-v5 .accordion-inner {
  padding: 0 42px 20px 0 !important;
  color: var(--alp-muted);
  font-size: 11px;
  line-height: 1.75;
}

/* ---------- FOOTER AS EDITABLE BUILDER SECTION ---------- */
.alp-footer-v5 {
  background: #07100f !important;
  color: rgba(255,255,255,.58) !important;
}

.alp-footer-v5 .alp-footer-brand,
.alp-footer-v5 .alp-footer-title {
  margin-top: 0 !important;
}

.alp-footer-link {
  margin: 0 0 8px !important;
  line-height: 1.35;
}

.alp-footer-link a {
  color: rgba(255,255,255,.60) !important;
  font-size: 9px;
  text-decoration: none !important;
}

.alp-footer-bottom-row {
  margin-top: 20px !important;
}

/* ============================================================
   V5.1 — FINAL MOCKUP MATCH
   Dunkler Labor-Hero + weiße Trust-Leiste wie freigegebenes Mockup
   ============================================================ */

/* HERO */
.alp-hero-v5 {
  min-height: 610px;
  background:
    radial-gradient(circle at 75% 34%, rgba(35,197,160,.16), transparent 27%),
    radial-gradient(ellipse at 35% 80%, rgba(255,255,255,.045), transparent 25%),
    linear-gradient(112deg, #071116 0%, #0b1a1f 50%, #0a171b 100%) !important;
  isolation: isolate;
}

.alp-hero-v5::before {
  inset: 0;
  opacity: 1;
  background:
    linear-gradient(90deg, rgba(2,10,13,.18), transparent 44%, rgba(2,10,13,.06) 67%, rgba(1,8,10,.18)),
    radial-gradient(ellipse at 14% 79%, rgba(196,224,218,.10) 0 4%, transparent 11%),
    radial-gradient(ellipse at 30% 65%, rgba(197,223,218,.08) 0 3%, transparent 10%),
    linear-gradient(90deg, transparent 68%, rgba(255,255,255,.035) 68% 68.3%, transparent 68.3% 72%, rgba(255,255,255,.03) 72% 72.25%, transparent 72.25%);
}

/* Dezente Molekülstruktur rechts */
.alp-hero-v5::after {
  z-index: 0;
  right: -38px;
  top: 86px;
  width: 300px;
  height: 300px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  opacity: .62;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300' viewBox='0 0 300 300'%3E%3Cg fill='none' stroke='%2331c7a5' stroke-opacity='.52' stroke-width='2'%3E%3Cpath d='M56 111 106 78l48 30 51-28 45 34-20 56-58 5-31 47-55-17-42-43z'/%3E%3Cpath d='m106 78 18 66 47 31m34-95-34 95m59-5-59 5'/%3E%3C/g%3E%3Cg fill='%2331c7a5' fill-opacity='.78'%3E%3Ccircle cx='56' cy='111' r='6'/%3E%3Ccircle cx='106' cy='78' r='8'/%3E%3Ccircle cx='154' cy='108' r='6'/%3E%3Ccircle cx='205' cy='80' r='7'/%3E%3Ccircle cx='250' cy='114' r='6'/%3E%3Ccircle cx='230' cy='170' r='8'/%3E%3Ccircle cx='172' cy='175' r='7'/%3E%3Ccircle cx='141' cy='222' r='6'/%3E%3Ccircle cx='86' cy='205' r='7'/%3E%3Ccircle cx='44' cy='162' r='6'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.alp-hero-grid-v5 {
  min-height: 610px;
  position: relative;
  z-index: 2;
}

.alp-hero-copy-v5 > .col-inner {
  padding: 72px 0 78px !important;
}

.alp-hero-v5 .alp-kicker {
  color: rgba(255,255,255,.78) !important;
}

.alp-hero-v5 .alp-kicker::before {
  background: var(--alp-mint) !important;
}

.alp-hero-v5 .alp-hero-title {
  max-width: 650px;
  color: #fff !important;
  font-size: clamp(3.2rem,5.6vw,5.65rem) !important;
  line-height: .91 !important;
}

.alp-hero-v5 .alp-hero-title span {
  color: var(--alp-mint) !important;
}

.alp-hero-v5 .alp-hero-lead {
  max-width: 500px;
  margin: 24px 0 28px;
  color: rgba(255,255,255,.76) !important;
  font-size: 13px;
  line-height: 1.78;
}

/* Primärbutton Mint, Sekundärbutton transparent */
.alp-hero-v5 .button.alp-btn-v4,
.alp-hero-v5 a.button.alp-btn-v4 {
  min-height: 46px !important;
  padding: 0 22px !important;
  border-color: var(--alp-mint) !important;
  background: linear-gradient(180deg,#36cfad 0%,#22b994 100%) !important;
  color: #06110f !important;
  box-shadow: 0 8px 24px rgba(49,199,165,.14) !important;
}

.alp-hero-v5 .button.alp-btn-v4.alp-btn-outline,
.alp-hero-v5 a.button.alp-btn-v4.alp-btn-outline {
  border-color: rgba(255,255,255,.72) !important;
  background: rgba(6,15,18,.16) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.alp-hero-visual-col,
.alp-hero-visual-col > .col-inner {
  min-height: 540px;
}

.alp-hero-visual-col > .col-inner {
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
}

/* Schwarzes Labor-Podest wie im Mockup */
.alp-hero-visual-col > .col-inner::before {
  z-index: 1;
  left: 52%;
  bottom: 38px;
  width: min(650px,118%);
  height: 118px;
  transform: translateX(-48%);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 22%, rgba(255,255,255,.16), transparent 38%),
    linear-gradient(180deg,#282b2a 0%,#111413 48%,#090b0b 100%);
  box-shadow:
    0 30px 55px rgba(0,0,0,.42),
    inset 0 2px 0 rgba(255,255,255,.13),
    inset 0 -12px 24px rgba(0,0,0,.54);
}

/* Unscharfes Laborglas im Hintergrund */
.alp-hero-visual-col > .col-inner::after {
  z-index: 0;
  right: 57%;
  bottom: 72px;
  width: 128px;
  height: 330px;
  border: 7px solid rgba(209,230,226,.10);
  border-top: 0;
  border-radius: 10px 10px 54px 54px;
  transform: rotate(3deg);
  filter: blur(1.5px);
  opacity: .66;
}

.alp-hero-vials-image {
  z-index: 3;
  width: 124% !important;
  max-width: 740px !important;
  margin: 0 -11% 42px 0 !important;
  transform: translateX(5%);
}

.alp-hero-vials-image img {
  filter:
    drop-shadow(0 24px 20px rgba(0,0,0,.34))
    drop-shadow(0 5px 8px rgba(25,93,79,.12));
}

/* TRUST STRIP */
.alp-trust-section {
  margin-top: 0 !important;
  background: #fff !important;
  border-bottom: 1px solid var(--alp-line);
}

.alp-trust-section .section-content {
  width: min(calc(100% - 48px), var(--alp-container));
}

.alp-trust-row {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #fff !important;
  backdrop-filter: none !important;
}

.alp-trust-item {
  min-height: 96px;
  padding: 21px 17px !important;
}

.alp-trust-icon {
  color: var(--alp-mint-dark);
}

.alp-trust-copy strong {
  font-size: 9.5px;
  letter-spacing: -.01em;
}

.alp-trust-copy span {
  font-size: 8.5px;
  line-height: 1.45;
}

/* SECTION SPACING wie Mockup */
.alp-catalog-section { padding: 82px 0 82px !important; }
.alp-index-section { padding: 60px 0 66px !important; }
.alp-coa-section-v5 { padding: 76px 0 82px !important; }
.alp-faq-section-v5 {
  padding: 58px 0 62px !important;
  background: linear-gradient(135deg,#07100f 0%,#0a1513 100%) !important;
  color: #fff;
}

.alp-faq-section-v5 .alp-section-title { color:#fff !important; }
.alp-faq-section-v5 .alp-kicker { color:var(--alp-mint) !important; }
.alp-faq-section-v5 .accordion { border-top-color: rgba(255,255,255,.13); }
.alp-faq-section-v5 .accordion-item { border-bottom-color: rgba(255,255,255,.13); }
.alp-faq-section-v5 .accordion-title { color:#fff !important; }
.alp-faq-section-v5 .accordion-title::before {
  border-color: rgba(255,255,255,.48);
  color:#fff;
}
.alp-faq-section-v5 .accordion-inner { color:rgba(255,255,255,.64); }

.alp-footer-v5 {
  border-top: 1px solid rgba(255,255,255,.08);
  background: #07100f !important;
}

/* ============================================================
   V5.2 SEPARATER UX-BLOCK FOOTER + FLATSOME DEFAULT-FOOTER AUS
   ============================================================ */
body.alp-custom-footer-active #footer .footer-1,
body.alp-custom-footer-active #footer .footer-2,
body.alp-custom-footer-active #footer .absolute-footer {
  display: none !important;
}

body.alp-custom-footer-active #footer,
body.alp-custom-footer-active .footer-wrapper {
  margin: 0 !important;
  padding: 0 !important;
  background: #050c0b !important;
}

.alp-bound-footer {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #050c0b;
}

.alp-bound-footer .alp-footer-v5 {
  margin: 0 !important;
}

/* Shortcode-Truststrip liegt in einer normalen Builder-Spalte. */
.alp-trust-section .row,
.alp-trust-section .col,
.alp-trust-section .col-inner {
  width: 100% !important;
  max-width: none !important;
}

.alp-trust-section .col {
  padding: 0 !important;
}

/* V5.2: keine sichtbaren Absätze durch ux_text Wrapper. */
.alp-hero-v5 .ux-text,
.alp-catalog-section .ux-text,
.alp-index-section .ux-text,
.alp-coa-section-v5 .ux-text,
.alp-faq-section-v5 .ux-text,
.alp-footer-v5 .ux-text {
  margin: 0 !important;
}

/* ============================================================
   V5.3 SEPARATER UX-BLOCK HEADER + WORDPRESS MENÜ
   ============================================================ */
body.alp-custom-header-active #header,
body.alp-custom-header-active .header-wrapper,
body.alp-custom-header-active #wide-nav {
  display: none !important;
}

.alp-bound-header {
  position: sticky;
  top: 0;
  z-index: 99990;
  width: 100%;
  background: #050c0b;
}

.admin-bar .alp-bound-header { top: 32px; }

.alp-bound-header .section,
.alp-bound-header .section-content {
  margin: 0 !important;
}

.alp-header-micro-v53 {
  min-height: 30px;
  padding: 0 !important;
  background: #030807 !important;
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.alp-header-micro-row-v53,
.alp-site-header-row-v53 {
  width: min(calc(100% - 48px), 1320px) !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
}

.alp-header-micro-row-v53 > .col,
.alp-site-header-row-v53 > .col { padding-bottom: 0 !important; }

.alp-header-micro-row-v53 .col-inner,
.alp-site-header-row-v53 .col-inner { padding: 0 !important; }

.alp-header-micro-text {
  margin: 0 !important;
  color: rgba(255,255,255,.58) !important;
  font-size: 7.5px !important;
  font-weight: 700 !important;
  line-height: 30px !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  white-space: nowrap;
}

.alp-header-micro-text strong { color: var(--alp-mint) !important; }
.alp-header-micro-right { text-align: right; }

.alp-site-header-v53 {
  padding: 0 !important;
  background: rgba(7,16,15,.97) !important;
  border-bottom: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 8px 30px rgba(0,0,0,.13);
  backdrop-filter: blur(16px);
}

.alp-site-header-row-v53 {
  min-height: 70px;
  align-items: center !important;
}

.alp-header-logo-v53 {
  display: inline-flex;
  flex-direction: column;
  margin: 0;
  color: #fff;
  font-family: var(--alp-font) !important;
  font-size: 22px;
  font-weight: 900;
  line-height: .95;
  letter-spacing: -.045em;
  white-space: nowrap;
}

.alp-header-logo-v53 span { color: var(--alp-mint); }
.alp-header-logo-v53 small {
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,.48);
  font-size: 6px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .22em;
}

.alp-main-nav-v53 { width: 100%; }
.alp-nav-list-v53 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.alp-nav-list-v53 > li { margin: 0 !important; }
.alp-nav-list-v53 > li > a {
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  color: rgba(255,255,255,.72) !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  letter-spacing: .055em !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: color .18s ease;
}
.alp-nav-list-v53 > li > a:hover,
.alp-nav-list-v53 > li.current-menu-item > a,
.alp-nav-list-v53 > li.current_page_item > a { color: var(--alp-mint) !important; }

.alp-nav-toggle-v53 { display: none !important; }

.alp-header-actions-v53 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  min-height: 70px;
}
.alp-header-action-v53 {
  color: rgba(255,255,255,.72) !important;
  font-size: 8px !important;
  font-weight: 700 !important;
  letter-spacing: .05em !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  white-space: nowrap;
}
.alp-header-action-v53:hover { color: var(--alp-mint) !important; }
.alp-cart-action-v53 {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.alp-cart-count-v53 {
  display: grid;
  place-items: center;
  min-width: 21px;
  height: 21px;
  padding: 0 5px;
  border: 1px solid rgba(49,199,165,.42);
  border-radius: 999px;
  color: var(--alp-mint);
  font-size: 8px;
}

@media (max-width: 849px) {
  .admin-bar .alp-bound-header { top: 46px; }
  .alp-header-micro-row-v53,
  .alp-site-header-row-v53 { width: calc(100% - 28px) !important; }
  .alp-header-micro-right { display: none; }
  .alp-header-micro-row-v53 > .col:first-child {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .alp-header-micro-row-v53 > .col:last-child { display: none !important; }
  .alp-header-micro-text { font-size: 6.5px !important; }
  .alp-site-header-row-v53 { min-height: 62px; }
  .alp-header-logo-v53 { font-size: 19px; }
  .alp-header-logo-v53 small { font-size: 5.5px; }
  .alp-header-logo-col-v53 { flex-basis: 50% !important; max-width: 50% !important; }
  .alp-header-nav-col-v53 { flex-basis: 25% !important; max-width: 25% !important; order: 3; }
  .alp-header-actions-col-v53 { flex-basis: 25% !important; max-width: 25% !important; }
  .alp-header-actions-v53 { min-height: 62px; gap: 8px; }
  .alp-header-account-v53 { display: none !important; }
  .alp-header-action-v53 { font-size: 0 !important; }
  .alp-cart-action-v53::before {
    content: 'Bag';
    font-size: 8px;
    color: rgba(255,255,255,.78);
  }
  .alp-nav-toggle-v53 {
    display: inline-flex !important;
    position: relative;
    z-index: 100002;
    width: 36px;
    height: 36px;
    margin-left: auto;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid rgba(255,255,255,.16) !important;
    border-radius: 50% !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .alp-nav-toggle-v53 span {
    width: 14px;
    height: 1px;
    background: #fff;
    transition: transform .18s ease, opacity .18s ease;
  }
  .alp-nav-toggle-v53[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .alp-nav-toggle-v53[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .alp-nav-toggle-v53[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .alp-nav-panel-v53 {
    display: none;
    position: fixed;
    z-index: 100001;
    left: 0;
    right: 0;
    top: 92px;
    padding: 18px 22px 28px;
    background: rgba(5,12,11,.985);
    border-top: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 25px 45px rgba(0,0,0,.26);
  }
  .admin-bar .alp-nav-panel-v53 { top: 138px; }
  .alp-nav-panel-v53.is-open { display: block; }
  .alp-nav-list-v53 {
    display: grid;
    gap: 0;
    justify-content: stretch;
  }
  .alp-nav-list-v53 > li { border-bottom: 1px solid rgba(255,255,255,.08); }
  .alp-nav-list-v53 > li > a {
    width: 100%;
    min-height: 48px;
    justify-content: space-between;
    font-size: 10px !important;
  }
}

/* ============================================================
   V5.3.2 HEADER RENDER SAFETY
   ============================================================ */
/* Der Custom Header muss über dem Content liegen und darf nie von Flatsome abgeschnitten werden. */
.alp-bound-header {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  overflow: visible !important;
}

/* Sobald JS die erfolgreiche Ausgabe bestätigt, normalen Flatsome-Header sicher entfernen. */
html.alp-custom-header-rendered body #header,
html.alp-custom-header-rendered body .header-wrapper,
html.alp-custom-header-rendered body #wide-nav {
  display: none !important;
}

#alp-header-fallback-mount:empty {
  display: none !important;
}

/* ============================================================
   V5.3.3 — HEADER LOGO COMPACT FIX
   AminoLabsPro bleibt in einer Zeile und wirkt dezenter.
   ============================================================ */
.alp-header-logo-v53 {
  display: block !important;
  margin: 0 !important;
  color: #fff !important;
  font-family: var(--alp-font) !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: -.04em !important;
  white-space: nowrap !important;
}

.alp-header-logo-v53 span {
  display: inline !important;
  color: var(--alp-mint) !important;
}

.alp-header-logo-v53 small {
  display: block !important;
  margin-top: 4px !important;
  color: rgba(255,255,255,.42) !important;
  font-size: 5px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: .19em !important;
  white-space: nowrap !important;
}

@media (min-width: 850px) {
  .alp-header-logo-col-v53 {
    flex-basis: 20% !important;
    max-width: 20% !important;
  }

  .alp-header-nav-col-v53 {
    flex-basis: 58% !important;
    max-width: 58% !important;
  }

  .alp-header-actions-col-v53 {
    flex-basis: 22% !important;
    max-width: 22% !important;
  }
}

@media (max-width: 849px) {
  .alp-header-logo-v53 {
    font-size: 16px !important;
  }

  .alp-header-logo-v53 small {
    margin-top: 3px !important;
    font-size: 4.8px !important;
    letter-spacing: .16em !important;
  }
}

/* ============================================================
   V5.3.5 — PRODUCT CARD ARROW ALIGNMENT
   Alle kleinen Produktkarten behalten die gleiche Kartenhöhe.
   Pfeile sitzen unabhängig von Titellänge auf einer Grundlinie.
   ============================================================ */
.alp-product-tile,
.alp-all-products-card {
  display: flex !important;
  flex-direction: column !important;
}

.alp-product-tile-media,
.alp-all-products-media {
  flex: 1 1 auto;
}

.alp-product-tile-footer {
  flex: 0 0 auto;
  min-height: 58px;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
}

.alp-product-tile-footer > div {
  min-width: 0;
  min-height: 42px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.alp-product-tile-footer h3 {
  min-height: 15px;
  line-height: 1.25 !important;
}

.alp-product-tile-footer .alp-round-link {
  align-self: flex-end !important;
  margin-top: auto !important;
  margin-bottom: 0 !important;
}