:root {
  --bg: #e9e4d6;
  --paper: #ffffff;
  --ink: #182128;
  --muted: #47565f;
  --brand-teal-1: #17b8a0;
  --brand-teal-2: #0d8e88;
  --brand-teal-3: #0c6968;
  --logo-lime: #bcd800;
  --logo-lime-soft: #d4ea45;
  --logo-lime-dark: #7d9200;
  --hero-magenta-1: #f4d8ea;
  --hero-magenta-2: #ecd8f6;
  --hero-magenta-3: #d9eef8;
  --radius-s: 10px;
  --radius-m: 16px;
  --radius-l: 24px;
  --shadow-soft: 0 16px 34px rgba(0, 0, 0, 0.09);
  --home-space-section: clamp(64px, 8vw, 104px);
  --home-space-module: calc(var(--home-space-section) / 2);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  background-color: var(--bg);
  overflow-x: hidden;
  overscroll-behavior-x: none;
}

body {
  position: relative;
  background-color: transparent;
  color: var(--ink);
  font-family: "Outfit", "Trebuchet MS", sans-serif;
  line-height: 1.45;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  touch-action: pan-y pinch-zoom;
}

#bg-pattern {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background-color: var(--bg);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

.bg-icon {
  position: absolute;
  width: 56px;
  height: 56px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

a {
  color: inherit;
  text-decoration: none;
}

.wrap {
  width: min(1260px, calc(100% - 32px));
  margin-inline: auto;
}

.home-page main {
  padding-top: var(--home-space-module);
  padding-bottom: var(--home-space-module);
}

.home-page .site-footer {
  margin-top: 0;
}

.home-page main > section {
  margin-top: var(--home-space-section);
}

.home-page main > section:first-of-type {
  margin-top: 0;
}

.home-page main > .hero-section + .category-ribbon,
.home-page main > .category-ribbon + .feature-tiles {
  margin-top: var(--home-space-module);
}

.home-page .hero-section,
.home-page .feature-tiles,
.home-page .realizations-section,
.home-page .quote-teaser-section,
.home-page .techniques-section,
.home-page .production-video-section,
.home-page .partners-proof-section,
.home-page .faq-section {
  padding-top: 0;
  padding-bottom: 0;
}

.home-page .techniques-header {
  margin-bottom: var(--home-space-module);
}

.home-page .techniques-footer {
  margin-top: var(--home-space-module);
}

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

.mono-icon {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.top-top-bar {
  background: #050505;
  color: #f8f9fa;
  text-align: center;
  font-size: 0.96rem;
  padding: 9px 12px;
}

.top-top-bar p {
  margin: 0;
}

.promo-static strong,
.promo-rotator strong {
  color: var(--logo-lime-soft);
}

.promo-divider {
  margin-inline: 9px;
  color: rgba(255, 255, 255, 0.5);
}

.promo-rotator {
  color: #f8f9fa;
  display: inline-block;
  min-width: 25ch;
  transition: opacity 0.22s ease;
}

.promo-rotator.is-fading {
  opacity: 0.15;
}

.top-bar {
  background: linear-gradient(98deg, var(--logo-lime), #d6ec3f);
  color: #243001;
  border-bottom: 1px solid rgba(106, 121, 0, 0.4);
}

.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 44px;
}

.usp-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  flex: 1;
}

.usp-item {
  margin: 0;
  font-size: 0.88rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
}

.contact-links {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
}

.contact-links a {
  font-size: 0.88rem;
  font-weight: 600;
  color: #4a5d00;
}

.contact-links a:hover {
  text-decoration: underline;
}

.nav-shell {
  background: var(--paper);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 40;
}

.main-nav {
  min-height: 92px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 14px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.brand img {
  display: block;
  width: 230px;
  height: auto;
}

.site-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.5vw, 22px);
  min-width: 0;
}

.site-menu a {
  font-weight: 500;
  position: relative;
  color: #25333a;
}

.site-menu a.is-active,
.site-menu a:hover {
  color: var(--logo-lime-dark);
}

.site-menu a.is-active::after,
.site-menu a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 2px;
  border-radius: 2px;
  background: var(--logo-lime);
}

.btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 700;
  color: #162102;
}

.search-box {
  display: flex;
  align-items: center;
  height: 46px;
  border-radius: 10px;
  border: 1px solid #d6dadd;
  background: #f8f9fa;
  overflow: hidden;
}

.search-box input {
  width: clamp(132px, 15vw, 205px);
  border: 0;
  background: transparent;
  color: #2a373f;
  font: inherit;
  padding: 0 12px;
  outline: 0;
}

.search-box button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #4b5b63;
  min-width: 42px;
  height: 42px;
  cursor: pointer;
}

.search-box button .mono-icon {
  width: 1rem;
  height: 1rem;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 10px;
  background: #edf1f4;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #1f2c33;
}

.feature-tiles {
  padding-top: 16px;
}

.tile-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.tile {
  min-height: 0;
  aspect-ratio: 0.74 / 1;
  padding: 0;
  color: #f5fffd;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(185deg, rgba(8, 15, 18, 0.1), rgba(8, 15, 18, 0.68));
  z-index: 1;
}

.tile::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 999px;
  right: -46px;
  top: -26px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
  z-index: 2;
}

.tile-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.02);
  transition: transform 0.45s ease;
}

.tile-content {
  position: relative;
  z-index: 3;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  padding: 16px;
}

.tile:hover .tile-photo {
  transform: scale(1.06);
}

.tile-1 .tile-photo {
  object-position: center 14%;
}

.tile-2 .tile-photo {
  object-position: center 14%;
}

.tile-3 .tile-photo {
  object-position: center 16%;
}

.tile-4 .tile-photo {
  object-position: center 20%;
}

.tile-code {
  margin: 0;
  display: inline-flex;
  align-self: flex-start;
  padding: 2px 9px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #182300;
  background: rgba(212, 234, 69, 0.92);
}

.tile-title {
  margin: 0;
  font-family: "Barlow Condensed", "Impact", sans-serif;
  font-size: 1.48rem;
  line-height: 0.98;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #f4fbff;
}

.tile-text {
  margin: 0;
  max-width: 34ch;
  font-size: 0.9rem;
  line-height: 1.32;
  color: rgba(245, 255, 253, 0.95);
}

.tile-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 10px 18px;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 700;
  color: #1c2600;
  margin-top: 6px;
}

.tile-action:hover {
  filter: brightness(1.04);
}

.tile-1 {
  background: #273136;
}

.tile-2 {
  background: #273136;
}

.tile-3 {
  background: #273136;
}

.tile-4 {
  background: #273136;
}

.realizations-section {
  position: relative;
}

.realizations-header {
  margin-bottom: clamp(14px, 2.2vw, 26px);
  max-width: min(900px, 100%);
  display: grid;
  gap: 11px;
}

.realizations-kicker {
  margin: 0;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1a2500;
  border: 1px solid rgba(130, 149, 0, 0.52);
  background: linear-gradient(130deg, #d9ed52, #b3cc00);
}

.realizations-header h2 {
  margin: 0;
  font-family: "Barlow Condensed", "Impact", sans-serif;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 0.94;
  text-transform: uppercase;
  color: #132733;
}

.realizations-lead {
  margin: 0;
  max-width: 74ch;
  color: #324953;
  font-size: clamp(0.96rem, 1.12vw, 1.05rem);
  line-height: 1.5;
}

.realizations-wheel {
  position: relative;
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  padding: 0;
  background: transparent;
}

.realizations-wheel.is-dragging {
  cursor: grabbing;
}

.realizations-track {
  display: flex;
  gap: 20px;
  align-items: stretch;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  background: transparent;
}

.realization-card {
  flex: 0 0 clamp(230px, 22vw, 292px);
  min-height: 0;
  aspect-ratio: 0.74 / 1;
  padding: 0;
  color: #f5fffd;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 0;
  box-shadow: none;
}

.realization-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(185deg, rgba(8, 15, 18, 0.1), rgba(8, 15, 18, 0.68));
  z-index: 1;
}

.realization-card::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 999px;
  right: -46px;
  top: -26px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
  z-index: 2;
}

.realization-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 66%;
  transform: scale(1.02);
  transition: transform 0.45s ease;
}

.realization-content {
  position: relative;
  z-index: 3;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  padding: 16px;
}

.realization-card:hover .realization-photo {
  transform: scale(1.06);
}

.realization-code {
  margin: 0;
  display: inline-flex;
  align-self: flex-start;
  padding: 2px 9px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #182300;
  background: rgba(212, 234, 69, 0.92);
}

.realization-card h3 {
  margin: 0;
  font-family: "Barlow Condensed", "Impact", sans-serif;
  font-size: 1.48rem;
  line-height: 0.98;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #f4fbff;
}

.realization-card p {
  margin: 0;
}

.realization-content > p:last-child {
  max-width: 34ch;
  font-size: 0.9rem;
  line-height: 1.32;
  color: rgba(245, 255, 253, 0.95);
}

.partners-proof-section {
  position: relative;
}

.partners-proof-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(171, 184, 138, 0.6);
  padding: clamp(20px, 3.1vw, 36px);
  background:
    radial-gradient(circle at 8% -10%, rgba(212, 234, 69, 0.24), rgba(212, 234, 69, 0) 42%),
    radial-gradient(circle at 100% 0%, rgba(188, 216, 0, 0.18), rgba(188, 216, 0, 0) 39%),
    linear-gradient(150deg, rgba(252, 253, 250, 0.9), rgba(245, 248, 251, 0.8));
  box-shadow:
    0 18px 34px rgba(33, 49, 59, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.partners-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.17fr) minmax(280px, 0.83fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
}

.partners-proof-copy {
  display: grid;
  align-content: start;
  gap: 12px;
}

.partners-proof-kicker {
  margin: 0;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 13px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1a2500;
  border: 1px solid rgba(130, 149, 0, 0.54);
  background: linear-gradient(130deg, #d9ed52, #b3cc00);
}

.partners-proof-copy h2 {
  margin: 0;
  font-family: "Barlow Condensed", "Impact", sans-serif;
  font-size: clamp(2rem, 3.6vw, 3.1rem);
  line-height: 0.94;
  text-transform: uppercase;
  color: #10232e;
}

.partners-proof-copy h3 {
  margin: 0;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.5;
  color: #223d48;
  font-weight: 500;
}

.partners-proof-copy h3 strong {
  color: #163108;
  font-size: 1.1em;
  font-weight: 800;
}

.partners-proof-microcopy {
  margin: 0;
  color: #324953;
  font-size: clamp(0.96rem, 1.12vw, 1.04rem);
  line-height: 1.56;
}

.partners-proof-stats {
  min-height: 100%;
  display: grid;
  align-content: center;
  gap: 14px;
}

.proof-stat-card {
  margin: 0;
  border-radius: 17px;
  border: 1px solid rgba(165, 180, 188, 0.56);
  padding: clamp(14px, 1.9vw, 18px);
  background:
    radial-gradient(circle at 90% -12%, rgba(188, 216, 0, 0.2), rgba(188, 216, 0, 0) 40%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(239, 244, 248, 0.8));
  box-shadow:
    0 10px 20px rgba(56, 72, 84, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.proof-stat-label {
  margin: 0;
  color: #2f4751;
  font-size: 0.88rem;
  line-height: 1.3;
}

.proof-stat-label strong {
  font-weight: 700;
}

.proof-stat-value {
  margin: 8px 0 0;
  color: #0f2833;
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  line-height: 0.95;
  font-family: "Barlow Condensed", "Impact", sans-serif;
  letter-spacing: 0.01em;
}

.proof-stat-value strong {
  color: #11260c;
  font-weight: 800;
}

.proof-stat-note {
  margin: 2px 2px 0;
  color: #45616d;
  font-size: 0.84rem;
  line-height: 1.35;
}

.partners-logos-block {
  margin-top: clamp(20px, 2.5vw, 28px);
}

.partners-logos-wheel {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(160, 172, 182, 0.56);
  padding: 12px;
  background:
    linear-gradient(120deg, rgba(189, 216, 0, 0.08), rgba(189, 216, 0, 0) 34%),
    radial-gradient(circle at 20% 8%, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0) 42%),
    linear-gradient(145deg, rgba(247, 250, 253, 0.84), rgba(230, 237, 243, 0.8));
  box-shadow:
    0 18px 30px rgba(26, 38, 47, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    inset 0 0 0 1px rgba(255, 255, 255, 0.42);
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.partners-logos-wheel::before,
.partners-logos-wheel::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.partners-logos-wheel::before {
  inset: 6px;
  border-radius: 14px;
  border: 1px solid rgba(182, 194, 204, 0.52);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    inset 0 -16px 22px rgba(137, 152, 164, 0.08);
}

.partners-logos-wheel::after {
  inset: 0;
  border-radius: 18px;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 38%),
    radial-gradient(circle at 100% 100%, rgba(168, 180, 192, 0.13), rgba(168, 180, 192, 0) 42%);
}

.partners-logos-wheel.is-dragging {
  cursor: grabbing;
}

.partners-logos-wheel *,
.partners-logos-wheel img {
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

.partners-logos-track {
  display: flex;
  align-items: center;
  gap: 14px;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.partner-logo-card {
  --partner-logo-size: clamp(108px, 9vw, 132px);
  flex: 0 0 var(--partner-logo-size);
  width: var(--partner-logo-size);
  height: var(--partner-logo-size);
  margin: 0;
  border-radius: 16px;
  border: 1px solid rgba(176, 188, 198, 0.62);
  background:
    linear-gradient(135deg, rgba(212, 234, 69, 0.13), rgba(212, 234, 69, 0) 36%),
    radial-gradient(circle at 25% 15%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.46) 40%, rgba(255, 255, 255, 0) 58%),
    linear-gradient(145deg, rgba(252, 254, 255, 0.92), rgba(233, 239, 245, 0.88));
  display: grid;
  place-items: center;
  pointer-events: none;
  box-shadow:
    0 10px 18px rgba(41, 56, 67, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    inset 0 -1px 0 rgba(156, 169, 179, 0.45);
  position: relative;
}

.partner-logo-card::before,
.partner-logo-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.partner-logo-card::before {
  inset: 5px;
  border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, 0.68);
}

.partner-logo-card::after {
  width: 22px;
  height: 22px;
  top: 8px;
  right: 8px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(212, 234, 69, 0.42), rgba(212, 234, 69, 0.04) 66%, rgba(212, 234, 69, 0) 74%);
}

.partner-logo-card img {
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  object-fit: contain;
  object-position: center;
  display: block;
  pointer-events: none;
}

.faq-section {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}

.faq-section::before,
.faq-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.faq-section::before {
  width: clamp(280px, 36vw, 480px);
  height: clamp(280px, 36vw, 480px);
  left: -12%;
  top: 8%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(188, 216, 0, 0.19), rgba(188, 216, 0, 0) 70%);
}

.faq-section::after {
  width: clamp(220px, 30vw, 390px);
  height: clamp(220px, 30vw, 390px);
  right: -10%;
  bottom: 2%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(30, 184, 160, 0.13), rgba(30, 184, 160, 0) 70%);
}

.faq-section .wrap {
  position: relative;
  z-index: 1;
}

.faq-header {
  max-width: min(1000px, 100%);
  display: grid;
  gap: 12px;
  margin-bottom: clamp(16px, 2.8vw, 28px);
}

.faq-kicker {
  margin: 0;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 13px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1a2500;
  border: 1px solid rgba(130, 149, 0, 0.54);
  background: linear-gradient(130deg, #d9ed52, #b3cc00);
}

.faq-header h2 {
  margin: 0;
  font-family: "Barlow Condensed", "Impact", sans-serif;
  font-size: clamp(2.05rem, 4vw, 3.2rem);
  line-height: 0.95;
  text-transform: uppercase;
  color: #10232e;
}

.faq-lead {
  margin: 0;
  color: #2f4753;
  font-size: clamp(0.97rem, 1.12vw, 1.06rem);
  line-height: 1.56;
  max-width: 72ch;
}

.faq-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: clamp(16px, 2.2vw, 24px);
}

.faq-filter {
  border: 1px solid rgba(157, 170, 178, 0.62);
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.24) 58%, rgba(255, 255, 255, 0) 62%),
    linear-gradient(145deg, rgba(246, 249, 252, 0.94), rgba(227, 234, 241, 0.9));
  color: #203844;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.24s ease,
    color 0.2s ease;
}

