@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

/* =============================================
   OTB Real Estate — Design DNA (OTB_Shorts 이식)
   ============================================= */
:root {
  --brand: #FF630F;
  --brand-light: #FF8C4A;
  --brand-glow: rgba(255, 99, 15, 0.18);
  --brand-glow-strong: rgba(255, 99, 15, 0.38);
  --bg-primary: #0a0a0a;
  --bg-secondary: #111111;
  --bg-card: #161616;
  --text-primary: #FFFFFF;
  --text-secondary: #A1A1AA;
  --text-muted: #666666;
  --border: #2A2A2A;
  --radius: 16px;
  --radius-sm: 10px;
  --radius-pill: 999px;
  --max-width: 1160px;
  --section-py: 110px;
  --transition: 0.28s cubic-bezier(.4, 0, .2, 1);
  --font: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* =============================================
   Reset & Base
   ============================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  font-family: var(--font);
  background: var(--bg-primary);
  color: var(--text-primary);
  font-size: 17px;
  line-height: 1.75;
  overflow-x: hidden;
  letter-spacing: -0.01em;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

/* =============================================
   Scroll Animations
   ============================================= */
.fade-up, .fade-right, .fade-left { opacity: 0; transition: opacity 0.75s ease, transform 0.75s ease; }
.fade-up { transform: translateY(44px); }
.fade-right { transform: translateX(-44px); }
.fade-left { transform: translateX(44px); }
.fade-up.visible, .fade-right.visible, .fade-left.visible { opacity: 1; transform: none; }

/* =============================================
   Layout
   ============================================= */
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 60px; }
.section { padding: var(--section-py) 0; }
.section--alt { background: var(--bg-secondary); }

/* =============================================
   Typography
   ============================================= */
.label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--brand);
  margin-bottom: 14px; display: inline-block;
}
.headline {
  font-size: clamp(26px, 3.2vw, 46px); font-weight: 800;
  line-height: 1.28; letter-spacing: -0.024em;
  color: var(--text-primary); word-break: keep-all;
}
.headline--xl { font-size: clamp(30px, 4.2vw, 58px); line-height: 1.15; }
.body-text {
  font-size: clamp(15px, 1.1vw, 17px); color: var(--text-secondary);
  line-height: 1.95; word-break: keep-all; margin-top: 22px;
}
.body-text strong { color: var(--text-primary); }
.accent { color: var(--brand); font-weight: 700; }
.hl { color: var(--brand); font-weight: 800; }

/* =============================================
   Buttons
   ============================================= */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 15px 34px; border-radius: var(--radius-sm);
  font-family: var(--font); font-size: 15px; font-weight: 700;
  cursor: pointer; transition: var(--transition);
  border: none; text-decoration: none; white-space: nowrap;
}
.btn--primary { background: var(--brand); color: #fff; }
.btn--primary:hover {
  background: var(--brand-light); transform: translateY(-3px);
  box-shadow: 0 14px 44px var(--brand-glow-strong);
}
.btn--secondary {
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-primary);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.btn--secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--brand);
  transform: translateY(-2px);
}
.btn--lg { padding: 19px 50px; font-size: 16px; border-radius: var(--radius); }

/* =============================================
   Navigation
   ============================================= */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  padding: 16px 0; background: rgba(10, 10, 10, 0.9);
  backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px);
  border-bottom: 1px solid var(--border); transition: var(--transition);
}
.nav__inner {
  display: flex; align-items: center; justify-content: space-between;
  max-width: var(--max-width); margin: 0 auto; padding: 0 60px;
}
.nav__logo { color: var(--brand) !important; font-weight: 800 !important; font-size: 24px; letter-spacing: -0.5px; }
.nav__cta { padding: 10px 24px; font-size: 14px; }

/* =============================================
   Hero
   ============================================= */
