/*
 * Landing-page polish layer — loaded AFTER applify.min.css on the
 * generated /pos/india/ pages (see tools/landing-pages/).
 * Scope: trust chips, feature cards, snap gallery, stat/plan cards,
 * grouped FAQ, related cards, sticky bar, screenshot framing, breadcrumb.
 */

/* ---- App screenshots: consistent phone-frame treatment ---- */
.app-shot {
  display: block;
  width: 100%;
  max-width: 280px !important;
  height: auto;
  margin: 1.25rem auto;
  border: 9px solid #0f172a;
  border-radius: 34px;
  background: #0f172a;
  box-shadow: 0 16px 40px rgba(24, 39, 75, 0.16);
}
.app-gallery .app-shot {
  margin: 0.5rem auto;
}
.ui-steps .app-shot {
  max-width: 250px !important;
}
@media (max-width: 575px) {
  .app-shot {
    max-width: 240px !important;
  }
}

/* ---- Breadcrumb (theme has none) — light on the blue hero ---- */
.ui-hero .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  font-size: 14px;
  background: transparent;
}
.ui-hero .breadcrumb-item a {
  color: #fff;
  opacity: 0.9;
  text-decoration: none;
}
.ui-hero .breadcrumb-item a:hover {
  opacity: 1;
  text-decoration: underline;
}
.ui-hero .breadcrumb-item + .breadcrumb-item::before {
  content: "\203A";
  padding: 0 8px;
  color: rgba(255, 255, 255, 0.6);
}
.ui-hero .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.88);
}

/* ---- Hero: trust chips + CTA row ---- */
.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 2px 0 20px;
  justify-content: center;
}
.hero-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
}
.hero-cta-row {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-direction: column;
  margin-bottom: 12px;
}
.hero-secondary-link {
  color: #fff;
  opacity: 0.92;
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
}
.hero-secondary-link:hover,
.hero-secondary-link:focus {
  color: #fff;
  opacity: 1;
}
@media (min-width: 576px) {
  .hero-chips {
    justify-content: flex-start;
  }
  .hero-cta-row {
    flex-direction: row;
    align-items: center;
  }
}

/* ---- Play Store badge button ---- */
.play-store-btn-wrapper {
  height: 60px;
  display: flex;
  justify-content: center;
}
.play-store-btn {
  display: inline-block;
  transition: transform 0.3s ease;
}
/* constrain the badge to its wrapper height so it never overflows onto the
   "See how it works" link when the hero CTA stacks on mobile */
.play-store-btn img {
  display: block;
  height: 60px;
  width: auto;
}
.play-store-btn:hover {
  transform: scale(1.05);
}
.play-store-btn .hover-svg {
  display: none;
}
.play-store-btn:hover .base-svg {
  display: none;
}
.play-store-btn:hover .hover-svg {
  display: inline-block;
}
@media (max-width: 767px) {
  .play-store-btn img {
    height: 58px;
  }
}
@media (min-width: 576px) {
  .hero-cta-row .play-store-btn-wrapper {
    justify-content: flex-start;
  }
}

/* ---- Feature cards ---- */
#features .ui-icon-block {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}
.feature-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 22px rgba(24, 39, 75, 0.07);
  padding: 28px 22px 22px;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(24, 39, 75, 0.13);
}
/* h3 for correct heading order, styled to the theme's h5 scale */
.feature-card .feature-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  margin: 14px 0 10px;
}
/* h3 for correct heading order, styled to the theme's h4 scale */
.ui-steps .step-title {
  font-size: 22px;
}
/* The card wrapper breaks applify's `.ui-icon-block > .icon` sizing —
   restore the fixed gradient circle explicitly. */
.feature-card .icon.icon-circle {
  width: 88px;
  height: 88px;
  min-width: 88px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 6px;
}
.feature-card .icon.icon-circle center {
  line-height: 0;
}

/* ---- Hero device slider (theme component, rotating app screens) ---- */
.hero-device-slider {
  margin: 24px auto 0;
}
@media (max-width: 575px) {
  .hero-device-slider {
    max-width: 300px;
  }
}

