:root {
  color-scheme: light;
  --ink: #10131b;
  --muted: #6f7b8d;
  --line: #e3e9f2;
  --paper: #ffffff;
  --wash: #f3f7fc;
  --blue: #5579e8;
  --teal: #128d80;
  --mint: #dff8ed;
  --red: #d94b4b;
  --red-soft: #fee9ea;
  --navy: #111827;
  --shadow: 0 24px 70px rgba(18, 31, 55, 0.16);
}

/* Modern polish layer - keeps the existing structure, improves presentation. */
.hero {
  isolation: isolate;
  min-height: 100svh;
  background:
    linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(246,250,255,.9) 48%, rgba(237,246,255,.86) 100%),
    url("./service-assets/hotel-reception-booking.webp") center / cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 140px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(243,247,252,0), #f7f9fc);
}

.nav {
  position: sticky;
  top: 14px;
  padding: 10px;
  border: 1px solid rgba(226, 234, 246, .9);
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 18px 48px rgba(18,31,55,.08);
  backdrop-filter: blur(18px);
}

.brand span {
  color: #111827;
  font-size: 14px;
}

.nav-actions {
  max-width: none;
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

.nav-actions a {
  min-height: 42px;
  padding: 10px 14px;
}

.nav-actions .nav-cta {
  padding-inline: 18px;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  box-shadow: 0 14px 28px rgba(18,141,128,.16);
}

.hero-grid {
  grid-template-columns: minmax(0, .95fr) minmax(460px, 1fr);
  min-height: calc(100svh - 92px);
}

.hero-logo {
  width: 74px;
  height: 74px;
  margin-bottom: 20px;
  border-radius: 20px;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(48px, 5.8vw, 76px);
  line-height: .98;
}

.lead {
  max-width: 650px;
}

.hero-service-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 2px;
}

.hero-service-pills a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(18,141,128,.18);
  border-radius: 999px;
  color: #0f766e;
  background: rgba(255,255,255,.76);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(18,31,55,.06);
}

.primary-btn,
.secondary-btn,
.store-button,
.pricing-btn,
.download-btn {
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.primary-btn:hover,
.secondary-btn:hover,
.store-button:hover,
.pricing-btn:hover,
.download-btn:hover {
  transform: translateY(-2px);
}

.booking-hero-visual {
  min-height: 710px;
}

.hero-photo-card {
  left: 92px;
  border-radius: 36px;
}

.hero-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.55);
}

.booking-hero-visual .phone {
  width: 286px;
  height: 586px;
}

.floating-booking-card {
  right: 8px;
  bottom: 86px;
  border-radius: 30px;
}

.hero-live-card {
  position: absolute;
  right: 132px;
  bottom: 22px;
  z-index: 5;
  display: grid;
  min-width: 166px;
  gap: 4px;
  padding: 18px 20px;
  border: 1px solid rgba(189, 238, 212, .9);
  border-radius: 28px;
  color: #0f766e;
  background: rgba(230, 249, 239, .94);
  box-shadow: 0 24px 58px rgba(18,31,55,.16);
}

.hero-live-card span,
.setup-visual-card span {
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero-live-card strong {
  color: #111827;
  font-size: 34px;
  line-height: 1;
}

.hero-live-card small {
  color: #0f766e;
  font-weight: 850;
}

.service-catalog-card,
.proof-card,
.store-card,
.feature-highlight,
.feature-grid article,
.services-grid article,
.pricing-card,
.dash-panel,
.benefit-list article,
.keyword-card {
  border-color: rgba(213, 224, 239, .92);
  box-shadow: 0 24px 64px rgba(18,31,55,.09);
}

.service-catalog-card {
  border-radius: 30px;
}

.service-catalog-card > img {
  height: 270px;
}

.service-catalog-content {
  padding: 28px;
}

.service-catalog-card--action {
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(16,40,59,.96), rgba(18,141,128,.9)),
    url("./blog-assets/appointment-booking-platform-for-enterprise.webp") center / cover;
}

.industry-grid article {
  min-height: 280px;
  border-radius: 28px;
}

.proof-band {
  padding-top: 36px;
  padding-bottom: 36px;
}

.proof-card {
  border-radius: 26px;
}

.modern-setup-band {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(420px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: 92px clamp(18px, 4vw, 56px);
  background:
    linear-gradient(180deg, #ffffff 0%, #f1f7fc 100%);
}

.modern-setup-copy {
  max-width: 620px;
  justify-self: end;
}

.modern-setup-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.56;
}

.setup-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.setup-checks span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 12px 15px;
  border: 1px solid rgba(18,141,128,.16);
  border-radius: 18px;
  background: rgba(230,249,239,.7);
  color: #0f766e;
  font-weight: 900;
}

.setup-checks span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: currentColor;
}

.setup-visual-grid {
  display: grid;
  grid-template-columns: 1fr .62fr;
  gap: 16px;
  max-width: 660px;
}

.setup-visual-card {
  overflow: hidden;
  min-height: 210px;
  border: 1px solid rgba(213,224,239,.92);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(18,31,55,.12);
}

.setup-visual-card.image-card {
  position: relative;
}

.setup-visual-card.image-card:first-child {
  grid-column: span 2;
  min-height: 310px;
}

.setup-visual-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.setup-visual-card.image-card div {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 18px;
  border-radius: 22px;
  color: #fff;
  background: rgba(16, 24, 39, .72);
  backdrop-filter: blur(10px);
}

.setup-visual-card.image-card strong {
  display: block;
  max-width: 420px;
  margin-top: 6px;
  font-size: 24px;
  line-height: 1.08;
}

.metric-card {
  display: grid;
  align-content: center;
  padding: 24px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--teal));
}

.metric-card strong {
  font-size: 68px;
  line-height: .92;
}

.metric-card p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.82);
  line-height: 1.42;
}

.store-card,
.webapp-shell,
.feature-highlight,
.pricing-card {
  border-radius: 30px;
}

.feature-grid article,
.services-grid article {
  border-radius: 26px;
  background: linear-gradient(180deg, #fff, #f8fbff);
}

.feature-grid .icon,
.industry-icon {
  background: #e6f9ef;
}

.pricing-grid {
  align-items: stretch;
}

.pricing-card.featured {
  border-color: rgba(85,121,232,.72);
  box-shadow: 0 28px 80px rgba(85,121,232,.18);
}

.popular-pill {
  background: linear-gradient(135deg, var(--blue), var(--teal));
}

@media (max-width: 980px) {
  .nav {
    top: 10px;
    border-radius: 26px;
  }

  .nav-menu-button {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 999px;
    background: #f2f6fb;
  }

  .nav-menu-button span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 2px 0;
    border-radius: 99px;
    background: #111827;
  }

  .nav-actions {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    padding: 12px;
    border: 1px solid rgba(226,234,246,.96);
    border-radius: 24px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 22px 60px rgba(18,31,55,.13);
  }

  .nav-toggle:checked ~ .nav-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hero-grid,
  .modern-setup-band {
    grid-template-columns: 1fr;
  }

  .modern-setup-copy {
    justify-self: start;
  }

  .setup-visual-grid {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-inline: 16px;
  }

  .hero h1 {
    font-size: clamp(42px, 12vw, 56px);
  }

  .hero-service-pills {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .booking-hero-visual {
    min-height: auto;
  }

  .hero-live-card {
    right: 8px;
    bottom: 8px;
  }

  .modern-setup-band {
    padding: 64px 16px;
  }

  .setup-checks,
  .setup-visual-grid,
  .nav-toggle:checked ~ .nav-actions {
    grid-template-columns: 1fr;
  }

  .setup-visual-card.image-card:first-child {
    grid-column: auto;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--wash);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

main {
  overflow: hidden;
}

.hero {
  position: relative;
  padding: 22px clamp(18px, 4vw, 56px) 72px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(241, 247, 255, 0.9)),
    url("./blog-assets/appointment-booking-system.webp") center / cover;
}

.nav {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.brand,
.nav-actions {
  display: flex;
  align-items: center;
}

.brand {
  flex: 0 0 auto;
  gap: 10px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(32, 58, 112, 0.16);
}

.hero-logo {
  width: 92px;
  height: 92px;
  margin-bottom: 24px;
  border-radius: 24px;
  box-shadow: 0 18px 38px rgba(14, 45, 115, 0.22);
}

.nav-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.nav-menu-button {
  display: none;
}

.nav-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px;
  max-width: min(860px, calc(100vw - 270px));
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(18px);
}

.nav-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 12px;
  border-radius: 999px;
  color: #526074;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.nav-actions a:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
}

.nav-actions a:active {
  transform: translateY(1px);
}

.nav-actions .nav-cta {
  color: #fff;
  background: var(--ink);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1fr);
  gap: clamp(36px, 6vw, 76px);
  align-items: center;
  max-width: 1180px;
  min-height: calc(100vh - 90px);
  margin: 0 auto;
  padding-top: 34px;
}

.hero-copy {
  max-width: 620px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(46px, 7vw, 82px);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 640px;
  font-size: clamp(44px, 5.4vw, 68px);
  line-height: 1.02;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.08;
}

.lead {
  max-width: 560px;
  color: #435167;
  font-size: clamp(17px, 1.65vw, 21px);
  line-height: 1.48;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-store-buttons {
  margin-top: 14px;
}

.store-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 8px 16px 8px 10px;
  border: 1px solid rgba(18, 31, 55, 0.1);
  border-radius: 999px;
  background: #11141d;
  color: #fff;
  box-shadow: 0 18px 34px rgba(17, 20, 29, 0.14);
}

.store-button small,
.store-button span span,
.store-button > span:last-child {
  display: block;
}

.store-button small {
  margin-bottom: 1px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.store-button > span:last-child {
  font-size: 15px;
  font-weight: 950;
  line-height: 1.1;
}

.store-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #fff;
  color: #11141d;
  font-size: 12px;
  font-weight: 950;
}

.play-mark::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #128d80;
}

.primary-btn,
.secondary-btn,
.wide-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 900;
}

.primary-btn,
.wide-cta {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  box-shadow: 0 18px 35px rgba(31, 110, 146, 0.2);
}

.secondary-btn {
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 560px;
  margin-top: 34px;
}

.trust-row div {
  min-height: 94px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 46px rgba(34, 54, 82, 0.09);
}

.booking-hero-visual {
  position: relative;
  min-height: 680px;
}

.hero-photo-card {
  position: absolute;
  top: 24px;
  right: 0;
  left: 72px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(18, 31, 55, 0.18);
}

.hero-photo-card img {
  display: block;
  width: 100%;
  height: 285px;
  object-fit: cover;
}