.hero {
  min-height: 100vh; display: flex; align-items: center;
  position: relative; overflow: hidden; padding-top: 80px;
  background: linear-gradient(140deg, #0a0a0a 0%, #1a0800 60%, #0a0a0a 100%);
}
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg-img { width: 100%; height: 100%; object-fit: cover; opacity: 0.2; }
.hero__bg-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    rgba(10, 10, 10, 0.68),
    radial-gradient(ellipse at 60% 50%, rgba(255, 99, 15, 0.06) 0%, transparent 65%),
    linear-gradient(to bottom, transparent 50%, var(--bg-primary) 100%);
}
.hero__content {
  position: relative; z-index: 10; max-width: 1000px;
  margin: 0 auto; padding: 120px 60px 100px; width: 100%;
}
.hero__badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255, 99, 15, 0.1); border: 1px solid rgba(255, 99, 15, 0.28);
  color: var(--brand); font-size: 12px; font-weight: 700;
  padding: 7px 16px; border-radius: var(--radius-pill);
  margin-bottom: 28px; letter-spacing: 0.04em;
}
.hero__badge::before {
  content: ''; width: 7px; height: 7px; background: var(--brand);
  border-radius: 50%; animation: blink 1.6s ease infinite;
}
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.2; } }
.hero__headline {
  font-size: clamp(34px, 5.2vw, 64px); font-weight: 900;
  line-height: 1.25; letter-spacing: -0.03em; word-break: keep-all;
}
.hero__subheadline {
  font-size: clamp(15px, 1.25vw, 18px); color: var(--text-secondary);
  line-height: 2; margin-top: 32px; word-break: keep-all;
}
.hero__cta { display: flex; gap: 14px; margin-top: 44px; flex-wrap: wrap; align-items: center; }

/* Hero Trust Chips & Objection */
.hero__trust-chips {
  display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap;
  font-size: 14px;
}
.hero__trust-chips span {
  display: flex; align-items: center; gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 16px; border-radius: 8px;
  color: var(--text-primary); font-weight: 500;
}
.hero__trust-chips span i {
  color: var(--brand); font-style: normal; font-weight: 900; font-size: 15px;
}

.hero__objection {
  margin-top: 80px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,0.08);
  max-width: 600px;
}
.hero__objection-q {
  font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 12px;
  position: relative; display: inline-block;
}
.hero__objection-q::before {
  content: 'Q.'; color: var(--brand); margin-right: 6px; font-weight: 900;
}
.hero__objection-a p {
  font-size: 15px; color: var(--text-secondary); line-height: 1.8; margin-bottom: 20px;
}
.hero__objection-highlight {
  font-size: 17px; background: rgba(255,99,15,0.08); padding: 14px 20px;
  border-left: 3px solid var(--brand); border-radius: 4px; color: #fff !important;
  display: inline-block;
}

/* =============================================
   Split Layout
   ============================================= */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.split--reverse { direction: rtl; }
.split--reverse > * { direction: ltr; }
.split__image {
  border-radius: var(--radius); overflow: hidden;
  background: var(--bg-card); border: 1px solid var(--border);
  transition: var(--transition);
}
.split__image:hover {
  border-color: rgba(255, 99, 15, 0.4);
  box-shadow: 0 0 60px var(--brand-glow); transform: scale(1.02);
}
.split__image img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.8) contrast(1.05);
  transition: var(--transition);
}
.split__image:hover img { filter: brightness(1) contrast(1); }
.split__text .headline { margin-top: 12px; margin-bottom: 18px; }

/* =============================================
   Pain (Bento Grid) Cards
   ============================================= */
