/*
 * JOBPT MONOCHROME 5.6.1
 * Pure grayscale frontend layer: white, black and neutral grays only.
 * 2026-07-20 revision request applied at the bottom of this file.
 * 5.6.1: per-program checkout buttons + full mobile/tablet responsive pass.
 */

:root {
  --ink: #111111;
  --paper: #ffffff;
  --white: #ffffff;
  --muted: #666666;
  --line: #d9d9d9;
  --blue: #111111;
  --blue-dark: #000000;
  --blue-soft: #f5f5f5;
  --acid: #111111;
  --cobalt: #111111;
  --coral: #f5f5f5;
  --ice: #f5f5f5;
}

html,
body {
  background: var(--white);
  color: var(--ink);
}

body,
button,
input,
select,
textarea,
summary {
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
}

::selection {
  background: var(--blue);
  color: var(--white);
}

.site-header,
.front-header,
.inner-header {
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  height: 96px !important;
}

.site-header::after,
.inner-header::after {
  display: none;
}

.brand {
  color: var(--ink);
  font-size: 30px !important;
  letter-spacing: -0.04em;
}

.brand-slash,
.site-footer .brand-slash {
  color: var(--blue);
}

.site-header .desktop-nav {
  color: var(--ink);
  font-size: 14px !important;
  gap: clamp(24px, 2.5vw, 44px) !important;
  letter-spacing: 0.04em !important;
}

.site-header .desktop-nav a {
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  line-height: 1 !important;
}

.desktop-nav .nav-cta,
.desktop-nav > li:last-child a,
.front-header .nav-cta,
.inner-header .nav-cta {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
  padding: 15px 22px !important;
}

.desktop-nav .nav-cta:hover,
.desktop-nav > li:last-child a:hover,
.front-header .nav-cta:hover,
.inner-header .nav-cta:hover {
  background: var(--blue-dark);
  border-color: var(--blue-dark);
  color: var(--white);
  opacity: 1;
}

.mobile-menu nav {
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--ink);
}

.mobile-menu nav a {
  border-color: var(--line);
  font-size: 14px !important;
}

.site-header .mobile-menu summary {
  font-size: 13px !important;
  letter-spacing: 0.08em !important;
}

/* Main hero: white copy area with a grayscale image on the right. */
.hero {
  background: var(--white);
  color: var(--ink);
  min-height: min(900px, 100svh);
}

.hero-image {
  filter: grayscale(1) contrast(1.04);
  height: 100%;
  left: auto;
  object-position: 62% center;
  right: 0;
  width: 52%;
}

.hero-shade {
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 44%, rgba(255, 255, 255, 0.94) 49%, rgba(255, 255, 255, 0.16) 69%, rgba(255, 255, 255, 0) 100%);
}

.hero-copy {
  bottom: auto;
  left: var(--pad);
  max-width: min(670px, 46vw);
  padding-right: 0;
  top: 51%;
  transform: translateY(-45%);
}

.hero h1,
.hero h1 span {
  -webkit-text-fill-color: var(--ink);
  -webkit-text-stroke: 0;
  color: var(--ink);
}

.hero h1 {
  font-size: clamp(48px, 5.3vw, 84px);
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.hero h1 em {
  -webkit-text-fill-color: var(--blue);
  -webkit-text-stroke: 0;
  color: var(--blue);
  font-family: inherit;
  font-style: normal;
}

.eyebrow,
.eyebrow.light {
  color: var(--blue);
  letter-spacing: 0.1em;
}

.hero-lead {
  border-left: 3px solid var(--blue);
  color: #555555;
}

.hero .button-light,
.button.button-light,
.dark-button {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}

.hero .button-light:hover,
.button.button-light:hover,
.dark-button:hover {
  background: var(--blue-dark);
  border-color: var(--blue-dark);
  color: var(--white);
}

.text-link,
.light-link {
  color: var(--ink);
}

.button-outline {
  background: var(--white);
  border-color: var(--blue);
  color: var(--blue);
}

.button-outline:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}

.hero-index,
.hero-caption,
.hero-color-rail,
.purchase-ghost,
.who-monogram,
.consultant-number,
.inner-hero::before {
  display: none;
}

.ticker {
  background: var(--white);
  border-color: var(--line);
  color: var(--ink);
}

.ticker i {
  color: var(--blue);
}

/* White-first content system. */
.problem-section,
.solution-section,
.reviews-section,
.programs-section,
.who-section,
.faq-section,
.purchase-section,
.inner-main,
.inner-section,
.consultant-section,
.centered-action,
.refund-brief,
.inner-cta {
  background: var(--white);
  color: var(--ink);
}

.section h2,
.solution-title h2,
.programs-lead h2,
.who-copy h2,
.purchase-section h2,
.inner-lead-grid h2,
.who-story h2,
.consultant-section h2,
.purchase-actions-panel h2,
.refund-brief h2,
.inner-cta h2 {
  color: var(--ink);
  font-family: inherit;
  letter-spacing: -0.04em;
}

.section h2 {
  font-size: clamp(40px, 5vw, 76px);
  line-height: 1.08;
}

.outline-word,
.problem-section .outline-word {
  -webkit-text-fill-color: var(--ink);
  -webkit-text-stroke: 0;
  color: var(--ink);
}

.section-intro {
  border-left: 3px solid var(--blue);
  border-top: 0;
  color: #555555;
  padding-left: 18px;
  padding-top: 0;
}

.pain-strip,
.problem-grid,
.stats-grid,
.pillar-grid-section,
.point-cards {
  border-color: var(--line);
}

.pain-strip p,
.pain-strip p:nth-child(n) {
  background: var(--white);
  border-color: var(--line);
  color: var(--ink);
}

.pain-strip strong,
.card-number,
.problem-card::before {
  color: var(--blue);
}

.problem-card,
.problem-card:nth-child(n),
.problem-card:nth-child(n):hover {
  background: var(--white);
  border-color: var(--line);
  color: var(--ink);
}

.problem-card::before {
  background: var(--blue);
  height: 2px;
}

.problem-card:nth-child(n) p,
.problem-card:nth-child(n):hover p {
  color: var(--muted);
}

.card-arrow {
  color: var(--blue);
}

.pattern-line {
  border-left: 3px solid var(--blue);
  color: var(--ink);
  font-family: inherit;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 700;
  letter-spacing: -0.03em;
  padding-left: 16px;
  text-align: left;
}

/* Solution */
.solution-section {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.solution-title h2 {
  font-size: clamp(42px, 5vw, 76px);
}

.solution-title h2::after {
  background: var(--blue);
  height: 2px;
  margin-top: 24px;
  width: 64px;
}

.large-copy,
.solution-copy em {
  color: var(--ink);
  font-family: inherit;
  font-style: normal;
}

.solution-copy > p:not(.large-copy),
.programs-lead > p:last-child,
.who-copy > p:not(.eyebrow),
.purchase-section > div > p:not(.eyebrow) {
  color: var(--muted);
}

.solution-media {
  border-color: var(--line);
}

.solution-media img,
.plan-media img,
.all-in-one > img,
.who-visual > img,
.inner-hero-media img,
.consultant-photo img {
  filter: grayscale(1) contrast(1.04);
}

.solution-media::before,
.solution-media figcaption,
.consultant-photo figcaption {
  background: var(--blue);
  color: var(--white);
}

.process-list {
  border-color: var(--line);
}

.process-item {
  border-color: var(--line);
  color: var(--ink);
}

.process-item span,
.process-item i {
  color: var(--blue);
}

.process-item:hover {
  background: var(--blue-soft);
}

/* Reviews and statistics */
.review-frame,
.review-frame:nth-child(n),
.review-page-grid figure,
.review-page-grid figure:nth-child(n) {
  background: var(--white);
  border-color: var(--line);
  box-shadow: none;
  color: var(--ink);
  transform: none;
}

.review-frame img,
.review-page-grid img {
  filter: grayscale(1) contrast(1.02);
}

.review-frame figcaption {
  border-color: var(--line);
  color: var(--muted);
}

.stats-grid article,
.stats-grid article:nth-child(n),
.stats-grid .stat-dark,
.review-page-stats article,
.review-page-stats article:nth-child(n),
.review-page-stats .dark {
  background: var(--white);
  border-color: var(--line);
  color: var(--ink);
}

.stats-grid strong,
.review-page-stats strong {
  color: var(--blue);
  font-size: clamp(48px, 5.4vw, 82px);
}

.stats-grid article > span,
.review-page-stats small {
  color: var(--muted);
}

/* Programs */
.programs-section {
  border-top: 1px solid var(--line);
}

.programs-lead h2::first-line {
  color: var(--ink);
}

.plan-card,
.plan-card:nth-child(n) {
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--ink);
}