/* ---- Steps: alternate image side on desktop for visual rhythm ---- */
@media (min-width: 768px) {
  .ui-steps .step-wrapper:nth-child(even) .row {
    flex-direction: row-reverse;
  }
}

/* ---- Screenshot gallery: snap-scroll carousel on mobile ---- */
.app-caption {
  font-size: 14px;
  color: #5a6b8c;
  margin: 4px 0 0;
}
.swipe-hint {
  display: none;
}
@media (max-width: 767px) {
  .swipe-hint {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #5f6b83;
    margin: 2px 0 0;
  }
}
@media (max-width: 767px) {
  .app-gallery {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    scrollbar-width: none;
  }
  .app-gallery::-webkit-scrollbar {
    display: none;
  }
  .app-gallery .app-gallery-item {
    flex: 0 0 76%;
    max-width: 76%;
    scroll-snap-align: center;
  }
}

/* ---- Stat cards ---- */
.stat-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px 12px;
  box-shadow: 0 4px 16px rgba(24, 39, 75, 0.06);
  height: 100%;
}
.section:not(.bg-light) .stat-card {
  background: #f7f9fd;
  box-shadow: none;
}
.stat-value-lg {
  font-size: 40px;
  font-weight: 700;
}
.stat-value {
  font-size: 34px;
  font-weight: 700;
}
.stat-source-note {
  font-size: 13px;
  color: #5f6b83;
}
.proof-numbers-heading {
  font-size: 26px;
}

/* ---- Testimonial carousel (theme ui-testimonials, real quotes only) ----
   Initials circle instead of stock avatar images. */
.ui-testimonials .review-initial {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  background: #4169e1;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  margin-right: 10px;
}
.ui-testimonials .user {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}
.ui-testimonials .user .info {
  text-align: left;
}
.ui-testimonials .review-name {
  display: block;
  font-size: 15px;
  line-height: 1.3;
}
.ui-testimonials .review-source {
  display: block;
  font-size: 12.5px;
  color: #5f6b83;
}

/* ---- Pricing plan cards ---- */
.plan-card {
  background: #fff;
  border: 1px solid #e6ebf5;
  border-radius: 16px;
  padding: 26px 24px;
  height: 100%;
  box-shadow: 0 6px 20px rgba(24, 39, 75, 0.06);
  text-align: left;
  display: flex;
  flex-direction: column;
}
.plan-card.plan-featured {
  border: 2px solid #4169e1;
}
.plan-card .plan-name {
  font-weight: 700;
  font-size: 20px;
  color: #20303c;
  margin-bottom: 2px;
}
.plan-card .plan-tagline {
  font-size: 14px;
  color: #5a6b8c;
  margin-bottom: 10px;
}
/* Trial/offer pill on a plan (e.g. Premium "15-day free trial") */
.plan-badge {
  align-self: flex-start;
  background: #e7f8ef;
  color: #1a8a4f;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
  margin: 0 0 14px;
}
.plan-card ul {
  padding-left: 18px;
  margin: 0;
}
.plan-card li {
  margin-bottom: 6px;
  font-size: 15px;
}

/* ---- FAQ: white heading on gradient (contrast fix) + topic groups ---- */
#faq .section-heading .faq-heading {
  color: #fff;
}
.faq-group-title {
  color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin: 28px 2px 12px;
}
.ui-accordion-panel .faq-group-title:first-child,
.faq-accordion-panel .faq-group-title:first-child {
  margin-top: 0;
}
.ui-accordion .toggle {
  color: #333;
  transition: color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 48px;
}
.ui-accordion .toggle .toggle-icon {
  transition: transform 0.3s ease;
}
.ui-accordion .toggle .fa-chevron-up {
  transform: rotate(180deg);
}

/* ---- Related-link cards ---- */
.related-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 96px;
  background: #fff;
  border: 1px solid #e6ebf5;
  border-radius: 14px;
  padding: 20px 18px;
  height: 100%;
  box-shadow: 0 4px 14px rgba(24, 39, 75, 0.06);
  color: #20303c;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.related-card:hover,
