:root {
  --cz-red: #ec1b2e;
  --cz-red-dark: #a70f1e;
  --cz-cyan: #0fd6ff;
  --cz-blue: #0a2647;
  --cz-navy: #07111f;
  --cz-ink: #0d1724;
  --cz-muted: #617083;
  --cz-soft: #eef5f8;
  --cz-card: rgba(255, 255, 255, 0.92);
  --cz-border: rgba(12, 31, 54, 0.12);
  --cz-shadow: 0 26px 80px rgba(7, 17, 31, 0.18);
}

.page-brand-czone .u-main,
.cz-page {
  background: linear-gradient(180deg, #f7fbfd 0%, #ffffff 34%, #edf5f8 100%);
}

.cz-page {
  color: var(--cz-ink);
  overflow: hidden;
}

.cz-page * {
  box-sizing: border-box;
}

.cz-shell {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.cz-hero {
  position: relative;
  min-height: 820px;
  padding: clamp(66px, 8vw, 124px) 0 clamp(48px, 6vw, 80px);
  background: #06111f;
  isolation: isolate;
}

.cz-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(6, 17, 31, 0.96), rgba(6, 17, 31, 0.76) 42%, rgba(6, 17, 31, 0.38) 70%, rgba(6, 17, 31, 0.74)), var(--cz-hero-image);
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.cz-hero::after {
  content: "";
  position: absolute;
  inset: auto -18vw -22vw auto;
  width: 58vw;
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(15, 214, 255, 0.22), rgba(236, 27, 46, 0.1) 36%, transparent 68%);
  filter: blur(8px);
  z-index: -1;
}

.cz-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(330px, 0.72fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.cz-hero__copy {
  max-width: 760px;
}

.cz-brand-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.cz-brand-pill__mark {
  display: grid;
  place-items: center;
  width: 88px;
  height: 40px;
  border-radius: 999px;
  background: #fff;
  padding: 6px 12px;
}

.cz-brand-pill__mark img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.cz-eyebrow,
.cz-kicker {
  margin: 22px 0 14px;
  color: var(--cz-red);
  font-size: 0.79rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cz-hero h1,
.cz-section-head h2,
.cz-inquiry h2 {
  margin: 0;
  font-family: "Cinzel", Georgia, serif;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.cz-hero h1 {
  color: #fff;
  font-size: clamp(3rem, 7.2vw, 6.8rem);
  max-width: 920px;
  text-shadow: 0 16px 48px rgba(0, 0, 0, 0.36);
}

.cz-hero h1 span,
.cz-section-head h2 span,
.cz-integration h2 span {
  color: var(--cz-cyan);
}

.cz-lead {
  max-width: 740px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.02rem, 1.4vw, 1.22rem);
  line-height: 1.78;
}

.cz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.cz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid transparent;
  font-weight: 900;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
}

.cz-btn:hover {
  transform: translateY(-2px);
}

.cz-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--cz-red), #ff4b5d);
  box-shadow: 0 18px 44px rgba(236, 27, 46, 0.28);
}

.cz-btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.09);
}

.cz-btn--link {
  color: #fff;
  padding-inline: 6px;
  border: 0;
  background: transparent;
}

.cz-hero__panel {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.cz-panel-media {
  position: relative;
  min-height: 340px;
  background: linear-gradient(135deg, rgba(15, 214, 255, 0.2), rgba(236, 27, 46, 0.08));
}

.cz-panel-media img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  display: block;
  object-fit: cover;
}

.cz-panel-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  color: #fff;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(7, 17, 31, 0.72);
  backdrop-filter: blur(14px);
  font-weight: 900;
  font-size: 0.83rem;
}

.cz-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.cz-stat {
  min-height: 128px;
  padding: 22px 18px;
  background: rgba(5, 14, 26, 0.82);
}

.cz-stat strong {
  display: block;
  color: #fff;
  font-size: clamp(1.45rem, 2vw, 2.15rem);
  line-height: 1;
}

.cz-stat span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.66);
  font-weight: 700;
  line-height: 1.45;
}

.cz-marquee {
  position: relative;
  margin-top: -1px;
  background: var(--cz-red);
  overflow: hidden;
  color: #fff;
}

