:root {
  --page-primary: hsl(44, 82%, 52%);
  --page-secondary: hsl(146, 65%, 52%);
  --page-text: hsl(44, 10%, 11%);
  --page-bg: hsl(44, 8%, 95%);
  --page-card-bg: hsl(0, 0%, 100%);
  --pg-primary: hsl(44, 82%, 52%);
  --pg-secondary: hsl(146, 65%, 52%);
  --pg-bg: hsl(44, 8%, 95%);
  --pg-text: hsl(44, 10%, 11%);
  --pg-text-light: hsl(44, 5%, 40%);
  --pg-card-bg: #ffffff;
  --pg-spacing-unit: 1.5rem;
  --pg-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --card-bg: #ffffff;
  --border-color: rgba(0, 0, 0, 0.08);
  --transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  --plt-bg: hsl(44, 8%, 95%);
  --plt-surface: #ffffff;
  --plt-surface-dark: hsl(44, 10%, 11%);
  --plt-text-main: hsl(44, 10%, 11%);
  --plt-text-muted: hsl(44, 5%, 35%);
  --plt-border: hsl(44, 10%, 85%);
  --plt-accent: hsl(44, 82%, 52%);
  --plt-accent-alt: hsl(146, 65%, 52%);
  --plt-font-serif: "Playfair Display", "Noto Serif SC", Georgia, "Times New Roman", serif;
  --plt-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --plt-space-xs: 0.5rem;
  --plt-space-sm: 1rem;
  --plt-space-md: 2rem;
  --plt-space-lg: 4rem;
  --plt-space-xl: 6rem;
  --sec-primary: var(--primary-color, hsl(44, 82%, 52%));
  --sec-secondary: var(--secondary-color, hsl(146, 65%, 52%));
  --sec-text: var(--text-color, hsl(44, 10%, 11%));
  --sec-bg: var(--bg-color, hsl(44, 8%, 95%));
  --sec-card-bg: #ffffff;
  --sec-radius: 12px;
  --sec-shadow: 0 10px 30px rgba(0,0,0,0.05);
  --guide-accent: hsl(44, 82%, 52%);
  --guide-secondary: hsl(146, 65%, 52%);
  --guide-text: hsl(44, 10%, 11%);
  --guide-bg: hsl(44, 8%, 95%);
  --guide-card-bg: hsl(0, 0%, 100%);
  --guide-border: hsl(44, 10%, 85%);
}

.le-prismkeyz3i{
    position: sticky;
    top: 0;
    width: 100%;
    background: var(--nav-bg, rgba(255, 255, 255, 0.9));
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    }

.le-terraformq6r{
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem var(--pg-spacing-unit);
    display: flex;
    justify-content: space-between;
    align-items: center;
    }

.le-gigabitpfn{
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--pg-text);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    }

.le-nanotechkcf{
    display: flex;
    gap: 2rem;
    }

.le-nanotechkcf a{
    text-decoration: none;
    color: var(--text-color));
    font-size: 0.95rem;
    font-weight: 500;
    transition: var(--pg-transition);
    }

.le-nanotechkcf a:hover{
    color: var(--pg-primary);
    }

div.le-st-m.le-mcxe9wsrj *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }

div.le-st-m.le-mcxe9wsrj{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--page-text);
    background: var(--page-bg);
    line-height: 1.6;
    }

div.le-st-m.le-mcxe9wsrj .le-warpspeed{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 6rem 2rem;
    align-items: center;
    }

div.le-st-m.le-mcxe9wsrj .le-macrovibe h1{
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    }

div.le-st-m.le-mcxe9wsrj .le-macrovibe p{
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: hsl(44, 10%, 30%);
    }

div.le-st-m.le-mcxe9wsrj .le-logicgate{
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
    font-size: 0.95rem;
    color: hsl(44, 10%, 40%);
    }

div.le-st-m.le-mcxe9wsrj .le-ghostwire{
    display: inline-block;
    padding: 1rem 2.5rem;
    background: var(--page-primary);
    color: var(--page-text);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 4px 12px hsla(44, 82%, 52%, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
    }

div.le-st-m.le-mcxe9wsrj .le-ghostwire:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 16px hsla(44, 82%, 52%, 0.4);
    }

div.le-st-m.le-mcxe9wsrj .le-drift_zest{
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    }

div.le-st-m.le-mcxe9wsrj .le-drift_zest img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }

div.le-st-m.le-mcxe9wsrj .le-orbit7{
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem 2rem;
    }

div.le-st-m.le-mcxe9wsrj .le-orbit7 h2{
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-weight: 700;
    }

div.le-st-m.le-mcxe9wsrj .le-neon_pulse{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    }

div.le-st-m.le-mcxe9wsrj .le-cybersoul{
    background: var(--page-card-bg);
    padding: 2rem;
    box-shadow: 0 2px 8px hsla(44, 10%, 11%, 0.08);
    }

div.le-st-m.le-mcxe9wsrj .le-cybersoul h3{
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    }

