:root {
  --cyan: #1f8fd3;
  --cyan-dark: #1979b4;
  --cyan-darker: #135f8e;
  --line: #dcdcdc;
  --text: #2b2b2b;
  --muted: #8a8a8a;
  --darkbar: #445770;
  --footer: #ececec;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  color: var(--text);
  background: #efefef;
  padding-top: 92px;
  font-size: 13px;
  margin-top: auto;
}

a {
  color: var(--cyan);
  text-decoration: none;
  transition: all 0.25s ease;
}

a:hover {
  color: #7b7b7b;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
}

.skip-link:focus {
  left: 8px;
  top: 8px;
  background: var(--cyan);
  color: var(--white);
  padding: 8px 10px;
  z-index: 999;
}

.top-utility-bar {
  display: none;
}

.top-utility-bar .container {
  min-height: 42px;
}

.top-caption {
  color: #d5deec;
  font-size: 11px;
  letter-spacing: 0.3px;
}

.top-devices i {
  color: #9ca9c0;
  margin-right: 12px;
  font-size: 14px;
}

.top-utility-bar .btn-success {
  background: #41b649;
  border-color: #41b649;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 16px;
}

.navbar {
  top: 0;
  min-height: 90px;
  background: #445770 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.navbar.scrolled {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.navbar-brand {
  color: var(--white);
  font-size: 0;
  font-weight: 700;
  padding: 8px 0;
}

.brand-script {
  font-family: "Damion", cursive;
  font-size: 44px;
  line-height: 1;
  color: #effcff;
}

.brand-logo {
  width: auto;
  height: 46px;
  border-radius: 0;
  background: transparent;
  padding: 0;
  display: block;
}

.nav-link {
  color: #e8f0ff !important;
  text-transform: lowercase;
  font-size: 12px;
  letter-spacing: 0.6px;
  padding: 10px 28px !important;
  border-radius: 6px;
}

.nav-link:hover,
.nav-link.active {
  color: #23405f !important;
  background: #ffffff !important;
}

#mainNav .nav-link.active {
  font-weight: 700;
  box-shadow: inset 0 0 0 1px rgba(42, 79, 116, 0.22);
}

.btn {
  border-radius: 3px;
  font-size: 13px;
  box-shadow: none !important;
}

.btn-outline-light:hover {
  color: #128ca8;
}

.btn-primary {
  background: var(--cyan);
  border-color: var(--cyan);
}

.btn-primary:hover {
  background: var(--cyan-dark);
  border-color: var(--cyan-dark);
}

.btn-outline-primary {
  color: var(--cyan);
  border-color: var(--cyan);
}

.btn-outline-primary:hover {
  background: var(--cyan);
  border-color: var(--cyan);
}