.cz-marquee__track {
  display: flex;
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  min-width: max-content;
  padding: 18px 0;
  animation: cz-marquee 34s linear infinite;
}

.cz-marquee span {
  white-space: nowrap;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

@keyframes cz-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-34%); }
}

.cz-section {
  padding: clamp(70px, 9vw, 126px) 0;
  position: relative;
}

.cz-section-head {
  max-width: 760px;
}

.cz-section-head--center {
  margin: 0 auto clamp(32px, 5vw, 58px);
  text-align: center;
}

.cz-section-head h2 {
  color: var(--cz-ink);
  font-size: clamp(2.25rem, 5.1vw, 4.6rem);
}

.cz-section-head p:not(.cz-kicker),
.cz-integration__copy p:not(.cz-kicker),
.cz-inquiry > p {
  color: var(--cz-muted);
  line-height: 1.8;
  font-size: 1.02rem;
}

.cz-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.cz-intro__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.cz-system-card,
.cz-product-card,
.cz-resource-card,
.cz-inquiry,
.cz-faq-item {
  border: 1px solid var(--cz-border);
  background: var(--cz-card);
  box-shadow: 0 18px 54px rgba(7, 17, 31, 0.08);
}

.cz-system-card {
  min-height: 250px;
  border-radius: 28px;
  padding: 28px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.cz-system-card:hover {
  transform: translateY(-6px);
  border-color: rgba(236, 27, 46, 0.34);
  box-shadow: var(--cz-shadow);
}

.cz-system-card__icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--cz-red), var(--cz-blue));
  font-size: 1.45rem;
  font-weight: 900;
}

.cz-system-card h3 {
  margin: 22px 0 12px;
  color: var(--cz-ink);
  font-size: 1.2rem;
}

.cz-system-card p {
  margin: 0;
  color: var(--cz-muted);
  line-height: 1.65;
}

.cz-gallery-band {
  background: radial-gradient(circle at 20% 10%, rgba(15, 214, 255, 0.18), transparent 32%), linear-gradient(180deg, #07111f, #0a2039);
}

.cz-gallery-band__header {
  display: flex;
  justify-content: center;
  margin-bottom: 26px;
}

.cz-gallery-band__header span {
  display: inline-flex;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
}

.cz-gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.78fr 0.78fr;
  grid-auto-rows: 270px;
  gap: 18px;
}

.cz-gallery__item {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #0d1724;
}

.cz-gallery__item--wide {
  grid-row: span 2;
}

.cz-gallery__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.45s ease;
}

.cz-gallery__item:hover img {
  transform: scale(1.08);
}

.cz-gallery__item figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 12px 14px;
  border-radius: 20px;
  color: #fff;
  background: rgba(5, 14, 26, 0.68);
  backdrop-filter: blur(12px);
  font-weight: 900;
}

.cz-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.cz-product-card {
  overflow: hidden;
  border-radius: 34px;
  display: grid;
  grid-template-rows: 330px 1fr;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(246, 251, 253, 0.96));
}

.cz-product-card__media {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 50% 36%, rgba(15, 214, 255, 0.16), transparent 36%), linear-gradient(135deg, #f7fbfd, #e9f2f6);
  padding: 26px;
}

.cz-product-card__media::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 28px;
  border: 1px solid rgba(12, 31, 54, 0.08);
  pointer-events: none;
}

.cz-product-card__media > img:first-child {
  position: relative;
  z-index: 1;
  max-width: 82%;
  max-height: 250px;
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(7, 17, 31, 0.16));
}

.cz-product-card__float {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  width: 34%;
  max-height: 128px;
  object-fit: contain;
  padding: 10px;
  border-radius: 22px;
  border: 1px solid rgba(12, 31, 54, 0.1);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 34px rgba(7, 17, 31, 0.16);
}

.cz-product-card__body {
  padding: 28px;
}

.cz-product-card__eyebrow {
  display: inline-flex;
  align-items: center;
  color: var(--cz-red);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cz-product-card h3 {
  margin: 12px 0 10px;
  color: var(--cz-ink);
  font-size: clamp(1.42rem, 2vw, 2rem);
}

.cz-product-card p {
  margin: 0;
  color: var(--cz-muted);
  line-height: 1.72;
}

.cz-product-card ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 22px;
  padding: 0;
  list-style: none;
}

