@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Inter:wght@500;600;700;800;900&display=swap");

:root {
  --ink: #071512;
  --ink-soft: #24433b;
  --paper: #f4f7f1;
  --panel: #ffffff;
  --mist: #e7eee8;
  --line: #d7e2d8;
  --signal: #35c98e;
  --signal-deep: #14845f;
  --lime: #d8ff72;
  --coral: #ff7a59;
  --blue: #4157ff;
  --shadow: 0 24px 70px rgba(7, 21, 18, 0.14);
  --radius: 8px;
  --pill: 999px;
  --glass-bg: rgba(255, 255, 255, 0.58);
  --glass-strong: rgba(255, 255, 255, 0.76);
  --glass-line: rgba(255, 255, 255, 0.72);
  --glass-shadow: 0 24px 70px rgba(31, 59, 52, 0.12);
}

/* SEO article library, authority metadata, topic hubs, and paginated discovery. */
.article-editorial-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  align-items: center;
  margin-top: 28px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 800;
}

.article-editorial-strip a,
.article-meta--authority a,
.article-sources a {
  color: var(--signal-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.article-card small {
  display: block;
  margin-top: 14px;
  color: var(--signal-deep);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.article-card-grid img {
  height: auto;
}

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

.article-hub-card {
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(239, 250, 246, 0.62));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94), 0 18px 42px rgba(24, 43, 37, 0.08);
  color: var(--ink);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.article-hub-card:hover {
  transform: translateY(-3px);
  border-color: rgba(20, 132, 95, 0.26);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96), 0 24px 52px rgba(24, 43, 37, 0.12);
}

.article-hub-card span {
  color: var(--signal-deep);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.article-hub-card h3 {
  margin: 12px 0 10px;
  font-size: 22px;
  line-height: 1.08;
}

.article-hub-card p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

.article-search-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 0.36fr) auto;
  gap: 12px;
  align-items: end;
  margin: 30px 0 18px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 48px rgba(24, 43, 37, 0.08);
  backdrop-filter: blur(18px) saturate(1.12);
}

.article-search-panel label {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

.article-search-panel input,
.article-search-panel select {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid rgba(20, 132, 95, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  font: inherit;
  font-size: 14px;
}

.article-search-panel .button {
  min-height: 50px;
  margin: 0;
}

.article-results-status {
  margin: 0 0 18px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 800;
}

.article-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
}

.article-pagination button {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(20, 132, 95, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.article-pagination button.is-current {
  border-color: var(--signal-deep);
  background: var(--signal-deep);
  color: #fff;
}

.article-pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.36;
}

.article-pagination span {
  padding: 0 3px;
  color: var(--ink-soft);
}

.article-meta--authority {
  align-items: center;
}

.article-authority-note,
.article-sources {
  margin-top: 42px;
  padding: 26px;
  border: 1px solid rgba(20, 132, 95, 0.14);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(232, 247, 241, 0.62));
  box-shadow: 0 18px 46px rgba(24, 43, 37, 0.07);
}

.article-authority-note h2,
.article-sources h2 {
  margin-top: 8px;
}

.article-sources ul {
  display: grid;
  gap: 10px;
}

.article-example--disclosed > span {
  letter-spacing: 0;
}

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

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

@media (max-width: 760px) {
  .article-card-grid--featured,
  .article-hub-grid,
  .article-search-panel {
    grid-template-columns: 1fr;
  }

  .article-search-panel {
    padding: 14px;
  }

  .article-hub-card,
  .article-authority-note,
  .article-sources {
    padding: 20px;
  }

  .article-meta--authority {
    align-items: flex-start;
  }
}

/* Proof library: approved white-glass / forest-rail treatment (2026-07-15). */
.proof-library-section {
  background:
    radial-gradient(circle at 18% 8%, rgba(225, 238, 233, 0.42), transparent 32%),
    linear-gradient(180deg, #fbfcfb 0%, #f6f9f8 100%);
}

.proof-library-grid.proof-library-grid--showcase {
  display: flex;
  grid-template-columns: none;
  flex-direction: column;
}

/* Keep both primary header actions equally prominent. */
.site-header .header-actions {
  display: grid;
  grid-template-columns: repeat(2, 180px);
  align-items: stretch;
}

.site-header .header-message-button,
.site-header .header-cta {
  width: 180px;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.1;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .site-header .header-actions {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-header .header-message-button,
  .site-header .header-cta {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding-inline: 12px;
    border-radius: 14px;
    font-size: 12px;
  }
}

/* Site-wide card depth: preserve every component's design and add only lift. */
:where(
  .action-card,
  .quick-step-link,
  .simple-price-grid article,
  .resource-grid > a,
  .resource-card,
  .proof-preview-grid > a,
  .service-card,
  .proof-card,
  .insight-grid article,
  .legal-grid article,
  .process-grid article,
  .checklist-grid article,
  .faq-grid article,
  .price-card,
  .service-page-grid article,
  .article-card-grid article,
  .article-hub-card,
  .article-example,
  .proof-showcase-card,
  .portal-client-card,
  .portal-filter-card,
  .portal-metric-grid article,
  .portal-report-panel,
  .portal-impact-live,
  .portal-impact-support,
  .portal-action-banner
) {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 180ms ease;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  :where(
    .action-card,
    .quick-step-link,
    .simple-price-grid article,
    .resource-grid > a,
    .resource-card,
    .proof-preview-grid > a,
    .service-card,
    .proof-card,
    .insight-grid article,
    .legal-grid article,
    .process-grid article,
    .checklist-grid article,
    .faq-grid article,
    .price-card,
    .service-page-grid article,
    .article-card-grid article,
    .article-hub-card,
    .article-example,
    .proof-showcase-card,
    .portal-client-card,
    .portal-filter-card,
    .portal-metric-grid article,
    .portal-report-panel,
    .portal-impact-live,
    .portal-impact-support,
    .portal-action-banner
  ):hover {
    z-index: 3;
    transform: translateY(-8px);
  }
}

:where(
  .action-card,
  .quick-step-link,
  .simple-price-grid article,
  .resource-grid > a,
  .resource-card,
  .proof-preview-grid > a,
  .service-card,
  .proof-card,
  .insight-grid article,
  .legal-grid article,
  .process-grid article,
  .checklist-grid article,
  .faq-grid article,
  .price-card,
  .service-page-grid article,
  .article-card-grid article,
  .article-hub-card,
  .article-example,
  .proof-showcase-card,
  .portal-client-card,
  .portal-filter-card,
  .portal-metric-grid article,
  .portal-report-panel,
  .portal-impact-live,
  .portal-impact-support,
  .portal-action-banner
):focus-within {
  z-index: 3;
  transform: translateY(-8px);
}

@media (prefers-reduced-motion: reduce) {
  :where(
    .action-card,
    .quick-step-link,
    .simple-price-grid article,
    .resource-grid > a,
    .resource-card,
    .proof-preview-grid > a,
    .service-card,
    .proof-card,
    .insight-grid article,
    .legal-grid article,
    .process-grid article,
    .checklist-grid article,
    .faq-grid article,
    .price-card,
    .service-page-grid article,
    .article-card-grid article,
    .article-hub-card,
    .article-example,
    .proof-showcase-card,
    .portal-client-card,
    .portal-filter-card,
    .portal-metric-grid article,
    .portal-report-panel,
    .portal-impact-live,
    .portal-impact-support,
    .portal-action-banner
  ) {
    transition: none;
  }

  :where(
    .action-card,
    .quick-step-link,
    .simple-price-grid article,
    .resource-grid > a,
    .resource-card,
    .proof-preview-grid > a,
    .service-card,
    .proof-card,
    .insight-grid article,
    .legal-grid article,
    .process-grid article,
    .checklist-grid article,
    .faq-grid article,
    .price-card,
    .service-page-grid article,
    .article-card-grid article,
    .article-hub-card,
    .article-example,
    .proof-showcase-card,
    .portal-client-card,
    .portal-filter-card,
    .portal-metric-grid article,
    .portal-report-panel,
    .portal-impact-live,
    .portal-impact-support,
    .portal-action-banner
  ):hover,
  :where(
    .action-card,
    .quick-step-link,
    .simple-price-grid article,
    .resource-grid > a,
    .resource-card,
    .proof-preview-grid > a,
    .service-card,
    .proof-card,
    .insight-grid article,
    .legal-grid article,
    .process-grid article,
    .checklist-grid article,
    .faq-grid article,
    .price-card,
    .service-page-grid article,
    .article-card-grid article,
    .article-hub-card,
    .article-example,
    .proof-showcase-card,
    .portal-client-card,
    .portal-filter-card,
    .portal-metric-grid article,
    .portal-report-panel,
    .portal-impact-live,
    .portal-impact-support,
    .portal-action-banner
  ):focus-within {
    transform: none;
  }
}

/* Terms contact: make the published support address an obvious, accessible email action. */
.legal-email-link {
  color: #0d7f61;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
}

.legal-email-link:hover {
  color: #075e49;
}

.legal-email-link:focus-visible {
  border-radius: 4px;
  outline: 3px solid rgba(42, 171, 130, 0.24);
  outline-offset: 4px;
}

/* Premium header contact module. */
.header-message-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 19px;
  border: 1px solid rgba(118, 158, 146, 0.24);
  border-radius: 999px;
  color: #123e34;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(240, 248, 245, 0.72)),
    rgba(255, 255, 255, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    0 12px 28px rgba(23, 74, 60, 0.09);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  -webkit-backdrop-filter: blur(20px) saturate(1.2);
  backdrop-filter: blur(20px) saturate(1.2);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.header-message-button:hover,
.header-message-button:focus-visible {
  border-color: rgba(16, 126, 96, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    0 16px 34px rgba(16, 126, 96, 0.14);
  transform: translateY(-1px);
}

body.quick-contact-open {
  overflow: hidden;
}

.quick-contact-modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 22px;
}

.quick-contact-modal[hidden] {
  display: none;
}

.quick-contact-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 24, 19, 0.34);
  -webkit-backdrop-filter: blur(12px) saturate(0.9);
  backdrop-filter: blur(12px) saturate(0.9);
}

.quick-contact-card {
  position: relative;
  width: min(480px, 100%);
  max-height: min(760px, calc(100vh - 32px));
  overflow: auto;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 30px;
  color: #102f27;
  background:
    radial-gradient(circle at 92% 4%, rgba(130, 219, 193, 0.2), transparent 34%),
    radial-gradient(circle at 2% 96%, rgba(219, 186, 126, 0.1), transparent 31%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(244, 250, 247, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    0 34px 90px rgba(2, 38, 28, 0.24),
    0 8px 28px rgba(2, 38, 28, 0.12);
  -webkit-backdrop-filter: blur(32px) saturate(1.25);
  backdrop-filter: blur(32px) saturate(1.25);
  animation: quick-contact-enter 220ms ease-out both;
}

@keyframes quick-contact-enter {
  from { opacity: 0; transform: translateY(12px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.quick-contact-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(116, 156, 144, 0.18);
  border-radius: 50%;
  color: #315a4f;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 #fff, 0 8px 18px rgba(24, 68, 56, 0.08);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.quick-contact-eyebrow {
  margin: 0 0 8px;
  color: #0c7b5d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.quick-contact-card h2 {
  margin: 0;
  padding-right: 40px;
  color: #082c24;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 5vw, 42px);
  font-weight: 700;
  letter-spacing: -0.035em;
}

.quick-contact-intro {
  margin: 10px 0 24px;
  color: #557067;
  font-size: 14px;
  line-height: 1.55;
}

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

.quick-contact-form label {
  display: grid;
  gap: 7px;
  color: #224b40;
  font-size: 12px;
  font-weight: 900;
}

.quick-contact-form label small {
  color: #7d938c;
  font-weight: 700;
}

.quick-contact-form input,
.quick-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(96, 145, 131, 0.2);
  border-radius: 15px;
  outline: none;
  color: #102f27;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 #fff, 0 8px 20px rgba(22, 68, 55, 0.04);
  font-size: 14px;
  font-weight: 650;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.quick-contact-form input {
  min-height: 48px;
  padding: 0 15px;
}

.quick-contact-form textarea {
  min-height: 112px;
  padding: 13px 15px;
  resize: vertical;
}

.quick-contact-form input:focus,
.quick-contact-form textarea:focus {
  border-color: rgba(12, 123, 93, 0.5);
  box-shadow: 0 0 0 4px rgba(22, 148, 111, 0.09);
}

.quick-contact-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}

.quick-contact-turnstile {
  min-height: 1px;
}

.quick-contact-status {
  min-height: 18px;
  margin: 0;
  color: #356b5c;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.quick-contact-submit {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 15px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.38), transparent 36%),
    linear-gradient(135deg, #2ba783, #0d7458 58%, #07503f);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), 0 16px 32px rgba(13, 116, 88, 0.2);
  font-weight: 900;
  cursor: pointer;
}

.quick-contact-submit:disabled {
  cursor: wait;
  opacity: 0.68;
}

.quick-contact-channels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  padding-top: 19px;
  border-top: 1px solid rgba(94, 136, 124, 0.13);
}

.quick-contact-channels > span {
  color: #657d75;
  font-size: 12px;
  font-weight: 800;
}

.quick-contact-channels > div {
  display: flex;
  gap: 10px;
}

.contact-channel {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 1px 0 #fff, 0 12px 26px rgba(22, 66, 54, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-channel:hover,
.contact-channel:focus-visible {
  transform: translateY(-2px);
  box-shadow: inset 0 1px 0 #fff, 0 16px 32px rgba(22, 66, 54, 0.16);
}

.contact-channel img {
  width: 25px;
  height: 25px;
}

@media (max-width: 760px) {
  .site-header .header-actions {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  }

  .header-message-button,
  .site-header .header-cta {
    min-height: 44px;
    padding-inline: 12px;
    border-radius: 14px;
    font-size: 12px;
  }

  .quick-contact-modal {
    align-items: end;
    padding: 10px;
  }

  .quick-contact-card {
    width: 100%;
    max-height: calc(100vh - 20px);
    padding: 27px 20px 22px;
    border-radius: 25px;
  }

  .quick-contact-card h2 {
    font-size: 34px;
  }

  .quick-contact-channels {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .quick-contact-card {
    animation: none;
  }
}

/* Shared low-friction bot protection for public forms and portal login. */
.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.turnstile-slot {
  width: 100%;
  min-width: 0;
}

.turnstile-slot iframe {
  max-width: 100%;
}

/* Final proof-card action reset: legacy proof-image links must not restyle these CTAs. */
.proof-preview-section .proof-flip-grid .proof-verification-link {
  display: inline-flex !important;
  min-height: 50px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(7, 105, 78, 0.6) !important;
  border-radius: 999px !important;
  background: linear-gradient(145deg, #269b78, #08684f) !important;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(12, 103, 79, 0.18) !important;
}

.proof-preview-section .proof-flip-grid .proof-verification-link::before,
.proof-preview-section .proof-flip-grid .proof-verification-link::after {
  display: none !important;
  content: none !important;
}

/* Interactive proof results: reference-matched liquid verification cards. */
.proof-preview-section .proof-flip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.6vw, 26px);
  align-items: stretch;
  overflow: visible;
}

.proof-flip-card {
  position: relative;
  min-width: 0;
  min-height: 570px;
  perspective: 1800px;
  transition: transform 220ms ease;
  will-change: transform;
}

.proof-flip-card:hover,
.proof-flip-card:focus-within {
  z-index: 3;
  transform: translateY(-8px);
}

.proof-flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  transform-style: preserve-3d;
  transition: transform 720ms cubic-bezier(0.2, 0.78, 0.2, 1);
}

.proof-flip-card.is-flipped .proof-flip-card-inner {
  transform: rotateY(180deg);
}

.proof-flip-face {
  position: absolute;
  inset: 0;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
  min-width: 0;
  padding: clamp(28px, 2.7vw, 44px);
  overflow: hidden;
  border: 1px solid rgba(124, 195, 174, 0.42);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(241, 250, 247, 0.76)),
    rgba(250, 254, 252, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(255, 255, 255, 0.7),
    0 22px 52px rgba(16, 76, 60, 0.12);
  transition: box-shadow 220ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.proof-flip-card:hover .proof-flip-face,
.proof-flip-card:focus-within .proof-flip-face {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(255, 255, 255, 0.7),
    0 32px 70px rgba(16, 76, 60, 0.18);
}

.proof-flip-face::before {
  content: "";
  position: absolute;
  z-index: -2;
  right: -112px;
  bottom: -128px;
  width: 330px;
  aspect-ratio: 1;
  border: 18px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  box-shadow:
    0 0 0 48px rgba(255, 255, 255, 0.24),
    0 0 0 92px rgba(255, 255, 255, 0.13);
}

.proof-flip-face::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 50px;
  bottom: 188px;
  width: 10px;
  height: 10px;
  border: 4px solid rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  background: var(--proof-signal-color, #f04e45);
  box-shadow:
    0 0 0 9px var(--proof-signal-halo, rgba(240, 78, 69, 0.13)),
    0 0 0 9px var(--proof-signal-wave, rgba(240, 78, 69, 0.24)),
    0 0 24px var(--proof-signal-glow, rgba(240, 78, 69, 0.28));
  pointer-events: none;
  animation: proof-signal-pulse 3.2s ease-out infinite;
}

.proof-flip-card--removed {
  --proof-signal-color: #15966e;
  --proof-signal-halo: rgba(21, 150, 110, 0.14);
  --proof-signal-wave: rgba(21, 150, 110, 0.28);
  --proof-signal-glow: rgba(21, 150, 110, 0.34);
}

.proof-flip-card--rechecked {
  --proof-signal-color: #f04e45;
  --proof-signal-halo: rgba(240, 78, 69, 0.13);
  --proof-signal-wave: rgba(240, 78, 69, 0.26);
  --proof-signal-glow: rgba(240, 78, 69, 0.32);
}

@keyframes proof-signal-pulse {
  0% {
    transform: scale(0.94);
    box-shadow:
      0 0 0 9px var(--proof-signal-halo),
      0 0 0 9px var(--proof-signal-wave),
      0 0 20px var(--proof-signal-glow);
  }
  58% {
    transform: scale(1.08);
    box-shadow:
      0 0 0 11px var(--proof-signal-halo),
      0 0 0 40px transparent,
      0 0 30px var(--proof-signal-glow);
  }
  100% {
    transform: scale(0.94);
    box-shadow:
      0 0 0 9px var(--proof-signal-halo),
      0 0 0 9px transparent,
      0 0 20px var(--proof-signal-glow);
  }
}

.proof-flip-back {
  transform: rotateY(180deg);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(232, 247, 242, 0.82)),
    rgba(248, 253, 251, 0.88);
}

.proof-flip-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.proof-preview-section .proof-flip-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 30px;
  color: #136b55;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.proof-flip-kicker span {
  display: grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(76, 177, 145, 0.45);
  border-radius: 50%;
  background: rgba(226, 248, 240, 0.76);
  color: #0d6d55;
  font-size: 18px;
}

.proof-flip-result {
  display: block;
  max-width: 100%;
  margin: 0 0 18px;
  color: #1b8067;
  font-family: Inter, sans-serif;
  font-size: clamp(40px, 3.35vw, 64px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.proof-flip-result--long {
  font-size: clamp(40px, 3.35vw, 64px);
}

.proof-preview-section .proof-flip-face h3 {
  max-width: 420px;
  margin: 0 0 18px;
  color: #147158;
  font-family: Inter, sans-serif;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
}

.proof-preview-section .proof-flip-summary {
  max-width: 500px;
  margin: 0;
  color: #405c54;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.55;
}

.proof-flip-actions {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: stretch;
}

.proof-flip-status {
  grid-column: 1 / -1;
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  padding: 9px 16px;
  border: 1px solid rgba(204, 163, 91, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: #126b55;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.proof-flip-toggle,
.proof-verification-link {
  display: inline-flex;
  min-width: 0;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 14px;
  border-radius: 999px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.proof-flip-toggle {
  border: 1px solid rgba(14, 112, 86, 0.24);
  background: rgba(255, 255, 255, 0.65);
  color: #0f6f57;
}

.proof-verification-link {
  border: 1px solid rgba(7, 105, 78, 0.6);
  background: linear-gradient(145deg, #269b78, #08684f);
  color: #fff;
  box-shadow: 0 12px 24px rgba(12, 103, 79, 0.18);
}

.proof-flip-toggle:hover,
.proof-flip-toggle:focus-visible {
  border-color: rgba(14, 112, 86, 0.48);
  background: rgba(235, 249, 244, 0.92);
}

.proof-verification-link:hover,
.proof-verification-link:focus-visible {
  background: linear-gradient(145deg, #2ba680, #075e49);
  color: #fff;
}

.proof-flip-toggle:focus-visible,
.proof-verification-link:focus-visible {
  outline: 3px solid rgba(45, 163, 128, 0.24);
  outline-offset: 3px;
}

.proof-flip-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 18px;
}

.proof-flip-chips span {
  padding: 8px 11px;
  border: 1px solid rgba(99, 172, 151, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: #276653;
  font-size: 11px;
  font-weight: 800;
}

.proof-flip-evidence {
  display: block;
  width: 100%;
  height: 178px;
  border: 1px solid rgba(93, 162, 142, 0.26);
  border-radius: 14px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 12px 28px rgba(12, 72, 57, 0.1);
}

.proof-flip-evidence--wide {
  object-fit: contain;
  object-position: center;
  background: rgba(251, 253, 252, 0.96);
}

.proof-showcase-card[id] {
  scroll-margin-top: 110px;
}

@media (max-width: 1179px) {
  .proof-preview-section .proof-flip-grid {
    grid-template-columns: 1fr;
    max-width: 820px;
    margin-inline: auto;
  }

  .proof-flip-card {
    min-height: 520px;
  }

  .proof-flip-result,
  .proof-flip-result--long {
    font-size: clamp(54px, 10vw, 92px);
  }
}

@media (max-width: 760px) {
  .proof-preview-section .proof-flip-grid {
    gap: 16px;
  }

  .proof-flip-card {
    min-height: 590px;
  }

  .proof-flip-face {
    gap: 20px;
    padding: 24px 20px;
    border-radius: 20px;
  }

  .proof-preview-section .proof-flip-kicker {
    margin-bottom: 24px;
    font-size: 11px;
  }

  .proof-flip-result,
  .proof-flip-result--long {
    font-size: clamp(36px, 11vw, 46px);
  }

  .proof-preview-section .proof-flip-face h3 {
    font-size: 27px;
  }

  .proof-preview-section .proof-flip-summary {
    font-size: 14px;
  }

  .proof-flip-actions {
    grid-template-columns: 1fr;
  }

  .proof-flip-status {
    grid-column: auto;
  }

  .proof-flip-evidence {
    height: 165px;
  }

  .proof-flip-face::after {
    right: 28px;
    bottom: 242px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .proof-flip-card {
    transition: none;
  }

  .proof-flip-card:hover,
  .proof-flip-card:focus-within {
    transform: none;
  }

  .proof-flip-card-inner {
    transition: none;
  }

  .proof-flip-face::after {
    animation: none;
  }
}

/* Homepage proof flip cards: keep reverse-side actions inside every card. */
.proof-preview-section .proof-flip-card {
  min-height: 650px;
}

.proof-preview-section .proof-flip-face {
  gap: 18px;
  padding: clamp(24px, 2.2vw, 36px);
}

.proof-preview-section .proof-flip-result,
.proof-preview-section .proof-flip-result--long {
  font-size: clamp(40px, 3.35vw, 64px);
}

.proof-preview-section .proof-flip-back {
  justify-content: flex-start;
}

.proof-preview-section .proof-flip-back .proof-flip-copy {
  display: flex;
  min-height: 0;
  flex-direction: column;
}

.proof-preview-section .proof-flip-back .proof-flip-kicker {
  margin-bottom: 22px;
}

.proof-preview-section .proof-flip-back h3 {
  margin-bottom: 14px;
  font-size: clamp(24px, 1.75vw, 30px);
  line-height: 1.08;
}

.proof-preview-section .proof-flip-back .proof-flip-summary {
  font-size: 13px;
  line-height: 1.48;
}

.proof-preview-section .proof-flip-chips {
  gap: 7px;
  margin: 16px 0 14px;
}

.proof-preview-section .proof-flip-chips span {
  padding: 7px 10px;
  font-size: 10px;
}

.proof-preview-section .proof-flip-evidence {
  height: 150px;
  margin-top: 6px;
}

.proof-flip-evidence-pair {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 8px;
  height: 150px;
  margin-top: 6px;
}

.proof-flip-evidence-item {
  position: relative;
  isolation: isolate;
  min-width: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(93, 162, 142, 0.3);
  border-radius: 14px;
  background: #edf7f3;
  box-shadow: 0 12px 28px rgba(12, 72, 57, 0.1);
}

a.proof-flip-evidence-item {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

a.proof-flip-evidence-item:hover,
a.proof-flip-evidence-item:focus-visible {
  border-color: rgba(21, 150, 110, 0.7);
  box-shadow: 0 15px 30px rgba(12, 72, 57, 0.18);
  transform: translateY(-2px);
}

a.proof-flip-evidence-item:focus-visible {
  outline: 3px solid rgba(45, 163, 128, 0.24);
  outline-offset: 3px;
}

.proof-flip-evidence-item > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.proof-flip-evidence-item--chat > img {
  object-position: 50% 20%;
}

.proof-flip-evidence-item::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  height: 58%;
  background: linear-gradient(to top, rgba(2, 32, 25, 0.94), rgba(2, 32, 25, 0));
  pointer-events: none;
}

.proof-flip-evidence-item > span,
.proof-flip-evidence-item > figcaption {
  position: absolute;
  z-index: 2;
  left: 10px;
  right: 10px;
  bottom: 9px;
  display: grid;
  gap: 2px;
  color: #fff;
  pointer-events: none;
}

.proof-flip-evidence-item strong {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.proof-flip-evidence-item small {
  color: rgba(237, 252, 246, 0.76);
  font-size: 7px;
  font-weight: 750;
  line-height: 1.25;
}

body.proof-case-open {
  overflow: hidden;
}

.proof-case-modal {
  position: fixed;
  z-index: 1400;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(14px, 3vw, 44px);
}

.proof-case-modal[hidden] {
  display: none;
}

.proof-case-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 14, 11, 0.74);
  -webkit-backdrop-filter: blur(18px) saturate(0.72);
  backdrop-filter: blur(18px) saturate(0.72);
}

.proof-case-sheet {
  position: relative;
  isolation: isolate;
  display: grid;
  width: min(1540px, 100%);
  max-height: calc(100dvh - clamp(28px, 6vw, 88px));
  overflow: auto;
  grid-template-columns: minmax(360px, 0.9fr) minmax(520px, 1.1fr);
  gap: clamp(32px, 4vw, 72px);
  padding: clamp(34px, 4vw, 68px);
  border: 1px solid rgba(89, 161, 138, 0.46);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 9%, rgba(190, 235, 221, 0.2), transparent 29%),
    radial-gradient(circle at 14% 88%, rgba(209, 241, 230, 0.18), transparent 31%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.99), rgba(247, 252, 250, 0.97));
  box-shadow:
    inset 0 1px 0 #fff,
    0 38px 100px rgba(1, 31, 23, 0.32);
  animation: proof-case-enter 240ms ease-out both;
}

.proof-case-sheet::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 34%;
  bottom: 13%;
  width: 270px;
  aspect-ratio: 1;
  border: 1px solid rgba(65, 168, 135, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 46px rgba(80, 181, 149, 0.045), 0 0 0 92px rgba(80, 181, 149, 0.025);
}

@keyframes proof-case-enter {
  from { opacity: 0; transform: translateY(12px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.proof-case-close {
  position: absolute;
  z-index: 4;
  top: 18px;
  right: 18px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(85, 145, 127, 0.22);
  border-radius: 50%;
  color: #194f40;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 9px 22px rgba(17, 65, 52, 0.1);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.proof-case-summary {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.proof-case-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: #215f4f;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-case-kicker > span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 2px solid rgba(18, 119, 89, 0.54);
  border-radius: 50%;
  color: #0f7558;
  font-size: 14px;
}

.proof-case-result {
  color: #07513f;
  font-family: Inter, sans-serif;
  font-size: clamp(38px, 4vw, 66px);
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 0.98;
  text-transform: uppercase;
}

.proof-case-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.proof-case-title > span {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border-radius: 50%;
  color: #0f684f;
  background: rgba(206, 243, 231, 0.82);
  font-size: 22px;
}

.proof-case-title h2 {
  margin: 0;
  color: #123f34;
  font-family: Inter, sans-serif;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.proof-case-description {
  max-width: 590px;
  margin: 24px 0 0;
  color: #45675e;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 600;
  line-height: 1.58;
}

.proof-case-steps {
  position: relative;
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.proof-case-steps::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: rgba(56, 151, 121, 0.25);
}

.proof-case-steps li {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  color: #28594c;
}

.proof-case-steps li > span {
  z-index: 1;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(51, 150, 118, 0.36);
  border-radius: 50%;
  background: #e7f6f0;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.44);
  font-size: 11px;
  font-weight: 900;
}

.proof-case-steps strong {
  font-size: 14px;
  font-weight: 750;
}

.proof-case-status {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding: 9px 16px;
  border: 1px solid rgba(76, 164, 135, 0.28);
  border-radius: 999px;
  color: #174e40;
  background: linear-gradient(90deg, rgba(215, 246, 235, 0.92), rgba(234, 249, 244, 0.82));
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.proof-case-note {
  max-width: 590px;
  margin: 14px 0 0;
  color: #738981;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.5;
}

.proof-case-actions {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(160px, 0.9fr) minmax(200px, 1.1fr);
  gap: 14px;
  margin-top: auto;
  padding-top: 30px;
}

.proof-case-actions button,
.proof-case-actions a {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 13px 20px;
  border-radius: 4px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.proof-case-actions button {
  border: 1px solid #1b5848;
  color: #1b5848;
  background: rgba(255, 255, 255, 0.72);
}

.proof-case-actions a {
  border: 1px solid #0b573f;
  color: #fff;
  background: linear-gradient(145deg, #176e52, #064632);
  box-shadow: 0 14px 30px rgba(5, 72, 51, 0.17);
}

.proof-case-actions button:hover,
.proof-case-actions button:focus-visible,
.proof-case-actions a:hover,
.proof-case-actions a:focus-visible,
.proof-case-close:hover,
.proof-case-close:focus-visible {
  outline: 3px solid rgba(45, 163, 128, 0.2);
  outline-offset: 3px;
}

.proof-case-evidence {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.proof-case-evidence-label {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 8px 0 18px;
  color: #286253;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.proof-case-evidence-label span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #1b8a69;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 22px rgba(22, 80, 64, 0.08);
}

.proof-case-evidence figure {
  display: grid;
  min-height: 0;
  flex: 1;
  place-items: center;
  margin: 0;
  padding: clamp(14px, 2vw, 28px);
  overflow: hidden;
  border: 1px solid rgba(79, 139, 121, 0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 24%, rgba(193, 235, 221, 0.2), transparent 46%),
    rgba(255, 255, 255, 0.88);
  box-shadow:
    inset 0 1px 0 #fff,
    0 16px 38px rgba(23, 67, 55, 0.1);
}

.proof-case-evidence figure img {
  display: block;
  width: auto;
  max-width: 100%;
  height: min(58vh, 590px);
  max-height: 100%;
  border-radius: 18px;
  object-fit: contain;
  box-shadow: 0 20px 48px rgba(0, 25, 19, 0.25);
}

.proof-case-evidence-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 15px;
  color: #5f7a71;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.proof-case-evidence-meta a {
  color: #0e7055;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.proof-case-brand {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 24px;
  color: #6f837c;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.proof-case-brand img {
  width: 28px;
  height: 28px;
}

@media (min-width: 1021px) and (max-height: 760px) {
  .proof-case-sheet {
    gap: 36px;
    padding: 28px 42px;
  }

  .proof-case-kicker {
    margin-bottom: 14px;
  }

  .proof-case-result {
    font-size: 43px;
  }

  .proof-case-title {
    margin-top: 17px;
  }

  .proof-case-title > span {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .proof-case-title h2 {
    font-size: 24px;
  }

  .proof-case-description {
    margin-top: 13px;
    font-size: 12px;
  }

  .proof-case-steps {
    gap: 6px;
    margin-top: 14px;
  }

  .proof-case-steps::before {
    left: 16px;
    top: 16px;
    bottom: 16px;
  }

  .proof-case-steps li {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
  }

  .proof-case-steps li > span {
    width: 34px;
    height: 34px;
  }

  .proof-case-steps strong {
    font-size: 11px;
  }

  .proof-case-status {
    min-height: 34px;
    margin-top: 14px;
    padding: 7px 13px;
    font-size: 10px;
  }

  .proof-case-note {
    margin-top: 8px;
    font-size: 8px;
  }

  .proof-case-actions {
    gap: 10px;
    padding-top: 14px;
  }

  .proof-case-actions button,
  .proof-case-actions a {
    min-height: 48px;
    padding: 10px 14px;
    font-size: 10px;
  }

  .proof-case-evidence-label {
    margin: 0 0 12px;
  }

  .proof-case-evidence figure img {
    height: min(53vh, 430px);
  }

  .proof-case-evidence-meta {
    margin-top: 10px;
  }

  .proof-case-brand {
    margin-top: 10px;
  }
}

@media (max-width: 1020px) {
  .proof-case-sheet {
    grid-template-columns: 1fr;
  }

  .proof-case-actions {
    margin-top: 0;
  }

  .proof-case-evidence figure img {
    height: min(68vh, 720px);
  }
}

@media (max-width: 620px) {
  .proof-case-modal {
    align-items: end;
    padding: 8px;
  }

  .proof-case-sheet {
    max-height: calc(100dvh - 16px);
    gap: 28px;
    padding: 46px 20px 24px;
    border-radius: 24px;
  }

  .proof-case-result {
    font-size: 36px;
  }

  .proof-case-description {
    font-size: 13px;
  }

  .proof-case-actions {
    grid-template-columns: 1fr;
  }

  .proof-case-evidence-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .proof-case-evidence figure {
    padding: 10px;
  }

  .proof-case-evidence figure img {
    height: auto;
    max-height: none;
  }
}

.proof-preview-section .proof-flip-back .proof-flip-actions {
  margin-top: auto;
}

.proof-preview-section .proof-flip-toggle,
.proof-preview-section .proof-verification-link {
  min-height: 46px;
  padding: 10px 13px;
  white-space: normal;
}

@media (max-width: 1179px) {
  .proof-preview-section .proof-flip-card {
    min-height: 620px;
  }
}

@media (max-width: 760px) {
  .proof-preview-section .proof-flip-card {
    min-height: 680px;
  }

  .proof-preview-section .proof-flip-back h3 {
    font-size: 25px;
  }

  .proof-preview-section .proof-flip-evidence {
    height: 135px;
  }

  .proof-flip-evidence-pair {
    height: 135px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .proof-case-sheet {
    animation: none;
  }

  a.proof-flip-evidence-item {
    transition: none;
  }

  a.proof-flip-evidence-item:hover,
  a.proof-flip-evidence-item:focus-visible {
    transform: none;
  }
}

/* Homepage pricing: keep the approved layout/colors, add portal-grade liquid-glass depth and submerged radar motion. */
.homepage-pricing .pricing-grid > .price-card,
.homepage-pricing .pricing-grid > .price-card.featured,
.homepage-pricing .pricing-grid > .price-card.dark {
  isolation: isolate;
  overflow: hidden;
  border-color: rgba(151, 186, 177, 0.38) !important;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.78), transparent 28%),
    radial-gradient(circle at 76% 82%, rgba(182, 226, 215, 0.19), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(239, 248, 246, 0.5) 52%, rgba(255, 255, 255, 0.7)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.99),
    inset 0 0 0 1px rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(107, 172, 155, 0.1),
    0 25px 62px rgba(16, 73, 59, 0.1),
    0 3px 10px rgba(92, 126, 118, 0.07) !important;
  -webkit-backdrop-filter: blur(30px) saturate(1.24) !important;
  backdrop-filter: blur(30px) saturate(1.24) !important;
}

.homepage-pricing .pricing-grid > .price-card.featured {
  border-color: rgba(73, 170, 143, 0.5) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.99),
    inset 0 0 0 1px rgba(255, 255, 255, 0.42),
    inset 0 -1px 0 rgba(73, 170, 143, 0.13),
    0 28px 68px rgba(19, 112, 87, 0.13),
    0 0 0 1px rgba(115, 213, 183, 0.1) !important;
}

.homepage-pricing .pricing-grid > .price-card::before {
  content: "" !important;
  position: absolute;
  z-index: 1;
  inset: 1px;
  display: block !important;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0.08) 27%, transparent 49%, rgba(188, 226, 232, 0.16) 73%, rgba(255, 255, 255, 0.54) 100%),
    linear-gradient(130deg, transparent 68%, rgba(171, 223, 234, 0.18) 72%, rgba(255, 234, 196, 0.12) 74%, transparent 79%) !important;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3);
  opacity: 0.8 !important;
}

.homepage-pricing .price-card > .plan-label,
.homepage-pricing .price-card > h3,
.homepage-pricing .price-card > .price,
.homepage-pricing .price-card > .plan-note,
.homepage-pricing .price-card > ul,
.homepage-pricing .price-card > a {
  position: relative;
  z-index: 3;
}

.homepage-pricing .price-card > .badge {
  z-index: 4;
}

.price-card-radar {
  position: absolute;
  z-index: 2;
  right: 17%;
  bottom: 23%;
  width: 12px;
  height: 12px;
  pointer-events: none;
  filter: saturate(0.92);
  opacity: 0.92;
}

.price-card-radar > i {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 2px solid rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  background: #ef493d;
  box-shadow:
    0 0 0 5px rgba(239, 73, 61, 0.1),
    0 0 18px rgba(239, 73, 61, 0.42);
  transform: translate(-50%, -50%);
  animation: pricing-radar-dot 2.8s ease-in-out infinite;
}

.price-card-radar > span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  box-shadow:
    0 0 0 1px rgba(117, 184, 167, 0.055),
    inset 0 0 14px rgba(201, 237, 230, 0.08);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.4);
  animation: pricing-radar-wave 6.4s cubic-bezier(0.18, 0.55, 0.28, 1) infinite;
}

.price-card-radar > span:nth-child(2) { animation-delay: 1.6s; }
.price-card-radar > span:nth-child(3) { animation-delay: 3.2s; }
.price-card-radar > span:nth-child(4) { animation-delay: 4.8s; }

@keyframes pricing-radar-wave {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.4);
  }
  13% {
    opacity: 0.58;
  }
  78%,
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(10.5);
  }
}

@keyframes pricing-radar-dot {
  0%,
  100% {
    box-shadow: 0 0 0 5px rgba(239, 73, 61, 0.09), 0 0 15px rgba(239, 73, 61, 0.34);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(239, 73, 61, 0.14), 0 0 24px rgba(239, 73, 61, 0.54);
  }
}

@media (prefers-reduced-motion: reduce) {
  .price-card-radar > span,
  .price-card-radar > i {
    animation: none;
  }

  .price-card-radar > span {
    opacity: 0.28;
  }

  .price-card-radar > span:nth-child(1) { transform: translate(-50%, -50%) scale(2.3); }
  .price-card-radar > span:nth-child(2) { transform: translate(-50%, -50%) scale(4.8); }
  .price-card-radar > span:nth-child(3) { transform: translate(-50%, -50%) scale(7.3); }
  .price-card-radar > span:nth-child(4) { transform: translate(-50%, -50%) scale(9.8); }
}

@media (max-width: 700px) {
  .homepage-pricing .pricing-grid > .price-card,
  .homepage-pricing .pricing-grid > .price-card.featured,
  .homepage-pricing .pricing-grid > .price-card.dark {
    -webkit-backdrop-filter: blur(22px) saturate(1.18) !important;
    backdrop-filter: blur(22px) saturate(1.18) !important;
  }

  .price-card-radar {
    right: 15%;
    bottom: 22%;
  }
}

/* 2026-07-21 — portal-inspired numbered intake modules. */
.light-intake-section .intake-trust-grid article {
  display: flex;
  min-height: 188px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  padding: 2px clamp(16px, 2vw, 28px) 18px;
  text-align: center;
}

.light-intake-section .intake-trust-grid article > .intake-number-module {
  position: relative;
  isolation: isolate;
  display: flex;
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
  border: 1px solid rgba(116, 172, 157, 0.22);
  border-radius: 21px;
  color: #174f41;
  background:
    radial-gradient(circle at 28% 5%, rgba(255, 255, 255, 0.98), transparent 42%),
    radial-gradient(circle at 76% 82%, rgba(205, 237, 228, 0.36), transparent 58%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(241, 249, 246, 0.66));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 0 18px rgba(255, 255, 255, 0.46),
    0 15px 32px rgba(20, 75, 61, 0.085),
    0 2px 6px rgba(62, 101, 91, 0.05);
  -webkit-backdrop-filter: blur(22px) saturate(1.18);
  backdrop-filter: blur(22px) saturate(1.18);
}

.light-intake-section .intake-number-module::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 1px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 19px;
  pointer-events: none;
}

.light-intake-section .intake-number-module b {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 29px;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.92;
}

.light-intake-section .intake-number-module em {
  margin-top: 7px;
  color: #23866a;
  font-family: Inter, Arial, sans-serif;
  font-size: 7px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.light-intake-section .intake-number-module i {
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 9px;
  width: 6px;
  height: 6px;
  border: 1.5px solid rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  background: #ef554b;
  box-shadow: 0 0 0 4px rgba(239, 85, 75, 0.09), 0 0 12px rgba(239, 85, 75, 0.26);
  animation: intake-module-signal 2.35s ease-in-out infinite;
}

.light-intake-section .intake-trust-grid article:nth-child(2) .intake-number-module i { animation-delay: 0.55s; }
.light-intake-section .intake-trust-grid article:nth-child(3) .intake-number-module i { animation-delay: 1.1s; }

.light-intake-section .intake-trust-grid article > strong {
  color: #173e34;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(20px, 1.7vw, 25px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.light-intake-section .intake-trust-grid article > small {
  max-width: 210px;
  margin-top: 13px;
  color: rgba(48, 75, 67, 0.7);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.48;
}

@keyframes intake-module-signal {
  0%, 100% {
    transform: scale(0.94);
    background: #ef554b;
    box-shadow: 0 0 0 3px rgba(239, 85, 75, 0.075), 0 0 9px rgba(239, 85, 75, 0.2);
  }
  50% {
    transform: scale(1.09);
    background: #f05e54;
    box-shadow: 0 0 0 5px rgba(239, 85, 75, 0.12), 0 0 16px rgba(239, 85, 75, 0.38);
  }
}

@media (max-width: 700px) {
  .light-intake-section .intake-trust-grid article {
    min-height: 174px;
    padding: 22px 12px 26px;
    border-right: 0;
    border-bottom: 1px solid rgba(181, 138, 69, 0.14);
  }

  .light-intake-section .intake-trust-grid article:last-child { border-bottom: 0; }
  .light-intake-section .intake-trust-grid article > .intake-number-module { margin-bottom: 17px; }
  .light-intake-section .intake-trust-grid article > strong { font-size: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .light-intake-section .intake-number-module i { animation: none; }
}

/* Scoped liquid-glass refresh: approved homepage surfaces only. */
:root {
  --rs-liquid-fill: rgba(255, 255, 255, 0.54);
  --rs-liquid-fill-strong: rgba(255, 255, 255, 0.7);
  --rs-liquid-line: rgba(255, 255, 255, 0.84);
  --rs-liquid-mint: rgba(126, 211, 187, 0.17);
  --rs-liquid-gold: rgba(214, 174, 103, 0.14);
  --rs-liquid-shadow: 0 24px 62px rgba(28, 67, 57, 0.1), 0 7px 20px rgba(28, 67, 57, 0.055);
  --rs-liquid-inset: inset 0 1px 0 rgba(255, 255, 255, 0.96), inset 0 -1px 0 rgba(94, 151, 135, 0.1);
}

/* Header actions and hero trust surfaces. */
.site-header .header-login,
.site-header .header-cta,
.radar-hero .radar-proof-row > span,
.radar-hero .radar-actions .button.primary {
  border: 1px solid var(--rs-liquid-line) !important;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.28) 43%, rgba(196, 233, 223, 0.24) 100%),
    var(--rs-liquid-fill) !important;
  box-shadow: var(--rs-liquid-inset), var(--rs-liquid-shadow) !important;
  -webkit-backdrop-filter: blur(22px) saturate(1.2) !important;
  backdrop-filter: blur(22px) saturate(1.2) !important;
}

.site-header .header-cta,
.radar-hero .radar-actions .button.primary {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.56) !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.46), transparent 38%),
    linear-gradient(132deg, rgba(42, 173, 137, 0.9), rgba(5, 109, 82, 0.95) 62%, rgba(3, 77, 60, 0.96)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    inset 0 -1px 0 rgba(1, 51, 39, 0.24),
    0 20px 44px rgba(8, 105, 79, 0.2),
    0 0 0 1px rgba(200, 160, 88, 0.1) !important;
}

.radar-hero .radar-proof-row > span {
  isolation: isolate;
  overflow: hidden;
}

.radar-hero .radar-proof-row > span::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 1px;
  border-radius: inherit;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.46), transparent 42%),
    radial-gradient(circle at 92% 8%, var(--rs-liquid-gold), transparent 28%);
  pointer-events: none;
}

/* Proof preview: crisp source images with only the existing localized redactions. */
.proof-preview-section .proof-preview-grid > a {
  isolation: isolate;
  border: 1px solid var(--rs-liquid-line) !important;
  background:
    linear-gradient(138deg, rgba(255, 255, 255, 0.66), rgba(231, 246, 241, 0.3)),
    var(--rs-liquid-fill) !important;
  box-shadow: var(--rs-liquid-inset), var(--rs-liquid-shadow) !important;
  -webkit-backdrop-filter: blur(20px) saturate(1.16) !important;
  backdrop-filter: blur(20px) saturate(1.16) !important;
}

.proof-preview-section .proof-preview-grid > a::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 1px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: inherit;
  background: linear-gradient(128deg, rgba(255, 255, 255, 0.22), transparent 24%, transparent 78%, rgba(195, 230, 220, 0.14));
  pointer-events: none;
}

