*{margin:0;padding:0;box-sizing:border-box}.home-container{min-height:100vh;background:linear-gradient(135deg,#eff6ff,#fff,#faf5ff);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.navbar{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:1000}.nav-content{max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:64px}.nav-logo{display:flex;align-items:center;gap:.5rem}.logo-text{font-size:1.25rem;font-weight:700;background:linear-gradient(135deg,#2563eb,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;gap:2rem}.nav-links a{color:#4b5563;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#2563eb}.hero-section{max-width:1280px;margin:0 auto;padding:5rem 2rem}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-bottom:8rem}.hero-left{display:flex;flex-direction:column;gap:2rem}.badge{display:inline-block;width:fit-content}.badge span{background:#dbeafe;color:#1e40af;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600}.hero-title{font-size:3.5rem;font-weight:700;color:#111827;line-height:1.1}.gradient-text{background:linear-gradient(135deg,#2563eb,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;color:#4b5563;line-height:1.6}.button-group{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{background:linear-gradient(135deg,#2563eb,#a855f7);color:#fff;padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1.125rem;display:flex;align-items:center;gap:.5rem;border:none;cursor:pointer;transition:all .3s}.btn-primary:hover{transform:scale(1.05);box-shadow:0 20px 25px -5px #0000001a}.arrow-move{transform:translate(4px);transition:transform .3s}.btn-secondary{border:2px solid #d1d5db;background:transparent;color:#374151;padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1.125rem;cursor:pointer;transition:all .3s}.btn-secondary:hover{border-color:#2563eb;color:#2563eb}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding-top:2rem}.stat-item{text-align:left}.stat-value{font-size:2rem;font-weight:700;margin-bottom:.25rem}.stat-value.blue{color:#2563eb}.stat-value.purple{color:#a855f7}.stat-value.green{color:#10b981}.stat-label{font-size:.875rem;color:#6b7280}.hero-right{position:relative}.upload-card{background:linear-gradient(135deg,#3b82f6,#a855f7);border-radius:24px;padding:2rem;box-shadow:0 25px 50px -12px #00000040;transition:transform .3s}.upload-card:hover{transform:scale(1.05)}.upload-card-inner{background:#fff;border-radius:16px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.upload-header{display:flex;gap:.75rem;align-items:center}.icon-box{padding:.75rem;border-radius:8px}.blue-bg{background:#dbeafe}.upload-title{font-weight:600;color:#111827}.upload-subtitle{font-size:.875rem;color:#6b7280}.upload-area{border:2px dashed #d1d5db;border-radius:12px;padding:3rem;text-align:center;cursor:pointer;transition:border-color .3s;display:flex;flex-direction:column;align-items:center;gap:.75rem}.upload-area:hover{border-color:#3b82f6}.upload-text{color:#4b5563}.upload-subtext{font-size:.875rem;color:#9ca3af}.upload-footer{display:flex;justify-content:space-between;font-size:.875rem}.footer-item{display:flex;align-items:center;gap:.5rem}.footer-item.green{color:#10b981}.footer-item.blue{color:#2563eb}.floating-card{position:absolute;background:#fff;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a;padding:1rem;display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600}.floating-card.top-right{top:-1.5rem;right:-1.5rem;animation:bounce 2s infinite}.floating-card.bottom-left{bottom:-1.5rem;left:-1.5rem}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.features-section{margin-top:8rem}.features-header{text-align:center;margin-bottom:4rem}.features-header h2{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:1rem}.features-header p{font-size:1.25rem;color:#6b7280}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 10px 15px -3px #0000001a;border:1px solid #f3f4f6;transition:all .3s}.feature-card:hover{box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-4px)}.feature-icon{width:64px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.purple-bg{background:#f3e8ff}.green-bg{background:#d1fae5}.feature-card h3{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1rem}.feature-card p{color:#6b7280;line-height:1.6}.about-section{margin-top:8rem;padding:4rem 0}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.about-text p{color:#4b5563;font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.about-stat{text-align:center}.about-stat h3{font-size:2rem;font-weight:700;color:#2563eb;margin-bottom:.5rem}.about-stat p{color:#6b7280;font-size:.875rem;margin:0}.about-image{display:flex;justify-content:center;align-items:center}.image-placeholder{background:linear-gradient(135deg,#dbeafe,#f3e8ff);border-radius:24px;padding:4rem;display:flex;flex-direction:column;align-items:center;gap:1rem;box-shadow:0 10px 15px -3px #0000001a}.image-placeholder p{font-size:1.25rem;font-weight:600;color:#2563eb;margin:0}.contact-section{margin-top:8rem;padding:4rem 0}.contact-header{text-align:center;margin-bottom:4rem}.contact-header h2{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:1rem}.contact-header p{font-size:1.25rem;color:#6b7280}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.contact-card{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 10px 15px -3px #0000001a;border:1px solid #f3f4f6;text-align:center;transition:all .3s}.contact-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.contact-icon{width:60px;height:60px;background:linear-gradient(135deg,#dbeafe,#f3e8ff);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#2563eb}.contact-card h3{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1rem}.contact-card p{color:#6b7280;margin:.5rem 0;line-height:1.6}.cta-section{margin-top:8rem;background:linear-gradient(135deg,#2563eb,#a855f7);border-radius:24px;padding:3rem;text-align:center;color:#fff}.cta-section h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-section p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta-button{background:#fff;color:#2563eb;padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1.125rem;border:none;cursor:pointer;transition:all .3s}.cta-button:hover{transform:scale(1.05);box-shadow:0 20px 25px -5px #0000001a}.footer{background:#111827;color:#fff;padding:3rem 0;margin-top:5rem}.footer-content{max-width:1280px;margin:0 auto;padding:0 2rem}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2rem}.footer-column{display:flex;flex-direction:column;gap:1rem}.footer-logo{display:flex;align-items:center;gap:.5rem;font-weight:700;margin-bottom:.5rem}.footer-column p{color:#9ca3af;font-size:.875rem}.footer-column h4{font-weight:600;margin-bottom:.5rem}.footer-links{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:#9ca3af}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center;font-size:.875rem;color:#9ca3af}@media(max-width:768px){.hero-grid,.features-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.hero-title{font-size:2.5rem}.nav-links{display:none}.about-content,.contact-grid,.about-stats{grid-template-columns:1fr}}