.hero-template-section {
  background: linear-gradient(135deg, #0f4f97 0%, #1f8fd3 100%) !important;
  padding: 18px 0 0;
  overflow: hidden;
}

.hero-device-wrap {
  position: relative;
  padding: 12px 0 0;
}

.hero-device-image {
  max-width: 640px;
  width: 100%;
  transform: rotate(-22deg) translateX(-56px) translateY(30px);
  transform-origin: center center;
  border-radius: 18px;
  box-shadow: 0 22px 34px rgba(0, 0, 0, 0.24);
  border: 6px solid rgba(255, 255, 255, 0.82);
}

.hero-copy {
  color: #dff9ff;
  padding: 34px 0 46px;
}

.hero-copy-layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.hero-copy .hero-eyebrow {
  margin-bottom: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  color: #d9f7ff !important;
}

.hero-copy h1 {
  font-size: 54px;
  line-height: 1.02;
  margin-bottom: 16px;
  font-weight: 300;
  color: #ffffff !important;
}

.hero-copy p {
  max-width: 270px;
  color: #e2f8fd !important;
  margin-bottom: 16px;
  font-size: 13px;
}

.store-cta {
  margin-top: 34px;
  color: #dff7fd !important;
  max-width: 160px;
}

.store-cta p {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.store-cta .btn {
  font-size: 12px;
  font-weight: 700;
  color: #108ea9;
  padding: 8px 12px;
}

.snapshot-icons {
  background: #f2f2f2;
  border-bottom: 1px solid #ececec;
}

.snapshot-item {
  text-align: left;
  padding: 16px 14px 18px;
  border-right: 1px solid #e7e7e7;
  min-height: 215px;
}

.snapshot-item:last-child {
  border-right: none;
}

.snapshot-item span {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin: -46px 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f5fbfd;
  border: 1px solid #dbeef4;
  color: var(--cyan);
  font-size: 24px;
}

.snapshot-item h2 {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  color: #4d4d4d;
  line-height: 1.35;
  margin-bottom: 10px;
  letter-spacing: 0.9px;
}

.snapshot-item p {
  font-size: 12px;
  color: #878787;
  margin: 0 0 12px;
}

.snapshot-item a {
  font-size: 12px;
  border-bottom: 1px solid var(--cyan);
}

.snapshot-item a:hover {
  color: #1498b5;
}

.section-padding {
  padding: 58px 0;
}

.modules-classic {
  background: #f3f3f3;
}

.module-tabs {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #0f8ea9;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.module-tab {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border: none !important;
  outline: none !important;
  color: #e9fdff;
  font-size: 14px;
  font-weight: 400;
  padding: 13px 14px;
  background: #1facc8 !important;
  text-align: left;
  line-height: 1.1;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  box-shadow: none !important;
  border-radius: 0 !important;
  cursor: default;
}

.module-tab i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #f2fcff;
  color: #17abca;
  margin-right: 8px;
  font-size: 14px;
}

.module-tab.active,
.module-tab:hover {
  background: #1196b0 !important;
}

.module-tabs .col-md-3:not(:last-child) .module-tab {
  border-right: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.container {
  max-width: 1300px;
}

.services-section,
.platform-section,
.testimonials-section,
.appointment-widget-section {
  background: #f5f5f5;
}

.services-section .section-heading h2,
.platform-section .section-heading h2,
.testimonials-section .section-heading h2,
.appointment-widget-section .section-heading h2 {
  font-size: 38px;
}

.service-card,
.platform-card,
.testimonial-card {
  background: #ffffff;
  border: 1px solid #dde5e9;
  border-radius: 8px;
  padding: 18px;
  min-height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card:hover,
.platform-card:hover,
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(8, 132, 156, 0.12);
  border-color: #b7dfea;
}

.service-card .icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  background: #eaf9fd;
  color: var(--cyan);
  font-size: 20px;
}

.service-card h3,
.platform-card h3 {
  font-size: 19px;
  margin-bottom: 7px;
  color: #22333a;
}

.service-card p,
.platform-card p {
  color: #6d7c83;
  margin-bottom: 8px;
}

.service-card .price-chip {
  display: inline-block;
  color: #0e8ca8;
  font-size: 12px;
  background: #eaf9fd;
  border: 1px solid #c8edf7;
  border-radius: 20px;
  padding: 4px 10px;
  margin-bottom: 10px;
}

.platform-meta {
  font-size: 12px;
  color: #5f777f;
  margin-bottom: 12px;
}

.testimonials-carousel {
  border: 1px solid #d7e6eb;
  border-radius: 8px;
  background: #ffffff;
}

.testimonials-carousel .carousel-item {
  padding: 28px 42px;
}

.star-row {
  color: #f4b400;
  letter-spacing: 2px;
  margin-bottom: 9px;
}

.testimonial-card .quote {
  color: #4a5e66;
  font-size: 15px;
  margin-bottom: 10px;
}

.testimonial-card .author {
  color: #20404b;
  font-weight: 600;
  margin-bottom: 2px;
}

.testimonial-card .role {
  color: #6a7d85;
  font-size: 12px;
}

.appointment-widget-section {
  background: #eef2f4;
}

.appointment-form {
  background: #ffffff;
  border: 1px solid #d6e3e8;
  border-radius: 8px;
  padding: 18px;
}

.appointment-form .form-control,
.appointment-form .form-select {
  border-radius: 4px;
  border-color: #cddce3;
  font-size: 13px;
}

.appointment-form .form-control:focus,
.appointment-form .form-select:focus {
  border-color: #93d1df;
  box-shadow: 0 0 0 0.2rem rgba(30, 169, 199, 0.12);
}

.floating-support-btn {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 1100;
  background: #22c45e;
  color: #ffffff;
  border-radius: 40px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  box-shadow: 0 10px 22px rgba(24, 149, 74, 0.32);
  font-weight: 600;
  font-size: 13px;
}

.floating-support-btn:hover {
  color: #ffffff;
  background: #18ad4f;
}

.floating-support-btn i {
  font-size: 20px;
}

.mobile-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1090;
  display: none;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #0e89a4;
}

