/*
 * Sentioo brand layer for the commercial pages.
 * It deliberately reuses the visual language of the marketplace and lector UI:
 * Poppins, Sentioo blue, the cyan accent and the rising-bubble logo motif.
 */
:root {
  --sales-ink: #1c1c1c;
  --sales-muted: #606873;
  --sales-blue: #0069b2;
  --sales-blue-dark: #00548f;
  --sales-cyan: #00e8e8;
  --sales-celest: #28a6ff;
  --sales-pale-blue: #e9f6ff;
  --sales-pale-cyan: #eaffff;
  --sales-line: #deedf7;
  --sales-soft: #f6fbff;
  --sales-shadow: 0 24px 70px rgba(0, 105, 178, .12);
  --sales-radius: 32px;
}

body.sales-page {
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  color: var(--sales-ink);
}

.sales-page h1,
.sales-page h2,
.sales-page h3,
.sales-page strong {
  letter-spacing: -.035em;
}

.sales-header {
  border-bottom-color: rgba(0, 105, 178, .07);
  background: rgba(255, 255, 255, .92);
}

.sales-header.is-scrolled {
  border-color: rgba(0, 105, 178, .13);
  box-shadow: 0 12px 36px rgba(0, 105, 178, .08);
}

.sales-nav-links a,
.sales-login {
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 500;
}

.sales-nav-links a::after {
  background: var(--sales-blue);
}

.sales-button {
  background: var(--sales-blue);
  box-shadow: 0 12px 28px rgba(0, 105, 178, .2);
  font-weight: 600;
}

.sales-button:hover {
  background: var(--sales-blue-dark);
  box-shadow: 0 16px 34px rgba(0, 105, 178, .25);
}

@media (min-width: 941px) and (max-width: 1120px) {
  .sales-header .sales-nav {
    gap: 22px;
  }

  .sales-nav-links {
    gap: clamp(16px, 1.9vw, 21px);
  }

  .sales-nav-actions {
    gap: 16px;
  }

  .sales-nav-actions .sales-button-small {
    padding-inline: 18px;
  }
}

.sales-button-secondary,
.pricing-card:not(.is-featured) .pricing-card-cta {
  color: var(--sales-blue) !important;
  border: 1px solid rgba(0, 105, 178, .24);
  background: #fff;
}

.sales-button-secondary:hover,
.pricing-card:not(.is-featured) .pricing-card-cta:hover {
  color: var(--sales-blue-dark) !important;
  border-color: rgba(0, 105, 178, .4);
  background: var(--sales-pale-blue);
}

.sales-page :focus-visible {
  outline-color: rgba(0, 105, 178, .34);
}

.eyebrow {
  gap: 12px;
  color: var(--sales-blue);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .09em;
}

.eyebrow > span {
  width: 32px;
  height: 14px;
  flex: 0 0 auto;
  background: url("../../../image/sentioo_symbol.svg") center / contain no-repeat;
}

.eyebrow > span::before,
.eyebrow > span::after {
  content: none;
}

.eyebrow-light {
  color: rgba(255, 255, 255, .82);
}

.sales-hero {
  min-height: min(860px, calc(100vh - 80px));
  background: linear-gradient(270deg, rgba(0, 232, 232, .065), rgba(40, 166, 255, .065));
}

.sales-hero::before {
  background:
    radial-gradient(circle at 86% 18%, rgba(0, 232, 232, .12), transparent 23%),
    linear-gradient(122deg, #fff 0 44%, rgba(233, 246, 255, .72) 100%);
}

.sales-hero-glow-one {
  background: rgba(40, 166, 255, .08);
}

.sales-hero-glow-two {
  background: rgba(0, 232, 232, .06);
}

.sales-hero h1,
.pricing-hero h1 {
  font-size: clamp(3.35rem, 5.75vw, 5.9rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -.055em;
}

.sales-hero h1 span,
.pricing-hero h1 span,
.section-heading h2 span,
.pricing-controls h2 span {
  color: var(--sales-blue);
  background: none;
  -webkit-text-fill-color: currentColor;
}

.sales-hero-lead,
.pricing-hero-copy > p:last-child {
  color: #52616c;
}

.checkmark {
  color: var(--sales-blue);
  background: #dff3ff;
}

.hero-orbit {
  display: none;
}

.brand-bubbles {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.brand-bubbles img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 12px 24px rgba(0, 105, 178, .12));
  animation: sentioo-symbol-drift 7s ease-in-out infinite;
}

.brand-bubbles-hero {
  top: 7%;
  right: 3%;
  width: 220px;
  opacity: .22;
}

.brand-bubbles-cta {
  top: 42px;
  right: 72px;
  width: 260px;
  opacity: .36;
}

.brand-bubbles-pricing {
  top: 32px;
  right: 4%;
  width: 190px;
  opacity: .2;
}

@keyframes sentioo-symbol-drift {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -7px, 0); }
}

.app-window,
.product-screen {
  border-color: rgba(0, 105, 178, .14);
  border-radius: 18px;
  box-shadow: 0 36px 85px rgba(0, 82, 140, .18), 0 4px 12px rgba(0, 82, 140, .07);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.window-bar,
.screen-toolbar {
  border-bottom-color: #e6f0f8;
}

.window-dots {
  height: 19px;
  align-items: flex-end;
  gap: 3px;
}

.window-dots span,
.window-dots span:first-child,
.window-dots span:nth-child(2),
.window-dots span:last-child {
  width: 8px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--sales-celest), var(--sales-cyan));
}

.window-dots span:first-child { height: 8px; }
.window-dots span:nth-child(2) { height: 12px; }
.window-dots span:last-child { height: 18px; }

.window-title {
  color: #637386;
  font-weight: 600;
}

.app-layout,
.course-builder {
  background: #f5f8fb;
}

.app-sidebar {
  border-right-color: #e6f0f8;
}

.side-item {
  border-color: #e7eef5;
  border-radius: 5px;
}

.side-item.is-active {
  border-color: var(--sales-blue);
  background: var(--sales-blue);
  box-shadow: 0 7px 14px rgba(0, 105, 178, .2);
}

.app-topline button,
.builder-heading button,
.student-heading button {
  background: var(--sales-blue);
}

.app-stat-primary {
  background: var(--sales-blue);
  box-shadow: 0 12px 24px rgba(0, 105, 178, .16);
}

.chart-line {
  stroke: var(--sales-celest);
}

.floating-icon {
  background: linear-gradient(145deg, var(--sales-celest), var(--sales-cyan));
}

.mini-avatar.blue,
.mini-avatar.lavender {
  color: #075c93;
  background: #dff2ff;
}

