/* ==========================================================================
   VIVID PARTNER - Vogue Luxury Magazine Editorial Design System
   High-Fashion Typography, Vogue Onyx, Champagne Gold & VIVID Magenta Accents
   ========================================================================== */

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,600;0,700;0,800;0,900;1,600&family=Noto+Serif+KR:wght@600;700;900&display=swap');

:root {
  /* Editorial & VIVID Brand Palette */
  --bg-main: #FAFAFA;
  --bg-soft: #F6F4F0;
  --bg-card: #FFFFFF;
  --bg-dark: #0A0B0E;
  
  --primary: #111111;           /* Vogue Deep Onyx */
  --primary-hover: #262626;
  --vivid-rose: #FF2E74;        /* Signature VIVID Magenta Brand Accent */
  --vivid-rose-hover: #E01E61;
  --secondary: #800020;         /* Vogue Crimson / Burgundy */
  --gold: #C5A880;              /* Champagne Gold */
  --gold-glow: rgba(197, 168, 128, 0.35);
  
  --text-main: #111111;
  --text-sub: #4A4A4A;
  --text-muted: #8E8E93;
  --border: #E5E2DC;
  --border-gold: rgba(197, 168, 128, 0.4);
  
  --radius-sm: 4px;
  --radius-md: 10px;
  --radius-lg: 20px;
  
  --shadow-sm: 0 4px 16px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 12px 32px rgba(0, 0, 0, 0.07);
  --shadow-lg: 0 25px 60px rgba(0, 0, 0, 0.12);
  --shadow-gold: 0 15px 40px rgba(197, 168, 128, 0.25);
  
  --font-serif: 'Playfair Display', 'Noto Serif KR', Georgia, serif;
  --font-sans: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-kr: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
}

/* Reset & Base */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-kr);
  background-color: var(--bg-main);
  color: var(--text-main);
  line-height: 1.75;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Typography Line Breaks & Natural Word Wrapping */
h1, h2, h3, h4, p, span, div,
.hero-title, .section-title, .pillar-title, .step-title, .review-quote, .hero-description, .section-desc {
  word-break: keep-all;
  overflow-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

ul {
  list-style: none;
}

/* Utility Containers */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.text-gradient {
  background: linear-gradient(135deg, var(--vivid-rose) 0%, #800020 50%, var(--gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 18px;
  background: #111111;
  color: #C5A880;
  border-radius: var(--radius-sm);
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid var(--gold);
}

.badge-vivid {
  background: var(--vivid-rose);
  color: #FFFFFF;
  border: none;
}

/* Buttons (Vogue High-Fashion Editorial Style) */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 36px;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: var(--radius-sm);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: #111111;
  color: #FFFFFF;
  border: 1px solid #111111;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.btn-primary:hover {
  background: var(--vivid-rose);
  border-color: var(--vivid-rose);
  color: #FFFFFF;
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(255, 46, 116, 0.35);
}

.btn-outline {
  background: transparent;
  color: #111111;
  border: 1px solid #111111;
}

.btn-outline:hover {
  background: #111111;
  color: #FFFFFF;
  transform: translateY(-3px);
}

/* Header Navbar */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 250, 250, 0.94);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  transition: all 0.3s ease;
}

.header.scrolled {
  box-shadow: var(--shadow-sm);
  background: rgba(255, 255, 255, 0.98);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.logo-text {
  font-family: var(--font-serif);
  font-size: 1.9rem;
  font-weight: 900;
  letter-spacing: 4px;
  color: #111111;
}

.logo-sub {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 4px 10px;
  background: var(--vivid-rose);
  color: #FFFFFF;
  border-radius: var(--radius-sm);
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  margin: 0 auto;
}

.nav-links a {
  font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #111111;
  transition: all 0.25s ease;
}

.nav-links a:hover {
  color: var(--vivid-rose);
  transform: translateY(-1px);
}

.header-cta {
  margin-left: auto;
  flex-shrink: 0;
}

.btn-header {
  padding: 10px 24px;
  font-size: 0.8rem;
  letter-spacing: 1.5px;
}

/* Hero Section (Vogue Magazine Cover Layout) */
.hero-section {
  padding: 70px 0 90px;
  background: radial-gradient(circle at 80% 20%, #FAF5EE 0%, #FAFAFA 60%);
  position: relative;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.hero-pill {
  margin-bottom: 20px;
}

.hero-title {
  font-family: var(--font-serif);
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.015em;
  margin-bottom: 20px;
  color: #111111;
  word-break: keep-all;
}

.hero-title-highlight {
  display: block;
  font-size: 2.1rem;
  font-weight: 800;
  color: #111111;
  margin-top: 8px;
  line-height: 1.35;
}

.editorial-italic {
  font-style: italic;
  font-weight: 700;
  color: var(--vivid-rose);
  font-family: var(--font-serif);
}

.hero-description {
  font-size: 1rem;
  color: var(--text-sub);
  margin-bottom: 32px;
  line-height: 1.8;
}

.hero-features-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 36px;
}

.hero-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-kr);
  font-size: 0.88rem;
  font-weight: 700;
  color: #111111;
}

