*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;--color-primary: #d97706;--color-secondary: #1f2937;--color-accent: #059669;--color-light: #f9fafb;--color-dark: #111827;--color-text: #374151;--color-text-light: #6b7280;color:var(--color-text);background-color:var(--color-light);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700;color:var(--color-dark)}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}p{line-height:1.8}#root{width:100%}html{scroll-behavior:smooth}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1f2937,#374151,#d97706);z-index:-1}.hero-background:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 20% 50%,rgba(217,119,6,.15) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(5,150,105,.15) 0%,transparent 50%);animation:pulse 8s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.hero-content{text-align:center;color:#fff;padding:2rem;max-width:900px;z-index:1}.hero-title{font-size:clamp(3rem,8vw,5.5rem);font-weight:800;margin-bottom:1rem;letter-spacing:2px;color:#fff;text-shadow:2px 2px 20px rgba(0,0,0,.3)}.hero-subtitle{font-size:clamp(1.2rem,3vw,1.8rem);font-weight:300;margin-bottom:1.5rem;color:#ffffffe6;letter-spacing:1px}.hero-tagline{font-size:clamp(1rem,2vw,1.3rem);max-width:700px;margin:0 auto;color:#ffffffd9;font-weight:400}.hero-scroll{position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}.scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:1rem;color:#ffffffb3;font-size:.9rem;letter-spacing:1px}.scroll-line{width:2px;height:40px;background:linear-gradient(to bottom,rgba(255,255,255,.7),transparent);animation:scrollAnimation 2s ease-in-out infinite}@keyframes scrollAnimation{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(10px);opacity:.3}}@media(max-width:768px){.hero-scroll{bottom:2rem}}.core-values{padding:6rem 2rem;background-color:var(--color-light)}.container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{margin-bottom:1rem}.section-subtitle{font-size:1.2rem;color:var(--color-text-light)}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.value-card{background:#fff;padding:2.5rem 2rem;border-radius:16px;box-shadow:0 4px 6px #0000000d;transition:box-shadow .3s ease;border:1px solid rgba(0,0,0,.05)}.value-card:hover{box-shadow:0 20px 40px #0000001a}.value-icon{font-size:3rem;margin-bottom:1.5rem}.value-card h3{color:var(--color-primary);margin-bottom:1rem;font-size:1.5rem}.value-card p{color:var(--color-text);line-height:1.7}@media(max-width:768px){.core-values{padding:4rem 1.5rem}.values-grid{grid-template-columns:1fr}}.about{padding:6rem 2rem;background:linear-gradient(135deg,#f9fafb,#e5e7eb)}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:4rem;align-items:start}.about-content h2{margin-bottom:1.5rem;color:var(--color-dark)}.about-description{font-size:1.2rem;line-height:1.8;color:var(--color-text);margin-bottom:2rem}.about-highlight{background:#fff;padding:2rem;border-radius:12px;border-left:4px solid var(--color-primary);box-shadow:0 4px 12px #00000014}.about-highlight p{color:var(--color-text);font-size:1.1rem;line-height:1.7}.about-highlight strong{color:var(--color-primary);font-weight:700}.mission-vision{display:flex;flex-direction:column;gap:2rem}.mv-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 10px 30px #00000014;transition:transform .3s ease,box-shadow .3s ease}.mv-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001f}.mv-icon{font-size:2.5rem;margin-bottom:1rem}.mv-card h3{color:var(--color-primary);margin-bottom:1rem;font-size:1.5rem}.mv-card p{color:var(--color-text);line-height:1.7;font-size:1.05rem}@media(max-width:768px){.about{padding:4rem 1.5rem}.about-grid{grid-template-columns:1fr;gap:3rem}}.target-market{padding:6rem 2rem;background-color:var(--color-light)}.target-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:900px;margin:0 auto}.target-item{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000000f;display:flex;align-items:center;gap:1.5rem;transition:all .3s ease;cursor:pointer}.target-item:hover{box-shadow:0 8px 20px #0000001f}.target-number{background:linear-gradient(135deg,var(--color-primary),var(--color-accent));color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.3rem;flex-shrink:0}.target-item p{color:var(--color-text);font-size:1.1rem;font-weight:500;margin:0}.why-us{padding:6rem 2rem;background:linear-gradient(135deg,#1f2937,#374151);color:#fff}.why-us .section-header h2,.why-us .section-header .section-subtitle{color:#fff}.why-us-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.why-us-card{background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem 2rem;border-radius:16px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.why-us-card:hover{background:#ffffff1f;border-color:var(--color-primary)}.why-us-icon{font-size:3rem;margin-bottom:1.5rem}.why-us-card h3{color:var(--color-primary);margin-bottom:1rem;font-size:1.4rem}.why-us-card p{color:#ffffffd9;line-height:1.7}@media(max-width:768px){.target-market,.why-us{padding:4rem 1.5rem}.target-grid,.why-us-grid{grid-template-columns:1fr}}.footer{background:var(--color-dark);color:#fff;padding:4rem 2rem 2rem}.footer-content{display:flex;flex-direction:column;gap:2rem;text-align:center}.footer-brand h3{color:var(--color-primary);font-size:1.8rem;margin-bottom:.5rem}.footer-brand p{color:#ffffffb3;max-width:500px;margin:0 auto}.footer-info{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-info p{color:#fff9;margin:.5rem 0;font-size:.95rem}@media(max-width:768px){.footer{padding:3rem 1.5rem 1.5rem}}.app{width:100%;min-height:100vh}
