.shiz-sales-page,
.shiz-sales-page * {
  box-sizing: border-box;
}

.shiz-sales-page {
  direction: rtl;
  text-align: right;
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 24px 0 0;
  background: linear-gradient(180deg, #f4f8ff 0%, #eef5ff 48%, #f6faff 100%);
  overflow: hidden;
  display: grid;
  gap: 30px;
}

.shiz-sales-page img {
  max-width: 100%;
  height: auto;
}

.shiz-sales-section,
.shiz-sales-page > .shiz-contact-section {
  width: min(1540px, calc(100vw - 40px));
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto;
  padding: 62px clamp(24px, 3.2vw, 52px);
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}

.shiz-sales-container {
  width: 100%;
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.shiz-sales-head {
  max-width: 900px;
  margin: 0 auto 34px;
  text-align: center;
}

.shiz-sales-head .shiz-kicker {
  margin-right: auto;
  margin-left: auto;
}

.shiz-sales-head .shiz-title {
  font-size: clamp(25px, 2.15vw, 31px);
  line-height: 1.72;
  margin-bottom: 12px;
}

.shiz-sales-head .shiz-text {
  font-size: 15px;
  line-height: 2.02;
}

.shiz-sales-hero {
  background:
    radial-gradient(circle at 12% 18%, rgba(51, 224, 255, 0.24), transparent 32%),
    radial-gradient(circle at 84% 82%, rgba(17, 70, 255, 0.18), transparent 36%),
    linear-gradient(135deg, #061a3a 0%, #0a2d5e 54%, #0b3f78 100%);
  color: #ffffff;
  min-height: 610px;
  display: flex;
  align-items: center;
}

.shiz-sales-hero::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 42%);
  pointer-events: none;
}

.shiz-sales-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(440px, 1.06fr);
  gap: 46px;
  align-items: center;
}

.shiz-sales-hero-copy .shiz-kicker {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.shiz-sales-hero-copy h1 {
  color: #ffffff;
  font-size: clamp(32px, 3.15vw, 48px);
  font-weight: 950;
  line-height: 1.62;
  margin: 0 0 18px;
  letter-spacing: -0.035em;
}

.shiz-sales-hero-copy p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 2.15;
  max-width: 720px;
  margin: 0 0 24px;
}

.shiz-sales-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.shiz-sales-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.7;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.shiz-sales-btn-primary {
  color: #061a3a;
  background: linear-gradient(135deg, #ffffff, #dff9ff);
  box-shadow: 0 18px 42px rgba(51, 224, 255, 0.22);
}

.shiz-sales-btn-secondary {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.shiz-sales-btn:hover {
  transform: translateY(-3px);
}

.shiz-sales-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.shiz-sales-hero-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 13px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
  font-weight: 800;
}

.shiz-sales-hero-visual {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shiz-sales-hero-visual::before,
.shiz-sales-hero-visual::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(1px);
  opacity: 0.65;
}

.shiz-sales-hero-visual::before {
  width: 220px;
  height: 220px;
  background: rgba(51, 224, 255, 0.18);
  left: 10%;
  top: 0;
}

.shiz-sales-hero-visual::after {
  width: 280px;
  height: 280px;
  background: rgba(17, 70, 255, 0.22);
  right: 4%;
  bottom: 5%;
}

.shiz-sales-window {
  width: min(100%, 600px);
  min-height: 390px;
  position: relative;
  z-index: 1;
  padding: 22px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.shiz-sales-window-top {
  display: flex;
  gap: 7px;
  margin-bottom: 18px;
  direction: ltr;
}

.shiz-sales-window-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.62);
}

.shiz-sales-dashboard-card {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  color: #061a3a;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.14);
}

.shiz-sales-dashboard-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px;
  margin-bottom: 16px;
}

.shiz-sales-dashboard-main strong {
  display: block;
  font-size: 17px;
  font-weight: 950;
  margin-bottom: 8px;
}

.shiz-sales-dashboard-main p {
  color: #5f6f86;
  margin: 0;
  font-size: 14px;
  font-weight: 800;
}

.shiz-sales-dashboard-main b {
  min-width: 72px;
  min-height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
  color: #ffffff;
  font-size: 21px;
  box-shadow: 0 18px 36px rgba(17, 70, 255, 0.28);
}

.shiz-sales-visual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.shiz-sales-mini-card {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.shiz-sales-mini-card span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  margin-bottom: 6px;
}

.shiz-sales-mini-card strong {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 950;
}

.shiz-sales-progress-list {
  display: grid;
  gap: 10px;
}

.shiz-sales-progress-list div {
  height: 10px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}

.shiz-sales-progress-list span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--shiz-cyan), #ffffff);
}

.shiz-sales-flow-section,
.shiz-sales-policy-section,
.shiz-sales-persona-section {
  background:
    radial-gradient(circle at 88% 12%, rgba(51, 224, 255, 0.14), transparent 34%),
    radial-gradient(circle at 8% 88%, rgba(17, 70, 255, 0.11), transparent 36%),
    #f5f8fc;
}

.shiz-sales-capabilities-section,
.shiz-sales-crm-section,
.shiz-sales-reports-section,
.shiz-sales-integration-section,
.shiz-sales-faq-section {
  background: #ffffff;
}

.shiz-sales-flow-grid,
.shiz-sales-card-grid,
.shiz-sales-policy-layout,
.shiz-sales-integration-grid,
.shiz-sales-persona-grid,
.shiz-sales-faq-grid {
  display: grid;
  gap: 20px;
  align-items: stretch;
}

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

