html {
  font-size: 14px;
}

:root {
  --ez-blue: #1767f2;
  --ez-blue-dark: #073a78;
  --ez-blue-soft: #eaf2ff;
  --ez-green: #42b84a;
  --ez-green-dark: #2f9338;
  --ez-green-soft: #ecf8ee;
  --ez-ink: #0d2f5f;
  --bs-primary: var(--ez-blue);
  --bs-primary-rgb: 23, 103, 242;
  --bs-success: var(--ez-green);
  --bs-success-rgb: 66, 184, 74;
  --bs-link-color: var(--ez-blue-dark);
  --bs-link-hover-color: var(--ez-blue);
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.35);
}

html {
  position: relative;
  min-height: 100%;
}

body {
  background: linear-gradient(180deg, #f7fbff 0, #ffffff 180px);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body > .container {
  flex: 1 0 auto;
}

.footer.footer {
  bottom: auto;
  flex-shrink: 0;
  height: auto;
  line-height: 1.5;
  padding: 1rem 0;
  position: static;
  width: 100%;
}

.footer .container {
  white-space: normal;
}

.ez-consent-link {
  line-height: 1.5;
  padding: 0;
  vertical-align: baseline;
}

.ez-consent-banner {
  align-items: center;
  background: #ffffff;
  border: 1px solid #c8daf3;
  border-radius: 0.5rem;
  bottom: 1rem;
  box-shadow: 0 0.75rem 2rem rgba(7, 58, 120, 0.16);
  display: flex;
  gap: 1rem;
  left: 1rem;
  max-width: min(680px, calc(100vw - 2rem));
  padding: 1rem;
  position: fixed;
  z-index: 1080;
}

.ez-consent-banner[hidden] {
  display: none;
}

.ez-consent-banner p {
  color: #35567d;
  margin: 0.25rem 0 0;
}

.ez-consent-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}

