﻿/* ================================
   Design Tokens
================================ */
:root {
  --bg-1: #0f223a;
  --bg-2: #163a5f;
  --bg-3: #204f7d;
  --glass: rgba(233, 243, 255, 0.16);
  --glass-strong: rgba(233, 243, 255, 0.24);
  --glass-line: rgba(255, 255, 255, 0.34);
  --text: #ecf4ff;
  --muted: #c4d4e8;
  --primary: #84bfff;
  --primary-2: #67a8f2;
  --accent: #8fd8ff;
  --radius: 18px;
  --shadow: 0 22px 45px -30px rgba(4, 12, 26, 0.95);
}

/* ================================
   Base
================================ */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  line-height: 1.6;
  background:
    radial-gradient(circle at 8% 10%, rgba(132, 191, 255, 0.28), transparent 34%),
    radial-gradient(circle at 92% 0%, rgba(143, 216, 255, 0.2), transparent 32%),
    linear-gradient(145deg, var(--bg-1), var(--bg-2) 48%, var(--bg-3));
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}


body::before {
  content: "";
  position: fixed;
  left: 50%;
  top: 54%;
  width: min(78vmin, 860px);
  aspect-ratio: 1 / 1;
  transform: translate(-50%, -50%);
  background: url("Lencomm_logo_nowe_png.png") center / contain no-repeat;
  opacity: 0.16;
  filter: blur(10px) saturate(125%);
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
}

/* ================================
   Footer
================================ */

main,
.site-footer {
  position: relative;
  z-index: 1;
}
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: #e8f3ff;
  color: #05203f;
  padding: 0.7rem 1rem;
  z-index: 1000;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.professional-gate {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  background: rgba(3, 10, 22, 0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.professional-gate[hidden] {
  display: none;
}

.professional-gate__dialog {
  width: min(100%, 760px);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(18, 44, 74, 0.96), rgba(11, 27, 48, 0.98)),
    rgba(9, 22, 39, 0.96);
  box-shadow: 0 30px 80px -42px rgba(0, 0, 0, 0.95);
}

.professional-gate__eyebrow {
  margin: 0 0 1rem;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.professional-gate__title,
.professional-gate__statement {
  margin: 0;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
  text-transform: uppercase;
  color: #f7fbff;
}

.professional-gate__statement {
  margin-top: 1.5rem;
}

.professional-gate__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.75rem;
}

.professional-gate__actions .btn {
  min-height: 3.3rem;
  padding-inline: 1.35rem;
  text-align: center;
}

.professional-gate__actions .btn-ghost {
  background: rgba(255, 255, 255, 0.06);
}

.container {
  width: min(1120px, 92vw);
  margin-inline: auto;
}

/* ================================
   Header / Navigation
================================ */

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  backdrop-filter: blur(16px) saturate(135%);
  -webkit-backdrop-filter: blur(16px) saturate(135%);
  background: rgba(10, 25, 45, 0.48);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 112px;
  gap: 1.2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: inherit;
  text-decoration: none;
}


.brand-logo {
  width: 128px;
  height: 128px;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  padding: 0;
  border: 0;
}
.brand-text {
  display: grid;
  line-height: 1.08;
}

.brand-text strong {
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 1.45rem;
  color: #f4f9ff;
}

.brand-text small {
  font-size: 1rem;
  color: var(--muted);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.26rem;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-decoration: none;
  color: #e8f2ff;
  font-weight: 600;
  min-height: 2.9rem;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.36rem 1rem;
  transition:
    transform 0.22s cubic-bezier(0.22, 0.61, 0.36, 1),
    color 0.22s ease,
    background-color 0.22s ease,
    box-shadow 0.22s ease;
}

@media (hover: hover) and (pointer: fine) {
  .main-nav a:hover,
  .main-nav a:focus-visible {
    transform: translateY(-2px);
    color: #ffffff;
    background: rgba(233, 243, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 10px 20px -16px rgba(5, 16, 34, 0.95);
  }
}

.main-nav a[aria-current="page"] {
  color: #ffffff;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  position: relative;
}

.nav-dropdown-trigger::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 0.7rem;
}

.nav-dropdown-trigger::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-0.08rem) rotate(45deg);
  transition: transform 0.2s ease;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 0.1rem);
  left: 0;
  min-width: 240px;
  padding: 0.45rem;
  display: grid;
  gap: 0.28rem;
  background: rgba(8, 24, 45, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  box-shadow: 0 18px 40px -24px rgba(2, 10, 24, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 30;
}

.nav-dropdown-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -0.7rem;
  height: 0.8rem;
}

.nav-dropdown-menu a {
  justify-content: flex-start;
  padding: 0.58rem 0.82rem;
  border-radius: 12px;
  white-space: nowrap;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-dropdown:hover .nav-dropdown-trigger::after,
.nav-dropdown:focus-within .nav-dropdown-trigger::after,
.nav-dropdown.open .nav-dropdown-trigger::after {
  transform: translateY(0.06rem) rotate(225deg);
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 4px 0;
  background: #edf5ff;
}

/* ================================
   Buttons
================================ */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(162, 210, 255, 0.72), rgba(130, 190, 255, 0.66));
  color: #02162d;
  font-weight: 800;
  text-decoration: none;
  padding: 0.8rem 1.25rem;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-shadow: 0 14px 30px -20px rgba(8, 22, 44, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px -20px rgba(8, 22, 44, 1);
  background: linear-gradient(135deg, rgba(181, 220, 255, 0.8), rgba(149, 201, 255, 0.76));
}

.btn-white-text {
  color: #ffffff;
  white-space: nowrap;
}

.download-icon {
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
}

.btn-ghost {
  background: rgba(233, 243, 255, 0.24);
  color: #ecf4ff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: none;
}

.btn-sm {
  padding: 0.7rem 1.2rem;
  font-size: 1.06rem;
}

.main-nav .btn-sm {
  min-height: 2.9rem;
  background: rgba(233, 243, 255, 0.34);
  color: #f2f8ff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 10px 26px -18px rgba(2, 10, 24, 0.85);
}

