/** Shopify CDN: Minification failed

Line 2188:0 Unexpected "{"
Line 2188:1 Expected identifier but found "%"
Line 2189:0 Unexpected "{"
Line 2190:0 Expected identifier but found "\"name\""
Line 2211:0 Unexpected "{"
Line 2212:0 Expected identifier but found "\"name\""
Line 2227:0 Unexpected "{"
Line 2228:0 Expected identifier but found "\"name\""
Line 2243:0 Unexpected "{"
Line 2244:0 Expected identifier but found "\"name\""
... and 14 more hidden warnings

**/
/* =================================================

MAGICSHINE HERO V2

================================================ */

/* na */

.magicshine-dealer {

font-family:poppins;
background:#0A0A0A;
color:#fff;
overflow:hidden;
}
.magic-container{
max-width:1280px;
margin:auto;
padding-left:24px;
padding-right:24px;
}

.dealer-nav{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:99999;

    background:rgba(8,8,10,.92);
    backdrop-filter:blur(15px);

    transform:translateY(-120%);
    opacity:0;

    transition:
    transform .4s ease,
    opacity .4s ease;
}

.dealer-nav.active{
    transform:translateY(0);
    opacity:1;
}

.dealer-nav-inner{
    max-width:1400px;
    height:80px;
    margin:auto;

    display:flex;
    align-items:center;
    justify-content:space-between;
}


.dealer-logo{
display:flex;
align-items:center;
height:64px;
}

.dealer-logo a{
display:flex;
align-items:center;
}

.dealer-logo img{
width:150px;
height:auto;
display:block;
object-fit:contain;
transition:.3s;
}
.dealer-logo img:hover{
transform:scale(1.05);
}

.dealer-links{
display:flex;
gap:32px;
align-items:center;
}

.dealer-links a{
font-size:14px;
color:#ccc;
text-decoration:none;
transition:.3s;
}

.dealer-links a:hover{
color:#fff;
}

.dealer-btn{
background:#FF5A00;
padding:10px 22px;
color:#fff!important;
font-weight:600;
}

/* Part1 */

.ms-tech-hero-v2{
position:relative;
height:100vh;
min-height:760px;
background:#050608;
overflow:hidden;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
h1,h2,h3,h4{
color: #ffffff ! important;
}
}

/* -------------------------
Video
------------------------- */

.ms-hero-video{
position:absolute;
inset:0;
z-index:1;
}

.ms-hero-video video{
width:100%;
height:100%;
object-fit:cover;
opacity:.55;
}


/* -------------------------
Overlay
------------------------- */

.ms-hero-overlay{
position:absolute;
inset:0;
z-index:2;
background:
linear-gradient(
180deg,
rgba(5,6,8,.25),
rgba(5,6,8,.75)
);
}

/* -------------------------
Glow
------------------------- */

.ms-hero-glow{
position:absolute;
width:700px;
height:700px;
background:
radial-gradient(
circle,
rgba(255,75,20,.25),
transparent 70%
);

filter:blur(80px);
top:-250px;
right:-180px;
z-index:1;
animation:
msGlowMove 8s ease-in-out infinite;
}

@keyframes msGlowMove{
0%,100%{
transform:translate(0,0);
opacity:.8;
}

50%{
transform:translate(-80px,60px);
opacity:1;
}
}


/* -------------------------
Content
------------------------- */

.ms-hero-content-v2{
position:relative;
z-index:3;
max-width:1000px;
text-align:center;
padding:30px;
animation:
msHeroFade 1.2s ease forwards;
}

@keyframes msHeroFade{
from{
opacity:0;
transform:translateY(50px);
}

to{
opacity:1;
transform:none;
}
}

.ms-tech-eyebrow{
font-size:13px;
letter-spacing:4px;
color:#b8b8b8;
margin-bottom:35px;
}

.ms-hero-content-v2 h1{
font-size:96px;
line-height:1;
letter-spacing:-4px;
font-weight:700;
margin:0;
}

.ms-hero-content-v2 h1 span{
background:
linear-gradient(
90deg,
#ffffff,
#ffb199
);

-webkit-background-clip:text;
color:transparent;
}

.ms-hero-description{
max-width:650px;
margin:40px auto;
font-size:20px;
line-height:1.7;
color:#c5c5c5;
}

/* Button */

.ms-hero-button{
display:inline-flex;
align-items:center;
justify-content:center;
padding:17px 38px;
border-radius:50px;
border:
1px solid rgba(255,255,255,.25);
color:white;
text-decoration:none;
font-size:14px;
letter-spacing:1.5px;
transition:.35s;
}

.ms-hero-button:hover{
background:#ff4b14;
border-color:#ff4b14;
transform:translateY(-4px);
}

/* -------------------------
Scroll
------------------------- */

.ms-scroll-indicator{
position:absolute;
bottom:45px;
z-index:3;
display:flex;
flex-direction:column;
align-items:center;
gap:15px;
font-size:11px;
letter-spacing:3px;
color:#aaa;
}

