:root {
  --primary: hsl(86, 65%, 53%);
  --secondary: hsl(191, 52%, 53%);
  --text: hsl(86, 10%, 6%);
  --bg: hsl(86, 6%, 97%);
  --card-bg: hsl(0, 0%, 100%);
  --download-primary: hsl(86, 65%, 53%);
  --download-secondary: hsl(191, 52%, 53%);
  --download-text: hsl(86, 10%, 6%);
  --download-bg: hsl(86, 6%, 97%);
  --download-card-bg: #ffffff;
  --feature-primary: hsl(86, 65%, 53%);
  --feature-secondary: hsl(191, 52%, 53%);
  --feature-text: hsl(86, 10%, 6%);
  --feature-bg: hsl(86, 6%, 97%);
  --feature-card-bg: #ffffff;
  --system-accent: hsl(86, 65%, 53%);
  --system-secondary: hsl(191, 52%, 53%);
  --system-text: hsl(86, 10%, 6%);
  --system-bg: hsl(86, 6%, 97%);
  --system-card-bg: #ffffff;
  --install-accent: hsl(86, 65%, 53%);
  --install-secondary: hsl(191, 52%, 53%);
  --install-text: hsl(86, 10%, 6%);
  --install-bg: hsl(86, 6%, 97%);
  --install-card-bg: #ffffff;
  --faq-accent: hsl(86, 65%, 53%);
  --faq-secondary: hsl(191, 52%, 53%);
  --faq-text: hsl(86, 10%, 6%);
  --faq-bg: hsl(86, 6%, 97%);
  --faq-card-bg: hsl(0, 0%, 100%);
  --faq-border: hsl(86, 10%, 85%);
}

.wg-crystalq2c{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    }