.mini-avatar.mint,
.mini-avatar.coral {
  color: #087474;
  background: #dcfbfa;
}

.floating-sale-card,
.floating-mobile-card {
  border-color: rgba(0, 105, 178, .14);
  box-shadow: 0 22px 54px rgba(0, 94, 158, .18);
}

.mobile-cover {
  background:
    radial-gradient(circle at 80% 15%, rgba(255, 255, 255, .3), transparent 20%),
    linear-gradient(145deg, var(--sales-blue), var(--sales-cyan));
}

.sales-signal-strip {
  padding-block: 24px;
}

.sales-signal-strip .news-tags {
  margin: 0 auto;
}

.sales-signal-strip span {
  color: #31586f;
  font-weight: 600;
}

.sales-signal-strip i {
  background: linear-gradient(145deg, var(--sales-celest), var(--sales-cyan));
}

.sales-section {
  padding-block: 124px;
}

.section-heading h2,
.pricing-controls h2 {
  font-size: clamp(2.5rem, 4.35vw, 4.35rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.047em;
}

.product-story {
  position: relative;
  background: linear-gradient(180deg, #fff, rgba(233, 246, 255, .66) 54%, #fff);
}

.product-tablist button {
  grid-template-columns: 64px 1fr;
  border-radius: 16px;
}

.product-tablist button > span {
  align-self: center;
  color: var(--sales-blue);
  font-size: .62rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.product-tablist button[aria-selected="true"] {
  border-color: rgba(0, 105, 178, .16);
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 105, 178, .09);
}

.product-tablist button[aria-selected="true"]::before {
  background: var(--sales-blue);
}

.screen-toolbar b,
.team-project b,
.pricing-commission {
  color: #05706f;
  background: #dcfbfa;
}

.builder-logo,
.offer-list i,
.team-color.blue,
.team-color.mint {
  background: linear-gradient(145deg, var(--sales-celest), var(--sales-cyan));
}

.sales-capabilities {
  background:
    radial-gradient(circle at 92% 15%, rgba(0, 232, 232, .07), transparent 18%),
    #fff;
}

.capability-grid {
  gap: 18px;
}

.capability-card {
  border-color: rgba(0, 105, 178, .12);
  border-radius: var(--sales-radius);
  background: #fff;
  box-shadow: 0 14px 42px rgba(0, 105, 178, .055);
}

.capability-card-wide,
.capability-web {
  background: linear-gradient(135deg, #e9f6ff, #ebffff);
}

.capability-content {
  background: #f8fcff;
}

.capability-payments {
  color: var(--sales-ink);
  border-color: rgba(0, 105, 178, .13);
  background: #edf8ff;
}

.capability-payments p {
  color: var(--sales-muted);
}

.capability-offers {
  background: #f5ffff;
}

.capability-team {
  background: #f5f9fc;
}

.capability-number {
  width: auto;
  height: auto;
  min-height: 28px;
  margin-bottom: 42px;
  padding: 6px 12px;
  color: var(--sales-blue);
  background: #dff2ff;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.capability-card-wide .capability-number {
  margin-bottom: 42px;
}

.capability-payments .capability-number {
  color: var(--sales-blue);
  background: #dff2ff;
}

.capability-card h3 {
  font-weight: 700;
  letter-spacing: -.035em;
}

.capability-card::before,
.pricing-card::before {
  display: none;
}

.sales-platform-page .content-visual {
  position: relative;
  display: grid;
  margin-top: 32px;
  padding: 20px 22px;
  border: 0;
  border-radius: 14px;
  color: #244457;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0, 87, 148, .08);
}

.sales-platform-page .content-visual-head {
  display: grid;
  gap: 6px;
  padding-right: 52px;
}

.sales-platform-page .content-visual-head > span {
  color: #667984;
  font-size: .74rem;
}

.sales-platform-page .content-visual-head > strong {
  color: #1c1c1c;
  font-size: 1rem;
  line-height: 1.35;
}

.sales-platform-page .content-visual-status {
  position: absolute;
  top: 20px;
  right: 22px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 12px;
  color: #0069b2;
  background: #dff3ff;
  font-style: normal;
}

.sales-platform-page .content-visual-status svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.sales-platform-page .content-visual-detail {
  display: grid;
  gap: 6px;
  margin-top: 17px;
  padding-top: 15px;
  border-top: 1px solid #edf2f5;
}

.sales-platform-page .content-visual-detail > span {
  color: #526875;
  font-size: .75rem;
  line-height: 1.45;
}

.sales-platform-page .content-visual-detail > span strong {
  font-weight: 750;
}

.sales-platform-page .content-visual-detail > b {
  color: #0069b2;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .025em;
  line-height: 1.5;
}

.sales-platform-page .content-visual-protection {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #edf2f5;
}

.sales-platform-page .content-visual-protection > svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  fill: none;
  stroke: #0069b2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.sales-platform-page .content-visual-protection > span {
  display: grid;
  gap: 3px;
}

.sales-platform-page .content-visual-protection strong {
  color: #244457;
  font-size: .74rem;
  line-height: 1.35;
}

.sales-platform-page .content-visual-protection small {
  color: #667984;
  font-size: .67rem;
  line-height: 1.5;
}

.sales-platform-page .payment-visual strong {
  color: #00cc6d;
  font-weight: 850;
}

.capability-live-preview,
.capability-admin-preview {
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(0, 87, 148, .16), 0 8px 22px rgba(0, 87, 148, .07);
}

.capability-live-preview {
  align-self: center;
  aspect-ratio: 3 / 2;
  transform: rotate(1deg) translateY(16px);
}

.capability-admin-preview {
  width: 104%;
  aspect-ratio: 1132 / 295;
  transform: rotate(-.7deg);
}

.capability-admin-preview picture {
  display: block;
  width: 100%;
  height: 100%;
}

.capability-live-preview picture,
.admin-shot picture {
  display: block;
  width: 100%;
  height: 100%;
}

.capability-live-preview img,
.capability-admin-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left top;
}

.payment-visual {
  border-color: rgba(0, 105, 178, .14);
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 105, 178, .08);
}

.payment-visual span {
  color: #667984;
}

.payment-visual i {
  color: var(--sales-blue);
  background: #dff3ff;
}