.navbar {
  background: linear-gradient(180deg, #ffffff 0, #f4f9ff 100%) !important;
  border-bottom: 3px solid var(--ez-blue) !important;
  box-shadow: 0 0.35rem 1rem rgba(7, 58, 120, 0.08);
  min-height: 92px;
}

.ez-navbar-brand {
  align-items: center;
  display: inline-flex;
  margin-right: 1.75rem;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}

.ez-brand-logo {
  display: block;
  height: 72px;
  max-width: min(360px, 58vw);
  object-fit: contain;
  width: auto;
}

.nav-link {
  color: var(--ez-blue-dark) !important;
  font-weight: 500;
  position: relative;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: var(--ez-green-dark) !important;
}

.navbar .nav-link:not(.dropdown-toggle)::after {
  background: var(--ez-green);
  border-radius: 999px;
  bottom: 0.35rem;
  content: "";
  height: 3px;
  left: 0.5rem;
  opacity: 0;
  position: absolute;
  right: 0.5rem;
  transform: translateY(0.25rem);
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.navbar .nav-link:not(.dropdown-toggle):hover::after,
.navbar .nav-link:not(.dropdown-toggle):focus::after {
  opacity: 1;
  transform: translateY(0);
}

.navbar .dropdown-toggle::after {
  color: var(--ez-blue-dark);
}

.dropdown-item:active {
  background-color: var(--ez-blue);
}
.ez-account-icon {
  display: block;
  fill: currentColor;
  height: 1.55rem;
  width: 1.55rem;
}

#accountDropdown {
  padding-left: 0.65rem;
  padding-right: 0.65rem;
}

.btn-primary {
  --bs-btn-bg: var(--ez-blue);
  --bs-btn-border-color: var(--ez-blue);
  --bs-btn-hover-bg: var(--ez-blue-dark);
  --bs-btn-hover-border-color: var(--ez-blue-dark);
  --bs-btn-active-bg: var(--ez-blue-dark);
  --bs-btn-active-border-color: var(--ez-blue-dark);
}

.btn-outline-primary {
  --bs-btn-color: var(--ez-blue-dark);
  --bs-btn-border-color: var(--ez-blue);
  --bs-btn-hover-bg: var(--ez-blue);
  --bs-btn-hover-border-color: var(--ez-blue);
  --bs-btn-active-bg: var(--ez-blue-dark);
  --bs-btn-active-border-color: var(--ez-blue-dark);
}

.btn-outline-secondary {
  --bs-btn-color: var(--ez-ink);
  --bs-btn-border-color: #9ab9e7;
  --bs-btn-hover-bg: var(--ez-blue-soft);
  --bs-btn-hover-border-color: var(--ez-blue);
  --bs-btn-hover-color: var(--ez-blue-dark);
  --bs-btn-active-bg: var(--ez-blue-soft);
  --bs-btn-active-border-color: var(--ez-blue);
  --bs-btn-active-color: var(--ez-blue-dark);
}

.progress-bar {
  background-color: var(--ez-blue);
}

.ez-card {
  background: var(--bs-body-bg);
  border: 1px solid #d7e5f8;
  border-radius: 0.5rem;
  padding: 1rem;
}

.ez-card-compact {
  padding: 0.75rem;
}

.ez-empty-state {
  background: var(--ez-blue-soft);
  border: 1px dashed #9ab9e7;
  border-radius: 0.5rem;
  color: var(--ez-ink);
  padding: 0.75rem;
}

.ez-page-actions,
.ez-action-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ez-page-actions {
  justify-content: flex-end;
}

.ez-action-row {
  justify-content: flex-end;
}

.ez-danger-value {
  color: var(--bs-danger);
  font-weight: 600;
}

.ez-success-value {
  color: var(--bs-success);
  font-weight: 600;
}

.setup-checklist-item {
  align-items: center;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.5rem;
  color: var(--bs-body-color);
  display: flex;
  gap: 0.6rem;
  padding: 0.65rem 0.75rem;
  text-decoration: none;
}

.setup-checklist-item:hover {
  background: var(--bs-light-bg-subtle);
  color: var(--bs-body-color);
}

.setup-checklist-complete {
  color: var(--bs-secondary-color);
}

.setup-checklist-box {
  align-items: center;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.25rem;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.8rem;
  height: 1.1rem;
  justify-content: center;
  width: 1.1rem;
}

.setup-checklist-complete .setup-checklist-box {
  background: rgba(var(--bs-success-rgb), 0.14);
  border-color: rgba(var(--bs-success-rgb), 0.5);
  color: var(--bs-success);
}

.maintenance-sticky-header {
  background: var(--bs-body-bg);
  border-bottom: 1px solid var(--bs-border-color);
  padding: 0.75rem 0;
  position: sticky;
  top: 0;
  z-index: 20;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.paycheck-card {
  border: 1px solid var(--bs-border-color);
  border-radius: 0.5rem;
  padding: 1rem;
  background: var(--bs-body-bg);
}

.paycheck-summary {
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  padding: 0.75rem;
  background: var(--bs-light-bg-subtle);
}

.paycheck-summary div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.paycheck-summary dt,
.paycheck-summary dd {
  margin: 0;
}

.paycheck-summary-leftover {
  border-top: 1px solid var(--bs-border-color);
  margin-top: 0.35rem;
  padding-top: 0.35rem;
  font-weight: 600;
}

.paycheck-items-table th {
  color: var(--bs-secondary-color);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
}

.paycheck-group-header td {
  background: var(--bs-secondary-bg);
  border-left: 0.25rem solid var(--ez-blue);
  border-top: 1px solid var(--bs-border-color);
  color: var(--bs-body-color);
  font-size: 1.0625rem;
  font-weight: 800;
  padding: 0.55rem 0.5rem;
}

.paycheck-group-header span:last-child {
  color: var(--bs-secondary-color);
  font-size: 0.85rem;
  font-weight: 500;
}

.paycheck-item-row td {
  vertical-align: middle;
}

.paycheck-item-name {
  font-size: 0.8125rem;
  font-weight: 600;
}

.paycheck-actual-activity {
  background: var(--bs-light-bg-subtle);
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  margin: 0.9rem 0 1.25rem;
  padding: 0.8rem;
}

.paycheck-activity-summary {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.85rem;
  gap: 0.4rem 1rem;
}

.paycheck-activity-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.65rem;
}

.paycheck-budget-items-card {
  background: var(--bs-body-bg);
  border: 1px solid #d7e5f8;
  border-radius: 0.5rem;
  margin-top: 1.25rem;
  padding: 0.85rem;
}

.paycheck-budget-items-card .table {
  margin-bottom: 0;
}


.paycheck-item-paid,
.paycheck-item-paid > td {
  background: rgba(var(--bs-success-rgb), 0.12) !important;
}

.paycheck-item-skipped,
.paycheck-item-skipped > td {
  background: rgba(var(--bs-secondary-rgb), 0.12) !important;
}

.paycheck-actions {
  align-items: center;
  display: flex;
  gap: 0.35rem;
  justify-content: flex-end;
  white-space: nowrap;
}

.paycheck-inline-edit {
  background: var(--bs-light-bg-subtle);
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  padding: 0.75rem;
}

.paycheck-empty {
  border: 1px dashed var(--bs-border-color);
  border-radius: 0.375rem;
  color: var(--bs-secondary-color);
  padding: 0.75rem;
}

.paycheck-transfer {
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  margin-bottom: 0.5rem;
  padding: 0.6rem 0.75rem;
}

.paycheck-transfer-form {
  background: var(--bs-light-bg-subtle);
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  padding: 0.75rem;
}

.dashboard-summary-card,
.dashboard-account-card,
.dashboard-chart-section {
  background: var(--bs-body-bg);
  border: 1px solid #d7e5f8;
  border-radius: 0.5rem;
  padding: 1rem;
}

.dashboard-summary-card-compact,
.dashboard-account-card-compact {
  padding: 0.75rem;
}

.dashboard-attention-item {
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  border-left-width: 0.35rem;
  border-radius: 0.375rem;
  font-size: 0.95rem;
  min-height: 100%;
  padding: 0.65rem 0.75rem;
}

.dashboard-card-metrics {
  margin-bottom: 0.75rem;
}

.dashboard-card-metrics div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.2rem 0;
}

