:root {
  --bg-main: #0f1115;
  --bg-card: #1c1f26;
  --text-primary: #f8fafc;
  --text-secondary: #94a3b8;
  --accent-color: #3b82f6;
  --border-color: #2e3440;
}

body.salesos-body {
  font-family:
    Inter,
    "Plus Jakarta Sans",
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    "Apple Color Emoji",
    "Segoe UI Emoji";
  background:
    radial-gradient(900px 520px at 18% 0%, rgba(59, 130, 246, 0.22), transparent 55%),
    radial-gradient(700px 520px at 82% 0%, rgba(34, 211, 238, 0.12), transparent 55%),
    var(--bg-main);
  color: var(--text-primary);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.salesos-shell {
  padding-top: 22px;
}

.salesos-topbar {
  position: static;
  top: auto;
  z-index: 40;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid color-mix(in srgb, var(--border-color) 70%, transparent);
  background: rgba(15, 17, 21, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

@media (max-width: 980px) {
  .salesos-topbar {
    top: auto;
  }
}

.salesos-topbarBrand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  min-width: 0;
}

.salesos-topbarLogo {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.02);
  flex: 0 0 auto;
}

.salesos-topbarBrandText {
  display: inline-flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.1;
}

.salesos-topbarText {
  font-weight: 800;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.salesos-topbarSub {
  margin-top: 3px;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: var(--text-secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.salesos-topbarNav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.salesos-topbarNav a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 12px;
  transition: background 0.25s ease, color 0.25s ease;
}

.salesos-topbarNav a:hover {
  background: rgba(59, 130, 246, 0.14);
  color: var(--text-primary);
}

.salesos-topbarActions {
  display: inline-flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.salesos-langSelect {
  appearance: none;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-primary);
  padding: 11px 34px 11px 12px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.7) 50%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.7) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 13px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.salesos-langSelect:hover {
  border-color: rgba(59, 130, 246, 0.55);
  background: rgba(59, 130, 246, 0.14);
}

.salesos-heroNew {
  margin-top: 14px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.22), rgba(15, 17, 21, 0.8));
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.34);
  padding: 34px 22px;
}

.salesos-heroInner {
  max-width: 880px;
}

.salesos-heroTitle {
  margin: 10px 0 10px;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.salesos-subtitle {
  color: color-mix(in srgb, var(--text-secondary) 82%, #fff);
}

.salesos-ctaRow {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.salesos-ctaMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.salesos-btn--primary {
  border-color: rgba(59, 130, 246, 0.65);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.5), rgba(59, 130, 246, 0.18));
}

.salesos-btn:hover {
  transform: translateY(-2px);
}

.salesos-card {
  background: rgba(28, 31, 38, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.salesos-card:hover {
  transform: translateY(-4px);
  border-color: rgba(59, 130, 246, 0.4);
  background: rgba(28, 31, 38, 0.66);
}

.salesos-chip {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.salesos-seatRow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  padding: 8px 10px;
  color: var(--text-secondary);
  font-size: 13px;
}

.salesos-seatRow span {
  color: var(--text-secondary);
  font-weight: 700;
}

.salesos-seatInput {
  width: 90px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.18);
  color: var(--text-primary);
  padding: 8px 10px;
  font-weight: 800;
}

.salesos-seatInput:focus {
  outline: none;
  border-color: rgba(59, 130, 246, 0.65);
}

details {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.12);
  padding: 12px 12px;
}

summary {
  cursor: pointer;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary strong {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.salesbos-body {
  background:
    radial-gradient(1200px 760px at 12% -10%, rgba(52, 152, 219, 0.24), transparent 58%),
    radial-gradient(960px 620px at 88% 0%, rgba(96, 165, 250, 0.18), transparent 54%),
    radial-gradient(780px 460px at 50% 100%, rgba(14, 165, 233, 0.11), transparent 56%),
    #060b12;
}

.salesbos-shell {
  padding-top: 18px;
  position: relative;
}

.salesbos-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(52, 152, 219, 0.08) 0 2px, transparent 2px),
    radial-gradient(circle at 80% 35%, rgba(255, 255, 255, 0.05) 0 1.5px, transparent 1.5px),
    linear-gradient(120deg, rgba(52, 152, 219, 0.07), transparent 45%, rgba(99, 102, 241, 0.03));
  background-size: 240px 240px, 180px 180px, 100% 100%;
  opacity: 0.9;
  animation: salesbosMeshFloat 26s linear infinite;
}

@keyframes salesbosMeshFloat {
  0% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -14px, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

.salesbos-topbar {
  background: rgba(6, 11, 18, 0.78);
}

.salesbos-topbarNav a,
.salesbos-topbarText,
.salesbos-kicker,
.salesbos-title,
.salesbos-lead,
.salesbos-proofStrip span,
.salesbos-demoCard,
.salesbos-demoCard p,
.salesbos-node,
.salesbos-mapDetail,
.salesbos-phaseCard,
.salesbos-table,
.salesbos-mockupCard,
.salesbos-evidenceCard,
.salesbos-timelineStep,
.salesbos-faqSection,
.salesbos-finalCta {
  position: relative;
  z-index: 1;
}

.salesbos-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-top: 24px;
}

.salesbos-heroCopy,
.salesbos-demoCard,
.salesbos-videoSection,
.salesbos-mapSection,
.salesbos-tabsSection,
.salesbos-compareSection,
.salesbos-walkthroughSection,
.salesbos-evidenceSection,
.salesbos-timelineSection,
.salesbos-faqSection,
.salesbos-finalCta,
.salesbos-signalSection {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(12, 17, 26, 0.92), rgba(9, 13, 20, 0.86));
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.32);
}

.salesbos-heroCopy {
  padding: 40px 38px;
}

.salesbos-title {
  margin: 14px 0 20px;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 900;
  max-width: 960px;
}

.salesbos-lead {
  margin: 0;
  max-width: 860px;
  color: rgba(234, 242, 255, 0.82);
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.65;
}

.salesbos-heroActions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.salesbos-statusRow {
  margin-top: 24px;
}

.salesbos-proofStrip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.salesbos-proofStrip span,
.salesbos-chipBtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 11px 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(233, 241, 255, 0.88);
}

.salesbos-coreProLaunchSection {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.72fr);
  gap: 24px;
  align-items: center;
  margin-top: 16px;
  padding: 32px 28px;
  border-radius: 24px;
  border: 1px solid rgba(255, 204, 102, 0.22);
  background:
    radial-gradient(circle at 10% 0, rgba(255, 204, 102, 0.16), transparent 34%),
    radial-gradient(circle at 92% 10%, rgba(51, 214, 197, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(15, 26, 42, 0.96), rgba(8, 14, 22, 0.92));
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.32);
}

.salesbos-coreProLaunchCopy {
  display: grid;
  gap: 16px;
}

.salesbos-coreProLaunchCopy h2 {
  margin: 0;
  max-width: 840px;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.12;
  letter-spacing: 0;
}

.salesbos-coreProLaunchCopy p {
  margin: 0;
  max-width: 860px;
  color: rgba(230, 239, 255, 0.82);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.75;
}

.salesbos-coreProLaunchList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.salesbos-coreProLaunchList li {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid rgba(122, 247, 234, 0.18);
  background: rgba(255, 255, 255, 0.045);
  color: rgba(236, 247, 255, 0.86);
  font-size: 13px;
  font-weight: 700;
}

.salesbos-coreProLaunchVisual {
  margin: 0;
  padding: 10px;
  border-radius: 28px;
  border: 1px solid rgba(122, 247, 234, 0.18);
  background: rgba(255, 255, 255, 0.035);
}

.salesbos-coreProLaunchVisual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.28);
}

.salesbos-floatingContact {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  pointer-events: none;
}

.salesbos-floatingContact a {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(7, 18, 31, 0.94);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.34);
}

.salesbos-floatingContact a:first-child {
  background: linear-gradient(135deg, #25d366, #33d6c5);
  color: #03131f;
}

.salesbos-demoCard {
  padding: 34px 30px;
  position: static;
  max-width: 980px;
  width: 100%;
  overflow: hidden;
}

.salesbos-videoSection {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.2fr);
  gap: 24px;
  align-items: center;
  padding: 34px 30px;
  margin-top: 24px;
}