.proof-preview-section .proof-preview-grid > a::after {
  content: none !important;
  display: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

.proof-preview-section .proof-preview-grid img {
  position: relative;
  z-index: 1;
  filter: none !important;
  opacity: 1 !important;
}

.proof-preview-section .section-actions .button.primary {
  border: 1px solid rgba(255, 255, 255, 0.56) !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.44), transparent 38%),
    linear-gradient(132deg, rgba(42, 173, 137, 0.9), rgba(5, 109, 82, 0.95) 62%, rgba(3, 77, 60, 0.96)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58), 0 18px 42px rgba(8, 105, 79, 0.19) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.16);
  backdrop-filter: blur(18px) saturate(1.16);
}

/* Pricing: translucent white cards, with one restrained recommended highlight. */
.homepage-pricing .pricing-grid > .price-card,
.homepage-pricing .pricing-grid > .price-card.featured,
.homepage-pricing .pricing-grid > .price-card.dark {
  isolation: isolate;
  overflow: hidden;
  color: var(--ink) !important;
  border: 1px solid var(--rs-liquid-line) !important;
  background:
    linear-gradient(142deg, rgba(255, 255, 255, 0.73), rgba(255, 255, 255, 0.33) 52%, rgba(208, 238, 229, 0.22)),
    var(--rs-liquid-fill) !important;
  box-shadow: var(--rs-liquid-inset), var(--rs-liquid-shadow) !important;
  -webkit-backdrop-filter: blur(24px) saturate(1.18) !important;
  backdrop-filter: blur(24px) saturate(1.18) !important;
}

.homepage-pricing .pricing-grid > .price-card::before {
  content: "" !important;
  position: absolute;
  z-index: -1;
  inset: 1px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: inherit;
  background:
    linear-gradient(128deg, rgba(255, 255, 255, 0.34), transparent 28%),
    radial-gradient(circle at 88% 8%, var(--rs-liquid-gold), transparent 25%);
  opacity: 1 !important;
  pointer-events: none;
}

.homepage-pricing .pricing-grid > .price-card::after {
  content: none !important;
  display: none !important;
}

.homepage-pricing .pricing-grid > .price-card.featured {
  border-color: rgba(99, 202, 171, 0.48) !important;
  background:
    linear-gradient(142deg, rgba(255, 255, 255, 0.78), rgba(229, 248, 242, 0.42) 52%, rgba(176, 229, 212, 0.26)),
    rgba(246, 255, 252, 0.58) !important;
  box-shadow:
    var(--rs-liquid-inset),
    0 26px 68px rgba(19, 112, 87, 0.13),
    0 0 0 1px rgba(115, 213, 183, 0.12) !important;
}

.homepage-pricing .pricing-grid > .price-card a {
  border: 1px solid rgba(255, 255, 255, 0.52) !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.42), transparent 38%),
    linear-gradient(132deg, rgba(42, 173, 137, 0.9), rgba(5, 109, 82, 0.95) 62%, rgba(3, 77, 60, 0.96)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.52), 0 16px 34px rgba(8, 105, 79, 0.17) !important;
  -webkit-backdrop-filter: blur(16px) saturate(1.14);
  backdrop-filter: blur(16px) saturate(1.14);
}

/* Intake: glass panel and controls without changing form structure or behavior. */
.light-intake-section .light-intake-form {
  isolation: isolate;
  overflow: hidden;
  border: 1px solid var(--rs-liquid-line) !important;
  background:
    linear-gradient(138deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.34) 52%, rgba(205, 237, 228, 0.2)),
    var(--rs-liquid-fill) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(105, 168, 150, 0.1),
    0 32px 78px rgba(22, 67, 55, 0.12),
    0 8px 22px rgba(22, 67, 55, 0.06) !important;
  -webkit-backdrop-filter: blur(28px) saturate(1.2) !important;
  backdrop-filter: blur(28px) saturate(1.2) !important;
}

.light-intake-section .light-intake-form::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 1px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: inherit;
  background:
    linear-gradient(126deg, rgba(255, 255, 255, 0.4), transparent 28%),
    radial-gradient(circle at 92% 5%, var(--rs-liquid-gold), transparent 22%),
    radial-gradient(circle at 8% 94%, var(--rs-liquid-mint), transparent 24%);
  pointer-events: none;
}

.light-intake-section .light-intake-form::after {
  content: none !important;
  display: none !important;
}

.light-intake-section .light-intake-form input,
.light-intake-section .light-intake-form select,
.light-intake-section .light-intake-form textarea,
.light-intake-section .urgency-options,
.light-intake-section .compact-legal,
.light-intake-section .advanced-case-details {
  border-color: rgba(255, 255, 255, 0.78) !important;
  background:
    linear-gradient(138deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.3)),
    rgba(255, 255, 255, 0.38) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94), 0 9px 24px rgba(30, 75, 63, 0.045) !important;
  -webkit-backdrop-filter: blur(16px) saturate(1.12);
  backdrop-filter: blur(16px) saturate(1.12);
}

.light-intake-section .urgency-options label:has(input:checked) {
  background: linear-gradient(140deg, rgba(219, 246, 238, 0.72), rgba(255, 255, 255, 0.42)) !important;
  box-shadow: inset 0 0 0 1px rgba(46, 156, 125, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.86) !important;
}

.light-intake-section .intake-trust-grid article > span {
  border: 1px solid var(--rs-liquid-line);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.76), rgba(215, 240, 233, 0.3)),
    var(--rs-liquid-fill);
  box-shadow: var(--rs-liquid-inset), 0 13px 30px rgba(28, 67, 57, 0.075);
  -webkit-backdrop-filter: blur(18px) saturate(1.14);
  backdrop-filter: blur(18px) saturate(1.14);
}

.light-intake-section .light-intake-form .button.primary {
  border: 1px solid rgba(255, 255, 255, 0.56) !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.46), transparent 38%),
    linear-gradient(132deg, rgba(42, 173, 137, 0.9), rgba(5, 109, 82, 0.95) 62%, rgba(3, 77, 60, 0.96)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58), 0 20px 44px rgba(8, 105, 79, 0.2) !important;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .site-header .header-login,
  .radar-hero .radar-proof-row > span,
  .proof-preview-section .proof-preview-grid > a,
  .homepage-pricing .pricing-grid > .price-card,
  .light-intake-section .light-intake-form,
  .light-intake-section .light-intake-form input,
  .light-intake-section .light-intake-form select,
  .light-intake-section .light-intake-form textarea,
  .light-intake-section .urgency-options,
  .light-intake-section .compact-legal,
  .light-intake-section .advanced-case-details {
    background-color: rgba(250, 253, 251, 0.94) !important;
  }
}

@media (max-width: 700px) {
  .radar-hero .radar-proof-row > span,
  .proof-preview-section .proof-preview-grid > a,
  .homepage-pricing .pricing-grid > .price-card,
  .light-intake-section .light-intake-form {
    -webkit-backdrop-filter: blur(18px) saturate(1.14) !important;
    backdrop-filter: blur(18px) saturate(1.14) !important;
  }

  .light-intake-section .light-intake-form {
    border-radius: 18px;
  }
}

.light-intake-section .compact-legal input[type="checkbox"] {
  border-color: rgba(27, 142, 108, 0.34) !important;
  background: rgba(252, 255, 254, 0.78) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96), 0 5px 14px rgba(21, 105, 81, 0.07) !important;
}

/* Proof library: Apple-clear layered glass treatment (approved 2026-07-15). */
.proof-library-section {
  overflow: hidden;
  background-color: #f3f7fa;
  background-image:
    radial-gradient(circle at 50% 10%, transparent 0 120px, rgba(156, 179, 193, 0.14) 121px 122px, transparent 123px 205px, rgba(156, 179, 193, 0.1) 206px 207px, transparent 208px),
    linear-gradient(rgba(150, 173, 185, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(150, 173, 185, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 18% 4%, rgba(255, 255, 255, 0.98), transparent 36%),
    linear-gradient(145deg, #f8fafc, #edf3f7 58%, #f7fafc);
  background-size: auto, 54px 54px, 54px 54px, auto, auto;
}

.proof-library-plaque {
  position: relative;
  z-index: 4;
  display: flex;
  width: min(620px, calc(100% - 34px));
  min-height: 126px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 6px auto -30px;
  padding: 24px 34px;
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow:
    0 24px 50px rgba(57, 82, 96, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -1px 0 rgba(175, 194, 205, 0.16);
  backdrop-filter: blur(28px) saturate(125%);
  -webkit-backdrop-filter: blur(28px) saturate(125%);
}

.proof-library-plaque::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 18px -64px -34px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 30px 30px 0 0;
  background: rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.proof-library-plaque-seal {
  display: grid;
  flex: 0 0 auto;
  width: 50px;
  height: 55px;
  place-items: center;
  border: 1px solid rgba(67, 141, 113, 0.58);
  border-radius: 16px 16px 21px 21px;
  color: #fff;
  background: linear-gradient(145deg, #17664e, #0b4233);
  box-shadow:
    0 10px 20px rgba(8, 71, 52, 0.2),
    inset 0 1px 1px rgba(255, 255, 255, 0.4);
  font-size: 22px;
  font-weight: 800;
}

.proof-library-plaque div {
  display: grid;
  gap: 10px;
}

.proof-library-plaque strong {
  color: #102b35;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(29px, 3.4vw, 46px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1;
}

.proof-library-plaque small {
  color: #67767e;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.proof-library-grid.proof-library-grid--showcase {
  gap: 34px;
  padding-top: 72px;
}

.proof-library-grid--showcase .proof-showcase-card {
  isolation: isolate;
  overflow: visible;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-left: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow:
    0 24px 54px rgba(55, 80, 94, 0.1),
    inset 0 1px 0 #fff,
    inset 0 -1px 0 rgba(168, 188, 200, 0.13);
  backdrop-filter: blur(30px) saturate(120%);
  -webkit-backdrop-filter: blur(30px) saturate(120%);
}

.proof-library-grid--showcase .proof-showcase-card::before,
.proof-library-grid--showcase .proof-showcase-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.proof-library-grid--showcase .proof-showcase-card::before {
  z-index: -1;
  inset: -12px 18px 10px;
  border-radius: 31px;
}

.proof-library-grid--showcase .proof-showcase-card::after {
  z-index: -2;
  inset: -23px 38px 22px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.14);
}

.proof-library-grid--showcase .proof-showcase-card:nth-child(even)::before {
  inset-inline: 28px 12px;
}

.proof-showcase-head {
  display: none;
}

.proof-showcase-main {
  position: relative;
  z-index: 2;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: clamp(28px, 4vw, 54px);
}

.proof-evidence-media {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.62), rgba(220, 230, 237, 0.46));
  box-shadow:
    0 16px 34px rgba(58, 79, 91, 0.1),
    inset 0 1px 0 #fff,
    inset 0 0 0 1px rgba(158, 181, 193, 0.12);
  backdrop-filter: blur(22px) saturate(112%);
  -webkit-backdrop-filter: blur(22px) saturate(112%);
}

.proof-library-grid--showcase .proof-evidence-media img {
  opacity: 0.68;
  filter: grayscale(1) invert(1) brightness(1.1) contrast(0.72);
  mix-blend-mode: multiply;
}

.proof-evidence-media::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.48), transparent 34%),
    linear-gradient(180deg, transparent 66%, rgba(239, 245, 247, 0.35));
  box-shadow: inset 0 1px 0 #fff;
}