.hero-feature-item .icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #111111;
  color: var(--vivid-rose);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}

.hero-buttons {
  display: flex;
  gap: 16px;
}

/* VOX 3D Interactive Motion Box (Vogue Editorial Frame) */
.vox-motion-wrapper {
  position: relative;
  width: 100%;
  height: 540px;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.18), 0 0 35px rgba(255, 46, 116, 0.15);
  background: #0B0C10;
  border: 1px solid var(--gold);
  perspective: 1000px;
  transform-style: preserve-3d;
  transition: box-shadow 0.4s ease;
}

.vox-canvas-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.vox-overlay-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: radial-gradient(circle at 50% 50%, rgba(11,12,16,0.1) 0%, rgba(11,12,16,0.85) 100%);
  pointer-events: none;
  transform-style: preserve-3d;
  transition: transform 0.15s ease-out;
}

.vox-header-pill {
  align-self: flex-start;
  background: rgba(17, 17, 17, 0.88);
  backdrop-filter: blur(16px);
  border: 1px solid var(--gold);
  color: #C5A880;
  padding: 8px 20px;
  border-radius: var(--radius-sm);
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateZ(40px);
}

.vox-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--vivid-rose);
  box-shadow: 0 0 10px var(--vivid-rose);
  animation: pulseDot 1.5s infinite;
}

/* Vogue High-Fashion Editorial Counselor Video Call Photo Container */
.vox-center-avatar.vogue-avatar-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(60px);
  width: 270px;
  height: 320px;
  border-radius: var(--radius-sm);
  padding: 6px;
  background: #111111;
  border: 1px solid var(--gold);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.7), 0 0 30px rgba(255, 46, 116, 0.25);
  pointer-events: auto;
  overflow: hidden;
}

.vox-avatar-img {
  width: 100%;
  height: 100%;
  border-radius: var(--radius-sm);
  object-fit: cover;
  object-position: center center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: block;
}

.vogue-avatar-badge {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(17, 17, 17, 0.92);
  color: #C5A880;
  padding: 5px 14px;
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 2px;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  border: 1px solid var(--gold);
}

/* Sleek Luxury Glassmorphism 3D Floating Graphic Metric Cards */
.vox-card-floating {
  pointer-events: auto;
  background: rgba(17, 17, 17, 0.88);
  backdrop-filter: blur(20px);
  border-radius: var(--radius-sm);
  padding: 14px 20px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.5), 0 0 20px rgba(197, 168, 128, 0.2);
  border: 1px solid var(--gold);
  position: absolute;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #FFFFFF;
}

.vox-card-floating:hover {
  transform: translateZ(140px) scale(1.08) !important;
  box-shadow: 0 30px 60px rgba(0,0,0,0.7), 0 0 30px rgba(255, 46, 116, 0.4);
}

.vox-card-1 {
  top: 12%;
  right: 4%;
  transform: translateZ(90px);
}

.vox-card-2 {
  bottom: 14%;
  left: 4%;
  transform: translateZ(110px);
}

.vox-card-3 {
  bottom: 6%;
  right: 4%;
  transform: translateZ(80px);
}

.vox-card-title {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  text-transform: uppercase;
  color: #C5A880;
  font-weight: 800;
  letter-spacing: 1.5px;
  margin-bottom: 4px;
}

.vox-card-value {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 800;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 6px;
}

.vox-card-value i {
  color: var(--vivid-rose);
  font-size: 0.9rem;
}

/* Section Common Styling */
section {
  padding: 100px 0;
}

.section-title-wrap {
  text-align: center;
  margin-bottom: 60px;
}

.section-subtitle {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--vivid-rose);
  margin-bottom: 12px;
  display: block;
}

