:root {
  --public-page-max: 1680px;
  --public-page-gutter: 24px;
  --public-fjord: #4d6977;
  --public-fjord-strong: #3c5663;
  --public-fjord-soft: #6c818b;
  --public-green: #02a66f;
  --public-green-deep: #00604e;
  --public-coral: #ee7669;
  --public-sky: #cadbe8;
  --public-mist: #f3f5f6;
  --public-site-bg: #f3f5f6;
  --public-paper: #ffffff;
  --public-ink-muted: rgba(77, 105, 119, 0.72);
  --public-border: rgba(77, 105, 119, 0.14);
  --public-card-border: rgba(77, 105, 119, 0.28);
  --public-card-border-active: rgba(77, 105, 119, 0.62);
  --public-shadow: 0 18px 46px rgba(77, 105, 119, 0.11);
  --public-radius: 8px;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  min-width: 320px;
  background: var(--public-site-bg);
  color: var(--public-fjord);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", system-ui, sans-serif;
  text-rendering: optimizeLegibility;
}

body.public-page-loading {
  cursor: progress;
}

body.public-page-loading::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9998;
  background:
    radial-gradient(circle at 28% 24%, rgba(202, 219, 232, 0.28), rgba(202, 219, 232, 0) 34%),
    radial-gradient(circle at 72% 78%, rgba(2, 166, 111, 0.15), rgba(2, 166, 111, 0) 30%),
    linear-gradient(135deg, rgba(244, 248, 246, 0.97), rgba(255, 255, 255, 0.94));
  backdrop-filter: blur(10px);
  opacity: 1;
  transition: opacity 260ms ease, visibility 260ms ease;
}

body.public-page-loading::after {
  content: "Chargement de Welynx";
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  display: grid;
  place-items: end center;
  width: min(270px, calc(100vw - 48px));
  min-height: 92px;
  padding: 64px 18px 0;
  border: 1px solid rgba(77, 105, 119, 0.18);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(77, 105, 119, 0.18), rgba(2, 166, 111, 0.58), rgba(77, 105, 119, 0.18)) 50% 49px / 132px 3px no-repeat,
    linear-gradient(90deg, rgba(77, 105, 119, 0.08), rgba(77, 105, 119, 0.18), rgba(77, 105, 119, 0.08)) 50% 49px / 132px 3px no-repeat,
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(248, 251, 250, 0.92));
  color: var(--public-fjord-strong);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0;
  text-align: center;
  box-shadow:
    0 26px 70px rgba(31, 54, 65, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  transform: translate(-50%, -50%);
  animation: public-loader-card 900ms ease-in-out infinite alternate;
  transition: opacity 260ms ease, visibility 260ms ease;
}

body.public-page-loaded::before,
body.public-page-loaded::after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

@keyframes public-loader-card {
  from {
    background-position: 12% 49px, 50% 49px, 0 0;
  }

  to {
    background-position: 88% 49px, 50% 49px, 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.public-page-loading::after {
    animation: none;
  }
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.public-slide-header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 38px;
  align-items: center;
  gap: 12px;
  min-height: 68px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(77, 105, 119, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 250, 248, 0.96) 100%);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 22px rgba(31, 54, 65, 0.04);
}

.public-slide-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(77, 105, 119, 0.12);
  border-radius: 9px;
  background: linear-gradient(145deg, #f7faf9 0%, #e9f0ee 100%);
  color: var(--public-fjord);
  box-shadow:
    0 10px 22px rgba(31, 54, 65, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.92) inset;
}

.public-slide-icon::before {
  content: "";
  width: 19px;
  height: 19px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.public-slide-icon-opportunity::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M10 4h4a2 2 0 0 1 2 2v1h3a2 2 0 0 1 2 2v8.5a2.5 2.5 0 0 1-2.5 2.5h-13A2.5 2.5 0 0 1 3 17.5V9a2 2 0 0 1 2-2h3V6a2 2 0 0 1 2-2Zm4 3V6h-4v1h4Zm-9 4v2.5c0 .28.22.5.5.5H10v-1h4v1h4.5c.28 0 .5-.22.5-.5V11H5Zm0 5v1.5c0 .28.22.5.5.5h13c.28 0 .5-.22.5-.5V16h-5v1h-4v-1H5Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M10 4h4a2 2 0 0 1 2 2v1h3a2 2 0 0 1 2 2v8.5a2.5 2.5 0 0 1-2.5 2.5h-13A2.5 2.5 0 0 1 3 17.5V9a2 2 0 0 1 2-2h3V6a2 2 0 0 1 2-2Zm4 3V6h-4v1h4Zm-9 4v2.5c0 .28.22.5.5.5H10v-1h4v1h4.5c.28 0 .5-.22.5-.5V11H5Zm0 5v1.5c0 .28.22.5.5.5h13c.28 0 .5-.22.5-.5V16h-5v1h-4v-1H5Z'/%3E%3C/svg%3E");
}

.public-slide-icon-announcement::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M5 3h10.5L20 7.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Zm9.5 2.7V9H18L14.5 5.7ZM7 11h10v2H7v-2Zm0 4h10v2H7v-2Zm0-8h5v2H7V7Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M5 3h10.5L20 7.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Zm9.5 2.7V9H18L14.5 5.7ZM7 11h10v2H7v-2Zm0 4h10v2H7v-2Zm0-8h5v2H7V7Z'/%3E%3C/svg%3E");
}

.public-slide-icon-registration::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 3a5 5 0 0 1 5 5c0 1.7-.85 3.2-2.15 4.1A7.5 7.5 0 0 1 20 19v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-1a7.5 7.5 0 0 1 5.15-6.9A5 5 0 0 1 12 3Zm0 2a3 3 0 1 0 0 6a3 3 0 0 0 0-6Zm0 8a5.5 5.5 0 0 0-5.45 5H17.45A5.5 5.5 0 0 0 12 13Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 3a5 5 0 0 1 5 5c0 1.7-.85 3.2-2.15 4.1A7.5 7.5 0 0 1 20 19v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-1a7.5 7.5 0 0 1 5.15-6.9A5 5 0 0 1 12 3Zm0 2a3 3 0 1 0 0 6a3 3 0 0 0 0-6Zm0 8a5.5 5.5 0 0 0-5.45 5H17.45A5.5 5.5 0 0 0 12 13Z'/%3E%3C/svg%3E");
}

.public-slide-icon-admin::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M5 4h10.5L19 7.5V20a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1Zm9 2.4V9h2.6L14 6.4ZM7 11h8v2H7v-2Zm0 4h6v2H7v-2Zm10.7-2.7 2 2a1 1 0 0 1 0 1.4l-3.9 3.9-2.8.4.4-2.8 3.9-3.9a1 1 0 0 1 1.4 0Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M5 4h10.5L19 7.5V20a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1Zm9 2.4V9h2.6L14 6.4ZM7 11h8v2H7v-2Zm0 4h6v2H7v-2Zm10.7-2.7 2 2a1 1 0 0 1 0 1.4l-3.9 3.9-2.8.4.4-2.8 3.9-3.9a1 1 0 0 1 1.4 0Z'/%3E%3C/svg%3E");
}

