.czsih-home-active .entry-title,
.czsih-home-active .page-title,
.czsih-home-active .entry-header:has(.entry-title) {
  display: none !important;
}

.czsih-home-active .entry-content,
.czsih-home-active main .entry-content,
.czsih-home-active article.page .entry-content,
.czsih-home-active article.page,
.czsih-home-active main.site-main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.czsih-home {
  --cz-black: #171a20;
  --cz-ink: #1d2129;
  --cz-gray-900: #2b3038;
  --cz-gray-700: #5f6672;
  --cz-gray-500: #858c97;
  --cz-gray-300: #d7dbe1;
  --cz-gray-200: #e7e9ed;
  --cz-gray-100: #f4f5f6;
  --cz-gray-050: #fafafa;
  --cz-blue: #139ed8;
  --cz-blue-dark: #087dad;
  --cz-white: #ffffff;
  width: 100%;
  color: var(--cz-ink);
  background: var(--cz-white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.czsih-home *,
.czsih-home *::before,
.czsih-home *::after {
  box-sizing: border-box;
}

.czsih-home svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.czsih-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.czsih-hero {
  padding: clamp(54px, 7vw, 86px) 0 clamp(46px, 6vw, 70px);
  text-align: center;
  background: #ffffff;
}

.czsih-hero-inner {
  max-width: 920px;
}

.czsih-hero-label {
  margin-bottom: 12px;
  color: var(--cz-blue-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}

.czsih-hero h1 {
  max-width: 850px;
  margin: 0 auto;
  color: var(--cz-ink);
  font-size: clamp(42px, 5.3vw, 64px);
  line-height: 1.02;
  letter-spacing: -.045em;
  font-weight: 800;
}

.czsih-hero p {
  max-width: 790px;
  margin: 22px auto 0;
  color: #727985;
  font-size: clamp(16px, 1.8vw, 19px);
  line-height: 1.62;
}

.czsih-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.czsih-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none !important;
}

.czsih-btn-primary {
  color: #ffffff !important;
  border-color: var(--cz-blue);
  background: var(--cz-blue);
}

.czsih-btn-primary:hover {
  border-color: var(--cz-blue-dark);
  background: var(--cz-blue-dark);
}

.czsih-btn-secondary {
  color: #30353e !important;
  border-color: #cfd3d9;
  background: #ffffff;
}

.czsih-btn-secondary:hover {
  color: #111318 !important;
  border-color: #aeb4bd;
  background: #f7f8f9;
}

.czsih-price-area {
  padding: 0 0 70px;
  background: #ffffff;
}

.czsih-panel {
  border: 1px solid #252a32;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(17, 24, 39, .08);
}

.czsih-panel-bar {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px 24px;
  color: #ffffff;
  background: #20242c;
}

.czsih-panel-bar span {
  display: block;
  margin-bottom: 3px;
  color: #9fa6b1;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
}

.czsih-panel-bar h2 {
  margin: 0;
  color: #ffffff;
  font-size: 23px;
  line-height: 1.15;
  letter-spacing: -.02em;
}

.czsih-panel-bar > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #69c9f2 !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
}

.czsih-panel-bar > a svg {
  width: 16px;
  height: 16px;
}

.czsih-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.czsih-panel .czsih-feature-grid {
  padding: 18px;
  background: #f1f2f4;
}

.czsih-feature-card {
  min-width: 0;
  border: 1px solid #d7dbe1;
  border-radius: 7px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 4px 11px rgba(15, 23, 42, .05);
}

.czsih-product-visual {
  height: 174px;
  display: grid;
  place-items: center;
  color: #68707c;
  background: #f4f5f6;
  border-bottom: 1px solid #dfe2e6;
}

.czsih-product-visual svg {
  width: 88px;
  height: 88px;
  stroke-width: 1.15;
}

.czsih-product-visual-ssd svg {
  width: 82px;
  height: 82px;
}

.czsih-product-visual-pc svg,
.czsih-product-visual-nas svg {
  width: 94px;
  height: 94px;
}

.czsih-feature-body {
  padding: 19px 20px 18px;
}

.czsih-card-kicker {
  color: #8a919b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
}

.czsih-feature-card h3 {
  margin: 5px 0 9px;
  color: var(--cz-ink);
  font-size: 20px;
  line-height: 1.18;
  letter-spacing: -.02em;
}

.czsih-feature-card h3 a {
  color: var(--cz-ink) !important;
  text-decoration: none !important;
}

.czsih-feature-card h3 a:hover {
  color: var(--cz-blue-dark) !important;
}

.czsih-feature-card p {
  min-height: 67px;
  margin: 0 0 17px;
  color: #686f7a;
  font-size: 13.5px;
  line-height: 1.62;
}

.czsih-card-meta {
  padding-top: 13px;
  border-top: 1px solid #eceef1;
  color: #343941;
  font-size: 12px;
  font-weight: 700;
}

.czsih-section {
  padding: 72px 0;
}

.czsih-section-white {
  background: #ffffff;
}

.czsih-section-gray {
  background: #f3f4f5;
  border-top: 1px solid #e1e3e6;
  border-bottom: 1px solid #e1e3e6;
}

.czsih-section-heading {
  max-width: 760px;
  margin: 0 auto 31px;
  text-align: center;
}

.czsih-section-heading h2 {
  margin: 0;
  color: var(--cz-ink);
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.czsih-section-heading p {
  margin: 12px 0 0;
  color: #767d88;
  font-size: 15px;
  line-height: 1.62;
}

.czsih-section-white .czsih-feature-grid {
  gap: 18px;
}

.czsih-resource-list {
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid #d8dce1;
  border-radius: 7px;
  overflow: hidden;
  background: #ffffff;
}

.czsih-resource-list > a {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 22px;
  gap: 17px;
  align-items: center;
  min-height: 90px;
  padding: 17px 20px;
  border-bottom: 1px solid #e1e4e8;
  color: #282d35 !important;
  text-decoration: none !important;
}

.czsih-resource-list > a:last-child {
  border-bottom: 0;
}

.czsih-resource-list > a:hover {
  background: #f8f9fa;
}

.czsih-resource-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid #d6dbe0;
  border-radius: 5px;
  color: #198fc0;
  background: #f7f8f9;
}

.czsih-resource-icon svg {
  width: 23px;
  height: 23px;
}

.czsih-resource-list strong,
.czsih-resource-list small {
  display: block;
}

.czsih-resource-list strong {
  margin-bottom: 3px;
  color: #20242b;
  font-size: 16px;
}

.czsih-resource-list small {
  color: #727984;
  font-size: 13px;
  line-height: 1.45;
}

.czsih-resource-list > a > svg {
  width: 18px;
  height: 18px;
  color: #9aa1ab;
}

.czsih-resource-list > a:hover > svg {
  color: var(--cz-blue-dark);
}

.czsih-method {
  padding: 72px 0 82px;
  background: #ffffff;
}

.czsih-method-heading {
  margin-bottom: 34px;
}

.czsih-method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #d9dde2;
  border-radius: 7px;
  overflow: hidden;
}