.mobile-sticky-cta a {
  text-align: center;
  padding: 12px 8px;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  background: #17abca;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.mobile-sticky-cta a:last-child {
  border-right: none;
  background: #0f96b2;
}

.mobile-sticky-cta i {
  margin-right: 5px;
}

.classic-title {
  font-size: 50px;
  line-height: 1.15;
  margin-bottom: 12px;
  color: #202020;
  font-weight: 300;
}

.classic-step h3 {
  font-size: 44px;
  line-height: 1;
  color: var(--cyan);
  font-weight: 300;
  margin-bottom: 5px;
}

.classic-step h4 {
  text-transform: uppercase;
  font-size: 20px;
  color: #139ab5;
  font-weight: 400;
  margin-bottom: 9px;
}

.classic-step p {
  color: #7b7b7b;
  font-size: 13px;
}

.classic-step a {
  border-bottom: 1px solid var(--cyan);
  font-size: 13px;
}

.classic-side-list h4 {
  color: var(--cyan);
  font-size: 42px;
  font-weight: 300;
  margin: 0 0 4px;
}

.classic-side-list p {
  color: #8a8a8a;
  font-size: 13px;
  margin-bottom: 22px;
}

.workflow-classic {
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-heading {
  text-align: center;
  margin-bottom: 30px;
}

.section-heading h2 {
  margin-bottom: 8px;
  font-weight: 300;
  font-size: 44px;
}

.section-heading p {
  margin: 0;
  color: #818181;
}

.workflow-box {
  background: #f4f4f4;
  border: 1px solid var(--line);
  min-height: 100px;
  padding: 16px 10px;
  text-align: center;
}

.workflow-box strong {
  display: block;
  color: var(--cyan);
  font-size: 30px;
  font-weight: 300;
}

.workflow-box span {
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
}

.screenshots-classic {
  background: #f8f8f8;
}

#screenCarousel .carousel-inner {
  border-color: var(--line) !important;
}

.pricing-classic {
  background: var(--white);
}

.pricing-card {
  background: #fafafa;
  border: 1px solid var(--line);
  min-height: 100%;
  padding: 20px;
}

.pricing-card.featured {
  border-color: var(--cyan);
  background: #f0fbfe;
}

.pricing-card h3 {
  font-size: 34px;
  font-weight: 300;
  margin-bottom: 8px;
}

.pricing-card .price {
  font-size: 48px;
  line-height: 1;
  color: var(--cyan-dark);
  margin-bottom: 14px;
  font-weight: 300;
}

.pricing-card .price span {
  font-size: 17px;
  color: #8d8d8d;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.pricing-card li {
  margin-bottom: 8px;
  color: #737373;
}

.faq-classic {
  background: #f2f2f2;
}

.accordion-item {
  border: 1px solid var(--line);
  border-radius: 0 !important;
}

.accordion-button {
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  background: #dcf4fa;
  color: #086c82;
}

.book-demo-section {
  background: var(--white);
}

.book-demo-section h2 {
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 10px;
}

.demo-form {
  background: #f7f7f7;
  border: 1px solid var(--line);
  padding: 16px;
}

.form-control {
  border-radius: 0;
  border-color: #d0d0d0;
  font-size: 13px;
  padding: 8px 10px;
}

.form-control:focus {
  border-color: #a3a3a3;
  box-shadow: none;
}

.site-footer {
  background: var(--footer);
  border-top: 1px solid #d3d3d3;
  color: #6f6f6f;
  padding: 34px 0 16px;
}

.footer-logo-text {
  color: #666;
  font-size: 18px;
  font-weight: 700;
}

.site-footer h3 {
  font-size: 15px;
  color: #444;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links a {
  color: #6f6f6f;
}

.social-links {
  display: flex;
  gap: 7px;
}

.social-links a {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bdbdbd;
  color: #7d7d7d;
}

.social-links a:hover {
  border-color: var(--cyan);
  color: var(--cyan);
}

@media (max-width: 991px) {
  body {
    padding-top: 88px;
  }

  .hero-copy h1 {
    font-size: 48px;
  }

  .module-tab { font-size: 13px; }

  .classic-title {
    font-size: 39px;
  }

  .classic-side-list h4 {
    font-size: 31px;
  }

  .snapshot-item {
    border-bottom: 1px solid #efefef;
  }

  .testimonials-carousel .carousel-item {
    padding: 20px 18px;
  }
}

