@font-face {
  font-family: "Okeanos Sans";
  src: url("fonts/dinish/DINish-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Okeanos Sans";
  src: url("fonts/dinish/DINish-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Okeanos Sans";
  src: url("fonts/dinish/DINish-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Okeanos Sans";
  src: url("fonts/dinish/DINish-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Okeanos Sans";
  src: url("fonts/dinish/DINish-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Okeanos Display";
  src: url("fonts/dinish/DINish-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Okeanos Display";
  src: url("fonts/dinish/DINish-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Okeanos Display";
  src: url("fonts/dinish/DINish-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Okeanos Display";
  src: url("fonts/dinish/DINish-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --font-sans: "Okeanos Sans", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Okeanos Display", "Okeanos Sans", "Helvetica Neue", Arial, sans-serif;
  --navy: #1f2e44;
  --ocean: #2f4c6a;
  --foam: #f7f7f4;
  --mist: #edf1f5;
  --accent: #6cc3c0;
  --accent-strong: #2c9f98;
  --ink: #0f172a;
  --page-gradient: linear-gradient(160deg, #f8f9fb 0%, #eef2f6 45%, #f6f8fb 100%);
  --page-glow: radial-gradient(circle at 12% 12%, rgba(44, 159, 152, 0.08), transparent 60%);
  --hero-glow: rgba(108, 195, 192, 0.18);
  --hero-angle: 120deg;
  --hero-start: #1d2e45;
  --hero-mid: #233a55;
  --hero-end: #2a4b64;
  --product-accent: #5abdb7;
  --surface: #ffffff;
  --surface-border: rgba(15, 23, 42, 0.08);
  --shadow-soft: 0 10px 24px rgba(15, 23, 42, 0.08);
}

* {
  box-sizing: border-box;
}

body {
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--page-gradient);
  min-height: 100vh;
  line-height: 1.6;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.002em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.home-page {
  --navy: #153450;
  --ocean: #234865;
  --foam: #f3f7fb;
  --mist: #e7eef5;
  --accent: #4f7594;
  --accent-strong: #153450;
  --ink: #12263a;
  --page-gradient: linear-gradient(160deg, #f6f9fc 0%, #edf3f8 46%, #f8fbfd 100%);
  --page-glow: radial-gradient(circle at 12% 12%, rgba(21, 52, 80, 0.1), transparent 58%);
  --hero-glow: rgba(21, 52, 80, 0.22);
  --hero-angle: 132deg;
  --hero-start: #0f2d47;
  --hero-mid: #153450;
  --hero-end: #1f4768;
  --product-accent: #2f6288;
  --surface: rgba(255, 255, 255, 0.94);
  --surface-border: rgba(21, 52, 80, 0.1);
  --shadow-soft: 0 16px 34px rgba(18, 38, 58, 0.1);
  background:
    radial-gradient(circle at top left, rgba(21, 52, 80, 0.06), transparent 28%),
    var(--page-gradient);
}

body.home-page::selection {
  background: rgba(21, 52, 80, 0.18);
  color: #081522;
}

body.pulse-page {
  font-family: var(--font-sans);
  background:
    radial-gradient(circle at 12% 18%, rgba(7, 199, 188, 0.2), transparent 42%),
    radial-gradient(circle at 84% 22%, rgba(129, 255, 157, 0.12), transparent 46%),
    linear-gradient(145deg, #04131f 0%, #071f2c 45%, #0a1620 100%);
  color: #eafffb;
  overflow-x: hidden;
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page h4,
.home-page .display-4,
.home-page .section-title,
.home-page .navbar-brand {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.028em;
}

.home-page p,
.home-page li,
.home-page .lead,
.home-page .btn,
.home-page .nav-link,
.home-page .product-dummy-card__body,
.home-page .feedback-panel__copy,
.home-page .product-dummy-panel__copy {
  font-family: var(--font-sans);
}

.home-page .display-4 {
  font-size: clamp(2.9rem, 5vw, 5rem);
  line-height: 0.98;
}

.home-page .lead {
  font-size: clamp(1.06rem, 1.2vw, 1.22rem);
  line-height: 1.62;
  font-weight: 400;
  letter-spacing: 0.004em;
}

.home-page .section-title {
  font-size: clamp(2rem, 3vw, 3rem);
}

.home-page p {
  line-height: 1.68;
}

.home-page .btn {
  font-weight: 500;
  letter-spacing: 0.01em;
}

.home-page .btn-lg {
  font-size: 0.98rem;
  padding: 0.9rem 1.3rem;
}

.home-page .navbar-brand {
  letter-spacing: -0.02em;
}

.home-page .navbar-wide .nav-link {
  font-size: 0.96rem;
  font-weight: 500;
  letter-spacing: 0.012em;
}

.home-page .btn.btn-sm {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

body.pulse-page .lang.lang-de {
  color: inherit;
}

.page-gradient {
  position: fixed;
  inset: 0;
  background: var(--page-glow);
  z-index: -1;
  pointer-events: none;
}

.navbar {
  background-color: rgba(255, 255, 255, 0.86);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.home-page .navbar {
  background-color: rgba(246, 250, 253, 0.9);
  border-bottom-color: rgba(21, 52, 80, 0.08);
}

.navbar-wide .nav-shell {
  max-width: min(1700px, 96vw);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.navbar-wide .navbar-nav {
  gap: 0.7rem;
}

.navbar-wide .nav-link {
  padding: 0.7rem 0.95rem;
  font-size: 1.02rem;
}

@media (min-width: 1200px) {
  .home-page .container {
    max-width: min(1480px, 94vw);
  }

  .home-page header.container {
    padding-top: 2.5rem !important;
    padding-bottom: 2.25rem !important;
  }

  .home-page section.container {
    padding-bottom: 2.4rem !important;
  }

  .home-page .hero {
    padding: 2.55rem 2.7rem;
  }

  .home-page .strip,
  .home-page .map-tile {
    padding: 1.1rem 1.25rem;
  }

  .home-page .card-body {
    padding: 1.1rem 1.2rem;
  }

  .home-page .row.g-4 {
    --bs-gutter-x: 1.2rem;
    --bs-gutter-y: 1.2rem;
  }
}

@media (min-width: 1600px) {
  .home-page .container {
    max-width: min(1620px, 95vw);
  }
}

.brand-mark,
.brand-mark-feedback {
  height: 54px;
  width: auto;
}

.home-page .brand-mark {
  height: 54px;
  filter: drop-shadow(0 8px 20px rgba(21, 52, 80, 0.08));
}

.hero {
  background: radial-gradient(circle at top left, var(--hero-glow), transparent 55%),
    linear-gradient(var(--hero-angle), var(--hero-start) 0%, var(--hero-mid) 55%, var(--hero-end) 100%);
  color: var(--foam);
  border-radius: 24px;
  padding: 3rem;
  box-shadow: 0 18px 40px rgba(16, 24, 32, 0.16);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero.hero-lens::before {
  content: "";
  position: absolute;
  inset: -16% -8%;
  background:
    radial-gradient(circle at 22% 25%, rgba(255, 255, 255, 0.28) 0 16%, transparent 18%),
    radial-gradient(circle at 22% 25%, rgba(255, 255, 255, 0.12) 0 24%, transparent 26%),
    radial-gradient(circle at 70% 38%, rgba(255, 255, 255, 0.2) 0 14%, transparent 16%),
    radial-gradient(circle at 70% 38%, rgba(255, 255, 255, 0.1) 0 22%, transparent 24%),
    radial-gradient(circle at 58% 78%, rgba(255, 255, 255, 0.18) 0 18%, transparent 20%),
    radial-gradient(circle at 58% 78%, rgba(255, 255, 255, 0.08) 0 28%, transparent 30%);
  mix-blend-mode: screen;
  opacity: 0.6;
  filter: blur(0.3px);
  animation: lensDrift 12s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

@keyframes lensDrift {
  0% {
    transform: translateY(-6%);
    opacity: 0.6;
  }
  70% {
    transform: translateY(6%);
    opacity: 0.5;
  }
  100% {
    transform: translateY(14%);
    opacity: 0;
  }
}

.theme-vivid {
  --page-gradient: linear-gradient(135deg, #f6fbfd 0%, #e7f4fb 45%, #f4f0fb 100%);
  --page-glow: radial-gradient(circle at 12% 12%, rgba(0, 192, 240, 0.16), transparent 60%);
  --hero-glow: rgba(112, 48, 128, 0.22);
  --hero-start: #1e4e64;
  --hero-mid: #2b5f7a;
  --hero-end: #3aa0c6;
  --product-accent: #00c0f0;
  --vivid-river-speed: 5s;
  --vivid-cloud-cycle: 8s;
  --vivid-alarm-cycle: 8s;
  --vivid-soil-cycle: 7s;
}

.vivid-newsletter {
  position: relative;
  overflow: hidden;
  padding: 1.8rem 1.9rem;
  border-radius: 26px;
  border: 1px solid rgba(88, 149, 198, 0.18);
  background:
    radial-gradient(circle at top right, rgba(112, 48, 128, 0.12), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(236, 244, 251, 0.94));
  box-shadow: 0 20px 42px rgba(28, 57, 83, 0.1);
}

.vivid-hero {
  min-height: 560px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.14), transparent 18%),
    radial-gradient(circle at 78% 18%, rgba(255, 141, 230, 0.14), transparent 22%),
    radial-gradient(circle at 72% 72%, rgba(64, 203, 255, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 24%, rgba(10, 28, 43, 0.18) 100%),
    linear-gradient(145deg, #3f5270 0%, #536b89 46%, #6a7398 100%);
}

.vivid-hero__content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding: clamp(1.45rem, 2vw, 2rem);
  margin: auto 0;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(28, 47, 71, 0.18), rgba(19, 34, 53, 0.28));
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 36px rgba(13, 28, 43, 0.12);
}

.vivid-hero-water {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.vivid-hero-water__grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0, transparent calc(100% - 1px), rgba(226, 241, 250, 0.08) calc(100% - 1px)),
    linear-gradient(180deg, transparent 0, transparent calc(100% - 1px), rgba(237, 193, 245, 0.08) calc(100% - 1px));
  background-size: 120px 100%, 100% 92px;
  opacity: 0.28;
}

.vivid-hero-water__levels {
  position: absolute;
  inset: 18% 5% 12% 54%;
}

.vivid-hero-water__level {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  border-top: 1px dashed rgba(230, 242, 250, 0.22);
}

.vivid-hero-water__level::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 181, 241, 0.38);
}

.vivid-hero-water__level--1 {
  top: 18%;
}

.vivid-hero-water__level--2 {
  top: 39%;
}

.vivid-hero-water__level--3 {
  top: 61%;
}

.vivid-hero .feedback-hero-wave {
  right: -4%;
  width: 66%;
}

.vivid-hero .feedback-hero-wave--1 {
  bottom: -8%;
  height: 88%;
  background:
    linear-gradient(180deg, rgba(242, 249, 255, 0.2), rgba(117, 215, 255, 0.22) 20%, rgba(58, 165, 236, 0.4) 48%, rgba(30, 76, 126, 0.8));
  opacity: 0.92;
}

.vivid-hero .feedback-hero-wave--2 {
  bottom: 2%;
  height: 70%;
  background:
    linear-gradient(180deg, rgba(255, 247, 253, 0.18), rgba(254, 118, 224, 0.2) 18%, rgba(180, 114, 222, 0.28) 48%, rgba(74, 65, 144, 0.44));
  opacity: 0.68;
}

.vivid-hero .feedback-hero-wave--3 {
  bottom: 12%;
  height: 58%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(183, 235, 255, 0.28) 18%, rgba(255, 142, 231, 0.18) 52%, rgba(95, 133, 198, 0.22));
  opacity: 0.56;
}

.vivid-hero .feedback-hero-wave--3::before {
  left: 37%;
  top: 7%;
  width: 25%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(196, 242, 255, 0.34) 62%, transparent);
}

.vivid-hero .feedback-hero-wave--3::after {
  left: 38%;
  top: 5%;
  width: 23%;
  background:
    radial-gradient(circle at 8% 72%, rgba(255, 255, 255, 0.92) 0 0.9px, transparent 1px),
    radial-gradient(circle at 24% 34%, rgba(146, 230, 255, 0.88) 0 1px, transparent 1.1px),
    radial-gradient(circle at 48% 60%, rgba(255, 161, 238, 0.82) 0 0.9px, transparent 1px),
    radial-gradient(circle at 74% 28%, rgba(255, 255, 255, 0.88) 0 1px, transparent 1.1px),
    radial-gradient(circle at 92% 58%, rgba(195, 162, 255, 0.82) 0 0.85px, transparent 0.95px);
}

.vivid-hero-copy {
  max-width: 58ch;
  margin: 0 0 0.9rem;
  color: rgba(234, 246, 255, 0.88);
  font-size: 1.02rem;
  line-height: 1.62;
}

.vivid-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.vivid-hero-point {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.42rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(212, 239, 255, 0.2);
  background: rgba(245, 250, 255, 0.08);
  color: rgba(243, 250, 255, 0.94);
  font-size: 0.84rem;
  line-height: 1.35;
}

.vivid-hero-actions .btn-primary {
  border-color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, #9ce9ff, #b8c8ff);
  color: #17344d;
}

.vivid-hero .btn-outline-secondary {
  border-color: rgba(227, 239, 248, 0.22);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(241, 247, 252, 0.88);
}

.vivid-sales-stat {
  height: 100%;
  padding: 1.3rem 1.35rem;
  border-radius: 22px;
  border: 1px solid rgba(91, 143, 182, 0.16);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.94), rgba(238, 245, 251, 0.92));
  box-shadow: 0 18px 34px rgba(34, 60, 84, 0.08);
}

.vivid-sales-stat__value {
  display: block;
  margin-bottom: 0.4rem;
  color: #1b5470;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.vivid-feature-card {
  overflow: hidden;
}

.vivid-map-card {
  position: relative;
  min-height: 220px;
  margin-bottom: 1.2rem;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(93, 143, 180, 0.14);
  background: linear-gradient(145deg, rgba(242, 247, 252, 0.96), rgba(226, 238, 247, 0.92));
}

.vivid-map-card__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vivid-map-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 20%, rgba(255, 255, 255, 0.62), transparent 20%),
    radial-gradient(circle at 80% 18%, rgba(217, 233, 246, 0.54), transparent 22%);
  opacity: 0.72;
}

.vivid-map-card__grid,
.vivid-map-card__contour,
.vivid-map-card__road,
.vivid-map-card__river,
.vivid-map-card__label,
.vivid-map-card__radar,
.vivid-map-card__radar-field,
.vivid-map-card__crosshair,
.vivid-map-card__flood,
.vivid-map-card__flood-line {
  position: absolute;
  z-index: 1;
}

.vivid-map-card__grid {
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0, transparent calc(100% - 1px), rgba(93, 129, 161, 0.12) calc(100% - 1px)),
    linear-gradient(180deg, transparent 0, transparent calc(100% - 1px), rgba(93, 129, 161, 0.12) calc(100% - 1px));
  background-size: 68px 100%, 100% 56px;
}

.vivid-map-card--radar {
  background:
    linear-gradient(160deg, rgba(244, 245, 246, 0.98), rgba(223, 226, 229, 0.96));
}

.vivid-map-card--radar::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  opacity: 0.28;
}

.vivid-map-card__contour {
  border: 2px solid rgba(96, 104, 116, 0.18);
  border-color: rgba(96, 104, 116, 0.18) transparent transparent transparent;
  border-radius: 50%;
}

.vivid-map-card__contour--1 {
  width: 220px;
  height: 96px;
  left: -2%;
  top: 18%;
  transform: rotate(-8deg);
}

.vivid-map-card__contour--2 {
  width: 240px;
  height: 110px;
  right: -4%;
  top: 10%;
  transform: rotate(10deg);
}

.vivid-map-card__contour--3 {
  width: 250px;
  height: 120px;
  left: 18%;
  bottom: 6%;
  transform: rotate(-6deg);
}

.vivid-map-card__road {
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(108, 114, 122, 0.62), rgba(180, 184, 189, 0.12));
  opacity: 0.82;
}

.vivid-map-card__road--a {
  left: 8%;
  right: 12%;
  top: 38%;
  transform: rotate(-18deg);
}

.vivid-map-card__road--b {
  left: 18%;
  right: 10%;
  top: 66%;
  transform: rotate(11deg);
}

.vivid-map-card__river {
  inset: 12% 18% 12% 16%;
  background: linear-gradient(90deg, rgba(175, 181, 188, 0.08), rgba(136, 142, 150, 0.06));
  clip-path: polygon(8% 0, 24% 8%, 34% 18%, 46% 28%, 55% 42%, 63% 54%, 72% 67%, 82% 81%, 92% 100%, 74% 100%, 61% 83%, 52% 70%, 43% 58%, 35% 44%, 28% 31%, 18% 18%, 0 6%);
}

.vivid-map-card__river::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(214, 218, 224, 0.88), rgba(158, 165, 174, 0.64));
  opacity: 0.92;
}

.vivid-map-card__label {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0.18rem 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #555d68;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vivid-map-card__label--north {
  left: 12px;
  top: 12px;
}

.vivid-map-card__label--west {
  right: 12px;
  bottom: 12px;
}

.vivid-map-card__radar {
  border-radius: 50%;
  filter: blur(0.4px);
  mix-blend-mode: multiply;
  animation: glowPulse 5.5s ease-in-out infinite;
}

.vivid-map-card__radar-field {
  image-rendering: pixelated;
  opacity: 0.94;
  filter: saturate(1.05);
  background-repeat: repeat;
  background-size: 16px 16px;
}

.vivid-map-card__radar-field--a {
  inset: 0 48% 0 0;
  background-image:
    linear-gradient(rgba(107, 151, 232, 0.94), rgba(107, 151, 232, 0.94)),
    linear-gradient(rgba(120, 236, 255, 0.86), rgba(120, 236, 255, 0.86));
  background-position:
    0 0,
    10% 68%;
  background-size:
    100% 100%,
    18px 18px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0);
}

.vivid-map-card__radar-field--b {
  inset: 8% 42% 6% 34%;
  background-image:
    linear-gradient(rgba(187, 255, 121, 0.97), rgba(187, 255, 121, 0.97)),
    linear-gradient(rgba(108, 151, 233, 0.88), rgba(108, 151, 233, 0.88));
  background-position:
    0 0,
    8px 10px;
  background-size:
    16px 16px,
    16px 16px;
  clip-path: polygon(46% 0, 63% 6%, 72% 18%, 76% 32%, 74% 54%, 69% 72%, 62% 88%, 56% 100%, 36% 96%, 28% 82%, 20% 64%, 18% 44%, 22% 24%, 30% 10%);
}

.vivid-map-card__radar-field--c {
  inset: 0 0 0 50%;
  background-image:
    linear-gradient(rgba(107, 151, 232, 0.92), rgba(107, 151, 232, 0.92)),
    linear-gradient(rgba(120, 236, 255, 0.82), rgba(120, 236, 255, 0.82));
  background-position:
    0 0,
    70% 56%;
  background-size:
    100% 100%,
    16px 16px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.vivid-map-card__crosshair {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 6px rgba(108, 209, 255, 0.14);
}

.vivid-map-card__crosshair::before,
.vivid-map-card__crosshair::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.76);
}

.vivid-map-card__crosshair::before {
  left: 50%;
  top: -6px;
  width: 2px;
  height: 28px;
  transform: translateX(-50%);
}

.vivid-map-card__crosshair::after {
  top: 50%;
  left: -6px;
  height: 2px;
  width: 28px;
  transform: translateY(-50%);
}

.vivid-map-card__crosshair--1 {
  left: 28%;
  top: 26%;
}

.vivid-map-card__crosshair--2 {
  right: 24%;
  bottom: 22%;
}

.vivid-map-card__flood {
  inset: 16% 18% 16% 18%;
  clip-path: polygon(4% 10%, 16% 16%, 28% 26%, 38% 38%, 46% 52%, 56% 63%, 68% 74%, 82% 88%, 90% 100%, 78% 100%, 66% 86%, 54% 72%, 43% 60%, 34% 48%, 24% 34%, 14% 22%, 0 14%);
  opacity: 0;
}

.vivid-map-card--flood {
  background:
    linear-gradient(145deg, rgba(226, 228, 226, 0.98), rgba(196, 199, 196, 0.94));
}

.vivid-map-card--flood::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.28), transparent 18%),
    radial-gradient(circle at 76% 14%, rgba(215, 217, 214, 0.18), transparent 24%);
  opacity: 0.38;
}

.vivid-map-card__aerial {
  border-radius: 50%;
  background: rgba(118, 124, 118, 0.12);
  filter: blur(0.2px);
}

.vivid-map-card__aerial--1 {
  inset: -8% 54% 38% -10%;
}

.vivid-map-card__aerial--2 {
  inset: -6% 10% 46% 48%;
}

.vivid-map-card__aerial--3 {
  inset: 52% 4% -12% 58%;
}

.vivid-map-card__street {
  height: 10px;
  border-radius: 999px;
  background: rgba(223, 223, 219, 0.94);
  box-shadow: 0 0 0 2px rgba(148, 148, 145, 0.28);
}

.vivid-map-card__street--a {
  left: -4%;
  right: 8%;
  top: 20%;
  transform: rotate(-21deg);
}

.vivid-map-card__street--b {
  left: 10%;
  right: -2%;
  top: 44%;
  transform: rotate(-14deg);
}

.vivid-map-card__street--c {
  left: 4%;
  right: 12%;
  bottom: 22%;
  transform: rotate(25deg);
}

.vivid-map-card__block {
  border-radius: 4px;
  background: rgba(78, 81, 84, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.vivid-map-card__block--1 {
  left: 12%;
  top: 18%;
  width: 76px;
  height: 34px;
}

.vivid-map-card__block--2 {
  left: 32%;
  top: 28%;
  width: 58px;
  height: 28px;
}

.vivid-map-card__block--3 {
  left: 22%;
  top: 54%;
  width: 82px;
  height: 34px;
}

.vivid-map-card__block--4 {
  right: 16%;
  top: 46%;
  width: 60px;
  height: 28px;
}

.vivid-map-card__block--5 {
  right: 26%;
  bottom: 18%;
  width: 72px;
  height: 32px;
}

.vivid-map-card__floodpatch {
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(154, 225, 255, 0.88), rgba(64, 155, 255, 0.82));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0.78;
  animation: vividFloodPatch 6.5s ease-in-out infinite;
}

.vivid-map-card__floodpatch--1 {
  left: 18%;
  top: 42%;
  width: 66px;
  height: 48px;
}

.vivid-map-card__floodpatch--2 {
  left: 54%;
  top: 18%;
  width: 42px;
  height: 30px;
  animation-delay: -1.2s;
}

.vivid-map-card__floodpatch--3 {
  right: 12%;
  top: 40%;
  width: 64px;
  height: 58px;
  animation-delay: -2s;
}

.vivid-map-card__floodpatch--4 {
  left: 34%;
  bottom: 18%;
  width: 48px;
  height: 34px;
  animation-delay: -2.8s;
}

.vivid-map-card__floodpatch--5 {
  right: 24%;
  bottom: 14%;
  width: 54px;
  height: 42px;
  animation-delay: -3.4s;
}

.vivid-map-card__floodpatch--1,
.vivid-map-card__floodpatch--2,
.vivid-map-card__floodpatch--3,
.vivid-map-card__floodpatch--4,
.vivid-map-card__floodpatch--5 {
  clip-path: polygon(8% 10%, 28% 0, 64% 6%, 100% 24%, 94% 74%, 72% 100%, 24% 92%, 0 58%);
}

.vivid-map-card__legend {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  gap: 0.12rem;
  min-width: 116px;
  padding: 0.6rem 0.65rem;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(167, 177, 188, 0.28);
  color: #4d6075;
  font-size: 0.66rem;
  z-index: 2;
}

.vivid-map-card__legend strong {
  font-size: 0.84rem;
  color: #4b5b6d;
}

.vivid-map-card__legend span:last-child {
  margin-top: 0.32rem;
}

.vivid-map-card__flood--1 {
  background: linear-gradient(180deg, rgba(117, 230, 255, 0.62), rgba(61, 189, 255, 0.52) 42%, rgba(82, 80, 198, 0.42));
  animation: vividFloodSpread 6.8s ease-in-out infinite;
}

.vivid-map-card__flood--2 {
  inset: 20% 22% 20% 22%;
  background: linear-gradient(180deg, rgba(255, 157, 236, 0.48), rgba(220, 67, 206, 0.34) 46%, rgba(127, 101, 216, 0.28));
  animation: vividFloodSpread 6.8s ease-in-out infinite;
  animation-delay: -1.7s;
}

.vivid-map-card__flood-line {
  inset: 15% 20% 15% 20%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.88), rgba(143, 230, 255, 0.4), rgba(255, 166, 237, 0.2));
  clip-path: polygon(8% 4%, 20% 10%, 30% 20%, 40% 34%, 48% 48%, 58% 59%, 70% 71%, 84% 86%, 92% 98%, 86% 100%, 76% 88%, 64% 76%, 53% 64%, 44% 50%, 35% 36%, 24% 24%, 14% 14%, 0 8%);
  filter: blur(0.6px);
  animation: feedbackFoamLine 16s ease-in-out infinite;
}

@keyframes vividFloodSpread {
  0%,
  100% {
    opacity: 0.12;
    transform: scale(0.92);
  }
  45% {
    opacity: 0.54;
    transform: scale(1);
  }
  70% {
    opacity: 0.78;
    transform: scale(1.06);
  }
}

@keyframes vividFloodPatch {
  0%,
  100% {
    opacity: 0.42;
    transform: scale(0.96);
  }
  45% {
    opacity: 0.72;
    transform: scale(1);
  }
  70% {
    opacity: 0.9;
    transform: scale(1.08);
  }
}

