.sssd-section {
  --sssd-color-orange: #ed5b0c;
  --sssd-color-eyebrow: #e07021;
  --sssd-color-text: #111111;
  --sssd-color-card: rgba(255, 255, 255, 0.9);
  --sssd-shadow-card: 0 20px 35px rgba(18, 24, 38, 0.11);

  position: relative;
  isolation: isolate;
  min-height: 100vh;
  overflow: hidden;
  margin: 0;
  padding: clamp(72px, 8.5vh, 92px) clamp(32px, 5vw, 80px) clamp(56px, 7vh, 72px);
  color: var(--sssd-color-text);
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  word-break: keep-all;
  background: #ffffff;
}

.sssd-section,
.sssd-section * {
  box-sizing: border-box;
}

@keyframes sssdFadeInUp {
  from {
    opacity: 0;
    translate: 0 42px;
  }

  to {
    opacity: 1;
    translate: 0 0;
  }
}

.sssd-section .sssd-bg-panel {
  position: absolute;
  top: clamp(118px, 9vw, 148px);
  left: max(116px, calc((100vw - 1600px) / 2 + 116px));
  z-index: -3;
  width: clamp(430px, 40vw, 640px);
  aspect-ratio: 1;
  border-radius: clamp(46px, 5vw, 76px);
  background-color: rgba(224, 112, 33, 0.15);
  transform: rotate(-24deg);
  transform-origin: center;
  pointer-events: none;
}

.sssd-section .sssd-inner {
  width: min(100%, 1600px);
  margin: 0 auto;
}

.sssd-section .sssd-copy {
  max-width: 560px;
  margin: 0;
  opacity: 0;
  translate: 0 42px;
}

.sssd-section .sssd-copy.sssd-is-visible {
  animation: sssdFadeInUp 1200ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.sssd-section .sssd-eyebrow {
  margin: 0;
  padding-bottom: 30px;
  color: var(--sssd-color-eyebrow);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.sssd-section .sssd-heading {
  margin: 0;
  color: var(--sssd-color-text);
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.055em;
}

.sssd-section .sssd-description {
  margin: 16px 0 0;
  color: #50545d;
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: -0.035em;
}

.sssd-section .sssd-feature-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(18px, 1.7vw, 26px);
  margin-top: clamp(48px, 6vh, 66px);
}

.sssd-section .sssd-feature-card {
  position: relative;
  min-height: clamp(310px, 35vh, 388px);
  overflow: hidden;
  margin: 0;
  padding: clamp(38px, 3vw, 48px) clamp(24px, 2vw, 32px) 28px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 12px;
  background: var(--sssd-color-card);
  box-shadow: var(--sssd-shadow-card);
  opacity: 0;
  translate: 0 42px;
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.sssd-section .sssd-feature-card.sssd-is-visible {
  animation: sssdFadeInUp 1150ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.sssd-section .sssd-feature-card.sssd-is-visible:nth-child(1) {
  animation-delay: 120ms;
}

.sssd-section .sssd-feature-card.sssd-is-visible:nth-child(2) {
  animation-delay: 220ms;
}

.sssd-section .sssd-feature-card.sssd-is-visible:nth-child(3) {
  animation-delay: 320ms;
}

.sssd-section .sssd-feature-card.sssd-is-visible:nth-child(4) {
  animation-delay: 420ms;
}

.sssd-section .sssd-feature-card.sssd-is-visible:nth-child(5) {
  animation-delay: 520ms;
}

.sssd-section .sssd-feature-card.sssd-is-visible:nth-child(6) {
  animation-delay: 620ms;
}

.sssd-section .sssd-feature-card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.72));
}

.sssd-section .sssd-feature-card:hover,
.sssd-section .sssd-feature-card:focus-within {
  background:
    radial-gradient(circle at 58% 68%, rgba(237, 91, 12, 0.12), transparent 50%),
    linear-gradient(180deg, rgba(255, 250, 245, 0.98), rgba(255, 237, 221, 0.78));
  box-shadow: 0 24px 42px rgba(237, 91, 12, 0.16);
  transform: translateY(-6px);
}

.sssd-section .sssd-feature-card__icon {
  display: block;
  width: clamp(42px, 3.3vw, 52px);
  height: clamp(42px, 3.3vw, 52px);
  max-width: 100%;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(48%) sepia(95%) saturate(2549%) hue-rotate(358deg) brightness(96%) contrast(94%);
}

.sssd-section .sssd-feature-card__title {
  position: relative;
  z-index: 1;
  margin: 25px 0 0;
  color: var(--sssd-color-text);
  font-size: clamp(1.18rem, 1.35vw, 1.45rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.05em;
}

.sssd-section .sssd-feature-card__line {
  display: block;
  width: 18px;
  height: 2px;
  margin: 20px 0 19px;
  background: var(--sssd-color-orange);
}

.sssd-section .sssd-feature-card__description {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #50545d;
  font-size: clamp(0.8rem, 0.85vw, 0.95rem);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.05em;
}

.sssd-section .sssd-feature-card__ghost {
  position: absolute;
  right: 18px;
  bottom: 20px;
  display: block;
  width: clamp(88px, 7vw, 112px);
  height: clamp(88px, 7vw, 112px);
  max-width: 100%;
  object-fit: contain;
  opacity: 0.14;
  pointer-events: none;
}

.sssd-section .sssd-feature-card__ghost--filtered {
  filter: brightness(0) saturate(100%) invert(48%) sepia(95%) saturate(2549%) hue-rotate(358deg) brightness(96%) contrast(94%);
}

@media (max-width: 980px) {
  .sssd-section {
    min-height: auto;
  }

  .sssd-section .sssd-inner {
    width: min(100%, 760px);
  }

  .sssd-section .sssd-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sssd-section .sssd-feature-card {
    min-height: 238px;
  }
}

@media (max-width: 720px) {
  .sssd-section {
    padding-top: 48px;
    padding-bottom: 34px;
  }

  .sssd-section .sssd-bg-panel {
    top: 24px;
    left: -84px;
    width: 390px;
    min-width: 0;
    border-radius: 48px;
  }

  .sssd-section .sssd-description br {
    display: none;
  }

  .sssd-section .sssd-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
  }

  .sssd-section .sssd-feature-card {
    min-height: 222px;
    padding: 25px 18px 20px;
  }

  .sssd-section .sssd-feature-card__icon {
    width: 34px;
    height: 34px;
  }

  .sssd-section .sssd-feature-card__ghost {
    width: 68px;
    height: 68px;
    opacity: 0.12;
  }
}

@media (max-width: 460px) {
  .sssd-section {
    padding-inline: 18px;
  }

  .sssd-section .sssd-feature-grid {
    grid-template-columns: 1fr;
  }

  .sssd-section .sssd-feature-card {
    min-height: 188px;
    padding: 24px 22px;
  }

  .sssd-section .sssd-feature-card__line {
    margin-block: 13px 12px;
  }

  .sssd-section .sssd-feature-card__description br {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sssd-section .sssd-copy,
  .sssd-section .sssd-feature-card {
    opacity: 1;
    translate: 0 0;
    animation: none;
  }
}