.faq-filter:hover {
  transform: translateY(-1px);
  border-color: rgba(127, 151, 30, 0.72);
  box-shadow: 0 9px 16px rgba(38, 54, 66, 0.1);
}

.faq-filter.is-active {
  border-color: rgba(124, 145, 0, 0.7);
  color: #182300;
  background:
    radial-gradient(circle at 20% 14%, rgba(248, 253, 193, 0.94), rgba(248, 253, 193, 0.22) 50%, rgba(248, 253, 193, 0) 64%),
    linear-gradient(135deg, rgba(219, 240, 63, 0.96), rgba(176, 204, 0, 0.94));
  box-shadow:
    0 12px 20px rgba(58, 78, 18, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.64);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-auto-flow: dense;
  gap: 16px;
  align-items: start;
}

.faq-item {
  border-radius: 18px;
  border: 1px solid rgba(166, 179, 190, 0.62);
  background:
    radial-gradient(circle at 85% -8%, rgba(188, 216, 0, 0.18), rgba(188, 216, 0, 0) 42%),
    linear-gradient(150deg, rgba(253, 254, 253, 0.9), rgba(241, 246, 251, 0.82));
  box-shadow:
    0 12px 24px rgba(28, 42, 52, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
  overflow: clip;
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.3s ease;
}

.faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(135, 154, 54, 0.76);
}

.faq-item.is-open {
  border-color: rgba(128, 149, 23, 0.76);
  box-shadow:
    0 20px 32px rgba(24, 41, 49, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.faq-question-heading {
  margin: 0;
}

.faq-question-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  font: inherit;
  color: #122a35;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  padding: 16px 58px 16px 18px;
  position: relative;
  min-height: 78px;
  display: flex;
  align-items: center;
  line-height: 1.36;
}

.faq-question-toggle:focus-visible {
  outline: 2px solid rgba(123, 145, 0, 0.72);
  outline-offset: -2px;
  border-radius: 14px;
}

.faq-toggle-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(154, 170, 183, 0.64);
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.42) 46%, rgba(255, 255, 255, 0) 58%),
    linear-gradient(145deg, rgba(245, 248, 252, 0.96), rgba(227, 234, 240, 0.88));
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.32s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.faq-toggle-icon::before,
.faq-toggle-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #233844;
  transform: translate(-50%, -50%);
  border-radius: 2px;
}

.faq-toggle-icon::before {
  width: 10px;
  height: 2px;
}

.faq-toggle-icon::after {
  width: 2px;
  height: 10px;
  transition: opacity 0.24s ease;
}

.faq-item.is-open .faq-toggle-icon {
  border-color: rgba(134, 153, 39, 0.78);
  box-shadow: 0 6px 12px rgba(75, 98, 28, 0.2);
  transform: translateY(-50%) rotate(180deg);
}

.faq-item.is-open .faq-toggle-icon::after {
  opacity: 0;
}

.faq-answer {
  padding: 0 18px 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.44s ease, opacity 0.3s ease, padding-bottom 0.32s ease;
}

.faq-answer-inner {
  padding: 0 0 16px;
}

.faq-answer p {
  margin: 0;
  color: #2e4550;
  font-size: 0.96rem;
  line-height: 1.58;
}

.faq-item.is-open .faq-answer {
  max-height: 600px;
  opacity: 1;
  padding-bottom: 2px;
}

.faq-item.is-filter-hidden {
  display: none;
}

.site-footer {
  margin-top: var(--home-space-section);
  position: relative;
}

.footer-seo-strip {
  width: 100%;
  background: linear-gradient(98deg, var(--logo-lime), #d6ec3f);
  color: #243001;
  border-top: 1px solid rgba(106, 121, 0, 0.38);
  border-bottom: 1px solid rgba(106, 121, 0, 0.4);
}

.footer-seo-inner {
  min-height: 44px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 0;
  text-align: center;
}

.footer-seo-static,
.footer-seo-rotator {
  font-size: 0.9rem;
  font-weight: 600;
  max-width: 100%;
}

.footer-seo-divider {
  color: rgba(41, 56, 0, 0.48);
}

.footer-seo-rotator {
  min-width: 0;
  transition: opacity 0.22s ease;
}

.footer-seo-rotator.is-fading {
  opacity: 0.15;
}

.footer-main-strip {
  width: 100%;
  border-top: 1px solid #d6dadd;
  border-bottom: 1px solid #d6dadd;
  background: var(--paper);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.82fr) minmax(0, 1.13fr);
  gap: clamp(18px, 2.2vw, 28px);
  padding: clamp(26px, 3vw, 34px) clamp(18px, 2.6vw, 30px) clamp(20px, 2.6vw, 28px);
}

.footer-about,
.footer-contact,
.footer-links {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-about h2 {
  margin: 0;
  font-family: "Barlow Condensed", "Impact", sans-serif;
  font-size: clamp(1.72rem, 2.65vw, 2.32rem);
  line-height: 0.96;
  text-transform: uppercase;
  color: #142024;
}

.footer-about p {
  margin: 0;
  color: #324953;
  font-size: 0.95rem;
  line-height: 1.56;
  max-width: 62ch;
}

.footer-socials {
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 7px 12px;
  border-radius: 10px;
  border: 1px solid rgba(156, 172, 17, 0.56);
  color: #243001;
  background: linear-gradient(130deg, rgba(213, 235, 59, 0.95), rgba(191, 216, 5, 0.92));
  font-size: 0.88rem;
  font-weight: 700;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.footer-socials a .mono-icon {
  width: 0.98rem;
  height: 0.98rem;
}

.footer-socials a:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
}

.footer-contact h3,
.footer-links h3 {
  margin: 0;
  font-family: "Barlow Condensed", "Impact", sans-serif;
  font-size: clamp(1.36rem, 2vw, 1.8rem);
  line-height: 1;
  text-transform: uppercase;
  color: #182933;
}

.footer-contact p {
  margin: 0;
  color: #324953;
  font-size: 0.94rem;
}

.footer-contact strong {
  color: #1b2d35;
}

.footer-contact a {
  color: var(--logo-lime-dark);
  font-weight: 600;
}

.footer-contact a:hover {
  text-decoration: underline;
}

.footer-map-link {
  justify-self: start;
  min-height: 36px;
  padding: 6px 12px;
  border-radius: 10px;
  border: 1px solid rgba(151, 165, 176, 0.62);
  color: #253943;
  background:
    radial-gradient(circle at 22% 16%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.28) 48%, rgba(255, 255, 255, 0) 62%),
    linear-gradient(145deg, rgba(245, 248, 252, 0.96), rgba(228, 235, 241, 0.9));
  display: inline-flex;
  align-items: center;
}

.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  align-items: start;
}

.footer-links-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.footer-links-col a {
  display: block;
}

.footer-links-grid a {
  position: relative;
  justify-self: start;
  color: #2d3d46;
  font-size: 0.91rem;
  padding-bottom: 1px;
}

.footer-links-grid a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--logo-lime);
  transition: transform 0.22s ease;
}

.footer-links-grid a:hover {
  color: var(--logo-lime-dark);
}

.footer-links-grid a:hover::after {
  transform: scaleX(1);
}

.footer-credits {
  background: #050505;
  color: #f8f9fa;
  text-align: center;
  font-size: 0.92rem;
  padding: 10px 12px;
}

.footer-credits p {
  margin: 0;
}

.footer-credits a {
  color: #f8f9fa;
  font-weight: 600;
}

.footer-credits a[href="/"] {
  color: var(--logo-lime-soft);
}

.footer-credits a:hover {
  text-decoration: underline;
}

