:root {
  --ink: #17151f;
  --muted: #5e6472;
  --line: #dedce8;
  --violet: #5a2a86;
  --violet-dark: #35145c;
  --mint: #12836b;
  --mint-soft: #e8f7f2;
  --gold: #b7791f;
  --rose: #b83262;
  --blue: #276a9b;
  --paper: #ffffff;
  --surface: #f7f7fb;
  --shadow: 0 18px 42px rgba(23, 21, 31, 0.08);
  --focus-ring: #0f766e;
  --reader-scale: 1;
}

html[data-text-size="large"] {
  --reader-scale: 1.08;
}

html[data-text-size="larger"] {
  --reader-scale: 1.16;
}

html[data-contrast="high"] {
  --ink: #08070b;
  --muted: #2d3340;
  --line: #52525b;
  --violet: #3b0764;
  --violet-dark: #1f0836;
  --mint: #065f46;
  --mint-soft: #d8f7ea;
  --gold: #854d0e;
  --rose: #8f123a;
  --surface: #fff;
  --focus-ring: #f59e0b;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 132px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: calc(1rem * var(--reader-scale));
  line-height: 1.5;
}

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

a {
  color: inherit;
  text-underline-offset: 0.18em;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 4px solid var(--focus-ring);
  outline-offset: 4px;
  box-shadow: 0 0 0 7px rgba(15, 118, 110, 0.14);
}

html[data-contrast="high"] :focus-visible {
  box-shadow: 0 0 0 7px rgba(245, 158, 11, 0.24);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-140%);
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--violet-dark);
  color: #fff;
  text-decoration: none;
  font-weight: 950;
  box-shadow: var(--shadow);
}

.skip-link:focus-visible {
  transform: translateY(0);
}

.accessibility-tools {
  position: sticky;
  z-index: 19;
  top: 74px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  padding: 8px clamp(18px, 4%, 56px);
  border-bottom: 1px solid rgba(90, 42, 134, 0.12);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
}

.accessibility-tools span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 900;
}

.accessibility-tools button {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  background: #fff;
  color: var(--violet-dark);
  font-weight: 950;
}

.accessibility-tools button[aria-pressed="true"] {
  background: var(--violet-dark);
  color: #fff;
  border-color: var(--violet-dark);
}

html[data-contrast="high"] .accessibility-tools,
html[data-contrast="high"] .site-header,
html[data-contrast="high"] .platform-card,
html[data-contrast="high"] .access-card,
html[data-contrast="high"] .company-template-card,
html[data-contrast="high"] .platform-list-card {
  background: #fff;
  border-color: #52525b;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4%, 56px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(90, 42, 134, 0.12);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  text-decoration: none;
  font-weight: 900;
  color: var(--violet-dark);
}

.brand img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  filter: drop-shadow(0 8px 14px rgba(53, 20, 92, 0.18));
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
}

.top-nav a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 8px;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 800;
}

.top-nav a:hover,
.top-nav a:focus-visible {
  background: var(--mint-soft);
  color: var(--mint);
}

.top-nav a[aria-current="page"] {
  background: #f2ecfb;
  color: var(--violet-dark);
}

main {
  overflow: hidden;
}

.hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.52fr);
  gap: 42px;
  align-items: center;
  padding: 72px clamp(18px, 6%, 84px) 58px;
  background: linear-gradient(135deg, #ffffff 0%, #eff8f5 54%, #f7f1ff 100%);
}

.hero-copy {
  max-width: 820px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(18, 131, 107, 0.11);
  color: var(--mint);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2 {
  margin: 16px 0 14px;
  color: var(--violet-dark);
  line-height: 1.02;
  font-weight: 950;
}

.hero h1 {
  max-width: 760px;
  font-size: 4.4rem;
}

.hero p,
.section-heading p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 18px;
  text-decoration: none;
  font-weight: 900;
  color: var(--ink);
  background: var(--paper);
  box-shadow: none;
}

.button.primary {
  background: var(--violet);
  color: #fff;
  box-shadow: 0 16px 30px rgba(90, 42, 134, 0.18);
}

.button.ghost {
  border-color: rgba(90, 42, 134, 0.22);
  color: var(--violet-dark);
}

.button.subtle {
  min-height: 38px;
  color: var(--mint);
  background: var(--mint-soft);
  border-color: rgba(18, 131, 107, 0.12);
}

.button.danger {
  color: #fff;
  background: #9b1c43;
}

.button.warning {
  color: #2b1803;
  background: #f6d58b;
}

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

.hero-panel {
  display: grid;
  gap: 22px;
  justify-items: center;
  padding: 28px;
  border: 1px solid rgba(90, 42, 134, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.hero-seal {
  width: min(300px, 80%);
  border-radius: 50%;
  filter: drop-shadow(0 24px 34px rgba(53, 20, 92, 0.2));
}

.flow-list {
  width: 100%;
  display: grid;
  gap: 10px;
}

.flow-list div {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 10px;
  border: 1px solid rgba(18, 131, 107, 0.12);
  border-radius: 8px;
  background: #fff;
}

.flow-list strong {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mint-soft);
  color: var(--mint);
}

.flow-list span {
  color: var(--ink);
  font-weight: 800;
  line-height: 1.3;
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--line);
}

.stats-strip div {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 22px;
  background: #fff;
}

.stats-strip strong {
  color: var(--violet-dark);
  font-size: 1.8rem;
  line-height: 1;
}

.stats-strip span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.section {
  padding: 78px clamp(18px, 6%, 84px);
}

.section:nth-of-type(even) {
  background: #fff;
}

.section.white {
  background: #fff;
}

.section-heading {
  display: grid;
  gap: 10px;
  max-width: 880px;
  margin-bottom: 28px;
}

.section-heading.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  justify-items: center;
}

.section-heading h2 {
  font-size: 3rem;
}

.section-heading h1,
.page-hero h1 {
  margin: 12px 0 10px;
  color: var(--violet-dark);
  font-size: 3.45rem;
  line-height: 1.02;
  font-weight: 950;
}

.lp-hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.62fr);
  gap: 52px;
  align-items: center;
  padding: 58px clamp(18px, 6%, 84px) 46px;
  background: linear-gradient(135deg, #ffffff 0%, #f5f0ff 56%, #e9f8f4 100%);
}

.lp-hero-copy {
  max-width: 840px;
}

.lp-hero h1 {
  margin: 16px 0;
  color: var(--violet-dark);
  font-size: 5.6rem;
  line-height: 0.96;
  font-weight: 950;
}

.lp-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 1.22rem;
  line-height: 1.75;
}

.lp-hero-visual {
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: 26px;
  border: 1px solid rgba(90, 42, 134, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: var(--shadow);
}

.lp-hero-visual > img {
  width: min(360px, 88%);
  border-radius: 50%;
  filter: drop-shadow(0 24px 34px rgba(53, 20, 92, 0.22));
}

.lp-hero-note {
  width: 100%;
  display: grid;
  gap: 4px;
  padding: 16px;
  border: 1px solid rgba(18, 131, 107, 0.14);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.lp-hero-note strong {
  color: var(--violet-dark);
  font-size: 1.1rem;
}

.lp-hero-note span {
  color: var(--muted);
  line-height: 1.45;
  font-weight: 700;
}

.redesigned-hero {
  position: relative;
  min-height: clamp(520px, 78svh, 690px);
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.34fr);
  color: #fff;
  background: #17151f;
  isolation: isolate;
}

.lp-hero-bg,
.lp-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.lp-hero-bg {
  z-index: -3;
  object-fit: cover;
  object-position: center;
}

.lp-hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(17, 16, 24, 0.9) 0%, rgba(53, 20, 92, 0.76) 48%, rgba(18, 131, 107, 0.38) 100%),
    linear-gradient(0deg, rgba(17, 16, 24, 0.72), rgba(17, 16, 24, 0.12));
}

.redesigned-hero .lp-hero-copy {
  position: relative;
  z-index: 1;
}

.redesigned-hero .eyebrow {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.redesigned-hero h1 {
  max-width: 760px;
  color: #fff;
  text-shadow: 0 20px 50px rgba(0, 0, 0, 0.34);
}

.redesigned-hero p {
  color: rgba(255, 255, 255, 0.9);
}

.redesigned-hero .button.primary {
  background: #fff;
  color: var(--violet-dark);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
}

.redesigned-hero .button.ghost {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}

.lp-hero-seal {
  position: relative;
  z-index: 1;
  justify-self: end;
  width: min(310px, 28vw);
  border-radius: 50%;
  filter: drop-shadow(0 28px 45px rgba(0, 0, 0, 0.38));
}

.campaign-split {
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.82fr);
}

.brand-stack {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(180px, 0.75fr);
  gap: 14px;
  align-items: stretch;
}

.brand-stack figure,
.asset-card,
.seal-library figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(23, 21, 31, 0.05);
}

.brand-stack img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.brand-stack figcaption,
.asset-card figcaption,
.seal-library figcaption {
  padding: 12px 14px;
  color: var(--violet-dark);
  font-size: 0.86rem;
  font-weight: 900;
}

.feature-tiles {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.asset-card {
  display: grid;
  grid-template-rows: minmax(0, auto) auto;
}

.asset-card img {
  width: 100%;
  height: 230px;
  padding: 12px;
  object-fit: contain;
  background: linear-gradient(135deg, #f6f3fb, #edf8f5);
}

.asset-card.wide {
  grid-column: span 2;
}

.asset-card.wide img {
  height: 250px;
}

.asset-card.tall {
  grid-row: span 2;
}

.asset-card.tall img {
  height: 540px;
}

.seal-library {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 14px;
}

.seal-library figure {
  display: grid;
  justify-items: center;
  text-align: center;
}

.seal-library img {
  width: 100%;
  max-width: 132px;
  aspect-ratio: 1;
  padding: 14px 14px 0;
  object-fit: contain;
}

.reference-home {
  background: #fbf9fc;
}

.reference-home .site-header {
  min-height: 80px;
  padding: 12px 32px;
  background: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(53, 20, 92, 0.1);
  box-shadow: 0 12px 34px rgba(53, 20, 92, 0.04);
}

.reference-home .brand {
  gap: 14px;
}

.reference-home .brand img {
  width: 46px;
  height: 46px;
}

.reference-home .brand span {
  display: grid;
  gap: 2px;
  color: var(--violet-dark);
  line-height: 1.05;
}

.reference-home .brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.34rem;
}

.reference-home .brand small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 650;
}

.reference-home .top-nav {
  gap: 12px;
}

