@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");

:root {
  --color-background: #ffffff;
  --color-surface: #f5f8ff;
  --color-surface-strong: #eef5ff;
  --color-card: #ffffff;
  --color-text: #15213c;
  --color-muted: #64748b;
  --color-border: #dfe6f0;
  --color-primary: #1565c0;
  --color-primary-dark: #0d2b7e;
  --color-accent: #00bcd4;
  --color-success: #16a34a;
  --color-warning: #f59e0b;
  --color-shadow: 0 24px 60px rgba(21, 101, 192, 0.12);
  --radius-xs: 10px;
  --radius-sm: 14px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --container: 1280px;
}

html {
  scroll-behavior: smooth;
}

body,
.sapMPage,
.sapMPage .sapMPageEnableScrolling {
  background: var(--color-background);
  color: var(--color-text);
  font-family: "Inter", sans-serif;
}

body {
  margin: 0;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.site-shell {
  position: relative;
  overflow-x: hidden;
  background: var(--color-background);
}

.site-main {
  padding-top: 80px;
}

.container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

.container--narrow {
  max-width: 860px;
}

.container--narrow-lg {
  max-width: 1040px;
}

.container--narrow-xl {
  max-width: 1180px;
}

.section {
  position: relative;
  padding: 80px 0;
}

.section--compact {
  padding: 64px 0;
}

.section--alt {
  background: rgba(248, 250, 252, 0.72);
}

.section--gradient {
  background: linear-gradient(135deg, #0d2b7e 0%, #1565c0 48%, #00bcd4 100%);
  color: #ffffff;
}

.section--soft-top {
  background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
}

.section-heading {
  margin-bottom: clamp(48px, 4.5vw, 64px);
  text-align: center;
}

.section-heading--left {
  text-align: left;
}

.section-heading--left .section-subtitle {
  margin-left: 0;
  margin-right: 0;
}

.section-heading .badge--soft {
  margin-bottom: 16px;
  padding: 8px 16px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-heading--light .section-title,
.section-heading--light .section-subtitle {
  color: #ffffff;
}

.section-heading--light .section-subtitle {
  opacity: 0.8;
}

.section--strip {
  padding: 40px 0;
  background: rgba(248, 250, 252, 0.72);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.section--cta {
  overflow: hidden;
  background: linear-gradient(135deg, #0d2b7e 0%, #1565c0 48%, #00bcd4 100%);
  color: #ffffff;
}

.section--overlap {
  padding-top: 24px;
}

.hero {
  overflow: hidden;
}

.hero--home {
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #0d2b7e 0%, #1565c0 52%, #00bcd4 100%);
  color: #ffffff;
}

.hero--home .hero__grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.94fr);
  gap: 48px;
}

.hero--home .hero__copy {
  max-width: 620px;
  text-align: left;
}

.hero--home .hero__copy > .badge {
  margin-bottom: 28px;
}

.hero--gradient {
  background: linear-gradient(135deg, #0d2b7e 0%, #1565c0 52%, #00bcd4 100%);
  color: #ffffff;
}

.hero--plain {
  background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
}

.hero__grid,
.split-grid,
.form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 56px;
  align-items: center;
}

.split-grid--reverse .reveal:first-child {
  order: 2;
}

.split-grid--reverse .reveal:last-child {
  order: 1;
}

.split-grid--narrow {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.hero__copy {
  position: relative;
  z-index: 2;
}

.hero__copy--center {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.hero-title,
.section-title,
.split-title,
.cta-title {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 900;
  letter-spacing: -0.015em;
}

.hero-title {
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  line-height: 1.02;
  margin-top: 20px;
  margin-bottom: 18px;
}

.hero--home .hero-title {
  font-size: clamp(2.85rem, 4.9vw, 3.9rem);
  line-height: 1;
  letter-spacing: -0.015em;
  font-weight: 700;
  margin: 0 0 20px;
}

.hero-title__line {
  display: block;
}

.hero-title__line--top {
  white-space: nowrap;
}

.hero-title__line--typed {
  min-height: 1.08em;
}

.hero-title--dark {
  color: var(--color-text);
}

.section-title {
  font-size: clamp(1.875rem, 3.4vw, 3rem);
  line-height: 1.05;
}

.section-title--small {
  font-size: 2rem;
}

.split-title {
  font-size: clamp(1.9rem, 2.8vw, 2.8rem);
  line-height: 1.06;
  margin-bottom: 16px;
  font-weight: 700;
}

.split-title--sm {
  font-size: 2rem;
}

.cta-title {
  font-size: clamp(2.6rem, 4vw, 4.2rem);
  line-height: 1.02;
  margin: 20px 0 18px;
}

.hero-copy,
.section-subtitle,
.split-copy__text,
.cta-subtitle,
.card-copy,
.faq-item__answer p,
.copy-card__stack p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.84);
}

.section-subtitle {
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
  font-size: 1.125rem;
  line-height: 1.75;
}

.hero-copy--dark,
.split-copy__text,
.card-copy,
.faq-item__answer p,
.copy-card__stack p,
.section-subtitle {
  color: var(--color-muted);
}

.hero-copy--strong {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.94);
  margin-bottom: 10px;
}

.hero-copy--wide {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.hero--home .hero-copy {
  max-width: 34rem;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.8);
}

.gradient-text-light {
  color: #7ee8f2;
}

.primary-text {
  color: var(--color-primary);
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
}

.badge--soft {
  background: rgba(21, 101, 192, 0.08);
  color: var(--color-primary);
}

.badge--glass {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14px);
}

.hero--home .badge--glass {
  padding: 10px 18px;
  font-size: 0.8rem;
  font-weight: 600;
  border-color: rgba(255, 255, 255, 0.18);
}

.badge--uppercase {
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.badge--tiny {
  padding: 4px 10px;
  font-size: 0.66rem;
}

.badge--icon svg,
.badge--icon i {
  width: 14px;
  height: 14px;
}

.hero-actions,
.cta-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-actions--center,
.section-actions {
  justify-content: center;
}

.section-actions--stack {
  flex-direction: column;
  align-items: center;
}

.section-actions--stack p {
  margin: 0;
  color: var(--color-muted);
}

.section-actions .btn {
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 0.84rem;
  font-weight: 700;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 14px 24px;
  border-radius: 16px;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--primary {
  background: linear-gradient(135deg, #1565c0, #00bcd4);
  color: #ffffff;
  box-shadow: 0 20px 40px rgba(21, 101, 192, 0.24);
}

.btn--light {
  background: #ffffff;
  color: var(--color-primary);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
}

.btn--outline {
  border-color: rgba(21, 101, 192, 0.2);
  background: transparent;
  color: var(--color-primary);
}

.btn--outline-light {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
}

.btn--ghost {
  border-color: rgba(21, 101, 192, 0.12);
  background: #ffffff;
  color: var(--color-text);
}

.btn--wide,
.btn--full {
  width: 100%;
}

.btn--hero {
  min-height: 56px;
  padding: 16px 28px;
}

.hero--home .btn--hero {
  min-height: 54px;
  padding: 16px 30px;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 700;
}

.btn__icon,
.btn i {
  width: 18px;
  height: 18px;
}

.social-proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.74);
}

.hero--home .social-proof {
  gap: 18px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.76);
}

.social-proof__divider {
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.3);
  font-size: 0;
}

.social-proof--stack {
  gap: 14px;
  margin-top: 0;
  margin-bottom: 22px;
}

.social-proof__stars {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.social-proof__stars strong {
  margin-left: 6px;
}

.star {
  color: #facc15;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero--home .chip-row {
  gap: 12px;
  margin-top: 30px;
}

.chip-row--center {
  justify-content: center;
}

.chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
}

.chip--glass {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.82);
}

.hero--home .chip--glass {
  padding: 7px 14px;
  font-size: 0.78rem;
}

.typing-text,
.typing-cursor {
  color: #67e8f9;
}

.typing-text {
  display: inline-block;
  min-width: 0.6ch;
  text-shadow: 0 0 18px rgba(103, 232, 249, 0.16);
}

.typing-cursor {
  font-weight: 700;
}

.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.76rem;
}

.scroll-indicator svg,
.scroll-indicator i {
  width: 16px;
  height: 16px;
}

.cards-grid {
  display: grid;
  gap: 24px;
}

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

.cards-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.cards-grid--6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.cards-grid--compact {
  gap: 16px;
}

.cards-grid.home-metrics-grid,
.cards-grid.home-feature-grid,
.cards-grid.home-industries-grid,
.cards-grid.home-platform-grid,
.cards-grid.home-pricing-grid,
.cards-grid.home-testimonial-grid {
  grid-template-columns: 1fr;
}

