:root,
[data-bs-theme="light"] {
  --sa-brand: #575CE5;
  --sa-brand-rgb: 87, 92, 229;
  --sa-brand-dark: #4246c9;
  --sa-brand-soft: #eef0ff;
  --sa-ink: #101225;
  --sa-ink-soft: #262943;
  --sa-muted: #62677f;
  --sa-line: #e7e9f4;
  --sa-line-strong: #d8dcf0;
  --sa-panel: #ffffff;
  --sa-soft: #f7f8fc;
  --sa-soft-2: #f1f4ff;
  --sa-mint: #e1f8ee;
  --sa-mint-ink: #0c7450;
  --sa-yellow: #fff3bf;
  --sa-rose: #ffe9ee;
  --sa-blue: #eaf3ff;
  --sa-app-primary: #575CE5;
  --sa-app-warning: #FFBA08;
  --sa-app-danger:  #EF4444;
  --sa-app-grey:    #B3B3B3;
  --sa-app-success: #22C55E;
  --sa-app-info:    #4C82F7;
  --sa-app-accent:  #FAE64D;
  --sa-app-text:    #2A2A2A;
  --sa-shadow-sm: 0 .45rem 1.2rem rgba(16, 18, 37, .055);
  --sa-shadow-md: 0 1rem 2.5rem rgba(16, 18, 37, .085);
  --sa-shadow-lg: 0 1.5rem 4rem rgba(16, 18, 37, .14);
  --sa-brand-shadow: 0 1rem 2.2rem rgba(var(--sa-brand-rgb), .26);
  --sa-radius-sm: 8px;
  --sa-radius-md: 14px;
  --sa-radius-lg: 22px;
  --si-primary: #575CE5;
  --si-primary-rgb: 87, 92, 229;
  --si-link-color: #575CE5;
  --si-link-color-rgb: 87, 92, 229;
  --si-link-hover-color: #4246c9;
  --si-link-hover-color-rgb: 66, 70, 201;
  --si-focus-ring-color: rgba(87, 92, 229, .24);
}

.sa-trust-item strong,
.sa-price-card h3,
.sa-price-sub {
  font-feature-settings: "tnum", "ss01";
}

.sa-store-badge:focus-visible,
.footer a:focus-visible {
  outline: 3px solid rgba(var(--sa-brand-rgb), .28);
  outline-offset: 3px;
}

.sa-footer .navbar-brand {
  color: var(--sa-ink);
  font-weight: 700;
}

.footer .navbar-brand img {
  border-radius: 8px;
}

.sa-section {
  position: relative;
  padding: 5.5rem 0;
}

#how-it-works {
  padding: 5rem 0;
}

#pricing {
  padding: 6.25rem 0;
}

#faq {
  padding: 4.75rem 0;
}

.sa-section-muted {
  background:
    linear-gradient(180deg, #f8f9fe 0%, #f3f5ff 100%);
}

.sa-section-heading {
  max-width: 820px;
  margin: 0 auto 2.65rem;
  text-align: center;
}

.sa-section-heading p {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
}

.sa-section-label,
.sa-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: var(--sa-brand);
  font-size: .82rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

.sa-section-label {
  padding: .4rem .75rem;
  margin-bottom: .9rem;
  background: rgba(var(--sa-brand-rgb), .06);
  border: 1px solid rgba(var(--sa-brand-rgb), .1);
  border-radius: 999px;
}

.sa-eyebrow {
  padding: .55rem .9rem;
  color: var(--sa-mint-ink);
  font-size: .82rem;
  font-weight: 600;
  background: linear-gradient(135deg, #f0fbf5 0%, var(--sa-mint) 100%);
  border: 1px solid rgba(12, 116, 80, .18);
  border-radius: 999px;
  letter-spacing: .005em;
  box-shadow: 0 .65rem 1.5rem rgba(12, 116, 80, .08);
}

.sa-eyebrow .bxs-star {
  color: #f5b400;
  filter: drop-shadow(0 0 .25rem rgba(245, 180, 0, .4));
}

.sa-hero {
  min-height: 730px;
  padding: 5rem 0 4.75rem;
  isolation: isolate;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .92) 45%, rgba(241, 244, 255, .78) 45%, rgba(246, 249, 255, .96) 100%),
    radial-gradient(circle at 78% 18%, rgba(var(--sa-brand-rgb), .18), transparent 34%),
    linear-gradient(180deg, #fff 0%, #eef2ff 100%);
}

.sa-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  background-image:
    linear-gradient(rgba(87, 92, 229, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87, 92, 229, .07) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 45%, #000 100%);
}

.sa-hero::after {
  position: absolute;
  right: max(-10vw, -8rem);
  bottom: -9rem;
  z-index: -1;
  width: min(68vw, 820px);
  height: min(68vw, 820px);
  content: "";
  background:
    radial-gradient(circle, rgba(255, 255, 255, .9) 0 28%, rgba(var(--sa-brand-rgb), .24) 28.2% 48%, transparent 48.2% 100%);
  border: 1px solid rgba(var(--sa-brand-rgb), .09);
  border-radius: 50%;
}

.sa-hero-content {
  position: relative;
  z-index: 3;
  max-width: 660px;
}

.sa-hero-content p {
  max-width: 600px;
  color: var(--sa-ink-soft);
}

@keyframes saFadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.sa-hero-content > .sa-eyebrow,
.sa-hero-content > h1,
.sa-hero-content > p,
.sa-hero-content > .sa-hero-actions {
  opacity: 0;
  animation: saFadeUp .6s cubic-bezier(.22, .9, .32, 1) forwards;
}

.sa-hero-content > .sa-eyebrow { animation-delay: .05s; }
.sa-hero-content > h1 { animation-delay: .15s; }
.sa-hero-content > p { animation-delay: .25s; }
.sa-hero-content > .sa-hero-actions { animation-delay: .35s; }

.sa-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

@media (prefers-reduced-motion: reduce) {
  .sa-hero-content > .sa-eyebrow,
  .sa-hero-content > h1,
  .sa-hero-content > p,
  .sa-hero-content > .sa-hero-actions {
    opacity: 1;
    animation: none;
  }
}

.sa-hero .btn-lg,
.sa-final-panel .btn-lg {
  padding: .9rem 1.15rem;
}

.sa-store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 56px;
  padding: 10px;
  background: #101225;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  box-shadow: 0 .75rem 1.7rem rgba(16, 18, 37, .11);
  transition: transform .18s ease, box-shadow .18s ease;
}

