:root {

  --primary-color: hsl(267, 67%, 55%);
  --secondary-color: hsl(41, 54%, 55%);
  --bg-color: hsl(267, 6%, 96%);
  --text-color: hsl(267, 10%, 8%);
  --text-muted: hsl(267, 10%, 40%);
  --border-color: rgba(107, 70, 193, 0.12);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 32px;
  --shadow-sm: 0 2px 8px rgba(107, 70, 193, 0.05);
  --shadow-md: 0 8px 24px rgba(107, 70, 193, 0.1);
  --shadow-lg: 0 16px 48px rgba(107, 70, 193, 0.15);
  --nav-height: 80px;
  --max-width: 1200px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(246, 245, 247, 0.9);
  --cta-text: #ffffff;
  --font-serif: "Georgia", "Source Han Serif SC", "Noto Serif CJK SC", serif;
  --font-sans: "Inter", "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  --primary: hsl(267, 67%, 55%);
  --secondary: hsl(41, 54%, 55%);
  --text-main: var(--content-text, hsl(220, 10%, 11%));
  --text-light: hsl(267, 10%, 40%);
  --bg-main: hsl(267, 6%, 96%);
  --bg-card: #ffffff;
  --border-radius-lg: 24px;
  --border-radius-md: 16px;
  --shadow-soft: 0 8px 30px rgba(100, 50, 150, 0.08);
  --read-width: 680px;
  --content-page-bg: var(--bg-color, hsl(220, 7%, 96%));
  --content-surface-bg: #ffffff;
  --content-text: var(--text-color, hsl(220, 10%, 11%));
  --content-text-muted: var(--text-muted, rgba(31, 35, 40, 0.72));
  --content-border: var(--border-color, rgba(0, 0, 0, 0.08));
  --content-accent-text: hsl(22, 78%, 38%);
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: var(--font-sans);
    color: var(--text-color);
    background-color: var(--bg-color);
    }