@media (max-width: 1320px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-links {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .footer-seo-inner {
    min-height: auto;
    padding: 10px 0;
    flex-wrap: wrap;
    gap: 4px 10px;
  }

  .footer-seo-static,
  .footer-seo-rotator {
    font-size: 0.84rem;
  }

  .footer-seo-rotator {
    min-width: 0;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 1080px) {
  .partners-proof-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .partners-proof-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
  }

  .proof-stat-note {
    grid-column: 1 / -1;
  }

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

@media (max-width: 740px) {
  .partners-proof-card {
    border-radius: 18px;
    padding: 16px 14px;
  }

  .partners-proof-copy {
    gap: 10px;
  }

  .partners-proof-copy h2 {
    font-size: clamp(1.76rem, 9.5vw, 2.45rem);
  }

  .partners-proof-copy h3 {
    font-size: 0.98rem;
    line-height: 1.44;
  }

  .partners-proof-stats {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .proof-stat-card {
    border-radius: 13px;
    padding: 12px;
  }

  .partners-logos-wheel {
    border-radius: 14px;
    padding: 8px;
  }

  .partner-logo-card {
    --partner-logo-size: clamp(98px, 30vw, 120px);
  }

  .faq-categories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 14px;
    overflow: visible;
    padding-bottom: 0;
  }

  .faq-filter {
    width: 100%;
    white-space: normal;
    min-height: 40px;
    padding: 7px 10px;
    font-size: 0.84rem;
    line-height: 1.3;
    text-align: center;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .faq-question-toggle {
    min-height: 68px;
    padding: 14px 52px 14px 14px;
    font-size: 0.96rem;
  }

  .faq-answer {
    padding-left: 14px;
    padding-right: 14px;
  }

  .faq-answer-inner {
    padding-bottom: 14px;
  }

  .faq-answer p {
    font-size: 0.92rem;
    line-height: 1.52;
  }

  .footer-main {
    padding: 20px 12px 16px;
  }

  .footer-seo-inner {
    justify-content: center;
  }

  .footer-seo-divider {
    display: none;
  }

  .footer-links-grid {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .footer-links-col {
    gap: 7px;
  }

  .footer-credits {
    font-size: 0.84rem;
  }
}

.techniques-section {
  padding: 40px 0 34px;
  position: relative;
}

.techniques-header {
  margin-bottom: 32px;
  max-width: min(920px, 100%);
  display: grid;
  gap: 16px;
  position: relative;
  padding: clamp(16px, 2.2vw, 24px) clamp(16px, 2.5vw, 28px);
  border-radius: 24px;
  border: 1px solid rgba(176, 186, 164, 0.62);
  background:
    radial-gradient(circle at 88% -8%, rgba(189, 216, 0, 0.2), rgba(189, 216, 0, 0) 43%),
    linear-gradient(145deg, rgba(252, 253, 249, 0.9), rgba(245, 248, 250, 0.8));
  box-shadow:
    0 14px 28px rgba(43, 56, 65, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(2.5px);
}

.techniques-header h2 {
  margin: 0;
  font-family: "Barlow Condensed", "Impact", sans-serif;
  font-size: clamp(2rem, 4vw, 2.95rem);
  line-height: 0.95;
  text-transform: uppercase;
  color: #10232e;
}

.techniques-lead {
  margin: 0;
  max-width: 70ch;
  color: #263e48;
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  line-height: 1.55;
}

.techniques-helper {
  justify-self: start;
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  font-size: 0.92rem;
  font-weight: 600;
  color: #23414e;
  border-bottom: 1px dashed rgba(47, 77, 89, 0.44);
  padding-bottom: 2px;
}

.techniques-helper:hover {
  color: #20353e;
  border-bottom-color: rgba(32, 53, 62, 0.58);
}

.techniques-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.tech-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid #d5dee4;
  padding: 16px 16px 30px;
  background:
    radial-gradient(circle at 90% -10%, rgba(189, 216, 0, 0.23), rgba(189, 216, 0, 0) 42%),
    linear-gradient(160deg, #ffffff, #f5f8fb);
  box-shadow: 0 12px 24px rgba(20, 34, 40, 0.08);
  transition:
    transform 0.26s ease,
    box-shadow 0.26s ease,
    border-color 0.26s ease;
}

.tech-card:hover {
  transform: translateY(-2px);
  border-color: #bfd189;
  box-shadow: 0 16px 28px rgba(20, 34, 40, 0.12);
}

.tech-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.tech-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #d9eb37;
  border: 1px solid #c3ccd5;
  background:
    radial-gradient(circle at 24% 16%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.46) 36%, rgba(255, 255, 255, 0) 58%),
    linear-gradient(145deg, rgba(248, 251, 254, 0.95), rgba(224, 231, 238, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 7px 14px rgba(57, 72, 84, 0.13);
}

.tech-icon .mono-icon {
  width: 1.8rem;
  height: 1.8rem;
  stroke-width: 1.6;
}

.tech-card:hover .tech-icon {
  color: #d3e542;
}

.tech-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #223100;
  border: 1px solid rgba(135, 154, 0, 0.44);
  background: linear-gradient(130deg, #dff06f, #b8d10a);
}

.tech-badge--recommended {
  color: #0e4a45;
  border-color: rgba(16, 133, 121, 0.38);
  background: linear-gradient(130deg, #b4efe7, #77d8ce);
}

.tech-badge--service {
  color: #20364b;
  border-color: rgba(73, 109, 132, 0.32);
  background: linear-gradient(130deg, #d8e8f7, #b9d2eb);
}

.tech-badge--multicolor {
  color: #2e2648;
  border-color: rgba(105, 88, 160, 0.34);
  background: linear-gradient(132deg, #ffe26d, #ff9fc8 48%, #8fd9ff);
}

.tech-card h3 {
  margin: 0;
  font-family: "Barlow Condensed", "Impact", sans-serif;
  font-size: clamp(1.58rem, 2.2vw, 1.9rem);
  line-height: 0.95;
  text-transform: uppercase;
  color: #132835;
}

.tech-sep {
  margin: 12px 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(188, 216, 0, 0.62), rgba(188, 216, 0, 0));
}

.tech-when,
.tech-desc {
  margin: 0;
  color: #334a55;
  font-size: 0.93rem;
  line-height: 1.4;
}

.tech-when span {
  color: #203943;
  font-weight: 700;
}

.tech-desc {
  margin-top: 6px;
}

.tech-list {
  margin: 12px 0 14px;
  padding-left: 18px;
  display: grid;
  gap: 6px;
  color: #2d4550;
  font-size: 0.89rem;
}

.tech-link {
  margin-top: auto;
  width: 100%;
  min-height: 52px;
  padding: 10px 16px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.96rem;
  font-weight: 700;
  color: #1a2500;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(130, 149, 0, 0.52);
  background: linear-gradient(130deg, #d9ed52, #b3cc00);
  box-shadow:
    0 10px 20px rgba(124, 145, 0, 0.28),
    inset 0 1px 0 rgba(239, 251, 159, 0.28);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease,
    color 0.24s ease,
    filter 0.24s ease;
}

.tech-link::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-130%);
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  animation: limeButtonSheen 6.6s ease-in-out infinite;
  pointer-events: none;
}

.tech-link:hover {
  color: #1a2500;
  border-color: rgba(130, 149, 0, 0.56);
  box-shadow:
    0 12px 22px rgba(124, 145, 0, 0.32),
    inset 0 1px 0 rgba(239, 251, 159, 0.34);
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.tech-card--service {
  border-color: rgba(139, 173, 0, 0.48);
  background:
    radial-gradient(circle at 88% -8%, rgba(188, 216, 0, 0.32), rgba(188, 216, 0, 0) 42%),
    linear-gradient(155deg, #f8fce8, #f0f6ff);
}

.tech-card--service .tech-icon {
  border-color: #c3ccd5;
  background:
    radial-gradient(circle at 24% 16%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.46) 36%, rgba(255, 255, 255, 0) 58%),
    linear-gradient(145deg, rgba(248, 251, 254, 0.95), rgba(224, 231, 238, 0.9));
}

.techniques-footer {
  margin-top: 74px;
  display: flex;
  justify-content: center;
}

.techniques-main-cta {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 560px);
  min-height: 52px;
  border-radius: 12px;
  padding: 10px 16px;
  color: #273d49;
  font-size: 0.97rem;
  font-weight: 700;
  text-align: center;
  border: 1px solid rgba(170, 181, 191, 0.8);
  background:
    radial-gradient(circle at 22% 16%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.32) 38%, rgba(255, 255, 255, 0) 58%),
    linear-gradient(148deg, rgba(248, 251, 253, 0.86), rgba(224, 231, 238, 0.8));
  box-shadow:
    0 10px 20px rgba(64, 83, 96, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease,
    color 0.24s ease;
}

.techniques-main-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-130%);
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.32), transparent);
  animation: limeButtonSheen 8.4s ease-in-out infinite;
  pointer-events: none;
}

.techniques-main-cta:hover {
  color: #1e323d;
  border-color: rgba(155, 168, 179, 0.84);
  box-shadow:
    0 12px 22px rgba(64, 83, 96, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
}

.production-video-section {
  padding: 24px 0 56px;
  color: #122734;
}

.production-video-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(157, 174, 16, 0.42);
  border-radius: 28px;
  padding: clamp(16px, 2.8vw, 28px);
  background:
    radial-gradient(circle at 8% 16%, rgba(194, 224, 43, 0.3), rgba(194, 224, 43, 0) 45%),
    radial-gradient(circle at 88% 12%, rgba(23, 184, 160, 0.24), rgba(23, 184, 160, 0) 40%),
    linear-gradient(135deg, #f7fbdf 0%, #f0f4fe 42%, #edf8f2 100%);
  box-shadow:
    0 26px 56px rgba(21, 37, 33, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.production-video-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(420px, 1.16fr);
  gap: clamp(16px, 2.8vw, 34px);
  align-items: center;
}

.production-video-copy {
  padding: clamp(8px, 1.4vw, 14px) clamp(4px, 1vw, 10px);
  display: grid;
  gap: 14px;
}

.production-video-label {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  width: fit-content;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(130, 149, 0, 0.54);
  color: #1a2500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.77rem;
  font-weight: 700;
  background: linear-gradient(130deg, #d9ed52, #b3cc00);
  box-shadow:
    0 8px 16px rgba(124, 145, 0, 0.2),
    inset 0 1px 0 rgba(239, 251, 159, 0.22);
}

.production-video-copy h2 {
  margin: 0;
  font-family: "Barlow Condensed", "Impact", sans-serif;
  font-size: clamp(1.9rem, 3.6vw, 3.05rem);
  line-height: 0.94;
  font-weight: 600;
  color: #132733;
  max-width: 14ch;
}

.production-video-lead {
  margin: 0;
  max-width: 52ch;
  color: #324953;
  font-size: 1rem;
  line-height: 1.52;
}

.production-video-points {
  display: grid;
  justify-items: flex-start;
  gap: 10px;
}

.production-video-point {
  margin: 0;
  width: fit-content;
  max-width: clamp(30ch, 32vw, 36ch);
  color: #2f4752;
  font-size: 0.97rem;
  line-height: 1.38;
  padding: 8px 14px;
  border: 1px solid rgba(181, 196, 63, 0.42);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(4px);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.production-video-point strong {
  color: #1f3440;
  font-weight: 700;
}

.production-video-cta {
  margin-top: 6px;
  align-self: flex-start;
  min-height: 50px;
  min-width: 250px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  color: #1a2500;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: 12px;
  border: 1px solid rgba(130, 149, 0, 0.52);
}

.production-video-cta:hover {
  color: #1a2500;
}

.production-video-visual {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 4px;
}

.production-video-media-shell {
  width: min(100%, 540px);
  border-radius: 24px;
  padding: 10px;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0) 36%),
    linear-gradient(142deg, rgba(192, 225, 22, 0.94), rgba(17, 184, 160, 0.78) 62%, rgba(24, 109, 98, 0.78));
  box-shadow:
    0 18px 36px rgba(9, 31, 29, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.46);
}

.production-video-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
  background: #0c0f10;
}

.production-video-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.46) 0%,
    rgba(0, 0, 0, 0.39) 56%,
    rgba(0, 0, 0, 0.32) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.production-video-media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.production-video-point:hover {
  border-color: rgba(176, 196, 22, 0.7);
  box-shadow:
    0 8px 18px rgba(116, 136, 10, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
  animation: productionPointFloat 2.4s ease-in-out infinite;
}

@media (max-width: 1279px) {
  .techniques-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  :root {
    --home-space-section: clamp(48px, 9vw, 72px);
  }
}

@media (max-width: 767px) {
  .techniques-section {
    padding: 34px 0 24px;
  }

  .techniques-header {
    margin-bottom: 18px;
    gap: 10px;
    padding: 14px 14px 12px;
    border-radius: 18px;
  }

  .techniques-grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 82%);
    overflow-x: auto;
    gap: 14px;
    padding: 2px 2px 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: contain;
  }

  .tech-card {
    scroll-snap-align: start;
    -webkit-user-drag: none;
    user-select: none;
  }

  .techniques-grid.is-dragging {
    cursor: grabbing;
  }

  .techniques-footer {
    margin-top: 44px;
    justify-content: flex-start;
  }
}

.category-ribbon {
  background: transparent;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 6px;
  padding: 18px 0;
  -webkit-overflow-scrolling: touch;
}

.category-item {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 10px;
  color: #2d3d46;
  font-size: 0.92rem;
}

.category-icon {
  width: 102px;
  height: 102px;
  border-radius: 29px;
  display: grid;
  place-items: center;
  border: 1px solid #c3ccd5;
  background:
    radial-gradient(circle at 24% 16%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.46) 36%, rgba(255, 255, 255, 0) 58%),
    linear-gradient(145deg, rgba(248, 251, 254, 0.95), rgba(224, 231, 238, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 7px 14px rgba(57, 72, 84, 0.13);
}

.category-icon .mono-icon {
  width: 1.45rem;
  height: 1.45rem;
}

.category-icon-image {
  width: 2.86rem;
  height: 2.86rem;
  display: block;
  object-fit: contain;
}

.category-item:hover .category-icon {
  border-color: #adb9c4;
}

.hero-section {
  padding: 22px 0 10px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
}

.hero-main {
  min-height: 388px;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-m);
  padding: 44px;
  background:
    radial-gradient(circle at 78% 20%, rgba(188, 216, 0, 0.24), rgba(188, 216, 0, 0)),
    linear-gradient(128deg, var(--hero-magenta-1), var(--hero-magenta-2) 55%, var(--hero-magenta-3));
  box-shadow: var(--shadow-soft);
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 54ch;
}

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

.shape {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.58;
}

.shape-square,
.shape-diamond {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(38, 52, 61, 0.36);
  border-radius: 4px;
}

.shape-circle {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(38, 52, 61, 0.36);
  border-radius: 999px;
}

.shape-triangle {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 14px solid rgba(38, 52, 61, 0.36);
}

.shape-diamond {
  transform: rotate(45deg);
}

.chip {
  display: inline-block;
  border-radius: 999px;
  padding: 4px 11px;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #1a2500;
  background: linear-gradient(130deg, #d8ec4c, #b5ce00);
}

.hero-main h1 {
  margin: 14px 0 13px;
  font-family: "Barlow Condensed", "Impact", sans-serif;
  font-size: clamp(2.55rem, 4.1vw, 4.1rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.hero-main p {
  margin: 0;
  font-size: 1.1rem;
  color: #2b3a42;
  max-width: 36ch;
}

.hero-cta {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 12px;
  padding: 10px 28px;
  color: #182300;
  font-weight: 700;
}

.hero-subtext {
  margin-top: 16px;
}

.hero-subtext p {
  margin: 0;
  font-size: 0.94rem;
  color: #213039;
}

.hero-subtext p:first-child {
  font-weight: 700;
}

.hero-side {
  min-height: 388px;
  border-radius: var(--radius-m);
  padding: 42px 34px;
  box-shadow: var(--shadow-soft);
  background:
    radial-gradient(circle at 20% 70%, rgba(188, 216, 0, 0.18), rgba(188, 216, 0, 0)),
    linear-gradient(160deg, #e6eaee, #d9dee4);
  display: grid;
  align-content: center;
  gap: 12px;
}

.hero-side p.hero-side-rotator {
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.32ch;
  min-height: 1.3em;
  max-width: 22ch;
  font-size: clamp(2.04rem, 3.4vw, 2.64rem);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #182833;
  transition: opacity 0.24s ease;
}

.hero-side p.hero-side-rotator.is-fading {
  opacity: 0.16;
}

.hero-side-rotator-first {
  color: var(--logo-lime);
}

.hero-side-rotator-rest {
  color: #182833;
}

.hero-side h2 {
  margin: 0;
  font-family: "Barlow Condensed", "Impact", sans-serif;
  font-size: clamp(2.1rem, 3.3vw, 3rem);
  line-height: 0.95;
  text-transform: uppercase;
  color: #1f353f;
}

.hero-side p {
  margin: 0;
  max-width: 25ch;
  font-size: 1.07rem;
  color: #2c3f48;
}

.quote-section {
  padding: 22px 0 64px;
  scroll-margin-top: 112px;
}

.quote-teaser-section {
  padding: 28px 0 72px;
}

.quote-teaser-card {
  --teaser-scale: 1;
  --teaser-tilt: 0deg;
  --teaser-glow: 0.62;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(157, 174, 16, 0.42);
  border-radius: 28px;
  padding: clamp(18px, 3.2vw, 34px);
  background:
    radial-gradient(circle at 7% 16%, rgba(194, 224, 43, 0.37), rgba(194, 224, 43, 0) 45%),
    radial-gradient(circle at 88% 12%, rgba(23, 184, 160, 0.32), rgba(23, 184, 160, 0) 42%),
    linear-gradient(135deg, #f7fbdf 0%, #f0f4fe 42%, #edf8f2 100%);
  box-shadow:
    0 26px 56px rgba(21, 37, 33, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  isolation: isolate;
}

.quote-teaser-card::before {
  content: "";
  position: absolute;
  inset: -24% -18% auto auto;
  width: min(440px, 42vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(189, 216, 0, var(--teaser-glow)), rgba(189, 216, 0, 0));
  filter: blur(14px);
  pointer-events: none;
  z-index: 0;
}

.quote-teaser-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(19, 39, 31, 0.12) 0.7px, transparent 0.7px);
  background-size: 13px 13px;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

.quote-teaser-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: clamp(16px, 3vw, 34px);
  align-items: stretch;
  position: relative;
  z-index: 1;
}

.quote-teaser-copy {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}

.quote-teaser-intro {
  display: grid;
  gap: 10px;
}

.quote-teaser-card .quote-kicker {
  justify-self: start;
  box-shadow: 0 8px 18px rgba(138, 160, 0, 0.28);
}

.quote-teaser-card h2 {
  margin: 0;
  font-family: "Barlow Condensed", "Impact", sans-serif;
  font-size: clamp(2rem, 4.2vw, 3.05rem);
  line-height: 0.95;
  text-transform: uppercase;
  color: #102029;
  text-wrap: balance;
}

.quote-teaser-text {
  margin: 0;
  max-width: 62ch;
  color: #2f4751;
  font-size: clamp(0.99rem, 1.2vw, 1.1rem);
  line-height: 1.44;
}

.quote-teaser-steps {
  margin-top: 0;
  display: grid;
  gap: 10px;
}

.teaser-step {
  position: relative;
  border: 1px solid rgba(181, 196, 63, 0.54);
  border-radius: 16px;
  padding: 13px 14px 12px 66px;
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(6px);
  box-shadow: 0 10px 20px rgba(31, 54, 53, 0.09);
  transition:
    transform 0.36s ease,
    box-shadow 0.36s ease,
    border-color 0.36s ease,
    opacity 0.46s ease;
  opacity: 0;
  transform: translateY(16px);
}

.quote-teaser-card.is-visible .teaser-step {
  opacity: 1;
  transform: translateY(0);
}

.quote-teaser-card.is-visible .teaser-step:nth-child(2) {
  transition-delay: 0.12s;
}

.quote-teaser-card.is-visible .teaser-step:nth-child(3) {
  transition-delay: 0.24s;
}

.quote-teaser-card.is-visible .teaser-step:nth-child(4) {
  transition-delay: 0.36s;
}

.teaser-step::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 12px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(130, 149, 0, 0.62);
  background:
    radial-gradient(circle at 28% 22%, rgba(224, 243, 90, 0.68), rgba(224, 243, 90, 0.32) 44%, rgba(196, 220, 36, 0.12) 62%, rgba(166, 191, 5, 0.04) 100%),
    linear-gradient(154deg, #e2f45d, #c8df1b 58%, #a7c000 100%);
  box-shadow:
    0 7px 15px rgba(103, 121, 0, 0.26),
    0 0 0 3px rgba(214, 232, 92, 0.22),
    inset 0 1px 0 rgba(239, 251, 159, 0.62),
    inset 0 -8px 10px rgba(121, 143, 0, 0.22);
  animation: teaserBadgePulse 5.8s ease-in-out infinite;
}

.teaser-step:nth-child(1)::after,
.teaser-step:nth-child(2)::after,
.teaser-step:nth-child(3)::after,
.teaser-step:nth-child(4)::after {
  position: absolute;
  left: 29px;
  top: 24px;
  font-size: 0.83rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.01em;
  color: #294000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.teaser-step:nth-child(1)::after {
  content: "1";
}

.teaser-step:nth-child(2)::after {
  content: "2";
}

.teaser-step:nth-child(3)::after {
  content: "3";
}

.teaser-step:nth-child(4)::after {
  content: "4";
}

.teaser-step:hover {
  transform: translateY(-3px);
  border-color: rgba(137, 157, 0, 0.7);
  box-shadow: 0 14px 26px rgba(20, 41, 35, 0.14);
}

.teaser-step-label {
  margin: 0;
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #62761a;
}

.teaser-step h3 {
  margin: 2px 0 4px;
  font-family: "Barlow Condensed", "Impact", sans-serif;
  font-size: clamp(1.26rem, 2vw, 1.55rem);
  line-height: 1;
  text-transform: uppercase;
  color: #142733;
}

.teaser-step p {
  margin: 0;
  color: #344c55;
  font-size: 0.93rem;
  line-height: 1.34;
}

.quote-teaser-actions {
  display: grid;
  gap: 8px;
}

.quote-teaser-actions-visual {
  width: min(100%, 560px);
  margin-top: 0;
  padding-top: 6px;
  gap: 14px;
  justify-items: end;
  text-align: right;
}

.quote-teaser-cta {
  justify-self: start;
  position: relative;
  overflow: hidden;
}

.quote-teaser-actions-visual .quote-teaser-cta {
  justify-self: end;
  width: 100%;
  min-width: 0;
  min-height: 56px;
  border-radius: 12px;
  border-color: rgba(141, 160, 4, 0.52);
  box-shadow:
    0 10px 20px rgba(125, 143, 0, 0.24),
    inset 0 1px 0 rgba(239, 251, 159, 0.25);
}

.quote-teaser-note {
  margin: 0;
  width: 100%;
  font-size: 0.94rem;
  color: #46606b;
  line-height: 1.45;
}

.quote-teaser-note-lead {
  font-size: clamp(1rem, 1.18vw, 1.15rem);
  font-weight: 700;
  color: #29414b;
  white-space: nowrap;
}

.quote-teaser-note-extra {
  color: #3e5761;
}

.quote-teaser-note-extra strong {
  color: #22373f;
  font-weight: 800;
}

.quote-teaser-visual {
  position: relative;
  height: 100%;
  justify-content: space-between;
  min-height: clamp(360px, 39vw, 520px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 8px;
}

.quote-teaser-photo-wrap {
  position: relative;
  width: min(100%, 560px);
}

.quote-teaser-photo-shell {
  position: relative;
  width: 100%;
  border-radius: 26px;
  padding: clamp(14px, 2.2vw, 20px);
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0) 36%),
    linear-gradient(142deg, rgba(192, 225, 22, 0.94), rgba(17, 184, 160, 0.78) 62%, rgba(24, 109, 98, 0.78));
  box-shadow:
    0 18px 36px rgba(9, 31, 29, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.48);
}

.quote-teaser-photo-shell::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.02));
  pointer-events: none;
}

.quote-teaser-photo {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  transform-origin: center;
  transform: rotate(var(--teaser-tilt)) scale(var(--teaser-scale));
  filter: drop-shadow(0 18px 36px rgba(10, 34, 28, 0.26));
  animation: teaserBreath 7.2s ease-in-out infinite;
  transition: transform 0.34s ease-out, filter 0.34s ease-out;
}

.quote-teaser-chip {
  position: absolute;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #122230;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(189, 212, 44, 0.6);
  box-shadow: 0 8px 16px rgba(21, 36, 32, 0.12);
  backdrop-filter: blur(4px);
}

.chip-top {
  left: 16%;
  top: 21%;
  animation: teaserChipA 6.4s ease-in-out infinite;
}

.chip-right {
  right: 14%;
  top: 48%;
  animation: teaserChipB 7.4s ease-in-out infinite;
}

.chip-bottom {
  left: 38%;
  bottom: 11%;
  animation: teaserChipC 5.8s ease-in-out infinite;
}

@keyframes teaserBadgePulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
    box-shadow:
      0 7px 15px rgba(103, 121, 0, 0.26),
      0 0 0 3px rgba(214, 232, 92, 0.22),
      inset 0 1px 0 rgba(239, 251, 159, 0.62),
      inset 0 -8px 10px rgba(121, 143, 0, 0.22);
  }
  50% {
    transform: translateY(-1px) scale(1.03);
    box-shadow:
      0 9px 18px rgba(103, 121, 0, 0.3),
      0 0 0 4px rgba(214, 232, 92, 0.28),
      inset 0 1px 0 rgba(239, 251, 159, 0.68),
      inset 0 -7px 10px rgba(121, 143, 0, 0.24);
  }
}