.sa-store-badge img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}

.sa-store-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 1rem 2.2rem rgba(16, 18, 37, .16);
}

.sa-hero-visual {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 560px;
  height: 635px;
  margin-left: auto;
}

@media (min-width: 992px) {
  .sa-hero > .container {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) 560px;
    gap: 1.5rem;
    align-items: center;
  }

  .sa-hero-content {
    max-width: 100%;
  }
}

.sa-hero-visual::before {
  display: none;
}

.sa-trust-strip {
  padding: 0;
  margin-top: -2.15rem;
  background: transparent;
}

.sa-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 65rem;
  margin: 0 auto;
  overflow: hidden;
  background: var(--sa-line);
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: var(--sa-radius-md);
  box-shadow: var(--sa-shadow-md);
}

.sa-trust-item {
  padding: 1.4rem;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(14px);
}

.sa-trust-item strong {
  display: block;
  color: var(--sa-ink);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -.005em;
}

.sa-trust-item span {
  display: block;
  margin-top: .3rem;
  color: var(--sa-muted);
  font-size: .92rem;
  font-weight: 500;
}

.sa-pricing-grid {
  display: grid;
  gap: 1.15rem;
}

.sa-price-card {
  height: 100%;
  padding: 1.45rem;
  background: var(--sa-panel);
  border: 1px solid var(--sa-line);
  border-radius: var(--sa-radius-md);
  box-shadow: var(--sa-shadow-sm);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.sa-price-card:hover {
  border-color: rgba(var(--sa-brand-rgb), .18);
  box-shadow: var(--sa-shadow-md);
  transform: translateY(-2px);
}

.sa-faq-more {
  display: none;
}

.sa-faq-more[hidden] {
  display: none !important;
}

#faq.is-faq-collapsed .accordion-item:nth-child(n+6) {
  display: none;
}

#faq.is-faq-collapsed .sa-faq-more {
  display: inline-flex;
  justify-content: center;
  margin-top: 1.15rem;
}

.sa-steps {
  display: grid;
  gap: 1rem;
}

.sa-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.35rem;
  background:
    linear-gradient(180deg, #fff 0%, #fbfcff 100%);
  border: 1px solid var(--sa-line);
  border-radius: var(--sa-radius-md);
  box-shadow: var(--sa-shadow-sm);
}

.sa-step > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #fff;
  font-weight: 700;
  background:
    linear-gradient(135deg, var(--sa-ink) 0%, #292d63 100%);
  border-radius: 12px;
  box-shadow: 0 .7rem 1.5rem rgba(16, 18, 37, .16);
}

.sa-step h3 {
  margin-bottom: .35rem;
  font-size: 1.1rem;
}

.sa-step p {
  margin-bottom: 0;
}

.sa-steps-cta {
  display: none;
  margin-top: 1.35rem;
}

.sa-highlight {
  padding: 2.35rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--sa-line);
  border-radius: var(--sa-radius-lg);
  box-shadow: var(--sa-shadow-md);
}

