:root{--color-primary:#f39729;--color-secondary:#5e318e;--color-accent-1:#a43585;--color-accent-2:#e35c54;--color-text:#212529;--color-background:#fafafa;--font-primary:"Poppins", sans-serif;--font-secondary:"Montserrat", sans-serif}*,:before,:after{box-sizing:border-box}body{font-family:var(--font-secondary);color:var(--color-text);background-color:var(--color-background);margin:0;font-weight:500;line-height:1.6}.container{width:90%;margin:0 auto}.main-header{background:var(--color-background);padding:5px 0}.main-header .container{justify-content:center;align-items:center;display:flex}.logo img{height:30px}.hero-section{background-color:var(--color-background);color:var(--color-text);text-align:center;justify-content:center;align-items:flex-start;min-height:100vh;padding:0 20px;display:flex;overflow:hidden}.hero-section .container{position:relative}.hero-content{z-index:1;position:relative}.rotating-hero-icon{opacity:1;z-index:0;width:50vw;max-width:600px;height:50vw;max-height:600px;animation:20s linear infinite spin;position:absolute;top:30%;left:50%;transform:translate(-50%,-50%)}.hero-section h1{font-family:var(--font-primary);margin:0 0 10px;font-size:2.5em}.h1-santo{color:var(--color-secondary)}.h1-sol{color:var(--color-primary)}.hero-section p{font-size:1.1em}.btn{cursor:pointer;font-family:var(--font-primary);border:none;border-radius:5px;padding:15px 30px;font-size:1em;font-weight:600;text-decoration:none;display:inline-block}.btn-primary{background-color:var(--color-secondary);color:#fff}.product-section,.benefits-section{text-align:center;padding:50px 0}.highlight-section{text-align:center;padding:70px 0}.secondary-bg{background-color:#fff9f2}h2{font-family:var(--font-primary);color:var(--color-secondary);margin-bottom:25px;font-size:2.2em;font-weight:600}h3{font-family:var(--font-primary);margin-bottom:10px;font-size:1.5em;font-weight:600}.benefit-item{background:#fff;border-radius:8px;margin-bottom:20px;padding:25px;box-shadow:0 4px 15px #00000014}.benefit-item i{margin-bottom:15px;font-size:3em}.benefits-grid .benefit-item:first-child i{color:var(--color-accent-1)}.benefits-grid .benefit-item:nth-child(2) i{color:var(--color-accent-2)}.benefits-grid .benefit-item:nth-child(3) i{color:var(--color-primary)}.benefit-item:last-child{margin-bottom:0}.main-footer{text-align:center;background-color:#f2f2f2;margin-top:30px;padding:40px 20px}.social-links{justify-content:center;gap:20px;margin-top:20px;display:flex}.social-links a{color:var(--color-secondary);font-size:1.8rem;transition:all .3s;display:inline-block}.social-links a:hover{color:var(--color-primary);transform:translateY(-5px)}.header-social{justify-content:flex-end;margin-top:0}@media (width<=768px){.header-social{justify-content:center;padding-bottom:10px}}.modal{z-index:1000;background-color:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.modal-content{background-color:#fefefe;border:1px solid #888;border-radius:8px;width:90%;max-width:500px;max-height:85vh;margin:0;padding:20px;overflow-y:auto}.modal-content.glass-modal{-webkit-backdrop-filter:blur(20px);color:#fff;background:#0f0f0ffa;border:1px solid #ffffff1a;box-shadow:0 25px 50px #0009}.modal-content.glass-modal h2,.modal-content.glass-modal p{color:#fff}.modal-content.glass-modal .close-btn{color:#fff9}.modal-content.glass-modal .close-btn:hover{color:#fff}.modal-content h2{margin-bottom:10px;font-size:1.5em}.modal-content p{margin-bottom:15px;font-size:.95em}.close-btn{color:#aaa;cursor:pointer;font-size:28px;font-weight:700;position:absolute;top:10px;right:20px}.modal-content form input{border:1px solid #ccc;border-radius:4px;width:calc(100% - 22px);margin-bottom:15px;padding:10px}.modal-content form button{width:100%}.hero-section .btn{margin-bottom:0}.scroller{max-width:90%;margin:0 auto;-webkit-mask:linear-gradient(90deg,#0000,#fff 20% 80%,#0000);mask:linear-gradient(90deg,#0000,#fff 20% 80%,#0000)}.scroller+.scroller{margin-top:.5rem}.scroller__inner{flex-wrap:nowrap;gap:1rem;padding-left:0;animation:20s linear infinite scroll;display:flex}.scroller[data-direction=right] .scroller__inner{animation-direction:reverse}.scroller__inner li{list-style:none}.scroller__inner img{object-fit:contain;border-radius:8px;width:auto;max-width:none;height:100px}@keyframes scroll{to{transform:translate(calc(-50% - 3rem))}}@keyframes spin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.comparison-section{background:linear-gradient(to bottom, var(--color-primary), var(--color-accent-1), var(--color-secondary));color:var(--color-background);padding:50px 0}.comparison-section .container{flex-wrap:wrap;justify-content:center;gap:30px;display:flex}.comparison-card{background-color:#0003;border-radius:8px;width:100%;max-width:400px;padding:25px;box-shadow:0 4px 15px #0003}.comparison-card h2{font-family:var(--font-primary);border-bottom:2px solid;margin-bottom:20px;padding-bottom:10px;font-size:1.8em;font-weight:600}.comparison-card ul{margin:0;padding:0;list-style:none}.comparison-card ul li{align-items:center;gap:10px;margin-bottom:10px;font-size:1.1em;display:flex}.comparison-card .fa-xmark{color:var(--color-accent-2)}.comparison-card .fa-check{color:var(--color-primary)}.card-no h2{border-color:var(--color-accent-2)}.card-yes h2{border-color:var(--color-primary);color:var(--color-primary)}.slide-in-from-left,.slide-in-from-right{opacity:0;transition:opacity .5s ease-out,transform .5s ease-out}.slide-in-from-left{transform:translate(-50px)}.slide-in-from-right{transform:translate(50px)translateY(20px)}.slide-in-from-left.is-visible,.slide-in-from-right.is-visible{opacity:1;transform:translate(0)}.contact-section{text-align:left;background-color:#fff;padding:50px 0}.contact-section .container{max-width:800px}.contact-section h2{text-align:center}.contact-section p{text-align:center;margin-bottom:30px}.form-group{margin-bottom:20px}.form-group label{color:var(--color-text);margin-bottom:8px;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{width:100%;font-family:var(--font-secondary);border:1px solid #ccc;border-radius:5px;padding:12px;font-size:1em;transition:border-color .3s,box-shadow .3s}.form-group input:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 8px #f3972966}.g-recaptcha{margin-bottom:20px}#form-status{text-align:center;margin-top:20px;font-weight:600}@media (width>=768px){.container{width:85%;max-width:1100px}.main-header .container{justify-content:center}.hero-section{padding:0 20px}.scroller__inner img{height:150px}.hero-section h1{font-size:4em}.rotating-hero-icon{width:300px;height:300px;top:40%}.benefits-grid{grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px;display:grid}.benefit-item{margin-bottom:0}.modal-content{max-width:900px;max-height:90vh}.comparison-section .container{flex-wrap:nowrap}}#product-selection{flex-direction:column;gap:10px;margin-bottom:15px;display:flex}.product-option{cursor:pointer;border:1px solid #ccc;border-radius:8px;flex-direction:row;align-items:center;gap:15px;padding:15px;transition:border-color .3s,box-shadow .3s;display:flex}.product-option:hover{border-color:var(--color-primary);box-shadow:0 0 10px #f3972980}.product-option.selected{border-color:var(--color-secondary);box-shadow:0 0 10px #5e318e80}.option-info{text-align:left;flex-direction:column;flex:1;justify-content:center;padding-right:10px;display:flex}.option-info h3{color:var(--color-secondary);margin:0 0 5px;font-size:1.3em;line-height:1.2}.option-info p{color:#666;margin:0;font-size:.9em;line-height:1.3}.option-visual{flex-direction:column;flex:none;justify-content:center;align-items:center;gap:5px;display:flex}.option-visual img{object-fit:contain;border-radius:4px;width:auto;height:120px;transition:transform .3s}.product-option:hover .option-visual img{transform:scale(1.05)}.option-visual span{color:var(--color-primary);white-space:nowrap;font-size:1.4em;font-weight:700}#purchase-form.hidden{display:none}@media (width>=768px){#product-selection{flex-direction:row}}.hidden{display:none!important}#epayco-buttons{text-align:center;margin-top:20px}#shipping-form{-webkit-backdrop-filter:blur(10px);text-align:center;background:#ffffff1f;border:1px solid #fff3;border-radius:20px;margin-top:30px;padding:25px;animation:.8s ease-out fadeIn}#shipping-form.hidden{display:none!important}#shipping-form h3{color:#fff;border-bottom:2px solid var(--color-primary);text-align:center;margin:0 auto 20px;padding-bottom:5px;font-size:1.5rem;display:inline-block}.form-group-shipping{text-align:center;margin-bottom:15px}.form-group-shipping label{color:#ffccb0;margin-bottom:8px;font-size:.95rem;font-weight:600;display:block}.form-group-shipping input[type=text],.form-group-shipping input[type=tel]{width:100%;font-family:inherit;transition:all .3s;color:#fff!important;background:#14141499!important;border:1px solid #fff3!important;border-radius:10px!important;padding:12px 15px!important}.form-group-shipping input:focus{transform:translateY(-2px);border-color:var(--color-primary)!important;background:#0006!important;outline:none!important;box-shadow:0 0 10px #f397294d!important}.checkbox-group{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;align-items:center;gap:12px;margin-top:20px;padding:12px;display:flex}.checkbox-group input[type=checkbox]{width:20px;height:20px;accent-color:var(--color-primary);cursor:pointer}.checkbox-group label{color:#eee;cursor:pointer;margin-bottom:0;font-size:.9rem}.habeas-data-group{border:1px solid #f397294d!important;margin-top:10px!important}.habeas-data-group label strong{color:var(--color-primary)}.autocomplete-wrapper{width:100%;position:relative}.autocomplete-suggestions{border:1px solid var(--color-primary);z-index:9999;background:#121212;border-radius:12px;max-height:250px;margin-top:8px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 15px 35px #000c}.autocomplete-suggestions.hidden{display:none!important}.suggestion-item{cursor:pointer;color:#fff;border-bottom:1px solid #ffffff0d;padding:15px 20px;font-size:.95rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover{background:var(--color-primary);color:#fff;padding-left:30px;font-weight:600}.suggestion-item .dept{opacity:.6;margin-left:10px;font-size:.8rem;font-weight:400}.autocomplete-suggestions::-webkit-scrollbar{width:8px}.autocomplete-suggestions::-webkit-scrollbar-track{background:#0003}.autocomplete-suggestions::-webkit-scrollbar-thumb{background:#ff7e0080;border-radius:10px}.autocomplete-suggestions::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}#epayco-button-container img{filter:drop-shadow(0 0 8px #f397294d);width:100%;max-width:300px;height:auto;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),filter .3s;animation:2s infinite pulseGlow}#epayco-button-container img:hover{filter:drop-shadow(0 0 15px #f3972999);transform:scale(1.08)}@keyframes pulseGlow{0%{transform:scale(1);box-shadow:0 0 #f3972966}70%{transform:scale(1.03);box-shadow:0 0 0 15px #f3972900}to{transform:scale(1);box-shadow:0 0 #f3972900}}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.cta-wrapper{text-align:center;margin-top:30px;margin-bottom:20px}.highlight-section{background-color:var(--color-background);padding:40px 0}.featured-image{border-radius:12px;max-width:900px;margin:0 auto 30px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.highlight-section .featured-image{max-width:450px}.responsive-img{object-fit:contain;width:100%;height:auto;display:block}.gallery-section{text-align:center;background-color:#fff;padding:60px 0}.gallery-grid{grid-template-columns:1fr;gap:20px;margin:40px 0;display:grid}.gallery-item{border-radius:12px;transition:transform .3s;overflow:hidden;box-shadow:0 8px 20px #0000001a}.gallery-item:hover{transform:translateY(-5px)}.gallery-item img{aspect-ratio:1;object-fit:cover;width:100%;height:100%;display:block}@media (width>=768px){.gallery-grid{grid-template-columns:repeat(2,1fr);gap:25px}}@media (width>=1024px){.gallery-grid{grid-template-columns:repeat(4,1fr)}}.tech-data-table{border-collapse:collapse;background:#fff;border-radius:12px;width:100%;max-width:800px;margin:30px auto;overflow:hidden;box-shadow:0 4px 15px #0000000d}.tech-data-table th,.tech-data-table td{text-align:left;border-bottom:1px solid #eee;padding:15px 20px}.tech-data-table th{background-color:var(--color-secondary);color:#fff;font-weight:600}.tech-data-table tr:last-child td{border-bottom:none}.reviews-section{background-color:var(--color-background);padding:60px 0}.reviews-grid{grid-template-columns:1fr;gap:20px;margin-top:30px;display:grid}.review-card{text-align:left;background:#fff;border-radius:15px;padding:25px;box-shadow:0 5px 20px #0000000d}.review-header{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.reviewer-name{color:var(--color-secondary);font-weight:700}.verified-badge{color:#27ae60;background:#27ae601a;border-radius:20px;padding:4px 8px;font-size:.8rem;font-weight:600}.review-content{color:#555;font-style:italic}@media (width>=768px){.reviews-grid{grid-template-columns:repeat(3,1fr)}.tech-data-table{font-size:1.1rem}}:root{--marysol-primary:#5e318e;--marysol-secondary:#f39729;--marysol-accent:#e35c54;--marysol-light:#fef9f2;--marysol-chat-bg:#fff;--marysol-user-msg:#5e318ee6;--marysol-bot-msg:#fff;--marysol-shadow:0 10px 40px -10px #00000040;--marysol-font:"Poppins", "Montserrat", sans-serif;--marysol-gradient:linear-gradient(135deg, #f39729, #e35c54, #a43585, #5e318e)}@keyframes mc-float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.marysol-chat-trigger{border:4px solid var(--marysol-primary);cursor:pointer;z-index:9999;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);animation:3s ease-in-out infinite mc-float;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 32px #5e318e66}.marysol-chat-trigger.active{animation:none}.mc-trigger-avatar{border-radius:50%;width:100%;height:100%;position:relative;overflow:hidden}.mc-trigger-avatar img{object-fit:cover;width:100%;height:100%}@keyframes mc-pulse{0%{transform:scale(1);box-shadow:0 0 #4caf50b3}70%{transform:scale(1.2);box-shadow:0 0 0 10px #4caf5000}to{transform:scale(1);box-shadow:0 0 #4caf5000}}.mc-trigger-status{z-index:2;background:#4caf50;border:2px solid #fff;border-radius:50%;width:14px;height:14px;animation:2s infinite mc-pulse;position:absolute;bottom:0;right:4px}.marysol-chat-trigger:hover{transform:scale(1.1)rotate(5deg);box-shadow:0 8px 30px #124d4266}.marysol-chat-trigger .mc-close-icon{width:30px;height:30px;fill:var(--marysol-primary);display:none}.marysol-chat-trigger.active .mc-trigger-avatar{display:none}.marysol-chat-trigger.active .mc-close-icon{display:block}.marysol-chat-container{background:var(--marysol-chat-bg);width:380px;max-width:calc(100vw - 48px);height:600px;max-height:calc(100vh - 120px);box-shadow:var(--marysol-shadow);z-index:9998;opacity:0;pointer-events:none;transform-origin:100% 100%;font-family:var(--marysol-font);border:1px solid #0000000d;border-radius:20px;flex-direction:column;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:100px;right:24px;overflow:hidden;transform:translateY(20px)scale(.95)}.marysol-chat-container.active{opacity:1;pointer-events:all;transform:translateY(0)scale(1)}.mc-header{background:var(--marysol-gradient);color:#fff;justify-content:space-between;align-items:center;padding:20px;display:flex;position:relative}.mc-header-content{align-items:center;gap:15px;display:flex}.mc-header-close{cursor:pointer;color:#fff;background:#ffffff26;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.mc-header-close:hover{background:#ffffff4d;transform:scale(1.1)}.mc-header-close svg{fill:currentColor;width:20px;height:20px}.mc-avatar{border:2px solid var(--marysol-accent);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;display:flex;overflow:hidden;box-shadow:0 2px 10px #0000001a}.mc-avatar img{object-fit:cover;width:100%;height:100%}.mc-header-info h3{letter-spacing:.5px;margin:0;font-size:1.1rem;font-weight:600}.mc-header-info p{opacity:.8;align-items:center;gap:5px;margin:2px 0 0;font-size:.8rem;display:flex}.mc-status-dot{background-color:#4ade80;border-radius:50%;width:8px;height:8px;display:inline-block}.mc-messages{background:var(--marysol-light);scrollbar-width:thin;scrollbar-color:#0000001a transparent;flex-direction:column;flex:1;gap:15px;padding:20px;display:flex;overflow-y:auto}.mc-messages::-webkit-scrollbar{width:6px}.mc-messages::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.mc-message{word-wrap:break-word;border-radius:18px;max-width:85%;padding:12px 16px;font-size:.95rem;line-height:1.5;animation:.3s forwards messageSlideIn}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.mc-message.bot{background:var(--marysol-bot-msg);color:#212529;border:1px solid #0000000d;border-bottom-left-radius:4px;align-self:flex-start;box-shadow:0 4px 12px #0000000f}.mc-message.user{background:var(--marysol-user-msg);color:#fff;border-bottom-right-radius:4px;align-self:flex-end;box-shadow:0 2px 8px #124d4233}.mc-typing{background:var(--marysol-bot-msg);border-radius:18px 18px 18px 4px;align-self:flex-start;align-items:center;gap:4px;margin-bottom:10px;padding:12px 16px;display:none}.mc-typing.active{display:flex}.mc-typing-dot{background:#888;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both typingBounce}.mc-typing-dot:first-child{animation-delay:-.32s}.mc-typing-dot:nth-child(2){animation-delay:-.16s}@keyframes typingBounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.mc-input-area{background:#fff;border-top:1px solid #0000000d;align-items:center;gap:10px;padding:15px;display:flex}.mc-input{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:24px;outline:none;flex:1;padding:12px 16px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.mc-input:focus{border-color:var(--marysol-primary);background:#fff}.mc-send-btn{background:var(--marysol-gradient);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .2s,filter .2s;display:flex}.mc-send-btn:hover{filter:brightness(1.1);transform:scale(1.05)}.mc-send-btn:disabled{cursor:not-allowed;background:#ccc;transform:none}.mc-send-btn svg{fill:currentColor;width:18px;height:18px;margin-left:2px}@media (width<=480px){.marysol-chat-container{transform-origin:100% 100%;border-radius:20px;width:auto;max-width:calc(100vw - 30px);height:55vh;max-height:55vh;bottom:15px;left:15px;right:15px;transform:translateY(20px)scale(.95);box-shadow:0 10px 40px #0000004d}.marysol-chat-container.active{transform:translateY(0)scale(1)}.mc-message{padding:10px 14px;font-size:.85rem}.marysol-chat-trigger{width:50px;height:50px;top:60%;bottom:auto;right:10px;transform:translateY(-50%)}.marysol-chat-trigger.active{opacity:0;pointer-events:none;transform:translateY(-50%)scale(0)}@keyframes mc-float-mobile{0%{transform:translateY(-50%)}50%{transform:translateY(-55%)}to{transform:translateY(-50%)}}.marysol-chat-trigger:not(.active){animation:3s ease-in-out infinite mc-float-mobile}}
