@media (max-width: 767px) {
    .shiz-mobile-slider {
        width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .shiz-mobile-slider > .elementor-container {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .shiz-mobile-slider .elementor-container {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 10px;
        padding: 6px 0 10px;
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        scroll-behavior: smooth;
        scroll-padding-left: 17vw;
        scroll-padding-right: 17vw;
        scrollbar-width: none;
    }

    .shiz-mobile-slider .elementor-container::-webkit-scrollbar {
        display: none;
    }

    .shiz-mobile-slider .elementor-column {
        flex: 0 0 calc(66% - 18px) !important;
        max-width: calc(66% - 18px) !important;
        scroll-snap-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .shiz-mobile-slider .elementor-element-populated {
        padding: 0 !important;
    }

    .shiz-mobile-slider .elementor-widget-wrap {
        padding: 0 !important;
    }

    .shiz-mobile-slider .elementor-widget-image img,
    .shiz-mobile-slider .elementor-widget-container img {
        width: 82% !important;
        max-width: 210px !important;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    .shiz-mobile-slider .elementor-widget-text-editor,
    .shiz-mobile-slider .elementor-widget-heading {
        width: 82% !important;
        max-width: 210px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box;
    }

    .shiz-mobile-slider .elementor-widget-text-editor .elementor-widget-container,
    .shiz-mobile-slider .elementor-widget-heading .elementor-widget-container {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box;
    }

    .shiz-mobile-slider .elementor-widget-text-editor {
        font-size: 12.8px;
        line-height: 1.75;
        text-align: center;
    }

    .shiz-mobile-slider .elementor-widget-heading .elementor-heading-title {
        font-size: 14px;
        line-height: 1.6;
        text-align: center;
    }

    .shiz-slider-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 10px;
    }

    .shiz-slider-dots span {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #ddd;
        transition: 0.3s;
    }

    .shiz-slider-dots span.active {
        background: #e30613;
        width: 18px;
        border-radius: 10px;
    }
}

@media (min-width: 1025px) {
    .shiz-mobile-slider .elementor-column {
        transition: transform 0.25s ease, box-shadow 0.25s ease;
        border-radius: 18px;
        overflow: hidden;
    }

    .shiz-mobile-slider .elementor-column:hover {
        transform: translateY(-6px) scale(1.03);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
        z-index: 2;
    }
}

html {
    scroll-behavior: smooth;
}

.shiz-choice-section {
  border-radius: 28px 28px 0 0 !important;
  overflow: hidden !important;
}

@media (max-width: 767px) {

  .shiz-choice-section {
    padding: 34px 14px !important;
    border-radius: 22px !important;
  }

  .shiz-choice-section .shiz-section-head {
    margin-bottom: 24px !important;
  }

  .shiz-choice-section .shiz-kicker {
    font-size: 12px !important;
    padding: 6px 13px !important;
    margin-bottom: 12px !important;
  }

  .shiz-choice-section .shiz-title {
    font-size: 22px !important;
    line-height: 1.55 !important;
    margin-bottom: 10px !important;
  }

  .shiz-choice-section .shiz-text {
    font-size: 14px !important;
    line-height: 1.9 !important;
    max-width: 100% !important;
  }

  .shiz-choice-section .shiz-grid-3 {
    gap: 16px !important;
    margin-top: 22px !important;
  }

  .shiz-choice-section .shiz-card {
    padding: 22px 20px !important;
    border-radius: 22px !important;
  }

  .shiz-choice-section .shiz-icon {
    width: 46px !important;
    height: 46px !important;
    border-radius: 15px !important;
    font-size: 20px !important;
    margin-bottom: 14px !important;
  }

  .shiz-choice-card h3 {
    font-size: 18px !important;
    line-height: 1.5 !important;
    margin-bottom: 8px !important;
  }

  .shiz-choice-card p {
    font-size: 14px !important;
    line-height: 1.9 !important;
  }
}

.shiz-choice-card {
  position: relative;
  overflow: hidden;
  transform: translateY(0);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.shiz-choice-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(22, 119, 255, .08), rgba(22, 199, 217, .06));
  opacity: 0;
  transition: opacity .28s ease;
  pointer-events: none;
}

.shiz-choice-card .shiz-icon {
  transition: transform .28s ease, box-shadow .28s ease;
}

@media (hover: hover) and (pointer: fine) {
  .shiz-choice-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 75px rgba(16, 36, 63, .16) !important;
    border-color: rgba(22, 119, 255, .22);
  }

  .shiz-choice-card:hover::before {
    opacity: 1;
  }

  .shiz-choice-card:hover .shiz-icon {
    transform: scale(1.08) rotate(-3deg);
    box-shadow: 0 14px 30px rgba(22, 119, 255, .28);
  }
}

.shiz-choice-card {
  animation: shizChoiceFadeUp .65s ease both;
}

.shiz-choice-card:nth-child(1) {
  animation-delay: .05s;
}

.shiz-choice-card:nth-child(2) {
  animation-delay: .14s;
}

.shiz-choice-card:nth-child(3) {
  animation-delay: .23s;
}

@keyframes shizChoiceFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.shiz-dashboard-content {
  animation: shizDashboardTextIn .7s ease both;
}

.shiz-dashboard-image-wrap {
  animation: shizDashboardImageIn .75s ease both;
  animation-delay: .12s;
}

.shiz-dashboard-image {
  transition: transform .32s ease, box-shadow .32s ease, filter .32s ease;
}

@media (hover: hover) and (pointer: fine) {
  .shiz-dashboard-image-wrap:hover .shiz-dashboard-image {
    transform: translateY(-8px) scale(1.025);
    box-shadow: 0 34px 85px rgba(16, 36, 63, .20);
    filter: saturate(1.05);
  }

  .shiz-feature-list li {
    transition: transform .22s ease, color .22s ease;
  }

  .shiz-feature-list li:hover {
    transform: translateX(-6px);
    color: var(--shiz-dark);
  }
}

@keyframes shizDashboardTextIn {
  from {
    opacity: 0;
    transform: translateX(28px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes shizDashboardImageIn {
  from {
    opacity: 0;
    transform: translateX(-28px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.shiz-dashboard-section {
  background: #ffffff;
}

.shiz-dashboard-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 40px;
  align-items: center;
}

.shiz-dashboard-content {
  text-align: right;
}

.shiz-dashboard-content .shiz-kicker {
  margin-bottom: 18px;
}

.shiz-dashboard-content .shiz-title {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 16px;
}

.shiz-dashboard-content .shiz-text {
  margin-bottom:  22px;
}

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

.shiz-feature-list li {
  position: relative;
  padding-right: 28px;
  color: var(--shiz-text);
  line-height: 2;
  font-size: 15.5px;
}

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

.shiz-dashboard-image-wrap {
  position: relative;
}

.shiz-dashboard-image {
  width: 100%;
  display: block;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(16, 36, 63, .16);
  border: 1px solid rgba(16, 36, 63, .08);
}

@media (max-width: 1024px) {
  .shiz-dashboard-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .shiz-dashboard-content {
    order: 1;
  }

  .shiz-dashboard-image-wrap {
    order: 2;
  }
}

@media (max-width: 767px) {
  .shiz-dashboard-section {
    padding: 38px 14px !important;
  }

  .shiz-dashboard-grid {
    gap: 22px;
  }

  .shiz-dashboard-content .shiz-kicker {
    font-size: 12px !important;
    padding: 6px 13px !important;
    margin-bottom: 12px !important;
  }

  .shiz-dashboard-content .shiz-title {
    font-size: 22px !important;
    line-height: 1.55 !important;
    margin-bottom: 10px !important;
  }

  .shiz-dashboard-content .shiz-text {
    font-size: 14px !important;
    line-height: 1.9 !important;
    margin-bottom: 16px !important;
  }

  .shiz-feature-list {
    gap: 9px;
  }

  .shiz-feature-list li {
    font-size: 14px;
    line-height: 1.9;
    padding-right: 24px;
  }

  .shiz-feature-list li::before {
    width: 10px;
    height: 10px;
    top: 10px;
  }

  .shiz-dashboard-image {
    border-radius: 22px;
  }
}

.shiz-results-section {
  background:
    radial-gradient(circle at top right, rgba(22, 119, 255, .12), transparent 34%),
    radial-gradient(circle at bottom left, rgba(22, 199, 217, .12), transparent 30%),
    var(--shiz-bg);
  border-radius: 28px;
  overflow: hidden;
}

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

.shiz-results-head .shiz-kicker {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 18px;
}

.shiz-results-head .shiz-title {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 16px;
}

.shiz-results-head .shiz-text {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.shiz-results-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  align-items: stretch;
}

.shiz-result-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 63, .10);
  border-radius: 26px;
  padding: 28px 24px;
  box-shadow: 0 22px 60px rgba(16, 36, 63, .10);
  text-align: right;
  overflow: hidden;
  min-height: 100%;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  animation: shizResultFadeUp .65s ease both;
}

.shiz-result-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(22, 119, 255, .08), rgba(22, 199, 217, .06));
  opacity: 0;
  transition: opacity .28s ease;
  pointer-events: none;
}

.shiz-result-number {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 18px;
  box-shadow: 0 14px 28px rgba(22, 119, 255, .24);
  transition: transform .28s ease, box-shadow .28s ease;
}

.shiz-result-card h3 {
  position: relative;
  z-index: 1;
  color: var(--shiz-dark);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.65;
  margin: 0 0 10px 0;
}

.shiz-result-card p {
  position: relative;
  z-index: 1;
  color: var(--shiz-muted);
  font-size: 15px;
  line-height: 2;
  margin: 0;
}

.shiz-result-card:nth-child(1) {
  animation-delay: .05s;
}

.shiz-result-card:nth-child(2) {
  animation-delay: .14s;
}

.shiz-result-card:nth-child(3) {
  animation-delay: .23s;
}

.shiz-result-card:nth-child(4) {
  animation-delay: .32s;
}

@media (hover: hover) and (pointer: fine) {
  .shiz-result-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 75px rgba(16, 36, 63, .16);
    border-color: rgba(22, 119, 255, .22);
  }

  .shiz-result-card:hover::before {
    opacity: 1;
  }

  .shiz-result-card:hover .shiz-result-number {
    transform: scale(1.08) rotate(-4deg);
    box-shadow: 0 18px 36px rgba(22, 119, 255, .30);
  }
}

@keyframes shizResultFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .shiz-results-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .shiz-results-section {
    padding: 34px 14px !important;
    border-radius: 22px;
  }

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

  .shiz-results-head .shiz-kicker {
    font-size: 12px !important;
    padding: 6px 13px !important;
    margin-bottom: 12px;
  }

  .shiz-results-head .shiz-title {
    font-size: 22px !important;
    line-height: 1.55;
    margin-bottom: 10px;
  }

  .shiz-results-head .shiz-text {
    font-size: 14px !important;
    line-height: 1.9;
  }

  .shiz-results-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .shiz-result-card {
    padding: 22px 20px;
    border-radius: 22px;
  }

  .shiz-result-number {
    width: 44px;
    height: 44px;
    border-radius: 15px;
    font-size: 20px;
    margin-bottom: 14px;
  }

  .shiz-result-card h3 {
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 8px;
  }

  .shiz-result-card p {
    font-size: 14px;
    line-height: 1.9;
  }
}