.sa-highlight-booking {
  background:
    linear-gradient(135deg, #fff 0%, #fff 54%, rgba(var(--sa-brand-rgb), .07) 54%, #f7fbff 100%);
}

.sa-check-list {
  display: grid;
  gap: .8rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.sa-check-list li {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
  color: var(--sa-ink);
  font-weight: 600;
}

.sa-check-list i {
  flex: 0 0 auto;
  margin-top: .12rem;
  color: var(--sa-mint-ink);
  font-size: 1.2rem;
}

.sa-booking-preview,
.sa-sms-preview {
  max-width: 520px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: var(--sa-radius-lg);
  box-shadow: var(--sa-shadow-lg);
}

.sa-browser-bar {
  display: flex;
  gap: .45rem;
  align-items: center;
  padding: .9rem 1rem;
  background:
    linear-gradient(135deg, #101225 0%, #26295f 100%);
}

.sa-browser-bar span {
  width: 10px;
  height: 10px;
  background: #ff6b6b;
  border-radius: 50%;
}

.sa-browser-bar span:nth-child(2) {
  background: #ffba08;
}

.sa-browser-bar span:nth-child(3) {
  background: #22c55e;
}

.sa-browser-bar strong {
  min-width: 0;
  margin-left: .45rem;
  overflow: hidden;
  color: rgba(255, 255, 255, .82);
  font-size: .82rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sa-booking-body {
  padding: 1.25rem;
  background:
    linear-gradient(180deg, #fff 0%, #f9fbff 100%);
}

.sa-business-profile {
  display: flex;
  gap: .85rem;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--sa-line);
}

.sa-business-profile img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--sa-shadow-sm);
}

.sa-business-profile h3 {
  margin-bottom: .15rem;
  font-size: 1rem;
}

.sa-business-profile p {
  margin-bottom: 0;
  font-size: .88rem;
}

.sa-service-list {
  display: grid;
  gap: .65rem;
  padding: 1rem 0;
}

.sa-service-list div {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  padding: .78rem;
  color: var(--sa-ink);
  background: rgba(var(--sa-brand-rgb), .055);
  border: 1px solid rgba(var(--sa-brand-rgb), .08);
  border-radius: 8px;
}

.sa-time-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .5rem;
  margin-bottom: 1rem;
}

.sa-time-grid span {
  padding: .65rem .35rem;
  color: var(--sa-brand);
  font-weight: 700;
  text-align: center;
  background: rgba(var(--sa-brand-rgb), .08);
  border: 1px solid rgba(var(--sa-brand-rgb), .16);
  border-radius: 10px;
}

.sa-time-grid span:first-child {
  color: #fff;
  background: linear-gradient(135deg, var(--sa-brand) 0%, #6f73ff 100%);
  border-color: transparent;
  box-shadow: 0 .5rem 1rem rgba(var(--sa-brand-rgb), .26);
}

.sa-booking-body button {
  width: 100%;
  padding: .9rem 1rem;
  color: #fff;
  font-weight: 700;
  background:
    linear-gradient(135deg, var(--sa-brand) 0%, #6f73ff 100%);
  border: 0;
  border-radius: 10px;
  box-shadow: 0 .8rem 1.8rem rgba(var(--sa-brand-rgb), .22);
  cursor: default;
}

.sa-sms-preview {
  padding: 1.45rem;
  background:
    linear-gradient(180deg, var(--sa-blue) 0%, #fff 100%);
}

.sa-sms-thread {
  position: relative;
  padding: 1.1rem 1.2rem 1.2rem;
  margin-bottom: 1.1rem;
  background: #fff;
  border: 1px solid var(--sa-line);
  border-radius: var(--sa-radius-md);
  box-shadow: var(--sa-shadow-md);
}

.sa-sms-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: .65rem;
  margin-bottom: .9rem;
  border-bottom: 1px solid var(--sa-line);
}

.sa-sms-sender {
  color: var(--sa-ink);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .01em;
}

.sa-sms-sender::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: .5rem;
  vertical-align: middle;
  content: "";
  background: var(--sa-mint-ink);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(12, 116, 80, .15);
}

.sa-sms-time {
  color: var(--sa-muted);
  font-size: .76rem;
  font-weight: 500;
}

.sa-message {
  max-width: 100%;
  padding: 1rem 1.1rem;
  margin-bottom: .55rem;
  border-radius: 6px 18px 18px 18px;
  box-shadow: var(--sa-shadow-sm);
  line-height: 1.5;
}

.sa-message-client {
  color: var(--sa-ink);
  background: linear-gradient(180deg, #fff 0%, #f7f9ff 100%);
  border: 1px solid var(--sa-line);
}

.sa-sms-meta {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-top: .65rem;
  color: var(--sa-mint-ink);
  font-size: .78rem;
  font-style: italic;
  font-weight: 600;
}

.sa-sms-meta i {
  font-size: 1rem;
  font-style: normal;
}

.sa-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  align-items: stretch;
}

.sa-testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.4rem 1.65rem 1.5rem;
  margin: 0;
  background: #fff;
  border: 1px solid var(--sa-line);
  border-radius: var(--sa-radius-md);
  box-shadow: var(--sa-shadow-sm);
}

.sa-testimonial-quote {
  position: absolute;
  top: -1rem;
  left: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  color: #fff;
  font-size: 1.25rem;
  background: linear-gradient(135deg, var(--sa-brand) 0%, #6f73ff 100%);
  border-radius: 12px;
  box-shadow: 0 .55rem 1.4rem rgba(var(--sa-brand-rgb), .3);
}

.sa-testimonial-stars {
  display: flex;
  gap: .15rem;
  margin-bottom: .9rem;
  color: #f5b400;
  font-size: 1rem;
}

.sa-testimonial-card blockquote {
  flex-grow: 1;
  margin: 0 0 1.4rem;
  color: var(--sa-ink-soft);
  font-size: .98rem;
  line-height: 1.55;
}

.sa-testimonial-card blockquote p {
  margin: 0;
}

.sa-testimonial-card figcaption {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--sa-line);
}

.sa-testimonial-card figcaption img {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
}

.sa-testimonial-card figcaption strong {
  display: block;
  color: var(--sa-ink);
  font-size: .95rem;
  font-weight: 700;
}

.sa-testimonial-card figcaption span {
  display: block;
  margin-top: .1rem;
  color: var(--sa-muted);
  font-size: .85rem;
}

.sa-pricing-grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}