.vivid-scenario-card {
  border-color: rgba(88, 149, 198, 0.16);
  background:
    radial-gradient(circle at top right, rgba(95, 164, 209, 0.18), transparent 30%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.94), rgba(236, 245, 251, 0.95));
}

.vivid-scenario-card__tag {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: rgba(32, 86, 116, 0.08);
  color: #275069;
  font-size: 0.8rem;
  font-weight: 600;
}

.vivid-sales-list {
  margin: 0;
  padding-left: 1.1rem;
}

.vivid-sales-list li + li {
  margin-top: 0.55rem;
}

.vivid-proof-strip {
  height: 100%;
}

.vivid-proof-strip__items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.vivid-proof-chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(83, 129, 160, 0.14);
  color: #31556b;
  font-size: 0.82rem;
}

.vivid-cta-card {
  height: 100%;
  padding: 1.45rem 1.4rem;
  border-radius: 24px;
  border: 1px solid rgba(63, 118, 154, 0.16);
  background: linear-gradient(160deg, rgba(38, 84, 108, 0.96), rgba(48, 109, 138, 0.92));
  box-shadow: 0 22px 40px rgba(24, 51, 73, 0.16);
  color: #f1fbff;
}

.vivid-cta-card--link {
  display: block;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.vivid-cta-card--link:hover,
.vivid-cta-card--link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(122, 200, 238, 0.26);
  box-shadow: 0 28px 46px rgba(24, 51, 73, 0.22);
  background: linear-gradient(160deg, rgba(44, 95, 120, 0.98), rgba(58, 124, 156, 0.94));
  color: #f6fcff;
}

.vivid-cta-card__eyebrow {
  color: rgba(188, 227, 248, 0.72);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
}

.vivid-cta-card h3,
.vivid-cta-card p {
  color: inherit;
}

.vivid-newsletter__badge {
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(85, 131, 167, 0.22);
  color: #234960;
}

.vivid-newsletter__list {
  margin: 0;
  padding-left: 1.1rem;
  color: #365a71;
}

.vivid-newsletter__list li + li {
  margin-top: 0.55rem;
}

.vivid-newsletter__panel {
  padding: 1.4rem;
  border-radius: 22px;
  border: 1px solid rgba(72, 132, 174, 0.16);
  background:
    linear-gradient(160deg, rgba(34, 78, 101, 0.96), rgba(41, 96, 122, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 18px 36px rgba(20, 38, 56, 0.2);
}

.vivid-newsletter__form {
  display: grid;
  gap: 0.78rem;
}

.vivid-newsletter__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.7rem;
}

.vivid-newsletter__form .form-control {
  min-height: 52px;
  border-radius: 14px;
  border: 1px solid rgba(135, 211, 255, 0.24);
  background: rgba(9, 26, 38, 0.34);
  color: #f3fbff;
}

.vivid-newsletter__form .form-control::placeholder {
  color: rgba(221, 242, 255, 0.7);
}

.vivid-newsletter__proof {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 220px);
  gap: 0.75rem;
  align-items: end;
}

.vivid-newsletter__proof label {
  color: rgba(227, 245, 255, 0.92);
  font-size: 0.84rem;
  line-height: 1.45;
}

.vivid-newsletter__consent {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: rgba(226, 244, 255, 0.88);
  font-size: 0.82rem;
  line-height: 1.45;
  cursor: pointer;
}

.vivid-newsletter__consent input[type="checkbox"] {
  margin-top: 0.22rem;
  width: 16px;
  height: 16px;
  accent-color: #69d5ff;
}

.vivid-newsletter__submit {
  min-height: 52px;
  justify-self: start;
  padding: 0.78rem 1.3rem;
  border-radius: 14px;
  border-color: rgba(147, 231, 255, 0.16);
  background: linear-gradient(135deg, #7be4ff, #9fc4ff);
  color: #13344b;
  font-weight: 700;
}

.vivid-newsletter__submit:hover,
.vivid-newsletter__submit:focus-visible {
  background: linear-gradient(135deg, #92ebff, #b4d0ff);
  color: #102e43;
  border-color: rgba(147, 231, 255, 0.18);
}

.vivid-integrations {
  padding: 1.55rem;
  border-radius: 24px;
  border: 1px solid rgba(91, 143, 182, 0.14);
  background: linear-gradient(145deg, rgba(248, 251, 254, 0.96), rgba(236, 243, 249, 0.92));
  box-shadow: 0 18px 34px rgba(34, 60, 84, 0.08);
}

.vivid-integrations__header {
  margin-bottom: 1.1rem;
}

.vivid-sensor-card {
  height: 100%;
  padding: 1.05rem;
  border-radius: 20px;
  border: 1px solid rgba(96, 142, 177, 0.12);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.vivid-sensor-shot {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 210px;
  margin-bottom: 1rem;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(160deg, #dfe9f1, #f5f9fc);
  border: 1px solid rgba(106, 146, 177, 0.12);
}

.vivid-sensor-shot__grid,
.vivid-sensor-shot__ground,
.vivid-sensor-shot__probe,
.vivid-sensor-shot__signal,
.vivid-sensor-shot__waterline,
.vivid-sensor-shot__cloud,
.vivid-sensor-shot__rainband {
  position: absolute;
}

.vivid-sensor-shot__grid {
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0, transparent calc(100% - 1px), rgba(112, 147, 176, 0.1) calc(100% - 1px)),
    linear-gradient(180deg, transparent 0, transparent calc(100% - 1px), rgba(112, 147, 176, 0.1) calc(100% - 1px));
  background-size: 54px 100%, 100% 54px;
}

.vivid-sensor-shot--soil {
  background:
    radial-gradient(circle at 24% 22%, rgba(127, 233, 255, 0.18), transparent 24%),
    linear-gradient(180deg, #eff6fb 0%, #dde7ef 100%);
}

.vivid-sensor-shot__ground {
  left: 0;
  right: 0;
  bottom: 0;
  height: 44%;
  background:
    linear-gradient(180deg, rgba(179, 149, 128, 0.1), rgba(124, 97, 79, 0.18)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 18px, transparent 18px 34px);
}

.vivid-sensor-shot__probe {
  width: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff, #83d6ff 38%, #3e74ca 100%);
  box-shadow: 0 0 0 4px rgba(143, 225, 255, 0.14);
}

.vivid-sensor-shot__probe--soil {
  left: 48%;
  top: 24%;
  height: 118px;
  transform: translateX(-50%);
}

.vivid-sensor-shot__signal {
  border-radius: 999px;
  filter: blur(0.2px);
}

.vivid-sensor-shot__signal--soil {
  left: 34%;
  right: 34%;
  bottom: 26%;
  height: 36px;
  background: radial-gradient(circle, rgba(255, 125, 228, 0.64) 0, rgba(121, 220, 255, 0.34) 54%, transparent 76%);
  animation: glowPulse 5.2s ease-in-out infinite;
}

.vivid-sensor-shot--level {
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 158, 236, 0.14), transparent 22%),
    linear-gradient(180deg, #edf5fb 0%, #dce9f2 100%);
}

.vivid-sensor-shot__waterline {
  left: 0;
  right: 0;
  bottom: 27%;
  height: 64px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(114, 229, 255, 0.34) 22%, rgba(70, 180, 255, 0.84) 54%, rgba(70, 89, 184, 0.88));
  clip-path: polygon(0 100%, 0 48%, 15% 42%, 30% 46%, 48% 34%, 66% 38%, 82% 32%, 100% 24%, 100% 100%);
  animation: feedbackSwellA 8.2s ease-in-out infinite;
}

.vivid-sensor-shot__probe--level {
  right: 18%;
  top: 18%;
  height: 126px;
}

.vivid-sensor-shot__signal--level {
  right: 12%;
  top: 16%;
  width: 64px;
  height: 64px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.82) 0, rgba(144, 230, 255, 0.4) 44%, rgba(255, 150, 235, 0.16) 68%, transparent 78%);
  animation: glowPulse 4.6s ease-in-out infinite;
}

.vivid-sensor-shot--rain {
  background:
    radial-gradient(circle at 26% 20%, rgba(137, 230, 255, 0.16), transparent 24%),
    linear-gradient(180deg, #eaf3fb 0%, #d7e5ef 100%);
}

.vivid-sensor-icon {
  position: relative;
  width: 132px;
  height: 132px;
}

.vivid-sensor-icon__ring,
.vivid-sensor-icon__stem,
.vivid-sensor-icon__wave,
.vivid-sensor-icon__drop,
.vivid-sensor-icon__cloud {
  position: absolute;
}

.vivid-sensor-icon__ring {
  inset: 14px;
  border-radius: 50%;
  border: 8px solid rgba(52, 112, 163, 0.24);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.vivid-sensor-icon__stem {
  left: 50%;
  top: 26px;
  width: 10px;
  height: 78px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #fefefe, #98e0ff 34%, #3d76c9 100%);
  box-shadow: 0 0 0 6px rgba(131, 214, 255, 0.12);
}

.vivid-sensor-icon--level .vivid-sensor-icon__wave {
  left: 20px;
  right: 20px;
  bottom: 28px;
  height: 34px;
  border-radius: 999px 999px 18px 18px;
  background: linear-gradient(180deg, rgba(133, 229, 255, 0.9), rgba(64, 135, 233, 0.96));
  clip-path: polygon(0 100%, 0 46%, 18% 54%, 36% 44%, 54% 52%, 72% 36%, 100% 28%, 100% 100%);
}

.vivid-sensor-icon--soil .vivid-sensor-icon__drop {
  left: 50%;
  bottom: 18px;
  width: 58px;
  height: 58px;
  transform: translateX(-50%);
  background: radial-gradient(circle at 38% 32%, rgba(255, 146, 233, 0.92), rgba(120, 221, 255, 0.68) 58%, rgba(120, 221, 255, 0.16) 76%, transparent 78%);
  clip-path: polygon(50% 0, 68% 18%, 84% 38%, 92% 56%, 82% 78%, 64% 92%, 36% 92%, 18% 78%, 8% 56%, 16% 38%, 32% 18%);
}

.vivid-sensor-icon--rain {
  width: 150px;
  height: 120px;
}

.vivid-sensor-icon__cloud {
  left: 24px;
  top: 18px;
  width: 102px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(223, 238, 248, 0.96));
  box-shadow: 0 10px 24px rgba(83, 141, 183, 0.1);
}

.vivid-sensor-icon__cloud::before,
.vivid-sensor-icon__cloud::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: inherit;
}

.vivid-sensor-icon__cloud::before {
  left: 8px;
  top: -16px;
  width: 42px;
  height: 42px;
}

.vivid-sensor-icon__cloud::after {
  right: 10px;
  top: -14px;
  width: 46px;
  height: 46px;
}

.vivid-sensor-icon--rain .vivid-sensor-icon__drop {
  width: 16px;
  height: 28px;
  bottom: 20px;
  background: linear-gradient(180deg, rgba(171, 235, 255, 0.96), rgba(74, 167, 255, 0.96));
  clip-path: polygon(50% 0, 72% 28%, 88% 52%, 72% 88%, 50% 100%, 28% 88%, 12% 52%, 28% 28%);
  animation: rainFall 2.2s ease-in-out infinite;
}

.vivid-sensor-icon__drop--1 {
  left: 42px;
}

.vivid-sensor-icon__drop--2 {
  left: 68px;
  animation-delay: -0.5s;
}

.vivid-sensor-icon__drop--3 {
  left: 94px;
  animation-delay: -1s;
}

.vivid-sensor-shot__cloud {
  left: 18%;
  top: 22%;
  width: 96px;
  height: 38px;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.98), rgba(229, 243, 255, 0.96) 60%, rgba(182, 222, 244, 0.82));
}

.vivid-sensor-shot__cloud::before,
.vivid-sensor-shot__cloud::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: inherit;
}

.vivid-sensor-shot__cloud::before {
  width: 36px;
  height: 36px;
  left: 8px;
  top: -12px;
}

.vivid-sensor-shot__cloud::after {
  width: 42px;
  height: 42px;
  right: 10px;
  top: -12px;
}

.vivid-sensor-shot__rainband {
  left: 12%;
  right: 8%;
  top: 36%;
  bottom: 16%;
  background:
    radial-gradient(circle at 22% 18%, rgba(109, 228, 255, 0.82) 0, rgba(45, 190, 255, 0.54) 16%, transparent 28%),
    radial-gradient(circle at 48% 42%, rgba(255, 137, 232, 0.84) 0, rgba(223, 57, 204, 0.56) 16%, transparent 30%),
    radial-gradient(circle at 74% 22%, rgba(177, 231, 255, 0.78) 0, rgba(79, 182, 255, 0.54) 18%, transparent 30%),
    radial-gradient(circle at 58% 76%, rgba(169, 116, 226, 0.62) 0, rgba(169, 116, 226, 0.28) 16%, transparent 28%);
  animation: glowPulse 5.8s ease-in-out infinite;
}

.vivid-sensor-shot__signal--rain {
  left: 20%;
  right: 14%;
  bottom: 18%;
  height: 5px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.88), rgba(143, 230, 255, 0.48), rgba(255, 166, 237, 0.32));
  clip-path: polygon(0 78%, 14% 68%, 28% 58%, 44% 64%, 58% 44%, 74% 34%, 88% 20%, 100% 0, 100% 100%, 0 100%);
}

.vivid-sensor-card h4 {
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.vivid-sensor-card p {
  color: #3d5d72;
  margin-bottom: 0.9rem;
}

.vivid-sensor-card__variants {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.vivid-sensor-card__variants span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.34rem 0.66rem;
  border-radius: 999px;
  background: rgba(240, 247, 252, 0.92);
  border: 1px solid rgba(99, 145, 179, 0.14);
  color: #34556b;
  font-size: 0.78rem;
}

.theme-teal {
  --page-gradient: linear-gradient(135deg, #f3faf6 0%, #e8f4f1 45%, #f8fcfa 100%);
  --page-glow: radial-gradient(circle at 12% 12%, rgba(143, 217, 168, 0.18), transparent 60%);
  --hero-glow: rgba(143, 217, 168, 0.26);
  --hero-start: #184b4a;
  --hero-mid: #1f6f63;
  --hero-end: #2a8f7a;
  --product-accent: #43b994;
}

.theme-clear {
  --page-gradient: linear-gradient(
    135deg,
    rgba(216, 223, 230, 0.72) 0%,
    rgba(216, 223, 230, 0.34) 45%,
    transparent 100%
  );
  --page-glow: radial-gradient(circle at 12% 12%, rgba(174, 188, 201, 0.28), transparent 60%);
  --hero-glow: rgba(186, 198, 210, 0.26);
  --hero-start: #3e4956;
  --hero-mid: #596674;
  --hero-end: #778696;
  --product-accent: #8e9cab;
  --clear-hover-accent: #677584;
  --clear-strong-accent: #4f5d6a;
  --clear-flow-blue: #a9cbdf;
}

.theme-clear ::selection {
  background: color-mix(in srgb, var(--clear-hover-accent) 78%, #ffffff 22%);
  color: #ffffff;
}

.theme-riskaware {
  --page-gradient: linear-gradient(135deg, #eef4f8 0%, #e3ebf1 45%, #f7fafc 100%);
  --page-glow: radial-gradient(circle at 12% 12%, rgba(105, 137, 163, 0.18), transparent 60%);
  --hero-glow: rgba(146, 179, 205, 0.22);
  --hero-start: #203648;
  --hero-mid: #2d495d;
  --hero-end: #4a667c;
  --product-accent: #8fb1c7;
}

.theme-riskaware ::selection {
  background: rgba(96, 126, 150, 0.26);
  color: #ffffff;
}

.theme-biospectre {
  --page-gradient: linear-gradient(135deg, #f4fbf3 0%, #e5f1e9 45%, #fdf6ea 100%);
  --page-glow: radial-gradient(circle at 12% 12%, rgba(136, 198, 150, 0.2), transparent 60%);
  --hero-glow: rgba(156, 200, 120, 0.28);
  --hero-start: #1c4638;
  --hero-mid: #25634e;
  --hero-end: #5c8d4f;
  --product-accent: #7fb85c;
}

.theme-okeanoswms {
  --page-gradient: linear-gradient(135deg, #eff4ff 0%, #d8e4ff 40%, #f4e8ff 100%);
  --page-glow: radial-gradient(circle at 12% 12%, rgba(92, 170, 255, 0.2), transparent 60%);
  --hero-glow: rgba(255, 98, 201, 0.2);
  --hero-start: #122f55;
  --hero-mid: #244d83;
  --hero-end: #6f4ecf;
  --product-accent: #ff5ec8;
}

.theme-evide {
  --page-gradient: linear-gradient(135deg, #f2fbfd 0%, #e6f6fb 45%, #f4fffa 100%);
  --page-glow: radial-gradient(circle at 12% 12%, rgba(47, 214, 208, 0.22), transparent 60%);
  --hero-glow: rgba(114, 253, 182, 0.24);
  --hero-start: #102e3a;
  --hero-mid: #154554;
  --hero-end: #1e6e66;
  --product-accent: #2fd6d0;
}

.wms-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 150, 220, 0.18), transparent 20%),
    radial-gradient(circle at 18% 24%, rgba(132, 209, 255, 0.18), transparent 24%),
    linear-gradient(145deg, #102d50 0%, #24477a 46%, #5c46b7 100%);
}

.wms-hero .hero-content {
  max-width: 32rem;
}

.wms-visual {
  position: relative;
  z-index: 1;
  width: calc(100% + 0.75rem);
  margin-left: 0;
}

.wms-visual__frame {
  position: relative;
  min-height: 438px;
  width: 100%;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(153, 219, 255, 0.14), transparent 24%),
    linear-gradient(160deg, rgba(8, 22, 45, 0.88), rgba(35, 24, 81, 0.64));
  box-shadow: 0 28px 44px rgba(10, 18, 40, 0.32);
}

.wms-layer-stack {
  position: absolute;
  inset: 0.1rem -0.4rem -0.65rem 0;
  perspective: 1600px;
}

.wms-layer {
  position: absolute;
  width: 74%;
  height: 30%;
  left: 11%;
  top: 24%;
  border-radius: 18px;
  border: 1px solid rgba(231, 243, 255, 0.16);
  box-shadow: 0 14px 22px rgba(6, 12, 28, 0.22);
  overflow: hidden;
  transform: rotateX(73deg) rotateZ(-11deg);
  transform-style: preserve-3d;
}

.wms-layer::after {
  content: "";
  position: absolute;
  inset: auto 0 -10px 0;
  height: 10px;
  background: linear-gradient(180deg, rgba(202, 222, 255, 0.14), rgba(23, 34, 63, 0.24));
  transform: skewX(-28deg);
  transform-origin: top left;
}

.wms-layer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 28%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 42px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 42px);
  mix-blend-mode: screen;
}

.wms-layer__label {
  position: absolute;
  left: 1rem;
  top: 0.85rem;
  z-index: 2;
  color: rgba(242, 247, 255, 0.88);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wms-layer__cut {
  position: absolute;
  border-radius: 999px;
  filter: blur(8px);
  opacity: 0.74;
  mix-blend-mode: screen;
}

.wms-layer__cut--a {
  width: 38%;
  height: 36%;
  right: -6%;
  top: 18%;
}

.wms-layer__cut--b {
  width: 28%;
  height: 24%;
  left: 16%;
  bottom: -4%;
}

.wms-layer__cut--c {
  width: 24%;
  height: 22%;
  right: 18%;
  bottom: 12%;
}

.wms-layer__cut--d {
  width: 22%;
  height: 20%;
  left: -2%;
  top: 24%;
}

.wms-layer--terrain {
  background:
    radial-gradient(circle at 24% 36%, rgba(172, 220, 255, 0.2), transparent 18%),
    repeating-linear-gradient(145deg, rgba(205, 224, 255, 0.16) 0 10px, rgba(109, 146, 196, 0.1) 10px 20px),
    linear-gradient(145deg, rgba(39, 60, 101, 0.9), rgba(28, 42, 74, 0.82));
  top: 16%;
  left: 8%;
}

.wms-layer--terrain .wms-layer__cut {
  background: rgba(145, 207, 255, 0.28);
}

.wms-layer--radar {
  background:
    radial-gradient(circle at 30% 40%, rgba(119, 203, 255, 0.82) 0 9%, transparent 10%),
    radial-gradient(circle at 52% 58%, rgba(255, 116, 211, 0.42) 0 7%, transparent 8%),
    radial-gradient(circle at 70% 38%, rgba(74, 139, 255, 0.72) 0 8%, transparent 9%),
    linear-gradient(140deg, rgba(14, 52, 90, 0.9), rgba(24, 90, 143, 0.7));
  top: 23%;
  left: 13%;
}

.wms-layer--radar .wms-layer__cut {
  background: rgba(255, 148, 219, 0.22);
}

.wms-layer--vector {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent),
    repeating-linear-gradient(145deg, rgba(137, 203, 255, 0.18) 0 12px, rgba(255, 113, 205, 0.08) 12px 24px),
    linear-gradient(135deg, rgba(12, 38, 66, 0.9), rgba(34, 52, 102, 0.76));
  top: 29%;
  left: 18%;
}

.wms-layer--vector .wms-layer__cut {
  background: rgba(119, 220, 255, 0.22);
}

.wms-layer--query {
  background:
    radial-gradient(circle at 64% 34%, rgba(255, 146, 213, 0.3), transparent 18%),
    linear-gradient(140deg, rgba(14, 27, 55, 0.92), rgba(50, 37, 92, 0.78));
  top: 35%;
  left: 23%;
}

.wms-layer--query .wms-layer__cut {
  background: rgba(158, 177, 255, 0.22);
}

.wms-visual__svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.wms-visual__beam-fan {
  fill: none;
  stroke: rgba(131, 225, 255, 0.08);
  stroke-width: 34;
  stroke-linecap: round;
  filter: blur(8px);
}

.wms-visual__beam-shadow {
  fill: none;
  stroke: rgba(123, 214, 255, 0.16);
  stroke-width: 16;
  stroke-linecap: round;
}

.wms-visual__beam-core {
  fill: none;
  stroke: rgba(214, 185, 255, 0.54);
  stroke-width: 4;
  stroke-linecap: round;
  filter: drop-shadow(0 0 10px rgba(207, 141, 255, 0.24));
}

.wms-visual__beam {
  fill: none;
  stroke: url(#wms-beam);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 18px rgba(146, 209, 255, 0.28));
}

.wms-visual__beam-pulse circle {
  fill: rgba(160, 231, 255, 0.96);
  filter: drop-shadow(0 0 12px rgba(160, 231, 255, 0.4));
}

.wms-visual__timeseries rect {
  fill: rgba(242, 247, 255, 0.08);
  stroke: rgba(182, 210, 255, 0.24);
  stroke-width: 1.5;
}

.wms-visual__timeseries-grid {
  fill: none;
  stroke: rgba(191, 214, 255, 0.18);
  stroke-width: 1;
}

.wms-visual__timeseries-line {
  fill: none;
  stroke: rgba(165, 236, 255, 0.96);
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 120;
  stroke-dashoffset: 120;
  animation: wmsSeriesDraw 3.6s ease-out infinite;
}

.wms-stack-card {
  border: 1px solid rgba(133, 157, 220, 0.12);
}

.wms-feature-list {
  margin: 1rem 0 0;
  padding-left: 1.05rem;
  color: #47586d;
}

.wms-feature-list li + li {
  margin-top: 0.35rem;
}

.wms-band {
  padding: 1.5rem;
  border-radius: 24px;
  border: 1px solid rgba(129, 150, 210, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(241, 245, 255, 0.82)),
    linear-gradient(135deg, rgba(130, 205, 255, 0.1), rgba(255, 112, 205, 0.08));
  box-shadow: 0 18px 36px rgba(36, 48, 86, 0.08);
}

.wms-band__flow {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0.9rem;
  align-items: center;
}

.wms-band__step {
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(167, 184, 222, 0.18);
}

.wms-band__step strong,
.wms-band__step span {
  display: block;
}

.wms-band__step strong {
  margin-bottom: 0.25rem;
  color: #1d2f48;
}

.wms-band__step span {
  color: #4a5d77;
  line-height: 1.35;
}

.wms-band__step--accent {
  background: linear-gradient(135deg, rgba(19, 58, 108, 0.96), rgba(92, 69, 191, 0.9));
}

.wms-band__step--accent strong,
.wms-band__step--accent span {
  color: #f3f7ff;
}

.wms-band__arrow {
  width: 44px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(107, 170, 255, 0.2), rgba(255, 103, 204, 0.75));
  position: relative;
}

.wms-band__arrow::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(255, 103, 204, 0.82);
  border-right: 2px solid rgba(255, 103, 204, 0.82);
  transform: translateY(-50%) rotate(45deg);
}

.wms-reference-card,
.wms-chip-strip,
.wms-cta {
  border-radius: 24px;
}

.wms-chip-strip {
  padding: 1.4rem;
}

.wms-cta {
  padding: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  background:
    radial-gradient(circle at 85% 16%, rgba(255, 125, 212, 0.18), transparent 20%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.82), rgba(238, 243, 255, 0.92));
  border: 1px solid rgba(141, 164, 224, 0.16);
  box-shadow: 0 18px 30px rgba(39, 47, 88, 0.08);
}

@keyframes wmsPathFlow {
  to {
    stroke-dashoffset: -240;
  }
}

@keyframes wmsSeriesDraw {
  0%,
  12% {
    stroke-dashoffset: 120;
    opacity: 0.35;
  }
  42%,
  72% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0.68;
  }
}

@keyframes wmsCardFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes wmsPulse {
  0%,
  100% {
    transform: scale(0.88);
    opacity: 0.45;
  }
  50% {
    transform: scale(1.18);
    opacity: 1;
  }
}