@media (max-width: 767px) {
  .hero-device-image {
    transform: none;
    border-width: 3px;
  }

  .hero-copy-layout {
    flex-direction: column;
  }

  .hero-copy h1 {
    font-size: 42px;
  }

  .snapshot-item {
    min-height: auto;
  }

  .snapshot-item h2 { font-size: 16px; }

  .section-heading h2 {
    font-size: 34px;
  }

  .classic-title {
    font-size: 32px;
  }

  .classic-step h4 {
    font-size: 22px;
  }

  .classic-side-list h4 {
    font-size: 28px;
  }

  .services-section .section-heading h2,
  .platform-section .section-heading h2,
  .testimonials-section .section-heading h2,
  .appointment-widget-section .section-heading h2 {
    font-size: 28px;
  }

  .mobile-sticky-cta {
    display: grid;
  }

  body {
    padding-bottom: 56px;
  }

  .floating-support-btn {
    right: 12px;
    bottom: 64px;
    padding: 9px 11px;
  }

  .floating-support-btn span {
    display: none;
  }

  .brand-logo {
    height: 40px;
  }
}

/* UI refresh: modern premium styling */
.ui-refresh {
  background:
    radial-gradient(circle at 15% 10%, rgba(23, 171, 202, 0.11), transparent 30%),
    radial-gradient(circle at 85% 0%, rgba(40, 99, 255, 0.08), transparent 32%),
    linear-gradient(180deg, #f6fbff 0%, #eff4f8 100%);
  color: #1e2836;
}

.ui-refresh .navbar {
  background: #445770 !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  min-height: 84px;
}

.ui-refresh .nav-link {
  text-transform: none;
  letter-spacing: 0.2px;
  font-weight: 600;
  color: #e8f0ff !important;
}

.ui-refresh .nav-link:hover,
.ui-refresh .nav-link.active {
  color: #243f5d !important;
  background: #ffffff !important;
  box-shadow: 0 8px 20px rgba(8, 41, 84, 0.14);
}

.ui-refresh .section-heading h1,
.ui-refresh .section-heading h2 {
  font-weight: 700;
  letter-spacing: -0.4px;
  color: #10223f;
}

.ui-refresh .section-heading p {
  color: #536178;
  font-size: 15px;
}

.ui-refresh .hero-template-section {
  background: linear-gradient(132deg, #07305d 0%, #0f5fa6 45%, #1597cc 100%) !important;
}

.ui-refresh .hero-copy .hero-eyebrow {
  color: #a7dbff !important;
}

.ui-refresh .hero-copy h1 {
  font-weight: 700;
  letter-spacing: -0.8px;
}

.ui-refresh .hero-copy p {
  color: #d6edff !important;
  max-width: 480px;
}

.ui-refresh .hero-device-image {
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 26px 56px rgba(3, 22, 57, 0.42);
}

.ui-refresh .pricing-card,
.ui-refresh .service-card,
.ui-refresh .platform-card,
.ui-refresh .testimonial-card {
  border: 1px solid rgba(17, 92, 170, 0.12);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 10px 28px rgba(11, 40, 74, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.ui-refresh .pricing-card:hover,
.ui-refresh .service-card:hover,
.ui-refresh .platform-card:hover,
.ui-refresh .testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(7, 38, 76, 0.17);
  border-color: rgba(17, 92, 170, 0.28);
}

.ui-refresh .pricing-card.featured {
  background: linear-gradient(180deg, #0f5ca8 0%, #0a4a8a 100%);
  color: #ffffff;
  border-color: rgba(13, 73, 136, 0.9);
}

.ui-refresh .pricing-card.featured .price,
.ui-refresh .pricing-card.featured h3,
.ui-refresh .pricing-card.featured li {
  color: #ffffff;
}

.ui-refresh .pricing-card .price {
  font-weight: 800;
  font-size: 42px;
  color: #0d5ca9;
}

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

.ui-refresh .btn-primary {
  background: linear-gradient(135deg, #0d63b8 0%, #11a3db 100%);
  border: none;
  box-shadow: 0 10px 20px rgba(17, 120, 187, 0.24);
}

.ui-refresh .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(9, 86, 162, 0.34);
}

.ui-refresh .btn-outline-primary {
  border-color: #0f64ba;
  color: #0f64ba;
}

.ui-refresh .form-control,
.ui-refresh .form-select {
  border-radius: 10px;
  border: 1px solid #cfddec;
  padding: 10px 12px;
  font-size: 14px;
  background: #fcfdff;
}

.ui-refresh .form-control:focus,
.ui-refresh .form-select:focus {
  border-color: #4f9de0;
  box-shadow: 0 0 0 0.2rem rgba(36, 123, 203, 0.16);
  background: #ffffff;
}

.ui-refresh .form-label {
  font-weight: 600;
  color: #304862;
}

.ui-refresh .alert-info {
  background: #edf7ff;
  border: 1px solid #c7e3fb;
  color: #214d78;
  border-radius: 12px;
}

.ui-refresh .site-footer {
  background: linear-gradient(180deg, #e9eef4 0%, #dee7ef 100%);
  border-top: 1px solid #cad8e7;
}

.page-shell {
  position: relative;
}

.page-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.32), transparent 220px);
}

.registration-hero {
  background: linear-gradient(120deg, rgba(11, 68, 128, 0.94) 0%, rgba(21, 153, 204, 0.93) 100%);
  border-radius: 18px;
  color: #ffffff;
  padding: 24px 24px;
  box-shadow: 0 14px 30px rgba(5, 36, 66, 0.24);
}

.registration-eyebrow {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #bfe8ff;
  font-weight: 700;
}

.registration-trust-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 14px;
  padding: 14px 16px;
}

.registration-trust-card ul {
  margin: 0;
  padding-left: 18px;
}

.registration-trust-card li {
  margin-bottom: 6px;
  font-size: 13px;
}

.registration-form-card {
  padding: 24px;
}

.registration-form-card .text-muted {
  color: #5a6d86 !important;
  font-size: 12px;
}

.registration-benefits {
  border-top: 1px dashed #cdd9e6;
  padding-top: 12px;
  color: #244663;
  font-size: 13px;
}

.registration-benefits i {
  color: #0f7dd1;
}

.registration-actions .small {
  margin-left: 6px;
}

/* Corporate-style homepage additions */
.home-page .hero-template-section {
  padding-top: 34px;
}

.home-page .section-padding {
  padding: 72px 0;
}

.home-page .snapshot-icons {
  background: #ffffff;
}

.home-page .snapshot-item {
  background: #ffffff;
  border-right: 1px solid #edf1f5;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-page .snapshot-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 26px rgba(13, 45, 83, 0.1);
}

.home-page .modules-classic,
.home-page .services-section,
.home-page .platform-section,
.home-page .testimonials-section,
.home-page .screenshots-classic,
.home-page .pricing-classic,
.home-page .faq-classic,
.home-page .book-demo-section {
  border-top: 1px solid rgba(8, 39, 73, 0.05);
}

.trust-strip-section {
  background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%);
}