.pain-section { background: var(--bg-primary); }
.pain-section__header { text-align: center; margin-bottom: 60px; }
.pain-section__header .headline { max-width: 820px; margin: 0 auto; }
.pain-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pain-card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
}
.pain-card:hover {
  transform: translateY(-10px); border-color: var(--brand);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 40px var(--brand-glow);
}
/* Naver UI Mockup */
.naver-ui-container {
  background: #eaecf0 !important;
  padding: 12px !important;
  filter: brightness(0.9) contrast(0.95);
  transition: var(--transition);
}
.naver-ui-container:hover { filter: brightness(1) contrast(1); }
.platform-ui-naver {
  background: #fff; width: 100%; height: 100%; border-radius: 6px; overflow: hidden;
  display: flex; flex-direction: column; box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.naver-header {
  background: #fff; padding: 8px 12px; font-size: 11px; font-weight: 800;
  border-bottom: 1px solid #eee; display: flex; align-items: center; gap: 6px;
}
.naver-header::before { content: 'N'; background: #03c75a; color: #fff; padding: 0 4px; border-radius: 2px; }
.naver-main { flex: 1; display: flex; overflow: hidden; }
.naver-map {
  flex: 1.4; background: #e3f2fd; position: relative; border-right: 1px solid #f0f0f0;
  background-image: radial-gradient(#d1e9ff 1px, transparent 1px); background-size: 15px 15px;
}
.naver-pin {
  position: absolute; background: #3c7eff; color: #fff; font-size: 9px; font-weight: 700;
  padding: 3px 6px; border-radius: 4px; box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.naver-pin::after {
  content: ''; position: absolute; bottom: -4px; left: 50%; transform: translateX(-50%);
  border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #3c7eff;
}
.naver-list { flex: 1; background: #fff; display: flex; flex-direction: column; }
.naver-item { padding: 10px 12px; border-bottom: 1px solid #f5f5f5; display: flex; flex-direction: column; gap: 2px; }
.naver-item.active { background: #f0f7ff; border-left: 3px solid #3c7eff; }
.item-name { font-size: 10px; font-weight: 700; color: #333; }
.item-price { font-size: 11px; font-weight: 800; color: #3c7eff; }
.naver-footer {
  background: #fdf2f2; padding: 10px 15px; display: flex; justify-content: space-between;
  align-items: center; border-top: 1px solid #fee2e2;
}
.footer-label { font-size: 10px; font-weight: 600; color: #666; }
.footer-price { font-size: 15px; font-weight: 900; color: #e11d48; animation: Blink 1.5s infinite; }
@keyframes Blink { 0% { opacity: 1; } 50% { opacity: 0.6; } 100% { opacity: 1; } }
.pain-card__img {
  width: 100%; aspect-ratio: 16/9; overflow: hidden;
  background: #0d0d0d; flex-shrink: 0; position: relative;
}
.pain-card__img img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.7) contrast(1.05); /* Unified base tone */
  transition: transform 0.5s ease, filter 0.5s ease;
}
.pain-card:hover .pain-card__img img { transform: scale(1.06); filter: brightness(0.85) saturate(0.8); }
.pain-card__body { padding: 28px 26px 32px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.pain-card__title {
  font-size: clamp(15px, 1.2vw, 17px); font-weight: 800;
  color: var(--brand); line-height: 1.45; word-break: keep-all;
}
.pain-card__text { font-size: 14px; color: var(--text-secondary); line-height: 1.8; word-break: keep-all; }

/* =============================================
   Targeting Section
   ============================================= */
.targeting-section {
  background: var(--bg-secondary);
  text-align: center;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.targeting-section .headline { max-width: 820px; margin: 0 auto 24px; }
.targeting-section .body-text { max-width: 700px; margin: 0 auto; }

/* =============================================
   Authority — Logo Marquee
   ============================================= */
.authority-section { background: var(--bg-primary); overflow: hidden; padding-bottom: 120px; }
.authority-section__header { text-align: center; margin-bottom: 64px; }
.authority-section__header .headline { max-width: 780px; margin: 0 auto; }

.marquee-container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.logo-marquee-wrapper {
  width: 100%; overflow: hidden; position: relative;
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}
.logo-marquee-wrapper:hover .logo-marquee-track { animation-play-state: paused; }
.logo-marquee-track {
  display: flex; gap: 100px; width: max-content;
  animation: logoMarquee 40s linear infinite; align-items: center;
}
.logo-marquee-track--reverse {
  animation-direction: reverse;
}

@keyframes logoMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.logo-marquee-track img {
  height: 60px; width: auto; filter: grayscale(0.4) brightness(0.9) contrast(0.9);
  opacity: 0.75; transition: opacity 0.3s ease, filter 0.3s ease, transform 0.3s ease;
}
.logo-marquee-track img:hover { filter: grayscale(0) brightness(1) contrast(1); opacity: 1; transform: scale(1.08); }

/* =============================================
   Problem (Split + Checklist)
   ============================================= */
.problem-checklist { list-style: none; margin-top: 28px; }
.problem-checklist li {
  font-size: 15px; color: var(--text-secondary); padding: 10px 0;
  display: flex; align-items: flex-start; gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05); word-break: keep-all;
}
.problem-checklist li .x-mark {
  color: #e53935; font-weight: 900; font-size: 16px; flex-shrink: 0; margin-top: 2px;
}

/* =============================================
   Warning Section
   ============================================= */
.warning-section { background: var(--bg-secondary); }

/* =============================================
   Knowhow Duo (Essence + Know-how)
   ============================================= */
.knowhow-section { position: relative; overflow: hidden; padding: 120px 0; }
.knowhow-bg { position: absolute; inset: 0; z-index: 0; }
.knowhow-bg-img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(0.2); animation: bgZoom 20s infinite alternate linear;
}
@keyframes bgZoom { from { transform: scale(1); } to { transform: scale(1.1); } }
.knowhow-bg-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: rgba(10, 10, 10, 0.85); /* Dark overlay */
}
.knowhow-content { position: relative; z-index: 10; }

.knowhow-duo {
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
  margin-top: 48px;
}
.knowhow-card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 48px 36px;
  transition: var(--transition); position: relative; overflow: hidden;
}
.knowhow-card--glass {
  background: rgba(22, 22, 22, 0.65);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.08);
}
.knowhow-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 3px; background: linear-gradient(90deg, var(--brand), var(--brand-light));
}
.knowhow-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7), 0 0 30px var(--brand-glow);
  border-color: rgba(255, 99, 15, 0.4);
}
.knowhow-card__number {
  font-size: 48px; font-weight: 900; color: var(--brand); opacity: 0.2;
  line-height: 1; margin-bottom: 16px;
}
.knowhow-card h3 {
  font-size: clamp(18px, 2vw, 24px); font-weight: 800;
  line-height: 1.35; margin-bottom: 16px; word-break: keep-all;
}
.knowhow-card p {
  font-size: 15px; color: var(--text-secondary);
  line-height: 1.85; word-break: keep-all;
}

/* =============================================
   Testimonials (Proof)
   ============================================= */
.testimonial-section { background: var(--bg-primary); overflow: hidden; }
.review-card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 36px 32px;
  display: flex; flex-direction: column; gap: 20px;
  height: 100%; transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.review-card:hover {
  border-color: rgba(255, 99, 15, 0.3);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), 0 0 20px var(--brand-glow);
}
.review-card__stars { font-size: 18px; letter-spacing: 2px; line-height: 1; }
.review-card__quote {
  font-size: clamp(15px, 1.15vw, 17px); color: var(--text-secondary);
  line-height: 1.85; word-break: keep-all; flex: 1; font-style: italic;
}
.review-card__quote strong.hl { font-style: normal; }
.review-card__author {
  display: flex; align-items: center; gap: 14px;
  padding-top: 16px; border-top: 1px solid var(--border);
}
.review-card__avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--brand); display: flex; align-items: center;
  justify-content: center; font-size: 18px; font-weight: 900;
  color: #fff; flex-shrink: 0;
}
.review-card__name { font-size: 15px; font-weight: 700; color: var(--text-primary); margin-bottom: 4px; }
.review-card__tag { font-size: 12px; color: var(--brand); font-weight: 600; }
.testimonials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 48px; }