.reference-home .top-nav a {
  min-height: 44px;
  padding: 0 10px;
  color: #2a2435;
  font-size: 0.98rem;
  font-weight: 650;
}

.reference-home .top-nav .nav-cta,
.reference-home .button.primary {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #4a0f8f, #b871ee);
  color: #fff;
  box-shadow: 0 18px 36px rgba(90, 42, 134, 0.24);
}

.reference-home .top-nav .nav-cta::after,
.reference-home .button.primary::after {
  content: "→";
  margin-left: 10px;
  font-weight: 900;
}

.reference-home .button {
  min-height: 64px;
  padding: 0 34px;
  border-radius: 999px;
  font-size: 1.05rem;
}

.reference-home .button.ghost {
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(53, 20, 92, 0.18);
  color: #251b34;
}

.reference-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(320px, 0.58fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  min-height: calc(100svh - 80px);
  padding: clamp(70px, 8vw, 124px) clamp(24px, 6vw, 96px) 44px;
  background:
    radial-gradient(circle at 76% 28%, rgba(181, 113, 238, 0.34), transparent 34%),
    linear-gradient(135deg, #fffafd 0%, #f7efff 52%, #fbf8ff 100%);
}

.soft-pill,
.section-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  border-radius: 999px;
  color: var(--violet-dark);
  font-weight: 800;
}

.soft-pill {
  padding: 0 15px;
  border: 1px solid rgba(90, 42, 134, 0.16);
  background: rgba(255, 255, 255, 0.68);
}

.section-kicker {
  color: #7b3ec6;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.reference-hero h1,
.manifest-section h2,
.benefits-section h2,
.process-section .section-heading h2,
.home-cta-section h2,
.faq-reference .section-heading h2,
.criteria-section .section-heading h2,
.partners-media-section h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.reference-hero h1 {
  max-width: 870px;
  margin: 28px 0 20px;
  color: #171022;
  font-size: clamp(2.65rem, 4.45vw, 4.25rem);
  line-height: 0.96;
  font-weight: 900;
}

.reference-hero h1 em {
  color: #7a31c8;
  font-style: italic;
  font-weight: 800;
}

.reference-hero p {
  max-width: 710px;
  margin: 0;
  color: #5d5966;
  font-size: clamp(1.05rem, 1.45vw, 1.25rem);
  line-height: 1.5;
}

.reference-hero-card {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 420px;
  padding: clamp(28px, 5vw, 68px);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 28px 70px rgba(90, 42, 134, 0.18);
}

.reference-hero-card img {
  width: min(360px, 100%);
  border-radius: 50%;
  filter: drop-shadow(0 16px 22px rgba(23, 21, 31, 0.16));
}

.floating-badge {
  position: absolute;
  right: clamp(18px, 3vw, 46px);
  bottom: -24px;
  display: grid;
  gap: 4px;
  min-width: 236px;
  padding: 16px 20px;
  border: 1px solid rgba(90, 42, 134, 0.12);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(53, 20, 92, 0.13);
}

.floating-badge strong {
  color: #241a32;
}

.floating-badge span {
  color: var(--muted);
  font-weight: 700;
}

.reference-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: rgba(53, 20, 92, 0.12);
}

.reference-stats div {
  display: grid;
  gap: 6px;
  min-height: 118px;
  align-content: center;
  padding: 24px 32px;
  background: #fff;
}

.reference-stats strong {
  color: #491082;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.4rem;
  line-height: 1;
}

.reference-stats span {
  color: var(--muted);
  font-weight: 850;
}

.partner-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(18px, 3vw, 42px);
  min-height: 82px;
  padding: 20px clamp(20px, 6vw, 90px);
  border-bottom: 1px solid rgba(53, 20, 92, 0.1);
  background: #fff;
}

.partner-strip span {
  color: #8a8495;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.partner-strip strong {
  color: #33263f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
}

.manifest-section,
.criteria-section,
.benefits-section,
.process-section,
.home-cta-section,
.partners-media-section,
.faq-reference {
  padding: clamp(72px, 8vw, 118px) clamp(24px, 6vw, 96px);
}

.manifest-section {
  background: #fbf9fc;
  border-bottom: 1px solid rgba(53, 20, 92, 0.1);
}

.manifest-grid,
.benefits-section,
.home-cta-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.9fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: start;
}

.manifest-grid h2,
.benefits-section h2,
.home-cta-section h2 {
  margin: 10px 0 0;
  color: #171022;
  font-size: clamp(2.7rem, 4.8vw, 5rem);
  line-height: 0.98;
}

.manifest-grid p,
.benefits-section p,
.home-cta-form p,
.faq-list p {
  color: #5f5a68;
  font-size: 1.12rem;
  line-height: 1.68;
}

.manifest-grid em {
  color: #7a31c8;
}

.criteria-section,
.process-section,
.faq-reference {
  background: #fff;
}

.reference-home .section-heading h2 {
  color: #171022;
  font-size: clamp(2.5rem, 4.6vw, 4.6rem);
  line-height: 1;
}

.reference-home .section-heading p {
  max-width: 760px;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 54px;
}

.pillar-grid article,
.reference-process article,
.sector-grid article,
.faq-list details {
  border: 1px solid rgba(53, 20, 92, 0.13);
  background: #fff;
  box-shadow: 0 16px 38px rgba(53, 20, 92, 0.04);
}

.pillar-grid article {
  min-height: 244px;
  padding: 30px;
  border-radius: 26px;
}

.pillar-grid span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eedbff;
  color: #7b2ec3;
  font-weight: 950;
}

.pillar-grid h3 {
  margin: 24px 0 12px;
  color: #171022;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.36rem;
}

.pillar-grid p,
.reference-process p {
  margin: 0;
  color: #625d6c;
  font-size: 1.03rem;
  line-height: 1.58;
}

.benefits-section {
  background: linear-gradient(90deg, #fbf9fc 0%, #fff 100%);
}

.check-list,
.home-cta-copy ul {
  display: grid;
  gap: 16px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.home-cta-copy li {
  position: relative;
  padding-left: 36px;
  color: #2d2637;
  font-size: 1.06rem;
  line-height: 1.45;
}

.check-list li::before,
.home-cta-copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #4a0f8f, #b871ee);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 900;
}

.benefits-panel {
  display: grid;
  gap: 24px;
}

.benefits-panel blockquote {
  margin: 0;
  padding: clamp(30px, 5vw, 54px);
  border-radius: 30px;
  background: linear-gradient(135deg, #3d0a7e 0%, #7d2fd2 52%, #b977f1 100%);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 1.8vw, 1.8rem);
  font-weight: 800;
  line-height: 1.25;
  box-shadow: 0 28px 58px rgba(90, 42, 134, 0.24);
}

.quote-author {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: -78px 0 8px 48px;
  color: #fff;
}

.quote-author span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  font-weight: 900;
}

.quote-author small {
  grid-column: 2;
  opacity: 0.86;
}

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

.sector-grid article {
  min-height: 84px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: #2a2435;
  font-weight: 850;
  text-align: center;
}

.reference-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 54px;
}

.reference-process article {
  min-height: 248px;
  padding: 28px;
  border-radius: 24px;
}

.reference-process strong {
  color: rgba(123, 46, 195, 0.34);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  line-height: 1;
}

.reference-process h3 {
  margin: 20px 0 12px;
  color: #171022;
  font-size: 1.35rem;
}

.home-cta-section {
  align-items: stretch;
  width: min(1088px, calc(100% - 48px));
  margin: 0 auto clamp(72px, 8vw, 118px);
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(53, 20, 92, 0.12);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 24px 62px rgba(53, 20, 92, 0.11);
}

.home-cta-copy {
  display: grid;
  align-content: center;
  padding: clamp(34px, 6vw, 64px);
  background: linear-gradient(135deg, #4a0f8f, #b871ee);
  color: #fff;
}

.home-cta-copy h2,
.home-cta-copy .section-kicker,
.home-cta-copy li {
  color: #fff;
}

.home-cta-copy li::before {
  background: rgba(255, 255, 255, 0.2);
}

.home-cta-form {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(34px, 6vw, 64px);
}

.home-cta-form h3 {
  margin: 0;
  color: #171022;
  font-size: 1.8rem;
}

.home-cta-form .button {
  justify-self: start;
}

.home-cta-form small {
  color: var(--muted);
  line-height: 1.5;
}

.partners-media-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: clamp(32px, 6vw, 86px);
  align-items: center;
  background:
    radial-gradient(circle at 86% 12%, rgba(184, 113, 238, 0.16), transparent 28%),
    #fbf9fc;
  border-top: 1px solid rgba(53, 20, 92, 0.1);
}

.partners-media-copy {
  display: grid;
  gap: 14px;
}

.partners-media-copy h2 {
  margin: 0;
  color: #171022;
  font-size: clamp(2.7rem, 4.8vw, 4.9rem);
  line-height: 0.98;
}

.partners-media-copy p {
  max-width: 650px;
  margin: 0;
  color: #5f5a68;
  font-size: 1.12rem;
  line-height: 1.68;
}

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

.media-share-grid article {
  display: grid;
  grid-template-rows: 160px auto auto;
  gap: 12px;
  min-height: 338px;
  padding: 14px;
  border: 1px solid rgba(53, 20, 92, 0.13);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(53, 20, 92, 0.06);
}

.media-share-grid img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  padding: 12px;
  border-radius: 18px;
  background: linear-gradient(135deg, #f6f0ff, #fff);
}

.media-share-grid h3 {
  margin: 0;
  color: #171022;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
}

.media-share-grid p {
  margin: 0;
  color: #625d6c;
  line-height: 1.5;
}

.faq-list {
  width: min(830px, 100%);
  display: grid;
  margin: 36px auto 0;
  overflow: hidden;
  border: 1px solid rgba(53, 20, 92, 0.13);
  border-radius: 28px;
  background: #fff;
}

.faq-list details {
  border-width: 0 0 1px;
  border-radius: 0;
  box-shadow: none;
}

.faq-list details:last-child {
  border-bottom: 0;
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 86px;
  padding: 0 28px;
  color: #171022;
  font-size: 1.14rem;
  font-weight: 850;
  cursor: pointer;
}

.faq-list summary::after {
  content: "+";
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f0dcff;
  color: #6c20b6;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  margin: -8px 28px 28px;
}

.reference-home .site-footer {
  background: #3f0d78;
}

.reference-home .footer-brand {
  align-items: start;
}

.reference-home .footer-brand strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
}

.reference-home .footer-brand p {
  max-width: 480px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
}

.lp-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
  gap: 36px;
  align-items: center;
}

.lp-feature-list,
.faq-grid,
.process-grid,
.category-grid {
  display: grid;
  gap: 14px;
}