@media (max-width: 992px) {
  .wms-hero .hero-content {
    max-width: 39rem;
  }

  .wms-visual {
    width: 100%;
    margin-left: 0;
  }

  .wms-visual__frame {
    min-height: 360px;
  }

  .wms-band__flow {
    grid-template-columns: 1fr;
  }

  .wms-band__arrow {
    width: 2px;
    height: 24px;
    margin: 0 auto;
    background: linear-gradient(180deg, rgba(107, 170, 255, 0.2), rgba(255, 103, 204, 0.75));
  }

  .wms-band__arrow::after {
    right: 50%;
    top: auto;
    bottom: -2px;
    transform: translateX(50%) rotate(135deg);
  }

  .wms-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 576px) {
  .vivid-hero {
    min-height: 520px;
    align-items: flex-start;
  }

  .vivid-hero__content {
    max-width: none;
    margin-top: 0.25rem;
    padding: 1.25rem 1.1rem;
  }

  .vivid-hero-water__grid {
    opacity: 0.18;
    background-size: 88px 100%, 100% 76px;
  }

  .vivid-hero-water__levels {
    inset: 22% 4% 14% 48%;
  }

  .vivid-hero .feedback-hero-wave {
    width: 92%;
    right: -18%;
  }

  .vivid-hero .feedback-hero-wave--1 {
    height: 68%;
    bottom: -4%;
  }

  .vivid-hero .feedback-hero-wave--2 {
    height: 58%;
    bottom: 4%;
  }

  .vivid-hero .feedback-hero-wave--3 {
    height: 48%;
    bottom: 11%;
  }

  .vivid-hero-actions .btn,
  .vivid-hero-actions .btn-primary {
    width: 100%;
  }

  .vivid-sales-stat {
    padding: 1.1rem 1.05rem;
  }

  .vivid-map-card {
    min-height: 180px;
  }

  .vivid-integrations {
    padding: 1.15rem 1rem;
  }

  .vivid-sensor-card {
    padding: 0.9rem;
  }

  .vivid-sensor-shot {
    min-height: 180px;
  }

  .vivid-scenario-card__tag {
    margin-top: 0.75rem;
  }

  .vivid-proof-strip__items {
    gap: 0.45rem;
  }

  .vivid-cta-card {
    padding: 1.2rem 1.05rem;
  }

  .vivid-newsletter {
    padding: 1.35rem 1.15rem;
  }

  .vivid-newsletter__panel {
    padding: 1.1rem;
  }

  .vivid-newsletter__grid,
  .vivid-newsletter__proof {
    grid-template-columns: 1fr;
  }

  .vivid-newsletter__submit {
    width: 100%;
    justify-self: stretch;
  }

  .wms-visual__frame {
    min-height: 300px;
  }
}

.hero::after {
  content: "";
  position: absolute;
  inset: -30% auto auto -20%;
  width: 80%;
  height: 140%;
  background: radial-gradient(circle, var(--hero-glow), transparent 70%);
  transform: rotate(-8deg);
  pointer-events: none;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-water-surface {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 32%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
  opacity: 0.9;
}

.hero-water-surface::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 68%;
  background:
    linear-gradient(180deg, rgba(125, 170, 205, 0) 0%, rgba(125, 170, 205, 0.08) 30%, rgba(168, 205, 233, 0.14) 100%);
}

.hero-water-line {
  position: absolute;
  left: -8%;
  width: 116%;
  height: 68px;
  border-radius: 50%;
  border-top: 1px solid rgba(221, 241, 255, 0.34);
  background: transparent;
  transform-origin: center;
  filter: blur(0.2px);
}

.hero-water-line-a {
  bottom: 18%;
  opacity: 0.36;
  box-shadow: 0 -8px 22px rgba(168, 205, 233, 0.08);
}

.hero-water-line-b {
  bottom: 8%;
  opacity: 0.28;
  border-top-color: rgba(221, 241, 255, 0.24);
}

.hero-water-line-c {
  bottom: -2%;
  opacity: 0.18;
  border-top-color: rgba(221, 241, 255, 0.18);
}

@media (max-width: 768px) {
  .hero-water-surface {
    height: 24%;
  }

  .hero-water-line {
    height: 52px;
  }
}

.hero-tab-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.hero-tab {
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--foam);
  padding: 0.35rem 0.8rem;
  font-size: 0.82rem;
  line-height: 1.2;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.hero-tab:hover,
.hero-tab:focus-visible {
  background: rgba(255, 255, 255, 0.24);
  border-color: rgba(255, 255, 255, 0.65);
  transform: translateY(-1px);
}

.hero-tab:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: 2px;
}

.hero-tab.is-active {
  background: rgba(255, 255, 255, 0.28);
  border-color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
}

.hero-panel {
  display: none;
  margin-bottom: 0;
}

.hero-panel.is-active {
  display: block;
}


.hero-icon-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.hero-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 0.85rem;
}

.hero-icon i {
  font-size: 1rem;
}

.theme-clear .hero-home-link {
  border: 1px solid color-mix(in srgb, var(--clear-strong-accent) 70%, #ffffff 30%);
  background: color-mix(in srgb, var(--clear-hover-accent) 82%, #ffffff 18%);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 0.56rem 1rem;
  border-radius: 10px;
  box-shadow: 0 10px 22px rgba(17, 24, 32, 0.18);
}

.theme-clear .hero-home-link:hover,
.theme-clear .hero-home-link:focus-visible {
  background: color-mix(in srgb, var(--clear-strong-accent) 86%, #ffffff 14%);
  border-color: color-mix(in srgb, var(--clear-strong-accent) 92%, #ffffff 8%);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(17, 24, 32, 0.22);
}

.theme-clear .hero-home-link:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.7);
  outline-offset: 2px;
}

.hero-orb {
  position: absolute;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.35), transparent 70%);
  mix-blend-mode: screen;
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
}

.hero-orb.orb-1 {
  width: 220px;
  height: 220px;
  top: -80px;
  right: 10%;
}

.hero-orb.orb-2 {
  width: 140px;
  height: 140px;
  bottom: -50px;
  left: 8%;
}

.hero h1 {
  font-weight: 600;
  letter-spacing: -0.03em;
}

.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 0.85rem;
}

.home-page .badge-pill {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-ifat-badge {
  color: var(--foam);
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.hero-ifat-badge:hover,
.hero-ifat-badge:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.28);
  border-color: rgba(255, 255, 255, 0.75);
  transform: translateY(-1px);
}

.section-title {
  font-weight: 600;
  letter-spacing: -0.02em;
}

.card {
  border: 1px solid var(--surface-border);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  background: var(--surface);
}

.card-body {
  position: relative;
}

.card h3 {
  font-weight: 600;
}

.icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f1f4f8;
  display: grid;
  place-items: center;
  font-weight: 600;
  color: var(--accent-strong);
}

.home-page .icon-circle {
  width: 110px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(21, 52, 80, 0.08), rgba(47, 98, 136, 0.14));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  color: var(--accent-strong);
}

.home-page #products .card {
  border: none;
  box-shadow: 0 10px 24px rgba(25, 47, 71, 0.08);
  background: #ffffff;
}

.home-page #products .product-card-heading .icon-circle {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.icon-circle i {
  font-size: 1rem;
}

.microbio-embed {
  margin-top: 1rem;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #020305;
}

.microbio-embed iframe {
  width: 100%;
  height: 560px;
  border: 0;
  display: block;
}

@media (max-width: 768px) {
  .microbio-embed iframe {
    height: 520px;
  }
}
.icon-circle .product-logo-sm {
  width: 26px;
  height: auto;
}

.product-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.product-title .display-5 {
  margin-bottom: 0;
}

.product-logo {
  width: clamp(132px, 14vw, 176px);
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(15, 23, 42, 0.16));
}

.product-logo-sm {
  width: 78px;
  height: auto;
  display: block;
  object-fit: contain;
}

.card-logo {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 54px;
  height: auto;
  opacity: 0.92;
  object-fit: contain;
}

.product-card-heading {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.product-card-heading h3 {
  letter-spacing: -0.02em;
}

.home-page .product-logo-sm {
  width: 82px;
}

.strip {
  background: var(--surface);
  border-radius: 18px;
  padding: 1.25rem 1.5rem;
  border: 1px solid var(--surface-border);
  box-shadow: var(--shadow-soft);
}

[data-hover-highlight] {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

[data-hover-highlight]:hover,
[data-hover-highlight]:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.15);
  border-color: rgba(44, 159, 152, 0.35);
}

.home-page [data-hover-highlight]:hover,
.home-page [data-hover-highlight]:focus-within {
  box-shadow: 0 18px 36px rgba(21, 52, 80, 0.12);
  border-color: rgba(47, 98, 136, 0.3);
}

.map-tile {
  border: 1px solid var(--surface-border);
  border-radius: 18px;
  background: var(--surface);
  padding: 1.25rem;
  box-shadow: var(--shadow-soft);
}

.map-canvas {
  position: relative;
  min-height: 320px;
  border-radius: 14px;
  background: linear-gradient(160deg, #f6f8fb, #edf2f7);
  border: 1px solid rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.home-page .map-canvas {
  background: linear-gradient(160deg, #f4f8fb, #e9f0f6);
  border-color: rgba(21, 52, 80, 0.08);
}

.office-map {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.office-map-graphic {
  position: absolute;
  inset: 10% 18% 10% 18%;
  width: 64%;
  height: 80%;
  z-index: 1;
  opacity: 0.6;
}

#landing-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#customer-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#team-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.leaflet-container {
  font: inherit;
}

.map-canvas .leaflet-tile {
  filter: grayscale(1) contrast(1.05);
}

.map-pin {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.12);
  font-size: 0.75rem;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.12);
}

.office-pin {
  border: none;
  cursor: pointer;
  font: inherit;
  z-index: 2;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.office-pin:hover,
.office-pin:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.16);
}

.office-pin:focus-visible {
  outline: 2px solid rgba(45, 88, 123, 0.6);
  outline-offset: 2px;
}

.office-pin .office-pin-label {
  white-space: nowrap;
}

.pin-bochum {
  --pin-color: #2b7a78;
  top: 42%;
  left: 43%;
}

.pin-munich {
  --pin-color: #2874b2;
  top: 70%;
  left: 58%;
}

.pin-berlin {
  --pin-color: #c0702b;
  top: 28%;
  left: 69%;
}

.office-tooltip {
  position: absolute;
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.18);
  font-size: 0.85rem;
  opacity: 0;
  transform: translate(-50%, -110%) scale(0.96);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
  z-index: 3;
  min-width: 220px;
}

.office-tooltip.is-visible {
  opacity: 1;
  transform: translate(-50%, -110%) scale(1);
}

.office-tooltip-title {
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: #1f2a38;
}

.office-tooltip-list {
  margin: 0;
  padding-left: 1.1rem;
  color: #4b5b6c;
}

.office-list {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.office-card {
  border-radius: 14px;
  border: 1px solid var(--surface-border);
  background: rgba(255, 255, 255, 0.92);
  padding: 0.85rem 1rem;
  box-shadow: var(--shadow-soft);
}

.office-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.office-link:hover,
.office-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.16);
}

.office-link:focus-visible {
  outline: 2px solid rgba(45, 88, 123, 0.6);
  outline-offset: 2px;
}

.card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-link:hover,
.card-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.16);
}

.card-link:focus-visible {
  outline: 2px solid rgba(45, 88, 123, 0.6);
  outline-offset: 2px;
}

.office-count {
  font-size: 0.85rem;
  font-weight: 600;
  color: #405166;
}

.office-status {
  margin-left: 0.35rem;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #c0702b;
}

.office-hint {
  font-size: 0.85rem;
}

.map-label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.12);
  font-size: 0.75rem;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.12);
  white-space: nowrap;
  color: #1f2a38;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.map-label:hover,
.map-label:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 20px rgba(15, 23, 42, 0.16);
}

.map-legend-btn {
  border: none;
  background: transparent;
  padding: 0;
  font: inherit;
  color: inherit;
}

.map-legend-btn.is-active {
  font-weight: 600;
}

.map-legend-btn:not(.is-active) {
  opacity: 0.45;
}

.map-legend-btn:focus-visible {
  outline: 2px solid rgba(45, 88, 123, 0.6);
  outline-offset: 3px;
  border-radius: 999px;
}

.map-label::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pin-color, #2c9f98);
  box-shadow: 0 0 0 4px rgba(44, 159, 152, 0.15);
}

.map-label.label-vivid {
  --pin-color: #f2a341;
}

.map-label.label-teal {
  --pin-color: #43b994;
}

.map-label.label-clear {
  --pin-color: #4a9bea;
}

.map-pin::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pin-color, #2c9f98);
  box-shadow: 0 0 0 4px rgba(44, 159, 152, 0.15);
}

.pin-vivid {
  --pin-color: #f2a341;
  top: 22%;
  left: 46%;
}

.pin-teal {
  --pin-color: #43b994;
  top: 48%;
  left: 58%;
}

.pin-clear {
  --pin-color: #4a9bea;
  top: 64%;
  left: 42%;
}

.map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.75rem;
  font-size: 0.85rem;
}

.legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--pin-color, #2c9f98);
}

.legend-dot.legend-vivid {
  --pin-color: #f2a341;
}

.legend-dot.legend-teal {
  --pin-color: #43b994;
}

.legend-dot.legend-clear {
  --pin-color: #4a9bea;
}

footer {
  color: #506175;
}

.home-page .nav-link,
.home-page footer a {
  color: #234865;
}

.home-page .nav-link:hover,
.home-page .nav-link:focus-visible,
.home-page footer a:hover,
.home-page footer a:focus-visible {
  color: #102b44;
}

.home-page .btn-light {
  background: #f7fbff;
  border-color: #f7fbff;
  color: #153450;
}

.home-page .btn-light:hover,
.home-page .btn-light:focus-visible {
  background: #ffffff;
  border-color: #ffffff;
  color: #102b44;
}

.home-page .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.62);
  color: #f3f7fb;
}

.home-page .btn-outline-light:hover,
.home-page .btn-outline-light:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.84);
  color: #ffffff;
}

.home-page .btn-outline-primary,
.home-page .btn-primary {
  border-color: #153450;
  background: #153450;
}

.home-page .btn-outline-primary {
  color: #153450;
  background: transparent;
}

.home-page .btn-primary:hover,
.home-page .btn-primary:focus-visible,
.home-page .btn-outline-primary:hover,
.home-page .btn-outline-primary:focus-visible {
  border-color: #102b44;
  background: #102b44;
  color: #f7fbff;
}

.home-page .btn-outline-secondary {
  color: #234865;
  border-color: rgba(21, 52, 80, 0.18);
}

.home-page .btn-outline-secondary:hover,
.home-page .btn-outline-secondary:focus-visible {
  color: #102b44;
  border-color: rgba(21, 52, 80, 0.3);
  background: rgba(21, 52, 80, 0.05);
}

.cookie-banner {
  --cookie-banner-bg: linear-gradient(
    var(--hero-angle),
    color-mix(in srgb, var(--hero-start) 92%, #081018 8%) 0%,
    color-mix(in srgb, var(--hero-mid) 94%, #0b1420 6%) 55%,
    color-mix(in srgb, var(--hero-end) 92%, #0d1822 8%) 100%
  );
  --cookie-banner-border: color-mix(in srgb, var(--product-accent) 34%, rgba(255, 255, 255, 0.18));
  --cookie-banner-shadow: color-mix(in srgb, var(--hero-end) 42%, rgba(0, 0, 0, 0.4));
  --cookie-banner-text: rgba(242, 250, 248, 0.96);
  --cookie-banner-subtext: rgba(228, 243, 239, 0.88);
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1060;
  border-radius: 16px;
  border: 1px solid var(--cookie-banner-border);
  background: var(--cookie-banner-bg);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 50px var(--cookie-banner-shadow);
  color: var(--cookie-banner-text);
}

.cookie-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
}

.cookie-banner__title {
  font-weight: 700;
  letter-spacing: -0.01em;
}

.cookie-banner__text {
  font-family: "Okeanos Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  color: var(--cookie-banner-subtext);
}

.cookie-banner__actions {
  display: inline-flex;
  gap: 0.5rem;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .cookie-banner__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-banner__actions {
    justify-content: flex-end;
  }
}

.lang {
  display: none;
}

.lang.lang-de {
  display: block;
}

span.lang.lang-de {
  display: inline;
}

text.lang.lang-de {
  display: inline;
}

body.show-en .lang.lang-de {
  display: none;
}

body.show-en .lang.lang-en {
  display: block;
}

body.show-en span.lang.lang-en {
  display: inline;
}

body.show-en text.lang.lang-en {
  display: inline;
}

.home-page-feedback {
  --navy: #2e415b;
  --ocean: #415775;
  --foam: #ffffff;
  --mist: #f6f8fb;
  --accent: #4e6480;
  --accent-strong: #1f3148;
  --ink: #17283d;
  --page-gradient: #ffffff;
  --page-glow: none;
  --hero-glow: rgba(104, 120, 143, 0.18);
  --hero-start: #2c3e57;
  --hero-mid: #344960;
  --hero-end: #40556e;
  --product-accent: #243b56;
  --surface: #ffffff;
  --surface-border: rgba(31, 49, 72, 0.16);
  --shadow-soft: 0 14px 28px rgba(23, 40, 61, 0.08);
  --feedback-radius: 24px;
  background: #ffffff;
}

.home-page-feedback .navbar {
  background-color: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(46, 65, 91, 0.08);
}

.site-refresh {
  --navy: #2e415b;
  --ocean: #415775;
  --foam: #ffffff;
  --mist: #f6f8fb;
  --accent: #4e6480;
  --accent-strong: #1f3148;
  --ink: #17283d;
  --page-gradient: #ffffff;
  --page-glow: none;
  --hero-glow: rgba(104, 120, 143, 0.18);
  --hero-start: #2c3e57;
  --hero-mid: #344960;
  --hero-end: #40556e;
  --surface: #ffffff;
  --surface-border: rgba(31, 49, 72, 0.14);
  --shadow-soft: 0 14px 28px rgba(23, 40, 61, 0.08);
  --feedback-radius: 24px;
  background: #ffffff;
}

.site-refresh--okeanos {
  --navy: #153450;
  --ocean: #234865;
  --foam: #f3f7fb;
  --mist: #e7eef5;
  --accent: #4f7594;
  --accent-strong: #153450;
  --ink: #12263a;
  --page-gradient: linear-gradient(160deg, #f6f9fc 0%, #edf3f8 46%, #f8fbfd 100%);
  --page-glow: radial-gradient(circle at 12% 12%, rgba(21, 52, 80, 0.1), transparent 58%);
  --hero-glow: rgba(21, 52, 80, 0.22);
  --hero-angle: 132deg;
  --hero-start: #0f2d47;
  --hero-mid: #153450;
  --hero-end: #1f4768;
  --product-accent: #2f6288;
  --surface: rgba(255, 255, 255, 0.94);
  --surface-border: rgba(21, 52, 80, 0.1);
  --shadow-soft: 0 16px 34px rgba(18, 38, 58, 0.1);
  background:
    radial-gradient(circle at top left, rgba(21, 52, 80, 0.06), transparent 28%),
    var(--page-gradient);
}

.site-refresh .page-gradient {
  display: none;
}

.site-refresh .navbar {
  background-color: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(46, 65, 91, 0.08);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.site-refresh .hero,
.site-refresh .card,
.site-refresh .strip,
.site-refresh .map-tile,
.site-refresh .testimonial-card,
.site-refresh .partner-carousel,
.site-refresh .cookie-banner,
.site-refresh .feedback-panel,
.site-refresh .feedback-subpanel,
.site-refresh .feedback-topic-card,
.site-refresh .feedback-product-card,
.site-refresh .customer-card,
.site-refresh .customer-map-card,
.site-refresh .office-card,
.site-refresh .team-member-card {
  border-radius: var(--feedback-radius);
}

.site-refresh:not(.home-page) .hero {
  min-height: 440px;
  display: flex;
  align-items: flex-end;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.08), transparent 24%),
    radial-gradient(circle at 76% 18%, rgba(255, 255, 255, 0.06), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 48%),
    linear-gradient(132deg, var(--hero-start) 0%, var(--hero-mid) 54%, var(--hero-end) 100%);
  box-shadow: 0 18px 40px rgba(16, 24, 32, 0.14);
}

.site-refresh:not(.home-page) .hero::before {
  content: "";
  position: absolute;
  left: -8%;
  bottom: -18%;
  width: 116%;
  height: 34%;
  border-radius: 42% 58% 0 0 / 48% 52% 0 0;
  background:
    linear-gradient(180deg, rgba(220, 236, 249, 0.14), rgba(104, 138, 172, 0.18) 58%, rgba(55, 85, 112, 0.24)),
    linear-gradient(180deg, transparent 0 42%, rgba(244, 249, 254, 0.18) 44%, transparent 48%);
  opacity: 0.9;
  pointer-events: none;
  animation: siteRefreshWaveA 14s ease-in-out infinite;
}

.site-refresh:not(.home-page) .hero::after {
  box-shadow: none;
}

.site-refresh:not(.home-page) .hero .hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.teal-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 26%, rgba(152, 224, 182, 0.14), transparent 24%),
    radial-gradient(circle at 84% 68%, rgba(101, 194, 148, 0.14), transparent 22%),
    linear-gradient(132deg, #173f3f 0%, #1d5a51 50%, #26745f 100%) !important;
}

.teal-hero--sales {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 2rem;
  align-items: center;
}

.teal-hero__content {
  max-width: 640px;
}

.teal-hero .btn-primary {
  border-color: rgba(102, 198, 148, 0.96);
  background: linear-gradient(145deg, rgba(46, 144, 112, 0.98), rgba(71, 174, 128, 0.94));
  box-shadow: 0 14px 26px rgba(13, 54, 46, 0.16);
}

.teal-hero .btn-primary:hover,
.teal-hero .btn-primary:focus-visible {
  border-color: rgba(133, 224, 178, 0.98);
  background: linear-gradient(145deg, rgba(54, 158, 122, 0.98), rgba(85, 189, 141, 0.94));
}

.teal-hero .btn-outline-secondary {
  color: rgba(229, 245, 238, 0.9);
  border-color: rgba(166, 218, 196, 0.22);
  background: rgba(255, 255, 255, 0.04);
}

.teal-hero .btn-outline-secondary:hover,
.teal-hero .btn-outline-secondary:focus-visible {
  color: #f5fffb;
  border-color: rgba(184, 234, 214, 0.34);
  background: rgba(228, 247, 239, 0.1);
}

.teal-hero-points {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.teal-hero-point {
  display: inline-flex;
  align-items: flex-start;
  padding: 0.8rem 0.95rem;
  border-radius: 18px;
  background: rgba(235, 249, 244, 0.08);
  border: 1px solid rgba(182, 230, 206, 0.12);
  color: rgba(239, 250, 246, 0.92);
  line-height: 1.5;
}

.teal-hero-board {
  position: relative;
  z-index: 1;
  min-height: 420px;
  display: grid;
  align-items: center;
}

.teal-hero-board__frame {
  position: relative;
  min-height: 420px;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 24%, rgba(112, 222, 220, 0.12), transparent 22%),
    radial-gradient(circle at 78% 78%, rgba(118, 220, 143, 0.16), transparent 24%),
    linear-gradient(160deg, rgba(14, 40, 42, 0.68), rgba(16, 56, 51, 0.9));
  border: 1px solid rgba(181, 234, 217, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 30px 60px rgba(10, 33, 31, 0.22);
}

.teal-hero-board__grid,
.teal-hero-board__corridor,
.teal-hero-board__park,
.teal-hero-board__tree,
.teal-hero-board__rain,
.teal-hero-board__coolband,
.teal-hero-board__card,
.teal-hero-board__status,
.teal-hero-board__procurement,
.teal-hero-board__stack {
  position: absolute;
}

.teal-hero-board__grid {
  display: none;
}

.teal-hero-board__corridor {
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(161, 174, 174, 0.14), rgba(217, 236, 228, 0.3), rgba(151, 173, 171, 0.14));
  opacity: 0.72;
}

.teal-hero-board__corridor--1 {
  left: 8%;
  right: 12%;
  top: 30%;
  height: 24px;
  transform: rotate(-18deg);
}

.teal-hero-board__corridor--2 {
  left: 18%;
  right: 4%;
  bottom: 28%;
  height: 18px;
  transform: rotate(14deg);
}

.teal-hero-board__park {
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(84, 186, 122, 0.9), rgba(55, 153, 97, 0.9));
  box-shadow: 0 0 0 1px rgba(179, 245, 205, 0.12) inset;
  animation: glowPulse 6.2s ease-in-out infinite;
}

.teal-hero-board__park--1 {
  inset: 16% 54% 50% 18%;
}

.teal-hero-board__park--2 {
  inset: 36% 28% 26% 42%;
  animation-delay: -1.8s;
}

.teal-hero-board__park--3 {
  inset: 62% 56% 10% 14%;
  animation-delay: -3.2s;
}

.teal-hero-board__tree {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 34%, rgba(180, 255, 214, 0.92), rgba(51, 192, 137, 0.94));
  box-shadow: 0 0 0 5px rgba(85, 181, 144, 0.14);
}

.teal-hero-board__tree--1 {
  left: 29%;
  top: 24%;
}

.teal-hero-board__tree--2 {
  left: 64%;
  top: 48%;
}

.teal-hero-board__tree--3 {
  left: 24%;
  bottom: 18%;
}

.teal-hero-board__rain {
  left: 50%;
  top: 14%;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(119, 205, 255, 0.14), rgba(89, 181, 255, 0.04) 56%, transparent 58%);
}

.teal-hero-board__rain::before,
.teal-hero-board__rain::after {
  content: "";
  position: absolute;
  inset: 28px 56px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(193, 240, 255, 0.2), rgba(126, 212, 255, 0.04));
  transform: rotate(18deg);
}

