/* Shared theme and pages. home.css supplies the approved homepage and base tokens. */
[hidden] {
  display: none !important;
}
body {
  min-width: 0;
}
button:disabled {
  cursor: wait;
  opacity: 0.65;
}
input,
select,
textarea {
  color: var(--ink);
}
textarea {
  font: inherit;
  resize: vertical;
}
input[type="checkbox"] {
  accent-color: var(--ink);
}
.login-link {
  font-size: 14px;
}
.site-header {
  height: 88px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 0 5vw;
  background: var(--paper);
}
.site-nav {
  display: flex;
  gap: 25px;
  align-items: center;
  font-size: 14px;
}
.site-nav [aria-current="page"] {
  color: var(--ink);
  font-weight: 700;
}
.site-nav a {
  color: var(--muted);
}
.site-nav a:hover {
  color: var(--ink);
}
.site-header-actions {
  display: flex;
  gap: 23px;
  align-items: center;
  font-size: 14px;
}
.nav-toggle {
  display: none;
}
.page-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 36px;
}
.page-title {
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -2.7px;
  margin: 18px 0 20px;
}
.lead {
  font-size: 18px;
  color: var(--muted);
  line-height: 1.8;
  max-width: 670px;
}
.page-intro {
  margin-bottom: 40px;
}
.page-intro.center {
  text-align: center;
}
.page-intro.center .lead {
  margin: auto;
}
.page-intro.center .eyebrow {
  color: #758668;
}
.pill {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d9e2d1;
  background: #edf4e6;
  border-radius: 5px;
  padding: 5px 9px;
  font-size: 12px;
  color: #577543;
  line-height: 1.5;
}
.muted {
  color: var(--muted);
}
.subhead {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.copy {
  font-size: 16px;
  line-height: 1.85;
  color: var(--muted);
}
.copy p + p {
  margin-top: 18px;
}
.panel {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
  padding: 28px;
}
.panel-dark {
  background: var(--dark);
  color: white;
  border-color: var(--dark);
}
.panel-dark .copy {
  color: #adc3b5;
}
.panel h2 {
  font-size: 26px;
  letter-spacing: -0.7px;
}
.panel h3 {
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 600;
}
.panel > p {
  margin-top: 12px;
  line-height: 1.75;
  color: var(--muted);
}
.two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.three-column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.stack {
  display: grid;
  gap: 22px;
}
.mt {
  margin-top: 28px;
}
.section-line {
  border-top: 1px solid var(--line);
  margin-top: 58px;
  padding-top: 48px;
}
.section-line > h2 {
  font-size: 32px;
  margin-bottom: 25px;
}
.button-outline {
  border: 1px solid #ced8c4;
  background: transparent;
  color: var(--ink);
}
.button-outline:hover {
  background: #eef3e7;
}
.button-wide {
  width: 100%;
}
.button-light {
  background: white;
  color: var(--ink);
}
.inline-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 25px;
}
.compact-link {
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.demo-notice {
  font-size: 13px;
  line-height: 1.65;
  border: 1px solid #dce6ce;
  border-radius: 7px;
  background: #eff5e6;
  color: #5e7450;
  padding: 12px 16px;
  margin: 20px 0;
}
.form-status {
  background: #f9eeea;
  border: 1px solid #e7c8bb;
  color: #914027;
  padding: 12px 15px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.form-status.success {
  background: #eaf4e3;
  color: #3b662e;
  border-color: #cfdfc1;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}
.field label,
.field-label {
  font-size: 14px;
  font-weight: 550;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 13px 14px;
  font-size: 16px;
  border: 1px solid #d7e0d0;
  border-radius: 6px;
  background: #fff;
  min-height: 48px;
}
.field textarea {
  min-height: 110px;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 2px solid #9eb888;
  outline-offset: 1px;
}
.field small {
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
}
.field input[aria-invalid="true"] {
  border-color: #b65b42;
}
.password-input {
  position: relative;
}
.password-input input {
  padding-right: 66px;
}
.password-input button {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 38px;
  padding: 0 10px;
  border: 0;
  background: #f5f7f1;
  border-radius: 4px;
  font-size: 12px;
}
.check-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.6;
  margin: 15px 0;
}
.check-row input {
  margin-top: 4px;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.form-footer {
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 24px;
}
.form-footer a {
  color: var(--ink);
  font-weight: 600;
}
.auth-layout {
  min-height: calc(100vh - 88px);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.auth-story {
  position: relative;
  background: var(--dark);
  color: #fff;
  padding: 70px 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.auth-story .eyebrow {
  color: #b4cf9c;
  font-size: 11px;
}
.auth-story h1 {
  font-size: clamp(44px, 4.5vw, 65px);
  letter-spacing: -3px;
  line-height: 1.13;
  margin: 25px 0;
}
.auth-story h1 span {
  color: var(--lime);
}
.auth-story p {
  max-width: 410px;
  color: #a9c1b2;
  font-size: 16px;
  line-height: 1.9;
}
.auth-story-foot {
  margin-top: 50px;
  font-size: 12px;
  color: #91ae9c;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.auth-form-area {
  padding: 55px 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth-form-inner {
  width: 100%;
  max-width: 425px;
}
.auth-form-inner h2 {
  font-size: 34px;
  letter-spacing: -1.2px;
  font-weight: 550;
}
.auth-form-inner .intro {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
  margin: 12px 0 26px;
}
.segmented {
  display: flex;
  padding: 4px;
  background: #edf1e7;
  border-radius: 6px;
  margin-bottom: 25px;
  gap: 4px;
}
.segmented button {
  flex: 1;
  border: 0;
  padding: 10px;
  background: transparent;
  border-radius: 4px;
  font-size: 14px;
  color: var(--muted);
}
.segmented button.active {
  background: #fff;
  color: var(--ink);
  box-shadow: 0 1px 5px #213f2110;
  font-weight: 600;
}
.auth-mini-card {
  border: 1px solid #3f6550;
  border-radius: 9px;
  padding: 24px;
  margin-top: 35px;
  max-width: 380px;
  background: #174336;
}
.auth-mini-card .mini-label {
  font-size: 11px;
  color: #bbcdaf;
}
.auth-mini-card strong {
  font-size: 21px;
  font-weight: 500;
  display: block;
  margin: 12px 0;
}
.auth-mini-card .auth-signals {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.auth-signals span {
  font-size: 12px;
  padding: 7px 10px;
  border: 1px solid #496954;
  border-radius: 4px;
  color: #b9d3a9;
}
.otp-input {
  font-family: monospace !important;
  font-size: 26px !important;
  letter-spacing: 9px;
  text-align: center;
}
.success-icon {
  display: grid;
  place-items: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid #c6d8b3;
  background: #e9f2df;
  font-size: 30px;
  color: #547c37;
  margin-bottom: 22px;
}
.plan-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
  align-items: stretch;
  margin-top: 35px;
}
.plan {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 25px 22px;
  display: flex;
  flex-direction: column;
}
.plan.featured {
  background: var(--dark);
  color: white;
  border-color: var(--dark);
}
.plan-label {
  font-size: 12px;
  color: #779260;
  height: 25px;
  letter-spacing: 0.4px;
}
.plan.featured .plan-label {
  color: var(--lime);
}
.plan h2 {
  font-size: 22px;
  letter-spacing: -0.5px;
}
.plan-price {
  font-family: "Manrope", sans-serif;
  font-size: 45px;
  letter-spacing: -2px;
  margin: 18px 0;
}
.plan-price span {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  color: var(--muted);
  margin-left: 3px;
}
.plan.featured .plan-price span,
.plan.featured p {
  color: #b5cbbb;
}
.plan p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
  min-height: 102px;
}
.plan ul {
  margin: 22px 0 27px;
}
.plan li {
  font-size: 13px;
  color: var(--ink);
}
.plan.featured li {
  color: #c4d9b9;
}
.plan .button {
  margin-top: auto;
  gap: 12px;
  width: 100%;
  padding: 14px 12px;
}
.plan.featured .button {
  background: var(--lime);
  color: var(--dark);
}
.comparison {
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.comparison table {
  border-collapse: collapse;
  width: 100%;
  min-width: 650px;
  background: white;
  font-size: 14px;
}
.comparison th,
.comparison td {
  padding: 18px 22px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  line-height: 1.65;
}
.comparison thead {
  background: #eff3e8;
}
.comparison th {
  font-weight: 600;
}
.comparison tr:last-child td {
  border: 0;
}
.enterprise-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  background: #ecf2e3;
  padding: 30px;
  border: 1px solid #dbe7cf;
  border-radius: 8px;
  margin-top: 25px;
}
.enterprise-banner h3 {
  font-size: 22px;
  font-weight: 500;
}
.enterprise-banner p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 8px;
}
.status-page {
  max-width: 680px;
  margin: 65px auto;
  text-align: center;
  padding: 45px 35px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.status-page .success-icon {
  margin: 0 auto 25px;
}
.status-page h1 {
  font-size: 44px;
  letter-spacing: -2px;
  line-height: 1.15;
}
.status-page p {
  color: var(--muted);
  line-height: 1.8;
}
.status-page .inline-actions {
  justify-content: center;
}
.checkout-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 35px;
  align-items: start;
}
.order-lines {
  margin: 25px 0;
}
.order-line {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.order-line.total {
  font-size: 20px;
  font-weight: 600;
}
.secure-caption {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 20px;
}
.coverage-tools {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 30px 0;
}
.coverage-tools input,
.coverage-tools select {
  font-size: 15px;
  padding: 13px;
  border: 1px solid #d5dfcc;
  border-radius: 6px;
  background: #fff;
  min-width: 0;
}
.coverage-tools input {
  flex: 1;
}
.coverage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.coverage-card {
  border: 1px solid var(--line);
  background: white;
  border-radius: 9px;
  padding: 24px;
}
.coverage-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.country-initial {
  font-size: 14px;
  padding: 9px;
  border: 1px solid #dce7d1;
  border-radius: 5px;
  background: #eff5e7;
  color: #73955b;
}
.coverage-card h2 {
  font-size: 24px;
  letter-spacing: -0.8px;
  line-height: 1.3;
  margin: 20px 0 7px;
}
.coverage-card > p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}
.authority-links {
  margin: 20px 0;
  min-height: 150px;
}
.authority-link {
  display: block;
  border-top: 1px solid var(--line);
  padding: 12px 0;
  font-size: 13px;
  line-height: 1.6;
}
.authority-link strong {
  font-weight: 600;
  margin-right: 5px;
}
.profile-initial {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  background: #e3eed7;
  border-radius: 50%;
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 20px;
}
.timeline-card {
  border-left: 2px solid #b9cc9f;
  padding: 3px 0 3px 23px;
}
.timeline-card p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.8;
  margin-top: 12px;
}
.timeline-card h3 {
  font-size: 21px;
  margin-top: 10px;
}
.product-banner {
  background: var(--dark);
  color: white;
  border-radius: 10px;
  padding: 45px;
}
.product-banner .eyebrow {
  color: #b8ce9e;
}
.product-banner h1 {
  font-size: 58px;
  font-weight: 500;
  letter-spacing: -3px;
  line-height: 1.13;
  margin: 20px 0;
}
.product-banner h1 span {
  color: var(--lime);
}
.product-banner p {
  max-width: 550px;
  color: #aac3b4;
  line-height: 1.85;
  font-size: 17px;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding: 40px 5vw 24px;
  margin-top: 20px;
}
.site-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
.site-footer-top p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 14px;
}
.site-footer nav {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  font-size: 14px;
  padding-top: 10px;
}
.site-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid var(--line);
  margin-top: 30px;
  padding-top: 22px;
  font-size: 12px;
  color: var(--muted);
}
/* Application workspace */
.app-shell {
  display: grid;
  grid-template-columns: 236px 1fr;
  min-height: 100vh;
}
.app-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background: #f0f4ea;
  border-right: 1px solid #dce5d2;
  padding: 28px 17px;
}
.app-sidebar .brand {
  font-size: 23px;
  padding-left: 12px;
}
.app-product {
  margin: 27px 10px 22px;
  padding: 15px 0;
  border-top: 1px solid #d6e0cb;
  border-bottom: 1px solid #d6e0cb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
.app-product .pill {
  font-size: 10px;
}
.app-nav {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.app-nav a {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 13px;
  font-size: 14px;
  color: #6a795e;
  border-radius: 5px;
}
.app-nav a > span {
  width: 20px;
  font-size: 19px;
  line-height: 1;
}
.app-nav a:hover {
  background: #e6eddd;
}
.app-nav a[aria-current="page"] {
  background: #dfeacf;
  color: #284830;
  font-weight: 600;
}
.app-sidebar-bottom {
  margin-top: auto;
  padding: 22px 10px 0;
}
.app-sidebar-bottom p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 12px;
}
.app-sidebar-bottom .button {
  font-size: 12px;
  padding: 12px;
  width: 100%;
  gap: 12px;
}
.app-main {
  min-width: 0;
  background: #fafcf8;
}
.app-topbar {
  height: 77px;
  padding: 0 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.app-crumb {
  font-size: 13px;
  color: var(--muted);
}
.app-topbar-actions {
  display: flex;
  gap: 17px;
  align-items: center;
  font-size: 13px;
}
.app-topbar-actions .avatar {
  width: 32px;
  height: 32px;
  font-size: 11px;
}
.app-topbar-actions button {
  border: 0;
  background: none;
  font-size: 13px;
}
.app-content {
  padding: 36px;
  max-width: 1400px;
  margin: auto;
}
.app-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 26px;
}
.app-heading h1 {
  font-size: 34px;
  letter-spacing: -1.3px;
  line-height: 1.25;
  font-weight: 500;
  margin: 0;
}
.app-heading p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  margin-top: 9px;
}
.app-heading .button {
  padding: 13px 17px;
  font-size: 13px;
  gap: 14px;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 22px 0;
}
.metric {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  padding: 22px;
}
.metric > span {
  font-size: 13px;
  color: var(--muted);
}
.metric > strong {
  font-size: 34px;
  font-weight: 500;
  display: block;
  margin: 12px 0 8px;
  letter-spacing: -1px;
}
.metric > small {
  font-size: 12px;
  color: #78906a;
}
.workspace-layout {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 24px;
  align-items: start;
}
.feed-panel {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 9px;
  overflow: hidden;
}
.feed-filters {
  padding: 22px;
  border-bottom: 1px solid var(--line);
}
.filter-row {
  display: flex;
  gap: 10px;
  margin-bottom: 11px;
  flex-wrap: wrap;
}
.filter-row:last-child {
  margin-bottom: 0;
}
.filter-row input,
.filter-row select {
  border: 1px solid #dae3d1;
  border-radius: 5px;
  background: #fff;
  padding: 11px 12px;
  font-size: 14px;
  min-width: 0;
  flex: 1;
}
.filter-row input[type="search"] {
  width: 100%;
  flex-basis: 100%;
}
.filter-row label {
  font-size: 12px;
  color: var(--muted);
  display: flex;
  gap: 8px;
  align-items: center;
  flex: 1;
  min-width: 150px;
}
.filter-row label input {
  width: 100%;
}
.feed-toolbar-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
  font-size: 12px;
  color: var(--muted);
}
.feed-toolbar-bottom button {
  border: 0;
  background: none;
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 12px;
}
.article-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 23px;
  border-bottom: 1px solid var(--line);
}
.article-row:last-child {
  border: 0;
}
.article-row .reg-badge {
  height: 40px;
  min-width: 43px;
  font-size: 11px;
  background: #edf3e5;
  color: #587043;
  border: 1px solid #dce6d0;
}
.article-meta {
  font-size: 12px;
  color: var(--muted);
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  line-height: 1.6;
}
.article-content {
  flex: 1;
  min-width: 0;
}
.article-content h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 550;
  margin: 7px 0;
}
.article-content h2 a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.article-content p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
}
.article-bottom {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 12px;
}
.article-bottom .topic-chip {
  margin: 0;
  font-size: 11px;
}
.article-bottom small {
  font-size: 11px;
  color: #8c997f;
}
.article-save {
  border: 1px solid #dde6d4;
  border-radius: 5px;
  background: #fff;
  min-width: 34px;
  height: 34px;
  font-size: 19px;
  line-height: 1;
}
.article-save[aria-pressed="true"] {
  background: #e1edcf;
  color: #476431;
}
.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 18px 22px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  color: var(--muted);
}
.pagination button {
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 9px 12px;
  background: #fff;
  font-size: 12px;
  color: var(--ink);
}
.pagination button:disabled {
  cursor: not-allowed;
}
.workspace-aside .panel {
  padding: 23px;
}
.workspace-aside .panel h2 {
  font-size: 18px;
  letter-spacing: -0.4px;
}
.workspace-aside .panel p {
  font-size: 13px;
  line-height: 1.9;
}
.workspace-aside .button {
  font-size: 12px;
  padding: 12px;
  margin-top: 20px;
  gap: 10px;
  width: 100%;
}
.workspace-aside .panel-dark p {
  color: #b7c9af;
}
.workspace-aside ul {
  margin-bottom: 0;
}
.workspace-aside li {
  font-size: 13px;
  line-height: 1.8;
}
.loading-state {
  padding: 40px;
  text-align: center;
  color: var(--muted);
  font-size: 15px;
}
.skeleton-line {
  height: 14px;
  background: #edf1e7;
  border-radius: 3px;
  margin-bottom: 13px;
  animation: pulse 1s ease-in-out infinite alternate;
}
.skeleton-line:nth-child(2) {
  width: 75%;
}
.skeleton-line:nth-child(3) {
  width: 45%;
}
@keyframes pulse {
  to {
    opacity: 0.45;
  }
}
.detail-layout {
  display: grid;
  grid-template-columns: 1fr 290px;
  gap: 26px;
  align-items: start;
}
.detail-content {
  padding: 32px;
}
.detail-content h1 {
  font-size: 34px;
  letter-spacing: -1.2px;
  line-height: 1.35;
  margin: 18px 0;
}
.detail-content .copy {
  margin: 25px 0;
  white-space: pre-line;
}
.detail-list {
  margin: 20px 0 0;
}
.detail-list div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  line-height: 1.7;
}
.detail-list dt {
  color: var(--muted);
}
.detail-list dd {
  margin: 0;
  text-align: right;
}
.settings-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.settings-layout h2 {
  margin-bottom: 24px;
}
.billing-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.billing-table td,
.billing-table th {
  padding: 15px 10px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}
