
/* 전역 변수 및 레이아웃 설정 */
:root {
	--max-width: 1440px;
	--main-bgcolor: #3D3B40;
    --main-color: #DFB360;
    --font-color: #1c242f;
	--accent-color: #1976d2;
	--bg-color: #fff;
	--border-color: #eee;
    --nav-height: 80px;

    /* Main Colors */
    --bg-primary: #EFEBE9;
    --bg-secondary: #D7CCC8;
    --text-primary: #3E2723;
    --text-secondary: #5D4037;
    
    /* Accent */
    --accent-gold: #D4AF37;
    --accent-light: #F0D058;
    --accent-dark: #B8860B;
    
    /* Frame & Borders */
    --frame-color: #8D6E63;
    --border-color: #C4A57B;    

}

html { scroll-behavior: smooth; }
body { background: #fff; color: var(--font-color); font-family: 'Pretendard Variable', 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, 'Noto Sans KR', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif; }
button, input, select, textarea { font-family: inherit; font-size: inherit; color: inherit; background: none; border: none; outline: none; }
table { border-collapse: collapse; border-spacing: 0; }
* { box-sizing: border-box; margin: 0; padding: 0; }
a { text-decoration: none; color: inherit; }
i { font-style: normal; }
ul,ol { list-style: none; }

/* 상단 공지 스타일 */
.mobile_only { display: none; }
.top-notice {background: var(--frame-color);color: #fff;  text-align: center;padding: 20px 20px;font-size: 18px;font-weight: 800; line-height: 1.4;}

.hero-content .hero-title, .hero-content .hero-desc, .cta-buttons .btn { transition: font-size 0.2s; }

html[lang='en'] .hero-content .hero-title { font-size: 2.1rem; }
html[lang='en'] .hero-content .hero-desc { font-size: 1rem; }
html[lang='en'] .cta-buttons .btn { font-size: 1rem; padding: 14px 30px; }

/* 공통 섹션 스타일 */
section { padding:100px 24px; }
.section-title { font-size:3rem; font-weight:900; text-align:center; margin-bottom:20px; color:#1a2a33; letter-spacing:-1.5px; }

/* Company Page Styles */
.company-hero { position: relative; height: 70vh; min-height: 500px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #0f141c 0%, #1a1510 100%); overflow: hidden; }
.company-hero {background-image: url("/images/company_bg.png"); background-size: cover; background-position: center;}
.company-hero {background-image: url("/images/company_bg.png"); background-size: cover; background-position: center;}

@media (max-width: 768px) {
    .company-hero {
        background-image: url("/images/company_mbg.png");
    }
    .company-about { padding: 0px 24px; background: #fff; }
}
.company-hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url('/images/company_bg.jpg') center/cover no-repeat; opacity: 0.15; }
.company-hero-inner { position: relative; z-index: 2; text-align: center; padding: 0 24px; max-width: 900px; }
.company-hero-label { display: inline-block; font-size: 16px; font-weight: 800; color: #fff;  padding: 10px 24px; border-radius: 50px; letter-spacing: 3px; margin-bottom: 24px; }
.company-hero-title { font-size: 56px; font-weight: 900; color: #fff; margin: 0 0 24px; letter-spacing: -2px; line-height: 1.2; }
.company-hero-sub { font-size: 20px; color: #d4b896; line-height: 1.8; margin: 0; }
.company-hero-divider { width: 80px; height: 4px; background: linear-gradient(90deg, #c9a66b, #8b6914); margin: 40px auto 0; border-radius: 2px; }
.company-about { padding: 80px 24px; background: #fff; }
.company-about-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.company-about-image { position: relative; }
.company-about-image img { width: 100%; border-radius: 20px; box-shadow: 0 30px 60px rgba(0,0,0,0.15); }
.company-about-image::before { content: ''; position: absolute; top: -20px; left: -20px; right: 20px; bottom: 20px; border: 3px solid #c9a66b; border-radius: 20px; z-index: -1; }
.company-about-content {}
.company-about-label { display: inline-block; font-size: 13px; font-weight: 700; color: #c9a66b; letter-spacing: 3px; margin-bottom: 16px; text-transform: uppercase; }
.company-about-title { font-size: 42px; font-weight: 900; color: #1a2a33; margin: 0 0 24px; letter-spacing: -1px; line-height: 1.3; }
.company-about-desc { font-size: 17px; line-height: 1.9; color: #555; margin: 0 0 32px; }
.company-about-quote { position: relative; padding: 24px 32px; background: linear-gradient(135deg, #faf8f5 0%, #f5f0e8 100%); border-left: 4px solid #c9a66b; border-radius: 0 16px 16px 0; font-size: 18px; font-style: italic; color: #5d4037; line-height: 1.7; }
.company-about-quote::before { content: '"'; position: absolute; top: -10px; left: 20px; font-size: 60px; color: #c9a66b; opacity: 0.3; font-family: Georgia, serif; }
.company-why { padding: 120px 24px; background: linear-gradient(180deg, #0f141c 0%, #1a1510 100%); }
.company-why-inner { max-width: 1200px; margin: 0 auto; }
.company-why-header { text-align: center; margin-bottom: 70px; }
.company-why-label { display: inline-block; font-size: 13px; font-weight: 700; color: #c9a66b; background: rgba(201,166,107,0.12); padding: 10px 24px; border-radius: 50px; letter-spacing: 3px; margin-bottom: 20px; text-transform: uppercase; }
.company-why-title { font-size: 42px; font-weight: 900; color: #fff; margin: 0 0 16px; letter-spacing: -1px; }
.company-why-sub { font-size: 18px; color: #d4b896; margin: 0; }
.company-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.why-card { background: linear-gradient(145deg, #151c2a 0%, #111824 100%); border: 1px solid #1e293b; border-radius: 20px; padding: 40px 28px; text-align: center; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.why-card:hover { transform: translateY(-10px); border-color: #c9a66b; box-shadow: 0 20px 40px rgba(201,166,107,0.15); }
.why-icon { width: 80px; height: 80px; background: linear-gradient(135deg, #c9a66b 0%, #8b6914 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; box-shadow: 0 12px 30px rgba(201,166,107,0.3); }
.why-icon svg { width: 36px; height: 36px; color: #fff; }
.why-title { font-size: 20px; font-weight: 800; color: #fff; margin: 0 0 12px; }
.why-desc { font-size: 15px; line-height: 1.7; color: #94a3b8; margin: 0; }
.why-stat { margin-top: 20px; padding-top: 20px; border-top: 1px solid #1e293b; }
.why-stat-number { font-size: 32px; font-weight: 900; background: linear-gradient(135deg, #c9a66b 0%, #f0d058 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.why-stat-label { font-size: 13px; color: #64748b; margin-top: 4px; }
.company-contact { padding: 60px 24px; background: #e9e8e7; }
.company-contact-inner { max-width: 1200px; margin: 0 auto; }
.company-contact-header { text-align: center; margin-bottom: 30px; }
.company-contact-label { display: inline-block; font-size: 13px; font-weight: 700; color: #c9a66b; letter-spacing: 3px; margin-bottom: 16px; text-transform: uppercase; }
.company-contact-title { font-size: 42px; font-weight: 900; color: #1a2a33; margin: 0 0 16px; letter-spacing: -1px; }
.company-contact-sub { font-size: 18px; color: #666; margin: 0; }
.company-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact-info-cards { display: flex; flex-direction: column; gap: 20px; }
.contact-card { display: flex; align-items: flex-start; gap: 20px; padding: 28px; background: linear-gradient(135deg, #faf8f5 0%, #f5f0e8 100%); border-radius: 16px; transition: all 0.3s; }
.contact-card:hover { transform: translateX(8px); box-shadow: 0 10px 30px rgba(201,166,107,0.15); }
.contact-card-icon { width: 56px; height: 56px; background: linear-gradient(135deg, #c9a66b 0%, #8b6914 100%); border-radius: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-card-icon svg { width: 26px; height: 26px; color: #fff; }
.contact-card-content h4 { font-size: 18px; font-weight: 700; color: #1a2a33; margin: 0 0 8px; }
.contact-card-content p { font-size: 15px; color: #666; margin: 0; line-height: 1.6; }
.contact-card-content a { color: #c9a66b; font-weight: 600; transition: color 0.3s; }
.contact-card-content a:hover { color: #8b6914; }
.contact-map { border-radius: 20px; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.1); height: 100%; min-height: 400px; }
.contact-map iframe { width: 100%; height: 100%; border: none; }
@media (max-width: 1024px) { .company-hero-title { font-size: 42px; } .company-about-inner { grid-template-columns: 1fr; gap: 50px; } .company-about-image { order: -1; } .company-why-grid { grid-template-columns: repeat(2, 1fr); } .company-contact-grid { grid-template-columns: 1fr; } }
@media (max-width: 768px) {
.company-hero {
    width: 100%;
    height: auto;
    /* min-height: 400px; */
    background-position: top;
    /* box-sizing: border-box; */
    /* padding: 32px 0 0 0; */
    font-size: 15px;
    /* overflow: visible; */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
}
    .company-hero-title {
        font-size: 32px;
    }
    .company-hero-sub {
        font-size: 16px;
    }
    .company-about-title,
    .company-why-title,
    .company-contact-title {
        font-size: 32px;
    }
    .company-why-grid {
        grid-template-columns: 1fr;
    }
    .why-card {
        padding: 32px 24px;
    }
}
.section-subtitle { font-size:1.2rem; text-align:center; color:#666; margin-bottom:70px; font-weight:400; line-height:1.6; }

/* 1. 서비스 특징 섹션 */
.features { background:#fff; }
.features-inner { max-width:1300px; margin:0 auto; }
.features-grid { display:grid; grid-template-columns:repeat(4, 1fr); gap:28px; margin-top:60px; }
.feature-card { background:linear-gradient(135deg, #fff 0%, #f8f9fa 100%); padding:44px 28px; border-radius:24px; text-align:center; box-shadow:0 4px 20px rgba(0,0,0,0.08); transition:all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position:relative; border:2px solid #e9ecef; }
.feature-card:hover { transform:translateY(-12px) scale(1.02); box-shadow:0 20px 60px rgba(102,126,234,0.25); border-color:#667eea; }
.feature-icon-wrapper { width:100px; height:100px; margin:0 auto 24px; background:linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius:50%; display:flex; align-items:center; justify-content:center; box-shadow:0 8px 24px rgba(102,126,234,0.3); }
.feature-card:hover .feature-icon-wrapper { transform:rotate(360deg); transition:transform 0.6s; }
.feature-icon { font-size:3.5rem; }
.feature-title { font-size:1.6rem; font-weight:800; margin-bottom:16px; color:#1a2a33; letter-spacing:-0.5px; }
.feature-desc { font-size:1.05rem; line-height:1.7; color:#666; margin-bottom:20px; }
.feature-badge { display:inline-block; padding:8px 20px; background:linear-gradient(135deg, #667eea 0%, #764ba2 100%); color:#fff; font-size:0.9rem; font-weight:700; border-radius:20px; }

/* 서비스 종류 섹션 - 새로운 디자인 */
.services { 
    background: linear-gradient(180deg, #eeeded 0%, #ffffff 100%); 
    position: relative;
    overflow: hidden;
}
.services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(201,166,107,0.05) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(139,105,20,0.05) 0%, transparent 50%);
    pointer-events: none;
}
.services-inner { 
    max-width: 1400px; 
    margin: 0 auto; 
    position: relative;
    z-index: 1;
}
.services-grid { 
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 28px; 
}
.service-card { 
    background: linear-gradient(145deg, #1a1f2e 0%, #141822 100%); 
    border-radius: 24px; 
    overflow: hidden; 
    border: 1px solid rgba(201,166,107,0.15);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); 
    position: relative;
    transform-style: preserve-3d;
}
.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(201,166,107,0.08) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.5s;
    pointer-events: none;
    z-index: 1;
}
.service-card:hover { 
    transform: translateY(-12px) scale(1.02); 
    box-shadow: 0 24px 60px rgba(201,166,107,0.25), 0 0 0 1px rgba(201,166,107,0.3);
    border-color: rgba(201,166,107,0.4);
}
.service-card:hover::before {
    opacity: 1;
}
.service-image { 
    width: 100%; 
    height: 260px; 
    overflow: hidden; 
    position: relative;
    background: linear-gradient(135deg, #2a2f3e 0%, #1f2433 100%);
}
.service-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to top, rgba(20,24,34,1) 0%, transparent 100%);
    z-index: 2;
}
.service-image img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1); 
    filter: brightness(0.9) contrast(1.1);
}
.service-card:hover .service-image img { 
    transform: scale(1.15) rotate(2deg); 
    filter: brightness(1) contrast(1.15);
}
.service-content { 
    padding: 32px 28px 28px; 
    position: relative;
    z-index: 2;
}
.service-title { 
    font-size: 1.5rem; 
    font-weight: 800; 
    margin-bottom: 14px; 
    color: #fff;
    background: linear-gradient(135deg, #ffffff 0%, #d4b896 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.5px;
}
.service-desc { 
    font-size: 0.95rem; 
    line-height: 1.7; 
    color: rgba(255,255,255,0.7); 
    margin-bottom: 20px; 
}
.service-price { 
    font-size: 1.6rem; 
    font-weight: 900; 
    background: linear-gradient(135deg, #c9a66b 0%, #8b6914 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    position: relative;
}
.service-price::before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #c9a66b, #8b6914);
    transition: width 0.4s;
}
.service-card:hover .service-price::before {
    width: 100%;
}

/* 부가 서비스 카드 스타일 */
.service-card-extra {
    background: #ffffff;
    border: 1px solid #e5e7eb;
}
.service-card-frame {
    background: #ffffff;
    border: 1px solid #e5e7eb;
}
.service-card-extra::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.04) 0%, transparent 100%);
}
.service-card-extra:hover {
    box-shadow: 0 24px 60px rgba(146,64,14,0.15), 0 0 0 1px rgba(146,64,14,0.3);
    border-color: rgba(146,64,14,0.4);
}
.service-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #92400e 0%, #78350f 100%);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(146, 64, 14, 0.3);
    letter-spacing: 0.5px;
}
.service-card-extra .service-image {
    background: linear-gradient(135deg, #f3f4f6 0%, #fff 100%);
}
.service-title-extra {
    background: linear-gradient(135deg, #92400e 0%, #78350f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.service-price-extra {
    background: linear-gradient(135deg, #92400e 0%, #78350f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.service-price-extra::before {
    background: linear-gradient(90deg, #92400e, #78350f);
}

@media (max-width: 768px) {
    .services-grid { 
        grid-template-columns: 1fr; 
        gap: 20px; 
    }
    .service-card {
        transform: none;
    }
    .service-card:hover {
        transform: translateY(-6px) scale(1.01);
    }
}

/* 2. 복원 과정 섹션 V2 (Premium Card Style) */
.process-v2 { padding: 100px 0; background: linear-gradient(180deg, #0a0f18 0%, #111824 50%, #0a0f18 100%); }
.process-v2-inner { max-width: 1300px; margin: 0 auto; padding: 0 24px; }
.process-v2-header { text-align: center; margin-bottom: 60px; }
.process-v2-label { display: inline-block; font-size: 13px; font-weight: 700; color: #c9a66b; background: rgba(201,166,107,0.12); padding: 8px 18px; border-radius: 50px; letter-spacing: 2px; margin-bottom: 16px; text-transform: uppercase; }
.process-v2-title { font-size: 48px; font-weight: 900; color: #fff; margin: 0 0 16px; letter-spacing: -1px; }
.process-v2-sub { font-size: 18px; color: #d4b896; margin: 0; }
.process-v2-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

/* Step Card */
.step-card { position: relative; background: linear-gradient(145deg, #151c2a 0%, #111824 100%); border: 1px solid #1e293b; border-radius: 20px; padding: 36px 28px 32px; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); overflow: hidden; }
.step-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #c9a66b, #8b6914); opacity: 0; transition: opacity 0.3s; }
.step-card:hover { transform: translateY(-8px); border-color: #c9a66b; box-shadow: 0 20px 40px rgba(201,166,107,0.15); }
.step-card:hover::before { opacity: 1; }

.step-number { position: absolute; top: 20px; right: 24px; font-size: 64px; font-weight: 900; color: rgba(201,166,107,0.08); line-height: 1; pointer-events: none; }
.step-icon-wrap { width: 56px; height: 56px; background: linear-gradient(135deg, #c9a66b 0%, #8b6914 100%); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; box-shadow: 0 8px 20px rgba(201,166,107,0.3); }
.step-icon { width: 28px; height: 28px; color: #fff; }
.step-title { font-size: 20px; font-weight: 800; color: #fff; margin: 0 0 12px; }
.step-desc { font-size: 14px; line-height: 1.7; color: #94a3b8; margin: 0 0 20px; }
.step-details { margin: 0; padding: 0; list-style: none; }
.step-details li { position: relative; font-size: 13px; color: #64748b; padding: 6px 0 6px 20px; border-top: 1px solid rgba(255,255,255,0.05); }
.step-details li:first-child { border-top: none; }
.step-details li::before { content: '✓'; position: absolute; left: 0; color: #c9a66b; font-weight: 700; }

/* Highlight Card (핵심 단계) */
.step-card.highlight-card { background: linear-gradient(145deg, #1f1a15 0%, #1a1510 100%); border-color: #c9a66b; }
.step-card.highlight-card::before { opacity: 1; height: 4px; }
.step-badge { position: absolute; top: 16px; left: 24px; font-size: 11px; font-weight: 800; color: #fff; background: linear-gradient(135deg, #c9a66b 0%, #8b6914 100%); padding: 5px 12px; border-radius: 50px; letter-spacing: 1px; }

/* CTA */
.process-v2-cta { text-align: center; margin-top: 56px; }
.process-v2-cta .btn-large { font-size: 17px; padding: 18px 48px; border-radius: 12px; }
.process-v2-note { font-size: 14px; color: #64748b; margin-top: 16px; }

/* Responsive */
@media (max-width: 992px) {
    .process-v2-grid { grid-template-columns: repeat(2, 1fr); }
    .process-v2-title { font-size: 36px; }
}
@media (max-width: 600px) {
    .process-v2 { padding: 60px 0; }
    .process-v2-grid { grid-template-columns: 1fr; gap: 16px; }
    .process-v2-title { font-size: 28px; }
    .process-v2-sub { font-size: 15px; }
    .step-card { padding: 28px 20px 24px; }
    .step-number { font-size: 48px; top: 16px; right: 16px; }
    .step-icon-wrap { width: 48px; height: 48px; }
    .step-icon { width: 24px; height: 24px; }
    .step-title { font-size: 18px; }
}

/* 7. 문의/신청 폼 섹션 (Premium Design) */
.apply-section { padding: 100px 0; background: linear-gradient(135deg, #1a1510 0%, #0f0c08 100%); }
.apply-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.apply-content { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }

/* Left Side */
.apply-left { color: #fff; }
.apply-label { display: inline-block; font-size: 12px; font-weight: 700; color: #c9a66b; background: rgba(201,166,107,0.12); padding: 8px 16px; border-radius: 50px; letter-spacing: 2px; margin-bottom: 20px; text-transform: uppercase; }
.apply-title { font-size: 42px; font-weight: 900; color: #fff; margin: 0 0 20px; line-height: 1.2; }
.apply-desc { font-size: 17px; color: #a0998f; line-height: 1.7; margin: 0 0 40px; }

.apply-features { display: flex; flex-direction: column; gap: 20px; margin-bottom: 40px; }
.apply-feature { display: flex; align-items: center; gap: 16px; }
.apply-feature-icon { width: 48px; height: 48px; background: linear-gradient(135deg, #c9a66b 0%, #8b6914 100%); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.apply-feature-icon svg { width: 24px; height: 24px; color: #fff; }
.apply-feature-text { display: flex; flex-direction: column; }
.apply-feature-text strong { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 2px; }
.apply-feature-text span { font-size: 14px; color: #7a736a; }

.apply-contact-box { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 24px; }
.apply-contact-box h4 { font-size: 14px; font-weight: 700; color: #c9a66b; margin: 0 0 16px; text-transform: uppercase; letter-spacing: 1px; }
.apply-contact-box p { display: flex; align-items: center; gap: 12px; font-size: 15px; color: #d4cfc7; margin: 0 0 12px; }
.apply-contact-box p:last-child { margin-bottom: 0; }
.apply-contact-box svg { color: #c9a66b; flex-shrink: 0; }

/* Right Side - Form */
.apply-right { background: #fff; border-radius: 24px; padding: 48px; box-shadow: 0 24px 64px rgba(0,0,0,0.4); }
.apply-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.apply-form .form-group { margin-bottom: 24px; }
.apply-form .form-group label { display: block; font-weight: 700; margin-bottom: 10px; color: #1a1510; font-size: 15px; }
.apply-form .form-group label .required { color: #c9a66b; }
.apply-form .form-group input, .apply-form .form-group textarea { width: 100%; padding: 16px 20px; border: 2px solid #e8e4df; border-radius: 12px; font-size: 15px; transition: all 0.3s; background: #faf9f7; }
.apply-form .form-group input:focus, .apply-form .form-group textarea:focus { border-color: #c9a66b; outline: none; background: #fff; box-shadow: 0 0 0 4px rgba(201,166,107,0.15); }
.apply-form .form-group input::placeholder, .apply-form .form-group textarea::placeholder { color: #b0a89d; }

/* File Upload Area */
.file-upload-area { position: relative; }
.file-upload-area input[type="file"] { position: absolute; width: 100%; height: 100%; opacity: 0; cursor: pointer; z-index: 2; }
.file-upload-label { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 32px 20px; border: 2px dashed #d4cfc7; border-radius: 12px; background: #faf9f7; cursor: pointer; transition: all 0.3s; text-align: center; }
.file-upload-label svg { color: #c9a66b; margin-bottom: 12px; }
.file-upload-label span { font-size: 15px; color: #5a534a; font-weight: 600; margin-bottom: 4px; }
.file-upload-label small { font-size: 13px; color: #9a938a; }
.file-upload-area:hover .file-upload-label { border-color: #c9a66b; background: #fff; }

/* Submit Button */
.apply-submit-btn { width: 100%; padding: 18px 32px; font-size: 17px; font-weight: 800; color: #fff; background: linear-gradient(135deg, #c9a66b 0%, #8b6914 100%); border: none; border-radius: 12px; cursor: pointer; transition: all 0.3s; display: flex; align-items: center; justify-content: center; gap: 10px; }
.apply-submit-btn:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(201,166,107,0.4); }
.apply-submit-btn svg { transition: transform 0.3s; }
.apply-submit-btn:hover svg { transform: translateX(4px); }

.form-note { font-size: 13px; color: #9a938a; text-align: center; margin-top: 16px; }

/* Responsive */
@media (max-width: 992px) {
    .apply-content { grid-template-columns: 1fr; gap: 48px; }
    .apply-title { font-size: 32px; }
}
@media (max-width: 600px) {
    .apply-section { padding: 60px 0; }
    .apply-right { padding: 32px 24px; }
    .apply-form .form-row { grid-template-columns: 1fr; gap: 0; }
    .apply-title { font-size: 28px; }
    .apply-feature-icon { width: 40px; height: 40px; }
    .apply-feature-icon svg { width: 20px; height: 20px; }
}

/* 6. FAQ 섹션 (Premium Design) */
.faq-v2 { padding: 100px 0; background: linear-gradient(180deg, #faf9f7 0%, #f5f3ef 100%); }
.faq-v2-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.faq-v2-header { text-align: center; margin-bottom: 60px; }
.faq-v2-label { display: inline-block; font-size: 12px; font-weight: 700; color: #c9a66b; background: rgba(201,166,107,0.15); padding: 8px 16px; border-radius: 50px; letter-spacing: 2px; margin-bottom: 16px; text-transform: uppercase; }
.faq-v2-title { font-size: 42px; font-weight: 900; color: #1a1510; margin: 0 0 16px; }
.faq-v2-sub { font-size: 17px; color: #6b635a; margin: 0; }

.faq-v2-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-bottom: 32px; }

/* Category Card */
.faq-v2-category { background: #fff; border-radius: 20px; padding: 32px; box-shadow: 0 8px 32px rgba(0,0,0,0.06); border: 1px solid #ebe7e2; }
.faq-v2-category.faq-full-width { grid-column: 1 / -1; }
.faq-category-header { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 2px solid #f5f3ef; }
.faq-category-icon { width: 48px; height: 48px; background: linear-gradient(135deg, #c9a66b 0%, #8b6914 100%); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.faq-category-icon svg { width: 24px; height: 24px; color: #fff; }
.faq-category-header h3 { font-size: 20px; font-weight: 800; color: #1a1510; margin: 0; }

/* FAQ List */
.faq-v2-list { display: flex; flex-direction: column; gap: 12px; }
.faq-v2-list.faq-two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.faq-v2-item { background: #faf9f7; border-radius: 12px; overflow: hidden; border: 1px solid #ebe7e2; transition: all 0.3s; }
.faq-v2-item:hover { border-color: #c9a66b; }
.faq-v2-question { width: 100%; padding: 18px 20px; text-align: left; font-size: 15px; font-weight: 600; color: #1a1510; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; transition: all 0.3s; }
.faq-v2-question:hover { background: #f5f3ef; }
.faq-v2-icon { flex-shrink: 0; width: 24px; height: 24px; color: #c9a66b; transition: transform 0.3s; }
.faq-v2-item.active .faq-v2-icon { transform: rotate(180deg); }
.faq-v2-item.active .faq-v2-question { background: #f5f3ef; color: #c9a66b; }
.faq-v2-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease-out, padding 0.4s; }
.faq-v2-item.active .faq-v2-answer { max-height: 300px; padding: 0 20px 18px 20px; }
.faq-v2-answer p { font-size: 14px; line-height: 1.7; color: #6b635a; margin: 0; }

/* CTA */
.faq-v2-cta { text-align: center; margin-top: 48px; padding: 40px; background: linear-gradient(135deg, #1a1510 0%, #2a2520 100%); border-radius: 20px; }
.faq-v2-cta p { font-size: 18px; color: #d4cfc7; margin: 0 0 20px; }
.faq-cta-btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; font-size: 16px; font-weight: 700; color: #1a1510; background: linear-gradient(135deg, #c9a66b 0%, #dbb978 100%); border-radius: 10px; transition: all 0.3s; }
.faq-cta-btn:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(201,166,107,0.4); }

/* Responsive */
@media (max-width: 992px) {
    .faq-v2-grid { grid-template-columns: 1fr; }
    .faq-v2-list.faq-two-column { grid-template-columns: 1fr; }
    .faq-v2-title { font-size: 32px; }
}
@media (max-width: 600px) {
    .faq-v2 { padding: 60px 0; }
    .faq-v2-category { padding: 24px 20px; }
    .faq-v2-title { font-size: 26px; }
    .faq-category-icon { width: 40px; height: 40px; }
    .faq-category-icon svg { width: 20px; height: 20px; }
    .faq-category-header h3 { font-size: 18px; }
    .faq-v2-question { font-size: 14px; padding: 16px; }
}

/* Footer (Premium Design) */
.footer-v2 { background: linear-gradient(180deg, #0f0c08 0%, #1a1510 100%); color: #fff; }
.footer-v2-inner { max-width: 1200px; margin: 0 auto; padding: 50px 20px; }

/* CTA Bar */
.footer-cta-bar { display: none; }
.footer-cta-content h3 { font-size: 24px; font-weight: 800; color: #fff; margin: 0 0 8px; }
.footer-cta-content p { font-size: 15px; color: rgba(255,255,255,0.85); margin: 0; }
.footer-cta-btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; font-size: 16px; font-weight: 700; color: #1a1510; background: #fff; border-radius: 10px; transition: all 0.3s; flex-shrink: 0; }
.footer-cta-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); }

/* Main Footer */
.footer-main { display: grid; grid-template-columns: 2fr 1fr; gap: 60px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.1); }

/* Brand */
.footer-brand { }
.footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer-logo img { height: 40px; width: auto; }
.footer-logo span { font-size: 18px; font-weight: 800; color: #fff; }
.footer-tagline { font-size: 15px; font-weight: 600; color: #c9a66b; margin: 0 0 12px; }
.footer-v2 .footer-desc { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.6); margin: 0 0 24px; }

.footer-social { display: flex; gap: 0px; display: block; margin-bottom: 0px;}
.social-link { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; transition: all 0.3s; }
.social-link:hover { background: #c9a66b; transform: translateY(-3px); }
.social-link svg { width: 20px; height: 20px; color: #fff; }

/* Links Columns */
.footer-links-col h4, .footer-contact-col h4 { font-size: 16px; font-weight: 700; color: #c9a66b; margin: 0 0 20px; text-transform: uppercase; letter-spacing: 1px; }
.footer-links-col ul, .footer-contact-col ul { list-style: none; padding: 0; margin: 0; }
.footer-links-col li { margin-bottom: 12px; }
.footer-links-col a { font-size: 14px; color: rgba(255,255,255,0.7); transition: all 0.3s; }
.footer-links-col a:hover { color: #c9a66b; padding-left: 4px; }

/* Contact Column */
.footer-contact-col li { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; font-size: 14px; color: rgba(255,255,255,0.7); }
.footer-contact-col svg { color: #c9a66b; flex-shrink: 0; }

/* Bottom Bar */
.footer-v2 .footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; }
.footer-v2 .footer-copyright { font-size: 13px; color: rgba(255,255,255,0.5); margin: 0; }
.footer-legal { display: flex; align-items: center; gap: 16px; }
.footer-legal a { font-size: 13px; color: rgba(255,255,255,0.5); transition: color 0.3s; }
.footer-legal a:hover { color: #c9a66b; }
.footer-legal .divider { color: rgba(255,255,255,0.2); }

/* Responsive */
@media (max-width: 992px) {
    .footer-main { grid-template-columns: 1fr 1fr; gap: 40px; }
}
@media (max-width: 600px) {
    .footer-cta-content h3 { font-size: 20px; }
    .footer-main { grid-template-columns: 1fr; gap: 32px; }
    .footer-v2 .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
}

/* 반응형 */
@media (max-width: 768px) {
    .mobile_only { display: block; }
    section { padding:60px 20px; }
    .section-title { font-size:2.2rem; }
    .section-subtitle { font-size:1.05rem; margin-bottom:50px; }
    .features-grid { grid-template-columns:1fr; gap:24px; }
    .services-grid { gap:24px; }
    .form-row { grid-template-columns:1fr; }
    .contact-form { padding:40px 28px; }
    .faq-question { padding:20px 24px; font-size:1.05rem; }
    .footer-top { grid-template-columns:1fr; gap:40px; }
    .footer-bottom { flex-direction:column; gap:20px; text-align:center; }
    
    /* Hero 모바일 */
    .hero { padding:40px 20px; min-height:auto; }
    .hero-inner { flex-direction:column; gap:30px; padding:0 20px; }
    .hero-image { min-width:100%; max-width:100%; }
    .heroSwiper { max-width:100%; }
    .heroSwiper .swiper-slide img { max-width:100%; }
    .hero-content { min-width:100%; text-align:center; }
    .hero-content h1 { font-size:1.4rem; margin-bottom:16px; }
    .hero-content p { font-size:0.95rem; margin-bottom:24px; }
    .cta-buttons { flex-direction:column; justify-content:center; gap:12px; }
    .cta-buttons .btn { width:100%; padding:14px 24px; font-size:1rem; }
}

@media (max-width: 600px) {
    .hero-content h1 { font-size:30px !important; margin-bottom:14px; font-weight: 900; text-align: center;}
    .hero-content p { font-size:16px !important; margin-bottom:14px; font-weight: 900; text-align: center;}}

/* 네비게이션 및 언어 전환 스타일 */
.main-nav {max-width: var(--max-width); margin: 0 auto; }
.main-nav { display: flex; align-items: center; justify-content: space-between; padding: 0 24px; height: var(--nav-height); background: #fff; border-bottom: 1px solid #eee; }
.nav-logo img { display: block; }
.nav-menu { display: flex; gap: 70px; list-style: none; margin: 0; padding: 0; }
.nav-menu li a { text-decoration: none; color: #333; font-weight: 700; font-size: 16px; }
.nav-right { display: flex; align-items: center; gap: 16px; }
.lang-switch { display: flex; align-items: center; }
.lang-switch img {
    border: 1px solid #000;
    border-radius: 10px;
   
    /* border-radius: 6px; */
    /* box-shadow: 0 2px 8px rgba(25, 118, 210, 0.12); */
    /* transition: box-shadow 0.2s, border-color 0.2s; */
}
/* 활성화된 국기 버튼에 강조 효과 */
#langKoBtn[style*='opacity:1'] img,
#langEnBtn[style*='opacity:1'] img {border-color: #764ba2;box-shadow: 0 4px 16px rgba(118, 75, 162, 0.18);}
.nav-hamburger { display: flex; align-items: center; }

/* Hero Section Styles */
.hero {width: 100%; margin: auto; padding:80px 0; min-height:420px; display:flex; align-items:center; justify-content:center; background:#ffffff; }
.hero-inner { display:flex; align-items:center; justify-content:center; max-width:1440px; width:100%; gap:60px; }
.hero-image { flex:1; display:flex; align-items:center; justify-content:center; min-width:320px; }
.hero-image img { width:100%; max-width:400px; min-width:220px; border-radius:24px; box-shadow:0 8px 32px rgba(30,144,255,0.10); background:#fff; object-fit:cover; }

/* Swiper Hero Styles */
.heroSwiper { width:100%; max-width:440px; border-radius:24px; box-shadow:0 8px 32px rgba(30,144,255,0.10); position:relative; }
.heroSwiper .swiper-slide img { width:100%; max-width:440px; border-radius:24px; object-fit:cover; background:#fff; }

/* Swiper Pagination 스타일 */
.heroSwiper .swiper-pagination { bottom:16px !important; }
.heroSwiper .swiper-pagination-bullet { 
    width:12px; 
    height:12px; 
    background:#fff; 
    opacity:0.6; 
    margin:0 6px !important;
    border:2px solid rgba(25,118,210,0.3);
    transition: all 0.3s;
}
.heroSwiper .swiper-pagination-bullet-active { 
    background: #000; 
    opacity:1; 
    width:32px; 
    border-radius:8px;
    border-color:#000;
    box-shadow: 0 2px 8px rgba(25,118,210,0.4);
}
.heroSwiper .swiper-button-next, .heroSwiper .swiper-button-prev { color:#1976d2; }

.hero-content { flex:1; min-width:320px; text-align:left; color:#1a2a33; }
.hero-content h1 { font-size:40px; font-weight:900; line-height:1.2; margin-bottom:22px; letter-spacing:-2px; }
.hero-highlight { color:#1e90ff; }
.hero-content p { font-size:1.15rem; font-weight:400; line-height:1.7; margin-bottom:38px; color:#333; }
.cta-buttons { display:flex; justify-content:flex-start; gap:18px; }
.btn { font-size:1.1rem; padding:16px 38px; border-radius:8px; font-weight:700; transition:background 0.2s, color 0.2s; cursor:pointer; border:none; outline:none; text-align:center; display:inline-block; }
.btn-primary { background:#1976d2; color:#fff; }
.btn-primary:hover { background:#1565c0; }
.btn-secondary { background:#fff; color:#1976d2; border:2px solid #1976d2; }
.btn-secondary:hover { background:#e3f2fd; }


@media (max-width: 900px) { .nav-menu { display: none; } .nav-hamburger { display: flex; } }

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    animation: fadeIn 0.3s ease;
}

.modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background-color: #fff;
    margin: auto;
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: slideUp 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.modal-header {
    background: linear-gradient(135deg, var(--main-bgcolor) 0%, #2a2828 100%);
    color: var(--main-color);
    padding: 24px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid var(--main-color);
}

.modal-header h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

.modal-close {
    background: none;
    border: none;
    color: var(--main-color);
    font-size: 32px;
    font-weight: 300;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.modal-close:hover {
    background-color: rgba(223, 179, 96, 0.1);
    transform: rotate(90deg);
}

.modal-body {
    padding: 30px;
    overflow-y: auto;
    flex: 1;
    color: #333;
    line-height: 1.8;
}

.modal-body h3 {
    color: var(--main-bgcolor);
    font-size: 18px;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--main-color);
}

.modal-body h3:first-child {
    margin-top: 0;
}

.modal-body p {
    margin-bottom: 16px;
    font-size: 15px;
}

.modal-body ul {
    margin: 16px 0;
    padding-left: 24px;
}

.modal-body li {
    margin-bottom: 8px;
    font-size: 15px;
}

.terms-date {
    margin-top: 32px;
    padding-top: 16px;
    border-top: 1px solid #e0e0e0;
    color: #666;
    font-weight: 600;
    text-align: right;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Modal Responsive */
@media (max-width: 768px) {
    .modal-content {
        width: 95%;
        max-height: 85vh;
    }
    
    .modal-header {
        padding: 20px;
    }
    
    .modal-header h2 {
        font-size: 20px;
    }
    
    .modal-body {
        padding: 20px;
    }
    
    .modal-body h3 {
        font-size: 16px;
    }
    
    .modal-body p,
    .modal-body li {
        font-size: 14px;
    }
}

/* ========== Service Page Styles ========== */
.service-hero { position: relative; height: 50vh; min-height: 400px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #0f141c 0%, #1a1510 100%); overflow: hidden; }
.service-hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url('/images/service_bg.jpg') center/cover no-repeat; opacity: 0.2; }
.service-hero-inner { position: relative; z-index: 2; text-align: center; padding: 0 24px; max-width: 900px; }
.service-hero-label { display: inline-block; font-size: 13px; font-weight: 700; color: #c9a66b; background: rgba(201,166,107,0.12); padding: 10px 24px; border-radius: 50px; letter-spacing: 3px; margin-bottom: 24px; text-transform: uppercase; }
.service-hero-title { font-size: 48px; font-weight: 900; color: #fff; margin: 0 0 20px; letter-spacing: -1px; line-height: 1.2; }
.service-hero-sub { font-size: 18px; color: #d4b896; line-height: 1.8; margin: 0; }
.service-hero-divider { width: 80px; height: 4px; background: linear-gradient(90deg, #c9a66b, #8b6914); margin: 32px auto 0; border-radius: 2px; }

/* Service List Section */
.service-list { padding: 100px 24px; background: #fff; }
.service-list-inner { max-width: 1200px; margin: 0 auto; }
.service-item { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-bottom: 100px; }
.service-item:last-child { margin-bottom: 0; }
.service-item.reverse { direction: rtl; }
.service-item.reverse > * { direction: ltr; }
.service-item-image { position: relative; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.15); }
.service-item-image img { width: 100%; height: 350px; object-fit: cover; display: block; }
.service-badge { position: absolute; top: 20px; left: 20px; padding: 8px 20px; background: linear-gradient(135deg, #c9a66b 0%, #8b6914 100%); color: #fff; font-size: 12px; font-weight: 800; border-radius: 50px; letter-spacing: 2px; }
.service-badge.premium { background: linear-gradient(135deg, #1a1510 0%, #2a2520 100%); }
.service-badge.special { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); }
.service-item-content { }
.service-item-label { display: inline-block; font-size: 13px; font-weight: 700; color: #c9a66b; letter-spacing: 2px; margin-bottom: 12px; text-transform: uppercase; }
.service-item-title { font-size: 32px; font-weight: 900; color: #1a2a33; margin: 0 0 20px; letter-spacing: -0.5px; line-height: 1.3; }
.service-item-desc { font-size: 16px; line-height: 1.8; color: #555; margin: 0 0 24px; }
.service-features { list-style: none; padding: 0; margin: 0 0 28px; }
.service-features li { position: relative; padding: 10px 0 10px 28px; font-size: 15px; color: #444; border-bottom: 1px solid #f0ebe5; }
.service-features li:last-child { border-bottom: none; }
.service-features li::before { content: '✓'; position: absolute; left: 0; color: #c9a66b; font-weight: 700; }
.service-price-box { display: inline-flex; align-items: baseline; gap: 12px; padding: 16px 28px; background: linear-gradient(135deg, #faf8f5 0%, #f5f0e8 100%); border-radius: 12px; border: 1px solid #ebe7e2; }
.price-label { font-size: 14px; color: #888; }
.price-value { font-size: 28px; font-weight: 900; color: #c9a66b; }

/* Service Process Section */
.service-process { padding: 100px 24px; background: linear-gradient(180deg, #0f141c 0%, #1a1510 100%); }
.service-process-inner { max-width: 1200px; margin: 0 auto; }
.service-process-header { text-align: center; margin-bottom: 60px; }
.service-process-label { display: inline-block; font-size: 13px; font-weight: 700; color: #c9a66b; background: rgba(201,166,107,0.12); padding: 10px 24px; border-radius: 50px; letter-spacing: 3px; margin-bottom: 20px; text-transform: uppercase; }
.service-process-title { font-size: 42px; font-weight: 900; color: #fff; margin: 0 0 16px; letter-spacing: -1px; }
.service-process-sub { font-size: 18px; color: #d4b896; margin: 0; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.process-step { text-align: center; padding: 40px 24px; background: linear-gradient(145deg, #151c2a 0%, #111824 100%); border: 1px solid #1e293b; border-radius: 20px; transition: all 0.4s; position: relative; }
.process-step:hover { transform: translateY(-8px); border-color: #c9a66b; }
.process-step .step-number { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); width: 40px; height: 40px; background: linear-gradient(135deg, #c9a66b 0%, #8b6914 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 800; color: #fff; }
.process-step .step-icon { width: 64px; height: 64px; margin: 20px auto 20px; display: flex; align-items: center; justify-content: center; }
.process-step .step-icon svg { width: 48px; height: 48px; color: #c9a66b; }
.process-step .step-title { font-size: 18px; font-weight: 800; color: #fff; margin: 0 0 12px; }
.process-step .step-desc { font-size: 14px; line-height: 1.7; color: #94a3b8; margin: 0; }

/* Service CTA Section */
.service-cta { padding: 80px 24px; background: linear-gradient(135deg, #c9a66b 0%, #8b6914 100%); text-align: center; }
.service-cta-inner { max-width: 800px; margin: 0 auto; }
.service-cta-title { font-size: 36px; font-weight: 900; color: #fff; margin: 0 0 16px; }
.service-cta-desc { font-size: 18px; color: rgba(255,255,255,0.9); margin: 0 0 32px; }
.service-cta-buttons { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.btn-cta { display: inline-flex; align-items: center; justify-content: center; padding: 16px 36px; font-size: 16px; font-weight: 700; border-radius: 10px; transition: all 0.3s; }
.btn-cta.primary { background: #fff; color: #1a1510; }
.btn-cta.primary:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,0.2); }
.btn-cta.secondary { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.5); }
.btn-cta.secondary:hover { background: rgba(255,255,255,0.1); border-color: #fff; }

/* Service Page Responsive */
@media (max-width: 1024px) { .service-item { grid-template-columns: 1fr; gap: 40px; } .service-item.reverse { direction: ltr; } .service-item-image { order: -1; } .process-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .service-hero { height: auto; padding: 80px 24px; } .service-hero-title { font-size: 32px; } .service-item-title { font-size: 26px; } .service-item-image img { height: 280px; } .process-steps { grid-template-columns: 1fr; } .service-process-title { font-size: 32px; } .service-cta-title { font-size: 28px; } .btn-cta { width: 100%; } }

/* ========== Pricing Section ========== */
.pricing-section { padding: 100px 24px; background: linear-gradient(180deg, #faf9f7 0%, #f5f0e8 100%); }
.pricing-inner { max-width: 1200px; margin: 0 auto; }
.pricing-header { text-align: center; margin-bottom: 60px; }
.pricing-label { display: inline-block; font-size: 13px; font-weight: 700; color: #c9a66b; background: rgba(201,166,107,0.15); padding: 10px 24px; border-radius: 50px; letter-spacing: 3px; margin-bottom: 20px; text-transform: uppercase; }
.pricing-title { font-size: 42px; font-weight: 900; color: #1a2a33; margin: 0 0 16px; letter-spacing: -1px; }
.pricing-sub { font-size: 18px; color: #666; margin: 0; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pricing-card { position: relative; background: #fff; border-radius: 20px; padding: 40px 32px; box-shadow: 0 10px 40px rgba(0,0,0,0.08); border: 2px solid #ebe7e2; transition: all 0.4s; }
.pricing-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(0,0,0,0.12); }
.pricing-card.featured { border-color: #c9a66b; background: linear-gradient(180deg, #fff 0%, #faf8f5 100%); }
.featured-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); padding: 6px 20px; background: linear-gradient(135deg, #c9a66b 0%, #8b6914 100%); color: #fff; font-size: 12px; font-weight: 800; border-radius: 50px; letter-spacing: 1px; }
.pricing-card-header { text-align: center; padding-bottom: 24px; border-bottom: 1px solid #ebe7e2; margin-bottom: 24px; }
.plan-name { font-size: 22px; font-weight: 800; color: #1a2a33; margin: 0 0 16px; }
.plan-price { display: flex; align-items: baseline; justify-content: center; gap: 4px; margin-bottom: 12px; }
.price-amount { font-size: 48px; font-weight: 900; color: #c9a66b; }
.price-unit { font-size: 18px; color: #888; }
.plan-desc { font-size: 14px; color: #888; margin: 0; }
.plan-features { list-style: none; padding: 0; margin: 0 0 32px; }
.plan-features li { position: relative; padding: 12px 0 12px 28px; font-size: 15px; color: #555; border-bottom: 1px solid #f5f0e8; }
.plan-features li:last-child { border-bottom: none; }
.plan-features li::before { content: '✓'; position: absolute; left: 0; color: #c9a66b; font-weight: 700; }
.plan-btn { display: block; width: 100%; padding: 16px 24px; text-align: center; font-size: 16px; font-weight: 700; color: #1a2a33; background: #f5f0e8; border-radius: 10px; transition: all 0.3s; }
.plan-btn:hover { background: #ebe7e2; }
.plan-btn.featured { background: linear-gradient(135deg, #c9a66b 0%, #8b6914 100%); color: #fff; }
.plan-btn.featured:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,166,107,0.4); }
.pricing-note { text-align: center; margin-top: 32px; font-size: 14px; color: #888; }

/* ========== Service FAQ Section ========== */
.service-faq { padding: 100px 24px; background: #fff; }
.service-faq-inner { max-width: 800px; margin: 0 auto; }
.service-faq-header { text-align: center; margin-bottom: 50px; }
.service-faq-label { display: inline-block; font-size: 13px; font-weight: 700; color: #c9a66b; letter-spacing: 3px; margin-bottom: 16px; text-transform: uppercase; }
.service-faq-title { font-size: 42px; font-weight: 900; color: #1a2a33; margin: 0; letter-spacing: -1px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: #faf9f7; border-radius: 12px; border: 1px solid #ebe7e2; overflow: hidden; transition: all 0.3s; }
.faq-item:hover { border-color: #c9a66b; }
.faq-question { width: 100%; padding: 20px 24px; text-align: left; font-size: 16px; font-weight: 700; color: #1a2a33; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; transition: all 0.3s; }
.faq-question:hover { background: #f5f0e8; }
.faq-icon { flex-shrink: 0; width: 24px; height: 24px; color: #c9a66b; transition: transform 0.3s; }
.faq-item.active .faq-icon { transform: rotate(180deg); }
.faq-item.active .faq-question { background: #f5f0e8; color: #c9a66b; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease-out; }
.faq-item.active .faq-answer { max-height: 300px; }
.faq-answer p { padding: 0 24px 20px; font-size: 15px; line-height: 1.8; color: #666; margin: 0; }

/* Before/After 비교 섹션 */
/* .before-after-section { padding: 20px 24px; background: linear-gradient(180deg, #0f141c 0%, #1a1510 100%); } */
.before-after-section { padding: 20px 24px; background: #fff; }
.before-after-inner { max-width: 1440px; margin: 0 auto; }
.before-after-header { text-align: center; margin-bottom: 40px; }
.before-after-label { display: inline-block; font-size: 12px; font-weight: 700; color: #c9a66b; background: rgba(201,166,107,0.12); padding: 8px 20px; border-radius: 50px; letter-spacing: 2px; margin-bottom: 16px; text-transform: uppercase; }
.before-after-title { font-size: 36px; font-weight: 900; color: #000; margin: 0 0 12px; letter-spacing: -1px; }
.before-after-title2 { font-size: 18px; font-weight: 900; color: #1976d2; margin: 50px 0 12px; }
.before-after-sub { font-size: 16px; color: #d4b896; margin: 0; }

/* 비교 컨테이너 */
.comparison-container { margin-bottom: 40px; }
.comparison-wrapper { position: relative; max-width: 900px; margin: 0 auto; border-radius: 20px; overflow: hidden; background: #000; user-select: none; cursor: ew-resize; }
.comparison-images {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 10;
    display: block;
    padding: 0;
    margin: 0;
}
.comparison-before { width: 100vw; max-width: 100%; height: 100%; object-fit: contain; display: block; margin: 0; }
.comparison-after-wrapper { position: absolute; top: 0; left: 0; right: 0; bottom: 0; clip-path: inset(0 0 0 50%); }
.comparison-after { width: 100vw; max-width: 100%; height: 100%; object-fit: contain; display: block; margin: 0; }

/* 슬라이더 */
.comparison-slider { position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; transform: translateX(-50%); cursor: ew-resize; z-index: 10; }
.slider-line { position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; background: linear-gradient(180deg, rgba(201,166,107,0) 0%, rgba(201,166,107,1) 10%, rgba(201,166,107,1) 90%, rgba(201,166,107,0) 100%); transform: translateX(-50%); pointer-events: none; box-shadow: 0 0 15px rgba(201,166,107,0.5); }
.slider-button { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 52px; height: 52px; background: linear-gradient(135deg, #c9a66b 0%, #8b6914 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; gap: 2px; box-shadow: 0 6px 24px rgba(201,166,107,0.4), 0 0 0 3px rgba(255,255,255,0.2); cursor: ew-resize; transition: all 0.3s; }
.slider-button:hover { transform: translate(-50%, -50%) scale(1.1); box-shadow: 0 10px 32px rgba(201,166,107,0.6), 0 0 0 5px rgba(255,255,255,0.3); }
.slider-button svg { width: 18px; height: 18px; color: #fff; }

/* 라벨 */
.comparison-labels { position: absolute; bottom: 20px; left: 20px; right: 20px; display: flex; justify-content: space-between; pointer-events: none; }
.label-before, .label-after { font-size: 13px; font-weight: 800; color: #fff; background: rgba(0,0,0,0.6); backdrop-filter: blur(8px); padding: 6px 16px; border-radius: 50px; letter-spacing: 1.5px; }

/* 하단 기능 표시 */
.before-after-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 800px; margin: 0 auto; }
.ba-feature { text-align: center; padding: 24px 20px; background: linear-gradient(145deg, #151c2a 0%, #111824 100%); border: 1px solid #1e293b; border-radius: 16px; transition: all 0.4s; }
.ba-feature:hover { transform: translateY(-6px); border-color: #c9a66b; box-shadow: 0 15px 30px rgba(201,166,107,0.15); }
.ba-feature-icon { width: 52px; height: 52px; background: linear-gradient(135deg, #c9a66b 0%, #8b6914 100%); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.ba-feature-icon svg { width: 28px; height: 28px; color: #fff; }
.ba-feature h4 { font-size: 16px; font-weight: 800; color: #fff; margin: 0 0 6px; }
.ba-feature p { font-size: 13px; color: #94a3b8; margin: 0; }

/* Before/After Responsive */
@media (max-width: 992px) {
    .before-after-features { grid-template-columns: 1fr; max-width: 350px; }
    .before-after-title { font-size: 30px; }
}
@media (max-width: 768px) {
    .before-after-title2 { font-size: 18px; font-weight: 900; color: #1976d2; margin: 0px 0 12px; }
    .before-after-section { padding: 60px 20px; }
    .before-after-title { font-size: 24px; }
    .before-after-sub { font-size: 14px; }
    .comparison-wrapper { border-radius: 14px; }
    .slider-button { width: 48px; height: 48px; }
    .slider-button svg { width: 16px; height: 16px; }
    .comparison-labels { bottom: 14px; left: 14px; right: 14px; }
    .label-before, .label-after { font-size: 11px; padding: 5px 14px; }
    .ba-feature { padding: 20px 16px; }
    .ba-feature-icon { width: 48px; height: 48px; margin-bottom: 12px; }
    .ba-feature-icon svg { width: 24px; height: 24px; }
    .ba-feature h4 { font-size: 15px; }
    .ba-feature p { font-size: 12px; }
}

/* Pricing & FAQ Responsive */
@media (max-width: 1024px) { .pricing-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; } .pricing-card.featured { order: -1; } }
@media (max-width: 768px) { .pricing-title, .service-faq-title { font-size: 32px; } .price-amount { font-size: 40px; } .pricing-card { padding: 32px 24px; } }

/* ==================== Apply Page Styles ==================== */
/* Apply Hero Section */
.apply-hero {
    background: linear-gradient(135deg, #0f141c 0%, #1a1510 100%);
    padding: 100px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.apply-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/images/apply_bg.jpg') center/cover no-repeat;
    opacity: 0.1;
}
.apply-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}
.apply-hero-title {
    font-size: 56px;
    font-weight: 900;
    color: #fff;
    margin: 0 0 20px;
    letter-spacing: -2px;
    line-height: 1.2;
}
.apply-hero-sub {
    font-size: 20px;
    color: #d4b896;
    line-height: 1.8;
    margin: 0;
}

/* Method Selection Section */
.apply-method-section {
    padding: 80px 24px;
    background: #fff;
}
.apply-method-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.method-selector {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 60px;
}
.method-card {
    background: linear-gradient(135deg, #faf8f5 0%, #f5f0e8 100%);
    border: 3px solid transparent;
    border-radius: 20px;
    padding: 40px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.method-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #c9a66b, #8b6914);
    transform: scaleX(0);
    transition: transform 0.3s;
}
.method-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(201,166,107,0.2);
    border-color: #c9a66b;
}
.method-card:hover::before {
    transform: scaleX(1);
}
.method-card.active {
    background: linear-gradient(135deg, #c9a66b 0%, #b8941f 100%);
    border-color: #8b6914;
    box-shadow: 0 20px 40px rgba(201,166,107,0.3);
}
.method-card.active::before {
    transform: scaleX(1);
}
.method-card.active .method-icon {
    background: #fff;
    color: #c9a66b;
}
.method-card.active .method-title,
.method-card.active .method-desc {
    color: #fff;
}
.method-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #c9a66b 0%, #8b6914 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s;
}
.method-icon svg {
    width: 40px;
    height: 40px;
    color: #fff;
    transition: color 0.3s;
}
.method-title {
    font-size: 24px;
    font-weight: 800;
    color: #1a2a33;
    margin: 0 0 12px;
    transition: color 0.3s;
}
.method-desc {
    font-size: 15px;
    color: #666;
    margin: 0;
    line-height: 1.6;
    transition: color 0.3s;
}
.method-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #c9a66b;
    background: rgba(201,166,107,0.15);
    padding: 6px 16px;
    border-radius: 20px;
    margin-top: 16px;
    letter-spacing: 1px;
}
.method-card.active .method-badge {
    background: rgba(255,255,255,0.25);
    color: #fff;
}

/* Apply Form Grid */
.apply-content-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: start;
}

/* Online Form Section */
.online-form-section {
    display: none;
}
.online-form-section.active {
    display: block;
}
.apply-form {
    background: #fff;
    border: 2px solid #e8e0d5;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}
.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #1a2a33;
    margin-bottom: 8px;
}
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e8e0d5;
    border-radius: 12px;
    font-size: 15px;
    transition: all 0.3s;
    background: #fafaf8;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #c9a66b;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(201,166,107,0.1);
}
.form-group textarea {
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
}
.form-hint {
    display: block;
    font-size: 13px;
    color: #888;
    margin-top: 6px;
    line-height: 1.5;
}
.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.checkbox-group input[type="checkbox"] {
    width: auto;
    margin-top: 2px;
    cursor: pointer;
}
.checkbox-group label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-weight: 400;
}
.checkbox-group span {
    font-size: 14px;
    line-height: 1.6;
}
.btn-submit {
    width: 100%;
    padding: 18px;
    background: linear-gradient(135deg, #c9a66b 0%, #8b6914 100%);
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 10px;
    letter-spacing: 1px;
}
.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(201,166,107,0.4);
}
.btn-submit:active {
    transform: translateY(0);
}

/* Guidelines Sidebar */
.apply-guidelines {
    position: sticky;
    top: 100px;
}
.guide-box {
    background: linear-gradient(135deg, #faf8f5 0%, #f5f0e8 100%);
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 20px;
    border-left: 4px solid #c9a66b;
}
.guide-box h3 {
    font-size: 18px;
    font-weight: 800;
    color: #1a2a33;
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.guide-box h3 svg {
    width: 24px;
    height: 24px;
    color: #c9a66b;
}
.guide-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.guide-box ul li {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
.guide-box ul li:last-child {
    margin-bottom: 0;
}
.guide-box ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #c9a66b;
    font-weight: 900;
    font-size: 18px;
}
.guide-note {
    background: rgba(201,166,107,0.1);
    border-radius: 10px;
    padding: 16px;
    margin-top: 16px;
}
.guide-note p {
    font-size: 13px;
    color: #5d4037;
    margin: 0;
    line-height: 1.6;
}

/* Delivery Section */
.delivery-section {
    display: none;
}
.delivery-section.active {
    display: block;
}
.delivery-steps {
    margin-top: 40px;
}
.delivery-step {
    background: #fff;
    border: 2px solid #e8e0d5;
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}
.delivery-step::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background: linear-gradient(180deg, #c9a66b 0%, #8b6914 100%);
}
.delivery-step:hover {
    transform: translateX(8px);
    box-shadow: 0 10px 30px rgba(201,166,107,0.15);
}
.step-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}
.step-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #c9a66b 0%, #8b6914 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    flex-shrink: 0;
}
.step-title {
    font-size: 22px;
    font-weight: 800;
    color: #1a2a33;
    margin: 0;
}
.step-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin: 0 0 12px;
}
.step-content p:last-child {
    margin-bottom: 0;
}
.step-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #c9a66b;
    font-weight: 700;
    margin-top: 12px;
    transition: gap 0.3s;
}
.step-link:hover {
    gap: 12px;
}
.step-link svg {
    width: 18px;
    height: 18px;
}
.packing-tips,
.delivery-address {
    background: linear-gradient(135deg, #faf8f5 0%, #f5f0e8 100%);
    border-radius: 16px;
    padding: 32px;
    margin-top: 24px;
}
.packing-tips h3,
.delivery-address h3 {
    font-size: 20px;
    font-weight: 800;
    color: #1a2a33;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.packing-tips h3 svg,
.delivery-address h3 svg {
    width: 28px;
    height: 28px;
    color: #c9a66b;
}
.packing-tips ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.packing-tips ul li {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    padding-left: 28px;
    position: relative;
    margin-bottom: 12px;
}
.packing-tips ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #c9a66b;
    font-weight: 900;
    font-size: 20px;
}
.address-box {
    background: #fff;
    border: 2px dashed #c9a66b;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
}
.address-label {
    font-size: 14px;
    font-weight: 700;
    color: #888;
    margin-bottom: 8px;
}
.address-text {
    font-size: 18px;
    font-weight: 800;
    color: #1a2a33;
    line-height: 1.6;
    margin: 0;
}
.address-text strong {
    color: #c9a66b;
    font-size: 20px;
}
.important-notice {
    background: #fff3cd;
    border: 2px solid #ffc107;
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
}
.important-notice h4 {
    font-size: 16px;
    font-weight: 800;
    color: #856404;
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.important-notice h4 svg {
    width: 20px;
    height: 20px;
}
.important-notice ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.important-notice ul li {
    font-size: 14px;
    line-height: 1.7;
    color: #856404;
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}
.important-notice ul li::before {
    content: '!';
    position: absolute;
    left: 0;
    color: #ffc107;
    font-weight: 900;
    font-size: 16px;
}

/* ==================== Contact Page Styles ==================== */
/* Contact Hero Section */
.contact-hero {
    background: linear-gradient(135deg, #0f141c 0%, #1a1510 100%);
    padding: 100px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.contact-hero {background-image: url('/images/contact_bg.png'); background-size: cover; background-position: center;} 
.contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/images/contact_bg.jpg') center/cover no-repeat;
    opacity: 0.1;
}

@media (max-width: 768px) {
    .contact-hero {
        width: 100%;
        background-position: top;
        background-size: cover;
        /* min-height: 600px; */
        padding: 60px 12px;
    }
    .contact-hero-inner {
        padding: 0 8px;
    }
    .contact-hero-title {
        font-size: 28px;
    }
    .contact-hero-sub {
        font-size: 14px;
    }
}
.contact-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}
.contact-hero-title {
    font-size: 56px;
    font-weight: 900;
    color: #fff;
    margin: 0 0 20px;
    letter-spacing: -2px;
    line-height: 1.2;
}
.contact-hero-sub {
    font-size: 20px;
    color: #d4b896;
    line-height: 1.8;
    margin: 0;
}

/* Inquiry Type Section */
.inquiry-type-section {
    padding: 80px 24px;
    background: #fff;
}
.inquiry-type-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.inquiry-type-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 40px;
}
.inquiry-card {
    background: linear-gradient(135deg, #faf8f5 0%, #f5f0e8 100%);
    border: 2px solid transparent;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.inquiry-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #c9a66b, #8b6914);
    transform: scaleX(0);
    transition: transform 0.3s;
}
.inquiry-card:hover {
    transform: translateY(-8px);
    border-color: #c9a66b;
    box-shadow: 0 15px 35px rgba(201,166,107,0.2);
}
.inquiry-card:hover::before {
    transform: scaleX(1);
}
.inquiry-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #c9a66b 0%, #8b6914 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s;
}
.inquiry-card:hover .inquiry-icon {
    transform: scale(1.1) rotate(5deg);
}
.inquiry-icon svg {
    width: 35px;
    height: 35px;
    color: #fff;
}
.inquiry-title {
    font-size: 18px;
    font-weight: 800;
    color: #1a2a33;
    margin: 0 0 10px;
}
.inquiry-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Contact Form Section */
.contact-form-section {
    padding: 80px 24px;
    background: linear-gradient(180deg, #fff 0%, #faf8f5 100%);
}
.contact-form-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.contact-content-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 50px;
    align-items: start;
    margin-top: 50px;
}
.contact-section-title {
    font-size: 32px;
    font-weight: 900;
    color: #1a2a33;
    margin: 0 0 12px;
    letter-spacing: -1px;
}
.contact-section-desc {
    font-size: 16px;
    color: #666;
    margin: 0 0 32px;
}
.contact-form {
    background: #fff;
    border: 2px solid #e8e0d5;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

/* Contact Checklist Sidebar */
.contact-checklist-sidebar {
    position: sticky;
    top: 100px;
}
.sidebar-title {
    font-size: 24px;
    font-weight: 900;
    color: #1a2a33;
    margin: 0 0 12px;
    letter-spacing: -0.5px;
}
.sidebar-subtitle {
    font-size: 14px;
    color: #666;
    margin: 0 0 28px;
    line-height: 1.6;
}
.sidebar-checklist {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sidebar-checklist-item {
    background: #fff;
    border: 2px solid #e8e0d5;
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s;
}
.sidebar-checklist-item:hover {
    border-color: #c9a66b;
    box-shadow: 0 8px 24px rgba(201,166,107,0.12);
    transform: translateX(4px);
}
.sidebar-item-title {
    font-size: 16px;
    font-weight: 800;
    color: #1a2a33;
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.sidebar-item-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar-item-list li {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}
.sidebar-item-list li:last-child {
    margin-bottom: 0;
}
.sidebar-item-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #c9a66b;
    font-weight: 900;
    font-size: 14px;
}

/* Sidebar Help Box */
.sidebar-help-box {
    background: linear-gradient(135deg, #c9a66b 0%, #b8941f 100%);
    border-radius: 16px;
    padding: 24px;
    margin-top: 24px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    box-shadow: 0 8px 24px rgba(201,166,107,0.25);
}
.help-icon {
    font-size: 32px;
    flex-shrink: 0;
    line-height: 1;
}
.help-content h5 {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 8px;
}
.help-content p {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255,255,255,0.95);
    margin: 0;
}

/* Contact Info Boxes */
.contact-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.contact-info-box,
.contact-faq-box,
.urgent-contact-box {
    background: #fff;
    border: 2px solid #e8e0d5;
    border-radius: 16px;
    padding: 32px;
}
.info-title {
    font-size: 20px;
    font-weight: 800;
    color: #1a2a33;
    margin: 0 0 24px;
}
.info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}
.info-item:last-child {
    margin-bottom: 0;
}
.info-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #c9a66b 0%, #8b6914 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.info-icon svg {
    width: 24px;
    height: 24px;
    color: #fff;
}
.info-content {
    flex: 1;
}
.info-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #888;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.info-value {
    font-size: 16px;
    font-weight: 700;
    color: #1a2a33;
    display: block;
}
.info-value:hover {
    color: #c9a66b;
}

/* FAQ List */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.faq-item {
    border-bottom: 1px solid #e8e0d5;
    padding-bottom: 16px;
}
.faq-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.faq-question {
    font-size: 15px;
    font-weight: 700;
    color: #1a2a33;
    margin: 0 0 8px;
    cursor: pointer;
    transition: color 0.3s;
}
.faq-question:hover {
    color: #c9a66b;
}
.faq-answer {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* Urgent Contact Box */
.urgent-contact-box {
    background: linear-gradient(135deg, #c9a66b 0%, #8b6914 100%);
    border: none;
    text-align: center;
}
.urgent-contact-box .info-title {
    color: #fff;
}
.urgent-text {
    font-size: 15px;
    color: rgba(255,255,255,0.9);
    margin: 0 0 20px;
}
.btn-urgent {
    display: inline-block;
    background: #fff;
    color: #c9a66b;
    font-size: 17px;
    font-weight: 800;
    padding: 16px 40px;
    border-radius: 12px;
    transition: all 0.3s;
    letter-spacing: 1px;
}
.btn-urgent:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}
.urgent-note {
    font-size: 13px;
    color: rgba(255,255,255,0.8);
    margin: 16px 0 0;
}

/* Inquiry Checklist Section */
.inquiry-checklist-section {
    padding: 80px 24px;
    background: #fff;
}
.inquiry-checklist-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.section-subtitle {
    font-size: 18px;
    color: #666;
    text-align: center;
    margin: 16px 0 50px;
    line-height: 1.6;
}
.checklist-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.checklist-card {
    background: linear-gradient(135deg, #faf8f5 0%, #f5f0e8 100%);
    border: 2px solid #e8e0d5;
    border-radius: 16px;
    padding: 32px;
    transition: all 0.3s;
}
.checklist-card:hover {
    transform: translateY(-5px);
    border-color: #c9a66b;
    box-shadow: 0 15px 35px rgba(201,166,107,0.15);
}
.checklist-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #c9a66b 0%, #8b6914 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
    margin: 0 auto 20px;
}
.checklist-title {
    font-size: 20px;
    font-weight: 800;
    color: #1a2a33;
    margin: 0 0 20px;
    text-align: center;
}
.checklist-items {
    list-style: none;
    padding: 0;
    margin: 0;
}
.checklist-items li {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    padding-left: 24px;
    position: relative;
    margin-bottom: 10px;
}
.checklist-items li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #c9a66b;
    font-weight: 900;
}

/* Privacy Detail Button */
.privacy-detail-btn {
    color: #c9a66b;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
    transition: color 0.3s;
    background: none;
    border: none;
    padding: 0;
    margin-left: 8px;
}
.privacy-detail-btn:hover {
    color: #8b6914;
}

/* Privacy Modal */
.privacy-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow-y: auto;
    backdrop-filter: blur(5px);
}
.privacy-modal-content {
    background: #fff;
    border-radius: 20px;
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease-out;
}
@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.privacy-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 40px;
    border-bottom: 2px solid #e8e0d5;
}
.privacy-modal-header h2 {
    font-size: 28px;
    font-weight: 900;
    color: #1a2a33;
    margin: 0;
}
.privacy-modal-close {
    width: 40px;
    height: 40px;
    background: #f5f0e8;
    border: none;
    border-radius: 50%;
    font-size: 32px;
    line-height: 1;
    color: #666;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.privacy-modal-close:hover {
    background: #c9a66b;
    color: #fff;
    transform: rotate(90deg);
}
.privacy-modal-body {
    padding: 40px;
    overflow-y: auto;
    flex: 1;
}
.privacy-modal-body h3 {
    font-size: 20px;
    font-weight: 800;
    color: #1a2a33;
    margin: 32px 0 16px;
    padding-left: 16px;
    border-left: 4px solid #c9a66b;
}
.privacy-modal-body h3:first-child {
    margin-top: 0;
}
.privacy-modal-body p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin: 0 0 16px;
}
.privacy-modal-body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.privacy-modal-body ul li {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    padding-left: 24px;
    position: relative;
    margin-bottom: 10px;
}
.privacy-modal-body ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #c9a66b;
    font-weight: 900;
    font-size: 20px;
}
.privacy-modal-body ul li strong {
    color: #1a2a33;
    font-weight: 700;
}
.privacy-date {
    background: linear-gradient(135deg, #faf8f5 0%, #f5f0e8 100%);
    border-left: 4px solid #c9a66b;
    padding: 16px 20px;
    margin-top: 32px;
    border-radius: 8px;
    font-size: 15px;
    color: #5d4037;
}
.privacy-modal-footer {
    padding: 24px 40px;
    border-top: 2px solid #e8e0d5;
    display: flex;
    justify-content: center;
}
.btn-modal-close {
    padding: 14px 40px;
    background: linear-gradient(135deg, #c9a66b 0%, #8b6914 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
    letter-spacing: 1px;
}
.btn-modal-close:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(201, 166, 107, 0.4);
}

/* ==================== Responsive Styles ==================== */
/* Apply & Contact Pages Responsive */
@media (max-width: 1024px) {
    .apply-content-grid,
    .contact-content-grid {
        grid-template-columns: 1fr;
    }
    .apply-guidelines,
    .contact-checklist-sidebar {
        position: static;
        margin-top: 40px;
    }
    .method-selector {
        grid-template-columns: 1fr;
    }
    .inquiry-type-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .checklist-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .apply-hero-title,
    .contact-hero-title {
        font-size: 36px;
    }
    .apply-hero-sub,
    .contact-hero-sub {
        font-size: 16px;
    }
    .form-row {
        grid-template-columns: 1fr;
    }
    .apply-form,
    .contact-form {
        padding: 28px;
    }
    .delivery-step {
        padding: 24px;
    }
    .step-title {
        font-size: 18px;
    }
    .inquiry-type-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .contact-section-title {
        font-size: 26px;
    }
    .sidebar-title {
        font-size: 20px;
    }
    .sidebar-checklist-item {
        padding: 20px;
    }
    /* Modal Responsive */
    .privacy-modal-content {
        max-height: 95vh;
    }
    .privacy-modal-header,
    .privacy-modal-body,
    .privacy-modal-footer {
        padding: 24px;
    }
    .privacy-modal-header h2 {
        font-size: 22px;
    }
    .privacy-modal-body h3 {
        font-size: 18px;
    }
}