.dashboard-card-metrics dt,
.dashboard-card-metrics dd {
  margin: 0;
}

.dashboard-card-metrics dt {
  color: var(--bs-secondary-color);
  font-weight: 500;
}

.dashboard-card-metrics dd {
  font-weight: 600;
  text-align: right;
}

.dashboard-bars {
  align-items: end;
  display: flex;
  gap: 1rem;
  min-height: 210px;
  overflow-x: auto;
  padding-top: 1rem;
}

.dashboard-bar-item {
  align-items: center;
  display: flex;
  flex: 1 0 64px;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 64px;
}

.dashboard-bar-track {
  align-items: end;
  background: var(--bs-light-bg-subtle);
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  display: flex;
  height: 150px;
  justify-content: center;
  padding: 0.25rem;
  width: 100%;
}

.dashboard-bar {
  background: linear-gradient(180deg, var(--ez-blue), var(--ez-blue-dark));
  border-radius: 0.25rem 0.25rem 0 0;
  min-height: 0;
  width: 100%;
}

.dashboard-bar-value,
.dashboard-bar-label {
  color: var(--bs-secondary-color);
  font-size: 0.85rem;
  white-space: nowrap;
}

.dashboard-bars-compact {
  min-height: 180px;
}

.dashboard-bars-compact .dashboard-bar-track {
  height: 130px;
}