.shiz-sales-card-grid,
.shiz-sales-integration-grid,
.shiz-sales-faq-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shiz-sales-policy-layout,
.shiz-sales-persona-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shiz-sales-flow-card,
.shiz-sales-feature-card,
.shiz-sales-policy-card,
.shiz-sales-integration-grid article,
.shiz-sales-persona-grid article,
.shiz-sales-faq-grid article {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 63, 0.1);
  border-radius: 24px;
  padding: 24px 22px;
  box-shadow: 0 16px 46px rgba(16, 36, 63, 0.075);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.shiz-sales-flow-card::before,
.shiz-sales-feature-card::before,
.shiz-sales-policy-card::before,
.shiz-sales-integration-grid article::before,
.shiz-sales-persona-grid article::before,
.shiz-sales-faq-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(17, 70, 255, 0.08), rgba(51, 224, 255, 0.06));
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.shiz-sales-flow-card > *,
.shiz-sales-feature-card > *,
.shiz-sales-policy-card > *,
.shiz-sales-integration-grid article > *,
.shiz-sales-persona-grid article > *,
.shiz-sales-faq-grid article > * {
  position: relative;
  z-index: 1;
}

.shiz-sales-flow-card span,
.shiz-sales-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(17, 70, 255, 0.2);
  font-size: 20px;
  font-weight: 950;
  margin-bottom: 14px;
}

.shiz-sales-flow-card h3,
.shiz-sales-feature-card h3,
.shiz-sales-policy-card h3,
.shiz-sales-integration-grid strong,
.shiz-sales-persona-grid h3,
.shiz-sales-faq-grid h3 {
  color: var(--shiz-dark);
  font-size: 18px;
  font-weight: 950;
  line-height: 1.7;
  margin: 0 0 10px;
}

.shiz-sales-flow-card p,
.shiz-sales-feature-card p,
.shiz-sales-policy-card p,
.shiz-sales-persona-grid p,
.shiz-sales-faq-grid p {
  color: var(--shiz-muted);
  font-size: 14.3px;
  line-height: 1.95;
  margin: 0;
}

.shiz-sales-policy-card-highlight {
  grid-row: span 2;
  background:
    radial-gradient(circle at 12% 18%, rgba(51, 224, 255, 0.22), transparent 34%),
    linear-gradient(135deg, #061a3a, #0b3f78);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 70px rgba(6, 26, 58, 0.18);
}

.shiz-sales-policy-card-highlight h3,
.shiz-sales-policy-card-highlight p {
  color: #ffffff;
}

.shiz-sales-policy-card-highlight p {
  color: rgba(255, 255, 255, 0.82);
}

.shiz-sales-split,
.shiz-sales-reports-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.84fr);
  gap: 40px;
  align-items: center;
}

.shiz-sales-split-content .shiz-title,
.shiz-sales-report-content .shiz-title {
  font-size: clamp(25px, 2.15vw, 31px);
  line-height: 1.72;
  margin-bottom: 12px;
}

.shiz-sales-check-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 12px;
}

.shiz-sales-check-list li {
  position: relative;
  padding-right: 30px;
  color: var(--shiz-text);
  font-size: 15px;
  line-height: 2;
}

.shiz-sales-check-list li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
  box-shadow: 0 0 0 5px rgba(17, 70, 255, 0.1);
}

.shiz-sales-customer-card,
.shiz-sales-chart-card {
  position: relative;
  border-radius: 30px;
  padding: 28px;
  background:
    radial-gradient(circle at 16% 18%, rgba(51, 224, 255, 0.16), transparent 34%),
    linear-gradient(135deg, #ffffff, #f5f8fc);
  border: 1px solid rgba(16, 36, 63, 0.1);
  box-shadow: 0 24px 70px rgba(16, 36, 63, 0.12);
  overflow: hidden;
}

.shiz-sales-customer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(16, 36, 63, 0.08);
  margin-bottom: 18px;
}

.shiz-sales-customer-head strong {
  display: block;
  color: var(--shiz-dark);
  font-size: 22px;
  font-weight: 950;
  line-height: 1.7;
}

.shiz-sales-customer-head span,
.shiz-sales-customer-row span,
.shiz-sales-chart-head span,
.shiz-sales-chart-stats span,
.shiz-sales-integration-grid span {
  display: block;
  color: var(--shiz-muted);
  font-size: 13.5px;
  line-height: 1.9;
}

.shiz-sales-customer-head b {
  width: 74px;
  height: 74px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
  box-shadow: 0 16px 34px rgba(17, 70, 255, 0.26);
  font-size: 22px;
}

.shiz-sales-customer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(16, 36, 63, 0.07);
}

.shiz-sales-customer-row strong {
  color: var(--shiz-dark);
  font-size: 15px;
  font-weight: 950;
}

.shiz-sales-customer-timeline {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.shiz-sales-customer-timeline i {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(17, 70, 255, 0.08), rgba(51, 224, 255, 0.26));
}

.shiz-sales-customer-timeline i:nth-child(2) {
  width: 76%;
}

.shiz-sales-customer-timeline i:nth-child(3) {
  width: 58%;
}

.shiz-sales-reports-layout {
  grid-template-columns: minmax(390px, 0.9fr) minmax(0, 1fr);
}

.shiz-sales-chart-head,
.shiz-sales-chart-stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.shiz-sales-chart-head strong {
  color: var(--shiz-dark);
  font-size: 21px;
  font-weight: 950;
}

.shiz-sales-bars {
  height: 230px;
  display: flex;
  align-items: flex-end;
  gap: 14px;
  padding: 28px 4px 20px;
  direction: ltr;
}