.cards-grid.home-trust-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cards-grid.home-mini-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cards-grid--light .card {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.card {
  position: relative;
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: 26px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.card--glass {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  backdrop-filter: blur(18px);
}

.card-title {
  margin: 0 0 8px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 1.12rem;
  letter-spacing: -0.005em;
  color: var(--color-text);
}

.card-title--light,
.card-copy--light {
  color: #ffffff;
}

.card-copy {
  margin: 0;
  font-size: 0.94rem;
}

.feature-card {
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.feature-card:hover,
.industry-card:hover,
.contact-card:hover,
.quick-help-card:hover,
.job-card:hover {
  transform: translateY(-4px);
  border-color: rgba(21, 101, 192, 0.22);
  box-shadow: var(--color-shadow);
}

.feature-card__icon,
.industry-card__icon,
.platform-card__icon,
.trust-card__icon,
.contact-card__icon,
.quick-help-card__icon,
.mini-card__icon,
.pricing-card .feature-card__icon,
.job-card__icon,
.stat-box-card__emoji,
.floating-download__menu-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(21, 101, 192, 0.1);
  color: var(--color-primary);
  margin-bottom: 18px;
}

.feature-card__icon--light {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.feature-card__icon i,
.feature-card__icon svg,
.industry-card__icon i,
.platform-card__icon i,
.trust-card__icon i,
.contact-card__icon i,
.quick-help-card__icon i,
.job-card__icon i {
  width: 24px;
  height: 24px;
}

.metric-card {
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(135deg, #1565c0, #00bcd4);
}

.metric-card.theme-blue {
  background: linear-gradient(135deg, #2563eb, #06b6d4);
}

.metric-card.theme-cyan {
  background: linear-gradient(135deg, #0891b2, #14b8a6);
}

.metric-card.theme-teal {
  background: linear-gradient(135deg, #0f766e, #2563eb);
}

.metric-card.theme-indigo {
  background: linear-gradient(135deg, #2563eb, #4f46e5);
}

.metric-card--solid {
  background: linear-gradient(135deg, #1565c0, #00bcd4);
}

.metric-card__bubble {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 96px;
  height: 96px;
  border-radius: 0 0 0 100%;
  background: rgba(255, 255, 255, 0.1);
}

.metric-card__value {
  margin: 0 0 6px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
}

.metric-card__label {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
}

.metric-card__sub {
  display: block;
  margin-top: 6px;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.stats-strip,
.metric-inline-grid,
.desktop-stats {
  display: grid;
  gap: 18px;
}

.stats-strip {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.stat-strip-card {
  text-align: center;
}

.stat-strip-card__icon {
  width: 34px;
  height: 34px;
  color: var(--color-primary);
  margin-bottom: 10px;
}

.stat-strip-card h3,
.stat-box-card h3 {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.24rem;
  font-weight: 900;
}

.stat-strip-card p,
.stat-box-card p {
  margin: 6px 0 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: var(--color-muted);
}

.split-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.split-copy > .btn {
  margin-top: 8px;
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 0.84rem;
  font-weight: 700;
  box-shadow: none;
}

.split-copy .section-heading {
  margin-bottom: 0;
}

.metric-inline-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 22px;
}

.metric-inline-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metric-inline-card {
  padding: 18px 16px;
  border-radius: 18px;
  border: 1px solid rgba(21, 101, 192, 0.12);
  background: linear-gradient(135deg, rgba(21, 101, 192, 0.08), rgba(0, 188, 212, 0.06));
  text-align: center;
}

.metric-inline-card strong {
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.45rem;
  color: var(--color-primary);
}

.metric-inline-card span {
  font-size: 0.72rem;
  color: var(--color-muted);
}

.blue-soft {
  background: #eff6ff;
  color: #2563eb;
}

.green-soft {
  background: #ecfdf5;
  color: #16a34a;
}

.purple-soft {
  background: #f5f3ff;
  color: #7c3aed;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.check-list--tight {
  margin-bottom: 22px;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.94rem;
  line-height: 1.6;
  color: var(--color-text);
}

.check-list__icon,
.success-icon {
  width: 18px;
  height: 18px;
  color: var(--color-primary);
  flex: 0 0 auto;
  margin-top: 2px;
}

.muted-icon {
  width: 18px;
  height: 18px;
  color: rgba(100, 116, 139, 0.5);
  flex: 0 0 auto;
}

.mini-card,
.platform-card,
.industry-card,
.quick-help-card,
.job-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.mini-card {
  padding: 12px;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: #ffffff;
  gap: 12px;
}

.mini-card__icon {
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  flex: 0 0 auto;
}

.mini-card strong,
.quick-help-card h3,
.job-card h3,
.pricing-card h3,
.trust-card h3,
.contact-card h3 {
  display: block;
  margin: 0 0 4px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
}

.mini-card span,
.quick-help-card p,
.platform-card p,
.industry-card p,
.job-card small,
.contact-card p,
.pricing-card p,
.trust-card p {
  color: var(--color-muted);
  font-size: 0.64rem;
  line-height: 1.5;
}

.industry-card__icon,
.platform-card__icon {
  margin-bottom: 0;
  flex: 0 0 auto;
}

.industry-card__arrow {
  width: 18px;
  height: 18px;
  margin-left: auto;
  color: var(--color-muted);
}

.pill-row,
.footer-compliance {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill-tag,
.button-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
}

.pill-tag {
  background: rgba(21, 101, 192, 0.08);
  border: 1px solid rgba(21, 101, 192, 0.14);
  color: var(--color-primary);
}

.pill-tag--soft {
  background: rgba(21, 101, 192, 0.1);
}

.button-chip {
  border-radius: 12px;
  background: #eef2f7;
  color: var(--color-text);
}

.button-chip--primary {
  background: linear-gradient(135deg, #1565c0, #0288d1);
  color: #ffffff;
}

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

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

.step-card {
  text-align: center;
}

.step-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 999px;
  margin-bottom: 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(135deg, #1565c0, #00bcd4);
  box-shadow: 0 18px 36px rgba(21, 101, 192, 0.24);
}

.step-card small {
  display: block;
  margin-bottom: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.5);
}

.step-card h3 {
  margin: 0 0 8px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.06rem;
}

.step-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: inherit;
  opacity: 0.78;
}

.platform-card {
  flex-direction: column;
}

.platform-card small {
  color: var(--color-muted);
  font-size: 0.76rem;
}

.pricing-preview-card,
.pricing-card {
  position: relative;
  border-radius: 26px;
  border: 2px solid var(--color-border);
  background: #ffffff;
  overflow: hidden;
}

.pricing-preview-card--highlight,
.pricing-card--featured {
  border-color: var(--color-primary);
  box-shadow: var(--color-shadow);
}

.pricing-preview-card__badge,
.pricing-card__badge {
  position: absolute;
  top: 16px;
  right: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--color-primary);
  font-size: 0.72rem;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(21, 101, 192, 0.16);
}

.pricing-preview-card__head,
.pricing-card__head {
  padding: 26px;
  background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
}

.pricing-preview-card--highlight .pricing-preview-card__head,
.pricing-card--featured .pricing-card__head {
  background: linear-gradient(135deg, #1565c0 0%, #00bcd4 100%);
  color: #ffffff;
}

.pricing-preview-card__head p,
.pricing-card__head p,
.pricing-preview-card__head small,
.pricing-card__head small {
  margin: 0;
}

.pricing-preview-card__head > p,
.pricing-card__head > p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.pricing-preview-card__head > div,
.pricing-card__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 6px;
}

.pricing-preview-card__head strong,
.pricing-card__price strong {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.pricing-preview-card__head span,
.pricing-card__price span {
  font-size: 0.92rem;
  opacity: 0.74;
}

.pricing-preview-card__body,
.pricing-card {
  padding: 0 26px 26px;
}

.pricing-card__features {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.pricing-card__feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
}

.pricing-card__feature.is-muted {
  color: rgba(100, 116, 139, 0.72);
}

.enterprise-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding: 24px 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, #0d2b7e, #1565c0);
  color: #ffffff;
}

.enterprise-banner__copy {
  display: flex;
  align-items: center;
  gap: 16px;
}

.enterprise-banner__copy h3 {
  margin: 0 0 4px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.1rem;
}

.enterprise-banner__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.testimonial-card {
  overflow: hidden;
}

.testimonial-card__corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 84px;
  height: 84px;
  border-radius: 0 0 0 28px;
  background: rgba(21, 101, 192, 0.06);
}

.testimonial-card__emoji {
  font-size: 2rem;
  margin-bottom: 10px;
}

.testimonial-card__stars {
  margin-bottom: 14px;
}

.testimonial-card__quote {
  margin: 0 0 22px;
  color: var(--color-muted);
  font-size: 0.94rem;
  line-height: 1.7;
  font-style: italic;
}

.testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-card__author > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1565c0, #00bcd4);
  color: #ffffff;
  font-weight: 800;
}

.testimonial-card__author strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.94rem;
}

.testimonial-card__author small {
  color: var(--color-muted);
}

.trust-card {
  padding: 22px 16px;
  text-align: center;
}

.trust-card__icon {
  margin: 0 auto 12px;
}

.trust-card h3 {
  margin: 0 0 6px;
  font-size: 0.8rem;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.trust-card p {
  margin: 0;
  font-size: 0.68rem;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  border: 1px solid var(--color-border);
  border-radius: 18px;
  background: #ffffff;
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 22px;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary i,
.faq-item summary svg {
  width: 18px;
  height: 18px;
  color: var(--color-muted);
  transition: transform 0.2s ease;
}

.faq-item[open] summary i,
.faq-item[open] summary svg {
  transform: rotate(180deg);
}

.faq-item__answer {
  padding: 0 22px 22px;
}

.contact-mini-list {
  display: grid;
  gap: 10px;
  color: rgba(255, 255, 255, 0.8);
}

.contact-mini-list > div {
  display: flex;
  gap: 10px;
}

.contact-mini-list i,
.contact-mini-list svg {
  width: 16px;
  height: 16px;
  color: #7ee8f2;
  margin-top: 4px;
}

.timeline {
  position: relative;
  display: grid;
  gap: 28px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #1565c0, #00bcd4);
}

.timeline-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  align-items: flex-start;
}

.timeline-item__marker {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1565c0, #00bcd4);
  color: #ffffff;
  font-size: 1.2rem;
  box-shadow: 0 16px 34px rgba(21, 101, 192, 0.24);
}

.timeline-item__card p {
  margin: 12px 0 0;
  color: var(--color-text);
  line-height: 1.7;
}

.copy-card__stack {
  display: grid;
  gap: 14px;
}

.copy-card__stack p {
  margin: 0;
}

.copy-card__divider {
  height: 1px;
  margin: 28px 0 18px;
  background: var(--color-border);
}

.copy-card__label {
  margin: 0 0 14px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-muted);
}

.primary-text {
  color: var(--color-primary);
}

.section-note {
  margin: 22px 0 0;
  text-align: center;
  color: var(--color-muted);
}

.section-note a {
  color: var(--color-primary);
  font-weight: 700;
}

.billing-toggle {
  display: flex;
  justify-content: center;
  gap: 0;
  margin: 0 auto 40px;
  padding: 8px;
  width: fit-content;
  background: rgba(226, 232, 240, 0.72);
  border-radius: 18px;
  box-shadow: inset 0 2px 10px rgba(15, 23, 42, 0.06);
}

.billing-toggle button {
  border: 0;
  background: transparent;
  padding: 12px 20px;
  border-radius: 14px;
  cursor: pointer;
  color: var(--color-muted);
  font-weight: 700;
}

.billing-toggle button.is-active {
  background: #ffffff;
  color: var(--color-text);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.billing-toggle span {
  font-size: 0.76rem;
  color: var(--color-primary);
}

.solution-stack {
  display: grid;
  gap: 96px;
}

.solution-row .order-two {
  order: 2;
}

.solution-row .order-one {
  order: 1;
}

.pricing-page__hero {
  padding: 112px 0 108px;
}

.pricing-page__hero-copy {
  max-width: 1100px;
  margin: 0 auto 44px;
  text-align: center;
}

.pricing-page__hero-copy .badge--soft {
  margin-bottom: 22px;
  padding: 8px 18px;
  font-size: 0.74rem;
}

.pricing-page__hero-title {
  margin: 0 auto 18px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(2.85rem, 4.8vw, 3.9rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.012em;
  color: var(--color-text);
}

.pricing-page__hero-subtitle {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.12rem;
  line-height: 1.7;
  color: var(--color-muted);
}

.pricing-page__toggle {
  margin-bottom: 54px;
}

.pricing-page__toggle.billing-toggle {
  padding: 4px;
  margin-bottom: 50px;
  background: rgba(241, 245, 249, 0.95);
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

.pricing-page__toggle.billing-toggle button {
  padding: 11px 22px;
  border-radius: 13px;
  font-size: 0.94rem;
  font-weight: 600;
}

.pricing-page__toggle.billing-toggle button.is-active {
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.pricing-page__toggle.billing-toggle span {
  font-size: 0.82rem;
  font-weight: 700;
}

.pricing-page__plans {
  max-width: 896px;
  margin: 0 auto;
  gap: 32px;
}

.pricing-page__card {
  border-width: 1px;
  border-radius: 22px;
  border-color: #dbe5f0;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.03);
  overflow: visible;
}

.pricing-page__card.pricing-card--featured {
  border-width: 2px;
  border-color: #1576ee;
  box-shadow: 0 22px 40px rgba(21, 101, 192, 0.1);
}

.pricing-page__card .pricing-card__inner {
  padding: 32px 32px 28px;
}

.pricing-page__card .pricing-card__head {
  padding: 0;
  background: transparent;
  color: var(--color-text);
}

.pricing-page__card.pricing-card--featured .pricing-card__head {
  background: transparent;
  color: var(--color-text);
}

.pricing-page__card .pricing-card__badge {
  top: -11px;
  right: 22px;
  padding: 6px 14px;
  background: linear-gradient(135deg, #1565c0, #00bcd4);
  color: #ffffff;
  font-size: 0.74rem;
  box-shadow: 0 12px 24px rgba(21, 101, 192, 0.2);
  z-index: 2;
}

.pricing-page__card .pricing-card__plan-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.pricing-page__card .pricing-card__icon {
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #1f77d6, #1cb6d5);
  color: #ffffff;
}

.pricing-page__card .pricing-card__icon i,
.pricing-page__card .pricing-card__icon svg {
  width: 20px;
  height: 20px;
}

.pricing-page__card .pricing-card__plan-name {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.008em;
  color: var(--color-text);
}

.pricing-page__card .pricing-card__description {
  margin: 0 0 20px;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--color-muted);
}

.pricing-page__card .pricing-card__price {
  margin-bottom: 2px;
  gap: 10px;
}

.pricing-page__card .pricing-card__price strong {
  font-size: 2.52rem;
  font-weight: 700;
  letter-spacing: -0.045em;
  color: #071a3f;
}

.pricing-page__card .pricing-card__price span {
  font-size: 0.9rem;
  opacity: 0.78;
  color: var(--color-muted);
}

.pricing-page__card .pricing-card__billing-note {
  display: block;
  margin-bottom: 22px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #1e6fe0;
}

.pricing-page__card .pricing-page__card-button {
  min-height: 46px;
  border-radius: 11px;
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 26px;
}

.pricing-page__card .btn--ghost.pricing-page__card-button {
  background: #f5f7fb;
  color: var(--color-text);
  border-color: #d8e0ea;
  box-shadow: inset 0 -2px 0 rgba(15, 23, 42, 0.06), 0 6px 16px rgba(15, 23, 42, 0.03);
}

.pricing-page__card .btn--primary.pricing-page__card-button {
  box-shadow: 0 16px 32px rgba(21, 101, 192, 0.18);
}

.pricing-page__card .pricing-card__features {
  gap: 12px;
  margin-top: 0;
}

.pricing-page__card .pricing-card__feature {
  align-items: center;
  gap: 12px;
  font-size: 0.96rem;
  line-height: 1.45;
  color: var(--color-text);
}

.pricing-page__card .pricing-card__feature.is-muted {
  color: rgba(100, 116, 139, 0.62);
}

.pricing-page__card .success-icon,
.pricing-page__card .muted-icon {
  width: 16px;
  height: 16px;
  margin-top: 0;
}

.pricing-page__enterprise {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding: 22px 26px;
  border-radius: 18px;
  background: linear-gradient(135deg, #163f99, #1565c0);
}

.pricing-page__enterprise .enterprise-banner__copy {
  gap: 14px;
}

.pricing-page__enterprise .enterprise-banner__copy h3 {
  font-size: 1.04rem;
  font-weight: 800;
}

.pricing-page__enterprise .enterprise-banner__copy p {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.72);
}

.pricing-page__enterprise .pricing-page__enterprise-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
}

.pricing-page__enterprise .pricing-page__enterprise-button {
  min-height: 40px;
  padding: 0 18px;
  border-radius: 11px;
  font-size: 0.86rem;
  font-weight: 700;
  box-shadow: none;
}

.pricing-page__faq {
  padding-top: 92px;
  padding-bottom: 104px;
}

.pricing-page__faq-copy {
  margin-bottom: 42px;
}

.pricing-page__faq-copy .badge--soft {
  margin-bottom: 18px;
}

.pricing-page__faq-copy .section-title {
  font-size: clamp(2.3rem, 3.95vw, 3.25rem);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.012em;
}

.pricing-page__faq-copy .section-subtitle {
  max-width: 720px;
  font-size: 1.06rem;
}

.pricing-page__faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.pricing-page__faq-list .faq-item {
  border-radius: 16px;
  border-color: #dfe6ef;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.02);
}

.pricing-page__faq-list .faq-item summary {
  padding: 18px 20px;
  font-size: 1rem;
  font-weight: 600;
}

.pricing-page__faq-list .faq-item summary i,
.pricing-page__faq-list .faq-item summary svg {
  width: 16px;
  height: 16px;
}

.pricing-page__faq-list .faq-item[open] summary i,
.pricing-page__faq-list .faq-item[open] summary svg {
  transform: none;
}

.pricing-page__faq-list .faq-item__answer {
  padding: 0 20px 20px;
}

.solutions-page__hero {
  padding: 108px 0 118px;
}

.solutions-hero {
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}

.solutions-hero .badge--soft {
  margin-bottom: 20px;
  padding: 8px 18px;
  font-size: 0.74rem;
}

.solutions-hero__title {
  margin: 0 auto 22px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(2.6rem, 4.5vw, 3.75rem);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.012em;
  color: var(--color-text);
}

.solutions-hero__subtitle {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.14rem;
  line-height: 1.72;
  color: var(--color-muted);
}

.solutions-page .solution-stack {
  gap: 116px;
}

.solutions-page .solution-row {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 90px;
  align-items: center;
}

.solutions-page .solution-row--reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.solutions-page .solution-copy {
  max-width: 34rem;
}

.solutions-page .solution-row--reverse .solution-copy {
  justify-self: end;
}

.solutions-page .solution-copy__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(21, 101, 192, 0.08), rgba(0, 188, 212, 0.12));
  color: var(--color-primary);
}

.solutions-page .solution-copy__icon i,
.solutions-page .solution-copy__icon svg {
  width: 24px;
  height: 24px;
}

.solutions-page .solution-copy__title {
  margin: 0 0 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(2rem, 3vw, 2.35rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: var(--color-text);
}

.solutions-page .solution-copy__text {
  max-width: 33rem;
  margin: 0 0 28px;
  font-size: 1.08rem;
  line-height: 1.72;
  color: var(--color-muted);
}

.solutions-page .solution-copy__list {
  margin-bottom: 30px;
}

.solutions-page .solution-copy__list li {
  gap: 10px;
  font-size: 1rem;
  line-height: 1.55;
}

.solutions-page .solution-copy__list .check-list__icon {
  width: 20px;
  height: 20px;
  margin-top: 1px;
}

.solutions-page .solution-copy .btn {
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 10px;
  font-size: 0.86rem;
  box-shadow: 0 18px 34px rgba(21, 101, 192, 0.22);
}

.solutions-page .solution-visual {
  display: flex;
  align-items: center;
}

.solutions-page .solution-row:not(.solution-row--reverse) .solution-visual {
  justify-content: flex-end;
}

.solutions-page .solution-row--reverse .solution-visual {
  justify-content: flex-start;
}

.solutions-page .solution-visual .illustration {
  width: 100%;
}

.solutions-page .pos-illustration,
.solutions-page .reports-illustration,
.solutions-page .dashboard-illustration {
  max-width: 560px;
}

.solutions-page .qr-illustration {
  max-width: 460px;
}

.solutions-page__industries {
  background: #ffffff;
  padding-top: 98px;
  padding-bottom: 124px;
}

.solutions-page__industries .section-heading {
  margin-bottom: 54px;
}

.solutions-page__industries .section-title {
  font-size: clamp(2.15rem, 3.8vw, 3rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.012em;
}

.solutions-page__industries .section-subtitle {
  max-width: 760px;
  font-size: 1.12rem;
}

.solutions-page__industry-grid {
  gap: 22px;
}

.solutions-page__industry-grid .industry-card {
  min-height: 144px;
  padding: 24px 22px;
  border-radius: 20px;
  border-color: #e3ebf4;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.03);
}

.solutions-page__industry-grid .industry-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 36px rgba(21, 101, 192, 0.1);
}

.solutions-page__industry-grid .industry-card__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(21, 101, 192, 0.08), rgba(0, 188, 212, 0.12));
}

.solutions-page__industry-grid .industry-card__icon i,
.solutions-page__industry-grid .industry-card__icon svg {
  width: 22px;
  height: 22px;
}

.solutions-page__industry-grid .card-title {
  margin-bottom: 6px;
  font-size: 1.08rem;
  font-weight: 700;
}

.solutions-page__industry-grid .card-copy {
  font-size: 0.98rem;
  line-height: 1.58;
  color: var(--color-muted);
}

.form-layout {
  align-items: flex-start;
}

.form-layout__side {
  display: grid;
  gap: 18px;
}

.form-card,
.office-card {
  padding: 30px;
}

.contact-form,
.form-grid {
  display: grid;
  gap: 18px;
}

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

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form span {
  font-size: 0.88rem;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--color-border);
  background: #ffffff;
  color: var(--color-text);
}

.contact-form textarea {
  resize: vertical;
  min-height: 160px;
}

.contact-success {
  display: grid;
  place-items: center;
  gap: 10px;
  text-align: center;
  min-height: 260px;
  padding: 40px 28px;
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  border-radius: 22px;
}

.contact-success__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.14);
  color: var(--color-success);
}

.contact-success h3 {
  margin: 0 0 8px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.35rem;
}

.contact-success p {
  margin: 0;
  color: var(--color-muted);
  max-width: 28rem;
  line-height: 1.7;
}

.contact-card {
  display: block;
  text-align: center;
}

.contact-card strong {
  display: block;
  font-size: 0.94rem;
  color: var(--color-primary);
  margin-bottom: 4px;
}

.quick-help-card {
  align-items: flex-start;
  padding: 22px;
}

.quick-help-card__icon {
  flex: 0 0 auto;
  margin-bottom: 0;
}

.quick-help-card span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--color-primary);
}