.ms-scroll-indicator span{
width:1px;
height:55px;
background:
linear-gradient(
#ff4b14,
transparent
);
animation:
scrollMove 2s infinite;
}

@keyframes scrollMove{
0%{
opacity:0;
transform:translateY(-15px);
}
50%{
opacity:1;
}
100%{
opacity:0;
transform:translateY(20px);
}
}

/* =========================

Mobile

========================= */

@media(max-width:768px){
.ms-tech-hero-v2{
min-height:700px;
}

.ms-hero-content-v2 h1{
font-size:52px;
letter-spacing:-2px;
}

.ms-hero-description{
font-size:16px;
}

.ms-hero-glow{
width:400px;
height:400px;
}
}


/* Part2 */

.support-top-line{
position:absolute;
top:0;
left:0;
width:100%;
height:1px;
background:
linear-gradient(
90deg,
transparent,
rgba(249,115,22,.5),
transparent
);

}


.ms-ant-v2{
position:relative;
padding:140px 20px;
background:#050608;
color:#fff;overflow:hidden;
h1,h2,h3,h4{
color: #ffffff ! important;
}

}

.ms-ant-glow{
position:absolute;
width:500px;
height:500px;
right:-150px;
top:50%;
transform:translateY(-50%);
background:radial-gradient(circle,rgba(255,75,20,.18),transparent 70%);
filter:blur(80px)
}

.ms-ant-container{
max-width:1300px;
margin:auto;
display:grid;
grid-template-columns:1.15fr .85fr;
gap:90px;
align-items:center
}

.ms-ant-media{
position:relative;
border-radius:28px;
overflow:hidden;
background:#111
}

.ms-ant-media video{
display:block;
width:100%;
height:650px;
object-fit:cover
}

.ms-ant-placeholder{
height:650px;
display:flex;
align-items:center;
justify-content:center;
background:#111;
color:#666;
font-size:30px
}

.ms-ant-frame{
position:absolute;
inset:20px;
border:1px solid rgba(255,255,255,.08);
border-radius:20px;
pointer-events:none
}

