:root {
  --site-ink: #102033;
  --site-muted: #536274;
  --site-line: #dbe5ee;
  --site-blue: #1a73b7;
  --site-blue-dark: #075184;
  --site-cyan: #28b6d6;
  --site-green: #27a46c;
  --site-amber: #f3b23c;
  --site-bg: #f4f8fb;
  --site-soft: #eaf5fb;
  --site-white: #ffffff;
  --site-shadow: 0 18px 48px rgba(16, 32, 51, 0.12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body.site-public {
  margin: 0;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--site-ink);
  background: var(--site-bg);
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sora", "Manrope", sans-serif;
  color: var(--site-ink);
  letter-spacing: 0;
}

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

.site-topbar {
  background: var(--site-blue-dark);
  color: #eaf7ff;
  font-size: 14px;
}

.site-topbar-inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-topbar a {
  color: #ffffff;
  font-weight: 800;
  white-space: nowrap;
}

.site-navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(219, 229, 238, 0.9);
  padding: 14px 0;
  backdrop-filter: blur(18px);
}

.site-navbar.is-scrolled {
  box-shadow: 0 12px 36px rgba(16, 32, 51, 0.09);
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.site-brand-mark {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--site-blue), var(--site-cyan));
  flex: 0 0 auto;
}

.site-brand-title {
  display: block;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
  color: var(--site-ink);
}

.site-brand-subtitle {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 800;
  color: var(--site-muted);
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-navbar-toggler {
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(12, 35, 61, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 26px rgba(12, 35, 61, 0.08);
}

.site-navbar-toggler:focus {
  box-shadow: 0 0 0 4px rgba(45, 145, 206, 0.14);
}

.site-navbar-toggler .navbar-toggler-icon {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2812,35,61,0.88%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.25' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.site-nav-link {
  color: var(--site-ink);
  font-weight: 800;
  font-size: 15px;
  padding: 10px 14px !important;
  border-radius: 8px;
}

.site-nav-link:hover,
.site-nav-link.active,
.site-login-link {
  color: var(--site-blue);
}

.site-mega {
  position: relative;
}

.site-mega-menu {
  width: min(620px, calc(100vw - 32px));
  padding: 16px;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  box-shadow: var(--site-shadow);
}

.site-mega-menu-small {
  width: min(480px, calc(100vw - 32px));
}

.site-mega-menu a {
  display: flex;
  gap: 12px;
  padding: 13px;
  border-radius: 8px;
  color: var(--site-ink);
}

.site-mega-menu a:hover {
  background: var(--site-soft);
}

.site-mega-menu i {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--site-blue);
  background: #e8f5fc;
  flex: 0 0 auto;
}

.site-mega-menu strong,
.site-mega-menu small {
  display: block;
}

.site-mega-menu small {
  color: var(--site-muted);
  margin-top: 2px;
}

.btn-modern-primary,
.btn-modern-outline,
.btn-cta-light,
.btn-cta-outline {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 900;
  border: 1px solid transparent;
}

.btn-modern-primary {
  background: var(--site-blue);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(26, 115, 183, 0.22);
  position: relative;
  overflow: hidden;
}

.btn-modern-primary:hover {
  background: var(--site-blue-dark);
  color: #ffffff;
}

.btn-modern-primary::after,
.hero-demo-btn::after {
  content: "";
  position: absolute;
  top: -120%;
  left: -28%;
  width: 34%;
  height: 340%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
  transform: rotate(18deg);
  animation: buttonSheen 5.8s ease-in-out infinite;
  pointer-events: none;
}

.btn-modern-outline {
  background: #ffffff;
  color: var(--site-blue-dark);
  border-color: var(--site-line);
}

.btn-modern-outline:hover {
  border-color: var(--site-blue);
  color: var(--site-blue);
}

.hero-section {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 104px);
  padding: 0;
  display: flex;
  align-items: center;
  background:
    linear-gradient(112deg, #d3e3ef 0%, #e3eff8 38%, #c5ddeb 70%, #9fbed4 100%);
  border-bottom: 0;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 73% 58%, rgba(12, 35, 61, 0.2), transparent 31%),
    radial-gradient(circle at 90% 15%, rgba(7, 81, 132, 0.3), transparent 27%),
    radial-gradient(circle at 24% 28%, rgba(255, 255, 255, 0.68), transparent 28%),
    linear-gradient(90deg, rgba(188, 211, 228, 0.68) 0%, rgba(232, 242, 250, 0.42) 55%, rgba(137, 174, 199, 0.82) 100%);
  pointer-events: none;
}

.hero-layout {
  position: relative;
  z-index: 4;
}

.hero-copy {
  position: relative;
  z-index: 6;
  max-width: 560px;
  padding-top: 18px;
}