.quick-help-card h3 {
  font-size: 1rem;
}

.quick-help-card p,
.contact-card p {
  font-size: 0.88rem;
  line-height: 1.65;
}

.office-card {
  background: linear-gradient(135deg, #0d2b7e, #1565c0);
  color: #ffffff;
  border-radius: 24px;
}

.office-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.office-card__head h3 {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.office-card__head p,
.office-card__body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.office-card__body {
  display: grid;
  gap: 12px;
}

.office-card__body p {
  display: flex;
  gap: 10px;
  line-height: 1.6;
}

.office-card__body i,
.office-card__body svg {
  width: 16px;
  height: 16px;
  color: #7ee8f2;
  flex: 0 0 auto;
  margin-top: 4px;
}

.jobs-list {
  display: grid;
  gap: 16px;
}

.job-card {
  align-items: center;
  justify-content: space-between;
  padding: 22px;
}

.job-card__main {
  display: flex;
  align-items: center;
  gap: 16px;
}

.job-card__icon {
  margin-bottom: 0;
  flex: 0 0 auto;
}

.job-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.job-card__meta span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(21, 101, 192, 0.08);
  color: var(--color-primary);
  font-size: 0.72rem;
  font-weight: 700;
}

.job-card__action {
  border: 0;
  background: transparent;
  color: var(--color-primary);
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.category-pill,
.report-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid var(--color-border);
  background: #ffffff;
}

.category-pill span,
.report-pill span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1565c0, #00bcd4);
}

.category-pill strong,
.report-pill p {
  margin: 0;
  font-size: 0.84rem;
}

.category-pill small {
  margin-left: auto;
  padding: 4px 8px;
  border-radius: 999px;
  background: #ecfdf5;
  color: var(--color-success);
  font-size: 0.68rem;
  font-weight: 700;
}

.dot-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.dot-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.dot-list span {
  width: 8px;
  height: 8px;
  margin-top: 10px;
  border-radius: 999px;
  background: var(--color-primary);
}

.dot-list p {
  margin: 0;
  color: var(--color-text);
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-logo__full {
  display: block;
  width: auto;
  height: 54px;
  max-width: 220px;
  object-fit: contain;
}

.brand-logo__text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--color-text);
}

.brand-logo__text span {
  color: var(--color-primary);
}

.brand-logo__text--white {
  color: #ffffff;
}