.proof-evidence-media::after {
  z-index: 2;
  color: #1b7057;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}

.proof-route {
  color: #187258;
}

.proof-library-grid--showcase .proof-showcase-copy h3 {
  max-width: 470px;
  font-family: "DM Serif Display", Georgia, serif;
  color: #102b35;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.02;
}

.proof-status,
.proof-showcase-copy li {
  border-color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.48);
  box-shadow:
    0 5px 14px rgba(67, 88, 99, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    inset 0 -1px 0 rgba(163, 183, 193, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.proof-status {
  border: 1px solid rgba(255, 255, 255, 0.95);
}

.proof-showcase-foot {
  z-index: 2;
  max-width: none;
  margin-top: 22px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow:
    0 12px 26px rgba(61, 84, 96, 0.075),
    inset 0 1px 0 #fff,
    inset 0 -1px 0 rgba(167, 188, 199, 0.12);
  backdrop-filter: blur(20px) saturate(118%);
  -webkit-backdrop-filter: blur(20px) saturate(118%);
}

.proof-showcase-foot > span {
  color: #fff;
  border-color: rgba(55, 129, 101, 0.62);
  background: linear-gradient(145deg, #17664e, #0b4233);
  box-shadow: 0 8px 18px rgba(8, 71, 52, 0.16);
}

.proof-showcase-foot strong {
  font-family: "DM Serif Display", Georgia, serif;
  color: #19333c;
  font-size: 22px;
  font-weight: 400;
}

@media (max-width: 720px) {
  .proof-library-plaque {
    width: calc(100% - 46px);
    min-height: 84px;
    gap: 12px;
    margin-bottom: -20px;
    padding: 15px 18px;
    border-radius: 20px;
  }

  .proof-library-plaque::before {
    inset: 13px -24px -24px;
    border-radius: 22px 22px 0 0;
  }

  .proof-library-plaque-seal {
    width: 34px;
    height: 38px;
    border-radius: 11px 11px 14px 14px;
    font-size: 15px;
  }

  .proof-library-plaque div {
    gap: 6px;
  }

  .proof-library-plaque strong {
    font-size: clamp(20px, 6.2vw, 28px);
  }

  .proof-library-plaque small {
    font-size: 6px;
    letter-spacing: 0.1em;
  }

  .proof-library-grid.proof-library-grid--showcase {
    gap: 26px;
    padding-top: 54px;
  }

  .proof-library-grid--showcase .proof-showcase-card {
    padding: 14px;
    border-left-width: 1px;
    border-radius: 20px;
  }

  .proof-library-grid--showcase .proof-showcase-card::before {
    inset: -7px 9px 7px;
    border-radius: 21px;
  }

  .proof-library-grid--showcase .proof-showcase-card::after {
    inset: -13px 19px 14px;
    border-radius: 22px;
  }

  .proof-showcase-main {
    gap: 12px;
  }

  .proof-evidence-media {
    border-radius: 12px;
  }

  .proof-library-grid--showcase .proof-showcase-copy h3 {
    font-family: "DM Serif Display", Georgia, serif;
    font-size: clamp(17px, 4.8vw, 23px);
    font-weight: 400;
  }

  .proof-showcase-foot {
    margin-top: 12px;
    padding: 11px 12px;
    border-radius: 13px;
  }

  .proof-showcase-foot strong {
    font-size: 14px;
  }
}

/* Production client portal */
.portal-private-label { display: inline-flex; align-items: center; gap: 9px; color: var(--ink-soft); font-size: 12px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; }
.portal-private-label i, .portal-sync-state i { width: 8px; height: 8px; border-radius: 999px; background: #bf8d2f; box-shadow: 0 0 0 5px rgba(191, 141, 47, 0.12); }
.portal-client-login { min-height: 620px; align-items: stretch; }
.portal-client-login .portal-auth-copy { display: flex; flex-direction: column; justify-content: center; }
.portal-client-login .portal-auth-copy h1 { max-width: 660px; margin: 10px 0 22px; font-family: "DM Serif Display", serif; font-size: clamp(48px, 6vw, 78px); font-weight: 400; line-height: 0.96; letter-spacing: -0.045em; }
.portal-login-trust { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 34px; }
.portal-login-trust span { display: grid; gap: 5px; padding: 18px; border: 1px solid rgba(25, 54, 47, 0.1); border-radius: 17px; background: rgba(255, 255, 255, 0.54); }
.portal-login-trust strong { font-size: 21px; }
.portal-login-trust small { color: var(--ink-soft); font-size: 11px; font-weight: 800; }
.portal-demo-entry label { display: grid; gap: 8px; color: var(--ink); font-size: 12px; font-weight: 800; }
.portal-demo-entry input, .portal-filter-card input, .portal-filter-card select { width: 100%; min-height: 50px; padding: 0 14px; border: 1px solid rgba(25, 54, 47, 0.16); border-radius: 12px; background: #fff; color: var(--ink); font: inherit; outline: none; }
.portal-demo-entry input:focus, .portal-filter-card input:focus, .portal-filter-card select:focus { border-color: rgba(191, 141, 47, 0.75); box-shadow: 0 0 0 4px rgba(191, 141, 47, 0.1); }
.portal-client-dashboard { grid-template-columns: 280px minmax(0, 1fr); }
.portal-filter-card { display: grid; gap: 15px; padding: 18px; border: 1px solid rgba(25, 54, 47, 0.1); border-radius: 19px; background: rgba(255, 255, 255, 0.72); }
.portal-filter-card > small, .portal-filter-card label > span { color: var(--ink-soft); font-size: 10px; font-weight: 900; letter-spacing: 0.07em; text-transform: uppercase; }
.portal-filter-card label { display: grid; gap: 7px; }
.portal-filter-card p { margin: 0; color: var(--ink-soft); font-size: 12px; font-weight: 800; }
.portal-status-legend { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 4px 0 18px; }
.portal-status-legend span { display: grid; gap: 2px; padding: 14px; border-radius: 14px; background: rgba(25, 54, 47, 0.045); }
.portal-status-legend strong { font-size: 20px; }
.portal-status-legend small { color: var(--ink-soft); font-size: 10px; font-weight: 800; }
.portal-status-legend .is-active { background: rgba(176, 77, 45, 0.08); }
.portal-status-legend .is-watch { background: rgba(191, 141, 47, 0.1); }
.portal-case-table td:first-child { min-width: 220px; }
.portal-case-table td:first-child strong, .portal-case-table td:first-child small { display: block; }
.portal-case-table td:first-child small { max-width: 240px; margin-top: 4px; overflow: hidden; color: var(--ink-soft); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.portal-number-cell { font-variant-numeric: tabular-nums; font-weight: 800; }
.portal-empty-state { padding: 30px; text-align: center; color: var(--ink-soft); }
.portal-impact { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.8fr); grid-template-rows: auto auto; gap: 14px; }
.portal-impact > article, .portal-impact-support article { position: relative; overflow: hidden; border: 1px solid rgba(25, 54, 47, 0.1); border-radius: 20px; background: rgba(255, 255, 255, 0.76); box-shadow: 0 18px 46px rgba(10, 47, 38, 0.07); }
.portal-impact-primary { isolation: isolate; grid-row: 1 / 3; min-height: 300px; padding: clamp(24px, 3.2vw, 42px); border-color: rgba(151, 186, 177, 0.38) !important; color: var(--ink); background: radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.9), transparent 28%), radial-gradient(circle at 72% 84%, rgba(182, 226, 215, 0.24), transparent 38%), linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(239, 248, 246, 0.52) 52%, rgba(255, 255, 255, 0.72)) !important; -webkit-backdrop-filter: blur(30px) saturate(1.24); backdrop-filter: blur(30px) saturate(1.24); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.98), inset 0 0 0 1px rgba(255, 255, 255, 0.42), 0 24px 64px rgba(16, 73, 59, 0.11), 0 2px 8px rgba(92, 126, 118, 0.08) !important; }
.portal-impact-primary::before { content: ""; position: absolute; z-index: 0; inset: 0; border-radius: inherit; pointer-events: none; background: linear-gradient(118deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.08) 28%, transparent 49%, rgba(188, 226, 232, 0.2) 72%, rgba(255, 255, 255, 0.64) 100%), linear-gradient(128deg, transparent 68%, rgba(171, 223, 234, 0.24) 72%, rgba(255, 234, 196, 0.2) 74%, transparent 78%); opacity: 0.82; }
.portal-impact-primary::after { content: ""; position: absolute; z-index: 3; inset: 1px; border: 1px solid rgba(255, 255, 255, 0.72); border-radius: 19px; pointer-events: none; box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.38); }
.portal-impact-label { position: relative; z-index: 2; display: inline-flex; gap: 9px; align-items: center; margin-bottom: 28px; color: #174f41; font-size: 11px; font-weight: 900; letter-spacing: 0.09em; text-transform: uppercase; }
.portal-impact-label i { display: inline-flex; width: 25px; height: 25px; align-items: center; justify-content: center; border: 1px solid rgba(31, 132, 104, 0.22); border-radius: 50%; color: #155a47; background: rgba(205, 244, 231, 0.58); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 6px 16px rgba(29, 100, 81, 0.1); font-style: normal; }
.portal-impact-primary > strong { position: relative; z-index: 2; display: block; color: #24745f; font-size: clamp(58px, 7.2vw, 96px); font-weight: 900; line-height: 0.88; letter-spacing: -0.065em; font-variant-numeric: tabular-nums; text-shadow: 0 5px 18px rgba(26, 100, 81, 0.11); }
.portal-impact-primary h2 { position: relative; z-index: 2; margin: 16px 0 9px; color: #1d6c58; font-family: Inter, sans-serif; font-size: clamp(19px, 2vw, 27px); font-weight: 900; letter-spacing: -0.03em; }
.portal-impact-primary p { position: relative; z-index: 2; max-width: 560px; margin: 0; color: #405c54; font-size: 13px; line-height: 1.55; }
.portal-impact-proof { position: relative; z-index: 2; display: inline-flex; gap: 6px; align-items: baseline; margin-top: 24px; border: 1px solid rgba(181, 138, 69, 0.24); border-radius: 999px; padding: 8px 12px; color: #405c54; background: rgba(255, 255, 255, 0.42); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84); font-size: 11px; font-weight: 800; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.portal-impact-proof span { color: #956817; font-size: 15px; font-weight: 900; }
.portal-impact-radar { position: absolute; z-index: 1; right: 14%; bottom: 18%; width: 14px; height: 14px; pointer-events: none; }
.portal-impact-radar > i { position: absolute; z-index: 2; left: 50%; top: 50%; width: 10px; height: 10px; border: 2px solid rgba(255, 255, 255, 0.92); border-radius: 50%; background: #ef493d; box-shadow: 0 0 0 5px rgba(239, 73, 61, 0.12), 0 0 20px rgba(239, 73, 61, 0.52); transform: translate(-50%, -50%); animation: portal-radar-dot 2.4s ease-in-out infinite; }
.portal-impact-radar > span { position: absolute; left: 50%; top: 50%; width: 28px; height: 28px; border: 1px solid rgba(255, 255, 255, 0.84); border-radius: 50%; box-shadow: 0 0 0 1px rgba(117, 184, 167, 0.06); opacity: 0; transform: translate(-50%, -50%) scale(0.38); animation: portal-radar-wave 5.6s cubic-bezier(0.18, 0.55, 0.28, 1) infinite; }
.portal-impact-radar > span:nth-child(2) { animation-delay: 1.4s; }
.portal-impact-radar > span:nth-child(3) { animation-delay: 2.8s; }
.portal-impact-radar > span:nth-child(4) { animation-delay: 4.2s; }
@keyframes portal-radar-wave { 0% { opacity: 0; transform: translate(-50%, -50%) scale(0.38); } 12% { opacity: 0.72; } 78%, 100% { opacity: 0; transform: translate(-50%, -50%) scale(14); } }
@keyframes portal-radar-dot { 0%, 100% { box-shadow: 0 0 0 5px rgba(239, 73, 61, 0.1), 0 0 16px rgba(239, 73, 61, 0.38); } 50% { box-shadow: 0 0 0 8px rgba(239, 73, 61, 0.15), 0 0 25px rgba(239, 73, 61, 0.62); } }
@media (prefers-reduced-motion: reduce) { .portal-impact-radar > span, .portal-impact-radar > i { animation: none; } .portal-impact-radar > span { opacity: 0.34; } .portal-impact-radar > span:nth-child(1) { transform: translate(-50%, -50%) scale(3); } .portal-impact-radar > span:nth-child(2) { transform: translate(-50%, -50%) scale(6); } .portal-impact-radar > span:nth-child(3) { transform: translate(-50%, -50%) scale(9); } .portal-impact-radar > span:nth-child(4) { transform: translate(-50%, -50%) scale(12); } }
.portal-impact-live { min-height: 184px; padding: 24px; }
.portal-impact-live > span, .portal-impact-support span { color: var(--signal-deep); font-size: 10px; font-weight: 900; letter-spacing: 0.09em; text-transform: uppercase; }
.portal-impact-live > strong { display: block; margin: 16px 0 7px; color: var(--ink); font-size: clamp(38px, 4vw, 54px); line-height: 0.9; letter-spacing: -0.055em; font-variant-numeric: tabular-nums; }
.portal-impact-live h3 { margin: 0 0 9px; font-size: 16px; }
.portal-impact-live p { margin: 0 0 17px; font-size: 11px; line-height: 1.5; }
.portal-impact-live small { display: inline-flex; gap: 7px; align-items: center; color: var(--ink-soft); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.portal-impact-live small i { width: 7px; height: 7px; border-radius: 50%; background: #bf8d2f; box-shadow: 0 0 0 4px rgba(191, 141, 47, 0.1); }
.portal-impact-support { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.portal-impact-support article { min-height: 102px; padding: 18px; }
.portal-impact-support strong { display: block; margin: 9px 0 4px; color: var(--ink); font-size: 27px; line-height: 1; font-variant-numeric: tabular-nums; }
.portal-impact-support small { color: var(--ink-soft); font-size: 9px; font-weight: 800; }
.portal-results-note { display: flex; gap: 9px; align-items: center; margin-top: -2px; padding: 0 4px; color: var(--ink-soft); font-size: 11px; line-height: 1.5; }
.portal-results-note strong { flex: 0 0 auto; color: var(--signal-deep); }
.portal-privacy-note { display: grid; grid-template-columns: minmax(200px, 0.35fr) minmax(0, 1fr); gap: 28px; align-items: center; border-color: rgba(191, 141, 47, 0.2); background: linear-gradient(120deg, rgba(248, 244, 234, 0.92), rgba(255, 255, 255, 0.9)); }
.portal-privacy-note h2 { margin: 4px 0 0; font-size: 20px; }
.portal-privacy-note p { margin: 0; color: var(--ink-soft); line-height: 1.7; }
@media (max-width: 1180px) { .portal-client-dashboard { grid-template-columns: 1fr; } .portal-status-legend { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) { .portal-private-label { font-size: 0; } .portal-client-login { min-height: auto; } .portal-client-login .portal-auth-copy h1 { font-size: 48px; } .portal-login-trust { grid-template-columns: 1fr; } .portal-filter-card { padding: 14px; } .portal-status-legend { grid-template-columns: 1fr 1fr; } .portal-impact { grid-template-columns: 1fr; grid-template-rows: auto; } .portal-impact-primary { grid-row: auto; min-height: 280px; } .portal-impact-support { grid-template-columns: 1fr 1fr; } .portal-results-note { align-items: flex-start; } .portal-privacy-note { grid-template-columns: 1fr; } }


.proof-library-grid--showcase {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: min(100%, 1160px);
  margin-inline: auto;
}

.proof-library-grid--showcase .proof-showcase-card {
  position: relative;
  overflow: hidden;
  font-family: "Inter", Arial, sans-serif;
  padding: 28px 30px 26px 36px;
  border: 1px solid rgba(171, 193, 184, 0.52);
  border-left: 8px solid #07563f;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 24px 60px rgba(13, 45, 37, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px) saturate(112%);
  -webkit-backdrop-filter: blur(18px) saturate(112%);
}

.proof-library-grid--showcase .proof-showcase-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(118deg, rgba(255, 255, 255, 0.74), transparent 34%, rgba(232, 242, 238, 0.18));
}

.proof-showcase-head,
.proof-showcase-main,
.proof-showcase-foot {
  position: relative;
  z-index: 1;
}

.proof-showcase-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.proof-showcase-brand {
  display: flex;
  align-items: flex-start;
  min-width: 0;
  gap: 13px;
}

.proof-library-grid--showcase .proof-showcase-brand > img {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  padding: 3px;
  object-fit: contain;
  aspect-ratio: 1;
  border: 1px solid rgba(19, 108, 83, 0.2);
  border-radius: 10px;
  background: rgba(239, 247, 243, 0.9);
  box-shadow: 0 6px 16px rgba(14, 72, 56, 0.09);
}

.proof-showcase-brand div,
.proof-showcase-foot div {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.proof-showcase-brand strong {
  color: #173a31;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.proof-showcase-brand small,
.proof-showcase-foot small {
  color: #6e7f79;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
}

.proof-platform-chip {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 38px;
  gap: 8px;
  padding: 7px 14px;
  border: 1px solid rgba(215, 224, 220, 0.64);
  border-radius: 999px;
  background: rgba(247, 249, 248, 0.88);
  box-shadow: inset 0 1px 0 #fff;
  color: #384c46;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.proof-library-grid--showcase .proof-platform-chip img {
  width: 18px;
  height: 18px;
  aspect-ratio: 1;
  object-fit: contain;
  background: transparent;
}

.proof-platform-monogram {
  display: inline-grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: #eaf2ef;
  color: #0b6048;
  font-size: 9px;
  font-weight: 900;
}

.proof-showcase-main {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: start;
  gap: clamp(24px, 4vw, 52px);
}

.proof-evidence-media {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.44 / 1;
  border: 1px solid rgba(16, 44, 37, 0.28);
  border-radius: 13px;
  background: #0e1d1c;
  box-shadow: 0 16px 28px rgba(8, 25, 22, 0.18);
}

.proof-library-grid--showcase .proof-evidence-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 194.445%;
  max-width: none;
  height: auto;
  aspect-ratio: 14 / 9;
  object-fit: fill;
  transform: translate(-3%, -23.889%);
  filter: saturate(0.62) brightness(0.72) contrast(1.18);
  background: #0e1d1c;
}

.proof-evidence-media::after {
  content: "RIGHTSIGNAL WATERMARK  ·  CLIENT DATA REDACTED";
  position: absolute;
  right: 14px;
  bottom: 12px;
  left: 14px;
  overflow: hidden;
  color: #75b497;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.proof-showcase-copy {
  min-width: 0;
  padding-top: 2px;
}

.proof-route {
  display: block;
  margin-bottom: 8px;
  color: #167358;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.035em;
  line-height: 1.3;
  text-transform: uppercase;
}

.proof-library-grid--showcase .proof-showcase-copy h3 {
  max-width: 460px;
  margin: 0 0 15px;
  padding: 0;
  font-family: "Inter", Arial, sans-serif;
  color: #172724;
  font-size: clamp(24px, 2.45vw, 36px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.proof-status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  gap: 7px;
  padding: 5px 13px;
  border: 1px solid #3a8c70;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  color: #17644e;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
}

.proof-status b {
  font-weight: 900;
}

.proof-showcase-copy ul {
  display: grid;
  gap: 6px;
  margin: 15px 0 16px;
  padding: 0;
  list-style: none;
}

.proof-showcase-copy li {
  position: relative;
  min-height: 30px;
  padding: 7px 12px 7px 31px;
  border: 1px solid rgba(212, 222, 218, 0.66);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.68);
  color: #63736e;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.25;
}

.proof-showcase-copy li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  width: 6px;
  height: 6px;
  border: 1.5px solid #3e8a71;
  border-radius: 50%;
  transform: translateY(-50%);
}

.proof-library-grid--showcase .proof-showcase-copy p {
  margin: 0;
  padding: 0;
  color: #66746f;
  font-size: 12px;
  font-weight: 550;
  line-height: 1.52;
}

.proof-showcase-foot {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  max-width: 760px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(199, 214, 208, 0.58);
}

.proof-showcase-foot > span {
  display: grid;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1.5px solid #207258;
  border-radius: 10px 10px 13px 13px;
  background: rgba(239, 247, 243, 0.9);
  color: #126046;
  font-size: 14px;
  font-weight: 900;
}

.proof-showcase-foot strong {
  color: #173a31;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

@media (max-width: 720px) {
  .proof-library-section {
    padding-inline: 12px;
  }

  .proof-filter-row {
    flex-wrap: nowrap;
    margin-inline: -12px;
    padding-inline: 12px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .proof-filter-row::-webkit-scrollbar {
    display: none;
  }

  .proof-library-grid--showcase {
    gap: 14px;
  }

  .proof-library-grid--showcase .proof-showcase-card {
    padding: 17px 15px 16px 18px;
    border-left-width: 5px;
    border-radius: 17px;
    box-shadow: 0 13px 30px rgba(13, 45, 37, 0.075);
  }

  .proof-showcase-head {
    gap: 8px;
    margin-bottom: 16px;
  }

  .proof-showcase-brand {
    gap: 8px;
  }

  .proof-library-grid--showcase .proof-showcase-brand > img {
    width: 27px;
    height: 27px;
    border-radius: 8px;
  }

  .proof-showcase-brand strong {
    font-size: 11px;
  }

  .proof-showcase-brand small {
    max-width: 210px;
    font-size: 7.5px;
  }

  .proof-platform-chip {
    min-height: 30px;
    gap: 5px;
    padding: 5px 9px;
    font-size: 9px;
  }

  .proof-library-grid--showcase .proof-platform-chip img,
  .proof-platform-monogram {
    width: 15px;
    height: 15px;
  }

  .proof-showcase-main {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 14px;
  }

  .proof-evidence-media {
    border-radius: 9px;
    box-shadow: 0 10px 18px rgba(8, 25, 22, 0.16);
  }

  .proof-evidence-media::after {
    right: 7px;
    bottom: 7px;
    left: 7px;
    font-size: 5.5px;
  }

  .proof-route {
    margin-bottom: 5px;
    font-size: 6.5px;
  }

  .proof-library-grid--showcase .proof-showcase-copy h3 {
    margin-bottom: 8px;
    font-size: clamp(16px, 4.5vw, 22px);
    line-height: 1.06;
  }

  .proof-status {
    min-height: 23px;
    gap: 4px;
    padding: 4px 7px;
    font-size: 6.8px;
  }

  .proof-showcase-copy ul {
    gap: 4px;
    margin: 8px 0;
  }

  .proof-showcase-copy li {
    min-height: 22px;
    padding: 5px 6px 5px 20px;
    border-radius: 7px;
    font-size: 7px;
  }

  .proof-showcase-copy li::before {
    left: 8px;
    width: 4px;
    height: 4px;
  }

  .proof-library-grid--showcase .proof-showcase-copy p {
    font-size: 7.5px;
    line-height: 1.42;
  }

  .proof-showcase-foot {
    gap: 9px;
    margin-top: 14px;
    padding-top: 12px;
  }

  .proof-showcase-foot > span {
    width: 24px;
    height: 24px;
    border-radius: 8px 8px 10px 10px;
    font-size: 11px;
  }

  .proof-showcase-foot strong {
    font-size: 12px;
  }

  .proof-showcase-foot small {
    font-size: 7px;
  }
}

@media (max-width: 360px) {
  .proof-showcase-main {
    grid-template-columns: 1fr;
  }

  .proof-showcase-copy {
    padding-top: 2px;
  }

  .proof-route {
    font-size: 8px;
  }

  .proof-library-grid--showcase .proof-showcase-copy h3 {
    font-size: 21px;
  }

  .proof-status {
    font-size: 8px;
  }

  .proof-showcase-copy li,
  .proof-library-grid--showcase .proof-showcase-copy p,
  .proof-showcase-foot small {
    font-size: 9px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(233, 244, 234, 0.74) 42%, rgba(244, 247, 241, 0.92) 100%),
    linear-gradient(45deg, rgba(216, 255, 114, 0.16), rgba(53, 201, 142, 0.1) 45%, rgba(255, 255, 255, 0.26)),
    var(--paper);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

.site-shell {
  width: min(1440px, 100%);
  margin: 0 auto;
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  padding: 18px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(244, 247, 241, 0.58);
  backdrop-filter: blur(28px) saturate(1.45);
  box-shadow: 0 10px 34px rgba(7, 21, 18, 0.05);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
}

.brand-mark {
  width: 44px;
  height: 44px;
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong {
  font-size: 18px;
  letter-spacing: 0;
}

.brand-copy small {
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border: 1px solid var(--glass-line);
  border-radius: var(--pill);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px) saturate(1.35);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    0 12px 30px rgba(7, 21, 18, 0.06);
}

.nav-links a {
  padding: 10px 13px;
  border-radius: var(--pill);
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 800;
}

.nav-links a:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
}

.header-cta,
.button,
.price-card a,
.chat-form button,
.legal-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: var(--pill);
  font-weight: 900;
  cursor: pointer;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.header-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--glass-line);
  border-radius: var(--pill);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(18px) saturate(1.25);
  font-weight: 900;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 10px 24px rgba(7, 21, 18, 0.05);
}

.header-cta,
.button.primary,
.chat-form button {
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0)),
    var(--signal);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    0 14px 34px rgba(53, 201, 142, 0.24);
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--glass-line);
  backdrop-filter: blur(18px) saturate(1.25);
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  gap: 48px;
  align-items: center;
  padding: 78px 28px 42px;
}

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

.eyebrow {
  margin: 0 0 14px;
  color: var(--signal-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  font-size: 72px;
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.15;
}

p {
  color: var(--ink-soft);
  line-height: 1.65;
}

.hero-lede {
  max-width: 700px;
  font-size: 19px;
}

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

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

.trust-row span,
.market-strip span,
.contact-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--glass-line);
  border-radius: var(--pill);
  background: rgba(255, 255, 255, 0.54);
  backdrop-filter: blur(18px) saturate(1.25);
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 800;
}

.hero-visual {
  min-width: 0;
}

.signal-frame {
  position: relative;
  border: 1px solid rgba(7, 21, 18, 0.12);
  border-radius: var(--radius);
  background: linear-gradient(145deg, #10251f, #071512 62%, #17392e);
  box-shadow: var(--shadow);
  padding: 18px;
}

.signal-frame::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: var(--radius);
  border: 1px solid rgba(216, 255, 114, 0.18);
  pointer-events: none;
}

.signal-frame img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: var(--radius);
}

.signal-card {
  position: absolute;
  right: 32px;
  bottom: 32px;
  width: 210px;
  padding: 16px;
  border: 1px solid rgba(216, 255, 114, 0.34);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 34px rgba(7, 21, 18, 0.18);
}

.signal-card strong,
.signal-card p,
.signal-card small {
  display: block;
}

.signal-card p {
  margin: 4px 0 2px;
  color: var(--ink);
  font-weight: 900;
}

.signal-card small {
  color: var(--signal-deep);
  font-weight: 900;
}

.signal-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 7px rgba(53, 201, 142, 0.18);
}

.market-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 18px 28px 36px;
}

.simple-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 28px;
  align-items: stretch;
  padding: 46px 28px 28px;
}

.simple-hero-copy {
  display: flex;
  min-height: 460px;
  flex-direction: column;
  justify-content: center;
  padding: 38px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--glass-line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.42)),
    linear-gradient(160deg, rgba(216, 255, 114, 0.22), rgba(53, 201, 142, 0.08) 46%, rgba(255, 255, 255, 0.18));
  backdrop-filter: blur(34px) saturate(1.45);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(255, 255, 255, 0.34),
    var(--glass-shadow);
}

.simple-hero-copy::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: calc(var(--radius) - 1px);
  border: 1px solid rgba(255, 255, 255, 0.48);
  pointer-events: none;
}

.simple-hero h1 {
  max-width: 850px;
  margin-bottom: 16px;
  font-size: clamp(46px, 5.2vw, 68px);
  line-height: 0.96;
}

.simple-case-panel {
  display: flex;
  min-height: 460px;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  border: 1px solid var(--glass-line);
  border-radius: var(--radius);
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.36)),
    linear-gradient(180deg, rgba(53, 201, 142, 0.16), rgba(216, 255, 114, 0.1));
  backdrop-filter: blur(34px) saturate(1.45);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    var(--glass-shadow);
}

.simple-case-panel h2 {
  color: var(--ink);
  font-size: 38px;
}

.case-status {
  width: fit-content;
  padding: 9px 12px;
  border: 1px solid rgba(20, 132, 95, 0.18);
  border-radius: var(--pill);
  color: var(--signal-deep);
  background: rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(14px) saturate(1.2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

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

.case-flow-list span {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.52);
  color: var(--ink-soft);
  backdrop-filter: blur(16px) saturate(1.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
  font-weight: 900;
}

.section {
  padding: 74px 28px;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 30px;
}

.section-heading.compact {
  max-width: 600px;
}

.service-grid,
.proof-grid,
.insight-grid,
.legal-grid,
.process-grid,
.checklist-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.service-card,
.proof-card,
.insight-grid article,
.legal-grid article,
.process-grid article,
.checklist-grid article,
.faq-grid article,
.price-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(7, 21, 18, 0.06);
}

.service-card,
.proof-card,
.insight-grid article,
.legal-grid article,
.process-grid article,
.checklist-grid article,
.faq-grid article {
  min-height: 210px;
  padding: 24px;
}

.service-card p,
.proof-card p,
.insight-grid p,
.legal-grid p,
.process-grid p,
.checklist-grid p,
.faq-grid p {
  margin-bottom: 0;
}

.text-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  color: var(--signal-deep);
  font-size: 13px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.action-section,
.resource-section {
  background:
    linear-gradient(180deg, rgba(249, 251, 246, 0.72), rgba(255, 255, 255, 0.4));
}

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

.action-card {
  display: grid;
  min-height: 250px;
  padding: 26px;
  border: 1px solid var(--glass-line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.42)),
    rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(26px) saturate(1.35);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 18px 46px rgba(7, 21, 18, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.action-card:hover,
.action-card:focus-visible {
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(216, 255, 114, 0.32), rgba(255, 255, 255, 0.48)),
    rgba(255, 255, 255, 0.56);
  border-color: rgba(53, 201, 142, 0.34);
}

.action-card span {
  width: fit-content;
  height: 30px;
  padding: 7px 10px;
  border-radius: var(--pill);
  color: var(--ink);
  background: rgba(216, 255, 114, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 900;
}

.action-card h3 {
  align-self: end;
  margin-top: 34px;
  font-size: 28px;
}

.action-card:hover h3,
.action-card:hover p,
.action-card:hover strong,
.action-card:focus-visible h3,
.action-card:focus-visible p,
.action-card:focus-visible strong {
  color: inherit;
}

.action-card p {
  margin-bottom: 24px;
}

.action-card strong {
  align-self: end;
  color: var(--signal-deep);
  font-size: 14px;
}

.quick-section {
  background: rgba(255, 255, 255, 0.34);
}

.quick-steps,
.simple-price-grid,
.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.quick-step-link,
.simple-price-grid article,
.resource-grid a {
  color: inherit;
  padding: 24px;
  border: 1px solid var(--glass-line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(24px) saturate(1.25);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 14px 34px rgba(7, 21, 18, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.action-card:hover,
.action-card:focus-visible,
.quick-step-link:hover,
.quick-step-link:focus-visible,
.simple-price-grid article:hover,
.resource-grid a:hover,
.proof-preview-grid a:hover {
  transform: translateY(-2px);
  border-color: rgba(53, 201, 142, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 22px 54px rgba(7, 21, 18, 0.1);
}

.quick-step-link:hover,
.quick-step-link:focus-visible {
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(216, 255, 114, 0.32), rgba(255, 255, 255, 0.48)),
    rgba(255, 255, 255, 0.56);
  border-color: rgba(53, 201, 142, 0.34);
}

.quick-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border: 1px solid rgba(53, 201, 142, 0.28);
  border-radius: 50%;
  color: var(--signal-deep);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.1)),
    rgba(53, 201, 142, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
  font-weight: 900;
}

.proof-preview-section {
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(244, 247, 241, 0.66)),
    linear-gradient(135deg, rgba(53, 201, 142, 0.12), rgba(216, 255, 114, 0.16));
}

.proof-preview-section h2,
.proof-preview-section h3 {
  color: var(--ink);
}

.proof-preview-section p {
  color: var(--ink-soft);
}

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

.proof-preview-grid a {
  display: block;
  overflow: hidden;
  border: 1px solid var(--glass-line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(22px) saturate(1.25);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 16px 38px rgba(7, 21, 18, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.proof-preview-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 14 / 9;
  object-fit: cover;
}

.simple-pricing-section {
  background:
    linear-gradient(180deg, rgba(216, 255, 114, 0.14), rgba(255, 255, 255, 0.4));
}

.simple-price-grid span,
.resource-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--signal-deep);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.simple-price-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 30px;
}

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

.resource-grid span {
  display: block;
  color: var(--ink-soft);
  line-height: 1.55;
}

.service-hero {
  padding: 78px 28px 48px;
  border-bottom: 1px solid rgba(215, 226, 216, 0.72);
}

.service-hero h1 {
  max-width: 980px;
  font-size: 58px;
}

.article-index-hero {
  padding-top: 50px;
  padding-bottom: 30px;
}

.article-index-hero h1 {
  max-width: 900px;
  font-size: clamp(38px, 4.4vw, 54px);
}

.article-index-hero .hero-lede {
  max-width: 820px;
  font-size: 18px;
}

.article-index-hero .proof-filter-row {
  margin-bottom: 0;
}

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

.service-page-grid article {
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(7, 21, 18, 0.06);
}

.service-page-grid p {
  margin-bottom: 0;
}

.icon-chip,
.proof-card span,
.insight-grid span,
.badge,
.plan-label {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 10px;
  border-radius: var(--pill);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.icon-chip,
.badge {
  color: var(--ink);
  background: var(--lime);
}

.proof-card span,
.insight-grid span,
.plan-label {
  color: var(--signal-deep);
  background: rgba(53, 201, 142, 0.12);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 40px;
  align-items: start;
  background: rgba(255, 255, 255, 0.48);
  border-block: 1px solid rgba(215, 226, 216, 0.72);
}

.sticky-heading {
  position: sticky;
  top: 110px;
}

.timeline {
  display: grid;
  gap: 12px;
}

.timeline article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.timeline span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background: var(--signal);
  font-weight: 900;
}

.timeline p {
  margin-bottom: 0;
}

.timeline .portal-timeline-step {
  border-color: rgba(55, 165, 132, 0.34);
  background:
    radial-gradient(circle at 92% 12%, rgba(91, 203, 166, 0.14), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(237, 249, 245, 0.82));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 18px 42px rgba(18, 91, 70, 0.1);
}

.timeline .portal-timeline-step > span {
  color: #fff;
  background: linear-gradient(145deg, #2aab82, #087458);
  box-shadow: 0 10px 22px rgba(10, 112, 84, 0.2);
}

.timeline-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 18px;
  padding: 0;
  list-style: none;
}

.timeline-features li {
  padding: 8px 11px;
  border: 1px solid rgba(54, 151, 122, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: #23594a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.timeline-portal-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid rgba(7, 105, 78, 0.5);
  border-radius: 999px;
  background: linear-gradient(145deg, #279f7a, #087057);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(12, 103, 79, 0.16);
}

.timeline-portal-link:hover,
.timeline-portal-link:focus-visible {
  color: #fff;
  background: linear-gradient(145deg, #2aad85, #075f4a);
}

.portal-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 34px;
  align-items: center;
}

.feature-list {
  display: grid;
  gap: 12px;
  padding: 12px 0 0;
  margin: 24px 0 0;
  list-style: none;
}

.feature-list li {
  padding: 14px 16px;
  border-left: 4px solid var(--signal);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink-soft);
  font-weight: 800;
}

.portal-preview {
  padding: 22px;
  border: 1px solid var(--glass-line);
  border-radius: var(--radius);
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.42)),
    linear-gradient(180deg, rgba(53, 201, 142, 0.14), rgba(216, 255, 114, 0.1));
  backdrop-filter: blur(26px) saturate(1.3);
  box-shadow: var(--glass-shadow);
}

.portal-top,
.case-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.portal-top span {
  color: var(--ink-soft);
  font-weight: 800;
}

.portal-top strong {
  color: var(--signal-deep);
}

.portal-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 24px 0;
}

.portal-metrics div {
  padding: 16px;
  border: 1px solid var(--glass-line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.5);
}

.portal-metrics small {
  display: block;
  color: var(--ink-soft);
  font-weight: 800;
}

.portal-metrics strong {
  display: block;
  margin-top: 8px;
  font-size: 32px;
}

.portal-auth-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(244, 247, 241, 0.72)),
    linear-gradient(135deg, rgba(53, 201, 142, 0.1), rgba(216, 255, 114, 0.12));
}

.portal-auth-card,
.portal-dashboard,
.portal-panel,
.portal-sidebar > *,
.portal-metric-grid article {
  border: 1px solid var(--glass-line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.44)),
    rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(24px) saturate(1.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 18px 46px rgba(7, 21, 18, 0.08);
}

.portal-auth-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: 24px;
  align-items: start;
  padding: 30px;
}

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

.portal-form h3 {
  margin-top: 10px;
}

.portal-form label,
.portal-update-form label {
  display: grid;
  gap: 8px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 900;
}

.portal-form input,
.portal-update-form textarea {
  width: 100%;
  border: 1px solid rgba(7, 21, 18, 0.12);
  border-radius: var(--radius);
  padding: 13px 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  outline: none;
}

.portal-register-form {
  padding-top: 18px;
  border-top: 1px solid var(--glass-line);
}

.portal-dashboard {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
}

.portal-sidebar {
  display: grid;
  align-content: start;
  gap: 14px;
}

.portal-client-card,
.portal-case-switcher {
  padding: 18px;
}

