:root{--primary:#2d3748;--primary-dark:#1a202c;--primary-light:#4a5568;--accent:#3182ce;--accent-light:#4299e1;--light-gray:#edf2f7;--medium-gray:#e2e8f0;--dark-gray:#718096;--white:#fff;--black:#000;--border-radius:.375rem;--shadow-sm:0 1px 3px 0 #0000001a, 0 1px 2px 0 #0000000f;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--transition:all .3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}.bot1-html{scroll-behavior:smooth}.bot1-body{color:#1a202c;background-color:#fff;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}.bot1-h1,.bot1-h2,.bot1-h3,.bot1-h4,.bot1-h5,.bot1-h6{margin-bottom:1rem;font-weight:700;line-height:1.25}.bot1-p{color:#4a5568;margin-bottom:1.25rem}.bot1-a{color:inherit;text-decoration:none}.bot1-ul{margin-bottom:1.25rem;list-style-position:inside}.bot1-li{margin-bottom:.5rem}.bot1-img{max-width:100%;height:auto;display:block}.bot1-container{align-content:center;width:100%;padding-top:20px}.bot1-hero-banner{color:#fff;background-image:linear-gradient(#0009,#0009);background-position:50%;background-size:cover;align-items:center;min-height:500px;padding:20px;display:flex;position:relative}.bot1-hero-content{z-index:2;max-width:800px;padding-left:170px;animation:1s ease-out bot1-fadeInUp;position:relative}.bot1-main-title{white-space:nowrap;margin-bottom:1.5rem;margin-left:-65px;font-size:clamp(2.5rem,5vw,3.5rem);line-height:1.2;color:#ef4524!important}.bot1-accent-text{color:#ef4524;margin-left:.3em;display:inline}.bot1-subtitle{opacity:.9;white-space:normal;max-width:600px;margin-bottom:0;padding-left:20px;font-size:clamp(1rem,2vw,1.25rem);line-height:1.4}.bot1-hero-overlay{background:linear-gradient(90deg,#000c 0%,#0006 100%);width:100%;height:100%;position:absolute;top:0;left:0}.bot1-section{padding:5rem 0}.bot1-section-intro{text-align:center;max-width:700px;margin:0 auto 0}.bot1-section-title{margin-bottom:1.5rem;font-size:2.25rem;display:inline-block;position:relative}.bot1-section-title:after{content:"";background:#ef4524;width:80px;height:4px;position:absolute;bottom:-.75rem;left:50%;transform:translate(-50%)}.bot1-lead-text{color:#718096;font-size:1.25rem}.bot1-benefits-section{background-color:#fff;padding:0 0}.bot1-benefits-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.bot1-benefit-card{opacity:0;background:#fff;border-radius:.375rem;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;transform:translateY(20px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.bot1-benefit-card.bot1-animate{opacity:1;transition:opacity .6s,transform .6s;transform:translateY(0)}.bot1-card-visual{height:200px;position:relative;overflow:hidden}.bot1-card-visual img{object-fit:cover;width:100%;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1)}.bot1-benefit-card:hover .bot1-card-visual img{transform:scale(1.05)}.bot1-card-number{color:#fff;background:#ef4524;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;font-weight:700;display:flex;position:absolute;top:1rem;right:1rem}.bot1-card-content{padding:1.5rem}.bot1-card-title{color:#2d3748;margin-bottom:1rem;font-size:1.5rem}.bot1-card-text{color:#4a5568;margin-bottom:1rem}.bot1-process-section{align-items:center}.bot1-wrapper{justify-content:center;align-items:center;display:flex}.bot1-process-steps{align-items:center;max-width:900px}.bot1-process-step{opacity:0;margin-bottom:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;transform:translateY(20px)}.bot1-process-step.bot1-animate{opacity:1;transform:translateY(0)}.bot1-step-header{flex:0 0 200px;padding-right:2rem;position:relative}.bot1-step-header:after{content:"";background:#fb9f6b;width:2rem;height:2px;position:absolute;top:40px;right:0}.bot1-step-marker{color:#fff;background:#fb9f6b;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:flex}.bot1-step-content{border-left:2px solid #fb9f6b;flex:1;padding:1rem 0 1rem 2rem;position:relative}.bot1-step-content:before{content:"";background:#;border-radius:50%;width:12px;height:12px;position:absolute;top:1.5rem;left:-7px}.bot1-step-title{color:#fb9f6b;margin-bottom:1rem;font-size:1.5rem}.bot1-step-text{color:#4a5568;margin-bottom:1rem}.bot1-step-list{color:#4a5568;margin-bottom:1.5rem}.bot1-step-item{margin-bottom:.5rem}.bot1-impact-box{color:#4a5568;background:#fef2eb;border-left:3px solid #ef4524;border-radius:.375rem;margin-top:1.5rem;padding:1rem}.bot1-cta-section{color:#fff;text-align:center;background:#2d3748;padding:5rem 0}.bot1-cta-title{color:#fff;margin-bottom:1rem}.bot1-cta-text{color:#e2e8f0;max-width:600px;margin:0 auto 2rem}.bot1-cta-button{color:#fff;background:#3182ce;border-radius:2rem;padding:.75rem 2rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.bot1-cta-button:hover{background:#4299e1;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}@media (max-width:992px){.bot1-main-title{font-size:2.5rem}.bot1-section-title{font-size:2rem}}@media (max-width:768px){.bot1-process-step{flex-direction:column}.bot1-main-title{white-space:normal;font-size:2rem}.bot1-step-header{flex:none;margin-bottom:1rem;padding-right:0}.bot1-step-header:after{display:none}.bot1-step-content{padding:0 0 0 1.5rem}}@media (max-width:576px){.bot1-hero-banner{height:400px}.bot1-main-title{font-size:2rem}.bot1-benefits-grid{grid-template-columns:1fr}.bot1-section{padding:3rem 0}}@media (max-width:1200px){.bot1-hero-content{padding-left:100px}}@media (max-width:992px){.bot1-hero-content{padding-left:50px}.bot1-main-title{white-space:normal}}@media (max-width:768px){.bot1-hero-banner{text-align:center;height:auto;min-height:400px;margin-top:90px;padding:100px 20px}.bot1-hero-content,.bot1-subtitle{text-align:center;margin:0 auto;padding-left:0}}@media (max-width:576px){.bot1-hero-banner{min-height:300px;padding:80px 15px}.bot1-main-title{font-size:2rem}.bot1-subtitle{font-size:1.1rem}}@keyframes bot1-fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.bot1-subtitle{padding-left:50px}}@media (max-width:768px){.bot1-subtitle{text-align:center;white-space:normal;max-width:90%;margin:0 auto;padding-left:0}}@media (max-width:576px){.bot1-subtitle{padding:0 15px;font-size:1rem;line-height:1.5}}.vcto-services{max-width:1400px;margin:0 auto;padding:60px 30px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.vcto-header{text-align:center;margin-bottom:60px}.vcto-header h2{color:#2c3e50;margin-bottom:15px;font-size:2.8rem;font-weight:700}.vcto-header .subtitle{color:#7f8c8d;max-width:750px;margin:0 auto;font-size:1.2rem;line-height:1.6}.vcto-grid-container{width:100%}.vcto-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;display:grid}.vcto-card{background:#fff;border-top:5px solid #ef4524;border-radius:20px;padding:40px 30px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 8px 25px #0000000f}.vcto-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #0000001f}.card-header{align-items:center;margin-bottom:25px;display:flex}.card-icon-wrapper{width:70px;height:70px;position:relative}.card-icon{background-color:#e8f4fc;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.card-icon img{width:32px;height:32px}.card-number-badge{color:#fff;z-index:2;background-color:#ef4524;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:700;display:flex;position:absolute;top:15px;right:15px;box-shadow:0 2px 6px #00000026}.vcto-card h4{color:#2c3e50;margin-bottom:15px;font-size:1.3rem;font-weight:600}.vcto-card p{color:#7f8c8d;font-size:1rem;line-height:1.7}@media (max-width:768px){.vcto-header h2{font-size:2.2rem}.vcto-header .subtitle{font-size:1.1rem}.vcto-services{padding:40px 20px}}.faq-section{font-family:Segoe UI,Roboto,sans-serif}.section-title{color:#2c3e50;font-size:2.25rem;font-weight:600}.section-subtitle{max-width:600px;margin:0 auto;font-size:1.1rem}.faq-card{border:1px solid #e0e6ed;border-radius:8px;transition:all .3s;overflow:hidden}.faq-card:hover{box-shadow:0 5px 15px #0000000d}.faq-header{cursor:pointer;background-color:#f8fafc;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.faq-question{color:#2c3e50;margin:0;font-size:1.1rem;font-weight:500}.faq-toggle{width:20px;height:20px;display:inline-block;position:relative}.faq-toggle:before,.faq-toggle:after{content:"";background-color:#4a6cf7;transition:transform .3s;position:absolute}.faq-toggle:before{width:100%;height:2px;top:50%;left:0;transform:translateY(-50%)}.faq-toggle:after{width:2px;height:100%;top:0;left:50%;transform:translate(-50%)rotate(90deg)}.faq-header[aria-expanded=true] .faq-toggle:after{transform:translate(-50%)rotate(0)}.faq-body{background-color:#fff;padding:1.5rem}.faq-list{margin:1rem 0;padding-left:1.25rem}.faq-list li{color:#4a5568;margin-bottom:.5rem;line-height:1.6}.faq-list ol{padding-left:1.5rem}.faq-list ol li{margin-bottom:.75rem}