.cz-product-card li {
  position: relative;
  padding-left: 25px;
  color: #2f4053;
  line-height: 1.55;
  font-weight: 700;
}

.cz-product-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cz-red), var(--cz-cyan));
  box-shadow: 0 0 0 5px rgba(236, 27, 46, 0.08);
}

.cz-mini-link {
  color: var(--cz-red);
  text-decoration: none;
  font-weight: 950;
}

.cz-mini-link::after {
  content: " ↗";
}

.cz-support {
  background: linear-gradient(135deg, #f2f8fb, #ffffff);
}

.cz-support__grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 6vw, 74px);
  align-items: center;
}

.cz-support__visual {
  position: relative;
  min-height: 620px;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: var(--cz-shadow);
  background: #07111f;
}

.cz-support__visual img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  display: block;
  object-fit: cover;
}

.cz-support__overlay {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: grid;
  gap: 8px;
  padding: 22px;
  border-radius: 26px;
  background: rgba(7, 17, 31, 0.72);
  color: #fff;
  backdrop-filter: blur(14px);
}

.cz-support__overlay strong {
  font-size: 1.35rem;
}

.cz-support__overlay span {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 800;
}

.cz-step-list {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.cz-step {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px;
  border-radius: 28px;
  border: 1px solid var(--cz-border);
  background: #fff;
  box-shadow: 0 16px 42px rgba(7, 17, 31, 0.06);
}

.cz-step > span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(135deg, var(--cz-red), var(--cz-blue));
  font-weight: 950;
}

.cz-step h3 {
  margin: 2px 0 8px;
  font-size: 1.1rem;
}

.cz-step p {
  margin: 0;
  color: var(--cz-muted);
  line-height: 1.68;
}

.cz-integration {
  background: #07111f;
  color: #fff;
}

.cz-integration::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(236, 27, 46, 0.18), transparent 30%), radial-gradient(circle at 88% 22%, rgba(15, 214, 255, 0.18), transparent 34%);
  pointer-events: none;
}

.cz-integration__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(28px, 6vw, 74px);
  align-items: center;
}

.cz-integration .cz-section-head h2,
.cz-integration h2,
.cz-integration__copy h2 {
  color: #fff;
}

.cz-integration__copy p:not(.cz-kicker) {
  color: rgba(255, 255, 255, 0.72);
}

.cz-integration__media {
  position: relative;
  min-height: 520px;
  border-radius: 42px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.28);
}

.cz-integration__media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
}

.cz-orbit {
  position: absolute;
  display: grid;
  place-items: center;
  min-width: 112px;
  height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  color: #fff;
  background: rgba(7, 17, 31, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(12px);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cz-orbit--one { left: 22px; top: 24px; }
.cz-orbit--two { right: 20px; top: 76px; }
.cz-orbit--three { left: 36px; bottom: 86px; }
.cz-orbit--four { right: 34px; bottom: 30px; }

.cz-resource-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.cz-resource-card {
  display: grid;
  align-content: start;
  min-height: 260px;
  padding: 24px;
  border-radius: 28px;
  text-decoration: none;
  color: var(--cz-ink);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.cz-resource-card:hover {
  transform: translateY(-6px);
  border-color: rgba(236, 27, 46, 0.3);
  box-shadow: var(--cz-shadow);
}

.cz-resource-card > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  color: #fff;
  background: var(--cz-red);
  font-weight: 950;
}

.cz-resource-card h3 {
  margin: 28px 0 10px;
  color: var(--cz-ink);
  font-size: 1.16rem;
}

.cz-resource-card p {
  margin: 0;
  color: var(--cz-muted);
  line-height: 1.66;
}

.cz-faq-inquiry {
  padding-bottom: clamp(86px, 10vw, 140px);
  background: linear-gradient(180deg, #eef6f9, #ffffff);
}

.cz-faq-inquiry__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(24px, 5vw, 54px);
  align-items: start;
}

.cz-faq .cz-kicker {
  margin-top: 0;
}

.cz-faq-item {
  margin: 0 0 12px;
  padding: 0;
  border-radius: 24px;
  overflow: hidden;
}

.cz-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 24px;
  color: var(--cz-ink);
  font-weight: 950;
}

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

.cz-faq-item summary::after {
  content: "+";
  float: right;
  color: var(--cz-red);
  font-size: 1.2rem;
}

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

.cz-faq-item p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--cz-muted);
  line-height: 1.7;
}