.portal-client-card h2 {
  margin: 14px 0 6px;
  font-size: 28px;
}

.portal-case-switcher > div {
  display: grid;
  gap: 10px;
}

.portal-case-switcher button {
  display: grid;
  gap: 3px;
  width: 100%;
  border: 1px solid var(--glass-line);
  border-radius: var(--radius);
  padding: 13px;
  text-align: left;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.portal-case-switcher button.active {
  border-color: rgba(53, 201, 142, 0.42);
  background: rgba(216, 255, 114, 0.22);
}

.portal-case-switcher button span {
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 800;
}

.portal-workspace {
  display: grid;
  gap: 14px;
}

.portal-workspace-head,
.portal-panel-head {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
}

.portal-workspace-head {
  padding: 14px;
}

.portal-workspace-head h2 {
  margin-bottom: 8px;
  font-size: 34px;
}

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

.portal-metric-grid article {
  padding: 18px;
}

.portal-metric-grid span,
.portal-panel-head span {
  color: var(--signal-deep);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.portal-metric-grid strong {
  display: block;
  margin-top: 8px;
  font-size: 28px;
}

.portal-panel {
  padding: 20px;
}

.portal-timeline {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.portal-timeline-item {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
}

.portal-timeline-item > span {
  width: 14px;
  height: 14px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--line);
}

.portal-timeline-item.done > span {
  background: var(--signal);
}

.portal-timeline-item.active > span {
  background: var(--lime);
  box-shadow: 0 0 0 7px rgba(216, 255, 114, 0.28);
}

.portal-timeline-item.pending > span {
  background: rgba(36, 67, 59, 0.28);
}

.portal-timeline-item p {
  margin-bottom: 0;
}

.portal-table-wrap {
  margin-top: 16px;
  overflow: auto;
}

.portal-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.portal-table th,
.portal-table td {
  border-bottom: 1px solid rgba(7, 21, 18, 0.08);
  padding: 13px 10px;
  text-align: left;
  vertical-align: top;
}

.portal-table th {
  color: var(--ink-soft);
  font-size: 12px;
  text-transform: uppercase;
}

.portal-sort-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  min-height: 32px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  font-weight: 900;
  letter-spacing: inherit;
  text-align: left;
  text-transform: inherit;
  cursor: pointer;
}

.portal-sort-button span {
  display: inline-flex;
  width: 19px;
  height: 19px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(25, 54, 47, 0.12);
  border-radius: 999px;
  color: rgba(25, 54, 47, 0.62);
  background: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  line-height: 1;
}

.portal-sort-button.active {
  color: var(--ink);
}

.portal-sort-button.active span {
  border-color: rgba(191, 141, 47, 0.26);
  color: #78541c;
  background: rgba(191, 141, 47, 0.12);
}

.portal-sort-button:focus-visible {
  outline: 3px solid rgba(191, 141, 47, 0.18);
  outline-offset: 3px;
}

.portal-status {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 9px;
  border-radius: var(--pill);
  font-size: 12px;
  font-weight: 900;
}

.portal-status.is-done {
  color: var(--signal-deep);
  background: rgba(53, 201, 142, 0.14);
}

.portal-status.is-active {
  color: #7b6400;
  background: rgba(216, 255, 114, 0.36);
}

.portal-status.is-watch {
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.66);
}

.portal-two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 14px;
}

.portal-report-list,
.portal-message-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.portal-report-list article,
.portal-message-list article {
  border: 1px solid var(--glass-line);
  border-radius: var(--radius);
  padding: 14px;
  background: rgba(255, 255, 255, 0.5);
}

.portal-report-list p,
.portal-message-list p {
  margin: 6px 0 0;
}

.portal-report-list button {
  min-height: 34px;
  margin-top: 12px;
  border: 1px solid rgba(20, 132, 95, 0.18);
  border-radius: var(--pill);
  padding: 0 12px;
  color: var(--signal-deep);
  background: rgba(255, 255, 255, 0.62);
  font-weight: 900;
}

.portal-message-list .from-client {
  background: rgba(216, 255, 114, 0.18);
}

.portal-update-form {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

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

.case-row {
  padding: 14px;
  border: 1px solid var(--glass-line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.5);
}

.case-row p {
  flex: 1;
  margin: 0;
  color: var(--ink);
  font-weight: 800;
}

.case-row strong {
  color: var(--signal-deep);
  font-size: 13px;
}

.status {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.status.verified {
  background: var(--signal);
}

.status.active {
  background: var(--coral);
}

.status.closed {
  background: var(--lime);
}

.pricing-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(244, 247, 241, 0.7)),
    linear-gradient(135deg, rgba(53, 201, 142, 0.08), rgba(216, 255, 114, 0.12));
  border-block: 1px solid rgba(255, 255, 255, 0.72);
}

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

.price-card {
  position: relative;
  display: flex;
  min-height: 520px;
  flex-direction: column;
  padding: 22px;
}

.homepage-pricing .price-card {
  min-height: 450px;
  padding: 24px;
  border-color: var(--glass-line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.44)),
    rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(24px) saturate(1.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 18px 46px rgba(7, 21, 18, 0.08);
}

.homepage-pricing .price-card.featured,
.homepage-pricing .price-card.dark {
  background:
    linear-gradient(145deg, rgba(216, 255, 114, 0.28), rgba(255, 255, 255, 0.54)),
    rgba(255, 255, 255, 0.58);
}

.homepage-pricing .price {
  white-space: nowrap;
}

.homepage-pricing .price span {
  white-space: nowrap;
}

.homepage-pricing .price-card li {
  line-height: 1.35;
}

.price-card.featured {
  border-color: var(--signal);
  box-shadow: 0 22px 54px rgba(53, 201, 142, 0.18);
}

.price-card.dark {
  color: var(--ink);
  border-color: rgba(53, 201, 142, 0.32);
  background:
    linear-gradient(145deg, rgba(216, 255, 114, 0.26), rgba(255, 255, 255, 0.58)),
    rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(24px) saturate(1.3);
}

.price-card.dark p,
.price-card.dark li {
  color: var(--ink-soft);
}

.price-card.dark .price,
.price-card.dark h3 {
  color: var(--ink);
}

.badge {
  position: absolute;
  top: 16px;
  right: 16px;
}

.price {
  margin: 12px 0;
  color: var(--ink);
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

.price span {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 800;
}

.plan-note {
  min-height: 54px;
  margin-bottom: 18px;
}

.price-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
}

.price-card li {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 800;
}

.price-card a {
  margin-top: auto;
  color: var(--ink);
  background: var(--signal);
}

.pricing-footnote {
  max-width: 820px;
  margin: 20px 0 0;
  font-size: 13px;
  font-weight: 800;
}

.payment-section {
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(215, 226, 216, 0.72);
}

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

.process-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: var(--ink);
  background: var(--signal);
  font-size: 13px;
  font-weight: 900;
}

.checklist-section {
  background: #f9fbf6;
}

.checklist-grid article {
  min-height: 180px;
  border-left: 4px solid var(--signal);
}

.limitations-section {
  background: rgba(216, 255, 114, 0.16);
  border-block: 1px solid rgba(215, 226, 216, 0.72);
}

.proof-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(244, 247, 241, 0.66)),
    linear-gradient(135deg, rgba(53, 201, 142, 0.12), rgba(216, 255, 114, 0.16));
}

.proof-section h2,
.proof-section h3 {
  color: var(--ink);
}

.proof-section p {
  color: var(--ink-soft);
}

.proof-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.creator-platform-section {
  background: #f9fbf6;
}

.platform-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.platform-panel {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 18px 48px rgba(7, 21, 18, 0.07);
}

.platform-logo-wall {
  grid-column: 1 / -1;
}

.platform-panel h3 {
  margin-bottom: 18px;
  font-size: 24px;
}

.platform-logo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.platform-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 78px;
  padding: 14px;
  border: 1px solid rgba(7, 21, 18, 0.09);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(7, 21, 18, 0.06);
}

.platform-logo img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.platform-logo strong {
  min-width: 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

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

.platform-route-grid span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f9fbf6;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 900;
}

.platform-route-grid img {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  object-fit: contain;
}

.platform-panel-dark {
  color: var(--ink);
  border-color: rgba(53, 201, 142, 0.3);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.42)),
    linear-gradient(180deg, rgba(53, 201, 142, 0.14), rgba(216, 255, 114, 0.1));
  backdrop-filter: blur(26px) saturate(1.3);
}

.platform-panel-dark h3 {
  color: var(--ink);
}

.creator-workflow {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.creator-workflow li {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 16px;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.creator-workflow strong {
  color: var(--signal);
  font-size: 15px;
}

.creator-workflow span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.45;
}

.legal-section {
  background: rgba(216, 255, 114, 0.16);
}

.faq-section {
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(215, 226, 216, 0.72);
}

.faq-grid article {
  min-height: 190px;
}

.section-actions {
  margin-top: 24px;
}

.insight-grid a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.proof-library-section {
  background: #f9fbf6;
}

.proof-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.proof-filter-row span,
.proof-filter-row a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: var(--pill);
  background: var(--panel);
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.proof-filter-row span:first-child,
.proof-filter-row a:first-child {
  color: var(--ink);
  background: var(--signal);
  border-color: var(--signal);
}

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

.proof-library-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 18px 48px rgba(7, 21, 18, 0.08);
}

.proof-library-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 14 / 9;
  object-fit: cover;
  background: var(--mist);
}

.proof-library-grid h3,
.proof-library-grid p {
  padding-inline: 22px;
}

.proof-library-grid h3 {
  margin-top: 20px;
  font-size: 22px;
}

.proof-library-grid p {
  margin-bottom: 22px;
}

.article-index-section {
  padding-top: 36px;
  background: #f9fbf6;
}

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

.article-card-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 18px 48px rgba(7, 21, 18, 0.08);
}

.article-card-grid a {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.article-card-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--mist);
}

.article-card-grid span {
  width: fit-content;
  margin: 18px 18px 0;
  padding: 7px 10px;
  border-radius: var(--pill);
  background: rgba(0, 142, 95, 0.1);
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.article-card-grid h3 {
  margin: 14px 18px 10px;
  font-size: 21px;
  line-height: 1.12;
}

.article-card-grid p {
  margin: 0 18px 22px;
  color: var(--ink-soft);
  font-size: 15px;
}

.article-layout {
  background: #f9fbf6;
}

.article-hero {
  padding: 88px 28px 40px;
  background:
    radial-gradient(circle at 84% 20%, rgba(216, 255, 100, 0.35), transparent 28%),
    linear-gradient(135deg, #f7f9f2 0%, #eef7ec 100%);
}

.article-hero h1 {
  max-width: 980px;
  margin-top: 12px;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 0.96;
}

.article-back {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.article-meta span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: var(--pill);
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 900;
}

.article-cover {
  display: block;
  width: min(100% - 56px, 1120px);
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(7, 21, 18, 0.09);
}

.article-body {
  width: min(100% - 56px, 880px);
  margin: 0 auto;
  padding: 54px 0 90px;
}

.article-body p,
.article-body li {
  color: var(--ink-soft);
  font-size: 19px;
  line-height: 1.75;
}

.article-body h2 {
  margin-top: 42px;
  margin-bottom: 14px;
  font-size: 36px;
}

.article-body ul {
  display: grid;
  gap: 12px;
  padding-left: 24px;
}

.article-body ol {
  display: grid;
  gap: 14px;
  padding-left: 24px;
}

.article-table {
  display: grid;
  gap: 0;
  margin: 20px 0 34px;
  overflow: hidden;
  border: 1px solid rgba(215, 226, 216, 0.9);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.5);
}

.article-table div {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  padding: 15px 18px;
  border-bottom: 1px solid rgba(215, 226, 216, 0.78);
  background: transparent;
}

.article-table div:last-child {
  border-bottom: 0;
}

.article-table strong {
  color: var(--ink);
  font-size: 15px;
}

.article-table span {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.55;
}

.article-proof {
  margin: 36px 0;
}

.article-proof img {
  display: block;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(7, 21, 18, 0.08);
}

.article-proof figcaption {
  margin-top: 10px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 800;
}

.article-example {
  position: relative;
  margin: 44px 0;
  padding: 28px 30px 30px;
  border: 1px solid rgba(215, 226, 216, 0.95);
  border-left: 5px solid rgba(20, 132, 95, 0.55);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 12px 34px rgba(7, 21, 18, 0.05);
}

.article-example > span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 0;
  border-radius: 0;
  color: var(--green);
  background: transparent;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.article-example h2 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 1.1;
}

.article-example > p {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: 17px;
  line-height: 1.68;
}

.example-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 18px;
  border-top: 1px solid rgba(215, 226, 216, 0.9);
}

.example-grid div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid rgba(215, 226, 216, 0.82);
  border-radius: 0;
  background: transparent;
}

.example-grid div:last-child {
  border-bottom: 0;
}

.example-grid strong {
  display: block;
  margin-bottom: 0;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.35;
  text-transform: uppercase;
}

.example-grid p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.article-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 54px;
  padding: 28px;
  border-radius: var(--radius);
  color: var(--ink);
  border: 1px solid var(--glass-line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.42)),
    linear-gradient(180deg, rgba(53, 201, 142, 0.14), rgba(216, 255, 114, 0.1));
  backdrop-filter: blur(26px) saturate(1.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 18px 46px rgba(7, 21, 18, 0.08);
}

.article-cta h2 {
  margin-top: 0;
  color: var(--ink);
}

.article-cta p {
  max-width: 560px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 16px;
}

.about-panel {
  max-width: 920px;
  padding: 34px;
  border: 1px solid var(--glass-line);
  border-radius: var(--radius);
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.42)),
    linear-gradient(180deg, rgba(53, 201, 142, 0.14), rgba(216, 255, 114, 0.1));
  backdrop-filter: blur(26px) saturate(1.3);
  box-shadow: var(--glass-shadow);
}

.about-panel h2,
.about-panel p {
  color: var(--ink);
}

.about-panel .eyebrow {
  color: var(--signal-deep);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  gap: 34px;
  align-items: start;
}

.contact-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

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

.hidden-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px 15px;
  color: var(--ink);
  background: #fbfdf9;
  outline: none;
}

.contact-form textarea {
  resize: vertical;
}

.check-row {
  display: grid !important;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px !important;
  color: var(--ink-soft) !important;
  font-size: 13px;
  line-height: 1.45;
}

.check-row input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--signal);
}

.check-row input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  display: grid;
  place-items: center;
  align-self: start;
  justify-self: start;
  flex: 0 0 auto;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  padding: 0;
  margin: 2px 0 0;
  border: 1px solid rgba(13, 127, 97, 0.28);
  border-radius: 6px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(238, 248, 243, 0.72));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 8px 18px rgba(9, 61, 48, 0.06);
  cursor: pointer;
  outline: none;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.check-row input[type="checkbox"]::before {
  content: "";
  width: 11px;
  height: 7px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  opacity: 0;
  transform: translateY(-1px) rotate(-45deg) scale(0.72);
  transition: opacity 140ms ease, transform 140ms ease;
}

.check-row input[type="checkbox"]:checked {
  border-color: rgba(13, 127, 97, 0.9);
  background:
    linear-gradient(145deg, #22a982, #08785c);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 10px 20px rgba(13, 127, 97, 0.16);
}

.check-row input[type="checkbox"]:checked::before {
  opacity: 1;
  transform: translateY(-1px) rotate(-45deg) scale(1);
}

.check-row input[type="checkbox"]:hover {
  border-color: rgba(13, 127, 97, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 10px 22px rgba(9, 61, 48, 0.1);
}

.check-row input[type="checkbox"]:focus,
.check-row input[type="checkbox"]:focus-visible {
  outline: none;
}

.check-row input[type="checkbox"]:focus-visible {
  box-shadow:
    0 0 0 4px rgba(13, 127, 97, 0.12),
    0 10px 22px rgba(9, 61, 48, 0.1);
}

.check-row input[type="checkbox"]:active {
  transform: scale(0.94);
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--signal-deep);
  font-size: 13px;
  font-weight: 900;
}

.form-note {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
}

.form-note a {
  color: var(--signal-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-page {
  min-height: 100vh;
  background: var(--paper);
}

.legal-main {
  max-width: 920px;
  margin: 0 auto;
  padding: 58px 24px 80px;
}

.legal-main h1 {
  margin-bottom: 18px;
  font-size: 54px;
}

.legal-main section {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.legal-main h2 {
  font-size: 28px;
}

.legal-main ul,
.legal-main ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 22px;
  color: var(--ink-soft);
  line-height: 1.6;
}

.legal-main li {
  padding-left: 4px;
}

.legal-back {
  width: fit-content;
  margin-bottom: 30px;
  color: var(--ink);
  background: var(--signal);
}

.confirmation-panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.case-summary {
  display: grid;
  gap: 10px;
  margin: 22px 0;
  padding: 18px;
  border-radius: var(--radius);
  background: var(--mist);
}

.case-summary p {
  margin: 0;
  font-weight: 800;
}

.next-actions {
  display: grid;
  gap: 12px;
  margin-top: 22px;
  padding: 0;
  list-style: none;
}

.next-actions li {
  padding: 14px 16px;
  border-left: 4px solid var(--signal);
  border-radius: var(--radius);
  background: #fbfdf9;
  color: var(--ink-soft);
  font-weight: 800;
}

.mail-link {
  color: var(--signal-deep);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.chat-launcher {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: var(--pill);
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0)),
    var(--lime);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.66),
    0 16px 34px rgba(53, 201, 142, 0.22);
  font-weight: 900;
  cursor: pointer;
}

.chat-panel {
  position: fixed;
  right: 22px;
  bottom: 82px;
  z-index: 70;
  display: none;
  width: min(390px, calc(100vw - 32px));
  overflow: hidden;
  border: 1px solid var(--glass-line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(28px) saturate(1.35);
  box-shadow: var(--glass-shadow);
}

.chat-panel.open {
  display: block;
}

.chat-head,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.chat-head {
  padding: 16px;
  color: var(--ink);
  border-bottom: 1px solid var(--glass-line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.42)),
    linear-gradient(180deg, rgba(53, 201, 142, 0.14), rgba(216, 255, 114, 0.1));
}

.chat-head small {
  display: block;
  margin-top: 3px;
  color: var(--ink-soft);
  font-weight: 800;
}

.chat-head button {
  border: 1px solid rgba(7, 21, 18, 0.12);
  border-radius: var(--pill);
  padding: 8px 10px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.46);
  cursor: pointer;
}

.chat-body {
  display: grid;
  max-height: 330px;
  gap: 10px;
  overflow: auto;
  padding: 16px;
}

.bot-message,
.user-message {
  margin: 0;
  padding: 12px;
  border-radius: var(--radius);
  font-size: 14px;
}

.bot-message p {
  margin-bottom: 0;
  color: inherit;
  line-height: 1.45;
}

.bot-message {
  background: var(--mist);
}

.user-message {
  justify-self: end;
  color: var(--ink);
  background: var(--signal);
}

.chat-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.chat-links a,
.chat-links button {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(20, 132, 95, 0.18);
  border-radius: var(--pill);
  color: var(--signal-deep);
  background: rgba(255, 255, 255, 0.62);
  font-family: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.chat-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid var(--line);
}

.chat-form input {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--pill);
  padding: 0 14px;
  outline: none;
}

.site-footer {
  padding: 28px;
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: 800;
}

.site-footer .footer-copyright {
  margin-top: 10px;
  color: rgba(36, 67, 59, 0.68);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

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

  .footer-links {
    width: 100%;
  }
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 900;
}

@media (max-width: 1180px) {
  .nav-links {
    display: none;
  }

  .hero-section,
  .portal-section,
  .portal-auth-card,
  .portal-dashboard,
  .contact-section {
    grid-template-columns: 1fr;
  }

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

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

  .price-card {
    min-height: 460px;
  }
}

@media (max-width: 860px) {
  .site-header {
    padding: 14px 18px;
  }

  .brand {
    min-width: 0;
  }

  .brand-copy small {
    display: none;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 13px;
    font-size: 13px;
  }

  .header-actions {
    gap: 7px;
  }

  .header-login {
    min-height: 40px;
    padding: 0 13px;
    font-size: 13px;
  }

  .hero-section,
  .section {
    padding-inline: 18px;
  }

  .hero-section {
    padding-top: 44px;
  }

  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 34px;
  }

  .hero-lede {
    font-size: 17px;
  }

  .signal-card {
    position: static;
    width: auto;
    margin-top: 12px;
  }

  .service-grid,
  .proof-grid,
  .action-grid,
  .quick-steps,
  .proof-preview-grid,
  .simple-price-grid,
  .resource-grid,
  .insight-grid,
  .legal-grid,
  .process-grid,
  .checklist-grid,
  .faq-grid,
  .proof-library-grid,
  .article-card-grid,
  .pricing-grid,
  .platform-showcase,
  .split-section {
    grid-template-columns: 1fr;
  }

  .portal-metric-grid,
  .portal-two-column {
    grid-template-columns: 1fr;
  }

  .portal-auth-section {
    padding-inline: 12px;
  }

  .portal-auth-card,
  .portal-dashboard {
    width: 100%;
    max-width: 100%;
    padding: 14px;
    overflow: hidden;
  }

  .portal-sidebar,
  .portal-workspace {
    width: 100%;
    min-width: 0;
  }

  .portal-dashboard {
    gap: 14px;
  }

  .portal-workspace-head,
  .portal-panel-head {
    align-items: stretch;
    flex-direction: column;
  }

  .portal-workspace-head {
    padding: 0;
  }

  .portal-workspace-head h2 {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .portal-workspace-head .button,
  .portal-client-card .button {
    width: 100%;
  }

  .portal-client-card h2,
  .portal-case-switcher button strong,
  .portal-case-switcher button span {
    overflow-wrap: anywhere;
  }

  .portal-panel {
    padding: 16px;
    overflow: hidden;
  }

  .portal-table-wrap {
    margin-inline: -16px;
    padding-inline: 16px;
    -webkit-overflow-scrolling: touch;
  }

  .portal-table {
    min-width: 680px;
  }

  .platform-panel:first-child {
    grid-row: auto;
  }

  .platform-route-grid,
  .creator-workflow li {
    grid-template-columns: 1fr;
  }

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

  .sticky-heading {
    position: static;
  }

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

  .simple-hero-copy,
  .simple-case-panel {
    min-height: auto;
  }

  .portal-metrics {
    grid-template-columns: 1fr;
  }

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

  .service-page-grid {
    grid-template-columns: 1fr;
  }

  .service-hero {
    padding: 54px 18px 38px;
  }

  .service-hero h1 {
    font-size: 42px;
  }
}

@media (max-width: 520px) {
  .site-header {
    flex-wrap: wrap;
  }

  .header-actions {
    width: 100%;
  }

  .header-login,
  .header-cta {
    flex: 1;
  }

  .brand-copy strong {
    font-size: 16px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  h1 {
    font-size: 42px;
  }

  .simple-hero {
    padding: 42px 18px 24px;
  }

  .simple-hero-copy,
  .simple-case-panel {
    padding: 24px;
  }

  .simple-hero h1 {
    font-size: 44px;
  }

  .simple-case-panel h2 {
    font-size: 34px;
  }

  h2 {
    font-size: 28px;
  }

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

  .button,
  .header-cta,
  .header-login {
    white-space: nowrap;
  }

  .portal-auth-card,
  .portal-dashboard {
    padding: 10px;
  }

  .portal-client-card,
  .portal-case-switcher,
  .portal-panel,
  .portal-metric-grid article {
    padding: 14px;
  }

  .portal-table-wrap {
    margin-inline: -14px;
    padding-inline: 14px;
  }

  .timeline article {
    grid-template-columns: 1fr;
  }

  .portal-preview,
  .contact-form,
  .about-panel,
  .confirmation-panel {
    padding: 18px;
  }

  .legal-main h1 {
    font-size: 38px;
  }

  .platform-logo-grid,
  .platform-route-grid {
    grid-template-columns: 1fr;
  }

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

  .article-body p,
  .article-body li {
    font-size: 17px;
  }

  .article-body h2 {
    font-size: 28px;
  }

  .article-cta {
    align-items: stretch;
    flex-direction: column;
  }

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

  .article-table div {
    grid-template-columns: 1fr;
  }
}

/* 2026-07 luxury ribbon redesign */
:root {
  --ink: #061c18;
  --ink-soft: #314840;
  --paper: #fbfaf6;
  --panel: rgba(255, 255, 255, 0.78);
  --mist: #edf3ec;
  --line: rgba(24, 62, 51, 0.13);
  --signal: #148c6c;
  --signal-deep: #087259;
  --gold: #b18845;
  --gold-soft: #ead9b8;
  --mint-soft: #dcefe4;
  --cream: #fffaf0;
  --shadow: 0 28px 80px rgba(24, 43, 37, 0.12);
  --radius: 18px;
  --glass-bg: rgba(255, 255, 255, 0.68);
  --glass-strong: rgba(255, 255, 255, 0.86);
  --glass-line: rgba(255, 255, 255, 0.78);
  --glass-shadow: 0 24px 80px rgba(45, 59, 51, 0.12);
}

body {
  background:
    radial-gradient(circle at 92% 0%, rgba(218, 231, 212, 0.76), transparent 35%),
    radial-gradient(circle at 2% 80%, rgba(234, 217, 184, 0.38), transparent 38%),
    linear-gradient(115deg, #fffdf7 0%, #fbfaf6 45%, #edf4ec 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-shell {
  width: 100%;
  max-width: none;
}

.site-header {
  padding: 22px clamp(20px, 4vw, 60px);
  border-bottom: 1px solid rgba(6, 28, 24, 0.07);
  background: rgba(255, 253, 247, 0.72);
  backdrop-filter: blur(26px) saturate(1.35);
}

.brand {
  min-width: 260px;
}

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

.brand-copy strong {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 0.9;
}

.brand-copy small {
  display: none;
}

.nav-links {
  gap: 18px;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.nav-links a {
  padding: 8px 5px;
  color: #071512;
  font-size: 14px;
  font-weight: 800;
}

.nav-links a:hover {
  color: var(--signal-deep);
  background: transparent;
}

.header-login {
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.header-cta,
.button,
.price-card a,
.chat-form button,
.legal-back {
  min-height: 58px;
  padding: 0 28px;
  border-radius: 15px;
}

.header-cta,
.button.primary,
.chat-form button {
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent),
    linear-gradient(135deg, #158f70, #08634f);
  border: 1px solid rgba(177, 136, 69, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 18px 44px rgba(0, 84, 66, 0.24);
}

.button.primary span,
.button.secondary span {
  color: var(--gold);
  font-size: 22px;
  line-height: 0;
}

.button.secondary,
.header-login {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(177, 136, 69, 0.38);
}

h1,
h2 {
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0;
}

h3 {
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 700;
}

.eyebrow {
  color: var(--signal);
  font-size: 13px;
  letter-spacing: 0.08em;
}

.luxury-hero {
  position: relative;
  display: grid;
  min-height: calc(100vh - 99px);
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 0.72fr);
  gap: clamp(24px, 4vw, 72px);
  align-items: center;
  overflow: hidden;
  padding: clamp(58px, 7vw, 104px) clamp(20px, 4.2vw, 76px) 52px;
  isolation: isolate;
}

.luxury-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -4;
  background:
    radial-gradient(circle at 74% 42%, rgba(239, 220, 184, 0.48), transparent 24%),
    radial-gradient(circle at 99% 56%, rgba(182, 221, 199, 0.72), transparent 31%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.28));
}

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

.ribbon {
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: drop-shadow(0 34px 48px rgba(71, 58, 37, 0.1));
  transform-origin: center;
  opacity: 1;
}

.ribbon-gold {
  right: 23%;
  top: 7%;
  width: min(40vw, 620px);
  min-width: 480px;
  height: 88vh;
  background-image: url("assets/luxury-ribbon-gold.png");
  transform: rotate(0deg);
  animation: ribbonDrift 13s ease-in-out infinite;
}

.ribbon-mint {
  right: -7%;
  top: -3%;
  width: min(38vw, 600px);
  min-width: 470px;
  height: 98vh;
  background-image: url("assets/luxury-ribbon-mint.png");
  transform: rotate(0deg);
  animation: ribbonFloat 16s ease-in-out infinite;
}

.ribbon-line {
  position: absolute;
  display: block;
  width: 48vw;
  height: 48vw;
  border: 1px solid rgba(177, 136, 69, 0.28);
  border-radius: 50%;
  opacity: 0.72;
  animation: lineBreath 18s ease-in-out infinite;
}

.ribbon-line-one {
  right: 17%;
  top: 13%;
}

.ribbon-line-two {
  right: 3%;
  top: -11%;
  width: 42vw;
  height: 42vw;
  animation-delay: -7s;
}

.luxury-hero-copy {
  max-width: 760px;
}

.luxury-hero h1 {
  margin-bottom: 24px;
  color: var(--ink);
  font-size: clamp(62px, 6.85vw, 116px);
  line-height: 0.94;
}

.luxury-hero h1 em {
  color: var(--gold);
  font-style: italic;
  font-weight: 500;
}

.hero-rule {
  width: 44px;
  height: 1px;
  margin: 8px 0 20px 4px;
  background: var(--gold);
}

.luxury-hero .hero-lede {
  position: relative;
  max-width: 640px;
  padding-left: 58px;
  color: #314840;
  font-size: 18px;
  line-height: 1.5;
}

.luxury-hero .hero-lede::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 29px;
  height: 35px;
  background: var(--gold);
  clip-path: path("M14.5 1 L27 6 V16 C27 25 21 31 14.5 34 C8 31 2 25 2 16 V6 Z M9 17 L13 21 L21 11");
  opacity: 0.78;
}

.luxury-hero .hero-actions {
  gap: 18px;
  margin: 32px 0 44px;
}

.luxury-trust-row {
  display: grid;
  max-width: 860px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.luxury-trust-row span {
  position: relative;
  display: grid;
  gap: 4px;
  padding-left: 42px;
}

.luxury-trust-row span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(177, 136, 69, 0.58);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.46);
}

.luxury-trust-row span + span {
  border-left: 1px solid rgba(177, 136, 69, 0.38);
  padding-left: 54px;
}

.luxury-trust-row span + span::before {
  left: 14px;
}

.luxury-trust-row strong {
  color: var(--ink-soft);
  font-size: 14px;
}

.luxury-trust-row small {
  color: rgba(49, 72, 64, 0.74);
  font-size: 12px;
  font-weight: 700;
}

.luxury-service-stack {
  display: grid;
  gap: 14px;
  max-width: 520px;
  justify-self: center;
}

.luxury-service-card {
  position: relative;
  display: grid;
  min-height: 180px;
  grid-template-columns: 98px minmax(0, 1fr) 24px;
  gap: 24px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 15px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.66)),
    rgba(255, 255, 255, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 24px 62px rgba(24, 43, 37, 0.12);
  backdrop-filter: blur(24px) saturate(1.22);
  animation: cardHover 6.5s ease-in-out infinite;
}

.luxury-service-card:nth-child(2) {
  animation-delay: -2s;
}

.luxury-service-card:nth-child(3) {
  animation-delay: -4s;
}

