*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --navy: #0A1628;
  --navy-mid: #132240;
  --gold: #C8A45A;
  --gold-light: #E8C97A;
  --white: #FFFFFF;
  --off-white: #F7F9FC;
  --light-grey: #EEF1F7;
  --text-dark: #0A1628;
  --text-mid: #3D4F6B;
  --text-light: #6B7A99;
  --accent-green: #22C55E;
  --accent-red: #EF4444;
  --radius: 12px;
  --shadow: 0 4px 24px rgba(10,22,40,0.10);
  --shadow-lg: 0 12px 48px rgba(10,22,40,0.18);
}
html { scroll-behavior: smooth; }
body { font-family: 'Noto Sans KR', 'Inter', sans-serif; color: var(--text-dark); background: var(--white); -webkit-font-smoothing: antialiased; }

/* ===== HEADER ===== */
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(10,22,40,0.97); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(200,164,90,0.25); }
.header-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 68px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-text { color: var(--white); font-size: 1.2rem; font-weight: 700; letter-spacing: -0.5px; }
.logo-text span { color: var(--gold); }
.logo-badge { background: var(--gold); color: var(--navy); font-size: 0.6rem; font-weight: 700; padding: 2px 6px; border-radius: 4px; letter-spacing: 0.5px; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; }
.nav-links a { color: rgba(255,255,255,0.8); text-decoration: none; font-size: 0.88rem; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: var(--gold); }
.nav-cta { background: var(--gold); color: var(--navy) !important; padding: 8px 20px; border-radius: 6px; font-weight: 700 !important; font-size: 0.85rem !important; }
.nav-cta:hover { background: var(--gold-light) !important; color: var(--navy) !important; }
.mobile-menu-btn { display: none; background: none; border: none; cursor: pointer; padding: 4px; }
.mobile-menu-btn span { display: block; width: 24px; height: 2px; background: var(--white); margin: 5px 0; border-radius: 2px; }