.shiz-sales-bars i {
  flex: 1;
  display: block;
  min-height: 40px;
  border-radius: 16px 16px 8px 8px;
  background: linear-gradient(180deg, var(--shiz-cyan), var(--shiz-blue));
  box-shadow: 0 14px 28px rgba(17, 70, 255, 0.18);
}

.shiz-sales-chart-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shiz-sales-chart-stats div {
  padding: 16px;
  border-radius: 20px;
  background: rgba(17, 70, 255, 0.06);
}

.shiz-sales-chart-stats strong {
  display: block;
  color: var(--shiz-dark);
  font-size: 15px;
  font-weight: 950;
  line-height: 1.8;
}

.shiz-sales-report-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.shiz-sales-report-points span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 13px;
  border-radius: 999px;
  color: var(--shiz-blue);
  background: rgba(17, 70, 255, 0.07);
  border: 1px solid rgba(17, 70, 255, 0.08);
  font-size: 13px;
  font-weight: 900;
}

.shiz-sales-integration-section {
  background:
    radial-gradient(circle at 14% 16%, rgba(51, 224, 255, 0.16), transparent 34%),
    radial-gradient(circle at 90% 80%, rgba(17, 70, 255, 0.12), transparent 36%),
    #ffffff;
}

.shiz-sales-integration-grid article {
  min-height: 142px;
}

.shiz-sales-integration-grid span {
  margin-bottom: 8px;
}

.shiz-sales-integration-grid strong {
  display: block;
}

.shiz-sales-faq-grid article h3 {
  font-size: 17px;
}

.shiz-sales-page > .shiz-contact-section {
  margin-bottom: 0;
}

[data-shiz-reveal="section"] .shiz-sales-hero-copy,
[data-shiz-reveal="section"] .shiz-sales-hero-visual,
[data-shiz-reveal="section"] .shiz-sales-head,
[data-shiz-reveal="section"] .shiz-sales-flow-card,
[data-shiz-reveal="section"] .shiz-sales-feature-card,
[data-shiz-reveal="section"] .shiz-sales-policy-card,
[data-shiz-reveal="section"] .shiz-sales-split-content,
[data-shiz-reveal="section"] .shiz-sales-customer-card,
[data-shiz-reveal="section"] .shiz-sales-report-visual,
[data-shiz-reveal="section"] .shiz-sales-report-content,
[data-shiz-reveal="section"] .shiz-sales-integration-grid article,
[data-shiz-reveal="section"] .shiz-sales-persona-grid article,
[data-shiz-reveal="section"] .shiz-sales-faq-grid article {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.58s ease, transform 0.58s ease;
}

[data-shiz-reveal="section"].shiz-is-visible .shiz-sales-hero-copy,
[data-shiz-reveal="section"].shiz-is-visible .shiz-sales-hero-visual,
[data-shiz-reveal="section"].shiz-is-visible .shiz-sales-head,
[data-shiz-reveal="section"].shiz-is-visible .shiz-sales-flow-card,
[data-shiz-reveal="section"].shiz-is-visible .shiz-sales-feature-card,
[data-shiz-reveal="section"].shiz-is-visible .shiz-sales-policy-card,
[data-shiz-reveal="section"].shiz-is-visible .shiz-sales-split-content,
[data-shiz-reveal="section"].shiz-is-visible .shiz-sales-customer-card,
[data-shiz-reveal="section"].shiz-is-visible .shiz-sales-report-visual,
[data-shiz-reveal="section"].shiz-is-visible .shiz-sales-report-content,
[data-shiz-reveal="section"].shiz-is-visible .shiz-sales-integration-grid article,
[data-shiz-reveal="section"].shiz-is-visible .shiz-sales-persona-grid article,
[data-shiz-reveal="section"].shiz-is-visible .shiz-sales-faq-grid article {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: hover) and (pointer: fine) {
  .shiz-sales-flow-card:hover,
  .shiz-sales-feature-card:hover,
  .shiz-sales-policy-card:hover,
  .shiz-sales-integration-grid article:hover,
  .shiz-sales-persona-grid article:hover,
  .shiz-sales-faq-grid article:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 75px rgba(16, 36, 63, 0.16);
    border-color: rgba(17, 70, 255, 0.22);
  }

  .shiz-sales-flow-card:hover::before,
  .shiz-sales-feature-card:hover::before,
  .shiz-sales-policy-card:hover::before,
  .shiz-sales-integration-grid article:hover::before,
  .shiz-sales-persona-grid article:hover::before,
  .shiz-sales-faq-grid article:hover::before {
    opacity: 1;
  }

  .shiz-sales-feature-card:hover .shiz-sales-icon,
  .shiz-sales-flow-card:hover span {
    transform: scale(1.08) rotate(-3deg);
    box-shadow: 0 16px 34px rgba(17, 70, 255, 0.28);
  }
}