.lp-feature-list article,
.faq-grid article,
.process-grid article,
.category-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(23, 21, 31, 0.05);
}

.lp-feature-list article {
  display: grid;
  gap: 6px;
  padding: 20px;
}

.lp-feature-list strong,
.faq-grid h3,
.process-grid h3 {
  color: var(--violet-dark);
}

.lp-feature-list span,
.faq-grid p,
.process-grid p {
  color: var(--muted);
  line-height: 1.55;
}

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

.category-grid article {
  min-height: 92px;
  display: grid;
  place-items: center;
  padding: 18px;
  color: var(--violet-dark);
  font-weight: 950;
  text-align: center;
}

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

.process-grid article {
  padding: 20px;
}

.process-grid strong {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mint-soft);
  color: var(--mint);
  font-size: 1.2rem;
}

.process-grid h3,
.faq-grid h3 {
  margin: 14px 0 8px;
  line-height: 1.2;
}

.process-grid p,
.faq-grid p {
  margin: 0;
}

.lp-certificate {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.lp-certificate img {
  border-radius: 8px;
}

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

.faq-grid article {
  padding: 20px;
}

.page-hero {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: 64px clamp(18px, 6%, 84px) 34px;
  background: linear-gradient(135deg, #ffffff 0%, #f5f0ff 58%, #e9f8f4 100%);
}

.page-hero .section-heading {
  margin-bottom: 0;
}

.filters,
.admin-toolbar {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(170px, 0.5fr));
  gap: 12px;
  align-items: end;
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(23, 21, 31, 0.04);
}

label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 800;
}

label span {
  font-size: 0.86rem;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cfccd9;
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
  color: var(--ink);
  outline: none;
}

textarea {
  min-height: 118px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--violet);
  box-shadow: 0 0 0 3px rgba(90, 42, 134, 0.12);
}

.results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 20px 0 16px;
}

.results-head strong {
  color: var(--violet-dark);
}

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

.entity-card,
.admin-card,
.criteria-grid article,
.level-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(23, 21, 31, 0.05);
}

.entity-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: 172px minmax(0, 1fr);
}

.entity-cover {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #e8f7f2, #f5efff);
}

.entity-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.entity-rank {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(23, 21, 31, 0.78);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 900;
}

.entity-seal {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #fff;
  padding: 4px;
  box-shadow: 0 10px 22px rgba(23, 21, 31, 0.22);
}

.entity-body {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.entity-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  background: #f2f0f7;
  color: var(--violet-dark);
  font-size: 0.76rem;
  font-weight: 900;
}

.pill.mint {
  background: var(--mint-soft);
  color: var(--mint);
}

.pill.gold {
  background: #fff4d8;
  color: var(--gold);
}

.pill.rose {
  background: #ffe8f0;
  color: var(--rose);
}

.entity-body h3,
.admin-card h3 {
  margin: 0;
  color: var(--violet-dark);
  font-size: 1.25rem;
  line-height: 1.18;
}

.entity-body p,
.admin-card p,
.criteria-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.score-line {
  display: grid;
  gap: 8px;
}

.score-line div {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #eceaf2;
}

.score-line span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--mint), var(--violet));
}

.score-line strong {
  color: var(--ink);
  font-size: 0.92rem;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.tag-list span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border: 1px solid rgba(90, 42, 134, 0.12);
  border-radius: 8px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.application-section {
  background: #fff;
}

.application-form {
  display: grid;
  gap: 18px;
  max-width: 1120px;
}

fieldset {
  margin: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

legend {
  padding: 0 8px;
  color: var(--violet-dark);
  font-weight: 950;
}

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

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

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.check-card,
.terms {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-weight: 800;
  line-height: 1.45;
}

.check-card input,
.terms input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.upload-box {
  min-height: 112px;
  place-items: center;
  border: 1px dashed rgba(90, 42, 134, 0.42);
  border-radius: 8px;
  background: #fbfaff;
  text-align: center;
}

.upload-box input {
  max-width: 420px;
  border: 0;
  background: transparent;
}

.photo-preview,
.dialog-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.photo-preview img,
.dialog-photo-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
}

.terms {
  max-width: 1120px;
}

.form-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

#application-feedback {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.success-panel {
  max-width: 1120px;
  margin-top: 20px;
  padding: 22px;
  border: 1px solid rgba(18, 131, 107, 0.2);
  border-radius: 8px;
  background: var(--mint-soft);
}

.success-panel h3 {
  margin: 0 0 10px;
  color: var(--mint);
}

.success-panel p {
  margin: 6px 0;
  color: var(--ink);
  line-height: 1.55;
}

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

.criteria-grid article {
  padding: 18px;
}

.criteria-grid strong {
  color: var(--mint);
  font-size: 1.45rem;
}

.criteria-grid h3 {
  margin: 10px 0 8px;
  color: var(--violet-dark);
  line-height: 1.2;
}

.level-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.level-grid article {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 18px;
  text-align: center;
}

.level-grid img {
  width: 112px;
  height: 112px;
}

.level-grid strong {
  color: var(--violet-dark);
  font-size: 1.1rem;
}

.level-grid span {
  color: var(--muted);
  font-weight: 800;
}

.admin-section {
  background: #fff;
}

.admin-panel-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.admin-login-section {
  min-height: calc(100vh - 210px);
  align-items: center;
}

.admin-login-form {
  width: min(420px, 100%);
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

#admin-login-feedback {
  margin: 0;
  color: var(--rose);
  font-weight: 800;
}

.admin-toolbar {
  grid-template-columns: minmax(180px, 0.3fr) minmax(260px, 1fr);
}

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

.admin-card {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.admin-card-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.admin-data {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  color: var(--muted);
  font-size: 0.9rem;
}

.admin-data strong {
  color: var(--ink);
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.code-box {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid #d6d2e3;
  border-radius: 8px;
  background: #fbfaff;
}

.code-box textarea {
  min-height: 96px;
  color: #2f2440;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.82rem;
}

.entity-dialog {
  width: min(980px, calc(100% - 28px));
  max-height: 88vh;
  padding: 0;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(23, 21, 31, 0.3);
}

.entity-dialog::backdrop {
  background: rgba(23, 21, 31, 0.46);
}

.dialog-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-size: 1.4rem;
  line-height: 1;
}

.dialog-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.65fr);
  gap: 0;
}

.dialog-main,
.dialog-side {
  padding: 28px;
}

.dialog-main {
  border-right: 1px solid var(--line);
}

.dialog-title {
  margin: 0 42px 8px 0;
  color: var(--violet-dark);
  font-size: 2rem;
  line-height: 1.1;
}

.dialog-section {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.dialog-section h3 {
  margin: 0;
  color: var(--violet-dark);
}

.comment-list {
  display: grid;
  gap: 10px;
  max-height: 280px;
  overflow: auto;
  padding-right: 4px;
}

.comment-item {
  display: grid;
  gap: 6px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.comment-item.sentiment-positive {
  border-color: rgba(15, 121, 101, 0.22);
}

.comment-item.sentiment-negative {
  border-color: rgba(196, 73, 105, 0.28);
}

.comment-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.comment-item strong {
  color: var(--ink);
}

.comment-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.comment-form {
  display: grid;
  gap: 10px;
}

.finder-page {
  background: #f6f7fb;
}

.finder-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
  padding: 54px clamp(18px, 5vw, 72px) 28px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.finder-hero .section-heading {
  max-width: 820px;
  margin: 0;
}

.finder-hero h1 {
  margin: 8px 0 10px;
  color: var(--violet-dark);
  font-size: clamp(2rem, 4.2vw, 4.35rem);
  line-height: 0.98;
}

.finder-section {
  padding: 18px clamp(18px, 4vw, 56px) 58px;
}

.catalog-page .finder-section {
  padding-bottom: 78px;
}

.business-search {
  position: sticky;
  z-index: 12;
  top: 77px;
  display: grid;
  grid-template-columns: minmax(220px, 1.35fr) repeat(4, minmax(118px, 0.58fr));
  gap: 10px;
  align-items: end;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(23, 21, 31, 0.07);
  backdrop-filter: blur(18px);
}

.business-search .wide {
  grid-column: auto;
}

.finder-shell {
  display: grid;
  grid-template-columns: minmax(320px, 0.36fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin-top: 18px;
}

.finder-results-panel,
.business-profile-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(23, 21, 31, 0.05);
}

.finder-results-panel {
  position: sticky;
  top: 182px;
  max-height: calc(100vh - 206px);
  overflow: auto;
}

.finder-results-panel .results-head {
  margin: 0;
  padding: 16px;
  border-bottom: 1px solid var(--line);
}

.business-results {
  display: grid;
  gap: 0;
}

.catalog-results-panel {
  margin-top: 18px;
}

.catalog-results-panel .results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
  padding: 0 2px;
}

.catalog-results-panel .results-head span {
  color: var(--muted);
  font-weight: 800;
}

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

.business-card {
  border-bottom: 1px solid var(--line);
}

.catalog-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(23, 21, 31, 0.05);
  overflow: hidden;
}

.catalog-card,
.catalog-card:last-child,
.catalog-card:nth-child(odd),
.catalog-card:nth-last-child(-n + 2) {
  border: 1px solid var(--line);
}

.business-card:last-child {
  border-bottom: 0;
}

.business-card-button {
  width: 100%;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
}

.catalog-card-link {
  min-height: 100%;
  color: inherit;
  text-decoration: none;
}

.business-card-button:hover,
.business-card-button:focus-visible,
.business-card.is-active .business-card-button {
  background: #f8f5ff;
}

.business-thumb {
  width: 86px;
  height: 86px;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
  background: #f2f0f7;
}