.hero-eyebrow,
.section-kicker {
  margin-bottom: 14px;
  color: var(--site-blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-title {
  max-width: 545px;
  color: #0c233d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.45rem, 5vw, 5.75rem);
  line-height: 0.98;
  font-weight: 400;
  margin-bottom: 28px;
}

.hero-text {
  max-width: 570px;
  color: #075184;
  font-size: 21px;
  line-height: 1.28;
  letter-spacing: 0.02em;
  margin-bottom: 26px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-demo-btn {
  min-width: 174px;
  min-height: 57px;
  border: 0;
  border-radius: 999px;
  background: #bdecc8;
  color: #075184;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  box-shadow: 0 17px 26px rgba(34, 101, 104, 0.16);
  position: relative;
  overflow: hidden;
}

.hero-demo-btn:hover {
  background: #a9e5b8;
  color: #075184;
}

.hero-tilt-wrap {
  position: absolute;
  z-index: 1;
  width: 1220px;
  max-width: min(1220px, 72vw);
  height: 580px;
  right: -150px;
  top: 78px;
  transform: rotate(-14deg);
  transform-origin: 50% 0;
  pointer-events: none;
  backface-visibility: hidden;
  animation: heroDashboardFloat 7s ease-in-out infinite;
}

.hero-tilt-shadow {
  position: absolute;
  left: 76px;
  right: 96px;
  bottom: 18px;
  height: 245px;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(7, 81, 132, 0.22), rgba(45, 145, 206, 0.26));
  filter: blur(44px);
  transform: rotate(7deg);
  animation: heroShadowPulse 7s ease-in-out infinite;
}

.hero-tilt-dashboard {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #eef5fb;
  border: 1px solid #d5e1e6;
  box-shadow: 0 26px 62px rgba(4, 42, 48, 0.24);
  transform: translateZ(0);
}

.hero-tilt-dashboard img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: left top;
}

.crotms-shot {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 204px 1fr;
  background: #eef5fb;
  color: #071b2d;
  font-family: "Manrope", sans-serif;
  font-size: 11px;
}

.crotms-sidebar {
  padding: 12px 10px;
  background: #0c233d;
  color: #ffffff;
}

.crotms-sidebar small {
  display: block;
  margin: 0 0 8px;
  color: #8fb1d0;
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.crotms-sidebar strong,
.crotms-sidebar span {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 25px;
  padding: 0 8px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 900;
}

.crotms-sidebar strong {
  margin-bottom: 16px;
  background: #2d91ce;
}

.crotms-sidebar span {
  margin-bottom: 4px;
}

.crotms-main {
  padding: 10px 14px 14px;
  min-width: 0;
}

.crotms-breadcrumb,
.crotms-filter {
  height: 32px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border: 1px solid #c9dceb;
  border-radius: 8px;
  background: #ffffff;
  color: #0f5790;
  font-size: 9px;
  font-weight: 900;
}

.crotms-breadcrumb b {
  color: #0d2033;
}

.crotms-hero-card {
  height: 112px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 14px;
  padding: 18px 20px;
  border-radius: 10px;
  color: #ffffff;
  background:
    radial-gradient(circle at 94% 68%, rgba(255, 255, 255, 0.14) 0 58px, transparent 59px),
    linear-gradient(105deg, #09699e 0%, #167ca6 47%, #36aaa8 100%);
}

.crotms-hero-card small {
  display: block;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.crotms-hero-card h2 {
  margin: 2px 0 1px;
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: 20px;
  line-height: 1;
}

.crotms-hero-card p {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 10px;
}

.crotms-hero-card div div,
.crotms-hero-card nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.crotms-hero-card span {
  display: inline-flex;
  min-height: 23px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  font-size: 9px;
  font-weight: 900;
}

.crotms-hero-card nav span {
  color: #075184;
  background: #ffffff;
}

.crotms-filter {
  margin-top: 9px;
}

.crotms-filter span {
  min-width: 94px;
  padding: 4px 9px;
  border: 1px solid #c9dceb;
  border-radius: 5px;
  color: #244457;
  background: #ffffff;
}

.crotms-filter b {
  padding: 5px 11px;
  border-radius: 6px;
  color: #ffffff;
  background: #116aaa;
}

.crotms-filter em {
  margin-left: auto;
  color: #5d7584;
  font-style: normal;
  font-size: 8px;
}

.crotms-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  margin-top: 11px;
}

.crotms-metrics article {
  position: relative;
  min-height: 86px;
  padding: 13px 14px;
  border: 1px solid #c6dbea;
  border-left: 3px solid #157cff;
  border-radius: 8px;
  background: #ffffff;
  animation: metricLift 4.8s ease-in-out infinite;
}

.crotms-metrics article:nth-child(2) { border-left-color: #14b878; }
.crotms-metrics article:nth-child(2) { animation-delay: 0.25s; }
.crotms-metrics article:nth-child(3) { border-left-color: #7a66ff; animation-delay: 0.5s; }
.crotms-metrics article:nth-child(4) { border-left-color: #f49c35; animation-delay: 0.75s; }
.crotms-metrics article:nth-child(5) { border-left-color: #34a7c8; animation-delay: 1s; }
.crotms-metrics article:nth-child(6) { border-left-color: #42bea7; animation-delay: 1.25s; }

.crotms-metrics i {
  position: absolute;
  right: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: #dcebf7;
}

.crotms-metrics small {
  display: block;
  color: #34556a;
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.crotms-metrics strong {
  display: block;
  margin: 6px 0;
  color: #081c2f;
  font-family: "Sora", sans-serif;
  font-size: 20px;
}

.crotms-metrics span {
  display: inline-flex;
  padding: 3px 8px;
  border-radius: 999px;
  color: #087a4a;
  background: #dff5ed;
  font-size: 8px;
  font-weight: 900;
}

.crotms-metrics .down {
  color: #c7352d;
  background: #ffe5e2;
}

.crotms-lower {
  display: grid;
  grid-template-columns: 1.9fr 0.95fr 0.95fr;
  gap: 10px;
  margin-top: 11px;
}

.crotms-lower article {
  min-height: 196px;
  border: 1px solid #c6dbea;
  border-radius: 8px;
  background: #ffffff;
}

.crotms-hotspots {
  padding: 16px;
}

.crotms-hotspots h3,
.crotms-chart h3 {
  margin: 0 0 4px;
  color: #071b2d;
  font-family: "Sora", sans-serif;
  font-size: 13px;
}

.crotms-hotspots p {
  margin: 0 0 22px;
  color: #73899a;
  font-size: 9px;
}

.crotms-hotspots div {
  position: relative;
  height: 31px;
  margin-bottom: 16px;
  border-bottom: 4px solid #e1ebf5;
}

.crotms-hotspots strong {
  color: #1265d8;
  font-size: 10px;
}

.crotms-hotspots span {
  float: right;
  color: #071b2d;
  font-weight: 900;
}

.crotms-hotspots b {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: var(--w);
  height: 4px;
  border-radius: 999px;
  background: #267dff;
  animation: progressShimmer 3.6s ease-in-out infinite;
}

.crotms-chart {
  padding: 16px;
}

.crotms-line svg {
  width: 100%;
  margin-top: 12px;
}

.crotms-line svg::before {
  content: "";
}

.crotms-donut div {
  width: 140px;
  height: 140px;
  margin: 20px auto 0;
  border-radius: 50%;
  background: conic-gradient(#56a9f5 0 70%, #43bd76 70% 80%, #44b6ac 80% 88%, #7d67ee 88% 95%, #ffbd4d 95% 100%);
  position: relative;
}

.crotms-donut div::after {
  content: "";
  position: absolute;
  inset: 36px;
  border-radius: 50%;
  background: #ffffff;
}

.tilt-topbar {
  height: 52px;
  display: grid;
  grid-template-columns: 180px 1fr 220px;
  align-items: center;
  background: #005261;
  color: #ffffff;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 800;
}

.tilt-brand,
.tilt-user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tilt-brand span {
  width: 38px;
  height: 38px;
  display: inline-block;
  border-radius: 50%;
  background: radial-gradient(circle, #d7fae1 18%, #4bb7a9 42%, #0a6974 70%);
  box-shadow: 0 0 22px rgba(189, 236, 200, 0.75);
}

.tilt-topbar nav {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.tilt-user {
  justify-content: end;
  text-align: right;
  line-height: 1.08;
}

.tilt-user small,
.tilt-user strong {
  display: block;
}

.tilt-user span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d9a76a, #64402d);
  border: 2px solid rgba(255, 255, 255, 0.6);
}

.tilt-summary {
  height: 214px;
  display: flex;
  gap: 34px;
  padding: 28px 46px 22px;
  background: #ffffff;
  border-bottom: 16px solid #e5ecef;
}

.tilt-donut,
.tilt-bars {
  min-width: 190px;
}

.tilt-donut strong,
.tilt-bars strong {
  display: block;
  margin-bottom: 12px;
  color: #33474f;
  font-size: 14px;
}

.donut-ring {
  width: 90px;
  height: 90px;
  margin: 0 auto 10px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ec7848;
  font-weight: 900;
  background: conic-gradient(#4db2aa 0 45%, #f39f82 45% 68%, #d2d7dc 68% 100%);
  position: relative;
}

.donut-ring::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  background: #ffffff;
}

.donut-ring span {
  position: relative;
  z-index: 1;
}

.donut-labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  color: #839197;
  font-size: 10px;
  text-align: center;
}

.tilt-bars span {
  position: relative;
  display: block;
  width: 170px;
  height: 20px;
  margin-bottom: 8px;
  padding: 2px 8px;
  color: #355058;
  font-size: 10px;
  line-height: 16px;
  background: #edf3f5;
  overflow: hidden;
}

.tilt-bars span::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w);
  background: #b5e9e7;
  z-index: 0;
}

.tilt-bars span:nth-of-type(2)::before {
  background: #dceea4;
}

.tilt-bars span:nth-of-type(3)::before {
  background: #c9eeee;
}

.tilt-bars span > * {
  position: relative;
  z-index: 1;
}

.tilt-bars em {
  float: right;
  font-style: normal;
  font-weight: 900;
}

.tilt-table-shell {
  padding: 0 40px 34px;
  background: #ffffff;
}

.tilt-tabs {
  height: 56px;
  display: flex;
  align-items: end;
  gap: 8px;
  border-bottom: 1px solid #c9d9df;
}

.tilt-tabs span {
  min-width: 122px;
  padding: 13px 16px;
  color: #51828a;
  background: #e9f4f5;
  border: 1px solid #b7d9dc;
  border-bottom: 0;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.tilt-tabs .active {
  color: #ffffff;
  background: #4ab8bb;
  border-color: #4ab8bb;
}

.tilt-tabs strong {
  margin-left: auto;
  color: #ed6f54;
  font-size: 12px;
  align-self: center;
}

.tilt-tools {
  height: 54px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tilt-tools button {
  border: 0;
  background: #4ab8bb;
  color: #ffffff;
  padding: 9px 20px;
  font-weight: 900;
}

.tilt-tools input {
  width: 190px;
  height: 34px;
  border: 1px solid #cbdde2;
  color: #9aabb1;
  padding-left: 12px;
}

.tilt-tools span {
  color: #4ab8bb;
  font-size: 12px;
  font-weight: 900;
}

.tilt-table {
  border: 1px solid #cbdde2;
  border-bottom: 0;
}

.tilt-row {
  min-height: 41px;
  display: grid;
  grid-template-columns: 34px 178px 226px 236px 124px 210px 138px;
  align-items: center;
  border-bottom: 1px solid #dce8ec;
  color: #6c797f;
  font-size: 12px;
}

.tilt-row:nth-child(odd):not(.tilt-head) {
  background: #e7fbfb;
}

.tilt-row span {
  min-width: 0;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tilt-head {
  min-height: 36px;
  color: #4aa9ad;
  font-weight: 900;
  background: #f8fbfc;
  text-transform: uppercase;
}

.tilt-row i {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: #50bfc1;
}

.tilt-row b {
  display: inline-block;
  width: 29px;
  height: 29px;
  margin-right: 8px;
  vertical-align: middle;
  border-radius: 50%;
  background: linear-gradient(135deg, #f0ba84, #5f3c2e);
}

.tilt-row mark {
  display: inline-block;
  margin-right: 4px;
  padding: 4px 8px;
  border-radius: 3px;
  color: #ffffff;
  background: #7a66ed;
  font-size: 10px;
  font-weight: 900;
}

.tilt-row mark.teal {
  background: #39b8b3;
}

.tilt-row mark.blue {
  background: #60b3ef;
}

.tilt-row mark.pink {
  background: #ff5f8d;
}

.hero-help-pill {
  position: absolute;
  right: 22px;
  bottom: 18px;
  z-index: 4;
  min-width: 108px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  background: #46b4bd;
  color: #053a44;
  font-weight: 900;
  letter-spacing: 0.02em;
  animation: helpPillBob 4.6s ease-in-out infinite;
}

.hero-help-pill:hover {
  color: #053a44;
  background: #3caab3;
}

.logo-strip,
.stats-band,
.product-section,
.addons-section,
.audience-section,
.proof-section,
.news-section,
.cta-section {
  padding: 72px 0;
}

.logo-strip {
  margin-top: -28px;
  padding: 120px 0 108px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(7, 81, 132, 0.76), rgba(7, 81, 132, 0.76)),
    radial-gradient(circle at 16% 42%, rgba(255, 255, 255, 0.07), transparent 18%),
    radial-gradient(circle at 84% 24%, rgba(255, 255, 255, 0.06), transparent 20%),
    url("../images/service-ecosystem-bg.a9e770c930b4.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.logo-strip::before,
.logo-strip::after {
  content: "";
  position: absolute;
  inset: auto;
  pointer-events: none;
}

.logo-strip::before {
  inset: 0 auto 0 0;
  width: 34%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle at 18% 50%, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.03) 40%, transparent 68%);
  filter: blur(10px);
  animation: backgroundDriftLeft 18s ease-in-out infinite;
}

.logo-strip::after {
  inset: 0 0 0 auto;
  width: 36%;
  height: 100%;
  border-radius: 0;
  background: radial-gradient(circle at 82% 45%, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.02) 42%, transparent 70%);
  filter: blur(14px);
  animation: backgroundDriftRight 20s ease-in-out infinite;
}

.logo-strip .container {
  position: relative;
  z-index: 1;
}

.strip-header {
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
}

.strip-kicker {
  margin: 0 0 14px;
  color: #8fc4ee;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.strip-label,
.stats-intro {
  text-align: center;
  color: var(--site-muted);
  font-weight: 800;
}

.strip-label {
  margin: 0;
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.08;
}

.strip-subcopy {
  max-width: 560px;
  margin: 16px auto 0;
  color: rgba(234, 245, 247, 0.92);
  font-size: 16px;
  line-height: 1.6;
}

.strip-switch {
  width: fit-content;
  display: inline-flex;
  gap: 4px;
  margin: 22px auto 0;
  padding: 4px;
  border-radius: 999px;
  background: rgba(12, 35, 61, 0.42);
  border: 1px solid rgba(143, 213, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.strip-switch button {
  min-width: 150px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(232, 243, 244, 0.82);
  font-size: 12px;
  font-weight: 900;
  transition: background 0.24s ease, color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

.strip-switch .active {
  color: #ffffff;
  background: linear-gradient(135deg, #075184 0%, #2d91ce 100%);
  box-shadow: 0 10px 24px rgba(7, 81, 132, 0.34);
}

.strip-switch button:hover {
  color: #ffffff;
}

.service-map {
  position: relative;
  max-width: 1120px;
  margin: 64px auto 0;
  display: none;
}

.service-map.is-active {
  display: block;
}

.service-map-graphic {
  position: absolute;
  inset: 40px 80px 36px;
  pointer-events: none;
  z-index: 0;
}

.map-orbit,
.map-dot,
.map-line {
  position: absolute;
}

.map-orbit {
  border-radius: 50%;
  border: 1px solid rgba(143, 213, 255, 0.16);
  animation: orbitPulse 7.5s ease-in-out infinite;
}

.orbit-a {
  width: 220px;
  height: 220px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.orbit-b {
  width: 320px;
  height: 320px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 1.2s;
}

.orbit-c {
  width: 430px;
  height: 430px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 2.2s;
}

.map-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #8fd5ff;
  box-shadow: 0 0 0 8px rgba(143, 213, 255, 0.08);
  animation: nodeBlink 4.2s ease-in-out infinite;
}

.dot-a {
  top: 16%;
  left: 49.5%;
}

.dot-b {
  top: 46%;
  left: 23%;
  animation-delay: 0.8s;
}

.dot-c {
  top: 46%;
  right: 23%;
  animation-delay: 1.6s;
}

.dot-d {
  bottom: 14%;
  left: 49.5%;
  animation-delay: 2.2s;
}

.map-line {
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(143, 213, 255, 0) 0%, rgba(143, 213, 255, 0.72) 50%, rgba(143, 213, 255, 0) 100%);
  transform-origin: left center;
  animation: lineFlow 3.8s linear infinite;
}

.line-a {
  width: 180px;
  left: calc(50% - 90px);
  top: 24%;
  transform: rotate(90deg);
}

.line-b {
  width: 240px;
  left: calc(50% - 210px);
  top: 50%;
}

.line-c {
  width: 240px;
  right: calc(50% - 210px);
  top: 50%;
}

.service-map::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 132px;
  width: 1px;
  height: calc(100% - 214px);
  border-left: 1px dashed rgba(216, 244, 240, 0.38);
  transform: translateX(-50%);
}

.service-map-mid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 110px minmax(0, 1fr);
  align-items: center;
  gap: 32px;
  margin: 34px auto 34px;
  max-width: 920px;
}

.service-map-mid::before {
  content: "";
  position: absolute;
  left: 82px;
  right: 82px;
  top: 50%;
  border-top: 1px dashed rgba(216, 244, 240, 0.38);
}

.service-card {
  position: relative;
  z-index: 2;
  padding: 28px 28px 24px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(170, 191, 193, 0.48) 0%, rgba(119, 143, 148, 0.32) 100%);
  border: 1px solid rgba(214, 236, 234, 0.16);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(8px);
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease, background 0.32s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(143, 213, 255, 0.28);
  box-shadow: 0 28px 48px rgba(0, 0, 0, 0.18);
  background: linear-gradient(180deg, rgba(186, 210, 213, 0.56) 0%, rgba(119, 143, 148, 0.36) 100%);
}

.service-card h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  line-height: 1.05;
}

.service-card p {
  margin: 0;
  color: rgba(232, 243, 244, 0.94);
  font-size: 14px;
  line-height: 1.62;
}

.service-card ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.service-card li {
  margin-bottom: 9px;
  color: rgba(232, 243, 244, 0.94);
  font-size: 13px;
}

.service-card li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
  color: #8fdcf0;
}

.service-card-top,
.service-card-bottom {
  max-width: 380px;
  margin: 0 auto;
}

.service-card-top::after,
.service-card-bottom::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 34px;
  border-left: 1px dashed rgba(216, 244, 240, 0.38);
  transform: translateX(-50%);
}

.service-card-top::after {
  top: 100%;
}

.service-card-bottom::before {
  bottom: 100%;
}

.service-map-core {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-map-core span {
  width: 82px;
  height: 82px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #7fd0e3;
  color: #0c233d;
  box-shadow: 0 0 0 14px rgba(127, 208, 227, 0.18);
  animation: corePulse 4.5s ease-in-out infinite;
}

.service-map-core i {
  font-size: 28px;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.service-tags span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  color: #0c233d;
  background: #7fd0e3;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(127, 208, 227, 0.18);
}

.stats-band {
  background: var(--site-blue-dark);
  color: #ffffff;
}

.stats-intro {
  max-width: 780px;
  margin: 0 auto 38px;
  color: #d7effa;
  font-size: 18px;
}

.stat-block {
  height: 100%;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  transition: transform 0.32s ease, box-shadow 0.32s ease, background 0.32s ease;
}

.stat-block:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 34px rgba(5, 22, 38, 0.16);
}

.stat-block strong {
  display: block;
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.stat-block span {
  display: block;
  margin-top: 12px;
  color: #d7effa;
  font-weight: 700;
}

.product-section,
.proof-section {
  background: #ffffff;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.13;
  font-weight: 800;
  margin-bottom: 18px;
}

.section-subcopy {
  max-width: 730px;
  margin: 0 auto;
  color: var(--site-muted);
  font-size: 18px;
}

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

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.feature-tile,
.quote-card,
.news-card {
  height: 100%;
  padding: 26px;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(16, 32, 51, 0.05);
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.feature-tile:hover,
.quote-card:hover,
.news-card:hover {
  transform: translateY(-8px);
  border-color: rgba(45, 145, 206, 0.28);
  box-shadow: 0 20px 38px rgba(16, 32, 51, 0.1);
}

.feature-tile i {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 8px;
  background: var(--site-soft);
  color: var(--site-blue);
  font-size: 20px;
}

.feature-tile h3,
.news-card h3,
.audience-panel h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.feature-tile p,
.news-card p,
.quote-card p,
.audience-panel p {
  color: var(--site-muted);
  margin: 0;
}

.addons-section,
.news-section {
  background: var(--site-bg);
}

.addon-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.addon-card {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid var(--site-line);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.addon-card:hover {
  transform: translateY(-8px);
  border-color: rgba(45, 145, 206, 0.28);
  box-shadow: 0 20px 36px rgba(16, 32, 51, 0.1);
}

.addon-card span {
  color: var(--site-ink);
  font-family: "Sora", sans-serif;
  font-weight: 800;
  font-size: 20px;
}

.addon-card i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--site-blue);
  color: #ffffff;
}

.addon-card small {
  color: var(--site-muted);
  font-weight: 700;
}

.audience-section {
  background: #ffffff;
}

.audience-board {
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f5fbfe);
  box-shadow: var(--site-shadow);
  overflow: hidden;
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.audience-board:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 46px rgba(16, 32, 51, 0.13);
}

.audience-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--site-line);
}

.audience-tabs span {
  padding: 18px 12px;
  text-align: center;
  font-weight: 900;
  color: var(--site-muted);
  border-right: 1px solid var(--site-line);
}

.audience-tabs span:last-child {
  border-right: 0;
}

.audience-tabs .active {
  color: var(--site-blue-dark);
  background: #eaf7ff;
}

.audience-panel {
  padding: 34px;
}

.audience-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.audience-points span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--site-ink);
  font-weight: 800;
}

.audience-points i {
  color: var(--site-green);
}

.quote-card p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 24px;
}

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

.quote-card span {
  color: var(--site-muted);
  margin-top: 4px;
}

.news-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.news-card span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--site-soft);
  color: var(--site-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.news-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--site-blue);
  font-weight: 900;
  transition: gap 0.24s ease, color 0.24s ease;
}

.news-card:hover a {
  gap: 12px;
}

.cta-section {
  background: #ffffff;
}

.cta-panel {
  padding: 54px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(40, 182, 214, 0.22), transparent 45%),
    var(--site-blue-dark);
  color: #ffffff;
  text-align: center;
}