.sa-pricing-controls {
  display: flex;
  justify-content: center;
  margin: -1rem 0 1.5rem;
}

.sa-billing-toggle {
  display: inline-flex;
  gap: .25rem;
  padding: .3rem;
  background: rgba(255, 255, 255, .88);
  border: 1px solid var(--sa-line);
  border-radius: 999px;
  box-shadow: var(--sa-shadow-sm);
}

.sa-billing-toggle button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 6.25rem;
  min-height: 2.7rem;
  padding: .45rem .9rem;
  color: var(--sa-muted);
  font: inherit;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
  background: transparent;
  border: 0;
  border-radius: 999px;
  transition: color .18s ease, background .18s ease, box-shadow .18s ease;
}

.sa-billing-toggle button span {
  margin-top: .22rem;
  font-size: .68rem;
  font-weight: 700;
  opacity: .72;
}

.sa-billing-toggle button:hover,
.sa-billing-toggle button:focus-visible {
  color: var(--sa-brand);
}

.sa-billing-toggle button:focus-visible {
  outline: 3px solid rgba(var(--sa-brand-rgb), .22);
  outline-offset: 2px;
}

.sa-billing-toggle button.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--sa-brand) 0%, #6f73ff 100%);
  box-shadow: 0 .6rem 1.4rem rgba(var(--sa-brand-rgb), .24);
}

.sa-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.65rem;
  background:
    linear-gradient(180deg, #fff 0%, #fbfcff 100%);
}

.sa-plan-header {
  min-height: 4.75rem;
  margin-bottom: 1rem;
}

.sa-plan-header h3 {
  display: flex;
  gap: .65rem;
  align-items: center;
  margin-bottom: .28rem;
  color: var(--sa-ink);
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}

.sa-plan-header p {
  margin: 0;
  color: var(--sa-muted);
  font-size: .88rem;
  font-weight: 650;
  line-height: 1.35;
}

.sa-plan-emoji {
  line-height: 1;
}

.sa-price-card h3 {
  letter-spacing: 0;
}

.sa-price-amount {
  color: var(--sa-ink);
  font-size: 1.95rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.sa-price-card > p {
  margin-bottom: 1rem;
}

.sa-price-card small {
  color: var(--sa-muted);
  font-size: .95rem;
  font-weight: 600;
}

.sa-price-display {
  margin-bottom: 1.25rem;
}

#pricing[data-billing="monthly"] .sa-price-annual,
#pricing[data-billing="monthly"] .sa-tier-annual,
#pricing[data-billing="annual"] .sa-price-monthly,
#pricing[data-billing="annual"] .sa-tier-monthly {
  display: none;
}

.sa-price-annual {
  display: flex;
  flex-wrap: wrap;
  gap: .12rem .55rem;
  align-items: baseline;
}

.sa-price-was {
  display: inline-flex;
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.3;
}