@media (max-width: 1180px) {
  .shiz-sales-hero-grid,
  .shiz-sales-split,
  .shiz-sales-reports-layout {
    grid-template-columns: 1fr;
  }

  .shiz-sales-hero-visual {
    min-height: 360px;
  }

  .shiz-sales-flow-grid,
  .shiz-sales-card-grid,
  .shiz-sales-integration-grid,
  .shiz-sales-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .shiz-sales-page {
    padding-top: 14px;
    gap: 18px;
  }

  .shiz-sales-section,
  .shiz-sales-page > .shiz-contact-section {
    width: min(100vw - 24px, 1540px);
    padding: 38px 14px;
    border-radius: 22px;
  }

  .shiz-sales-hero {
    min-height: auto;
    padding: 44px 18px;
  }

  .shiz-sales-hero::before {
    inset: 12px;
    border-radius: 18px;
  }

  .shiz-sales-hero-copy h1 {
    font-size: 25px;
    line-height: 1.68;
  }

  .shiz-sales-hero-copy p,
  .shiz-sales-head .shiz-text,
  .shiz-sales-split-content .shiz-text,
  .shiz-sales-report-content .shiz-text {
    font-size: 14px;
    line-height: 1.95;
  }

  .shiz-sales-head {
    margin-bottom: 24px;
  }

  .shiz-sales-head .shiz-title,
  .shiz-sales-split-content .shiz-title,
  .shiz-sales-report-content .shiz-title {
    font-size: 22px;
    line-height: 1.62;
  }

  .shiz-sales-hero-actions {
    flex-direction: column;
  }

  .shiz-sales-btn {
    width: 100%;
  }

  .shiz-sales-window {
    padding: 16px;
    border-radius: 24px;
  }

  .shiz-sales-visual-grid,
  .shiz-sales-flow-grid,
  .shiz-sales-card-grid,
  .shiz-sales-policy-layout,
  .shiz-sales-integration-grid,
  .shiz-sales-persona-grid,
  .shiz-sales-faq-grid,
  .shiz-sales-chart-stats {
    grid-template-columns: 1fr;
  }

  .shiz-sales-policy-card-highlight {
    grid-row: auto;
  }

  .shiz-sales-flow-card,
  .shiz-sales-feature-card,
  .shiz-sales-policy-card,
  .shiz-sales-integration-grid article,
  .shiz-sales-persona-grid article,
  .shiz-sales-faq-grid article {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .shiz-sales-customer-card,
  .shiz-sales-chart-card {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .shiz-sales-bars {
    height: 190px;
    gap: 9px;
  }

  .shiz-sales-customer-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

.shiz-sales-page {
  gap: 16px;
  padding-top: 14px;
}

.shiz-sales-section,
.shiz-sales-page > .shiz-contact-section {
  padding-top: 34px;
  padding-bottom: 34px;
}

.shiz-sales-head {
  max-width: 760px;
  margin-bottom: 22px;
}

.shiz-sales-head .shiz-kicker,
.shiz-sales-hero-copy .shiz-kicker {
  min-height: 28px;
  padding: 4px 12px;
  font-size: 11.5px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.shiz-sales-head .shiz-title,
.shiz-sales-split-content .shiz-title,
.shiz-sales-report-content .shiz-title {
  font-size: clamp(20px, 1.55vw, 24px);
  line-height: 1.62;
  margin-bottom: 8px;
}

.shiz-sales-head .shiz-text,
.shiz-sales-split-content .shiz-text,
.shiz-sales-report-content .shiz-text {
  font-size: 13px;
  line-height: 1.9;
}

.shiz-sales-hero {
  min-height: 360px;
}

.shiz-sales-hero::before {
  inset: 16px;
  border-radius: 22px;
}

.shiz-sales-hero-grid {
  gap: 28px;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
}

.shiz-sales-hero-copy h1 {
  font-size: clamp(24px, 2.05vw, 32px);
  line-height: 1.58;
  margin-bottom: 10px;
  letter-spacing: -0.025em;
}

.shiz-sales-hero-copy p {
  font-size: 13.5px;
  line-height: 2;
  max-width: 620px;
  margin-bottom: 14px;
}

.shiz-sales-hero-actions {
  gap: 8px;
  margin-bottom: 14px;
}

.shiz-sales-btn {
  min-height: 36px;
  padding: 7px 15px;
  font-size: 12px;
  line-height: 1.6;
}

.shiz-sales-hero-tags {
  gap: 7px;
}

.shiz-sales-hero-tags span {
  min-height: 28px;
  padding: 4px 10px;
  font-size: 11.5px;
  line-height: 1.6;
}

.shiz-sales-hero-visual {
  min-height: 280px;
}

.shiz-sales-hero-visual::before {
  width: 140px;
  height: 140px;
}

.shiz-sales-hero-visual::after {
  width: 170px;
  height: 170px;
}

.shiz-sales-window {
  width: min(100%, 430px);
  min-height: 255px;
  padding: 14px;
  border-radius: 22px;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.24);
}

.shiz-sales-window-top {
  gap: 5px;
  margin-bottom: 10px;
}

.shiz-sales-window-top span {
  width: 7px;
  height: 7px;
}

.shiz-sales-dashboard-card {
  border-radius: 17px;
}

.shiz-sales-dashboard-main {
  padding: 14px;
  margin-bottom: 10px;
}

.shiz-sales-dashboard-main strong {
  font-size: 13.5px;
  margin-bottom: 4px;
}

.shiz-sales-dashboard-main p {
  font-size: 11.5px;
}

.shiz-sales-dashboard-main b {
  min-width: 50px;
  min-height: 50px;
  border-radius: 16px;
  font-size: 15px;
}

.shiz-sales-visual-grid,
.shiz-sales-flow-grid,
.shiz-sales-card-grid,
.shiz-sales-policy-layout,
.shiz-sales-integration-grid,
.shiz-sales-persona-grid,
.shiz-sales-faq-grid {
  gap: 14px;
}

.shiz-sales-mini-card {
  padding: 11px;
  border-radius: 16px;
}

.shiz-sales-mini-card span {
  font-size: 11px;
  margin-bottom: 3px;
}

.shiz-sales-mini-card strong {
  font-size: 12.5px;
}

.shiz-sales-progress-list {
  gap: 7px;
}

.shiz-sales-progress-list div {
  height: 7px;
}

.shiz-sales-flow-card,
.shiz-sales-feature-card,
.shiz-sales-policy-card,
.shiz-sales-integration-grid article,
.shiz-sales-persona-grid article,
.shiz-sales-faq-grid article {
  padding: 16px 15px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(16, 36, 63, 0.065);
}

.shiz-sales-flow-card span,
.shiz-sales-icon {
  width: 32px;
  height: 32px;
  border-radius: 11px;
  font-size: 14px;
  margin-bottom: 9px;
}

.shiz-sales-flow-card h3,
.shiz-sales-feature-card h3,
.shiz-sales-policy-card h3,
.shiz-sales-integration-grid strong,
.shiz-sales-persona-grid h3,
.shiz-sales-faq-grid h3 {
  font-size: 13.5px;
  line-height: 1.7;
  margin-bottom: 6px;
}

.shiz-sales-flow-card p,
.shiz-sales-feature-card p,
.shiz-sales-policy-card p,
.shiz-sales-persona-grid p,
.shiz-sales-faq-grid p {
  font-size: 12px;
  line-height: 1.85;
}

.shiz-sales-policy-card-highlight {
  box-shadow: 0 16px 44px rgba(6, 26, 58, 0.15);
}

.shiz-sales-split,
.shiz-sales-reports-layout {
  gap: 24px;
}

.shiz-sales-check-list {
  gap: 8px;
  margin-top: 14px;
}

.shiz-sales-check-list li {
  padding-right: 22px;
  font-size: 12.8px;
  line-height: 1.9;
}

.shiz-sales-check-list li::before {
  width: 9px;
  height: 9px;
  top: 10px;
  box-shadow: 0 0 0 4px rgba(17, 70, 255, 0.08);
}

.shiz-sales-customer-card,
.shiz-sales-chart-card {
  padding: 18px;
  border-radius: 22px;
  box-shadow: 0 16px 44px rgba(16, 36, 63, 0.1);
}

.shiz-sales-customer-head {
  gap: 12px;
  padding-bottom: 12px;
  margin-bottom: 10px;
}

.shiz-sales-customer-head strong {
  font-size: 16px;
  line-height: 1.6;
}

.shiz-sales-customer-head span,
.shiz-sales-customer-row span,
.shiz-sales-chart-head span,
.shiz-sales-chart-stats span,
.shiz-sales-integration-grid span {
  font-size: 11.5px;
  line-height: 1.75;
}

.shiz-sales-customer-head b {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  font-size: 15px;
}

.shiz-sales-customer-row {
  gap: 10px;
  padding: 9px 0;
}

.shiz-sales-customer-row strong {
  font-size: 12.5px;
}

.shiz-sales-customer-timeline {
  gap: 7px;
  margin-top: 12px;
}

.shiz-sales-customer-timeline i {
  height: 8px;
}

.shiz-sales-chart-head,
.shiz-sales-chart-stats {
  gap: 10px;
}

.shiz-sales-chart-head strong {
  font-size: 15.5px;
}

.shiz-sales-bars {
  height: 145px;
  gap: 9px;
  padding: 18px 4px 12px;
}

.shiz-sales-bars i {
  min-height: 28px;
  border-radius: 12px 12px 6px 6px;
}

.shiz-sales-chart-stats div {
  padding: 10px;
  border-radius: 14px;
}

.shiz-sales-chart-stats strong {
  font-size: 12.5px;
  line-height: 1.7;
}

.shiz-sales-report-points {
  gap: 7px;
  margin-top: 14px;
}

.shiz-sales-report-points span {
  min-height: 28px;
  padding: 4px 10px;
  font-size: 11.5px;
}

.shiz-sales-integration-grid article {
  min-height: 98px;
}

.shiz-sales-integration-grid span {
  margin-bottom: 5px;
}

@media (hover: hover) and (pointer: fine) {
  .shiz-sales-flow-card:hover,
  .shiz-sales-feature-card:hover,
  .shiz-sales-policy-card:hover,
  .shiz-sales-integration-grid article:hover,
  .shiz-sales-persona-grid article:hover,
  .shiz-sales-faq-grid article:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 48px rgba(16, 36, 63, 0.13);
  }
}

@media (max-width: 1180px) {
  .shiz-sales-hero-grid,
  .shiz-sales-split,
  .shiz-sales-reports-layout {
    grid-template-columns: 1fr;
  }

  .shiz-sales-hero-visual {
    min-height: 250px;
  }
}

@media (max-width: 767px) {
  .shiz-sales-page {
    gap: 14px;
    padding-top: 10px;
  }

  .shiz-sales-section,
  .shiz-sales-page > .shiz-contact-section {
    padding: 28px 14px;
  }

  .shiz-sales-hero {
    padding: 32px 16px;
  }

  .shiz-sales-hero-copy h1 {
    font-size: 21px;
  }

  .shiz-sales-hero-copy p,
  .shiz-sales-head .shiz-text,
  .shiz-sales-split-content .shiz-text,
  .shiz-sales-report-content .shiz-text {
    font-size: 13px;
  }

  .shiz-sales-head .shiz-title,
  .shiz-sales-split-content .shiz-title,
  .shiz-sales-report-content .shiz-title {
    font-size: 19px;
  }

  .shiz-sales-window {
    min-height: auto;
  }
}


/* ==== Shiz sales page final alignment with purchase/business pages ==== */
.shiz-sales-shell,
.shiz-sales-shell * {
  box-sizing: border-box;
}

.shiz-sales-shell {
  direction: rtl;
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: linear-gradient(180deg, #f4f8ff 0%, #eef5ff 48%, #f6faff 100%);
}

.shiz-sales-shell .shiz-sales-page.shiz-home-sections,
.shiz-sales-shell .shiz-sales-page {
  width: min(1540px, calc(100vw - 40px)) !important;
  max-width: 1540px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 16px 0 18px !important;
  display: grid !important;
  gap: 16px !important;
  overflow: visible !important;
  background: transparent !important;
}

.shiz-sales-shell .shiz-sales-page > .shiz-section,
.shiz-sales-shell .shiz-sales-page > .shiz-sales-section,
.shiz-sales-shell .shiz-sales-page > .shiz-contact-section {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 34px clamp(20px, 2.6vw, 38px) !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  position: relative;
}

.shiz-sales-shell .shiz-sales-container,
.shiz-sales-shell .shiz-container {
  width: 100% !important;
  max-width: 1380px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.shiz-sales-shell .shiz-sales-head,
.shiz-sales-shell .shiz-section-head,
.shiz-sales-shell .shiz-faq-head-v2 {
  max-width: 760px !important;
  margin: 0 auto 22px !important;
  text-align: center;
}

.shiz-sales-shell .shiz-kicker {
  min-height: 26px !important;
  padding: 4px 11px !important;
  font-size: 10.8px !important;
  line-height: 1.6 !important;
  margin-bottom: 9px !important;
}

.shiz-sales-shell .shiz-title,
.shiz-sales-shell .shiz-sales-head .shiz-title,
.shiz-sales-shell .shiz-sales-split-content .shiz-title,
.shiz-sales-shell .shiz-sales-report-content .shiz-title {
  font-size: clamp(17px, 1.45vw, 22px) !important;
  line-height: 1.75 !important;
  margin-bottom: 8px !important;
  letter-spacing: -0.01em !important;
}

.shiz-sales-shell .shiz-text,
.shiz-sales-shell .shiz-sales-head .shiz-text,
.shiz-sales-shell .shiz-sales-split-content .shiz-text,
.shiz-sales-shell .shiz-sales-report-content .shiz-text {
  font-size: 12.9px !important;
  line-height: 2 !important;
}

.shiz-sales-shell .shiz-sales-hero {
  min-height: 360px !important;
  display: flex;
  align-items: center;
}

.shiz-sales-shell .shiz-sales-hero::before {
  inset: 14px !important;
  border-radius: 20px !important;
}

.shiz-sales-shell .shiz-sales-hero-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr) !important;
  gap: 24px !important;
}

.shiz-sales-shell .shiz-sales-hero-copy h1 {
  font-size: clamp(23px, 2.15vw, 34px) !important;
  line-height: 1.7 !important;
  margin: 0 0 8px !important;
  letter-spacing: -0.02em !important;
}

.shiz-sales-shell .shiz-sales-hero-copy p {
  max-width: 650px !important;
  font-size: 13px !important;
  line-height: 2.05 !important;
  margin: 0 0 14px !important;
}

.shiz-sales-shell .shiz-sales-hero-actions {
  gap: 8px !important;
  margin-bottom: 12px !important;
}

.shiz-sales-shell .shiz-sales-btn {
  min-height: 34px !important;
  padding: 7px 15px !important;
  font-size: 11.8px !important;
  line-height: 1.7 !important;
}

.shiz-sales-shell .shiz-sales-hero-tags {
  gap: 7px !important;
}

.shiz-sales-shell .shiz-sales-hero-tags span,
.shiz-sales-shell .shiz-sales-report-points span {
  min-height: 26px !important;
  padding: 4px 10px !important;
  font-size: 11.2px !important;
  line-height: 1.7 !important;
}

.shiz-sales-shell .shiz-sales-hero-visual {
  min-height: 280px !important;
}

.shiz-sales-shell .shiz-sales-window {
  width: min(100%, 430px) !important;
  min-height: 255px !important;
  padding: 14px !important;
  border-radius: 22px !important;
}

.shiz-sales-shell .shiz-sales-window-top {
  gap: 5px !important;
  margin-bottom: 10px !important;
}

.shiz-sales-shell .shiz-sales-window-top span {
  width: 7px !important;
  height: 7px !important;
}

.shiz-sales-shell .shiz-sales-dashboard-card {
  border-radius: 17px !important;
}

.shiz-sales-shell .shiz-sales-dashboard-main {
  padding: 14px !important;
  margin-bottom: 10px !important;
}

.shiz-sales-shell .shiz-sales-dashboard-main strong {
  font-size: 13.5px !important;
  margin-bottom: 4px !important;
}

.shiz-sales-shell .shiz-sales-dashboard-main p {
  font-size: 11.5px !important;
}

.shiz-sales-shell .shiz-sales-dashboard-main b {
  min-width: 50px !important;
  min-height: 50px !important;
  border-radius: 16px !important;
  font-size: 15px !important;
}

.shiz-sales-shell .shiz-sales-flow-grid,
.shiz-sales-shell .shiz-sales-card-grid,
.shiz-sales-shell .shiz-sales-policy-layout,
.shiz-sales-shell .shiz-sales-integration-grid,
.shiz-sales-shell .shiz-sales-persona-grid,
.shiz-sales-shell .shiz-sales-faq-list,
.shiz-sales-shell .shiz-sales-visual-grid {
  gap: 12px !important;
}

.shiz-sales-shell .shiz-sales-flow-card,
.shiz-sales-shell .shiz-sales-feature-card,
.shiz-sales-shell .shiz-sales-policy-card,
.shiz-sales-shell .shiz-sales-integration-grid article,
.shiz-sales-shell .shiz-sales-persona-grid article,
.shiz-sales-shell .shiz-sales-faq-list .shiz-faq-item-v2,
.shiz-sales-shell .shiz-sales-customer-card,
.shiz-sales-shell .shiz-sales-chart-card {
  border-radius: 18px !important;
  box-shadow: 0 12px 34px rgba(16, 36, 63, 0.07) !important;
}

.shiz-sales-shell .shiz-sales-flow-card,
.shiz-sales-shell .shiz-sales-feature-card,
.shiz-sales-shell .shiz-sales-policy-card,
.shiz-sales-shell .shiz-sales-integration-grid article,
.shiz-sales-shell .shiz-sales-persona-grid article {
  padding: 15px 14px !important;
}

.shiz-sales-shell .shiz-sales-flow-card span,
.shiz-sales-shell .shiz-sales-icon {
  width: 32px !important;
  height: 32px !important;
  border-radius: 11px !important;
  font-size: 14px !important;
  margin-bottom: 8px !important;
}

.shiz-sales-shell .shiz-sales-flow-card h3,
.shiz-sales-shell .shiz-sales-feature-card h3,
.shiz-sales-shell .shiz-sales-policy-card h3,
.shiz-sales-shell .shiz-sales-integration-grid strong,
.shiz-sales-shell .shiz-sales-persona-grid h3 {
  font-size: 13.6px !important;
  line-height: 1.8 !important;
  margin: 0 0 5px !important;
}

.shiz-sales-shell .shiz-sales-flow-card p,
.shiz-sales-shell .shiz-sales-feature-card p,
.shiz-sales-shell .shiz-sales-policy-card p,
.shiz-sales-shell .shiz-sales-persona-grid p {
  font-size: 11.7px !important;
  line-height: 1.95 !important;
}

.shiz-sales-shell .shiz-sales-split,
.shiz-sales-shell .shiz-sales-reports-layout {
  gap: 24px !important;
}

.shiz-sales-shell .shiz-sales-check-list {
  gap: 7px !important;
  margin-top: 12px !important;
}

.shiz-sales-shell .shiz-sales-check-list li {
  padding-right: 22px !important;
  font-size: 12.2px !important;
  line-height: 1.9 !important;
}

.shiz-sales-shell .shiz-sales-check-list li::before {
  width: 8px !important;
  height: 8px !important;
  top: 10px !important;
  box-shadow: 0 0 0 4px rgba(17, 70, 255, 0.08) !important;
}

.shiz-sales-faq-section {
  background:
    radial-gradient(circle at 84% 16%, rgba(51, 224, 255, 0.12), transparent 34%),
    radial-gradient(circle at 12% 84%, rgba(17, 70, 255, 0.08), transparent 36%),
    #f5f8fc;
}

.shiz-sales-faq-list {
  display: grid;
  gap: 9px;
  max-width: 860px;
  margin: 0 auto;
}

.shiz-sales-faq-list .shiz-faq-item-v2 {
  position: relative;
  overflow: hidden;
  padding: 0 !important;
  border: 1px solid rgba(16, 36, 63, 0.09);
  background: #ffffff;
}

.shiz-sales-faq-list .shiz-faq-item-v2 summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  display: block;
  padding: 13px 52px 13px 15px;
  color: var(--shiz-dark);
  font-size: 12.8px;
  font-weight: 950;
  line-height: 1.8;
}

.shiz-sales-faq-list .shiz-faq-item-v2 summary::-webkit-details-marker {
  display: none;
}

.shiz-sales-faq-list .shiz-faq-item-v2 summary::after {
  content: "+";
  position: absolute;
  right: 15px;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  border-radius: 9px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
  font-size: 16px;
  font-weight: 950;
  line-height: 1;
}

.shiz-sales-faq-list .shiz-faq-item-v2[open] summary::after {
  content: "–";
}

.shiz-sales-faq-list .shiz-faq-item-v2 div {
  padding: 0 15px 14px;
  color: var(--shiz-muted);
  font-size: 12.1px;
  line-height: 1.95;
}

.shiz-sales-request-section {
  background:
    radial-gradient(circle at 86% 12%, rgba(51, 224, 255, 0.13), transparent 32%),
    radial-gradient(circle at 10% 86%, rgba(17, 70, 255, 0.1), transparent 34%),
    #ffffff;
}

.shiz-sales-request-card {
  position: relative;
  isolation: isolate;
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 20px;
  border: 1px solid rgba(16, 36, 63, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 34px rgba(16, 36, 63, 0.07);
  overflow: hidden;
}

.shiz-sales-request-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgba(17, 70, 255, 0.055), rgba(51, 224, 255, 0.045));
  pointer-events: none;
}

