*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:system-ui,-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;color:#1f2937}#root{width:100%}*{box-sizing:border-box}html{scroll-behavior:smooth}#product-leads,#product-dashboard,#product-crm,#contact{scroll-margin-top:80px}.app{min-height:100vh;background-color:#fff}.header{background-color:#1e3a8a;color:#fff;box-shadow:0 4px 6px #0000001a;position:sticky;top:0;z-index:50}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.header h1{font-size:1.5rem;font-weight:700;margin:0}.nav{display:none;gap:2rem}.nav a{color:#fff;text-decoration:none;transition:color .3s}.nav a:hover{color:#93c5fd}.header-btn{background-color:#f97316;color:#fff;padding:.5rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:background-color .3s}.header-btn:hover{background-color:#ea580c}@media (min-width: 768px){.nav{display:flex}}.hero{background:linear-gradient(to right,#1e3a8a,#1e40af);color:#fff;padding:3rem 1.5rem}@media (min-width: 768px){.hero{padding:5rem 2rem}}.hero-container{max-width:1000px;margin:0 auto;text-align:center}.hero h2{font-size:2rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}@media (min-width: 768px){.hero h2{font-size:3rem}}.hero-subtitle{font-size:1rem;margin-bottom:2rem;color:#bfdbfe;line-height:1.5}@media (min-width: 768px){.hero-subtitle{font-size:1.25rem}}.hero-stats{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2.5rem}@media (min-width: 768px){.hero-stats{grid-template-columns:repeat(3,1fr)}}.stat-card{background-color:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:.5rem;text-decoration:none;color:inherit;transition:all .3s;cursor:pointer;display:block}.stat-card:hover{background-color:#fff3;transform:scale(1.05)}.stat-icon{color:#fb923c;margin-bottom:1rem;display:flex;justify-content:center;align-items:center}.hero-btn{display:inline-block;background-color:#f97316;color:#fff;padding:1rem 2rem;border-radius:.5rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s}.hero-btn:hover{background-color:#ea580c;transform:scale(1.05)}.services{padding:3rem 1.5rem;background-color:#f9fafb}@media (min-width: 768px){.services{padding:5rem 2rem}}.section-container{max-width:1200px;margin:0 auto}.section-title{font-size:1.75rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#1f2937;line-height:1.2}@media (min-width: 768px){.section-title{font-size:2.5rem}}.section-subtitle{text-align:center;color:#6b7280;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto;font-size:.95rem;line-height:1.5}@media (min-width: 768px){.section-subtitle{font-size:1rem}}.services-grid{display:flex;flex-direction:column;gap:2rem}.service-card{background-color:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px #0000001a;transition:box-shadow .3s}.service-card:hover{box-shadow:0 10px 15px #00000026}.service-icon{font-size:3rem;flex-shrink:0}.service-columns{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.service-columns{grid-template-columns:1fr 1fr}}.service-column{flex:1}.service-card h4{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0;margin-bottom:.75rem;text-align:center;line-height:1.3}@media (min-width: 768px){.service-card h4{font-size:1.5rem}}.service-card p{color:#6b7280;line-height:1.6;font-size:.9rem}@media (min-width: 768px){.service-card p{font-size:1rem}}.service-card .service-description{text-align:center;color:#6b7280;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}@media (min-width: 768px){.service-card .service-description{font-size:1.1rem}}.service-card ul{color:#6b7280}.service-card .service-list{padding-left:1.25rem;line-height:1.6;margin:0 auto;font-size:.9rem}@media (min-width: 768px){.service-card .service-list{columns:2;column-gap:3rem;font-size:1rem;line-height:1.8}}.service-card li{margin-bottom:.5rem;break-inside:avoid}.cta-section{padding:3rem 1.5rem;background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;text-align:center}@media (min-width: 768px){.cta-section{padding:4rem 2rem}}.cta-container{max-width:800px;margin:0 auto}.cta-container h3{font-size:1.75rem;font-weight:700;margin-bottom:1rem;line-height:1.2}@media (min-width: 768px){.cta-container h3{font-size:2.5rem}}.cta-container p{font-size:1rem;margin-bottom:2rem;line-height:1.5;color:#bfdbfe}@media (min-width: 768px){.cta-container p{font-size:1.25rem;line-height:1.6}}.cta-btn{display:inline-block;background-color:#f97316;color:#fff;padding:1rem 2.5rem;border-radius:.5rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s}.cta-btn:hover{background-color:#ea580c;transform:scale(1.05)}.benefits{padding:3rem 1.5rem;background-color:#fff}@media (min-width: 768px){.benefits{padding:5rem 2rem}}.benefits-grid{display:grid;grid-template-columns:1fr;gap:3rem;max-width:1200px;margin:0 auto}@media (min-width: 768px){.benefits-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}.benefit-item{display:flex;gap:1rem;align-items:flex-start}.benefit-icon{flex-shrink:0;width:3rem;height:3rem;background-color:#dbeafe;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1e3a8a}.benefit-content h4{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:#1f2937;line-height:1.3}@media (min-width: 768px){.benefit-content h4{font-size:1.25rem}}.benefit-content p{color:#6b7280;line-height:1.5;font-size:.9rem}@media (min-width: 768px){.benefit-content p{font-size:1rem;line-height:1.6}}.process{padding:3rem 1.5rem;background:linear-gradient(to bottom,#f9fafb,#fff)}@media (min-width: 768px){.process{padding:5rem 2rem}}.process-container{max-width:1000px;margin:0 auto}.options-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media (min-width: 768px){.options-grid{grid-template-columns:repeat(2,1fr)}}.option-card{background-color:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px #0000001a;transition:all .3s;position:relative;border:2px solid transparent}.option-card:hover{box-shadow:0 10px 15px #00000026;border-color:#1e3a8a;transform:translateY(-5px)}.option-badge{display:inline-block;background-color:#1e3a8a;color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:600;margin-bottom:1rem}.option-card h4{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1rem;line-height:1.3}@media (min-width: 768px){.option-card h4{font-size:1.5rem}}.option-card p{color:#6b7280;line-height:1.5;font-size:.9rem}@media (min-width: 768px){.option-card p{font-size:1rem;line-height:1.6}}.start-info{background-color:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px #0000001a;text-align:center}.start-info h4{font-size:1.25rem;font-weight:700;color:#1e3a8a;margin-bottom:1rem;line-height:1.3}@media (min-width: 768px){.start-info h4{font-size:1.5rem}}.start-info p{color:#6b7280;line-height:1.5;max-width:800px;margin:0 auto;font-size:.9rem}@media (min-width: 768px){.start-info p{font-size:1rem;line-height:1.6}}.contact{padding:2rem 1.5rem;background-color:#1e3a8a;color:#fff}@media (min-width: 768px){.contact{padding:5rem 2rem}}.contact-container{max-width:700px;margin:0 auto}.contact h3{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:.75rem;line-height:1.2}@media (min-width: 768px){.contact h3{font-size:2.5rem;margin-bottom:1rem}}.contact-subtitle{text-align:center;color:#bfdbfe;margin-bottom:1rem;font-size:.9rem;line-height:1.3}@media (min-width: 768px){.contact-subtitle{font-size:1rem;line-height:1.6;margin-bottom:2rem}}.contact-form{background-color:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 10px 15px #0003}@media (min-width: 768px){.contact-form{padding:2rem}}.form-group{margin-bottom:.75rem}@media (min-width: 768px){.form-group{margin-bottom:1.5rem}}.form-group label{display:block;color:#374151;font-weight:600;margin-bottom:.35rem;font-size:.95rem}@media (min-width: 768px){.form-group label{margin-bottom:.5rem;font-size:1rem}}.form-group input,.form-group textarea{width:100%;padding:.65rem .85rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.95rem;font-family:inherit;color:#1f2937}@media (min-width: 768px){.form-group input,.form-group textarea{padding:.75rem 1rem;font-size:1rem}}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical;min-height:140px}@media (min-width: 768px){.form-group textarea{min-height:100px}}.submit-btn{width:100%;background-color:#f97316;color:#fff;font-weight:700;padding:.85rem;border:none;border-radius:.5rem;font-size:.95rem;cursor:pointer;transition:all .3s}@media (min-width: 768px){.submit-btn{padding:1rem;font-size:1rem}}.submit-btn:hover{background-color:#ea580c;transform:scale(1.02)}.contact-direct{text-align:center;margin-top:1rem;color:#6b7280;font-size:.85rem}@media (min-width: 768px){.contact-direct{margin-top:1.5rem;font-size:.95rem}}.contact-direct a{color:#1e3a8a;font-weight:600;text-decoration:none;transition:color .3s}.contact-direct a:hover{color:#3b82f6;text-decoration:underline}.footer{background-color:#111827;color:#d1d5db;padding:2rem}.footer-container{max-width:1200px;margin:0 auto;text-align:center}.footer p{margin:.5rem 0}.footer-copy{font-size:.875rem;color:#6b7280}
