@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600;700&display=swap');

:root {
  --auth-ink: #0f172a;
  --auth-sub: #475569;
  --auth-accent: #2563eb;
  --auth-panel: #0b132b;
  --auth-panel-2: #1b2a4a;
  --auth-highlight: #fbbf24;
  --brand-ink: #0f172a;
  --brand-sub: #475569;
  --brand-primary: #1d4ed8;
  --brand-accent: #f97316;
  --brand-bg: #f6f7fb;
}

body {
  background: var(--brand-bg);
  font-family: 'Source Sans 3', system-ui, -apple-system, Segoe UI, sans-serif;
  color: var(--brand-ink);
}

h1, h2, h3, h4, h5 {
  font-family: 'Source Sans 3', system-ui, -apple-system, Segoe UI, sans-serif;
}

.card { border-radius: 16px; }

.auth-wrap {
  max-width: 1080px;
  margin: 36px auto;
}

.auth-grid {
  min-height: 520px;
}

.auth-panel {
  background: radial-gradient(120% 120% at 0% 0%, #1f2a44 0%, #101a34 55%, #0b132b 100%);
  color: #e2e8f0;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.auth-panel::after {
  content: '';
  position: absolute;
  inset: auto -40% -40% auto;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(251,191,36,0.18), transparent 70%);
}

.auth-brand {
  font-family: 'Source Sans 3', system-ui, -apple-system, Segoe UI, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  color: #cbd5f5;
  margin-bottom: 14px;
}

.auth-title {
  font-family: 'Source Sans 3', system-ui, -apple-system, Segoe UI, sans-serif;
  font-size: 32px;
  line-height: 1.15;
  margin-bottom: 12px;
  color: #f8fafc;
}

.auth-sub {
  font-family: 'Source Sans 3', system-ui, -apple-system, Segoe UI, sans-serif;
  color: #b9c3d6;
  margin-bottom: 20px;
}

.auth-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 24px;
}

.auth-list li {
  font-family: 'Source Sans 3', system-ui, -apple-system, Segoe UI, sans-serif;
  margin-bottom: 8px;
  padding-left: 22px;
  position: relative;
}

.auth-list li::before {
  content: '👍';
  color: var(--auth-highlight);
  position: absolute;
  left: 0;
}

.auth-cta {
  font-family: 'Source Sans 3', system-ui, -apple-system, Segoe UI, sans-serif;
  color: #e2e8f0;
}

.auth-cta a {
  color: #fbbf24;
  font-weight: 600;
  text-decoration: none;
  margin-left: 6px;
}

.auth-card {
  border: none;
}

.auth-card h2 {
  font-family: 'Source Sans 3', system-ui, -apple-system, Segoe UI, sans-serif;
  color: var(--auth-ink);
}

.auth-card .form-label {
  font-weight: 600;
  color: var(--auth-ink);
}

.auth-card .form-control {
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  padding: 12px 14px;
}

.auth-card .btn-primary {
  border-radius: 12px;
  padding: 12px 14px;
  background: var(--auth-accent);
  border: none;
}

.hero {
  background: linear-gradient(120deg, #0f172a 0%, #1e293b 45%, #0b132b 100%);
  border-radius: 24px;
  color: #f8fafc;
  padding: 48px;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}

.hero::after {
  content: '';
  position: absolute;
  inset: auto -20% -30% auto;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(249,115,22,0.2), transparent 70%);
}

.hero-title {
  font-size: 40px;
  margin-bottom: 12px;
}

.hero-sub {
  color: #cbd5f5;
  font-size: 18px;
  margin-bottom: 20px;
}

.hero-badge {
  display: inline-block;
  background: rgba(251,191,36,0.15);
  color: #fbbf24;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 600;
  margin-bottom: 12px;
}

.hero-card {
  background: #ffffff;
  color: var(--brand-ink);
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.2);
  overflow: hidden;
}

.hero-card-header {
  background: #f1f5f9;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

.hero-card-body {
  padding: 16px;
}

.pill {
  background: #1d4ed8;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
}

.hero-trust {
  color: #94a3b8;
  font-size: 14px;
}

.hero-carousel {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.2);
  overflow: hidden;
}

