:root {

  --wpsdl-bg: #09090b;
  --wpsdl-surface: #18181b;
  --wpsdl-surface-hover: #27272a;
  --wpsdl-primary: hsl(160, 85%, 61%);
  --wpsdl-primary-hover: hsl(160, 85%, 55%);
  --wpsdl-primary-text: hsl(160, 10%, 8%);
  --wpsdl-secondary: hsl(217, 68%, 61%);
  --wpsdl-secondary-hover: hsl(217, 68%, 55%);
  --wpsdl-text-main: #f8fafc;
  --wpsdl-text-muted: #a1a1aa;
  --wpsdl-border: #3f3f46;
  --wpsdl-radius: 16px;
  --wpsdl-spacing-section: 6rem;
  --wpsdl-font: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --primary-color: hsl(160, 85%, 61%);
  --secondary-color: hsl(217, 68%, 61%);
  --bg-color: hsl(225, 15%, 6%);
  --text-color: hsl(0, 0%, 100%);
  --text-muted: hsl(225, 10%, 65%);
  --border-color: rgba(255, 255, 255, 0.08);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 24px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.2);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.5);
  --nav-height: 80px;
  --max-width: 1280px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(6, 7, 9, 0.85);
  --btn-gradient: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  --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%);
}
div.cb83__0c94.o0908_aa5a.d5dd3628{
    background-color: var(--wpsdl-bg);
    color: var(--wpsdl-text-main);
    font-family: var(--wpsdl-font);
    line-height: 1.6;
    padding: 3rem 5% 0; 
    min-height: 100vh;
    }
div.cb83__0c94.o0908_aa5a.d5dd3628 *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
div.cb83__0c94.o0908_aa5a .k0d986_rpi{
    max-width: 1280px;
    margin: 0 auto;
    }
div.cb83__0c94.o0908_aa5a .l3ca86_c4{
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: var(--text-color, var(--wpsdl-text-main));
    }
div.cb83__0c94.o0908_aa5a .k55de5_cf99{
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
    }
div.cb83__0c94.o0908_aa5a .xba040d09{
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--wpsdl-text-main);
    }
div.cb83__0c94.o0908_aa5a .taa8v7p4zptg{
    font-size: 1.125rem;
    color: var(--wpsdl-text-muted);
    margin-bottom: 2rem;
    max-width: 600px;
    }
div.cb83__0c94.o0908_aa5a .eec59__a29f7{
    color: var(--wpsdl-primary);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
    }
div.cb83__0c94.o0908_aa5a .eec59__a29f7:hover{
    border-bottom-color: var(--wpsdl-primary);
    }
div.cb83__0c94.o0908_aa5a .m9748__c3920{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-bottom: var(--wpsdl-spacing-section);
    }
div.cb83__0c94.o0908_aa5a .r39da2f523{order: -1; 
    border-radius: var(--wpsdl-radius);
    overflow: hidden;
    position: relative;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4); isolation: isolate;}
div.cb83__0c94.o0908_aa5a .r39da2f523 img{
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
    }
div.cb83__0c94.o0908_aa5a .r39da2f523:hover img{
    transform: scale(1.03);
    }
div.cb83__0c94.o0908_aa5a .o724710e{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    font-size: 0.875rem;
    color: var(--wpsdl-text-muted);
    }
div.cb83__0c94.o0908_aa5a .f2rdh0p3z{
    background-color: rgba(62, 224, 171, 0.15);
    color: #1a1a2e;
    padding: 0.25rem 0.75rem;
    border-radius: 99px;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    }
div.cb83__0c94.o0908_aa5a .db645c6_29{
    color: var(--wpsdl-border);
    }
div.cb83__0c94.o0908_aa5a .sbdfe9_qu{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
    }
@media (min-width: 640px) {div.cb83__0c94.o0908_aa5a .sbdfe9_qu{
    flex-direction: row;
    flex-wrap: wrap;
    }}
div.cb83__0c94.o0908_aa5a .f5fd71_n8fu{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 1.75rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    border: none;
    }
div.cb83__0c94.o0908_aa5a .f5fd71_n8fu svg{
    width: 20px;
    height: 20px;
    fill: currentColor;
    }
div.cb83__0c94.o0908_aa5a .ttcfuw9l{
    background-color: var(--wpsdl-primary);
    color: var(--wpsdl-primary-text);
    box-shadow: 0 4px 14px rgba(62, 224, 171, 0.3);
    }