.salesbos-videoCopy h2 {
  margin: 10px 0 14px;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.salesbos-videoMiniTitle {
  margin-top: 10px;
  color: rgba(255, 222, 154, 0.9);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.salesbos-videoCopy p {
  margin: 0;
  color: rgba(234, 242, 255, 0.82);
  font-size: 18px;
  line-height: 1.8;
}

.salesbos-videoFrame {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 204, 102, 0.2), transparent 44%),
    radial-gradient(circle at 80% 20%, rgba(51, 214, 197, 0.18), transparent 48%),
    rgba(0, 0, 0, 0.28);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.salesbos-playerBadge {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(143, 211, 255, 0.38);
  background: rgba(2, 8, 16, 0.72);
  color: rgba(234, 242, 255, 0.92);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 0 24px rgba(78, 191, 255, 0.22);
  backdrop-filter: blur(12px);
}

.salesbos-videoFrame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #020810;
}

.salesbos-videoNote {
  position: relative;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  color: rgba(234, 242, 255, 0.72);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
}

.salesbos-videoAppLink {
  flex: 0 0 auto;
  color: rgba(46, 232, 200, 0.95);
  font-weight: 900;
  text-decoration: none;
}

.salesbos-videoFrame .amezay-playerControls {
  bottom: 56px;
  max-width: calc(100% - 28px);
}

@media (max-width: 720px) {
  .salesbos-videoNote {
    align-items: flex-start;
    flex-direction: column;
  }

  .salesbos-videoFrame .amezay-playerControls {
    bottom: 78px;
  }
}

.salesbos-demoKicker,
.salesbos-sectionHead .salesos-cardLabel {
  color: rgba(143, 211, 255, 0.86);
}

.salesbos-demoCard h2,
.salesbos-sectionHead h2,
.salesbos-evidenceCard h2,
.salesbos-finalCta h2 {
  margin: 10px 0 12px;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.12;
}

.salesbos-form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

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

.salesbos-field {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.salesbos-field span {
  font-size: 13px;
  color: rgba(224, 234, 249, 0.76);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.salesbos-field--hidden {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.salesbos-input {
  width: 100%;
  min-width: 0;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: #f8fbff;
  color-scheme: dark;
  padding: 16px 16px;
  font: inherit;
  font-size: 17px;
}

.salesbos-input option,
.salesos-langSelect option {
  background: #08111d;
  color: #eef5ff;
}

.salesbos-shell select option {
  background: #08111d;
  color: #eef5ff;
}

.salesbos-input:where(select),
.salesos-langSelect {
  background-color: rgba(8, 17, 29, 0.94);
}

.salesbos-input:focus {
  outline: none;
  border-color: rgba(52, 152, 219, 0.78);
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.18);
}

.salesbos-captchaRow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 220px) auto;
  gap: 10px;
  align-items: center;
}

.salesbos-captchaBox {
  flex: 1 1 auto;
  min-height: 46px;
  display: flex;
  align-items: center;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  padding: 0 14px;
  font-weight: 800;
}

.salesbos-field--captchaAnswer {
  flex: 0 1 220px;
  min-width: 180px;
}

.salesbos-field--captchaAnswer .salesbos-input {
  min-height: 46px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.salesbos-submit {
  width: 100%;
}

.salesbos-formTrust {
  color: rgba(218, 232, 248, 0.7);
  font-size: 13px;
  line-height: 1.55;
}

.salesbos-formStatus,
.salesbos-formSuccess {
  font-size: 13px;
  line-height: 1.6;
}

.salesbos-formSuccess {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(52, 211, 153, 0.32);
  background: rgba(16, 185, 129, 0.12);
}

.salesbos-formSuccess[hidden] {
  display: none !important;
}

.salesbos-moduleMarquee {
  margin-top: 16px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 13, 20, 0.76);
}

.salesbos-marqueeTrack {
  display: flex;
  gap: 18px;
  width: max-content;
  padding: 14px 18px;
  animation: salesbosMarquee 28s linear infinite;
}