.hero-photo-card div {
  padding: 24px;
  background: linear-gradient(180deg, #fff, #f4f9ff);
}

.hero-photo-card span,
.floating-booking-card p,
.platform-grid span,
.flow-steps span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-photo-card strong,
.hero-photo-card small {
  display: block;
}

.hero-photo-card strong {
  margin-top: 7px;
  font-size: 30px;
  line-height: 1.05;
}

.hero-photo-card small {
  max-width: 360px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 720;
  line-height: 1.45;
}

.floating-booking-card {
  position: absolute;
  right: 34px;
  bottom: 42px;
  z-index: 4;
  width: min(330px, 64%);
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 70px rgba(18, 31, 55, 0.18);
  backdrop-filter: blur(16px);
}

.floating-booking-card h3 {
  margin: 18px 0 6px;
  font-size: 28px;
}

.slot-preview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 18px;
}

.slot-preview span {
  display: grid;
  min-height: 48px;
  place-items: center;
  border: 1px solid rgba(18, 141, 128, 0.24);
  border-radius: 16px;
  color: var(--teal);
  background: rgba(18, 141, 128, 0.08);
  font-size: 12px;
  font-weight: 950;
}

.booking-hero-visual .phone {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 268px;
  height: 550px;
}

.booking-hero-visual .hero-phone {
  transform: rotate(-3deg);
}

.trust-row strong,
.trust-row span {
  display: block;
}

.trust-row strong {
  font-size: 26px;
  line-height: 1;
}

.trust-row span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.device-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 660px;
}

.phone {
  position: relative;
  width: 298px;
  height: 612px;
  padding: 13px;
  border-radius: 46px;
  background: #101116;
  box-shadow: var(--shadow);
}

.phone::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 40px;
  pointer-events: none;
}

.iphone .speaker {
  position: absolute;
  z-index: 4;
  top: 18px;
  left: 50%;
  width: 92px;
  height: 27px;
  border-radius: 0 0 17px 17px;
  background: #101116;
  transform: translateX(-50%);
}

.android .camera {
  position: absolute;
  z-index: 4;
  top: 24px;
  left: 50%;
  width: 16px;
  height: 16px;
  border: 4px solid #15171f;
  border-radius: 999px;
  background: #2b354b;
  transform: translateX(-50%);
}

.screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 34px;
  background: #f6f8fc;
}

.screen-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  overflow: hidden;
  border-radius: 34px;
  background: #f6f8fc;
}

.hero-phone {
  z-index: 2;
  transform: translateX(-62px) rotate(-2deg);
}

.side-phone {
  position: absolute;
  right: 8px;
  bottom: 4px;
  z-index: 1;
  width: 254px;
  height: 522px;
  transform: rotate(4deg);
}

.statusbar {
  display: flex;
  justify-content: space-between;
  padding: 18px 18px 0;
  font-size: 11px;
  font-weight: 900;
}

.statusbar.dark {
  color: rgba(255, 255, 255, 0.84);
}

.app-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 22px 16px;
}

.app-top img {
  width: 70px;
  height: 70px;
  border-radius: 20px;
}

.app-top button,
.provider-card button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(34, 54, 82, 0.12);
}

.app-top button::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  border: 2px solid var(--ink);
  border-radius: 999px 999px 8px 8px;
}

.welcome-card,
.active-queue,
.provider-card,
.stat-card,
.live-card,
.code-card {
  margin: 0 18px 14px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(38, 58, 91, 0.1);
}

.welcome-card {
  padding: 24px 22px;
  background: #eaf1ff;
}

.welcome-card span,
.active-queue p,
.code-card span,
.live-card span {
  color: #6d7b91;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.welcome-card h2 {
  margin: 7px 0 12px;
  font-size: 32px;
}

.welcome-card p {
  color: #637188;
  line-height: 1.35;
}

.active-queue {
  padding: 18px;
  color: #fff;
  background:
    linear-gradient(rgba(15, 23, 42, 0.64), rgba(15, 23, 42, 0.64)),
    url("../frontend/assets/images/app-image.png") center / cover;
}

.active-queue h3 {
  font-size: 24px;
}

.queue-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 20px;
}

.queue-meta span {
  display: grid;
  gap: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.queue-meta b {
  color: #fff;
  font-size: 22px;
  letter-spacing: 0;
}

.provider-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}

.provider-card span {
  color: var(--teal);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.provider-card strong {
  display: block;
  margin-top: 6px;
}

.provider-card button::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 auto;
  border-top: 3px solid var(--teal);
  border-right: 3px solid var(--teal);
  transform: rotate(45deg);
}

.tabbar {
  position: absolute;
  right: 12px;
  bottom: 10px;
  left: 12px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  height: 70px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 -12px 34px rgba(34, 54, 82, 0.12);
}

.tabbar span {
  width: 22px;
  height: 22px;
  margin: auto;
  border: 2px solid #7d8aa0;
  border-radius: 999px;
}

.tabbar .active {
  background: var(--blue);
  border-color: var(--blue);
}

.tabbar .qr {
  width: 58px;
  height: 58px;
  background:
    linear-gradient(90deg, #fff 25%, transparent 0 75%, #fff 0) 50% / 18px 18px,
    linear-gradient(#fff 25%, transparent 0 75%, #fff 0) 50% / 18px 18px,
    #11141d;
  border: 0;
}

.provider-screen {
  color: #fff;
  background: linear-gradient(180deg, #121826 0%, #1b2638 44%, #edf3fb 44%);
}

.provider-screen header {
  padding: 42px 18px 16px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 26px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
}

.badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: currentColor;
}

.online {
  color: #17a365;
  background: #e6f9ef;
  border: 1px solid #bdeed4;
}

.provider-screen h2 {
  margin-top: 14px;
  font-size: 29px;
}

.provider-screen p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.35;
}

.action-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 14px;
}

.action-row button {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--teal);
  font-weight: 950;
}

.action-row .dark-btn {
  color: #fff;
  background: #172331;
}

.shift-breakdown {
  display: flex;
  gap: 8px;
  margin: 24px 14px 14px;
  color: var(--ink);
}

.shift-breakdown span {
  flex: 1;
  min-height: 52px;
  padding: 12px 8px;
  border-radius: 999px;
  background: #fff;
  color: #718095;
  font-size: 11px;
  font-weight: 850;
  text-align: center;
}

.shift-breakdown b {
  display: block;
  color: var(--teal);
  font-size: 18px;
}

.waiting-card {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 14px;
  padding: 13px;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
}

.waiting-card > strong {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #11141d;
  color: #fff;
  font-size: 22px;
}

.waiting-card b,
.waiting-card span {
  display: block;
}

.waiting-card span {
  margin-top: 5px;
  color: #718095;
  font-size: 12px;
  font-weight: 800;
}

  .feature-band,
  .appointment-platform-band,
  .industry-band,
  .booking-flow-band,
  .services-band,
  .pricing-band,
  .store-band,
.video-band,
.webapp-band,
.blue-story,
.provider-band,
.showcase-row,
.clients-band,
.benefits,
  .seo-band,
  .keyword-band,
  .local-band,
  .resource-band,
  .faq-band {
  padding: 82px clamp(18px, 4vw, 56px);
}

.appointment-platform-band {
  background: #fff;
}

.appointment-platform-band .section-heading p:not(.eyebrow),
.booking-flow-band .flow-copy p,
.store-band .section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.platform-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(18, 31, 55, 0.1);
}

.platform-grid img {
  display: block;
  width: 100%;
  height: 245px;
  object-fit: cover;
}

.platform-grid div {
  padding: 24px;
}

.platform-grid h3 {
  margin-top: 8px;
  font-size: 26px;
}

.platform-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.service-discovery-band {
  background: #f7f9fc;
}

.service-catalog {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1240px;
  margin: 0 auto;
}

.service-catalog-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 520px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 52px rgba(18, 31, 55, 0.09);
}

.service-catalog-card--featured {
  grid-column: span 2;
}

.service-catalog-card > img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.service-catalog-card--featured > img {
  height: 340px;
}

.service-catalog-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
}

.service-catalog-meta {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--teal);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-catalog-meta b {
  color: #768399;
  font-size: 10px;
}

.service-catalog-content h3 {
  margin: 14px 0 9px;
  font-size: clamp(23px, 2vw, 30px);
  line-height: 1.08;
}

.service-catalog-content p {
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.55;
}

.service-catalog-content a {
  display: inline-flex;
  min-height: 44px;
  margin-top: auto;
  align-items: center;
  gap: 9px;
  color: var(--teal);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.service-catalog-content a span {
  font-size: 19px;
  transition: transform 160ms ease;
}

.service-catalog-content a:hover span {
  transform: translateX(4px);
}

.service-catalog-card--action {
  min-height: 360px;
  justify-content: space-between;
  padding: 30px;
  border-color: #10283b;
  background: #10283b;
  color: #fff;
}

.service-catalog-card--action h3 {
  max-width: 420px;
  margin: 14px 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.02;
}

.service-catalog-card--action p:not(.eyebrow) {
  max-width: 470px;
  color: #c9d6df;
  line-height: 1.55;
}

.service-catalog-card--action .primary-btn {
  width: fit-content;
  color: #10283b;
  background: #fff;
  box-shadow: none;
}

.launch-offers-band {
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(84, 120, 231, 0.16), transparent 30%),
    radial-gradient(circle at 88% 0%, rgba(11, 132, 120, 0.18), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #eef5fb 100%);
}

.launch-offers-copy {
  max-width: 820px;
  margin: 0 auto 28px;
  text-align: center;
}

.launch-offers-copy h2 {
  margin: 8px 0 10px;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.98;
}

.launch-offers-copy p:not(.eyebrow) {
  margin: 0 auto;
  max-width: 680px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.launch-offers-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 18px;
  max-width: 1240px;
  margin: 0 auto;
}

.launch-offer-card {
  position: relative;
  display: grid;
  min-height: 410px;
  overflow: hidden;
  align-content: end;
  border: 1px solid rgba(133, 151, 176, 0.26);
  border-radius: 28px;
  background: #0f2133;
  color: #fff;
  box-shadow: 0 28px 70px rgba(18, 31, 55, 0.14);
  transform: translateY(0);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.launch-offer-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 34px 82px rgba(18, 31, 55, 0.2);
}

.launch-offer-card--wide {
  grid-row: span 2;
  min-height: 610px;
}

.launch-offer-card--accent {
  grid-column: span 2;
  min-height: 300px;
}

.launch-offer-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
  transform: scale(1.01);
  transition: transform 420ms ease, opacity 220ms ease;
}

.launch-offer-card:hover img {
  opacity: 0.9;
  transform: scale(1.06);
}

.launch-offer-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(7, 17, 31, 0.03) 0%, rgba(7, 17, 31, 0.78) 74%),
    linear-gradient(90deg, rgba(12, 132, 121, 0.2), rgba(84, 120, 231, 0.12));
}