.related-card:focus {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(24, 39, 75, 0.12);
  color: #4169e1;
  text-decoration: none;
}
.related-card .related-hint {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 400;
  color: #5a6b8c;
}

/* ---- Brand blue across the landing pages -----------------------------------
   Replaces the pale periwinkle theme blue (#90A8EE) with a brighter, cleaner
   royal blue. One custom property drives hero, footer and CTA bands, so the
   shade is a one-line tweak. Scoped to landing.css, so the /pos homepage
   (which doesn't load it) is untouched. */
:root {
  --zb-blue: linear-gradient(135deg, #5c84f0 0%, #3a5ed6 100%);
}
.ui-gradient-blue {
  background: var(--zb-blue);
}
/* Hero: brand blue + a soft top-right glow for a little depth. */
.ui-hero.ui-gradient-blue {
  background:
    radial-gradient(1200px 560px at 88% -20%, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0) 62%),
    var(--zb-blue);
}
/* CTA bands: brand blue + a slightly stronger glow so the band keeps depth. */
.ui-action-section.ui-gradient-blue {
  background:
    radial-gradient(1150px 520px at 82% -12%, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 60%),
    var(--zb-blue);
}

/* ---- Final CTA: framed, capped screenshot instead of raw full-size image ---- */
.final-cta-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}
.final-cta-banner {
  display: block;
  width: 100%;
  max-width: 540px;
  height: auto;
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: 0 18px 44px rgba(10, 22, 60, 0.35);
}

/* ---- Footer: contact heading is a <p> for heading order, keep h4 look ---- */
.ui-footer .footer-contact-heading {
  font-size: 20px;
  font-weight: 700;
}

/* ---- Sticky mobile download bar ---- */
.sticky-download-bar {
  display: none;
}
@media (max-width: 767px) {
  .sticky-download-bar {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    color: #063d1e;
    font-weight: 700;
    text-align: center;
    padding: 14px 12px calc(14px + env(safe-area-inset-bottom));
    text-decoration: none;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
  }
  .sticky-download-bar:hover,
  .sticky-download-bar:focus {
    color: #063d1e;
    text-decoration: none;
  }
  .sticky-download-bar.is-hidden {
    transform: translateY(110%);
  }
  .main {
    padding-bottom: calc(56px + env(safe-area-inset-bottom));
  }
}

/* ==== WS1: Hero frameless creatives (new markup) ==============================
   New hero wrapper: `.ui-device-slider.hero-device-slider.hero-frameless`,
   slides use `<img class="hero-creative">`. Overrides applify's fixed 300px
   bezel/white-box treatment. Legacy `.hero-device-slider` bezel rules above
   still style the OLD live-page markup. */
.ui-device-slider.hero-frameless {
  width: auto;
  max-width: 340px;
}
.hero-frameless .screens {
  position: static;
  width: auto;
}
/* Owl runs this slider with `autoWidth:true`, so it measures each `.item`'s
   width. A definite width is required — `width:auto` lets the 720px-intrinsic
   creative img drive the measurement and overflow the column. Cap at 320px
   (fits the 340px frameless root) and scale down on narrow phones. */
.hero-frameless .screens .item {
  width: min(320px, 82vw);
}
.hero-frameless .screens .item img {
  background-color: transparent;
}
.hero-creative {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(10, 22, 60, 0.35);
}
.hero-frameless .owl-dots {
  margin-top: 1rem;
}
/* Owl dots sit on the blue gradient — light inactive, white active. */
.hero-frameless .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5);
}
.hero-frameless .owl-dots .owl-dot.active span {
  background: #fff;
}

/* ==== WS2: Accessible FAQ accordion (new co-classes) =========================
   New markup: `.faq-accordion-panel` > `.ui-card.shadow-sm.ui-accordion` >
   `h3.toggle.faq-toggle` > `button.toggle-btn[aria-expanded]` >
   (`span.toggle-text` + `i.fa.fa-chevron-down.toggle-icon`); sibling `.body`.
   Open: `is-open` on `.faq-toggle`, `in` on `.body`, aria-expanded="true".
   Legacy `.ui-accordion .toggle` rules above are kept for live pages. */
