@import url("/assets/tokens.css");

/* Result V2 — Apple × Notion × Duolingo inspired */
.rv2-screen {
  padding: 0;
}

.hidden {
  display: none !important;
}

.rv2-toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%) translateY(20px);
  max-width: calc(100% - 32px);
  background: var(--color-primary);
  color: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease;
  font-weight: 800;
  z-index: 40;
  box-sizing: border-box;
}

.rv2-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.rv2-error-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: var(--color-background);
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.rv2-error-card {
  max-width: 480px;
  width: 100%;
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: 24px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: var(--color-shadow);
}

.rv2-error-card h1 {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 950;
  color: var(--color-text-primary);
}

.rv2-error-card p {
  margin: 0 0 24px;
  color: var(--color-text-secondary);
  line-height: 1.7;
  font-weight: 600;
}

.rv2-page {
  --rv2-bg: var(--color-background);
  --rv2-ink: var(--color-text-primary);
  --rv2-muted: var(--color-text-secondary);
  --rv2-brand: var(--color-primary);
  --rv2-brand-light: var(--color-primary-hover);
  --rv2-accent: var(--stl-accent, var(--color-primary));
  --rv2-accent-light: var(--stl-accent-light, var(--color-secondary-bg));
  --rv2-accent-rgb: var(--stl-accent-rgb, var(--color-primary-rgb));
  --rv2-secondary: var(--color-secondary-bg);
  --rv2-card: var(--color-card);
  --rv2-line: var(--color-border);
  --rv2-success: var(--color-success);
  --rv2-warning: var(--color-warning);
  --rv2-shadow: var(--color-shadow);
  --rv2-radius: var(--color-radius);
  box-sizing: border-box;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 16px 16px 100px;
  color: var(--rv2-ink);
  background: transparent;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  position: relative;
  overflow-x: clip;
}

html:has(body.result-active),
body.result-active {
  overflow-x: hidden;
  overscroll-behavior-x: none;
  max-width: 100%;
}

body.result-active {
  background: var(--color-background) !important;
  touch-action: pan-y;
  width: 100%;
}

body.result-active .topbar {
  display: none;
}

body.result-active .wrap {
  width: 100%;
  max-width: none;
  padding: 0;
}

body.result-active .kakao-chat-bar {
  display: flex;
}

.kakao-chat-bar {
  display: none;
  position: fixed;
  left: 11px;
  right: 11px;
  bottom: 12px;
  z-index: 30;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: var(--radius-md, 18px);
  background: var(--color-kakao, #fee500);
  color: var(--color-kakao-text, #191600);
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.rv2-topbar {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 28px;
  padding-top: 8px;
}

.rv2-brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--rv2-brand);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  font-size: 15px;
  box-shadow: var(--rv2-shadow);
}

.rv2-slogan {
  margin: 0;
  color: var(--rv2-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.rv2-result-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: -12px 0 20px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--rv2-line);
  background: var(--color-card, #fff);
}

.rv2-result-type {
  margin: 0;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--rv2-brand);
}

.rv2-result-phone {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--rv2-muted);
  font-variant-numeric: tabular-nums;
}

.rv2-hero {
  position: relative;
  overflow: hidden;
  padding: 28px 20px 24px;
  margin-bottom: 16px;
  border-radius: var(--rv2-radius);
  border: 1px solid var(--rv2-line);
  background: linear-gradient(180deg, var(--color-card) 0%, var(--rv2-secondary) 100%);
  box-shadow: var(--rv2-shadow);
}

.rv2-hero-waves {
  position: absolute;
  inset: 0 0 auto 0;
  height: 72px;
  opacity: 0.35;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 80' preserveAspectRatio='none'%3E%3Cpath d='M0 40 Q50 20 100 40 T200 40 T300 40 T400 40 V80 H0 Z' fill='none' stroke='%230F766E' stroke-width='1.5' opacity='0.5'/%3E%3Cpath d='M0 52 Q60 32 120 52 T240 52 T360 52 T400 52 V80 H0 Z' fill='none' stroke='%230F766E' stroke-width='1' opacity='0.35'/%3E%3C/svg%3E")
    center top / 100% 100% no-repeat;
  pointer-events: none;
}