.sa-price-was {
  margin-bottom: 0;
  color: var(--sa-muted);
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.sa-price-sub {
  display: block;
  flex: 0 0 100%;
  margin-bottom: .2rem;
  color: var(--sa-muted);
  font-size: .82rem;
  font-weight: 500;
}

.sa-price-card-featured .sa-price-sub {
  color: rgba(255, 255, 255, .78);
}

.sa-price-card ul {
  display: grid;
  gap: .7rem;
  padding: .25rem 0 0;
  margin: 0;
  list-style: none;
}

.sa-price-card li {
  display: flex;
  gap: .5rem;
  align-items: flex-start;
}

.sa-price-card li i {
  margin-top: .15rem;
  color: var(--sa-mint-ink);
}

.sa-price-actions {
  display: grid;
  gap: .55rem;
  margin: 0 0 1.25rem;
}

.sa-price-actions .btn {
  justify-content: center;
  width: 100%;
  min-height: 2.85rem;
  font-weight: 800;
  border-radius: 999px;
}

.sa-price-actions .btn-outline-primary:hover,
.sa-price-actions .btn-outline-primary:focus-visible {
  color: #fff;
  background: var(--sa-brand);
  border-color: var(--sa-brand);
}

.sa-price-actions p {
  margin: 0;
  color: var(--sa-muted);
  font-size: .78rem;
  font-weight: 650;
  line-height: 1.35;
  text-align: center;
}

.sa-plan-includes,
.sa-sms-note {
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.45;
}

.sa-price-card > .sa-plan-includes {
  margin: .45rem 0 .75rem;
  color: var(--sa-ink);
}

.sa-price-card > .sa-sms-note {
  margin: .95rem 0 .6rem;
  color: var(--sa-muted);
}

.sa-price-card hr {
  width: 100%;
  margin: 1.5rem 0 .75rem;
  border: 0;
  border-top: 1px solid var(--sa-line);
  opacity: 1;
}

.sa-price-card-featured {
  color: rgba(255, 255, 255, .84);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, .13), transparent 32%),
    linear-gradient(160deg, #101225 0%, #272a64 100%);
  border-color: rgba(87, 92, 229, .22);
  box-shadow: 0 1.35rem 3.2rem rgba(16, 18, 37, .24);
}

.sa-price-card-featured h3,
.sa-price-card-featured .sa-plan-header h3,
.sa-price-card-featured .sa-price-amount,
.sa-price-card-featured li,
.sa-price-card-featured small {
  color: #fff;
}

.sa-price-card-featured .sa-plan-header p,
.sa-price-card-featured .sa-price-actions p {
  color: rgba(255, 255, 255, .78);
}

.sa-price-card-featured > .sa-plan-includes,
.sa-price-card-featured > .sa-sms-note {
  color: rgba(255, 255, 255, .78);
}

.sa-price-card-featured > .sa-sms-note {
  font-weight: 500;
}

.sa-price-card-featured hr {
  border-top-color: rgba(255, 255, 255, .14);
}

.sa-price-card-featured .sa-price-was {
  color: rgba(255, 255, 255, .84);
}

.sa-price-card-featured .sa-price-was {
  text-decoration-color: rgba(255, 255, 255, .7);
}

.sa-price-card-featured .sa-price-actions .btn-primary {
  color: var(--sa-ink);
  background: linear-gradient(135deg, #fff 0%, var(--sa-mint) 100%);
  border-color: rgba(255, 255, 255, .2);
  box-shadow: 0 .9rem 1.9rem rgba(225, 248, 238, .22);
}

.sa-sms-dropdown {
  margin-top: 0;
  margin-bottom: .1rem;
}

.sa-sms-dropdown summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 2.75rem;
  padding: .72rem 2.35rem .72rem .9rem;
  color: var(--sa-brand);
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.25;
  list-style: none;
  cursor: pointer;
  background: rgba(var(--sa-brand-rgb), .06);
  border: 1px solid rgba(var(--sa-brand-rgb), .14);
  border-radius: var(--sa-radius-sm);
  transition: background .18s ease, border-color .18s ease;
}

.sa-sms-dropdown summary::-webkit-details-marker {
  display: none;
}

.sa-sms-dropdown summary::after {
  position: absolute;
  top: 50%;
  right: .9rem;
  width: .48rem;
  height: .48rem;
  content: "";
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: .78;
  transform: translateY(-62%) rotate(45deg);
  transition: transform .18s ease;
}

.sa-sms-dropdown summary:hover,
.sa-sms-dropdown summary:focus-visible {
  background: rgba(var(--sa-brand-rgb), .1);
  border-color: rgba(var(--sa-brand-rgb), .24);
}

.sa-sms-dropdown summary:focus-visible {
  outline: 3px solid rgba(var(--sa-brand-rgb), .16);
  outline-offset: 2px;
}

.sa-price-card-featured .sa-sms-dropdown summary {
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .16);
}

.sa-price-card-featured .sa-sms-dropdown summary:hover,
.sa-price-card-featured .sa-sms-dropdown summary:focus-visible {
  background: rgba(255, 255, 255, .14);
  border-color: rgba(255, 255, 255, .24);
}

.sa-price-card-featured .sa-sms-dropdown summary:focus-visible {
  outline-color: rgba(225, 248, 238, .24);
}

