.shiz-inventory-control-page {
  direction: rtl;
  text-align: right;
}

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

.shiz-inventory-control-page.shiz-home-sections {
  width: min(1780px, calc(100vw - 32px)) !important;
  max-width: 1780px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 16px 0 0 !important;
  gap: 22px !important;
}

.shiz-inventory-control-page > .shiz-section,
.shiz-inventory-control-page > .shiz-contact-section {
  width: 100% !important;
  margin: 0 !important;
  padding: 44px clamp(22px, 2.4vw, 42px) !important;
  border-radius: 28px !important;
  overflow: hidden !important;
}

.shiz-inventory-control-page .shiz-container,
.shiz-inventory-control-page.shiz-home-sections .shiz-container,
.shiz-inventory-control-page .shiz-contact-section .shiz-container {
  width: 100% !important;
  max-width: 1680px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.shiz-inventory-control-page .shiz-section-head {
  max-width: 760px !important;
  margin: 0 auto 26px !important;
}

.shiz-inventory-control-page .shiz-kicker,
.shiz-inventory-control-page .shiz-badge,
.shiz-inventory-control-page .shiz-contact-form-head span {
  min-height: 30px !important;
  padding: 5px 13px !important;
  font-size: 11.8px !important;
  line-height: 1.75 !important;
}

.shiz-inventory-control-page .shiz-title,
.shiz-inventory-control-page .shiz-contact-info h1 {
  font-size: clamp(22px, 1.6vw, 29px) !important;
  line-height: 1.75 !important;
  margin-bottom: 9px !important;
}

.shiz-inventory-control-page .shiz-text,
.shiz-inventory-control-page .shiz-contact-info > p,
.shiz-inventory-control-page .shiz-contact-form-head p {
  font-size: 13.8px !important;
  line-height: 2 !important;
}

.shiz-inv-hero-section {
  color: #ffffff;
  background: radial-gradient(circle at 84% 18%, rgba(51, 224, 255, 0.22), transparent 31%), radial-gradient(circle at 10% 82%, rgba(17, 70, 255, 0.28), transparent 32%), linear-gradient(135deg, #061a3a 0%, #082b5e 48%, #0b4a86 100%);
  isolation: isolate;
}

.shiz-inv-hero-section::before,
.shiz-inv-integrated-section::before,
.shiz-inv-cta-section::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 44%);
  pointer-events: none;
  z-index: 0;
}

.shiz-inv-hero-section .shiz-container,
.shiz-inv-integrated-section .shiz-container,
.shiz-inv-cta-section .shiz-container {
  position: relative;
  z-index: 1;
}

.shiz-inv-hero-grid,
.shiz-inv-split,
.shiz-inv-integrated-grid,
.shiz-inv-reports-layout {
  display: grid;
  align-items: center;
}

.shiz-inv-hero-grid {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(24px, 3vw, 46px);
}

.shiz-inv-hero-content .shiz-kicker,
.shiz-inv-integrated-section .shiz-kicker,
.shiz-inv-cta-section .shiz-kicker {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  box-shadow: none !important;
}

.shiz-inv-hero-content h1 {
  color: #ffffff;
  font-size: clamp(25px, 2.05vw, 35px);
  font-weight: 950;
  line-height: 1.72;
  letter-spacing: -0.025em;
  margin: 0 0 12px;
  max-width: 690px;
}

.shiz-inv-hero-content p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 14.2px;
  line-height: 2.05;
  margin: 0 0 18px;
  max-width: 690px;
}

.shiz-inv-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.shiz-inv-primary-btn,
.shiz-inv-secondary-btn,
.shiz-inv-cta-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 15px;
  font-size: 13.2px;
  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-inv-primary-btn,
.shiz-inv-cta-card a {
  color: #061a3a;
  background: linear-gradient(135deg, #ffffff, #d9f8ff);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
}

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

.shiz-inv-primary-btn:hover,
.shiz-inv-secondary-btn:hover,
.shiz-inv-cta-card a:hover {
  transform: translateY(-3px);
}

.shiz-inv-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.shiz-inv-hero-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 4px 11px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11.8px;
  font-weight: 800;
}

.shiz-inv-hero-media,
.shiz-inv-image-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 22px 62px rgba(16, 36, 63, 0.18);
}

.shiz-inv-hero-media img,
.shiz-inv-image-card img {
  display: block;
  width: 100%;
  height: auto;
}

