.zg-solutions-page {
  overflow-x: hidden;
}

.zg-solutions-hero {
  position: relative;
  padding: 81px 0 160px;
}

.zg-solutions-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 1;
}

.zg-solutions-hero .zg-shell {
  position: relative;
  z-index: 2;
}

.zg-solutions-hero__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
}

.zg-solutions-hero__body {
  max-width: 720px;
  text-align: center;
  color: var(--zg-color-white);
}

.zg-solutions-hero__title {
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.zg-solutions-hero__subtitle {
  margin-bottom: 36px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  opacity: 0.9;
}

.zg-solutions-hero__cta {
  padding: 14px 36px;
  font-size: 16px;
  font-weight: 600;
}

.zg-product-categories {
  position: relative;
  z-index: 2;
  padding: 80px 0;
  background: transparent;
}

.zg-product-categories__heading {
  text-align: center;
  margin-bottom: 36px;
}

.zg-product-categories__heading h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.013em;
  color: var(--zg-color-title);
  margin-bottom: 8px;
}

.zg-product-categories__heading p {
  font-size: 16px;
  line-height: 24px;
  color: var(--zg-color-muted);
}

.zg-product-categories__card {
  position: relative;
  display: block;
  border-radius: var(--zg-radius-card);
  overflow: hidden;
  transition:
	transform var(--zg-transition),
	box-shadow var(--zg-transition);
}

.zg-product-categories__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.16);
}

.zg-product-categories__card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.zg-product-categories__card:hover img {
  transform: scale(1.06);
}

.zg-product-categories__label {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.35) 70%, transparent 100%);
  color: var(--zg-color-white);
}

.zg-product-categories__num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  font-size: 13px;
  font-weight: 700;
}

.zg-product-categories__label h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}

.zg-product-categories__label p {
  font-size: 13px;
  line-height: 1.3;
  opacity: 0.75;
  margin-top: 2px;
  margin-bottom: 0;
}

.zg-industry-solutions {
  padding: 80px 0;
  background: var(--zg-color-light);
}

.zg-industry-solutions__heading {
  text-align: center;
  margin-bottom: 48px;
}

.zg-industry-solutions__heading h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.013em;
  color: var(--zg-color-title);
  margin-bottom: 8px;
}

.zg-industry-solutions__heading p {
  font-size: 16px;
  line-height: 24px;
  color: var(--zg-color-muted);
}

.zg-industry-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 28px 16px;
  border-radius: var(--zg-radius-card);
  background: var(--zg-color-white);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  text-align: center;
  transition:
	transform var(--zg-transition),
	box-shadow var(--zg-transition);
}

.zg-industry-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.zg-industry-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
}

.zg-industry-card h4 {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: var(--zg-color-title);
}

.zg-why-choose {
  padding: 80px 0;
  background: var(--zg-color-white);
}

.zg-why-choose__intro {
  max-width: 900px;
  margin: 0 auto 56px;
  text-align: center;
}

.zg-why-choose__intro h2 {
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.013em;
  color: var(--zg-color-title);
}

.zg-why-choose__intro p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
  color: var(--zg-color-text);
  margin-bottom: 0;
}

.zg-why-choose__intro .zg-inline-link {
  margin-top: 28px;
}

.zg-why-choose__advantages {
  margin-top: 0;
}

.zg-advantages__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}

.zg-advantages__grid .zg-advantage-card:nth-child(-n+3) {
  grid-column: span 2;
}

.zg-advantages__grid .zg-advantage-card:nth-child(n+4) {
  grid-column: span 3;
}

.zg-advantage-card {
  padding: 32px 28px;
  border-radius: var(--zg-radius-panel);
  background: var(--zg-color-light);
  transition:
	transform var(--zg-transition),
	box-shadow var(--zg-transition),
	background-color var(--zg-transition);
}

.zg-advantage-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  background: var(--zg-color-white);
}

.zg-advantage-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  border-radius: 18px;
  background: var(--zg-gradient-primary);
  font-size: 32px;
  line-height: 1;
}

