/* =========================================================
   Global Overrides & Utilities
   ========================================================= */

body {
  font-family: 'Inter', sans-serif;
}

/* spacing helpers */
.mr-10 {
  margin-right: 10px;
}

/* section helpers */
.section-bg-blue {
  background-color: #24385b;
}

.section-1 {
  background: #24385b;
  color: #fff;
}

.section-1 h3 span {
  color: #fff;
}

/* text helpers */
.highlight-text {
  color: #4B49AC;
  font-weight: 500;
  font-size: 0.95rem;
}

/* =========================================================
   Section titles (shared across pages)
   ========================================================= */

.section-title p {
  font-weight: normal;
}

/* =========================================================
   Services / Features (template overrides)
   ========================================================= */

.service-item {
  width: 100%;
}

.services .icon-box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 30px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon i {
  color: #52595D;
}

.services .service-item.service-item-bg-blue {
  background-color: #aecefb;
  color: #000;
}

.services .service-item.service-item-bg-blue.icon-box h4 a {
  color: #000;
}

/* =========================================================
   QRSign Landing Page (Home)
   ========================================================= */

/* CSS variables for theme */
:root {
  --qrs-bg: #0f172a;
  --qrs-bg2: #111827;
  --qrs-card: #0b1220;
  --qrs-border: rgba(255, 255, 255, .08);
  --qrs-muted: rgba(255, 255, 255, .75);
  --qrs-muted-strong: rgba(255, 255, 255, .9);
  --qrs-accent: #0d6efd;
  --qrs-accent-soft: rgba(13, 110, 253, .12);
}

/* -------------------------
   HERO
   ------------------------- */

.hero2 {
  background:
    radial-gradient(1200px 600px at 50% -100px, rgba(56, 189, 248, .25), transparent 60%),
    linear-gradient(180deg, var(--qrs-bg), var(--qrs-bg2));
  color: #fff;
  padding: 110px 0 70px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.hero2 h1 {
  font-weight: 800;
  letter-spacing: -0.02em;
}

.hero2 .sub {
  color: var(--qrs-muted);
  font-size: 1.15rem;
  max-width: 65ch;
  margin: 12px auto 0;
}

/* prominent tagline pill */
.hero2 .kicker {
  display: inline-flex;
  align-items: center;
  gap: .6rem;

  font-weight: 700;
  letter-spacing: .2px;
  font-size: 1.55rem;

  padding: .55rem .95rem;
  margin-bottom: 1.25rem;   
  border-radius: 9px;

  color: var(--qrs-muted-strong);
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(8px);

  box-shadow: 0 10px 26px rgba(0, 0, 0, .25);

}

.hero2 .kicker i {
  font-size: 1.15rem;
}

/* CTA row */
.hero2 .cta-row {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.hero2 .btn {
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 700;
}

/* trust pills */
.hero2 .trust-row {
  margin-top: 22px;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, .7);
  font-size: .95rem;
}

.hero2 .trust-row .pill {
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .04);
  padding: .35rem .65rem;
  border-radius: 999px;
}

/* mobile adjustments */
@media (max-width: 576px) {
  .hero2 {
    padding: 90px 0 60px;
  }
  .hero2 .kicker {
    font-size: .98rem;
    padding: .5rem .8rem;
  }
}

/* -------------------------
   CHOOSE (QRLink vs Signage)
   ------------------------- */

.choose {
  padding: 64px 0;
  background: #fff;
}

.choice-card {
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 22px;
  height: 100%;
  background: #fff;
  box-shadow: 0 6px 20px rgba(17, 24, 39, .06);
}

.choice-card .title {
  font-weight: 800;
  letter-spacing: -0.01em;
}

.choice-card p {
  color: #4b5563;
}

.choice-card ul {
  padding-left: 1.1rem;
  color: #374151;
}

.choice-card li {
  margin: 6px 0;
}

/* -------------------------
   FLOW (Engagement Loop)
   ------------------------- */

.flow {
  background: #f8fafc;
  padding: 64px 0;
  border-top: 1px solid #eef2f7;
  border-bottom: 1px solid #eef2f7;
}

.flow-box {
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(17, 24, 39, .05);
}

.flow-step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 12px 0;
}

.flow-step .ic {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--qrs-accent-soft);
  color: var(--qrs-accent);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* -------------------------
   USE CASES
   ------------------------- */

.usecases {
  padding: 64px 0;
  background: #fff;
}

.use-card {
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 18px;
  height: 100%;
  box-shadow: 0 6px 18px rgba(17, 24, 39, .05);
}

.use-card h5 {
  font-weight: 800;
}

/* -------------------------
   FEATURES (Split View)
   ------------------------- */