.shiz-inv-hero-media img {
  min-height: 330px;
  max-height: 410px;
  object-fit: cover;
}

.shiz-inv-image-card {
  border-color: rgba(16, 36, 63, 0.08);
  background: #ffffff;
  box-shadow: 0 18px 52px rgba(16, 36, 63, 0.1);
}

.shiz-inv-pain-grid,
.shiz-inv-feature-grid,
.shiz-inv-industry-grid,
.shiz-inv-faq-grid,
.shiz-inv-report-list {
  display: grid;
  gap: 16px;
}

.shiz-inv-pain-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.shiz-inv-industry-grid,
.shiz-inv-faq-grid,
.shiz-inv-report-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shiz-inv-pain-card,
.shiz-inv-feature-card,
.shiz-inv-industry-grid article,
.shiz-inv-faq-grid article,
.shiz-inv-report-list article,
.shiz-inv-seo-card {
  position: relative;
  overflow: hidden;
  padding: 20px 18px;
  border-radius: 21px;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 63, 0.09);
  box-shadow: 0 14px 42px rgba(16, 36, 63, 0.07);
}

.shiz-inv-pain-card::before,
.shiz-inv-feature-card::before,
.shiz-inv-industry-grid article::before,
.shiz-inv-faq-grid article::before,
.shiz-inv-report-list article::before,
.shiz-inv-seo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(17, 70, 255, 0.07), rgba(51, 224, 255, 0.05));
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.shiz-inv-pain-card > *,
.shiz-inv-feature-card > *,
.shiz-inv-industry-grid article > *,
.shiz-inv-faq-grid article > *,
.shiz-inv-report-list article > *,
.shiz-inv-seo-card > * {
  position: relative;
  z-index: 1;
}

.shiz-inv-icon,
.shiz-inv-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, #1146ff, #33e0ff);
  box-shadow: 0 10px 24px rgba(17, 70, 255, 0.2);
  font-size: 14px;
  font-weight: 950;
  margin-bottom: 11px;
}

.shiz-inv-pain-card h3,
.shiz-inv-feature-card h3,
.shiz-inv-industry-grid h3,
.shiz-inv-faq-grid h3,
.shiz-inv-report-list h3 {
  color: #061a3a;
  font-size: 15.6px;
  font-weight: 950;
  line-height: 1.75;
  margin: 0 0 6px;
}

.shiz-inv-pain-card p,
.shiz-inv-feature-card p,
.shiz-inv-industry-grid p,
.shiz-inv-faq-grid p,
.shiz-inv-report-list p,
.shiz-inv-cta-card p {
  color: #5f6f86;
  font-size: 13.2px;
  line-height: 1.92;
  margin: 0;
}

.shiz-inv-flow-section {
  border-radius: 28px;
}

.shiz-inv-split {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(22px, 2.8vw, 42px);
}

.shiz-inv-industry-split {
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
}

.shiz-inv-split-content .shiz-title {
  max-width: 700px;
}

.shiz-inv-split-content .shiz-text {
  max-width: 720px;
}

.shiz-inv-check-list {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.shiz-inv-check-list li {
  position: relative;
  padding-right: 25px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13.4px;
  line-height: 1.95;
}

.shiz-inv-check-list li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #33e0ff, #ffffff);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.08);
}

.shiz-inv-light-list li {
  color: #24324a;
}