.rv2-hero > :not(.rv2-hero-waves) {
  position: relative;
  z-index: 1;
}

.rv2-eyebrow {
  margin: 0 0 10px;
  color: var(--rv2-brand);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.01em;
  text-transform: none;
}

.rv2-hero-title {
  margin: 0 0 18px;
  font-size: clamp(28px, 6vw, 36px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.rv2-type-card {
  border-radius: var(--rv2-radius);
  padding: 28px 24px;
  color: #fff;
  text-align: center;
  box-shadow: var(--rv2-shadow);
  margin-bottom: 24px;
}

.rv2-type-icon {
  display: block;
  font-size: 28px;
  margin-bottom: 8px;
}

.rv2-type-card strong {
  display: block;
  font-size: clamp(32px, 8vw, 42px);
  font-weight: 950;
  letter-spacing: -0.04em;
}

.rv2-type-suffix {
  display: block;
  margin-top: 4px;
  font-size: clamp(22px, 5vw, 28px);
  font-weight: 900;
  opacity: 0.95;
}

.rv2-type-card p {
  margin: 12px 0 0;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 700;
  opacity: 0.95;
}

.rv2-score-panel {
  display: grid;
  gap: 18px;
}

.rv2-gauge {
  --pct: 0;
  --gauge-color: var(--rv2-brand);
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 50%;
  background: conic-gradient(var(--gauge-color) calc(var(--pct) * 3.6deg), var(--rv2-secondary) 0);
  display: grid;
  place-items: center;
  position: relative;
}

.rv2-gauge::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  background: var(--color-card);
  box-shadow: inset 0 0 0 1px var(--rv2-line);
}

.rv2-gauge-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.rv2-gauge-value {
  display: block;
  font-size: 36px;
  font-weight: 950;
  line-height: 1;
  color: var(--rv2-ink);
}

.rv2-gauge-label {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 800;
  color: var(--rv2-muted);
}

.rv2-score-bars {
  display: grid;
  gap: 10px;
}

.rv2-bar-row {
  display: grid;
  grid-template-columns: 4.2rem 1fr 2.2rem;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  font-weight: 800;
}

.rv2-bar-track {
  height: 12px;
  border-radius: 999px;
  background: var(--rv2-secondary);
  overflow: hidden;
}

.rv2-bar-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  transition: width 0.8s ease;
}

.rv2-card {
  background: var(--rv2-card);
  border: 1px solid var(--rv2-line);
  border-radius: var(--rv2-radius);
  padding: 24px 22px;
  margin-top: 16px;
  box-shadow: var(--rv2-shadow);
  position: relative;
  overflow: hidden;
}

.rv2-card h2 {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--rv2-ink);
}

.rv2-card p,
.rv2-card li {
  margin: 0;
  color: var(--rv2-muted);
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
}

.rv2-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.rv2-card-head h2 {
  margin: 0;
}

.rv2-card-icon {
  font-size: 24px;
}

.rv2-ai {
  background: linear-gradient(180deg, var(--color-card) 0%, var(--rv2-secondary) 100%);
  border-color: var(--rv2-line);
}

.rv2-ai::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--rv2-brand), transparent);
  opacity: 0.45;
}

.rv2-hope {
  background: var(--rv2-card);
  border-color: var(--rv2-line);
}

.rv2-types-explore {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 4px 0 20px;
  padding: 20px 16px;
  text-align: center;
}

.rv2-types-explore__prompt {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--rv2-muted, #64748b);
}

.rv2-types-explore__btn {
  width: min(100%, 20rem);
  text-align: center;
  justify-content: center;
}

.rv2-training {
  background: var(--rv2-secondary);
  border-color: var(--color-primary-border-light);
}