.salesbos-marqueeTrack span {
  color: rgba(229, 239, 255, 0.85);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes salesbosMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.salesbos-signalSection,
.salesbos-mapSection,
.salesbos-tabsSection,
.salesbos-compareSection,
.salesbos-walkthroughSection,
.salesbos-evidenceSection,
.salesbos-timelineSection,
.salesbos-faqSection,
.salesbos-finalCta {
  margin-top: 16px;
  padding: 28px 24px;
}

.salesbos-sectionHead p {
  max-width: 900px;
  color: rgba(230, 239, 255, 0.74);
  line-height: 1.7;
}

.salesbos-signalSlider {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.salesbos-signalCard {
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  opacity: 0.72;
  transition: opacity 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.salesbos-signalCard.is-active,
.salesbos-signalCard:hover {
  opacity: 1;
  transform: translateY(-2px);
  border-color: rgba(52, 152, 219, 0.48);
}

.salesbos-stars {
  color: #f6c35d;
  letter-spacing: 0.18em;
  margin-bottom: 12px;
}

.salesbos-signalCard strong,
.salesbos-phaseCard h3,
.salesbos-node,
.salesbos-mapDetail h3,
.salesbos-panelLabel,
.salesbos-mockupTitle,
.salesbos-timelineStep strong {
  display: block;
  color: #fff;
}

.salesbos-signalCard span,
.salesbos-phaseCard p,
.salesbos-mapDetail p,
.salesbos-mapDetail li,
.salesbos-beforeAfter li,
.salesbos-evidenceCard p,
.salesbos-evidenceCard li,
.salesbos-timelineStep p,
.salesbos-faqSection p,
.salesbos-finalCta p {
  color: rgba(229, 239, 255, 0.74);
  line-height: 1.7;
}

.salesbos-mapGrid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  margin-top: 18px;
}

.salesbos-mapCanvas {
  position: relative;
  min-height: 560px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at center, rgba(52, 152, 219, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
  overflow: hidden;
}

.salesbos-mapCanvas::before,
.salesbos-mapCanvas::after {
  content: "";
  position: absolute;
  inset: 12% 12%;
  border: 1px dashed rgba(52, 152, 219, 0.18);
  border-radius: 50%;
}

.salesbos-mapCanvas::after {
  inset: 24% 24%;
}

.salesbos-node {
  position: absolute;
  min-width: 150px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 13, 20, 0.82);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.salesbos-node:hover,
.salesbos-node.is-active {
  transform: translateY(-2px);
  border-color: rgba(52, 152, 219, 0.72);
  box-shadow: 0 18px 44px rgba(52, 152, 219, 0.18);
}

.salesbos-node--core { top: 42%; left: 38%; min-width: 190px; }
.salesbos-node--n1 { top: 10%; left: 8%; }
.salesbos-node--n2 { top: 18%; right: 8%; }
.salesbos-node--n3 { top: 52%; right: 4%; }
.salesbos-node--n4 { bottom: 14%; right: 14%; }
.salesbos-node--n5 { bottom: 8%; left: 20%; }
.salesbos-node--n6 { top: 62%; left: 4%; }
.salesbos-node--n7 { top: 26%; left: 26%; }

.salesbos-mapDetail {
  padding: 20px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.salesbos-mapLabel,
.salesbos-panelLabel {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(143, 211, 255, 0.84);
}

.salesbos-mapDetail ul,
.salesbos-beforeAfter ul,
.salesbos-evidenceCard ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.salesbos-tabButtons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.salesbos-tabBtn,
.salesbos-chipBtn {
  cursor: pointer;
}

.salesbos-tabBtn {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(233, 242, 255, 0.86);
  padding: 12px 14px;
  font-weight: 800;
}

.salesbos-tabBtn.is-active,
.salesbos-chipBtn.is-active {
  border-color: rgba(52, 152, 219, 0.68);
  background: rgba(52, 152, 219, 0.18);
  color: #fff;
}

.salesbos-tabPanel {
  display: none;
  margin-top: 14px;
}

.salesbos-tabPanel.is-active {
  display: block;
}

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

.salesbos-beforeAfter > div,
.salesbos-phaseCard,
.salesbos-mockupCard,
.salesbos-timelineStep {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
}

.salesbos-beforeAfter > div {
  padding: 18px;
}

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

.salesbos-phaseCard {
  padding: 20px;
}

.salesbos-flow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.salesbos-flow span {
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  font-size: 12px;
}

.salesbos-flow i {
  width: 26px;
  height: 1px;
  background: linear-gradient(90deg, rgba(52, 152, 219, 0.65), rgba(255,255,255,0.06));
}

.salesbos-tableWrap {
  overflow-x: auto;
  margin-top: 18px;
}

.salesbos-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
}

.salesbos-table th,
.salesbos-table td {
  padding: 14px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  vertical-align: top;
}

.salesbos-table th {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(143, 211, 255, 0.84);
}

.salesbos-walkthroughGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.salesbos-mockupCard {
  padding: 16px;
  text-align: left;
  cursor: pointer;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.salesbos-mockupCard:hover {
  transform: translateY(-4px);
  border-color: rgba(52, 152, 219, 0.54);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
}

.salesbos-windowBar {
  display: flex;
  gap: 6px;
}

.salesbos-windowBar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.salesbos-mockupStats,
.salesbos-mockupRows,
.salesbos-flowRail,
.salesbos-timelinePreview {
  margin-top: 14px;
}

.salesbos-mockupStats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.salesbos-mockupStats div,
.salesbos-flowRail span,
.salesbos-timelinePreview div {
  border-radius: 14px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.salesbos-mockupStats strong {
  display: block;
  font-size: 22px;
}

.salesbos-mockupStats span,
.salesbos-timelinePreview div,
.salesbos-flowRail span {
  color: rgba(229, 239, 255, 0.72);
  font-size: 13px;
}

.salesbos-mockupRows {
  display: grid;
  gap: 10px;
}

.salesbos-mockupRows span {
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.salesbos-mockupRows span.is-accent {
  width: 78%;
  background: linear-gradient(90deg, rgba(52, 152, 219, 0.95), rgba(255,255,255,0.18));
}

.salesbos-flowRail {
  display: grid;
  gap: 10px;
}

.salesbos-evidenceCard {
  padding: 24px;
}

.salesbos-timeline {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.salesbos-timelineStep {
  padding: 18px;
  transition: border-color 0.22s ease, transform 0.22s ease, background 0.22s ease;
}

.salesbos-timelineStep.is-active {
  transform: translateX(4px);
  border-color: rgba(52, 152, 219, 0.58);
  background: rgba(52, 152, 219, 0.12);
}

.salesbos-timelineStep span {
  display: inline-block;
  margin-top: 6px;
  color: rgba(143, 211, 255, 0.84);
  font-weight: 700;
}

.salesbos-faqTools {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.salesbos-faqCats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.salesbos-faqList {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.salesbos-finalCta {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
  align-items: center;
}

.salesbos-finalActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.salesbos-pulse {
  animation: salesbosPulse 2.4s ease-in-out infinite;
}

@keyframes salesbosPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(52, 152, 219, 0.36); }
  55% { box-shadow: 0 0 0 12px rgba(52, 152, 219, 0); }
}

.salesbos-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
}

.salesbos-lightbox[hidden] {
  display: none !important;
}

.salesbos-lightboxBackdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(2, 6, 11, 0.84);
}

.salesbos-lightboxPanel {
  position: relative;
  width: min(1080px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  overflow: auto;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #09111b;
  padding: 20px;
}

.salesbos-lightboxHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.salesbos-lightboxBody {
  margin-top: 16px;
}

.salesbos-lightboxBody .salesbos-mockupCard {
  cursor: default;
}

@media (max-width: 1080px) {
  .salesbos-hero,
  .salesbos-mapGrid,
  .salesbos-finalCta,
  .salesbos-beforeAfter,
  .salesbos-phasesSection,
  .salesbos-walkthroughGrid,
  .salesbos-videoSection,
  .salesbos-signalSlider {
    grid-template-columns: 1fr;
  }

  .salesbos-demoCard {
    position: static;
  }

  .salesbos-mapCanvas {
    min-height: 680px;
  }

  .salesbos-node--core { top: 40%; left: 26%; }
}

@media (max-width: 768px) {
  .salesbos-heroCopy,
  .salesbos-demoCard,
  .salesbos-videoSection,
  .salesbos-signalSection,
  .salesbos-mapSection,
  .salesbos-tabsSection,
  .salesbos-compareSection,
  .salesbos-walkthroughSection,
  .salesbos-evidenceSection,
  .salesbos-timelineSection,
  .salesbos-faqSection,
  .salesbos-finalCta {
    padding: 20px 16px;
  }

  .salesbos-title {
    font-size: clamp(32px, 10vw, 52px);
  }

  .salesbos-heroActions,
  .salesbos-finalActions,
  .salesbos-topbarActions {
    flex-direction: column;
  }

  .salesbos-captchaRow {
    grid-template-columns: 1fr;
  }

  .salesbos-heroActions .salesos-btn,
  .salesbos-finalActions .salesos-btn,
  .salesbos-topbarActions .salesos-btn,
  .salesbos-captchaRow .salesos-btn,
  .salesbos-submit {
    width: 100%;
  }

  .salesbos-mapCanvas {
    min-height: 760px;
  }

  .salesbos-node {
    min-width: 124px;
    font-size: 12px;
  }

  .salesbos-node--core { top: 42%; left: 18%; }
  .salesbos-node--n1 { top: 10%; left: 4%; }
  .salesbos-node--n2 { top: 19%; right: 4%; }
  .salesbos-node--n3 { top: 56%; right: 2%; }
  .salesbos-node--n4 { bottom: 12%; right: 8%; }
  .salesbos-node--n5 { bottom: 10%; left: 10%; }
  .salesbos-node--n6 { top: 60%; left: 2%; }
  .salesbos-node--n7 { top: 28%; left: 18%; }

  .salesbos-table {
    min-width: 640px;
  }

  .salesbos-centerTitleSub {
    display: none;
  }

  .salesbos-topbarRow--primary {
    gap: 14px;
  }

  .salesbos-brandTextBlock {
    display: none;
  }

  .salesbos-contactNumber {
    display: none;
  }

  .salesbos-topbarNav {
    justify-content: flex-start;
    padding-bottom: 8px;
  }
}

summary strong::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.75);
  font-weight: 900;
}

details[open] summary strong::after {
  content: "–";
}

.salesos-footer {
  margin-top: 18px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 14px;
}

.salesos-footerLinks {
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap;
}

.salesos-footerLinks a {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 10px;
  transition: background 0.25s ease, color 0.25s ease;
}

.salesos-footerLinks a:hover {
  background: rgba(59, 130, 246, 0.12);
  color: rgba(255, 255, 255, 0.9);
}

/* Locale selector (Ubuntu-style) lives only on amezay.com BOS landing. */
.salesbos-localeModal[hidden] {
  display: none;
}

.salesbos-localeModal {
  position: fixed;
  inset: 0;
  z-index: 60;
}

.salesbos-localeBackdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(12px);
}

.salesbos-localePanel {
  position: relative;
  width: min(1080px, calc(100% - 32px));
  margin: 6vh auto 0;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 16, 26, 0.92);
  box-shadow: 0 40px 140px rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

.salesbos-localeTop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 18px 10px;
}

.salesbos-localeTop strong {
  display: block;
  font-size: 18px;
  letter-spacing: -0.01em;
}

.salesbos-localeSub {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.5;
}

.salesbos-localeGrid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 14px;
  padding: 0 18px 18px;
}

.salesbos-worldWrap {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  padding: 14px;
  position: relative;
}

.salesbos-world {
  width: 100%;
  height: auto;
  display: block;
}

.salesbos-worldPoint {
  position: absolute;
  z-index: 2;
  transform: translate(-50%, -50%);
  min-width: 42px;
  min-height: 30px;
  border: 1px solid rgba(125, 215, 255, 0.42);
  border-radius: 8px;
  background: rgba(20, 143, 214, 0.82);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(31, 151, 220, 0.26);
}

.salesbos-worldPoint:hover,
.salesbos-worldPoint:focus-visible,
.salesbos-worldPoint.is-active {
  border-color: rgba(255, 255, 255, 0.58);
  background: #1598d7;
  outline: none;
}

.salesbos-worldHint {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.5;
}

.salesbos-localeList {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  padding: 14px;
  display: grid;
  gap: 12px;
}

.salesbos-localeItems {
  display: grid;
  gap: 10px;
  max-height: 320px;
  overflow: auto;
  padding-right: 4px;
}

.salesbos-localeItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 12px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(0, 0, 0, 0.18);
}