.main-nav .btn-sm:hover,
.main-nav .btn-sm:focus-visible {
  background: rgba(233, 243, 255, 0.42);
  color: #ffffff;
}

/* ================================
   Hero & Page Intro
================================ */

.hero {
  padding: clamp(3rem, 6vw, 5.5rem) 0 2.4rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2rem;
  align-items: center;
}

.page-hero {
  padding: clamp(2.2rem, 5vw, 4rem) 0 1.6rem;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1rem;
  font-size: 1.08rem;
  color: var(--muted);
}

.breadcrumbs a {
  color: #d8ebff;
  text-decoration: none;
  font-weight: 700;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 0.4rem;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background: rgba(233, 243, 255, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #e6f2ff;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

h1,
h2,
h3 {
  font-family: "Sora", "Segoe UI", sans-serif;
  line-height: 1.2;
  margin-top: 0;
}

h1 {
  font-size: clamp(1.9rem, 5vw, 3.2rem);
  margin-bottom: 1rem;
}

h2 {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  margin-bottom: 1rem;
}

.lead {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: var(--muted);
  max-width: 60ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.hero-metrics {
  list-style: none;
  padding: 0;
  margin: 1.7rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.hero-metrics li,
.card,
.timeline,
.benefits article,
.contact-form,
.map-embed,
.cta-strip-wrap {
  background: var(--glass);
  border: 1px solid var(--glass-line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
}

.hero-metrics li {
  position: relative;
  padding: 1.1rem 1rem 1rem;
  overflow: hidden;
}

.hero-metrics li::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, rgba(164, 213, 255, 0.9), rgba(120, 187, 255, 0.8));
}

.hero-metrics strong {
  display: block;
  margin: 0 0 0.75rem;
  font-size: 1.06rem;
  line-height: 1.2;
}

.hero-metrics span {
  display: block;
  margin: 0.4rem 0 0.1rem;
  color: #dbecff;
}

.hero-panel {
  position: relative;
  min-height: 420px;
  border-radius: 26px;
  background:
    linear-gradient(150deg, rgba(11, 33, 58, 0.86), rgba(26, 72, 116, 0.76)),
    radial-gradient(circle at 10% 12%, rgba(184, 220, 255, 0.2), transparent 35%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px) saturate(130%);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
}

.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(1px);
}

.orb-1 {
  width: 180px;
  height: 180px;
  background: rgba(143, 216, 255, 0.25);
  top: -25px;
  left: -25px;
}

.orb-2 {
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.18);
  top: 70px;
  right: -40px;
}

.orb-3 {
  width: 220px;
  height: 220px;
  background: rgba(17, 45, 76, 0.42);
  bottom: -75px;
  left: 40px;
}

.panel-card {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: min(320px, calc(100% - 2rem));
  padding: 1.2rem;
  border-radius: 16px;
  background: rgba(232, 244, 255, 0.86);
  color: #072243;
}

.hero-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1rem 5rem;
  background: linear-gradient(180deg, rgba(8, 26, 46, 0.18), rgba(8, 26, 46, 0.5));
}

.hero-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.hero-video-controls {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: flex;
  gap: 0.55rem;
  align-items: center;
  padding: 0.45rem;
  border-radius: 999px;
  background: rgba(7, 27, 49, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.hero-video-button {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #f4f9ff;
  border-radius: 999px;
  padding: 0.7rem;
  font: inherit;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.hero-video-button:hover,
.hero-video-button:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.55);
  transform: translateY(-1px);
}

.hero-video-icon-button {
  width: 3rem;
  height: 3rem;
  display: inline-grid;
  place-items: center;
}

.hero-video-icon {
  width: 1.28rem;
  height: 1.28rem;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-video-icon-play,
.hero-video-icon-volume-on,
.hero-video-icon-volume-off {
  display: none;
}

.hero-video-button.is-paused .hero-video-icon-play,
.hero-video-button.is-muted .hero-video-icon-volume-off,
.hero-video-button:not(.is-muted) .hero-video-icon-volume-on {
  display: block;
}

.hero-video-button.is-paused .hero-video-icon-pause {
  display: none;
}

.section {
  padding: clamp(3.4rem, 6vw, 5.6rem) 0;
}

.offer-product-section + .offer-product-section {
  padding-top: clamp(1.2rem, 2.5vw, 2.2rem);
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.is-visible,
  .banner-reveal .home-banner-image,
  .banner-reveal.is-visible .home-banner-image {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

.cards {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.card {
  padding: 1.15rem;
}

.text-link {
  color: #dff0ff;
  text-decoration: none;
  font-weight: 700;
}

.text-link:hover,
.text-link:focus-visible {
  text-decoration: underline;
}

.section-alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.08));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.5rem;
  align-items: start;
}

.timeline {
  padding: 1.2rem;
}

.timeline ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.8rem;
}

.timeline li {
  display: grid;
  gap: 0.25rem;
  color: var(--muted);
}

.timeline span {
  font-weight: 800;
  color: #f0f8ff;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.2rem;
}

.benefits article {
  padding: 1.1rem;
}
/* Unified tile style for subpages */
.cards > .card:not(.path-card),
.benefits article {
  position: relative;
  padding: 1.1rem 1rem 1rem;
  overflow: hidden;
}

.cards > .card:not(.path-card)::before,
.benefits article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, rgba(164, 213, 255, 0.9), rgba(120, 187, 255, 0.8));
}

.cards > .card:not(.path-card) h3,
.benefits article h3 {
  margin: 0 0 0.75rem;
  font-size: 1.06rem;
}

.cards > .card:not(.path-card) p,
.benefits article p {
  margin: 0.4rem 0 0.8rem;
}

.cta {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.08));
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.4rem;
  align-items: start;
}

.cta-strip-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem;
}

.cta-strip-wrap h2 {
  margin: 0;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 1.1rem 0 0;
  display: grid;
  gap: 0.6rem;
}

