@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#432d14;overflow-x:hidden;background:#fffdec}.container{max-width:1200px;margin:0 auto;padding:0 20px}@media (min-width: 640px){.container{padding:0 30px}}@media (min-width: 1024px){.container{padding:0 40px}}@media (min-width: 1400px){.container{max-width:1400px;padding:0 60px}}.navbar{position:fixed;top:0;width:100%;background:#fffdecf2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease;border-bottom:1px solid rgba(67,45,20,.1)}.navbar.scrolled{background:#fffffffa;box-shadow:0 2px 20px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}@media (min-width: 640px){.nav-container{padding:0 30px}}@media (min-width: 1024px){.nav-container{padding:0 40px}}@media (min-width: 1400px){.nav-container{max-width:1400px;padding:0 60px}}.nav-brand{display:flex;align-items:center;gap:12px}.logo{height:40px;width:40px;object-fit:cover;border-radius:8px}.brand-text{font-size:1.5rem;font-weight:700;color:#432d14}.nav-brand-link{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.nav-menu{display:flex;align-items:center;gap:2rem}.nav-link{text-decoration:none;color:#432d14;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#ffba24}.nav-link.active{color:#ffba24;font-weight:600;position:relative}.nav-link.active:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:2px;background:#ffba24;border-radius:1px}.nav-link.cta-button{background:#ffba24;color:#432d14;padding:10px 20px;border-radius:8px;transition:all .3s ease;font-weight:600}.nav-link.cta-button:hover{background:#ffbb24;color:#432d14;transform:translateY(-2px)}.hamburger{display:none;flex-direction:column;cursor:pointer}.hamburger span{width:25px;height:3px;background:#432d14;margin:3px 0;transition:.3s}.hamburger.active span:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.hero{padding:100px 0 60px;background:linear-gradient(135deg,#fffdec,#fff8d6);min-height:100vh;display:flex;align-items:center}@media (min-width: 768px){.hero{padding:120px 0 80px}}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}@media (min-width: 768px){.hero-container{padding:0 30px;gap:3rem}}@media (min-width: 1024px){.hero-container{padding:0 40px;gap:4rem}}@media (min-width: 1400px){.hero-container{max-width:1400px;padding:0 60px}}.hero-title{font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#432d14}@media (min-width: 640px){.hero-title{font-size:2.5rem}}@media (min-width: 1024px){.hero-title{font-size:3.5rem}}.gradient-text{background:linear-gradient(135deg,#ffba24,#ffbb24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.brown-text{color:#432d14}.hero-description{font-size:1.25rem;color:#6b5a42;margin-bottom:2rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.btn{padding:14px 28px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:#ffba24;color:#432d14;font-weight:600}.btn-primary:hover:not(:disabled){background:#ffbb24;transform:translateY(-2px);box-shadow:0 10px 25px #ffba244d}.btn-secondary{background:transparent;color:#432d14;border:2px solid #ffba24;font-weight:600}.btn-secondary:hover:not(:disabled){background:#ffba24;color:#432d14;transform:translateY(-2px)}.btn-large{padding:18px 36px;font-size:1.1rem}.hero-stats{display:flex;gap:2rem}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:700;color:#ffba24}.stat-label{font-size:.9rem;color:#6b5a42}.hero-visual{position:relative}.hero-image{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 25px 50px #00000026}.hero-image img{width:100%;height:400px;object-fit:cover}.services{padding:60px 0;background:linear-gradient(135deg,#fffdec,#fff8d6,#fffdec);position:relative;overflow:hidden}@media (min-width: 768px){.services{padding:100px 0}}.section-header{text-align:center;margin-bottom:4rem;position:relative;z-index:2}.section-header:after{content:"";position:absolute;bottom:-20px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(135deg,#ffba24,#ffbb24);border-radius:2px}.section-title{font-size:1.8rem;font-weight:700;color:#432d14;margin-bottom:1rem;position:relative;display:inline-block}@media (min-width: 768px){.section-title{font-size:2.5rem}}.section-description{font-size:1.2rem;color:#6b5a42;max-width:600px;margin:0 auto;position:relative;z-index:2}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;position:relative;z-index:2}.service-card{background:#ffffffe6;padding:2.5rem;border-radius:20px;box-shadow:0 8px 32px #432d141a;border:1px solid rgba(255,186,36,.3);transition:all .3s ease;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);cursor:pointer;transform-style:preserve-3d}.service-card:hover{transform:translateY(-12px) rotateX(5deg);box-shadow:0 25px 50px #432d1433;background:#fffffff2}.service-icon{width:70px;height:70px;background:linear-gradient(135deg,#ffba24,#ffbb24);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease;position:relative;box-shadow:0 4px 15px #ffba244d}.service-card:hover .service-icon{transform:scale(1.1) rotate(5deg);box-shadow:0 10px 25px #ffba2466}.service-icon svg{width:32px;height:32px;color:#432d14;transition:all .3s ease}.service-card h3{font-size:1.4rem;font-weight:700;color:#432d14;margin-bottom:1rem;transition:color .3s ease;line-height:1.3}.service-card p{color:#6b5a42;line-height:1.7;font-size:1rem;margin-bottom:1.5rem}.service-tags{display:flex;flex-wrap:wrap;gap:.5rem}.service-tag{background:#ffba2426;color:#432d14;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:500;border:1px solid rgba(255,186,36,.3);transition:all .3s ease}.service-card:hover .service-tag{background:#ffba2440;border-color:#ffba2480;transform:translateY(-1px)}.about{padding:60px 0;background:#fffdec80}@media (min-width: 768px){.about{padding:100px 0}}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-description{font-size:1.1rem;color:#6b5a42;margin-bottom:2rem;line-height:1.7}.about-features{display:flex;flex-direction:column;gap:1.5rem}.feature{display:flex;align-items:flex-start;gap:1rem}.feature-icon{width:24px;height:24px;background:#ffba24;color:#432d14;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;flex-shrink:0;margin-top:2px}.feature-text h4{font-size:1.1rem;font-weight:600;color:#432d14;margin-bottom:.5rem}.feature-text p{color:#6b5a42;line-height:1.6}.about-visual img{width:100%;height:400px;object-fit:cover;border-radius:16px;box-shadow:0 20px 40px #0000001a}.cta{padding:50px 0;background:linear-gradient(135deg,#432d14,#5a3e1f);color:#fffdec;text-align:center}@media (min-width: 768px){.cta{padding:80px 0}}.cta-content h2{font-size:1.8rem;font-weight:700;margin-bottom:1rem}@media (min-width: 768px){.cta-content h2{font-size:2.5rem}}.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta .btn-primary{background:#ffba24;color:#432d14}.cta .btn-primary:hover:not(:disabled){background:#ffbb24;transform:translateY(-2px);box-shadow:0 10px 25px #ffba244d}.cta-buttons{display:flex;gap:1rem;justify-content:center;align-items:center}.cta .btn-secondary{background:transparent;color:#fffdec;border:2px solid #fffdec}.cta .btn-secondary:hover:not(:disabled){background:#fffdec;color:#432d14;transform:translateY(-2px)}.contact{padding:60px 0;background:#fffdec}@media (min-width: 768px){.contact{padding:100px 0}}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:center;gap:1rem}.contact-icon{width:50px;height:50px;background:linear-gradient(135deg,#ffba24,#ffbb24);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon svg{width:24px;height:24px;color:#432d14}.contact-item h4{font-size:1.1rem;font-weight:600;color:#432d14;margin-bottom:.25rem}.contact-item p{color:#6b5a42}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group input,.form-group textarea{padding:14px 16px;border:2px solid rgba(255,186,36,.3);border-radius:8px;font-size:1rem;transition:border-color .3s ease;font-family:inherit;background:#fffdeccc;color:#432d14}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#ffba24;background:#fffdec}.form-group textarea{resize:vertical;min-height:120px}.footer{background:#432d14;color:#fffdec;padding:40px 0 20px}@media (min-width: 768px){.footer{padding:60px 0 20px}}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:2rem}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:1rem}.footer-brand p{color:#fffdeccc;line-height:1.6}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#fffdec}.footer-column a{display:block;color:#fffdecb3;text-decoration:none;margin-bottom:.5rem;transition:color .3s ease}.footer-column a:hover{color:#ffba24}.footer-bottom{border-top:1px solid rgba(255,253,236,.2);padding-top:2rem;text-align:center;color:#fffdecb3}@media (max-width: 768px){.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#fffdec;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #432d141a;padding:2rem 0}.nav-menu.active{left:0}.hero-container{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-buttons{flex-direction:column;align-items:center}.hero-stats{justify-content:center;flex-wrap:wrap}.services-grid{grid-template-columns:1fr}.about-content,.contact-content,.footer-content{grid-template-columns:1fr;gap:2rem}.footer-links{grid-template-columns:1fr;gap:1.5rem}.cta-buttons{flex-direction:column;gap:1rem}}@media (max-width: 640px){.nav-brand{gap:8px}.brand-text{font-size:1.2rem}.logo{height:35px;width:35px}.hero-description{font-size:1rem}.hero-image img,.about-visual img{height:280px}.section-description,.cta-content p{font-size:1rem}.service-card{padding:1.5rem}.section-header{margin-bottom:2rem}.section-header:after{width:60px;bottom:-15px}}.sme-page{padding-top:70px;background:#fffdec;overflow-x:hidden}.breadcrumb-section{padding:20px 0;background:#fffdeccc;border-bottom:1px solid rgba(67,45,20,.1)}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#6b5a42}.breadcrumb-separator{color:#ffba24;font-weight:600}.breadcrumb-current{color:#432d14;font-weight:600}.sme-header{padding:40px 20px 60px;background:linear-gradient(135deg,#432d14,#5a3e1f);color:#fffdec;text-align:center;position:relative;overflow:hidden}@media (min-width: 768px){.sme-header{padding:60px 0 80px}}.sme-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23ffba24" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');pointer-events:none}.sme-header-content{position:relative;z-index:2;max-width:800px;margin:0 auto}.sme-badge{display:inline-block;background:#ffba2433;color:#ffba24;padding:8px 20px;border-radius:25px;font-size:.9rem;font-weight:600;margin-bottom:2rem;border:1px solid rgba(255,186,36,.3)}.sme-main-title{font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:#fffdec}@media (min-width: 640px){.sme-main-title{font-size:2.5rem}}@media (min-width: 1024px){.sme-main-title{font-size:3.5rem}}.sme-main-description{font-size:1.2rem;color:#fffdece6;margin-bottom:3rem;line-height:1.7;max-width:600px;margin-left:auto;margin-right:auto}.sme-quick-stats{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.quick-stat{text-align:center;padding:1rem;background:#ffba241a;border-radius:12px;border:1px solid rgba(255,186,36,.2);min-width:120px}.stat-value{display:block;font-size:1.8rem;font-weight:700;color:#ffba24;margin-bottom:.25rem}.stat-label{font-size:.85rem;color:#fffdeccc}.problem-solution{padding:60px 0;background:linear-gradient(135deg,#fffdec,#fff8d6)}@media (min-width: 768px){.problem-solution{padding:100px 0}}.pain-points-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.pain-points-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem}}.pain-point-card{background:#ffffffe6;border-radius:20px;box-shadow:0 8px 32px #432d141a;border:1px solid rgba(255,186,36,.3);transition:all .3s ease;overflow:hidden;display:grid;grid-template-columns:1fr 1fr}.pain-point-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #432d1426}.problem-side{padding:2rem;background:#ffba240d;border-right:1px solid rgba(255,186,36,.2)}.solution-side{padding:2rem;background:#432d1405}.problem-icon,.solution-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.2rem}.problem-icon{background:#ff6b6b33}.solution-icon{background:#22c55e33}.problem-side h4,.solution-side h4{font-size:1.1rem;font-weight:700;color:#432d14;margin-bottom:.75rem}.problem-side p,.solution-side p{color:#6b5a42;line-height:1.5;font-size:.95rem}.case-studies{padding:60px 0;background:#432d1405}@media (min-width: 768px){.case-studies{padding:100px 0}}.case-studies-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.case-studies-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem}}.case-study-card{background:#ffffffe6;border-radius:20px;overflow:hidden;box-shadow:0 8px 32px #432d141a;border:1px solid rgba(255,186,36,.3);transition:all .3s ease}.case-study-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #432d1426}.case-study-image{position:relative;height:200px;overflow:hidden}.case-study-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.case-study-card:hover .case-study-image img{transform:scale(1.05)}.case-study-overlay{position:absolute;top:1rem;right:1rem}.industry-tag{background:#ffba24e6;color:#432d14;padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:600}.case-study-content{padding:2rem}.case-study-content h3{font-size:1.4rem;font-weight:700;color:#432d14;margin-bottom:1.5rem}.challenge-result{display:flex;flex-direction:column;gap:1.5rem}.challenge h5,.result h5{font-size:.9rem;font-weight:600;color:#ffba24;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.challenge p,.result p{color:#6b5a42;line-height:1.6;font-size:.95rem}.implementation-process{padding:60px 0;background:#432d1405}@media (min-width: 768px){.implementation-process{padding:100px 0}}.implementation-with-simulator{display:grid;grid-template-columns:1fr;gap:2rem;align-items:flex-start;position:relative}@media (min-width: 1024px){.implementation-with-simulator{grid-template-columns:1fr 400px;gap:4rem}}.process-timeline{max-width:800px;margin:0 auto;position:relative}.process-timeline:before{content:"";position:absolute;left:30px;top:60px;bottom:0;width:2px;background:linear-gradient(to bottom,#ffba24,#ffba244d)}.process-step{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem;position:relative;min-height:auto;transition:all .2s ease}.process-step.active{transform:translate(8px)}.process-step.active .step-content{background:#ffba241a;border-color:#ffba24;box-shadow:0 4px 12px #ffba2426}.process-step.active .step-number{box-shadow:0 6px 20px #ffba2466;transform:scale(1.05)}.step-number{width:50px;height:50px;background:#ffba24;color:#432d14;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;flex-shrink:0;box-shadow:0 4px 15px #ffba244d;z-index:2;position:relative}.step-content{flex:1;background:#fffc;padding:.75rem 1rem;border-radius:16px;border:1px solid rgba(255,186,36,.2);position:relative}.step-content h4{font-size:1.1rem;font-weight:700;color:#432d14;margin-bottom:.25rem}.step-content p{color:#6b5a42;line-height:1.4;margin-bottom:0;font-size:.9rem}.step-time{display:inline-block;background:#ffba2426;color:#432d14;padding:4px 12px;border-radius:12px;font-size:.8rem;font-weight:600}.sme-final-cta{padding:50px 20px;background:linear-gradient(135deg,#432d14,#5a3e1f);color:#fffdec}@media (min-width: 768px){.sme-final-cta{padding:80px 0}}.final-cta-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.cta-text h2{font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}@media (min-width: 768px){.cta-text h2{font-size:2.8rem}}.cta-text p{font-size:1.2rem;margin-bottom:2rem;opacity:.9;line-height:1.6}.cta-features{display:flex;flex-direction:column;gap:.75rem}.cta-features span{font-size:1rem;color:#ffba24;font-weight:500}.cta-actions{text-align:center}.cta-actions .btn{display:block;margin-bottom:1rem;width:100%;max-width:300px}.cta-note{font-size:.9rem;color:#fffdecb3;margin-top:1rem}.cta-actions .btn-primary{background:#ffba24;color:#432d14}.cta-actions .btn-primary:hover:not(:disabled){background:#ffbb24;transform:translateY(-2px);box-shadow:0 10px 25px #ffba244d}.cta-actions .btn-secondary{background:transparent;color:#fffdec;border:2px solid #fffdec}.cta-actions .btn-secondary:hover:not(:disabled){background:#fffdec;color:#432d14;transform:translateY(-2px)}@media (max-width: 768px){.sme-main-title{font-size:2.5rem}.sme-quick-stats{flex-direction:column;gap:1rem;align-items:center}.pain-points-grid,.pain-point-card{grid-template-columns:1fr}.problem-side{border-right:none;border-bottom:1px solid rgba(255,186,36,.2)}.case-studies-grid,.pricing-grid{grid-template-columns:1fr}.pricing-card.popular{transform:none}.process-timeline:before{display:none}.process-step{flex-direction:column;text-align:center;gap:1rem}.final-cta-content{grid-template-columns:1fr;gap:2rem;text-align:center}.cta-text h2{font-size:2rem}.cta-features{align-items:center;margin-bottom:2rem}}.signup-page{padding-top:70px;background:#fffdec;min-height:100vh;overflow-x:hidden}.signup-header{padding:40px 20px;background:linear-gradient(135deg,#fffdec,#fff8d6);text-align:center}@media (min-width: 768px){.signup-header{padding:60px 0}}.signup-header-content{max-width:600px;margin:0 auto}.signup-title{font-size:2rem;font-weight:700;color:#432d14;margin-bottom:1rem}@media (min-width: 768px){.signup-title{font-size:3rem}}.signup-description{font-size:1.2rem;color:#6b5a42;margin-bottom:2rem;line-height:1.6}.signup-benefits{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.benefit-item{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#432d14}.benefit-icon{color:#ffba24;font-weight:700}.signup-form-section{padding:50px 20px}@media (min-width: 768px){.signup-form-section{padding:80px 0}}.signup-form-container{max-width:600px;margin:0 auto;background:#ffffffe6;border-radius:20px;padding:1.5rem;box-shadow:0 20px 40px #432d141a;border:1px solid rgba(255,186,36,.2)}@media (min-width: 640px){.signup-form-container{padding:2rem}}@media (min-width: 768px){.signup-form-container{padding:3rem}}.form-progress{margin-bottom:3rem}.progress-bar{width:100%;height:4px;background:#ffba2433;border-radius:2px;margin-bottom:2rem;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(135deg,#ffba24,#ffbb24);border-radius:2px;transition:width .3s ease}.progress-steps{display:flex;justify-content:space-between}.step{display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:.5;transition:opacity .3s ease}.step.active{opacity:1}.step-number{width:32px;height:32px;border-radius:50%;background:#ffba2433;color:#432d14;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem}.step.active .step-number{background:#ffba24;color:#432d14}.step-label{font-size:.85rem;color:#6b5a42;font-weight:500}.step.active .step-label{color:#432d14;font-weight:600}.signup-form h3{font-size:1.5rem;font-weight:700;color:#432d14;margin-bottom:2rem;text-align:center}.form-step{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#432d14;font-size:.9rem}.form-group input,.form-group select{width:100%;padding:14px 16px;border:2px solid rgba(255,186,36,.3);border-radius:8px;font-size:1rem;transition:border-color .3s ease;font-family:inherit;background:#fffdeccc;color:#432d14}.form-group input:focus,.form-group select:focus{outline:none;border-color:#ffba24;background:#fffdec}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.9rem;line-height:1.5}.checkbox-label input[type=checkbox]{display:none}.checkmark{width:20px;height:20px;border:2px solid rgba(255,186,36,.5);border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease;margin-top:2px}.checkbox-label input[type=checkbox]:checked+.checkmark{background:#ffba24;border-color:#ffba24}.checkbox-label input[type=checkbox]:checked+.checkmark:after{content:"✓";color:#432d14;font-weight:700;font-size:.8rem}.link{color:#ffba24;text-decoration:none;font-weight:600}.link:hover{text-decoration:underline}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.signup-footer{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,186,36,.2)}.signup-footer p{color:#6b5a42}@media (max-width: 768px){.signup-title{font-size:2.5rem}.signup-benefits{flex-direction:column;align-items:center;gap:1rem}.signup-form-container{margin:0 1rem;padding:2rem}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.progress-steps{gap:1rem}}@media (max-width: 480px){.hero-title,.section-title{font-size:2rem}.hero-stats{flex-direction:column;gap:1rem}.service-card{padding:1.5rem}.sme-main-title{font-size:2rem}.pain-point-card{margin:0 1rem}.problem-side,.solution-side,.case-study-content{padding:1.5rem}.pricing-card{margin:0 1rem}.step-content{padding:1.5rem}.final-cta-content{flex-direction:column;gap:1rem}}.phone-simulator{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;position:sticky;top:100px;height:fit-content}.step-indicator{font-size:.9rem;font-weight:600;color:#432d14;background:#ffba2426;padding:.75rem 1rem;border-radius:12px;border:1px solid rgba(255,186,36,.3);margin-bottom:1rem;text-align:center;width:100%;max-width:340px}.phone-frame{width:340px;background:#1a1a1a;border-radius:40px;padding:12px;box-shadow:0 0 0 3px #2a2a2a,0 25px 50px #0000004d;position:relative}.phone-notch{position:absolute;top:16px;left:50%;transform:translate(-50%);width:140px;height:28px;background:#1a1a1a;border-radius:0 0 20px 20px;z-index:10}.phone-screen{width:100%;height:650px;background:linear-gradient(135deg,#fffdec,#fff8d6);border-radius:32px;overflow-y:auto;overflow-x:hidden;position:relative;scrollbar-width:none}.phone-screen::-webkit-scrollbar{display:none}.phone-content{padding:50px 24px 24px;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.app-logo{text-align:center;margin-bottom:2rem}.logo-circle{width:60px;height:60px;background:linear-gradient(135deg,#ffba24,#ffbb24);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;color:#432d14;margin:0 auto .75rem;box-shadow:0 8px 20px #ffba244d}.app-logo h3{font-size:1.4rem;font-weight:700;color:#432d14;margin:0}.screen-title{font-size:1.5rem;font-weight:700;color:#432d14;margin-bottom:.5rem;text-align:center}.screen-subtitle{color:#6b5a42;text-align:center;margin-bottom:2rem;font-size:.9rem}.phone-form{display:flex;flex-direction:column;gap:1rem}.phone-input{display:flex;flex-direction:column;gap:.5rem}.phone-input label{font-size:.85rem;font-weight:600;color:#432d14}.phone-input input{padding:12px 14px;border:2px solid rgba(255,186,36,.3);border-radius:8px;font-size:.9rem;background:#ffffffe6;color:#432d14;font-family:inherit}.phone-input input:focus{outline:none;border-color:#ffba24}.phone-btn{padding:14px;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit}.phone-btn-primary{background:#ffba24;color:#432d14;margin-top:.5rem}.phone-btn-primary:hover{background:#ffbb24;transform:translateY(-2px);box-shadow:0 8px 20px #ffba244d}.phone-link{text-align:center;color:#ffba24;font-size:.85rem;font-weight:600;text-decoration:none;margin-top:.5rem}.phone-terms{text-align:center;color:#6b5a42;font-size:.75rem;margin-top:.5rem}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.header-info h4{font-size:1.3rem;font-weight:700;color:#432d14;margin:0 0 .25rem}.greeting{color:#6b5a42;font-size:.85rem;margin:0}.profile-icon{width:40px;height:40px;background:linear-gradient(135deg,#ffba24,#ffbb24);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#432d14}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem}.stat-box{background:#ffffffe6;padding:1rem;border-radius:12px;text-align:center;border:1px solid rgba(255,186,36,.2)}.stat-num{display:block;font-size:1.5rem;font-weight:700;color:#ffba24;margin-bottom:.25rem}.stat-label{font-size:.75rem;color:#6b5a42;font-weight:500}.quick-actions{margin-bottom:1.5rem}.quick-actions h5{font-size:.9rem;font-weight:700;color:#432d14;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.action-btn{width:100%;padding:14px 16px;background:#ffffffe6;border:2px solid rgba(255,186,36,.3);border-radius:10px;display:flex;align-items:center;gap:12px;font-size:.9rem;font-weight:600;color:#432d14;cursor:pointer;transition:all .3s ease;margin-bottom:.75rem;font-family:inherit}.action-btn:hover{background:#ffba24;border-color:#ffba24;transform:translateY(-2px);box-shadow:0 4px 12px #ffba244d}.action-icon{font-size:1.2rem}.recent-deliveries h5{font-size:.9rem;font-weight:700;color:#432d14;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.delivery-item{background:#ffffffe6;padding:14px;border-radius:10px;margin-bottom:.75rem;border:1px solid rgba(255,186,36,.2)}.delivery-status{display:inline-block;padding:4px 10px;border-radius:12px;font-size:.7rem;font-weight:600;margin-bottom:.5rem}.status-transit{background:#3b82f626;color:#2563eb}.status-delivered{background:#22c55e26;color:#16a34a}.delivery-id{font-weight:600;color:#432d14;margin:0 0 .25rem;font-size:.9rem}.delivery-location{color:#6b5a42;margin:0;font-size:.85rem}.phone-controls{display:flex;justify-content:center;gap:.5rem;padding:1rem 0 .5rem}.control-btn{padding:8px 16px;background:#ffba241a;border:2px solid rgba(255,186,36,.3);border-radius:20px;font-size:.8rem;font-weight:600;color:#432d14;cursor:pointer;transition:all .3s ease;font-family:inherit}.control-btn:hover{background:#ffba2433}.control-btn.active{background:#ffba24;border-color:#ffba24}@media (max-width: 1024px){.implementation-with-simulator{grid-template-columns:1fr;gap:3rem}.phone-simulator{padding:1rem}}@media (max-width: 768px){.phone-frame{width:300px}.phone-screen{height:580px}.phone-content{padding:40px 20px 20px}.app-logo h3{font-size:1.2rem}.screen-title{font-size:1.3rem}}:root{--ink: #2b1d0e;--ink-soft: #6b5a42;--cream: #fffdec;--cream-2: #fff8d6;--amber: #ffba24;--amber-deep: #e6a015;--line: rgba(67, 45, 20, .1);--line-strong: rgba(67, 45, 20, .16);--card: #ffffff;--display: "Sora", "Inter", sans-serif;--shadow-sm: 0 1px 2px rgba(67, 45, 20, .04), 0 2px 8px rgba(67, 45, 20, .05);--shadow-md: 0 10px 30px rgba(67, 45, 20, .08);--shadow-lg: 0 24px 60px rgba(67, 45, 20, .14);--radius: 18px}html{scroll-behavior:smooth;scroll-padding-top:90px}body{color:var(--ink);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--display);letter-spacing:-.02em}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*{animation-duration:.001ms!important;transition-duration:.001ms!important}}.btn{border-radius:12px;font-family:var(--display);font-weight:600;letter-spacing:-.01em;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.btn-primary{background:linear-gradient(135deg,#ffc547,var(--amber));color:#3a2710;box-shadow:0 8px 20px #ffba2459}.btn-primary:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 16px 34px #ffba246b}.btn-secondary{background:#ffffff80;border:1.5px solid var(--line-strong);color:var(--ink);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.btn-secondary:hover:not(:disabled){background:#fff;border-color:var(--amber);color:var(--ink);transform:translateY(-3px)}.navbar{background:#fffdecb8;backdrop-filter:blur(18px) saturate(150%);-webkit-backdrop-filter:blur(18px) saturate(150%);border-bottom:1px solid transparent}.navbar.scrolled{background:#fffdece6;border-bottom:1px solid var(--line);box-shadow:0 6px 24px #432d140f}.brand-text{font-family:var(--display);letter-spacing:-.03em}.nav-link{font-weight:500;color:var(--ink)}.nav-link.cta-button{background:linear-gradient(135deg,#ffc547,var(--amber));box-shadow:0 6px 16px #ffba244d}.hero{position:relative;background:radial-gradient(60% 60% at 85% 10%,rgba(255,186,36,.18),transparent 60%),radial-gradient(50% 50% at 0% 100%,rgba(255,186,36,.1),transparent 55%),linear-gradient(135deg,var(--cream) 0%,var(--cream-2) 100%)}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--display);font-size:.82rem;font-weight:600;letter-spacing:.02em;color:var(--ink);background:#fff9;border:1px solid var(--line-strong);padding:7px 14px;border-radius:999px;margin-bottom:1.4rem;box-shadow:var(--shadow-sm)}.hero-eyebrow-dot{width:8px;height:8px;border-radius:50%;background:var(--amber);box-shadow:0 0 0 4px #ffba2440}.hero-title{font-family:var(--display);font-weight:800;font-size:clamp(2.4rem,6vw,4.2rem);line-height:1.05;letter-spacing:-.035em;margin-bottom:1.4rem}.gradient-text{background:linear-gradient(115deg,var(--amber),#f08b00);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-description{font-size:clamp(1.02rem,1.4vw,1.22rem);color:var(--ink-soft);max-width:32rem;margin-bottom:2.2rem}.hero-stats{display:flex;gap:0;max-width:560px;background:#ffffff8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:var(--shadow-sm)}.hero-stats .stat{flex:1;text-align:left;padding:1rem 1.25rem;border-right:1px solid var(--line)}.hero-stats .stat:last-child{border-right:none}.stat-number{font-family:var(--display);font-size:clamp(1.5rem,2.4vw,2rem);font-weight:800;letter-spacing:-.03em;color:var(--ink);background:linear-gradient(115deg,var(--amber-deep),#f08b00);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.stat-label{color:var(--ink-soft)}.hero-image{border-radius:24px;border:1px solid rgba(255,255,255,.6);box-shadow:var(--shadow-lg)}.hero-image img{height:clamp(300px,42vw,460px)}.hero-trust{margin-top:2.2rem}.hero-trust-label{display:block;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:var(--ink-soft);margin-bottom:.7rem}.hero-trust-cities{display:flex;flex-wrap:wrap;gap:.5rem}.hero-trust-city{font-family:var(--display);font-size:.85rem;font-weight:600;color:var(--ink);background:#ffffff8c;border:1px solid var(--line);padding:6px 13px;border-radius:999px}.section-eyebrow{display:inline-block;font-family:var(--display);font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--amber-deep);background:#ffba241f;border:1px solid rgba(255,186,36,.32);padding:6px 14px;border-radius:999px;margin-bottom:1.1rem}.section-title{font-size:clamp(1.9rem,3.6vw,2.8rem);line-height:1.1}.section-title:before{content:none}.section-header:after{width:64px;height:3px;bottom:-18px;border-radius:2px}.section-description{color:var(--ink-soft)}.services-grid{grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:1.5rem}.service-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:none;backdrop-filter:none;padding:2rem;transform:none}.service-card:before,.service-card:after{content:none}.service-card:hover{transform:translateY(-6px);border-color:#ffba2473;box-shadow:var(--shadow-md);background:var(--card)}.service-card:hover .service-icon{transform:translateY(-2px) scale(1.05)}.service-icon{width:56px;height:56px;border-radius:14px;box-shadow:0 6px 16px #ffba2447}.service-icon svg{width:26px;height:26px}.service-card h3{font-size:1.2rem;letter-spacing:-.02em}.service-tag{background:#ffba241f;border-color:#ffba2447;border-radius:8px;font-weight:600}.about{background:var(--cream)}.about-visual img{border-radius:var(--radius);box-shadow:var(--shadow-lg)}.feature-icon{box-shadow:0 4px 12px #ffba244d}.cta{position:relative;overflow:hidden;background:radial-gradient(50% 80% at 80% 0%,rgba(255,186,36,.22),transparent 60%),linear-gradient(135deg,#3a2710,#5a3e1f)}.cta-content{position:relative;z-index:1}.cta-content h2{font-size:clamp(1.9rem,4vw,2.8rem)}.cta .btn-secondary{background:#fffdec0f;border-color:#fffdec80;color:var(--cream);-webkit-backdrop-filter:none;backdrop-filter:none}.contact-item{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:1.1rem 1.25rem;box-shadow:var(--shadow-sm);transition:transform .25s ease,box-shadow .25s ease}.contact-item:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.contact-icon{width:44px;height:44px;border-radius:12px}.form-group input,.form-group textarea{border:1.5px solid var(--line-strong);border-radius:12px;background:#fff}.form-group input:focus,.form-group textarea:focus{border-color:var(--amber);box-shadow:0 0 0 4px #ffba242e;background:#fff}.footer{background:#271a0a}.footer-logo{text-decoration:none;color:inherit;width:fit-content}.footer-logo .brand-text{color:var(--cream)}.footer-links{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-column h4{font-family:var(--display)}.footer-legal-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem 1.25rem;margin-top:.75rem;font-size:.85rem}.footer-legal-row a{color:#fffdeca6;text-decoration:none}.footer-legal-row a:hover{color:var(--amber)}@media (max-width: 900px){.footer-links{grid-template-columns:repeat(2,1fr);gap:1.75rem}}@media (max-width: 768px){.hero{min-height:auto;padding-top:110px}.hero-content{display:flex;flex-direction:column;align-items:center}.hero-eyebrow{margin-left:auto;margin-right:auto}.hero-stats{width:100%}.hero-trust-cities{justify-content:center}}@media (max-width: 560px){.hero-stats{flex-direction:column}.hero-stats .stat{border-right:none;border-bottom:1px solid var(--line);text-align:center}.hero-stats .stat:last-child{border-bottom:none}.service-card{padding:1.6rem}}@media (max-width: 600px){.footer-links{grid-template-columns:1fr 1fr}}.hero{position:relative;overflow:hidden}.hero-container,.hero-content,.hero-visual{position:relative;z-index:1}.hero:before{content:"";position:absolute;inset:-25% -10% auto -10%;height:150%;background:radial-gradient(38% 38% at 18% 28%,rgba(255,186,36,.38),transparent 62%),radial-gradient(34% 34% at 82% 18%,rgba(255,145,28,.28),transparent 62%),radial-gradient(42% 42% at 62% 82%,rgba(255,209,120,.32),transparent 62%);filter:blur(46px);z-index:0;pointer-events:none;animation:aurora 20s ease-in-out infinite alternate}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;opacity:.5;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E")}@keyframes aurora{0%{transform:translateZ(0) scale(1)}50%{transform:translate3d(-4%,2%,0) scale(1.08)}to{transform:translate3d(3%,-3%,0) scale(1.04)}}.hero-announce{display:inline-flex;align-items:center;gap:.6rem;background:#fff;border:1px solid var(--line-strong);border-radius:999px;padding:6px 14px 6px 8px;font-family:var(--display);font-size:.85rem;font-weight:600;color:var(--ink);text-decoration:none;box-shadow:var(--shadow-sm);margin-bottom:1.3rem;transition:transform .2s ease,box-shadow .2s ease}.hero-announce:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.hero-announce .tag{background:linear-gradient(135deg,#ffc547,var(--amber));color:#3a2710;font-size:.7rem;font-weight:800;padding:3px 10px;border-radius:999px;text-transform:uppercase;letter-spacing:.05em}.hero-announce .arrow{color:var(--amber-deep);transition:transform .2s ease}.hero-announce:hover .arrow{transform:translate(4px)}.btn-primary{position:relative;overflow:hidden}.btn-primary:after{content:"";position:absolute;top:0;left:-160%;width:60%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.55),transparent);transform:skew(-20deg);pointer-events:none}.btn-primary:hover:after{animation:btn-shine .9s ease}@keyframes btn-shine{to{left:160%}}.marquee{background:#271a0a;color:var(--cream);padding:.95rem 0;overflow:hidden;white-space:nowrap;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.marquee-track{display:inline-flex;align-items:center;gap:3rem;width:max-content;animation:marquee 32s linear infinite}.marquee:hover .marquee-track{animation-play-state:paused}.marquee-item{display:inline-flex;align-items:center;gap:3rem;font-family:var(--display);font-weight:600;font-size:.95rem;letter-spacing:.01em;opacity:.92}.marquee-dot{color:var(--amber);font-size:.6rem}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.services-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(210px,auto);gap:1.25rem}.services-grid .service-card:nth-child(1){grid-column:span 2;grid-row:span 2;background:linear-gradient(155deg,#fff,#fff5d6);border-color:#ffba2473;display:flex;flex-direction:column;justify-content:center}.services-grid .service-card:nth-child(1) .service-icon{width:72px;height:72px}.services-grid .service-card:nth-child(1) svg{width:34px;height:34px}.services-grid .service-card:nth-child(1) h3{font-size:clamp(1.6rem,2.6vw,2.1rem)}.services-grid .service-card:nth-child(1) p{font-size:1.08rem;max-width:30rem}.service-card:hover{box-shadow:var(--shadow-md);border-color:#ffba2473}@media (max-width: 900px){.services-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:minmax(190px,auto)}.services-grid .service-card:nth-child(1){grid-column:span 2;grid-row:auto}}@media (max-width: 600px){.services-grid{grid-template-columns:1fr;grid-auto-rows:auto}.services-grid .service-card:nth-child(1){grid-column:auto}.marquee-track{gap:2rem}.marquee-item{gap:2rem;font-size:.85rem}}.breadcrumb-section{background:var(--cream);border-bottom:1px solid var(--line)}.breadcrumb{font-size:.85rem;color:var(--ink-soft);font-family:var(--display)}.breadcrumb-separator{color:var(--amber-deep)}.breadcrumb-current{color:var(--ink);font-weight:600}.sme-header{background:radial-gradient(55% 80% at 85% 0%,rgba(255,186,36,.28),transparent 60%),radial-gradient(45% 65% at 0% 100%,rgba(255,186,36,.14),transparent 55%),linear-gradient(150deg,#3a2710,#5a3e1f);padding:clamp(96px,12vw,150px) 0 clamp(60px,9vw,104px)}.sme-header:before{display:none}.sme-badge{display:inline-flex;align-items:center;gap:.55rem;background:#ffffff14;border:1px solid rgba(255,186,36,.4);color:#ffd980;font-family:var(--display);font-weight:600;font-size:.85rem;padding:7px 16px;border-radius:999px;margin-bottom:1.6rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.sme-badge-dot{width:8px;height:8px;border-radius:50%;background:var(--amber);box-shadow:0 0 0 4px #ffba2440}.sme-main-title{font-family:var(--display);font-weight:800;letter-spacing:-.035em;font-size:clamp(2.4rem,6vw,4.2rem);line-height:1.04}.sme-main-description{color:#fffdecd1;font-size:clamp(1.05rem,1.6vw,1.25rem)}.sme-quick-stats{gap:1rem;flex-wrap:wrap;margin-top:2.5rem}.quick-stat{background:#ffffff0f;border:1px solid rgba(255,186,36,.22);border-radius:16px;padding:1.2rem 1.6rem;min-width:150px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.stat-value{font-family:var(--display);font-weight:800;font-size:clamp(1.8rem,3vw,2.4rem);color:#ffd980}.sme-header .stat-label,.quick-stat .stat-label{color:#fffdecb3}.problem-solution .section-header,.implementation-process .section-header{margin-bottom:3.5rem}.problem-solution .section-header h2,.implementation-process .section-header h2{font-family:var(--display);font-weight:700;letter-spacing:-.025em;font-size:clamp(1.9rem,3.8vw,2.8rem);color:var(--ink);line-height:1.1;margin-bottom:.75rem}.problem-solution .section-header p,.implementation-process .section-header p{color:var(--ink-soft);font-size:1.08rem;max-width:560px;margin:0 auto}.problem-solution{background:linear-gradient(180deg,var(--cream),#fff8e6)}.pain-points-grid{gap:1.5rem}.pain-point-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.pain-point-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);border-color:#ffba2466}.problem-side{background:transparent;border-right:1px solid var(--line);padding:1.8rem}.solution-side{background:#ffba240d;padding:1.8rem}.problem-icon,.solution-icon{width:40px;height:40px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:0}.problem-icon{background:#b423181a;color:#b42318}.solution-icon{background:#167f431f;color:#167f43}.problem-icon svg,.solution-icon svg{width:20px;height:20px}.problem-side h4,.solution-side h4{font-family:var(--display);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;margin-bottom:.6rem}.problem-side h4{color:#b42318}.solution-side h4{color:#167f43}.problem-side p,.solution-side p{color:var(--ink);font-size:1rem;line-height:1.55}.implementation-process{background:var(--cream)}.process-timeline:before{background:linear-gradient(to bottom,var(--amber),rgba(255,186,36,.25));left:28px}.process-step{margin-bottom:1rem}.step-number{width:52px;height:52px;font-family:var(--display);font-weight:700;background:linear-gradient(135deg,#ffc547,var(--amber));color:#3a2710;box-shadow:0 6px 16px #ffba244d}.step-content{background:var(--card);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-sm);padding:1rem 1.25rem}.process-step.active .step-content{border-color:var(--amber);box-shadow:0 8px 22px #ffba242e;background:#fffaf0}.step-content h4{font-family:var(--display);font-size:1.05rem;color:var(--ink)}.step-content p{color:var(--ink-soft)}.sme-final-cta{background:radial-gradient(50% 80% at 80% 0%,rgba(255,186,36,.22),transparent 60%),linear-gradient(135deg,#3a2710,#5a3e1f)}.cta-text h2{font-family:var(--display);font-weight:800;letter-spacing:-.03em;font-size:clamp(1.9rem,4vw,2.8rem)}.cta-text p{color:#fffdecd9}.cta-features span{color:#ffd980}.cta-note{color:#fffdeca6}.screen-header{margin-bottom:1.25rem}.screen-header h4{font-size:1.4rem;font-weight:700;color:#432d14;margin:0 0 .25rem}.notification-list{display:flex;flex-direction:column;gap:.75rem}.notification-item{display:flex;gap:.75rem;background:#ffffffe6;border:1px solid rgba(255,186,36,.2);border-radius:12px;padding:.85rem}.notification-icon{width:38px;height:38px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#ffba2426;border-radius:10px;font-size:1.1rem}.notification-content h5{font-size:.9rem;font-weight:700;color:#432d14;margin:0 0 .15rem}.notification-content p{font-size:.8rem;color:#6b5a42;margin:0 0 .25rem;line-height:1.4}.notification-time{font-size:.7rem;color:#9a8a6f;font-weight:600}.delivery-success{text-align:center;padding:1.5rem 0 1rem}.success-icon{width:64px;height:64px;margin:0 auto .75rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-size:1.8rem;border-radius:50%;box-shadow:0 8px 20px #22c55e59}.delivery-success h3{font-size:1.2rem;font-weight:700;color:#432d14;margin:0 0 .35rem}.delivery-success p{font-size:.85rem;color:#6b5a42;margin:0}.driver-info{margin-top:1.25rem}.driver-info h5{font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;color:#6b5a42;font-weight:700;margin:0 0 .6rem}.driver-card{display:flex;align-items:center;gap:.75rem;background:#ffffffe6;border:1px solid rgba(255,186,36,.2);border-radius:12px;padding:.85rem}.driver-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#ffba24,#ffbb24);color:#432d14;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.driver-details h6{font-size:.95rem;font-weight:700;color:#432d14;margin:0}.driver-rating{font-size:.8rem;color:#ffba24;margin:.1rem 0 0}.delivery-actions{display:flex;gap:.6rem;margin-top:1.25rem}.delivery-actions .phone-btn{margin-top:0;flex:1}.phone-btn-secondary{background:#ffba241f;color:#432d14;border:1.5px solid rgba(255,186,36,.4)}.phone-btn-secondary:hover{background:#ffba2433;transform:translateY(-2px)}.phone-content.quote-screen,.phone-content.tracking-screen{padding:0;height:100%}.phone-content.quote-screen img,.phone-content.tracking-screen img{display:block;border-radius:0}.pain-point-card{position:relative}.pain-point-card:after{content:"→";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--amber);color:#3a2710;border-radius:50%;font-weight:700;font-size:1.05rem;border:3px solid #fff;box-shadow:0 4px 12px #ffba2473;z-index:2;line-height:1}@media (max-width: 768px){.pain-point-card:after{content:"↓"}}.process-step{cursor:pointer;outline:none}.process-step .step-number,.process-step .step-content{transition:all .2s ease}.process-step:hover .step-content{border-color:#ffba2480;box-shadow:0 6px 16px #ffba2424}.process-step:hover .step-number{transform:scale(1.06)}.process-step:focus-visible .step-content{border-color:var(--amber);box-shadow:0 0 0 3px #ffba2459}.sme-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,4rem);align-items:center;text-align:left}.sme-hero-copy{text-align:left}.sme-hero-copy .sme-main-description{color:#fffdecd9;max-width:34rem;margin:0 0 2rem}.sme-hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.75rem}.sme-header .btn-secondary{background:#fffdec0f;border:1.5px solid rgba(255,253,236,.5);color:var(--cream);-webkit-backdrop-filter:none;backdrop-filter:none}.sme-header .btn-secondary:hover{background:#fffdec1f;color:var(--cream)}.sme-hero-chips{list-style:none;display:flex;flex-wrap:wrap;gap:.6rem 1.4rem;padding:0;margin:0}.sme-hero-chips li{color:#fffdecd9;font-size:.92rem;display:flex;align-items:center;gap:.45rem}.sme-hero-chips li:before{content:"✓";color:#ffd980;font-weight:700}.sme-hero-media{position:relative}.sme-hero-media img{width:100%;height:clamp(320px,40vw,470px);object-fit:cover;border-radius:20px;border:1px solid rgba(255,186,36,.25);box-shadow:0 30px 60px #00000059}.sme-hero-stat{position:absolute;left:-14px;bottom:22px;background:#fff;border-radius:16px;padding:.9rem 1.25rem;box-shadow:var(--shadow-lg);display:flex;flex-direction:column}.sme-hero-stat .n{font-family:var(--display);font-weight:800;font-size:1.7rem;line-height:1;color:var(--amber-deep)}.sme-hero-stat .l{font-size:.78rem;font-weight:600;color:var(--ink-soft);margin-top:.2rem}.sme-quick-stats{justify-content:flex-start}@media (max-width: 900px){.sme-hero-grid{grid-template-columns:1fr;gap:2.25rem}.sme-hero-copy{text-align:center}.sme-hero-copy .sme-main-description{margin-left:auto;margin-right:auto}.sme-hero-actions,.sme-hero-chips,.sme-quick-stats{justify-content:center}}.vs-compare{display:grid;grid-template-columns:1fr auto 1fr;align-items:stretch;max-width:940px;margin:0 auto}.vs-col{background:var(--card);border:1px solid var(--line-strong);padding:2rem 2.25rem}.vs-without{border-radius:var(--radius) 0 0 var(--radius)}.vs-with{border-radius:0 var(--radius) var(--radius) 0;background:linear-gradient(165deg,#fff,#fff4d6);border-color:#ffba248c;box-shadow:var(--shadow-md)}.vs-head{display:flex;align-items:center;gap:.6rem;font-family:var(--display);font-weight:700;font-size:1.1rem;margin-bottom:1.4rem;padding-bottom:1rem;border-bottom:1px solid var(--line)}.vs-without .vs-head{color:var(--ink-soft)}.vs-with .vs-head{color:var(--ink)}.vs-icon{width:28px;height:28px;border-radius:50%;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;line-height:1}.vs-x{background:#b423181f;color:#b42318}.vs-check{background:linear-gradient(135deg,#ffc547,var(--amber));color:#3a2710}.vs-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.1rem}.vs-col li{display:flex;gap:.7rem;line-height:1.5}.vs-col li:before{flex-shrink:0;font-weight:700}.vs-without li{color:var(--ink-soft)}.vs-without li:before{content:"✕";color:#c0563f}.vs-with li{color:var(--ink);font-weight:500}.vs-with li:before{content:"✓";color:var(--amber-deep)}.vs-badge{align-self:center;width:50px;height:50px;margin:0 -25px;z-index:2;display:flex;align-items:center;justify-content:center;background:var(--ink);color:var(--cream);font-family:var(--display);font-weight:800;font-size:.85rem;letter-spacing:.02em;border-radius:50%;border:3px solid var(--cream);box-shadow:0 6px 16px #0003}@media (max-width: 768px){.vs-compare{grid-template-columns:1fr}.vs-without{border-radius:var(--radius) var(--radius) 0 0}.vs-with{border-radius:0 0 var(--radius) var(--radius)}.vs-badge{margin:-25px auto}}.talk{padding:clamp(60px,9vw,110px) 0;background:var(--cream);border-top:1px solid var(--line-strong);text-align:center}.talk-inner{max-width:640px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.talk-title{font-family:var(--display);font-weight:800;letter-spacing:-.03em;font-size:clamp(1.9rem,4vw,2.8rem);line-height:1.1;color:var(--ink);margin:.85rem 0 1rem}.talk-sub{color:var(--ink-soft);font-size:1.1rem;margin-bottom:2rem}.talk-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.contact-page{padding-top:56px}.section-title{display:block}.services-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:auto;gap:1.4rem;background:transparent}.services-grid .service-card:nth-child(1){grid-column:auto;grid-row:auto;background:var(--card);border-color:var(--line)}.service-card{display:flex;flex-direction:column;padding:1.9rem}.service-card h3,.services-grid .service-card:nth-child(1) h3{font-size:1.18rem;margin-bottom:.6rem}.services-grid .service-card:nth-child(1) p{font-size:1rem;max-width:none}.service-card p{color:var(--ink-soft);line-height:1.6}.service-icon,.services-grid .service-card:nth-child(1) .service-icon{width:52px;height:52px;background:#ffba241f;border-radius:14px;display:flex;align-items:center;justify-content:center;box-shadow:none;margin-bottom:1.25rem}.service-icon svg,.services-grid .service-card:nth-child(1) svg{width:26px;height:26px;color:var(--amber-deep)}.service-tags{margin-top:auto;padding-top:.9rem}@media (max-width: 900px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.services-grid{grid-template-columns:1fr}}.section-cta{display:flex;justify-content:center;margin-top:2.5rem}.about-cta{display:inline-block;margin-top:2rem}.sme-art{display:block;width:100%;height:auto;border-radius:20px;box-shadow:0 30px 60px #0000004d;border:1px solid rgba(255,186,36,.25)}.sonic-art{display:block;width:100%;height:auto;border-radius:20px;box-shadow:0 24px 50px #432d1429;border:1px solid rgba(255,186,36,.25)}.contact-info .sonic-art{margin-bottom:.5rem}.signup-art{max-width:200px;margin:0 auto 1.25rem}.signup-art .sonic-art{box-shadow:none;border:none;border-radius:24px}.about-pg{background:var(--cream);color:var(--ink)}.about-pg .container{max-width:1140px}.ab-hero{position:relative;overflow:hidden;padding:clamp(120px,16vw,180px) 0 clamp(60px,8vw,90px);text-align:center;background:radial-gradient(60% 60% at 50% 0%,rgba(255,186,36,.22),transparent 60%),linear-gradient(135deg,var(--cream) 0%,var(--cream-2) 100%)}.ab-hero .section-eyebrow{margin-bottom:1.25rem}.ab-hero-title{font-family:var(--display);font-weight:800;letter-spacing:-.035em;font-size:clamp(2.4rem,6vw,4.2rem);line-height:1.05;max-width:16ch;margin:0 auto 1.4rem}.ab-hero-lead{font-size:clamp(1.05rem,1.6vw,1.3rem);color:var(--ink-soft);line-height:1.7;max-width:46rem;margin:0 auto 2.2rem}.ab-hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.ab-stats{padding:0 0 clamp(40px,6vw,70px)}.ab-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line-strong);border:1px solid var(--line-strong);border-radius:18px;overflow:hidden}.ab-stat{background:var(--card);padding:2rem 1.5rem;text-align:center}.ab-stat-value{display:block;font-family:var(--display);font-weight:800;font-size:clamp(2rem,3.4vw,2.8rem);letter-spacing:-.03em;background:linear-gradient(115deg,var(--amber-deep),#f08b00);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.ab-stat-label{color:var(--ink-soft);font-size:.95rem}.ab-section-head{text-align:center;max-width:640px;margin:0 auto 3rem}.ab-section-head .section-title{margin-bottom:.75rem}.ab-section-sub{color:var(--ink-soft);font-size:1.1rem}.about-pg .section-title{font-family:var(--display);font-weight:700;letter-spacing:-.025em;font-size:clamp(1.9rem,3.8vw,2.8rem);line-height:1.1;color:var(--ink)}.ab-story{padding:clamp(50px,7vw,90px) 0;border-top:1px solid var(--line-strong)}.ab-story-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(2rem,5vw,4rem);align-items:center}.ab-story-text .section-eyebrow{margin-bottom:1rem}.ab-story-text .section-title{margin-bottom:1.25rem}.ab-story-text p{color:var(--ink-soft);line-height:1.75;margin-bottom:1rem;font-size:1.05rem}.ab-story-text strong{color:var(--ink)}.ab-story-visual img{width:100%;height:clamp(280px,38vw,440px);object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow-lg);border:1px solid var(--line)}.ab-offer{padding:clamp(50px,7vw,90px) 0;border-top:1px solid var(--line-strong)}.ab-values{padding:clamp(50px,7vw,90px) 0;border-top:1px solid var(--line-strong);background:linear-gradient(180deg,var(--cream),#fff8e6)}.ab-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.ab-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:1.8rem;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.ab-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:#ffba2473}.ab-card h3{font-family:var(--display);font-size:1.2rem;font-weight:700;color:var(--ink);margin-bottom:.6rem;letter-spacing:-.01em}.ab-card p{color:var(--ink-soft);line-height:1.6}.ab-how{padding:clamp(50px,7vw,90px) 0;border-top:1px solid var(--line-strong)}.ab-how-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(2rem,5vw,4rem);align-items:center}.ab-how-text .section-title{margin-bottom:.75rem}.ab-inline-link{display:inline-block;margin-top:1rem;color:var(--amber-deep);font-weight:600;font-family:var(--display);text-decoration:none}.ab-inline-link:hover{text-decoration:underline}.ab-steps{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.85rem;counter-reset:none}.ab-steps li{display:flex;align-items:center;gap:1rem;background:var(--card);border:1px solid var(--line);border-radius:14px;padding:.9rem 1.1rem;box-shadow:var(--shadow-sm);color:var(--ink);font-weight:500}.ab-step-num{flex-shrink:0;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ffc547,var(--amber));color:#3a2710;font-family:var(--display);font-weight:700;box-shadow:0 4px 12px #ffba244d}.ab-cta{text-align:center;padding:clamp(60px,9vw,110px) 0;color:var(--cream);background:radial-gradient(50% 80% at 80% 0%,rgba(255,186,36,.22),transparent 60%),linear-gradient(135deg,#3a2710,#5a3e1f)}.ab-cta-eyebrow{display:inline-block;font-family:var(--display);font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ffd980;background:#ffba2424;border:1px solid rgba(255,186,36,.4);padding:6px 14px;border-radius:999px;margin-bottom:1.5rem}.ab-cta h2{font-family:var(--display);font-weight:800;letter-spacing:-.03em;font-size:clamp(2rem,4.4vw,3.2rem);margin-bottom:1rem;color:var(--cream)}.ab-cta p{color:#fffdecd9;font-size:1.15rem;max-width:40rem;margin:0 auto 2rem}.ab-cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.ab-cta .btn-secondary{background:#fffdec0f;border-color:#fffdec80;color:var(--cream)}@media (max-width: 900px){.ab-grid{grid-template-columns:repeat(2,1fr)}.ab-story-grid,.ab-how-grid{grid-template-columns:1fr}.ab-story-visual{order:-1}.ab-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.ab-grid{grid-template-columns:1fr}.ab-stats-grid{grid-template-columns:1fr 1fr}}.notfound{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:140px 20px 80px;background:var(--cream);text-align:center}.notfound-inner{max-width:520px;display:flex;flex-direction:column;align-items:center}.notfound-art{width:100%;max-width:380px;margin-bottom:1.75rem}.notfound h1{font-family:var(--display);font-weight:800;letter-spacing:-.03em;font-size:clamp(1.8rem,4vw,2.6rem);color:var(--ink);margin:.85rem 0 .75rem}.notfound p{color:var(--ink-soft);font-size:1.1rem;margin-bottom:2rem}.notfound-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.legal-page{max-width:100%;background:#fff;color:#1a1a2e;padding:120px 20px 80px}.legal-container{max-width:820px;margin:0 auto;line-height:1.7;font-size:1rem}.legal-breadcrumb{font-size:.85rem;color:#6b7280;margin-bottom:1rem}.legal-breadcrumb a{color:#2563eb;text-decoration:none}.legal-breadcrumb span{margin:0 6px;color:#9ca3af}.legal-title{font-size:2.2rem;font-weight:700;margin:0 0 .5rem;line-height:1.2}.legal-meta{font-size:.85rem;color:#6b7280;margin:0 0 2rem}.legal-intro{font-size:1.05rem;color:#374151;margin-bottom:2rem}.legal-body h2{font-size:1.35rem;font-weight:700;margin:2.5rem 0 .75rem}.legal-body h3{font-size:1.1rem;font-weight:600;margin:1.75rem 0 .5rem}.legal-body p{margin:0 0 1rem;color:#374151}.legal-body ul,.legal-body ol{margin:0 0 1.25rem;padding-left:1.4rem;color:#374151}.legal-body li{margin-bottom:.5rem}.legal-body a{color:#2563eb}.legal-body strong{color:#1a1a2e}.legal-note{background:#f3f4f6;border-left:4px solid #2563eb;padding:1rem 1.25rem;border-radius:6px;margin:1.5rem 0;font-size:.95rem}.legal-table{width:100%;border-collapse:collapse;margin:1rem 0 1.5rem;font-size:.92rem}.legal-table th,.legal-table td{border:1px solid #e5e7eb;padding:10px 12px;text-align:left;vertical-align:top}.legal-table th{background:#f9fafb;font-weight:600}.legal-divider{border:none;border-top:1px solid #e5e7eb;margin:3rem 0 1.5rem}.legal-contact{font-size:.95rem;color:#374151}.legal-links{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;margin-top:1rem;font-size:.85rem}.legal-links a{color:#2563eb;text-decoration:none}.legal-links a:hover{text-decoration:underline}@media (max-width: 600px){.legal-page{padding:100px 16px 60px}.legal-title{font-size:1.7rem}}:root{font-family:Inter,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#432d14;background-color:#fffdec;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh;background:#fffdec}#root{width:100%}
