:root {

  --primary-color: #5d24ff;
  --secondary-color: #00e5ff;
  --bg-color: #05030a;
  --text-color: #ffffff;
  --text-muted: #8b8698;
  --border-color: rgba(255, 255, 255, 0.08);
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.6);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.8);
  --nav-height: 80px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  --nav-bg: rgba(5, 3, 10, 0.85);
  --btn-text: #ffffff;
  --cp-bg: #1c1b1f;
  --cp-text: #f1f0f2;
  --cp-text-muted: #a8a5af;
  --cp-primary: #7a3cde;
  --cp-secondary: #d36a4b;
  --cp-border: #333138;
  --cp-card-bg: #242228;
  --cp-font-serif: "Playfair Display", "Merriweather", "Georgia", serif;
  --cp-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --cp-radius: 0px;
  --content-page-bg: hsl(220, 7%, 96%);
  --content-surface-bg: #ffffff;
  --content-text: hsl(220, 10%, 11%);
  --content-text-muted: rgba(31, 35, 40, 0.72);
  --content-border: rgba(0, 0, 0, 0.08);
  --content-accent-text: hsl(22, 78%, 38%);
}
.ovxci56bsayh{
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    justify-content: center; color: #ffffff;}
.hzcarud0y{
    width: var(--max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    }
.uq45l2gphz{
    font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 0.05em;
    text-transform: lowercase;
    display: flex;
    align-items: center;
    }
.uq45l2gphz::after{
    content: ".";
    color: var(--primary-color);
    }
.if466d__7e9e7{
    display: none;
    }
.q1a9644_bt{
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
    gap: 3.5rem; 
    }
.e6d6fb48{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2.5rem;
    align-items: center;
    }
.b02c__e48{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: var(--transition);
    padding: 0.5rem 0;
    position: relative;
    letter-spacing: 0.02em;
    }
.b02c__e48:hover{
    color: var(--text-color);
    }
.b02c__e48::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: var(--transition); color: #ffffff;}
.b02c__e48:hover::before{
    width: 100%;
    }
.v263f07_0cd{
    display: flex;
    align-items: center;
    }
.acf9ca4fc{font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: var(--primary-color);
    color: var(--btn-text);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.75rem 1.75rem;
    border: none;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    letter-spacing: 0.05em;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 0 rgba(93, 36, 255, 0); isolation: isolate;}
.acf9ca4fc::after{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: 0.5s ease; color: #1a1a2e;}
.acf9ca4fc:hover{
    background: #7442ff;
    box-shadow: 0 0 24px rgba(93, 36, 255, 0.6);
    transform: translateY(-1px); color: #1a1a2e;}
.acf9ca4fc:hover::after{
    left: 100%;
    }
.cl4683w1phli{
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--primary-color) 40%, var(--secondary-color) 60%, transparent 100%);
    opacity: 0.6; color: #1a1a2e;}
.c72caf2a972{
    display: none;
    cursor: pointer;
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 1001;
    }
.kc45h4sbled, .kc45h4sbled::before, .kc45h4sbled::after{
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    border-radius: var(--radius-sm); color: #1a1a2e;}
.kc45h4sbled{
    top: 11px;
    }
.kc45h4sbled::before{
    content: "";
    top: -8px;
    }
.kc45h4sbled::after{
    content: "";
    top: 8px;
    }
@media (max-width: 1024px){.q1a9644_bt {
    position: fixed;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    height: calc(100vh - var(--nav-height));
    background-color: var(--bg-color);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 2rem 4vw;
    gap: 2rem;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    border-top: 1px solid var(--border-color);
    box-sizing: border-box;
    overflow-y: auto; color: #ffffff;}
.c72caf2a972 {
    display: block;
    }
.e6d6fb48 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    width: 100%;
    }
.b02c__e48 {
    font-size: 1.15rem;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    padding-bottom: 1rem;
    }
.b02c__e48::before {
    display: none;
    }
.v263f07_0cd {
    width: 100%;
    margin-top: 1rem;
    }
.acf9ca4fc {
    width: 100%;
    padding: 1rem;
    font-size: 1.05rem;
    }
#nt1142133198:checked ~ .c72caf2a972 .kc45h4sbled {
    background: transparent;
    }
#nt1142133198:checked ~ .c72caf2a972 .kc45h4sbled::before {
    transform: rotate(45deg);
    top: 0;
    }
#nt1142133198:checked ~ .c72caf2a972 .kc45h4sbled::after {
    transform: rotate(-45deg);
    top: 0;
    }
#nt1142133198:checked ~ .q1a9644_bt {
    opacity: 1;
    visibility: visible;
    }}
