:root {

  --primary-color: hsl(274, 62%, 64%);
  --secondary-color: hsl(67, 50%, 54%);
  --bg-color: hsl(240, 10%, 8%);
  --text-color: hsl(240, 10%, 96%);
  --text-muted: hsl(240, 5%, 65%);
  --border-color: rgba(255, 255, 255, 0.1);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --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: 72px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --nav-bg: rgba(20, 20, 22, 0.85);
  --btn-text: #ffffff;
  --page-bg: hsl(274, 6%, 97%);
  --page-text: hsl(274, 10%, 7%);
  --page-primary: hsl(274, 62%, 54%);
  --page-accent: hsl(67, 50%, 54%);
  --page-card-bg: hsl(0, 0%, 100%);
  --page-border: hsl(274, 10%, 90%);
  --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%);
}
body{
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.t61c__3eb{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background: 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;
    justify-content: center; color: #ffffff;}
.o16548__3aa3{
    width: var(--max-width);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.b899b8f{
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--text-color);
    transition: var(--transition);
    }
.b899b8f:hover{
    opacity: 0.8;
    }
.oee9vre0tt{
    width: 28px;
    height: 28px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    }
.oee9vre0tt svg{
    width: 100%;
    height: 100%;
    }
.lmqfvlvxm{
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    }
.q14d__f84{
    display: flex;
    align-items: center;
    gap: 32px;
    }
.i6idmrcx8c1s{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.9375rem;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    }
.i6idmrcx8c1s:hover{
    color: var(--text-color);
    }
.i6idmrcx8c1s.active{
    color: var(--text-color);
    }
.ha191d__6a8{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.p51195_be4{
    background: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: var(--radius-lg);
    transition: var(--transition);
    box-shadow: 0 4px 14px rgba(162, 89, 255, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    }
.p51195_be4:hover{
    background: hsl(274, 62%, 70%);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(162, 89, 255, 0.4); color: #1a1a2e;}
.lfc468__6c5{
    display: none;
    background: transparent;
    border: none;
    color: var(--text-color);
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.lfc468__6c5 svg{
    width: 24px;
    height: 24px;
    }
.lfc468__6c5:hover{
    background: rgba(255, 255, 255, 0.05); color: #1a1a2e;}
@media (max-width: 900px){.q14d__f84{
    display: none;
    }
.lfc468__6c5{
    display: flex;
    }
.p51195_be4{
    display: none;
    }}
.k1n6trwldoo{
    background-color: var(--bg-color, #0b0b0d);
    border-top: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
    padding-top: 80px;
    padding-bottom: 40px;
    width: 100%; color: #ffffff;}
.qbf5750e{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    }
.rd398fa_cc2{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 60px;
    }
.ze24b1a3_p0{
    flex: 1 1 400px;
    }
.et7o5i8d3{
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color, #ffffff);
    letter-spacing: -0.02em;
    margin-bottom: 16px;
    }
.r1de4b3_615{
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted, #a1a1aa);
    max-width: 480px;
    margin-top: 0;
    margin-bottom: 0;
    }
.f45d7c57{
    flex: 0 0 auto;
    }
.n61c20_6f35{
    display: inline-block;
    background-color: var(--primary-color, #a855f7);
    color: #1a1a2e;
    padding: 14px 32px;
    border-radius: var(--radius-lg, 24px);
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    box-shadow: var(--shadow-md, 0 8px 24px rgba(0, 0, 0, 0.6));
    transition: var(--transition, all 0.3s ease);
    }
.n61c20_6f35:hover{
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(168, 85, 247, 0.3);
    filter: brightness(1.1);
    }
.r2bbdsoa{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(255, 255, 255, 0.1));
    margin-bottom: 40px; color: #1a1a2e;}
.o9jmv6t9bzv8{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.t8267_2a{
    flex: 0 0 auto;
    }
.j13d0bbe5{
    font-size: 14px;
    color: var(--text-muted, #a1a1aa);
    }
.i7b69c06cc{
    display: flex;
    gap: 24px;
    flex: 0 0 auto;
    }
.pa4d__7d3{
    font-size: 14px;
    color: var(--text-muted, #a1a1aa);
    text-decoration: none;
    transition: var(--transition, all 0.3s ease);
    }
.pa4d__7d3:hover{
    color: var(--text-color, #ffffff);
    }
@media (max-width: 768px){.k1n6trwldoo{
    padding-top: 60px;
    }
.rd398fa_cc2{
    flex-direction: column;
    gap: 32px;
    }
.ze24b1a3_p0{
    flex: 1 1 100%;
    }
.o9jmv6t9bzv8{
    flex-direction: column-reverse;
    align-items: flex-start;
    }
.i7b69c06cc{
    width: 100%;
    flex-wrap: wrap;
    gap: 16px;
    }}
div.w6f32f3db.md381_a9 *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
div.w6f32f3db.md381_a9{
    background: var(--page-bg, #f7f7f8);
    color: var(--page-text, #1a1a1c);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    }
div.w6f32f3db.md381_a9{
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 24px;
    }
div.w6f32f3db.md381_a9 .o54494ab{
    margin-bottom: 80px;
    }
div.w6f32f3db.md381_a9 .o54494ab h1{
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    }
div.w6f32f3db.md381_a9 .bc8e0792{
    font-size: 1.1rem;
    color: hsl(274, 10%, 35%);
    max-width: 720px;
    margin-bottom: 32px;
    }
div.w6f32f3db.md381_a9 .tx7daq5v{
    display: inline-block;
    background: var(--page-primary, #9945d4);
    color: #1a1a2e;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0 4px 12px hsla(274, 62%, 54%, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
    }
div.w6f32f3db.md381_a9 .tx7daq5v:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 16px hsla(274, 62%, 54%, 0.4);
    }
div.w6f32f3db.md381_a9 .ta8b36_3pjv{
    margin-bottom: 80px;
    }
div.w6f32f3db.md381_a9 .ta8b36_3pjv h2{
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 40px;
    }
div.w6f32f3db.md381_a9 .vxiotkb1{
    background: var(--page-card-bg, white);
    border: 1px solid var(--page-border, #e5e5e7);
    border-radius: 12px;
    padding: 32px;
    margin-bottom: 24px;
    display: flex;
    gap: 32px;
    align-items: center; color: #1a1a2e;}
div.w6f32f3db.md381_a9 .mb6090__54df{
    width: 280px;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
    }
div.w6f32f3db.md381_a9 .o5o1qu2o7h h3{
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 12px;
    }
div.w6f32f3db.md381_a9 .o5o1qu2o7h p{
    color: hsl(274, 10%, 40%);
    line-height: 1.7;
    }
div.w6f32f3db.md381_a9 .yd496d9{
    margin-bottom: 80px;
    }
div.w6f32f3db.md381_a9 .yd496d9 h2{
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 24px;
    }
div.w6f32f3db.md381_a9 .mb5988d{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 32px;
    }
div.w6f32f3db.md381_a9 .s01c2d8edf{
    background: var(--page-card-bg, white);
    border: 1px solid var(--page-border, #e5e5e7);
    border-radius: 10px;
    padding: 24px;
    text-align: center; color: #1a1a2e;}
div.w6f32f3db.md381_a9 .b6dbf58_mp{
    font-size: 2.5rem;
    margin-bottom: 12px;
    }
div.w6f32f3db.md381_a9 .s01c2d8edf h3{
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 8px;
    }
div.w6f32f3db.md381_a9 .s01c2d8edf p{
    font-size: 0.9rem;
    color: hsl(274, 10%, 50%);
    }
div.w6f32f3db.md381_a9 .b1b22f_1wnp{
    background: linear-gradient(135deg, hsl(274, 62%, 54%), hsl(274, 62%, 64%));
    border-radius: 16px;
    padding: 48px;
    color: #1a1a2e;
    margin-bottom: 60px;
    }
div.w6f32f3db.md381_a9 .b1b22f_1wnp h2{
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 24px;
    }
div.w6f32f3db.md381_a9 .fe73f21a2{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    }
div.w6f32f3db.md381_a9 .c77b0040_952{
    background: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 20px;
    text-decoration: none;
    color: #1a1a2e;
    display: block;
    transition: background 0.2s;
    }
div.w6f32f3db.md381_a9 .c77b0040_952:hover{
    background: rgba(255, 255, 255, 0.25); color: #1a1a2e;}
div.w6f32f3db.md381_a9 .c77b0040_952 h3{
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 6px;
    }
div.w6f32f3db.md381_a9 .c77b0040_952 p{
    font-size: 0.9rem;
    opacity: 0.9;
    }
div.w6f32f3db.md381_a9 div.h617__2219{
    border-top: 1px solid var(--page-border, #e5e5e7);
    padding-top: 32px;
    margin-top: 60px;
    text-align: center;
    color: hsl(274, 10%, 50%);
    font-size: 0.9rem;
    }
@media (max-width: 768px) {div.w6f32f3db.md381_a9 .o54494ab h1{
    font-size: 2rem;
    }
div.w6f32f3db.md381_a9 .vxiotkb1{
    flex-direction: column;
    text-align: center;
    }
div.w6f32f3db.md381_a9 .mb6090__54df{
    width: 100%;
    max-width: 400px;
    }
div.w6f32f3db.md381_a9 .b1b22f_1wnp{
    padding: 32px 24px;
    }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.w6f32f3db img.le85a39498c {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.w6f32f3db img.le85a39498c.z8a336_cbbc { aspect-ratio: 16 / 9; }
div.w6f32f3db img.le85a39498c.t25832e9322 { aspect-ratio: 16 / 10; }
div.w6f32f3db img.le85a39498c.f60682_1150 { aspect-ratio: 4 / 3; }
div.w6f32f3db img.le85a39498c.c1388d_d1bc { aspect-ratio: 1 / 1; }
div.w6f32f3db :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.w6f32f3db .bea15925772 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.w6f32f3db .bea15925772.z8a336_cbbc { aspect-ratio: 16 / 9; }
div.w6f32f3db .bea15925772.t25832e9322 { aspect-ratio: 16 / 10; }
div.w6f32f3db .bea15925772.f60682_1150 { aspect-ratio: 4 / 3; }
div.w6f32f3db .bea15925772.c1388d_d1bc { aspect-ratio: 1 / 1; }
div.w6f32f3db .bea15925772 > img.le85a39498c,
    div.w6f32f3db .bea15925772 > picture > img.le85a39498c {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.w6f32f3db .c5fd0e52c60 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 0;
    }
div.w6f32f3db .c5fd0e52c60 > .z56071_6c29 {
    width: clamp(20px, 1.35em, 30px);
    height: clamp(20px, 1.35em, 30px);
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
    }
div.w6f32f3db.md381_a9 .tx7daq5v a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.w6f32f3db.md381_a9 .tx7daq5v a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.w6f32f3db.md381_a9 .tx7daq5v a:not([class]):hover{opacity:0.92;}
div.w6f32f3db.md381_a9 .tx7daq5v a[class=""]:hover{opacity:0.92;}
div.w6f32f3db.md381_a9 .tx7daq5v a:not([class]):visited{color:#ffffff !important;}
div.w6f32f3db.md381_a9 .tx7daq5v a[class=""]:visited{color:#ffffff !important;}
.x892708c2 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.x892708c2 > :first-child,
    .x892708c2 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
body{
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.t61c__3eb{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background: 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;
    justify-content: center; color: #ffffff;}
.o16548__3aa3{
    width: var(--max-width);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.b899b8f{
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--text-color);
    transition: var(--transition);
    }
.b899b8f:hover{
    opacity: 0.8;
    }
.oee9vre0tt{
    width: 28px;
    height: 28px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    }
.oee9vre0tt svg{
    width: 100%;
    height: 100%;
    }
.lmqfvlvxm{
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    }
.q14d__f84{
    display: flex;
    align-items: center;
    gap: 32px;
    }
.i6idmrcx8c1s{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.9375rem;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    }
.i6idmrcx8c1s:hover{
    color: var(--text-color);
    }
.i6idmrcx8c1s.active{
    color: var(--text-color);
    }
.ha191d__6a8{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.p51195_be4{
    background: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: var(--radius-lg);
    transition: var(--transition);
    box-shadow: 0 4px 14px rgba(162, 89, 255, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    }
.p51195_be4:hover{
    background: hsl(274, 62%, 70%);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(162, 89, 255, 0.4); color: #1a1a2e;}
.lfc468__6c5{
    display: none;
    background: transparent;
    border: none;
    color: var(--text-color);
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.lfc468__6c5 svg{
    width: 24px;
    height: 24px;
    }
.lfc468__6c5:hover{
    background: rgba(255, 255, 255, 0.05); color: #1a1a2e;}
@media (max-width: 900px){.q14d__f84{
    display: none;
    }
.lfc468__6c5{
    display: flex;
    }
.p51195_be4{
    display: none;
    }}
.k1n6trwldoo{
    background-color: var(--bg-color, #0b0b0d);
    border-top: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
    padding-top: 80px;
    padding-bottom: 40px;
    width: 100%; color: #ffffff;}
.qbf5750e{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    }
.rd398fa_cc2{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 60px;
    }
.ze24b1a3_p0{
    flex: 1 1 400px;
    }
.et7o5i8d3{
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color, #ffffff);
    letter-spacing: -0.02em;
    margin-bottom: 16px;
    }
.r1de4b3_615{
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted, #a1a1aa);
    max-width: 480px;
    margin-top: 0;
    margin-bottom: 0;
    }
.f45d7c57{
    flex: 0 0 auto;
    }
.n61c20_6f35{
    display: inline-block;
    background-color: var(--primary-color, #a855f7);
    color: #1a1a2e;
    padding: 14px 32px;
    border-radius: var(--radius-lg, 24px);
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    box-shadow: var(--shadow-md, 0 8px 24px rgba(0, 0, 0, 0.6));
    transition: var(--transition, all 0.3s ease);
    }
.n61c20_6f35:hover{
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(168, 85, 247, 0.3);
    filter: brightness(1.1);
    }
.r2bbdsoa{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(255, 255, 255, 0.1));
    margin-bottom: 40px; color: #1a1a2e;}
.o9jmv6t9bzv8{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.t8267_2a{
    flex: 0 0 auto;
    }
.j13d0bbe5{
    font-size: 14px;
    color: var(--text-muted, #a1a1aa);
    }
.i7b69c06cc{
    display: flex;
    gap: 24px;
    flex: 0 0 auto;
    }
.pa4d__7d3{
    font-size: 14px;
    color: var(--text-muted, #a1a1aa);
    text-decoration: none;
    transition: var(--transition, all 0.3s ease);
    }
.pa4d__7d3:hover{
    color: var(--text-color, #ffffff);
    }
@media (max-width: 768px){.k1n6trwldoo{
    padding-top: 60px;
    }
.rd398fa_cc2{
    flex-direction: column;
    gap: 32px;
    }
.ze24b1a3_p0{
    flex: 1 1 100%;
    }
.o9jmv6t9bzv8{
    flex-direction: column-reverse;
    align-items: flex-start;
    }
.i7b69c06cc{
    width: 100%;
    flex-wrap: wrap;
    gap: 16px;
    }}
body{
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background-color: var(--bg-color);
  color: var(--text-color);
}
.t61c__3eb{
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--nav-height);
  background: 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;
  justify-content: center; color: #ffffff;}
.o16548__3aa3{
  width: var(--max-width);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.b899b8f{
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text-color);
  transition: var(--transition);
}
.b899b8f:hover{
  opacity: 0.8;
}
.oee9vre0tt{
  width: 28px;
  height: 28px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.oee9vre0tt svg{
  width: 100%;
  height: 100%;
}
.lmqfvlvxm{
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.q14d__f84{
  display: flex;
  align-items: center;
  gap: 32px;
}
.i6idmrcx8c1s{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.9375rem;
  font-weight: 500;
  transition: var(--transition);
  position: relative;
}
.i6idmrcx8c1s:hover{
  color: var(--text-color);
}
.i6idmrcx8c1s.active{
  color: var(--text-color);
}
.ha191d__6a8{
  display: flex;
  align-items: center;
  gap: 16px;
}
.p51195_be4{
  background: var(--primary-color);
  color: #1a1a2e;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: var(--radius-lg);
  transition: var(--transition);
  box-shadow: 0 4px 14px rgba(162, 89, 255, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.p51195_be4:hover{
  background: hsl(274, 62%, 70%);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(162, 89, 255, 0.4); color: #1a1a2e;}
.lfc468__6c5{
  display: none;
  background: transparent;
  border: none;
  color: var(--text-color);
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.lfc468__6c5 svg{
  width: 24px;
  height: 24px;
}
.lfc468__6c5:hover{
  background: rgba(255, 255, 255, 0.05); color: #1a1a2e;}
@media (max-width: 900px){.q14d__f84{
    display: none;
  }
.lfc468__6c5{
    display: flex;
  }
.p51195_be4{
    display: none;
  }}
.b047__5783{
  background-color: var(--bg-color, #0b0b0d);
  border-top: 1px solid var(--border-color, rgba(255, 255, 255, 0.1));
  padding-top: 80px;
  padding-bottom: 40px;
  width: 100%; color: #ffffff;}
.u5e73b49b0e{
  max-width: var(--max-width, 1200px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.dd54fbe7aa5{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
}
.j0696a4ba{
  flex: 1 1 400px;
}
.r7739c31883{
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color, #ffffff);
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.kbc87b_2d12{
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted, #a1a1aa);
  max-width: 480px;
  margin-top: 0;
  margin-bottom: 0;
}
.d79d6f934{
  flex: 0 0 auto;
}
.r85e8dddd{
  display: inline-block;
  background-color: var(--primary-color, #a855f7);
  color: #1a1a2e;
  padding: 14px 32px;
  border-radius: var(--radius-lg, 24px);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  box-shadow: var(--shadow-md, 0 8px 24px rgba(0, 0, 0, 0.6));
  transition: var(--transition, all 0.3s ease);
}
.r85e8dddd:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(168, 85, 247, 0.3);
  filter: brightness(1.1);
}
.jb9811973{
  width: 100%;
  height: 1px;
  background-color: var(--border-color, rgba(255, 255, 255, 0.1));
  margin-bottom: 40px; color: #1a1a2e;}
.b3e4__75c3{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.v8c4318d39a{
  flex: 0 0 auto;
}
.pbf356_11e0{
  font-size: 14px;
  color: var(--text-muted, #a1a1aa);
}
.pdb0ed_4a35{
  display: flex;
  gap: 24px;
  flex: 0 0 auto;
}
.z2f723_d0b4{
  font-size: 14px;
  color: var(--text-muted, #a1a1aa);
  text-decoration: none;
  transition: var(--transition, all 0.3s ease);
}
.z2f723_d0b4:hover{
  color: var(--text-color, #ffffff);
}
@media (max-width: 768px){.b047__5783{
    padding-top: 60px;
  }
.dd54fbe7aa5{
    flex-direction: column;
    gap: 32px;
  }
.j0696a4ba{
    flex: 1 1 100%;
  }
.b3e4__75c3{
    flex-direction: column-reverse;
    align-items: flex-start;
  }
.pdb0ed_4a35{
    width: 100%;
    flex-wrap: wrap;
    gap: 16px;
  }}
.s237ca_6017{box-sizing:border-box;}
.h45e6dcb0a5{display:block;max-width:100%;height:auto;}
.k0cd9c_3efd{box-sizing:border-box;}
.z13a6bb09{box-sizing:border-box;}
@media (max-width: 768px) {div.w6f32f3db.md381_a9 .vxiotkb1 { flex-direction: column !important; align-items: stretch !important; gap: 24px !important; padding: 48px 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }
div.w6f32f3db.md381_a9 .vxiotkb1 > * { width: 100% !important; max-width: 100% !important; min-width: 0 !important; }
.o9jmv6t9bzv8 { 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; }}