.plan-card + .plan-card {
  border-left: 0;
}

.plan-media::after {
  display: none;
}

.plan-top,
.plan-card ul,
.plan-card li,
.plan-link,
.plan-2 .plan-top,
.plan-2 ul,
.plan-2 li,
.plan-2 .plan-link {
  border-color: var(--line);
}

.plan-top span:first-child,
.plan-price strong,
.plan-link,
.plan-link span {
  color: var(--blue);
}

.plan-subtitle,
.plan-2 .plan-subtitle,
.plan-price span,
.plan-2 .plan-price span {
  color: var(--muted);
}

.plan-card li::before {
  color: var(--blue);
}

.all-in-one {
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--ink);
}

.all-in-one > p {
  color: var(--muted);
}

.all-in-one .circle-link {
  border-color: var(--blue);
  color: var(--blue);
}

.all-in-one .circle-link:hover {
  background: var(--blue);
  color: var(--white);
}

/* Consultant and FAQ */
.who-section {
  border-top: 1px solid var(--line);
}

.who-visual {
  background: #f4f4f4;
  color: var(--ink);
}

.who-visual::after {
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.72), transparent 52%);
}

.who-visual > p {
  background: var(--blue);
  color: var(--white);
}

.who-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.credentials,
.credentials li,
.faq-list details,
.faq-list summary,
.full-faq details,
.full-faq summary {
  border-color: var(--line);
}

.faq-title h2 {
  color: var(--ink);
}

.faq-list details[open],
.full-faq details[open] {
  background: var(--blue-soft);
}

.faq-list summary span,
.faq-list summary i,
.full-faq summary span,
.full-faq summary i {
  color: var(--blue);
}

.faq-list details > p,
.full-faq details > p {
  color: var(--muted);
}

/* Purchase and footer */
.purchase-section {
  border-top: 1px solid var(--line);
}

.purchase-section small {
  color: var(--muted);
}

.purchase-section .button-outline:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}

.site-footer {
  background: var(--white);
  border-top: 1px solid var(--line);
  color: var(--ink);
}

.footer-copy,
.footer-links {
  color: var(--muted);
}

.floating-contact a:first-child {
  background: var(--blue);
  color: var(--white);
}

.floating-contact a:last-child {
  background: var(--ink);
  color: var(--white);
}

/* Inner page hero */
.inner-header {
  position: relative;
}

.inner-hero,
.inner-hero.tone-acid,
.inner-hero.tone-cobalt,
.inner-hero.tone-coral {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  min-height: 680px;
}

.inner-hero-media {
  width: 46%;
}

.inner-hero-media img {
  object-position: center center;
}

.page-half .inner-hero-media img,
.page-who .inner-hero-media img {
  object-position: 72% center;
}

.inner-hero:not(.has-image) {
  align-content: center;
  min-height: 520px;
}

.inner-hero-media span,
.inner-hero.tone-acid .inner-hero-media span,
.inner-hero.tone-cobalt .inner-hero-media span,
.inner-hero.tone-coral .inner-hero-media span {
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.94) 18%, rgba(255, 255, 255, 0.12) 68%, rgba(255, 255, 255, 0) 100%);
}

.inner-hero-index {
  color: var(--blue);
}

.inner-hero h1,
.inner-hero h1 em,
.inner-hero.tone-acid h1 em,
.inner-hero.tone-cobalt h1 em,
.inner-hero.tone-coral h1 em {
  -webkit-text-fill-color: var(--ink);
  -webkit-text-stroke: 0;
  color: var(--ink);
  font-family: inherit;
  font-style: normal;
}

.inner-hero h1 em,
.inner-hero.tone-acid h1 em,
.inner-hero.tone-cobalt h1 em,
.inner-hero.tone-coral h1 em {
  -webkit-text-fill-color: var(--blue);
  color: var(--blue);
}

.inner-hero .eyebrow.light,
.inner-hero.tone-acid .eyebrow.light,
.inner-hero.tone-cobalt .eyebrow.light,
.inner-hero.tone-coral .eyebrow.light {
  color: var(--blue);
}

.inner-hero-intro,
.inner-hero.tone-acid .inner-hero-intro,
.inner-hero.tone-cobalt .inner-hero-intro,
.inner-hero.tone-coral .inner-hero-intro {
  border-color: var(--blue);
  color: var(--muted);
}

/* Inner page cards and rows */
.program-intro .inner-lead-grid h2,
.who-story h2 {
  color: var(--ink);
}

.inner-lead-grid p,
.who-story p,
.centered-action p {
  color: var(--muted);
}

.pillar-card,
.pillar-card:nth-child(n),
.pillar-card.dark,
.point-cards article,
.point-cards article:nth-child(n),
.point-cards .dark,
.route-cards a,
.route-cards a:nth-child(n),
.allin-grid article,
.allin-grid article:nth-child(n) {
  background: var(--white);
  border-color: var(--line);
  color: var(--ink);
}

.pillar-card > span,
.point-cards article > span,
.route-cards span,
.route-cards i,
.allin-grid article > span {
  color: var(--blue);
}

.pillar-card > p:last-child,
.pillar-card.dark > p:last-child,
.point-cards article > p:last-child,
.point-cards .dark > p:last-child,
.route-cards p,
.allin-grid article > p:last-child,
.allin-grid article:nth-child(3) > p:last-child {
  color: var(--muted);
}

.route-cards a:hover,
.route-cards a:nth-child(n):hover {
  background: var(--white);
  border-color: var(--blue);
  color: var(--blue);
}

.route-cards a:hover p {
  color: var(--muted);
}

.detail-steps article,
.detail-steps article:nth-of-type(n),
.contract-process article,
.contract-process article:nth-of-type(n) {
  background: var(--white);
  border-color: var(--line);
  color: var(--ink);
  padding-left: 0;
  padding-right: 0;
}

.detail-steps article > span,
.contract-process article > span {
  color: var(--blue);
}

.detail-steps article:nth-of-type(n) p,
.contract-process article:nth-of-type(n) p {
  color: var(--muted);
}

.season-summary,
.page-half .season-summary,
.page-full .season-summary {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  color: var(--ink);
}

.season-summary h2 {
  color: var(--blue);
  font-size: clamp(72px, 10vw, 140px);
}

.page-half .season-summary .eyebrow.light,
.page-full .season-summary .eyebrow.light {
  color: var(--blue);
}

.page-half .season-summary li,
.page-full .season-summary li,
.season-summary ul,
.season-summary li {
  border-color: var(--line);
  color: var(--ink);
}

.season-summary li::before {
  color: var(--blue);
}

.page-half .season-summary .button-light,
.page-full .season-summary .button-light {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}

.centered-action {
  border-top: 1px solid var(--line);
}