.faq-accordion-panel {
  margin-bottom: 2rem;
}
.faq-toggle {
  margin: 0;
}
.toggle-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  padding: 1rem 1.5rem;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  color: #333;
  background: none;
  border: 0;
  cursor: pointer;
}
.toggle-btn .toggle-text {
  flex: 1 1 auto;
}
.toggle-btn .toggle-icon {
  flex: 0 0 auto;
  transition: transform 0.3s ease;
}
.faq-toggle.is-open .toggle-btn {
  color: #4169e1;
}
.faq-toggle.is-open .toggle-icon {
  transform: rotate(180deg);
}
.ui-accordion .body.in {
  display: block;
}

/* ==== WS4: Component polish ==================================================
   Pricing CTA anchors bottom-align via the flex-column `.plan-card` above. */
.plan-card ul {
  margin-bottom: 18px;
}
.plan-cta {
  margin-top: auto;
  display: block;
  text-align: center;
  padding: 12px 18px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
}
.plan-cta-play {
  background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
  color: #063d1e;
}
.plan-cta-play:hover,
.plan-cta-play:focus {
  color: #063d1e;
  text-decoration: none;
  opacity: 0.94;
}
.plan-cta-outline {
  border: 2px solid #4169e1;
  color: #4169e1;
  background: #fff;
}
.plan-cta-outline:hover,
.plan-cta-outline:focus {
  color: #fff;
  background: #4169e1;
  text-decoration: none;
}
/* Mobile hero H1 — applify sets a flat 2.6rem heading. */
@media (max-width: 575px) {
  .ui-hero.hero-lg .heading {
    font-size: 1.9rem;
    line-height: 1.28;
  }
}
/* Footer classes replacing inline styles removed from the template. */
.footer-logo-wrap {
  position: relative;
  display: inline-block;
}
.footer-logo-r {
  position: absolute;
  top: 0;
  right: -15px;
  font-size: 12px;
  color: #fff;
}
.footer-contact-block {
  width: fit-content;
}
.footer-legal-link {
  text-decoration: underline;
}

/* ==== WS3: Global a11y — focus-visible, skip link, reduced motion ===========
   Focus-visible rings (3px royal blue, offset 2px) on interactive controls;
   white variant on gradient surfaces. */
.play-store-btn:focus-visible,
.playstore-link:focus-visible,
.ui-mobile-nav-toggle:focus-visible,
.related-card:focus-visible,
.toggle-btn:focus-visible {
  outline: 3px solid #4169e1;
  outline-offset: 2px;
  border-radius: 6px;
}
.hero-secondary-link:focus-visible,
.sticky-download-bar:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}
/* Skip link — visually hidden until focused. */
.skip-link {
  position: absolute;
  top: -60px;
  left: 8px;
  z-index: 2000;
  padding: 10px 16px;
  background: #fff;
  color: #4169e1;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(10, 22, 60, 0.25);
  transition: top 0.2s ease;
}
.skip-link:focus {
  top: 8px;
}

/* ==== Steps: icon-led vector variant (no screenshots) ======================= */
.ui-steps-vectors {
  margin-top: 8px;
}
.ui-steps-vectors .sv-col {
  margin-bottom: 24px;
}
.sv-card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 22px rgba(24, 39, 75, 0.07);
  padding: 34px 22px 24px;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.sv-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(24, 39, 75, 0.13);
}
.sv-num {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  color: #eef1fb;
}
.sv-tile {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: linear-gradient(135deg, #eaf0ff, #e6f7ef);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2f6bfd;
  margin-bottom: 16px;
}
.sv-tile .zv {
  width: 30px;
  height: 30px;
}
.sv-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 8px;
}
.sv-card p {
  font-size: 14px;
  color: #5a6b8c;
  margin: 0;
}

/* feature-card icons rebuilt as line vectors (white on the gradient circle) */
#features .icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
}
#features .icon-circle .zv {
  width: 38px;
  height: 38px;
  color: #fff;
}

/* ==== Rebuilt app-UI phone (one design system for every screen) ============= */
/* A CSS phone framing a real app screen, so the page owns currency + products
   instead of shipping a mismatched screenshot. See components/phone.js. */