.dashboard-donut-list,
.dashboard-budget-bars {
  display: grid;
  gap: 0.8rem;
}

.dashboard-chart-canvas-wrap {
  height: 260px;
  min-width: 0;
  position: relative;
}

.dashboard-chart-canvas-wrap canvas {
  max-width: 100%;
}

.dashboard-group-selector {
  max-height: 280px;
  min-width: 210px;
  overflow-y: auto;
  padding: 0.35rem;
}

.dashboard-group-option {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  max-width: 280px;
}

.dashboard-group-option span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-group-selector-footer {
  align-items: center;
  border-top: 1px solid var(--bs-border-color);
  display: flex;
  justify-content: space-between;
  margin-top: 0.35rem;
  padding: 0.5rem 0.25rem 0.15rem;
}

.dashboard-progress {
  height: 0.55rem;
}

.dashboard-budget-row {
  border-bottom: 1px solid var(--bs-border-color);
  padding-bottom: 0.75rem;
}

.dashboard-budget-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.dashboard-comparison-track {
  background: var(--bs-light-bg-subtle);
  border: 1px solid var(--bs-border-color);
  border-radius: 999px;
  height: 0.75rem;
  margin: 0.4rem 0 0.2rem;
  overflow: hidden;
  position: relative;
}

.dashboard-comparison-budgeted,
.dashboard-comparison-used {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
}

.dashboard-comparison-budgeted {
  background: rgba(var(--bs-primary-rgb), 0.22);
}

.dashboard-comparison-used {
  background: rgba(var(--bs-success-rgb), 0.78);
}

.text-success,
.ez-success-value {
  color: var(--ez-green-dark) !important;
}

.dashboard-comparison-over {
  background: rgba(var(--bs-warning-rgb), 0.9);
}

.activity-pie-wrap {
  display: flex;
  justify-content: center;
  padding: 0.75rem 0 1rem;
}

.activity-page {
  padding-bottom: 3rem;
}

.activity-transactions-card {
  margin-bottom: 1.5rem;
}

.activity-pie {
  align-items: center;
  border: 1px solid var(--bs-border-color);
  border-radius: 50%;
  display: flex;
  height: 180px;
  justify-content: center;
  width: 180px;
}

.activity-pie-center {
  align-items: center;
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 92px;
  justify-content: center;
  width: 92px;
}

.activity-pie-center span {
  color: var(--bs-secondary-color);
  font-size: 0.8rem;
}

.activity-pie-legend,
.activity-transfer-list {
  display: grid;
  gap: 0.5rem;
}

.activity-pie-legend-row,
.activity-transfer-in {
  align-items: center;
  border-bottom: 1px solid var(--bs-border-color);
  display: grid;
  gap: 0.5rem;
  grid-template-columns: auto 1fr auto;
  padding-bottom: 0.45rem;
}

.activity-pie-legend-row:last-child,
.activity-transfer-in:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.activity-pie-swatch {
  border-radius: 50%;
  display: inline-block;
  height: 0.8rem;
  width: 0.8rem;
}

.activity-transfer-in {
  grid-template-columns: 1fr auto;
}

.public-page {
  color: var(--ez-ink);
  overflow-x: hidden;
}

.public-narrow {
  margin: 0 auto;
  max-width: 920px;
}

.public-hero {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  min-height: calc(100vh - 156px);
  padding: 2.5rem 0 3rem;
}

.coming-soon-page {
  min-height: calc(100vh - 156px);
}

.coming-soon-hero {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  min-height: calc(100vh - 220px);
  padding: 3rem 0 2rem;
}

.coming-soon-copy h1 {
  color: var(--ez-blue-dark);
  font-size: clamp(2.5rem, 6vw, 5.4rem);
  font-weight: 800;
  line-height: 1.01;
  margin-bottom: 1rem;
}