.sa-sms-dropdown[open] summary::after {
  transform: translateY(-36%) rotate(225deg);
}

.sa-sms-dropdown[open] .sa-sms-pricing {
  margin-top: .55rem;
}

.sa-sms-pricing {
  display: grid;
  gap: .55rem;
  margin-top: 0;
}

.sa-sms-tier {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .15rem .75rem;
  align-items: center;
  padding: .68rem .78rem;
  background: rgba(var(--sa-brand-rgb), .035);
  border: 1px solid rgba(var(--sa-brand-rgb), .1);
  border-radius: var(--sa-radius-sm);
}

.sa-sms-tier span,
.sa-sms-tier strong,
.sa-sms-tier small {
  line-height: 1.25;
}

.sa-sms-tier span {
  color: var(--sa-ink);
  font-weight: 800;
}

.sa-sms-tier strong {
  color: var(--sa-ink);
  font-size: .9rem;
  text-align: right;
}

.sa-sms-tier small {
  grid-column: 1 / -1;
  color: var(--sa-muted);
  font-size: .75rem;
  font-weight: 600;
}

.sa-price-card-featured .sa-sms-tier {
  background: rgba(255, 255, 255, .065);
  border-color: rgba(255, 255, 255, .1);
}

.sa-price-card-featured .sa-sms-tier span,
.sa-price-card-featured .sa-sms-tier strong {
  color: #fff;
}

.sa-price-card-featured .sa-sms-tier small {
  color: rgba(255, 255, 255, .72);
}

.sa-sms-tier del {
  display: inline;
  color: var(--sa-muted);
  font-size: .75rem;
  font-weight: 700;
  margin-left: .35rem;
  text-decoration-thickness: 2px;
}

.sa-price-card-featured .sa-sms-tier del {
  color: rgba(255, 255, 255, .64);
}

.sa-sms-tier-custom {
  grid-template-columns: 1fr;
  background: rgba(225, 248, 238, .42);
  border-color: rgba(32, 167, 112, .18);
}

.sa-price-card-featured .sa-sms-tier-custom {
  background: rgba(225, 248, 238, .13);
  border-color: rgba(225, 248, 238, .28);
}

.sa-sms-tier-custom strong {
  text-align: left;
}

.sa-plan-pill {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  padding: .38rem .78rem;
  color: #5f3c00;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: 0;
  background: linear-gradient(135deg, #fff4bf 0%, #f7c948 100%);
  border: 1px solid rgba(247, 201, 72, .46);
  border-radius: 999px;
}

.sa-faq .accordion-item {
  margin-bottom: .85rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--sa-line);
  border-radius: var(--sa-radius-md);
  box-shadow: var(--sa-shadow-sm);
}

.sa-faq .accordion-button {
  color: var(--sa-ink);
  font-weight: 700;
  background: #fff;
  box-shadow: none;
}

.sa-faq .accordion-button:not(.collapsed) {
  color: var(--sa-brand);
  background:
    linear-gradient(90deg, rgba(var(--sa-brand-rgb), .08), rgba(var(--sa-brand-rgb), .02));
}

.sa-faq .accordion-button:focus {
  box-shadow: none;
}

.sa-faq .accordion-body {
  color: var(--sa-muted);
}

.sa-final-cta {
  padding: 2rem 0 4.8rem;
  background:
    linear-gradient(180deg, #fff 0%, #f8f9fe 100%);
}

.sa-final-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 2rem;
  align-items: center;
  padding: 2.85rem;
  color: rgba(255, 255, 255, .78);
  background:
    radial-gradient(circle at 92% 14%, rgba(255, 255, 255, .16), transparent 28%),
    linear-gradient(135deg, #101225 0%, #181c40 62%, #263069 100%);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--sa-radius-lg);
  box-shadow: var(--sa-shadow-lg);
}

.sa-final-panel .sa-section-label,
.sa-final-panel h2,
.sa-final-panel .h1 {
  color: #fff;
}

.sa-final-panel .sa-section-label {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .12);
}

.sa-final-actions {
  display: grid;
  gap: 1rem;
  justify-items: stretch;
}

.sa-final-actions .btn {
  width: 100%;
  justify-content: center;
}