.public-slide-heading {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.public-slide-heading strong {
  overflow: hidden;
  color: var(--public-fjord);
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.18;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.public-slide-heading span {
  overflow: hidden;
  color: rgba(77, 105, 119, 0.72);
  font-size: 12.5px;
  font-weight: 520;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.public-slide-close {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  min-height: 36px;
  padding: 0;
  border: 1px solid rgba(77, 105, 119, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--public-fjord);
  font: inherit;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(31, 54, 65, 0.07);
}

.public-slide-close:hover,
.public-slide-close:focus-visible {
  border-color: rgba(77, 105, 119, 0.28);
  background: #ffffff;
  color: var(--public-fjord-strong);
  outline: none;
}

.public-home {
  overflow: hidden;
  background: var(--public-site-bg);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: 100%;
  min-height: 58px;
  margin: 0;
  padding: 8px max(var(--public-page-gutter), calc((100vw - 1200px) / 2));
  border-bottom: 1px solid rgba(77, 105, 119, 0.08);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 150px;
  text-decoration: none;
}

.brand-logo {
  width: 132px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: #253b4a;
  font-size: 14px;
  font-weight: 560;
}

.site-nav a,
.nav-cta {
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--public-green-deep);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(0, 96, 78, 0.18);
  border-radius: var(--public-radius);
  background: #ffffff;
  color: var(--public-green-deep);
  font-size: 14px;
  font-weight: 620;
  box-shadow: 0 10px 24px rgba(77, 105, 119, 0.08);
}

.section-band,
.section,
.final-cta {
  width: min(var(--public-page-max), calc(100% - var(--public-page-gutter)));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(620px, 1.22fr);
  align-items: center;
  gap: 96px;
  min-height: min(560px, calc(100vh - 150px));
  padding: 34px 0 38px;
}

.hero-marketplace {
  position: relative;
  display: block;
  width: 100%;
  min-height: 680px;
  padding: 0;
  isolation: isolate;
  background:
    linear-gradient(117deg, rgba(255, 255, 255, 0.16) 0%, transparent 20%, rgba(255, 255, 255, 0.18) 42%, transparent 61%, rgba(255, 255, 255, 0.14) 78%, transparent 100%),
    repeating-linear-gradient(100deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 8px),
    linear-gradient(135deg, #73c9a9 0%, #36aa82 31%, #136f68 68%, #0b3f47 100%);
  overflow: hidden;
}

.hero-marketplace::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(234, 248, 242, 0.34), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 36%, rgba(0, 44, 50, 0.2));
  pointer-events: none;
}

.hero-marketplace-inner {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(620px, 1.18fr);
  align-items: center;
  gap: 68px;
  width: min(1320px, calc(100% - var(--public-page-gutter)));
  min-height: 680px;
  margin: 0 auto;
  padding: 64px 0 132px;
}

.hero-marketplace-copy h1 {
  max-width: 640px;
  color: #173f48;
  font-size: 44px;
  font-weight: 640;
  line-height: 1.08;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.24);
}

.hero-marketplace-copy .hero-lead {
  max-width: 620px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  font-weight: 520;
  line-height: 1.55;
  text-shadow: 0 1px 0 rgba(0, 44, 50, 0.12);
}

.hero-marketplace .hero-actions {
  margin-top: 34px;
}

.hero-marketplace-primary {
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: linear-gradient(180deg, #ffffff 0%, #edf8f4 100%);
  color: var(--public-green-deep);
  box-shadow:
    0 18px 36px rgba(0, 44, 50, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.88) inset;
}

.hero-marketplace-primary span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border: 2px solid currentColor;
  border-radius: 4px;
  font-size: 20px;
  line-height: 1;
}

.hero-device-stage {
  position: relative;
  min-height: 420px;
  perspective: 1100px;
}

.hero-device {
  position: absolute;
  box-sizing: border-box;
  border: 9px solid #172a31;
  background: #f8fbfa;
  box-shadow:
    0 28px 64px rgba(6, 36, 42, 0.34),
    0 1px 0 rgba(255, 255, 255, 0.22) inset;
}

.hero-device-camera {
  position: absolute;
  top: 7px;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0b171c;
  transform: translateX(-50%);
}

.hero-desktop-mockup {
  top: 10px;
  right: 0;
  width: min(610px, 96%);
  height: 338px;
  padding: 18px;
  border-width: 10px;
  border-radius: 22px;
}

.hero-desktop-stand {
  position: absolute;
  right: 34%;
  bottom: -54px;
  width: 120px;
  height: 54px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent 28%, rgba(255, 255, 255, 0.08)),
    linear-gradient(180deg, #14282f, #0a171c);
  clip-path: polygon(28% 0, 72% 0, 88% 100%, 12% 100%);
}

.hero-desktop-screen,
.hero-ipad-screen,
.hero-iphone-screen {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 246, 0.96)),
    #ffffff;
}

.hero-desktop-screen {
  display: grid;
  grid-template-rows: 48px minmax(0, 1fr);
  gap: 12px;
  padding: 14px;
  border-radius: 11px;
}

.hero-screen-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(77, 105, 119, 0.1);
  color: var(--public-fjord);
  font-size: 12px;
  font-weight: 560;
}

.hero-screen-toolbar strong {
  color: var(--public-green-deep);
  font-size: 14px;
}

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

.hero-screen-card {
  display: grid;
  grid-template-rows: 92px auto;
  gap: 10px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(77, 105, 119, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(31, 54, 65, 0.08);
}

.hero-screen-photo-grid,
.hero-detail-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 3px;
  overflow: hidden;
  border-radius: 8px;
}

.hero-screen-photo-grid img,
.hero-detail-gallery img,
.hero-phone-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-screen-card h3,
.hero-screen-card p,
.hero-detail-copy h3,
.hero-detail-copy p,
.hero-iphone-screen h3,
.hero-iphone-screen p {
  margin: 0;
}

.hero-screen-card h3 {
  color: var(--public-fjord-strong);
  font-size: 12px;
  font-weight: 560;
  line-height: 1.2;
}

.hero-screen-card p {
  margin-top: 4px;
  color: rgba(77, 105, 119, 0.72);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.25;
}

.hero-ipad-mockup {
  right: 72px;
  bottom: 10px;
  z-index: 2;
  width: 378px;
  height: 258px;
  padding: 14px;
  border-radius: 28px;
  transform: rotateX(2deg) rotateY(-5deg);
}

.hero-ipad-screen {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  gap: 13px;
  padding: 13px;
  border-radius: 16px;
}