.rv2-training::after {
  content: "〰";
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 18px;
  color: var(--rv2-brand);
  opacity: 0.35;
  line-height: 1;
}

.rv2-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.rv2-checklist li {
  position: relative;
  padding-left: 28px;
}

.rv2-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--rv2-secondary);
  color: var(--rv2-brand);
  font-size: 12px;
  font-weight: 900;
  display: grid;
  place-items: center;
}

.rv2-director {
  text-align: center;
}

.rv2-director-media {
  position: relative;
  display: block;
  width: 88px;
  height: 88px;
  min-width: 88px;
  min-height: 88px;
  flex-shrink: 0;
  margin: 0 auto 16px;
  border-radius: 50%;
  overflow: hidden;
  isolation: isolate;
  border: 2px solid var(--color-border);
  background: var(--color-card);
  box-shadow: var(--rv2-shadow);
}

.rv2-director-avatar {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  object-fit: cover;
  object-position: 22% 40%;
  -webkit-object-fit: cover;
  -webkit-object-position: 22% 40%;
}

.rv2-training-name {
  font-size: 18px !important;
  font-weight: 900 !important;
  color: var(--rv2-ink) !important;
  margin-bottom: 16px !important;
}

.rv2-training-note {
  margin: 14px 0 0 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  color: var(--rv2-muted) !important;
  text-align: center;
}

.rv2-kakao-link {
  text-align: center;
  text-decoration: none;
}

.rv2-before-after {
  display: grid;
  gap: 12px;
}

.rv2-ba-box {
  border-radius: 18px;
  padding: 18px;
  background: var(--rv2-secondary);
}

.rv2-ba-box span {
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: var(--rv2-brand);
  margin-bottom: 8px;
}

.rv2-ba-after {
  background: var(--color-card);
  border: 1px solid var(--color-primary-border);
}

.rv2-program-arrow {
  display: none;
}

.rv2-ba-arrow,
.rv2-flow-arrow {
  text-align: center;
  color: var(--rv2-brand);
  font-size: 20px;
  font-weight: 900;
}

.rv2-program-steps {
  display: grid;
  gap: 10px;
  position: relative;
}

.rv2-program-steps::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 24px;
  bottom: 24px;
  width: 2px;
  background: var(--color-border);
  opacity: 0.35;
  pointer-events: none;
}

.rv2-coaching-flow {
  display: grid;
  gap: 10px;
}

.rv2-program-card,
.rv2-flow-step {
  border-radius: 18px;
  padding: 16px 18px;
  background: var(--rv2-secondary);
  border: 1px solid var(--rv2-line);
  position: relative;
  z-index: 1;
}

.rv2-program-card span,
.rv2-flow-step span {
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  color: var(--rv2-brand);
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}

.rv2-program-card strong,
.rv2-flow-step strong {
  display: block;
  font-size: 17px;
  font-weight: 950;
  margin-bottom: 4px;
}

.rv2-program-card p {
  font-size: 14px !important;
}

.rv2-timeline {
  display: grid;
  gap: 0;
}

.rv2-timeline-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  padding-bottom: 20px;
  position: relative;
}

.rv2-timeline-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 36px;
  bottom: 0;
  width: 2px;
  background: var(--color-border);
}

.rv2-timeline-dot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--rv2-brand);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.rv2-timeline-item strong {
  display: block;
  font-size: 15px;
  font-weight: 950;
  margin-bottom: 4px;
  color: var(--rv2-ink);
}

.rv2-stars {
  font-size: 28px;
  letter-spacing: 4px;
  color: var(--rv2-warning);
  margin-bottom: 12px !important;
}

.rv2-note {
  font-size: 13px !important;
}

.rv2-recommend-title {
  font-size: 18px !important;
  font-weight: 900 !important;
  color: var(--rv2-ink) !important;
  margin-bottom: 10px !important;
}

.rv2-success-stories {
  border-color: var(--color-primary-border-light);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.rv2-success-stories::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--rv2-brand);
}