.brand-logo__text--white span {
  color: #ffffff;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-byline {
  color: var(--color-muted);
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: #ffffff;
  backdrop-filter: none;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
  border-bottom: 1px solid rgba(226, 232, 240, 0.92);
  transition: background 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.site-header.is-scrolled {
  background: #ffffff;
  backdrop-filter: none;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
  border-bottom: 1px solid rgba(226, 232, 240, 0.84);
}

.route-home .site-header:not(.is-scrolled) .nav-link,
.route-about .site-header:not(.is-scrolled) .nav-link,
.route-desktop .site-header:not(.is-scrolled) .nav-link,
.route-partner .site-header:not(.is-scrolled) .nav-link,
.route-contact .site-header:not(.is-scrolled) .nav-link,
.route-careers .site-header:not(.is-scrolled) .nav-link,
.route-features-billing .site-header:not(.is-scrolled) .nav-link,
.route-home .site-header:not(.is-scrolled) .brand-byline,
.route-about .site-header:not(.is-scrolled) .brand-byline,
.route-desktop .site-header:not(.is-scrolled) .brand-byline,
.route-partner .site-header:not(.is-scrolled) .brand-byline,
.route-contact .site-header:not(.is-scrolled) .brand-byline,
.route-careers .site-header:not(.is-scrolled) .brand-byline,
.route-features-billing .site-header:not(.is-scrolled) .brand-byline,
.route-home .site-header:not(.is-scrolled) .mobile-menu-toggle,
.route-about .site-header:not(.is-scrolled) .mobile-menu-toggle,
.route-desktop .site-header:not(.is-scrolled) .mobile-menu-toggle,
.route-partner .site-header:not(.is-scrolled) .mobile-menu-toggle,
.route-contact .site-header:not(.is-scrolled) .mobile-menu-toggle,
.route-careers .site-header:not(.is-scrolled) .mobile-menu-toggle,
.route-features-billing .site-header:not(.is-scrolled) .mobile-menu-toggle {
  color: rgba(255, 255, 255, 0.84);
}

.route-home .site-header:not(.is-scrolled) .nav-link:hover,
.route-home .site-header:not(.is-scrolled) .nav-link.is-active,
.route-about .site-header:not(.is-scrolled) .nav-link:hover,
.route-about .site-header:not(.is-scrolled) .nav-link.is-active,
.route-desktop .site-header:not(.is-scrolled) .nav-link:hover,
.route-desktop .site-header:not(.is-scrolled) .nav-link.is-active,
.route-partner .site-header:not(.is-scrolled) .nav-link:hover,
.route-partner .site-header:not(.is-scrolled) .nav-link.is-active,
.route-contact .site-header:not(.is-scrolled) .nav-link:hover,
.route-contact .site-header:not(.is-scrolled) .nav-link.is-active,
.route-careers .site-header:not(.is-scrolled) .nav-link:hover,
.route-careers .site-header:not(.is-scrolled) .nav-link.is-active,
.route-features-billing .site-header:not(.is-scrolled) .nav-link:hover,
.route-features-billing .site-header:not(.is-scrolled) .nav-link.is-active,
.route-home .site-header:not(.is-scrolled) .nav-item.is-active > .nav-link--button,
.route-about .site-header:not(.is-scrolled) .nav-item.is-active > .nav-link--button,
.route-desktop .site-header:not(.is-scrolled) .nav-item.is-active > .nav-link--button,
.route-partner .site-header:not(.is-scrolled) .nav-item.is-active > .nav-link--button,
.route-contact .site-header:not(.is-scrolled) .nav-item.is-active > .nav-link--button,
.route-careers .site-header:not(.is-scrolled) .nav-item.is-active > .nav-link--button,
.route-features-billing .site-header:not(.is-scrolled) .nav-item.is-active > .nav-link--button {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.route-home .site-header:not(.is-scrolled) .brand-logo__text,
.route-about .site-header:not(.is-scrolled) .brand-logo__text,
.route-desktop .site-header:not(.is-scrolled) .brand-logo__text,
.route-partner .site-header:not(.is-scrolled) .brand-logo__text,
.route-contact .site-header:not(.is-scrolled) .brand-logo__text,
.route-careers .site-header:not(.is-scrolled) .brand-logo__text,
.route-features-billing .site-header:not(.is-scrolled) .brand-logo__text,
.route-home .site-header:not(.is-scrolled) .brand-logo__text span,
.route-about .site-header:not(.is-scrolled) .brand-logo__text span,
.route-desktop .site-header:not(.is-scrolled) .brand-logo__text span,
.route-partner .site-header:not(.is-scrolled) .brand-logo__text span,
.route-contact .site-header:not(.is-scrolled) .brand-logo__text span,
.route-careers .site-header:not(.is-scrolled) .brand-logo__text span,
.route-features-billing .site-header:not(.is-scrolled) .brand-logo__text span {
  color: #ffffff;
}

.route-home .site-header:not(.is-scrolled) .btn--ghost,
.route-about .site-header:not(.is-scrolled) .btn--ghost,
.route-desktop .site-header:not(.is-scrolled) .btn--ghost,
.route-partner .site-header:not(.is-scrolled) .btn--ghost,
.route-contact .site-header:not(.is-scrolled) .btn--ghost,
.route-careers .site-header:not(.is-scrolled) .btn--ghost,
.route-features-billing .site-header:not(.is-scrolled) .btn--ghost {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff;
}

.route-partner .site-header:not(.is-scrolled) {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(226, 232, 240, 0.84);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
  backdrop-filter: blur(18px);
}

.route-partner .site-header:not(.is-scrolled) .nav-link,
.route-partner .site-header:not(.is-scrolled) .brand-byline,
.route-partner .site-header:not(.is-scrolled) .mobile-menu-toggle,
.route-partner .site-header:not(.is-scrolled) .brand-logo__text,
.route-partner .site-header:not(.is-scrolled) .brand-logo__text span {
  color: var(--color-muted);
}

.route-partner .site-header:not(.is-scrolled) .nav-link:hover,
.route-partner .site-header:not(.is-scrolled) .nav-link.is-active,
.route-partner .site-header:not(.is-scrolled) .nav-item.is-active > .nav-link--button {
  background: rgba(21, 101, 192, 0.06);
  color: var(--color-primary);
}

.route-partner .site-header:not(.is-scrolled) .btn--ghost {
  background: #ffffff;
  border-color: var(--color-border);
  color: var(--color-text);
}

.site-header[data-route="home"] .nav-link,
.site-header[data-route="home"] .brand-byline,
.site-header[data-route="home"] .mobile-menu-toggle {
  color: var(--color-muted);
}

.site-header[data-route="home"] .nav-link:hover,
.site-header[data-route="home"] .nav-link.is-active,
.site-header[data-route="home"] .nav-item.is-active > .nav-link--button {
  background: rgba(21, 101, 192, 0.06);
  color: var(--color-primary);
}

.site-header[data-route="home"] .brand-logo__text,
.site-header[data-route="home"] .brand-logo__text span {
  color: var(--color-text);
}

.site-header[data-route="home"] .btn--ghost {
  background: #ffffff;
  border-color: rgba(21, 101, 192, 0.12);
  color: var(--color-text);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 80px;
}

.desktop-nav,
.header-actions {
  display: flex;
  align-items: center;
}

.desktop-nav {
  flex: 1;
  justify-content: center;
  gap: 6px;
}

.header-actions {
  gap: 14px;
}

.site-header .brand-logo__full {
  height: 50px;
  max-width: 198px;
}

.site-header .brand-logo__text {
  font-size: 1.18rem;
  font-weight: 900;
}

.nav-item {
  position: relative;
}

.nav-item--has-menu::after {
  content: "";
  position: absolute;
  inset: 100% 0 auto;
  height: 12px;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  border-radius: 12px;
  color: var(--color-muted);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  transition: color 0.2s ease, background 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active,
.nav-item.is-active > .nav-link--button,
.nav-item.is-open > .nav-link--button {
  background: rgba(21, 101, 192, 0.06);
  color: var(--color-primary);
}

.nav-link--button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nav-link__chevron {
  width: 14px;
  height: 14px;
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  min-width: 224px;
  padding: 8px;
  border-radius: 16px;
  border: 1px solid var(--color-border);
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  display: grid;
  gap: 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 3;
}

.nav-item--has-menu:hover .nav-dropdown,
.nav-item--has-menu.is-open .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dropdown a {
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--color-muted);
  font-weight: 500;
  font-size: 0.875rem;
}

.nav-dropdown a:hover {
  background: var(--color-surface);
  color: var(--color-text);
}

.header-actions .btn {
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 14px;
  box-shadow: none;
  font-size: 0.82rem;
  font-weight: 700;
}

.header-actions .btn--primary {
  padding-inline: 22px;
  box-shadow: 0 16px 34px rgba(21, 101, 192, 0.24);
}

.header-actions .btn .btn__icon {
  width: 15px;
  height: 15px;
}

.mobile-menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 10px;
  border-radius: 12px;
}

.mobile-menu-toggle__close {
  display: none;
}

.mobile-menu-toggle.is-open .mobile-menu-toggle__menu {
  display: none;
}

.mobile-menu-toggle.is-open .mobile-menu-toggle__close {
  display: block;
}

.mobile-menu {
  display: none;
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid rgba(226, 232, 240, 0.84);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.mobile-menu.is-open {
  display: block;
}

.mobile-menu__group,
.mobile-menu__actions {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.mobile-menu__label {
  padding: 4px 12px;
  color: var(--color-muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.mobile-menu a {
  padding: 12px 14px;
  border-radius: 14px;
  color: var(--color-muted);
  font-weight: 700;
}

.mobile-menu a.is-active,
.mobile-menu a:hover {
  background: rgba(21, 101, 192, 0.06);
  color: var(--color-primary);
}

.site-footer {
  background: #111827;
  color: #f8fafc;
}

.footer-top-strip {
  background: linear-gradient(90deg, #0d2b7e 0%, #1565c0 48%, #00bcd4 100%);
}

.footer-top-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0;
}

.footer-top-strip__copy p {
  margin: 0 0 6px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.15;
}

.footer-top-strip__copy span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.footer-top-strip__actions {
  display: flex;
  gap: 10px;
}

.footer-top-strip__actions .btn {
  min-height: 40px;
  padding: 10px 18px;
  border-radius: 999px;
  box-shadow: none;
  font-size: 0.84rem;
  font-weight: 700;
}

.footer-main {
  padding-top: 32px;
  padding-bottom: 24px;
}

.footer-main,
.footer-links {
  display: grid;
  gap: 32px;
}

.footer-main {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1.52fr);
}

.site-footer .brand-logo {
  margin-bottom: 14px;
}

.site-footer .brand-logo__full {
  height: 62px;
  max-width: 220px;
}

.site-footer .brand-logo__text {
  font-size: 1.08rem;
  font-weight: 900;
}

.footer-brand__copy {
  max-width: 360px;
  font-size: 1.08rem;
  line-height: 1.42;
  color: rgba(248, 250, 252, 0.9);
}

.footer-brand__eyebrow,
.footer-brand__location {
  font-size: 0.95rem;
  line-height: 1.4;
}

.footer-brand p,
.footer-brand small {
  display: block;
  margin: 0 0 10px;
  color: rgba(248, 250, 252, 0.68);
}

.footer-brand .footer-brand__copy {
  color: rgba(248, 250, 252, 0.9);
}

.footer-brand .footer-brand__eyebrow,
.footer-brand .footer-brand__location {
  color: rgba(248, 250, 252, 0.74);
}

.footer-contact {
  display: grid;
  gap: 12px;
  margin: 20px 0 22px;
}

.footer-contact a,
.footer-contact div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(248, 250, 252, 0.7);
  font-size: 0.98rem;
  line-height: 1.45;
}

.footer-contact i,
.footer-contact svg {
  width: 17px;
  height: 17px;
  color: var(--color-accent);
  margin-top: 3px;
}

.footer-socials {
  display: flex;
  gap: 12px;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.08);
  border: 1px solid rgba(248, 250, 252, 0.06);
  color: rgba(248, 250, 252, 0.9);
  line-height: 0;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.footer-socials a:hover {
  background: rgba(21, 101, 192, 0.8);
  color: #ffffff;
  transform: translateY(-1px);
}

.footer-socials a svg {
  width: 16px;
  height: 16px;
  display: block;
  overflow: visible;
}

.footer-socials a path,
.footer-socials a circle[fill="currentColor"] {
  fill: currentColor;
}

.footer-socials a [fill="none"] {
  fill: none;
}

.footer-socials a rect,
.footer-socials a circle[stroke="currentColor"],
.footer-socials a [stroke="currentColor"] {
  stroke: currentColor;
}

.footer-links {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.footer-links__group h4 {
  margin: 0 0 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.84rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(248, 250, 252, 0.8);
}

.footer-links__group ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.footer-links__group a {
  color: rgba(248, 250, 252, 0.58);
  font-size: 0.96rem;
  line-height: 1.55;
}

.footer-links__group a.is-active,
.footer-links__group a:hover {
  color: #ffffff;
}

.footer-compliance {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-compliance span {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(248, 250, 252, 0.1);
  background: rgba(248, 250, 252, 0.05);
  color: rgba(248, 250, 252, 0.62);
  font-size: 0.8rem;
}

.footer-compliance,
.footer-bottom {
  grid-column: 1 / -1;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(248, 250, 252, 0.1);
}

.footer-bottom p {
  margin: 0;
  color: rgba(248, 250, 252, 0.44);
  font-size: 0.9rem;
}

.footer-bottom strong {
  color: rgba(248, 250, 252, 0.68);
}

.footer-legal {
  display: flex;
  gap: 18px;
}

.footer-bottom a {
  color: rgba(248, 250, 252, 0.44);
  font-size: 0.9rem;
}

.floating-download {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  opacity: 0;
  transform: translateY(40px) scale(0.5);
  transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1), transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.floating-download.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.floating-download__menu {
  display: grid;
  gap: 10px;
}

.floating-download__menu[hidden] {
  display: none;
}

.floating-download__menu a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 176px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid var(--color-border);
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
}

.floating-download__menu:not([hidden]) a {
  animation: menuFloatIn 0.3s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.floating-download__menu:not([hidden]) a:nth-child(2) {
  animation-delay: 60ms;
}

.floating-download__menu:not([hidden]) a:nth-child(3) {
  animation-delay: 120ms;
}

.floating-download__menu span {
  display: block;
  font-size: 0.76rem;
  color: var(--color-muted);
}

.floating-download__menu strong {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.floating-download__toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  padding: 14px 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1565c0, #00bcd4);
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 0.84rem;
  box-shadow: 0 22px 42px rgba(21, 101, 192, 0.34);
  cursor: pointer;
}

.floating-download.is-visible .floating-download__toggle {
  animation: fabBounce 3.4s ease-in-out infinite;
}

.floating-download.is-open .floating-download__toggle {
  animation: none;
}

.floating-download__toggle.is-open {
  padding-inline: 18px 22px;
}

.floating-download__toggle::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.14);
  animation: ping 2s infinite;
}

.floating-download__toggle.is-open::before {
  animation: none;
  opacity: 0;
}

.floating-download__toggle-icon {
  display: inline-flex;
}

.floating-download__toggle-icon[hidden] {
  display: none;
}

.floating-download__toggle span,
.floating-download__toggle i,
.floating-download__toggle svg {
  position: relative;
  z-index: 1;
}

.illustration {
  position: relative;
  width: 100%;
}

.hero-illustration {
  max-width: 448px;
  margin-left: auto;
  padding: 16px 88px 76px 70px;
  overflow: visible;
}

.hero-illustration .phone-shell {
  position: relative;
  z-index: 3;
}

.hero-illustration .floating-mock-card {
  z-index: 8;
}

.phone-shell {
  width: 240px;
  margin: 0 auto;
  padding: 8px;
  border-radius: 48px;
  background: #111827;
  box-shadow: 0 32px 70px rgba(15, 23, 42, 0.3);
}

.phone-screen {
  min-height: 420px;
  border-radius: 40px;
  overflow: hidden;
  background: linear-gradient(180deg, #0d2b7e 0%, #1565c0 48%, #00bcd4 100%);
}

.phone-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px 4px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.58rem;
}

.phone-status__icons {
  display: flex;
  gap: 4px;
}

.phone-status__icons span {
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.58);
}

.phone-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 16px;
}

.phone-brand__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 8px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 800;
}

.phone-brand p {
  margin: 0;
  color: #ffffff;
  font-weight: 800;
}

.phone-brand__dots {
  display: flex;
  gap: 4px;
  margin-top: 6px;
}

.phone-brand__dots span {
  width: 8px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
}

.phone-brand__dots .is-active {
  width: 24px;
  background: #ffffff;
}

.phone-card {
  margin: 0 12px;
  padding: 18px 16px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(16px);
}

.phone-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.76);
}

.mini-svg {
  width: 16px;
  height: 16px;
}

.phone-card__title {
  margin: 0 0 4px;
  color: #ffffff;
  font-weight: 800;
}

.phone-card__subtitle,
.phone-card__footer {
  margin: 0;
  font-size: 0.66rem;
  color: rgba(255, 255, 255, 0.6);
}

.phone-input-stack {
  display: grid;
  gap: 10px;
  margin: 16px 0 12px;
}

.phone-input {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.64rem;
}

.phone-button {
  padding: 10px 14px;
  border-radius: 14px;
  text-align: center;
  background: linear-gradient(135deg, #2563eb, #2dd4bf);
  color: #ffffff;
  font-weight: 800;
  font-size: 0.76rem;
  margin-bottom: 10px;
}

.phone-button--ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.8);
}

.floating-mock-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: var(--color-shadow);
  z-index: 6;
}

.floating-mock-card p,
.floating-mock-card span {
  margin: 0 0 3px;
  font-size: 0.64rem;
  color: var(--color-muted);
}

.floating-mock-card strong {
  font-size: 0.94rem;
  color: var(--color-text);
}

.floating-mock-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
}

.floating-mock-card__icon--green {
  background: #dcfce7;
  color: #15803d;
}

.floating-mock-card__icon--blue {
  background: #dbeafe;
  color: #1d4ed8;
}

.floating-mock-card__icon--purple {
  background: #f3e8ff;
  color: #7c3aed;
}

.floating-mock-card__icon--amber {
  background: #fef3c7;
  color: #b45309;
}

.floating-mock-card--left {
  top: 34px;
  left: -70px;
}

.floating-mock-card--right {
  right: -86px;
  bottom: 82px;
}

.floating-mock-card--bottom-left {
  left: -36px;
  bottom: 18px;
}

.floating-mock-card--top-right {
  top: -16px;
  right: -12px;
}

.dashboard-illustration,
.pos-illustration,
.reports-illustration {
  max-width: 512px;
  margin: 0 auto;
  padding: 34px 26px 34px;
  overflow: visible;
}

.qr-illustration {
  max-width: 448px;
  margin: 0 auto;
  padding: 34px 26px 34px;
  overflow: visible;
}

.desktop-illustration {
  max-width: 672px;
  margin: 0 auto;
}

.dashboard-card,
.qr-shell,
.reports-shell {
  position: relative;
  z-index: 1;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.12);
  overflow: hidden;
}

.dashboard-card__header,
.reports-shell__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  background: linear-gradient(135deg, #1565c0, #00bcd4);
  color: #ffffff;
}

.dashboard-card__header span,
.dashboard-card__header small,
.reports-shell__header small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
}

.dashboard-card__header p,
.reports-shell__header p {
  margin: 4px 0 2px;
  font-weight: 800;
}

.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 0.68rem;
  font-weight: 700;
}

.live-pill--green {
  background: #dcfce7;
  color: #15803d;
}

.live-pill span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
}

.dashboard-card__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 18px;
}

.stat-box {
  padding: 14px;
  border-radius: 18px;
  text-align: center;
}

.stat-box span {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.stat-box strong {
  display: block;
  font-size: 1rem;
}

.stat-box small {
  color: inherit;
  opacity: 0.7;
}

.stat-box--blue {
  background: #eff6ff;
  color: #1d4ed8;
}

.stat-box--green {
  background: #ecfdf5;
  color: #15803d;
}

.stat-box--purple {
  background: #f3e8ff;
  color: #7c3aed;
}

.dashboard-card__chart,
.dashboard-card__payments,
.reports-shell__body {
  padding: 0 18px 18px;
}

.dashboard-card__chart p,
.dashboard-card__payments p,
.reports-shell__title {
  margin: 0 0 12px;
  font-size: 0.76rem;
  font-weight: 800;
  color: var(--color-muted);
}

.chart-shell {
  padding: 14px;
  border-radius: 18px;
  background: #f8fafc;
}

.chart-shell svg {
  width: 100%;
  height: 56px;
}

.payment-row,
.mini-progress {
  display: grid;
  grid-template-columns: 40px 1fr 56px;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  font-size: 0.7rem;
  color: var(--color-muted);
}

.payment-row div,
.mini-progress div {
  height: 9px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}

.payment-row b,
.mini-progress b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #22c55e;
}