@keyframes limeButtonSheen {
  0%,
  60%,
  100% {
    transform: translateX(-130%);
  }
  78% {
    transform: translateX(130%);
  }
}

@keyframes productionPointFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(3px, -2px, 0);
  }
  50% {
    transform: translate3d(1px, -4px, 0);
  }
  75% {
    transform: translate3d(-2px, -1px, 0);
  }
}

@keyframes teaserBreath {
  0%,
  100% {
    filter: drop-shadow(0 18px 36px rgba(10, 34, 28, 0.24));
  }
  50% {
    filter: drop-shadow(0 24px 42px rgba(10, 34, 28, 0.34));
  }
}

@keyframes teaserChipA {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-6px) rotate(2deg);
  }
}

@keyframes teaserChipB {
  0%,
  100% {
    transform: translateY(0) rotate(1.5deg);
  }
  50% {
    transform: translateY(-8px) rotate(-1deg);
  }
}

@keyframes teaserChipC {
  0%,
  100% {
    transform: translateY(0) rotate(-1.5deg);
  }
  50% {
    transform: translateY(-5px) rotate(1.5deg);
  }
}

.quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 22px;
  align-items: start;
}

.quote-main-panel {
  border: 1px solid #d5dde3;
  border-radius: var(--radius-m);
  padding: 22px;
  background: #f5f7fa;
  box-shadow: 0 12px 28px rgba(22, 33, 40, 0.09);
}

.quote-header {
  margin-bottom: 14px;
}