/* KakaoTalk UI iPhone Mockups */
.kkt-mockup-wrapper {
  display: flex; gap: 24px; justify-content: center;
  perspective: 1000px; padding: 20px 0; overflow-x: auto;
  scrollbar-width: none;
}
.kkt-phone {
  flex-shrink: 0; width: 320px; height: 600px;
  background: #1e1e1e; border: 10px solid #2a2a2a;
  border-radius: 36px; overflow: hidden; position: relative;
  display: flex; flex-direction: column;
  box-shadow: 0 24px 60px rgba(0,0,0,0.6), inset 0 0 0 2px #444;
  transform: rotateY(-10deg) rotateX(4deg);
  transition: transform 0.5s ease;
}
.kkt-phone:hover { transform: rotateY(0) rotateX(0) scale(1.02); z-index: 10; }
.kkt-phone--center { transform: rotateY(0) rotateX(2deg) translateY(-20px); z-index: 5; }
.kkt-phone--center:hover { transform: rotateY(0) rotateX(0) scale(1.05); }
.kkt-phone--right { transform: rotateY(10deg) rotateX(4deg); }

.kkt-header {
  background: #1e1e1e; padding: 40px 16px 12px;
  display: flex; align-items: center; gap: 12px;
  border-bottom: 1px solid #2a2a2a;
}
.kkt-header__back { font-size: 24px; color: #fff; line-height: 1; cursor: pointer; }
.kkt-header__info { flex: 1; }
.kkt-header__name { font-size: 15px; font-weight: 700; color: #fff; }
.kkt-header__search { font-size: 16px; opacity: 0.8; }

.kkt-body {
  flex: 1; background: #2b2b2b; padding: 20px 16px;
  overflow-y: auto; display: flex; flex-direction: column; gap: 16px;
}
.kkt-msg-row { display: flex; gap: 10px; align-items: flex-start; }
.kkt-avatar {
  width: 38px; height: 38px; background: #4a4a4a; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; font-weight: 800; color: #fff; flex-shrink: 0;
}
.kkt-bubble-wrap { display: flex; flex-direction: column; gap: 6px; max-width: 80%; }
.kkt-bubble {
  padding: 10px 14px; font-size: 13.5px; line-height: 1.5; color: #fff;
  word-break: break-word; position: relative;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.kkt-bubble--opponent {
  background: #3a3a3a; border-radius: 4px 16px 16px 16px;
}
.kkt-time {
  font-size: 10px; color: #888; align-self: flex-start; margin-top: 2px;
}

/* =============================================
   Process (System Steps)
   ============================================= */
.process-grid {
  display: grid; grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0 16px; align-items: stretch; margin-top: 48px;
}
.process-arrow {
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; color: var(--brand); opacity: 0.7;
  font-weight: 900; align-self: center;
}
.process-card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 36px 28px;
  display: flex; flex-direction: column; gap: 14px;
  transition: var(--transition);
}
.process-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 99, 15, 0.45);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.4), 0 0 30px var(--brand-glow);
}
.process-card__step {
  font-size: 11px; font-weight: 900; letter-spacing: 0.1em;
  color: var(--brand); text-transform: uppercase;
}
.process-card__icon { font-size: 36px; line-height: 1; }
.process-card__title { font-size: clamp(16px, 1.2vw, 19px); font-weight: 800; line-height: 1.3; }
.process-card__text { font-size: 14px; color: var(--text-secondary); line-height: 1.8; word-break: keep-all; }

