*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#1a1a1a;background:#fff}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;color:#fff;position:relative;overflow:hidden;background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab,#667eea,#764ba2);background-size:400% 400%;animation:gradientShift 15s ease infinite}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.hero:before,.hero:after{content:"";position:absolute;border-radius:50%;filter:blur(80px);opacity:.5;animation:float 20s ease-in-out infinite}.hero:before{width:600px;height:600px;background:#ffffff4d;top:-200px;left:-200px;animation-delay:0s}.hero:after{width:500px;height:500px;background:#fff3;bottom:-150px;right:-150px;animation-delay:-10s}@keyframes float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(50px,50px) scale(1.1)}50%{transform:translateY(100px) scale(1)}75%{transform:translate(-50px,50px) scale(.9)}}.hero-content{text-align:center;padding:2rem;position:relative;z-index:1}.hero-title{font-family:Inter,SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(4rem,15vw,10rem);font-weight:900;letter-spacing:-.04em;margin-bottom:1.5rem;animation:fadeInUp 1s ease-out,titleGradientShift 15s ease infinite;background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab,#667eea,#764ba2);background-size:400% 400%;-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:none;filter:drop-shadow(0 4px 30px rgba(0,0,0,.15));-webkit-text-stroke:1px rgba(255,255,255,.1)}@keyframes titleGradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes shimmer{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.hero-subtitle{font-size:clamp(1.2rem,3vw,1.5rem);font-weight:300;opacity:.9;margin-bottom:3rem;display:flex;justify-content:center}.matrix-char{display:inline-block;opacity:0;animation:matrixFall .6s ease-out forwards;text-shadow:0 0 10px rgba(255,255,255,.8)}@keyframes matrixFall{0%{opacity:0;transform:translateY(-50px);filter:blur(10px);text-shadow:0 0 20px rgba(255,255,255,1),0 -30px 40px rgba(255,255,255,.5)}50%{opacity:1;filter:blur(2px);text-shadow:0 0 15px rgba(255,255,255,1),0 0 30px rgba(255,255,255,.8)}to{opacity:1;transform:translateY(0);filter:blur(0);text-shadow:0 0 5px rgba(255,255,255,.5)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-cta{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);color:#fff;padding:1rem 2.5rem;font-size:1rem;cursor:pointer;border-radius:50px;transition:all .4s ease;display:inline-flex;align-items:center;gap:.5rem;animation:fadeInUp 1s ease-out .4s backwards;box-shadow:0 8px 32px #0000001a}.hero-cta:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-3px);box-shadow:0 12px 40px #0003}.hero-cta .arrow{transition:transform .3s ease}.hero-cta:hover .arrow{transform:translateY(4px)}.contact{padding:3rem 2rem;background:#f8f9fa;text-align:center}.contact-content{text-align:center}.contact-email{display:inline-block;font-size:1.2rem;color:#667eea;text-decoration:none;font-weight:500;transition:color .3s ease}.contact-email:hover{color:#764ba2}.section-title{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:.5rem}.section-subtitle{font-size:1rem;color:#666;margin-bottom:2rem}.about{padding:5rem 2rem;background:#fff}.about-content{max-width:900px;margin:0 auto;text-align:center}.about-text-container{margin-bottom:3rem}.about-text{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:1rem}.about-text-ko{color:#333}.about-text-en{color:#666;font-size:1rem}.about-highlights{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.highlight-item{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:50px;border:1px solid rgba(102,126,234,.2)}.highlight-icon{font-size:1.5rem}.highlight-text{font-weight:500;color:#333}.contact{padding:5rem 2rem;background:#f8f9fa;text-align:center}.contact-content{max-width:600px;margin:0 auto}.contact-info{display:flex;flex-direction:column;gap:1rem;align-items:center}.contact-item{display:flex;align-items:center;gap:.75rem}.contact-icon{font-size:1.5rem}.contact-text{font-size:1.1rem;color:#333}.footer{background:#000;color:#fff;padding:3rem 2rem 1.5rem;text-align:center}.footer-content{max-width:600px;margin:0 auto}.footer-info{margin-bottom:3rem}.footer-text{color:#fffc;font-size:.9rem;margin-bottom:.25rem}.footer-text.footer-spacer{margin-top:1.5rem}.footer-text a{color:#fffc;text-decoration:none;transition:color .3s ease}.footer-text a:hover{color:#667eea}.footer-brand{margin-bottom:1.5rem}.footer-logo{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.5rem;font-weight:800;color:#fff}.footer-bottom{margin-top:1rem}.footer-copyright{color:#fff9;font-size:.85rem}@media(max-width:768px){.about-highlights{flex-direction:column;align-items:center}.footer-info{flex-direction:column;gap:2rem}.contact,.about{padding:3rem 1.5rem}}
