:root{--primary: #FF8C00;--primary-dark: #FF8C00;--bg-cream: #FFF8F0;--bg-creamx: #FFF4D9;--bg-warm: #FDF6EC;--text-dark: #1A1A1A;--text-body: #4A4A4A;--text-light: #888888;--border: #E8E8E8;--white: #FFFFFF;--radius: 12px;--radius-lg: 20px;--shadow: 0 4px 20px rgba(0,0,0,.06);--shadow-lg: 0 10px 40px rgba(0,0,0,.1)}*{margin:0;padding:0;box-sizing:border-box}body{color:var(--text-body);line-height:1.6;background:var(--white)}img{max-width:100%;display:block;border-radius:var(--radius)}.container{max-width:1200px;margin:0 auto}h1,h2,h3,h4{color:var(--text-dark);line-height:1.2;font-weight:700}h2{font-size:clamp(3rem,4vw,5rem);text-align:center;margin-bottom:45px;font-weight:600}.section-subtitle{text-align:center;color:var(--text-light);font-size:1rem;margin:0 auto 40px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;border-radius:50px;font-weight:600;font-size:.95rem;cursor:pointer;border:none;transition:all .3s ease;text-decoration:none}.btn-primary{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:var(--white);box-shadow:0 4px 15px #f5a62359}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f5a62373}section{padding:80px 0}.b_foot{padding-bottom:20px}.bg-cream{background:#fff;padding-top:20px}.bg-creamx{background:var(--bg-creamx)}.bg-warm{background:var(--bg-warm)}@media(max-width:1200px){.container{margin:0 30px}}.hero-section{padding:0}.hero-main-visual{position:relative;width:100%;height:70vh;min-height:400px;max-height:500px;border-radius:var(--radius-lg);overflow:hidden;margin:70px auto}.hero-main-visual .visual-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 1s ease}.hero-main-visual .visual-slide.active{opacity:1}.hero-main-visual .visual-slide img,.hero-main-visual .visual-slide video{width:100%;height:100%;object-fit:cover}.hero-main-visual .visual-slide video{position:absolute;top:0;right:0;bottom:0;left:0}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000001a,#0006);z-index:2}.hero-content{position:absolute;bottom:80px;left:0;right:0;z-index:3;text-align:center;color:#fff}.hero-content h1{color:#fff;font-size:clamp(2rem,5vw,3.5rem);text-shadow:0 2px 20px rgba(0,0,0,.3);margin-bottom:16px}.hero-content p{font-size:1.1rem;opacity:.9;max-width:600px;margin:0 auto 24px;text-shadow:0 1px 10px rgba(0,0,0,.3)}.hero-dots{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:4}.hero-dot{width:10px;height:10px;border-radius:50%;background:#fff6;cursor:pointer;border:none;transition:all .3s}.hero-dot.active{background:#fff;width:30px;border-radius:5px}.hero-marquee-wrapper{width:100%;overflow:hidden;background:var(--white);padding:100px 0 35px}.hero-marquee{display:flex;width:max-content;animation:marquee-scroll 30s linear infinite}.hero-marquee:hover{animation-play-state:paused}.hero-marquee-item{flex-shrink:0;width:384px;height:auto;margin-right:16px;border-radius:var(--radius);overflow:hidden;position:relative}.hero-marquee-item img{width:100%;height:100%;object-fit:cover;border-radius:0;transition:transform .5s ease}.hero-marquee-item:hover img{transform:scale(1.08)}.hero-marquee-item span{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#0009);color:#fff;padding:30px 12px 10px;font-size:.85rem;font-weight:600}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero-text-rows{padding:0 0 60px}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.feature-row.reverse{direction:rtl}.feature-row.reverse>*{direction:ltr}.feature-content h3{font-size:clamp(2rem,2.5vw,3rem);margin-bottom:16px;font-weight:600}.feature-content p{color:var(--text-light);font-size:1.6rem;line-height:1.7;font-weight:300}.feature-image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);aspect-ratio:4/3;background:#f0f0f0}.feature-image img{width:100%;height:100%;object-fit:cover}.hotspot-section{padding:30px 0 70px}.hotspot-wrap{display:grid;grid-template-columns:33% 1fr;gap:40px;align-items:start}.hotspot-product{position:relative}.hotspot-product-img{width:100%;aspect-ratio:3/4;object-fit:contain;position:relative;z-index:1}.hotspot-marker{position:absolute;width:26px;height:26px;border-radius:50%;background:var(--primary);color:#fff;border:2px solid white;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;cursor:pointer;z-index:10;box-shadow:0 2px 10px #f5a62366;transition:all .3s cubic-bezier(.34,1.56,.64,1);-webkit-user-select:none;user-select:none}.hotspot-marker:after{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;border:2px solid var(--primary);opacity:0;transform:scale(.8);transition:all .3s ease}.hotspot-marker:hover{transform:scale(1.15);box-shadow:0 4px 20px #f5a62399}.hotspot-marker:hover:after{opacity:.5;transform:scale(1)}.hotspot-marker.active{background:var(--primary-dark);transform:scale(1.2);box-shadow:0 4px 25px #f5a623b3}.hotspot-marker.active:after{opacity:1;animation:pulse-ring 1.5s ease-out infinite}@keyframes pulse-ring{0%{transform:scale(1);opacity:.6}to{transform:scale(1.6);opacity:0}}.marker-1{top:12%;left:22%}.marker-2{top:42%;left:58%}.marker-3{top:62%;left:68%}.marker-4{top:78%;left:25%}.hotspot-tooltip{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%) translateY(5px);background:var(--text-dark);color:#fff;padding:6px 14px;border-radius:8px;font-size:1rem;font-weight:600;white-space:nowrap;opacity:0;pointer-events:none;transition:all .3s ease}.hotspot-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:var(--text-dark)}.hotspot-marker:hover .hotspot-tooltip,.hotspot-marker.active .hotspot-tooltip{opacity:1;transform:translate(-50%) translateY(0)}.hotspot-display{position:relative;background:#f5f5f5;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:16/10;display:flex;align-items:center;justify-content:center}.hotspot-display-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease,transform .6s ease;transform:scale(1.05)}.hotspot-display-img.active{opacity:1;transform:scale(1)}.hotspot-info{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000bf);padding:50px 30px 24px;color:#fff;opacity:0;transform:translateY(10px);transition:all .4s ease .1s}.hotspot-info.active{opacity:1;transform:translateY(0)}.hotspot-info h4{font-size:2rem;margin-bottom:6px;color:#fff;font-weight:600}.hotspot-info p{font-size:1.5rem;opacity:.85;line-height:1.5;font-weight:300}.hotspot-mobile-list{display:none;margin-top:24px;gap:10px;flex-wrap:wrap}.hotspot-mobile-btn{padding:10px 18px;border-radius:50px;border:2px solid var(--border);background:#fff;font-size:.85rem;font-weight:600;color:var(--text-body);cursor:pointer;transition:all .3s}.hotspot-mobile-btn:hover{border-color:var(--primary);color:var(--primary)}.hotspot-mobile-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}@media(max-width:992px){.hotspot-wrap{grid-template-columns:1fr}.hotspot-product{max-width:400px;margin:0 auto}.hotspot-display{aspect-ratio:16/10}.hotspot-info{padding-left:20px;padding-right:20px}}@media(max-width:768px){.hotspot-section{padding:60px 0}.hotspot-product{padding:20px}.hotspot-marker{width:24px;height:24px;font-size:14px;border-width:2px}.hotspot-info h4{font-size:1.5rem}.hotspot-info p{font-size:1.2rem}}@media(max-width:480px){.container{padding:0 16px}.hotspot-product{padding:15px}}.explore-section{padding:0;overflow:hidden}.explore-header{padding:20px 0 0}.explore-marquee-wrapper{width:100vw;overflow:hidden;padding-bottom:100px}.explore-marquee{display:flex;width:max-content;animation:explore-scroll 40s linear infinite}.explore-marquee:hover{animation-play-state:paused}.explore-marquee-item{flex-shrink:0;width:320px;height:420px;margin-right:20px;border-radius:var(--radius-lg);overflow:hidden;position:relative;cursor:pointer}.explore-marquee-item img{width:100%;height:100%;object-fit:cover;border-radius:0;transition:transform .6s ease}.explore-marquee-item:hover img{transform:scale(1.1)}.explore-marquee-label{position:absolute;bottom:10px;left:10px;right:10px;background:#0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;color:#fff;padding:8px 16px;font-weight:600;font-size:1.5rem;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:300}@keyframes explore-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.tabs-container{text-align:center;margin-top:40px}.tab-buttons{display:inline-flex;background:var(--white);border-radius:50px;padding:6px 6px 9px;border:1px solid #E0E0E0}.tab-btn{padding:12px 60px;border-radius:50px;border:none;background:transparent;cursor:pointer;font-weight:400;color:var(--text-light);transition:all .3s;font-size:1.5rem}.tab-btn.active{background:#ff8c00;box-shadow:0 .2rem #ac5e00;color:var(--white)}.tab-content{display:none;animation:fadeIn .5s ease}.tab-content.active{display:block}.tab-visual{max-width:800px;margin:30px auto 0;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:16/9;background:#f0f0f0;box-shadow:var(--shadow-lg)}.tab-visual img{width:100%;height:100%;object-fit:cover}.tab-caption{margin-top:20px;font-weight:600;color:var(--text-dark);font-size:3rem}.tab-desc{color:var(--text-light);font-size:1.7rem;font-weight:300}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px}.feature-card{background:var(--white);border-radius:var(--radius-lg);padding:32px;box-shadow:var(--shadow);transition:transform .3s,box-shadow .3s;text-align:center}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.feature-icon{width:60px;height:60px;margin:0 auto 20px;border-radius:50%;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;padding:12px}.feature-card h4{margin-bottom:10px;font-size:2rem;font-weight:600}.feature-card p{font-size:1.5rem;color:var(--text-light);line-height:1.6;font-weight:300}.dual-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}.dual-card{border-radius:var(--radius-lg);overflow:hidden;background:var(--white)}.dual-card img{width:100%;aspect-ratio:4/3;object-fit:cover}.dual-card-body{padding:24px;text-align:center}.dual-card-body h4{margin-bottom:8px;font-size:2rem;font-weight:600}.dual-card-body p{font-size:1.5rem;color:var(--text-light);font-weight:300}.app-section{text-align:center}.app-visual{max-width:700px;margin:40px auto 0;border-radius:var(--radius-lg);overflow:hidden}.app-visual img{width:100%;height:100%;object-fit:cover}.app-stores{display:flex;justify-content:center;gap:40px;margin-top:32px;flex-wrap:wrap}.store-badge{height:55px;transition:transform .3s}.store-badge img{border-radius:0}.specs-table-wrapper{overflow-x:auto;margin-top:40px}.specs-table{width:100%;border-collapse:collapse;font-size:1.5rem}.specs-table th,.specs-table td{padding:20px;text-align:left;border-bottom:1px solid var(--border)}.specs-table th{font-weight:600;color:var(--text-dark);position:sticky;top:0}.specs-table tr:hover td{background:var(--bg-warm)}.specs-table td{color:var(--text-body)}.specs-table td:first-child{font-weight:600;color:var(--text-dark);width:25%}.box-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;margin-top:40px}.box-item{text-align:center}.box-item-img{aspect-ratio:1/1;background:#fff;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin-bottom:12px;overflow:hidden}.box-item-img img{width:60%;height:auto;object-fit:contain;border-radius:0}.box-item p{font-size:.8rem;color:var(--text-light)}.compare-table-wrapper{overflow-x:auto;margin-top:40px}.compare-table{width:100%;border-collapse:collapse;font-size:1.5rem}.compare-table th,.compare-table td{padding:24px 16px;text-align:center;border-bottom:1px solid var(--border)}.compare-table th{background:transparent;font-weight:600}.compare-table td:first-child,.compare-table th:first-child{text-align:left;font-weight:600}.faq-list{max-width:800px;margin:40px auto 0}.faq-item{border-bottom:1px solid var(--border)}.faq-question{width:100%;padding:24px 0;display:flex;justify-content:space-between;align-items:center;background:none;border:none;cursor:pointer;font-size:1.75rem;font-weight:600;color:var(--text-dark);text-align:left}.faq-question:after{content:"+";font-size:2.5rem;color:var(--text-body);transition:transform .3s;flex-shrink:0;margin-left:16px;font-weight:400}.faq-item.open .faq-question:after{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;color:var(--text-light);font-size:1.5rem;line-height:1.7;font-weight:300}.faq-item.open .faq-answer{max-height:300px;padding-bottom:24px}@media(max-width:1200px){.app-stores{gap:20px}}@media(max-width:1200px){.hero-main-visual{width:94%;min-height:400px}}@media(max-width:992px){h2{margin-bottom:25px;margin-top:20px}.hero-main-visual{width:92%;min-height:15vh;max-height:22vh;margin:30px auto}.feature-row{grid-template-columns:1fr;gap:20px;margin-top:30px}.feature-row.reverse{direction:ltr;margin-top:20px!important}.features-anchor-wrap{grid-template-columns:1fr}.features-anchor-display{aspect-ratio:16/10}.features-grid,.dual-grid{grid-template-columns:repeat(2,1fr)}.box-grid{grid-template-columns:repeat(3,1fr)}.explore-marquee-item{width:260px;height:340px}.hero-marquee-item{width:220px;height:150px}.container{margin:0 auto}.feature-content h3{margin-bottom:10px}.hero-marquee-wrapper{padding:20px 0}.hero-text-rows{padding-bottom:30px}.tab-btn{padding:2% 4%;font-size:1.3rem}.tab-visual,.tabs-container{margin-top:20px}.tab-caption,.tab-desc{font-size:2rem}section{padding:30px 0}.hotspot-section{padding:30px 0}.hotspot-wrap{gap:20px}.explore-marquee-label{font-size:1.5rem}.explore-marquee-wrapper{padding-bottom:45px}.feature-card h4{font-size:2rem}.feature-card p{font-size:1.5rem}.features-grid{gap:20px}.dual-grid{margin-top:20px}.dual-card-body h4{font-size:2rem}.dual-card-body{padding:15px}.features-grid,.dual-grid{gap:15px}.app-visual{margin-top:10px}.store-badge img{height:100%}.store-badge{height:40px}.app-stores{gap:10px}.specs-table-wrapper{margin-top:10px}.faq-question{font-size:1.5rem;padding:15px 0}.faq-answer{font-size:1.4rem;line-height:1.6}.faq-list{margin-top:20px}.box-section{padding:30px 0!important}.box-grid{margin-top:20px}.box-grid{display:grid;grid-template-columns:repeat(2,1fr)!important;gap:16px}.box-grid>div:first-child{grid-column:1 / -1}.box-grid{grid-auto-rows:auto!important}.box-item-img img{object-fit:contain}.box-item.large .box-item-img{max-height:auto}.box-item-img{margin-bottom:0}}@media(max-width:768px){section{padding:30px 0}.features-grid,.dual-grid{grid-template-columns:1fr}.box-grid{grid-template-columns:repeat(2,1fr)}.explore-marquee-item{width:200px;height:280px;margin-right:12px}.hero-marquee-item{width:280px;height:auto;margin-right:10px}.hero-content{bottom:60px;padding:0 20px}.tab-buttons{flex-direction:inherit;width:100%;border-radius:999px}.tab-btn{width:100%;text-align:center}.specs-table,.compare-table{font-size:1.5rem}.specs-table th,.specs-table td,.compare-table th,.compare-table td{padding:12px}}@media(max-width:480px){.container{padding:0 16px}.btn{padding:12px 24px;font-size:.85rem}.explore-marquee-item{width:160px;height:220px}.hero-marquee-item{width:210px;height:auto}}.box-section{padding:80px 0;text-align:center}.box-section h2{font-size:clamp(3.5rem,4vw,5rem);font-weight:700;margin-bottom:50px;color:#1a1a1a;font-weight:600}.box-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:12px;align-items:stretch}.box-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:10px}.box-item-img{flex:1;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.box-item-img img{width:100%;height:100%;object-fit:contain;display:block}.box-item p{font-size:1.5rem;color:#4a4a4a;font-weight:500;margin:0}.box-item.large{grid-row:1 / 3;grid-column:1 / 2;justify-content:flex-end;padding-bottom:0}.box-item.large .box-item-img{padding:0}.box-item.large p{margin-bottom:0;font-size:1.5rem}@media(max-width:992px){.box-section{padding:60px 0}.box-section h2{margin-bottom:36px}.box-grid{grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto;gap:10px}.box-item.large{grid-row:1 / 3;grid-column:1 / 2}.specs-table,.compare-table{min-width:720px}}@media(max-width:576px){.box-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:8px}.box-item.large{grid-row:1 / 2;grid-column:1 / 3}.box-item.large .box-item-img{max-height:auto}.box-item p{font-size:1.4rem}}
/*# sourceMappingURL=/cdn/shop/t/32/assets/microscope-custom.css.map */
