:root {
  --bg-dark: #0f1214;
  --surface-1: #15191c;
  --surface-2: #0b0f10;
  --text-1: #f7f8f8;
  --text-2: #b8c0c2;
  --brand: #22c55e;
  --brand-ink: #0e3d22;
  --muted: #eef2f5;
  --muted-ink: #1d232a;
  --radius-xl: 22px;
}

html body {
  background: var(--bg-dark);
  color: var(--text-1);
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
  scroll-behavior: smooth;
}

.navbar {
  background: rgba(15, 18, 20, 0.7);
  backdrop-filter: blur(8px);
}

.navbar-nav .nav-link {
  color: var(--text-1);
  opacity: 0.82;
  font-weight: 500;
}

.navbar-nav .nav-link:hover {
  opacity: 1;
}

.navbar-toggler {
    background-color: #ffffff;
}

.btn-brand {
  --bs-btn-bg: var(--brand);
  --bs-btn-border-color: var(--brand);
  --bs-btn-color: #0b1a0f;
  --bs-btn-hover-bg: #1db655;
  --bs-btn-hover-border-color: #1db655;
  border-radius: 999px;
  padding: 0.65rem 1.1rem;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-ghost {
  border-radius: 999px;
  padding: 0.65rem 1.1rem;
  font-weight: 600;
}

.btn-brand::before,
.btn-ghost::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.15);
  transform: translateX(-100%);
  transition: transform 0.45s ease;
}

.btn-brand:hover::before,
.btn-ghost:hover::before {
  transform: translateX(0);
}

.btn-brand:hover,
.btn-ghost:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* Hero */
.hero {
  position: relative;
  background: radial-gradient(
      1200px 600px at 70% -10%,
      #1b2226 0%,
      rgba(27, 34, 38, 0) 60%
    ),
    linear-gradient(180deg, var(--surface-2) 0%, var(--bg-dark) 60%);
}

.hero h1 {
  font-weight: 800;
  letter-spacing: -0.02em;
}

.hero .lead {
  color: var(--text-2);
}

.hero-note {
  color: #98a2a6;
  font-size: 0.82rem;
}

/* Angled receipt image */
.tilt-card {
  position: relative;
  transform: rotate(-18deg);
  width: min(560px, 90vw);
  aspect-ratio: 16/10;
  border-radius: 28px;
  background: #fff;
  color: #111;
  box-shadow: 0 30px 120px rgba(0, 0, 0, 0.6), 0 10px 30px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  border: 1px solid #e8ecef;
}

.tilt-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tilt-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 0.05)
  );
}

/* Feature cards */
.benefits-animated .feature-card {
  border: none;
  border-radius: var(--radius-xl);
  background: #fff;
  color: #1d232a;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(0);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.benefits-animated .feature-card .icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #e9faf1;
  color: #1c8c49;
}

.benefits-animated .feature-card p {
  color: #53616a;
}

.benefits-animated .feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

/* About band */
.about {
  background: #f6f8f9;
  color: #1c242b;
  border-radius: var(--radius-xl);
}

/* SMARTER WAY section */
.smart .section-sub {
  color: #8a949a;
}

.smart .band {
  background: #f6f8f9;
  border: 1px solid #e6edf0;
  border-radius: 28px;
  padding: 2rem 1.25rem;
}

@media (min-width: 992px) {
  .smart .band {
    padding: 2.25rem;
  }
}

/* Steps */
.smart-steps .smart-step {
  gap: 1rem;
  padding: 0.75rem 0.5rem 1rem;
  border-radius: 16px;
  transition: opacity 0.25s ease, transform 0.2s ease;
}

.smart-steps .smart-step:not(.is-active) {
  opacity: 0.45;
}

.smart-steps .smart-step:hover {
  opacity: 1;
  transform: translateX(4px);
}

.smart-steps .no {
  width: 2.25rem;
  flex: 0 0 2.25rem;
  text-align: left;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #b6c0c5;
}

.smart-steps h5 {
  margin: 0;
  color: #0f1720;
}

.smart-steps p {
  margin: 0.35rem 0 0;
  color: #66727a;
}