.luxury-service-card:hover {
  transform: translateY(-4px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 30px 72px rgba(0, 85, 66, 0.16);
}

.service-orb {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border: 1px solid rgba(177, 136, 69, 0.24);
  border-radius: 50%;
  background:
    radial-gradient(circle at 52% 48%, rgba(255, 255, 255, 0.9) 0 34%, rgba(226, 239, 225, 0.9) 35% 60%, rgba(255, 251, 241, 0.9) 61%);
  box-shadow: 0 0 0 13px rgba(244, 237, 219, 0.42);
}

.service-orb svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: var(--signal);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.luxury-service-copy {
  display: grid;
  gap: 10px;
}

.luxury-service-copy strong {
  font-family: "DM Serif Display", Georgia, serif;
  color: var(--ink);
  font-size: 31px;
  font-weight: 700;
  line-height: 0.95;
}

.luxury-service-copy i {
  width: 24px;
  height: 2px;
  background: var(--gold);
}

.luxury-service-copy small {
  color: rgba(49, 72, 64, 0.88);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

.luxury-service-card b {
  color: var(--ink-soft);
  font-size: 22px;
  font-weight: 500;
}

.section {
  position: relative;
  padding: 86px clamp(20px, 4.2vw, 76px);
}

.section::before {
  content: "";
  position: absolute;
  inset: 0 clamp(20px, 4.2vw, 76px);
  z-index: -1;
  border-top: 1px solid rgba(177, 136, 69, 0.12);
  pointer-events: none;
}

.section-heading h2,
.service-hero h1,
.article-index-hero h1,
.legal-main h1 {
  color: var(--ink);
  font-size: clamp(44px, 4.8vw, 72px);
  line-height: 0.94;
}

.service-hero {
  position: relative;
  overflow: hidden;
  padding: 88px clamp(20px, 4.2vw, 76px) 64px;
  border-bottom: 1px solid rgba(177, 136, 69, 0.13);
}

.service-hero::after,
.legal-main::after {
  content: none;
}

.action-section,
.resource-section,
.quick-section,
.proof-preview-section,
.pricing-section,
.portal-auth-section,
.payment-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 250, 240, 0.3));
}

.action-card,
.quick-step-link,
.simple-price-grid article,
.resource-grid a,
.proof-preview-grid a,
.service-card,
.proof-card,
.insight-grid article,
.legal-grid article,
.process-grid article,
.checklist-grid article,
.faq-grid article,
.price-card,
.service-page-grid article,
.contact-form,
.portal-auth-card,
.portal-dashboard,
.portal-panel,
.portal-sidebar > *,
.portal-metric-grid article,
.confirmation-panel,
.legal-main {
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.58)),
    rgba(255, 255, 255, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 22px 58px rgba(24, 43, 37, 0.08);
  backdrop-filter: blur(22px) saturate(1.18);
}

.action-card,
.quick-step-link,
.resource-grid a {
  border-radius: 18px;
}

.action-card h3 {
  font-size: 34px;
}

.action-card span,
.quick-steps span,
.icon-chip,
.badge {
  color: var(--ink);
  background: rgba(234, 217, 184, 0.72);
}

.proof-preview-grid img {
  border-radius: 14px;
}

.homepage-pricing .price-card.featured,
.homepage-pricing .price-card.dark {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(246, 235, 213, 0.68)),
    rgba(255, 255, 255, 0.6);
}

.price {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--signal-deep);
  font-size: 38px;
  font-weight: 900;
  letter-spacing: 0;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
  gap: 28px;
  align-items: start;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.portal-form input,
.portal-update-form textarea {
  border: 1px solid rgba(177, 136, 69, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.chat-launcher {
  right: 24px;
  bottom: 24px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent),
    linear-gradient(135deg, #158f70, #08634f);
  border: 1px solid rgba(177, 136, 69, 0.42);
  color: #fff;
  box-shadow: 0 18px 44px rgba(0, 84, 66, 0.24);
}

.chat-panel {
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 18px;
  background: rgba(255, 253, 247, 0.86);
  box-shadow: 0 24px 80px rgba(24, 43, 37, 0.18);
  backdrop-filter: blur(22px) saturate(1.18);
}

.site-footer {
  padding: 44px clamp(20px, 4.2vw, 76px);
  background: rgba(255, 253, 247, 0.5);
}

@keyframes cardHover {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(0, -9px, 0) rotate(0.25deg);
  }
}

@keyframes ribbonDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-14px, 12px, 0) scale(1.012);
  }
}

@keyframes ribbonFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(12px, -12px, 0) scale(1.012);
  }
}

@keyframes lineBreath {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.55;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.82;
  }
}

@media (prefers-reduced-motion: reduce) {
  .luxury-service-card,
  .ribbon,
  .ribbon-line {
    animation: none;
  }
}

@media (max-width: 1120px) {
  .site-header {
    gap: 14px;
  }

  .brand {
    min-width: auto;
  }

  .nav-links {
    gap: 6px;
  }

  .luxury-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .luxury-service-stack {
    width: min(100%, 780px);
    max-width: none;
    justify-self: start;
  }

  .ribbon-gold {
    right: 3%;
    top: 31%;
  }

  .ribbon-mint {
    right: -20%;
    top: 16%;
  }
}

@media (max-width: 760px) {
  .site-header {
    position: relative;
    padding: 16px 18px;
  }

  .brand-copy strong {
    font-size: 27px;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 4px 0 0;
  }

  .header-actions {
    gap: 8px;
  }

  .header-login,
  .header-cta {
    min-height: 44px;
    padding: 0 14px;
    font-size: 13px;
  }

  .luxury-hero {
    padding: 42px 18px 28px;
  }

  .luxury-hero h1 {
    font-size: clamp(58px, 17vw, 82px);
  }

  .luxury-hero .hero-lede {
    padding-left: 0;
    font-size: 17px;
  }

  .luxury-hero .hero-lede::before {
    display: none;
  }

  .luxury-hero .hero-actions {
    align-items: stretch;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .luxury-trust-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .luxury-trust-row span,
  .luxury-trust-row span + span {
    border-left: 0;
    padding-left: 42px;
  }

  .luxury-trust-row span + span::before {
    left: 0;
  }

  .luxury-service-stack {
    gap: 12px;
  }

  .luxury-service-card {
    min-height: auto;
    grid-template-columns: 68px minmax(0, 1fr) 18px;
    gap: 15px;
    padding: 18px;
  }

  .service-orb {
    width: 58px;
    height: 58px;
    box-shadow: 0 0 0 8px rgba(244, 237, 219, 0.42);
  }

  .service-orb svg {
    width: 30px;
    height: 30px;
  }

  .luxury-service-copy strong {
    font-size: 25px;
  }

  .luxury-service-copy small {
    font-size: 13px;
  }

  .ribbon-gold {
    right: -78%;
    top: 23%;
    min-width: 520px;
    opacity: 0.42;
  }

  .ribbon-mint {
    right: -62%;
    top: 42%;
    min-width: 460px;
    opacity: 0.5;
  }

  .ribbon-line {
    width: 120vw;
    height: 120vw;
    right: -60%;
  }

  .section,
  .service-hero {
    padding-left: 18px;
    padding-right: 18px;
  }

  .section::before {
    inset-inline: 18px;
  }

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

  .section-heading h2,
  .service-hero h1,
  .article-index-hero h1,
  .legal-main h1 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .chat-launcher {
    right: 14px;
    bottom: 14px;
    min-height: 46px;
    padding: 0 16px;
    font-size: 13px;
  }

  .chat-panel {
    right: 12px;
    bottom: 70px;
    left: 12px;
    width: auto;
    max-height: min(620px, calc(100vh - 96px));
  }
}

/* Universal client login: approved cool crystal-glass portal treatment. */
.portal-page:not(.portal-is-open) .portal-auth-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 17% 13%, rgba(255, 255, 255, 0.98), transparent 31%),
    radial-gradient(circle at 77% 18%, rgba(190, 232, 222, 0.23), transparent 29%),
    radial-gradient(circle at 84% 85%, rgba(201, 232, 239, 0.24), transparent 32%),
    linear-gradient(145deg, #f9fbfa 0%, #eef6f3 48%, #f8faf9 100%);
}

.portal-page:not(.portal-is-open) .portal-auth-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(90, 151, 135, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(90, 151, 135, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.34), transparent 88%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.34), transparent 88%);
}

.portal-page:not(.portal-is-open) .portal-client-login {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  align-items: stretch;
  padding: clamp(24px, 3.4vw, 48px);
  border: 1px solid rgba(151, 186, 177, 0.4);
  border-radius: 30px;
  background:
    radial-gradient(circle at 7% 4%, rgba(255, 255, 255, 0.96), transparent 31%),
    radial-gradient(circle at 78% 82%, rgba(178, 224, 215, 0.2), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(237, 247, 244, 0.5) 54%, rgba(255, 255, 255, 0.7));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.36),
    0 30px 80px rgba(16, 73, 59, 0.11),
    0 2px 10px rgba(92, 126, 118, 0.07);
  -webkit-backdrop-filter: blur(30px) saturate(1.24);
  backdrop-filter: blur(30px) saturate(1.24);
}

.portal-page:not(.portal-is-open) .portal-client-login::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.76), transparent 30%, rgba(185, 224, 232, 0.18) 73%, rgba(255, 238, 207, 0.12) 76%, transparent 80%),
    linear-gradient(90deg, transparent 61%, rgba(255, 255, 255, 0.38) 61.2%, transparent 61.5%);
}

.portal-page:not(.portal-is-open) .portal-client-login::after {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 1px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 29px;
  pointer-events: none;
  box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.34);
}

.portal-page:not(.portal-is-open) .portal-auth-copy {
  position: relative;
  z-index: 2;
  padding: clamp(8px, 2vw, 24px);
}

.portal-page:not(.portal-is-open) .portal-auth-copy .portal-kicker {
  width: fit-content;
  border-color: rgba(39, 132, 105, 0.19);
  color: #1c725a;
  background: rgba(224, 246, 239, 0.54);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.portal-page:not(.portal-is-open) .portal-auth-copy h1 {
  color: #123e33;
  text-shadow: 0 5px 22px rgba(25, 87, 70, 0.07);
}

.portal-page:not(.portal-is-open) .portal-auth-copy > p:last-of-type {
  max-width: 680px;
  color: #405c54;
  line-height: 1.65;
}

.portal-page:not(.portal-is-open) .portal-login-trust span {
  border-color: rgba(151, 186, 177, 0.3);
  background: rgba(255, 255, 255, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 12px 32px rgba(33, 91, 75, 0.065);
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
  backdrop-filter: blur(18px) saturate(1.18);
}

.portal-page:not(.portal-is-open) .portal-login-trust strong {
  color: #24745f;
}

.portal-page:not(.portal-is-open) .portal-login-trust small {
  color: #4a655e;
}

.portal-page:not(.portal-is-open) .portal-demo-entry {
  position: relative;
  z-index: 2;
  isolation: isolate;
  overflow: hidden;
  align-content: center;
  min-height: 500px;
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid rgba(151, 186, 177, 0.42);
  border-radius: 26px;
  color: #173f34;
  background:
    radial-gradient(circle at 12% 3%, rgba(255, 255, 255, 0.98), transparent 35%),
    radial-gradient(circle at 88% 92%, rgba(183, 230, 219, 0.27), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(236, 247, 244, 0.56) 57%, rgba(255, 255, 255, 0.68));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.38),
    0 26px 64px rgba(16, 73, 59, 0.12);
  -webkit-backdrop-filter: blur(30px) saturate(1.24);
  backdrop-filter: blur(30px) saturate(1.24);
}

.portal-page:not(.portal-is-open) .portal-demo-entry::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(123deg, rgba(255, 255, 255, 0.8), transparent 31%, rgba(190, 229, 235, 0.18) 70%, rgba(255, 235, 199, 0.12) 73%, transparent 78%);
}

.portal-page:not(.portal-is-open) .portal-demo-entry::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -76px;
  bottom: -92px;
  width: 240px;
  height: 240px;
  border: 16px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  box-shadow:
    0 0 0 1px rgba(119, 187, 170, 0.08),
    0 0 0 52px rgba(255, 255, 255, 0.1);
}

.portal-page:not(.portal-is-open) .portal-demo-mark {
  position: relative;
  width: 72px;
  height: 72px;
  border-color: rgba(71, 151, 129, 0.32);
  color: #24745f;
  background:
    radial-gradient(circle at 26% 16%, rgba(255, 255, 255, 1), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(219, 241, 235, 0.7));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    0 12px 28px rgba(32, 104, 84, 0.11);
}

.portal-page:not(.portal-is-open) .portal-demo-mark::after {
  content: "";
  position: absolute;
  right: 7px;
  top: 7px;
  width: 8px;
  height: 8px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: #ef493d;
  box-shadow: 0 0 0 5px rgba(239, 73, 61, 0.11), 0 0 14px rgba(239, 73, 61, 0.36);
}

.portal-page:not(.portal-is-open) .portal-brand-mark {
  padding: 9px;
}

.portal-page:not(.portal-is-open) .portal-brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.portal-page:not(.portal-is-open) .portal-brand-mark::after {
  display: none;
}

.portal-page:not(.portal-is-open) .portal-demo-entry .eyebrow {
  color: #1d725b;
}

.portal-page:not(.portal-is-open) .portal-demo-entry h2 {
  margin: 0;
  color: #123e33;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(38px, 3.3vw, 52px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
}

.portal-page:not(.portal-is-open) .portal-demo-entry > p:not(.eyebrow):not(.form-status) {
  color: #4a655e;
  line-height: 1.55;
}

.portal-page:not(.portal-is-open) .portal-demo-entry label {
  color: #254d42;
}

.portal-page:not(.portal-is-open) .portal-demo-entry input {
  border-color: rgba(93, 151, 135, 0.26);
  color: #123e33;
  background: rgba(255, 255, 255, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    0 8px 22px rgba(33, 91, 75, 0.055);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.portal-page:not(.portal-is-open) .portal-demo-entry input:focus {
  border-color: rgba(36, 116, 95, 0.58);
  box-shadow:
    0 0 0 4px rgba(36, 116, 95, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.portal-page:not(.portal-is-open) .portal-demo-entry .button.primary {
  position: relative;
  min-height: 56px;
  border-color: rgba(255, 255, 255, 0.58);
  background:
    radial-gradient(circle at 22% 0%, rgba(255, 255, 255, 0.43), transparent 34%),
    linear-gradient(135deg, #38a985, #18775d 52%, #0c5f49);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.46),
    inset 0 -1px 0 rgba(2, 48, 36, 0.2),
    0 18px 38px rgba(20, 110, 84, 0.2);
  cursor: pointer;
  opacity: 1;
}

.portal-page:not(.portal-is-open) .portal-demo-entry .form-status {
  color: #8b4a3c;
}

@media (max-width: 760px) {
  .portal-page:not(.portal-is-open) .portal-client-login {
    padding: 14px;
    border-radius: 24px;
  }

  .portal-page:not(.portal-is-open) .portal-client-login::after {
    border-radius: 23px;
  }

  .portal-page:not(.portal-is-open) .portal-auth-copy {
    padding: 10px 8px;
  }

  .portal-page:not(.portal-is-open) .portal-demo-entry {
    min-height: auto;
    padding: 26px 20px;
    border-radius: 21px;
  }

  .portal-page:not(.portal-is-open) .portal-login-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin-top: 24px;
  }

  .portal-page:not(.portal-is-open) .portal-login-trust span {
    padding: 12px 10px;
  }

  .portal-page:not(.portal-is-open) .portal-login-trust strong {
    font-size: 16px;
  }
}

@media (max-width: 520px) {
  .site-header {
    flex-wrap: wrap;
  }

  .header-actions {
    width: 100%;
  }

  .header-login,
  .header-cta {
    flex: 1;
  }

  .luxury-hero {
    padding-top: 34px;
  }

  .luxury-hero h1 {
    font-size: clamp(52px, 16.5vw, 68px);
  }

  .button,
  .header-cta,
  .header-login {
    white-space: normal;
  }

  .luxury-service-card {
    grid-template-columns: 1fr;
  }

  .luxury-service-card b {
    display: none;
  }

  .service-orb {
    width: 62px;
    height: 62px;
  }
}

/* Leak Radar test hero */
.radar-hero {
  position: relative;
  display: grid;
  min-height: calc(100vh - 99px);
  grid-template-columns: minmax(380px, 0.72fr) minmax(640px, 1.12fr);
  gap: clamp(26px, 4vw, 68px);
  align-items: center;
  overflow: hidden;
  padding: clamp(54px, 6vw, 90px) clamp(22px, 4vw, 64px) 34px;
  background:
    radial-gradient(circle at 78% 44%, rgba(25, 122, 92, 0.16), transparent 32%),
    radial-gradient(circle at 62% 38%, rgba(211, 177, 110, 0.18), transparent 30%),
    linear-gradient(105deg, rgba(255, 253, 248, 0.98) 0%, rgba(252, 250, 244, 0.96) 42%, rgba(233, 242, 233, 0.84) 100%);
  isolation: isolate;
}

.radar-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(9, 67, 54, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 67, 54, 0.045) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: radial-gradient(circle at 70% 52%, #000 0 42%, transparent 74%);
}

.radar-hero::after {
  content: "";
  position: absolute;
  right: -10%;
  top: -12%;
  z-index: -1;
  width: 54vw;
  height: 54vw;
  border: 1px solid rgba(177, 136, 69, 0.15);
  border-radius: 50%;
  box-shadow:
    -120px 140px 0 -118px rgba(177, 136, 69, 0.32),
    -220px 80px 0 -219px rgba(20, 140, 108, 0.34);
}

.radar-copy {
  position: relative;
  z-index: 2;
  max-width: 640px;
}

.radar-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(72px, 6.7vw, 104px);
  line-height: 0.9;
  white-space: nowrap;
}

.radar-copy .hero-lede {
  max-width: 520px;
  color: #273d37;
  font-size: 17px;
  line-height: 1.55;
}

.radar-copy .hero-lede strong {
  color: #176b58;
  font-weight: 900;
}

.radar-copy .hero-lede-emphasis {
  margin-top: 10px;
}

.radar-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 26px 0 24px;
}

.radar-proof-row span,
.radar-platform-row span {
  border: 1px solid rgba(14, 109, 83, 0.1);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.58)),
    rgba(255, 255, 255, 0.52);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 12px 28px rgba(18, 47, 39, 0.07);
}

.radar-proof-row span {
  position: relative;
  display: grid;
  gap: 3px;
  min-height: 74px;
  padding: 14px 14px 14px 44px;
}

.radar-proof-row span::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 16px;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(20, 140, 108, 0.3);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20, 140, 108, 0.72) 0 28%, transparent 30%);
  transform-origin: center;
  animation: hero-proof-dot-breathe 2.8s ease-in-out infinite;
}

.radar-proof-row span:nth-child(2)::before { animation-delay: 0.35s; }
.radar-proof-row span:nth-child(3)::before { animation-delay: 0.7s; }

@keyframes hero-proof-dot-breathe {
  0%,
  100% {
    transform: scale(0.92);
    box-shadow:
      0 0 0 0 rgba(20, 140, 108, 0.16),
      0 0 0 7px rgba(20, 140, 108, 0.06);
  }

  50% {
    transform: scale(1.18);
    box-shadow:
      0 0 0 5px rgba(20, 140, 108, 0.13),
      0 0 18px rgba(20, 140, 108, 0.2);
  }
}

.radar-proof-row b {
  color: var(--ink);
  font-size: 12px;
}

.radar-proof-row small {
  color: rgba(49, 72, 64, 0.74);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25;
}

.radar-actions {
  align-items: center;
  gap: 18px;
  margin: 0 0 24px;
}

.radar-actions .button.primary {
  width: 230px;
  min-height: 68px;
  padding: 0 32px;
  justify-content: center;
  font-size: 18px;
  background:
    radial-gradient(circle at 22% 0%, rgba(255, 255, 255, 0.42), transparent 34%),
    linear-gradient(135deg, #2fa883, #0f7559 52%, #075542);
  border-color: rgba(226, 190, 118, 0.76);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -1px 0 rgba(2, 48, 36, 0.26),
    0 18px 42px rgba(13, 127, 97, 0.26),
    0 0 0 4px rgba(20, 134, 101, 0.1);
}

.radar-actions .button.primary span {
  display: inline-flex;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-left: 2px;
  border-radius: 50%;
  background: rgba(206, 164, 79, 0.17);
  color: #d5a348;
  font-size: 22px;
  line-height: 1;
}

.radar-actions small {
  color: rgba(49, 72, 64, 0.62);
  font-size: 12px;
  font-weight: 800;
}

.radar-platform-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.radar-platform-row span {
  min-width: 58px;
  padding: 9px 13px;
  color: #496058;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.radar-stage {
  position: relative;
  min-height: 640px;
}

.radar-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(45vw, 620px);
  height: min(45vw, 620px);
  min-width: 500px;
  min-height: 500px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle at 50% 50%, rgba(251, 192, 73, 0.95) 0 1.3%, rgba(20, 140, 108, 0.32) 1.5% 9%, rgba(4, 31, 25, 0.84) 10% 52%, rgba(14, 91, 72, 0.55) 53% 61%, rgba(255, 255, 255, 0.18) 62% 100%),
    repeating-radial-gradient(circle, transparent 0 42px, rgba(255, 255, 255, 0.28) 43px 44px);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.45),
    inset 0 0 70px rgba(251, 192, 73, 0.14),
    0 34px 95px rgba(9, 33, 27, 0.22);
}

.radar-ring,
.radar-grid-line,
.radar-sweep,
.radar-core,
.radar-dot {
  position: absolute;
  pointer-events: none;
}

.radar-ring {
  inset: var(--inset);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
}

.ring-one { --inset: 9%; }
.ring-two { --inset: 22%; }
.ring-three { --inset: 35%; }
.ring-four { --inset: 48%; }

.radar-grid-line {
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(transparent, rgba(237, 198, 120, 0.8), transparent);
  transform-origin: center;
}

.radar-grid-line.horizontal {
  transform: rotate(90deg);
}

.radar-sweep {
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 26deg, rgba(255, 210, 94, 0.92) 0deg, rgba(255, 210, 94, 0.48) 18deg, rgba(255, 210, 94, 0.06) 44deg, transparent 64deg);
  animation: radarSweep 4.8s linear infinite;
  mix-blend-mode: screen;
}

.radar-core {
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f9b94d;
  box-shadow: 0 0 0 8px rgba(249, 185, 77, 0.24), 0 0 32px rgba(249, 185, 77, 0.8);
  transform: translate(-50%, -50%);
}

.radar-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #52f0a5;
  box-shadow: 0 0 0 8px rgba(82, 240, 165, 0.15), 0 0 28px rgba(82, 240, 165, 0.85);
  animation: radarPulse 2.8s ease-in-out infinite;
}

.dot-one {
  left: 68%;
  top: 37%;
}

.dot-two {
  left: 31%;
  top: 58%;
  animation-delay: -0.9s;
}

.dot-three {
  left: 74%;
  top: 62%;
  animation-delay: -1.8s;
}

.radar-center-card {
  position: absolute;
  left: 50%;
  top: 56%;
  display: grid;
  gap: 3px;
  width: 170px;
  min-height: 112px;
  place-items: center;
  border: 1px solid rgba(237, 198, 120, 0.24);
  border-radius: 50%;
  color: #e4c071;
  background: rgba(6, 30, 24, 0.74);
  box-shadow: inset 0 1px 24px rgba(255, 255, 255, 0.08);
  transform: translate(-50%, -50%);
}

.radar-center-card strong {
  color: #f6cc78;
  font-size: 18px;
}

.radar-center-card span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
}

.radar-finding {
  position: absolute;
  display: grid;
  min-width: 210px;
  min-height: 86px;
  grid-template-columns: minmax(0, 1fr) 72px;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 18px 44px rgba(30, 45, 39, 0.12);
  backdrop-filter: blur(16px) saturate(1.15);
  animation: findingFloat 6s ease-in-out infinite;
}

.radar-finding span,
.radar-finding b {
  grid-column: 1;
}

.radar-finding span {
  color: #1b312b;
  font-size: 12px;
  font-weight: 900;
}

.radar-finding b {
  color: #df5f4a;
  font-size: 11px;
}

.radar-finding i {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 72px;
  height: 58px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(17, 32, 27, 0.12), rgba(17, 32, 27, 0.02)),
    radial-gradient(circle at 34% 40%, rgba(15, 20, 18, 0.32), transparent 42%);
  filter: blur(1px);
}

.finding-thread {
  left: 5%;
  top: 5%;
}

.finding-mirror {
  right: 1%;
  top: 9%;
  animation-delay: -1s;
}

.finding-dm {
  left: 4%;
  top: 36%;
  animation-delay: -2s;
}

.finding-search {
  right: -2%;
  top: 43%;
  animation-delay: -3s;
}

.finding-post {
  left: 10%;
  bottom: 8%;
  animation-delay: -4s;
}

.finding-host {
  right: 3%;
  bottom: 8%;
  animation-delay: -5s;
}

@keyframes radarSweep {
  to {
    transform: rotate(360deg);
  }
}

@keyframes radarPulse {
  0%,
  100% {
    opacity: 0.65;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.15);
  }
}

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

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

  .radar-stage {
    min-height: 680px;
  }

  .radar-copy {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .radar-hero {
    min-height: auto;
    padding: 36px 18px 28px;
  }

  .radar-copy h1 {
    font-size: clamp(68px, 20vw, 92px);
    white-space: normal;
  }

  .radar-proof-row {
    grid-template-columns: 1fr;
  }

  .radar-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .radar-actions small {
    text-align: center;
  }

  .radar-stage {
    min-height: 620px;
    margin-top: 14px;
  }

  .radar-orbit {
    top: 44%;
    width: 460px;
    height: 460px;
    min-width: 460px;
    min-height: 460px;
  }

  .radar-finding {
    min-width: 165px;
    min-height: 70px;
    grid-template-columns: 1fr 52px;
    padding: 10px;
  }

  .radar-finding i {
    width: 52px;
    height: 46px;
  }

  .finding-thread {
    left: 0;
    top: 1%;
  }

  .finding-mirror {
    right: 0;
    top: 12%;
  }

  .finding-dm {
    left: 0;
    top: 31%;
  }

  .finding-search {
    right: 0;
    top: 47%;
  }

  .finding-post {
    left: 0;
    bottom: 12%;
  }

  .finding-host {
    right: 0;
    bottom: 2%;
  }
}

@media (max-width: 520px) {
  .radar-stage {
    min-height: 560px;
  }

  .radar-orbit {
    top: 45%;
    width: 380px;
    height: 380px;
    min-width: 380px;
    min-height: 380px;
  }

  .radar-center-card {
    width: 132px;
    min-height: 92px;
  }

  .radar-center-card strong {
    font-size: 15px;
  }

  .radar-center-card span {
    font-size: 11px;
  }

  .radar-finding {
    min-width: 142px;
    max-width: 158px;
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .radar-finding i {
    display: none;
  }
}

/* 2026-07-03 responsive polish pass: keep radar concept, improve fit and consistency */
.site-header {
  min-height: 86px;
}

.brand {
  flex: 0 0 auto;
}

.brand-mark {
  flex: 0 0 auto;
  filter: drop-shadow(0 10px 20px rgba(6, 28, 24, 0.08));
}

.nav-links {
  min-width: 0;
}

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

.radar-hero {
  grid-template-columns: minmax(420px, 590px) minmax(620px, 900px);
  justify-content: center;
  padding-inline: clamp(24px, 4vw, 86px);
}

.radar-copy {
  align-self: center;
  max-width: 590px;
}

.radar-copy h1 {
  font-size: clamp(76px, 6.4vw, 106px);
}

.radar-copy .hero-lede {
  max-width: 560px;
}

.radar-stage {
  width: min(100%, 920px);
  justify-self: center;
}

.radar-orbit {
  width: clamp(520px, 39vw, 660px);
  height: clamp(520px, 39vw, 660px);
  min-width: 0;
  min-height: 0;
}

.radar-finding {
  border-radius: 16px;
}

.finding-thread {
  left: 3%;
  top: 7%;
}

.finding-mirror {
  right: 0;
  top: 12%;
}

.finding-dm {
  left: 2%;
}

.finding-search {
  right: -1%;
}

.finding-post {
  left: 8%;
}

.finding-host {
  right: 4%;
}

.radar-proof-row span {
  min-height: 70px;
}

.radar-platform-row {
  max-width: 560px;
}

.radar-platform-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.radar-platform-row span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: rgba(20, 140, 108, 0.72);
  box-shadow: 0 0 0 4px rgba(20, 140, 108, 0.08);
}

.scan-platform-panel {
  display: grid;
  gap: 12px;
  width: min(100%, 620px);
}

.scan-disclosure {
  width: min(100%, 420px);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 249, 0.48)),
    rgba(255, 255, 255, 0.5);
  box-shadow: 0 18px 42px rgba(15, 42, 33, 0.1), var(--glass-inner);
  backdrop-filter: blur(20px) saturate(1.16);
  -webkit-backdrop-filter: blur(20px) saturate(1.16);
  overflow: hidden;
}

.scan-disclosure summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 50px;
  padding: 0 17px;
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.scan-disclosure summary::-webkit-details-marker {
  display: none;
}

.scan-disclosure summary b {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  color: #0c7a5f;
  background: rgba(20, 140, 108, 0.1);
  box-shadow: inset 0 0 0 1px rgba(20, 140, 108, 0.12);
  transition: transform 180ms ease, background-color 180ms ease;
}

.scan-disclosure[open] summary b {
  transform: rotate(45deg);
  background: rgba(196, 143, 62, 0.16);
}

.scan-source-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 0 15px 15px;
}

.scan-source-list span,
.scan-source-list a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 8px 10px;
  border-radius: 12px;
  color: rgba(24, 45, 38, 0.78);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: inset 0 0 0 1px rgba(20, 140, 108, 0.08);
}

.scan-source-list span::before,
.scan-source-list a::before {
  content: "";
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #15936f;
  box-shadow: 0 0 0 4px rgba(21, 147, 111, 0.08);
}

.platform-logo-rail {
  display: flex;
  align-items: center;
  gap: 7px;
  width: min(100%, 534px);
  min-height: 58px;
  padding: 8px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 249, 0.38)),
    rgba(255, 255, 255, 0.44);
  box-shadow: 0 18px 42px rgba(15, 42, 33, 0.09), var(--glass-inner);
  backdrop-filter: blur(20px) saturate(1.12);
  -webkit-backdrop-filter: blur(20px) saturate(1.12);
  overflow-x: auto;
  scrollbar-width: none;
}

.platform-logo-rail::-webkit-scrollbar {
  display: none;
}

