:root {
  --bg-0: #070A12;
  --bg-1: #0B1222;
  --card: #0f1a33;
  --border: rgba(255, 255, 255, .10);
  --text-muted: rgba(255, 255, 255, .65);
  --primary: #0B4F4A;
  --primary-2: #137A72;
  --accent: #F4C430;
  --radius: 18px;
}

html,
body {
  height: 100%;
}

body {
  background: #fff;
  scroll-behavior: smooth;
}

/* === Sticky footer layout === */
.site-body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-main {
  flex: 1;
}

.nav-glass {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.nav-glass.is-scrolled {
  background: rgba(11, 18, 34, .65);
  backdrop-filter: blur(14px);
  border-bottom-color: rgba(255, 255, 255, .08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .82);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
}

.navbar .btn.btn-primary {
  box-shadow: 0 10px 25px rgba(11, 79, 74, .25);
}

.navbar-brand img {
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, .35));
}

.navbar-dark .navbar-brand img {
  filter:
    brightness(0) invert(1) drop-shadow(0 4px 14px rgba(0, 0, 0, .45));
}

.brand-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 0 6px rgba(59, 130, 246, .15);
  display: inline-block;
}

.hero-section {
  background:
    radial-gradient(1200px 600px at 20% 15%, rgba(59, 130, 246, .35), transparent 55%),
    radial-gradient(900px 500px at 75% 30%, rgba(99, 102, 241, .25), transparent 55%),
    linear-gradient(180deg, var(--bg-0), var(--bg-1));
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-top: 72px;
}

.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .45rem .75rem;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .85);
  font-size: .9rem;
}

.hero-card {
  background: rgba(15, 26, 51, .72);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  overflow: hidden;
}

.hero-card-body {
  padding: 1rem;
}

.mini-card {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 14px;
  padding: .9rem;
  height: 100%;
}

.mini-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(59, 130, 246, .18);
  border: 1px solid rgba(59, 130, 246, .25);
  color: #cfe2ff;
  margin-bottom: .5rem;
}

.mini-title {
  color: #fff;
  font-weight: 600;
}

.mini-sub {
  color: rgba(255, 255, 255, .65);
  font-size: .9rem;
}

.hero-card-top {
  padding: .9rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  margin-right: 6px;
  background: rgba(255, 255, 255, .22);
}

.dots span:nth-child(1) {
  background: rgba(239, 68, 68, .75);
}

.dots span:nth-child(2) {
  background: rgba(245, 158, 11, .75);
}

.dots span:nth-child(3) {
  background: rgba(34, 197, 94, .75);
}

.kiosk-preview {
  border-radius: 14px;
  background: rgba(0, 0, 0, .18);
  border: 1px solid rgba(255, 255, 255, .10);
}

.pill {
  font-size: .75rem;
  padding: .2rem .55rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .80);
  background: rgba(255, 255, 255, .06);
}

.section {
  background: #fff;
}

.section-alt {
  background: #f7f8fb;
}

.feature-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 16px;
  padding: 1.1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
}

.feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(59, 130, 246, .10);
  border: 1px solid rgba(59, 130, 246, .18);
  color: var(--primary-2);
  margin-bottom: .75rem;
  font-size: 1.2rem;
}

.kiosk-mock {
  background: linear-gradient(180deg, var(--bg-0), var(--bg-1));
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 18px;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 18px 55px rgba(0, 0, 0, .18);
}

.kiosk-header {
  padding: .9rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.kiosk-title {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.kiosk-body {
  padding: 1rem;
}

.pin-input {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  color: #fff;
}

.pin-input::placeholder {
  color: rgba(255, 255, 255, .45);
}

.legal-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 18px;
  padding: 1.25rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
}

.mini-legal {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 16px;
  padding: 1rem;
  height: 100%;
}

.mini-legal-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(59, 130, 246, .10);
  border: 1px solid rgba(59, 130, 246, .18);
  color: var(--primary-2);
  margin-bottom: .5rem;
  font-size: 1.15rem;
}

.module-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 16px;
  padding: 1.1rem;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
}

.module-card i {
  font-size: 1.6rem;
  color: var(--primary-2);
}

.cta-section {
  background:
    radial-gradient(900px 400px at 20% 0%, rgba(59, 130, 246, .35), transparent 55%),
    radial-gradient(700px 350px at 80% 40%, rgba(99, 102, 241, .25), transparent 55%),
    linear-gradient(180deg, var(--bg-0), var(--bg-1));
  color: #fff;
}

.cta-form .form-control {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  color: #fff;
}

.cta-form .form-control::placeholder {
  color: rgba(255, 255, 255, .5);
}

.footer {
  background: #0b1222;
  color: rgba(255, 255, 255, .75);
}

.link-muted {
  color: rgba(255, 255, 255, .75);
  text-decoration: none;
}

.link-muted:hover {
  color: #fff;
  text-decoration: underline;
}

/* Reveal animation */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .6s ease, transform .6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* PRICING */
.pricing-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 18px;
  padding: 1.5rem;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .05);
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease;
}

.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
}

.pricing-card.featured {
  border: 2px solid var(--primary);
  box-shadow: 0 20px 55px rgba(11, 79, 74, .25);
}

.badge-featured {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  color: #fff;
  font-size: .75rem;
  font-weight: 600;
  padding: .35rem .75rem;
  border-radius: 999px;
}

.pricing-header {
  margin-bottom: 1rem;
}

.pricing-price {
  margin: 1.2rem 0;
}

.pricing-price .price {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--primary);
}

.pricing-price .period {
  display: block;
  font-size: .9rem;
  color: #6c757d;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 1.5rem;
}

.pricing-features li {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: .55rem;
  font-size: .95rem;
}

.pricing-features i {
  color: var(--primary);
  font-size: 1rem;
}

/* CTA MOBILE */
.cta-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: .75rem;
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(0, 0, 0, .08);
  z-index: 1040;
}

.cta-mobile-btn {
  font-size: 1rem;
  padding: .85rem 1rem;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(11, 79, 74, .35);
}

@media (max-width: 991px) {
  body {
    padding-bottom: 80px;
  }
}

@media (max-width: 576px) {
  .badge-pill {
    font-size: .8rem;
    padding: .35rem .6rem;
  }
}