.hero {
  background: #F2FAFA;
  min-height: 440px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 150, 149, 0.1);
  padding-top: 88px;
}

#hero-cv {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 72px 36px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal-d);
  border: 1px solid rgba(0, 150, 149, 0.28);
  border-radius: 2em;
  background: rgba(0, 150, 149, 0.07);
  padding: 0.35em 1em;
  margin-bottom: 1.6rem;
}

.epulse {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--teal);
  animation: ep 2.4s ease-in-out infinite;
}

@keyframes ep {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.15;
  }
}
.hero h1 {
  font-size: clamp(2.5rem, 4vw, 3.4rem);
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.04em;
  line-height: 1.08;
  max-width: 640px;
  margin-bottom: 1.2rem;
}

.hero h1 em {
  color: var(--teal);
  font-style: normal;
}

.hero p {
  font-size: 16px;
  color: var(--mid);
  max-width: 520px;
  line-height: 1.75;
}

.pt-intro {
  max-width: 1160px;
  margin: 0 auto;
  padding: 64px 36px 40px;
}

.pt-intro h2 {
  font-size: 14px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.03em;
  margin-bottom: 0.6rem;
}

.pt-intro p {
  font-size: 0.95rem;
  color: var(--mid);
  max-width: 680px;
  line-height: 1.75;
}

.scrolly {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 36px 120px;
}

.scrolly-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.step {
  padding: 48px 0;
  border-top: 1px solid var(--border);
  opacity: 0.38;
  transition: opacity 0.45s;
}

.step.active {
  opacity: 1;
}

.step-num {
  font-size: 2.8rem;
  font-weight: 800;
  color: rgba(0, 150, 149, 0.14);
  letter-spacing: -0.06em;
  line-height: 1;
  margin-bottom: 6px;
  transition: color 0.4s;
}

.step.active .step-num {
  color: rgba(0, 150, 149, 0.3);
}

.step-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.025em;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.step-title::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 22px;
  background: transparent;
  border-radius: 2px;
  flex-shrink: 0;
  transition: background 0.35s;
}

.step.active .step-title::before {
  background: var(--teal);
}

.step-desc {
  font-size: 14px;
  color: var(--mid);
  line-height: 1.78;
  margin-bottom: 20px;
  max-width: 470px;
}

.step-bullets {
  list-style: none;
}

.step-bullets li {
  font-size: 12px;
  color: var(--soft);
  line-height: 1.65;
  padding: 9px 0 9px 18px;
  position: relative;
  border-bottom: 1px solid rgba(0, 150, 149, 0.07);
}

.step-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 6px;
  height: 1px;
  background: var(--teal);
  opacity: 0.5;
}

.step-bullets li strong {
  color: var(--ink);
  font-weight: 600;
}

.scrolly-visual {
  position: sticky;
  top: 100px;
}

.vis-wrap {
  position: relative;
  height: 420px;
}

.vp {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: #F6FBFB;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}

.vp.active {
  opacity: 1;
  pointer-events: auto;
}

.vp canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.vp-label.last{
  bottom:84px;
}

.vp-label {
  position: absolute;
  bottom: 14px;
  left: 16px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  pointer-events: none;
}

.vp-label.last {
  bottom: 84px;
}

.vp-badge {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 2px;
  width: fit-content;
  background: rgba(0, 150, 149, 0.12);
  color: var(--teal-dk);
  border: 1px solid rgba(0, 150, 149, 0.3);
}

.vp-label strong {
  font-size: 0.76rem;
  color: var(--ink);
}

.vp-label span {
  font-size: 0.68rem;
  color: #6b8888;
  max-width: 240px;
  line-height: 1.35;
}
div#vp-4 .vp-label {
  bottom: 84px;
}

.partners {
  background: #F2FAFA;
  padding: 72px 0;
  border-top: 1px solid var(--border);
}

.partners-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 36px;
}

.sec-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  background: rgba(0, 150, 149, 0.07);
  border: 1px solid rgba(0, 150, 149, 0.18);
  padding: 3px 10px;
  border-radius: 2px;
  margin-bottom: 10px;
}

.partners-hd {
  margin-bottom: 40px;
}

.partners-hd h2 {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.025em;
  margin-bottom: 8px;
}

.partners-hd p {
  font-size: 14px;
  color: var(--mid);
  max-width: 600px;
  line-height: 1.72;
}

.pgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.pcard {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 18px 20px;
  transition: box-shadow 0.25s, border-color 0.25s;
}

.pcard:hover {
  box-shadow: 0 4px 20px rgba(0, 150, 149, 0.1);
  border-color: rgba(0, 150, 149, 0.22);
}

.pcard-type {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 5px;
}

.pcard-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
}

.pcard-desc {
  font-size: 12px;
  color: var(--soft);
  margin-top: 5px;
  line-height: 1.52;
}

.cta-band {
  background: linear-gradient(135deg, var(--teal) 0%, #005a5a 100%);
  padding: 6rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.cta-inner {
  position: relative;
  z-index: 1;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 36px;
}

.cta-band h2 {
  font-size: clamp(1.9rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
  margin-bottom: 0.85rem;
}

.cta-band p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 480px;
  margin: 0 auto 2.5rem;
  line-height: 1.75;
}

.cta-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-w {
  background: #fff;
  color: var(--teal);
  padding: 0.88em 2.4em;
  border-radius: 2em;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  display: inline-block;
}

.cta-w:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}

.cta-o {
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  padding: 0.84em 2em;
  border-radius: 2em;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
  display: inline-block;
}

.cta-o:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 768px) {
  .diode-footer .wrap {
    padding: 0 1.3rem;
  }
  .frow {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
  .flinks {
    order: 3;
  }
  .fsocial {
    order: 2;
  }
}
@media (max-width: 900px) {
  .scrolly-grid {
    grid-template-columns: 1fr;
  }
  .scrolly-visual {
    display: none;
  }
  .pgrid {
    grid-template-columns: 1fr 1fr;
  }
  .hero-inner, .pt-intro, .scrolly, .partners-inner, .cta-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}