.hero-detail-gallery {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.hero-detail-copy {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  color: var(--public-fjord);
}

.hero-detail-copy span,
.hero-detail-copy strong {
  width: fit-content;
  border-radius: 999px;
  background: rgba(2, 166, 111, 0.1);
  color: var(--public-green-deep);
  font-size: 10px;
  font-weight: 560;
  padding: 5px 8px;
}

.hero-detail-copy h3 {
  color: var(--public-fjord-strong);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.16;
}

.hero-detail-copy p {
  color: rgba(77, 105, 119, 0.76);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
}

.hero-detail-copy strong {
  margin-top: 8px;
  border-radius: 8px;
}

.hero-iphone-mockup {
  left: 0;
  bottom: 48px;
  z-index: 3;
  width: 150px;
  height: 292px;
  padding: 10px;
  border-width: 7px;
  border-radius: 34px;
  transform: rotateX(1deg) rotateY(7deg);
}

.hero-phone-notch {
  position: absolute;
  top: 7px;
  left: 50%;
  z-index: 2;
  width: 48px;
  height: 12px;
  border-radius: 0 0 10px 10px;
  background: #172a31;
  transform: translateX(-50%);
}

.hero-iphone-screen {
  display: grid;
  grid-template-rows: 126px auto auto auto 30px;
  gap: 8px;
  padding: 18px 10px 10px;
  border-radius: 24px;
}

.hero-phone-card-photo {
  overflow: hidden;
  border-radius: 12px;
  background: #dfe9e6;
}

.hero-iphone-screen h3 {
  color: var(--public-fjord-strong);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.15;
}

.hero-iphone-screen p {
  color: rgba(77, 105, 119, 0.72);
  font-size: 9px;
  font-weight: 520;
  line-height: 1.2;
}

.hero-phone-mini-cta {
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--public-green-deep);
  color: #ffffff;
  font-size: 9px;
  font-weight: 600;
}

.role-filter-section {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -120px;
  padding: 0 0 64px;
  background:
    linear-gradient(180deg, transparent 0 120px, var(--public-site-bg) 120px 100%);
}

.role-filter-inner {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  width: min(1320px, calc(100% - var(--public-page-gutter)));
  margin: 0 auto;
  padding: 18px;
  border: 1px solid rgba(77, 105, 119, 0.24);
  border-radius: 12px;
  background: #ffffff;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.74),
    0 24px 54px rgba(18, 51, 58, 0.16),
    0 1px 0 rgba(255, 255, 255, 0.88) inset;
  backdrop-filter: blur(18px);
}

.role-filter-inner h3 {
  margin: 0;
  color: var(--public-fjord);
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 560;
  line-height: 1.15;
  max-width: none;
}

.role-icon-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.role-card-grid {
  display: grid;
  grid-template-columns: repeat(10, minmax(96px, 1fr));
  justify-content: center;
  gap: 10px;
  min-width: 0;
  margin: 0;
}

.role-card {
  --role-tint: #e7eeee;
  --role-ring: rgba(77, 105, 119, 0.22);
  --role-ink: var(--public-fjord);
  position: relative;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: 52px auto;
  justify-items: center;
  align-items: center;
  min-width: 0;
  min-height: 108px;
  height: auto;
  aspect-ratio: 1 / 1;
  padding: 13px 9px 12px;
  border: 1px solid var(--public-card-border);
  border-radius: 9px;
  background: #ffffff;
  color: var(--public-fjord);
  font: inherit;
  box-shadow:
    0 18px 44px rgba(31, 54, 65, 0.055),
    0 1px 0 rgba(255, 255, 255, 0.84) inset;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.role-card[data-role="fournisseur_data"] {
  --role-tint: #dfe9e6;
  --role-ring: rgba(77, 105, 119, 0.24);
}

.role-card[data-role="fournisseur_leads"] {
  --role-tint: #dfe7ea;
  --role-ring: rgba(77, 105, 119, 0.23);
}

.role-card[data-role="call_center"] {
  --role-tint: #e4e7e9;
  --role-ring: rgba(77, 105, 119, 0.22);
}

.role-card[data-role="courtier_independant"] {
  --role-tint: #e4e9df;
  --role-ring: rgba(77, 105, 119, 0.22);
}

.role-card[data-role="donneur_ordre"] {
  --role-tint: #dce8e9;
  --role-ring: rgba(77, 105, 119, 0.24);
}

.role-card[data-role="sous_traitant"] {
  --role-tint: #e9e4dc;
  --role-ring: rgba(77, 105, 119, 0.2);
}

.role-card[data-role="fournisseur_materiel"] {
  --role-tint: #e0e8eb;
  --role-ring: rgba(77, 105, 119, 0.23);
}

.role-card[data-role="societe_administrative"] {
  --role-tint: #e8e4df;
  --role-ring: rgba(77, 105, 119, 0.2);
}

.role-card[data-role="financeur_cee"] {
  --role-tint: #e0e9df;
  --role-ring: rgba(77, 105, 119, 0.22);
}

.role-card[data-role="financeur_credit"] {
  --role-tint: #e2e5eb;
  --role-ring: rgba(77, 105, 119, 0.23);
}

.role-card::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 12px;
  left: 14px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(77, 105, 119, 0.16), transparent);
  opacity: 0;
  transition: opacity 160ms ease;
}

.role-card:hover,
.role-card:focus-visible {
  outline: none;
  border-color: var(--public-card-border);
  background: #ffffff;
  box-shadow:
    0 22px 48px rgba(31, 54, 65, 0.105),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.role-card.is-active {
  outline: none;
  border: 2px solid var(--public-card-border-active);
  background:
    linear-gradient(145deg, var(--public-fjord-strong) 0%, var(--public-fjord) 100%),
    var(--public-fjord);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 20px 42px rgba(31, 54, 65, 0.18);
}

.role-card:hover::after,
.role-card:focus-visible::after,
.role-card.is-active::after {
  opacity: 1;
}

.role-card svg {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  padding: 10px;
  border: 1px solid var(--role-ring);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(238, 244, 242, 0.22)),
    var(--role-tint);
  color: var(--role-ink);
  box-shadow:
    0 6px 12px rgba(31, 54, 65, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: box-shadow 160ms ease, background 160ms ease;
}

.role-card span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 39px;
  color: var(--public-fjord);
  font-size: 11px;
  font-weight: 540;
  line-height: 1.15;
  text-align: center;
}

.role-card.is-active span {
  color: #ffffff;
  font-weight: 600;
}

.role-card svg * {
  vector-effect: non-scaling-stroke;
}

.role-card:hover svg,
.role-card:focus-visible svg {
  box-shadow:
    0 8px 16px rgba(31, 54, 65, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.role-card.is-active svg {
  border-color: rgba(255, 255, 255, 0.36);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.12);
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 8px 16px rgba(16, 36, 45, 0.16);
}

.role-icon-muted {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.role-icon-accent {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--public-green-deep);
  font-size: 12px;
  font-weight: 640;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.final-cta h2 {
  margin: 0;
  color: var(--public-fjord);
  letter-spacing: 0;
}

.hero h1 {
  max-width: 760px;
  font-size: 42px;
  font-weight: 640;
  line-height: 1.1;
  overflow-wrap: break-word;
}

.hero h1 span {
  display: block;
}

.hero-lead {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(77, 105, 119, 0.82);
  font-size: 17px;
  font-weight: 520;
  line-height: 1.6;
}

.hero-actions,
.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: var(--public-radius);
  font-size: 15px;
  font-weight: 620;
  line-height: 1;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.button-primary {
  border: 1px solid var(--public-green-deep);
  background: var(--public-green-deep);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(0, 96, 78, 0.2);
}

.button-secondary {
  border: 1px solid rgba(77, 105, 119, 0.18);
  background: #ffffff;
  color: var(--public-fjord);
  box-shadow: 0 10px 24px rgba(77, 105, 119, 0.08);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.hero-proof li {
  padding: 8px 11px;
  border: 1px solid rgba(77, 105, 119, 0.13);
  border-radius: var(--public-radius);
  background: rgba(255, 255, 255, 0.8);
  color: rgba(77, 105, 119, 0.78);
  font-size: 12px;
  font-weight: 520;
}

.hero-activity {
  position: relative;
  min-height: 450px;
  padding: 30px;
  border: 1px solid rgba(77, 105, 119, 0.14);
  border-radius: var(--public-radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(232, 243, 238, 0.9)),
    url("../../../assets/photos/catalogue/catalogue-photo-4.jpg") center / cover;
  box-shadow: var(--public-shadow);
  isolation: isolate;
}

.hero-activity::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.28));
}