/* ===== HERO ===== */
.hero { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 60%, #1a3a6b 100%); position: relative; overflow: hidden; padding: 90px 24px 80px; }
.hero::before { content: ''; position: absolute; top: -60%; right: -20%; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(200,164,90,0.12) 0%, transparent 70%); pointer-events: none; }
.hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 80px; background: linear-gradient(to bottom, transparent, var(--off-white)); pointer-events: none; }
.hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero-label { display: inline-flex; align-items: center; gap: 8px; background: rgba(200,164,90,0.18); border: 1px solid rgba(200,164,90,0.35); color: var(--gold); padding: 6px 14px; border-radius: 20px; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.5px; margin-bottom: 20px; }
.hero-label::before { content: '✦'; font-size: 0.7rem; }
.hero h1 { color: var(--white); font-size: clamp(2rem, 4vw, 2.9rem); font-weight: 900; line-height: 1.2; letter-spacing: -1px; margin-bottom: 16px; }
.hero h1 .highlight { color: var(--gold); }
.hero-sub { color: rgba(255,255,255,0.75); font-size: 1.05rem; line-height: 1.7; margin-bottom: 32px; font-weight: 400; }
.hero-sub strong { color: rgba(255,255,255,0.95); font-weight: 600; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.btn-primary { background: var(--gold); color: var(--navy); padding: 14px 28px; border-radius: 8px; text-decoration: none; font-weight: 700; font-size: 0.95rem; transition: all 0.2s; display: inline-flex; align-items: center; gap: 8px; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); box-shadow: 0 6px 24px rgba(200,164,90,0.35); }
.btn-secondary { background: rgba(255,255,255,0.1); color: var(--white); padding: 14px 28px; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 0.95rem; border: 1px solid rgba(255,255,255,0.2); transition: all 0.2s; }
.btn-secondary:hover { background: rgba(255,255,255,0.18); }
.hero-trust { display: flex; gap: 20px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 8px; }
.trust-check { width: 20px; height: 20px; border-radius: 50%; background: var(--accent-green); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.trust-check::after { content: '✓'; color: white; font-size: 0.65rem; font-weight: 700; }
.trust-item span { color: rgba(255,255,255,0.85); font-size: 0.82rem; font-weight: 500; }
.hero-visual { position: relative; }
.stats-card { background: rgba(255,255,255,0.08); backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius); padding: 28px; }
.stats-card-title { color: var(--gold); font-size: 0.75rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 20px; }
.stat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.stat-item { text-align: center; padding: 16px; background: rgba(255,255,255,0.06); border-radius: 8px; }
.stat-num { font-size: 2rem; font-weight: 900; color: var(--white); line-height: 1; margin-bottom: 4px; }
.stat-num span { color: var(--gold); }
.stat-label { font-size: 0.72rem; color: rgba(255,255,255,0.65); font-weight: 500; line-height: 1.4; }
.ai-badge { margin-top: 16px; display: flex; align-items: center; gap: 12px; background: rgba(34,197,94,0.12); border: 1px solid rgba(34,197,94,0.3); border-radius: 8px; padding: 14px 16px; }
.ai-badge-icon { font-size: 1.4rem; }
.ai-badge-text { font-size: 0.78rem; color: rgba(255,255,255,0.85); line-height: 1.4; }
.ai-badge-text strong { color: #4ade80; font-weight: 700; }

/* ===== PAIN STRIP ===== */
.pain-strip { background: var(--off-white); border-top: 3px solid var(--gold); padding: 32px 24px; }
.pain-strip-inner { max-width: 1200px; margin: 0 auto; }
.pain-strip-label { text-align: center; font-size: 0.8rem; color: var(--text-light); font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 20px; }
.pain-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pain-item { background: var(--white); border: 1px solid var(--light-grey); border-radius: 8px; padding: 18px 20px; display: flex; align-items: flex-start; gap: 12px; }
.pain-icon { font-size: 1.4rem; flex-shrink: 0; margin-top: 2px; }
.pain-text strong { display: block; font-size: 0.88rem; font-weight: 700; color: var(--text-dark); margin-bottom: 3px; }
.pain-text span { font-size: 0.78rem; color: var(--text-light); line-height: 1.4; }

/* ===== SECTION COMMONS ===== */
section { padding: 80px 24px; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-tag { display: inline-block; background: rgba(200,164,90,0.12); color: var(--gold); border: 1px solid rgba(200,164,90,0.3); padding: 4px 12px; border-radius: 20px; font-size: 0.72rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 12px; }
.section-heading { font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 900; color: var(--text-dark); line-height: 1.25; letter-spacing: -0.5px; margin-bottom: 12px; }
.section-sub { font-size: 1rem; color: var(--text-mid); line-height: 1.7; max-width: 640px; }

/* ===== SERVICES ===== */
.services-section { background: var(--off-white); }
.services-section .section-inner > .section-heading { text-align: center; max-width: 100%; }
.services-section .section-sub { text-align: center; margin: 0 auto 48px; }
.packages-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.package-card { background: var(--white); border: 2px solid var(--light-grey); border-radius: var(--radius); padding: 28px 22px; position: relative; transition: all 0.25s; display: flex; flex-direction: column; }
.package-card:hover { border-color: var(--gold); box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.package-card.featured { border-color: var(--gold); background: var(--navy); }
.featured-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--navy); font-size: 0.68rem; font-weight: 800; padding: 4px 12px; border-radius: 20px; white-space: nowrap; letter-spacing: 0.5px; }
.pkg-tier { font-size: 0.7rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 8px; }
.package-card:not(.featured) .pkg-tier { color: var(--text-light); }
.package-card.featured .pkg-tier { color: var(--gold); }
.pkg-name-ko { font-size: 1.15rem; font-weight: 800; line-height: 1.2; margin-bottom: 4px; }
.package-card:not(.featured) .pkg-name-ko { color: var(--text-dark); }
.package-card.featured .pkg-name-ko { color: var(--white); }
.pkg-name-en { font-size: 0.78rem; font-weight: 500; margin-bottom: 16px; }
.package-card:not(.featured) .pkg-name-en { color: var(--text-light); }
.package-card.featured .pkg-name-en { color: rgba(255,255,255,0.65); }
.pkg-price { margin-bottom: 16px; }
.pkg-from { font-size: 0.72rem; font-weight: 600; }
.package-card:not(.featured) .pkg-from { color: var(--text-light); }
.package-card.featured .pkg-from { color: rgba(255,255,255,0.6); }
.pkg-amount { font-size: 1.9rem; font-weight: 900; line-height: 1; }
.package-card:not(.featured) .pkg-amount { color: var(--text-dark); }
.package-card.featured .pkg-amount { color: var(--gold); }
.pkg-unit { font-size: 0.75rem; font-weight: 500; }
.package-card:not(.featured) .pkg-unit { color: var(--text-light); }
.package-card.featured .pkg-unit { color: rgba(255,255,255,0.6); }
.pkg-features { list-style: none; margin-bottom: 24px; flex: 1; }
.pkg-features li { font-size: 0.82rem; padding: 5px 0; display: flex; align-items: flex-start; gap: 8px; line-height: 1.4; }
.package-card:not(.featured) .pkg-features li { color: var(--text-mid); }
.package-card.featured .pkg-features li { color: rgba(255,255,255,0.82); }
.feat-check { color: var(--accent-green); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.package-card.featured .feat-check { color: var(--gold); }
.pkg-btn { display: block; text-align: center; padding: 12px; border-radius: 8px; text-decoration: none; font-weight: 700; font-size: 0.85rem; transition: all 0.2s; }
.pkg-btn-outline { border: 2px solid var(--light-grey); color: var(--text-dark); }
.pkg-btn-outline:hover { border-color: var(--navy); background: var(--navy); color: var(--white); }
.pkg-btn-gold { background: var(--gold); color: var(--navy); }
.pkg-btn-gold:hover { background: var(--gold-light); }
.packages-note { text-align: center; margin-top: 28px; font-size: 0.82rem; color: var(--text-light); }
.packages-note a { color: var(--gold); text-decoration: none; font-weight: 600; }

/* ===== AI PROOF SECTION ===== */
.ai-section { background: var(--navy); }
.ai-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.ai-section .section-heading { color: var(--white); }
.ai-section .section-sub { color: rgba(255,255,255,0.75); max-width: 100%; }
.ai-points { margin-top: 28px; display: flex; flex-direction: column; gap: 16px; }
.ai-point { display: flex; align-items: flex-start; gap: 14px; }
.ai-point-icon { width: 40px; height: 40px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.ai-point-icon.green { background: rgba(34,197,94,0.15); }
.ai-point-icon.blue { background: rgba(59,130,246,0.15); }
.ai-point-icon.gold { background: rgba(200,164,90,0.15); }
.ai-point-text strong { display: block; color: var(--white); font-size: 0.88rem; font-weight: 700; margin-bottom: 3px; }
.ai-point-text span { color: rgba(255,255,255,0.65); font-size: 0.8rem; line-height: 1.5; }
.ai-visual { position: relative; }
.ai-score-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius); padding: 28px; }
.ai-score-title { color: rgba(255,255,255,0.65); font-size: 0.75rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 20px; }
.score-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.score-label { font-size: 0.82rem; color: rgba(255,255,255,0.75); }
.score-bar-wrap { flex: 1; margin: 0 14px; height: 6px; background: rgba(255,255,255,0.1); border-radius: 3px; overflow: hidden; }
.score-bar { height: 100%; border-radius: 3px; }
.score-bar.danger { background: var(--accent-red); width: 72%; }
.score-bar.safe { background: var(--accent-green); width: 4%; }
.score-pct { font-size: 0.78rem; font-weight: 700; min-width: 32px; text-align: right; }
.score-pct.danger { color: var(--accent-red); }
.score-pct.safe { color: var(--accent-green); }
.score-divider { height: 1px; background: rgba(255,255,255,0.1); margin: 16px 0; }
.score-tools { display: flex; gap: 10px; flex-wrap: wrap; }
.tool-chip { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.7); font-size: 0.7rem; font-weight: 600; padding: 4px 10px; border-radius: 20px; }
.score-note { font-size: 0.72rem; color: rgba(255,255,255,0.5); margin-top: 12px; line-height: 1.5; }
.ai-disclaimer { margin-top: 28px; background: rgba(200,164,90,0.1); border: 1px solid rgba(200,164,90,0.25); border-radius: 8px; padding: 16px 18px; }
.ai-disclaimer p { font-size: 0.78rem; color: rgba(255,255,255,0.75); line-height: 1.6; }
.ai-disclaimer strong { color: var(--gold); }