.section-title {
  font-family: var(--font-serif);
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #111111;
}

.section-desc {
  font-size: 1.05rem;
  color: var(--text-sub);
  margin-top: 14px;
}

/* Section 1: Core Values 4 Key Pillars */
.pillars-section {
  background: var(--bg-soft);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.pillar-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 36px 28px;
  box-shadow: var(--shadow-sm);
  transition: all 0.35s ease;
  position: relative;
}

.pillar-card:hover {
  transform: translateY(-6px);
  border-color: var(--vivid-rose);
  box-shadow: 0 15px 40px rgba(255, 46, 116, 0.15);
}

.pillar-number {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--vivid-rose);
  opacity: 0.8;
  margin-bottom: 16px;
}

.pillar-title {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 12px;
  color: #111111;
}

.pillar-desc {
  font-size: 0.92rem;
  color: var(--text-sub);
  line-height: 1.7;
}

/* Section 2: Revenue Proof & Simulator */
.revenue-section {
  background: var(--bg-main);
}

.stats-bar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 50px;
}

.stat-box {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 36px 30px;
  text-align: center;
  box-shadow: var(--shadow-sm);
}

.stat-box.highlight {
  background: #111111;
  color: #FFFFFF;
  border-color: var(--gold);
}

.stat-box.highlight .stat-label {
  color: #C5A880;
}

.stat-box.highlight .stat-number {
  color: #FFFFFF;
}

.stat-box.highlight .stat-sub {
  color: #A1A1AA;
}

.stat-label {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 12px;
}

.stat-number {
  font-family: var(--font-serif);
  font-size: 2.6rem;
  font-weight: 900;
  color: #111111;
  margin-bottom: 8px;
}

.stat-sub {
  font-size: 0.88rem;
  color: var(--text-sub);
}

/* Simulator Card (Editorial Luxury Calculator) */
.simulator-card {
  background: #111111;
  color: #FFFFFF;
  border-radius: var(--radius-sm);
  padding: 48px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
  border: 1px solid var(--gold);
  box-shadow: var(--shadow-lg);
}

.sim-controls-title {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 800;
  color: #C5A880;
  margin-bottom: 32px;
}

.sim-group {
  margin-bottom: 28px;
}

.sim-label-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-family: var(--font-sans);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.sim-slider {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #333333;
  outline: none;
  accent-color: var(--vivid-rose);
}

.sim-result-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--gold);
  border-radius: var(--radius-sm);
  padding: 36px;
  text-align: center;
}

.sim-result-title {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C5A880;
  margin-bottom: 16px;
}

.sim-amount {
  font-family: var(--font-serif);
  font-size: 3rem;
  font-weight: 900;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.sim-detail-text {
  font-size: 0.88rem;
  color: #A1A1AA;
}

/* Section 3: Onboarding Steps (Balanced Grid) */
.onboarding-section {
  background: var(--bg-soft);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.steps-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.step-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 36px 24px;
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 220px;
}

.step-card:hover {
  transform: translateY(-6px);
  border-color: var(--vivid-rose);
  box-shadow: 0 15px 35px rgba(255, 46, 116, 0.12);
}

.step-tag {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: #FFFFFF;
  background: var(--vivid-rose);
  padding: 4px 12px;
  border-radius: var(--radius-sm);
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 20px;
}

.step-title {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 800;
  color: #111111;
  margin-bottom: 12px;
}

.step-desc {
  font-size: 0.9rem;
  color: var(--text-sub);
  line-height: 1.7;
}

/* Section 4: Reviews Section (Circular Avatars & Balanced Cards) */
.testimonials-section {
  background: var(--bg-main);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.review-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 36px 28px;
  box-shadow: var(--shadow-sm);
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-card:hover {
  transform: translateY(-6px);
  border-color: var(--vivid-rose);
  box-shadow: 0 15px 40px rgba(255, 46, 116, 0.15);
}

.review-user-info {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.review-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--vivid-rose);
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(255, 46, 116, 0.2);
}

.review-user-name {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 800;
  color: #111111;
}

.review-user-meta {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.review-earning-tag {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--vivid-rose);
  background: rgba(255, 46, 116, 0.08);
  padding: 6px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 46, 116, 0.2);
  margin-bottom: 16px;
}

.review-quote {
  font-size: 0.94rem;
  color: var(--text-sub);
  line-height: 1.8;
  font-style: italic;
}

