.sc-hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;text-align:center;padding:80px 0 0;background:transparent;position:relative;overflow:hidden}.sc-hero .container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.sc-hero-icon{width:80px;height:80px;border-radius:50%;background:#22c55e1a;display:flex;align-items:center;justify-content:center;margin:0 auto var(--spacing-lg);animation:scGlow 3s ease-in-out infinite}.sc-hero-icon i{font-size:2rem;color:#22c55e}@keyframes scGlow{0%,to{box-shadow:0 0 24px #22c55e26}50%{box-shadow:0 0 36px #22c55e4d}}.sc-hero h1{font-size:3rem;font-weight:800;line-height:1.1;letter-spacing:-2px;margin-bottom:var(--spacing-md)}.sc-pills{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin:var(--spacing-md) 0 var(--spacing-lg)}.sc-filters{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.sc-filter{padding:7px 18px;border-radius:100px;border:1px solid var(--border);background:transparent;color:var(--text-tertiary);font-size:.78rem;font-weight:600;cursor:pointer;transition:all .2s;letter-spacing:.02em}.sc-filter:hover{border-color:#22c55e4d;color:var(--text-secondary)}.sc-filter.active{background:#22c55e1a;border-color:#22c55e4d;color:#22c55e}.sc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1100px;margin:0 auto;padding:0 24px var(--spacing-3xl);position:relative;z-index:1}@media(max-width:900px){.sc-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.sc-grid{grid-template-columns:1fr;gap:14px}}.sc-card{position:relative;border-radius:20px;overflow:hidden;border:1px solid var(--border);background:#111;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;display:block}.sc-card:hover{border-color:#22c55e33;box-shadow:0 12px 40px #0003}.sc-card-img{width:100%;aspect-ratio:16/10;overflow:hidden;background:transparent;position:relative;display:flex;align-items:center;justify-content:center}.sc-card-img img{transition:transform .6s cubic-bezier(.25,.1,.25,1)}.sc-card:hover .sc-card-img img{transform:scale(1.08)}.sc-card-img i{font-size:2.5rem;color:#22c55e33;transition:color .4s ease}.sc-card:hover .sc-card-img i{color:#22c55e59}.sc-card-img+.sc-card-body{border-top:1px solid var(--border)}.sc-card-body{padding:16px 18px 18px}.sc-card-brand{font-size:.85rem;font-weight:700;color:var(--text-primary);opacity:.8;margin:0 0 6px;display:flex;align-items:center;gap:8px}.sc-card-brand-logo{height:26px;width:auto;margin-left:auto;opacity:.7;filter:brightness(0) invert(1);flex-shrink:0}.sc-card-desc{font-size:.78rem;color:var(--text-tertiary);margin:0 0 12px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sc-card-tags{display:flex;gap:5px;flex-wrap:wrap}.sc-card-tag{font-size:.65rem;font-weight:600;padding:3px 9px;border-radius:6px;background:#22c55e0f;border:1px solid rgba(34,197,94,.12);color:#22c55e;letter-spacing:.03em}.sc-card-arrow{position:absolute;bottom:18px;right:18px;width:28px;height:28px;border-radius:8px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;color:#ffffff4d;font-size:.7rem;transition:all .2s}.sc-card:hover .sc-card-arrow{background:#22c55e1a;border-color:#22c55e40;color:#22c55e}.sc-popup-overlay{position:fixed;inset:0;z-index:999999;background:#0a0a0aa6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:none;align-items:center;justify-content:center}.sc-popup-overlay.active{display:flex}.sc-popup-card{width:1130px;max-width:94vw;max-height:90vh;border-radius:20px;overflow:hidden;background:#12121200;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);display:flex;flex-direction:row}.sc-popup-left{width:55%;display:flex;flex-direction:column;flex-shrink:0;overflow:hidden}.sc-popup-left .vw-viewer-wrap,.sc-popup-left .sc-iframe-layout{width:100%;height:100%;display:flex;flex-direction:column;border-radius:0;border:none;border-right:1px solid var(--border)}.sc-popup-left .vw-viewer-frame{flex:1;min-height:300px;position:relative;background:#111!important;border-radius:0;display:flex;align-items:center;justify-content:center}.sc-popup-left .vw-viewer-frame iframe,.sc-popup-left .vw-viewer-frame canvas{background:transparent}.sc-popup-left .vw-viewer-frame .device-showcase,.sc-popup-left .vw-viewer-frame .sc-device-showcase{margin:0 auto;flex-shrink:0}.sc-popup-info{width:45%;height:640px;overflow-y:auto;padding:32px;display:flex;flex-direction:column;gap:20px;background:#111;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.08) transparent}.sc-popup-info::-webkit-scrollbar{width:4px}.sc-popup-info::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:4px}.sc-popup-top{display:flex;align-items:flex-start;justify-content:space-between}.sc-popup-brand-logo{height:40px;opacity:.7;filter:brightness(0) invert(1)}.sc-popup-close{width:32px;height:32px;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sc-popup-title{font-size:1.4rem;font-weight:800;color:#fff;letter-spacing:-.5px;margin:0;line-height:1.2}.sc-popup-subtitle{font-size:.85rem;color:var(--text-secondary);line-height:1.6;margin:0}.sc-popup-tags-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.sc-popup-tags{display:flex;gap:6px;flex-wrap:wrap}.sc-popup-devices{position:relative;flex-shrink:0;width:160px;height:56px;opacity:.7}.sc-dv{position:absolute}.sc-dv-screen{background:#ffffff0a}.sc-dv-desktop{bottom:0;left:50%;transform:translate(-50%);z-index:1;margin-right:20px}.sc-dv-desktop .sc-dv-bezel{width:68px;height:42px;background:#0d0d0d;border:1.5px solid rgba(255,255,255,.25);border-radius:3px 3px 0 0;overflow:hidden}.sc-dv-desktop .sc-dv-screen{width:100%;height:100%}.sc-dv-chin{width:68px;height:3px;background:linear-gradient(180deg,#1a1a1a,#151515);border:1.5px solid rgba(255,255,255,.25);border-top:none;border-radius:0 0 1px 1px}.sc-dv-stand{width:8px;height:7px;margin:0 auto;background:#ffffff2e;clip-path:polygon(15% 0%,85% 0%,100% 100%,0% 100%)}.sc-dv-foot{width:20px;height:1.5px;margin:0 auto;background:#ffffff38;border-radius:1px}.sc-dv-laptop{bottom:0;left:-2px;z-index:2;margin-right:30px}.sc-dv-lid{width:56px;height:36px;background:#0d0d0d;border:1.5px solid rgba(255,255,255,.25);border-radius:3px 3px 0 0;overflow:hidden;padding:3px 2px 2px;margin-left:2px}.sc-dv-lid .sc-dv-screen{width:100%;height:100%;border-radius:1px}.sc-dv-keyboard{width:60px;height:2.5px;background:#fff3;border-radius:0 0 2px 2px;border:1px solid rgba(255,255,255,.15);border-top:none}.sc-dv-tablet{bottom:4px;right:34px;z-index:2}.sc-dv-tablet .sc-dv-shell{width:28px;height:38px;background:#0d0d0d;border:1.5px solid rgba(255,255,255,.25);border-radius:3px;padding:2px;overflow:hidden}.sc-dv-tablet .sc-dv-screen{width:100%;height:100%;border-radius:2px}.sc-dv-phone{bottom:2px;right:25px;z-index:3}.sc-dv-phone .sc-dv-shell{width:16px;height:30px;background:#0d0d0d;border:1.5px solid rgba(255,255,255,.25);border-radius:3px;padding:1px;overflow:hidden}.sc-dv-phone .sc-dv-screen{width:100%;height:100%;border-radius:2px}.sc-popup-tag{font-size:.68rem;font-weight:600;padding:4px 12px;border-radius:100px;background:#22c55e14;border:1px solid rgba(34,197,94,.15);color:#22c55e}.sc-popup-divider{height:1px;background:#ffffff0f;margin:4px 0}.sc-popup-details{display:flex;flex-direction:column;gap:14px}.sc-popup-detail{display:flex;align-items:flex-start;gap:12px}.sc-popup-detail-icon{width:36px;height:36px;border-radius:10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;flex-shrink:0}.sc-popup-detail-icon i{font-size:.85rem;color:#22c55e}.sc-popup-detail-text h4{font-size:.8rem;font-weight:700;color:var(--text-primary);margin:0 0 2px}.sc-popup-detail-text p{font-size:.75rem;color:var(--text-tertiary);margin:0;line-height:1.5}.sc-popup-cta{margin-top:auto;padding-top:16px;border-top:1px solid rgba(255,255,255,.06);display:flex;gap:10px}.sc-popup-cta a{flex:1;text-align:center;padding:10px 16px;border-radius:10px;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s}.sc-popup-cta-primary{background:#22c55e1a;border:1px solid rgba(34,197,94,.25);color:#22c55e}.sc-popup-cta-primary:hover{background:#22c55e26}.sc-popup-cta-secondary{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:var(--text-secondary)}.sc-popup-cta-secondary:hover{border-color:#ffffff26;color:var(--text-primary)}@media(max-width:768px){.sc-popup-overlay{align-items:stretch!important;justify-content:stretch!important;padding:0!important}.sc-popup-card{width:100vw!important;max-width:100vw!important;height:100vh!important;height:100dvh!important;max-height:100vh!important;max-height:100dvh!important;border-radius:0!important;flex-direction:column!important;border:none!important;position:relative!important}.sc-popup-left{width:100%!important;height:40vh!important;height:40dvh!important;flex:0 0 40vh!important;flex:0 0 40dvh!important;min-height:0!important;position:relative!important}.sc-popup-info{width:100%!important;height:60vh!important;height:60dvh!important;flex:1 1 auto!important;max-height:none!important;padding:20px!important;padding-bottom:calc(20px + env(safe-area-inset-bottom,0px))!important}.sc-popup-with-mockups .sc-popup-left{height:55vh!important;height:55dvh!important;flex:0 0 55vh!important;flex:0 0 55dvh!important}.sc-popup-with-mockups .sc-popup-info{height:45vh!important;height:45dvh!important}.sc-popup-with-iframes .sc-popup-left{height:55vh!important;height:55dvh!important;flex:0 0 55vh!important;flex:0 0 55dvh!important}.sc-popup-with-iframes .sc-popup-info{height:45vh!important;height:45dvh!important}.sc-popup-left .vw-viewer-wrap,.sc-popup-left .vw-viewer-frame{height:100%!important;min-height:0!important;max-height:100%!important;padding:0!important}.sc-popup-info .sc-popup-top .sc-popup-close{display:none!important}.sc-popup-close-mobile{display:flex!important;position:absolute!important;top:8px!important;right:8px!important;z-index:30!important}#scTopRightControls.sc-top-right-controls{display:flex!important;top:8px!important;right:52px!important}#scTopRightControls[style*="display: none"] .sc-tr-glb-btn,#scTopRightControls[style*="display:none"] .sc-tr-glb-btn{display:none!important}#scTopRightControls[style*="display: none"],#scTopRightControls[style*="display:none"]{pointer-events:none}.sc-popup-with-iframes .sc-view-switcher{top:8px!important;left:8px!important;transform:none!important;padding:2px!important}.sc-popup-with-iframes .sc-view-btn{padding:4px 10px!important;font-size:.62rem!important;gap:4px!important;min-height:0!important;height:auto!important;line-height:1.2!important}.sc-popup-card .sc-model-switcher{top:8px!important;left:8px!important;transform:none!important;padding:2px!important;max-width:calc(100% - 130px)!important}.sc-popup-card .sc-model-switcher .sc-sw-btn{padding:4px 10px!important;font-size:.62rem!important;min-height:0!important;height:auto!important;line-height:1.2!important;gap:4px!important;white-space:nowrap}.sc-popup-card .sc-model-switcher .sc-sw-btn i{font-size:.7rem!important}.sc-popup-card .sc-pillar-bar{padding:12px!important;min-height:auto!important}.sc-popup-card .sc-pillar-grid{grid-template-columns:1fr 1fr!important;gap:10px 12px!important}.sc-popup-card .sc-pillar-icon{width:32px!important;height:32px!important;border-radius:8px!important}.sc-popup-card .sc-pillar-icon img{width:18px!important;height:18px!important}.sc-popup-card .sc-pillar-icon i{font-size:14px!important}.sc-popup-card .sc-pillar-title{font-size:.7rem!important}.sc-popup-card .sc-pillar-desc{font-size:.62rem!important}}@media(min-width:769px){.sc-popup-close-mobile{display:none!important}}@media(max-width:1024px)and (max-height:500px)and (orientation:landscape){.sc-popup-overlay{align-items:stretch!important;justify-content:stretch!important;padding:0!important}.sc-popup-card{width:100vw!important;max-width:100vw!important;height:100vh!important;height:100dvh!important;max-height:100vh!important;max-height:100dvh!important;border-radius:0!important;flex-direction:row!important;border:none!important}.sc-popup-left{width:55%!important;height:100%!important;flex:0 0 55%!important;position:relative!important}.sc-popup-left .vw-viewer-wrap,.sc-popup-left .vw-viewer-frame{height:100%!important;min-height:0!important;max-height:100%!important;padding:0!important}.sc-popup-info{width:45%!important;height:100%!important;flex:1 1 auto!important;max-height:none!important;padding:14px 18px!important}.sc-popup-info .sc-popup-top .sc-popup-close{display:flex!important}.sc-popup-close-mobile{display:none!important}}@keyframes scSpin{to{transform:rotate(360deg)}}.sc-color-bar{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#111;margin-left:auto}.sc-color-btn{width:24px;height:24px;border-radius:50%;border:2px solid rgba(255,255,255,.12);cursor:pointer;transition:all .2s ease;position:relative;outline:none}.sc-color-btn:hover{border-color:#ffffff59;transform:scale(1.1)}.sc-color-btn.active{border-color:#22c55e;box-shadow:0 0 8px #22c55e59}.sc-switches-bar{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#111}.sc-switches-bar .vw-sw{display:flex;align-items:center;gap:6px;padding:6px 12px;background:none;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .2s ease;user-select:none}.sc-switches-bar .vw-sw:hover{background:none;border-color:#22c55e40}.sc-switches-bar .vw-sw.active{background:none;border-color:transparent}.sc-switches-bar .vw-sw.active:hover{border-color:#22c55e40}.sc-switches-bar .vw-sw i{font-size:11px;color:#ffffff4d;transition:color .2s;width:12px;text-align:center}.sc-switches-bar .vw-sw.active i{color:#22c55e}.sc-switches-bar .vw-sw span{font-size:11px;font-weight:600;color:#ffffff59;letter-spacing:.3px;transition:color .2s}.sc-switches-bar .vw-sw.active span{color:#ffffffb3}.sc-anim-toggle{position:absolute;bottom:8px;left:50%;transform:translate(-50%);z-index:40;padding:8px 20px;border-radius:50px;background:transparent;border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#ffffffb3;font-size:.72rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:7px;font-family:inherit;letter-spacing:.02em;white-space:nowrap}.sc-anim-toggle i{font-size:.62rem;color:#22c55e}.sc-anim-toggle:hover{border-color:#22c55e66;color:#fff}.sc-anim-toggle.played{border-color:#22c55e40;color:#22c55e99;pointer-events:none}#scWrap{display:flex;flex-direction:column;height:100%}#scWrap .vw-viewer-frame{flex:1;min-height:0}#scWrap .vw-strip-wrap{flex-shrink:0}#scWrap .vw-model-strip{scrollbar-width:none}#scWrap .vw-model-strip::-webkit-scrollbar{height:0}#scWrap .vw-model-card,.sc-iframe-strip .vw-model-card{width:90px}#scWrap .vw-model-thumb,.sc-iframe-strip .vw-model-thumb{height:80px;display:flex;align-items:center;justify-content:center;overflow:hidden}#scWrap .vw-model-thumb img,.sc-iframe-strip .vw-model-thumb img{width:100%;height:100%;object-fit:contain}#scWrap .vw-model-info,.sc-iframe-strip .vw-model-info{height:26px}#scWrap .vw-model-info .vw-card-tag-icon,.sc-iframe-strip .vw-model-info .vw-card-tag-icon{font-size:.65rem;line-height:26px}#scWrap .vw-model-info .vw-model-name,.sc-iframe-strip .vw-model-info .vw-model-name{font-size:.58rem;line-height:26px}.sc-iframe-strip::-webkit-scrollbar{height:0}.sc-popup-gallery{flex-shrink:0;display:flex;gap:0;height:280px;border-top:1px solid var(--border);background:#111;overflow:hidden;align-items:center;justify-content:center;padding:12px 16px}.sc-popup-gallery img{height:100%;object-fit:contain}.sc-popup-gallery.sc-gallery-full{flex:1;height:auto;min-height:0;flex-direction:column;align-items:stretch;padding:0;gap:0;border-top:none}.sc-gallery-full img{flex:1;width:100%;min-height:0;object-fit:cover;border-radius:0}.sc-mobile-row{flex:1;display:flex;align-items:center;justify-content:center;gap:26px;padding:36px 28px}.sc-mobile-device{width:122px;flex-shrink:0;position:relative}.sc-mobile-device .sc-mob-shell{background:linear-gradient(155deg,#1f1f1f,#131313,#0d0d0d);border-radius:22px;overflow:hidden;position:relative;aspect-ratio:9/19.5;box-shadow:inset 0 0 0 1px #ffffff0f,inset 0 1px #ffffff14,inset 0 -1px #0009;padding:4px}.sc-mobile-device .sc-mob-island{width:36%;max-width:42px;height:9px;background:#000;border-radius:12px;margin:0 auto;position:absolute;top:8px;left:50%;transform:translate(-50%);z-index:3;box-shadow:0 0 0 .5px #ffffff0a}.sc-mobile-device .sc-mob-screen{position:absolute;inset:4px;border-radius:18px;overflow:hidden;background:#fff;box-shadow:inset 0 0 0 .5px #0006}.sc-mobile-device .sc-mob-screen img{width:100%;height:100%;object-fit:cover;display:block}.sc-mobile-device .sc-mob-bar{position:absolute;bottom:7px;left:50%;transform:translate(-50%);width:36%;max-width:44px;height:3px;background:#00000073;border-radius:4px;z-index:3;box-shadow:0 0 0 .5px #ffffff14}@media(max-width:768px){.sc-mobile-row{gap:14px;padding:24px 16px}.sc-mobile-device{width:96px}.sc-mobile-device .sc-mob-shell{border-radius:18px;padding:3px}.sc-mobile-device .sc-mob-screen{border-radius:15px;inset:3px}.sc-mobile-device .sc-mob-island{top:6px;height:7px}.sc-mobile-device .sc-mob-bar{bottom:5px;height:2.5px}}.sc-popup-card.sc-popup-brand-lcw .sc-mobile-row{padding:18px 22px;gap:20px;flex:0 0 auto}.sc-popup-card.sc-popup-brand-lcw .sc-mobile-device{width:108px}.sc-popup-card.sc-popup-brand-lcw .sc-mobile-device .sc-mob-shell{aspect-ratio:9/17}.sc-popup-card.sc-popup-brand-lcw .sc-mobile-device .sc-mob-screen{background:transparent;box-shadow:inset 0 0 0 .5px #ffffff0f}.sc-popup-card.sc-popup-brand-lcw .sc-mobile-device .sc-mob-screen img{object-fit:contain;padding:1px}.sc-popup-card.sc-popup-brand-lcw .sc-popup-left .vw-viewer-frame{min-height:440px;flex:1 1 auto}@media(max-width:768px){.sc-popup-card.sc-popup-brand-lcw .sc-mobile-row{gap:12px;padding:14px}.sc-popup-card.sc-popup-brand-lcw .sc-mobile-device{width:84px}.sc-popup-card.sc-popup-brand-lcw .sc-popup-left .vw-viewer-frame{min-height:320px}}@media(max-width:480px){.sc-popup-card.sc-popup-brand-lcw .sc-mobile-row{gap:8px;padding:10px}.sc-popup-card.sc-popup-brand-lcw .sc-mobile-device{width:70px}.sc-popup-card.sc-popup-brand-lcw .sc-popup-left .vw-viewer-frame{min-height:260px}}@media(max-width:480px){.sc-mobile-row{gap:10px;padding:18px 12px}.sc-mobile-device{width:78px}.sc-mobile-device .sc-mob-shell{border-radius:14px;padding:2.5px}.sc-mobile-device .sc-mob-screen{border-radius:11px;inset:2.5px}.sc-mobile-device .sc-mob-island{top:5px;height:6px}.sc-mobile-device .sc-mob-bar{bottom:4px;height:2px}}.sc-gallery-cta{flex-shrink:0;height:20%;display:flex;align-items:center;justify-content:center;border-top:1px solid var(--border);background:#0a0a0acc}.sc-gallery-cta a{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:10px;background:#22c55e1a;border:1px solid rgba(34,197,94,.25);color:#22c55e;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s}.sc-gallery-cta a:hover{background:#22c55e2e;border-color:#22c55e66}.sc-mockup-area{flex:1;display:flex;align-items:center;justify-content:center;background:#111;overflow:visible;position:relative;min-height:0;padding:8px 12px}.sc-mockup-area .sc-device-showcase{position:relative;width:100%;max-width:540px;height:230px;margin:0 auto}.sc-mockup-area .sc-device-showcase .device-mockup{position:absolute}.sc-mockup-area .sc-device-showcase .device-desktop{bottom:0;left:50%;transform:translate(-50%);z-index:1}.sc-mockup-area .sc-device-showcase .device-bezel{width:286px;height:176px;background:#0d0d0d;border:2px solid #2a2a2a;border-radius:9px 9px 0 0;overflow:hidden;padding:4px}.sc-mockup-area .sc-device-showcase .device-desktop .device-screen{height:100%;background:#111;overflow:hidden}.sc-mockup-area .sc-device-showcase .desktop-chin{width:286px;height:12px;background:linear-gradient(180deg,#1a1a1a,#151515);border:2px solid #2a2a2a;border-top:none;border-radius:0 0 2px 2px}.sc-mockup-area .sc-device-showcase .desktop-stand{width:34px;height:30px;background:linear-gradient(180deg,#252525,#1a1a1a);margin:0 auto;clip-path:polygon(15% 0%,85% 0%,100% 100%,0% 100%)}.sc-mockup-area .sc-device-showcase .desktop-foot{width:88px;height:4px;background:#222;border-radius:0 0 4px 4px;margin:0 auto}.sc-mockup-area .sc-device-showcase .device-laptop{left:38px;bottom:-7px;z-index:2}.sc-mockup-area .sc-device-showcase .device-lid{width:196px;height:122px;background:#0d0d0d;border:2.5px solid #2a2a2a;border-radius:10px 10px 0 0;overflow:hidden;position:relative}.sc-mockup-area .sc-device-showcase .device-laptop .device-screen{position:absolute;inset:8px 4px 4px;border-radius:2px;background:#111;overflow:hidden}.sc-mockup-area .sc-device-showcase .laptop-base{width:216px;height:8px;background:linear-gradient(180deg,#222,#191919);border:2px solid #2a2a2a;border-top:1px solid #333;border-radius:0 0 8px 8px;margin-left:9px;position:relative;display:flex;align-items:center;justify-content:center}.sc-mockup-area .sc-device-showcase .laptop-trackpad{width:30px;height:2px;background:#3a3a3a;border-radius:2px}.sc-mockup-area .sc-device-showcase .device-cam{width:3px;height:3px;border-radius:50%;background:#1a1a1a;border:1px solid #333;margin:4px auto 0;position:relative;z-index:2}.sc-mockup-area .sc-device-showcase .device-tablet{right:58px;bottom:6px;z-index:2}.sc-mockup-area .sc-device-showcase .device-tablet .device-shell{width:110px;height:154px;padding:3px;background:#0d0d0d;border:2px solid #2a2a2a;border-radius:13px;overflow:hidden}.sc-mockup-area .sc-device-showcase .device-tablet .device-screen{width:100%;height:100%;border-radius:9px;background:#111;overflow:hidden}.sc-mockup-area .sc-device-showcase .device-mobile{right:20px;bottom:0;z-index:3}.sc-mockup-area .sc-device-showcase .device-mobile .device-shell{width:64px;height:134px;background:#0d0d0d;border:2px solid #2a2a2a;border-radius:11px;overflow:hidden;position:relative}.sc-mockup-area .sc-device-showcase .device-mobile .device-screen{position:absolute;inset:2px;border-radius:9px;background:#111;overflow:hidden}.sc-mockup-area .sc-device-showcase .mob-island{width:22px;height:5px;background:#000;border-radius:8px;margin:5px auto 0;position:relative;z-index:2}.sc-mockup-area .sc-device-showcase .mob-bar{width:24px;height:2px;bottom:4px;position:absolute;left:50%;transform:translate(-50%);border-radius:3px;background:#444;z-index:2}.sc-mockup-area .sc-device-showcase .device-screen img{width:100%;height:100%;object-fit:cover;display:block;padding:0}.sc-pillar-bar{flex-shrink:0;display:flex;align-items:stretch;padding:22px 28px;border-top:1px solid rgba(255,255,255,.06);background:#111;min-height:160px}.sc-pillar-grid{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:16px 28px}.sc-pillar-item{display:flex;align-items:center;gap:10px}.sc-pillar-icon{width:48px;height:48px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:transparent;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s}.sc-pillar-item:hover .sc-pillar-icon{border-color:#fff3}.sc-pillar-icon img{width:26px;height:26px;object-fit:contain;filter:brightness(0) saturate(100%) invert(67%) sepia(52%) saturate(5765%) hue-rotate(103deg) brightness(96%) contrast(88%)}.sc-pillar-icon i{font-size:20px;color:#22c55e}.sc-pillar-text{display:flex;flex-direction:column;gap:1px;min-width:0}.sc-pillar-title{font-size:.72rem;font-weight:700;color:#fff;letter-spacing:.01em;white-space:nowrap}.sc-pillar-desc{font-size:.7rem;color:var(--text-tertiary);line-height:1.45}.sc-popup-explore-link{text-decoration:none;border-radius:10px;padding:10px 12px;background:#22c55e0a;border:1px solid rgba(34,197,94,.12);transition:all .25s;cursor:pointer}.sc-popup-explore-link:hover{background:#22c55e14;border-color:#22c55e40}.sc-popup-explore-icon{background:#22c55e14!important;border-color:#22c55e33!important}.sc-popup-explore-icon i,.sc-popup-explore-link h4{color:#22c55e!important}.sc-popup-explore-link p{color:#22c55e99!important}.sc-iframe-layout{width:100%;height:100%;display:flex;flex-direction:column}.sc-iframe-viewer{flex:1;min-height:300px;position:relative;background:#111;padding:28px}.sc-iframe-viewer iframe{width:100%;height:100%;border:none;display:block;border-radius:8px;opacity:1;transition:opacity .4s ease}.sc-iframe-viewer iframe.sc-iframe-loading{opacity:0}.sc-model-switcher{position:absolute;top:12px;left:50%;transform:translate(-50%);z-index:5;display:inline-flex;border-radius:10px;background:#0a0a0ab3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);padding:3px;gap:2px}.sc-model-switcher .sc-sw-btn{padding:7px 18px;border-radius:8px;border:none;background:transparent;color:var(--text-tertiary);font-size:.72rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .25s}.sc-model-switcher .sc-sw-btn:hover{color:var(--text-secondary)}.sc-model-switcher .sc-sw-btn.active{background:#22c55e1f;color:#22c55e}.sc-view-switcher{position:absolute;top:12px;left:50%;transform:translate(-50%);z-index:5;display:inline-flex;border-radius:10px;background:#0a0a0ab3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);padding:3px;gap:2px}.sc-view-btn{padding:7px 18px;border-radius:8px;border:none;background:transparent;color:var(--text-tertiary);font-size:.72rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .25s}.sc-view-btn:hover{color:var(--text-secondary)}.sc-view-btn.active{background:#22c55e1f;color:#22c55e}.sc-iframe-loader{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#111!important;z-index:3;transition:opacity .3s;pointer-events:none}.sc-iframe-loader.hidden{opacity:0}.sc-iframe-loader i{font-size:1.2rem;color:#22c55e}.sc-iframe-strip{flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 16px 12px;background:#111;overflow-x:auto;scrollbar-width:none;border-top:1px solid rgba(255,255,255,.06)}.sc-iframe-btn{padding:9px 20px;border-radius:10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:var(--text-tertiary);font-size:.76rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:7px;transition:all .25s}.sc-iframe-btn:hover{border-color:#ffffff26;color:var(--text-secondary)}.sc-iframe-btn.active{background:#22c55e14;border-color:#22c55e40;color:#22c55e}.sc-iframe-btn i{font-size:.68rem}@media(max-width:768px){.sc-hero{padding:80px 0 0;min-height:auto}.sc-hero h1{font-size:2rem;letter-spacing:-1px}.sc-hero-icon{width:64px;height:64px}.sc-hero-icon i{font-size:1.6rem}.sc-pills{gap:6px}.sc-filters{gap:6px;padding:0 12px}.sc-filter{padding:6px 14px;font-size:.72rem}.sc-grid{gap:14px;padding:0 16px var(--spacing-2xl)}.sc-popup-card{flex-direction:column;max-height:95vh}.sc-popup-left{width:100%}.sc-popup-viewer{min-height:260px}.sc-popup-info{width:100%;height:auto;max-height:45vh;padding:16px}.sc-popup-gallery{height:160px}.sc-popup-cta{gap:8px}.sc-popup-cta a{padding:8px 12px;font-size:.75rem}.sc-mockup-area{padding:10px}.sc-mockup-area .sc-device-showcase{height:220px;max-width:460px}.sc-mobile-row{padding:24px 16px;align-items:center}.sc-popup-left .vw-viewer-frame{padding:16px 0}.sc-mockup-area .sc-device-showcase .device-bezel{width:258px;height:158px}.sc-mockup-area .sc-device-showcase .desktop-chin{width:258px;height:11px}.sc-mockup-area .sc-device-showcase .desktop-stand{width:32px;height:27px}.sc-mockup-area .sc-device-showcase .desktop-foot{width:80px;height:4px}.sc-mockup-area .sc-device-showcase .device-laptop{left:28px;bottom:-6px}.sc-mockup-area .sc-device-showcase .device-lid{width:176px;height:110px}.sc-mockup-area .sc-device-showcase .laptop-base{width:192px;height:7px;margin-left:8px}.sc-mockup-area .sc-device-showcase .laptop-trackpad{width:27px}.sc-mockup-area .sc-device-showcase .device-tablet .device-shell{width:100px;height:138px}.sc-mockup-area .sc-device-showcase .device-tablet{right:48px;bottom:6px}.sc-mockup-area .sc-device-showcase .device-mobile .device-shell{width:58px;height:122px}.sc-mockup-area .sc-device-showcase .device-mobile{right:16px}.sc-mockup-area .sc-device-showcase .mob-island{width:20px;height:5px;margin-top:5px}.sc-mockup-area .sc-device-showcase .mob-bar{width:22px;bottom:4px}.sc-pillar-bar{padding:16px;min-height:120px}.sc-pillar-grid{grid-template-columns:1fr;gap:12px}.sc-pillar-icon{width:40px;height:40px}.sc-pillar-title{font-size:.68rem}.sc-pillar-desc{font-size:.65rem}.sc-iframe-viewer{padding:12px}.sc-iframe-strip{gap:6px;padding:8px 10px}.sc-iframe-btn{padding:7px 14px;font-size:.7rem}.sc-model-switcher{padding:2px}.sc-model-switcher .sc-sw-btn{padding:6px 12px;font-size:.68rem}.sc-view-switcher{padding:2px}.sc-view-btn{padding:6px 12px;font-size:.68rem}#scWrap .vw-model-card{width:64px}#scWrap .vw-model-thumb{height:56px}}@media(max-width:480px){.sc-hero h1{font-size:1.6rem}.sc-grid{padding:0 12px var(--spacing-xl);gap:10px}.sc-popup-viewer{min-height:220px}.sc-popup-info{padding:14px}.sc-popup-gallery{height:120px}.sc-mockup-area{padding:8px}.sc-mockup-area .sc-device-showcase{height:180px;max-width:360px}.sc-mockup-area .sc-device-showcase .device-bezel{width:200px;height:124px;padding:3px}.sc-mockup-area .sc-device-showcase .desktop-chin{width:200px;height:8px}.sc-mockup-area .sc-device-showcase .desktop-stand{width:26px;height:22px}.sc-mockup-area .sc-device-showcase .desktop-foot{width:62px;height:3px}.sc-mockup-area .sc-device-showcase .device-laptop{left:18px;bottom:-5px}.sc-mockup-area .sc-device-showcase .device-lid{width:140px;height:86px}.sc-mockup-area .sc-device-showcase .laptop-base{width:154px;height:6px;margin-left:7px}.sc-mockup-area .sc-device-showcase .laptop-trackpad{width:22px}.sc-mockup-area .sc-device-showcase .device-tablet .device-shell{width:80px;height:112px;padding:2px}.sc-mockup-area .sc-device-showcase .device-tablet{right:36px;bottom:5px}.sc-mockup-area .sc-device-showcase .device-mobile .device-shell{width:48px;height:100px}.sc-mockup-area .sc-device-showcase .device-mobile{right:14px}.sc-mockup-area .sc-device-showcase .mob-island{width:16px;height:4px;margin-top:4px}.sc-mockup-area .sc-device-showcase .mob-bar{width:17px;bottom:3px}.sc-mockup-area .sc-device-showcase .device-cam{width:2px;height:2px}.sc-pillar-bar{padding:12px;min-height:auto}.sc-iframe-btn{padding:6px 10px;font-size:.65rem;gap:5px}.sc-model-switcher .sc-sw-btn{padding:5px 10px;font-size:.64rem}}.sc-mockup-area{position:relative}.sc-mockup-area img.sc-mockup-award{position:absolute;top:16px;left:16px;height:44px;width:auto;flex:none;object-fit:contain;min-height:0;border-radius:0;z-index:5;pointer-events:none}@media(max-width:600px){.sc-mockup-area img.sc-mockup-award{height:34px;top:12px;left:12px}}@media(max-width:900px){.sc-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:600px){.sc-hero h1{font-size:2rem}.sc-hero p{font-size:.92rem;padding:0 12px}.sc-grid{grid-template-columns:1fr;gap:12px}.sc-pills{gap:5px}.sc-filter{padding:6px 12px;font-size:.7rem}.sc-popup-info{padding:18px;gap:14px}.sc-popup-title{font-size:1.2rem}.sc-popup-subtitle{font-size:.82rem}.sc-popup-tag{padding:5px 11px;font-size:.72rem}.sc-popup-feat{gap:10px}.sc-popup-feat-icon{width:32px;height:32px}.sc-popup-feat h4{font-size:.88rem}.sc-popup-feat p{font-size:.78rem}.sc-popup-cta a{padding:12px 14px;font-size:.82rem}}@media(max-width:480px){.sc-hero h1{font-size:1.65rem}.sc-popup-card{max-height:95vh;border-radius:16px}.sc-popup-info{padding:14px;max-height:50vh}.sc-popup-title{font-size:1.1rem}.sc-popup-brand-logo{height:32px}.sc-popup-close{width:32px;height:32px;border-radius:8px;font-size:14px}.sc-mockup-area{padding:12px 8px}}@media(max-width:360px){.sc-hero h1{font-size:1.45rem}.sc-popup-info{padding:12px}.sc-mockup-area .sc-device-showcase{max-width:240px;height:130px}}
