*{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;line-height:1.6;color:#333}:root{--primary-color: #2563eb;--secondary-color: #1e40af;--accent-color: #3b82f6;--text-primary: #1f2937;--text-secondary: #6b7280;--bg-primary: #ffffff;--bg-secondary: #f9fafb;--border-color: #e5e7eb}.App{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{background:#fff;box-shadow:0 2px 10px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0}.navbar .container{display:flex;justify-content:space-between;align-items:center}.nav-brand{font-size:1.5rem;font-weight:700;color:#2563eb}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{text-decoration:none;color:#333;font-weight:500;transition:color .3s}.nav-menu a:hover{color:#2563eb}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:120px 0 80px;min-height:100vh;display:flex;align-items:center}.hero-content{max-width:800px;margin:0 auto;text-align:center}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem}.hero-subtitle{font-size:2rem;margin-bottom:2rem;opacity:.9}.hero-description{font-size:1.2rem;line-height:1.8;margin-bottom:3rem;opacity:.95}.hero-stats{display:flex;justify-content:center;gap:4rem;margin-top:3rem}.stat-item{text-align:center}.stat-number{font-size:3rem;font-weight:700;margin-bottom:.5rem}.stat-rating{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:1rem;opacity:.9}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#1f2937}.section-subtitle{text-align:center;color:#6b7280;font-size:1.1rem;margin-bottom:3rem}.about{padding:80px 0;background:#fff}.about-intro{text-align:center;font-size:1.2rem;color:#6b7280;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.about-image{width:100%;height:400px;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.about-image img{width:100%;height:100%;object-fit:cover}.about-text p{margin-bottom:1.5rem;line-height:1.8;color:#4b5563}.about-features{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.feature-item{background:#f9fafb;padding:2rem;border-radius:8px;text-align:center}.feature-item h3{color:#2563eb;margin-bottom:.5rem;font-size:1.2rem}.feature-item p{color:#6b7280;font-size:.95rem}.services{padding:80px 0;background:#f9fafb}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;transition:transform .3s,box-shadow .3s;text-align:center}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #00000026}.service-card h3{color:#2563eb;margin-bottom:1rem;font-size:1.5rem}.service-card p{color:#4b5563;margin-bottom:1.5rem;line-height:1.6}.service-card ul{list-style:none;margin-bottom:2rem}.service-card li{color:#6b7280;position:relative;padding:.5rem 0 .5rem 1.5rem}.service-card li:before{content:"✓";position:absolute;left:0;color:#2563eb;font-weight:700}.btn-secondary{background:transparent;border:2px solid #2563eb;color:#2563eb;padding:.75rem 2rem;border-radius:6px;font-size:1rem;cursor:pointer;transition:all .3s}.btn-secondary:hover{background:#2563eb;color:#fff}.strategies{padding:80px 0;background:#fff}.strategies-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.strategy-card{background:#f9fafb;padding:2.5rem;border-radius:12px;border-left:4px solid #2563eb;position:relative}.strategy-badge{position:absolute;top:1rem;right:1rem;background:#2563eb;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:500}.strategy-icon{font-size:2.5rem;margin-bottom:1rem}.strategy-card h3{color:#1f2937;margin-bottom:1rem;font-size:1.5rem}.strategy-card p{color:#4b5563;margin-bottom:2rem;line-height:1.6}.strategy-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.metric{text-align:center;padding:1rem;background:#fff;border-radius:8px}.metric-label{display:block;font-size:.85rem;color:#6b7280;margin-bottom:.5rem}.metric-value{display:block;font-size:1.25rem;font-weight:700;color:#2563eb}.performance{padding:80px 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.performance .section-title{color:#fff}.performance .section-subtitle{color:#ffffffe6}.performance-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.performance-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:12px;text-align:center;border:1px solid rgba(255,255,255,.2)}.performance-card h3{font-size:1.1rem;margin-bottom:1rem;opacity:.9}.performance-value{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.performance-change{font-size:.9rem;opacity:.9}.performance-change.positive{color:#4ade80}.footer{background:#1f2937;color:#fff;padding:60px 0 20px}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:3rem}.footer-brand h3{font-size:1.5rem;margin-bottom:.5rem}.footer-brand p{opacity:.8}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.footer-section h4{font-size:1.1rem;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#fffc;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);opacity:.7}@media (max-width: 1024px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.5rem}.about-content{grid-template-columns:1fr}.services-grid{grid-template-columns:repeat(2,1fr)}.strategies-grid{grid-template-columns:1fr}.performance-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.nav-menu{display:none}.hero-stats{flex-direction:column;gap:2rem}.services-grid,.performance-grid,.footer-content,.footer-links{grid-template-columns:1fr}}