/* Counselor Section */
.counselor-section {
  background: var(--bg-main);
}

.c-card-inner {
  background: #111111;
  color: #FFFFFF;
  border-radius: var(--radius-sm);
  padding: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  border: 1px solid var(--gold);
  box-shadow: var(--shadow-lg);
}

.c-title {
  font-family: var(--font-serif);
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.c-desc {
  font-size: 1.05rem;
  color: #D4D4D8;
  margin-bottom: 32px;
  line-height: 1.8;
}

.c-bullets {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.c-bullet-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #C5A880;
}

.c-bullet-item i {
  color: var(--vivid-rose);
}

/* Application Form Section */
.apply-section {
  background: var(--bg-soft);
  border-top: 1px solid var(--border);
}

.apply-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 48px;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: var(--shadow-md);
}

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

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group.full-width {
  grid-column: span 2;
}

.form-label {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #111111;
}

.form-input, .form-select, .form-textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-family: var(--font-kr);
  font-size: 0.95rem;
  color: #111111;
  background: #FAFAFA;
  transition: all 0.25s ease;
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none;
  border-color: var(--vivid-rose);
  background: #FFFFFF;
}

/* FAQ Accordion */
.faq-section {
  background: var(--bg-main);
}

.faq-accordion {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.faq-item.active {
  border-color: var(--vivid-rose);
}

.faq-question {
  width: 100%;
  padding: 24px 28px;
  text-align: left;
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 700;
  color: #111111;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-icon {
  transition: transform 0.3s ease;
  color: var(--vivid-rose);
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  padding: 0 28px 24px;
  font-size: 0.98rem;
  color: var(--text-sub);
  line-height: 1.8;
  border-top: 1px solid var(--border);
  padding-top: 20px;
}

.faq-item.active .faq-answer {
  display: block;
}

/* Footer */
.footer {
  background: #000000;
  color: #FFFFFF;
  padding: 80px 0 40px;
  border-top: 1px solid var(--gold);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}

.footer-brand {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 4px;
  color: #C5A880;
  margin-bottom: 16px;
}

.footer-brand .vivid-brand-accent {
  color: var(--vivid-rose);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 32px;
  text-align: center;
  font-size: 0.82rem;
  color: #71717A;
}

/* Modals */
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(12px);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.modal-backdrop.active {
  display: flex;
}

.modal-card {
  background: #FFFFFF;
  border-radius: var(--radius-sm);
  padding: 48px;
  max-width: 520px;
  width: 100%;
  position: relative;
  border: 1px solid var(--gold);
  box-shadow: var(--shadow-lg);
}

.modal-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1.5rem;
  color: #111111;
}

/* Mobile Sticky Bar */
.mobile-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  padding: 12px 20px;
  background: rgba(17, 17, 17, 0.95);
  backdrop-filter: blur(16px);
  border-top: 1px solid var(--vivid-rose);
}

@media (max-width: 992px) {
  .hero-grid, .c-card-inner, .simulator-card, .footer-grid, .testimonials-grid {
    grid-template-columns: 1fr;
  }
  .pillars-grid, .steps-flow-grid, .stats-bar-grid {
    grid-template-columns: 1fr 1fr;
  }
  .mobile-sticky-bar {
    display: block;
  }
  .hero-title {
    font-size: 2.4rem;
  }
}

@media (max-width: 640px) {
  .pillars-grid, .steps-flow-grid, .stats-bar-grid, .form-grid {
    grid-template-columns: 1fr;
  }
  .form-group.full-width {
    grid-column: span 1;
  }
}


/* ==========================================================================
   LUXURY EDITORIAL INTERACTIVE EFFECTS (1, 2, 4, 5)
   ========================================================================== */

/* 5. Vogue Custom Editorial Cursor */
#vogueCursorDot {
  position: fixed;
  top: 0;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--vivid-rose);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: width 0.2s ease, height 0.2s ease, background-color 0.2s ease;
}

#vogueCursorRing {
  position: fixed;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1), height 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, background-color 0.3s ease;
  box-shadow: 0 0 15px rgba(197, 168, 128, 0.25);
}

body.cursor-hover #vogueCursorRing {
  width: 58px;
  height: 58px;
  border-color: var(--vivid-rose);
  background: rgba(255, 46, 116, 0.08);
  box-shadow: 0 0 25px rgba(255, 46, 116, 0.4);
}