.features2 {
  background: linear-gradient(180deg, var(--qrs-bg2), #0b1220);
  color: #fff;
  padding: 70px 0;
}

.feature-panel {
  border: 1px solid var(--qrs-border);
  border-radius: 18px;
  padding: 20px;
  background: rgba(255, 255, 255, .03);
}

.feature-item {
  display: flex;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.feature-item:first-child {
  border-top: none;
}

/* -------------------------
   PRICING (QRLink)
   ------------------------- */

.pricing2 {
  padding: 64px 0;
  background: #fff;
}

.plan-bestfor {
  font-size: .85rem;
  font-weight: 700;
  color: #374151;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  padding: .35rem .6rem;
  border-radius: 999px;
  display: inline-block;
  margin-top: 10px;
}

/* -------------------------
   SIGNAGE TEASER
   ------------------------- */

.teaser2 {
  background:
    radial-gradient(900px 500px at 50% -40px, rgba(13, 110, 253, .25), transparent 60%),
    linear-gradient(180deg, #0b1220, var(--qrs-bg2));
  color: #fff;
  padding: 64px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .06);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

/* -------------------------
   FINAL CTA
   ------------------------- */

.final-cta {
  padding: 56px 0;
  background: #fff;
}

.final-cta .box {
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 10px 28px rgba(17, 24, 39, .08);
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  text-align: center;
}

/* =========================================================
   Footer
   ========================================================= */

footer {
  background: #f8f9fa;
  padding: 20px;
  text-align: center;
  font-size: 0.9rem;
}


/* ==========================
   Restored Section Backgrounds
   ========================== */

.bg-dark {
  background-color: #0f172a !important;
  color: #fff;
}

.services {
  background-color: #0f172a;
  padding: 60px 0;
}

.pricing {
  background-color: #f8f9fa;
  padding: 60px 0;
}

.pricing .box h4 {
  margin-top: 8px;
}

.pricing .plan-bestfor {
  margin-top: 6px;
  margin-bottom: 12px;
}

.pricing .btn-wrap {
  margin-top: 32px;
}

.choice-card .badge {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 0.75rem;
  padding: 0.35em 0.6em;
  border-radius: 999px;
}

.badge-qrlink {
  background-color: #224fafcf; /* calm SaaS blue */
  color: #fff;
}

.badge-signage {
  background-color: #a83913a3; /* charcoal */
  color: #fff;
}

.badge-best {
  background-color: #16a34ad9; /* soft green */
  color: #fff;
}

.choice-card p {
  max-width: 95%;
}

.section-h {
  font-weight: 800;
  letter-spacing: -0.01em;
}

.diagram{
  border: 1px dashed #cbd5e1;
  border-radius: 18px;
  padding: 18px;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
  height: 100%;
  padding-top: 26px;   
}

.diagram .node{
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 14px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(17,24,39,.05);
  display: flex;
  gap: 10px;
  align-items: center;
}

.diagram .mini-ic{
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(56,189,248,.14);
  color: #0369a1;
  flex: 0 0 auto;
  font-size: 1.2rem;
}

.diagram .t{
  margin: 0;
  font-weight: 800;
}

.diagram .s{
  margin: 2px 0 0;
  color: #4b5563;
  font-size: .95rem;
}

.diagram .arrow{
  text-align: center;
  font-size: 0.95rem;
  color: #94a3b8;
  padding: 8px 0;
}



.use-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform .15s ease, box-shadow .15s ease;
}

.use-card-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(17,24,39,.10);
}

.use-top {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 8px;
}

.use-desc { color: #4b5563; margin: 10px 0 12px; }

.use-bullets {
  margin: 0 0 12px;
  padding-left: 1.1rem;
  color: #374151;
}

.use-cta {
  margin-top: 12px;
  font-weight: 700;
  color: #1d4ed8;
}

.use-chip {
  display: inline-block;
  font-size: .75rem;
  font-weight: 700;
  padding: .25rem .55rem;
  border-radius: 999px;
  margin-top: 4px;
}

.use-chip-start { background:#2563eb; color:#fff; }
.use-chip-best  { background:#16a34a; color:#fff; }

.use-tags {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.use-tags .tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #334155;
  line-height: 1;
}


/* slider */
.hero-slider-wrap{
  max-width: 1100px;      /* optional */
  margin-left: auto;
  margin-right: auto;
}

.hero-shot{
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
  display: block;
}

.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next{
  color: rgba(255,255,255,.9);
}

.hero-swiper .swiper-pagination-bullet{
  background: rgba(255,255,255,.7);
  opacity: .6;
}

.hero-swiper .swiper-pagination-bullet-active{
  opacity: 1;
}