.payment-row__bar--blue {
  background: #3b82f6 !important;
}

.payment-row__bar--gray {
  background: #cbd5e1 !important;
}

.pos-shell {
  position: relative;
  z-index: 1;
  padding: 4px;
  border-radius: 30px;
  background: linear-gradient(135deg, #1565c0, #00bcd4);
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.12);
}

.pos-shell::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 26px;
  background: #ffffff;
}

.pos-shell > * {
  position: relative;
  z-index: 1;
}

.pos-shell__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-radius: 26px 26px 0 0;
  background: linear-gradient(135deg, #1565c0, #0288d1);
  color: #ffffff;
}

.pos-shell__title,
.pos-shell__status {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-box,
.bubble,
.avatar-dot,
.cart-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-box {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
}

.bubble {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 0.66rem;
  font-weight: 800;
}

.avatar-dot {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.pos-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 12px 14px;
  background: #f0f7ff;
}

.pos-tabs span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid var(--color-border);
  font-size: 0.76rem;
  font-weight: 700;
  white-space: nowrap;
}

.pos-tabs .is-active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #ffffff;
}

.pos-tabs b {
  padding: 2px 6px;
  border-radius: 999px;
  background: #ef4444;
  color: #ffffff;
  font-size: 0.6rem;
}

.pos-search {
  margin: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #f1f5f9;
  color: #94a3b8;
  font-size: 0.82rem;
}

.pos-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0 14px 14px;
}

.menu-item {
  padding: 12px;
  border-radius: 18px;
  border: 1px solid #eef2f7;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.04);
}

.menu-item__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  margin-bottom: 10px;
  border-radius: 14px;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
}

.menu-item__thumb--orange {
  background: linear-gradient(135deg, #fb923c, #f97316);
}

.menu-item__thumb--teal {
  background: linear-gradient(135deg, #2dd4bf, #14b8a6);
}

.menu-item__thumb--purple {
  background: linear-gradient(135deg, #c084fc, #a855f7);
}

.menu-item__thumb--amber {
  background: linear-gradient(135deg, #f59e0b, #d97706);
}

.menu-item p,
.menu-item strong {
  margin: 0;
}

.menu-item > div:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.menu-item > div:last-child span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--color-primary);
  color: #ffffff;
}

.pos-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  background: #f8fafc;
  border-top: 1px solid #eef2f7;
}

.pos-footer__left {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-muted);
}

.cart-circle {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #e3f2fd;
}

.pos-footer__actions {
  display: flex;
  gap: 8px;
}

.pill {
  padding: 8px 12px;
  border-radius: 12px;
  background: #e5e7eb;
  font-size: 0.76rem;
  font-weight: 800;
}

.pill--green {
  background: #22c55e;
  color: #ffffff;
}

.qr-shell {
  padding: 24px;
}

.qr-shell__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 18px;
}

.qr-shell__header strong {
  display: block;
  margin-bottom: 4px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.qr-shell__header p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.76rem;
}

.qr-shell__code {
  padding: 24px;
  margin-bottom: 18px;
  border-radius: 20px;
  background: #f8fafc;
  text-align: center;
}

.qr-shell__code p {
  margin: 0 0 14px;
  color: var(--color-muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.qr-board {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px #e2e8f0;
}

.qr-shell__url {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #f8fafc;
  color: var(--color-muted);
  font-size: 0.72rem;
  margin-bottom: 14px;
}

.qr-shell__actions {
  display: flex;
  gap: 8px;
}

.green-text {
  color: var(--color-success);
}

.desktop-window {
  border-radius: 24px;
  overflow: hidden;
  background: #1f2937;
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.22);
}

.desktop-window__bar {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  background: #111827;
}

.traffic-lights {
  display: flex;
  gap: 6px;
}

.traffic-lights span {
  width: 12px;
  height: 12px;
  border-radius: 999px;
}

.traffic-lights .is-red {
  background: #ef4444;
}

.traffic-lights .is-yellow {
  background: #f59e0b;
}

.traffic-lights .is-green {
  background: #22c55e;
}

.desktop-window__url {
  flex: 1;
  padding: 8px 12px;
  border-radius: 10px;
  background: #374151;
  color: #9ca3af;
  font-size: 0.72rem;
  text-align: center;
}

.desktop-window__body {
  display: grid;
  grid-template-columns: 166px 1fr;
  min-height: 320px;
}

.desktop-sidebar {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px 14px;
  background: linear-gradient(180deg, #0d2b7e, #1565c0);
}

.desktop-sidebar__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
  color: #ffffff;
}

.desktop-sidebar__brand span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.18);
  font-weight: 800;
}

.desktop-sidebar small {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.desktop-nav-item {
  padding: 10px 12px;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
}

.desktop-nav-item.is-active {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-weight: 700;
}

.desktop-content {
  padding: 18px;
  background: #f5f8ff;
}

.desktop-content__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.desktop-content__top strong {
  display: block;
  margin-bottom: 4px;
}

.desktop-content__top p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.68rem;
}

.desktop-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.desktop-actions span {
  padding: 8px 10px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid var(--color-border);
  font-size: 0.66rem;
  color: var(--color-muted);
}

.desktop-actions b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #dbeafe;
  color: var(--color-primary);
}

.desktop-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 14px;
}

.desktop-stat {
  padding: 12px;
  border-radius: 14px;
}

.desktop-stat p {
  margin: 0 0 4px;
  color: var(--color-muted);
  font-size: 0.62rem;
}

.desktop-stat strong {
  font-size: 0.86rem;
}

.desktop-stat--blue {
  background: #eff6ff;
  color: #2563eb;
}

.desktop-stat--green {
  background: #ecfdf5;
  color: #16a34a;
}

.desktop-stat--red {
  background: #fef2f2;
  color: #ef4444;
}

.desktop-stat--purple {
  background: #f5f3ff;
  color: #7c3aed;
}

.desktop-panels {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 10px;
}

.desktop-panel {
  padding: 12px;
  border-radius: 14px;
  background: #ffffff;
}

.desktop-panel p {
  margin: 0 0 10px;
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--color-muted);
}

.desktop-panel svg {
  width: 100%;
  height: 56px;
}

.mini-progress {
  grid-template-columns: 28px 1fr;
  margin-bottom: 8px;
}

.mini-progress span {
  font-size: 0.62rem;
}

.reports-shell__actions,
.report-tags,
.report-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.reports-shell__actions span,
.report-tags span,
.report-actions span {
  padding: 6px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 0.66rem;
  font-weight: 700;
}

.reports-shell__body {
  display: grid;
  gap: 12px;
  padding-top: 18px;
}

.report-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid #eef2f7;
}

.report-row strong {
  display: block;
  margin-bottom: 4px;
}

.report-row small {
  color: var(--color-muted);
}

.report-tags span {
  background: #eff6ff;
  color: var(--color-primary);
}

.report-tags .is-strong {
  background: #ecfdf5;
  color: var(--color-success);
}

.report-actions span {
  background: transparent;
  color: var(--color-muted);
  border: 1px solid var(--color-border);
}

.report-actions .is-primary {
  background: linear-gradient(135deg, #1565c0, #0288d1);
  color: #ffffff;
  border-color: transparent;
}

.hero-floating-badge,
.orb,
.ring {
  position: absolute;
  pointer-events: none;
}

.hero-floating-badge {
  display: block;
  max-width: min(260px, 28vw);
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 700;
  backdrop-filter: blur(14px);
}

@media (max-width: 1440px) {
  .hero-floating-badge {
    display: none !important;
  }

  .hero--home .hero__grid {
    gap: 40px;
  }
}

.orb {
  border-radius: 999px;
  filter: blur(70px);
}

.orb--hero-right {
  top: 28px;
  right: 40px;
  width: 340px;
  height: 340px;
  background: rgba(255, 255, 255, 0.22);
}

.orb--hero-left {
  bottom: 72px;
  left: 30px;
  width: 260px;
  height: 260px;
  background: rgba(103, 232, 249, 0.28);
}

.orb--cta-left {
  top: 48px;
  left: 40px;
  width: 260px;
  height: 260px;
  background: rgba(255, 255, 255, 0.16);
}

.orb--cta-right {
  right: 40px;
  bottom: 48px;
  width: 340px;
  height: 340px;
  background: rgba(255, 255, 255, 0.14);
}

.orb--hero-inner-left,
.orb--hero-inner-right,
.orb--how {
  width: 260px;
  height: 260px;
  background: rgba(255, 255, 255, 0.16);
}

.orb--hero-inner-left {
  top: 40px;
  left: 40px;
}

.orb--hero-inner-right {
  right: 40px;
  bottom: 24px;
}

.orb--how {
  left: 40px;
  bottom: 20px;
}

.ring {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

.ring--cta-top,
.ring--desktop-top {
  top: -80px;
  right: -80px;
  width: 360px;
  height: 360px;
}

.ring--cta-bottom,
.ring--desktop-bottom {
  left: -100px;
  bottom: -100px;
  width: 280px;
  height: 280px;
}

.ring--hero-inner {
  top: -80px;
  right: -80px;
  width: 300px;
  height: 300px;
}

.text-center {
  text-align: center;
}

.cta-card {
  position: relative;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}

.cta-meta {
  color: rgba(255, 255, 255, 0.62);
}

.site-cta {
  padding-top: 88px;
  padding-bottom: 0;
}

.site-cta .cta-card {
  max-width: 980px;
}

.site-cta .badge--glass {
  margin-bottom: 20px;
  padding: 10px 18px;
  font-size: 0.8rem;
}

.site-cta .cta-title {
  max-width: 860px;
  margin: 0 auto 20px;
  font-size: clamp(2.7rem, 4.3vw, 4rem);
  line-height: 1;
  font-weight: 700;
}

.site-cta .cta-subtitle {
  max-width: 980px;
  margin: 0 auto 18px;
  font-size: 1.1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.84);
}

.site-cta .cta-meta {
  margin: 0 auto 28px;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.66);
}

.site-cta .cta-actions {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  max-width: none;
  margin: 0 auto;
}

.site-cta .cta-actions .btn {
  width: auto;
  min-height: 52px;
  min-width: 168px;
  padding: 0 28px;
  border-radius: 18px;
  font-size: 1rem;
  font-weight: 700;
}

.site-cta .cta-actions .btn--light {
  min-width: 224px;
}

.site-cta .cta-actions__secondary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
}

.site-cta.cta--solutions {
  padding-top: 104px;
}

.site-cta.cta--solutions .cta-card {
  max-width: 1180px;
}

.site-cta.cta--solutions .cta-title {
  max-width: 760px;
  font-size: clamp(2.7rem, 4.3vw, 3.85rem);
  line-height: 0.98;
  font-weight: 800;
}

.site-cta.cta--solutions .cta-subtitle {
  max-width: 780px;
  font-size: 1.12rem;
}

.site-cta.cta--solutions .cta-meta {
  margin-bottom: 32px;
  font-size: 0.95rem;
}

.site-cta.cta--solutions .cta-actions {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: none;
}

.site-cta.cta--solutions .cta-actions .btn {
  width: auto;
  min-height: 52px;
  min-width: 208px;
  padding: 0 34px;
  border-radius: 14px;
  font-size: 0.98rem;
}

.site-cta.cta--solutions .cta-actions .btn--light {
  min-width: 226px;
}

.site-cta.cta--pricing {
  padding-top: 104px;
}

.site-cta.cta--pricing .cta-card {
  max-width: 1180px;
}

.site-cta.cta--pricing .cta-title {
  max-width: 820px;
  font-size: clamp(2.8rem, 4.35vw, 3.9rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.012em;
}

.site-cta.cta--pricing .cta-subtitle {
  max-width: 760px;
  font-size: 1.12rem;
}

.site-cta.cta--pricing .cta-meta {
  margin-bottom: 32px;
  font-size: 0.95rem;
}

.site-cta.cta--pricing .cta-actions {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: none;
}

.site-cta.cta--pricing .cta-actions .btn {
  width: auto;
  min-height: 52px;
  min-width: 166px;
  padding: 0 30px;
  border-radius: 14px;
  font-size: 0.98rem;
}

.site-cta.cta--pricing .cta-actions .btn--light {
  min-width: 228px;
}

@media (max-width: 768px) {
  .site-cta .cta-actions {
    flex-direction: column;
    align-items: stretch;
    max-width: 420px;
  }

  .site-cta .cta-actions .btn {
    width: 100%;
    min-width: 0;
  }
}

.home-section--pos .split-grid,
.home-section--dashboard .split-grid,
.home-section--qr .split-grid,
.home-section--reports .split-grid {
  gap: 84px;
  align-items: center;
}

.home-section--pos .split-copy,
.home-section--dashboard .split-copy,
.home-section--qr .split-copy,
.home-section--reports .split-copy {
  max-width: 560px;
}

.home-section--pos .badge--soft,
.home-section--dashboard .badge--soft,
.home-section--qr .badge--soft,
.home-section--reports .badge--soft {
  margin-bottom: 18px;
  padding: 8px 16px;
  font-size: 0.78rem;
}

.home-section--pos .split-title,
.home-section--dashboard .split-title,
.home-section--qr .split-title,
.home-section--reports .split-title {
  max-width: 560px;
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 3vw, 3rem);
  line-height: 1.08;
  font-weight: 800;
}

.home-section--pos .split-copy__text,
.home-section--dashboard .split-copy__text,
.home-section--qr .split-copy__text,
.home-section--reports .split-copy__text {
  max-width: 36rem;
  margin-bottom: 28px;
  font-size: 1.08rem;
  line-height: 1.72;
}