body.cursor-hover #vogueCursorDot {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
}

@media (max-width: 992px) {
  #vogueCursorDot, #vogueCursorRing {
    display: none !important;
  }
}

/* 1. Scroll Reveal Animation */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.reveal-on-scroll.revealed {
  opacity: 1;
  transform: translateY(0);
}

.pillars-grid .pillar-card:nth-child(1) { transition-delay: 0.05s; }
.pillars-grid .pillar-card:nth-child(2) { transition-delay: 0.15s; }
.pillars-grid .pillar-card:nth-child(3) { transition-delay: 0.25s; }
.pillars-grid .pillar-card:nth-child(4) { transition-delay: 0.35s; }

.steps-flow-grid .step-card:nth-child(1) { transition-delay: 0.05s; }
.steps-flow-grid .step-card:nth-child(2) { transition-delay: 0.15s; }
.steps-flow-grid .step-card:nth-child(3) { transition-delay: 0.25s; }
.steps-flow-grid .step-card:nth-child(4) { transition-delay: 0.35s; }

.testimonials-grid .review-card:nth-child(1) { transition-delay: 0.05s; }
.testimonials-grid .review-card:nth-child(2) { transition-delay: 0.15s; }
.testimonials-grid .review-card:nth-child(3) { transition-delay: 0.25s; }

/* 2. Champagne Gold Metallic Shimmer Glow */
.shimmer-gold {
  position: relative;
  overflow: hidden;
}

.shimmer-gold::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    60deg,
    transparent 30%,
    rgba(255, 255, 255, 0.22) 45%,
    rgba(197, 168, 128, 0.45) 50%,
    rgba(255, 255, 255, 0.22) 55%,
    transparent 70%
  );
  transform: rotate(30deg) translateX(-100%);
  animation: goldShimmerSweep 4.5s infinite cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

@keyframes goldShimmerSweep {
  0% { transform: rotate(30deg) translateX(-150%); }
  22% { transform: rotate(30deg) translateX(150%); }
  100% { transform: rotate(30deg) translateX(150%); }
}


/* ==========================================================================
   SMARTPHONE DEVICE SCREEN MOCKUP HERO FRAME
   ========================================================================== */
.phone-motion-wrapper {
  position: relative;
  width: 100%;
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1000px;
  background: transparent;
  box-shadow: none;
  border: none;
  overflow: visible;
}



/* ==========================================================================
   SMARTPHONE DEVICE SCREEN HERO MOCKUP (CLEAN FLOATING)
   ========================================================================== */
.phone-mockup-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
}

.phone-device-mockup {
  position: relative;
  width: 280px;
  height: 520px;
  background: #111111;
  border-radius: 44px;
  padding: 10px;
  border: 3px solid #222222;
  box-shadow: 
    0 0 0 2px var(--gold),
    0 25px 60px rgba(0, 0, 0, 0.22),
    0 0 40px rgba(197, 168, 128, 0.25);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
  pointer-events: auto;
}

.phone-device-mockup:hover {
  transform: translateY(-8px);
  box-shadow: 
    0 0 0 2px var(--vivid-rose),
    0 35px 80px rgba(0, 0, 0, 0.32),
    0 0 55px rgba(255, 46, 116, 0.35);
}

.phone-notch {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 85px;
  height: 18px;
  background: #000000;
  border-radius: 12px;
  z-index: 20;
}

.phone-screen-container {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 34px;
  overflow: hidden;
  background: #000000;
  border: 1px solid rgba(197, 168, 128, 0.3);
}

.phone-counselor-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.phone-call-header {
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(17, 17, 17, 0.82);
  backdrop-filter: blur(12px);
  color: #C5A880;
  padding: 4px 14px;
  border-radius: 20px;
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  z-index: 15;
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(197, 168, 128, 0.4);
  white-space: nowrap;
}

.phone-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--vivid-rose);
  box-shadow: 0 0 8px var(--vivid-rose);
  animation: pulseDot 1.5s infinite;
}

.phone-call-footer {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
  white-space: nowrap;
}

.counselor-name-badge {
  background: rgba(17, 17, 17, 0.88);
  backdrop-filter: blur(12px);
  color: #FFFFFF;
  padding: 6px 16px;
  border-radius: 20px;
  font-family: var(--font-kr);
  font-size: 0.75rem;
  font-weight: 700;
  border: 1px solid var(--gold);
}