.rv2-success-stories:hover {
  transform: translateY(-2px);
  box-shadow: var(--color-shadow-md);
}

.rv2-success-stories-desc p {
  margin: 0 0 12px;
}

.rv2-success-stories-desc p:last-child {
  margin-bottom: 0;
}

.rv2-success-stories-btn {
  width: min(100%, 20rem);
  text-align: center;
  justify-content: center;
}

.rv2-meta-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 800;
  color: var(--rv2-muted);
}

.rv2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  padding: 15px 24px;
  font-size: 16px;
  font-weight: 950;
  font-family: inherit;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  text-decoration: none;
}

.rv2-btn:hover {
  transform: translateY(-2px);
}

.rv2-btn-primary {
  background: var(--rv2-accent);
  color: #fff;
  box-shadow: 0 12px 24px rgba(var(--rv2-accent-rgb), 0.22);
}

.rv2-btn-primary:hover {
  background: var(--stl-accent-hover, var(--rv2-brand-light));
}

.rv2-btn-secondary {
  background: var(--rv2-card);
  color: var(--rv2-ink);
  border: 1px solid var(--rv2-line);
  box-shadow: none;
}

.rv2-btn-kakao {
  background: var(--color-kakao, #fee500);
  color: var(--color-kakao-text, #191600);
}

.rv2-btn-light {
  background: var(--rv2-secondary);
  color: var(--rv2-brand);
  border: 1px solid var(--rv2-line);
}

.rv2-btn-lg {
  width: 100%;
  min-height: 56px;
  font-size: 17px;
}

.rv2-btn-xl {
  width: 100%;
  min-height: 60px;
  font-size: 18px;
}

.rv2-btn-full {
  width: 100%;
  margin-top: 8px;
}

.rv2-btn-row {
  display: grid;
  gap: 10px;
}

.rv2-success-stories-actions.rv2-btn-row {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.rv2-btn-row-3 {
  grid-template-columns: 1fr;
}

.rv2-save-note {
  margin: 12px 0 0 !important;
  padding: 10px 15px;
  background-color: #fff9e6;
  border: 1px solid #ffe0b2;
  border-radius: 8px;
  font-size: 13px !important;
  line-height: 1.6;
  font-weight: bold;
  color: #e65100;
}

.rv2-cta-strip {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.rv2-trust {
  margin-top: 20px;
  padding: 20px 22px;
  border-radius: var(--rv2-radius);
  background: var(--rv2-secondary);
  border: 1px solid var(--rv2-line);
}

.rv2-trust ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.rv2-trust li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 700;
  color: var(--rv2-muted);
  line-height: 1.6;
}

.rv2-trust li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--rv2-accent);
  font-weight: 900;
}

.rv2-final-cta {
  margin-top: 24px;
  padding: 32px 24px;
  border-radius: calc(var(--rv2-radius) + 4px);
  background: var(--rv2-accent);
  color: #fff;
  text-align: center;
  box-shadow: 0 14px 36px rgba(var(--rv2-accent-rgb), 0.2);
}

.rv2-final-quote {
  margin: 0 0 10px;
  font-size: clamp(22px, 5vw, 28px);
  font-weight: 950;
  line-height: 1.55;
  letter-spacing: -0.03em;
}

.rv2-final-sub {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
  opacity: 0.92;
  line-height: 1.6;
}

.rv2-final-cta .rv2-btn {
  width: auto;
  min-height: 0;
  padding: 11px 20px;
  font-size: 14px;
  font-weight: 800;
}

.rv2-interview-cta {
  display: grid;
  gap: 12px;
  margin-top: 14px;
  width: 100%;
}

.rv2-interview-cta.hidden {
  display: none !important;
}

.rv2-interview-cta__lead {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 750;
  line-height: 1.6;
  color: #fff;
  opacity: 0.92;
}

.rv2-interview-cta__actions {
  display: grid;
  gap: 8px;
}

.rv2-interview-cta__actions .rv2-btn {
  width: 100%;
}

@media (min-width: 640px) {
  .rv2-interview-cta__actions {
    grid-template-columns: 1fr 1fr;
  }
}

/* 고3 수시 면접 전용 결과지 */
.rv2-page--admission .rv2-workplace,
.rv2-page--admission .rv2-cause,
.rv2-page--admission .rv2-ai,
.rv2-page--admission .rv2-hope,
.rv2-page--admission .rv2-types-explore,
.rv2-page--admission .rv2-delivery,
.rv2-page--admission .rv2-improve,
.rv2-page--admission .rv2-target,
.rv2-page--admission .rv2-cta-branch,
.rv2-page--admission #rv2ProgramCard,
.rv2-page--admission #rv2TimelineCard,
.rv2-page--admission .rv2-director,
.rv2-page--admission #rv2SuccessStoriesCard,
.rv2-page--admission #rv2RediagnoseSection,
.rv2-page--admission #rv2FinalCta {
  display: none !important;
}