.business-card-body {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.business-card-title {
  color: var(--violet-dark);
  font-weight: 950;
  line-height: 1.18;
}

.business-card-meta,
.business-card small {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.business-card-description {
  display: -webkit-box;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.business-card-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 2px;
}

.catalog-card-action {
  justify-self: start;
  margin-top: 4px;
}

.company-user-section {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.business-profile {
  min-width: 0;
}

.business-profile-card {
  overflow: hidden;
}

.profile-cover {
  position: relative;
  min-height: 240px;
  background: #eceaf2;
}

.profile-cover > img:first-child {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.profile-seal {
  position: absolute;
  right: 26px;
  bottom: -46px;
  width: 116px;
  height: 116px;
  padding: 6px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 16px 34px rgba(23, 21, 31, 0.2);
}

.profile-main {
  display: grid;
  gap: 20px;
  padding: 28px;
}

.profile-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(130px, auto);
  gap: 22px;
  align-items: start;
  padding-right: 132px;
}

.profile-title-row h2 {
  margin: 6px 0 8px;
  color: var(--violet-dark);
  font-size: clamp(1.75rem, 3vw, 3rem);
  line-height: 1.04;
}

.profile-title-row p,
.profile-section p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.profile-score {
  display: grid;
  justify-items: end;
  gap: 4px;
  text-align: right;
}

.profile-score strong {
  color: var(--ink);
  font-size: 2rem;
  line-height: 1;
}

.profile-score span:last-child {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.rating-row {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.stars {
  display: inline-flex;
  gap: 1px;
  color: #c9c5d4;
  font-size: 0.98rem;
  line-height: 1;
}

.stars .filled {
  color: var(--gold);
}

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

.profile-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.profile-stats span {
  display: grid;
  gap: 3px;
  padding: 14px;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.profile-stats span:last-child {
  border-right: 0;
}

.profile-stats strong {
  color: var(--violet-dark);
  font-size: 1.12rem;
}

.profile-section {
  display: grid;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.profile-section h3 {
  margin: 0;
  color: var(--violet-dark);
  font-size: 1.15rem;
}

.profile-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.profile-section-head span {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

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

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

.info-item {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfbfe;
}

.info-item small {
  color: var(--muted);
  font-weight: 800;
}

.info-item strong {
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.35;
}

.seal-embed-panel .code-box textarea {
  min-height: 118px;
}

.review-form {
  display: grid;
  grid-template-columns: minmax(180px, 0.45fr) minmax(220px, 1fr);
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfbfe;
}

.review-form .button {
  justify-self: start;
}

.star-input {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.star-input label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
  cursor: pointer;
  font-weight: 900;
}

.star-input input {
  width: 16px;
  min-height: 16px;
}

.star-input label:has(input:checked) {
  border-color: rgba(183, 121, 31, 0.42);
  background: #fff8e8;
  color: var(--gold);
}

.profile-comments {
  display: grid;
  gap: 10px;
}

.comment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.comment-responses {
  display: grid;
  gap: 8px;
  margin-top: 4px;
}

.comment-analysis {
  display: grid;
  gap: 5px;
  padding: 12px;
  border: 1px solid rgba(90, 42, 134, 0.12);
  border-radius: 8px;
  background: #fbfbfe;
}

.comment-analysis strong {
  color: var(--violet-dark);
}

.comment-analysis p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.comment-response {
  display: grid;
  gap: 4px;
  padding: 10px;
  border-left: 3px solid var(--mint);
  border-radius: 0 8px 8px 0;
  background: var(--mint-soft);
}

.comment-response strong {
  color: var(--mint);
}

.response-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px dashed var(--line);
}

.response-form label {
  min-width: 0;
}

.response-form textarea {
  min-height: 74px;
}

.home-platform-section {
  padding: 74px clamp(18px, 6%, 84px);
  background: #fff;
  border-top: 1px solid var(--line);
}

.home-search-panel {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(170px, 0.4fr) minmax(170px, 0.4fr) auto;
  gap: 12px;
  align-items: end;
  max-width: 1120px;
  margin: 0 auto 22px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfbfe;
}

.home-dynamic-grid,
.home-review-grid,
.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-company-card,
.mini-review,
.auth-card,
.dashboard-grid article,
.notification-item,
.legal-content {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(23, 21, 31, 0.05);
}

.home-company-card {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px;
}

.home-company-card img {
  width: 84px;
  height: 84px;
}

.home-company-card h3,
.mini-review h3,
.auth-card h2,
.dashboard-grid h3 {
  margin: 8px 0 6px;
  color: var(--violet-dark);
  line-height: 1.16;
}

.home-company-card p,
.mini-review p,
.auth-card small,
.review-login-cta p,
.legal-content p {
  color: var(--muted);
  line-height: 1.55;
}

.mini-review {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.mini-review p {
  margin: 0;
}

.mini-review small,
.form-note {
  color: var(--muted);
  font-weight: 800;
}

.auth-section,
.company-access-section {
  background: #fff;
}

.auth-shell {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 1040px;
}

.auth-card,
.settings-form,
.company-edit-form {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.session-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(18, 131, 107, 0.24);
  border-radius: 8px;
  background: var(--mint-soft);
  color: var(--mint);
  font-weight: 900;
}

.session-chip button {
  min-height: 30px;
  border: 0;
  border-radius: 8px;
  padding: 0 9px;
  background: #fff;
  color: var(--mint);
  font-weight: 900;
}

.review-login-cta {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px dashed rgba(90, 42, 134, 0.3);
  border-radius: 8px;
  background: #fbfaff;
}

.criteria-rating-grid,
.criteria-inputs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.criteria-rating-grid div {
  display: grid;
  gap: 7px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfbfe;
}

.criteria-rating-grid strong {
  color: var(--violet-dark);
  font-size: 0.9rem;
}

.criteria-rating-grid span {
  display: grid;
  gap: 4px;
  color: var(--muted);
  font-weight: 800;
}

.review-photo {
  width: min(220px, 100%);
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.document-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.admin-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.admin-summary article {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.admin-summary strong {
  color: var(--violet-dark);
  font-size: 2rem;
}

.admin-summary span {
  color: var(--muted);
  font-weight: 800;
}

.admin-module {
  display: grid;
  gap: 16px;
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.notification-list {
  display: grid;
  gap: 10px;
}

.notification-item {
  display: grid;
  gap: 6px;
  padding: 14px;
}

.notification-item.warning {
  border-color: rgba(183, 121, 31, 0.26);
  background: #fff8e8;
}

.notification-item strong {
  color: var(--violet-dark);
}

.notification-item p,
.notification-item small {
  margin: 0;
  color: var(--muted);
}

.company-dashboard {
  background: #fff;
}

.company-insights {
  display: grid;
  gap: 18px;
  margin-bottom: 22px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfbfe;
  box-shadow: 0 14px 32px rgba(23, 21, 31, 0.05);
}

.company-insights-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.company-insights-head h2 {
  margin: 6px 0 0;
  color: var(--violet-dark);
  font-size: clamp(1.45rem, 2.5vw, 2.2rem);
  line-height: 1.08;
}

.company-score-card {
  min-width: 170px;
  display: grid;
  gap: 3px;
  justify-items: end;
  padding: 14px;
  border: 1px solid rgba(90, 42, 134, 0.16);
  border-radius: 8px;
  background: #fff;
  text-align: right;
}

.company-score-card strong {
  color: var(--violet-dark);
  font-size: 2.5rem;
  line-height: 1;
}

.company-score-card span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
}

.company-metric-grid,
.company-analytics-grid {
  display: grid;
  gap: 12px;
}

.company-metric-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.company-metric-grid article,
.company-metric-grid div,
.company-analysis-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.company-metric-grid article,
.company-metric-grid div {
  display: grid;
  gap: 4px;
  padding: 16px;
}

.company-metric-grid strong {
  color: var(--violet-dark);
  font-size: 1.8rem;
  line-height: 1;
}

.company-metric-grid span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 900;
}

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

.company-analysis-card {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 18px;
}

.company-analysis-card.wide {
  grid-column: 1 / -1;
}

.company-analysis-card h3 {
  margin: 0;
  color: var(--violet-dark);
  font-size: 1.08rem;
}

.suggestion-list {
  display: grid;
  gap: 10px;
}

.suggestion-list p {
  margin: 0;
  padding: 12px;
  border-left: 3px solid var(--violet);
  border-radius: 0 8px 8px 0;
  background: #f7f2ff;
  color: var(--ink);
  line-height: 1.45;
}

.comment-volume-chart {
  min-height: 190px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  align-items: end;
  padding-top: 8px;
}

.comment-volume-chart span {
  min-width: 0;
  display: grid;
  grid-template-rows: minmax(112px, 1fr) auto auto;
  gap: 5px;
  justify-items: center;
}

.comment-volume-chart i {
  align-self: end;
  width: min(34px, 80%);
  height: var(--bar-height, 4%);
  min-height: 4px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, var(--violet), var(--mint));
}

.comment-volume-chart strong {
  color: var(--violet-dark);
  font-size: 0.9rem;
}

.comment-volume-chart small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dashboard-grid {
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  align-items: start;
}

.dashboard-grid article {
  display: grid;
  gap: 14px;
  padding: 20px;
}

.dashboard-seal {
  width: 132px;
  height: 132px;
}

.legal-content {
  max-width: 920px;
  margin: 0 auto;
  padding: 28px;
}

.legal-content h2 {
  margin: 22px 0 8px;
  color: var(--violet-dark);
}

.legal-content h2:first-child {
  margin-top: 0;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 34px clamp(18px, 6%, 84px);
  background: #111018;
  color: #e9e6f1;
}

.site-footer img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
}

.site-footer p {
  margin: 0;
  font-weight: 800;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.footer-links a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 8px;
  color: rgba(233, 230, 241, 0.78);
  text-decoration: none;
  font-weight: 800;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 24px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: #fff;
  font-weight: 800;
}

.stitch-home {
  background: #f8f9ff;
  color: #1e293b;
}

.stitch-home main {
  padding-top: 0;
}

.stitch-home .site-header {
  min-height: 74px;
  padding: 10px clamp(20px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(203, 213, 225, 0.55);
  box-shadow: 0 10px 30px rgba(30, 41, 59, 0.04);
  backdrop-filter: blur(14px);
}

.stitch-home .brand img {
  width: 42px;
  height: 42px;
  filter: none;
}

.stitch-home .brand strong {
  font-family: inherit;
  color: #6d28d9;
  font-size: 1.08rem;
  letter-spacing: 0;
}

.stitch-home .brand small {
  color: #64748b;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stitch-home .top-nav {
  gap: clamp(6px, 1.5vw, 22px);
}

.stitch-home .top-nav a {
  min-height: 48px;
  padding: 0 8px;
  color: #475569;
  font-size: 0.85rem;
  font-weight: 800;
}

.stitch-home .top-nav a:hover,
.stitch-home .top-nav a:focus-visible {
  background: #ede9fe;
  color: #6d28d9;
}

.stitch-home .top-nav .nav-cta,
.stitch-home .button.primary {
  border: 0;
  border-radius: 8px;
  background: #6d28d9;
  color: #fff;
  box-shadow: 0 12px 26px rgba(109, 40, 217, 0.24);
}

.stitch-home .top-nav .nav-cta {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
}

.stitch-home .top-nav .nav-cta::after,
.stitch-home .button.primary::after {
  content: none;
}

.stitch-home .button {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 8px;
  font-size: 0.92rem;
}

.stitch-home .button.ghost,
.stitch-home .button.subtle {
  background: #fff;
  border-color: #e2e8f0;
  color: #1e293b;
  box-shadow: none;
}

.stitch-home .reference-hero {
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.72fr);
  gap: clamp(32px, 6vw, 92px);
  min-height: 760px;
  padding: clamp(86px, 10vw, 148px) clamp(22px, 5vw, 72px) 78px;
  background:
    radial-gradient(circle at 72% 20%, rgba(237, 233, 254, 0.9), transparent 30%),
    linear-gradient(135deg, #f8f9ff 0%, #f3f1ff 62%, #fafbff 100%);
}

.stitch-home .reference-hero-copy {
  max-width: 780px;
}

.stitch-home .soft-pill {
  min-height: 30px;
  padding: 0 12px;
  border: 0;
  background: #ede9fe;
  color: #4c1d95;
  font-size: 0.74rem;
  font-weight: 950;
}

.stitch-home .soft-pill span {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  color: #6d28d9;
}

.stitch-home .reference-hero h1,
.stitch-home .manifest-section h2,
.stitch-home .benefits-section h2,
.stitch-home .process-section .section-heading h2,
.stitch-home .home-cta-section h2,
.stitch-home .criteria-section .section-heading h2 {
  font-family: inherit;
  letter-spacing: 0;
}

.stitch-home .reference-hero h1 {
  max-width: 760px;
  margin: 28px 0 24px;
  color: #1e293b;
  font-size: clamp(2.85rem, 5.85vw, 5.2rem);
  line-height: 0.92;
  font-weight: 950;
}

.stitch-home .reference-hero h1 em {
  display: inline;
  color: #6d28d9;
  font-style: normal;
}

.stitch-home .reference-hero p {
  max-width: 650px;
  color: #64748b;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.62;
}

.stitch-home .hero-actions {
  gap: 14px;
  margin-top: 30px;
}

.stitch-home .hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 24px;
}

.stitch-home .hero-links a {
  color: #6d28d9;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 900;
}

.stitch-home .hero-links a + a {
  color: #64748b;
}

.stitch-home .reference-hero-card {
  position: relative;
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  justify-self: end;
}

.stitch-home .hero-image-frame {
  width: min(430px, 88vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #030305;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.16);
}

.stitch-home .reference-hero-card img {
  width: 78%;
  max-width: none;
  border-radius: 50%;
  filter: drop-shadow(0 18px 28px rgba(109, 40, 217, 0.2));
}

.stitch-home .floating-badge {
  right: auto;
  left: -30px;
  bottom: -26px;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-width: 282px;
  padding: 18px 22px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.16);
}

.stitch-home .floating-badge strong {
  color: #1e293b;
  font-size: 0.94rem;
}

.stitch-home .floating-badge small {
  display: block;
  margin-top: 3px;
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 700;
}

.stitch-home .badge-mark {
  color: #6d28d9;
  font-size: 1.42rem;
  font-weight: 950;
}

.stitch-home .reference-stats {
  gap: 0;
  padding: 46px clamp(22px, 5vw, 72px);
  background: #fff;
}

.stitch-home .reference-stats div {
  min-height: 82px;
  justify-items: center;
  text-align: center;
  padding: 12px;
  background: transparent;
}

.stitch-home .reference-stats strong {
  color: #6d28d9;
  font-family: inherit;
  font-size: clamp(2.1rem, 3vw, 3.2rem);
  font-weight: 950;
}

.stitch-home .reference-stats span {
  color: #64748b;
  font-size: 0.9rem;
}

.stitch-home .home-platform-section {
  padding: clamp(92px, 10vw, 142px) clamp(22px, 5vw, 72px);
  background: #f8f9ff;
  border: 0;
}

.stitch-home .section-heading.center {
  margin-bottom: 50px;
}

.stitch-home .eyebrow,
.stitch-home .section-kicker {
  color: #6d28d9;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.stitch-home .section-heading h2 {
  color: #1e293b;
  font-size: clamp(2.15rem, 4vw, 3.8rem);
  font-weight: 900;
  line-height: 1.08;
}

.stitch-home .section-heading p {
  max-width: 730px;
  color: #64748b;
  font-size: 1.04rem;
  line-height: 1.55;
}

.stitch-home .home-search-panel {
  max-width: 1160px;
  grid-template-columns: minmax(280px, 1fr) minmax(210px, 0.36fr) minmax(210px, 0.36fr) auto;
  gap: 16px;
  margin-bottom: 0;
  padding: 28px;
  border-color: #e2e8f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.1);
}

.stitch-home .home-search-panel label {
  gap: 8px;
  color: #1e293b;
}

.stitch-home .home-search-panel label span {
  color: #334155;
  font-size: 0.76rem;
  font-weight: 950;
}

.stitch-home .home-search-panel input,
.stitch-home .home-search-panel select {
  min-height: 48px;
  border-color: #e2e8f0;
  background: #f8fafc;
  color: #334155;
}

.stitch-home .manifest-section {
  padding: clamp(88px, 9vw, 130px) clamp(22px, 5vw, 72px);
  background:
    radial-gradient(circle at 96% 20%, rgba(109, 40, 217, 0.12), transparent 24%),
    #1e293b;
  border: 0;
  color: #fff;
}

.stitch-home .manifest-grid {
  width: min(1280px, 100%);
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.05fr);
  align-items: center;
}

.stitch-home .manifest-section .section-kicker {
  display: block;
  width: min(1280px, 100%);
  margin: 0 auto 18px;
  color: #c4b5fd;
}

.stitch-home .manifest-grid h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.45rem, 4.6vw, 4.9rem);
  font-weight: 950;
}

.stitch-home .manifest-grid div {
  padding-left: clamp(28px, 5vw, 64px);
  border-left: 4px solid #7c3aed;
}

.stitch-home .manifest-grid p {
  color: rgba(248, 250, 252, 0.76);
}

.stitch-home .manifest-grid strong,
.stitch-home .manifest-grid em {
  color: #fff;
}

.stitch-home .criteria-section,
.stitch-home .process-section {
  padding: clamp(92px, 10vw, 142px) clamp(22px, 5vw, 72px);
  background: #fff;
}

.stitch-home .pillar-grid {
  width: min(1180px, 100%);
  margin: 58px auto 0;
  gap: 26px;
}

.stitch-home .pillar-grid article {
  min-height: 222px;
  padding: 30px;
  border-color: #edf2f7;
  border-radius: 8px;
  background: #f8fafc;
  box-shadow: none;
}

.stitch-home .pillar-grid span {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #7c3aed;
  color: #fff;
}

.stitch-home .pillar-grid h3,
.stitch-home .reference-process h3 {
  font-family: inherit;
  color: #1e293b;
  font-size: 1.12rem;
  font-weight: 900;
}

.stitch-home .pillar-grid p,
.stitch-home .reference-process p {
  color: #64748b;
  font-size: 0.94rem;
}

.stitch-home .partner-strip {
  min-height: 130px;
  padding: 28px clamp(22px, 5vw, 72px);
  border: 0;
  background: #f8f9ff;
  opacity: 1;
}

.stitch-home .partner-strip span {
  color: #94a3b8;
  font-size: 0.76rem;
}

.stitch-home .partner-strip strong {
  color: #475569;
  font-family: inherit;
  font-size: 0.94rem;
  font-weight: 850;
}

.stitch-home .benefits-section {
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 0.96fr);
  align-items: center;
  padding: clamp(92px, 10vw, 142px) clamp(22px, 5vw, 72px);
  background: #f8f9ff;
}

.stitch-home .benefits-panel blockquote {
  position: relative;
  padding: 42px 38px 36px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  color: #1e293b;
  font-family: inherit;
  font-size: clamp(1.02rem, 1.4vw, 1.32rem);
  font-style: italic;
  font-weight: 650;
  line-height: 1.58;
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.08);
}

.stitch-home .benefits-panel blockquote::before {
  content: "“";
  position: absolute;
  right: 22px;
  top: -22px;
  color: #7c3aed;
  font-size: 4.8rem;
  font-weight: 950;
  line-height: 1;
}

.stitch-home .quote-author {
  grid-template-columns: 48px minmax(0, 1fr);
  margin: -18px 0 18px 26px;
  color: #1e293b;
}

.stitch-home .quote-author span {
  background: #ede9fe;
  color: #6d28d9;
}

.stitch-home .quote-author small {
  color: #64748b;
  opacity: 1;
}

.stitch-home .sector-grid article {
  min-height: 64px;
  border-color: #e2e8f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
  color: #475569;
  font-size: 0.92rem;
}

.stitch-home .benefits-copy h2 {
  color: #1e293b;
  font-size: clamp(2.35rem, 4.2vw, 4.6rem);
  font-weight: 950;
}

.stitch-home .benefits-copy p,
.stitch-home .home-cta-form p {
  color: #64748b;
}

.stitch-home .check-list li {
  color: #475569;
  font-size: 1rem;
}

.stitch-home .check-list li::before,
.stitch-home .home-cta-copy li::before {
  background: #ede9fe;
  color: #6d28d9;
}

.stitch-home .process-section {
  background: #f8f9ff;
}

.stitch-home .reference-process {
  width: min(1180px, 100%);
  margin: 58px auto 0;
  gap: 28px;
}

.stitch-home .reference-process article {
  min-height: 190px;
  padding: 22px 8px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.stitch-home .reference-process strong {
  color: rgba(203, 213, 225, 0.38);
  font-family: inherit;
  font-size: clamp(3rem, 5vw, 5.4rem);
  font-weight: 950;
}

.stitch-home .home-cta-section {
  position: relative;
  width: min(1160px, calc(100% - 44px));
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.56fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  margin: 0 auto clamp(84px, 10vw, 136px);
  padding: clamp(42px, 6vw, 72px);
  border: 0;
  border-radius: 28px;
  background: #6d28d9;
  box-shadow: 0 28px 70px rgba(109, 40, 217, 0.24);
}

.stitch-home .home-cta-section::after {
  content: "";
  position: absolute;
  inset: auto -8% -42% 18%;
  height: 80%;
  border: 3px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.stitch-home .home-cta-copy {
  z-index: 1;
  padding: 0;
  background: transparent;
}

.stitch-home .home-cta-copy h2 {
  max-width: 560px;
  font-size: clamp(2.45rem, 5.2vw, 5.2rem);
  font-weight: 950;
}

.stitch-home .home-cta-copy .section-kicker {
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.stitch-home .home-cta-copy li {
  color: #ede9fe;
}

.stitch-home .home-cta-form {
  z-index: 1;
  padding: 34px;
  border-radius: 12px;
  background: #fff;
}

.stitch-home .home-cta-form h3 {
  color: #1e293b;
  font-size: 1.7rem;
  font-weight: 950;
}

.stitch-home .home-cta-form .button {
  width: 100%;
  justify-content: center;
}

.stitch-home .cta-secondary-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.stitch-home .site-footer {
  background: #1e293b;
}

.stitch-home .footer-brand strong {
  font-family: inherit;
  color: #fff;
}

@media (max-width: 1080px) {
  .hero,
  .lp-hero,
  .lp-split,
  .dialog-layout,
  .reference-hero,
  .manifest-grid,
  .benefits-section,
  .home-cta-section,
  .partners-media-section {
    grid-template-columns: 1fr;
  }

  .reference-home .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .reference-home .top-nav {
    justify-content: flex-start;
  }

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

  .business-search {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-search-panel,
  .home-dynamic-grid,
  .home-review-grid,
  .admin-summary,
  .criteria-rating-grid,
  .criteria-inputs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .finder-results-panel {
    position: static;
    max-height: none;
  }

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

  .business-card:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .business-card:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .profile-title-row {
    padding-right: 0;
  }

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

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

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

  .auth-shell,
  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .reference-hero {
    min-height: 0;
  }

  .reference-hero-card {
    min-height: 340px;
  }

  .reference-stats,
  .pillar-grid,
  .reference-process,
  .media-share-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero h1,
  .lp-hero h1 {
    font-size: 3.3rem;
  }

  .stats-strip,
  .entity-grid,
  .criteria-grid,
  .category-grid,
  .process-grid,
  .faq-grid,
  .feature-tiles,
  .asset-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seal-library {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lp-hero-seal {
    justify-self: start;
    width: min(220px, 46vw);
  }

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

  .dialog-main {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 760px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .top-nav {
    justify-content: flex-start;
  }

  .hero {
    min-height: 0;
    padding-top: 46px;
  }

  .reference-home .site-header {
    padding: 14px 18px;
  }

  .reference-home .brand strong {
    font-size: 1.16rem;
  }

  .reference-home .brand small {
    font-size: 0.72rem;
  }

  .reference-home .top-nav {
    gap: 6px;
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .reference-home .top-nav::-webkit-scrollbar {
    display: none;
  }

  .reference-home .top-nav a {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 0 9px;
    font-size: 0.88rem;
  }

  .finder-hero {
    align-items: start;
    padding: 34px 18px 22px;
  }

  .finder-hero h1 {
    font-size: clamp(2rem, 9vw, 2.8rem);
    line-height: 1.02;
  }

  .finder-hero .button {
    width: 100%;
    justify-content: center;
  }

  .finder-section {
    padding: 14px 18px 44px;
  }

  .business-search {
    position: static;
    grid-template-columns: 1fr;
  }

  .home-search-panel,
  .home-dynamic-grid,
  .home-review-grid,
  .auth-shell,
  .dashboard-grid,
  .admin-summary,
  .complaint-search-grid,
  .criteria-rating-grid,
  .criteria-inputs {
    grid-template-columns: 1fr;
  }

  .complaint-result-card,
  .complaint-selected {
    grid-template-columns: 1fr;
  }

  .complaint-result-card .button,
  .complaint-selected .button {
    width: 100%;
    justify-content: center;
  }

  .business-results {
    grid-template-columns: 1fr;
  }

  .business-card,
  .business-card:nth-child(odd) {
    border-right: 0;
  }

  .business-card:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .business-card:last-child {
    border-bottom: 0;
  }

  .business-card-button {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .business-thumb {
    width: 72px;
    height: 72px;
  }

  .profile-cover > img:first-child {
    height: 210px;
  }

  .profile-seal {
    right: 18px;
    bottom: -38px;
    width: 92px;
    height: 92px;
  }

  .profile-main {
    padding: 22px 18px;
  }

  .profile-title-row,
  .review-form,
  .profile-stats,
  .access-role-switch,
  .company-metric-grid,
  .company-analytics-grid,
  .info-grid,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .company-insights {
    padding: 18px;
  }

  .company-insights-head {
    align-items: stretch;
    flex-direction: column;
  }

  .company-score-card {
    min-width: 0;
    justify-items: start;
    text-align: left;
  }

  .profile-score {
    justify-items: start;
    text-align: left;
  }

  .profile-section-head,
  .comment-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .profile-stats span {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .profile-stats span:last-child {
    border-bottom: 0;
  }

  .reference-home .top-nav .nav-cta {
    width: auto;
    justify-content: center;
  }

  .reference-home .button {
    width: 100%;
    min-height: 54px;
    padding: 0 18px;
    text-align: center;
  }

  .reference-hero {
    gap: 18px;
    padding: 30px 18px 26px;
  }

  .reference-hero h1 {
    margin: 22px 0 14px;
    font-size: clamp(2.18rem, 9.35vw, 2.6rem);
  }

  .reference-hero p {
    font-size: 1rem;
  }

  .reference-hero-card {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    justify-items: start;
    min-height: 0;
    padding: 14px;
    border-radius: 20px;
  }

  .reference-hero-card img {
    width: 86px;
  }

  .floating-badge {
    position: static;
    width: 100%;
    min-width: 0;
    margin-top: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .reference-stats,
  .pillar-grid,
  .reference-process,
  .sector-grid {
    grid-template-columns: 1fr;
  }

  .reference-stats div {
    min-height: 96px;
    padding: 20px;
  }

  .reference-stats strong {
    font-size: 2rem;
  }

  .partner-strip {
    justify-content: flex-start;
    gap: 12px 22px;
    padding: 20px 18px;
  }

  .manifest-section,
  .criteria-section,
  .benefits-section,
  .process-section,
  .partners-media-section,
  .faq-reference {
    padding: 58px 18px;
  }

  .manifest-grid h2,
  .benefits-section h2,
  .home-cta-section h2,
  .partners-media-copy h2,
  .reference-home .section-heading h2 {
    font-size: clamp(2.25rem, 10vw, 3rem);
  }

  .pillar-grid,
  .reference-process {
    gap: 16px;
    margin-top: 34px;
  }

  .pillar-grid article,
  .reference-process article {
    min-height: 0;
    padding: 22px;
    border-radius: 20px;
  }

  .benefits-panel blockquote {
    font-size: 1.1rem;
    border-radius: 24px;
  }

  .quote-author {
    margin: -34px 18px 10px;
  }

  .home-cta-section {
    width: calc(100% - 36px);
    grid-template-columns: minmax(0, 1fr);
    margin-bottom: 58px;
    border-radius: 24px;
  }

  .home-cta-copy,
  .home-cta-form {
    min-width: 0;
    padding: 28px;
  }

  .media-share-grid {
    grid-template-columns: 1fr;
  }

  .media-share-grid article {
    min-height: 0;
    grid-template-rows: auto;
  }

  .faq-list summary {
    min-height: 74px;
    padding: 0 18px;
  }

  .faq-list p {
    margin: -4px 18px 22px;
    font-size: 1rem;
  }

  .hero h1,
  .lp-hero h1,
  .page-hero h1 {
    font-size: 2.45rem;
  }

  .section-heading h2,
  .section-heading h1 {
    font-size: 2.15rem;
  }

  .stats-strip,
  .entity-grid,
  .filters,
  .form-grid,
  .checkbox-grid,
  .criteria-grid,
  .category-grid,
  .process-grid,
  .faq-grid,
  .level-grid,
  .admin-toolbar,
  .admin-grid,
  .photo-preview,
    .dialog-photo-grid,
  .site-footer,
  .brand-stack,
  .feature-tiles,
  .asset-gallery {
    grid-template-columns: 1fr;
  }

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

  .asset-card.wide,
  .asset-card.tall {
    grid-column: auto;
    grid-row: auto;
  }

  .asset-card img,
  .asset-card.wide img,
  .asset-card.tall img {
    height: 240px;
  }

  .brand-stack img {
    min-height: 220px;
  }

  .redesigned-hero {
    gap: 24px;
    min-height: 0;
    padding-top: 38px;
    padding-bottom: 28px;
  }

  .redesigned-hero p {
    font-size: 1rem;
    line-height: 1.55;
  }

  .lp-hero-seal {
    width: min(128px, 42vw);
  }

  .results-head,
  .form-actions,
  .page-hero,
  .admin-panel-head,
  .footer-brand,
  .footer-links,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-hero {
    display: grid;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  fieldset,
  .dialog-main,
  .dialog-side {
    padding: 18px;
  }
}

@media (max-width: 1080px) {
  .stitch-home .reference-hero,
  .stitch-home .manifest-grid,
  .stitch-home .benefits-section,
  .stitch-home .home-cta-section {
    grid-template-columns: 1fr;
  }

  .stitch-home .reference-hero {
    min-height: 0;
  }

  .stitch-home .reference-hero-card {
    justify-self: start;
  }

  .stitch-home .hero-image-frame {
    width: min(380px, 88vw);
  }

  .stitch-home .home-search-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stitch-home .home-search-panel .wide,
  .stitch-home .home-search-panel .button {
    grid-column: 1 / -1;
  }

  .stitch-home .manifest-grid div {
    padding-left: 28px;
  }

  .stitch-home .home-cta-section {
    width: min(920px, calc(100% - 44px));
  }
}

@media (max-width: 760px) {
  .stitch-home .site-header {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px 18px;
  }

  .stitch-home .top-nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
    gap: 8px;
  }

  .stitch-home .top-nav a,
  .stitch-home .top-nav .nav-cta {
    width: 100%;
    min-height: 46px;
    justify-content: center;
    padding: 6px 8px;
    border-radius: 8px;
    text-align: center;
    font-size: 0.78rem;
    line-height: 1.14;
    white-space: normal;
  }

  .stitch-home .reference-hero {
    gap: 34px;
    padding: 46px 18px 44px;
  }

  .stitch-home .reference-hero h1 {
    margin-top: 22px;
    font-size: clamp(2.55rem, 11vw, 3.1rem);
    line-height: 0.96;
  }

  .stitch-home .hero-actions,
  .stitch-home .hero-actions .button {
    width: 100%;
  }

  .stitch-home .hero-actions .button {
    justify-content: center;
  }

  .stitch-home .hero-image-frame {
    width: min(320px, 100%);
  }

  .stitch-home .floating-badge {
    position: static;
    width: 100%;
    min-width: 0;
    margin-top: 12px;
  }

  .stitch-home .reference-stats,
  .stitch-home .pillar-grid,
  .stitch-home .reference-process,
  .stitch-home .sector-grid,
  .stitch-home .home-search-panel,
  .stitch-home .cta-secondary-actions {
    grid-template-columns: 1fr;
  }

  .stitch-home .home-platform-section,
  .stitch-home .manifest-section,
  .stitch-home .criteria-section,
  .stitch-home .benefits-section,
  .stitch-home .process-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .stitch-home .manifest-grid div {
    padding-left: 18px;
  }

  .stitch-home .home-cta-section {
    width: calc(100% - 36px);
    padding: 28px;
    border-radius: 18px;
  }

  .stitch-home .home-cta-form {
    padding: 22px;
  }
}

.platform-page {
  background: #f8f9ff;
}

.platform-page .brand span,
.company-public-page .brand span,
.site-header[data-global="header"] .brand span {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.05;
}

.platform-page .brand small,
.company-public-page .brand small,
.site-header[data-global="header"] .brand small {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.platform-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.55fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: center;
  padding: clamp(54px, 7vw, 96px) clamp(20px, 6vw, 88px) clamp(34px, 5vw, 62px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 240, 255, 0.9)),
    #fff;
  border-bottom: 1px solid rgba(53, 20, 92, 0.1);
}

.platform-hero h1 {
  max-width: 820px;
  margin: 14px 0;
  color: #171022;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 4.5vw, 4.7rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.platform-hero p,
.platform-card p,
.company-template-card p,
.criteria-bento p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.platform-hero-panel,
.platform-card,
.platform-list-card,
.company-template-card,
.criteria-bento article,
.access-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(23, 21, 31, 0.05);
}

.platform-hero-panel {
  display: grid;
  gap: 16px;
  padding: 22px;
}

.platform-hero-panel img {
  width: min(220px, 70%);
  justify-self: center;
  border-radius: 50%;
}

.platform-section {
  padding: clamp(54px, 7vw, 88px) clamp(20px, 6vw, 88px);
}

.platform-section.white {
  background: #fff;
}

.platform-stack {
  margin-top: 22px;
}

.platform-grid,
.access-grid {
  display: grid;
  gap: 18px;
}

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

.access-grid.two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 980px;
  margin: 0 auto;
}

.unified-access-section {
  display: grid;
  gap: 22px;
}

.access-role-switch {
  width: min(960px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 auto;
}

.access-role-switch button {
  display: grid;
  gap: 6px;
  min-height: 98px;
  padding: 18px;
  border: 2px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(23, 21, 31, 0.05);
}

.access-role-switch button.active {
  border-color: rgba(90, 42, 134, 0.62);
  background: #f7f2ff;
}

.access-role-switch strong {
  color: var(--violet-dark);
  font-size: 1.12rem;
  line-height: 1.12;
}

.access-role-switch span {
  color: var(--muted);
  line-height: 1.45;
}

.access-panel {
  width: min(1120px, 100%);
  display: grid;
  gap: 18px;
  margin: 0 auto;
}

.access-panel[hidden] {
  display: none;
}

.access-card {
  display: grid;
  gap: 14px;
  padding: 20px;
}

.access-card h2,
.platform-card h2,
.company-template-card h2,
.criteria-bento h3 {
  margin: 0;
  color: var(--violet-dark);
  font-size: 1.25rem;
  line-height: 1.18;
}

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

.complaint-search-panel {
  display: grid;
  gap: 14px;
}

.complaint-search-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.28fr);
  gap: 12px;
}

.complaint-search-grid .wide {
  min-width: 0;
}

.complaint-results {
  display: grid;
  gap: 10px;
}

.complaint-result-card,
.complaint-selected {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.complaint-result-card strong,
.complaint-selected strong {
  color: var(--violet-dark);
  font-size: 1.05rem;
}

.complaint-result-card p,
.complaint-result-card small,
.complaint-selected p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.complaint-selected {
  border-color: rgba(15, 121, 101, 0.28);
  background: var(--mint-soft);
}

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

.platform-form .form-grid {
  margin: 0;
}

.platform-feedback {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-weight: 850;
}

.platform-feedback[data-type="success"] {
  color: var(--mint);
}

.platform-feedback[data-type="error"] {
  color: var(--rose);
}

.platform-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.32fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.platform-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 12px;
}

.platform-card {
  display: grid;
  gap: 14px;
  padding: 20px;
}

.platform-card.compact {
  padding: 16px;
}

.platform-list {
  display: grid;
  gap: 12px;
}

.platform-list-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 16px;
}

.platform-list-card h3 {
  margin: 8px 0 5px;
  color: var(--violet-dark);
  font-size: 1.16rem;
}

.platform-list-card p,
.platform-list-card small {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.platform-card-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

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

.metric-strip article {
  display: grid;
  gap: 4px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.metric-strip strong {
  color: var(--violet-dark);
  font-size: 1.8rem;
  line-height: 1;
}

.metric-strip span {
  color: var(--muted);
  font-weight: 800;
}

.metric-strip .analytics-card.wide {
  grid-column: 1 / -1;
  gap: 14px;
}

.analytics-card h2 {
  margin: 0;
  color: var(--violet-dark);
  font-size: 1.18rem;
}

.analytics-bars {
  display: grid;
  gap: 12px;
}

.analytics-bar-row {
  display: grid;
  grid-template-columns: minmax(90px, 0.24fr) 52px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.analytics-bar-row span,
.analytics-bar-row strong {
  color: var(--violet-dark);
  font-weight: 900;
}

.analytics-bar-row strong {
  text-align: right;
}

.analytics-bar-row i {
  display: block;
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #f0ecf5;
}

.analytics-bar-row i::before {
  content: "";
  display: block;
  width: var(--bar-width, 0%);
  height: 100%;
  border-radius: inherit;
  background: var(--violet);
}

.analytics-bar-row i.mint::before {
  background: var(--mint);
}

.analytics-bar-row i.gold::before {
  background: var(--gold);
}

.analytics-bar-row i.rose::before {
  background: var(--rose);
}

.sentiment-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.audience-section {
  padding: clamp(72px, 8vw, 116px) clamp(22px, 5vw, 72px);
  background: #fff;
}

.audience-grid,
.organic-topic-grid {
  width: min(1180px, 100%);
  display: grid;
  gap: 18px;
  margin: 0 auto;
}

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

.organic-topic-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
}

.audience-card,
.organic-topic-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 100%;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
}

.audience-card strong,
.organic-topic-card strong {
  color: var(--violet-dark);
  font-size: 1.12rem;
}

.audience-card p,
.organic-topic-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.organic-topic-card a {
  width: fit-content;
  color: var(--mint);
  font-weight: 900;
  text-decoration: none;
}

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

.hub-home {
  background: #f7f3ff;
}

.hub-home .site-header {
  min-height: 76px;
  border-bottom: 1px solid rgba(76, 29, 149, 0.1);
  background: rgba(255, 255, 255, 0.96);
}

.hub-home .brand img {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #5b21b6;
}

.hub-home .brand strong {
  color: #4c1d95;
  font-size: 1.32rem;
}

.hub-home .brand small {
  color: #5b21b6;
  font-size: 0.78rem;
}

.hub-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  min-height: min(700px, calc(100svh - 76px));
  padding: clamp(34px, 5.2vw, 66px) clamp(22px, 5vw, 84px) clamp(42px, 5vw, 62px);
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(168, 85, 247, 0.44), transparent 30%),
    linear-gradient(135deg, #4c1d95 0%, #5b21b6 48%, #6d28d9 100%);
  overflow: hidden;
}

.hub-hero-copy {
  display: grid;
  gap: 18px;
  max-width: 780px;
}

.hub-trust-pill {
  width: fit-content;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 950;
}

.hub-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.85rem, 5.25vw, 4.85rem);
  line-height: 0.97;
  letter-spacing: 0;
  font-weight: 950;
}

.hub-hero p {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.04rem, 1.6vw, 1.2rem);
  line-height: 1.5;
}

.hub-search-card {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(160px, 0.36fr) minmax(150px, 0.32fr) auto;
  gap: 12px;
  width: min(860px, 100%);
  padding: 14px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 56px rgba(20, 10, 44, 0.28);
}

.hub-search-field {
  gap: 6px;
  color: #312e81;
}

.hub-search-field span {
  color: #5b21b6;
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hub-search-field input,
.hub-search-field select {
  min-height: 56px;
  border-color: #e7e1f4;
  background: #fbfaff;
  color: #312e81;
  font-weight: 800;
}

.hub-search-card .button {
  min-height: 56px;
  align-self: end;
  padding: 0 28px;
  background: #5b21b6;
  box-shadow: none;
}

.hub-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hub-chip-row span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.84);
  font-weight: 850;
}

.hub-hero-visual {
  position: relative;
  justify-self: center;
  width: min(455px, 100%);
}

.hub-hero-visual img {
  width: 100%;
  aspect-ratio: 0.78;
  object-fit: cover;
  object-position: center;
  border: 8px solid rgba(255, 255, 255, 0.22);
  border-radius: 44px;
  box-shadow: 0 28px 80px rgba(16, 8, 38, 0.36);
}

.hub-floating-card {
  position: absolute;
  right: -18px;
  bottom: -28px;
  width: min(270px, 72%);
  display: grid;
  gap: 6px;
  padding: 18px;
  border-radius: 20px;
  background: #fff;
  color: #1e1b4b;
  box-shadow: 0 18px 48px rgba(16, 8, 38, 0.22);
}

.hub-floating-card strong {
  color: #4c1d95;
}

.hub-floating-card span {
  color: #5f5a68;
  line-height: 1.45;
  font-weight: 800;
}

.hub-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: rgba(91, 33, 182, 0.16);
}

.hub-stats article {
  display: grid;
  gap: 6px;
  min-height: 118px;
  align-content: center;
  justify-items: center;
  padding: 22px;
  background: #fff;
  text-align: center;
}

.hub-stats strong {
  color: #4c1d95;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
}

.hub-stats span {
  color: #64748b;
  font-weight: 900;
}

.hub-category-section,
.hub-product-section,
.hub-marketplace-section,
.hub-seo-section {
  padding: clamp(72px, 8vw, 116px) clamp(22px, 5vw, 84px);
  background: #fff;
}

.hub-product-section,
.hub-seo-section {
  background: #f8f5ff;
}

.hub-section-head {
  width: min(1180px, 100%);
  display: grid;
  gap: 12px;
  margin: 0 auto 34px;
}

.hub-section-head.split {
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.46fr);
  align-items: end;
  gap: 24px;
}

.hub-section-head h2 {
  max-width: 860px;
  margin: 0;
  color: #1e1b4b;
  font-size: clamp(2.25rem, 4vw, 4.2rem);
  line-height: 1.02;
  font-weight: 950;
}

.hub-section-head p {
  max-width: 760px;
  margin: 0;
  color: #64748b;
  font-size: 1.04rem;
  line-height: 1.62;
}

.hub-category-grid,
.hub-product-grid,
.hub-feature-grid,
.hub-guide-list {
  width: min(1180px, 100%);
  display: grid;
  gap: 18px;
  margin: 0 auto;
}

.hub-category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hub-category-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 188px;
  padding: 24px;
  border: 1px solid #e9ddff;
  border-radius: 18px;
  background: #fbfaff;
  color: #1e1b4b;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(76, 29, 149, 0.05);
}

.hub-category-card strong {
  font-size: 1.2rem;
}

.hub-category-card span {
  color: #64748b;
  line-height: 1.55;
  font-weight: 800;
}

.hub-product-tabs {
  width: min(1180px, 100%);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto 24px;
}

.hub-product-tabs span {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 999px;
  background: #fff;
  color: #4c1d95;
  font-weight: 950;
  box-shadow: 0 8px 20px rgba(76, 29, 149, 0.08);
}

.hub-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hub-product-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 100%;
  padding: 22px;
  border: 1px solid #e9ddff;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(76, 29, 149, 0.08);
}