.zg-advantage-card h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: var(--zg-color-title);
}

.zg-advantage-card p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--zg-color-muted);
}

.zg-success-cases {
  padding: 80px 0;
  background: var(--zg-color-light);
}

.zg-success-cases__heading {
  text-align: center;
  margin-bottom: 48px;
}

.zg-success-cases__heading h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.013em;
  color: var(--zg-color-title);
  margin-bottom: 8px;
}

.zg-success-cases__heading p {
  font-size: 16px;
  line-height: 24px;
  color: var(--zg-color-muted);
}

.zg-cases__grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.zg-case-card {
  position: relative;
  display: flex;
  border-radius: var(--zg-radius-panel);
  background: var(--zg-color-white);
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.zg-case-card--alt {
  flex-direction: row-reverse;
}
 
.zg-case-card__visual {
  flex: 0 0 48%;
  min-height: 300px;;
  overflow: hidden;
}
 
.zg-case-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
 
.zg-case-card:hover .zg-case-card__visual img {
  transform: scale(1.05);
}

.zg-case-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.zg-case-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 52px;
}

.zg-case-card__num {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #f5900a;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.zg-case-card__body h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--zg-color-title);
}

.zg-case-card__body p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--zg-color-muted);
  margin-bottom: 20px;
  max-width: 520px;
}

.zg-case-card__body .zg-inline-link {
  font-size: 14px;
}

.zg-contact-form {
  padding: 80px 0;
  background: var(--zg-color-white);
}

.zg-contact-form__wrapper {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  padding: 56px;
  border-radius: 24px;
  background:
	radial-gradient(circle at 0% 0%, rgba(245, 144, 10, 0.08), transparent 50%),
	var(--zg-color-light);
}

.zg-contact-form__info h2 {
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--zg-color-title);
}

.zg-contact-form__info > p {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--zg-color-text);
}

.zg-contact-form__details {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.zg-contact-form__details li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--zg-color-text);
}

.zg-contact-form__details span {
  flex-shrink: 0;
  font-size: 20px;
  line-height: 1.5;
}

.zg-contact-form__details a {
  color: var(--zg-color-text);
  transition: color var(--zg-transition);
}

.zg-contact-form__details a:hover {
  color: #f5900a;
}

.zg-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.zg-form-group {
  margin-bottom: 20px;
}

.zg-form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--zg-color-title);
}

.zg-form-group input,
.zg-form-group select,
.zg-form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--zg-color-border);
  border-radius: 12px;
  background: var(--zg-color-white);
  color: var(--zg-color-title);
  font-size: 15px;
  line-height: 22px;
  font-family: inherit;
  transition:
	border-color var(--zg-transition),
	box-shadow var(--zg-transition);
}

.zg-form-group input:focus,
.zg-form-group select:focus,
.zg-form-group textarea:focus {
  outline: none;
  border-color: #f5900a;
  box-shadow: 0 0 0 3px rgba(245, 144, 10, 0.1);
}

.zg-form-group input::placeholder,
.zg-form-group textarea::placeholder {
  color: var(--zg-color-soft);
}

.zg-form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.zg-contact-form__submit {
  width: 100%;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  border:0;
}

.zg-footer {
  background: var(--zg-color-black);
  color: var(--zg-color-soft);
}

.zg-footer__top {
  display: grid;
  grid-template-columns: 1.6fr 0.8fr 0.8fr 0.8fr;
  gap: 40px;
  padding: 64px 0;
}

.zg-footer__column h2 {
  margin-bottom: 20px;
  max-width: 360px;
  font-size: 22px;
  font-weight: 700;
  line-height: 25.2px;
  color: var(--zg-color-white);
}

.zg-footer__column h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--zg-color-white);
}

.zg-footer__contact-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.zg-footer__contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  line-height: 19.5px;
}

.zg-footer__contact-list p,
.zg-footer__contact-list a,
.zg-footer__links a {
  color: var(--zg-color-soft);
}

.zg-footer__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.zg-footer__links a {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  transition: color var(--zg-transition);
}