.consultant-section {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.consultant-photo {
  border: 1px solid var(--line);
}

.consultant-section ul,
.consultant-section li {
  border-color: var(--line);
  color: var(--ink);
}

.purchase-actions-panel {
  background: var(--white);
  color: var(--ink);
}

.purchase-actions-panel > div,
.purchase-actions-panel > div:first-child,
.purchase-actions-panel > div:last-child {
  background: var(--white);
  border-color: var(--line);
  color: var(--ink);
}

.purchase-actions-panel > div:first-child {
  border-top: 3px solid var(--blue);
}

.purchase-actions-panel > div:last-child {
  border-left: 1px solid var(--line);
  border-top: 3px solid var(--ink);
}

.purchase-actions-panel p:not(.eyebrow) {
  color: var(--muted);
}

.refund-brief {
  border-left: 4px solid var(--blue);
}

.refund-brief ul,
.refund-brief li,
.policy-list article {
  border-color: var(--line);
}

.policy-list article:nth-child(n) span {
  background: var(--blue);
  color: var(--white);
}

.inner-cta {
  border-top: 3px solid var(--blue);
}

.inner-cta .eyebrow {
  color: var(--blue);
}

.inner-cta .button,
.inner-cta .dark-button,
.inner-cta .button-light {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}

@media (max-width: 1100px) {
  .hero-copy {
    max-width: 49vw;
  }
}

@media (max-width: 900px) {
  .hero-image {
    width: 55%;
  }

  .plan-card + .plan-card {
    border-left: 1px solid var(--line);
    border-top: 0;
  }

  .inner-hero-media {
    width: 54%;
  }

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

@media (max-width: 760px) {
  .site-header,
  .front-header,
  .inner-header {
    background: rgba(255, 255, 255, 0.98);
    height: 76px !important;
  }

  .site-header .brand {
    font-size: 24px !important;
  }

  .hero {
    min-height: 850px;
  }

  .hero-image {
    height: 43%;
    object-position: 62% center;
    top: 76px;
    width: 100%;
  }

  .hero-shade {
    background: linear-gradient(0deg, #ffffff 0%, #ffffff 46%, rgba(255, 255, 255, 0.18) 72%, rgba(255, 255, 255, 0) 100%);
  }

  .hero-copy {
    bottom: 44px;
    left: 22px;
    max-width: none;
    right: 22px;
    top: auto;
    transform: none;
  }

  .hero h1 {
    font-size: clamp(40px, 11vw, 56px);
  }

  .inner-hero,
  .inner-hero.tone-acid,
  .inner-hero.tone-cobalt,
  .inner-hero.tone-coral {
    min-height: 720px;
  }

  .inner-hero-media {
    height: 43%;
    opacity: 1;
    width: 100%;
  }

  .inner-hero-media span,
  .inner-hero.tone-acid .inner-hero-media span,
  .inner-hero.tone-cobalt .inner-hero-media span,
  .inner-hero.tone-coral .inner-hero-media span {
    background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.08) 68%, rgba(255, 255, 255, 0) 100%);
  }

  .detail-steps article:nth-of-type(n),
  .contract-process article:nth-of-type(n) {
    padding-left: 16px;
    padding-right: 16px;
  }

  .purchase-actions-panel > div:last-child {
    border-left: 0;
  }
}

/*
 * JOBPT MONOCHROME 5.5 — 2026-07-15 revision request
 * The review screenshots are the sole color exception requested by the client.
 */

/* Brand lockup and larger navigation */
.brand-with-logo,
.jobpt-logo-lockup {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  letter-spacing: 0;
}

.brand-logo,
.jobpt-logo-mark {
  background: transparent;
  border-radius: 0;
  flex: 0 0 auto;
  height: 76px;
  object-fit: contain;
  width: 76px;
}

.brand-word,
.jobpt-logo-name {
  color: #111111;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1;
}

.site-header .desktop-nav,
.site-header .desktop-nav a {
  font-size: 15px !important;
}

.site-header .desktop-nav a:not(.nav-cta) {
  padding: 14px 0;
}

/* First-screen message: fear, empathy and a restrained motion cue. */
.hero-kicker,
.hero .eyebrow,
.ticker span {
  font-size: clamp(13px, 1.05vw, 16px);
  font-weight: 850;
}

.hero-lead--urgent,
.hero-thesis {
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1.65;
}

.hero-thesis {
  border-top: 1px solid #111111;
  color: #111111;
  font-weight: 800;
  margin: 22px 0 0;
  max-width: 560px;
  padding-top: 18px;
}

.hero-emphasis,
.keep-emphasis {
  animation: jobpt-emphasis-pulse 1.9s ease-in-out infinite;
  background: #111111;
  color: #ffffff;
  display: inline-block;
  font-weight: 900;
  padding: 0 0.28em;
}

@keyframes jobpt-emphasis-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(17, 17, 17, 0); }
  50% { box-shadow: 0 0 0 7px rgba(17, 17, 17, 0.12); }
}

/* Longer problem explanations and non-link visual markers. */
.problem-card {
  min-height: 390px;
  padding: 34px;
}

