.hero-section{z-index:1;background:0 0;grid-template-rows:1fr 1fr;place-items:center;gap:2rem;width:100%;min-height:100vh;padding:2rem;display:grid;position:relative;overflow:hidden}.hero-row{justify-content:center;align-items:center;width:100%;display:flex}.hero-row-1,.hero-row-2{min-height:50vh}.hero-logo{cursor:pointer;width:100%;max-width:500px;height:auto;overflow:visible}.hero-logo path{cursor:pointer;fill:var(--text);transition:filter .6s cubic-bezier(.34,1.56,.64,1)}:root[data-theme=light] .hero-logo path:hover{filter:drop-shadow(0 2px 8px #00000026)}:root[data-theme=dark] .hero-logo path:hover{filter:drop-shadow(0 2px 8px #ffffff4d)}.hero-row-content{text-align:center;max-width:600px;animation:.8s ease-out .2s both fadeInUp}.hero-subtitle{color:var(--text);letter-spacing:-.01em;margin:0 0 1rem;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:600}.hero-description{color:var(--text-secondary);letter-spacing:.01em;margin:0;font-size:clamp(1rem,2.5vw,1.3rem);font-weight:400;line-height:1.6}.hero-glow{pointer-events:none;filter:blur(40px);opacity:0;z-index:-1;background:radial-gradient(circle,#9370db26 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute}:root[data-theme=dark] .hero-glow{background:radial-gradient(circle,#a78bfa33 0%,#0000 70%)}.hero-word{margin-right:.25em;display:inline-block}.hero-char{display:inline}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-cta{cursor:pointer;color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#9370db 0%,#6366f1 100%);border:none;border-radius:8px;margin-top:2rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden;box-shadow:0 4px 15px #9370db4d}.hero-cta:before{content:"";z-index:-1;background:linear-gradient(135deg,#6366f1 0%,#9370db 100%);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.hero-cta:hover{transform:translateY(-3px);box-shadow:0 8px 25px #9370db80}.hero-cta:hover:before{left:0}.hero-cta:active{transform:translateY(-1px);box-shadow:0 4px 15px #9370db66}:root[data-theme=light] .hero-cta{background:linear-gradient(135deg,#9370db 0%,#6366f1 100%);box-shadow:0 4px 15px #9370db4d}:root[data-theme=dark] .hero-cta{background:linear-gradient(135deg,#a78bfa 0%,#818cf8 100%);box-shadow:0 4px 15px #a78bfa66}:root[data-theme=dark] .hero-cta:hover{box-shadow:0 8px 25px #a78bfa99}@media (max-width:768px){.hero-section{grid-template-rows:auto auto;gap:1rem}.hero-row-1,.hero-row-2{min-height:auto}.hero-logo{max-width:350px}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:1rem}.hero-cta{margin-top:1.5rem;padding:.75rem 1.75rem;font-size:.95rem}}@media (max-width:480px){.hero-logo{max-width:250px}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:.95rem}.hero-cta{margin-top:1.25rem;padding:.7rem 1.5rem;font-size:.9rem}}