.zg-footer__links a:hover,
.zg-footer__contact-list a:hover,
.zg-footer__policies a:hover {
  color: var(--zg-color-white);
}

.zg-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0;
  border-top: 1px solid var(--zg-color-divider);
}

.zg-footer__bottom p,
.zg-footer__policies a {
  font-size: 16px;
  line-height: 19.5px;
  color: #555555;
}

.zg-footer__policies {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media (max-width: 1699.98px) {
  :root {
	--zg-shell-width: calc(100% - 80px);
  }
}

@media (max-width: 1399.98px) {
  .zg-solutions-hero__title {
	font-size: 40px;
  }

  .zg-why-choose__intro h2 {
	font-size: 38px;
  }

  .zg-contact-form__wrapper {
	gap: 48px;
	padding: 48px;
  }
}

@media (max-width: 1199.98px) {
  :root {
	--zg-shell-width: calc(100% - 48px);
  }

  .zg-solutions-hero {
	padding-bottom: 140px;
  }

  .zg-product-categories__card img {
	height: 240px;
  }

  .zg-industry-solutions,
  .zg-why-choose,
  .zg-success-cases,
  .zg-contact-form {
	padding: 64px 0;
  }

  .zg-contact-form__wrapper {
	grid-template-columns: 1fr;
	gap: 40px;
  }

}

@media (max-width: 991.98px) {
  .zg-solutions-hero {
	padding-top: 116px;
	padding-bottom: 110px;
  }

  .zg-solutions-hero__inner {
	min-height: 280px;
  }

  .zg-solutions-hero__title {
	font-size: 32px;
  }

  .zg-product-categories {
	margin-top: -60px;
  }

  .zg-why-choose__intro h2 {
	font-size: 32px;
  }

  .zg-why-choose__intro p {
	font-size: 16px;
	line-height: 1.7;
  }

  .zg-product-categories__heading h2,
  .zg-industry-solutions__heading h2,
  .zg-success-cases__heading h2,
  .zg-contact-form__info h2 {
	font-size: 30px;
	line-height: 1.3;
  }

  .zg-cases__grid {
	gap: 12px;
  }
  .zg-case-card,
  .zg-case-card--alt {
	flex-direction: column;
  }
 
  .zg-case-card__visual {
	flex: 0 0 220px;
	min-height: 0;
  }
 
  .zg-case-card__body {
	padding: 32px 28px;
  }
 
  .zg-case-card__body h3 {
	font-size: 20px;
  }

  .zg-advantages__grid {
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
  }

  .zg-advantages__grid .zg-advantage-card:nth-child(-n+3) {
	grid-column: auto;
  }

  .zg-advantages__grid .zg-advantage-card:nth-child(n+4) {
	grid-column: auto;
  }

  .zg-advantages__grid .zg-advantage-card:nth-child(4),
  .zg-advantages__grid .zg-advantage-card:nth-child(5) {
	grid-column: auto;
  }
}

@media (max-width: 767.98px) {
  :root {
	--zg-shell-width: calc(100% - 32px);
  }

  .zg-solutions-hero {
	padding-bottom: 90px;
  }

  .zg-solutions-hero__inner {
	min-height: 240px;
  }

  .zg-solutions-hero__title {
	font-size: 28px;
	line-height: 1.3;
  }

  .zg-solutions-hero__subtitle {
	font-size: 16px;
  }

  .zg-solutions-hero__cta {
	padding: 12px 28px;
	font-size: 15px;
  }

  .zg-product-categories {
	margin-top: -40px;
	padding-bottom: 48px;
  }

  .zg-product-categories__card img {
	height: 200px;
  }

  .zg-product-categories__label h3 {
	font-size: 15px;
  }

  .zg-industry-solutions,
  .zg-why-choose,
  .zg-success-cases,
  .zg-contact-form {
	padding: 48px 0;
  }

  .zg-product-categories__heading h2,
  .zg-industry-solutions__heading h2,
  .zg-success-cases__heading h2,
  .zg-contact-form__info h2 {
	font-size: 26px;
	line-height: 1.3;
  }

  .zg-why-choose__intro h2 {
	font-size: 28px;
	margin-bottom: 16px;
  }

  .zg-advantages__grid {
	grid-template-columns: 1fr;
	gap: 16px;
  }

  .zg-advantages__grid .zg-advantage-card:nth-child(-n+3),
  .zg-advantages__grid .zg-advantage-card:nth-child(n+4) {
	grid-column: auto;
  }

  .zg-contact-form__wrapper {
	padding: 32px 24px;
	gap: 32px;
  }

  .zg-form-row {
	grid-template-columns: 1fr;
	gap: 0;
  }
}


/* solution-detail */
.zg-solution-detail-page{overflow: hidden;}
.zg-solution-detail-page .zg-shell {
  padding-left: 30px;
  padding-right: 30px;
}

.sd-section {
  padding: 100px 0;
}
.sd-section--alt {
  background: #fafafa;
}

.sd-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f5900a;
  background: linear-gradient(90deg, rgba(245,144,10,.1), rgba(247,183,51,.1));
}

