.shiz-home-sections.shiz-treasury-page {
  width: min(1540px, calc(100vw - 40px)) !important;
  max-width: 1540px !important;
  margin-right: calc(50% - min(770px, calc(50vw - 20px))) !important;
  margin-left: calc(50% - min(770px, calc(50vw - 20px))) !important;
  padding-top: 18px !important;
  gap: 18px !important;
  isolation: isolate;
}

.shiz-home-sections.shiz-treasury-page > .shiz-section,
.shiz-home-sections.shiz-treasury-page > .shiz-contact-section {
  width: 100% !important;
  margin: 0 !important;
  padding: 34px clamp(18px, 2.5vw, 34px) !important;
  border-radius: 28px !important;
  overflow: hidden !important;
}

.shiz-treasury-page .shiz-section {
  scroll-margin-top: 110px;
}

.shiz-treasury-page .shiz-container {
  max-width: 1380px !important;
}

.shiz-treasury-page .shiz-section-head {
  max-width: 780px !important;
  margin-bottom: 22px !important;
}

.shiz-treasury-page .shiz-kicker,
.shiz-treasury-page .shiz-badge,
.shiz-treasury-page .shiz-contact-form-head span {
  min-height: 28px !important;
  padding: 4px 12px !important;
  font-size: 11px !important;
  line-height: 1.7 !important;
  margin-bottom: 10px !important;
}

.shiz-treasury-page .shiz-title,
.shiz-treasury-page .shiz-contact-info h1 {
  font-size: clamp(19px, 1.55vw, 24px) !important;
  line-height: 1.66 !important;
  margin-bottom: 8px !important;
  letter-spacing: -0.01em !important;
}

.shiz-treasury-page .shiz-text,
.shiz-treasury-page .shiz-contact-info > p,
.shiz-treasury-page .shiz-contact-form-head p {
  font-size: 13.2px !important;
  line-height: 1.9 !important;
}

.shiz-treasury-hero-section {
  min-height: 430px;
  display: flex;
  align-items: center;
}

.shiz-treasury-hero-section .shiz-kicker,
.shiz-treasury-integration-section .shiz-kicker,
.shiz-treasury-final-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-treasury-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: 28px;
  align-items: center;
}

.shiz-treasury-hero-content {
  position: relative;
  z-index: 2;
}

.shiz-treasury-title {
  color: #ffffff;
  font-size: clamp(24px, 2.35vw, 36px);
  font-weight: 950;
  line-height: 1.58;
  letter-spacing: -0.025em;
  margin: 0 0 10px;
}

.shiz-treasury-lead {
  color: rgba(255, 255, 255, 0.84);
  font-size: 13.8px;
  line-height: 1.95;
  margin: 0 0 16px;
  max-width: 600px;
}

.shiz-treasury-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.shiz-treasury-primary,
.shiz-treasury-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 12.7px;
  font-weight: 900;
  line-height: 1.6;
  text-decoration: none;
  transition: transform 0.26s ease, box-shadow 0.26s ease, background 0.26s ease, border-color 0.26s ease;
}

.shiz-treasury-primary {
  color: #061a3a;
  background: linear-gradient(135deg, #ffffff, #c9f7ff);
  box-shadow: 0 10px 22px rgba(51, 224, 255, 0.18);
}

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

.shiz-treasury-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.shiz-treasury-hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 11.8px;
  font-weight: 800;
}

.shiz-treasury-image-card,
.shiz-treasury-wide-image {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 22px;
  border: 1px solid rgba(16, 36, 63, 0.08);
  box-shadow: 0 16px 42px rgba(16, 36, 63, 0.11);
  background: #ffffff;
}

.shiz-treasury-hero-image {
  max-width: 620px;
  margin-right: auto;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
  border-color: rgba(255, 255, 255, 0.22);
}

.shiz-treasury-image-card img,
.shiz-treasury-wide-image img {
  display: block;
  width: 100%;
  height: auto;
}

.shiz-treasury-wide-image {
  margin-top: 22px;
}

.shiz-treasury-problem-grid {
  gap: 14px !important;
}