.quote-kicker {
  margin: 0;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 11px;
  border-radius: 999px;
  font-size: 0.79rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #202b00;
  background: linear-gradient(130deg, #d9ed52, #b5ce00);
}

.chip,
.quote-kicker,
.quote-teaser-card .quote-kicker,
.production-video-label,
.realizations-kicker,
.partners-proof-kicker,
.faq-kicker {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 28px;
  padding: 4px 11px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #1a2500;
  border: 0;
  background: linear-gradient(130deg, #d8ec4c, #b5ce00);
  box-shadow: none;
}

.quote-header h2 {
  margin: 12px 0 8px;
  font-family: "Barlow Condensed", "Impact", sans-serif;
  font-size: clamp(2rem, 4.1vw, 2.6rem);
  line-height: 0.95;
  text-transform: uppercase;
  color: #172329;
}

.quote-header p {
  margin: 0;
  color: #40515a;
  max-width: 68ch;
}

.quote-progress {
  margin-bottom: 15px;
  display: grid;
  gap: 8px;
}

.quote-progress-label {
  margin: 0;
  font-weight: 700;
  color: #1f3039;
}

.quote-progress-track {
  height: 8px;
  border-radius: 999px;
  background: #dde5eb;
  overflow: hidden;
}

.quote-progress-track span {
  display: block;
  width: 33.333%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(132deg, #d8ec4d, #aec600);
  transition: width 0.22s ease;
}

.quote-form {
  display: grid;
  gap: 14px;
}

.quote-step {
  display: none;
  border: 1px solid #d9e0e7;
  border-radius: 14px;
  background: #ffffff;
  padding: 16px;
}

.quote-step.is-active {
  display: block;
}

.quote-step h3 {
  margin: 0 0 14px;
  font-family: "Barlow Condensed", "Impact", sans-serif;
  font-size: clamp(1.6rem, 2.8vw, 2rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.mode-switch {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid #d6dee4;
  border-radius: 10px;
  padding: 4px;
  margin-bottom: 14px;
  background: #f2f5f8;
}

.mode-tab {
  border: 0;
  min-height: 40px;
  border-radius: 8px;
  padding: 8px 12px;
  font: inherit;
  font-weight: 600;
  color: #30424b;
  background: transparent;
  cursor: pointer;
}

.mode-tab.is-active {
  color: #192400;
  background: linear-gradient(130deg, #d9ed53, #bccf18);
}

.mode-panel.is-hidden,
.quote-section .is-hidden {
  display: none !important;
}

.line-items {
  display: grid;
  gap: 12px;
}

.line-item {
  border: 1px solid #d8e0e5;
  border-radius: 12px;
  padding: 12px;
  background: #f9fbfc;
  display: grid;
  gap: 10px;
}

.line-item-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.line-item-wide {
  grid-column: 1 / -1;
}

.line-item-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.line-item-duplicate {
  border: 1px solid #cfd9df;
  background: #ffffff;
  color: #20313b;
  border-radius: 10px;
  min-height: 36px;
  padding: 7px 12px;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.line-item-duplicate:hover {
  border-color: #9db400;
  background: #f6faca;
}

.line-item-remove {
  border: 0;
  background: transparent;
  color: #8a2033;
  font: inherit;
  font-size: 0.88rem;
  cursor: pointer;
}

.form-field {
  display: grid;
  gap: 6px;
}

.form-field > span {
  font-size: 0.89rem;
  font-weight: 600;
  color: #2a3c45;
}

.quote-section input,
.quote-section select,
.quote-section textarea {
  width: 100%;
  border: 1px solid #cfd9e0;
  border-radius: 10px;
  min-height: 44px;
  padding: 10px 12px;
  font: inherit;
  color: #203039;
  background: #ffffff;
}

.quote-section textarea {
  resize: vertical;
  min-height: 100px;
}

.line-item-grid textarea {
  min-height: 78px;
}

.quote-section input:focus,
.quote-section select:focus,
.quote-section textarea:focus {
  outline: 0;
  border-color: #9bb100;
  box-shadow: 0 0 0 3px rgba(188, 216, 0, 0.22);
}

.stepper {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  border: 1px solid #cfd9e0;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}

.stepper button {
  border: 0;
  min-height: 44px;
  font-size: 1.24rem;
  color: #1d2d35;
  background: #eef2f5;
  cursor: pointer;
}

.stepper input {
  border: 0;
  border-radius: 0;
  text-align: center;
  min-height: 44px;
}

.stepper input:focus {
  box-shadow: none;
}

.quote-inline-action {
  border-radius: 10px;
  min-height: 40px;
  padding: 8px 14px;
  color: #243200;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.field-hint {
  margin: 8px 0 0;
  font-size: 0.86rem;
  color: #4a5d66;
}

.field-error {
  margin: 0;
  min-height: 18px;
  font-size: 0.82rem;
  color: #ae2f33;
}

.field-error:empty {
  min-height: 0;
}

.field-error.is-block {
  margin-top: 8px;
}

.upload-box {
  border: 1px dashed #afbbc2;
  border-radius: 12px;
  padding: 14px;
  background: #f8fafb;
  display: grid;
  gap: 6px;
}

.upload-box p {
  margin: 0;
}

.upload-box.is-dragover {
  border-color: #9cb300;
  background: #f0f8bf;
}

.upload-meta {
  font-size: 0.88rem;
  color: #496069;
}

.upload-list {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.upload-item {
  border: 1px solid #d6dee4;
  border-radius: 10px;
  background: #ffffff;
  padding: 9px 12px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
}

.upload-item p,
.upload-item small {
  margin: 0;
}

.upload-item small {
  color: #4d6169;
  font-size: 0.82rem;
}

.upload-item button {
  border: 0;
  background: transparent;
  color: #7f2434;
  font: inherit;
  cursor: pointer;
}

.upload-empty {
  border: 1px dashed #d6dee4;
  border-radius: 10px;
  padding: 10px 12px;
  color: #4d6169;
}

.check-line {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 8px;
  font-size: 0.92rem;
  color: #24353e;
}

.check-line input {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  min-height: auto;
  flex: 0 0 auto;
}

.personalization-group {
  margin-top: 14px;
  border-top: 1px solid #e0e6ea;
  padding-top: 12px;
}

.personalization-note {
  margin: 0 0 8px;
  font-size: 0.88rem;
  color: #44555e;
}

.toggle-inline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.toggle-inline > span {
  font-weight: 700;
}

.toggle-inline label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #edf2f5;
}

.toggle-inline input {
  width: 16px;
  height: 16px;
  min-height: auto;
}

.personalization-fields {
  margin-top: 12px;
  display: grid;
  gap: 12px;
}

.mini-fieldset {
  margin: 0;
  padding: 10px;
  border: 1px solid #dde4ea;
  border-radius: 10px;
}

.mini-fieldset legend {
  padding: 0 5px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #2a3c45;
}

.chip-options,
.radio-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip-options label,
.radio-options label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  background: #f1f4f7;
  padding: 6px 10px;
  font-size: 0.9rem;
}

.chip-options input,
.radio-options input {
  width: 16px;
  height: 16px;
  min-height: auto;
}

.inline-other {
  margin-top: 8px;
}

.quote-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.quote-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  border: 1px solid #d7dee5;
  border-radius: 12px;
  padding: 10px;
  background: #ffffff;
}

.quote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  min-height: 46px;
  padding: 10px 16px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid transparent;
}

.quote-btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.quote-btn-primary {
  color: #1a2500;
}

.btn-main,
.hero-cta,
.tile-action,
.quote-inline-action,
.quote-btn-primary,
.quote-teaser-cta,
.production-video-cta {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(130, 149, 0, 0.52);
  background: linear-gradient(130deg, #d9ed52, #b3cc00);
  box-shadow:
    0 10px 20px rgba(124, 145, 0, 0.28),
    inset 0 1px 0 rgba(239, 251, 159, 0.28);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    filter 0.24s ease;
}

.btn-main::before,
.hero-cta::before,
.tile-action::before,
.quote-inline-action::before,
.quote-btn-primary::before,
.quote-teaser-cta::before,
.production-video-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-130%);
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  animation: limeButtonSheen 6.6s ease-in-out infinite;
  pointer-events: none;
}

.btn-main:hover,
.hero-cta:hover,
.tile-action:hover,
.quote-inline-action:hover,
.quote-btn-primary:hover,
.quote-teaser-cta:hover,
.production-video-cta:hover {
  transform: translateY(-1px);
  box-shadow:
    0 12px 22px rgba(124, 145, 0, 0.32),
    inset 0 1px 0 rgba(239, 251, 159, 0.34);
}

.quote-btn-secondary {
  color: #2b3e47;
  background: #f4f7f9;
  border-color: #ced8de;
}

.form-message {
  margin: 0;
  border-radius: 10px;
  padding: 9px 11px;
}

.form-message-error {
  border: 1px solid #ebc5ca;
  background: #fdf0f2;
  color: #8d2a34;
}

.quote-side-panel {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 14px;
}

.summary-card {
  border: 1px solid #d7dfe5;
  border-radius: 14px;
  padding: 16px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(22, 33, 40, 0.07);
}

.summary-card h3 {
  margin: 0 0 11px;
  font-family: "Barlow Condensed", "Impact", sans-serif;
  font-size: 1.6rem;
  line-height: 0.95;
  text-transform: uppercase;
}

.summary-meta {
  margin: 0;
  display: grid;
  gap: 7px;
}

.summary-meta div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
}

.summary-meta dt {
  color: #51626b;
  font-size: 0.9rem;
}

.summary-meta dd {
  margin: 0;
  font-weight: 700;
}

.summary-group {
  margin-top: 12px;
}

.summary-group h4 {
  margin: 0 0 7px;
  font-size: 0.94rem;
  color: #293c45;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.summary-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.summary-list li {
  border: 1px solid #e0e6eb;
  border-radius: 9px;
  padding: 6px 8px;
  font-size: 0.86rem;
  color: #31444d;
  background: #f8fafb;
}

.summary-next ol {
  margin: 0;
  padding-left: 17px;
  display: grid;
  gap: 8px;
  color: #31444d;
}

.quote-success {
  border: 1px solid #d5dee4;
  border-radius: 14px;
  background: #ffffff;
  padding: 18px;
  display: grid;
  gap: 12px;
}

.quote-success h3 {
  margin: 0;
  font-family: "Barlow Condensed", "Impact", sans-serif;
  font-size: clamp(1.7rem, 2.8vw, 2.1rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.quote-success p {
  margin: 0;
}

.success-meta {
  display: grid;
  gap: 4px;
}

.success-box {
  border: 1px solid #dde5ea;
  border-radius: 10px;
  padding: 11px;
  background: #f8fafb;
}

.success-box h4 {
  margin: 0 0 8px;
  font-size: 0.95rem;
  text-transform: uppercase;
}

.success-box ul,
.success-box ol {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}

@media (max-width: 1220px) {
  .top-bar-inner {
    min-height: auto;
    padding: 8px 0;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

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

  .contact-links {
    justify-content: center;
    flex-wrap: wrap;
  }

  .main-nav {
    grid-template-columns: auto auto 1fr auto;
    grid-template-areas:
      "brand toggle search cta"
      "menu menu menu menu";
    row-gap: 10px;
    min-height: 84px;
    padding: 12px 0;
  }

  .brand {
    grid-area: brand;
  }

  .nav-toggle {
    grid-area: toggle;
    display: inline-flex;
  }

  .search-box {
    grid-area: search;
    justify-self: stretch;
  }

  .search-box input {
    width: 100%;
  }

  .btn-main {
    grid-area: cta;
    justify-self: end;
  }

  .site-menu {
    grid-area: menu;
    justify-content: flex-start;
    flex-wrap: wrap;
    display: none;
    gap: 10px 16px;
    padding-bottom: 4px;
  }

  .site-menu.is-open {
    display: flex;
  }
}

@media (max-width: 1080px) {
  .brand img {
    width: 182px;
  }

  .realizations-track {
    gap: 16px;
  }

  .realization-card {
    flex-basis: clamp(220px, 31vw, 282px);
  }

  .tile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .tile {
    aspect-ratio: 0.84 / 1;
  }

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

  .hero-side {
    min-height: 220px;
  }

  .quote-teaser-main {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .quote-teaser-copy {
    height: auto;
    min-height: 0;
    gap: 12px;
  }

  .quote-teaser-visual {
    height: auto;
    justify-content: flex-start;
    min-height: clamp(240px, 42vw, 380px);
    align-items: flex-start;
    padding-top: 0;
  }

  .quote-teaser-actions-visual {
    margin-top: 12px;
    justify-items: start;
    text-align: left;
    width: min(100%, 560px);
  }

  .quote-teaser-actions-visual .quote-teaser-cta {
    min-width: 0;
    justify-self: stretch;
  }

  .quote-teaser-note-lead {
    white-space: normal;
  }

}

@media (max-width: 900px) {
  .category-grid {
    display: flex;
    overflow-x: auto;
    gap: 6px;
    scrollbar-width: thin;
    padding-bottom: 10px;
    cursor: grab;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: contain;
  }

  .category-grid.is-dragging {
    cursor: grabbing;
  }

  .category-grid > * {
    -webkit-user-drag: none;
    user-select: none;
  }

  .category-item {
    min-width: 151px;
    flex: 0 0 auto;
  }
}

@media (max-width: 740px) {
  .wrap {
    width: min(1260px, calc(100% - 22px));
  }

  .realizations-header {
    gap: 9px;
    margin-bottom: 12px;
  }

  .realizations-track {
    gap: 14px;
  }

  .realization-card {
    flex: 0 0 min(80vw, 292px);
  }

  .realization-card h3 {
    font-size: 1.32rem;
  }

  .realization-content > p:last-child {
    font-size: 0.86rem;
    line-height: 1.3;
  }

  .top-top-bar {
    font-size: 0.84rem;
  }

  .promo-divider {
    display: none;
  }

  .promo-rotator {
    display: block;
    min-width: 0;
    margin-top: 4px;
  }

  .usp-strip {
    display: none;
  }

  .usp-item {
    justify-content: flex-start;
    text-align: left;
  }

  .contact-links {
    justify-content: center;
    width: 100%;
  }

  .contact-email {
    display: none;
  }

  .main-nav {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "brand toggle"
      "cta cta"
      "search search"
      "menu menu";
    gap: 10px;
  }

  .btn-main {
    justify-self: stretch;
  }

  .search-box {
    width: 100%;
  }

  .tile-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .tile {
    aspect-ratio: 0.94 / 1;
  }

  .hero-main {
    min-height: 350px;
    padding: 32px 24px;
  }

  .hero-side {
    min-height: 200px;
    padding: 30px 24px;
  }

  .hero-side p.hero-side-rotator {
    font-size: 2rem;
  }

  .quote-teaser-section {
    padding: 22px 0 58px;
  }

  .quote-teaser-main {
    gap: 14px;
  }

  .quote-teaser-visual {
    order: 0;
    min-height: clamp(190px, 56vw, 290px);
    align-items: flex-start;
  }

  .quote-teaser-photo-shell {
    border-radius: 20px;
    padding: 10px;
  }

  .quote-teaser-actions-visual {
    margin-top: 10px;
    width: 100%;
  }

  .quote-teaser-note-lead {
    font-size: 1rem;
    white-space: normal;
  }

  .quote-teaser-chip {
    font-size: 0.71rem;
    padding: 6px 10px;
    min-height: 28px;
  }

  .teaser-step {
    padding: 11px 11px 10px 58px;
  }

  .teaser-step::before {
    left: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    border-radius: 999px;
  }

  .teaser-step:nth-child(1)::after,
  .teaser-step:nth-child(2)::after,
  .teaser-step:nth-child(3)::after {
    left: 22px;
    top: 21px;
    font-size: 0.78rem;
  }

}

@media (max-width: 1023px) {
  .production-video-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .production-video-visual {
    order: -1;
    justify-content: flex-start;
  }

  .production-video-media-shell {
    width: min(100%, 430px);
  }

  .production-video-media::before {
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.46) 0%,
      rgba(0, 0, 0, 0.37) 58%,
      rgba(0, 0, 0, 0.19) 100%
    );
  }

  .production-video-copy {
    padding: clamp(4px, 1.2vw, 8px) 0;
    gap: 14px;
  }

  .production-video-copy h2 {
    max-width: 18ch;
  }

  .production-video-point {
    font-size: 0.98rem;
    max-width: 100%;
  }

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

  .quote-side-panel {
    position: static;
  }

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

  .line-item-wide {
    grid-column: 1 / -1;
  }

  .quote-step {
    min-height: calc(100dvh - 320px);
  }

  .quote-actions {
    position: sticky;
    bottom: 8px;
    z-index: 24;
    justify-content: space-between;
    box-shadow: 0 10px 24px rgba(15, 25, 30, 0.15);
  }

  .quote-btn {
    flex: 1;
  }
}

@media (max-width: 740px) {
  .quote-section {
    padding-bottom: 74px;
  }

  .quote-teaser-card {
    padding: 16px;
  }

  .quote-main-panel {
    padding: 14px;
  }

  .quote-header h2 {
    font-size: 2rem;
  }

  .quote-step {
    padding: 12px;
    min-height: calc(100dvh - 280px);
  }

  .mode-switch {
    width: 100%;
  }

  .line-item-grid {
    grid-template-columns: 1fr;
  }

  .line-item-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .quote-grid-2 {
    grid-template-columns: 1fr;
  }

  .summary-card h3 {
    font-size: 1.45rem;
  }
}

.products-page main {
  padding-top: var(--home-space-module);
  padding-bottom: var(--home-space-section);
}

.products-page main > section,
.products-page main > nav {
  margin-top: var(--home-space-section);
}

.products-page main > nav:first-of-type,
.products-page main > section:first-of-type {
  margin-top: 0;
}

.products-page main > nav.products-breadcrumbs + .hero-section {
  margin-top: var(--home-space-module);
}

.products-top-bar-inner {
  justify-content: center;
  min-height: 44px;
}

.products-top-bar-inner .usp-strip {
  width: 100%;
  margin: 0;
}

.products-top-bar-inner .usp-item {
  font-size: 0.88rem;
}

.products-breadcrumbs ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #2c3f49;
  font-size: 1rem;
  font-weight: 600;
}

.products-breadcrumbs {
  padding-block: 8px;
}

.products-breadcrumbs li {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.products-breadcrumbs li[aria-current="page"] {
  color: var(--logo-lime-dark);
  font-weight: 700;
  padding-bottom: 4px;
}

.products-breadcrumbs li[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--logo-lime);
}

.products-breadcrumbs li + li::before {
  content: "/";
  margin-right: 10px;
  color: #6b7f87;
}

.products-breadcrumbs a {
  color: #2b3f49;
}

.products-breadcrumbs a:hover {
  text-decoration: underline;
}

.products-hero-section,
.products-catalog-module,
.products-categories-section,
.products-catalog-banner-section,
.products-final-cta-section {
  padding-top: 0;
  padding-bottom: 0;
}

.products-hero-main {
  min-height: 0;
  padding: clamp(26px, 3.6vw, 40px);
}

.products-hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  grid-template-rows: auto 1fr;
  align-items: stretch;
  gap: clamp(16px, 2.6vw, 28px);
  min-height: clamp(260px, 36vw, 350px);
}

.products-hero-main .hero-content {
  max-width: 74ch;
}

.products-hero-maincopy {
  grid-column: 1;
  grid-row: 1;
}

.products-hero-main h1 {
  margin-bottom: 12px;
}

.products-hero-main p + p {
  margin-top: 10px;
}

.products-hero-main p.products-hero-rotator {
  margin: 8px 0 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.32ch;
  min-height: 1.3em;
  max-width: 24ch;
  font-size: clamp(2.4rem, 4.5vw, 3.4rem);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #182833;
  transition: opacity 0.24s ease;
}

.products-hero-main p.products-hero-rotator.is-fading {
  opacity: 0.16;
}

.products-hero-bottom-text {
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  max-width: 74ch;
  color: #2b3a42;
}

.products-hero-bottom-text p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.48;
}

.products-hero-bottom-text p + p {
  margin-top: 10px;
}

.products-hero-cta {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  gap: 10px;
  align-self: end;
  justify-items: end;
  text-align: right;
}

.products-hero-cta .btn-main {
  min-width: 220px;
}

.products-hero-cta p {
  margin: 0;
  max-width: 31ch;
  font-size: 0.92rem;
  color: #31424b;
}

.products-catalog-card {
  position: relative;
  border-color: rgba(118, 154, 167, 0.4);
  background:
    radial-gradient(circle at 90% 0%, rgba(188, 216, 0, 0.2), rgba(188, 216, 0, 0) 42%),
    radial-gradient(circle at 15% 100%, rgba(23, 184, 160, 0.22), rgba(23, 184, 160, 0) 44%),
    linear-gradient(145deg, #102631, #173544 60%, #1f4355);
  box-shadow:
    0 20px 36px rgba(11, 26, 34, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.products-catalog-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 34px);
  align-items: center;
}

.products-external-badge {
  position: absolute;
  top: 14px;
  right: 14px;
}

.products-catalog-copy {
  display: grid;
  gap: 12px;
  color: #e8f3f5;
}

.products-catalog-copy h2 {
  margin: 0;
  font-family: "Barlow Condensed", "Impact", sans-serif;
  font-size: clamp(2rem, 3.5vw, 2.86rem);
  line-height: 0.95;
  text-transform: uppercase;
  color: #f6fdff;
}

.products-catalog-copy p {
  margin: 0;
  color: rgba(232, 243, 245, 0.94);
  font-size: 0.98rem;
  line-height: 1.54;
}

.products-catalog-copy .quote-btn-primary {
  width: fit-content;
  min-height: 52px;
  padding: 10px 20px;
}

.products-catalog-copy .quote-teaser-note {
  color: rgba(232, 243, 245, 0.78);
}

.catalog-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.catalog-mini-grid .category-item {
  min-width: 0;
  color: #f3fbfd;
  font-size: 0.86rem;
  font-weight: 600;
}

.catalog-mini-grid .category-icon {
  width: 84px;
  height: 84px;
  border-radius: 22px;
  border-color: rgba(158, 188, 202, 0.46);
  background:
    radial-gradient(circle at 24% 16%, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.16) 38%, rgba(255, 255, 255, 0) 58%),
    linear-gradient(145deg, rgba(243, 250, 253, 0.22), rgba(206, 226, 235, 0.08));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 7px 14px rgba(8, 20, 28, 0.28);
}

.catalog-mini-grid .category-item:hover .category-icon {
  border-color: rgba(189, 216, 0, 0.68);
}

.products-categories-header {
  max-width: 100%;
  margin-bottom: 22px;
}

.products-category-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.product-category-card {
  padding: 16px;
}

.product-category-card .tech-card-top {
  align-items: flex-start;
}

.product-category-card .category-icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
}

.product-category-card .category-icon-image {
  width: 2.15rem;
  height: 2.15rem;
}

.product-category-card .tech-badge {
  margin-left: auto;
}

.product-category-card h2 {
  margin: 0;
  font-family: "Barlow Condensed", "Impact", sans-serif;
  font-size: clamp(1.55rem, 2.3vw, 1.92rem);
  line-height: 0.95;
  text-transform: uppercase;
  color: #132835;
}

.product-category-card .tech-desc {
  margin-top: 0;
}

.product-category-card .tech-list {
  margin: 11px 0 14px;
}

.product-category-card .tile-action {
  margin-top: auto;
  min-height: 50px;
  font-size: 0.94rem;
}

.products-catalog-banner-card {
  border-radius: 24px;
}

.products-catalog-banner-main {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.76fr);
  align-items: center;
}