.cta-panel p {
  margin-bottom: 12px;
  color: #d7effa;
  font-weight: 900;
  text-transform: uppercase;
}

.cta-panel h2 {
  max-width: 850px;
  margin: 0 auto 28px;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.btn-cta-light {
  background: #ffffff;
  color: var(--site-blue-dark);
}

.btn-cta-outline {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.36);
}

.footer-section {
  padding: 72px 0 30px;
  background: #0c1b2d;
  color: #d8e6f0;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.footer-brand strong {
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-size: 26px;
}

.footer-section p {
  max-width: 360px;
  color: #aebfcd;
}

.footer-contact span,
.footer-section a {
  display: block;
  color: #aebfcd;
  margin-bottom: 10px;
}

.footer-section h3 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 18px;
}

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

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #aebfcd;
}

.footer-bottom div {
  display: flex;
  gap: 16px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px) scale(0.985);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
  transition-delay: var(--reveal-delay, 0s);
}

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

@keyframes heroDashboardFloat {
  0%,
  100% {
    transform: rotate(-14deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(-14deg) translate3d(-10px, -14px, 0);
  }
}

@keyframes heroShadowPulse {
  0%,
  100% {
    opacity: 0.74;
    transform: rotate(7deg) scale(1);
  }
  50% {
    opacity: 0.92;
    transform: rotate(7deg) scale(1.04);
  }
}

@keyframes metricLift {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

@keyframes progressShimmer {
  0%,
  100% {
    filter: saturate(1);
  }
  50% {
    filter: saturate(1.35) brightness(1.08);
  }
}

@keyframes buttonSheen {
  0%,
  84%,
  100% {
    transform: translateX(0) rotate(18deg);
    opacity: 0;
  }
  10%,
  22% {
    opacity: 1;
  }
  28% {
    transform: translateX(360%) rotate(18deg);
    opacity: 0;
  }
}

@keyframes helpPillBob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes backgroundDriftLeft {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(24px, -10px, 0) scale(1.04);
  }
}

@keyframes backgroundDriftRight {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-28px, 12px, 0) scale(1.05);
  }
}

