/* Figma 메인 랜딩(node 540:476) 전용 스타일. */
:root {
  --fh-orange: #ff7900;
  --fh-red-orange: #ff522c;
  --fh-navy: #0d1b3e;
  --fh-deep-navy: #131952;
  --fh-black: #1b1b1b;
  --fh-paper: #f7f8fa;
  --fh-cream: #fff1e2;
}

.fh-main {
  overflow: hidden;
  background: #fff;
  color: var(--fh-black);
  font-family: 'Pretendard Variable', 'Pretendard', sans-serif;
}

.fh-main h1,
.fh-main h2,
.fh-main h3,
.fh-main p,
.fh-main dl,
.fh-main dd,
.fh-main dt,
.fh-main ul {
  margin: 0;
}

.fh-main a { color: inherit; }

.fh-container {
  width: min(1440px, calc(100% - 48px));
  margin-inline: auto;
}

.fh-section-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.fh-section-heading > p {
  color: var(--fh-orange);
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1.2;
  text-transform: uppercase;
}

.fh-section-heading > h2,
.fh-section-heading > div > h2 {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -.8px;
  line-height: 52px;
}

.fh-section-heading--light > h2,
.fh-section-heading--light > div > h2 { color: #fff; }

.fh-section-heading--row {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.fh-section-heading--row > div {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.fh-section-heading--row > div > p {
  color: var(--fh-orange);
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1.2;
  text-transform: uppercase;
}

.fh-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 23px;
  border-radius: 38px;
  background: var(--fh-orange);
  color: #fff !important;
  font-size: 27px;
  font-weight: 700;
  line-height: 31px;
  text-decoration: none;
}

/* Hero */
.fh-hero {
  position: relative;
  height: 887px;
  overflow: hidden;
  background: #fff;
}

.fh-hero__panel {
  position: absolute;
  top: 49px;
  left: 50%;
  width: min(1763px, calc(100% - 158px));
  height: 789px;
  overflow: hidden;
  transform: translateX(-50%);
  border-radius: 47px;
  background: linear-gradient(180deg, var(--fh-orange) 53.9%, var(--fh-red-orange));
}

.fh-hero__fade,
.fh-hero__outline { display: none; }

.fh-hero__pattern {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 125%;
  max-width: none;
  height: 145%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  mix-blend-mode: soft-light;
  opacity: .42;
}

.fh-hero__fade {
  position: absolute;
  top: 0;
  width: 252px;
  max-width: none;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.fh-hero__fade--left { left: 0; }
.fh-hero__fade--right { right: 0; transform: scaleX(-1); }

.fh-hero__layout {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: min(1460px, calc(100% - 128px));
  transform: translate(-50%, -50%);
  align-items: center;
  grid-template-columns: minmax(430px, .9fr) minmax(520px, 1.1fr);
  gap: clamp(52px, 6vw, 104px);
}

.fh-hero__layout--copy {
  width: min(920px, calc(100% - 128px));
  grid-template-columns: 1fr;
}

.fh-hero__layout--copy .fh-hero__copy {
  align-items: center;
  text-align: center;
}

.fh-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}

.fh-hero__eyebrow {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.2px;
  line-height: 1.4;
}

.fh-hero__message {
  display: flex;
  margin-top: 28px !important;
  flex-direction: column;
  font-size: clamp(58px, 4.65vw, 82px);
  font-weight: 750;
  letter-spacing: -4px;
  line-height: 1.08;
}

.fh-hero__message > span { white-space: nowrap; }
.fh-hero__message strong { color: var(--fh-navy); font-weight: 850; }

.fh-hero__strike {
  position: relative;
  display: inline-block;
}

.fh-hero__strike::after {
  position: absolute;
  top: 54%;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--fh-navy);
  content: '';
}

.fh-hero__lead {
  margin-top: 34px !important;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -.6px;
  line-height: 1.55;
}

.fh-hero__description {
  margin-top: 13px !important;
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -.25px;
  line-height: 1.65;
}

.fh-hero__title {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  gap: 25px;
  font-family: 'Poppins', 'Pretendard', sans-serif;
  font-weight: 800;
}

.fh-hero__row { display: flex; gap: 16px; }

.fh-hero__tile {
  display: flex;
  height: 88px;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 21px;
  background: linear-gradient(153deg, #fff 24%, #d8dcec 92%);
  box-shadow: 0 5px 11px rgba(200, 82, 56, .5);
  color: var(--fh-navy);
  font-size: 64px;
  letter-spacing: -2px;
  line-height: 1;
}

.fh-hero__tile--wide {
  --fh-hero-word-height: 119px;
  position: relative;
  height: 119px;
  flex: none;
  border-radius: 28px;
  color: var(--fh-orange);
  font-size: 87px;
  text-transform: uppercase;
}

.fh-hero__rotator {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: fh-rotate-words 12s infinite;
  will-change: transform;
}

.fh-hero__rotator span {
  display: flex;
  height: var(--fh-hero-word-height);
  min-height: var(--fh-hero-word-height);
  flex: 0 0 var(--fh-hero-word-height);
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.fh-hero__rotator-fallback { display: none; }

@keyframes fh-rotate-words {
  0%, 17% { transform: translate3d(0, 0, 0); }
  22%, 39% { transform: translate3d(0, calc(var(--fh-hero-word-height) * -1), 0); }
  44%, 61% { transform: translate3d(0, calc(var(--fh-hero-word-height) * -2), 0); }
  66%, 83% { transform: translate3d(0, calc(var(--fh-hero-word-height) * -3), 0); }
  88%, 100% { transform: translate3d(0, calc(var(--fh-hero-word-height) * -4), 0); }
}

.fh-hero__outline {
  position: absolute;
  z-index: 1;
  inset: -12px -10px auto;
  width: calc(100% + 20px);
  max-width: none;
  height: calc(100% + 24px);
  pointer-events: none;
}

.fh-hero__actions {
  display: flex;
  margin-top: 35px;
  flex-wrap: wrap;
  gap: 12px;
}

.fh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 32px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease;
}

.fh-button:hover { transform: translateY(-2px); }
.fh-button--navy { background: var(--fh-navy); color: #fff !important; }
.fh-button--outline { border-color: rgba(13, 27, 62, .8); background: rgba(13, 27, 62, .1); color: rgba(13, 27, 62, .9) !important; }

/* Omakase AX */
.fh-custom {
  padding: 112px 0 120px;
  background: var(--fh-cream);
  color: var(--fh-navy);
}

.fh-custom__heading {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
  gap: 80px;
}

.fh-custom__eyebrow {
  margin-bottom: 15px !important;
  color: var(--fh-orange);
  font: 800 20px/1.3 'Poppins', 'Pretendard', sans-serif;
  letter-spacing: 2.2px;
}

.fh-custom__heading h2 {
  font-size: clamp(46px, 4vw, 64px);
  font-weight: 750;
  letter-spacing: -2.3px;
  line-height: 1.22;
}

.fh-custom__heading h2 strong { color: var(--fh-orange); font-weight: 850; }

.fh-custom__intro {
  padding-bottom: 6px;
  color: rgba(13, 27, 62, .72);
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -.5px;
  line-height: 1.7;
}

.fh-custom__steps {
  display: grid;
  margin-top: 64px;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  list-style: none;
}

.fh-custom-step {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 790px;
  border: 1px solid rgba(13, 27, 62, .1);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(13, 27, 62, .09);
  grid-template-rows: 224px 1fr;
}

.fh-custom-step:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -16px;
  width: 16px;
  height: 16px;
  border-top: 5px solid #ff754d;
  border-right: 5px solid #ff754d;
  content: '';
  filter: drop-shadow(0 0 8px rgba(255, 117, 77, .45));
  transform: translateY(-50%) rotate(45deg);
}

.fh-custom-step__header {
  display: flex;
  min-width: 0;
  padding: 26px 25px 25px;
  flex-direction: column;
  border-radius: 23px 23px 0 0;
}

.fh-custom-step--diagnosis .fh-custom-step__header { background: #f4f1ee; }
.fh-custom-step--consulting .fh-custom-step__header { background: #ffe6cf; }
.fh-custom-step--education .fh-custom-step__header { background: #ffd4a6; }
.fh-custom-step--development .fh-custom-step__header { background: #ffc5ba; }

.fh-custom-step__header > span {
  width: fit-content;
  padding: 7px 13px 6px;
  border-radius: 999px;
  background: #ff5838;
  color: #fff;
  font: 800 13px/1 'Poppins', 'Pretendard', sans-serif;
  letter-spacing: -.1px;
}

.fh-custom-step__header h3 {
  margin-top: auto !important;
  font: 800 26px/1.28 'Poppins', 'Pretendard', sans-serif;
  letter-spacing: -1px;
  overflow-wrap: anywhere;
}

.fh-custom-step__header p {
  margin-top: 7px !important;
  color: rgba(13, 27, 62, .58);
  font-size: 15px;
  font-weight: 650;
  letter-spacing: -.35px;
  line-height: 1.45;
}

.fh-custom-step__body {
  display: flex;
  min-width: 0;
  padding: 28px 24px 22px;
  flex-direction: column;
  border-radius: 0 0 23px 23px;
}

.fh-custom-step__section + .fh-custom-step__section { margin-top: 27px; }

.fh-custom-step__section h4 {
  display: flex;
  align-items: center;
  color: var(--fh-navy);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.35px;
  gap: 8px;
}

.fh-custom-step__section h4::before {
  color: #ff5838;
  content: '◎';
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
}

.fh-custom-step__section--activities h4::before {
  content: '≡';
  font-size: 22px;
  transform: translateY(-1px);
}

.fh-custom-step__section > p {
  margin-top: 9px !important;
  color: rgba(13, 27, 62, .73);
  font-size: 14px;
  font-weight: 550;
  letter-spacing: -.25px;
  line-height: 1.65;
}

.fh-custom-step__section ul {
  margin-top: 10px;
  padding: 0;
  list-style: none;
}

.fh-custom-step__section li {
  position: relative;
  padding-left: 19px;
  color: rgba(13, 27, 62, .72);
  font-size: 14px;
  font-weight: 550;
  letter-spacing: -.25px;
  line-height: 1.55;
}

.fh-custom-step__section li + li { margin-top: 11px; }

.fh-custom-step__section li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #a6a098;
  content: '✓';
  font-weight: 900;
}

.fh-custom-step__section li strong,
.fh-custom-step__section li span { display: block; }

.fh-custom-step__section li strong {
  margin-bottom: 3px;
  color: var(--fh-navy);
  font-size: 15px;
  font-weight: 800;
}

.fh-custom-step__value {
  display: flex;
  min-height: 116px;
  margin-top: auto;
  padding: 16px 17px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 14px;
  background: #fff0df;
}

.fh-custom-step__value span {
  color: #ff5838;
  font: 800 12px/1 'Poppins', 'Pretendard', sans-serif;
  letter-spacing: -.2px;
}

.fh-custom-step__value strong {
  color: var(--fh-navy);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.35px;
  line-height: 1.5;
  text-align: center;
}

/* Services */
.fh-services { height: 968px; background: #fff; padding: 100px 0 130px; }
.fh-services__grid { display: grid; height: 593px; margin-top: 50px; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: center; }

.fh-service {
  position: relative;
  display: block;
  height: 554px;
  overflow: hidden;
  border-radius: 17px;
  color: #fff !important;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}

.fh-service:hover { transform: translateY(-7px); box-shadow: 0 20px 50px rgba(13,27,62,.18); }
.fh-service--education { background: linear-gradient(180deg, #ff7900, #ff522c); }
.fh-service--consulting { background: linear-gradient(180deg, #5e5bff, #4100d1); }
.fh-service--development { background: linear-gradient(180deg, #48a4ff, #006ac7); }
.fh-service::after { content: ''; position: absolute; inset: 0; background: rgba(13,27,62,.12); pointer-events: none; }

.fh-service__badge {
  position: absolute;
  z-index: 2;
  top: 39px;
  left: 34px;
  display: flex;
  width: 86px;
  height: 39px;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 10px;
  background: linear-gradient(157deg, #fff 24%, #d8dcec 92%);
  box-shadow: 0 5px 11px rgba(13,27,62,.35);
  color: var(--fh-navy);
  font-size: 22px;
  font-weight: 800;
}

.fh-service h3 { position: absolute; z-index: 2; top: 108px; left: 34px; font: 900 36px/50px 'Noto Sans KR', sans-serif; letter-spacing: -.8px; }
.fh-service p { position: absolute; z-index: 2; top: 170px; left: 34px; color: rgba(255,255,255,.8); font-size: 27px; font-weight: 600; line-height: 38px; }
.fh-service h3 + p { top: 170px; }
.fh-service--development h3 + p { top: 218px; }
.fh-service > img { position: absolute; z-index: 1; right: -80px; bottom: -86px; width: 440px; max-width: none; height: 360px; object-fit: contain; }
.fh-service--education > img { right: -65px; }

/* Cases */
.fh-cases { height: 1256px; background: var(--fh-black); padding: 100px 0; color: #fff; }
.fh-case-tabs { display: grid; margin-top: 43px; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fh-case-tabs button { height: 90px; padding: 20px; border: 0; border-radius: 13px; background: #0b0b0b; color: rgba(255,255,255,.6); cursor: pointer; font: 500 27px/50px 'Noto Sans KR', sans-serif; letter-spacing: -.8px; }
.fh-case-tabs button.is-active { background: var(--fh-orange); color: #fff; font-weight: 700; }

.fh-case-panel {
  display: grid;
  width: min(1314px, 100%);
  height: 702px;
  margin: 77px auto 0;
  padding: 44px 47px 44px 54px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 17px;
  background: #0b0b0b;
  grid-template-columns: 1fr 672px;
  gap: 44px;
}

.fh-case-panel__copy { display: flex; flex-direction: column; justify-content: space-between; padding-bottom: 160px; }
.fh-case-panel__copy > div { display: flex; flex-direction: column; gap: 30px; }
.fh-case-panel__copy h3 { font: 900 42px/50px 'Noto Sans KR', sans-serif; letter-spacing: -.8px; }
.fh-case-panel__copy p, .fh-case-panel__copy strong { font-size: 27px; font-weight: 600; line-height: 42px; }
.fh-case-panel__copy p { color: rgba(255,255,255,.6); }
.fh-case-panel__copy strong { color: var(--fh-orange); }

.fh-case-panel__visual { position: relative; height: 604px; overflow: hidden; border: 1px solid #fff; border-radius: 15px; background: linear-gradient(180deg, #fff 26%, #eae0ff); }
.fh-case-panel__figma { position: absolute; top: 44px; left: 52px; display: grid; width: 147px; height: 147px; place-items: center; border-radius: 28px; background: var(--fh-black); }
.fh-case-panel__figma img { width: 76px; height: 113px; }
.fh-case-panel__mock { position: absolute; width: 356px; height: 226px; padding: 24px; border: 1px solid #c9b5ff; border-radius: 24px; background: #fff; color: var(--fh-black); }
.fh-case-panel__mock--ko { top: 84px; right: 38px; }
.fh-case-panel__mock--en { bottom: 45px; left: 63px; }
.fh-case-panel__mock b { display: block; font-size: 29px; font-weight: 800; line-height: 35px; letter-spacing: -.6px; }
.fh-case-panel__mock p { margin-top: 8px; font-size: 16px; font-weight: 500; line-height: 25px; opacity: .8; }
.fh-case-panel__mock span { position: absolute; bottom: 25px; left: 24px; padding: 14px 25px 16px; border-radius: 6px; background: var(--fh-navy); color: #fff; font-size: 13px; font-weight: 700; }
.fh-case-panel__arrow { position: absolute; width: 96px; height: 96px; }
.fh-case-panel__arrow img { width: 100%; height: 100%; }
.fh-case-panel__arrow--down { top: 188px; left: 145px; }
.fh-case-panel__arrow--up { right: 63px; bottom: 137px; }

/* News & Awards */
.fh-press-section { height: 1300px; padding: 100px 0; background: var(--fh-paper); color: var(--fh-navy); }
.fh-press { margin-top: 50px; }
.fh-press__track { display: flex; width: calc(100% + 480px); height: 930px; margin-left: 63px; gap: 15px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.fh-press__track::-webkit-scrollbar { display: none; }
.fh-press__card { display: flex; height: 922px; flex: 0 0 1314px; flex-direction: column; align-items: center; gap: 22px; padding: 50px 39px 35px; overflow: hidden; scroll-snap-align: start; border: 1px solid #d8dcec; border-radius: 13px; background: #fff; opacity: .6; transition: opacity .3s ease, transform .3s ease; }
.fh-press__card.is-current { opacity: 1; }
.fh-press__card > span { padding: 13px 23px; border: 1px solid var(--fh-red-orange); border-radius: 38px; background: rgba(255,121,0,.2); color: var(--fh-red-orange); font-size: 27px; font-weight: 700; line-height: 31px; }
.fh-press__card h3 { font-size: 36px; line-height: 50px; text-align: center; color: #000; }
.fh-press__image { display: grid; width: 100%; height: 660px; margin-top: 8px; overflow: hidden; border-radius: 18px; background: #f3f5fa; place-items: center; }
.fh-press__image img { display: block; width: 100%; max-width: 100%; height: 100%; min-width: 0; min-height: 0; max-height: 100%; object-fit: contain; }
.fh-press__dots { display: flex; margin-top: 25px; justify-content: center; gap: 14px; }
.fh-press__dots button { width: 15px; height: 15px; padding: 0; border: 0; border-radius: 50%; background: #d8dcec; cursor: pointer; }
.fh-press__dots button.is-active { background: var(--fh-orange); }

/* Clients 성과 지표와 파트너 로고 */
.fh-client-stats {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #e9ebf2;
  background: #fff;
  color: var(--fh-navy);
}
.stats__bg-blob {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 1181px;
  object-fit: fill;
  pointer-events: none;
}
.stats__container {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 24px 0;
}
.stats__header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 66px;
}
.fh-main .fh-client-stats .btn-pill { color: #fff; }
.stats__cards {
  position: relative;
  z-index: 10;
  display: flex;
  height: 356px;
  gap: 24px;
}
.stat-card {
  position: relative;
  overflow: hidden;
  border: .85px solid rgba(255, 121, 0, .5);
  border-radius: 16px;
  background-image: linear-gradient(0deg, rgb(255, 82, 44) 7.46%, rgb(255, 121, 0) 100%);
  box-shadow: 0 7px 27.3px rgba(255, 121, 0, .3);
}
.stat-card--wide {
  min-width: 0;
  flex: 1;
}
.stat-card__overlay {
  position: absolute;
  width: 100vw;
  max-width: none;
  height: 1181px;
  object-fit: fill;
  pointer-events: none;
}
.stat-card__overlay--1 { top: -146px; left: calc(-1 * max(0px, (100vw - 1440px) / 2)); }
.stat-card__overlay--2 { top: -146px; left: calc(-1 * (max(0px, (100vw - 1440px) / 2) + 412.5px)); }
.stat-card__overlay--3 { top: -146px; left: calc(-1 * (max(0px, (100vw - 1440px) / 2) + 825px)); }
.stat-card__overlay--4 { top: -336px; left: calc(-1 * (max(0px, (100vw - 1440px) / 2) + 825px)); }
.stat-card__title {
  position: absolute;
  top: 20.15px;
  left: 30.15px;
  margin: 0;
  color: #fff;
  font: 700 34px/63.6px 'Pretendard', sans-serif;
  white-space: nowrap;
}
.stat-card__title--tall {
  top: 27.15px;
  line-height: 45px;
  white-space: pre-line;
}
.stat-card__number {
  position: absolute;
  right: 27.65px;
  bottom: 37.15px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  filter: drop-shadow(0 9px 12px #ff522c);
}
.stat-card__number--baseline {
  top: 50%;
  right: 28.15px;
  bottom: auto;
  align-items: baseline;
  transform: translateY(-50%);
}
.stat-card__num-box-xl {
  display: flex;
  width: 203px;
  height: 128px;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
}
.stat-card__num-box-plus {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
}
.stat-card__num-xl {
  color: #fff;
  font: 800 155px/155px 'Pretendard', sans-serif;
  letter-spacing: -3.1px;
}
.stat-card__num-lg {
  color: #fff;
  font: 800 112px/1 'Pretendard', sans-serif;
  letter-spacing: -2.24px;
}
.stat-card__num-plus {
  color: #ffd0a1;
  font: 600 79.5px/63.6px 'Pretendard', sans-serif;
}
.stat-card__num-plus--inline { line-height: 1; }
.stat-card__num-suffix {
  color: #ffd0a1;
  font: 600 66.5px/1 'Pretendard', sans-serif;
}
.stats__right-col {
  display: flex;
  width: 615px;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
}
.stat-card--half {
  width: 100%;
  min-height: 0;
  flex: 1;
}
.stat-card__number--gap { gap: 9px; }
.partners {
  position: relative;
  z-index: 10;
  padding: 58px 0 60px;
}
@keyframes scrollLogos {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-100% / 3)); }
}
.partners__fade {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  width: calc(max(0px, (100vw - 1440px) / 4));
  pointer-events: none;
}
.partners__fade--left {
  left: 0;
  background: linear-gradient(90deg, rgb(255, 245, 235) 0%, rgba(255, 245, 235, 0) 100%);
}
.partners__fade--right {
  right: 0;
  background: linear-gradient(270deg, rgb(255, 245, 235) 0%, rgba(255, 245, 235, 0) 100%);
}
.partners__rows {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.partners__row {
  display: flex;
  animation: scrollLogos 80s linear infinite;
}
.partners__row--2 { animation-delay: -13s; }
.partners__logo {
  display: flex;
  height: 80px;
  margin-right: 20px;
  padding: 0 32px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: .854px solid #d8dcec;
  border-radius: 12px;
  background: #fff;
}
.partners__logo img {
  width: auto;
  max-width: none;
  height: 40px;
  object-fit: contain;
}

@media (max-width: 1100px) {
  .stats__container { padding: 80px 32px 0; }
  .stats__header { margin-bottom: 40px; }
  .stats__cards {
    display: grid;
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .stat-card--wide { height: 280px; }
  .stats__right-col {
    display: grid;
    width: 100%;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .stat-card--half { height: 180px; }
  .stat-card__title { font-size: 28px; line-height: 45px; }
  .stat-card__num-xl { font-size: 112px; line-height: 112px; }
  .stat-card__num-lg { font-size: 76px; }
  .stat-card__num-plus { font-size: 58px; }
  .stat-card__num-suffix { font-size: 46px; }
}

@media (max-width: 767px) {
  .stats__container { padding: 60px 20px 0; }
  .stats__header { align-items: flex-start; margin-bottom: 32px; }
  .stats__cards { display: flex; height: auto; gap: 24px; }
  .stats__cards > .stat-card--wide { min-height: 160px !important; }
  .stats__right-col { display: flex; gap: 24px; }
  .stat-card--half { min-height: 120px; }
  .partners { padding: 40px 0 48px; }
  .partners__rows { gap: 14px; }
  .partners__logo { height: 64px; margin-right: 14px; padding: 0 24px; }
  .partners__logo img { height: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  .partners__row { animation-play-state: paused; }
}

/* Question bridge */
.fh-question { height: 372px; padding: 150px 24px 100px; background: var(--fh-black); color: #fff; text-align: center; }
.fh-question > p { color: var(--fh-orange); font-size: 27px; font-weight: 700; line-height: 32px; }
.fh-question h2 { margin-top: 11px; font-size: 58px; font-weight: 700; line-height: 79px; letter-spacing: -.8px; }
.fh-chevron { height: 184px; overflow: hidden; background: var(--fh-black); }
.fh-chevron img { width: 100%; max-width: none; height: 184px; object-fit: cover; }

/* Problem */
.fh-problems { height: 1116px; padding: 100px 0; background: var(--fh-deep-navy); }
.fh-problems__grid { display: grid; margin-top: 50px; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.fh-problem-card { position: relative; height: 766px; overflow: hidden; border: 1px solid var(--fh-orange); border-radius: 500px 500px 13px 13px; background: #000e31; }
.fh-problem-card__symbol { position: absolute; top: 62px; left: 50%; display: grid; width: 100%; height: 180px; transform: translateX(-50%); place-items: center; }
.fh-problem-card__symbol img { width: 92%; max-height: 161px; }
.fh-problem-card__symbol--roles { width: 78%; grid-template-columns: repeat(2, 1fr); align-content: center; gap: 11px; }
.fh-problem-card__symbol--roles span { display: flex; height: 54px; align-items: center; justify-content: center; border: 1px solid rgba(255, 121, 0, .75); border-radius: 14px; background: linear-gradient(135deg, rgba(255, 82, 44, .9), rgba(18, 55, 194, .9)); color: #fff; font-size: 17px; font-weight: 750; }
.fh-problem-card__symbol--roles span:nth-child(2),
.fh-problem-card__symbol--roles span:nth-child(3) { transform: translateY(10px); }
.fh-problem-card__body { position: absolute; top: 269px; left: -1px; display: flex; width: calc(100% + 2px); height: 497px; flex-direction: column; align-items: center; padding: 68px 23px 30px; border: 1px solid var(--fh-orange); border-radius: 500px 500px 0 0; background: #0b0b0b; color: #fff; text-align: center; }
.fh-problem-card__body h3 { font-size: 30px; font-weight: 800; line-height: 40px; }
.fh-problem-card__body strong { margin-top: 15px; color: var(--fh-orange); font: 700 15px/1.4 'Poppins', 'Pretendard', sans-serif; letter-spacing: .2px; }
.fh-problem-card__body p { margin-top: 26px; color: rgba(255,255,255,.68); font-size: 18px; font-weight: 500; line-height: 31px; }

.fh-waves { position: relative; height: 320px; overflow: hidden; background: var(--fh-deep-navy); }
.fh-waves img { position: absolute; left: 50%; width: 4000px; max-width: none; height: 191px; transform: translateX(-50%); }
.fh-waves img:nth-child(1) { top: 77px; }
.fh-waves img:nth-child(2) { top: 48px; }
.fh-waves img:nth-child(3) { top: 0; }

/* Reasons */
.fh-reasons { height: 1223px; padding: 100px 0 130px; background: var(--fh-cream); }
.fh-reasons .fh-section-heading { color: var(--fh-orange); }
.fh-reasons .fh-section-heading > p { opacity: .6; }
.fh-reasons__grid { display: grid; margin-top: 50px; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.fh-reason-card { position: relative; height: 848px; overflow: hidden; border: 1px solid var(--fh-orange); border-radius: 13px 13px 500px 500px; background: var(--fh-orange); }
.fh-reason-card__label { position: relative; z-index: 2; display: flex; height: 126px; align-items: center; justify-content: center; background: url("/static/images/figma-home/why--imgUnion.994139c1f0a0.svg") center / 622px 126px no-repeat; color: #fff; font-size: 45px; font-weight: 700; line-height: 48px; }
.fh-reason-card__body { position: absolute; z-index: 2; top: 79px; left: -1px; display: flex; width: calc(100% + 2px); height: 488px; flex-direction: column; align-items: center; padding: 75px 35px 30px; border-radius: 0 0 500px 500px; background: #ffe0c0; color: var(--fh-orange); text-align: center; }
.fh-reason-card__body h3 { color: var(--fh-red-orange); font-size: 34px; font-weight: 800; line-height: 45px; }
.fh-reason-card__body p { margin-top: 15px; font-size: 24px; font-weight: 500; line-height: 39px; }
.fh-reason-card > img { position: absolute; right: -50px; bottom: 45px; width: 115%; max-width: none; height: 190px; object-fit: contain; }

/* Roadmap */
.fh-roadmap { position: relative; height: 2422px; overflow: hidden; background: #fff; }
.fh-roadmap__inner { position: relative; height: 100%; padding-top: 98px; }
.fh-roadmap__heading { position: relative; z-index: 2; width: 952px; }
.fh-roadmap__heading > div:last-child { margin-top: 0; color: rgba(27,27,27,.8); font-size: 27px; font-weight: 500; line-height: 42px; }
.fh-roadmap__line { position: absolute; z-index: 0; top: 381px; left: -155px; width: 1884px; max-width: none; height: 1457px; }
.fh-roadmap__steps { position: relative; z-index: 1; margin-top: 135px; }
.fh-roadmap-step { position: relative; width: 882px; min-height: 350px; margin-bottom: 118px; padding: 50px 53px 40px; border: 1px solid var(--fh-orange); border-radius: 22px; background: rgba(255,255,255,.97); box-shadow: 0 14px 40px rgba(255,121,0,.08); }
.fh-roadmap-step:nth-child(odd) { margin-left: 168px; }
.fh-roadmap-step:nth-child(even) { margin-left: auto; }
.fh-roadmap-step__badge { position: absolute; top: -83px; left: -1px; display: flex; width: 133px; height: 133px; flex-direction: column; align-items: center; justify-content: center; border: 5px solid rgba(255,121,0,.35); border-radius: 50%; background: #fff; color: var(--fh-orange); }
.fh-roadmap-step__badge::before { content: ''; position: absolute; inset: 8px; border: 3px solid var(--fh-orange); border-radius: inherit; }
.fh-roadmap-step__badge small, .fh-roadmap-step__badge strong { position: relative; z-index: 1; }
.fh-roadmap-step__badge small { font-size: 15px; font-weight: 700; }
.fh-roadmap-step__badge strong { font-size: 34px; line-height: 1; }
.fh-roadmap-step__head { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.fh-roadmap-step__head h3 { font-size: 27px; line-height: 32px; white-space: nowrap; }
.fh-roadmap-step__head strong { padding: 14px 23px; border-radius: 30px; background: #fff0df; color: var(--fh-orange); font-size: 23px; line-height: 32px; text-align: center; }
.fh-roadmap-step ul { display: flex; margin-top: 26px; flex-direction: column; gap: 15px; padding: 0; list-style: none; }
.fh-roadmap-step li { position: relative; padding-left: 33px; color: rgba(27,27,27,.8); font-size: 23px; font-weight: 500; line-height: 32px; }
.fh-roadmap-step li::before { content: '✓'; position: absolute; left: 0; color: var(--fh-orange); font-weight: 900; }

/* Programs */
.fh-programs { height: 1305px; padding: 100px 0; background: var(--fh-paper); }
.fh-programs__grid { display: grid; margin-top: 50px; grid-template-columns: repeat(3, 417px); justify-content: space-between; row-gap: 70px; }
.fh-program-card { display: flex; min-height: 403px; flex-direction: column; color: var(--fh-black); }
.fh-program-card__visual { position: relative; height: 287px; overflow: hidden; border-radius: 13px; background: linear-gradient(160deg, var(--card-a), var(--card-b)); color: #fff; }
.fh-program-card__visual::before { content: ''; position: absolute; top: -65px; left: -35px; width: 298px; height: 229px; border-radius: 50%; background: rgba(255,255,255,.17); }
.fh-program-card__visual::after { content: ''; position: absolute; right: 0; bottom: 0; left: 0; height: 135px; background: rgba(13,27,62,.28); }
.fh-program-card--dark { --card-a: #303030; --card-b: #191919; }
.fh-program-card--orange { --card-a: #ff8a00; --card-b: #a94d00; }
.fh-program-card--yellow { --card-a: #ffe100; --card-b: #bd8b00; }
.fh-program-card--violet { --card-a: #958aff; --card-b: #4549c9; }
.fh-program-card--pink { --card-a: #ff5ebc; --card-b: #b5006d; }
.fh-program-card--red { --card-a: #ff4a51; --card-b: #c90000; }
.fh-program-card--dark .fh-program-card__visual::before {
  content: 'AX';
  top: 45px;
  left: 24px;
  display: block;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  color: rgba(255,255,255,.04);
  font: 800 138px/1 'Poppins', sans-serif;
  filter: blur(5px);
}
.fh-program-card__meta { position: absolute; z-index: 3; top: 22px; left: 25px; display: flex; gap: 9px; }
.fh-program-card__meta span { padding: 5px 9px; border-radius: 14px; background: rgba(255,255,255,.88); color: var(--fh-navy); font-size: 14px; font-weight: 700; }
.fh-program-card__icons { position: absolute; z-index: 2; top: 78px; left: 50%; display: flex; transform: translateX(-50%); gap: 10px; }
.fh-program-card__icons img { width: 70px; height: 70px; border-radius: 16px; object-fit: contain; }
.fh-program-card__icons--two { gap: 34px; }
.fh-program-card__icons--two img { width: 82px; height: 82px; border-radius: 50%; background: #f4f4f4; padding: 9px; }
.fh-program-card__main-icon { position: absolute; z-index: 2; top: 83px; left: 50%; width: 103px; height: 103px; transform: translateX(-50%); object-fit: contain; }
.fh-program-card__visual h3 { position: absolute; z-index: 3; right: 25px; bottom: 24px; left: 25px; font-size: 32px; font-weight: 800; line-height: 41px; }
.fh-program-card > p { margin-top: 22px; font-size: 27px; font-weight: 700; line-height: 42px; }
.fh-program-card__tags { display: flex; margin-top: 18px; flex-wrap: wrap; gap: 12px; }
.fh-program-card__tags span { padding: 7px 13px; border: 1px solid #d8dcec; border-radius: 17px; color: rgba(27,27,27,.8); font-size: 16px; font-weight: 600; }

/* CTA */
.fh-cta { height: 456px; padding: 100px 24px; background: var(--fh-red-orange); color: #fff; text-align: center; }
.fh-cta__inner { display: flex; flex-direction: column; align-items: center; }
.fh-cta h2 { font-size: 48px; font-weight: 700; line-height: 69px; letter-spacing: -.8px; }
.fh-cta p { margin-top: 1px; color: rgba(255,255,255,.8); font-size: 20px; font-weight: 600; line-height: 33px; }
.fh-main .fh-cta__button { margin-top: 27px; padding: 22px 52px; border-radius: 8px; background: #fff; color: var(--fh-red-orange); font-size: 18px; font-weight: 700; line-height: 21px; text-decoration: none; }
.fh-cta__contacts { display: flex; margin-top: 27px; align-items: center; justify-content: center; gap: 24px; color: rgba(255,255,255,.85); font-size: 18px; font-weight: 500; line-height: 24px; }
.fh-cta__email { display: inline-flex; align-items: center; gap: 7px; color: inherit; text-decoration: none; }
.fh-cta__email:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 1500px) {
  .fh-press__card { flex-basis: calc(100vw - 174px); }
  .fh-press__track { margin-left: 0; }
  .fh-problem-card__body p, .fh-reason-card__body p { font-size: 22px; line-height: 35px; }
  .fh-programs__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 54px; }
}

@media (max-width: 1100px) {
  .fh-section-heading > h2,
  .fh-section-heading > div > h2 { font-size: 36px; line-height: 46px; }
  .fh-hero__panel { width: calc(100% - 48px); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .72); }
  .fh-hero__layout { width: calc(100% - 96px); grid-template-columns: minmax(360px, .85fr) minmax(420px, 1.15fr); gap: 42px; }
  .fh-hero__layout--copy { width: min(820px, calc(100% - 96px)); grid-template-columns: 1fr; }
  .fh-hero__message { font-size: clamp(50px, 6vw, 68px); }
  .fh-hero__lead { font-size: 21px; }
  .fh-hero__description br { display: none; }
  .fh-hero__outline { display: none; }
  .fh-hero .fh-button--outline { background: rgba(255, 255, 255, .9); }
  .fh-custom { padding: 80px 0; }
  .fh-custom__heading { grid-template-columns: 1fr; gap: 28px; }
  .fh-custom__intro br { display: none; }
  .fh-custom__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .fh-custom-step { min-height: 720px; }
  .fh-custom-step:not(:last-child)::after { display: none; }
  .fh-services, .fh-cases, .fh-press-section, .fh-problems, .fh-reasons, .fh-roadmap, .fh-programs { height: auto; }
  .fh-services { padding: 80px 0; }
  .fh-services__grid { height: auto; grid-template-columns: 1fr; }
  .fh-service { height: 460px; }
  .fh-service > img { right: 0; }
  .fh-cases { padding: 80px 0; }
  .fh-case-tabs { overflow-x: auto; grid-template-columns: repeat(4, 300px); }
  .fh-case-panel { height: auto; grid-template-columns: 1fr; }
  .fh-case-panel__copy { min-height: 360px; padding-bottom: 0; }
  .fh-case-panel__visual { width: min(672px, 100%); margin: auto; }
  .fh-press-section { padding: 80px 0; }
  .fh-press__track { width: calc(100% + 24px); height: auto; }
  .fh-press__card { height: auto; flex-basis: calc(100vw - 96px); }
  .fh-press__image { height: 52vw; max-height: 600px; }
  .fh-question { height: auto; padding: 100px 24px; }
  .fh-question h2 { font-size: 44px; line-height: 60px; }
  .fh-problems, .fh-reasons { padding: 80px 0; }
  .fh-problems__grid, .fh-reasons__grid { grid-template-columns: 1fr; }
  .fh-problem-card, .fh-reason-card { width: min(520px, 100%); margin: auto; }
  .fh-waves { height: 220px; }
  .fh-roadmap { padding-bottom: 80px; }
  .fh-roadmap__inner { padding-top: 80px; }
  .fh-roadmap__line { display: none; }
  .fh-roadmap__heading { width: 100%; }
  .fh-roadmap__heading > div:last-child br { display: none; }
  .fh-roadmap__steps { margin-top: 130px; }
  .fh-roadmap-step { width: calc(100% - 90px); margin-right: 0; margin-bottom: 120px; margin-left: 90px !important; }
  .fh-programs { padding: 80px 0; }
  .fh-programs__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .fh-container { width: calc(100% - 32px); }
  .fh-section-heading > p, .fh-section-heading--row > div > p { font-size: 16px; }
  .fh-section-heading > h2, .fh-section-heading > div > h2 { font-size: 28px; line-height: 38px; }
  .fh-section-heading--row { align-items: flex-start; gap: 24px; }
  .fh-pill { padding: 9px 15px; font-size: 15px; line-height: 22px; white-space: nowrap; }

  .fh-hero { height: 790px; }
  .fh-hero__panel { top: 16px; width: calc(100% - 24px); height: calc(100% - 32px); border-radius: 24px; }
  .fh-hero__fade { width: 90px; }
  .fh-hero__layout { top: 0; width: 100%; height: 100%; padding: 36px 22px 30px; transform: translateX(-50%); grid-template-columns: 1fr; align-content: center; gap: 34px; }
  .fh-hero__layout--copy { width: 100%; }
  .fh-hero__copy { align-items: center; text-align: center; }
  .fh-hero__eyebrow { font-size: 14px; }
  .fh-hero__message { margin-top: 15px !important; font-size: clamp(40px, 12vw, 54px); letter-spacing: -2.5px; }
  .fh-hero__strike::after { height: 3px; }
  .fh-hero__lead { margin-top: 20px !important; font-size: 18px; line-height: 1.5; }
  .fh-hero__description { margin-top: 10px !important; font-size: 14px; line-height: 1.55; }
  .fh-hero__description br { display: none; }
  .fh-hero__title { width: 100%; gap: 13px; }
  .fh-hero__row { gap: 7px; }
  .fh-hero__tile { height: 52px; border-radius: 11px; font-size: clamp(27px, 9vw, 40px); }
  .fh-hero__tile--wide { height: 70px; border-radius: 14px; font-size: clamp(40px, 12vw, 58px); }
  .fh-hero__rotator { display: none; }
  .fh-hero__rotator-fallback { display: block; }
  .fh-hero__actions { width: min(310px, 100%); margin-top: 23px; flex-direction: column; gap: 9px; }
  .fh-button { width: 100%; min-height: 48px; padding: 13px 20px; font-size: 14px; line-height: 18px; text-align: center; }

  .fh-custom { padding: 62px 0; }
  .fh-custom__eyebrow { margin-bottom: 10px !important; font-size: 14px; }
  .fh-custom__heading { gap: 20px; }
  .fh-custom__heading h2 { font-size: 36px; letter-spacing: -1.5px; line-height: 1.3; }
  .fh-custom__intro { font-size: 17px; line-height: 1.65; }
  .fh-custom__steps { margin-top: 38px; grid-template-columns: 1fr; gap: 32px; }
  .fh-custom-step { min-height: 0; grid-template-rows: 190px auto; }
  .fh-custom-step:not(:last-child)::after {
    display: block;
    top: auto;
    right: 50%;
    bottom: -20px;
    transform: translateX(50%) rotate(135deg);
  }
  .fh-custom-step__header { padding: 22px; }
  .fh-custom-step__header h3 { font-size: 24px; }
  .fh-custom-step__body { padding: 25px 22px 20px; }
  .fh-custom-step__value { margin-top: 28px; }

  .fh-services, .fh-cases, .fh-press-section, .fh-problems, .fh-reasons, .fh-programs { padding: 60px 0; }
  .fh-services__grid { margin-top: 30px; }
  .fh-service { height: 420px; }
  .fh-service__badge { top: 28px; left: 24px; width: 68px; height: 34px; font-size: 17px; }
  .fh-service h3 { top: 82px; left: 24px; font-size: 28px; line-height: 40px; }
  .fh-service p, .fh-service h3 + p { top: 132px; left: 24px; font-size: 19px; line-height: 30px; }
  .fh-service--development h3 + p { top: 172px; }
  .fh-service > img { right: -50px; bottom: -70px; width: 360px; }

  .fh-case-tabs { margin-top: 28px; grid-template-columns: repeat(4, 230px); gap: 10px; }
  .fh-case-tabs button { height: 60px; padding: 10px; font-size: 17px; line-height: 24px; }
  .fh-case-panel { margin-top: 30px; padding: 28px 20px; gap: 28px; }
  .fh-case-panel__copy { min-height: 280px; }
  .fh-case-panel__copy h3 { font-size: 28px; line-height: 38px; }
  .fh-case-panel__copy p, .fh-case-panel__copy strong { font-size: 17px; line-height: 28px; }
  .fh-case-panel__visual { height: 360px; }
  .fh-case-panel__figma { top: 24px; left: 22px; width: 80px; height: 80px; border-radius: 14px; }
  .fh-case-panel__figma img { width: 42px; height: 62px; }
  .fh-case-panel__mock { width: 235px; height: 140px; padding: 13px; border-radius: 14px; }
  .fh-case-panel__mock--ko { top: 40px; right: 14px; }
  .fh-case-panel__mock--en { bottom: 24px; left: 18px; }
  .fh-case-panel__mock b { font-size: 17px; line-height: 22px; }
  .fh-case-panel__mock p { font-size: 9px; line-height: 13px; }
  .fh-case-panel__mock span { bottom: 12px; left: 13px; padding: 8px 10px; font-size: 8px; }
  .fh-case-panel__arrow { display: none; }

  .fh-press { margin-top: 30px; }
  .fh-press__track { width: calc(100% + 16px); gap: 10px; }
  .fh-press__card { flex-basis: calc(100vw - 48px); gap: 14px; padding: 28px 18px 18px; }
  .fh-press__card > span { padding: 8px 14px; font-size: 15px; line-height: 20px; }
  .fh-press__card h3 { font-size: 20px; line-height: 30px; }
  .fh-press__image { height: 58vw; margin-top: 0; }

  .fh-question { padding: 80px 20px; }
  .fh-question > p { font-size: 17px; }
  .fh-question h2 { margin-top: 16px; font-size: 30px; line-height: 43px; }
  .fh-chevron { height: 100px; }
  .fh-chevron img { height: 100px; }

  .fh-problems__grid, .fh-reasons__grid { margin-top: 30px; }
  .fh-problem-card { height: 620px; }
  .fh-problem-card__symbol { top: 42px; height: 120px; }
  .fh-problem-card__symbol img { max-height: 105px; }
  .fh-problem-card__body { top: 205px; height: 416px; padding: 56px 26px 25px; }
  .fh-problem-card__body h3 { font-size: 28px; line-height: 35px; }
  .fh-problem-card__body strong { font-size: 14px; }
  .fh-problem-card__body p { margin-top: 22px; font-size: 17px; line-height: 28px; }
  .fh-waves { height: 130px; }
  .fh-waves img { width: 1900px; height: 90px; }
  .fh-waves img:nth-child(1) { top: 38px; }
  .fh-waves img:nth-child(2) { top: 20px; }

  .fh-reason-card { height: 680px; }
  .fh-reason-card__label { height: 96px; background-size: 470px 96px; font-size: 31px; }
  .fh-reason-card__body { top: 68px; height: 400px; padding: 58px 26px 25px; }
  .fh-reason-card__body h3 { font-size: 26px; line-height: 36px; }
  .fh-reason-card__body p { font-size: 17px; line-height: 28px; }
  .fh-reason-card > img { bottom: 38px; height: 145px; }

  .fh-roadmap__inner { padding-top: 60px; }
  .fh-roadmap__heading > div:last-child { font-size: 17px; line-height: 28px; }
  .fh-roadmap__steps { margin-top: 110px; }
  .fh-roadmap-step { width: calc(100% - 24px); min-height: 0; margin-bottom: 105px; margin-left: 24px !important; padding: 42px 22px 28px; }
  .fh-roadmap-step__badge { top: -72px; width: 104px; height: 104px; }
  .fh-roadmap-step__head { align-items: flex-start; flex-direction: column; gap: 14px; }
  .fh-roadmap-step__head h3 { font-size: 22px; }
  .fh-roadmap-step__head strong { padding: 10px 15px; font-size: 16px; line-height: 24px; text-align: left; }
  .fh-roadmap-step li { padding-left: 25px; font-size: 16px; line-height: 25px; }

  .fh-programs__grid { margin-top: 30px; grid-template-columns: 1fr; gap: 46px; }
  .fh-program-card__visual { height: 270px; }
  .fh-program-card > p { font-size: 22px; line-height: 34px; }

  .fh-cta { height: auto; padding: 70px 20px; }
  .fh-cta h2 { font-size: 30px; line-height: 43px; }
  .fh-cta p { font-size: 17px; }
  .fh-cta__button { margin-top: 24px; padding: 17px 32px; }
  .fh-cta__contacts { flex-wrap: wrap; gap: 9px 15px; font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .fh-hero__rotator { display: none; }
  .fh-hero__rotator-fallback { display: block; }
  .fh-press__track { scroll-behavior: auto; }
}

/* 노트북 높이에서는 히어로가 다음 섹션을 완전히 밀어내지 않도록 압축한다. */
@media (min-width: 768px) and (max-height: 900px) {
  .fh-hero { height: 800px; }
  .fh-hero__panel { top: 36px; height: 700px; }
}

/* Figma 원본의 장식 좌표와 SVG 비율을 그대로 유지한다. */
@media (min-width: 768px) {
  .fh-reason-card__label { z-index: 3; }
  .fh-reason-card > img { right: auto; bottom: auto; height: auto; transform: none; object-fit: fill; }
  .fh-reason-card:nth-child(1) > img { top: 72.12%; left: -9.61%; width: 114.94%; aspect-ratio: 537.94 / 186.44; }
  .fh-reason-card:nth-child(2) > img { top: 71.46%; left: 17.95%; width: 71.14%; aspect-ratio: 332.913 / 172.067; }
  .fh-reason-card:nth-child(3) > img { top: 72.17%; left: -10.90%; width: 103.47%; aspect-ratio: 484.249 / 160.988; }
}

@media (min-width: 1440px) {
  .fh-reason-card:nth-child(1) > img { top: 610.56px; left: -46px; width: 537.94px; }
  .fh-reason-card:nth-child(2) > img { top: 604.97px; left: 83px; width: 332.91px; }
  .fh-reason-card:nth-child(3) > img { top: 611px; left: -52px; width: 484.25px; }
}

/* 노트북에서는 각 섹션의 핵심 콘텐츠를 한 화면 안에서 파악할 수 있게 재배치한다. */
@media (min-width: 1024px) and (max-height: 900px) {
  .fh-container { width: min(1200px, calc(100% - 48px)); }
  .fh-section-heading { gap: 7px; }
  .fh-section-heading > p,
  .fh-section-heading--row > div > p { font-size: 18px; line-height: 22px; }
  .fh-section-heading > h2,
  .fh-section-heading > div > h2 { font-size: 32px; line-height: 40px; }
  .fh-pill { padding: 10px 18px; font-size: 18px; line-height: 24px; }

  .fh-hero { height: calc(100svh - 64px); min-height: 640px; max-height: 760px; }
  .fh-hero__panel { top: 28px; width: min(1360px, calc(100% - 64px)); height: calc(100% - 56px); border-radius: 36px; }
  .fh-hero__layout { width: min(1180px, calc(100% - 96px)); grid-template-columns: minmax(380px, .9fr) minmax(460px, 1.1fr); gap: 52px; }
  .fh-hero__layout--copy { width: min(820px, calc(100% - 96px)); grid-template-columns: 1fr; }
  .fh-hero__message { margin-top: 20px !important; font-size: clamp(52px, 4.8vw, 66px); }
  .fh-hero__lead { margin-top: 24px !important; font-size: 21px; }
  .fh-hero__description { font-size: 15px; }
  .fh-hero__actions { margin-top: 26px; }
  .fh-hero__title { width: 100%; gap: 18px; }
  .fh-hero__tile { height: 72px; border-radius: 17px; font-size: clamp(36px, 4vw, 46px); }
  .fh-hero__tile--wide { height: 96px; border-radius: 22px; font-size: clamp(52px, 6vw, 64px); }
  .fh-hero__tile--wide { --fh-hero-word-height: 96px; }

  .fh-custom { padding: 64px 0 72px; }
  .fh-custom__heading { gap: 50px; }
  .fh-custom__heading h2 { font-size: 46px; }
  .fh-custom__intro { font-size: 19px; }
  .fh-custom__steps { margin-top: 38px; }
  .fh-custom-step { min-height: 710px; grid-template-rows: 190px 1fr; }
  .fh-custom-step__header { padding: 22px; }
  .fh-custom-step__header h3 { font-size: 22px; }
  .fh-custom-step__body { padding: 24px 20px 20px; }

  .fh-services { height: 810px; padding: 54px 0; }
  .fh-services__grid { height: 590px; margin-top: 30px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
  .fh-service { width: auto; height: 520px; }
  .fh-service__badge { top: 28px; left: 26px; width: 72px; height: 34px; font-size: 18px; }
  .fh-service h3 { top: 82px; left: 26px; font-size: 29px; line-height: 40px; }
  .fh-service p,
  .fh-service h3 + p { top: 134px; left: 26px; font-size: 20px; line-height: 30px; }
  .fh-service--development h3 + p { top: 174px; }
  .fh-service > img { right: -66px; bottom: -76px; width: 370px; height: 305px; }

  .fh-cases { height: 836px; padding: 54px 0; }
  .fh-case-tabs { margin-top: 28px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; overflow: visible; }
  .fh-case-tabs button { height: 64px; padding: 12px; font-size: 19px; line-height: 26px; }
  .fh-case-panel { width: min(1140px, 100%); height: 512px; margin-top: 34px; padding: 32px 34px; grid-template-columns: minmax(0, .8fr) minmax(470px, 1.2fr); gap: 32px; }
  .fh-case-panel__copy { min-height: 0; padding-bottom: 0; }
  .fh-case-panel__copy > div { gap: 18px; }
  .fh-case-panel__copy h3 { font-size: 30px; line-height: 39px; }
  .fh-case-panel__copy p,
  .fh-case-panel__copy strong { font-size: 19px; line-height: 30px; }
  .fh-case-panel__visual { width: 100%; height: 446px; margin: 0; }
  .fh-case-panel__figma { top: 30px; left: 34px; width: 104px; height: 104px; border-radius: 20px; }
  .fh-case-panel__figma img { width: 54px; height: 80px; }
  .fh-case-panel__mock { width: 268px; height: 166px; padding: 17px; border-radius: 17px; }
  .fh-case-panel__mock--ko { top: 58px; right: 26px; }
  .fh-case-panel__mock--en { bottom: 30px; left: 42px; }
  .fh-case-panel__mock b { font-size: 21px; line-height: 27px; }
  .fh-case-panel__mock p { margin-top: 5px; font-size: 12px; line-height: 18px; }
  .fh-case-panel__mock span { bottom: 17px; left: 17px; padding: 9px 17px 10px; font-size: 10px; }
  .fh-case-panel__arrow { width: 68px; height: 68px; }
  .fh-case-panel__arrow--down { top: 136px; left: 102px; }
  .fh-case-panel__arrow--up { right: 46px; bottom: 92px; }

  .fh-press-section { height: 550px; padding: 54px 0; }
  .fh-press { margin-top: 28px; }
  .fh-press__track { width: 100%; height: 356px; margin-left: 0; gap: 14px; }
  .fh-press__card { display: grid; height: 356px; flex-basis: 100%; padding: 20px 26px; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); grid-template-rows: auto 1fr; gap: 14px 28px; }
  .fh-press__card > span { align-self: end; justify-self: center; padding: 7px 14px; font-size: 15px; line-height: 20px; }
  .fh-press__card h3 { align-self: start; font-size: 24px; line-height: 32px; }
  .fh-press__image { height: 100%; min-height: 0; margin-top: 0; border-radius: 12px; grid-column: 2; grid-row: 1 / 3; }
  .fh-press__dots { margin-top: 14px; gap: 10px; }
  .fh-press__dots button { width: 10px; height: 10px; }

  .fh-question { height: 270px; padding: 82px 24px 60px; }
  .fh-question > p:first-child::after { font-size: 18px; }
  .fh-question h2 { margin-top: 8px; font-size: 40px; line-height: 54px; }
  .fh-chevron { height: 110px; }
  .fh-chevron img { height: 110px; }

  .fh-problems { height: auto; padding: 54px 0; }
  .fh-problems__grid { margin-top: 30px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
  .fh-problem-card { width: auto; height: 650px; margin: 0; }
  .fh-problem-card__symbol { top: 44px; height: 126px; }
  .fh-problem-card__symbol img { max-height: 112px; }
  .fh-problem-card__symbol--roles { gap: 8px; }
  .fh-problem-card__symbol--roles span { height: 42px; border-radius: 10px; font-size: 14px; }
  .fh-problem-card__body { top: 210px; height: 440px; padding: 52px 19px 24px; }
  .fh-problem-card__body h3 { font-size: 24px; line-height: 33px; }
  .fh-problem-card__body strong { margin-top: 10px; font-size: 12px; }
  .fh-problem-card__body p { margin-top: 18px; font-size: 15px; line-height: 25px; }
  .fh-waves { height: 140px; }
  .fh-waves img { width: 2600px; height: 124px; }
  .fh-waves img:nth-child(1) { top: 42px; }
  .fh-waves img:nth-child(2) { top: 22px; }

  .fh-reasons { height: 850px; padding: 54px 0; }
  .fh-reasons__grid { margin-top: 30px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
  .fh-reason-card { width: auto; height: 660px; margin: 0; }
  .fh-reason-card__label { z-index: 3; height: 98px; background-size: 484px 98px; font-size: 32px; line-height: 38px; }
  .fh-reason-card__body { top: 64px; height: 405px; padding: 58px 28px 25px; }
  .fh-reason-card__body h3 { font-size: 25px; line-height: 34px; }
  .fh-reason-card__body p { margin-top: 12px; font-size: 18px; line-height: 29px; }
  .fh-reason-card:nth-child(1) > img { top: 72.12%; left: -9.61%; width: 114.94%; }
  .fh-reason-card:nth-child(2) > img { top: 71.46%; left: 17.95%; width: 71.14%; }
  .fh-reason-card:nth-child(3) > img { top: 72.17%; left: -10.90%; width: 103.47%; }

  .fh-roadmap { height: 866px; padding-bottom: 0; overflow: hidden; }
  .fh-roadmap__inner { height: 100%; padding-top: 54px; }
  .fh-roadmap__heading { width: 100%; }
  .fh-roadmap__heading > div:last-child { font-size: 18px; line-height: 28px; }
  .fh-roadmap__line { display: none; }
  .fh-roadmap__steps { display: grid; margin-top: 68px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 62px 22px; }
  .fh-roadmap-step,
  .fh-roadmap-step:nth-child(odd),
  .fh-roadmap-step:nth-child(even) { width: auto; min-height: 236px; margin: 0; padding: 34px 27px 22px; }
  .fh-roadmap-step__badge { top: -48px; width: 78px; height: 78px; border-width: 3px; }
  .fh-roadmap-step__badge::before { inset: 5px; border-width: 2px; }
  .fh-roadmap-step__badge small { font-size: 10px; }
  .fh-roadmap-step__badge strong { font-size: 24px; }
  .fh-roadmap-step__head { align-items: center; flex-direction: row; gap: 12px; }
  .fh-roadmap-step__head h3 { font-size: 20px; line-height: 26px; }
  .fh-roadmap-step__head strong { padding: 8px 12px; font-size: 14px; line-height: 20px; }
  .fh-roadmap-step ul { margin-top: 15px; gap: 6px; }
  .fh-roadmap-step li { padding-left: 22px; font-size: 14px; line-height: 21px; }

  .fh-programs { height: 806px; padding: 54px 0; }
  .fh-programs__grid { margin-top: 30px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px 28px; }
  .fh-program-card { min-height: 0; }
  .fh-program-card__visual { height: 170px; }
  .fh-program-card__visual::before { top: -44px; width: 210px; height: 160px; }
  .fh-program-card__visual::after { height: 82px; }
  .fh-program-card--dark .fh-program-card__visual::before { top: 28px; font-size: 92px; }
  .fh-program-card__meta { top: 13px; left: 15px; gap: 6px; }
  .fh-program-card__meta span { padding: 4px 7px; font-size: 10px; }
  .fh-program-card__icons { top: 43px; }
  .fh-program-card__icons img { width: 46px; height: 46px; border-radius: 10px; }
  .fh-program-card__icons--two { gap: 22px; }
  .fh-program-card__icons--two img { width: 54px; height: 54px; padding: 6px; }
  .fh-program-card__main-icon { top: 47px; width: 60px; height: 60px; }
  .fh-program-card__visual h3 { right: 15px; bottom: 14px; left: 15px; font-size: 21px; line-height: 27px; }
  .fh-program-card > p { margin-top: 12px; font-size: 18px; line-height: 26px; }
  .fh-program-card__tags { margin-top: 10px; gap: 7px; }
  .fh-program-card__tags span { padding: 5px 9px; font-size: 11px; }

  .fh-cta { height: 360px; padding: 65px 24px; }
  .fh-cta h2 { font-size: 38px; line-height: 52px; }
  .fh-cta p { font-size: 17px; line-height: 28px; }
  .fh-main .fh-cta__button { margin-top: 20px; padding: 17px 38px; }
  .fh-cta__contacts { margin-top: 20px; font-size: 16px; }
}

@media (max-width: 767px) {
  .fh-reason-card__label { z-index: 3; }
}

/* 13인치급 노트북은 세로 공간이 짧아 카드와 미디어 높이를 한 단계 더 줄인다. */
@media (min-width: 1024px) and (max-height: 820px) {
  .fh-services { height: 700px; padding: 40px 0; }
  .fh-services__grid { height: auto; margin-top: 24px; }
  .fh-service { height: 500px; }

  .fh-cases { height: 714px; padding: 40px 0; }
  .fh-case-tabs { margin-top: 22px; }
  .fh-case-tabs button { height: 58px; }
  .fh-case-panel { height: 450px; margin-top: 24px; padding: 27px 30px; }
  .fh-case-panel__visual { height: 394px; }

  .fh-press-section { height: 490px; padding: 40px 0; }
  .fh-press { margin-top: 22px; }
  .fh-press__track,
  .fh-press__card { height: 300px; }
  .fh-press__card { padding: 16px 22px; }
  .fh-press__card h3 { font-size: 21px; line-height: 27px; }
  .fh-press__dots { margin-top: 10px; }

  .fh-problems { height: auto; padding: 40px 0; }
  .fh-problems__grid { margin-top: 24px; }
  .fh-problem-card { height: 580px; }
  .fh-problem-card__symbol { top: 35px; height: 108px; }
  .fh-problem-card__symbol img { max-height: 96px; }
  .fh-problem-card__body { top: 180px; height: 400px; padding: 45px 17px 20px; }
  .fh-problem-card__body h3 { font-size: 24px; line-height: 31px; }
  .fh-problem-card__body strong { font-size: 11px; }
  .fh-problem-card__body p { margin-top: 15px; font-size: 14px; line-height: 23px; }

  .fh-reasons { height: 733px; padding: 40px 0; }
  .fh-reasons__grid { margin-top: 24px; }
  .fh-reason-card { height: 560px; }
  .fh-reason-card__label { height: 88px; background-size: 434px 88px; font-size: 28px; }
  .fh-reason-card__body { top: 58px; height: 340px; padding: 50px 23px 20px; }
  .fh-reason-card__body h3 { font-size: 22px; line-height: 30px; }
  .fh-reason-card__body p { margin-top: 10px; font-size: 16px; line-height: 25px; }

  .fh-roadmap { height: 724px; }
  .fh-roadmap__inner { padding-top: 40px; }
  .fh-roadmap__heading > div:last-child { font-size: 16px; line-height: 24px; }
  .fh-roadmap__steps { margin-top: 54px; gap: 48px 20px; }
  .fh-roadmap-step,
  .fh-roadmap-step:nth-child(odd),
  .fh-roadmap-step:nth-child(even) { min-height: 210px; padding: 30px 23px 18px; }
  .fh-roadmap-step__badge { top: -42px; width: 68px; height: 68px; }
  .fh-roadmap-step__head h3 { font-size: 18px; }
  .fh-roadmap-step__head strong { font-size: 12px; line-height: 18px; }
  .fh-roadmap-step ul { margin-top: 11px; gap: 4px; }
  .fh-roadmap-step li { font-size: 13px; line-height: 18px; }

  .fh-programs { height: 700px; padding: 40px 0; }
  .fh-programs__grid { margin-top: 24px; gap: 24px 24px; }
  .fh-program-card__visual { height: 150px; }
  .fh-program-card__visual h3 { font-size: 19px; line-height: 24px; }
  .fh-program-card > p { margin-top: 9px; font-size: 16px; line-height: 23px; }
  .fh-program-card__tags { margin-top: 7px; }
}

/* 메인 메시지 개편: 분석부터 실행까지 한 흐름으로 보이는 E2E AX 히어로. */
.fh-hero__panel {
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 255, 255, .18), transparent 45%),
    linear-gradient(180deg, #ff6428 0%, #ff522c 100%);
}

.fh-hero__pattern { opacity: .12; }

.fh-hero__layout--copy {
  width: min(1180px, calc(100% - 128px));
}

.fh-hero__eyebrow {
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  font-family: 'Poppins', 'Pretendard', sans-serif;
  font-size: 15px;
  letter-spacing: 1.8px;
}

.fh-hero__message {
  margin-top: 21px !important;
  font-family: 'Poppins', 'Pretendard', sans-serif;
  font-size: clamp(64px, 6.2vw, 100px);
  font-weight: 700;
  letter-spacing: -4.5px;
  line-height: 1.02;
}

.fh-hero__message strong {
  color: #fff;
  font-weight: 800;
}

.fh-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.fh-hero__journey {
  display: grid;
  width: min(850px, 100%);
  margin-top: 31px;
  align-items: center;
  grid-template-columns: auto minmax(24px, 1fr) auto minmax(24px, 1fr) auto minmax(24px, 1fr) auto;
  gap: 20px;
  color: #fff;
  font-size: clamp(20px, 2vw, 31px);
  font-weight: 800;
  letter-spacing: -.8px;
  line-height: 1.2;
}

.fh-hero__journey i {
  display: block;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
}

.fh-hero__lead {
  margin-top: 42px !important;
  font-size: 22px;
  line-height: 1.5;
}

.fh-hero__description {
  max-width: 850px;
  color: rgba(255, 255, 255, .88);
  font-size: 22px;
}

.fh-hero .fh-button--outline {
  border-color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .12);
  color: #fff !important;
}

.fh-hero .fh-button--outline:hover {
  background: rgba(255, 255, 255, .2);
}

@media (max-width: 1100px) {
  .fh-hero__layout--copy { width: min(900px, calc(100% - 96px)); }
  .fh-hero__message { font-size: clamp(58px, 7vw, 78px); }
  .fh-hero__journey { width: min(740px, 100%); }
}

@media (max-width: 767px) {
  .fh-hero { height: 790px; }
  .fh-hero__layout--copy { width: 100%; }
  .fh-hero__layout--copy .fh-hero__copy,
  .fh-hero__message { width: 100%; min-width: 0; }
  .fh-hero__eyebrow { padding: 7px 11px; font-size: 11px; letter-spacing: 1.2px; }
  .fh-hero__message {
    margin-top: 20px !important;
    font-size: clamp(42px, 13.2vw, 58px);
    letter-spacing: -2.8px;
    line-height: 1.04;
  }
  .fh-hero__message > span { white-space: normal; text-wrap: balance; }
  .fh-hero__journey {
    margin-top: 27px;
    grid-template-columns: auto minmax(8px, 1fr) auto minmax(8px, 1fr) auto minmax(8px, 1fr) auto;
    gap: 7px;
    font-size: 15px;
    letter-spacing: -.5px;
  }
  .fh-hero__journey i { height: 2px; }
  .fh-hero__lead { margin-top: 33px !important; font-size: 16.5px; letter-spacing: -.9px; }
  .fh-hero__description { margin-top: 13px !important; font-size: 16.5px; line-height: 1.6; }
  .fh-hero .fh-button--outline { background: rgba(255, 255, 255, .12); }
}

@media (min-width: 768px) and (max-height: 900px) {
  .fh-hero__message { font-size: clamp(54px, 5.7vw, 78px); }
  .fh-hero__journey { margin-top: 23px; font-size: clamp(18px, 1.8vw, 25px); }
  .fh-hero__lead { margin-top: 29px !important; font-size: 20px; }
  .fh-hero__description { font-size: 20px; }
  .fh-hero__actions { margin-top: 24px; }
}

/* AX 로드맵: 단계가 스크롤 흐름에 맞춰 이어지는 세로 타임라인. */
.fh-main { overflow: visible; }

.fh-roadmap {
  --roadmap-progress: 0%;
  height: auto;
  min-height: 0;
  padding: 120px 0 90px;
  overflow: visible;
  background: linear-gradient(180deg, #fff 0%, #fffaf5 100%);
}

.fh-roadmap__inner {
  display: grid;
  height: auto;
  padding-top: 0;
  align-items: start;
  grid-template-columns: minmax(300px, .72fr) minmax(620px, 1.28fr);
  gap: clamp(64px, 8vw, 128px);
}

.fh-roadmap__heading {
  position: sticky;
  top: 110px;
  width: auto;
  align-self: start;
}

.fh-roadmap__heading > div:last-child {
  margin-top: 28px;
  color: rgba(27, 27, 27, .7);
  font-size: 20px;
  line-height: 1.75;
}

.fh-roadmap__line { display: none; }

.fh-roadmap__steps {
  position: relative;
  display: block;
  margin-top: 24px;
  padding-left: 84px;
}

.fh-roadmap__steps::before,
.fh-roadmap__steps::after {
  position: absolute;
  z-index: 0;
  top: 48px;
  left: 13px;
  width: 4px;
  border-radius: 999px;
  content: '';
}

.fh-roadmap__steps::before {
  bottom: 64px;
  background: #ffe0c0;
}

.fh-roadmap__steps::after {
  height: var(--roadmap-progress);
  max-height: calc(100% - 112px);
  background: linear-gradient(180deg, var(--fh-orange), var(--fh-red-orange));
  box-shadow: 0 0 16px rgba(255, 121, 0, .32);
  transition: height .8s cubic-bezier(.22, 1, .36, 1);
}

.fh-roadmap-step,
.fh-roadmap-step:nth-child(odd),
.fh-roadmap-step:nth-child(even) {
  position: relative;
  z-index: 1;
  width: auto;
  min-height: 0;
  margin: 0 0 110px;
  padding: 42px 44px 40px;
  border: 1px solid #ffd0a3;
  border-radius: 24px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 50px rgba(13, 27, 62, .08);
  transition: opacity .7s ease, transform .7s cubic-bezier(.22, 1, .36, 1), border-color .4s ease, box-shadow .4s ease;
}

.fh-roadmap-step:last-child { margin-bottom: 0; }

.fh-roadmap-step__badge {
  top: 0;
  left: -119px;
  width: 96px;
  height: 96px;
  border-width: 4px;
  background: #fff;
  transition: background .35s ease, color .35s ease, transform .5s cubic-bezier(.22, 1, .36, 1);
}

.fh-roadmap-step__badge::before { inset: 6px; border-width: 2px; }
.fh-roadmap-step__badge small { font-size: 11px; }
.fh-roadmap-step__badge strong { font-size: 28px; }

.fh-roadmap-step__head {
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.fh-roadmap-step__head h3 {
  font-size: 29px;
  line-height: 1.35;
  white-space: normal;
}

.fh-roadmap-step__head strong {
  flex: 0 0 auto;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.4;
}

.fh-roadmap-step__description {
  margin-top: 24px !important;
  color: rgba(27, 27, 27, .74);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -.25px;
  line-height: 1.75;
}

.fh-roadmap-step__output {
  display: grid;
  margin-top: 28px;
  padding: 20px 22px;
  border: 1px solid #ffe0c0;
  border-radius: 16px;
  background: #fff8f1;
  grid-template-columns: auto 1fr;
  gap: 18px;
}

.fh-roadmap-step__output > span {
  align-self: start;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--fh-orange);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.fh-roadmap-step__output p {
  color: rgba(27, 27, 27, .68);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}

.fh-roadmap-step__output strong {
  color: var(--fh-navy);
  font-size: 17px;
  font-weight: 800;
}

.is-roadmap-ready .fh-roadmap-step {
  opacity: .16;
  transform: translateY(70px) scale(.985);
}

.is-roadmap-ready .fh-roadmap-step.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.fh-roadmap-step.is-current {
  border-color: var(--fh-orange);
  box-shadow: 0 24px 70px rgba(255, 121, 0, .16);
}

.fh-roadmap-step.is-current .fh-roadmap-step__badge {
  background: var(--fh-orange);
  color: #fff;
  transform: scale(1.08);
}

.fh-roadmap-step.is-current .fh-roadmap-step__badge::before { border-color: #fff; }
.fh-roadmap-step.is-complete .fh-roadmap-step__badge { background: #fff1e2; }

@media (max-width: 1100px) {
  .fh-roadmap { padding: 80px 0; }
  .fh-roadmap__inner { display: block; }
  .fh-roadmap__heading { position: static; width: 100%; }
  .fh-roadmap__heading > div:last-child { font-size: 18px; line-height: 1.7; }
  .fh-roadmap__steps { margin-top: 120px; padding-left: 90px; }
  .fh-roadmap__steps::before,
  .fh-roadmap__steps::after { left: 19px; }
  .fh-roadmap-step,
  .fh-roadmap-step:nth-child(odd),
  .fh-roadmap-step:nth-child(even) { width: auto; margin: 0 0 110px !important; padding: 40px; }
  .fh-roadmap-step:last-child { margin-bottom: 0 !important; }
}

@media (max-width: 767px) {
  .fh-roadmap { padding: 70px 0; }
  .fh-roadmap__heading > div:last-child { margin-top: 20px; font-size: 16px; line-height: 1.7; }
  .fh-roadmap__heading > div:last-child br { display: none; }
  .fh-roadmap__steps { margin-top: 90px; padding-left: 24px; }
  .fh-roadmap__steps::before,
  .fh-roadmap__steps::after { top: 38px; left: 38px; width: 3px; }
  .fh-roadmap__steps::before { bottom: 55px; }
  .fh-roadmap__steps::after { max-height: calc(100% - 93px); }
  .fh-roadmap-step,
  .fh-roadmap-step:nth-child(odd),
  .fh-roadmap-step:nth-child(even) { margin-bottom: 90px !important; padding: 52px 22px 25px; border-radius: 20px; }
  .fh-roadmap-step__badge { top: -48px; left: -24px; width: 76px; height: 76px; border-width: 3px; }
  .fh-roadmap-step__badge::before { inset: 5px; }
  .fh-roadmap-step__badge small { font-size: 9px; }
  .fh-roadmap-step__badge strong { font-size: 23px; }
  .fh-roadmap-step__head { align-items: flex-start; flex-direction: column; gap: 12px; }
  .fh-roadmap-step__head h3 { font-size: 23px; line-height: 1.4; }
  .fh-roadmap-step__head strong { padding: 8px 12px; font-size: 13px; }
  .fh-roadmap-step__description { margin-top: 20px !important; font-size: 16px; line-height: 1.7; }
  .fh-roadmap-step__output { margin-top: 22px; padding: 17px; grid-template-columns: 1fr; gap: 11px; }
  .fh-roadmap-step__output > span { justify-self: start; }
  .fh-roadmap-step__output p { font-size: 14px; line-height: 1.6; }
  .fh-roadmap-step__output strong { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .is-roadmap-ready .fh-roadmap-step,
  .is-roadmap-ready .fh-roadmap-step.is-visible { opacity: 1; transform: none; transition: none; }
  .fh-roadmap__steps::after,
  .fh-roadmap-step__badge { transition: none; }
}