.salesbos-localeItem strong {
  display: block;
  font-size: 14px;
}

.salesbos-localeItem span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.68);
}

.salesbos-localeTag {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.78);
}

.salesbos-localeTag.is-active {
  background: rgba(79, 179, 255, 0.16);
  border-color: rgba(79, 179, 255, 0.26);
}

.salesbos-localeNote {
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .salesbos-localePanel {
    margin: 0;
    width: 100%;
    min-height: 100vh;
    border-radius: 0;
  }

  .salesbos-localeGrid {
    grid-template-columns: 1fr;
  }
}

.salesbos-topbar {
  position: static;
  top: auto;
  gap: 18px;
  padding: 14px 22px 10px;
  border-radius: 24px;
  border-color: rgba(122, 206, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(8, 14, 24, 0.92), rgba(5, 10, 18, 0.82)),
    rgba(6, 11, 18, 0.82);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
}

.salesbos-topbarRow--primary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
}

.salesbos-leftGroup {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.salesbos-centerLane {
  flex: 0 1 auto;
  min-width: 0;
}

.salesbos-centerCopy {
  text-align: left;
}

.salesbos-topbarRow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
}

.salesbos-brand {
  justify-content: flex-start;
  gap: 14px;
  min-width: 0;
  flex: 0 0 auto;
}

.salesbos-brandTextBlock,
.salesbos-brandTitleInline,
.salesbos-brandSubInline,
.salesbos-brandPipe {
  display: none;
}

.salesbos-brandLogo {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.01);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05),
    0 12px 36px rgba(0, 0, 0, 0.22);
}

.salesbos-brandLogoWide,
.salesbos-topbarLogoWide {
  width: 212px;
  height: 58px;
  border-radius: 0;
  object-fit: contain;
  object-position: left center;
  background: transparent;
  box-shadow: none;
}

.salesbos-centerTitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  min-width: 0;
  overflow: hidden;
}

.salesbos-centerTitleTop {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #f8fbff;
  line-height: 1.12;
}

.salesbos-centerTitleSub {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: rgba(224, 233, 244, 0.76);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.salesbos-utility {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 0 0 auto;
}

.salesbos-languageFlags {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border-radius: 999px;
  border: 1px solid rgba(115, 200, 255, 0.18);
  background: rgba(255, 255, 255, 0.035);
}

.salesbos-languageFlags a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  color: rgba(238, 246, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
  transition:
    color 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.salesbos-languageFlags a:hover,
.salesbos-languageFlags a:focus-visible,
.salesbos-languageFlags a.is-active {
  color: #ffffff;
  background: rgba(89, 180, 255, 0.13);
  box-shadow: 0 0 14px rgba(83, 183, 255, 0.16);
  outline: none;
}

.salesbos-languageFlags a:hover,
.salesbos-languageFlags a:focus-visible {
  transform: translateY(-1px);
}

.salesbos-contactGroup {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 6px 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(106, 193, 255, 0.24);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.salesbos-contactGroup a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #eef6ff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 0 10px 0 0;
}

.salesbos-contactGroup a:focus-visible {
  outline: none;
}

.salesbos-contactGroupWa {
  padding: 0 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  color: #b7ffe5;
}

.salesbos-centerTagline {
  font-size: clamp(15px, 1.35vw, 20px);
  line-height: 1.35;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: rgba(224, 233, 244, 0.78);
  white-space: nowrap;
}

.salesbos-brandText {
  gap: 4px;
}

.salesbos-brandTitle {
  font-size: clamp(22px, 2.3vw, 28px);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #f8fbff;
}

.salesbos-brandSub {
  margin-top: 0;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(216, 230, 248, 0.76);
}

.salesbos-contactPill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(106, 193, 255, 0.24);
  background: rgba(255, 255, 255, 0.04);
  color: #eef6ff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.salesbos-contactPill:hover,
.salesbos-contactPill:focus-visible {
  transform: none;
  border-color: rgba(116, 218, 255, 0.4);
  background: rgba(85, 164, 255, 0.1);
  color: #ffffff;
}

.salesbos-contactPill--wa {
  color: #b7ffe5;
}

.salesbos-contactGroup,
.salesbos-contactPill {
  transform: none !important;
}

.salesbos-contactIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.salesbos-contactIcon svg,
.salesbos-iconBtn svg {
  width: 100%;
  height: 100%;
}

.salesbos-utility {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  justify-self: end;
  flex-wrap: nowrap;
}

.salesbos-iconBtn {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(115, 200, 255, 0.24);
  background: rgba(255, 255, 255, 0.04);
  color: #eff7ff;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.salesbos-iconBtn:hover,
.salesbos-iconBtn:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(115, 200, 255, 0.48);
  background: rgba(98, 182, 255, 0.11);
  outline: none;
}

.salesbos-neonBeat {
  animation: salesbosNeonBeat 2.6s ease-in-out infinite;
}

@keyframes salesbosNeonBeat {
  0%, 100% {
    box-shadow:
      0 0 0 0 rgba(102, 187, 255, 0.14),
      0 0 0 1px rgba(255, 255, 255, 0.02) inset;
  }
  50% {
    box-shadow:
      0 0 0 5px rgba(102, 187, 255, 0.05),
      0 0 22px rgba(83, 183, 255, 0.18),
      0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  }
}

.salesbos-accountMenu {
  position: relative;
  border: 0;
  background: transparent;
  padding: 0;
}

.salesbos-accountMenu[open] {
  overflow: visible;
}

.salesbos-accountPanel {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  min-width: 220px;
  display: grid;
  gap: 4px;
  padding: 10px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 14, 22, 0.96);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

.salesbos-accountPanel a {
  display: block;
  padding: 12px 14px;
  border-radius: 14px;
  color: rgba(238, 246, 255, 0.86);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.salesbos-accountPanel a:hover,
.salesbos-accountPanel a:focus-visible {
  background: rgba(85, 164, 255, 0.11);
  color: #ffffff;
  outline: none;
}

.salesbos-topbarNav {
  width: 100%;
  justify-content: center;
  gap: 10px;
  overflow-x: auto;
  padding: 0;
  scrollbar-width: none;
  flex-wrap: nowrap;
  white-space: nowrap;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 12px;
  margin-top: 12px;
}

.salesbos-topbarNav::-webkit-scrollbar {
  display: none;
}

.salesbos-topbarNav a {
  position: relative;
  flex: 0 0 auto;
  text-align: center;
  min-height: 34px;
  padding: 6px 10px;
  border-radius: 10px;
  border: 0;
  background: transparent;
  color: rgba(233, 244, 255, 0.86);
  text-decoration: none;
  letter-spacing: 0.01em;
}

.salesbos-topbarNav a::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 4px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(0, 212, 255, 0), rgba(0, 212, 255, 0.9), rgba(0, 212, 255, 0));
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  box-shadow: 0 0 12px rgba(0, 212, 255, 0.22);
}

.salesbos-topbarNav a:hover,
.salesbos-topbarNav a:focus-visible {
  color: #ffffff;
  outline: none;
}

.salesbos-topbarNav a:hover::after,
.salesbos-topbarNav a:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.salesbos-navPipe {
  flex: 0 0 auto;
  align-self: center;
  color: rgba(255, 255, 255, 0.28);
  font-weight: 600;
  padding: 0 10px;
  user-select: none;
}

.salesbos-kicker {
  color: rgba(149, 221, 255, 0.94);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.salesbos-proofStrip span {
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.035);
}

.salesbos-packagesSection,
.salesbos-productsSection,
.salesbos-tradeSection,
.salesbos-managedSection,
.salesbos-phaseSection {
  margin-top: 16px;
  padding: 32px 28px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(12, 17, 26, 0.92), rgba(9, 13, 20, 0.86));
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.32);
}