.shiz-process-section {
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
}

.shiz-process-head {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 46px auto;
}

.shiz-process-head .shiz-kicker {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 18px;
}

.shiz-process-head .shiz-title {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 16px;
}

.shiz-process-head .shiz-text {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.shiz-process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  align-items: stretch;
}

.shiz-process-grid::before {
  content: "";
  position: absolute;
  top: 38px;
  right: 10%;
  left: 10%;
  height: 2px;
  background: linear-gradient(90deg, rgba(22, 199, 217, .25), rgba(22, 119, 255, .45), rgba(22, 199, 217, .25));
  z-index: 0;
}

.shiz-process-card {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 63, .10);
  border-radius: 24px;
  padding: 26px 22px;
  box-shadow: 0 16px 45px rgba(16, 36, 63, .08);
  text-align: right;
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  animation: shizProcessFadeUp .65s ease both;
}

.shiz-process-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(22, 119, 255, .07), rgba(22, 199, 217, .05));
  opacity: 0;
  transition: opacity .28s ease;
  pointer-events: none;
}

.shiz-process-step {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(22, 119, 255, .08);
  color: var(--shiz-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 16px;
}

.shiz-process-icon {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  border-radius: 19px;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  box-shadow: 0 14px 30px rgba(22, 119, 255, .24);
  transition: transform .28s ease, box-shadow .28s ease;
}

.shiz-process-icon svg {
  width: 28px;
  height: 28px;
}

.shiz-process-card h3 {
  position: relative;
  z-index: 1;
  color: var(--shiz-dark);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.6;
  margin: 0 0 10px 0;
}

.shiz-process-card p {
  position: relative;
  z-index: 1;
  color: var(--shiz-muted);
  font-size: 15px;
  line-height: 2;
  margin: 0;
}

.shiz-process-card:nth-child(1) {
  animation-delay: .05s;
}

.shiz-process-card:nth-child(2) {
  animation-delay: .14s;
}

.shiz-process-card:nth-child(3) {
  animation-delay: .23s;
}

.shiz-process-card:nth-child(4) {
  animation-delay: .32s;
}

@media (hover: hover) and (pointer: fine) {
  .shiz-process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 70px rgba(16, 36, 63, .14);
    border-color: rgba(22, 119, 255, .22);
  }

  .shiz-process-card:hover::before {
    opacity: 1;
  }

  .shiz-process-card:hover .shiz-process-icon {
    transform: scale(1.08) rotate(-4deg);
    box-shadow: 0 18px 38px rgba(22, 119, 255, .30);
  }
}

@keyframes shizProcessFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .shiz-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .shiz-process-grid::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .shiz-process-section {
    padding: 34px 14px !important;
    border-radius: 22px;
  }

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

  .shiz-process-head .shiz-kicker {
    font-size: 12px !important;
    padding: 6px 13px !important;
    margin-bottom: 12px;
  }

  .shiz-process-head .shiz-title {
    font-size: 22px !important;
    line-height: 1.55;
    margin-bottom: 10px;
  }

  .shiz-process-head .shiz-text {
    font-size: 14px !important;
    line-height: 1.9;
  }

  .shiz-process-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .shiz-process-card {
    padding: 22px 20px;
    border-radius: 22px;
  }

  .shiz-process-step {
    top: 16px;
    left: 16px;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    font-size: 14px;
  }

  .shiz-process-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    margin-bottom: 14px;
  }

  .shiz-process-icon svg {
    width: 24px;
    height: 24px;
  }

  .shiz-process-card h3 {
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 8px;
  }

  .shiz-process-card p {
    font-size: 14px;
    line-height: 1.9;
  }
}

.shiz-modules-section-v3 {
  background:
    radial-gradient(circle at top right, rgba(22, 119, 255, .10), transparent 34%),
    radial-gradient(circle at bottom left, rgba(22, 199, 217, .10), transparent 30%),
    #f7fbff;
  border-radius: 28px;
  overflow: hidden;
}

.shiz-modules-head-v3 {
  text-align: center;
  max-width: 940px;
  margin: 0 auto 34px auto;
}

.shiz-modules-head-v3 .shiz-kicker {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 18px;
}

.shiz-modules-head-v3 .shiz-title {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 16px;
}

.shiz-modules-head-v3 .shiz-text {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.shiz-modules-hero-v3 {
  margin-bottom: 24px;
}

.shiz-modules-summary-v3 {
  text-align: right;
  background: linear-gradient(135deg, #ffffff, #f4f9ff);
  border: 1px solid rgba(16, 36, 63, .08);
  border-right: 5px solid var(--shiz-blue);
  border-radius: 24px;
  padding: 24px 24px 22px;
  box-shadow: 0 18px 50px rgba(16, 36, 63, .08);
}

.shiz-summary-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(22, 119, 255, .08);
  color: var(--shiz-blue);
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 14px;
}

.shiz-modules-summary-v3 h3 {
  color: var(--shiz-dark);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.6;
  margin: 0 0 10px 0;
}

.shiz-modules-summary-v3 p {
  color: var(--shiz-muted);
  font-size: 15.5px;
  line-height: 2;
  margin: 0;
}

.shiz-modules-grid-v3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}

.shiz-module-card-v3 {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 63, .08);
  border-radius: 22px;
  padding: 22px 20px;
  box-shadow: 0 14px 42px rgba(16, 36, 63, .07);
  text-align: right;
  min-height: 100%;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  animation: shizModuleV3Fade .6s ease both;
}

.shiz-module-card-v3::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(90deg, var(--shiz-blue), var(--shiz-cyan));
  opacity: .9;
}

.shiz-module-icon-v3 {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(22, 119, 255, .10), rgba(22, 199, 217, .12));
  color: var(--shiz-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: transform .28s ease, background .28s ease, color .28s ease;
}

.shiz-module-icon-v3 svg {
  width: 24px;
  height: 24px;
}

.shiz-module-card-v3 h3 {
  color: var(--shiz-dark);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.6;
  margin: 0 0 8px 0;
}

.shiz-module-card-v3 p {
  color: var(--shiz-muted);
  font-size: 14.5px;
  line-height: 1.95;
  margin: 0;
}

.shiz-module-card-v3-featured {
  background: linear-gradient(135deg, #ffffff, #f2f9ff);
  border-color: rgba(22, 119, 255, .16);
}

.shiz-module-card-v3:nth-child(1) { animation-delay: .03s; }
.shiz-module-card-v3:nth-child(2) { animation-delay: .06s; }
.shiz-module-card-v3:nth-child(3) { animation-delay: .09s; }
.shiz-module-card-v3:nth-child(4) { animation-delay: .12s; }
.shiz-module-card-v3:nth-child(5) { animation-delay: .15s; }
.shiz-module-card-v3:nth-child(6) { animation-delay: .18s; }
.shiz-module-card-v3:nth-child(7) { animation-delay: .21s; }
.shiz-module-card-v3:nth-child(8) { animation-delay: .24s; }
.shiz-module-card-v3:nth-child(9) { animation-delay: .27s; }
.shiz-module-card-v3:nth-child(10) { animation-delay: .30s; }
.shiz-module-card-v3:nth-child(11) { animation-delay: .33s; }

@media (hover: hover) and (pointer: fine) {
  .shiz-module-card-v3:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 60px rgba(16, 36, 63, .12);
    border-color: rgba(22, 119, 255, .20);
  }

  .shiz-module-card-v3:hover .shiz-module-icon-v3 {
    transform: scale(1.08);
    background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
    color: #ffffff;
  }
}

@keyframes shizModuleV3Fade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .shiz-modules-grid-v3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .shiz-modules-section-v3 {
    padding: 34px 14px !important;
    border-radius: 22px;
  }

  .shiz-modules-head-v3 {
    margin-bottom: 22px;
  }

  .shiz-modules-head-v3 .shiz-kicker {
    font-size: 12px !important;
    padding: 6px 13px !important;
    margin-bottom: 12px;
  }

  .shiz-modules-head-v3 .shiz-title {
    font-size: 22px !important;
    line-height: 1.55;
    margin-bottom: 10px;
  }

  .shiz-modules-head-v3 .shiz-text {
    font-size: 14px !important;
    line-height: 1.9;
  }

  .shiz-modules-hero-v3 {
    margin-bottom: 18px;
  }

  .shiz-modules-summary-v3 {
    padding: 20px 18px;
    border-radius: 20px;
  }

  .shiz-modules-summary-v3 h3 {
    font-size: 20px;
  }

  .shiz-modules-summary-v3 p {
    font-size: 14px;
    line-height: 1.9;
  }

  .shiz-modules-grid-v3 {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .shiz-module-card-v3 {
    padding: 20px 18px;
    border-radius: 20px;
  }

  .shiz-module-icon-v3 {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 13px;
  }

  .shiz-module-icon-v3 svg {
    width: 22px;
    height: 22px;
  }

  .shiz-module-card-v3 h3 {
    font-size: 17px;
    line-height: 1.55;
  }

  .shiz-module-card-v3 p {
    font-size: 13.8px;
    line-height: 1.85;
  }
}

.shiz-business-section {
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
}

.shiz-business-head {
  text-align: center;
  max-width: 930px;
  margin: 0 auto 38px auto;
}

.shiz-business-head .shiz-kicker {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 18px;
}

.shiz-business-head .shiz-title {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 16px;
}

.shiz-business-head .shiz-text {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}

.shiz-business-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}

.shiz-business-card {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid rgba(16, 36, 63, .08);
  border-radius: 26px;
  padding: 24px 22px;
  box-shadow: 0 18px 52px rgba(16, 36, 63, .08);
  text-align: right;
  min-height: 100%;
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  animation: shizBusinessFade .65s ease both;
}

.shiz-business-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  border-radius: 26px 26px 0 0;
  background: linear-gradient(90deg, var(--shiz-blue), var(--shiz-cyan));
  opacity: .95;
}

.shiz-business-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.shiz-business-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(22, 119, 255, .10), rgba(22, 199, 217, .12));
  color: var(--shiz-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  transition: transform .28s ease, background .28s ease, color .28s ease;
}

.shiz-business-icon svg {
  width: 26px;
  height: 26px;
}

.shiz-business-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(22, 119, 255, .08);
  color: var(--shiz-blue);
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.shiz-business-card h3 {
  color: var(--shiz-dark);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.6;
  margin: 0 0 10px 0;
}

.shiz-business-card p {
  color: var(--shiz-muted);
  font-size: 15px;
  line-height: 2;
  margin: 0 0 18px 0;
}

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

.shiz-business-tags span {
  background: #f4f9ff;
  border: 1px solid rgba(22, 119, 255, .10);
  color: var(--shiz-text);
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 13.5px;
  line-height: 1.6;
}

.shiz-business-card-production {
  transform: translateY(-8px);
}

.shiz-business-card:nth-child(1) { animation-delay: .05s; }
.shiz-business-card:nth-child(2) { animation-delay: .14s; }
.shiz-business-card:nth-child(3) { animation-delay: .23s; }