.billing-table th {
  font-weight: 500;
  color: var(--muted);
}
.empty-state .button {
  margin-top: 20px;
}
.request-success h2 {
  margin-bottom: 17px;
}
.request-success p {
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 20px;
}
#coverage-results-count {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 18px;
}
@media (max-width: 1100px) {
  .site-nav {
    gap: 16px;
  }
  .site-header {
    padding: 0 28px;
  }
  .site-header-actions {
    gap: 15px;
  }
  .auth-story {
    padding: 60px 38px;
  }
  .auth-form-area {
    padding: 45px 38px;
  }
  .plan-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .plan p {
    min-height: 60px;
  }
  .app-shell {
    grid-template-columns: 204px 1fr;
  }
  .app-content {
    padding: 28px;
  }
  .app-topbar {
    padding: 0 28px;
  }
  .workspace-layout {
    grid-template-columns: 1fr;
  }
  .workspace-aside {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .detail-layout {
    grid-template-columns: 1fr;
  }
  .detail-layout > aside .panel {
    margin-top: 0;
  }
  .coverage-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .settings-layout {
    grid-template-columns: 1fr;
  }
  .auth-story h1 {
    font-size: 50px;
  }
  .auth-story-foot {
    flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 800px) {
  .site-header {
    height: 76px;
  }
  .site-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
    padding: 25px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    z-index: 10;
    box-shadow: 0 10px 20px #1a3f2310;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .site-nav.is-open {
    display: flex;
  }
  .nav-toggle {
    display: block;
    border: 1px solid var(--line);
    background: transparent;
    border-radius: 5px;
    font-size: 19px;
    width: 38px;
    height: 37px;
  }
  .site-header-actions > .button {
    display: none;
  }
  .page-wrap {
    padding: 45px 25px;
  }
  .auth-layout {
    grid-template-columns: 1fr;
  }
  .auth-story {
    display: none;
  }
  .auth-form-area {
    padding: 45px 25px;
    min-height: calc(100vh - 76px);
  }
  .three-column {
    grid-template-columns: 1fr;
  }
  .two-column {
    gap: 20px;
  }
  .app-shell {
    grid-template-columns: 1fr;
  }
  .app-sidebar {
    position: fixed;
    left: -250px;
    width: 236px;
    z-index: 11;
    height: 100dvh;
    transition: left 0.2s;
    box-shadow: 5px 0 30px #173f2217;
  }
  .app-sidebar.is-open {
    left: 0;
  }
  .app-topbar .nav-toggle {
    display: block;
  }
  .app-topbar {
    padding: 0 22px;
    height: 70px;
    position: sticky;
    top: 0;
    z-index: 8;
  }
  .app-content {
    padding: 25px;
  }
  .app-topbar-actions {
    gap: 10px;
  }
  .app-topbar-actions .pill {
    font-size: 10px;
  }
  .app-heading h1 {
    font-size: 30px;
  }
  .checkout-layout {
    grid-template-columns: 1fr;
  }
  .product-banner {
    padding: 35px;
  }
  .product-banner h1 {
    font-size: 48px;
  }
  .app-sidebar .nav-toggle {
    align-self: flex-end;
    margin-bottom: 20px;
  }
  .metrics {
    gap: 12px;
  }
  .metric {
    padding: 18px;
  }
  .metric > span {
    font-size: 12px;
  }
  .metric > small {
    font-size: 11px;
  }
  .site-footer {
    padding: 30px 25px 20px;
  }
  .site-footer-top {
    flex-direction: column;
  }
  .site-footer nav {
    gap: 20px;
  }
  .site-footer-bottom {
    font-size: 11px;
  }
  .status-page {
    margin: 40px 25px;
  }
  .enterprise-banner {
    padding: 25px;
  }
  .enterprise-banner .button {
    white-space: nowrap;
  }
  .coverage-tools {
    flex-wrap: wrap;
  }
  .coverage-tools select {
    max-width: 200px;
  }
  .detail-content {
    padding: 25px;
  }
}
@media (max-width: 540px) {
  .site-header {
    padding: 0 20px;
  }
  .site-header-actions {
    gap: 12px;
  }
  .site-header .brand {
    font-size: 21px;
  }
  .page-wrap {
    padding: 35px 20px;
  }
  .page-title {
    font-size: 41px;
    letter-spacing: -1.7px;
    margin: 18px 0;
  }
  .lead {
    font-size: 16px;
  }
  .plan-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .plan {
    padding: 27px;
  }
  .plan-price {
    font-size: 47px;
  }
  .plan p {
    min-height: 0;
    font-size: 15px;
  }
  .plan li {
    font-size: 14px;
  }
  .page-intro {
    margin-bottom: 30px;
  }
  .plan ul {
    margin-top: 15px;
  }
  .two-column {
    grid-template-columns: 1fr;
  }
  .panel {
    padding: 23px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .auth-form-area {
    padding: 35px 22px;
  }
  .auth-form-inner h2 {
    font-size: 31px;
  }
  .auth-form-inner .intro {
    font-size: 15px;
  }
  .enterprise-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }
  .enterprise-banner h3 {
    font-size: 21px;
  }
  .section-line {
    margin-top: 38px;
    padding-top: 32px;
  }
  .section-line > h2 {
    font-size: 28px;
  }
  .coverage-grid {
    grid-template-columns: 1fr;
  }
  .coverage-tools select {
    max-width: none;
    width: 100%;
  }
  .coverage-tools input {
    flex-basis: 100%;
  }
  .authority-links {
    min-height: 0;
  }
  .coverage-card {
    padding: 25px;
  }
  .product-banner {
    padding: 28px;
  }
  .product-banner h1 {
    font-size: 40px;
    letter-spacing: -2px;
  }
  .product-banner p {
    font-size: 15px;
  }
  .product-banner .inline-actions .button {
    width: 100%;
  }
  .site-footer-top .brand {
    font-size: 22px;
  }
  .site-footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
  .site-footer nav {
    font-size: 13px;
  }
  .app-content {
    padding: 22px 15px;
  }
  .app-topbar {
    padding: 0 15px;
    gap: 10px;
  }
  .app-topbar-actions .avatar {
    display: none;
  }
  .app-crumb {
    font-size: 12px;
  }
  .app-topbar-actions .pill {
    font-size: 9px;
    padding: 4px 6px;
  }
  .app-topbar-actions button {
    font-size: 11px;
  }
  .app-topbar .nav-toggle {
    width: 33px;
    height: 33px;
    flex-shrink: 0;
  }
  .app-heading {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
  }
  .app-heading h1 {
    font-size: 29px;
  }
  .app-heading p {
    font-size: 14px;
  }
  .app-heading .button {
    font-size: 12px;
  }
  .metrics {
    gap: 9px;
  }
  .metric {
    padding: 13px 10px;
  }
  .metric > span {
    font-size: 10px;
    line-height: 1.5;
    display: block;
  }
  .metric > strong {
    font-size: 26px;
  }
  .metric > small {
    font-size: 10px;
    line-height: 1.5;
    display: block;
  }
  .workspace-aside {
    grid-template-columns: 1fr;
  }
  .feed-filters {
    padding: 16px;
  }
  .filter-row {
    gap: 8px;
  }
  .filter-row select {
    flex-basis: calc(50% - 8px);
    font-size: 13px;
    padding: 10px;
  }
  .filter-row label {
    flex-basis: 100%;
    font-size: 12px;
  }
  .filter-row input {
    font-size: 14px;
  }
  .article-row {
    padding: 18px 15px;
    gap: 10px;
  }
  .article-row .reg-badge {
    height: 33px;
    min-width: 33px;
    font-size: 9px;
  }
  .article-meta {
    font-size: 10px;
    gap: 5px;
  }
  .article-content h2 {
    font-size: 15px;
  }
  .article-content p {
    font-size: 13px;
  }
  .article-save {
    min-width: 30px;
    height: 31px;
    font-size: 17px;
  }
  .article-bottom small {
    font-size: 10px;
  }
  .article-bottom .topic-chip {
    font-size: 10px;
  }
  .pagination {
    padding: 15px;
    font-size: 11px;
    gap: 8px;
  }
  .pagination button {
    padding: 8px;
    font-size: 11px;
  }
  .detail-content {
    padding: 23px;
  }
  .detail-content h1 {
    font-size: 29px;
  }
  .detail-content .copy {
    font-size: 15px;
  }
  .detail-layout {
    gap: 18px;
  }
  .settings-layout {
    gap: 20px;
  }
  .status-page {
    margin: 28px 20px;
    padding: 30px 24px;
  }
  .status-page h1 {
    font-size: 36px;
  }
  .status-page p {
    font-size: 15px;
  }
  .status-page .button {
    width: 100%;
  }
  .checkout-layout {
    gap: 22px;
  }
  .demo-notice {
    font-size: 12px;
  }
  .form-status {
    font-size: 13px;
  }
  .price-head .outline-tag {
    white-space: normal;
  }
  .app-sidebar .brand {
    font-size: 23px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .skeleton-line {
    animation: none;
  }
  .app-sidebar {
    transition: none;
  }
}

/* ==========================================================================
   Additions for the live-backend integration and the approved messaging.
   Everything above is the delivered design, unchanged. This block only styles
   elements that did not exist in it: the GRIP AI pill, the CEO photo, and the
   landing-page sections carried over from the approved copy. It reuses the
   design's own tokens (--ink, --lime, --line, --soft, --muted).
   ========================================================================== */

/* GRIP AI: a pill on every update with a tinted panel underneath, as on the previous site. */
.ai-summary-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border: 1px solid #cfe0bd;
  border-radius: 999px;
  background: #edf4e6;
  color: var(--ink);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.2;
  transition:
    background 0.15s,
    border-color 0.15s,
    color 0.15s;
}
.ai-summary-button:hover {
  border-color: #93b672;
}
.ai-summary-button[aria-expanded="true"] {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}
.ai-spark {
  font-size: 0.85em;
}
.ai-summary-panel {
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid #dbe8cb;
  border-radius: 8px;
  background: #f3f8ec;
}
.ai-summary-heading {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #4d6d3a;
}
.ai-summary-points {
  margin: 0;
}
.ai-summary-points li {
  margin: 6px 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink);
}
.ai-summary-panel p.ai-summary-status {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
}
.ai-summary-panel p.ai-summary-status.error {
  color: #914027;
}