/* Chart card */
.smart-chart {
  background: #fff;
  border: 1px solid #e6edf0;
  border-radius: 24px;
  padding: 1rem;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.smart-chart .sheen {
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 65%
  );
  transform: translateX(-120%);
  pointer-events: none;
}

.smart-chart:hover .sheen {
  animation: smart-sheen 1.4s ease;
}

@keyframes smart-sheen {
  to {
    transform: translateX(120%);
  }
}

/* Footer */
footer {
  color: #9aa6ac;
}

/* Reveal Animations */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.in {
  opacity: 1;
  transform: none;
}

.reveal.delay-1 {
  transition-delay: 0.12s;
}

.reveal.delay-2 {
  transition-delay: 0.24s;
}

.reveal.delay-3 {
  transition-delay: 0.36s;
}

.reveal.delay-4 {
  transition-delay: 0.5s;
}

/* Float animation */
@keyframes floaty {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10px);
  }
}

.tilt-wrap {
  animation: floaty 6s ease-in-out infinite alternate;
}

@media (max-width: 991.98px) {
  .tilt-card {
    margin-inline: auto;
    transform: none;
  }

  .hero {
    padding-top: 1rem;
  }
}

/* Animated buttons */
.btn-animated {
  position: relative;
  overflow: hidden;
  transform: translateY(0);
  transition: transform 0.2s ease, box-shadow 0.2s ease,
    background-position 0.4s ease;
}

.btn-animated .bi {
  transition: transform 0.25s ease;
}

.btn-animated:hover {
  transform: translateY(-2px);
}

.btn-animated:active {
  transform: translateY(0);
}

/* Brand gradient + shine + pulse */
.btn-brand {
  --bs-btn-bg: var(--brand);
  --bs-btn-border-color: var(--brand);
  --bs-btn-color: #0b1a0f;
  --bs-btn-hover-bg: #1db655;
  --bs-btn-hover-border-color: #1db655;
  border-radius: 999px;
  padding: 0.65rem 1.1rem;
  font-weight: 700;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 50%, #22c55e 100%);
  background-size: 200% 200%;
}

.btn-brand:hover {
  background-position: right center;
  box-shadow: 0 10px 24px rgba(34, 197, 94, 0.35);
}

.btn-brand.btn-shine::after {
  content: "";
  position: absolute;
  inset: -100% -30%;
  background: linear-gradient(
    110deg,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0.6) 35%,
    rgba(255, 255, 255, 0) 50%
  );
  transform: translateX(-100%);
}

.btn-brand.btn-shine:hover::after {
  animation: shine 1.2s linear forwards;
}

@keyframes shine {
  to {
    transform: translateX(100%);
  }
}

.btn-pulse {
  animation: pulse 2.4s ease-in-out infinite;
}

@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(34, 197, 94, 0.18);
  }
}

.btn-animated:hover .bi {
  transform: translateX(4px);
}

/* Ghost button with animated border */
.btn-ghost {
  color: #e7f5ec;
  border: 2px solid rgba(255, 255, 255, 0.25);
  background: linear-gradient(#0000, #0000) padding-box,
    linear-gradient(135deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.1))
      border-box;
}