@media (hover: hover) and (pointer: fine) {
  .shiz-business-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 70px rgba(16, 36, 63, .14);
    border-color: rgba(22, 119, 255, .22);
  }

  .shiz-business-card-production:hover {
    transform: translateY(-12px);
  }

  .shiz-business-card:hover .shiz-business-icon {
    transform: scale(1.08) rotate(-4deg);
    background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
    color: #ffffff;
  }
}

@keyframes shizBusinessFade {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .shiz-business-grid {
    grid-template-columns: 1fr;
  }

  .shiz-business-card-production {
    transform: none;
  }
}

@media (max-width: 767px) {
  .shiz-business-section {
    padding: 34px 14px !important;
    border-radius: 22px;
  }

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

  .shiz-business-head .shiz-kicker {
    font-size: 12px !important;
    padding: 6px 13px !important;
    margin-bottom: 12px;
  }

  .shiz-business-head .shiz-title {
    font-size: 22px !important;
    line-height: 1.55;
    margin-bottom: 10px;
  }

  .shiz-business-head .shiz-text {
    font-size: 14px !important;
    line-height: 1.9;
  }

  .shiz-business-grid {
    gap: 16px;
  }

  .shiz-business-card {
    padding: 20px 18px;
    border-radius: 22px;
  }

  .shiz-business-card::before {
    border-radius: 22px 22px 0 0;
  }

  .shiz-business-top {
    margin-bottom: 14px;
  }

  .shiz-business-icon {
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }

  .shiz-business-icon svg {
    width: 22px;
    height: 22px;
  }

  .shiz-business-label {
    font-size: 12px;
    padding: 6px 12px;
  }

  .shiz-business-card h3 {
    font-size: 19px;
    margin-bottom: 8px;
  }

  .shiz-business-card p {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 14px;
  }

  .shiz-business-tags {
    gap: 8px;
  }

  .shiz-business-tags span {
    font-size: 12.5px;
    padding: 8px 12px;
  }
}

.shiz-before-after-section {
  background:
    radial-gradient(circle at top right, rgba(22, 119, 255, .20), transparent 34%),
    radial-gradient(circle at bottom left, rgba(22, 199, 217, .18), transparent 30%),
    linear-gradient(135deg, #0d223d 0%, #123b68 100%);
  border-radius: 30px;
  overflow: hidden;
  color: #ffffff;
}

.shiz-ba-head {
  text-align: center;
  max-width: 960px;
  margin: 0 auto 44px auto;
}

.shiz-ba-head .shiz-kicker {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, .12);
  color: #ffffff;
}

.shiz-ba-head .shiz-title {
  color: #ffffff;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.65;
  margin-bottom: 16px;
}

.shiz-ba-head .shiz-text {
  color: rgba(255, 255, 255, .82);
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.shiz-ba-board {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 92px 1fr;
  gap: 22px;
  align-items: stretch;
}

.shiz-ba-panel {
  position: relative;
  min-height: 100%;
  padding: 30px 28px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, .18);
  backdrop-filter: blur(14px);
  overflow: hidden;
  text-align: right;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
  animation: shizBaFadeUp .7s ease both;
}

.shiz-ba-before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .06));
}

.shiz-ba-after {
  background:
    linear-gradient(135deg, rgba(22, 119, 255, .30), rgba(22, 199, 217, .18));
  box-shadow: 0 26px 75px rgba(0, 0, 0, .16);
  animation-delay: .12s;
}

.shiz-ba-panel::before {
  content: "";
  position: absolute;
  inset: auto -20% -45% -20%;
  height: 150px;
  background: radial-gradient(circle, rgba(22, 199, 217, .30), transparent 64%);
  opacity: 0;
  transition: opacity .28s ease;
  pointer-events: none;
}

.shiz-ba-panel-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
}

.shiz-ba-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.shiz-ba-before .shiz-ba-status {
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .88);
}

.shiz-ba-after .shiz-ba-status {
  background: rgba(255, 255, 255, .18);
  color: #ffffff;
}

.shiz-ba-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: transform .28s ease, background .28s ease;
}

.shiz-ba-before .shiz-ba-icon {
  background: rgba(255, 255, 255, .12);
}

.shiz-ba-after .shiz-ba-icon {
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
  box-shadow: 0 16px 34px rgba(22, 119, 255, .28);
}

.shiz-ba-icon svg {
  width: 27px;
  height: 27px;
}

.shiz-ba-panel h3 {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.65;
  margin: 0 0 12px 0;
}

.shiz-ba-panel p {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, .78);
  font-size: 15.5px;
  line-height: 2.05;
  margin: 0 0 22px 0;
}

.shiz-ba-panel ul {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.shiz-ba-panel li {
  position: relative;
  color: rgba(255, 255, 255, .90);
  font-size: 15px;
  line-height: 1.9;
  padding-right: 30px;
}

.shiz-ba-panel li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 11px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.shiz-ba-before li::before {
  background: rgba(255, 255, 255, .34);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, .08);
}

.shiz-ba-after li::before {
  background: #33e0ff;
  box-shadow: 0 0 0 5px rgba(51, 224, 255, .14);
}

.shiz-ba-transform {
  position: relative;
  align-self: center;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.shiz-ba-transform::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .32), transparent);
}

.shiz-ba-transform span {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
  color: #ffffff;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.shiz-ba-arrow {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 44px rgba(22, 119, 255, .34);
  animation: shizBaPulse 2.4s ease-in-out infinite;
}

.shiz-ba-arrow svg {
  width: 28px;
  height: 28px;
}

@media (hover: hover) and (pointer: fine) {
  .shiz-ba-panel:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 255, 255, .32);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .20);
  }

  .shiz-ba-panel:hover::before {
    opacity: 1;
  }

  .shiz-ba-panel:hover .shiz-ba-icon {
    transform: scale(1.08) rotate(-4deg);
  }
}

@keyframes shizBaFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes shizBaPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 18px 44px rgba(22, 119, 255, .34);
  }

  50% {
    transform: scale(1.08);
    box-shadow: 0 22px 58px rgba(22, 199, 217, .42);
  }
}

@media (max-width: 1024px) {
  .shiz-ba-board {
    grid-template-columns: 1fr;
  }

  .shiz-ba-transform {
    min-height: auto;
    padding: 4px 0;
    flex-direction: row;
  }

  .shiz-ba-transform::before {
    left: 0;
    right: 0;
    top: 50%;
    bottom: auto;
    width: auto;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .32), transparent);
  }

  .shiz-ba-arrow {
    transform: rotate(90deg);
  }
}

@media (max-width: 767px) {
  .shiz-before-after-section {
    padding: 34px 14px !important;
    border-radius: 22px;
  }

  .shiz-ba-head {
    margin-bottom: 26px;
  }

  .shiz-ba-head .shiz-kicker {
    font-size: 12px !important;
    padding: 6px 13px !important;
    margin-bottom: 12px;
  }

  .shiz-ba-head .shiz-title {
    font-size: 22px !important;
    line-height: 1.55;
    margin-bottom: 10px;
  }

  .shiz-ba-head .shiz-text {
    font-size: 14px !important;
    line-height: 1.9;
  }

  .shiz-ba-board {
    gap: 16px;
  }

  .shiz-ba-panel {
    padding: 22px 20px;
    border-radius: 22px;
  }

  .shiz-ba-panel-top {
    margin-bottom: 16px;
  }

  .shiz-ba-icon {
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }

  .shiz-ba-icon svg {
    width: 23px;
    height: 23px;
  }

  .shiz-ba-status {
    font-size: 12px;
    padding: 6px 12px;
  }

  .shiz-ba-panel h3 {
    font-size: 19px;
    line-height: 1.55;
    margin-bottom: 8px;
  }

  .shiz-ba-panel p {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 16px;
  }

  .shiz-ba-panel ul {
    gap: 9px;
  }

  .shiz-ba-panel li {
    font-size: 13.8px;
    line-height: 1.85;
    padding-right: 26px;
  }

  .shiz-ba-panel li::before {
    width: 10px;
    height: 10px;
    top: 10px;
  }

  .shiz-ba-arrow {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .shiz-ba-arrow svg {
    width: 23px;
    height: 23px;
  }
}

.shiz-reports-section {
  background:
    radial-gradient(circle at top right, rgba(22, 119, 255, .10), transparent 34%),
    radial-gradient(circle at bottom left, rgba(22, 199, 217, .10), transparent 30%),
    var(--shiz-bg);
  border-radius: 28px;
  overflow: hidden;
}

.shiz-reports-layout {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 34px;
  align-items: center;
}

.shiz-reports-content {
  text-align: right;
}

.shiz-reports-content .shiz-kicker {
  margin-bottom: 18px;
}

.shiz-reports-content .shiz-title {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 16px;
}

.shiz-reports-content .shiz-text {
  margin-bottom: 24px;
}

.shiz-report-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 16px;
}

.shiz-report-list li {
  position: relative;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(16, 36, 63, .08);
  border-radius: 16px;
  padding: 14px 16px 14px 40px;
  color: var(--shiz-text);
  font-size: 14.5px;
  line-height: 1.9;
  box-shadow: 0 10px 28px rgba(16, 36, 63, .05);
}

.shiz-report-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
  box-shadow: 0 0 0 5px rgba(22, 119, 255, .10);
}

.shiz-reports-cards {
  display: grid;
  gap: 18px;
}

.shiz-report-mini-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 63, .08);
  border-radius: 24px;
  padding: 22px 20px;
  box-shadow: 0 16px 44px rgba(16, 36, 63, .08);
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  animation: shizReportCardFade .65s ease both;
}

.shiz-report-mini-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(22, 119, 255, .05), rgba(22, 199, 217, .05));
  opacity: 0;
  transition: opacity .28s ease;
  pointer-events: none;
}

.shiz-report-mini-card:nth-child(1) { animation-delay: .05s; }
.shiz-report-mini-card:nth-child(2) { animation-delay: .14s; }
.shiz-report-mini-card:nth-child(3) { animation-delay: .23s; }

.shiz-report-mini-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.shiz-report-mini-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(22, 119, 255, .08);
  color: var(--shiz-blue);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 800;
}

.shiz-report-mini-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(22, 119, 255, .10), rgba(22, 199, 217, .12));
  color: var(--shiz-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .28s ease, background .28s ease, color .28s ease;
}

.shiz-report-mini-icon svg {
  width: 23px;
  height: 23px;
}

.shiz-report-mini-card h3 {
  position: relative;
  z-index: 1;
  color: var(--shiz-dark);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.55;
  margin: 0 0 8px 0;
}

.shiz-report-mini-card p {
  position: relative;
  z-index: 1;
  color: var(--shiz-muted);
  font-size: 14.5px;
  line-height: 1.9;
  margin: 0 0 16px 0;
}

.shiz-mini-bars {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 78px;
}

.shiz-mini-bars span {
  flex: 1;
  border-radius: 10px 10px 4px 4px;
  background: linear-gradient(180deg, var(--shiz-cyan), var(--shiz-blue));
  opacity: .92;
}

