.App{min-height:100vh;display:flex;flex-direction:column;position:relative;background:linear-gradient(135deg,var(--gradient-start) 0%,var(--gradient-end) 100%)}.hero-section{flex:1;display:flex;align-items:center;justify-content:center;position:relative;padding:2rem;min-height:calc(100vh - 100px)}.hero-content{text-align:center;z-index:10;max-width:800px;opacity:0;transform:translateY(20px);transition:all 1s ease-out}.hero-content.fade-in{opacity:1;transform:translateY(0)}.hero-title{font-size:clamp(3rem,10vw,6rem);font-weight:900;margin-bottom:1rem;letter-spacing:-.02em}.title-main{background:linear-gradient(135deg,var(--primary-color) 0%,var(--accent-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.hero-subtitle{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:300;color:var(--text-secondary);margin-bottom:1.5rem;letter-spacing:.02em}.hero-description{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-secondary);margin-bottom:3rem;line-height:1.6}.cta-container{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button{padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.cta-button.primary{background:linear-gradient(135deg,var(--primary-color) 0%,var(--accent-color) 100%);color:#fff;box-shadow:0 4px 15px #9333ea4d}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #9333ea66}.cta-button.primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.cta-button.primary:hover:before{left:100%}.background-elements{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.floating-circle{position:absolute;border-radius:50%;opacity:.1;animation:float 20s infinite ease-in-out}.circle-1{width:300px;height:300px;background:var(--primary-color);top:10%;left:-150px;animation-delay:0s}.circle-2{width:200px;height:200px;background:var(--accent-color);top:60%;right:-100px;animation-delay:5s}.circle-3{width:150px;height:150px;background:var(--secondary-color);bottom:20%;left:10%;animation-delay:10s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.05)}66%{transform:translate(-20px,20px) scale(.95)}}.footer{position:relative;z-index:10;padding:2rem;text-align:center}.powered-by{color:var(--text-secondary);text-decoration:none;font-size:.875rem;transition:color .3s ease;display:inline-flex;align-items:center;gap:.5rem}.powered-by:hover{color:var(--primary-color)}@media (max-width: 768px){.hero-section{min-height:calc(100vh - 80px)}.cta-container{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:300px}}:root{--primary-color: #f7931a;--secondary-color: #6b46c1;--accent-color: #9333ea;--text-primary: #1a1a1a;--text-secondary: #4a5568;--background: #ffffff;--gradient-start: #fef3c7;--gradient-end: #f3e8ff}*{margin:0;padding:0;box-sizing:border-box}body{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;background:var(--background);color:var(--text-primary);overflow-x:hidden}#root{min-height:100vh;display:flex;flex-direction:column}