.sd-heading {
  text-align: center;
  max-width: 660px;
  margin: 0 auto 56px;
}
.sd-heading--left {
  text-align: left;
  margin-left: 0;
}
.sd-heading h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #1a1a1a;
  margin-bottom: 14px;
}
.sd-heading .sd-heading__content {
  font-size: 16px;
  line-height: 1.65;
  color: #888;
  margin: 0;
}
.sd-heading .sd-heading__content p{margin-bottom: 0;}
.sd-hero {
  padding: 130px 0 90px;
  background: #fafafa;
}
.sd-hero__body {
  max-width: 600px;
}
.sd-hero__title {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.03em;
  color: #1a1a1a;
  margin-bottom: 20px;
}
.sd-hero__desc {
  font-size: 17px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 28px;
}
.sd-hero__visual {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.08);
}
.sd-hero__visual:hover img {
  transform: scale(1.08);
}
.sd-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sd-eyebrow--sm {
  font-size: 10px;
  padding: 4px 10px;
  letter-spacing: .1em;
  margin-bottom: 0;
}

.sd-pipeline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 56px 40px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #f0f0f0;
}

.sd-pipeline__arrow {
  display: flex;
  align-items: center;
  height: 40px;
  color: #d0d0d0;
  padding-left: 36px;
  opacity: 0;
  animation: sd-pipe-in .4s cubic-bezier(.16,1,.3,1) forwards;
}

.sd-pipeline__arrow:nth-of-type(1)  { animation-delay: 120ms; }
.sd-pipeline__arrow:nth-of-type(2)  { animation-delay: 280ms; }
.sd-pipeline__arrow:nth-of-type(3)  { animation-delay: 440ms; }
.sd-pipeline__arrow:nth-of-type(4)  { animation-delay: 600ms; }
.sd-pipeline__arrow:nth-of-type(5)  { animation-delay: 760ms; }
.sd-pipeline__arrow:nth-of-type(6)  { animation-delay: 920ms; }

.sd-pipeline__endpoint {
  position: relative;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 28px 36px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(245,144,10,.04), rgba(247,183,51,.04));
  border: 1px dashed #f5900a;
  cursor: pointer;
  transition: background .25s ease;
  width: 100%;
  max-width: calc(100% - 360px);
  opacity: 0;
  animation: sd-pipe-in .45s cubic-bezier(.16,1,.3,1) forwards;
  animation-delay: 0ms;
}

.sd-pipeline__endpoint:last-child {
  animation-delay: 1080ms;
}

.sd-pipeline__endpoint:hover {
  background: linear-gradient(135deg, rgba(245,144,10,.1), rgba(247,183,51,.1));
}

.sd-pipeline__endpoint-media {
  flex-shrink: 0;
  width: 180px;
  height: 120px;
  border-radius: 12px;
  overflow: hidden;
}

.sd-pipeline__endpoint-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sd-pipeline__endpoint-body {
  flex: 1;
}


.sd-pipeline__endpoint-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 4px 0 8px;
}