.shiz-treasury-problem-card,
.shiz-treasury-card,
.shiz-treasury-step,
.shiz-treasury-scenario,
.shiz-treasury-faq-list details {
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.shiz-treasury-page .shiz-card,
.shiz-treasury-problem-card {
  min-height: 150px;
  padding: 17px 16px !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 28px rgba(16, 36, 63, 0.06) !important;
}

.shiz-treasury-page .shiz-card h3 {
  font-size: 14.5px !important;
  line-height: 1.65 !important;
  margin-bottom: 6px !important;
}

.shiz-treasury-page .shiz-card p {
  font-size: 12.6px !important;
  line-height: 1.82 !important;
}

.shiz-treasury-page .shiz-icon {
  width: 34px !important;
  height: 34px !important;
  border-radius: 12px !important;
  font-size: 15px !important;
  margin-bottom: 9px !important;
  box-shadow: 0 8px 18px rgba(17, 70, 255, 0.16) !important;
}

.shiz-treasury-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.shiz-treasury-step {
  position: relative;
  overflow: hidden;
  min-height: 168px;
  padding: 17px 15px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid var(--shiz-border);
  box-shadow: 0 10px 28px rgba(16, 36, 63, 0.06);
}

.shiz-treasury-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  margin-bottom: 9px;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
  color: #ffffff;
  font-size: 12.5px;
  font-weight: 950;
  box-shadow: 0 8px 18px rgba(17, 70, 255, 0.18);
}

.shiz-treasury-step h3,
.shiz-treasury-card h3,
.shiz-treasury-scenario h3 {
  color: var(--shiz-dark);
  font-size: 14.4px;
  font-weight: 950;
  line-height: 1.62;
  margin: 0 0 6px;
}

.shiz-treasury-step p,
.shiz-treasury-card p,
.shiz-treasury-scenario p {
  color: var(--shiz-muted);
  font-size: 12.5px;
  line-height: 1.78;
  margin: 0;
}

.shiz-treasury-capabilities {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.shiz-treasury-card {
  position: relative;
  overflow: hidden;
  min-height: 166px;
  padding: 17px 15px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 63, 0.09);
  box-shadow: 0 10px 28px rgba(16, 36, 63, 0.06);
}

.shiz-treasury-card::before,
.shiz-treasury-step::before,
.shiz-treasury-scenario::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-treasury-card > *,
.shiz-treasury-step > *,
.shiz-treasury-scenario > * {
  position: relative;
  z-index: 1;
}

.shiz-treasury-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  margin-bottom: 9px;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 8px 18px rgba(17, 70, 255, 0.17);
}

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

.shiz-treasury-scenario {
  position: relative;
  overflow: hidden;
  padding: 18px 16px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 63, 0.09);
  box-shadow: 0 12px 32px rgba(16, 36, 63, 0.065);
}

.shiz-treasury-scenario-head {
  display: grid;
  gap: 5px;
  margin-bottom: 9px;
}

.shiz-treasury-scenario-head span {
  display: inline-flex;
  width: fit-content;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(17, 70, 255, 0.08);
  color: var(--shiz-blue);
  font-size: 11px;
  font-weight: 900;
}

.shiz-treasury-scenario-head strong {
  color: var(--shiz-dark);
  font-size: 15.2px;
  font-weight: 950;
  line-height: 1.55;
}

.shiz-treasury-scenario ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: grid;
  gap: 6px;
}

.shiz-treasury-scenario li {
  position: relative;
  padding-right: 19px;
  color: var(--shiz-text);
  font-size: 12.3px;
  line-height: 1.72;
}

.shiz-treasury-scenario li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
  box-shadow: 0 0 0 4px rgba(17, 70, 255, 0.07);
}

.shiz-treasury-integration-layout,
.shiz-treasury-reports-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
  gap: 28px;
  align-items: center;
}

.shiz-treasury-integration-map {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(16px);
}

.shiz-treasury-core,
.shiz-treasury-integration-map span {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 15px;
  font-size: 12.7px;
  font-weight: 950;
  line-height: 1.55;
}

.shiz-treasury-core {
  grid-column: 1 / -1;
  color: #061a3a;
  background: linear-gradient(135deg, #ffffff, #ccf8ff);
  box-shadow: 0 12px 28px rgba(51, 224, 255, 0.14);
}

.shiz-treasury-integration-map span {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.shiz-treasury-reports-visual {
  display: grid;
  gap: 14px;
}

.shiz-treasury-report-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.shiz-treasury-report-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 52px;
  padding: 11px 12px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 63, 0.08);
  box-shadow: 0 10px 24px rgba(16, 36, 63, 0.06);
}