.hero-slide {
  padding: 24px;
  color: #0f172a;
  background: #fff;
  border-radius: 20px;
}

.hero-slide h5 {
  font-size: 20px;
  margin-bottom: 6px;
}

.hero-slide p {
  color: #475569;
  margin-bottom: 14px;
}

.hero-slide-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #1d4ed8;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 12px;
}

.hero-illustration {
  background: #f8fafc;
  border-radius: 16px;
  padding: 8px;
}

.hero-illustration svg,
.hero-illustration img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.hero-indicators {
  position: static;
  margin: 12px 0 0;
  gap: 6px;
}

.hero-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background-color: #cbd5f5;
}

.hero-indicators .active {
  background-color: #1d4ed8;
}

.stats {
  margin-bottom: 24px;
}

.stat-card {
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.stat-value {
  font-size: 28px;
  font-weight: 700;
  color: var(--brand-primary);
}

.stat-label {
  color: var(--brand-sub);
  font-size: 14px;
}

.section-head {
  margin-bottom: 16px;
}

.section-title {
  font-size: 28px;
}

.section-sub {
  color: var(--brand-sub);
}

.feature-card,
.step-card,
.price-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  height: 100%;
}

.price-card.highlight {
  border: 2px solid #1d4ed8;
  box-shadow: 0 16px 34px rgba(29, 78, 216, 0.2);
}

.price-card .price {
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0;
}

.step-num {
  display: inline-block;
  background: rgba(29, 78, 216, 0.1);
  color: #1d4ed8;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.faq .accordion-button {
  font-weight: 600;
}

.cta {
  margin-top: 32px;
}

.cta-card {
  background: linear-gradient(120deg, #1d4ed8 0%, #0ea5e9 100%);
  color: #fff;
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.cta-card p {
  margin-bottom: 0;
  color: #e2e8f0;
}

.landing-hero {
  background:
    radial-gradient(circle at top left, rgba(249, 115, 22, 0.18), transparent 34%),
    radial-gradient(circle at bottom right, rgba(37, 99, 235, 0.22), transparent 38%),
    linear-gradient(135deg, #091122 0%, #111c35 52%, #0d172d 100%);
  border-radius: 28px;
  padding: 56px 52px;
  color: #f8fafc;
  position: relative;
  overflow: hidden;
}

.landing-hero::before {
  content: '';
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  pointer-events: none;
}

.landing-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.landing-copy {
  max-width: 640px;
}

.landing-badge,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(251, 191, 36, 0.14);
  color: #fbbf24;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.section-kicker-light {
  background: rgba(255, 255, 255, 0.14);
  color: #dbeafe;
}

.landing-title {
  margin: 18px 0 16px;
  font-size: 52px;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.landing-sub {
  max-width: 560px;
  color: #c9d4ea;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.landing-actions,
.landing-price-actions,
.landing-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.landing-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.landing-trust-item {
  min-width: 180px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 14px 16px;
  display: grid;
  gap: 4px;
}

.landing-trust-item strong {
  font-size: 16px;
  color: #fff;
}

.landing-trust-item span {
  color: #9fb0cf;
  font-size: 14px;
}

.landing-showcase {
  min-height: 520px;
  position: relative;
}

.landing-main-shot {
  position: absolute;
  inset: 44px 48px 72px 34px;
  background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
  border-radius: 26px;
  box-shadow: 0 28px 56px rgba(4, 9, 30, 0.38);
  overflow: hidden;
}

.landing-window-bar {
  display: flex;
  gap: 8px;
  padding: 14px 18px;
  background: #eef2ff;
}

.landing-window-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #cbd5e1;
}

.landing-window-bar span:first-child {
  background: #f97316;
}

.landing-window-bar span:nth-child(2) {
  background: #fbbf24;
}

.landing-window-bar span:nth-child(3) {
  background: #60a5fa;
}

.landing-main-shot img,
.landing-float-card img,
.landing-story-panel img {
  width: 100%;
  height: auto;
  display: block;
}

.landing-float-card {
  position: absolute;
  width: 240px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.22);
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.9);
}

.landing-float-card-top {
  top: 0;
  right: 0;
}

.landing-float-card-bottom {
  right: 18px;
  bottom: 0;
}

.landing-float-label {
  padding: 12px 14px;
  font-weight: 700;
  color: #0f172a;
  background: #f8fafc;
}

.landing-status-pill {
  position: absolute;
  display: flex;
  gap: 12px;
  align-items: center;
  background: rgba(10, 17, 34, 0.84);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 18px;
  padding: 14px 16px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.landing-status-pill i {
  font-size: 20px;
  color: #fbbf24;
}

.landing-status-pill strong {
  display: block;
  color: #fff;
  line-height: 1.2;
}

.landing-status-pill span {
  display: block;
  color: #9fb0cf;
  font-size: 13px;
  line-height: 1.35;
}

.landing-status-pill-left {
  left: 0;
  bottom: 26px;
  max-width: 250px;
}

.landing-status-pill-right {
  right: 48px;
  top: 122px;
  max-width: 250px;
}

.landing-metric-card,
.landing-benefit-card,
.landing-step-card,
.landing-price-card,
.landing-industry-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.06);
}