.b02c__e48.active{color: var(--text-color);}
@media (min-width: 1025px){.ovxci56bsayh #nt1142133198, .ovxci56bsayh label[for="nt1142133198"]{ display: none !important; }}
@media (min-width: 1025px){.ovxci56bsayh .q1a9644_bt{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1025px){.ovxci56bsayh .q1a9644_bt{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1025px){.ovxci56bsayh .q1a9644_bt a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.b02c__e48.active {color: var(--text-color);}
#nt1142133198:checked ~ .q1a9644_bt { right: 0 !important; left: auto !important; }
@media (max-width: 1024px) {.ovxci56bsayh.ndf129c973c .q1a9644_bt { left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 1024px) {#nt1142133198:checked ~ .q1a9644_bt { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px) {.ovxci56bsayh.ndf129c973c #nt1142133198, .ovxci56bsayh.ndf129c973c label[for="nt1142133198"] { display: none !important; }}
@media (min-width: 1025px) {.ovxci56bsayh.ndf129c973c .q1a9644_bt { position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1025px) {.ovxci56bsayh.ndf129c973c .q1a9644_bt { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1025px) {.ovxci56bsayh.ndf129c973c .q1a9644_bt a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.t5e9a5_da{background-color: var(--bg-color, #05030a);
    padding-top: 120px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden; isolation: isolate; color: #ffffff;}
.d22078_16{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary-color, #5d24ff), transparent);
    box-shadow: 0 0 30px 2px var(--primary-color, #5d24ff);
    flex: 0 0 auto; color: #ffffff;}
.qc56__3d7c{
    width: var(--max-width, min(1200px, 92vw));
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
    }
.k91gc2hl{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
    }
.mbj7j7zydlk{
    font-family: "Playfair Display", "Times New Roman", serif;
    font-size: 48px;
    color: var(--text-color, #ffffff);
    margin-top: 0;
    margin-bottom: 40px;
    width: 100%;
    font-weight: 700;
    letter-spacing: 1px;
    }
.f98056_1a{
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color, #5d24ff);
    color: var(--btn-text, #ffffff);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 20px 48px;
    border-radius: var(--radius-md, 0px);
    transition: var(--transition, all 0.3s cubic-bezier(0.16, 1, 0.3, 1));
    box-shadow: var(--shadow-md, 0 8px 24px rgba(0, 0, 0, 0.6));
    text-transform: uppercase;
    }
.f98056_1a:hover{
    background-color: var(--secondary-color, #00e5ff);
    color: #000000;
    box-shadow: var(--shadow-lg, 0 16px 48px rgba(0, 0, 0, 0.8));
    transform: translateY(-2px);
    }
.jcbpbtwb{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(255, 255, 255, 0.08));
    margin-bottom: 60px; color: #1a1a2e;}
.bn4nxqzp{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    }
.im62x12z{
    font-family: "Playfair Display", "Times New Roman", serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 6px;
    color: var(--text-color, #ffffff);
    margin-bottom: 16px;
    width: 100%;
    }
.zf7swzkoatn{
    font-size: 15px;
    color: var(--text-muted, #8b8698);
    width: 100%;
    max-width: 400px;
    line-height: 1.6;
    margin: 0;
    }
.n996d__f0659{
    width: 100%;
    display: flex;
    justify-content: center;
    }
.y8c64ff8340{
    color: var(--text-muted, #8b8698);
    font-size: 13px;
    letter-spacing: 0.5px;
    width: 100%;
    text-align: center;
    }
@media (max-width: 768px){.t5e9a5_da{
    padding-top: 80px;
    padding-bottom: 40px;
    }
.k91gc2hl{
    margin-bottom: 60px;
    }
.mbj7j7zydlk{
    font-size: 32px;
    margin-bottom: 32px;
    }
.f98056_1a{
    padding: 16px 36px;
    font-size: 14px;
    width: 100%;
    max-width: 300px;
    }
.jcbpbtwb{
    margin-bottom: 40px;
    }
.im62x12z{
    font-size: 28px;
    }
.zf7swzkoatn{
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    }}
I"m thinking about how the user, an expert, will perceive this. It"s not just about functionality; div.cbbd__7659.hc4ba52a_egi it"s about the feeling. Deep colors, sharp angles, a touch of elegance with the serif fonts – this will convey professionalism and a premium experience. The entire page should flow logically, guiding the user towards the correct download path while preempting potential questions. I"m thinking in terms of "what does the user need to *know* *before* they even *think* about downloading?"
    First, div.cbbd__7659.hc4ba52a_egi the hero div................ We
    Next, div.cbbd__7659.hc4ba52a_egi div 1................  We need to establish trust and address the crucial question of compatibility upfront................ I"ll structure this to highlight the cross-platform nature of CoolPlay ZIP but also clearly define the boundaries. No misleading promises.  I"ll use the "跨平台兼容性与边界说明" div to spell out what platforms are supported (Windows, macOS, Linux) and mention the implications of running on older or specialized systems................ The user needs to understand that not every environment is ideal................ I
    Following that, div.cbbd__7659.hc4ba52a_egi div 2 is about managing expectations................ Let"s make it easy to understand the resource requirements. This will be the \"资源占用的环境条件\" div. I"ll focus on memory use when handling large archives and emphasize the need for sufficient disk space................ I
    div 3 will walk the user through the process of getting the right version................ I"ll present it as \"官方正版获取的规范主路径\" to ensure they understand the importance of security. I"ll break it down into three clear steps: (1) determine the right "适用场景" – linking to "scene.html", div.cbbd__7659.hc4ba52a_egi (2) Select the correct official client – linking to "client.html", div.cbbd__7659.hc4ba52a_egi and (3) complete the initial configuration – linking to "config.html"................ Each step will get its own icon................
    div 4, div.cbbd__7659.hc4ba52a_egi the FAQ div, div.cbbd__7659.hc4ba52a_egi will hit on some common concerns................ These are the things users *always* ask................ I
    div 5 will be the final push................  I"ll provide clear pathways.  Are they ready to download? Click the \"确认无误，进入下载通道\" button. Still unsure?  Then \"仍有疑问，前往帮助中心.\" It"s about empowering them to make the right choice................
    Finally, div.cbbd__7659.hc4ba52a_egi the div.y2fc__1f6c is simple, div.cbbd__7659.hc4ba52a_egi but important, div.cbbd__7659.hc4ba52a_egi with the copyright "Copyright © 2026 CoolPlay ZIP. 保留所有权利."
    The CSS is key................ Using the color scheme – the dark backgrounds, div.cbbd__7659.hc4ba52a_egi high-contrast text, div.cbbd__7659.hc4ba52a_egi that signature purple, div.cbbd__7659.hc4ba52a_egi and secondary color................ Hard edges, div.cbbd__7659.hc4ba52a_egi and that serif font for headlines will look modern and professional................ The alternating layout ensures a dynamic visual flow................ The goal is to make a really polished page that resonates................ It"s not just a download page; it"s a statement................
    div.cbbd__7659.hc4ba52a_egi{
    background-color: var(--cp-bg);
    color: var(--cp-text);
    font-family: var(--cp-font-sans);
    line-height: 1.7;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    }
div.cbbd__7659.hc4ba52a_egi h1, div.cbbd__7659.hc4ba52a_egi h2, div.cbbd__7659.hc4ba52a_egi h3, div.cbbd__7659.hc4ba52a_egi h4{
    font-family: var(--cp-font-serif);
    font-weight: 700;
    margin-top: 0;
    color: var(--cp-text);
    }
div.cbbd__7659.hc4ba52a_egi a{
    color: var(--cp-primary);
    text-decoration: none;
    transition: color 0.3s ease;
    }
div.cbbd__7659.hc4ba52a_egi a:hover{
    color: var(--cp-secondary);
    }
div.cbbd__7659.hc4ba52a_egi .ebf4b_e03e{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    }
div.cbbd__7659.hc4ba52a_egi .p7jhgrzaysf{
    padding: 10rem 0 8rem;
    text-align: center;
    border-bottom: 1px solid var(--cp-border);
    position: relative;
    background: radial-gradient(circle at 50% 0%, rgba(122, 60, 222, 0.15) 0%, rgba(28, 27, 31, 0) 70%); color: #1a1a2e;}
div.cbbd__7659.hc4ba52a_egi .uvgz5hy02o9{
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
div.cbbd__7659.hc4ba52a_egi .p7jhgrzaysf h1{
    font-size: 3.5rem;
    line-height: 1.25;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    }
div.cbbd__7659.hc4ba52a_egi .p7jhgrzaysf p{
    font-size: 1.25rem;
    color: var(--cp-text-muted);
    margin-bottom: 3rem;
    max-width: 680px;
    }
div.cbbd__7659.hc4ba52a_egi .ftu7bzw8{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.125rem 2.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: var(--cp-radius);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    text-decoration: none;
    border: none;
    letter-spacing: 0.05em;
    }
div.cbbd__7659.hc4ba52a_egi .le971__245{
    background-color: var(--cp-primary);
    color: #1a1a2e;
    box-shadow: 6px 6px 0px var(--cp-secondary);
    }
div.cbbd__7659.hc4ba52a_egi .le971__245:hover{
    transform: translate(3px, 3px);
    box-shadow: 3px 3px 0px var(--cp-secondary);
    color: #ffffff;
    }
div.cbbd__7659.hc4ba52a_egi .e0b73b5{
    background-color: transparent;
    color: var(--cp-text);
    border: 2px solid var(--cp-border);
    }
div.cbbd__7659.hc4ba52a_egi .e0b73b5:hover{
    border-color: var(--cp-text);
    background-color: rgba(255,255,255,0.05); color: #1a1a2e;}
div.cbbd__7659.hc4ba52a_egi .i0760891d07{
    padding: 8rem 0;
    border-bottom: 1px solid var(--cp-border);
    }
div.cbbd__7659.hc4ba52a_egi .g6791f0{
    text-align: center;
    margin-bottom: 5rem;
    max-width: 760px;
    margin-left: 0;
    margin-right: auto;
    }
div.cbbd__7659.hc4ba52a_egi .g6791f0 h2{
    font-size: 2.75rem;
    margin-bottom: 1.25rem;
    letter-spacing: -0.01em;
    }
div.cbbd__7659.hc4ba52a_egi .g6791f0 p{
    color: var(--cp-text-muted);
    font-size: 1.125rem;
    }
div.cbbd__7659.hc4ba52a_egi .zslrnf4fhpe{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
    margin-bottom: 6rem;
    }
div.cbbd__7659.hc4ba52a_egi .zslrnf4fhpe:last-child{
    margin-bottom: 0;
    }
div.cbbd__7659.hc4ba52a_egi .zslrnf4fhpe:nth-child(even) .p7362110_vm6b{
    order: 2;
    }
div.cbbd__7659.hc4ba52a_egi .zslrnf4fhpe:nth-child(even) .w8a13ffb8f{
    order: 1;
    }
div.cbbd__7659.hc4ba52a_egi .p7362110_vm6b h3{
    font-size: 2rem;
    margin-bottom: 1.5rem;
    }
div.cbbd__7659.hc4ba52a_egi .p7362110_vm6b p{
    color: var(--cp-text-muted);
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    }
div.cbbd__7659.hc4ba52a_egi .p7362110_vm6b ul{
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    }
div.cbbd__7659.hc4ba52a_egi .p7362110_vm6b li{
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    color: var(--cp-text-muted);
    }
div.cbbd__7659.hc4ba52a_egi .p7362110_vm6b li::before{
    content: "■";
    position: absolute;
    left: 0;
    top: 0.2rem;
    color: var(--cp-primary);
    font-size: 0.75rem;
    }
div.cbbd__7659.hc4ba52a_egi .w8a13ffb8f img{
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    border: 1px solid var(--cp-border);
    filter: grayscale(15%) contrast(110%);
    box-shadow: 12px 12px 0px rgba(0,0,0,0.5);
    }
div.cbbd__7659.hc4ba52a_egi .ke04882_59vp{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    }
div.cbbd__7659.hc4ba52a_egi .cedde69_97{
    background-color: var(--cp-card-bg);
    padding: 3rem 2.5rem;
    border: 1px solid var(--cp-border);
    transition: transform 0.3s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: column; color: #ffffff;}
div.cbbd__7659.hc4ba52a_egi .cedde69_97:hover{
    transform: translateY(-8px);
    border-color: var(--cp-primary);
    }
div.cbbd__7659.hc4ba52a_egi .k935ac1_5f4f{
    width: 40px;
    height: 40px;
    margin-bottom: 2rem;
    color: var(--cp-primary);
    }
div.cbbd__7659.hc4ba52a_egi .k935ac1_5f4f svg{
    width: 100%;
    height: 100%;
    fill: currentColor;
    }
div.cbbd__7659.hc4ba52a_egi .cedde69_97 h3{
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
    }
div.cbbd__7659.hc4ba52a_egi .cedde69_97 p{
    color: var(--cp-text-muted);
    margin-bottom: 2rem;
    font-size: 1rem;
    flex-grow: 1;
    }
div.cbbd__7659.hc4ba52a_egi .hb8d6c71ce{
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    font-size: 1rem;
    margin-top: auto;
    }
div.cbbd__7659.hc4ba52a_egi .hb8d6c71ce::after{
    content: "→";
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
    }
div.cbbd__7659.hc4ba52a_egi .hb8d6c71ce:hover::after{
    transform: translateX(6px);
    }
div.cbbd__7659.hc4ba52a_egi .ku9ir2h8bd{
    max-width: 860px;
    margin: 0 auto;
    counter-reset: cp-step;
    }
div.cbbd__7659.hc4ba52a_egi .wca86e7_z7{
    position: relative;
    padding-left: 5rem;
    margin-bottom: 4rem;
    }
div.cbbd__7659.hc4ba52a_egi .wca86e7_z7:last-child{
    margin-bottom: 0;
    }
div.cbbd__7659.hc4ba52a_egi .wca86e7_z7::before{
    counter-increment: cp-step;
    content: "0" counter(cp-step);
    position: absolute;
    left: 0;
    top: -0.25rem;
    font-family: var(--cp-font-serif);
    font-size: 2rem;
    font-weight: 700;
    color: var(--cp-border);
    line-height: 1;
    transition: color 0.3s ease;
    }
div.cbbd__7659.hc4ba52a_egi .wca86e7_z7:hover::before{
    color: var(--cp-secondary);
    }
div.cbbd__7659.hc4ba52a_egi .wca86e7_z7 h4{
    font-size: 1.5rem;
    margin-bottom: 1rem;
    }
div.cbbd__7659.hc4ba52a_egi .wca86e7_z7 p{
    color: var(--cp-text-muted);
    font-size: 1.125rem;
    }
div.cbbd__7659.hc4ba52a_egi .a3ab__1585{
    background-color: #111111;
    padding: 5rem 0 3rem;
    border-top: 1px solid var(--cp-border); color: #ffffff;}
div.cbbd__7659.hc4ba52a_egi .o0e5cc7dc{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
div.cbbd__7659.hc4ba52a_egi .u0af__7173{
    font-family: var(--cp-font-serif);
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--cp-text);
    margin-bottom: 1.5rem;
    letter-spacing: 0.05em;
    }
div.cbbd__7659.hc4ba52a_egi .s227d75d3{
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    }
div.cbbd__7659.hc4ba52a_egi .s227d75d3 a{
    color: var(--cp-text-muted);
    font-weight: 500;
    }
div.cbbd__7659.hc4ba52a_egi .s227d75d3 a:hover{
    color: var(--cp-primary);
    }
div.cbbd__7659.hc4ba52a_egi .j062a3_f9e0{
    color: #666666;
    font-size: 0.875rem;
    }
@media (max-width: 992px) {div.cbbd__7659.hc4ba52a_egi .zslrnf4fhpe{
    grid-template-columns: 1fr;
    gap: 3rem;
    }
div.cbbd__7659.hc4ba52a_egi .zslrnf4fhpe:nth-child(even) .p7362110_vm6b, div.cbbd__7659.hc4ba52a_egi .zslrnf4fhpe:nth-child(even) .w8a13ffb8f{
    order: unset;
    }}
@media (max-width: 768px) {div.cbbd__7659.hc4ba52a_egi .p7jhgrzaysf h1{
    font-size: 2.5rem;
    }
div.cbbd__7659.hc4ba52a_egi .i0760891d07{
    padding: 5rem 0;
    }
div.cbbd__7659.hc4ba52a_egi .g6791f0 h2{
    font-size: 2rem;
    }
div.cbbd__7659.hc4ba52a_egi .wca86e7_z7{
    padding-left: 0;
    padding-top: 3rem;
    }
div.cbbd__7659.hc4ba52a_egi .wca86e7_z7::before{
    top: 0;
    }
div.cbbd__7659.hc4ba52a_egi .ftu7bzw8{
    width: 100%;
    margin-bottom: 1rem;
    }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.cbbd__7659 img.x5f4d1_bf7a {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.cbbd__7659 img.x5f4d1_bf7a.s00a__1678 { aspect-ratio: 16 / 9; }
div.cbbd__7659 img.x5f4d1_bf7a.v126__41c3 { aspect-ratio: 16 / 10; }
div.cbbd__7659 img.x5f4d1_bf7a.p3dd6064c9e { aspect-ratio: 4 / 3; }
div.cbbd__7659 img.x5f4d1_bf7a.wfe438_7d89 { aspect-ratio: 1 / 1; }
div.cbbd__7659 :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.cbbd__7659 .t1be__da82 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.cbbd__7659 .t1be__da82.s00a__1678 { aspect-ratio: 16 / 9; }
div.cbbd__7659 .t1be__da82.v126__41c3 { aspect-ratio: 16 / 10; }
div.cbbd__7659 .t1be__da82.p3dd6064c9e { aspect-ratio: 4 / 3; }
div.cbbd__7659 .t1be__da82.wfe438_7d89 { aspect-ratio: 1 / 1; }
div.cbbd__7659 .t1be__da82 > img.x5f4d1_bf7a,
    div.cbbd__7659 .t1be__da82 > picture > img.x5f4d1_bf7a {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.cbbd__7659.hc4ba52a_egi .le971__245 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.cbbd__7659.hc4ba52a_egi .le971__245 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.cbbd__7659.hc4ba52a_egi .le971__245 a:not([class]):hover{opacity:0.92;}
div.cbbd__7659.hc4ba52a_egi .le971__245 a[class=""]:hover{opacity:0.92;}
div.cbbd__7659.hc4ba52a_egi .le971__245 a:not([class]):visited{color:#ffffff !important;}
div.cbbd__7659.hc4ba52a_egi .le971__245 a[class=""]:visited{color:#ffffff !important;}
.ovxci56bsayh{
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    justify-content: center; color: #ffffff;}
.hzcarud0y{
    width: var(--max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    }
.uq45l2gphz{
    font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 0.05em;
    text-transform: lowercase;
    display: flex;
    align-items: center;
    }
.uq45l2gphz::after{
    content: ".";
    color: var(--primary-color);
    }
.if466d__7e9e7{
    display: none;
    }
.q1a9644_bt{
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
    gap: 3.5rem; 
    }
.e6d6fb48{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2.5rem;
    align-items: center;
    }
.b02c__e48{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: var(--transition);
    padding: 0.5rem 0;
    position: relative;
    letter-spacing: 0.02em;
    }
.b02c__e48:hover{
    color: var(--text-color);
    }
.b02c__e48::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: var(--transition); color: #ffffff;}
.b02c__e48:hover::before{
    width: 100%;
    }
.v263f07_0cd{
    display: flex;
    align-items: center;
    }
.acf9ca4fc{font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: var(--primary-color);
    color: var(--btn-text);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.75rem 1.75rem;
    border: none;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    letter-spacing: 0.05em;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 0 rgba(93, 36, 255, 0); isolation: isolate;}
.acf9ca4fc::after{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: 0.5s ease; color: #1a1a2e;}
.acf9ca4fc:hover{
    background: #7442ff;
    box-shadow: 0 0 24px rgba(93, 36, 255, 0.6);
    transform: translateY(-1px); color: #1a1a2e;}
.acf9ca4fc:hover::after{
    left: 100%;
    }
.cl4683w1phli{
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--primary-color) 40%, var(--secondary-color) 60%, transparent 100%);
    opacity: 0.6; color: #1a1a2e;}
.c72caf2a972{
    display: none;
    cursor: pointer;
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 1001;
    }
.kc45h4sbled, .kc45h4sbled::before, .kc45h4sbled::after{
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    border-radius: var(--radius-sm); color: #1a1a2e;}
.kc45h4sbled{
    top: 11px;
    }
.kc45h4sbled::before{
    content: "";
    top: -8px;
    }
.kc45h4sbled::after{
    content: "";
    top: 8px;
    }
@media (max-width: 1024px){.q1a9644_bt {
    position: fixed;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    height: calc(100vh - var(--nav-height));
    background-color: var(--bg-color);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 2rem 4vw;
    gap: 2rem;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    border-top: 1px solid var(--border-color);
    box-sizing: border-box;
    overflow-y: auto; color: #ffffff;}
.c72caf2a972 {
    display: block;
    }
.e6d6fb48 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    width: 100%;
    }
.b02c__e48 {
    font-size: 1.15rem;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    padding-bottom: 1rem;
    }
.b02c__e48::before {
    display: none;
    }
.v263f07_0cd {
    width: 100%;
    margin-top: 1rem;
    }
.acf9ca4fc {
    width: 100%;
    padding: 1rem;
    font-size: 1.05rem;
    }
#nt1142133198:checked ~ .c72caf2a972 .kc45h4sbled {
    background: transparent;
    }
#nt1142133198:checked ~ .c72caf2a972 .kc45h4sbled::before {
    transform: rotate(45deg);
    top: 0;
    }
#nt1142133198:checked ~ .c72caf2a972 .kc45h4sbled::after {
    transform: rotate(-45deg);
    top: 0;
    }
#nt1142133198:checked ~ .q1a9644_bt {
    opacity: 1;
    visibility: visible;
    }}
.b02c__e48.active{color: var(--text-color);}
@media (min-width: 1025px){.ovxci56bsayh #nt1142133198, .ovxci56bsayh label[for="nt1142133198"]{ display: none !important; }}
@media (min-width: 1025px){.ovxci56bsayh .q1a9644_bt{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1025px){.ovxci56bsayh .q1a9644_bt{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1025px){.ovxci56bsayh .q1a9644_bt a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.b02c__e48.active{color: var(--text-color);}
#nt1142133198:checked ~ .q1a9644_bt{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.ovxci56bsayh.ndf129c973c .q1a9644_bt{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 1024px){#nt1142133198:checked ~ .q1a9644_bt{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.ovxci56bsayh.ndf129c973c #nt1142133198, .ovxci56bsayh.ndf129c973c label[for="nt1142133198"]{ display: none !important; }}
@media (min-width: 1025px){.ovxci56bsayh.ndf129c973c .q1a9644_bt{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1025px){.ovxci56bsayh.ndf129c973c .q1a9644_bt{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1025px){.ovxci56bsayh.ndf129c973c .q1a9644_bt a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.t5e9a5_da{background-color: var(--bg-color, #05030a);
    padding-top: 120px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden; isolation: isolate; color: #ffffff;}
.d22078_16{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary-color, #5d24ff), transparent);
    box-shadow: 0 0 30px 2px var(--primary-color, #5d24ff);
    flex: 0 0 auto; color: #ffffff;}
.qc56__3d7c{
    width: var(--max-width, min(1200px, 92vw));
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
    }
.k91gc2hl{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
    }
.mbj7j7zydlk{
    font-family: "Playfair Display", "Times New Roman", serif;
    font-size: 48px;
    color: var(--text-color, #ffffff);
    margin-top: 0;
    margin-bottom: 40px;
    width: 100%;
    font-weight: 700;
    letter-spacing: 1px;
    }
.f98056_1a{
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color, #5d24ff);
    color: var(--btn-text, #ffffff);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 20px 48px;
    border-radius: var(--radius-md, 0px);
    transition: var(--transition, all 0.3s cubic-bezier(0.16, 1, 0.3, 1));
    box-shadow: var(--shadow-md, 0 8px 24px rgba(0, 0, 0, 0.6));
    text-transform: uppercase;
    }
.f98056_1a:hover{
    background-color: var(--secondary-color, #00e5ff);
    color: #000000;
    box-shadow: var(--shadow-lg, 0 16px 48px rgba(0, 0, 0, 0.8));
    transform: translateY(-2px);
    }
.jcbpbtwb{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(255, 255, 255, 0.08));
    margin-bottom: 60px; color: #1a1a2e;}
.bn4nxqzp{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    }
.im62x12z{
    font-family: "Playfair Display", "Times New Roman", serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 6px;
    color: var(--text-color, #ffffff);
    margin-bottom: 16px;
    width: 100%;
    }
.zf7swzkoatn{
    font-size: 15px;
    color: var(--text-muted, #8b8698);
    width: 100%;
    max-width: 400px;
    line-height: 1.6;
    margin: 0;
    }
.n996d__f0659{
    width: 100%;
    display: flex;
    justify-content: center;
    }
.y8c64ff8340{
    color: var(--text-muted, #8b8698);
    font-size: 13px;
    letter-spacing: 0.5px;
    width: 100%;
    text-align: center;
    }
@media (max-width: 768px){.t5e9a5_da{
    padding-top: 80px;
    padding-bottom: 40px;
    }
.k91gc2hl{
    margin-bottom: 60px;
    }
.mbj7j7zydlk{
    font-size: 32px;
    margin-bottom: 32px;
    }
.f98056_1a{
    padding: 16px 36px;
    font-size: 14px;
    width: 100%;
    max-width: 300px;
    }
.jcbpbtwb{
    margin-bottom: 40px;
    }
.im62x12z{
    font-size: 28px;
    }
.zf7swzkoatn{
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    }}
.ovxci56bsayh{
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-color);
  display: flex;
  flex-direction: column;
  justify-content: center; color: #ffffff;}
.hzcarud0y{
  width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.uq45l2gphz{
  font-family: "Playfair Display", "Georgia", "Times New Roman", serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: 0.05em;
  text-transform: lowercase;
  display: flex;
  align-items: center;
}
.uq45l2gphz::after{
  content: ".";
  color: var(--primary-color);
}
.if466d__7e9e7{
  display: none;
}
.q1a9644_bt{
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
  gap: 3.5rem; 
}
.e6d6fb48{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2.5rem;
  align-items: center;
}
.b02c__e48{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: var(--transition);
  padding: 0.5rem 0;
  position: relative;
  letter-spacing: 0.02em;
}
.b02c__e48:hover{
  color: var(--text-color);
}
.b02c__e48::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-color);
  transition: var(--transition); color: #ffffff;}
.b02c__e48:hover::before{
  width: 100%;
}
.v263f07_0cd{
  display: flex;
  align-items: center;
}
.acf9ca4fc{font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: var(--primary-color);
  color: var(--btn-text);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.75rem 1.75rem;
  border: none;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  letter-spacing: 0.05em;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 rgba(93, 36, 255, 0); isolation: isolate;}
.acf9ca4fc::after{
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: 0.5s ease; color: #1a1a2e;}
.acf9ca4fc:hover{
  background: #7442ff;
  box-shadow: 0 0 24px rgba(93, 36, 255, 0.6);
  transform: translateY(-1px); color: #1a1a2e;}
.acf9ca4fc:hover::after{
  left: 100%;
}
.cl4683w1phli{
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--primary-color) 40%, var(--secondary-color) 60%, transparent 100%);
  opacity: 0.6; color: #1a1a2e;}
.c72caf2a972{
  display: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 1001;
}
.kc45h4sbled, .kc45h4sbled::before, .kc45h4sbled::after{
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition);
  border-radius: var(--radius-sm); color: #1a1a2e;}
.kc45h4sbled{
  top: 11px;
}
.kc45h4sbled::before{
  content: "";
  top: -8px;
}
.kc45h4sbled::after{
  content: "";
  top: 8px;
}
@media (max-width: 1024px){.q1a9644_bt {
    position: fixed;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    height: calc(100vh - var(--nav-height));
    background-color: var(--bg-color);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 2rem 4vw;
    gap: 2rem;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    border-top: 1px solid var(--border-color);
    box-sizing: border-box;
    overflow-y: auto; color: #ffffff;}
.c72caf2a972 {
    display: block;
  }
.e6d6fb48 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    width: 100%;
  }
.b02c__e48 {
    font-size: 1.15rem;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    padding-bottom: 1rem;
  }
.b02c__e48::before {
    display: none;
  }
.v263f07_0cd {
    width: 100%;
    margin-top: 1rem;
  }
.acf9ca4fc {
    width: 100%;
    padding: 1rem;
    font-size: 1.05rem;
  }
#nt1142133198:checked ~ .c72caf2a972 .kc45h4sbled {
    background: transparent;
  }
#nt1142133198:checked ~ .c72caf2a972 .kc45h4sbled::before {
    transform: rotate(45deg);
    top: 0;
  }
#nt1142133198:checked ~ .c72caf2a972 .kc45h4sbled::after {
    transform: rotate(-45deg);
    top: 0;
  }
#nt1142133198:checked ~ .q1a9644_bt {
    opacity: 1;
    visibility: visible;
  }}
.b02c__e48.active{color: var(--text-color);}
@media (min-width: 1025px){.ovxci56bsayh #nt1142133198, .ovxci56bsayh label[for="nt1142133198"]{ display: none !important; }}
@media (min-width: 1025px){.ovxci56bsayh .q1a9644_bt{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1025px){.ovxci56bsayh .q1a9644_bt{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1025px){.ovxci56bsayh .q1a9644_bt a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.b02c__e48.active{color: var(--text-color);}
#nt1142133198:checked ~ .q1a9644_bt{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.ovxci56bsayh.ndf129c973c .q1a9644_bt{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 1024px){#nt1142133198:checked ~ .q1a9644_bt{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.ovxci56bsayh.ndf129c973c #nt1142133198, .ovxci56bsayh.ndf129c973c label[for="nt1142133198"]{ display: none !important; }}
@media (min-width: 1025px){.ovxci56bsayh.ndf129c973c .q1a9644_bt{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1025px){.ovxci56bsayh.ndf129c973c .q1a9644_bt{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1025px){.ovxci56bsayh.ndf129c973c .q1a9644_bt a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.o703__b365{background-color: var(--bg-color, #05030a);
  padding-top: 120px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden; isolation: isolate; color: #ffffff;}
.b6c8__5556{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--primary-color, #5d24ff), transparent);
  box-shadow: 0 0 30px 2px var(--primary-color, #5d24ff);
  flex: 0 0 auto; color: #ffffff;}
.h54f__5a4f{
  width: var(--max-width, min(1200px, 92vw));
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}
.k39ef1b9c67{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}
.b03520c10{
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 48px;
  color: var(--text-color, #ffffff);
  margin-top: 0;
  margin-bottom: 40px;
  width: 100%;
  font-weight: 700;
  letter-spacing: 1px;
}
.o9fa__c519{
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color, #5d24ff);
  color: var(--btn-text, #ffffff);
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 20px 48px;
  border-radius: var(--radius-md, 0px);
  transition: var(--transition, all 0.3s cubic-bezier(0.16, 1, 0.3, 1));
  box-shadow: var(--shadow-md, 0 8px 24px rgba(0, 0, 0, 0.6));
  text-transform: uppercase;
}
.o9fa__c519:hover{
  background-color: var(--secondary-color, #00e5ff);
  color: #000000;
  box-shadow: var(--shadow-lg, 0 16px 48px rgba(0, 0, 0, 0.8));
  transform: translateY(-2px);
}
.u2bb0e0e2{
  width: 100%;
  height: 1px;
  background-color: var(--border-color, rgba(255, 255, 255, 0.08));
  margin-bottom: 60px; color: #1a1a2e;}
.n4b6b0e429e{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.gd99a9_70fa{
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 6px;
  color: var(--text-color, #ffffff);
  margin-bottom: 16px;
  width: 100%;
}
.h01fda_48c0{
  font-size: 15px;
  color: var(--text-muted, #8b8698);
  width: 100%;
  max-width: 400px;
  line-height: 1.6;
  margin: 0;
}
.v12d__541d{
  width: 100%;
  display: flex;
  justify-content: center;
}
.ab5942f455e{
  color: var(--text-muted, #8b8698);
  font-size: 13px;
  letter-spacing: 0.5px;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px){.o703__b365{
    padding-top: 80px;
    padding-bottom: 40px;
  }
.k39ef1b9c67{
    margin-bottom: 60px;
  }
.b03520c10{
    font-size: 32px;
    margin-bottom: 32px;
  }
.o9fa__c519{
    padding: 16px 36px;
    font-size: 14px;
    width: 100%;
    max-width: 300px;
  }
.u2bb0e0e2{
    margin-bottom: 40px;
  }
.gd99a9_70fa{
    font-size: 28px;
  }
.h01fda_48c0{
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }}
.q6ab285e471{box-sizing:border-box;}
.q502__e842{box-sizing:border-box;}