.shiz-mini-line-chart {
  position: relative;
  z-index: 1;
  height: 76px;
  border-radius: 16px;
  background:
    linear-gradient(to top, rgba(22, 119, 255, .06), rgba(22, 119, 255, .02)),
    repeating-linear-gradient(
      to right,
      rgba(16, 36, 63, .05) 0,
      rgba(16, 36, 63, .05) 1px,
      transparent 1px,
      transparent 42px
    );
  overflow: hidden;
}

.shiz-mini-line-chart span {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(22, 119, 255, .18), rgba(22, 199, 217, .18));
  clip-path: polygon(0 75%, 12% 68%, 25% 72%, 38% 52%, 52% 58%, 66% 36%, 80% 42%, 100% 12%, 100% 100%, 0 100%);
}

.shiz-mini-line-chart::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: none;
  border-bottom: 3px solid var(--shiz-blue);
  clip-path: polygon(0 75%, 12% 68%, 25% 72%, 38% 52%, 52% 58%, 66% 36%, 80% 42%, 100% 12%, 100% 100%, 0 100%);
}

.shiz-mini-donut-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 92px;
}

.shiz-mini-donut {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background:
    conic-gradient(
      var(--shiz-blue) 0 42%,
      var(--shiz-cyan) 42% 74%,
      rgba(16, 36, 63, .16) 74% 100%
    );
  position: relative;
}

.shiz-mini-donut::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 50%;
  background: #ffffff;
}

.shiz-mini-donut-text {
  position: absolute;
  color: var(--shiz-dark);
  font-size: 13px;
  font-weight: 800;
}

@media (hover: hover) and (pointer: fine) {
  .shiz-report-mini-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 60px rgba(16, 36, 63, .12);
    border-color: rgba(22, 119, 255, .20);
  }

  .shiz-report-mini-card:hover::before {
    opacity: 1;
  }

  .shiz-report-mini-card:hover .shiz-report-mini-icon {
    transform: scale(1.08);
    background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
    color: #ffffff;
  }
}

@keyframes shizReportCardFade {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .shiz-reports-layout {
    grid-template-columns: 1fr;
  }

  .shiz-report-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .shiz-reports-section {
    padding: 34px 14px !important;
    border-radius: 22px;
  }

  .shiz-reports-layout {
    gap: 22px;
  }

  .shiz-reports-content .shiz-kicker {
    font-size: 12px !important;
    padding: 6px 13px !important;
    margin-bottom: 12px;
  }

  .shiz-reports-content .shiz-title {
    font-size: 22px !important;
    line-height: 1.55;
    margin-bottom: 10px;
  }

  .shiz-reports-content .shiz-text {
    font-size: 14px !important;
    line-height: 1.9;
    margin-bottom: 18px;
  }

  .shiz-report-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .shiz-report-list li {
    font-size: 13.5px;
    line-height: 1.8;
    border-radius: 14px;
    padding: 12px 14px 12px 36px;
  }

  .shiz-report-list li::before {
    left: 12px;
    width: 10px;
    height: 10px;
  }

  .shiz-reports-cards {
    gap: 14px;
  }

  .shiz-report-mini-card {
    padding: 20px 18px;
    border-radius: 20px;
  }

  .shiz-report-mini-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .shiz-report-mini-icon svg {
    width: 21px;
    height: 21px;
  }

  .shiz-report-mini-card h3 {
    font-size: 18px;
    margin-bottom: 7px;
  }

  .shiz-report-mini-card p {
    font-size: 13.8px;
    line-height: 1.85;
    margin-bottom: 14px;
  }

  .shiz-mini-bars {
    height: 64px;
  }

  .shiz-mini-line-chart {
    height: 66px;
    border-radius: 14px;
  }

  .shiz-mini-donut-wrap {
    height: 80px;
  }

  .shiz-mini-donut {
    width: 74px;
    height: 74px;
  }

  .shiz-mini-donut::before {
    inset: 14px;
  }

  .shiz-mini-donut-text {
    font-size: 12px;
  }
}

.shiz-compare-section {
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
}

.shiz-compare-head {
  text-align: center;
  max-width: 960px;
  margin: 0 auto 38px auto;
}

.shiz-compare-head .shiz-kicker {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 18px;
}

.shiz-compare-head .shiz-title {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 16px;
}

.shiz-compare-head .shiz-text {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.shiz-compare-table-wrap {
  position: relative;
  background:
    radial-gradient(circle at top right, rgba(22, 119, 255, .08), transparent 30%),
    radial-gradient(circle at bottom left, rgba(22, 199, 217, .08), transparent 28%),
    #f7fbff;
  border: 1px solid rgba(16, 36, 63, .08);
  border-radius: 28px;
  padding: 18px;
  box-shadow: 0 22px 60px rgba(16, 36, 63, .08);
  overflow: hidden;
}

.shiz-compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
  direction: rtl;
}

.shiz-compare-table thead th {
  background: linear-gradient(135deg, #10243f, #123b68);
  color: #ffffff;
  padding: 18px 20px;
  text-align: right;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.6;
}

.shiz-compare-table thead th:first-child {
  border-radius: 0 20px 20px 0;
}

.shiz-compare-table thead th:last-child {
  border-radius: 20px 0 0 20px;
}

.shiz-compare-table tbody tr {
  transition: transform .25s ease, box-shadow .25s ease;
}

.shiz-compare-table tbody td {
  background: #ffffff;
  padding: 18px 20px;
  color: var(--shiz-text);
  font-size: 15px;
  line-height: 1.9;
  border-top: 1px solid rgba(16, 36, 63, .07);
  border-bottom: 1px solid rgba(16, 36, 63, .07);
}

.shiz-compare-table tbody td:first-child {
  border-right: 1px solid rgba(16, 36, 63, .07);
  border-radius: 0 18px 18px 0;
  color: var(--shiz-dark);
}

.shiz-compare-table tbody td:last-child {
  border-left: 1px solid rgba(16, 36, 63, .07);
  border-radius: 18px 0 0 18px;
  background: linear-gradient(135deg, #ffffff, #f4fbff);
}

.shiz-good {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--shiz-dark);
  font-weight: 800;
}

.shiz-good::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
  box-shadow: 0 0 0 5px rgba(22, 119, 255, .10);
  flex: 0 0 auto;
}

@media (hover: hover) and (pointer: fine) {
  .shiz-compare-table tbody tr:hover {
    transform: translateY(-4px);
  }

  .shiz-compare-table tbody tr:hover td {
    box-shadow: 0 16px 40px rgba(16, 36, 63, .08);
  }
}

@media (max-width: 767px) {
  .shiz-compare-section {
    padding: 34px 14px !important;
    border-radius: 22px;
  }

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

  .shiz-compare-head .shiz-kicker {
    font-size: 12px !important;
    padding: 6px 13px !important;
    margin-bottom: 12px;
  }

  .shiz-compare-head .shiz-title {
    font-size: 22px !important;
    line-height: 1.55;
    margin-bottom: 10px;
  }

  .shiz-compare-head .shiz-text {
    font-size: 14px !important;
    line-height: 1.9;
  }

  .shiz-compare-table-wrap {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
  }

  .shiz-compare-table,
  .shiz-compare-table thead,
  .shiz-compare-table tbody,
  .shiz-compare-table tr,
  .shiz-compare-table th,
  .shiz-compare-table td {
    display: block;
    width: 100%;
  }

  .shiz-compare-table {
    border-spacing: 0;
  }

  .shiz-compare-table thead {
    display: none;
  }

  .shiz-compare-table tbody tr {
    background: #ffffff;
    border: 1px solid rgba(16, 36, 63, .08);
    border-radius: 22px;
    padding: 16px;
    margin-bottom: 14px;
    box-shadow: 0 14px 38px rgba(16, 36, 63, .07);
  }

  .shiz-compare-table tbody td,
  .shiz-compare-table tbody td:first-child,
  .shiz-compare-table tbody td:last-child {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.8;
  }

  .shiz-compare-table tbody td {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 12px;
    align-items: start;
    border-bottom: 1px solid rgba(16, 36, 63, .07);
  }

  .shiz-compare-table tbody td:last-child {
    border-bottom: 0;
  }

  .shiz-compare-table tbody td::before {
    content: attr(data-label);
    color: var(--shiz-blue);
    font-size: 12.5px;
    font-weight: 900;
    line-height: 1.8;
  }

  .shiz-good {
    align-items: flex-start;
  }

  .shiz-good::before {
    margin-top: 8px;
    width: 10px;
    height: 10px;
  }
}

.shiz-security-section {
  background:
    radial-gradient(circle at top right, rgba(22, 119, 255, .11), transparent 34%),
    radial-gradient(circle at bottom left, rgba(22, 199, 217, .11), transparent 30%),
    var(--shiz-bg);
  border-radius: 28px;
  overflow: hidden;
}

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

.shiz-security-head .shiz-kicker {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 18px;
}

.shiz-security-head .shiz-title {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 16px;
}

.shiz-security-head .shiz-text {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.shiz-security-center {
  max-width: 780px;
  margin: 0 auto 30px auto;
  display: flex;
  align-items: center;
  gap: 18px;
  background: linear-gradient(135deg, #10243f, #123b68);
  border-radius: 26px;
  padding: 22px 24px;
  color: #ffffff;
  box-shadow: 0 24px 65px rgba(16, 36, 63, .18);
  position: relative;
  overflow: hidden;
}

.shiz-security-center::before {
  content: "";
  position: absolute;
  inset: -60% auto auto -15%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(22, 199, 217, .20);
  filter: blur(4px);
}

.shiz-security-shield {
  position: relative;
  z-index: 1;
  width: 62px;
  height: 62px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  box-shadow: 0 18px 40px rgba(22, 119, 255, .30);
}

.shiz-security-shield svg {
  width: 31px;
  height: 31px;
}

.shiz-security-center-text {
  position: relative;
  z-index: 1;
  text-align: right;
}

.shiz-security-center-text span {
  display: block;
  color: #bdefff;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 6px;
}

.shiz-security-center-text strong {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.8;
}

.shiz-security-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: stretch;
}

.shiz-security-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 63, .08);
  border-radius: 24px;
  padding: 24px 20px;
  text-align: right;
  box-shadow: 0 16px 44px rgba(16, 36, 63, .07);
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  animation: shizSecurityFade .65s ease both;
}

.shiz-security-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(22, 119, 255, .06), rgba(22, 199, 217, .05));
  opacity: 0;
  transition: opacity .28s ease;
  pointer-events: none;
}

.shiz-security-icon {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 17px;
  background: linear-gradient(135deg, rgba(22, 119, 255, .10), rgba(22, 199, 217, .12));
  color: var(--shiz-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: transform .28s ease, background .28s ease, color .28s ease;
}

.shiz-security-icon svg {
  width: 25px;
  height: 25px;
}

.shiz-security-card h3 {
  position: relative;
  z-index: 1;
  color: var(--shiz-dark);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.6;
  margin: 0 0 8px 0;
}

.shiz-security-card p {
  position: relative;
  z-index: 1;
  color: var(--shiz-muted);
  font-size: 14.5px;
  line-height: 1.95;
  margin: 0;
}

.shiz-security-card:nth-child(1) { animation-delay: .05s; }
.shiz-security-card:nth-child(2) { animation-delay: .14s; }
.shiz-security-card:nth-child(3) { animation-delay: .23s; }
.shiz-security-card:nth-child(4) { animation-delay: .32s; }

@media (hover: hover) and (pointer: fine) {
  .shiz-security-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 26px 65px rgba(16, 36, 63, .12);
    border-color: rgba(22, 119, 255, .20);
  }

  .shiz-security-card:hover::before {
    opacity: 1;
  }

  .shiz-security-card:hover .shiz-security-icon {
    transform: scale(1.08) rotate(-4deg);
    background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
    color: #ffffff;
  }
}