/* CEO photo (replaces the initials placeholder) */
.profile-photo {
  display: block;
  width: 112px;
  height: 112px;
  margin-bottom: 20px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #e3eed7;
  object-fit: cover;
  object-position: center 18%;
}
.profile-photo-lg {
  width: 200px;
  height: 200px;
  margin-bottom: 0;
}
.founder-panel {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 40px;
  align-items: start;
  padding: 36px;
}
.founder-panel h3 {
  font-size: 26px;
  letter-spacing: -0.8px;
}
.founder-role {
  margin-top: 6px;
  font-size: 15px;
  color: var(--muted);
}
.founder-panel .copy {
  max-width: 640px;
  margin-top: 18px;
}
.founder-panel .detail-list {
  max-width: 640px;
}
.founder-quote {
  margin-top: 22px;
  padding-left: 16px;
  border-left: 2px solid #b9cc9f;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.4px;
}

/* Landing: problem stat band */
.stat-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}
.stat-band > div {
  padding: 28px 26px;
  border-left: 1px solid var(--line);
}
.stat-band > div:first-child {
  border-left: 0;
}
.stat-band strong {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -1.6px;
}
.stat-band span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}

/* Landing: horizontal bars (enforcement snapshot, speed comparison) */
.bars {
  margin: 20px 0 8px;
}
.bar-row {
  display: grid;
  grid-template-columns: 150px 1fr 72px;
  align-items: center;
  gap: 14px;
  padding: 11px 0;
  font-size: 14px;
}
.bar-row > span {
  color: var(--muted);
}
.bar-row > i {
  position: relative;
  display: block;
  height: 8px;
  overflow: hidden;
  border-radius: 4px;
  background: var(--soft);
}
.bar-row > i::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: var(--w, 0%);
  min-width: 4px;
  border-radius: 4px;
  background: var(--ink);
}
.bar-row > b {
  font-weight: 600;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

/* Landing: how it works, comparison, pricing, closing, regulator directory */
.how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.how-grid .panel {
  padding: 24px;
}
.how-grid .panel h3 {
  margin-top: 12px;
  font-size: 18px;
}
.how-grid .panel p {
  font-size: 14px;
}
.how-grid .panel-dark p {
  color: #adc3b5;
}
.how-grid .panel-dark .eyebrow {
  color: var(--lime);
}
.edge-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-content: start;
}
.edge-grid .panel {
  padding: 20px 22px;
}
.edge-grid .panel h3 {
  font-size: 17px;
}
.edge-grid .panel p {
  margin-top: 4px;
  font-size: 14px;
}
.comparison th.col-us,
.comparison td.col-us {
  background: #eef5e6;
  font-weight: 600;
}
.price-num {
  font-weight: inherit;
}
.regulators .regulator-more {
  background: none;
  color: var(--muted);
  cursor: pointer;
}
.regulators .regulator-more:hover {
  color: var(--ink);
  opacity: 1;
}
.hero h1 span {
  white-space: nowrap;
}
.faq-list summary > b {
  font-weight: inherit;
}
/* Real regulator names vary in length (PFRDA, NABARD, FIU-IND), unlike the design's three
   sample ones, so give every badge the same width and titles line up down the feed. */
