:root{color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;background-color:#fff!important;min-height:100vh;min-width:320px}.home-header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;position:fixed;width:100%;top:0;z-index:1000;box-shadow:0 2px 10px #0000001a}.home-header nav{display:flex;justify-content:space-between;align-items:center}.home-container{max-width:1200px;margin:0 auto;padding:0 20px}.home-logo{display:flex;align-items:center;gap:.5rem;font-size:1.4rem;font-weight:700;color:#06c;text-decoration:none;cursor:pointer}.home-logo img{height:50px;width:auto}.home-nav-links{display:flex;list-style:none;gap:2rem}.home-nav-links a{text-decoration:none;color:#333;transition:color .3s}.home-nav-links a:hover{color:#1e40af}.home-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#333;padding-top:80px;background:#fff}.home-hero-content h1{font-size:3.5rem;margin-bottom:1rem;color:#1e40af}.home-hero-content p{font-size:1.3rem;margin-bottom:2rem;max-width:600px;color:#555}.home-btn{display:inline-block;padding:12px 30px;background:#1e40af;color:#fff;text-decoration:none;border-radius:50px;border:2px solid #1e40af;transition:all .3s}.home-btn:hover{background:#1e3a8a;border-color:#1e3a8a;transform:translateY(-2px)}.home-section{padding:80px 0;background:#fff}.home-section h2{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:#333}.home-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.home-service-card{background:#f8f9fa;padding:2rem;border-radius:10px;text-align:center;transition:transform .3s,box-shadow .3s}.home-service-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.home-service-icon{font-size:3rem;color:#1e40af;margin-bottom:1rem}.home-projects-section{background:#fff;padding:80px 0}.home-projects-title{color:#333!important}.home-pear-showcase{max-width:900px;margin:0 auto;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:20px;padding:3rem;text-align:center}.home-pear-icon{font-size:4rem;margin-bottom:1rem}.home-pear-showcase h3{font-size:2.5rem;color:#1e40af;margin-bottom:1rem}.home-pear-subtitle{color:#555;font-size:1.5rem;margin-bottom:.5rem}.home-pear-description{color:#666;font-size:1.1rem;margin-bottom:2rem;line-height:1.8}.home-pear-stats{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.home-stat-box{background:#f0f4ff;padding:1rem 1.5rem;border-radius:10px;border:1px solid #d0d7e8}.home-stat-number{color:#1e40af;font-size:1.8rem;font-weight:700}.home-stat-label{color:#666;font-size:.9rem}.home-pear-btn{display:inline-block;padding:15px 40px;background:#1e40af;color:#fff;text-decoration:none;border-radius:50px;font-size:1.2rem;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #1e40af4d}.home-pear-btn:hover{background:#1e3a8a;transform:translateY(-2px);box-shadow:0 6px 20px #1e40af66}.home-about-section{background:#f8f9fa}.home-about-content{max-width:800px;margin:0 auto;text-align:center;font-size:1.1rem;line-height:1.8}.home-about-content p{margin-bottom:1.5rem}.home-leadership-section{margin-top:3rem;text-align:center}.home-leadership-section h3{font-size:2rem;margin-bottom:2rem}.home-leadership-container{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:stretch}.home-leadership-photo{border-radius:10px;box-shadow:0 5px 15px #0000001a;width:100%;height:100%;object-fit:cover}.home-leadership-info{background:#fff;padding:2rem;border-radius:10px;display:flex;flex-direction:column;justify-content:center}.home-leadership-role{color:#1e40af;font-weight:700;margin:.5rem 0}.home-contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.home-contact-card{background:#f8f9fa;padding:2rem;border-radius:10px;text-align:center}.home-footer{background:#333;color:#fff;text-align:center;padding:2rem 0}@media(max-width:1024px){.home-leadership-container{grid-template-columns:1fr}}@media(max-width:768px){.home-hero-content h1{font-size:2rem}.home-nav-links{display:none}.home-hero-content p{font-size:.95rem}.home-section h2{font-size:1.8rem}.home-service-card h3{font-size:1.1rem}.home-service-card p{font-size:.85rem}.home-pear-showcase{padding:1.5rem 1rem}.home-pear-showcase h3{font-size:2rem}.home-pear-subtitle{font-size:1.2rem}.home-pear-description{font-size:.9rem}.home-pear-stats{flex-direction:column;gap:.75rem}.home-stat-box{padding:.75rem 1rem}.home-stat-number{font-size:1.5rem}.home-stat-label{font-size:.85rem}.home-pear-btn{font-size:1rem;padding:12px 30px}.home-leadership-info{padding:2.5rem}.home-leadership-info h4{font-size:1.1rem}.home-leadership-info p{font-size:.85rem}.home-contact-card h3{font-size:1.1rem}.home-contact-card p{font-size:.85rem}.home-about-content{font-size:.9rem}}:root{--pear-dark: #FFFFFF;--pear-card: #F8F9FA;--pear-border: #E5E7EB;--pear-primary: #7CB342;--pear-secondary: #558B2F;--pear-accent: #A3D977;--pear-pink: #F48FB1;--text-primary: #1F2937;--text-secondary: #6B7280;--text-white: #1F2937;--text-on-green: #FFFFFF;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-display: "Space Grotesk", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--pear-dark);color:var(--text-primary);line-height:1.6;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fff;border-bottom:1px solid var(--pear-border);box-shadow:0 1px 3px #0000000d}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 4rem;background:#fff}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;color:var(--pear-primary);text-decoration:none;font-family:var(--font-display)}.logo span{background:linear-gradient(135deg,var(--pear-primary) 0%,var(--pear-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-right{display:flex;align-items:center;gap:1rem}.lang-switcher{display:flex;gap:.5rem;background:var(--pear-card);border-radius:8px;padding:4px}.lang-btn{padding:.5rem 1rem;border:none;background:transparent;color:var(--text-secondary);cursor:pointer;border-radius:6px;font-size:14px;font-weight:500;transition:all .3s ease}.lang-btn.active{background:var(--pear-secondary);color:var(--text-on-green)}.lang-btn:hover:not(.active){color:var(--pear-primary)}.hero{min-height:100vh;display:flex;align-items:center;position:relative;padding-top:80px;padding-bottom:6rem;overflow:hidden}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{z-index:2;padding-left:2rem}.hero-title{font-size:4.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;font-family:var(--font-display)}.pear-quote{color:var(--pear-primary);font-size:.8em;opacity:.9;position:relative}.pear-quote:first-child{margin-left:-.5em}.pear-quote:last-child{margin-right:-.5em}.text-white{color:var(--text-white)}.gradient-text{background:linear-gradient(135deg,var(--pear-primary) 0%,var(--pear-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.3rem;color:var(--text-secondary);margin-bottom:2rem;max-width:500px}.btn-primary{display:inline-block;padding:1rem 2rem;background:linear-gradient(135deg,var(--pear-secondary) 0%,#558B2F 100%);color:var(--text-on-green);text-decoration:none;border-radius:12px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 12px #7cc3424d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7cc34266}.hero-image{position:relative;display:flex;justify-content:center;align-items:center}.pear-float{width:100%;max-width:500px;height:auto;filter:drop-shadow(0 0 40px rgba(163,217,119,.3));animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.stats{background:var(--pear-card);position:relative;padding:3rem 0;border-top:1px solid var(--pear-border);border-bottom:1px solid var(--pear-border)}.stats-overlay{position:absolute;inset:0;background:url(/assets/pear2-l2tqlkex.png) center/cover no-repeat;opacity:.05;filter:blur(20px)}.stats-container{display:flex;justify-content:space-evenly;align-items:center;gap:2rem;position:relative;flex-wrap:wrap;z-index:1}.stat-item{text-align:center}.stat-number{font-size:3.5rem;font-weight:800;color:var(--pear-primary);font-family:var(--font-display)}.stat-label{font-size:1rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.stat-divider{width:2px;height:60px;background:var(--pear-secondary);opacity:.3}.what-is-pear{padding:6rem 0;position:relative;overflow:hidden}.what-is-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.what-is-content{z-index:2}.section-title{font-size:3rem;font-weight:800;color:var(--text-primary);margin-bottom:1.5rem;font-family:var(--font-display);text-align:center}.pear-highlight{color:var(--pear-primary);text-shadow:0 0 20px rgba(163,217,119,.3)}.what-is-description{font-size:1.2rem;color:var(--text-primary);margin-bottom:1.5rem}.what-is-list{list-style:none;margin-bottom:2rem}.what-is-list li{font-size:1.3rem;color:var(--text-primary);margin-bottom:1rem;padding-left:1.5rem;position:relative}.what-is-list li:before{content:"•";position:absolute;left:0;color:var(--pear-secondary);font-size:1.5rem}.what-is-tagline{font-size:1.5rem;font-weight:600;color:var(--pear-primary);line-height:1.4;margin-bottom:2rem}.what-is-example{font-size:1.1rem;color:var(--text-secondary);font-style:italic;margin-top:1rem}.imagine-situation{padding:18rem 0 12rem;background:var(--pear-dark);display:flex;align-items:center;justify-content:center;min-height:70vh}.imagine-hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;color:var(--text-white);text-align:center;font-family:var(--font-display);max-width:1200px;margin:0 auto 6rem}.future-section{min-height:auto;display:flex;align-items:center;justify-content:center;background:var(--pear-dark);padding:8rem 0 20rem;overflow:visible}.future-section .container{overflow:visible}.future-typewriter{font-size:3.5rem;font-weight:800;color:var(--text-primary);text-align:center;font-family:var(--font-display);line-height:1.3}.typewriter-text{display:inline-block;opacity:0;transform:translateY(30px)}.typewriter-text.animate{animation:fadeInText 3s ease-in-out forwards}.typewriter-dots{display:inline-block!important;color:var(--pear-secondary)!important;margin-left:.5rem!important;animation:blinkDots 2s ease-in-out infinite!important}@keyframes fadeInText{0%{opacity:0;transform:translateY(30px)}20%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes blinkDots{0%,to{opacity:1}50%{opacity:.3}}.chips-demo{display:flex;flex-wrap:wrap;gap:6px;margin-top:3rem;justify-content:center;overflow:visible;width:100%}.chips-description{margin-top:15rem;font-size:1.5rem;color:var(--text-secondary);text-align:center;line-height:1.6;opacity:0;animation:fadeInUp .6s ease-out 2.5s forwards;position:relative;z-index:1}@media(max-width:768px){.chips-demo{gap:2px;justify-content:center;padding:0 1rem;margin-left:0;margin-right:0;width:100%;max-width:100%}.chips-description{font-size:1.2rem;margin-top:10rem;padding:0 1rem}.chip{width:auto;flex-shrink:0;height:18px;padding:2px 8px;font-size:12px}.chip span{text-overflow:unset!important;overflow:unset!important}.chip-remove{min-width:11px;max-width:11px;min-height:11px;max-height:11px;aspect-ratio:1/1}}.chip{display:inline-flex;align-items:center;gap:3px;padding:1px 6px;border-radius:3px;font-size:11px;font-weight:600;line-height:1;height:16px;white-space:nowrap}.chips-demo .chip{opacity:0;animation:chipAppear .5s ease-out forwards}.chip span{white-space:nowrap;display:inline-block}.chip:nth-child(1){animation-delay:0s}.chip:nth-child(2){animation-delay:.1s}.chip:nth-child(3){animation-delay:.2s}.chip:nth-child(4){animation-delay:.3s}.chip:nth-child(5){animation-delay:.4s}.chip:nth-child(6){animation-delay:.5s}.chip:nth-child(7){animation-delay:.6s}.chip:nth-child(8){animation-delay:.7s}.chip:nth-child(9){animation-delay:.8s}.chip:nth-child(10){animation-delay:.9s}.chip:nth-child(11){animation-delay:1s}.chip:nth-child(12){animation-delay:1.1s}.chip:nth-child(13){animation-delay:1.2s}.chip:nth-child(14){animation-delay:1.3s}.chip:nth-child(15){animation-delay:1.4s}.chip:nth-child(16){animation-delay:1.5s}.chip:nth-child(17){animation-delay:1.6s}.chip:nth-child(18){animation-delay:1.7s}.chip:nth-child(19){animation-delay:1.8s}.chip:nth-child(20){animation-delay:1.9s}.chip:nth-child(21){animation-delay:2s}.chip:nth-child(22){animation-delay:2.1s}.chip:nth-child(23){animation-delay:2.2s}.chip:nth-child(24){animation-delay:2.3s}.chip:nth-child(25){animation-delay:2.4s}.chip:nth-child(26){animation-delay:2.5s}.chip:nth-child(27){animation-delay:2.6s}.chip:nth-child(28){animation-delay:2.7s}.chip:nth-child(29){animation-delay:2.8s}.chip:nth-child(30){animation-delay:2.9s}.chip:nth-child(31){animation-delay:3s}.chip:nth-child(32){animation-delay:3.1s}.chip:nth-child(33){animation-delay:3.2s}.chip:nth-child(34){animation-delay:3.3s}.chip:nth-child(35){animation-delay:3.4s}.chip:nth-child(36){animation-delay:3.5s}.chip:nth-child(37){animation-delay:3.6s}.chip:nth-child(38){animation-delay:3.7s}.chip:nth-child(39){animation-delay:3.8s}.chip:nth-child(40){animation-delay:3.9s}@keyframes chipAppear{0%{opacity:0;transform:translateY(20px) scale(.9)}to{opacity:1!important;transform:translateY(0) scale(1)}}.chip-color-1{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af}.chip-color-2{background:linear-gradient(135deg,#fed7aa,#fdba74);color:#c2410c}.chip-color-3{background:linear-gradient(135deg,#e9d5ff,#d8b4fe);color:#7e22ce}.chip-color-4{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#475569}.chip-name{font-weight:600;white-space:nowrap;display:inline-block}.chip-qty{font-weight:500;opacity:.8;white-space:nowrap;display:inline-block}.chip-remove{width:10px;height:10px;min-width:10px;max-width:10px;min-height:10px;max-height:10px;aspect-ratio:1/1;border-radius:50%;background:#0003;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:700;padding:0;margin:0;transition:all .2s ease;line-height:0;flex-shrink:0;vertical-align:middle}.what-is-image{display:flex;justify-content:center;align-items:center}.pear-cut{width:100%;max-width:400px;height:auto;transform:rotate(-15deg);filter:drop-shadow(0 10px 30px rgba(163,217,119,.2))}.seeds-bg{position:absolute;inset:0;background-image:radial-gradient(circle,var(--pear-accent) 1px,transparent 1px);background-size:50px 50px;opacity:.03;pointer-events:none}.how-it-works{padding:6rem 0;background:var(--pear-card);position:relative;overflow:hidden}.how-it-works .section-title{margin-bottom:4rem}.how-it-works-grid{display:grid;align-items:center;max-width:1000px;margin:0 auto}.work-card{background:var(--pear-dark);border:1px solid var(--pear-border);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.work-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #7cc34233;border-color:var(--pear-secondary)}.work-icon{font-size:3rem;margin-bottom:1rem}.work-card h3{color:var(--pear-primary);margin-bottom:.5rem;font-size:1.3rem}.work-card p{color:var(--text-secondary);font-size:.95rem}.work-arrow{color:var(--pear-secondary);font-size:2rem;font-weight:700;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.bg-pears{position:absolute;inset:0;pointer-events:none;overflow:hidden}.bg-pear{position:absolute;opacity:.05;width:300px;height:auto}.bg-pear-1{top:10%;left:5%;transform:rotate(20deg)}.bg-pear-2{bottom:10%;right:5%;transform:rotate(-30deg)}.why-pear{padding:6rem 0;position:relative;overflow:hidden}.why-pear-container{position:relative;z-index:2;max-width:800px}.why-pear-list{list-style:none;margin:3rem 0}.why-pear-list li{display:flex;align-items:center;gap:1rem;font-size:1.2rem;color:var(--text-primary);margin-bottom:1.5rem;padding:1rem;border-radius:8px;transition:all .3s ease}.why-pear-list li:hover{background:#7cc3420d}.checkmark{width:32px;height:32px;background:var(--pear-secondary);color:var(--text-on-green);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.btn-linkedin{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:var(--pear-secondary);color:var(--text-on-green);text-decoration:none;border-radius:12px;font-weight:600;font-size:1.1rem;transition:all .3s ease;margin-top:2rem}.btn-linkedin:hover{background:var(--pear-primary);transform:translateY(-2px);box-shadow:0 6px 20px #7cc3424d}.why-pear-bg{position:absolute;right:-10%;top:50%;transform:translateY(-50%);width:800px;height:auto;opacity:.08;pointer-events:none}.contact-section{padding:8rem 0;background:var(--pear-dark)}.contact-subtitle{text-align:center;font-size:1.2rem;color:var(--text-secondary);margin-bottom:3rem}.contact-form{max-width:600px;margin:0 auto}.form-group{margin-bottom:1.5rem}.form-input{width:100%;padding:1rem 1.5rem;font-size:1rem;background:var(--pear-card);border:2px solid var(--pear-border);border-radius:12px;color:var(--text-primary);transition:all .3s ease}.form-input:focus{outline:none;border-color:var(--pear-primary);box-shadow:0 0 0 3px #a3d9771a}.form-input::placeholder{color:var(--text-secondary)}.btn-submit{width:100%;padding:1.2rem 2rem;font-size:1.1rem;font-weight:600;background:var(--pear-primary);color:var(--pear-dark);border:none;border-radius:12px;cursor:pointer;transition:all .3s ease}.btn-submit:hover{background:var(--pear-secondary);transform:translateY(-2px);box-shadow:0 4px 12px #a3d9774d}.form-success{text-align:center;padding:4rem 2rem;max-width:600px;margin:0 auto}.success-checkmark{width:100px;height:100px;margin:0 auto 2rem;background:var(--pear-primary);color:var(--pear-dark);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:4rem;font-weight:700;animation:scaleIn .5s ease-out}@keyframes scaleIn{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.success-message{font-size:1.5rem;color:var(--text-primary);font-weight:600;animation:fadeInUp .6s ease-out .3s both}.footer{background:#050505;padding:3rem 0;border-top:1px solid var(--pear-border);text-align:center}.footer-container{max-width:600px}.footer-brand{font-size:1.2rem;color:#fff;margin-bottom:.5rem}.footer-brand a{color:var(--pear-primary);text-decoration:none}.footer-link,.footer-contact,.footer-copyright{color:var(--text-secondary);font-size:.95rem;margin:.5rem 0}.footer a{color:var(--pear-secondary);text-decoration:none;transition:color .3s ease}.footer a:hover{color:var(--pear-primary)}@media(max-width:1024px){.hero-container,.what-is-container{grid-template-columns:1fr;gap:2rem}.hero-image{order:-1}.pear-float{max-width:300px}.stats-container{justify-content:center;gap:1.5rem}.stat-divider:nth-child(odd){display:none}.how-it-works-grid{grid-template-columns:1fr}.work-arrow{transform:rotate(90deg)}.why-pear-bg{display:none}}@media(max-width:768px){.hero-title{font-size:2.5rem;line-height:1.2}.hero-description{font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.section-title{font-size:2rem;line-height:1.3}.imagine-hero-title{font-size:2.5rem;line-height:1.3;padding:0 1rem}.stat-number{font-size:2.5rem}.what-is-list li{font-size:1.1rem;line-height:1.8;margin-bottom:.75rem}.container{padding:0 1.5rem}.what-is-image{position:absolute;top:60%;left:75%;transform:translate(-50%,-50%);opacity:.12;z-index:0;pointer-events:none;width:100%;max-width:80%}.pear-cut{width:100%;max-width:180px;margin:0 auto}.what-is-content{position:relative;z-index:1}.future-typewriter{font-size:1.75rem;padding:0 1rem}button,.btn-primary,.btn-linkedin{min-height:48px;padding:.875rem 1.5rem;font-size:1rem}.lang-btn{min-width:48px;min-height:48px;padding:.75rem 1rem}.nav{padding:.5rem 1.5rem}.logo{font-size:1.25rem}.lang-switcher{padding:2px}.lang-btn{min-width:40px;min-height:40px;padding:.5rem .75rem;font-size:12px}.stats-container{flex-direction:column;gap:1.5rem;padding:2rem 1rem}.stat-divider{display:none}.stat-item{padding:1rem .5rem}.demo-grid{grid-template-columns:1fr;gap:2rem}.input-container{max-width:100%}.mic-button-inline,.magic-button{min-width:48px;min-height:48px}.footer-container{flex-direction:column;gap:1rem;text-align:center}.btn-linkedin{width:100%;max-width:320px;justify-content:center;margin:0 auto}.why-pear-list{padding-left:1rem}.why-pear-list li{font-size:1rem;line-height:1.6;margin-bottom:1rem}.work-card{padding:2rem 1.5rem}.work-icon{font-size:3rem;margin-bottom:1rem}}@media(max-width:375px){.hero-title{font-size:2rem}.section-title{font-size:1.75rem}.stat-number{font-size:2rem}.what-is-list li{font-size:1rem}.container{padding:0 1rem}.contact-section{padding:4rem 0}.contact-subtitle{font-size:1rem;padding:0 1rem}.form-input{font-size:16px}.success-checkmark{width:80px;height:80px;font-size:3rem;margin-bottom:1.5rem}.success-message{font-size:1.2rem;padding:0 1rem}}.demo-section{padding:6rem 0;background:var(--pear-dark)}.demo-description{font-size:1.25rem;color:var(--text-secondary);margin-bottom:1rem;text-align:center;opacity:.9}.demo-grid{display:flex;flex-direction:column;align-items:center;gap:3rem;margin-top:3rem;width:100%}.demo-grid>*{width:100%;max-width:768px}.sample-files-section{max-width:500px;margin:2rem auto 0;text-align:center}.sample-hint{font-size:14px;color:var(--text-secondary);margin-bottom:12px}.sample-files-buttons{display:flex;gap:12px;justify-content:center}.sample-file-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:var(--pear-primary);color:#fff;border-radius:8px;text-decoration:none;font-size:14px;font-weight:500;transition:all .3s ease}.sample-file-btn:hover{background:#6fa03d;transform:translateY(-2px)}.sample-upload-hint{font-size:13px;color:var(--pear-secondary);margin-top:16px;line-height:1.5;font-weight:500;display:none;opacity:0;transition:opacity .3s ease}.sample-upload-hint.visible{display:block;opacity:1}.demo-tabs{display:flex;gap:1rem;margin-bottom:2rem}.demo-tab{flex:1;padding:1rem 1.5rem;background:transparent;border:1px solid var(--pear-border);border-radius:12px;color:var(--text-secondary);font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.demo-tab:hover{border-color:var(--pear-secondary);color:var(--text-primary)}.demo-tab.active{background:var(--pear-secondary);border-color:var(--pear-secondary);color:var(--text-white)}.input-container{position:relative;background:var(--pear-card);border:1px solid var(--pear-border);border-radius:16px;padding:14px 80px 14px 14px;min-height:250px;transition:all .3s ease}.input-container:hover{border-color:#7cc3424d;box-shadow:0 2px 8px #7cc3421a}.input-container.focused{border-color:var(--pear-secondary);box-shadow:0 2px 12px #7cc34233}.input-container.loading{pointer-events:none}.input-container.loading .file-icon-btn,.input-container.loading .camera-icon-btn{pointer-events:auto}.input-container.drag-over{border-color:var(--pear-secondary);border-width:2px;background:linear-gradient(135deg,#a3d9771a,#7cc3420d);box-shadow:0 4px 16px #7cc3424d}.input-container.drag-over .drag-hint{color:var(--pear-secondary);font-weight:600;font-size:12px}.input-chips-wrapper{margin-bottom:12px}.input-chips-container{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px;padding:0 4px}@keyframes chipFadeIn{0%{opacity:0;transform:translateY(10px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.input-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(135deg,#a3d97726,#7cc3421a);border:1px solid rgba(163,217,119,.3);border-radius:20px;font-size:13px;line-height:1.2;white-space:nowrap;position:relative}.input-chip .chip-name{color:var(--text-primary);font-weight:500}.input-chip .chip-qty{color:var(--pear-secondary);font-weight:600;font-size:12px}.input-chip .chip-remove{width:16px;height:16px;border-radius:50%;background:#0003;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;line-height:0;flex-shrink:0;border:none;padding:0;margin:0}.input-chip .chip-remove:hover{background:#0006;transform:scale(1.1)}.clear-all-chips{position:absolute;top:14px;right:14px;background:none;border:none;color:var(--pear-secondary);font-size:12px;font-weight:500;cursor:pointer;padding:4px 8px;margin:0;transition:all .2s ease;text-decoration:underline;z-index:10}.clear-all-chips:hover{color:var(--pear-primary);text-decoration:none}.input-container.error{border-color:#ef4444;border-width:2px;background:linear-gradient(135deg,#fef2f2,#fee2e2);box-shadow:0 4px 16px #ef44444d;animation:shake .5s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}.error-message{position:absolute;bottom:8px;left:14px;right:70px;font-size:11px;color:#dc2626;font-weight:500;line-height:1.4;display:none;animation:errorAppear .3s ease;pointer-events:none}@keyframes errorAppear{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.error-message.visible{display:block}.error-message strong{color:#991b1b}.input-wrapper{display:flex;flex-direction:column;gap:0;padding-bottom:28px}.input-top-row{display:flex;align-items:center;gap:6px;margin-bottom:6px}.input-content-row{display:flex;flex-wrap:wrap;gap:6px;align-items:flex-start}.mic-button-inline{display:flex;width:40px;height:40px;background:var(--pear-card);border:1px solid rgba(124,195,66,.2);border-radius:8px;cursor:pointer;align-items:center;justify-content:center;transition:all .2s ease;opacity:.6;padding:0;flex-shrink:0}.mic-button-inline:hover{opacity:1;border-color:#7cc34266;background:#7cc3420d}.mic-button-inline svg{width:20px;height:20px}.chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:8px;font-size:13px;font-weight:500;cursor:default;transition:all .2s ease;animation:chipAppear .3s ease;max-width:calc(100% - 12px)}@keyframes chipAppear{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.chip.removing{animation:chipRemove .2s ease forwards}@keyframes chipRemove{to{opacity:0;transform:scale(.8)}}.chip-blue{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af}.chip-orange{background:linear-gradient(135deg,#fed7aa,#fdba74);color:#c2410c}.chip-purple{background:linear-gradient(135deg,#e9d5ff,#d8b4fe);color:#7e22ce}.chip-gray{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#475569}.clear-all{position:absolute;top:14px;right:14px;font-size:12px;font-weight:500;color:var(--text-secondary);background:transparent;border:none;cursor:pointer;opacity:0;transition:opacity .3s ease,color .2s ease;padding:4px 8px;display:flex;align-items:center;gap:4px}.clear-all.visible{opacity:.8}.clear-all:hover{opacity:1;color:var(--text-primary)}.clear-all-icon{font-size:14px;font-weight:400}.chip-remove{width:10px;height:10px;min-width:10px;max-width:10px;min-height:10px;max-height:10px;aspect-ratio:1/1;border-radius:50%;background:#0003;color:#fff;font-size:8px;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;margin:0;transition:all .2s ease;line-height:0;flex-shrink:0;vertical-align:middle}.chip-remove:hover{background:#0006;transform:scale(1.1)}.input-field{flex:1;min-width:200px;border:none;font-size:16px;font-family:var(--font-sans);color:var(--text-primary);background:transparent;outline:none;resize:none;line-height:1.6;overflow:hidden}.input-field::placeholder{color:var(--text-secondary)}.input-wrapper.has-chips .input-field::placeholder{opacity:0}.loader{display:none;align-items:center;gap:8px;padding:6px 10px;font-size:13px;color:var(--pear-secondary)}.loader.active{display:flex}.loader-icon{width:16px;height:16px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.drag-hint{position:absolute;bottom:8px;left:14px;font-size:10px;color:var(--text-secondary);pointer-events:none;opacity:1;transition:opacity .3s ease}.icons-wrapper{margin-bottom:10px}.input-container.loading .drag-hint span{opacity:0;visibility:hidden}.input-container.loading .icons-wrapper{opacity:1;visibility:visible}.drag-hint strong{color:var(--pear-secondary);font-weight:500}.camera-container{display:none}.camera-icon-btn{width:45px;height:45px;background:var(--pear-card);border:1px solid rgba(124,195,66,.2);border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;opacity:.6;padding:0;pointer-events:auto;flex-shrink:0}.camera-icon-btn:hover{opacity:1;border-color:#7cc34266;background:#7cc3420d}.camera-icon-btn svg{width:20px;height:20px}.file-icon-btn{width:45px;height:45px;background:var(--pear-card);border:1px solid rgba(124,195,66,.2);border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;opacity:.6;padding:0;position:relative;pointer-events:auto;flex-shrink:0}.file-icon-btn:hover{opacity:1;border-color:#7cc34266;background:#7cc3420d}.file-icon-btn svg{width:20px;height:20px}.file-menu{position:absolute;bottom:32px;left:0;background:#fff;border:1px solid #dfe1e5;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:4px 0;min-width:200px;display:none;z-index:1000;pointer-events:auto}.file-menu.active{display:block;animation:menuAppear .2s ease}@keyframes menuAppear{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.file-menu-item{padding:10px 16px;font-size:13px;color:#202124;cursor:pointer;transition:background .15s ease;display:flex;align-items:center;gap:8px}.file-menu-item:hover{background:#f5f5f5}.file-menu-item svg{width:16px;height:16px;opacity:.6}.file-menu-item-mobile{display:none}@media(max-width:768px){.file-menu-item-mobile{display:flex}}.magic-button{position:absolute;right:14px;bottom:18px;width:44px;height:44px;background:linear-gradient(135deg,var(--pear-secondary) 0%,#558B2F 100%);border:none;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;opacity:1}.magic-button:hover{transform:scale(1.02);box-shadow:0 4px 12px #7cc3424d}.magic-button:active{transform:scale(.98)}.magic-button:disabled{opacity:.5;cursor:not-allowed}.ai-icon{width:32px;height:32px;min-width:32px;min-height:32px;flex-shrink:0;display:block}.button-label{text-align:center;margin-top:12px;font-size:14px;color:var(--text-secondary);opacity:1;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center;gap:6px}.button-label-icon{width:18px;height:18px;opacity:.7}.demo-results{background:var(--pear-card);border:1px solid var(--pear-border);border-radius:16px;padding:2rem;min-height:400px}.results-panel{height:100%}.results-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--text-secondary)}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.results-content{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.result-section{margin-bottom:2rem}.result-section h4{color:var(--pear-primary);margin-bottom:1rem;font-size:1.1rem;border-left:3px solid var(--pear-secondary);padding-left:1rem}.result-section ul{list-style:none}.result-section li{padding:.75rem 1rem;background:var(--pear-dark);border:1px solid var(--pear-border);border-radius:8px;margin-bottom:.5rem;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease}.result-section li:hover{border-color:var(--pear-secondary);background:#7cc3420d}.product-name{color:var(--text-primary);font-weight:500}.quantity{color:var(--text-secondary);font-size:.9rem}.order-summary{background:var(--pear-dark);border:1px solid var(--pear-border);border-radius:12px;padding:1.5rem;margin-top:1rem}.total{font-size:1.2rem;font-weight:600;color:var(--pear-primary);margin-bottom:1rem}.edit-btn,.confirm-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-right:.5rem}.edit-btn{background:transparent;border:1px solid var(--pear-border);color:var(--text-primary)}.edit-btn:hover{border-color:var(--pear-secondary);background:#7cc3420d}.confirm-btn{background:var(--pear-secondary);color:var(--text-white)}.confirm-btn:hover{background:var(--pear-primary)}@media(max-width:1024px){.demo-grid{grid-template-columns:1fr;gap:2rem}.demo-tabs{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.input-container{padding:12px 12px 80px}.magic-button{width:48px;height:48px;right:12px;bottom:55px}.input-field{font-size:14px;min-height:100px}.input-field::placeholder{font-size:13px}.input-chip{padding:5px 10px;font-size:12px;gap:5px}.input-chip .chip-qty{font-size:11px}.input-chip .chip-remove{width:20px;height:20px;font-size:12px;flex-shrink:0;background:#0000004d}.input-chip .chip-remove:active{background:#00000080;transform:scale(.95)}.clear-all-chips{font-size:11px;padding:3px 6px}.chip{width:auto;flex-shrink:0;padding:2px 8px;font-size:12px;white-space:nowrap;overflow:visible;gap:4px;justify-content:space-between;box-sizing:border-box;height:18px}.chip span{white-space:nowrap;overflow:visible}.chip-remove{min-width:11px;max-width:11px;min-height:11px;max-height:11px;aspect-ratio:1/1;font-size:9px;flex-shrink:0;background:#0000004d;line-height:0;margin:0;padding:0}.chip-remove:active{background:#00000080;transform:scale(.95)}.clear-all{position:static;width:auto;padding:12px;font-size:11px;background:linear-gradient(135deg,#a3d9771a,#7cc3420d);border:1px solid rgba(124,195,66,.3);border-radius:8px;color:var(--text-secondary);font-weight:500;display:none;transition:all .2s ease;flex-shrink:0;margin-right:4px}.clear-all.visible{display:flex}.clear-all:active{background:linear-gradient(135deg,#a3d97733,#7cc3421a);transform:scale(.98)}.icons-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.clear-all-icon{display:none}.input-wrapper.has-chips~.drag-hint,.input-wrapper.has-chips~.drag-hint span{opacity:1!important;visibility:visible!important}.button-label{margin-top:20px}.mic-button-inline{display:flex;width:40px;height:40px;background:var(--pear-card);border:1px solid rgba(124,195,66,.2);border-radius:8px;cursor:pointer;align-items:center;justify-content:center;transition:all .2s ease;opacity:.6;padding:0;flex-shrink:0;margin-right:4px}.mic-button-inline:active{opacity:1;border-color:#7cc34266;background:#7cc3420d}.mic-button-inline svg{width:21px;height:21px}.camera-container{display:block}.camera-icon-btn{width:45px;height:45px}.camera-icon-btn svg{width:21px;height:21px}.input-wrapper{padding-bottom:60px;gap:4px}.drag-hint{position:absolute;bottom:12px;left:12px;right:12px}.file-icon-btn{width:45px;height:45px;flex-shrink:0}.file-icon-btn svg{width:21px;height:21px}.drag-hint span{flex:1;padding-right:80px;font-size:9px;white-space:normal;line-height:1.3}.magic-button{right:12px;bottom:55px;width:56px;height:56px}.ai-icon{width:36px;height:36px;min-width:36px;min-height:36px;flex-shrink:0;display:block}.error-message{bottom:12px;left:12px;right:80px;font-size:9px;line-height:1.3}.demo-tabs{flex-direction:column}.demo-tab{width:100%}}.voice-command-container{display:none;width:100%;text-align:center;background:#fff}.voice-button-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;max-width:320px;margin:0 auto}.voice-button:before{position:relative;width:100px;height:100px;border-radius:80%;background:#00a2e2;border:none;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 10px #01bfffbc;z-index:1}.voice-button:before{content:"";position:absolute;width:100px;height:100px;border-radius:80%;animation:pulse 2s infinite;z-index:-1}@keyframes pulse{0%{transform:scale(1);opacity:.7}50%{transform:scale(1.1);opacity:.3}to{transform:scale(1);opacity:.7}}.voice-button:hover{transform:scale(1.05);box-shadow:0 4px 15px #0084ffcb}.voice-button:active{transform:scale(.95)}.mic-icon{width:32px;height:32px;display:flex;justify-content:center;align-items:center}.voice-retry-button:before .mic-icon img{width:100%;height:100%}.mic-icon img{width:180%;height:180%;object-fit:contain;filter:brightness(0) invert(1)}.voice-button-text{text-align:center}.voice-button-text h3{font-size:22px;font-weight:600;line-height:28px;color:#212121;margin:50px 0 5px}.voice-button-text p{font-size:16px;line-height:20px;color:#595959;margin:0}.voice-kit-modal{display:none;position:fixed;top:0;right:-100%;width:100%;height:100%;background:#fff;overflow:hidden;z-index:11;transition:right .3s ease}.voice-kit-modal.active{display:block;right:0}.voice-kit-modal .modal-header{height:55px;border-bottom:2px solid transparent;background:url(/design/template2022/images/line3.png) no-repeat center bottom;background-size:100% 2px;background-position:bottom;background-repeat:no-repeat}.voice-kit-modal .modal-header .container{display:flex;justify-content:space-between;align-items:center;height:100%;padding:0 15px}.voice-back-btn{background:url(/design/template2022/images/arrow-back-mobile.svg) no-repeat left center;width:20px;height:16px;cursor:pointer}.modal-title{font-weight:600;font-size:18px;line-height:24px;color:#212121}.modal-close{width:24px;height:24px;background:url(/design/template2022/images/modal-close.svg) no-repeat center center;background-size:contain}.container-main{padding:20px 5px;display:flex;flex-direction:column;height:95%;margin-bottom:50px!important}.voice-recognition-area{flex:1;overflow:visible;display:flex;flex-direction:column;width:100%;box-sizing:border-box;padding-bottom:20px}.voice-state.results:not(.hidden){margin-bottom:80px}.voice-state{display:flex;flex-direction:column;width:100%;align-items:center}.hidden{display:none}.voice-title{font-weight:600;font-size:24px;line-height:30px;color:#212121;width:400px;margin:80px 0 10px;text-align:center}.voice-using-info{font-size:12px;color:#9e9e9e;margin-bottom:20px;text-align:center}.voice-start-button-wrapper{width:200px;height:200px;border-radius:50%;background:#f3f3f3;display:flex;justify-content:center;align-items:center;margin-bottom:35px;margin-top:20px}.start-voice-button{width:140px;height:140px;border-radius:50%;background:#00a2e2;border:none;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.start-voice-button .mic-icon img{width:100%;height:100px}.start-voice-button:hover{transform:scale(1.05)}.start-voice-button:active{transform:scale(.95)}.start-voice-button span{color:#fff;font-weight:600;font-size:16px;margin-bottom:5px}.start-voice-button .mic-icon{width:40px;height:40px}.voice-prompt{font-size:16px;line-height:24px;color:#595959;margin-bottom:25px}.voice-examples{width:85%;background:#f7f7f7;border-radius:10px;padding:15px;margin-bottom:20px;text-align:left}.voice-examples-header{display:flex;align-items:center;margin-bottom:15px}.info-icon-blue{width:24px;height:24px;background:url(/design/template2022/images/info-black.svg) no-repeat center;background-size:contain;margin-right:10px}.voice-examples-header span{font-weight:600;font-size:16px;line-height:20px;color:#212121}.voice-examples-list{list-style:none;padding:0;margin:0}.voice-examples-list li{font-size:14px;line-height:24px;color:#212121;margin-bottom:8px;position:relative;padding-left:15px}.voice-examples-list li:before{content:"•";position:absolute;left:0;color:#00a2e2}.voice-instructions{width:85%;background:#f7f7f7;border-radius:10px;padding:15px;text-align:left;margin-bottom:20px}.voice-state span p{margin:20px;align-items:center;line-height:1.5}.voice-instructions-header{display:flex;align-items:center;margin-bottom:15px}.info-icon-red{width:24px;height:24px;background:url(/design/template2022/images/info-white.svg) no-repeat center;background-size:contain;margin-right:10px}.voice-instructions-header span{font-weight:600;font-size:16px;line-height:20px;color:#212121}.instructions-content{flex:1}.instructions-content p{font-size:14px;line-height:20px;color:#212121;margin:0 0 8px}.instructions-content p:last-child{margin-bottom:0}.voice-reasoning-container{background:linear-gradient(298deg,#667eea,#764ba2);border-radius:12px;margin-bottom:20px;overflow:hidden;box-shadow:0 4px 15px #667eea33;transition:all .3s ease;position:relative}.voice-reasoning-container:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);pointer-events:none}.voice-reasoning-container.expanded{box-shadow:0 6px 25px #667eea4d;transform:translateY(-2px)}.voice-reasoning-header{display:flex;align-items:center;padding:16px 20px;cursor:pointer;transition:background .2s ease;position:relative;z-index:2}.voice-reasoning-header:hover{background:#ffffff1a}.voice-reasoning-header:active{background:#ffffff26;transform:scale(.98)}.voice-reasoning-icon{font-size:24px;margin-right:15px;line-height:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));animation:pulse-brain 1.2s ease-in-out infinite}@keyframes pulse-brain{0%,to{transform:scale(1);filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}50%{transform:scale(1.05);filter:drop-shadow(0 3px 6px rgba(0,0,0,.3))}}.voice-reasoning-content{flex:1;min-width:0}.voice-reasoning-title{font-weight:600;font-size:16px;line-height:20px;color:#fff;margin-bottom:4px;text-shadow:0 1px 2px rgba(0,0,0,.3)}.voice-reasoning-preview{font-size:14px;line-height:18px;color:#ffffffd9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.2)}.voice-reasoning-toggle{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#fffc;transition:all .3s ease;border-radius:50%;background:#ffffff1a}.voice-reasoning-toggle:hover{background:#fff3;color:#fff}.voice-reasoning-toggle.expanded{transform:rotate(180deg);background:#fff3}.voice-reasoning-toggle svg{transition:transform .3s ease}.voice-reasoning-full{background:#fffffff2;margin:0 15px 15px;border-radius:8px;animation:slideDown .12s ease-out;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}@keyframes slideDown{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:500px;transform:translateY(0)}}.voice-reasoning-text{padding:20px;color:#2d3748;font-size:14px;line-height:8px;white-space:pre-wrap;max-height:400px;overflow-y:auto;position:relative;text-align:left}.voice-reasoning-text b,.voice-reasoning-text strong{font-weight:700!important}.voice-reasoning-text i,.voice-reasoning-text em{font-style:italic!important}.voice-reasoning-text u{text-decoration:underline!important}.voice-reasoning-text br{display:block!important;content:""!important;margin-top:.5em!important}.voice-reasoning-text::-webkit-scrollbar{width:6px}.voice-reasoning-text::-webkit-scrollbar-track{background:#0000000d;border-radius:3px}.voice-reasoning-text::-webkit-scrollbar-thumb{background:#667eea4d;border-radius:3px}.voice-reasoning-text::-webkit-scrollbar-thumb:hover{background:#667eea80}.voice-reasoning-text:after{content:"";position:absolute;bottom:0;left:0;right:0;height:20px;background:linear-gradient(transparent,#fffc);pointer-events:none;opacity:0;transition:opacity .3s ease}.voice-reasoning-text:hover:after{opacity:1}@media(max-width:768px){.voice-reasoning-container{margin-bottom:15px;border-radius:8px}.voice-reasoning-header{padding:12px 15px}.voice-reasoning-icon{font-size:20px;margin-right:12px}.voice-reasoning-title{font-size:14px;line-height:18px}.voice-reasoning-preview{font-size:12px;line-height:16px}.voice-reasoning-toggle{width:20px;height:20px}.voice-reasoning-full{margin:0 10px 10px}.voice-reasoning-text{padding:15px;font-size:13px;line-height:8px;max-height:300px}}@media(max-width:480px){.voice-reasoning-header{padding:10px 12px}.voice-reasoning-icon{font-size:18px;margin-right:10px}.voice-reasoning-title{font-size:13px;line-height:16px}.voice-reasoning-preview{font-size:11px;line-height:15px}.voice-reasoning-text{padding:12px;font-size:12px;line-height:8px;max-height:250px}}@media(prefers-color-scheme:dark){.voice-reasoning-container{background:linear-gradient(135deg,#4a5568,#2d3748)}.voice-reasoning-full{background:#2d3748f2;border-color:#ffffff1a}.voice-reasoning-text{color:#e2e8f0}.voice-reasoning-text::-webkit-scrollbar-thumb{background:#a0aec04d}.voice-reasoning-text::-webkit-scrollbar-thumb:hover{background:#a0aec080}}.voice-reasoning-container.loading{opacity:.7}.voice-reasoning-container.loading .voice-reasoning-icon{animation:pulse-brain .4s ease-in-out infinite}.voice-reasoning-container{animation:fadeInUp .2s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.voice-reasoning-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;letter-spacing:.01em}.voice-reasoning-text p{margin:0 0 10px!important;text-align:left!important;display:block!important;width:100%!important;padding:0!important}.voice-reasoning-text p:last-child{margin-bottom:0}.voice-reasoning-container:hover{box-shadow:0 8px 30px #667eea40}.voice-reasoning-container.expanded:hover{box-shadow:0 10px 40px #667eea59}.voice-waves-container{width:260px;height:100px;display:flex;justify-content:center;align-items:center;margin:0 auto 20px}.voice-wave{width:6px;height:30px;background:#f32c2d;margin:0 3px;border-radius:3px;animation:sound .5s infinite alternate}@keyframes sound{0%{height:10px}to{height:80px}}.timer-display{font-size:24px;font-weight:600;color:#212121;margin-bottom:15px}.stop-voice-button{width:60px;height:60px;background:#f3f3f3;border:none;border-radius:50%;margin-top:15px;cursor:pointer;position:relative}.stop-voice-button:after{content:"";position:absolute;width:20px;height:20px;background:#f32c2d;border-radius:2px;top:50%;left:50%;transform:translate(-50%,-50%)}.processing-animation{width:100px;height:100px;position:relative;margin:0 auto 20px}.loading-circle{width:100%;height:100%;border-radius:50%;border:3px solid transparent;border-top:3px solid #F32C2D;animation:spin 1.5s linear infinite;position:absolute;top:0;left:0}.loading-stars{width:60px;height:60px;background:url(/design/template2022/images/stars.svg) no-repeat center center;background-size:contain;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.processing-text{font-size:16px;line-height:24px;color:#212121;margin-bottom:5px}.processing-subtext{font-size:14px;line-height:20px;color:#9e9e9e;margin-bottom:20px}.progress-bar-container{width:100%;max-width:300px;height:4px;background-color:#e0e0e0;border-radius:2px;overflow:hidden;margin:0 auto}.progress-bar{width:30%;height:100%;background-color:#2196f3;border-radius:2px}@keyframes progress{0%{width:0}to{width:100%}}.voice-results-icon{width:60px;height:60px;background:url(/design/template2022/images/icon-check.svg) no-repeat center;background-size:contain;margin-bottom:20px}.voice-results-list{width:100%;max-height:400px;overflow-y:auto;margin-top:20px}.voice-result-item{display:flex;align-items:center;padding:15px;border-bottom:1px solid #F3F3F3;cursor:pointer;transition:background-color .2s ease}.voice-result-item:hover{background-color:#f7f7f7}.voice-result-item:last-child{border-bottom:none}.voice-result-img{width:70px;height:70px;margin-right:15px;display:flex;align-items:center;justify-content:center;background:#f7f7f7;border-radius:5px}.voice-result-img img{max-width:90%;max-height:90%;object-fit:contain}.voice-result-info{flex:1}.voice-result-name{font-weight:600;font-size:14px;line-height:20px;color:#212121;margin-bottom:5px}.voice-result-price{font-weight:700;font-size:16px;line-height:20px;color:#212121}.voice-result-category{font-size:14px;line-height:20px;color:#9e9e9e}.voice-error-icon{width:80px;height:80px;background:url(/design/template2022/images/icon-wrong.svg) no-repeat center;background-size:contain;margin-bottom:20px}.voice-state p{color:#212121;font-size:14px;text-align:center;line-height:1.2}.retry-button{background:#fdd835;border-radius:5px;height:40px;font-weight:400;font-size:14px;line-height:40px;color:#212121;text-align:center;padding:0 30px;border:none;cursor:pointer;transition:background-color .2s ease;margin-top:20px}.retry-button:hover{background:#ffe900}.voice-kit-footer{background:#f3f3f3;padding:15px 20px;position:absolute;bottom:0;width:100%;box-sizing:border-box}.voice-tips{font-size:14px;line-height:20px;color:#595959;text-align:center;margin:0}html.overflow-y-hidden,body.overflow-y-hidden{overflow:hidden!important;position:fixed!important;width:100%!important;height:100%!important;-webkit-overflow-scrolling:auto!important}.fancybox-container,.fancybox-slide,.fancybox-content{overflow-y:auto!important;-webkit-overflow-scrolling:touch}.fancybox-inner{overflow-y:auto!important;max-height:100%}.voice-state.results{display:flex;flex-direction:column;width:100%}.voice-order-items,.voice-similar-products-container{flex-shrink:0}.voice-state.results,.voice-state.voice-cart{padding:0;margin:0}.voice-state.results,.voice-state.voice-cart{width:100%;box-sizing:border-box;padding:0;margin:0}.voice-order-header{display:flex;align-items:flex-start;border-bottom:none;justify-content:flex-start;text-align:left;width:100%;box-sizing:border-box;padding:15px}.voice-order-alert-icon{width:24px;height:24px;background-image:url(/design/template2022/images/alert.svg);background-position:center;background-repeat:no-repeat;background-size:contain;margin:20px;flex-shrink:0}.voice-order-header-content{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.voice-order-title{font-weight:600;font-size:18px;line-height:22px;text-transform:uppercase;color:#212121;margin-bottom:5px;text-align:left;width:100%}.voice-order-description{font-weight:400;font-size:14px;line-height:18px;color:#212121}.voice-order-items{background-color:#fff;padding:10px;width:100%;box-sizing:border-box;max-width:600px}.voice-order-item{margin-bottom:40px;background-color:#fff;border-radius:8px;box-shadow:0 1px 4px #0000001a}.voice-order-item:last-child{margin-bottom:0}.voice-order-said{display:flex;align-items:center;padding:15px;background-color:#eff6ff;justify-content:space-between;cursor:pointer;width:100%;box-sizing:border-box;position:relative}.voice-order-said-label{color:#9e9e9e;font-size:14px;line-height:18px;margin-right:5px;white-space:nowrap}.voice-order-said-text{font-weight:400;font-size:14px;line-height:18px;color:#212121;overflow:hidden;text-overflow:ellipsis}.voice-order-chevron{width:24px;height:24px;background-image:url(/design/template2022/images/chevron-down.svg);background-position:center;background-repeat:no-repeat;background-size:14px;flex-shrink:0;transition:transform .3s ease}.voice-order-said .voice-product-arrow{display:none}.voice-order-selected{background-color:#fff;border-radius:0}.voice-order-uncheked{background-color:#fff;border-radius:0;border-top:1px solid #F0F0F0}.voice-order-checkbox{min-width:24px;min-height:24px;width:24px;height:24px;border-radius:50%;border:2px solid #F32C2D;background-color:#fff;margin-right:15px;position:relative;flex-shrink:0;box-sizing:border-box;display:flex;align-items:center;justify-content:center;transition:all .2s ease;cursor:pointer}.voice-order-checkbox.checked{background-color:#f32c2d;border:none;position:relative}.voice-order-checkbox.checked:after{content:"";display:block;width:10px;height:6px;border-left:2px solid white;border-bottom:2px solid white;transform:rotate(-45deg);position:absolute;top:7px}.voice-order-checkbox.disabled{opacity:.3;cursor:not-allowed!important;pointer-events:none;border-color:#e0e0e0!important;background-color:#f5f5f5!important;transform:none!important;box-shadow:none!important}.voice-order-checkbox.disabled:hover{transform:none!important;box-shadow:none!important;border-color:#e0e0e0!important}.voice-order-selected-text{font-size:14px;line-height:20px;color:#212121;flex:1;text-align:left}.voice-order-similar{padding:15px;background-color:#eff6ff}.voice-order-similar-title{font-size:12px;line-height:16px;color:#00a2e2;margin-bottom:10px}.voice-order-similar-item{display:flex;align-items:center;padding:12px;border-radius:6px;margin-bottom:5px;background-color:#eff6ff}.voice-order-similar-item.selected{background-color:#fff}.voice-order-similar-text{font-size:12px;line-height:16px;color:#212121}.voice-order-actions{position:fixed!important;bottom:0;left:0;right:0;background:#fff;z-index:9999;padding:15px;width:100%;box-sizing:border-box;display:none}.voice-order-actions .voice-order-btn{display:flex;align-items:center;justify-content:center;width:100%!important;height:48px;border-radius:6px;font-size:14px;line-height:20px;background-color:#fdd835!important;color:#212121!important;border:none;cursor:pointer;margin:0}.voice-order-actions .voice-order-btn:hover{background-color:#ffe900!important}.voice-order-actions .voice-order-btn-plus{width:20px;height:20px;background-image:url(/design/template2022/images/plus.svg);background-position:center;background-repeat:no-repeat;background-size:contain;margin-right:10px}.voice-order-actions{display:flex;justify-content:space-between;align-items:center}.voice-share-btn-wrapper{position:relative;flex:1;margin-right:10px}.voice-order-actions .voice-share-btn,.voice-order-actions .voice-order-btn.voice-share-btn{background-color:#fff!important;border:1px solid #E0E0E0!important;color:#212121!important;width:100%!important;padding:0 16px!important;gap:3px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease}.voice-order-actions .voice-share-btn:hover,.voice-order-actions .voice-order-btn.voice-share-btn:hover{background-color:#f5f5f5!important;border-color:#d0d0d0!important}.voice-share-icon{width:18px;height:18px;color:#5f6368}.voice-share-menu{position:absolute;bottom:58px;left:0;background:#fff;border:1px solid #dfe1e5;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:4px 0;min-width:200px;display:none;z-index:10000;pointer-events:auto}.voice-share-menu.active{display:block;animation:voiceShareMenuAppear .2s ease}@keyframes voiceShareMenuAppear{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.voice-share-menu-header{padding:10px 16px 8px;font-size:9px;font-weight:600;color:#70757a;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #f0f0f0;margin-bottom:4px}.voice-share-menu-item{padding:10px 16px;font-size:13px;color:#202124;cursor:pointer;transition:background .15s ease;display:flex;align-items:center;gap:8px}.voice-share-menu-item:hover{background:#f5f5f5}.voice-share-menu-item svg{width:20px;height:20px;flex-shrink:0}.voice-add-to-cart-btn{flex:1}.voice-order-actions .voice-add-to-cart-btn,.voice-order-actions .voice-order-btn.voice-add-to-cart-btn{background-color:#fdd835!important;color:#212121!important;border:none!important;flex:1;height:48px;border-radius:6px;font-size:14px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease}.voice-order-actions .voice-add-to-cart-btn:hover,.voice-order-actions .voice-order-btn.voice-add-to-cart-btn:hover{background-color:#ffe900!important}.voice-order-uncheked{display:flex;align-items:center;padding:15px;background-color:#fff}.voice-order-selected,.voice-order-uncheked{display:flex;align-items:center;padding:15px;width:100%;box-sizing:border-box}.voice-cart-items{margin-bottom:15px;background-color:#fff;padding:4px}.voice-cart-item{display:flex;flex-wrap:wrap;width:100%;align-items:flex-start;justify-content:space-between;margin-bottom:15px;border-bottom:1px solid #F3F3F3}.voice-cart-item:last-child{margin-bottom:0;border-bottom:none;width:100%}.voice-cart-item .cell-image{flex:0 0 70px;margin-right:15px}.voice-cart-item .image-container{width:100%;height:100%}.voice-cart-item .image{display:flex;align-items:center;justify-content:center;height:70px}.voice-cart-item .image img{max-width:100%;max-height:100%;object-fit:contain}.voice-cart-item .cell-name{flex:1;min-width:0}.voice-cart-item .product-code{font-size:12px;line-height:16px;color:#9e9e9e;margin-bottom:5px}.voice-cart-item .cell-name a{font-weight:600;font-size:14px;line-height:20px;color:#212121;text-decoration:none;margin-bottom:10px;display:block}.voice-cart-item .cell-amount{display:flex;align-items:center;margin-left:auto;margin-right:0;margin-top:15px;min-width:120px;justify-content:flex-end}.voice-cart-item .amount-container{position:relative;display:flex;align-items:center}.voice-cart-item .amount{width:40px;height:30px;text-align:center;border-radius:4px;padding:0 15px;font-size:14px}.voice-cart-item .minus,.voice-cart-item .plus{position:absolute;width:15px;height:15px;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#212121;font-weight:700}.voice-cart-item .purchase-units{margin-right:30px;margin-left:10px;font-size:10px;color:#9e9e9e}.voice-cart-item .cell-remove{width:100%;text-align:right;margin:20px}.voice-cart-item .cell-remove a{font-size:13px;line-height:16px;color:#00a2e2;text-decoration:none;padding-right:15px;justify-content:flex-end;margin-right:20px}.voice-discount-info{font-size:11px;color:#f32c2d;font-weight:500;margin-top:2px;background:#f32c2d1a;padding:2px 6px;border-radius:3px;display:inline-block;margin-bottom:10px}.voice-cart-total{margin-bottom:20px;width:100%}.voice-cart-total .total-block{background:#fff;border-radius:5px;box-shadow:0 1px 4px #0000001a}.voice-cart-total .total-block_h{font-weight:600;font-size:16px;line-height:20px;color:#212121;margin-bottom:15px}.voice-cart-total .total-block_row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.voice-cart-total .total-block_row p{font-size:14px;line-height:20px;color:#595959;margin:0}.voice-cart-total .total-block_row strong{font-weight:700;font-size:16px;line-height:20px;color:#212121}.voice-cart-actions{display:flex;justify-content:space-between;width:100%;margin-top:20px}.voice-cart-actions .voice-back-to-list-btn,.voice-cart-actions .voice-order-btn.voice-back-to-list-btn{background-color:#fff!important;border:1px solid #E0E0E0!important;color:#212121!important;flex:1;height:48px;border-radius:6px;font-size:14px;margin-right:7px;cursor:pointer;transition:background-color .2s ease}.voice-cart-actions .voice-back-to-list-btn:hover,.voice-cart-actions .voice-order-btn.voice-back-to-list-btn:hover{background-color:#f5f5f5!important;border-color:#d0d0d0!important}.voice-cart-actions .voice-create-cart-btn,.voice-cart-actions .voice-order-btn.voice-create-cart-btn{background-color:#fdd835!important;color:#212121!important;border:none!important;flex:1;height:48px;border-radius:6px;font-size:14px;margin-left:7px;cursor:pointer;transition:background-color .2s ease}.voice-cart-actions .voice-create-cart-btn:hover,.voice-cart-actions .voice-order-btn.voice-create-cart-btn:hover{background-color:#ffe900!important}.total-current-price{font-weight:700;font-size:16px;line-height:20px;color:#212121;margin-right:10px}.total-price-info{font-weight:400;font-size:13px;line-height:20px;color:#595959}.voice-state.voice-cart .voice-order-header .voice-order-alert-icon{background-image:url(/design/template2022/images/red-stars-small.svg)!important}.voice-state.voice-cart{text-transform:none}.container-main{overflow-x:hidden}.voice-order-header{justify-content:center;text-align:left;margin-left:-32px}.voice-cart-item .amount-container{display:flex;align-items:center}.voice-cart-item .amount{text-align:center;margin:0 auto}.voice-cart-item{position:relative;padding-top:30px;margin-bottom:20px}.voice-cart-item .product-code{position:absolute;top:5px;font-size:12px;line-height:16px;color:#9e9e9e}.voice-cart-item .cell-image{margin-top:5px}.voice-cart-item .amount-container{position:relative;display:flex;align-items:center;height:50px;width:100px}.voice-cart-item .amount{width:40px;height:30px;text-align:center;border-radius:4px;padding:0 15px;font-size:14px;margin:0 auto}.voice-state.voice-cart .voice-cart-item .purchase-amount-container input{width:80px!important}.voice-cart-item .minus,.voice-cart-item .plus{position:absolute;width:15px;height:15px;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#212121;font-weight:700;z-index:1}.voice-cart-item .minus{left:5px}.voice-cart-item .plus{right:5px}.voice-cart-item .cell-name a{text-align:left;display:block;width:60%}.voice-cart-total{display:none}.voice-state.results:not(.hidden)~.voice-kit-footer,.voice-state.voice-cart:not(.hidden)~.voice-kit-footer{display:none}.voice-cart-actions{justify-content:space-between;gap:15px}.voice-back-to-list-btn,.voice-create-cart-btn{flex:1}.voice-similar-products-container{width:100%;max-width:100%;box-sizing:border-box!important;overflow:hidden;padding:10px;max-width:600px}.voice-similar-list,.voice-similar-group,.voice-similar-group-header,.voice-similar-group-items,.voice-similar-item,.voice-similar-show-more{width:100%;max-width:100%;box-sizing:border-box}.voice-similar-header{display:flex;justify-content:space-between;align-items:center;background:#eff6ff;cursor:pointer;transition:background-color .2s;padding:15px;box-sizing:border-box;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom:1px solid #E6E6E6}.voice-similar-header:hover{background:#eff6ff}.voice-similar-title{font-size:14px;line-height:20px;color:#212121;display:flex;align-items:center}.voice-similar-title:before{content:"";display:inline-block;width:20px;height:20px;background-image:url(/design/template2022/images/recommended.svg);background-position:center;background-repeat:no-repeat;background-size:contain;margin-right:10px}.voice-similar-toggle{display:flex;align-items:center;margin-right:20px}.voice-similar-count{font-size:14px;color:#595959;background:#fff;border-radius:15px;padding:3px 10px;margin-right:10px}.voice-similar-chevron{width:20px;height:20px;background-image:url(/design/template2022/images/chevron-down.svg);background-position:center;background-repeat:no-repeat;background-size:14px;transition:transform .3s}.voice-similar-header.active .voice-similar-chevron{transform:rotate(180deg)}.voice-similar-list{max-height:none;overflow-y:visible}.voice-similar-list,.voice-similar-group-items{max-height:none!important;overflow:visible!important;padding:0}.voice-similar-item{display:flex;align-items:center;padding:12px;background:#fff;transition:background-color .2s;border-top:1px solid #E6E6E6}.voice-similar-item:last-child{margin-bottom:0}.voice-similar-item-name{font-weight:400;font-size:14px;line-height:18px;color:#212121;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis}.voice-similar-item-details{font-size:12px;line-height:16px;color:#9e9e9e}.voice-similar-item-info{flex:1;min-width:0}.voice-similar-group:last-child{border-bottom:none}.voice-similar-group-header{display:flex;justify-content:space-between;align-items:center;background-color:#f8f8f8;cursor:pointer;transition:background-color .2s;padding:12px 15px;box-sizing:border-box}.voice-similar-group-header:hover{background-color:#f0f0f0}.voice-similar-group-header.active{background-color:#ffddde}.voice-similar-group-header.all-products{background-color:#f3f3f3;border-top:1px solid #E0E0E0}.voice-similar-group-header.all-products.active{background-color:#f32c2d10}.voice-similar-group-header.other-products{background-color:#f7f7f7}.voice-similar-group-header.other-products.active{background-color:#f0f0f0}.voice-similar-group-title{font-weight:500;font-size:14px;line-height:18px;color:#212121;flex:1;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:36px}.voice-similar-group-info{display:flex;align-items:center;flex-shrink:0;margin-left:10px}.voice-similar-group-count{font-size:12px;color:#9e9e9e;background:#fff;border-radius:15px;padding:2px 8px;margin-right:10px;white-space:nowrap}.voice-similar-group-toggle{width:20px;height:20px;background-image:url(/design/template2022/images/chevron-down.svg);background-position:center;background-repeat:no-repeat;background-size:14px;transition:transform .3s}.voice-similar-group-header.active .voice-similar-group-toggle{transform:rotate(180deg)}.voice-similar-show-more{padding:12px 15px;text-align:center;background-color:#f9f9f9;position:relative;z-index:4}.voice-similar-show-more-btn{display:inline-block;padding:8px 15px;background-color:#fff;border:1px solid #F32C2D20;border-radius:4px;font-size:13px;color:#f32c2d;cursor:pointer;transition:all .2s}.voice-kit-modal .container-main{height:calc(100vh - 55px);padding:10px 0;display:flex;flex-direction:column;overflow:auto;margin-bottom:0!important;width:100%;box-sizing:border-box}.voice-kit-modal .voice-recognition-area{overflow:visible!important}.voice-similar-show-more-btn:hover{background-color:#f32c2d10;border-color:#f32c2d}.voice-similar-show-more-btn:active{background-color:#f32c2d20;transform:translateY(1px)}.voice-similar-header{background-color:#eff6ff;padding:15px}.voice-similar-title{display:flex;align-items:center;font-weight:500}.voice-similar-list{max-height:300px;overflow-y:auto;background-color:#fff;box-shadow:0 1px 4px #0000001a}.voice-similar-item{display:flex;align-items:center;border-top:1px solid #F0F0F0;transition:background-color .2s;padding:12px 15px;box-sizing:border-box}.voice-similar-item:first-child{border-top:none}.voice-similar-item:hover{background-color:#f9f9f9}.voice-similar-empty{padding:15px;font-size:14px;color:#9e9e9e;text-align:center}.voice-state.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:80vh;margin-top:auto;transform:translateY(-60px);margin-bottom:auto}.loading-animation{position:relative;width:120px;height:120px;margin:20px auto}.loading-circle{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;border:3px solid #f0f0f0;border-top-color:#fdd835;animation:spin 1.2s linear infinite}.loading-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background-image:url(/design/template2022/images/mic.svg);background-size:contain;background-repeat:no-repeat;background-position:center;animation:pulse 1.5s ease infinite}.loading-text{font-size:18px;font-weight:500;margin:10px 0;color:#333}.loading-device-text{font-size:16px;color:#666;margin-top:5px}.loading-progress{width:80%;max-width:300px;margin:15px auto}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(.9);opacity:.7}50%{transform:translate(-50%,-50%) scale(1);opacity:1}to{transform:translate(-50%,-50%) scale(.9);opacity:.7}}.voice-retry-container{display:flex;flex-direction:column;align-items:center;margin-top:100px;margin-bottom:30px;gap:20px}.voice-retry-button{width:80px;height:80px;border-radius:50%;background:#00a2e2;border:none;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 10px #fff}.voice-retry-button:before{content:"";position:absolute;border-radius:50%;background:#00b2ff33;animation:pulse 2s infinite;z-index:-1}.voice-retry-button:hover{transform:scale(1.05);box-shadow:0 4px 15px #f32c2d66}.voice-retry-button:active{transform:scale(.95)}.voice-order-variants{display:none;background-color:#fff}.voice-order-variants.expanded{display:block}.voice-order-variant{display:flex;align-items:flex-start;padding:15px;background-color:#fff;border-bottom:1px solid #F0F0F0;cursor:pointer;transition:all .2s ease;width:100%;box-sizing:border-box;position:relative;overflow:hidden}.voice-order-variant:hover{background-color:#fafafa;box-shadow:inset 3px 0 #f32c2d4d}.voice-order-variant:last-child{border-bottom:none}.voice-order-variant:hover .voice-order-checkbox{border-color:#f32c2d;box-shadow:0 0 0 2px #f32c2d1a;transform:scale(1.05)}.voice-order-variant:hover:after{opacity:.7}.voice-order-variant .voice-product-arrow{position:absolute;right:8px;top:40%;transform:translateY(-50%);width:32px;height:32px;background-image:url(/design/template2022/images/voice-arrow.svg);background-position:center;background-repeat:no-repeat;background-size:16px 16px;cursor:pointer;z-index:15;transition:all .2s ease;border:1px solid #E0E0E0;border-radius:6px;background-color:#fafafa;box-shadow:0 1px 2px #0000000d}.voice-order-variant .voice-product-arrow:hover{background-color:#f0f8ff;border-color:#00a2e2;box-shadow:0 2px 4px #00a2e226;transform:translateY(-50%) scale(1.05)}.voice-order-variant .voice-product-arrow:active{transform:translateY(-50%) scale(.95);background-color:#e6f3ff}.voice-order-variant .voice-product-arrow:after{content:"Открыть товар";position:absolute;top:-28px;right:-20px;padding:4px 8px;background:#212121e6;color:#fff;font-size:11px;border-radius:4px;white-space:nowrap;opacity:0;transition:opacity .2s ease;pointer-events:none;z-index:99999}.voice-order-variant .voice-product-arrow:hover:after{opacity:1}.voice-product-thumbnail{position:absolute;right:48px;top:50%;transform:translateY(-50%);width:45px;height:45px;border-radius:4px;overflow:hidden;background-color:#f5f5f5;display:none;z-index:1}.voice-product-thumbnail.visible{display:flex;align-items:center;justify-content:center}.voice-product-thumb-img{width:100%;height:100%;object-fit:contain}.voice-product-thumbnail.img-loading{min-height:45px;background:#f5f5f5}.voice-product-thumbnail.img-loading img{opacity:0;transition:opacity .3s ease-in-out}.voice-product-thumbnail.img-loading:before{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin-left:-10px;margin-top:-10px;border:2px solid #E0E0E0;border-top:2px solid #00A2E2;border-radius:50%;animation:spin .8s linear infinite;z-index:1}.voice-product-thumbnail.img-loaded img{opacity:1}.voice-product-info{flex:1;min-width:0;margin-right:95px;position:relative;z-index:10}.voice-product-name{font-weight:500;font-size:14px;line-height:18px;color:#212121;margin-bottom:4px}.voice-product-details{font-size:12px;line-height:16px;color:#9e9e9e;margin-bottom:8px}.voice-product-meta{display:flex;gap:15px;margin-top:8px;min-height:20px}.stock-quantity,.stock-location{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased}.voice-product-stock{display:-webkit-flex;display:flex;white-space:nowrap;min-width:0;flex-shrink:0}@supports (-webkit-touch-callout: none){.stock-quantity{letter-spacing:.01em;font-variant-numeric:tabular-nums}}.voice-product-stock{display:-webkit-inline-flex;align-items:center;font-size:12px;color:#595959;height:20px}.stock-quantity{font-weight:500;line-height:1}.stock-indicators{display:flex;align-items:center;margin:0 6px;height:12px}.stock-indicators ul{display:flex;list-style:none;padding:0;margin:0;gap:1px;align-items:center}.stock-indicators li{width:4px;height:12px;background:#e0e0e0;border-radius:1px}.stock-indicators li.red{background:#f32c2d}.stock-indicators li.orange{background:orange}.stock-indicators li.green{background:#4caf50}.stock-indicators li.gray{display:none}.stock-location{font-size:11px;color:#9e9e9e;margin-left:4px;font-style:italic;line-height:1}.voice-product-pricing{display:flex;align-items:center;gap:6px;flex-shrink:0;height:20px}.discount-badge{background:#f32c2d;color:#fff;padding:2px 6px;border-radius:10px;font-size:11px;font-weight:600;white-space:nowrap;order:1}.price-group{display:flex;align-items:center;gap:4px;order:2}.price-group .current-price:empty,.price-group .old-price:empty{display:none}.voice-product-pricing:has(.current-price:empty){display:none}.old-price{text-decoration:line-through;color:#9e9e9e;font-size:12px;display:inline-flex;align-items:baseline}.current-price{font-weight:600;color:#f32c2d;font-size:14px;display:inline-flex;align-items:baseline}.voice-product-pricing:not(:has(.old-price)) .current-price{color:#222}.voice-kit-modal .ruble-icon{display:inline-block;width:11px;height:13px;margin-left:1px;vertical-align:top;position:relative;top:-3px;fill:currentColor;flex-shrink:0}.voice-kit-modal .current-price{display:inline-flex;align-items:baseline;font-weight:600;color:#f32c2d;font-size:14px;line-height:1;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.voice-kit-modal .current-price .ruble-icon{top:-4px;margin-left:2px;fill:#f32c2d;width:10px;height:12px}.voice-kit-modal .old-price{display:inline-flex;align-items:baseline;text-decoration:line-through;color:#999;font-size:12px;margin-right:6px;opacity:.8;line-height:1}.voice-kit-modal .old-price .ruble-icon{top:-3px;margin-left:1px;width:9px;height:11px;fill:#999}.voice-kit-modal .total-current-price{font-weight:600;color:#333;font-size:16px;display:inline-flex;align-items:baseline}.voice-kit-modal .total-current-price .ruble-icon{top:-2px;margin-left:3px;fill:#333}.voice-kit-modal .total-price-info{color:#666;font-size:14px;margin-top:2px}.voice-kit-modal .total-price-info .ruble-icon{top:-1px;margin-left:2px;width:10px;height:12px;fill:#666}.voice-kit-modal #voice-cart-total{font-weight:700;font-size:18px;color:#333;display:inline-flex;align-items:baseline}.voice-kit-modal #voice-cart-total .ruble-icon{top:-2px;margin-left:4px;width:14px;height:16px;fill:#333}.voice-order-item.expanded .voice-order-chevron{transform:rotate(180deg)}.voice-order-item.expanded .voice-order-variants{display:block}.voice-order-said-content{display:flex;align-items:center;flex:1}.voice-order-chevron.expanded{transform:rotate(180deg)}.voice-product-pricing .price-unavailable{font-size:12px;color:#9e9e9e;font-style:italic;padding:2px 6px;background:#9e9e9e1a;border-radius:3px;white-space:nowrap}.voice-order-variant.out-of-stock{opacity:.6;cursor:default!important;background-color:#fafafa}.voice-order-variant.out-of-stock:hover{background-color:#fafafa!important;box-shadow:none!important}.voice-order-variant.out-of-stock .voice-product-info{opacity:.7}.voice-order-variant.out-of-stock .voice-product-name{color:#999!important}.voice-order-variant.out-of-stock .voice-product-details{color:#bbb!important}.voice-no-stock-warning{background:linear-gradient(135deg,#fff3cd,#fcf4d6);border:1px solid #F1C40F;border-radius:8px;padding:20px;margin:15px;text-align:center;box-shadow:0 2px 8px #f1c40f1a}.voice-no-stock-warning .warning-icon{font-size:32px;margin-bottom:10px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.voice-no-stock-warning .warning-text{font-weight:600;font-size:16px;color:#856404;margin-bottom:5px;line-height:1.3}.voice-no-stock-warning .warning-subtext{font-size:14px;color:#856404;opacity:.8;line-height:1.4}.availability-info{font-size:13px;margin-top:4px;line-height:1.3}.availability-info .available-count{color:#4caf50;font-weight:600}.availability-info .unavailable-count{color:#f44336;font-weight:500}.availability-info .no-stock{color:#f44336;font-weight:600}.voice-product-pricing:empty{display:none}.voice-product-pricing .price-group:empty{display:none}.voice-product-pricing .discount-badge:empty{display:none}.voice-product-pricing .current-price:empty{display:none}.voice-product-pricing .old-price:empty{display:none}.voice-product-pricing:has(.current-price:empty,.old-price:empty){display:none}.voice-order-variant.out-of-stock .voice-product-arrow{opacity:.4;cursor:default;background-color:#f0f0f0!important;border-color:#d0d0d0!important;pointer-events:none}.voice-order-variant.out-of-stock .voice-product-arrow:hover{transform:translateY(-50%)!important;background-color:#f0f0f0!important;border-color:#d0d0d0!important;box-shadow:none!important}.voice-order-variant.out-of-stock{transition:all .3s ease;position:relative}.voice-order-variant.out-of-stock:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(224,224,224,.1) 10px,rgba(224,224,224,.1) 20px);pointer-events:none;border-radius:inherit}.voice-variant-hidden{display:none!important;opacity:0;max-height:0;overflow:hidden;transition:all .3s ease-in-out}.voice-variant-visible{display:flex!important;opacity:1;max-height:200px;transition:all .3s ease-in-out;animation:slideDown .3s ease-in-out}.voice-similar-hidden{display:none!important;opacity:0;max-height:0;overflow:hidden;transition:all .3s ease-in-out}.voice-similar-visible{display:flex!important;opacity:1;max-height:100px;transition:all .3s ease-in-out;animation:slideDown .3s ease-in-out}.voice-similar-group-hidden{display:none!important;opacity:0;max-height:0;overflow:hidden;transition:all .3s ease-in-out}.voice-similar-group-visible{display:block!important;opacity:1;max-height:none;transition:all .3s ease-in-out;animation:slideDown .3s ease-in-out}@keyframes slideDown{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:200px;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.voice-show-more-variants{display:flex;justify-content:center;padding:12px 15px;background-color:#f8f8f8;border-top:1px solid #E6E6E6;width:100%;box-sizing:border-box}.voice-show-more-variants-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;background-color:#fff;border:1px solid #D1D5DB;border-radius:6px;font-size:13px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease-in-out;box-shadow:0 1px 2px #0000000d;min-height:32px}.voice-show-more-variants-btn:hover{background-color:#f9fafb;border-color:#9ca3af;color:#1f2937;box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}.voice-show-more-variants-btn:active{background-color:#f3f4f6;border-color:#6b7280;transform:translateY(0);box-shadow:0 1px 2px #0000000d}.voice-show-more-variants-btn:focus{outline:none;border-color:#6b7280;box-shadow:0 0 0 3px #6b72801a}.voice-similar-global-show-more{display:flex;justify-content:center;padding:15px;background-color:#f9fafb;border-top:1px solid #E5E7EB;margin-top:10px;width:100%;box-sizing:border-box}.voice-similar-global-show-more-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;background-color:#fff;border:1px solid #D1D5DB;border-radius:8px;font-size:14px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease-in-out;box-shadow:0 1px 3px #0000001a;min-height:40px;position:relative}.voice-similar-global-show-more-btn:before{content:"";position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23374151'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;opacity:.7}.voice-similar-global-show-more-btn:hover{background-color:#f9fafb;border-color:#9ca3af;color:#1f2937;box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}.voice-similar-global-show-more-btn:hover:before{opacity:1}.voice-similar-global-show-more-btn:active{background-color:#f3f4f6;border-color:#6b7280;transform:translateY(0);box-shadow:0 2px 4px #0000001a}.voice-similar-global-show-more-btn:focus{outline:none;border-color:#6b7280;box-shadow:0 0 0 3px #6b72801a}@media(max-width:768px){.voice-show-more-variants{padding:10px 12px}.voice-show-more-variants-btn{padding:6px 12px;font-size:12px;min-height:28px}.voice-similar-global-show-more{padding:12px}.voice-similar-global-show-more-btn{padding:8px 16px;font-size:13px;min-height:36px}.voice-similar-global-show-more-btn:before{width:14px;height:14px;left:10px}}@media(max-width:480px){.voice-show-more-variants-btn{padding:5px 10px;font-size:11px;min-height:26px}.voice-similar-global-show-more-btn{padding:7px 14px;font-size:12px;min-height:32px}.voice-similar-global-show-more-btn:before{width:12px;height:12px;left:8px}}.voice-show-more-variants-btn.loading,.voice-similar-global-show-more-btn.loading{opacity:.7;cursor:not-allowed;pointer-events:none}.voice-show-more-variants-btn.loading:after,.voice-similar-global-show-more-btn.loading:after{content:"";position:absolute;right:8px;top:50%;transform:translateY(-50%);width:12px;height:12px;border:2px solid #D1D5DB;border-top-color:#6b7280;border-radius:50%;animation:spin 1s linear infinite}@media(prefers-color-scheme:dark){.voice-show-more-variants{background-color:#1f2937;border-top-color:#374151}.voice-show-more-variants-btn{background-color:#374151;border-color:#4b5563;color:#f9fafb}.voice-show-more-variants-btn:hover{background-color:#4b5563;border-color:#6b7280;color:#fff}.voice-similar-global-show-more{background-color:#1f2937;border-top-color:#374151}.voice-similar-global-show-more-btn{background-color:#374151;border-color:#4b5563;color:#f9fafb}.voice-similar-global-show-more-btn:hover{background-color:#4b5563;border-color:#6b7280;color:#fff}.voice-similar-global-show-more-btn:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23F9FAFB'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E")}}.voice-order-variant,.voice-similar-item{transition:all .2s ease-in-out}.voice-order-variants{transition:max-height .3s ease-in-out}.voice-variant-hidden,.voice-similar-hidden,.voice-similar-group-hidden{max-height:0!important;padding-top:0!important;padding-bottom:0!important;margin-top:0!important;margin-bottom:0!important;border:none!important}@media(max-width:768px){.voice-kit-modal .current-price{font-size:13px}.voice-kit-modal .current-price .ruble-icon{width:9px;height:11px;top:-3px}.voice-kit-modal .old-price{font-size:9px}.voice-kit-modal .old-price .ruble-icon{width:8px;height:10px;top:-2px}.voice-kit-modal #voice-cart-total{font-size:17px}.voice-kit-modal #voice-cart-total .ruble-icon{width:13px;height:15px;top:-3px}.discount-badge{font-size:10px;padding:1px 5px}.voice-product-meta{min-height:18px}.voice-product-stock,.voice-product-pricing{height:18px}.voice-product-arrow,.voice-order-variant .voice-product-arrow{width:18px;height:18px;right:20px;top:35%;background-size:14px 14px}.voice-no-stock-warning{margin:10px;padding:15px}.voice-no-stock-warning .warning-icon{font-size:28px;margin-bottom:8px}.voice-no-stock-warning .warning-text{font-size:14px}.voice-no-stock-warning .warning-subtext,.availability-info{font-size:12px}}@media(max-width:767px){.voice-command-container{display:block;margin:150px auto}.voice-start-button-wrapper{width:150px;height:150px}.start-voice-button{width:120px;height:120px}.voice-button{position:relative;border-radius:80%;background:#00a2e2;border:none;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 10px #01bfffbc;margin-bottom:30px;z-index:1}.voice-cart-actions{max-width:100%;gap:10px}.voice-order-btn{width:100%}.voice-cart-item .cell-amount{margin-top:15px}.voice-retry-button{width:70px;height:70px}.voice-retry-container .voice-button-text p{font-size:14px;line-height:18px}.voice-recognition-area{padding-bottom:70px}.voice-product-arrow,.voice-order-variant .voice-product-arrow{width:28px;height:28px;right:15px;top:35%;background-size:14px 14px;border-radius:4px}.voice-order-variant:after{right:50px}.voice-product-info{margin-right:55px}}@media(max-width:480px){.voice-button{position:relative;border-radius:80%;background:#00a2e2;border:none;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 10px #01bfffbc;margin-bottom:30px;z-index:1}.mic-icon{width:28px;height:28px}.voice-button-text h3{font-size:18px;line-height:24px}.voice-button-text p{font-size:14px;line-height:18px}.voice-title{font-size:20px;line-height:26px}.voice-start-button-wrapper{width:160px;height:160px}.start-voice-button{width:110px;height:110px}.voice-examples,.voice-instructions{padding:12px}.info-icon-blue,.info-icon-red{width:20px;height:20px}.voice-similar-title{font-size:14px}.voice-similar-count{font-size:12px;padding:2px 8px}.voice-similar-item{padding:12px 15px}.voice-similar-item-name{font-size:13px}.voice-similar-item-details{font-size:11px}.voice-similar-group-header{padding:10px 12px}.voice-similar-group-title{font-size:13px}.voice-similar-group-count{font-size:11px;padding:1px 6px}.voice-similar-show-more-btn{padding:5px 10px;font-size:12px}.voice-order-said,.voice-order-variant{padding:12px}.voice-order-checkbox{min-width:18px;min-height:18px;width:18px;height:18px}.voice-order-checkbox.checked:after{width:7px;height:5px;top:4px;left:4px}.voice-product-arrow,.voice-order-variant .voice-product-arrow{width:24px;height:24px;right:15px;top:30%;background-size:12px 12px;border-radius:3px}.voice-order-variant:after{right:45px}.voice-product-info{margin-right:50px}.voice-order-variant .voice-product-arrow:after{display:none}.voice-kit-modal .current-price .ruble-icon{width:8px;height:10px;top:-3px}.voice-kit-modal .old-price .ruble-icon{width:7px;height:9px;top:-2px}}@media(max-width:400px){.voice-order-variant:after{right:50px}.voice-product-info{margin-right:55px}.voice-product-arrow,.voice-order-variant .voice-product-arrow{width:22px;height:22px;right:15px;background-size:11px 11px}}@media(min-width:768px){.voice-command-container{display:none!important}}@media(max-width:767px){.voice-state.voice-cart .voice-cart-items{padding-bottom:120px!important;-webkit-overflow-scrolling:touch;transform:translateZ(0)}.voice-command-container{display:block!important;width:100%;background:transparent;margin:0}.voice-promo-container:before{content:"";position:absolute;inset:0;background-size:30px 30px;pointer-events:none;z-index:1}.discount-wobbler{position:absolute;top:-12px;right:15px;left:auto!important;background:#f32c2d;color:#fff;width:70px;height:35px;border-radius:5px;font-weight:900;font-size:18px;transform:rotate(-5deg);box-shadow:0 3px 10px #f32c2d66;z-index:2;animation:subtle-pulse 3s ease-in-out infinite;border:2px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;line-height:1;letter-spacing:-.5px}.discount-wobbler span:first-child{display:none}.discount-wobbler:before{content:"";position:absolute;top:2px;left:2px;right:2px;height:40%;background:linear-gradient(to bottom,rgba(255,255,255,.2),transparent);border-radius:3px 3px 0 0}.discount-wobbler:after{display:none}.voice-promo-title{color:#00a2e2;font-size:22px;font-weight:700;margin:10px 0 8px;text-align:center;text-transform:uppercase;letter-spacing:.5px;text-shadow:0 0 15px rgba(0,162,226,.3);position:relative;z-index:2}.voice-button-enhanced{position:relative;width:90px;height:90px;margin:20px auto;z-index:2}.voice-button-main{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#00a2e2,#0090d0);border:3px solid rgba(255,255,255,.1);display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;cursor:pointer;box-shadow:0 0 #00a2e266,0 4px 15px #00a2e24d;animation:pulse-shadow 2.5s infinite;transition:all .3s ease}.voice-button-main:active{transform:scale(.95)}.mic-icon-enhanced{width:40px;height:40px;z-index:1}.voice-examples-animated{margin:20px 0;height:50px;position:relative;overflow:hidden;z-index:2}.voice-example-item{position:absolute;width:100%;text-align:center;opacity:0;transform:translateY(15px);animation:slide-examples 12s infinite}.voice-example-quote{background:#ffffff14;border-radius:8px;padding:10px 15px;display:inline-block;color:#fdd835;font-size:15px;font-weight:500;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,246,89,.2)}.voice-example-quote:before,.voice-example-quote:after{content:""}.voice-cta-button{display:block;color:#212121;font-size:18px;font-weight:800;padding:12px 30px;border:none;border-radius:8px;margin:15px auto;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;position:relative;z-index:2}.voice-cta-button:active{transform:scale(.98)}.voice-promo-footer{text-align:center;margin-top:15px;font-size:13px;color:#ffffffb3;line-height:1.5;position:relative;z-index:2}.voice-promo-footer strong{color:#00a2e2;font-weight:700}}@media(max-width:767px){@keyframes subtle-pulse{0%,to{transform:rotate(-5deg) scale(1);box-shadow:0 3px 10px #f32c2d66}50%{transform:rotate(-5deg) scale(1.05);box-shadow:0 5px 15px #f32c2d99}}@keyframes pulse-shadow{0%{box-shadow:0 0 #00a2e266,0 4px 15px #00a2e24d}70%{box-shadow:0 0 0 15px #00a2e200,0 4px 20px #00a2e266}to{box-shadow:0 0 #00a2e200,0 4px 15px #00a2e24d}}@keyframes slide-examples{0%,25%{opacity:0;transform:translateY(15px)}5%,20%{opacity:1;transform:translateY(0)}25%,to{opacity:0;transform:translateY(-15px)}}@keyframes subtle-glow{0%,to{box-shadow:0 3px 15px #fff6594d}50%{box-shadow:0 5px 20px #fff65980}}.voice-example-item:nth-child(1){animation-delay:0s}.voice-example-item:nth-child(2){animation-delay:3s}.voice-example-item:nth-child(3){animation-delay:6s}.voice-example-item:nth-child(4){animation-delay:9s}}@media(max-width:375px){.voice-promo-container{padding:25px 15px 20px}.voice-promo-title{font-size:20px}.voice-promo-desc{font-size:13px}.voice-button-enhanced{width:80px;height:80px}.discount-wobbler{width:60px;height:30px;font-size:16px;top:-10px;right:10px}.voice-example-quote{font-size:14px;padding:8px 12px}.voice-cta-button{font-size:16px;padding:10px 25px}}.form-find-products{position:relative;display:flex;align-items:center}.btn-voice-search{position:absolute;right:15px;top:50%;transform:translateY(-50%);width:32px;height:32px;background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#00a2e2;transition:all .2s ease;z-index:2}.btn-voice-search:hover{color:#0090d0;transform:translateY(-50%) scale(1.1)}.btn-voice-search:active{transform:translateY(-50%) scale(.95)}.btn-voice-search svg{width:22px;height:22px;transition:all .2s ease}@keyframes voice-ready-pulse{0%,to{color:#00a2e2}50%{color:#f32c2d;filter:drop-shadow(0 0 3px rgba(243,44,45,.4))}}.form-find-products.has-text .btn-voice-search{display:none}.form-find-products:not(.has-text) .btn-clear-find-products{display:none}.form-find-products.has-text .btn-find-products{display:block}@media(max-width:767px){.btn-voice-search-mobile{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#00a2e2;z-index:2}.btn-voice-search-mobile svg{width:20px;height:20px}.ajaxed-found-fullscreen .header-search-input{padding-right:50px}.btn-voice-search{display:none!important}}.btn-voice-search.recording,.btn-voice-search-mobile.recording{color:#f32c2d;animation:voice-recording-pulse 1s ease-in-out infinite}@keyframes voice-recording-pulse{0%,to{transform:translateY(-50%) scale(1)}50%{transform:translateY(-50%) scale(1.2)}}.btn-voice-search.disabled,.btn-voice-search-mobile.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.voice-command-container{display:block!important;width:97%;margin:20px auto}.voice-promo-container{position:relative;background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:30px 20px 25px;margin:50px auto;overflow:visible;box-shadow:0 4px 20px #00000014}.discount-wobbler{position:absolute;top:-12px;right:15px;background:#f32c2d;color:#fff;width:70px;height:35px;border-radius:8px;font-weight:900;font-size:18px;transform:rotate(-5deg);box-shadow:0 4px 12px #f32c2d40;z-index:2;animation:discount-pulse 3s ease-in-out infinite;border:2px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;line-height:1;letter-spacing:-.5px}.discount-wobbler:before{content:"";position:absolute;top:2px;left:2px;right:2px;height:40%;background:linear-gradient(to bottom,rgba(255,255,255,.2),transparent);border-radius:3px 3px 0 0}.voice-promo-title{color:#212529;font-size:22px;font-weight:700;margin:10px 0 8px;text-align:center;text-transform:uppercase;letter-spacing:.5px;position:relative;z-index:2}.voice-promo-desc{color:#6c757d;font-size:14px;margin-bottom:20px;text-align:center;line-height:1.4;position:relative;z-index:2}.stock-info{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:8px;font-size:12px}.stock-indicator{width:8px;height:8px;border-radius:50%;display:inline-block}.stock-indicator.high{background:#28a745;box-shadow:0 0 8px #28a74566}.stock-indicator.medium{background:orange;box-shadow:0 0 8px #ffa50066}.stock-indicator.low{background:#dc3545;box-shadow:0 0 8px #dc354566}.stock-text{color:#6c757d;font-weight:500}.stock-number{color:#f32c2d;font-weight:700;transition:all .3s ease}.voice-live-counter{background:#f8f9fa;border:1px solid #dee2e6;border-radius:20px;padding:8px 16px;margin:15px 0;text-align:center;position:relative;z-index:2}.voice-live-counter .live-indicator{display:inline-block;width:8px;height:8px;background:#28a745;border-radius:50%;margin-right:8px;animation:live-pulse 2s ease-in-out infinite}.voice-live-counter .counter-text{color:#495057;font-size:13px;font-weight:600}.voice-live-counter .counter-number{color:#f32c2d;font-weight:700;animation:counter-change 3s ease-in-out infinite}@keyframes live-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}@keyframes counter-change{0%,85%{transform:scale(1)}90%,95%{transform:scale(1.1)}to{transform:scale(1)}}.price-animation-container{background:#f8f9fa;border:1px solid #dee2e6;border-radius:12px;padding:20px;margin:20px 0;position:relative;z-index:2;min-height:160px;overflow:hidden}.comparison-slide{position:absolute;top:15px;left:15px;right:15px;opacity:0;transform:translateY(20px);animation:slide-comparison 25s infinite}.comparison-slide:nth-child(1){animation-delay:0s}.comparison-slide:nth-child(2){animation-delay:5s}.comparison-slide:nth-child(3){animation-delay:10s}.comparison-slide:nth-child(4){animation-delay:15s}.comparison-slide:nth-child(5){animation-delay:20s}.product-name{color:#212529;font-size:16px;font-weight:600;margin-bottom:15px;text-align:center}.comparison-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.method-label{font-size:12px;color:#6c757d;text-transform:uppercase;letter-spacing:.5px}.price-old{color:#dc3545;font-size:16px;text-decoration:line-through;opacity:.8}.price-new{color:#28a745;font-size:18px;font-weight:700}.savings-amount{background:#f32c2d;color:#fff;padding:2px 8px;border-radius:10px;font-size:12px;font-weight:700;text-align:center;margin-top:5px;height:20px;line-height:normal}.microfon-cart{height:20px;width:20px}.voice-icon{width:16px;height:16px;display:inline-block;margin-right:5px;vertical-align:middle}.voice-button-enhanced{position:relative;width:90px;height:90px;margin:20px auto;z-index:2}.voice-button-main{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#00a2e2,#0090d0);border:3px solid #ffffff;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;cursor:pointer;box-shadow:0 0 #00a2e266,0 4px 15px #00a2e233;animation:pulse-shadow 2.5s infinite;transition:all .3s ease}.voice-button-main:active{transform:scale(.95)}.mic-icon-enhanced{width:40px;height:40px;z-index:1}.voice-cta-button{display:block;background:#f32c2d;color:#fff;font-size:18px;font-weight:800;padding:12px 30px;border:none;border-radius:8px;margin:15px auto;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #f32c2d40;text-transform:uppercase;letter-spacing:1px;position:relative;z-index:2}.voice-cta-button:hover{background:#dc3545;transform:translateY(-2px);box-shadow:0 6px 20px #f32c2d4d}.voice-cta-button:active{transform:scale(.98)}.voice-promo-footer{text-align:center;margin-top:15px;font-size:13px;color:#6c757d;line-height:1.5;position:relative;z-index:2}.voice-promo-footer strong{color:#f32c2d;font-weight:700}.voice-promo-footer small{display:block;margin-top:3px;font-size:12px;opacity:.8}@keyframes slide-comparison{0%{opacity:0;transform:translateY(20px)}2%,16%{opacity:1;transform:translateY(0)}18%,to{opacity:0;transform:translateY(-20px)}}@keyframes discount-pulse{0%,to{transform:rotate(-5deg) scale(1);box-shadow:0 4px 12px #f32c2d40}50%{transform:rotate(-5deg) scale(1.05);box-shadow:0 6px 16px #f32c2d59}}@keyframes pulse-shadow{0%{box-shadow:0 0 #00a2e266,0 4px 15px #00a2e233}70%{box-shadow:0 0 0 15px #00a2e200,0 4px 20px #00a2e24d}to{box-shadow:0 0 #00a2e200,0 4px 15px #00a2e233}}.page-video-block{margin:40px 15px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #00000014}@media(max-width:768px){.page-video-block{margin:5px}}.video-container{position:relative;background:#fff;width:auto;padding-top:50px;padding-bottom:50px;border-radius:12px;animation:fadeInUp .6s ease-out}.video-header{text-align:center;margin-bottom:30px}.video-description{color:#6c757d;font-size:16px;line-height:1.5;max-width:800px;margin:0 auto}.video-selector{display:flex;justify-content:center;gap:15px;margin-bottom:25px;flex-wrap:nowrap;width:auto}.video-tab{background:#f8f9fa;border:2px solid #dee2e6;color:#6c757d;padding:12px 24px;border-radius:25px;cursor:pointer;transition:all .3s ease;font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.5px;position:relative;overflow:hidden}.video-tab:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;transition:left .5s ease}.video-tab:hover:before{left:100%}.video-tab.active{background:#00a2e2;border-color:#00a2e2;color:#fff;transform:translateY(-2px)}.video-tab:hover:not(.active){background:#e9ecef;border-color:#adb5bd;color:#495057;transform:translateY(-1px)}.video-player-container{position:relative;width:100%;max-width:900px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a;border:1px solid #e9ecef}.video-iframe{width:100%;height:500px;border:none;display:none;background:#000}.video-iframe.active{display:block}.video-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#f32c2d;font-size:18px;display:none;text-align:center}.loading-spinner{width:40px;height:40px;border:3px solid #f8f9fa;border-top:3px solid #F32C2D;border-radius:50%;animation:spin 1s ease-in-out infinite;margin:0 auto 15px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.video-meta{display:flex;justify-content:center;gap:30px;margin-top:20px;flex-wrap:wrap}.video-info-item{display:flex;align-items:center;gap:8px;color:#6c757d;font-size:14px}.video-info-icon{width:16px;height:16px;fill:#f32c2d}.video-progress{margin-top:20px;background:#e9ecef;height:4px;border-radius:2px;overflow:hidden}.video-progress-bar{height:100%;background:linear-gradient(90deg,#f32c2d,#dc3545);width:0%;transition:width .3s ease;border-radius:2px}@media(max-width:768px){.video-container{padding:30px 20px 20px;width:calc(100% - 30px);margin:0 15px}.video-title{font-size:22px}.video-description{font-size:14px}.video-selector{gap:10px}.video-tab{padding:10px 18px;font-size:12px;min-width:120px;text-align:center}.video-meta{gap:20px}.video-info-item{font-size:12px}.price-animation-container{min-height:140px;padding:15px}.comparison-slide{top:10px;left:10px;right:10px}}@media(max-width:480px){.video-container{padding:20px 15px;width:calc(100% - 20px);margin:0 10px}}.price-animation-container{min-height:130px;padding:12px}.comparison-slide{top:8px;left:8px;right:8px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.voice-stop-hint-text{font-size:12px;line-height:1.4;font-weight:500;padding:0;white-space:normal;word-wrap:break-word;max-width:280px;display:block;text-align:center;margin:20px}@media(max-width:768px){.voice-stop-hint-text{font-size:12px;max-width:260px;text-align:center;margin:20px}}@media(max-width:480px){.voice-stop-hint-text{font-size:12px;line-height:1.35;max-width:240px;text-align:center;margin:20px}}@media(max-width:375px){.voice-stop-hint-text{font-size:12px;line-height:1.3;max-width:220px;text-align:center;margin:20px}}@media(max-width:320px){.voice-stop-hint-text{font-size:11px;line-height:1.25;font-weight:600;max-width:200px;text-align:center;margin:20px}}@media(min-width:768px){.voice-product-modal .tabs-names,.voice-product-modal .pd-tabs .tabs-names,.voice-product-modal .product-detail .tabs-names,.voice-product-modal .product-detail-content .tabs-names,.voice-product-modal .pd-tabs.tabs-block .tabs-names{display:none!important}}@media(max-width:767px){.voice-product-modal .tabs-names,.voice-product-modal .pd-tabs .tabs-names,.voice-product-modal .product-detail .tabs-names,.voice-product-modal .product-detail-content .tabs-names,.voice-product-modal .pd-tabs.tabs-block .tabs-names{display:flex!important}}.voice-discount-hint{display:inline-block;margin-top:10px;color:#f32c2d;font-weight:500}.voice-product-modal{position:fixed;inset:0;z-index:10000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.voice-product-modal.active{opacity:1;visibility:visible}.voice-product-modal-overlay{position:absolute;inset:0;background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.voice-product-modal-container{position:relative;width:100%;height:100%;margin:0 auto;background:#fff;overflow-y:auto;transition:transform .3s ease}.voice-product-modal-header{position:sticky;top:0;background:#fff;padding:15px 20px;border-bottom:1px solid #eee;z-index:100;display:flex;justify-content:flex-end}.voice-product-modal-close{background:none;border:none;cursor:pointer;padding:8px;border-radius:4px;transition:background-color .2s;color:#666}.voice-product-modal-close:hover{background-color:#f5f5f5}.voice-product-card{padding:20px 20px 120px}.voice-product-title{font-size:24px;font-weight:600;color:#333;margin:0 0 30px;line-height:1.3;text-align:center}.voice-product-content{display:flex;flex-direction:column;gap:30px}.voice-product-gallery{position:relative;text-align:center}.voice-product-labels{position:absolute;top:15px;left:15px;z-index:10}.voice-discount-label{background:#f44;color:#fff;padding:6px 12px;border-radius:16px;font-weight:600;font-size:12px;box-shadow:0 2px 8px #ff44444d}.voice-product-main-image{width:100%;max-width:400px;aspect-ratio:1;background:#f8f9fa;border-radius:12px;overflow:hidden;margin:0 auto 20px;display:flex;align-items:center;justify-content:center}.voice-product-main-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.voice-product-thumbs{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.voice-product-thumbs img{width:60px;height:60px;object-fit:cover;border-radius:8px;cursor:pointer;border:2px solid transparent;transition:border-color .2s,transform .2s}.voice-product-thumbs img:hover{transform:scale(1.05)}.voice-product-thumbs img.active{border-color:#007bff}.voice-product-code{color:#666;font-size:14px;margin-bottom:15px}.voice-discount-badge{background:linear-gradient(135deg,#ff6b6b,#f44);color:#fff;padding:10px 20px;border-radius:20px;display:inline-block;box-shadow:0 4px 15px #ff44444d}.voice-discount-text{display:block;font-size:11px;margin-bottom:2px;opacity:.9}.voice-discount-percent{display:block;font-size:16px;font-weight:700}.voice-price-group{display:flex;flex-direction:column;gap:8px;align-items:center}.voice-old-price{font-size:18px;color:#999;text-decoration:line-through}.voice-new-price{font-size:28px;font-weight:700;color:#007bff}.voice-regular-price{font-size:28px;font-weight:700;color:#333}.voice-savings{color:#28a745;font-weight:600;font-size:14px}.voice-stock-text{font-weight:600;margin-bottom:10px;color:#28a745;font-size:16px}.voice-product-stock.no-stock .voice-stock-text{color:#dc3545}.voice-stock-indicators{margin-bottom:10px}.voice-stock-indicators ul{display:flex;gap:4px;list-style:none;padding:0;margin:0;justify-content:center}.voice-stock-indicators li{width:12px;height:12px;border-radius:2px;background:#e9ecef}.voice-stock-indicators li.red{background:#dc3545}.voice-stock-indicators li.orange{background:#fd7e14}.voice-stock-indicators li.green{background:#28a745}.voice-stock-indicators li.gray{background:#6c757d}.voice-stock-warning{color:#dc3545;font-size:14px;margin:8px 0}.voice-stock-location{color:#666;font-size:14px}.voice-quantity-block{text-align:center;margin-bottom:30px}.voice-quantity-block label{display:block;margin-bottom:12px;font-weight:600;font-size:16px}.voice-quantity-controls{display:inline-flex;align-items:center;gap:0;border:2px solid #ddd;border-radius:8px;overflow:hidden}.voice-qty-minus,.voice-qty-plus{background:#f8f9fa;border:none;width:44px;height:44px;cursor:pointer;font-size:18px;font-weight:600;transition:background-color .2s;color:#333}.voice-qty-minus:hover,.voice-qty-plus:hover{background:#e9ecef}#voiceProductQuantity{width:80px;height:44px;text-align:center;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;font-size:16px;font-weight:600;background:#fff}.voice-product-features{margin-bottom:30px}.voice-product-features h3{margin-bottom:20px;font-size:18px;color:#333;text-align:center;font-weight:600}.voice-features-table{border-radius:8px;overflow:hidden;border:1px solid #dee2e6}.voice-feature-row{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #dee2e6}.voice-feature-row:last-child{border-bottom:none}.voice-feature-name{padding:12px 16px;background:#f8f9fa;font-weight:600;border-right:1px solid #dee2e6;font-size:14px}.voice-feature-value{padding:12px 16px;background:#fff;font-size:14px}.voice-product-actions{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #eee;padding:15px 20px;z-index:1000;box-shadow:0 -2px 10px #0000001a}.voice-product-buttons{display:flex;gap:15px;max-width:800px;margin:0 auto}.voice-add-to-list-btn{flex:1;background:#fff659;color:#333;border:2px solid #FFF659;padding:15px 20px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.voice-add-to-list-btn:hover{background:#ffe900;border-color:#ffe900}.voice-add-to-list-btn:disabled{background:#e9ecef;color:#6c757d;border-color:#e9ecef;cursor:not-allowed}.voice-btn-plus{width:18px;height:18px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 6v6m0 0v6m0-6h6m-6 0H6'/%3E%3C/svg%3E") no-repeat center;background-size:contain}.voice-back-icon{width:18px;height:18px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 18l-6-6 6-6'/%3E%3C/svg%3E") no-repeat center;background-size:contain}.voice-request-price-btn{flex:1;background:#6c757d;color:#fff;border:2px solid #6c757d;padding:15px 20px;border-radius:8px;font-size:16px;cursor:not-allowed;display:flex;align-items:center;justify-content:center}.voice-product-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.voice-loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:voiceSpinnerRotate 1s linear infinite;margin-bottom:20px}.voice-loading-text{font-size:18px;color:#666}@keyframes voiceSpinnerRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.voice-product-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.voice-error-icon{font-size:48px;margin-bottom:20px}.voice-error-title{font-size:24px;font-weight:600;color:#333;margin-bottom:10px}.voice-error-message{font-size:16px;color:#666;margin-bottom:30px;line-height:1.5}.voice-error-actions{display:flex;gap:15px;flex-wrap:wrap;justify-content:center}.voice-error-retry,.voice-error-close{padding:12px 24px;border:none;border-radius:6px;font-size:16px;cursor:pointer;transition:background-color .2s;font-weight:600}.voice-error-retry{background:#007bff;color:#fff}.voice-error-retry:hover{background:#0056b3}.voice-error-close{background:#6c757d;color:#fff}.voice-error-close:hover{background:#545b62}body.voice-product-modal-open{overflow:hidden!important;position:static!important;width:100%!important;height:100vh!important}@media(max-width:768px){.voice-product-modal-container{width:100%;height:100%;border-radius:0}.voice-product-card{padding:15px 15px 120px}.voice-product-title{font-size:20px;margin-bottom:20px}.voice-product-content{gap:20px}.voice-product-main-image{max-width:300px}.voice-new-price,.voice-regular-price{font-size:24px}.voice-product-thumbs{justify-content:center}.voice-thumbs img{width:50px;height:50px}.voice-product-buttons{flex-direction:column;gap:10px}}@media(max-width:480px){.voice-product-card{padding:10px 10px 140px}.voice-product-modal-header,.voice-product-actions{padding:10px 15px}.voice-product-title{font-size:18px}.voice-product-main-image{max-width:250px}.voice-feature-name,.voice-feature-value{padding:10px 12px;font-size:13px}.voice-quantity-controls{width:100%;max-width:200px}#voiceProductQuantity{flex:1;min-width:60px}.voice-back-btn,.voice-add-to-list-btn{padding:12px 15px;font-size:15px}}#root{width:100%;margin:0;padding:0;background-color:#fff;min-height:100vh}body{margin:0;padding:0;background-color:#fff!important}.sample-files-section{margin-top:1.5rem;padding:1rem;background:#f8f9fa;border-radius:12px;border:2px dashed #d0d7e8;text-align:center}.sample-hint{margin:0 0 1rem;font-size:.95rem;color:#666;font-weight:500}.sample-files-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.sample-file-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#fff;color:#1e40af;text-decoration:none;border-radius:8px;border:2px solid #1e40af;font-size:.9rem;font-weight:600;transition:all .3s ease;cursor:pointer}.sample-file-btn:hover{background:#1e40af;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #1e40af4d}.sample-file-btn svg{flex-shrink:0}@media(max-width:768px){.sample-files-buttons{flex-direction:column}.sample-file-btn{width:100%;justify-content:center}}.section-subtitle{text-align:center;font-size:1.2rem;color:#666;margin:-1rem auto 2.5rem;max-width:700px;line-height:1.6;font-weight:400}@media(max-width:768px){.section-subtitle{font-size:1rem;margin:-.5rem auto 2rem;padding:0 1rem}}.hero-actions{display:flex;align-items:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}.btn-linkedin-hero{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 1.75rem;background:#0077b5;color:#fff;text-decoration:none;border-radius:12px;font-size:1.1rem;font-weight:600;transition:all .3s ease;border:2px solid #0077B5;box-shadow:0 4px 12px #0077b54d}.btn-linkedin-hero:hover{background:#005885;border-color:#005885;transform:translateY(-2px);box-shadow:0 6px 20px #0077b566}.btn-linkedin-hero svg{flex-shrink:0}@media(max-width:768px){.hero-actions{flex-direction:column;width:100%}.hero-actions .btn-primary,.hero-actions .btn-linkedin-hero{width:100%;justify-content:center}}
