:root {
  --bg-color: var(--wps-bg);
  --white: var(--wps-white);
  --primary-color: var(--wps-primary);
  --transition: var(--wps-transition);
}

:root {
  --wps-primary: hsl(237, 85%, 56%);
  --wps-secondary: hsl(301, 68%, 56%);
  --wps-text: hsl(237, 10%, 8%);
  --wps-bg: hsl(237, 8%, 96%);
  --wps-white: #ffffff;
  --wps-nav-height: 64px;
  --wps-font-serif: "Times New Roman", Times, "Playfair Display", serif;
  --wps-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --wps-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
body {
  margin: 0;
  padding-top: var(--wps-nav-height); 
  background-color: var(--wps-bg);
  color: var(--wps-text);
  font-family: var(--wps-font-sans);
}

.orb_x {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--wps-nav-height);
  background-color: hsla(237, 8%, 96%, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(237, 85%, 56%, 0.1);
  z-index: 1000;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.NeonPulse {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prism_core {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.gl1tch_01 {
  font-family: var(--wps-font-serif);
  font-size: 24px;
  font-weight: 700;
  color: var(--wps-primary);
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.nebulous {
  display: flex;
  align-items: center;
  gap: 40px;
}

.sky_vault {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 32px;
}
.nova_spark {
  position: relative;
}
.byte_wave {
  text-decoration: none;
  color: var(--wps-text);
  font-size: 14px;
  font-weight: 500;
  font-family: var(--wps-font-sans);
  transition: var(--wps-transition);
  opacity: 0.8;
  padding: 8px 0;
}
.byte_wave:hover {
  opacity: 1;
  color: var(--wps-primary);
}

.px_drift {
  display: flex;
  align-items: center;
}
.catalyst {
  background-color: var(--wps-primary);
  color: var(--wps-white);
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  transition: var(--wps-transition);
  border: 1px solid transparent;
  box-shadow: 0 2px 4px rgba(67, 74, 219, 0.2);
}
.catalyst:hover {
  background-color: hsl(237, 85%, 50%);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(67, 74, 219, 0.3);
}

.Zenith9 {
  display: none;
}
.vtx_88 {
  display: none;
  cursor: pointer;
  padding: 10px;
}
.alphaFlow {
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--wps-text);
  position: relative;
  transition: var(--wps-transition);
}
.alphaFlow::before,
.alphaFlow::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--wps-text);
  transition: var(--wps-transition);
}
.alphaFlow::before { top: -6px; }
.alphaFlow::after { bottom: -6px; }

@media (max-width: 768px) {.vtx_88 {
    display: block;
  }
.nebulous {
    position: absolute;
    top: var(--wps-nav-height);
    left: 0;
    width: 100%;
    background-color: var(--wps-white);
    flex-direction: column;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  }
.sky_vault {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
.nova_spark {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
.byte_wave {
    display: block;
    padding: 20px 24px;
    font-size: 16px;
  }
.px_drift {
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
  }
.catalyst {
    width: 100%;
    text-align: center;
    padding: 14px;
  }
.Zenith9:checked ~ .nebulous {
    max-height: 400px;
  }
.Zenith9:checked ~ .vtx_88 .alphaFlow {
    background-color: transparent;
  }
.Zenith9:checked ~ .vtx_88 .alphaFlow::before {
    transform: rotate(45deg) translate(4px, 4px);
  }
.Zenith9:checked ~ .vtx_88 .alphaFlow::after {
    transform: rotate(-45deg) translate(4px, -4px);
  }}

:root {
    --wps-primary: hsl(237, 85%, 56%);
    --wps-secondary: hsl(301, 68%, 56%);
    --wps-text: hsl(237, 10%, 8%);
    --wps-bg: hsl(237, 8%, 96%);
    --wps-white: #ffffff;
    --wps-nav-height: 64px;
    --wps-font-serif: "Times New Roman", Times, "Playfair Display", serif;
    --wps-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --wps-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
@media (max-width: 768px) {
  .vtx_88 {
    display: block;
    }
  
    .nebulous {
    position: absolute;
    top: var(--wps-nav-height);
    left: 0;
    width: 100%;
    background-color: var(--wps-white);
    flex-direction: column;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    }
  
    .sky_vault {
    flex-direction: column;
    width: 100%;
    gap: 0;
    }
  
    .nova_spark {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
  
    .byte_wave {
    display: block;
    padding: 20px 24px;
    font-size: 16px;
    }
  
    .px_drift {
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
    }
  
    .catalyst {
    width: 100%;
    text-align: center;
    padding: 14px;
    }
  
    .Zenith9:checked ~ .nebulous {
    max-height: 400px;
    }
  
    .Zenith9:checked ~ .vtx_88 .alphaFlow {
    background-color: transparent;
    }
  
    .Zenith9:checked ~ .vtx_88 .alphaFlow::before {
    transform: rotate(45deg) translate(4px, 4px);
    }
  
    .Zenith9:checked ~ .vtx_88 .alphaFlow::after {
    transform: rotate(-45deg) translate(4px, -4px);
    }
}
@media (max-width: 768px) {
  .zone7, .sprk4, .dev_mod { grid-template-columns: 1fr; }
  
    h1 { font-size: 2.5rem; }
  
    .h_jump { flex-direction: column; gap: 30px; }
}

    body {
    margin: 0;
    padding-top: var(--wps-nav-height); 
    background-color: var(--wps-bg);
    color: var(--wps-text);
    font-family: var(--wps-font-sans);
    }

    .orb_x {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--wps-nav-height);
    background-color: hsla(237, 8%, 96%, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(237, 85%, 56%, 0.1);
    z-index: 1000;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    }

    .NeonPulse {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }

    .prism_core {
    text-decoration: none;
    display: flex;
    align-items: center;
    }

    .gl1tch_01 {
    font-family: var(--wps-font-serif);
    font-size: 24px;
    font-weight: 700;
    color: var(--wps-primary);
    letter-spacing: -0.5px;
    text-transform: uppercase;
    }

    .nebulous {
    display: flex;
    align-items: center;
    gap: 40px;
    }

    .sky_vault {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 32px;
    }

    .nova_spark {
    position: relative;
    }

    .byte_wave {
    text-decoration: none;
    color: var(--wps-text);
    font-size: 14px;
    font-weight: 500;
    font-family: var(--wps-font-sans);
    transition: var(--wps-transition);
    opacity: 0.8;
    padding: 8px 0;
    }

    .byte_wave:hover {
    opacity: 1;
    color: var(--wps-primary);
    }

    .px_drift {
    display: flex;
    align-items: center;
    }

    .catalyst {
    background-color: var(--wps-primary);
    color: var(--wps-white);
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    transition: var(--wps-transition);
    border: 1px solid transparent;
    box-shadow: 0 2px 4px rgba(67, 74, 219, 0.2);
    }

    .catalyst:hover {
    background-color: hsl(237, 85%, 50%);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(67, 74, 219, 0.3);
    }

    .Zenith9 {
    display: none;
    }

    .vtx_88 {
    display: none;
    cursor: pointer;
    padding: 10px;
    }

    .alphaFlow {
    display: block;
    width: 20px;
    height: 2px;
    background-color: var(--wps-text);
    position: relative;
    transition: var(--wps-transition);
    }

    .alphaFlow::before,
    .alphaFlow::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--wps-text);
    transition: var(--wps-transition);
    }

    .alphaFlow::before { top: -6px; }

    .alphaFlow::after { bottom: -6px; }

    * { box-sizing: border-box; margin: 0; padding: 0; }

    main {
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    line-height: 1.6;
    overflow-x: hidden;
    }

    .shdw_box {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
    }

    .seo-meta { display: none; }

    .thndr_bolt {
    padding: 100px 0 80px;
    background: radial-gradient(circle at top right, hsla(301, 68%, 56%, 0.1), transparent),
    radial-gradient(circle at bottom left, hsla(237, 85%, 56%, 0.1), transparent);
    text-align: center;
    }

    h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: var(--text-color);
    letter-spacing: -1px;
    }

    .ctrl_x {
    font-size: 1.4rem;
    color: var(--gray-medium);
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    }

    .nexus_1 {
    display: inline-block;
    background: var(--primary-color);
    color: var(--white);
    padding: 18px 45px;
    border-radius: 8px;
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 10px 20px hsla(237, 85%, 56%, 0.3);
    transition: var(--transition);
    margin-bottom: 20px;
    }

    .nexus_1:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 25px hsla(237, 85%, 56%, 0.4);
    background: hsl(237, 85%, 50%);
    }

    .synch_v {
    font-size: 0.9rem;
    color: var(--gray-medium);
    display: flex;
    justify-content: center;
    gap: 20px;
    }

    .a_vibe {
    margin-top: 60px;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    max-width: 100%;
    height: auto;
    }

    .px_punch { padding: 80px 0; }

    .ghst_wire {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
    }

    .zone7 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 40px;
    }

    .dlta_99 h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: var(--primary-color);
    }

    .phntm_z {
    font-size: 1.05rem;
    color: #444;
    }

    .sprk4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    }

    .fire_w1 {
    background: var(--white);
    padding: 40px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.05);
    transition: var(--transition);
    }

    .fire_w1:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-color: var(--primary-color);
    }

    .fire_w1 h3 {
    margin-bottom: 15px;
    font-size: 1.3rem;
    }

    .dev_mod {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
    }

    .slvr_fox {
    background: var(--white);
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
    border: 1px solid transparent;
    }

    .slvr_fox:hover {
    border-color: var(--secondary-color);
    background: var(--white);
    transform: scale(1.03);
    }

    .slvr_fox h4 { margin-bottom: 10px; font-size: 1.2rem; }

    .CloudSync {
    width: 100%;
    border-collapse: collapse;
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    margin-top: 30px;
    }

    .CloudSync th, .CloudSync td {
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid var(--gray-light);
    }

    .CloudSync th { background: var(--primary-color); color: var(--white); }

    .blue_shd { max-width: 800px; margin: 0 auto; }

    .sys_rt { margin-bottom: 25px; border-bottom: 1px solid #ddd; padding-bottom: 15px; }

    .sys_rt h3 { font-size: 1.15rem; margin-bottom: 10px; color: var(--primary-color); }

    footer {
    background: #1a1b1e;
    color: #a0a0a0;
    padding: 60px 0 30px;
    margin-top: 80px;
    }

    .h_jump {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #333;
    padding-bottom: 40px;
    margin-bottom: 30px;
    }

    .strm_gate h2 { color: var(--white); margin-bottom: 15px; }

    .QSnap { list-style: none; display: flex; gap: 30px; }

    .QSnap a { color: #a0a0a0; text-decoration: none; font-size: 0.9rem; }

    .QSnap a:hover { color: var(--white); }

    .DarkMtr { text-align: center; font-size: 0.85rem; }

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