.article-row .reg-badge,
.feed-row .reg-badge {
  flex: none;
  width: 64px;
  padding: 0 4px;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}
/* With no summary line (the public preview) the topic chip stays on its own line. */
.feed-content > .feed-title {
  display: block;
}
.button-outline-light {
  border: 1px solid #4b7563;
  background: transparent;
  color: #fff;
}
.button-outline-light:hover {
  background: #17463c;
}
.closing p {
  position: relative;
  z-index: 1;
  max-width: 480px;
  margin: -8px 0 28px;
  font-size: 16px;
  line-height: 1.8;
  color: #a9beb4;
}
.closing-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.reg-directory {
  display: grid;
  gap: 18px;
  max-height: 52vh;
  margin: 18px 0;
  padding-right: 6px;
  overflow: auto;
}
.reg-directory h3 {
  margin: 0 0 8px;
  font-size: 15px;
  letter-spacing: -0.2px;
}
.reg-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
}
.reg-pills li {
  margin: 0;
  padding: 4px 10px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  font-size: 12px;
  line-height: 1.5;
  color: var(--ink);
}
.reg-pills li::before {
  content: none;
}

/* Contact form honeypot: real visitors never see or fill it (the backend drops the lead
   silently if it is set). Off-screen rather than display:none, which some bots skip. */
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 1100px) {
  .how-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat-band {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat-band > div:nth-child(3) {
    border-left: 0;
  }
  .stat-band > div:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }
}
@media (max-width: 800px) {
  .founder-panel {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 26px;
  }
  .profile-photo-lg {
    width: 140px;
    height: 140px;
  }
  .bar-row {
    grid-template-columns: 110px 1fr 64px;
    gap: 10px;
  }
}
@media (max-width: 540px) {
  .how-grid,
  .edge-grid {
    grid-template-columns: 1fr;
  }
  .stat-band {
    grid-template-columns: 1fr;
  }
  .stat-band > div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .stat-band > div:first-child {
    border-top: 0;
  }
  .stat-band strong {
    font-size: 34px;
  }
}