.w0bb1c6a67{
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    align-items: center; color: #1a1a2e;}
.k5pa2m4mgx{
    width: min(var(--max-width), 92vw);
    margin: 0 auto;
    display: flex;
    justify-content: flex-start; 
    align-items: center;
    }
.bywci3zlq{
    display: flex;
    align-items: center;
    gap: 40px;
    flex-grow: 1;
    }
.f3e71b74e{
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: var(--transition);
    }
.x47bc9_24{
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    color: #1a1a2e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    font-weight: 800;
    font-size: 24px;
    font-family: var(--font-serif);
    box-shadow: var(--shadow-sm);
    }
.c9d1e_1b4{
    font-family: var(--font-serif);
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.5px;
    }
.ge44a83d{
    display: flex;
    list-style: none;
    gap: 8px;
    }
.ed2d2cf2{
    padding: 8px 16px;
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.95rem;
    font-weight: 500;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.ed2d2cf2:hover{
    color: #1a1a2e;
    background: rgba(107, 70, 193, 0.05);
    }
.ed2d2cf2.active{
    color: var(--primary-color);
    font-weight: 700;
    }
.wc91228_d4{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.w8cb77fe7e1{
    background: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: var(--radius-lg);
    font-weight: 600;
    font-size: 1rem;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: 2px solid transparent;
    white-space: nowrap;
    }
.w8cb77fe7e1:hover{
    background: hsl(267, 67%, 45%);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg); color: #ffffff;}
.w8cb77fe7e1:active{
    transform: translateY(0);
    }
.l1abeae0_b1{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    }
.g235c8_530c{
    width: 24px;
    height: 2px;
    background: var(--primary-color);
    border-radius: 2px; color: #1a1a2e;}
.tcd986_62d{
    display: none;
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    padding: 20px;
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
@media (max-width: 1024px){.ge44a83d {
    display: none;
    }
.l1abeae0_b1 {
    display: flex;
    }
.bywci3zlq {
    flex-grow: 1;
    }}
@media (max-width: 480px){.c9d1e_1b4{
    display: none; 
    }
.w8cb77fe7e1{
    padding: 8px 16px;
    font-size: 0.9rem;
    }}
.tcd986_62d.is-active{
    display: block;
    }
.tef2a0d5652{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
    }
.j6aedlaq8o{
    text-decoration: none;
    color: var(--text-color);
    font-size: 1.1rem;
    font-weight: 600;
    display: block;
    padding: 10px 0;
    }
.j6aedlaq8o.active{color: #1a1a2e; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.ed2d2cf2.active {color: #1a1a2e; background: rgba(107, 70, 193, 0.05);}
.j6aedlaq8o.active {color: #1a1a2e; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.xbc775d9_7a{
    background-color: var(--bg-color);
    padding-top: 80px;
    padding-bottom: 40px;
    border-top: 1px solid var(--border-color); color: #1a1a2e;}
.cfa832_3bb{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    }
.s83bef4_47db{
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    align-items: flex-start;
    }
.rd406_13e8{
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
    }
.md460957_y4{
    margin-bottom: 24px;
    }
.d8w7tagfw{
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: 800;
    color: var(--primary-color);
    letter-spacing: -0.5px;
    }
.i1ab7a_39bd{
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
    }
.qzxz9dkna5o{
    flex: 1 0 160px;
    display: flex;
    flex-direction: column;
    }
.hje0mv39t{
    font-family: var(--font-serif);
    font-size: 18px;
    font-weight: 700;
    color: var(--text-color);
    margin-top: 0;
    margin-bottom: 24px;
    }
.z676b38_yui{
    font-size: 15px;
    color: var(--text-muted);
    text-decoration: none;
    margin-bottom: 12px;
    transition: var(--transition);
    width: fit-content;
    }
.z676b38_yui:hover{
    color: var(--primary-color);
    }
.k11edf3_bd{
    flex: 0 0 280px;
    display: flex;
    flex-direction: column;
    }
.xntlv0vuey{
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 20px;
    margin-top: 0;
    }
.j4305__d98f7{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 14px 32px;
    border-radius: var(--radius-lg);
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    width: fit-content;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    }
.j4305__d98f7:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.1);
    }
.u9y0v5gcwyb{
    height: 1px;
    background-color: var(--border-color);
    margin-top: 60px;
    margin-bottom: 30px;
    width: 100%; color: #1a1a2e;}
.v438e87fa15{
    display: flex;
    justify-content: flex-start;
    }
.e0fa1c_bf31{
    font-size: 14px;
    color: var(--text-muted);
    margin: 0;
    }
@media (max-width: 1024px){.s83bef4_47db{
    gap: 32px;
    }
.rd406_13e8{
    flex: 0 0 100%;
    margin-bottom: 20px;
    }}
@media (max-width: 768px){.cfa832_3bb{
    padding-left: 24px;
    padding-right: 24px;
    }
.qzxz9dkna5o{
    flex: 0 0 calc(50% - 16px);
    }
.k11edf3_bd{
    flex: 0 0 100%;
    margin-top: 20px;
    }}
div.v012ab_bb31.k658742e79a *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
div.v012ab_bb31.k658742e79a{
    font-family: "Helvetica Neue", Arial, "Microsoft YaHei", sans-serif;
    color: var(--text-main);
    background-color: var(--bg-main);
    line-height: 1.6;
    }
div.v012ab_bb31.k658742e79a.f5d88a_5fa{
    width: 100%;
    overflow-x: hidden;
    }
div.v012ab_bb31.k658742e79a .fa5x1mmi89hd{
    padding: 80px 5% 60px;
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    }
div.v012ab_bb31.k658742e79a .ll2morjwlz{
    max-width: var(--read-width);
    }
div.v012ab_bb31.k658742e79a .r23b5__b257b{
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    color: var(--primary);
    letter-spacing: -0.02em;
    }
div.v012ab_bb31.k658742e79a .b53f212_925{
    font-size: 1.25rem;
    color: var(--text-light);
    margin-bottom: 40px;
    }
div.v012ab_bb31.k658742e79a .f89a28e4{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    }
div.v012ab_bb31.k658742e79a .x66bf3_qx{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    background: linear-gradient(135deg, var(--primary), hsl(267, 60%, 45%));
    color: #1a1a2e;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 50px;
    box-shadow: 0 10px 20px rgba(130, 60, 200, 0.2);
    transition: transform 0.2s, box-shadow 0.2s;
    }
div.v012ab_bb31.k658742e79a .x66bf3_qx:hover{
    transform: translateY(-2px);
    box-shadow: 0 15px 25px rgba(130, 60, 200, 0.3);
    }
div.v012ab_bb31.k658742e79a .c8fc81652c8{
    padding: 80px 5%;
    background: white; color: #1a1a2e;}
div.v012ab_bb31.k658742e79a .m0de__dca34{
    max-width: var(--max-width);
    margin: 0 auto;
    }
div.v012ab_bb31.k658742e79a .l143f33a9{
    max-width: var(--read-width);
    margin-bottom: 60px;
    }
div.v012ab_bb31.k658742e79a .n9a5a7c2_z56{
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--text-main);
    }
div.v012ab_bb31.k658742e79a .k51962_4m2{
    font-size: 1.1rem;
    color: var(--text-light);
    }
div.v012ab_bb31.k658742e79a .yf895f_9d0{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    }
div.v012ab_bb31.k658742e79a .z757558_977{
    background: var(--bg-main);
    padding: 40px 30px;
    border-radius: var(--border-radius-lg);
    border: 1px solid rgba(0,0,0,0.05); color: #1a1a2e;}
div.v012ab_bb31.k658742e79a .z757558_977 h3{
    font-size: 1.5rem;
    margin-bottom: 12px;
    color: var(--primary);
    }
div.v012ab_bb31.k658742e79a .z757558_977 p{
    color: var(--text-light);
    margin-bottom: 20px;
    }
div.v012ab_bb31.k658742e79a .z757558_977 ul{
    list-style: none;
    margin-bottom: 24px;
    }
div.v012ab_bb31.k658742e79a .z757558_977 ul li{
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: var(--text-main);
    }
div.v012ab_bb31.k658742e79a .z757558_977 ul li::before{
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--secondary);
    font-weight: bold;
    }
div.v012ab_bb31.k658742e79a .o2074ef_wnb5{
    padding: 100px 5%;
    max-width: var(--max-width);
    margin: 0 auto;
    }
div.v012ab_bb31.k658742e79a .dc4f067_3b{
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 100px;
    }
div.v012ab_bb31.k658742e79a .dc4f067_3b:nth-child(even){
    flex-direction: row-reverse;
    }
@media (max-width: 900px) {div.v012ab_bb31.k658742e79a .dc4f067_3b, div.v012ab_bb31.k658742e79a .dc4f067_3b:nth-child(even){
    flex-direction: column;
    align-items: flex-start;
    }}
div.v012ab_bb31.k658742e79a .y6525085475{
    flex: 1;
    max-width: var(--read-width);
    }
div.v012ab_bb31.k658742e79a .y6525085475 h2{
    font-size: 2rem;
    margin-bottom: 20px;
    }
div.v012ab_bb31.k658742e79a .y6525085475 p{
    font-size: 1.1rem;
    color: var(--text-light);
    margin-bottom: 24px;
    }
div.v012ab_bb31.k658742e79a .a39eb77_e8{
    flex: 1;
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    }
div.v012ab_bb31.k658742e79a .a39eb77_e8 img{
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
    }
div.v012ab_bb31.k658742e79a .hcffd357_ec0{
    padding: 80px 5%;
    background: var(--text-main);
    color: white;
    }
div.v012ab_bb31.k658742e79a .ndc0f4a_29a5{
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
div.v012ab_bb31.k658742e79a .c00727_u5g{
    font-size: 2rem;
    margin-bottom: 20px;
    }
div.v012ab_bb31.k658742e79a .a10e9d_67d0{
    font-size: 1.1rem;
    color: #ccc;
    max-width: var(--read-width);
    margin-bottom: 40px;
    }
div.v012ab_bb31.k658742e79a .jde748288{
    padding: 40px 5%;
    background: #111;
    color: #888;
    font-size: 0.9rem;
    }
div.v012ab_bb31.k658742e79a .ee0f510f706{
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.v012ab_bb31 img.n1eecc63f {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.v012ab_bb31 img.n1eecc63f.b0ea__47a2 { aspect-ratio: 16 / 9; }
div.v012ab_bb31 img.n1eecc63f.k5e4e546d { aspect-ratio: 16 / 10; }
div.v012ab_bb31 img.n1eecc63f.g79104c75 { aspect-ratio: 4 / 3; }
div.v012ab_bb31 img.n1eecc63f.rbe662_b617 { aspect-ratio: 1 / 1; }
div.v012ab_bb31 :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.v012ab_bb31 .ab4f__fd94 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.v012ab_bb31 .ab4f__fd94.b0ea__47a2 { aspect-ratio: 16 / 9; }
div.v012ab_bb31 .ab4f__fd94.k5e4e546d { aspect-ratio: 16 / 10; }
div.v012ab_bb31 .ab4f__fd94.g79104c75 { aspect-ratio: 4 / 3; }
div.v012ab_bb31 .ab4f__fd94.rbe662_b617 { aspect-ratio: 1 / 1; }
div.v012ab_bb31 .ab4f__fd94 > img.n1eecc63f,
    div.v012ab_bb31 .ab4f__fd94 > picture > img.n1eecc63f {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.v012ab_bb31.k658742e79a .x66bf3_qx a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.v012ab_bb31.k658742e79a .x66bf3_qx a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.v012ab_bb31.k658742e79a .x66bf3_qx a:not([class]):hover{opacity:0.92;}
div.v012ab_bb31.k658742e79a .x66bf3_qx a[class=""]:hover{opacity:0.92;}
div.v012ab_bb31.k658742e79a .x66bf3_qx a:not([class]):visited{color:#ffffff !important;}
div.v012ab_bb31.k658742e79a .x66bf3_qx a[class=""]:visited{color:#ffffff !important;}
.m8d8__2ba9 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.m8d8__2ba9 > :first-child,
    .m8d8__2ba9 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: var(--font-sans);
    color: var(--text-color);
    background-color: var(--bg-color);
    }
.w0bb1c6a67{
    height: var(--nav-height);
    background: var(--nav-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    align-items: center; color: #1a1a2e;}
.k5pa2m4mgx{
    width: min(var(--max-width), 92vw);
    margin: 0 auto;
    display: flex;
    justify-content: flex-start; 
    align-items: center;
    }
.bywci3zlq{
    display: flex;
    align-items: center;
    gap: 40px;
    flex-grow: 1;
    }
.f3e71b74e{
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: var(--transition);
    }
.x47bc9_24{
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    color: #1a1a2e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    font-weight: 800;
    font-size: 24px;
    font-family: var(--font-serif);
    box-shadow: var(--shadow-sm);
    }
.c9d1e_1b4{
    font-family: var(--font-serif);
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.5px;
    }
.ge44a83d{
    display: flex;
    list-style: none;
    gap: 8px;
    }
.ed2d2cf2{
    padding: 8px 16px;
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.95rem;
    font-weight: 500;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    }
.ed2d2cf2:hover{
    color: #1a1a2e;
    background: rgba(107, 70, 193, 0.05);
    }
.ed2d2cf2.active{
    color: var(--primary-color);
    font-weight: 700;
    }
.wc91228_d4{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.w8cb77fe7e1{
    background: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: var(--radius-lg);
    font-weight: 600;
    font-size: 1rem;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: 2px solid transparent;
    white-space: nowrap;
    }
.w8cb77fe7e1:hover{
    background: hsl(267, 67%, 45%);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg); color: #ffffff;}
.w8cb77fe7e1:active{
    transform: translateY(0);
    }
.l1abeae0_b1{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    }
.g235c8_530c{
    width: 24px;
    height: 2px;
    background: var(--primary-color);
    border-radius: 2px; color: #1a1a2e;}
.tcd986_62d{
    display: none;
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    padding: 20px;
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
@media (max-width: 1024px){.ge44a83d {
    display: none;
    }
.l1abeae0_b1 {
    display: flex;
    }
.bywci3zlq {
    flex-grow: 1;
    }}
@media (max-width: 480px){.c9d1e_1b4{
    display: none; 
    }
.w8cb77fe7e1{
    padding: 8px 16px;
    font-size: 0.9rem;
    }}
.tcd986_62d.is-active{
    display: block;
    }
.tef2a0d5652{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
    }
.j6aedlaq8o{
    text-decoration: none;
    color: var(--text-color);
    font-size: 1.1rem;
    font-weight: 600;
    display: block;
    padding: 10px 0;
    }
.j6aedlaq8o.active{color: #1a1a2e; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.ed2d2cf2.active{color: #1a1a2e; background: rgba(107, 70, 193, 0.05);}
.j6aedlaq8o.active{color: #1a1a2e; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.xbc775d9_7a{
    background-color: var(--bg-color);
    padding-top: 80px;
    padding-bottom: 40px;
    border-top: 1px solid var(--border-color); color: #1a1a2e;}
.cfa832_3bb{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    }
.s83bef4_47db{
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    align-items: flex-start;
    }
.rd406_13e8{
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
    }
.md460957_y4{
    margin-bottom: 24px;
    }
.d8w7tagfw{
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: 800;
    color: var(--primary-color);
    letter-spacing: -0.5px;
    }
.i1ab7a_39bd{
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
    }
.qzxz9dkna5o{
    flex: 1 0 160px;
    display: flex;
    flex-direction: column;
    }
.hje0mv39t{
    font-family: var(--font-serif);
    font-size: 18px;
    font-weight: 700;
    color: var(--text-color);
    margin-top: 0;
    margin-bottom: 24px;
    }
.z676b38_yui{
    font-size: 15px;
    color: var(--text-muted);
    text-decoration: none;
    margin-bottom: 12px;
    transition: var(--transition);
    width: fit-content;
    }
.z676b38_yui:hover{
    color: var(--primary-color);
    }
.k11edf3_bd{
    flex: 0 0 280px;
    display: flex;
    flex-direction: column;
    }
.xntlv0vuey{
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 20px;
    margin-top: 0;
    }
.j4305__d98f7{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 14px 32px;
    border-radius: var(--radius-lg);
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    width: fit-content;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    }
.j4305__d98f7:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.1);
    }
.u9y0v5gcwyb{
    height: 1px;
    background-color: var(--border-color);
    margin-top: 60px;
    margin-bottom: 30px;
    width: 100%; color: #1a1a2e;}
.v438e87fa15{
    display: flex;
    justify-content: flex-start;
    }
.e0fa1c_bf31{
    font-size: 14px;
    color: var(--text-muted);
    margin: 0;
    }
@media (max-width: 1024px){.s83bef4_47db{
    gap: 32px;
    }
.rd406_13e8{
    flex: 0 0 100%;
    margin-bottom: 20px;
    }}
@media (max-width: 768px){.cfa832_3bb{
    padding-left: 24px;
    padding-right: 24px;
    }
.qzxz9dkna5o{
    flex: 0 0 calc(50% - 16px);
    }
.k11edf3_bd{
    flex: 0 0 100%;
    margin-top: 20px;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  font-family: var(--font-sans);
  color: var(--text-color);
  background-color: var(--bg-color);
}
.w0bb1c6a67{
  height: var(--nav-height);
  background: var(--nav-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  align-items: center; color: #1a1a2e;}
.k5pa2m4mgx{
  width: min(var(--max-width), 92vw);
  margin: 0 auto;
  display: flex;
  justify-content: flex-start; 
  align-items: center;
}
.bywci3zlq{
  display: flex;
  align-items: center;
  gap: 40px;
  flex-grow: 1;
}
.f3e71b74e{
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: var(--transition);
}
.x47bc9_24{
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  color: #1a1a2e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  font-weight: 800;
  font-size: 24px;
  font-family: var(--font-serif);
  box-shadow: var(--shadow-sm);
}
.c9d1e_1b4{
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-color);
  letter-spacing: -0.5px;
}
.ge44a83d{
  display: flex;
  list-style: none;
  gap: 8px;
}
.ed2d2cf2{
  padding: 8px 16px;
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.ed2d2cf2:hover{
  color: #1a1a2e;
  background: rgba(107, 70, 193, 0.05);
}
.ed2d2cf2.active{
  color: var(--primary-color);
  font-weight: 700;
}
.wc91228_d4{
  display: flex;
  align-items: center;
  gap: 16px;
}
.w8cb77fe7e1{
  background: var(--primary-color);
  color: #1a1a2e;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: var(--radius-lg);
  font-weight: 600;
  font-size: 1rem;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  border: 2px solid transparent;
  white-space: nowrap;
}
.w8cb77fe7e1:hover{
  background: hsl(267, 67%, 45%);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg); color: #ffffff;}
.w8cb77fe7e1:active{
  transform: translateY(0);
}
.l1abeae0_b1{
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}
.g235c8_530c{
  width: 24px;
  height: 2px;
  background: var(--primary-color);
  border-radius: 2px; color: #1a1a2e;}
.tcd986_62d{
    display: none;
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--bg-color);
    padding: 20px;
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
@media (max-width: 1024px){.ge44a83d {
    display: none;
  }
.l1abeae0_b1 {
    display: flex;
  }
.bywci3zlq {
    flex-grow: 1;
  }}
@media (max-width: 480px){.c9d1e_1b4{
    display: none; 
  }
.w8cb77fe7e1{
    padding: 8px 16px;
    font-size: 0.9rem;
  }}
.tcd986_62d.is-active{
    display: block;
}
.tef2a0d5652{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.j6aedlaq8o{
    text-decoration: none;
    color: var(--text-color);
    font-size: 1.1rem;
    font-weight: 600;
    display: block;
    padding: 10px 0;
}
.j6aedlaq8o.active{color: #1a1a2e; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.ed2d2cf2.active{color: #1a1a2e; background: rgba(107, 70, 193, 0.05);}
.j6aedlaq8o.active{color: #1a1a2e; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.zdaf01_fbb7{
    background-color: var(--bg-color);
    padding-top: 80px;
    padding-bottom: 40px;
    border-top: 1px solid var(--border-color); color: #1a1a2e;}
.r64f02cda{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
}
.oa3f__c2f1{
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    align-items: flex-start;
}
.ecc91e_3fa9{
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
}
.f79e5f_ac48{
    margin-bottom: 24px;
}
.ja5ec2e874e{
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: 800;
    color: var(--primary-color);
    letter-spacing: -0.5px;
}
.xe50__2e9f{
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
}
.r523__1460{
    flex: 1 0 160px;
    display: flex;
    flex-direction: column;
}
.sa5d52160{
    font-family: var(--font-serif);
    font-size: 18px;
    font-weight: 700;
    color: var(--text-color);
    margin-top: 0;
    margin-bottom: 24px;
}
.c0ec4d_4714{
    font-size: 15px;
    color: var(--text-muted);
    text-decoration: none;
    margin-bottom: 12px;
    transition: var(--transition);
    width: fit-content;
}
.c0ec4d_4714:hover{
    color: var(--primary-color);
}
.qcb6a6_ee6b{
    flex: 0 0 280px;
    display: flex;
    flex-direction: column;
}
.m38fa205720{
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 20px;
    margin-top: 0;
}
.xe988383f{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 14px 32px;
    border-radius: var(--radius-lg);
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    width: fit-content;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
}
.xe988383f:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    filter: brightness(1.1);
}
.ue99ccd5255{
    height: 1px;
    background-color: var(--border-color);
    margin-top: 60px;
    margin-bottom: 30px;
    width: 100%; color: #1a1a2e;}
.r99650_b924{
    display: flex;
    justify-content: flex-start;
}
.ae2db80fb{
    font-size: 14px;
    color: var(--text-muted);
    margin: 0;
}
@media (max-width: 1024px){.oa3f__c2f1{
        gap: 32px;
    }
.ecc91e_3fa9{
        flex: 0 0 100%;
        margin-bottom: 20px;
    }}
@media (max-width: 768px){.r64f02cda{
        padding-left: 24px;
        padding-right: 24px;
    }
.r523__1460{
        flex: 0 0 calc(50% - 16px);
    }
.qcb6a6_ee6b{
        flex: 0 0 100%;
        margin-top: 20px;
    }}
.qea2ac_7838{box-sizing:border-box;}
.m3e4aa_5f50{box-sizing:border-box;}
.hed7dd_9f05{display:block;max-width:100%;height:auto;}
.s4e424acf{box-sizing:border-box;}
.lff838_a869{box-sizing:border-box;}
@media (max-width: 768px) {div.v012ab_bb31.k658742e79a .dc4f067_3b:nth-child(even) { flex-direction: column !important; }
div.v012ab_bb31.k658742e79a .ee0f510f706 { 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; }}