.sd-pipeline__endpoint-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

.sd-pipeline__endpoint .sd-pipeline__hover-img {
  position: absolute;
  /* left: calc(100% + 24px); */
  right: -32%;
  top: 50%;
  transform: translateY(-50%) translateX(6px);
  width: 60%;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0,0,0,.18);
  opacity: 0;
  visibility: hidden;
  transition: all .3s cubic-bezier(.16,1,.3,1);
  z-index: 100;
}



.sd-pipeline__hover-img img {
  display: block;
  width: 100%;
  height: auto;
}

.sd-pipeline__step {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 72%;
  cursor: pointer;
  opacity: 0;
  animation: sd-pipe-in .45s cubic-bezier(.16,1,.3,1) forwards;
  animation-delay: calc(var(--s, 1) * 160ms);
  z-index: 10;
}

.sd-pipeline__step-body {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 28px;
  border-radius: 14px;
  background: #fafafa;
  border: 1px solid #eee;
  transition: all .25s ease;
  width: 100%;
}


.sd-pipeline__step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #f5900a, #f7b733);
  flex-shrink: 0;
}

.sd-pipeline__step-title {
  font-size: 17px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 4px;
}

.sd-pipeline__step-desc {
  font-size: 14px;
  line-height: 1.55;
  color: #666;
  margin: 0;
}

.sd-pipeline__step .sd-pipeline__hover-info {
  position: absolute;
  /* left: calc(100% + 24px); */
  right:-40%;
  top: 50%;
  transform: translateY(-50%) translateX(6px);
  width: 100%;
  display: flex;
  align-items: stretch;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0,0,0,.18);
  opacity: 0;
  visibility: hidden;
  transition: all .3s cubic-bezier(.16,1,.3,1);
  z-index: 100;
}
@media screen and (min-width:992px) {
	.sd-pipeline__endpoint:hover {
		z-index: 101;
	}
	.sd-pipeline__endpoint:hover .sd-pipeline__hover-img {
		opacity: 1;
		visibility: visible;
		transform: translateY(-50%) translateX(0);
	}
	.sd-pipeline__step:hover {
		z-index: 101;
	}
	.sd-pipeline__step:hover .sd-pipeline__step-body {
		background: #fff;
		border-color: #f5900a;
		box-shadow: 0 4px 20px rgba(245,144,10,.1);
	}
	.sd-pipeline__step:hover .sd-pipeline__hover-info {
		opacity: 1;
		visibility: visible;
		transform: translateY(-50%) translateX(0);
	}
}

.sd-pipeline__hover-info-img {
  flex-shrink: 0;
  width: 60%;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.sd-pipeline__hover-info-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sd-pipeline__hover-info-text {
  flex: 1;
  padding: 18px 20px;
}

.sd-pipeline__hover-info-text strong {
  display: block;
  font-size: 30px;
  color: #1a1a1a;
  margin-bottom: 12px;
  font-family: var(--zg-NotoSerif);
}

.sd-pipeline__hover-info-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin: 0;
}

@keyframes sd-pipe-in {
  to { opacity: 1; transform: translateY(0); }
}


.sd-advantage-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sd-advantage-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 28px;
  border-radius: 16px;
  background: #fafafa;
  transition: transform .25s ease;
}
.sd-advantage-item:hover {
  transform: translateX(4px);
}
.sd-advantage-item__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(245,144,10,.12), rgba(247,183,51,.12));
  color: #f5900a;
}
.sd-advantage-item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
}
.sd-advantage-item p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin: 0;
}

.sd-service-card {
  height: 100%;
  padding: 32px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #f0f0f0;
  transition: transform .3s ease, box-shadow .3s ease;
}
.sd-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 40px rgba(0,0,0,.08);
}
.sd-service-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, rgba(245,144,10,.12), rgba(247,183,51,.12));
  color: #f5900a;
}
.sd-service-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}
.sd-service-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  margin: 0;
}

