.hyk-platform {
  padding: 115px 0 146px;
  background: #fff;
}
.hyk-platform span.hyk-label {
  text-transform: uppercase;
      letter-spacing: 10%;
}

/* Figma: header frame relX=200, w=1002 within 1059px platform zone */
.hyk-platform__header {
    max-width: 1059px;
    margin: 0 auto 48px;
  text-align: center;
}

.hyk-platform__title {
    font-size: 38px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    line-height: 54px;
    margin: 0 0 6px;
}

.hyk-platform__desc {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.80);
    line-height: 28px;
    max-width: 900px;
    margin: 0 auto;
}

/* Platform paths grid
   Figma: platform frame w=1059, 3 paths each 335px, gap 27px */
.hyk-platform__paths {
    display: grid;
    grid-template-columns: repeat(3, 335px);
    gap: 27px;
    max-width: 1059px;
    margin: 0 auto 52px;
}

.hyk-platform-path {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 37px 38px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14), 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
}

.hyk-platform-path__icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hyk-platform-path__img {
    max-width: 132px;
    height: auto;
    object-fit: contain;
}

.hyk-platform-path__text {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
    margin: 0;
  max-width: 252px;
}

/* Platform tagline: full 1059px width, centered */
.hyk-platform__tagline {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.80);
    max-width: 1059px;
    margin: 0 auto;
    padding: 0 0;
    line-height: 28px;
}

@media screen and (max-width: 767px) {
  .hyk-platform-path__text {
        max-width: 100%;
    }
  	.hyk-platform__paths {
    	margin: 0 auto 32px;
	}
}