.landing-metrics {
  margin-top: -24px;
  position: relative;
  z-index: 2;
}

.landing-metric-card {
  padding: 20px;
  height: 100%;
  border: 1px solid rgba(226, 232, 240, 0.7);
}

.landing-metric-value {
  font-size: 28px;
  font-weight: 800;
  color: var(--brand-primary);
  margin-bottom: 6px;
}

.landing-metric-label {
  color: #516074;
  line-height: 1.55;
}

.section-head-lg {
  margin-bottom: 22px;
}

.section-head-lg .section-title {
  margin-top: 14px;
  font-size: 40px;
  line-height: 1.08;
}

.landing-benefit-card {
  padding: 24px;
  height: 100%;
  border: 1px solid rgba(226, 232, 240, 0.75);
}

.landing-benefit-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(249, 115, 22, 0.16));
  color: var(--brand-primary);
  font-size: 22px;
}

.landing-benefit-card h5,
.landing-step-card h5 {
  font-size: 21px;
  margin-bottom: 8px;
}

.landing-benefit-card p,
.landing-step-card p,
.landing-price-sub,
.landing-story-item,
.landing-price-list li {
  color: #5b6b82;
}

.landing-story {
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
  border-radius: 28px;
  padding: 34px;
  border: 1px solid rgba(226, 232, 240, 0.72);
}

.landing-story-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.landing-story-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  line-height: 1.55;
}

.landing-story-item i {
  color: var(--brand-primary);
  margin-top: 2px;
}

.landing-story-board {
  display: grid;
  grid-template-columns: 1fr 0.84fr;
  gap: 18px;
  align-items: end;
}

.landing-story-panel {
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.landing-story-panel-alt {
  transform: translateY(28px);
}

.landing-industries {
  background: linear-gradient(180deg, #f7f9fd 0%, #eef4ff 100%);
  border-radius: 28px;
  padding: 34px;
}

.landing-industry-card {
  padding: 22px 16px;
  text-align: center;
  height: 100%;
  border: 1px solid rgba(226, 232, 240, 0.8);
  display: grid;
  gap: 10px;
  justify-items: center;
}

.landing-industry-card i {
  font-size: 28px;
  color: var(--brand-primary);
}

.landing-industry-card span {
  font-weight: 700;
  color: #0f172a;
}

.landing-step-card {
  padding: 24px;
  height: 100%;
  border: 1px solid rgba(226, 232, 240, 0.72);
}

.landing-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 34px;
  border-radius: 999px;
  margin-bottom: 14px;
  background: rgba(29, 78, 216, 0.08);
  color: var(--brand-primary);
  font-weight: 800;
}

.landing-pricing {
  background: linear-gradient(180deg, #0b1221 0%, #111a31 100%);
  color: #fff;
  border-radius: 30px;
  padding: 38px;
}

.landing-pricing .section-sub {
  color: #94a3b8;
}

.landing-price-card {
  padding: 28px;
  height: 100%;
}

.landing-price-card-highlight {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(249, 115, 22, 0.18), transparent 28%),
    linear-gradient(135deg, #1d4ed8 0%, #0f3f9a 52%, #0a2a68 100%);
  border: 1px solid rgba(147, 197, 253, 0.26);
  box-shadow: 0 24px 40px rgba(4, 14, 36, 0.34);
}

.landing-price-topline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.landing-price-plan {
  font-size: 22px;
  font-weight: 800;
}

.landing-price-badge {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #dbeafe;
  font-size: 12px;
  font-weight: 700;
}

.landing-price-value {
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  margin: 16px 0 10px;
  color: #0f172a;
}

.landing-price-card-highlight .landing-price-value {
  color: #fff;
}

.landing-price-value span {
  font-size: 18px;
  font-weight: 600;
}

.landing-price-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
}

.landing-price-list li {
  position: relative;
  padding-left: 24px;
  line-height: 1.55;
}

.landing-price-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--brand-accent);
  box-shadow: 0 0 0 5px rgba(249, 115, 22, 0.12);
}