.cz-inquiry {
  border-radius: 34px;
  padding: clamp(24px, 4vw, 38px);
  background: linear-gradient(180deg, #ffffff, #f8fbfd);
}

.cz-inquiry__head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}

.cz-inquiry__head img {
  width: 112px;
  height: 54px;
  object-fit: contain;
  padding: 8px 14px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--cz-border);
}

.cz-inquiry__head span {
  display: block;
  color: var(--cz-red);
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cz-inquiry h2 {
  margin-top: 6px;
  color: var(--cz-ink);
  font-size: clamp(1.8rem, 3.2vw, 2.7rem);
}

.cz-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.cz-form label {
  display: grid;
  gap: 8px;
  color: var(--cz-ink);
  font-weight: 850;
}

.cz-form__full {
  grid-column: 1 / -1;
}

.cz-form input,
.cz-form textarea {
  width: 100%;
  border: 1px solid rgba(12, 31, 54, 0.14);
  border-radius: 18px;
  background: #fff;
  color: var(--cz-ink);
  padding: 14px 16px;
  font: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cz-form input:focus,
.cz-form textarea:focus {
  border-color: rgba(236, 27, 46, 0.48);
  box-shadow: 0 0 0 5px rgba(236, 27, 46, 0.09);
}

.cz-form textarea {
  min-height: 156px;
  resize: vertical;
}

.cz-form button {
  border: 0;
  min-height: 54px;
}

.cz-form__status {
  min-height: 20px;
  margin: 0;
  color: var(--cz-muted);
  font-weight: 800;
}

.cz-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.cz-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .cz-marquee__track,
  .cz-reveal,
  .cz-btn,
  .cz-product-card__media img,
  .cz-gallery__item img {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 1100px) {
  .cz-hero {
    min-height: auto;
  }

  .cz-hero__grid,
  .cz-intro__grid,
  .cz-support__grid,
  .cz-integration__grid,
  .cz-faq-inquiry__grid {
    grid-template-columns: 1fr;
  }

  .cz-hero__panel {
    max-width: 620px;
  }

  .cz-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .cz-shell {
    width: min(100% - 28px, 1180px);
  }

  .cz-hero {
    padding-top: 48px;
  }

  .cz-hero__grid {
    gap: 30px;
  }

  .cz-hero h1 {
    font-size: clamp(2.55rem, 13vw, 4.2rem);
  }

  .cz-lead {
    font-size: 1rem;
  }

  .cz-actions,
  .cz-btn {
    width: 100%;
  }

  .cz-btn--link {
    justify-content: flex-start;
    width: auto;
  }

  .cz-stat-grid,
  .cz-intro__cards,
  .cz-product-grid,
  .cz-resource-grid,
  .cz-form {
    grid-template-columns: 1fr;
  }

  .cz-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 280px;
  }

  .cz-gallery__item--wide {
    grid-row: auto;
  }

  .cz-product-card {
    grid-template-rows: 280px 1fr;
  }

  .cz-support__visual,
  .cz-support__visual img,
  .cz-integration__media,
  .cz-integration__media img {
    min-height: 360px;
  }

  .cz-orbit {
    min-width: 88px;
    height: 36px;
    font-size: 0.68rem;
  }

  .cz-step {
    grid-template-columns: 1fr;
  }

  .cz-step > span {
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 540px) {
  .cz-brand-pill {
    align-items: flex-start;
    gap: 8px;
    flex-direction: column;
    border-radius: 24px;
  }

  .cz-brand-pill__mark {
    width: 100px;
  }

  .cz-panel-media,
  .cz-panel-media img {
    min-height: 260px;
  }

  .cz-section {
    padding: 62px 0;
  }

  .cz-section-head h2 {
    font-size: clamp(2rem, 12vw, 3.1rem);
  }

  .cz-system-card,
  .cz-product-card__body,
  .cz-inquiry {
    padding: 22px;
  }

  .cz-inquiry__head {
    align-items: flex-start;
    flex-direction: column;
  }
}