.products-catalog-banner-actions {
  justify-items: start;
  text-align: left;
  gap: 10px;
}

.products-catalog-banner-actions .quote-btn-primary {
  width: 100%;
  max-width: 340px;
  min-height: 54px;
}

.products-final-cta-card {
  border-radius: 24px;
  padding: clamp(20px, 3vw, 30px);
}

.products-final-cta-card::before {
  inset: -35% -15% auto auto;
}

.products-final-cta-actions {
  max-width: 760px;
  margin-inline: auto;
  justify-items: center;
  text-align: center;
  gap: 12px;
}

.products-final-cta-actions .quote-teaser-note-extra {
  max-width: 70ch;
}

.products-final-cta-actions .quote-teaser-cta {
  min-width: 260px;
  justify-self: center;
}

.products-page .faq-section {
  overflow: visible;
  z-index: 2;
}

.products-page .products-final-cta-section {
  position: relative;
  z-index: 1;
}

.products-page .site-footer {
  margin-top: 0;
}

.products-page main > .feature-tiles + .products-catalog-banner-section {
  margin-top: calc(var(--home-space-section) + 18px);
}

.products-page main > .products-catalog-banner-section + .techniques-section {
  margin-top: var(--home-space-module);
}

.products-page .techniques-footer {
  margin-top: var(--home-space-module);
}

.products-page main > .techniques-section + .realizations-section {
  margin-top: var(--home-space-module);
}

@media (max-width: 1180px) {
  .products-category-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .products-catalog-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1080px) {
  .products-hero-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    min-height: 0;
  }

  .products-hero-cta {
    grid-column: 1;
    grid-row: 3;
    justify-items: start;
    text-align: left;
  }

  .products-hero-cta p {
    max-width: 44ch;
  }

  .products-hero-bottom-text {
    grid-column: 1;
    grid-row: 2;
  }

  .products-catalog-banner-main {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .catalog-mini-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 740px) {
  .products-page main > section,
  .products-page main > nav {
    margin-top: clamp(40px, 9vw, 64px);
  }

  .products-breadcrumbs ol {
    font-size: 0.9rem;
  }

  .products-breadcrumbs {
    padding-block: 4px;
  }

  .products-hero-main {
    padding: 22px 16px;
  }

  .products-hero-main h1 {
    font-size: clamp(2rem, 9.6vw, 2.75rem);
  }

  .products-hero-main p {
    font-size: 0.98rem;
  }

  .products-hero-main p.products-hero-rotator {
    font-size: clamp(2rem, 8vw, 2.6rem);
  }

  .products-hero-bottom-text p {
    font-size: 0.95rem;
  }

  .products-top-bar-inner .usp-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .products-top-bar-inner .usp-item {
    justify-content: flex-start;
    text-align: left;
    font-size: 0.82rem;
  }

  .products-catalog-card {
    padding: 16px 14px;
  }

  .products-external-badge {
    position: static;
    margin-bottom: 10px;
  }

  .catalog-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .catalog-mini-grid .category-icon {
    width: 72px;
    height: 72px;
    border-radius: 18px;
  }

  .products-category-cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .products-catalog-banner-actions .quote-btn-primary {
    max-width: none;
  }

  .products-final-cta-actions .quote-teaser-cta {
    min-width: 0;
    width: 100%;
  }
}

.quote-online-page .quote-howto-section,
.quote-online-page .quote-form-section,
.quote-online-page .quote-after-submit-section,
.quote-online-page .quote-file-requirements-section,
.quote-online-page .partners-proof-section,
.quote-online-page .faq-section {
  padding-top: 0;
  padding-bottom: 0;
}

.quote-online-page .quote-howto-card .quote-teaser-visual {
  justify-content: center;
  min-height: clamp(300px, 32vw, 440px);
}

.quote-online-page .quote-howto-card .teaser-step {
  opacity: 1;
  transform: translateY(0);
}

.quote-after-submit-header {
  max-width: 100%;
  margin-bottom: 22px;
}

.quote-after-submit-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
}

.quote-after-submit-steps .teaser-step {
  opacity: 1;
  transform: none;
  transition: none;
  min-height: 200px;
  padding: 20px 18px 18px 72px;
}

.quote-after-submit-steps .teaser-step::before {
  left: 18px;
  top: 18px;
}

.quote-after-submit-steps .teaser-step::after {
  left: 33px;
  top: 30px;
}

.quote-after-submit-steps .teaser-step:hover {
  transform: none;
}

.quote-file-requirements-section .techniques-helper {
  margin-top: 18px;
}

.quote-online-page .site-footer {
  margin-top: 0;
}

@media (max-width: 1279px) {
  .quote-after-submit-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quote-after-submit-steps .teaser-step {
    min-height: 184px;
  }
}

@media (max-width: 767px) {
  .quote-after-submit-steps {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .quote-after-submit-steps .teaser-step {
    min-height: 0;
  }
}

.about-page main {
  padding-top: var(--home-space-module);
  padding-bottom: var(--home-space-section);
}

.about-page main > section,
.about-page main > nav {
  margin-top: var(--home-space-section);
}

.about-page main > nav:first-of-type,
.about-page main > section:first-of-type {
  margin-top: 0;
}

.about-page main > nav.products-breadcrumbs + .hero-section {
  margin-top: var(--home-space-module);
}

.about-page .products-hero-section,
.about-page .about-story-section,
.about-page .about-values-section,
.about-page .partners-proof-section,
.about-page .about-location-section,
.about-page .realizations-section,
.about-page .products-final-cta-section {
  padding-top: 0;
  padding-bottom: 0;
}

.about-page main > .hero-section + .about-story-section,
.about-page main > .about-story-section + .about-values-section,
.about-page main > .about-values-section + .partners-proof-section,
.about-page main > .partners-proof-section + .about-location-section,
.about-page main > .about-location-section + .realizations-section,
.about-page main > .realizations-section + .products-final-cta-section {
  margin-top: clamp(56px, 7.2vw, 96px);
}

.about-page .site-footer {
  margin-top: 0;
}

.about-top-bar-inner {
  justify-content: center;
  min-height: 44px;
}

.about-top-bar-inner .usp-strip {
  width: 100%;
  margin: 0;
}

.about-top-bar-inner .usp-item {
  font-size: 0.88rem;
}

.about-story-card .quote-teaser-main {
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
}

.about-story-content {
  display: grid;
  gap: 12px;
}

.about-story-content p {
  margin: 0;
  color: #2f4751;
  font-size: 0.98rem;
  line-height: 1.58;
}

.about-story-visual {
  min-height: clamp(280px, 33vw, 460px);
  justify-content: flex-start;
  align-items: flex-start;
}

.about-story-visual .quote-teaser-photo-wrap {
  max-width: 540px;
}

.about-story-floating {
  width: min(100%, 540px);
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-floating-btn {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #17303b;
  border: 1px solid rgba(151, 177, 34, 0.56);
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.16) 52%, rgba(255, 255, 255, 0) 64%),
    linear-gradient(138deg, rgba(226, 244, 96, 0.84), rgba(195, 224, 44, 0.76));
  box-shadow:
    0 8px 16px rgba(45, 63, 72, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  animation: aboutFloatingBadge 6.4s ease-in-out infinite;
}

.about-floating-btn:nth-child(2) {
  animation-delay: 0.3s;
}

.about-floating-btn:nth-child(3) {
  animation-delay: 0.6s;
}

.about-floating-btn:nth-child(4) {
  animation-delay: 0.9s;
}

.about-floating-btn:nth-child(5) {
  animation-delay: 1.2s;
}

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

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.about-value-card {
  padding-bottom: 20px;
}

.about-value-text {
  margin: 8px 0 0;
  color: #334a55;
  font-size: 0.93rem;
  line-height: 1.44;
}

.about-page .partners-proof-copy h2 strong {
  color: #163108;
}

.about-location-card {
  border-radius: 24px;
}

.about-location-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
  align-items: stretch;
  gap: clamp(16px, 3vw, 32px);
}

.about-location-copy {
  display: grid;
  align-content: start;
  gap: 12px;
}

.about-location-copy h2 {
  margin: 0;
  font-family: "Barlow Condensed", "Impact", sans-serif;
  font-size: clamp(2rem, 4.2vw, 3.05rem);
  line-height: 0.95;
  text-transform: uppercase;
  color: #102029;
}

.about-location-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.about-location-list li {
  margin: 0;
  color: #304854;
  font-size: 0.96rem;
  line-height: 1.45;
}

.about-location-list strong {
  color: #1b2d35;
}

.about-location-list a {
  color: var(--logo-lime-dark);
  font-weight: 600;
}

.about-location-list a:hover {
  text-decoration: underline;
}

.about-location-links {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.about-location-links .quote-btn-primary {
  min-height: 42px;
  padding-inline: 16px;
}

.about-location-map {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(157, 174, 16, 0.36);
  min-height: 320px;
  background: #e8eef2;
  box-shadow:
    0 16px 30px rgba(21, 37, 33, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.about-location-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}

@media (max-width: 1180px) {
  .about-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .about-story-card .quote-teaser-main,
  .about-location-main {
    grid-template-columns: 1fr;
  }

  .about-story-visual {
    min-height: clamp(220px, 44vw, 360px);
  }

  .about-story-floating {
    width: 100%;
  }

  .about-location-map,
  .about-location-map iframe {
    min-height: 280px;
  }
}

@media (max-width: 740px) {
  .about-page main > section,
  .about-page main > nav {
    margin-top: clamp(40px, 9vw, 64px);
  }

  .about-top-bar-inner .usp-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .about-top-bar-inner .usp-item {
    justify-content: flex-start;
    text-align: left;
    font-size: 0.82rem;
  }

  .about-story-content p {
    font-size: 0.95rem;
    line-height: 1.52;
  }

  .about-floating-btn {
    font-size: 0.76rem;
    min-height: 32px;
    padding: 6px 11px;
  }

  .about-values-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .about-location-links {
    display: grid;
    width: 100%;
  }

  .about-location-links .quote-btn-primary {
    width: 100%;
    justify-content: center;
  }

  .about-location-map,
  .about-location-map iframe {
    min-height: 240px;
  }
}

.contact-page main {
  padding-top: var(--home-space-module);
  padding-bottom: var(--home-space-section);
}

.contact-page main > section,
.contact-page main > nav {
  margin-top: var(--home-space-section);
}

.contact-page main > nav:first-of-type,
.contact-page main > section:first-of-type {
  margin-top: 0;
}

.contact-page main > nav.products-breadcrumbs + .hero-section {
  margin-top: var(--home-space-module);
}

.contact-page .products-hero-section,
.contact-page .contact-details-section,
.contact-page .contact-map-section,
.contact-page .products-final-cta-section {
  padding-top: 0;
  padding-bottom: 0;
}

.contact-page main > .hero-section + .contact-details-section,
.contact-page main > .contact-details-section + .contact-map-section,
.contact-page main > .contact-map-section + .products-final-cta-section {
  margin-top: clamp(56px, 7.2vw, 96px);
}

.contact-page .site-footer {
  margin-top: 0;
}

.contact-top-bar-inner {
  justify-content: center;
  min-height: 44px;
}

.contact-top-bar-inner .usp-strip {
  width: 100%;
  margin: 0;
}

.contact-top-bar-inner .usp-item {
  font-size: 0.88rem;
}

.contact-hero-main {
  min-height: 0;
}

.contact-hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 16px;
  min-height: clamp(220px, 30vw, 320px);
}

.contact-hero-main .hero-content {
  max-width: 80ch;
}

.contact-hero-main h1 {
  margin-bottom: 10px;
}

.contact-hero-copy {
  max-width: 80ch;
}

.contact-hero-copy p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.48;
}

.contact-hero-copy p + p {
  margin-top: 10px;
}

.contact-hero-copy .contact-hero-nap {
  font-size: 0.95rem;
  color: #2e424b;
}

.contact-main-card {
  border-radius: 24px;
}

.contact-main-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.96fr);
  align-items: stretch;
  gap: clamp(16px, 3vw, 32px);
}

.contact-details-copy {
  display: grid;
  align-content: start;
  gap: 12px;
}

.contact-details-copy h2 {
  margin: 0;
  font-family: "Barlow Condensed", "Impact", sans-serif;
  font-size: clamp(2rem, 4.2vw, 3.05rem);
  line-height: 0.95;
  text-transform: uppercase;
  color: #102029;
}

.contact-nap-block {
  display: grid;
  gap: 8px;
}

.contact-nap-block p {
  margin: 0;
  color: #304854;
  font-size: 0.96rem;
  line-height: 1.45;
}

.contact-nap-block strong {
  color: #1b2d35;
}

.contact-nap-block a {
  color: var(--logo-lime-dark);
  font-weight: 600;
}

.contact-details-copy .contact-phone {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid rgba(151, 165, 176, 0.62);
  color: #253943;
  background:
    radial-gradient(circle at 22% 16%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.28) 48%, rgba(255, 255, 255, 0) 62%),
    linear-gradient(145deg, rgba(245, 248, 252, 0.96), rgba(228, 235, 241, 0.9));
}

.contact-details-copy .contact-phone:hover {
  text-decoration: none;
  filter: brightness(1.03);
}

.contact-hours {
  border: 1px solid rgba(157, 174, 16, 0.34);
  border-radius: 14px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 24px rgba(21, 37, 33, 0.08);
}

.contact-hours h3 {
  margin: 0 0 10px;
  font-family: "Barlow Condensed", "Impact", sans-serif;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  line-height: 1;
  text-transform: uppercase;
  color: #182933;
}

.contact-hours-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.contact-hours-list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.contact-hours-list li span {
  color: #314853;
  font-size: 0.92rem;
}

.contact-hours-list li strong {
  color: #1b2d35;
  font-size: 0.92rem;
}

.contact-socials {
  margin-top: 4px;
}

.contact-form-panel {
  border: 1px solid rgba(157, 174, 16, 0.34);
  border-radius: 20px;
  padding: clamp(16px, 2.8vw, 24px);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 30px rgba(21, 37, 33, 0.11);
}