.landing-price-card-highlight .landing-price-sub,
.landing-price-card-highlight .landing-price-list li {
  color: #d9e6ff;
}

.landing-price-card-highlight .landing-price-list li::before {
  background: #fbbf24;
  box-shadow: 0 0 0 5px rgba(251, 191, 36, 0.18);
}

.landing-price-actions {
  margin-top: 24px;
}

.landing-faq-accordion .accordion-item {
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.landing-faq-accordion .accordion-item + .accordion-item {
  margin-top: 14px;
}

.landing-faq-accordion .accordion-button {
  font-weight: 700;
  padding: 18px 22px;
}

.landing-faq-accordion .accordion-button:not(.collapsed) {
  background: #eef4ff;
  color: #0f172a;
}

.landing-faq-accordion .accordion-body {
  color: #516074;
  line-height: 1.65;
}

.landing-cta {
  margin-top: 32px;
}

.landing-cta-card {
  background:
    radial-gradient(circle at top right, rgba(249, 115, 22, 0.22), transparent 32%),
    linear-gradient(120deg, #10203e 0%, #143675 100%);
  color: #fff;
  border-radius: 28px;
  padding: 38px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  box-shadow: 0 24px 46px rgba(15, 23, 42, 0.18);
}

.landing-cta-card h2 {
  max-width: 720px;
  margin-top: 12px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 1.08;
}

.landing-cta-card p {
  max-width: 720px;
  margin-bottom: 0;
  color: #dbeafe;
  font-size: 17px;
}

.content-shell {
  max-width: 1120px;
  margin: 0 auto;
}

.content-hero {
  background:
    radial-gradient(circle at top left, rgba(249, 115, 22, 0.18), transparent 32%),
    linear-gradient(135deg, #0b1221 0%, #111c35 54%, #0d172d 100%);
  color: #fff;
  border-radius: 26px;
  padding: 40px 36px;
  position: relative;
  overflow: hidden;
}

.content-hero::after {
  content: '';
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  pointer-events: none;
}

.content-hero > * {
  position: relative;
  z-index: 1;
}

.content-hero h1 {
  font-size: 40px;
  margin: 12px 0 10px;
}

.content-hero p {
  max-width: 760px;
  color: #cbd5f5;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 0;
}

.content-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #dbeafe;
  font-size: 13px;
  font-weight: 700;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: start;
}

.content-main,
.content-side-card,
.content-cta-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(226, 232, 240, 0.8);
}

.content-main {
  padding: 28px;
}

.content-main section + section {
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid #e8edf5;
}

.content-main h2 {
  font-size: 28px;
  margin-bottom: 12px;
}

.content-main h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.content-main p,
.content-main li {
  color: #5b6b82;
  line-height: 1.75;
}

.content-main ul,
.content-main ol {
  padding-left: 1.2rem;
  margin-bottom: 0;
}

.content-main ul li + li,
.content-main ol li + li {
  margin-top: 8px;
}

.content-highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.content-highlight-card {
  background: #f8fbff;
  border: 1px solid #e4edf8;
  border-radius: 18px;
  padding: 18px;
}

.content-highlight-card h4 {
  font-size: 17px;
  margin-bottom: 8px;
}

.content-side {
  display: grid;
  gap: 18px;
}

.content-side-card {
  padding: 22px;
}

.content-side-card h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.content-side-card p,
.content-side-card li {
  color: #5b6b82;
  line-height: 1.7;
}

.content-side-card ul {
  padding-left: 1.1rem;
  margin-bottom: 0;
}

.content-side-card .btn + .btn {
  margin-top: 10px;
}

.content-note {
  padding: 16px 18px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid #e4edf8;
  color: #516074;
}

.content-cta-card {
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.content-cta-card h3 {
  margin-bottom: 8px;
}

.content-cta-card p {
  margin-bottom: 0;
  color: #5b6b82;
}

.content-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pricing-hero {
  background:
    radial-gradient(circle at top right, rgba(249, 115, 22, 0.18), transparent 32%),
    linear-gradient(135deg, #091122 0%, #12203f 55%, #0d1730 100%);
  color: #fff;
  border-radius: 28px;
  padding: 42px 38px;
}

.pricing-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: center;
}

.pricing-hero h1 {
  font-size: 44px;
  line-height: 1.05;
  margin: 14px 0 12px;
}

.pricing-hero p {
  max-width: 720px;
  color: #d5e2fb;
  font-size: 17px;
  line-height: 1.7;
}

.pricing-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.pricing-hero-side {
  display: grid;
  gap: 14px;
}

.pricing-hero-pill {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 16px 18px;
}

.pricing-hero-pill strong {
  display: block;
  font-size: 17px;
  margin-bottom: 4px;
}

.pricing-hero-pill span {
  color: #bfd0ef;
  line-height: 1.55;
}

.pricing-package-card {
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  border: 1px solid rgba(226, 232, 240, 0.75);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.06);
  height: 100%;
}

.pricing-package-card-highlight {
  background:
    radial-gradient(circle at top right, rgba(249, 115, 22, 0.18), transparent 28%),
    linear-gradient(135deg, #1d4ed8 0%, #0f3f9a 52%, #0a2a68 100%);
  color: #fff;
  border: 1px solid rgba(147, 197, 253, 0.28);
  box-shadow: 0 26px 42px rgba(8, 18, 47, 0.32);
}

.pricing-package-head,
.pricing-package-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.pricing-package-name {
  font-size: 24px;
  font-weight: 800;
}

.pricing-package-tag,
.pricing-package-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.pricing-package-tag {
  background: #eef4ff;
  color: var(--brand-primary);
}

.pricing-package-tag-highlight {
  background: rgba(255, 255, 255, 0.12);
  color: #dbeafe;
}

.pricing-package-badge {
  background: rgba(251, 191, 36, 0.18);
  color: #fbbf24;
}

.pricing-package-price {
  font-size: 44px;
  line-height: 1;
  font-weight: 800;
  margin: 18px 0 12px;
  color: #0f172a;
}

.pricing-package-card-highlight .pricing-package-price,
.pricing-package-card-highlight .pricing-package-sub {
  color: #fff;
}

.pricing-package-price span {
  font-size: 18px;
  font-weight: 600;
}

.pricing-package-sub {
  color: #5b6b82;
  line-height: 1.7;
}

.pricing-package-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  gap: 10px;
}

.pricing-package-list li {
  position: relative;
  padding-left: 24px;
  color: #5b6b82;
  line-height: 1.6;
}

.pricing-package-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--brand-accent);
  box-shadow: 0 0 0 5px rgba(249, 115, 22, 0.12);
}