/* =============================================
   Pricing Cards (Decoy Effect)
   ============================================= */
.pricing__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 22px; margin-top: 56px; align-items: stretch;
}
.pricing-card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 38px 30px;
  display: flex; flex-direction: column;
  transition: var(--transition); position: relative; overflow: hidden;
}
.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5); border-color: rgba(255, 99, 15, 0.3);
}
.pricing-card--recommended {
  border: 2px solid var(--brand);
  background: linear-gradient(160deg, #1e0d00 0%, var(--bg-card) 100%);
  box-shadow: 0 0 60px var(--brand-glow); transform: scale(1.04);
}
.pricing-card--recommended:hover { transform: scale(1.04) translateY(-6px); }
.pricing-card__badge {
  display: inline-block; background: var(--brand); color: #fff;
  font-size: 11px; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; padding: 5px 14px;
  border-radius: var(--radius-pill); margin-bottom: 18px; align-self: flex-start;
}
.pricing-card__tier {
  font-size: 11px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--brand); margin-bottom: 6px;
}
.pricing-card__name { font-size: 22px; font-weight: 800; margin-bottom: 8px; }
.pricing-card__price {
  font-size: 32px; font-weight: 900; color: var(--text-primary);
  margin-bottom: 4px; letter-spacing: -0.02em;
}
.pricing-card__price del {
  font-size: 18px; color: var(--text-muted); font-weight: 600;
  text-decoration: line-through; margin-right: 8px;
}
.pricing-card__price-note {
  font-size: 13px; color: var(--text-muted); margin-bottom: 24px;
  line-height: 1.55; word-break: keep-all;
}
.pricing-card__divider { height: 1px; background: var(--border); margin-bottom: 22px; }
.pricing-card__features { list-style: none; flex: 1; }
.pricing-card__features li {
  font-size: 14px; color: var(--text-secondary); padding: 7px 0;
  display: flex; align-items: flex-start; gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04); word-break: keep-all;
}
.pricing-card__features li::before {
  content: '✓'; color: var(--brand); font-weight: 900; flex-shrink: 0; margin-top: 2px;
}
.pricing-card__cta { margin-top: 28px; width: 100%; justify-content: center; }