.teal-hero-board__rain::after {
  inset: 20px 84px 18px 40px;
  transform: rotate(-16deg);
}

.teal-hero-board__coolband {
  left: 16%;
  right: 10%;
  bottom: 24%;
  height: 84px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(119, 212, 255, 0), rgba(119, 212, 255, 0.2), rgba(138, 255, 198, 0.18), rgba(119, 212, 255, 0));
  filter: blur(2px);
  animation: feedbackFoamLine 18s ease-in-out infinite;
}

.teal-hero-board__status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.3rem 0.62rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  z-index: 3;
}

.teal-hero-board__status--pilot {
  left: 12%;
  top: 10%;
  background: rgba(235, 252, 242, 0.96);
  color: #2f7a58;
}

.teal-hero-board__status--funding {
  left: 48%;
  top: 18%;
  background: rgba(234, 247, 255, 0.96);
  color: #2d6881;
}

.teal-hero-board__status--procurement {
  right: 14%;
  top: 42%;
  background: rgba(255, 244, 228, 0.96);
  color: #8a6331;
}

.teal-hero-board__card {
  display: grid;
  gap: 0.08rem;
  min-width: 132px;
  padding: 0.85rem 0.95rem;
  border-radius: 18px;
  background: rgba(247, 253, 251, 0.94);
  border: 1px solid rgba(148, 196, 182, 0.18);
  box-shadow: 0 18px 32px rgba(14, 38, 36, 0.18);
  color: #285147;
  z-index: 2;
}

.teal-hero-board__card strong {
  font-size: 0.86rem;
  letter-spacing: 0.01em;
}

.teal-hero-board__card span {
  font-size: 0.73rem;
  color: #52756c;
}

.teal-hero-board__card--1 {
  right: 10%;
  top: 12%;
}

.teal-hero-board__card--2 {
  left: 10%;
  bottom: 13%;
}

.teal-hero-board__card--3 {
  right: 14%;
  bottom: 26%;
}

.teal-hero-board__procurement {
  left: 8%;
  bottom: 10%;
  width: 220px;
  padding: 0.85rem;
  border-radius: 18px;
  background: rgba(246, 252, 249, 0.96);
  border: 1px solid rgba(146, 197, 181, 0.18);
  box-shadow: 0 18px 32px rgba(14, 38, 36, 0.18);
  color: #295246;
  z-index: 2;
}

.teal-hero-board__procurement-head {
  margin-bottom: 0.55rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4f7167;
}

.teal-hero-board__procurement-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 0.2rem 0.55rem;
  align-items: start;
  padding: 0.45rem 0;
  border-top: 1px solid rgba(100, 145, 129, 0.12);
}

.teal-hero-board__procurement-row:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.teal-hero-board__procurement-row span,
.teal-hero-board__procurement-row strong,
.teal-hero-board__procurement-row em {
  font-style: normal;
  font-size: 0.72rem;
}

.teal-hero-board__procurement-row span {
  color: #6e8b82;
  font-weight: 700;
}

.teal-hero-board__procurement-row strong {
  color: #2f584c;
}

.teal-hero-board__procurement-row em {
  grid-column: 2;
  color: #739087;
}

.teal-hero-board__stack {
  right: 8%;
  bottom: 10%;
  width: 210px;
  display: grid;
  gap: 0.6rem;
  z-index: 2;
}

.teal-hero-board__stack-card {
  display: grid;
  gap: 0.08rem;
  padding: 0.8rem 0.88rem;
  border-radius: 18px;
  background: rgba(247, 253, 251, 0.94);
  border: 1px solid rgba(148, 196, 182, 0.18);
  box-shadow: 0 16px 28px rgba(14, 38, 36, 0.16);
  color: #285147;
}

.teal-hero-board__stack-card strong {
  font-size: 0.8rem;
}

.teal-hero-board__stack-card span {
  font-size: 0.7rem;
  color: #5a776e;
}

.teal-hero-board__stack-card--2 {
  transform: translateX(-16px);
}

.teal-hero-water {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.teal-hero-water__stream {
  position: absolute;
  top: -8%;
  width: 46px;
  height: 74%;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(92, 176, 219, 0.34) 0%, rgba(80, 182, 176, 0.24) 42%, rgba(101, 202, 143, 0.38) 100%);
  filter: blur(2px);
  opacity: 0.44;
  transform-origin: top center;
  animation: tealHeroPercolate 8.8s ease-in-out infinite;
}

.teal-hero-water__stream::after {
  content: "";
  position: absolute;
  inset: 8% 18% auto;
  height: 62%;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(221, 245, 255, 0.18), rgba(180, 245, 231, 0.04));
  opacity: 0.5;
}

.teal-hero-water__stream--1 {
  left: 60%;
  animation-delay: -0.8s;
}

.teal-hero-water__stream--2 {
  left: 67%;
  width: 38px;
  height: 68%;
  animation-delay: -2.1s;
}

.teal-hero-water__stream--3 {
  left: 74%;
  width: 54px;
  height: 78%;
  animation-delay: -1.4s;
}

.teal-hero-water__stream--4 {
  left: 82%;
  width: 34px;
  height: 62%;
  animation-delay: -3s;
}

.teal-hero-water__stream--5 {
  left: 88%;
  width: 42px;
  height: 70%;
  animation-delay: -2.4s;
}

.teal-hero-water__stream--6 {
  left: 94%;
  width: 28px;
  height: 58%;
  animation-delay: -1.1s;
}

.teal-hero-water__pool {
  position: absolute;
  left: 55%;
  right: -8%;
  bottom: -14%;
  height: 42%;
  border-radius: 48% 52% 0 0 / 60% 58% 0 0;
  background:
    radial-gradient(circle at 20% 18%, rgba(122, 205, 255, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(88, 156, 220, 0.06), rgba(63, 168, 136, 0.16) 50%, rgba(38, 118, 92, 0.26) 100%);
  filter: blur(1px);
  opacity: 0.74;
}

.teal-sales-metric {
  border-color: rgba(108, 165, 146, 0.12);
  background:
    radial-gradient(circle at top right, rgba(125, 214, 175, 0.12), transparent 32%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.96), rgba(235, 247, 242, 0.94));
}

.teal-section-badge {
  background: rgba(37, 107, 88, 0.08);
  color: #2b6556;
  border: 1px solid rgba(72, 138, 114, 0.12);
}

.teal-scenario-card,
.teal-proof-strip,
.teal-journey-card,
.teal-scene-card,
.teal-rollout-card {
  border-color: rgba(88, 145, 123, 0.14);
  background:
    radial-gradient(circle at top right, rgba(127, 208, 179, 0.12), transparent 30%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.95), rgba(239, 248, 244, 0.94));
}

.teal-sales-list {
  margin: 0;
  padding-left: 1.1rem;
}

.teal-sales-list li + li {
  margin-top: 0.55rem;
}

.teal-proof-strip__items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.teal-proof-chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(89, 142, 120, 0.12);
  color: #31584d;
  font-size: 0.82rem;
}

.teal-proof-chip--hint {
  cursor: help;
}

.teal-proof-chip__tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  z-index: 8;
  width: min(280px, 70vw);
  padding: 0.78rem 0.88rem;
  border-radius: 16px;
  border: 1px solid rgba(92, 145, 122, 0.16);
  background: rgba(249, 253, 251, 0.98);
  box-shadow: 0 18px 32px rgba(18, 49, 43, 0.14);
  color: #30564b;
  font-size: 0.78rem;
  line-height: 1.45;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  pointer-events: none;
}

.teal-proof-chip__tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 14px;
  height: 14px;
  background: rgba(249, 253, 251, 0.98);
  border-right: 1px solid rgba(92, 145, 122, 0.16);
  border-bottom: 1px solid rgba(92, 145, 122, 0.16);
  transform: translateX(-50%) rotate(45deg);
}

.teal-proof-chip--hint:hover .teal-proof-chip__tooltip,
.teal-proof-chip--hint:focus-visible .teal-proof-chip__tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.teal-use-card {
  border-color: rgba(77, 138, 116, 0.14);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.95), rgba(236, 247, 242, 0.92));
}

.teal-use-card__icon {
  width: 72px;
  height: 72px;
  margin-bottom: 1rem;
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(229, 249, 241, 0.94), rgba(204, 239, 223, 0.88));
  border: 1px solid rgba(103, 161, 137, 0.12);
  position: relative;
}

.teal-use-card__icon::before,
.teal-use-card__icon::after {
  content: "";
  position: absolute;
}

.teal-use-card__icon--storm::before {
  inset: 14px 16px 30px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(220, 243, 238, 0.96));
}

.teal-use-card__icon--storm::after {
  left: 18px;
  right: 18px;
  bottom: 14px;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(115, 220, 255, 0.92), rgba(63, 145, 234, 0.96));
  clip-path: polygon(0 100%, 0 42%, 20% 56%, 42% 36%, 64% 46%, 100% 18%, 100% 100%);
}

.teal-use-card__icon--heat::before {
  inset: 14px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 214, 95, 0.98), rgba(255, 168, 90, 0.94) 54%, rgba(255, 146, 117, 0.22) 56%, transparent 70%);
}

.teal-use-card__icon--heat::after {
  left: 22px;
  right: 22px;
  bottom: 12px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(116, 216, 255, 0.18), rgba(92, 210, 170, 0.8), rgba(116, 216, 255, 0.18));
}

.teal-use-card__icon--delivery::before {
  inset: 16px;
  border-radius: 18px;
  border: 4px solid rgba(60, 155, 117, 0.94);
}

.teal-use-card__icon--delivery::after {
  left: 30px;
  top: 18px;
  width: 12px;
  height: 28px;
  border-right: 4px solid rgba(60, 155, 117, 0.94);
  border-bottom: 4px solid rgba(60, 155, 117, 0.94);
  transform: rotate(40deg);
}

.teal-journey {
  display: grid;
  gap: 1rem;
}

.teal-journey__step {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 0.95rem;
  align-items: start;
}

.teal-journey__step strong {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(53, 138, 110, 0.96), rgba(90, 176, 138, 0.94));
  color: #f2fffb;
  font-size: 1.15rem;
}

.teal-journey__step h4 {
  margin-bottom: 0.35rem;
}

.teal-journey__step p {
  margin-bottom: 0;
}

.teal-scene {
  position: relative;
  min-height: 240px;
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(227, 244, 238, 0.96), rgba(206, 232, 222, 0.88));
  border: 1px solid rgba(100, 149, 130, 0.12);
}

.teal-scene__grid,
.teal-scene__block,
.teal-scene__street,
.teal-scene__park,
.teal-scene__flow,
.teal-scene__target {
  position: absolute;
}

.teal-scene__grid {
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0, transparent calc(100% - 1px), rgba(88, 147, 126, 0.08) calc(100% - 1px)),
    linear-gradient(180deg, transparent 0, transparent calc(100% - 1px), rgba(88, 147, 126, 0.08) calc(100% - 1px));
  background-size: 44px 100%, 100% 44px;
}

.teal-scene__block {
  border-radius: 16px;
  background: rgba(108, 124, 119, 0.26);
}

.teal-scene__block--1 {
  inset: 18% 60% 56% 12%;
}

.teal-scene__block--2 {
  inset: 30% 18% 44% 58%;
}

.teal-scene__block--3 {
  inset: 62% 44% 14% 20%;
}

.teal-scene__street {
  border-radius: 999px;
  background: rgba(226, 236, 233, 0.94);
}

.teal-scene__street--1 {
  left: 4%;
  right: 12%;
  top: 34%;
  height: 18px;
  transform: rotate(-14deg);
}

.teal-scene__street--2 {
  left: 18%;
  right: 6%;
  bottom: 26%;
  height: 14px;
  transform: rotate(10deg);
}

.teal-scene__street--3 {
  left: 56%;
  top: 8%;
  width: 16px;
  bottom: 10%;
  transform: rotate(-24deg);
}

.teal-scene__park {
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(82, 186, 125, 0.92), rgba(56, 153, 97, 0.9));
}

.teal-scene__park--1 {
  inset: 18% 36% 40% 34%;
}

.teal-scene__park--2 {
  inset: 58% 12% 12% 54%;
}

.teal-scene__flow {
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(118, 219, 255, 0), rgba(118, 219, 255, 0.72), rgba(114, 255, 190, 0.62), rgba(118, 219, 255, 0));
  filter: blur(1px);
  animation: feedbackFoamLine 17s ease-in-out infinite;
}

.teal-scene__flow--1 {
  left: 16%;
  right: 16%;
  top: 48%;
  height: 22px;
}

.teal-scene__flow--2 {
  left: 32%;
  right: 12%;
  bottom: 22%;
  height: 16px;
  animation-delay: -5s;
}

.teal-scene__target {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 0 6px rgba(90, 180, 142, 0.16);
  border: 2px solid rgba(58, 141, 110, 0.82);
}

.teal-scene__target--1 {
  left: 42%;
  top: 40%;
}

.teal-scene__target--2 {
  right: 20%;
  bottom: 20%;
}

.teal-rollout-card__phase {
  display: grid;
  gap: 0.4rem;
  height: 100%;
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(92, 145, 122, 0.12);
  color: #355b50;
}

.teal-rollout-card__phase strong {
  color: #275848;
}

.teal-cta-card {
  height: 100%;
  padding: 1.45rem 1.4rem;
  border-radius: 24px;
  border: 1px solid rgba(70, 134, 109, 0.18);
  background: linear-gradient(160deg, rgba(22, 71, 63, 0.98), rgba(35, 112, 86, 0.94));
  box-shadow: 0 22px 40px rgba(18, 49, 43, 0.16);
  color: #f1fbf7;
}

.teal-cta-card--link {
  display: block;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.teal-cta-card--link:hover,
.teal-cta-card--link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(145, 223, 186, 0.28);
  box-shadow: 0 28px 46px rgba(18, 49, 43, 0.22);
  background: linear-gradient(160deg, rgba(28, 85, 74, 0.98), rgba(46, 128, 101, 0.94));
  color: #f7fffb;
}

.teal-cta-card__eyebrow {
  color: rgba(188, 235, 213, 0.74);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
}

.teal-cta-card h3,
.teal-cta-card p {
  color: inherit;
}

.clear-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 24%, rgba(214, 223, 232, 0.14), transparent 22%),
    radial-gradient(circle at 86% 74%, rgba(168, 182, 196, 0.14), transparent 24%),
    linear-gradient(132deg, #3d4955 0%, #566472 52%, #738292 100%) !important;
}

.clear-hero-bubbles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.clear-hero-bubble {
  position: absolute;
  bottom: 10%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 34%, rgba(255, 255, 255, 0.78), rgba(218, 235, 244, 0.2) 56%, rgba(202, 224, 236, 0.08) 100%);
  border: 1px solid rgba(239, 246, 249, 0.28);
  opacity: 0.58;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
  animation: clearHeroBubble 7.8s ease-in-out infinite;
}

.clear-hero-bubble--1 {
  left: 66%;
  width: 12px;
  height: 12px;
  animation-delay: -0.4s;
}

.clear-hero-bubble--2 {
  left: 72%;
  width: 20px;
  height: 20px;
  animation-delay: -2.2s;
}

.clear-hero-bubble--3 {
  left: 78%;
  width: 14px;
  height: 14px;
  animation-delay: -1.1s;
}

.clear-hero-bubble--4 {
  left: 84%;
  width: 24px;
  height: 24px;
  animation-delay: -3.4s;
}

.clear-hero-bubble--5 {
  left: 89%;
  width: 10px;
  height: 10px;
  animation-delay: -4.2s;
}

.clear-hero-bubble--6 {
  left: 93%;
  width: 16px;
  height: 16px;
  animation-delay: -2.8s;
}

.riskaware-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 22%, rgba(187, 213, 229, 0.12), transparent 22%),
    radial-gradient(circle at 84% 72%, rgba(145, 172, 191, 0.16), transparent 24%),
    linear-gradient(132deg, #22384a 0%, #2d495d 52%, #48647a 100%) !important;
}

.riskaware-hero-grid {
  position: absolute;
  right: clamp(1.5rem, 4vw, 3.5rem);
  bottom: clamp(1.2rem, 3vw, 2.5rem);
  width: min(390px, 42vw);
  aspect-ratio: 1.05;
  pointer-events: none;
  z-index: 0;
}

.riskaware-hero-grid__panel {
  position: absolute;
  inset: 0;
  border-radius: 28px;
  border: 1px solid rgba(214, 232, 244, 0.18);
  background:
    linear-gradient(180deg, rgba(9, 23, 35, 0.16), rgba(9, 23, 35, 0.32)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 26px 44px rgba(6, 15, 24, 0.22);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.riskaware-hero-grid__panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 20px;
  background:
    linear-gradient(rgba(205, 222, 232, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(205, 222, 232, 0.12) 1px, transparent 1px);
  background-size: 62px 62px;
  opacity: 0.55;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.76));
}

.riskaware-hero-grid__route {
  position: absolute;
  inset: 0;
}

.riskaware-hero-grid__route svg {
  width: 100%;
  height: 100%;
  display: block;
}

.riskaware-hero-grid__cell,
.riskaware-hero-grid__pulse,
.riskaware-hero-grid__alert {
  position: absolute;
  border-radius: 18px;
}

.riskaware-hero-grid__cell {
  width: 76px;
  height: 76px;
  border: 1px solid rgba(214, 232, 244, 0.16);
  background: linear-gradient(180deg, rgba(237, 244, 248, 0.1), rgba(151, 180, 199, 0.12));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.riskaware-hero-grid__cell--1 { left: 24px; top: 36px; }
.riskaware-hero-grid__cell--2 { left: 126px; top: 68px; }
.riskaware-hero-grid__cell--3 { left: 234px; top: 36px; }
.riskaware-hero-grid__cell--4 { left: 90px; top: 180px; }
.riskaware-hero-grid__cell--5 { left: 220px; top: 198px; }

.riskaware-hero-grid__cell--focus {
  background: linear-gradient(180deg, rgba(195, 224, 242, 0.22), rgba(115, 156, 184, 0.24));
  border-color: rgba(188, 226, 248, 0.4);
}

.riskaware-hero-grid__pulse {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #dff5ff;
  box-shadow: 0 0 0 0 rgba(188, 231, 255, 0.34);
  animation: riskawarePulse 4.8s ease-out infinite;
}

.riskaware-hero-grid__pulse--1 { left: 82px; top: 72px; }
.riskaware-hero-grid__pulse--2 { left: 182px; top: 114px; animation-delay: -1.6s; }
.riskaware-hero-grid__pulse--3 { left: 286px; top: 92px; animation-delay: -3.2s; }

.riskaware-hero-grid__alert {
  right: 18px;
  top: 18px;
  padding: 0.5rem 0.65rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 214, 214, 0.26);
  background: linear-gradient(180deg, rgba(102, 34, 44, 0.84), rgba(64, 22, 29, 0.92));
  color: #ffe7e5;
  font-size: 0.72rem;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(18, 6, 10, 0.24);
}

.riskaware-hero-grid__legend {
  position: absolute;
  left: 22px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.42rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(214, 232, 244, 0.18);
  background: rgba(9, 23, 35, 0.44);
  color: rgba(229, 241, 248, 0.84);
  font-size: 0.76rem;
}

.riskaware-hero-grid__legend::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d6efff;
  box-shadow: 0 0 0 4px rgba(214, 239, 255, 0.14);
}

.riskaware-stack .strip {
  background: linear-gradient(180deg, rgba(246, 249, 252, 0.98), rgba(238, 244, 248, 0.92));
}

@keyframes riskawarePulse {
  0%,
  100% {
    transform: scale(0.96);
    box-shadow: 0 0 0 0 rgba(188, 231, 255, 0.04);
    opacity: 0.82;
  }
  50% {
    transform: scale(1.06);
    box-shadow: 0 0 0 12px rgba(188, 231, 255, 0);
    opacity: 1;
  }
}

@media (max-width: 992px) {
  .riskaware-hero-grid {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(360px, 100%);
    margin: 1.5rem auto 0;
  }
}

@media (max-width: 768px) {
  .riskaware-hero-grid {
    width: min(320px, 100%);
  }

  .riskaware-hero-grid__panel::before {
    background-size: 48px 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .riskaware-hero-grid__pulse {
    animation: none !important;
  }
}

.site-refresh .card,
.site-refresh .strip,
.site-refresh .map-tile,
.site-refresh .customer-card,
.site-refresh .customer-map-card,
.site-refresh .office-card,
.site-refresh .testimonial-card {
  border: 1px solid rgba(31, 49, 72, 0.12);
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(23, 40, 61, 0.06);
}

.site-refresh .map-canvas {
  border-radius: 18px;
  border: 1px solid rgba(31, 49, 72, 0.08);
  background: linear-gradient(160deg, #f6f8fb, #edf2f7);
}

.site-refresh .badge-pill,
.site-refresh .chip,
.site-refresh .customer-card-tag,
.site-refresh .feedback-link-pill {
  border-radius: 999px;
}

.home-page-feedback .hero,
.home-page-feedback .card,
.home-page-feedback .strip,
.home-page-feedback .map-tile,
.home-page-feedback .testimonial-carousel,
.home-page-feedback .partner-carousel,
.home-page-feedback .cookie-banner,
.home-page-feedback .feedback-panel,
.home-page-feedback .feedback-subpanel,
.home-page-feedback .feedback-topic-card,
.home-page-feedback .feedback-product-card {
  border-radius: var(--feedback-radius);
}

.feedback-hero {
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.14), transparent 20%),
    radial-gradient(circle at 78% 16%, rgba(207, 233, 248, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 32%, rgba(8, 23, 38, 0.12) 100%),
    linear-gradient(140deg, #11324c 0%, #184564 44%, #2b6785 100%);
  box-shadow:
    0 24px 50px rgba(10, 28, 43, 0.16);
}

.feedback-hero-water {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.feedback-hero-water::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 28%, rgba(9, 25, 41, 0.16) 100%),
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.1), transparent 18%),
    radial-gradient(circle at 74% 22%, rgba(214, 236, 249, 0.08), transparent 22%);
  opacity: 0.78;
}

.feedback-hero-wave {
  position: absolute;
  right: -2%;
  left: auto;
  width: 58%;
  pointer-events: none;
  clip-path: polygon(
    0 100%,
    0 90%,
    8% 88%,
    16% 84%,
    24% 77%,
    31% 68%,
    37% 56%,
    42% 42%,
    46% 28%,
    49% 16%,
    51% 9%,
    53% 6%,
    56% 9%,
    61% 17%,
    68% 29%,
    76% 43%,
    84% 58%,
    91% 71%,
    97% 81%,
    100% 88%,
    100% 100%
  );
  will-change: transform, opacity;
}

.feedback-hero-wave--1 {
  bottom: -2%;
  height: 78%;
  background: linear-gradient(180deg, rgba(172, 213, 237, 0.18), rgba(54, 102, 134, 0.32) 56%, rgba(15, 44, 68, 0.56));
  opacity: 0.72;
  filter: blur(0.18px);
}

.feedback-hero-wave--2 {
  bottom: 5%;
  height: 66%;
  background: linear-gradient(180deg, rgba(223, 239, 249, 0.16), rgba(101, 147, 179, 0.24) 54%, rgba(26, 68, 96, 0.34));
  opacity: 0.5;
  filter: blur(0.2px);
  animation-delay: -2.8s;
}

.feedback-hero-wave--3 {
  bottom: 12%;
  height: 54%;
  background: linear-gradient(180deg, rgba(243, 249, 253, 0.28), rgba(150, 191, 219, 0.24) 46%, rgba(49, 91, 120, 0.24));
  opacity: 0.42;
  overflow: hidden;
  animation-delay: -4.4s;
}

.feedback-hero-wave--3::before {
  content: "";
  position: absolute;
  left: 41%;
  top: 5%;
  width: 20%;
  height: 9px;
  background: linear-gradient(180deg, rgba(247, 251, 255, 0.82), rgba(236, 246, 255, 0.18) 72%, transparent);
  filter: blur(0.3px);
  opacity: 0.62;
}

.feedback-hero-wave--3::after {
  content: "";
  position: absolute;
  left: 42%;
  top: 4%;
  width: 19%;
  height: 11px;
  background:
    radial-gradient(circle at 8% 72%, rgba(255, 255, 255, 0.9) 0 0.9px, transparent 1px),
    radial-gradient(circle at 22% 34%, rgba(255, 255, 255, 0.82) 0 1px, transparent 1.1px),
    radial-gradient(circle at 48% 60%, rgba(255, 255, 255, 0.76) 0 0.9px, transparent 1px),
    radial-gradient(circle at 74% 28%, rgba(255, 255, 255, 0.84) 0 1px, transparent 1.1px),
    radial-gradient(circle at 92% 58%, rgba(255, 255, 255, 0.78) 0 0.85px, transparent 0.95px);
  filter: blur(0.2px);
  opacity: 0.34;
  transform: translate3d(0, 0, 0);
}

@keyframes feedback-hero-wave-surge {
  0%, 100% {
    transform: translateX(0) translateY(0);
  }
  50% {
    transform: translateX(-0.8%) translateY(-1%);
  }
}

.feedback-hero-drop {
  position: absolute;
  top: -18%;
  width: 10px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.12) 36%, rgba(255, 255, 255, 0.3) 100%);
  box-shadow:
    0 0 0 1px rgba(214, 234, 248, 0.06),
    0 6px 18px rgba(220, 237, 248, 0.08);
  opacity: 0;
  filter: blur(0.2px);
}

.feedback-hero-drop::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.12) 62%, transparent 72%);
}

.feedback-hero-drop--1 {
  left: 10%;
  height: 148px;
}

.feedback-hero-drop--2 {
  left: 18%;
  height: 92px;
  width: 8px;
}

.feedback-hero-drop--3 {
  left: 29%;
  height: 176px;
  width: 11px;
}

.feedback-hero-drop--4 {
  left: 41%;
  height: 118px;
}