.ph-wrap {
  text-align: center;
  padding: 8px 12px;
}
.ph {
  position: relative;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  background: #0d1220;
  border-radius: 42px;
  padding: 12px;
  box-shadow: 0 26px 60px rgba(9, 13, 26, 0.45), inset 0 0 0 2px #262d42;
}
/* dynamic-island notch: width scales with the phone so status icons never collide */
.ph-cam {
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: 32%;
  max-width: 104px;
  height: 20px;
  background: #0d1220;
  border-radius: 12px;
  z-index: 3;
}
.ph-scr {
  position: relative;
  height: 600px;
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
  text-align: left;
}
/* status bar */
.ph-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 22px 8px;
  font: 700 12px/1 -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #1b2440;
}
.ph-sys {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.ph-sig {
  width: 15px;
  height: 10px;
  background: linear-gradient(#1b2440, #1b2440) 0 6px/3px 4px no-repeat,
    linear-gradient(#1b2440, #1b2440) 4px 4px/3px 6px no-repeat,
    linear-gradient(#1b2440, #1b2440) 8px 2px/3px 8px no-repeat,
    linear-gradient(#1b2440, #1b2440) 12px 0/3px 10px no-repeat;
}
.ph-wifi {
  width: 12px;
  height: 9px;
  background: #1b2440;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
.ph-batt {
  position: relative;
  width: 22px;
  height: 11px;
  border: 1.5px solid #1b2440;
  border-radius: 3px;
  background: linear-gradient(#1b2440, #1b2440) 1.5px 50%/13px 6px no-repeat;
}
.ph-batt::after {
  content: "";
  position: absolute;
  right: -3px;
  top: 3px;
  width: 2px;
  height: 4px;
  background: #1b2440;
  border-radius: 0 1px 1px 0;
}
/* main-screen header + search (list / money) */
.ph-top {
  padding: 4px 16px 10px;
}
.ph-title {
  font: 800 18px/1.2 -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #1b2440;
}
.ph-sub {
  font-size: 12px;
  color: #5a6b8c;
  margin-top: 2px;
}
.ph-find {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 16px 10px;
  padding: 9px 12px;
  background: #f1f4fb;
  border: 1px solid #e6ebf6;
  border-radius: 10px;
  font-size: 12.5px;
  color: #5a6b8c;
}
.ph-find-ico {
  font-size: 15px;
  color: #2f6bfd;
}
/* category filter chips (list screen) */
.ph-cats {
  display: flex;
  gap: 6px;
  padding: 0 16px 10px;
  overflow: hidden;
}
.ph-cat {
  padding: 4px 11px;
  border-radius: 14px;
  background: #f1f4fb;
  color: #5a6b8c;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}
.ph-cat.on {
  background: #2f6bfd;
  color: #fff;
}
.ph-low {
  color: #e8730c;
  font-weight: 700;
}
/* sub-screen app bar (add / bill / receipt) */
.ph-appbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 14px 10px;
  border-bottom: 1px solid #eef1f7;
  background: #fff;
}
.ph-back {
  width: 22px;
  font-size: 24px;
  line-height: 1;
  color: #2f6bfd;
}
.ph-appbar-t {
  font: 800 15px/1 -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #1b2440;
}
.ph-appbar-a {
  font-size: 13px;
  font-weight: 700;
  color: #2f6bfd;
}
.ph-appbar-a--empty {
  width: 22px;
}
.ph-count {
  color: #5a6b8c;
  font-weight: 600;
}
/* item / txn list */
.ph-list {
  background: #fff;
}
.ph-li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-top: 1px solid #f0f3f9;
}
.ph-ava {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #eef2fd;
  color: #2f6bfd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ph-ava .zv {
  width: 18px;
  height: 18px;
}
.ph-ava.lg {
  width: 46px;
  height: 46px;
  border-radius: 12px;
}
.ph-ava.lg .zv {
  width: 24px;
  height: 24px;
}
.ph-li-main {
  flex: 1 1 auto;
  min-width: 0;
}
.ph-li-t {
  font: 700 13px/1.2 -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #1b2440;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ph-li-s {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  font-size: 11px;
  color: #5a6b8c;
  margin-top: 2px;
}
.ph-chip {
  display: inline-block;
  padding: 1px 6px;
  border-radius: 8px;
  background: #e6f7ef;
  color: #0f9d58;
  font-size: 10px;
  font-weight: 700;
}
.ph-chip.warn {
  background: #fff1e6;
  color: #e8730c;
}
.ph-li-p {
  flex: none;
  font: 800 13px/1 -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #1b2440;
}
/* floating add button */
.ph-fab {
  position: absolute;
  right: 16px;
  bottom: 66px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2f6bfd, #1e40af);
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(47, 107, 253, 0.4);
  z-index: 2;
}
/* bottom tab bar */
.ph-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-around;
  padding: 12px 6px 15px;
  background: #fff;
  border-top: 1px solid #eef1f7;
}
.ph-tab {
  position: relative;
  padding-top: 8px;
  font-size: 10.5px;
  font-weight: 600;
  color: #5a6b8c;
}
.ph-tab::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: transparent;
}
.ph-tab.on {
  color: #2f6bfd;
}
.ph-tab.on::before {
  background: #2f6bfd;
}
/* add-item form */
.ph-form {
  padding: 14px 16px;
}
.ph-ihead {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.ph-ih-t {
  font: 800 15px/1.2 -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #1b2440;
}
.ph-ih-s {
  font-size: 12px;
  color: #5a6b8c;
  margin-top: 2px;
}
.ph-f3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}
.ph-f2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  align-items: end;
  margin-bottom: 4px;
}
.ph-form label {
  display: block;
  font-size: 10.5px;
  font-weight: 600;
  color: #5a6b8c;
  margin-bottom: 3px;
}
.ph-fval {
  padding: 7px 9px;
  background: #f4f6fb;
  border: 1px solid #e6ebf6;
  border-radius: 8px;
  font-size: 12.5px;
  font-weight: 700;
  color: #1b2440;
}
.ph-fval.green {
  color: #0f9d58;
}
.ph-fchk {
  display: flex;
  align-items: center;
  gap: 7px;
  padding-bottom: 7px;
  font-size: 12px;
  font-weight: 600;
  color: #3b4a68;
}
.ph-chkbox {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: #2f6bfd;
  color: #fff;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ph-fbar {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 10px 0;
  border-top: 1px solid #f0f3f9;
  font-size: 11.5px;
  color: #5a6b8c;
}
.ph-fbar b {
  color: #1b2440;
  font-family: ui-monospace, Menlo, monospace;
}
.ph-bars2 {
  width: 20px;
  height: 14px;
  background: repeating-linear-gradient(90deg, #1b2440 0 1.5px, transparent 1.5px 3px);
}
.ph-ftoggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 12px;
  background: #eaf0ff;
  border-radius: 10px;
  font-size: 12.5px;
  font-weight: 700;
  color: #1b2440;
}
.ph-sw {
  position: relative;
  flex: none;
  width: 38px;
  height: 22px;
  border-radius: 12px;
  background: #c7d0e0;
}
.ph-sw.on {
  background: #2f6bfd;
}
.ph-sw::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
}
.ph-sw.on::after {
  left: 18px;
}
.ph-fnote {
  margin-top: 8px;
  font-size: 11px;
  color: #0f9d58;
}
/* full-width bottom CTA (add screen) */
.ph-cta {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 18px;
  padding: 13px;
  text-align: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #2f6bfd, #1e40af);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  box-shadow: 0 10px 22px rgba(47, 107, 253, 0.35);
}
/* billing cart */
.ph-scan {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 16px;
  padding: 9px 12px;
  background: #f1f4fb;
  border: 1px solid #e6ebf6;
  border-radius: 10px;
  font-size: 12px;
  color: #5a6b8c;
}
.ph-scan-ico {
  font-size: 15px;
  color: #2f6bfd;
}
.ph-scan-btn {
  margin-left: auto;
  padding: 3px 8px;
  background: #2f6bfd;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.03em;
  border-radius: 7px;
}
.ph-cl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 16px;
  border-top: 1px solid #f0f3f9;
}
.ph-cl-t {
  font: 700 13px/1.2 -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #1b2440;
}
.ph-cl-s {
  font-size: 11px;
  color: #5a6b8c;
  margin-top: 2px;
}
.ph-cl-a {
  font: 800 13px/1 -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #1b2440;
}
.ph-billfoot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 16px 16px;
  background: #fff;
  border-top: 1px solid #eef1f7;
}
.ph-billtot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 13px;
  color: #5a6b8c;
}
.ph-billtot b {
  font-size: 18px;
  font-weight: 800;
  color: #1b2440;
}
.ph-billact {
  display: flex;
  gap: 10px;
}
.ph-due {
  flex: 1;
  padding: 11px;
  text-align: center;
  border-radius: 10px;
  background: #eaf0ff;
  color: #2f6bfd;
  font-size: 12.5px;
  font-weight: 700;
}
.ph-pay {
  flex: 1;
  padding: 11px;
  text-align: center;
  border-radius: 10px;
  background: linear-gradient(135deg, #2f6bfd, #1e40af);
  color: #fff;
  font-size: 12.5px;
  font-weight: 800;
}
/* receipt screen */
.ph-app-rcpt {
  display: flex;
  flex-direction: column;
  min-height: 560px;
  background: #eef1f7;
}
.ph-rcpt-wrap {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 18px 16px;
}
.ph-rcpt {
  width: 100%;
  max-width: 232px;
  padding: 16px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(24, 39, 75, 0.12);
  font-family: ui-monospace, Menlo, monospace;
  font-size: 11.5px;
  color: #33415c;
}
.ph-rcpt-shop {
  text-align: center;
  font: 800 14px/1.2 -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #1b2440;
}
.ph-rcpt-meta {
  text-align: center;
  font-size: 10px;
  color: #5a6b8c;
  margin: 2px 0 8px;
}
.ph-rcpt-tag {
  display: block;
  width: max-content;
  margin: 0 auto 4px;
  padding: 2px 8px;
  background: #eaf0ff;
  color: #2f6bfd;
  font-family: -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 9.5px;
  font-weight: 700;
  border-radius: 10px;
}
.ph-rcpt-sep {
  border-top: 1px dashed #c7d0e0;
  margin: 8px 0;
}
.ph-rl {
  display: flex;
  justify-content: space-between;
  padding: 2px 0;
}
.ph-rcpt-tot {
  display: flex;
  justify-content: space-between;
  margin-top: 2px;
  font-size: 13px;
  font-weight: 800;
  color: #1b2440;
}
.ph-rcpt-foot {
  text-align: center;
  margin-top: 8px;
  font-size: 10px;
  color: #5a6b8c;
}
.ph-rcpt-act {
  padding: 12px 16px 16px;
  background: #fff;
  border-top: 1px solid #e6ebf6;
}
/* cashbook / money screen */
.ph-top-money {
  background: linear-gradient(135deg, #2f6bfd, #1e40af);
  color: #fff;
  padding: 14px 16px 16px;
}
.ph-top-money .ph-title {
  color: #fff;
}
.ph-bal {
  display: flex;
  flex-direction: column;
  margin-top: 6px;
}
.ph-bal span {
  font-size: 11px;
  opacity: 0.85;
}
.ph-bal b {
  font-size: 22px;
  font-weight: 800;
}
.ph-range {
  padding: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #3b4a68;
  background: #f4f6fb;
}
.ph-io {
  display: flex;
  gap: 10px;
  padding: 12px 16px;
}
.ph-io-c {
  flex: 1;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #eef1f7;
}
.ph-io-c span {
  display: block;
  font-size: 11px;
  color: #5a6b8c;
}
.ph-io-c b {
  font-size: 16px;
  font-weight: 800;
}
.ph-io-c.in b {
  color: #0f9d58;
}
.ph-io-c.out b {
  color: #e5484d;
}
.ph-tx {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-top: 1px solid #f0f3f9;
}
.ph-tx-dot {
  flex: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}
.ph-tx-dot.in {
  background: #0f9d58;
}
.ph-tx-dot.out {
  background: #e5484d;
}
.ph-tx-main {
  flex: 1;
  min-width: 0;
}
.ph-tx-t {
  font: 700 13px/1.2 -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #1b2440;
}
.ph-tx-s {
  font-size: 11px;
  color: #5a6b8c;
  margin-top: 1px;
}
.ph-tx-a {
  flex: none;
  font: 800 13px/1 -apple-system, "Segoe UI", Roboto, sans-serif;
}
.ph-tx-a.in {
  color: #0f9d58;
}
.ph-tx-a.out {
  color: #e5484d;
}
/* caption: dark on light showcase, white on the blue hero / final-CTA bands */
.ph-cap {
  margin: 14px auto 0;
  max-width: 280px;
  font-size: 13px;
  color: #5a6b8c;
}
.ui-hero .ph-cap,
.ui-action-section .ph-cap {
  color: rgba(255, 255, 255, 0.92);
}
/* mid-page "See it in action" showcase band */
.ph-showcase {
  background: linear-gradient(180deg, #f5f8ff 0%, #eaf1fd 100%);
}
.ph-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2f6bfd;
  background: #eaf0ff;
  border-radius: 20px;
}
.ph-col {
  margin-bottom: 22px;
}
/* keep the final-CTA phone clear of the Play button when the band stacks */
@media (max-width: 767px) {
  .ui-action-section .final-cta-visual {
    margin-top: 2rem;
  }
}

/* ==== CTA-band trust chips (fill mid + final bands, reinforce the download) == */
.band-chips {
  justify-content: flex-start;
  margin: 18px 0 22px;
}
@media (max-width: 767px) {
  .band-chips {
    justify-content: center;
  }
}

/* ==== Business-type hub (/pos/india) ======================================== */
.hub-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2f6bff;
  background: #eaf0ff;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.hub-grid {
  margin-top: 8px;
}
.hub-col {
  margin-bottom: 26px;
  display: flex;
}
/* Card is the whole clickable surface; links reset the theme's anchor colour. */
.hub-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border: 1px solid #e7ecf5;
  border-radius: 16px;
  box-shadow: 0 6px 22px rgba(24, 39, 75, 0.07);
  padding: 26px 22px 22px;
  text-align: left;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
a.hub-card,
a.hub-card:hover,
a.hub-card:focus {
  color: inherit;
  text-decoration: none;
}
a.hub-card:hover {
  transform: translateY(-4px);
  border-color: #cfe0ff;
  box-shadow: 0 16px 34px rgba(24, 39, 75, 0.14);
}
.hub-card-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.hub-card-icon .zv {
  width: 30px;
  height: 30px;
  color: #fff;
}
.hub-card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 8px;
  color: #182747;
}
.hub-card-text {
  font-size: 14.5px;
  line-height: 1.5;
  color: #5a6b8c;
  margin: 0 0 18px;
}
/* push the CTA row to the bottom so cards of unequal text line up */
.hub-card-link {
  margin-top: auto;
  font-size: 14px;
  font-weight: 700;
  color: #2f6bff;
}
.hub-card-link span {
  transition: transform 0.2s ease;
  display: inline-block;
}
a.hub-card:hover .hub-card-link span {
  transform: translateX(4px);
}
/* Coming-soon tiles are calmer: no lift, muted, corner badge. */
.hub-card--soon {
  background: #f7f9fc;
  box-shadow: none;
  border-style: dashed;
}
.hub-card--soon .hub-card-icon {
  opacity: 0.55;
}
.hub-card--soon .hub-card-title {
  color: #5a6b8c;
}
.hub-card-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7a8aa8;
  background: #eef2f8;
  padding: 4px 10px;
  border-radius: 999px;
}
.hub-note {
  margin-top: 6px;
  color: #5a6b8c;
  font-size: 14.5px;
}

/* ==== WS3: Reduced-motion GLOBAL kill-switch (must stay LAST) ================ */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .feature-card:hover,
  .related-card:hover,
  .sv-card:hover {
    transform: none;
  }
}