.pricing-package-list-highlight li {
  color: #dce8ff;
}

.pricing-package-list-highlight li::before {
  background: #fbbf24;
  box-shadow: 0 0 0 5px rgba(251, 191, 36, 0.18);
}

.pricing-package-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.pricing-compare-table-wrap {
  overflow-x: auto;
  background: #fff;
  border-radius: 22px;
  border: 1px solid rgba(226, 232, 240, 0.78);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.06);
}

.pricing-compare-table {
  margin-bottom: 0;
  min-width: 760px;
}

.pricing-compare-table thead th {
  background: #f8fbff;
  color: #0f172a;
  font-weight: 800;
  white-space: nowrap;
}

.pricing-compare-table th,
.pricing-compare-table td {
  padding: 16px 18px;
  vertical-align: middle;
}

.pricing-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.pricing-status.yes {
  background: rgba(22, 163, 74, 0.12);
  color: #15803d;
}

.pricing-status.no {
  background: rgba(148, 163, 184, 0.16);
  color: #475569;
}

.container section{
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .auth-wrap {
    margin: 18px auto;
  }
  .auth-title {
    font-size: 26px;
  }
  .hero {
    padding: 32px;
  }
  .hero-title {
    font-size: 30px;
  }
  .landing-hero {
    padding: 32px 24px;
  }
  .landing-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .landing-title {
    font-size: 38px;
  }
  .landing-showcase {
    min-height: 540px;
  }
  .landing-main-shot {
    inset: 54px 18px 98px 18px;
  }
  .landing-float-card {
    width: 210px;
  }
  .landing-float-card-top {
    right: 0;
  }
  .landing-float-card-bottom {
    right: 6px;
  }
  .landing-status-pill-right {
    right: 18px;
    top: 122px;
  }
  .landing-story-board {
    grid-template-columns: 1fr;
  }
  .landing-story-panel-alt {
    transform: none;
  }
  .landing-pricing,
  .landing-industries,
  .landing-story,
  .landing-cta-card {
    padding: 26px;
  }
  .section-head-lg .section-title,
  .landing-cta-card h2 {
    font-size: 32px;
  }
  .content-grid {
    grid-template-columns: 1fr;
  }
  .content-hero {
    padding: 30px 24px;
  }
  .content-hero h1 {
    font-size: 32px;
  }
  .content-main,
  .content-side-card,
  .content-cta-card {
    padding: 22px;
  }
  .pricing-hero {
    padding: 30px 24px;
  }
  .pricing-hero-grid {
    grid-template-columns: 1fr;
  }
  .pricing-hero h1 {
    font-size: 34px;
  }
  .pricing-package-card {
    padding: 22px;
  }
}

