.maestrus-banner{position:relative;overflow:hidden;padding-bottom:4rem}.maestrus-banner::after{content:'';background-color:var(--white);border-radius:100% 100% 0 0;position:absolute;bottom:-130px;left:-20%;width:140%;height:160px;z-index:2}.maestrus-banner .container-fluid{position:relative;z-index:3}.maestrus-banner .fa-comments,.maestrus-banner .fa-plus{color:var(--green)}.maestrus-banner h1{color:var(--blue);text-decoration:none;font-size:2.8rem}.maestrus-banner img{max-width:550px;margin:20px}.maestrus-steps .thumb-video{cursor:pointer}.maestrus-steps h3 a{color:var(--blue);text-decoration:none}.maestrus-steps .card{border:0;background-color:var(--blue);border-radius:1rem;margin-top:-4rem}.maestrus-steps .card .card-img-top{border-top-left-radius:calc(1rem - 1px);border-top-right-radius:calc(1rem - 1px)}.maestrus-steps .card .card-body{padding:2rem 2.5rem 1.5rem}.maestrus-steps .card .card-body h2{font-size:1.5rem}.maestrus-steps .card .card-body h2,.maestrus-steps .card .card-body p{color:var(--white)}.maestrus-steps .card .card-body .btn{margin-bottom:-4rem;float:right;background-color:var(--orange2)}.maestrus-steps .box-item{background-color:var(--white);border-radius:5px}.maestrus-steps .box-item ol{list-style-type:none;margin:0;margin-left:3em;padding:0;counter-reset:li-counter}.maestrus-steps .box-item ol>li{position:relative;padding-top:2rem;padding-bottom:2rem;padding-left:3em;min-height:3em}.maestrus-steps .box-item ol>li:before{position:absolute;padding-top:2rem;top:0;left:-1em;width:.6em;font-size:3em;line-height:1;font-weight:bold;text-align:right;color:var(--blue);content:'0' counter(li-counter);counter-increment:li-counter;border-bottom:4px solid var(--green)}.maestrus-mansory{background-color:var(--lightgray)}.maestrus-mansory .card{border:0;border-radius:15px;border:1px solid var(--green)}.maestrus-mansory .card blockquote{font-size:1rem}.maestrus-mansory .card blockquote cite{font-size:.8rem}.maestrus-statistic h2{display:none}.maestrus-statistic .blue-box{background-color:var(--blue);border-radius:10px;padding:1rem 2rem;color:#fff}.maestrus-statistic .row{border:1px solid var(--lightblue);border-radius:10px}.maestrus-statistic .row .col-lg{border-right:1px solid var(--lightblue)}.maestrus-statistic .row .col-lg:last-child{border-right:0}.maestrus-statistic .blue-box .col-lg i{transition:all .5s ease;color:var(--lightblue)}.maestrus-statistic .blue-box .col-lg:hover i{color:var(--white)}.maestrus-statistic .blue-box h3{display:inline-block;text-align:left;padding-left:1rem;color:var(--lightblue);font-size:1.2rem}.maestrus-statistic .blue-box h3 strong{color:var(--white);font-size:1.4rem}.maestrus-features{background:url('../img/pattern.png') no-repeat center bottom}.maestrus-features h2 span,.maestrus-features .fas,.maestrus-features .far,.maestrus-features strong{color:var(--green)}.maestrus-features .bshadow{-webkit-box-shadow:0 0 100px 0 rgba(94,91,94,0.3);-moz-box-shadow:0 0 100px 0 rgba(94,91,94,0.3);box-shadow:0 0 100px 0 rgba(94,91,94,0.3)}.maestrus-features .bshadow .col-lg{border:1px solid #f1f1f1;background-color:var(--white)}.maestrus-features .bshadow h3{padding:.5em 0;color:var(--green);font-size:1rem}.maestrus-cta{background-color:var(--white)}.maestrus-faq ol.accordion{list-style-type:none;margin:0;padding:0;counter-reset:li-counter}.maestrus-faq ol.accordion>li{position:relative;margin-left:2rem;min-height:3rem;border-bottom:1px solid var(--blue)}.maestrus-faq ol.accordion>li:before{position:absolute;top:0;left:-1.7rem;width:.8rem;font-size:1.5rem;padding-top:1.5rem;line-height:1;font-weight:bold;text-align:right;color:var(--blue);content:counter(li-counter) '.';counter-increment:li-counter;border-bottom:4px solid var(--green)}.maestrus-faq .accordion h3{font-size:1.2rem;line-height:1.8rem;cursor:pointer}#mae_lps{margin-bottom:4rem!important}#mae_lps a{background:none!important;border:2px solid #09e4c4;color:#156ab5!important;padding:1rem!important;border-radius:1rem;display:flex;justify-content:center;align-items:center}#mae_lps a{border:2px solid #09e4c4!important}#mae_lps .btn i{border-left:none;margin:0!important}@media only screen and (max-width:600px){#mae_lps .col-md-3{margin:0!important}#mae_lps a{margin-bottom:2rem}}.maestrus-steps-modern{background-color:var(--lightgray);padding:5rem 0}.maestrus-steps-modern .steps-title{color:var(--blue);font-size:2.5rem;font-weight:bold;margin-bottom:1rem}.maestrus-steps-modern .steps-subtitle{color:var(--darkgray);font-size:1.2rem;margin-bottom:0}.maestrus-steps-modern .steps-grid{margin-top:3rem}.maestrus-steps-modern .step-card{background:var(--white);border-radius:1rem;padding:2.5rem 2rem;height:100%;transition:all .3s ease;border:2px solid transparent;position:relative;overflow:hidden}.maestrus-steps-modern .step-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--green) 0,var(--blue) 100%);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.maestrus-steps-modern .step-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(2,36,105,0.15);border-color:var(--green)}.maestrus-steps-modern .step-card:hover::before{transform:scaleX(1)}.maestrus-steps-modern .step-icon{width:70px;height:70px;background:linear-gradient(135deg,var(--green) 0,var(--darkgreen) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease}.maestrus-steps-modern .step-card:hover .step-icon{transform:scale(1.1) rotate(5deg);background:linear-gradient(135deg,var(--blue) 0,var(--darkblue) 100%)}.maestrus-steps-modern .step-icon i{font-size:2rem;color:var(--white)}.maestrus-steps-modern .step-title{color:var(--blue);font-size:1.3rem;font-weight:bold;margin-bottom:1rem}.maestrus-steps-modern .step-description{color:var(--darkgray);font-size:1rem;line-height:1.6;margin-bottom:0}
@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.maestrus-steps-modern .step-card{animation:fadeInUp .6s ease-out forwards;opacity:0}.maestrus-steps-modern .step-card:nth-child(1){animation-delay:.1s}.maestrus-steps-modern .step-card:nth-child(2){animation-delay:.2s}.maestrus-steps-modern .step-card:nth-child(3){animation-delay:.3s}.maestrus-steps-modern .step-card:nth-child(4){animation-delay:.4s}.maestrus-steps-modern .step-card:nth-child(5){animation-delay:.5s}@media(max-width:992px){.maestrus-banner::after{height:120px;bottom:-90px}.maestrus-banner img{padding-left:2rem;padding-right:2rem}.maestrus-steps .card .card-body .btn{margin-bottom:-4rem;float:none;width:100%}.maestrus-steps .card{margin-top:0;margin-bottom:3rem}.maestrus-steps-modern{padding:3rem 0}.maestrus-steps-modern .steps-title{font-size:2rem}.maestrus-steps-modern .steps-subtitle{font-size:1rem}.maestrus-steps-modern .row.g-4{flex-direction:column}.maestrus-steps-modern .col-lg-7{order:1}.maestrus-steps-modern .col-lg-5{order:2}.steps-steps-list{display:none}.steps-stepper-subtitle{display:none}.steps-stepper-title{display:none}.steps-controls{justify-content:center;margin-top:1.5rem}}@media(max-width:768px){.maestrus-steps-modern .step-card{margin-bottom:1.5rem}.maestrus-steps-modern .steps-title{font-size:1.8rem}}.maestrus-boxes-modern{background-color:var(--ultralightblue);padding:6rem 0}.maestrus-boxes-modern .boxes-title{color:var(--blue);font-size:2.8rem;font-weight:bold;margin-bottom:1rem;line-height:1.3}.maestrus-boxes-modern .boxes-subtitle{color:var(--darkgray);font-size:1.1rem;margin-bottom:0;line-height:1.6}.maestrus-boxes-modern .boxes-grid{margin-top:4rem;gap:2rem}.maestrus-boxes-modern .box-card{background:var(--white);border-radius:1.5rem;padding:3rem 2.5rem;height:100%;transition:all .4s cubic-bezier(0.4,0,0.2,1);border:2px solid transparent;position:relative;overflow:hidden;box-shadow:0 4px 12px rgba(2,36,105,0.08);display:flex;flex-direction:column;align-items:flex-start;text-align:left}.maestrus-boxes-modern .box-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,var(--green) 0,var(--blue) 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.maestrus-boxes-modern .box-card:hover{transform:translateY(-10px);box-shadow:0 16px 32px rgba(2,36,105,0.18);border-color:var(--green)}.maestrus-boxes-modern .box-card:hover::before{transform:scaleX(1)}.maestrus-boxes-modern .box-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem;width:100%}.maestrus-boxes-modern .box-icon{width:80px;height:80px;min-width:80px;background:linear-gradient(135deg,var(--green) 0,var(--darkgreen) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(0.4,0,0.2,1);box-shadow:0 8px 20px rgba(0,147,127,0.25)}.maestrus-boxes-modern .box-card:hover .box-icon{transform:scale(1.1) rotate(8deg);background:linear-gradient(135deg,var(--blue) 0,var(--darkblue) 100%);box-shadow:0 12px 28px rgba(2,36,105,0.35)}.maestrus-boxes-modern .box-icon i{font-size:2.2rem;color:var(--white)}.maestrus-boxes-modern .box-title{color:var(--blue);font-size:1.4rem;font-weight:bold;margin-bottom:0;line-height:1.3}.maestrus-boxes-modern .box-description{color:var(--darkgray);font-size:1.05rem;line-height:1.7;margin-bottom:0}.maestrus-steps-modern .steps-stepper-title{color:var(--blue);font-size:1.8rem;font-weight:bold;margin-bottom:1rem}.maestrus-steps-modern .steps-stepper-subtitle{color:var(--darkgray);font-size:1rem;line-height:1.6;margin-bottom:2rem}.steps-steps-list{list-style:none;padding:0;margin:0;counter-reset:step-counter}.steps-step-item{position:relative;padding:1rem 1rem 1rem 3.5rem;margin-bottom:.5rem;border:2px solid #e2e8f0;border-radius:.5rem;cursor:pointer;transition:all .3s ease;counter-increment:step-counter}.steps-step-item::before{content:counter(step-counter);position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:32px;height:32px;background:#e2e8f0;color:var(--darkgray);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:.9rem;transition:all .3s ease}.steps-step-item.active{border-color:var(--green);background:rgba(0,147,127,0.05);box-shadow:0 0 0 3px rgba(0,147,127,0.1)}.steps-step-item.active::before{background:var(--green);color:var(--white)}.steps-step-item:hover{border-color:var(--blue);background:rgba(2,36,105,0.03)}.steps-step-title{font-weight:600;color:var(--blue);font-size:1rem;margin-bottom:.25rem}.steps-step-desc{color:var(--darkgray);font-size:.875rem;line-height:1.4}.steps-controls{margin-top:2rem;display:flex;justify-content:center;gap:1rem}.steps-control-btn{width:48px;height:48px;border:2px solid #e2e8f0;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:var(--darkgray);font-size:1.1rem;box-shadow:0 2px 5px rgba(0,0,0,0.05)}.steps-control-btn:hover{border-color:var(--green);background:var(--green);color:var(--white);transform:scale(1.1)}.steps-control-btn:active{transform:scale(0.95)}.steps-frame{background:var(--white);border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem;box-shadow:0 8px 24px rgba(2,36,105,0.1)}.steps-frame-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.steps-dot{width:12px;height:12px;border-radius:50%;background:#cbd5e1;display:inline-block}.steps-dot:nth-child(1){background:#ef4444}.steps-dot:nth-child(2){background:#f59e0b}.steps-dot:nth-child(3){background:var(--green)}.steps-frame-label{color:var(--darkgray);font-weight:600;font-size:.875rem}.steps-stage{height:420px;background:linear-gradient(180deg,#f8fafc 0,#f1f5f9 100%);border-radius:.75rem;position:relative;overflow:hidden}.steps-screen{position:absolute;inset:0;opacity:0;transform:translateY(20px) scale(0.95);transition:opacity .5s ease,transform .5s ease;pointer-events:none}
.steps-screen.is-active{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.steps-screen-content{padding:2rem;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.steps-screen-icon{width:80px;height:80px;background:linear-gradient(135deg,var(--green) 0,var(--darkgreen) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 4px 15px rgba(0,147,127,0.3)}.steps-screen-icon i{font-size:2.5rem;color:var(--white)}.steps-screen-icon-circle{width:120px;height:120px;min-width:120px;min-height:120px;background:linear-gradient(135deg,var(--green) 0,var(--darkgreen) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;box-shadow:0 8px 24px rgba(0,147,127,0.3);flex-shrink:0}.steps-screen-icon-circle i{font-size:3rem;color:var(--white)}.steps-screen-content h4{color:var(--blue);font-size:1.5rem;font-weight:bold;margin-bottom:.75rem}.steps-screen-content p{color:var(--darkgray);font-size:1rem;line-height:1.6;margin-bottom:1.5rem;max-width:400px}.steps-mock-input{width:100%;max-width:350px;text-align:left;background:var(--white);padding:1.5rem;border-radius:.5rem;box-shadow:0 2px 8px rgba(0,0,0,0.1)}.steps-mock-input label{display:block;color:var(--blue);font-weight:600;margin-bottom:.75rem;font-size:.9rem}.steps-mock-slider{height:8px;background:#e2e8f0;border-radius:4px;position:relative;margin-top:.5rem;margin-bottom:2.5rem}.steps-mock-slider::before{content:'';position:absolute;left:0;top:0;width:70%;height:100%;background:var(--green);border-radius:4px}.steps-mock-value{position:absolute;left:70%;top:100%;transform:translateX(-50%);background:var(--green);color:var(--white);padding:.25rem .75rem;border-radius:1rem;font-size:.875rem;font-weight:bold;margin-top:.75rem;white-space:nowrap}.steps-mock-value::after{content:'';position:absolute;top:-4px;left:50%;transform:translateX(-50%);border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid var(--green)}.steps-mock-tree{display:flex;flex-direction:column;align-items:center;gap:.5rem}.steps-mock-node{background:var(--white);padding:1rem 2rem;border-radius:.5rem;border:2px solid #e2e8f0;font-weight:600;min-width:200px;text-align:center;transition:all .3s ease}.steps-mock-node.active{border-color:var(--green);background:rgba(0,147,127,0.1);color:var(--green)}.steps-mock-node.locked{border-color:#cbd5e1;background:#f1f5f9;color:#94a3b8}.steps-mock-arrow{color:var(--green);font-size:1.5rem;font-weight:bold}.steps-mock-quiz{width:100%;max-width:340px;margin:0 auto}.steps-mock-question{background:var(--white);padding:1.75rem;border-radius:1rem;box-shadow:0 8px 24px rgba(0,0,0,0.08);text-align:center;border:1px solid #f1f5f9}.steps-mock-question .badge{margin-bottom:1.5rem;background-color:var(--green)!important;color:#fff!important;padding:.5em 1em;font-weight:600;letter-spacing:.5px;box-shadow:0 2px 6px rgba(0,147,127,0.2)}.steps-mock-text{height:12px;background:#e2e8f0;border-radius:6px;margin-bottom:.75rem;width:100%}.steps-mock-text::after{content:'';display:block;height:12px;background:#e2e8f0;border-radius:6px;width:70%;margin:.75rem auto 0}.steps-mock-options{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.steps-mock-option{height:44px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;transition:all .3s ease;position:relative;display:flex;align-items:center;padding-left:3.5rem}.steps-mock-option::before{content:'';position:absolute;left:1rem;width:18px;height:18px;border-radius:50%;border:2px solid #cbd5e1;background:transparent;transition:all .3s ease}.steps-mock-option::after{content:'';display:block;height:8px;width:60%;background:#cbd5e1;border-radius:4px;opacity:.6}.steps-mock-option:nth-child(2)::after{width:45%}.steps-mock-option:nth-child(3)::after{width:75%}.steps-mock-option:hover{border-color:var(--green);background:#f0fdf4;transform:translateX(4px)}.steps-mock-option:hover::before{border-color:var(--green);border-width:5px}.steps-mock-calendar{background:var(--white);padding:1.5rem;border-radius:.5rem;box-shadow:0 2px 8px rgba(0,0,0,0.1);display:flex;flex-direction:column;gap:1rem;max-width:320px}.steps-mock-date,.steps-mock-time{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f8fafc;border-radius:.375rem;color:var(--blue);font-weight:600;font-size:.9rem}.steps-mock-date i,.steps-mock-time i{color:var(--green);font-size:1.2rem}.steps-mock-certificate{position:relative;width:100%;max-width:320px;aspect-ratio:16 / 10;background:var(--white);border:3px dashed #cbd5e1;border-radius:1rem;padding:1.5rem;overflow:hidden}.steps-certificate-seal{position:absolute;right:1rem;top:1rem;background:var(--green);color:var(--white);width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:1.5rem;box-shadow:0 4px 12px rgba(0,147,127,0.3)}.steps-certificate-lines{margin-top:1rem}.steps-certificate-lines span{display:block;height:10px;background:#e2e8f0;border-radius:5px;margin-bottom:.75rem}.boxes-certificate-lines span:nth-child(1){width:80%}.boxes-certificate-lines span:nth-child(2){width:65%}.boxes-certificate-lines span:nth-child(3){width:55%}.boxes-certificate-lines span:nth-child(4){width:45%}@media(max-width:991.98px){.boxes-stage{height:360px}.boxes-screen-content{padding:1.5rem}.boxes-screen-icon{width:60px;height:60px}.boxes-screen-icon i{font-size:2rem}}@media(prefers-reduced-motion:reduce){.boxes-screen{transition:none}}.maestrus-boxes-modern .box-card{animation:fadeInUp .6s ease-out forwards;opacity:0}.maestrus-boxes-modern .box-card:nth-child(1){animation-delay:.1s}.maestrus-boxes-modern .box-card:nth-child(2){animation-delay:.2s}.maestrus-boxes-modern .box-card:nth-child(3){animation-delay:.3s}
.maestrus-boxes-modern .box-card:nth-child(4){animation-delay:.4s}.maestrus-boxes-modern .box-card:nth-child(5){animation-delay:.5s}@media(max-width:992px){.maestrus-boxes-modern{padding:4rem 0}.maestrus-boxes-modern .boxes-title{font-size:2.2rem}.maestrus-boxes-modern .boxes-subtitle{font-size:1rem}.maestrus-boxes-modern .box-icon{width:70px;height:70px;min-width:70px}.maestrus-boxes-modern .box-icon i{font-size:2rem}.maestrus-boxes-modern .box-title{font-size:1.2rem}}@media(max-width:768px){.maestrus-boxes-modern{padding:3rem 0}.maestrus-boxes-modern .box-card{margin-bottom:1.5rem;padding:2.5rem 2rem}.maestrus-boxes-modern .boxes-title{font-size:1.9rem}.maestrus-boxes-modern .box-header{gap:1rem}.maestrus-boxes-modern .box-icon{width:60px;height:60px;min-width:60px}.maestrus-boxes-modern .box-icon i{font-size:1.7rem}.maestrus-boxes-modern .box-title{font-size:1.1rem}.maestrus-boxes-modern .box-description{font-size:1rem}}.maestrus-features-circles{background:var(--beige-light);padding:5rem 0}.maestrus-features-circles .features-circles-title{color:var(--blue);font-size:2.3rem;font-weight:bold;margin-bottom:1.5rem;line-height:1.3}.maestrus-features-circles .features-circles-subtitle{color:var(--darkgray);font-size:1.1rem;margin-bottom:0;line-height:1.6;max-width:900px;margin:0 auto}.maestrus-features-circles .features-circles-grid{margin-top:4rem}.maestrus-features-circles .feature-circle-card{display:flex;align-items:flex-start;padding:2rem;border-radius:1rem;transition:all .3s ease;border:2px solid transparent;background:var(--white)}.maestrus-features-circles .feature-circle-card:hover{transform:translateY(-5px);border-color:var(--lightblue);box-shadow:0 8px 20px rgba(2,36,105,0.1)}.maestrus-features-circles .feature-circle-icon{width:80px;height:80px;min-width:80px;background:linear-gradient(135deg,var(--blue) 0,var(--darkblue) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:1.5rem;transition:all .3s ease;box-shadow:0 4px 15px rgba(2,36,105,0.2)}.maestrus-features-circles .feature-circle-card:hover .feature-circle-icon{transform:scale(1.05);background:linear-gradient(135deg,var(--darkblue) 0,var(--blue) 100%);box-shadow:0 6px 20px rgba(2,36,105,0.4)}.maestrus-features-circles .feature-circle-icon i{font-size:2rem;color:var(--white)}.maestrus-features-circles .feature-circle-content{flex:1}.maestrus-features-circles .feature-circle-title{color:var(--blue);font-size:1.3rem;font-weight:bold;margin-bottom:.8rem}.maestrus-features-circles .feature-circle-description{color:var(--darkgray);font-size:1rem;line-height:1.6;margin-bottom:0}.maestrus-features-circles .feature-circle-card{animation:fadeInUp .6s ease-out forwards;opacity:0}.maestrus-features-circles .feature-circle-card:nth-child(1){animation-delay:.1s}.maestrus-features-circles .feature-circle-card:nth-child(2){animation-delay:.2s}.maestrus-features-circles .feature-circle-card:nth-child(3){animation-delay:.3s}.maestrus-features-circles .feature-circle-card:nth-child(4){animation-delay:.4s}@media(max-width:992px){.maestrus-features-circles{padding:3rem 0}.maestrus-features-circles .features-circles-title{font-size:2rem}.maestrus-features-circles .features-circles-subtitle{font-size:1rem}}@media(max-width:768px){.maestrus-features-circles .feature-circle-card{flex-direction:column;text-align:center;align-items:center}.maestrus-features-circles .feature-circle-icon{margin-right:0;margin-bottom:1.5rem;margin-left:auto;margin-right:auto}.maestrus-features-circles .feature-circle-content{text-align:center}.maestrus-features-circles .features-circles-title{font-size:1.8rem}}.maestrus-case-success{background:var(--white);padding:8rem 0;position:relative;overflow:hidden}.maestrus-case-success::before{content:'';background-color:var(--ultralightblue);border-radius:0 0 100% 100%;position:absolute;top:-130px;left:-20%;width:140%;height:160px;z-index:2}.maestrus-case-success::after{content:'';background-color:var(--beige-light);border-radius:100% 100% 0 0;position:absolute;bottom:-130px;left:-20%;width:140%;height:160px;z-index:2}.maestrus-case-success .container-fluid{position:relative;z-index:3}.maestrus-case-success .case-content{padding:3rem;position:relative}.maestrus-case-success .case-label{display:inline-block;color:var(--green);font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;padding:.5rem 1rem;background:rgba(0,147,127,0.1);border-radius:20px}.maestrus-case-success .case-title{color:var(--blue);font-size:3.5rem;font-weight:bold;line-height:1.2;margin-bottom:2rem}.maestrus-case-success .case-description{color:var(--darkgray);font-size:1.2rem;line-height:1.7;margin-bottom:3rem;max-width:540px}.maestrus-case-success .case-results{margin-bottom:3rem}.maestrus-case-success .results-title{color:var(--blue);font-size:1.5rem;font-weight:bold;margin-bottom:1.5rem}.maestrus-case-success .results-list{list-style:none;padding:0;margin:0}.maestrus-case-success .results-list li{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;color:var(--darkgray);font-size:1.1rem;line-height:1.6}.maestrus-case-success .results-list li i{color:var(--green);font-size:1.4rem;flex-shrink:0}.maestrus-case-success .case-cta{display:inline-flex;align-items:center;gap:.75rem;color:var(--blue);font-size:1.1rem;font-weight:600;text-decoration:none;padding:.5rem 0;border-bottom:2px solid transparent;transition:all .3s ease}.maestrus-case-success .case-cta:hover{color:var(--green);border-bottom-color:var(--green);gap:1rem}.maestrus-case-success .case-cta i{font-size:1rem;transition:transform .3s ease}.maestrus-case-success .case-cta:hover i{transform:translateX(5px)}.maestrus-case-success .case-image{position:relative;height:100%;min-height:500px;display:flex;align-items:center;justify-content:center}.maestrus-case-success .image-wrapper{position:relative;width:100%;max-width:600px;height:100%;overflow:hidden;border-radius:0;margin:0 auto}
.maestrus-case-success .image-wrapper img{width:100%;height:auto;max-width:600px;object-fit:contain;object-position:center}@media(max-width:992px){.maestrus-case-success{padding:5rem 0}.maestrus-case-success::before{height:120px;top:-90px}.maestrus-case-success::after{height:120px;bottom:-90px}.maestrus-case-success .case-title{font-size:2.8rem}.maestrus-case-success .case-description{font-size:1.1rem}.maestrus-case-success .case-image{min-height:400px;margin-top:3rem}}@media(max-width:768px){.maestrus-case-success{padding:4rem 0}.maestrus-case-success::before{height:80px;top:-60px}.maestrus-case-success::after{height:80px;bottom:-60px}.maestrus-case-success .case-content{padding:1.5rem}.maestrus-case-success .case-title{font-size:2.2rem}.maestrus-case-success .case-description{font-size:1rem}.maestrus-case-success .results-list li{font-size:1rem}.maestrus-case-success .case-image{min-height:350px;margin-top:2rem}}.maestrus-feature-alternating{background:var(--white);padding:6rem 0;position:relative}.maestrus-feature-alternating .feature-content{padding:3rem;position:relative}.maestrus-feature-alternating .feature-title{color:var(--blue);font-size:2.8rem;font-weight:bold;line-height:1.3;margin-bottom:2rem}.maestrus-feature-alternating .feature-description{color:var(--darkgray);font-size:1.15rem;line-height:1.7;margin-bottom:1.5rem}.maestrus-feature-alternating .feature-highlights{margin-top:3rem}.maestrus-feature-alternating .highlights-title{color:var(--blue);font-size:1.4rem;font-weight:bold;margin-bottom:1.5rem}.maestrus-feature-alternating .highlights-list{list-style:none;padding:0;margin:0}.maestrus-feature-alternating .highlights-list li{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.2rem;color:var(--darkgray);font-size:1.05rem;line-height:1.6}.maestrus-feature-alternating .highlights-list li i{color:var(--green);font-size:1.3rem;flex-shrink:0;margin-top:.2rem}.maestrus-feature-alternating .feature-cta{color:var(--blue);font-size:.95rem;font-weight:600;text-decoration:none;margin-top:2rem;display:inline-block;transition:color .3s ease}.maestrus-feature-alternating .feature-cta:hover{color:var(--green);text-decoration:none}.maestrus-feature-alternating .feature-image{position:relative;height:100%;min-height:450px;display:flex;align-items:center;justify-content:center}.maestrus-feature-alternating .image-wrapper{position:relative;width:100%;height:100%;overflow:hidden;border-radius:1rem;box-shadow:0 10px 30px rgba(2,36,105,0.1)}.maestrus-feature-alternating .image-wrapper img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.maestrus-feature-alternating .image-wrapper:hover img{transform:scale(1.05)}.maestrus-feature-alternating.alt-reverse{background:linear-gradient(135deg,#faf9f7 0,#f5f3f0 100%)}@media(max-width:992px){.maestrus-feature-alternating{padding:4rem 0}.maestrus-feature-alternating .feature-title{font-size:2.3rem}.maestrus-feature-alternating .feature-description{font-size:1.05rem}.maestrus-feature-alternating .feature-image{min-height:350px;margin-top:3rem}}@media(max-width:768px){.maestrus-feature-alternating{padding:3rem 0}.maestrus-feature-alternating .feature-content{padding:1.5rem}.maestrus-feature-alternating .feature-title{font-size:2rem}.maestrus-feature-alternating .feature-description{font-size:1rem}.maestrus-feature-alternating .highlights-list li{font-size:1rem}.maestrus-feature-alternating .feature-image{min-height:300px;margin-top:2rem}.maestrus-feature-alternating .image-wrapper{border-radius:.75rem}.maestrus-banner::after{height:80px;bottom:-60px}.maestrus-banner img{padding-left:2rem;padding-right:2rem}}.maestrus-case-success-2{background:var(--beige-light);padding:8rem 0;position:relative;overflow:hidden}.maestrus-case-success-2::before{content:'';background-color:var(--white);border-radius:0 0 100% 100%;position:absolute;top:-130px;left:-20%;width:140%;height:160px;z-index:2}.maestrus-case-success-2::after{content:'';background-color:var(--white);border-radius:100% 100% 0 0;position:absolute;bottom:-130px;left:-20%;width:140%;height:160px;z-index:2}.maestrus-case-success-2 .container-fluid{position:relative;z-index:3}.maestrus-case-success-2 .case-content{padding:3rem;position:relative}.maestrus-case-success-2 .case-label{display:inline-block;color:var(--green);font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;padding:.5rem 1rem;background:rgba(0,147,127,0.1);border-radius:20px}.maestrus-case-success-2 .case-title{color:var(--blue);font-size:2.5rem;font-weight:bold;line-height:1.2;margin-bottom:2rem}.maestrus-case-success-2 .case-description{color:var(--darkgray);font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.maestrus-case-success-2 .case-results{margin-bottom:3rem;padding:2rem;background:var(--white);border-radius:1rem;box-shadow:0 4px 12px rgba(2,36,105,0.08)}.maestrus-case-success-2 .results-title{color:var(--blue);font-size:1.3rem;font-weight:bold;margin-bottom:1.5rem}.maestrus-case-success-2 .results-list{list-style:none;padding:0;margin:0}.maestrus-case-success-2 .results-list li{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;color:var(--darkgray);font-size:1.05rem;line-height:1.6}.maestrus-case-success-2 .results-list li i{color:var(--green);font-size:1.2rem;flex-shrink:0;background:rgba(0,147,127,0.1);width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px}.maestrus-case-success-2 .case-testimonial{margin-bottom:3rem;padding:2rem;background:var(--white);border-radius:1rem;border-left:4px solid var(--green);box-shadow:0 4px 12px rgba(2,36,105,0.08)}.maestrus-case-success-2 .testimonial-title{color:var(--blue);font-size:1.3rem;font-weight:bold;margin-bottom:1rem}.maestrus-case-success-2 .testimonial-quote{margin:0;padding:0;border:0}.maestrus-case-success-2 .testimonial-quote p{color:var(--darkgray);font-size:1.1rem;line-height:1.7;font-style:italic;margin-bottom:1rem}
.maestrus-case-success-2 .testimonial-quote cite{color:var(--blue);font-size:.95rem;font-style:normal;font-weight:600}.maestrus-case-success-2 .case-cta-section{display:flex;align-items:center;gap:1rem}.maestrus-case-success-2 .cta-label{color:var(--blue);font-weight:600;font-size:1.1rem;margin:0}.maestrus-case-success-2 .case-cta{display:inline-flex;align-items:center;gap:.75rem;color:var(--blue);font-size:1rem;font-weight:600;text-decoration:none;padding:.5rem 0;border-bottom:2px solid transparent;transition:all .3s ease}.maestrus-case-success-2 .case-cta:hover{color:var(--green);border-bottom-color:var(--green);gap:1rem}.maestrus-case-success-2 .case-cta i{font-size:1rem;transition:transform .3s ease}.maestrus-case-success-2 .case-cta:hover i{transform:translateX(-5px)}.maestrus-case-success-2 .case-image{position:relative;height:100%;min-height:500px;max-height:750px;display:flex;align-items:center;justify-content:center}.maestrus-case-success-2 .image-wrapper{position:relative;width:100%;height:100%;max-height:750px;overflow:hidden;border-radius:0}.maestrus-case-success-2 .image-wrapper img{width:100%;height:auto;max-height:750px;object-fit:contain;object-position:center}@media(max-width:992px){.maestrus-case-success-2{padding:5rem 0}.maestrus-case-success-2::before{height:120px;top:-90px}.maestrus-case-success-2::after{height:120px;bottom:-90px}.maestrus-case-success-2 .case-title{font-size:2.3rem}.maestrus-case-success-2 .case-description{font-size:1.05rem}.maestrus-case-success-2 .case-image{min-height:400px;margin-top:3rem}}@media(max-width:768px){.maestrus-case-success-2{padding:4rem 0}.maestrus-case-success-2::before{height:80px;top:-60px}.maestrus-case-success-2::after{height:80px;bottom:-60px}.maestrus-case-success-2 .case-content{padding:1.5rem}.maestrus-case-success-2 .case-title{font-size:2rem}.maestrus-case-success-2 .case-description{font-size:1rem}.maestrus-case-success-2 .results-list li{font-size:1rem}.maestrus-case-success-2 .case-image{min-height:350px;margin-top:2rem}.maestrus-case-success-2 .case-cta-section{flex-direction:column;align-items:flex-start;gap:.5rem}}.maestrus-commerce-features{background:var(--white);padding:6rem 0;position:relative}.maestrus-commerce-features .commerce-header{margin-bottom:4rem}.maestrus-commerce-features .commerce-title{color:var(--blue);font-size:2.8rem;font-weight:bold;line-height:1.3;margin-bottom:1.5rem}.maestrus-commerce-features .commerce-subtitle{color:var(--darkgray);font-size:1.2rem;line-height:1.6;max-width:800px;margin:0 auto}.maestrus-commerce-features .commerce-image-wrapper{margin:3rem 0}.maestrus-commerce-features .commerce-image{max-width:700px;width:100%;height:auto;border-radius:.5rem}.maestrus-commerce-features .commerce-card{background:var(--white);border:1px solid #e8e8e8;border-radius:.75rem;padding:2.5rem 2rem;height:100%;transition:all .4s cubic-bezier(0.4,0,0.2,1);position:relative;overflow:hidden}.maestrus-commerce-features .commerce-card::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,var(--green) 0,var(--darkgreen) 100%);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(0.4,0,0.2,1)}.maestrus-commerce-features .commerce-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(2,36,105,0.12);border-color:var(--green)}.maestrus-commerce-features .commerce-card:hover::after{transform:scaleX(1)}.maestrus-commerce-features .commerce-icon-wrapper{width:80px;height:80px;background:linear-gradient(135deg,var(--green) 0,var(--darkgreen) 100%);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;transition:all .4s cubic-bezier(0.4,0,0.2,1);box-shadow:0 4px 12px rgba(0,147,127,0.2)}.maestrus-commerce-features .commerce-icon-wrapper i{font-size:2.2rem;color:var(--white)}.maestrus-commerce-features .commerce-card:hover .commerce-icon-wrapper{transform:scale(1.1) rotate(5deg);box-shadow:0 8px 24px rgba(0,147,127,0.35)}.maestrus-commerce-features .commerce-card-title{color:var(--blue);font-size:1.5rem;font-weight:bold;margin-bottom:1.2rem;line-height:1.3}.maestrus-commerce-features .commerce-card-description{color:var(--darkgray);font-size:1rem;line-height:1.7;margin-bottom:0}.maestrus-commerce-features .commerce-footer{margin-top:3rem;padding-top:3rem;border-top:2px solid #e8e8e8}.maestrus-commerce-features .commerce-notice{color:var(--blue);font-size:1.3rem;font-weight:600;margin-bottom:0;letter-spacing:.02em}@media(max-width:992px){.maestrus-commerce-features{padding:4rem 0}.maestrus-commerce-features .commerce-title{font-size:2.2rem}.maestrus-commerce-features .commerce-subtitle{font-size:1.1rem}.maestrus-commerce-features .commerce-card{margin-bottom:2rem;height:auto}.maestrus-commerce-features .commerce-notice{font-size:1.1rem}}@media(max-width:768px){.maestrus-commerce-features{padding:3rem 0}.maestrus-commerce-features .commerce-title{font-size:1.8rem}.maestrus-commerce-features .commerce-subtitle{font-size:1rem}.maestrus-commerce-features .row.g-4{--bs-gutter-y:2.5rem;margin-bottom:0}.maestrus-commerce-features .row.g-4>[class*='col-']{margin-bottom:2.5rem}.maestrus-commerce-features .row.g-4>[class*='col-']:last-child{margin-bottom:0}.maestrus-commerce-features .commerce-card{padding:2rem 1.5rem;margin-bottom:0;height:auto}.maestrus-commerce-features .commerce-icon-wrapper{width:70px;height:70px}.maestrus-commerce-features .commerce-icon-wrapper i{font-size:2rem}.maestrus-commerce-features .commerce-card-title{font-size:1.3rem}.maestrus-commerce-features .commerce-card-description{font-size:.95rem}.maestrus-commerce-features .commerce-notice{font-size:1rem}}