/* Anchor Box */
.pricing-anchor {
  background: var(--bg-card); border: 1px solid var(--border);
  border-left: 4px solid var(--brand); border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 32px 36px; margin-top: 48px;
  font-size: 15px; color: var(--text-secondary); line-height: 1.9; word-break: keep-all;
}
.pricing-anchor strong { color: var(--text-primary); }
.pricing-anchor .hl { color: var(--brand); font-weight: 800; }

/* =============================================
   FAQ Accordion
   ============================================= */
.faq-section { background: var(--bg-primary); }
.faq-list { max-width: 800px; margin: 48px auto 0; }
.faq-item {
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.faq-question {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; background: none; border: none; cursor: pointer;
  color: var(--text-primary); font-family: var(--font);
  font-size: clamp(15px, 1.1vw, 17px); font-weight: 700;
  padding: 24px 0; text-align: left; transition: color 0.2s ease;
  gap: 16px; word-break: keep-all;
}
.faq-question:hover { color: var(--brand); }
.faq-question__icon {
  font-size: 22px; color: var(--brand); flex-shrink: 0;
  transition: transform 0.3s ease; font-weight: 300;
}
.faq-item.active .faq-question__icon { transform: rotate(45deg); }
.faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 0;
}
.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 0 0 24px;
}
.faq-answer p {
  font-size: 15px; color: var(--text-secondary);
  line-height: 1.85; word-break: keep-all;
}

/* =============================================
   CTA Section
   ============================================= */
.cta-section {
  background: linear-gradient(160deg, #1a0800 0%, #0a0a0a 50%, #0a0a0a 100%);
  text-align: center; position: relative; overflow: hidden;
}
.cta-section::before {
  content: ''; position: absolute; top: -200px; left: 50%; transform: translateX(-50%);
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 99, 15, 0.08) 0%, transparent 70%);
  pointer-events: none;
}
.urgency-badge {
  display: inline-block; font-size: 18px; font-weight: 900;
  color: var(--brand); letter-spacing: -0.015em;
  padding: 14px 34px; border: 2px solid var(--brand);
  border-radius: var(--radius-pill); background: var(--brand-glow);
  margin-bottom: 32px; animation: pulse 2.2s ease infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 var(--brand-glow); }
  50% { box-shadow: 0 0 0 14px transparent; }
}

/* =============================================
   Modal
   ============================================= */
.modal-overlay {
  display: none; position: fixed; inset: 0; z-index: 1000;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  align-items: center; justify-content: center;
}
.modal-overlay.active { display: flex; }
.modal {
  background: #000; border: 1px solid var(--border);
  border-radius: 20px; padding: 44px 36px;
  max-width: 500px; width: 92vw; position: relative;
  animation: modalIn 0.3s ease;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.8);
}
@keyframes modalIn {
  from { opacity: 0; transform: scale(0.92) translateY(20px); }
  to { opacity: 1; transform: none; }
}
.modal__close {
  position: absolute; top: 18px; right: 20px;
  background: none; border: none; cursor: pointer;
  font-size: 28px; color: var(--text-muted); transition: var(--transition);
}
.modal__close:hover { color: var(--text-primary); }
.modal__title { font-size: 22px; font-weight: 800; margin-bottom: 6px; }
.modal__subtitle {
  font-size: 14px; color: var(--text-secondary);
  margin-bottom: 28px; word-break: keep-all;
}
.modal form { display: flex; flex-direction: column; gap: 14px; }
.modal input, .modal textarea {
  background: #111; border: 1.5px solid var(--border);
  border-radius: var(--radius-sm); padding: 14px 16px;
  font-family: var(--font); font-size: 16px;
  color: var(--text-primary); outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  resize: vertical; width: 100%;
}
.modal input:focus, .modal textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px var(--brand-glow);
}
.modal input::placeholder, .modal textarea::placeholder { color: var(--text-muted); }
.modal textarea { min-height: 100px; }
.modal__submit {
  background: var(--brand); color: #fff; border: none;
  border-radius: var(--radius-sm); padding: 16px;
  font-family: var(--font); font-size: 16px; font-weight: 700;
  cursor: pointer; transition: var(--transition); margin-top: 4px;
}
.modal__submit:hover {
  background: var(--brand-light); transform: translateY(-2px);
  box-shadow: 0 10px 30px var(--brand-glow-strong);
}