.contact-form-note {
  margin: 0 0 12px;
  color: #304854;
  font-size: 0.94rem;
  line-height: 1.5;
}

.contact-form {
  display: grid;
  gap: 12px;
}

.contact-form .check-line {
  margin-top: 0;
}

.contact-form .check-line a {
  color: var(--logo-lime-dark);
  font-weight: 600;
}

.contact-form .quote-btn-primary {
  width: 100%;
  min-height: 50px;
}

.form-message-success {
  border: 1px solid #b7d8be;
  background: #edf8ef;
  color: #1f5f2f;
}

.contact-map-header {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.contact-map-header h2 {
  margin: 0;
  font-family: "Barlow Condensed", "Impact", sans-serif;
  font-size: clamp(2rem, 4.2vw, 3.05rem);
  line-height: 0.95;
  text-transform: uppercase;
  color: #102029;
}

.contact-map-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  border-top: 1px solid rgba(157, 174, 16, 0.36);
  border-bottom: 1px solid rgba(157, 174, 16, 0.36);
  background: #e8eef2;
  box-shadow:
    0 16px 30px rgba(21, 37, 33, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  overflow: hidden;
}

.contact-map-bleed iframe {
  display: block;
  width: 100%;
  height: 400px;
  border: 0;
}

.contact-map-meta {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.contact-map-meta p {
  margin: 0;
  color: #304854;
  font-size: 0.96rem;
}

.contact-map-meta strong {
  color: #1b2d35;
}

@media (max-width: 1080px) {
  .contact-main-grid {
    grid-template-columns: 1fr;
  }

  .contact-map-bleed iframe {
    height: 340px;
  }

  .contact-map-meta {
    justify-content: flex-start;
  }
}

@media (max-width: 740px) {
  .contact-page main > section,
  .contact-page main > nav {
    margin-top: clamp(40px, 9vw, 64px);
  }

  .contact-top-bar-inner .usp-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .contact-top-bar-inner .usp-item {
    justify-content: flex-start;
    text-align: left;
    font-size: 0.82rem;
  }

  .contact-hours-list li span,
  .contact-hours-list li strong {
    font-size: 0.88rem;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-map-bleed iframe {
    height: 280px;
  }

  .contact-map-meta {
    display: grid;
    gap: 10px;
  }
}

.techniques-page main {
  padding-top: var(--home-space-module);
  padding-bottom: var(--home-space-section);
}

.techniques-page main > section,
.techniques-page main > nav {
  margin-top: var(--home-space-section);
}

.techniques-page main > nav:first-of-type,
.techniques-page main > section:first-of-type {
  margin-top: 0;
}

.techniques-page main > nav.products-breadcrumbs + .hero-section {
  margin-top: var(--home-space-module);
}

.techniques-top-bar-inner {
  justify-content: center;
  min-height: 44px;
}

.techniques-top-bar-inner .usp-strip {
  width: 100%;
  margin: 0;
}

.techniques-top-bar-inner .usp-item {
  font-size: 0.88rem;
}

.techniques-page .products-hero-section,
.techniques-page .techniques-compare-section,
.techniques-page .techniques-section,
.techniques-page .techniques-catalog-module,
.techniques-page .techniques-helper-section,
.techniques-page .products-final-cta-section {
  padding-top: 0;
  padding-bottom: 0;
}

.techniques-page main > .hero-section + .techniques-compare-section,
.techniques-page main > .techniques-compare-section + .techniques-section,
.techniques-page main > .techniques-section + .techniques-catalog-module,
.techniques-page main > .techniques-catalog-module + .techniques-helper-section,
.techniques-page main > .techniques-helper-section + .realizations-section,
.techniques-page main > .faq-section + .products-final-cta-section {
  margin-top: var(--home-space-module);
}

.techniques-page main > .hero-section + .techniques-compare-section,
.techniques-page main > .techniques-compare-section + .techniques-section,
.techniques-page main > .techniques-section + .techniques-catalog-module,
.techniques-page main > .techniques-catalog-module + .techniques-helper-section,
.techniques-page main > .techniques-helper-section + .realizations-section,
.techniques-page main > .faq-section + .products-final-cta-section {
  margin-top: clamp(56px, 7.2vw, 96px);
}

.techniques-page .faq-section {
  overflow: visible;
  z-index: 2;
}

.techniques-page .products-final-cta-section {
  position: relative;
  z-index: 1;
}

.techniques-page .site-footer {
  margin-top: 0;
}

.techniques-hero-cta {
  gap: 12px;
}

.techniques-hero-cta-buttons {
  display: grid;
  gap: 10px;
  justify-items: end;
}

.techniques-hero-alt-btn {
  min-width: 220px;
}

.techniques-compare-card {
  border-color: rgba(118, 154, 167, 0.4);
  background:
    radial-gradient(circle at 90% 0%, rgba(188, 216, 0, 0.2), rgba(188, 216, 0, 0) 42%),
    radial-gradient(circle at 15% 100%, rgba(23, 184, 160, 0.22), rgba(23, 184, 160, 0) 44%),
    linear-gradient(145deg, #102631, #173544 60%, #1f4355);
  box-shadow:
    0 20px 36px rgba(11, 26, 34, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.techniques-compare-header {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
}

.techniques-compare-header h2 {
  margin: 0;
  font-family: "Barlow Condensed", "Impact", sans-serif;
  font-size: clamp(2rem, 3.5vw, 2.86rem);
  line-height: 0.95;
  text-transform: uppercase;
  color: #f6fdff;
}

.techniques-compare-header .techniques-lead {
  color: rgba(232, 243, 245, 0.94);
}

.techniques-table-wrap {
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid rgba(170, 199, 212, 0.34);
  background: rgba(9, 21, 30, 0.38);
  -webkit-overflow-scrolling: touch;
}

.techniques-compare-table {
  width: 100%;
  min-width: 960px;
  border-collapse: separate;
  border-spacing: 0;
}

.techniques-compare-table caption {
  text-align: left;
  padding: 10px 14px;
  color: rgba(230, 243, 248, 0.84);
  font-size: 0.83rem;
  font-weight: 600;
}

.techniques-compare-table th,
.techniques-compare-table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(173, 196, 208, 0.26);
  text-align: left;
  color: #ecf6f9;
  font-size: 0.91rem;
  line-height: 1.4;
}

.techniques-compare-table thead th {
  position: sticky;
  top: 0;
  z-index: 3;
  background: rgba(13, 33, 45, 0.98);
  color: #f2fcff;
  font-weight: 700;
  white-space: nowrap;
}

.techniques-compare-table tbody th {
  position: sticky;
  left: 0;
  z-index: 2;
  background: rgba(16, 37, 49, 0.98);
  font-weight: 700;
  white-space: nowrap;
}

.techniques-compare-table thead th:first-child {
  left: 0;
  z-index: 4;
  background: rgba(13, 33, 45, 0.98);
}

.techniques-compare-table tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.04);
}

.techniques-compare-card .techniques-helper {
  margin-top: 14px;
  color: #dff06f;
  border-bottom-color: rgba(223, 240, 111, 0.54);
}

.techniques-compare-card .techniques-helper:hover {
  color: #ecf8aa;
  border-bottom-color: rgba(236, 248, 170, 0.74);
}

.tech-not-block {
  margin: 0 0 14px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(176, 188, 198, 0.48);
  background: linear-gradient(150deg, rgba(248, 251, 253, 0.86), rgba(236, 242, 247, 0.78));
}

.tech-not-title {
  margin: 0 0 6px;
  font-size: 0.77rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #4c5f69;
}

.tech-not-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 4px;
  color: #556c76;
  font-size: 0.84rem;
  line-height: 1.42;
}

.techniques-catalog-module-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(120, 157, 182, 0.5);
  padding: clamp(18px, 2.8vw, 30px);
  background:
    radial-gradient(circle at 10% 18%, rgba(32, 186, 165, 0.32), rgba(32, 186, 165, 0) 40%),
    radial-gradient(circle at 88% 82%, rgba(188, 216, 0, 0.22), rgba(188, 216, 0, 0) 42%),
    linear-gradient(140deg, #0b1c2b 0%, #123447 52%, #174559 100%);
  box-shadow:
    0 24px 42px rgba(9, 21, 31, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.11);
  isolation: isolate;
}

.techniques-catalog-module-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(232, 246, 253, 0.4) 0.6px, transparent 0.6px);
  background-size: 11px 11px;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

.techniques-catalog-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(14px, 2.2vw, 26px);
  align-items: center;
  position: relative;
  z-index: 1;
}

.techniques-catalog-copy {
  display: grid;
  gap: 10px;
  max-width: 64ch;
}

.techniques-catalog-kicker {
  color: #dff4ff;
  border: 1px solid rgba(146, 188, 211, 0.58);
  background: linear-gradient(130deg, rgba(42, 88, 116, 0.72), rgba(23, 61, 84, 0.72));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.techniques-catalog-copy h2 {
  margin: 0;
  font-family: "Barlow Condensed", "Impact", sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 0.95;
  text-transform: uppercase;
  color: #f2fbff;
}

.techniques-catalog-actions {
  display: grid;
  justify-items: end;
  align-content: center;
  gap: 12px;
}

.techniques-catalog-icon {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  color: #dff06f;
  border: 1px solid rgba(170, 199, 65, 0.48);
  background:
    radial-gradient(circle at 24% 14%, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.12) 42%, rgba(255, 255, 255, 0) 58%),
    linear-gradient(140deg, rgba(33, 82, 108, 0.72), rgba(20, 55, 74, 0.86));
  box-shadow:
    0 12px 22px rgba(8, 21, 31, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.techniques-catalog-icon .mono-icon {
  width: 1.15rem;
  height: 1.15rem;
  stroke-width: 1.7;
}

.techniques-catalog-text {
  margin: 0;
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  font-weight: 500;
  line-height: 1.5;
  color: rgba(236, 248, 253, 0.94);
}

.techniques-catalog-cta {
  min-height: 54px;
  padding: 12px 22px;
  font-size: 0.95rem;
  box-shadow:
    0 14px 26px rgba(124, 145, 0, 0.34),
    inset 0 1px 0 rgba(239, 251, 159, 0.34);
  white-space: nowrap;
}

.techniques-catalog-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #d7ecf9;
  border: 1px solid rgba(121, 154, 175, 0.52);
  background: rgba(15, 46, 65, 0.56);
  white-space: nowrap;
  width: fit-content;
}

.techniques-helper-section {
  scroll-margin-top: 110px;
}

.techniques-helper-card {
  padding: clamp(16px, 2.6vw, 28px);
}

.tech-wizard-mobile-progress {
  display: none;
  gap: 7px;
  margin-bottom: 12px;
}

.tech-wizard-mobile-track {
  position: relative;
  height: 8px;
  border-radius: 999px;
  border: 1px solid rgba(163, 176, 185, 0.62);
  background: linear-gradient(145deg, rgba(236, 243, 249, 0.88), rgba(224, 232, 239, 0.84));
  overflow: hidden;
}

.tech-wizard-mobile-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 34%;
  border-radius: inherit;
  background: linear-gradient(130deg, #d8ec56, #b4cf00);
  transition: width 0.24s ease;
}

.tech-wizard-mobile-label {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #3f555f;
}

.tech-wizard-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(14px, 2.4vw, 28px);
  position: relative;
  z-index: 1;
}

.tech-wizard-side {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  align-content: stretch;
  gap: 12px;
  min-height: 100%;
}

.tech-wizard-side h2 {
  margin: 0;
  font-family: "Barlow Condensed", "Impact", sans-serif;
  font-size: clamp(1.85rem, 2.4vw, 2.6rem);
  line-height: 0.95;
  text-transform: uppercase;
  color: #102029;
}

.tech-wizard-lead {
  margin: 0;
  color: #2f4751;
  font-size: 0.95rem;
  line-height: 1.5;
}

.tech-wizard-stepper {
  margin: 0;
  padding: 2px 0 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-content: stretch;
  height: 100%;
  gap: 10px;
}

.tech-wizard-step {
  flex: 1;
  min-height: 74px;
  border-radius: 14px;
  border: 1px solid rgba(172, 184, 193, 0.62);
  background:
    radial-gradient(circle at 86% -10%, rgba(188, 216, 0, 0.16), rgba(188, 216, 0, 0) 42%),
    linear-gradient(150deg, rgba(252, 254, 254, 0.9), rgba(238, 244, 248, 0.84));
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 10px;
  transition: border-color 0.24s ease, box-shadow 0.24s ease;
}