.shiz-inv-light-list li::before {
  background: linear-gradient(135deg, #1146ff, #33e0ff);
  box-shadow: 0 0 0 5px rgba(17, 70, 255, 0.08);
}

.shiz-inv-integrated-section,
.shiz-inv-cta-section {
  color: #ffffff;
  background: radial-gradient(circle at 86% 18%, rgba(51, 224, 255, 0.18), transparent 34%), linear-gradient(135deg, #061a3a 0%, #082b5e 100%);
  isolation: isolate;
}

.shiz-inv-integrated-grid {
  grid-template-columns: minmax(0, 0.94fr) minmax(330px, 1.06fr);
  gap: clamp(22px, 2.5vw, 38px);
}

.shiz-inv-integrated-content .shiz-title,
.shiz-inv-integrated-content .shiz-text,
.shiz-inv-cta-card h2,
.shiz-inv-cta-card p {
  color: #ffffff !important;
}

.shiz-inv-integration-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 230px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.shiz-inv-integration-map::before {
  content: "";
  position: absolute;
  inset: 42px;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  border-radius: 999px;
}

.shiz-inv-map-core {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  color: #061a3a;
  background: linear-gradient(135deg, #ffffff, #d9f8ff);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
  font-size: 14.5px;
  font-weight: 950;
}

.shiz-inv-integration-map span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 7px 10px;
  border-radius: 15px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 12.6px;
  font-weight: 900;
}

.shiz-inv-integration-map span:nth-child(2) { grid-column: 1; grid-row: 1; }
.shiz-inv-integration-map span:nth-child(3) { grid-column: 5; grid-row: 1; }
.shiz-inv-integration-map span:nth-child(4) { grid-column: 1; grid-row: 3; }
.shiz-inv-integration-map span:nth-child(5) { grid-column: 5; grid-row: 3; }
.shiz-inv-integration-map span:nth-child(6) { grid-column: 3; grid-row: 4; }

.shiz-inv-reports-layout {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 20px;
  align-items: stretch;
}

.shiz-inv-report-main {
  overflow: hidden;
  padding: 22px;
  border-radius: 23px;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 63, 0.09);
  box-shadow: 0 16px 48px rgba(16, 36, 63, 0.08);
}

.shiz-inv-report-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.shiz-inv-report-head span,
.shiz-inv-report-footer span {
  color: #607089;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.8;
}

.shiz-inv-report-head strong {
  color: #061a3a;
  font-size: 16px;
  font-weight: 950;
}

.shiz-inv-report-bars {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  height: 170px;
  padding: 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(17, 70, 255, 0.05), rgba(51, 224, 255, 0.08));
}