@keyframes orbitPulse {
  0%,
  100% {
    opacity: 0.42;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1.05);
  }
}

@keyframes nodeBlink {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.35);
    opacity: 1;
  }
}

@keyframes lineFlow {
  0% {
    opacity: 0.18;
    filter: brightness(1);
  }
  50% {
    opacity: 0.95;
    filter: brightness(1.18);
  }
  100% {
    opacity: 0.18;
    filter: brightness(1);
  }
}

@keyframes corePulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 14px rgba(127, 208, 227, 0.18);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 0 22px rgba(127, 208, 227, 0.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-tilt-wrap,
  .hero-tilt-shadow,
  .crotms-metrics article,
  .crotms-hotspots b,
  .btn-modern-primary::after,
  .hero-demo-btn::after,
  .hero-help-pill,
  .logo-strip::before,
  .logo-strip::after,
  .map-orbit,
  .map-dot,
  .map-line,
  .service-map-core span {
    animation: none;
  }

  .reveal {
    transition-delay: 0s;
  }
}

@media (min-width: 992px) {
  .site-mega:hover .site-mega-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-mega:hover .site-mega-menu-small {
    display: grid;
  }
}

@media (max-width: 991px) {
  .site-topbar-inner,
  .news-heading,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-mega-menu,
  .site-mega-menu-small {
    width: 100%;
    box-shadow: none;
  }

  .site-topbar {
    text-align: center;
  }

  .site-topbar-inner {
    gap: 0.7rem;
    padding: 0.9rem 0;
  }

  .site-topbar a {
    white-space: normal;
  }

  .site-navbar {
    padding: 12px 0;
  }

  .site-navbar .container {
    row-gap: 0.9rem;
  }

  .site-navbar .navbar-collapse {
    margin-top: 0.9rem;
    padding: 1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(12, 35, 61, 0.08);
    box-shadow: 0 18px 38px rgba(12, 35, 61, 0.08);
  }

  .site-navbar .navbar-nav {
    align-items: stretch !important;
    gap: 0.35rem;
  }

  .site-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.85rem 0.95rem !important;
  }

  .site-navbar .nav-item.ms-lg-3,
  .site-navbar .nav-item.ms-lg-2 {
    margin-left: 0 !important;
  }

  .site-navbar .btn-modern-primary,
  .site-navbar .site-login-link {
    width: 100%;
    justify-content: center;
  }

  .site-mega .dropdown-menu {
    position: static !important;
    transform: none !important;
    margin-top: 0.35rem;
    padding: 0.55rem;
    border-radius: 16px;
    background: #f7fbff;
    border: 1px solid rgba(12, 35, 61, 0.08);
  }

  .site-mega-menu a {
    padding: 0.9rem;
  }

  .hero-section {
    min-height: auto;
    padding: 78px 0 520px;
  }

  .hero-tilt-wrap {
    width: 920px;
    max-width: calc(100vw - 32px);
    height: 438px;
    right: -180px;
    top: 420px;
    transform: rotate(-14deg) skewX(-5deg);
  }

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

  .logo-strip {
    padding: 112px 0 88px;
  }

  .service-map {
    max-width: 820px;
  }

  .service-map-graphic {
    inset: 52px 40px 40px;
  }

  .service-map-mid {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 520px;
  }

  .service-map::before,
  .service-map-mid::before,
  .service-card-top::after,
  .service-card-bottom::before {
    display: none;
  }

  .service-map-core {
    order: 2;
  }

  .service-card-left {
    order: 1;
  }

  .service-card-right {
    order: 3;
  }

  .service-card-top,
  .service-card-bottom {
    max-width: 520px;
  }

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