.map-embed {
  margin-top: 1rem;
  padding: 0.9rem;
}

.map-embed h3 {
  margin: 0 0 0.3rem;
}

.map-embed p {
  margin: 0 0 0.8rem;
  color: var(--muted);
}

.map-embed iframe {
  width: 100%;
  min-height: 280px;
  border: 0;
  border-radius: 10px;
}

.contact-form {
  padding: 1.25rem 1.25rem 0.35rem;
}

.contact-form label {
  display: block;
  font-weight: 700;
  margin: 0.45rem 0 0.22rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 10px;
  padding: 0.75rem 0.85rem;
  font: inherit;
  color: #f1f7ff;
  background: rgba(255, 255, 255, 0.08);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(132, 191, 255, 0.35);
  border-color: rgba(132, 191, 255, 0.6);
}

/* ================================
   Footer
================================ */

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(8, 21, 38, 0.45);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 1.2rem 0;
}

.footer-wrap p {
  margin: 0;
  color: var(--muted);
}

.footer-wrap a {
  color: #dff0ff;
  font-weight: 700;
  text-decoration: none;
}

.legal-note {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 0.3rem;
  padding: 0.9rem 0 1.2rem;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.legal-note p {
  margin: 0.35rem 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.lang-switch {
  position: relative;
  margin-left: 0;
}

.site-search {
  position: relative;
}

.search-launch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  min-height: 2.9rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  background: rgba(233, 243, 255, 0.16);
  color: #edf5ff;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-shadow: 0 10px 26px -18px rgba(2, 10, 24, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.search-launch svg {
  width: 1.08rem;
  height: 1.08rem;
}

.search-launch:hover,
.search-launch:focus-visible {
  transform: translateY(-1px);
  background: rgba(233, 243, 255, 0.42);
  color: #ffffff;
  box-shadow: 0 16px 30px -20px rgba(8, 22, 44, 1);
}

.search-launch:focus-visible {
  outline: 2px solid rgba(132, 191, 255, 0.45);
  border-color: rgba(132, 191, 255, 0.75);
}

.search-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  width: min(360px, 86vw);
  padding: 0.75rem;
  background: rgba(10, 29, 52, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 0.7rem;
  z-index: 1000;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px) scale(0.98);
  transform-origin: top right;
  transition: opacity 0.2s ease, transform 0.22s ease, visibility 0.22s ease;
}

.site-search.open .search-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.search-input {
  width: 100%;
  padding: 0.82rem 0.95rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(233, 243, 255, 0.1);
  color: #edf5ff;
  font: inherit;
}

.search-input::placeholder {
  color: rgba(237, 245, 255, 0.72);
}

.search-results {
  display: grid;
  gap: 0.35rem;
}

.search-results a,
.search-empty {
  display: block;
  padding: 0.7rem 0.82rem;
  border-radius: 12px;
  text-decoration: none;
}

.search-results a {
  color: #edf5ff;
  background: rgba(233, 243, 255, 0.08);
}

.search-results a strong {
  display: block;
  font-size: 0.98rem;
}

.search-results a span {
  display: block;
  margin-top: 0.18rem;
  color: rgba(237, 245, 255, 0.72);
  font-size: 0.84rem;
}

.search-results mark {
  background: rgba(162, 210, 255, 0.38);
  color: #ffffff;
  padding: 0 0.12rem;
  border-radius: 0.28rem;
}

.search-results a:hover,
.search-results a:focus-visible {
  background: rgba(233, 243, 255, 0.18);
}

.search-empty {
  color: rgba(237, 245, 255, 0.78);
  background: rgba(233, 243, 255, 0.06);
}