.tech-wizard-step-index {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 0.86rem;
  font-weight: 800;
  color: #243700;
  border: 1px solid rgba(130, 149, 0, 0.52);
  background: linear-gradient(130deg, #d9ed52, #b5ce00);
}

.tech-wizard-step-copy {
  display: grid;
  gap: 4px;
}

.tech-wizard-step-title {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 700;
  color: #203743;
  line-height: 1.35;
}

.tech-wizard-step-summary {
  margin: 0;
  font-size: 0.8rem;
  color: #4f6670;
  line-height: 1.35;
}

.tech-wizard-step-summary:empty {
  display: none;
}

.tech-wizard-step[data-step-state="current"] {
  border-color: rgba(124, 145, 0, 0.66);
  box-shadow: 0 10px 20px rgba(23, 39, 33, 0.11);
}

.tech-wizard-step[data-step-state="current"] .tech-wizard-step-index {
  box-shadow: 0 0 0 3px rgba(214, 232, 92, 0.3);
}

.tech-wizard-step[data-step-state="done"] .tech-wizard-step-index {
  color: #16444e;
  border-color: rgba(23, 130, 122, 0.48);
  background: linear-gradient(130deg, #b8efe8, #7ad9cf);
}

.tech-wizard-step[data-step-state="pending"] {
  opacity: 0.82;
}

.tech-wizard-step[data-step-locked="true"] {
  opacity: 0.62;
  border-style: dashed;
}

.tech-wizard-step[data-step-locked="true"] .tech-wizard-step-index {
  color: #4f6470;
  border-color: rgba(131, 150, 162, 0.56);
  background: linear-gradient(130deg, #d6e0e8, #b8c7d2);
}

.tech-wizard-side-note {
  margin: 0;
  border: 1px solid rgba(168, 183, 194, 0.62);
  border-radius: 12px;
  padding: 9px 10px;
  font-size: 0.81rem;
  font-weight: 600;
  line-height: 1.35;
  color: #35506a;
  background: rgba(245, 250, 255, 0.7);
}

.tech-wizard-workspace {
  min-width: 0;
}

.tech-wizard-stage-host {
  min-height: clamp(360px, 42vw, 430px);
}

.tech-wizard-stage {
  display: grid;
  gap: 14px;
  align-content: start;
  border: 1px solid rgba(171, 183, 193, 0.64);
  border-radius: 18px;
  padding: clamp(14px, 2.2vw, 20px);
  background:
    radial-gradient(circle at 90% -10%, rgba(188, 216, 0, 0.16), rgba(188, 216, 0, 0) 42%),
    linear-gradient(154deg, rgba(252, 254, 255, 0.92), rgba(241, 246, 251, 0.88));
  box-shadow:
    0 14px 24px rgba(28, 45, 57, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.tech-wizard-stage[hidden] {
  display: none !important;
}

.tech-wizard-stage.is-entering {
  animation: wizardStageIn 0.28s ease;
}

.tech-wizard-stage-header {
  display: grid;
  gap: 6px;
}

.tech-wizard-stage-kicker {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #5b701a;
}

.tech-wizard-stage h3 {
  margin: 0;
  font-family: "Barlow Condensed", "Impact", sans-serif;
  font-size: clamp(1.52rem, 2.2vw, 2.1rem);
  line-height: 0.96;
  text-transform: uppercase;
  color: #142a35;
}

.tech-wizard-choice-grid {
  display: grid;
  gap: 10px;
}

.tech-wizard-choice-grid--4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tech-wizard-choice-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tech-wizard-choice-card {
  min-height: 116px;
  border-radius: 14px;
  border: 1px solid rgba(170, 183, 192, 0.64);
  background:
    radial-gradient(circle at 20% 14%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.24) 58%, rgba(255, 255, 255, 0) 66%),
    linear-gradient(145deg, rgba(246, 249, 252, 0.94), rgba(227, 234, 241, 0.9));
  color: #1f3642;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 7px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.24s ease, box-shadow 0.24s ease, opacity 0.24s ease;
}

.tech-wizard-choice-card:hover {
  transform: translateY(-1px);
  border-color: rgba(124, 145, 0, 0.66);
  box-shadow: 0 10px 18px rgba(39, 55, 66, 0.12);
}

.tech-wizard-choice-card:focus-visible {
  outline: 2px solid rgba(124, 145, 0, 0.72);
  outline-offset: 2px;
}

.tech-wizard-choice-card.is-selected {
  border-color: rgba(124, 145, 0, 0.8);
  background:
    radial-gradient(circle at 22% 14%, rgba(248, 253, 193, 0.95), rgba(248, 253, 193, 0.2) 50%, rgba(248, 253, 193, 0) 62%),
    linear-gradient(135deg, rgba(219, 240, 63, 0.96), rgba(176, 204, 0, 0.94));
  box-shadow:
    0 12px 20px rgba(58, 78, 18, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.64);
  color: #1b2b00;
}

.tech-wizard-choice-card.is-disabled {
  cursor: not-allowed;
  opacity: 0.54;
  filter: saturate(0.4);
}

.tech-wizard-choice-card.is-disabled:hover {
  transform: none;
  border-color: rgba(170, 183, 192, 0.64);
  box-shadow: none;
}

.tech-wizard-choice-card.is-compact {
  min-height: 90px;
}

.tech-wizard-choice-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  border: 1px solid #c3ccd5;
  background:
    radial-gradient(circle at 24% 16%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.46) 36%, rgba(255, 255, 255, 0) 58%),
    linear-gradient(145deg, rgba(248, 251, 254, 0.95), rgba(224, 231, 238, 0.9));
}

.tech-wizard-choice-icon .category-icon-image {
  width: 1.7rem;
  height: 1.7rem;
}

.tech-wizard-choice-title {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.34;
}

.tech-wizard-choice-subtitle {
  font-size: 0.75rem;
  color: #4f6670;
  line-height: 1.28;
}

.tech-wizard-disabled-note {
  margin-top: 2px;
  font-size: 0.72rem;
  color: #5b6770;
  line-height: 1.25;
}

.tech-wizard-question-grid {
  display: grid;
  gap: 12px;
}

.tech-wizard-question-card {
  border-radius: 14px;
  border: 1px solid rgba(175, 188, 197, 0.62);
  background: rgba(255, 255, 255, 0.68);
  padding: 12px;
  display: grid;
  gap: 10px;
}

.tech-wizard-question-card h4 {
  margin: 0;
  font-size: 0.95rem;
  color: #243c48;
}

.tech-wizard-segmented {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.tech-wizard-segment {
  min-height: 42px;
  border-radius: 11px;
  border: 1px solid rgba(161, 176, 187, 0.66);
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.24) 58%, rgba(255, 255, 255, 0) 62%),
    linear-gradient(145deg, rgba(246, 249, 252, 0.94), rgba(227, 234, 241, 0.9));
  color: #243944;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.tech-wizard-segment.is-selected {
  border-color: rgba(124, 145, 0, 0.8);
  background:
    radial-gradient(circle at 22% 14%, rgba(248, 253, 193, 0.95), rgba(248, 253, 193, 0.2) 50%, rgba(248, 253, 193, 0) 62%),
    linear-gradient(135deg, rgba(219, 240, 63, 0.96), rgba(176, 204, 0, 0.94));
  color: #1b2b00;
  box-shadow:
    0 10px 18px rgba(58, 78, 18, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.64);
}

.tech-wizard-hint {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.38;
  color: #4a616b;
}

.tech-wizard-nav {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.tech-wizard-nav .quote-btn {
  min-height: 46px;
}

.tech-wizard-result-lead {
  margin: 0;
  color: #39515c;
  font-size: 0.92rem;
  line-height: 1.46;
}

.tech-wizard-result-cards {
  display: grid;
  gap: 10px;
}

.tech-wizard-result-card {
  border-radius: 14px;
  border: 1px solid rgba(163, 178, 189, 0.64);
  background:
    radial-gradient(circle at 86% -8%, rgba(188, 216, 0, 0.18), rgba(188, 216, 0, 0) 42%),
    linear-gradient(150deg, rgba(253, 254, 253, 0.9), rgba(241, 246, 251, 0.82));
  padding: 12px;
  display: grid;
  gap: 8px;
}

.tech-wizard-result-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tech-wizard-result-icon {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  color: #d9eb37;
  border: 1px solid #c3ccd5;
  background:
    radial-gradient(circle at 24% 16%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.46) 36%, rgba(255, 255, 255, 0) 58%),
    linear-gradient(145deg, rgba(248, 251, 254, 0.95), rgba(224, 231, 238, 0.9));
}

.tech-wizard-result-icon .mono-icon {
  width: 1.25rem;
  height: 1.25rem;
  stroke-width: 1.7;
}

.tech-wizard-result-title {
  margin: 0;
  font-family: "Barlow Condensed", "Impact", sans-serif;
  font-size: 1.52rem;
  line-height: 0.95;
  text-transform: uppercase;
  color: #132835;
}

.tech-wizard-result-badge {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.tech-wizard-result-badge--primary {
  color: #223100;
  border: 1px solid rgba(135, 154, 0, 0.44);
  background: linear-gradient(130deg, #dff06f, #b8d10a);
}

.tech-wizard-result-badge--alt {
  color: #294250;
  border: 1px solid rgba(108, 136, 152, 0.44);
  background: linear-gradient(130deg, #d8e8f7, #b9d2eb);
}

.tech-wizard-result-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 4px;
  color: #314b56;
  font-size: 0.86rem;
  line-height: 1.4;
}

.tech-wizard-summary-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tech-wizard-summary-chip {
  border: 1px solid rgba(157, 170, 178, 0.62);
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.24) 58%, rgba(255, 255, 255, 0) 62%),
    linear-gradient(145deg, rgba(246, 249, 252, 0.94), rgba(227, 234, 241, 0.9));
  min-height: 36px;
  padding: 6px 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  color: #253d48;
  cursor: pointer;
}

.tech-wizard-summary-chip:hover {
  border-color: rgba(127, 151, 30, 0.72);
}

.tech-wizard-summary-chip-icon {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #4a616b;
  border: 1px solid rgba(157, 170, 178, 0.62);
}

.tech-wizard-summary-chip-icon .mono-icon {
  width: 0.62rem;
  height: 0.62rem;
}

.tech-wizard-result-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.tech-wizard-result-actions .quote-btn-primary {
  min-height: 50px;
  padding: 10px 20px;
}

.tech-wizard-reset-link {
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 600;
  color: #35506a;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.tech-wizard-reset-link:hover {
  color: #243d55;
}

@keyframes wizardStageIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .techniques-hero-cta-buttons {
    justify-items: start;
  }

  .techniques-hero-alt-btn {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 900px) {
  .techniques-catalog-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .techniques-catalog-actions {
    justify-items: start;
  }

  .techniques-catalog-cta {
    width: fit-content;
  }

  .tech-wizard-mobile-progress {
    display: grid;
  }

  .tech-wizard-layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tech-wizard-side {
    display: none;
  }

  .tech-wizard-stage-host {
    min-height: 0;
  }
}

@media (max-width: 740px) {
  .techniques-page main > section,
  .techniques-page main > nav {
    margin-top: clamp(40px, 9vw, 64px);
  }

  .techniques-page main > .hero-section + .techniques-compare-section,
  .techniques-page main > .techniques-compare-section + .techniques-section,
  .techniques-page main > .techniques-section + .techniques-catalog-module,
  .techniques-page main > .techniques-catalog-module + .techniques-helper-section,
  .techniques-page main > .techniques-helper-section + .realizations-section,
  .techniques-page main > .faq-section + .products-final-cta-section {
    margin-top: clamp(48px, 11vw, 74px);
  }

  .techniques-top-bar-inner .usp-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .techniques-top-bar-inner .usp-item {
    justify-content: flex-start;
    text-align: left;
    font-size: 0.82rem;
  }

  .techniques-hero-cta-buttons {
    width: 100%;
  }

  .techniques-hero-cta-buttons .btn-main,
  .techniques-hero-alt-btn {
    width: 100%;
    min-width: 0;
  }

  .techniques-table-wrap {
    border-radius: 14px;
  }

  .techniques-compare-table {
    min-width: 760px;
  }

  .techniques-catalog-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .techniques-catalog-actions {
    justify-items: start;
  }

  .techniques-catalog-cta {
    white-space: normal;
    width: 100%;
  }

  .tech-wizard-choice-grid--4,
  .tech-wizard-choice-grid--3 {
    grid-template-columns: 1fr;
  }

  .tech-wizard-nav {
    justify-content: stretch;
  }

  .tech-wizard-nav .quote-btn {
    flex: 1;
  }

  .tech-wizard-result-actions {
    display: grid;
    width: 100%;
  }

  .tech-wizard-result-actions .quote-btn-primary,
  .tech-wizard-summary-chip {
    width: 100%;
  }
}

/* Privacy Policy Page */
.privacy-page main {
  padding-top: clamp(20px, 3vw, 34px);
  padding-bottom: clamp(52px, 8vw, 88px);
}

.privacy-page main > nav,
.privacy-page main > section {
  margin-top: clamp(38px, 6vw, 72px);
}

.privacy-page main > nav:first-child,
.privacy-page main > section:first-of-type {
  margin-top: 0;
}

.privacy-hero-section {
  padding-top: 0;
  padding-bottom: 0;
}

.privacy-hero-main {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(13, 105, 104, 0.2);
}

.privacy-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  align-items: end;
}

.privacy-hero-copy {
  display: grid;
  gap: 10px;
  max-width: 78ch;
}

.privacy-hero-copy p {
  margin: 0;
}

.privacy-hero-meta {
  color: var(--ink);
}

.privacy-policy-section {
  padding-top: 0;
  padding-bottom: 0;
}

.privacy-layout {
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.privacy-toc-inner {
  position: sticky;
  top: 112px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(232, 247, 245, 0.9));
  border: 1px solid rgba(13, 105, 104, 0.18);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
}

.privacy-toc-inner h2 {
  margin: 0 0 12px;
  font-size: 1.22rem;
  line-height: 1.2;
}

.privacy-toc-nav {
  display: grid;
  gap: 4px;
}

.privacy-toc-link {
  display: block;
  font-size: 0.94rem;
  line-height: 1.35;
  color: #1d3b3a;
  padding: 9px 10px;
  border-left: 3px solid transparent;
  border-radius: 8px;
  transition: background-color 0.2s ease, border-left-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.privacy-toc-link:hover,
.privacy-toc-link:focus-visible {
  background: rgba(13, 105, 104, 0.1);
  border-left-color: var(--brand-teal-2);
  color: #102827;
  transform: translateX(2px);
}

.privacy-toc-link.is-active {
  background: rgba(13, 105, 104, 0.14);
  border-left-color: var(--brand-teal-2);
  color: #0d3332;
  font-weight: 600;
}

.privacy-content {
  display: grid;
  gap: 16px;
}

.privacy-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfb 100%);
  border: 1px solid rgba(13, 105, 104, 0.16);
  border-left: 4px solid var(--brand-teal-2);
  border-radius: 16px;
  padding: clamp(18px, 3.2vw, 28px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  scroll-margin-top: 130px;
}

.privacy-card h2 {
  margin: 0 0 10px;
  font-size: clamp(1.22rem, 2.1vw, 1.56rem);
  line-height: 1.2;
  color: #0f2f2f;
}

.privacy-card h3 {
  margin: 18px 0 8px;
  font-size: 1.03rem;
  line-height: 1.35;
  color: #134645;
}

.privacy-card p {
  margin: 0 0 12px;
  color: #20353a;
  line-height: 1.62;
}

.privacy-card p:last-child {
  margin-bottom: 0;
}

.privacy-card ul {
  margin: 0 0 12px;
  padding-left: 20px;
  color: #20353a;
  display: grid;
  gap: 6px;
}

.privacy-card li {
  line-height: 1.58;
}

.privacy-card a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.privacy-card code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.9em;
  background: rgba(13, 105, 104, 0.09);
  border: 1px solid rgba(13, 105, 104, 0.2);
  border-radius: 6px;
  padding: 1px 6px;
}

.privacy-note {
  margin-top: 14px;
  padding: 12px 14px;
  border-left: 4px solid var(--logo-lime-dark);
  background: rgba(212, 234, 69, 0.23);
  border-radius: 10px;
}

.privacy-contact-card {
  border-left-color: var(--logo-lime-dark);
  background: linear-gradient(170deg, #fefff6 0%, #f7fbe7 100%);
}

.privacy-contact-list {
  margin: 0;
  padding-left: 20px;
}

@media (max-width: 1040px) {
  .privacy-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .privacy-toc-inner {
    position: static;
  }

  .privacy-toc-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }
}

@media (max-width: 740px) {
  .privacy-page main > nav,
  .privacy-page main > section {
    margin-top: clamp(30px, 8vw, 52px);
  }

  .privacy-hero-grid {
    gap: 14px;
  }

  .privacy-toc-inner {
    padding: 14px;
  }

  .privacy-toc-nav {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .privacy-toc-link {
    font-size: 0.91rem;
    padding: 8px 8px;
  }

  .privacy-card {
    border-left-width: 3px;
    border-radius: 12px;
    padding: 16px;
  }
}
