*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#fafafa}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.flex{display:flex}.flex-column{flex-direction:column}.justify-center{justify-content:center}.align-center{align-items:center}.space-between{justify-content:space-between}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}h1{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1rem}h2{font-size:2.5rem;font-weight:600;margin-bottom:1rem}h3{font-size:1.5rem;font-weight:600;margin-bottom:.75rem}h4{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}p{margin-bottom:1rem;font-size:1.1rem}.text-large{font-size:1.25rem}.text-small{font-size:.9rem}.text-primary{color:#2563eb}.text-secondary{color:#64748b}.text-white{color:#fff}.text-dark{color:#1f2937}.bg-primary{background-color:#2563eb}.bg-secondary{background-color:#64748b}.bg-dark{background-color:#1f2937}.bg-light{background-color:#f8fafc}.bg-white{background-color:#fff}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem;text-align:center}.btn-primary{background-color:#2563eb;color:#fff}.btn-primary:hover{background-color:#1d4ed8;transform:translateY(-2px)}.btn-secondary{background-color:transparent;color:#2563eb;border:2px solid #2563eb}.btn-secondary:hover{background-color:#2563eb;color:#fff}.btn-outline-white{background-color:transparent;color:#fff;border:2px solid white}.btn-outline-white:hover{background-color:#fff;color:#1f2937}.btn-large{padding:1rem 2rem;font-size:1.1rem}.section{padding:4rem 0}.section-large{padding:6rem 0}.card{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease}.card:hover{box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-2px)}.card-icon{width:3rem;height:3rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:2.5rem}.mb-6{margin-bottom:3rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:2.5rem}.mt-6{margin-top:3rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.img-responsive{width:100%;height:auto;border-radius:.75rem}.img-cover{object-fit:cover;width:100%;height:100%}.list-none,.list-check{list-style:none}.list-check li{position:relative;padding-left:1.5rem;margin-bottom:.5rem}.list-check li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}@media (max-width: 768px){h1{font-size:2.5rem}h2{font-size:2rem}.container{padding:0 1rem}.section{padding:2rem 0}.section-large{padding:3rem 0}.grid-2,.grid-3{grid-template-columns:1fr}.btn{display:block;width:100%;margin-bottom:1rem}}@media (max-width: 480px){h1{font-size:2rem}.card{padding:1.5rem}}.header{background:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000}.header-nav{display:flex;justify-content:space-between;align-items:center;height:4rem;max-width:1200px;margin:0 auto;padding:0 1rem}.header-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#1f2937}.header-logo-icon{width:2rem;height:2rem;background:none;border-radius:.5rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.header-logo-icon img{width:100%;height:100%;object-fit:cover;border-radius:.375rem}.header-logo-text{font-size:1.25rem;font-weight:700}.header-nav-desktop{display:flex;gap:1rem}.header-nav-link{padding:.5rem 1rem;border-radius:.375rem;text-decoration:none;color:#4b5563;font-weight:500;transition:all .2s ease}.header-nav-link:hover{color:#2563eb;background-color:#f3f4f6}.header-nav-link.active{color:#2563eb;background-color:#eff6ff}.header-mobile-button{display:none;background:none;border:none;padding:.5rem;border-radius:.375rem;color:#4b5563;cursor:pointer;transition:all .2s ease}.header-mobile-button:hover{background-color:#f3f4f6;color:#2563eb}.header-mobile-menu{display:none;border-top:1px solid #e5e7eb;padding:1rem}.header-mobile-menu.open{display:block}.header-mobile-nav{display:flex;flex-direction:column;gap:.5rem}.header-mobile-link{padding:.75rem 1rem;border-radius:.375rem;text-decoration:none;color:#4b5563;font-weight:500;transition:all .2s ease}.header-mobile-link:hover{color:#2563eb;background-color:#f3f4f6}.header-mobile-link.active{color:#2563eb;background-color:#eff6ff}@media (max-width: 768px){.header-nav-desktop{display:none}.header-mobile-button{display:inline-flex}}.hero{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:6rem 0;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0003;z-index:1}.hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-text h1{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}.hero-text .highlight{color:#60a5fa}.hero-text p{font-size:1.25rem;color:#cbd5e1;margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{position:relative}.hero-image img{width:100%;height:400px;object-fit:cover;border-radius:1rem;box-shadow:0 20px 25px -5px #0000004d}.hero-badge{position:absolute;bottom:-1.5rem;left:-1.5rem;background:#fff;color:#1f2937;padding:1.5rem;border-radius:.75rem;box-shadow:0 10px 15px -3px #0003;max-width:250px}.hero-badge h4{font-weight:600;margin-bottom:.5rem}.hero-badge p{font-size:.875rem;color:#6b7280;margin:0}.services{padding:5rem 0;background:#fff}.services-header{text-align:center;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.services-header h2{color:#1f2937;margin-bottom:1rem}.services-header p{color:#6b7280;font-size:1.25rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 1rem}.service-card{background:#f8fafc;padding:2rem;border-radius:1rem;transition:all .3s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.service-icon{width:3rem;height:3rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff}.service-icon.blue{background:#2563eb}.service-icon.green{background:#16a34a}.service-icon.purple{background:#9333ea}.service-card h3{color:#1f2937;margin-bottom:1rem}.service-card p{color:#6b7280;margin-bottom:1.5rem}.service-features{list-style:none;padding:0}.service-features li{color:#6b7280;font-size:.875rem;margin-bottom:.5rem;padding-left:1rem;position:relative}.service-features li:before{content:"•";color:#2563eb;position:absolute;left:0}.salesforce-section{padding:5rem 0;background:linear-gradient(135deg,#eff6ff,#e0f2fe)}.salesforce-content{max-width:1200px;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.salesforce-text h2{color:#1f2937;margin-bottom:1.5rem}.salesforce-text p{color:#6b7280;font-size:1.125rem;margin-bottom:1.5rem}.salesforce-features{list-style:none;padding:0}.salesforce-feature{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem}.feature-icon{width:1.5rem;height:1.5rem;background:#2563eb;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.125rem}.feature-content h4{color:#1f2937;margin-bottom:.25rem}.feature-content p{color:#6b7280;margin:0}.salesforce-image img{width:100%;height:350px;object-fit:cover;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a}.cta{padding:5rem 0;background:#1e293b;color:#fff;text-align:center}.cta-content{max-width:800px;margin:0 auto;padding:0 1rem}.cta h2{margin-bottom:1.5rem}.cta p{color:#cbd5e1;font-size:1.25rem;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.hero-content{grid-template-columns:1fr;text-align:center}.hero-text h1{font-size:2.5rem}.hero-badge{position:static;margin-top:1rem;margin-left:0}.salesforce-content{grid-template-columns:1fr}.hero-buttons,.cta-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}}