.launch-offer-card > div {
  position: relative;
  z-index: 1;
  padding: 28px;
}

.launch-offer-card span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.launch-offer-card h3 {
  max-width: 610px;
  margin: 14px 0 10px;
  color: #fff;
  font-size: clamp(26px, 3vw, 46px);
  line-height: 1;
}

.launch-offer-card p {
  max-width: 560px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
}

.launch-offer-card a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  color: #0b8478;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 32px rgba(6, 17, 30, 0.18);
}

.business-playbooks-band {
  background:
    linear-gradient(180deg, #eef5fb 0%, #ffffff 44%, #f5f9fd 100%);
}

.business-playbooks-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1240px;
  margin: 0 auto;
}

.business-playbook-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  border: 1px solid rgba(133, 151, 176, 0.24);
  border-radius: 30px;
  background: #13283a;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 24px 70px rgba(18, 31, 55, 0.12);
  isolation: isolate;
  transform: translateY(0);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.business-playbook-card:hover {
  border-color: rgba(11, 132, 120, 0.42);
  box-shadow: 0 32px 90px rgba(18, 31, 55, 0.18);
  transform: translateY(-7px);
}

.business-playbook-card--large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 610px;
}

.business-playbook-card--wide {
  grid-column: span 2;
}

.business-playbook-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  transform: scale(1.01);
  transition: transform 520ms ease, opacity 220ms ease;
  z-index: -2;
}

.business-playbook-card:hover img {
  opacity: 0.86;
  transform: scale(1.07);
}

.business-playbook-card::after {
  position: absolute;
  inset: 0;
  content: "";
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(7, 17, 31, 0.02) 0%, rgba(7, 17, 31, 0.34) 40%, rgba(7, 17, 31, 0.86) 100%),
    linear-gradient(90deg, rgba(11, 132, 120, 0.22), rgba(84, 120, 231, 0.12));
}

.business-playbook-card div {
  width: 100%;
  padding: 28px;
}

.business-playbook-card span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.business-playbook-card h3 {
  margin: 14px 0 10px;
  max-width: 680px;
  color: #fff;
  font-size: clamp(24px, 2.8vw, 44px);
  line-height: 1;
}

.business-playbook-card p {
  margin: 0;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.55;
}

.industry-band {
  background:
    radial-gradient(circle at 12% 0%, rgba(85, 121, 232, 0.11), transparent 32%),
    linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.industry-grid article {
  display: grid;
  gap: 18px;
  align-content: start;
  min-height: 300px;
  padding: 26px;
  border: 1px solid rgba(18, 31, 55, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 52px rgba(34, 54, 82, 0.08);
}

.industry-grid article:nth-child(1),
.industry-grid article:nth-child(4) {
  background:
    linear-gradient(180deg, rgba(223, 248, 237, 0.82), rgba(255, 255, 255, 0.94));
}

.industry-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 20px;
  background: #e4f7f2;
  color: var(--teal);
}

.industry-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.industry-grid h3 {
  font-size: 25px;
}

.industry-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.booking-flow-band {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(520px, 1fr);
  gap: 46px;
  align-items: start;
  background:
    radial-gradient(circle at 12% 0%, rgba(18, 141, 128, 0.12), transparent 30%),
    linear-gradient(180deg, #f6f9fd, #edf5ff);
}

.flow-copy {
  max-width: 560px;
  justify-self: end;
  position: sticky;
  top: 28px;
}

.flow-steps {
  display: grid;
  gap: 14px;
  max-width: 700px;
}

.flow-steps article {
  display: grid;
  grid-template-columns: 76px 1fr;
  column-gap: 18px;
  align-items: start;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 50px rgba(18, 31, 55, 0.08);
}

.flow-steps span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  letter-spacing: 0;
}

.flow-steps h3 {
  margin: 4px 0 8px;
}

.flow-steps p {
  grid-column: 2;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.proof-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 24px clamp(18px, 4vw, 56px);
  background: #fff;
}

.proof-card {
  display: grid;
  gap: 10px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 251, 255, 0.94));
  box-shadow: 0 18px 44px rgba(34, 54, 82, 0.08);
}

.proof-card span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  font-size: 13px;
  font-weight: 950;
}

.proof-card strong {
  font-size: 20px;
}

.proof-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.store-band {
  background: #fff;
}

.store-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.store-card {
  overflow: hidden;
  min-height: 260px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f5f8fd;
  box-shadow: 0 18px 44px rgba(34, 54, 82, 0.08);
}

.store-card.wide {
  grid-row: span 2;
}

.store-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
}

.logo-card img {
  width: 124px;
  height: 124px;
  margin-bottom: 22px;
  border-radius: 30px;
}

.logo-card p {
  color: var(--muted);
  line-height: 1.45;
}

.video-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.62fr);
  gap: 42px;
  align-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 78% 10%, rgba(255, 255, 255, 0.14), transparent 30%),
    linear-gradient(135deg, #102b63 0%, #2d72ef 100%);
}

.video-copy {
  max-width: 660px;
  justify-self: end;
}

.video-copy p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  line-height: 1.48;
}

.download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: 18px;
  padding: 0 24px;
  border-radius: 999px;
  background: #fff;
  color: #143475;
  font-weight: 950;
}

.video-frame {
  justify-self: start;
  width: min(340px, 100%);
  padding: 10px;
  border-radius: 38px;
  background: #11141d;
  box-shadow: 0 30px 80px rgba(5, 18, 50, 0.34);
}

.video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 28px;
  background: #0d1835;
}

.webapp-band {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
  gap: 44px;
  align-items: center;
  background:
    radial-gradient(circle at 10% 10%, rgba(18, 141, 128, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff, #f1f6fd);
}

.webapp-copy {
  max-width: 600px;
  justify-self: end;
}

.webapp-copy p {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.5;
}

.webapp-shell {
  overflow: hidden;
  min-height: 640px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(18, 31, 55, 0.16);
}

.browser-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 48px;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
  background: #f7faff;
}

.browser-bar span,
.browser-bar span::before,
.browser-bar span::after {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #d94b4b;
}

.browser-bar span {
  position: relative;
}

.browser-bar span::before,
.browser-bar span::after {
  content: "";
  position: absolute;
  top: 0;
}

.browser-bar span::before {
  left: 16px;
  background: #e38a19;
}

.browser-bar span::after {
  left: 32px;
  background: #17a365;
}

.browser-bar strong {
  margin-left: 36px;
  color: #596679;
  font-size: 13px;
}

.webapp-shell iframe {
  display: block;
  width: 100%;
  height: 720px;
  border: 0;
  background: #f6f8fc;
}

.section-heading {
  max-width: 840px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.feature-highlight {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  gap: 24px;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto 18px;
  padding: 28px;
  border: 1px solid rgba(18, 141, 128, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 85% 10%, rgba(85, 121, 232, 0.14), transparent 28%),
    linear-gradient(135deg, #ffffff, #ecfbf6);
  box-shadow: 0 22px 58px rgba(18, 31, 55, 0.1);
}

.feature-highlight h3 {
  margin: 18px 0 10px;
  font-size: clamp(26px, 3.4vw, 40px);
}

.feature-highlight p {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.mini-metrics {
  display: grid;
  gap: 10px;
}

.mini-metrics span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 62px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.82);
  font-weight: 850;
}

.mini-metrics strong {
  color: var(--ink);
  font-size: 24px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1120px;
  margin: 0 auto;
}

.services-band {
  background:
    radial-gradient(circle at 84% 0%, rgba(85, 121, 232, 0.14), transparent 30%),
    linear-gradient(180deg, #ffffff, #f2f7fc);
}

.services-band .section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.services-grid article {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 44px rgba(34, 54, 82, 0.08);
}

.service-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 999px;
  color: var(--teal);
  background: rgba(18, 141, 128, 0.1);
  font-size: 14px;
  font-weight: 950;
}

.services-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.services-grid a {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 40px;
  margin-top: auto;
  padding: 0 14px;
  border: 1px solid rgba(18, 141, 128, 0.2);
  border-radius: 999px;
  color: var(--teal);
  background: rgba(18, 141, 128, 0.08);
  font-size: 13px;
  font-weight: 900;
}

.operations-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1fr);
  gap: 36px;
  align-items: center;
  padding: 82px clamp(18px, 4vw, 56px);
  background:
    linear-gradient(rgba(17, 24, 39, 0.84), rgba(17, 24, 39, 0.84)),
    url("./blog-assets/front-desk-queue-software.webp") center / cover;
  color: #fff;
}

.operations-copy {
  max-width: 620px;
  justify-self: end;
}

.operations-copy .eyebrow {
  color: #bff4e8;
}

.operations-copy h2 {
  color: #fff;
}

.operations-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.58;
}

.operations-grid {
  display: grid;
  gap: 14px;
  max-width: 680px;
}

.operations-grid article {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(14px);
}

.operations-grid span {
  color: #bff4e8;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.operations-grid strong {
  display: block;
  margin: 10px 0 8px;
  font-size: 23px;
}

.operations-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

.pricing-band {
  background:
    radial-gradient(circle at 50% 0%, rgba(18, 141, 128, 0.12), transparent 34%),
    linear-gradient(180deg, #f5f9fd, #ffffff);
}

.pricing-band .section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.pricing-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.pricing-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 48px;
  color: #526074;
  font-size: 14px;
  font-weight: 850;
}

.pricing-switch label {
  position: relative;
  width: 58px;
  height: 32px;
  border-radius: 999px;
  background: var(--blue);
  cursor: pointer;
}

.pricing-switch label i {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(18, 31, 55, 0.18);
  transition: transform 180ms ease;
}

.pricing-switch strong {
  color: var(--blue);
  font-size: 12px;
  text-transform: uppercase;
}

.pricing-toggle:checked + .pricing-switch label i {
  transform: translateX(26px);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  max-width: 1180px;
  margin: 0 auto;
}

.pricing-card {
  position: relative;
  display: flex;
  min-height: 560px;
  flex-direction: column;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 60px rgba(18, 31, 55, 0.1);
}

.pricing-card.featured {
  border: 2px solid var(--blue);
  box-shadow: 0 30px 80px rgba(85, 121, 232, 0.18);
}

.popular-pill {
  position: absolute;
  top: -15px;
  left: 50%;
  padding: 7px 18px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}

.pricing-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.pricing-card > p {
  min-height: 72px;
  color: var(--muted);
  line-height: 1.5;
}

.price-line {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  min-height: 58px;
  margin: 18px 0 22px;
}

.price-line del {
  margin-bottom: 8px;
  color: #8b96a8;
  font-size: 17px;
  font-weight: 850;
}

.price-line strong {
  color: var(--ink);
  font-size: clamp(32px, 4vw, 44px);
  line-height: 0.95;
  font-weight: 950;
}