.activity-card {
  width: min(100%, 430px);
  border: 1px solid rgba(77, 105, 119, 0.14);
  border-radius: var(--public-radius);
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(77, 105, 119, 0.12);
}

.activity-card h2 {
  margin: 8px 0 0;
  color: var(--public-fjord);
  font-size: 22px;
  font-weight: 620;
  line-height: 1.18;
}

.activity-card-main {
  padding: 26px;
}

.activity-card-offset {
  position: absolute;
  right: 34px;
  bottom: 110px;
  width: 330px;
  padding: 22px;
}

.activity-card-offset p {
  margin: 10px 0 0;
  color: rgba(77, 105, 119, 0.78);
  font-size: 14px;
  font-weight: 560;
  line-height: 1.45;
}

.activity-card-compact {
  position: absolute;
  left: 38px;
  bottom: 36px;
  display: grid;
  gap: 8px;
  width: 320px;
  padding: 18px 20px;
}

.activity-card-compact strong {
  color: var(--public-fjord);
  font-size: 18px;
}

.network-line,
.card-kicker {
  color: var(--public-green-deep);
  font-size: 12px;
  font-weight: 620;
}

.meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0;
}

dt {
  color: rgba(77, 105, 119, 0.62);
  font-size: 11px;
  font-weight: 540;
  text-transform: uppercase;
}

dd {
  margin: 4px 0 0;
  color: var(--public-fjord);
  font-size: 14px;
  font-weight: 520;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 560;
}

.status-live {
  background: rgba(2, 166, 111, 0.12);
  color: var(--public-green-deep);
}

.status-warm {
  background: rgba(238, 118, 105, 0.14);
  color: #9d4238;
}

.status-neutral {
  background: rgba(77, 105, 119, 0.1);
  color: var(--public-fjord-soft);
}

.section {
  padding: 58px 0;
}

.section-opportunities {
  padding-top: 34px;
}

.section-opportunities .section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.section-opportunities .section-heading h2 {
  max-width: 760px;
}

.section-opportunities .section-heading-action {
  flex: 0 0 auto;
}

.section-opportunities .home-opportunity-preview .catalog-card {
  border-color: rgba(77, 105, 119, 0.28);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.72),
    0 24px 56px rgba(31, 54, 65, 0.105),
    0 8px 18px rgba(77, 105, 119, 0.055);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(280px, 0.45fr) minmax(420px, 0.55fr);
  align-items: end;
  gap: 32px 72px;
  max-width: none;
  margin-bottom: 34px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -18px;
}

.section-heading h2,
.final-cta h2 {
  font-size: 32px;
  font-weight: 640;
  line-height: 1.16;
  overflow-wrap: break-word;
}

.section-heading p:not(.eyebrow),
.final-cta p:not(.eyebrow) {
  margin: 0;
  color: rgba(77, 105, 119, 0.78);
  font-size: 16px;
  font-weight: 520;
  line-height: 1.55;
}

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

.opportunity-card {
  border: 1px solid var(--public-border);
  border-radius: var(--public-radius);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(77, 105, 119, 0.08);
}

.opportunity-card {
  display: flex;
  flex-direction: column;
  min-height: 280px;
  padding: 18px;
}

.opportunity-card h3 {
  margin: 16px 0 16px;
  color: var(--public-fjord);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.24;
}

.opportunity-card dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

.opportunity-card a {
  margin-top: auto;
  padding-top: 24px;
  color: var(--public-green-deep);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.section-action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.ecosystem-section {
  position: relative;
  width: 100%;
  margin: 54px 0 60px;
  padding: 76px 0;
  overflow: hidden;
  border-top: 1px solid rgba(77, 105, 119, 0.1);
  border-bottom: 1px solid rgba(77, 105, 119, 0.1);
  background: var(--public-site-bg);
}

.functioning-page .ecosystem-section {
  margin: 0;
  padding: 72px 0 84px;
}

.ecosystem-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(77, 105, 119, 0.075) 1px, transparent 1px),
    linear-gradient(180deg, rgba(77, 105, 119, 0.055) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  pointer-events: none;
}

.ecosystem-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 5px;
  background: linear-gradient(90deg, var(--public-green-deep), var(--public-green), var(--public-coral), var(--public-sky));
  opacity: 0.72;
}

.ecosystem-inner {
  position: relative;
  z-index: 1;
  width: min(var(--public-page-max), calc(100% - var(--public-page-gutter)));
  margin: 0 auto;
}

.ecosystem-heading {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1fr);
  align-items: end;
  gap: 36px 84px;
  margin-bottom: 34px;
}

.ecosystem-heading h2 {
  max-width: 760px;
  color: var(--public-fjord-strong);
  font-size: 34px;
  font-weight: 640;
  line-height: 1.12;
}

.ecosystem-heading > p {
  margin: 0;
  color: rgba(77, 105, 119, 0.78);
  font-size: 16px;
  font-weight: 520;
  line-height: 1.62;
}

.ecosystem-showcase {
  display: grid;
  grid-template-columns: minmax(560px, 1.08fr) minmax(380px, 0.92fr);
  gap: 18px;
}

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

.flow-card {
  position: relative;
  min-height: 196px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(77, 105, 119, 0.13);
  border-radius: var(--public-radius);
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(77, 105, 119, 0.11);
}

.flow-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--public-green-deep), rgba(202, 219, 232, 0.72));
}

.flow-card-strong {
  border-color: rgba(0, 96, 78, 0.24);
  background: #ffffff;
  color: var(--public-fjord);
  box-shadow: 0 20px 48px rgba(77, 105, 119, 0.14);
}

.flow-card-accent::before {
  background: linear-gradient(90deg, var(--public-coral), var(--public-green));
}

.flow-index {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: var(--public-radius);
  background: rgba(2, 166, 111, 0.12);
  color: var(--public-green-deep);
  font-size: 13px;
  font-weight: 620;
}

.flow-card-strong .flow-index {
  background: rgba(2, 166, 111, 0.12);
  color: var(--public-green-deep);
}

