@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#0f172a;--primary-light:#1e293b;--accent:#b45309;--accent-light:#d97706;--bg-color:#f8fafc;--surface:#fff;--text-main:#0f172a;--text-muted:#64748b;--text-light:#94a3b8;--gradient-gold:linear-gradient(135deg,#d4af37 0%,#f5d061 100%);--gradient-dark:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);--shadow-sm:0 1px 3px 0 #0000000d,0 1px 2px -1px #0000000d;--shadow-md:0 4px 6px -1px #00000012,0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #00000014,0 4px 6px -4px #0000000a;--transition:all .2s cubic-bezier(.4,0,.2,1)}html{scroll-behavior:smooth;height:100%;font-size:16px}body{color:var(--text-main);background-color:var(--bg-color);-webkit-font-smoothing:antialiased;word-break:keep-all;overflow-wrap:break-word;flex-direction:column;min-height:100vh;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.7;display:flex}a{color:inherit;transition:var(--transition);text-decoration:none}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{color:var(--primary);letter-spacing:-.02em;font-family:Playfair Display,Georgia,serif;line-height:1.35}.container{max-width:1160px;margin:0 auto;padding:0 24px}main{flex-direction:column;flex:1;display:flex}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{opacity:0;animation:.5s forwards fadeInUp}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.header{z-index:100;-webkit-backdrop-filter:blur(12px);width:100%;transition:var(--transition);background:#fffffff5;border-bottom:1px solid #e2e8f0;position:sticky;top:0;left:0}.header__container{justify-content:space-between;align-items:center;height:72px;display:flex}.header__logo{color:var(--primary);letter-spacing:-.02em;font-family:Playfair Display,serif;font-size:1.55rem;font-weight:800}.header__nav{align-items:center;gap:24px;display:flex}.header__nav a{color:#475569;transition:var(--transition);padding:6px 4px;font-size:.95rem;font-weight:600;position:relative}.header__nav a:hover{color:var(--primary)}.header__nav a.active{color:var(--primary);font-weight:700}.header__nav a[href=\/partners]{color:#b45309;background:#fef3c7;border:1px solid #fde68a;border-radius:20px;padding:6px 14px;font-weight:700}.header__nav a[href=\/partners]:hover{color:#92400e;background:#fde68a}.header__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.header__burger span{background-color:var(--primary);width:22px;height:2px;transition:var(--transition);display:block}@media (max-width:768px){.header__burger{display:flex}.header__nav{width:100%;box-shadow:var(--shadow-md);background:#fff;border-bottom:1px solid #e2e8f0;flex-direction:column;gap:16px;padding:20px 24px;display:none;position:absolute;top:72px;left:0}.header__nav.open{display:flex}.header__nav a[href=\/partners]{text-align:center;display:inline-block}}.hero{background:#fff;border-bottom:1px solid #e2e8f0;padding:72px 0 64px}.hero__container{justify-content:space-between;align-items:center;gap:40px;display:flex}.hero__content{flex:1;max-width:620px}.hero__tag{color:#b45309;letter-spacing:2px;text-transform:uppercase;background:#fef3c7;border:1px solid #fde68a;border-radius:50px;margin-bottom:16px;padding:5px 16px;font-size:.8rem;font-weight:700;display:inline-block}.hero__title{color:var(--primary);margin-bottom:18px;font-size:3.2rem;font-weight:800;line-height:1.25}.hero__subtitle{color:#475569;margin-bottom:32px;font-size:1.15rem;line-height:1.8}.hero__buttons{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.store-badge{transition:var(--transition);border-radius:8px;display:inline-block;overflow:hidden}.store-badge:hover{opacity:.9;transform:translateY(-2px)}.page-hero{text-align:center;background:#fff;border-bottom:1px solid #e2e8f0;padding:64px 0 48px}.page-hero__title{color:var(--primary);margin-bottom:12px;font-size:2.6rem;font-weight:800;line-height:1.3}.page-hero__subtitle{color:var(--text-muted);max-width:620px;margin:0 auto;font-size:1.1rem;line-height:1.7}.section-header{text-align:center;margin-bottom:44px}.section-title{color:var(--primary);margin-bottom:8px;font-size:2.2rem;font-weight:800}.section-subtitle{color:var(--text-muted);font-size:1.05rem}.features{background-color:var(--bg-color);padding:80px 0}.features__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;display:grid}.feature-card{box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:36px 30px}.feature-card:hover{box-shadow:var(--shadow-md);border-color:#cbd5e1;transform:translateY(-4px)}.feature-card__icon-wrapper{margin-bottom:16px}.feature-card__icon{font-size:2.2rem}.feature-card__title{color:var(--primary);margin-bottom:10px;font-size:1.25rem;font-weight:700}.feature-card__desc{color:#475569;font-size:.95rem;line-height:1.7}.stats{color:#fff;background:#0f172a;border-top:1px solid #1e293b;border-bottom:1px solid #1e293b;padding:60px 0}.stats__grid{text-align:center;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;display:grid}.stat-item__number{color:#f59e0b;margin-bottom:6px;font-family:Playfair Display,serif;font-size:3rem;font-weight:800}.stat-item__label{color:#94a3b8;font-size:1rem;font-weight:600}.process-preview{background:#fff;border-bottom:1px solid #e2e8f0;padding:80px 0}.process-preview__steps{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;margin-bottom:40px;display:grid}.process-step{text-align:center;transition:var(--transition);background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:32px 20px}.process-step:hover{box-shadow:var(--shadow-md);border-color:#cbd5e1;transform:translateY(-4px)}.process-step__icon{margin-bottom:14px;font-size:2.2rem;display:block}.process-step__title{color:var(--primary);font-size:1.15rem;font-weight:700}.process-preview__cta{text-align:center}.btn-outline{color:#0f172a;transition:var(--transition);border:1.5px solid #0f172a;border-radius:12px;padding:14px 32px;font-size:.95rem;font-weight:700;display:inline-block}.btn-outline:hover{color:#fff;background:#0f172a;transform:translateY(-2px)}.download-cta{color:#fff;text-align:center;background:#0f172a;border-top:1px solid #1e293b;padding:80px 0}.download-cta__tag{color:#f59e0b;letter-spacing:2px;text-transform:uppercase;background:#f59e0b1a;border:1px solid #f59e0b4d;border-radius:50px;margin-bottom:16px;padding:4px 16px;font-size:.8rem;font-weight:700;display:inline-block}.download-cta__title{color:#fff;margin-bottom:12px;font-size:2.4rem;font-weight:800}.download-cta__subtitle{color:#94a3b8;margin-bottom:32px;font-size:1.1rem}.about-target{background:#fff;border-bottom:1px solid #e2e8f0;padding:80px 0}.about-target__grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;display:grid}.target-card{transition:var(--transition);background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:32px 24px}.target-card:hover{box-shadow:var(--shadow-md);border-color:#cbd5e1;transform:translateY(-4px)}.target-card__icon{margin-bottom:14px;font-size:2.2rem;display:block}.target-card__title{color:var(--primary);margin-bottom:8px;font-size:1.2rem;font-weight:700}.target-card__desc{color:var(--text-muted);font-size:.92rem;line-height:1.6}.hiw-tabs{background:#f8fafc;padding:60px 0 80px}.tab-switcher{justify-content:center;gap:12px;margin-bottom:40px;display:flex}.tab-btn{color:#475569;cursor:pointer;transition:var(--transition);background:#fff;border:1.5px solid #cbd5e1;border-radius:30px;padding:12px 32px;font-size:1rem;font-weight:700}.tab-btn.active{color:#fff;box-shadow:var(--shadow-sm);background:#0f172a;border-color:#0f172a}.hiw-steps{flex-direction:column;gap:20px;max-width:800px;margin:0 auto;display:flex}.hiw-step{box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e2e8f0;border-radius:20px;align-items:flex-start;gap:24px;padding:32px;display:flex}.hiw-step__num{color:#fff;background:#0f172a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;font-weight:800;display:flex}.hiw-step__title{color:var(--primary);margin-bottom:6px;font-size:1.2rem;font-weight:700}.hiw-step__desc{color:#64748b;font-size:.95rem;line-height:1.7}.faq-page{background:#f8fafc;padding:60px 0 100px}.faq-categories{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:36px;display:flex}.faq-cat-btn{color:#475569;cursor:pointer;transition:var(--transition);background:#fff;border:1px solid #cbd5e1;border-radius:20px;padding:10px 22px;font-size:.92rem;font-weight:700}.faq-cat-btn.active{color:#fff;box-shadow:var(--shadow-sm);background:#0f172a;border-color:#0f172a}.faq-list{flex-direction:column;gap:16px;max-width:840px;margin:0 auto;display:flex}.faq-item{box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:28px 32px}.faq-item:hover{box-shadow:var(--shadow-md);border-color:#cbd5e1}.faq-item__q{color:var(--primary);margin-bottom:10px;font-size:1.15rem;font-weight:700}.faq-item__a{color:#475569;font-size:.95rem;line-height:1.75}.contact-page{background:#f8fafc;padding:60px 0 100px}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:40px;display:grid}.contact-info__email{color:#0f172a;box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff;border:1px solid #e2e8f0;border-radius:14px;margin-bottom:16px;padding:14px 24px;font-size:1.2rem;font-weight:800;text-decoration:none;display:inline-block}.contact-info__email:hover{border-color:#0f172a;transform:translateY(-2px)}.contact-categories{flex-direction:column;gap:12px;margin-top:16px;display:flex}.contact-cat{box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:14px;padding:16px 20px;display:flex}.contact-cat__icon{font-size:1.6rem}.contact-cat__title{color:#0f172a;font-size:.95rem;font-weight:700}.contact-cat__desc{color:#64748b;margin-top:2px;font-size:.85rem}.contact-notice{box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e2e8f0;border-radius:20px;margin-bottom:24px;padding:32px}.contact-notice__title{color:#0f172a;margin-bottom:14px;font-size:1.15rem;font-weight:700}.contact-notice__list{color:#475569;padding-left:20px;font-size:.92rem;line-height:1.8}.contact-hours{box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:28px 32px}.contact-hours__title{color:#0f172a;margin-bottom:8px;font-size:1.15rem;font-weight:700}.contact-hours__info{color:#64748b;font-size:.92rem;line-height:1.6}.legal{background:#fff;padding:60px 0 100px}.legal .container{max-width:820px;margin:0 auto}.legal__title{color:#0f172a;margin-bottom:8px;font-size:2.4rem;font-weight:800}.legal__date{color:#64748b;border-bottom:1px solid #e2e8f0;margin-bottom:36px;padding-bottom:16px;font-size:.9rem}.legal h2{color:#0f172a;margin:32px 0 12px;font-family:Pretendard,sans-serif;font-size:1.3rem;font-weight:700}.legal p{color:#334155;margin-bottom:16px;font-size:.95rem;line-height:1.8}.legal ol,.legal ul{color:#334155;margin-bottom:20px;padding-left:24px;font-size:.95rem;line-height:1.8}.legal li{margin-bottom:8px}.partners-hero{text-align:center;background:#fff;border-bottom:1px solid #e2e8f0;padding:72px 0 56px}.partners-hero__tag{color:#b45309;letter-spacing:2px;text-transform:uppercase;background:#fef3c7;border:1px solid #fde68a;border-radius:50px;margin-bottom:16px;padding:6px 18px;font-size:.8rem;font-weight:700;display:inline-block}.partners-hero__title{color:#0f172a;margin-bottom:16px;font-size:3rem;font-weight:800}.partners-hero__subtitle{color:#475569;max-width:680px;margin:0 auto 36px;font-size:1.1rem;line-height:1.8}.partners-cta-btn{color:#fff;transition:var(--transition);box-shadow:var(--shadow-md);background:#0f172a;border-radius:12px;padding:16px 36px;font-size:1rem;font-weight:700;display:inline-block}.partners-cta-btn:hover{background:#1e293b;transform:translateY(-2px)}.partners-outline-btn{color:#0f172a;transition:var(--transition);background:#fff;border:1.5px solid #cbd5e1;border-radius:12px;padding:16px 36px;font-size:1rem;font-weight:700;display:inline-block}.partners-outline-btn:hover{background:#f8fafc;border-color:#94a3b8;transform:translateY(-2px)}.referral-steps{background-color:#fff;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:80px 0}.referral-steps__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;display:grid}.step-card{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:32px 20px}.step-card__number{color:#fff;background:#0f172a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin:0 auto 16px;font-size:1.2rem;font-weight:800;display:flex}.step-card__title{color:#0f172a;margin-bottom:8px;font-size:1.1rem;font-weight:700}.step-card__desc{color:#64748b;font-size:.88rem;line-height:1.6}.referral-faq{background-color:var(--bg-color);padding:80px 0}.tx-table{border-collapse:collapse;background:#fff;border-radius:16px;width:100%;overflow:hidden}.tx-table th{color:#334155;text-align:left;background:#f1f5f9;border-bottom:1px solid #e2e8f0;padding:16px 20px;font-size:.88rem;font-weight:700}.tx-table td{color:#0f172a;border-bottom:1px solid #f1f5f9;padding:16px 20px;font-size:.92rem}.tx-table tr:last-child td{border-bottom:none}.table-responsive{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.footer{color:#94a3b8;background:#0b1120;border-top:1px solid #1e293b;margin-top:auto;padding:64px 0 40px}.footer__container{flex-direction:column;gap:36px;display:flex}.footer__brand{flex-direction:column;gap:8px;display:flex}.footer__logo{color:#fff;letter-spacing:-.02em;font-family:Playfair Display,serif;font-size:1.6rem;font-weight:800}.footer__desc{color:#94a3b8;margin:0;font-size:.92rem}.footer__links{border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;flex-wrap:wrap;gap:14px 24px;padding:24px 0;display:flex}.footer__links a{color:#cbd5e1;transition:var(--transition);font-size:.92rem;font-weight:500}.footer__links a:hover{color:#f59e0b}.footer__links a[href=\/partners]{color:#fbbf24;font-weight:700}.footer__contact{color:#64748b;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;font-size:.85rem;display:flex}.footer__contact a{color:#94a3b8;transition:var(--transition);text-decoration:underline}.footer__contact a:hover{color:#f59e0b}.footer__copy{color:#64748b;margin:0}.crm-shell{background:#f8fafc;min-height:100vh;display:flex}.crm-sidebar{z-index:100;background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;width:250px;min-height:100vh;display:flex;position:fixed;top:0;bottom:0;left:0}.crm-sidebar__logo{border-bottom:1px solid #e2e8f0;padding:24px 20px 18px}.crm-sidebar__logo span{color:#0f172a;font-family:Playfair Display,serif;font-size:1.25rem;font-weight:800;display:block}.crm-sidebar__logo small{color:#b45309;letter-spacing:2px;text-transform:uppercase;font-size:.65rem;font-weight:700}.crm-sidebar__nav{flex-direction:column;flex:1;gap:4px;padding:16px 12px;display:flex}.crm-sidebar__nav a{color:#64748b;transition:var(--transition);border-radius:10px;align-items:center;gap:12px;padding:11px 14px;font-size:.92rem;font-weight:600;text-decoration:none;display:flex}.crm-sidebar__nav a:hover{color:#0f172a;background:#f1f5f9}.crm-sidebar__nav a.active{color:#1d4ed8;background:#eff6ff;border-left:3px solid #2563eb;font-weight:700}.crm-sidebar__footer{border-top:1px solid #e2e8f0;padding:16px 20px}.crm-logout-btn{color:#64748b;cursor:pointer;width:100%;transition:var(--transition);background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:10px;font-size:.85rem;font-weight:600}.crm-logout-btn:hover{color:#dc2626;background:#fee2e2;border-color:#fca5a5}.crm-main{background:#f8fafc;flex:1;min-height:100vh;margin-left:250px;padding:0}.crm-page-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:28px 40px}.crm-page-title{color:#0f172a;letter-spacing:-.02em;margin:0 0 6px;font-size:1.6rem;font-weight:800}.crm-page-subtitle{color:#64748b;margin:0;font-size:.9rem}.crm-page-body{padding:32px 40px}@media (max-width:768px){.crm-sidebar{border-bottom:1px solid #e2e8f0;border-right:none;flex-direction:row;align-items:center;width:100%;min-height:auto;padding:0 16px;position:relative}.crm-sidebar__logo{border-bottom:none;border-right:1px solid #e2e8f0;padding:14px 8px}.crm-sidebar__logo small{display:none}.crm-sidebar__nav{flex-direction:row;gap:4px;padding:8px;overflow-x:auto}.crm-sidebar__footer{padding:8px}.crm-shell{flex-direction:column}.crm-main{margin-left:0;padding:0}.crm-page-header,.crm-page-body{padding:20px 16px}}