.ms-ant-label{font-size:12px;letter-spacing:4px;color:#ff7b52;margin-bottom:25px}
.ms-ant-content h2{font-size:110px;line-height:1;margin:0;letter-spacing:-5px}
.ms-ant-content h3{font-size:32px;font-weight:500;margin:20px 0;color:#fff}
.ms-ant-desc{font-size:18px;line-height:1.8;color:#a1a1aa;max-width:480px}
.ms-ant-status{margin-top:45px}
.ms-ant-status div{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:15px;color:#ddd}
.ms-ant-status span{display:inline-block;width:8px;height:8px;border-radius:50%;background:#ff4b14;margin-right:15px;box-shadow:0 0 15px #ff4b14}
.ms-ant-signal{display:flex;gap:8px;margin-top:40px}
.ms-ant-signal i{width:8px;height:8px;border-radius:50%;background:#ff4b14;animation:msAntPulse 1.8s infinite}
.ms-ant-signal i:nth-child(2){animation-delay:.3s}
.ms-ant-signal i:nth-child(3){animation-delay:.6s}
@keyframes msAntPulse{0%,100%{opacity:.2;transform:scale(.8)}50%{opacity:1;transform:scale(1.4);box-shadow:0 0 20px #ff4b14}}
@media(max-width:900px){
.ms-ant-container{grid-template-columns:1fr;gap:50px}
.ms-ant-media video,.ms-ant-placeholder{height:450px}
.ms-ant-content h2{font-size:75px}
.ms-ant-content h3{font-size:25px}
}
@media(max-width:600px){
.ms-ant-v2{padding:90px 20px}
.ms-ant-content h2{font-size:60px}
.ms-ant-desc{font-size:16px}
}

/* Part3 */

.ms-ftr-v2{
    position:relative;
    padding:160px 20px;
    background:#050608;
    color:#fff;
    overflow:hidden;
    text-align:center;
    h1,h2,h3,h4{
    color: #ffffff ! important;
}}
.ms-ftr-glow{position:absolute;width:650px;height:650px;left:50%;top:-250px;transform:translateX(-50%);background:radial-gradient(circle,rgba(255,75,20,.18),transparent 70%);filter:blur(100px)}
.ms-ftr-container{max-width:1300px;margin:auto;position:relative}
.ms-ftr-header{max-width:850px;margin:auto}
.ms-ftr-label{font-size:12px;letter-spacing:4px;color:#ff7b52;margin-bottom:30px}
.ms-ftr-header h2{font-size:150px;line-height:1;margin:0;letter-spacing:-8px}
.ms-ftr-header h3{font-size:36px;font-weight:500;margin:25px 0}
.ms-ftr-header>p:last-child{max-width:650px;margin:30px auto 70px;color:#a1a1aa;font-size:18px;line-height:1.8}
.ms-ftr-video{position:relative;max-width:1100px;margin:auto;border-radius:35px;overflow:hidden;background:#111}
.ms-ftr-video video{width:100%;height:620px;object-fit:cover;display:block}
.ms-ftr-placeholder{height:620px;display:flex;align-items:center;justify-content:center;font-size:30px;color:#666;background:#111}
.ms-ftr-border{position:absolute;inset:20px;border:1px solid rgba(255,255,255,.1);border-radius:25px;pointer-events:none}
.ms-ftr-control{position:relative;height:180px;margin-top:40px;display:flex;justify-content:center;align-items:center}
.ms-ftr-device{width:70px;height:100px;border-radius:35px;background:#151515;border:1px solid rgba(255,255,255,.15);display:flex;justify-content:center;align-items:center;z-index:2}
.ms-ftr-button{width:20px;height:20px;border-radius:50%;background:#ff4b14;box-shadow:0 0 25px #ff4b14}
.ms-ftr-wave{position:absolute;border:1px solid rgba(255,75,20,.35);border-radius:50%;animation:msFtrWave 2.5s infinite}
.wave-1{width:140px;height:140px}
.wave-2{width:220px;height:220px;animation-delay:.4s}
.wave-3{width:320px;height:320px;animation-delay:.8s}
@keyframes msFtrWave{
0%{opacity:.8;transform:scale(.7)}
100%{opacity:0;transform:scale(1)}
}
.ms-ftr-features{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:70px;text-align:left}
.ms-ftr-features div{padding:35px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:22px}
.ms-ftr-features span{font-size:12px;color:#ff4b14;letter-spacing:2px}
.ms-ftr-features h4{font-size:22px;margin:15px 0}
.ms-ftr-features p{font-size:15px;color:#a1a1aa;line-height:1.6;margin:0}
@media(max-width:900px){
.ms-ftr-v2{padding:100px 20px}
.ms-ftr-header h2{font-size:90px;letter-spacing:-4px}
.ms-ftr-header h3{font-size:26px}
.ms-ftr-video video,.ms-ftr-placeholder{height:420px}
.ms-ftr-features{grid-template-columns:1fr}
}
@media(max-width:600px){
.ms-ftr-header h2{font-size:70px}
.ms-ftr-header>p:last-child{font-size:16px}
}

/* Part4 */

.ms-di2-v2{
position:relative;
padding:160px 20px;
background:#050608;
color:#fff;
overflow:hidden;
h1,h2,h3,h4{
color: #ffffff ! important;
}
}

.ms-di2-glow{
position:absolute;
width:600px;
height:600px;
left:-200px;
top:50%;
transform:translateY(-50%);
background:radial-gradient(circle,rgba(255,75,20,.18),transparent 70%);
filter:blur(100px);
}

.ms-di2-container{
max-width:1300px;
margin:auto;
display:grid;
grid-template-columns:.85fr 1.15fr;
gap:90px;
align-items:center;
}

.ms-di2-label{
font-size:12px;
letter-spacing:4px;
color:#ff7b52;
margin-bottom:30px;
}

.ms-di2-content h2{
font-size:120px;
line-height:1;
letter-spacing:-6px;
margin:0;
}

.ms-di2-content h3{
font-size:32px;
font-weight:500;
margin:25px 0;
}

.ms-di2-content>p{
font-size:18px;
line-height:1.8;
color:#a1a1aa;
max-width:500px;
}

.ms-di2-system{
margin-top:50px;
display:flex;
flex-direction:column;
gap:18px;
}

.ms-di2-node{
display:flex;
align-items:center;
gap:15px;
font-size:14px;
letter-spacing:1px;
color:#bdbdbd;
}

.ms-di2-node span{
width:12px;
height:12px;
border-radius:50%;
background:#555;
display:block;
}

.ms-di2-node.active span{
background:#ff4b14;
box-shadow:0 0 20px #ff4b14;
}

.ms-di2-line{
height:45px;
margin-left:5px;
border-left:1px solid rgba(255,255,255,.15);
position:relative;
}

.ms-di2-line i{
position:absolute;
width:3px;
height:15px;
background:#ff4b14;
left:-2px;
top:0;
animation:msDi2Flow 2s infinite;
}

@keyframes msDi2Flow{
0%{
top:0;
opacity:0;
}
30%{
opacity:1;
}
100%{
top:30px;
opacity:0;
}
}


.ms-di2-media{
position:relative;
border-radius:35px;
overflow:hidden;
background:#111;
}

.ms-di2-media video{
display:block;
width:100%;
height:650px;
object-fit:cover;
}

.ms-di2-placeholder{
height:650px;
display:flex;
justify-content:center;
align-items:center;
background:#111;
color:#666;
font-size:30px;
}

.ms-di2-frame{
position:absolute;
inset:20px;
border-radius:25px;
border:1px solid rgba(255,255,255,.1);
pointer-events:none;
}


@media(max-width:900px){

.ms-di2-container{
grid-template-columns:1fr;
gap:50px;
}

.ms-di2-content h2{
font-size:80px;
}

.ms-di2-media video,
.ms-di2-placeholder{
height:450px;
}

}


@media(max-width:600px){

.ms-di2-v2{
padding:100px 20px;
}

.ms-di2-content h2{
font-size:65px;
}

.ms-di2-content h3{
font-size:24px;
}

.ms-di2-content>p{
font-size:16px;
}

}

/* Part5 */
.ms-magiclock-v2{
position:relative;
padding:170px 20px;
background:#050608;
color:#fff;
overflow:hidden;
text-align:center;
h1,h2,h3,h4{
color: #ffffff ! important;
}
}

.ms-magiclock-glow{
position:absolute;
width:700px;
height:700px;
left:50%;
top:0;
transform:translateX(-50%);
background:radial-gradient(circle,rgba(255,75,20,.2),transparent 70%);
filter:blur(120px);
}

.ms-magiclock-container{
max-width:1300px;
margin:auto;
position:relative;
}

.ms-magiclock-label{
font-size:12px;
letter-spacing:4px;
color:#ff7b52;
margin-bottom:30px;
}

.ms-magiclock-header h2{
font-size:100px;
letter-spacing:-5px;
line-height:1;
margin:0;
}

.ms-magiclock-header h3{
font-size:38px;
font-weight:500;
margin:25px 0;
}

.ms-magiclock-header p:last-child{
max-width:650px;
margin:0 auto;
font-size:18px;
line-height:1.8;
color:#a1a1aa;
}


.ms-magiclock-stage{
position:relative;
height:650px;
margin-top:90px;
display:flex;
justify-content:center;
align-items:center;
}


.ms-magiclock-video{
position:relative;
z-index:2;
width:900px;
height:560px;
border-radius:35px;
overflow:hidden;
background:#111;
}


.ms-magiclock-video video{
width:100%;
height:100%;
object-fit:cover;
}


.ms-magiclock-placeholder{
width:900px;
height:560px;
display:flex;
align-items:center;
justify-content:center;
background:#111;
border-radius:35px;
font-size:30px;
color:#666;
position:relative;
z-index:2;
}



.ms-magiclock-ring{
position:absolute;
left:50%;
top:50%;
transform:translate(-50%,-50%);
border-radius:50%;
border:1px solid rgba(255,75,20,.25);
}


.ring-1{
width:700px;
height:700px;
animation:
magicPulse 4s infinite;
}


.ring-2{
width:850px;
height:850px;
animation:
magicPulse 4s infinite .8s;
}



@keyframes magicPulse{

0%{
opacity:.2;
transform:translate(-50%,-50%) scale(.8);
}

50%{
opacity:1;
}

100%{
opacity:0;
transform:translate(-50%,-50%) scale(1.05);
}

}



.ms-magiclock-features{
margin-top:70px;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
text-align:left;
}


.ms-magiclock-features div{
padding:40px 35px;
border-radius:24px;
background:rgba(255,255,255,.03);
border:1px solid rgba(255,255,255,.08);
}


.ms-magiclock-features span{
font-size:12px;
letter-spacing:3px;
color:#ff4b14;
}


.ms-magiclock-features h4{
font-size:18px;
margin:18px 0;
}


.ms-magiclock-features p{
font-size:15px;
line-height:1.7;
color:#a1a1aa;
margin:0;
}


@media(max-width:900px){

.ms-magiclock-header h2{
font-size:65px;
}

.ms-magiclock-stage{
height:450px;
}

.ms-magiclock-video,
.ms-magiclock-placeholder{
width:100%;
height:380px;
}

.ms-magiclock-ring{
display:none;
}

.ms-magiclock-features{
grid-template-columns:1fr;
}

}


@media(max-width:600px){

.ms-magiclock-v2{
padding:100px 20px;
}

.ms-magiclock-header h2{
font-size:50px;
}

.ms-magiclock-header h3{
font-size:28px;
}

.ms-magiclock-header p:last-child{
font-size:16px;
}

}


/* Part6 */

.ms-peloton-v2{
position:relative;
height:100vh;
min-height:850px;
background:#050608;
overflow:hidden;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
h1,h2,h3,h4{
color: #ffffff ! important;
}
}

.ms-peloton-video{
position:absolute;
inset:0;
}

.ms-peloton-video video{
width:100%;
height:100%;
object-fit:cover;
opacity:.55;
}

.ms-peloton-placeholder{
width:100%;
height:100%;
display:flex;
align-items:center;
justify-content:center;
background:#111;
color:#666;
font-size:30px;
}

.ms-peloton-overlay{
position:absolute;
inset:0;
background:
linear-gradient(
180deg,
rgba(5,6,8,.25),
rgba(5,6,8,.9)
);
}

.ms-peloton-glow{
position:absolute;
width:700px;
height:700px;
bottom:-300px;
left:50%;
transform:translateX(-50%);
background:
radial-gradient(
circle,
rgba(255,75,20,.22),
transparent 70%
);
filter:blur(100px);
}

.ms-peloton-content{
position:relative;
z-index:2;
max-width:1000px;
text-align:center;
padding:30px;
}

.ms-peloton-label{
font-size:12px;
letter-spacing:4px;
color:#ff7b52;
margin-bottom:30px;
}

.ms-peloton-content h2{
font-size:105px;
line-height:.95;
letter-spacing:-6px;
margin:0;
}

.ms-peloton-content h2 span{
display:block;
background:
linear-gradient(
90deg,
#fff,
#ff7b52
);
-webkit-background-clip:text;
color:transparent;
}

.ms-peloton-content h3{
font-size:32px;
font-weight:500;
margin:35px 0 25px;
}

.ms-peloton-content>p{
max-width:700px;
margin:auto;
font-size:18px;
line-height:1.8;
color:#b0b0b0;
}

.ms-sync-lights{
margin-top:70px;
display:flex;
justify-content:center;
gap:22px;
}

.ms-sync-lights i{
display:block;
width:14px;
height:14px;
border-radius:50%;
background:#ff4b14;
box-shadow:
0 0 20px #ff4b14;
animation:
syncFlash 1.8s infinite;
}


.ms-sync-lights i:nth-child(2){
animation-delay:.2s;
}

.ms-sync-lights i:nth-child(3){
animation-delay:.4s;
}

.ms-sync-lights i:nth-child(4){
animation-delay:.6s;
}

.ms-sync-lights i:nth-child(5){
animation-delay:.8s;
}

@keyframes syncFlash{

0%,100%{
opacity:.2;
transform:scale(.8);
}

50%{
opacity:1;
transform:scale(1.6);
}

}

@media(max-width:900px){

.ms-peloton-content h2{
font-size:70px;
letter-spacing:-3px;
}

.ms-peloton-content h3{
font-size:24px;
}

}

@media(max-width:600px){

.ms-peloton-v2{
min-height:700px;
}

.ms-peloton-content h2{
font-size:52px;
}

.ms-peloton-content>p{
font-size:16px;
}

}


/* Part7 */

.ms-gentle-v2{
position:relative;
padding:170px 20px;
background:#050608;
color:#fff;
overflow:hidden;
h1,h2,h3,h4{
color: #ffffff ! important;
}
}

.ms-gentle-glow{
position:absolute;
width:650px;
height:650px;
right:-200px;
top:20%;
background:
radial-gradient(
circle,
rgba(255,75,20,.18),
transparent 70%
);
filter:blur(100px);
}

.ms-gentle-container{
max-width:1300px;
margin:auto;
}

.ms-gentle-header{
text-align:center;
max-width:850px;
margin:auto;
}

.ms-gentle-label{
font-size:12px;
letter-spacing:4px;
color:#ff7b52;
margin-bottom:30px;
}

.ms-gentle-header h2{
font-size:100px;
letter-spacing:-5px;
line-height:1;
margin:0;
}

.ms-gentle-header h3{
font-size:35px;
font-weight:500;
margin:25px 0;
}

.ms-gentle-header p:last-child{
font-size:18px;
line-height:1.8;
color:#a1a1aa;
}

.ms-gentle-compare{
margin-top:100px;
display:grid;
grid-template-columns:1fr 120px 1fr;
align-items:center;
gap:30px;
}

.ms-beam-card{
background:rgba(255,255,255,.03);
border:1px solid rgba(255,255,255,.08);
border-radius:30px;
padding:40px;
}

.ms-beam-title{
font-size:13px;
letter-spacing:3px;
color:#999;
margin-bottom:45px;
text-align:center;
}

.ms-beam-display{
height:260px;
position:relative;
overflow:hidden;
background:#020202;
border-radius:20px;
}

.ms-beam-light{
position:absolute;
left:10%;
right:10%;
top:100px;
height:70px;
filter:blur(15px);
}

.traditional .ms-beam-light{
background:
linear-gradient(
90deg,
transparent,
rgba(255,255,255,.8),
transparent
);
transform:rotate(-18deg);
}

.controlled .ms-beam-light{
background:
linear-gradient(
90deg,
transparent,
#fff,
transparent
);
transform:rotate(-5deg);
}

.ms-beam-info{
margin-top:30px;
}

.ms-beam-info h4{
font-size:20px;
}

.ms-beam-info p{
font-size:15px;
line-height:1.6;
color:#a1a1aa;
}

.ms-beam-center{
height:260px;
position:relative;
display:flex;
justify-content:center;
}

.ms-scan-line{
width:2px;
height:100%;
background:
linear-gradient(
transparent,
#ff4b14,
transparent
);
animation:
beamScan 2s infinite;
}

@keyframes beamScan{

0%,100%{
opacity:.2;
}

50%{
opacity:1;
box-shadow:
0 0 25px #ff4b14;
}

}

.ms-gentle-video{
margin-top:100px;
border-radius:35px;
overflow:hidden;
background:#111;
}

.ms-gentle-video video{
display:block;
width:100%;
height:600px;
object-fit:cover;
}

.ms-gentle-placeholder{
height:600px;
display:flex;
justify-content:center;
align-items:center;
font-size:30px;
color:#666;
}

@media(max-width:900px){

.ms-gentle-header h2{
font-size:65px;
}

.ms-gentle-compare{
grid-template-columns:1fr;
}


.ms-beam-center{
display:none;
}

.ms-gentle-video video,
.ms-gentle-placeholder{
height:400px;
}
}

@media(max-width:600px){

.ms-gentle-v2{
padding:100px 20px;
}

.ms-gentle-header h2{
font-size:50px;
}

.ms-gentle-header h3{
font-size:26px;
}
}

/* Part8 */

.ms-cutoff-v2{
position:relative;
padding:170px 20px;
background:#050608;
color:#fff;
overflow:hidden;
h1,h2,h3,h4{
color: #ffffff ! important;
}
}

.ms-cutoff-glow{
position:absolute;
width:600px;
height:600px;
left:50%;
top:-200px;
transform:translateX(-50%);
background:
radial-gradient(
circle,
rgba(255,75,20,.16),
transparent 70%
);
filter:blur(100px);
}

.ms-cutoff-container{
max-width:1300px;
margin:auto;
}

.ms-cutoff-header{
text-align:center;
max-width:850px;
margin:auto;
}

.ms-cutoff-label{
font-size:12px;
letter-spacing:4px;
color:#ff7b52;
margin-bottom:30px;
}

.ms-cutoff-header h2{
font-size:100px;
letter-spacing:-5px;
line-height:1;
margin:0;
}

.ms-cutoff-header h3{
font-size:35px;
font-weight:500;
margin:25px 0;
}

.ms-cutoff-header p:last-child{
font-size:18px;
line-height:1.8;
color:#a1a1aa;
}

/* Road Simulation */

.ms-cutoff-stage{
height:650px;
margin-top:100px;
position:relative;
border-radius:40px;
overflow:hidden;
background:
linear-gradient(
180deg,
#111,
#030303
);
}

.ms-road{
position:absolute;
inset:0;
background:
linear-gradient(
90deg,
transparent 48%,
rgba(255,255,255,.06) 50%,
transparent 52%
);
}

.ms-road-center{
position:absolute;
bottom:0;
left:50%;
width:2px;
height:100%;
background:
linear-gradient(
transparent,
rgba(255,255,255,.12)
);
}

.ms-road-edge{
position:absolute;
bottom:80px;
width:1px;
height:300px;
background:
rgba(255,255,255,.08);
}

.ms-road-edge.left{
left:25%;
transform:rotate(10deg);
}

.ms-road-edge.right{
right:25%;
transform:rotate(-10deg);
}

/* Beam */

.ms-cutoff-beam{
position:absolute;
bottom:150px;
left:50%;
transform:translateX(-50%);
width:75%;
height:260px;
}

.ms-beam-top{
position:absolute;
width:100%;
height:130px;
background:
linear-gradient(
90deg,
transparent,
rgba(255,255,255,.18),
transparent
);
clip-path:
polygon(
50% 100%,
0 0,
100% 0
);
}

.ms-beam-main{
position:absolute;
bottom:0;
width:100%;
height:130px;
background:
linear-gradient(
90deg,
transparent,
rgba(255,255,255,.8),
transparent
);
clip-path:
polygon(
50% 0,
5% 100%,
95% 100%
);
filter:blur(8px);
}

.ms-beam-boundary{
position:absolute;
bottom:120px;
width:100%;
height:2px;
background:#ff4b14;
box-shadow:
0 0 20px #ff4b14;
animation:
boundaryMove 3s infinite;
}

@keyframes boundaryMove{
0%,100%{
opacity:.5;
}
50%{
opacity:1;
}
}

.ms-cutoff-info{
position:absolute;
bottom:40px;
left:50%;
transform:translateX(-50%);
display:flex;
gap:40px;
}

.ms-cutoff-info div{
font-size:13px;
color:#ddd;
white-space:nowrap;
}

.ms-cutoff-info span{
display:inline-block;
width:8px;
height:8px;
background:#ff4b14;
border-radius:50%;
margin-right:10px;
box-shadow:0 0 15px #ff4b14;
}

.ms-cutoff-video{
margin-top:100px;
border-radius:35px;
overflow:hidden;
background:#111;
}

.ms-cutoff-video video{
display:block;
width:100%;
height:600px;
object-fit:cover;
}

.ms-cutoff-placeholder{
height:600px;
display:flex;
align-items:center;
justify-content:center;
font-size:30px;
color:#666;
}

@media(max-width:900px){

.ms-cutoff-header h2{
font-size:65px;
}

.ms-cutoff-stage{
height:450px;
}

.ms-cutoff-info{
flex-direction:column;
gap:12px;
}

.ms-cutoff-video video,
.ms-cutoff-placeholder{
height:400px;
}

}

@media(max-width:600px){

.ms-cutoff-v2{
padding:100px 20px;
}

.ms-cutoff-header h2{
font-size:50px;
}

.ms-cutoff-header h3{
font-size:26px;
}
}

/* Part9 */

.ms-radar-v2{
position:relative;
height:100vh;
min-height:900px;
background:#050608;
overflow:hidden;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
h1,h2,h3,h4{
color: #ffffff ! important;
}
}

.ms-radar-video{
position:absolute;
inset:0;
}

.ms-radar-video video{
width:100%;
height:100%;
object-fit:cover;
opacity:.45;
}

.ms-radar-placeholder{
width:100%;
height:100%;
background:#111;
display:flex;
align-items:center;
justify-content:center;
color:#666;
font-size:30px;
}

.ms-radar-overlay{
position:absolute;
inset:0;
background:
linear-gradient(
180deg,
rgba(5,6,8,.25),
rgba(5,6,8,.92)
);
}

.ms-radar-glow{
position:absolute;
width:700px;
height:700px;
right:10%;
bottom:-300px;
background:
radial-gradient(
circle,
rgba(255,75,20,.25),
transparent 70%
);
filter:blur(100px);
}

.ms-radar-container{
position:relative;
z-index:2;
max-width:1000px;
padding:30px;
text-align:center;
}

.ms-radar-label{
font-size:12px;
letter-spacing:4px;
color:#ff7b52;
margin-bottom:30px;
}

.ms-radar-container h2{
font-size:120px;
line-height:.9;
letter-spacing:-7px;
margin:0;
}

.ms-radar-container h2 span{
display:block;
background:
linear-gradient(
90deg,
#fff,
#ff7b52
);
-webkit-background-clip:text;
color:transparent;
}

.ms-radar-container h3{
font-size:36px;
font-weight:500;
margin:35px 0;
}

.ms-radar-desc{
max-width:650px;
margin:auto;
font-size:18px;
line-height:1.8;
color:#a1a1aa;
}

/* Radar HUD */

.ms-radar-display{
position:relative;
height:260px;
margin-top:60px;
}

.ms-radar-circle{
position:absolute;
left:50%;
top:50%;
transform:translate(-50%,-50%);
border-radius:50%;
border:1px solid rgba(255,75,20,.35);
}

.circle-one{
width:150px;
height:150px;
animation:
radarPulse 3s infinite;
}

.circle-two{
width:280px;
height:280px;
animation:
radarPulse 3s infinite .8s;
}

.ms-radar-center{
position:absolute;
left:50%;
top:50%;
transform:translate(-50%,-50%);
width:70px;
height:70px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:12px;
letter-spacing:2px;
background:#111;
border:1px solid #ff4b14;
box-shadow:
0 0 30px rgba(255,75,20,.4);
}

.ms-radar-car{
position:absolute;
right:20%;
top:50%;
transform:translateY(-50%);
font-size:14px;
color:#fff;
animation:
carMove 4s infinite;
}

.ms-radar-distance{
position:absolute;
color:#ff7b52;
font-size:13px;
}

.distance-30{
right:35%;
top:35%;
}

.distance-20{
right:28%;
top:50%;
}

.distance-10{
right:20%;
top:65%;
}

@keyframes radarPulse{

0%{
opacity:.8;
transform:translate(-50%,-50%) scale(.6);
}

100%{
opacity:0;
transform:translate(-50%,-50%) scale(1.3);
}

}

@keyframes carMove{
0%,100%{
right:25%;
}

50%{
right:18%;
}

}

@media(max-width:900px){

.ms-radar-container h2{
font-size:75px;
}

.ms-radar-container h3{
font-size:26px;
}
}

@media(max-width:600px){

.ms-radar-v2{
min-height:750px;
}

.ms-radar-container h2{
font-size:55px;
}

.ms-radar-desc{
font-size:16px;
}

.ms-radar-display{
transform:scale(.8);
}
}

/* Part10 */

.ms-summary-v2{
position:relative;
padding:180px 20px;
background:#050608;
color:#fff;
overflow:hidden;
text-align:center;
h1,h2,h3,h4{
color: #ffffff ! important;
}
}

.ms-summary-glow{
position:absolute;
width:700px;
height:700px;
left:50%;
top:-250px;
transform:translateX(-50%);
background:
radial-gradient(
circle,
rgba(255,75,20,.2),
transparent 70%
);
filter:blur(120px);
}

.ms-summary-container{
max-width:1300px;
margin:auto;
position:relative;
}

.ms-summary-label{
font-size:12px;
letter-spacing:4px;
color:#ff7b52;
margin-bottom:35px;
}

.ms-summary-container h2{
font-size:95px;
line-height:1;
letter-spacing:-5px;
margin:0;
}

.ms-summary-desc{
max-width:750px;
margin:40px auto;
font-size:19px;
line-height:1.8;
color:#a1a1aa;
}

/* Ecosystem Ring */

.ms-summary-system{
position:relative;
height:650px;
max-width:900px;
margin:100px auto 0;
}

.ms-summary-ring{
position:absolute;
left:50%;
top:50%;
transform:translate(-50%,-50%);
width:300px;
height:300px;
border-radius:50%;
border:1px solid rgba(255,75,20,.35);
display:flex;
align-items:center;
justify-content:center;
box-shadow:
0 0 80px rgba(255,75,20,.15);
}

.ms-summary-ring:before{
content:"";
position:absolute;
inset:-35px;
border-radius:50%;
border:1px solid rgba(255,255,255,.08);
animation:
summaryRotate 15s linear infinite;
}


@keyframes summaryRotate{

from{
transform:rotate(0);
}

to{
transform:rotate(360deg);
}

}

.ms-summary-core{
width:150px;
height:150px;
border-radius:50%;
background:#111;
display:flex;
align-items:center;
justify-content:center;
font-size:20px;
font-weight:700;
line-height:1.2;
border:1px solid rgba(255,255,255,.1);
}

.ms-tech-point{
position:absolute;
padding:16px 25px;
border-radius:50px;
background:
rgba(255,255,255,.04);
border:
1px solid rgba(255,255,255,.12);
font-size:14px;
letter-spacing:1px;
color:#fff;
backdrop-filter:blur(10px);
}

.point-1{
top:80px;
left:50%;
transform:translateX(-50%);
}

.point-2{
top:180px;
right:100px;
}

.point-3{
bottom:180px;
right:100px;
}

.point-4{
bottom:80px;
left:50%;
transform:translateX(-50%);
}

.point-5{
bottom:180px;
left:100px;
}

.point-6{
top:180px;
left:100px;
}

.point-7{
top:320px;
left:0;
}

.point-8{
top:320px;
right:0;
}

/* Feature */

.ms-summary-features{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
margin-top:80px;
}

.ms-summary-features div{
padding:40px 35px;
background:
rgba(255,255,255,.03);
border:
1px solid rgba(255,255,255,.08);
border-radius:25px;
text-align:left;
}

.ms-summary-features span{
color:#ff4b14;
font-size:12px;
letter-spacing:3px;
}

.ms-summary-features h3{
font-size:24px;
margin:20px 0;
}

.ms-summary-features p{
color:#a1a1aa;
line-height:1.7;
margin:0;
}

/* CTA */

.ms-summary-cta{
margin-top:100px;
}

.ms-summary-cta h3{
font-size:40px;
margin-bottom:40px;
}

.ms-summary-cta a{
display:inline-flex;
padding:18px 45px;
background:#ff4b14;
color:#fff;
border-radius:50px;
text-decoration:none;
font-size:14px;
letter-spacing:1.5px;
transition:.3s;
}

.ms-summary-cta a:hover{
transform:translateY(-5px);
box-shadow:
0 0 30px rgba(255,75,20,.5);
}

@media(max-width:900px){

.ms-summary-container h2{
font-size:60px;
}

.ms-summary-system{
height:500px;
transform:scale(.8);
}

.ms-summary-features{
grid-template-columns:1fr;
}
}

@media(max-width:600px){

.ms-summary-v2{
padding:100px 20px;
}

.ms-summary-container h2{
font-size:45px;
}

.ms-summary-desc{
font-size:16px;
}

.ms-summary-system{
transform:scale(.65);
margin-top:40px;
}

}



{% schema %}
{
"name":"MS Tech Hero V2",

"settings":[
{
"type":"video",
"id":"hero_video",
"label":"Hero Background Video"
}

],

"presets":[

{
"name":"MS Tech Hero V2"
}

]

}

{
"name":"MS Tech ANT+ V2",
"settings":[
{
"type":"video",
"id":"ant_video",
"label":"ANT+ Video"
}
],
"presets":[
{
"name":"MS Tech ANT+ V2"
}
]
}

{
"name":"MS Tech FTR V2",
"settings":[
{
"type":"video",
"id":"ftr_video",
"label":"FTR Video"
}
],
"presets":[
{
"name":"MS Tech FTR V2"
}
]
}

{
"name":"MS Tech Di2 V2",
"settings":[
{
"type":"video",
"id":"di2_video",
"label":"Di2 Video"
}
],
"presets":[
{
"name":"MS Tech Di2 V2"
}
]
}


{
"name":"MS Tech MAGICLOCK V2",
"settings":[
{
"type":"video",
"id":"magiclock_video",
"label":"MAGICLOCK Video"
}
],
"presets":[
{
"name":"MS Tech MAGICLOCK V2"
}
]
}

{
"name":"MS Tech PELOTONSYNC V2",
"settings":[
{
"type":"video",
"id":"peloton_video",
"label":"PELOTONSYNC Video"
}
],
"presets":[
{
"name":"MS Tech PELOTONSYNC V2"
}
]
}

{
"name":"MS Tech GENTLEBEAM V2",
"settings":[
{
"type":"video",
"id":"gentle_video",
"label":"GENTLEBEAM Video"
}
],
"presets":[
{
"name":"MS Tech GENTLEBEAM V2"
}
]
}


{
"name":"MS Tech CUT-OFF BEAM V2",
"settings":[
{
"type":"video",
"id":"cutoff_video",
"label":"CUT-OFF BEAM Video"
}
],
"presets":[
{
"name":"MS Tech CUT-OFF BEAM V2"
}
]
}

{
"name":"MS Tech RADAR V2",
"settings":[
{
"type":"video",
"id":"radar_video",
"label":"RADAR Rear Light Video"
}
],
"presets":[
{
"name":"MS Tech RADAR V2"
}
]
}

{
"name":"MS Tech Summary V2",
"settings":[],
"presets":[
{
"name":"MS Tech Summary V2"
}
]
}

{% endschema %}