*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #E53935;--primary-dark: #C62828;--black: #111111;--white: #FFFFFF;--gray-1: #F7F7F7;--gray-2: #EEEEEE;--gray-3: #CCCCCC;--text: #111111;--text-muted: #666666;--text-light: #999999;--border: rgba(0, 0, 0, .09);--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius: 14px;--shadow: 0 4px 24px rgba(0,0,0,.08);--shadow-md: 0 8px 40px rgba(0,0,0,.12);--dark: var(--gray-1);--dark-2: var(--white);--dark-3: var(--gray-1);--dark-4: var(--gray-2);--border-color: var(--border)}[data-theme=dark]{--black: #FFFFFF;--white: #0D1117;--gray-1: #0D1117;--gray-2: #161B22;--gray-3: #21262D;--text: #E6EDF3;--text-muted: #8B949E;--text-light: #6E7681;--border: rgba(255,255,255,.08);--dark: #0D1117;--dark-2: #161B22;--dark-3: #1C2128;--dark-4: #21262D}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font);background:var(--white);color:var(--text);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}img{max-width:100%}.container{max-width:1180px;margin:0 auto;padding:0 28px}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--primary);color:#fff;font-weight:700;font-size:16px;padding:15px 32px;border-radius:50px;border:none;cursor:pointer;transition:all .2s ease;font-family:var(--font);white-space:nowrap}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 8px 24px #e5393559}.btn-dark{display:inline-flex;align-items:center;gap:8px;background:var(--black);color:var(--white);font-weight:700;font-size:16px;padding:15px 32px;border-radius:50px;border:none;cursor:pointer;transition:all .2s ease;font-family:var(--font);white-space:nowrap}.btn-dark:hover{opacity:.85;transform:translateY(-1px)}.btn-outline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--text);font-weight:600;font-size:15px;padding:13px 28px;border-radius:50px;border:1.5px solid var(--border);cursor:pointer;transition:all .2s ease;font-family:var(--font)}.btn-outline:hover{border-color:var(--primary);color:var(--primary)}.section-tag{display:inline-block;background:#e5393514;color:var(--primary);font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:6px 14px;border-radius:50px;margin-bottom:20px}.section-title{font-size:clamp(36px,5vw,56px);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--text)}.section-subtitle{font-size:18px;color:var(--text-muted);line-height:1.7;max-width:540px}.highlight{color:var(--primary)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;padding:20px 0;transition:all .3s ease}.navbar.scrolled{background:#fffffff0;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);padding:14px 0;box-shadow:0 2px 20px #0000000f}[data-theme=dark] .navbar.scrolled{background:#0d1117f0}.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.logo{display:flex;align-items:center;gap:10px;flex-shrink:0}.logo-icon{width:36px;height:36px;background:var(--primary);color:#fff;font-weight:900;font-size:18px;border-radius:10px;display:flex;align-items:center;justify-content:center}.logo-text{font-size:18px;font-weight:800;letter-spacing:3px;color:var(--text)}.nav-links{display:flex;list-style:none;gap:4px;align-items:center}.nav-links a{font-size:14px;font-weight:500;color:var(--text-muted);padding:8px 14px;border-radius:8px;transition:all .2s}.nav-links a:hover{color:var(--text);background:#0000000d}.nav-get-started{color:var(--primary)!important;font-weight:600!important;background:#e5393512!important;border:1px solid rgba(229,57,53,.2)}.nav-get-started:hover{background:#e5393521!important;border-color:#e5393566}[data-theme=dark] .nav-links a:hover{background:#ffffff0f}.nav-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.nav-cta{font-size:13px;padding:10px 20px}.theme-toggle{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:#0000000d;border:1px solid var(--border);border-radius:8px;color:var(--text-muted);cursor:pointer;transition:all .2s;flex-shrink:0}.theme-toggle:hover{color:var(--primary);border-color:#e539354d;background:#e539350f}[data-theme=dark] .theme-toggle{background:#ffffff0f;border-color:#ffffff1a}.lang-switcher{display:flex;align-items:center;gap:2px}.lang-btn{background:none;border:none;color:var(--text-muted);font-size:12px;font-weight:700;letter-spacing:.5px;cursor:pointer;padding:5px 10px;border-radius:6px;transition:all .2s}.lang-btn.active{background:var(--primary);color:#fff}.lang-btn:hover:not(.active){color:var(--text)}.lang-divider{display:none}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.hamburger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:all .3s}.hamburger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 768px){.hamburger{display:flex}.nav-links{display:none;position:fixed;top:68px;left:0;right:0;background:#fffffff7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;padding:20px 24px;gap:4px;border-bottom:1px solid var(--border);box-shadow:0 8px 24px #00000014}[data-theme=dark] .nav-links{background:#0d1117f7}.nav-links.open{display:flex}.nav-links a{display:block;font-size:16px;padding:12px 16px}.nav-cta{display:none}}.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%,#f0f0f0 100%,#f0f0f0)}.marvel-device.macbook .bottom-bar:after{right:0;background:#f0f0f0;background:linear-gradient(to right,#f0f0f0,#f0f0f0 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}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:120px 0 160px;background:linear-gradient(180deg,var(--dark-2) 0%,var(--dark) 100%);-webkit-user-select:none;user-select:none;cursor:default}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.hero-orb{position:absolute;border-radius:50%;filter:blur(90px);opacity:.18}.orb-1{width:600px;height:600px;background:radial-gradient(circle,var(--primary),transparent);top:-120px;right:-120px}.orb-2{width:420px;height:420px;background:radial-gradient(circle,rgba(229,57,53,.2),transparent);bottom:60px;left:-60px}.hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:60px 60px;-webkit-mask-image:radial-gradient(ellipse at center,black 40%,transparent 80%);mask-image:radial-gradient(ellipse at center,black 40%,transparent 80%)}.hero-content{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.hero-badge{position:relative;display:inline-flex;align-items:center;gap:8px;background:#e5393517;border:1px solid rgba(229,57,53,.22);color:var(--primary);font-size:12px;font-weight:600;letter-spacing:.5px;padding:8px 16px;border-radius:50px;margin-bottom:24px;overflow:hidden}.hero-badge:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(229,80,80,.18) 50%,transparent 100%);transform:translate(-100%);animation:badge-shine 4s ease-in-out 1s infinite}@keyframes badge-shine{0%{transform:translate(-100%)}25%{transform:translate(100%)}to{transform:translate(100%)}}.hero-title{font-size:clamp(48px,6.5vw,80px);font-weight:800;line-height:1;letter-spacing:-.01em;margin-bottom:24px;animation:fadeUp .8s ease both}.hero-desc{font-size:18px;font-weight:400;color:var(--text-muted);line-height:1.75;margin-bottom:36px;max-width:480px;animation:fadeUp .8s .1s ease both}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:48px;animation:fadeUp .8s .2s ease both}.hero-trust{display:flex;align-items:center;gap:10px;flex-wrap:wrap;animation:fadeUp .8s .3s ease both}.trust-item{font-size:13px;color:var(--text-muted);font-weight:500}.trust-dot{width:4px;height:4px;background:var(--border);border-radius:50%;flex-shrink:0}.trust-canada{color:var(--primary);font-weight:600;display:inline-flex;align-items:center;gap:6px}.canada-flag{width:36px;height:18px;border-radius:2px;flex-shrink:0}.hero-visual{position:relative;display:flex;justify-content:flex-start;padding-left:72px;animation:fadeUp .8s .2s ease both}.phone-cluster{position:relative;width:263px;height:568px;flex-shrink:0}.phone-frame-wrapper{position:relative;width:263px;height:568px;animation:float 4s ease-in-out infinite;filter:drop-shadow(0 24px 48px rgba(0,0,0,.35))}.phone-frame-wrapper .marvel-device{transform:scale(.7);transform-origin:top left;position:absolute;top:0;left:0}.phone-frame-wrapper .marvel-device .screen{box-shadow:none}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.phone-screen{height:100%;display:flex;flex-direction:column;background:linear-gradient(180deg,var(--dark-2) 0%,var(--dark-3) 100%)}.phone-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px 8px;font-size:12px;color:var(--text-muted)}.phone-time{font-weight:700;color:var(--text)}.phone-map{flex:1;background:url(/images/mapWithDot.png) center / cover no-repeat;position:relative;overflow:hidden}[data-theme=dark] .phone-map:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0a1073;z-index:0}.phone-map .map-route{position:relative;z-index:1}.map-route{position:absolute;left:50%;top:20%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:0}.route-dot{width:12px;height:12px;border-radius:50%;border:2px solid #ffffff}.route-dot.pickup{background:var(--primary)}.route-dot.dropoff{background:#1565c0}.route-line{width:2px;height:80px;background:linear-gradient(var(--primary),#1565C0);opacity:.6}.phone-ride-card{background:var(--dark-2);border-top:1px solid var(--border);padding:16px;display:flex;flex-direction:column;gap:12px}.ride-info{display:flex;justify-content:space-between;align-items:center}.ride-driver{display:flex;align-items:center;gap:10px}.driver-avatar{width:36px;height:36px;background:var(--primary);color:#fff;font-weight:800;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px}.driver-name{font-size:13px;font-weight:600;color:var(--text)}.driver-rating{font-size:11px;color:var(--primary)}.ride-eta{text-align:right}.eta-time{font-size:22px;font-weight:800;color:var(--primary);display:block;line-height:1}.eta-label{font-size:11px;color:var(--text-muted)}.ride-price{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--text-muted)}.price{font-size:16px;font-weight:700;color:var(--text)}.confirm-btn{background:var(--primary);color:#fff;font-weight:700;font-size:13px;border:none;border-radius:12px;padding:10px;cursor:pointer;width:100%}.floating-card{position:absolute;background:var(--dark-2);border:1px solid var(--border);border-radius:14px;padding:12px 16px;display:flex;align-items:center;gap:12px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow-md)}.fc-icon{color:var(--primary);width:36px;height:36px;background:#e539351f;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fc-title{font-size:13px;font-weight:600;color:var(--text)}.fc-sub{font-size:11px;color:var(--text-muted)}.card-1{top:55px;left:-60px;animation:float 4s .5s ease-in-out infinite}.card-2{bottom:90px;right:-60px;animation:float 4s 1s ease-in-out infinite}.scroll-indicator{position:absolute;bottom:32px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--text-muted);font-size:12px;letter-spacing:1px;text-transform:uppercase}.scroll-line{width:1px;height:40px;background:linear-gradient(var(--primary),transparent)}@media (max-width: 1024px){.hero-content{grid-template-columns:1fr;gap:60px;text-align:center}.hero-desc{margin:0 auto 36px}.hero-actions,.hero-trust{justify-content:center}.hero-stats{justify-content:center;flex-wrap:wrap;gap:16px}.hero-visual,.scroll-indicator{display:none}}@media (max-width: 640px){.hero{padding:100px 0 80px}.hero-title{font-size:clamp(32px,9vw,48px)}.hero-desc{font-size:16px}.hero-stats{gap:12px 20px}.stat-num{font-size:22px}.stat-divider{display:none}.stat{align-items:center;min-width:80px}}.how-it-works{padding:80px 0;background:var(--white)}[data-theme=dark] .how-it-works{background:var(--dark-2)}.hiw-header{text-align:center;margin-bottom:72px}.hiw-header .section-subtitle{margin:16px auto 0;max-width:520px}.hiw-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.hiw-step{background:var(--gray-1);border:1px solid var(--border);border-radius:20px;padding:32px 24px;position:relative;transition:border-color .2s,box-shadow .2s}[data-theme=dark] .hiw-step{background:#1a1a1a;border-color:#ffffff12}.hiw-step:hover{border-color:#e539354d;box-shadow:0 8px 32px #e539350f}.step-icon-wrap{margin-bottom:20px}.step-icon{width:52px;height:52px;background:#e5393514;border:1px solid rgba(229,57,53,.15);border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--primary)}[data-theme=dark] .step-icon{background:#e5393526;border-color:#e5393540}.step-num{display:block;font-size:11px;font-weight:800;color:var(--primary);letter-spacing:2px;font-family:monospace;margin-bottom:10px;opacity:.7}.step-title{font-size:17px;font-weight:700;color:var(--text);margin-bottom:10px;line-height:1.3}[data-theme=dark] .step-title{color:#fff}.step-desc{font-size:14px;color:var(--text-muted);line-height:1.7}[data-theme=dark] .step-desc{color:#ffffff80}.hiw-cta{display:flex;flex-direction:column;align-items:center;gap:14px;margin-top:64px}.hiw-note{font-size:13px;color:var(--text-muted)}@media (max-width: 960px){.hiw-steps{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.hiw-steps{grid-template-columns:1fr}}.services{padding:30px 0;background:var(--white, #fff)}.services-header{text-align:center;margin-bottom:32px}.services-header .section-subtitle{margin:16px auto 0}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card{background:var(--gray-1, #F7F7F7);border-radius:20px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-6px);box-shadow:0 24px 56px #0000001a}.service-img-wrap{height:240px;overflow:hidden}.service-card-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.service-card:hover .service-card-img{transform:scale(1.06)}.service-body{padding:22px 22px 26px}.service-icon-wrap{width:40px;height:40px;background:color-mix(in srgb,var(--card-color, var(--primary)) 12%,transparent);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;color:var(--card-color, var(--primary))}.service-title{font-size:17px;font-weight:700;margin-bottom:6px;color:var(--text)}.service-desc{font-size:14px;color:var(--text-muted);line-height:1.6;margin-bottom:14px}.service-features{list-style:none;display:flex;flex-direction:column;gap:5px}.service-features li{font-size:13px;color:var(--text-muted);display:flex;align-items:center;gap:7px}.check{color:var(--card-color, var(--primary));font-weight:700;font-size:12px;flex-shrink:0}@media (max-width: 1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.services-grid{grid-template-columns:1fr}.service-img-wrap{height:200px}}.feature-section{padding:30px 0;background:var(--gray-1)}.comfort-section{background:var(--white)}.comfort-split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.comfort-split-img{display:flex;align-items:center}.comfort-photo{width:100%;height:480px;object-fit:cover;border-radius:24px;display:block;box-shadow:0 24px 60px #0000001f}.comfort-split-content .section-tag{margin-bottom:16px}.comfort-split-content .section-title{margin-bottom:36px}.comfort-list{display:flex;flex-direction:column;gap:14px}.comfort-card{display:flex;align-items:flex-start;gap:16px;padding:18px 20px;background:var(--gray-1);border:1px solid var(--border);border-radius:14px;transition:border-color .2s}.comfort-card:hover{border-color:#e5393540}.comfort-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:10px;background:#e5393514;color:var(--primary);flex-shrink:0}.comfort-card h3{margin-bottom:4px;font-size:15px;font-weight:600;color:var(--text)}.comfort-card p{font-size:13px;color:var(--text-muted);line-height:1.6}@media (max-width: 1024px){.comfort-split{grid-template-columns:1fr;gap:48px}.comfort-photo{height:320px}}.driver{padding:80px 0;background:var(--gray-1, #F7F7F7)}[data-theme=dark] .driver{background:#111}.driver-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.driver-img-wrap{position:relative}.driver-photo{width:100%;height:520px;object-fit:cover;border-radius:24px;display:block}.driver-content .section-tag{background:#e5393514;border-color:#e5393533;color:var(--primary)}.driver-content .section-title{color:var(--text)}.driver-content .section-subtitle{color:var(--text-muted)}[data-theme=dark] .driver-content .section-tag{background:#e5393526;border-color:#e539354d;color:#ff6b6b}[data-theme=dark] .driver-content .section-title{color:#fff}[data-theme=dark] .driver-content .section-subtitle{color:#fff9}.driver-perks{display:flex;flex-direction:column;gap:20px}.driver-perk{display:flex;align-items:flex-start;gap:16px}.perk-icon{width:44px;height:44px;background:#e5393514;border:1px solid rgba(229,57,53,.15);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--primary);flex-shrink:0}[data-theme=dark] .perk-icon{background:#e5393526;border-color:#e5393540}.perk-title{font-size:15px;font-weight:700;color:var(--text);margin-bottom:3px}.perk-desc{font-size:13px;color:var(--text-muted);line-height:1.5}[data-theme=dark] .perk-title{color:#fff}[data-theme=dark] .perk-desc{color:#ffffff8c}@media (max-width: 1024px){.driver-inner{grid-template-columns:1fr;gap:48px}.driver-photo{height:380px}}.faq{padding:80px 0;background:var(--gray-1)}.faq-header{text-align:center;margin-bottom:56px}.faq-list{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.faq-item{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:20px 24px;cursor:pointer;transition:border-color .2s}.faq-item.open{border-color:#e5393540}.faq-question{display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:16px;font-weight:600;color:var(--text)}.faq-icon{font-size:22px;font-weight:300;color:var(--primary);flex-shrink:0;line-height:1;transition:transform .3s ease}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-answer{overflow:hidden;height:0;transition:height .35s ease}.faq-answer-inner{padding-top:28px;font-size:15px;color:var(--text-muted);line-height:1.7;border-top:1px solid var(--border)}.faq-canada-flag{display:inline;width:28px;height:14px;border-radius:2px;vertical-align:middle;margin-right:6px;position:relative;top:-1px}@media (max-width: 640px){.faq-question{font-size:15px}}.download{padding:30px 0;position:relative;overflow:hidden;background:var(--dark)}.download-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.dl-orb{position:absolute;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(229,57,53,.08) 0%,transparent 70%);left:50%;top:50%;transform:translate(-50%,-50%)}.download-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.download-content .section-subtitle{max-width:480px}.app-buttons{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:28px}.store-btn{display:flex;align-items:center;gap:14px;background:var(--dark-3);border:1px solid var(--border);border-radius:16px;padding:14px 24px;color:var(--text);cursor:pointer;transition:all .2s;min-width:180px;flex:1}.store-btn:hover{border-color:var(--primary);background:#e539350d;transform:translateY(-2px);box-shadow:0 8px 24px #e5393526}.store-label{font-size:11px;color:var(--text-muted);font-weight:500}.store-name{font-size:17px;font-weight:700;color:var(--text);line-height:1.2}.promo-badge{display:inline-flex;align-items:center;gap:6px;background:#e5393514;border:1px solid rgba(229,57,53,.2);color:var(--primary);font-size:14px;padding:10px 20px;border-radius:50px;flex-wrap:nowrap;white-space:nowrap}.download-visual{display:flex;align-items:center;justify-content:center}.dl-photo{width:100%;height:420px;object-fit:cover;border-radius:24px;display:block;box-shadow:0 24px 60px #00000026}.qr-card{background:var(--dark-3);border:1px solid var(--border);border-radius:24px;padding:32px;text-align:center;width:240px}.qr-placeholder{width:160px;height:160px;margin:0 auto 16px;background:var(--dark-4);border-radius:12px;display:flex;align-items:center;justify-content:center}.qr-inner{display:flex;flex-direction:column;align-items:center;gap:12px}.qr-logo{width:32px;height:32px;background:var(--primary);color:#000;font-weight:900;font-size:16px;border-radius:8px;display:flex;align-items:center;justify-content:center}.qr-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:3px;width:80px}.qr-cell{width:12px;height:12px;border-radius:2px}.qr-label{font-size:13px;color:var(--text-muted);font-weight:500}.rating-card{background:var(--dark-3);border:1px solid var(--border);border-radius:16px;padding:20px 32px;text-align:center}.stars{color:var(--primary);font-size:18px;letter-spacing:2px;margin-bottom:4px}.rating-num{font-size:36px;font-weight:900;color:var(--text);letter-spacing:-.02em;line-height:1}.rating-label{font-size:13px;color:var(--text-muted);margin-top:4px}@media (max-width: 1024px){.download-inner{grid-template-columns:1fr;gap:32px;text-align:center}.download-content .section-subtitle{margin:0 auto}.app-buttons{justify-content:center}.download-visual{flex-direction:row;flex-wrap:wrap;justify-content:center}}@media (max-width: 640px){.app-buttons{flex-direction:row;flex-wrap:nowrap;gap:10px}.store-btn{min-width:0;padding:12px 14px;gap:10px}.store-name{font-size:14px}.store-label{font-size:10px}.promo-badge{font-size:12px;padding:8px 14px;white-space:normal;text-align:center;justify-content:center}.dl-photo{height:260px}}.contact{padding:80px 0;background:var(--white);border-top:1px solid var(--border)}.contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.contact-desc{font-size:16px;color:var(--text-muted);line-height:1.75;margin-top:20px;margin-bottom:40px}.contact-details{display:flex;flex-direction:column;gap:20px;margin-bottom:40px}.contact-item{display:flex;align-items:center;gap:16px}.ci-icon{width:48px;height:48px;background:#e5393514;border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--primary);flex-shrink:0}.ci-label{font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-muted);margin-bottom:2px}.ci-value{font-size:15px;font-weight:600;color:var(--text);transition:color .2s}a.ci-value:hover{color:var(--primary)}.contact-socials{display:flex;gap:10px}.cs-btn{width:40px;height:40px;background:var(--gray-1);border:1px solid var(--border);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:var(--text-muted);cursor:pointer;transition:all .2s}.cs-btn:hover{border-color:var(--primary);color:var(--primary)}.contact-form-wrap{background:var(--gray-1);border:1px solid var(--border);border-radius:24px;padding:40px}.contact-form{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:13px;font-weight:600;color:var(--text-light);letter-spacing:.3px}.form-group input,.form-group select,.form-group textarea{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:12px 16px;color:var(--text);font-family:var(--font);font-size:15px;outline:none;transition:border-color .2s;width:100%}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted)}.form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238888A0' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;cursor:pointer}.form-group select option{background:var(--white);color:var(--text)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #e539351a}.form-group textarea{resize:vertical;min-height:120px}.form-error{color:var(--primary);font-size:13px;margin-bottom:8px}.submit-btn{width:100%;justify-content:center;font-size:16px;padding:16px;border-radius:14px}.sent-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:16px;min-height:360px}.sent-icon{width:72px;height:72px;background:#e539351a;border:2px solid var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;color:var(--primary)}.sent-state h3{font-size:24px;font-weight:700;color:var(--text)}.sent-state p{font-size:15px;color:var(--text-muted);max-width:280px}@media (max-width: 1024px){.contact-inner{grid-template-columns:1fr;gap:48px}}@media (max-width: 560px){.form-row{grid-template-columns:1fr}.contact-form-wrap{padding:24px}}.footer{background:#111;padding:72px 0 0}.footer-top{display:grid;grid-template-columns:260px 1fr;gap:80px;padding-bottom:56px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-brand{display:flex;flex-direction:column;gap:18px}.footer-brand .logo{display:flex;align-items:center;gap:10px}.footer-brand .logo-icon{width:36px;height:36px;background:var(--primary);color:#fff;font-weight:900;font-size:18px;border-radius:10px;display:flex;align-items:center;justify-content:center}.footer-brand .logo-text{font-size:18px;font-weight:800;letter-spacing:3px;color:#fff}.footer-tagline{font-size:14px;color:#ffffff73;line-height:1.7}.footer-socials{display:flex;gap:8px}.fsocial{width:34px;height:34px;background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#ffffff73;transition:all .2s;cursor:pointer}.fsocial:hover{border-color:var(--primary);color:var(--primary);background:#e5393514}.footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.footer-col-heading{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#ffffff80;margin-bottom:16px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:9px}.footer-col ul li a{font-size:14px;color:#fff6;transition:color .2s}.footer-col ul li a:hover{color:#ffffffd9}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:20px 0;flex-wrap:wrap;gap:12px}.footer-bottom-left{display:flex;align-items:center;gap:20px;font-size:13px;color:#ffffff4d;flex-wrap:wrap}.footer-flag{font-size:13px;color:#ffffff4d}.footer-bottom-right a{font-size:13px;color:#ffffff4d;transition:color .2s}.footer-bottom-right a:hover{color:var(--primary)}@media (max-width: 1024px){.footer-top{grid-template-columns:1fr;gap:40px}.footer-links{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.footer-links{grid-template-columns:1fr 1fr;gap:28px}.footer-bottom{flex-direction:column;align-items:flex-start}}.loader-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fff,#f8f5f3);z-index:100000}.loader-box{display:flex;flex-direction:column;align-items:center;gap:12px}.loader-car{font-size:56px;filter:drop-shadow(0 8px 20px rgba(0,0,0,.16));animation:loader-drive 1.2s ease-in-out 0s 1 both}.loader-text{font-weight:900;letter-spacing:2px;color:var(--primary);font-size:18px}@keyframes loader-drive{0%{transform:translate(-140%);opacity:0}40%{transform:translate(0);opacity:1}to{transform:translate(140%);opacity:0}}@media (prefers-reduced-motion: reduce){.loader-car{animation:none}}.cs-page{position:relative;min-height:calc(100vh - 72px);background:linear-gradient(135deg,#fdf6f0,#f5ede3);display:flex;align-items:center;overflow:hidden}[data-theme=dark] .cs-page{background:linear-gradient(135deg,#0a0a10,#12121a)}.cs-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(0,0,0,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.04) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}[data-theme=dark] .cs-grid{background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px)}.cs-left{position:relative;z-index:1;flex:1;padding:80px 64px;display:flex;flex-direction:column;align-items:flex-start;gap:24px}.cs-badge{display:inline-flex;align-items:center;gap:8px;background:#e5393514;border:1px solid rgba(229,57,53,.25);color:#e53935;font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;padding:8px 18px;border-radius:50px}.cs-badge:before{content:"";width:6px;height:6px;background:#e53935;border-radius:50%;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.cs-title{font-size:clamp(40px,5vw,64px);font-weight:800;line-height:1.1;color:#111;letter-spacing:-.02em}[data-theme=dark] .cs-title{color:#fff}.cs-highlight{color:#e53935}.cs-desc{font-size:16px;color:#666;line-height:1.75;max-width:380px}[data-theme=dark] .cs-desc{color:#ffffff80}.cs-back{display:inline-flex;align-items:center;gap:8px;background:#e53935;color:#fff;font-weight:700;font-size:15px;padding:14px 32px;border-radius:50px;border:none;cursor:pointer;transition:background .2s,transform .2s;margin-top:8px}.cs-back:hover{background:#c62828;transform:translateY(-2px)}.cs-right{position:relative;z-index:1;flex:1;display:flex;align-items:center;justify-content:center;padding:48px 48px 48px 0}.cs-img{width:100%;max-width:480px;height:auto;border-radius:24px;box-shadow:0 24px 64px #0000001f}@media (max-width: 768px){.cs-page{flex-direction:column}.cs-left{padding:48px 24px 24px;align-items:center;text-align:center}.cs-desc{margin:0 auto}.cs-right{padding:0 24px 48px}.cs-img{max-width:100%}}.cs-nav{position:sticky;top:0;z-index:100;background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.07);padding:0 40px;height:72px;display:flex;align-items:center}[data-theme=dark] .cs-nav{background:#0a0a10d9;border-bottom:1px solid rgba(255,255,255,.06)}.cs-nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none}