.lang-button {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.9rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  padding: 0.46rem 0.78rem;
  background: rgba(233, 243, 255, 0.16);
  color: #edf5ff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-shadow: 0 10px 26px -18px rgba(2, 10, 24, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.lang-button img,
.lang-menu img {
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.lang-button:hover,
.lang-button:focus-visible {
  transform: translateY(-1px);
  background: rgba(233, 243, 255, 0.42);
  color: #ffffff;
  box-shadow: 0 16px 30px -20px rgba(8, 22, 44, 1);
}

.lang-button:focus-visible {
  outline: 2px solid rgba(132, 191, 255, 0.45);
  border-color: rgba(132, 191, 255, 0.75);
}

.lang-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  min-width: 152px;
  background: rgba(10, 29, 52, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 0.3rem;
  display: none;
  z-index: 1000;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.lang-switch.open .lang-menu {
  display: block;
}

.lang-menu a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  padding: 0.54rem 0.6rem;
  border-radius: 8px;
  text-decoration: none;
  color: #edf5ff;
  font-size: 1.08rem;
}

.lang-menu a:hover,
.lang-menu a:focus-visible {
  background: rgba(233, 243, 255, 0.18);
}

/* ================================
   Responsive
================================ */

@media (max-width: 980px) {
  .hero-grid,
  .cards,
  .about-grid,
  .benefits,
  .cta-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-panel {
    min-height: 340px;
  }
}

@media (max-width: 760px) {
  .brand-logo {
    width: 72px;
    height: 72px;
  }

    .brand {
    gap: 0.72rem;
  }

  .brand-text {
    line-height: 1.05;
  }

  .brand-text strong {
    font-size: 1.08rem;
  }

  .brand-text small {
    font-size: 0.78rem;
  }

  .nav-wrap {
    min-height: 98px;
  }

  .nav-toggle {
    display: inline-block;
  }

  .main-nav {
    position: absolute;
    inset: 78px 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.8rem 4vw 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(8, 24, 45, 0.86);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav .btn {
    text-align: center;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown-menu {
    position: static;
    min-width: 0;
    margin-top: 0.38rem;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    display: none;
  }

  .nav-dropdown.open .nav-dropdown-menu {
    display: grid;
  }

  .hero-grid,
  .about-grid,
  .benefits,
  .cta-grid,
  .hero-metrics,
  .cards {
    grid-template-columns: 1fr;
  }

  .cta-strip-wrap {
    display: grid;
  }

  .lang-switch {
    margin-left: 0;
  }

  .site-search {
    width: 100%;
  }

  .search-launch {
    width: 100%;
    justify-content: center;
    border-radius: 999px;
  }

  .search-panel {
    position: static;
    width: 100%;
    margin-top: 0.45rem;
  }

  .lang-menu {
    position: static;
    width: 100%;
    margin-top: 0.45rem;
  }

  .section {
    padding: 3.2rem 0;
  }

  .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto;
  }
}
.product-showcase {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1rem;
  align-items: stretch;
  margin-top: 1rem;
}

.product-image-wrap {
  margin: 0;
  padding: 1rem;
  border-radius: var(--radius);
  background: var(--glass-strong);
  border: 1px solid var(--glass-line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
  display: grid;
  place-items: center;
}

.product-image {
  width: min(100%, 420px);
  height: auto;
  object-fit: contain;
  border-radius: 12px;
}

.product-image-endoscopic {
  width: min(100%, 420px);
  aspect-ratio: 231 / 127;
  object-fit: cover;
  object-position: 52% center;
}

.product-copy {
  margin: 0;
}

.product-more-btn {
  color: #ffffff;
  white-space: nowrap;
}
.product-placeholder {
  width: min(100%, 420px);
  display: grid;
  gap: 0.9rem;
  align-content: center;
  text-align: left;
  color: #ffffff;
}

.product-placeholder-icon {
  place-items: center;
}

.product-icon {
  width: min(100%, 220px);
  height: auto;
  stroke: #e9f3ff;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-icon circle,
.product-icon path {
  vector-effect: non-scaling-stroke;
}

.product-icon-elisa circle:first-child {
  stroke: rgba(143, 216, 255, 0.65);
}

.product-icon-elisa circle:last-child,
.product-icon-elisa path,
.product-icon-gyne path,
.product-icon-forensic circle,
.product-icon-forensic path,
.product-icon-reagents path,
.product-icon-cellabs circle,
.product-icon-cellabs path {
  stroke: #f5fbff;
}
.product-placeholder-title {
  margin: 0;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: clamp(1.45rem, 2.2vw, 1.95rem);
  line-height: 1.2;
}
.product-placeholder-text {
  margin: 0;
  color: var(--muted);
}

@media (max-width: 760px) {
.product-more-btn {
  margin-top: 0.9rem;
}

.product-details-wrap {
  display: grid;
  gap: 1rem;
}

.product-banner-wrap {
  margin: 0;
  padding: 1rem;
  border-radius: var(--radius);
  background: var(--glass-strong);
  border: 1px solid var(--glass-line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
}

.product-banner {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.product-details-copy {
  box-sizing: border-box;
  padding: 1.2rem;
  font-size: 1.08rem;
  line-height: 1.82;
}

.product-details-copy p {
  margin: 0 0 1rem;
}

.product-details-copy ul {
  margin: 0 0 1rem 1.2rem;
  padding: 0;
}

.product-details-copy li {
  margin: 0 0 0.4rem;
}

.product-details-copy p:last-child {
  margin-bottom: 0;
}

.product-details-copy h2 {
  margin: 0 0 0.75rem;
}

.product-details-copy h3 {
  margin: 1.35rem 0 0.55rem;
  color: #f2f8ff;
}

.gold-variants {
  display: grid;
  gap: 48px;
}

.gold-variants-intro {
  padding: 1.2rem;
}

.gold-variant-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 48px;
}

.gold-variant-spacer {
  display: block;
  height: 48px;
  flex: 0 0 auto;
}

.gold-variant-card {
  min-width: 0;
  box-sizing: border-box;
  display: grid;
  align-content: start;
  overflow: hidden;
  box-shadow: 0 12px 26px -24px rgba(4, 12, 26, 0.95);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.gold-variant-card:hover,
.gold-variant-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(173, 216, 255, 0.48);
  box-shadow: 0 28px 60px rgba(5, 19, 43, 0.36);
}

.gold-variant-summary {
  display: grid;
  gap: 0.85rem;
  min-height: 260px;
  padding: 1.35rem 1.35rem 1rem;
}

.gold-variant-card h3 {
  margin: 0;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: clamp(1.75rem, 2.8vw, 2.4rem);
  line-height: 1.15;
}

.gold-variant-lead {
  margin: 0;
  color: #dbe9f8;
  line-height: 1.7;
}

.gold-variant-toggle {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  color: #f8fbff;
}

.gold-variant-toggle::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: rgba(248, 251, 255, 0.14);
  transition: transform 220ms ease;
}

.gold-variant-card:hover .gold-variant-toggle::after,
.gold-variant-card:focus-within .gold-variant-toggle::after {
  transform: rotate(45deg);
}

.gold-variant-body {
  display: grid;
  gap: 0.9rem;
  max-height: 0;
  padding: 0 1.35rem 0;
  overflow: hidden;
  opacity: 0;
  color: #dbe9f8;
  line-height: 1.7;
  transition: max-height 260ms ease, opacity 220ms ease, padding 220ms ease;
}

.gold-variant-card:hover .gold-variant-body,
.gold-variant-card:focus-within .gold-variant-body {
  max-height: 420px;
  padding: 0 1.35rem 1.35rem;
  opacity: 1;
}

.gold-variant-body p,
.gold-variant-body ul {
  margin: 0;
}

.gold-variant-body ul {
  padding-left: 1.2rem;
}

.gold-variant-body li + li {
  margin-top: 0.45rem;
}

}

.about-modern {
  position: relative;
}

.about-modern-head {
  margin-bottom: 1rem;
}

.about-modern-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 1rem;
  align-items: stretch;
}

.about-modern-copy {
  padding: 1.2rem;
  font-size: 1.04rem;
  line-height: 1.78;
  background: rgba(11, 28, 48, 0.64);
  border: 1px solid rgba(214, 233, 252, 0.34);
}

.about-modern-copy p {
  margin: 0 0 1rem;
  color: #eaf4ff;
}

.about-modern-copy p:last-child {
  margin-bottom: 0;
}

.about-modern-side {
  display: grid;
  gap: 1rem;
}

.about-modern-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 1rem;
  border-radius: var(--radius);
  background: var(--glass-strong);
  border: 1px solid var(--glass-line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
}

.about-modern-pills span {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.66rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.85rem;
  color: #f1f8ff;
  background: rgba(233, 243, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.about-modern-orb {
  min-height: 210px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 20% 20%, rgba(150, 211, 255, 0.35), transparent 32%),
    radial-gradient(circle at 75% 30%, rgba(189, 229, 255, 0.22), transparent 35%),
    linear-gradient(145deg, rgba(233, 243, 255, 0.18), rgba(233, 243, 255, 0.08));
  border: 1px solid var(--glass-line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  position: relative;
  overflow: hidden;
}

.about-modern-orb i {
  position: absolute;
  display: block;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.about-modern-orb i:nth-child(1) {
  width: 170px;
  height: 170px;
  left: -34px;
  bottom: -44px;
}

.about-modern-orb i:nth-child(2) {
  width: 110px;
  height: 110px;
  right: 18px;
  top: 22px;
}

.about-modern-orb i:nth-child(3) {
  width: 66px;
  height: 66px;
  right: 96px;
  bottom: 28px;
}

/* ================================
   Responsive
================================ */

@media (max-width: 980px) {
  .about-modern-grid {
    grid-template-columns: 1fr;
  }
}
.about-modern-media {
  margin: 0;
  padding: 0.9rem;
  border-radius: var(--radius);
  background: var(--glass-strong);
  border: 1px solid var(--glass-line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
}

.about-modern-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.org-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.org-card {
  padding: 1rem;
}

.org-card h3 {
  margin-bottom: 0.75rem;
}

.org-card p {
  margin: 0.35rem 0;
}

.org-card a {
  color: #eaf5ff;
  text-decoration: none;
  font-weight: 700;
}

.org-card a:hover,
.org-card a:focus-visible {
  text-decoration: underline;
}

/* ================================
   Responsive
================================ */

@media (max-width: 980px) {
  .org-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
.cta-grid {
  align-items: stretch;
}

.contact-map-col {
  display: flex;
  height: 100%;
}

.contact-map-col .map-embed {
  width: 100%;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  min-height: 400px;
}

.contact-map-col .map-embed iframe {
  flex: 1;
  min-height: 0;
  height: 100%;
}

.contact-form {
  min-height: 400px;
}

}

@media (max-width: 760px) {
.org-structure .eyebrow {
  font-size: 0.96rem;
  padding: 0.42rem 0.9rem;
  letter-spacing: 0.04em;
}

.org-structure .container > h2 {
  margin-top: 0.45rem;
}

.org-card {
  position: relative;
  padding: 1.1rem 1rem 1rem;
  overflow: hidden;
}

.org-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, rgba(164, 213, 255, 0.9), rgba(120, 187, 255, 0.8));
}

.org-card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.06rem;
}

.org-card p {
  margin: 0.4rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.org-card p::before {
  content: "•";
  color: #9ed2ff;
  font-size: 1rem;
  line-height: 1;
}

.org-card a {
  color: #f2f8ff;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.org-card a:hover,
.org-card a:focus-visible {
  text-decoration: underline;
}
}
.contact-paths .cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.contact-paths .path-card {
  position: relative;
  padding: 1.1rem 1rem 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.contact-paths .path-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, rgba(164, 213, 255, 0.9), rgba(120, 187, 255, 0.8));
}

.contact-paths .path-card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.06rem;
}

.contact-paths .path-card p {
  margin: 0.4rem 0 0.8rem;
}

.contact-paths .text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 800;
  color: #f2f8ff;
  margin-top: auto;
}

/* ================================
   Responsive
================================ */

@media (max-width: 980px) {
  .contact-paths .cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
.org-card p::before {
  content: none;
}

.org-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.org-card a[href^="tel:"]::before,
.org-card a[href^="mailto:"]::before {
  width: 0.95rem;
  height: 0.95rem;
  display: inline-block;
  flex: 0 0 0.95rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.org-card a[href^="tel:"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.5 3.5c.4-.9 1.5-1.3 2.4-.9l2 1c.8.4 1.2 1.4.9 2.3l-.8 2.1a1.5 1.5 0 0 0 .3 1.5l2.1 2.1c.4.4 1 .5 1.5.3l2.1-.8c.9-.3 1.9.1 2.3.9l1 2c.4.9 0 2-.9 2.4l-1.3.6c-1.7.8-3.7.9-5.5.2a18.7 18.7 0 0 1-8.7-8.7A6.6 6.6 0 0 1 3.4 6.2l.6-1.3z' stroke='%239ed2ff' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.org-card a[href^="mailto:"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3.2' y='5.5' width='17.6' height='13' rx='2.2' stroke='%239ed2ff' stroke-width='1.7'/%3E%3Cpath d='M4.5 7l7.5 5.7L19.5 7' stroke='%239ed2ff' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
}
.panel-list {
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.4rem;
}

.panel-list li {
  font-size: 1.08rem;
  color: #0b2a4c;
  position: relative;
  padding-left: 1rem;
}

.panel-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: #4f95e3;
}

.home-paths .cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.home-paths .path-card {
  position: relative;
  padding: 1.1rem 1rem 1rem;
  overflow: hidden;
}

.home-paths .path-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.home-paths .path-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, rgba(164, 213, 255, 0.9), rgba(120, 187, 255, 0.8));
}

.home-paths .path-card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.06rem;
}

.home-paths .path-card p {
  margin: 0.4rem 0 0.8rem;
}

.home-paths .text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 800;
  color: #f2f8ff;
}

.home-trust-wrap {
  display: grid;
  gap: 0.9rem;
}

.trust-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.trust-points span {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  background: rgba(233, 243, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #f2f8ff;
  font-weight: 700;
  font-size: 0.87rem;
}

/* ================================
   Responsive
================================ */

@media (max-width: 980px) {
  .home-paths .cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
.home-banner-wrap {
  margin-top: 0.2rem;
  padding: 0.8rem;
  border-radius: calc(var(--radius) + 2px);
  background: var(--glass-strong);
  border: 1px solid var(--glass-line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
}

.home-banner-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
}
.banner-reveal .home-banner-image {
  opacity: 0;
  transform: translateY(14px) scale(0.97);
  filter: blur(8px) saturate(108%);
  transition: transform 0.7s ease, opacity 0.7s ease, filter 0.7s ease;
}

.banner-reveal.is-visible .home-banner-image {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0) saturate(100%);
}

.about-modern {
  overflow: hidden;
}

.about-modern::before {
  content: "";
  position: absolute;
  inset: -20% -15% auto auto;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(160, 215, 255, 0.22), transparent 65%);
  pointer-events: none;
}

.about-modern-stats {
  display: grid;
  gap: 0.7rem;
}

.about-modern-stats article {
  padding: 0.9rem;
  border-radius: 14px;
  background: rgba(233, 243, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: var(--shadow);
}

.about-modern-stats strong {
  display: block;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 1.45rem;
  line-height: 1;
  margin-bottom: 0.25rem;
  color: #f4faff;
}

.about-modern-stats span {
  color: #d9eaff;
  font-size: 1.08rem;
  font-weight: 700;
}
















/* ================================
   Layout Fixes (Banner / Contact / Product)
================================ */

/* Bottom banner centered and visually consistent on desktop */
.home-banner-wrap {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0.8rem;
  border-radius: calc(var(--radius) + 2px);
  background: var(--glass-strong);
  border: 1px solid var(--glass-line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
}

.home-banner-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
}

/* Contact map and form same card height */
.cta-grid {
  align-items: stretch;
}

.contact-map-col,
.contact-form {
  min-height: 400px;
}

.contact-map-col {
  display: flex;
}

.contact-map-col .map-embed {
  width: 100%;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.contact-map-col .map-embed iframe {
  flex: 1;
  min-height: 0;
  height: 100%;
}

.contact-form {
  display: flex;
  flex-direction: column;
}

/* Gold page banner centered and slightly reduced */
.product-details-wrap {
  display: grid;
  gap: 1rem;
  justify-items: center;
}

.product-details-wrap > .product-hero-media,
.product-details-wrap > .product-details-copy {
  width: 100%;
  margin-inline: auto;
}

.product-details-wrap > .endo-picker {
  width: 100%;
  margin-inline: auto;
}

.product-hero-media {
  margin: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-self: start;
  height: fit-content;
  line-height: 0;
  padding: 1rem;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--glass-strong);
  border: 1px solid var(--glass-line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
}
.product-hero-media-text {
  line-height: 1.6;
  align-items: center;
}
.product-hero-placeholder {
  width: 100%;
  display: grid;
  gap: 1rem;
  padding: clamp(1rem, 2vw, 1.5rem);
}
.product-hero-placeholder h2,
.product-hero-placeholder p {
  margin: 0;
}
.product-hero-placeholder h2 {
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: clamp(1.75rem, 2.8vw, 2.4rem);
  line-height: 1.15;
}
.product-hero-placeholder p:last-child {
  color: var(--muted);
}

.forensic-swab-thumbnail {
  width: min(220px, 100%);
  height: auto;
  justify-self: center;
  display: block;
  border-radius: 18px;
  background: rgba(236, 248, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 36px rgba(4, 17, 35, 0.22);
}

.product-hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
}

.product-hero-image-wide {
  aspect-ratio: 1901 / 722;
  max-height: none;
}

.product-hero-image-full {
  aspect-ratio: auto;
  object-fit: contain;
  max-height: none;
}


.product-hero-image-standard {
  width: 100%;
  aspect-ratio: 1901 / 722;
  max-height: none;
}

.product-banner-wrap {
  margin:  0;
  width: 100%;
  padding: 1rem;
  border-radius: var(--radius);
  background: var(--glass-strong);
  border: 1px solid var(--glass-line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
}

.product-banner {
  width: 100%;
  max-height: 420px;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 12px;
}

.product-banner-endoscopic {
  aspect-ratio: 16 / 9;
  max-height: none;
}

@media (max-width: 760px) {
  .gold-variant-grid {
    display: flex;
    flex-direction: column;
  }

  .gold-variant-spacer {
    height: 24px;
  }

  .gold-variant-summary {
    min-height: auto;
  }

  .home-banner-wrap,
  .product-banner-wrap {
    width: 100%;
  }

  .contact-map-col,
  .contact-form {
    min-height: 400px;
  }

  .product-banner {
    max-height: 300px;
  }

  .product-image-endoscopic,
  .product-banner-endoscopic {
    aspect-ratio: 4 / 3;
  }

  .product-hero-image-wide,
  .product-hero-image-standard {
    aspect-ratio: 4 / 3;
    max-height: 300px;
    width: 100%;
  }

  .product-hero-image-full {
    aspect-ratio: auto;
    max-height: none;
    width: 100%;
  }

  .product-image-endoscopic {
    width: min(100%, 320px);
  }
}

/* Endoscopy interactive catalog */
.endo-picker {
  padding: clamp(1.15rem, 2vw, 1.6rem);
}

.endo-picker-head p:last-child {
  margin-bottom: 0;
}

.endo-picker-controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.endo-picker-field {
  display: grid;
  gap: 0.45rem;
}

.endo-picker-field span {
  font-weight: 800;
  color: #f4f8ff;
}

.endo-picker-field select {
  width: 100%;
  min-height: 3.2rem;
  padding: 0.82rem 2.9rem 0.82rem 0.95rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(233, 243, 255, 0.1), rgba(233, 243, 255, 0.08)),
    rgba(10, 29, 52, 0.9);
  color: #edf5ff;
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(237, 245, 255, 0.92) 50%),
    linear-gradient(135deg, rgba(237, 245, 255, 0.92) 50%, transparent 50%);
  background-position:
    calc(100% - 1.15rem) calc(50% - 0.14rem),
    calc(100% - 0.82rem) calc(50% - 0.14rem);
  background-size: 0.42rem 0.42rem, 0.42rem 0.42rem;
  background-repeat: no-repeat;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.endo-picker-field select:focus-visible {
  outline: 2px solid rgba(132, 191, 255, 0.45);
  border-color: rgba(132, 191, 255, 0.75);
}

.endo-picker-field select option {
  background: rgba(10, 29, 52, 0.98);
  color: #edf5ff;
}

.endo-picker-field select:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.endo-picker-selection {
  margin-top: 1rem;
  padding: 0.75rem 0.95rem;
  border-radius: 999px;
  background: rgba(123, 193, 255, 0.12);
  border: 1px solid rgba(158, 210, 255, 0.18);
  color: #eaf6ff;
  font-weight: 700;
}

.endo-picker-panel {
  margin-top: 1rem;
}

.endo-picker-empty,
.endo-picker-result {
  border-radius: 22px;
  border: 1px solid rgba(181, 216, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(87, 129, 175, 0.24), rgba(39, 74, 119, 0.18)),
    rgba(9, 29, 57, 0.56);
  padding: clamp(1rem, 2vw, 1.35rem);
}

.endo-picker-empty strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.05rem;
}

.endo-picker-empty p {
  margin: 0;
  color: #dcecff;
}

.endo-picker-result-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.endo-picker-kicker {
  margin: 0 0 0.35rem;
  color: var(--accent-2);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.endo-picker-result h3 {
  margin: 0;
}

.endo-picker-subtitle {
  margin: 0.4rem 0 0;
  color: #dcecff;
}

.endo-picker-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex: 0 0 auto;
}

.endo-picker-cta-icon {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 1.15rem;
}

.endo-picker-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 1rem 0 0;
}

.endo-picker-specs div {
  padding: 0.85rem 0.95rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(181, 216, 255, 0.16);
}

.endo-picker-specs dt {
  margin: 0 0 0.2rem;
  color: #c5e5ff;
  font-size: 0.82rem;
  font-weight: 700;
}

.endo-picker-specs dd {
  margin: 0;
  color: #ffffff;
  font-weight: 800;
  line-height: 1.45;
}

.endo-picker-note {
  margin: 1rem 0 0;
  padding: 0.85rem 0.95rem;
  border-left: 3px solid rgba(158, 210, 255, 0.55);
  border-radius: 14px;
  background: rgba(158, 210, 255, 0.08);
  color: #e7f4ff;
}

.endo-inquiry-panel {
  margin-top: 1rem;
  padding: 1rem 1.05rem;
  border-radius: 22px;
  border: 1px solid rgba(181, 216, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(87, 129, 175, 0.18), rgba(39, 74, 119, 0.14)),
    rgba(9, 29, 57, 0.48);
}

.endo-inquiry-title {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 1rem;
  color: #f4f8ff;
}

.endo-inquiry-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.endo-inquiry-item {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.72rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(181, 216, 255, 0.18);
}

.endo-inquiry-item-label {
  color: #ffffff;
  font-weight: 700;
}

.endo-inquiry-remove {
  width: 1.9rem;
  height: 1.9rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
}

.endo-inquiry-remove:hover,
.endo-inquiry-remove:focus-visible {
  background: rgba(158, 210, 255, 0.24);
  outline: none;
}

.endo-inquiry-empty {
  margin: 0;
  color: #dcecff;
}

.endo-inquiry-send {
  margin-top: 1rem;
}

.endo-inquiry-send.is-disabled {
  pointer-events: none;
  opacity: 0.55;
}

.endoscopy-page main {
  display: grid;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
}

.endoscopy-page .endoscopy-hero-title {
  white-space: nowrap;
}

.endoscopy-page .endoscopy-hero-note {
  font-size: 1.08rem;
  font-weight: 700;
  color: #eef7ff;
}

.endoscopy-page main > .section {
  padding-block: 0;
}

.endoscopy-page .product-details-wrap {
  gap: 1.5rem;
}

.product-page main {
  display: grid;
  gap: 1rem;
  padding-bottom: 1rem;
}

.product-page main > .section {
  padding-block: 0;
}

.product-page .product-details-wrap {
  gap: 1rem;
}

.cta-strip-compact {
  padding-block: 0;
}

.cta-strip-compact .cta-strip-wrap {
  padding: 1rem 1.2rem;
}

.isotope-page main {
  gap: 1rem;
}

.isotope-page .product-details-wrap {
  gap: 1rem;
}

@media (max-width: 900px) {
  .endo-picker-controls,
  .endo-picker-specs {
    grid-template-columns: 1fr;
  }

  .endo-picker-result-head {
    flex-direction: column;
    align-items: stretch;
  }

  .endo-picker-cta {
    align-self: flex-start;
  }
}

@media (max-width: 760px) {
  .endoscopy-page .endoscopy-hero-title {
    white-space: normal;
  }

  .endoscopy-page .endoscopy-hero-note {
    font-size: 1rem;
  }

  .endoscopy-page main {
    gap: 1.5rem;
  }
}

/* ================================
   Contact Refinements (Org Cards / Form Button)
================================ */

/* Lower and separate submit button from inputs */
.contact-form .btn {
  margin-top: 0.2rem;
  align-self: flex-start;
}

/* Make top org cards stylistically consistent with bottom cards */
.org-card {
  position: relative;
  padding: 1.1rem 1rem 1rem;
  overflow: hidden;
}

.org-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, rgba(164, 213, 255, 0.9), rgba(120, 187, 255, 0.8));
}

