:root{font-family:Satoshi,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;background-color:#0a0a0a}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;width:100%;min-height:100vh;overflow-x:hidden}#root{width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--bg-black: #0a0a0a;--surface: #161616;--surface-light: #222222;--orange: #ff9800;--orange-deep: #ff5722;--emerald: #10b981;--text-main: #ffffff;--text-muted: #888888;--glass: rgba(255, 255, 255, .03);--border-thin: 1px solid rgba(255, 255, 255, .08)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-black);color:var(--text-main);font-family:Satoshi,sans-serif;overflow-x:hidden}.koraq-page-wrapper{min-height:100vh;display:flex;flex-direction:column}.glass-header{position:sticky;top:0;z-index:1000;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:var(--border-thin);padding:1.2rem 5%;background:#0a0a0ab3}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.logo{font-weight:800;font-size:1.6rem;letter-spacing:-1.5px;display:flex;align-items:center}.hero-section{text-align:center;padding:clamp(5rem,15vh,10rem) 1.5rem 5rem}.hero-subtitle{color:var(--text-muted);max-width:600px;margin:1.5rem auto 2.5rem;font-size:1.1rem;line-height:1.6}.text-gradient{background:linear-gradient(to right,var(--orange),var(--orange-deep));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.bento-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:200px;gap:1.5rem;max-width:1200px;margin:0 auto 8rem;padding:0 1.5rem}.feature-card{background:var(--surface);border:var(--border-thin);border-radius:32px;padding:2.2rem;display:flex;flex-direction:column;justify-content:space-between;transition:all .4s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden}.feature-card:hover{border-color:#ff98004d;transform:translateY(-8px);background:var(--surface-light)}.icon-wrapper{color:var(--orange);color:var(--accent-color);background:#ffffff08;width:fit-content;padding:12px;border-radius:12px;display:flex;align-items:center;justify-content:center}.btn-primary{background:var(--orange);color:#000;padding:14px 28px;border-radius:12px;font-weight:700;border:none;cursor:pointer;transition:.3s;display:inline-flex;align-items:center;gap:8px}.btn-primary:hover{background:#fff;transform:scale(1.02)}@media(max-width:1024px){.bento-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.bento-grid{grid-template-columns:1fr;grid-auto-rows:auto}.hero-title{font-size:2.8rem}.feature-card.wide,.feature-card.tall{grid-column:span 1;grid-row:span 1}.hero-section{padding-top:4rem}}