/* ===== WHY SECTION ===== */
.why-section { background: var(--white); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.why-card { border: 1px solid var(--light-grey); border-radius: var(--radius); padding: 28px 24px; }
.why-icon { font-size: 2rem; margin-bottom: 14px; }
.why-card h3 { font-size: 1rem; font-weight: 800; color: var(--text-dark); margin-bottom: 8px; }
.why-card p { font-size: 0.83rem; color: var(--text-mid); line-height: 1.65; }

/* ===== PROCESS SECTION ===== */
.process-section { background: var(--off-white); }
.process-section .section-heading,
.process-section .section-sub { text-align: center; max-width: 100%; margin: 0 auto; }
.process-section .section-sub { margin-bottom: 52px; max-width: 580px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; position: relative; }
.steps::before { content: ''; position: absolute; top: 40px; left: calc(16.66% + 20px); right: calc(16.66% + 20px); height: 2px; background: linear-gradient(to right, var(--gold), var(--gold)); }
.step { text-align: center; position: relative; }
.step-num { width: 80px; height: 80px; border-radius: 50%; background: var(--navy); border: 3px solid var(--gold); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 1.6rem; position: relative; z-index: 1; }
.step h3 { font-size: 1rem; font-weight: 800; color: var(--text-dark); margin-bottom: 8px; }
.step p { font-size: 0.82rem; color: var(--text-mid); line-height: 1.6; }
.step-tag { display: inline-block; margin-top: 10px; font-size: 0.72rem; font-weight: 700; color: var(--gold); background: rgba(200,164,90,0.12); border-radius: 20px; padding: 3px 10px; }

/* ===== TESTIMONIALS ===== */
.testimonials-section { background: var(--white); }
.testimonials-section .section-heading { text-align: center; max-width: 100%; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px; }
.testi-card { background: var(--off-white); border: 1px solid var(--light-grey); border-radius: var(--radius); padding: 26px 24px; }
.testi-stars { color: var(--gold); font-size: 0.85rem; margin-bottom: 12px; letter-spacing: 2px; }
.testi-quote { font-size: 0.88rem; color: var(--text-dark); line-height: 1.7; margin-bottom: 18px; font-style: italic; }
.testi-quote::before { content: '"'; color: var(--gold); font-size: 1.4rem; font-style: normal; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--navy); display: flex; align-items: center; justify-content: center; font-weight: 800; color: var(--gold); font-size: 0.85rem; flex-shrink: 0; }
.testi-name { font-size: 0.82rem; font-weight: 700; color: var(--text-dark); }
.testi-role { font-size: 0.75rem; color: var(--text-light); }
.testi-journal { display: inline-block; margin-top: 8px; font-size: 0.7rem; background: rgba(200,164,90,0.12); color: var(--gold); border-radius: 20px; padding: 2px 8px; font-weight: 600; }