@keyframes shizSecurityFade {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .shiz-security-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .shiz-security-section {
    padding: 34px 14px !important;
    border-radius: 22px;
  }

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

  .shiz-security-head .shiz-kicker {
    font-size: 12px !important;
    padding: 6px 13px !important;
    margin-bottom: 12px;
  }

  .shiz-security-head .shiz-title {
    font-size: 22px !important;
    line-height: 1.55;
    margin-bottom: 10px;
  }

  .shiz-security-head .shiz-text {
    font-size: 14px !important;
    line-height: 1.9;
  }

  .shiz-security-center {
    padding: 20px 18px;
    border-radius: 22px;
    margin-bottom: 20px;
    align-items: flex-start;
  }

  .shiz-security-shield {
    width: 50px;
    height: 50px;
    border-radius: 17px;
  }

  .shiz-security-shield svg {
    width: 25px;
    height: 25px;
  }

  .shiz-security-center-text strong {
    font-size: 15px;
    line-height: 1.8;
  }

  .shiz-security-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .shiz-security-card {
    padding: 20px 18px;
    border-radius: 20px;
  }

  .shiz-security-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 13px;
  }

  .shiz-security-icon svg {
    width: 22px;
    height: 22px;
  }

  .shiz-security-card h3 {
    font-size: 17px;
    line-height: 1.55;
    margin-bottom: 7px;
  }

  .shiz-security-card p {
    font-size: 13.8px;
    line-height: 1.85;
  }
}

.shiz-tax-section {
  --shiz-tax-green: #22b573;
  --shiz-tax-green-soft: #eafaf3;
  background:
    radial-gradient(circle at top right, rgba(34, 181, 115, .10), transparent 30%),
    radial-gradient(circle at bottom left, rgba(22, 119, 255, .08), transparent 30%),
    #ffffff;
  border-radius: 28px;
  overflow: hidden;
}

.shiz-tax-layout {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 34px;
  align-items: center;
}

.shiz-tax-content {
  text-align: right;
}

.shiz-tax-kicker {
  background: rgba(34, 181, 115, .10) !important;
  color: var(--shiz-tax-green) !important;
  margin-bottom: 18px;
}

.shiz-tax-content .shiz-title {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 16px;
}

.shiz-tax-content .shiz-text {
  margin-bottom: 24px;
}

.shiz-tax-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.shiz-tax-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: linear-gradient(135deg, #ffffff, #fbfffd);
  border: 1px solid rgba(16, 36, 63, .08);
  border-right: 4px solid var(--shiz-tax-green);
  border-radius: 22px;
  padding: 18px 16px;
  box-shadow: 0 14px 40px rgba(16, 36, 63, .06);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  animation: shizTaxFade .65s ease both;
}

.shiz-tax-item:nth-child(1) { animation-delay: .05s; }
.shiz-tax-item:nth-child(2) { animation-delay: .14s; }
.shiz-tax-item:nth-child(3) { animation-delay: .23s; }
.shiz-tax-item:nth-child(4) { animation-delay: .32s; }

.shiz-tax-item-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(34, 181, 115, .12), rgba(22, 119, 255, .10));
  color: var(--shiz-tax-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  transition: transform .28s ease, background .28s ease, color .28s ease;
}

.shiz-tax-item-icon svg {
  width: 23px;
  height: 23px;
}

.shiz-tax-item h3 {
  color: var(--shiz-dark);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.6;
  margin: 0 0 6px 0;
}

.shiz-tax-item p {
  color: var(--shiz-muted);
  font-size: 14px;
  line-height: 1.9;
  margin: 0;
}

.shiz-tax-visual {
  position: relative;
}

.shiz-tax-visual-card {
  position: relative;
  background: linear-gradient(135deg, #f8fffb, #f3f9ff);
  border: 1px solid rgba(16, 36, 63, .08);
  border-radius: 28px;
  padding: 20px;
  box-shadow: 0 22px 60px rgba(16, 36, 63, .10);
  overflow: hidden;
}

.shiz-tax-visual-card::before {
  content: "";
  position: absolute;
  inset: auto -20% -35% -20%;
  height: 180px;
  background: radial-gradient(circle, rgba(34, 181, 115, .16), transparent 65%);
  pointer-events: none;
}

.shiz-tax-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--shiz-tax-green-soft);
  color: var(--shiz-tax-green);
  border: 1px solid rgba(34, 181, 115, .18);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 900;
}

.shiz-tax-image {
  width: 100%;
  display: block;
  border-radius: 22px;
  border: 1px solid rgba(16, 36, 63, .08);
  box-shadow: 0 18px 44px rgba(16, 36, 63, .10);
}

.shiz-tax-floating-card {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(16, 36, 63, .08);
  border-right: 4px solid var(--shiz-tax-green);
  border-radius: 18px;
  padding: 14px 16px;
  box-shadow: 0 16px 42px rgba(16, 36, 63, .10);
  max-width: 240px;
  text-align: right;
}

.shiz-tax-floating-card strong {
  display: block;
  color: var(--shiz-dark);
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 5px;
}

.shiz-tax-floating-card span {
  display: block;
  color: var(--shiz-muted);
  font-size: 13px;
  line-height: 1.8;
}

@media (hover: hover) and (pointer: fine) {
  .shiz-tax-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 55px rgba(16, 36, 63, .10);
    border-color: rgba(34, 181, 115, .22);
  }

  .shiz-tax-item:hover .shiz-tax-item-icon {
    transform: scale(1.08);
    background: linear-gradient(135deg, var(--shiz-tax-green), #1dc99b);
    color: #ffffff;
  }

  .shiz-tax-visual-card:hover .shiz-tax-image {
    transform: translateY(-4px) scale(1.01);
  }

  .shiz-tax-image {
    transition: transform .32s ease, box-shadow .32s ease;
  }
}

@keyframes shizTaxFade {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .shiz-tax-layout {
    grid-template-columns: 1fr;
  }

  .shiz-tax-items {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .shiz-tax-section {
    padding: 34px 14px !important;
    border-radius: 22px;
  }

  .shiz-tax-layout {
    gap: 22px;
  }

  .shiz-tax-content .shiz-title {
    font-size: 22px !important;
    line-height: 1.55;
    margin-bottom: 10px;
  }

  .shiz-tax-content .shiz-text {
    font-size: 14px !important;
    line-height: 1.9;
    margin-bottom: 18px;
  }

  .shiz-tax-kicker {
    font-size: 12px !important;
    padding: 6px 13px !important;
    margin-bottom: 12px !important;
  }

  .shiz-tax-items {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .shiz-tax-item {
    padding: 16px 14px;
    border-radius: 18px;
  }

  .shiz-tax-item-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .shiz-tax-item-icon svg {
    width: 21px;
    height: 21px;
  }

  .shiz-tax-item h3 {
    font-size: 16px;
  }

  .shiz-tax-item p {
    font-size: 13.5px;
    line-height: 1.8;
  }

  .shiz-tax-visual-card {
    padding: 16px;
    border-radius: 22px;
  }

  .shiz-tax-image {
    border-radius: 18px;
  }

  .shiz-tax-badge {
    top: 14px;
    right: 14px;
    font-size: 11px;
    padding: 7px 12px;
  }

  .shiz-tax-floating-card {
    position: static;
    max-width: 100%;
    margin-top: 14px;
    border-radius: 16px;
    padding: 12px 14px;
  }

  .shiz-tax-floating-card strong {
    font-size: 14px;
  }

  .shiz-tax-floating-card span {
    font-size: 12.5px;
  }
}

.shiz-onboarding-section {
  background:
    radial-gradient(circle at top right, rgba(22, 119, 255, .10), transparent 34%),
    radial-gradient(circle at bottom left, rgba(22, 199, 217, .10), transparent 30%),
    var(--shiz-bg);
  border-radius: 28px;
  overflow: hidden;
}

.shiz-onboarding-head {
  text-align: center;
  max-width: 960px;
  margin: 0 auto 44px auto;
}

.shiz-onboarding-head .shiz-kicker {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 18px;
}

.shiz-onboarding-head .shiz-title {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 16px;
}

.shiz-onboarding-head .shiz-text {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.shiz-onboarding-roadmap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: stretch;
}

.shiz-onboarding-roadmap::before {
  content: "";
  position: absolute;
  top: 42px;
  right: 8%;
  left: 8%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(22, 199, 217, .20), rgba(22, 119, 255, .45), rgba(22, 199, 217, .20));
  z-index: 0;
}

.shiz-onboarding-card {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 63, .08);
  border-radius: 26px;
  padding: 26px 22px 24px;
  text-align: right;
  box-shadow: 0 18px 50px rgba(16, 36, 63, .08);
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  animation: shizOnboardingFade .65s ease both;
}

.shiz-onboarding-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(22, 119, 255, .06), rgba(22, 199, 217, .05));
  opacity: 0;
  transition: opacity .28s ease;
  pointer-events: none;
}

.shiz-onboarding-number {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(22, 119, 255, .08);
  color: var(--shiz-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
}

.shiz-onboarding-icon {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  box-shadow: 0 16px 34px rgba(22, 119, 255, .24);
  transition: transform .28s ease, box-shadow .28s ease;
}

.shiz-onboarding-icon svg {
  width: 28px;
  height: 28px;
}

.shiz-onboarding-card h3 {
  position: relative;
  z-index: 1;
  color: var(--shiz-dark);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.6;
  margin: 0 0 9px 0;
}

.shiz-onboarding-card p {
  position: relative;
  z-index: 1;
  color: var(--shiz-muted);
  font-size: 14.5px;
  line-height: 1.95;
  margin: 0;
}

.shiz-onboarding-card:nth-child(1) { animation-delay: .05s; }
.shiz-onboarding-card:nth-child(2) { animation-delay: .14s; }
.shiz-onboarding-card:nth-child(3) { animation-delay: .23s; }
.shiz-onboarding-card:nth-child(4) { animation-delay: .32s; }

@media (hover: hover) and (pointer: fine) {
  .shiz-onboarding-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 70px rgba(16, 36, 63, .13);
    border-color: rgba(22, 119, 255, .22);
  }

  .shiz-onboarding-card:hover::before {
    opacity: 1;
  }

  .shiz-onboarding-card:hover .shiz-onboarding-icon {
    transform: scale(1.08) rotate(-4deg);
    box-shadow: 0 20px 42px rgba(22, 119, 255, .30);
  }
}