.shiz-treasury-report-row span {
  color: var(--shiz-dark);
  font-size: 12.8px;
  font-weight: 950;
}

.shiz-treasury-report-row strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  min-height: 26px;
  padding: 4px 8px;
  border-radius: 999px;
  color: var(--shiz-blue);
  background: rgba(17, 70, 255, 0.08);
  font-size: 11.3px;
  font-weight: 950;
}

.shiz-treasury-page .shiz-feature-list {
  gap: 7px !important;
}

.shiz-treasury-page .shiz-feature-list li {
  padding-right: 22px !important;
  font-size: 12.8px !important;
  line-height: 1.78 !important;
}

.shiz-treasury-page .shiz-feature-list li::before {
  width: 8px !important;
  height: 8px !important;
  top: 9px !important;
}

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

.shiz-treasury-faq-list details {
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 63, 0.09);
  box-shadow: 0 10px 26px rgba(16, 36, 63, 0.055);
  overflow: hidden;
}

.shiz-treasury-faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 13px 16px;
  color: var(--shiz-dark);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.75;
}

.shiz-treasury-faq-list summary::-webkit-details-marker {
  display: none;
}

.shiz-treasury-faq-list p {
  color: var(--shiz-muted);
  font-size: 12.5px;
  line-height: 1.85;
  margin: 0;
  padding: 0 16px 14px;
}

.shiz-treasury-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.shiz-treasury-final-cta .shiz-title,
.shiz-treasury-final-cta .shiz-text,
.shiz-treasury-integration-content .shiz-title,
.shiz-treasury-integration-content .shiz-text {
  color: #ffffff !important;
}

.shiz-treasury-page .shiz-contact-grid {
  gap: 18px !important;
}

.shiz-treasury-page .shiz-contact-info,
.shiz-treasury-page .shiz-contact-form-wrap {
  padding: 22px 20px !important;
  border-radius: 22px !important;
}

.shiz-treasury-page .shiz-contact-card {
  padding: 12px 14px !important;
  border-radius: 16px !important;
}

.shiz-treasury-page .shiz-contact-card strong {
  font-size: 12.8px !important;
  margin-bottom: 4px !important;
}

.shiz-treasury-page .shiz-contact-card a,
.shiz-treasury-page .shiz-contact-card p,
.shiz-treasury-page .shiz-field-label {
  font-size: 12.2px !important;
  line-height: 1.75 !important;
}

.shiz-treasury-page .shiz-contact-form input,
.shiz-treasury-page .shiz-contact-form textarea,
.shiz-treasury-page .shiz-contact-form select {
  min-height: 38px !important;
  padding: 8px 12px !important;
  font-size: 12.5px !important;
  border-radius: 12px !important;
}

.shiz-treasury-page .shiz-contact-form textarea {
  min-height: 82px !important;
}

@media (hover: hover) and (pointer: fine) {
  .shiz-treasury-primary:hover,
  .shiz-treasury-secondary:hover {
    transform: translateY(-2px);
  }

  .shiz-treasury-card:hover,
  .shiz-treasury-step:hover,
  .shiz-treasury-scenario:hover,
  .shiz-treasury-faq-list details:hover {
    transform: translateY(-5px);
    border-color: rgba(17, 70, 255, 0.2);
    box-shadow: 0 20px 46px rgba(16, 36, 63, 0.1);
  }

  .shiz-treasury-card:hover::before,
  .shiz-treasury-step:hover::before,
  .shiz-treasury-scenario:hover::before {
    opacity: 1;
  }

  .shiz-treasury-image-card:hover,
  .shiz-treasury-wide-image:hover {
    transform: translateY(-5px);
  }
}

