*,*:before,*:after{box-sizing:border-box}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;min-width:320px}#root{display:flex;flex-direction:column;min-height:100vh}button,a,input,select,textarea{-webkit-tap-highlight-color:rgba(0,0,0,.1)}@media (max-width: 768px){*{-webkit-overflow-scrolling:touch}}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);z-index:1000;transition:all .3s ease}.header-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:70px}.logo{text-decoration:none;display:flex;align-items:center}.logo-text{font-size:24px;font-weight:700;color:#000;letter-spacing:-.5px}.desktop-nav{display:flex}.nav-list{display:flex;list-style:none;margin:0;padding:0;gap:32px}.nav-link{text-decoration:none;color:#333;font-weight:500;font-size:16px;padding:8px 0;transition:color .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:#000}.nav-link.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#000;border-radius:1px}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:8px;color:#333;transition:color .3s ease}.mobile-menu-btn:hover{color:#000}.mobile-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);max-height:0;overflow:hidden;transition:max-height .3s ease}.mobile-nav.open{max-height:400px}.mobile-nav-list{list-style:none;margin:0;padding:20px}.mobile-nav-link{display:block;text-decoration:none;color:#333;font-weight:500;font-size:18px;padding:12px 0;border-bottom:1px solid rgba(0,0,0,.05);transition:color .3s ease}.mobile-nav-link:last-child{border-bottom:none}.mobile-nav-link:hover,.mobile-nav-link.active{color:#000}@media (max-width: 768px){.desktop-nav{display:none}.mobile-menu-btn{display:block;width:44px;height:44px;padding:10px;display:flex;align-items:center;justify-content:center}.mobile-menu-btn svg{width:24px;height:24px}.mobile-nav{display:block}.header-container{padding:0 24px;height:60px}.logo-text{font-size:20px}.mobile-nav-list{padding:16px 24px 20px}.mobile-nav-link{font-size:16px;padding:14px 0;font-weight:500}}@media (max-width: 480px){.header-container{height:56px;padding:0 16px}.logo-text{font-size:18px}.mobile-menu-btn{width:40px;height:40px;padding:8px}.mobile-nav-list{padding:12px 16px 16px}.mobile-nav-link{font-size:15px;padding:12px 0}}@media (max-width: 375px){.header-container{padding:0 12px}.logo-text{font-size:16px;letter-spacing:-.3px}}.footer{background:#000;color:#fff;padding:60px 0 20px;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-section h3.footer-title{font-size:24px;font-weight:700;margin-bottom:16px;color:#fff}.footer-description{color:#ccc;line-height:1.6;font-size:16px;margin-bottom:16px}.social-links{display:flex;gap:12px;margin-top:16px}.social-link{width:36px;height:36px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}.social-link:hover{background:#fff;color:#000;transform:translateY(-2px)}.footer-subtitle{font-size:18px;font-weight:600;margin-bottom:16px;color:#fff}.contact-info{display:flex;flex-direction:column;gap:12px}.contact-item{display:flex;align-items:center;gap:8px;color:#ccc;font-size:14px}.contact-item svg{color:#fff}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.footer-links a{color:#ccc;text-decoration:none;font-size:14px;transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid #333;padding-top:20px;text-align:center;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.footer-bottom p{color:#999;font-size:14px;margin:0}.footer-domain{color:#ccc;font-weight:600}@media (max-width: 768px){.footer{padding:48px 0 24px}.footer-container{padding:0 24px}.footer-content{grid-template-columns:1fr;gap:32px}.footer-section h3.footer-title{font-size:22px;margin-bottom:14px}.footer-description{font-size:15px;margin-bottom:14px}.footer-subtitle{font-size:18px;margin-bottom:14px}.contact-info{gap:10px}.contact-item{font-size:14px;gap:10px}.footer-links{gap:10px}.footer-links a{font-size:14px;padding:4px 0}.social-links{margin-top:14px}.social-link{width:40px;height:40px}.footer-bottom{padding-top:16px;flex-direction:column;text-align:center;gap:8px}.footer-bottom p{font-size:13px}}@media (max-width: 480px){.footer{padding:40px 0 20px}.footer-container{padding:0 16px}.footer-content{gap:24px;margin-bottom:32px}.footer-section h3.footer-title{font-size:20px;margin-bottom:12px}.footer-description{font-size:14px;line-height:1.6}.footer-subtitle{font-size:16px;margin-bottom:12px}.contact-item,.footer-links a{font-size:13px}.social-link{width:36px;height:36px}.footer-bottom{padding-top:14px}.footer-bottom p{font-size:12px}.footer-domain{font-size:13px}}@media (max-width: 375px){.footer-container{padding:0 12px}.footer{padding:36px 0 16px}.footer-section h3.footer-title{font-size:18px}.social-links{gap:10px}}.marvel-device{display:inline-block;position:relative;box-sizing:content-box!important;transition:all .5s cubic-bezier(.175,.885,.32,1.275)}.marvel-device .screen{width:100%;position:relative;height:100%;z-index:3;background:#fff;overflow:hidden;display:block;border-radius:1px;box-shadow:0 0 0 3px #111}.marvel-device .top-bar,.marvel-device .bottom-bar{height:3px;background:#000;width:100%;display:block}.marvel-device .middle-bar{width:3px;height:4px;top:0;left:90px;background:#000;position:absolute}.marvel-device.iphone8{width:375px;height:667px;padding:105px 24px;background:#d9dbdc;border-radius:56px;box-shadow:inset 0 0 3px #0003}.marvel-device.iphone8:before{width:calc(100% - 12px);height:calc(100% - 12px);position:absolute;top:6px;content:"";left:6px;border-radius:50px;background:#f8f8f8;z-index:1}.marvel-device.iphone8:after{width:calc(100% - 16px);height:calc(100% - 16px);position:absolute;top:8px;content:"";left:8px;border-radius:48px;box-shadow:inset 0 0 3px #0000001a,inset 0 0 6px 3px #fff;z-index:2}.marvel-device.iphone8 .home{border-radius:100%;width:68px;height:68px;position:absolute;left:50%;margin-left:-34px;bottom:22px;z-index:3;background:#303233;background:linear-gradient(135deg,#303233,#b5b7b9 50%,#f0f2f2 69%,#303233)}.marvel-device.iphone8 .home:before{background:#f8f8f8;position:absolute;content:"";border-radius:100%;width:calc(100% - 8px);height:calc(100% - 8px);top:4px;left:4px}.marvel-device.iphone8 .top-bar{height:14px;background:#bfbfc0;position:absolute;top:68px;left:0}.marvel-device.iphone8 .bottom-bar{height:14px;background:#bfbfc0;position:absolute;bottom:68px;left:0}.marvel-device.iphone8 .sleep{position:absolute;top:190px;right:-4px;width:4px;height:66px;border-radius:0 2px 2px 0;background:#d9dbdc}.marvel-device.iphone8 .volume{position:absolute;left:-4px;top:188px;z-index:0;height:66px;width:4px;border-radius:2px 0 0 2px;background:#d9dbdc}.marvel-device.iphone8 .volume:before{position:absolute;left:2px;top:-78px;height:40px;width:2px;border-radius:2px 0 0 2px;background:inherit;content:"";display:block}.marvel-device.iphone8 .volume:after{position:absolute;left:0;top:82px;height:66px;width:4px;border-radius:2px 0 0 2px;background:inherit;content:"";display:block}.marvel-device.iphone8 .camera{background:#3c3d3d;width:12px;height:12px;position:absolute;top:24px;left:50%;margin-left:-6px;border-radius:100%;z-index:3}.marvel-device.iphone8 .sensor{background:#3c3d3d;width:16px;height:16px;position:absolute;top:49px;left:134px;z-index:3;border-radius:100%}.marvel-device.iphone8 .speaker{background:#292728;width:70px;height:6px;position:absolute;top:54px;left:50%;margin-left:-35px;border-radius:6px;z-index:3}.marvel-device.iphone8.gold{background:#f9e7d3}.marvel-device.iphone8.gold .top-bar,.marvel-device.iphone8.gold .bottom-bar{background:#fff}.marvel-device.iphone8.gold .sleep,.marvel-device.iphone8.gold .volume{background:#f9e7d3}.marvel-device.iphone8.gold .home{background:#cebba9;background:linear-gradient(135deg,#cebba9,#f9e7d3,#cebba9)}.marvel-device.iphone8.black{background:#464646;box-shadow:inset 0 0 3px #000000b3}.marvel-device.iphone8.black:before{background:#080808}.marvel-device.iphone8.black:after{box-shadow:inset 0 0 3px #0000001a,inset 0 0 6px 3px #212121}.marvel-device.iphone8.black .top-bar,.marvel-device.iphone8.black .bottom-bar{background:#212121}.marvel-device.iphone8.black .volume,.marvel-device.iphone8.black .sleep{background:#464646}.marvel-device.iphone8.black .camera{background:#080808}.marvel-device.iphone8.black .home{background:#080808;background:linear-gradient(135deg,#080808,#464646,#080808)}.marvel-device.iphone8.black .home:before{background:#080808}.marvel-device.iphone8.landscape{padding:24px 105px;height:375px;width:667px}.marvel-device.iphone8.landscape .sleep{top:100%;border-radius:0 0 2px 2px;right:190px;height:4px;width:66px}.marvel-device.iphone8.landscape .volume{width:66px;height:4px;top:-4px;left:calc(100% - 254px);border-radius:2px 2px 0 0}.marvel-device.iphone8.landscape .volume:before{width:40px;height:2px;top:2px;right:-78px;left:auto;border-radius:2px 2px 0 0}.marvel-device.iphone8.landscape .volume:after{left:-82px;width:66px;height:4px;top:0;border-radius:2px 2px 0 0}.marvel-device.iphone8.landscape .top-bar{width:14px;height:100%;left:calc(100% - 82px);top:0}.marvel-device.iphone8.landscape .bottom-bar{width:14px;height:100%;left:68px;top:0}.marvel-device.iphone8.landscape .home{top:50%;margin-top:-34px;margin-left:0;left:22px}.marvel-device.iphone8.landscape .sensor{top:134px;left:calc(100% - 65px)}.marvel-device.iphone8.landscape .speaker{height:70px;width:6px;left:calc(100% - 60px);top:50%;margin-left:0;margin-top:-35px}.marvel-device.iphone8.landscape .camera{left:calc(100% - 32px);top:50%;margin-left:0;margin-top:-5px}.marvel-device.iphone8plus{width:414px;height:736px;padding:112px 26px;background:#d9dbdc;border-radius:56px;box-shadow:inset 0 0 3px #0003}.marvel-device.iphone8plus:before{width:calc(100% - 12px);height:calc(100% - 12px);position:absolute;top:6px;content:"";left:6px;border-radius:50px;background:#f8f8f8;z-index:1}.marvel-device.iphone8plus:after{width:calc(100% - 16px);height:calc(100% - 16px);position:absolute;top:8px;content:"";left:8px;border-radius:48px;box-shadow:inset 0 0 3px #0000001a,inset 0 0 6px 3px #fff;z-index:2}.marvel-device.iphone8plus .home{border-radius:100%;width:68px;height:68px;position:absolute;left:50%;margin-left:-34px;bottom:24px;z-index:3;background:#303233;background:linear-gradient(135deg,#303233,#b5b7b9 50%,#f0f2f2 69%,#303233)}.marvel-device.iphone8plus .home:before{background:#f8f8f8;position:absolute;content:"";border-radius:100%;width:calc(100% - 8px);height:calc(100% - 8px);top:4px;left:4px}.marvel-device.iphone8plus .top-bar{height:14px;background:#bfbfc0;position:absolute;top:68px;left:0}.marvel-device.iphone8plus .bottom-bar{height:14px;background:#bfbfc0;position:absolute;bottom:68px;left:0}.marvel-device.iphone8plus .sleep{position:absolute;top:190px;right:-4px;width:4px;height:66px;border-radius:0 2px 2px 0;background:#d9dbdc}.marvel-device.iphone8plus .volume{position:absolute;left:-4px;top:188px;z-index:0;height:66px;width:4px;border-radius:2px 0 0 2px;background:#d9dbdc}.marvel-device.iphone8plus .volume:before{position:absolute;left:2px;top:-78px;height:40px;width:2px;border-radius:2px 0 0 2px;background:inherit;content:"";display:block}.marvel-device.iphone8plus .volume:after{position:absolute;left:0;top:82px;height:66px;width:4px;border-radius:2px 0 0 2px;background:inherit;content:"";display:block}.marvel-device.iphone8plus .camera{background:#3c3d3d;width:12px;height:12px;position:absolute;top:29px;left:50%;margin-left:-6px;border-radius:100%;z-index:3}.marvel-device.iphone8plus .sensor{background:#3c3d3d;width:16px;height:16px;position:absolute;top:54px;left:154px;z-index:3;border-radius:100%}.marvel-device.iphone8plus .speaker{background:#292728;width:70px;height:6px;position:absolute;top:59px;left:50%;margin-left:-35px;border-radius:6px;z-index:3}.marvel-device.iphone8plus.gold{background:#f9e7d3}.marvel-device.iphone8plus.gold .top-bar,.marvel-device.iphone8plus.gold .bottom-bar{background:#fff}.marvel-device.iphone8plus.gold .sleep,.marvel-device.iphone8plus.gold .volume{background:#f9e7d3}.marvel-device.iphone8plus.gold .home{background:#cebba9;background:linear-gradient(135deg,#cebba9,#f9e7d3,#cebba9)}.marvel-device.iphone8plus.black{background:#464646;box-shadow:inset 0 0 3px #000000b3}.marvel-device.iphone8plus.black:before{background:#080808}.marvel-device.iphone8plus.black:after{box-shadow:inset 0 0 3px #0000001a,inset 0 0 6px 3px #212121}.marvel-device.iphone8plus.black .top-bar,.marvel-device.iphone8plus.black .bottom-bar{background:#212121}.marvel-device.iphone8plus.black .volume,.marvel-device.iphone8plus.black .sleep{background:#464646}.marvel-device.iphone8plus.black .camera{background:#080808}.marvel-device.iphone8plus.black .home{background:#080808;background:linear-gradient(135deg,#080808,#464646,#080808)}.marvel-device.iphone8plus.black .home:before{background:#080808}.marvel-device.iphone8plus.landscape{padding:26px 112px;height:414px;width:736px}.marvel-device.iphone8plus.landscape .sleep{top:100%;border-radius:0 0 2px 2px;right:190px;height:4px;width:66px}.marvel-device.iphone8plus.landscape .volume{width:66px;height:4px;top:-4px;left:calc(100% - 254px);border-radius:2px 2px 0 0}.marvel-device.iphone8plus.landscape .volume:before{width:40px;height:2px;top:2px;right:-78px;left:auto;border-radius:2px 2px 0 0}.marvel-device.iphone8plus.landscape .volume:after{left:-82px;width:66px;height:4px;top:0;border-radius:2px 2px 0 0}.marvel-device.iphone8plus.landscape .top-bar{width:14px;height:100%;left:calc(100% - 82px);top:0}.marvel-device.iphone8plus.landscape .bottom-bar{width:14px;height:100%;left:68px;top:0}.marvel-device.iphone8plus.landscape .home{top:50%;margin-top:-34px;margin-left:0;left:24px}.marvel-device.iphone8plus.landscape .sensor{top:154px;left:calc(100% - 70px)}.marvel-device.iphone8plus.landscape .speaker{height:70px;width:6px;left:calc(100% - 65px);top:50%;margin-left:0;margin-top:-35px}.marvel-device.iphone8plus.landscape .camera{left:calc(100% - 29px);top:50%;margin-left:0;margin-top:-5px}.marvel-device.iphone5s,.marvel-device.iphone5c{padding:105px 22px;background:#2c2b2c;width:320px;height:568px;border-radius:50px}.marvel-device.iphone5s:before,.marvel-device.iphone5c:before{width:calc(100% - 8px);height:calc(100% - 8px);position:absolute;top:4px;content:"";left:4px;border-radius:46px;background:#1e1e1e;z-index:1}.marvel-device.iphone5s .sleep,.marvel-device.iphone5c .sleep{position:absolute;top:-4px;right:60px;width:60px;height:4px;border-radius:2px 2px 0 0;background:#282727}.marvel-device.iphone5s .volume,.marvel-device.iphone5c .volume{position:absolute;left:-4px;top:180px;z-index:0;height:27px;width:4px;border-radius:2px 0 0 2px;background:#282727}.marvel-device.iphone5s .volume:before,.marvel-device.iphone5c .volume:before{position:absolute;left:0;top:-75px;height:35px;width:4px;border-radius:2px 0 0 2px;background:inherit;content:"";display:block}.marvel-device.iphone5s .volume:after,.marvel-device.iphone5c .volume:after{position:absolute;left:0;bottom:-64px;height:27px;width:4px;border-radius:2px 0 0 2px;background:inherit;content:"";display:block}.marvel-device.iphone5s .camera,.marvel-device.iphone5c .camera{background:#3c3d3d;width:10px;height:10px;position:absolute;top:32px;left:50%;margin-left:-5px;border-radius:5px;z-index:3}.marvel-device.iphone5s .sensor,.marvel-device.iphone5c .sensor{background:#3c3d3d;width:10px;height:10px;position:absolute;top:60px;left:160px;z-index:3;margin-left:-32px;border-radius:5px}.marvel-device.iphone5s .speaker,.marvel-device.iphone5c .speaker{background:#292728;width:64px;height:10px;position:absolute;top:60px;left:50%;margin-left:-32px;border-radius:5px;z-index:3}.marvel-device.iphone5s.landscape,.marvel-device.iphone5c.landscape{padding:22px 105px;height:320px;width:568px}.marvel-device.iphone5s.landscape .sleep,.marvel-device.iphone5c.landscape .sleep{right:-4px;top:calc(100% - 120px);height:60px;width:4px;border-radius:0 2px 2px 0}.marvel-device.iphone5s.landscape .volume,.marvel-device.iphone5c.landscape .volume{width:27px;height:4px;top:-4px;left:calc(100% - 180px);border-radius:2px 2px 0 0}.marvel-device.iphone5s.landscape .volume:before,.marvel-device.iphone5c.landscape .volume:before{width:35px;height:4px;top:0;right:-75px;left:auto;border-radius:2px 2px 0 0}.marvel-device.iphone5s.landscape .volume:after,.marvel-device.iphone5c.landscape .volume:after{bottom:0;left:-64px;z-index:999;height:4px;width:27px;border-radius:2px 2px 0 0}.marvel-device.iphone5s.landscape .sensor,.marvel-device.iphone5c.landscape .sensor{top:160px;left:calc(100% - 60px);margin-left:0;margin-top:-32px}.marvel-device.iphone5s.landscape .speaker,.marvel-device.iphone5c.landscape .speaker{height:64px;width:10px;left:calc(100% - 60px);top:50%;margin-left:0;margin-top:-32px}.marvel-device.iphone5s.landscape .camera,.marvel-device.iphone5c.landscape .camera{left:calc(100% - 32px);top:50%;margin-left:0;margin-top:-5px}.marvel-device.iphone5s .home{border-radius:36px;width:68px;box-shadow:inset 0 0 0 4px #2c2b2c;height:68px;position:absolute;left:50%;margin-left:-34px;bottom:19px;z-index:3}.marvel-device.iphone5s .top-bar{top:70px;position:absolute;left:0}.marvel-device.iphone5s .bottom-bar{bottom:70px;position:absolute;left:0}.marvel-device.iphone5s.landscape .home{left:19px;bottom:50%;margin-bottom:-34px;margin-left:0}.marvel-device.iphone5s.landscape .top-bar{left:70px;top:0;width:3px;height:100%}.marvel-device.iphone5s.landscape .bottom-bar{right:70px;left:auto;bottom:0;width:3px;height:100%}.marvel-device.iphone5s.silver{background:#bcbcbc}.marvel-device.iphone5s.silver:before{background:#fcfcfc}.marvel-device.iphone5s.silver .volume,.marvel-device.iphone5s.silver .sleep{background:#d6d6d6}.marvel-device.iphone5s.silver .top-bar,.marvel-device.iphone5s.silver .bottom-bar{background:#eaebec}.marvel-device.iphone5s.silver .home{box-shadow:inset 0 0 0 4px #bcbcbc}.marvel-device.iphone5s.gold{background:#f9e7d3}.marvel-device.iphone5s.gold:before{background:#fcfcfc}.marvel-device.iphone5s.gold .volume,.marvel-device.iphone5s.gold .sleep{background:#f9e7d3}.marvel-device.iphone5s.gold .top-bar,.marvel-device.iphone5s.gold .bottom-bar{background:#fff}.marvel-device.iphone5s.gold .home{box-shadow:inset 0 0 0 4px #f9e7d3}.marvel-device.iphone5c{background:#fff;box-shadow:0 1px 2px #0003}.marvel-device.iphone5c .top-bar,.marvel-device.iphone5c .bottom-bar{display:none}.marvel-device.iphone5c .home{background:#242324;border-radius:36px;width:68px;height:68px;z-index:3;position:absolute;left:50%;margin-left:-34px;bottom:19px}.marvel-device.iphone5c .home:after{width:20px;height:20px;border:1px solid rgba(255,255,255,.1);border-radius:4px;position:absolute;display:block;content:"";top:50%;left:50%;margin-top:-11px;margin-left:-11px}.marvel-device.iphone5c.landscape .home{left:19px;bottom:50%;margin-bottom:-34px;margin-left:0}.marvel-device.iphone5c .volume,.marvel-device.iphone5c .sleep{background:#ddd}.marvel-device.iphone5c.red{background:#f96b6c}.marvel-device.iphone5c.red .volume,.marvel-device.iphone5c.red .sleep{background:#ed5758}.marvel-device.iphone5c.yellow{background:#f2dc60}.marvel-device.iphone5c.yellow .volume,.marvel-device.iphone5c.yellow .sleep{background:#e5ce4c}.marvel-device.iphone5c.green{background:#97e563}.marvel-device.iphone5c.green .volume,.marvel-device.iphone5c.green .sleep{background:#85d94d}.marvel-device.iphone5c.blue{background:#33a2db}.marvel-device.iphone5c.blue .volume,.marvel-device.iphone5c.blue .sleep{background:#2694cd}.marvel-device.iphone4s{padding:129px 27px;width:320px;height:480px;background:#686868;border-radius:54px}.marvel-device.iphone4s:before{content:"";width:calc(100% - 8px);height:calc(100% - 8px);position:absolute;top:4px;left:4px;z-index:1;border-radius:50px;background:#1e1e1e}.marvel-device.iphone4s .top-bar{top:60px;position:absolute;left:0}.marvel-device.iphone4s .bottom-bar{bottom:90px;position:absolute;left:0}.marvel-device.iphone4s .camera{background:#3c3d3d;width:10px;height:10px;position:absolute;top:72px;left:134px;z-index:3;margin-left:-5px;border-radius:100%}.marvel-device.iphone4s .speaker{background:#292728;width:64px;height:10px;position:absolute;top:72px;left:50%;z-index:3;margin-left:-32px;border-radius:5px}.marvel-device.iphone4s .sensor{background:#292728;width:40px;height:10px;position:absolute;top:36px;left:50%;z-index:3;margin-left:-20px;border-radius:5px}.marvel-device.iphone4s .home{background:#242324;border-radius:100%;width:72px;height:72px;z-index:3;position:absolute;left:50%;margin-left:-36px;bottom:30px}.marvel-device.iphone4s .home:after{width:20px;height:20px;border:1px solid rgba(255,255,255,.1);border-radius:4px;position:absolute;display:block;content:"";top:50%;left:50%;margin-top:-11px;margin-left:-11px}.marvel-device.iphone4s .sleep{position:absolute;top:-4px;right:60px;width:60px;height:4px;border-radius:2px 2px 0 0;background:#4d4d4d}.marvel-device.iphone4s .volume{position:absolute;left:-4px;top:160px;height:27px;width:4px;border-radius:2px 0 0 2px;background:#4d4d4d}.marvel-device.iphone4s .volume:before{position:absolute;left:0;top:-70px;height:35px;width:4px;border-radius:2px 0 0 2px;background:inherit;content:"";display:block}.marvel-device.iphone4s .volume:after{position:absolute;left:0;bottom:-64px;height:27px;width:4px;border-radius:2px 0 0 2px;background:inherit;content:"";display:block}.marvel-device.iphone4s.landscape{padding:27px 129px;height:320px;width:480px}.marvel-device.iphone4s.landscape .bottom-bar{left:90px;bottom:0;height:100%;width:3px}.marvel-device.iphone4s.landscape .top-bar{left:calc(100% - 60px);top:0;height:100%;width:3px}.marvel-device.iphone4s.landscape .camera{top:134px;left:calc(100% - 72px);margin-left:0}.marvel-device.iphone4s.landscape .speaker{top:50%;margin-left:0;margin-top:-32px;left:calc(100% - 72px);width:10px;height:64px}.marvel-device.iphone4s.landscape .sensor{height:40px;width:10px;left:calc(100% - 36px);top:50%;margin-left:0;margin-top:-20px}.marvel-device.iphone4s.landscape .home{left:30px;bottom:50%;margin-left:0;margin-bottom:-36px}.marvel-device.iphone4s.landscape .sleep{height:60px;width:4px;right:-4px;top:calc(100% - 120px);border-radius:0 2px 2px 0}.marvel-device.iphone4s.landscape .volume{top:-4px;left:calc(100% - 187px);height:4px;width:27px;border-radius:2px 2px 0 0}.marvel-device.iphone4s.landscape .volume:before{right:-70px;left:auto;top:0;width:35px;height:4px;border-radius:2px 2px 0 0}.marvel-device.iphone4s.landscape .volume:after{width:27px;height:4px;bottom:0;left:-64px;border-radius:2px 2px 0 0}.marvel-device.iphone4s.silver{background:#bcbcbc}.marvel-device.iphone4s.silver:before{background:#fcfcfc}.marvel-device.iphone4s.silver .home{background:#fcfcfc;box-shadow:inset 0 0 0 1px #bcbcbc}.marvel-device.iphone4s.silver .home:after{border:1px solid rgba(0,0,0,.2)}.marvel-device.iphone4s.silver .volume,.marvel-device.iphone4s.silver .sleep{background:#d6d6d6}.marvel-device.nexus5{padding:50px 15px;width:320px;height:568px;background:#1e1e1e;border-radius:20px}.marvel-device.nexus5:before{border-radius:600px/50px;background:inherit;content:"";position:absolute;height:103.1%;width:calc(100% - 26px);top:50%;left:50%;transform:translate(-50%) translateY(-50%)}.marvel-device.nexus5 .top-bar{width:calc(100% - 8px);height:calc(100% - 6px);position:absolute;top:3px;left:4px;border-radius:20px;background:#181818}.marvel-device.nexus5 .top-bar:before{border-radius:600px/50px;background:inherit;content:"";position:absolute;height:103%;width:calc(100% - 26px);top:50%;left:50%;transform:translate(-50%) translateY(-50%)}.marvel-device.nexus5 .bottom-bar{display:none}.marvel-device.nexus5 .sleep{width:3px;position:absolute;left:-3px;top:110px;height:100px;background:inherit;border-radius:2px 0 0 2px}.marvel-device.nexus5 .volume{width:3px;position:absolute;right:-3px;top:70px;height:45px;background:inherit;border-radius:0 2px 2px 0}.marvel-device.nexus5 .camera{background:#3c3d3d;width:10px;height:10px;position:absolute;top:18px;left:50%;z-index:3;margin-left:-5px;border-radius:100%}.marvel-device.nexus5 .camera:before{background:#3c3d3d;width:6px;height:6px;content:"";display:block;position:absolute;top:2px;left:-100px;z-index:3;border-radius:100%}.marvel-device.nexus5.landscape{padding:15px 50px;height:320px;width:568px}.marvel-device.nexus5.landscape:before{width:103.1%;height:calc(100% - 26px);border-radius:50px/600px}.marvel-device.nexus5.landscape .top-bar{left:3px;top:4px;height:calc(100% - 8px);width:calc(100% - 6px)}.marvel-device.nexus5.landscape .top-bar:before{width:103%;height:calc(100% - 26px);border-radius:50px/600px}.marvel-device.nexus5.landscape .sleep{height:3px;width:100px;left:calc(100% - 210px);top:-3px;border-radius:2px 2px 0 0}.marvel-device.nexus5.landscape .volume{height:3px;width:45px;right:70px;top:100%;border-radius:0 0 2px 2px}.marvel-device.nexus5.landscape .camera{top:50%;left:calc(100% - 18px);margin-left:0;margin-top:-5px}.marvel-device.nexus5.landscape .camera:before{top:-100px;left:2px}.marvel-device.s5{padding:60px 18px;border-radius:42px;width:320px;height:568px;background:#bcbcbc}.marvel-device.s5:before,.marvel-device.s5:after{width:calc(100% - 52px);content:"";display:block;height:26px;background:inherit;position:absolute;border-radius:500px/40px;left:50%;transform:translate(-50%)}.marvel-device.s5:before{top:-7px}.marvel-device.s5:after{bottom:-7px}.marvel-device.s5 .bottom-bar{display:none}.marvel-device.s5 .top-bar{border-radius:37px;width:calc(100% - 10px);height:calc(100% - 10px);top:5px;left:5px;background:radial-gradient(rgba(0,0,0,.02) 20%,transparent 60%) 0 0,radial-gradient(rgba(0,0,0,.02) 20%,transparent 60%) 3px 3px;background-color:#fff;background-size:4px 4px;background-position:center;z-index:2;position:absolute}.marvel-device.s5 .top-bar:before,.marvel-device.s5 .top-bar:after{width:calc(100% - 48px);content:"";display:block;height:26px;background:inherit;position:absolute;border-radius:500px/40px;left:50%;transform:translate(-50%)}.marvel-device.s5 .top-bar:before{top:-7px}.marvel-device.s5 .top-bar:after{bottom:-7px}.marvel-device.s5 .sleep{width:3px;position:absolute;left:-3px;top:100px;height:100px;background:#cecece;border-radius:2px 0 0 2px}.marvel-device.s5 .speaker{width:68px;height:8px;position:absolute;top:20px;display:block;z-index:3;left:50%;margin-left:-34px;background-color:#bcbcbc;background-position:top left;border-radius:4px}.marvel-device.s5 .sensor{display:block;position:absolute;top:20px;right:110px;background:#3c3d3d;border-radius:100%;width:8px;height:8px;z-index:3}.marvel-device.s5 .sensor:after{display:block;content:"";position:absolute;top:0;right:12px;background:#3c3d3d;border-radius:100%;width:8px;height:8px;z-index:3}.marvel-device.s5 .camera{display:block;position:absolute;top:24px;right:42px;background:#000;border-radius:100%;width:10px;height:10px;z-index:3}.marvel-device.s5 .camera:before{width:4px;height:4px;background:#3c3d3d;border-radius:100%;position:absolute;content:"";top:50%;left:50%;margin-top:-2px;margin-left:-2px}.marvel-device.s5 .home{position:absolute;z-index:3;bottom:17px;left:50%;width:70px;height:20px;background:#fff;border-radius:18px;display:block;margin-left:-35px;border:2px solid #000}.marvel-device.s5.landscape{padding:18px 60px;height:320px;width:568px}.marvel-device.s5.landscape:before,.marvel-device.s5.landscape:after{height:calc(100% - 52px);width:26px;border-radius:40px/500px;transform:translateY(-50%)}.marvel-device.s5.landscape:before{top:50%;left:-7px}.marvel-device.s5.landscape:after{top:50%;left:auto;right:-7px}.marvel-device.s5.landscape .top-bar:before,.marvel-device.s5.landscape .top-bar:after{width:26px;height:calc(100% - 48px);border-radius:40px/500px;transform:translateY(-50%)}.marvel-device.s5.landscape .top-bar:before{right:-7px;top:50%;left:auto}.marvel-device.s5.landscape .top-bar:after{left:-7px;top:50%;right:auto}.marvel-device.s5.landscape .sleep{height:3px;width:100px;left:calc(100% - 200px);top:-3px;border-radius:2px 2px 0 0}.marvel-device.s5.landscape .speaker{height:68px;width:8px;left:calc(100% - 20px);top:50%;margin-left:0;margin-top:-34px}.marvel-device.s5.landscape .sensor{right:20px;top:calc(100% - 110px)}.marvel-device.s5.landscape .sensor:after{left:-12px;right:0}.marvel-device.s5.landscape .camera{top:calc(100% - 42px);right:24px}.marvel-device.s5.landscape .home{width:20px;height:70px;bottom:50%;margin-bottom:-35px;margin-left:0;left:17px}.marvel-device.s5.black{background:#1e1e1e}.marvel-device.s5.black .speaker{background:#000}.marvel-device.s5.black .sleep{background:#1e1e1e}.marvel-device.s5.black .top-bar{background:radial-gradient(rgba(0,0,0,.05) 20%,transparent 60%) 0 0,radial-gradient(rgba(0,0,0,.05) 20%,transparent 60%) 3px 3px;background-color:#2c2b2c;background-size:4px 4px}.marvel-device.s5.black .home{background:#2c2b2c}.marvel-device.lumia920{padding:80px 35px 125px;background:#fd0;width:320px;height:533px;border-radius:40px/3px}.marvel-device.lumia920 .bottom-bar{display:none}.marvel-device.lumia920 .top-bar{width:calc(100% - 24px);height:calc(100% - 32px);position:absolute;top:16px;left:12px;border-radius:24px;background:#000;z-index:1}.marvel-device.lumia920 .top-bar:before{background:#1e1e1e;display:block;content:"";width:calc(100% - 4px);height:calc(100% - 4px);top:2px;left:2px;position:absolute;border-radius:22px}.marvel-device.lumia920 .volume{width:3px;position:absolute;top:130px;height:100px;background:#1e1e1e;right:-3px;border-radius:0 2px 2px 0}.marvel-device.lumia920 .volume:before{width:3px;position:absolute;top:190px;content:"";display:block;height:50px;background:inherit;right:0;border-radius:0 2px 2px 0}.marvel-device.lumia920 .volume:after{width:3px;position:absolute;top:460px;content:"";display:block;height:50px;background:inherit;right:0;border-radius:0 2px 2px 0}.marvel-device.lumia920 .camera{background:#3c3d3d;width:10px;height:10px;position:absolute;top:34px;right:130px;z-index:5;border-radius:5px}.marvel-device.lumia920 .speaker{background:#292728;width:64px;height:10px;position:absolute;top:38px;left:50%;margin-left:-32px;border-radius:5px;z-index:3}.marvel-device.lumia920.landscape{padding:35px 80px 35px 125px;height:320px;width:568px;border-radius:2px/100px}.marvel-device.lumia920.landscape .top-bar{height:calc(100% - 24px);width:calc(100% - 32px);left:16px;top:12px}.marvel-device.lumia920.landscape .volume{height:3px;right:130px;width:100px;top:100%;border-radius:0 0 2px 2px}.marvel-device.lumia920.landscape .volume:before{height:3px;right:190px;top:0;width:50px;border-radius:0 0 2px 2px}.marvel-device.lumia920.landscape .volume:after{height:3px;right:430px;top:0;width:50px;border-radius:0 0 2px 2px}.marvel-device.lumia920.landscape .camera{right:30px;top:calc(100% - 140px)}.marvel-device.lumia920.landscape .speaker{width:10px;height:64px;top:50%;margin-left:0;margin-top:-32px;left:calc(100% - 48px)}.marvel-device.lumia920.black{background:#000}.marvel-device.lumia920.white{background:#fff;box-shadow:0 1px 2px #0003}.marvel-device.lumia920.blue{background:#00acdd}.marvel-device.lumia920.red{background:#cc3e32}.marvel-device.htc-one{padding:72px 25px 100px;width:320px;height:568px;background:#bebebe;border-radius:34px}.marvel-device.htc-one:before{content:"";display:block;width:calc(100% - 4px);height:calc(100% - 4px);position:absolute;top:2px;left:2px;background:#adadad;border-radius:32px}.marvel-device.htc-one:after{content:"";display:block;width:calc(100% - 8px);height:calc(100% - 8px);position:absolute;top:4px;left:4px;background:#eee;border-radius:30px}.marvel-device.htc-one .top-bar{width:calc(100% - 4px);height:635px;position:absolute;background:#424242;top:50px;z-index:1;left:2px}.marvel-device.htc-one .top-bar:before{content:"";width:calc(100% - 4px);height:100%;position:absolute;background:#000;top:0;z-index:1;left:2px}.marvel-device.htc-one .bottom-bar{display:none}.marvel-device.htc-one .speaker{height:16px;width:216px;display:block;position:absolute;top:22px;z-index:2;left:50%;margin-left:-108px;background:radial-gradient(#343434 25%,transparent 50%) 0 0,radial-gradient(#343434 25%,transparent 50%) 4px 4px;background-size:4px 4px;background-position:top left}.marvel-device.htc-one .speaker:after{content:"";height:16px;width:216px;display:block;position:absolute;top:676px;z-index:2;left:50%;margin-left:-108px;background:inherit}.marvel-device.htc-one .camera{display:block;position:absolute;top:18px;right:38px;background:#3c3d3d;border-radius:100%;width:24px;height:24px;z-index:3}.marvel-device.htc-one .camera:before{width:8px;height:8px;background:#000;border-radius:100%;position:absolute;content:"";top:50%;left:50%;margin-top:-4px;margin-left:-4px}.marvel-device.htc-one .sensor{display:block;position:absolute;top:29px;left:60px;background:#3c3d3d;border-radius:100%;width:8px;height:8px;z-index:3}.marvel-device.htc-one .sensor:after{display:block;content:"";position:absolute;top:0;right:12px;background:#3c3d3d;border-radius:100%;width:8px;height:8px;z-index:3}.marvel-device.htc-one.landscape{padding:25px 72px 25px 100px;height:320px;width:568px}.marvel-device.htc-one.landscape .top-bar{height:calc(100% - 4px);width:635px;left:calc(100% - 685px);top:2px}.marvel-device.htc-one.landscape .speaker{width:16px;height:216px;left:calc(100% - 38px);top:50%;margin-left:0;margin-top:-108px}.marvel-device.htc-one.landscape .speaker:after{width:16px;height:216px;left:calc(100% - 692px);top:50%;margin-left:0;margin-top:-108px}.marvel-device.htc-one.landscape .camera{right:18px;top:calc(100% - 38px)}.marvel-device.htc-one.landscape .sensor{left:calc(100% - 29px);top:60px}.marvel-device.htc-one.landscape .sensor :after{right:0;top:-12px}.marvel-device.ipad{width:576px;height:768px;padding:90px 25px;background:#242324;border-radius:44px}.marvel-device.ipad:before{width:calc(100% - 8px);height:calc(100% - 8px);position:absolute;content:"";display:block;top:4px;left:4px;border-radius:40px;background:#1e1e1e}.marvel-device.ipad .camera{background:#3c3d3d;width:10px;height:10px;position:absolute;top:44px;left:50%;margin-left:-5px;border-radius:100%}.marvel-device.ipad .top-bar,.marvel-device.ipad .bottom-bar{display:none}.marvel-device.ipad .home{background:#242324;border-radius:36px;width:50px;height:50px;position:absolute;left:50%;margin-left:-25px;bottom:22px}.marvel-device.ipad .home:after{width:15px;height:15px;margin-top:-8px;margin-left:-8px;border:1px solid rgba(255,255,255,.1);border-radius:4px;position:absolute;display:block;content:"";top:50%;left:50%}.marvel-device.ipad.landscape{height:576px;width:768px;padding:25px 90px}.marvel-device.ipad.landscape .camera{left:calc(100% - 44px);top:50%;margin-left:0;margin-top:-5px}.marvel-device.ipad.landscape .home{top:50%;left:22px;margin-left:0;margin-top:-25px}.marvel-device.ipad.silver{background:#bcbcbc}.marvel-device.ipad.silver:before{background:#fcfcfc}.marvel-device.ipad.silver .home{background:#fcfcfc;box-shadow:inset 0 0 0 1px #bcbcbc}.marvel-device.ipad.silver .home:after{border:1px solid rgba(0,0,0,.2)}.marvel-device.macbook{width:960px;height:600px;padding:44px 44px 76px;margin:0 auto;background:#bebebe;border-radius:34px}.marvel-device.macbook:before{width:calc(100% - 8px);height:calc(100% - 8px);position:absolute;content:"";display:block;top:4px;left:4px;border-radius:30px;background:#1e1e1e}.marvel-device.macbook .top-bar{width:calc(100% + 140px);height:40px;position:absolute;content:"";display:block;top:680px;left:-70px;border-bottom-left-radius:90px 18px;border-bottom-right-radius:90px 18px;background:#bebebe;box-shadow:inset 0 -4px 13px 3px #2229}.marvel-device.macbook .top-bar:before{width:100%;height:24px;content:"";display:block;top:0;left:0;background:#f0f0f0;border-bottom:2px solid #aaa;border-radius:5px;position:relative}.marvel-device.macbook .top-bar:after{width:16%;height:14px;content:"";display:block;top:0;background:#ddd;position:absolute;margin-left:auto;margin-right:auto;left:0;right:0;border-radius:0 0 20px 20px;box-shadow:inset 0 -3px 10px #999}.marvel-device.macbook .bottom-bar{background:#0000;width:calc(100% + 140px);height:26px;position:absolute;content:"";display:block;top:680px;left:-70px}.marvel-device.macbook .bottom-bar:before,.marvel-device.macbook .bottom-bar:after{height:calc(100% - 2px);width:80px;content:"";display:block;top:0;position:absolute}.marvel-device.macbook .bottom-bar:before{left:0;background:#f0f0f0;background:linear-gradient(to right,#747474,#c3c3c3 5%,#ebebeb 14%,#979797 41%,#f0f0f0 80% 100%,#f0f0f0)}.marvel-device.macbook .bottom-bar:after{right:0;background:#f0f0f0;background:linear-gradient(to right,#f0f0f0 0% 0%,#f0f0f0 20%,#979797 59%,#ebebeb 86%,#c3c3c3 95%,#747474)}.marvel-device.macbook .camera{background:#3c3d3d;width:10px;height:10px;position:absolute;top:20px;left:50%;margin-left:-5px;border-radius:100%}.marvel-device.macbook .home{display:none}.marvel-device.iphone-x{width:375px;height:812px;padding:26px;background:#fdfdfd;box-shadow:inset 0 0 11px #000;border-radius:66px}.marvel-device.iphone-x .overflow{width:100%;height:100%;position:absolute;top:0;left:0;border-radius:66px;overflow:hidden}.marvel-device.iphone-x .shadow{border-radius:100%;width:90px;height:90px;position:absolute;background:radial-gradient(ellipse at center,#0009,#fff0 60%)}.marvel-device.iphone-x .shadow--tl{top:-20px;left:-20px}.marvel-device.iphone-x .shadow--tr{top:-20px;right:-20px}.marvel-device.iphone-x .shadow--bl{bottom:-20px;left:-20px}.marvel-device.iphone-x .shadow--br{bottom:-20px;right:-20px}.marvel-device.iphone-x:before{width:calc(100% - 10px);height:calc(100% - 10px);position:absolute;top:5px;content:"";left:5px;border-radius:61px;background:#000;z-index:1}.marvel-device.iphone-x .inner-shadow{width:calc(100% - 20px);height:calc(100% - 20px);position:absolute;top:10px;overflow:hidden;left:10px;border-radius:56px;box-shadow:inset 0 0 15px #ffffffa8;z-index:1}.marvel-device.iphone-x .inner-shadow:before{box-shadow:inset 0 0 20px #fff;width:100%;height:116%;position:absolute;top:-8%;content:"";left:0;border-radius:200px/112px;z-index:2}.marvel-device.iphone-x .screen{border-radius:40px;box-shadow:none}.marvel-device.iphone-x .top-bar,.marvel-device.iphone-x .bottom-bar{width:100%;position:absolute;height:8px;background:#0000001a;left:0}.marvel-device.iphone-x .top-bar{top:80px}.marvel-device.iphone-x .bottom-bar{bottom:80px}.marvel-device.iphone-x .volume,.marvel-device.iphone-x .volume:before,.marvel-device.iphone-x .volume:after,.marvel-device.iphone-x .sleep{width:3px;background:#b5b5b5;position:absolute}.marvel-device.iphone-x .volume{left:-3px;top:116px;height:32px}.marvel-device.iphone-x .volume:before{height:62px;top:62px;content:"";left:0}.marvel-device.iphone-x .volume:after{height:62px;top:140px;content:"";left:0}.marvel-device.iphone-x .sleep{height:96px;top:200px;right:-3px}.marvel-device.iphone-x .camera{width:6px;height:6px;top:9px;border-radius:100%;position:absolute;left:154px;background:#0d4d71}.marvel-device.iphone-x .speaker{height:6px;width:60px;left:50%;position:absolute;top:9px;margin-left:-30px;background:#171818;border-radius:6px}.marvel-device.iphone-x .notch{position:absolute;width:210px;height:30px;top:26px;left:108px;z-index:4;background:#000;border-bottom-left-radius:24px;border-bottom-right-radius:24px}.marvel-device.iphone-x .notch:before,.marvel-device.iphone-x .notch:after{content:"";height:8px;position:absolute;top:0;width:8px}.marvel-device.iphone-x .notch:after{background:radial-gradient(circle at bottom left,transparent 0,transparent 70%,black 70%,black 100%);left:-8px}.marvel-device.iphone-x .notch:before{background:radial-gradient(circle at bottom right,transparent 0,transparent 70%,black 70%,black 100%);right:-8px}.marvel-device.iphone-x.landscape{height:375px;width:812px}.marvel-device.iphone-x.landscape .top-bar,.marvel-device.iphone-x.landscape .bottom-bar{width:8px;height:100%;top:0}.marvel-device.iphone-x.landscape .top-bar{left:80px}.marvel-device.iphone-x.landscape .bottom-bar{right:80px;bottom:auto;left:auto}.marvel-device.iphone-x.landscape .volume,.marvel-device.iphone-x.landscape .volume:before,.marvel-device.iphone-x.landscape .volume:after,.marvel-device.iphone-x.landscape .sleep{height:3px}.marvel-device.iphone-x.landscape .inner-shadow:before{height:100%;width:116%;left:-8%;top:0;border-radius:112px/200px}.marvel-device.iphone-x.landscape .volume{bottom:-3px;top:auto;left:116px;width:32px}.marvel-device.iphone-x.landscape .volume:before{width:62px;left:62px;top:0}.marvel-device.iphone-x.landscape .volume:after{width:62px;left:140px;top:0}.marvel-device.iphone-x.landscape .sleep{width:96px;left:200px;top:-3px;right:auto}.marvel-device.iphone-x.landscape .camera{left:9px;bottom:154px;top:auto}.marvel-device.iphone-x.landscape .speaker{width:6px;height:60px;left:9px;top:50%;margin-top:-30px;margin-left:0}.marvel-device.iphone-x.landscape .notch{height:210px;width:30px;left:26px;bottom:108px;top:auto;border-top-right-radius:24px;border-bottom-right-radius:24px;border-bottom-left-radius:0}.marvel-device.iphone-x.landscape .notch:before,.marvel-device.iphone-x.landscape .notch:after{left:0}.marvel-device.iphone-x.landscape .notch:after{background:radial-gradient(circle at bottom right,transparent 0,transparent 70%,black 70%,black 100%);bottom:-8px;top:auto}.marvel-device.iphone-x.landscape .notch:before{background:radial-gradient(circle at top right,transparent 0,transparent 70%,black 70%,black 100%);top:-8px}.marvel-device.note8{width:400px;height:822px;background:#000;border-radius:34px;padding:45px 10px}.marvel-device.note8 .overflow{width:100%;height:100%;position:absolute;top:0;left:0;border-radius:34px;overflow:hidden}.marvel-device.note8 .speaker{height:8px;width:56px;left:50%;position:absolute;top:25px;margin-left:-28px;background:#171818;z-index:1;border-radius:8px}.marvel-device.note8 .camera{height:18px;width:18px;left:86px;position:absolute;top:18px;background:#212b36;z-index:1;border-radius:100%}.marvel-device.note8 .camera:before{content:"";height:8px;width:8px;left:-22px;position:absolute;top:5px;background:#212b36;z-index:1;border-radius:100%}.marvel-device.note8 .sensors{height:10px;width:10px;left:120px;position:absolute;top:22px;background:#1d233b;z-index:1;border-radius:100%}.marvel-device.note8 .sensors:before{content:"";height:10px;width:10px;left:18px;position:absolute;top:0;background:#1d233b;z-index:1;border-radius:100%}.marvel-device.note8 .more-sensors{height:16px;width:16px;left:285px;position:absolute;top:18px;background:#33244a;box-shadow:0 0 0 2px #ffffff1a;z-index:1;border-radius:100%}.marvel-device.note8 .more-sensors:before{content:"";height:11px;width:11px;left:40px;position:absolute;top:4px;background:#214a61;z-index:1;border-radius:100%}.marvel-device.note8 .sleep{width:2px;height:56px;background:#000;position:absolute;top:288px;right:-2px}.marvel-device.note8 .volume{width:2px;height:120px;background:#000;position:absolute;top:168px;left:-2px}.marvel-device.note8 .volume:before{content:"";top:168px;width:2px;position:absolute;left:0;background:#000;height:56px}.marvel-device.note8 .inner{width:100%;height:calc(100% - 8px);position:absolute;top:2px;content:"";left:0;border-radius:34px;border-top:2px solid #9fa0a2;border-bottom:2px solid #9fa0a2;background:#000;z-index:1;box-shadow:inset 0 0 6px #ffffff80}.marvel-device.note8 .shadow{box-shadow:inset 0 0 60px #fff,inset 0 0 30px #ffffff80,0 0 20px #fff,0 0 20px #ffffff80;height:101%;position:absolute;top:-.5%;content:"";width:calc(100% - 20px);left:10px;border-radius:38px;z-index:5;pointer-events:none}.marvel-device.note8 .screen{border-radius:14px;box-shadow:none}.marvel-device.note8.landscape{height:400px;width:822px;padding:10px 45px}.marvel-device.note8.landscape .speaker{height:56px;width:8px;top:50%;margin-top:-28px;margin-left:0;right:25px;left:auto}.marvel-device.note8.landscape .camera{top:86px;right:18px;left:auto}.marvel-device.note8.landscape .camera:before{top:-22px;left:5px}.marvel-device.note8.landscape .sensors{top:120px;right:22px;left:auto}.marvel-device.note8.landscape .sensors:before{top:18px;left:0}.marvel-device.note8.landscape .more-sensors{top:285px;right:18px;left:auto}.marvel-device.note8.landscape .more-sensors:before{top:40px;left:4px}.marvel-device.note8.landscape .sleep{bottom:-2px;top:auto;right:288px;width:56px;height:2px}.marvel-device.note8.landscape .volume{width:120px;height:2px;top:-2px;right:168px;left:auto}.marvel-device.note8.landscape .volume:before{right:168px;left:auto;top:0;width:56px;height:2px}.marvel-device.note8.landscape .inner{height:100%;width:calc(100% - 8px);left:2px;top:0;border-top:0;border-bottom:0;border-left:2px solid #9fa0a2;border-right:2px solid #9fa0a2}.marvel-device.note8.landscape .shadow{width:101%;height:calc(100% - 20px);left:-.5%;top:10px}.home{padding-top:70px}.hero{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:100px 0;min-height:80vh;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-content{animation:fadeInUp .8s ease}.hero-title{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:24px;color:#000}.highlight{color:#000;position:relative}.highlight:after{content:"";position:absolute;bottom:4px;left:0;right:0;height:12px;background:#0000001a;z-index:-1}.hero-description{font-size:18px;line-height:1.6;color:#666;margin-bottom:32px}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:14px 28px;border-radius:8px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px}.btn-primary:hover{background:#333;border-color:#333;transform:translateY(-2px)}.btn-secondary:hover{background:#000;color:#fff;transform:translateY(-2px)}.hero-visual{display:flex;justify-content:center;align-items:center}.hero-image-placeholder{width:300px;height:300px;background:linear-gradient(135deg,#000,#333);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;animation:fadeInRight .8s ease}.features{padding:100px 0;background:#fff}.features-container{max-width:1200px;margin:0 auto;padding:0 20px}.section-title{font-size:36px;font-weight:700;text-align:center;margin-bottom:60px;color:#000}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.feature-card{text-align:center;padding:40px 20px;border-radius:16px;transition:transform .3s ease}.feature-card:hover{transform:translateY(-8px)}.feature-icon{width:80px;height:80px;background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;color:#fff}.feature-card h3{font-size:24px;font-weight:600;margin-bottom:16px;color:#000}.feature-card p{font-size:16px;line-height:1.6;color:#666}.product{padding:30px 0;background:#f8f9fa}.product-container{max-width:1200px;margin:0 auto;padding:0 20px}.product-content{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}.product-title{font-size:42px;font-weight:700;margin-bottom:8px;color:#000}.product-subtitle{font-size:18px;color:#666;margin-bottom:24px}.product-description{font-size:16px;line-height:1.6;color:#666;margin-bottom:32px}.product-visual{display:flex;justify-content:center;align-items:center}.product-image-placeholder{margin:0 auto;width:100%;display:flex;justify-content:center;align-items:center;overflow:visible;background:none;padding:0}.app-mockup{display:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (max-width: 768px){.hero-container,.product-content{grid-template-columns:1fr;gap:40px;text-align:center}.hero{padding:60px 0;min-height:auto}.hero-container{padding:0 24px}.hero-title{font-size:32px;margin-bottom:20px}.hero-description{font-size:16px;margin-bottom:28px}.hero-buttons{justify-content:center;gap:12px}.btn-primary,.btn-secondary{padding:16px 24px;font-size:16px;min-height:48px;flex:1;min-width:140px}.features,.product{padding:60px 0}.features-container,.product-container{padding:0 24px}.section-title{font-size:28px;margin-bottom:40px}.features-grid{grid-template-columns:1fr;gap:24px}.feature-card{padding:32px 24px;border:1px solid #e9ecef;background:#fafafa}.feature-icon{width:64px;height:64px;margin-bottom:20px}.feature-card h3{font-size:20px;margin-bottom:12px}.feature-card p{font-size:15px}.product-title{font-size:28px}.product-subtitle{font-size:16px;margin-bottom:20px}.product-description{font-size:15px;margin-bottom:28px}.product-visual{order:-1}.product-image-placeholder{max-width:350px}.hero-image-placeholder{width:240px;height:240px}}@media (max-width: 480px){.home{padding-top:56px}.hero{padding:40px 0;background:#f8f9fa}.hero-container{padding:0 16px}.hero-title{font-size:26px;line-height:1.3;margin-bottom:16px}.highlight:after{height:8px;bottom:2px}.hero-description{font-size:15px;line-height:1.6;margin-bottom:24px}.hero-buttons{flex-direction:column;width:100%}.btn-primary,.btn-secondary{width:100%;padding:16px 20px}.hero-image-placeholder{width:200px;height:200px;margin-top:20px}.features,.product{padding:40px 0}.features-container,.product-container{padding:0 16px}.section-title{font-size:24px;margin-bottom:32px}.features-grid{gap:20px}.feature-card{padding:24px 20px;border-radius:12px}.feature-icon{width:56px;height:56px;margin-bottom:16px}.feature-card h3{font-size:18px}.feature-card p{font-size:14px;line-height:1.6}.product{padding:20px 0 40px}.product-content{gap:24px}.product-title{font-size:24px;margin-bottom:8px}.product-subtitle{font-size:15px;margin-bottom:16px}.product-description{font-size:14px;line-height:1.6;margin-bottom:24px}html,body{padding:0!important;margin:0!important;box-sizing:border-box}.home{padding-top:56px!important}.hero-container,.features-container,.product-container{padding:0 16px!important}.hero,.features,.product{padding:40px 0!important}.product-image-placeholder{width:calc(100vw - 32px);min-height:180px;display:flex;justify-content:center;align-items:center;overflow:visible;position:relative;margin:0 auto;padding:0;background:none}.product-image-placeholder .marvel-device{transform:scale(.7);transform-origin:center top}body{overflow-x:hidden}}@media (max-width: 375px){.hero-title{font-size:24px}.section-title,.product-title{font-size:22px}.hero-container,.features-container,.product-container{padding:0 12px!important}.product-image-placeholder{width:calc(100vw - 24px)}}.page{padding-top:70px;min-height:100vh;display:flex;flex-direction:column}.page-container{max-width:1200px;margin:0 auto;padding:0 20px;flex:1}.page-header{text-align:center;padding:60px 0;border-bottom:1px solid #e9ecef;margin-bottom:60px}.page-title{font-size:42px;font-weight:700;margin-bottom:16px;color:#000}.page-subtitle{font-size:18px;color:#666;line-height:1.6;max-width:600px;margin:0 auto}.section-title{font-size:32px;font-weight:700;text-align:center;margin-bottom:40px;padding-top:20px;color:#000}.content-section{margin-bottom:80px}.section-content h2{font-size:28px;font-weight:600;margin-bottom:24px;color:#000}.section-content p{font-size:16px;line-height:1.8;color:#666;margin-bottom:20px}.values-section{margin-bottom:80px}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.value-card{text-align:center;padding:40px 20px;background:#f8f9fa;border-radius:16px;transition:transform .3s ease}.value-card:hover{transform:translateY(-8px)}.value-icon{width:80px;height:80px;background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;color:#fff}.value-card h3{font-size:24px;font-weight:600;margin-bottom:16px;color:#000}.value-card p{font-size:16px;line-height:1.6;color:#666}.mission-section{background:#000;color:#fff;padding:80px 40px;border-radius:20px;text-align:center;margin-bottom:40px}.mission-content h2{font-size:28px;font-weight:600;margin-bottom:16px;color:#fff}.mission-text,.vision-text{font-size:20px;font-style:italic;line-height:1.6;margin-bottom:40px}.main-service{margin-bottom:10px}.service-hero{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding:5px 0}.service-title{font-size:48px;font-weight:700;margin-bottom:8px;color:#000}.service-subtitle{font-size:20px;color:#666;margin-bottom:24px}.service-description{font-size:16px;line-height:1.8;color:#666;margin-bottom:32px}.service-note{font-size:14px;line-height:1.6;color:#888;font-style:italic;margin-bottom:24px;padding:16px;background:#f8f9fa;border-left:3px solid #000;border-radius:4px}.service-status{margin-bottom:20px}.status-badge{background:#000;color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600}.service-mockup{display:flex;justify-content:center;align-items:center;min-height:450px;padding:20px;width:100%;overflow:visible}.app-preview{width:200px;height:200px;background:linear-gradient(135deg,#000,#333);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff}.features-section{margin-bottom:80px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.feature-item{padding:30px 20px;text-align:center;border:1px solid #e9ecef;border-radius:12px;transition:transform .3s ease}.feature-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.feature-icon{width:60px;height:60px;background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#fff}.feature-item h3{font-size:18px;font-weight:600;margin-bottom:12px;color:#000}.feature-item p{font-size:14px;line-height:1.6;color:#666}.coming-soon{background:#f8f9fa;padding:60px 40px;border-radius:16px;text-align:center;margin-bottom:48px}.coming-soon-content h2{font-size:32px;font-weight:700;margin-bottom:20px;color:#000}.coming-soon-content p{font-size:16px;line-height:1.6;color:#666;max-width:600px;margin:0 auto}.timeline-section{margin-bottom:80px}.timeline{position:relative;max-width:800px;margin:0 auto}.timeline:before{content:"";position:absolute;left:50%;transform:translate(-50%);width:2px;height:100%;background:#e9ecef}.timeline-item{position:relative;margin-bottom:40px;display:flex;align-items:center}.timeline-item:nth-child(odd){flex-direction:row}.timeline-item:nth-child(2n){flex-direction:row-reverse}.timeline-marker{position:absolute;left:50%;transform:translate(-50%);width:40px;height:40px;background:#fff;border:3px solid #000;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#000;z-index:2}.timeline-item.completed .timeline-marker{background:#000;color:#fff}.timeline-item.current .timeline-marker{background:#000;color:#fff;box-shadow:0 0 0 4px #0000001a;animation:pulse-marker 2s infinite}@keyframes pulse-marker{0%{box-shadow:0 0 0 4px #0000001a}50%{box-shadow:0 0 0 8px #0000000d}to{box-shadow:0 0 0 4px #0000001a}}.timeline-item .timeline-marker svg{color:currentColor}.timeline-item .timeline-marker:has(svg[stroke-width="0"]){background:linear-gradient(135deg,gold,orange);border-color:gold;color:#fff}.timeline-content{flex:1;padding:20px;background:#f8f9fa;border-radius:12px;margin:0 60px}.timeline-item:nth-child(odd) .timeline-content{margin-right:60px;margin-left:0}.timeline-item:nth-child(2n) .timeline-content{margin-left:60px;margin-right:0}.timeline-date{font-size:14px;color:#666;font-weight:600;margin-bottom:8px}.timeline-title{font-size:20px;font-weight:600;margin-bottom:8px;color:#000}.timeline-description{font-size:14px;line-height:1.6;color:#666}.future-plans{background:#f8f9fa;padding:60px 40px;border-radius:16px;text-align:center;margin-bottom:64px}.plans-content p{font-size:16px;line-height:1.8;color:#666;max-width:800px;margin:0 auto}.team-origin{margin-bottom:60px}.origin-card{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:60px 40px;border-radius:20px;text-align:center;position:relative;overflow:hidden}.origin-card:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(0,0,0,.05) 0%,transparent 70%);animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.origin-icon{color:#000;margin-bottom:24px;position:relative;z-index:1}.origin-card h2{font-size:28px;font-weight:700;margin-bottom:20px;color:#000;position:relative;z-index:1}.origin-card p{font-size:16px;line-height:1.8;color:#666;max-width:700px;margin:0 auto;position:relative;z-index:1}.team-stats{margin-bottom:80px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px}.stat-card{text-align:center;padding:40px 20px;background:#f8f9fa;border-radius:16px}.stat-number{font-size:36px;font-weight:700;color:#000;margin-bottom:8px}.stat-label{font-size:16px;color:#666}.team-roles{margin-bottom:80px}.roles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.role-card{text-align:center;padding:40px 20px;border:1px solid #e9ecef;border-radius:16px;transition:transform .3s ease;background:#fff}.role-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #0000001a}.role-icon{color:#000;margin-bottom:20px}.role-name{font-size:20px;font-weight:600;margin-bottom:12px;color:#000}.role-description{font-size:14px;line-height:1.6;color:#666;margin-bottom:16px}.role-count{font-size:16px;font-weight:600;color:#000;background:#f8f9fa;padding:8px 20px;border-radius:20px;display:inline-block}.team-culture{margin-bottom:80px}.culture-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.culture-item{padding:30px 20px;background:#f8f9fa;border-radius:12px}.culture-item h3{font-size:20px;font-weight:600;margin-bottom:12px;color:#000}.culture-item p{font-size:14px;line-height:1.6;color:#666}.join-us{background:#000;color:#fff;padding:60px 40px;border-radius:16px;text-align:center;margin-bottom:64px}.join-content h2{font-size:28px;font-weight:600;margin-bottom:20px;color:#fff}.join-content p{font-size:16px;line-height:1.6;margin-bottom:20px;color:#ccc}.contact-info p{font-size:18px;font-weight:600;color:#fff}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:80px}.contact-info-section h2,.contact-form-section h2{font-size:28px;font-weight:600;margin-bottom:32px;color:#000}.contact-methods{display:flex;flex-direction:column;gap:30px}.contact-method{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#f8f9fa;border-radius:12px}.method-icon{width:50px;height:50px;background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.method-info h3{font-size:18px;font-weight:600;margin-bottom:4px;color:#000}.method-info p{font-size:16px;font-weight:600;margin-bottom:4px;color:#000}.method-info span{font-size:14px;color:#666}.contact-form{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{display:flex;flex-direction:column}.form-group label{font-size:14px;font-weight:600;margin-bottom:8px;color:#000}.form-group input,.form-group select,.form-group textarea{padding:12px 16px;border:1px solid #e9ecef;border-radius:8px;font-size:16px;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#000}textarea,.contact-form textarea,.form-group textarea{resize:none!important}.submit-btn{padding:14px 28px;background:#000;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;align-self:flex-start}.submit-btn:hover{background:#333}.business-info{background:#f8f9fa;padding:40px;border-radius:16px;text-align:center;margin-bottom:48px}.business-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-top:40px}.business-card{background:#fff;padding:30px;border-radius:12px;box-shadow:0 2px 8px #0000000d;text-align:left}.business-group h3{font-size:18px;font-weight:600;color:#000;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #f0f0f0}.info-row{display:flex;justify-content:space-between;align-items:flex-start;padding:12px 0;border-bottom:1px solid #f5f5f5}.info-row:last-child{border-bottom:none}.info-row.full-width{flex-direction:column;gap:8px}.info-row .label{font-size:14px;font-weight:600;color:#666;min-width:100px}.info-row .value{font-size:14px;color:#000;text-align:right;flex:1}.info-row.full-width .value{text-align:left}.value.address{text-align:right!important;display:block;width:100%}@media (max-width: 768px){.page{padding-top:60px}.page-container{padding:0 24px}.page-header{padding:40px 24px;margin-bottom:40px}.page-title{font-size:32px;margin-bottom:12px}.page-subtitle{font-size:16px;line-height:1.6}.section-title{font-size:26px;margin-bottom:32px;padding-top:16px}.content-section{margin-bottom:60px}.section-content h2{font-size:24px;margin-bottom:20px}.section-content p{font-size:15px;line-height:1.7;margin-bottom:16px}.values-grid{grid-template-columns:1fr;gap:24px}.value-card{padding:32px 24px}.value-icon{width:64px;height:64px;margin-bottom:20px}.value-card h3{font-size:20px;margin-bottom:12px}.value-card p{font-size:15px}.mission-section{padding:48px 32px;margin-bottom:32px}.mission-content h2{font-size:24px}.mission-text,.vision-text{font-size:18px;margin-bottom:32px}.main-service{margin-bottom:8px}.service-hero{grid-template-columns:1fr;gap:32px;text-align:center;padding:0}.service-title{font-size:32px;margin-bottom:8px}.service-subtitle{font-size:18px;margin-bottom:20px}.service-description{font-size:15px;margin-bottom:24px}.service-note{font-size:14px;padding:14px;margin-bottom:20px}.service-mockup{order:-1;min-height:350px;padding:20px 0}.features-section{margin-bottom:60px}.features-grid{grid-template-columns:1fr;gap:20px}.feature-item{padding:24px 20px}.feature-icon{width:48px;height:48px;margin-bottom:16px}.feature-item h3{font-size:16px;margin-bottom:10px}.feature-item p{font-size:14px}.coming-soon{padding:48px 32px}.coming-soon-content h2{font-size:28px;margin-bottom:16px}.coming-soon-content p{font-size:15px}.team-origin{margin-bottom:48px}.origin-card{padding:48px 32px}.origin-card h2{font-size:24px;margin-bottom:16px}.origin-card p{font-size:15px}.team-stats{margin-bottom:60px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:20px}.stat-card{padding:32px 16px}.stat-number{font-size:32px}.stat-label{font-size:15px}.roles-grid{grid-template-columns:1fr;gap:20px}.role-card{padding:32px 20px}.role-name{font-size:18px;margin-bottom:10px}.role-description{font-size:14px;margin-bottom:14px}.role-count{font-size:15px;padding:8px 16px}.culture-content{grid-template-columns:1fr;gap:20px}.culture-item{padding:24px 20px}.culture-item h3{font-size:18px;margin-bottom:10px}.culture-item p{font-size:14px}.join-us{padding:48px 32px}.join-content h2{font-size:24px;margin-bottom:16px}.join-content p{font-size:15px;margin-bottom:16px}.contact-info p{font-size:16px}.timeline:before{left:20px}.timeline-item{flex-direction:row!important;margin-left:40px;margin-bottom:32px}.timeline-item:nth-child(2n){flex-direction:row!important}.timeline-marker{left:20px!important;transform:translate(-50%);width:36px;height:36px}.timeline-content{margin:0 0 0 40px!important;padding:16px}.contact-content{grid-template-columns:1fr;gap:40px;margin-bottom:60px}.form-row{grid-template-columns:1fr}.form-group input,.form-group select,.form-group textarea{font-size:16px;padding:14px 16px}.submit-btn{padding:16px 24px;font-size:16px;width:100%;justify-content:center}.business-info{padding:32px 24px;margin-bottom:32px}.business-grid{grid-template-columns:1fr;gap:20px;margin-top:32px}.business-card{padding:24px}.business-group h3{font-size:16px;margin-bottom:16px}}@media (max-width: 480px){.page{padding-top:56px}.page-container{padding:0 16px}.page-header{padding:32px 16px;margin-bottom:32px}.page-title{font-size:26px}.page-subtitle{font-size:15px}.section-title{font-size:22px;margin-bottom:24px;padding-top:24px}.content-section{margin-bottom:48px}.section-content h2{font-size:20px;margin-bottom:16px}.section-content p{font-size:14px}.value-card{padding:24px 20px}.value-icon{width:56px;height:56px;margin-bottom:16px}.value-card h3{font-size:18px}.value-card p{font-size:14px}.mission-section{padding:32px 20px;border-radius:16px;margin:0 16px 32px}.mission-content h2{font-size:20px}.mission-text,.vision-text{font-size:16px;margin-bottom:24px}.service-title{font-size:26px}.service-subtitle{font-size:16px}.service-description{font-size:14px}.service-note{font-size:13px;padding:12px}.service-mockup{min-height:180px;width:100vw;display:flex;justify-content:center;align-items:center;overflow:visible;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;padding:0}.service-mockup .marvel-device{transform:scale(.8);transform-origin:center top}.feature-item{padding:20px 16px}.feature-icon{width:40px;height:40px}.feature-item h3{font-size:15px}.feature-item p{font-size:13px}.coming-soon{padding:32px 20px;margin:32px 16px;border-radius:12px}.coming-soon-content h2{font-size:24px}.coming-soon-content p{font-size:14px}.team-origin{margin-bottom:40px}.origin-card{padding:32px 20px;margin:0 16px}.origin-card h2{font-size:20px}.origin-card p{font-size:14px}.team-stats{margin-bottom:48px}.stats-grid{grid-template-columns:1fr;gap:16px}.stat-card{padding:24px 16px;margin-bottom:8px}.stat-number{font-size:28px;margin-bottom:4px}.stat-label{font-size:14px}.team-roles{margin-bottom:48px}.role-card{padding:24px 16px}.role-name{font-size:16px}.role-description{font-size:13px}.role-count{font-size:14px}.team-culture{margin-bottom:48px;margin-top:32px}.culture-content{grid-template-columns:1fr;gap:16px}.culture-item{padding:20px 16px}.culture-item h3{font-size:16px}.culture-item p{font-size:13px}.join-us{padding:32px 20px;margin:32px 16px 48px;border-radius:12px}.join-content h2{font-size:20px}.join-content p{font-size:14px}.timeline-section{margin-bottom:48px}.timeline-item{margin-left:30px;margin-bottom:24px}.timeline-marker{width:32px;height:32px}.timeline-content{margin:0 0 0 30px!important;padding:14px}.timeline-date{font-size:12px}.timeline-title{font-size:16px}.timeline-description{font-size:13px}.future-plans{padding:32px 20px;margin:32px 16px 48px;border-radius:12px}.plans-content p{font-size:14px}.contact-content{margin-bottom:48px}.contact-info-section h2,.contact-form-section h2{font-size:20px;margin-bottom:20px}.contact-method{padding:14px}.method-icon{width:40px;height:40px}.method-info h3{font-size:15px}.method-info p{font-size:14px}.method-info span{font-size:12px}.business-info{padding:30px 20px;margin-bottom:32px}.business-card{padding:20px}.business-group h3{font-size:15px}.info-row{flex-direction:column;gap:4px;padding:10px 0}.info-row .label{min-width:auto;font-size:13px}.info-row .value{text-align:left;font-size:13px}}@media (max-width: 375px){.page{padding-top:56px}.page-container{padding:0 12px}.page-header{padding:28px 12px}.page-title{font-size:24px}.section-title{font-size:20px;padding-top:20px}.value-card,.role-card,.culture-item{padding:20px 16px}.mission-section{padding:24px 16px;margin:0 12px 24px}.coming-soon{padding:24px 16px;margin:24px 12px}.origin-card{padding:24px 16px;margin:0 12px}.join-us,.future-plans{padding:24px 16px;margin:24px 12px 40px}.business-info{padding:24px 16px;margin-bottom:28px}.stat-card{margin-bottom:12px}.team-culture{margin-top:24px;margin-bottom:40px}}.mt-20{margin-top:20px;display:block}.form-group select{width:100%;margin-left:0;margin-right:0;display:block}@media (max-width: 768px){.service-mockup{max-width:350px;width:100%;margin:0 auto;padding:0;min-height:unset}}@media (max-width: 480px){.service-mockup{max-width:calc(100vw - 32px);width:100%;margin:0 auto;padding:0;min-height:unset;left:unset;right:unset;transform:none}}@media (max-width: 375px){.service-mockup{max-width:calc(100vw - 24px)}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333;background-color:#fff;overflow-x:hidden}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.2}p{margin:0;line-height:1.6}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}.text-center{text-align:center}.mb-0{margin-bottom:0}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}.mb-5{margin-bottom:40px}.mt-0{margin-top:0}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}.mt-5{margin-top:40px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;-webkit-user-select:none;user-select:none;min-height:44px}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn-primary{background:#000;color:#fff;border:2px solid #000}.btn-primary:hover{background:#333;border-color:#333}.btn-secondary{background:transparent;color:#000;border:2px solid #000}.btn-secondary:hover{background:#000;color:#fff}.btn-outline{background:transparent;color:#666;border:1px solid #e9ecef}.btn-outline:hover{background:#f8f9fa;border-color:#000;color:#000}.loading{display:flex;align-items:center;justify-content:center;padding:40px}.loading:after{content:"";width:20px;height:20px;border:2px solid #e9ecef;border-top:2px solid #000;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-control{width:100%;padding:12px 16px;border:1px solid #e9ecef;border-radius:8px;font-size:16px;transition:border-color .3s ease;min-height:44px}.form-control:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #0000001a}.form-label{display:block;margin-bottom:8px;font-weight:600;color:#000}.card{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:24px;transition:box-shadow .3s ease}.card:hover{box-shadow:0 8px 24px #0000001a}.card-header{margin-bottom:20px}.card-title{font-size:20px;font-weight:600;margin-bottom:8px;color:#000}.card-subtitle{font-size:14px;color:#666}.card-body{margin-bottom:20px}.card-footer{border-top:1px solid #e9ecef;padding-top:16px}.row{display:flex;flex-wrap:wrap;margin:0 -12px}.col{flex:1;padding:0 12px}.col-1{flex:0 0 8.33333%;max-width:8.33333%}.col-2{flex:0 0 16.66667%;max-width:16.66667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333%;max-width:33.33333%}.col-6{flex:0 0 50%;max-width:50%}.col-8{flex:0 0 66.66667%;max-width:66.66667%}.col-9{flex:0 0 75%;max-width:75%}.col-12{flex:0 0 100%;max-width:100%}@media (max-width: 768px){.row{margin:0 -8px}.col{padding:0 8px}.col-1,.col-2,.col-3,.col-4,.col-6,.col-8,.col-9{flex:0 0 100%;max-width:100%}}.fade-in{animation:fadeIn .5s ease-in}.slide-up{animation:slideUp .5s ease-out}.slide-down{animation:slideDown .5s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}*:focus{outline:2px solid transparent;outline-offset:2px}*:focus-visible{outline:2px solid #000;outline-offset:2px}::selection{background:#0000001a;color:#000}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#999}@media print{.header,.footer{display:none}body{font-size:12pt;line-height:1.4}.page{padding-top:0}}@media (max-width: 768px){body{font-size:16px}.container{padding:0 16px}.btn{padding:14px 20px;font-size:16px;min-height:48px}.form-control{font-size:16px;min-height:48px}.mb-3{margin-bottom:20px}.mb-4{margin-bottom:24px}.mb-5{margin-bottom:32px}.mt-3{margin-top:20px}.mt-4{margin-top:24px}.mt-5{margin-top:32px}}@media (max-width: 480px){.container{padding:0 12px}h1{font-size:28px}h2{font-size:24px}h3{font-size:20px}h4{font-size:18px}h5{font-size:16px}h6{font-size:14px}p{font-size:15px;line-height:1.7}}
