/* NoticeDock Phase 5: site-wide information architecture and formatting polish. */
:root {
  color-scheme: dark;
  --nd5-bg: #07131f;
  --nd5-bg-deep: #050d17;
  --nd5-panel: rgba(14, 30, 48, 0.96);
  --nd5-panel-soft: rgba(10, 23, 39, 0.96);
  --nd5-border: rgba(119, 159, 192, 0.22);
  --nd5-border-strong: rgba(47, 202, 189, 0.3);
  --nd5-text: #f5f8fc;
  --nd5-copy: #c7d4e0;
  --nd5-muted: #9db0c1;
  --nd5-teal: #24c6b7;
  --nd5-purple: #9a79ff;
  --nd5-blue: #5ba8ff;
  --nd5-section: clamp(3.2rem, 5.6vw, 5.2rem);
  --nd5-radius: 22px;
}

body.nd-polish-v5 {
  min-height: 100%;
  background:
    radial-gradient(circle at 8% 2%, rgba(36, 198, 183, 0.16), transparent 24rem),
    radial-gradient(circle at 93% 7%, rgba(154, 121, 255, 0.17), transparent 29rem),
    radial-gradient(circle at 52% 100%, rgba(91, 168, 255, 0.08), transparent 34rem),
    linear-gradient(180deg, #081522 0%, var(--nd5-bg) 42%, var(--nd5-bg-deep) 100%) !important;
  color: var(--nd5-text);
  animation: none !important;
}

body.nd-polish-v5::before,
body.nd-polish-v5::after {
  content: none !important;
  display: none !important;
}

.nd-polish-v5 main {
  overflow: clip;
  background: transparent !important;
}

.nd-polish-v5 .site-header,
.nd-polish-v5 .site-footer {
  background: rgba(4, 13, 23, 0.95) !important;
  border-color: rgba(117, 154, 186, 0.14) !important;
  backdrop-filter: blur(16px);
}

.nd-polish-v5 .nav-shell {
  min-height: 72px;
}

.nd-polish-v5 .nav-links {
  gap: 0.25rem;
}

.nd-polish-v5 .nav-links > a:not(.btn) {
  padding: 0.65rem 0.78rem;
  border-radius: 999px;
}

.nd-polish-v5 .nav-links > a[aria-current="page"] {
  color: #fff;
  background: rgba(36, 198, 183, 0.16);
  box-shadow: inset 0 0 0 1px rgba(36, 198, 183, 0.22);
}

.nd-polish-v5 .brand-subtitle {
  color: #8fded7;
}

.nd-polish-v5 :is(h1, h2, h3) {
  color: var(--nd5-text);
  text-wrap: balance;
}

.nd-polish-v5 h1 {
  letter-spacing: -0.058em;
  line-height: 0.98;
}

.nd-polish-v5 h2 {
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.nd-polish-v5 h3 {
  letter-spacing: -0.032em;
  line-height: 1.12;
}

.nd-polish-v5 :is(p, li, .muted, .lede) {
  color: var(--nd5-copy);
  text-wrap: pretty;
}

.nd-polish-v5 .lede {
  max-width: 68ch;
  line-height: 1.65;
}

.nd-polish-v5 .reveal,
.nd-polish-v5 .reveal.ready {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
  animation: none !important;
}

.nd-polish-v5 :is(.section, .nd-content-section, .nd-secondary-product-section) {
  min-height: 0 !important;
  padding-block: var(--nd5-section) !important;
}

.nd-polish-v5 :is(.page-shell, .page-shell-frontline) {
  min-height: 0 !important;
  padding: clamp(3.3rem, 5.6vw, 5.2rem) 0 var(--nd5-section) !important;
}

.nd-polish-v5 :is(.nd-sales-hero, .nd-product-hero, .nd-app-overview-hero, .nd-inner-hero) {
  min-height: 0 !important;
  padding: clamp(3.6rem, 6vw, 5.6rem) 0 clamp(3.1rem, 5vw, 4.7rem) !important;
  background:
    radial-gradient(circle at 88% 14%, rgba(154, 121, 255, 0.15), transparent 24rem),
    radial-gradient(circle at 8% 86%, rgba(36, 198, 183, 0.1), transparent 22rem),
    linear-gradient(
      105deg,
      rgba(7, 19, 31, 0.98),
      rgba(10, 25, 41, 0.95) 58%,
      rgba(18, 23, 49, 0.94)
    ) !important;
}

.nd-polish-v5 :is(.nd-sales-hero, .nd-product-hero, .nd-app-overview-hero, .nd-inner-hero)::before,
.nd-polish-v5 :is(.nd-sales-hero, .nd-product-hero, .nd-app-overview-hero, .nd-inner-hero)::after,
.nd-polish-v5 .nd-product-proof::before,
.nd-polish-v5 .nd-product-proof::after {
  content: none !important;
  display: none !important;
}

.nd-polish-v5 .page-intro {
  max-width: 880px;
}

.nd-polish-v5 .page-intro h1 {
  max-width: 15ch;
  margin-top: 0.6rem;
  font-size: clamp(2.65rem, 5.6vw, 5.8rem);
}

.nd-polish-v5 .page-intro .lede {
  margin-top: 1.15rem;
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
}

.nd-polish-v5 .nd-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: clamp(1.4rem, 3vw, 3rem);
  margin-bottom: clamp(1.5rem, 3vw, 2.3rem);
}

.nd-polish-v5 .nd-section-heading > div,
.nd-polish-v5 .nd-section-heading > p {
  min-width: 0;
}

.nd-polish-v5 .nd-section-heading h2 {
  max-width: 18ch;
  margin-top: 0.45rem;
  font-size: clamp(2.1rem, 4.4vw, 4.2rem);
}

.nd-polish-v5 .nd-section-heading > p {
  max-width: 46rem;
  margin: 0;
  justify-self: end;
  line-height: 1.68;
}

.nd-polish-v5
  :is(
    .card,
    .doc-panel,
    .quick-card,
    .nd-app-choice-card,
    .nd-unified-price-card,
    .nd-support-card
  ) {
  border: 1px solid var(--nd5-border) !important;
  border-radius: var(--nd5-radius) !important;
  background: linear-gradient(155deg, var(--nd5-panel), var(--nd5-panel-soft)) !important;
  box-shadow: 0 20px 54px rgba(0, 5, 14, 0.24) !important;
}

.nd-polish-v5
  :is(.card, .doc-panel, .quick-card, .nd-app-choice-card, .nd-unified-price-card, .nd-support-card)
  > :first-child {
  margin-top: 0;
}

.nd-polish-v5 :is(.card, .doc-panel, .quick-card) p {
  line-height: 1.63;
}

.nd-polish-v5
  :is(
    .nd-stripe-pricing-grid,
    .nd-app-choice-grid,
    .nd-support-grid-primary,
    .pricing-grid,
    .usecase-grid,
    .hiw-product-headlines
  ) {
  align-items: stretch;
}

.nd-polish-v5
  :is(
    .nd-stripe-pricing-grid,
    .nd-app-choice-grid,
    .nd-support-grid-primary,
    .pricing-grid,
    .usecase-grid,
    .hiw-product-headlines
  )
  > * {
  height: 100%;
}

.nd-polish-v5
  :is(
    .nd-unified-price-card,
    .nd-app-choice-card,
    .nd-support-card,
    .pricing-card,
    .usecase-grid > article,
    .hiw-product-card
  ) {
  display: flex;
  flex-direction: column;
}

.nd-polish-v5
  :is(
    .nd-unified-actions,
    .nd-app-choice-actions,
    .nd-home-card-actions,
    .nd-support-card .hero-actions,
    .pricing-card .hero-actions
  ) {
  margin-top: auto !important;
  padding-top: 1.2rem;
}

.nd-polish-v5 .hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.nd-polish-v5 .btn {
  min-height: 44px;
  justify-content: center;
}

.nd-polish-v5 .btn-primary {
  color: #031514;
  background: linear-gradient(135deg, #2ad0bf, #16a99e) !important;
  border-color: rgba(71, 244, 222, 0.35) !important;
  box-shadow: 0 12px 28px rgba(14, 176, 162, 0.2);
}

.nd-polish-v5 .btn-secondary {
  color: #e5eff8;
  background: rgba(12, 29, 47, 0.88) !important;
  border-color: rgba(106, 155, 199, 0.3) !important;
}

.nd-polish-v5 .kicker,
.nd-polish-v5 .page-crumb {
  color: #82e8df;
  letter-spacing: 0.14em;
}

.nd-polish-v5 .nd-unified-price-top {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.nd-polish-v5 .nd-unified-price-card {
  padding: clamp(1.45rem, 2.7vw, 2.15rem);
}

.nd-polish-v5 .nd-unified-price-card h2 {
  min-height: 2.1em;
  margin-top: 1.15rem;
  font-size: clamp(2rem, 3.2vw, 3rem);
}

.nd-polish-v5 .nd-unified-outcome {
  min-height: 4.9em;
}

.nd-polish-v5 .nd-unified-checks {
  margin-top: 1.15rem;
}

.nd-polish-v5 .nd-price-resource-links {
  gap: 0.55rem 1rem;
}

.nd-polish-v5 .nd-price-resource-links a,
.nd-polish-v5 .nd-card-upsell a {
  color: #aaceff;
  font-weight: 800;
  text-decoration: none;
}

.nd-polish-v5 .nd-card-upsell {
  margin: 0.85rem 0 0;
  padding: 0.85rem 0 0;
  border-top: 1px solid rgba(119, 159, 192, 0.14);
  color: var(--nd5-muted);
  font-size: 0.85rem;
  line-height: 1.55;
}

.nd-polish-v5 .nd-support-grid-primary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nd-polish-v5 .nd-support-card {
  padding: clamp(1.45rem, 2.8vw, 2.1rem);
}

.nd-polish-v5 .nd-support-card h2,
.nd-polish-v5 .nd-support-card h3 {
  min-height: 2.25em;
  margin-top: 0.7rem;
}

.nd-polish-v5 .support-checklist {
  margin-top: 1.1rem;
}

.nd-polish-v5 .nd-frontline-support-section {
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
  border-top: 1px solid rgba(119, 159, 192, 0.14);
}

.nd-polish-v5 .nd-frontline-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.nd-polish-v5 #frontline-plans {
  scroll-margin-top: 96px;
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
}

.nd-polish-v5 .pricing-grid-uniform {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nd-polish-v5 .pricing-card .price-placeholder {
  min-height: 76px;
}

.nd-polish-v5 .pricing-card .pricing-checklist {
  flex: 1;
}

.nd-polish-v5 .nd-docs-hub-v5 .page-intro {
  margin-bottom: 1.4rem;
}

.nd-polish-v5 .nd-docs-nav-v5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
}

.nd-polish-v5 .nd-docs-nav-v5 .doc-toc-links {
  margin: 0;
}

.nd-polish-v5 .nd-docs-primary {
  padding-block: var(--nd5-section);
}

.nd-polish-v5 .nd-docs-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.nd-polish-v5 .nd-docs-card {
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: clamp(1.35rem, 2.4vw, 1.9rem);
}

.nd-polish-v5 .nd-docs-card h3 {
  margin-top: 0.65rem;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.nd-polish-v5 .nd-docs-card .btn {
  align-self: flex-start;
  margin-top: auto;
}

.nd-polish-v5 .nd-docs-card-overview {
  border-color: var(--nd5-border-strong) !important;
  background:
    linear-gradient(135deg, rgba(36, 198, 183, 0.08), transparent 46%),
    linear-gradient(155deg, var(--nd5-panel), var(--nd5-panel-soft)) !important;
}

.nd-polish-v5 .nd-docs-secondary {
  padding-bottom: var(--nd5-section);
}

.nd-polish-v5 .nd-docs-frontline-details {
  padding: 0;
  overflow: hidden;
}

.nd-polish-v5 .nd-docs-frontline-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.4rem;
  cursor: pointer;
  list-style: none;
}

.nd-polish-v5 .nd-docs-frontline-details summary::-webkit-details-marker {
  display: none;
}

.nd-polish-v5 .nd-docs-frontline-details summary strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.25rem;
}

.nd-polish-v5 .nd-docs-frontline-body {
  padding: 0 1.4rem 1.4rem;
  border-top: 1px solid rgba(119, 159, 192, 0.14);
}

.nd-polish-v5 .nd-docs-compact-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}