.shiz-sales-request-head {
  display: grid;
  gap: 5px;
  margin-bottom: 14px;
  text-align: right;
}

.shiz-sales-request-head span {
  display: inline-flex;
  width: fit-content;
  min-height: 26px;
  align-items: center;
  justify-content: center;
  padding: 4px 11px;
  border-radius: 999px;
  background: rgba(17, 70, 255, 0.08);
  color: var(--shiz-blue);
  font-size: 10.8px;
  font-weight: 900;
  line-height: 1.6;
}

.shiz-sales-request-head h3 {
  color: var(--shiz-dark);
  font-size: 15.8px;
  font-weight: 950;
  line-height: 1.75;
  margin: 0;
}

.shiz-sales-request-head p {
  color: var(--shiz-muted);
  font-size: 12.2px;
  line-height: 1.95;
  margin: 0;
}

.shiz-sales-request-form .shiz-contact-fallback-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}

.shiz-sales-request-form .shiz-form-message,
.shiz-sales-request-form .shiz-contact-fallback-form > label:nth-of-type(3),
.shiz-sales-request-form .shiz-contact-fallback-form > button,
.shiz-sales-request-form .shiz-contact-form-note {
  grid-column: 1 / -1;
}

.shiz-sales-request-form label {
  display: grid;
  gap: 6px;
  color: var(--shiz-dark);
  font-size: 11.8px;
  font-weight: 900;
  line-height: 1.8;
  margin: 0;
}