.brand-logo img { height: 36px; width: auto; }
@media (max-width: 576px) {
  .brand-logo img { height: 30px; }
  .landing-title {
    font-size: 32px;
  }
  .landing-sub {
    font-size: 16px;
  }
  .landing-showcase {
    min-height: 460px;
  }
  .landing-main-shot {
    inset: 72px 0 110px 0;
    border-radius: 22px;
  }
  .landing-float-card {
    width: 170px;
    border-radius: 18px;
  }
  .landing-float-label {
    padding: 10px 12px;
    font-size: 13px;
  }
  .landing-status-pill {
    position: static;
    max-width: none;
    margin-top: 12px;
  }
  .landing-status-pill-left,
  .landing-status-pill-right {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .landing-trust-item {
    width: 100%;
  }
  .section-head-lg .section-title,
  .landing-cta-card h2 {
    font-size: 28px;
  }
  .landing-price-value {
    font-size: 34px;
  }
  .content-highlight-grid {
    grid-template-columns: 1fr;
  }
  .content-hero h1 {
    font-size: 28px;
  }
  .pricing-hero h1 {
    font-size: 28px;
  }
  .pricing-package-price {
    font-size: 36px;
  }
  .pricing-package-actions {
    flex-direction: column;
  }
}



.dash-hero {
  background: linear-gradient(120deg, #0f172a 0%, #1e293b 55%, #0b132b 100%);
  border-radius: 22px;
  padding: 28px;
  color: #f8fafc;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.2);
  margin-bottom: 24px;
}

.dash-eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #93c5fd;
  margin-bottom: 8px;
}

.dash-title {
  font-size: 32px;
  margin-bottom: 8px;
}

.dash-sub {
  color: #cbd5f5;
  margin-bottom: 0;
}
.btn-close{
    padding: 15px !important;
}
.dash-alert {
  margin-top: 12px;
  background: rgba(251, 191, 36, 0.18);
  border: 1px solid rgba(251, 191, 36, 0.35);
  color: #fde68a;
  padding: 10px 14px;
  border-radius: 12px;
} 
.dash-hero-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  padding: 16px;
  min-width: 260px;
  display: grid;
  gap: 12px;
}