@media (max-width: 767px) {
  .site-brand {
    gap: 10px;
    max-width: calc(100% - 64px);
  }

  .site-brand-mark {
    width: 38px;
    height: 38px;
  }

  .site-brand-title {
    font-size: 20px;
  }

  .site-brand-subtitle {
    font-size: 9px;
  }

  .hero-title {
    font-size: 2.55rem;
  }

  .hero-actions,
  .cta-actions {
    flex-direction: column;
  }

  .hero-actions .btn,
  .cta-actions .btn {
    width: 100%;
  }

  .feature-grid,
  .audience-points,
  .addon-row {
    grid-template-columns: 1fr;
  }

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

  .cta-panel {
    padding: 34px 22px;
  }

  .hero-section {
    display: block;
    min-height: auto;
    padding: 300px 0 46px;
  }

  .hero-title {
    max-width: 100%;
    font-size: clamp(2.95rem, 11vw, 4.15rem);
    line-height: 0.98;
    margin-bottom: 22px;
  }

  .hero-text {
    max-width: 20rem;
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 20px;
  }

  .hero-copy {
    position: relative;
    z-index: 6;
    max-width: 21rem;
    padding-top: 0;
    text-align: left;
  }

  .hero-tilt-wrap {
    position: absolute;
    inset: 4px -18vw auto auto;
    z-index: 1;
    width: 118vw;
    max-width: none;
    height: clamp(220px, 58vw, 310px);
    transform: rotate(-11deg);
    transform-origin: top right;
    animation: heroDashboardFloat 7s ease-in-out infinite;
    opacity: 0.42;
  }

  .hero-tilt-shadow {
    left: 38px;
    right: 46px;
    bottom: 10px;
    height: 118px;
    filter: blur(30px);
    transform: rotate(6deg);
    animation: heroShadowPulse 7s ease-in-out infinite;
  }

  .hero-tilt-dashboard {
    border-radius: 14px;
  }

  .hero-tilt-dashboard::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(231, 240, 247, 0.12) 0%, rgba(231, 240, 247, 0.58) 52%, rgba(231, 240, 247, 0.92) 78%, #edf5fb 100%);
    pointer-events: none;
  }

  .hero-layout {
    position: relative;
    z-index: 4;
    padding-top: 0.15rem;
  }

  .hero-actions {
    width: auto;
  }

  .hero-actions .btn {
    width: auto;
    min-width: 152px;
  }

  .logo-strip {
    margin-top: -14px;
    padding: 96px 0 74px;
  }

  .service-map-graphic {
    inset: 68px 18px 26px;
  }

  .orbit-c,
  .line-b,
  .line-c {
    display: none;
  }

  .strip-switch {
    width: 100%;
    max-width: 320px;
  }

  .strip-switch button {
    min-width: 0;
    flex: 1;
  }

  .strip-label {
    font-size: 2rem;
  }

  .strip-subcopy {
    font-size: 15px;
  }

  .service-card {
    padding: 22px 20px 18px;
  }

  .service-card h3 {
    font-size: 24px;
  }

  .service-map-core span {
    width: 60px;
    height: 60px;
  }

  .hero-help-pill {
    display: none;
  }
}