.salesbos-packageGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.salesbos-productCard {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 22px;
  padding: 28px;
  margin-top: 22px;
  border-radius: 28px;
  border: 1px solid rgba(116, 201, 255, 0.18);
  background:
    linear-gradient(140deg, rgba(18, 31, 51, 0.94), rgba(9, 17, 27, 0.9)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
}

.salesbos-productEyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(116, 201, 255, 0.28);
  color: rgba(170, 225, 255, 0.92);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.salesbos-productCard h3 {
  margin: 14px 0 14px;
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.15;
  letter-spacing: 0;
}

.salesbos-productCard p,
.salesbos-productCard li,
.salesbos-tradeCard p {
  color: rgba(223, 235, 247, 0.88);
  line-height: 1.8;
}

.salesbos-productCard ul {
  margin: 0;
  padding-left: 18px;
}

.salesbos-productActions {
  margin-top: 20px;
}

.salesbos-productVisual {
  display: flex;
  align-items: stretch;
}

.salesbos-productVisualInner {
  width: 100%;
  display: grid;
  gap: 14px;
  padding: 24px 20px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at top, rgba(37, 99, 235, 0.35), transparent 64%),
    rgba(255, 255, 255, 0.04);
}

.salesbos-productVisualInner span {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 0 16px;
  border-radius: 18px;
  border: 1px solid rgba(124, 205, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  color: #eef7ff;
  font-weight: 700;
}

.salesbos-tradeGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.salesbos-tradeCard {
  padding: 24px 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.16);
}

.salesbos-tradeCard strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #f7fbff;
}

.salesbos-packageCard {
  position: relative;
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at top right, rgba(75, 180, 255, 0.1), transparent 36%),
    rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

.salesbos-packageCard::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(86, 186, 255, 0.9), rgba(138, 227, 255, 0.2));
}

.salesbos-packageCard.is-featured {
  background:
    radial-gradient(circle at top right, rgba(86, 186, 255, 0.18), transparent 40%),
    linear-gradient(180deg, rgba(22, 31, 44, 0.98), rgba(11, 17, 26, 0.94));
  border-color: rgba(107, 202, 255, 0.26);
  box-shadow: 0 22px 60px rgba(17, 53, 94, 0.18);
}

.salesbos-packageEyebrow {
  color: rgba(151, 223, 255, 0.84);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.salesbos-packageCard h3 {
  margin: 14px 0 12px;
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.2;
  letter-spacing: 0;
}

.salesbos-packageCard p,
.salesbos-packageCard li,
.salesbos-managedCard p,
.salesbos-moduleCopy p,
.salesbos-moduleCopy li {
  color: rgba(230, 239, 255, 0.78);
  line-height: 1.75;
}

.salesbos-packageCard ul,
.salesbos-moduleCopy ul {
  margin: 16px 0 0;
  padding-left: 20px;
}

.salesbos-packageCard li + li,
.salesbos-moduleCopy li + li {
  margin-top: 8px;
}

.salesbos-modulePanels {
  margin-top: 16px;
  display: grid;
  gap: 18px;
  padding: 32px 28px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(12, 17, 26, 0.92), rgba(9, 13, 20, 0.86));
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.32);
}

.salesbos-directorySection {
  margin-top: 16px;
}

.salesbos-directoryGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.salesbos-moduleCard,
.salesbos-dynamicSection,
.salesbos-hrSpotlight,
.salesbos-detailHero,
.salesbos-detailOutcome,
.salesbos-detailGrid,
.salesbos-directoryNotice {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(14, 21, 32, 0.94), rgba(8, 13, 20, 0.9));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.salesbos-module-detail .salesbos-shell {
  max-width: 1200px;
}

.salesbos-module-detail .salesbos-detailHero {
  margin-top: 18px;
  background:
    radial-gradient(circle at 18% 0, rgba(70, 169, 255, 0.16), transparent 34%),
    radial-gradient(circle at 86% 10%, rgba(32, 209, 157, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(13, 22, 35, 0.96), rgba(7, 11, 18, 0.92));
}

.salesbos-module-detail .salesbos-title {
  max-width: 960px;
}

.salesbos-module-detail .salesbos-lead {
  font-size: clamp(18px, 2vw, 22px);
}

.salesbos-module-detail .salesos-ctaRow .salesos-btn {
  color: #ffffff;
}

.salesbos-moduleCard {
  padding: 24px;
  display: grid;
  gap: 16px;
}

a.salesbos-moduleCard {
  color: inherit;
  text-decoration: none;
}

.salesbos-moduleCardTop {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.salesbos-moduleCardMedia {
  width: 86px;
  height: 86px;
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(143, 211, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.24);
}

.salesbos-moduleCardMedia.is-hidden,
.salesbos-dynamicImage.is-hidden,
.salesbos-detailImage.is-hidden {
  display: none;
}

.salesbos-moduleCardEyebrow {
  color: rgba(151, 223, 255, 0.84);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.salesbos-moduleCard h3 {
  margin: 12px 0 0;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.salesbos-moduleCard p,
.salesbos-dynamicCopy p,
.salesbos-directoryNotice {
  color: rgba(229, 239, 255, 0.78);
  line-height: 1.8;
}

.salesbos-moduleHighlights {
  margin: 0;
  padding-left: 20px;
  color: rgba(229, 239, 255, 0.82);
}

.salesbos-moduleHighlights li + li {
  margin-top: 8px;
}

.salesbos-moduleLegal {
  display: block;
  color: rgba(229, 239, 255, 0.58);
  font-size: 12px;
  line-height: 1.6;
}

.salesbos-moduleCardActions,
.salesbos-hrActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.salesbos-dynamicModuleSections {
  display: grid;
  gap: 18px;
}

.salesbos-dynamicSection,
.salesbos-detailHero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 22px;
  align-items: stretch;
  padding: 28px;
}

.salesbos-dynamicCopy h3,
.salesbos-detailCopy h1 {
  margin: 12px 0 14px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.12;
  letter-spacing: 0;
}

.salesbos-dynamicOutcome {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.salesbos-dynamicOutcome strong,
.salesbos-detailOutcome h2,
.salesbos-detailSection h3 {
  color: #fff;
}

.salesbos-dynamicOutcome span,
.salesbos-detailOutcome p,
.salesbos-detailSection p,
.salesbos-detailSection li {
  color: rgba(229, 239, 255, 0.78);
  line-height: 1.8;
}

.salesbos-dynamicVisual,
.salesbos-detailVisual {
  position: relative;
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 320px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(111, 209, 255, 0.22), transparent 28%),
    linear-gradient(180deg, rgba(16, 26, 40, 0.95), rgba(9, 14, 21, 0.94));
}

.salesbos-dynamicVisual::before,
.salesbos-detailVisual::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 32%),
    rgba(255, 255, 255, 0.015);
}

.salesbos-dynamicImage,
.salesbos-detailImage {
  position: absolute;
  z-index: 1;
  inset: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  object-fit: contain;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0.76;
  filter: saturate(1.06) contrast(1.03);
}

.salesbos-detailImage {
  position: relative;
  inset: auto;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  opacity: 1;
  background: rgba(2, 8, 16, 0.34);
}

.salesbos-detailVisual:has(.salesbos-detailImage:not(.is-hidden)) .salesbos-detailVisualShell {
  display: none;
}

.salesbos-dynamicVisual:has(.salesbos-dynamicImage:not(.is-hidden)) .salesbos-visualShell {
  display: none;
}

.salesbos-hrSpotlight,
.salesbos-detailOutcome,
.salesbos-detailGrid {
  margin-top: 16px;
  padding: 32px 28px;
}

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

.amezay-global-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 18px;
  padding: 20px 12px 12px;
  color: rgba(220, 233, 248, 0.76);
  font-size: 13px;
}

.amezay-global-footer a {
  color: rgba(236, 245, 255, 0.9);
  text-decoration: none;
}