.price-line span {
  margin-bottom: 7px;
  color: var(--muted);
  font-weight: 850;
}

.yearly-price {
  display: none;
}

.pricing-toggle:checked ~ .pricing-grid .monthly-price {
  display: none;
}

.pricing-toggle:checked ~ .pricing-grid .yearly-price {
  display: inline;
}

.contact-line {
  min-height: 58px;
  margin: 18px 0 22px;
  color: var(--ink);
  font-size: clamp(32px, 4vw, 42px);
  line-height: 1.05;
  font-weight: 950;
}

.pricing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-bottom: 28px;
  border-radius: 12px;
  color: #fff;
  background: var(--blue);
  font-weight: 950;
  box-shadow: 0 16px 28px rgba(85, 121, 232, 0.18);
}

.pricing-btn.secondary {
  color: var(--ink);
  border: 1px solid var(--line);
  background: #f8fbff;
  box-shadow: none;
}

.pricing-card h4 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-card ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-card li {
  position: relative;
  padding-left: 28px;
  color: #526074;
  line-height: 1.45;
  font-weight: 720;
}

.pricing-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--blue);
  font-weight: 950;
}

.pricing-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 900px;
  margin: 30px auto 0;
}

.pricing-contact a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #526074;
  background: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 850;
}

.feature-grid article,
.dash-panel,
.benefit-list article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(34, 54, 82, 0.08);
}

.feature-grid article {
  min-height: 230px;
  padding: 28px;
}

.feature-grid p,
.showcase-copy p,
.showcase-copy li,
.blue-story p,
.provider-grid p,
.benefit-list span,
.dash-panel p {
  color: var(--muted);
  line-height: 1.5;
}

.blue-story {
  color: #fff;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.14), transparent 34%),
    linear-gradient(135deg, #102b63 0%, #2d72ef 100%);
}

.blue-story .eyebrow,
.eyebrow.light {
  color: #d9f8b7;
}

.blue-story p {
  color: rgba(255, 255, 255, 0.8);
}

.story-copy {
  max-width: 920px;
  margin: 0 auto 34px;
  text-align: center;
}

.story-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1040px;
  margin: 0 auto;
}

.story-strip article {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 64px rgba(7, 22, 55, 0.22);
}

.story-strip img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  object-position: top center;
}

.story-strip span {
  display: block;
  padding: 18px;
  font-size: 20px;
  font-weight: 950;
}

.icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: #e4f7f2;
  color: var(--teal);
}

.icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
}

.showcase-row {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1fr);
  gap: 56px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

.showcase-copy ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.showcase-copy li {
  position: relative;
  padding-left: 26px;
  font-weight: 760;
}

.showcase-copy li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--teal);
}

.showcase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.showcase-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(18, 141, 128, 0.22);
  border-radius: 999px;
  color: var(--teal);
  background: rgba(18, 141, 128, 0.08);
  font-weight: 900;
}

.phone-set {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.phone.compact {
  width: 250px;
  height: 514px;
}

.booking-screen,
.tracker-screen {
  padding: 18px;
}

.hero-image {
  height: 150px;
  margin: -18px -18px 18px;
  background:
    linear-gradient(rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0.08)),
    url("../frontend/assets/images/app-image.png") center / cover;
}

.booking-screen h3 {
  margin: 18px 0 6px;
  font-size: 30px;
}

.booking-screen p {
  color: #5b687b;
}

.date-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin: 20px 0;
}

.date-row span {
  padding: 10px 4px;
  border-radius: 22px;
  background: #fff;
  color: #96a1b1;
  text-align: center;
  font-size: 20px;
  font-weight: 950;
}

.date-row .active {
  color: #fff;
  background: #11141d;
}

.date-row small {
  display: block;
  margin-top: 3px;
  font-size: 8px;
  font-weight: 950;
  text-transform: uppercase;
}

.slot-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.slot-list button,
.code-card button {
  min-height: 36px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
}

.wide-cta {
  width: 100%;
  margin-top: 20px;
  border: 0;
}

.tracker-screen {
  background: #eef4ff;
}

.stat-card,
.live-card,
.code-card {
  padding: 18px;
}

.stat-card.red {
  color: var(--red);
  background: var(--red-soft);
  border: 1px solid #f5c3c7;
}

.stat-card span,
.stat-card strong {
  display: block;
}

.stat-card strong {
  margin-top: 8px;
  color: var(--ink);
  font-size: 31px;
}

.live-card {
  background: #e8fbf1;
}

.live-card strong {
  display: block;
  margin: 7px 0 12px;
  color: var(--teal);
  font-size: 28px;
}

.code-card strong {
  display: block;
  margin: 8px 0 12px;
  font-size: 28px;
  letter-spacing: 0.08em;
}

.qr-block {
  width: 156px;
  height: 156px;
  margin: 18px auto 0;
  border: 12px solid #fff;
  border-radius: 8px;
  background:
    linear-gradient(90deg, #111 25%, transparent 0 75%, #111 0) 0 0 / 38px 38px,
    linear-gradient(#111 25%, transparent 0 75%, #111 0) 0 0 / 38px 38px,
    #fff;
  box-shadow: 0 18px 42px rgba(34, 54, 82, 0.12);
}

.clients-band {
  background: #fff;
}

.provider-band {
  background: #fff;
}

.provider-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 1040px;
  margin: 0 auto;
}

.provider-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7faff;
  box-shadow: 0 18px 44px rgba(34, 54, 82, 0.08);
}

.provider-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  object-position: top center;
}

.provider-grid h3,
.provider-grid p {
  margin-right: 24px;
  margin-left: 24px;
}

.provider-grid h3 {
  margin-top: 24px;
}

.provider-grid p {
  margin-bottom: 28px;
}

.screens-band {
  padding: 82px clamp(18px, 4vw, 56px);
  background:
    radial-gradient(circle at top left, rgba(18, 141, 128, 0.1), transparent 32%),
    linear-gradient(180deg, #f6f9fd, #eef4fb);
}

.screen-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.screen-grid article {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 44px rgba(34, 54, 82, 0.08);
}

.screen-grid h3 {
  margin: 18px 6px 6px;
}

.screen-grid p {
  margin: 0 6px 6px;
  color: var(--muted);
  line-height: 1.42;
}

.mini-phone {
  position: relative;
  aspect-ratio: 1242 / 2688;
  width: 100%;
  overflow: hidden;
  border: 8px solid #11141d;
  border-radius: 28px;
  background: #11141d;
  box-shadow: 0 22px 46px rgba(18, 31, 55, 0.14);
}

.mini-phone::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 50%;
  width: 54px;
  height: 15px;
  border-radius: 0 0 999px 999px;
  background: #11141d;
  transform: translateX(-50%);
}

.mini-phone img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 20px;
}

.dashboard-preview {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, minmax(160px, 0.55fr));
  gap: 16px;
  max-width: 1120px;
  margin: 0 auto;
}

.dash-panel {
  min-height: 170px;
  padding: 24px;
}

.main-panel {
  grid-row: span 2;
}

.panel-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.panel-head span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bars {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  height: 220px;
  margin-top: 26px;
  padding: 22px;
  border-radius: 8px;
  background: linear-gradient(180deg, #f4f8ff, #ecf5f2);
}

.bars span {
  flex: 1;
  min-height: 28px;
  border-radius: 999px 999px 12px 12px;
  background: linear-gradient(180deg, var(--blue), var(--teal));
}

.metric {
  display: block;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 950;
}

.benefits {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 48px;
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
}

.benefit-list {
  display: grid;
  gap: 12px;
}

.benefit-list article {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  align-items: center;
  padding: 22px;
}

.benefit-list strong {
  font-size: 20px;
}

.switch-band {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(520px, 1fr);
  gap: 42px;
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
  background: #fff;
}

.switch-copy {
  position: sticky;
  top: 28px;
  max-width: 520px;
}

.switch-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.switch-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(34, 54, 82, 0.09);
}

.switch-table > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.switch-table > div + div {
  border-top: 1px solid var(--line);
}

.switch-table span {
  display: flex;
  align-items: center;
  min-height: 92px;
  padding: 22px;
  color: #526074;
  line-height: 1.45;
  font-weight: 780;
}

.switch-table span + span {
  border-left: 1px solid var(--line);
  color: var(--ink);
  background: linear-gradient(180deg, rgba(223, 248, 237, 0.62), rgba(255, 255, 255, 0.82));
}

.switch-head span {
  min-height: 62px;
  color: #fff;
  background: #11141d;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.switch-head span + span {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--teal));
}

.seo-band {
  background: #fff;
}

.seo-grid,
.keyword-layout,
.resource-grid,
.faq-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.seo-grid article,
.keyword-card,
.resource-grid article,
.local-card,
.faq-list article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(34, 54, 82, 0.08);
}

.seo-grid p,
.keyword-card p,
.local-band p,
.faq-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.keyword-band {
  background:
    radial-gradient(circle at 12% 0%, rgba(18, 141, 128, 0.1), transparent 30%),
    linear-gradient(180deg, #f7fbff, #edf4fb);
}

.keyword-band .section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.keyword-card {
  display: flex;
  flex-direction: column;
  min-height: 278px;
}

.inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
}

.inline-links a,
.resource-grid a {
  display: inline-flex;
  align-items: center;
  color: var(--teal);
  font-weight: 900;
}

.inline-links a {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(18, 141, 128, 0.2);
  border-radius: 999px;
  background: rgba(18, 141, 128, 0.08);
  font-size: 13px;
}

.local-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  gap: 28px;
  align-items: start;
  background: #fff;
}

.local-copy,
.local-card {
  max-width: 760px;
  justify-self: end;
}

.local-card {
  justify-self: start;
}

.local-card ul {
  display: grid;
  gap: 12px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.local-card li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.45;
}

.local-card li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--teal);
}

.local-contact-card {
  display: grid;
  gap: 14px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(223, 248, 237, 0.92), rgba(255, 255, 255, 0.96)),
    url("./blog-assets/local-service-booking-software-india.webp") center / cover;
}

.card-icon,
.resource-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(18, 141, 128, 0.12);
  color: var(--teal);
  font-size: 22px;
}

.card-icon svg,
.resource-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-stack {
  display: grid;
  gap: 10px;
  margin-top: 6px;
}

.contact-stack a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(18, 141, 128, 0.2);
  border-radius: 999px;
  color: var(--teal);
  background: rgba(255, 255, 255, 0.84);
  font-weight: 900;
}

.resource-band {
  background:
    radial-gradient(circle at 88% 12%, rgba(85, 121, 232, 0.12), transparent 28%),
    #fff;
}

.resource-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.resource-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
}

.resource-grid h3 {
  margin-bottom: 4px;
}

.resource-grid a {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f7faff;
}

.seo-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 1180px;
  margin: 24px auto 0;
}