.sa-footer {
  position: relative;
  background:
    radial-gradient(circle at 8% 10%, rgba(var(--sa-brand-rgb), .14), transparent 35%),
    radial-gradient(circle at 92% 90%, rgba(12, 116, 80, .1), transparent 32%),
    linear-gradient(180deg, #0c0e1f 0%, #131630 100%);
}

.sa-footer-heading {
  margin-bottom: 1.1rem;
  color: #fff;
  font-size: .92rem;
  font-weight: 600;
  letter-spacing: 0;
}

.sa-footer-links {
  display: grid;
  gap: .55rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.sa-footer-links a {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: rgba(255, 255, 255, .68);
  font-size: .92rem;
  text-decoration: none;
  transition: color .15s ease, transform .15s ease;
}

.sa-footer-links a:hover {
  color: #fff;
  transform: translateX(2px);
}

.sa-footer-links a i {
  flex: 0 0 auto;
  width: 1.2rem;
  color: var(--sa-brand);
  font-size: 1rem;
  text-align: center;
}

.sa-footer-stores {
  display: flex;
  flex-wrap: nowrap;
  gap: .65rem;
}

.sa-footer-legal {
  border-top: 1px solid rgba(255, 255, 255, .08);
}

@media (max-width: 991.98px) {
  .sa-section {
    padding: 3.9rem 0;
  }

  #how-it-works {
    padding: 3.7rem 0;
  }

  #pricing {
    padding: 4.35rem 0;
  }

  #faq {
    padding: 3.45rem 0;
  }

  .sa-hero {
    min-height: auto;
    padding: 4.25rem 0 0;
  }

  .sa-hero::before {
    mask-image: linear-gradient(180deg, #000, transparent 84%);
  }

  .sa-hero::after {
    right: -16rem;
    bottom: -14rem;
    width: 760px;
    height: 760px;
  }

  .sa-hero-content {
    max-width: 720px;
    padding-top: 0;
  }

  .sa-hero-visual {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    height: 520px;
    margin: 1.75rem auto 0;
  }

  .sa-trust-strip {
    margin-top: -1.4rem;
  }

  .sa-plan-pill {
    position: absolute;
    top: 1rem;
    right: 1rem;
    margin-bottom: 0;
  }

  .sa-price-card-featured .sa-plan-header {
    padding-top: 0;
    padding-right: 0;
  }

  .sa-pricing-grid,
  .sa-testimonials-grid,
  .sa-final-panel {
    grid-template-columns: repeat(2, 1fr);
  }

  .sa-final-panel {
    align-items: start;
  }
}

@media (max-width: 767.98px) {
  .sa-steps-cta {
    display: block;
  }

  #faq.is-faq-collapsed .sa-faq-more {
    width: 100%;
  }

  .sa-section {
    padding: 2.9rem 0;
  }

  #how-it-works {
    padding: 2.75rem 0;
  }

  #pricing {
    padding: 3.35rem 0;
  }

  #faq {
    padding: 2.65rem 0;
  }

  .sa-hero {
    padding-top: 3rem;
  }

  .sa-section-heading {
    margin-bottom: 1.75rem;
    text-align: left;
  }

  .sa-section-heading p {
    margin-left: 0;
  }

  .sa-pricing-controls {
    justify-content: flex-start;
    margin-top: -.6rem;
  }

  .sa-billing-toggle,
  .sa-billing-toggle button {
    width: 100%;
  }

  .sa-price-card {
    padding: 1.35rem;
  }

  .sa-plan-header {
    min-height: auto;
  }

  .sa-price-display {
    min-height: auto;
  }

  .sa-sms-tier {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .sa-sms-tier strong {
    text-align: right;
  }

  .sa-sms-tier-custom {
    grid-template-columns: 1fr;
  }

  .sa-trust-grid,
  .sa-pricing-grid,
  .sa-final-panel {
    grid-template-columns: 1fr;
  }

  .sa-testimonials-grid {
    display: flex;
    grid-template-columns: none;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 1rem;
    margin: 0 -1rem;
    padding: 1rem 1rem 1.25rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .sa-testimonials-grid::-webkit-scrollbar {
    display: none;
  }

  .sa-testimonials-grid > .sa-testimonial-card {
    flex: 0 0 88%;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .sa-testimonials-dots {
    display: flex;
    justify-content: center;
    gap: .4rem;
    margin-top: .5rem;
  }

  .sa-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--sa-line);
    transition: background .2s ease, width .2s ease;
    cursor: pointer;
  }

  .sa-dot.is-active {
    width: 22px;
    border-radius: 4px;
    background: var(--sa-brand);
  }

  .sa-trust-item,
  .sa-price-card {
    padding: 1.2rem;
  }

  .sa-hero-visual {
    height: 440px;
    overflow: hidden;
  }

  .sa-highlight,
  .sa-final-panel {
    padding: 1.25rem;
  }

  .sa-time-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sa-store-badge {
    flex: 1 1 136px;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .sa-testimonials-dots {
    display: none;
  }
}

@media (max-width: 419.98px) {
  .sa-hero-visual {
    height: 390px;
  }
}


/* =====================================================================
   New section styles — Calendar, More Features, Final CTA WhatsApp
   ===================================================================== */

/* Calendar Preview */
.sa-calendar-preview {
  background: var(--sa-panel);
  border-radius: var(--sa-radius-lg);
  box-shadow: var(--sa-shadow-md);
  overflow: hidden;
  max-width: 30rem;
  margin-inline: auto;
}
.sa-calendar-frame { padding: 1.25rem; }
.sa-calendar-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid var(--sa-line);
  color: var(--sa-ink);
}
.sa-calendar-header-date { display: flex; align-items: baseline; gap: 0.4rem; }
.sa-calendar-day  { font-size: 0.85rem; color: var(--sa-muted); text-transform: uppercase; letter-spacing: 0.04em; }
.sa-calendar-date { font-size: 1rem; font-weight: 700; }
.sa-calendar-count {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--sa-app-text);
  background: color-mix(in srgb, var(--sa-app-primary) 10%, var(--sa-panel));
  border: 1px solid color-mix(in srgb, var(--sa-app-primary) 20%, transparent);
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-variant-numeric: tabular-nums;
}