.feedback-hero-drop--5 {
  left: 56%;
  height: 164px;
  width: 9px;
}

.feedback-hero-drop--6 {
  left: 67%;
  height: 104px;
  width: 7px;
}

.feedback-hero-drop--7 {
  left: 76%;
  height: 188px;
  width: 12px;
}

.feedback-hero-drop--8 {
  left: 86%;
  height: 126px;
  width: 8px;
}

.feedback-hero-drop--9 {
  left: 92%;
  height: 82px;
  width: 6px;
}

.feedback-hero__content {
  max-width: 760px;
  padding: clamp(1.5rem, 2vw, 2rem);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(10, 28, 43, 0.16), rgba(10, 28, 43, 0.28));
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 30px rgba(7, 20, 31, 0.12);
}

.feedback-hero__brand {
  margin-bottom: 1.25rem;
}

.feedback-hero__logo {
  width: clamp(190px, 28vw, 280px);
  height: auto;
  display: block;
  filter: drop-shadow(0 12px 30px rgba(18, 28, 41, 0.24));
}

.feedback-hero__kicker {
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.77rem;
  font-weight: 600;
  color: rgba(240, 247, 251, 0.78);
}

.feedback-hero__mission {
  max-width: 60ch;
  color: rgba(244, 248, 251, 0.94);
  font-size: clamp(1.03rem, 1.1vw, 1.16rem);
  line-height: 1.66;
}

.feedback-hero h1 {
  max-width: 12ch;
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 600;
  text-wrap: balance;
  text-shadow: 0 8px 24px rgba(7, 20, 31, 0.22);
}

.feedback-hero .btn-light {
  background: rgba(249, 252, 254, 0.96);
  border-color: rgba(249, 252, 254, 0.96);
  color: #12314b;
}

.feedback-hero .btn-outline-light {
  border-color: rgba(240, 247, 251, 0.46);
  background: rgba(255, 255, 255, 0.04);
}

.feedback-hero .btn-outline-light:hover,
.feedback-hero .btn-outline-light:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(244, 249, 252, 0.72);
  color: #f7fbfd;
}

