.hero{width:100%;height:60vh;min-height:500px;max-height:1000px;position:relative;overflow:hidden}.hero-image{width:100%;height:100%;background:linear-gradient(135deg,#1a3a5f,#2d5a8f,#4a7ab8);background-image:url(/assets/KorBridge-CRnN5ICG.png);background-size:cover;background-position:center;position:relative}.hero-overlay{width:100%;height:100%;background:#0000004d;display:flex;align-items:center;justify-content:center}.hero-content{text-align:center;color:#fff;max-width:1200px;padding:2rem;z-index:1}.hero-title{font-family:Georgia,Times New Roman,serif;font-size:4.5rem;font-weight:400;margin-bottom:1.5rem;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-subtitle{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2rem;margin-bottom:2.5rem;line-height:1.6;max-width:900px;margin-left:auto;margin-right:auto;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2.5rem;font-size:1.8rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;border-radius:8px;cursor:pointer;transition:all .3s ease;border:2px solid white;background:transparent;color:#fff;font-weight:500}.btn-outline:hover{background:#fff;color:#1a3a5f}@media (max-width: 768px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:200px;font-size:1.1rem}}.about-us{background:#fff;padding:5rem 2rem}.about-us-container{max-width:1200px;margin:0 auto;display:flex;gap:4rem;align-items:flex-start}.about-us-title{font-family:Georgia,Times New Roman,serif;font-size:3.5rem;color:#1a3a5f;font-weight:400;flex-shrink:0;min-width:200px}.about-us-content{flex:1;display:flex;flex-direction:column;gap:2rem}.about-us-text{display:flex;flex-direction:column;gap:1.5rem}.about-us-text p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;color:#1a3a5f;line-height:1.8}.about-us-link{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;color:#1a3a5f;text-decoration:none;font-weight:500;transition:color .3s ease}.about-us-link:hover{color:#2d5a8f}@media (max-width: 968px){.about-us-container{flex-direction:column;gap:2rem}.about-us-title{font-size:3rem}}.about-us{opacity:0;transform:translateY(50px);transition:opacity .8s ease-out,transform .8s ease-out}.about-us.visible{opacity:1;transform:translateY(0)}.about-us-container{transition:transform .8s ease-out}.about-us.visible .about-us-title{animation:slideInLeft .8s ease-out}.about-us.visible .about-us-content{animation:slideInRight .8s ease-out .2s;animation-fill-mode:both}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.our-expertise{background:#1a3a5f;padding:5rem 2rem}.expertise-container{max-width:1200px;margin:0 auto;display:flex;gap:4rem;align-items:flex-start}.expertise-title{font-family:Georgia,Times New Roman,serif;font-size:3.5rem;color:#fff;font-weight:400;flex-shrink:0;min-width:200px}.expertise-cards{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.expertise-card{background:#fff;padding:2rem;border-radius:8px;display:flex;flex-direction:column;gap:1rem}.card-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;color:#1a3a5f;font-weight:600;margin:0}.card-description{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.3rem;color:#1a3a5f;line-height:1.6;margin:0}@media (max-width: 968px){.expertise-container{flex-direction:column;gap:2rem}.expertise-title{font-size:3rem}.expertise-cards{grid-template-columns:1fr}}@media (max-width: 640px){.expertise-cards{grid-template-columns:1fr}}.our-expertise{opacity:0;transform:translateY(50px);transition:opacity .8s ease-out,transform .8s ease-out}.our-expertise.visible{opacity:1;transform:translateY(0)}.our-expertise.visible .expertise-title{animation:slideInLeft .8s ease-out}.expertise-card{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.expertise-card.visible{opacity:1;transform:translateY(0)}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}*{margin:0;padding:0;box-sizing:border-box}.App{width:100%;overflow-x:hidden}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