.salesbos-detailSection {
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.salesbos-detailVisualBadge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(114, 205, 255, 0.24);
  background: rgba(85, 164, 255, 0.08);
  color: rgba(212, 239, 255, 0.92);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.salesbos-detailVisualText {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin-top: 0;
  padding: 14px;
  border: 1px solid rgba(132, 218, 255, 0.18);
  border-radius: 12px;
  background: rgba(6, 16, 28, 0.82);
  color: rgba(239, 248, 255, 0.9);
}

.salesbos-detailVisualText strong {
  color: #ffffff;
  font-size: 18px;
}

.salesbos-detailVisualText span {
  line-height: 1.55;
}

.salesbos-detailVisualShell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  margin-top: 0;
}

.salesbos-detailVisualLine {
  height: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.salesbos-detailVisualLine.is-primary {
  width: 78%;
  background: linear-gradient(90deg, rgba(52, 152, 219, 0.95), rgba(255,255,255,0.18));
}

.salesbos-detailVisualPills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.salesbos-detailVisualPills span {
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(229, 239, 255, 0.82);
  font-size: 13px;
}

.salesbos-directoryNotice {
  padding: 24px;
}

.salesbos-modulePanel {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
  gap: 22px;
  align-items: stretch;
  padding: 28px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(12, 17, 26, 0.92), rgba(9, 13, 20, 0.86));
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.32);
}

.salesbos-modulePanel--reverse {
  grid-template-columns: minmax(320px, 0.84fr) minmax(0, 1.16fr);
}

.salesbos-modulePanel--reverse .salesbos-moduleCopy {
  order: 2;
}

.salesbos-modulePanel--reverse .salesbos-moduleVisual {
  order: 1;
}

.salesbos-moduleCopy h2 {
  margin: 12px 0 14px;
  font-size: clamp(30px, 3.6vw, 44px);
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.salesbos-moduleVisual {
  position: relative;
  min-height: 320px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(111, 209, 255, 0.22), transparent 28%),
    linear-gradient(180deg, rgba(16, 26, 40, 0.95), rgba(9, 14, 21, 0.94));
}

.salesbos-moduleVisual::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 32%),
    rgba(255, 255, 255, 0.015);
}

.salesbos-visualBadge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(114, 205, 255, 0.24);
  background: rgba(85, 164, 255, 0.08);
  color: rgba(212, 239, 255, 0.92);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.salesbos-visualShell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.salesbos-visualRow,
.salesbos-browserBar,
.salesbos-siteHero,
.salesbos-visualChecklist,
.salesbos-visualChart {
  position: relative;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.salesbos-visualRow {
  min-height: 20px;
}

.salesbos-visualRow.is-hero {
  min-height: 72px;
  background:
    linear-gradient(90deg, rgba(120, 212, 255, 0.92), rgba(93, 130, 255, 0.6)),
    rgba(255, 255, 255, 0.06);
}

.salesbos-visualRow.short {
  width: 62%;
}

.salesbos-visualStats,
.salesbos-visualPills,
.salesbos-visualTimeline,
.salesbos-visualAvatarRow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.salesbos-visualStats span,
.salesbos-visualPills span,
.salesbos-visualTimeline span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(225, 236, 247, 0.8);
  font-size: 13px;
}

.salesbos-visualStats--triple span {
  flex: 1 1 0;
  justify-content: center;
}

.salesbos-ring {
  position: absolute;
  right: 26px;
  top: 48px;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  border: 1px solid rgba(118, 208, 255, 0.18);
  box-shadow:
    0 0 0 16px rgba(118, 208, 255, 0.05),
    0 0 0 34px rgba(118, 208, 255, 0.03);
}

.salesbos-visualChecklist {
  min-height: 98px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.05);
}

.salesbos-visualChecklist::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 22px;
  height: 54px;
  background:
    linear-gradient(90deg, rgba(120, 212, 255, 0.9) 0 32%, transparent 32% 40%, rgba(255, 255, 255, 0.14) 40% 100%);
  border-radius: 16px;
}

.salesbos-visualTimeline {
  justify-content: space-between;
}

.salesbos-browserBar {
  min-height: 16px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04));
}

.salesbos-siteHero {
  min-height: 128px;
  background:
    radial-gradient(circle at 75% 20%, rgba(120, 212, 255, 0.22), transparent 28%),
    linear-gradient(135deg, rgba(75, 180, 255, 0.36), rgba(91, 125, 255, 0.22));
}

.salesbos-visualAvatarRow span {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(130, 217, 255, 0.88), rgba(75, 180, 255, 0.28));
}

.salesbos-visualChart {
  min-height: 110px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.04);
}

.salesbos-visualChart::before {
  content: "";
  position: absolute;
  inset: 18px 16px 16px;
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 33%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 33%);
  background-size: 33% 100%, 100% 33%;
}

.salesbos-moduleVisual--sales {
  background:
    radial-gradient(circle at top right, rgba(106, 220, 255, 0.26), transparent 26%),
    linear-gradient(180deg, rgba(16, 26, 40, 0.95), rgba(9, 14, 21, 0.94));
}

.salesbos-moduleVisual--telephony {
  background:
    radial-gradient(circle at top right, rgba(113, 255, 199, 0.22), transparent 28%),
    linear-gradient(180deg, rgba(14, 24, 36, 0.95), rgba(8, 13, 20, 0.94));
}

.salesbos-moduleVisual--service {
  background:
    radial-gradient(circle at top right, rgba(255, 206, 111, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(18, 24, 34, 0.95), rgba(9, 14, 21, 0.94));
}

.salesbos-moduleVisual--web {
  background:
    radial-gradient(circle at top right, rgba(193, 143, 255, 0.2), transparent 28%),
    linear-gradient(180deg, rgba(16, 24, 38, 0.95), rgba(8, 13, 21, 0.94));
}

.salesbos-moduleVisual--hr {
  background:
    radial-gradient(circle at top right, rgba(255, 146, 174, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(18, 24, 36, 0.95), rgba(9, 14, 21, 0.94));
}

.salesbos-moduleVisual--executive {
  background:
    radial-gradient(circle at top right, rgba(92, 196, 255, 0.28), transparent 28%),
    linear-gradient(180deg, rgba(16, 26, 40, 0.95), rgba(9, 14, 21, 0.94));
}

.salesbos-moduleVisual--legal,
.salesbos-dynamicVisual--legal,
.salesbos-detailVisual--legal {
  background:
    radial-gradient(circle at top right, rgba(255, 184, 120, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(22, 26, 37, 0.96), rgba(10, 13, 21, 0.94));
}

.salesbos-moduleVisual--network,
.salesbos-dynamicVisual--network,
.salesbos-detailVisual--network {
  background:
    radial-gradient(circle at top right, rgba(83, 221, 255, 0.22), transparent 28%),
    linear-gradient(180deg, rgba(13, 25, 38, 0.96), rgba(8, 13, 20, 0.94));
}

.salesbos-moduleVisual--security,
.salesbos-dynamicVisual--security,
.salesbos-detailVisual--security {
  background:
    radial-gradient(circle at top right, rgba(81, 199, 255, 0.24), transparent 28%),
    linear-gradient(180deg, rgba(13, 28, 42, 0.96), rgba(8, 13, 20, 0.94));
}

.salesbos-managedGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.salesbos-managedCard {
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
}

.salesbos-managedCard strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #ffffff;
}

.salesbos-footer {
  padding-bottom: 22px;
}

.salesos-shell.salesbos-shell {
  width: min(1320px, calc(100% - 48px));
  max-width: 1320px;
  margin-inline: auto;
}

.salesbos-module-detail .salesbos-shell {
  width: min(1320px, calc(100% - 48px));
  max-width: 1320px;
  margin-inline: auto;
}

.salesbos-module-detail .salesbos-topbar,
.salesbos-module-detail .salesbos-topbarNav,
.salesbos-module-detail .salesbos-detailHero,
.salesbos-module-detail .salesbos-detailOutcome,
.salesbos-module-detail .salesbos-managedGrid,
.salesbos-module-detail .salesbos-detailGrid,
.salesbos-module-detail .salesbos-moduleLeadForm,
.salesbos-module-detail .salesbos-directorySection {
  width: 100%;
}

.salesbos-moduleLeadForm {
  margin-top: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.salesbos-moduleLeadForm .salesbos-finalCtaCopy {
  max-width: 960px;
}

.salesbos-moduleLeadForm .salesbos-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  max-width: 980px;
}

.salesbos-moduleLeadForm .salesbos-captchaRow,
.salesbos-moduleLeadForm .salesbos-submit,
.salesbos-moduleLeadForm .salesbos-formStatus,
.salesbos-moduleLeadForm .salesbos-formSuccess,
.salesbos-moduleLeadForm .salesbos-field--hidden {
  grid-column: 1 / -1;
}

.salesbos-standardFooter {
  margin-top: 26px;
  padding: 26px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1.2fr) minmax(240px, 0.8fr);
  gap: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(12, 17, 26, 0.96), rgba(7, 11, 18, 0.92));
  color: rgba(229, 239, 255, 0.82);
}