.flow-card h3 {
  margin: 24px 0 0;
  color: var(--public-fjord-strong);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.flow-card p {
  margin: 12px 0 0;
  color: rgba(77, 105, 119, 0.76);
  font-size: 14px;
  font-weight: 520;
  line-height: 1.55;
}

.flow-card-strong h3,
.flow-card-strong p {
  color: var(--public-fjord-strong);
}

.flow-card-strong p {
  opacity: 1;
  color: rgba(77, 105, 119, 0.76);
}

.ecosystem-result {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 30px;
  border: 1px solid rgba(77, 105, 119, 0.13);
  border-radius: var(--public-radius);
  background: #ffffff;
  color: var(--public-fjord);
  box-shadow: 0 18px 44px rgba(77, 105, 119, 0.11);
}

.ecosystem-result .eyebrow {
  color: var(--public-green-deep);
}

.ecosystem-result h3 {
  margin: 18px 0 0;
  max-width: 520px;
  color: var(--public-fjord-strong);
  font-size: 28px;
  font-weight: 620;
  line-height: 1.14;
}

.ecosystem-result > p:not(.eyebrow) {
  margin: 18px 0 0;
  color: rgba(77, 105, 119, 0.78);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.62;
}

.tool-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.tool-stack span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(77, 105, 119, 0.14);
  border-radius: 999px;
  background: #ffffff;
  color: var(--public-fjord);
  font-size: 12px;
  font-weight: 520;
  box-shadow: 0 10px 24px rgba(6, 36, 42, 0.12);
}

.result-metrics {
  display: grid;
  gap: 16px;
  margin-top: auto;
  padding-top: 32px;
}

.result-metrics div {
  display: grid;
  gap: 5px;
  padding: 14px 0 14px 18px;
  border-left: 3px solid rgba(83, 216, 174, 0.86);
}

.result-metrics strong {
  color: var(--public-fjord-strong);
  font-size: 16px;
  font-weight: 600;
}

.result-metrics span {
  color: rgba(77, 105, 119, 0.72);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.42;
}

.actor-gains {
  display: grid;
  grid-template-columns: minmax(300px, 0.31fr) minmax(700px, 0.69fr);
  align-items: start;
  gap: 34px;
  margin-top: 28px;
}

.actor-gains-copy {
  padding-top: 10px;
}

.actor-gains-copy h3 {
  margin: 14px 0 0;
  color: var(--public-fjord-strong);
  font-size: 26px;
  font-weight: 620;
  line-height: 1.16;
}

.actor-gains-copy p:not(.eyebrow) {
  margin: 14px 0 0;
  color: rgba(77, 105, 119, 0.76);
  font-size: 15px;
  font-weight: 520;
  line-height: 1.6;
}

.actor-gain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.actor-gain {
  position: relative;
  min-height: 178px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(77, 105, 119, 0.13);
  border-radius: var(--public-radius);
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(77, 105, 119, 0.1);
}

.actor-gain::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--public-green-deep), var(--public-sky));
}

.actor-gain:nth-child(2n)::before {
  background: linear-gradient(90deg, var(--public-fjord), var(--public-green));
}

.actor-gain:nth-child(3n)::before {
  background: linear-gradient(90deg, var(--public-coral), var(--public-green-deep));
}

.actor-gain-mark {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  height: 38px;
  padding: 0 8px;
  border-radius: 10px;
  background: rgba(77, 105, 119, 0.1);
  color: var(--public-fjord-strong);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.actor-gain h4 {
  margin: 18px 0 0;
  color: var(--public-fjord-strong);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.18;
}

.actor-gain p {
  margin: 10px 0 0;
  color: rgba(77, 105, 119, 0.76);
  font-size: 13px;
  font-weight: 520;
  line-height: 1.48;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
  margin-bottom: 48px;
  padding: 42px 48px;
  border: 1px solid rgba(0, 96, 78, 0.16);
  border-radius: var(--public-radius);
  background: #ffffff;
  box-shadow: var(--public-shadow);
}

.final-cta h2 {
  max-width: 760px;
}

.final-cta p:not(.eyebrow) {
  margin-top: 14px;
}

body.public-slide-open {
  position: fixed;
  top: var(--public-scroll-lock-top, 0);
  right: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  overscroll-behavior: none;
  padding-right: var(--public-scrollbar-width, 0);
}

.opportunity-detail,
.announcement-detail,
.registration-panel,
.admin-wysiwyg-panel {
  overscroll-behavior: contain;
}

.registration-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(18, 34, 42, 0.38);
  backdrop-filter: blur(4px);
}

.registration-backdrop[hidden] {
  display: none;
}

.registration-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  display: flex;
  flex-direction: column;
  width: min(500px, calc(100vw - 24px));
  background: #ffffff;
  color: var(--public-fjord);
  box-shadow: 26px 0 58px rgba(31, 54, 65, 0.18);
  transform: translateX(-104%);
  transition: transform 220ms ease;
}

.registration-panel.is-open {
  transform: translateX(0);
}

.registration-header {
  flex: 0 0 auto;
}

.registration-close {
  flex: 0 0 auto;
}

.registration-form,
.registration-verification {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 18px 20px 22px;
}

.registration-engine-card {
  overflow: hidden;
  border: 1px solid rgba(77, 105, 119, 0.14);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(77, 105, 119, 0.06);
}

.registration-engine-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 16px;
  border-bottom: 1px solid rgba(77, 105, 119, 0.08);
}

.registration-engine-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(0, 96, 78, 0.1);
  color: var(--public-green-deep);
  font-size: 18px;
  font-weight: 620;
}

.registration-engine-head h3,
.registration-engine-head p {
  margin: 0;
}

.registration-engine-head h3 {
  color: var(--public-fjord);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}

.registration-engine-head p {
  margin-top: 3px;
  color: rgba(77, 105, 119, 0.72);
  font-size: 12px;
  font-weight: 620;
  line-height: 1.4;
}