.rv2-page--admission .rv2-hero--score {
  padding-bottom: 28px;
}

.rv2-page--admission .rv2-score-hero-value {
  font-size: clamp(3.4rem, 12vw, 4.6rem);
}

.rv2-admission-feedback {
  border: 1px solid rgba(15, 118, 110, 0.18);
  background: linear-gradient(180deg, rgba(15, 118, 110, 0.08), rgba(15, 118, 110, 0.02));
}

.rv2-admission-feedback.hidden,
.rv2-admission-dims.hidden,
.rv2-admission-cta.hidden {
  display: none !important;
}

.rv2-admission-feedback__label {
  margin: 0 0 8px;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--color-primary, #0f766e);
}

.rv2-admission-feedback__text {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 750;
  line-height: 1.65;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.rv2-admission-dims__lead {
  margin: 0 0 16px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #475569;
}

.rv2-admission-dims__list {
  display: grid;
  gap: 16px;
}

.rv2-admission-dim {
  padding: 14px 14px 12px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.rv2-admission-dim__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.rv2-admission-dim__name {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a;
}

.rv2-admission-dim__hint {
  margin: 4px 0 0;
  font-size: 0.8125rem;
  font-weight: 650;
  color: #0f766e;
}

.rv2-admission-dim__score {
  font-size: 1.35rem;
  font-weight: 850;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.rv2-admission-dim__track {
  height: 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.rv2-admission-dim__fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0f766e, #14b8a6);
}

.rv2-admission-dim__guide {
  margin: 10px 0 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #475569;
}

.rv2-admission-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 8px 0 24px;
  padding: 22px 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0f766e, #0d9488);
  color: #fff;
  text-align: center;
}

.rv2-admission-cta__lead {
  margin: 0 0 4px;
  width: 100%;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
  opacity: 0.95;
}

.rv2-admission-cta__btn,
.rv2-admission-cta__btn-secondary {
  box-sizing: border-box;
  width: min(100%, 320px);
  margin: 0 auto;
  min-height: 0;
  padding: 15px 24px;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  justify-content: center;
}

.rv2-admission-cta__btn {
  background: #fff !important;
  color: #0f766e !important;
}

.rv2-admission-cta__btn-secondary {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.rv2-page--admission #rv2ResultMeta {
  display: none !important;
}

.rv2-consult {
  margin-top: 24px;
  padding: 24px 22px;
  border-radius: var(--rv2-radius);
  background: var(--rv2-card);
  border: 1px solid var(--rv2-line);
  box-shadow: var(--rv2-shadow);
}

.rv2-consult h2 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 950;
}

.rv2-consult-intro {
  margin: 0 0 20px;
  color: var(--rv2-muted);
  font-size: 14px;
  font-weight: 700;
}

.rv2-consult-form {
  display: grid;
  gap: 18px;
}

.rv2-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.rv2-field label {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 900;
  color: var(--rv2-ink);
  line-height: 1.5;
}

.rv2-field input,
.rv2-field select,
.rv2-field textarea {
  width: 100%;
  border: 1px solid var(--rv2-line);
  border-radius: 16px;
  background: var(--color-card);
  padding: 14px 15px;
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
  color: var(--rv2-ink);
  outline: none;
}

.rv2-field input:focus,
.rv2-field select:focus,
.rv2-field textarea:focus {
  border-color: var(--rv2-accent);
  box-shadow: 0 0 0 3px var(--color-focus-ring);
}

.rv2-field textarea {
  min-height: 100px;
  resize: vertical;
  line-height: 1.7;
}

.rv2-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 700;
  color: var(--rv2-muted);
  line-height: 1.6;
}