.trust-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.trust-pill {
  background: #ffffff;
  border: 1px solid #dbe8f4;
  border-radius: 12px;
  text-align: center;
  padding: 14px 12px;
  font-weight: 700;
  color: #1c3857;
  box-shadow: 0 8px 18px rgba(7, 41, 79, 0.07);
}

.leadership-section {
  background: #ffffff;
}

.leader-card {
  text-align: center;
  padding: 16px 12px;
  border-radius: 14px;
  border: 1px solid #dce9f4;
  background: #f9fcff;
  box-shadow: 0 10px 18px rgba(11, 42, 80, 0.08);
}

.leader-avatar {
  width: 56px;
  height: 56px;
  margin: 0 auto 10px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, #0e5ead, #14a8dc);
  font-size: 22px;
}

.leader-card h3 {
  font-size: 16px;
  margin-bottom: 4px;
  color: #153557;
}

.leader-card p {
  margin: 0;
  color: #5d728a;
  font-size: 12px;
}

@media (max-width: 991px) {
  .trust-strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .trust-strip-grid {
    grid-template-columns: 1fr;
  }
}

/* Pricing page premium polish */
.pricing-page .pricing-hero-banner {
  background: linear-gradient(120deg, rgba(5, 43, 87, 0.95) 0%, rgba(15, 96, 171, 0.9) 56%, rgba(23, 171, 202, 0.88) 100%);
  color: #ffffff;
  border-radius: 18px;
  padding: 34px 22px;
  box-shadow: 0 16px 32px rgba(7, 32, 66, 0.28);
  margin-bottom: 26px;
}

.pricing-page .pricing-hero-banner p {
  color: #d6ebff;
}

.premium-pricing-card {
  position: relative;
  overflow: hidden;
}

.premium-pricing-card .plan-tag {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #0f5fa6;
  background: #e7f4ff;
}

.premium-pricing-card.recommended {
  transform: scale(1.02);
}

