*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#0a0a0a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;min-width:320px;min-height:100vh;background:#0a0a0a;color:#fff}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}a{font-weight:500;color:#fff;text-decoration:inherit;transition:color .3s ease}a:hover{color:#ccc}button{font-family:inherit;cursor:pointer;transition:all .3s ease}button:focus,button:focus-visible{outline:2px solid #ffffff;outline-offset:2px}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#fff3;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}::selection{background:#ffffff4d;color:#000}.app{min-height:100vh;background:#0a0a0a;color:#fff;overflow-x:hidden}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;transition:all .3s ease;background:transparent}.navbar.scrolled{background:#0a0a0acc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;color:#fff;text-decoration:none}.logo a{display:flex;align-items:center;gap:.5rem;color:inherit;text-decoration:none}.logo-icon{height:1.5rem;width:auto;display:block}.logo-text{color:#fff}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{color:#fff;text-decoration:none;font-weight:100;transition:color .3s ease;position:relative;font-size:.9rem}.nav-links a:hover{color:#fff}.nav-links a:not(.btn-primary):after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#fff;transition:width .3s ease}.nav-links a:not(.btn-primary):hover:after{width:100%}.nav-links a.btn-primary{position:relative;color:#000}.nav-links a.btn-primary:hover{color:#000}.btn-primary{background:#fff;color:#000;border:2px solid #ffffff;padding:.5rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;text-align:center;line-height:1.2;box-sizing:border-box;font-family:inherit}.btn-primary:hover{transform:translateY(-.5px);background:#f5f5f5;box-shadow:0 10px 30px #fff3}.btn-primary.btn-large,.btn-secondary.btn-large{padding:10px 20px!important;font-size:.95rem!important;font-weight:600!important;min-width:150px;height:44px!important;line-height:1!important;border-width:2px!important;box-sizing:border-box!important}.btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.2);padding:.5rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;text-align:center;line-height:1.2;box-sizing:border-box;font-family:inherit}.btn-secondary:hover{border-color:#fff;background:#ffffff1a;transform:translateY(-.5px)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:8rem 2rem 4rem;overflow:hidden}.hero-background{position:absolute;inset:0;overflow:hidden;z-index:0}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5;animation:float 20s ease-in-out infinite}.orb-1{width:500px;height:500px;background:radial-gradient(circle,rgba(255,255,255,.15) 0%,transparent 70%);top:-200px;left:-200px;animation-delay:0s}.orb-2{width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);bottom:-150px;right:-150px;animation-delay:5s}.orb-3{width:300px;height:300px;background:radial-gradient(circle,rgba(255,255,255,.12) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:10s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.hero-content{position:relative;z-index:1;max-width:900px;text-align:center;animation:fadeInUp 1s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-badge{display:inline-block;padding:.5rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50px;margin-bottom:2rem;font-size:.9rem;color:#fff}.hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#fff}.gradient-text{background:linear-gradient(135deg,#fcff9e,#b4b1e4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline}.hero-description{font-size:1.25rem;line-height:1.6;color:#ffffffb3;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto}.hero-cta{display:flex;gap:1rem;justify-content:center;margin-bottom:4rem;flex-wrap:wrap}.hero-stats{display:flex;gap:4rem;justify-content:center;flex-wrap:wrap}.stat{text-align:center}.stat-value{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:#fff9;text-transform:uppercase;letter-spacing:1px}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem;color:#fff}.section-description{font-size:1.2rem;color:#ffffffb3;max-width:600px;margin:0 auto}.features{padding:6rem 0;position:relative}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-card:hover{transform:translateY(-5px);border-color:#ffffff4d;background:#ffffff0d;box-shadow:0 10px 40px #ffffff1a}.feature-icon{font-size:3rem;margin-bottom:1rem;display:block}.feature-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fff}.feature-description{color:#ffffffb3;line-height:1.6}.about{padding:6rem 0;background:#ffffff05}.about-content{max-width:800px;margin:0 auto}.about-text{text-align:center}.about-description{font-size:1.1rem;line-height:1.8;color:#ffffffb3;margin-bottom:1.5rem}.bolded-description{font-weight:600;color:#fff;margin-bottom:1.5rem;font-size:1.4rem}.about-features{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;align-items:center}.about-feature{display:flex;align-items:center;gap:.75rem;color:#fffc}.check-icon{color:#fff;font-weight:700;font-size:1.2rem}.cta{padding:6rem 0;background:#ffffff08;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.cta-content{text-align:center;max-width:700px;margin:0 auto}.cta-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:1rem;color:#fff}.cta-description{font-size:1.2rem;color:#ffffffb3;margin-bottom:2rem}.footer{padding:4rem 0 2rem;background:#00000080;border-top:1px solid rgba(255,255,255,.1)}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h4.footer-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-section a{display:block;color:#ffffffb3;text-decoration:none;margin-bottom:.75rem;transition:color .3s ease}.footer-section a:hover{color:#fff}.footer-description{color:#fff9;margin-top:1rem;line-height:1.6}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#ffffff80}@media(max-width:768px){.nav-links{gap:1rem}.nav-links a{font-size:.9rem}.btn-primary,.btn-secondary{padding:.6rem 1.2rem;font-size:.9rem}.hero{padding:6rem 1rem 3rem}.hero-cta{flex-direction:column;align-items:center}.hero-stats{gap:2rem}.features-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;gap:2rem}}@media(max-width:480px){.nav-container{padding:0 1rem}.nav-links{gap:.5rem}.nav-links a:not(:last-child){display:none}.hero-title{font-size:2rem}.hero-description{font-size:1rem}}.blog-section{padding:100px 0;background:linear-gradient(180deg,#0a0a0a,#1a1a1a);min-height:100vh}.blog-section .section-header{text-align:center;margin-bottom:60px}.blog-section .section-title{font-size:3rem;font-weight:700;margin-bottom:20px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.blog-section .section-description{font-size:1.2rem;color:#a0a0a0;max-width:600px;margin:0 auto}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px;margin-top:50px}.blog-card{background:#ffffff0d;border-radius:16px;overflow:hidden;transition:all .3s ease;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.blog-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #667eea4d;border-color:#667eea80}.blog-card-image{width:100%;height:200px;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2)}.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-card-image img{transform:scale(1.1)}.blog-card-content{padding:24px}.blog-card-date{font-size:.875rem;color:#888;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.blog-card-title{font-size:1.5rem;font-weight:600;margin-bottom:12px;color:#fff;line-height:1.4}.blog-card-excerpt{font-size:1rem;color:#b0b0b0;line-height:1.6;margin-bottom:20px}.blog-read-more{display:inline-flex;align-items:center;color:#667eea;font-weight:600;text-decoration:none;transition:all .3s ease;font-size:1rem}.blog-read-more:hover{color:#764ba2;transform:translate(4px)}@media(max-width:768px){.blog-grid{grid-template-columns:1fr;gap:20px}.blog-section .section-title{font-size:2rem}}.blog-post-container{padding:120px 0 80px;background:linear-gradient(180deg,#0a0a0a,#1a1a1a);min-height:100vh}.back-link{display:inline-flex;align-items:center;color:#667eea;text-decoration:none;font-weight:600;margin-bottom:40px;transition:all .3s ease;font-size:1rem}.back-link:hover{color:#764ba2;transform:translate(-4px)}.blog-post{max-width:800px;margin:0 auto;background:#ffffff0d;border-radius:16px;padding:40px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.blog-post-header{margin-bottom:40px}.blog-post-date{font-size:.875rem;color:#888;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.blog-post-title{font-size:2.5rem;font-weight:700;margin-bottom:30px;color:#fff;line-height:1.2;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.blog-post-image{width:100%;height:400px;border-radius:12px;overflow:hidden;margin-bottom:30px;background:linear-gradient(135deg,#667eea,#764ba2)}.blog-post-image img{width:100%;height:100%;object-fit:cover}.blog-post-content{color:#e0e0e0;line-height:1.8;font-size:1.1rem}.blog-post-content h1{font-size:2rem;font-weight:700;margin-top:40px;margin-bottom:20px;color:#fff;line-height:1.3}.blog-post-content h2{font-size:1.75rem;font-weight:600;margin-top:32px;margin-bottom:16px;color:#fff;line-height:1.3}.blog-post-content h3{font-size:1.5rem;font-weight:600;margin-top:24px;margin-bottom:12px;color:#fff;line-height:1.3}.blog-post-content p{margin-bottom:20px;color:#d0d0d0}.blog-post-content li{margin-bottom:12px;margin-left:20px;list-style-type:disc;color:#d0d0d0}.blog-post-content ul{margin-bottom:20px;padding-left:20px}@media(max-width:768px){.blog-post{padding:24px;margin:0 16px}.blog-post-title{font-size:2rem}.blog-post-image{height:250px}.blog-post-content{font-size:1rem}.blog-post-content h1{font-size:1.75rem}.blog-post-content h2{font-size:1.5rem}.blog-post-content h3{font-size:1.25rem}}