.hub-product-card.featured {
  border-color: #7c3aed;
  box-shadow: 0 22px 56px rgba(124, 58, 237, 0.18);
}

.hub-product-card img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  border-radius: 18px;
}

.hub-product-card h3 {
  margin: 0;
  color: #1e1b4b;
  font-size: 1.18rem;
}

.hub-product-card p {
  margin: 0;
  color: #64748b;
  line-height: 1.55;
}

.hub-product-card > strong {
  margin-top: auto;
  color: #4c1d95;
  font-size: 1.05rem;
}

.product-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #ede9fe;
  color: #5b21b6;
  font-size: 0.75rem;
  font-weight: 950;
}

.hub-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hub-feature-grid article {
  display: grid;
  gap: 12px;
  min-height: 190px;
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
}

.hub-feature-grid span {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--mint-soft);
  color: var(--mint);
  font-size: 0.76rem;
  font-weight: 950;
}

.hub-feature-grid strong {
  color: #1e1b4b;
  font-size: 1.18rem;
}

.hub-feature-grid p {
  margin: 0;
  color: #64748b;
  line-height: 1.58;
}

.hub-guide-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hub-guide-list article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 18px;
  border: 1px solid #e9ddff;
  border-radius: 16px;
  background: #fff;
}

.hub-guide-list strong {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #5b21b6;
  color: #fff;
}