.btn-ghost:hover {
  color: #0b1a0f;
  border-color: transparent;
  background: linear-gradient(#eafaf1, #eafaf1) padding-box,
    linear-gradient(135deg, #22c55e, #16a34a) border-box;
  box-shadow: 0 8px 20px rgba(34, 197, 94, 0.25);
}

/* Benefits section background hover animation */
.benefits-animated {
  position: relative;
  z-index: 0;
  background: radial-gradient(
      600px 320px at var(--mx, 65%) var(--my, -10%),
      rgba(34, 197, 94, 0.12),
      rgba(34, 197, 94, 0) 60%
    ),
    radial-gradient(
      800px 400px at 10% -20%,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0) 60%
    ),
    linear-gradient(180deg, var(--bg-dark) 0%, #0c0f11 100%);
  transition: background 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
}

.benefits-animated::before,
.benefits-animated::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(40px);
  opacity: 0.28;
  z-index: 0;
}

.benefits-animated::before {
  width: 520px;
  height: 520px;
  background: radial-gradient(
    closest-side,
    rgba(34, 197, 94, 0.25),
    rgba(34, 197, 94, 0) 70%
  );
  top: -160px;
  left: -160px;
  transform: translate3d(0, 0, 0);
  transition: transform 0.8s ease;
}

.benefits-animated::after {
  width: 420px;
  height: 420px;
  background: radial-gradient(
    closest-side,
    rgba(124, 242, 168, 0.18),
    rgba(124, 242, 168, 0) 70%
  );
  bottom: -120px;
  right: -140px;
  transform: translate3d(0, 0, 0);
  transition: transform 0.8s ease;
}

.benefits-animated:hover::before {
  transform: translate3d(40px, 20px, 0);
}

.benefits-animated:hover::after {
  transform: translate3d(-30px, -20px, 0);
}

.benefits-animated > .container {
  position: relative;
  z-index: 1;
}

.benefits-animated .feature-card {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .benefits-animated::before,
  .benefits-animated::after,
  .btn-animated,
  .benefits-animated .feature-card {
    animation: none !important;
    transition: none !important;
  }
}

/* Extra sheen sweep on hover */
.benefits-animated .sheen {
  position: absolute;
  inset: -1px;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0.12) 50%,
    rgba(255, 255, 255, 0) 65%
  );
  transform: translateX(-120%);
  opacity: 0.6;
}

.benefits-animated:hover .sheen {
  animation: sheen-sweep 1.9s ease;
}