.czsih-method-grid > div {
  padding: 24px 23px 25px;
  border-right: 1px solid #dfe2e6;
  background: #ffffff;
}

.czsih-method-grid > div:last-child {
  border-right: 0;
}

.czsih-method-grid span {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  margin-bottom: 14px;
  border: 1px solid #a8d7ea;
  border-radius: 50%;
  color: #118fc5;
}

.czsih-method-grid span svg {
  width: 16px;
  height: 16px;
}

.czsih-method-grid strong {
  display: block;
  margin-bottom: 7px;
  color: #252a31;
  font-size: 15px;
}

.czsih-method-grid p {
  margin: 0;
  color: #737a85;
  font-size: 13px;
  line-height: 1.58;
}

.czsih-bottom-links {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 26px;
}

.czsih-bottom-links a {
  color: var(--cz-blue-dark) !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
}

.czsih-bottom-links a:hover {
  text-decoration: underline !important;
}

@media (max-width: 900px) {
  .czsih-container {
    width: min(100% - 30px, 1180px);
  }
  .czsih-hero {
    padding-top: 48px;
  }
  .czsih-feature-grid {
    grid-template-columns: 1fr;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .czsih-product-visual {
    height: 150px;
  }
  .czsih-feature-card p {
    min-height: 0;
  }
  .czsih-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .czsih-method-grid > div:nth-child(2) {
    border-right: 0;
  }
  .czsih-method-grid > div:nth-child(-n+2) {
    border-bottom: 1px solid #dfe2e6;
  }
}

@media (max-width: 620px) {
  .czsih-hero h1 {
    font-size: clamp(38px, 12vw, 49px);
  }
  .czsih-hero p {
    font-size: 16px;
  }
  .czsih-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .czsih-panel-bar {
    display: block;
    padding: 18px 19px;
  }
  .czsih-panel-bar > a {
    margin-top: 12px;
    white-space: normal;
  }
  .czsih-panel .czsih-feature-grid {
    padding: 12px;
  }
  .czsih-section {
    padding: 58px 0;
  }
  .czsih-section-heading {
    text-align: left;
  }
  .czsih-resource-list > a {
    grid-template-columns: 42px minmax(0, 1fr) 18px;
    gap: 12px;
    padding: 15px;
  }
  .czsih-resource-icon {
    width: 40px;
    height: 40px;
  }
  .czsih-method-grid {
    grid-template-columns: 1fr;
  }
  .czsih-method-grid > div,
  .czsih-method-grid > div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #dfe2e6;
  }
  .czsih-method-grid > div:last-child {
    border-bottom: 0;
  }
  .czsih-bottom-links {
    flex-direction: column;
    gap: 9px;
    align-items: flex-start;
  }
}