.feedback-panel,
.feedback-topic-card {
  border: 1px solid var(--surface-border);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.feedback-panel {
  padding: 1.6rem;
}

.feedback-panel__intro {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1.5rem;
  margin-bottom: 1.4rem;
}

.feedback-panel__copy {
  max-width: 44rem;
  color: #3f5268;
  font-family: var(--font-display);
  font-size: clamp(1.28rem, 1.15rem + 0.55vw, 1.7rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.feedback-eyebrow,
.feedback-subpanel__eyebrow {
  margin-bottom: 0.45rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.74rem;
  font-weight: 600;
  color: #506784;
}

.feedback-product-card {
  height: 100%;
  overflow: hidden;
  border: none;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(23, 40, 61, 0.05);
}

.feedback-product-card__visual {
  height: 180px;
  position: relative;
  border-bottom: none;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fbff 0%, #eef4fa 100%);
}

.feedback-product-card__visual::before,
.feedback-product-card__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  display: none;
}

.feedback-product-card__placeholder {
  position: absolute;
  inset: 20px;
  border: 1px dashed rgba(84, 107, 132, 0.32);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(236, 242, 247, 0.92)),
    repeating-linear-gradient(
      -45deg,
      rgba(122, 146, 171, 0.08) 0,
      rgba(122, 146, 171, 0.08) 10px,
      rgba(255, 255, 255, 0) 10px,
      rgba(255, 255, 255, 0) 20px
    );
}

.feedback-product-card__body {
  padding: 1.25rem;
}

.product-dummy-panel {
  padding: 1.6rem;
  border: 1px solid var(--surface-border);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.product-dummy-panel__intro {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1.5rem;
  margin-bottom: 1.4rem;
}

.product-dummy-panel__eyebrow {
  margin-bottom: 0.45rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.74rem;
  font-weight: 600;
  color: #506784;
}

.product-dummy-panel__copy {
  max-width: 44rem;
  color: #3f5268;
  font-size: 1rem;
}

.product-dummy-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(31, 49, 72, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(23, 40, 61, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.product-dummy-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.product-dummy-card-link:hover,
.product-dummy-card-link:focus-visible {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.product-dummy-card-link:focus-visible .product-dummy-card {
  outline: 3px solid rgba(52, 96, 149, 0.24);
  outline-offset: 3px;
}

.product-dummy-card-link:hover .product-dummy-card,
.product-dummy-card-link:focus-visible .product-dummy-card {
  transform: translateY(-4px);
  box-shadow: 0 22px 42px rgba(18, 34, 54, 0.16);
  border-color: rgba(21, 52, 80, 0.3);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.product-dummy-card__visual {
  padding: 24px;
  background: linear-gradient(180deg, #f7fafd 0%, #eef3f8 100%);
  transition: background 0.2s ease, box-shadow 0.2s ease, min-height 0.2s ease;
}

.product-dummy-card-link:hover .product-dummy-card__visual,
.product-dummy-card-link:focus-visible .product-dummy-card__visual {
  background: linear-gradient(180deg, var(--hero-start) 0%, var(--hero-mid) 55%, var(--hero-end) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 -18px 34px rgba(7, 16, 28, 0.18);
}

.product-dummy-card__visual--evide {
  background: linear-gradient(180deg, #071813 0%, #0d221b 100%);
}

.product-dummy-card-link:hover .product-dummy-card__visual--evide,
.product-dummy-card-link:focus-visible .product-dummy-card__visual--evide {
  background: linear-gradient(180deg, #071813 0%, #0d221b 100%);
}

.pulse-preview-svg {
  width: 100%;
  height: auto;
  display: block;
}

.product-schema {
  display: block;
  width: 100%;
  height: 160px;
  transition: opacity 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

.product-dummy-card-link:hover .product-schema,
.product-dummy-card-link:focus-visible .product-schema {
  transform: scale(1.04);
  filter: drop-shadow(0 14px 24px rgba(7, 16, 28, 0.24));
}

.product-schema .product-schema__rain,
.product-schema .product-schema__infiltration,
.product-schema .product-schema__bubble,
.product-schema .product-schema__rake,
.product-schema .product-schema__alert {
  transform-box: fill-box;
  transform-origin: center;
}

.product-schema__shadow {
  fill: rgba(52, 96, 149, 0.08);
}

.product-schema__cloud,
.product-schema__cloud--small {
  fill: rgba(194, 220, 246, 0.62);
}

.product-schema__slab {
  fill: rgba(250, 252, 255, 0.98);
  stroke: rgba(110, 153, 203, 0.46);
  stroke-width: 2;
}

.product-schema__slab-edge {
  fill: rgba(169, 202, 236, 0.52);
}

.product-schema__slab-edge--left {
  fill: rgba(196, 220, 244, 0.58);
}

.product-schema__river {
  fill: none;
  stroke: rgba(91, 154, 224, 0.88);
  stroke-width: 10;
  stroke-linecap: round;
}

.product-schema__river-glow {
  fill: none;
  stroke: rgba(175, 217, 255, 0.92);
  stroke-width: 4;
  stroke-linecap: round;
}

.product-schema__node {
  fill: #eef7ff;
  stroke: rgba(76, 126, 186, 0.78);
  stroke-width: 2;
}

.product-schema__rain {
  fill: none;
  stroke: rgba(157, 208, 255, 0.95);
  stroke-width: 3;
  stroke-linecap: round;
  animation: product-schema-rain 2.8s ease-in-out infinite;
}

.product-schema__screen rect {
  fill: rgba(245, 250, 255, 0.96);
  stroke: rgba(82, 129, 188, 0.72);
  stroke-width: 2.2;
}

.product-schema__screen path {
  fill: none;
  stroke: rgba(111, 166, 221, 0.88);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-schema__chart-line {
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  animation: product-schema-chart 3.6s ease-in-out infinite;
}

.product-schema__alert circle,
.product-schema__gauge circle {
  fill: rgba(232, 243, 255, 0.98);
  stroke: rgba(82, 129, 188, 0.72);
  stroke-width: 2;
}

.product-schema__alert path,
.product-schema__gauge path {
  fill: none;
  stroke: rgba(82, 129, 188, 0.9);
  stroke-width: 2.3;
  stroke-linecap: round;
}

.product-schema__alert {
  animation: product-schema-pulse 2.6s ease-in-out infinite;
}

.product-schema__needle {
  transform-box: view-box;
  transform-origin: 243px 98px;
  animation: product-schema-gauge 2.4s ease-in-out infinite;
}

.product-schema__plot {
  fill: rgba(231, 244, 255, 0.95);
  stroke: rgba(111, 166, 221, 0.58);
  stroke-width: 1.8;
}

.product-schema__hex {
  fill: rgba(233, 245, 255, 0.95);
  stroke: rgba(103, 155, 210, 0.62);
  stroke-width: 2;
}

.product-schema__plane {
  fill: rgba(233, 245, 255, 0.95);
  stroke: rgba(103, 155, 210, 0.62);
  stroke-width: 2;
}

.product-schema__plane--lower {
  fill: rgba(222, 237, 250, 0.92);
}

.product-schema__plane--teal {
  animation: product-schema-teal-wet 3.2s ease-in-out infinite;
}

.product-schema__plane-side {
  fill: rgba(181, 209, 236, 0.62);
  stroke: rgba(103, 155, 210, 0.45);
  stroke-width: 1.6;
}

.product-schema__plane-side--front {
  fill: rgba(160, 192, 223, 0.72);
}

.product-schema__city-grid {
  filter: drop-shadow(0 10px 16px rgba(24, 52, 75, 0.2));
}

.product-schema__city-top {
  fill: #a3a8b0;
  stroke: rgba(18, 52, 86, 0.2);
  stroke-width: 0.9;
}

.product-schema__city-left {
  fill: #8e939b;
  stroke: rgba(18, 52, 86, 0.2);
  stroke-width: 0.9;
}

.product-schema__city-right {
  fill: #7a8088;
  stroke: rgba(18, 52, 86, 0.2);
  stroke-width: 0.9;
}

.product-schema__city-tile--impact .product-schema__city-top {
  fill: #95bcc8;
  animation: product-schema-teal-top 14s ease-in-out infinite;
  animation-delay: var(--teal-delay, 0s);
}

.product-schema__city-tile--impact .product-schema__city-left {
  fill: #7597a5;
  animation: product-schema-teal-left 14s ease-in-out infinite;
  animation-delay: var(--teal-delay, 0s);
}

.product-schema__city-tile--impact .product-schema__city-right {
  fill: #5f7f8d;
  animation: product-schema-teal-right 14s ease-in-out infinite;
  animation-delay: var(--teal-delay, 0s);
}

.product-schema__city-tree-shadow {
  fill: rgba(15, 23, 42, 0.12);
}

.product-schema__city-tree-trunk {
  fill: #6e4e34;
}

.product-schema__city-tree-crown {
  fill: #2f6288;
  stroke: rgba(21, 52, 80, 0.34);
  stroke-width: 1.2;
}

.product-schema__waterway {
  fill: none;
  stroke: rgba(112, 180, 231, 0.9);
  stroke-width: 11;
  stroke-linecap: round;
}

.product-schema__grid {
  fill: none;
  stroke: rgba(116, 172, 224, 0.42);
  stroke-width: 1.4;
  stroke-linecap: round;
}

.product-schema__building {
  fill: rgba(245, 250, 255, 0.98);
  stroke: rgba(95, 142, 197, 0.64);
  stroke-width: 1.8;
}

.product-schema__tree {
  fill: rgba(170, 211, 244, 0.9);
  stroke: rgba(88, 136, 190, 0.55);
  stroke-width: 1.6;
}

.product-schema__path {
  fill: none;
  stroke: rgba(171, 203, 234, 0.88);
  stroke-width: 4;
  stroke-linecap: round;
}

.product-schema__infiltration {
  fill: none;
  stroke: rgba(119, 195, 224, 0.82);
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 4 5;
  animation: product-schema-infiltration 2.4s linear infinite;
}

.product-schema__module {
  fill: rgba(239, 246, 254, 0.98);
  stroke: rgba(102, 146, 196, 0.66);
  stroke-width: 2;
}

.product-schema__basin {
  fill: rgba(246, 250, 255, 0.98);
  stroke: rgba(88, 131, 186, 0.74);
  stroke-width: 2.5;
}

.product-schema__basin-side {
  fill: rgba(177, 204, 232, 0.55);
  stroke: rgba(96, 136, 189, 0.4);
  stroke-width: 1.8;
}

.product-schema__basin-water {
  fill: rgba(104, 148, 202, 0.78);
}

.product-schema__connector {
  fill: none;
  stroke: rgba(109, 147, 193, 0.76);
  stroke-width: 4.2;
  stroke-linecap: round;
}

.product-schema__pipe {
  fill: none;
  stroke: rgba(114, 150, 195, 0.76);
  stroke-width: 4;
  stroke-linecap: round;
}

.product-schema__pipe--inlet {
  stroke-width: 5.2;
}

.product-schema__bubble {
  fill: rgba(236, 246, 255, 0.95);
  stroke: rgba(129, 170, 212, 0.65);
  stroke-width: 1.5;
  animation: product-schema-bubble 3.2s ease-in-out infinite;
}

.product-schema__rake {
  pointer-events: none;
}

.product-schema__rake-rotor {
  transform-box: fill-box;
  transform-origin: center;
  animation: product-schema-rake-spin var(--rake-duration, 8.5s) linear infinite;
  animation-delay: var(--rake-delay, 0s);
}

.product-schema__rake-hub {
  fill: rgba(216, 236, 247, 0.98);
  stroke: rgba(108, 160, 204, 0.8);
  stroke-width: 1.3;
}

.product-schema__rake-arm {
  fill: none;
  stroke: rgba(218, 237, 248, 0.96);
  stroke-width: 2.1;
  stroke-linecap: round;
}

.product-dummy-card-link:hover .product-schema__shadow,
.product-dummy-card-link:focus-visible .product-schema__shadow {
  fill: rgba(16, 24, 36, 0.16);
}

.product-dummy-card-link:hover .product-schema__cloud,
.product-dummy-card-link:focus-visible .product-schema__cloud,
.product-dummy-card-link:hover .product-schema__cloud--small,
.product-dummy-card-link:focus-visible .product-schema__cloud--small,
.product-dummy-card-link:hover .product-schema__slab,
.product-dummy-card-link:focus-visible .product-schema__slab,
.product-dummy-card-link:hover .product-schema__screen rect,
.product-dummy-card-link:focus-visible .product-schema__screen rect,
.product-dummy-card-link:hover .product-schema__plot,
.product-dummy-card-link:focus-visible .product-schema__plot,
.product-dummy-card-link:hover .product-schema__hex,
.product-dummy-card-link:focus-visible .product-schema__hex,
.product-dummy-card-link:hover .product-schema__plane,
.product-dummy-card-link:focus-visible .product-schema__plane,
.product-dummy-card-link:hover .product-schema__basin,
.product-dummy-card-link:focus-visible .product-schema__basin,
.product-dummy-card-link:hover .product-schema__bubble,
.product-dummy-card-link:focus-visible .product-schema__bubble,
.product-dummy-card-link:hover .product-schema__rake-hub,
.product-dummy-card-link:focus-visible .product-schema__rake-hub,
.product-dummy-card-link:hover .product-schema__alert circle,
.product-dummy-card-link:focus-visible .product-schema__alert circle,
.product-dummy-card-link:hover .product-schema__gauge circle,
.product-dummy-card-link:focus-visible .product-schema__gauge circle {
  fill: rgba(247, 249, 251, 0.98);
}

.product-dummy-card-link:hover .product-schema__slab-edge,
.product-dummy-card-link:focus-visible .product-schema__slab-edge,
.product-dummy-card-link:hover .product-schema__slab-edge--left,
.product-dummy-card-link:focus-visible .product-schema__slab-edge--left,
.product-dummy-card-link:hover .product-schema__plane-side,
.product-dummy-card-link:focus-visible .product-schema__plane-side,
.product-dummy-card-link:hover .product-schema__basin-side,
.product-dummy-card-link:focus-visible .product-schema__basin-side,
.product-dummy-card-link:hover .product-schema__city-left,
.product-dummy-card-link:focus-visible .product-schema__city-left,
.product-dummy-card-link:hover .product-schema__city-right,
.product-dummy-card-link:focus-visible .product-schema__city-right {
  fill: rgba(148, 156, 165, 0.92);
}

.product-dummy-card-link:hover .product-schema__river,
.product-dummy-card-link:focus-visible .product-schema__river,
.product-dummy-card-link:hover .product-schema__node,
.product-dummy-card-link:focus-visible .product-schema__node,
.product-dummy-card-link:hover .product-schema__rain,
.product-dummy-card-link:focus-visible .product-schema__rain,
.product-dummy-card-link:hover .product-schema__screen path,
.product-dummy-card-link:focus-visible .product-schema__screen path,
.product-dummy-card-link:hover .product-schema__alert path,
.product-dummy-card-link:focus-visible .product-schema__alert path,
.product-dummy-card-link:hover .product-schema__gauge path,
.product-dummy-card-link:focus-visible .product-schema__gauge path,
.product-dummy-card-link:hover .product-schema__grid,
.product-dummy-card-link:focus-visible .product-schema__grid,
.product-dummy-card-link:hover .product-schema__building,
.product-dummy-card-link:focus-visible .product-schema__building,
.product-dummy-card-link:hover .product-schema__tree,
.product-dummy-card-link:focus-visible .product-schema__tree,
.product-dummy-card-link:hover .product-schema__path,
.product-dummy-card-link:focus-visible .product-schema__path,
.product-dummy-card-link:hover .product-schema__infiltration,
.product-dummy-card-link:focus-visible .product-schema__infiltration,
.product-dummy-card-link:hover .product-schema__rake-arm,
.product-dummy-card-link:focus-visible .product-schema__rake-arm,
.product-dummy-card-link:hover .product-schema__module,
.product-dummy-card-link:focus-visible .product-schema__module,
.product-dummy-card-link:hover .product-schema__connector,
.product-dummy-card-link:focus-visible .product-schema__connector,
.product-dummy-card-link:hover .product-schema__pipe,
.product-dummy-card-link:focus-visible .product-schema__pipe,
.product-dummy-card-link:hover .product-schema__city-tree-crown,
.product-dummy-card-link:focus-visible .product-schema__city-tree-crown {
  stroke: rgba(244, 246, 248, 0.98);
}

.product-dummy-card-link:hover .product-schema__river-glow,
.product-dummy-card-link:focus-visible .product-schema__river-glow,
.product-dummy-card-link:hover .product-schema__basin-water,
.product-dummy-card-link:focus-visible .product-schema__basin-water {
  stroke: rgba(192, 198, 204, 0.95);
  fill: rgba(168, 175, 182, 0.9);
}

.product-dummy-card-link:hover .product-schema__cloud,
.product-dummy-card-link:focus-visible .product-schema__cloud,
.product-dummy-card-link:hover .product-schema__cloud--small,
.product-dummy-card-link:focus-visible .product-schema__cloud--small,
.product-dummy-card-link:hover .product-schema__slab,
.product-dummy-card-link:focus-visible .product-schema__slab,
.product-dummy-card-link:hover .product-schema__screen rect,
.product-dummy-card-link:focus-visible .product-schema__screen rect,
.product-dummy-card-link:hover .product-schema__plot,
.product-dummy-card-link:focus-visible .product-schema__plot,
.product-dummy-card-link:hover .product-schema__hex,
.product-dummy-card-link:focus-visible .product-schema__hex,
.product-dummy-card-link:hover .product-schema__plane,
.product-dummy-card-link:focus-visible .product-schema__plane,
.product-dummy-card-link:hover .product-schema__basin,
.product-dummy-card-link:focus-visible .product-schema__basin,
.product-dummy-card-link:hover .product-schema__bubble,
.product-dummy-card-link:focus-visible .product-schema__bubble,
.product-dummy-card-link:hover .product-schema__alert circle,
.product-dummy-card-link:focus-visible .product-schema__alert circle,
.product-dummy-card-link:hover .product-schema__gauge circle,
.product-dummy-card-link:focus-visible .product-schema__gauge circle,
.product-dummy-card-link:hover .product-schema__city-tree-crown,
.product-dummy-card-link:focus-visible .product-schema__city-tree-crown,
.product-dummy-card-link:hover .product-schema__city-top,
.product-dummy-card-link:focus-visible .product-schema__city-top {
  fill: rgba(249, 250, 251, 0.98);
}

.product-dummy-card-link:hover .product-schema--vivid .product-schema__cloud,
.product-dummy-card-link:focus-visible .product-schema--vivid .product-schema__cloud,
.product-dummy-card-link:hover .product-schema--vivid .product-schema__screen rect,
.product-dummy-card-link:focus-visible .product-schema--vivid .product-schema__screen rect,
.product-dummy-card-link:hover .product-schema--vivid .product-schema__alert circle,
.product-dummy-card-link:focus-visible .product-schema--vivid .product-schema__alert circle,
.product-dummy-card-link:hover .product-schema--vivid .product-schema__gauge circle,
.product-dummy-card-link:focus-visible .product-schema--vivid .product-schema__gauge circle,
.product-dummy-card-link:hover .product-schema--vivid .product-schema__node,
.product-dummy-card-link:focus-visible .product-schema--vivid .product-schema__node {
  fill: rgba(198, 231, 246, 0.94);
  stroke: rgba(110, 191, 232, 0.86);
}

.product-dummy-card-link:hover .product-schema--vivid .product-schema__slab,
.product-dummy-card-link:focus-visible .product-schema--vivid .product-schema__slab {
  fill: rgba(219, 234, 245, 0.96);
  stroke: rgba(104, 180, 222, 0.88);
  filter: drop-shadow(0 0 8px rgba(90, 190, 228, 0.14));
}

.product-dummy-card-link:hover .product-schema--vivid .product-schema__slab-edge,
.product-dummy-card-link:focus-visible .product-schema--vivid .product-schema__slab-edge,
.product-dummy-card-link:hover .product-schema--vivid .product-schema__slab-edge--left,
.product-dummy-card-link:focus-visible .product-schema--vivid .product-schema__slab-edge--left {
  fill: rgba(82, 116, 148, 0.94);
}

.product-dummy-card-link:hover .product-schema--vivid .product-schema__river,
.product-dummy-card-link:focus-visible .product-schema--vivid .product-schema__river {
  stroke: rgba(110, 206, 230, 0.9);
}

.product-dummy-card-link:hover .product-schema--vivid .product-schema__river-glow,
.product-dummy-card-link:focus-visible .product-schema--vivid .product-schema__river-glow {
  stroke: rgba(194, 233, 242, 0.72);
}

.product-dummy-card-link:hover .product-schema--vivid .product-schema__rain,
.product-dummy-card-link:focus-visible .product-schema--vivid .product-schema__rain,
.product-dummy-card-link:hover .product-schema--vivid .product-schema__screen path,
.product-dummy-card-link:focus-visible .product-schema--vivid .product-schema__screen path,
.product-dummy-card-link:hover .product-schema--vivid .product-schema__alert path,
.product-dummy-card-link:focus-visible .product-schema--vivid .product-schema__alert path,
.product-dummy-card-link:hover .product-schema--vivid .product-schema__gauge path,
.product-dummy-card-link:focus-visible .product-schema--vivid .product-schema__gauge path {
  stroke: rgba(125, 214, 236, 0.88);
}

.product-schema--teal .product-schema__rain,
.product-schema--teal .product-schema__infiltration {
  stroke: rgba(119, 195, 224, 0.9);
}

.product-schema--teal .product-schema__plane,
.product-schema--teal .product-schema__plane-side,
.product-schema--teal .product-schema__stud {
  transition: fill 0.2s ease, stroke 0.2s ease;
}

.product-schema--clear .product-schema__basin-water {
  fill: rgba(96, 138, 191, 0.82);
}

.product-dummy-card-link:hover .product-schema--teal .product-schema__cloud,
.product-dummy-card-link:focus-visible .product-schema--teal .product-schema__cloud,
.product-dummy-card-link:hover .product-schema--teal .product-schema__city-top,
.product-dummy-card-link:focus-visible .product-schema--teal .product-schema__city-top,
.product-dummy-card-link:hover .product-schema--teal .product-schema__node,
.product-dummy-card-link:focus-visible .product-schema--teal .product-schema__node,
.product-dummy-card-link:hover .product-schema--teal .product-schema__building,
.product-dummy-card-link:focus-visible .product-schema--teal .product-schema__building {
  fill: rgba(191, 231, 223, 0.94);
  stroke: rgba(92, 198, 181, 0.86);
}

.product-dummy-card-link:hover .product-schema--teal .product-schema__city-left,
.product-dummy-card-link:focus-visible .product-schema--teal .product-schema__city-left,
.product-dummy-card-link:hover .product-schema--teal .product-schema__city-right,
.product-dummy-card-link:focus-visible .product-schema--teal .product-schema__city-right,
.product-dummy-card-link:hover .product-schema--teal .product-schema__plane-side,
.product-dummy-card-link:focus-visible .product-schema--teal .product-schema__plane-side {
  fill: rgba(54, 104, 109, 0.92);
  stroke: rgba(107, 205, 188, 0.62);
}

.product-dummy-card-link:hover .product-schema--teal .product-schema__rain,
.product-dummy-card-link:focus-visible .product-schema--teal .product-schema__rain,
.product-dummy-card-link:hover .product-schema--teal .product-schema__infiltration,
.product-dummy-card-link:focus-visible .product-schema--teal .product-schema__infiltration,
.product-dummy-card-link:hover .product-schema--teal .product-schema__grid,
.product-dummy-card-link:focus-visible .product-schema--teal .product-schema__grid,
.product-dummy-card-link:hover .product-schema--teal .product-schema__path,
.product-dummy-card-link:focus-visible .product-schema--teal .product-schema__path {
  stroke: rgba(120, 219, 201, 0.9);
}

.product-dummy-card-link:hover .product-schema--teal .product-schema__city-tree-crown,
.product-dummy-card-link:focus-visible .product-schema--teal .product-schema__city-tree-crown {
  fill: rgba(103, 202, 168, 0.94);
  stroke: rgba(175, 235, 220, 0.82);
}

.product-dummy-card-link:hover .product-schema--clear .product-schema__cloud,
.product-dummy-card-link:focus-visible .product-schema--clear .product-schema__cloud,
.product-dummy-card-link:hover .product-schema--clear .product-schema__module,
.product-dummy-card-link:focus-visible .product-schema--clear .product-schema__module,
.product-dummy-card-link:hover .product-schema--clear .product-schema__basin,
.product-dummy-card-link:focus-visible .product-schema--clear .product-schema__basin {
  fill: rgba(209, 228, 242, 0.95);
  stroke: rgba(108, 183, 228, 0.86);
}

.product-dummy-card-link:hover .product-schema--clear .product-schema__basin-side,
.product-dummy-card-link:focus-visible .product-schema--clear .product-schema__basin-side,
.product-dummy-card-link:hover .product-schema--clear .product-schema__pipe,
.product-dummy-card-link:focus-visible .product-schema--clear .product-schema__pipe,
.product-dummy-card-link:hover .product-schema--clear .product-schema__connector,
.product-dummy-card-link:focus-visible .product-schema--clear .product-schema__connector {
  stroke: rgba(119, 194, 232, 0.88);
  fill: rgba(82, 116, 148, 0.9);
}

.product-dummy-card-link:hover .product-schema--clear .product-schema__basin-water,
.product-dummy-card-link:focus-visible .product-schema--clear .product-schema__basin-water {
  fill: rgba(92, 191, 221, 0.9);
  stroke: rgba(176, 225, 239, 0.72);
}

.product-dummy-card-link:hover .product-schema--clear .product-schema__rain,
.product-dummy-card-link:focus-visible .product-schema--clear .product-schema__rain,
.product-dummy-card-link:hover .product-schema--clear .product-schema__bubble,
.product-dummy-card-link:focus-visible .product-schema--clear .product-schema__bubble,
.product-dummy-card-link:hover .product-schema--clear .product-schema__rake-hub,
.product-dummy-card-link:focus-visible .product-schema--clear .product-schema__rake-hub {
  stroke: rgba(168, 218, 236, 0.86);
  fill: rgba(191, 228, 242, 0.84);
}

.product-dummy-card-link:hover .product-schema--clear .product-schema__rake-arm,
.product-dummy-card-link:focus-visible .product-schema--clear .product-schema__rake-arm {
  stroke: rgba(178, 226, 240, 0.94);
}

@keyframes product-schema-rake-spin {
  to {
    transform: rotate(360deg);
  }
}


.product-schema--vivid .product-schema__rain:nth-of-type(1) { animation-delay: -0.2s; }
.product-schema--vivid .product-schema__rain:nth-of-type(2) { animation-delay: -0.9s; }
.product-schema--vivid .product-schema__rain:nth-of-type(3) { animation-delay: -0.5s; }
.product-schema--vivid .product-schema__rain:nth-of-type(4) { animation-delay: -1.3s; }
.product-schema--vivid .product-schema__rain:nth-of-type(5) { animation-delay: -0.7s; }
.product-schema--vivid .product-schema__rain:nth-of-type(6) { animation-delay: -1.6s; }
.product-schema--vivid .product-schema__rain:nth-of-type(7) { animation-delay: -1s; }

.product-schema--teal .product-schema__rain:nth-of-type(1) { animation-delay: -0.3s; }
.product-schema--teal .product-schema__rain:nth-of-type(2) { animation-delay: -0.9s; }
.product-schema--teal .product-schema__rain:nth-of-type(3) { animation-delay: -1.4s; }
.product-schema--teal .product-schema__rain:nth-of-type(4) { animation-delay: -0.6s; }
.product-schema--teal .product-schema__rain:nth-of-type(5) { animation-delay: -1.1s; }

.product-schema--teal .product-schema__infiltration:nth-of-type(1) { animation-delay: -0.2s; }
.product-schema--teal .product-schema__infiltration:nth-of-type(2) { animation-delay: -0.8s; }
.product-schema--teal .product-schema__infiltration:nth-of-type(3) { animation-delay: -1.4s; }
.product-schema--teal .product-schema__infiltration:nth-of-type(4) { animation-delay: -1s; }

.product-schema--clear .product-schema__rain:nth-of-type(1) { animation-delay: -0.4s; }
.product-schema--clear .product-schema__rain:nth-of-type(2) { animation-delay: -1.1s; }
.product-schema--clear .product-schema__rain:nth-of-type(3) { animation-delay: -0.7s; }
.product-schema--clear .product-schema__rain:nth-of-type(4) { animation-delay: -1.5s; }
.product-schema--clear .product-schema__rain:nth-of-type(5) { animation-delay: -0.9s; }

.product-schema--clear .product-schema__bubble:nth-of-type(1) { animation-delay: -0.2s; }
.product-schema--clear .product-schema__bubble:nth-of-type(2) { animation-delay: -1.1s; }
.product-schema--clear .product-schema__bubble:nth-of-type(3) { animation-delay: -0.6s; }
.product-schema--clear .product-schema__bubble:nth-of-type(4) { animation-delay: -1.8s; }
.product-schema--clear .product-schema__bubble:nth-of-type(5) { animation-delay: -1.3s; }
.product-schema--clear .product-schema__bubble:nth-of-type(6) { animation-delay: -0.9s; }

@keyframes product-schema-rain {
  0%, 100% {
    opacity: 0.3;
    transform: translateY(-2px);
  }
  50% {
    opacity: 1;
    transform: translateY(5px);
  }
}

@keyframes product-schema-pulse {
  0%, 100% {
    opacity: 0.75;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes product-schema-chart {
  0%, 18% {
    stroke-dashoffset: 80;
    opacity: 0.35;
  }
  70%, 100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

@keyframes product-schema-teal-wet {
  0%, 100% {
    fill: rgba(233, 245, 255, 0.95);
  }
  50% {
    fill: rgba(171, 217, 247, 0.98);
  }
}

@keyframes product-schema-teal-top {
  0%,
  100% {
    fill: #95bcc8;
  }
  24% {
    fill: #95bcc8;
  }
  42% {
    fill: #8ac8c7;
  }
  58% {
    fill: #9dd7cd;
  }
  78% {
    fill: #95bcc8;
  }
}

@keyframes product-schema-teal-left {
  0%,
  100% {
    fill: #7597a5;
  }
  24% {
    fill: #7597a5;
  }
  42% {
    fill: #6eacae;
  }
  58% {
    fill: #86bcb4;
  }
  78% {
    fill: #7597a5;
  }
}

@keyframes product-schema-teal-right {
  0%,
  100% {
    fill: #5f7f8d;
  }
  24% {
    fill: #5f7f8d;
  }
  42% {
    fill: #5c989e;
  }
  58% {
    fill: #6eaba8;
  }
  78% {
    fill: #5f7f8d;
  }
}

@keyframes product-schema-gauge {
  0%, 100% {
    transform: rotate(-18deg);
  }
  50% {
    transform: rotate(16deg);
  }
}

@keyframes product-schema-infiltration {
  0% {
    opacity: 0.25;
    stroke-dashoffset: 18;
  }
  100% {
    opacity: 0.95;
    stroke-dashoffset: 0;
  }
}

@keyframes product-schema-bubble {
  0%, 100% {
    opacity: 0.45;
    transform: translateY(2px) scale(0.96);
  }
  50% {
    opacity: 1;
    transform: translateY(-6px) scale(1.04);
  }
}


@media (prefers-reduced-motion: reduce) {
  .teal-hero-water__stream {
    animation: none !important;
  }

  .clear-hero-bubble {
    animation: none !important;
  }

  .product-schema__rain,
  .product-schema__infiltration,
  .product-schema__bubble,
  .product-schema__alert,
  .product-schema__chart-line,
  .product-schema__needle,
  .product-schema__rake-rotor {
    animation: none !important;
  }
}

.product-dummy-card__body {
  padding: 1.35rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.product-dummy-card__title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.product-dummy-card__icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex: 0 0 auto;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.product-dummy-card__body h3 {
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.1;
  letter-spacing: -0.022em;
  transition: color 0.2s ease, letter-spacing 0.2s ease;
}

.product-dummy-card__body p {
  font-size: 0.98rem;
  line-height: 1.62;
  color: #40556b;
}

.product-dummy-card__body p:last-of-type {
  margin-bottom: 1rem;
}

.product-dummy-card-link:hover .product-dummy-card__body,
.product-dummy-card-link:focus-visible .product-dummy-card__body {
  background: linear-gradient(180deg, rgba(247, 250, 253, 0.86) 0%, #ffffff 100%);
}

.product-dummy-card-link:hover .product-dummy-card__body h3,
.product-dummy-card-link:focus-visible .product-dummy-card__body h3 {
  color: #153450;
  letter-spacing: 0.01em;
}

.product-dummy-card-link:hover .product-dummy-card__icon,
.product-dummy-card-link:focus-visible .product-dummy-card__icon {
  transform: scale(1.06);
  opacity: 1;
}

@media (max-width: 991.98px) {
  .teal-hero--sales {
    grid-template-columns: 1fr;
  }

  .teal-hero-board {
    min-height: 360px;
  }

  .teal-hero-board__frame {
    min-height: 360px;
  }

  .teal-hero-board__card {
    min-width: 118px;
    padding: 0.72rem 0.8rem;
  }

  .teal-hero-board__procurement {
    width: 188px;
    padding: 0.72rem;
  }

  .teal-hero-board__stack {
    width: 178px;
  }

  .teal-journey__step {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .teal-journey__step strong {
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }

  .product-dummy-panel__intro {
    flex-direction: column;
    align-items: flex-start;
  }
}

.feedback-subpanel {
  height: 100%;
  padding: 1.35rem;
  border: 1px solid rgba(31, 49, 72, 0.14);
  background: #ffffff;
}

.feedback-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.feedback-link-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.9rem;
  border-radius: 14px;
  border: 1px solid rgba(31, 49, 72, 0.18);
  background: rgba(255, 255, 255, 0.88);
  color: #243b56;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.feedback-link-pill:hover,
.feedback-link-pill:focus-visible {
  color: #2e415b;
  transform: translateY(-2px);
  box-shadow: 0 10px 18px rgba(31, 43, 59, 0.08);
  border-color: rgba(46, 65, 91, 0.22);
}

.feedback-panel--press {
  background: #ffffff;
}

.press-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  height: 100%;
  padding: 1.35rem;
  border-radius: 22px;
  color: #f4f8fb;
  border: 1px solid rgba(126, 163, 198, 0.18);
  background:
    radial-gradient(circle at 18% 18%, rgba(208, 228, 244, 0.16), transparent 24%),
    linear-gradient(145deg, #2b415d 0%, #36506d 52%, #4b698b 100%);
  box-shadow: 0 14px 30px rgba(23, 40, 61, 0.14);
}

.press-card__meta {
  margin-bottom: 0.65rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(219, 232, 243, 0.8);
}

.press-card h3 {
  margin-bottom: 0.75rem;
  color: #ffffff;
  font-size: 1.22rem;
}

.press-card p {
  color: rgba(234, 242, 248, 0.9);
}

.press-card__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  padding: 0.62rem 0.92rem;
  border-radius: 999px;
  border: 1px solid rgba(213, 228, 241, 0.34);
  color: #ffffff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.06);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.press-card__link:hover,
.press-card__link:focus-visible {
  color: #ffffff;
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(230, 239, 247, 0.5);
}

.press-card__link:focus-visible {
  outline: 2px solid rgba(214, 231, 244, 0.48);
  outline-offset: 2px;
}

.feedback-map-canvas {
  min-height: 360px;
  background: #ffffff;
}

.feedback-inline-note {
  color: #506784;
}

.feedback-topic-card {
  min-height: 100%;
  padding: 1.6rem;
}

.home-page-feedback .btn-primary {
  background: #243b56;
  border-color: #243b56;
}

.home-page-feedback .btn-primary:hover,
.home-page-feedback .btn-primary:focus-visible,
.home-page-feedback .btn-outline-primary:hover,
.home-page-feedback .btn-outline-primary:focus-visible {
  background: #1a2f47;
  border-color: #1a2f47;
}

.home-page-feedback .btn-outline-primary {
  color: #243b56;
  border-color: rgba(36, 59, 86, 0.38);
}

.home-page-feedback .nav-link,
.home-page-feedback footer a {
  color: #243b56;
}

.home-page-feedback .nav-link:hover,
.home-page-feedback .nav-link:focus-visible,
.home-page-feedback footer a:hover,
.home-page-feedback footer a:focus-visible {
  color: #1f2b3b;
}

@media (max-width: 992px) {
  .feedback-panel__intro {
    flex-direction: column;
    align-items: start;
  }

  .feedback-hero {
    min-height: auto;
  }

  .feedback-hero__content {
    max-width: 100%;
  }

  .feedback-hero-wave {
    right: -6%;
    width: 86%;
  }

  .feedback-hero-wave--1 {
    bottom: -2%;
    height: 36%;
  }

  .feedback-hero-wave--2 {
    bottom: 3%;
    height: 30%;
  }

  .feedback-hero-wave--3 {
    bottom: 8%;
    height: 22%;
  }
}

@media (max-width: 768px) {
  .brand-mark-feedback {
    height: 46px;
  }

  .feedback-panel,
  .feedback-topic-card,
  .feedback-subpanel {
    padding: 1.2rem;
  }

  .feedback-product-card__visual {
    height: 148px;
  }

  .feedback-map-canvas {
    min-height: 300px;
  }

  .feedback-hero {
    padding: 1.6rem;
  }

  .feedback-hero__content {
    padding: 1.2rem;
    border-radius: 18px;
  }

  .feedback-hero h1 {
    max-width: 14ch;
    font-size: clamp(2.2rem, 9vw, 3.2rem);
  }

  .feedback-hero-wave {
    right: -18%;
    width: 120%;
  }
}


.theme-toggle .btn.active {
  background: var(--product-accent);
  border-color: var(--product-accent);
  color: #0f172a;
}

.metric-grid .card {
  border: 1px solid var(--surface-border);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 1));
}

.metric-grid .metric-value {
  font-size: 2rem;
  font-weight: 600;
  color: var(--product-accent);
}

.chip-row .chip {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--surface-border);
  font-size: 0.85rem;
}

.chip-row .chip {
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.theme-clear .chip-row .chip:hover,
.theme-clear .chip-row .chip:focus-visible {
  background: color-mix(in srgb, var(--clear-hover-accent) 80%, #ffffff 20%);
  color: #ffffff;
  border-color: color-mix(in srgb, var(--clear-strong-accent) 82%, #ffffff 18%);
  transform: translateY(-1px);
}

.theme-clear [data-hover-highlight]:hover,
.theme-clear [data-hover-highlight]:focus-within {
  box-shadow: 0 18px 36px color-mix(in srgb, var(--clear-strong-accent) 18%, transparent);
  border-color: color-mix(in srgb, var(--clear-hover-accent) 58%, #ffffff 42%);
}

.vivid-anim {
  position: absolute;
  right: 4%;
  bottom: 6%;
  width: min(320px, 38vw);
  opacity: 1;
  z-index: 0;
  pointer-events: none;
  filter: drop-shadow(0 12px 24px rgba(15, 30, 45, 0.2));
}

.vivid-anim svg {
  width: 100%;
  height: auto;
  display: block;
}


@media (max-width: 768px) {
  .vivid-anim {
    position: static;
    width: min(260px, 70vw);
    margin: 1.5rem auto 0;
  }
}

@media (max-width: 992px) {
  .evide-hero {
    grid-template-columns: 1fr;
  }

  .evide-process {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .evide-hero-visual {
    margin-top: 0.35rem;
  }

  .evide-trend svg {
    height: 200px;
  }
}

@media (max-width: 1200px) {
  .pulse-hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    gap: 1.5rem;
  }
}

@media (max-width: 992px) {
  .pulse-hero {
    min-height: auto;
    padding: 6.2rem 0 2.6rem;
  }

  .pulse-hero-layout {
    grid-template-columns: 1fr;
  }

  .pulse-copy h1 {
    max-width: 12ch;
  }
}

@media (max-width: 768px) {
  .pulse-hero {
    padding: 5.8rem 0 2.2rem;
  }

  .pulse-kicker {
    font-size: 0.74rem;
    padding: 0.34rem 0.72rem;
  }

  .pulse-copy h1 {
    font-size: clamp(2rem, 11vw, 3.2rem);
    max-width: 100%;
  }

  .pulse-copy .lead {
    font-size: 1rem;
    max-width: 100%;
  }

  .pulse-visual {
    padding: 0.7rem;
    border-radius: 18px;
  }

  .pulse-hotspot {
    width: 14px;
    height: 14px;
  }

  .pulse-hotspot .pulse-tooltip {
    font-size: 0.68rem;
    min-width: 150px;
    max-width: 190px;
  }

  .pulse-hotspot::before {
    font-size: 8px;
  }

  .pulse-visual-hint {
    font-size: 0.72rem;
  }

  .pulse-reaction-label {
    font-size: 15px;
  }

  .pulse-node-text {
    font-size: 14px;
  }

  .pulse-countdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .pulse-notify-row {
    flex-direction: column;
  }

  .pulse-btn {
    width: 100%;
  }

  .pulse-consent-text {
    font-size: 0.75rem;
  }
}

@media (max-width: 576px) {
  .pulse-hero {
    padding: 5.4rem 0 1.9rem;
  }

  .pulse-bg-glow-a {
    width: 420px;
    height: 420px;
    top: -180px;
    left: -180px;
  }

  .pulse-bg-glow-b {
    width: 360px;
    height: 360px;
    right: -170px;
    bottom: -170px;
  }

  .pulse-count-value {
    font-size: 1.35rem;
  }

  .pulse-count-label {
    font-size: 0.65rem;
  }

  .pulse-count-item {
    padding: 0.55rem 0.35rem;
  }

  .pulse-wide-card,
  .pulse-card {
    padding: 1rem;
  }

  .pulse-badges > span {
    font-size: 0.72rem;
  }
}

@media (max-width: 420px) {
  .pulse-countdown {
    grid-template-columns: 1fr;
  }

  .pulse-hotspot .pulse-tooltip {
    font-size: 0.64rem;
    min-width: 130px;
    max-width: 170px;
  }

  .pulse-visual-hint {
    font-size: 0.68rem;
  }

  .pulse-reaction-label {
    font-size: 13px;
  }
}


.project-filters .btn {
  border-radius: 999px;
}

.project-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(16, 24, 32, 0.16);
}

.funding-logo {
  width: 100%;
  max-width: 260px;
  height: auto;
  border-radius: 16px;
  border: 1px solid var(--surface-border);
  background: #ffffff;
  padding: 0.75rem;
}

.partner-carousel {
  border: 1px solid var(--surface-border);
  border-radius: 18px;
  background: var(--surface);
  padding: 1.5rem;
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}

.partner-header {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.partner-viewport {
  overflow: hidden;
  scroll-behavior: smooth;
}

.partner-track {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}

.partner-item {
  flex: 0 0 auto;
  width: 180px;
  height: 90px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  display: grid;
  place-items: center;
  padding: 0.75rem;
}

.partner-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(0.1);
}

.partner-controls {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  display: inline-flex;
  gap: 0.4rem;
}

.partner-btn {
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.partner-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 12px rgba(15, 23, 42, 0.12);
}

.testimonial-carousel {
  border: 1px solid var(--surface-border);
  border-radius: 18px;
  background: var(--surface);
  padding: 1.5rem;
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}

.testimonial-header {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1.25rem;
}

.testimonial-viewport {
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  transition: transform 0.6s ease;
}

.testimonial-card {
  flex: 0 0 100%;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(130deg, rgba(229, 231, 235, 0.85), rgba(255, 255, 255, 0.95));
  padding: 1.4rem 1.6rem;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1);
}

.testimonial-card--vivid {
  background: linear-gradient(130deg, rgba(0, 192, 240, 0.18), rgba(255, 255, 255, 0.9));
}

.testimonial-card--teal {
  background: linear-gradient(130deg, rgba(67, 185, 148, 0.18), rgba(255, 255, 255, 0.9));
}

.testimonial-card--clear {
  background: linear-gradient(130deg, rgba(198, 160, 122, 0.22), rgba(255, 255, 255, 0.9));
}

.testimonial-card--neutral {
  background: linear-gradient(130deg, rgba(229, 231, 235, 0.85), rgba(255, 255, 255, 0.95));
}

.testimonial-quote {
  font-size: 1.05rem;
  font-weight: 500;
  color: #1c2b3a;
  margin-bottom: 1.5rem;
}

.testimonial-meta {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #516175;
}

@media (max-width: 768px) {
  .partner-controls {
    position: static;
    margin-top: 0.75rem;
  }

  .testimonial-card {
    min-height: 200px;
    padding: 1.2rem;
  }
}

.customer-overview {
  border: 1px solid var(--surface-border);
  border-radius: 18px;
  background: var(--surface);
  padding: 1.5rem;
  box-shadow: var(--shadow-soft);
}

.customer-overview-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.customer-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.customer-filter .filter-btn {
  background-color: color-mix(in srgb, var(--product-accent) 12%, #ffffff);
  color: color-mix(in srgb, var(--product-accent) 80%, #2f3b4a);
  border: 1px solid color-mix(in srgb, var(--product-accent) 35%, transparent);
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.85rem;
}

.customer-filter .filter-btn.active {
  background-color: var(--product-accent);
  color: #ffffff;
  border-color: var(--product-accent);
}

.customer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.customer-card {
  width: 100%;
  padding: 1.25rem;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.customer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.12);
}

.customer-card-logo img {
  width: 100%;
  max-height: 178px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.customer-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2e44;
  margin-bottom: 0.75rem;
}

.customer-card-location {
  font-size: 0.85rem;
  color: #6a7688;
  margin: -0.35rem 0 0.75rem;
}

body.edit-mode .customer-card-location .lang:empty::before {
  content: attr(data-placeholder);
  color: #9aa3b2;
}

.customer-card-tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

body[data-page-type="product"] .customer-card-tags {
  display: none;
}

.customer-card-tag {
  background-color: #f1f4f8;
  color: #556070;
  padding: 0.3rem 0.6rem;
  border-radius: 6px;
  margin: 0 0.35rem 0.35rem 0;
  font-size: 0.75rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.customer-card-tag:hover {
  background-color: #e6ebf1;
}

.customer-card-description {
  font-size: 0.9rem;
  color: #586174;
  line-height: 1.5;
  margin-top: 0.75rem;
}

.customer-analysis {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.customer-analysis-pill {
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: #eef2f6;
  color: #3a495b;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.customer-card-examples {
  margin-top: 0.75rem;
  padding-top: 0.6rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.customer-card-examples.is-empty {
  display: none;
}

.customer-card-examples-title {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #5a6777;
  margin-bottom: 0.35rem;
}

.customer-card-examples-list {
  display: grid;
  gap: 0.6rem;
  margin: 0;
}

.customer-example-card {
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  padding: 0.6rem 0.75rem;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 0.4rem;
}

.customer-example-title {
  color: #2b3847;
  font-size: 0.9rem;
}

.customer-example-title a {
  color: inherit;
  text-decoration: underline;
}

.customer-example-media {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.customer-example-media a {
  font-size: 0.75rem;
  color: #5a6777;
  text-decoration: underline;
}

.customer-example-edit {
  display: none;
  border: none;
  border-radius: 999px;
  padding: 0.25rem 0.7rem;
  background: #eef2f6;
  color: #1f2a38;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  justify-self: start;
}

body.edit-mode .customer-example-edit {
  display: inline-flex;
}

.customer-card-examples-list a {
  color: inherit;
  text-decoration: underline;
}

.customer-no-results {
  text-align: center;
  font-size: 0.95rem;
  color: #6b7280;
  margin-top: 1.25rem;
  display: none;
}

.customer-view-toggle {
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
}

.customer-view-btn {
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
  background: #ffffff;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #405166;
}

.customer-view-btn.active {
  background: #1f2a38;
  color: #ffffff;
  border-color: transparent;
}

.customer-map-panel {
  display: none;
  margin-top: 1.25rem;
}

.customer-map-panel.is-visible {
  display: grid;
  gap: 1rem;
}

.customer-map-canvas {
  position: relative;
  min-height: 320px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: var(--shadow-soft);
}

.customer-map {
  position: absolute;
  inset: 0;
}

.customer-map-canvas,
.customer-map {
  background: #f2f2f2;
}

.customer-map .leaflet-tile {
  filter: grayscale(1) contrast(1.08);
}

.customer-map-controls {
  display: grid;
  gap: 0.75rem;
}

.customer-map-slider {
  width: 100%;
}

.customer-map-card {
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  padding: 0.85rem 1rem;
  box-shadow: var(--shadow-soft);
}

.customer-map-card-title {
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: #1f2a38;
}

.customer-map-card-description {
  font-size: 0.9rem;
  color: #586174;
  margin-bottom: 0.5rem;
}

.customer-map-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.customer-map-card-tag {
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: #eef2f6;
  color: #3a495b;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.customer-map-tooltip {
  padding: 0.6rem 0.75rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.18);
  font-size: 0.8rem;
  color: #3a495b;
}

.customer-map-tooltip .customer-map-card-tags {
  margin-top: 0.5rem;
}

.customer-map-pin span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2c6b8e;
  box-shadow: 0 0 0 6px rgba(44, 107, 142, 0.18);
}

.customer-map-pin.is-active span {
  background: #4a9bea;
  box-shadow: 0 0 0 8px rgba(74, 155, 234, 0.22);
}

.customer-json-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.customer-json-modal.is-visible {
  display: flex;
}

.customer-json-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
}

.customer-json-panel {
  position: relative;
  width: min(720px, 92vw);
  max-height: 80vh;
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 22px 40px rgba(15, 23, 42, 0.25);
  padding: 1rem 1.2rem 1.1rem;
  display: grid;
  gap: 0.75rem;
  z-index: 1;
}

.customer-json-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: #1f2a38;
}

.customer-json-close {
  border: none;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  color: #5a6777;
}

.customer-json-controls label {
  display: grid;
  gap: 0.3rem;
  font-size: 0.75rem;
  color: #5a6777;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.customer-json-controls select {
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.15);
  padding: 0.35rem 0.6rem;
  font-size: 0.85rem;
}

.customer-json-textarea {
  width: 100%;
  min-height: 280px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  padding: 0.75rem;
  font-family: "Okeanos Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.85rem;
  color: #1f2a38;
  resize: vertical;
}

.customer-json-actions {
  display: flex;
  gap: 0.6rem;
  justify-content: flex-end;
}

.customer-json-actions button {
  border: none;
  border-radius: 999px;
  padding: 0.4rem 0.95rem;
  background: #1f2a38;
  color: #ffffff;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.customer-json-actions button[data-variant="ghost"] {
  background: #eef2f6;
  color: #1f2a38;
}

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

@media (max-width: 768px) {
  .hero {
    padding: 2rem;
  }

  .navbar-wide .nav-shell {
    max-width: 100%;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .navbar-wide .navbar-nav {
    gap: 0.25rem;
  }

  .navbar-wide .nav-link {
    padding: 0.45rem 0.15rem;
    font-size: 0.98rem;
  }
}

.edit-mode-toolbar {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.75rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.2);
  z-index: 9999;
}

.edit-mode-toolbar button {
  border: none;
  border-radius: 999px;
  padding: 0.4rem 0.9rem;
  background: #1f2a38;
  color: #ffffff;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.edit-mode-toolbar button[data-variant="ghost"] {
  background: #eef2f6;
  color: #1f2a38;
}

.edit-mode-toolbar button:focus-visible {
  outline: 2px solid rgba(45, 88, 123, 0.6);
  outline-offset: 2px;
}

.edit-mode-toolbar .edit-mode-status {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #546477;
  text-align: center;
}

.gradient-editor {
  position: fixed;
  right: 1.5rem;
  bottom: 6.75rem;
  width: 260px;
  padding: 0.85rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.2);
  display: none;
  z-index: 9999;
}

.gradient-editor.is-open {
  display: block;
}

.gradient-editor-header {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #546477;
  margin-bottom: 0.6rem;
}

.gradient-preview {
  height: 80px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  margin-bottom: 0.75rem;
}

.gradient-fields {
  display: grid;
  gap: 0.6rem;
  margin-bottom: 0.8rem;
}

.gradient-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #5a6777;
}

.gradient-field input[type="number"] {
  width: 84px;
  border-radius: 8px;
  border: 1px solid rgba(15, 23, 42, 0.15);
  padding: 0.2rem 0.4rem;
  font-size: 0.75rem;
}

.gradient-field input[type="color"] {
  width: 44px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent;
}

.gradient-actions {
  display: flex;
  gap: 0.5rem;
}

.gradient-actions button {
  flex: 1;
  border: none;
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  background: #1f2a38;
  color: #ffffff;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.gradient-actions button[data-variant="ghost"] {
  background: #eef2f6;
  color: #1f2a38;
}

.team-list {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.team-member-card {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  padding: 0.75rem 0.85rem;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

img.team-member-photo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #edf1f5;
  object-fit: cover;
  display: block;
}

.team-member-meta {
  flex: 1;
  min-width: 0;
}

.team-member-card .team-member-name {
  font-weight: 600;
  margin-bottom: 0.15rem;
}

.team-member-card .team-member-role {
  font-size: 0.82rem;
  color: #5a6777;
  line-height: 1.4;
}

.team-member-link {
  align-self: flex-start;
  margin-left: auto;
  width: 1.95rem;
  height: 1.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(15, 23, 42, 0.04);
  color: #1f2e44;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.team-member-link:hover,
.team-member-link:focus-visible {
  color: #ffffff;
  background: var(--product-accent);
  border-color: var(--product-accent);
  text-decoration: none;
}

.flow-visual {
  position: relative;
  margin-top: 1.5rem;
  padding: 1.25rem;
  border-radius: 16px;
  background: linear-gradient(140deg, rgba(229, 236, 242, 0.94), rgba(247, 250, 252, 0.96));
  border: 1px solid rgba(107, 126, 143, 0.16);
  box-shadow: var(--shadow-soft);
}

.flow-visual svg {
  width: 100%;
  height: 220px;
  display: block;
}

.flow-stage {
  fill: rgba(155, 122, 92, 0.12);
  stroke: rgba(130, 96, 64, 0.5);
  stroke-width: 2;
}

.flow-line {
  fill: none;
  stroke: url(#flow-gradient-clear);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 14;
  animation: flowPulse 4s linear infinite;
}

.flow-bubble {
  fill: rgba(183, 223, 247, 0.6);
  animation: flowBubble 3.6s ease-in-out infinite;
}

.theme-clear .flow-bubble {
  fill: color-mix(in srgb, #aebdca 42%, #ffffff 58%);
}

.theme-clear .flow-bubble-mid {
  fill: color-mix(in srgb, #b9d7eb 78%, #ffffff 22%);
}

.theme-clear .flow-stage {
  fill: rgba(174, 189, 202, 0.14);
  stroke: rgba(110, 128, 145, 0.48);
}

.theme-clear .warning-triangle {
  fill: #6c7b88;
  stroke: #485460;
}

.theme-clear .warning-triangle-inner {
  fill: #edf2f5;
}

.theme-clear .flow-warning-text {
  color: #dce7ee;
}

.flow-warning-sign {
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%) translateY(8px) scale(0.92);
  width: 70px;
  height: 78px;
  filter: drop-shadow(0 10px 18px rgba(15, 23, 42, 0.16));
  pointer-events: none;
  opacity: 0;
  animation: flowWarning 6s ease-in-out infinite;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.flow-warning-sign svg {
  width: 100%;
  height: 100%;
}

.warning-triangle {
  fill: #8f6e52;
  stroke: #624834;
  stroke-width: 3;
  stroke-linejoin: round;
}

.warning-triangle-inner {
  fill: #f8eddc;
}

.warning-bacteria-core {
  fill: #ff66a5;
}

.warning-bacteria-node {
  fill: #ff8dbd;
}

.warning-bacteria-spike {
  fill: none;
  stroke: #ff66a5;
  stroke-width: 2.2;
  stroke-linecap: round;
}

.flow-warning-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(130, 96, 64, 0.35);
  color: #7b5d45;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.clear-flow-hotspots {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.clear-flow-hotspot {
  position: absolute;
  left: var(--x);
  top: var(--y);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(222, 239, 249, 0.95);
  background: rgba(120, 152, 174, 0.92);
  box-shadow:
    0 0 0 5px rgba(169, 201, 220, 0.16),
    0 8px 18px rgba(17, 24, 32, 0.16);
  pointer-events: auto;
  cursor: pointer;
  padding: 0;
  z-index: 2;
  transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.clear-flow-hotspot::before {
  content: attr(data-step);
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 700;
  color: #f8fbfd;
  line-height: 1;
}

.clear-flow-hotspot:hover,
.clear-flow-hotspot:focus-visible {
  transform: translate(-50%, -50%) scale(1.08);
  background: rgba(97, 130, 153, 0.98);
  box-shadow:
    0 0 0 7px rgba(169, 201, 220, 0.22),
    0 12px 24px rgba(17, 24, 32, 0.22);
  outline: none;
}

.clear-flow-tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  transform: translate(-50%, 8px);
  min-width: 210px;
  max-width: 270px;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(156, 185, 205, 0.34);
  background: rgba(28, 40, 51, 0.94);
  color: #e8f0f5;
  font-size: 0.75rem;
  line-height: 1.4;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.clear-flow-tooltip strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.77rem;
  letter-spacing: 0.01em;
  color: #f7fbfd;
}

.clear-flow-tooltip .lang {
  display: none;
}

body.show-en .clear-flow-tooltip .lang.lang-en,
body:not(.show-en) .clear-flow-tooltip .lang.lang-de {
  display: block;
}

.clear-flow-tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 1px;
  height: 12px;
  background: rgba(156, 185, 205, 0.46);
  transform: translateX(-50%);
}

.clear-flow-hotspot:hover .clear-flow-tooltip,
.clear-flow-hotspot:focus-visible .clear-flow-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.clear-flow-hotspot:nth-child(4) .clear-flow-tooltip,
.clear-flow-hotspot:nth-child(5) .clear-flow-tooltip {
  left: auto;
  right: -6px;
  transform: translate(0, 8px);
}

.clear-flow-hotspot:nth-child(4) .clear-flow-tooltip::after,
.clear-flow-hotspot:nth-child(5) .clear-flow-tooltip::after {
  left: auto;
  right: 12px;
  transform: none;
}

.clear-flow-hotspot:nth-child(4):hover .clear-flow-tooltip,
.clear-flow-hotspot:nth-child(4):focus-visible .clear-flow-tooltip,
.clear-flow-hotspot:nth-child(5):hover .clear-flow-tooltip,
.clear-flow-hotspot:nth-child(5):focus-visible .clear-flow-tooltip {
  transform: translate(0, 0);
}

.evide-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 2rem;
  align-items: center;
}

.evide-mark {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e8fdfa;
  font-weight: 600;
  letter-spacing: 0.03em;
  background: linear-gradient(145deg, rgba(47, 214, 208, 0.95), rgba(23, 83, 92, 0.9));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35), 0 16px 30px rgba(7, 33, 41, 0.24);
}

.evide-hero-visual {
  position: relative;
  z-index: 1;
  border-radius: 18px;
  padding: 0.9rem;
  background: linear-gradient(160deg, rgba(13, 43, 53, 0.7), rgba(16, 56, 67, 0.42));
  border: 1px solid rgba(168, 253, 231, 0.25);
  box-shadow: 0 18px 36px rgba(6, 27, 37, 0.24);
}

.evide-hero-visual svg {
  width: 100%;
  height: auto;
  display: block;
}

.evide-wave {
  fill: none;
  stroke: rgba(122, 248, 222, 0.38);
  stroke-width: 2;
}

.evide-wave-a {
  animation: evideWaveA 6s ease-in-out infinite;
}

.evide-wave-b {
  animation: evideWaveB 6s ease-in-out infinite;
}

.evide-cell-body {
  fill: url(#evide-cell);
  stroke: rgba(138, 245, 214, 0.62);
  stroke-width: 1.8;
}

.evide-cell-slot {
  fill: rgba(148, 255, 228, 0.16);
  stroke: rgba(148, 255, 228, 0.58);
  stroke-width: 1.6;
}

.evide-node {
  fill: #78f8c8;
  filter: drop-shadow(0 0 10px rgba(120, 248, 200, 0.75));
}

.evide-node-a {
  animation: evideNodePulse 2.3s ease-in-out infinite;
}

.evide-node-b {
  animation: evideNodePulse 2.3s ease-in-out 0.4s infinite;
}

.evide-node-c {
  animation: evideNodePulse 2.3s ease-in-out 0.8s infinite;
}

.evide-current-line {
  fill: none;
  stroke: url(#evide-current);
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-dasharray: 9 9;
  animation: evideCurrent 3.8s linear infinite;
}

.evide-current-line-2 {
  stroke-width: 2.2;
  opacity: 0.8;
  animation-duration: 4.6s;
}

.evide-particle {
  fill: #c5ffef;
  opacity: 0;
}

.evide-particle.p1,
.evide-particle.p5 {
  animation: evideParticle 2.8s ease-out infinite;
}

.evide-particle.p2,
.evide-particle.p6 {
  animation: evideParticle 2.8s ease-out 0.25s infinite;
}

.evide-particle.p3,
.evide-particle.p7 {
  animation: evideParticle 2.8s ease-out 0.5s infinite;
}

.evide-particle.p4,
.evide-particle.p8 {
  animation: evideParticle 2.8s ease-out 0.75s infinite;
}

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

.evide-step {
  padding: 1rem;
  border-radius: 14px;
  border: 1px solid rgba(47, 214, 208, 0.25);
  background: linear-gradient(150deg, rgba(245, 255, 252, 0.95), rgba(234, 249, 250, 0.75));
}

.evide-step-index {
  display: inline-flex;
  margin-bottom: 0.45rem;
  color: #0f5b68;
  font-weight: 600;
  letter-spacing: 0.06em;
  font-size: 0.8rem;
}

.evide-step h4 {
  margin-bottom: 0.45rem;
  font-size: 1.1rem;
}

.evide-trend {
  margin-top: 1.25rem;
  border-radius: 16px;
  padding: 1rem;
  border: 1px solid rgba(47, 214, 208, 0.22);
  background: linear-gradient(150deg, rgba(244, 255, 254, 0.96), rgba(230, 251, 248, 0.84));
}

.evide-trend svg {
  width: 100%;
  height: 230px;
  display: block;
}

.evide-grid line {
  stroke: rgba(17, 57, 67, 0.18);
  stroke-width: 1.1;
}

.evide-curve-shadow {
  fill: none;
  stroke: rgba(10, 38, 45, 0.12);
  stroke-width: 7.5;
}

.evide-curve-line {
  fill: none;
  stroke: url(#evide-curve);
  stroke-width: 4.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 13;
  animation: evideCurrent 3.8s linear infinite;
}

.evide-alert-dot {
  fill: #ec6666;
  filter: drop-shadow(0 0 12px rgba(236, 102, 102, 0.65));
  animation: evideAlert 2s ease-in-out infinite;
}

.pulse-nav {
  background: rgba(4, 16, 25, 0.72);
  border-bottom: 1px solid rgba(113, 239, 206, 0.22);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.pulse-nav .nav-link {
  color: rgba(230, 255, 250, 0.8);
}

.pulse-nav .nav-link:hover,
.pulse-nav .nav-link:focus-visible,
.pulse-nav .nav-link.active {
  color: #c6ffe4;
}

.pulse-brand-badge {
  height: 56px;
  width: auto;
  display: block;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
}

.pulse-hero {
  min-height: auto;
  display: flex;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  padding: 7rem 0 3rem;
}

.pulse-bg-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
  pointer-events: none;
}

.pulse-bg-glow-a {
  width: 620px;
  height: 620px;
  top: -260px;
  left: -160px;
  background: radial-gradient(circle, rgba(18, 220, 196, 0.26), transparent 68%);
  animation: pulseGlowShiftA 9s ease-in-out infinite alternate;
}

.pulse-bg-glow-b {
  width: 540px;
  height: 540px;
  right: -140px;
  bottom: -220px;
  background: radial-gradient(circle, rgba(168, 255, 125, 0.24), transparent 68%);
  animation: pulseGlowShiftB 10s ease-in-out infinite alternate;
}

.pulse-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 560px);
  gap: 2.2rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

.pulse-copy {
  max-width: 700px;
}

.pulse-kicker {
  display: inline-flex;
  padding: 0.42rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(139, 255, 214, 0.35);
  background: rgba(8, 42, 48, 0.58);
  color: #c9ffeb;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pulse-copy h1 {
  font-family: "Okeanos Display", "Okeanos Sans", "Helvetica Neue", Arial, sans-serif;
  margin: 1rem 0 0.8rem;
  font-size: clamp(2.7rem, 7vw, 5.3rem);
  line-height: 0.93;
  letter-spacing: -0.02em;
  color: #e8fff4;
}

.pulse-copy .lead {
  color: rgba(220, 255, 245, 0.88);
  max-width: 50ch;
  font-size: 1.22rem;
  line-height: 1.45;
  text-wrap: pretty;
  hyphens: auto;
}

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

.pulse-count-item {
  padding: 0.65rem 0.5rem;
  border-radius: 12px;
  text-align: center;
  border: 1px solid rgba(110, 244, 201, 0.28);
  background: linear-gradient(165deg, rgba(8, 35, 47, 0.78), rgba(6, 26, 37, 0.58));
}

.pulse-count-value {
  display: block;
  font-size: clamp(1.3rem, 3vw, 2rem);
  color: #9afda2;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.pulse-count-label {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(220, 255, 248, 0.8);
}

.pulse-release-note {
  margin: 0.7rem 0 0;
  color: #b5f8dd;
  font-size: 0.95rem;
}

.pulse-hero-note {
  margin-top: 0.95rem;
  color: rgba(188, 255, 227, 0.78);
  font-size: 0.84rem;
}

.pulse-notify {
  margin-top: 1.15rem;
  max-width: 620px;
}

.pulse-label {
  display: block;
  margin-bottom: 0.45rem;
  color: #d8fff0;
  font-size: 0.95rem;
}

.pulse-notify-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 0.6rem;
}

.pulse-notify .form-control {
  background: rgba(8, 31, 44, 0.84);
  border: 1px solid rgba(123, 243, 213, 0.35);
  color: #defff6;
  border-radius: 12px;
  min-height: 52px;
  height: 52px;
}

.pulse-notify .form-control::placeholder {
  color: rgba(201, 251, 237, 0.62);
}

.pulse-btn {
  border-radius: 12px;
  min-width: 136px;
  min-height: 52px;
  padding: 0.72rem 1.2rem;
  border: 1px solid rgba(141, 255, 177, 0.55);
  background: linear-gradient(145deg, #1ceeb8, #75fa8d);
  color: #07251f;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.pulse-btn .lang.lang-de {
  font-size: 0.98rem;
  letter-spacing: 0.01em;
}

.pulse-btn:hover,
.pulse-btn:focus-visible {
  color: #041912;
  border-color: rgba(141, 255, 177, 0.75);
  box-shadow: 0 0 0 0.2rem rgba(108, 252, 156, 0.2);
}

.pulse-notify-msg {
  margin: 0.45rem 0 0;
  min-height: 1.2rem;
  color: #98fbc5;
  font-size: 0.88rem;
}

.pulse-notify-msg.is-error {
  color: #ffaba5;
}

.pulse-consent {
  margin-top: 0.62rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  cursor: pointer;
}

.pulse-consent input[type="checkbox"] {
  margin-top: 0.2rem;
  width: 16px;
  height: 16px;
  accent-color: #57f5bf;
  cursor: pointer;
}

.pulse-consent-text {
  color: rgba(214, 248, 239, 0.86);
  font-size: 0.8rem;
  line-height: 1.4;
}

.pulse-human-proof {
  margin-top: 0.62rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 220px);
  gap: 0.6rem;
  align-items: end;
}

.pulse-human-proof label {
  display: block;
  margin: 0;
  color: rgba(214, 248, 239, 0.9);
  font-size: 0.82rem;
  line-height: 1.35;
}

.pulse-human-proof .form-control {
  min-width: 0;
}

.pulse-notify input[name="origin_field"],
.pulse-notify input[name="product"] {
  display: none !important;
}

.pulse-human-status {
  display: block;
  margin-top: 0.35rem;
  color: rgba(169, 255, 215, 0.86);
  font-size: 0.72rem;
}

.pulse-human-status.is-error {
  color: #ffb3ac;
}

.pulse-visual {
  border-radius: 28px;
  padding: 1.1rem;
  border: 1px solid rgba(124, 247, 204, 0.28);
  background: linear-gradient(160deg, rgba(8, 30, 43, 0.82), rgba(7, 18, 30, 0.62));
  box-shadow: 0 24px 44px rgba(2, 8, 16, 0.52);
  width: 100%;
  max-width: 560px;
  justify-self: end;
  position: relative;
}

.pulse-visual svg {
  width: 100%;
  height: auto;
  display: block;
}

.pulse-cell-frame {
  fill: none;
  stroke: rgba(210, 243, 255, 0.94);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pulse-electrode-label {
  fill: rgba(222, 246, 255, 0.92);
  font-size: 18px;
  letter-spacing: 0.02em;
  text-anchor: middle;
}

.pulse-meter-wire {
  stroke: rgba(183, 241, 255, 0.7);
  stroke-width: 1.7;
  stroke-linecap: round;
}

.pulse-meter-ring {
  fill: none;
  stroke: rgba(82, 203, 190, 0.44);
  stroke-width: 1.5;
}

.pulse-meter-core {
  fill: rgba(7, 24, 37, 0.24);
  stroke: rgba(82, 203, 190, 0.26);
  stroke-width: 1.1;
}

.pulse-meter-dashed {
  fill: none;
  stroke: rgba(103, 249, 230, 0.9);
  stroke-width: 3.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 5 7;
}

.pulse-meter-guide {
  fill: none;
  stroke: rgba(95, 212, 191, 0.42);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-dasharray: 10 8;
}

.pulse-meter-node {
  fill: rgba(129, 198, 194, 0.54);
}

.pulse-meter-node--top {
  fill: rgba(110, 167, 166, 0.64);
}

.pulse-meter-center {
  fill: rgba(121, 242, 193, 0.94);
  filter: drop-shadow(0 0 6px rgba(121, 242, 193, 0.32));
}

.pulse-meter-needle {
  fill: none;
  stroke: rgba(236, 245, 249, 0.96);
  stroke-width: 3.2;
  stroke-linecap: round;
  transform-origin: 320px 73px;
  animation: pulseNeedleSweep 4.8s ease-in-out infinite;
}

.pulse-meter-label {
  fill: rgba(229, 241, 245, 0.86);
  font-size: 5.8px;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-anchor: middle;
}

.pulse-bacteria-rod {
  fill: none;
  stroke: rgba(157, 255, 183, 0.92);
  stroke-width: 7;
  stroke-linecap: round;
  animation: pulseBioRod 4.2s ease-in-out infinite;
}

.pulse-bacteria-cluster .pulse-bacteria-rod:nth-child(2) {
  animation-delay: 0.2s;
}

.pulse-bacteria-cluster .pulse-bacteria-rod:nth-child(3) {
  animation-delay: 0.45s;
}

.pulse-bacteria-cluster .pulse-bacteria-rod:nth-child(4) {
  animation-delay: 0.7s;
}

.pulse-bacteria-cluster .pulse-bacteria-rod:nth-child(5) {
  animation-delay: 0.95s;
}

.pulse-organic-blob {
  fill: rgba(43, 106, 140, 0.96);
  stroke: rgba(187, 231, 255, 0.34);
  stroke-width: 2;
}

.pulse-organic-text {
  fill: #f3fbff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-anchor: middle;
}

.pulse-organic-dot {
  fill: rgba(127, 223, 197, 0.95);
  stroke: rgba(220, 255, 243, 0.72);
  stroke-width: 1.5;
  filter: drop-shadow(0 0 10px rgba(127, 223, 197, 0.48));
}

.pulse-electron-path {
  fill: none;
  stroke: rgba(129, 205, 255, 0.34);
  stroke-width: 2;
  stroke-dasharray: 10 10;
}

.pulse-electron-dot {
  fill: rgba(56, 113, 149, 0.98);
  stroke: rgba(170, 225, 255, 0.8);
  stroke-width: 2;
  filter: drop-shadow(0 0 9px rgba(100, 193, 255, 0.34));
}

.pulse-electron-text {
  fill: #1a5a4f;
  font-size: 18px;
  font-weight: 800;
  text-anchor: middle;
  dominant-baseline: middle;
}

.pulse-electron-text--minus {
  font-size: 12px;
}

.pulse-electron-badge {
  opacity: 0;
}

.pulse-reactor {
  transform-origin: 182px 216px;
  animation: pulseReactorFloat 8.4s ease-in-out infinite;
}

.pulse-reactor-shell {
  fill: url(#pulse-reactor-fill);
  stroke: rgba(118, 241, 212, 0.34);
  stroke-width: 1.6;
}

.pulse-electrode {
  stroke: rgba(137, 252, 220, 0.38);
  stroke-width: 4;
  stroke-linecap: round;
}

.pulse-bacteria-cell {
  fill: rgba(94, 224, 207, 0.34);
  stroke: rgba(181, 255, 235, 0.72);
  stroke-width: 1.2;
  transform-origin: center;
}

.pulse-bacteria-cell.b1 {
  animation: pulseBioHealth 2.8s ease-in-out infinite;
}

.pulse-bacteria-cell.b2 {
  animation: pulseBioHealth 2.8s ease-in-out 0.45s infinite;
}

.pulse-bacteria-cell.b3 {
  animation: pulseBioHealth 2.8s ease-in-out 0.9s infinite;
}

.pulse-bacteria-cell.b4 {
  animation: pulseBioHealth 2.8s ease-in-out 1.35s infinite;
}

.pulse-inflow-line {
  fill: none;
  stroke: rgba(117, 236, 219, 0.52);
  stroke-width: 2.1;
  stroke-dasharray: 10 10;
  animation: pulseFlowLine 5.4s linear infinite;
}

.pulse-inflow-dot {
  fill: #9bfbe8;
  filter: drop-shadow(0 0 6px rgba(151, 255, 230, 0.5));
}

.pulse-electron-line {
  fill: none;
  stroke: url(#pulse-current);
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-dasharray: 12 10;
  animation: pulseCurrentFlow 3.2s linear infinite;
}

.pulse-electron-dot {
  fill: #d8fff7;
  filter: drop-shadow(0 0 8px rgba(149, 255, 221, 0.78));
}

.pulse-node-halo {
  fill: url(#pulse-node-glow);
  animation: pulseNodeHalo 3s ease-in-out infinite;
}

.pulse-node-core {
  fill: #58f5e8;
  filter: drop-shadow(0 0 10px rgba(88, 245, 232, 0.65));
  animation: pulseNodeBeat 2.1s ease-in-out infinite;
}

.pulse-node-text {
  fill: #ffffff;
  font-size: 17px;
  font-weight: 600;
  text-anchor: middle;
  font-family: "Okeanos Sans", "Helvetica Neue", Arial, sans-serif;
}

.pulse-reaction-arrow {
  fill: none;
  stroke: rgba(227, 246, 252, 0.56);
  stroke-width: 1.9;
  stroke-linecap: round;
  marker-end: url(#pulse-arrow-head);
}

.pulse-reaction-label {
  fill: rgba(232, 246, 252, 0.88);
  font-size: 18px;
  letter-spacing: 0.04em;
}

.pulse-demand-gauge {
  opacity: 0.95;
}

.pulse-gauge-face {
  fill: rgba(7, 29, 42, 0.72);
  stroke: rgba(121, 247, 214, 0.36);
  stroke-width: 1.3;
}

.pulse-gauge-ring {
  fill: none;
  stroke: rgba(116, 243, 201, 0.2);
  stroke-width: 1.3;
}

.pulse-gauge-arc {
  fill: none;
  stroke: url(#pulse-current);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 8 10;
  animation: pulseFlowLine 4.8s linear infinite;
}

.pulse-gauge-needle {
  stroke: rgba(233, 252, 251, 0.94);
  stroke-width: 3;
  stroke-linecap: round;
}

.pulse-gauge-center {
  fill: #8cffc6;
}

.pulse-gauge-text {
  fill: rgba(208, 247, 241, 0.84);
  text-anchor: middle;
  font-size: 10px;
  letter-spacing: 0.14em;
}

.pulse-hotspots {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.pulse-hotspot {
  position: absolute;
  left: var(--x);
  top: var(--y);
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(184, 255, 233, 0.9);
  background: rgba(92, 248, 221, 0.72);
  box-shadow: 0 0 0 0 rgba(92, 248, 221, 0.34);
  pointer-events: auto;
  cursor: help;
  padding: 0;
  animation: pulseHotspot 2.4s ease-out infinite;
}

.pulse-hotspot::before {
  content: "i";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 700;
  color: #05232f;
  line-height: 1;
}

.pulse-hotspot--step::before {
  content: attr(data-step);
  font-size: 11px;
}

.pulse-hotspot:nth-child(2) {
  animation-delay: 0.3s;
}

.pulse-hotspot:nth-child(3) {
  animation-delay: 0.6s;
}

.pulse-hotspot:nth-child(4) {
  animation-delay: 0.9s;
}

.pulse-hotspot .pulse-tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translate(-50%, 6px);
  min-width: 180px;
  max-width: 230px;
  padding: 0.45rem 0.6rem;
  border-radius: 10px;
  border: 1px solid rgba(124, 247, 204, 0.35);
  background: rgba(6, 23, 34, 0.92);
  color: #dffef3;
  font-size: 0.72rem;
  line-height: 1.35;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.pulse-hotspot .pulse-tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 1px;
  height: 10px;
  background: rgba(124, 247, 204, 0.5);
  transform: translateX(-50%);
}

.pulse-hotspot--intro .pulse-tooltip {
  animation: pulseIntroTooltip 5s ease 0.45s 1 both;
}

.pulse-hotspot:hover .pulse-tooltip,
.pulse-hotspot:focus .pulse-tooltip,
.pulse-hotspot:active .pulse-tooltip,
.pulse-hotspot:focus-visible .pulse-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.pulse-visual-hint {
  margin-top: 0.5rem;
  font-size: 0.78rem;
  color: rgba(201, 245, 237, 0.78);
}


.pulse-card {
  height: 100%;
  padding: 1.3rem;
  border-radius: 18px;
  border: 1px solid rgba(117, 246, 214, 0.2);
  background: linear-gradient(170deg, rgba(8, 27, 37, 0.8), rgba(6, 17, 28, 0.74));
  box-shadow: 0 16px 34px rgba(2, 8, 16, 0.42);
}

.pulse-card h3 {
  margin: 0.65rem 0 0.5rem;
  color: #dcfff2;
}

.pulse-card p {
  color: rgba(208, 255, 240, 0.82);
  font-family: "Okeanos Sans", "Helvetica Neue", Arial, sans-serif;
}

.pulse-chip {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(139, 255, 195, 0.5);
  color: #8afcb2;
  font-weight: 600;
  font-size: 0.78rem;
}

.pulse-wide-card {
  padding: 1.5rem;
  border-radius: 20px;
  border: 1px solid rgba(120, 245, 208, 0.22);
  background: linear-gradient(160deg, rgba(8, 30, 42, 0.86), rgba(7, 18, 29, 0.75));
  box-shadow: 0 18px 36px rgba(2, 8, 16, 0.44);
}

.pulse-wide-card h2 {
  font-size: clamp(1.7rem, 4vw, 2.8rem);
  margin-bottom: 0.75rem;
}

.pulse-wide-card p {
  color: rgba(215, 255, 243, 0.82);
  font-family: "Okeanos Sans", "Helvetica Neue", Arial, sans-serif;
}

.pulse-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pulse-badges > span {
  display: inline-flex;
  align-items: center;
  padding: 0.32rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(129, 249, 211, 0.38);
  background: rgba(12, 45, 54, 0.58);
  color: #bfffe7;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.pulse-mini-chart {
  border-radius: 16px;
  padding: 0.75rem;
  border: 1px solid rgba(129, 249, 211, 0.24);
  background: rgba(5, 25, 35, 0.72);
}

.pulse-mini-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.45rem;
}

.pulse-mini-value-wrap {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.pulse-mini-value {
  color: #8dffb0;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

.pulse-mini-unit {
  color: rgba(204, 255, 238, 0.78);
  font-size: 0.72rem;
}

.pulse-mini-status {
  border-radius: 999px;
  border: 1px solid rgba(112, 247, 198, 0.4);
  background: rgba(10, 43, 51, 0.66);
  color: #89f9af;
  padding: 0.2rem 0.55rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: normal;
  text-align: center;
  max-width: 260px;
}

.pulse-mini-status.is-critical {
  border-color: rgba(255, 138, 138, 0.58);
  color: #ff9e9e;
  background: rgba(54, 20, 20, 0.72);
}

.pulse-mini-canvas {
  width: 100%;
  height: 340px;
  display: block;
  border-radius: 12px;
  border: 1px solid rgba(139, 255, 195, 0.2);
  background: radial-gradient(circle at 55% 24%, rgba(12, 46, 52, 0.82), rgba(5, 19, 28, 0.92));
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.28);
}

.pulse-mini-footer {
  margin-top: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  color: rgba(195, 254, 235, 0.78);
  font-size: 0.72rem;
}

.pulse-mini-time {
  color: #c8ffe5;
  font-weight: 600;
}

.pulse-mini-chart svg {
  width: 100%;
  height: auto;
  display: block;
}

.pulse-mini-grid {
  fill: none;
  stroke: rgba(169, 255, 224, 0.14);
  stroke-width: 1.1;
}

.pulse-mini-line {
  fill: none;
  stroke: url(#pulse-mini-current);
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 11 9;
  animation: pulseCurrentFlow 3.2s linear infinite;
}

.pulse-mini-flow {
  fill: #d9fff7;
  filter: drop-shadow(0 0 7px rgba(149, 255, 221, 0.65));
}

.pulse-mini-halo {
  fill: url(#pulse-mini-glow);
  animation: pulseNodeHalo 2.8s ease-in-out infinite;
}

.pulse-mini-dot {
  fill: #8dffb0;
  filter: drop-shadow(0 0 10px rgba(132, 255, 128, 0.62));
  animation: pulseNodeBeat 2.1s ease-in-out infinite;
}

.pulse-footer {
  color: rgba(226, 255, 248, 0.85);
}

.pulse-footer a {
  color: #a5ffe0;
}

.pulse-whitepaper-card {
  border-radius: 20px;
  border: 1px solid rgba(120, 245, 208, 0.22);
  background: linear-gradient(160deg, rgba(8, 30, 42, 0.86), rgba(7, 18, 29, 0.75));
  box-shadow: 0 18px 36px rgba(2, 8, 16, 0.44);
  padding: 1.2rem 1.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.pulse-whitepaper-card h3 {
  margin: 0;
}

.pulse-whitepaper-copy p {
  color: rgba(215, 255, 243, 0.82);
}

.pulse-whitepaper-btn {
  flex-shrink: 0;
}

.pulse-notify-card .pulse-notify {
  max-width: none;
  margin-top: 0;
}

.bubble-2 {
  animation-delay: 0.6s;
}

.bubble-3 {
  animation-delay: 1.2s;
}

@keyframes flowPulse {
  to {
    stroke-dashoffset: -140;
  }
}

@keyframes flowBubble {
  0%,
  100% {
    opacity: 0.4;
    transform: translateY(0);
  }
  50% {
    opacity: 0.8;
    transform: translateY(-6px);
  }
}

@keyframes tealHeroPercolate {
  0%,
  100% {
    opacity: 0.28;
    transform: translateY(-6%) scaleY(0.78);
    filter: blur(1px) saturate(1);
  }
  45% {
    opacity: 0.82;
    transform: translateY(2%) scaleY(1);
    filter: blur(1.5px) saturate(1.1);
  }
  75% {
    opacity: 0.68;
    transform: translateY(9%) scaleY(1.08);
    filter: blur(2px) saturate(1.18);
  }
}

@keyframes clearHeroBubble {
  0% {
    opacity: 0;
    transform: translateY(28px) scale(0.82);
  }
  18% {
    opacity: 0.62;
  }
  72% {
    opacity: 0.4;
    transform: translateY(-120px) scale(1.02);
  }
  100% {
    opacity: 0;
    transform: translateY(-156px) scale(1.08);
  }
}

@keyframes flowWarning {
  0%,
  70% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(8px) scale(0.92);
  }
  78%,
  90% {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-8px) scale(0.96);
  }
}

@keyframes evideCurrent {
  to {
    stroke-dashoffset: -156;
  }
}

@keyframes evideParticle {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  30% {
    opacity: 0.95;
  }
  100% {
    opacity: 0;
    transform: translateY(-24px);
  }
}

@keyframes evideNodePulse {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.18);
  }
}

@keyframes evideWaveA {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.6;
  }
  50% {
    transform: translateY(-3px);
    opacity: 0.9;
  }
}

@keyframes evideWaveB {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.4;
  }
  50% {
    transform: translateY(3px);
    opacity: 0.75;
  }
}

@keyframes evideAlert {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.25);
    opacity: 1;
  }
}

@keyframes pulseGlowShiftA {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(36px, 18px) scale(1.08);
  }
}

@keyframes pulseGlowShiftB {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(-34px, -22px) scale(1.1);
  }
}

@keyframes pulseMicrobeSway {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-3px) rotate(-2deg);
  }
}

@keyframes pulseReactorFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes pulseBioHealth {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.16);
  }
}

@keyframes pulseBioRod {
  0%,
  100% {
    transform: rotate(-2deg) translateY(0);
  }
  50% {
    transform: rotate(2.5deg) translateY(-0.5px);
  }
}

@keyframes pulseNeedleSweep {
  0%,
  100% {
    transform: rotate(-18deg);
  }
  50% {
    transform: rotate(14deg);
  }
}

@keyframes pulseFlowLine {
  to {
    stroke-dashoffset: -110;
  }
}

@keyframes pulseCurrentFlow {
  to {
    stroke-dashoffset: -132;
  }
}

@keyframes pulseNodeHalo {
  0%,
  100% {
    opacity: 0.46;
    transform: scale(0.9);
  }
  50% {
    opacity: 0.88;
    transform: scale(1.14);
  }
}

@keyframes pulseNodeBeat {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.22);
  }
}

@keyframes pulseHotspot {
  0% {
    box-shadow: 0 0 0 0 rgba(92, 248, 221, 0.36);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(92, 248, 221, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(92, 248, 221, 0);
  }
}

@keyframes pulseIntroTooltip {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 6px);
  }
  12%,
  68% {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 6px);
  }
}

@keyframes pulseCoreHalo {
  0% {
    opacity: 0.5;
    transform: scale(0.9);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.18);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.9);
  }
}

@keyframes pulseCoreBeat {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}


@keyframes pulseAlertBeat {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.85;
  }
  50% {
    transform: scale(1.22);
    opacity: 1;
  }
}

.watershed-visual {
  position: relative;
  margin-top: 1.5rem;
  padding: 1.25rem;
  border-radius: 16px;
  background: linear-gradient(140deg, rgba(227, 244, 255, 0.95), rgba(240, 248, 255, 0.85));
  border: 1px solid rgba(47, 125, 255, 0.2);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  touch-action: none;
}

.watershed-visual svg {
  width: 100%;
  height: 240px;
  display: block;
}

.river-path {
  fill: none;
  stroke: url(#river-gradient-vivid);
  stroke-width: 5.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18;
  animation: riverFlow var(--vivid-river-speed, 5s) linear infinite;
}

.river-path-main {
  stroke-width: 6.5;
}

.river-path-secondary {
  stroke-width: 4.2;
  opacity: 0.75;
}

.river-path-tertiary {
  stroke-width: 3;
  opacity: 0.5;
}

.river-path-outlet {
  stroke-width: 6.8;
  opacity: 0.9;
}

.soil-moisture {
  opacity: 0.85;
}

.soil-patch {
  fill: rgba(76, 185, 145, 0.12);
  stroke: rgba(44, 130, 102, 0.2);
  stroke-width: 1.1;
  animation: soilRise var(--vivid-soil-cycle, 7s) ease-in-out infinite;
  transform-origin: center;
}

.patch-2 {
  animation-delay: 1.2s;
}

.patch-3 {
  animation-delay: 2.4s;
}

.basin-outline {
  fill: rgba(47, 125, 255, 0.05);
  stroke: rgba(47, 125, 255, 0.25);
  stroke-width: 1.4;
}


.gauge-station-group {
  filter: drop-shadow(0 6px 12px rgba(15, 23, 42, 0.12));
}

.animation-builder .gauge-station-group {
  filter: none;
}

.gauge-shadow {
  fill: rgba(15, 23, 42, 0.12);
}

.gauge-station {
  fill: #ffffff;
  stroke: var(--product-accent);
  stroke-width: 2;
}

.gauge-core {
  fill: var(--product-accent);
}

.gauge-alarm {
  fill: rgba(255, 102, 102, 0.2);
  stroke: rgba(255, 102, 102, 0.6);
  stroke-width: 2;
  opacity: 0;
  animation: gaugeAlarm var(--vivid-alarm-cycle, 8s) ease-in-out infinite;
}

.watershed-cloud {
  position: absolute;
  left: 50%;
  top: 2%;
  width: 160px;
  height: 90px;
  animation: cloudDrift var(--vivid-cloud-cycle, 8s) ease-in-out infinite;
  pointer-events: none;
  transform: translateX(-50%);
}

.watershed-cloud[data-draggable] {
  pointer-events: auto;
  cursor: grab;
  touch-action: none;
}

.cloud-left {
  left: 28%;
  top: 6%;
  width: 120px;
  height: 70px;
  opacity: 0.9;
  animation-delay: 1.4s;
}

.cloud-right {
  left: 72%;
  top: 8%;
  width: 120px;
  height: 70px;
  opacity: 0.85;
  animation-delay: 2.2s;
}

.cloud-body {
  fill: #e8f4ff;
  stroke: rgba(47, 125, 255, 0.35);
  stroke-width: 2;
}

.cloud-rain {
  opacity: 0;
  animation: rainBurst var(--vivid-cloud-cycle, 8s) ease-in-out infinite;
}

.rain-drop {
  fill: none;
  stroke: #2f7dff;
  stroke-width: 3;
  stroke-linecap: round;
  animation: rainFall 1s linear infinite;
}

.rain-drop:nth-child(2) {
  animation-delay: 0.2s;
}

.rain-drop:nth-child(3) {
  animation-delay: 0.4s;
}

.rain-drop:nth-child(4) {
  animation-delay: 0.1s;
}

@keyframes riverFlow {
  to {
    stroke-dashoffset: -180;
  }
}

@keyframes gaugeAlarm {
  0%,
  58% {
    opacity: 0;
    transform: scale(0.85);
  }
  64%,
  84% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}

@keyframes cloudDrift {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.95;
  }
  50% {
    transform: translateY(-6px);
    opacity: 1;
  }
}

@keyframes rainBurst {
  0%,
  55% {
    opacity: 0;
  }
  62%,
  82% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes rainFall {
  0% {
    transform: translateY(0);
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(8px);
    opacity: 0.3;
  }
}

@keyframes soilRise {
  0%,
  50% {
    opacity: 0.2;
    transform: translateY(8px) scale(0.96);
  }
  70% {
    opacity: 0.7;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0.35;
    transform: translateY(-4px) scale(1.02);
  }
}

.watershed-editor {
  margin-top: 1.5rem;
  padding: 1.25rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(47, 125, 255, 0.18);
  box-shadow: var(--shadow-soft);
}

.editor-title {
  font-weight: 600;
  font-size: 1.05rem;
  color: #1f2e44;
}

.animation-builder-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 1.5rem;
}

.animation-builder-canvas {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.animation-builder-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.animation-canvas {
  position: relative;
  padding: 1.25rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(231, 244, 255, 0.9), rgba(249, 252, 255, 0.95));
  border: 1px dashed rgba(47, 125, 255, 0.25);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  min-height: 320px;
  touch-action: none;
}

.builder-cloud {
  pointer-events: auto;
}

.builder-svg .watershed-cloud {
  cursor: grab;
  position: static;
  animation: none;
  pointer-events: auto;
}

.builder-svg .watershed-cloud * {
  pointer-events: none !important;
}

.builder-svg [data-editable] {
  pointer-events: auto;
}

.animation-builder .soil-patch {
  animation: none;
}

.builder-svg .cloud-anim {
  animation: cloudDrift 8s ease-in-out infinite;
}

.builder-svg .cloud-rain {
  animation: rainBurst 8s ease-in-out infinite;
}

.builder-svg {
  width: 100%;
  height: 420px;
  display: block;
}

.animation-builder-panel {
  padding: 1.25rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(47, 125, 255, 0.18);
  box-shadow: var(--shadow-soft);
}

.animation-builder-panel .editor-selection {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.editor-selection-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #1f2e44;
}

.editor-selection-meta span:last-child {
  font-size: 0.8rem;
  font-weight: 500;
  color: #5f6c7d;
}

.editor-note {
  display: inline-flex;
  margin-left: 0.5rem;
  font-size: 0.78rem;
  color: #5f6c7d;
}

.builder-element-list {
  display: grid;
  gap: 0.4rem;
  max-height: 280px;
  overflow: auto;
  padding: 0.4rem;
  border-radius: 12px;
  border: 1px solid rgba(47, 125, 255, 0.15);
  background: rgba(248, 250, 255, 0.9);
}

.builder-element-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.4rem 0.6rem;
  border-radius: 10px;
  border: 1px solid transparent;
  background: #ffffff;
  font-size: 0.82rem;
  color: #20324a;
  text-align: left;
}

.builder-element-item.is-active {
  border-color: rgba(47, 125, 255, 0.5);
  box-shadow: 0 0 0 1px rgba(47, 125, 255, 0.25);
}

.builder-palette {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.5rem;
}

.builder-palette button {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08);
}

.animation-target-card {
  padding: 1.25rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(47, 125, 255, 0.18);
  box-shadow: var(--shadow-soft);
}

.animation-target-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.animation-target-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.animation-target {
  min-height: 280px;
  border-radius: 14px;
  background: rgba(231, 244, 255, 0.8);
  border: 1px dashed rgba(47, 125, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.animation-target.has-anim {
  background: transparent;
  border-color: transparent;
}

.animation-target svg.is-target .city-cloud {
  animation-name: cloudFadeOut !important;
}

.animation-target svg.is-target .city2-cloud--one {
  animation-name: cloudFadeOut !important;
}

.animation-target svg.is-target .city2-cloud--two {
  animation-name: cloudFadeOut !important;
}

@keyframes cloudFadeOut {
  0%, 12% { opacity: 0; }
  24%, 70% { opacity: 1; }
  85%, 100% { opacity: 0; }
}

.animation-target svg {
  width: 100%;
  height: 100%;
  max-height: 480px;
}

.animation-target svg[data-explicit-size="true"] {
  width: auto;
  height: auto;
  max-height: none;
}


.animation-target-card.is-fullscreen {
  position: fixed;
  inset: 24px;
  z-index: 1040;
  background: #f6fbff;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.2);
  overflow: hidden;
}

.animation-target-card.is-fullscreen .animation-target {
  min-height: calc(100vh - 140px);
}

body.has-fullscreen-anim {
  overflow: hidden;
}

@media (max-width: 992px) {
  .animation-builder-layout {
    grid-template-columns: 1fr;
  }

  .builder-svg {
    height: 320px;
  }

  .animation-target-card.is-fullscreen {
    inset: 12px;
  }
}

.editor-help {
  margin-top: 0.35rem;
  color: #4b5b70;
  font-size: 0.9rem;
}

.editor-grid {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

.editor-row {
  display: grid;
  grid-template-columns: 160px 1fr 50px;
  align-items: center;
  gap: 0.75rem;
}

.editor-row label {
  font-weight: 600;
  font-size: 0.85rem;
  color: #24364f;
}

.editor-row input[type="range"] {
  width: 100%;
}

.editor-readout {
  font-weight: 600;
  font-size: 0.85rem;
  color: #2f5d77;
}

.editor-selection {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(47, 125, 255, 0.15);
}

.editor-selection-title {
  font-weight: 600;
  color: #1f2e44;
  margin-bottom: 0.35rem;
}

.editor-selection-meta {
  display: flex;
  justify-content: space-between;
  color: #4b5b70;
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
}

.editor-field {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.editor-field label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #24364f;
}

.editor-field input,
.editor-field textarea {
  border-radius: 10px;
  border: 1px solid rgba(47, 125, 255, 0.2);
  padding: 0.45rem 0.6rem;
  font-size: 0.85rem;
  font-family: "Okeanos Sans", "Helvetica Neue", Arial, sans-serif;
}

.editor-field textarea {
  min-height: 96px;
  resize: vertical;
}

.editable-svg [data-editable] {
  cursor: grab;
}

.editable-svg [data-editable].is-selected,
.editable-svg [data-editable].is-selected * {
  stroke: #ff8a3d !important;
  stroke-width: 2.4;
}

.vertex-handle-link {
  stroke: rgba(255, 138, 61, 0.5);
  stroke-width: 1.2;
  stroke-dasharray: 4 4;
  pointer-events: none;
}

.vertex-handle {
  fill: #fff4e6;
  stroke: #ff8a3d;
  stroke-width: 1.6;
  cursor: pointer;
  pointer-events: auto;
}

.vertex-handle--control {
  fill: #ffd3b5;
}

.vertex-handle.is-active {
  stroke: #1f7aff;
  stroke-width: 2.2;
}

@media (max-width: 768px) {
  .editor-row {
    grid-template-columns: 1fr;
  }

  .editor-readout {
    justify-self: end;
  }
}

/* Final responsive overrides for eVide Pulse */
@media (max-width: 1200px) {
  .pulse-hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
    gap: 1.5rem;
  }

  .pulse-copy h1 {
    font-size: clamp(2.4rem, 6.2vw, 4.6rem);
  }

  .pulse-copy .lead {
    font-size: 1.08rem;
    max-width: 46ch;
  }
}

@media (max-width: 992px) {
  .pulse-hero {
    min-height: auto;
    padding: 6rem 0 2.4rem;
  }

  .pulse-hero-layout {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .pulse-copy {
    max-width: 100%;
  }

  .pulse-copy h1 {
    font-size: clamp(2.2rem, 8.6vw, 3.8rem);
    max-width: 12ch;
  }

  .pulse-copy .lead {
    max-width: 62ch;
    font-size: 1rem;
  }

  .pulse-visual {
    justify-self: stretch;
    max-width: none;
  }
}

@media (max-width: 768px) {
  .pulse-hero {
    padding: 5.4rem 0 2rem;
  }

  .pulse-kicker {
    font-size: 0.74rem;
    padding: 0.34rem 0.72rem;
  }

  .pulse-copy h1 {
    font-size: clamp(2rem, 11vw, 3.1rem);
    max-width: 100%;
  }

  .pulse-copy .lead {
    font-size: 0.98rem;
  }

  .pulse-countdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .pulse-count-value {
    font-size: 1.25rem;
  }

  .pulse-count-label {
    font-size: 0.65rem;
  }

  .pulse-visual {
    padding: 0.72rem;
    border-radius: 16px;
  }

  .pulse-hotspot {
    width: 14px;
    height: 14px;
  }

  .pulse-hotspot .pulse-tooltip {
    font-size: 0.68rem;
    min-width: 150px;
    max-width: 190px;
  }

  .pulse-hotspot::before {
    font-size: 8px;
  }

  .pulse-visual-hint {
    font-size: 0.72rem;
  }

  .pulse-reaction-label {
    font-size: 15px;
  }

  .pulse-node-text {
    font-size: 14px;
  }

  .pulse-notify-row {
    grid-template-columns: 1fr;
  }

  .pulse-btn {
    width: 100%;
  }

  .pulse-human-proof {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .pulse-mini-header,
  .pulse-mini-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .pulse-mini-canvas {
    height: 260px;
  }
}

@media (max-width: 576px) {
  .pulse-bg-glow-a {
    width: 400px;
    height: 400px;
    top: -170px;
    left: -190px;
  }

  .pulse-bg-glow-b {
    width: 340px;
    height: 340px;
    right: -170px;
    bottom: -170px;
  }

  .pulse-count-item,
  .pulse-card,
  .pulse-wide-card,
  .pulse-whitepaper-card {
    padding: 0.95rem;
  }

  .pulse-badges > span {
    font-size: 0.72rem;
  }
}

@media (max-width: 420px) {
  .pulse-countdown {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .pulse-whitepaper-card {
    flex-direction: column;
    align-items: flex-start;
  }
}