.sd-cta {
  padding: 80px 40px;
  border-radius: 24px;
  text-align: center;
  background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
}
.sd-cta h2 {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
}
.sd-cta p {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255,255,255,.75);
  margin-bottom: 28px;
}
.sd-cta__btn {
  background: #fff !important;
  color: #1a1a1a !important;
}
.sd-cta__btn:hover {
  box-shadow: 0 10px 24px rgba(255,255,255,.15) !important;
}

@media (max-width: 991px) {
  .sd-hero { padding: 110px 0 70px; }
  .sd-hero__visual { margin-top: 24px; }
  .sd-pipeline {
	padding: 36px 24px;
  }
  .sd-pipeline__endpoint {
	gap: 20px;
	padding: 20px 24px;
	max-width: calc(100% - 270px);
  }
  .sd-pipeline__endpoint-media {
	width: 140px;
	height: 95px;
  }
  .sd-pipeline__step {
	max-width: calc(100% - 330px);
	z-index: auto;
  }
  .sd-pipeline__endpoint .sd-pipeline__hover-img {
	left: calc(100% + 16px);
	top: 50%;
	width: 240px;
	transform: translateY(-50%) translateX(6px);
  }
  .sd-pipeline__endpoint:hover .sd-pipeline__hover-img {
	transform: none;
  }
  .sd-pipeline__step .sd-pipeline__hover-info {
	left: calc(100% + 16px);
	top: 50%;
	width: 300px;
	transform: translateY(-50%) translateX(6px);
  }
  .sd-pipeline__step:hover .sd-pipeline__hover-info {
	transform: translateY(-50%) translateX(0);
  }
}

@media (max-width: 767px) {
  .sd-section { padding: 64px 0; }
  .sd-hero__title { font-size: 32px; }
  .sd-heading h2 { font-size: 26px; }
  .sd-advantage-item { flex-direction: column; gap: 14px; }
  .sd-cta { padding: 56px 24px; }
  .sd-cta h2 { font-size: 26px; }
  .zg-solution-detail-page .zg-shell{padding: 0 12px;}
  .sd-pipeline {
	padding: 20px 16px;
	gap:12px;
  }
  .sd-pipeline__arrow {
	padding-left: 16px;
	height: 32px;
  }
  .sd-pipeline__endpoint {
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	padding: 20px;
	max-width: 100%;
  }
  .sd-pipeline__endpoint-media {
	width: 100%;
	height: 160px;
  }
  .sd-pipeline__step {
	max-width: 100%;
  }
  .sd-pipeline__step.is-open,
  .sd-pipeline__endpoint.is-open {
	z-index: 10;
  }
  .sd-pipeline__step-body {
	flex-direction: column;
	gap: 12px;
	padding: 16px 20px;
  }
  .sd-pipeline__step-num {
	width: 32px;
	height: 32px;
	font-size: 12px;
  }

  .sd-pipeline__step .sd-pipeline__hover-info {
	position: absolute;
	left: 0;
	top: calc(100% + 8px);
	width: 90vw;
	max-width: 320px;
	flex-direction: column;
	box-shadow: 0 16px 48px rgba(0,0,0,.2);
	border-radius: 10px;
	z-index: 100;
  }
  .sd-pipeline__step.is-open .sd-pipeline__hover-info {
	display: flex;
  }
  .sd-pipeline__step .sd-pipeline__hover-info-img {
	width: 100%;
  }

  .sd-pipeline__endpoint .sd-pipeline__hover-img {
	position: absolute;
	left: 0;
	top: calc(100% + 8px);
	width: 90vw;
	max-width: 300px;
	transform: translateY(-50%) translateX(0);
	border-radius: 10px;
	box-shadow: 0 16px 48px rgba(0,0,0,.2);
	z-index: 100;
  }
  .sd-pipeline__step.is-open .sd-pipeline__hover-info,
  .sd-pipeline__endpoint.is-open .sd-pipeline__hover-img {
	opacity: 1;
	visibility: visible;
  }
  .sd-pipeline__hover-info-text strong{font-size: 18px;}
  .sd-pipeline__hover-info-text p{font-size: 14px;}
}