.seo-link-row a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(18, 141, 128, 0.22);
  border-radius: 999px;
  color: var(--teal);
  background: rgba(18, 141, 128, 0.08);
  font-weight: 900;
}

.conversion-band {
  padding: 24px clamp(18px, 5vw, 72px) 78px;
  background:
    radial-gradient(circle at 12% 20%, rgba(18, 141, 128, 0.18), transparent 28%),
    linear-gradient(180deg, #f3f7fc, #fff);
}

.conversion-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  gap: 26px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px;
  border: 1px solid rgba(18, 141, 128, 0.18);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.92), rgba(18, 141, 128, 0.88)),
    url("./blog-assets/appointment-booking-with-live-token.webp") center / cover;
  box-shadow: 0 24px 70px rgba(18, 31, 55, 0.16);
}

.conversion-card .eyebrow {
  color: #bff4e8;
}

.conversion-card h2 {
  max-width: 820px;
  margin: 0;
  color: #fff;
}

.conversion-card p:not(.eyebrow) {
  max-width: 700px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.55;
}

.conversion-actions {
  display: grid;
  gap: 12px;
}

.conversion-actions .primary-btn {
  background: #fff;
  color: var(--ink);
}

.conversion-actions .secondary-btn {
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.conversion-actions span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.faq-band {
  background: var(--wash);
}

.faq-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

footer {
  display: grid;
  gap: 30px;
  padding: 52px clamp(18px, 5vw, 72px) 34px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 10%, rgba(85, 121, 232, 0.2), transparent 30%),
    #11141d;
}