.nd-polish-v5 .nd-docs-compact-links a {
  display: block;
  padding: 1rem;
  border: 1px solid rgba(119, 159, 192, 0.18);
  border-radius: 16px;
  color: #eef6ff;
  background: rgba(5, 17, 30, 0.58);
  text-decoration: none;
}

.nd-polish-v5 .nd-docs-compact-links span {
  display: block;
  margin-top: 0.4rem;
  color: var(--nd5-muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.nd-polish-v5 .doc-flow {
  gap: 1rem;
}

.nd-polish-v5 .doc-panel {
  padding: clamp(1.25rem, 2.5vw, 1.9rem);
}

.nd-polish-v5 .doc-panel h2 {
  max-width: 24ch;
}

.nd-polish-v5 .field-row {
  align-items: start;
  gap: 1rem;
  padding-block: 0.9rem;
}

.nd-polish-v5 .hiw-product-headlines,
.nd-polish-v5 .usecase-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nd-polish-v5 .hiw-product-card,
.nd-polish-v5 .usecase-grid > article {
  min-height: 280px;
  padding: clamp(1.35rem, 2.6vw, 2rem);
}

.nd-polish-v5 .hiw-product-card .btn {
  align-self: flex-start;
  margin-top: auto;
}

.nd-frontline-login-v5 .page-intro {
  max-width: 720px;
}

.nd-frontline-login-v5 .login-layout {
  align-items: stretch;
  gap: 1rem;
}

.nd-frontline-login-v5 .login-layout > * {
  height: 100%;
}

.nd-frontline-login-v5 #start-free-form,
.nd-frontline-login-v5 .login-layout > aside {
  padding: clamp(1.4rem, 2.8vw, 2.1rem);
}

.nd-polish-v5 .footer-columns {
  align-items: start;
  gap: clamp(1.5rem, 4vw, 3.5rem);
}

.nd-polish-v5 .footer-links {
  gap: 0.58rem;
}

.nd-polish-v5 .footer-links a {
  color: #b8c9d8;
}

@media (max-width: 980px) {
  .nd-polish-v5 .nd-section-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .nd-polish-v5 .nd-section-heading > p {
    justify-self: start;
  }

  .nd-polish-v5 :is(.nd-docs-card-grid, .pricing-grid-uniform) {
    grid-template-columns: 1fr;
  }

  .nd-polish-v5 .nd-docs-card {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .nd-polish-v5 .nav-shell {
    min-height: 64px;
  }

  .nd-polish-v5
    :is(
      .nd-sales-hero,
      .nd-product-hero,
      .nd-app-overview-hero,
      .nd-inner-hero,
      .page-shell,
      .page-shell-frontline
    ) {
    padding-top: 2.8rem !important;
  }

  .nd-polish-v5
    :is(
      .nd-support-grid-primary,
      .nd-frontline-support-grid,
      .nd-docs-compact-links,
      .hiw-product-headlines,
      .usecase-grid
    ) {
    grid-template-columns: 1fr;
  }

  .nd-polish-v5 .nd-docs-nav-v5 {
    align-items: flex-start;
    flex-direction: column;
  }

  .nd-polish-v5 .nd-unified-price-card h2,
  .nd-polish-v5 .nd-unified-outcome,
  .nd-polish-v5 .nd-support-card h2,
  .nd-polish-v5 .nd-support-card h3 {
    min-height: 0;
  }

  .nd-polish-v5 .hero-actions,
  .nd-polish-v5 .hero-actions .btn,
  .nd-polish-v5 .nd-unified-actions,
  .nd-polish-v5 .nd-unified-actions .btn {
    width: 100%;
  }
}

/* === NoticeDock Phase 6: deterministic alignment and wording repair === */

/* Buttons use one measurable system. Long labels no longer create random heights. */
.nd-polish-v5 .btn {
  display: inline-flex;
  min-height: 52px;
  padding: 0.82rem 1.15rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
}

.nd-polish-v5 :is(.nd-home-card-actions, .nd-app-choice-actions, .nd-unified-actions) {
  display: grid;
  gap: 0.65rem;
}

.nd-polish-v5 :is(.nd-home-card-actions, .nd-app-choice-actions) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nd-polish-v5 :is(.nd-home-card-actions, .nd-app-choice-actions).nd-two-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nd-polish-v5 :is(.nd-home-card-actions, .nd-app-choice-actions, .nd-unified-actions) .btn {
  width: 100%;
  min-width: 0;
  height: 52px;
  padding-inline: 0.8rem;
}

/* Homepage hero: replace the collision-prone stacked artwork with a clean two-card proof grid. */
.nd-home-v2 .nd-sales-hero-copy h1 {
  background: linear-gradient(100deg, #f8fbff 0%, #73e7dc 35%, #a886ff 70%, #62b7ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.nd-home-v2 .nd-product-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  min-height: 0;
  perspective: none;
}

.nd-home-v2 .nd-product-proof::before,
.nd-home-v2 .nd-card-scan,
.nd-home-v2 .nd-proof-rails {
  display: none !important;
  content: none !important;
}

.nd-home-v2 .nd-proof-status {
  position: static;
  grid-column: 1 / -1;
  justify-self: end;
}

.nd-home-v2 .nd-proof-card {
  position: relative;
  inset: auto;
  display: flex;
  min-height: 430px;
  height: 100%;
  flex-direction: column;
  transform: none !important;
  animation: none !important;
}

.nd-home-v2 .nd-proof-card-copy {
  display: flex;
  min-height: 275px;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1.45rem;
}

.nd-home-v2 .nd-proof-index {
  margin-bottom: 1.15rem;
}

.nd-home-v2 .nd-proof-card h2 {
  min-height: 2.25em;
  font-size: clamp(1.55rem, 2.2vw, 2.15rem);
}

.nd-home-v2 .nd-proof-card p {
  flex: 1;
}

.nd-home-v2 .nd-proof-card img {
  width: 100%;
  height: 155px;
  min-height: 155px;
  object-fit: cover;
  object-position: left top;
  opacity: 0.78;
  mask-image: linear-gradient(to bottom, transparent 0, black 22%);
}

/* Product section headings stay together rather than landing in separate grid columns. */
.nd-polish-v5 .nd-section-heading-single {
  display: block;
  max-width: 980px;
}

.nd-polish-v5 .nd-section-heading-single h2 {
  max-width: 20ch;
  margin-top: 0.5rem;
  font-size: clamp(2.25rem, 4.3vw, 4rem);
  line-height: 1.02;
}

.nd-polish-v5 .nd-outcome-grid {
  align-items: stretch;
}

.nd-polish-v5 .nd-outcome-card {
  height: 100%;
}

/* Comparison cards use identical action rows and predictable content blocks. */
.nd-app-overview-page .nd-app-choice-card {
  min-height: 690px !important;
}

.nd-app-overview-page .nd-app-choice-card h3 {
  min-height: 2.25em;
}

.nd-app-overview-page .nd-app-choice-outcome {
  min-height: 4.8em;
}

.nd-app-overview-page .nd-check-list {
  flex: 1 1 auto;
}

.nd-app-overview-page .nd-app-choice-fit {
  min-height: 5.2em;
}

/* Pricing cards: same outer height, same internal landmarks, same button geometry. */
.nd-pricing-v3 .nd-stripe-pricing-grid {
  grid-auto-rows: 1fr;
}

.nd-pricing-v3 .nd-unified-price-card {
  height: 100%;
}

.nd-pricing-v3 .nd-unified-price-top {
  min-height: 42px;
  align-content: flex-start;
}

.nd-pricing-v3 .nd-unified-price-card h2 {
  min-height: 2.25em;
}

.nd-pricing-v3 .nd-unified-outcome {
  min-height: 5.1em;
}

.nd-pricing-v3 .nd-unified-price {
  min-height: 70px;
}

.nd-pricing-v3 .nd-unified-checks {
  flex: 1 1 auto;
}

.nd-pricing-v3 .nd-unified-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.1rem !important;
  padding-top: 0;
}

.nd-pricing-v3 .nd-price-resource-links {
  min-height: 48px;
  align-content: flex-start;
}

.nd-pricing-v3 .nd-card-upsell {
  min-height: 4.8em;
}

/* Docs: equal card buttons and intentionally simple labels. */
.nd-polish-v5 .nd-docs-card {
  min-height: 330px;
}

.nd-polish-v5 .nd-docs-card .btn {
  width: 100%;
  align-self: stretch;
}

@media (max-width: 1120px) {
  .nd-home-v2 .nd-product-proof {
    grid-template-columns: 1fr;
  }

  .nd-home-v2 .nd-proof-card {
    min-height: 0;
  }

  .nd-home-v2 .nd-proof-card-copy {
    min-height: 0;
  }

  .nd-home-v2 .nd-proof-card h2 {
    min-height: 0;
  }
}

@media (max-width: 980px) {
  .nd-polish-v5 :is(.nd-home-card-actions, .nd-app-choice-actions),
  .nd-polish-v5 :is(.nd-home-card-actions, .nd-app-choice-actions).nd-two-actions {
    grid-template-columns: 1fr;
  }

  .nd-app-overview-page .nd-app-choice-card {
    min-height: 0 !important;
  }

  .nd-app-overview-page :is(.nd-app-choice-card h3, .nd-app-choice-outcome, .nd-app-choice-fit),
  .nd-pricing-v3
    :is(
      .nd-unified-price-card h2,
      .nd-unified-outcome,
      .nd-unified-price,
      .nd-price-resource-links,
      .nd-card-upsell
    ) {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .nd-home-v2 .nd-product-proof,
  .nd-pricing-v3 .nd-unified-actions {
    grid-template-columns: 1fr;
  }

  .nd-polish-v5 .btn,
  .nd-polish-v5 .hero-actions .btn {
    width: 100%;
  }
}

/* Compact docs navigation and equal support-card actions. */
.nd-polish-v5 .nd-docs-nav-v5 .doc-toc-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.nd-polish-v5 .nd-docs-nav-v5 .doc-toc-links a {
  display: inline-flex;
  min-height: 38px;
  padding: 0.55rem 0.85rem;
  align-items: center;
  border: 1px solid rgba(119, 159, 192, 0.22);
  border-radius: 999px;
  color: #dce9f4;
  background: rgba(7, 20, 34, 0.68);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.nd-polish-v5 .nd-support-card .hero-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nd-polish-v5 .nd-support-card .hero-actions .btn {
  width: 100%;
  min-width: 0;
  height: 52px;
  padding-inline: 0.75rem;
}

@media (max-width: 980px) {
  .nd-polish-v5 .nd-support-card .hero-actions {
    grid-template-columns: 1fr;
  }
}