@keyframes shizOnboardingFade {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .shiz-onboarding-roadmap {
    grid-template-columns: repeat(2, 1fr);
  }

  .shiz-onboarding-roadmap::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .shiz-onboarding-section {
    padding: 34px 14px !important;
    border-radius: 22px;
  }

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

  .shiz-onboarding-head .shiz-kicker {
    font-size: 12px !important;
    padding: 6px 13px !important;
    margin-bottom: 12px;
  }

  .shiz-onboarding-head .shiz-title {
    font-size: 22px !important;
    line-height: 1.55;
    margin-bottom: 10px;
  }

  .shiz-onboarding-head .shiz-text {
    font-size: 14px !important;
    line-height: 1.9;
  }

  .shiz-onboarding-roadmap {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .shiz-onboarding-card {
    padding: 21px 18px;
    border-radius: 22px;
  }

  .shiz-onboarding-number {
    top: 16px;
    left: 16px;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    font-size: 14px;
  }

  .shiz-onboarding-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    margin-bottom: 14px;
  }

  .shiz-onboarding-icon svg {
    width: 24px;
    height: 24px;
  }

  .shiz-onboarding-card h3 {
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 7px;
  }

  .shiz-onboarding-card p {
    font-size: 13.8px;
    line-height: 1.85;
  }
}

.shiz-persona-section {
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
}

.shiz-persona-head {
  text-align: center;
  max-width: 940px;
  margin: 0 auto 38px auto;
}

.shiz-persona-head .shiz-kicker {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 18px;
}

.shiz-persona-head .shiz-title {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 16px;
}

.shiz-persona-head .shiz-text {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}

.shiz-persona-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}

.shiz-persona-card {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid rgba(16, 36, 63, .08);
  border-radius: 26px;
  padding: 24px 22px;
  box-shadow: 0 18px 52px rgba(16, 36, 63, .08);
  text-align: right;
  overflow: hidden;
  min-height: 100%;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  animation: shizPersonaFade .65s ease both;
}

.shiz-persona-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  border-radius: 26px 26px 0 0;
  background: linear-gradient(90deg, var(--shiz-blue), var(--shiz-cyan));
  opacity: .95;
}

.shiz-persona-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.shiz-persona-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(22, 119, 255, .10), rgba(22, 199, 217, .12));
  color: var(--shiz-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  transition: transform .28s ease, background .28s ease, color .28s ease;
}

.shiz-persona-icon svg {
  width: 26px;
  height: 26px;
}

.shiz-persona-role {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(22, 119, 255, .08);
  color: var(--shiz-blue);
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.shiz-persona-card h3 {
  color: var(--shiz-dark);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.6;
  margin: 0 0 10px 0;
}

.shiz-persona-card p {
  color: var(--shiz-muted);
  font-size: 15px;
  line-height: 2;
  margin: 0 0 18px 0;
}

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

.shiz-persona-tags span {
  background: #f4f9ff;
  border: 1px solid rgba(22, 119, 255, .10);
  color: var(--shiz-text);
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 13px;
  line-height: 1.6;
}

.shiz-persona-cfo {
  transform: translateY(-8px);
  background: linear-gradient(135deg, #ffffff, #f5fbff);
  border-color: rgba(22, 119, 255, .16);
}

.shiz-persona-cfo .shiz-persona-role {
  background: rgba(22, 119, 255, .12);
}

.shiz-persona-card:nth-child(1) { animation-delay: .05s; }
.shiz-persona-card:nth-child(2) { animation-delay: .14s; }
.shiz-persona-card:nth-child(3) { animation-delay: .23s; }

@media (hover: hover) and (pointer: fine) {
  .shiz-persona-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 70px rgba(16, 36, 63, .14);
    border-color: rgba(22, 119, 255, .22);
  }

  .shiz-persona-cfo:hover {
    transform: translateY(-12px);
  }

  .shiz-persona-card:hover .shiz-persona-icon {
    transform: scale(1.08) rotate(-4deg);
    background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
    color: #ffffff;
  }
}

@keyframes shizPersonaFade {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .shiz-persona-grid {
    grid-template-columns: 1fr;
  }

  .shiz-persona-cfo {
    transform: none;
  }
}

@media (max-width: 767px) {
  .shiz-persona-section {
    padding: 34px 14px !important;
    border-radius: 22px;
  }

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

  .shiz-persona-head .shiz-kicker {
    font-size: 12px !important;
    padding: 6px 13px !important;
    margin-bottom: 12px;
  }

  .shiz-persona-head .shiz-title {
    font-size: 22px !important;
    line-height: 1.55;
    margin-bottom: 10px;
  }

  .shiz-persona-head .shiz-text {
    font-size: 14px !important;
    line-height: 1.9;
  }

  .shiz-persona-grid {
    gap: 16px;
  }

  .shiz-persona-card {
    padding: 20px 18px;
    border-radius: 22px;
  }

  .shiz-persona-card::before {
    border-radius: 22px 22px 0 0;
  }

  .shiz-persona-top {
    margin-bottom: 14px;
  }

  .shiz-persona-icon {
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }

  .shiz-persona-icon svg {
    width: 22px;
    height: 22px;
  }

  .shiz-persona-role {
    font-size: 12px;
    padding: 6px 12px;
  }

  .shiz-persona-card h3 {
    font-size: 19px;
    margin-bottom: 8px;
  }

  .shiz-persona-card p {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 14px;
  }

  .shiz-persona-tags {
    gap: 8px;
  }

  .shiz-persona-tags span {
    font-size: 12.5px;
    padding: 8px 12px;
  }
}

.shiz-integration-section {
  background:
    radial-gradient(circle at top right, rgba(22, 119, 255, .22), transparent 34%),
    radial-gradient(circle at bottom left, rgba(22, 199, 217, .20), transparent 30%),
    linear-gradient(135deg, #0d223d 0%, #123b68 100%);
  border-radius: 30px;
  overflow: hidden;
  color: #ffffff;
}

.shiz-integration-head {
  text-align: center;
  max-width: 960px;
  margin: 0 auto 42px auto;
}

.shiz-integration-head .shiz-kicker {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, .12);
  color: #ffffff;
}

.shiz-integration-head .shiz-title {
  color: #ffffff;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 16px;
}

.shiz-integration-head .shiz-text {
  color: rgba(255, 255, 255, .82);
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.shiz-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  margin-top: 32px;
  direction: rtl;
}

.shiz-flow-item {
  position: relative;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 22px;
  padding: 22px 14px 20px;
  text-align: center;
  color: #ffffff;
  min-height: 150px;
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .12);
  transition: transform .28s ease, background .28s ease, border-color .28s ease, box-shadow .28s ease;
  animation: shizFlowFade .65s ease both;
}

.shiz-flow-item::after {
  content: "←";
  position: absolute;
  left: -19px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(22, 119, 255, .30);
}

.shiz-flow-item:last-child::after {
  display: none;
}

.shiz-flow-icon {
  width: 54px;
  height: 54px;
  border-radius: 19px;
  margin: 0 auto 14px auto;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 34px rgba(22, 119, 255, .28);
  transition: transform .28s ease, box-shadow .28s ease;
}

.shiz-flow-icon svg {
  width: 27px;
  height: 27px;
}

.shiz-flow-item h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.65;
  margin: 0;
}

.shiz-flow-item:nth-child(1) { animation-delay: .04s; }
.shiz-flow-item:nth-child(2) { animation-delay: .10s; }
.shiz-flow-item:nth-child(3) { animation-delay: .16s; }
.shiz-flow-item:nth-child(4) { animation-delay: .22s; }
.shiz-flow-item:nth-child(5) { animation-delay: .28s; }
.shiz-flow-item:nth-child(6) { animation-delay: .34s; }

.shiz-integration-note {
  max-width: 900px;
  margin: 34px auto 0 auto;
  padding: 20px 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .88);
  text-align: center;
  line-height: 2;
  font-size: 15.5px;
  font-weight: 600;
  backdrop-filter: blur(12px);
}

@media (hover: hover) and (pointer: fine) {
  .shiz-flow-item:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, .18);
    border-color: rgba(255, 255, 255, .34);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .18);
  }

  .shiz-flow-item:hover .shiz-flow-icon {
    transform: scale(1.08) rotate(-4deg);
    box-shadow: 0 20px 44px rgba(22, 199, 217, .34);
  }
}

@keyframes shizFlowFade {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .shiz-flow {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 14px;
  }

  .shiz-flow-item:nth-child(3)::after,
  .shiz-flow-item:nth-child(6)::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .shiz-integration-section {
    padding: 34px 14px !important;
    border-radius: 22px;
  }

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

  .shiz-integration-head .shiz-kicker {
    font-size: 12px !important;
    padding: 6px 13px !important;
    margin-bottom: 12px;
  }

  .shiz-integration-head .shiz-title {
    font-size: 22px !important;
    line-height: 1.55;
    margin-bottom: 10px;
  }

  .shiz-integration-head .shiz-text {
    font-size: 14px !important;
    line-height: 1.9;
  }

  .shiz-flow {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 24px;
  }

  .shiz-flow-item {
    min-height: auto;
    padding: 20px 18px;
    border-radius: 20px;
  }

  .shiz-flow-item::after {
    content: "↓";
    left: 50%;
    right: auto;
    top: auto;
    bottom: -25px;
    transform: translateX(-50%);
  }

  .shiz-flow-item:nth-child(3)::after {
    display: inline-flex;
  }

  .shiz-flow-item:last-child::after {
    display: none;
  }

  .shiz-flow-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    margin-bottom: 12px;
  }

  .shiz-flow-icon svg {
    width: 24px;
    height: 24px;
  }

  .shiz-flow-item h3 {
    font-size: 16px;
    line-height: 1.55;
  }

  .shiz-integration-note {
    margin-top: 28px;
    padding: 17px 16px;
    border-radius: 18px;
    font-size: 14px;
    line-height: 1.9;
  }
}

.shiz-support-section {
  background:
    radial-gradient(circle at top right, rgba(22, 119, 255, .10), transparent 34%),
    radial-gradient(circle at bottom left, rgba(22, 199, 217, .10), transparent 30%),
    var(--shiz-bg);
  border-radius: 28px;
  overflow: hidden;
}

.shiz-support-head {
  text-align: center;
  max-width: 940px;
  margin: 0 auto 40px auto;
}

.shiz-support-head .shiz-kicker {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 18px;
}

.shiz-support-head .shiz-title {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 16px;
}

.shiz-support-head .shiz-text {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}

.shiz-support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}

.shiz-support-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 63, .08);
  border-radius: 26px;
  padding: 28px 24px;
  text-align: right;
  box-shadow: 0 18px 52px rgba(16, 36, 63, .08);
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  animation: shizSupportFade .65s ease both;
}

.shiz-support-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(22, 119, 255, .06), rgba(22, 199, 217, .05));
  opacity: 0;
  transition: opacity .28s ease;
  pointer-events: none;
}