/* ===== COMPARE SECTION ===== */
.compare-section { background: var(--navy); }
.compare-section .section-heading { color: var(--white); text-align: center; max-width: 100%; }
.compare-section .section-sub { color: rgba(255,255,255,0.65); text-align: center; margin: 0 auto 44px; }
.compare-table { width: 100%; border-collapse: collapse; }
.compare-table th { padding: 14px 20px; font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
.compare-table th:first-child { text-align: left; color: rgba(255,255,255,0.55); }
.compare-table th:not(:first-child) { text-align: center; }
.compare-table th.col-us { background: rgba(200,164,90,0.15); border-radius: 8px 8px 0 0; color: var(--gold); }
.compare-table th.col-comp { color: rgba(255,255,255,0.45); }
.compare-table td { padding: 14px 20px; font-size: 0.85rem; border-bottom: 1px solid rgba(255,255,255,0.07); }
.compare-table td:first-child { color: rgba(255,255,255,0.7); font-weight: 500; }
.compare-table td:not(:first-child) { text-align: center; }
.compare-table td.col-us { background: rgba(200,164,90,0.07); }
.yes { color: var(--accent-green); font-size: 1rem; }
.no { color: rgba(255,255,255,0.3); font-size: 1rem; }
.partial { color: #f59e0b; font-size: 0.75rem; font-weight: 600; }

/* ===== FAQ SECTION ===== */
.faq-section { background: var(--off-white); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 44px; }
.faq-item { background: var(--white); border: 1px solid var(--light-grey); border-radius: var(--radius); padding: 22px 24px; }
.faq-q { font-size: 0.9rem; font-weight: 700; color: var(--text-dark); margin-bottom: 10px; display: flex; align-items: flex-start; gap: 10px; }
.faq-q::before { content: 'Q'; color: var(--gold); font-weight: 900; font-size: 0.85rem; flex-shrink: 0; margin-top: 1px; }
.faq-a { font-size: 0.82rem; color: var(--text-mid); line-height: 1.65; padding-left: 22px; }

/* ===== CONTACT CTA ===== */
.contact-section { background: linear-gradient(135deg, var(--navy) 0%, #1a3a6b 100%); }
.contact-section .section-heading { color: var(--white); text-align: center; max-width: 100%; }
.contact-section .section-sub { color: rgba(255,255,255,0.7); text-align: center; margin: 0 auto 44px; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.contact-card { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius); padding: 28px 24px; text-align: center; text-decoration: none; transition: all 0.2s; display: block; }
.contact-card:hover { background: rgba(255,255,255,0.12); transform: translateY(-3px); border-color: rgba(200,164,90,0.4); }
.contact-icon { font-size: 2.2rem; margin-bottom: 12px; }
.contact-method { color: var(--gold); font-size: 0.78rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 8px; }
.contact-detail { color: var(--white); font-size: 1.05rem; font-weight: 700; margin-bottom: 6px; }
.contact-note { color: rgba(255,255,255,0.6); font-size: 0.78rem; }

/* ===== FOOTER ===== */
footer { background: #060F1E; padding: 48px 24px 28px; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-brand .logo-text { font-size: 1.1rem; }
.footer-brand p { color: rgba(255,255,255,0.5); font-size: 0.8rem; line-height: 1.7; margin: 12px 0 16px; }
.footer-links h4 { color: rgba(255,255,255,0.85); font-size: 0.82rem; font-weight: 700; margin-bottom: 14px; letter-spacing: 0.5px; }
.footer-links ul { list-style: none; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { color: rgba(255,255,255,0.5); font-size: 0.8rem; text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.08); }
.footer-copyright { color: rgba(255,255,255,0.35); font-size: 0.75rem; }
.footer-trust { display: flex; gap: 16px; }
.trust-badge { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,0.4); font-size: 0.72rem; }
.trust-badge::before { content: '🔒'; font-size: 0.7rem; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .packages-grid { grid-template-columns: repeat(2, 1fr); }
  .compare-table { font-size: 0.8rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .mobile-menu-btn { display: block; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { order: -1; }
  .pain-items { grid-template-columns: 1fr; }
  .packages-grid { grid-template-columns: 1fr; }
  .ai-inner { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .steps::before { display: none; }
  .testi-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .compare-section { overflow-x: auto; }
}