.salesbos-standardFooter h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 18px;
}

.salesbos-standardFooterList,
.salesbos-standardFooterSectors,
.salesbos-standardFooterIdentity {
  display: grid;
  gap: 12px;
}

.salesbos-standardFooterList a {
  display: grid;
  gap: 4px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: inherit;
  text-decoration: none;
}

.salesbos-standardFooterList strong,
.salesbos-standardFooterIdentity a {
  color: #fff;
}

.salesbos-standardFooterList span,
.salesbos-standardFooterIdentity p,
.salesbos-standardFooterIdentity small {
  margin: 0;
  color: rgba(229, 239, 255, 0.68);
  line-height: 1.55;
}

.salesbos-standardFooterSectors span {
  display: block;
  margin-top: 6px;
  padding: 7px 10px 7px 22px;
  color: rgba(216, 232, 248, 0.74);
  border-left: 1px solid rgba(116, 201, 255, 0.18);
}

.salesbos-standardFooterSectorGroup {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 12px;
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.salesbos-standardFooterSectorGroup + .salesbos-standardFooterSectorGroup {
  margin-top: 10px;
}

.salesbos-standardFooterSectorGroup strong {
  color: rgba(244, 249, 255, 0.94);
  font-size: 14px;
  line-height: 1.35;
}

.salesbos-standardFooterSectorGroup:hover,
.salesbos-standardFooterSectorGroup:focus-within {
  background: rgba(28, 126, 214, 0.12);
  box-shadow:
    0 0 0 1px rgba(91, 192, 255, 0.22) inset,
    0 0 24px rgba(67, 181, 255, 0.14);
}

.salesbos-standardFooterIdentity img {
  width: 160px;
  max-width: 100%;
  object-fit: contain;
  border-radius: 18px;
}

.salesbos-aboutPreview,
.salesbos-aboutHero,
.salesbos-aboutPhilosophy,
.salesbos-aboutMissionVision {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  border: 1px solid rgba(170, 217, 255, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(8, 22, 40, 0.96), rgba(4, 10, 18, 0.94)),
    repeating-linear-gradient(90deg, rgba(116, 201, 255, 0.07) 0 1px, transparent 1px 74px);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.salesbos-aboutPreview {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr);
  gap: 22px;
  align-items: center;
  padding: 28px;
}

.salesbos-aboutPreviewCopy {
  display: grid;
  gap: 14px;
}

.salesbos-aboutPreview h2,
.salesbos-aboutHero h1,
.salesbos-aboutPhilosophy h2,
.salesbos-aboutMissionVision h2 {
  margin: 0;
  color: #fff;
  letter-spacing: 0;
}

.salesbos-aboutPreview h2 {
  max-width: 820px;
  font-size: 30px;
  line-height: 1.12;
}

.salesbos-aboutPreview p,
.salesbos-aboutHero p,
.salesbos-aboutPhilosophy p,
.salesbos-aboutMissionVision p {
  margin: 0;
  color: rgba(229, 239, 255, 0.78);
  line-height: 1.7;
}

.salesbos-aboutPreviewMotto,
.salesbos-aboutPromiseList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.salesbos-aboutPreviewMotto span,
.salesbos-aboutPromiseList span,
.salesbos-aboutMotto span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(0, 210, 255, 0.24);
  border-radius: 999px;
  background: rgba(0, 210, 255, 0.08);
  color: rgba(239, 250, 255, 0.94);
  font-weight: 700;
}

.salesbos-aboutPreviewMetric {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(10px);
  text-align: center;
}

.salesbos-aboutPreviewMetric img {
  width: min(180px, 80%);
  aspect-ratio: 1;
  object-fit: contain;
}

.salesbos-aboutPreviewMetric strong,
.salesbos-aboutMetric strong {
  display: block;
  color: #7ee7ff;
  font-size: 56px;
  line-height: 1;
}

.salesbos-aboutPreviewMetric span,
.salesbos-aboutMetric span,
.salesbos-aboutMetric small {
  color: rgba(229, 239, 255, 0.78);
}

.salesbos-about-page main {
  display: grid;
  gap: 24px;
}

.salesbos-aboutHero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 28px;
  align-items: center;
  padding: 46px;
  animation: salesbosFadeDown 0.7s ease both;
}

.salesbos-aboutHero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(0, 210, 255, 0.08), transparent);
  opacity: 0.7;
}

.salesbos-aboutHeroCopy,
.salesbos-aboutSignal,
.salesbos-aboutPhilosophy > *,
.salesbos-aboutMissionVision > * {
  position: relative;
  z-index: 1;
}

.salesbos-aboutHeroCopy {
  display: grid;
  gap: 18px;
}

.salesbos-aboutHero h1 {
  font-size: 58px;
  line-height: 0.98;
}

.salesbos-aboutHero h2 {
  margin: 0;
  color: rgba(184, 233, 255, 0.92);
  font-size: 22px;
  line-height: 1.35;
}

.salesbos-aboutActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.salesbos-aboutSignal {
  display: grid;
  gap: 18px;
  justify-items: center;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(10px);
}

.salesbos-aboutSignal img {
  width: min(360px, 100%);
  aspect-ratio: 1;
  object-fit: contain;
}

.salesbos-aboutMetric {
  display: grid;
  gap: 6px;
  text-align: center;
}

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

.salesbos-aboutMotto div {
  display: grid;
  place-items: center;
  min-height: 96px;
  border: 1px solid rgba(170, 217, 255, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(10px);
}

.salesbos-aboutPhilosophy {
  display: grid;
  gap: 16px;
  padding: 32px;
}

.salesbos-aboutPhilosophy h2,
.salesbos-aboutMissionVision h2 {
  font-size: 34px;
  line-height: 1.12;
}

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

.salesbos-aboutMissionVision .salesbos-sectionHead {
  grid-column: 1 / -1;
}

.salesbos-aboutMissionVision article {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(10px);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.salesbos-aboutMissionVision article:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 210, 255, 0.28);
  background: rgba(0, 210, 255, 0.07);
}

.salesbos-aboutMissionVision h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
}

