@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Noto+Sans+KR:wght@300;400;500;700&display=swap";:root{--primary: hsl(250, 84%, 60%);--primary-light: hsl(250, 84%, 75%);--secondary: hsl(15, 90%, 65%);--accent: hsl(180, 80%, 45%);--bg-color: hsl(220, 20%, 98%);--surface-color: hsl(0, 0%, 100%);--text-main: hsl(220, 40%, 20%);--text-muted: hsl(220, 20%, 50%);--text-light: hsl(220, 20%, 95%);--font-main: "Inter", system-ui, sans-serif;--font-kr: "Noto Sans KR", sans-serif;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 32px;--shadow-sm: 0 4px 6px rgba(0, 0, 0, .05);--shadow-md: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, .1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-color);color:var(--text-main);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-kr);line-height:1.2;font-weight:700;margin-bottom:1rem}a{text-decoration:none;color:inherit;transition:color .2s ease}button{font-family:var(--font-kr);cursor:pointer;border:none;background:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:5rem 0}.text-gradient{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){.mobile-hide{display:none}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.contact-card{background-color:#fff;border-radius:var(--radius-lg);padding:4rem;box-shadow:var(--shadow-lg);overflow:hidden;position:relative}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:4rem}@media(max-width:768px){.contact-card{padding:1.5rem;border-radius:var(--radius-md)}.contact-grid{grid-template-columns:1fr;gap:2.5rem;min-width:0}}.hero-btn{display:inline-block;padding:1rem 2rem;border-radius:var(--radius-lg);font-weight:600;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;font-size:1rem}.hero-btn-primary{background-color:var(--primary);color:#fff;box-shadow:var(--shadow-lg)}.hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px #646cff66}.hero-btn-outline{background-color:#fff;color:var(--text-main);border:1px solid #e2e8f0}.hero-btn-outline:hover{background-color:#f8fafc}@media(max-width:768px){.hero-btn{padding:.8rem 1.2rem;font-size:.9rem}}.process-section{background-color:#fff}.process-header{text-align:center;margin-bottom:4rem}.process-header h2{font-size:2.5rem;margin-bottom:1rem}.process-header p{color:var(--text-muted);line-height:1.6}.process-steps{display:flex;align-items:flex-start;gap:0}.process-step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 1rem}.step-icon-wrap{position:relative;display:flex;align-items:center;width:100%;margin-bottom:1.25rem}.step-icon{flex-shrink:0;width:72px;height:72px;border-radius:50%;background:#f4f3fc;color:var(--primary);display:flex;align-items:center;justify-content:center;margin:0 auto;position:relative;z-index:1;box-shadow:0 0 0 6px #fff,0 0 0 8px #dfdbf0}.step-connector{position:absolute;top:50%;left:calc(50% + 36px);right:calc(-50% + 36px);height:2px;background:linear-gradient(to right,#c9c2f0,#e2def7);border-radius:2px}.step-number{font-size:.8rem;font-weight:700;color:var(--primary);letter-spacing:.08em;margin-bottom:.5rem}.step-title{font-size:1.2rem;font-weight:700;margin-bottom:.75rem}.step-desc{font-size:.9rem;color:var(--text-muted);line-height:1.7;word-break:keep-all}@media(max-width:768px){.process-steps{flex-direction:column;gap:0}.process-step{flex-direction:row;text-align:left;align-items:flex-start;gap:1.25rem;padding:0 0 2.5rem}.step-icon-wrap{flex-direction:column;align-items:center;width:auto;margin-bottom:0}.step-icon{margin:0}.step-connector{position:static;width:2px;height:2.5rem;top:auto;left:auto;right:auto;background:linear-gradient(to bottom,#c9c2f0,#e2def7);margin-top:8px}.process-step>.step-icon-wrap+*{flex:1}}.achievements-section{position:relative;background:linear-gradient(160deg,#fff,#f4f3fc);overflow:hidden}.achievements-section:before{content:"";position:absolute;inset:0;backgroundImage:radial-gradient(rgba(100,108,255,.06) 1px,transparent 1px);background-image:radial-gradient(rgba(100,108,255,.06) 1px,transparent 1px);background-size:30px 30px;z-index:0}.achievements-section .container{position:relative;z-index:1}.achievements-header{text-align:center;margin-bottom:3.5rem}.achievements-header h2{font-size:2.5rem;margin-bottom:1rem}.achievements-header p{color:var(--text-muted);line-height:1.6;word-break:keep-all}.stats-banner{display:flex;justify-content:center;gap:2rem;background:#fff;border-radius:var(--radius-md);padding:2.5rem 3rem;margin-bottom:3rem;box-shadow:var(--shadow-sm);border:1px solid hsl(250,40%,93%)}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.4rem;flex:1;position:relative}.stat-item:not(:last-child):after{content:"";position:absolute;right:0;top:10%;height:80%;width:1px;background:#dfdbf0}.stat-icon{color:var(--primary);margin-bottom:.25rem}.stat-value{font-size:2.2rem;font-weight:800;background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.stat-label{font-size:.9rem;color:var(--text-muted);font-weight:500}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.category-card{background:#fff;border-radius:var(--radius-md);padding:2rem;border:1px solid transparent;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;height:100%;box-sizing:border-box}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:#d4cef3}.category-icon{width:56px;height:56px;border-radius:14px;background:#f4f3fc;color:var(--primary);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.category-title{font-size:1.15rem;font-weight:700;margin-bottom:.4rem}.category-clients{font-size:.82rem;color:var(--primary);font-weight:600;margin-bottom:.75rem;letter-spacing:.01em}.category-desc{font-size:.9rem;color:var(--text-muted);line-height:1.7;word-break:keep-all}@media(max-width:768px){.stats-banner{flex-direction:column;gap:1.5rem;padding:2rem}.stat-item:not(:last-child):after{display:none}.category-grid{grid-template-columns:1fr}}.contact-section{background-color:var(--bg-color)}.contact-card{position:relative;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:3rem;overflow:hidden}.contact-decoration{position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:var(--primary-light);opacity:.1;border-radius:50%}.contact-title{font-size:2.5rem;margin-bottom:1.5rem}.contact-subtitle{color:var(--text-muted);margin-bottom:3rem;word-break:keep-all;line-height:1.6}.contact-info-list{display:flex;flex-direction:column;gap:2rem}.contact-info-item{display:flex;gap:1.5rem;align-items:flex-start}.contact-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;height:44px;border-radius:50%;background-color:var(--bg-color);color:var(--primary)}.contact-label{margin-bottom:.5rem;font-weight:600}.contact-value{color:var(--text-muted)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-input{width:100%;padding:1rem;border-radius:var(--radius-sm);border:1px solid #e2e8f0;font-size:1rem;font-family:inherit}.form-textarea{resize:vertical}.submit-btn{padding:1rem 2rem;background-color:var(--primary);color:#fff;font-weight:600;border-radius:var(--radius-sm);align-self:flex-start;transition:background-color .2s;cursor:pointer;border:none}.submit-btn:hover:not(:disabled){background-color:#5a4ad1}.submit-btn:disabled{background-color:#a0aec0;cursor:not-allowed}@media(max-width:768px){.contact-card{padding:2rem}.contact-title{font-size:2rem}.mobile-hide{display:none}}