.registration-fields {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.registration-section-title {
  display: grid;
  gap: 3px;
  margin-top: 4px;
  padding-top: 10px;
  border-top: 1px solid rgba(77, 105, 119, 0.08);
}

.registration-section-title:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.registration-section-title strong {
  color: var(--public-fjord);
  font-size: 13px;
  font-weight: 600;
}

.registration-section-title span {
  color: rgba(77, 105, 119, 0.68);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

.registration-client-type {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.registration-client-type button {
  min-height: 42px;
  border: 1px solid rgba(77, 105, 119, 0.16);
  border-radius: 10px;
  background: #ffffff;
  color: rgba(77, 105, 119, 0.74);
  font: inherit;
  font-size: 12px;
  font-weight: 540;
}

.registration-client-type button[aria-disabled="true"] {
  background: rgba(77, 105, 119, 0.05);
}

.registration-client-type .is-active {
  border-color: rgba(0, 96, 78, 0.22);
  background: rgba(2, 166, 111, 0.1);
  color: var(--public-green-deep);
}

.registration-two-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 11px;
}

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

.registration-field span {
  color: var(--public-fjord);
  font-size: 12px;
  font-weight: 540;
}

.registration-field input,
.registration-field select {
  width: 100%;
  min-height: 42px;
  box-sizing: border-box;
  border: 1px solid var(--public-border);
  border-radius: 10px;
  background: var(--public-mist);
  color: var(--public-fjord);
  font: inherit;
  font-size: 12px;
  font-weight: 460;
  padding: 0 12px;
}

.registration-field input:focus,
.registration-field select:focus {
  outline: none;
  border-color: rgba(0, 96, 78, 0.36);
  box-shadow: 0 0 0 3px rgba(2, 166, 111, 0.08);
}

.registration-field input[readonly] {
  background: #eef3f6;
  color: rgba(77, 105, 119, 0.72);
  cursor: not-allowed;
}

.registration-beta-note {
  display: grid;
  gap: 4px;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(0, 96, 78, 0.14);
  border-radius: var(--public-radius);
  background: rgba(2, 166, 111, 0.07);
}

.registration-beta-note strong {
  color: var(--public-green-deep);
  font-size: 13px;
  font-weight: 600;
}

.registration-beta-note span {
  color: rgba(77, 105, 119, 0.74);
  font-size: 12px;
  font-weight: 620;
  line-height: 1.45;
}

.registration-actions {
  position: sticky;
  bottom: -1px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(77, 105, 119, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, #ffffff 48%);
}

.registration-actions .button {
  min-height: 42px;
}

.registration-success {
  margin: 12px 0 0;
  color: var(--public-green-deep);
  font-size: 13px;
  font-weight: 560;
  line-height: 1.45;
}

.registration-feedback,
.registration-local-code {
  margin: 12px 0 0;
  padding: 12px 13px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 540;
  line-height: 1.45;
}

.registration-feedback.is-success {
  border: 1px solid rgba(0, 96, 78, 0.18);
  background: rgba(2, 166, 111, 0.08);
  color: var(--public-green-deep);
}

.registration-feedback.is-error {
  border: 1px solid rgba(191, 80, 72, 0.22);
  background: rgba(191, 80, 72, 0.08);
  color: #a6423a;
}

.registration-feedback a {
  color: var(--public-green-deep);
  font-weight: 600;
}

.registration-local-code {
  border: 1px dashed rgba(77, 105, 119, 0.22);
  background: rgba(77, 105, 119, 0.06);
  color: var(--public-fjord);
}

.registration-code-input {
  text-align: center;
  letter-spacing: 0;
  font-weight: 620;
  font-variant-numeric: tabular-nums;
}

.site-footer {
  position: relative;
  z-index: 1;
  margin-top: 92px;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(117deg, rgba(255, 255, 255, 0.1) 0%, transparent 20%, rgba(255, 255, 255, 0.12) 46%, transparent 68%, rgba(255, 255, 255, 0.08) 100%),
    repeating-linear-gradient(100deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 8px),
    linear-gradient(135deg, #3c5663 0%, #263f49 43%, #102f36 100%);
  color: #ffffff;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 0%, rgba(202, 219, 232, 0.24), transparent 31%),
    radial-gradient(circle at 82% 16%, rgba(2, 166, 111, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 42%, rgba(0, 23, 28, 0.28));
  pointer-events: none;
}

.site-footer-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 2.1fr);
  gap: 54px;
  width: min(var(--public-page-max), calc(100% - var(--public-page-gutter)));
  margin: 0 auto;
  padding: 56px 0 34px;
}

.footer-brand-panel {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06)),
    rgba(255, 255, 255, 0.05);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 24px 54px rgba(4, 28, 34, 0.22);
  backdrop-filter: blur(14px);
}

.footer-brand {
  display: inline-flex;
  width: fit-content;
  color: inherit;
  text-decoration: none;
}

.footer-brand img {
  width: 148px;
  height: auto;
  filter: brightness(0) invert(1) opacity(0.92);
}

.footer-brand-panel p {
  margin: 0;
  max-width: 390px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 520;
  line-height: 1.58;
}

.footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--public-green-deep);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 16px 32px rgba(0, 23, 28, 0.18);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.footer-cta:hover,
.footer-cta:focus-visible {
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 20px 38px rgba(0, 23, 28, 0.24);
}

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

.footer-nav-grid section {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-nav-grid h2 {
  margin: 0 0 5px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.footer-nav-grid a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 540;
  line-height: 1.35;
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}

.footer-nav-grid a:hover,
.footer-nav-grid a:focus-visible {
  color: #ffffff;
  outline: none;
  transform: translateX(2px);
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.footer-socials a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.42);
  transform: translateY(-1px);
}

.footer-social-note {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(var(--public-page-max), calc(100% - var(--public-page-gutter)));
  margin: 0 auto;
  padding: 18px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  font-weight: 540;
}

.legal-page {
  min-height: auto;
  background: var(--public-site-bg);
}

.legal-page + .site-footer {
  margin-top: 70px;
}

.legal-hero,
.legal-content,
.legal-document {
  width: min(980px, calc(100% - var(--public-page-gutter)));
  margin: 0 auto;
}

.legal-hero {
  display: grid;
  gap: 14px;
  padding: 70px 0 34px;
}

.legal-hero h1 {
  margin: 0;
  color: var(--public-fjord);
  font-size: 42px;
  font-weight: 640;
  line-height: 1.08;
}

.legal-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: rgba(77, 105, 119, 0.78);
  font-size: 16px;
  font-weight: 520;
  line-height: 1.58;
}

.legal-document {
  padding: 4px 0 18px;
}

.legal-document h1,
.legal-document h2,
.legal-document h3,
.legal-document h4 {
  margin: 0;
  color: var(--public-fjord);
  line-height: 1.2;
}

.legal-document h1 {
  font-size: 32px;
  font-weight: 640;
}

.legal-document h2 {
  font-size: 22px;
  font-weight: 600;
}

.legal-document h3 {
  font-size: 18px;
  font-weight: 580;
}

.legal-document h4 {
  font-size: 16px;
  font-weight: 560;
}

.legal-document p,
.legal-document li {
  margin: 0;
  color: rgba(77, 105, 119, 0.78);
  font-size: 15px;
  font-weight: 470;
  line-height: 1.68;
}

.legal-document ul,
.legal-document ol {
  margin: 0;
  padding-left: 22px;
}

.legal-document > h1,
.legal-document > h2,
.legal-document > h3,
.legal-document > h4,
.legal-document > p,
.legal-document > ul,
.legal-document > ol,
.legal-document > div {
  margin-top: 18px;
}

.legal-document > :first-child {
  margin-top: 0;
}

.legal-document a {
  color: var(--public-green-deep);
  font-weight: 560;
  text-decoration: none;
}

.legal-document a:hover,
.legal-document a:focus-visible {
  color: var(--public-fjord);
  outline: none;
}

.legal-document .ql-align-center {
  text-align: center;
}

.legal-document .ql-align-right {
  text-align: right;
}

.legal-document .ql-align-justify {
  text-align: justify;
}

.legal-section {
  display: grid;
  gap: 9px;
  padding: 26px 0;
  border-top: 1px solid rgba(77, 105, 119, 0.16);
}

.legal-section:first-child {
  border-top-color: rgba(77, 105, 119, 0.24);
}

.legal-section h2 {
  margin: 0;
  color: var(--public-fjord);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.18;
}

.legal-section p {
  margin: 0;
  color: rgba(77, 105, 119, 0.78);
  font-size: 15px;
  font-weight: 470;
  line-height: 1.68;
}

.legal-section a,
.legal-link {
  width: fit-content;
  color: var(--public-green-deep);
  font-size: 15px;
  font-weight: 560;
  text-decoration: none;
}

.legal-section a:hover,
.legal-section a:focus-visible,
.legal-link:hover,
.legal-link:focus-visible {
  color: var(--public-fjord);
  outline: none;
}