.pricing-preview,
.pricing-plans-section,
.pricing-decision {
  background: linear-gradient(180deg, rgba(233, 246, 255, .7), #fff);
}

.billing-toggle {
  border-color: rgba(0, 105, 178, .13);
  background: #e9f4fb;
}

.billing-toggle button {
  color: #526977;
}

.billing-toggle button.is-active {
  color: var(--sales-blue);
  box-shadow: 0 5px 16px rgba(0, 105, 178, .1);
}

.pricing-card {
  border-color: rgba(0, 105, 178, .14);
  border-radius: 24px;
  box-shadow: 0 12px 36px rgba(0, 105, 178, .055);
}

.pricing-card:hover {
  box-shadow: 0 24px 58px rgba(0, 105, 178, .12);
}

.pricing-card.is-featured {
  border-color: var(--sales-celest);
  box-shadow: 0 25px 65px rgba(0, 105, 178, .14);
}

.pricing-card-badge {
  background: var(--sales-blue);
}

.pricing-card-kicker {
  color: var(--sales-blue);
}

.pricing-number {
  color: #163f57;
}

.pricing-hero {
  background: linear-gradient(118deg, #fff 0 54%, rgba(233, 246, 255, .88) 100%);
}

.pricing-hero-aside {
  border-color: rgba(0, 105, 178, .14);
  box-shadow: 0 20px 55px rgba(0, 105, 178, .09);
}

.pricing-orb {
  gap: 4px;
}

.pricing-orb i {
  width: auto;
  aspect-ratio: 1;
  height: auto !important;
  background: linear-gradient(145deg, var(--sales-celest), var(--sales-cyan));
}

.pricing-orb i:first-child { width: 13px; }
.pricing-orb i:nth-child(2) { width: 21px; }
.pricing-orb i:last-child { width: 34px; }

.comparison-section {
  border-block-color: rgba(0, 105, 178, .1);
}

.comparison-wrap {
  border-color: rgba(0, 105, 178, .15);
  box-shadow: 0 22px 58px rgba(0, 105, 178, .07);
}

.comparison-table thead th.is-featured,
.comparison-table td.is-featured,
.comparison-table tfoot td.is-featured {
  background: #eef8ff;
}

.comparison-group th {
  color: var(--sales-blue);
  background: #edf7fd;
}

.table-plan-badge,
.table-check {
  color: var(--sales-blue);
  background: #dff3ff;
}

.decision-cards article {
  padding-left: 104px;
  border-color: rgba(0, 105, 178, .13);
  box-shadow: 0 12px 32px rgba(0, 105, 178, .045);
}

.decision-cards article > span {
  top: 29px;
  left: 27px;
  min-width: 56px;
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--sales-blue);
  background: #dff2ff;
  text-align: center;
  text-transform: uppercase;
}

.faq-list,
.faq-list details {
  border-color: rgba(0, 105, 178, .13);
}

.faq-list summary span {
  background: #e6f5ff;
}

.faq-list summary span::before,
.faq-list summary span::after {
  background: var(--sales-blue);
}

.sales-cta-panel {
  color: var(--sales-ink);
  background: linear-gradient(270deg, rgba(0, 232, 232, .08) 0%, rgba(40, 166, 255, .08) 100%);
  box-shadow: 0 30px 70px rgba(0, 105, 178, .12);
}

.sales-cta-panel > *:not(.cta-glow):not(.brand-bubbles) {
  position: relative;
  z-index: 1;
}

.cta-glow {
  display: none;
}

.sales-cta-panel h2 {
  color: var(--sales-ink);
}

.sales-cta-panel > p:not(.eyebrow) {
  color: var(--sales-muted);
}

.sales-cta-panel .eyebrow-light {
  color: var(--sales-blue);
}

.sales-button-light {
  color: #fff !important;
  background: var(--sales-blue);
}

.sales-text-link-light {
  color: var(--sales-ink);
}

.sales-text-link-light:hover {
  color: var(--sales-blue);
}

.sales-footer {
  border-top-color: rgba(0, 105, 178, .1);
  background: linear-gradient(180deg, #fff, #f7fbff);
}

.sales-footer-bottom {
  border-top-color: rgba(0, 105, 178, .1);
}

/* Real product captures replace illustrative dashboard mockups. */
.admin-shot-stage {
  min-height: 560px;
  isolation: isolate;
}

.admin-shot {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(0, 81, 139, .19), 0 8px 24px rgba(0, 81, 139, .08);
}

.admin-shot img,
.admin-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.admin-shot-main {
  top: 12px;
  right: 0;
  width: 680px;
  aspect-ratio: 3 / 2;
  transform: translate3d(0, calc(var(--scene-shift, 0) * 10px), 0) rotate(-.7deg);
}

.admin-shot-secondary {
  right: -22px;
  bottom: 2px;
  z-index: 2;
  width: 340px;
  aspect-ratio: 3 / 2;
  border-radius: 17px;
  box-shadow: 0 24px 64px rgba(0, 81, 139, .24);
  transform: rotate(2deg);
  animation: admin-shot-float 6s ease-in-out infinite;
}

@keyframes admin-shot-float {
  0%, 100% { transform: rotate(2deg) translate3d(0, 0, 0); }
  50% { transform: rotate(1deg) translate3d(0, -9px, 0); }
}

.admin-screen {
  min-height: 0;
  aspect-ratio: 3 / 2;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 28px 74px rgba(0, 81, 139, .15);
}

.is-motion-ready .admin-shot-stage .admin-shot-main {
  opacity: 0;
  transform: translate3d(44px, 28px, 0) scale(.96) rotate(-1.8deg);
}

.is-motion-ready .admin-shot-stage.is-visible .admin-shot-main {
  animation: admin-shot-in .9s .16s cubic-bezier(.16, 1, .3, 1) forwards;
}

.is-motion-ready .admin-shot-stage .admin-shot-secondary {
  opacity: 0;
}

.is-motion-ready .admin-shot-stage.is-visible .admin-shot-secondary {
  animation: admin-secondary-in .72s .55s cubic-bezier(.16, 1, .3, 1) forwards,
             admin-shot-float 6s 1.3s ease-in-out infinite;
}

@keyframes admin-shot-in {
  to {
    opacity: 1;
    transform: translate3d(0, calc(var(--scene-shift, 0) * 10px), 0) scale(1) rotate(-.7deg);
  }
}

@keyframes admin-secondary-in {
  from { opacity: 0; transform: translate3d(35px, 35px, 0) scale(.9) rotate(4deg); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1) rotate(2deg); }
}

/* Sentioo surfaces are defined by depth, not outlined containers. */
.sales-page :where(
  .app-window,
  .product-screen,
  .app-stat,
  .app-chart-card,
  .app-orders-card,
  .floating-sale-card,
  .floating-mobile-card,
  .capability-card,
  .site-card-visual,
  .capability-live-preview,
  .payment-visual,
  .offer-list span,
  .team-visual,
  .capability-admin-preview,
  .pricing-card,
  .pricing-hero-aside,
  .comparison-wrap,
  .decision-cards article
) {
  border: 0;
}

.capability-card {
  box-shadow: 0 20px 54px rgba(0, 87, 148, .09);
}

.offer-list span,
.payment-visual,
.team-visual {
  box-shadow: 0 12px 32px rgba(0, 87, 148, .08);
}

.product-tablist button {
  border: 0;
}

.pricing-card {
  box-shadow: 0 18px 48px rgba(0, 87, 148, .1);
}

.pricing-card.is-featured {
  border: 0;
  box-shadow: 0 30px 76px rgba(0, 105, 178, .18);
}

.billing-toggle {
  border: 0;
  box-shadow: inset 0 1px 3px rgba(0, 77, 129, .08);
}

.sales-signal-strip,
.comparison-section {
  border: 0;
}

.comparison-wrap {
  box-shadow: 0 24px 64px rgba(0, 87, 148, .1);
}

.comparison-table th,
.comparison-table td {
  border-right: 0;
}

.pricing-hero-aside,
.decision-cards article {
  box-shadow: 0 16px 42px rgba(0, 87, 148, .09);
}

.pricing-orb img {
  display: block;
  width: 52px;
  height: auto;
}

@media (max-width: 940px) {
  .sales-mobile-menu {
    border-bottom-color: rgba(0, 105, 178, .14);
    box-shadow: 0 25px 45px rgba(0, 105, 178, .1);
  }

  .sales-menu-toggle {
    background: var(--sales-pale-blue);
  }

  .product-tablist button {
    grid-template-columns: 1fr;
  }

  .admin-shot-stage {
    width: min(720px, 100%);
  }

  .capability-live-preview,
  .capability-admin-preview {
    width: min(720px, 100%);
    margin-left: auto;
  }
}

@media (max-width: 680px) {
  .sales-hero h1,
  .pricing-hero h1 {
    font-size: clamp(2.7rem, 13vw, 4.15rem);
    letter-spacing: -.05em;
  }

  .sales-section {
    padding-block: 88px;
  }

  .product-tablist button {
    grid-template-columns: 1fr;
  }

  .capability-number,
  .capability-card-wide .capability-number {
    margin-bottom: 32px;
  }

  .decision-cards article {
    padding: 82px 24px 25px;
  }

  .decision-cards article > span {
    top: 25px;
    left: 24px;
  }

  .brand-bubbles-hero {
    top: 2%;
    right: -35px;
    opacity: .27;
    transform: scale(.72);
  }

  .brand-bubbles-cta {
    top: 22px;
    right: -50px;
    opacity: .25;
    transform: scale(.72);
  }

  .admin-shot-stage {
    min-height: 390px;
  }

  .admin-shot-main {
    top: 20px;
    left: 0;
    width: 94%;
  }

  .admin-shot-secondary {
    right: -2%;
    bottom: 18px;
    width: 58%;
  }

  .admin-screen {
    min-height: 0;
    border-radius: 16px;
  }

  .capability-live-preview,
  .capability-admin-preview {
    width: 100%;
    margin-top: 36px;
    transform: none;
  }

  .capability-admin-preview {
    aspect-ratio: 366 / 625;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-bubbles img,
  .admin-shot-secondary {
    animation: none;
  }

  .is-motion-ready .admin-shot-stage .admin-shot-main,
  .is-motion-ready .admin-shot-stage .admin-shot-secondary {
    opacity: 1;
    transform: none;
  }
}

/* A more direct, product-led presentation for the platform landing page. */
.sales-platform-page .sales-hero {
  min-height: auto;
  padding: 92px 0 104px;
  background: #fff;
}

.sales-platform-page .sales-hero::before {
  background: #fff;
}

.sales-platform-page .sales-hero-glow,
.sales-platform-page .brand-bubbles-hero {
  display: none;
}

.sales-platform-page .sales-hero-layout {
  width: min(1525px, calc(100% - 48px));
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(40px, 4vw, 64px);
}

.sales-platform-page .sales-hero h1 {
  max-width: 720px;
  margin-bottom: 25px;
  font-size: clamp(3.15rem, 4.6vw, 4.75rem);
  line-height: 1.03;
  letter-spacing: -.055em;
}

.sales-platform-page .sales-hero h1 span {
  display: block;
  color: var(--sales-blue);
}

.sales-platform-page .sales-hero-lead {
  max-width: 650px;
  margin-bottom: 26px;
  color: #535e68;
  font-size: 1.08rem;
  line-height: 1.65;
}

.sales-platform-page .sales-proof-list {
  display: grid;
  gap: 11px;
  margin: 0 0 34px;
  color: #303942;
  font-size: .94rem;
}

.sales-platform-page .sales-hero .sales-proof-check {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  fill: #00cc6d;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.pricing-benefit-check {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  fill: #00cc6d;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.sales-platform-page .checkmark {
  width: 21px;
  height: 21px;
  color: #fff;
  background: var(--sales-blue);
}

.sales-platform-page .admin-shot-stage {
  width: 100%;
  min-height: 0;
  perspective: none;
}

.sales-platform-page .admin-shot-main {
  position: relative;
  inset: auto;
  width: 100%;
  aspect-ratio: 3 / 2;
  transform: none;
  border-radius: 16px;
  box-shadow: 0 24px 64px rgba(0, 81, 139, .16), 0 5px 16px rgba(0, 81, 139, .07);
}

.is-motion-ready .sales-platform-page .admin-shot-stage .admin-shot-main {
  opacity: 1;
  transform: none;
  animation: none;
}

.is-motion-ready .sales-platform-page .admin-shot-stage.is-visible .admin-shot-main {
  animation: none;
}

@keyframes platform-shot-in {
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}


.sales-platform-page .sales-signal-strip .sales-shell {
  width: min(1525px, calc(100% - 48px));
  gap: clamp(10px, 1vw, 18px);
}

.sales-platform-page .sales-signal-strip span {
  color: #31586f;
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
}

.sales-platform-page .sales-signal-strip i {
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  background: #0069b2;
}

@media (max-width: 1260px) {
  .sales-platform-page .sales-signal-strip {
    overflow: hidden;
  }

  .sales-platform-page .sales-signal-strip .sales-shell {
    justify-content: flex-start;
    width: max-content;
    min-width: 100%;
    padding-inline: 24px;
    animation: platform-signal-scroll 24s linear infinite alternate;
  }
}

@keyframes platform-signal-scroll {
  to { transform: translateX(calc(-100% + 100vw)); }
}

.sales-platform-page .sales-section {
  padding-block: 108px;
}

.sales-platform-page .section-heading {
  max-width: 830px;
  margin: 0 0 50px;
}

.sales-platform-page .section-heading-centered {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.sales-platform-page .section-heading h2 {
  margin-bottom: 20px;
  font-size: clamp(2.55rem, 4.25vw, 4.2rem);
  line-height: 1.06;
  letter-spacing: -.045em;
}

.sales-platform-page .section-heading > p:last-child {
  margin-inline: 0;
}

.sales-platform-page .section-kicker {
  margin: 0 0 18px;
  color: var(--sales-blue);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1.3;
  text-transform: uppercase;
}

.sales-platform-page .product-story {
  background: #f4f7fb;
}

.sales-platform-page .onboarding-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.sales-platform-page .onboarding-card {
  min-height: 100%;
  padding: 30px;
  border: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(0, 87, 148, .09);
}

.sales-platform-page .onboarding-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.sales-platform-page .onboarding-icon {
  display: grid;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  place-items: center;
  border-radius: 12px;
}

.sales-platform-page .onboarding-icon img {
  width: 40px;
  height: 40px;
}

.sales-platform-page .onboarding-icon-cyan {
  background: rgba(0, 232, 232, .2);
}

.sales-platform-page .onboarding-icon-blue {
  background: rgba(40, 166, 255, .14);
}

.sales-platform-page .onboarding-icon-yellow {
  background: #fff8e5;
}

.sales-platform-page .onboarding-step {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border-radius: 50%;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .03em;
}

.sales-platform-page .onboarding-step-cyan {
  color: #008b8b;
  background: rgba(0, 232, 232, .2);
}

.sales-platform-page .onboarding-step-blue {
  color: #0069b2;
  background: rgba(40, 166, 255, .14);
}

.sales-platform-page .onboarding-step-yellow {
  color: #a87800;
  background: #fff8e5;
}

.sales-platform-page .onboarding-card h3 {
  margin-bottom: 12px;
  font-size: 1.2rem;
  line-height: 1.35;
}

.sales-platform-page .onboarding-card p {
  margin-bottom: 0;
  color: #606c76;
  font-size: .96rem;
  line-height: 1.7;
}

.sales-platform-page .product-tabs {
  grid-template-columns: 350px minmax(0, 1fr);
  gap: 48px;
}

.sales-platform-page .product-tablist {
  gap: 0;
}

.sales-platform-page .product-tablist button {
  grid-template-columns: 42px 1fr;
  column-gap: 15px;
  padding: 22px 0;
  border: 0;
  border-bottom: 1px solid #d8e2ea;
  border-radius: 0;
  background: transparent;
}

.sales-platform-page .product-tablist button:hover {
  transform: none;
}

.sales-platform-page .product-tablist button[aria-selected="true"] {
  border: 0;
  border-bottom: 2px solid var(--sales-blue);
  background: transparent;
  box-shadow: none;
}

.sales-platform-page .product-tablist button[aria-selected="true"]::before {
  display: none;
}

.sales-platform-page .product-tablist button > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  grid-row: span 2;
  align-self: start;
  border-radius: 50%;
  color: var(--sales-blue);
  background: #d4edff;
  font-size: .72rem;
  letter-spacing: 0;
}

.sales-platform-page .product-tablist strong {
  font-size: 1.02rem;
}

.sales-platform-page .product-tablist small {
  margin-top: 5px;
  color: #6c7782;
  font-size: .8rem;
  line-height: 1.5;
}

.sales-platform-page .admin-screen {
  border-radius: 14px;
  box-shadow: 0 20px 52px rgba(0, 81, 139, .13);
}

.sales-platform-page .sales-capabilities {
  background: #fff;
}

.sales-platform-page .capability-grid {
  gap: 24px;
}

.sales-platform-page .capability-card {
  padding: 38px;
  border: 0;
  border-radius: 20px;
  background: #f4f7fa;
  box-shadow: 0 12px 36px rgba(0, 87, 148, .055);
}

.sales-platform-page .capability-card-wide {
  min-height: 440px;
}

.sales-platform-page .capability-web,
.sales-platform-page .capability-team {
  background: #eef7fd;
}

.sales-platform-page .capability-content,
.sales-platform-page .capability-payments,
.sales-platform-page .capability-offers {
  background: #f4f7fa;
}

.sales-platform-page .capability-number,
.sales-platform-page .capability-card-wide .capability-number {
  display: block;
  min-height: 0;
  margin-bottom: 24px;
  padding: 0;
  color: var(--sales-blue);
  background: transparent;
  font-size: .74rem;
  letter-spacing: .08em;
}

.sales-platform-page .capability-card h3 {
  margin-bottom: 14px;
  font-size: clamp(1.7rem, 2.6vw, 2.35rem);
  line-height: 1.12;
}

.sales-platform-page .capability-card p {
  font-size: .96rem;
  line-height: 1.65;
}

.sales-platform-page .content-visual,
.sales-platform-page .payment-visual {
  margin-top: 32px;
}

.sales-platform-page .payment-visual,
.sales-platform-page .offer-list span {
  border: 0;
  background: #fff;
}

.sales-platform-page .offer-list span {
  box-shadow: none;
}

.sales-platform-page .capability-live-preview,
.sales-platform-page .capability-admin-preview {
  width: 100%;
  border-radius: 14px;
  transform: none;
  box-shadow: 0 18px 46px rgba(0, 87, 148, .13);
}

.sales-platform-page .feature-carousel-block {
  margin-top: 78px;
}

.sales-platform-page .feature-carousel-heading {
  max-width: 700px;
  margin-bottom: 30px;
}

.sales-platform-page .feature-carousel-heading h3 {
  margin-bottom: 8px;
  font-size: clamp(1.75rem, 2.8vw, 2.45rem);
  line-height: 1.15;
}

.sales-platform-page .feature-carousel-heading p {
  margin-bottom: 0;
  color: #606c76;
  font-size: 1rem;
}

.sales-platform-page .feature-carousel {
  position: relative;
  padding-inline: 64px;
}

.sales-platform-page .feature-carousel-viewport {
  overflow: hidden;
  margin-inline: -32px;
  padding: 12px 32px 40px;
  outline: none;
  scroll-behavior: smooth;
}

.sales-platform-page .feature-carousel-viewport:focus-visible {
  border-radius: 20px;
  outline: 3px solid rgba(0, 105, 178, .28);
  outline-offset: 5px;
}

.sales-platform-page .feature-carousel-track {
  display: flex;
  align-items: stretch;
  gap: 36px;
}

.sales-platform-page .feature-carousel-card {
  min-width: 0;
  min-height: 295px;
  flex: 0 0 calc((100% - 72px) / 3);
  padding: 30px;
  border: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(0, 87, 148, .075);
  scroll-snap-align: start;
}

.sales-platform-page .feature-carousel-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 50%;
  background: #e7f5ff;
}

.sales-platform-page .feature-carousel-icon img {
  width: 36px;
  height: 36px;
  filter: brightness(0) saturate(100%) invert(28%) sepia(66%) saturate(1786%) hue-rotate(173deg) brightness(88%) contrast(104%);
}

.sales-platform-page .feature-carousel-icon-cyan,
.sales-platform-page .feature-carousel-icon-blue,
.sales-platform-page .feature-carousel-icon-yellow {
  background: #e7f5ff;
}

.sales-platform-page .feature-carousel-card h4 {
  margin: 0 0 12px;
  font-size: 1.12rem;
  line-height: 1.4;
}

.sales-platform-page .feature-carousel-card p {
  margin: 0;
  color: #606c76;
  font-size: .93rem;
  line-height: 1.68;
}

.sales-platform-page .feature-carousel-arrow {
  position: absolute;
  z-index: 3;
  top: calc(50% - 28px);
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #0069b2;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 87, 148, .16);
  cursor: pointer;
  transform: translateY(-50%);
  transition: color .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.sales-platform-page .feature-carousel-arrow:hover {
  color: #00548f;
  box-shadow: 0 11px 30px rgba(0, 87, 148, .22);
}

.sales-platform-page .feature-carousel-arrow:disabled {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

.sales-platform-page .feature-carousel-arrow svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sales-platform-page .feature-carousel-prev {
  left: 0;
}

.sales-platform-page .feature-carousel-next {
  right: 0;
}

.sales-platform-page .feature-carousel-dots {
  display: flex;
  min-height: 14px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 14px;
}

.sales-platform-page .feature-carousel-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #cbd7df;
  cursor: pointer;
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.sales-platform-page .feature-carousel-dot.is-active {
  background: #0069b2;
  box-shadow: 0 0 0 4px rgba(0, 105, 178, .1);
  transform: scale(1.18);
}

.sales-platform-page .pricing-preview {
  background: #f4f7fb;
}

.sales-platform-page .billing-toggle {
  margin-right: 0;
  margin-left: 0;
}

.sales-platform-page .pricing-card {
  border: 0;
  border-radius: 18px;
  box-shadow: 0 10px 32px rgba(0, 87, 148, .075);
}

.sales-platform-page .pricing-card:hover {
  transform: none;
  box-shadow: 0 14px 40px rgba(0, 87, 148, .1);
}

.sales-platform-page .pricing-card.is-featured {
  box-shadow: 0 18px 48px rgba(0, 105, 178, .16);
}

.sales-platform-page .sales-cta-panel {
  padding: clamp(48px, 6vw, 76px);
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(0, 105, 178, .1);
}

.sales-platform-page .sales-cta-panel > .section-kicker {
  max-width: none;
  margin-bottom: 20px;
  color: var(--sales-blue);
  font-size: .76rem;
  line-height: 1.3;
}

.sales-platform-page .sales-cta-panel h2 {
  max-width: 780px;
  font-size: clamp(2.6rem, 4.6vw, 4.35rem);
  line-height: 1.04;
}

.sales-platform-page .brand-bubbles-cta {
  top: 35px;
  right: 48px;
  width: 170px;
  opacity: .16;
}

@media (max-width: 940px) {
  .sales-platform-page .sales-hero-layout,
  .sales-platform-page .product-tabs {
    grid-template-columns: 1fr;
  }

  .sales-platform-page .onboarding-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sales-platform-page .admin-shot-stage {
    width: min(720px, 100%);
    margin-inline: auto;
  }

  .sales-platform-page .product-tablist {
    display: flex;
    flex-direction: column;
  }

  .sales-platform-page .feature-carousel {
    padding-inline: 56px;
  }

  .sales-platform-page .feature-carousel-card {
    flex-basis: calc((100% - 36px) / 2);
  }
}

@media (max-width: 680px) {
  .sales-platform-page .sales-hero {
    padding: 68px 0 78px;
  }

  .sales-platform-page .sales-hero h1 {
    font-size: clamp(2.65rem, 12.5vw, 3.6rem);
  }

  .sales-platform-page .sales-section {
    padding-block: 82px;
  }

  .sales-platform-page .onboarding-grid {
    grid-template-columns: 1fr;
  }

  .sales-platform-page .feature-carousel-block {
    margin-top: 62px;
  }

  .sales-platform-page .feature-carousel {
    padding-inline: 0;
  }

  .sales-platform-page .feature-carousel-viewport {
    overflow-x: auto;
    margin-inline: -12px;
    padding-inline: 12px;
    scrollbar-width: none;
  }

  .sales-platform-page .feature-carousel-viewport::-webkit-scrollbar {
    display: none;
  }

  .sales-platform-page .feature-carousel-card {
    flex-basis: 88%;
  }

  .sales-platform-page .feature-carousel-arrow {
    display: none;
  }

  .sales-platform-page .section-heading h2 {
    font-size: clamp(2.25rem, 10vw, 3rem);
  }

  .sales-platform-page .capability-card,
  .sales-platform-page .capability-card-wide {
    min-height: 0;
    padding: 28px;
  }

  .sales-platform-page .sales-cta-panel {
    padding: 42px 28px;
  }

  .sales-platform-page .brand-bubbles-cta {
    display: none;
  }
}

/*
 * Brand alignment with the public Sentioo WebModule.
 * The sales pages keep their richer product content and motion, while sharing
 * the same light surfaces, type scale, controls and card geometry.
 */
:root {
  --sales-brand-highlight: linear-gradient(90deg, #00e8e8 0%, #28a6ff 100%);
  --sales-brand-hero: linear-gradient(135deg, #f9feff 0%, #ebfbfd 54%, #eaf6ff 100%);
  --sales-brand-card-shadow: 0 8px 24px rgba(15, 23, 42, .08);
  --sales-brand-card-shadow-hover: 0 14px 32px rgba(15, 23, 42, .11);
}

.sales-page .sales-header {
  border-bottom: 1px solid #edf0f3;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 2px 10px rgba(15, 23, 42, .05);
}

.sales-page .sales-header.is-scrolled {
  border-bottom-color: #e6ebf0;
  box-shadow: 0 4px 16px rgba(15, 23, 42, .07);
}

.sales-page .sales-button {
  min-height: 48px;
  background: #0069b2;
  box-shadow: none;
  font-weight: 600;
}

.sales-page .sales-button:hover {
  background: #00548f;
  box-shadow: none;
  transform: translateY(-1px);
}

.sales-page .sales-header .sales-button {
  min-height: 44px;
}

.sales-page .sales-button-secondary,
.sales-page .pricing-card:not(.is-featured) .pricing-card-cta {
  border: 0;
  color: #0069b2 !important;
  background: #d4edff;
}

.sales-page .sales-button-secondary:hover,
.sales-page .pricing-card:not(.is-featured) .pricing-card-cta:hover {
  color: #00548f !important;
  background: #c5e6fd;
}

.sales-page .sales-hero h1,
.sales-page .pricing-hero h1,
.sales-page .section-heading h2,
.sales-page .pricing-controls h2,
.sales-page .sales-cta-panel h2 {
  font-weight: 600;
  letter-spacing: -.045em;
}

.sales-page .sales-hero h1 span,
.sales-page .pricing-hero h1 span,
.sales-page .roadmap-hero-content h1 span,
.sales-page .section-heading h2 span,
.sales-page .pricing-controls h2 span {
  color: transparent;
  background: var(--sales-brand-highlight);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sales-platform-page .sales-hero {
  padding: 48px 0 0px;
  background: #fff;
}

.sales-platform-page .sales-hero-layout {
  position: relative;
  overflow: hidden;
  padding: clamp(52px, 4.6vw, 76px);
  border-radius: 56px;
  background: var(--sales-brand-hero);
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: clamp(42px, 3.5vw, 58px);
}

.sales-platform-page .sales-hero h1 {
  max-width: 660px;
  margin-bottom: 24px;
  font-size: clamp(3.15rem, 4vw, 4rem);
  line-height: 1.04;
  letter-spacing: -.047em;
}

.sales-platform-page .sales-hero-lead {
  max-width: 620px;
  font-size: 1.04rem;
  line-height: 1.68;
}

.sales-platform-page .sales-hero-actions .sales-button,
.sales-platform-page .sales-hero-actions .sales-text-link {
  flex: 0 0 auto;
  white-space: nowrap;
}

.sales-platform-page .admin-shot-main {
  box-shadow: 0 18px 46px rgba(15, 23, 42, .13), 0 4px 12px rgba(15, 23, 42, .06);
}

.pricing-page .pricing-hero {
  padding: 48px 0 88px;
  background: #fff;
}

.pricing-page .pricing-hero .sales-shell {
  position: relative;
  z-index: 1;
  width: min(1525px, calc(100% - 48px));
  min-height: 560px;
  overflow: hidden;
  padding: clamp(54px, 5vw, 80px);
  border-radius: 56px;
  background: var(--sales-brand-hero);
  grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr);
  gap: clamp(44px, 5vw, 76px);
}

.pricing-page .pricing-hero-copy {
  align-self: start;
}

.pricing-page .pricing-hero h1 {
  max-width: 760px;
  font-size: clamp(3.4rem, 4.5vw, 4.5rem);
  line-height: 1.04;
  letter-spacing: -.047em;
}

.pricing-page .pricing-hero-copy > p:last-child {
  max-width: 590px;
  font-size: 1.04rem;
  line-height: 1.68;
}

.pricing-page .pricing-hero-screen {
  position: relative;
  z-index: 1;
  align-self: center;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(15, 23, 42, .14), 0 5px 16px rgba(15, 23, 42, .06);
  transform: rotate(.45deg);
}

.pricing-page .pricing-hero-screen img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: left top;
}

.pricing-page .pricing-hero-glow {
  top: -380px;
  right: -220px;
  opacity: .58;
}

.pricing-page .brand-bubbles-pricing {
  z-index: 2;
  top: 76px;
  right: max(5%, calc((100% - 1525px) / 2 + 48px));
  width: 150px;
  opacity: .18;
}

.pricing-page .pricing-hero-aside {
  border: 0;
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--sales-brand-card-shadow);
}

.sales-platform-page .sales-section,
.pricing-page .sales-section {
  padding-block: clamp(124px, 9vw, 156px);
}

.pricing-page .pricing-plans-section {
  padding: clamp(124px, 9vw, 156px) 0;
}

.sales-platform-page .section-heading,
.pricing-page .section-heading {
  margin-bottom: 58px;
}

.sales-platform-page .section-heading h2,
.pricing-page .section-heading h2,
.pricing-page .pricing-controls h2 {
  font-size: clamp(2.65rem, 3.4vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -.042em;
}

.sales-platform-page .product-story {
  background: #f7fbfd;
}

.sales-platform-page .pricing-preview,
.pricing-page .pricing-plans-section {
  background: #f2f9fd;
}

.sales-page .onboarding-card,
.sales-platform-page .capability-card,
.sales-platform-page .feature-carousel-card,
.sales-page .pricing-card,
.sales-page .decision-cards article {
  border: 0;
  border-radius: 16px;
  box-shadow: var(--sales-brand-card-shadow);
}

.sales-page .onboarding-card:hover,
.sales-platform-page .capability-card:hover,
.sales-platform-page .feature-carousel-card:hover,
.sales-page .pricing-card:hover,
.sales-page .decision-cards article:hover {
  box-shadow: var(--sales-brand-card-shadow-hover);
  transform: translateY(-3px);
}

.sales-platform-page .capability-card {
  background: #f7fafc;
}

.sales-platform-page .capability-web,
.sales-platform-page .capability-team {
  background: #ebf8fd;
}

.sales-platform-page .feature-carousel-card {
  min-height: 295px;
}

/* Reset the generic WebModule pricing card dimensions on the sales pages. */
.sales-page .pricing-card {
  width: auto;
  height: auto;
  min-height: 100%;
  overflow: visible;
  box-shadow: var(--sales-brand-card-shadow);
}

.sales-page .pricing-card.is-featured {
  box-shadow: 0 16px 38px rgba(0, 105, 178, .14);
}

.sales-page .pricing-card-heading {
  min-height: 64px;
}

.sales-page .pricing-card-description {
  min-height: 84px;
}

.sales-page .pricing-card-badge {
  background: #0069b2;
}

.sales-page .billing-toggle {
  background: #e3f2fb;
  box-shadow: inset 0 1px 3px rgba(0, 77, 129, .08);
}

.sales-page .billing-toggle button.is-active {
  color: #0069b2;
  box-shadow: 0 3px 10px rgba(15, 23, 42, .08);
}

/* Pricing controls follow the light, underlined navigation used by WebModule. */
.sales-page .billing-toggle {
  position: relative;
  gap: 28px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.sales-page .billing-toggle button {
  position: relative;
  min-height: 46px;
  padding: 0 0 13px;
  border-radius: 0;
  color: #717171;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.sales-page .billing-toggle button:hover,
.sales-page .billing-toggle button.is-active {
  color: #0069b2;
  background: transparent;
  box-shadow: none;
}

.sales-page .billing-toggle button.is-active::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  border-radius: 2px 2px 0 0;
  background: #0069b2;
  content: "";
}

.sales-page .billing-toggle button span {
  display: inline-flex;
  margin-left: 7px;
  padding: 3px 7px;
  border-radius: 8px;
  color: #006636;
  background: #ccffe7;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.sales-page .pricing-card-heading {
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  min-height: 82px;
}

.sales-page .pricing-card-heading h3 {
  margin: 0;
}

.sales-page .pricing-plan-badge {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 29px;
  padding: 5px 10px;
  border-radius: 8px;
  color: #006636;
  background: #ccffe7;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
}

.sales-page .pricing-card-badge {
  white-space: nowrap;
}

/* Keep FAQ and footer typography on the same Poppins scale as WebModule. */
.sales-page .sales-faq,
.sales-page .sales-footer,
.sales-page .faq-list summary,
.sales-page .faq-list details p {
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
}

.sales-page .faq-list summary {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -.012em;
  line-height: 1.5;
}

.sales-page .faq-list details p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.sales-page .sales-footer-brand p,
.sales-page .sales-footer-links h2,
.sales-page .sales-footer-links a {
  font-size: 14px;
  line-height: 1.55;
}

.sales-page .sales-footer-links h2 {
  font-weight: 600;
  letter-spacing: .035em;
}

.sales-page .sales-footer-links a,
.sales-page .sales-footer-brand p {
  font-weight: 400;
}

.sales-page .sales-footer-company {
  display: grid;
  max-width: 340px;
  gap: 4px;
  margin-top: 24px;
  color: #69717a;
  font-size: 13px;
  line-height: 1.55;
}

.sales-page .sales-footer-company strong {
  margin-bottom: 2px;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -.01em;
}

.sales-page .sales-footer-company span:last-child {
  margin-top: 4px;
}

.sales-page .sales-footer-bottom {
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

/* Comparison table uses the same readable type scale as the rest of Sentioo. */
.pricing-page .comparison-table {
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
}

.pricing-page .comparison-table thead th > strong {
  font-size: 14px;
  font-weight: 600;
}

.pricing-page .table-plan-badge {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}

.pricing-page .table-plan-price {
  font-size: 12px;
}

.pricing-page .table-plan-price b {
  font-size: 14px;
  font-weight: 600;
}

.pricing-page .table-plan-price small {
  display: block;
  margin-top: 2px;
  color: #8a9199;
  font-size: 12px;
  font-weight: 400;
}

.pricing-page .comparison-group th {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .045em;
}

.pricing-page .comparison-table tbody th strong,
.pricing-page .comparison-table td,
.pricing-page .comparison-table tfoot th {
  font-size: 14px;
}

.pricing-page .comparison-table tbody th strong,
.pricing-page .comparison-table td,
.pricing-page .comparison-table tfoot th {
  font-weight: 500;
}

.pricing-page .comparison-table tbody th span {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.5;
}

.pricing-page .comparison-table tfoot .sales-button {
  font-size: 14px;
}

.pricing-page .table-check-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  max-width: none;
  vertical-align: middle;
}

.pricing-page .pricing-legal-note {
  margin-top: 42px;
}

.pricing-page .comparison-scroll-hint-before {
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: -24px 0 18px;
  color: #56616b;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
}

.pricing-page .comparison-scroll-hint-before span {
  display: inline-grid;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #0069b2;
  background: #d4edff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  place-items: center;
}

.sales-page .sales-cta-section {
  padding-top: clamp(30px, 4vw, 64px);
  padding-bottom: clamp(124px, 9vw, 156px);
}

.sales-page .sales-cta-panel,
.sales-platform-page .sales-cta-panel {
  padding: clamp(58px, 6vw, 84px);
  border-radius: 48px;
  background: var(--sales-brand-hero);
  box-shadow: 0 10px 30px rgba(15, 23, 42, .07);
}

.sales-page .sales-cta-panel h2,
.sales-platform-page .sales-cta-panel h2 {
  max-width: 760px;
  font-size: clamp(2.65rem, 3.8vw, 3.75rem);
  line-height: 1.07;
}

@media (max-width: 940px) {
  .pricing-page .comparison-scroll-hint-before {
    display: flex;
  }

  .sales-platform-page .sales-hero-layout,
  .pricing-page .pricing-hero .sales-shell {
    min-height: 0;
    padding: 54px 44px;
    border-radius: 40px;
    grid-template-columns: 1fr;
  }

  .pricing-page .pricing-hero-aside {
    max-width: 620px;
    margin: 0;
  }

  .pricing-page .pricing-hero-screen {
    max-width: 720px;
    transform: none;
  }

  .pricing-page .brand-bubbles-pricing {
    top: 70px;
    right: 50px;
    width: 120px;
  }
}

@media (max-width: 680px) {
  .sales-page .sales-mobile-actions {
    grid-template-columns: 1fr;
  }

  .sales-page .sales-mobile-actions .sales-button {
    width: 100%;
    white-space: nowrap;
  }

  .sales-platform-page .sales-hero,
  .pricing-page .pricing-hero {
    padding: 24px 0 68px;
  }

  .sales-platform-page .sales-hero-layout,
  .pricing-page .pricing-hero .sales-shell {
    width: min(100% - 24px, 1525px);
    padding: 40px 24px;
    border-radius: 28px;
  }

  .sales-platform-page .sales-hero h1,
  .pricing-page .pricing-hero h1 {
    font-size: clamp(2.55rem, 12vw, 3.15rem);
    line-height: 1.04;
  }

  .sales-platform-page .sales-section,
  .pricing-page .sales-section,
  .pricing-page .pricing-plans-section {
    padding-block: 92px;
  }

  .sales-platform-page .section-heading,
  .pricing-page .section-heading {
    margin-bottom: 42px;
  }

  .sales-platform-page .section-heading h2,
  .pricing-page .section-heading h2,
  .pricing-page .pricing-controls h2 {
    font-size: clamp(2.25rem, 10vw, 2.8rem);
  }

  .pricing-page .brand-bubbles-pricing {
    display: none;
  }

  .sales-page .pricing-card-heading,
  .sales-page .pricing-card-description {
    min-height: 0;
  }

  .sales-page .sales-cta-panel,
  .sales-platform-page .sales-cta-panel {
    padding: 46px 26px;
    border-radius: 28px;
  }
}