.footer-top,
.footer-columns,
.footer-bottom {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 24px;
  align-items: stretch;
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  min-height: 170px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.footer-brand img {
  width: 96px;
  height: auto;
}

footer strong,
footer span {
  display: block;
}

footer span {
  margin-top: 4px;
  color: #aeb7c5;
}

footer address {
  max-width: 420px;
  margin-top: 10px;
  color: #d9e0eb;
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.footer-contact-card {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 28px;
  border: 1px solid rgba(191, 244, 232, 0.22);
  border-radius: 8px;
  background: rgba(18, 141, 128, 0.18);
}

.footer-contact-card strong {
  font-size: 22px;
}

.footer-contact-card a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 38px;
  padding: 0 13px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 900;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding-top: 4px;
}

.footer-columns nav,
.footer-actions {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-columns nav a {
  color: #cbd3df;
  font-weight: 800;
}

.footer-columns nav a:hover,
.footer-contact-card a:hover {
  color: #fff;
}

.footer-actions {
  justify-items: start;
}

.footer-store {
  min-height: 52px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #aeb7c5;
  font-size: 14px;
  font-weight: 800;
}

.social-links svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 980px) {
  .nav-actions {
    max-width: min(620px, calc(100vw - 240px));
  }

  .hero-grid,
  .showcase-row,
  .benefits,
  .webapp-band,
  .booking-flow-band,
  .feature-highlight,
  .operations-band,
  .switch-band,
  .conversion-card,
  .footer-top {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
  }

  .device-stage {
    min-height: 620px;
  }

  .feature-grid,
  .platform-grid,
  .industry-grid,
  .proof-band,
  .services-grid,
  .pricing-grid,
  .store-grid,
  .video-band,
  .story-strip,
  .provider-grid,
  .dashboard-preview,
  .screen-grid,
  .seo-grid,
  .keyword-layout,
  .resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-copy {
    position: static;
    justify-self: auto;
    max-width: 760px;
  }

  .switch-copy {
    position: static;
    max-width: 760px;
  }

  .operations-copy {
    justify-self: auto;
  }

  .local-band {
    grid-template-columns: 1fr;
  }

  .local-copy,
  .local-card {
    justify-self: auto;
  }

  .footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .webapp-copy {
    justify-self: auto;
  }

  .store-card.wide {
    grid-row: auto;
  }

  .main-panel {
    grid-column: span 2;
  }

  .service-catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .launch-offers-grid {
    grid-template-columns: 1fr 1fr;
  }

  .business-playbooks-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-playbook-card--large,
  .business-playbook-card--wide {
    grid-column: span 1;
    grid-row: span 1;
    min-height: 430px;
  }

  .launch-offer-card--wide,
  .launch-offer-card--accent {
    grid-column: span 1;
    grid-row: span 1;
    min-height: 430px;
  }
}

@media (max-width: 820px) {
  .hero {
    padding-top: 16px;
  }

  .nav {
    align-items: center;
  }

  .brand span {
    font-size: 15px;
  }

  .nav-menu-button {
    position: relative;
    z-index: 7;
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 14px 34px rgba(18, 31, 55, 0.12);
    cursor: pointer;
  }

  .nav-menu-button span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 2px 0;
    border-radius: 999px;
    background: var(--ink);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .nav-toggle:checked + .brand + .nav-menu-button span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .nav-toggle:checked + .brand + .nav-menu-button span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle:checked + .brand + .nav-menu-button span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .nav-actions {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    left: 0;
    z-index: 6;
    display: grid;
    grid-template-columns: 1fr;
    max-width: none;
    max-height: 0;
    padding: 0 12px;
    overflow: hidden;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 70px rgba(18, 31, 55, 0.18);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: max-height 220ms ease, padding 220ms ease, opacity 160ms ease, transform 180ms ease;
  }

  .nav-toggle:checked ~ .nav-actions {
    max-height: 720px;
    padding: 12px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-actions a {
    justify-content: flex-start;
    width: 100%;
    min-height: 46px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(243, 247, 252, 0.82);
    color: #273245;
    font-size: 14px;
  }

  .nav-actions .nav-cta {
    justify-content: center;
    margin-top: 4px;
    border-radius: 999px;
  }
}

@media (max-width: 680px) {
  .hero {
    padding: 16px 16px 50px;
  }

  .nav {
    gap: 12px;
  }

  .brand img {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .brand span {
    max-width: 168px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero-grid {
    gap: 30px;
    padding-top: 28px;
  }

  h1 {
    font-size: clamp(38px, 12vw, 52px);
    line-height: 0.98;
  }

  h2 {
    font-size: clamp(30px, 10vw, 44px);
  }

  .lead {
    font-size: 17px;
  }

  .hero-logo {
    width: 68px;
    height: 68px;
    margin-bottom: 18px;
    border-radius: 18px;
  }

  .hero-actions,
  .store-buttons,
  .feature-grid,
  .platform-grid,
  .industry-grid,
  .proof-band,
  .services-grid,
  .pricing-grid,
  .store-grid,
  .video-band,
  .story-strip,
  .provider-grid,
  .dashboard-preview,
  .screen-grid,
  .seo-grid,
  .keyword-layout,
  .resource-grid,
  .faq-list,
  .footer-columns,
  .benefit-list article {
    grid-template-columns: 1fr;
  }

  .hero-store-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .service-catalog {
    display: flex;
    margin: 0 -16px;
    padding: 0 16px 14px;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .service-catalog::-webkit-scrollbar {
    display: none;
  }

  .service-catalog-card,
  .service-catalog-card--featured {
    width: min(84vw, 340px);
    min-width: min(84vw, 340px);
    min-height: 500px;
    scroll-snap-align: start;
  }

  .service-catalog-card > img,
  .service-catalog-card--featured > img {
    height: 245px;
  }

  .service-catalog-card--action {
    min-height: 500px;
  }

  .service-catalog-content {
    padding: 20px;
  }

  .launch-offers-copy {
    text-align: left;
  }

  .launch-offers-grid {
    display: flex;
    margin: 0 -16px;
    padding: 0 16px 18px;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .launch-offers-grid::-webkit-scrollbar {
    display: none;
  }

  .launch-offer-card,
  .launch-offer-card--wide,
  .launch-offer-card--accent {
    flex: 0 0 min(86vw, 360px);
    min-height: 430px;
    scroll-snap-align: start;
  }

  .launch-offer-card > div {
    padding: 22px;
  }

  .business-playbooks-grid {
    display: flex;
    margin: 0 -16px;
    padding: 0 16px 18px;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .business-playbooks-grid::-webkit-scrollbar {
    display: none;
  }

  .business-playbook-card,
  .business-playbook-card--large,
  .business-playbook-card--wide {
    flex: 0 0 min(86vw, 360px);
    min-height: 430px;
    scroll-snap-align: start;
  }

  .business-playbook-card div {
    padding: 22px;
  }

  .store-button {
    min-height: 52px;
    gap: 8px;
    padding: 7px 10px;
  }

  .store-button > span:last-child {
    font-size: 12px;
  }

  .store-mark {
    width: 34px;
    height: 34px;
  }

  .trust-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 22px;
  }

  .trust-row div {
    min-height: 78px;
    padding: 12px 8px;
    border-radius: 18px;
  }

  .trust-row strong {
    font-size: 18px;
  }

  .trust-row span {
    font-size: 10px;
    line-height: 1.25;
  }

  .booking-hero-visual {
    min-height: 610px;
  }

  .hero-photo-card {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
  }

  .hero-photo-card img {
    height: 185px;
  }

  .hero-photo-card div {
    padding: 18px;
  }

  .hero-photo-card strong {
    font-size: 23px;
  }

  .booking-hero-visual .phone {
    position: relative;
    bottom: auto;
    left: auto;
    z-index: 3;
    width: 216px;
    height: 445px;
    margin: -24px 0 0 8px;
  }

  .booking-hero-visual .hero-phone {
    transform: rotate(-2deg);
  }

  .floating-booking-card {
    right: 0;
    bottom: 10px;
    width: min(285px, 82%);
    padding: 18px;
  }

  .floating-booking-card h3 {
    font-size: 22px;
  }

  .slot-preview {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }

  .slot-preview span {
    min-height: 42px;
    border-radius: 14px;
    font-size: 10px;
  }

  .booking-flow-band {
    gap: 26px;
  }

  .flow-steps article {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .flow-steps h3,
  .flow-steps p {
    grid-column: auto;
  }

  .flow-steps h3 {
    margin-top: 16px;
  }

  .feature-highlight {
    padding: 22px;
  }

  .mini-metrics span {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .operations-band {
    padding: 58px 16px;
  }

  .operations-grid article {
    padding: 20px;
  }

  .store-buttons {
    display: grid;
  }

  .store-button,
  .primary-btn,
  .secondary-btn {
    width: 100%;
  }

  .device-stage {
    min-height: auto;
    padding-top: 16px;
  }

  .phone {
    width: min(298px, calc(100vw - 54px));
    height: auto;
    aspect-ratio: 298 / 612;
    padding: 12px;
  }

  .hero-phone {
    transform: none;
  }

  .side-phone {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(240px, calc(100vw - 96px));
    height: auto;
    aspect-ratio: 254 / 522;
    margin-top: -140px;
    transform: translateX(42px) scale(0.86) rotate(3deg);
  }

  .phone-set {
    flex-direction: column;
  }

  .phone.compact {
    width: min(290px, 100%);
    height: 592px;
  }

  .main-panel {
    grid-column: auto;
  }

  footer {
    align-items: flex-start;
    padding-bottom: 28px;
  }

  .footer-actions {
    justify-items: stretch;
    width: 100%;
  }

  .footer-brand {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    min-height: auto;
    padding: 22px;
  }

  .footer-contact-card {
    padding: 22px;
  }

  .footer-store-buttons,
  .social-links {
    justify-content: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .conversion-band {
    padding: 12px 16px 54px;
  }

  .conversion-card {
    padding: 24px;
  }

  .conversion-card p:not(.eyebrow) {
    font-size: 16px;
  }

  .contact-stack a,
  .resource-grid a {
    min-height: 46px;
    justify-content: flex-start;
  }

  .webapp-shell {
    min-height: 520px;
  }

  .webapp-shell iframe {
    height: min(620px, 72vh);
  }

  .pricing-switch {
    align-items: center;
    gap: 9px;
    margin-bottom: 28px;
    font-size: 13px;
  }

  .pricing-switch strong {
    display: block;
    margin-top: 2px;
  }

  .pricing-card {
    min-height: auto;
    padding: 26px;
  }

  .pricing-card > p {
    min-height: auto;
  }

  .switch-table > div {
    grid-template-columns: 1fr;
  }

  .switch-table span + span {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .switch-table span {
    min-height: auto;
  }

  .switch-head span {
    min-height: 54px;
  }

  .pricing-contact {
    justify-content: flex-start;
  }

  .pricing-contact a {
    width: 100%;
    justify-content: center;
  }
}

/* Final modern website overrides. Keep this layer last so older section styles do not win. */
.hero {
  isolation: isolate;
  min-height: 100svh;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(246, 250, 255, .9) 48%, rgba(237, 246, 255, .86) 100%),
    url("./service-assets/hotel-reception-booking.webp") center / cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 140px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(243, 247, 252, 0), #f7f9fc);
}

.nav {
  position: sticky;
  top: 14px;
  padding: 10px;
  border: 1px solid rgba(226, 234, 246, .9);
  border-radius: 999px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 18px 48px rgba(18, 31, 55, .08);
  backdrop-filter: blur(18px);
}

.nav-actions {
  max-width: none;
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

.nav-actions .nav-cta,
.primary-btn,
.pricing-card.is-featured .pricing-btn {
  background: linear-gradient(135deg, var(--blue), var(--teal));
  box-shadow: 0 16px 34px rgba(18, 141, 128, .18);
}

.hero-grid {
  grid-template-columns: minmax(0, .95fr) minmax(460px, 1fr);
  min-height: calc(100svh - 92px);
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(48px, 5.8vw, 76px);
  line-height: .98;
}

.hero-logo {
  width: 74px;
  height: 74px;
  margin-bottom: 20px;
  border-radius: 20px;
}

.hero-service-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 2px;
}

.hero-service-pills a,
.contact-stack a,
.resource-grid a,
.inline-links a {
  border-radius: 999px;
}

.hero-service-pills a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(18, 141, 128, .18);
  color: #0f766e;
  background: rgba(255, 255, 255, .76);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(18, 31, 55, .06);
}

.hero-photo-card,
.service-card,
.industry-card,
.feature-card,
.client-card,
.pricing-card,
.blog-card,
.resource-card,
.webapp-card,
.platform-card,
.keyword-card,
.footer-contact-card {
  border-color: rgba(213, 224, 238, .9);
  border-radius: 28px;
  box-shadow: 0 18px 48px rgba(18, 31, 55, .08);
}

.hero-live-card {
  position: absolute;
  right: -18px;
  bottom: 86px;
  display: grid;
  gap: 5px;
  min-width: 160px;
  padding: 18px;
  border: 1px solid rgba(18, 141, 128, .18);
  border-radius: 24px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 22px 56px rgba(18, 31, 55, .14);
  backdrop-filter: blur(18px);
}

.hero-live-card span,
.hero-live-card small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero-live-card strong {
  color: var(--teal);
  font-size: 34px;
  line-height: 1;
}

.service-card {
  overflow: hidden;
  padding: 0;
}

.service-card img {
  height: 214px;
}

.service-body {
  padding: 24px;
}

.service-card:hover,
.industry-card:hover,
.feature-card:hover,
.blog-card:hover,
.resource-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 64px rgba(18, 31, 55, .12);
}

.modern-setup-band {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1fr);
  gap: 28px;
  align-items: center;
  padding: 60px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 12% 20%, rgba(223, 248, 237, .85), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #eef5ff 100%);
  box-shadow: 0 28px 80px rgba(18, 31, 55, .1);
}

.modern-setup-copy h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
}

.modern-setup-copy p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.setup-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.setup-checks span {
  padding: 12px 15px;
  border: 1px solid rgba(18, 141, 128, .18);
  border-radius: 999px;
  color: #0f766e;
  background: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 900;
}

.setup-visual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.setup-visual-card {
  overflow: hidden;
  border: 1px solid rgba(213, 224, 238, .9);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(18, 31, 55, .08);
}

.setup-visual-card.image-card {
  position: relative;
  min-height: 260px;
}

.setup-visual-card.image-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.setup-visual-card.image-card div {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 16px;
  border-radius: 20px;
  color: #fff;
  background: rgba(17, 24, 39, .72);
  backdrop-filter: blur(12px);
}

.setup-visual-card.image-card span {
  display: block;
  margin-bottom: 7px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.setup-visual-card.image-card strong {
  font-size: 18px;
  line-height: 1.25;
}

.setup-visual-card.metric-card {
  display: grid;
  align-content: center;
  min-height: 260px;
  padding: 26px;
  color: #fff;
  background: linear-gradient(145deg, #122144, #128d80);
}

.setup-visual-card.metric-card span {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.setup-visual-card.metric-card strong {
  margin: 6px 0;
  font-size: 72px;
  line-height: .9;
}

.setup-visual-card.metric-card p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-weight: 800;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .nav {
    top: 8px;
    border-radius: 28px;
  }

  .nav-actions {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 24px 54px rgba(18, 31, 55, .14);
  }

  .nav-toggle:checked ~ .nav-actions {
    display: grid;
  }

  .nav-menu-button {
    display: grid;
  }

  .hero-grid,
  .modern-setup-band {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
  }

  .hero h1 {
    font-size: clamp(42px, 12vw, 64px);
  }

  .hero-live-card {
    right: 10px;
    bottom: 20px;
  }

  .modern-setup-band {
    padding: 34px;
    border-radius: 30px;
  }
}

@media (max-width: 640px) {
  .hero-service-pills {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hero-service-pills a {
    justify-content: center;
    padding-inline: 10px;
    text-align: center;
  }

  .setup-visual-grid {
    grid-template-columns: 1fr;
  }

  .modern-setup-band {
    padding: 24px;
  }
}

/* Motion system: lightweight, accessible, and focused on card clarity. */
@keyframes heroDrift {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(0, -12px, 0) rotate(.35deg);
  }
}

@keyframes softPulse {
  0%, 100% {
    box-shadow: 0 18px 48px rgba(18, 31, 55, .08);
  }
  50% {
    box-shadow: 0 26px 70px rgba(18, 141, 128, .18);
  }
}

@keyframes livePing {
  0% {
    transform: scale(.82);
    opacity: .9;
  }
  75%, 100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

@keyframes sheen {
  0% {
    transform: translateX(-130%) skewX(-18deg);
  }
  42%, 100% {
    transform: translateX(240%) skewX(-18deg);
  }
}

@keyframes railNudge {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
  }
}

.motion-ready .motion-card {
  opacity: 0;
  transform: translateY(28px) scale(.985);
  transition:
    opacity 680ms cubic-bezier(.2, .8, .2, 1),
    transform 680ms cubic-bezier(.2, .8, .2, 1),
    box-shadow 220ms ease,
    border-color 220ms ease;
  transition-delay: calc(var(--motion-order, 0) * 70ms);
  will-change: opacity, transform;
}

.motion-ready .motion-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.hero-photo-card,
.hero-phone {
  animation: heroDrift 8s ease-in-out infinite;
}

.hero-phone {
  animation-delay: -2.4s;
}

.floating-booking-card,
.hero-live-card {
  animation: softPulse 3.6s ease-in-out infinite;
}

.hero-live-card::before,
.floating-booking-card::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--teal);
}

.hero-live-card::after,
.floating-booking-card::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 1px solid var(--teal);
  animation: livePing 1.8s ease-out infinite;
}

.primary-btn,
.nav-actions .nav-cta,
.pricing-btn,
.download-btn,
.store-button {
  position: relative;
  overflow: hidden;
}

.primary-btn::after,
.nav-actions .nav-cta::after,
.pricing-btn::after,
.download-btn::after,
.store-button::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% 0;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .38), transparent);
  animation: sheen 4.6s ease-in-out infinite;
  pointer-events: none;
}

.service-catalog-card,
.industry-grid article,
.feature-grid article,
.services-grid article,
.pricing-card,
.keyword-card,
.resource-grid a {
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.service-catalog-card:hover,
.industry-grid article:hover,
.feature-grid article:hover,
.services-grid article:hover,
.pricing-card:hover,
.keyword-card:hover,
.resource-grid a:hover {
  border-color: rgba(18, 141, 128, .35);
  transform: translateY(-7px) scale(1.012);
  box-shadow: 0 30px 80px rgba(18, 31, 55, .14);
}

.service-catalog-card img,
.setup-visual-card img,
.store-card img,
.industry-grid img {
  transition: transform 900ms cubic-bezier(.2, .8, .2, 1), filter 900ms ease;
}

.service-catalog-card:hover img,
.setup-visual-card:hover img,
.store-card:hover img,
.industry-grid article:hover img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.02);
}

.proof-card,
.setup-visual-card.metric-card,
.local-contact-card,
.conversion-card {
  position: relative;
  overflow: hidden;
}

.proof-card::before,
.setup-visual-card.metric-card::before,
.local-contact-card::before,
.conversion-card::before {
  content: "";
  position: absolute;
  inset: -70% -20% auto auto;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, .42), transparent 64%);
  transform: rotate(22deg);
  pointer-events: none;
}

.store-card.wide,
.webapp-shell,
.modern-setup-band,
.conversion-card {
  view-timeline-name: --section;
  view-timeline-axis: block;
}