div.le-st-m.le-mcxe9wsrj .le-cybersoul p{
    color: hsl(44, 10%, 35%);
    line-height: 1.7;
    }

div.le-st-m.le-mcxe9wsrj .le-ultra_z{
    background: var(--page-card-bg);
    padding: 5rem 2rem;
    }

div.le-st-m.le-mcxe9wsrj .le-zenithway{
    max-width: 1200px;
    margin: 0 auto;
    }

div.le-st-m.le-mcxe9wsrj .le-ultra_z h2{
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    }

div.le-st-m.le-mcxe9wsrj .le-hyper_mode{
    font-size: 1.1rem;
    color: hsl(44, 10%, 35%);
    margin-bottom: 3rem;
    }

div.le-st-m.le-mcxe9wsrj .le-echo99{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    }

div.le-st-m.le-mcxe9wsrj .le-phase_vibe{
    padding: 1.5rem;
    border: 1px solid hsl(44, 10%, 85%);
    background: var(--page-bg);
    }

div.le-st-m.le-mcxe9wsrj .le-phase_vibe h3{
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    }

div.le-st-m.le-mcxe9wsrj .le-phase_vibe p{
    font-size: 0.95rem;
    color: hsl(44, 10%, 40%);
    }

div.le-st-m.le-mcxe9wsrj .le-plasma_jet{
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem 2rem;
    text-align: center;
    }

div.le-st-m.le-mcxe9wsrj .le-plasma_jet h2{
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    }

div.le-st-m.le-mcxe9wsrj .le-plasma_jet p{
    font-size: 1.2rem;
    color: hsl(44, 10%, 35%);
    margin-bottom: 2rem;
    }

div.le-st-m.le-mcxe9wsrj div.le-st-f{
    background: var(--page-text);
    color: var(--page-bg);
    padding: 3rem 2rem;
    text-align: center;
    }

div.le-st-m.le-mcxe9wsrj .le-fluxshift{
    max-width: 1200px;
    margin: 0 auto;
    }

div.le-st-m.le-mcxe9wsrj .le-bytesize{
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
    }

div.le-st-m.le-mcxe9wsrj .le-bytesize a{
    color: var(--page-bg);
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.2s;
    }

div.le-st-m.le-mcxe9wsrj .le-bytesize a:hover{
    opacity: 1;
    }

div.le-st-m.le-mcxe9wsrj .le-mega_hz{
    font-size: 0.9rem;
    opacity: 0.7;
    }

@media (max-width: 768px){div.le-st-m.le-mcxe9wsrj .le-warpspeed{
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 3rem 1.5rem;
    }
div.le-st-m.le-mcxe9wsrj .le-macrovibe h1{
    font-size: 2.5rem;
    }
div.le-st-m.le-mcxe9wsrj .le-neon_pulse, div.le-st-m.le-mcxe9wsrj .le-echo99{
    grid-template-columns: 1fr;
    }
div.le-st-m.le-mcxe9wsrj .le-bytesize{
    flex-direction: column;
    gap: 1rem;
    }}

html, body{
    margin: 0;
    padding: 0;
    }

div.le-st-m img.sbv2-ai-image{
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }

div.le-st-m img.sbv2-ai-image.sbv2-ratio-16-9{ aspect-ratio: 16 / 9; }

div.le-st-m img.sbv2-ai-image.sbv2-ratio-16-10{ aspect-ratio: 16 / 10; }

div.le-st-m img.sbv2-ai-image.sbv2-ratio-4-3{ aspect-ratio: 4 / 3; }

div.le-st-m img.sbv2-ai-image.sbv2-ratio-1-1{ aspect-ratio: 1 / 1; }

div.le-st-m :is(div, section, article, aside, ul, ol, li, figure, picture, table, form, fieldset, pre, blockquote){
    box-sizing: border-box !important;
    min-width: 0;
    max-width: 100%;
    }

div.le-st-m .sbv2-media-frame{
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }

div.le-st-m .sbv2-media-frame.sbv2-ratio-16-9{ aspect-ratio: 16 / 9; }

div.le-st-m .sbv2-media-frame.sbv2-ratio-16-10{ aspect-ratio: 16 / 10; }

div.le-st-m .sbv2-media-frame.sbv2-ratio-4-3{ aspect-ratio: 4 / 3; }

div.le-st-m .sbv2-media-frame.sbv2-ratio-1-1{ aspect-ratio: 1 / 1; }

div.le-st-m .sbv2-media-frame > img.sbv2-ai-image,
    div.le-st-m .sbv2-media-frame > picture > img.sbv2-ai-image{
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }

.le-micro_dosebnf{box-sizing:border-box;}

.le-fluxshift{
  max-width: 1200px;
  margin: 0 auto;
}

.le-bytesize{
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 1.5rem;
}