.platform-rail-label {
  flex: 0 0 auto;
  max-width: 94px;
  padding: 0 8px 0 7px;
  color: rgba(27, 51, 43, 0.64);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.platform-logo-pill {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 43px;
  height: 38px;
  border-radius: 14px;
  border: 1px solid rgba(20, 140, 108, 0.09);
  background: rgba(255, 255, 255, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 8px 18px rgba(13, 43, 34, 0.07);
  text-decoration: none;
}

.platform-logo-pill img {
  display: block;
  width: auto;
  max-width: 29px;
  height: auto;
  max-height: 22px;
  object-fit: contain;
}

.platform-logo-pill img[alt="Fansly"] {
  max-width: 34px;
  max-height: 24px;
}

.platform-logo-pill img[alt="Google"] {
  max-width: 27px;
  max-height: 27px;
}

/* Keep visible radar hit points clear of floating cards on desktop/tablet. */
@media (min-width: 901px) {
  .hit-search {
    left: 63% !important;
    top: 58% !important;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .hit-search {
    left: 70% !important;
    top: 58% !important;
  }
}

/* Radar schematic links: four cards connect to live points; extra points stay ambient. */
.radar-link {
  position: absolute;
  z-index: 5;
  display: block;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(47, 157, 124, 0), rgba(47, 157, 124, 0.34), rgba(241, 196, 110, 0.3));
  box-shadow: 0 0 14px rgba(58, 201, 148, 0.12);
  opacity: 0.7;
  pointer-events: none;
  transform-origin: left center;
}

.link-mirror,
.link-search {
  background: linear-gradient(90deg, rgba(241, 196, 110, 0.3), rgba(47, 157, 124, 0.34), rgba(47, 157, 124, 0));
  transform-origin: right center;
}

.hit-extra-one {
  left: 48%;
  top: 38%;
  animation-delay: -2.1s;
}

.hit-extra-two {
  left: 59%;
  top: 72%;
  animation-delay: -3.35s;
}

@media (min-width: 1181px) {
  .hit-thread {
    left: 42% !important;
    top: 26% !important;
  }

  .hit-mirror {
    left: 73% !important;
    top: 32% !important;
  }

  .hit-dm {
    left: 36% !important;
    top: 67% !important;
  }

  .hit-search {
    left: 66% !important;
    top: 61% !important;
  }

  .hit-post {
    left: 29% !important;
    top: 50% !important;
  }

  .hit-host {
    left: 77% !important;
    top: 48% !important;
  }

  .hit-extra-one {
    left: 48% !important;
    top: 35% !important;
  }

  .hit-extra-two {
    left: 54% !important;
    top: 76% !important;
  }

  .link-thread {
    left: 31%;
    top: 39%;
    width: 145px;
    transform: rotate(34deg);
  }

  .link-mirror {
    left: auto;
    right: 20%;
    top: 42%;
    width: 130px;
    transform: rotate(-27deg);
  }

  .link-dm {
    left: 29%;
    top: 67%;
    width: 118px;
    transform: rotate(-4deg);
  }

  .link-search {
    left: auto;
    right: 22%;
    top: 66%;
    width: 128px;
    transform: rotate(11deg);
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .hit-thread {
    left: 43% !important;
    top: 27% !important;
  }

  .hit-mirror {
    left: 72% !important;
    top: 33% !important;
  }

  .hit-dm {
    left: 37% !important;
    top: 66% !important;
  }

  .hit-search {
    left: 64% !important;
    top: 60% !important;
  }

  .hit-post {
    left: 30% !important;
    top: 51% !important;
  }

  .hit-host {
    left: 77% !important;
    top: 49% !important;
  }

  .hit-extra-one {
    left: 51% !important;
    top: 36% !important;
  }

  .hit-extra-two {
    left: 55% !important;
    top: 75% !important;
  }

  .link-thread {
    left: 30%;
    top: 40%;
    width: 118px;
    transform: rotate(35deg);
  }

  .link-mirror {
    right: 19%;
    top: 43%;
    width: 108px;
    transform: rotate(-26deg);
  }

  .link-dm {
    left: 30%;
    top: 68%;
    width: 96px;
    transform: rotate(-4deg);
  }

  .link-search {
    right: 21%;
    top: 66%;
    width: 106px;
    transform: rotate(10deg);
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .hit-thread {
    left: 38% !important;
    top: 29% !important;
  }

  .hit-mirror {
    left: 70% !important;
    top: 31% !important;
  }

  .hit-dm {
    left: 34% !important;
    top: 59% !important;
  }

  .hit-search {
    left: 67% !important;
    top: 57% !important;
  }

  .hit-post {
    left: 28% !important;
    top: 46% !important;
  }

  .hit-host {
    left: 77% !important;
    top: 45% !important;
  }

  .hit-extra-one {
    left: 50% !important;
    top: 36% !important;
  }

  .hit-extra-two {
    left: 52% !important;
    top: 74% !important;
  }

  .radar-link {
    opacity: 0.46;
  }

  .link-thread {
    left: 25%;
    top: 39%;
    width: 104px;
    transform: rotate(34deg);
  }

  .link-mirror {
    right: 18%;
    top: 42%;
    width: 96px;
    transform: rotate(-25deg);
  }

  .link-dm {
    left: 24%;
    top: 59%;
    width: 96px;
    transform: rotate(-7deg);
  }

  .link-search {
    right: 18%;
    top: 59%;
    width: 96px;
    transform: rotate(8deg);
  }
}

@media (max-width: 760px) {
  .hit-thread {
    left: 38% !important;
    top: 28% !important;
  }

  .hit-mirror {
    left: 69% !important;
    top: 31% !important;
  }

  .hit-dm {
    left: 32% !important;
    top: 60% !important;
  }

  .hit-search {
    left: 69% !important;
    top: 59% !important;
  }

  .hit-post {
    left: 25% !important;
    top: 47% !important;
  }

  .hit-host {
    left: 78% !important;
    top: 45% !important;
  }

  .hit-extra-one {
    left: 51% !important;
    top: 36% !important;
  }

  .hit-extra-two {
    left: 52% !important;
    top: 74% !important;
  }

  .radar-link {
    opacity: 0.36;
  }

  .link-thread {
    left: 23%;
    top: 38%;
    width: 82px;
    transform: rotate(34deg);
  }

  .link-mirror {
    right: 14%;
    top: 42%;
    width: 82px;
    transform: rotate(-27deg);
  }

  .link-dm {
    left: 22%;
    top: 58%;
    width: 82px;
    transform: rotate(-8deg);
  }

  .link-search {
    right: 14%;
    top: 59%;
    width: 82px;
    transform: rotate(8deg);
  }
}

.section > .section-heading,
.section > .action-grid,
.section > .quick-steps,
.section > .proof-preview-grid,
.section > .pricing-grid,
.section > .resource-grid,
.section > .contact-copy,
.section > .contact-form,
.section > .section-actions,
.section > .pricing-footnote {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.action-grid,
.quick-steps,
.resource-grid,
.proof-preview-grid {
  gap: 18px;
}

.action-card,
.quick-step-link,
.resource-grid a,
.proof-preview-grid a,
.price-card,
.contact-form {
  border-radius: 20px;
}

.proof-preview-grid a {
  position: relative;
}

.proof-preview-grid a::after {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  padding: 0 12px;
  color: #fff;
  background: rgba(6, 28, 24, 0.58);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 900;
}

.proof-preview-grid a:nth-child(1)::after {
  content: "Detected -> Removed";
}

.proof-preview-grid a:nth-child(2)::after {
  content: "Host cleanup";
}

.proof-preview-grid a:nth-child(3)::after {
  content: "Search follow-up";
}

.pricing-grid {
  grid-template-columns: repeat(5, minmax(210px, 1fr));
  max-width: 1480px;
}

.homepage-pricing .price-card {
  min-height: 430px;
  padding: 26px;
}

.homepage-pricing .price-card.featured {
  transform: translateY(-8px);
}

.homepage-pricing .price-card.featured::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(20, 140, 108, 0.34), rgba(177, 136, 69, 0.18));
}

.price {
  color: var(--signal-deep);
  font-size: clamp(34px, 2.4vw, 44px);
}

.price-card h3 {
  font-size: 27px;
  line-height: 1;
}

.price-card a {
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent),
    linear-gradient(135deg, #158f70, #08634f);
}

.contact-section {
  grid-template-columns: minmax(320px, 0.78fr) minmax(480px, 1fr);
  justify-content: center;
  max-width: 1440px;
  margin-inline: auto;
}

.contact-form {
  padding: clamp(22px, 2.2vw, 34px);
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.portal-form input,
.portal-update-form textarea {
  min-height: 48px;
}

.contact-form textarea {
  line-height: 1.45;
}

@media (min-width: 1600px) {
  .site-header {
    padding-inline: clamp(72px, 7vw, 132px);
  }

  .radar-hero {
    min-height: calc(100vh - 92px);
    grid-template-columns: minmax(520px, 660px) minmax(780px, 980px);
    gap: clamp(60px, 5vw, 108px);
    padding-inline: clamp(72px, 7vw, 132px);
  }

  .radar-copy h1 {
    font-size: clamp(104px, 5.8vw, 128px);
  }

  .radar-copy .hero-lede {
    font-size: 19px;
  }

  .radar-stage {
    min-height: 700px;
  }

  .radar-orbit {
    width: clamp(640px, 36vw, 740px);
    height: clamp(640px, 36vw, 740px);
  }

  .radar-finding {
    min-width: 230px;
  }
}

@media (max-width: 1180px) {
  .site-header {
    padding-inline: 22px;
  }

  .brand {
    min-width: 210px;
  }

  .brand-copy strong {
    font-size: 29px;
  }

  .nav-links {
    gap: 10px;
  }

  .nav-links a {
    font-size: 13px;
  }

  .header-cta,
  .header-login {
    min-height: 48px;
    padding-inline: 18px;
  }

  .radar-hero {
    grid-template-columns: minmax(360px, 0.72fr) minmax(520px, 1fr);
    gap: 22px;
  }

  .radar-copy h1 {
    font-size: clamp(72px, 7.2vw, 92px);
  }

  .radar-proof-row {
    grid-template-columns: 1fr;
  }

  .radar-proof-row span {
    min-height: 58px;
  }

  .pricing-grid {
    grid-template-columns: repeat(3, minmax(230px, 1fr));
  }

  .homepage-pricing .price-card.featured {
    transform: none;
  }
}

@media (max-width: 900px) {
  .site-header {
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .brand {
    min-width: 0;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    gap: 14px;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .header-actions {
    margin-left: auto;
  }

  .radar-hero {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .radar-copy {
    max-width: 720px;
  }

  .radar-stage {
    min-height: 640px;
    width: min(100%, 760px);
  }

  .radar-orbit {
    width: min(82vw, 560px);
    height: min(82vw, 560px);
  }

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

@media (max-width: 760px) {
  .site-header {
    position: sticky;
    padding: 14px 16px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand-copy strong {
    font-size: 26px;
  }

  .nav-links {
    display: none;
  }

  .header-actions {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }

  .header-login,
  .header-cta {
    min-height: 44px;
    justify-content: center;
    border-radius: 14px;
  }

  .radar-hero {
    min-height: auto;
    padding: 34px 18px 30px;
  }

  .radar-copy h1 {
    font-size: clamp(62px, 20vw, 88px);
    line-height: 0.88;
    white-space: normal;
  }

  .radar-copy .hero-lede {
    font-size: 16px;
  }

  .radar-proof-row {
    gap: 12px;
    margin: 24px 0 18px;
  }

  .radar-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .radar-actions .button,
  .radar-actions .button.primary {
    width: 100%;
  }

  .radar-actions small {
    text-align: center;
  }

  .scan-platform-panel {
    gap: 10px;
    width: 100%;
  }

  .scan-disclosure {
    width: 100%;
    border-radius: 16px;
  }

  .scan-disclosure summary {
    min-height: 46px;
    padding-inline: 14px;
    font-size: 14px;
  }

  .scan-source-list {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 0 12px 12px;
  }

  .scan-source-list span {
    min-height: 31px;
    font-size: 12px;
  }

  .platform-logo-rail {
    width: 100%;
    min-height: 54px;
    margin-inline: 0;
    padding: 8px 72px 8px 8px;
    border-radius: 16px;
    border-left: 1px solid rgba(255, 255, 255, 0.72);
    border-right: 1px solid rgba(255, 255, 255, 0.72);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.62) 12%, rgba(255, 255, 255, 0.62) 88%, rgba(255, 255, 255, 0));
    box-shadow: none;
  }

  .platform-rail-label {
    max-width: 78px;
    padding-left: 0;
    font-size: 10px;
  }

  .platform-logo-pill {
    width: 43px;
    height: 34px;
    border-radius: 12px;
  }

  .platform-logo-pill img {
    max-width: 26px;
    max-height: 20px;
  }

  .platform-logo-pill img[alt="Fansly"] {
    max-width: 31px;
    max-height: 21px;
  }

  .radar-platform-row {
    display: grid;
    grid-auto-columns: minmax(84px, max-content);
    grid-auto-flow: column;
    flex-wrap: nowrap;
    max-width: none;
    margin-inline: -18px;
    overflow-x: auto;
    padding: 0 18px 8px;
    scrollbar-width: none;
  }

  .radar-platform-row::-webkit-scrollbar {
    display: none;
  }

  .radar-stage {
    min-height: 520px;
    margin-top: 12px;
  }

  .radar-orbit {
    top: 46%;
    width: 390px;
    height: 390px;
  }

  .radar-center-card {
    width: 126px;
    min-height: 88px;
  }

  .radar-finding {
    min-width: 132px;
    max-width: 152px;
    min-height: 58px;
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 11px;
  }

  .radar-finding i {
    display: none;
  }

  .radar-finding span {
    font-size: 11px;
  }

  .radar-finding b {
    font-size: 10px;
  }

  .finding-thread {
    left: 0;
    top: 0;
  }

  .finding-mirror {
    right: 0;
    top: 9%;
  }

  .finding-dm {
    left: 0;
    top: 29%;
  }

  .finding-search {
    right: 0;
    top: 44%;
  }

  .finding-post {
    left: 0;
    bottom: 12%;
  }

  .finding-host {
    right: 0;
    bottom: 2%;
  }

  .section {
    padding: 58px 18px;
  }

  .action-grid,
  .quick-steps,
  .proof-preview-grid,
  .resource-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .action-card {
    min-height: 210px;
  }

  .price-card,
  .homepage-pricing .price-card {
    min-height: auto;
  }

  .proof-preview-grid img {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 420px) {
  .radar-hero {
    padding-inline: 16px;
  }

  .radar-copy h1 {
    font-size: clamp(58px, 18vw, 74px);
  }

  .radar-stage {
    min-height: 500px;
  }

  .radar-orbit {
    width: 340px;
    height: 340px;
  }

  .radar-platform-row {
    margin-inline: -16px;
    padding-inline: 16px;
  }

  .chat-launcher {
    right: 12px;
    bottom: 12px;
  }
}

/* Mobile overflow guard after visual QA */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 760px) {
  .radar-hero,
  .radar-copy,
  .radar-copy > *,
  .radar-proof-row,
  .radar-actions,
  .radar-actions .button {
    min-width: 0;
    max-width: 100%;
  }

  .radar-copy {
    width: 100%;
  }

  .radar-copy h1 {
    overflow-wrap: normal;
    white-space: normal;
  }

  .radar-copy .hero-lede {
    overflow-wrap: anywhere;
  }

  .radar-proof-row span {
    width: 100%;
    min-width: 0;
  }

  .radar-platform-row {
    max-width: 100%;
    margin-inline: 0;
    padding-inline: 0 64px;
  }

  .chat-launcher {
    width: 54px;
    height: 54px;
    min-width: 54px;
    padding: 0;
    border-radius: 999px;
    font-size: 0;
    display: grid;
    place-items: center;
    right: 14px;
    bottom: 14px;
  }

  .chat-launcher::after {
    content: "?";
    font-size: 22px;
    line-height: 1;
    font-family: Inter, sans-serif;
    font-weight: 900;
  }
}

/* Premium glass polish: visual surface layer only, no layout or radar animation changes */
:root {
  --glass-white: rgba(255, 255, 248, 0.66);
  --glass-white-strong: rgba(255, 255, 250, 0.82);
  --glass-border: rgba(255, 255, 255, 0.72);
  --glass-edge: rgba(179, 140, 78, 0.2);
  --glass-shadow: 0 24px 80px rgba(16, 42, 34, 0.12), 0 8px 24px rgba(16, 42, 34, 0.08);
  --glass-inner: inset 0 1px 0 rgba(255, 255, 255, 0.88), inset 0 -1px 0 rgba(179, 140, 78, 0.1);
  --premium-green: #0d7f61;
  --premium-green-light: #2fa883;
  --premium-gold: #b58a45;
}

.site-header {
  background:
    linear-gradient(180deg, rgba(255, 255, 250, 0.86), rgba(255, 255, 250, 0.62)),
    rgba(255, 255, 250, 0.72);
  border-bottom: 1px solid rgba(179, 140, 78, 0.13);
  box-shadow: 0 14px 42px rgba(16, 42, 34, 0.07);
  backdrop-filter: blur(24px) saturate(1.28);
  -webkit-backdrop-filter: blur(24px) saturate(1.28);
}

.site-header::after {
  content: "";
  position: absolute;
  left: clamp(18px, 4vw, 72px);
  right: clamp(18px, 4vw, 72px);
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(181, 138, 69, 0.36), rgba(13, 127, 97, 0.2), transparent);
  pointer-events: none;
}

.header-login,
.header-cta,
.button,
.price-card a,
.chat-form button {
  box-shadow: var(--glass-inner), 0 14px 32px rgba(20, 67, 52, 0.12);
}

.header-login,
.button.secondary {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 250, 0.58)),
    rgba(255, 255, 255, 0.58);
  border-color: rgba(179, 140, 78, 0.28);
  backdrop-filter: blur(18px) saturate(1.18);
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
}

.header-cta,
.button.primary,
.chat-form button {
  background:
    radial-gradient(circle at 22% 0%, rgba(255, 255, 255, 0.42), transparent 34%),
    linear-gradient(135deg, var(--premium-green-light), #0f7559 52%, #075542);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -1px 0 rgba(2, 48, 36, 0.26),
    0 18px 42px rgba(13, 127, 97, 0.24),
    0 0 0 1px rgba(181, 138, 69, 0.12);
}

.button.primary:hover,
.header-cta:hover,
.chat-form button:hover {
  filter: saturate(1.04) brightness(1.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    0 22px 52px rgba(13, 127, 97, 0.28),
    0 0 0 1px rgba(181, 138, 69, 0.18);
}

.radar-proof-row span,
.radar-platform-row span,
.radar-finding,
.radar-center-card,
.action-card,
.quick-step,
.proof-preview-grid a,
.resource-card,
.price-card,
.contact-form,
.portal-card,
.portal-client-card,
.portal-report-panel,
.portal-case-switcher button {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 249, 0.52)),
    rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--glass-shadow), var(--glass-inner);
  backdrop-filter: blur(22px) saturate(1.18);
  -webkit-backdrop-filter: blur(22px) saturate(1.18);
}

.radar-proof-row span::before,
.radar-platform-row span::before,
.radar-finding::before,
.radar-center-card::before,
.action-card::before,
.proof-preview-grid a::before,
.price-card::before,
.contact-form::before {
  border-color: rgba(255, 255, 255, 0.64);
}

.radar-finding,
.radar-center-card {
  box-shadow:
    0 30px 80px rgba(11, 40, 31, 0.16),
    0 12px 30px rgba(11, 40, 31, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(181, 138, 69, 0.12);
}

.radar-finding {
  width: 238px;
  max-width: 238px;
  box-sizing: border-box;
}

.finding-thread {
  left: 5% !important;
  right: auto;
}

.finding-mirror {
  left: calc(99% - 238px) !important;
  right: auto !important;
}

.finding-dm {
  left: 4% !important;
  right: auto;
}

.finding-search {
  left: calc(102% - 238px) !important;
  right: auto !important;
}

.finding-post {
  left: 10% !important;
  right: auto;
}

.finding-host {
  left: calc(97% - 238px) !important;
  right: auto !important;
}

.radar-finding::after,
.price-card::after,
.contact-form::after,
.proof-preview-grid a::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(181, 138, 69, 0.16), transparent 24%);
  pointer-events: none;
  opacity: 0.72;
}

.proof-preview-grid a,
.price-card,
.contact-form,
.radar-finding {
  position: relative;
  overflow: hidden;
}

.radar-center-card {
  border-color: rgba(181, 138, 69, 0.18);
}

.radar-center-card b,
.price-card .price,
.homepage-pricing .price-card.featured .price {
  color: #0b6f55;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.36);
}

.homepage-pricing .price-card.featured,
.homepage-pricing .price-card.dark,
.price-card.featured,
.price-card.dark {
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.22), transparent 34%),
    linear-gradient(145deg, rgba(13, 101, 77, 0.96), rgba(5, 52, 40, 0.96));
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 26px 72px rgba(7, 59, 45, 0.22),
    0 0 0 1px rgba(181, 138, 69, 0.14);
}

.homepage-pricing .price-card.featured::after,
.homepage-pricing .price-card.dark::after,
.price-card.featured::after,
.price-card.dark::after {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 28%),
    radial-gradient(circle at 85% 8%, rgba(219, 183, 111, 0.2), transparent 26%);
}

.proof-preview-grid img {
  filter: saturate(0.95) contrast(1.02);
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.chat-form input {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(179, 140, 78, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
.chat-form input:focus {
  border-color: rgba(13, 127, 97, 0.52);
  box-shadow: 0 0 0 4px rgba(13, 127, 97, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.chat-launcher,
.chat-panel {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 249, 0.56)),
    rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow:
    0 24px 70px rgba(8, 56, 43, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(24px) saturate(1.2);
  -webkit-backdrop-filter: blur(24px) saturate(1.2);
}

.chat-launcher {
  background:
    radial-gradient(circle at 28% 0%, rgba(255, 255, 255, 0.44), transparent 32%),
    linear-gradient(135deg, var(--premium-green-light), #0d7458);
  color: #fff;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .site-header,
  .radar-proof-row span,
  .radar-platform-row span,
  .radar-finding,
  .radar-center-card,
  .action-card,
  .quick-step,
  .proof-preview-grid a,
  .resource-card,
  .price-card,
  .contact-form,
  .chat-panel {
    background: rgba(255, 255, 250, 0.94);
  }
}

@media (max-width: 760px) {
  .site-header,
  .radar-proof-row span,
  .radar-platform-row span,
  .radar-finding,
  .radar-center-card,
  .price-card,
  .contact-form,
  .chat-panel {
    backdrop-filter: blur(16px) saturate(1.12);
    -webkit-backdrop-filter: blur(16px) saturate(1.12);
  }

  .radar-finding::after,
  .price-card::after,
  .contact-form::after {
    opacity: 0.42;
  }
}

/* Radar visual cleanup: cleaner premium glass, no dirty outer hero rings */
.radar-hero::after {
  display: none;
}

.radar-finding {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 249, 0.32)),
    rgba(255, 255, 255, 0.34);
  border-color: rgba(255, 255, 255, 0.54);
  box-shadow:
    0 22px 58px rgba(11, 40, 31, 0.12),
    0 8px 22px rgba(11, 40, 31, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    inset 0 -1px 0 rgba(181, 138, 69, 0.08);
  backdrop-filter: blur(16px) saturate(1.08);
  -webkit-backdrop-filter: blur(16px) saturate(1.08);
}

.radar-finding::after {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), transparent 30%),
    radial-gradient(circle at 86% 14%, rgba(20, 140, 108, 0.08), transparent 26%);
  opacity: 0.42;
}

.radar-finding span,
.radar-finding b {
  position: relative;
  z-index: 2;
}

.radar-finding span {
  color: rgba(20, 44, 37, 0.9);
}

.radar-finding b {
  color: rgba(217, 80, 63, 0.86);
}

.radar-finding i {
  position: relative;
  z-index: 2;
  display: grid;
  width: 68px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(13, 127, 97, 0.13);
  border-radius: 14px;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.72), transparent 36%),
    linear-gradient(145deg, rgba(242, 250, 245, 0.72), rgba(222, 236, 229, 0.38));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 10px 26px rgba(20, 67, 52, 0.08);
  color: rgba(13, 127, 97, 0.78);
  filter: none;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
}

.radar-finding i::before {
  content: "!";
}

.finding-thread i::before {
  content: "TG";
}

.finding-mirror i::before {
  content: "18+";
}

.finding-dm i::before {
  content: "DC";
}

.finding-search i::before {
  content: "G";
}

.finding-post i::before {
  content: "RD";
}

.finding-host i::before {
  content: "DWF";
}

.radar-center-card {
  background:
    radial-gradient(circle at 42% 18%, rgba(255, 217, 134, 0.16), transparent 38%),
    linear-gradient(145deg, rgba(7, 36, 28, 0.78), rgba(5, 27, 22, 0.58));
  border: 1px solid rgba(237, 198, 120, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(237, 198, 120, 0.12),
    0 18px 48px rgba(4, 25, 20, 0.22);
  backdrop-filter: blur(12px) saturate(1.08);
  -webkit-backdrop-filter: blur(12px) saturate(1.08);
}

.radar-center-card::after {
  display: none;
}

.radar-center-card strong {
  color: #f1c46e;
  text-shadow: 0 1px 18px rgba(241, 196, 110, 0.22);
}

.radar-center-card span {
  color: rgba(255, 255, 255, 0.86);
}

@media (max-width: 760px) {
  .radar-finding {
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 249, 0.42)),
      rgba(255, 255, 255, 0.46);
  }

  .radar-finding i {
    width: 50px;
    height: 44px;
    border-radius: 12px;
    font-size: 16px;
  }
}

/* Remove the dirty translucent halo behind the radar. Keep the radar itself clean. */
.radar-orbit {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(251, 192, 73, 0.95) 0 1.3%, rgba(20, 140, 108, 0.32) 1.5% 9%, rgba(4, 31, 25, 0.88) 10% 72%, rgba(14, 91, 72, 0.5) 73% 76%, transparent 77% 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    inset 0 0 54px rgba(251, 192, 73, 0.1),
    0 22px 62px rgba(9, 33, 27, 0.12);
}

.radar-sweep {
  inset: 0;
  mask-image: radial-gradient(circle, #000 0 76%, transparent 77%);
  -webkit-mask-image: radial-gradient(circle, #000 0 76%, transparent 77%);
}

.radar-grid-line {
  top: 12%;
  height: 76%;
}

.ring-one { --inset: 17%; }
.ring-two { --inset: 30%; }
.ring-three { --inset: 43%; }
.ring-four { --inset: 56%; }

/* Emerald glass radar: lighter premium lens instead of a heavy black disk */
.radar-orbit {
  background:
    radial-gradient(circle at 50% 50%, rgba(249, 193, 87, 0.95) 0 1.2%, rgba(72, 210, 160, 0.34) 1.4% 8%, rgba(14, 92, 72, 0.78) 9% 38%, rgba(8, 63, 51, 0.82) 39% 62%, rgba(34, 134, 102, 0.58) 63% 73%, transparent 74% 100%),
    radial-gradient(circle at 30% 24%, rgba(127, 224, 187, 0.34), transparent 28%),
    radial-gradient(circle at 72% 76%, rgba(238, 198, 116, 0.14), transparent 32%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.2),
    inset 0 18px 58px rgba(255, 255, 255, 0.06),
    inset 0 -42px 86px rgba(3, 39, 32, 0.24),
    0 22px 62px rgba(9, 33, 27, 0.12);
}

.radar-orbit::before {
  content: "";
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 32%),
    radial-gradient(circle at 34% 20%, rgba(255, 255, 255, 0.2), transparent 22%);
  pointer-events: none;
  mix-blend-mode: screen;
}

.radar-ring {
  border-color: rgba(220, 246, 235, 0.26);
}

.radar-grid-line {
  background: linear-gradient(transparent, rgba(236, 202, 133, 0.5), transparent);
}

.radar-sweep {
  background: conic-gradient(from 26deg, rgba(255, 213, 104, 0.78) 0deg, rgba(255, 213, 104, 0.36) 18deg, rgba(255, 213, 104, 0.05) 44deg, transparent 64deg);
}

.radar-dot {
  background: #64f0b0;
  box-shadow: 0 0 0 8px rgba(100, 240, 176, 0.12), 0 0 24px rgba(100, 240, 176, 0.72);
}

/* Saturated emerald glass radar: richer color without returning to a heavy black disk */
.radar-orbit {
  background:
    radial-gradient(circle at 50% 50%, rgba(249, 193, 87, 0.96) 0 1.1%, rgba(111, 238, 187, 0.42) 1.3% 8%, rgba(19, 132, 95, 0.74) 9% 34%, rgba(8, 78, 61, 0.86) 35% 58%, rgba(45, 153, 113, 0.68) 59% 72%, transparent 73% 100%),
    radial-gradient(circle at 29% 21%, rgba(217, 255, 239, 0.42), transparent 30%),
    radial-gradient(circle at 72% 76%, rgba(238, 198, 116, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(0, 88, 65, 0.18) 44%, rgba(255, 255, 255, 0.06));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.28),
    inset 0 26px 70px rgba(255, 255, 255, 0.14),
    inset 0 -44px 92px rgba(2, 35, 29, 0.28),
    0 20px 58px rgba(9, 33, 27, 0.12);
}

.radar-orbit::before {
  inset: 7%;
  background:
    linear-gradient(132deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.08) 18%, transparent 42%),
    radial-gradient(circle at 33% 18%, rgba(255, 255, 255, 0.32), transparent 23%),
    radial-gradient(circle at 68% 72%, rgba(255, 236, 183, 0.13), transparent 28%);
  opacity: 0.86;
}

.radar-orbit::after {
  content: "";
  position: absolute;
  inset: 4%;
  border-radius: 50%;
  background:
    linear-gradient(118deg, transparent 0 22%, rgba(255, 255, 255, 0.18) 30%, transparent 43%),
    linear-gradient(298deg, transparent 0 54%, rgba(255, 255, 255, 0.1) 62%, transparent 76%);
  mix-blend-mode: screen;
  opacity: 0.68;
  pointer-events: none;
}

.radar-ring {
  border-color: rgba(234, 255, 246, 0.34);
}

.radar-sweep {
  background: conic-gradient(from 26deg, rgba(255, 213, 104, 0.72) 0deg, rgba(255, 213, 104, 0.34) 18deg, rgba(255, 213, 104, 0.05) 44deg, transparent 64deg);
}

/* Detected targets: make the cards feel attached to the radar hit points. */
.radar-finding {
  isolation: isolate;
}

.radar-finding::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 9px;
  height: 9px;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: #56e6a5;
  box-shadow:
    0 0 0 7px rgba(86, 230, 165, 0.12),
    0 0 22px rgba(86, 230, 165, 0.62);
  transform: translateY(-50%);
}

.radar-finding::after {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 30%),
    radial-gradient(circle at 86% 14%, rgba(20, 140, 108, 0.08), transparent 26%);
}

.finding-thread::before,
.finding-dm::before,
.finding-post::before {
  right: -28px;
}

.finding-thread::after,
.finding-dm::after,
.finding-post::after {
  box-shadow: 30px 0 0 -14px rgba(86, 230, 165, 0.36);
}

.finding-mirror::before,
.finding-search::before,
.finding-host::before {
  left: -28px;
}

.finding-mirror::after,
.finding-search::after,
.finding-host::after {
  box-shadow: -30px 0 0 -14px rgba(86, 230, 165, 0.36);
}

.radar-finding i {
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.78), transparent 36%),
    linear-gradient(145deg, rgba(239, 250, 244, 0.82), rgba(218, 237, 228, 0.48));
  color: rgba(8, 116, 87, 0.84);
  letter-spacing: 0;
}

.finding-thread i,
.finding-search i {
  color: rgba(0, 126, 98, 0.88);
}

.finding-mirror i {
  color: rgba(181, 103, 42, 0.9);
}

.finding-dm i {
  color: rgba(88, 101, 242, 0.82);
}

.finding-post i {
  color: rgba(215, 75, 61, 0.86);
}

.finding-host i {
  color: rgba(58, 72, 66, 0.9);
  font-size: 15px;
}

/* Rotating target radar layer */
.radar-hit {
  position: absolute;
  z-index: 3;
  width: 11px;
  height: 11px;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  background: #5ef0ad;
  box-shadow:
    0 0 0 7px rgba(94, 240, 173, 0.12),
    0 0 26px rgba(94, 240, 173, 0.72);
  opacity: 0.72;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.86);
  animation: radarHitPulse 3.6s ease-in-out infinite;
}

.hit-thread {
  left: 39%;
  top: 25%;
}

.hit-mirror {
  left: 74%;
  top: 31%;
  animation-delay: -0.6s;
}

.hit-dm {
  left: 32%;
  top: 48%;
  animation-delay: -1.2s;
}

.hit-search {
  left: 82%;
  top: 53%;
  animation-delay: -1.8s;
}

.hit-post {
  left: 39%;
  top: 70%;
  animation-delay: -2.4s;
}

.hit-host {
  left: 72%;
  top: 73%;
  animation-delay: -3s;
}

.radar-hit.active {
  opacity: 1;
  background: #7dffc3;
  box-shadow:
    0 0 0 9px rgba(125, 255, 195, 0.18),
    0 0 34px rgba(125, 255, 195, 0.95),
    0 0 62px rgba(241, 196, 110, 0.28);
  transform: translate(-50%, -50%) scale(1.18);
}

.radar-hit.threat {
  opacity: 1;
  background: #ff5d52;
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 0 0 9px rgba(255, 93, 82, 0.16),
    0 0 32px rgba(255, 93, 82, 0.88),
    0 0 58px rgba(255, 185, 96, 0.18);
  transform: translate(-50%, -50%) scale(1.12);
}