.problem-card .card-number {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.problem-card h3 {
  margin-top: 68px;
}

.problem-card p {
  font-size: 16px !important;
  line-height: 1.78;
}

.card-arrow {
  display: none;
}

.card-marker,
.card-mark {
  bottom: 28px;
  color: #111111;
  font-size: 13px;
  position: absolute;
  right: 30px;
}

.pattern-line,
.pattern-line--emphasis {
  border-left: 0;
  font-size: clamp(30px, 3.4vw, 52px);
  margin-top: 60px;
  padding-left: 0;
  text-align: center;
}

/* Three core selling points. */
.selling-points-section,
.empathy-section,
.comparison-section,
.process-section,
.unlimited-value-section {
  background: #ffffff;
  border-top: 1px solid #d9d9d9;
  color: #111111;
}

.selling-points-lead,
.unlimited-value-heading,
.unlimited-value-copy {
  max-width: 960px;
}

.selling-points-lead h2,
.unlimited-value-heading h2 {
  font-size: clamp(40px, 5vw, 76px);
  letter-spacing: -0.05em;
  line-height: 1.1;
  margin: 12px 0 54px;
}

.selling-points-grid,
.selling-point-grid,
.comparison-grid,
.empathy-points {
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.selling-point,
.comparison-card,
.empathy-points > p {
  background: #ffffff;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  margin: 0;
  min-height: 340px;
  padding: clamp(30px, 3.2vw, 50px);
}

.selling-point > span,
.comparison-card > span {
  display: block;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 68px;
}

.selling-point h3,
.selling-point > strong,
.comparison-card h3 {
  display: block;
  font-size: clamp(25px, 2.45vw, 38px);
  letter-spacing: -0.045em;
  line-height: 1.18;
  margin: 0 0 24px;
}

.selling-point > p:last-child,
.comparison-card p,
.empathy-points p {
  color: #555555;
  font-size: 16px;
  line-height: 1.78;
}

.selling-points-callout {
  border-bottom: 1px solid #111111;
  border-top: 1px solid #111111;
  font-size: clamp(24px, 3vw, 44px);
  font-weight: 900;
  letter-spacing: -0.04em;
  margin: 58px 0 0;
  padding: 26px 0;
  text-align: center;
}

.comparison-card.comparison-jobpt,
.value-comparison-item--jobpt {
  background: #111111;
  color: #ffffff;
}

.comparison-card.comparison-jobpt p,
.value-comparison-item--jobpt p {
  color: #d9d9d9;
}

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

.empathy-points > p {
  min-height: 220px;
}

/* Infinity / document-only system grouped with the process. */
.unlimited-process-group,
.unlimited-system {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  display: grid;
  gap: clamp(30px, 4vw, 64px);
  grid-column: 1 / -1;
  grid-template-columns: minmax(150px, 0.34fr) minmax(260px, 0.66fr) minmax(420px, 1.3fr);
  margin-top: 18px;
  padding: clamp(44px, 5vw, 72px) 0;
}

.unlimited-symbol,
.infinity-mark {
  align-self: center;
  font-size: clamp(116px, 14vw, 220px);
  font-weight: 200;
  letter-spacing: -0.1em;
  line-height: 0.72;
  text-align: center;
}

.unlimited-process-copy {
  align-self: center;
}

.unlimited-process-copy h3 {
  font-size: clamp(26px, 3vw, 46px);
  letter-spacing: -0.05em;
  line-height: 1.15;
  margin: 12px 0 22px;
}

.unlimited-process-copy > p:last-child,
.process-item p {
  color: #666666;
  font-size: 15px;
  line-height: 1.75;
  margin: 7px 0 0;
}

.unlimited-process-group .process-list {
  align-self: stretch;
}

.process-item {
  grid-template-columns: 62px 1fr 18px;
  padding: 21px 4px;
}

.process-item span,
.process-item .process-number {
  font-size: 15px;
  font-weight: 900;
}

.process-item i,
.process-marker {
  font-size: 14px;
}

/* One-off editing versus the included unlimited-care benefit. */
.unlimited-value-section {
  display: grid;
  gap: 44px 70px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.unlimited-value-copy {
  align-self: end;
}

.unlimited-value-copy .value-lead {
  color: #111111;
  font-size: clamp(24px, 2.6vw, 40px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.25;
}

.unlimited-value-copy > p:last-child {
  color: #555555;
  font-size: 16px;
  line-height: 1.8;
}

.value-comparison {
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.value-comparison-item {
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  min-height: 300px;
  padding: clamp(30px, 3.2vw, 50px);
}

.value-comparison-item h3 {
  font-size: clamp(28px, 3vw, 46px);
  letter-spacing: -0.05em;
  margin: 54px 0 22px;
}

.value-comparison-item > p:last-child {
  font-size: 16px;
  line-height: 1.78;
}

/* The only intentional color exception: supplied Kakao review screenshots. */
.review-carousel,
.review-slider,
.review-page-slider,
.review-page-grid {
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.review-track {
  display: flex;
  gap: 18px;
  width: max-content;
}

.review-frame,
.review-slide,
.review-page-grid figure {
  overflow: hidden;
  position: relative;
  scroll-snap-align: center;
}

.review-color-image,
.review-color img,
.review-color-media img,
.page-reviews .review-page-grid img,
.page-reviews .review-slide img {
  filter: none !important;
}

.review-slide::after,
.review-privacy-mask {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.38);
  content: "";
  height: 30px;
  left: 42px;
  pointer-events: none;
  position: absolute;
  right: 82px;
  top: 35px;
  z-index: 2;
}

.review-privacy-mask {
  display: none;
}

/* Names are permanently blurred in the delivered bitmap assets. */
.review-slide::after {
  display: none;
}

.review-frame figcaption,
.review-page-grid figure > span,
.review-page-grid figcaption,
.data-note,
.review-page-stats small {
  font-size: 12px;
  line-height: 1.6;
}

.stats-grid article > span,
.stat-number,
.review-page-stats small {
  font-size: 14px;
  font-weight: 800;
}

.stats-grid p,
.stat-label,
.review-page-stats p {
  font-size: 16px;
}

/* Programs: clearer durations, benefits and an explicit comparison. */
.plan-card {
  min-height: 720px;
  padding-bottom: 88px;
}

.plan-top {
  align-items: center;
  font-size: 15px;
}

.plan-duration,
.program-duration {
  font-size: clamp(18px, 1.65vw, 24px);
  letter-spacing: 0.08em;
}

.plan-subtitle--readable,
.plan-subtitle {
  font-size: 16px;
  line-height: 1.75;
}

.plan-unlimited,
.benefit-highlight {
  background: #111111;
  color: #ffffff;
  display: block;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 24px 0 0;
  padding: 13px 16px;
  text-align: center;
}

.plan-card li {
  font-size: 15px;
  line-height: 1.55;
}

.season-process-comparison,
.season-compare {
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 42px;
}

.season-process-card,
.season-compare > article {
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  min-height: 360px;
  padding: clamp(30px, 3.5vw, 54px);
}

.season-process-card h3,
.season-compare h3 {
  font-size: clamp(28px, 3vw, 46px);
  letter-spacing: -0.05em;
  margin: 54px 0 20px;
}

.season-process-card > p:not(.eyebrow),
.season-process-card li,
.season-compare p,
.season-compare li {
  color: #555555;
  font-size: 16px;
  line-height: 1.72;
}

.season-process-card ul,
.season-compare ul {
  border-top: 1px solid #d9d9d9;
  list-style: none;
  margin: 24px 0 0;
  padding: 16px 0 0;
}

.season-compare-table {
  display: block;
}

.season-compare-table .season-compare-row {
  border-bottom: 1px solid #d9d9d9;
  display: grid;
  grid-template-columns: minmax(130px, 0.8fr) repeat(2, minmax(160px, 1fr));
}

.season-compare-table .season-compare-row > * {
  border-right: 1px solid #d9d9d9;
  font-size: 16px;
  line-height: 1.55;
  padding: 18px 22px;
}

.season-compare-table .season-compare-row > *:last-child {
  border-right: 0;
}

.season-compare-table .season-compare-head {
  background: #111111;
  color: #ffffff;
}

.half-market-note {
  border-bottom: 1px solid #111111;
  border-top: 1px solid #111111;
  margin-top: 48px;
  padding: 42px 0;
}

.half-market-note h3 {
  font-size: clamp(28px, 3.2vw, 48px);
  letter-spacing: -0.05em;
  margin: 14px 0 20px;
}

.half-market-note > p:last-child {
  color: #555555;
  font-size: 16px;
  line-height: 1.8;
  max-width: 900px;
}

/* Image-led CTA fills the formerly empty left half. */
.purchase-section {
  align-items: center;
  display: grid;
  gap: clamp(38px, 5vw, 84px);
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
  min-height: 650px;
}

.purchase-visual {
  border: 1px solid #d9d9d9;
  height: clamp(360px, 37vw, 560px);
  margin: 0;
  overflow: hidden;
}

.purchase-visual img {
  filter: grayscale(1) contrast(1.05);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.purchase-section > .purchase-copy {
  margin-left: 0;
  max-width: none;
}

.purchase-copy > p:not(.eyebrow) {
  color: #555555;
  font-size: 17px;
  line-height: 1.8;
}

/* Inner pages: larger explanatory type and tighter vertical rhythm. */
.inner-hero,
.inner-hero.tone-acid,
.inner-hero.tone-cobalt,
.inner-hero.tone-coral {
  min-height: 620px;
  padding-bottom: clamp(60px, 6vw, 88px);
  padding-top: clamp(100px, 10vw, 142px);
}

.inner-hero-index {
  font-size: 13px;
  font-weight: 850;
}

.inner-hero-intro,
.inner-hero.tone-acid .inner-hero-intro,
.inner-hero.tone-cobalt .inner-hero-intro,
.inner-hero.tone-coral .inner-hero-intro {
  font-size: 18px;
  line-height: 1.78;
}

.hero-particle,
.title-particle {
  color: inherit;
  font-style: normal;
  font-weight: 500;
}

.program-intro,
.who-story,
.page-reviews .review-page-grid,
.page-reviews .review-page-stats,
.page-purchase .contract-process,
.page-purchase .refund-brief {
  padding-bottom: clamp(54px, 6vw, 82px);
  padding-top: clamp(54px, 6vw, 82px);
}

.inner-lead-grid p,
.who-story p,
.centered-action p,
.point-cards article > p:last-child,
.pillar-card > p:last-child {
  font-size: 17px;
  line-height: 1.82;
}

.pillar-card,
.point-cards article {
  min-height: 430px;
  padding-bottom: clamp(34px, 3.5vw, 52px);
  padding-top: clamp(34px, 3.5vw, 52px);
}

.pillar-card > span,
.point-cards article > span {
  font-size: 14px;
  margin-bottom: 54px;
}

.point-cards {
  border-top: 0;
}

.point-cards article {
  border-top: 1px solid #d9d9d9;
}

.route-cards {
  padding-bottom: clamp(52px, 6vw, 80px);
  padding-top: clamp(52px, 6vw, 80px);
}

.route-cards a {
  min-height: 270px;
}

.route-cards span {
  font-size: 16px;
}

.route-cards h3 {
  margin-top: 70px;
}

.detail-steps article,
.contract-process article {
  padding-bottom: 30px;
  padding-top: 30px;
}

.detail-steps article > span,
.contract-process article > span {
  font-size: 14px;
  font-weight: 850;
}

.detail-steps article p,
.contract-process article p {
  font-size: 17px;
  line-height: 1.78;
}

.season-summary {
  padding-bottom: clamp(58px, 6vw, 86px);
  padding-top: clamp(58px, 6vw, 86px);
}

.season-summary > div {
  text-align: center;
}

.season-summary > div > span {
  font-size: 20px;
  font-weight: 900;
}

.season-summary .summary-benefit,
.season-summary .unlimited-benefit {
  display: block;
  font-size: 18px;
  font-weight: 900;
  margin-top: 20px;
}

.season-summary li {
  font-size: 16px;
}

/* Reviews page becomes a compact horizontal slider. */
.page-reviews .review-page-grid {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.page-reviews .review-page-grid figure {
  flex: 0 0 clamp(280px, 29vw, 380px);
  min-height: 520px;
  transform: none;
}

.page-reviews .review-page-stats {
  margin-top: 0;
}

.page-reviews .inner-cta {
  padding-bottom: clamp(60px, 6vw, 88px);
  padding-top: clamp(60px, 6vw, 88px);
}

/* Purchase flow and refund summary are visually connected but separated. */
.purchase-actions-panel {
  border-bottom: 1px solid #111111;
}

.purchase-actions-panel > div {
  min-height: 410px;
  padding-bottom: clamp(54px, 6vw, 84px);
  padding-top: clamp(54px, 6vw, 84px);
}

.purchase-actions-panel p:not(.eyebrow) {
  font-size: 17px;
  line-height: 1.78;
}

.refund-brief {
  border-left: 0;
  border-top: 1px solid #111111;
}

.refund-brief li,
.policy-list article p {
  font-size: 16px;
  line-height: 1.72;
}

.unlimited-benefit-note,
.benefit-notice {
  background: #111111;
  color: #ffffff;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.7;
  margin: 26px 0;
  padding: 20px 24px;
}

/* Who page and consultant credibility. */
.who-story {
  gap: clamp(44px, 6vw, 80px);
}

.who-intro,
.who-copy > p:not(.eyebrow) {
  font-size: 17px;
  line-height: 1.8;
}

.consultant-section {
  gap: clamp(42px, 6vw, 80px);
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  padding-bottom: clamp(64px, 7vw, 102px);
  padding-top: clamp(64px, 7vw, 102px);
}

.consultant-photo {
  max-height: 720px;
  overflow: hidden;
}

.consultant-photo img {
  filter: grayscale(1) contrast(1.03);
  height: min(66vw, 700px);
  object-fit: cover;
  object-position: 45% 24%;
  width: 100%;
}

.consultant-section li {
  font-size: 16px;
  line-height: 1.6;
}

/* Footer business identity */
.footer-business-info {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-style: normal;
  gap: 7px 16px;
  line-height: 1.7;
  margin-top: 14px;
}

.footer-business-info span,
.footer-business-info a {
  color: #555555;
}

@media (max-width: 1050px) {
  .selling-points-grid,
  .selling-point-grid,
  .comparison-grid {
    grid-template-columns: 1fr;
  }

  .selling-point,
  .comparison-card {
    min-height: 260px;
  }

  .selling-point > span,
  .comparison-card > span {
    margin-bottom: 38px;
  }

  .unlimited-process-group,
  .unlimited-system {
    grid-template-columns: 0.35fr 0.65fr;
  }

  .unlimited-process-group .process-list,
  .unlimited-system .process-list {
    grid-column: 1 / -1;
  }

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

@media (max-width: 760px) {
  .brand-logo,
  .jobpt-logo-mark {
    height: 58px;
    width: 58px;
  }

  .brand-word,
  .jobpt-logo-name {
    font-size: 19px;
  }

  .hero-thesis {
    font-size: 17px;
    margin-top: 16px;
    padding-top: 13px;
  }

  .problem-card {
    min-height: 330px;
  }

  .selling-points-grid,
  .selling-point-grid,
  .comparison-grid,
  .empathy-points,
  .value-comparison,
  .season-process-comparison,
  .season-compare,
  .unlimited-value-section {
    grid-template-columns: 1fr;
  }

  .selling-point,
  .comparison-card,
  .empathy-points > p,
  .value-comparison-item,
  .season-process-card,
  .season-compare > article {
    min-height: auto;
  }

  .unlimited-process-group,
  .unlimited-system {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .unlimited-process-group .process-list,
  .unlimited-system .process-list {
    grid-column: auto;
  }

  .unlimited-symbol,
  .infinity-mark {
    text-align: left;
  }

  .process-item {
    grid-template-columns: 48px 1fr 12px;
  }

  .review-slide::after,
  .review-privacy-mask {
    left: 40px;
    right: 78px;
  }

  .plan-card {
    min-height: 740px;
  }

  .purchase-section {
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .purchase-visual {
    height: 280px;
  }

  .inner-hero,
  .inner-hero.tone-acid,
  .inner-hero.tone-cobalt,
  .inner-hero.tone-coral {
    min-height: 690px;
  }

  .inner-hero-intro,
  .inner-hero.tone-acid .inner-hero-intro,
  .inner-hero.tone-cobalt .inner-hero-intro,
  .inner-hero.tone-coral .inner-hero-intro {
    font-size: 16px;
  }

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

  .consultant-photo img {
    height: 560px;
  }

  .season-compare-table .season-compare-row {
    grid-template-columns: minmax(86px, 0.82fr) repeat(2, minmax(0, 1fr));
  }

  .season-compare-table .season-compare-row > * {
    font-size: 13px;
    padding: 13px 10px;
  }

  .footer-business-info {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-emphasis,
  .keep-emphasis {
    animation: none;
  }

  .review-carousel,
  .review-slider,
  .review-page-slider,
  .review-page-grid {
    scroll-behavior: auto;
  }
}

/* v5.5 final composition: keep the process readable in both template variants. */
.ticker--attention .ticker-highlight {
  font-size: 1.08em;
  font-weight: 950;
  letter-spacing: 0.01em;
}

.section.unlimited-system {
  grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr);
}

.section.unlimited-system .unlimited-copy {
  align-self: center;
}

.section.unlimited-system .unlimited-copy h2 {
  font-size: clamp(32px, 4vw, 60px);
  letter-spacing: -0.055em;
  line-height: 1.12;
  margin: 12px 0 24px;
}

.section.unlimited-system .unlimited-copy > p:last-child {
  color: #555555;
  font-size: 17px;
  line-height: 1.8;
  max-width: 760px;
}

.section.unlimited-system .unlimited-flow {
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.section.unlimited-system .unlimited-flow li {
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  min-height: 190px;
  padding: 28px;
}

.section.unlimited-system .unlimited-flow span {
  display: block;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 58px;
}

.section.unlimited-system .unlimited-flow strong {
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: -0.04em;
  line-height: 1.25;
}

.section.unlimited-system .unlimited-contrast {
  border-left: 1px solid #111111;
  border-top: 1px solid #111111;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.section.unlimited-system .unlimited-contrast p {
  border-bottom: 1px solid #111111;
  border-right: 1px solid #111111;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  min-height: 116px;
  padding: 26px 28px;
}

.section.unlimited-system .unlimited-contrast span,
.section.unlimited-system .unlimited-contrast strong {
  display: block;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

.landing-process {
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.landing-process li {
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  min-height: 330px;
  padding: clamp(24px, 2.7vw, 42px);
}

.landing-process span {
  display: block;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 72px;
}

.landing-process strong {
  display: block;
  font-size: clamp(20px, 1.75vw, 28px);
  letter-spacing: -0.04em;
  line-height: 1.3;
  margin-bottom: 20px;
}

.landing-process p {
  color: #5a5a5a;
  font-size: 15px;
  line-height: 1.72;
  margin: 0;
}

.season-summary .season-summary-duration {
  text-align: center;
}

.season-summary .season-days,
.season-summary .season-days-label {
  display: block;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.season-summary .season-unlimited-benefit,
.season-summary .benefit-highlight {
  background: #111111;
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 900;
  margin-top: 20px;
  padding: 13px 16px;
  text-align: center;
}

.unlimited-benefit-notice {
  background: #111111;
  color: #ffffff;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.7;
  margin: 26px 0;
  padding: 20px 24px;
}

@media (max-width: 1050px) {
  .landing-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-process li:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .section.unlimited-system {
    grid-template-columns: 1fr;
  }

  .section.unlimited-system .unlimited-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section.unlimited-system .unlimited-flow li {
    min-height: 158px;
    padding: 22px;
  }

  .section.unlimited-system .unlimited-flow span {
    margin-bottom: 38px;
  }

  .section.unlimited-system .unlimited-contrast,
  .landing-process {
    grid-template-columns: 1fr;
  }

  .landing-process li,
  .landing-process li:last-child {
    grid-column: auto;
    min-height: auto;
    padding: 28px 24px;
  }

  .landing-process span {
    margin-bottom: 32px;
  }
}

/* ================================================================
   JOBPT MONOCHROME 5.6.0 — 2026-07-20 홈페이지 수정요청 반영
   1) 로고 옆 잡PT 워드마크, 푸터 간격·사업자정보 가운데 정렬
   2) 소제목(eyebrow) 확대, 대문장 간격 확대, 티커 깜빡임
   3) 솔루션·무한첨삭 섹션 재배치, 프로세스 2단(01-03/04-06)
   4) 플랜 카드 통합(추천대상+Step), 프로그램명 부가정보 확대
   5) 리뷰 스트립 여백 균등, 리뷰 상세 무한 슬라이드, 카운트업
   6) 구매 섹션 좌우 교체, FAQ 답변 전문, 환불 규정 4개 항목
================================================================ */

/* --- 전역: 로고 옆 잡PT 워드마크 --- */
.jobpt-logo-lockup {
  gap: 14px;
}

.jobpt-logo-lockup--footer .jobpt-logo-name {
  font-size: 21px;
}

/* --- 푸터: 로고-구분선 간격 축소, 사업자정보 가운데 --- */
.site-footer {
  align-items: center;
  gap: 30px;
  padding: 24px var(--pad) 38px;
}

.footer-copy--centered {
  text-align: center;
}

.footer-copy--centered .footer-business-info {
  justify-content: center;
}

/* --- 소제목(eyebrow) 형식 문구 전체 확대 --- */
.eyebrow,
.eyebrow.light {
  font-size: clamp(13px, 1.05vw, 16px);
}

/* --- 티커: 깜빡이는 애니메이션 --- */
.ticker--attention div span {
  animation: jobpt-ticker-blink 2.4s ease-in-out infinite;
}

.ticker--attention div span:nth-of-type(2) {
  animation-delay: 0.3s;
}

.ticker--attention div span:nth-of-type(3) {
  animation-delay: 0.6s;
}

.ticker--attention div span:nth-of-type(4) {
  animation-delay: 0.9s;
}

@keyframes jobpt-ticker-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.24; }
}

/* --- 대문장(섹션 제목) 위아래 간격 확대 --- */
.section-heading {
  margin-bottom: clamp(76px, 9vw, 130px);
}

.selling-points-lead h2,
.unlimited-value-heading h2 {
  margin: 14px 0 clamp(72px, 8vw, 110px);
}

.programs-lead {
  margin-bottom: clamp(84px, 9vw, 140px);
}

.solution-title h2::after {
  margin-top: 30px;
}

/* --- "전형적인 탈락 패턴입니다." : 섹션 대제목과 동일 크기 + 위아래 균등 --- */
.pattern-line,
.pattern-line--emphasis {
  font-size: clamp(40px, 5vw, 76px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin: clamp(80px, 9vw, 140px) 0 0;
}

/* --- "하루 커피 한 잔..." 콜아웃: 비교 카드 아래로 이동 후 간격 축소 --- */
.unlimited-value-section .selling-points-callout {
  grid-column: 1 / -1;
  margin: 28px 0 0;
}

/* --- 솔루션 섹션: 이미지 왼쪽 확대, 제목 오른쪽, 카피 아래 --- */
@media (min-width: 1101px) {
  .solution-section {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  }

  .solution-media {
    align-self: stretch;
    grid-column: 1;
    grid-row: 1 / span 2;
    height: 100%;
    min-height: 0;
  }

  .solution-title {
    align-self: start;
    grid-column: 2;
    grid-row: 1;
  }

  .solution-copy {
    align-self: start;
    grid-column: 2;
    grid-row: 2;
    max-width: none;
  }
}

.solution-copy > p:not(.large-copy) {
  font-size: 18px;
  line-height: 1.9;
}

/* --- 무한 첨삭 그룹: 카피 왼쪽, ∞ 기호 오른쪽 --- */
@media (min-width: 761px) {
  .unlimited-process-group,
  .unlimited-system {
    grid-template-columns: minmax(0, 1fr) minmax(150px, 0.38fr);
  }

  .unlimited-process-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .unlimited-symbol,
  .infinity-mark {
    align-self: center;
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
  }
}

.unlimited-process-group .process-list {
  grid-column: 1 / -1;
}

/* --- 프로세스 리스트: 01-03 왼쪽 / 04-06 오른쪽 2단 배치 --- */
.process-list--columns {
  border-bottom: 1px solid var(--line);
  border-top: 0;
}

.process-list--columns .process-item {
  border-bottom: 0;
  border-top: 1px solid var(--line);
}

@media (min-width: 761px) {
  .process-list--columns {
    column-gap: clamp(30px, 4vw, 70px);
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, auto);
  }
}

/* --- 랜딩 리뷰 스트립: 좌우 여백 균등, 최대한 여백 없이 --- */
.review-strip .review-frame:nth-child(even) {
  margin-top: 0;
}

@media (min-width: 1051px) {
  .review-strip .review-frame {
    flex: 1 1 0;
    min-width: 0;
  }
}

/* --- 리뷰 상세페이지: 무한 자동 슬라이드 --- */
.page-reviews .review-page-grid figure {
  flex: 0 0 clamp(300px, 30vw, 400px);
}

.review-marquee {
  overflow: hidden !important;
  scroll-snap-type: none !important;
  scrollbar-width: none;
}

.review-marquee-track {
  animation: jobpt-review-marquee 46s linear infinite;
  display: flex;
  gap: 18px;
  width: max-content;
  will-change: transform;
}

.review-marquee-group {
  display: flex;
  gap: 18px;
}

.review-marquee:hover .review-marquee-track {
  animation-play-state: paused;
}

@keyframes jobpt-review-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 9px)); }
}

/* --- 플랜 카드: 추천대상 리스트 + Step 목록 통합 --- */
.plan-card ul {
  margin: 40px 0 0;
}

.plan-card li strong {
  font-weight: 800;
}

.plan-card .plan-steps {
  border-top: 0;
  list-style: none;
  margin: 0 0 38px;
  padding: 0;
}

.plan-card .plan-steps li {
  align-items: baseline;
  display: flex;
  gap: 12px;
}

.plan-card .plan-steps li::before {
  content: none;
}

.plan-card .plan-steps li span {
  color: var(--blue);
  flex: 0 0 auto;
  font-weight: 900;
}

/* --- 플랜 카드 부가 정보(VAT·자세히 보기) 확대 --- */
.plan-price span,
.plan-2 .plan-price span {
  font-size: 13px;
  line-height: 1.6;
}

.plan-link {
  font-size: 14px;
}

/* --- 프로그램 리드 문단: 자소서 강조 --- */
.programs-lead > p:last-child {
  font-size: 17px;
  line-height: 1.9;
}

.programs-lead .lead-emphasis {
  color: var(--ink);
  font-size: 1.12em;
  font-weight: 900;
}

/* --- "왜 모두가 잡PT를 원할까요?" : 가운데 정렬 --- */
.half-market-note--centered {
  text-align: center;
}

.half-market-note--centered h3 {
  margin: 0 0 26px;
}

.half-market-note--centered > p:last-child {
  margin: 0 auto;
  max-width: 1020px;
}

/* --- 랜딩 who 섹션: 글자 확대 --- */
.who-intro,
.who-copy > p:not(.eyebrow) {
  font-size: clamp(17px, 1.45vw, 20px);
}

.credentials li {
  font-size: 16px;
}

/* --- 랜딩 구매 섹션: 텍스트 왼쪽 · 이미지 오른쪽, 글자 확대 --- */
@media (min-width: 761px) {
  .purchase-section {
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  }
}

.purchase-copy > p:not(.eyebrow) {
  font-size: clamp(17px, 1.5vw, 20px);
}

.purchase-section small {
  font-size: 12px;
}

/* --- Half/Full 상세: 신청 버튼 위아래 꽉 차게 --- */
.season-summary .season-apply-button {
  align-items: center;
  align-self: stretch;
  display: flex;
  font-size: clamp(17px, 1.6vw, 22px);
  justify-content: space-between;
  min-width: clamp(220px, 22vw, 320px);
  padding: 44px 34px;
}

@media (max-width: 900px) {
  .season-summary .season-apply-button {
    padding: 28px 24px;
  }
}

/* --- 프로그램 페이지: 2개 프로그램 좌우 균등 배치 --- */
.route-cards--two {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 900px) {
  .route-cards--two {
    grid-template-columns: 1fr;
  }
}

/* --- FAQ: 문항별 답변 전문 --- */
.full-faq .faq-answer {
  margin: 0;
  max-width: 940px;
  padding: 0 70px 40px 85px;
}

.full-faq .faq-answer p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
  margin: 0 0 18px;
}

.full-faq .faq-answer p:last-child {
  margin-bottom: 0;
}

.full-faq .faq-answer strong {
  color: var(--ink);
}

@media (max-width: 760px) {
  .full-faq .faq-answer {
    padding-left: 46px;
    padding-right: 24px;
  }
}

/* --- 환불 규정: 4개 항목 + 소제목 --- */
.policy-list .policy-item {
  padding: 30px 0;
}

.policy-body .policy-title {
  font-size: clamp(19px, 2.1vw, 27px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.3;
  margin: 0 0 14px;
}

.policy-body p {
  margin: 0 0 12px;
}

.policy-body p:last-child {
  margin-bottom: 0;
}

/* --- Who 페이지: 위아래 균등, 경력 라벨 간격, 마지막 문장 강조 --- */
.who-story {
  align-items: center;
}

.consultant-credentials strong {
  margin-right: 10px;
}

.consultant-closing {
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 800;
  line-height: 1.6;
  margin-top: 34px;
}

@media (prefers-reduced-motion: reduce) {
  .ticker--attention div span {
    animation: none;
  }

  .review-marquee-track {
    animation: none;
  }
}

/* --- Who 페이지 3개 카드 제목: 2줄 유지(현실적 솔루션 줄맞춤) --- */
.point-cards h3 {
  font-size: clamp(23px, 1.9vw, 34px);
  line-height: 1.22;
}

/* ================================================================
   JOBPT MONOCHROME 5.6.1 — 결제 링크 버튼 + 모바일/태블릿 반응형
   1) Half/Full 프로그램별 '바로 구매하기' 버튼
   2) 서브페이지 히어로: 모바일/태블릿에서 이미지-텍스트 겹침 해결
      (세로 스택으로 재배치) + 히어로 글자 크기 축소
================================================================ */

/* --- 랜딩 플랜 카드: 프로그램별 바로 구매 버튼 --- */
.plan-card {
  padding-bottom: clamp(96px, 10vw, 108px);
}

.plan-purchase {
  margin: 26px 0 0;
  width: 100%;
}

/* ================================================================
   반응형: 태블릿·모바일 (≤ 900px) 서브페이지 히어로 세로 스택
   기존에는 이미지가 absolute로 배치되어 텍스트와 겹쳤음.
   이미지를 일반 블록(상단)으로 내리고 텍스트를 그 아래로 정렬.
================================================================ */
@media (min-width: 901px) {
  /* 페이지 번호(인덱스) 삭제로 생긴 좌측 빈 칸 제거 */
  .inner-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .inner-hero-copy,
  .inner-hero-intro {
    grid-column: 1;
  }
}

@media (max-width: 900px) {
  .inner-hero,
  .inner-hero.tone-acid,
  .inner-hero.tone-cobalt,
  .inner-hero.tone-coral {
    align-content: normal;
    display: flex;
    flex-direction: column;
    gap: 0;
    grid-template-columns: none;
    min-height: 0 !important;
    overflow: hidden;
    padding: clamp(92px, 15vw, 122px) 0 clamp(40px, 7vw, 60px);
  }

  .inner-hero.has-image .inner-hero-media {
    aspect-ratio: 16 / 10;
    height: auto;
    inset: auto;
    margin: 0 0 clamp(24px, 5vw, 36px);
    opacity: 1;
    order: -1;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }

  .inner-hero-media img {
    height: 100%;
    object-fit: cover;
    object-position: center 26%;
    position: relative;
    width: 100%;
  }

  /* 스택 모드에서는 이미지 위 그라데이션 오버레이 불필요 */
  .inner-hero-media span,
  .inner-hero.tone-acid .inner-hero-media span,
  .inner-hero.tone-cobalt .inner-hero-media span,
  .inner-hero.tone-coral .inner-hero-media span {
    display: none;
  }

  .inner-hero-copy,
  .inner-hero-intro {
    grid-column: auto;
    max-width: none;
    padding-left: var(--pad);
    padding-right: var(--pad);
    width: 100%;
  }

  .inner-hero-copy {
    order: 0;
  }

  .inner-hero-intro {
    margin: clamp(16px, 3.5vw, 22px) 0 0;
    order: 1;
  }

  .inner-hero h1 {
    font-size: clamp(30px, 5.8vw, 46px);
    line-height: 1.14;
  }

  .inner-hero .eyebrow,
  .inner-hero .eyebrow.light {
    margin-bottom: 16px;
  }
}

/* --- 모바일 세부 (≤ 760px): 히어로 글자 더 축소, 여백 정리 --- */
@media (max-width: 760px) {
  .inner-hero,
  .inner-hero.tone-acid,
  .inner-hero.tone-cobalt,
  .inner-hero.tone-coral {
    padding-top: clamp(92px, 22vw, 112px);
  }

  .inner-hero.has-image .inner-hero-media {
    aspect-ratio: 4 / 3;
  }

  .inner-hero h1 {
    font-size: clamp(27px, 8vw, 36px);
    line-height: 1.18;
  }

  .inner-hero-intro,
  .inner-hero.tone-acid .inner-hero-intro,
  .inner-hero.tone-cobalt .inner-hero-intro,
  .inner-hero.tone-coral .inner-hero-intro {
    font-size: 15px;
    line-height: 1.72;
  }

  /* 랜딩 히어로: 제목·리드 축소로 이미지와 분리감 제거 */
  .hero h1 {
    font-size: clamp(30px, 8.6vw, 44px);
    line-height: 1.16;
  }

  .hero-lead--urgent,
  .hero-thesis {
    font-size: clamp(15px, 4vw, 18px);
    line-height: 1.6;
  }

  .hero-kicker,
  .hero .eyebrow {
    font-size: 12px;
  }

  /* 섹션 대제목·문장 모바일 축소 */
  .section h2,
  .programs-lead h2,
  .selling-points-lead h2,
  .unlimited-value-heading h2 {
    font-size: clamp(30px, 8.4vw, 44px);
  }

  .pattern-line,
  .pattern-line--emphasis {
    font-size: clamp(26px, 7.6vw, 38px);
    margin-top: clamp(48px, 12vw, 80px);
  }

  .large-copy {
    font-size: clamp(22px, 6.4vw, 30px);
  }

  .season-summary h2 {
    font-size: clamp(64px, 20vw, 96px);
  }

  /* 프로그램 상세 신청 버튼: 모바일에서 과도한 높이 방지 */
  .season-summary .season-apply-button {
    justify-content: center;
    min-width: 0;
    padding: 22px 20px;
    width: 100%;
  }

  /* 무한 첨삭 ∞ 기호 모바일 크기 정리 */
  .unlimited-symbol,
  .infinity-mark {
    font-size: clamp(88px, 26vw, 140px);
  }

  /* FAQ / 환불 규정 답변 좌우 여백 모바일 정리 */
  .full-faq .faq-answer {
    padding: 0 22px 32px 46px;
  }

  .policy-list .policy-item {
    gap: 18px;
    grid-template-columns: 46px 1fr;
  }

  .policy-body .policy-title {
    font-size: clamp(18px, 5vw, 22px);
  }
}

/* --- 초소형 (≤ 380px): 최소 폭 보정 --- */
@media (max-width: 380px) {
  .inner-hero h1 {
    font-size: clamp(24px, 8vw, 30px);
  }

  .hero h1 {
    font-size: clamp(27px, 8.4vw, 34px);
  }

  .plan-card .button.plan-purchase,
  .season-summary .season-apply-button {
    font-size: 12px;
    letter-spacing: 0.02em;
  }
}

/* ================================================================
   JOBPT MONOCHROME 5.6.2 — 2026.07.24 수정 요청 반영
   1) 랜딩 후기 스트립: 슬라이드(무한 흐름) 애니메이션
   2) 무한대(∞) 기호 확대 + 4개 키워드 순차 등장 애니메이션
   3) 플랜 카드 제목: '_집중형 / _가성비형' 부분만 작게
   4) 푸터: 가운데 정렬 + 사업자 정보 교체 + 모바일 가로 배치
   5) 모바일 전용 숨김: Full 시즌 카드 / WHO IS JOBPT 섹션
   6) 우측 하단 플로팅 버튼 3종(신청서·카톡·메일) 색상 분리
================================================================ */

/* ----------------------------------------------------------------
   1) 랜딩 후기: 슬라이드 형식 애니메이션
   JS가 후기 카드를 .review-marquee-track 으로 감싸고 한 벌 복제해
   좌측으로 끊김 없이 흐르게 합니다. 마우스를 올리면 일시정지.
---------------------------------------------------------------- */
.reviews-section .review-strip.review-marquee {
  display: block;
  overflow: hidden !important;
  overflow-x: hidden !important;
  padding-bottom: 8px;
  scroll-snap-type: none !important;
  scrollbar-width: none;
}

.reviews-section .review-strip.review-marquee::-webkit-scrollbar {
  display: none;
}

.review-marquee-track--landing {
  animation-duration: 60s;
}

/* 마퀴 안에서는 카드가 늘어나지 않고 고정 폭을 유지해야 루프가 어긋나지 않습니다. */
.reviews-section .review-marquee .review-frame,
.reviews-section .review-marquee .review-frame:nth-child(n) {
  flex: 0 0 clamp(258px, 22vw, 330px);
  margin-top: 0;
  min-width: 0;
}

@media (min-width: 1051px) {
  .reviews-section .review-marquee .review-frame {
    flex: 0 0 clamp(258px, 22vw, 330px);
  }
}

/* ----------------------------------------------------------------
   2) 무한대(∞) 기호 확대 + 키워드 4종 순차 애니메이션
---------------------------------------------------------------- */
@media (min-width: 761px) {
  .unlimited-process-group,
  .unlimited-system {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.74fr);
  }

  .unlimited-infinity {
    align-self: center;
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
  }
}

.unlimited-infinity {
  margin: 0 auto;
  max-width: 460px;
  padding: 42px 0 44px;
  position: relative;
  width: 100%;
}

.infinity-shape {
  display: block;
  height: auto;
  overflow: visible;
  width: 100%;
}

.infinity-shape path {
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.6;
}

/* 4개 키워드는 ∞ 기호의 네 모서리(양쪽 끝)에 붙어 한 번에 하나씩 나타납니다. */
.infinity-word {
  animation: jobpt-infinity-word 8s ease-in-out infinite;
  color: var(--ink);
  font-size: clamp(15px, 1.55vw, 22px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.25;
  opacity: 0;
  position: absolute;
  white-space: nowrap;
}

.infinity-word--tl {
  left: 0;
  text-align: left;
  top: 0;
}

.infinity-word--tr {
  right: 0;
  text-align: right;
  top: 0;
}

.infinity-word--bl {
  bottom: 0;
  left: 0;
  text-align: left;
}

.infinity-word--br {
  bottom: 0;
  right: 0;
  text-align: right;
}

.infinity-word:nth-of-type(1) { animation-delay: 0s; }
.infinity-word:nth-of-type(2) { animation-delay: 2s; }
.infinity-word:nth-of-type(3) { animation-delay: 4s; }
.infinity-word:nth-of-type(4) { animation-delay: 6s; }

@keyframes jobpt-infinity-word {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }

  5% {
    opacity: 1;
    transform: translateY(0);
  }

  21% {
    opacity: 1;
    transform: translateY(0);
  }

  26% {
    opacity: 0;
    transform: translateY(-8px);
  }

  100% {
    opacity: 0;
    transform: translateY(-8px);
  }
}

@media (max-width: 760px) {
  .unlimited-infinity {
    max-width: 360px;
    padding: 34px 0 36px;
  }

  .infinity-word {
    font-size: 14.5px;
  }
}

/* ----------------------------------------------------------------
   3) 플랜/루트 카드 제목: 'Half 시즌'은 크게, '_집중형'은 작게
---------------------------------------------------------------- */
.plan-title-variant {
  display: inline-block;
  font-size: 0.58em;
  font-weight: inherit;
  letter-spacing: -0.03em;
  vertical-align: baseline;
}

.route-card h3 .plan-title-variant {
  font-size: 0.66em;
}

/* ----------------------------------------------------------------
   4) 푸터: 페이지 정중앙 정렬 + 사업자 정보 한 줄 표기
---------------------------------------------------------------- */
.site-footer--centered {
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
}

.site-footer--centered .footer-brand-wrap {
  justify-self: start;
}

.site-footer--centered .footer-copy--centered {
  justify-self: center;
  max-width: 760px;
  text-align: center;
}

.site-footer--centered .footer-links {
  justify-self: end;
}

.footer-business-info--inline {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 3px 0;
  justify-content: center;
  line-height: 1.7;
  margin-top: 14px;
}

.footer-business-info--inline > span,
.footer-business-info--inline > a {
  display: inline-flex;
  white-space: nowrap;
}

.footer-business-info--inline > span + span::before,
.footer-business-info--inline > span + a::before {
  color: var(--line);
  content: "|";
  margin: 0 9px;
}

/* 태블릿·모바일: 세로 나열(grid) 대신 가로로 접히는 2~3줄 */
@media (max-width: 1050px) {
  .site-footer--centered {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .site-footer--centered .footer-brand-wrap,
  .site-footer--centered .footer-copy--centered,
  .site-footer--centered .footer-links {
    justify-self: center;
  }

  .site-footer--centered .footer-links {
    justify-content: center;
  }

  .footer-business-info--inline {
    display: flex;
    white-space: normal;
  }
}

@media (max-width: 760px) {
  .footer-business-info--inline {
    font-size: 11px;
    gap: 2px 0;
    line-height: 1.75;
  }

  .footer-business-info--inline > span + span::before,
  .footer-business-info--inline > span + a::before {
    margin: 0 6px;
  }
}

@media (max-width: 380px) {
  .footer-business-info--inline {
    font-size: 10.5px;
  }
}

/* ----------------------------------------------------------------
   5) 모바일 전용 숨김 (분량 과다로 흐름이 끊기는 구간)
      - Full 시즌_가성비형 플랜 카드 → Half 시즌만 노출
      - WHO IS JOBPT 섹션
      PC(≥901px)는 기존과 동일하게 모두 노출됩니다.
---------------------------------------------------------------- */
.plan-mobile-more {
  display: none;
}

@media (max-width: 900px) {
  .plan-grid .plan-card.plan-2 {
    display: none;
  }

  .who-section {
    display: none;
  }

  /* Full 시즌은 카드 대신 한 줄 링크로만 안내 */
  .plan-mobile-more {
    display: block;
    margin: 20px 0 0;
    text-align: center;
  }

  .plan-mobile-more a {
    border-bottom: 1px solid var(--ink);
    color: var(--ink);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.01em;
    padding-bottom: 4px;
  }
}

/* ----------------------------------------------------------------
   6) 우측 하단 플로팅 버튼 3종
      순서(위 → 아래): 신청서 작성 → 카톡 → 메일
      각각 다른 색으로 구분합니다.
---------------------------------------------------------------- */
.floating-contact--trio {
  bottom: 26px;
  display: grid;
  gap: 7px;
  right: 22px;
}

.floating-contact--trio .floating-button {
  align-items: center;
  border: 1px solid var(--ink);
  border-radius: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.13);
  display: flex;
  flex-direction: column;
  font-size: 11.5px;
  font-weight: 800;
  height: 60px;
  justify-content: center;
  letter-spacing: -0.03em;
  line-height: 1.25;
  text-align: center;
  transition: transform 170ms ease, box-shadow 170ms ease, filter 170ms ease;
  width: 60px;
}

.floating-contact--trio .floating-button:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}

/* 신청서 작성 — 잉크 블랙 (메인 CTA) */
.floating-contact--trio .floating-button.floating-button--apply,
.floating-contact--trio .floating-button.floating-button--apply:hover {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
}

/* 카톡 — 카카오 옐로 */
.floating-contact--trio .floating-button.floating-button--talk,
.floating-contact--trio .floating-button.floating-button--talk:hover {
  background: #fee500;
  border-color: #e3ce00;
  color: #191600;
}

/* 메일 — 화이트 + 잉크 아웃라인 */
.floating-contact--trio .floating-button.floating-button--mail,
.floating-contact--trio .floating-button.floating-button--mail:hover {
  background: #ffffff;
  border-color: #111111;
  color: #111111;
}

.floating-contact--trio .floating-button-label {
  display: block;
}

@media (max-width: 760px) {
  .floating-contact--trio {
    bottom: 14px;
    gap: 6px;
    right: 12px;
  }

  .floating-contact--trio .floating-button {
    font-size: 10.5px;
    height: 54px;
    width: 54px;
  }
}

/* ----------------------------------------------------------------
   모션 최소화 설정 존중
---------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .infinity-word {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .review-marquee-track--landing {
    animation: none;
  }

  .floating-contact--trio .floating-button {
    transition: none;
  }
}