.legal-sitemap {
  padding-bottom: 12px;
}

.legal-sitemap .legal-section {
  gap: 8px;
}

.admin-content-document .legal-section {
  grid-template-columns: minmax(190px, 0.36fr) minmax(0, 1fr) auto;
  align-items: start;
  column-gap: 28px;
}

.admin-content-document .legal-section h2 {
  grid-column: 1;
}

.admin-content-document .legal-section p {
  grid-column: 2;
}

.admin-content-document .legal-section a {
  grid-column: 3;
  align-self: start;
  min-height: 36px;
  padding: 8px 14px;
  border: 1px solid rgba(0, 96, 78, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 28px rgba(31, 54, 65, 0.08);
}

.admin-section-primary {
  grid-template-columns: 1fr;
  padding: 30px 0;
}

.admin-section-primary h2,
.admin-section-primary p,
.admin-section-primary a {
  grid-column: 1;
}

.public-admin-switch {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 70;
  display: grid;
  gap: 1px;
  min-width: 112px;
  padding: 10px 13px;
  border: 1px solid rgba(77, 105, 119, 0.2);
  border-radius: 14px;
  background: #ffffff;
  color: var(--public-fjord);
  box-shadow:
    0 18px 42px rgba(31, 54, 65, 0.16),
    0 1px 0 rgba(255, 255, 255, 0.94) inset;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  cursor: pointer;
}

.public-admin-switch span {
  color: rgba(77, 105, 119, 0.66);
  font-size: 10px;
  font-weight: 560;
  line-height: 1;
  text-transform: uppercase;
}

.public-admin-switch strong {
  color: var(--public-green-deep);
  font-size: 14px;
  font-weight: 620;
  line-height: 1.15;
}

.public-admin-switch:hover,
.public-admin-switch:focus-visible {
  outline: none;
  transform: translateY(-1px);
  border-color: rgba(2, 166, 111, 0.36);
  box-shadow:
    0 22px 50px rgba(31, 54, 65, 0.2),
    0 0 0 4px rgba(2, 166, 111, 0.08);
}

.admin-edit-mode .legal-document {
  border-radius: 14px;
  outline: 1px solid rgba(2, 166, 111, 0.22);
  outline-offset: 14px;
}

.admin-editor-toolbar {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  display: grid;
  gap: 10px;
  width: min(460px, calc(100vw - 36px));
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, #3c5663 0%, #263f49 48%, #102f36 100%);
  color: #ffffff;
  box-shadow:
    0 28px 70px rgba(4, 28, 34, 0.28),
    0 1px 0 rgba(255, 255, 255, 0.16) inset;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.admin-editor-toolbar strong {
  font-size: 14px;
  font-weight: 600;
}

.admin-editor-toolbar span,
.admin-editor-toolbar p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 520;
}

.admin-editor-toolbar div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-editor-toolbar button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--public-fjord);
  font: inherit;
  font-size: 12px;
  font-weight: 540;
  cursor: pointer;
}

.admin-editor-toolbar button:hover,
.admin-editor-toolbar button:focus-visible {
  outline: none;
  background: #ffffff;
  color: var(--public-green-deep);
  transform: translateY(-1px);
}

.admin-wysiwyg-backdrop {
  position: fixed;
  inset: 0;
  z-index: 88;
  background: rgba(11, 31, 37, 0.48);
  backdrop-filter: blur(8px);
}