/* Registration page */
body.page-register-company {
  background:
    radial-gradient(circle at 14% 18%, rgba(45, 145, 206, 0.14), transparent 24%),
    radial-gradient(circle at 84% 14%, rgba(7, 81, 132, 0.16), transparent 22%),
    linear-gradient(180deg, #f4f9ff 0%, #edf5ff 44%, #f8fbff 100%);
}

body.page-register-company .site-navbar {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(12, 35, 61, 0.08);
}

.registration-alert-stack {
  position: relative;
  z-index: 4;
  margin-top: 1.25rem;
}

.registration-shell {
  position: relative;
  padding: 3rem 0 5.5rem;
  overflow: hidden;
}

.registration-shell::before,
.registration-shell::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(16px);
}

.registration-shell::before {
  top: 5rem;
  left: -6rem;
  width: 18rem;
  height: 18rem;
  background: rgba(45, 145, 206, 0.14);
}

.registration-shell::after {
  right: -4rem;
  bottom: 3rem;
  width: 16rem;
  height: 16rem;
  background: rgba(7, 81, 132, 0.1);
}

.registration-card {
  position: relative;
  z-index: 1;
  padding: 2rem;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(12, 35, 61, 0.08);
  box-shadow: 0 30px 70px rgba(12, 35, 61, 0.12);
  backdrop-filter: blur(12px);
}