/* =============================================
   Metaphor Section Custom Styles
   ============================================= */
.metaphor__img-wrapper {
  margin-top: 56px;
  position: relative;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: var(--transition);
  background: #000;
}
.metaphor__img-wrapper:hover {
  border-color: var(--brand);
  box-shadow: 0 0 50px var(--brand-glow);
}
.metaphor__img {
  width: 100%;
  display: block;
  filter: brightness(0.75) contrast(1.1); /* Toned down for harmonization */
  transition: var(--transition);
}
.metaphor__img-wrapper:hover .metaphor__img {
  filter: brightness(0.95);
  transform: scale(1.02);
}

/* =============================================
   Footer
   ============================================= */
.footer {
  background: #060606; border-top: 1px solid var(--border);
  padding: 52px 0 40px;
}
.footer__inner { max-width: var(--max-width); margin: 0 auto; padding: 0 60px; }
.footer__logo { font-size: 18px; font-weight: 900; color: var(--brand); margin-bottom: 20px; }
.footer__info { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.footer__info p, .footer__info span { font-size: 13px; color: #888; line-height: 1.7; word-break: keep-all; }
.footer__copy { margin-top: 24px; font-size: 12px; color: #444; }

/* =============================================
   Floating CTA (KakaoTalk)
   ============================================= */
.floating-kakao {
  position: fixed; bottom: 36px; right: 36px; z-index: 500;
  width: 60px; height: 60px; border-radius: 50%;
  background: #FEE500; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
  transition: var(--transition);
  opacity: 0; pointer-events: none; transform: translateY(20px);
}
.floating-kakao.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.floating-kakao:hover { transform: translateY(-4px) scale(1.08); box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4); }
.floating-kakao svg { width: 28px; height: 28px; }

/* =============================================
   Responsive
   ============================================= */
@media (max-width: 1024px) {
  .container, .nav__inner, .footer__inner { padding-left: 40px; padding-right: 40px; }
  .hero__content { padding: 110px 40px 80px; }
  .pricing__grid { grid-template-columns: 1fr; max-width: 440px; margin-left: auto; margin-right: auto; }
  .pricing-card--recommended { transform: scale(1); }
  .pricing-card--recommended:hover { transform: translateY(-6px); }
  .knowhow-duo { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .process-grid .process-arrow { display: none; }
}
@media (max-width: 768px) {
  :root { --section-py: 70px; }
  .container, .nav__inner, .footer__inner { padding-left: 24px; padding-right: 24px; }
  .hero__content { padding: 96px 24px 60px; max-width: 100%; }
  .hero__headline { font-size: clamp(28px, 8.5vw, 38px); }
  .headline { font-size: clamp(22px, 6vw, 30px); }
  .headline--xl { font-size: clamp(26px, 7vw, 36px); }
  .body-text { font-size: 15px; }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .split--reverse { direction: ltr; }
  .hero__cta { flex-direction: column; align-items: flex-start; }
  .btn--lg { padding: 15px 30px; font-size: 15px; }
  .pain-cards { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .footer__info { flex-direction: column; gap: 4px; }
  .floating-kakao {
    bottom: 20px; right: 20px; width: 52px; height: 52px;
    opacity: 1 !important; pointer-events: auto !important; transform: none !important;
  }
  .footer { padding-bottom: calc(52px + 20px); }
}