.premium-pricing-card.recommended .plan-tag {
  color: #0f4d90;
  background: rgba(255, 255, 255, 0.95);
}

.pricing-card-wrap .col-md-4 {
  transition: transform 0.28s ease;
}

.pricing-card-wrap .col-md-4:hover {
  transform: translateY(-4px);
}

.dark-footer {
  background: linear-gradient(130deg, #081126 0%, #0a1a38 45%, #082555 100%) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #dce7ff;
}

.dark-footer h3 {
  color: #ffffff;
}

.dark-footer .footer-links a,
.dark-footer p,
.dark-footer .small {
  color: #c8d8ff;
}

.dark-footer .footer-links a:hover {
  color: #ffffff;
}

.dark-footer hr {
  border-color: rgba(255, 255, 255, 0.2);
}

/* Simple on-scroll animation utility */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Final production polish + strict color consistency */
:root {
  --brand-navy: #243b59;
  --brand-blue: #0f5ea8;
  --brand-sky: #1f8fd3;
  --surface-soft: #f4f8fc;
  --surface-card: #ffffff;
  --text-strong: #1f2f46;
  --text-soft: #5f7188;
}

body.ui-refresh {
  color: var(--text-strong);
  background: linear-gradient(180deg, #f2f6fb 0%, #eef3f8 100%);
}

/* Make all navbars match home palette */
.ui-refresh .navbar,
.pricing-page .navbar,
.registration-page .navbar,
.home-page .navbar {
  background: linear-gradient(135deg, var(--brand-navy) 0%, #3e5678 100%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.ui-refresh .navbar .nav-link {
  color: #eaf2ff !important;
  font-size: 12px;
  font-weight: 600;
  text-transform: none !important;
}

.ui-refresh .navbar .nav-link:hover,
.ui-refresh .navbar .nav-link.active {
  color: var(--brand-navy) !important;
  background: #ffffff !important;
  box-shadow: 0 10px 24px rgba(16, 39, 72, 0.18);
}

/* Home hero keeps single unified blue family */
.ui-refresh .hero-template-section,
.home-page .hero-template-section {
  background: linear-gradient(130deg, var(--brand-blue) 0%, var(--brand-sky) 100%) !important;
}

.ui-refresh .section-heading h1,
.ui-refresh .section-heading h2 {
  color: var(--text-strong);
  font-weight: 700;
  letter-spacing: -0.4px;
}

.ui-refresh .section-heading p {
  color: var(--text-soft);
}

/* Cleaner, more "production" card language */
.ui-refresh .snapshot-item,
.ui-refresh .pricing-card,
.ui-refresh .service-card,
.ui-refresh .platform-card,
.ui-refresh .testimonial-card,
.ui-refresh .leader-card,
.ui-refresh .workflow-box,
.ui-refresh .accordion-item,
.ui-refresh .demo-form {
  background: var(--surface-card);
  border: 1px solid #dce7f2;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(12, 40, 73, 0.08);
}

.ui-refresh .snapshot-icons,
.ui-refresh .modules-classic,
.ui-refresh .services-section,
.ui-refresh .platform-section,
.ui-refresh .testimonials-section,
.ui-refresh .screenshots-classic,
.ui-refresh .pricing-classic,
.ui-refresh .faq-classic,
.ui-refresh .book-demo-section,
.ui-refresh .trust-strip-section,
.ui-refresh .leadership-section {
  background: transparent;
}

.ui-refresh .section-padding {
  padding: 74px 0;
}

/* Strong CTA consistency */
.ui-refresh .btn-primary {
  background: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-sky) 100%);
  border: 0;
}

.ui-refresh .btn-primary:hover {
  background: linear-gradient(135deg, #0e5698 0%, #167fbc 100%);
}

.ui-refresh .btn-outline-primary {
  color: var(--brand-blue);
  border-color: var(--brand-blue);
}

/* Pricing hero aligned to home colors */
.pricing-page .pricing-hero-banner {
  background: linear-gradient(130deg, var(--brand-blue) 0%, var(--brand-sky) 100%);
}

/* Footer remains premium dark across all pages */
.site-footer.dark-footer {
  background: linear-gradient(130deg, #0a162d 0%, #0f264d 48%, #12356d 100%) !important;
  color: #d5e5ff;
}

.site-footer.dark-footer .footer-links a,
.site-footer.dark-footer .small,
.site-footer.dark-footer p {
  color: #c9dcff;
}