.radar-finding i::before {
  content: attr(data-badge);
}

.radar-finding.is-changing {
  opacity: 0.9;
  filter: none;
  transition: opacity 360ms ease, filter 360ms ease, transform 360ms ease;
}

.radar-finding.active {
  border-color: rgba(94, 240, 173, 0.42);
  box-shadow:
    0 24px 68px rgba(11, 40, 31, 0.16),
    0 0 0 1px rgba(94, 240, 173, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.radar-finding.active::before {
  background: #7dffc3;
  box-shadow:
    0 0 0 9px rgba(125, 255, 195, 0.16),
    0 0 34px rgba(125, 255, 195, 0.86);
}

@keyframes radarHitPulse {
  0%,
  100% {
    opacity: 0.58;
    transform: translate(-50%, -50%) scale(0.78);
  }

  42% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.08);
  }
}

/* Final radar tuning: six real hit points only, richer color, smoother card swaps. */
.radar-dot {
  display: none;
}

.radar-orbit {
  background:
    radial-gradient(circle at 50% 50%, rgba(249, 193, 87, 0.98) 0 1.1%, rgba(111, 238, 187, 0.5) 1.3% 8%, rgba(18, 142, 100, 0.82) 9% 34%, rgba(7, 83, 64, 0.92) 35% 58%, rgba(43, 160, 117, 0.76) 59% 72%, transparent 73% 100%),
    radial-gradient(circle at 29% 21%, rgba(219, 255, 240, 0.46), transparent 30%),
    radial-gradient(circle at 72% 76%, rgba(238, 198, 116, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(0, 88, 65, 0.2) 44%, rgba(255, 255, 255, 0.06));
}

.radar-finding {
  transition:
    opacity 420ms ease,
    filter 420ms ease,
    transform 420ms ease,
    border-color 420ms ease,
    box-shadow 420ms ease,
    background 420ms ease;
}

.radar-finding.is-changing {
  opacity: 0.9;
  filter: blur(0);
  transform: translateY(-1px) scale(0.992);
}

@media (min-width: 761px) {
  .radar-orbit {
    filter: saturate(1.18) contrast(1.05);
  }
}

@media (max-width: 760px) {
  .radar-stage {
    min-height: 620px;
    margin-top: 18px;
    overflow: visible;
  }

  .radar-orbit {
    top: 255px;
    width: min(88vw, 360px);
    height: min(88vw, 360px);
    min-width: 0;
    min-height: 0;
    filter: saturate(1.08) contrast(1.03);
  }

  .radar-center-card {
    top: 255px;
    width: 108px;
    min-height: 74px;
    padding: 12px 14px;
    border-radius: 999px;
  }

  .radar-center-card strong {
    font-size: 18px;
  }

  .radar-center-card span {
    font-size: 11px;
  }

  .radar-finding {
    width: calc(50% - 10px);
    min-width: 0;
    max-width: none;
    min-height: 72px;
    grid-template-columns: 1fr 50px;
    align-items: center;
    gap: 10px;
    padding: 12px 13px;
    border-radius: 17px;
  }

  .radar-finding i {
    display: grid;
    width: 48px;
    height: 46px;
    font-size: 15px;
  }

  .radar-finding span {
    font-size: 11px;
    line-height: 1.12;
  }

  .radar-finding b {
    font-size: 10px;
  }

  .radar-finding::before,
  .radar-finding::after {
    display: none;
  }

  .finding-thread {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }

  .finding-mirror {
    right: 0;
    top: 92px;
  }

  .finding-dm {
    left: 0;
    top: 92px;
  }

  .finding-post {
    left: 0;
    top: 342px;
    bottom: auto;
  }

  .finding-search {
    right: 0;
    top: 342px;
  }

  .finding-host {
    left: 50%;
    right: auto;
    top: 462px;
    bottom: auto;
    transform: translateX(-50%);
  }

  .finding-thread.is-changing,
  .finding-host.is-changing {
    transform: translateX(-50%) translateY(-1px) scale(0.992);
  }
}

@media (max-width: 420px) {
  .radar-stage {
    min-height: 590px;
  }

  .radar-orbit {
    top: 242px;
    width: min(92vw, 342px);
    height: min(92vw, 342px);
  }

  .radar-center-card {
    top: 242px;
    width: 102px;
    min-height: 70px;
  }

  .radar-finding {
    width: calc(50% - 8px);
    min-height: 68px;
    grid-template-columns: 1fr 44px;
    padding: 11px 12px;
  }

  .radar-finding i {
    width: 44px;
    height: 42px;
    font-size: 14px;
  }

  .finding-mirror,
  .finding-dm {
    top: 88px;
  }

  .finding-post,
  .finding-search {
    top: 322px;
  }

  .finding-host {
    top: 438px;
  }
}

/* Mobile radar composition: compact floating cards around the scan, not a desktop squeeze. */
@media (max-width: 760px) {
  .radar-stage {
    display: block;
    min-height: 548px;
    padding: 0;
    overflow: visible;
  }

  .radar-orbit {
    top: 256px;
    left: 50%;
    width: min(86vw, 338px);
    height: min(86vw, 338px);
    min-width: 0;
    min-height: 0;
    transform: translate(-50%, -50%);
  }

  .radar-center-card {
    top: 256px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98px;
    min-height: 68px;
    padding: 10px 12px;
  }

  .radar-finding,
  .finding-thread,
  .finding-mirror,
  .finding-dm,
  .finding-search,
  .finding-post,
  .finding-host {
    position: absolute !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 138px !important;
    min-width: 0 !important;
    max-width: 138px !important;
    min-height: 54px;
    grid-template-columns: minmax(0, 1fr) 36px;
    gap: 7px;
    padding: 8px 9px;
    border-radius: 14px;
    animation: findingFloat 7s ease-in-out infinite;
  }

  .radar-finding span {
    font-size: 9.5px;
    line-height: 1.08;
  }

  .radar-finding b {
    font-size: 8.8px;
  }

  .radar-finding i {
    display: grid;
    width: 36px;
    height: 34px;
    border-radius: 11px;
    font-size: 11.5px;
  }

  .radar-center-card strong {
    font-size: 15px;
  }

  .radar-center-card span {
    font-size: 9.5px;
  }

  .radar-finding::before {
    display: none;
  }

  .finding-thread {
    left: 4% !important;
    top: 8px !important;
  }

  .finding-mirror {
    left: calc(96% - 138px) !important;
    top: 66px !important;
    animation-delay: -1s;
  }

  .finding-dm {
    left: 1% !important;
    top: 194px !important;
    animation-delay: -2s;
  }

  .finding-search {
    left: calc(99% - 138px) !important;
    top: 294px !important;
    animation-delay: -3s;
  }

  .finding-post {
    left: 5% !important;
    top: 398px !important;
    animation-delay: -4s;
  }

  .finding-host {
    left: calc(84% - 138px) !important;
    top: 458px !important;
    animation-delay: -5s;
  }

  .radar-finding {
    box-shadow:
      0 16px 38px rgba(11, 40, 31, 0.1),
      0 5px 16px rgba(11, 40, 31, 0.05),
      inset 0 1px 0 rgba(255, 255, 255, 0.78);
  }

  .radar-finding.is-changing,
  .finding-thread.is-changing,
  .finding-host.is-changing {
    transform: translateY(-1px) scale(0.992) !important;
  }
}

@media (max-width: 420px) {
  .radar-stage {
    min-height: 528px;
  }

  .radar-orbit {
    top: 252px;
    width: min(86vw, 326px);
    height: min(86vw, 326px);
  }

  .radar-center-card {
    top: 252px;
  }

  .radar-finding,
  .finding-thread,
  .finding-mirror,
  .finding-dm,
  .finding-search,
  .finding-post,
  .finding-host {
    width: 132px !important;
    max-width: 132px !important;
    min-height: 52px;
    grid-template-columns: minmax(0, 1fr) 34px;
    padding: 8px 9px;
  }

  .radar-finding i {
    width: 34px;
    height: 32px;
    font-size: 11px;
  }

  .finding-thread {
    left: 4% !important;
    top: 6px !important;
  }

  .finding-mirror {
    left: calc(96% - 132px) !important;
    top: 66px !important;
  }

  .finding-dm {
    left: 1% !important;
    top: 190px !important;
  }

  .finding-search {
    left: calc(99% - 132px) !important;
    top: 286px !important;
  }

  .finding-post {
    left: 5% !important;
    top: 388px !important;
  }

  .finding-host {
    left: calc(78% - 132px) !important;
    top: 450px !important;
  }
}

/* Pricing cleanup: keep every plan on the same white premium glass surface. */
.homepage-pricing .price-card,
.homepage-pricing .price-card.featured,
.homepage-pricing .price-card.dark,
.price-card.featured,
.price-card.dark {
  color: var(--ink) !important;
  border-color: rgba(255, 255, 255, 0.72) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 249, 0.72)),
    rgba(255, 255, 255, 0.72) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 18px 46px rgba(7, 21, 18, 0.08) !important;
  backdrop-filter: blur(24px) saturate(1.18);
  -webkit-backdrop-filter: blur(24px) saturate(1.18);
}

.homepage-pricing .price-card.featured,
.price-card.featured {
  border-color: rgba(53, 201, 142, 0.24) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 22px 54px rgba(7, 21, 18, 0.08) !important;
}

.price-card.dark p,
.price-card.dark li,
.price-card.dark .price,
.price-card.dark h3,
.homepage-pricing .price-card.dark p,
.homepage-pricing .price-card.dark li,
.homepage-pricing .price-card.dark .price,
.homepage-pricing .price-card.dark h3 {
  color: inherit !important;
}

.price-card .price,
.homepage-pricing .price-card.featured .price,
.homepage-pricing .price-card.dark .price {
  color: var(--signal-deep) !important;
}

.price-card .plan-note,
.price-card li,
.homepage-pricing .price-card.dark .plan-note,
.homepage-pricing .price-card.dark li {
  color: rgba(38, 62, 54, 0.86) !important;
}

.homepage-pricing .price-card::after,
.homepage-pricing .price-card.featured::after,
.homepage-pricing .price-card.dark::after,
.price-card::after,
.price-card.featured::after,
.price-card.dark::after {
  opacity: 0.08 !important;
}

.homepage-pricing .price-card.featured::before,
.homepage-pricing .price-card.dark::before,
.price-card.featured::before,
.price-card.dark::before {
  opacity: 0 !important;
}

.homepage-pricing .badge,
.price-card .badge {
  color: #21362f;
  background: rgba(237, 213, 161, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

/* Radar logo cards: real icon assets, lighter glass, and subtle content changes. */
.radar-finding {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 249, 0.22)),
    rgba(255, 255, 255, 0.22) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  box-shadow:
    0 22px 56px rgba(11, 40, 31, 0.1),
    0 8px 20px rgba(11, 40, 31, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.66),
    inset 0 -1px 0 rgba(181, 138, 69, 0.06) !important;
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  cursor: pointer;
}

.radar-finding::after {
  opacity: 0.26 !important;
}

.radar-finding i {
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.62), transparent 38%),
    linear-gradient(145deg, rgba(247, 253, 250, 0.5), rgba(222, 236, 229, 0.2)) !important;
  border-color: rgba(13, 127, 97, 0.12) !important;
}

.radar-finding i.has-icon {
  width: 58px !important;
  height: 58px !important;
  background-color: transparent !important;
  background-image: var(--radar-icon) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: var(--radar-icon-size, 82%) auto !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.radar-finding i.has-icon::before {
  content: "";
}

.radar-finding.is-changing span,
.radar-finding.is-changing b,
.radar-finding.is-changing i {
  opacity: 0.78;
  transition: opacity 260ms ease;
}

.radar-finding span,
.radar-finding b,
.radar-finding i {
  transition: opacity 340ms ease;
}

@media (min-width: 761px) and (max-width: 1180px) {
  .radar-stage {
    min-height: 680px;
    overflow: visible;
  }

  .radar-orbit {
    width: min(58vw, 560px);
    height: min(58vw, 560px);
    min-width: 500px;
    min-height: 500px;
  }

  .radar-center-card {
    z-index: 8;
    width: 190px;
    min-height: 104px;
    padding: 20px 26px;
    transform: translate(-50%, -50%) scale(0.9);
  }

  .radar-center-card strong {
    font-size: 26px;
  }

  .radar-center-card span {
    font-size: 16px;
  }

  .radar-finding {
    position: absolute !important;
    z-index: 7;
    width: 210px !important;
    min-width: 0;
    max-width: 210px;
    min-height: 86px;
    grid-template-columns: minmax(0, 1fr) 50px;
    gap: 12px;
    padding: 16px 17px;
    border-radius: 20px;
  }

  .radar-finding span {
    font-size: 15px;
    line-height: 1.12;
  }

  .radar-finding b {
    font-size: 13px;
  }

  .radar-finding i.has-icon {
    width: 50px !important;
    height: 50px !important;
  }

  .finding-thread {
    left: -3%;
    top: 2%;
  }

  .finding-mirror {
    right: -2%;
    top: 5%;
  }

  .finding-dm {
    left: -5%;
    top: 32%;
  }

  .finding-search {
    right: -8%;
    top: 24%;
  }

  .finding-post {
    left: -2%;
    bottom: 5%;
  }

  .finding-host {
    right: -1%;
    bottom: 2%;
  }

  .chat-launcher {
    right: 14px;
    bottom: 14px;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    min-width: 54px;
    min-height: 54px;
    padding: 0;
    border-radius: 999px;
    font-size: 0;
  }

  .chat-launcher::after {
    content: "?";
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
  }
}

@media (max-width: 760px) {
  .radar-finding {
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 249, 0.26)),
      rgba(255, 255, 255, 0.26) !important;
    box-shadow:
      0 14px 34px rgba(11, 40, 31, 0.1),
      0 4px 14px rgba(11, 40, 31, 0.045),
      inset 0 1px 0 rgba(255, 255, 255, 0.68) !important;
  }

  .radar-finding i.has-icon {
    width: 34px !important;
    height: 34px !important;
    background-color: transparent !important;
    background-image: var(--radar-icon) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: var(--radar-icon-size, 84%) auto !important;
    border-color: transparent !important;
    box-shadow: none !important;
  }
}

.home-trust-strip {
  width: min(1180px, calc(100% - clamp(32px, 8vw, 136px)));
  margin: clamp(18px, 2.2vw, 34px) auto clamp(34px, 4vw, 56px);
  padding: 0;
  color: var(--ink);
}

.trust-strip-title {
  display: grid;
  grid-template-columns: minmax(36px, 1fr) auto minmax(36px, 1fr);
  align-items: center;
  gap: clamp(14px, 2.4vw, 28px);
  margin-bottom: clamp(18px, 2vw, 26px);
}

.trust-strip-title span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(181, 138, 69, 0.22), transparent);
}

.trust-strip-title p {
  margin: 0;
  max-width: 680px;
  color: rgba(33, 55, 48, 0.72);
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.trust-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2.4vw, 28px);
  align-items: start;
}

.trust-strip-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-items: center;
  min-width: 0;
}

.trust-strip-item i {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(181, 138, 69, 0.16);
  border-radius: 999px;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.92), transparent 48%),
    rgba(255, 255, 255, 0.52);
  box-shadow:
    0 12px 28px rgba(12, 55, 43, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  color: #0b6f58;
}

.trust-strip-item svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-strip-item strong {
  display: block;
  min-width: 0;
  color: #071f19;
  font-size: clamp(17px, 1.25vw, 21px);
  font-weight: 900;
  line-height: 1.12;
}

.trust-strip-item small {
  display: block;
  min-width: 0;
  margin-top: 4px;
  color: rgba(33, 55, 48, 0.68);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

@media (max-width: 980px) {
  .home-trust-strip {
    width: min(860px, calc(100% - 40px));
  }

  .trust-strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 22px;
  }
}

@media (max-width: 560px) {
  .home-trust-strip {
    width: calc(100% - 32px);
    margin-top: 4px;
    margin-bottom: 44px;
  }

  .trust-strip-title {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .trust-strip-title span {
    display: none;
  }

  .trust-strip-title p {
    text-align: left;
  }

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

  .trust-strip-item {
    grid-template-columns: 38px minmax(0, 1fr);
    column-gap: 12px;
  }

  .trust-strip-item i {
    width: 38px;
    height: 38px;
  }

  .trust-strip-item svg {
    width: 21px;
    height: 21px;
  }
}

/* Global assistant edge tab: visible everywhere, but kept off content-heavy bottom areas. */
.chat-launcher {
  position: fixed !important;
  top: 50% !important;
  right: max(0px, env(safe-area-inset-right)) !important;
  bottom: auto !important;
  z-index: 120 !important;
  display: grid !important;
  grid-template-rows: auto auto;
  place-items: center;
  gap: 4px;
  width: 36px !important;
  min-width: 36px !important;
  height: 64px !important;
  min-height: 64px !important;
  padding: 7px 4px !important;
  border: 1px solid rgba(255, 255, 255, 0.78) !important;
  border-right: 0 !important;
  border-radius: 18px 0 0 18px !important;
  color: #fff !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent),
    linear-gradient(145deg, rgba(47, 168, 131, 0.96), rgba(7, 105, 81, 0.98)) !important;
  box-shadow:
    0 18px 42px rgba(8, 80, 63, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.45) !important;
  font-family: Inter, system-ui, sans-serif !important;
  font-size: 0 !important;
  cursor: pointer;
  transform: translateY(-50%) translateX(4px);
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
  backdrop-filter: blur(18px) saturate(1.18);
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
}

.chat-launcher:hover,
.chat-launcher:focus-visible {
  transform: translateY(-50%) translateX(0);
  box-shadow:
    0 20px 48px rgba(8, 80, 63, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
}

.chat-launcher:focus-visible {
  outline: 3px solid rgba(202, 244, 221, 0.82);
  outline-offset: 3px;
}

.chat-launcher.is-open {
  opacity: 0;
  pointer-events: none;
}

.chat-launcher::before {
  content: "";
  width: 11px;
  height: 11px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.92;
}

.chat-launcher::after {
  content: none !important;
}

.chat-launcher-icon {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.chat-launcher-text {
  display: none;
}

.chat-panel {
  right: max(18px, env(safe-area-inset-right)) !important;
  bottom: max(18px, env(safe-area-inset-bottom)) !important;
  z-index: 130 !important;
  display: block !important;
  opacity: 0;
  pointer-events: none;
  transform: translateX(18px) translateY(8px) scale(0.98);
  transform-origin: right bottom;
  transition: opacity 180ms ease, transform 180ms ease;
  max-height: min(640px, calc(100vh - 36px - env(safe-area-inset-top) - env(safe-area-inset-bottom)));
}

.chat-panel.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) translateY(0) scale(1);
}

@media (min-width: 761px) and (max-width: 1180px) {
  .chat-launcher {
    top: 48% !important;
    width: 34px !important;
    min-width: 34px !important;
    height: 60px !important;
    min-height: 60px !important;
    border-radius: 16px 0 0 16px !important;
  }

  .chat-launcher-icon {
    width: 20px;
    height: 20px;
    font-size: 13px;
  }
}

@media (max-width: 760px) {
  .chat-launcher {
    top: 55% !important;
    width: 34px !important;
    min-width: 34px !important;
    height: 58px !important;
    min-height: 58px !important;
    padding: 6px 4px !important;
    border-radius: 15px 0 0 15px !important;
    transform: translateY(-50%) translateX(5px);
  }

  .chat-launcher:hover,
  .chat-launcher:focus-visible {
    transform: translateY(-50%) translateX(0);
  }

  .chat-launcher::before {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }

  .chat-launcher-icon {
    width: 20px;
    height: 20px;
    font-size: 13px;
  }

  .chat-panel {
    left: 12px !important;
    right: 12px !important;
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
    width: auto !important;
    max-height: min(620px, calc(100vh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom))) !important;
  }
}

/* Four-card radar mode: less visual noise, same rotating source pool. */
.radar-finding.is-radar-slot-hidden,
.radar-hit.is-radar-slot-hidden {
  display: none !important;
}

@media (min-width: 1181px) {
  .radar-finding {
    width: 220px !important;
    max-width: 220px !important;
  }

  .finding-thread {
    left: 2% !important;
    right: auto !important;
    top: 4% !important;
    bottom: auto !important;
  }

  .finding-mirror {
    left: calc(100% - 220px - 2%) !important;
    right: auto !important;
    top: 18% !important;
    bottom: auto !important;
  }

  .finding-dm {
    left: 2% !important;
    right: auto !important;
    top: calc(100% - 88px - 20%) !important;
    bottom: auto !important;
  }

  .finding-search {
    left: calc(100% - 220px - 2%) !important;
    right: auto !important;
    top: calc(100% - 88px - 4%) !important;
    bottom: auto !important;
  }
}

.hit-thread {
  left: 38%;
  top: 28%;
}

.hit-mirror {
  left: 72%;
  top: 34%;
}

.hit-dm {
  left: 34%;
  top: 68%;
}

.hit-search {
  left: 76%;
  top: 65%;
}

@media (min-width: 761px) and (max-width: 1180px) {
  .finding-thread {
    left: -1% !important;
    top: 4% !important;
  }

  .finding-mirror {
    left: calc(100% - 210px + 3%) !important;
    right: auto !important;
    top: 8% !important;
  }

  .finding-dm {
    left: -2% !important;
    top: 70% !important;
    bottom: auto !important;
  }

  .finding-search {
    left: calc(100% - 210px + 4%) !important;
    right: auto !important;
    top: 70% !important;
    bottom: auto !important;
  }
}

@media (max-width: 760px) {
  .finding-thread {
    left: 4% !important;
    top: 24px !important;
  }

  .finding-mirror {
    left: auto !important;
    right: 4% !important;
    top: 104px !important;
  }

  .finding-dm {
    left: 3% !important;
    top: auto !important;
    bottom: 96px !important;
  }

  .finding-search {
    left: auto !important;
    right: 3% !important;
    top: auto !important;
    bottom: 22px !important;
  }
}

/* Radar composition polish: keep the concept, but make the cards feel arranged around one object. */
.radar-stage {
  isolation: isolate;
}

.radar-finding {
  overflow: hidden;
}

@media (min-width: 1181px) {
  .radar-stage {
    width: min(100%, 860px);
    min-height: clamp(600px, 52vw, 700px);
  }

  .radar-orbit {
    top: 53%;
    width: clamp(560px, 42vw, 700px);
    height: clamp(560px, 42vw, 700px);
  }

  .radar-finding {
    width: clamp(205px, 17vw, 245px) !important;
    min-width: 0;
    min-height: 84px;
    grid-template-columns: minmax(0, 1fr) 58px;
    padding: 15px 16px;
    border-radius: 18px;
  }

  .radar-finding i.has-icon {
    width: 58px !important;
    height: 54px !important;
  }

  .finding-thread {
    left: 5% !important;
    top: 7% !important;
  }

  .finding-mirror {
    left: auto !important;
    right: 1% !important;
    top: 16% !important;
  }

  .finding-dm {
    left: 3% !important;
    top: 37% !important;
  }

  .finding-search {
    left: auto !important;
    right: 0 !important;
    top: 52% !important;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .radar-hero {
    grid-template-columns: minmax(340px, 0.68fr) minmax(560px, 1fr);
    gap: 18px;
  }

  .radar-stage {
    width: min(100%, 720px);
    min-height: 610px;
    overflow: visible;
  }

  .radar-orbit {
    top: 53%;
    width: clamp(500px, 50vw, 610px);
    height: clamp(500px, 50vw, 610px);
    min-width: 0;
    min-height: 0;
  }

  .radar-center-card {
    top: 56%;
    width: 168px;
    min-height: 96px;
    padding: 18px 22px;
    transform: translate(-50%, -50%);
  }

  .radar-center-card strong {
    font-size: 23px;
  }

  .radar-center-card span {
    font-size: 14px;
    line-height: 1.15;
  }

  .radar-finding {
    width: 190px !important;
    max-width: 190px;
    min-height: 76px;
    grid-template-columns: minmax(0, 1fr) 46px;
    gap: 10px;
    padding: 13px 14px;
    border-radius: 17px;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.78),
      0 16px 34px rgba(11, 40, 31, 0.11);
  }

  .radar-finding span {
    font-size: 13px;
    line-height: 1.12;
  }

  .radar-finding b {
    font-size: 11px;
  }

  .radar-finding i.has-icon {
    width: 46px !important;
    height: 46px !important;
  }

  .finding-thread {
    left: 3% !important;
    top: 7% !important;
  }

  .finding-mirror {
    left: auto !important;
    right: 2% !important;
    top: 17% !important;
  }

  .finding-dm {
    left: 2% !important;
    top: 48% !important;
    bottom: auto !important;
  }

  .finding-search {
    left: auto !important;
    right: 2% !important;
    top: 55% !important;
    bottom: auto !important;
  }

  .finding-post,
  .finding-host {
    display: none !important;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .radar-stage {
    width: min(100%, 720px);
    min-height: 600px;
    margin-inline: auto;
  }

  .radar-orbit {
    top: 52%;
    width: min(68vw, 540px);
    height: min(68vw, 540px);
    min-width: 0;
    min-height: 0;
  }

  .radar-center-card {
    top: 55%;
    width: 154px;
    min-height: 90px;
    transform: translate(-50%, -50%);
  }

  .radar-finding {
    width: 178px !important;
    max-width: 178px;
    min-height: 72px;
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 9px;
    padding: 12px 13px;
  }

  .radar-finding i.has-icon {
    width: 42px !important;
    height: 42px !important;
  }

  .finding-thread {
    left: 5% !important;
    top: 8% !important;
  }

  .finding-mirror {
    left: auto !important;
    right: 5% !important;
    top: 13% !important;
  }

  .finding-dm {
    left: 4% !important;
    top: 49% !important;
    bottom: auto !important;
  }

  .finding-search {
    left: auto !important;
    right: 4% !important;
    top: 53% !important;
    bottom: auto !important;
  }
}

/* Final radar placement lock after all legacy overrides. */
@media (min-width: 1181px) {
  .radar-stage {
    width: min(100%, 900px) !important;
    min-height: clamp(610px, 51vw, 700px) !important;
  }

  .radar-orbit {
    left: 58% !important;
    top: 54% !important;
    width: clamp(560px, 42vw, 690px) !important;
    height: clamp(560px, 42vw, 690px) !important;
    min-width: 0 !important;
    min-height: 0 !important;
  }

  .radar-center-card {
    left: 58% !important;
    top: 57% !important;
  }

  .radar-finding {
    position: absolute !important;
    z-index: 12 !important;
    width: 220px !important;
    max-width: 220px !important;
    min-width: 0 !important;
  }

  .finding-thread {
    left: 6% !important;
    right: auto !important;
    top: 8% !important;
    bottom: auto !important;
  }

  .finding-mirror {
    left: auto !important;
    right: 2% !important;
    top: 19% !important;
    bottom: auto !important;
  }

  .finding-dm {
    left: 4% !important;
    right: auto !important;
    top: 43% !important;
    bottom: auto !important;
  }

  .finding-search {
    left: auto !important;
    right: 2% !important;
    top: 57% !important;
    bottom: auto !important;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .radar-stage {
    width: min(100%, 720px) !important;
    min-height: 610px !important;
  }

  .radar-orbit {
    left: 55% !important;
    top: 53% !important;
    width: clamp(500px, 50vw, 590px) !important;
    height: clamp(500px, 50vw, 590px) !important;
    min-width: 0 !important;
    min-height: 0 !important;
  }

  .radar-center-card {
    left: 55% !important;
    top: 56% !important;
  }

  .radar-finding {
    position: absolute !important;
    z-index: 12 !important;
    width: 186px !important;
    max-width: 186px !important;
    min-width: 0 !important;
  }

  .finding-thread {
    left: 4% !important;
    right: auto !important;
    top: 8% !important;
    bottom: auto !important;
  }

  .finding-mirror {
    left: auto !important;
    right: -1% !important;
    top: 18% !important;
    bottom: auto !important;
  }

  .finding-dm {
    left: 3% !important;
    right: auto !important;
    top: 51% !important;
    bottom: auto !important;
  }

  .finding-search {
    left: auto !important;
    right: -1% !important;
    top: 61% !important;
    bottom: auto !important;
  }
}

/* iPad 13 / tablet composition polish: four cards balanced around the radar circle. */
@media (min-width: 1181px) {
  .radar-stage {
    width: min(100%, 900px) !important;
    min-height: clamp(620px, 52vw, 705px) !important;
  }

  .radar-orbit {
    left: 58% !important;
    top: 54% !important;
    width: clamp(560px, 42vw, 690px) !important;
    height: clamp(560px, 42vw, 690px) !important;
    min-width: 0 !important;
    min-height: 0 !important;
  }

  .radar-center-card {
    left: 58% !important;
    top: 57% !important;
  }

  .radar-finding {
    position: absolute !important;
    z-index: 12 !important;
    width: 214px !important;
    max-width: 214px !important;
    min-width: 0 !important;
  }

  .finding-thread {
    left: 9% !important;
    right: auto !important;
    top: 13% !important;
    bottom: auto !important;
  }

  .finding-mirror {
    left: auto !important;
    right: -4% !important;
    top: 16% !important;
    bottom: auto !important;
  }

  .finding-dm {
    left: 6% !important;
    right: auto !important;
    top: 64% !important;
    bottom: auto !important;
  }

  .finding-search {
    left: auto !important;
    right: -6% !important;
    top: 66% !important;
    bottom: auto !important;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .radar-stage {
    width: min(100%, 720px) !important;
    min-height: 610px !important;
  }

  .radar-finding {
    position: absolute !important;
    z-index: 12 !important;
    width: 186px !important;
    max-width: 186px !important;
    min-width: 0 !important;
  }

  .finding-thread {
    left: 6% !important;
    right: auto !important;
    top: 12% !important;
    bottom: auto !important;
  }

  .finding-mirror {
    left: auto !important;
    right: -5% !important;
    top: 15% !important;
    bottom: auto !important;
  }

  .finding-dm {
    left: 4% !important;
    right: auto !important;
    top: 64% !important;
    bottom: auto !important;
  }

  .finding-search {
    left: auto !important;
    right: -7% !important;
    top: 66% !important;
    bottom: auto !important;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .finding-dm {
    top: 46% !important;
    bottom: auto !important;
  }

  .finding-search {
    top: 49% !important;
    bottom: auto !important;
  }
}

/* Final center badge cleanup: keep the radar core readable on iPad/tablet Safari. */
.radar-center-card {
  width: clamp(142px, 12vw, 174px) !important;
  min-height: 82px !important;
  padding: 16px 18px !important;
  gap: 8px !important;
}

.radar-center-card strong {
  line-height: 1 !important;
  white-space: nowrap !important;
}

.radar-center-card span {
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

@media (min-width: 901px) and (max-width: 1180px) {
  .radar-center-card {
    width: 148px !important;
    min-height: 76px !important;
    padding: 14px 16px !important;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .radar-center-card {
    width: 144px !important;
    min-height: 74px !important;
    padding: 13px 15px !important;
  }
}

/* Final radar link and hit-position lock. Keep dots clear of cards across breakpoints. */
@media (min-width: 1181px) {
  .hit-thread { left: 42% !important; top: 26% !important; }
  .hit-mirror { left: 73% !important; top: 32% !important; }
  .hit-dm { left: 36% !important; top: 67% !important; }
  .hit-search { left: 66% !important; top: 61% !important; }
  .hit-post { left: 29% !important; top: 50% !important; }
  .hit-host { left: 77% !important; top: 48% !important; }
  .hit-extra-one { left: 48% !important; top: 35% !important; }
  .hit-extra-two { left: 54% !important; top: 76% !important; }
  .link-thread { left: 31%; top: 39%; width: 145px; transform: rotate(34deg); }
  .link-mirror { left: auto; right: 20%; top: 42%; width: 130px; transform: rotate(-27deg); }
  .link-dm { left: 29%; top: 67%; width: 118px; transform: rotate(-4deg); }
  .link-search { left: auto; right: 22%; top: 66%; width: 128px; transform: rotate(11deg); }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .hit-thread { left: 43% !important; top: 27% !important; }
  .hit-mirror { left: 72% !important; top: 33% !important; }
  .hit-dm { left: 37% !important; top: 66% !important; }
  .hit-search { left: 64% !important; top: 60% !important; }
  .hit-post { left: 30% !important; top: 51% !important; }
  .hit-host { left: 77% !important; top: 49% !important; }
  .hit-extra-one { left: 51% !important; top: 36% !important; }
  .hit-extra-two { left: 55% !important; top: 75% !important; }
  .link-thread { left: 30%; top: 40%; width: 118px; transform: rotate(35deg); }
  .link-mirror { right: 19%; top: 43%; width: 108px; transform: rotate(-26deg); }
  .link-dm { left: 30%; top: 68%; width: 96px; transform: rotate(-4deg); }
  .link-search { right: 21%; top: 66%; width: 106px; transform: rotate(10deg); }
}

@media (min-width: 761px) and (max-width: 900px) {
  .hit-thread { left: 38% !important; top: 29% !important; }
  .hit-mirror { left: 70% !important; top: 31% !important; }
  .hit-dm { left: 34% !important; top: 59% !important; }
  .hit-search { left: 67% !important; top: 57% !important; }
  .hit-post { left: 28% !important; top: 46% !important; }
  .hit-host { left: 79% !important; top: 40% !important; }
  .hit-extra-one { left: 50% !important; top: 36% !important; }
  .hit-extra-two { left: 52% !important; top: 74% !important; }
  .link-thread { left: 25%; top: 39%; width: 104px; transform: rotate(34deg); }
  .link-mirror { right: 18%; top: 42%; width: 96px; transform: rotate(-25deg); }
  .link-dm { left: 24%; top: 59%; width: 96px; transform: rotate(-7deg); }
  .link-search { right: 18%; top: 59%; width: 96px; transform: rotate(8deg); }
}

@media (max-width: 760px) {
  .hit-thread { left: 38% !important; top: 28% !important; }
  .hit-mirror { left: 69% !important; top: 31% !important; }
  .hit-dm { left: 32% !important; top: 60% !important; }
  .hit-search { left: 69% !important; top: 59% !important; }
  .hit-post { left: 25% !important; top: 47% !important; }
  .hit-host { left: 78% !important; top: 45% !important; }
  .hit-extra-one { left: 51% !important; top: 36% !important; }
  .hit-extra-two { left: 52% !important; top: 74% !important; }
  .link-thread { left: 23%; top: 38%; width: 82px; transform: rotate(34deg); }
  .link-mirror { right: 14%; top: 42%; width: 82px; transform: rotate(-27deg); }
  .link-dm { left: 22%; top: 58%; width: 82px; transform: rotate(-8deg); }
  .link-search { right: 14%; top: 59%; width: 82px; transform: rotate(8deg); }
}

/* Light two-step intake form. Scoped to the homepage contact section only. */
.light-intake-section {
  grid-template-columns: minmax(320px, 0.78fr) minmax(460px, 1fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  padding-block: clamp(56px, 8vw, 104px);
}

.light-intake-copy {
  max-width: 620px;
}

.light-intake-copy .eyebrow {
  color: var(--signal-deep);
}

.light-intake-copy h2 {
  margin: 16px 0 20px;
  font-size: clamp(48px, 6.3vw, 92px);
  line-height: 0.96;
  letter-spacing: 0;
}

.light-intake-copy > p {
  max-width: 560px;
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.45;
  color: rgba(36, 58, 51, 0.82);
}

.intake-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(28px, 4vw, 52px);
}

.intake-trust-grid article {
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 14px;
  row-gap: 2px;
  align-items: center;
  min-width: 0;
  padding: 6px 20px 6px 0;
  border-right: 1px solid rgba(181, 138, 69, 0.18);
}

.intake-trust-grid article:last-child {
  border-right: 0;
  padding-right: 0;
}

.intake-trust-grid article > span {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  color: var(--signal-deep);
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(181, 138, 69, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76), 0 10px 28px rgba(12, 48, 37, 0.07);
  font-weight: 900;
}

.intake-trust-grid strong {
  font-size: 15px;
  color: var(--ink);
}

.intake-trust-grid small {
  color: rgba(36, 58, 51, 0.72);
  font-size: 13px;
  line-height: 1.35;
}

.light-intake-form {
  gap: 18px;
  padding: clamp(24px, 3vw, 38px);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 249, 0.58)),
    rgba(255, 255, 255, 0.58) !important;
  border-color: rgba(181, 138, 69, 0.18) !important;
  box-shadow:
    0 34px 90px rgba(11, 40, 31, 0.12),
    0 12px 34px rgba(11, 40, 31, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
}

.intake-form-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 4px;
}

.intake-form-head h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.05;
  color: var(--ink);
}

.intake-form-head p {
  margin: 8px 0 0;
  color: rgba(36, 58, 51, 0.68);
  font-size: 14px;
}

.step-indicator {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  color: rgba(36, 58, 51, 0.78);
  font-size: 14px;
  white-space: nowrap;
}

.step-indicator b,
.step-indicator em {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-style: normal;
  font-size: 13px;
  line-height: 1;
}

.step-indicator b {
  color: #fff;
  background: var(--signal-deep);
  box-shadow: 0 8px 20px rgba(5, 82, 62, 0.18);
}

.step-indicator em {
  color: rgba(36, 58, 51, 0.72);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(181, 138, 69, 0.18);
}

.step-indicator i {
  display: block;
  width: 22px;
  height: 1px;
  background: rgba(181, 138, 69, 0.35);
}

.light-intake-form label small {
  font-weight: 700;
  color: rgba(36, 58, 51, 0.58);
}

.light-intake-form textarea[name="targets"] {
  min-height: 112px;
}

.urgency-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(181, 138, 69, 0.18);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.42);
}

.urgency-options legend {
  grid-column: 1 / -1;
  width: 100%;
  padding: 0 0 10px;
  border: 0;
  font-weight: 900;
  color: var(--ink);
  transform: translateY(-2px);
}

.urgency-options label {
  position: relative;
  display: grid !important;
  place-items: center;
  min-height: 62px;
  padding: 10px 12px;
  border-right: 1px solid rgba(181, 138, 69, 0.16);
  cursor: pointer;
  text-align: center;
  gap: 0 !important;
}

.urgency-options label:last-child {
  border-right: 0;
}

.urgency-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.urgency-options span {
  display: grid;
  gap: 3px;
}

.urgency-options b {
  font-size: 14px;
  color: var(--ink);
}

.urgency-options small {
  font-size: 12px;
  line-height: 1.25;
  color: rgba(36, 58, 51, 0.62);
}

.urgency-options label:has(input:checked) {
  background: rgba(17, 137, 104, 0.08);
  box-shadow: inset 0 0 0 1px rgba(17, 137, 104, 0.34);
}

.compact-legal {
  display: grid;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.38);
  border: 1px solid rgba(181, 138, 69, 0.12);
}