.shiz-support-card-main {
  background: linear-gradient(135deg, #ffffff, #f4fbff);
  border-color: rgba(22, 119, 255, .18);
  transform: translateY(-8px);
}

.shiz-support-icon {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  box-shadow: 0 16px 34px rgba(22, 119, 255, .24);
  transition: transform .28s ease, box-shadow .28s ease;
}

.shiz-support-icon svg {
  width: 28px;
  height: 28px;
}

.shiz-support-step {
  position: relative;
  z-index: 1;
  display: inline-flex;
  background: rgba(22, 119, 255, .08);
  color: var(--shiz-blue);
  border-radius: 999px;
  padding: 7px 13px;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 14px;
}

.shiz-support-card h3 {
  position: relative;
  z-index: 1;
  color: var(--shiz-dark);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.6;
  margin: 0 0 10px 0;
}

.shiz-support-card p {
  position: relative;
  z-index: 1;
  color: var(--shiz-muted);
  font-size: 15px;
  line-height: 2;
  margin: 0;
}

.shiz-support-card:nth-child(1) { animation-delay: .05s; }
.shiz-support-card:nth-child(2) { animation-delay: .14s; }
.shiz-support-card:nth-child(3) { animation-delay: .23s; }

.shiz-support-note {
  margin: 30px auto 0 auto;
  max-width: 900px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: linear-gradient(135deg, #10243f, #123b68);
  color: #ffffff;
  border-radius: 24px;
  padding: 20px 22px;
  box-shadow: 0 22px 58px rgba(16, 36, 63, .16);
}

.shiz-support-note-icon {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.shiz-support-note-icon svg {
  width: 22px;
  height: 22px;
}

.shiz-support-note p {
  color: rgba(255, 255, 255, .88);
  font-size: 15px;
  line-height: 2;
  margin: 0;
  text-align: right;
}

@media (hover: hover) and (pointer: fine) {
  .shiz-support-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 70px rgba(16, 36, 63, .14);
    border-color: rgba(22, 119, 255, .22);
  }

  .shiz-support-card-main:hover {
    transform: translateY(-12px);
  }

  .shiz-support-card:hover::before {
    opacity: 1;
  }

  .shiz-support-card:hover .shiz-support-icon {
    transform: scale(1.08) rotate(-4deg);
    box-shadow: 0 20px 42px rgba(22, 119, 255, .30);
  }
}

@keyframes shizSupportFade {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .shiz-support-grid {
    grid-template-columns: 1fr;
  }

  .shiz-support-card-main {
    transform: none;
  }
}

@media (max-width: 767px) {
  .shiz-support-section {
    padding: 34px 14px !important;
    border-radius: 22px;
  }

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

  .shiz-support-head .shiz-kicker {
    font-size: 12px !important;
    padding: 6px 13px !important;
    margin-bottom: 12px;
  }

  .shiz-support-head .shiz-title {
    font-size: 22px !important;
    line-height: 1.55;
    margin-bottom: 10px;
  }

  .shiz-support-head .shiz-text {
    font-size: 14px !important;
    line-height: 1.9;
  }

  .shiz-support-grid {
    gap: 14px;
  }

  .shiz-support-card {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .shiz-support-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    margin-bottom: 13px;
  }

  .shiz-support-icon svg {
    width: 24px;
    height: 24px;
  }

  .shiz-support-step {
    font-size: 11.5px;
    padding: 6px 12px;
    margin-bottom: 11px;
  }

  .shiz-support-card h3 {
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 7px;
  }

  .shiz-support-card p {
    font-size: 13.8px;
    line-height: 1.85;
  }

  .shiz-support-note {
    margin-top: 20px;
    padding: 17px 16px;
    border-radius: 20px;
    align-items: flex-start;
  }

  .shiz-support-note-icon {
    width: 38px;
    height: 38px;
    border-radius: 13px;
  }

  .shiz-support-note p {
    font-size: 13.5px;
    line-height: 1.9;
  }
}

.shiz-trust-section-v2 {
  background:
    radial-gradient(circle at top right, rgba(22, 119, 255, .11), transparent 34%),
    radial-gradient(circle at bottom left, rgba(22, 199, 217, .11), transparent 30%),
    #ffffff;
  border-radius: 28px;
  overflow: hidden;
}

.shiz-trust-head-v2 {
  text-align: center;
  max-width: 940px;
  margin: 0 auto 44px auto;
}

.shiz-trust-head-v2 .shiz-kicker {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 18px;
}

.shiz-trust-head-v2 .shiz-title {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 16px;
}

.shiz-trust-head-v2 .shiz-text {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.shiz-trust-map-v2 {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.18fr 1fr;
  grid-template-areas:
    "node1 core node2"
    "node3 core node4";
  gap: 22px;
  align-items: stretch;
  background:
    linear-gradient(135deg, #f7fbff, #ffffff);
  border: 1px solid rgba(16, 36, 63, .08);
  border-radius: 34px;
  padding: 26px;
  box-shadow: 0 24px 70px rgba(16, 36, 63, .09);
  overflow: hidden;
}

.shiz-trust-map-v2::before {
  content: "";
  position: absolute;
  inset: 50% 8%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(22, 119, 255, .22), rgba(22, 199, 217, .24), transparent);
}

.shiz-trust-map-v2::after {
  content: "";
  position: absolute;
  top: 10%;
  bottom: 10%;
  right: 50%;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(22, 119, 255, .18), rgba(22, 199, 217, .22), transparent);
}

.node-one { grid-area: node1; }
.node-two { grid-area: node2; }
.node-three { grid-area: node3; }
.node-four { grid-area: node4; }

.shiz-trust-core-v2 {
  grid-area: core;
  position: relative;
  z-index: 2;
  min-height: 100%;
  background:
    radial-gradient(circle at top, rgba(22, 199, 217, .16), transparent 44%),
    linear-gradient(135deg, #10243f, #123b68);
  border-radius: 30px;
  padding: 34px 28px;
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 28px 80px rgba(16, 36, 63, .22);
  overflow: hidden;
}

.shiz-trust-core-v2::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(22, 199, 217, .14);
  top: -70px;
  left: -70px;
}

.shiz-trust-core-ring {
  position: relative;
  z-index: 1;
  width: 94px;
  height: 94px;
  margin: 0 auto 20px auto;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .22);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .08);
}

.shiz-trust-core-icon {
  width: 66px;
  height: 66px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 45px rgba(22, 119, 255, .34);
}

.shiz-trust-core-icon svg {
  width: 34px;
  height: 34px;
}

.shiz-trust-core-v2 span {
  position: relative;
  z-index: 1;
  display: block;
  color: #bdefff;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 10px;
}

.shiz-trust-core-v2 strong {
  position: relative;
  z-index: 1;
  display: block;
  color: #ffffff;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.7;
  margin-bottom: 12px;
}

.shiz-trust-core-v2 p {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, .80);
  font-size: 15px;
  line-height: 2;
  margin: 0;
}

.shiz-trust-node-v2 {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(16, 36, 63, .08);
  border-radius: 26px;
  padding: 24px 20px;
  text-align: right;
  box-shadow: 0 16px 44px rgba(16, 36, 63, .07);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  animation: shizTrustMapFade .65s ease both;
}

.shiz-trust-node-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(22, 119, 255, .06), rgba(22, 199, 217, .05));
  opacity: 0;
  transition: opacity .28s ease;
  pointer-events: none;
}

.shiz-trust-node-icon-v2 {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 17px;
  background: linear-gradient(135deg, rgba(22, 119, 255, .10), rgba(22, 199, 217, .12));
  color: var(--shiz-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  transition: transform .28s ease, background .28s ease, color .28s ease;
}

.shiz-trust-node-icon-v2 svg {
  width: 25px;
  height: 25px;
}

.shiz-trust-node-v2 span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  color: var(--shiz-blue);
  background: rgba(22, 119, 255, .08);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 11.5px;
  font-weight: 900;
  margin-bottom: 10px;
}

.shiz-trust-node-v2 h3 {
  position: relative;
  z-index: 1;
  color: var(--shiz-dark);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.6;
  margin: 0 0 8px 0;
}

.shiz-trust-node-v2 p {
  position: relative;
  z-index: 1;
  color: var(--shiz-muted);
  font-size: 14.5px;
  line-height: 1.9;
  margin: 0;
}

.node-one { animation-delay: .05s; }
.node-two { animation-delay: .12s; }
.node-three { animation-delay: .19s; }
.node-four { animation-delay: .26s; }

@media (hover: hover) and (pointer: fine) {
  .shiz-trust-node-v2:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 65px rgba(16, 36, 63, .13);
    border-color: rgba(22, 119, 255, .22);
  }

  .shiz-trust-node-v2:hover::before {
    opacity: 1;
  }

  .shiz-trust-node-v2:hover .shiz-trust-node-icon-v2 {
    transform: scale(1.08) rotate(-4deg);
    background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
    color: #ffffff;
  }
}

@keyframes shizTrustMapFade {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .shiz-trust-map-v2 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "core core"
      "node1 node2"
      "node3 node4";
  }

  .shiz-trust-map-v2::before,
  .shiz-trust-map-v2::after {
    display: none;
  }

  .shiz-trust-core-v2 {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .shiz-trust-section-v2 {
    padding: 34px 14px !important;
    border-radius: 22px;
  }

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

  .shiz-trust-head-v2 .shiz-kicker {
    font-size: 12px !important;
    padding: 6px 13px !important;
    margin-bottom: 12px;
  }

  .shiz-trust-head-v2 .shiz-title {
    font-size: 22px !important;
    line-height: 1.55;
    margin-bottom: 10px;
  }

  .shiz-trust-head-v2 .shiz-text {
    font-size: 14px !important;
    line-height: 1.9;
  }

  .shiz-trust-map-v2 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "core"
      "node1"
      "node2"
      "node3"
      "node4";
    gap: 14px;
    padding: 14px;
    border-radius: 22px;
  }

  .shiz-trust-core-v2 {
    padding: 26px 20px;
    border-radius: 22px;
  }

  .shiz-trust-core-ring {
    width: 76px;
    height: 76px;
    margin-bottom: 16px;
  }

  .shiz-trust-core-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
  }

  .shiz-trust-core-icon svg {
    width: 28px;
    height: 28px;
  }

  .shiz-trust-core-v2 strong {
    font-size: 20px;
    line-height: 1.6;
  }

  .shiz-trust-core-v2 p {
    font-size: 13.8px;
    line-height: 1.85;
  }

  .shiz-trust-node-v2 {
    padding: 20px 18px;
    border-radius: 20px;
  }

  .shiz-trust-node-icon-v2 {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 12px;
  }

  .shiz-trust-node-icon-v2 svg {
    width: 22px;
    height: 22px;
  }

  .shiz-trust-node-v2 h3 {
    font-size: 18px;
    line-height: 1.55;
  }

  .shiz-trust-node-v2 p {
    font-size: 13.8px;
    line-height: 1.85;
  }
}

.shiz-faq-section-v2 {
  background:
    radial-gradient(circle at top right, rgba(22, 119, 255, .10), transparent 34%),
    radial-gradient(circle at bottom left, rgba(22, 199, 217, .10), transparent 30%),
    var(--shiz-bg);
  border-radius: 28px;
  overflow: hidden;
}

.shiz-faq-head-v2 {
  text-align: center;
  max-width: 940px;
  margin: 0 auto 36px auto;
}

.shiz-faq-head-v2 .shiz-kicker {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 18px;
}

.shiz-faq-head-v2 .shiz-title {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 16px;
}