.dash-stat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #e2e8f0;
}

.dash-stat b {
  font-size: 18px;
  color: #f8fafc;
}

.dash-section {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.dash-section-title {
  font-size: 22px;
  margin-bottom: 14px;
}

.dash-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 12px;
}

.dash-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f1f5f9;
  color: #0f172a;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #e2e8f0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dash-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
  color: #0f172a;
}

.dash-action.primary {
  background: #1d4ed8;
  color: #fff;
  border-color: #1d4ed8;
}

.dash-action.accent {
  background: #0ea5e9;
  color: #fff;
  border-color: #0ea5e9;
}

.dash-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 14px;
}

.dash-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  text-decoration: none;
  color: #0f172a;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.dash-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
  border-color: #cbd5f5;
  color: #0f172a;
}

.dash-card-title {
  font-weight: 700;
  font-size: 15px;
}

.dash-card-sub {
  color: #64748b;
  font-size: 13px;
}

.dash-card.primary {
  background: linear-gradient(120deg, #1d4ed8 0%, #0ea5e9 100%);
  color: #fff;
  border-color: transparent;
}

.dash-card.primary .dash-card-sub {
  color: rgba(255, 255, 255, 0.85);
}

.dash-card.accent {
  background: linear-gradient(120deg, #f97316 0%, #f59e0b 100%);
  color: #fff;
  border-color: transparent;
}

.dash-card.accent .dash-card-sub {
  color: rgba(255, 255, 255, 0.85);
}

.cashier-hero {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.cashier-eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #94a3b8;
  margin-bottom: 6px;
}

.cashier-chip {
  background: #f1f5f9;
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 600;
  font-size: 12px;
  color: #0f172a;
}

.cashier-chip.warn {
  background: #fef9c3;
  color: #92400e;
}

.cashier-card {
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.cashier-card + .cashier-card {
  margin-top: 16px;
}

.upgrade-tabs {
  border-bottom: 1px solid #dbe3ef;
  gap: 8px;
}

.upgrade-tabs .nav-link {
  border: 0;
  border-radius: 12px 12px 0 0;
  color: #64748b;
  font-weight: 600;
  padding: 12px 18px;
}

.upgrade-tabs .nav-link:hover {
  color: #0f172a;
  background: #eef4ff;
}

.upgrade-tabs .nav-link.active {
  color: #1d4ed8;
  background: #ffffff;
  border-bottom: 2px solid #1d4ed8;
}

.upgrade-card-section + .upgrade-card-section {
  margin-top: 16px;
}

table.table tr th,
table.table tr td{
  vertical-align: middle;
}
.search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
  z-index: 30;
  max-height: 240px;
  overflow: auto;
  display: none;
}

.search-item {
  padding: 10px 12px;
  border-bottom: 1px solid #f1f5f9;
  cursor: pointer;
}

.search-item-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}

.search-item-thumb {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  overflow: hidden;
  flex: 0 0 42px;
  background: #eff6ff;
  border: 1px solid #dbeafe;
}

.search-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.search-item-body {
  min-width: 0;
}

.search-item:last-child {
  border-bottom: none;
}

.search-item:hover {
  background: #f8fafc;
}

.search-item.active {
  background: #e2e8f0;
}

.search-item small {
  color: #64748b;
}

.product-thumb {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid #dbeafe;
  background: #eff6ff;
  display: block;
}

.product-photo-picker {
  border: 1px dashed #cbd5e1;
  border-radius: 18px;
  padding: 16px;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.product-photo-preview-wrap {
  width: 180px;
  height: 180px;
  border-radius: 22px;
  overflow: hidden;
  background: #eff6ff;
  border: 1px solid #dbeafe;
}

.product-photo-preview-wrap-sm {
  width: 120px;
  height: 120px;
  border-radius: 18px;
}

.product-photo-preview {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product-photo-preview-sm {
  border-radius: 18px;
}

.product-photo-crop-frame {
  min-height: 420px;
  background: #0f172a;
  border-radius: 18px;
  overflow: hidden;
}

.product-photo-crop-frame img {
  display: block;
  max-width: 100%;
}

@media (max-width: 768px) {
  .dash-hero {
    padding: 20px;
  }
  .dash-title {
    font-size: 26px;
  }
  .upgrade-tabs .nav-link {
    width: 100%;
    border-radius: 12px;
  }
  .product-photo-preview-wrap {
    width: 140px;
    height: 140px;
  }
  .product-photo-crop-frame {
    min-height: 280px;
  }
}

/* AdminLTE member sidebar tweaks */
.brand-logo-full {
  height: 32px;
  width: auto;
  opacity: 0.95;
}
.brand-logo-mini,
.sidebar-collapse .main-sidebar:hover .brand-logo-mini {
  display: none;
  height: 28px;
  width: 28px;
  opacity: 0.95;
}
.sidebar-collapse .main-sidebar:not(:hover) .brand-logo-full {
  display: none;
}
.sidebar-collapse .main-sidebar:not(:hover) .brand-logo-mini{
  display: inline-block;
}

.user-menu-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.user-menu-dropdown {
  min-width: 220px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
  padding-top: 8px;
  padding-bottom: 8px;
}

.user-menu-dropdown .dropdown-item {
  padding: 10px 14px;
}

.user-menu-dropdown .dropdown-item:active {
  background: #eff6ff;
  color: #0f172a;
}

.user-menu-logout {
  background: transparent;
  border: 0;
  width: 100%;
  text-align: left;
}

.nav-sidebar .premium-nav-link {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  min-height: 54px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.nav-sidebar .premium-nav-link .nav-icon,
.nav-sidebar .premium-nav-link p {
  position: relative;
  z-index: 1;
}

.nav-sidebar .premium-nav-link .premium-nav-label {
  display: block;
  width: 100%;
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.nav-sidebar .premium-nav-link.is-free {
  background: linear-gradient(120deg, #f97316 0%, #f59e0b 100%);
  color: #fff;
  box-shadow: 0 10px 22px rgba(249, 115, 22, 0.22);
}

.nav-sidebar .premium-nav-link.is-free .nav-icon,
.nav-sidebar .premium-nav-link.is-free p,
.nav-sidebar .premium-nav-link.is-free:hover .nav-icon,
.nav-sidebar .premium-nav-link.is-free:hover p,
.nav-sidebar .premium-nav-link.is-free.active .nav-icon,
.nav-sidebar .premium-nav-link.is-free.active p {
  color: #fff;
}

.nav-sidebar .premium-nav-link.is-free:hover,
.nav-sidebar .premium-nav-link.is-free:focus {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(249, 115, 22, 0.28);
}

.nav-sidebar .premium-nav-link.is-free.active {
  background: linear-gradient(120deg, #ea580c 0%, #f59e0b 100%);
  box-shadow: 0 14px 28px rgba(249, 115, 22, 0.3);
}

.nav-sidebar .premium-nav-link.is-premium {
  background: rgba(245, 158, 11, 0.08);
  border: 1px solid rgba(245, 158, 11, 0.26);
}

.nav-sidebar .premium-nav-link.is-premium .nav-icon,
.nav-sidebar .premium-nav-link.is-premium p {
  color: #f8d58a;
}

.nav-sidebar .premium-nav-link.is-premium:hover,
.nav-sidebar .premium-nav-link.is-premium:focus {
  background: rgba(245, 158, 11, 0.14);
}

.nav-sidebar .premium-nav-link.is-premium.active {
  background: rgba(245, 158, 11, 0.22);
  border-color: rgba(245, 158, 11, 0.4);
}

.nav-sidebar .premium-nav-link.is-free .nav-icon {
  font-size: 1.1rem;
  opacity: 0.98;
}

.sidebar-collapse .main-sidebar:not(:hover) .nav-sidebar .premium-nav-link .premium-nav-label {
  display: none;
}

.profile-meta-list {
  display: grid;
  gap: 12px;
}

.profile-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eef2f7;
}
.color-grey{
  color: grey;
}
.color-gold{
  color: gold;
}