.wg-void_linko8j{
    font-size: 24px;
    font-weight: 700;
    color: var(--text, #0f0f0f);
    text-decoration: none;
    }

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

div.wg-st-m.wg-to9dulo{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text, #0f0f0f);
    background: var(--bg, #f7f7f6);
    line-height: 1.6;
    }

div.wg-st-m.wg-to9dulo div.wg-st-h{
    background: var(--card-bg, #fff);
    border-bottom: 1px solid hsl(0, 0%, 90%);
    position: sticky;
    top: 0;
    z-index: 100;
    }

div.wg-st-m.wg-to9dulo .nav-container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    }

div.wg-st-m.wg-to9dulo .logo{
    font-size: 24px;
    font-weight: 700;
    color: var(--text, #0f0f0f);
    text-decoration: none;
    }

div.wg-st-m.wg-to9dulo div.wg-st-n ul{
    display: flex;
    gap: 32px;
    list-style: none;
    }

div.wg-st-m.wg-to9dulo div.wg-st-n a{
    color: var(--text, #0f0f0f);
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
    }

div.wg-st-m.wg-to9dulo div.wg-st-n a:hover{
    color: var(--primary, #a3d948);
    }

div.wg-st-m.wg-to9dulo{
    overflow-x: hidden;
    }

div.wg-st-m.wg-to9dulo .wg-drift{
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    min-height: 50vh;
    }

div.wg-st-m.wg-to9dulo .wg-apex_core h1{
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 24px;
    text-align: left;
    }

div.wg-st-m.wg-to9dulo .wg-apex_core p{
    font-size: 18px;
    color: hsl(86, 10%, 30%);
    margin-bottom: 32px;
    text-align: left;
    }

div.wg-st-m.wg-to9dulo .wg-surge_point{
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
    }

div.wg-st-m.wg-to9dulo .wg-surge_point img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }

div.wg-st-m.wg-to9dulo .wg-pulse_wave{
    display: inline-block;
    background: linear-gradient(135deg, var(--primary, #a3d948), var(--secondary, #4db8c9));
    color: #1a1a2e;
    padding: 16px 48px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(163, 217, 72, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
    }

div.wg-st-m.wg-to9dulo .wg-pulse_wave:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(163, 217, 72, 0.4);
    }

div.wg-st-m.wg-to9dulo .wg-zephyr_node{
    background: var(--card-bg, #fff);
    padding: 80px 24px;
    }

div.wg-st-m.wg-to9dulo .wg-ember{
    max-width: 1200px;
    margin: 0 auto;
    }

div.wg-st-m.wg-to9dulo .wg-zephyr_node h2{
    font-size: 42px;
    margin-bottom: 60px;
    text-align: left;
    }

div.wg-st-m.wg-to9dulo .wg-fractal_bit{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    }

div.wg-st-m.wg-to9dulo .wg-ripple{
    padding: 32px;
    background: var(--bg, #f7f7f6);
    }

div.wg-st-m.wg-to9dulo .wg-nexus_12{
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    }

div.wg-st-m.wg-to9dulo .wg-ripple h3{
    font-size: 22px;
    margin-bottom: 12px;
    }

div.wg-st-m.wg-to9dulo .wg-ripple p{
    font-size: 15px;
    color: hsl(86, 10%, 30%);
    line-height: 1.7;
    }

div.wg-st-m.wg-to9dulo .wg-glitch{
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 24px;
    }

div.wg-st-m.wg-to9dulo .wg-glitch h2{
    font-size: 42px;
    margin-bottom: 48px;
    }

div.wg-st-m.wg-to9dulo .wg-echo{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    }

div.wg-st-m.wg-to9dulo .wg-cascade_flow{
    background: var(--card-bg, #fff);
    padding: 40px 32px;
    text-align: center;
    border: 1px solid hsl(0, 0%, 90%);
    }

div.wg-st-m.wg-to9dulo .wg-cascade_flow h3{
    font-size: 20px;
    margin-bottom: 12px;
    }

div.wg-st-m.wg-to9dulo .wg-cascade_flow p{
    font-size: 14px;
    color: hsl(86, 10%, 40%);
    margin-bottom: 8px;
    }

div.wg-st-m.wg-to9dulo .wg-halo{
    display: inline-block;
    margin-top: 16px;
    color: var(--primary, #a3d948);
    text-decoration: none;
    font-weight: 600;
    }

div.wg-st-m.wg-to9dulo .wg-halo:hover{
    text-decoration: underline;
    }

div.wg-st-m.wg-to9dulo div.wg-st-f{
    background: var(--text, #0f0f0f);
    color: hsl(0, 0%, 90%);
    padding: 48px 24px 32px;
    margin-top: 80px;
    }

div.wg-st-m.wg-to9dulo .wg-twilight{
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 32px;
    }

div.wg-st-m.wg-to9dulo .wg-prism_arc h4{
    font-size: 16px;
    margin-bottom: 16px;
    color: var(--primary, #a3d948);
    }

div.wg-st-m.wg-to9dulo .wg-prism_arc ul{
    list-style: none;
    }

div.wg-st-m.wg-to9dulo .wg-prism_arc a{
    color: hsl(0, 0%, 80%);
    text-decoration: none;
    font-size: 14px;
    line-height: 2;
    }

div.wg-st-m.wg-to9dulo .wg-prism_arc a:hover{
    color: var(--primary, #a3d948);
    }

div.wg-st-m.wg-to9dulo .wg-vortex{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 24px;
    border-top: 1px solid hsl(0, 0%, 20%);
    text-align: center;
    font-size: 14px;
    color: hsl(0, 0%, 60%);
    }

@media (max-width: 768px){div.wg-st-m.wg-to9dulo .wg-drift{
    grid-template-columns: 1fr;
    gap: 40px;
    }
div.wg-st-m.wg-to9dulo .wg-apex_core h1{
    font-size: 40px;
    text-align: left;
    }
div.wg-st-m.wg-to9dulo .wg-apex_core p{
    text-align: left;
    }
div.wg-st-m.wg-to9dulo .wg-fractal_bit, div.wg-st-m.wg-to9dulo .wg-echo{
    grid-template-columns: 1fr;
    }
div.wg-st-m.wg-to9dulo .wg-twilight{
    grid-template-columns: 1fr;
    }
div.wg-st-m.wg-to9dulo div.wg-st-n ul{
    gap: 16px;
    }}

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

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

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

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

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

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

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

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

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

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

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

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

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

.wg-shimmerz3s{box-sizing:border-box;}

.wg-twilight{
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 32px;
    }

.wg-prism_arc h4{
    font-size: 16px;
    margin-bottom: 16px;
    color: var(--primary, #a3d948);
    }

.wg-prism_arc ul{
    list-style: none;
    }

.wg-prism_arc a{
    color: hsl(0, 0%, 80%);
    text-decoration: none;
    font-size: 14px;
    line-height: 2;
    }

.wg-prism_arc a:hover{
    color: var(--primary, #a3d948);
    }

.wg-vortex{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 24px;
    border-top: 1px solid hsl(0, 0%, 20%);
    text-align: center;
    font-size: 14px;
    color: hsl(0, 0%, 60%);
    }

@media (max-width: 768px){.wg-twilight{
    grid-template-columns: 1fr;
    }}

.site-logo{display:block;max-width:100%;height:auto;}

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

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

div.wg-st-m.wg-7xu6zp57 *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }

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

div.wg-st-m.wg-7xu6zp57 .wg-orbit_sync{
    min-height: 50vh;
    display: flex;
    align-items: center;
    padding: 60px 20px;
    background: linear-gradient(135deg, var(--download-primary) 0%, var(--download-secondary) 100%);
    position: relative;
    overflow: hidden;
    }

div.wg-st-m.wg-7xu6zp57 .wg-orbit_sync::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url("../img/download-browser-download-install-1.jpg") center/cover;
    opacity: 0.15;
    }

div.wg-st-m.wg-7xu6zp57 .wg-vapor{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
    }

div.wg-st-m.wg-7xu6zp57 .wg-vapor h1{
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: left;
    }

div.wg-st-m.wg-7xu6zp57 .wg-vapor p{
    font-size: 20px;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 40px;
    text-align: left;
    max-width: 600px;
    margin-left: 0;
    }

div.wg-st-m.wg-7xu6zp57 .wg-delta_path{
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    border-radius: 4px;
    color: #1a1a2e;
    font-size: 14px;
    margin-bottom: 30px;
    float: right;
    clear: both;
    }

div.wg-st-m.wg-7xu6zp57 .wg-vector_loop{
    max-width: 1200px;
    margin: -80px auto 0;
    padding: 0 20px 80px;
    position: relative;
    z-index: 2;
    }

div.wg-st-m.wg-7xu6zp57 .wg-pixel_gate{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    }

div.wg-st-m.wg-7xu6zp57 .wg-storm{
    background: var(--download-card-bg);
    padding: 32px;
    border-radius: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s;
    }

div.wg-st-m.wg-7xu6zp57 .wg-storm:hover{
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    }

div.wg-st-m.wg-7xu6zp57 .wg-bloom{
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    }

div.wg-st-m.wg-7xu6zp57 .wg-storm h2{
    font-size: 24px;
    margin-bottom: 12px;
    color: var(--download-text);
    }

div.wg-st-m.wg-7xu6zp57 .wg-helix_data{
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.8;
    }

div.wg-st-m.wg-7xu6zp57 .wg-helix_data div{
    margin-bottom: 6px;
    }

div.wg-st-m.wg-7xu6zp57 .wg-zenith_map{
    display: inline-block;
    background: var(--download-primary);
    color: var(--download-text);
    padding: 14px 32px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

div.wg-st-m.wg-7xu6zp57 .wg-zenith_map:hover{
    background: hsl(86, 65%, 48%);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px); color: #1a1a2e;}

div.wg-st-m.wg-7xu6zp57 .wg-spark{
    background: var(--download-card-bg);
    padding: 80px 20px;
    }

div.wg-st-m.wg-7xu6zp57 .wg-spiral_node{
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    }

div.wg-st-m.wg-7xu6zp57 .wg-flash h2{
    font-size: 32px;
    margin-bottom: 24px;
    text-align: left;
    }

div.wg-st-m.wg-7xu6zp57 .wg-glow{
    list-style: none;
    }

div.wg-st-m.wg-7xu6zp57 .wg-glow li{
    padding: 16px 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 15px;
    }

div.wg-st-m.wg-7xu6zp57 .wg-glow li:last-child{
    border-bottom: none;
    }

div.wg-st-m.wg-7xu6zp57 .wg-glow strong{
    display: block;
    margin-bottom: 4px;
    color: var(--download-text);
    }

div.wg-st-m.wg-7xu6zp57 .wg-flare{
    padding: 80px 20px;
    background: var(--download-bg);
    }

div.wg-st-m.wg-7xu6zp57 .wg-frost{
    max-width: 1200px;
    margin: 0 auto;
    }

div.wg-st-m.wg-7xu6zp57 .wg-frost h2{
    font-size: 32px;
    margin-bottom: 40px;
    }

div.wg-st-m.wg-7xu6zp57 .wg-matrix_hub{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    }

div.wg-st-m.wg-7xu6zp57 .wg-quantum_ray{
    padding: 24px;
    background: var(--download-card-bg);
    }

div.wg-st-m.wg-7xu6zp57 .wg-quantum_ray svg{
    width: 32px;
    height: 32px;
    margin-bottom: 16px;
    }

div.wg-st-m.wg-7xu6zp57 .wg-quantum_ray h3{
    font-size: 18px;
    margin-bottom: 12px;
    }

div.wg-st-m.wg-7xu6zp57 .wg-quantum_ray p{
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    }

div.wg-st-m.wg-7xu6zp57 .wg-cipher_key{
    padding: 80px 20px;
    background: var(--download-card-bg);
    }

div.wg-st-m.wg-7xu6zp57 .wg-shadow{
    max-width: 800px;
    margin: 0 auto;
    }

div.wg-st-m.wg-7xu6zp57 .wg-shadow h2{
    font-size: 32px;
    margin-bottom: 16px;
    text-align: left;
    }

div.wg-st-m.wg-7xu6zp57 .wg-mist{
    text-align: left;
    margin-bottom: 40px;
    color: #666;
    }

div.wg-st-m.wg-7xu6zp57 .wg-phase_shift{
    counter-reset: step;
    }

div.wg-st-m.wg-7xu6zp57 .wg-dust{
    padding: 24px;
    margin-bottom: 16px;
    background: var(--download-bg);
    position: relative;
    padding-left: 80px;
    }

div.wg-st-m.wg-7xu6zp57 .wg-dust::before{
    counter-increment: step;
    content: counter(step);
    position: absolute;
    left: 24px;
    top: 24px;
    width: 40px;
    height: 40px;
    background: var(--download-primary);
    color: var(--download-text);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    }

div.wg-st-m.wg-7xu6zp57 .wg-dust h3{
    font-size: 18px;
    margin-bottom: 8px;
    }

div.wg-st-m.wg-7xu6zp57 .wg-dust p{
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    }

div.wg-st-m.wg-7xu6zp57 .footer-content{
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
    }

div.wg-st-m.wg-7xu6zp57 .footer-brand h3{
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 12px;
    }

div.wg-st-m.wg-7xu6zp57 .footer-brand p{
    font-size: 14px;
    line-height: 1.7;
    }

div.wg-st-m.wg-7xu6zp57 .footer-links h4{
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 16px;
    }

div.wg-st-m.wg-7xu6zp57 .footer-links ul{
    list-style: none;
    }

div.wg-st-m.wg-7xu6zp57 .footer-links a{
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    line-height: 2;
    transition: color 0.2s;
    }

div.wg-st-m.wg-7xu6zp57 .footer-links a:hover{
    color: var(--download-primary);
    }

div.wg-st-m.wg-7xu6zp57 .footer-bottom{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 13px;
    }

@media (max-width: 768px){div.wg-st-m.wg-7xu6zp57 .wg-vapor h1{
    font-size: 32px;
    text-align: left;
    }
    div.wg-st-m.wg-7xu6zp57 .wg-vapor p{
    text-align: left;
    margin-left: 0;
    }
    div.wg-st-m.wg-7xu6zp57 .wg-delta_path{
    float: none;
    }
    div.wg-st-m.wg-7xu6zp57 .wg-pixel_gate{
    grid-template-columns: 1fr;
    }
    div.wg-st-m.wg-7xu6zp57 .wg-spiral_node{
    grid-template-columns: 1fr;
    }
    div.wg-st-m.wg-7xu6zp57 .wg-flash h2{
    text-align: left;
    }
    div.wg-st-m.wg-7xu6zp57 .wg-matrix_hub{
    grid-template-columns: 1fr;
    }
    div.wg-st-m.wg-7xu6zp57 .wg-shadow h2{
    text-align: left;
    }
    div.wg-st-m.wg-7xu6zp57 .wg-mist{
    text-align: left;
    }
    div.wg-st-m.wg-7xu6zp57 .footer-content{
    grid-template-columns: 1fr;
    }}

[data-shell="footer"]{
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }

[data-shell="footer"] > :first-child,
    [data-shell="footer"] > :last-child{
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }

.wg-st-f{box-sizing:border-box;}

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

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

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

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

div.wg-st-m.wg-wz5magd8z .wg-dawn{
    min-height: 50vh;
    display: flex;
    align-items: center;
    padding: 80px 5%;
    background: linear-gradient(135deg, var(--feature-primary) 0%, var(--feature-secondary) 100%);
    }

div.wg-st-m.wg-wz5magd8z .wg-fog{
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    }

div.wg-st-m.wg-wz5magd8z .wg-rust h1{
    font-size: 2.8rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 24px;
    line-height: 1.2;
    text-align: left;
    }

div.wg-st-m.wg-wz5magd8z .wg-rust p{
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 32px;
    text-align: left;
    }

div.wg-st-m.wg-wz5magd8z .wg-fusion_cell{
    display: inline-block;
    padding: 16px 40px;
    background: #ffffff;
    color: #1a1a2e;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s, box-shadow 0.2s;
    float: right;
    }

div.wg-st-m.wg-wz5magd8z .wg-fusion_cell:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
    }

div.wg-st-m.wg-wz5magd8z .wg-tide{
    position: relative;
    height: 400px;
    }

div.wg-st-m.wg-wz5magd8z .wg-tide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    }

div.wg-st-m.wg-wz5magd8z .wg-i2jh12ojnp{
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 5%;
    }

div.wg-st-m.wg-wz5magd8z .wg-i2jh12ojnp h2{
    font-size: 2.4rem;
    margin-bottom: 60px;
    text-align: left;
    color: var(--feature-text);
    }

div.wg-st-m.wg-wz5magd8z .wg-dusk{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    }

div.wg-st-m.wg-wz5magd8z .wg-neural_web{
    background: var(--feature-card-bg);
    padding: 40px 32px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    }

div.wg-st-m.wg-wz5magd8z .wg-neural_web:hover{
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    }

div.wg-st-m.wg-wz5magd8z .wg-vertex_zone{
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    }

div.wg-st-m.wg-wz5magd8z .wg-vertex_zone svg{
    width: 100%;
    height: 100%;
    fill: var(--feature-primary);
    }

div.wg-st-m.wg-wz5magd8z .wg-neural_web h3{
    font-size: 1.4rem;
    margin-bottom: 12px;
    color: var(--feature-text);
    }

div.wg-st-m.wg-wz5magd8z .wg-neural_web p{
    font-size: 0.95rem;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.7;
    }

div.wg-st-m.wg-wz5magd8z .wg-binary_edge{
    background: #ffffff;
    padding: 100px 5%; color: #1a1a2e;}

div.wg-st-m.wg-wz5magd8z .wg-ash{
    max-width: 1200px;
    margin: 0 auto;
    }

div.wg-st-m.wg-wz5magd8z .wg-photon_beam{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 100px;
    }

div.wg-st-m.wg-wz5magd8z .wg-photon_beam:last-child{
    margin-bottom: 0;
    }

div.wg-st-m.wg-wz5magd8z .wg-photon_beam:nth-child(even){
    direction: rtl;
    }

div.wg-st-m.wg-wz5magd8z .wg-photon_beam:nth-child(even) > *{
    direction: ltr;
    }

div.wg-st-m.wg-wz5magd8z .wg-logic_tree h3{
    font-size: 2rem;
    margin-bottom: 20px;
    color: var(--feature-text);
    }

div.wg-st-m.wg-wz5magd8z .wg-logic_tree p{
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.75);
    line-height: 1.8;
    margin-bottom: 16px;
    }

div.wg-st-m.wg-wz5magd8z .wg-logic_tree a{
    color: var(--feature-secondary);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 2px solid var(--feature-secondary);
    transition: opacity 0.2s;
    }

div.wg-st-m.wg-wz5magd8z .wg-logic_tree a:hover{
    opacity: 0.8;
    }

div.wg-st-m.wg-wz5magd8z .wg-haze{
    height: 360px;
    overflow: hidden;
    }

div.wg-st-m.wg-wz5magd8z .wg-haze img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }

div.wg-st-m.wg-wz5magd8z .wg-plasma_ring{
    background: var(--feature-text);
    padding: 80px 5%;
    text-align: center;
    }

div.wg-st-m.wg-wz5magd8z .wg-plasma_ring h2{
    font-size: 2.2rem;
    color: #ffffff;
    margin-bottom: 24px;
    }

div.wg-st-m.wg-wz5magd8z .wg-plasma_ring p{
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
    }

div.wg-st-m.wg-wz5magd8z .wg-smoke{
    display: inline-block;
    padding: 18px 48px;
    background: var(--feature-primary);
    color: var(--feature-text);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
    }

div.wg-st-m.wg-wz5magd8z .wg-smoke:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4);
    }

div.wg-st-m.wg-wz5magd8z .footer-content{
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
    }

div.wg-st-m.wg-wz5magd8z .footer-brand h3{
    font-size: 1.5rem;
    margin-bottom: 12px;
    color: var(--feature-text);
    }

div.wg-st-m.wg-wz5magd8z .footer-brand p{
    font-size: 0.9rem;
    color: rgba(0, 0, 0, 0.6);
    }

div.wg-st-m.wg-wz5magd8z .footer-links h4{
    font-size: 1rem;
    margin-bottom: 16px;
    color: var(--feature-text);
    }

div.wg-st-m.wg-wz5magd8z .footer-links ul{
    list-style: none;
    }

div.wg-st-m.wg-wz5magd8z .footer-links li{
    margin-bottom: 8px;
    }

div.wg-st-m.wg-wz5magd8z .footer-links a{
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
    }

div.wg-st-m.wg-wz5magd8z .footer-links a:hover{
    color: var(--feature-primary);
    }

div.wg-st-m.wg-wz5magd8z .footer-bottom{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 32px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 0.85rem;
    color: rgba(0, 0, 0, 0.6);
    }

@media (max-width: 968px){div.wg-st-m.wg-wz5magd8z .wg-fog{
    grid-template-columns: 1fr;
    gap: 40px;
    }
    div.wg-st-m.wg-wz5magd8z .wg-rust h1, div.wg-st-m.wg-wz5magd8z .wg-rust p{
    text-align: left;
    }
    div.wg-st-m.wg-wz5magd8z .wg-fusion_cell{
    float: none;
    }
    div.wg-st-m.wg-wz5magd8z .wg-dusk{
    grid-template-columns: 1fr;
    }
    div.wg-st-m.wg-wz5magd8z .wg-photon_beam{
    grid-template-columns: 1fr;
    gap: 40px;
    }
    div.wg-st-m.wg-wz5magd8z .wg-photon_beam:nth-child(even){
    direction: ltr;
    }
    div.wg-st-m.wg-wz5magd8z .footer-content{
    grid-template-columns: 1fr;
    }}

div.wg-st-m.wg-61c2tts *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }

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

div.wg-st-m.wg-61c2tts .wg-gleam{
    background: linear-gradient(135deg, var(--system-accent) 0%, var(--system-secondary) 100%);
    padding: 80px 20px 60px;
    text-align: left;
    }

div.wg-st-m.wg-61c2tts .wg-gleam h1{
    font-size: 2.8rem;
    font-weight: 700;
    color: #ffffff;
    max-width: 900px;
    margin: 0 0 0 auto;
    line-height: 1.2;
    }

div.wg-st-m.wg-61c2tts .wg-gleam p{
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.95);
    max-width: 700px;
    margin: 20px 0 0 auto;
    }

div.wg-st-m.wg-61c2tts .wg-wisp{
    max-width: 1200px;
    margin: -40px auto 0;
    padding: 0 20px 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    }

div.wg-st-m.wg-61c2tts .wg-blur{
    background: var(--system-card-bg);
    border-radius: 0;
    padding: 40px 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s;
    }

div.wg-st-m.wg-61c2tts .wg-blur:hover{
    transform: translateY(-4px);
    }

div.wg-st-m.wg-61c2tts .wg-blur h2{
    font-size: 1.5rem;
    margin-bottom: 24px;
    color: var(--system-text);
    display: flex;
    align-items: center;
    gap: 12px;
    }

div.wg-st-m.wg-61c2tts .wg-blur h2 svg{
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    }

div.wg-st-m.wg-61c2tts .wg-tint{
    margin-bottom: 16px;
    padding-left: 20px;
    position: relative;
    }

div.wg-st-m.wg-61c2tts .wg-tint::before{
    content: "•";
    position: absolute;
    left: 0;
    color: var(--system-accent);
    font-weight: bold;
    }

div.wg-st-m.wg-61c2tts .wg-thread_lock{
    font-weight: 600;
    color: var(--system-text);
    display: block;
    margin-bottom: 4px;
    }

div.wg-st-m.wg-61c2tts .wg-signal_port{
    color: rgba(0, 0, 0, 0.7);
    font-size: 0.95rem;
    }

div.wg-st-m.wg-61c2tts .wg-crypto_seed{
    background: var(--system-card-bg);
    padding: 80px 20px;
    }

div.wg-st-m.wg-61c2tts .wg-streak{
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    }

div.wg-st-m.wg-61c2tts .wg-streak:nth-child(even){
    direction: rtl;
    }

div.wg-st-m.wg-61c2tts .wg-streak:nth-child(even) > *{
    direction: ltr;
    }

div.wg-st-m.wg-61c2tts .wg-fade h2{
    font-size: 2rem;
    margin-bottom: 20px;
    color: var(--system-text);
    }

div.wg-st-m.wg-61c2tts .wg-fade p{
    font-size: 1.05rem;
    color: rgba(0, 0, 0, 0.75);
    margin-bottom: 16px;
    }

div.wg-st-m.wg-61c2tts .wg-fade a{
    color: var(--system-secondary);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s;
    }

div.wg-st-m.wg-61c2tts .wg-fade a:hover{
    border-bottom-color: var(--system-secondary);
    }

div.wg-st-m.wg-61c2tts .wg-parser_hook{
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    border-radius: 0;
    }

div.wg-st-m.wg-61c2tts .wg-engine_slot{
    padding: 80px 20px;
    background: var(--system-bg);
    }

div.wg-st-m.wg-61c2tts .wg-engine_slot h2{
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 50px;
    color: var(--system-text);
    }

div.wg-st-m.wg-61c2tts .wg-cache_line{
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    }

div.wg-st-m.wg-61c2tts .wg-packet_flow{
    background: var(--system-card-bg);
    padding: 32px;
    border-left: 4px solid var(--system-accent);
    }

div.wg-st-m.wg-61c2tts .wg-packet_flow h3{
    font-size: 1.3rem;
    margin-bottom: 16px;
    color: var(--system-text);
    }

div.wg-st-m.wg-61c2tts .wg-packet_flow ul{
    list-style: none;
    }

div.wg-st-m.wg-61c2tts .wg-packet_flow li{
    padding: 8px 0;
    color: rgba(0, 0, 0, 0.75);
    font-size: 0.95rem;
    }

div.wg-st-m.wg-61c2tts .wg-buffer_pool{
    background: linear-gradient(135deg, var(--system-secondary) 0%, var(--system-accent) 100%);
    padding: 80px 20px;
    text-align: center;
    }

div.wg-st-m.wg-61c2tts .wg-buffer_pool h2{
    font-size: 2.5rem;
    color: #ffffff;
    margin-bottom: 24px;
    }

div.wg-st-m.wg-61c2tts .wg-buffer_pool p{
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 32px;
    }

div.wg-st-m.wg-61c2tts .wg-shade{
    display: inline-block;
    background: #ffffff;
    color: #1a1a2e;
    padding: 16px 48px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s, box-shadow 0.2s;
    }

div.wg-st-m.wg-61c2tts .wg-shade:hover{
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
    }

@media (max-width: 968px){div.wg-st-m.wg-61c2tts .wg-wisp{
    grid-template-columns: 1fr;
    }
    div.wg-st-m.wg-61c2tts .wg-streak{
    grid-template-columns: 1fr;
    gap: 40px;
    }
    div.wg-st-m.wg-61c2tts .wg-cache_line{
    grid-template-columns: 1fr;
    }
    div.wg-st-m.wg-61c2tts .wg-gleam h1{
    font-size: 2rem;
    text-align: center;
    margin: 0 auto;
    }
    div.wg-st-m.wg-61c2tts .wg-gleam p{
    text-align: center;
    margin: 20px auto 0;
    }}

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

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

div.wg-st-m.wg-w8o9h2vjd .wg-aura{
    background: linear-gradient(135deg, var(--install-accent) 0%, var(--install-secondary) 100%);
    padding: 80px 20px;
    text-align: left;
    }

div.wg-st-m.wg-w8o9h2vjd .wg-aura h1{
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    max-width: 1200px;
    margin-left: 0;
    margin-right: auto;
    }

div.wg-st-m.wg-w8o9h2vjd .wg-aura p{
    font-size: 20px;
    color: rgba(255, 255, 255, 0.95);
    max-width: 1200px;
    margin: 0 auto;
    }

div.wg-st-m.wg-w8o9h2vjd .wg-sheen{
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    }

div.wg-st-m.wg-w8o9h2vjd .wg-token_hash{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 80px;
    }

div.wg-st-m.wg-w8o9h2vjd .wg-glimmer{
    background: var(--install-card-bg);
    padding: 40px 30px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    }

div.wg-st-m.wg-w8o9h2vjd .wg-glimmer h2{
    font-size: 28px;
    margin-bottom: 20px;
    color: var(--install-text);
    }

div.wg-st-m.wg-w8o9h2vjd .wg-glimmer ol{
    margin-left: 20px;
    margin-bottom: 25px;
    }

div.wg-st-m.wg-w8o9h2vjd .wg-glimmer li{
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.7;
    }

div.wg-st-m.wg-w8o9h2vjd .wg-glimmer .wg-stream_fork{
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    }

div.wg-st-m.wg-w8o9h2vjd .wg-trace{
    background: var(--install-card-bg);
    padding: 50px;
    margin-bottom: 60px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    }

div.wg-st-m.wg-w8o9h2vjd .wg-trace h2{
    font-size: 32px;
    margin-bottom: 30px;
    color: var(--install-text);
    }

div.wg-st-m.wg-w8o9h2vjd .wg-module_ref{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    }

div.wg-st-m.wg-w8o9h2vjd .wg-flicker h3{
    font-size: 20px;
    margin-bottom: 12px;
    color: var(--install-accent);
    }

div.wg-st-m.wg-w8o9h2vjd .wg-flicker p{
    font-size: 16px;
    line-height: 1.7;
    }

div.wg-st-m.wg-w8o9h2vjd .wg-ghost{
    margin-bottom: 60px;
    }

div.wg-st-m.wg-w8o9h2vjd .wg-ghost h2{
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
    }

div.wg-st-m.wg-w8o9h2vjd .wg-socket_bind{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    }

div.wg-st-m.wg-w8o9h2vjd .wg-frame_tick{
    background: var(--install-card-bg);
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    }

div.wg-st-m.wg-w8o9h2vjd .wg-frame_tick img{
    width: 100%;
    height: 240px;
    object-fit: cover;
    }

div.wg-st-m.wg-w8o9h2vjd .wg-luster{
    padding: 30px;
    }

div.wg-st-m.wg-w8o9h2vjd .wg-frame_tick h3{
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--install-text);
    }

div.wg-st-m.wg-w8o9h2vjd .wg-frame_tick p{
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    }

div.wg-st-m.wg-w8o9h2vjd .wg-render_pipe{
    background: linear-gradient(135deg, var(--install-secondary) 0%, var(--install-accent) 100%);
    padding: 60px 40px;
    text-align: center;
    margin-bottom: 60px;
    }

div.wg-st-m.wg-w8o9h2vjd .wg-render_pipe h2{
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 20px;
    }

div.wg-st-m.wg-w8o9h2vjd .wg-render_pipe p{
    font-size: 18px;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 30px;
    }

div.wg-st-m.wg-w8o9h2vjd .wg-codec_unit{
    display: inline-block;
    background: #ffffff;
    color: #1a1a2e;
    padding: 18px 50px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s, box-shadow 0.2s;
    }

div.wg-st-m.wg-w8o9h2vjd .wg-codec_unit:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    }

@media (max-width: 768px){div.wg-st-m.wg-w8o9h2vjd .wg-token_hash, div.wg-st-m.wg-w8o9h2vjd .wg-module_ref, div.wg-st-m.wg-w8o9h2vjd .wg-socket_bind{
    grid-template-columns: 1fr;
    }
    div.wg-st-m.wg-w8o9h2vjd .wg-aura h1{
    font-size: 32px;
    }
    div.wg-st-m.wg-w8o9h2vjd .wg-aura{
    text-align: center;
    }}

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

div.wg-st-m.wg-taxogdnc{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--faq-text, #1a1a1a);
    background: var(--faq-bg, #f7f7f7);
    line-height: 1.6;
    }

div.wg-st-m.wg-taxogdnc .wg-stack_peek{
    background: linear-gradient(135deg, var(--faq-accent, #a3d55f) 0%, var(--faq-secondary, #5eb8c9) 100%);
    padding: 80px 20px 60px;
    text-align: left; color: #1a1a2e;}

div.wg-st-m.wg-taxogdnc .wg-stack_peek h1{
    font-size: 2.8rem;
    font-weight: 700;
    color: white;
    margin-bottom: 16px;
    max-width: 1200px;
    margin-left: 0;
    margin-right: auto;
    }

div.wg-st-m.wg-taxogdnc .wg-twinkle{
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.95);
    max-width: 1200px;
    margin: 0 auto;
    }

div.wg-st-m.wg-taxogdnc .wg-layer_mask{
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    }

div.wg-st-m.wg-taxogdnc .wg-radiance{
    margin-bottom: 80px;
    }

div.wg-st-m.wg-taxogdnc .wg-radiance h2{
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 40px;
    color: var(--faq-text, #1a1a1a);
    text-align: left;
    padding-right: 20px;
    border-right: 4px solid var(--faq-accent, #a3d55f);
    }

div.wg-st-m.wg-taxogdnc .wg-polish{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 60px;
    }

div.wg-st-m.wg-taxogdnc .wg-state_snap{
    background: var(--faq-card-bg, white);
    padding: 32px;
    border: 1px solid var(--faq-border, #d9d9d9);
    transition: transform 0.2s, box-shadow 0.2s;
    }

div.wg-st-m.wg-taxogdnc .wg-state_snap:hover{
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    }

div.wg-st-m.wg-taxogdnc .wg-state_snap h3{
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: var(--faq-text, #1a1a1a);
    }

div.wg-st-m.wg-taxogdnc .wg-state_snap p{
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--faq-text, #1a1a1a);
    opacity: 0.85;
    margin-bottom: 12px;
    }

div.wg-st-m.wg-taxogdnc .wg-state_snap ol, div.wg-st-m.wg-taxogdnc .wg-state_snap ul{
    margin-left: 20px;
    margin-top: 12px;
    }

div.wg-st-m.wg-taxogdnc .wg-state_snap li{
    font-size: 0.95rem;
    margin-bottom: 8px;
    color: var(--faq-text, #1a1a1a);
    opacity: 0.85;
    }

div.wg-st-m.wg-taxogdnc .wg-chunk_load{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 60px;
    }

div.wg-st-m.wg-taxogdnc .wg-chunk_load:nth-child(even){
    direction: rtl;
    }

div.wg-st-m.wg-taxogdnc .wg-chunk_load:nth-child(even) > *{
    direction: ltr;
    }

div.wg-st-m.wg-taxogdnc .wg-shine h3{
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--faq-text, #1a1a1a);
    }

div.wg-st-m.wg-taxogdnc .wg-shine p{
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 16px;
    color: var(--faq-text, #1a1a1a);
    opacity: 0.85;
    }

div.wg-st-m.wg-taxogdnc .wg-shine ul{
    margin-left: 20px;
    margin-top: 16px;
    }

div.wg-st-m.wg-taxogdnc .wg-shine li{
    font-size: 0.95rem;
    margin-bottom: 10px;
    color: var(--faq-text, #1a1a1a);
    opacity: 0.85;
    }

div.wg-st-m.wg-taxogdnc .wg-gloss{
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    }

div.wg-st-m.wg-taxogdnc .wg-sparkle{
    background: var(--faq-accent, #a3d55f);
    padding: 60px 40px;
    text-align: center;
    margin-top: 80px;
    }

div.wg-st-m.wg-taxogdnc .wg-sparkle h2{
    font-size: 2rem;
    font-weight: 600;
    color: white;
    margin-bottom: 24px;
    border: none;
    text-align: center;
    padding: 0;
    }

div.wg-st-m.wg-taxogdnc .wg-sparkle p{
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 32px;
    }

div.wg-st-m.wg-taxogdnc .wg-event_trap{
    display: inline-block;
    background: white;
    color: #1a1a2e;
    padding: 16px 48px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    }

div.wg-st-m.wg-taxogdnc .wg-event_trap:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

div.wg-st-m.wg-taxogdnc .wg-queue_push{
    color: var(--faq-secondary, #5eb8c9);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
    }

div.wg-st-m.wg-taxogdnc .wg-queue_push:hover{
    border-bottom-color: var(--faq-secondary, #5eb8c9);
    }

@media (max-width: 968px){div.wg-st-m.wg-taxogdnc .wg-polish{
    grid-template-columns: 1fr;
    }
    div.wg-st-m.wg-taxogdnc .wg-chunk_load{
    grid-template-columns: 1fr;
    }
    div.wg-st-m.wg-taxogdnc .wg-stack_peek h1{
    font-size: 2rem;
    }}

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