.hub-guide-list span {
  color: #334155;
  line-height: 1.45;
  font-weight: 850;
}

html[data-contrast="high"] .reference-hero,
html[data-contrast="high"] .platform-hero,
html[data-contrast="high"] .page-hero,
html[data-contrast="high"] .home-platform-section,
html[data-contrast="high"] .manifest-section,
html[data-contrast="high"] .comment-cta-section {
  background: #fff;
  color: var(--ink);
}

html[data-contrast="high"] .reference-hero h1,
html[data-contrast="high"] .reference-hero p,
html[data-contrast="high"] .platform-hero h1,
html[data-contrast="high"] .platform-hero p,
html[data-contrast="high"] .manifest-grid h2,
html[data-contrast="high"] .manifest-grid p,
html[data-contrast="high"] .comment-cta-copy h2,
html[data-contrast="high"] .comment-cta-copy p {
  color: var(--ink);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.criteria-bento {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.criteria-bento article {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 220px;
  padding: 22px;
}

.criteria-bento article:nth-child(1),
.criteria-bento article:nth-child(4) {
  grid-column: span 8;
}

.criteria-bento article:nth-child(2),
.criteria-bento article:nth-child(3) {
  grid-column: span 4;
}

.criteria-bento article:nth-child(5),
.criteria-bento article:nth-child(6) {
  grid-column: span 6;
}

.criteria-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #f0dcff;
  color: #6c20b6;
  font-weight: 950;
}

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

.check-panel article {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfbfe;
}

.platform-sidebar .check-panel,
.platform-sidebar .criteria-inputs {
  grid-template-columns: 1fr;
}

.criteria-inputs div {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfbfe;
}

.criteria-inputs strong {
  color: var(--violet-dark);
}

.criteria-inputs span {
  color: var(--muted);
  font-weight: 800;
}

.company-template-hero {
  display: grid;
  grid-template-columns: minmax(170px, 0.22fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  padding: clamp(46px, 6vw, 82px) clamp(20px, 6vw, 88px);
  background: linear-gradient(135deg, #fff 0%, #f6f0ff 56%, #edf8f5 100%);
  border-bottom: 1px solid var(--line);
}

.company-template-hero h1 {
  margin: 12px 0;
  color: var(--violet-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4.2vw, 4rem);
  line-height: 1;
}

.company-logo-card {
  display: grid;
  place-items: center;
  min-height: 180px;
  padding: 22px;
  border: 1px solid rgba(90, 42, 134, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.company-logo-card img {
  width: min(160px, 90%);
  border-radius: 50%;
}

.company-logo-card {
  gap: 14px;
}

.company-logo-image {
  width: min(170px, 86%);
  max-height: 120px;
  object-fit: contain;
  border-radius: 8px;
}

.company-seal-image {
  width: min(110px, 64%);
}

.pending-seal {
  display: grid;
  place-items: center;
  width: min(160px, 100%);
  aspect-ratio: 1;
  border: 2px dashed rgba(90, 42, 134, 0.32);
  border-radius: 50%;
  color: var(--violet-dark);
  text-align: center;
  font-weight: 950;
}

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

.company-template-card {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 20px;
}

.company-template-card.wide {
  grid-column: 1 / -1;
}

.company-review {
  display: grid;
  gap: 9px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfbfe;
}

.company-review strong {
  color: var(--violet-dark);
}

.company-review p,
.company-review small {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.muted-action {
  color: var(--muted);
  pointer-events: none;
}

.complaint-flow {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.72fr);
  gap: 18px;
  align-items: start;
}

.complaint-flow .platform-card {
  position: sticky;
  top: 96px;
}

.comment-cta-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.82fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(72px, 8vw, 112px) clamp(24px, 6vw, 96px);
  background: #171022;
  color: #fff;
}

.comment-cta-copy h2 {
  margin: 12px 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 4.6vw, 4.6rem);
  line-height: 1;
}

.comment-cta-copy p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.1rem;
  line-height: 1.65;
}

.comment-cta-section .section-kicker {
  color: #d8bdff;
}

.comment-cta-section .button.ghost {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

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

.comment-service-grid article {
  min-height: 76px;
  display: grid;
  place-items: center;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.global-footer .footer-brand {
  align-items: flex-start;
}

.global-footer {
  grid-template-columns: minmax(260px, 1.15fr) minmax(220px, 0.9fr) minmax(220px, 0.78fr);
  align-items: start;
  gap: clamp(24px, 4vw, 56px);
}

.global-footer .footer-column {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 14px;
}

.global-footer .footer-brand strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}

.global-footer .footer-brand p,
.global-footer .footer-positioning,
.global-footer .footer-social p,
.global-footer .footer-contact {
  margin: 0;
  color: rgba(233, 230, 241, 0.76);
  font-weight: 750;
  line-height: 1.55;
}

.global-footer .footer-positioning {
  max-width: 420px;
}

.global-footer .footer-links {
  justify-content: start;
}

.global-footer .footer-links > strong,
.global-footer .footer-social > strong {
  color: #fff;
  font-size: 1.05rem;
}

.global-footer .footer-links a {
  width: fit-content;
  min-height: 30px;
  padding: 0;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.social-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.sitemap-panel article,
.seo-panel article {
  align-content: start;
}

.sitemap-panel a {
  color: var(--violet-dark);
  font-weight: 850;
  text-decoration: none;
}

.sitemap-panel span {
  color: var(--muted);
  font-weight: 850;
}

.sitemap-panel a:hover,
.sitemap-panel a:focus-visible {
  color: var(--mint);
  text-decoration: underline;
}

@media (max-width: 1080px) {
  .platform-hero,
  .platform-layout,
  .complaint-flow,
  .audience-grid {
    grid-template-columns: 1fr;
  }

  .hub-hero,
  .hub-section-head.split {
    grid-template-columns: 1fr;
  }

  .hub-hero {
    min-height: 0;
  }

  .hub-hero-visual {
    justify-self: start;
  }

  .access-grid,
  .access-grid.two-up,
  .metric-strip,
  .organic-topic-grid,
  .hub-category-grid,
  .hub-product-grid,
  .hub-feature-grid,
  .hub-guide-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hub-search-card {
    grid-template-columns: 1fr 1fr;
  }

  .hub-search-card .hub-search-field:first-child,
  .hub-search-card .button {
    grid-column: 1 / -1;
  }

  .platform-sidebar,
  .complaint-flow .platform-card {
    position: static;
  }

  .global-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .accessibility-tools {
    position: static;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .criteria-bento,
  .check-panel,
  .company-template-grid,
  .company-template-hero,
  .comment-cta-section,
  .comment-service-grid,
  .platform-list-card,
  .access-grid,
  .metric-strip,
  .organic-topic-grid,
  .hub-category-grid,
  .hub-product-grid,
  .hub-feature-grid,
  .hub-guide-list,
  .hub-search-card {
    grid-template-columns: 1fr;
  }

  .hub-hero {
    padding: 42px 18px 56px;
  }

  .hub-hero h1 {
    font-size: clamp(2.7rem, 12vw, 3.65rem);
  }

  .hub-search-card {
    padding: 14px;
    border-radius: 16px;
  }

  .hub-floating-card {
    position: static;
    width: 100%;
    margin-top: 12px;
  }

  .hub-hero-visual img {
    border-width: 5px;
    border-radius: 26px;
  }

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

  .hub-category-section,
  .hub-product-section,
  .hub-marketplace-section,
  .hub-seo-section {
    padding: 56px 18px;
  }

  .hub-section-head h2 {
    font-size: clamp(2rem, 9vw, 2.85rem);
  }

  .criteria-bento article,
  .criteria-bento article:nth-child(1),
  .criteria-bento article:nth-child(2),
  .criteria-bento article:nth-child(3),
  .criteria-bento article:nth-child(4),
  .criteria-bento article:nth-child(5),
  .criteria-bento article:nth-child(6) {
    grid-column: auto;
  }

  .platform-card-actions {
    justify-content: flex-start;
  }

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