:root {

  --page-brand-primary: hsl(274, 62%, 54%);
  --page-brand-secondary: hsl(67, 50%, 54%);
  --page-text-main: var(--text-color, hsl(274, 10%, 7%));
  --page-bg-base: var(--bg-color, hsl(274, 6%, 97%));
  --page-card-bg: #ffffff;
  --page-accent-gradient: linear-gradient(135deg, hsl(274, 62%, 54%), hsl(280, 50%, 45%));
  --page-radius: 16px;
  --page-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.08);
  --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;
  --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.w6f32f3db.oade98057 .q3xvj8fel{
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 24px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--page-text-main);
    line-height: 1.6;
    }
div.w6f32f3db.oade98057 .b5490d55_w7am{
    margin-bottom: 64px;
    }
div.w6f32f3db.oade98057 .b5490d55_w7am h1{
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
    line-height: 1.1;
    color: var(--page-text-main);
    }
div.w6f32f3db.oade98057 .b5490d55_w7am p{
    font-size: 1.25rem;
    color: #555;
    max-width: 600px;
    }
div.w6f32f3db.oade98057 .tcaa2__604c{
    margin-bottom: 80px;
    }
div.w6f32f3db.oade98057 .tcaa2__604c h2{
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
    }
div.w6f32f3db.oade98057 .tcaa2__604c h2::before{
    content: "";
    display: block;
    width: 4px;
    height: 24px;
    background: var(--page-brand-primary);
    border-radius: 2px; color: #1a1a2e;}
div.w6f32f3db.oade98057 .if7a59__6fefc{
    background: var(--page-card-bg);
    border-radius: var(--page-radius);
    padding: 32px;
    margin-bottom: 24px;
    box-shadow: var(--page-shadow);
    transition: transform 0.3s ease;
    border: 1px solid rgba(0,0,0,0.03); color: #1a1a2e;}
div.w6f32f3db.oade98057 .if7a59__6fefc:hover{
    transform: translateY(-4px);
    }
div.w6f32f3db.oade98057 .if7a59__6fefc h3{
    font-size: 1.25rem;
    margin-bottom: 16px;
    color: var(--page-brand-primary);
    }
div.w6f32f3db.oade98057 .w463b6f63c{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-top: 20px;
    }
div.w6f32f3db.oade98057 .o2c18de{
    background: var(--page-bg-base);
    padding: 12px 16px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center; color: #ffffff;}
div.w6f32f3db.oade98057 .pc674d_3m60{
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2px 6px;
    font-family: monospace;
    font-size: 0.9rem;
    box-shadow: 0 2px 0 #ddd; color: #1a1a2e;}
div.w6f32f3db.oade98057 .d679f3_zec{
    background: linear-gradient(to right, #f8f9fa, #ffffff);
    border-left: 4px solid var(--page-brand-secondary);
    padding: 20px;
    margin: 24px 0;
    font-size: 0.95rem; color: #1a1a2e;}
div.w6f32f3db.oade98057 .vokxyeewm{
    list-style: none;
    padding: 0;
    }
div.w6f32f3db.oade98057 .vokxyeewm li{
    padding-left: 28px;
    position: relative;
    margin-bottom: 12px;
    }
div.w6f32f3db.oade98057 .vokxyeewm li::before{
    content: "→";
    position: absolute;
    left: 0;
    color: var(--page-brand-primary);
    font-weight: bold;
    }
div.w6f32f3db.oade98057 .x7762f84e5f{
    margin: 40px 0;
    border-radius: var(--page-radius);
    overflow: hidden;
    box-shadow: var(--page-shadow);
    }
div.w6f32f3db.oade98057 .x7762f84e5f img{
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    }
div.w6f32f3db.oade98057 .j1e3d2_caf{
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 100;
    }
div.w6f32f3db.oade98057 .qa2b42__85f5{
    background: var(--page-accent-gradient);
    color: #1a1a2e;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 20px rgba(143, 73, 249, 0.3);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
div.w6f32f3db.oade98057 .qa2b42__85f5:hover{
    transform: scale(1.05) translateY(-2px);
    box-shadow: 0 15px 25px rgba(143, 73, 249, 0.4);
    }
div.w6f32f3db.oade98057 .o3ae5kj7p8{
    color: var(--page-brand-primary);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s;
    }
div.w6f32f3db.oade98057 .o3ae5kj7p8:hover{
    border-bottom-color: var(--page-brand-primary);
    }
@media (max-width: 768px) {div.w6f32f3db.oade98057 .b5490d55_w7am h1{ font-size: 2.25rem; }
div.w6f32f3db.oade98057 .j1e3d2_caf{ bottom: 20px; right: 20px; left: 20px; }
div.w6f32f3db.oade98057 .qa2b42__85f5{ justify-content: center; }}
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;
    }}
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;
    }
.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;}
.h617__2219{box-sizing:border-box;}
.z13a6bb09{box-sizing:border-box;}
@media (max-width: 768px) {div.w6f32f3db.oade98057 .o2c18de { 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; }
.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; }}