.sa-calendar-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

/* Service-colored rows (confirmed, confirmed-multi) drive --sa-accent via inline style.
   Status-only rows (pending, reserved, noShow, cancelled) use the modifier classes below. */
.sa-appointment {
  --sa-accent: var(--sa-app-primary);
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 9px;
  padding: 0 6px;
  border-radius: 10px;
  background: color-mix(in srgb, var(--sa-accent) 25%, #ffffff);
  overflow: hidden;
  color: var(--sa-app-text);
  min-height: 3.5rem;
}
.sa-appointment::before {
  content: "";
  flex: 0 0 3px;
  margin-block: 9px;
  margin-inline-start: 4px;
  background: var(--sa-accent);
  border-radius: 1.5px;
}
.sa-appointment--pending        { --sa-accent: var(--sa-app-warning); }
.sa-appointment--reserved       { --sa-accent: var(--sa-app-grey); }
.sa-appointment--noShow         { --sa-accent: var(--sa-app-grey); }
.sa-appointment--cancelled      { --sa-accent: var(--sa-app-danger); }

.sa-appointment-content {
  flex: 1;
  min-width: 0;
  padding-block: 2.5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sa-appointment-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
}
.sa-appointment-subtitle {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1.25;
  color: inherit;
  opacity: 0.75;
  font-variant-numeric: tabular-nums;
}
.sa-appointment > i {
  flex: 0 0 auto;
  align-self: center;
  padding: 5px;
  font-size: 16px;
  color: inherit;
}

/* More Features Grid */
.sa-more-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
@media (max-width: 1023.98px) { .sa-more-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 767.98px)  { .sa-more-grid { grid-template-columns: 1fr; } }
.sa-more-item { padding: 1.25rem 1.5rem; border-radius: var(--sa-radius-md); background: var(--sa-panel); box-shadow: var(--sa-shadow-sm); }
.sa-more-item i { font-size: 1.75rem; color: var(--sa-brand); display: block; margin-bottom: 0.6rem; }
.sa-more-item h3 { font-size: 0.95rem; font-weight: 700; color: var(--sa-ink); margin-bottom: 0.25rem; }
.sa-more-item p { font-size: 0.85rem; color: var(--sa-muted); margin: 0; }

/* Language switcher (navbar dropdown — same look at all breakpoints) */
.sa-lang-flag {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
  box-shadow: 0 0 0 1px rgba(16, 18, 37, .08);
  display: inline-block;
}
.sa-lang-switcher > .btn {
  color: var(--sa-ink-soft);
  background-color: #fff;
  border: 1px solid var(--sa-line-strong);
  font-weight: 600;
}
.sa-lang-switcher .dropdown-toggle::after {
  margin-left: 0;
}
.sa-lang-switcher > .btn:hover,
.sa-lang-switcher > .btn:focus-visible {
  color: var(--sa-brand);
  border-color: var(--sa-brand);
  background-color: var(--sa-soft-2);
}
.sa-lang-switcher .dropdown-menu {
  min-width: 11rem;
  padding: .35rem;
  border: 1px solid var(--sa-line);
  border-radius: var(--sa-radius-sm);
  box-shadow: var(--sa-shadow-md);
}
.sa-lang-switcher .dropdown-item {
  border-radius: 6px;
  padding: .45rem .6rem;
  font-weight: 500;
}
.sa-lang-switcher .dropdown-item.active,
.sa-lang-switcher .dropdown-item:active {
  background: var(--sa-brand-soft);
  color: var(--sa-brand);
}
.sa-lang-switcher .dropdown-item:hover {
  background: transparent;
  color: var(--sa-brand);
}

/* WhatsApp secondary CTA in mobile offcanvas */
.sa-whatsapp-btn {
  color: #128C7E;
  border-color: #128C7E;
}
.sa-whatsapp-btn:hover,
.sa-whatsapp-btn:focus-visible {
  background: #128C7E;
  border-color: #128C7E;
  color: #fff;
}

/* Offcanvas bottom CTA stack */
#navbarNav .offcanvas-header.flex-column { padding: 1rem 1.5rem 1.25rem; }