@keyframes salesbosFadeDown {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 920px) {
  .salesbos-aboutPreview,
  .salesbos-aboutHero,
  .salesbos-aboutMissionVision {
    grid-template-columns: 1fr;
  }

  .salesbos-aboutHero {
    padding: 30px 22px;
  }

  .salesbos-aboutHero h1 {
    font-size: 42px;
  }

  .salesbos-aboutMotto {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  .salesbos-standardFooter {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}

.boss-catalog-body {
  overflow-y: auto;
}

.boss-catalog-shell {
  width: min(1380px, calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 0 44px;
}

.boss-catalog-cover,
.boss-catalog-index,
.boss-catalog-module,
.boss-catalog-footer {
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(12, 17, 26, 0.94), rgba(7, 11, 18, 0.9));
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.26);
}

.boss-catalog-cover {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 34px;
}

.boss-catalog-cover img {
  width: 240px;
  max-width: 100%;
  object-fit: contain;
}

.boss-catalog-cover h1 {
  margin: 10px 0 14px;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.boss-catalog-cover p,
.boss-catalog-summary,
.boss-catalog-detail p {
  color: rgba(229, 239, 255, 0.8);
  line-height: 1.75;
}

.boss-catalog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.boss-catalog-index {
  margin-top: 20px;
  padding: 28px;
}

.boss-catalog-index ol {
  columns: 3 220px;
  margin: 16px 0 0;
  padding-left: 24px;
}

.boss-catalog-index li {
  break-inside: avoid;
  margin: 0 0 8px;
}

.boss-catalog-index a,
.boss-catalog-link {
  color: #8bd3ff;
}

.boss-catalog-modules {
  display: grid;
  gap: 20px;
  margin-top: 20px;
}

.boss-catalog-module {
  padding: 30px;
  break-inside: avoid;
  page-break-inside: avoid;
}

.boss-catalog-moduleTop {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #8bd3ff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}

.boss-catalog-moduleTop span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(125, 211, 252, 0.3);
}

.boss-catalog-module h2 {
  margin: 16px 0 10px;
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1.08;
}

.boss-catalog-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.boss-catalog-highlights li {
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(240, 248, 255, 0.86);
}

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

.boss-catalog-detail > div {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.boss-catalog-footer {
  margin-top: 22px;
  padding: 18px 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  color: rgba(229, 239, 255, 0.76);
}

@media (max-width: 900px) {
  .salesos-shell.salesbos-shell,
  .salesbos-module-detail .salesbos-shell,
  .boss-catalog-shell {
    width: min(100% - 24px, 100%);
  }

  .salesbos-moduleLeadForm,
  .boss-catalog-cover,
  .boss-catalog-detail {
    grid-template-columns: 1fr;
  }

  .salesbos-moduleLeadForm .salesbos-form,
  .boss-catalog-highlights {
    grid-template-columns: 1fr;
  }
}

@media print {
  body.salesos-body {
    background: #fff !important;
    color: #111827 !important;
  }

  .boss-catalog-shell {
    width: 100%;
    padding: 0;
  }

  .boss-catalog-actions,
  .salesbos-moduleLeadForm {
    display: none !important;
  }

  .boss-catalog-cover,
  .boss-catalog-index,
  .boss-catalog-module,
  .boss-catalog-footer {
    box-shadow: none !important;
    background: #fff !important;
    border-color: #d1d5db !important;
    color: #111827 !important;
  }

  .boss-catalog-module {
    page-break-inside: avoid;
    margin-bottom: 12mm;
  }

  .boss-catalog-cover p,
  .boss-catalog-summary,
  .boss-catalog-detail p,
  .boss-catalog-highlights li {
    color: #374151 !important;
  }
}

@media (max-width: 1180px) {
  .salesbos-topbarRow--primary {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "brand utility"
      "center center";
  }

  .salesbos-brand { grid-area: brand; }
  .salesbos-centerLane { grid-area: center; justify-self: start; justify-items: start; justify-content: flex-start; }
  .salesbos-centerCopy { text-align: left; }
  .salesbos-utility { grid-area: utility; }

  .salesbos-packageGrid,
  .salesbos-tradeGrid,
  .salesbos-managedGrid {
    grid-template-columns: 1fr;
  }

  .salesbos-productCard {
    grid-template-columns: 1fr;
  }

  .salesbos-modulePanel,
  .salesbos-modulePanel--reverse {
    grid-template-columns: 1fr;
  }

  .salesbos-modulePanel--reverse .salesbos-moduleCopy,
  .salesbos-modulePanel--reverse .salesbos-moduleVisual {
    order: initial;
  }
}

@media (max-width: 820px) {
  .salesbos-shell {
    padding-top: 12px;
  }

  .salesbos-topbar {
    padding: 12px;
    border-radius: 20px;
  }

  .salesbos-topbarRow--primary {
    gap: 12px;
  }

  .salesbos-brandLogo {
    width: 48px;
    height: 48px;
  }

  .salesbos-brandTitle {
    font-size: 22px;
  }

  .salesbos-brandSub {
    font-size: 12px;
  }

  .salesbos-centerTagline {
    font-size: 14px;
    white-space: normal;
  }

  .salesbos-contactPill {
    min-width: 0;
    flex: 0 1 auto;
    justify-content: center;
    padding: 0 12px;
    font-size: 13px;
  }

  .salesbos-languageFlags {
    gap: 4px;
    padding: 3px;
  }

  .salesbos-languageFlags a {
    min-height: 26px;
    padding: 0 7px;
    font-size: 11px;
  }

  .salesbos-topbarNav {
    gap: 10px;
    justify-content: flex-start;
  }

  .salesbos-topbarNav a {
    flex: 0 0 auto;
    padding: 9px 12px;
    font-size: 12px;
  }

  .salesbos-heroCopy,
  .salesbos-demoCard,
  .salesbos-coreProLaunchSection,
  .salesbos-signalSection,
  .salesbos-mapSection,
  .salesbos-tabsSection,
  .salesbos-compareSection,
  .salesbos-walkthroughSection,
  .salesbos-evidenceSection,
  .salesbos-timelineSection,
  .salesbos-faqSection,
  .salesbos-finalCta,
  .salesbos-packagesSection,
  .salesbos-managedSection,
  .salesbos-modulePanels,
  .salesbos-hrSpotlight,
  .salesbos-modulePanel,
  .salesbos-dynamicSection,
  .salesbos-detailHero,
  .salesbos-detailOutcome,
  .salesbos-detailGrid {
    padding: 22px 18px;
  }

  .salesbos-title {
    font-size: clamp(34px, 11vw, 52px);
  }

  .salesbos-lead {
    font-size: 18px;
    line-height: 1.72;
  }

  .salesbos-heroCopy,
  .salesbos-coreProLaunchCopy {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .salesbos-heroActions {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
  }

  .salesbos-heroActions .salesos-btn {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }

  .salesbos-moduleCopy h2,
  .salesbos-dynamicCopy h3,
  .salesbos-detailCopy h1,
  .salesbos-sectionHead h2,
  .salesbos-demoCard h2,
  .salesbos-evidenceCard h2,
  .salesbos-finalCta h2 {
    font-size: clamp(26px, 8vw, 36px);
  }

  .salesbos-moduleVisual,
  .salesbos-dynamicVisual,
  .salesbos-detailVisual {
    min-height: 260px;
  }

  .salesbos-signalSlider,
  .salesbos-coreProLaunchSection,
  .salesbos-mapGrid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .salesbos-topbarRow--primary {
    grid-template-columns: 1fr auto;
  }

  .salesbos-centerLane {
    grid-column: 1 / -1;
    justify-items: start;
    justify-content: flex-start;
  }

  .salesbos-contactPill {
    width: auto;
    max-width: 100%;
  }

  .salesbos-utility {
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .salesbos-iconBtn {
    width: 34px;
    height: 34px;
  }

  .salesbos-accountPanel {
    min-width: 200px;
  }

  .salesbos-proofStrip span {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 1100px) {
  .salesbos-directoryGrid,
  .salesbos-detailGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .salesbos-dynamicSection,
  .salesbos-detailHero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .salesbos-centerLane {
    display: none;
  }

  .salesbos-brandLogoWide {
    width: 172px;
    height: 48px;
  }

  .salesbos-topbarLogoWide {
    width: 172px;
    height: 48px;
  }

  .salesbos-directoryGrid,
  .salesbos-detailGrid {
    grid-template-columns: 1fr;
  }

  .salesbos-modulePanels,
  .salesbos-hrSpotlight,
  .salesbos-detailOutcome,
  .salesbos-detailGrid {
    padding: 22px 18px;
  }

  .salesbos-field--captchaAnswer {
    flex: 1 1 100%;
    min-width: 0;
  }

  .salesbos-floatingContact {
    left: 14px;
    right: 14px;
    bottom: 14px;
    align-items: stretch;
  }
}

@media (max-width: 560px) {
  .salesbos-brandLogoWide {
    width: 148px;
    height: 42px;
  }

  .salesbos-topbarLogoWide {
    width: 148px;
    height: 42px;
  }

  .salesbos-brandTitle {
    font-size: 18px;
  }

  .salesbos-brandSub {
    white-space: normal;
  }
}