@supports (animation-timeline: view()) {
  .store-card.wide,
  .webapp-shell,
  .modern-setup-band,
  .conversion-card {
    animation: sectionScale both ease-out;
    animation-timeline: --section;
    animation-range: entry 10% cover 36%;
  }

  @keyframes sectionScale {
    from {
      opacity: .72;
      transform: translateY(36px) scale(.97);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }
}

@media (max-width: 760px) {
  .service-catalog-grid,
  .industry-grid,
  .pricing-grid,
  .feature-grid,
  .services-grid,
  .resource-grid,
  .keyword-layout {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(78%, 1fr);
    grid-template-columns: none;
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scroll-padding-inline: 16px;
    padding-bottom: 12px;
    -webkit-overflow-scrolling: touch;
  }

  .service-catalog-grid > *,
  .industry-grid > *,
  .pricing-grid > *,
  .feature-grid > *,
  .services-grid > *,
  .resource-grid > *,
  .keyword-layout > * {
    scroll-snap-align: start;
  }

  .service-catalog-grid::-webkit-scrollbar,
  .industry-grid::-webkit-scrollbar,
  .pricing-grid::-webkit-scrollbar,
  .feature-grid::-webkit-scrollbar,
  .services-grid::-webkit-scrollbar,
  .resource-grid::-webkit-scrollbar,
  .keyword-layout::-webkit-scrollbar {
    height: 6px;
  }

  .service-catalog-grid::-webkit-scrollbar-thumb,
  .industry-grid::-webkit-scrollbar-thumb,
  .pricing-grid::-webkit-scrollbar-thumb,
  .feature-grid::-webkit-scrollbar-thumb,
  .services-grid::-webkit-scrollbar-thumb,
  .resource-grid::-webkit-scrollbar-thumb,
  .keyword-layout::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(18, 141, 128, .28);
  }

  .pricing-grid,
  .service-catalog-grid {
    animation: railNudge 1.2s ease-in-out 1.2s 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }

  .motion-ready .motion-card {
    opacity: 1;
    transform: none;
  }
}

/* Hero carousel upgrade. */
.booking-hero-visual {
  perspective: 1200px;
}

.hero-carousel {
  position: absolute;
  top: 36px;
  left: 22px;
  width: min(560px, 76%);
  height: 430px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 38px;
  background: #101827;
  box-shadow: 0 34px 92px rgba(18, 31, 55, .22);
  transform: rotate(-2deg);
}

.hero-carousel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, .24), transparent 34%),
    linear-gradient(180deg, rgba(16, 24, 39, 0) 40%, rgba(16, 24, 39, .74) 100%);
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: end;
  opacity: 0;
  transform: scale(1.045);
  transition: opacity 900ms ease, transform 1800ms cubic-bezier(.2, .8, .2, 1);
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.hero-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04);
}

.hero-slide div {
  position: relative;
  z-index: 5;
  margin: 0 18px 50px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 24px;
  color: #fff;
  background: rgba(16, 24, 39, .66);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .2);
  backdrop-filter: blur(16px);
}

.hero-slide span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, .74);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero-slide strong {
  display: block;
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.02;
}

.hero-slide small {
  display: block;
  max-width: 360px;
  margin-top: 8px;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
}

.hero-carousel-dots {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 6;
  display: flex;
  gap: 8px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  backdrop-filter: blur(14px);
}

.hero-carousel-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .6);
  cursor: pointer;
  transition: width 220ms ease, background 220ms ease, transform 220ms ease;
}

.hero-carousel-dots button.is-active {
  width: 28px;
  background: #fff;
}

.hero-carousel-dots button:hover {
  transform: scale(1.18);
}

.hero-offer-strip {
  display: grid;
  gap: 5px;
  max-width: 560px;
  margin: 22px 0 0;
  padding: 16px 18px;
  border: 1px solid rgba(18, 141, 128, .16);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(223, 248, 237, .9), rgba(255, 255, 255, .78)),
    radial-gradient(circle at 92% 8%, rgba(85, 121, 232, .18), transparent 36%);
  box-shadow: 0 20px 52px rgba(18, 31, 55, .08);
}

.hero-offer-strip span,
.hero-offer-strip small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero-offer-strip strong {
  color: #0f766e;
  font-size: clamp(18px, 2.3vw, 24px);
  line-height: 1.12;
}

.hero-slide-offer {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 7;
  max-width: calc(100% - 36px);
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, rgba(85, 121, 232, .84), rgba(18, 141, 128, .84));
  box-shadow: 0 18px 42px rgba(0, 0, 0, .22);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.hero-mini-gallery {
  position: absolute;
  top: 504px;
  left: 54px;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(3, 82px);
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 24px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 22px 56px rgba(18, 31, 55, .14);
  backdrop-filter: blur(16px);
}

.hero-mini-gallery img {
  width: 82px;
  height: 72px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(18, 31, 55, .12);
  transition: transform 260ms ease, filter 260ms ease;
}

.hero-mini-gallery img:nth-child(2) {
  transform: translateY(-8px);
}

.hero-mini-gallery img:hover {
  transform: translateY(-10px) scale(1.04);
  filter: saturate(1.1);
}

.booking-hero-visual .hero-phone {
  z-index: 7;
  right: 44px;
  transform: rotate(3deg) translateY(22px);
  box-shadow: 0 28px 90px rgba(18, 31, 55, .22);
}

.floating-booking-card {
  z-index: 8;
}

.hero-live-card {
  z-index: 9;
}

.hero-carousel + .floating-booking-card {
  right: 6px;
  bottom: 36px;
}

.hero-carousel ~ .hero-live-card {
  right: 190px;
  bottom: 20px;
}

@media (max-width: 980px) {
  .hero-carousel {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: min(440px, 68vw);
    margin: 8px auto 0;
    transform: none;
  }

  .booking-hero-visual .hero-phone {
    right: 8%;
    transform: rotate(2deg) translateY(-30px);
  }

  .hero-carousel + .floating-booking-card {
    right: 18px;
    bottom: 42px;
  }

  .hero-carousel ~ .hero-live-card {
    right: auto;
    left: 18px;
    bottom: 20px;
  }

  .hero-mini-gallery {
    top: auto;
    right: 18px;
    bottom: 150px;
    left: auto;
  }
}

@media (max-width: 640px) {
  .hero-carousel {
    height: 360px;
    border-radius: 30px;
  }

  .hero-slide div {
    margin: 0 12px 48px;
    padding: 15px;
    border-radius: 20px;
  }

  .hero-slide strong {
    font-size: 23px;
  }

  .booking-hero-visual .hero-phone {
    width: min(248px, calc(100vw - 96px));
    margin: -48px auto 0;
    transform: rotate(2deg);
  }

  .hero-offer-strip {
    padding: 14px;
    border-radius: 20px;
  }

  .hero-mini-gallery {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    margin-top: 12px;
  }

  .hero-mini-gallery img {
    width: 100%;
    height: 74px;
  }

.hero-carousel + .floating-booking-card,
.hero-carousel ~ .hero-live-card {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: 12px;
  }
}

.jodhpur-link-hub {
  width: min(1180px, calc(100% - 40px));
  margin: -28px auto 70px;
  padding: 34px;
  border: 1px solid rgba(18, 135, 125, 0.16);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 80px rgba(26, 43, 68, 0.09);
}

.jodhpur-link-hub .section-heading {
  max-width: 840px;
  margin: 0 auto 24px;
}

