:root {
  --page-bg: hsl(223, 6%, 96%);
  --page-text: hsl(223, 10%, 9%);
  --page-text-muted: #B3B3B3;
  --page-accent: hsl(22, 53%, 58%);
  --page-accent-hover: hsl(22, 70%, 35%);
  --page-secondary: hsl(223, 60%, 45%);
  --page-secondary-hover: hsl(223, 60%, 35%);
  --page-card-bg: hsl(0, 0%, 100%);
  --page-border: #2A2A2A;
  --page-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  --sbv2-shell-bottom-safe: 0px;
  --sbv2-shell-left-safe: 0px;
  --dl-bg: #15110f;
  --dl-surface: #221c19;
  --dl-border: #382e2a;
  --dl-primary: #ff5e3a;
  --dl-primary-hover: #ff7759;
  --dl-text: #f5ebe8;
  --dl-text-sub: #b5a8a3;
  --dl-radius: 12px;
  --ext-primary: hsl(22, 90%, 55%);
  --ext-secondary: hsl(10, 80%, 50%);
  --ext-accent: hsl(35, 100%, 60%);
  --ext-bg: var(--background-color, hsl(25, 15%, 10%));
  --ext-card-bg: hsl(25, 12%, 16%);
  --ext-text: var(--text-color, hsl(25, 10%, 94%));
  --ext-text-muted: hsl(25, 5%, 70%);
  --ext-radius: var(--border-radius-lg, 12px);
  --ext-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  --page-primary: hsl(223, 67%, 58%);
  --sec-bg-color: #0d0d0d;
  --sec-surface-color: #1a1a1a;
  --sec-surface-alt: #262626;
  --sec-primary-color: #ea580c;
  --sec-primary-hover: #c2410c;
  --sec-text-main: #f5f5f5;
  --sec-text-muted: #a3a3a3;
  --sec-border-color: #333333;
  --sec-radius: 12px;
  --sec-radius-lg: 24px;
  --sec-spacing-y: 8rem;
  --sec-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --faq-accent-color: var(--primary-color, hsl(22, 53%, 58%));
  --faq-bg-subtle: hsl(223, 6%, 96%);
  --faq-text-main: var(--text-color, hsl(223, 10%, 9%));
  --faq-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  --faq-radius: 16px;
}

.cq-zenithkcb{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--nav-bg, #1A1A1A);
    box-shadow: var(--nav-shadow, 0 -4px 20px rgba(0,0,0,0.6));
    border-radius: var(--nav-radius, 16px 16px 0 0);
    z-index: 1000;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1.25rem 2rem;
    gap: 2rem;
    border-top: 1px solid var(--page-border);
    }