.admin-wysiwyg-panel {
  position: fixed;
  top: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: min(860px, calc(100vw - 48px));
  overflow: hidden;
  border: 1px solid rgba(77, 105, 119, 0.2);
  border-radius: 22px;
  background: #ffffff;
  box-shadow:
    0 34px 90px rgba(4, 28, 34, 0.32),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.admin-wysiwyg-header {
  position: sticky;
  top: 0;
  z-index: 1;
}

.admin-wysiwyg-header button:not(.public-slide-close),
.admin-wysiwyg-actions button {
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(77, 105, 119, 0.18);
  border-radius: 999px;
  background: #ffffff;
  color: var(--public-fjord);
  font: inherit;
  font-size: 13px;
  font-weight: 540;
  cursor: pointer;
}

.admin-wysiwyg-header button:not(.public-slide-close):hover,
.admin-wysiwyg-header button:not(.public-slide-close):focus-visible,
.admin-wysiwyg-actions button:hover,
.admin-wysiwyg-actions button:focus-visible {
  outline: none;
  border-color: rgba(2, 166, 111, 0.28);
  color: var(--public-green-deep);
  transform: translateY(-1px);
}

.admin-wysiwyg-shell {
  min-height: 0;
  padding: 18px 22px;
  overflow: hidden;
}

.admin-wysiwyg-editor {
  height: 100%;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(77, 105, 119, 0.16);
  border-radius: 16px;
  background: #ffffff;
}

.admin-wysiwyg-panel .ql-toolbar.ql-snow {
  border: none;
  border-bottom: 1px solid rgba(77, 105, 119, 0.14);
  border-radius: 16px 16px 0 0;
  background: #ffffff;
}

.admin-wysiwyg-panel .ql-container.ql-snow {
  height: calc(100% - 42px);
  border: none;
  border-radius: 0 0 16px 16px;
  color: var(--public-fjord);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.admin-wysiwyg-panel .ql-editor {
  min-height: 300px;
  padding: 22px;
  color: var(--public-fjord);
  font-size: 15px;
  font-weight: 470;
  line-height: 1.66;
}

.admin-wysiwyg-panel .ql-editor h1,
.admin-wysiwyg-panel .ql-editor h2,
.admin-wysiwyg-panel .ql-editor h3,
.admin-wysiwyg-panel .ql-editor h4 {
  color: var(--public-fjord);
}

.admin-wysiwyg-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 16px 22px 20px;
  border-top: 1px solid rgba(77, 105, 119, 0.12);
}

.admin-wysiwyg-actions button:first-child {
  border-color: rgba(0, 96, 78, 0.22);
  background: var(--public-green-deep);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(0, 96, 78, 0.18);
}

.admin-wysiwyg-actions button:first-child:hover,
.admin-wysiwyg-actions button:first-child:focus-visible {
  color: #ffffff;
}

@media (max-width: 700px) {
  .registration-panel {
    width: 100vw;
  }

  .registration-header {
    padding: 18px 16px 14px;
  }

  .registration-form,
  .registration-verification {
    padding: 14px;
  }

  .registration-two-cols,
  .registration-client-type {
    grid-template-columns: 1fr;
  }

  .registration-actions {
    display: grid;
  }
}

@media (max-width: 1120px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 42px;
    padding-top: 46px;
  }

  .hero-marketplace {
    min-height: auto;
    padding: 0;
  }

  .hero-marketplace-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: auto;
    padding: 52px 0 90px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero-marketplace-copy h1 {
    font-size: 38px;
  }

  .hero-device-stage {
    min-height: 420px;
    width: min(760px, 100%);
    margin: 0 auto;
  }

  .role-filter-inner {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
  }

  .role-filter-section {
    margin-top: -104px;
    background: linear-gradient(180deg, transparent 0 104px, var(--public-site-bg) 104px 100%);
  }

  .role-filter-inner h3 {
    max-width: none;
    text-align: left;
  }

  .role-card-grid {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    max-width: none;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .role-card-grid::-webkit-scrollbar {
    display: none;
  }

  .role-card {
    flex: 0 0 112px;
    min-height: 0;
  }

  .section-heading {
    display: block;
    max-width: 760px;
  }

  .section-heading .eyebrow {
    margin-bottom: 16px;
  }

  .section-heading h2,
  .final-cta h2 {
    font-size: 30px;
  }

  .hero-activity {
    display: none;
  }

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

  .ecosystem-heading,
  .ecosystem-showcase,
  .actor-gains {
    grid-template-columns: 1fr;
  }

  .ecosystem-heading {
    gap: 16px;
  }

  .ecosystem-flow,
  .actor-gain-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .final-cta {
    grid-template-columns: 1fr;
  }

  .site-footer-shell {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-brand-panel {
    max-width: 620px;
  }

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

  .legal-content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    width: 100%;
    min-height: 68px;
    gap: 12px;
    padding: 12px 14px;
  }

  .site-nav {
    display: none;
  }

  .nav-cta {
    display: none;
  }

  .brand {
    min-width: 118px;
  }

  .brand-logo {
    width: 118px;
  }

  .section-band,
  .section,
  .final-cta {
    width: min(100% - 28px, var(--public-page-max));
  }

  .hero {
    padding: 30px 0 40px;
  }

  .hero-marketplace {
    padding: 0;
  }

  .hero-marketplace-inner {
    width: min(100% - 28px, var(--public-page-max));
    padding: 38px 0 112px;
  }

  .hero h1 {
    font-size: 30px;
    line-height: 1.08;
  }

  .hero-marketplace-copy h1 {
    font-size: 30px;
    line-height: 1.08;
  }

  .hero-lead {
    font-size: 16px;
    line-height: 1.52;
  }

  .hero-actions,
  .final-actions {
    display: grid;
  }

  .hero-device-stage {
    display: block;
    min-height: 300px;
    width: min(100%, 390px);
  }

  .hero-desktop-mockup {
    display: none;
  }

  .hero-ipad-mockup {
    top: 12px;
    right: auto;
    bottom: auto;
    left: 50%;
    width: min(340px, 100%);
    height: 220px;
    padding: 12px;
    transform: translateX(-50%);
  }

  .hero-ipad-screen {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
  }

  .hero-detail-copy h3 {
    font-size: 15px;
  }

  .hero-detail-copy p {
    font-size: 10px;
  }

  .hero-iphone-mockup {
    left: 4px;
    bottom: 0;
    width: 118px;
    height: 232px;
    padding: 8px;
    border-width: 6px;
  }

  .hero-iphone-screen {
    grid-template-rows: 92px auto auto auto 28px;
    gap: 6px;
    padding: 16px 8px 8px;
  }

  .role-filter-section {
    margin-top: -84px;
    padding: 0 0 46px;
    background: linear-gradient(180deg, transparent 0 84px, var(--public-site-bg) 84px 100%);
  }

  .role-filter-inner {
    width: min(100% - 28px, var(--public-page-max));
  }

  .role-card-grid {
    gap: 7px;
  }

  .role-card {
    flex-basis: 104px;
    min-height: 0;
    padding: 11px 8px 10px;
  }

  .role-card svg {
    width: 44px;
    height: 44px;
    padding: 8px;
  }

  .role-card span {
    font-size: 9.75px;
  }

  .button {
    width: 100%;
    min-height: 50px;
  }

  .hero-proof {
    display: grid;
  }

  .activity-card h2 {
    font-size: 21px;
  }

  .section {
    padding: 60px 0;
  }

  .section-opportunities {
    padding-top: 42px;
  }

  .section-heading {
    margin-bottom: 24px;
  }

  .section-opportunities .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .section-opportunities .section-heading-action {
    width: 100%;
  }

  .section-heading h2,
  .final-cta h2 {
    font-size: 26px;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

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

  .opportunity-card {
    min-height: 280px;
  }

  .ecosystem-section {
    margin: 38px 0 42px;
    padding: 48px 0;
  }

  .ecosystem-inner {
    width: min(100% - 28px, var(--public-page-max));
  }

  .ecosystem-heading {
    display: block;
    margin-bottom: 26px;
  }

  .ecosystem-heading h2 {
    font-size: 27px;
    line-height: 1.12;
  }

  .ecosystem-heading > p {
    margin-top: 16px;
    font-size: 15px;
  }

  .ecosystem-showcase,
  .actor-gains {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ecosystem-flow,
  .actor-gain-grid {
    grid-template-columns: 1fr;
  }

  .flow-card {
    min-height: auto;
    padding: 20px;
  }

  .flow-card h3 {
    margin-top: 18px;
    font-size: 18px;
  }

  .ecosystem-result {
    padding: 24px;
  }

  .ecosystem-result h3,
  .actor-gains-copy h3 {
    font-size: 23px;
  }

  .result-metrics {
    margin-top: 8px;
    padding-top: 22px;
  }

  .actor-gain {
    min-height: auto;
  }

  .final-cta {
    margin-bottom: 28px;
    padding: 28px;
  }

  .site-footer {
    margin-top: 64px;
  }

  .site-footer-shell {
    width: min(100% - 28px, var(--public-page-max));
    padding: 38px 0 26px;
  }

  .footer-brand-panel {
    padding: 20px;
  }

  .footer-brand img {
    width: 132px;
  }

  .footer-nav-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-bottom {
    flex-direction: column;
    width: min(100% - 28px, var(--public-page-max));
    gap: 8px;
  }

  .legal-page + .site-footer {
    margin-top: 52px;
  }

  .legal-hero,
  .legal-content,
  .legal-document {
    width: min(100% - 28px, var(--public-page-max));
  }

  .legal-hero {
    padding: 46px 0 26px;
  }

  .legal-hero h1 {
    font-size: 32px;
  }

  .legal-section {
    padding: 22px 0;
  }

  .legal-section h2 {
    font-size: 20px;
  }

  .admin-content-document .legal-section {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  .admin-content-document .legal-section h2,
  .admin-content-document .legal-section p,
  .admin-content-document .legal-section a {
    grid-column: 1;
  }

  .admin-content-document .legal-section a {
    width: fit-content;
  }

  .admin-editor-toolbar {
    right: 10px;
    bottom: 10px;
    width: calc(100vw - 20px);
    padding: 14px;
    border-radius: 14px;
  }

  .admin-editor-toolbar div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-editor-toolbar button {
    width: 100%;
  }

  .admin-wysiwyg-panel {
    inset: 10px;
    width: auto;
    border-radius: 18px;
  }

  .admin-wysiwyg-header {
    display: grid;
    padding: 16px;
  }

  .admin-wysiwyg-shell {
    padding: 12px;
  }

  .admin-wysiwyg-editor {
    min-height: 280px;
  }

  .admin-wysiwyg-panel .ql-container.ql-snow {
    height: calc(100% - 76px);
  }

  .admin-wysiwyg-panel .ql-editor {
    padding: 16px;
  }

  .admin-wysiwyg-actions {
    display: grid;
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .admin-wysiwyg-actions button {
    width: 100%;
  }
}