.coming-soon-preview {
  background: linear-gradient(140deg, #eaf2ff 0, #ffffff 52%, #ecf8ee 100%);
  border: 1px solid #c8daf3;
  border-radius: 0.5rem;
  box-shadow: 0 1rem 2.75rem rgba(7, 58, 120, 0.14);
  padding: 1rem;
}

.coming-soon-window {
  background: #ffffff;
  border: 1px solid #d7e5f8;
  border-radius: 0.5rem;
  overflow: hidden;
}

.coming-soon-window-bar {
  background: #f4f9ff;
  border-bottom: 1px solid #d7e5f8;
  display: flex;
  gap: 0.35rem;
  padding: 0.65rem 0.75rem;
}

.coming-soon-window-bar span {
  background: #9ab9e7;
  border-radius: 50%;
  display: block;
  height: 0.65rem;
  width: 0.65rem;
}

.coming-soon-paycheck {
  display: grid;
  gap: 1rem;
  padding: 1rem;
}

.coming-soon-paycheck h2 {
  color: var(--ez-blue-dark);
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0.75rem 0 0;
}

.coming-soon-list {
  display: grid;
  gap: 0.5rem;
}

.coming-soon-list div {
  align-items: center;
  background: #fbfcff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  display: flex;
  justify-content: space-between;
  padding: 0.65rem 0.75rem;
}

.coming-soon-list span {
  color: var(--ez-green-dark);
  font-weight: 700;
}

.coming-soon-strip {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 1rem;
}

.coming-soon-strip article {
  background: #ffffff;
  border: 1px solid #d7e5f8;
  border-radius: 0.5rem;
  box-shadow: 0 0.75rem 2rem rgba(7, 58, 120, 0.08);
  padding: 1rem;
}

.coming-soon-strip h2 {
  color: var(--ez-blue-dark);
  font-size: 1rem;
  font-weight: 800;
}

.public-hero h1,
.public-section h1 {
  color: var(--ez-blue-dark);
  font-size: clamp(2.35rem, 6vw, 4.8rem);
  font-weight: 800;
  line-height: 1.02;
  margin-bottom: 1rem;
}

.public-section h1 {
  font-size: clamp(2.1rem, 4.5vw, 3.8rem);
}

.public-kicker {
  color: var(--ez-green-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 0.55rem;
  text-transform: uppercase;
}

.public-lead {
  color: #35567d;
  font-size: 1.22rem;
  line-height: 1.6;
  max-width: 680px;
}

.public-copy {
  color: #35567d;
  font-size: 1.1rem;
  line-height: 1.75;
  max-width: 920px;
}

.public-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0 1rem;
}

.public-trust {
  color: #4a6587;
  font-weight: 600;
}

.public-paycheck-preview {
  background: linear-gradient(140deg, #eaf2ff 0, #ecf8ee 100%);
  border: 1px solid #c8daf3;
  border-radius: 0.5rem;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  padding: 1rem;
}

.public-step,
.public-feature-grid article,
.public-faq-grid article,
.public-control-panel {
  background: #ffffff;
  border: 1px solid #d7e5f8;
  border-radius: 0.5rem;
  box-shadow: 0 0.75rem 2rem rgba(7, 58, 120, 0.08);
  padding: 1rem;
}

.public-pill {
  background: var(--ez-green-soft);
  border: 1px solid rgba(var(--bs-success-rgb), 0.35);
  border-radius: 999px;
  color: var(--ez-green-dark);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.25rem 0.55rem;
  white-space: nowrap;
}

.public-app-paycheck-card {
  box-shadow: 0 0.75rem 2rem rgba(7, 58, 120, 0.08);
  max-width: 100%;
  min-width: 0;
}

.public-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}

.public-paycheck-summary {
  background: #fbfcff;
  margin-bottom: 1rem;
}

.public-paycheck-table {
  margin-bottom: 0;
}

.public-paycheck-table td,
.public-paycheck-table th {
  white-space: nowrap;
}

.public-paycheck-table td:first-child,
.public-paycheck-table th:first-child {
  white-space: normal;
}

.public-paycheck-table .paycheck-group-header td {
  display: flex;
  justify-content: space-between;
}

.public-dashboard-preview {
  min-width: 0;
}

.public-dashboard-summary-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.public-section {
  padding: 3.25rem 0;
}

.public-section-heading {
  margin-bottom: 1.25rem;
  max-width: 820px;
}

.public-section h2 {
  color: var(--ez-blue-dark);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 0.8rem;
}

.public-step-grid,
.public-feature-grid,
.public-faq-grid,
.public-example-grid,
.public-split {
  display: grid;
  gap: 1rem;
}

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

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

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

.public-step span {
  align-items: center;
  background: var(--ez-blue-soft);
  border: 1px solid #b7cff1;
  border-radius: 50%;
  color: var(--ez-blue-dark);
  display: inline-flex;
  font-weight: 800;
  height: 2rem;
  justify-content: center;
  margin-bottom: 0.75rem;
  width: 2rem;
}

.public-step h3,
.public-feature-grid h3,
.public-faq-grid h3 {
  color: var(--ez-blue-dark);
  font-size: 1rem;
  font-weight: 800;
}

.public-step p,
.public-feature-grid p,
.public-faq-grid p,
.public-section p,
.public-check-list {
  color: #35567d;
  line-height: 1.65;
}

.public-check-list {
  display: grid;
  gap: 0.55rem;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.public-check-list li {
  padding-left: 1.55rem;
  position: relative;
}

.public-check-list li::before {
  color: var(--ez-green-dark);
  content: "\2713";
  font-weight: 800;
  left: 0;
  position: absolute;
}

.public-early-access {
  background: linear-gradient(135deg, var(--ez-blue-soft), #ffffff 52%, var(--ez-green-soft));
  border: 1px solid #c8daf3;
  border-radius: 0.5rem;
  padding: 1.5rem;
}

.public-final-cta {
  background: var(--ez-blue-dark);
  border-radius: 0.5rem;
  color: #ffffff;
  margin: 3rem 0;
  padding: 2rem;
  text-align: center;
}

.public-final-cta h2 {
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  font-weight: 800;
}

.public-final-cta .btn-outline-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-color: var(--ez-blue-dark);
}

.public-quote {
  border-left: 0.35rem solid var(--ez-green);
  color: var(--ez-blue-dark);
  font-size: 1.35rem;
  font-weight: 800;
  margin: 1rem 0;
  padding-left: 1rem;
}

@media (max-width: 767.98px) {
  .ez-brand-logo {
    height: 56px;
    max-width: 280px;
  }

  .ez-page-actions {
    justify-content: flex-start;
    width: 100%;
  }

  .paycheck-actions,
  .ez-action-row {
    justify-content: flex-start;
    white-space: normal;
  }

  .dashboard-card-metrics div,
  .paycheck-summary div {
    gap: 0.5rem;
  }

  .public-hero,
  .coming-soon-hero,
  .coming-soon-strip,
  .public-step-grid,
  .public-feature-grid,
  .public-faq-grid,
  .public-example-grid,
  .public-split,
  .public-dashboard-summary-grid {
    grid-template-columns: 1fr;
  }

  .public-hero {
    min-height: 0;
    overflow-x: hidden;
    padding-top: 1.5rem;
  }

  .public-hero-copy,
  .coming-soon-copy,
  .coming-soon-preview,
  .public-paycheck-preview,
  .public-section,
  .public-final-cta {
    max-width: 100%;
    min-width: 0;
  }

  .public-section {
    padding: 2.25rem 0;
  }

  .ez-consent-banner {
    align-items: stretch;
    flex-direction: column;
  }

  .ez-consent-actions {
    justify-content: flex-start;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .public-step-grid,
  .public-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.text-pre-line { white-space: pre-line; }