div.cb83__0c94.o0908_aa5a .ttcfuw9l:hover{
    background-color: var(--wpsdl-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(62, 224, 171, 0.4); color: #1a1a2e;}
div.cb83__0c94.o0908_aa5a .o19e__ae04f{
    background-color: var(--wpsdl-surface-hover);
    color: var(--wpsdl-text-main);
    border: 1px solid var(--wpsdl-border);
    }
div.cb83__0c94.o0908_aa5a .o19e__ae04f:hover{
    background-color: var(--wpsdl-border);
    color: #fff;
    }
div.cb83__0c94.o0908_aa5a .h9cwg8qt1r{
    font-size: 0.875rem;
    color: var(--wpsdl-text-muted);
    background: var(--wpsdl-surface);
    padding: 1rem;
    border-radius: 8px;
    border-left: 3px solid var(--wpsdl-border);
    }
div.cb83__0c94.o0908_aa5a .b857474354{
    margin-bottom: var(--wpsdl-spacing-section);
    }
div.cb83__0c94.o0908_aa5a .a1c6f1f243e{background-color: var(--wpsdl-surface);
    border: 1px solid var(--wpsdl-border);
    border-radius: var(--wpsdl-radius);
    padding: 4rem;
    position: relative;
    overflow: hidden; isolation: isolate; color: #ffffff;}
div.cb83__0c94.o0908_aa5a .qbcfy5dd{
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    position: relative;
    z-index: 2;
    }
@media (min-width: 992px) {div.cb83__0c94.o0908_aa5a .qbcfy5dd{
    grid-template-columns: 1fr 1fr;
    }}
div.cb83__0c94.o0908_aa5a .wdf8a4_uvs{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
    }
div.cb83__0c94.o0908_aa5a .i2328e1205{
    background: rgba(9, 9, 11, 0.5);
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid var(--wpsdl-border); color: #ffffff;}
div.cb83__0c94.o0908_aa5a .i2328e1205 p{
    font-size: 0.875rem;
    color: var(--wpsdl-text-muted);
    margin-bottom: 1.25rem;
    }
div.cb83__0c94.o0908_aa5a .ube0c8c_zfo{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    }
div.cb83__0c94.o0908_aa5a .i3c2385_7cf8{
    margin-bottom: var(--wpsdl-spacing-section);
    }
div.cb83__0c94.o0908_aa5a .wea7b31_47e{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
    }
div.cb83__0c94.o0908_aa5a .p16c27b9_ds{
    background: transparent;
    border-top: 2px solid var(--wpsdl-border);
    padding-top: 1.5rem;
    }
div.cb83__0c94.o0908_aa5a .u532857_6bau{
    list-style: none;
    margin-top: 1.5rem;
    }
div.cb83__0c94.o0908_aa5a .u532857_6bau li{
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    color: var(--wpsdl-text-muted);
    font-size: 0.95rem;
    }
div.cb83__0c94.o0908_aa5a .u532857_6bau li::before{
    content: "→";
    position: absolute;
    left: 0;
    color: var(--wpsdl-primary);
    font-weight: bold;
    }
@media (max-width: 991px) {div.cb83__0c94.o0908_aa5a .m9748__c3920{
    grid-template-columns: 1fr;
    }
div.cb83__0c94.o0908_aa5a .r39da2f523{
    order: 0; 
    }
div.cb83__0c94.o0908_aa5a .a1c6f1f243e{
    padding: 2rem;
    }}
div.cb83__0c94.o0908_aa5a .e348a__1c36{box-sizing:border-box;}
div.cb83__0c94.o0908_aa5a .v2c2676_ea3{box-sizing:border-box;}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.h16c1b39_li{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    align-items: center; color: #ffffff;}
.p7b575454{
    width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.a9jb9uh4ass6{
    flex-shrink: 0;
    }
.g5320ff_mv{
    text-decoration: none;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -1px;
    color: #1a1a2e;
    text-transform: uppercase;
    background: var(--btn-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: var(--transition);
    }
.g5320ff_mv:hover{
    filter: brightness(1.2);
    }
.s983ab__b8dc9{
    display: flex;
    align-items: center;
    }
.p5d73b6{
    display: flex;
    list-style: none;
    gap: 32px;
    }
.m1db5__9bd{
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-muted);
    transition: var(--transition);
    position: relative;
    }
.m1db5__9bd:hover{
    color: var(--primary-color);
    }
.m1db5__9bd.active{
    color: var(--text-color);
    }
.xf811__02091{
    background: linear-gradient(90deg, #fff, var(--primary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; color: #1a1a2e;}
.o3af570c2{
    position: absolute;
    top: -4px;
    right: -8px;
    width: 6px;
    height: 6px;
    background-color: var(--primary-color);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--primary-color); color: #1a1a2e;}
.ld80df3{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.fcebc1d_7b7{
    background: var(--primary-color);
    color: #000000; 
    padding: 10px 24px;
    border-radius: var(--radius-lg);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 4px 14px rgba(100, 255, 218, 0.2);
    border: none;
    cursor: pointer;
    }
.fcebc1d_7b7:hover{
    background: var(--secondary-color);
    color: #1a1a2e;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    }
.a8e4e3254{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 16px;
    background: none;
    border: none;
    cursor: pointer;
    }
.a8e4e3254 .ud0459_aa{
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 1024px){.p5d73b6 {
    gap: 20px;
    }
.m1db5__9bd {
    font-size: 14px;
    }}
@media (max-width: 860px){.a8e4e3254{
    display: flex;
    }
.s983ab__b8dc9{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    height: 0;
    background-color: var(--bg-color);
    overflow: hidden;
    transition: var(--transition);
    flex-direction: column;
    border-bottom: 0 solid var(--border-color); color: #ffffff;}
.s983ab__b8dc9.active{
    height: calc(100vh - var(--nav-height));
    padding: 40px 0;
    border-bottom-width: 1px;
    }
.p5d73b6{
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 40px;
    }
.m1db5__9bd{
    font-size: 20px;
    }
.ld80df3 .fcebc1d_7b7{
    display: none; 
    }}
.xf811__02091.active{color: #1a1a2e; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.u5607c_r6{box-sizing:border-box;}
.f0b69_e6ab{list-style:none;}
.m1db5__9bd.active {color: var(--primary-color);}
.xf811__02091.active {color: #1a1a2e; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.j5f284d2_8r{
    width: 100%;
    background: var(--bg-color, hsl(225, 15%, 6%));
    padding: 80px 0 40px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    box-sizing: border-box; color: #ffffff;}
.d945c193e7a{
    max-width: var(--max-width, 1280px);
    margin: 0 auto;
    padding: 0 32px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    }
.doafm063k{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 32px;
    box-sizing: border-box;
    }
.n285a3_vxu{
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
    }
.svfpl89scj{
    width: 100%;
    color: var(--text-color, hsl(0, 0%, 100%));
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.5px;
    }
.k12285307{
    width: 100%;
    color: var(--text-muted, hsl(225, 10%, 65%));
    font-size: 15px;
    line-height: 1.5;
    }
.xkut9gfx558{
    display: flex;
    width: auto;
    }
.v0b1db3_57e6{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: auto;
    padding: 0 28px;
    background: var(--btn-gradient, linear-gradient(135deg, hsl(160, 85%, 61%), hsl(217, 68%, 61%)));
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    border-radius: var(--radius-sm, 6px);
    text-decoration: none;
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
    box-shadow: 0 4px 16px rgba(45, 212, 191, 0.25);
    }
.v0b1db3_57e6:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(45, 212, 191, 0.4);
    filter: brightness(1.05);
    }
.fab103_idk{
    width: 100%;
    height: 1px;
    background: var(--border-color, rgba(255, 255, 255, 0.08));
    margin: 48px 0 32px; color: #1a1a2e;}
.dc58baa{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 24px;
    box-sizing: border-box;
    }
.j06unraz5{
    flex: 1;
    color: var(--text-muted, hsl(225, 10%, 65%));
    font-size: 14px;
    }
.ad7cec_wi{
    display: flex;
    gap: 32px;
    width: auto;
    }
.w67989__040{
    width: auto;
    color: var(--text-muted, hsl(225, 10%, 65%));
    font-size: 14px;
    text-decoration: none;
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
    }
.w67989__040:hover{
    color: var(--text-color, hsl(0, 0%, 100%));
    }
@media (max-width: 768px){.j5f284d2_8r{
    padding: 48px 0 32px;
    }
.d945c193e7a{
    padding: 0 24px;
    }
.doafm063k{
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    }
.n285a3_vxu{
    width: 100%;
    flex: none;
    }
.xkut9gfx558{
    width: 100%;
    }
.v0b1db3_57e6{
    width: 100%;
    }
.fab103_idk{
    margin: 32px 0 24px;
    }
.dc58baa{
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 24px;
    }
.j06unraz5{
    width: 100%;
    flex: none;
    }
.ad7cec_wi{
    width: 100%;
    flex-direction: column;
    gap: 16px;
    }
.w67989__040{
    width: 100%;
    }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.cb83__0c94 img.adbc8c_a8a8 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.cb83__0c94 img.adbc8c_a8a8.zcaf__50d9 { aspect-ratio: 16 / 9; }
div.cb83__0c94 img.adbc8c_a8a8.h394__4258 { aspect-ratio: 16 / 10; }
div.cb83__0c94 img.adbc8c_a8a8.z1a0__8079 { aspect-ratio: 4 / 3; }
div.cb83__0c94 img.adbc8c_a8a8.id0227552e2 { aspect-ratio: 1 / 1; }
div.cb83__0c94 :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.cb83__0c94 .q89b35401 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.cb83__0c94 .q89b35401.zcaf__50d9 { aspect-ratio: 16 / 9; }
div.cb83__0c94 .q89b35401.h394__4258 { aspect-ratio: 16 / 10; }
div.cb83__0c94 .q89b35401.z1a0__8079 { aspect-ratio: 4 / 3; }
div.cb83__0c94 .q89b35401.id0227552e2 { aspect-ratio: 1 / 1; }
div.cb83__0c94 .q89b35401 > img.adbc8c_a8a8,
    div.cb83__0c94 .q89b35401 > picture > img.adbc8c_a8a8 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.j07c__3955 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.j07c__3955 > :first-child,
    .j07c__3955 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    }
.h16c1b39_li{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    display: flex;
    align-items: center; color: #ffffff;}
.p7b575454{
    width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.a9jb9uh4ass6{
    flex-shrink: 0;
    }
.g5320ff_mv{
    text-decoration: none;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -1px;
    color: #1a1a2e;
    text-transform: uppercase;
    background: var(--btn-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: var(--transition);
    }
.g5320ff_mv:hover{
    filter: brightness(1.2);
    }
.s983ab__b8dc9{
    display: flex;
    align-items: center;
    }
.p5d73b6{
    display: flex;
    list-style: none;
    gap: 32px;
    }
.m1db5__9bd{
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-muted);
    transition: var(--transition);
    position: relative;
    }
.m1db5__9bd:hover{
    color: var(--primary-color);
    }
.m1db5__9bd.active{
    color: var(--text-color);
    }
.xf811__02091{
    background: linear-gradient(90deg, #fff, var(--primary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; color: #1a1a2e;}
.o3af570c2{
    position: absolute;
    top: -4px;
    right: -8px;
    width: 6px;
    height: 6px;
    background-color: var(--primary-color);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--primary-color); color: #1a1a2e;}
.ld80df3{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.fcebc1d_7b7{
    background: var(--primary-color);
    color: #000000; 
    padding: 10px 24px;
    border-radius: var(--radius-lg);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 4px 14px rgba(100, 255, 218, 0.2);
    border: none;
    cursor: pointer;
    }
.fcebc1d_7b7:hover{
    background: var(--secondary-color);
    color: #1a1a2e;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    }
.a8e4e3254{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 16px;
    background: none;
    border: none;
    cursor: pointer;
    }
.a8e4e3254 .ud0459_aa{
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 1024px){.p5d73b6 {
    gap: 20px;
    }
.m1db5__9bd {
    font-size: 14px;
    }}
@media (max-width: 860px){.a8e4e3254{
    display: flex;
    }
.s983ab__b8dc9{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    height: 0;
    background-color: var(--bg-color);
    overflow: hidden;
    transition: var(--transition);
    flex-direction: column;
    border-bottom: 0 solid var(--border-color); color: #ffffff;}
.s983ab__b8dc9.active{
    height: calc(100vh - var(--nav-height));
    padding: 40px 0;
    border-bottom-width: 1px;
    }
.p5d73b6{
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 40px;
    }
.m1db5__9bd{
    font-size: 20px;
    }
.ld80df3 .fcebc1d_7b7{
    display: none; 
    }}
.xf811__02091.active{color: #1a1a2e; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.u5607c_r6{box-sizing:border-box;}
.f0b69_e6ab{list-style:none;}
.m1db5__9bd.active{color: var(--primary-color);}
.xf811__02091.active{color: #1a1a2e; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.j5f284d2_8r{
    width: 100%;
    background: var(--bg-color, hsl(225, 15%, 6%));
    padding: 80px 0 40px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    box-sizing: border-box; color: #ffffff;}
.d945c193e7a{
    max-width: var(--max-width, 1280px);
    margin: 0 auto;
    padding: 0 32px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    }
.doafm063k{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 32px;
    box-sizing: border-box;
    }
.n285a3_vxu{
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
    }
.svfpl89scj{
    width: 100%;
    color: var(--text-color, hsl(0, 0%, 100%));
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.5px;
    }
.k12285307{
    width: 100%;
    color: var(--text-muted, hsl(225, 10%, 65%));
    font-size: 15px;
    line-height: 1.5;
    }
.xkut9gfx558{
    display: flex;
    width: auto;
    }
.v0b1db3_57e6{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: auto;
    padding: 0 28px;
    background: var(--btn-gradient, linear-gradient(135deg, hsl(160, 85%, 61%), hsl(217, 68%, 61%)));
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    border-radius: var(--radius-sm, 6px);
    text-decoration: none;
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
    box-shadow: 0 4px 16px rgba(45, 212, 191, 0.25);
    }
.v0b1db3_57e6:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(45, 212, 191, 0.4);
    filter: brightness(1.05);
    }
.fab103_idk{
    width: 100%;
    height: 1px;
    background: var(--border-color, rgba(255, 255, 255, 0.08));
    margin: 48px 0 32px; color: #1a1a2e;}
.dc58baa{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 24px;
    box-sizing: border-box;
    }
.j06unraz5{
    flex: 1;
    color: var(--text-muted, hsl(225, 10%, 65%));
    font-size: 14px;
    }
.ad7cec_wi{
    display: flex;
    gap: 32px;
    width: auto;
    }
.w67989__040{
    width: auto;
    color: var(--text-muted, hsl(225, 10%, 65%));
    font-size: 14px;
    text-decoration: none;
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
    }
.w67989__040:hover{
    color: var(--text-color, hsl(0, 0%, 100%));
    }
@media (max-width: 768px){.j5f284d2_8r{
    padding: 48px 0 32px;
    }
.d945c193e7a{
    padding: 0 24px;
    }
.doafm063k{
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    }
.n285a3_vxu{
    width: 100%;
    flex: none;
    }
.xkut9gfx558{
    width: 100%;
    }
.v0b1db3_57e6{
    width: 100%;
    }
.fab103_idk{
    margin: 32px 0 24px;
    }
.dc58baa{
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 24px;
    }
.j06unraz5{
    width: 100%;
    flex: none;
    }
.ad7cec_wi{
    width: 100%;
    flex-direction: column;
    gap: 16px;
    }
.w67989__040{
    width: 100%;
    }}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: var(--bg-color);
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
}
.h16c1b39_li{
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  z-index: 1000;
  display: flex;
  align-items: center; color: #ffffff;}
.p7b575454{
  width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.a9jb9uh4ass6{
  flex-shrink: 0;
}
.g5320ff_mv{
  text-decoration: none;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -1px;
  color: #1a1a2e;
  text-transform: uppercase;
  background: var(--btn-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: var(--transition);
}
.g5320ff_mv:hover{
  filter: brightness(1.2);
}
.s983ab__b8dc9{
  display: flex;
  align-items: center;
}
.p5d73b6{
  display: flex;
  list-style: none;
  gap: 32px;
}
.m1db5__9bd{
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: var(--text-muted);
  transition: var(--transition);
  position: relative;
}
.m1db5__9bd:hover{
  color: var(--primary-color);
}
.m1db5__9bd.active{
  color: var(--text-color);
}
.xf811__02091{
  background: linear-gradient(90deg, #fff, var(--primary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; color: #1a1a2e;}
.o3af570c2{
  position: absolute;
  top: -4px;
  right: -8px;
  width: 6px;
  height: 6px;
  background-color: var(--primary-color);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--primary-color); color: #1a1a2e;}
.ld80df3{
  display: flex;
  align-items: center;
  gap: 16px;
}
.fcebc1d_7b7{
  background: var(--primary-color);
  color: #000000; 
  padding: 10px 24px;
  border-radius: var(--radius-lg);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: 0 4px 14px rgba(100, 255, 218, 0.2);
  border: none;
  cursor: pointer;
}
.fcebc1d_7b7:hover{
  background: var(--secondary-color);
  color: #1a1a2e;
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.a8e4e3254{
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 16px;
  background: none;
  border: none;
  cursor: pointer;
}
.a8e4e3254 .ud0459_aa{
  width: 100%;
  height: 2px;
  background-color: var(--text-color);
  border-radius: 2px;
  transition: var(--transition); color: #1a1a2e;}
@media (max-width: 1024px){.p5d73b6 {
    gap: 20px;
  }
.m1db5__9bd {
    font-size: 14px;
  }}
@media (max-width: 860px){.a8e4e3254{
    display: flex;
  }
.s983ab__b8dc9{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    height: 0;
    background-color: var(--bg-color);
    overflow: hidden;
    transition: var(--transition);
    flex-direction: column;
    border-bottom: 0 solid var(--border-color); color: #ffffff;}
.s983ab__b8dc9.active{
    height: calc(100vh - var(--nav-height));
    padding: 40px 0;
    border-bottom-width: 1px;
  }
.p5d73b6{
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 40px;
  }
.m1db5__9bd{
    font-size: 20px;
  }
.ld80df3 .fcebc1d_7b7{
    display: none; 
  }}
.xf811__02091.active{color: #1a1a2e; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.u5607c_r6{box-sizing:border-box;}
.f0b69_e6ab{list-style:none;}
.m1db5__9bd.active{color: var(--primary-color);}
.xf811__02091.active{color: #1a1a2e; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.j0f6fa_0139{
  width: 100%;
  background: var(--bg-color, hsl(225, 15%, 6%));
  padding: 80px 0 40px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  box-sizing: border-box; color: #ffffff;}
.k88a__0ac3{
  max-width: var(--max-width, 1280px);
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.nb7795762{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 32px;
  box-sizing: border-box;
}
.s706__a128{
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.ybc2__b58f{
  width: 100%;
  color: var(--text-color, hsl(0, 0%, 100%));
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.pbd2bf_b764{
  width: 100%;
  color: var(--text-muted, hsl(225, 10%, 65%));
  font-size: 15px;
  line-height: 1.5;
}
.xa0b4f_98f3{
  display: flex;
  width: auto;
}
.c62398096bb{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: auto;
  padding: 0 28px;
  background: var(--btn-gradient, linear-gradient(135deg, hsl(160, 85%, 61%), hsl(217, 68%, 61%)));
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  border-radius: var(--radius-sm, 6px);
  text-decoration: none;
  transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
  box-shadow: 0 4px 16px rgba(45, 212, 191, 0.25);
}
.c62398096bb:hover{
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(45, 212, 191, 0.4);
  filter: brightness(1.05);
}
.b5c47ee69{
  width: 100%;
  height: 1px;
  background: var(--border-color, rgba(255, 255, 255, 0.08));
  margin: 48px 0 32px; color: #1a1a2e;}
.z650bd_41de{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 24px;
  box-sizing: border-box;
}
.b834b322d06{
  flex: 1;
  color: var(--text-muted, hsl(225, 10%, 65%));
  font-size: 14px;
}
.w7651b7c740{
  display: flex;
  gap: 32px;
  width: auto;
}
.ea0aa932acd{
  width: auto;
  color: var(--text-muted, hsl(225, 10%, 65%));
  font-size: 14px;
  text-decoration: none;
  transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
}
.ea0aa932acd:hover{
  color: var(--text-color, hsl(0, 0%, 100%));
}
@media (max-width: 768px){.j0f6fa_0139{
    padding: 48px 0 32px;
  }
.k88a__0ac3{
    padding: 0 24px;
  }
.nb7795762{
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
.s706__a128{
    width: 100%;
    flex: none;
  }
.xa0b4f_98f3{
    width: 100%;
  }
.c62398096bb{
    width: 100%;
  }
.b5c47ee69{
    margin: 32px 0 24px;
  }
.z650bd_41de{
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 24px;
  }
.b834b322d06{
    width: 100%;
    flex: none;
  }
.w7651b7c740{
    width: 100%;
    flex-direction: column;
    gap: 16px;
  }
.ea0aa932acd{
    width: 100%;
  }}
.s99afb_a6cc{box-sizing:border-box;}
.x6df3a_28df{box-sizing:border-box;}
.y1b06e819{box-sizing:border-box;}
.ee635625d{box-sizing:border-box;}
.h13fefc2a77{display:block;max-width:100%;height:auto;}
.hc4649473{box-sizing:border-box;}
@media (max-width: 768px) {.doafm063k { flex-direction: column !important; align-items: flex-start !important; justify-content: flex-start !important; gap: 14px !important; padding: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }
.dc58baa { flex-direction: column !important; align-items: flex-start !important; justify-content: flex-start !important; gap: 14px !important; padding: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}