.org-card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.06rem;
}

.org-card p {
  margin: 0.4rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.org-card p::before {
  content: none;
}

.org-card a {
  color: #f2f8ff;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.org-card a:hover,
.org-card a:focus-visible {
  text-decoration: underline;
}

/* Phone / e-mail icons next to contact data */
.org-card a[href^="tel:"]::before,
.org-card a[href^="mailto:"]::before {
  width: 0.95rem;
  height: 0.95rem;
  display: inline-block;
  flex: 0 0 0.95rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.org-card a[href^="tel:"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.5 3.5c.4-.9 1.5-1.3 2.4-.9l2 1c.8.4 1.2 1.4.9 2.3l-.8 2.1a1.5 1.5 0 0 0 .3 1.5l2.1 2.1c.4.4 1 .5 1.5.3l2.1-.8c.9-.3 1.9.1 2.3.9l1 2c.4.9 0 2-.9 2.4l-1.3.6c-1.7.8-3.7.9-5.5.2a18.7 18.7 0 0 1-8.7-8.7A6.6 6.6 0 0 1 3.4 6.2l.6-1.3z' stroke='%239ed2ff' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.org-card a[href^="mailto:"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3.2' y='5.5' width='17.6' height='13' rx='2.2' stroke='%239ed2ff' stroke-width='1.7'/%3E%3Cpath d='M4.5 7l7.5 5.7L19.5 7' stroke='%239ed2ff' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

@media (max-width: 760px) {
  .contact-form .btn {
    margin-top: 0.28rem;
  }
}







/* Contact form validation and status */
.form-hint {
  margin: 0.22rem 0 0;
  font-size: 0.86rem;
  color: var(--muted);
}

.form-error {
  min-height: 1.05em;
  margin: 0.16rem 0 0.04rem;
  font-size: 0.84rem;
  color: #ff9b9b;
}

.form-error-spacer {
  visibility: hidden;
}

.form-status {
  min-height: 1.2em;
  margin: 0.75rem 0 0;
  font-weight: 700;
}

.form-status.success {
  color: #8ff0b9;
}

.form-status.error {
  color: #ffb1b1;
}

.contact-form input[aria-invalid="true"],
.contact-form textarea[aria-invalid="true"] {
  border-color: rgba(255, 177, 177, 0.75);
}

.honeypot-wrap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* =================================
   Interactive Tile Hover Effects
================================= */
:is(.hero-metrics li, .card, .benefits article, .timeline, .org-card, .product-image-wrap, .about-modern-pills, .about-modern-stats article, .cta-strip-wrap) {
  transition:
    transform 0.24s cubic-bezier(0.22, 0.61, 0.36, 1),
    box-shadow 0.24s ease,
    border-color 0.24s ease,
    background-color 0.24s ease;
  will-change: transform;
  isolation: isolate;
}

@media (hover: hover) and (pointer: fine) {
  :is(.hero-metrics li, .card, .benefits article, .timeline, .org-card, .product-image-wrap, .about-modern-pills, .about-modern-stats article, .cta-strip-wrap):hover,
  :is(.hero-metrics li, .card, .benefits article, .timeline, .org-card, .product-image-wrap, .about-modern-pills, .about-modern-stats article, .cta-strip-wrap):focus-within {
    transform: translateY(-4px);
    border-color: rgba(178, 224, 255, 0.72);
    box-shadow: 0 22px 38px -26px rgba(5, 16, 34, 0.95);
    background-color: rgba(238, 248, 255, 0.2);
  }

  :is(.card, .benefits article, .hero-metrics li):hover h3,
  :is(.card, .benefits article, .hero-metrics li):focus-within h3 {
    color: #f6fbff;
  }

  :is(.card, .benefits article, .hero-metrics li):hover .text-link,
  :is(.card, .benefits article, .hero-metrics li):focus-within .text-link {
    text-underline-offset: 4px;
  }
}

.contact-form textarea {
  min-height: 15rem;
  resize: vertical;
}

.contact-page .page-hero {
  padding-bottom: 2.15rem;
}

.contact-page .page-hero .breadcrumbs {
  margin-bottom: 0.55rem;
}

.contact-page .page-hero .eyebrow {
  margin-bottom: 0.35rem;
}

.contact-page .page-hero h1 {
  margin-bottom: 0.55rem;
}

.contact-page .page-hero .lead {
  margin-top: 0;
  max-width: 52rem;
}

.contact-page .org-structure.section {
  padding-top: 2.1rem;
  padding-bottom: 2.7rem;
}

.contact-page .org-structure .eyebrow {
  margin-bottom: 0.75rem;
}

.contact-page .org-grid {
  margin-top: 0.8rem;
  gap: 0.85rem;
}

.contact-page .org-card {
  padding: 0.95rem 0.95rem 0.85rem;
}

.contact-page .org-card h3 {
  margin-bottom: 0.55rem;
}

.contact-page .org-card p {
  margin: 0.22rem 0;
}

/* Home Hero Panel Card Stability */
.hero-panel .panel-card {
  z-index: 2;
  width: min(340px, calc(100% - 2rem));
}

.hero-panel .panel-card h2 {
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  margin: 0 0 0.65rem;
}

.hero-panel .panel-card p {
  margin: 0;
  color: #123a60;
  line-height: 1.55;
}

.hero-panel .panel-list {
  margin: 0.75rem 0 0;
  gap: 0.35rem;
}

.hero-panel .panel-list li {
  font-size: 0.88rem;
  line-height: 1.45;
}

@media (max-width: 760px) {
  .hero-panel .panel-card {
    right: 0.8rem;
    bottom: 0.8rem;
    width: calc(100% - 1.6rem);
    padding: 1rem;
  }

  .hero-video {
    object-position: center;
  }

  .hero-video-wrap {
    padding: 0.8rem 0.8rem 5.4rem;
  }

  .hero-video-controls {
    right: 0.8rem;
    bottom: 0.8rem;
  }

  .hero-video-button {
    padding: 0.65rem;
  }

.gold-variants {
  display: block !important;
}

.gold-variants-intro {
  padding: 1.2rem;
  margin-bottom: 48px !important;
}

.gold-variant-grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 40px !important;
  margin-top: 0 !important;
}

.gold-variant-card {
  margin: 0 !important;
}