.shiz-inv-report-bars span {
  flex: 1;
  min-width: 24px;
  border-radius: 999px 999px 12px 12px;
  background: linear-gradient(180deg, #33e0ff, #1146ff);
  box-shadow: 0 12px 24px rgba(17, 70, 255, 0.14);
}

.shiz-inv-report-bars span:nth-child(1) { height: 48%; }
.shiz-inv-report-bars span:nth-child(2) { height: 78%; }
.shiz-inv-report-bars span:nth-child(3) { height: 58%; }
.shiz-inv-report-bars span:nth-child(4) { height: 88%; }
.shiz-inv-report-bars span:nth-child(5) { height: 66%; }

.shiz-inv-report-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.shiz-inv-report-footer span {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(17, 70, 255, 0.07);
}

.shiz-inv-seo-card {
  max-width: 1040px;
  margin: 0 auto;
}

.shiz-inv-seo-card .shiz-text + .shiz-text {
  margin-top: 12px;
}

.shiz-inv-cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 26px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.shiz-inv-cta-card h2 {
  font-size: clamp(21px, 1.8vw, 29px);
  font-weight: 950;
  line-height: 1.7;
  margin: 0 0 8px;
}

.shiz-inventory-control-page .shiz-contact-grid {
  gap: 22px !important;
}

.shiz-inventory-control-page .shiz-contact-info,
.shiz-inventory-control-page .shiz-contact-form-wrap {
  padding: 26px 24px !important;
  border-radius: 24px !important;
}

@media (hover: hover) and (pointer: fine) {
  .shiz-inv-pain-card,
  .shiz-inv-feature-card,
  .shiz-inv-industry-grid article,
  .shiz-inv-faq-grid article,
  .shiz-inv-report-list article,
  .shiz-inv-image-card,
  .shiz-inv-hero-media {
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  }

  .shiz-inv-pain-card:hover,
  .shiz-inv-feature-card:hover,
  .shiz-inv-industry-grid article:hover,
  .shiz-inv-faq-grid article:hover,
  .shiz-inv-report-list article:hover,
  .shiz-inv-image-card:hover,
  .shiz-inv-hero-media:hover {
    transform: translateY(-6px);
    border-color: rgba(17, 70, 255, 0.2);
    box-shadow: 0 24px 68px rgba(16, 36, 63, 0.13);
  }

  .shiz-inv-pain-card:hover::before,
  .shiz-inv-feature-card:hover::before,
  .shiz-inv-industry-grid article:hover::before,
  .shiz-inv-faq-grid article:hover::before,
  .shiz-inv-report-list article:hover::before {
    opacity: 1;
  }
}

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

  .shiz-inv-hero-media,
  .shiz-inv-image-card {
    max-width: 920px;
    margin: 0 auto;
    width: 100%;
  }

  .shiz-inv-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .shiz-inventory-control-page.shiz-home-sections {
    width: min(100vw - 18px, 100%) !important;
    gap: 16px !important;
  }

  .shiz-inventory-control-page > .shiz-section,
  .shiz-inventory-control-page > .shiz-contact-section {
    padding: 32px 14px !important;
    border-radius: 22px !important;
  }

  .shiz-inventory-control-page .shiz-section-head {
    margin-bottom: 22px !important;
  }

  .shiz-inv-hero-content h1 {
    font-size: 23px;
    line-height: 1.65;
  }

  .shiz-inv-hero-content p {
    font-size: 13.6px;
    line-height: 1.95;
  }

  .shiz-inv-hero-grid,
  .shiz-inv-split,
  .shiz-inv-integrated-grid {
    gap: 22px;
  }

  .shiz-inv-hero-media,
  .shiz-inv-image-card {
    border-radius: 20px;
  }

  .shiz-inv-hero-media img {
    min-height: 220px;
    max-height: none;
  }

  .shiz-inv-primary-btn,
  .shiz-inv-secondary-btn,
  .shiz-inv-cta-card a {
    width: 100%;
    min-height: 46px;
  }

  .shiz-inv-pain-grid,
  .shiz-inv-feature-grid,
  .shiz-inv-industry-grid,
  .shiz-inv-faq-grid,
  .shiz-inv-report-list {
    grid-template-columns: 1fr;
  }

  .shiz-inv-pain-card,
  .shiz-inv-feature-card,
  .shiz-inv-industry-grid article,
  .shiz-inv-faq-grid article,
  .shiz-inv-report-list article,
  .shiz-inv-seo-card,
  .shiz-inv-report-main {
    padding: 19px 17px;
    border-radius: 20px;
  }

  .shiz-inv-integration-map {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .shiz-inv-integration-map::before,
  .shiz-inv-map-core {
    display: none;
  }

  .shiz-inv-integration-map span,
  .shiz-inv-integration-map span:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .shiz-inv-report-bars {
    height: 150px;
    padding: 14px;
    gap: 8px;
  }

  .shiz-inv-cta-card {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }

  .shiz-inv-cta-card h2 {
    font-size: 20px;
  }
}

/* هماهنگ‌سازی نهایی با قالب خرید و بازرگانی */
.shiz-inventory-control-shell,
.shiz-inventory-control-shell * {
  box-sizing: border-box;
}

.shiz-inventory-control-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-inventory-control-shell .shiz-inventory-control-page.shiz-home-sections {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

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

.shiz-inventory-control-shell .shiz-inventory-control-page .shiz-container {
  width: 100% !important;
  max-width: 1280px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.shiz-inventory-control-shell .shiz-inventory-control-page .shiz-section-head,
.shiz-inventory-control-shell .shiz-inventory-control-page .shiz-process-head,
.shiz-inventory-control-shell .shiz-inventory-control-page .shiz-faq-head-v2 {
  max-width: 760px !important;
  margin: 0 auto 22px !important;
}

.shiz-inventory-control-shell .shiz-inventory-control-page .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-inventory-control-shell .shiz-inventory-control-page .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-inventory-control-shell .shiz-inventory-control-page .shiz-text {
  font-size: 12.9px !important;
  line-height: 2 !important;
}

.shiz-inventory-control-shell .shiz-inv-hero-content h1 {
  font-size: clamp(23px, 2.15vw, 34px) !important;
  line-height: 1.7 !important;
  margin: 0 0 8px !important;
}

.shiz-inventory-control-shell .shiz-inv-hero-content p {
  font-size: 13px !important;
  line-height: 2.05 !important;
  margin: 0 0 14px !important;
}

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

.shiz-inventory-control-shell .shiz-inv-primary-btn,
.shiz-inventory-control-shell .shiz-inv-secondary-btn {
  min-height: 34px !important;
  padding: 7px 15px !important;
  border-radius: 999px !important;
  font-size: 11.8px !important;
  line-height: 1.7 !important;
}

.shiz-inventory-control-shell .shiz-inv-hero-badges span {
  min-height: 26px !important;
  padding: 4px 10px !important;
  font-size: 11.2px !important;
  line-height: 1.7 !important;
}

.shiz-inventory-control-shell .shiz-inv-pain-card,
.shiz-inventory-control-shell .shiz-inv-feature-card,
.shiz-inventory-control-shell .shiz-inv-industry-grid article,
.shiz-inventory-control-shell .shiz-inv-report-list article,
.shiz-inventory-control-shell .shiz-inv-seo-card {
  border-radius: 18px !important;
  padding: 15px 14px !important;
  box-shadow: 0 12px 34px rgba(16, 36, 63, 0.07) !important;
}

.shiz-inventory-control-shell .shiz-inv-pain-card h3,
.shiz-inventory-control-shell .shiz-inv-feature-card h3,
.shiz-inventory-control-shell .shiz-inv-industry-grid h3,
.shiz-inventory-control-shell .shiz-inv-report-list h3 {
  font-size: 13.6px !important;
  line-height: 1.8 !important;
  margin: 0 0 5px !important;
}

.shiz-inventory-control-shell .shiz-inv-pain-card p,
.shiz-inventory-control-shell .shiz-inv-feature-card p,
.shiz-inventory-control-shell .shiz-inv-industry-grid p,
.shiz-inventory-control-shell .shiz-inv-report-list p {
  font-size: 11.7px !important;
  line-height: 1.95 !important;
}

.shiz-inventory-control-shell .shiz-inv-icon,
.shiz-inventory-control-shell .shiz-inv-feature-icon {
  width: 32px !important;
  height: 32px !important;
  border-radius: 11px !important;
  font-size: 14px !important;
  margin-bottom: 8px !important;
  box-shadow: 0 8px 18px rgba(17, 70, 255, 0.18) !important;
}

.shiz-inventory-control-shell .shiz-inv-pain-grid,
.shiz-inventory-control-shell .shiz-inv-feature-grid,
.shiz-inventory-control-shell .shiz-inv-industry-grid,
.shiz-inventory-control-shell .shiz-inv-report-list {
  gap: 12px !important;
}

.shiz-inventory-control-shell .shiz-inv-check-list {
  gap: 7px !important;
  margin-top: 14px !important;
}

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

.shiz-inventory-control-shell .shiz-inv-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-inv-faq-section {
  background:
    radial-gradient(circle at 86% 12%, rgba(51, 224, 255, 0.11), transparent 32%),
    radial-gradient(circle at 10% 86%, rgba(17, 70, 255, 0.08), transparent 34%),
    #f5f8fc;
}

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

.shiz-inv-faq-list .shiz-faq-item-v2 div {
  color: var(--shiz-muted);
  font-size: 12.2px;
  line-height: 1.95;
}

.shiz-inv-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-inv-request-section .shiz-section-head {
  max-width: 760px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center;
}

.shiz-inv-request-section .shiz-section-head .shiz-text {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}

.shiz-inv-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-inv-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-inv-request-head {
  display: grid;
  gap: 5px;
  margin-bottom: 14px;
  text-align: right;
}

.shiz-inv-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-inv-request-head h3 {
  color: var(--shiz-dark);
  font-size: 15.8px;
  font-weight: 950;
  line-height: 1.75;
  margin: 0;
}

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

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

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

.shiz-inv-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-inv-request-form input,
.shiz-inv-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-inv-request-form input {
  min-height: 42px;
}

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

.shiz-inv-request-form input:focus,
.shiz-inv-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-inv-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-inv-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-inv-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-inventory-control-shell .shiz-inventory-control-page .shiz-container {
    max-width: 1000px !important;
  }
}

@media (max-width: 767px) {
  .shiz-inventory-control-shell .shiz-inventory-control-page > .shiz-section {
    padding: 24px 13px !important;
  }

  .shiz-inventory-control-shell .shiz-inventory-control-page .shiz-section-head,
  .shiz-inventory-control-shell .shiz-inventory-control-page .shiz-faq-head-v2,
  .shiz-inv-request-section .shiz-section-head {
    text-align: right;
    margin-bottom: 16px !important;
  }

  .shiz-inventory-control-shell .shiz-inv-hero-content h1 {
    font-size: 20px !important;
    line-height: 1.65 !important;
  }

  .shiz-inventory-control-shell .shiz-inv-hero-content p {
    font-size: 12px !important;
    line-height: 1.9 !important;
  }

  .shiz-inventory-control-shell .shiz-inv-primary-btn,
  .shiz-inventory-control-shell .shiz-inv-secondary-btn {
    width: 100%;
    min-height: 34px !important;
    font-size: 11.2px !important;
    padding: 6px 12px !important;
  }

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

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

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

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

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

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

