@import url("./index-CXo6ywge.css");

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) 220px 220px;
  gap: 48px;
  align-items: start;
}

.site-footer__grid > div {
  align-self: start;
}

.site-footer__grid > div:nth-child(2),
.site-footer__grid > div:nth-child(3) {
  width: 220px;
  justify-self: start;
}

.footer-title {
  min-height: 22px;
}

.footer-link {
  display: inline-flex;
  justify-content: flex-start;
  padding-left: 0;
}

.brand-lockup,
.nav-link,
.footer-link {
  text-decoration: none;
}

.locale-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.92);
}

.locale-switch__item {
  min-width: 52px;
  height: 34px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #6a6d66;
  font-size: 13px;
  font-weight: 700;
}

.locale-switch__item--active {
  background: #fff4eb;
  color: #c75106;
  box-shadow: inset 0 0 0 1px rgba(232, 99, 10, 0.14);
}

.footer-contact-list,
.contact-link-list {
  display: grid;
  gap: 8px;
}

.home-definition {
  margin: 0 0 22px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(232, 99, 10, 0.14);
  background: #fffaf4;
}

.hero-summary-lead {
  margin: 0 0 16px;
  color: #5b5e57;
  font-size: 15px;
  line-height: 1.75;
}

.home-definition dt {
  margin: 0 0 8px;
  color: #c75106;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-definition dd {
  margin: 0;
  color: #474742;
  line-height: 1.7;
}

.home-quote {
  margin: 18px 0 0;
  padding: 0 0 0 14px;
  border-left: 3px solid rgba(232, 99, 10, 0.24);
  color: #5b5e57;
  font-size: 14px;
  line-height: 1.75;
}

.section-shell--signal {
  padding-top: 0;
}

.section-shell--download {
  padding-top: 28px;
  padding-bottom: 8px;
}

.download-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 360px);
  gap: 24px;
  align-items: center;
  padding: 24px 28px;
  border-radius: 24px;
  border: 1px solid rgba(232, 99, 10, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 248, 241, 0.96) 0%, rgba(255, 255, 255, 0.98) 58%, rgba(244, 250, 246, 0.96) 100%);
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.05);
}

.download-strip__copy {
  display: grid;
  gap: 10px;
}

.download-strip__eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  background: #fff3e7;
  border: 1px solid rgba(232, 99, 10, 0.14);
  color: #c75106;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.download-strip__copy h2 {
  margin: 0;
  color: #111111;
  font-size: 30px;
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.download-strip__copy p {
  margin: 0;
  max-width: 760px;
  color: #5b5e57;
  font-size: 15px;
  line-height: 1.8;
}

.download-strip__actions {
  display: grid;
  gap: 12px;
  justify-items: stretch;
}

.download-strip__actions .btn {
  width: 100%;
}

.download-strip__hint {
  color: #7a7d76;
  font-size: 13px;
  line-height: 1.7;
}

.install-guide-note {
  margin-top: 18px;
}

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

.signal-card {
  padding: 24px;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fffdf9;
}

.signal-card h2 {
  margin: 12px 0 10px;
  color: #111111;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.signal-card p {
  margin: 0;
  color: #5b5e57;
  line-height: 1.7;
}

.signal-list {
  margin: 16px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
  color: #474742;
  line-height: 1.7;
}

.signal-list--ordered {
  padding-left: 22px;
}

.hero-shell--docs {
  align-items: start;
}

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

.docs-card {
  padding: 24px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: linear-gradient(180deg, #fffdf9 0%, #ffffff 100%);
}

.docs-card__top {
  display: grid;
  gap: 10px;
}

.docs-card__top h3 {
  margin: 0;
  color: #111111;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.docs-card__key {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff4eb;
  border: 1px solid rgba(232, 99, 10, 0.16);
  color: #c75106;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.docs-card__summary,
.docs-card__value {
  margin: 14px 0 0;
  color: #5b5e57;
  line-height: 1.72;
}

.docs-card__checks {
  margin: 18px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
  color: #474742;
  line-height: 1.68;
}

.docs-card__value {
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.docs-preview-list {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.docs-preview-item {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fffaf4;
  border: 1px solid rgba(232, 99, 10, 0.1);
}

.docs-preview-item strong {
  color: #111111;
  font-size: 15px;
}

.docs-preview-item span {
  color: #6a6d66;
  font-size: 13px;
  line-height: 1.6;
}

.account-entitlement-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.account-entitlement-item {
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fffdf8;
  color: #474742;
  line-height: 1.65;
}

.account-report-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.account-report-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.account-report-tab {
  height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
  color: #7d7d77;
  font-size: 14px;
  font-weight: 500;
}

.account-report-tab--active {
  background: #fff4eb;
  color: #c75106;
  border-color: rgba(232, 99, 10, 0.16);
  font-weight: 700;
}

.account-report-search {
  flex: 1 1 320px;
  min-width: 220px;
}

.account-report-toolbar--wrap {
  flex-wrap: wrap;
}

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

.btn {
  min-height: 42px;
  height: auto;
  padding: 10px 18px;
  line-height: 1.35;
  white-space: normal;
  text-align: center;
}

.status-pill,
.plan-status-badge,
.admin-subnav__item {
  max-width: 100%;
  white-space: normal;
  word-break: break-word;
}

.status-pill {
  width: auto;
  min-height: 34px;
  padding: 8px 14px;
  align-items: center;
  line-height: 1.45;
}

.plan-status-badge {
  min-height: 34px;
  padding: 8px 12px;
  line-height: 1.35;
  text-align: center;
}

.pricing-status-row {
  align-items: flex-start;
}

.admin-subnav {
  flex-wrap: wrap;
}

.admin-subnav__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  height: auto;
  padding: 10px 16px;
  line-height: 1.35;
  text-align: center;
}

.action-note-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fffdf8;
}

@media (max-width: 960px) {
  .download-strip {
    grid-template-columns: minmax(0, 1fr);
    padding: 22px 20px;
  }

  .download-strip__copy h2 {
    font-size: 25px;
  }
}

.action-note-card--good {
  background: #f4f8ef;
  border-color: rgba(92, 128, 51, 0.18);
}

.action-note-card__copy h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.3;
}

.action-note-card__copy p {
  margin: 0;
  color: #5b5e57;
  line-height: 1.65;
}

.action-note-card > .btn {
  min-width: 196px;
  max-width: 240px;
  justify-self: end;
}

.plan-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 30px;
}