.jodhpur-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.jodhpur-link-grid a {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 12px 15px;
  border: 1px solid rgba(18, 135, 125, 0.16);
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  color: #12877d;
  font-weight: 900;
  line-height: 1.16;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(26, 43, 68, 0.05);
  transition: transform 180ms ease, color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.jodhpur-link-grid a:hover,
.jodhpur-link-grid a:focus-visible {
  color: #ffffff;
  background: linear-gradient(135deg, #12877d 0%, #1b75d0 100%);
  box-shadow: 0 18px 38px rgba(18, 135, 125, 0.2);
  transform: translateY(-3px);
}

.jodhpur-link-all {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-height: 48px;
  margin: 22px auto 0;
  padding: 0 22px;
  border: 1px solid rgba(18, 135, 125, 0.18);
  border-radius: 999px;
  background: #e8fbf8;
  color: #12877d;
  font-weight: 950;
  text-decoration: none;
}

.nearby-map-section {
  margin-top: 28px;
  padding: 26px;
  border: 1px solid rgba(18, 135, 125, 0.16);
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 12%, rgba(232, 251, 248, 0.95), transparent 36%),
    radial-gradient(circle at 86% 20%, rgba(232, 240, 255, 0.95), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 22px 60px rgba(26, 43, 68, 0.08);
}

.nearby-map-copy {
  display: grid;
  gap: 10px;
  max-width: 900px;
}

.nearby-map-copy h3 {
  margin: 0;
  max-width: 820px;
  color: #111722;
  font-size: clamp(1.7rem, 4vw, 3rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.nearby-map-copy p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: #62718a;
  font-size: 1.02rem;
  line-height: 1.58;
}

.nearby-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.nearby-filter-pills button {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(18, 135, 125, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #12877d;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(26, 43, 68, 0.05);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.nearby-filter-pills button:hover,
.nearby-filter-pills button:focus-visible,
.nearby-filter-pills button.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, #12877d 0%, #1b75d0 100%);
  box-shadow: 0 18px 34px rgba(18, 135, 125, 0.2);
  transform: translateY(-2px);
}

.nearby-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 20px;
  align-items: stretch;
  margin-top: 22px;
}

.nearby-map-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(26, 43, 68, 0.1);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(242, 249, 255, 0.94), rgba(236, 251, 248, 0.92)),
    #eef6fb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.map-grid-lines {
  position: absolute;
  inset: 0;
  opacity: 0.46;
  background-image:
    linear-gradient(rgba(26, 43, 68, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 43, 68, 0.07) 1px, transparent 1px);
  background-size: 56px 56px;
}

.map-road {
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 40px rgba(26, 43, 68, 0.08);
}

.road-one {
  width: 120%;
  height: 42px;
  left: -10%;
  top: 45%;
  transform: rotate(-16deg);
}

.road-two {
  width: 42px;
  height: 120%;
  left: 54%;
  top: -10%;
  transform: rotate(24deg);
}

.map-pin {
  position: absolute;
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 8px;
  align-items: center;
  max-width: 190px;
  padding: 10px 12px;
  border: 1px solid rgba(18, 135, 125, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  color: #111722;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 950;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 16px 44px rgba(26, 43, 68, 0.12);
  transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.map-pin span {
  width: 16px;
  height: 16px;
  border: 4px solid #ffffff;
  border-radius: 999px;
  background: #12877d;
  box-shadow: 0 0 0 5px rgba(18, 135, 125, 0.14);
}

.map-pin.clinic { left: 12%; top: 16%; }
.map-pin.salon { right: 10%; top: 25%; }
.map-pin.spa { left: 20%; bottom: 18%; }
.map-pin.hotel { right: 16%; bottom: 15%; }
.map-pin.counter { left: 48%; top: 54%; }

.map-pin.is-active,
.map-pin:hover,
.map-pin:focus-visible {
  border-color: rgba(27, 117, 208, 0.4);
  box-shadow: 0 22px 50px rgba(27, 117, 208, 0.18);
  transform: translateY(-4px) scale(1.02);
}

.map-pin.is-muted,
.nearby-list article.is-hidden {
  opacity: 0.28;
}

.nearby-list {
  display: grid;
  gap: 12px;
  align-content: start;
}

.nearby-list article {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(26, 43, 68, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 38px rgba(26, 43, 68, 0.06);
  transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.nearby-list article:not(.is-hidden):hover {
  border-color: rgba(18, 135, 125, 0.22);
  transform: translateY(-3px);
}

.nearby-list span {
  color: #12877d;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nearby-list strong {
  color: #111722;
  font-size: 1.08rem;
  line-height: 1.15;
}

.nearby-list small {
  color: #62718a;
  font-size: 0.9rem;
  line-height: 1.4;
}

.nearby-list a {
  width: fit-content;
  margin-top: 3px;
  color: #12877d;
  font-weight: 950;
  text-decoration: none;
}

@media (max-width: 980px) {
  .nearby-map-layout {
    grid-template-columns: 1fr;
  }

  .nearby-map-card {
    min-height: 360px;
  }
}

@media (max-width: 760px) {
  .nearby-map-section {
    padding: 18px;
    border-radius: 24px;
  }

  .nearby-filter-pills {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .nearby-filter-pills::-webkit-scrollbar {
    display: none;
  }

  .nearby-filter-pills button {
    flex: 0 0 auto;
  }

  .nearby-map-card {
    min-height: 330px;
  }

  .map-pin {
    max-width: 150px;
    padding: 9px 10px;
    font-size: 0.76rem;
  }

  .map-pin.clinic { left: 6%; top: 14%; }
  .map-pin.salon { right: 4%; top: 24%; }
  .map-pin.spa { left: 10%; bottom: 18%; }
  .map-pin.hotel { right: 8%; bottom: 14%; }
  .map-pin.counter { left: 38%; top: 53%; }
}

.home-blog-carousel {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid rgba(26, 43, 68, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 12%, rgba(232, 251, 248, 0.9), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f7fbff 100%);
  overflow: hidden;
}

.home-blog-carousel-head {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: flex-end;
  margin-bottom: 18px;
}

.home-blog-carousel-head h3 {
  margin: 0 0 8px;
  color: #142132;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1;
}

.home-blog-carousel-head p:not(.eyebrow) {
  max-width: 780px;
  margin: 0;
  color: #62748f;
  font-weight: 750;
  line-height: 1.55;
}

.home-blog-carousel-actions {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}

.home-blog-carousel-actions button {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(18, 135, 125, 0.18);
  border-radius: 50%;
  background: #ffffff;
  color: #12877d;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(26, 43, 68, 0.08);
  cursor: pointer;
}

.home-blog-carousel-actions button:hover,
.home-blog-carousel-actions button:focus-visible {
  background: #12877d;
  color: #ffffff;
}

.home-blog-carousel-viewport {
  margin: 0 -24px;
  padding: 2px 24px 20px;
  overflow-x: auto;
  scroll-padding-inline: 24px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.home-blog-carousel-track {
  display: flex;
  gap: 18px;
}

.home-blog-card {
  flex: 0 0 308px;
  scroll-snap-align: start;
}

.home-blog-card a {
  display: grid;
  height: 100%;
  min-height: 430px;
  border: 1px solid rgba(213, 224, 238, 0.92);
  border-radius: 26px;
  background: #ffffff;
  color: inherit;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(26, 43, 68, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.home-blog-card a:hover,
.home-blog-card a:focus-visible {
  border-color: rgba(18, 135, 125, 0.34);
  box-shadow: 0 26px 62px rgba(26, 43, 68, 0.14);
  transform: translateY(-5px);
}

.home-blog-card img {
  width: 100%;
  height: 178px;
  object-fit: cover;
  background: #eaf2fb;
}

.home-blog-card-body {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 20px;
}

.home-blog-card-body span {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: #e8fbf8;
  color: #12877d;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-blog-card-body h3 {
  margin: 0;
  color: #142132;
  font-size: 21px;
  line-height: 1.08;
}

.home-blog-card-body p {
  margin: 0;
  color: #61718a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.48;
}

.home-blog-card-body small {
  align-self: end;
  margin-top: 8px;
  color: #12877d;
  font-size: 13px;
  font-weight: 950;
}

@media (max-width: 980px) {
  .jodhpur-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-blog-card {
    flex-basis: 286px;
  }
}

@media (max-width: 640px) {
  .jodhpur-link-hub {
    width: calc(100% - 28px);
    margin: 28px auto 48px;
    padding: 22px;
    border-radius: 24px;
  }

  .jodhpur-link-grid {
    display: flex;
    gap: 10px;
    margin: 0 -22px;
    padding: 0 22px 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .jodhpur-link-grid a {
    flex: 0 0 78%;
    min-height: 58px;
    scroll-snap-align: start;
  }

  .home-blog-carousel {
    padding: 18px;
    border-radius: 24px;
  }

  .home-blog-carousel-head {
    display: grid;
  }

  .home-blog-carousel-actions {
    justify-content: flex-end;
  }

  .home-blog-carousel-viewport {
    margin: 0 -18px;
    padding: 2px 18px 18px;
    scroll-padding-inline: 18px;
  }

  .home-blog-card {
    flex-basis: min(82vw, 312px);
  }

  .home-blog-card a {
    min-height: 410px;
  }
}

/* Homepage rhythm pass: keep section gaps consistent after the blog carousel update. */
:root {
  --home-section-y: clamp(56px, 6vw, 76px);
  --home-section-x: clamp(18px, 4vw, 56px);
}

.hero {
  padding-bottom: clamp(48px, 5vw, 64px);
}

.jodhpur-link-hub {
  margin: clamp(-18px, -1.5vw, -10px) auto clamp(46px, 5vw, 62px);
}

.jodhpur-link-hub .section-heading {
  margin-bottom: 20px;
}

.home-blog-carousel {
  margin-top: clamp(20px, 3vw, 28px);
  padding: clamp(20px, 3vw, 28px);
}

.home-blog-carousel-viewport {
  padding-bottom: 8px;
}

.appointment-platform-band,
.launch-offers-band,
.business-playbooks-band,
.industry-band,
.booking-flow-band,
.store-band,
.video-band,
.webapp-band,
.feature-band,
.services-band,
.operations-band,
.pricing-band,
.blue-story,
.showcase-row,
.screens-band,
.provider-band,
.clients-band,
.benefits,
.seo-band,
.keyword-band,
.local-band,
.resource-band,
.faq-band {
  padding-top: var(--home-section-y);
  padding-bottom: var(--home-section-y);
}

.service-discovery-band {
  padding-top: clamp(50px, 5vw, 64px);
}

.proof-band {
  padding-top: clamp(28px, 4vw, 44px);
  padding-bottom: clamp(28px, 4vw, 44px);
}

.modern-setup-band {
  margin-top: clamp(28px, 4vw, 44px);
  margin-bottom: clamp(28px, 4vw, 44px);
}

.conversion-band {
  padding-top: clamp(46px, 5vw, 64px);
  padding-bottom: clamp(58px, 6vw, 78px);
}

.search-opportunity-band {
  padding: var(--home-section-y) var(--home-section-x);
  background:
    radial-gradient(circle at 14% 0%, rgba(84, 120, 231, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f3f8fc 100%);
}

.search-opportunity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.search-opportunity-grid a {
  display: grid;
  gap: 10px;
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(18, 135, 125, 0.16);
  border-radius: 28px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(34, 54, 82, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.search-opportunity-grid a:hover,
.search-opportunity-grid a:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(18, 135, 125, 0.36);
  box-shadow: 0 26px 62px rgba(34, 54, 82, 0.13);
}

.search-opportunity-grid span {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: #e8fbf8;
  color: #12877d;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.search-opportunity-grid strong {
  color: #142132;
  font-size: 22px;
  line-height: 1.08;
}

.search-opportunity-grid small {
  color: #61718a;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.5;
}

.keyword-tree-row {
  max-width: 1040px;
  margin: 24px auto 0;
  justify-content: center;
}

.tree-cluster {
  max-width: 1180px;
  margin: 26px auto;
  padding: 28px;
  border: 1px solid rgba(86, 115, 151, 0.14);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 22px 56px rgba(34, 54, 82, 0.08);
}

.tree-cluster h2 {
  margin: 0 0 18px;
  color: #142132;
  font-size: clamp(24px, 3vw, 34px);
}

.tree-keyword-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.tree-keyword-grid a {
  display: grid;
  gap: 7px;
  padding: 16px;
  border: 1px solid rgba(18, 135, 125, 0.14);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f4faf9 100%);
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.tree-keyword-grid a:hover,
.tree-keyword-grid a:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(18, 135, 125, 0.34);
  box-shadow: 0 16px 34px rgba(34, 54, 82, 0.12);
}

.tree-keyword-grid span {
  color: #12877d;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.18;
}

.tree-keyword-grid small {
  color: #66758d;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .search-opportunity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tree-keyword-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  :root {
    --home-section-y: 48px;
  }

  .hero {
    padding-bottom: 36px;
  }

  .jodhpur-link-hub {
    margin: 18px auto 42px;
  }

  .home-blog-carousel-head {
    gap: 14px;
    margin-bottom: 14px;
  }

  .appointment-platform-band,
  .launch-offers-band,
  .business-playbooks-band,
  .industry-band,
  .booking-flow-band,
  .store-band,
  .video-band,
  .webapp-band,
  .feature-band,
  .services-band,
  .operations-band,
  .pricing-band,
  .blue-story,
  .showcase-row,
  .screens-band,
  .provider-band,
  .clients-band,
  .benefits,
  .seo-band,
  .keyword-band,
    .local-band,
    .resource-band,
    .faq-band {
    padding-top: var(--home-section-y);
    padding-bottom: var(--home-section-y);
  }

  .search-opportunity-grid {
    display: flex;
    gap: 12px;
    margin: 0 calc(var(--home-section-x) * -1);
    padding: 0 var(--home-section-x) 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .search-opportunity-grid a {
    flex: 0 0 min(82vw, 320px);
    scroll-snap-align: start;
  }

  .tree-cluster {
    margin: 18px auto;
    padding: 18px;
    border-radius: 24px;
  }

  .tree-keyword-grid {
    display: flex;
    gap: 12px;
    margin: 0 -18px;
    padding: 0 18px 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .tree-keyword-grid a {
    flex: 0 0 min(82vw, 320px);
    scroll-snap-align: start;
  }
}