.registration-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.75rem;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid rgba(12, 35, 61, 0.08);
}

.registration-card-head .section-kicker {
  margin: 0 0 0.65rem;
  color: #2d91ce;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.registration-card-head .section-title {
  margin: 0;
  color: #0c233d;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.35rem, 5vw, 3.3rem);
  line-height: 1;
}

.registration-subcopy {
  color: #5f7c99;
  font-size: 1rem;
}

.registration-subcopy a {
  color: #075184;
  font-weight: 700;
  text-decoration: none;
}

.registration-subcopy a:hover {
  color: #2d91ce;
}

.registration-head-badge {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.85rem 1.15rem;
  border-radius: 999px;
  color: #075184;
  background: linear-gradient(135deg, rgba(7, 81, 132, 0.08), rgba(45, 145, 206, 0.12));
  border: 1px solid rgba(45, 145, 206, 0.16);
  box-shadow: 0 16px 34px rgba(12, 35, 61, 0.08);
  font-size: 0.92rem;
  font-weight: 800;
  white-space: nowrap;
}

.registration-head-badge i {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #075184, #2d91ce);
  box-shadow: 0 12px 24px rgba(7, 81, 132, 0.22);
}

.registration-form {
  display: grid;
  gap: 1.4rem;
}

.registration-section {
  padding: 1.45rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(247, 251, 255, 0.96), rgba(239, 247, 255, 0.92));
  border: 1px solid rgba(12, 35, 61, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.registration-section-heading {
  margin-bottom: 1.2rem;
}

.registration-section-heading h3 {
  margin: 0;
  color: #0c233d;
  font-size: 1.3rem;
  font-weight: 800;
}

.registration-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.15rem;
}

.registration-field {
  min-width: 0;
}

.registration-field-full {
  grid-column: 1 / -1;
}