.light-intake-form .button.primary {
  width: 100%;
  justify-content: center;
  min-height: 58px;
  font-size: 18px;
}

.light-intake-form > .form-note {
  margin: -4px 0 0;
  text-align: center;
  color: rgba(36, 58, 51, 0.62);
}

.advanced-case-details {
  margin-top: 0;
  border: 1px solid rgba(181, 138, 69, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
  overflow: hidden;
}

.advanced-case-details summary {
  display: grid;
  grid-template-columns: 34px auto auto 28px;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 14px 18px;
  cursor: pointer;
  list-style: none;
}

.advanced-case-details summary::-webkit-details-marker {
  display: none;
}

.advanced-case-details summary span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(181, 138, 69, 0.22);
  font-weight: 900;
}

.advanced-case-details summary strong {
  color: var(--ink);
  font-size: 15px;
}

.advanced-case-details summary small {
  justify-self: start;
  color: rgba(36, 58, 51, 0.58);
  font-weight: 800;
}

.advanced-case-details summary b {
  justify-self: end;
  color: var(--signal-deep);
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
}

.advanced-case-details[open] summary b {
  transform: rotate(45deg);
}

/* The intake is one form with an optional disclosure, not a two-step wizard. */
.step-indicator span {
  color: var(--signal-deep);
  font-weight: 900;
}

.advanced-case-details summary {
  grid-template-columns: 1fr 28px;
}

.advanced-fields {
  display: grid;
  gap: 14px;
  padding: 0 18px 18px;
}

.legal-note {
  margin-top: -4px !important;
  font-size: 12px;
}

@media (max-width: 980px) {
  .light-intake-section {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .light-intake-copy h2 {
    max-width: 760px;
  }

  .intake-trust-grid {
    max-width: 760px;
  }
}

@media (max-width: 700px) {
  .light-intake-section {
    padding-block: 44px;
  }

  .light-intake-copy h2 {
    font-size: clamp(42px, 15vw, 64px);
  }

  .intake-trust-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .intake-trust-grid article {
    border-right: 0;
    padding: 12px 0;
  }

  .intake-form-head {
    display: grid;
  }

  .step-indicator {
    justify-content: flex-start;
  }

  .form-row,
  .urgency-options {
    grid-template-columns: 1fr !important;
  }

  .urgency-options label {
    border-right: 0;
    border-bottom: 1px solid rgba(181, 138, 69, 0.14);
  }

  .urgency-options label:last-child {
    border-bottom: 0;
  }

  .advanced-case-details summary {
    grid-template-columns: 32px 1fr 24px;
  }

  .advanced-case-details summary small {
    grid-column: 2;
  }

  .advanced-case-details summary b {
    grid-column: 3;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 700px) {
  .advanced-case-details summary {
    grid-template-columns: 1fr 24px;
  }

  .advanced-case-details summary b {
    grid-column: 2;
    grid-row: 1;
  }
}

/* RS shield logo lockup. Keeps the new mark and wordmark visually connected. */
.brand {
  gap: 2px !important;
  min-width: clamp(222px, 18.2vw, 280px) !important;
  text-decoration: none;
}

.brand-mark {
  width: 72px !important;
  height: 72px !important;
  flex: 0 0 72px;
  object-fit: contain;
  object-position: center;
  transform: translateY(-1px);
}

.brand-copy {
  gap: 0 !important;
  transform: translateX(-5px);
}

.brand-copy strong {
  font-family: "DM Serif Display", Georgia, serif !important;
  font-size: clamp(31px, 2.1vw, 34px) !important;
  font-weight: 500 !important;
  line-height: 0.96 !important;
  letter-spacing: 0 !important;
  color: #08251f !important;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

.brand-copy small {
  display: none !important;
}

@media (max-width: 760px) {
  .brand {
    min-width: 0 !important;
    gap: 2px !important;
  }

  .brand-mark {
    width: 56px !important;
    height: 56px !important;
    flex-basis: 56px;
  }

  .brand-copy strong {
    font-size: 27px !important;
  }
}

/* Mobile radar card tightening: keep floating cards, but hold them close to the radar. */
@media (max-width: 760px) {
  .radar-stage {
    min-height: clamp(540px, 142vw, 610px) !important;
    padding-block: 18px 34px !important;
  }

  .radar-orbit {
    left: 50% !important;
    top: 50% !important;
    width: min(86vw, 390px) !important;
    height: min(86vw, 390px) !important;
  }

  .radar-center-card {
    left: 50% !important;
    top: 50% !important;
  }

  .radar-finding {
    width: clamp(146px, 41vw, 170px) !important;
    max-width: clamp(146px, 41vw, 170px) !important;
    min-height: 64px !important;
    grid-template-columns: minmax(0, 1fr) 38px !important;
    gap: 8px !important;
    padding: 10px 11px !important;
    border-radius: 14px !important;
  }

  .radar-finding span {
    font-size: 11px !important;
    line-height: 1.08 !important;
  }

  .radar-finding b {
    font-size: 10px !important;
  }

  .radar-finding i.has-icon {
    width: 38px !important;
    height: 38px !important;
  }

  .finding-thread {
    left: 5% !important;
    right: auto !important;
    top: 18% !important;
    bottom: auto !important;
  }

  .finding-mirror {
    left: auto !important;
    right: 5% !important;
    top: 28% !important;
    bottom: auto !important;
  }

  .finding-dm {
    left: 5% !important;
    right: auto !important;
    top: 64% !important;
    bottom: auto !important;
  }

  .finding-search {
    left: auto !important;
    right: 5% !important;
    top: 70% !important;
    bottom: auto !important;
  }
}

@media (max-width: 430px) {
  .radar-stage {
    min-height: 548px !important;
  }

  .radar-orbit {
    width: min(82vw, 360px) !important;
    height: min(82vw, 360px) !important;
  }

  .finding-thread {
    top: 19% !important;
  }

  .finding-mirror {
    top: 30% !important;
  }

  .finding-dm {
    top: 62% !important;
  }

  .finding-search {
    top: 69% !important;
  }
}

/* Rightsignal Demo client workspace */
.portal-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.65fr);
  gap: 48px;
  align-items: end;
}

.portal-hero > div:first-child {
  max-width: 900px;
}

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

.portal-hero-proof span {
  display: grid;
  gap: 6px;
  min-height: 96px;
  align-content: center;
  padding: 18px;
  border: 1px solid rgba(177, 136, 69, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 42px rgba(24, 43, 37, 0.07);
}

.portal-hero-proof strong {
  color: var(--signal-deep);
  font-size: 16px;
}

.portal-hero-proof small {
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 800;
}

.portal-auth-section {
  min-height: 620px;
  padding: 54px clamp(20px, 4.2vw, 76px) 80px;
}

.portal-auth-card,
.portal-dashboard {
  width: min(1600px, 100%);
  margin: 0 auto;
}

.portal-auth-card[hidden],
.portal-dashboard[hidden] {
  display: none !important;
}

.portal-auth-card {
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.65fr);
  gap: 42px;
  padding: 38px;
}

.portal-auth-copy h2 {
  max-width: 720px;
  margin: 14px 0 18px;
  font-size: clamp(42px, 4vw, 66px);
  line-height: 0.96;
}

.portal-kicker {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin-bottom: 22px;
  padding: 0 12px;
  border: 1px solid rgba(13, 127, 97, 0.18);
  border-radius: 999px;
  color: var(--signal-deep);
  background: rgba(53, 201, 142, 0.08);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.portal-auth-points {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.portal-auth-points li {
  position: relative;
  padding-left: 28px;
  color: var(--ink-soft);
  font-weight: 800;
}

.portal-auth-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--signal) 0 34%, rgba(53, 201, 142, 0.16) 38% 100%);
}

.portal-demo-entry {
  align-content: center;
  min-height: 430px;
  padding: 34px;
  border: 1px solid rgba(226, 190, 118, 0.34);
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.18), transparent 35%),
    linear-gradient(145deg, #153c31, #06281f 68%, #041d17);
  box-shadow: 0 32px 80px rgba(7, 54, 41, 0.24);
}

.portal-demo-entry .eyebrow,
.portal-demo-entry p,
.portal-demo-entry .form-note {
  color: rgba(255, 255, 255, 0.68);
}

.portal-demo-entry h3 {
  margin: 0;
  color: #fff;
  font-size: 30px;
}

.portal-demo-entry .button {
  width: 100%;
  margin-top: 10px;
}

.portal-demo-mark,
.portal-client-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(181, 138, 69, 0.34);
  color: #8a6326;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.96), transparent 42%),
    linear-gradient(145deg, #fffdf8 0%, #f8f1e4 58%, #ecdfc8 100%);
  font-family: "DM Serif Display", Georgia, serif;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 10px 24px rgba(92, 67, 30, 0.1);
}

.portal-demo-mark {
  width: 68px;
  height: 68px;
  margin-bottom: 18px;
  border-radius: 22px;
  font-size: 28px;
}

body.portal-is-open .portal-hero {
  display: none;
}

body.portal-is-open .portal-auth-section {
  padding-top: 24px;
}

body.portal-is-open .header-actions {
  display: none;
}

.portal-dashboard {
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 16px;
  padding: 16px;
}

.portal-client-card,
.portal-case-switcher {
  border-radius: 20px;
}

.portal-client-identity {
  display: flex;
  gap: 11px;
  align-items: center;
  margin-bottom: 18px;
}

.portal-client-avatar {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  color: #8a6326;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.96), transparent 42%),
    linear-gradient(145deg, #fffdf8 0%, #f8f1e4 58%, #ecdfc8 100%);
  font-size: 18px;
}

.portal-client-identity div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.portal-client-identity small,
.portal-client-meta small,
.portal-panel-head small {
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portal-client-identity strong {
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portal-client-card h2 {
  margin-top: 18px;
  font-size: 26px;
}

.portal-client-meta {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 8px;
  margin: 18px 0;
}

.portal-client-meta span {
  display: grid;
  gap: 5px;
  padding: 10px;
  border: 1px solid rgba(177, 136, 69, 0.14);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.5);
}

.portal-client-meta strong {
  font-size: 11px;
}

.portal-case-switcher h3 {
  margin-bottom: 14px;
  font-size: 16px;
}

.portal-case-switcher button {
  position: relative;
  gap: 5px;
  border-radius: 14px;
  padding: 14px;
}

.portal-case-switcher button.active {
  border-color: rgba(13, 127, 97, 0.28);
  background: linear-gradient(145deg, rgba(53, 201, 142, 0.16), rgba(255, 255, 255, 0.6));
  box-shadow: 0 12px 28px rgba(13, 127, 97, 0.1);
}

.portal-case-switcher button small {
  width: fit-content;
  margin-top: 4px;
  border-radius: 999px;
  padding: 4px 7px;
  color: var(--signal-deep);
  background: rgba(53, 201, 142, 0.1);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.portal-workspace {
  gap: 16px;
}

.portal-workspace-head {
  align-items: center;
  padding: 18px 20px 10px;
}

.portal-workspace-head > div:first-child {
  max-width: 860px;
}

.portal-workspace-head h2 {
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1;
}

.portal-workspace-actions {
  display: grid;
  justify-items: end;
  gap: 12px;
}

.portal-sync-state {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 900;
}

.portal-sync-state i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 5px rgba(53, 201, 142, 0.12);
}

.portal-action-banner {
  display: grid;
  grid-template-columns: minmax(230px, 0.8fr) minmax(0, 1.4fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid rgba(181, 138, 69, 0.25);
  border-radius: 18px;
  background:
    radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.72), transparent 38%),
    linear-gradient(135deg, rgba(240, 207, 141, 0.3), rgba(255, 255, 255, 0.7));
  box-shadow: 0 16px 36px rgba(98, 74, 31, 0.08);
}

.portal-action-banner > div {
  display: flex;
  gap: 12px;
  align-items: center;
}

.portal-action-banner > div > div {
  display: grid;
  gap: 3px;
}

.portal-action-banner small {
  color: #7c6333;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portal-action-banner p {
  margin: 0;
  font-size: 13px;
}

.portal-action-icon {
  display: inline-flex;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(145deg, #b88736, #7b571f);
  font-weight: 900;
}

.portal-action-banner button {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(123, 87, 31, 0.2);
  border-radius: 12px;
  color: #624718;
  background: rgba(255, 255, 255, 0.62);
  font-weight: 900;
  cursor: pointer;
}

.portal-metric-grid article {
  position: relative;
  overflow: hidden;
  min-height: 118px;
  border-radius: 17px;
}

.portal-metric-grid article::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -26px;
  width: 78px;
  height: 78px;
  border: 14px solid rgba(53, 201, 142, 0.06);
  border-radius: 50%;
}

.portal-metric-grid strong {
  color: var(--ink);
  font-size: 30px;
}

.portal-metric-grid article > small {
  position: relative;
  z-index: 1;
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 800;
}

.portal-panel {
  border-radius: 20px;
}

.portal-panel-head {
  align-items: center;
}

.portal-panel-head > div {
  display: grid;
  gap: 3px;
}

.portal-panel-head h3 {
  margin: 0;
  font-size: 20px;
}

.portal-timeline-item {
  grid-template-columns: 22px 1fr;
  gap: 14px;
  padding: 6px 0;
}

.portal-timeline-item > span {
  position: relative;
}

.portal-timeline-item:not(:last-child) > span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 18px;
  width: 1px;
  height: 42px;
  background: rgba(13, 127, 97, 0.15);
}

.portal-report-head,
.portal-message-head {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.portal-report-head small,
.portal-message-head small {
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 800;
}

.portal-report-list button:disabled {
  cursor: default;
  opacity: 0.72;
}

.portal-message-list article {
  border-radius: 15px;
}

.portal-message-list .from-team {
  border-left: 3px solid rgba(13, 127, 97, 0.42);
}

@media (max-width: 1180px) {
  .portal-hero,
  .portal-auth-card,
  .portal-dashboard {
    grid-template-columns: 1fr;
  }

  .portal-sidebar {
    grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
  }

  .portal-action-banner {
    grid-template-columns: 1fr auto;
  }

  .portal-action-banner > p {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 760px) {
  .portal-hero {
    gap: 26px;
    padding-top: 54px;
  }

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

  .portal-hero-proof span {
    min-height: auto;
  }

  .portal-auth-section {
    padding: 28px 12px 60px;
  }

  .portal-auth-card {
    gap: 26px;
    padding: 16px;
  }

  .portal-demo-entry {
    min-height: auto;
    padding: 26px 20px;
  }

  .portal-dashboard {
    padding: 10px;
  }

  .portal-sidebar {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .portal-client-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 14px;
  }

  .portal-client-card .portal-client-identity {
    margin: 0;
  }

  .portal-client-card > .case-status,
  .portal-client-card > h2,
  .portal-client-card > p,
  .portal-client-card > .portal-client-meta {
    display: none;
  }

  .portal-client-card .button {
    width: auto;
    min-height: 44px;
    padding: 0 16px;
  }

  .portal-case-switcher {
    padding: 14px;
    overflow: hidden;
  }

  .portal-case-switcher h3 {
    margin-bottom: 10px;
  }

  .portal-case-switcher > div {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 3px;
    scroll-snap-type: x proximity;
  }

  .portal-case-switcher button {
    flex: 0 0 238px;
    scroll-snap-align: start;
  }

  .portal-workspace-head {
    padding: 8px 4px 4px;
  }

  .portal-workspace-actions {
    width: 100%;
    justify-items: stretch;
  }

  .portal-sync-state {
    justify-content: center;
  }

  .portal-action-banner {
    grid-template-columns: 1fr;
  }

  .portal-action-banner > p {
    grid-column: auto;
    grid-row: auto;
  }

  .portal-action-banner button {
    width: 100%;
  }

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

  .portal-metric-grid article {
    min-height: 108px;
    padding: 15px;
  }
}

/* iPhone radar clearance: keep the upper-right hit outside the floating card. */
@media (max-width: 760px) {
  .hit-mirror {
    left: 84% !important;
    top: 40% !important;
  }
}

/* Keep the approved proof-library surface neutral after legacy section rules. */
.light-intake-section .compact-legal .check-row input[type="checkbox"]:checked {
  border-color: rgba(7, 112, 83, 0.94) !important;
  background: linear-gradient(145deg, #2bad86, #08765b) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    0 8px 20px rgba(13, 127, 97, 0.18) !important;
}

.light-intake-section .compact-legal .check-row input[type="checkbox"]:checked::before {
  opacity: 1 !important;
  transform: translateY(-1px) rotate(-45deg) scale(1) !important;
}

.light-intake-section .compact-legal .check-row {
  cursor: pointer;
}

.proof-library-section {
  background:
    radial-gradient(circle at 18% 8%, rgba(225, 238, 233, 0.42), transparent 32%),
    linear-gradient(180deg, #fbfcfb 0%, #f6f9f8 100%);
}

.proof-library-grid.proof-library-grid--showcase {
  display: flex;
  grid-template-columns: none;
  flex-direction: column;
}

/* Final cascade authority for the site-wide card-lift standard. */
:is(
  .action-card,
  .quick-step-link,
  .simple-price-grid article,
  .resource-grid > a,
  .resource-card,
  .proof-preview-grid > a,
  .service-card,
  .proof-card,
  .insight-grid article,
  .legal-grid article,
  .process-grid article,
  .checklist-grid article,
  .faq-grid article,
  .price-card,
  .service-page-grid article,
  .article-card-grid article,
  .article-hub-card,
  .article-example,
  .proof-showcase-card,
  .portal-client-card,
  .portal-filter-card,
  .portal-metric-grid article,
  .portal-report-panel,
  .portal-impact-live,
  .portal-impact-support,
  .portal-action-banner
) {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 180ms ease;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  :is(
    .action-card,
    .quick-step-link,
    .simple-price-grid article,
    .resource-grid > a,
    .resource-card,
    .proof-preview-grid > a,
    .service-card,
    .proof-card,
    .insight-grid article,
    .legal-grid article,
    .process-grid article,
    .checklist-grid article,
    .faq-grid article,
    .price-card,
    .service-page-grid article,
    .article-card-grid article,
    .article-hub-card,
    .article-example,
    .proof-showcase-card,
    .portal-client-card,
    .portal-filter-card,
    .portal-metric-grid article,
    .portal-report-panel,
    .portal-impact-live,
    .portal-impact-support,
    .portal-action-banner
  ):hover {
    z-index: 3;
    transform: translateY(-8px);
  }

  /* The featured plan already rests 8px above the row. */
  .homepage-pricing .price-card.featured:hover {
    transform: translateY(-16px);
  }
}

:is(
  .action-card,
  .quick-step-link,
  .simple-price-grid article,
  .resource-grid > a,
  .resource-card,
  .proof-preview-grid > a,
  .service-card,
  .proof-card,
  .insight-grid article,
  .legal-grid article,
  .process-grid article,
  .checklist-grid article,
  .faq-grid article,
  .price-card,
  .service-page-grid article,
  .article-card-grid article,
  .article-hub-card,
  .article-example,
  .proof-showcase-card,
  .portal-client-card,
  .portal-filter-card,
  .portal-metric-grid article,
  .portal-report-panel,
  .portal-impact-live,
  .portal-impact-support,
  .portal-action-banner
):focus-within {
  z-index: 3;
  transform: translateY(-8px);
}

.homepage-pricing .price-card.featured:focus-within {
  transform: translateY(-16px);
}

@media (prefers-reduced-motion: reduce) {
  :is(
    .action-card,
    .quick-step-link,
    .simple-price-grid article,
    .resource-grid > a,
    .resource-card,
    .proof-preview-grid > a,
    .service-card,
    .proof-card,
    .insight-grid article,
    .legal-grid article,
    .process-grid article,
    .checklist-grid article,
    .faq-grid article,
    .price-card,
    .service-page-grid article,
    .article-card-grid article,
    .article-hub-card,
    .article-example,
    .proof-showcase-card,
    .portal-client-card,
    .portal-filter-card,
    .portal-metric-grid article,
    .portal-report-panel,
    .portal-impact-live,
    .portal-impact-support,
    .portal-action-banner
  ) {
    transition: none;
  }

  :is(
    .action-card,
    .quick-step-link,
    .simple-price-grid article,
    .resource-grid > a,
    .resource-card,
    .proof-preview-grid > a,
    .service-card,
    .proof-card,
    .insight-grid article,
    .legal-grid article,
    .process-grid article,
    .checklist-grid article,
    .faq-grid article,
    .price-card,
    .service-page-grid article,
    .article-card-grid article,
    .article-hub-card,
    .article-example,
    .proof-showcase-card,
    .portal-client-card,
    .portal-filter-card,
    .portal-metric-grid article,
    .portal-report-panel,
    .portal-impact-live,
    .portal-impact-support,
    .portal-action-banner
  ):hover,
  :is(
    .action-card,
    .quick-step-link,
    .simple-price-grid article,
    .resource-grid > a,
    .resource-card,
    .proof-preview-grid > a,
    .service-card,
    .proof-card,
    .insight-grid article,
    .legal-grid article,
    .process-grid article,
    .checklist-grid article,
    .faq-grid article,
    .price-card,
    .service-page-grid article,
    .article-card-grid article,
    .article-hub-card,
    .article-example,
    .proof-showcase-card,
    .portal-client-card,
    .portal-filter-card,
    .portal-metric-grid article,
    .portal-report-panel,
    .portal-impact-live,
    .portal-impact-support,
    .portal-action-banner
  ):focus-within {
    transform: none;
  }

  .homepage-pricing .price-card.featured:hover,
  .homepage-pricing .price-card.featured:focus-within {
    transform: translateY(-8px);
  }
}

/* Assistant launcher: mirror the global back-button edge behavior and glass style. */
.chat-launcher {
  position: fixed !important;
  z-index: 120 !important;
  top: auto !important;
  right: max(18px, env(safe-area-inset-right)) !important;
  bottom: max(18px, env(safe-area-inset-bottom)) !important;
  display: inline-flex !important;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(20, 113, 88, 0.2) !important;
  border-radius: 999px !important;
  color: #0d684f !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(236, 248, 244, 0.76)),
    rgba(255, 255, 255, 0.82) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 8px 18px rgba(12, 79, 61, 0.1) !important;
  -webkit-backdrop-filter: blur(18px) saturate(130%) !important;
  backdrop-filter: blur(18px) saturate(130%) !important;
  font: 800 13px/1 Inter, system-ui, sans-serif !important;
  letter-spacing: 0.01em !important;
  cursor: pointer !important;
  opacity: 0.9 !important;
  transform: none !important;
  transition:
    width 220ms ease,
    padding 220ms ease,
    gap 220ms ease,
    opacity 180ms ease,
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease !important;
}

.chat-launcher::before,
.chat-launcher::after {
  content: none !important;
}

.chat-launcher:hover,
.chat-launcher:focus-visible {
  width: 92px !important;
  padding-inline: 14px 12px !important;
  gap: 8px !important;
  opacity: 1 !important;
  transform: translateY(-1px) !important;
  border-color: rgba(20, 113, 88, 0.4) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    0 14px 32px rgba(12, 79, 61, 0.14) !important;
}

.chat-launcher:focus-visible {
  outline: 3px solid rgba(42, 171, 130, 0.24) !important;
  outline-offset: 3px !important;
}

.chat-launcher.is-open {
  opacity: 0 !important;
  pointer-events: none !important;
}

.chat-launcher-icon {
  display: grid !important;
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  place-items: center !important;
  border: 1px solid rgba(20, 113, 88, 0.18) !important;
  border-radius: 999px !important;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.92), transparent 48%),
    rgba(255, 255, 255, 0.54) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
  color: #0d684f !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.chat-launcher-text {
  display: inline-block !important;
  max-width: 0 !important;
  overflow: hidden !important;
  color: #0d684f !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  opacity: 0 !important;
  transition: max-width 220ms ease, opacity 160ms ease !important;
  white-space: nowrap !important;
}

.chat-launcher:hover .chat-launcher-text,
.chat-launcher:focus-visible .chat-launcher-text {
  max-width: 44px !important;
  opacity: 1 !important;
}

@media (max-width: 760px) {
  .chat-launcher {
    top: auto !important;
    right: max(12px, env(safe-area-inset-right)) !important;
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    justify-content: center !important;
    padding: 0 !important;
    border-right: 1px solid rgba(20, 113, 88, 0.2) !important;
    border-radius: 999px !important;
    opacity: 0.9 !important;
    transform: none !important;
  }

  .chat-launcher:hover,
  .chat-launcher:focus-visible {
    width: 42px !important;
    padding: 0 !important;
    gap: 0 !important;
    transform: translateY(-1px) !important;
  }

  .chat-launcher-icon {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    font-size: 15px !important;
  }

  .chat-launcher:hover .chat-launcher-text,
  .chat-launcher:focus-visible .chat-launcher-text {
    max-width: 0 !important;
    opacity: 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .chat-launcher,
  .chat-launcher-text {
    transition: none !important;
  }
}