.shiz-sales-request-form input,
.shiz-sales-request-form textarea {
  width: 100%;
  border: 1px solid rgba(16, 36, 63, 0.12);
  border-radius: 14px;
  background: #ffffff;
  color: var(--shiz-text);
  padding: 10px 12px;
  font-size: 12.2px;
  line-height: 1.8;
  outline: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.shiz-sales-request-form input {
  min-height: 42px;
}

.shiz-sales-request-form textarea {
  min-height: 92px;
  resize: vertical;
}

.shiz-sales-request-form input:focus,
.shiz-sales-request-form textarea:focus {
  border-color: rgba(17, 70, 255, 0.38);
  box-shadow: 0 0 0 4px rgba(17, 70, 255, 0.08);
}

.shiz-sales-request-form button[type="submit"] {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
  color: #ffffff;
  padding: 10px 18px;
  font-size: 12.8px;
  font-weight: 950;
  line-height: 1.8;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(17, 70, 255, 0.2);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.shiz-sales-request-form .shiz-contact-form-note {
  color: var(--shiz-muted);
  font-size: 11px;
  line-height: 1.9;
  text-align: center;
  margin: -2px 0 0;
}

@media (hover: hover) and (pointer: fine) {
  .shiz-sales-request-form button[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(17, 70, 255, 0.26);
    filter: saturate(1.08);
  }
}

@media (max-width: 1180px) {
  .shiz-sales-shell .shiz-sales-hero-grid,
  .shiz-sales-shell .shiz-sales-split,
  .shiz-sales-shell .shiz-sales-reports-layout {
    grid-template-columns: 1fr !important;
  }

  .shiz-sales-shell .shiz-sales-card-grid,
  .shiz-sales-shell .shiz-sales-integration-grid,
  .shiz-sales-shell .shiz-sales-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .shiz-sales-shell .shiz-sales-page.shiz-home-sections,
  .shiz-sales-shell .shiz-sales-page {
    width: min(100vw - 24px, 1540px) !important;
    gap: 12px !important;
    padding-top: 12px !important;
    padding-bottom: 14px !important;
  }

  .shiz-sales-shell .shiz-sales-page > .shiz-section,
  .shiz-sales-shell .shiz-sales-page > .shiz-sales-section {
    padding: 22px 13px !important;
    border-radius: 17px !important;
  }

  .shiz-sales-shell .shiz-sales-head,
  .shiz-sales-shell .shiz-section-head,
  .shiz-sales-shell .shiz-faq-head-v2 {
    text-align: right;
    margin-bottom: 14px !important;
  }

  .shiz-sales-shell .shiz-sales-hero-grid,
  .shiz-sales-shell .shiz-sales-split,
  .shiz-sales-shell .shiz-sales-reports-layout {
    gap: 15px !important;
  }

  .shiz-sales-shell .shiz-sales-hero-copy h1 {
    font-size: 19px !important;
    line-height: 1.6 !important;
  }

  .shiz-sales-shell .shiz-sales-hero-copy p,
  .shiz-sales-shell .shiz-text {
    font-size: 11.8px !important;
    line-height: 1.85 !important;
  }

  .shiz-sales-shell .shiz-sales-btn {
    width: 100%;
  }

  .shiz-sales-shell .shiz-sales-flow-grid,
  .shiz-sales-shell .shiz-sales-card-grid,
  .shiz-sales-shell .shiz-sales-policy-layout,
  .shiz-sales-shell .shiz-sales-integration-grid,
  .shiz-sales-shell .shiz-sales-persona-grid,
  .shiz-sales-shell .shiz-sales-faq-list,
  .shiz-sales-shell .shiz-sales-visual-grid,
  .shiz-sales-shell .shiz-sales-chart-stats {
    grid-template-columns: 1fr !important;
  }

  .shiz-sales-faq-list .shiz-faq-item-v2 summary {
    padding: 12px 48px 12px 12px !important;
    font-size: 12.2px !important;
    line-height: 1.85 !important;
  }

  .shiz-sales-faq-list .shiz-faq-item-v2 summary::after {
    right: 12px;
    width: 22px;
    height: 22px;
    border-radius: 8px;
    font-size: 15px;
  }

  .shiz-sales-faq-list .shiz-faq-item-v2 div {
    padding: 0 12px 12px !important;
    font-size: 11.8px !important;
  }

  .shiz-sales-request-card {
    padding: 14px;
    border-radius: 16px;
  }

  .shiz-sales-request-head h3 {
    font-size: 14.2px;
  }

  .shiz-sales-request-head p {
    font-size: 11.6px;
    line-height: 1.9;
  }

  .shiz-sales-request-form .shiz-contact-fallback-form {
    grid-template-columns: 1fr;
  }

  .shiz-sales-request-form input,
  .shiz-sales-request-form textarea {
    border-radius: 13px;
    padding: 9px 11px;
  }

  .shiz-sales-request-form textarea {
    min-height: 86px;
  }
}