@media (max-width: 1180px) {
  .shiz-treasury-flow,
  .shiz-treasury-capabilities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shiz-treasury-hero-grid,
  .shiz-treasury-integration-layout,
  .shiz-treasury-reports-layout {
    grid-template-columns: 1fr;
  }

  .shiz-treasury-hero-image {
    max-width: 760px;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .shiz-home-sections.shiz-treasury-page {
    width: min(1540px, calc(100vw - 28px)) !important;
    margin-right: calc(50% - min(770px, calc(50vw - 14px))) !important;
    margin-left: calc(50% - min(770px, calc(50vw - 14px))) !important;
    gap: 16px !important;
  }

  .shiz-home-sections.shiz-treasury-page > .shiz-section,
  .shiz-home-sections.shiz-treasury-page > .shiz-contact-section {
    padding: 30px 18px !important;
    border-radius: 23px !important;
  }
}

@media (max-width: 767px) {
  .shiz-home-sections.shiz-treasury-page {
    width: min(1540px, calc(100vw - 20px)) !important;
    margin-right: calc(50% - min(770px, calc(50vw - 10px))) !important;
    margin-left: calc(50% - min(770px, calc(50vw - 10px))) !important;
    padding-top: 10px !important;
    gap: 12px !important;
  }

  .shiz-home-sections.shiz-treasury-page > .shiz-section,
  .shiz-home-sections.shiz-treasury-page > .shiz-contact-section {
    padding: 24px 12px !important;
    border-radius: 18px !important;
  }

  .shiz-treasury-hero-section {
    min-height: auto;
  }

  .shiz-treasury-hero-grid {
    gap: 18px;
  }

  .shiz-treasury-title {
    font-size: 21px;
    line-height: 1.6;
    margin-bottom: 8px;
  }

  .shiz-treasury-lead {
    font-size: 12.7px;
    line-height: 1.85;
    margin-bottom: 13px;
  }

  .shiz-treasury-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .shiz-treasury-primary,
  .shiz-treasury-secondary {
    width: 100%;
    min-height: 36px;
    font-size: 12.2px;
  }

  .shiz-treasury-hero-points {
    gap: 6px;
  }

  .shiz-treasury-hero-points span {
    font-size: 11.2px;
    min-height: 26px;
    padding: 4px 8px;
  }

  .shiz-treasury-image-card,
  .shiz-treasury-wide-image {
    border-radius: 16px;
  }

  .shiz-treasury-mini-grid,
  .shiz-treasury-flow,
  .shiz-treasury-capabilities,
  .shiz-treasury-scenarios,
  .shiz-treasury-integration-map,
  .shiz-treasury-report-board {
    grid-template-columns: 1fr;
  }

  .shiz-treasury-step,
  .shiz-treasury-card,
  .shiz-treasury-scenario,
  .shiz-treasury-page .shiz-card {
    min-height: auto;
    padding: 15px 13px !important;
    border-radius: 16px !important;
  }

  .shiz-treasury-card-icon,
  .shiz-treasury-step span,
  .shiz-treasury-page .shiz-icon {
    width: 31px !important;
    height: 31px !important;
    border-radius: 11px !important;
    font-size: 13.5px !important;
    margin-bottom: 8px !important;
  }

  .shiz-treasury-step h3,
  .shiz-treasury-card h3,
  .shiz-treasury-scenario-head strong,
  .shiz-treasury-page .shiz-card h3 {
    font-size: 13.8px !important;
  }

  .shiz-treasury-step p,
  .shiz-treasury-card p,
  .shiz-treasury-scenario p,
  .shiz-treasury-scenario li,
  .shiz-treasury-faq-list p,
  .shiz-treasury-page .shiz-card p {
    font-size: 12.2px !important;
    line-height: 1.75 !important;
  }

  .shiz-treasury-integration-map {
    padding: 14px;
    border-radius: 18px;
  }

  .shiz-treasury-core,
  .shiz-treasury-integration-map span {
    min-height: 46px;
    border-radius: 13px;
    font-size: 12px;
  }

  .shiz-treasury-report-row {
    min-height: auto;
    padding: 10px 12px;
    border-radius: 14px;
  }

  .shiz-treasury-report-row span {
    font-size: 12.3px;
  }

  .shiz-treasury-report-row strong {
    width: fit-content;
    min-width: 0;
    min-height: 24px;
    font-size: 11px;
  }

  .shiz-treasury-faq-list summary {
    padding: 12px 14px;
    font-size: 12.6px;
  }

  .shiz-treasury-faq-list p {
    padding: 0 14px 12px;
  }

  .shiz-treasury-final-cta {
    grid-template-columns: 1fr;
  }

  .shiz-treasury-page .shiz-contact-info,
  .shiz-treasury-page .shiz-contact-form-wrap {
    padding: 18px 14px !important;
    border-radius: 18px !important;
  }
}

/* هماهنگ‌سازی نسخه نهایی صفحه خزانه داری با الگوی خرید و بازرگانی */
.shiz-treasury-shell,
.shiz-treasury-shell * {
  box-sizing: border-box !important;
}

.shiz-treasury-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-treasury-shell .shiz-treasury-page.shiz-home-sections {
  direction: rtl;
  text-align: right;
  display: grid !important;
  width: min(1540px, calc(100vw - 40px)) !important;
  max-width: 1540px !important;
  margin: 0 auto !important;
  padding: 16px 0 18px !important;
  gap: 15px !important;
  background: transparent !important;
  isolation: isolate;
}

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

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

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

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

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

.shiz-treasury-shell .shiz-treasury-hero-section {
  min-height: 360px !important;
}

.shiz-treasury-shell .shiz-treasury-hero-grid,
.shiz-treasury-shell .shiz-treasury-integration-layout,
.shiz-treasury-shell .shiz-treasury-reports-layout {
  gap: 24px !important;
}

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

.shiz-treasury-shell .shiz-treasury-reports-layout {
  grid-template-columns: minmax(360px, 1.1fr) minmax(0, 0.9fr) !important;
}

.shiz-treasury-shell .shiz-treasury-title {
  color: #ffffff;
  font-size: clamp(23px, 2.15vw, 34px) !important;
  line-height: 1.7 !important;
  margin: 0 0 8px !important;
}

.shiz-treasury-shell .shiz-treasury-lead {
  max-width: 650px;
  font-size: 13px !important;
  line-height: 2.05 !important;
  margin: 0 0 14px !important;
}

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

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

.shiz-treasury-shell .shiz-treasury-page .shiz-card,
.shiz-treasury-shell .shiz-treasury-card,
.shiz-treasury-shell .shiz-treasury-step,
.shiz-treasury-shell .shiz-treasury-scenario,
.shiz-treasury-shell .shiz-treasury-report-row {
  border-radius: 18px !important;
  box-shadow: 0 12px 34px rgba(16, 36, 63, 0.07) !important;
}

.shiz-treasury-shell .shiz-treasury-page .shiz-card,
.shiz-treasury-shell .shiz-treasury-card,
.shiz-treasury-shell .shiz-treasury-step,
.shiz-treasury-shell .shiz-treasury-scenario {
  padding: 15px 14px !important;
}

.shiz-treasury-shell .shiz-treasury-page .shiz-card h3,
.shiz-treasury-shell .shiz-treasury-card h3,
.shiz-treasury-shell .shiz-treasury-step h3,
.shiz-treasury-shell .shiz-treasury-scenario-head strong {
  font-size: 13.6px !important;
  line-height: 1.8 !important;
  margin: 0 0 5px !important;
}

.shiz-treasury-shell .shiz-treasury-page .shiz-card p,
.shiz-treasury-shell .shiz-treasury-card p,
.shiz-treasury-shell .shiz-treasury-step p,
.shiz-treasury-shell .shiz-treasury-scenario p,
.shiz-treasury-shell .shiz-treasury-scenario li {
  font-size: 11.7px !important;
  line-height: 1.95 !important;
}

.shiz-treasury-shell .shiz-treasury-page .shiz-icon,
.shiz-treasury-shell .shiz-treasury-card-icon,
.shiz-treasury-shell .shiz-treasury-step span {
  width: 32px !important;
  height: 32px !important;
  min-width: 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-treasury-shell .shiz-treasury-problem-grid,
.shiz-treasury-shell .shiz-treasury-flow,
.shiz-treasury-shell .shiz-treasury-capabilities,
.shiz-treasury-shell .shiz-treasury-scenarios,
.shiz-treasury-shell .shiz-treasury-report-board {
  gap: 12px !important;
}

.shiz-treasury-shell .shiz-treasury-flow {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.shiz-treasury-shell .shiz-treasury-capabilities {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.shiz-treasury-shell .shiz-treasury-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 !important;
}

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

.shiz-treasury-faq-list .shiz-faq-item-v2 {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 36, 63, 0.1);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(16, 36, 63, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.shiz-treasury-faq-list .shiz-faq-item-v2 summary {
  position: relative;
  display: block;
  cursor: pointer;
  list-style: none;
  color: var(--shiz-dark, #061a3a);
  padding: 13px 52px 13px 14px;
  font-size: 12.8px;
  font-weight: 950;
  line-height: 1.9;
  text-align: right;
}

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

.shiz-treasury-faq-list .shiz-faq-item-v2 summary::after {
  content: "+";
  position: absolute;
  right: 14px;
  left: auto;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  min-width: 26px;
  height: 26px;
  transform: translateY(-50%);
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--shiz-blue, #1146ff), var(--shiz-cyan, #33e0ff));
  font-size: 16px;
  font-weight: 950;
  line-height: 1;
  pointer-events: none;
}

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

.shiz-treasury-faq-list .shiz-faq-item-v2 div {
  color: var(--shiz-muted, #5f6f86);
  font-size: 12.2px;
  line-height: 1.95;
  padding: 0 14px 14px;
}

.shiz-treasury-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 !important;
}

.shiz-treasury-request-section .shiz-section-head {
  max-width: 760px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center;
}

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

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

.shiz-treasury-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, #1146ff);
  font-size: 10.8px;
  font-weight: 900;
  line-height: 1.6;
}

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

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

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

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

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

.shiz-treasury-request-form input,
.shiz-treasury-request-form textarea {
  width: 100%;
  border: 1px solid rgba(16, 36, 63, 0.12);
  border-radius: 14px;
  background: #ffffff;
  color: var(--shiz-text, #24324a);
  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-treasury-request-form input {
  min-height: 42px;
}

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

.shiz-treasury-request-form input:focus,
.shiz-treasury-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-treasury-request-form button[type="submit"] {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--shiz-blue, #1146ff), var(--shiz-cyan, #33e0ff));
  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-treasury-request-form .shiz-contact-form-note {
  color: var(--shiz-muted, #5f6f86);
  font-size: 11px;
  line-height: 1.9;
  text-align: center;
  margin: -2px 0 0;
}

@media (hover: hover) and (pointer: fine) {
  .shiz-treasury-faq-list .shiz-faq-item-v2:hover {
    transform: translateY(-4px);
    border-color: rgba(17, 70, 255, 0.18);
    box-shadow: 0 16px 38px rgba(16, 36, 63, 0.11);
  }

  .shiz-treasury-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-treasury-shell .shiz-treasury-hero-grid,
  .shiz-treasury-shell .shiz-treasury-integration-layout,
  .shiz-treasury-shell .shiz-treasury-reports-layout {
    grid-template-columns: 1fr !important;
  }

  .shiz-treasury-shell .shiz-treasury-flow,
  .shiz-treasury-shell .shiz-treasury-capabilities,
  .shiz-treasury-shell .shiz-treasury-scenarios {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

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

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

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

  .shiz-treasury-shell .shiz-treasury-hero-grid,
  .shiz-treasury-shell .shiz-treasury-integration-layout,
  .shiz-treasury-shell .shiz-treasury-reports-layout {
    gap: 18px !important;
  }

  .shiz-treasury-shell .shiz-treasury-title,
  .shiz-treasury-shell .shiz-treasury-page .shiz-title {
    font-size: 19px !important;
    line-height: 1.68 !important;
  }

  .shiz-treasury-shell .shiz-treasury-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .shiz-treasury-shell .shiz-treasury-primary,
  .shiz-treasury-shell .shiz-treasury-secondary {
    width: 100%;
    min-height: 34px !important;
    font-size: 11.5px !important;
  }

  .shiz-treasury-shell .shiz-treasury-flow,
  .shiz-treasury-shell .shiz-treasury-capabilities,
  .shiz-treasury-shell .shiz-treasury-scenarios,
  .shiz-treasury-shell .shiz-treasury-integration-map,
  .shiz-treasury-shell .shiz-treasury-report-board,
  .shiz-treasury-shell .shiz-treasury-page .shiz-grid-4 {
    grid-template-columns: 1fr !important;
  }

  .shiz-treasury-faq-list .shiz-faq-item-v2 summary {
    font-size: 12.2px;
    padding: 12px 46px 12px 12px;
  }

  .shiz-treasury-faq-list .shiz-faq-item-v2 summary::after {
    right: 12px;
    width: 24px;
    min-width: 24px;
    height: 24px;
    font-size: 15px;
  }

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

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

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

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

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

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

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