.le-bytesize a{
  color: var(--page-bg);
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.le-bytesize a:hover{
  opacity: 1;
}

.le-mega_hz{
  font-size: 0.9rem;
  opacity: 0.7;
}

@media (max-width: 768px){.le-bytesize{
    flex-direction: column;
    gap: 1rem;
  }}

.site-header{
    position: sticky;
    top: 0;
    width: 100%;
    background: var(--nav-bg, rgba(255, 255, 255, 0.9));
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.nav-container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem var(--pg-spacing-unit);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-logo{
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--pg-text);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-links{
    display: flex;
    gap: 2rem;
}

.nav-links a{
    text-decoration: none;
    color: var(--text-color));
    font-size: 0.95rem;
    font-weight: 500;
    transition: var(--pg-transition);
}

.nav-links a:hover{
    color: var(--pg-primary);
}

div.le-st-m{
    background-color: var(--pg-bg);
    color: var(--pg-text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
}

.hero-section{
    padding: 8rem var(--pg-spacing-unit);
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 4rem;
}

.le-macrovibe{
    flex: 1;
    text-align: left;
}

.hero-image-wrapper{
    flex: 1.2;
    position: relative;
}

.hero-image-wrapper img{
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    aspect-ratio: 16/10;
    object-fit: cover;
}

h1{
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.hero-description{
    font-size: 1.25rem;
    color: var(--pg-text-light);
    margin-bottom: 2.5rem;
    max-width: 540px;
}

.cta-group{
    display: flex;
    gap: 1rem;
    align-items: center;
}

.btn-primary{
    background-color: var(--pg-primary);
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 10px 20px -5px hsla(44, 82%, 52%, 0.4);
    transition: var(--pg-transition);
}

.btn-primary:hover{
    transform: translateY(-2px);
    box-shadow: 0 15px 25px -5px hsla(44, 82%, 52%, 0.5);
}

.version-info{
    margin-top: 1rem;
    font-size: 0.85rem;
    color: var(--pg-text-light);
}

.features-grid{
    padding: 6rem var(--pg-spacing-unit);
    max-width: 1200px;
    margin: 0 auto;
}

.section-header{
    margin-bottom: 4rem;
}

.grid-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.le-cybersoul{
    background: var(--pg-card-bg);
    padding: 0;
    border-radius: 16px;
    overflow: hidden;
    transition: var(--pg-transition);
    border: 1px solid rgba(0,0,0,0.03);
}

.le-cybersoul:hover{
    transform: translateY(-8px);
    box-shadow: 0 30px 60px -12px rgba(0,0,0,0.1);
}

.card-img{
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.card-content{
    padding: 2rem;
}

.le-cybersoul h3{
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.info-section{
    padding: 6rem var(--pg-spacing-unit);
    background-color: #ffffff; color: #1a1a2e;}

.info-container{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.info-row{
    display: flex;
    align-items: center;
    gap: 4rem;
}

.info-row.reverse{
    flex-direction: row-reverse;
}

.info-text{
    flex: 1;
}

.info-visual{
    flex: 1;
}

.info-visual img{
    width: 100%;
    border-radius: 20px;
}

div.le-st-f{
    padding: 4rem var(--pg-spacing-unit);
    background-color: var(--pg-text);
    color: #ffffff;
}

.footer-container{
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 4rem;
}

.footer-brand h2{
    color: var(--pg-primary);
    margin-bottom: 1rem;
}

.le-bytesize h4{
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.le-bytesize ul{
    list-style: none;
    padding: 0;
}

.le-bytesize li{
    margin-bottom: 0.75rem;
}

.le-bytesize a{
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    font-size: 0.9rem;
    transition: var(--pg-transition);
}

.le-bytesize a:hover{
    color: var(--pg-primary);
}

.footer-bottom{
    max-width: 1200px;
    margin: 4rem auto 0;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 0.85rem;
    color: rgba(255,255,255,0.4);
    display: flex;
    justify-content: space-between;
}

@media (max-width: 968px){.hero-section {
        flex-direction: column;
        padding: 4rem var(--pg-spacing-unit);
        text-align: left;
    }
.grid-container {
        grid-template-columns: 1fr;
    }
.info-row, .info-row.reverse {
        flex-direction: column;
    }
.footer-container {
        grid-template-columns: 1fr 1fr;
    }}

.le-sf{box-sizing:border-box;}

.le-sn{box-sizing:border-box;}

.le-st-h{box-sizing:border-box;}

.le-st-n{box-sizing:border-box;}

div.le-st-m.le-9qj5chyn6r .le-atomic_v{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--page-text);
    background-color: var(--page-bg);
    line-height: 1.6;
    overflow-x: hidden;
    }

div.le-st-m.le-9qj5chyn6r .le-meteorx{
    padding: 120px 5% 80px;
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
    }

div.le-st-m.le-9qj5chyn6r .le-kineticp{
    max-width: 640px;
    }

div.le-st-m.le-9qj5chyn6r .le-kineticp h1{
    font-size: clamp(2.5rem, 5vw, 3.8rem);
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    }

div.le-st-m.le-9qj5chyn6r .le-kineticp p{
    font-size: 1.25rem;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 40px;
    max-width: 540px;
    }

div.le-st-m.le-9qj5chyn6r .le-aurora9{
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    }

div.le-st-m.le-9qj5chyn6r .le-aurora9 img{
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    }

div.le-st-m.le-9qj5chyn6r .le-fusioncore{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    }

div.le-st-m.le-9qj5chyn6r .le-cosmicray{
    background-color: var(--page-primary);
    color: #000;
    padding: 18px 36px;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.1rem;
    transition: var(--transition);
    border: 2px solid var(--page-primary);
    box-shadow: 0 4px 14px rgba(251, 191, 36, 0.3);
    }

div.le-st-m.le-9qj5chyn6r .le-cosmicray:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(251, 191, 36, 0.4);
    }

div.le-st-m.le-9qj5chyn6r .le-smnitgs5u{
    background-color: transparent;
    color: var(--page-text);
    padding: 18px 36px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.1rem;
    transition: var(--transition);
    border: 2px solid var(--border-color);
    }

div.le-st-m.le-9qj5chyn6r .le-smnitgs5u:hover{
    background-color: rgba(0, 0, 0, 0.03);
    border-color: var(--page-text);
    }

div.le-st-m.le-9qj5chyn6r .le-fission_z{
    padding: 80px 5%;
    max-width: 1300px;
    margin: 0 auto;
    }

div.le-st-m.le-9qj5chyn6r .le-comettail{
    font-size: 2rem;
    margin-bottom: 48px;
    font-weight: 700;
    }

div.le-st-m.le-9qj5chyn6r .le-1mvzbce8l5j{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    }

div.le-st-m.le-9qj5chyn6r .le-blackhole{
    background: var(--card-bg);
    padding: 40px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    transition: var(--transition);
    }

div.le-st-m.le-9qj5chyn6r .le-blackhole:hover{
    border-color: var(--page-primary);
    transform: translateY(-4px);
    }

div.le-st-m.le-9qj5chyn6r .le-blackhole h3{
    font-size: 1.5rem;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    }

div.le-st-m.le-9qj5chyn6r .le-blackhole p{
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 24px;
    font-size: 0.95rem;
    }

div.le-st-m.le-9qj5chyn6r .le-quantum8{
    padding: 80px 5%;
    max-width: 1300px;
    margin: 0 auto;
    }

div.le-st-m.le-9qj5chyn6r .le-solarflare{
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    border: 1px solid var(--border-color); color: #1a1a2e;}

div.le-st-m.le-9qj5chyn6r .le-star_dust{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    }

div.le-st-m.le-9qj5chyn6r .le-lunar_arc label{
    display: block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 8px;
    }

div.le-st-m.le-9qj5chyn6r .le-lunar_arc span{
    font-size: 1.1rem;
    font-weight: 600;
    }

div.le-st-m.le-9qj5chyn6r .le-isotope7{
    background: #000;
    color: #fff;
    padding: 40px 5%;
    text-align: center;
    }

div.le-st-m.le-9qj5chyn6r .le-isotope7 a{
    color: var(--page-primary);
    text-decoration: underline;
    text-underline-offset: 4px;
    }

div.le-st-m.le-9qj5chyn6r .footer-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 60px;
    }

div.le-st-m.le-9qj5chyn6r .footer-col h4{
    margin-bottom: 24px;
    font-weight: 700;
    }

div.le-st-m.le-9qj5chyn6r .footer-col ul{
    list-style: none;
    padding: 0;
    }

div.le-st-m.le-9qj5chyn6r .footer-col ul li{
    margin-bottom: 12px;
    }

div.le-st-m.le-9qj5chyn6r .footer-col ul li a{
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
    transition: color 0.2s;
    }

div.le-st-m.le-9qj5chyn6r .footer-col ul li a:hover{
    color: var(--page-primary);
    }

div.le-st-m.le-9qj5chyn6r .footer-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid var(--border-color);
    font-size: 0.9rem;
    color: rgba(0, 0, 0, 0.5);
    }

@media (max-width: 968px){div.le-st-m.le-9qj5chyn6r .le-meteorx{ grid-template-columns: 1fr; text-align: left; padding-top: 60px; }
div.le-st-m.le-9qj5chyn6r .le-1mvzbce8l5j{ grid-template-columns: 1fr; }
div.le-st-m.le-9qj5chyn6r .footer-grid{ grid-template-columns: repeat(2, 1fr); }}

.le-meteorx{
    padding: 8rem var(--pg-spacing-unit);
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 4rem;
    }

.le-kineticp{
    flex: 1;
    text-align: left;
    }

.le-aurora9{
    flex: 1.2;
    position: relative;
    }

.le-aurora9 img{
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    aspect-ratio: 16/10;
    object-fit: cover;
    }

.le-fusioncore{
    display: flex;
    gap: 1rem;
    align-items: center;
    }

.le-cosmicray{
    background-color: var(--pg-primary);
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 10px 20px -5px hsla(44, 82%, 52%, 0.4);
    transition: var(--pg-transition);
    }

.le-cosmicray:hover{
    transform: translateY(-2px);
    box-shadow: 0 15px 25px -5px hsla(44, 82%, 52%, 0.5);
    }

.feature-card{
    background: var(--pg-card-bg);
    padding: 0;
    border-radius: 16px;
    overflow: hidden;
    transition: var(--pg-transition);
    border: 1px solid rgba(0,0,0,0.03);
    }

.feature-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 30px 60px -12px rgba(0,0,0,0.1);
    }

.feature-card h3{
    margin-bottom: 1rem;
    font-size: 1.5rem;
    }

.footer-links h4{
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    }

.footer-links ul{
    list-style: none;
    padding: 0;
    }

.footer-links li{
    margin-bottom: 0.75rem;
    }

.footer-links a{
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    font-size: 0.9rem;
    transition: var(--pg-transition);
    }

.footer-links a:hover{
    color: var(--pg-primary);
    }

@media (max-width: 968px){.le-meteorx {
    flex-direction: column;
    padding: 4rem var(--pg-spacing-unit);
    text-align: left;
    }
.grid-container {
    grid-template-columns: 1fr;
    }
.info-row, .info-row.reverse {
    flex-direction: column;
    }
.footer-container {
    grid-template-columns: 1fr 1fr;
    }}

    div.le-st-m.le-x57h00aqxt.le-clutch_v{
    font-family: var(--plt-font-sans);
    background-color: var(--plt-bg, #f2f2f2);
    color: var(--plt-text-main, #1c1c1c);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    }

div.le-st-m.le-x57h00aqxt .le-40zd39w4h1v17{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 var(--plt-space-md);
    }

div.le-st-m.le-x57h00aqxt .le-nitro9, div.le-st-m.le-x57h00aqxt .le-friction0, div.le-st-m.le-x57h00aqxt .le-py2zldtehhdsa{
    font-family: var(--plt-font-serif);
    font-weight: 500;
    margin: 0;
    color: var(--plt-text-main);
    }

div.le-st-m.le-x57h00aqxt .le-nitro9{
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    margin-bottom: var(--plt-space-md);
    letter-spacing: -0.02em;
    }

div.le-st-m.le-x57h00aqxt .le-friction0{
    font-size: clamp(2rem, 3vw, 2.5rem);
    margin-bottom: var(--plt-space-md);
    }

div.le-st-m.le-x57h00aqxt .le-py2zldtehhdsa{
    font-size: 1.5rem;
    margin-bottom: var(--plt-space-sm);
    }

div.le-st-m.le-x57h00aqxt .le-accel_z{
    font-size: 1.125rem;
    color: var(--plt-text-muted);
    margin-bottom: var(--plt-space-md);
    max-width: 720px;
    }

    div.le-st-m.le-x57h00aqxt .le-turbob{
    padding: var(--plt-space-xl) 0 var(--plt-space-lg);
    border-bottom: 1px solid var(--plt-border);
    }

div.le-st-m.le-x57h00aqxt .le-fuelcell{
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--plt-text-muted);
    margin-bottom: var(--plt-space-sm);
    display: block;
    }

div.le-st-m.le-x57h00aqxt .le-gear_box{
    display: inline-flex;
    align-items: center;
    background-color: var(--plt-text-main);
    color: var(--plt-surface);
    padding: 1rem 2.5rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid var(--plt-text-main);
    transition: all 0.2s ease;
    }

div.le-st-m.le-x57h00aqxt .le-gear_box:hover{
    background-color: var(--plt-accent);
    color: var(--plt-text-main);
    border-color: var(--plt-accent);
    }

    div.le-st-m.le-x57h00aqxt .le-crank7{
    padding: var(--plt-space-lg) 0;
    }

div.le-st-m.le-x57h00aqxt .le-pistonr{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--plt-space-md);
    }

div.le-st-m.le-x57h00aqxt .le-brakepad{
    background: var(--plt-surface);
    border: 1px solid var(--plt-border);
    padding: var(--plt-space-md);
    display: flex;
    flex-direction: column;
    }

div.le-st-m.le-x57h00aqxt .le-velocityx{
    width: 32px;
    height: 32px;
    margin-bottom: var(--plt-space-md);
    fill: var(--plt-text-main);
    }

div.le-st-m.le-x57h00aqxt .le-9j1h6jcvo{
    list-style: none;
    padding: 0;
    margin: auto 0 0 0;
    border-top: 2px solid var(--plt-text-main);
    padding-top: var(--plt-space-sm);
    }

div.le-st-m.le-x57h00aqxt .le-inertiaf{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: var(--plt-space-xs) 0;
    border-bottom: 1px solid var(--plt-border);
    font-size: 0.9375rem;
    }

div.le-st-m.le-x57h00aqxt .le-momentump{
    color: var(--plt-text-muted);
    }

div.le-st-m.le-x57h00aqxt .le-torque_w{
    font-weight: 500;
    text-align: left;
    }

    div.le-st-m.le-x57h00aqxt .le-gravityw{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--plt-space-xl);
    align-items: center;
    margin-bottom: var(--plt-space-xl);
    }

div.le-st-m.le-x57h00aqxt .le-gravityw:last-child{
    margin-bottom: 0;
    }

div.le-st-m.le-x57h00aqxt .le-5c2x53skc{
    max-width: 540px;
    }

div.le-st-m.le-x57h00aqxt .le-electrica{
    position: relative;
    aspect-ratio: 4/3;
    background: var(--plt-surface);
    border: 1px solid var(--plt-border);
    padding: var(--plt-space-sm);
    }

div.le-st-m.le-x57h00aqxt .le-axleh{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(20%);
    transition: filter 0.3s;
    }

div.le-st-m.le-x57h00aqxt .le-electrica:hover .le-axleh{
    filter: grayscale(0%);
    }

div.le-st-m.le-x57h00aqxt .le-spark_p{
    color: var(--plt-text-main);
    text-decoration: none;
    border-bottom: 1px solid var(--plt-text-main);
    font-weight: 500;
    transition: color 0.2s, border-color 0.2s;
    }

div.le-st-m.le-x57h00aqxt .le-spark_p:hover{
    color: var(--plt-accent-alt);
    border-bottom-color: var(--plt-accent-alt);
    }

div.le-st-m.le-x57h00aqxt .plt-footer-grid{
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: var(--plt-space-md);
    margin-bottom: var(--plt-space-md);
    }

div.le-st-m.le-x57h00aqxt .plt-footer-brand{
    font-family: var(--plt-font-serif);
    font-size: 1.5rem;
    margin: 0;
    }

div.le-st-m.le-x57h00aqxt .plt-footer-meta{
    font-size: 0.875rem;
    color: rgba(255,255,255,0.5);
    display: flex;
    justify-content: space-between;
    }

    @media (max-width: 992px){div.le-st-m.le-x57h00aqxt .le-pistonr{
    grid-template-columns: repeat(2, 1fr);
    }
    div.le-st-m.le-x57h00aqxt .le-gravityw{
    grid-template-columns: 1fr;
    gap: var(--plt-space-md);
    }
    div.le-st-m.le-x57h00aqxt .le-gravityw:nth-child(even) .le-electrica{
    grid-row: 1;
    }}

@media (max-width: 768px){div.le-st-m.le-x57h00aqxt .le-pistonr{
    grid-template-columns: 1fr;
    }
    div.le-st-m.le-x57h00aqxt .plt-footer-grid{
    grid-template-columns: 1fr;
    gap: var(--plt-space-md);
    }}

.hero-content{
    flex: 1;
    text-align: left;
    }

div.le-st-m.le-egjkq1z9ir.le-bumperg{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--sec-text);
    background-color: var(--sec-bg);
    line-height: 1.6;
    overflow-x: hidden;
    }

div.le-st-m.le-egjkq1z9ir .le-relays{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    }

div.le-st-m.le-egjkq1z9ir .le-q8c4ekq3ewgmo{
    padding: 120px 0 80px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
    }

div.le-st-m.le-egjkq1z9ir .le-starterm h1{
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    }

div.le-st-m.le-egjkq1z9ir .le-fusebox{
    font-size: 1.25rem;
    color: #555;
    margin-bottom: 40px;
    max-width: 600px;
    }

div.le-st-m.le-egjkq1z9ir .le-ignitionc{
    display: flex;
    gap: 16px;
    }

div.le-st-m.le-egjkq1z9ir .le-alternatorb{
    background-color: var(--sec-primary);
    color: #000;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(251, 188, 5, 0.4);
    transition: transform 0.2s ease;
    }

div.le-st-m.le-egjkq1z9ir .le-alternatorb:hover{
    transform: translateY(-2px);
    }

div.le-st-m.le-egjkq1z9ir .le-chassisx img{
    width: 100%;
    border-radius: var(--sec-radius);
    box-shadow: var(--sec-shadow);
    object-fit: cover;
    aspect-ratio: 4/3;
    }

div.le-st-m.le-egjkq1z9ir .le-radiatorv{
    padding: 80px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    }

div.le-st-m.le-egjkq1z9ir .le-1dmtkdovb{
    background: var(--sec-card-bg);
    padding: 40px;
    border-radius: var(--sec-radius);
    box-shadow: var(--sec-shadow);
    transition: border-color 0.3s ease;
    border: 1px solid transparent;
    }

div.le-st-m.le-egjkq1z9ir .le-1dmtkdovb:hover{
    border-color: var(--sec-secondary);
    }

div.le-st-m.le-egjkq1z9ir .le-1dmtkdovb svg{
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    color: var(--sec-secondary);
    }

div.le-st-m.le-egjkq1z9ir .le-1dmtkdovb h2{
    font-size: 1.5rem;
    margin-bottom: 16px;
    }

div.le-st-m.le-egjkq1z9ir .le-1dmtkdovb p{
    font-size: 0.95rem;
    color: #666;
    }

div.le-st-m.le-egjkq1z9ir .le-intakem{
    padding: 100px 0;
    background-color: #fff; color: #1a1a2e;}

div.le-st-m.le-egjkq1z9ir .le-spoilerw{
    display: flex;
    align-items: center;
    gap: 80px;
    margin-bottom: 100px;
    }

div.le-st-m.le-egjkq1z9ir .le-spoilerw.le-battery_z{
    flex-direction: row-reverse;
    }

div.le-st-m.le-egjkq1z9ir .le-exhaust_p{
    flex: 1;
    }

div.le-st-m.le-egjkq1z9ir .le-hmaxrnwz507l{
    flex: 1;
    }

div.le-st-m.le-egjkq1z9ir .le-hmaxrnwz507l img{
    width: 100%;
    border-radius: 20px;
    }

div.le-st-m.le-egjkq1z9ir .le-controlm{
    display: inline-block;
    padding: 4px 12px;
    background: var(--sec-bg);
    border-radius: 20px;
    font-size: 0.85rem;
    margin-bottom: 12px;
    font-weight: 600;
    }

div.le-st-m.le-egjkq1z9ir .le-muffler_tip{
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;
    }

div.le-st-m.le-egjkq1z9ir .le-muffler_tip td{
    padding: 16px 0;
    border-bottom: 1px solid #eee;
    }

div.le-st-m.le-egjkq1z9ir .le-muffler_tip td:first-child{
    font-weight: 600;
    width: 30%;
    }

div.le-st-m.le-egjkq1z9ir .footer-site{
    background: #111;
    color: #fff;
    padding: 80px 0 40px;
    margin-top: 100px;
    }

div.le-st-m.le-egjkq1z9ir .footer-grid{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
    }

div.le-st-m.le-egjkq1z9ir .footer-brand h3{
    font-size: 1.5rem;
    margin-bottom: 20px;
    }

div.le-st-m.le-egjkq1z9ir .footer-links h4{
    margin-bottom: 20px;
    color: var(--sec-primary);
    }

div.le-st-m.le-egjkq1z9ir .footer-links ul{
    list-style: none;
    padding: 0;
    }

div.le-st-m.le-egjkq1z9ir .footer-links li{
    margin-bottom: 12px;
    }

div.le-st-m.le-egjkq1z9ir .footer-links a{
    color: #aaa;
    text-decoration: none;
    font-size: 0.9rem;
    }

div.le-st-m.le-egjkq1z9ir .footer-links a:hover{
    color: #fff;
    }

div.le-st-m.le-egjkq1z9ir .footer-bottom{
    padding-top: 40px;
    border-top: 1px solid #333;
    text-align: center;
    font-size: 0.8rem;
    color: #666;
    }

@media (max-width: 968px){div.le-st-m.le-egjkq1z9ir .le-q8c4ekq3ewgmo, div.le-st-m.le-egjkq1z9ir .le-radiatorv, div.le-st-m.le-egjkq1z9ir .le-spoilerw{
    grid-template-columns: 1fr;
    flex-direction: column;
    text-align: left;
    gap: 40px;
    }
div.le-st-m.le-egjkq1z9ir .le-starterm h1{ font-size: 2.5rem; }
div.le-st-m.le-egjkq1z9ir .footer-grid{ grid-template-columns: 1fr 1fr; }}

.le-starterm{
    flex: 1;
    text-align: left;
    }

.le-chassisx{
    flex: 1.2;
    position: relative;
    }

.le-chassisx img{
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    aspect-ratio: 16/10;
    object-fit: cover;
    }

.le-fusebox{
    font-size: 1.25rem;
    color: var(--pg-text-light);
    margin-bottom: 2.5rem;
    max-width: 540px;
    }

.le-ignitionc{
    display: flex;
    gap: 1rem;
    align-items: center;
    }

.le-alternatorb{
    background-color: var(--pg-primary);
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 10px 20px -5px hsla(44, 82%, 52%, 0.4);
    transition: var(--pg-transition);
    }

.le-alternatorb:hover{
    transform: translateY(-2px);
    box-shadow: 0 15px 25px -5px hsla(44, 82%, 52%, 0.5);
    }

.le-radiatorv{
    padding: 6rem var(--pg-spacing-unit);
    max-width: 1200px;
    margin: 0 auto;
    }

.info-row.le-battery_z{
    flex-direction: row-reverse;
    }

@media (max-width: 968px){.hero-section {
    flex-direction: column;
    padding: 4rem var(--pg-spacing-unit);
    text-align: left;
    }
.grid-container {
    grid-template-columns: 1fr;
    }
.info-row, .info-row.le-battery_z {
    flex-direction: column;
    }
.footer-container {
    grid-template-columns: 1fr 1fr;
    }}

div.le-st-m.le-n2fq0cxy *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }

div.le-st-m.le-n2fq0cxy{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--guide-text);
    background: var(--guide-bg);
    line-height: 1.6;
    }

div.le-st-m.le-n2fq0cxy .le-memoryv{
    background: linear-gradient(135deg, var(--guide-accent) 0%, hsl(44, 82%, 42%) 100%);
    padding: 80px 20px 60px;
    text-align: center;
    color: white;
    }

div.le-st-m.le-n2fq0cxy .le-memoryv h1{
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    }

div.le-st-m.le-n2fq0cxy .le-memoryv p{
    font-size: 1.1rem;
    max-width: 720px;
    margin: 0 auto;
    opacity: 0.95;
    }

div.le-st-m.le-n2fq0cxy .le-displayp{
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 20px;
    }

div.le-st-m.le-n2fq0cxy .le-gamepad{
    margin-bottom: 80px;
    }

div.le-st-m.le-n2fq0cxy .le-gamepad h2{
    font-size: 2rem;
    margin-bottom: 30px;
    color: var(--guide-text);
    font-weight: 600;
    }

div.le-st-m.le-n2fq0cxy .le-tripods{
    display: grid;
    gap: 30px;
    }

div.le-st-m.le-n2fq0cxy .le-mouseclk{
    background: var(--guide-card-bg);
    border: 1px solid var(--guide-border);
    padding: 30px;
    display: flex;
    gap: 25px;
    align-items: flex-start;
    }

div.le-st-m.le-n2fq0cxy .le-s35mpnofrq{
    background: var(--guide-accent);
    color: white;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 700;
    flex-shrink: 0;
    }

div.le-st-m.le-n2fq0cxy .le-speaker_v h3{
    font-size: 1.3rem;
    margin-bottom: 12px;
    color: var(--guide-text);
    }

div.le-st-m.le-n2fq0cxy .le-speaker_v p{
    color: hsl(44, 10%, 35%);
    line-height: 1.7;
    }

div.le-st-m.le-n2fq0cxy .le-headset{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 40px;
    }

div.le-st-m.le-n2fq0cxy .le-microph{
    background: var(--guide-card-bg);
    border: 1px solid var(--guide-border);
    padding: 30px;
    }

div.le-st-m.le-n2fq0cxy .le-microph h3{
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: var(--guide-text);
    display: flex;
    align-items: center;
    gap: 10px;
    }

div.le-st-m.le-n2fq0cxy .le-touchpad{
    width: 28px;
    height: 28px;
    background: var(--guide-secondary);
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
    }

div.le-st-m.le-n2fq0cxy .le-microph p{
    color: hsl(44, 10%, 35%);
    line-height: 1.7;
    }

div.le-st-m.le-n2fq0cxy .le-solidst{
    margin: 60px 0;
    background: var(--guide-card-bg);
    border: 1px solid var(--guide-border);
    overflow: hidden;
    }

div.le-st-m.le-n2fq0cxy .le-solidst img{
    width: 100%;
    height: auto;
    display: block;
    }

div.le-st-m.le-n2fq0cxy .le-cameral{
    margin-top: 60px;
    }

div.le-st-m.le-n2fq0cxy .le-cameral h2{
    text-align: center;
    margin-bottom: 50px;
    }

div.le-st-m.le-n2fq0cxy .le-filter_l{
    background: var(--guide-card-bg);
    border: 1px solid var(--guide-border);
    padding: 25px 30px;
    margin-bottom: 15px;
    }

div.le-st-m.le-n2fq0cxy .le-filter_l h3{
    font-size: 1.15rem;
    margin-bottom: 12px;
    color: var(--guide-text);
    }

div.le-st-m.le-n2fq0cxy .le-filter_l p{
    color: hsl(44, 10%, 35%);
    line-height: 1.7;
    }

div.le-st-m.le-n2fq0cxy .le-joystk{
    background: linear-gradient(135deg, var(--guide-secondary) 0%, hsl(146, 65%, 42%) 100%);
    padding: 60px 30px;
    text-align: center;
    margin: 80px 0 0;
    color: white;
    }

div.le-st-m.le-n2fq0cxy .le-joystk h2{
    font-size: 2.2rem;
    margin-bottom: 20px;
    color: white;
    }

div.le-st-m.le-n2fq0cxy .le-joystk p{
    font-size: 1.1rem;
    margin-bottom: 30px;
    opacity: 0.95;
    }

div.le-st-m.le-n2fq0cxy .le-key_input{
    display: inline-block;
    background: white;
    color: #1a1a2e;
    padding: 16px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s, box-shadow 0.2s;
    }

div.le-st-m.le-n2fq0cxy .le-key_input:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    }

div.le-st-m.le-n2fq0cxy .le-harddr{
    color: var(--guide-accent);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
    }

div.le-st-m.le-n2fq0cxy .le-harddr:hover{
    border-bottom-color: var(--guide-accent);
    }

@media (max-width: 768px){div.le-st-m.le-n2fq0cxy .le-memoryv h1{
    font-size: 2rem;
    }
    div.le-st-m.le-n2fq0cxy .le-mouseclk{
    flex-direction: column;
    }
    div.le-st-m.le-n2fq0cxy .le-headset{
    grid-template-columns: 1fr;
    }
    div.le-st-m.le-n2fq0cxy .le-gamepad h2{
    font-size: 1.6rem;
    }}

.cc-sec-area.active,
.cc-sec-area.cc-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}