.registration-field .form-label {
  margin-bottom: 0.45rem;
  color: #6984a0;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.registration-input,
.registration-count-input {
  width: 100%;
  min-height: 3.3rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  border: 1px solid #d8e6f4;
  background: rgba(255, 255, 255, 0.98);
  color: #0c233d;
  font-size: 0.98rem;
  font-weight: 600;
  box-shadow: 0 10px 24px rgba(12, 35, 61, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.registration-input::placeholder,
.registration-count-input::placeholder {
  color: #97abc1;
}

.registration-input:focus,
.registration-count-input:focus {
  outline: 0;
  border-color: rgba(45, 145, 206, 0.62);
  box-shadow:
    0 0 0 4px rgba(45, 145, 206, 0.14),
    0 14px 28px rgba(12, 35, 61, 0.06);
  transform: translateY(-1px);
}

.registration-textarea {
  min-height: 7.75rem;
  resize: vertical;
}

.registration-error {
  margin-top: 0.45rem;
  color: #c13737;
  font-size: 0.85rem;
  font-weight: 700;
}

.registration-plan-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(16rem, 0.9fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

.registration-plan-card,
.registration-pricing-card {
  border-radius: 22px;
  border: 1px solid rgba(12, 35, 61, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 34px rgba(12, 35, 61, 0.06);
}

.registration-plan-card {
  padding: 1.25rem;
}

.registration-plan-header,
.registration-pricing-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.registration-plan-header {
  margin-bottom: 1rem;
}

.registration-plan-header h4,
.registration-pricing-head h4 {
  margin: 0;
  color: #0c233d;
  font-size: 1.08rem;
  font-weight: 800;
}

.registration-plan-pill,
.registration-total-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: 0 0.9rem;
  border-radius: 999px;
  color: #075184;
  background: rgba(45, 145, 206, 0.1);
  border: 1px solid rgba(45, 145, 206, 0.16);
  font-size: 0.86rem;
  font-weight: 800;
}

.registration-slider-wrap {
  display: grid;
  gap: 0.9rem;
}

.registration-slider {
  width: 100%;
  height: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(7, 81, 132, 0.16), rgba(45, 145, 206, 0.12));
  accent-color: #075184;
  cursor: pointer;
}

.registration-slider-meta {
  display: grid;
  grid-template-columns: auto minmax(6rem, 8rem) auto;
  align-items: center;
  gap: 0.9rem;
  color: #6984a0;
  font-size: 0.84rem;
  font-weight: 700;
}

.registration-count-input {
  max-width: 8rem;
  text-align: center;
}

.registration-choice-grid {
  display: grid;
  gap: 0.85rem;
}

.registration-choice-grid-single {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.registration-choice-card {
  position: relative;
  display: block;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  border: 1px solid rgba(12, 35, 61, 0.1);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 28px rgba(12, 35, 61, 0.05);
  cursor: pointer;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.registration-choice-card:hover,
.registration-choice-card.is-selected {
  transform: translateY(-2px);
  border-color: rgba(45, 145, 206, 0.34);
  box-shadow:
    0 0 0 3px rgba(45, 145, 206, 0.12),
    0 18px 32px rgba(12, 35, 61, 0.08);
  background: linear-gradient(180deg, #ffffff, #f4faff);
}

.registration-choice-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.registration-choice-body {
  display: flex;
  align-items: center;
  min-height: 2rem;
  padding-right: 1.5rem;
}

.registration-choice-body strong {
  color: #0c233d;
  font-size: 0.95rem;
  font-weight: 800;
}

.registration-choice-card::after {
  content: "";
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 2px solid rgba(12, 35, 61, 0.14);
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.registration-choice-card.is-selected::after {
  border-color: #075184;
  background: #2d91ce;
  box-shadow: 0 0 0 4px rgba(45, 145, 206, 0.14);
}

.registration-pricing-card {
  padding: 1.35rem;
  background: linear-gradient(180deg, #0c233d, #10365c);
  border-color: rgba(7, 81, 132, 0.18);
  box-shadow: 0 24px 50px rgba(12, 35, 61, 0.18);
}

.registration-pricing-kicker {
  display: block;
  margin-bottom: 0.35rem;
  color: rgba(214, 233, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.registration-pricing-head h4,
.registration-pricing-head div,
.registration-pricing-list span,
.registration-pricing-list strong,
.registration-total-row span,
.registration-total-row strong {
  color: #fff;
}

.registration-pricing-list {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.registration-pricing-list div,
.registration-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.registration-pricing-list div {
  color: rgba(227, 239, 255, 0.82);
  font-size: 0.95rem;
}

.registration-pricing-list strong {
  font-size: 1rem;
  font-weight: 800;
}

.registration-pricing-list .text-success {
  color: #9df0c2 !important;
}

.registration-total-row {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.registration-total-row span {
  font-size: 1rem;
  font-weight: 700;
}

.registration-total-row strong {
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-weight: 800;
}

.registration-submit {
  width: 100%;
  min-height: 3.8rem;
  margin-top: 0.35rem;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 18px 34px rgba(7, 81, 132, 0.18);
}

.registration-submit span {
  font-weight: 800;
}

@media (max-width: 991px) {
  .registration-card-head,
  .registration-plan-grid {
    grid-template-columns: 1fr;
  }

  .registration-card-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .registration-head-badge {
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .registration-shell {
    padding: 2rem 0 4rem;
  }

  .registration-card {
    padding: 1.2rem;
    border-radius: 24px;
  }

  .registration-section {
    padding: 1rem;
    border-radius: 20px;
  }

  .registration-form-grid,
  .registration-choice-grid-single,
  .registration-slider-meta {
    grid-template-columns: 1fr;
  }

  .registration-count-input {
    max-width: none;
  }

  .registration-pricing-head,
  .registration-pricing-list div,
  .registration-total-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