.cq-zenithkcb a{
    color: var(--nav-text, #EAEAEA);
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    transition: color 0.3s ease;
    }

.cq-zenithkcb a:hover{
    color: var(--page-accent);
    }

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

div.cq-st-m.cq-gd9joi3y{
    background-color: var(--page-bg);
    color: var(--page-text);
    font-family: var(--page-font);
    line-height: 1.6;
    padding-bottom: 90px; 
    }

div.cq-st-m.cq-gd9joi3y .global-bottom-nav{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--nav-bg, #1A1A1A);
    box-shadow: var(--nav-shadow, 0 -4px 20px rgba(0,0,0,0.6));
    border-radius: var(--nav-radius, 16px 16px 0 0);
    z-index: 1000;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1.25rem 2rem;
    gap: 2rem;
    border-top: 1px solid var(--page-border);
    }

div.cq-st-m.cq-gd9joi3y .global-bottom-nav a{
    color: var(--nav-text, #EAEAEA);
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    transition: color 0.3s ease;
    }

div.cq-st-m.cq-gd9joi3y .global-bottom-nav a:hover{
    color: var(--page-accent);
    }

div.cq-st-m.cq-gd9joi3y.cq-nebula{
    max-width: 1440px;
    margin: 0 auto;
    overflow-x: hidden;
    }

div.cq-st-m.cq-gd9joi3y .cq-dark_matter{
    padding: 8vw 6vw;
    display: flex;
    flex-direction: column;
    gap: 4vw;
    }

div.cq-st-m.cq-gd9joi3y .cq-a1b2{
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1.5rem;
    color: var(--page-text);
    text-align: left;
    }

div.cq-st-m.cq-gd9joi3y h2{
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    font-weight: 700;
    margin-bottom: 1.25rem;
    color: var(--page-text);
    line-height: 1.2;
    text-align: left;
    }

div.cq-st-m.cq-gd9joi3y p{
    font-size: 1.125rem;
    color: var(--page-text-muted);
    margin-bottom: 2rem;
    max-width: 640px;
    text-align: left;
    }

@media (min-width: 900px){div.cq-st-m.cq-gd9joi3y .cq-dark_matter.cq-x_factor, div.cq-st-m.cq-gd9joi3y .cq-dark_matter.cq-solarflare{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    }
div.cq-st-m.cq-gd9joi3y .cq-dark_matter.cq-solarflare{
    flex-direction: row-reverse;
    }
div.cq-st-m.cq-gd9joi3y .cq-flux, div.cq-st-m.cq-gd9joi3y .cq-bluesky{
    flex: 1;
    max-width: 48%;
    }}

div.cq-st-m.cq-gd9joi3y .cq-bluesky img{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16 / 10;
    border-radius: 12px;
    box-shadow: 0 16px 32px rgba(0,0,0,0.5);
    display: block;
    }

div.cq-st-m.cq-gd9joi3y .cq-omega_beam{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
    }

div.cq-st-m.cq-gd9joi3y .cq-sonicboom{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

div.cq-st-m.cq-gd9joi3y .cq-cyber_punk{
    background-color: var(--page-accent);
    color: #FFFFFF;
    box-shadow: 0 6px 12px rgba(184, 89, 54, 0.25);
    }

div.cq-st-m.cq-gd9joi3y .cq-cyber_punk:hover{
    background-color: var(--page-accent-hover);
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(184, 89, 54, 0.4);
    }

div.cq-st-m.cq-gd9joi3y .cq-gen99{
    background-color: var(--page-secondary);
    color: #FFFFFF;
    box-shadow: 0 6px 12px rgba(46, 91, 184, 0.25);
    }

div.cq-st-m.cq-gd9joi3y .cq-gen99:hover{
    background-color: var(--page-secondary-hover);
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(46, 91, 184, 0.4);
    }

div.cq-st-m.cq-gd9joi3y .cq-v2_engine{
    align-items: flex-start;
    }

div.cq-st-m.cq-gd9joi3y .cq-pulserate{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    max-width: 800px;
    }

div.cq-st-m.cq-gd9joi3y .cq-c3po{
    background-color: var(--page-card-bg);
    border: 1px solid var(--page-border);
    padding: 3rem;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: border-color 0.3s ease;
    }

div.cq-st-m.cq-gd9joi3y .cq-c3po:hover{
    border-color: var(--page-accent);
    }

div.cq-st-m.cq-gd9joi3y .cq-asdf{
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #1a1a2e;
    }

div.cq-st-m.cq-gd9joi3y .cq-c3po h3{
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--page-text);
    }

div.cq-st-m.cq-gd9joi3y .cq-c3po p{
    margin-bottom: 1.5rem;
    max-width: 100%;
    }

div.cq-st-m.cq-gd9joi3y .cq-iron_core{
    color: var(--page-accent);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.125rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    }

div.cq-st-m.cq-gd9joi3y .cq-iron_core:hover{
    text-decoration: underline;
    }

div.cq-st-m.cq-gd9joi3y .cq-qwerty{
    padding: 4vw 6vw;
    border-top: 1px solid var(--page-border);
    margin-top: 4vw;
    text-align: left;
    color: var(--page-text-muted);
    }

div.cq-st-m.cq-gd9joi3y .cq-qwerty p{
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    }

@media (max-width: 768px){div.cq-st-m.cq-gd9joi3y .global-bottom-nav{
    padding: 1rem;
    gap: 1rem;
    }
div.cq-st-m.cq-gd9joi3y .cq-dark_matter{
    padding: 12vw 6vw;
    }
div.cq-st-m.cq-gd9joi3y .cq-c3po{
    padding: 2rem;
    }
div.cq-st-m.cq-gd9joi3y .cq-sonicboom{
    width: 100%;
    }}

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

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

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

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

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

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

div.cq-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.cq-st-m .sbv2-media-frame{
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }

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

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

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

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

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

body{
    padding-bottom: calc(var(--sbv2-shell-bottom-safe, 0px) + env(safe-area-inset-bottom, 0px));
    }

[data-shell-main="1"]{
    margin-left: var(--sbv2-shell-left-safe, 0px);
    }

@media (max-width: 1024px){[data-shell-main="1"] {
    margin-left: 0 !important;
    }}

.cq-m8rixc5h{box-sizing:border-box;}

.cq-qwerty{
    padding: 4vw 6vw;
    border-top: 1px solid var(--page-border);
    margin-top: 4vw;
    text-align: left;
    color: var(--page-text-muted);
    }

.cq-qwerty p{
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    }

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

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

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

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

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

div.cq-st-m.cq-agms2ke.cq-v8muscle{
    background-color: var(--dl-bg, #15110f);
    color: var(--dl-text, #f5ebe8);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
    }

div.cq-st-m.cq-agms2ke .cq-chronotrigger{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
    }

div.cq-st-m.cq-agms2ke .cq-bnm{
    padding: 6rem 0;
    }

div.cq-st-m.cq-agms2ke .dl-section-sm{
    padding: 3rem 0;
    }

    div.cq-st-m.cq-agms2ke .cq-synth_wave{
    display: flex;
    align-items: center;
    gap: 4rem;
    }

div.cq-st-m.cq-agms2ke .cq-synth_wave.cq-quantumleap{
    flex-direction: row-reverse;
    }

div.cq-st-m.cq-agms2ke .cq-bio_tech{
    flex: 1;
    text-align: left;
    }

div.cq-st-m.cq-agms2ke .cq-holo_deck{
    flex: 1;
    border-radius: var(--dl-radius, 12px);
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.5);
    background-color: var(--dl-surface, #221c19);
    }

div.cq-st-m.cq-agms2ke .cq-holo_deck img{
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
    }

    div.cq-st-m.cq-agms2ke .cq-aura{
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--dl-text, #f5ebe8);
    }

div.cq-st-m.cq-agms2ke .cq-aerodynamic{
    font-size: clamp(2rem, 3vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    color: var(--dl-text, #f5ebe8);
    }

div.cq-st-m.cq-agms2ke .cq-bond007{
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--dl-text, #f5ebe8);
    }

div.cq-st-m.cq-agms2ke .cq-stellarwind{
    font-size: 1.25rem;
    color: var(--dl-primary, #ff5e3a);
    margin-bottom: 2rem;
    font-weight: 500;
    }

div.cq-st-m.cq-agms2ke .cq-r2d2{
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    color: var(--dl-text-sub, #b5a8a3);
    }

    div.cq-st-m.cq-agms2ke .cq-x1y2z3{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 3rem;
    color: var(--dl-text-sub, #b5a8a3);
    font-size: 0.95rem;
    border-left: 3px solid var(--dl-primary, #ff5e3a);
    padding-left: 1.5rem;
    }

div.cq-st-m.cq-agms2ke .cq-x1y2z3 span{
    display: inline-flex;
    align-items: center;
    }

    div.cq-st-m.cq-agms2ke .cq-p90x{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    }

div.cq-st-m.cq-agms2ke .cq-hjkl{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.25rem 1.75rem;
    border-radius: var(--dl-radius, 12px);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    min-width: 260px;
    border: 1px solid transparent;
    }

div.cq-st-m.cq-agms2ke .cq-hjkl span{
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    }

div.cq-st-m.cq-agms2ke .cq-hjkl small{
    font-size: 0.85rem;
    opacity: 0.85;
    }

div.cq-st-m.cq-agms2ke .cq-mechsuit{
    background: linear-gradient(135deg, var(--dl-primary, #ff5e3a), #d93d1a);
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(255, 94, 58, 0.25);
    }

div.cq-st-m.cq-agms2ke .cq-mechsuit:hover{
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(255, 94, 58, 0.4);
    background: linear-gradient(135deg, var(--dl-primary-hover, #ff7759), #e64a19); color: #1a1a2e;}

div.cq-st-m.cq-agms2ke .cq-uiop{
    background-color: var(--dl-surface, #221c19);
    color: var(--dl-text, #f5ebe8);
    border-color: var(--dl-border, #382e2a);
    }

div.cq-st-m.cq-agms2ke .cq-uiop:hover{
    background-color: #2b2320;
    border-color: #4f423d;
    transform: translateY(-3px);
    }

    div.cq-st-m.cq-agms2ke .cq-void{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
    }

div.cq-st-m.cq-agms2ke .cq-offroad4x4{
    background-color: var(--dl-surface, #221c19);
    border: 1px solid var(--dl-border, #382e2a);
    border-radius: var(--dl-radius, 12px);
    padding: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
    transition: border-color 0.3s ease;
    }

div.cq-st-m.cq-agms2ke .cq-offroad4x4:hover{
    border-color: var(--dl-primary, #ff5e3a);
    }

div.cq-st-m.cq-agms2ke .cq-data_stream{
    flex: 1;
    }

div.cq-st-m.cq-agms2ke .cq-jmlq70rr597{
    list-style: none;
    padding: 0;
    margin: 0;
    color: var(--dl-text-sub, #b5a8a3);
    }

div.cq-st-m.cq-agms2ke .cq-jmlq70rr597 li{
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.75rem;
    line-height: 1.5;
    }

div.cq-st-m.cq-agms2ke .cq-jmlq70rr597 li::before{
    content: "■";
    position: absolute;
    left: 0;
    top: 0.1em;
    font-size: 0.8em;
    color: var(--dl-primary, #ff5e3a);
    }

div.cq-st-m.cq-agms2ke .cq-neon_lights .cq-hjkl{
    min-width: 220px;
    align-items: center;
    text-align: center;
    background-color: transparent;
    border: 2px solid var(--dl-primary, #ff5e3a);
    color: var(--dl-primary, #ff5e3a);
    padding: 1rem;
    }

div.cq-st-m.cq-agms2ke .cq-neon_lights .cq-hjkl:hover{
    background-color: var(--dl-primary, #ff5e3a);
    color: #ffffff;
    transform: translateY(0);
    box-shadow: none;
    }

    div.cq-st-m.cq-agms2ke .cq-hyperdrive{
    color: var(--dl-primary, #ff5e3a);
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: opacity 0.2s;
    }

div.cq-st-m.cq-agms2ke .cq-hyperdrive:hover{
    opacity: 0.8;
    }

    div.cq-st-m.cq-agms2ke .dl-footer{
    border-top: 1px solid var(--dl-border, #382e2a);
    padding: 4rem 0 3rem;
    text-align: center;
    color: var(--dl-text-sub, #b5a8a3);
    background-color: #0d0a09;
    }

div.cq-st-m.cq-agms2ke .dl-footer-nav{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 2rem;
    }

div.cq-st-m.cq-agms2ke .dl-footer-nav a{
    color: var(--dl-text, #f5ebe8);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
    }

div.cq-st-m.cq-agms2ke .dl-footer-nav a:hover{
    color: var(--dl-primary, #ff5e3a);
    }

div.cq-st-m.cq-agms2ke .dl-copyright{
    font-size: 0.9rem;
    opacity: 0.7;
    }

    @media (max-width: 992px){div.cq-st-m.cq-agms2ke .cq-synth_wave, div.cq-st-m.cq-agms2ke .cq-synth_wave.cq-quantumleap{
    flex-direction: column;
    gap: 3rem;
    }
    div.cq-st-m.cq-agms2ke .cq-offroad4x4{
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem;
    }
    div.cq-st-m.cq-agms2ke .cq-neon_lights{
    width: 100%;
    }
    div.cq-st-m.cq-agms2ke .cq-neon_lights .cq-hjkl{
    width: 100%;
    align-items: center;
    }
    div.cq-st-m.cq-agms2ke .cq-bnm{
    padding: 4rem 0;
    }}

@media (max-width: 576px){div.cq-st-m.cq-agms2ke .cq-p90x{
    flex-direction: column;
    }
    div.cq-st-m.cq-agms2ke .cq-hjkl{
    width: 100%;
    }}

div.cq-st-m.cq-agms2ke .cq-mechsuit a:not([class]){color:#ffffff !important;text-decoration:underline;}

div.cq-st-m.cq-agms2ke .cq-mechsuit a[class=""]{color:#ffffff !important;text-decoration:underline;}

div.cq-st-m.cq-agms2ke .cq-mechsuit a:not([class]):hover{opacity:0.92;}

div.cq-st-m.cq-agms2ke .cq-mechsuit a[class=""]:hover{opacity:0.92;}

div.cq-st-m.cq-agms2ke .cq-mechsuit a:not([class]):visited{color:#ffffff !important;}

div.cq-st-m.cq-agms2ke .cq-mechsuit a[class=""]:visited{color:#ffffff !important;}

div.cq-st-m.cq-agms2ke .cq-neon_lights .cq-hjkl:hover a:not([class]){color:#ffffff !important;text-decoration:underline;}

div.cq-st-m.cq-agms2ke .cq-neon_lights .cq-hjkl:hover a[class=""]{color:#ffffff !important;text-decoration:underline;}

div.cq-st-m.cq-agms2ke .cq-neon_lights .cq-hjkl:hover a:not([class]):hover{opacity:0.92;}

div.cq-st-m.cq-agms2ke .cq-neon_lights .cq-hjkl:hover a[class=""]:hover{opacity:0.92;}

div.cq-st-m.cq-agms2ke .cq-neon_lights .cq-hjkl:hover a:not([class]):visited{color:#ffffff !important;}

div.cq-st-m.cq-agms2ke .cq-neon_lights .cq-hjkl:hover a[class=""]:visited{color:#ffffff !important;}

div.cq-st-m.cq-zoydyl34pi .cq-model3d{
    background-color: var(--ext-bg);
    color: var(--ext-text);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    padding: 0;
    margin: 0;
    }

    div.cq-st-m.cq-zoydyl34pi .cq-ninelives{
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 40px;
    }

    div.cq-st-m.cq-zoydyl34pi .ext-header{
    text-align: left;
    margin-bottom: 100px;
    max-width: 800px;
    }

div.cq-st-m.cq-zoydyl34pi .ext-header h1{
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    color: var(--ext-primary);
    }

div.cq-st-m.cq-zoydyl34pi .ext-header p{
    font-size: 1.25rem;
    color: var(--ext-text-muted);
    }

    div.cq-st-m.cq-zoydyl34pi .cq-ember{
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-bottom: 120px;
    }

div.cq-st-m.cq-zoydyl34pi .cq-plasmacannon{
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
    }

    @media (min-width: 992px){div.cq-st-m.cq-zoydyl34pi .cq-plasmacannon:nth-child(even){
    direction: rtl;
    }
    div.cq-st-m.cq-zoydyl34pi .cq-plasmacannon:nth-child(even) .cq-qaz{
    direction: ltr;
    }}

div.cq-st-m.cq-zoydyl34pi .cq-orbit_path{
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: var(--ext-radius);
    overflow: hidden;
    box-shadow: var(--ext-shadow);
    }

div.cq-st-m.cq-zoydyl34pi .cq-orbit_path img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    }

div.cq-st-m.cq-zoydyl34pi .cq-orbit_path:hover img{
    transform: scale(1.03);
    }

div.cq-st-m.cq-zoydyl34pi .cq-qaz{
    padding: 20px 0;
    }

div.cq-st-m.cq-zoydyl34pi .cq-qaz h2{
    font-size: 2rem;
    margin-bottom: 20px;
    color: var(--ext-accent);
    }

div.cq-st-m.cq-zoydyl34pi .cq-qaz h3{
    font-size: 1.2rem;
    margin-top: 24px;
    margin-bottom: 12px;
    color: var(--ext-text);
    }

div.cq-st-m.cq-zoydyl34pi .cq-helix{
    font-size: 0.9rem;
    color: #1a1a2e;
    background: rgba(255, 255, 255, 0.05);
    padding: 15px;
    border-left: 3px solid var(--ext-primary);
    margin: 20px 0;
    }

    div.cq-st-m.cq-zoydyl34pi .cq-vertexpoint{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 40px;
    }

div.cq-st-m.cq-zoydyl34pi .cq-mirage_city{
    background-color: var(--ext-primary);
    color: #fff;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(240, 100, 40, 0.3);
    transition: all 0.3s ease;
    }

div.cq-st-m.cq-zoydyl34pi .cq-cyber_net{
    background-color: transparent;
    border: 2px solid var(--ext-text-muted);
    color: var(--ext-text);
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    }

div.cq-st-m.cq-zoydyl34pi .cq-mirage_city:hover{
    background-color: var(--ext-secondary);
    transform: translateY(-2px);
    }

div.cq-st-m.cq-zoydyl34pi .cq-cyber_net:hover{
    border-color: var(--ext-primary);
    color: var(--ext-primary);
    }

    div.cq-st-m.cq-zoydyl34pi .cq-nanotube{
    list-style: none;
    padding: 0;
    }

div.cq-st-m.cq-zoydyl34pi .cq-nanotube li{
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    }

div.cq-st-m.cq-zoydyl34pi .cq-nanotube li::before{
    content: "→";
    color: var(--ext-primary);
    font-weight: bold;
    }

div.cq-st-m.cq-zoydyl34pi .footer-grid{
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    }

div.cq-st-m.cq-zoydyl34pi .footer-col h4{
    color: var(--ext-text);
    margin-bottom: 20px;
    }

div.cq-st-m.cq-zoydyl34pi .footer-links{
    list-style: none;
    padding: 0;
    }

div.cq-st-m.cq-zoydyl34pi .footer-links li{
    margin-bottom: 10px;
    }

div.cq-st-m.cq-zoydyl34pi .footer-links a{
    color: var(--ext-text-muted);
    text-decoration: none;
    font-size: 0.9rem;
    }

div.cq-st-m.cq-zoydyl34pi .footer-links a:hover{
    color: var(--ext-primary);
    }

div.cq-st-m.cq-zoydyl34pi .footer-bottom{
    max-width: 1000px;
    margin: 40px auto 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
    font-size: 0.85rem;
    color: var(--ext-text-muted);
    }

div.cq-st-m.cq-zoydyl34pi .cq-mirage_city a:not([class]){color:#ffffff !important;text-decoration:underline;}

div.cq-st-m.cq-zoydyl34pi .cq-mirage_city a[class=""]{color:#ffffff !important;text-decoration:underline;}

div.cq-st-m.cq-zoydyl34pi .cq-mirage_city a:not([class]):hover{opacity:0.92;}

div.cq-st-m.cq-zoydyl34pi .cq-mirage_city a[class=""]:hover{opacity:0.92;}

div.cq-st-m.cq-zoydyl34pi .cq-mirage_city a:not([class]):visited{color:#ffffff !important;}

div.cq-st-m.cq-zoydyl34pi .cq-mirage_city a[class=""]:visited{color:#ffffff !important;}

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

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

div.cq-st-m.cq-qktnab3b{
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 24px;
    }

div.cq-st-m.cq-qktnab3b .cq-edc{
    margin-bottom: 80px;
    }

div.cq-st-m.cq-qktnab3b .cq-edc h1{
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    color: var(--page-text);
    }

div.cq-st-m.cq-qktnab3b .cq-edc p{
    font-size: 1.125rem;
    color: hsl(223, 10%, 35%);
    max-width: 720px;
    }

div.cq-st-m.cq-qktnab3b .cq-network5g{
    display: grid;
    gap: 48px;
    margin-bottom: 80px;
    }

div.cq-st-m.cq-qktnab3b .cq-b8vo7reix5doe{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    }

div.cq-st-m.cq-qktnab3b .cq-b8vo7reix5doe:nth-child(even){
    direction: rtl;
    }

div.cq-st-m.cq-qktnab3b .cq-b8vo7reix5doe:nth-child(even) > *{
    direction: ltr;
    }

div.cq-st-m.cq-qktnab3b .cq-cobaltblue h2{
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--page-text);
    }

div.cq-st-m.cq-qktnab3b .cq-cobaltblue p{
    font-size: 1.0625rem;
    color: hsl(223, 10%, 30%);
    margin-bottom: 12px;
    }

div.cq-st-m.cq-qktnab3b .cq-cobaltblue ul{
    list-style: none;
    margin-top: 20px;
    }

div.cq-st-m.cq-qktnab3b .cq-cobaltblue li{
    padding-left: 28px;
    position: relative;
    margin-bottom: 12px;
    color: hsl(223, 10%, 25%);
    }

div.cq-st-m.cq-qktnab3b .cq-cobaltblue li::before{
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--page-primary);
    font-weight: 700;
    }

div.cq-st-m.cq-qktnab3b .cq-titan{
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    }

div.cq-st-m.cq-qktnab3b .cq-titan img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 16/10;
    }

div.cq-st-m.cq-qktnab3b .cq-wsx{
    background: var(--page-card-bg);
    border-radius: 16px;
    padding: 56px 48px;
    margin-bottom: 80px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    }

div.cq-st-m.cq-qktnab3b .cq-wsx h2{
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    }

div.cq-st-m.cq-qktnab3b .cq-retro8bit{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    }

div.cq-st-m.cq-qktnab3b .cq-quantumbit{
    text-align: center;
    }

div.cq-st-m.cq-qktnab3b .cq-mushroom1up{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--page-primary), var(--page-accent));
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    }

div.cq-st-m.cq-qktnab3b .cq-quantumbit h3{
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 12px;
    }

div.cq-st-m.cq-qktnab3b .cq-quantumbit p{
    font-size: 0.9375rem;
    color: hsl(223, 10%, 40%);
    }

div.cq-st-m.cq-qktnab3b .cq-aerospace{
    text-align: center;
    padding: 60px 24px;
    background: linear-gradient(135deg, hsl(223, 67%, 58%), hsl(223, 67%, 48%));
    border-radius: 16px;
    margin-bottom: 80px;
    }

div.cq-st-m.cq-qktnab3b .cq-aerospace h2{
    font-size: 2rem;
    font-weight: 700;
    color: white;
    margin-bottom: 16px;
    }

div.cq-st-m.cq-qktnab3b .cq-aerospace p{
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 32px;
    }

div.cq-st-m.cq-qktnab3b .cq-glyph_stone{
    display: inline-block;
    padding: 16px 48px;
    background: white;
    color: #1a1a2e;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s, box-shadow 0.2s;
    }

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

@media (max-width: 768px){div.cq-st-m.cq-qktnab3b{
    padding: 40px 20px;
    }
    div.cq-st-m.cq-qktnab3b .cq-edc h1{
    font-size: 1.875rem;
    }
    div.cq-st-m.cq-qktnab3b .cq-b8vo7reix5doe{
    grid-template-columns: 1fr;
    gap: 32px;
    }
    div.cq-st-m.cq-qktnab3b .cq-b8vo7reix5doe:nth-child(even){
    direction: ltr;
    }
    div.cq-st-m.cq-qktnab3b .cq-retro8bit{
    grid-template-columns: 1fr;
    gap: 40px;
    }
    div.cq-st-m.cq-qktnab3b .cq-wsx{
    padding: 40px 24px;
    }
    div.cq-st-m.cq-qktnab3b .cq-aerospace h2{
    font-size: 1.5rem;
    }}

div.cq-st-m.cq-qktnab3b .cq-mushroom1up a:not([class]){color:#ffffff !important;text-decoration:underline;}

div.cq-st-m.cq-qktnab3b .cq-mushroom1up a[class=""]{color:#ffffff !important;text-decoration:underline;}

div.cq-st-m.cq-qktnab3b .cq-mushroom1up a:not([class]):hover{opacity:0.92;}

div.cq-st-m.cq-qktnab3b .cq-mushroom1up a[class=""]:hover{opacity:0.92;}

div.cq-st-m.cq-qktnab3b .cq-mushroom1up a:not([class]):visited{color:#ffffff !important;}

div.cq-st-m.cq-qktnab3b .cq-mushroom1up a[class=""]:visited{color:#ffffff !important;}

    div.cq-st-m.cq-3rd329ax6.cq-rfv{
    background-color: var(--sec-bg-color);
    color: var(--sec-text-main);
    font-family: var(--sec-font-sans);
    line-height: 1.6;
    overflow-x: hidden;
    }

div.cq-st-m.cq-3rd329ax6 .cq-repjz2mw0{
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 2rem;
    }

    div.cq-st-m.cq-3rd329ax6 .cq-hhib8d9gu3lm{
    padding: var(--sec-spacing-y) 0;
    }

div.cq-st-m.cq-3rd329ax6 .cq-chrono_sys{
    background-color: var(--sec-surface-color);
    }

    div.cq-st-m.cq-3rd329ax6 .sec-h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    text-align: left;
    color: #ffffff;
    letter-spacing: -0.02em;
    }

div.cq-st-m.cq-3rd329ax6 .cq-zenithpeak{
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 1.25rem;
    text-align: left;
    color: #ffffff;
    }

div.cq-st-m.cq-3rd329ax6 .sec-h3{
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #ffffff;
    }

div.cq-st-m.cq-3rd329ax6 .cq-array2d{
    font-size: 1.125rem;
    color: var(--sec-text-muted);
    margin-bottom: 1.5rem;
    max-width: 65ch;
    }

div.cq-st-m.cq-3rd329ax6 .cq-v_8_motor{
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1.25rem;
    background-color: var(--sec-surface-alt);
    border: 1px solid var(--sec-border-color);
    border-radius: 8px;
    font-size: 0.875rem;
    color: var(--sec-text-muted);
    margin-top: 1rem;
    }

    div.cq-st-m.cq-3rd329ax6 .sec-intro-header{
    padding-top: 6rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid var(--sec-border-color);
    }

    div.cq-st-m.cq-3rd329ax6 .cq-sense6th{
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    align-items: center;
    }

@media (min-width: 992px){div.cq-st-m.cq-3rd329ax6 .cq-sense6th{
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    }
    div.cq-st-m.cq-3rd329ax6 .cq-sense6th.cq-avxx2x18t .cq-vortexspin{
    order: 2;
    }
    div.cq-st-m.cq-3rd329ax6 .cq-sense6th.cq-avxx2x18t .cq-nexus{
    order: 1;
    }}

    div.cq-st-m.cq-3rd329ax6 .cq-x_y_z_axis{
    position: relative;
    border-radius: var(--sec-radius-lg);
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4), 0 0 0 1px var(--sec-border-color);
    }

div.cq-st-m.cq-3rd329ax6 .cq-x_y_z_axis::after{
    content: "";
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    border-radius: var(--sec-radius-lg);
    pointer-events: none;
    }

div.cq-st-m.cq-3rd329ax6 .cq-auraglow{
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4/3;
    object-fit: cover;
    background-color: var(--sec-surface-alt);
    }

    div.cq-st-m.cq-3rd329ax6 .cq-wonders7{
    background: linear-gradient(145deg, var(--sec-surface-color), var(--sec-bg-color));
    border: 1px solid var(--sec-border-color);
    border-radius: var(--sec-radius-lg);
    padding: 4rem;
    position: relative;
    overflow: hidden;
    }

div.cq-st-m.cq-3rd329ax6 .cq-wonders7::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--sec-primary-color), transparent);
    }

    div.cq-st-m.cq-3rd329ax6 .cq-fluxcap{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
    }

div.cq-st-m.cq-3rd329ax6 .cq-c4zgucnl3dkzz{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: var(--sec-radius);
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    }

div.cq-st-m.cq-3rd329ax6 .cq-str8_fwd{
    background-color: var(--sec-primary-color);
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(234, 88, 12, 0.4);
    border: 1px solid transparent;
    }

div.cq-st-m.cq-3rd329ax6 .cq-str8_fwd:hover{
    background-color: var(--sec-primary-hover);
    box-shadow: 0 6px 20px rgba(234, 88, 12, 0.6);
    transform: translateY(-1px);
    }

div.cq-st-m.cq-3rd329ax6 .cq-m1n1_boss{
    background-color: transparent;
    color: var(--sec-text-main);
    border: 1px solid var(--sec-border-color);
    }

div.cq-st-m.cq-3rd329ax6 .cq-m1n1_boss:hover{
    background-color: var(--sec-surface-alt);
    border-color: var(--sec-text-muted);
    }

    div.cq-st-m.cq-3rd329ax6 .cq-holographic{
    color: var(--sec-primary-color);
    text-decoration: none;
    border-bottom: 1px solid rgba(234, 88, 12, 0.3);
    transition: border-color 0.2s ease;
    font-weight: 500;
    }

div.cq-st-m.cq-3rd329ax6 .cq-holographic:hover{
    border-bottom-color: var(--sec-primary-color);
    }

    div.cq-st-m.cq-3rd329ax6 .cq-rtx_on{
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
    }

div.cq-st-m.cq-3rd329ax6 .cq-rtx_on li{
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    color: var(--sec-text-muted);
    }

div.cq-st-m.cq-3rd329ax6 .cq-rtx_on li::before{
    content: "■";
    position: absolute;
    left: 0;
    top: 0.1em;
    color: var(--sec-primary-color);
    font-size: 0.75rem;
    }

    div.cq-st-m.cq-3rd329ax6 .sec-footer{
    border-top: 1px solid var(--sec-border-color);
    padding: 4rem 0;
    text-align: left;
    }

div.cq-st-m.cq-3rd329ax6 .sec-footer-brand{
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
    }

div.cq-st-m.cq-3rd329ax6 .sec-footer-slogan{
    color: var(--sec-text-muted);
    font-size: 0.875rem;
    }

div.cq-st-m.cq-3rd329ax6 .sec-footer-copy{
    margin-top: 2rem;
    font-size: 0.875rem;
    color: #666;
    }

div.cq-st-m.cq-3rd329ax6 .cq-str8_fwd a:not([class]){color:#ffffff !important;text-decoration:underline;}

div.cq-st-m.cq-3rd329ax6 .cq-str8_fwd a[class=""]{color:#ffffff !important;text-decoration:underline;}

div.cq-st-m.cq-3rd329ax6 .cq-str8_fwd a:not([class]):hover{opacity:0.92;}

div.cq-st-m.cq-3rd329ax6 .cq-str8_fwd a[class=""]:hover{opacity:0.92;}

div.cq-st-m.cq-3rd329ax6 .cq-str8_fwd a:not([class]):visited{color:#ffffff !important;}

div.cq-st-m.cq-3rd329ax6 .cq-str8_fwd a[class=""]:visited{color:#ffffff !important;}

div.cq-st-m.cq-ypf7xo3{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #1a1a2e;
    background-color: #fff;
    line-height: 1.6;
    overflow-x: hidden;
    }

    div.cq-st-m.cq-ypf7xo3 .cq-ciphercode{
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 24px;
    }

div.cq-st-m.cq-ypf7xo3 .cq-api_key_9{
    margin-bottom: 120px;
    }

    div.cq-st-m.cq-ypf7xo3 h1{
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    color: hsl(223, 15%, 15%);
    }

div.cq-st-m.cq-ypf7xo3 h2{
    font-size: 2rem;
    margin-bottom: 40px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--faq-accent-color);
    display: inline-block;
    }

div.cq-st-m.cq-ypf7xo3 h3{
    font-size: 1.5rem;
    margin-bottom: 16px;
    color: var(--faq-accent-color);
    }

div.cq-st-m.cq-ypf7xo3 .cq-onyxstone{
    font-size: 1.25rem;
    color: #555;
    max-width: 800px;
    margin-bottom: 60px;
    }

    div.cq-st-m.cq-ypf7xo3 .cq-b2b_network{
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 48px;
    background: var(--faq-bg-subtle);
    border-radius: var(--faq-radius);
    margin-bottom: 32px;
    transition: transform 0.3s ease;
    }

div.cq-st-m.cq-ypf7xo3 .cq-b2b_network:nth-child(even){
    background: #fff;
    border: 1px solid #eee; color: #1a1a2e;}

div.cq-st-m.cq-ypf7xo3 .cq-g_force_max{
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    }

    div.cq-st-m.cq-ypf7xo3 .cq-niwfkikgu8npb{
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--faq-shadow);
    aspect-ratio: 16 / 9;
    }

div.cq-st-m.cq-ypf7xo3 .cq-niwfkikgu8npb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }

    div.cq-st-m.cq-ypf7xo3 .cq-stream_2{
    list-style: none;
    padding: 0;
    }

div.cq-st-m.cq-ypf7xo3 .cq-stream_2 li{
    position: relative;
    padding-left: 32px;
    margin-bottom: 16px;
    font-size: 1.1rem;
    }

div.cq-st-m.cq-ypf7xo3 .cq-stream_2 li::before{
    content: "→";
    position: absolute;
    left: 0;
    color: var(--faq-accent-color);
    font-weight: bold;
    }

div.cq-st-m.cq-ypf7xo3 .cq-apexpredator{
    display: inline-block;
    background: #e0e0e0;
    padding: 2px 8px;
    border-radius: 4px;
    font-family: monospace;
    font-size: 0.9em;
    margin: 0 4px; color: #1a1a2e;}

    div.cq-st-m.cq-ypf7xo3 .cq-x1y2_z3{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 40px;
    }

div.cq-st-m.cq-ypf7xo3 .cq-prismlight{
    background-color: var(--faq-accent-color);
    color: white;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(234, 113, 46, 0.3);
    transition: all 0.3s ease;
    }

div.cq-st-m.cq-ypf7xo3 .cq-prismlight:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(234, 113, 46, 0.4);
    }

div.cq-st-m.cq-ypf7xo3 .cq-slvbvd314owo{
    background-color: #333;
    color: white;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.3s ease;
    }

div.cq-st-m.cq-ypf7xo3 .copyright{
    margin-top: 24px;
    font-size: 0.9rem;
    }

@media (max-width: 768px){div.cq-st-m.cq-ypf7xo3 .cq-b2b_network{
    padding: 24px;
    }}

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