@keyframes sheen-sweep {
  to {
    transform: translateX(120%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .benefits-animated:hover .sheen {
    animation: none;
  }
}

/* Feature-card interactive hover background + border */
.benefits-animated .feature-card {
  overflow: hidden;
  border: 2px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #e6eef2, #e6eef2) border-box;
  /* default subtle border */
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.4s ease;
}

.benefits-animated .feature-card:hover {
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #22c55e, #16a34a) border-box;
}

.benefits-animated .feature-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(
    160px 160px at var(--mx, -20%) var(--my, -20%),
    rgba(34, 197, 94, 0.18),
    rgba(34, 197, 94, 0) 60%
  );
  opacity: 0;
  transition: opacity 0.25s ease;
}

.benefits-animated .feature-card:hover::before {
  opacity: 1;
}

.benefits-animated .feature-card > * {
  position: relative;
  z-index: 1;
}

.benefits-animated .feature-card .icon {
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.benefits-animated .feature-card:hover .icon {
  transform: scale(1.05);
  background: #d8f7e7;
  color: #168a4c;
}

/* Feature-card color & background animation (override) */
.benefits-animated .feature-card {
  /* dynamic theme vars */
  --card-bg: linear-gradient(#ffffff, #ffffff);
  --card-text: #1d232a;
  --card-subtext: #53616a;
  --card-icon-bg: #e9faf1;
  --card-icon-fg: #1c8c49;
  color: var(--card-text);
  background: var(--card-bg) padding-box,
    linear-gradient(135deg, #e6eef2, #e6eef2) border-box;
  background-size: 200% 200%;
  background-position: left center;
  transition: transform 0.28s ease, box-shadow 0.28s ease,
    background-position 0.6s ease, color 0.28s ease, border-color 0.28s ease;
}

.benefits-animated .feature-card h5 {
  color: var(--card-text);
  transition: color 0.28s ease;
}

.benefits-animated .feature-card p {
  color: var(--card-subtext);
  transition: color 0.28s ease;
}

.benefits-animated .feature-card .icon {
  background: var(--card-icon-bg);
  color: var(--card-icon-fg);
}

.benefits-animated .feature-card:hover {
  --card-bg: linear-gradient(135deg, #16a34a 0%, #22c55e 50%, #16a34a 100%);
  --card-text: #ffffff;
  --card-subtext: rgba(255, 255, 255, 0.92);
  --card-icon-bg: rgba(255, 255, 255, 0.22);
  --card-icon-fg: #ffffff;
  background: var(--card-bg) padding-box,
    linear-gradient(135deg, #22c55e, #16a34a) border-box;
  background-position: right center;
  transform: translateY(-8px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.25);
}

/* spotlight overlay fine‑tuned for both themes */
.benefits-animated .feature-card::before {
  mix-blend-mode: overlay;
}

/* ABOUT band — animated & attractive */
.about-animated {
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: var(--radius-xl);
  background: linear-gradient(#f6f8f9, #f6f8f9) padding-box,
    linear-gradient(135deg, #e5edf0, #e5edf0) border-box;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.35s ease, transform 0.3s ease, background 0.6s ease;
}

.about-animated:hover {
  transform: translateY(-4px);
  background: linear-gradient(#f6f8f9, #f6f8f9) padding-box,
    linear-gradient(135deg, #22c55e, #16a34a) border-box;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

/* Floating gradient blobs */
.about-animated::before,
.about-animated::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.35;
}

.about-animated::before {
  width: 420px;
  height: 420px;
  left: -140px;
  top: -160px;
  background: radial-gradient(
    closest-side,
    rgba(34, 197, 94, 0.22),
    rgba(34, 197, 94, 0) 70%
  );
  animation: drift 18s ease-in-out infinite;
}

.about-animated::after {
  width: 360px;
  height: 360px;
  right: -120px;
  bottom: -140px;
  background: radial-gradient(
    closest-side,
    rgba(124, 242, 168, 0.16),
    rgba(124, 242, 168, 0) 70%
  );
  animation: drift 22s ease-in-out infinite reverse;
}

@keyframes drift {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(20px, -12px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

/* Sheen sweep on hover */
.about-animated .sheen {
  position: absolute;
  inset: -1px;
  z-index: 0;
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0.16) 50%,
    rgba(255, 255, 255, 0) 65%
  );
  transform: translateX(-120%);
}

.about-animated:hover .sheen {
  animation: sheen-about 1.8s ease;
}

@keyframes sheen-about {
  to {
    transform: translateX(120%);
  }
}

/* Title underline reveal */
.about-animated .about-title {
  position: relative;
  z-index: 1;
}

.about-animated .about-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 3px;
  width: 72px;
  border-radius: 3px;
  background: linear-gradient(90deg, #16a34a, #22c55e);
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.6s ease 0.2s;
}

.about-animated.reveal.in .about-title::after {
  transform: scaleX(1);
}

/* Keep text above effects */
.about-animated > * {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .about-animated,
  .about-animated::before,
  .about-animated::after,
  .about-animated .sheen {
    animation: none !important;
    transition: none !important;
  }
}

/* ========== Pills Marquee Section (Highlights) ========== */
.pills-band {
  position: relative;
  overflow: hidden;
  background: #f6f8f9;
  border-radius: var(--radius-xl);
  border: 1px solid #e6edf0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.pills-band .marquee {
  position: relative;
  overflow: hidden;
}

.pills-band .marquee::before,
.pills-band .marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}

.pills-band .marquee::before {
  left: 0;
  background: linear-gradient(90deg, #f6f8f9 0%, rgba(246, 248, 249, 0) 100%);
}

.pills-band .marquee::after {
  right: 0;
  background: linear-gradient(270deg, #f6f8f9 0%, rgba(246, 248, 249, 0) 100%);
}

.pills-band .marquee .inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: max-content;
  animation: marquee 24s linear infinite;
  padding: 0.25rem 0;
}

.pills-band .marquee:hover .inner {
  animation-play-state: paused;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 0.9rem 1.3rem;
  border-radius: 999px;
  border: 1px solid #d9e3e7;
  background: #fff;
  color: #1c242b;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02) inset, 0 6px 14px rgba(0, 0, 0, 0.06);
  transition: background 0.4s ease, color 0.3s ease, border-color 0.3s ease,
    transform 0.25s ease, box-shadow 0.25s ease;
}

.pill:hover {
  background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
  color: #fff;
  border-color: transparent;
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(34, 197, 94, 0.26);
}

.pill::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 999px;
  background: linear-gradient(
    110deg,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0.65) 35%,
    rgba(255, 255, 255, 0) 50%
  );
  transform: translateX(-120%);
}

.pill:hover::after {
  animation: shine 1.1s linear forwards;
}

@media (prefers-reduced-motion: reduce) {
  .pills-band .marquee .inner {
    animation: none;
  }

  .pill,
  .pills-band {
    transition: none;
  }
}

/* --- Fix pills hover spillover & pointer capture --- */
.pill {
  overflow: hidden;
  isolation: isolate;
  z-index: 0;
}

.pill::after {
  pointer-events: none;
  z-index: 1;
}

/* tighten overlay to the pill bounds */
.pill::after {
  inset: 0;
}

/* ====== Faster Checkout Times section ====== */
.features-alt .section-title {
  letter-spacing: 0.01em;
}

.features-alt .section-sub {
  color: var(--text-2);
}

.fx-box {
  position: relative;
  overflow: hidden;
  border: 1px solid #e6edf0;
  border-radius: var(--radius-xl);
  padding: 1.25rem;
  background: var(--fx-bg, linear-gradient(#ffffff, #ffffff));
  --fx-head: #0f1720;
  --fx-text: #53616a;
  --fx-cat: #22c55e;
  --fx-icon-bg: rgba(34, 197, 94, 0.12);
  --fx-icon-ring: rgba(34, 197, 94, 0.3);
  color: var(--fx-text);
  transition: background 0.55s ease, color 0.35s ease, transform 0.25s ease,
    box-shadow 0.25s ease;
}

.fx-box h4 {
  color: var(--fx-head);
  transition: color 0.35s ease;
}

.fx-box .fx-cat {
  color: var(--fx-cat);
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}

.fx-icon {
  width: 44px;
  aspect-ratio: 1/1;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #0b0f11;
  color: #ffffff;
  position: relative;
  isolation: isolate;
  box-shadow: inset 0 0 0 2px #22c55e;
  transform: translateZ(0);
  transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease,
    background 0.25s ease;
}

.fx-icon i {
  font-size: 18px;
  line-height: 1;
}

.fx-icon::after {
  content: none;
}

.fx-box::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background: radial-gradient(
    220px 160px at var(--mx, -20%) var(--my, -20%),
    rgba(34, 197, 94, 0.18),
    rgba(34, 197, 94, 0) 60%
  );
  opacity: 0;
  transition: opacity 0.25s ease;
}

.fx-box:hover {
  --fx-bg: linear-gradient(135deg, #16a34a 0%, #22c55e 60%, #16a34a 100%);
  --fx-head: #ffffff;
  --fx-text: rgba(255, 255, 255, 0.92);
  --fx-cat: #ffffff;
  --fx-icon-bg: rgba(255, 255, 255, 0.22);
  --fx-icon-ring: rgba(255, 255, 255, 0.35);
  transform: translateY(-6px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.fx-box:hover::before {
  opacity: 1;
}

.fx-box:hover .fx-icon {
  transform: scale(1.05);
  background: #0b0f11;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #22c55e;
}

.features-alt .mid-divider {
  display: none;
}

@media (min-width: 992px) {
  .features-alt .mid-divider {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #e6edf0;
    opacity: 0.65;
    transform: translateX(-0.5px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .fx-box,
  .fx-icon {
    transition: none;
  }
}

/* ========== HOW IT WORKS (dark cards) ========== */
.how {
  position: relative;
}

.step-card {
  position: relative;
  border: 1px solid #262d31;
  border-radius: 28px;
  padding: 1.5rem;
  background: linear-gradient(#15191c, #15191c) padding-box,
    linear-gradient(135deg, #1e2428, #1a2024) border-box;
  color: #e9eef0;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.6s ease;
}

.step-card h5 {
  color: #ffffff;
}

.step-card p {
  color: #aab5b9;
}

.step-num {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #dbe2e6;
  opacity: 0.9;
}

.step-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(
    220px 140px at var(--mx, -20%) var(--my, -20%),
    rgba(34, 197, 94, 0.22),
    rgba(34, 197, 94, 0) 60%
  );
  transition: opacity 0.25s ease;
}

.step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(34, 197, 94, 0.2) inset;
}

.step-card:hover::before {
  opacity: 1;
}

.step-card .sheen {
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(
    110deg,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0.08) 50%,
    rgba(255, 255, 255, 0) 65%
  );
  transform: translateX(-120%);
  pointer-events: none;
}

.step-card:hover .sheen {
  animation: sheen 1.6s ease;
}

.proof-band {
  background: #15191c;
  border: 1px solid #262d31;
  border-radius: 28px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.avatar-stack .avatar {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 2px solid #0f1214;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}

.avatar-stack .avatar + .avatar {
  margin-left: -12px;
}

.btn-cta {
  border-radius: 999px;
  padding: 0.65rem 1.1rem;
  font-weight: 700;
  background: #fff;
  color: #0b0f11;
  border: 2px solid #ffffff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.12);
}

@media (prefers-reduced-motion: reduce) {
  .step-card,
  .btn-cta {
    transition: none;
  }
}

/* LET'S GO DIGITAL */
.digital .section-sub {
  color: #8a949a;
}

.dcard {
  position: relative;
  border: 1px solid #e6edf0;
  border-radius: 24px;
  background: linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, #e6edf0, #e6edf0) border-box;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.6s ease;
}

.dcard:hover {
  background: linear-gradient(135deg, #f0fbf5 0%, #ffffff 60%) padding-box,
    linear-gradient(135deg, #22c55e, #16a34a) border-box;
  transform: translateY(-6px);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.16);
}

.d-illus {
  display: flex;
  align-items: center;
  justify-content: center;
}

.d-illus img {
  max-width: 100%;
}

.dcard:hover .d-illus svg {
  animation-duration: 3.6s;
}

@keyframes floaty2 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }

  100% {
    transform: translateY(0);
  }
}

.d-divider {
  height: 1px;
  background: #eef2f4;
  margin: 0.5rem 0 1rem;
}

.dcard h5 {
  color: #0f1720;
}

.dcard p {
  color: #66727a;
}

.d-bullet {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #0f1720;
  font-weight: 500;
}

.d-bullet i {
  color: #111;
  background: #eaf7f0;
  border-radius: 999px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
}
.d-bullet span {
  font-size: 14px;
}

@media (prefers-reduced-motion: reduce) {
  .dcard {
    transition: none;
  }

  .d-illus svg {
    animation: none;
  }
}

/* ===== CTA (dark) ===== */
.cta-dark {
  position: relative;
  background: #0b0f11;
  color: #fff;
  overflow: hidden;
  padding-top: clamp(3rem, 7vw, 6rem);
  padding-bottom: clamp(3rem, 7vw, 6rem);
}

.cta-dark .cta-sub {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.72);
}

/* soft radial glow behind content */
.cta-dark::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 900px;
  height: 900px;
  transform: translate(-50%, -42%);
  background: radial-gradient(
    closest-side,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0) 60%
  );
  filter: blur(20px);
  pointer-events: none;
}

/* pill button with circular arrow on the right */
.cta-dark .cta-btn {
  --btn-bg: #fff;
  --btn-text: #0b0f11;
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  border-radius: 999px;
  padding: 0.9rem 1.1rem 0.9rem 1.3rem;
  background: var(--btn-bg);
  color: var(--btn-text);
  border: 2px solid #fff;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.45);
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.35s ease,
    color 0.25s ease;
}

.cta-dark .cta-btn .knob {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 2px solid #0b0f11;
  background: #fff;
  color: #0b0f11;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease,
    border-color 0.25s ease;
}

.cta-dark .cta-btn .knob i {
  transition: transform 0.25s ease;
}

.cta-dark .cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.6);
}

.cta-dark .cta-btn:hover .knob {
  background: #0b0f11;
  color: #fff;
  border-color: #0b0f11;
  transform: translateX(2px);
}

.cta-dark .cta-btn:hover .knob i {
  transform: translateX(1px) translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
  .cta-dark .cta-btn {
    transition: none;
  }

  .cta-dark .cta-btn .knob,
  .cta-dark .cta-btn .knob i {
    transition: none;
  }
}

/* ===== Designed For Businesses ===== */
.designed {
  position: relative;
  background: #f7f9fb;
  padding: 5rem 0;
}

/* subtle decorative rounded rails on the very left (optional) */
.designed::before,
.designed::after {
  content: "";
  position: absolute;
  left: -140px;
  width: 280px;
  border: 1px solid #dbe9e1;
  border-right: 0;
  border-radius: 28px;
  height: 220px;
  background: transparent;
  pointer-events: none;
}
.designed::before {
  top: 40px;
}
.designed::after {
  bottom: 40px;
}
.designed .display-5 {
  color: #000000;
}

/* CTA button */
.designed .btn-cta-green {
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  padding: 0.9rem 1.6rem;
  font-size: 16px;
  background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
  border: 0;
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(34, 197, 94, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    background-position 0.5s ease;
  background-size: 200% 200%;
}
.designed .btn-cta-green:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 56px rgba(34, 197, 94, 0.35);
  background-position: right center;
}
.designed .btn-cta-green .shine {
  position: absolute;
  inset: -1px;
  background: linear-gradient(
    110deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 70%
  );
  transform: translateX(-120%);
  border-radius: inherit;
}
.designed .btn-cta-green:hover .shine {
  animation: btn-sheen 1.1s linear;
}
@keyframes btn-sheen {
  to {
    transform: translateX(120%);
  }
}

/* Receipt preview card */
.receipt-mock img {
  border-radius: 37px 37px 0 0;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.receipt-mock img:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.14);
}
.receipt-mock .r-body {
  color: #47525a;
}
.receipt-mock .r-body a {
  text-decoration: none;
}

/* tiny helper */
.text-secondary-600 {
  color: #97a3a9;
}

/* responsive spacing */
@media (prefers-reduced-motion: reduce) {
  .btn-cta-green,
  .receipt-mock {
    transition: none;
  }
  .btn-cta-green .shine {
    animation: none;
  }
}

/* FAQ styling (rounded, airy, animated) */
.faqs {
  background: #f7f9fb;
}
.faqs .faq-sub {
  color: #8a949a;
}

.faq-card {
  border: 0;
  border-radius: 20px;
  background: #fff;
  margin-bottom: 1rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.faq-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.1);
}

.faq-card .accordion-button {
  border: 0;
  background: #fff;
  padding: 1.15rem 1.25rem;
  border-radius: 20px;
  font-weight: 600;
  color: #0f1720;
  box-shadow: none;
  transition: background 0.25s ease;
}
.faq-card .accordion-button:hover {
  background: #fcfefd;
}
.faq-card .accordion-button:not(.collapsed) {
  background: #fff;
  color: #0f1720;
  box-shadow: none;
}

.faq-card .accordion-button::after {
  filter: grayscale(1) brightness(0.35); /* softer caret */
  transform: rotate(0deg);
  transition: transform 0.2s ease, filter 0.2s ease;
}
.faq-card .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  filter: grayscale(0) brightness(0.2);
}

.faq-card .accordion-body {
  padding: 0 1.25rem 1.25rem 1.25rem;
  color: #66727a;
}

@media (prefers-reduced-motion: reduce) {
  .faq-card {
    transition: none;
  }
  .faq-card .accordion-button::after {
    transition: none;
  }
}

.text-black {
  color: #000000;
}

/* Testimonials */
.testimonials {
  background: #f7f9fb;
  position: relative;
  padding: 5rem 0;
}
.testimonials .t-sub {
  color: #8a949a;
}

/* cards */
.tcard {
  border: 1px solid #e6edf0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.tcard:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.14);
}
.t-quote {
  font-size: 44px;
  line-height: 1;
  color: #9aa6ad;
  font-weight: 800;
  margin-bottom: 0.25rem;
}
.t-text {
  color: #46535b;
}

/* avatar + stars */
.t-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.t-stars i {
  color: #fbbf24;
  margin-right: 2px;
}

/* nav buttons (top-right) */
.t-nav {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 0;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.t-nav i {
  font-size: 18px;
}
.t-nav-light {
  background: #eaecef;
  color: #0b0f11;
}
.t-nav-dark {
  background: #0b0f11;
  color: #fff;
}
.t-nav:hover {
  transform: translateY(-2px);
}

/* ===== SECURITY CARDS ===== */
.encryption {
  background: url(../images/encryption.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}

.privacy-first {
  background: url(../images/privacy.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}

.customize {
  background: url(../images/customizable.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}

.advanced {
  background: url(../images/advanced.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
.max-width-750 {
  max-width: 750px;
  margin: 0 auto;
}
.security {
  padding: 5rem 0;
}
.security .section-sub {
  color: #8a949a;
}

.scard {
  position: relative;
  border: 1px solid #263136;
  border-radius: 24px;
  color: #e9eef0;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
  transition: transform 0.28s ease, box-shadow 0.28s ease,
    border-color 0.35s ease;
}
.scard:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.5);
  border-color: #2f3a3f;
}

/* faint radial glow that follows the cursor */
.scard .glow {
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(
    260px 160px at var(--mx, 20%) var(--my, 20%),
    rgba(34, 197, 94, 0.18),
    rgba(34, 197, 94, 0) 60%
  );
  opacity: 0.85;
}

/* decorative grid lines */
.scard .grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background: linear-gradient(
      90deg,
      transparent 0 94%,
      rgba(34, 197, 94, 0.25) 96% 100%
    ),
    linear-gradient(transparent 0 94%, rgba(34, 197, 94, 0.25) 96% 100%);
  background-size: 80px 80px, 80px 80px;
  mix-blend-mode: screen;
}
.scard .grid.left {
  transform: translateX(-20%);
}

/* CTA pill */
.s-cta {
  --fg: #0b0f11;
  --bg: #fff;
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.7rem 1rem 0.7rem 1.1rem;
  border: 2px solid var(--bg);
  color: var(--fg);
  background: var(--bg);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease,
    color 0.25s ease;
}
.s-cta .knob {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 2px solid var(--fg);
  background: var(--bg);
  color: var(--fg);
  transition: all 0.25s ease;
}
.s-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.6);
}
.s-cta:hover .knob {
  background: #0b0f11;
  color: #fff;
  border-color: #0b0f11;
  transform: translateX(2px);
}

/* illustration block */
.s-illus {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* cursor-follow for the glow (progressive enhancement) */
@media (prefers-reduced-motion: no-preference) {
  .scard {
    will-change: transform;
  }
}
@media (prefers-reduced-motion: reduce) {
  .scard {
    transition: none;
  }
}

/* ===== Contact ===== */
.contact {
  background: #f7f9fb;
  padding: 5rem 0;
}
.contact-card {
  border: 1px solid #e6edf0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

/* soft inputs */
.form-soft {
  background: #f3f6f7;
  border: 1px solid #e6edf0;
  border-radius: 12px;
  padding: 0.85rem 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.form-soft:focus {
  background: #fff;
  border-color: #22c55e;
  box-shadow: 0 0 0 0.25rem rgba(34, 197, 94, 0.15);
}

/* big green CTA */
.btn-contact {
  border-radius: 999px;
  padding: 1rem 1.25rem;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
  border: 0;
  box-shadow: 0 18px 48px rgba(34, 197, 94, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    background-position 0.6s ease;
  background-size: 180% 180%;
}
.btn-contact:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 64px rgba(34, 197, 94, 0.45);
  background-position: right center;
}

@media (prefers-reduced-motion: reduce) {
  .form-soft,
  .btn-contact {
    transition: none;
  }
}

/* Footer */
.site-footer {
  background: #fff;
  color: #0b0f11;
  padding-top: 5rem;
  padding-bottom: 2.5rem;
}
.site-footer .nav-link {
  color: #0b0f11;
  opacity: 0.85;
  font-weight: 500;
}
.site-footer .nav-link:hover {
  opacity: 1;
  text-decoration: none;
}

.footer-line {
  height: 1px;
  background: #e6edf0;
  width: 100%;
}

/* Social icons */
.social .btn-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfd6db;
  border-radius: 10px;
  color: #6b757e;
  background: #fff;
  transition: transform 0.2s ease, color 0.2s ease, background 0.2s ease,
    border-color 0.2s ease;
}
.social .btn-icon:hover {
  transform: translateY(-2px);
  color: #fff;
  background: #0b0f11;
  border-color: #0b0f11;
}

@media (prefers-reduced-motion: reduce) {
  .social .btn-icon {
    transition: none;
  }
}