.plan-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  border: 1px solid rgba(0, 0, 0, 0.08);
  white-space: nowrap;
}

.plan-status-badge--good {
  background: #ebf9f1;
  color: #227f57;
  border-color: rgba(33, 163, 102, 0.14);
}

.plan-status-badge--warn {
  background: #fff6df;
  color: #b96919;
  border-color: rgba(240, 138, 36, 0.16);
}

.plan-status-badge--soft {
  background: #f7f7f5;
  color: #64665f;
  border-color: rgba(0, 0, 0, 0.08);
}

.plan-status-badge--warm {
  background: #fff4eb;
  color: #c75106;
  border-color: rgba(232, 99, 10, 0.16);
}

.redeem-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
}

.redeem-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.28);
  backdrop-filter: blur(4px);
}

.redeem-modal__panel {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100vw - 32px));
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: linear-gradient(180deg, #fffaf5 0%, #ffffff 100%);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
}

.redeem-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.redeem-modal__head h3 {
  margin: 10px 0 0;
  color: #111111;
  font-size: 28px;
  line-height: 1.2;
}

.redeem-modal__head p {
  margin: 10px 0 0;
  color: #7d7d77;
  line-height: 1.65;
}

.redeem-modal__target {
  display: inline-flex;
  margin-top: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff3e7;
  border: 1px solid rgba(232, 99, 10, 0.14);
  color: #c75106;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.redeem-modal__close {
  min-width: 68px;
  height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
  color: #474742;
  font-size: 13px;
}

.redeem-modal__body {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.redeem-modal__notice {
  border-color: rgba(232, 99, 10, 0.12);
  background: #fff9f3;
}

.pricing-contact-modal {
  width: min(680px, calc(100vw - 32px));
}

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

.pricing-contact-modal__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.94);
}

.pricing-contact-modal__meta {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.pricing-contact-modal__meta span {
  color: #7d7d77;
  font-size: 12px;
}

.pricing-contact-modal__meta strong {
  color: #111111;
  font-size: 18px;
  line-height: 1.35;
  word-break: break-all;
}

.pricing-contact-modal__copy {
  flex: 0 0 auto;
  min-width: 88px;
}

.pricing-contact-modal__footer {
  display: grid;
  gap: 14px;
}

.account-hero__actions--inline {
  display: flex;
  grid-template-columns: none;
  gap: 12px;
  padding: 0;
  border: none;
  background: transparent;
}

.admin-list-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 16px;
}

.admin-list-pagination span {
  color: #5b5e57;
  font-size: 14px;
}

.upgrade-flow-card {
  display: grid;
  gap: 18px;
  margin-top: 22px;
  padding: 24px;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: linear-gradient(180deg, #fffaf4 0%, #fffefb 100%);
}

.upgrade-flow-card__head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 18px;
  align-items: start;
}

.upgrade-flow-card__copy {
  display: grid;
  gap: 12px;
}

.upgrade-flow-card__copy h3 {
  margin: 0;
  color: #111111;
  font-size: 22px;
  line-height: 1.3;
}

.upgrade-flow-card__copy p {
  margin: 0;
  color: #5b5e57;
  line-height: 1.7;
}

.upgrade-flow-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

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

.upgrade-flow-point {
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fffdf9;
  color: #474742;
  line-height: 1.65;
}

@media (max-width: 1080px) {
  .site-footer__grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px;
  }

  .site-footer__grid > div:nth-child(2),
  .site-footer__grid > div:nth-child(3) {
    width: auto;
  }

  .account-entitlement-list {
    grid-template-columns: 1fr;
  }

  .action-note-grid {
    grid-template-columns: 1fr;
  }

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

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

  .upgrade-flow-card__head,
  .upgrade-flow-points,
  .upgrade-flow-metrics {
    grid-template-columns: 1fr;
  }

  .action-note-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .action-note-card > .btn {
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }

  .account-hero__actions--inline {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 820px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .redeem-modal {
    padding: 14px;
  }

  .redeem-modal__panel {
    width: min(100vw - 16px, 760px);
    max-height: calc(100vh - 20px);
    padding: 18px;
  }

  .redeem-modal__head {
    flex-direction: column;
  }

  .redeem-modal__head h3 {
    font-size: 22px;
  }

  .pricing-contact-modal__item {
    align-items: flex-start;
    flex-direction: column;
  }

  .pricing-contact-modal__copy {
    width: 100%;
  }

  .plan-status-badge,
  .status-pill,
  .admin-subnav__item {
    width: 100%;
  }

  .docs-card {
    padding: 20px;
  }
}