.home-section--pos .pos-illustration,
.home-section--dashboard .dashboard-illustration,
.home-section--reports .reports-illustration {
  max-width: 540px;
}

.home-section--qr .qr-illustration {
  max-width: 460px;
}

.dashboard-illustration .floating-mock-card--top-right,
.pos-illustration .floating-mock-card--top-right,
.reports-illustration .floating-mock-card--top-right,
.qr-illustration .floating-mock-card--top-right {
  top: 0;
  right: -8px;
}

.dashboard-illustration .floating-mock-card--bottom-left,
.pos-illustration .floating-mock-card--bottom-left,
.reports-illustration .floating-mock-card--bottom-left,
.qr-illustration .floating-mock-card--bottom-left {
  left: -18px;
  bottom: 12px;
}

.home-section--desktop .section-heading,
.home-section--how .section-heading {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.home-section--desktop .section-heading {
  margin-bottom: 42px;
}

.home-section--desktop .section-title {
  font-size: clamp(2.6rem, 4vw, 4.2rem);
  line-height: 1.08;
  font-weight: 800;
}

.home-section--desktop .section-subtitle {
  max-width: 760px;
  font-size: 1.06rem;
  color: rgba(255, 255, 255, 0.78);
}

.home-section--desktop .desktop-showcase {
  max-width: 760px;
  margin: 0 auto 40px;
}

.home-section--desktop .cards-grid--3 {
  gap: 18px;
}

.home-section--desktop .card--glass {
  padding: 24px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
}

.home-section--desktop .card-title {
  margin-bottom: 10px;
  font-size: 1.08rem;
  font-weight: 700;
}

.home-section--desktop .card-copy {
  font-size: 1rem;
  line-height: 1.65;
}

.home-section--desktop .section-actions .btn {
  min-height: 42px;
  padding: 12px 26px;
  border-radius: 12px;
  font-size: 0.9rem;
}

.home-section--how .section-heading {
  margin-bottom: 48px;
}

.home-section--how .section-title {
  font-size: clamp(2.35rem, 3.6vw, 3.5rem);
  line-height: 1.1;
  font-weight: 800;
}

.home-section--how .section-subtitle {
  max-width: 700px;
  font-size: 1.06rem;
  color: rgba(255, 255, 255, 0.78);
}

.home-section--how .step-grid {
  position: relative;
  gap: 32px;
}

.home-section--how .step-grid::before {
  content: "";
  position: absolute;
  top: 31px;
  left: 15%;
  right: 15%;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.home-section--how .step-card {
  position: relative;
  z-index: 1;
}

.home-section--how .step-card__icon {
  width: 64px;
  height: 64px;
  margin-bottom: 14px;
  border: 4px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16);
}

.home-section--how .step-card small {
  margin-bottom: 10px;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
}

.home-section--how .step-card h3 {
  margin-bottom: 10px;
  font-size: 1.05rem;
  font-weight: 800;
}

.home-section--how .step-card p {
  max-width: 18rem;
  margin: 0 auto;
  font-size: 0.98rem;
  line-height: 1.55;
}

.home-section--how .section-actions .btn {
  min-height: 48px;
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 0.96rem;
}

.home-section--dashboard .metric-inline-grid,
.home-section--qr .metric-inline-grid--three {
  gap: 14px;
  margin-bottom: 28px;
}

.home-section--dashboard .metric-inline-card,
.home-section--qr .metric-inline-card {
  padding: 16px 18px;
  border-radius: 16px;
}

.home-section--dashboard .metric-inline-card strong,
.home-section--qr .metric-inline-card strong {
  font-size: 1.9rem;
  font-weight: 800;
}

.home-section--reports .pill-row {
  gap: 8px;
  margin-bottom: 24px;
}

.home-section--reports .pill-tag {
  padding: 6px 10px;
  font-size: 0.72rem;
}

.home-section--pos .check-list li,
.home-section--dashboard .check-list li,
.home-section--qr .check-list li,
.home-section--reports .check-list li {
  gap: 10px;
  font-size: 1rem;
  line-height: 1.55;
}

.not-found {
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.not-found__card {
  text-align: center;
}

.icon-md,
.icon-sm {
  width: 20px;
  height: 20px;
}

.icon-sm {
  width: 16px;
  height: 16px;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition:
    opacity 0.42s ease,
    transform 0.42s ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal[data-reveal="left"] {
  transform: translate3d(-30px, 0, 0);
}

.reveal[data-reveal="right"] {
  transform: translate3d(30px, 0, 0);
}

.reveal[data-reveal="scale"] {
  transform: scale(0.9);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.is-visible {
  opacity: 1;
}

.theme-blue {
  background: linear-gradient(135deg, #3b82f6, #06b6d4);
  color: #ffffff;
}

.theme-cyan {
  background: linear-gradient(135deg, #06b6d4, #14b8a6);
  color: #ffffff;
}

.theme-teal {
  background: linear-gradient(135deg, #0f766e, #2563eb);
  color: #ffffff;
}

.theme-indigo {
  background: linear-gradient(135deg, #2563eb, #4f46e5);
  color: #ffffff;
}

.theme-orange {
  background: linear-gradient(135deg, #fb923c, #ef4444);
  color: #ffffff;
}

.theme-amber {
  background: linear-gradient(135deg, #fbbf24, #f97316);
  color: #ffffff;
}

.theme-green {
  background: linear-gradient(135deg, #34d399, #16a34a);
  color: #ffffff;
}

.theme-slate {
  background: linear-gradient(135deg, #94a3b8, #475569);
  color: #ffffff;
}

.theme-purple {
  background: linear-gradient(135deg, #a855f7, #6366f1);
  color: #ffffff;
}

.theme-sky {
  background: linear-gradient(135deg, #38bdf8, #2563eb);
  color: #ffffff;
}

.theme-pink {
  background: linear-gradient(135deg, #f472b6, #fb7185);
  color: #ffffff;
}

.theme-primary {
  background: linear-gradient(135deg, #1565c0, #00bcd4);
  color: #ffffff;
}

.theme-blue-soft {
  background: #eff6ff;
  color: #2563eb;
}

.theme-green-soft {
  background: #ecfdf5;
  color: #16a34a;
}

@keyframes floatUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes floatDownUp {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}

@keyframes pulseOrb {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.16;
  }
  50% {
    transform: scale(1.12);
    opacity: 0.28;
  }
}

@keyframes spinSlow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes bounceVertical {
  0%,
  100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 8px);
  }
}

@keyframes ping {
  0% {
    opacity: 0.25;
    transform: scale(1);
  }
  70%,
  100% {
    opacity: 0;
    transform: scale(1.12);
  }
}

@keyframes menuFloatIn {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes fabBounce {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  18% {
    transform: translateY(-7px) scale(1.02);
  }
  38% {
    transform: translateY(0) scale(1);
  }
  58% {
    transform: translateY(-3px) scale(1.01);
  }
}

.float-up {
  animation: floatUpDown 4s ease-in-out infinite;
}

.float-down {
  animation: floatDownUp 5s ease-in-out infinite;
}

.delay-1 {
  animation-delay: 1s;
}

.delay-2 {
  animation-delay: 2s;
}

.pulse-orb {
  animation: pulseOrb 6s ease-in-out infinite;
}

.spin-slow {
  animation: spinSlow 38s linear infinite;
}

.spin-slow.reverse {
  animation-direction: reverse;
}

.bounce-vertical {
  animation: bounceVertical 1.6s ease-in-out infinite;
}

.desktop-page {
  background: #ffffff;
}

.desktop-page__hero {
  position: relative;
  overflow: hidden;
  padding: 42px 0 46px;
}

.desktop-page__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 54px;
  align-items: center;
}

.desktop-page__hero-copy {
  max-width: 520px;
}

.desktop-page__hero .badge--glass {
  margin-bottom: 18px;
  padding: 7px 14px;
  font-size: 0.68rem;
  font-weight: 700;
}

.desktop-page__hero-title {
  margin: 0 0 16px;
  max-width: 520px;
  font-size: clamp(2.95rem, 4.55vw, 3.95rem);
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: -0.012em;
  text-wrap: balance;
}

.desktop-page__hero-text {
  max-width: 470px;
  margin: 0 0 24px;
  font-size: 0.98rem;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.8);
}

.desktop-page__hero-actions {
  margin-bottom: 24px;
}

.desktop-page__hero-actions .btn {
  min-height: 50px;
  padding: 0 24px;
  border-radius: 14px;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: none;
}

.desktop-page__hero-chips {
  margin-top: 0;
  gap: 10px;
}

.desktop-page__hero-chips .chip {
  padding: 7px 14px;
  font-size: 0.72rem;
  font-weight: 600;
}

.desktop-page__hero-visual {
  display: flex;
  justify-content: flex-end;
}

.desktop-page__hero .desktop-illustration {
  max-width: 520px;
  margin-left: auto;
}

.desktop-page__workspace {
  padding-top: 92px;
  padding-bottom: 92px;
}

.desktop-page__heading .section-heading {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.desktop-page__heading .badge--soft {
  margin-bottom: 18px;
  padding: 8px 16px;
  font-size: 0.68rem;
  font-weight: 700;
}

.desktop-page__heading .section-title {
  font-size: clamp(2.3rem, 4vw, 3.25rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.012em;
}

.desktop-page__heading .section-subtitle {
  max-width: 690px;
  font-size: 0.98rem;
  line-height: 1.62;
}

.desktop-page__split {
  gap: 78px;
  align-items: center;
}

.desktop-page__split + .desktop-page__split {
  margin-top: 64px;
}

.desktop-page__workspace .pill-tag--soft {
  margin-bottom: 16px;
  padding: 7px 12px;
  font-size: 0.66rem;
  font-weight: 700;
}

.desktop-page__workspace .split-title {
  max-width: 460px;
  margin-bottom: 14px;
  font-size: clamp(2rem, 2.8vw, 2.55rem);
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.desktop-page__workspace .split-copy__text {
  max-width: 490px;
  margin-bottom: 18px;
  font-size: 0.95rem;
  line-height: 1.68;
}

.desktop-page__workspace .check-list {
  gap: 10px;
  margin-bottom: 0;
}

.desktop-page__workspace .check-list li {
  font-size: 0.88rem;
  line-height: 1.56;
}

.desktop-page__workspace .desktop-illustration {
  max-width: 500px;
  margin-left: auto;
}

.desktop-page__workspace .pos-illustration {
  max-width: 470px;
}

.desktop-page__capabilities {
  padding-top: 92px;
  padding-bottom: 92px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.desktop-page__cards {
  gap: 20px;
}

.desktop-page__cards .feature-card {
  padding: 24px 22px;
  border-radius: 18px;
  border-color: rgba(21, 101, 192, 0.08);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.03);
}

.desktop-page__cards .feature-card__icon {
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 14px;
}

.desktop-page__cards .feature-card__icon i,
.desktop-page__cards .feature-card__icon svg {
  width: 20px;
  height: 20px;
}

.desktop-page__cards .card-title {
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.004em;
}

.desktop-page__cards .card-copy {
  font-size: 0.84rem;
  line-height: 1.62;
}

.desktop-page__steps {
  padding-top: 88px;
  padding-bottom: 92px;
}

.desktop-page__steps-grid {
  max-width: 920px;
  margin: 0 auto;
  gap: 42px;
}

.desktop-page__step-card {
  text-align: center;
}

.desktop-page__step-card .step-card__icon {
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  font-size: 1.08rem;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(21, 101, 192, 0.18);
}

.desktop-page__step-card h3 {
  margin-bottom: 10px;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.desktop-page__step-card p {
  max-width: 220px;
  margin: 0 auto;
  font-size: 0.8rem;
  line-height: 1.55;
  color: var(--color-muted);
  opacity: 1;
}

.site-cta.cta--desktop {
  padding-top: 92px;
}

.site-cta.cta--desktop .cta-card {
  max-width: 1180px;
}

.site-cta.cta--desktop .badge--glass {
  margin-bottom: 18px;
  padding: 9px 16px;
  font-size: 0.72rem;
}

.site-cta.cta--desktop .cta-title {
  max-width: 760px;
  font-size: clamp(2.7rem, 4.25vw, 3.85rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.012em;
}

.site-cta.cta--desktop .cta-subtitle {
  max-width: 700px;
  font-size: 1rem;
  line-height: 1.65;
}

.site-cta.cta--desktop .cta-meta {
  margin-bottom: 26px;
  font-size: 0.88rem;
}

.site-cta.cta--desktop .cta-actions {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: none;
}

.site-cta.cta--desktop .cta-actions .btn {
  width: auto;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 12px;
  font-size: 0.88rem;
  font-weight: 700;
}

.site-cta.cta--desktop .cta-actions .btn--light {
  min-width: 214px;
}

.site-cta.cta--desktop .cta-actions .btn--outline-light {
  min-width: 154px;
}

.site-cta.cta--desktop .cta-actions .btn:nth-child(2) {
  min-width: 164px;
}

.site-cta.cta--desktop .cta-actions .btn:last-child {
  min-width: 116px;
}

.partner-page {
  background: #ffffff;
}

.partner-page__hero {
  padding: 98px 0 112px;
}

.partner-page__hero-copy {
  max-width: 940px;
}

.partner-page__hero .badge--glass {
  margin-bottom: 26px;
  padding: 9px 18px;
  font-size: 0.8rem;
  font-weight: 700;
}

.partner-page__hero-title {
  max-width: 780px;
  margin: 0 auto 22px;
  font-size: clamp(3.3rem, 5vw, 4.9rem);
  line-height: 0.94;
  font-weight: 700;
  letter-spacing: -0.012em;
}

.partner-page__hero-text {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.08rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.86);
}

.partner-page__hero-actions {
  margin-top: 34px;
}

.partner-page__hero-actions .btn {
  min-width: 216px;
  min-height: 48px;
  border-radius: 14px;
  font-size: 0.96rem;
  font-weight: 700;
  box-shadow: 0 18px 34px rgba(13, 43, 126, 0.16);
}

.partner-page__stats {
  padding-top: 78px;
  padding-bottom: 88px;
}

.partner-page__stats-grid {
  max-width: 832px;
  margin: 0 auto;
  gap: 24px;
}

.partner-page__stat {
  padding: 28px 16px 22px;
  border-radius: 20px;
  border-color: #dbe5f0;
  box-shadow: none;
  text-align: center;
}

.partner-page__stat h3 {
  margin-bottom: 8px;
  font-size: 1.68rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #1565c0;
}

.partner-page__stat strong {
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-text);
}

.partner-page__stat p {
  margin-top: 4px;
  font-size: 0.78rem;
  line-height: 1.4;
}

.partner-page__benefits {
  padding-top: 118px;
  padding-bottom: 108px;
}

.partner-page__heading .section-heading {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.partner-page__heading .badge--soft {
  margin-bottom: 18px;
  padding: 8px 16px;
  font-size: 0.68rem;
  font-weight: 700;
}

.partner-page__heading .section-title {
  font-size: clamp(2.5rem, 4.2vw, 3.55rem);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.012em;
}

.partner-page__heading .section-subtitle {
  max-width: 620px;
  font-size: 1.02rem;
}

.partner-page__benefits-grid {
  max-width: 1030px;
  margin: 0 auto;
  gap: 22px;
}

.partner-page__benefit-card {
  min-height: 188px;
  padding: 26px 24px;
  border-radius: 20px;
  border-color: #e0e8f3;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
}

.partner-page__benefit-card .feature-card__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 14px;
}

.partner-page__benefit-card .feature-card__icon i,
.partner-page__benefit-card .feature-card__icon svg {
  width: 22px;
  height: 22px;
}

.partner-page__benefit-card .card-title {
  margin-bottom: 10px;
  font-size: 1.04rem;
  font-weight: 700;
  letter-spacing: -0.004em;
}

.partner-page__benefit-card .card-copy {
  font-size: 0.9rem;
  line-height: 1.62;
}

.partner-page__process {
  padding-top: 94px;
  padding-bottom: 112px;
}

.partner-page__steps-grid {
  max-width: 1120px;
  margin: 0 auto;
  gap: 28px;
}

.partner-page__step-card {
  text-align: center;
}

.partner-page__step-card .step-card__icon {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  font-size: 1.18rem;
  font-weight: 700;
  box-shadow: 0 18px 32px rgba(21, 101, 192, 0.18);
}

.partner-page__step-card h3 {
  margin-bottom: 10px;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.partner-page__step-card p {
  max-width: 230px;
  margin: 0 auto;
  font-size: 0.82rem;
  line-height: 1.6;
  color: var(--color-muted);
  opacity: 1;
}

.partner-page__step-card.is-muted {
  opacity: 0.32;
}

.partner-page__step-card.is-muted .step-card__icon {
  background: #eaf3fb;
  color: #c9d6e3;
  box-shadow: none;
}

.site-cta.cta--partner {
  padding-top: 96px;
}

.site-cta.cta--partner .cta-card {
  max-width: 1180px;
}

.site-cta.cta--partner .badge--glass {
  margin-bottom: 18px;
  padding: 9px 18px;
  font-size: 0.72rem;
}

.site-cta.cta--partner .cta-title {
  max-width: 760px;
  font-size: clamp(2.95rem, 4.6vw, 4.5rem);
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: -0.012em;
}

.site-cta.cta--partner .cta-subtitle {
  max-width: 760px;
  font-size: 1rem;
}

.site-cta.cta--partner .cta-meta {
  margin-bottom: 28px;
  font-size: 0.9rem;
}

.site-cta.cta--partner .cta-actions {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  max-width: none;
}

.site-cta.cta--partner .cta-actions .btn {
  width: auto;
  min-height: 50px;
  padding: 0 28px;
  border-radius: 14px;
  font-size: 0.92rem;
}

.site-cta.cta--partner .cta-actions .btn--light {
  min-width: 194px;
}

.site-cta.cta--partner .cta-actions .btn--outline-light {
  min-width: 176px;
}

@media (min-width: 768px) {
  .cards-grid.home-metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cards-grid.home-feature-grid,
  .cards-grid.home-industries-grid,
  .cards-grid.home-testimonial-grid,
  .cards-grid.home-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cards-grid.home-platform-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cards-grid.home-trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .section {
    padding: 112px 0;
  }

  .section--compact {
    padding: 80px 0;
  }

  .section--strip {
    padding: 56px 0;
  }

  .cards-grid.home-metrics-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .cards-grid.home-feature-grid,
  .cards-grid.home-industries-grid,
  .cards-grid.home-testimonial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cards-grid.home-trust-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 1200px) {
  .cards-grid--6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .hero-title__line--top {
    white-space: normal;
  }

  .hero-title__line--typed {
    min-height: 1.2em;
  }

  .home-section--how .step-grid::before {
    display: none;
  }

  .pricing-page__hero {
    padding: 96px 0 92px;
  }

  .pricing-page__hero-title {
    font-size: clamp(2.4rem, 5.8vw, 3.45rem);
  }

  .pricing-page__plans {
    max-width: 760px;
    gap: 24px;
  }

  .pricing-page__card .pricing-card__inner {
    padding: 28px 26px 24px;
  }

  .pricing-page__faq {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .solutions-page__hero {
    padding: 92px 0 98px;
  }

  .solutions-hero__title {
    font-size: clamp(2.75rem, 6vw, 4rem);
  }

  .solutions-page .solution-row,
  .solutions-page .solution-row--reverse {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .solutions-page .solution-copy,
  .solutions-page .solution-row--reverse .solution-copy {
    max-width: 100%;
    justify-self: start;
  }

  .solutions-page .solution-visual,
  .solutions-page .solution-row:not(.solution-row--reverse) .solution-visual,
  .solutions-page .solution-row--reverse .solution-visual {
    justify-content: center;
  }

  .solutions-page .solution-stack {
    gap: 92px;
  }

  .solutions-page__industries {
    padding-top: 86px;
    padding-bottom: 104px;
  }

  .hero--home {
    min-height: auto;
    padding: 104px 0 72px;
  }

  .hero--home .hero__grid {
    gap: 40px;
  }

  .hero__visual {
    display: flex;
    justify-content: center;
  }

  .hero--home .hero__visual {
    order: 2;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
  }

  .hero--home .hero__copy {
    max-width: 100%;
  }

  .desktop-nav,
  .header-actions {
    display: none;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .hero__grid,
  .split-grid,
  .form-layout {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .cards-grid--4,
  .cards-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats-strip,
  .cards-grid--6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-top-strip__inner,
  .footer-bottom,
  .enterprise-banner,
  .job-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-floating-badge {
    display: none !important;
  }

  .scroll-indicator {
    display: none;
  }

  .floating-mock-card {
    display: none;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 64px 0;
  }

  .site-main {
    padding-top: 72px;
  }

  .header-inner {
    min-height: 72px;
  }

  .container {
    width: min(var(--container), calc(100% - 24px));
  }

  .cards-grid--2,
  .cards-grid--3,
  .cards-grid--4,
  .cards-grid--6,
  .desktop-stats,
  .desktop-panels,
  .form-grid--2,
  .dashboard-card__stats,
  .pos-grid {
    grid-template-columns: 1fr;
  }

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

  .metric-inline-grid,
  .metric-inline-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .step-grid,
  .step-grid--3 {
    grid-template-columns: 1fr;
  }

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

  .pricing-page__hero {
    padding: 82px 0 72px;
  }

  .pricing-page__hero-copy {
    margin-bottom: 34px;
  }

  .pricing-page__hero-title {
    font-size: clamp(2rem, 7.8vw, 2.75rem);
  }

  .pricing-page__hero-subtitle {
    font-size: 1rem;
  }

  .pricing-page__toggle {
    margin-bottom: 38px;
  }

  .pricing-page__plans {
    max-width: 480px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .pricing-page__card .pricing-card__price strong {
    font-size: 2.28rem;
  }

  .pricing-page__enterprise {
    padding: 20px 22px;
  }

  .pricing-page__faq-copy .section-title {
    font-size: clamp(2rem, 7.6vw, 2.7rem);
  }

  .pricing-page__faq-list .faq-item summary {
    font-size: 0.96rem;
  }

  .solutions-page__hero {
    padding: 80px 0 72px;
  }

  .solutions-hero__title {
    font-size: clamp(2.2rem, 8vw, 3.1rem);
  }

  .solutions-hero__subtitle {
    font-size: 1rem;
  }

  .solutions-page .solution-stack {
    gap: 72px;
  }

  .solutions-page .solution-copy__icon {
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
  }

  .solutions-page .solution-copy__title {
    font-size: clamp(1.95rem, 6vw, 2.5rem);
  }

  .solutions-page .solution-copy__text {
    font-size: 1rem;
  }

  .solutions-page__industries {
    padding-top: 72px;
    padding-bottom: 84px;
  }

  .solutions-page__industry-grid {
    gap: 18px;
  }

  .home-section--pos .split-grid,
  .home-section--dashboard .split-grid,
  .home-section--qr .split-grid,
  .home-section--reports .split-grid {
    gap: 40px;
  }

  .form-layout {
    gap: 36px;
  }

  .home-section--pos .split-title,
  .home-section--dashboard .split-title,
  .home-section--qr .split-title,
  .home-section--reports .split-title {
    font-size: 2rem;
  }

  .home-section--pos .split-copy__text,
  .home-section--dashboard .split-copy__text,
  .home-section--qr .split-copy__text,
  .home-section--reports .split-copy__text {
    font-size: 1rem;
  }

  .site-cta {
    padding-top: 72px;
  }

  .site-cta .cta-title {
    font-size: clamp(2.25rem, 7vw, 3.15rem);
  }

  .site-cta .cta-subtitle {
    font-size: 1rem;
  }

  .site-cta.cta--solutions .cta-title {
    font-size: clamp(2.4rem, 8vw, 3.45rem);
  }

  .site-cta.cta--solutions .cta-actions {
    flex-direction: column;
    align-items: stretch;
    max-width: 420px;
  }

  .site-cta.cta--solutions .cta-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .site-cta.cta--pricing .cta-title {
    font-size: clamp(2.15rem, 7.8vw, 3rem);
  }

  .site-cta.cta--pricing .cta-actions {
    flex-direction: column;
    align-items: stretch;
    max-width: 420px;
  }

  .site-cta.cta--pricing .cta-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .site-footer .brand-logo__text,
  .footer-brand__copy,
  .footer-contact a,
  .footer-contact div,
  .footer-links__group a,
  .footer-bottom p,
  .footer-bottom a {
    font-size: 0.92rem;
  }

  .footer-top-strip__copy p {
    font-size: 1rem;
  }

  .footer-top-strip__copy span {
    font-size: 0.86rem;
  }

  .site-cta .cta-actions__secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero--home {
    padding: 84px 0 52px;
  }

  .hero--home .hero__grid {
    gap: 28px;
  }

  .hero--home .hero__copy {
    max-width: 100%;
  }

  .hero--home .hero__copy > .badge {
    max-width: 300px;
    white-space: normal;
    line-height: 1.35;
  }

  .hero--home .hero-title {
    font-size: clamp(2.05rem, 9vw, 2.75rem);
    line-height: 1.04;
  }

  .hero-title__line--typed {
    min-height: 2.08em;
  }

  .hero--home .hero-copy {
    max-width: 100%;
    font-size: 0.96rem;
    line-height: 1.68;
  }

  .pricing-card__price strong,
  .pricing-preview-card__head strong,
  .metric-card__value {
    font-size: 2.1rem;
  }

  .hero-actions,
  .cta-actions,
  .footer-top-strip__actions {
    width: 100%;
    flex-direction: column;
  }

  .hero-actions .btn,
  .cta-actions .btn,
  .footer-top-strip__actions .btn {
    width: 100%;
  }

  .social-proof {
    gap: 12px;
  }

  .social-proof__divider {
    display: none;
  }

  .desktop-window__body {
    grid-template-columns: 1fr;
  }

  .desktop-sidebar {
    display: none;
  }

  .contact-success {
    min-height: 220px;
    padding: 32px 20px;
  }

  .form-card,
  .office-card {
    padding: 24px 20px;
  }

  .quick-help-card {
    padding: 18px;
  }

  .office-card__head {
    align-items: flex-start;
  }

  .floating-mock-card,
  .floating-download {
    right: 16px;
    left: auto;
  }

  .floating-mock-card--left,
  .floating-mock-card--right,
  .floating-mock-card--bottom-left,
  .floating-mock-card--top-right {
    position: static;
    margin-top: 12px;
  }

  .hero-illustration,
  .dashboard-illustration,
  .pos-illustration,
  .qr-illustration,
  .reports-illustration {
    max-width: 100%;
  }

  .hero-illustration {
    max-width: 300px;
  }

  .desktop-illustration {
    max-width: 100%;
  }

  .footer-legal {
    flex-wrap: wrap;
  }

  .floating-download {
    display: flex;
    right: 14px;
    bottom: 14px;
    z-index: 56;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(var(--container), calc(100% - 20px));
  }

  .cards-grid.home-mini-grid,
  .stats-strip,
  .cards-grid.home-trust-grid,
  .metric-inline-grid,
  .metric-inline-grid--three {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .cta-actions,
  .section-actions {
    gap: 12px;
  }

  .site-cta .cta-actions {
    flex-direction: column;
    align-items: stretch;
    max-width: 420px;
  }

  .site-cta .cta-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .pricing-page__hero {
    padding: 74px 0 60px;
  }

  .pricing-page__hero-title {
    font-size: clamp(1.82rem, 9.2vw, 2.32rem);
  }

  .pricing-page__toggle.billing-toggle button {
    padding: 10px 16px;
    font-size: 0.88rem;
  }

  .pricing-page__card .pricing-card__inner {
    padding: 24px 20px 22px;
  }

  .pricing-page__card .pricing-card__plan-name {
    font-size: 1.42rem;
  }

  .pricing-page__card .pricing-card__price strong {
    font-size: 2.02rem;
  }

  .pricing-page__faq-copy .section-title {
    font-size: 1.82rem;
  }

  .solutions-page__hero {
    padding: 72px 0 60px;
  }

  .solutions-hero__title {
    font-size: clamp(1.95rem, 10vw, 2.7rem);
  }

  .solutions-page .solution-copy__title {
    font-size: 1.8rem;
  }

  .solutions-page__industries .section-title {
    font-size: 2rem;
  }

  .home-section--pos .split-title,
  .home-section--dashboard .split-title,
  .home-section--qr .split-title,
  .home-section--reports .split-title,
  .home-section--how .section-title {
    font-size: 1.85rem;
  }

  .site-cta .cta-title {
    font-size: clamp(1.95rem, 9vw, 2.45rem);
  }

  .site-cta.cta--pricing .cta-title {
    font-size: clamp(1.92rem, 9.2vw, 2.45rem);
  }

  .site-cta .cta-actions__secondary {
    grid-template-columns: 1fr;
  }

  .hero--home .hero-title {
    font-size: clamp(1.92rem, 9.4vw, 2.45rem);
    line-height: 1.05;
  }

  .phone-shell {
    width: 188px;
    border-radius: 40px;
  }

  .phone-screen {
    min-height: 336px;
    border-radius: 32px;
  }

  .floating-download {
    display: flex;
    right: 12px;
    bottom: 12px;
  }

  .floating-download__menu a {
    min-width: 154px;
    padding: 10px 12px;
  }

  .floating-download__toggle {
    gap: 8px;
    padding: 12px 15px;
    border-radius: 16px;
    font-size: 0.78rem;
  }

  .contact-success {
    min-height: 190px;
    padding: 24px 16px;
  }

  .contact-success__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
  }

  .contact-success h3 {
    font-size: 1.18rem;
  }
}

@media (max-width: 1200px) {
  .desktop-page__hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 44px;
  }

  .desktop-page__hero-title {
    max-width: 480px;
    font-size: clamp(2.75rem, 5vw, 3.6rem);
  }

  .desktop-page__split {
    gap: 56px;
  }
}

@media (max-width: 1024px) {
  .desktop-page__hero {
    padding: 76px 0 54px;
  }

  .desktop-page__hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .desktop-page__hero-copy {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
  }

  .desktop-page__hero-title,
  .desktop-page__hero-text {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .desktop-page__hero-actions,
  .desktop-page__hero-chips {
    justify-content: center;
  }

  .desktop-page__hero-visual {
    justify-content: center;
  }

  .desktop-page__split {
    gap: 42px;
  }

  .desktop-page__split + .desktop-page__split {
    margin-top: 52px;
  }

  .desktop-page__cards {
    gap: 18px;
  }

  .site-cta.cta--desktop .cta-title {
    font-size: clamp(2.35rem, 7vw, 3.15rem);
  }
}

@media (max-width: 768px) {
  .desktop-page__hero {
    padding: 70px 0 48px;
  }

  .desktop-page__hero-title {
    font-size: clamp(2.2rem, 8vw, 3rem);
    max-width: 100%;
    text-wrap: pretty;
  }

  .desktop-page__hero-text {
    font-size: 0.94rem;
  }

  .desktop-page__heading .section-title {
    font-size: clamp(2rem, 7vw, 2.7rem);
  }

  .desktop-page__workspace,
  .desktop-page__capabilities,
  .desktop-page__steps {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .desktop-page__split {
    gap: 34px;
  }

  .desktop-page__split + .desktop-page__split {
    margin-top: 44px;
  }

  .desktop-page__workspace .split-title {
    font-size: 1.85rem;
  }

  .desktop-page__workspace .split-copy__text,
  .desktop-page__heading .section-subtitle {
    font-size: 0.92rem;
  }

  .desktop-page__cards {
    grid-template-columns: 1fr;
  }

  .desktop-page__steps-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .site-cta.cta--desktop .cta-title {
    font-size: clamp(2rem, 7.8vw, 2.85rem);
  }

  .site-cta.cta--desktop .cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .site-cta.cta--desktop .cta-actions .btn {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .desktop-page__hero-title {
    font-size: clamp(1.9rem, 9.2vw, 2.42rem);
    max-width: 100%;
  }

  .desktop-page__hero .badge--glass,
  .desktop-page__heading .badge--soft {
    font-size: 0.62rem;
  }

  .desktop-page__hero-chips {
    gap: 8px;
  }

  .desktop-page__hero-chips .chip {
    font-size: 0.68rem;
  }

  .desktop-page__workspace .split-title {
    font-size: 1.65rem;
  }

  .desktop-page__step-card p {
    max-width: 100%;
  }

  .site-cta.cta--desktop .cta-title {
    font-size: clamp(1.82rem, 9vw, 2.35rem);
  }
}

@media (max-width: 1200px) {
  .partner-page__hero-title {
    font-size: clamp(3rem, 5vw, 4.2rem);
  }

  .partner-page__steps-grid {
    gap: 22px;
  }
}

@media (max-width: 1024px) {
  .partner-page__hero {
    padding: 84px 0 92px;
  }

  .partner-page__hero-title {
    font-size: clamp(2.7rem, 6.8vw, 3.7rem);
  }

  .partner-page__stats-grid {
    max-width: 680px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partner-page__benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
  }

  .partner-page__steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
  }

  .site-cta.cta--partner .cta-title {
    font-size: clamp(2.45rem, 7vw, 3.35rem);
  }
}

@media (max-width: 768px) {
  .partner-page__hero {
    padding: 72px 0 82px;
  }

  .partner-page__hero-title {
    font-size: clamp(2.2rem, 8.5vw, 3rem);
  }

  .partner-page__hero-text {
    font-size: 0.96rem;
  }

  .partner-page__stats {
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .partner-page__benefits,
  .partner-page__process {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .partner-page__heading .section-title {
    font-size: clamp(2rem, 7.4vw, 2.8rem);
  }

  .partner-page__heading .section-subtitle {
    font-size: 0.94rem;
  }

  .partner-page__benefits-grid,
  .partner-page__steps-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  .partner-page__step-card p {
    max-width: 100%;
  }

  .site-cta.cta--partner .cta-title {
    font-size: clamp(2.1rem, 8vw, 2.95rem);
  }

  .site-cta.cta--partner .cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .site-cta.cta--partner .cta-actions .btn {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .partner-page__hero-title {
    font-size: clamp(1.9rem, 10vw, 2.5rem);
  }

  .partner-page__hero .badge--glass,
  .partner-page__heading .badge--soft {
    font-size: 0.62rem;
  }

  .partner-page__stats-grid {
    grid-template-columns: 1fr;
  }

  .partner-page__stat {
    padding: 24px 16px 20px;
  }

  .partner-page__benefit-card {
    min-height: 0;
    padding: 22px 20px;
  }

  .partner-page__step-card .step-card__icon {
    width: 54px;
    height: 54px;
  }

  .site-cta.cta--partner .cta-title {
    font-size: clamp(1.9rem, 9vw, 2.45rem);
  }
}

@media (max-width: 1024px) {
  .brand-byline {
    display: none;
  }

  .hero--home .hero__grid {
    grid-template-columns: 1fr !important;
    gap: 34px;
  }

  .hero--home .hero__copy,
  .hero--home .hero__visual {
    grid-column: 1 / -1;
  }

  .hero--home .hero__copy {
    order: 1;
    max-width: 100%;
  }

  .hero--home .hero__visual {
    order: 2;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    justify-content: center;
  }

  .hero--home .hero__visual .hero-illustration {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .site-main {
    padding-top: 74px;
  }

  .header-inner {
    min-height: 74px;
    gap: 12px;
  }

  .site-header .brand-logo__full {
    height: 44px;
    max-width: 176px;
  }

  .site-header .brand-logo__text {
    font-size: 1.02rem;
  }

  .mobile-menu-toggle {
    margin-left: auto;
    padding: 8px;
    color: var(--color-text) !important;
  }

  .mobile-menu__group,
  .mobile-menu__actions {
    padding: 14px 12px;
  }

  .mobile-menu__actions .btn {
    width: 100%;
  }

  .hero--home {
    padding: 82px 0 40px;
  }

  .hero--home .hero__grid {
    gap: 22px;
    align-items: start;
  }

  .hero--home .hero__copy > .badge {
    width: 100%;
    max-width: none;
    justify-content: flex-start;
    padding: 14px 18px;
    border-radius: 26px;
    font-size: 0.88rem;
    line-height: 1.3;
  }

  .hero-title__line--top {
    white-space: normal;
  }

  .hero--home .hero-title {
    max-width: 8.8ch;
    margin-bottom: 16px;
    font-size: clamp(2.45rem, 10.8vw, 3.25rem);
    line-height: 0.98;
    letter-spacing: -0.02em;
    text-wrap: balance;
  }

  .hero-title__line--typed {
    min-height: 2.16em;
  }

  .hero--home .hero-copy {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.72;
  }

  .hero-illustration {
    max-width: 340px;
    padding: 14px 0 30px;
  }

  .phone-shell {
    width: min(76vw, 288px);
    border-radius: 52px;
  }

  .phone-screen {
    min-height: clamp(420px, 108vw, 520px);
    border-radius: 42px;
  }

  .hero-actions {
    gap: 12px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero--home .social-proof {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 10px 16px;
    margin-top: 24px;
  }

  .hero--home .social-proof__stars {
    grid-column: 1;
  }

  .hero--home .social-proof__businesses {
    grid-column: 2;
  }

  .hero--home .social-proof__credit {
    grid-column: 1 / -1;
  }

  .hero--home .chip-row {
    margin-top: 22px;
    gap: 10px;
  }

  .hero--home .chip-row .chip {
    flex: 0 0 auto;
  }

  .stats-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
  }

  .stat-strip-card {
    padding: 8px 4px;
  }

  .stat-strip-card h3,
  .stat-box-card h3 {
    font-size: clamp(1.18rem, 5vw, 1.48rem);
  }

  .stat-strip-card p,
  .stat-box-card p {
    font-size: 0.82rem;
  }

  .cards-grid.home-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .cards-grid.home-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .mini-card {
    padding: 14px 12px;
    gap: 10px;
  }

  .mini-card strong {
    font-size: 0.9rem;
  }

  .mini-card span {
    font-size: 0.76rem;
  }

  .pill-row {
    gap: 10px;
  }

  .pill-tag {
    padding: 10px 14px;
    font-size: 0.8rem;
  }

  .check-list {
    gap: 14px;
  }

  .check-list li {
    font-size: 0.96rem;
  }

  .home-section .split-grid > .split-copy {
    order: 1;
  }

  .home-section .split-grid > :not(.split-copy) {
    order: 2;
  }

  .split-copy > .btn {
    margin-top: 12px;
  }

  .site-cta .cta-actions--inline {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 520px;
    gap: 12px;
    align-items: stretch;
  }

  .site-cta .cta-actions--inline .btn {
    width: 100%;
    min-width: 0;
  }

  .site-cta .cta-actions--inline .btn:first-child {
    grid-column: 1 / -1;
  }

  .footer-top-strip__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
  }

  .footer-top-strip__actions .btn {
    width: 100%;
    min-width: 0;
  }

  .floating-download {
    display: flex;
  }

  .floating-download__toggle {
    gap: 8px;
    padding: 12px 16px;
    border-radius: 16px;
    font-size: 0.8rem;
  }

  .contact-success {
    min-height: 168px;
    padding: 24px 18px;
  }

  .contact-success p {
    max-width: 100%;
  }

  .office-card__body p span {
    word-break: break-word;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(var(--container), calc(100% - 24px));
  }

  .header-inner {
    min-height: 70px;
  }

  .site-header .brand-logo__full {
    height: 42px;
    max-width: 164px;
  }

  .site-header .brand-logo__text {
    font-size: 0.98rem;
  }

  .hero--home {
    padding: 72px 0 32px;
  }

  .hero--home .hero-title {
    max-width: 8.2ch;
    font-size: clamp(2.32rem, 13.2vw, 3rem);
  }

  .hero-title__line--typed {
    min-height: 2.08em;
  }

  .hero--home .social-proof {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero--home .social-proof__stars,
  .hero--home .social-proof__businesses,
  .hero--home .social-proof__credit {
    grid-column: auto;
  }

  .hero-illustration {
    max-width: 320px;
    padding: 10px 0 26px;
  }

  .phone-shell {
    width: min(74vw, 276px);
    border-radius: 48px;
  }

  .phone-screen {
    min-height: clamp(400px, 112vw, 500px);
    border-radius: 38px;
  }

  .stats-strip,
  .cards-grid.home-trust-grid,
  .cards-grid.home-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stat-strip-card__icon,
  .trust-card__icon {
    margin-left: auto;
    margin-right: auto;
  }

  .trust-card {
    padding: 20px 16px;
    text-align: center;
  }

  .trust-card__icon {
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
  }

  .trust-card h3 {
    font-size: 1rem;
    line-height: 1.3;
  }

  .trust-card p {
    font-size: 0.82rem;
    line-height: 1.5;
  }

  .mini-card__icon {
    width: 38px;
    height: 38px;
  }

  .site-cta .cta-actions--inline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .site-cta .cta-actions--inline .btn {
    min-height: 52px;
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 0.9rem;
  }

  .footer-top-strip__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-top-strip__actions .btn {
    min-height: 48px;
  }
}