.rv2-consent input {
  margin-top: 4px;
}

.rv2-success-msg {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 950;
  color: var(--rv2-brand);
  line-height: 1.6;
}

.rv2-footer {
  margin-top: 32px;
  text-align: center;
  padding-bottom: 16px;
}

.rv2-footer p {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  color: var(--rv2-muted);
}

.rv2-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.rv2-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 640px) {
  .rv2-page {
    padding: 24px 24px 100px;
  }

  .rv2-btn-row-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .rv2-score-panel {
    grid-template-columns: 180px 1fr;
    align-items: center;
  }
}

@media (max-width: 639px) {
  .rv2-form-grid {
    grid-template-columns: 1fr;
  }

  body.result-active .kakao-chat-bar {
    display: flex;
  }

  .rv2-director .rv2-director-media {
    width: 88px;
    height: 88px;
    min-width: 88px;
    min-height: 88px;
    margin-bottom: 14px;
  }

  .rv2-director .rv2-director-avatar {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    object-position: 22% 40%;
  }

  .rv2-director h2 {
    margin-bottom: 12px;
  }
}

@media print {
  body.rv2-printing,
  body.result-active {
    background: #fff !important;
  }

  body.rv2-printing .wrap,
  body.result-active .wrap {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .rv2-topbar,
  .rv2-save,
  .rv2-cta-branch,
  .rv2-consult,
  .rv2-final-cta,
  .rv2-footer,
  .kakao-chat-bar,
  .toast,
  .topbar {
    display: none !important;
  }

  .rv2-reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  .rv2-page {
    background: var(--color-card);
    padding: 0;
    max-width: none;
    color: var(--color-text-primary);
  }

  .rv2-card {
    break-inside: avoid;
    box-shadow: none;
    border-color: #ddd;
    page-break-inside: avoid;
  }

  .rv2-type-card {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .rv2-btn,
  .rv2-btn-row,
  #rv2RediagnoseBtn,
  #rv2RediagnoseSection {
    display: none !important;
  }

  .rv2-gauge,
  .rv2-bar-fill {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .rv2-trust {
    break-inside: avoid;
  }
}

/* PDF 캡처용: 모바일 뷰포트와 무관하게 PC/A4 규격으로 고정 */
.rv2-pdf-capture-host,
.rv2-pdf-capture {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.rv2-pdf-capture {
  max-width: 794px !important;
  width: 794px !important;
  margin: 0 !important;
  padding: 28px 32px !important;
  background: #ffffff !important;
  color: var(--color-text-primary, #0f172a);
}

.rv2-pdf-capture .rv2-reveal {
  opacity: 1 !important;
  transform: none !important;
}

.rv2-pdf-capture .rv2-card {
  box-shadow: none !important;
  break-inside: avoid;
  page-break-inside: avoid;
}

.rv2-pdf-capture .rv2-type-pill,
.rv2-pdf-capture .rv2-gauge,
.rv2-pdf-capture .rv2-bar-fill,
.rv2-pdf-capture .rv2-delivery-fill,
.rv2-pdf-capture .rv2-score-hero {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.rv2-pdf-capture .rv2-btn-row-3 {
  grid-template-columns: repeat(3, 1fr);
}

.rv2-pdf-capture .rv2-score-panel {
  grid-template-columns: 180px 1fr;
  align-items: center;
}

.rv2-pdf-fallback {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(18px + env(safe-area-inset-bottom, 0px));
  z-index: 80;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.96);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.28);
}

.rv2-pdf-fallback__link {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  background: #0f766e;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
  padding: 0 16px;
}

.rv2-pdf-fallback__close {
  appearance: none;
  border: 0;
  border-radius: 999px;
  min-height: 44px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 800;
}

.rv2-delivery-overall {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 16px;
}

.rv2-delivery-overall__label {
  font-size: 0.9375rem;
  color: var(--color-text-secondary, #666);
}

.rv2-delivery-overall__value {
  font-size: 2.5rem;
  line-height: 1;
  color: var(--color-primary, #0f766e);
}

.rv2-delivery-overall__unit {
  font-size: 0.9375rem;
  color: var(--color-text-secondary, #666);
}

.rv2-delivery-row {
  display: grid;
  grid-template-columns: 1fr minmax(120px, 1.4fr) 36px;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  font-size: 0.875rem;
}

.rv2-delivery-track {
  height: 10px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.12);
  overflow: hidden;
}

.rv2-delivery-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0f766e, #14b8a6);
}

.rv2-delivery-improvement {
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(15, 118, 110, 0.08);
}

.rv2-delivery-improvement__title {
  margin: 0 0 6px;
  font-size: 0.8125rem;
  color: var(--color-text-secondary, #666);
}

.rv2-delivery-improvement__score {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.rv2-delivery-improvement__score strong {
  font-size: 1.25rem;
  color: var(--color-primary, #0f766e);
}

.rv2-delivery-improvement__score em {
  font-style: normal;
  color: #059669;
  font-weight: 700;
}

/* ── 전달력 점수 히어로 ─────────────────────────────── */
.rv2-hero--score {
  text-align: center;
}

.rv2-score-hero {
  --pct: 0;
  width: 176px;
  height: 176px;
  margin: 4px auto 16px;
  border-radius: 50%;
  background: conic-gradient(var(--rv2-brand) calc(var(--pct) * 3.6deg), var(--rv2-secondary) 0);
  display: grid;
  place-items: center;
  position: relative;
}

.rv2-score-hero::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  background: var(--color-card);
  box-shadow: inset 0 0 0 1px var(--rv2-line);
}

.rv2-score-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.rv2-score-hero-value {
  font-size: 56px;
  font-weight: 950;
  line-height: 1;
  color: var(--rv2-ink);
  letter-spacing: -0.03em;
}

.rv2-score-hero-unit {
  font-size: 16px;
  font-weight: 800;
  color: var(--rv2-muted);
}

.rv2-hero-comparison {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 900;
  color: var(--rv2-ink);
}

.rv2-hero-comparison[data-tone="low"] {
  color: var(--rv2-warning);
}

.rv2-hero-comparison[data-tone="high"] {
  color: var(--rv2-success);
}

.rv2-hero-encourage {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--rv2-muted);
}

/* ── 업무 상황 ─────────────────────────────── */
.rv2-workplace-lead {
  margin: 0 0 14px !important;
  font-size: 14px !important;
  color: var(--rv2-muted) !important;
}

/* ── 원인: 5-STL 유형 ─────────────────────────────── */
.rv2-type-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  margin: 0 auto 14px;
  padding: 8px 16px;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  box-shadow: var(--rv2-shadow);
}

.rv2-type-pill-icon {
  font-size: 16px;
}

.rv2-type-pill-name {
  font-size: 16px;
}

/* ── 재진단 일정 ─────────────────────────────── */
#rv2RediagnoseBtn {
  display: flex;
  width: fit-content;
  margin: 18px auto 0;
}

.rv2-cause-headline {
  margin: 0 0 10px !important;
  font-size: 19px !important;
  font-weight: 900 !important;
  color: var(--rv2-ink) !important;
}

.rv2-cause-text {
  margin: 0 !important;
}

.rv2-mini-scores {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--rv2-line);
}

.rv2-mini-scores-title {
  margin: 0 0 10px !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  color: var(--rv2-muted) !important;
}

/* ── 향상도 리포트 ─────────────────────────────── */
.rv2-improve {
  background: linear-gradient(180deg, var(--color-card) 0%, var(--rv2-secondary) 100%);
}

.rv2-improve-overall {
  margin: 0 0 16px !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  color: var(--rv2-ink) !important;
}

.rv2-improve-overall strong {
  color: var(--rv2-brand);
}

.rv2-improve-overall em {
  font-style: normal;
  color: var(--rv2-success);
  font-weight: 900;
}

.rv2-improve-dims {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.rv2-improve-dim-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  font-weight: 800;
  padding: 8px 0;
  border-bottom: 1px solid var(--rv2-line);
}

.rv2-improve-dim-row em {
  font-style: normal;
  min-width: 36px;
  text-align: right;
}

.rv2-improve-dim-row em.up {
  color: var(--rv2-success);
}

.rv2-improve-dim-row em.down {
  color: var(--rv2-warning);
}

.rv2-improve-highlight {
  margin: 0 0 12px !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

.rv2-improve-message {
  margin: 0 !important;
  font-weight: 700 !important;
}

/* ── 목표 점수 ─────────────────────────────── */
.rv2-target-scores {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 14px;
}

.rv2-target-box {
  flex: 1;
  max-width: 140px;
  padding: 16px;
  border-radius: 16px;
  text-align: center;
  background: var(--rv2-secondary);
}

.rv2-target-box span {
  display: block;
  font-size: 12px;
  font-weight: 900;
  color: var(--rv2-muted);
  margin-bottom: 6px;
}

.rv2-target-box strong {
  font-size: 30px;
  font-weight: 950;
  color: var(--rv2-ink);
}

.rv2-target-box--goal {
  background: var(--rv2-accent);
}

.rv2-target-box--goal span {
  color: rgba(255, 255, 255, 0.85);
}

.rv2-target-box--goal strong {
  color: #fff;
}

.rv2-target-arrow {
  font-size: 22px;
  font-weight: 900;
  color: var(--rv2-brand);
  transform: rotate(-90deg);
}

.rv2-target-note {
  margin: 0 0 18px !important;
  text-align: center;
  font-size: 14px !important;
}

.rv2-target .rv2-before-after {
  margin-top: 4px;
}

/* ── CTA 분기: 7일 챌린지 → 1:1 코칭 ─────────────────────────────── */
.rv2-cta-branch {
  margin-top: 24px;
  padding: 28px 22px;
  border-radius: var(--rv2-radius);
  background: var(--rv2-card);
  border: 1px solid var(--rv2-line);
  box-shadow: var(--rv2-shadow);
  text-align: center;
}

.rv2-cta-branch-eyebrow {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: var(--rv2-muted);
}

.rv2-cta-branch-title {
  margin: 0 0 20px;
  font-size: 21px;
  font-weight: 950;
  line-height: 1.4;
  color: var(--rv2-ink);
}

.rv2-cta-primary {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
  margin-bottom: 24px;
}

.rv2-branch-grid {
  display: grid;
  gap: 14px;
  text-align: left;
}

.rv2-branch-card {
  padding: 20px 18px;
  border-radius: 18px;
  border: 1px solid var(--rv2-line);
  background: var(--rv2-secondary);
}

.rv2-branch-card--coaching {
  background: var(--color-card);
  border: 1px solid var(--color-primary-border-light);
}

.rv2-branch-card__eyebrow {
  margin: 0 0 6px !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  color: var(--rv2-brand) !important;
  letter-spacing: 0.01em;
}

.rv2-branch-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 950;
  color: var(--rv2-ink);
}

.rv2-branch-card__desc {
  margin: 0 0 16px !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

@media (min-width: 640px) {
  .rv2-branch-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rv2-branch-grid--followup {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
  }
}

#resultV2Root[data-audience="followup"] #rv2CtaBranch .rv2-branch-card--coaching {
  width: 100%;
}
