.skg-hero,
.skg-card-grid,
.skg-faq {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  box-sizing: border-box;
}

.skg-hero *,
.skg-card-grid *,
.skg-faq *,
.skg-sticky-cta * {
  box-sizing: border-box;
}

.skg-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
  margin: 0 auto 28px;
  padding: clamp(22px, 4vw, 42px);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(244, 200, 185, .45), transparent 34%),
    linear-gradient(135deg, #fff8f2 0%, #fff 52%, #f8efe8 100%);
  box-shadow: 0 18px 50px rgba(79, 51, 36, .10);
  border: 1px solid rgba(158, 108, 82, .16);
  max-width: 100%;
  overflow: hidden;
}

.skg-badges,
.skg-hero__panel {
  display: none !important;
}

.skg-eyebrow {
  margin: 0 0 10px;
  color: #a66a4c;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
}

.skg-hero__copy,
.skg-hero__panel {
  min-width: 0;
}

.skg-hero h2 {
  margin: 0;
  color: #2d2320;
  font-size: clamp(26px, 4vw, 44px);
  line-height: 1.18;
  letter-spacing: -.04em;
}

.skg-lead {
  margin: 16px 0 0;
  color: #5f514b;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.75;
}

.skg-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
}

.skg-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: #6e4a38;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid rgba(139, 91, 65, .14);
}

.skg-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.skg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.skg-btn:hover {
  transform: translateY(-1px);
}

.skg-btn--primary {
  background: #2f2521;
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(47, 37, 33, .22);
}

.skg-btn--ghost {
  background: #fff;
  color: #3a2b25 !important;
  border: 1px solid rgba(47, 37, 33, .16);
}

.skg-hero__panel {
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .74);
  border: 1px solid rgba(139, 91, 65, .14);
}

.skg-hero__panel strong {
  display: block;
  margin-bottom: 10px;
  color: #3a2b25;
  font-size: 18px;
}

.skg-hero__panel ul {
  margin: 0;
  padding-left: 18px;
  color: #66574f;
  line-height: 1.72;
  font-size: 14px;
}

.skg-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 30px;
}

.skg-card {
  display: flex;
  min-height: 148px;
  flex-direction: column;
  gap: 9px;
  padding: 18px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(75, 55, 45, .12);
  box-shadow: 0 10px 30px rgba(54, 38, 30, .06);
  text-decoration: none !important;
}

.skg-card strong {
  color: #2e2420;
  font-size: 18px;
  letter-spacing: -.02em;
}

.skg-card span {
  flex: 1;
  color: #66574f;
  font-size: 14px;
  line-height: 1.6;
}

.skg-card em {
  color: #a66a4c;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.skg-faq {
  margin: 34px 0 28px;
  padding: 24px;
  border-radius: 24px;
  background: #fffaf6;
  border: 1px solid rgba(139, 91, 65, .13);
}

.skg-faq h2 {
  margin: 0 0 14px;
  font-size: clamp(22px, 3vw, 30px);
  letter-spacing: -.03em;
}

.skg-faq details {
  overflow: hidden;
  border-top: 1px solid rgba(80, 58, 47, .12);
}

.skg-faq summary {
  cursor: pointer;
  padding: 16px 0;
  color: #3a2b25;
  font-weight: 800;
}

.skg-faq p {
  margin: 0 0 16px;
  color: #66574f;
  line-height: 1.72;
}

.skg-sticky-cta {
  position: fixed;
  left: 50%;
  bottom: max(12px, env(safe-area-inset-bottom));
  z-index: 9999;
  display: none;
  width: min(520px, calc(100vw - 22px));
  transform: translateX(-50%);
  gap: 8px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 36px rgba(31, 24, 20, .22);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(68, 48, 38, .12);
}

.skg-sticky-cta a {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  color: #382c27 !important;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
  background: #f7eee7;
}

.skg-sticky-cta .skg-sticky-cta__primary {
  color: #fff !important;
  background: #2f2521;
}

@media (max-width: 900px) {
  .skg-hero {
    grid-template-columns: 1fr;
    margin-top: 6px;
    padding: 24px 18px;
    border-radius: 24px;
  }

  .skg-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  html,
  body {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
  }

  #wrapper,
  #main,
  .page-wrapper,
  .page-inner,
  .container,
  .row,
  .col,
  .col-inner,
  .entry-content {
    width: 100% !important;
    max-width: 100vw !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  img,
  video,
  iframe {
    max-width: 100%;
  }

  body {
    padding-bottom: 74px;
  }

  .entry-content > h1,
  .page-wrapper h1,
  .sk-core-page-title {
    width: calc(100vw - 68px);
    max-width: calc(100vw - 68px);
    margin-left: 50% !important;
    transform: translateX(-50%);
    font-size: clamp(27px, 8vw, 34px) !important;
    line-height: 1.22 !important;
    word-break: break-all !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
  }

  .skg-hero {
    display: block;
    width: min(100%, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
    margin-left: auto;
    margin-right: auto;
    transform: none;
    padding: 22px 16px;
  }

  .skg-hero,
  .skg-hero * {
    white-space: normal !important;
  }

  .skg-hero h2 {
    max-width: 100%;
    font-size: clamp(24px, 6.8vw, 29px);
    line-height: 1.24;
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .skg-lead {
    font-size: 14px;
    line-height: 1.68;
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .skg-hero__panel {
    overflow: hidden;
  }

  .skg-hero__panel li {
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .skg-badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .skg-badges span {
    justify-content: center;
    min-width: 0;
    padding-inline: 8px;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
  }

  .skg-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .skg-btn {
    width: 100%;
  }

  .skg-card-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    width: min(100%, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
    margin-left: auto;
    margin-right: auto;
    transform: none;
  }

  .skg-card {
    min-height: 0;
    padding: 16px;
  }

  .skg-faq {
    width: min(100%, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
    margin-left: auto;
    margin-right: auto;
    transform: none;
    padding: 20px 16px;
    border-radius: 20px;
  }

  .skg-sticky-cta {
    display: flex;
    left: 8px;
    right: 8px;
    width: auto;
    transform: none;
    gap: 6px;
    padding: 7px;
  }

  .skg-sticky-cta a {
    min-width: 0;
    min-height: 40px;
    padding-inline: 6px;
    font-size: 13px;
    white-space: nowrap;
  }
}
