body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1f2937;background-color:#fff}.App{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid rgba(0,0,0,.05)}.nav{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;max-width:1200px;margin:0 auto}.nav-brand{display:flex;align-items:center}.brand-logo{height:55px;width:auto;object-fit:contain;transition:opacity .3s ease}.brand-logo:hover{opacity:.8}.nav-links{display:flex;gap:2.5rem}.nav-links a{text-decoration:none;color:#6b7280;font-weight:500;font-size:.95rem;transition:color .3s ease}.nav-links a:hover{color:#1f2937}section[id]{scroll-margin-top:50px}.hero{display:flex;align-items:center;min-height:100vh;padding:4rem 2rem;background:#fff;position:relative;overflow:hidden}.hero-content{display:flex;align-items:center;gap:5rem;width:100%;max-width:1400px;margin:0 auto}.hero-text{flex:1;min-width:450px}.hero-title{font-size:4rem;font-weight:700;line-height:1.1;margin-bottom:2rem;color:#111827;letter-spacing:-.02em}.title-line{display:block}.hero-description{font-size:1.25rem;margin-bottom:2.5rem;color:#4b5563;line-height:1.6;max-width:450px;font-weight:400}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border:1px solid #e5e7eb;border-radius:.375rem;font-weight:500;font-size:1rem;cursor:pointer;transition:all .2s ease;text-decoration:none;background:#fff;color:#111827}.btn:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 4px 12px #0000000d}.btn-icon{font-size:1rem}.hero-image{flex:1;display:flex;justify-content:center;align-items:center;position:relative}.dashboard-preview{position:relative;width:850px;max-width:100%;border-radius:1rem;overflow:hidden;box-shadow:0 20px 60px #00000026;background:#fff;border:1px solid #e5e7eb;transition:transform .3s ease,box-shadow .3s ease}.dashboard-preview:hover{transform:translateY(-8px);box-shadow:0 25px 80px #0003}.dashboard-img{width:100%;height:auto;display:block;object-fit:cover}.features{padding:6rem 0;background:#f9fafb}.section-title-center{font-size:3rem;font-weight:700;text-align:center;margin-bottom:4rem;color:#1f2937}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.feature-card{text-align:center;padding:2rem;background:#fff;border-radius:.75rem;border:1px solid #e5e7eb;transition:all .3s ease}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #0000001a}.feature-icon{margin-bottom:1.5rem}.icon-circle{width:80px;height:80px;background:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto;border:1px solid #e5e7eb;transition:all .3s ease}.feature-card:hover .icon-circle{background:#1f2937;transform:scale(1.1)}.feature-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.feature-description{color:#6b7280;line-height:1.6;font-size:1rem}.solution{padding:6rem 0;background:#fff}.solution-content{display:flex;align-items:center;gap:6rem}.solution-visual{flex:1}.solution-dashboard{border-radius:1rem;overflow:hidden;box-shadow:0 20px 60px #00000026;border:1px solid #e5e7eb}.solution-img{width:100%;height:auto;display:block}.solution-text{flex:1}.solution-text .section-title{font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#1f2937;line-height:1.2}.solution-features{display:flex;flex-direction:column;gap:2rem}.solution-feature{display:flex;gap:1rem;align-items:flex-start}.solution-check{width:32px;height:32px;background:#1f2937;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:600}.solution-feature h4{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#1f2937}.solution-feature p{color:#6b7280;line-height:1.6}.impact{padding:6rem 0;background:#1f2937;color:#fff}.impact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem}.impact-card{text-align:center}.impact-number{font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.impact-label{font-size:1.125rem;color:#9ca3af}.contact-section{padding:6rem 0 8rem;background:#fff}.contact-title{font-size:3rem;font-weight:700;text-align:center;margin-bottom:4rem;color:#1f2937}.contact-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:900px;margin:0 auto}.contact-card{display:flex;align-items:center;gap:2rem;padding:2.5rem;background:#f9fafb;border-radius:1rem;border:2px solid #e5e7eb;transition:all .3s ease;cursor:pointer;position:relative}.contact-card:hover{border-color:#1f2937;transform:translateY(-4px);box-shadow:0 12px 28px #0000001f}.contact-card-icon{font-size:3rem;flex-shrink:0}.contact-card-info{flex:1;min-width:0}.contact-card-label{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.contact-card-value{font-size:1.05rem;font-weight:600;color:#1f2937}.copied-badge{position:absolute;top:1rem;right:1rem;background:#1f2937;color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:600;animation:fadeInOut 2s ease}@keyframes fadeInOut{0%{opacity:0;transform:translateY(-5px)}20%{opacity:1;transform:translateY(0)}80%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-5px)}}.footer{background:#1f2937;color:#fff;padding:3rem 0 1rem}.footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.footer-logo{height:35px;width:auto;object-fit:contain;margin-bottom:.75rem;filter:brightness(0) invert(1)}.footer-brand p{color:#9ca3af;font-size:.9rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-links a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #374151;color:#9ca3af;font-size:.9rem}@media (max-width: 1024px){.hero-content{gap:2rem}.hero-title{font-size:3rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.solution-content{gap:3rem}.impact-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.nav{flex-direction:column;gap:1rem;padding:1rem}.nav-links{gap:1.5rem}.hero{padding:5rem 1rem 3rem}.hero-content{flex-direction:column;text-align:center;gap:3rem}.hero-text{min-width:unset;width:100%}.hero-title{font-size:2.5rem}.dashboard-preview{width:100%;max-width:500px}.features-grid{grid-template-columns:1fr}.solution-content{flex-direction:column;gap:3rem}.impact-grid{grid-template-columns:1fr;gap:2rem}.contact-cards{grid-template-columns:1fr;gap:1.5rem}.footer-content{flex-direction:column;gap:1rem;text-align:center}.footer-links{justify-content:center}}@media (max-width: 480px){.hero-title,.section-title-center,.contact-title{font-size:2rem}.contact-card{padding:1.5rem;gap:1rem}.contact-card-icon{font-size:2rem}.contact-card-value{font-size:.95rem}.copied-badge{font-size:.75rem;padding:.4rem .8rem}.container{padding:0 1rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:50px}body{margin:0;padding:0;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1f2937}#root{width:100%;min-height:100vh}