.shiz-faq-head-v2 .shiz-text {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.shiz-faq-list-v2 {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.shiz-faq-item-v2 {
  background: #ffffff;
  border: 1px solid rgba(16, 36, 63, .08);
  border-radius: 22px;
  box-shadow: 0 16px 44px rgba(16, 36, 63, .07);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.shiz-faq-item-v2 summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 22px 64px 22px 76px;
  color: var(--shiz-dark);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.8;
  background: #ffffff;
}

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

.shiz-faq-item-v2 summary::before {
  content: "؟";
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 12px 26px rgba(22, 119, 255, .22);
}

.shiz-faq-item-v2 summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--shiz-blue);
  font-size: 22px;
  font-weight: 900;
}

.shiz-faq-item-v2[open] summary {
  background: linear-gradient(135deg, #ffffff, #f4fbff);
  color: var(--shiz-blue);
}

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

.shiz-faq-item-v2 div {
  border-top: 1px solid rgba(16, 36, 63, .08);
  padding: 0 24px 22px 24px;
  color: var(--shiz-muted);
  font-size: 15px;
  line-height: 2.1;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
}

@media (hover: hover) and (pointer: fine) {
  .shiz-faq-item-v2:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 60px rgba(16, 36, 63, .11);
    border-color: rgba(22, 119, 255, .20);
  }
}

@media (max-width: 767px) {
  .shiz-faq-section-v2 {
    padding: 34px 14px !important;
    border-radius: 22px;
  }

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

  .shiz-faq-head-v2 .shiz-kicker {
    font-size: 12px !important;
    padding: 6px 13px !important;
    margin-bottom: 12px;
  }

  .shiz-faq-head-v2 .shiz-title {
    font-size: 22px !important;
    line-height: 1.55;
    margin-bottom: 10px;
  }

  .shiz-faq-head-v2 .shiz-text {
    font-size: 14px !important;
    line-height: 1.9;
  }

  .shiz-faq-list-v2 {
    gap: 12px;
  }

  .shiz-faq-item-v2 {
    border-radius: 18px;
  }

  .shiz-faq-item-v2 summary {
    padding: 18px 52px 18px 58px;
    font-size: 14.5px;
    line-height: 1.75;
  }

  .shiz-faq-item-v2 summary::before {
    left: 16px;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    font-size: 15px;
  }

  .shiz-faq-item-v2 summary::after {
    right: 16px;
    font-size: 20px;
  }

  .shiz-faq-item-v2 div {
    padding: 0 16px 18px 16px;
    font-size: 13.8px;
    line-height: 1.9;
  }
}

.shiz-demo-section {
  background:
    radial-gradient(circle at top right, rgba(22, 119, 255, .25), transparent 34%),
    radial-gradient(circle at bottom left, rgba(22, 199, 217, .22), transparent 30%),
    linear-gradient(135deg, #0d223d 0%, #123b68 100%);
  border-radius: 30px;
  overflow: hidden;
  color: #ffffff;
}

.shiz-demo-layout {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 34px;
  align-items: center;
}

.shiz-demo-content {
  text-align: right;
}

.shiz-demo-content .shiz-kicker {
  background: rgba(255, 255, 255, .12);
  color: #ffffff;
  margin-bottom: 18px;
}

.shiz-demo-content .shiz-title {
  color: #ffffff;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 16px;
}

.shiz-demo-content .shiz-text {
  color: rgba(255, 255, 255, .82);
  font-size: 16px;
  line-height: 2.15;
  margin-bottom: 26px;
}

.shiz-demo-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 24px;
}

.shiz-demo-point {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  padding: 14px 16px;
  backdrop-filter: blur(12px);
}

.shiz-demo-point span {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  box-shadow: 0 12px 28px rgba(22, 119, 255, .28);
}

.shiz-demo-point svg {
  width: 18px;
  height: 18px;
}

.shiz-demo-point p {
  color: rgba(255, 255, 255, .90);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  margin: 0;
}

.shiz-demo-trust {
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .18);
  border-right: 4px solid var(--shiz-cyan);
  border-radius: 22px;
  padding: 18px 20px;
  backdrop-filter: blur(12px);
}

.shiz-demo-trust strong {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 6px;
}

.shiz-demo-trust span {
  display: block;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.9;
}

.shiz-demo-form-wrap {
  position: relative;
}

.shiz-demo-form-wrap::before {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(22, 119, 255, .24), rgba(22, 199, 217, .18));
  filter: blur(2px);
  opacity: .75;
}

.shiz-demo-form {
  position: relative;
  z-index: 1;
  background: #ffffff;
  color: var(--shiz-text);
  border-radius: 30px;
  padding: 28px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .22);
  border: 1px solid rgba(255, 255, 255, .22);
  text-align: right;
}

.shiz-demo-form-head {
  margin-bottom: 22px;
}

.shiz-demo-form-head span {
  display: inline-flex;
  background: rgba(22, 119, 255, .08);
  color: var(--shiz-blue);
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 12px;
}

.shiz-demo-form-head h3 {
  color: var(--shiz-dark);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.6;
  margin: 0 0 8px 0;
}

.shiz-demo-form-head p {
  color: var(--shiz-muted);
  font-size: 14px;
  line-height: 1.9;
  margin: 0;
}

.shiz-demo-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.shiz-demo-form label,
.shiz-demo-textarea {
  display: grid;
  gap: 8px;
}

.shiz-demo-form label span,
.shiz-demo-field-title {
  color: var(--shiz-dark);
  font-size: 13px;
  font-weight: 900;
}

.shiz-demo-form input,
.shiz-demo-form select,
.shiz-demo-form textarea {
  width: 100%;
  border: 1px solid rgba(16, 36, 63, .12);
  background: #f8fbff;
  color: var(--shiz-text);
  border-radius: 16px;
  padding: 13px 14px;
  font-size: 14px;
  line-height: 1.6;
  outline: none;
  transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.shiz-demo-form textarea {
  resize: vertical;
  min-height: 110px;
}

.shiz-demo-form input:focus,
.shiz-demo-form select:focus,
.shiz-demo-form textarea:focus {
  border-color: rgba(22, 119, 255, .45);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(22, 119, 255, .10);
}

.shiz-demo-modules {
  margin-top: 16px;
}

.shiz-demo-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
}

.shiz-demo-checks label {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8fbff;
  border: 1px solid rgba(16, 36, 63, .08);
  border-radius: 14px;
  padding: 11px 12px;
  color: var(--shiz-text);
  font-size: 13.5px;
  line-height: 1.6;
  cursor: pointer;
}

.shiz-demo-checks input {
  width: 16px;
  height: 16px;
  accent-color: var(--shiz-blue);
  flex: 0 0 auto;
}

.shiz-demo-textarea {
  margin-top: 16px;
}

.shiz-demo-submit {
  width: 100%;
  border: none;
  cursor: pointer;
  margin-top: 18px;
  border-radius: 18px;
  padding: 15px 20px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
  box-shadow: 0 18px 42px rgba(22, 119, 255, .28);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.shiz-demo-form-note {
  color: var(--shiz-muted);
  font-size: 12.5px;
  line-height: 1.9;
  text-align: center;
  margin: 14px 0 0 0;
}

@media (hover: hover) and (pointer: fine) {
  .shiz-demo-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 56px rgba(22, 119, 255, .34);
    filter: saturate(1.06);
  }

  .shiz-demo-point {
    transition: transform .25s ease, background .25s ease, border-color .25s ease;
  }

  .shiz-demo-point:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, .15);
    border-color: rgba(255, 255, 255, .26);
  }
}

@media (max-width: 1024px) {
  .shiz-demo-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .shiz-demo-section {
    padding: 34px 14px !important;
    border-radius: 22px;
  }

  .shiz-demo-layout {
    gap: 24px;
  }

  .shiz-demo-content .shiz-kicker {
    font-size: 12px !important;
    padding: 6px 13px !important;
    margin-bottom: 12px;
  }

  .shiz-demo-content .shiz-title {
    font-size: 24px !important;
    line-height: 1.55;
    margin-bottom: 10px;
  }

  .shiz-demo-content .shiz-text {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 18px;
  }

  .shiz-demo-points {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 18px;
  }

  .shiz-demo-point {
    padding: 12px 13px;
    border-radius: 16px;
  }

  .shiz-demo-point span {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }

  .shiz-demo-point p {
    font-size: 13.5px;
  }

  .shiz-demo-trust {
    padding: 15px 16px;
    border-radius: 18px;
  }

  .shiz-demo-trust strong {
    font-size: 14.5px;
  }

  .shiz-demo-trust span {
    font-size: 13px;
    line-height: 1.8;
  }

  .shiz-demo-form-wrap::before {
    inset: -8px;
    border-radius: 26px;
  }

  .shiz-demo-form {
    padding: 20px 16px;
    border-radius: 22px;
  }

  .shiz-demo-form-head {
    margin-bottom: 18px;
  }

  .shiz-demo-form-head h3 {
    font-size: 20px;
    line-height: 1.55;
  }

  .shiz-demo-form-head p {
    font-size: 13.5px;
    line-height: 1.8;
  }

  .shiz-demo-fields {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .shiz-demo-form input,
  .shiz-demo-form select,
  .shiz-demo-form textarea {
    border-radius: 14px;
    padding: 12px 13px;
    font-size: 13.5px;
  }

  .shiz-demo-checks {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .shiz-demo-checks label {
    font-size: 13px;
    padding: 10px 11px;
  }

  .shiz-demo-submit {
    border-radius: 16px;
    padding: 14px 18px;
    font-size: 15px;
  }

  .shiz-demo-form-note {
    font-size: 12px;
  }
}

.shiz-home-sections > .shiz-section {
  margin: 0;
}

.shiz-choice-card,
.shiz-result-card,
.shiz-process-card,
.shiz-module-card-v3,
.shiz-business-card,
.shiz-ba-panel,
.shiz-report-list li,
.shiz-report-mini-card,
.shiz-security-card,
.shiz-tax-item,
.shiz-onboarding-card,
.shiz-persona-card,
.shiz-support-card,
.shiz-faq-item-v2,
.shiz-trust-node-v2 {
  height: 100%;
}

.shiz-dashboard-image,
.shiz-tax-image,
.shiz-reports-chart,
.shiz-security-visual,
.shiz-demo-form,
.shiz-contact-form-wrap {
  max-width: 100%;
}

.shiz-compare-table {
  width: 100%;
  border-collapse: separate;
}

.shiz-demo-form input,
.shiz-demo-form select,
.shiz-demo-form textarea {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .shiz-dashboard-grid,
  .shiz-reports-layout,
  .shiz-tax-layout,
  .shiz-demo-layout {
    grid-template-columns: 1fr !important;
  }

  .shiz-dashboard-content,
  .shiz-dashboard-image-wrap {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .shiz-home-sections > .shiz-section {
    margin-right: 0;
    margin-left: 0;
  }

  .shiz-compare-table-wrap {
    overflow: visible;
  }

  .shiz-demo-form-wrap,
  .shiz-tax-visual-wrap,
  .shiz-reports-visual {
    margin-top: 8px;
  }
}
